diff --git a/.gitignore b/.gitignore index 8a3f4d909..16cfdc634 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,17 @@ run-tests-automated.sh output/ test-results/ +# Generated coverage reports (produced in CI; never commit) +coverage/ +coverage-full/ + +# Generated Jekyll search index +search-index.json + +# Tilde-expansion accident guard: a literal "~/..." path created when a script +# or test fails to expand $HOME. Never commit a "~" directory at the repo root. +/~/ + # UI test screenshots and logs Scripts/ui-tests/results/ diff --git a/CLAUDE.md b/CLAUDE.md index 31746e7f2..aaafce14b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -217,7 +217,7 @@ an unpinned version. **"df"** → Run `./Scripts/quick-deploy.sh`, respond **"Eye eye Cap, fast deploying!"** **"ds"** → Development ship workflow for the current changes, end to end: branch off master → format/lint + commit → review gate → push + open PR → babysit CI → address feedback → merge → pull master → `./Scripts/release-candidate.sh` from master for signed/notarized manual testing. Follow [`docs/agent-pr-workflow.md`](docs/agent-pr-workflow.md) and its invariants; risk-tier the babysit (auto-merge mechanical PRs, full babysit for logic/hot-path). Public distribution is a separate explicit release: `./Scripts/release-doctor.sh --ship && ./Scripts/release.sh `. -Test targets: `Tests/KeyPathTests/` (target: `KeyPathTests`). Files in `Tests/KeyPathAppKitTests/` are NOT compiled. Snapshot tests in `Tests/KeyPathSnapshotTests/`. +Test targets: `KeyPathTests` (`Tests/KeyPathTests/`), `KeyPathSmokeTests`, `KeyPathSnapshotTests`, and `KeyPathLayoutTracerTests` — all compiled and run by `swift test`. ## Poltergeist (Auto-Deploy) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53a972198..a97776e09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ For potential vulnerabilities, do **not** open a public issue. - https://github.com/malpern/KeyPath/security/advisories/new - Fallback: malpern@gmail.com -See `/Users/malpern/local-code/KeyPath/SECURITY.md` for full policy and response expectations. +See [`SECURITY.md`](SECURITY.md) for full policy and response expectations. ## Community Build Mode vs Release Build @@ -58,27 +58,27 @@ Release/distribution validation requires signed/notarized artifacts and Apple cr ## I Want To... ### Add a keyboard shortcut -**Edit:** `Sources/KeyPath/UI/RecordingCoordinator.swift` +**Edit:** `Sources/KeyPathAppKit/UI/Pickers/RecordingCoordinator.swift` **What:** This handles keyboard input recording for creating mappings. ### Change the main UI -**Edit:** `Sources/KeyPath/UI/ContentView.swift` -**What:** Main app window with status, mappings list, and controls. +**Edit:** `Sources/KeyPathAppKit/App.swift` (root scene) and the modular views under `Sources/KeyPathAppKit/UI/` +**What:** The UI is composed of many SwiftUI views — there is no single `ContentView`. ### Fix a bug in key mapping -**Edit:** `Sources/KeyPath/Services/KanataConfigGenerator.swift` -**What:** Converts key mappings to Kanata config format. +**Edit:** `Sources/KeyPathAppKit/Infrastructure/Config/` (config generation and parsing) +**What:** Converts key mappings to Kanata config format. The `(defcfg ...)` header is centralized in `KanataDefcfg.swift`. ### Add a new service check to the wizard -**Edit:** `Sources/KeyPath/InstallationWizard/Core/SystemStatusChecker.swift` -**What:** Detects system state and determines wizard flow. +**Edit:** `Sources/KeyPathInstallationWizard/Core/SystemInspector.swift` (and `InstallerEngine.swift`) +**What:** Inspects system state; `WizardStateMachine.swift` determines wizard flow. ### Add a notification -**Edit:** `Sources/KeyPath/Services/UserNotificationService.swift` +**Edit:** `Sources/KeyPathAppKit/Services/UserNotificationService.swift` **What:** Handles macOS notifications with actions. ### Improve error handling -**Edit:** `Sources/KeyPath/Core/KeyPathError.swift` +**Edit:** `Sources/KeyPathCore/KeyPathError.swift` **What:** Centralized error hierarchy for the entire app. ### Add a test diff --git a/coverage-full/coverage-report.txt b/coverage-full/coverage-report.txt deleted file mode 100644 index ae2fffe8a..000000000 --- a/coverage-full/coverage-report.txt +++ /dev/null @@ -1,626 +0,0 @@ -Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift 5 2 60.00% 3 1 66.67% 15 3 80.00% 0 0 - -.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift 9 1 88.89% 2 0 100.00% 17 3 82.35% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift 44 44 0.00% 10 10 0.00% 70 70 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift 20 20 0.00% 14 14 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift 42 42 0.00% 10 10 0.00% 114 114 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift 89 89 0.00% 30 30 0.00% 236 236 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift 64 64 0.00% 35 35 0.00% 240 240 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift 37 37 0.00% 22 22 0.00% 144 144 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift 46 46 0.00% 31 31 0.00% 322 322 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift 27 27 0.00% 24 24 0.00% 320 320 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift 45 45 0.00% 32 32 0.00% 568 568 0.00% 0 0 - -Sources/KeyPathAppKit/App.swift 204 204 0.00% 89 89 0.00% 1563 1563 0.00% 0 0 - -Sources/KeyPathAppKit/CLI/KeyPathCLI.swift 162 103 36.42% 22 10 54.55% 409 259 36.67% 0 0 - -Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift 5 5 0.00% 1 1 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Core/BlessDiagnostics.swift 35 35 0.00% 13 13 0.00% 124 124 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift 18 17 5.56% 8 7 12.50% 44 41 6.82% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift 17 17 0.00% 3 3 0.00% 20 20 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift 6 6 0.00% 4 4 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift 7 7 0.00% 2 2 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift 11 11 0.00% 2 2 0.00% 11 11 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/Logging.swift 31 31 0.00% 11 11 0.00% 50 50 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift 60 60 0.00% 22 22 0.00% 134 134 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift 36 36 0.00% 12 12 0.00% 135 135 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Events/EventRouter.swift 53 53 0.00% 33 33 0.00% 183 183 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift 43 43 0.00% 9 9 0.00% 164 164 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+Installation.swift 70 56 20.00% 4 1 75.00% 177 117 33.90% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift 91 91 0.00% 49 49 0.00% 350 350 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+Status.swift 114 96 15.79% 25 20 20.00% 357 324 9.24% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager.swift 28 16 42.86% 11 3 72.73% 44 21 52.27% 0 0 - -Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift 305 233 23.61% 65 44 32.31% 742 506 31.81% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift 22 0 100.00% 2 0 100.00% 59 0 100.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift 74 52 29.73% 9 5 44.44% 239 181 24.27% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift 220 51 76.82% 72 18 75.00% 872 180 79.36% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift 80 14 82.50% 10 0 100.00% 198 2 98.99% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift 68 8 88.24% 18 4 77.78% 169 23 86.39% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift 19 0 100.00% 2 0 100.00% 36 0 100.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift 20 15 25.00% 6 5 16.67% 57 29 49.12% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift 180 20 88.89% 40 5 87.50% 680 31 95.44% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift 3 1 66.67% 3 1 66.67% 32 3 90.62% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift 36 1 97.22% 16 1 93.75% 85 1 98.82% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift 48 31 35.42% 19 12 36.84% 182 94 48.35% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift 122 14 88.52% 17 2 88.24% 369 30 91.87% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift 26 3 88.46% 14 0 100.00% 134 5 96.27% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift 49 8 83.67% 10 0 100.00% 85 6 92.94% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift 40 2 95.00% 4 0 100.00% 57 0 100.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift 25 25 0.00% 5 5 0.00% 61 61 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift 4 4 0.00% 1 1 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift 4 4 0.00% 4 4 0.00% 4 4 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift 92 92 0.00% 77 77 0.00% 1945 1945 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift 7 7 0.00% 5 5 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift 37 37 0.00% 14 14 0.00% 228 228 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift 109 109 0.00% 38 38 0.00% 535 535 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift 49 6 87.76% 5 0 100.00% 118 10 91.53% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift 38 38 0.00% 2 2 0.00% 74 74 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift 63 3 95.24% 8 1 87.50% 263 8 96.96% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift 160 42 73.75% 38 8 78.95% 557 87 84.38% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift 20 6 70.00% 20 6 70.00% 92 8 91.30% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift 193 193 0.00% 23 23 0.00% 534 534 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift 25 17 32.00% 8 5 37.50% 30 19 36.67% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift 52 45 13.46% 11 6 45.45% 161 123 23.60% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift 62 47 24.19% 12 6 50.00% 215 149 30.70% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift 47 27 42.55% 9 4 55.56% 176 83 52.84% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift 193 77 60.10% 46 16 65.22% 604 194 67.88% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift 87 87 0.00% 35 35 0.00% 424 424 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift 10 0 100.00% 5 0 100.00% 160 0 100.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift 37 13 64.86% 19 6 68.42% 59 20 66.10% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift 43 24 44.19% 14 8 42.86% 158 84 46.84% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift 244 225 7.79% 42 31 26.19% 763 715 6.29% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift 112 66 41.07% 25 11 56.00% 376 194 48.40% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift 28 21 25.00% 4 2 50.00% 48 37 22.92% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift 90 7 92.22% 8 0 100.00% 412 17 95.87% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift 81 11 86.42% 18 0 100.00% 272 37 86.40% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift 3 3 0.00% 3 3 0.00% 9 9 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift 215 149 30.70% 53 35 33.96% 855 569 33.45% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift 158 158 0.00% 49 49 0.00% 871 871 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift 23 19 17.39% 9 5 44.44% 78 60 23.08% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift 7 7 0.00% 5 5 0.00% 22 22 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift 7 7 0.00% 2 2 0.00% 34 34 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift 114 50 56.14% 26 9 65.38% 281 88 68.68% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift 3 0 100.00% 3 0 100.00% 5 0 100.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift 25 25 0.00% 12 12 0.00% 179 179 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift 58 4 93.10% 10 0 100.00% 156 5 96.79% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift 5 2 60.00% 2 1 50.00% 12 6 50.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift 114 102 10.53% 52 44 15.38% 277 227 18.05% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift 95 54 43.16% 52 25 51.92% 300 182 39.33% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift 12 1 91.67% 7 0 100.00% 23 1 95.65% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift 23 23 0.00% 11 11 0.00% 100 100 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift 39 39 0.00% 28 28 0.00% 536 536 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift 7 7 0.00% 5 5 0.00% 38 38 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift 23 23 0.00% 10 10 0.00% 164 164 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift 29 29 0.00% 29 29 0.00% 776 776 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift 58 58 0.00% 17 17 0.00% 182 182 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift 24 24 0.00% 15 15 0.00% 141 141 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift 42 42 0.00% 25 25 0.00% 489 489 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift 51 51 0.00% 23 23 0.00% 359 359 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift 34 34 0.00% 19 19 0.00% 215 215 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift 5 5 0.00% 5 5 0.00% 55 55 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift 33 33 0.00% 18 18 0.00% 324 324 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift 255 161 36.86% 104 69 33.65% 1158 713 38.43% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift 90 90 0.00% 30 30 0.00% 499 499 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift 7 7 0.00% 3 3 0.00% 17 17 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift 2 2 0.00% 2 2 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift 14 14 0.00% 2 2 0.00% 28 28 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift 41 41 0.00% 6 6 0.00% 66 66 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift 69 69 0.00% 23 23 0.00% 476 476 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift 61 61 0.00% 33 33 0.00% 387 387 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift 133 133 0.00% 52 52 0.00% 637 637 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift 100 100 0.00% 58 58 0.00% 507 507 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift 145 145 0.00% 63 63 0.00% 1522 1522 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift 190 190 0.00% 68 68 0.00% 1060 1060 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift 161 161 0.00% 62 62 0.00% 1394 1394 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift 119 119 0.00% 63 63 0.00% 963 963 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift 175 175 0.00% 82 82 0.00% 1015 1015 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift 158 158 0.00% 77 77 0.00% 1642 1642 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift 143 143 0.00% 53 53 0.00% 651 651 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift 106 106 0.00% 49 49 0.00% 703 703 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift 211 211 0.00% 57 57 0.00% 637 637 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift 217 217 0.00% 80 80 0.00% 1107 1107 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift 54 54 0.00% 28 28 0.00% 462 462 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift 141 138 2.13% 47 46 2.13% 747 743 0.54% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift 283 283 0.00% 112 112 0.00% 1307 1307 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift 74 74 0.00% 30 30 0.00% 310 310 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift 33 33 0.00% 15 15 0.00% 175 175 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift 90 87 3.33% 19 17 10.53% 332 316 4.82% 0 0 - -Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift 52 45 13.46% 17 11 35.29% 252 229 9.13% 0 0 - -Sources/KeyPathAppKit/Managers/HelperMaintenance.swift 117 56 52.14% 29 9 68.97% 313 112 64.22% 0 0 - -Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift 43 42 2.33% 11 10 9.09% 134 133 0.75% 0 0 - -Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift 161 115 28.57% 36 16 55.56% 624 464 25.64% 0 0 - -Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift 28 27 3.57% 10 9 10.00% 87 82 5.75% 0 0 - -Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift 55 54 1.82% 12 11 8.33% 196 192 2.04% 0 0 - -Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift 55 53 3.64% 17 15 11.76% 171 160 6.43% 0 0 - -Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift 30 26 13.33% 28 24 14.29% 128 112 12.50% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift 20 20 0.00% 10 10 0.00% 93 93 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift 26 21 19.23% 7 5 28.57% 79 52 34.18% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift 58 49 15.52% 19 16 15.79% 152 122 19.74% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift 3 3 0.00% 3 3 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift 16 13 18.75% 7 4 42.86% 57 45 21.05% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift 16 16 0.00% 5 5 0.00% 61 61 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift 24 24 0.00% 24 24 0.00% 75 75 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift 28 28 0.00% 13 13 0.00% 103 103 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift 10 4 60.00% 9 3 66.67% 54 9 83.33% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift 191 134 29.84% 114 74 35.09% 791 451 42.98% 0 0 - -Sources/KeyPathAppKit/Managers/SaveCoordinator.swift 57 34 40.35% 29 17 41.38% 239 143 40.17% 0 0 - -Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift 84 36 57.14% 17 5 70.59% 233 76 67.38% 0 0 - -Sources/KeyPathAppKit/MenuBar/MenuBarController.swift 82 82 0.00% 38 38 0.00% 423 423 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ANSIPositionTable.swift 88 31 64.77% 3 2 33.33% 116 10 91.38% 0 0 - -Sources/KeyPathAppKit/Models/AppKeyMapping.swift 21 1 95.24% 15 1 93.33% 77 1 98.70% 0 0 - -Sources/KeyPathAppKit/Models/ChordGroupConfig.swift 4 2 50.00% 4 2 50.00% 13 4 69.23% 0 0 - -Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift 178 43 75.84% 70 20 71.43% 380 69 81.84% 0 0 - -Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift 2 0 100.00% 2 0 100.00% 14 0 100.00% 0 0 - -Sources/KeyPathAppKit/Models/CustomLayoutStore.swift 7 1 85.71% 3 0 100.00% 23 2 91.30% 0 0 - -Sources/KeyPathAppKit/Models/CustomRule.swift 36 3 91.67% 13 3 76.92% 75 5 93.33% 0 0 - -Sources/KeyPathAppKit/Models/CustomRuleValidator.swift 154 71 53.90% 35 17 51.43% 355 131 63.10% 0 0 - -Sources/KeyPathAppKit/Models/GMKColorway.swift 36 36 0.00% 14 14 0.00% 64 64 0.00% 0 0 - -Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift 16 15 6.25% 4 3 25.00% 26 18 30.77% 0 0 - -Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift 30 13 56.67% 11 7 36.36% 51 18 64.71% 0 0 - -Sources/KeyPathAppKit/Models/ISOPositionTable.swift 91 80 12.09% 3 2 33.33% 112 10 91.07% 0 0 - -Sources/KeyPathAppKit/Models/KanataUIState.swift 13 13 0.00% 2 2 0.00% 15 15 0.00% 0 0 - -Sources/KeyPathAppKit/Models/KeyMapping.swift 25 1 96.00% 7 1 85.71% 40 1 97.50% 0 0 - -Sources/KeyPathAppKit/Models/KeySequence.swift 110 93 15.45% 18 12 33.33% 194 107 44.85% 0 0 - -Sources/KeyPathAppKit/Models/KeyboardMetadata.swift 5 5 0.00% 5 5 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift 80 80 0.00% 1 1 0.00% 103 103 0.00% 0 0 - -Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift 1 0 100.00% 1 0 100.00% 5 0 100.00% 0 0 - -Sources/KeyPathAppKit/Models/LiveKeyboardState.swift 18 18 0.00% 13 13 0.00% 54 54 0.00% 0 0 - -Sources/KeyPathAppKit/Models/LogicalKeymap.swift 38 14 63.16% 15 9 40.00% 95 42 55.79% 0 0 - -Sources/KeyPathAppKit/Models/MappingBehavior.swift 76 13 82.89% 31 3 90.32% 178 15 91.57% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift 111 23 79.28% 29 11 62.07% 1363 110 91.93% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayout.swift 23 13 43.48% 11 5 54.55% 125 45 64.00% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift 12 5 58.33% 8 5 37.50% 44 7 84.09% 0 0 - -Sources/KeyPathAppKit/Models/QMKLayoutParser.swift 40 14 65.00% 12 3 75.00% 111 26 76.58% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift 177 33 81.36% 48 8 83.33% 347 44 87.32% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift 27 0 100.00% 8 0 100.00% 124 0 100.00% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionModels.swift 156 62 60.26% 39 16 58.97% 269 90 66.54% 0 0 - -Sources/KeyPathAppKit/Models/SequencesConfig.swift 46 14 69.57% 21 5 76.19% 123 20 83.74% 0 0 - -Sources/KeyPathAppKit/Models/SimpleModsModels.swift 4 2 50.00% 4 2 50.00% 30 14 53.33% 0 0 - -Sources/KeyPathAppKit/Models/SimulationModels.swift 90 64 28.89% 13 10 23.08% 145 101 30.34% 0 0 - -Sources/KeyPathAppKit/Models/VirtualKey.swift 74 9 87.84% 11 0 100.00% 150 6 96.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/AICostTracker.swift 18 11 38.89% 16 9 43.75% 80 54 32.50% 0 0 - -Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift 40 30 25.00% 12 5 58.33% 116 93 19.83% 0 0 - -Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift 22 21 4.55% 5 4 20.00% 127 122 3.94% 0 0 - -Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift 47 33 29.79% 11 2 81.82% 123 89 27.64% 0 0 - -Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift 2 2 0.00% 2 2 0.00% 5 5 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ActionDispatcher.swift 234 170 27.35% 50 35 30.00% 930 561 39.68% 0 0 - -Sources/KeyPathAppKit/Services/AppConfigGenerator.swift 91 33 63.74% 27 12 55.56% 322 121 62.42% 0 0 - -Sources/KeyPathAppKit/Services/AppContextService.swift 50 45 10.00% 24 19 20.83% 167 162 2.99% 0 0 - -Sources/KeyPathAppKit/Services/AppIconResolver.swift 64 64 0.00% 11 11 0.00% 149 149 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AppKeymapStore.swift 45 2 95.56% 21 2 90.48% 151 4 97.35% 0 0 - -Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift 217 217 0.00% 44 44 0.00% 523 523 0.00% 0 0 - -Sources/KeyPathAppKit/Services/CGSPrivate.swift 76 48 36.84% 21 9 57.14% 208 127 38.94% 0 0 - -Sources/KeyPathAppKit/Services/ConfigBackupManager.swift 71 37 47.89% 18 6 66.67% 209 90 56.94% 0 0 - -Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift 139 74 46.76% 51 21 58.82% 522 268 48.66% 0 0 - -Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift 42 12 71.43% 15 3 80.00% 140 34 75.71% 0 0 - -Sources/KeyPathAppKit/Services/CustomRulesStore.swift 18 1 94.44% 5 1 80.00% 51 3 94.12% 0 0 - -Sources/KeyPathAppKit/Services/DiagnosticsService.swift 133 78 41.35% 34 21 38.24% 593 353 40.47% 0 0 - -Sources/KeyPathAppKit/Services/EventTapController.swift 20 20 0.00% 8 8 0.00% 63 63 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ExternalKanataService.swift 44 44 0.00% 9 9 0.00% 127 127 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FaviconFetcher.swift 125 125 0.00% 40 40 0.00% 393 393 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FaviconLoader.swift 41 41 0.00% 14 14 0.00% 108 108 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FeatureTipManager.swift 42 42 0.00% 21 21 0.00% 96 96 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift 20 5 75.00% 8 1 87.50% 53 8 84.91% 0 0 - -Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift 42 42 0.00% 18 18 0.00% 146 146 0.00% 0 0 - -Sources/KeyPathAppKit/Services/IconResolverService.swift 59 45 23.73% 19 14 26.32% 157 126 19.75% 0 0 - -Sources/KeyPathAppKit/Services/InputSourceDetector.swift 59 34 42.37% 19 15 21.05% 143 100 30.07% 0 0 - -Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift 77 72 6.49% 13 12 7.69% 310 302 2.58% 0 0 - -Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift 80 25 68.75% 13 1 92.31% 172 36 79.07% 0 0 - -Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift 117 117 0.00% 46 46 0.00% 338 338 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataEventListener.swift 203 152 25.12% 48 31 35.42% 641 480 25.12% 0 0 - -Sources/KeyPathAppKit/Services/KanataService.swift 174 81 53.45% 42 20 52.38% 445 182 59.10% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift 61 44 27.87% 12 6 50.00% 308 86 72.08% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift 118 113 4.24% 27 26 3.70% 428 414 3.27% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift 54 47 12.96% 9 6 33.33% 130 104 20.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift 19 12 36.84% 7 6 14.29% 40 27 32.50% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift 95 88 7.37% 20 17 15.00% 611 574 6.06% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient.swift 45 21 53.33% 20 6 70.00% 76 35 53.95% 0 0 - -Sources/KeyPathAppKit/Services/KarabinerConflictService.swift 117 110 5.98% 39 32 17.95% 712 699 1.83% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift 28 22 21.43% 6 4 33.33% 113 102 9.73% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift 25 25 0.00% 6 6 0.00% 107 107 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture.swift 233 192 17.60% 64 41 35.94% 853 738 13.48% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift 30 30 0.00% 6 6 0.00% 80 80 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeychainService.swift 58 42 27.59% 26 15 42.31% 208 164 21.15% 0 0 - -Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift 26 3 88.46% 4 0 100.00% 86 2 97.67% 0 0 - -Sources/KeyPathAppKit/Services/LayerInfo.swift 32 32 0.00% 4 4 0.00% 78 78 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift 15 11 26.67% 2 0 100.00% 41 21 48.78% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift 59 17 71.19% 12 4 66.67% 119 23 80.67% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift 130 48 63.08% 8 1 87.50% 169 3 98.22% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift 172 80 53.49% 31 11 64.52% 510 193 62.16% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper.swift 44 28 36.36% 19 10 47.37% 255 161 36.86% 0 0 - -Sources/KeyPathAppKit/Services/MainAppStateController.swift 177 155 12.43% 40 27 32.50% 686 569 17.06% 0 0 - -Sources/KeyPathAppKit/Services/OrphanDetector.swift 69 66 4.35% 17 15 11.76% 240 231 3.75% 0 0 - -Sources/KeyPathAppKit/Services/PermissionGate.swift 75 56 25.33% 10 8 20.00% 166 122 26.51% 0 0 - -Sources/KeyPathAppKit/Services/PermissionRequestService.swift 33 33 0.00% 11 11 0.00% 79 79 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PermissionService.swift 11 11 0.00% 10 10 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PreferencesService.swift 20 7 65.00% 16 5 68.75% 81 17 79.01% 0 0 - -Sources/KeyPathAppKit/Services/ProcessKiller.swift 8 8 0.00% 1 1 0.00% 18 18 0.00% 0 0 - -Sources/KeyPathAppKit/Services/QMKImportService.swift 75 35 53.33% 15 4 73.33% 218 57 73.85% 0 0 - -Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift 76 76 0.00% 31 31 0.00% 285 285 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RecentKeypressesService.swift 68 29 57.35% 30 7 76.67% 208 60 71.15% 0 0 - -Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift 56 50 10.71% 19 13 31.58% 161 155 3.73% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift 43 2 95.35% 27 1 96.30% 781 25 96.80% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionStore.swift 19 1 94.74% 8 0 100.00% 52 4 92.31% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift 20 13 35.00% 6 2 66.67% 84 46 45.24% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift 45 11 75.56% 10 1 90.00% 69 10 85.51% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift 5 0 100.00% 1 0 100.00% 8 0 100.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift 40 38 5.00% 24 23 4.17% 369 363 1.63% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift 3 1 66.67% 1 0 100.00% 6 2 66.67% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift 23 22 4.35% 8 7 12.50% 95 90 5.26% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift 39 13 66.67% 12 2 83.33% 127 43 66.14% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift 199 144 27.64% 77 57 25.97% 695 508 26.91% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift 14 0 100.00% 10 0 100.00% 27 0 100.00% 0 0 - -Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift 4 4 0.00% 1 1 0.00% 18 18 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift 4 0 100.00% 2 0 100.00% 24 0 100.00% 0 0 - -Sources/KeyPathAppKit/Services/ScriptSecurityService.swift 40 3 92.50% 24 2 91.67% 102 3 97.06% 0 0 - -Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift 100 31 69.00% 40 2 95.00% 335 90 73.13% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift 10 10 0.00% 6 6 0.00% 102 102 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsParser.swift 86 14 83.72% 26 7 73.08% 238 33 86.13% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsService.swift 80 80 0.00% 29 29 0.00% 330 330 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsWriter.swift 65 12 81.54% 9 2 77.78% 162 18 88.89% 0 0 - -Sources/KeyPathAppKit/Services/SimulatorService.swift 50 29 42.00% 13 4 69.23% 181 76 58.01% 0 0 - -Sources/KeyPathAppKit/Services/StartupCoordinator.swift 22 22 0.00% 12 12 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/Services/StatePublisherService.swift 14 0 100.00% 8 0 100.00% 52 0 100.00% 0 0 - -Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift 81 71 12.35% 33 26 21.21% 227 194 14.54% 0 0 - -Sources/KeyPathAppKit/Services/SystemValidator.swift 88 78 11.36% 42 36 14.29% 732 668 8.74% 0 0 - -Sources/KeyPathAppKit/Services/TCPEngineClient.swift 9 8 11.11% 4 3 25.00% 21 18 14.29% 0 0 - -Sources/KeyPathAppKit/Services/TypingSoundsManager.swift 66 66 0.00% 24 24 0.00% 196 196 0.00% 0 0 - -Sources/KeyPathAppKit/Services/URLMappingFormatter.swift 14 7 50.00% 6 3 50.00% 29 9 68.97% 0 0 - -Sources/KeyPathAppKit/Services/UpdateService.swift 31 31 0.00% 20 20 0.00% 149 149 0.00% 0 0 - -Sources/KeyPathAppKit/Services/UserFeedbackService.swift 1 1 0.00% 1 1 0.00% 7 7 0.00% 0 0 - -Sources/KeyPathAppKit/Services/UserNotificationService.swift 63 55 12.70% 21 16 23.81% 218 202 7.34% 0 0 - -Sources/KeyPathAppKit/Services/WindowManager.swift 159 157 1.26% 40 38 5.00% 482 478 0.83% 0 0 - -Sources/KeyPathAppKit/Services/WordlistStore.swift 16 8 50.00% 12 5 58.33% 46 21 54.35% 0 0 - -Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift 67 64 4.48% 48 45 6.25% 566 557 1.59% 0 0 - -Sources/KeyPathAppKit/UI/AboutView.swift 138 138 0.00% 78 78 0.00% 1127 1127 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift 2 2 0.00% 2 2 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift 25 25 0.00% 8 8 0.00% 114 114 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift 134 134 0.00% 39 39 0.00% 592 592 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift 2 2 0.00% 2 2 0.00% 33 33 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift 7 7 0.00% 7 7 0.00% 46 46 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift 86 86 0.00% 43 43 0.00% 515 515 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Recording.swift 84 84 0.00% 25 25 0.00% 238 238 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Subviews.swift 74 74 0.00% 43 43 0.00% 819 819 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView.swift 176 176 0.00% 127 127 0.00% 937 937 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift 9 9 0.00% 6 6 0.00% 174 174 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift 16 16 0.00% 10 10 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift 22 22 0.00% 8 8 0.00% 257 257 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift 9 9 0.00% 3 3 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift 33 33 0.00% 13 13 0.00% 336 336 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift 56 56 0.00% 30 30 0.00% 159 159 0.00% 0 0 - -Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift 43 43 0.00% 19 19 0.00% 796 796 0.00% 0 0 - -Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift 19 19 0.00% 12 12 0.00% 296 296 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift 231 231 0.00% 115 115 0.00% 1295 1295 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift 75 56 25.33% 57 38 33.33% 148 129 12.84% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift 21 20 4.76% 13 12 7.69% 119 118 0.84% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift 18 17 5.56% 5 4 20.00% 54 48 11.11% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift 23 0 100.00% 13 0 100.00% 56 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift 250 250 0.00% 105 105 0.00% 1018 1018 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift 253 253 0.00% 132 132 0.00% 2005 2005 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift 87 87 0.00% 49 49 0.00% 847 847 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView.swift 63 63 0.00% 46 46 0.00% 497 497 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift 3 3 0.00% 3 3 0.00% 9 9 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift 33 33 0.00% 4 4 0.00% 105 105 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift 267 263 1.50% 59 58 1.69% 1068 1041 2.53% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift 7 7 0.00% 3 3 0.00% 19 19 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift 74 57 22.97% 27 20 25.93% 348 296 14.94% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift 24 24 0.00% 11 11 0.00% 109 109 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift 64 64 0.00% 11 11 0.00% 81 81 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift 22 22 0.00% 6 6 0.00% 58 58 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift 156 114 26.92% 90 54 40.00% 432 314 27.31% 0 0 - -Sources/KeyPathAppKit/UI/FunctionKeysView.swift 73 73 0.00% 41 41 0.00% 405 405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift 18 18 0.00% 5 5 0.00% 86 86 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift 16 5 68.75% 9 1 88.89% 45 9 80.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift 33 27 18.18% 5 3 40.00% 103 91 11.65% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift 13 2 84.62% 5 0 100.00% 57 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift 16 16 0.00% 9 9 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift 128 80 37.50% 29 12 58.62% 545 315 42.20% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift 13 2 84.62% 8 0 100.00% 57 10 82.46% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift 235 183 22.13% 65 56 13.85% 743 568 23.55% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift 4 0 100.00% 4 0 100.00% 68 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift 38 0 100.00% 38 0 100.00% 38 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift 26 26 0.00% 15 15 0.00% 153 153 0.00% 0 0 - -Sources/KeyPathAppKit/UI/MainWindowController.swift 41 41 0.00% 16 16 0.00% 197 197 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift 75 75 0.00% 42 42 0.00% 594 594 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift 103 103 0.00% 35 35 0.00% 355 355 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift 32 32 0.00% 20 20 0.00% 209 209 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift 55 55 0.00% 33 33 0.00% 299 299 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift 2 0 100.00% 2 0 100.00% 4 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift 219 219 0.00% 113 113 0.00% 1479 1479 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift 113 113 0.00% 10 10 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift 130 130 0.00% 39 39 0.00% 460 460 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift 305 273 10.49% 135 106 21.48% 1201 1067 11.16% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift 46 24 47.83% 26 8 69.23% 111 50 54.95% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift 244 244 0.00% 114 114 0.00% 1490 1490 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift 71 71 0.00% 42 42 0.00% 353 353 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift 345 345 0.00% 156 156 0.00% 1680 1680 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift 20 20 0.00% 13 13 0.00% 145 145 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift 43 43 0.00% 19 19 0.00% 158 158 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift 313 313 0.00% 145 145 0.00% 1238 1238 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift 15 15 0.00% 6 6 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift 28 28 0.00% 25 25 0.00% 428 428 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift 15 15 0.00% 15 15 0.00% 273 273 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift 80 80 0.00% 51 51 0.00% 755 755 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift 8 8 0.00% 8 8 0.00% 59 59 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift 13 13 0.00% 2 2 0.00% 34 34 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift 21 21 0.00% 15 15 0.00% 90 90 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift 256 155 39.45% 103 100 2.91% 829 701 15.44% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift 9 0 100.00% 1 0 100.00% 21 0 100.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift 120 120 0.00% 19 19 0.00% 390 390 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift 12 12 0.00% 4 4 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift 237 237 0.00% 64 64 0.00% 814 814 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift 247 247 0.00% 64 64 0.00% 813 813 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift 5 5 0.00% 3 3 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift 68 68 0.00% 27 27 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift 88 88 0.00% 18 18 0.00% 76 76 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift 133 113 15.04% 54 34 37.04% 205 185 9.76% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift 292 292 0.00% 146 146 0.00% 1602 1602 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift 4 4 0.00% 2 2 0.00% 10 10 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift 118 118 0.00% 63 63 0.00% 677 677 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift 27 27 0.00% 9 9 0.00% 48 48 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift 61 61 0.00% 23 23 0.00% 329 329 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift 49 49 0.00% 26 26 0.00% 345 345 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift 88 88 0.00% 39 39 0.00% 568 568 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift 22 22 0.00% 7 7 0.00% 84 84 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift 7 7 0.00% 3 3 0.00% 15 15 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift 104 104 0.00% 38 38 0.00% 1062 1062 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift 191 191 0.00% 113 113 0.00% 1478 1478 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift 2 2 0.00% 2 2 0.00% 19 19 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift 5 5 0.00% 3 3 0.00% 24 24 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift 13 12 7.69% 4 3 25.00% 39 35 10.26% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift 43 43 0.00% 10 10 0.00% 87 87 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift 4 4 0.00% 2 2 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift 125 125 0.00% 42 42 0.00% 1053 1053 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift 113 113 0.00% 51 51 0.00% 677 677 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift 18 18 0.00% 15 15 0.00% 186 186 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift 26 26 0.00% 13 13 0.00% 130 130 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift 62 62 0.00% 22 22 0.00% 409 409 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift 120 120 0.00% 44 44 0.00% 485 485 0.00% 0 0 - -Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift 6 6 0.00% 4 4 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift 1 1 0.00% 1 1 0.00% 3 3 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift 2 2 0.00% 2 2 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RecentKeypressesView.swift 55 55 0.00% 21 21 0.00% 405 405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RecordingCoordinator.swift 236 141 40.25% 91 45 50.55% 1136 616 45.77% 0 0 - -Sources/KeyPathAppKit/UI/RootView.swift 12 12 0.00% 8 8 0.00% 76 76 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift 118 118 0.00% 59 59 0.00% 728 728 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift 39 39 0.00% 21 21 0.00% 332 332 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift 184 184 0.00% 97 97 0.00% 1501 1501 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift 108 108 0.00% 68 68 0.00% 925 925 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift 161 161 0.00% 108 108 0.00% 2219 2219 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift 63 63 0.00% 37 37 0.00% 803 803 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift 64 64 0.00% 42 42 0.00% 567 567 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift 102 102 0.00% 48 48 0.00% 1020 1020 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift 78 76 2.56% 47 46 2.13% 365 351 3.84% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift 67 67 0.00% 30 30 0.00% 383 383 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift 114 114 0.00% 75 75 0.00% 1470 1470 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift 118 118 0.00% 78 78 0.00% 2077 2077 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift 114 114 0.00% 71 71 0.00% 1405 1405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift 132 132 0.00% 78 78 0.00% 2089 2089 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift 237 237 0.00% 99 99 0.00% 1377 1377 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift 93 93 0.00% 53 53 0.00% 582 582 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift 44 44 0.00% 34 34 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift 65 65 0.00% 24 24 0.00% 273 273 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift 12 3 75.00% 8 3 62.50% 38 7 81.58% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift 55 55 0.00% 23 23 0.00% 189 189 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift 70 70 0.00% 54 54 0.00% 829 829 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift 9 9 0.00% 9 9 0.00% 87 87 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift 113 113 0.00% 70 70 0.00% 1088 1088 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift 66 47 28.79% 41 34 17.07% 641 605 5.62% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift 18 18 0.00% 16 16 0.00% 321 321 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift 124 124 0.00% 94 94 0.00% 1287 1287 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift 194 194 0.00% 97 97 0.00% 1604 1604 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift 71 71 0.00% 34 34 0.00% 516 516 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift 39 39 0.00% 16 16 0.00% 108 108 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift 145 145 0.00% 90 90 0.00% 1347 1347 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift 88 88 0.00% 27 27 0.00% 611 611 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift 69 69 0.00% 29 29 0.00% 412 412 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift 243 243 0.00% 134 134 0.00% 1881 1881 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift 155 155 0.00% 60 60 0.00% 683 683 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView.swift 310 310 0.00% 186 186 0.00% 1481 1481 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift 47 47 0.00% 47 47 0.00% 561 561 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift 80 80 0.00% 48 48 0.00% 549 549 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsContainerView.swift 229 229 0.00% 133 133 0.00% 1598 1598 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift 39 39 0.00% 23 23 0.00% 305 305 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift 94 94 0.00% 51 51 0.00% 752 752 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+General.swift 73 73 0.00% 56 56 0.00% 1338 1338 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift 47 47 0.00% 32 32 0.00% 501 501 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift 62 62 0.00% 19 19 0.00% 268 268 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView.swift 272 272 0.00% 125 125 0.00% 1615 1615 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SetupBanner.swift 11 11 0.00% 8 8 0.00% 130 130 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SimpleLogViewer.swift 40 40 0.00% 23 23 0.00% 319 319 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SimpleModsView.swift 218 218 0.00% 116 116 0.00% 1715 1715 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift 30 30 0.00% 16 16 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift 54 54 0.00% 34 34 0.00% 429 429 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift 13 13 0.00% 13 13 0.00% 115 115 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift 108 108 0.00% 34 34 0.00% 244 244 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift 33 33 0.00% 28 28 0.00% 320 320 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift 148 129 12.84% 29 27 6.90% 277 164 40.79% 0 0 - -Sources/KeyPathAppKit/UI/SplashView.swift 4 4 0.00% 2 2 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift 97 97 0.00% 24 24 0.00% 358 358 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift 15 15 0.00% 6 6 0.00% 33 33 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Style/AppGlass.swift 43 43 0.00% 33 33 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift 38 38 0.00% 18 18 0.00% 208 208 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift 133 107 19.55% 74 54 27.03% 380 309 18.68% 0 0 - -Sources/KeyPathAppKit/UI/WhatsNewView.swift 25 25 0.00% 20 20 0.00% 245 245 0.00% 0 0 - -Sources/KeyPathAppKit/UI/WindowSnappingView.swift 186 186 0.00% 80 80 0.00% 961 961 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift 3 1 66.67% 3 1 66.67% 13 8 38.46% 0 0 - -Sources/KeyPathAppKit/Utilities/AppRestarter.swift 13 8 38.46% 6 3 50.00% 69 48 30.43% 0 0 - -Sources/KeyPathAppKit/Utilities/BuildInfo.swift 27 22 18.52% 11 8 27.27% 84 61 27.38% 0 0 - -Sources/KeyPathAppKit/Utilities/DependencyInjection.swift 10 10 0.00% 10 10 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/FeatureFlags.swift 61 41 32.79% 26 17 34.62% 113 78 30.97% 0 0 - -Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift 44 36 18.18% 10 9 10.00% 80 60 25.00% 0 0 - -Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift 13 9 30.77% 11 7 36.36% 48 34 29.17% 0 0 - -Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift 39 39 0.00% 9 9 0.00% 148 148 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/SoundManager.swift 40 30 25.00% 11 7 36.36% 86 70 18.60% 0 0 - -Sources/KeyPathAppKit/Utilities/SoundPlayer.swift 12 12 0.00% 8 8 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathCore/Config/KanataDefseqParser.swift 57 21 63.16% 20 15 25.00% 147 24 83.67% 0 0 - -Sources/KeyPathCore/FeatureFlags.swift 23 23 0.00% 11 11 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathCore/KeyPathConstants.swift 2 0 100.00% 2 0 100.00% 6 0 100.00% 0 0 - -Sources/KeyPathCore/KeyPathError.swift 144 49 65.97% 22 2 90.91% 283 53 81.27% 0 0 - -Sources/KeyPathCore/Logger.swift 130 56 56.92% 46 13 71.74% 363 135 62.81% 0 0 - -Sources/KeyPathCore/PrivilegedCommandRunner.swift 37 20 45.95% 19 10 47.37% 143 67 53.15% 0 0 - -Sources/KeyPathCore/SubprocessRunner.swift 55 21 61.82% 23 6 73.91% 357 38 89.36% 0 0 - -Sources/KeyPathCore/TestEnvironment.swift 76 59 22.37% 20 14 30.00% 234 192 17.95% 0 0 - -Sources/KeyPathCore/WizardSystemPaths.swift 141 97 31.21% 52 33 36.54% 343 223 34.99% 0 0 - -Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift 69 62 10.14% 21 16 23.81% 239 224 6.28% 0 0 - -Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift 58 58 0.00% 21 21 0.00% 220 220 0.00% 0 0 - -Sources/KeyPathDaemonLifecycle/PIDFileManager.swift 38 18 52.63% 11 3 72.73% 107 51 52.34% 0 0 - -Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift 88 59 32.95% 34 23 32.35% 275 187 32.00% 0 0 - -Sources/KeyPathPermissions/PermissionOracle.swift 158 111 29.75% 43 25 41.86% 573 452 21.12% 0 0 - -Sources/KeyPathWizardCore/SystemSnapshot.swift 101 60 40.59% 40 10 75.00% 244 127 47.95% 0 0 - -Sources/KeyPathWizardCore/WizardTypes.swift 113 90 20.35% 31 24 22.58% 191 135 29.32% 0 0 - -Tests/KeyPathTests/AIConfigGenerationTests.swift 108 16 85.19% 100 14 86.00% 329 17 94.83% 0 0 - -Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift 92 9 90.22% 92 9 90.22% 349 9 97.42% 0 0 - -Tests/KeyPathTests/AppContext/AppContextServiceTests.swift 72 2 97.22% 57 2 96.49% 286 2 99.30% 0 0 - -Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift 68 0 100.00% 66 0 100.00% 212 0 100.00% 0 0 - -Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift 80 1 98.75% 61 1 98.36% 284 1 99.65% 0 0 - -Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift 78 7 91.03% 66 7 89.39% 272 7 97.43% 0 0 - -Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift 19 5 73.68% 15 4 73.33% 76 5 93.42% 0 0 - -Tests/KeyPathTests/CLI/KeyPathCLITests.swift 40 7 82.50% 34 4 88.24% 133 8 93.98% 0 0 - -Tests/KeyPathTests/Config/KanataDefseqParserTests.swift 137 25 81.75% 137 25 81.75% 356 25 92.98% 0 0 - -Tests/KeyPathTests/ConfigApplyTypesTests.swift 19 1 94.74% 19 1 94.74% 50 1 98.00% 0 0 - -Tests/KeyPathTests/ContentViewDebounceTests.swift 38 10 73.68% 32 10 68.75% 190 18 90.53% 0 0 - -Tests/KeyPathTests/Core/HelperManagerTests.swift 14 4 71.43% 10 3 70.00% 41 4 90.24% 0 0 - -Tests/KeyPathTests/Core/KeyPathErrorTests.swift 25 0 100.00% 25 0 100.00% 266 0 100.00% 0 0 - -Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift 24 3 87.50% 17 2 88.24% 69 4 94.20% 0 0 - -Tests/KeyPathTests/Core/SubprocessRunnerTests.swift 102 13 87.25% 55 2 96.36% 261 13 95.02% 0 0 - -Tests/KeyPathTests/ErrorHandlingTests.swift 204 72 64.71% 153 67 56.21% 642 84 86.92% 0 0 - -Tests/KeyPathTests/FDADetectionTests.swift 50 8 84.00% 36 7 80.56% 182 16 91.21% 0 0 - -Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift 67 2 97.01% 63 2 96.83% 461 2 99.57% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift 45 14 68.89% 17 0 100.00% 233 28 87.98% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift 26 0 100.00% 26 0 100.00% 307 0 100.00% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift 8 1 87.50% 8 1 87.50% 117 1 99.15% 0 0 - -Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift 11 1 90.91% 9 0 100.00% 45 1 97.78% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift 28 24 14.29% 20 18 10.00% 54 46 14.81% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift 36 16 55.56% 33 16 51.52% 67 16 76.12% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift 16 7 56.25% 16 7 56.25% 64 7 89.06% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift 50 15 70.00% 48 15 68.75% 145 15 89.66% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift 12 2 83.33% 8 2 75.00% 49 2 95.92% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift 23 9 60.87% 23 9 60.87% 64 9 85.94% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift 22 3 86.36% 20 3 85.00% 96 3 96.88% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift 285 104 63.51% 248 100 59.68% 697 118 83.07% 0 0 - -Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift 28 9 67.86% 22 6 72.73% 207 10 95.17% 0 0 - -Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift 19 8 57.89% 19 8 57.89% 79 8 89.87% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift 17 2 88.24% 13 2 84.62% 68 2 97.06% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift 18 4 77.78% 16 4 75.00% 84 4 95.24% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift 8 0 100.00% 8 0 100.00% 46 0 100.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift 16 4 75.00% 12 3 75.00% 71 5 92.96% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift 9 0 100.00% 9 0 100.00% 54 0 100.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift 78 0 100.00% 76 0 100.00% 260 0 100.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift 7 0 100.00% 7 0 100.00% 58 0 100.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift 11 2 81.82% 11 2 81.82% 22 2 90.91% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift 11 4 63.64% 11 4 63.64% 43 4 90.70% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift 18 2 88.89% 15 1 93.33% 83 1 98.80% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift 9 0 100.00% 7 0 100.00% 35 0 100.00% 0 0 - -Tests/KeyPathTests/IntegrationTestSuite.swift 122 29 76.23% 63 12 80.95% 408 26 93.63% 0 0 - -Tests/KeyPathTests/JapaneseInputModeTests.swift 53 0 100.00% 53 0 100.00% 127 0 100.00% 0 0 - -Tests/KeyPathTests/KeyPathTestCase.swift 8 2 75.00% 6 2 66.67% 21 2 90.48% 0 0 - -Tests/KeyPathTests/KeyPathTests.swift 296 104 64.86% 233 84 63.95% 847 172 79.69% 0 0 - -Tests/KeyPathTests/KeyboardCaptureTests.swift 189 104 44.97% 151 91 39.74% 671 192 71.39% 0 0 - -Tests/KeyPathTests/KeymapMappingGeneratorTests.swift 116 29 75.00% 104 29 72.12% 296 29 90.20% 0 0 - -Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift 66 9 86.36% 66 9 86.36% 295 9 96.95% 0 0 - -Tests/KeyPathTests/Lint/FacadeLintTests.swift 21 4 80.95% 4 0 100.00% 56 5 91.07% 0 0 - -Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift 7 1 85.71% 5 1 80.00% 43 10 76.74% 0 0 - -Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift 28 2 92.86% 10 1 90.00% 113 15 86.73% 0 0 - -Tests/KeyPathTests/MainAppStateControllerTests.swift 10 0 100.00% 10 0 100.00% 118 0 100.00% 0 0 - -Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift 51 6 88.24% 49 6 87.76% 206 6 97.09% 0 0 - -Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift 46 16 65.22% 30 8 73.33% 114 22 80.70% 0 0 - -Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift 53 4 92.45% 44 3 93.18% 195 9 95.38% 0 0 - -Tests/KeyPathTests/MapperViewModelDefaultsTests.swift 23 0 100.00% 23 0 100.00% 72 0 100.00% 0 0 - -Tests/KeyPathTests/MapperViewModelKeyClickTests.swift 81 24 70.37% 81 24 70.37% 272 24 91.18% 0 0 - -Tests/KeyPathTests/MockSystemEnvironment.swift 87 28 67.82% 46 10 78.26% 285 76 73.33% 0 0 - -Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift 185 19 89.73% 175 19 89.14% 431 19 95.59% 0 0 - -Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift 193 40 79.27% 181 40 77.90% 603 40 93.37% 0 0 - -Tests/KeyPathTests/Models/MappingBehaviorTests.swift 78 9 88.46% 35 0 100.00% 379 18 95.25% 0 0 - -Tests/KeyPathTests/Models/PhysicalLayoutTests.swift 52 0 100.00% 52 0 100.00% 214 0 100.00% 0 0 - -Tests/KeyPathTests/Models/QMKLayoutParserTests.swift 48 4 91.67% 43 3 93.02% 297 6 97.98% 0 0 - -Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift 49 10 79.59% 44 10 77.27% 135 10 92.59% 0 0 - -Tests/KeyPathTests/Models/SequencesConfigTests.swift 141 42 70.21% 133 41 69.17% 326 43 86.81% 0 0 - -Tests/KeyPathTests/Models/VirtualKeyParserTests.swift 14 0 100.00% 14 0 100.00% 180 0 100.00% 0 0 - -Tests/KeyPathTests/PackageManagerTests.swift 197 38 80.71% 166 33 80.12% 507 59 88.36% 0 0 - -Tests/KeyPathTests/PermissionOracleFastModeTests.swift 12 1 91.67% 12 1 91.67% 29 1 96.55% 0 0 - -Tests/KeyPathTests/PermissionOracleXCTests.swift 12 1 91.67% 12 1 91.67% 29 1 96.55% 0 0 - -Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift 70 27 61.43% 47 21 55.32% 216 29 86.57% 0 0 - -Tests/KeyPathTests/ProcessLifecycleManagerTests.swift 35 9 74.29% 19 5 73.68% 83 9 89.16% 0 0 - -Tests/KeyPathTests/RecordingCoordinatorTests.swift 51 7 86.27% 42 5 88.10% 154 13 91.56% 0 0 - -Tests/KeyPathTests/RemapOutputSuppressionTests.swift 50 13 74.00% 45 13 71.11% 224 13 94.20% 0 0 - -Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift 168 5 97.02% 157 0 100.00% 435 9 97.93% 0 0 - -Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift 13 0 100.00% 9 0 100.00% 44 0 100.00% 0 0 - -Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift 12 0 100.00% 12 0 100.00% 22 0 100.00% 0 0 - -Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift 9 0 100.00% 4 0 100.00% 67 0 100.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift 227 5 97.80% 206 3 98.54% 552 7 98.73% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift 51 0 100.00% 51 0 100.00% 281 0 100.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift 41 5 87.80% 31 4 87.10% 138 6 95.65% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift 202 42 79.21% 186 42 77.42% 663 42 93.67% 0 0 - -Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift 17 8 52.94% 15 8 46.67% 51 8 84.31% 0 0 - -Tests/KeyPathTests/RuntimeCoordinatorTests.swift 43 12 72.09% 42 11 73.81% 116 16 86.21% 0 0 - -Tests/KeyPathTests/Services/ActionDispatcherTests.swift 72 12 83.33% 49 0 100.00% 430 20 95.35% 0 0 - -Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift 8 0 100.00% 4 0 100.00% 28 0 100.00% 0 0 - -Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift 86 29 66.28% 79 29 63.29% 287 32 88.85% 0 0 - -Tests/KeyPathTests/Services/ConfigurationServiceTests.swift 618 192 68.93% 547 181 66.91% 1839 213 88.42% 0 0 - -Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift 157 1 99.36% 155 1 99.35% 356 1 99.72% 0 0 - -Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift 21 2 90.48% 20 2 90.00% 66 2 96.97% 0 0 - -Tests/KeyPathTests/Services/IconResolverServiceTests.swift 49 1 97.96% 47 1 97.87% 98 1 98.98% 0 0 - -Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift 28 8 71.43% 26 8 69.23% 63 8 87.30% 0 0 - -Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift 61 14 77.05% 37 10 72.97% 205 18 91.22% 0 0 - -Tests/KeyPathTests/Services/KanataEventListenerTests.swift 57 11 80.70% 55 11 80.00% 175 11 93.71% 0 0 - -Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift 58 11 81.03% 39 6 84.62% 181 12 93.37% 0 0 - -Tests/KeyPathTests/Services/KeychainServiceTests.swift 11 4 63.64% 10 4 60.00% 33 4 87.88% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift 71 55 22.54% 51 39 23.53% 330 277 16.06% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift 27 6 77.78% 22 5 77.27% 54 5 90.74% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift 6 1 83.33% 4 1 75.00% 21 1 95.24% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperTests.swift 82 14 82.93% 63 12 80.95% 249 18 92.77% 0 0 - -Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift 10 0 100.00% 10 0 100.00% 58 0 100.00% 0 0 - -Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift 6 3 50.00% 6 3 50.00% 87 3 96.55% 0 0 - -Tests/KeyPathTests/Services/PermissionOracleTests.swift 12 0 100.00% 12 0 100.00% 276 0 100.00% 0 0 - -Tests/KeyPathTests/Services/PlistGeneratorTests.swift 105 6 94.29% 92 2 97.83% 315 10 96.83% 0 0 - -Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift 38 13 65.79% 36 13 63.89% 103 13 87.38% 0 0 - -Tests/KeyPathTests/Services/QMKImportServiceTests.swift 62 8 87.10% 30 0 100.00% 242 11 95.45% 0 0 - -Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift 103 16 84.47% 73 16 78.08% 312 16 94.87% 0 0 - -Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift 86 0 100.00% 82 0 100.00% 290 0 100.00% 0 0 - -Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift 6 1 83.33% 6 1 83.33% 37 3 91.89% 0 0 - -Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift 79 9 88.61% 67 4 94.03% 223 14 93.72% 0 0 - -Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift 60 15 75.00% 52 15 71.15% 193 15 92.23% 0 0 - -Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift 74 24 67.57% 72 24 66.67% 177 24 86.44% 0 0 - -Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift 169 63 62.72% 145 55 62.07% 495 91 81.62% 0 0 - -Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift 40 2 95.00% 33 2 93.94% 123 4 96.75% 0 0 - -Tests/KeyPathTests/Services/SimpleModsWriterTests.swift 72 23 68.06% 48 20 58.33% 223 29 87.00% 0 0 - -Tests/KeyPathTests/Services/SimulatorServiceTests.swift 93 5 94.62% 76 0 100.00% 207 10 95.17% 0 0 - -Tests/KeyPathTests/Services/StatePublisherServiceTests.swift 71 13 81.69% 52 12 76.92% 274 15 94.53% 0 0 - -Tests/KeyPathTests/Services/SystemValidatorTests.swift 5 0 100.00% 5 0 100.00% 138 0 100.00% 0 0 - -Tests/KeyPathTests/Services/UserNotificationServiceTests.swift 7 0 100.00% 7 0 100.00% 62 0 100.00% 0 0 - -Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift 100 31 69.00% 86 27 68.60% 319 34 89.34% 0 0 - -Tests/KeyPathTests/Services/WordlistStoreTests.swift 4 0 100.00% 2 0 100.00% 22 0 100.00% 0 0 - -Tests/KeyPathTests/SimpleModsSmokeTests.swift 19 17 10.53% 9 8 11.11% 57 53 7.02% 0 0 - -Tests/KeyPathTests/SwiftTestingWorkaround.swift 1 0 100.00% 1 0 100.00% 5 0 100.00% 0 0 - -Tests/KeyPathTests/SystemRequirementsTests.swift 146 11 92.47% 135 9 93.33% 380 11 97.11% 0 0 - -Tests/KeyPathTests/TCPClientIntegrationTests.swift 97 69 28.87% 43 24 44.19% 165 131 20.61% 0 0 - -Tests/KeyPathTests/TCPClientRequestIDTests.swift 113 72 36.28% 61 39 36.07% 240 149 37.92% 0 0 - -Tests/KeyPathTests/TCPConnectionLeakTests.swift 70 57 18.57% 24 17 29.17% 192 178 7.29% 0 0 - -Tests/KeyPathTests/TCPReadBufferTests.swift 35 2 94.29% 35 2 94.29% 107 2 98.13% 0 0 - -Tests/KeyPathTests/TcpServerResponseTests.swift 11 0 100.00% 9 0 100.00% 23 0 100.00% 0 0 - -Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift 15 7 53.33% 7 2 71.43% 29 10 65.52% 0 0 - -Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift 32 3 90.62% 17 1 94.12% 91 5 94.51% 0 0 - -Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift 45 24 46.67% 22 12 45.45% 69 38 44.93% 0 0 - -Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift 13 4 69.23% 8 4 50.00% 68 4 94.12% 0 0 - -Tests/KeyPathTests/UI/AppLaunchInfoTests.swift 18 0 100.00% 18 0 100.00% 56 0 100.00% 0 0 - -Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift 17 3 82.35% 15 2 86.67% 56 3 94.64% 0 0 - -Tests/KeyPathTests/UI/KanataViewModelTests.swift 5 0 100.00% 5 0 100.00% 24 0 100.00% 0 0 - -Tests/KeyPathTests/UI/KeyIconRegistryTests.swift 95 19 80.00% 57 5 91.23% 180 33 81.67% 0 0 - -Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift 257 27 89.49% 257 27 89.49% 701 27 96.15% 0 0 - -Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift 10 0 100.00% 10 0 100.00% 20 0 100.00% 0 0 - -Tests/KeyPathTests/UI/LayerSelectorTests.swift 124 6 95.16% 117 3 97.44% 298 9 96.98% 0 0 - -Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift 81 7 91.36% 77 6 92.21% 155 8 94.84% 0 0 - -Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift 187 0 100.00% 187 0 100.00% 312 0 100.00% 0 0 - -Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift 64 15 76.56% 64 15 76.56% 182 15 91.76% 0 0 - -Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift 20 1 95.00% 17 0 100.00% 65 1 98.46% 0 0 - -Tests/KeyPathTests/UI/SystemActionInfoTests.swift 126 3 97.62% 126 3 97.62% 251 3 98.80% 0 0 - -Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift 226 71 68.58% 214 71 66.82% 398 71 82.16% 0 0 - -Tests/KeyPathTests/UIAutomationFramework.swift 63 63 0.00% 31 31 0.00% 294 294 0.00% 0 0 - -Tests/KeyPathTests/UnitTestSuite.swift 60 2 96.67% 57 2 96.49% 152 2 98.68% 0 0 - -Tests/KeyPathTests/UtilitiesTests.swift 151 38 74.83% 117 35 70.09% 481 39 91.89% 0 0 - -Tests/KeyPathTests/WindowManagerTests.swift 39 2 94.87% 23 0 100.00% 159 3 98.11% 0 0 - -Tests/KeyPathTests/WizardNavigationEngineTests.swift 158 44 72.15% 152 44 71.05% 554 44 92.06% 0 0 - -Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift 17 0 100.00% 17 0 100.00% 164 0 100.00% 0 0 - -Tests/KeyPathTests/WizardSummaryCTATests.swift 6 0 100.00% 6 0 100.00% 14 0 100.00% 0 0 - ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -TOTAL 43948 29735 32.34% 21744 12751 41.36% 198344 147164 25.80% 0 0 - diff --git a/coverage-full/coverage-summary.txt b/coverage-full/coverage-summary.txt deleted file mode 100644 index 935663466..000000000 --- a/coverage-full/coverage-summary.txt +++ /dev/null @@ -1 +0,0 @@ -TOTAL 43948 29735 32.34% 21744 12751 41.36% 198344 147164 25.80% 0 0 - diff --git a/coverage-full/coverage.json b/coverage-full/coverage.json deleted file mode 100644 index 010325668..000000000 --- a/coverage-full/coverage.json +++ /dev/null @@ -1 +0,0 @@ -{"data":[{"files":[{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift","mcdc_records":[],"segments":[[4,33,2,true,true,false],[10,47,2,true,true,false],[10,70,2,true,false,false],[10,76,0,true,true,false],[12,30,0,true,true,false],[12,96,0,true,false,false],[13,10,2,true,true,false],[15,22,2,true,false,false],[16,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":2,"percent":66.666666666666657},"instantiations":{"count":3,"covered":2,"percent":66.666666666666657},"lines":{"count":15,"covered":12,"percent":80},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":3,"notcovered":2,"percent":60}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift","mcdc_records":[],"segments":[[510,52,1,true,true,false],[512,46,6,true,true,false],[513,16,6,true,true,false],[513,47,6,true,false,false],[513,83,1,true,true,false],[515,14,5,true,true,false],[516,10,0,true,true,false],[519,24,1,true,false,false],[520,6,0,false,false,false],[527,30,1,true,true,false],[529,9,0,false,true,false],[529,31,1,true,false,false],[530,12,1,true,true,false],[530,45,1,true,false,false],[530,46,1,true,true,false],[531,13,0,false,true,false],[535,18,1,true,false,false],[537,13,0,false,true,false],[537,19,1,true,false,false],[539,9,0,false,true,false],[539,15,1,true,false,false],[540,9,0,false,true,false],[545,15,1,true,false,false],[546,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":17,"covered":14,"percent":82.35294117647058},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":8,"notcovered":1,"percent":88.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift","mcdc_records":[],"segments":[[23,7,0,true,true,false],[28,6,0,false,false,false],[45,52,0,true,true,false],[47,16,0,true,true,false],[47,20,0,true,false,false],[48,9,0,true,true,false],[49,65,0,true,true,false],[50,54,0,true,false,false],[51,9,0,true,true,false],[52,70,0,true,true,false],[53,54,0,true,false,false],[54,9,0,true,true,false],[55,68,0,true,true,false],[56,54,0,true,false,false],[57,10,0,true,true,false],[58,6,0,false,false,false],[60,47,0,true,true,false],[61,72,0,true,true,false],[62,73,0,true,true,false],[63,16,0,true,true,false],[63,20,0,true,false,false],[64,9,0,true,true,false],[65,79,0,true,true,false],[65,80,0,true,false,false],[66,9,0,true,true,false],[67,89,0,true,true,false],[67,90,0,true,false,false],[68,9,0,true,true,false],[69,85,0,true,true,false],[69,86,0,true,false,false],[70,10,0,true,true,false],[71,6,0,false,false,false],[80,76,0,true,true,false],[84,6,0,false,false,false],[93,76,0,true,true,false],[97,6,0,false,false,false],[100,38,0,true,true,false],[102,12,0,true,true,false],[102,40,0,true,false,false],[102,41,0,true,true,false],[102,60,0,true,false,false],[103,12,0,true,true,false],[103,39,0,true,false,false],[103,40,0,true,true,false],[103,59,0,true,false,false],[104,12,0,true,true,false],[104,38,0,true,false,false],[104,39,0,true,true,false],[104,58,0,true,false,false],[105,12,0,true,true,false],[105,40,0,true,false,false],[105,41,0,true,true,false],[105,60,0,true,false,false],[108,6,0,false,false,false],[115,34,0,true,true,false],[117,6,0,false,false,false],[125,35,0,true,true,false],[127,6,0,false,false,false],[130,48,0,true,true,false],[132,12,0,true,true,false],[132,42,0,true,false,false],[132,43,0,true,true,false],[132,68,0,true,false,false],[133,12,0,true,true,false],[133,41,0,true,false,false],[133,42,0,true,true,false],[133,66,0,true,false,false],[134,12,0,true,true,false],[134,40,0,true,false,false],[134,41,0,true,true,false],[134,64,0,true,false,false],[135,12,0,true,true,false],[135,42,0,true,false,false],[135,43,0,true,true,false],[135,68,0,true,false,false],[137,6,0,false,false,false],[146,63,0,true,true,false],[150,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":70,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift","mcdc_records":[],"segments":[[10,43,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[17,56,0,true,false,false],[19,9,0,true,true,false],[23,19,0,true,true,false],[23,22,0,true,false,false],[26,9,0,true,true,false],[30,19,0,true,true,false],[30,22,0,true,false,false],[33,6,0,false,false,false],[52,7,0,true,true,false],[59,6,0,false,false,false],[62,74,0,true,true,false],[70,6,0,false,false,false],[75,27,0,true,true,false],[75,47,0,false,false,false],[87,7,0,true,true,false],[92,6,0,false,false,false],[95,39,0,true,true,false],[97,6,0,false,false,false],[102,27,0,true,true,false],[102,39,0,false,false,false],[107,47,0,true,true,false],[110,6,0,false,false,false],[115,27,0,true,true,false],[115,52,0,true,true,false],[115,54,0,true,false,false],[115,58,0,false,false,false],[121,62,0,true,true,false],[125,6,0,false,false,false],[128,38,0,true,true,false],[129,23,0,true,true,false],[131,10,0,true,true,false],[132,22,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift","mcdc_records":[],"segments":[[25,46,0,true,true,false],[26,20,0,true,true,false],[26,24,0,true,false,false],[27,13,0,true,true,false],[28,52,0,true,false,false],[29,13,0,true,true,false],[30,70,0,true,false,false],[31,13,0,true,true,false],[32,71,0,true,false,false],[33,13,0,true,true,false],[34,73,0,true,false,false],[35,13,0,true,true,false],[36,67,0,true,false,false],[37,13,0,true,true,false],[38,67,0,true,false,false],[39,13,0,true,true,false],[40,48,0,true,false,false],[41,14,0,true,true,false],[42,10,0,false,false,false],[49,20,0,true,true,false],[49,22,0,false,false,false],[55,57,0,true,true,false],[57,57,0,true,true,false],[59,10,0,true,true,false],[63,39,0,true,true,false],[65,22,0,true,false,false],[66,6,0,false,false,false],[69,37,0,true,true,false],[71,6,0,false,false,false],[74,36,0,true,true,false],[82,12,0,true,true,false],[82,35,0,true,false,false],[82,66,0,true,true,false],[84,10,0,true,true,false],[86,6,0,false,false,false],[91,54,0,true,true,false],[92,39,0,true,true,false],[94,12,0,true,true,false],[95,63,0,true,true,false],[96,58,0,true,true,false],[98,14,0,true,true,false],[99,28,0,true,false,false],[100,46,0,true,true,false],[102,10,0,true,false,false],[102,17,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false],[108,54,0,true,true,false],[109,39,0,true,true,false],[111,12,0,true,true,false],[112,66,0,true,true,false],[113,59,0,true,false,false],[114,46,0,true,true,false],[116,10,0,true,false,false],[116,17,0,true,true,false],[118,10,0,true,false,false],[119,6,0,false,false,false],[123,65,0,true,true,false],[125,43,0,true,true,false],[125,55,0,true,false,false],[140,12,0,true,true,false],[140,35,0,true,false,false],[140,36,0,true,true,false],[142,10,0,true,true,false],[143,6,0,false,false,false],[145,63,0,true,true,false],[157,75,0,true,true,false],[159,10,0,true,true,false],[161,43,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":114,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift","mcdc_records":[],"segments":[[28,46,0,true,true,false],[29,20,0,true,true,false],[29,24,0,true,false,false],[30,13,0,true,true,false],[31,84,0,true,false,false],[32,13,0,true,true,false],[33,78,0,true,false,false],[34,13,0,true,true,false],[35,77,0,true,false,false],[36,13,0,true,true,false],[37,51,0,true,false,false],[38,14,0,true,true,false],[39,10,0,false,false,false],[46,20,0,true,true,false],[63,6,0,false,false,false],[68,64,0,true,true,false],[69,36,0,true,true,false],[69,46,0,true,true,false],[71,36,0,true,true,false],[76,70,0,true,true,false],[76,72,0,true,false,false],[80,63,0,true,true,false],[85,6,0,false,false,false],[88,100,0,true,true,false],[89,36,0,true,true,false],[98,10,0,true,true,false],[98,18,0,true,true,false],[98,47,0,true,false,false],[101,27,0,true,true,false],[102,65,0,true,true,false],[103,46,0,true,true,false],[104,53,0,true,true,false],[104,79,0,true,false,false],[108,10,0,true,true,false],[111,33,0,true,true,false],[111,64,0,true,false,false],[112,6,0,false,false,false],[115,65,0,true,true,false],[116,36,0,true,true,false],[124,10,0,true,true,false],[124,18,0,true,true,false],[124,47,0,true,false,false],[126,27,0,true,true,false],[127,65,0,true,true,false],[129,14,0,true,false,false],[130,10,0,true,true,false],[132,33,0,true,true,false],[132,64,0,true,false,false],[133,6,0,false,false,false],[136,44,0,true,true,false],[141,16,0,true,true,false],[143,10,0,true,true,false],[145,32,0,true,true,false],[146,73,0,true,true,false],[146,82,0,true,false,false],[146,87,0,true,true,false],[146,88,0,true,false,false],[149,6,0,false,false,false],[152,48,0,true,true,false],[153,60,0,true,true,false],[155,10,0,true,true,false],[156,28,0,true,false,false],[157,6,0,false,false,false],[160,41,0,true,true,false],[161,79,0,true,true,false],[163,10,0,true,true,false],[169,10,0,true,true,false],[169,18,0,true,true,false],[169,47,0,true,false,false],[171,27,0,true,true,false],[172,57,0,true,true,false],[173,10,0,true,true,false],[176,41,0,true,true,false],[179,6,0,false,false,false],[182,41,0,true,true,false],[183,79,0,true,true,false],[185,10,0,true,true,false],[191,10,0,true,true,false],[191,18,0,true,true,false],[191,47,0,true,false,false],[191,52,0,true,true,false],[191,54,0,true,false,false],[194,6,0,false,false,false],[198,49,0,true,true,false],[199,80,0,true,true,false],[201,10,0,true,true,false],[203,12,0,true,true,false],[207,14,0,true,true,false],[209,10,0,true,false,false],[209,17,0,true,true,false],[211,10,0,true,true,false],[212,6,0,false,false,false],[214,48,0,true,true,false],[219,6,0,false,false,false],[221,82,0,true,true,false],[222,70,0,true,true,false],[224,10,0,true,true,false],[226,12,0,true,true,false],[227,59,0,true,true,false],[228,76,0,true,true,false],[231,78,0,true,true,false],[231,80,0,true,false,false],[232,78,0,true,true,false],[232,93,0,true,false,false],[234,37,0,true,true,false],[235,67,0,true,true,false],[235,81,0,true,true,false],[236,79,0,true,false,false],[238,17,0,true,true,false],[240,10,0,true,false,false],[241,6,0,false,false,false],[243,87,0,true,true,false],[244,12,0,true,true,false],[246,40,0,true,true,false],[247,53,0,true,true,false],[248,63,0,true,true,false],[248,65,0,true,false,false],[249,14,0,true,true,false],[252,69,0,true,true,false],[254,14,0,true,true,false],[256,72,0,true,true,false],[257,64,0,true,true,false],[258,10,0,true,false,false],[258,43,0,true,true,false],[260,10,0,true,false,false],[260,17,0,true,true,false],[262,10,0,true,true,false],[263,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":236,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":89,"covered":0,"notcovered":89,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift","mcdc_records":[],"segments":[[16,58,0,true,true,false],[16,63,0,false,false,false],[17,58,0,true,true,false],[17,59,0,false,false,false],[26,27,0,true,true,false],[26,52,0,false,false,false],[27,43,0,true,true,false],[27,45,0,false,false,false],[28,33,0,true,true,false],[28,35,0,false,false,false],[29,47,0,true,true,false],[29,51,0,false,false,false],[32,38,0,true,true,false],[32,67,0,false,false,false],[36,20,0,true,true,false],[38,14,0,true,true,false],[40,10,0,true,false,false],[41,6,0,false,false,false],[46,32,0,true,true,false],[47,31,0,true,true,false],[47,41,0,true,true,false],[56,6,0,false,false,false],[59,33,0,true,true,false],[60,30,0,true,true,false],[60,40,0,true,true,false],[71,6,0,false,false,false],[74,42,0,true,true,false],[76,37,0,true,true,false],[82,6,0,false,false,false],[85,31,0,true,true,false],[86,36,0,true,true,false],[86,46,0,true,true,false],[91,12,0,true,true,false],[92,52,0,true,true,false],[94,10,0,true,false,false],[94,17,0,true,true,false],[98,10,0,true,true,false],[99,6,0,false,false,false],[104,76,0,true,true,false],[105,30,0,true,true,false],[105,40,0,true,true,false],[116,6,0,false,false,false],[119,76,0,true,true,false],[120,30,0,true,true,false],[120,40,0,true,true,false],[131,6,0,false,false,false],[134,83,0,true,true,false],[135,30,0,true,true,false],[135,40,0,true,true,false],[146,6,0,false,false,false],[151,70,0,true,true,false],[153,52,0,true,true,false],[153,62,0,true,true,false],[155,14,0,true,true,false],[156,34,0,true,true,false],[156,44,0,true,true,false],[167,10,0,true,false,false],[168,6,0,false,false,false],[172,54,0,true,true,false],[178,12,0,true,true,false],[178,41,0,true,false,false],[178,42,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[185,35,0,true,true,false],[190,11,0,true,true,false],[191,118,0,true,true,false],[193,14,0,true,true,false],[194,52,0,true,true,false],[194,61,0,true,false,false],[195,48,0,true,true,false],[195,57,0,true,false,false],[196,18,0,true,true,false],[198,14,0,true,false,false],[205,11,0,true,true,false],[206,118,0,true,true,false],[208,14,0,true,true,false],[209,52,0,true,true,false],[209,61,0,true,false,false],[210,48,0,true,true,false],[210,57,0,true,false,false],[211,18,0,true,true,false],[213,14,0,true,false,false],[217,6,0,false,false,false],[219,34,0,true,true,false],[222,6,0,false,false,false],[224,36,0,true,true,false],[225,91,0,true,true,false],[226,18,0,true,true,false],[228,14,0,true,false,false],[230,6,0,false,false,false],[232,35,0,true,true,false],[235,6,0,false,false,false],[242,40,0,true,true,false],[243,12,0,true,true,false],[243,21,0,true,false,false],[243,22,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":240,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift","mcdc_records":[],"segments":[[10,27,0,true,true,false],[10,52,0,false,false,false],[12,20,0,true,true,false],[12,22,0,false,false,false],[17,82,0,true,true,false],[20,12,0,true,true,false],[24,14,0,true,true,false],[26,61,0,true,false,false],[27,17,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[35,100,0,true,true,false],[46,29,0,true,true,false],[47,20,0,true,true,false],[47,33,0,true,false,false],[48,13,0,true,true,false],[49,20,0,true,true,false],[49,33,0,true,false,false],[49,34,0,true,true,false],[53,52,0,true,true,false],[53,53,0,true,false,false],[55,24,0,true,true,false],[59,52,0,true,true,false],[59,53,0,true,false,false],[63,13,0,true,true,false],[65,53,0,true,true,false],[65,54,0,true,false,false],[67,13,0,true,true,false],[68,60,0,true,true,false],[68,62,0,true,false,false],[72,48,0,true,true,false],[72,49,0,true,false,false],[74,14,0,true,true,false],[75,10,0,true,true,false],[85,18,0,true,true,false],[85,72,0,true,false,false],[86,21,0,true,true,false],[86,44,0,true,false,false],[91,18,0,true,true,false],[93,52,0,true,true,false],[93,54,0,true,false,false],[94,48,0,true,true,false],[94,64,0,true,false,false],[94,67,0,true,true,false],[94,70,0,true,false,false],[97,21,0,true,true,false],[97,44,0,true,false,false],[106,6,0,false,false,false],[111,28,0,true,true,false],[116,42,0,true,true,false],[122,46,0,true,true,false],[122,66,0,true,true,false],[122,74,0,true,false,false],[123,51,0,true,true,false],[123,52,0,true,false,false],[124,51,0,true,true,false],[124,52,0,true,false,false],[130,21,0,true,true,false],[130,68,0,true,false,false],[132,18,0,true,true,false],[132,24,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":144,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift","mcdc_records":[],"segments":[[6,41,0,true,true,false],[6,46,0,false,false,false],[7,48,0,true,true,false],[7,53,0,false,false,false],[8,42,0,true,true,false],[8,47,0,false,false,false],[9,42,0,true,true,false],[9,43,0,false,false,false],[10,38,0,true,true,false],[10,43,0,false,false,false],[13,33,0,true,true,false],[15,6,0,false,false,false],[17,25,0,true,true,false],[18,50,0,true,true,false],[20,32,0,true,true,false],[27,14,0,true,false,false],[30,20,0,true,true,false],[31,57,0,true,true,false],[35,38,0,true,true,false],[35,67,0,true,false,false],[35,70,0,true,true,false],[35,95,0,true,false,false],[40,20,0,true,true,false],[40,29,0,true,false,false],[40,30,0,true,true,false],[41,39,0,true,true,false],[43,22,0,true,false,false],[47,24,0,true,true,false],[48,38,0,true,true,false],[50,22,0,true,false,false],[59,16,0,true,true,false],[59,25,0,true,false,false],[59,26,0,true,true,false],[60,37,0,true,true,false],[61,43,0,true,true,false],[63,22,0,true,false,false],[68,28,0,true,true,false],[70,22,0,true,false,false],[70,30,0,true,true,false],[71,28,0,true,true,false],[71,39,0,true,false,false],[71,40,0,true,true,false],[74,26,0,true,false,false],[74,32,0,true,true,false],[76,26,0,true,false,false],[85,14,0,true,true,false],[86,10,0,true,false,false],[87,19,0,true,true,false],[89,10,0,true,false,false],[90,88,0,true,true,false],[92,10,0,true,false,false],[93,46,0,true,true,false],[95,10,0,true,false,false],[96,47,0,true,true,false],[98,10,0,true,false,false],[99,77,0,true,true,false],[100,45,0,true,true,false],[100,47,0,true,false,false],[101,49,0,true,true,false],[103,14,0,true,false,false],[104,20,0,true,true,false],[106,10,0,true,false,false],[107,6,0,false,false,false],[109,38,0,true,true,false],[110,14,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[115,35,0,true,true,false],[116,14,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[122,30,0,true,true,false],[124,14,0,true,true,false],[125,16,0,true,true,false],[126,60,0,true,true,false],[130,14,0,true,false,false],[130,21,0,true,true,false],[132,14,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":322,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":0,"notcovered":46,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift","mcdc_records":[],"segments":[[7,45,0,true,true,false],[7,50,0,false,false,false],[8,45,0,true,true,false],[8,50,0,false,false,false],[9,37,0,true,true,false],[9,42,0,false,false,false],[11,25,0,true,true,false],[12,50,0,true,true,false],[14,20,0,true,true,false],[20,14,0,true,false,false],[27,53,0,true,true,false],[31,14,0,true,false,false],[37,54,0,true,true,false],[38,51,0,true,true,false],[39,61,0,true,true,false],[45,22,0,true,false,false],[50,51,0,true,true,false],[51,61,0,true,true,false],[57,22,0,true,false,false],[66,20,0,true,true,false],[67,34,0,true,true,false],[69,18,0,true,false,false],[75,24,0,true,true,false],[77,18,0,true,false,false],[77,26,0,true,true,false],[78,24,0,true,true,false],[78,34,0,true,false,false],[78,35,0,true,true,false],[81,22,0,true,false,false],[81,28,0,true,true,false],[83,22,0,true,false,false],[86,41,0,true,true,false],[86,51,0,true,false,false],[93,6,0,false,false,false],[95,33,0,true,true,false],[96,31,0,true,true,false],[96,49,0,true,false,false],[97,6,0,false,false,false],[99,34,0,true,true,false],[102,14,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[120,26,0,true,true,false],[122,6,0,false,false,false],[124,25,0,true,true,false],[125,45,0,true,true,false],[130,10,0,true,false,false],[131,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":320,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift","mcdc_records":[],"segments":[[6,55,0,true,true,false],[6,61,0,false,false,false],[8,36,0,true,true,false],[8,40,0,false,false,false],[10,25,0,true,true,false],[11,28,0,true,true,false],[13,20,0,true,true,false],[19,24,0,true,true,false],[21,18,0,true,false,false],[21,26,0,true,true,false],[24,18,0,true,false,false],[33,58,0,true,true,false],[34,60,0,true,true,false],[36,18,0,true,false,false],[44,16,0,true,true,false],[44,25,0,true,false,false],[44,26,0,true,true,false],[48,14,0,true,false,false],[48,34,0,true,true,false],[50,14,0,true,false,false],[50,20,0,true,true,false],[55,14,0,true,false,false],[58,19,0,true,true,false],[60,10,0,true,false,false],[61,39,0,true,true,false],[63,10,0,true,false,false],[64,6,0,false,false,false],[67,71,0,true,true,false],[68,20,0,true,true,false],[69,54,0,true,true,false],[71,24,0,true,true,false],[87,18,0,true,false,false],[91,20,0,true,true,false],[91,44,0,true,false,false],[91,45,0,true,true,false],[92,73,0,true,true,false],[93,61,0,true,true,false],[94,36,0,true,true,false],[101,30,0,true,false,false],[106,18,0,true,true,false],[109,20,0,true,true,false],[109,48,0,true,false,false],[109,49,0,true,true,false],[110,77,0,true,true,false],[111,65,0,true,true,false],[112,36,0,true,true,false],[119,30,0,true,false,false],[124,18,0,true,true,false],[127,20,0,true,true,false],[127,50,0,true,false,false],[127,51,0,true,true,false],[128,75,0,true,true,false],[129,67,0,true,true,false],[130,36,0,true,true,false],[137,30,0,true,false,false],[142,18,0,true,true,false],[143,14,0,true,false,false],[146,6,0,false,false,false],[148,31,0,true,true,false],[150,14,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[164,25,0,true,true,false],[165,28,0,true,true,false],[175,10,0,true,false,false],[180,6,0,false,false,false],[188,25,0,true,true,false],[189,49,0,true,true,false],[190,20,0,true,true,false],[196,14,0,true,false,false],[198,53,0,true,true,false],[200,14,0,true,false,false],[205,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":0,"percent":0},"instantiations":{"count":32,"covered":0,"percent":0},"lines":{"count":568,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift","mcdc_records":[],"segments":[[16,19,0,true,true,false],[20,44,0,true,true,false],[20,106,0,true,false,false],[43,48,0,true,true,false],[43,81,0,true,false,false],[57,12,0,true,true,false],[57,26,0,true,false,false],[57,27,0,true,true,false],[61,10,0,true,false,false],[61,16,0,true,true,false],[65,10,0,true,false,false],[73,14,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[98,33,0,true,true,false],[101,18,0,true,true,false],[106,10,0,true,false,false],[107,19,0,true,true,false],[109,47,0,true,true,false],[110,41,0,true,true,false],[113,63,0,true,true,false],[115,22,0,true,false,false],[136,47,0,true,true,false],[138,29,0,true,true,false],[140,22,0,true,false,false],[141,28,0,true,true,false],[143,22,0,true,false,false],[148,29,0,true,true,false],[150,22,0,true,false,false],[151,28,0,true,true,false],[153,22,0,true,false,false],[158,29,0,true,true,false],[160,22,0,true,false,false],[161,28,0,true,true,false],[163,22,0,true,false,false],[167,29,0,true,true,false],[169,22,0,true,false,false],[170,28,0,true,true,false],[172,22,0,true,false,false],[177,29,0,true,true,false],[179,22,0,true,false,false],[180,28,0,true,true,false],[182,22,0,true,false,false],[188,45,0,true,true,false],[190,18,0,true,false,false],[196,29,0,true,true,false],[198,22,0,true,false,false],[199,28,0,true,true,false],[201,22,0,true,false,false],[208,29,0,true,true,false],[210,22,0,true,false,false],[211,28,0,true,true,false],[213,22,0,true,false,false],[218,29,0,true,true,false],[220,22,0,true,false,false],[221,28,0,true,true,false],[223,22,0,true,false,false],[227,52,0,true,true,false],[229,18,0,true,false,false],[232,34,0,true,true,false],[234,18,0,true,false,false],[239,49,0,true,true,false],[244,18,0,true,false,false],[251,29,0,true,true,false],[253,22,0,true,false,false],[254,28,0,true,true,false],[256,22,0,true,false,false],[262,29,0,true,true,false],[263,30,0,true,true,false],[267,32,0,true,true,false],[267,39,0,true,false,false],[267,40,0,true,true,false],[270,30,0,true,false,false],[270,36,0,true,true,false],[274,82,0,true,true,false],[274,126,0,true,false,false],[280,28,0,true,true,false],[282,22,0,true,false,false],[288,13,0,false,true,false],[288,22,0,true,false,false],[289,59,0,true,true,false],[290,64,0,true,true,false],[292,22,0,true,false,false],[294,65,0,true,true,false],[296,22,0,true,false,false],[298,67,0,true,true,false],[300,22,0,true,false,false],[303,13,0,false,true,false],[303,19,0,true,false,false],[305,6,0,false,false,false],[311,53,0,true,true,false],[314,2,0,false,false,false],[318,44,0,true,true,false],[322,93,0,true,true,false],[324,90,0,true,true,false],[325,26,0,true,true,false],[328,14,0,true,false,false],[328,20,0,true,true,false],[330,14,0,true,false,false],[332,12,0,true,true,false],[336,6,0,true,false,false],[337,2,0,false,false,false],[340,68,0,true,true,false],[348,59,0,true,true,false],[349,35,0,true,true,false],[351,16,0,true,true,false],[351,51,0,true,true,false],[351,85,0,true,false,false],[353,13,0,true,true,false],[358,14,0,true,true,false],[359,10,0,true,true,false],[360,6,0,true,true,false],[366,32,0,true,true,false],[368,6,0,true,false,false],[368,12,0,true,true,false],[370,6,0,true,false,false],[371,2,0,false,false,false],[377,26,0,true,true,false],[377,31,0,false,false,false],[380,42,0,true,true,false],[380,47,0,false,false,false],[381,37,0,true,true,false],[381,42,0,false,false,false],[383,87,0,true,true,false],[386,6,0,false,false,false],[388,84,0,true,true,false],[393,6,0,false,false,false],[395,47,0,true,true,false],[397,6,0,false,false,false],[399,54,0,true,true,false],[404,12,0,true,true,false],[404,35,0,true,false,false],[404,36,0,true,true,false],[413,16,0,true,true,false],[413,30,0,true,false,false],[413,31,0,true,true,false],[416,14,0,true,false,false],[425,16,0,true,true,false],[425,33,0,true,false,false],[425,34,0,true,true,false],[431,14,0,true,false,false],[432,16,0,true,true,false],[434,16,0,true,true,false],[434,63,0,true,false,false],[436,13,0,true,true,false],[439,14,0,true,false,false],[439,23,0,true,true,false],[439,70,0,true,false,false],[439,71,0,true,true,false],[441,14,0,true,false,false],[441,20,0,true,true,false],[443,14,0,true,false,false],[445,6,0,false,false,false],[447,57,0,true,true,false],[462,12,0,true,true,false],[462,27,0,true,false,false],[462,28,0,true,true,false],[464,10,0,true,false,false],[470,14,0,true,true,false],[473,16,0,true,true,false],[473,30,0,true,false,false],[473,31,0,true,true,false],[477,14,0,true,true,false],[481,16,0,true,true,false],[481,28,0,true,false,false],[481,29,0,true,true,false],[482,34,0,true,true,false],[485,18,0,true,false,false],[485,24,0,true,true,false],[487,18,0,true,false,false],[490,20,0,true,true,false],[490,33,0,true,false,false],[490,34,0,true,true,false],[493,18,0,true,false,false],[493,24,0,true,true,false],[495,18,0,true,false,false],[499,12,0,true,true,false],[499,26,0,true,false,false],[499,27,0,true,true,false],[503,18,0,true,true,false],[508,53,0,true,true,false],[510,24,0,true,true,false],[510,32,0,true,false,false],[510,33,0,true,true,false],[512,22,0,true,false,false],[513,24,0,true,true,false],[515,18,0,true,false,false],[521,12,0,true,true,false],[521,27,0,true,false,false],[521,28,0,true,true,false],[524,43,0,true,true,false],[527,14,0,true,true,false],[547,18,0,true,true,false],[548,20,0,true,true,false],[549,71,0,true,true,false],[551,18,0,true,false,false],[551,25,0,true,true,false],[555,18,0,true,true,false],[559,20,0,true,true,false],[559,41,0,true,false,false],[559,42,0,true,true,false],[561,57,0,true,true,false],[563,28,0,true,true,false],[563,35,0,true,false,false],[563,36,0,true,true,false],[565,26,0,true,false,false],[565,32,0,true,true,false],[567,26,0,true,false,false],[568,28,0,true,true,false],[572,22,0,true,false,false],[573,24,0,true,true,false],[576,18,0,true,false,false],[585,20,0,true,true,false],[585,37,0,true,false,false],[585,38,0,true,true,false],[590,18,0,true,false,false],[592,16,0,true,true,false],[594,10,0,true,true,false],[597,104,0,true,true,false],[598,18,0,true,true,false],[600,62,0,true,true,false],[603,18,0,true,true,false],[605,20,0,true,true,false],[605,28,0,true,false,false],[605,29,0,true,true,false],[607,18,0,true,false,false],[613,11,0,true,true,false],[614,18,0,true,true,false],[616,14,0,true,false,false],[621,11,0,true,true,false],[622,18,0,true,true,false],[624,14,0,true,false,false],[628,43,0,true,true,false],[630,10,0,true,false,false],[634,49,0,true,true,false],[635,18,0,true,true,false],[647,14,0,true,false,false],[649,6,0,false,false,false],[653,55,0,true,true,false],[658,57,0,true,true,false],[658,87,0,true,false,false],[663,6,0,false,false,false],[665,43,0,true,true,false],[666,45,0,true,true,false],[666,55,0,true,true,false],[668,34,0,true,true,false],[670,14,0,true,false,false],[671,32,0,true,true,false],[675,46,0,true,true,false],[675,68,0,true,false,false],[678,34,0,true,true,false],[680,14,0,true,false,false],[681,39,0,true,true,false],[683,14,0,true,false,false],[684,26,0,true,true,false],[686,60,0,true,true,false],[688,18,0,true,true,false],[690,14,0,true,false,false],[694,59,0,true,true,false],[699,10,0,true,false,false],[702,6,0,false,false,false],[704,46,0,true,true,false],[707,12,0,true,true,false],[707,39,0,true,false,false],[707,40,0,true,true,false],[708,35,0,true,true,false],[711,14,0,true,false,false],[711,20,0,true,true,false],[714,14,0,true,true,false],[715,10,0,true,true,false],[717,12,0,true,true,false],[717,26,0,true,false,false],[717,27,0,true,true,false],[719,10,0,true,false,false],[725,6,0,false,false,false],[727,55,0,true,true,false],[729,6,0,false,false,false],[731,52,0,true,true,false],[741,6,0,false,false,false],[745,58,0,true,true,false],[748,25,0,true,true,false],[752,62,0,true,true,false],[753,102,0,true,true,false],[753,107,0,true,false,false],[755,14,0,true,true,false],[758,77,0,true,true,false],[761,14,0,true,false,false],[761,20,0,true,true,false],[764,14,0,true,false,false],[765,10,0,true,true,false],[766,6,0,false,false,false],[770,50,0,true,true,false],[774,12,0,true,true,false],[774,60,0,true,false,false],[774,61,0,true,true,false],[777,10,0,true,true,false],[785,6,0,false,false,false],[787,96,0,true,true,false],[793,12,0,true,true,false],[793,39,0,true,false,false],[793,40,0,true,true,false],[794,16,0,true,true,false],[794,67,0,true,false,false],[794,68,0,true,true,false],[798,14,0,true,false,false],[800,35,0,true,true,false],[803,14,0,true,false,false],[803,20,0,true,true,false],[806,14,0,true,false,false],[810,12,0,true,true,false],[810,35,0,true,false,false],[810,36,0,true,true,false],[814,10,0,true,false,false],[814,16,0,true,true,false],[817,10,0,true,false,false],[820,6,0,false,false,false],[828,60,0,true,true,false],[834,6,0,false,false,false],[837,58,0,true,true,false],[839,12,0,true,true,false],[840,31,0,true,true,false],[842,10,0,true,false,false],[842,17,0,true,true,false],[844,10,0,true,true,false],[846,6,0,false,false,false],[848,60,0,true,true,false],[850,36,0,true,true,false],[851,18,0,true,true,false],[852,20,0,true,true,false],[853,47,0,true,true,false],[855,18,0,true,false,false],[855,25,0,true,true,false],[857,18,0,true,true,false],[859,14,0,true,false,false],[860,16,0,true,true,false],[862,10,0,true,false,false],[863,6,0,false,false,false],[870,49,0,true,true,false],[870,69,0,false,false,false],[873,34,0,true,true,false],[873,36,0,false,false,false],[875,25,0,true,true,false],[876,40,0,true,true,false],[878,10,0,true,false,false],[880,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":89,"covered":0,"percent":0},"instantiations":{"count":89,"covered":0,"percent":0},"lines":{"count":1563,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":204,"covered":0,"notcovered":204,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift","mcdc_records":[],"segments":[[26,7,4,true,true,false],[28,39,4,true,true,false],[30,10,4,true,false,false],[30,16,0,true,true,false],[31,43,0,true,true,false],[31,64,0,true,false,false],[32,10,4,true,false,false],[33,6,0,false,false,false],[36,57,4,true,true,false],[37,40,0,true,true,false],[40,10,4,true,true,false],[44,16,4,true,true,false],[44,23,4,true,false,false],[45,9,2,true,true,false],[46,37,4,true,false,false],[47,9,0,true,true,false],[48,38,4,true,false,false],[49,9,0,true,true,false],[50,37,4,true,false,false],[51,9,2,true,true,false],[53,66,4,true,false,false],[54,9,0,true,true,false],[55,38,4,true,false,false],[56,9,0,true,true,false],[58,21,4,true,false,false],[59,9,0,true,true,false],[62,21,4,true,false,false],[64,6,0,false,false,false],[67,31,0,true,true,false],[93,6,0,false,false,false],[96,45,2,true,true,false],[103,56,1,true,true,false],[103,65,2,true,false,false],[103,68,1,true,true,false],[103,76,2,true,false,false],[107,58,1,true,true,false],[107,63,2,true,false,false],[107,66,1,true,true,false],[107,71,2,true,false,false],[108,54,1,true,true,false],[108,59,2,true,false,false],[108,62,1,true,true,false],[108,67,2,true,false,false],[109,49,2,true,true,false],[111,10,2,true,false,false],[116,87,2,true,true,false],[116,92,2,true,false,false],[116,95,0,true,true,false],[116,100,2,true,false,false],[117,92,2,true,true,false],[117,97,2,true,false,false],[117,100,0,true,true,false],[117,105,2,true,false,false],[119,86,2,true,true,false],[119,91,2,true,false,false],[119,94,0,true,true,false],[119,99,2,true,false,false],[120,91,2,true,true,false],[120,96,2,true,false,false],[120,99,0,true,true,false],[120,104,2,true,false,false],[125,74,2,true,true,false],[125,89,2,true,false,false],[125,92,0,true,true,false],[125,105,2,true,false,false],[127,80,2,true,true,false],[127,95,2,true,false,false],[127,98,0,true,true,false],[127,111,2,true,false,false],[129,70,2,true,true,false],[129,83,2,true,false,false],[129,86,0,true,true,false],[129,101,2,true,false,false],[130,12,2,true,true,false],[130,50,2,true,false,false],[130,51,0,true,true,false],[132,10,2,true,false,false],[136,67,2,true,true,false],[136,72,2,true,false,false],[136,75,0,true,true,false],[136,80,2,true,false,false],[137,78,2,true,true,false],[137,83,2,true,false,false],[137,86,0,true,true,false],[137,91,2,true,false,false],[138,63,2,true,true,false],[138,68,2,true,false,false],[138,71,0,true,true,false],[138,76,2,true,false,false],[141,12,2,true,true,false],[141,42,2,true,false,false],[141,43,0,true,true,false],[143,57,0,true,true,false],[145,14,0,true,true,false],[146,10,2,true,false,false],[152,12,2,true,true,false],[152,33,2,true,false,false],[152,34,1,true,true,false],[155,10,2,true,false,false],[155,16,1,true,true,false],[159,10,2,true,false,false],[160,6,0,false,false,false],[163,46,0,true,true,false],[170,44,0,true,true,false],[170,53,0,true,false,false],[170,56,0,true,true,false],[170,64,0,true,false,false],[173,53,0,true,true,false],[175,10,0,true,false,false],[177,12,0,true,true,false],[177,45,0,true,false,false],[177,46,0,true,true,false],[179,49,0,true,true,false],[181,14,0,true,true,false],[182,10,0,true,false,false],[184,12,0,true,true,false],[184,43,0,true,false,false],[184,44,0,true,true,false],[186,50,0,true,true,false],[187,47,0,true,true,false],[187,52,0,true,false,false],[187,55,0,true,true,false],[187,60,0,true,false,false],[190,45,0,true,true,false],[192,18,0,true,false,false],[193,14,0,true,true,false],[194,10,0,true,false,false],[196,12,0,true,true,false],[196,26,0,true,false,false],[196,27,0,true,true,false],[199,10,0,true,false,false],[199,16,0,true,true,false],[202,10,0,true,false,false],[203,6,0,false,false,false],[206,45,0,true,true,false],[209,12,0,true,true,false],[209,37,0,true,false,false],[209,38,0,true,true,false],[212,10,0,true,true,false],[218,44,0,true,true,false],[218,53,0,true,false,false],[218,56,0,true,true,false],[218,64,0,true,false,false],[221,53,0,true,true,false],[223,10,0,true,false,false],[225,12,0,true,true,false],[225,45,0,true,false,false],[225,46,0,true,true,false],[227,49,0,true,true,false],[229,14,0,true,true,false],[230,10,0,true,false,false],[232,12,0,true,true,false],[232,43,0,true,false,false],[232,44,0,true,true,false],[234,50,0,true,true,false],[235,47,0,true,true,false],[235,52,0,true,false,false],[235,55,0,true,true,false],[235,60,0,true,false,false],[238,45,0,true,true,false],[240,18,0,true,false,false],[241,14,0,true,true,false],[242,10,0,true,false,false],[244,12,0,true,true,false],[244,26,0,true,false,false],[244,27,0,true,true,false],[247,10,0,true,false,false],[247,16,0,true,true,false],[250,10,0,true,false,false],[251,6,0,false,false,false],[253,52,0,true,true,false],[258,30,0,true,true,false],[261,10,0,true,true,false],[264,12,0,true,true,false],[264,33,0,true,false,false],[264,34,0,true,true,false],[267,10,0,true,false,false],[267,16,0,true,true,false],[270,10,0,true,false,false],[271,6,0,false,false,false],[274,66,2,true,true,false],[278,19,1,true,true,false],[278,63,2,true,false,false],[278,66,1,true,true,false],[278,109,2,true,false,false],[284,12,2,true,true,false],[284,32,2,true,false,false],[284,33,0,true,true,false],[286,33,0,true,true,false],[286,46,0,true,false,false],[288,10,2,true,false,false],[290,12,2,true,true,false],[290,43,2,true,false,false],[290,44,0,true,true,false],[292,50,0,true,true,false],[293,47,0,true,true,false],[293,52,0,true,false,false],[293,55,0,true,true,false],[293,60,0,true,false,false],[296,45,0,true,true,false],[298,18,0,true,false,false],[299,14,0,true,true,false],[301,10,2,true,false,false],[303,12,2,true,true,false],[303,26,2,true,false,false],[303,27,1,true,true,false],[306,10,2,true,false,false],[306,16,1,true,true,false],[307,68,0,true,true,false],[307,83,1,true,false,false],[309,10,2,true,false,false],[310,6,0,false,false,false],[313,46,0,true,true,false],[324,71,0,true,true,false],[324,76,0,true,false,false],[324,79,0,true,true,false],[324,84,0,true,false,false],[327,16,0,true,true,false],[327,27,0,true,false,false],[328,9,0,true,true,false],[331,16,0,true,true,false],[331,37,0,true,false,false],[331,38,0,true,true,false],[333,44,0,true,true,false],[335,18,0,true,true,false],[336,14,0,true,false,false],[337,9,0,true,true,false],[339,87,0,true,false,false],[340,10,0,true,true,false],[344,17,0,true,false,false],[345,6,0,false,false,false],[349,53,2,true,true,false],[354,6,0,false,false,false],[356,71,0,true,true,false],[357,16,0,true,true,false],[357,24,0,true,false,false],[358,9,0,true,true,false],[359,72,0,true,false,false],[360,9,0,true,true,false],[361,54,0,true,false,false],[362,9,0,true,true,false],[363,89,0,true,false,false],[364,9,0,true,true,false],[365,64,0,true,false,false],[366,9,0,true,true,false],[367,49,0,true,false,false],[368,10,0,true,true,false],[369,6,0,false,false,false],[371,66,2,true,true,false],[373,36,1,true,true,false],[373,46,1,true,true,false],[376,29,1,true,true,false],[377,41,1,true,true,false],[377,47,1,true,false,false],[377,50,0,true,true,false],[377,58,1,true,false,false],[378,42,1,true,true,false],[380,14,1,true,false,false],[381,10,1,true,true,false],[382,6,0,false,false,false],[384,78,2,true,true,false],[387,12,2,true,true,false],[387,58,2,true,false,false],[387,59,0,true,true,false],[394,10,2,true,false,false],[395,12,2,true,true,false],[395,57,2,true,false,false],[395,58,0,true,true,false],[402,10,2,true,false,false],[403,12,2,true,true,false],[403,46,2,true,false,false],[403,47,0,true,true,false],[410,10,2,true,false,false],[411,12,2,true,true,false],[411,39,2,true,false,false],[411,40,0,true,true,false],[418,10,2,true,false,false],[419,12,2,true,true,false],[419,35,2,true,false,false],[419,36,1,true,true,false],[426,10,2,true,false,false],[427,12,2,true,true,false],[427,42,2,true,false,false],[427,43,0,true,true,false],[429,61,0,true,true,false],[434,18,0,true,false,false],[435,10,2,true,false,false],[438,6,0,false,false,false],[448,29,4,true,true,false],[449,38,4,true,true,false],[449,52,4,true,false,false],[449,56,2,true,true,false],[449,81,4,true,false,false],[449,85,2,true,true,false],[449,103,4,true,false,false],[450,16,2,true,true,false],[450,39,4,true,false,false],[451,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":12,"percent":54.54545454545454},"instantiations":{"count":22,"covered":12,"percent":54.54545454545454},"lines":{"count":409,"covered":150,"percent":36.674816625916876},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":162,"covered":59,"notcovered":103,"percent":36.419753086419753}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift","mcdc_records":[],"segments":[[17,73,0,true,true,false],[18,40,0,true,true,false],[20,10,0,true,true,false],[23,56,0,true,true,false],[25,10,0,true,true,false],[28,51,0,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift","mcdc_records":[],"segments":[[11,27,0,true,true,false],[11,29,0,false,false,false],[18,37,0,true,true,false],[20,55,0,true,true,false],[20,60,0,true,false,false],[20,63,0,true,true,false],[20,67,0,true,false,false],[21,59,0,true,true,false],[21,64,0,true,false,false],[21,67,0,true,true,false],[21,71,0,true,false,false],[25,12,0,true,true,false],[25,26,0,true,false,false],[25,27,0,true,true,false],[27,48,0,true,true,false],[27,61,0,true,false,false],[29,39,0,true,true,false],[31,10,0,true,false,false],[32,35,0,true,true,false],[34,10,0,true,false,false],[35,40,0,true,true,false],[37,10,0,true,false,false],[38,41,0,true,true,false],[40,10,0,true,false,false],[42,6,0,false,false,false],[46,49,0,true,true,false],[55,12,0,true,true,false],[55,24,0,true,false,false],[55,25,0,true,true,false],[60,73,0,true,true,false],[60,75,0,true,false,false],[61,16,0,true,true,false],[63,10,0,true,false,false],[68,36,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[73,10,0,true,false,false],[81,12,0,true,true,false],[81,26,0,true,false,false],[81,27,0,true,true,false],[84,77,0,true,true,false],[84,103,0,true,false,false],[86,75,0,true,true,false],[86,99,0,true,false,false],[88,79,0,true,true,false],[89,45,0,true,true,false],[89,73,0,true,false,false],[91,80,0,true,true,false],[93,14,0,true,false,false],[94,16,0,true,true,false],[96,10,0,true,false,false],[111,6,0,false,false,false],[115,7,0,true,true,false],[124,12,0,true,true,false],[124,25,0,true,true,false],[124,27,0,true,false,false],[124,34,0,true,true,false],[126,10,0,true,true,false],[130,61,0,true,true,false],[130,63,0,true,false,false],[131,61,0,true,true,false],[131,63,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":124,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":0,"notcovered":35,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift","mcdc_records":[],"segments":[[8,53,2,true,true,false],[10,6,0,false,false,false],[13,26,0,true,true,false],[15,6,0,false,false,false],[97,96,0,true,true,false],[98,14,0,true,true,false],[99,16,0,true,true,false],[100,48,0,true,true,false],[101,37,0,true,true,false],[101,69,0,true,false,false],[102,21,0,true,true,false],[103,37,0,true,true,false],[103,68,0,true,false,false],[104,14,0,true,true,false],[105,10,0,true,false,false],[106,6,0,false,false,false],[114,74,0,true,true,false],[117,6,0,false,false,false],[140,42,0,true,true,false],[141,78,0,true,true,false],[143,10,0,true,true,false],[145,12,0,true,true,false],[146,89,0,true,true,false],[147,50,0,true,false,false],[148,43,0,true,true,false],[150,10,0,true,false,false],[150,17,0,true,true,false],[152,10,0,true,false,false],[153,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":1,"percent":12.5},"instantiations":{"count":8,"covered":1,"percent":12.5},"lines":{"count":44,"covered":3,"percent":6.8181818181818175},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":1,"notcovered":17,"percent":5.5555555555555554}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[10,20,0,true,false,false],[11,9,0,true,true,false],[11,28,0,true,false,false],[12,9,0,true,true,false],[12,23,0,true,false,false],[13,10,0,true,true,false],[14,6,0,false,false,false],[16,31,0,true,true,false],[17,16,0,true,true,false],[17,20,0,true,false,false],[18,9,0,true,true,false],[18,43,0,true,false,false],[19,9,0,true,true,false],[19,45,0,true,false,false],[20,9,0,true,true,false],[20,27,0,true,false,false],[21,10,0,true,true,false],[22,6,0,false,false,false],[24,27,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,38,0,true,false,false],[27,9,0,true,true,false],[27,41,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,10,0,true,true,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":20,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift","mcdc_records":[],"segments":[[74,46,0,true,true,false],[82,6,0,false,false,false],[88,48,0,true,true,false],[90,41,0,true,true,false],[90,60,0,true,false,false],[91,6,0,false,false,false],[122,19,0,true,true,false],[123,48,0,true,true,false],[125,10,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift","mcdc_records":[],"segments":[[87,42,0,true,true,false],[90,6,0,false,false,false],[97,78,0,true,true,false],[98,12,0,true,true,false],[98,29,0,true,false,false],[98,44,0,true,true,false],[100,10,0,true,false,false],[100,19,0,true,true,false],[100,37,0,true,false,false],[100,51,0,true,true,false],[103,10,0,true,true,false],[104,19,0,true,false,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift","mcdc_records":[],"segments":[[66,33,0,true,true,false],[67,25,0,true,true,false],[68,26,0,true,true,false],[69,6,0,false,false,false],[75,66,0,true,true,false],[76,12,0,true,true,false],[76,27,0,true,false,false],[76,40,0,true,true,false],[77,30,0,true,true,false],[78,10,0,true,false,false],[78,19,0,true,true,false],[78,35,0,true,false,false],[78,47,0,true,true,false],[79,29,0,true,true,false],[80,10,0,true,true,false],[81,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":11,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift","mcdc_records":[],"segments":[[66,60,0,true,true,false],[68,6,0,false,false,false],[78,59,0,true,true,false],[80,6,0,false,false,false],[90,62,0,true,true,false],[92,6,0,false,false,false],[102,60,0,true,true,false],[104,6,0,false,false,false],[114,63,0,true,true,false],[116,6,0,false,false,false],[124,33,0,true,true,false],[126,6,0,false,false,false],[138,22,0,true,true,false],[139,16,0,true,true,false],[139,20,0,true,false,false],[140,9,0,true,true,false],[140,29,0,true,false,false],[141,9,0,true,true,false],[141,27,0,true,false,false],[142,9,0,true,true,false],[142,33,0,true,false,false],[143,9,0,true,true,false],[143,29,0,true,false,false],[144,9,0,true,true,false],[144,35,0,true,false,false],[145,10,0,true,true,false],[146,6,0,false,false,false],[149,24,0,true,true,false],[150,16,0,true,true,false],[150,20,0,true,false,false],[151,9,0,true,true,false],[151,28,0,true,false,false],[152,9,0,true,true,false],[152,29,0,true,false,false],[153,9,0,true,true,false],[153,32,0,true,false,false],[154,9,0,true,true,false],[154,27,0,true,false,false],[155,9,0,true,true,false],[155,31,0,true,false,false],[156,10,0,true,true,false],[157,6,0,false,false,false],[160,52,0,true,true,false],[162,6,0,false,false,false],[216,28,0,true,true,false],[217,16,0,true,true,false],[217,20,0,true,false,false],[218,9,0,true,true,false],[218,45,0,true,false,false],[219,9,0,true,true,false],[219,33,0,true,false,false],[220,9,0,true,true,false],[220,34,0,true,false,false],[221,9,0,true,true,false],[221,49,0,true,false,false],[222,10,0,true,true,false],[223,6,0,false,false,false],[241,62,0,true,true,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":50,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":31,"covered":0,"notcovered":31,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift","mcdc_records":[],"segments":[[78,5,0,true,true,false],[81,6,0,false,false,false],[89,40,0,true,true,false],[92,6,0,false,false,false],[97,53,0,true,true,false],[100,6,0,false,false,false],[109,29,0,true,true,false],[110,16,0,true,true,false],[110,20,0,true,false,false],[111,9,0,true,true,false],[112,28,0,true,false,false],[113,9,0,true,true,false],[114,31,0,true,false,false],[115,9,0,true,true,false],[116,31,0,true,false,false],[117,10,0,true,true,false],[118,6,0,false,false,false],[120,36,0,true,true,false],[121,16,0,true,true,false],[121,20,0,true,false,false],[122,9,0,true,true,false],[123,49,0,true,false,false],[124,9,0,true,true,false],[125,52,0,true,false,false],[126,9,0,true,true,false],[127,52,0,true,false,false],[128,10,0,true,true,false],[129,6,0,false,false,false],[138,29,0,true,true,false],[139,16,0,true,true,false],[139,20,0,true,false,false],[140,9,0,true,true,false],[141,85,0,true,true,false],[141,94,0,true,false,false],[142,9,0,true,true,false],[143,64,0,true,false,false],[144,9,0,true,true,false],[145,22,0,true,false,false],[147,6,0,false,false,false],[157,25,0,true,true,false],[158,33,0,true,true,false],[158,48,0,true,true,false],[159,21,0,true,false,false],[160,6,0,false,false,false],[162,26,0,true,true,false],[163,16,0,true,true,false],[163,20,0,true,false,false],[164,9,0,true,true,false],[165,17,0,true,false,false],[166,9,0,true,true,false],[167,18,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,29,0,true,true,false],[172,16,0,true,true,false],[172,20,0,true,false,false],[173,9,0,true,true,false],[174,22,0,true,false,false],[175,9,0,true,true,false],[176,21,0,true,false,false],[177,9,0,true,true,false],[178,22,0,true,false,false],[179,9,0,true,true,false],[180,32,0,true,false,false],[181,10,0,true,true,false],[182,6,0,false,false,false],[191,29,0,true,true,false],[192,16,0,true,true,false],[192,20,0,true,false,false],[193,9,0,true,true,false],[193,27,0,true,false,false],[194,9,0,true,true,false],[194,31,0,true,false,false],[195,9,0,true,true,false],[195,25,0,true,false,false],[196,10,0,true,true,false],[197,6,0,false,false,false],[209,29,0,true,true,false],[210,39,0,true,true,false],[210,50,0,true,false,false],[211,6,0,false,false,false],[214,33,0,true,true,false],[215,37,0,true,true,false],[215,54,0,true,false,false],[216,6,0,false,false,false],[219,70,0,true,true,false],[221,6,0,false,false,false],[231,29,0,true,true,false],[232,45,0,true,true,false],[232,76,0,true,false,false],[233,6,0,false,false,false],[236,32,0,true,true,false],[240,9,0,true,true,false],[243,10,0,true,true,false],[247,9,0,true,true,false],[250,10,0,true,true,false],[253,12,0,true,true,false],[253,47,0,true,false,false],[253,48,0,true,true,false],[255,10,0,true,true,false],[257,19,0,true,false,false],[258,6,0,false,false,false],[261,35,0,true,true,false],[274,6,0,false,false,false],[276,68,0,true,true,false],[277,29,0,true,true,false],[279,10,0,true,false,false],[280,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":134,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":0,"notcovered":60,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift","mcdc_records":[],"segments":[[24,11,0,true,true,false],[28,10,0,false,false,false],[38,7,0,true,true,false],[41,6,0,false,false,false],[49,19,0,true,true,false],[51,48,0,true,true,false],[53,10,0,true,true,false],[55,12,0,true,true,false],[55,35,0,true,false,false],[55,36,0,true,true,false],[57,10,0,true,false,false],[63,12,0,true,true,false],[63,46,0,true,false,false],[63,47,0,true,true,false],[64,61,0,true,true,false],[67,14,0,true,true,false],[68,10,0,true,true,false],[71,47,0,true,true,false],[71,50,0,true,false,false],[71,53,0,true,true,false],[71,58,0,true,false,false],[72,6,0,false,false,false],[77,75,0,true,true,false],[81,6,0,false,false,false],[84,68,0,true,true,false],[92,12,0,true,true,false],[92,25,0,true,false,false],[92,49,0,true,true,false],[94,96,0,true,true,false],[101,14,0,true,true,false],[102,10,0,true,true,false],[104,21,0,true,false,false],[105,6,0,false,false,false],[108,45,0,true,true,false],[116,6,0,false,false,false],[121,55,0,true,true,false],[124,6,0,false,false,false],[135,19,0,true,true,false],[139,12,0,true,true,false],[139,35,0,true,false,false],[139,36,0,true,true,false],[143,10,0,true,false,false],[151,11,0,true,true,false],[153,10,0,true,true,false],[156,47,0,true,true,false],[156,50,0,true,false,false],[156,53,0,true,true,false],[156,58,0,true,false,false],[157,6,0,false,false,false],[164,19,0,true,true,false],[169,12,0,true,true,false],[169,26,0,true,false,false],[169,27,0,true,true,false],[172,10,0,true,false,false],[175,6,0,false,false,false],[182,53,0,true,true,false],[190,6,0,false,false,false],[193,54,0,true,true,false],[201,6,0,false,false,false],[204,56,0,true,true,false],[212,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":135,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift","mcdc_records":[],"segments":[[31,7,0,true,true,false],[36,6,0,false,false,false],[42,49,0,true,true,false],[42,51,0,false,false,false],[43,44,0,true,true,false],[43,46,0,false,false,false],[44,25,0,true,true,false],[44,95,0,false,false,false],[46,19,0,true,true,false],[46,21,0,false,false,false],[49,74,0,true,true,false],[50,20,0,true,true,false],[53,10,0,true,false,false],[55,6,0,false,false,false],[58,92,0,true,true,false],[59,20,0,true,true,false],[63,10,0,true,false,false],[65,6,0,false,false,false],[68,53,0,true,true,false],[69,20,0,true,true,false],[70,64,0,true,true,false],[74,14,0,true,false,false],[76,6,0,false,false,false],[79,35,0,true,true,false],[80,20,0,true,true,false],[83,10,0,true,false,false],[85,6,0,false,false,false],[88,49,0,true,true,false],[89,20,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[100,29,0,true,true,false],[102,70,0,true,true,false],[104,10,0,true,true,false],[109,53,0,true,true,false],[111,10,0,true,true,false],[114,60,0,true,true,false],[114,92,0,true,false,false],[116,66,0,true,true,false],[117,58,0,true,true,false],[125,14,0,true,true,false],[129,16,0,true,true,false],[136,20,0,true,true,false],[136,33,0,true,false,false],[136,34,0,true,true,false],[144,18,0,true,true,false],[147,20,0,true,true,false],[147,32,0,true,false,false],[147,101,0,true,true,false],[150,18,0,true,false,false],[153,14,0,true,true,false],[154,10,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false],[165,77,0,true,true,false],[174,6,0,false,false,false],[178,83,0,true,true,false],[181,16,0,true,true,false],[181,21,0,true,false,false],[182,9,0,true,true,false],[183,45,0,true,true,false],[183,64,0,true,false,false],[183,68,0,true,true,false],[183,94,0,true,false,false],[184,9,0,true,true,false],[185,51,0,true,true,false],[185,76,0,true,false,false],[186,20,0,true,true,false],[186,48,0,true,false,false],[186,52,0,true,true,false],[186,78,0,true,false,false],[186,82,0,true,true,false],[186,106,0,true,false,false],[187,20,0,true,true,false],[187,50,0,true,false,false],[187,54,0,true,true,false],[187,85,0,true,false,false],[188,20,0,true,true,false],[188,45,0,true,false,false],[189,9,0,true,true,false],[190,24,0,true,false,false],[192,6,0,false,false,false],[194,76,0,true,true,false],[197,16,0,true,true,false],[198,66,0,true,false,false],[199,16,0,true,true,false],[199,44,0,true,false,false],[200,6,0,false,false,false],[210,36,0,true,true,false],[212,6,0,false,false,false],[215,35,0,true,true,false],[217,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":183,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":0,"notcovered":53,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift","mcdc_records":[],"segments":[[11,58,0,true,true,false],[13,48,0,true,true,false],[17,16,0,true,true,false],[17,23,0,true,false,false],[17,24,0,true,true,false],[20,20,0,true,true,false],[20,52,0,true,false,false],[20,53,0,true,true,false],[23,18,0,true,false,false],[23,24,0,true,true,false],[28,18,0,true,true,false],[29,14,0,true,false,false],[29,20,0,true,true,false],[32,14,0,true,true,false],[33,10,0,true,true,false],[50,45,0,true,true,false],[52,18,0,true,true,false],[52,66,0,true,false,false],[55,45,0,true,true,false],[57,18,0,true,true,false],[57,66,0,true,false,false],[68,6,0,false,false,false],[71,23,0,true,true,false],[75,6,0,false,false,false],[77,28,0,true,true,false],[83,6,0,false,false,false],[88,61,0,true,true,false],[93,12,0,true,true,false],[93,23,0,true,false,false],[93,24,0,true,true,false],[95,10,0,true,true,false],[99,30,0,true,false,false],[100,6,0,false,false,false],[104,68,0,true,true,false],[110,54,0,true,true,false],[114,10,0,true,true,false],[118,12,0,true,true,false],[123,14,0,true,true,false],[128,18,0,true,true,false],[131,14,0,true,true,false],[135,16,0,true,true,false],[135,66,0,true,false,false],[135,67,0,true,true,false],[137,14,0,true,false,false],[138,16,0,true,true,false],[138,57,0,true,false,false],[138,58,0,true,true,false],[140,14,0,true,false,false],[141,16,0,true,true,false],[141,58,0,true,false,false],[141,59,0,true,true,false],[143,14,0,true,false,false],[150,13,0,true,true,false],[152,20,0,true,true,false],[152,55,0,true,false,false],[152,56,0,true,true,false],[155,18,0,true,false,false],[158,16,0,true,true,false],[158,32,0,true,false,false],[158,33,0,true,true,false],[160,14,0,true,false,false],[160,20,0,true,true,false],[163,41,0,true,true,false],[167,18,0,true,false,false],[170,17,0,true,true,false],[173,10,0,true,true,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":164,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift","mcdc_records":[],"segments":[[9,39,1,true,true,false],[10,58,0,true,true,false],[11,33,0,true,true,false],[12,19,0,true,false,false],[13,10,1,true,true,false],[18,44,0,true,true,false],[20,10,1,true,true,false],[22,65,0,true,true,false],[24,10,1,true,true,false],[27,63,1,true,true,false],[30,75,0,true,true,false],[34,14,1,true,false,false],[34,20,1,true,true,false],[36,14,1,true,false,false],[43,16,1,true,true,false],[43,26,1,true,false,false],[44,9,0,true,true,false],[48,16,0,true,true,false],[49,35,0,true,true,false],[51,23,0,true,false,false],[52,21,0,true,true,false],[53,20,0,true,true,false],[53,42,0,true,false,false],[53,43,0,true,true,false],[56,18,0,true,true,false],[58,98,0,true,false,false],[59,14,1,true,false,false],[60,9,0,true,true,false],[62,73,1,true,false,false],[63,9,0,true,true,false],[64,16,0,true,true,false],[65,35,0,true,true,false],[67,23,0,true,false,false],[68,21,0,true,true,false],[70,20,0,true,true,false],[70,42,0,true,false,false],[70,43,0,true,true,false],[74,18,0,true,true,false],[75,20,0,true,true,false],[75,51,0,true,false,false],[75,52,0,true,true,false],[78,18,0,true,true,false],[80,83,0,true,false,false],[81,14,1,true,false,false],[82,9,1,true,true,false],[88,16,1,true,true,false],[89,35,0,true,true,false],[92,23,1,true,false,false],[93,21,1,true,true,false],[99,14,1,true,false,false],[100,9,0,true,true,false],[101,16,0,true,true,false],[102,35,0,true,true,false],[103,23,0,true,false,false],[104,21,0,true,true,false],[107,14,1,true,false,false],[109,6,0,false,false,false],[113,41,0,true,true,false],[115,44,0,true,true,false],[117,10,0,true,true,false],[119,12,0,true,true,false],[119,40,0,true,true,false],[119,42,0,true,false,false],[119,49,0,true,true,false],[122,10,0,true,true,false],[123,6,0,false,false,false],[127,57,1,true,true,false],[132,75,0,true,true,false],[134,10,1,true,false,false],[136,6,0,false,false,false],[138,73,1,true,true,false],[139,12,1,true,true,false],[139,42,1,true,false,false],[139,43,1,true,true,false],[139,57,0,true,true,false],[145,12,0,true,true,false],[145,46,0,true,false,false],[145,47,0,true,true,false],[147,10,0,true,true,false],[151,12,0,true,true,false],[156,14,0,true,true,false],[157,16,0,true,true,false],[157,39,0,true,false,false],[157,40,0,true,true,false],[162,14,0,true,true,false],[163,10,0,true,false,false],[163,17,0,true,true,false],[166,10,0,true,true,false],[168,12,0,true,true,false],[173,14,0,true,true,false],[174,16,0,true,true,false],[174,42,0,true,false,false],[174,43,0,true,true,false],[179,14,0,true,true,false],[180,10,0,true,false,false],[180,17,0,true,true,false],[183,10,0,true,true,false],[185,12,0,true,true,false],[185,51,0,true,false,false],[185,52,0,true,true,false],[189,10,0,true,false,false],[191,19,1,true,false,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":3,"percent":75},"instantiations":{"count":4,"covered":3,"percent":75},"lines":{"count":177,"covered":60,"percent":33.898305084745758},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":14,"notcovered":56,"percent":20}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift","mcdc_records":[],"segments":[[8,97,0,true,true,false],[9,51,0,true,true,false],[11,70,0,true,true,false],[16,20,0,true,true,false],[16,56,0,true,false,false],[16,79,0,true,true,false],[24,18,0,true,false,false],[24,27,0,true,true,false],[24,49,0,true,false,false],[24,50,0,true,true,false],[32,26,0,true,true,false],[34,22,0,true,false,false],[39,14,0,true,true,false],[41,10,0,true,true,false],[42,21,0,true,false,false],[43,6,0,false,false,false],[54,20,0,true,true,false],[56,12,0,true,true,false],[56,41,0,true,false,false],[56,42,0,true,true,false],[60,30,0,true,true,false],[60,83,0,true,false,false],[68,46,0,true,true,false],[68,54,0,true,true,false],[73,38,0,true,true,false],[73,43,0,true,false,false],[74,32,0,true,true,false],[74,40,0,true,false,false],[77,40,0,true,true,false],[80,20,0,true,true,false],[80,30,0,true,false,false],[80,31,0,true,true,false],[80,47,0,true,true,false],[82,28,0,true,false,false],[88,58,0,true,true,false],[90,18,0,true,true,false],[92,58,0,true,true,false],[92,68,0,true,true,false],[95,14,0,true,false,false],[98,25,0,true,true,false],[99,58,0,true,true,false],[99,68,0,true,true,false],[101,20,0,true,true,false],[101,27,0,true,false,false],[101,28,0,true,true,false],[104,18,0,true,false,false],[104,24,0,true,true,false],[105,49,0,true,true,false],[105,64,0,true,false,false],[111,6,0,false,false,false],[115,81,0,true,true,false],[116,57,0,true,true,false],[118,10,0,true,true,false],[119,6,0,false,false,false],[121,50,0,true,true,false],[122,62,0,true,true,false],[124,10,0,true,true,false],[125,6,0,false,false,false],[127,56,0,true,true,false],[128,68,0,true,true,false],[130,10,0,true,true,false],[131,6,0,false,false,false],[133,44,0,true,true,false],[134,56,0,true,true,false],[136,10,0,true,true,false],[137,6,0,false,false,false],[139,50,0,true,true,false],[140,62,0,true,true,false],[142,10,0,true,true,false],[143,6,0,false,false,false],[145,67,0,true,true,false],[146,79,0,true,true,false],[148,10,0,true,true,false],[149,6,0,false,false,false],[153,51,0,true,true,false],[154,63,0,true,true,false],[156,10,0,true,true,false],[157,6,0,false,false,false],[159,52,0,true,true,false],[160,64,0,true,true,false],[162,10,0,true,true,false],[163,6,0,false,false,false],[165,85,0,true,true,false],[166,61,0,true,true,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,61,0,true,true,false],[173,65,0,true,true,false],[177,10,0,true,true,false],[178,68,0,true,true,false],[179,6,0,false,false,false],[181,65,0,true,true,false],[182,62,0,true,true,false],[184,10,0,true,true,false],[185,6,0,false,false,false],[189,54,0,true,true,false],[192,46,0,true,true,false],[192,54,0,true,true,false],[194,58,0,true,true,false],[195,41,0,true,true,false],[196,20,0,true,true,false],[196,27,0,true,false,false],[196,28,0,true,true,false],[199,18,0,true,false,false],[199,24,0,true,true,false],[200,49,0,true,true,false],[200,64,0,true,false,false],[206,6,0,false,false,false],[208,48,0,true,true,false],[209,60,0,true,true,false],[211,10,0,true,true,false],[212,6,0,false,false,false],[214,48,0,true,true,false],[215,60,0,true,true,false],[217,10,0,true,true,false],[218,6,0,false,false,false],[220,49,0,true,true,false],[221,61,0,true,true,false],[223,10,0,true,true,false],[224,6,0,false,false,false],[230,56,0,true,true,false],[231,68,0,true,true,false],[233,10,0,true,true,false],[234,6,0,false,false,false],[241,60,0,true,true,false],[243,69,0,true,true,false],[245,10,0,true,true,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":350,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":0,"notcovered":91,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift","mcdc_records":[],"segments":[[12,62,27,true,true,false],[15,6,0,false,false,false],[23,56,26,true,true,false],[25,12,26,true,true,false],[25,34,26,true,false,false],[25,35,18,true,true,false],[25,50,8,true,true,false],[30,12,8,true,true,false],[31,104,8,true,true,false],[32,16,8,true,true,false],[32,36,8,true,false,false],[32,37,7,true,true,false],[34,20,7,true,true,false],[34,45,2,true,true,false],[34,66,7,true,false,false],[34,70,2,true,true,false],[34,89,7,true,false,false],[34,90,5,true,true,false],[39,18,2,true,true,false],[40,14,3,true,true,false],[41,10,8,true,false,false],[41,17,0,true,true,false],[43,10,3,true,true,false],[44,21,26,true,false,false],[45,6,0,false,false,false],[49,46,0,true,true,false],[51,45,0,true,true,false],[53,10,0,true,true,false],[56,12,0,true,true,false],[56,42,0,true,false,false],[56,43,0,true,true,false],[59,10,0,true,true,false],[62,46,0,true,true,false],[65,10,0,true,true,false],[67,12,0,true,true,false],[68,50,0,true,true,false],[68,100,0,true,true,false],[69,50,0,true,true,false],[76,34,0,true,true,false],[77,68,0,true,true,false],[77,74,0,true,false,false],[77,77,0,true,true,false],[77,89,0,true,false,false],[80,36,0,true,true,false],[83,22,0,true,false,false],[83,28,0,true,true,false],[84,44,0,true,true,false],[84,59,0,true,false,false],[92,59,0,true,true,false],[94,24,0,true,true,false],[94,43,0,true,false,false],[94,44,0,true,true,false],[98,30,0,true,true,false],[98,78,0,true,false,false],[100,28,0,true,true,false],[101,56,0,true,true,false],[104,26,0,true,false,false],[104,32,0,true,true,false],[109,34,0,true,true,false],[109,82,0,true,false,false],[115,17,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,52,0,true,true,false],[125,65,0,true,true,false],[127,10,0,true,true,false],[130,12,0,true,true,false],[130,23,0,true,false,false],[130,24,0,true,true,false],[134,10,0,true,false,false],[136,6,0,false,false,false],[145,50,9,true,true,false],[146,64,9,true,true,false],[148,10,0,true,true,false],[152,46,0,true,true,false],[155,10,0,true,true,false],[159,59,0,true,true,false],[162,10,0,true,true,false],[166,20,9,true,false,false],[167,6,0,false,false,false],[171,45,0,true,true,false],[172,46,0,true,true,false],[174,10,0,true,true,false],[176,50,0,true,false,false],[177,6,0,false,false,false],[180,49,0,true,true,false],[185,12,0,true,true,false],[185,41,0,true,false,false],[185,42,0,true,true,false],[187,10,0,true,true,false],[190,12,0,true,true,false],[190,22,0,true,false,false],[190,23,0,true,true,false],[192,10,0,true,true,false],[195,84,0,true,true,false],[197,10,0,true,true,false],[200,92,0,true,false,false],[201,6,0,false,false,false],[205,54,0,true,true,false],[208,6,0,false,false,false],[214,97,0,true,true,false],[218,12,0,true,true,false],[219,92,0,true,true,false],[220,16,0,true,true,false],[220,36,0,true,false,false],[220,37,0,true,true,false],[222,20,0,true,true,false],[222,65,0,true,true,false],[222,95,0,true,false,false],[222,96,0,true,true,false],[227,18,0,true,true,false],[228,14,0,true,true,false],[229,10,0,true,false,false],[229,17,0,true,true,false],[231,10,0,true,true,false],[232,54,0,true,true,false],[233,16,0,true,true,false],[244,18,0,true,true,false],[245,51,0,true,true,false],[245,64,0,true,true,false],[246,65,0,true,true,false],[246,76,0,true,false,false],[247,21,0,true,true,false],[249,14,0,true,false,false],[254,26,0,true,true,false],[257,45,0,true,true,false],[258,61,0,true,true,false],[258,75,0,true,true,false],[260,38,0,true,true,false],[260,41,0,true,false,false],[260,44,0,true,true,false],[260,47,0,true,false,false],[263,16,0,true,true,false],[263,40,0,true,false,false],[263,41,0,true,true,false],[263,50,0,true,true,false],[264,10,0,true,true,false],[265,12,0,true,true,false],[265,30,0,true,false,false],[265,31,0,true,true,false],[267,10,0,true,true,false],[273,87,0,true,true,false],[274,16,0,true,true,false],[275,88,0,true,true,false],[276,50,0,true,true,false],[277,38,0,true,true,false],[277,75,0,true,false,false],[277,79,0,true,true,false],[277,81,0,true,false,false],[278,58,0,true,true,false],[278,69,0,true,false,false],[279,20,0,true,true,false],[279,34,0,true,false,false],[279,35,0,true,true,false],[279,72,0,true,true,false],[280,14,0,true,false,false],[280,21,0,true,true,false],[282,14,0,true,true,false],[283,10,0,true,true,false],[284,18,0,true,false,false],[285,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":5,"percent":20},"instantiations":{"count":25,"covered":5,"percent":20},"lines":{"count":357,"covered":33,"percent":9.2436974789915975},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":18,"notcovered":96,"percent":15.789473684210526}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift","mcdc_records":[],"segments":[[23,89,11,true,true,false],[25,6,0,false,false,false],[29,87,5,true,true,false],[31,6,0,false,false,false],[59,39,1,true,true,false],[59,41,0,false,false,false],[63,20,1,true,true,false],[65,6,0,false,false,false],[67,12,0,true,true,false],[70,6,0,false,false,false],[83,51,93,true,true,false],[83,77,0,false,false,false],[84,55,97,true,true,false],[84,73,0,false,false,false],[85,28,0,true,true,false],[85,52,0,true,true,false],[85,54,0,false,false,false],[86,36,2,true,true,false],[86,65,2,true,true,false],[86,97,0,true,true,false],[86,99,0,true,true,false],[86,101,0,false,false,false],[99,35,1,true,true,false],[100,16,1,true,true,false],[100,20,1,true,false,false],[101,9,0,true,true,false],[102,49,1,true,false,false],[103,9,0,true,true,false],[104,53,1,true,false,false],[105,9,0,true,true,false],[106,49,1,true,false,false],[107,9,1,true,true,false],[108,50,1,true,false,false],[109,9,0,true,true,false],[110,56,1,true,false,false],[111,10,1,true,true,false],[112,6,0,false,false,false],[114,37,0,true,true,false],[115,16,0,true,true,false],[115,20,0,true,false,false],[116,9,0,true,true,false],[117,92,0,true,false,false],[118,9,0,true,true,false],[119,82,0,true,false,false],[120,9,0,true,true,false],[121,61,0,true,false,false],[122,9,0,true,true,false],[123,80,0,true,false,false],[124,10,0,true,true,false],[125,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":8,"percent":72.727272727272734},"instantiations":{"count":11,"covered":8,"percent":72.727272727272734},"lines":{"count":44,"covered":23,"percent":52.272727272727273},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":12,"notcovered":16,"percent":42.857142857142854}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift","mcdc_records":[],"segments":[[57,20,2,true,true,false],[60,6,0,false,false,false],[70,45,16,true,true,false],[71,9,0,false,true,false],[71,18,16,true,false,false],[74,9,0,false,true,false],[77,15,16,true,false,false],[78,6,0,false,false,false],[85,81,0,true,true,false],[88,16,0,true,true,false],[88,34,0,true,false,false],[89,9,0,true,true,false],[90,92,0,true,false,false],[91,9,0,true,true,false],[92,90,0,true,false,false],[93,10,0,true,true,false],[94,6,0,false,false,false],[97,49,0,true,true,false],[108,84,0,true,true,false],[110,6,0,false,false,false],[117,20,0,true,true,false],[125,10,0,true,true,false],[126,6,0,false,false,false],[129,56,9,true,true,false],[134,16,9,true,true,false],[134,34,9,true,false,false],[135,9,0,true,true,false],[136,16,0,true,true,false],[137,91,0,true,true,false],[139,14,0,true,false,false],[139,21,0,true,true,false],[141,66,0,true,true,false],[142,14,9,true,false,false],[143,9,9,true,true,false],[144,62,9,true,false,false],[145,10,9,true,true,false],[146,6,0,false,false,false],[148,92,10,true,true,false],[149,9,0,false,true,false],[149,18,10,true,false,false],[150,57,10,true,true,false],[152,14,0,true,true,false],[153,9,0,false,true,false],[153,15,0,true,false,false],[154,73,10,true,false,false],[155,6,0,false,false,false],[157,51,4,true,true,false],[158,9,0,false,true,false],[158,18,4,true,false,false],[159,63,4,true,true,false],[160,37,4,true,true,false],[161,23,4,true,false,false],[162,14,0,true,true,false],[163,9,0,false,true,false],[163,15,0,true,false,false],[164,51,0,true,true,false],[165,6,0,false,false,false],[168,50,0,true,true,false],[172,12,0,true,true,false],[172,74,0,true,true,false],[172,75,0,true,true,false],[176,10,0,true,true,false],[178,16,0,true,true,false],[178,34,0,true,false,false],[179,9,0,true,true,false],[180,16,0,true,true,false],[181,74,0,true,true,false],[183,14,0,true,false,false],[183,21,0,true,true,false],[185,48,0,true,true,false],[186,14,0,true,false,false],[187,9,0,true,true,false],[188,44,0,true,false,false],[189,10,0,true,true,false],[192,12,0,true,true,false],[192,75,0,true,true,false],[192,76,0,true,true,false],[194,10,0,true,false,false],[195,6,0,false,false,false],[200,77,6,true,true,false],[204,12,6,true,true,false],[204,41,6,true,false,false],[204,42,1,true,true,false],[208,10,5,true,true,false],[210,58,2,true,true,false],[210,80,5,true,false,false],[212,36,0,true,true,false],[215,10,5,true,true,false],[217,12,5,true,true,false],[217,34,5,true,false,false],[217,35,2,true,true,false],[219,10,5,true,false,false],[224,9,1,true,true,false],[230,10,4,true,true,false],[234,38,4,true,true,false],[239,20,6,true,false,false],[240,6,0,false,false,false],[243,56,0,true,true,false],[246,41,0,true,true,false],[247,6,0,false,false,false],[250,44,1,true,true,false],[253,16,1,true,true,false],[253,34,1,true,false,false],[254,9,0,true,true,false],[255,49,1,true,false,false],[256,9,1,true,true,false],[257,47,1,true,false,false],[258,10,1,true,true,false],[259,6,0,false,false,false],[262,50,0,true,true,false],[265,16,0,true,true,false],[265,34,0,true,false,false],[266,9,0,true,true,false],[267,16,0,true,true,false],[267,54,0,true,true,false],[267,56,0,true,false,false],[267,63,0,true,true,false],[271,51,0,true,true,false],[272,14,0,true,false,false],[273,9,0,true,true,false],[274,47,0,true,false,false],[275,10,0,true,true,false],[276,6,0,false,false,false],[279,67,0,true,true,false],[283,16,0,true,true,false],[283,34,0,true,false,false],[284,9,0,true,true,false],[285,16,0,true,true,false],[285,65,0,true,true,false],[285,67,0,true,false,false],[285,74,0,true,true,false],[289,62,0,true,true,false],[290,14,0,true,false,false],[291,9,0,true,true,false],[292,58,0,true,false,false],[293,10,0,true,true,false],[294,6,0,false,false,false],[299,51,0,true,true,false],[302,16,0,true,true,false],[302,34,0,true,false,false],[303,9,0,true,true,false],[304,43,0,true,false,false],[305,9,0,true,true,false],[306,41,0,true,false,false],[307,10,0,true,true,false],[308,6,0,false,false,false],[311,52,0,true,true,false],[314,16,0,true,true,false],[314,34,0,true,false,false],[315,9,0,true,true,false],[316,47,0,true,false,false],[317,9,0,true,true,false],[318,45,0,true,false,false],[319,10,0,true,true,false],[320,6,0,false,false,false],[323,85,0,true,true,false],[326,16,0,true,true,false],[326,34,0,true,false,false],[327,9,0,true,true,false],[328,86,0,true,false,false],[329,9,0,true,true,false],[330,84,0,true,false,false],[331,10,0,true,true,false],[332,6,0,false,false,false],[339,61,1,true,true,false],[343,16,1,true,true,false],[343,34,1,true,false,false],[344,9,0,true,true,false],[345,16,0,true,true,false],[347,55,0,true,true,false],[349,14,0,true,false,false],[349,21,0,true,true,false],[352,53,0,true,true,false],[354,14,1,true,false,false],[355,9,1,true,true,false],[356,49,1,true,false,false],[357,10,0,true,true,false],[358,6,0,false,false,false],[363,52,0,true,true,false],[366,16,0,true,true,false],[366,34,0,true,false,false],[367,9,0,true,true,false],[368,55,0,true,false,false],[369,9,0,true,true,false],[370,53,0,true,false,false],[371,10,0,true,true,false],[372,6,0,false,false,false],[375,48,0,true,true,false],[378,16,0,true,true,false],[378,34,0,true,false,false],[379,9,0,true,true,false],[380,44,0,true,false,false],[381,9,0,true,true,false],[382,42,0,true,false,false],[383,10,0,true,true,false],[384,6,0,false,false,false],[390,64,2,true,true,false],[393,16,2,true,true,false],[393,34,2,true,false,false],[394,9,0,true,true,false],[395,68,2,true,false,false],[396,9,2,true,true,false],[397,66,2,true,false,false],[399,6,0,false,false,false],[404,46,0,true,true,false],[407,16,0,true,true,false],[407,34,0,true,false,false],[408,9,0,true,true,false],[409,51,0,true,false,false],[410,9,0,true,true,false],[411,49,0,true,false,false],[412,10,0,true,true,false],[416,80,0,true,true,false],[417,6,0,false,false,false],[425,95,0,true,true,false],[426,103,0,true,true,false],[427,6,0,false,false,false],[429,56,0,true,true,false],[432,41,0,true,true,false],[433,6,0,false,false,false],[435,58,0,true,true,false],[436,12,0,true,true,false],[437,64,0,true,true,false],[438,10,0,true,false,false],[438,17,0,true,true,false],[442,47,0,true,true,false],[443,10,0,true,true,false],[444,6,0,false,false,false],[446,58,0,true,true,false],[447,12,0,true,true,false],[448,70,0,true,true,false],[449,10,0,true,false,false],[449,17,0,true,true,false],[453,47,0,true,true,false],[454,10,0,true,true,false],[455,6,0,false,false,false],[457,64,2,true,true,false],[459,65,2,true,true,false],[459,75,0,true,true,false],[465,12,0,true,true,false],[466,89,0,true,true,false],[467,10,0,true,false,false],[467,17,0,true,true,false],[469,10,0,true,true,false],[470,6,0,false,false,false],[472,69,0,true,true,false],[473,83,0,true,true,false],[474,6,0,false,false,false],[476,52,0,true,true,false],[477,67,0,true,true,false],[478,6,0,false,false,false],[480,56,0,true,true,false],[481,68,0,true,true,false],[482,6,0,false,false,false],[484,89,0,true,true,false],[487,10,0,true,true,false],[488,6,0,false,false,false],[490,60,0,true,true,false],[492,65,0,true,true,false],[497,10,0,true,true,false],[499,89,0,true,true,false],[500,6,0,false,false,false],[502,66,0,true,true,false],[503,61,0,true,true,false],[504,6,0,false,false,false],[507,54,0,true,true,false],[508,12,0,true,true,false],[510,55,0,true,true,false],[511,10,0,true,false,false],[511,17,0,true,true,false],[515,53,0,true,true,false],[516,10,0,true,true,false],[517,6,0,false,false,false],[519,53,0,true,true,false],[520,64,0,true,true,false],[521,6,0,false,false,false],[534,78,0,true,true,false],[546,12,0,true,true,false],[547,68,0,true,true,false],[548,10,0,true,false,false],[548,17,0,true,true,false],[552,10,0,true,true,false],[556,12,0,true,true,false],[557,70,0,true,true,false],[559,10,0,true,false,false],[559,17,0,true,true,false],[562,10,0,true,true,false],[570,15,0,true,true,false],[570,78,0,true,false,false],[570,79,0,true,true,false],[575,16,0,true,true,false],[575,25,0,true,false,false],[575,26,0,true,true,false],[579,14,0,true,true,false],[580,76,0,true,true,false],[581,10,0,true,true,false],[585,69,0,true,true,false],[592,12,0,true,true,false],[592,45,0,true,false,false],[592,46,0,true,true,false],[595,10,0,true,true,false],[598,21,0,true,false,false],[599,6,0,false,false,false],[601,60,0,true,true,false],[602,12,0,true,true,false],[603,76,0,true,true,false],[604,10,0,true,false,false],[604,17,0,true,true,false],[605,79,0,true,true,false],[605,104,0,true,false,false],[609,49,0,true,true,false],[610,10,0,true,true,false],[611,6,0,false,false,false],[615,49,0,true,true,false],[617,65,0,true,true,false],[618,6,0,false,false,false],[623,93,0,true,true,false],[637,10,0,true,true,false],[638,6,0,false,false,false],[646,20,0,true,true,false],[650,12,0,true,true,false],[650,20,0,true,false,false],[650,21,0,true,true,false],[652,10,0,true,true,false],[653,6,0,false,false,false],[657,71,9,true,true,false],[660,12,9,true,true,false],[660,20,9,true,false,false],[660,21,0,true,true,false],[662,10,9,true,true,false],[663,6,0,false,false,false],[667,53,0,true,true,false],[670,12,0,true,true,false],[670,20,0,true,false,false],[670,21,0,true,true,false],[672,10,0,true,true,false],[673,6,0,false,false,false],[677,54,0,true,true,false],[681,12,0,true,true,false],[681,20,0,true,false,false],[681,21,0,true,true,false],[683,10,0,true,true,false],[684,6,0,false,false,false],[688,56,1,true,true,false],[691,12,1,true,true,false],[691,20,1,true,false,false],[691,21,0,true,true,false],[693,10,1,true,true,false],[694,6,0,false,false,false],[698,56,0,true,true,false],[701,12,0,true,true,false],[701,20,0,true,false,false],[701,21,0,true,true,false],[703,10,0,true,true,false],[704,6,0,false,false,false],[708,67,0,true,true,false],[712,12,0,true,true,false],[712,20,0,true,false,false],[712,21,0,true,true,false],[714,10,0,true,true,false],[715,6,0,false,false,false],[718,50,0,true,true,false],[722,12,0,true,true,false],[722,20,0,true,false,false],[722,21,0,true,true,false],[724,10,0,true,true,false],[725,6,0,false,false,false],[728,54,0,true,true,false],[732,12,0,true,true,false],[732,20,0,true,false,false],[732,21,0,true,true,false],[734,10,0,true,true,false],[735,6,0,false,false,false],[738,91,0,true,true,false],[742,12,0,true,true,false],[742,20,0,true,false,false],[742,21,0,true,true,false],[744,10,0,true,true,false],[745,6,0,false,false,false],[748,58,1,true,true,false],[752,12,1,true,true,false],[752,20,1,true,false,false],[752,21,1,true,true,false],[754,10,0,true,true,false],[755,6,0,false,false,false],[758,64,0,true,true,false],[762,12,0,true,true,false],[763,95,0,true,true,false],[764,10,0,true,false,false],[764,17,0,true,true,false],[768,96,0,true,true,false],[769,10,0,true,true,false],[770,6,0,false,false,false],[773,51,0,true,true,false],[775,88,0,true,true,false],[776,6,0,false,false,false],[782,76,2,true,true,false],[799,12,2,true,true,false],[799,22,2,true,false,false],[799,23,2,true,true,false],[804,10,2,true,false,false],[816,12,2,true,true,false],[816,22,2,true,false,false],[816,23,2,true,true,false],[822,10,2,true,false,false],[822,16,0,true,true,false],[828,10,2,true,false,false],[836,12,2,true,true,false],[837,46,1,true,true,false],[838,10,2,true,false,false],[838,17,1,true,true,false],[841,10,1,true,true,false],[851,15,1,true,true,false],[851,82,1,true,false,false],[851,83,1,true,true,false],[852,16,1,true,true,false],[852,49,1,true,false,false],[852,50,1,true,true,false],[856,14,0,true,true,false],[857,76,0,true,true,false],[858,10,0,true,true,false],[864,12,0,true,true,false],[864,24,0,true,false,false],[864,25,0,true,true,false],[866,10,0,true,false,false],[866,16,0,true,true,false],[870,10,0,true,false,false],[871,21,2,true,false,false],[872,6,0,false,false,false],[875,58,0,true,true,false],[878,12,0,true,true,false],[878,20,0,true,false,false],[878,21,0,true,true,false],[880,10,0,true,true,false],[881,6,0,false,false,false],[885,82,0,true,true,false],[889,10,0,true,true,false],[891,12,0,true,true,false],[891,32,0,true,false,false],[891,33,0,true,true,false],[893,10,0,true,false,false],[893,16,0,true,true,false],[901,10,0,true,true,false],[902,6,0,false,false,false],[905,88,2,true,true,false],[907,87,2,true,true,false],[909,12,2,true,true,false],[909,32,2,true,false,false],[909,33,1,true,true,false],[911,10,2,true,false,false],[911,16,1,true,true,false],[919,10,1,true,true,false],[920,6,0,false,false,false],[925,67,0,true,true,false],[931,6,0,false,false,false],[934,59,3,true,true,false],[936,25,0,true,true,false],[936,39,3,true,false,false],[937,6,0,false,false,false],[939,77,1,true,true,false],[943,9,0,true,true,false],[945,10,1,true,true,false],[950,6,0,false,false,false],[956,72,6,true,true,false],[957,69,6,true,true,false],[958,10,0,false,false,false],[960,53,6,true,true,false],[964,10,0,false,false,false],[978,35,2,true,true,false],[979,16,2,true,true,false],[979,20,2,true,false,false],[980,9,0,true,true,false],[981,46,2,true,false,false],[982,9,2,true,true,false],[983,43,2,true,false,false],[984,9,0,true,true,false],[985,88,2,true,false,false],[986,9,0,true,true,false],[987,78,2,true,false,false],[988,10,2,true,true,false],[989,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":65,"covered":21,"percent":32.307692307692307},"instantiations":{"count":65,"covered":21,"percent":32.307692307692307},"lines":{"count":742,"covered":236,"percent":31.805929919137466},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":305,"covered":72,"notcovered":233,"percent":23.606557377049182}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift","mcdc_records":[],"segments":[[6,95,133,true,true,false],[8,39,133,true,true,false],[9,6,0,false,false,false],[12,81,162,true,true,false],[21,27,18147,true,true,false],[25,16,18147,true,true,false],[25,44,18147,true,false,false],[25,45,161,true,true,false],[29,14,18147,true,false,false],[29,23,17986,true,true,false],[29,53,18147,true,false,false],[29,54,324,true,true,false],[33,14,18147,true,false,false],[33,23,17662,true,true,false],[33,37,18147,true,false,false],[33,38,1067,true,true,false],[37,14,16595,true,true,false],[39,16,16595,true,true,false],[39,24,16595,true,false,false],[39,68,562,true,true,false],[41,14,16595,true,false,false],[41,23,16033,true,true,false],[41,33,16595,true,false,false],[41,77,1213,true,true,false],[43,14,16595,true,false,false],[44,10,162,true,true,false],[48,83,2131,true,true,false],[50,16,2131,true,true,false],[50,35,2131,true,false,false],[50,53,2131,true,true,false],[52,14,2131,true,false,false],[53,10,162,true,true,false],[57,90,2131,true,true,false],[60,10,162,true,true,false],[65,24,162,true,false,false],[66,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":59,"covered":59,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":22,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift","mcdc_records":[],"segments":[[8,84,3,true,true,false],[9,12,3,true,true,false],[9,38,3,true,false,false],[9,39,3,true,true,false],[12,10,0,true,true,false],[15,77,0,true,true,false],[19,10,0,true,true,false],[23,12,0,true,true,false],[28,14,0,true,true,false],[31,16,0,true,true,false],[31,36,0,true,false,false],[31,37,0,true,true,false],[34,14,0,true,false,false],[34,20,0,true,true,false],[37,58,0,true,true,false],[37,85,0,true,true,false],[37,107,0,true,false,false],[37,109,0,true,true,false],[39,18,0,true,true,false],[41,20,0,true,true,false],[41,34,0,true,false,false],[41,35,0,true,true,false],[43,18,0,true,false,false],[50,17,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[64,100,128,true,true,false],[68,12,128,true,true,false],[68,38,128,true,false,false],[68,39,128,true,true,false],[73,10,0,true,true,false],[78,25,128,true,false,false],[79,6,0,false,false,false],[86,65,3,true,true,false],[91,58,5,true,true,false],[92,59,2,true,true,false],[96,14,5,true,false,false],[97,10,3,true,true,false],[101,27,5,true,true,false],[103,16,5,true,true,false],[103,42,5,true,false,false],[103,43,0,true,true,false],[105,20,0,true,true,false],[105,40,0,true,false,false],[105,41,0,true,true,false],[107,18,0,true,false,false],[108,14,5,true,false,false],[109,10,3,true,true,false],[113,12,3,true,true,false],[113,26,3,true,false,false],[113,27,2,true,true,false],[115,16,2,true,true,false],[115,38,2,true,false,false],[115,39,1,true,true,false],[118,14,2,true,false,false],[119,10,3,true,false,false],[122,6,0,false,false,false],[125,101,0,true,true,false],[135,12,0,true,true,false],[138,102,0,true,true,false],[139,75,0,true,true,false],[147,83,0,true,true,false],[150,20,0,true,true,false],[150,46,0,true,false,false],[150,47,0,true,true,false],[154,18,0,true,true,false],[156,42,0,true,false,false],[157,14,0,true,true,false],[168,14,0,true,true,false],[177,16,0,true,true,false],[177,31,0,true,false,false],[177,32,0,true,true,false],[179,14,0,true,false,false],[181,16,0,true,true,false],[181,36,0,true,false,false],[181,37,0,true,true,false],[185,14,0,true,false,false],[185,20,0,true,true,false],[188,20,0,true,true,false],[188,36,0,true,false,false],[188,37,0,true,true,false],[192,18,0,true,false,false],[192,24,0,true,true,false],[194,18,0,true,false,false],[197,59,0,true,true,false],[199,18,0,true,true,false],[200,39,0,true,false,false],[202,17,0,true,true,false],[204,16,0,true,true,false],[204,32,0,true,false,false],[204,33,0,true,true,false],[208,14,0,true,false,false],[208,20,0,true,true,false],[210,14,0,true,false,false],[219,6,0,false,false,false],[223,7,128,true,true,false],[224,84,1,true,true,false],[226,10,127,true,true,false],[228,12,127,true,true,false],[229,57,127,true,true,false],[230,30,127,true,false,false],[231,17,0,true,true,false],[233,10,127,true,false,false],[234,6,0,false,false,false],[236,79,0,true,true,false],[237,69,0,true,true,false],[237,79,0,true,true,false],[246,6,0,false,false,false],[248,76,0,true,true,false],[250,12,0,true,true,false],[250,21,0,true,false,false],[250,22,0,true,true,false],[252,10,0,true,false,false],[255,12,0,true,true,false],[255,22,0,true,false,false],[255,23,0,true,true,false],[259,10,0,true,false,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":4,"percent":44.444444444444443},"instantiations":{"count":9,"covered":4,"percent":44.444444444444443},"lines":{"count":239,"covered":58,"percent":24.267782426778243},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":22,"notcovered":52,"percent":29.72972972972973}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift","mcdc_records":[],"segments":[[24,33,113,true,true,false],[24,65,0,false,false,false],[28,71,113,true,true,false],[28,74,0,false,false,false],[31,27,113,true,true,false],[31,94,0,false,false,false],[33,29,113,true,true,false],[33,37,0,false,false,false],[37,49,113,true,true,false],[38,50,113,true,true,false],[40,10,113,true,false,false],[40,16,0,true,true,false],[42,10,113,true,false,false],[44,6,0,false,false,false],[48,56,13,true,true,false],[50,51,0,true,true,false],[50,68,13,true,true,false],[53,12,13,true,true,false],[54,44,13,true,true,false],[55,26,13,true,false,false],[56,17,0,true,true,false],[66,10,13,true,false,false],[67,6,0,false,false,false],[69,62,15,true,true,false],[72,12,15,true,true,false],[72,19,15,true,false,false],[72,20,1,true,true,false],[75,16,1,true,true,false],[76,56,1,true,true,false],[78,14,1,true,false,false],[78,21,0,true,true,false],[81,14,1,true,true,false],[82,10,15,true,true,false],[84,27,0,true,true,false],[86,10,15,true,true,false],[88,12,15,true,true,false],[89,75,15,true,true,false],[90,56,15,true,true,false],[95,38,1,true,true,false],[96,22,1,true,true,false],[96,62,1,true,false,false],[97,14,15,true,false,false],[98,28,1,true,true,false],[100,14,15,true,true,false],[102,26,15,true,false,false],[103,43,0,true,true,false],[105,10,15,true,false,false],[105,17,0,true,true,false],[107,10,15,true,false,false],[108,6,0,false,false,false],[112,5,2,true,true,false],[118,46,0,true,true,false],[122,10,2,true,false,false],[123,6,0,false,false,false],[127,73,162,true,true,false],[129,85,0,true,true,false],[131,10,162,true,true,false],[135,73,34,true,true,false],[135,79,162,true,false,false],[141,12,162,true,true,false],[141,32,162,true,false,false],[141,33,1,true,true,false],[142,51,1,true,true,false],[142,57,1,true,false,false],[145,16,1,true,true,false],[145,32,1,true,false,false],[145,33,0,true,true,false],[149,14,1,true,false,false],[150,10,162,true,false,false],[163,6,0,false,false,false],[165,72,0,true,true,false],[166,39,0,true,true,false],[168,50,0,true,true,false],[168,65,0,true,false,false],[169,10,0,true,true,false],[171,60,0,true,true,false],[172,18,0,true,true,false],[174,14,0,true,false,false],[177,46,0,true,true,false],[179,10,0,true,false,false],[180,6,0,false,false,false],[185,60,2,true,true,false],[187,62,2,true,true,false],[192,12,2,true,true,false],[192,19,2,true,false,false],[192,20,2,true,true,false],[199,19,0,true,true,false],[199,63,2,true,false,false],[200,19,2,true,true,false],[200,36,2,true,false,false],[209,14,2,true,true,false],[213,10,2,true,false,false],[213,16,0,true,true,false],[215,10,2,true,true,false],[216,6,0,false,false,false],[223,20,121,true,true,false],[227,61,93,true,true,false],[228,49,93,true,true,false],[228,87,93,true,false,false],[230,10,121,true,true,false],[236,12,121,true,true,false],[236,30,121,true,false,false],[236,31,0,true,true,false],[238,85,0,true,true,false],[238,98,0,true,false,false],[241,10,121,true,true,false],[250,49,120,true,true,false],[252,10,121,true,false,false],[265,12,121,true,true,false],[265,31,121,true,false,false],[265,32,0,true,true,false],[269,10,121,true,true,false],[273,79,121,true,true,false],[288,34,1,true,true,false],[289,18,1,true,true,false],[289,61,1,true,false,false],[290,10,121,true,false,false],[291,24,1,true,true,false],[293,10,121,true,true,false],[296,6,0,false,false,false],[299,75,4,true,true,false],[305,66,4,true,true,false],[306,6,0,false,false,false],[309,79,2,true,true,false],[311,63,2,true,true,false],[312,6,0,false,false,false],[315,75,16,true,true,false],[316,73,14,true,true,false],[318,55,14,true,true,false],[320,6,0,false,false,false],[328,5,2,true,true,false],[334,101,2,true,true,false],[352,74,2,true,true,false],[360,71,2,true,true,false],[373,26,2,true,false,false],[374,6,0,false,false,false],[380,5,2,true,true,false],[386,29,2,true,true,false],[390,16,2,true,true,false],[390,46,2,true,false,false],[390,78,1,true,true,false],[392,20,1,true,true,false],[392,55,1,true,false,false],[392,56,1,true,true,false],[401,18,1,true,false,false],[402,14,2,true,false,false],[405,16,2,true,true,false],[405,45,2,true,true,false],[405,73,2,true,false,false],[405,74,0,true,true,false],[408,14,2,true,false,false],[411,16,2,true,true,false],[411,51,1,true,true,false],[411,80,2,true,false,false],[411,81,1,true,true,false],[414,14,1,true,true,false],[415,10,1,true,true,false],[417,30,2,true,false,false],[418,6,0,false,false,false],[421,60,0,true,true,false],[422,57,0,true,true,false],[423,6,0,false,false,false],[427,69,0,true,true,false],[433,101,0,true,true,false],[444,78,0,true,true,false],[453,74,0,true,true,false],[456,26,0,true,false,false],[457,6,0,false,false,false],[460,76,0,true,true,false],[464,76,0,true,true,false],[476,6,0,false,false,false],[480,43,0,true,true,false],[482,12,0,true,true,false],[483,35,0,true,true,false],[485,10,0,true,false,false],[485,17,0,true,true,false],[487,10,0,true,true,false],[488,6,0,false,false,false],[490,39,0,true,true,false],[493,6,0,false,false,false],[500,60,255,true,true,false],[504,6,0,false,false,false],[506,59,121,true,true,false],[507,82,0,true,true,false],[509,10,121,true,true,false],[513,14,21,true,true,false],[515,10,100,true,true,false],[517,64,121,true,false,false],[518,6,0,false,false,false],[520,74,121,true,true,false],[522,80,0,true,true,false],[524,10,121,true,false,false],[524,19,121,true,true,false],[524,76,121,true,false,false],[526,9,100,true,true,false],[528,10,121,true,false,false],[528,16,21,true,true,false],[530,10,100,true,true,false],[532,25,121,true,false,false],[533,6,0,false,false,false],[535,65,150,true,true,false],[539,6,0,false,false,false],[541,68,134,true,true,false],[545,6,0,false,false,false],[547,61,15,true,true,false],[548,51,15,true,true,false],[549,27,15,true,true,false],[550,20,15,true,true,false],[551,84,15,true,true,false],[553,18,15,true,false,false],[553,25,0,true,true,false],[555,18,15,true,true,false],[556,14,15,true,false,false],[557,10,15,true,true,false],[558,6,0,false,false,false],[560,71,135,true,true,false],[564,37,1,true,true,false],[567,10,134,true,true,false],[570,12,134,true,true,false],[570,34,134,true,false,false],[570,35,134,true,true,false],[571,49,1,true,true,false],[571,77,134,true,false,false],[571,83,1,true,true,false],[574,14,133,true,true,false],[575,10,133,true,true,false],[577,51,133,true,true,false],[578,27,133,true,true,false],[579,20,133,true,true,false],[580,86,133,true,true,false],[582,18,133,true,false,false],[582,25,0,true,true,false],[584,18,133,true,true,false],[585,14,133,true,false,false],[586,10,133,true,true,false],[587,6,0,false,false,false],[589,70,4,true,true,false],[590,51,4,true,true,false],[591,27,4,true,true,false],[592,20,4,true,true,false],[593,81,4,true,true,false],[595,18,4,true,false,false],[595,25,0,true,true,false],[597,18,4,true,true,false],[598,14,4,true,false,false],[599,10,4,true,true,false],[600,6,0,false,false,false],[602,58,2,true,true,false],[603,51,2,true,true,false],[604,27,2,true,true,false],[605,20,2,true,true,false],[610,22,2,true,true,false],[612,18,2,true,false,false],[612,25,0,true,true,false],[614,18,2,true,true,false],[615,14,2,true,false,false],[616,10,2,true,true,false],[617,6,0,false,false,false],[619,54,18,true,true,false],[620,39,18,true,true,false],[621,27,18,true,true,false],[623,14,18,true,false,false],[625,6,0,false,false,false],[635,78,115392,true,true,false],[641,40,807237,true,true,false],[642,16,807237,true,true,false],[642,49,807237,true,false,false],[642,50,152,true,true,false],[647,14,807085,true,true,false],[648,10,115240,true,true,false],[651,41,115392,true,false,false],[652,6,0,false,false,false],[655,70,258320,true,true,false],[724,44,106394,true,true,false],[726,10,151926,true,true,false],[729,12,151926,true,true,false],[729,33,151926,true,false,false],[729,34,61443,true,true,false],[731,10,90483,true,true,false],[734,12,90483,true,true,false],[734,36,90483,true,false,false],[734,37,1356,true,true,false],[734,54,89127,true,true,false],[735,12,89127,true,true,false],[735,36,89127,true,false,false],[735,37,1354,true,true,false],[735,54,87773,true,true,false],[738,26,258320,true,false,false],[739,6,0,false,false,false],[742,76,124406,true,true,false],[746,86,125792,true,true,false],[746,101,124406,true,false,false],[749,12,124406,true,true,false],[749,26,124406,true,false,false],[749,27,10,true,true,false],[751,10,124396,true,true,false],[754,12,124396,true,true,false],[754,28,124396,true,false,false],[754,29,1375,true,true,false],[756,41,2761,true,true,false],[756,75,1375,true,false,false],[758,10,123021,true,true,false],[765,12,123021,true,true,false],[765,33,123021,true,false,false],[765,69,10424,true,true,false],[768,39,193457,true,true,false],[768,53,10424,true,false,false],[770,10,112597,true,true,false],[774,55,124406,true,false,false],[775,6,0,false,false,false],[779,71,92904,true,true,false],[783,102,92904,true,true,false],[785,16,92904,true,true,false],[785,77,92904,true,false,false],[785,78,120,true,true,false],[787,14,92784,true,true,false],[788,10,92784,true,true,false],[812,12,92784,true,true,false],[812,49,92784,true,false,false],[812,50,82360,true,true,false],[814,10,10424,true,true,false],[817,31,92904,true,false,false],[818,6,0,false,false,false],[829,56,0,true,true,false],[833,6,0,false,false,false],[835,12,0,true,true,false],[837,6,0,false,false,false],[839,34,0,true,true,false],[841,40,0,true,true,false],[844,10,0,true,true,false],[852,33,0,true,true,false],[854,10,0,true,false,false],[856,34,0,true,true,false],[858,10,0,true,false,false],[861,6,0,false,false,false],[863,33,0,true,true,false],[866,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":72,"covered":54,"percent":75},"instantiations":{"count":72,"covered":54,"percent":75},"lines":{"count":872,"covered":692,"percent":79.357798165137609},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":220,"covered":169,"notcovered":51,"percent":76.818181818181813}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift","mcdc_records":[],"segments":[[35,68,21,true,true,false],[39,43,3,true,true,false],[41,10,18,true,true,false],[44,49,9,true,true,false],[46,10,9,true,true,false],[49,50,4,true,true,false],[51,10,5,true,true,false],[54,44,1,true,true,false],[56,10,4,true,true,false],[58,19,21,true,false,false],[59,6,0,false,false,false],[65,77,18,true,true,false],[69,33,63,true,true,false],[70,16,63,true,true,false],[70,48,63,true,false,false],[70,49,10,true,true,false],[72,14,53,true,true,false],[73,10,8,true,true,false],[75,19,18,true,false,false],[76,6,0,false,false,false],[78,98,10,true,true,false],[81,49,0,true,true,false],[81,63,10,true,true,false],[85,32,0,true,true,false],[85,46,10,true,true,false],[91,38,1,true,true,false],[91,52,9,true,true,false],[95,14,0,true,true,false],[97,10,9,true,true,false],[108,12,9,true,true,false],[108,46,9,true,false,false],[108,66,2,true,true,false],[111,16,2,true,true,false],[111,40,2,true,false,false],[111,67,2,true,true,false],[113,68,6,true,true,false],[113,82,2,true,false,false],[115,10,9,true,false,false],[125,10,10,true,false,false],[126,6,0,false,false,false],[133,82,18,true,true,false],[134,35,14,true,true,false],[136,10,4,true,true,false],[138,16,4,true,true,false],[138,20,4,true,false,false],[139,9,2,true,true,false],[140,37,4,true,false,false],[141,9,2,true,true,false],[142,38,4,true,false,false],[143,9,0,true,true,false],[144,23,4,true,false,false],[146,6,0,false,false,false],[155,78,9,true,true,false],[157,45,5,true,true,false],[157,59,4,true,true,false],[161,49,0,true,true,false],[161,63,4,true,true,false],[165,32,0,true,true,false],[165,46,4,true,true,false],[170,62,0,true,true,false],[170,76,4,true,true,false],[172,50,0,true,true,false],[172,64,4,true,true,false],[176,71,0,true,true,false],[176,85,4,true,true,false],[181,46,0,true,true,false],[181,60,4,true,true,false],[186,37,0,true,true,false],[186,51,4,true,true,false],[190,46,9,true,true,false],[192,47,9,true,true,false],[192,60,9,true,false,false],[192,63,0,true,true,false],[192,81,9,true,false,false],[195,10,4,true,false,false],[197,66,9,true,false,false],[198,6,0,false,false,false],[204,72,5,true,true,false],[206,68,4,true,true,false],[206,82,1,true,true,false],[210,32,0,true,true,false],[210,46,1,true,true,false],[214,36,0,true,true,false],[214,50,1,true,true,false],[216,61,5,true,false,false],[217,6,0,false,false,false],[222,63,15,true,true,false],[227,27,296,true,true,false],[228,16,296,true,true,false],[228,27,296,true,false,false],[228,28,5,true,true,false],[231,14,296,true,false,false],[231,23,291,true,true,false],[231,34,296,true,false,false],[231,35,5,true,true,false],[234,20,5,true,true,false],[234,30,5,true,false,false],[234,49,5,true,true,false],[237,18,5,true,false,false],[238,14,296,true,false,false],[238,23,286,true,true,false],[238,40,296,true,false,false],[238,53,36,true,true,false],[239,20,36,true,true,false],[239,36,36,true,false,false],[239,37,36,true,true,false],[242,18,36,true,false,false],[243,14,296,true,false,false],[243,20,250,true,true,false],[245,14,296,true,false,false],[246,10,15,true,true,false],[248,12,15,true,true,false],[248,28,15,true,false,false],[248,29,10,true,true,false],[250,10,15,true,false,false],[252,30,51,true,true,false],[252,45,15,true,false,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":198,"covered":196,"percent":98.98989898989899},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":66,"notcovered":14,"percent":82.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift","mcdc_records":[],"segments":[[10,75,2,true,true,false],[13,6,0,false,false,false],[25,98,30,true,true,false],[27,48,0,true,true,false],[27,87,30,true,false,false],[29,6,0,false,false,false],[36,111,33,true,true,false],[37,52,3,true,true,false],[40,10,30,true,true,false],[42,16,30,true,true,false],[42,24,30,true,false,false],[43,9,20,true,true,false],[44,84,30,true,false,false],[45,9,7,true,true,false],[46,113,30,true,false,false],[47,9,3,true,true,false],[48,38,30,true,false,false],[49,9,0,true,true,false],[50,81,30,true,false,false],[52,6,0,false,false,false],[60,117,0,true,true,false],[67,6,0,false,false,false],[72,129,0,true,true,false],[73,32,0,true,true,false],[73,77,0,true,false,false],[76,6,0,false,false,false],[82,121,20,true,true,false],[84,60,2,true,true,false],[84,86,20,true,false,false],[95,49,18,true,true,false],[95,63,20,true,false,false],[95,66,2,true,true,false],[95,81,20,true,false,false],[96,51,18,true,true,false],[96,66,20,true,false,false],[96,69,2,true,true,false],[96,85,20,true,false,false],[99,12,20,true,true,false],[99,37,20,true,false,false],[99,38,8,true,true,false],[102,10,20,true,false,false],[102,19,12,true,true,false],[102,30,20,true,false,false],[102,31,1,true,true,false],[105,10,20,true,false,false],[105,19,11,true,true,false],[105,44,20,true,false,false],[105,45,2,true,true,false],[107,45,6,true,true,false],[107,90,2,true,false,false],[109,10,20,true,false,false],[109,16,9,true,true,false],[112,10,20,true,false,false],[113,6,0,false,false,false],[119,121,7,true,true,false],[120,38,1,true,true,false],[123,10,6,true,true,false],[125,36,13,true,true,false],[127,10,6,true,false,false],[130,80,7,true,false,false],[131,6,0,false,false,false],[139,17,7,true,true,false],[140,16,7,true,true,false],[140,24,7,true,false,false],[141,9,0,true,true,false],[142,71,7,true,false,false],[143,9,7,true,true,false],[144,83,7,true,false,false],[145,10,7,true,true,false],[146,6,0,false,false,false],[150,71,3,true,true,false],[152,37,0,true,true,false],[152,51,3,true,true,false],[154,12,3,true,true,false],[154,33,3,true,false,false],[154,72,2,true,true,false],[155,20,2,true,true,false],[155,57,2,true,false,false],[156,13,1,true,true,false],[157,64,2,true,false,false],[158,13,1,true,true,false],[159,27,2,true,false,false],[161,10,1,true,true,false],[163,32,2,true,true,false],[163,85,1,true,false,false],[164,56,3,true,false,false],[165,6,0,false,false,false],[171,114,53,true,true,false],[176,12,53,true,true,false],[176,30,53,true,false,false],[176,31,10,true,true,false],[177,16,10,true,true,false],[177,45,10,true,false,false],[177,46,8,true,true,false],[179,14,10,true,false,false],[179,20,2,true,true,false],[182,56,2,true,true,false],[184,28,2,true,true,false],[184,49,2,true,false,false],[185,21,2,true,true,false],[189,97,2,true,false,false],[190,21,0,true,true,false],[196,99,2,true,false,false],[197,22,2,true,true,false],[198,18,2,true,true,false],[199,70,2,true,false,false],[200,14,10,true,false,false],[201,10,43,true,true,false],[204,12,43,true,true,false],[204,28,43,true,false,false],[204,29,1,true,true,false],[206,10,42,true,true,false],[211,21,44,true,true,false],[211,36,42,true,false,false],[213,12,42,true,true,false],[213,28,42,true,false,false],[213,29,2,true,true,false],[215,41,4,true,true,false],[215,86,2,true,false,false],[217,10,40,true,true,false],[220,61,53,true,false,false],[221,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":14,"percent":77.777777777777786},"instantiations":{"count":18,"covered":14,"percent":77.777777777777786},"lines":{"count":169,"covered":146,"percent":86.390532544378701},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":60,"notcovered":8,"percent":88.235294117647058}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift","mcdc_records":[],"segments":[[4,62,47919,true,true,false],[5,57,33025,true,true,false],[5,72,14894,true,true,false],[6,38,47919,true,false,false],[7,6,0,false,false,false],[10,54,1777,true,true,false],[15,26,44382,true,true,false],[16,16,44382,true,true,false],[16,27,44382,true,false,false],[16,28,710,true,true,false],[19,14,44382,true,false,false],[19,23,43672,true,true,false],[19,34,44382,true,false,false],[19,35,710,true,true,false],[22,20,710,true,true,false],[22,30,710,true,false,false],[22,49,276,true,true,false],[25,18,710,true,false,false],[26,14,44382,true,false,false],[26,23,42962,true,true,false],[26,40,44382,true,false,false],[26,53,12222,true,true,false],[27,20,12222,true,true,false],[27,36,12222,true,false,false],[27,37,4778,true,true,false],[30,18,12222,true,false,false],[31,14,44382,true,false,false],[31,20,30740,true,true,false],[33,14,44382,true,false,false],[34,10,1777,true,true,false],[36,12,1777,true,true,false],[36,28,1777,true,false,false],[36,29,1564,true,true,false],[38,10,1777,true,false,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":36,"covered":36,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":19,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift","mcdc_records":[],"segments":[[11,54,1403,true,true,false],[17,65,0,true,true,false],[20,10,1403,true,true,false],[22,74,0,true,true,false],[25,10,1403,true,true,false],[30,84,0,true,true,false],[33,10,1403,true,true,false],[39,62,0,true,true,false],[40,46,0,true,true,false],[42,14,0,true,true,false],[43,10,1403,true,true,false],[46,20,1403,true,false,false],[47,6,0,false,false,false],[51,65,0,true,true,false],[54,21,0,true,true,false],[54,38,0,true,true,false],[54,49,0,true,false,false],[54,53,0,true,true,false],[54,62,0,true,false,false],[56,39,0,true,true,false],[57,53,0,true,true,false],[57,75,0,true,false,false],[59,10,0,true,true,false],[61,57,0,true,true,false],[63,10,0,true,true,false],[65,34,0,true,false,false],[66,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":1,"percent":16.666666666666664},"instantiations":{"count":6,"covered":1,"percent":16.666666666666664},"lines":{"count":57,"covered":28,"percent":49.122807017543856},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":5,"notcovered":15,"percent":25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift","mcdc_records":[],"segments":[[41,88,1403,true,true,false],[53,57,120,true,true,false],[60,16,120,true,true,false],[60,41,120,true,false,false],[60,42,120,true,true,false],[61,20,120,true,true,false],[61,58,120,true,false,false],[61,59,120,true,true,false],[64,18,120,true,false,false],[69,33,120,true,true,false],[69,64,120,true,false,false],[69,65,120,true,true,false],[72,14,120,true,false,false],[72,20,0,true,true,false],[75,14,120,true,false,false],[91,10,1403,true,false,false],[106,21,759,true,true,false],[107,70,73,true,true,false],[107,87,686,true,true,false],[108,42,0,true,true,false],[108,59,686,true,true,false],[109,16,686,true,true,false],[109,78,686,true,false,false],[109,79,0,true,true,false],[109,96,686,true,true,false],[111,101,759,true,false,false],[112,10,1403,true,false,false],[117,66,2792,true,true,false],[119,51,15709,true,true,false],[119,78,2792,true,false,false],[120,46,15705,true,true,false],[120,97,2792,true,false,false],[121,77,1437,true,true,false],[121,79,2792,true,false,false],[124,10,1403,true,true,false],[126,77,2792,true,true,false],[127,16,2792,true,true,false],[127,60,2792,true,false,false],[127,61,31,true,true,false],[130,14,2792,true,false,false],[131,10,1403,true,true,false],[133,39,2792,true,true,false],[134,92,2775,true,true,false],[134,104,17,true,true,false],[138,16,17,true,true,false],[138,55,17,true,false,false],[138,56,2,true,true,false],[140,14,15,true,true,false],[145,16,15,true,true,false],[145,51,15,true,false,false],[145,52,12,true,true,false],[151,37,12,true,true,false],[151,67,12,true,false,false],[151,68,11,true,true,false],[152,24,11,true,true,false],[152,60,11,true,false,false],[152,61,11,true,true,false],[155,22,11,true,false,false],[155,28,0,true,true,false],[160,22,11,true,false,false],[161,18,12,true,false,false],[161,24,1,true,true,false],[166,18,12,true,false,false],[170,32,12,true,true,false],[170,62,12,true,false,false],[170,63,11,true,true,false],[176,18,12,true,false,false],[176,24,1,true,true,false],[183,18,12,true,false,false],[186,14,15,true,false,false],[187,10,1403,true,true,false],[189,66,2792,true,true,false],[196,60,15709,true,true,false],[196,87,2792,true,false,false],[197,63,15709,true,true,false],[197,89,2792,true,false,false],[200,47,4,true,true,false],[201,73,6,true,true,false],[201,126,4,true,false,false],[204,14,2792,true,true,false],[206,16,2792,true,true,false],[206,39,2792,true,false,false],[206,40,6,true,true,false],[207,20,6,true,true,false],[207,47,6,true,false,false],[207,48,4,true,true,false],[210,18,6,true,false,false],[210,24,2,true,true,false],[212,18,6,true,false,false],[215,14,2786,true,true,false],[216,47,15705,true,true,false],[225,20,15705,true,true,false],[225,43,15705,true,false,false],[225,44,3,true,true,false],[233,18,15705,true,false,false],[233,27,15702,true,true,false],[233,47,15705,true,false,false],[233,48,28,true,true,false],[239,18,15705,true,false,false],[239,27,15674,true,true,false],[239,55,15705,true,false,false],[239,81,388,true,true,false],[244,18,15705,true,false,false],[244,24,15286,true,true,false],[247,18,15705,true,false,false],[249,20,15705,true,true,false],[249,51,15705,true,false,false],[249,52,154,true,true,false],[256,18,15705,true,false,false],[258,24,15705,true,true,false],[258,55,15705,true,false,false],[258,56,15551,true,true,false],[260,22,15705,true,false,false],[260,28,154,true,true,false],[262,22,15705,true,false,false],[268,14,2786,true,false,false],[271,16,2786,true,true,false],[271,71,2786,true,false,false],[273,13,10,true,true,false],[274,77,0,true,true,false],[274,93,0,true,true,false],[274,104,0,true,false,false],[274,106,10,true,false,false],[277,88,10,true,true,false],[277,90,10,true,false,false],[279,111,10,true,true,false],[279,144,10,true,false,false],[280,75,0,true,true,false],[280,85,10,true,false,false],[286,52,605,true,true,false],[298,18,10,true,false,false],[300,14,2786,true,false,false],[303,10,1403,true,true,false],[305,12,1403,true,true,false],[305,34,1403,true,false,false],[305,35,131,true,true,false],[307,40,132,true,true,false],[310,14,131,true,true,false],[321,10,1403,true,false,false],[324,6,0,false,false,false],[329,30,1403,true,true,false],[334,57,120,true,true,false],[336,56,120,true,true,false],[336,58,120,true,false,false],[337,10,1403,true,false,false],[339,39,2792,true,true,false],[340,92,2775,true,true,false],[340,104,17,true,true,false],[342,72,12,true,true,false],[342,74,17,true,false,false],[343,10,1403,true,true,false],[350,21,2792,true,true,false],[350,32,1403,true,false,false],[351,25,2792,true,true,false],[354,22,2790,true,true,false],[356,18,2,true,true,false],[358,118,0,true,true,false],[358,123,2,true,false,false],[359,115,2792,true,false,false],[360,14,1403,true,false,false],[364,90,120,true,true,false],[366,10,1403,true,false,false],[367,66,2792,true,true,false],[368,70,2775,true,true,false],[368,82,17,true,true,false],[369,64,2,true,true,false],[369,76,15,true,true,false],[370,16,15,true,true,false],[370,52,15,true,false,false],[370,53,14,true,true,false],[372,14,15,true,false,false],[373,16,15,true,true,false],[373,46,15,true,false,false],[373,47,1,true,true,false],[375,14,15,true,false,false],[376,10,1403,true,true,false],[382,10,1403,true,false,false],[383,6,0,false,false,false],[385,83,5584,true,true,false],[386,16,5584,true,true,false],[386,40,5584,true,false,false],[387,9,0,true,true,false],[388,54,5584,true,false,false],[389,9,0,true,true,false],[390,62,5584,true,false,false],[391,9,24,true,true,false],[392,54,5584,true,false,false],[393,9,0,true,true,false],[395,32,5584,true,false,false],[396,9,6,true,true,false],[397,60,5584,true,false,false],[398,9,0,true,true,false],[399,58,5584,true,false,false],[400,9,6,true,true,false],[401,55,5584,true,false,false],[402,9,5548,true,true,false],[403,32,5584,true,false,false],[404,10,5584,true,true,false],[405,6,0,false,false,false],[407,85,1403,true,true,false],[415,29,3055,true,true,false],[417,40,16573,true,true,false],[418,66,183,true,true,false],[421,63,105,true,true,false],[423,22,183,true,true,false],[430,18,16573,true,false,false],[430,24,16390,true,true,false],[434,18,16573,true,false,false],[436,14,3055,true,true,false],[438,10,1403,true,true,false],[444,51,3055,true,true,false],[447,33,37966,true,true,false],[448,79,21576,true,true,false],[448,91,16390,true,true,false],[449,51,16390,true,true,false],[452,18,16390,true,false,false],[453,14,3055,true,true,false],[455,10,1403,true,true,false],[457,22,1403,true,false,false],[458,6,0,false,false,false],[470,19,10,true,true,false],[479,43,780,true,true,false],[481,46,10,true,true,false],[481,60,770,true,true,false],[484,52,0,true,true,false],[484,66,770,true,true,false],[485,45,90,true,true,false],[485,59,680,true,true,false],[488,53,75,true,true,false],[488,67,605,true,true,false],[489,26,780,true,false,false],[490,10,10,true,false,false],[493,6,0,false,false,false],[495,68,680,true,true,false],[496,16,680,true,true,false],[496,19,680,true,false,false],[497,9,0,true,true,false],[498,19,680,true,false,false],[499,9,0,true,true,false],[500,19,680,true,false,false],[501,9,680,true,true,false],[502,16,680,true,false,false],[503,10,680,true,true,false],[504,6,0,false,false,false],[506,82,135,true,true,false],[512,6,0,false,false,false],[515,94,28,true,true,false],[521,6,0,false,false,false],[524,98,3,true,true,false],[530,6,0,false,false,false],[533,96,388,true,true,false],[539,6,0,false,false,false],[544,72,28,true,true,false],[548,54,19,true,true,false],[551,10,9,true,true,false],[554,48,9,true,true,false],[557,10,0,true,true,false],[560,29,28,true,false,false],[561,6,0,false,false,false],[566,65,56,true,true,false],[567,55,71,true,true,false],[567,66,56,true,false,false],[569,12,56,true,true,false],[569,28,56,true,false,false],[569,29,10,true,true,false],[572,40,25,true,true,false],[572,93,10,true,false,false],[574,10,56,true,false,false],[574,45,46,true,true,false],[577,10,0,true,true,false],[578,22,56,true,false,false],[579,6,0,false,false,false],[583,65,56,true,true,false],[587,12,56,true,true,false],[587,38,46,true,true,false],[587,59,56,true,false,false],[587,60,10,true,true,false],[589,10,46,true,true,false],[602,61,219,true,true,false],[602,96,46,true,false,false],[602,103,14,true,true,false],[604,10,32,true,true,false],[608,46,56,true,false,false],[609,6,0,false,false,false],[614,71,46,true,true,false],[631,60,322,true,true,false],[631,108,46,true,false,false],[631,110,0,true,true,false],[632,75,0,true,true,false],[632,86,0,true,false,false],[634,10,46,true,false,false],[636,12,46,true,true,false],[636,29,46,true,false,false],[636,30,46,true,true,false],[639,10,0,true,true,false],[643,72,46,true,false,false],[644,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":35,"percent":87.5},"instantiations":{"count":40,"covered":35,"percent":87.5},"lines":{"count":680,"covered":649,"percent":95.441176470588246},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":180,"covered":160,"notcovered":20,"percent":88.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift","mcdc_records":[],"segments":[[8,66,0,true,true,false],[10,6,0,false,false,false],[12,59,1330,true,true,false],[26,6,0,false,false,false],[28,53,1330,true,true,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":2,"percent":66.666666666666657},"instantiations":{"count":3,"covered":2,"percent":66.666666666666657},"lines":{"count":32,"covered":29,"percent":90.625},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":2,"notcovered":1,"percent":66.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift","mcdc_records":[],"segments":[[19,51,2,true,true,false],[21,60,12,true,true,false],[22,57,148,true,true,false],[24,18,12,true,true,false],[25,14,2,true,true,false],[26,23,2,true,false,false],[27,10,0,false,false,false],[29,72,3055,true,true,false],[30,47,26,true,true,false],[32,14,3029,true,true,false],[34,48,16390,true,true,false],[34,64,3029,true,false,false],[35,41,3055,true,false,false],[36,10,0,false,false,false],[41,23,3686,true,true,false],[42,47,53,true,true,false],[44,14,3633,true,true,false],[47,41,3686,true,false,false],[48,10,0,false,false,false],[50,82,6662,true,true,false],[51,28,48081,true,true,false],[52,49,194,true,true,false],[52,56,48081,true,false,false],[53,49,1399,true,true,false],[53,56,48081,true,false,false],[54,20,48081,true,true,false],[54,26,48081,true,false,false],[54,27,132,true,true,false],[56,18,47949,true,true,false],[57,29,48081,true,false,false],[58,14,6662,true,false,false],[59,10,0,false,false,false],[65,23,6662,true,true,false],[69,41,39972,true,true,false],[71,38,492988,true,true,false],[72,62,307795,true,true,false],[72,85,492988,true,false,false],[72,87,34889,true,true,false],[75,22,492988,true,false,false],[76,18,39972,true,true,false],[77,20,39972,true,true,false],[77,35,39972,true,false,false],[77,36,6294,true,true,false],[79,18,39972,true,false,false],[80,14,6662,true,true,false],[83,16,6662,true,true,false],[83,34,6662,true,false,false],[83,35,547,true,true,false],[84,43,643,true,true,false],[84,64,547,true,false,false],[85,14,6662,true,false,false],[87,29,6841,true,true,false],[87,50,6662,true,false,false],[88,10,0,false,false,false],[90,66,6841,true,true,false],[91,36,35532,true,true,false],[91,43,6841,true,false,false],[91,54,0,true,true,false],[91,55,6841,true,false,false],[92,37,35532,true,true,false],[94,14,6841,true,false,false],[96,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":15,"percent":93.75},"instantiations":{"count":16,"covered":15,"percent":93.75},"lines":{"count":85,"covered":84,"percent":98.82352941176471},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":35,"notcovered":1,"percent":97.222222222222214}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift","mcdc_records":[],"segments":[[8,93,0,true,true,false],[11,39,0,true,true,false],[12,71,0,true,true,false],[12,83,0,true,true,false],[17,57,0,true,true,false],[17,58,0,true,false,false],[18,56,0,true,true,false],[18,84,0,true,false,false],[18,87,0,true,true,false],[18,88,0,true,false,false],[20,99,0,true,true,false],[20,100,0,true,false,false],[39,10,0,true,true,false],[41,24,0,true,false,false],[42,6,0,false,false,false],[45,109,0,true,true,false],[48,39,0,true,true,false],[49,69,0,true,true,false],[49,81,0,true,true,false],[54,57,0,true,true,false],[54,58,0,true,false,false],[55,56,0,true,true,false],[55,84,0,true,false,false],[55,87,0,true,true,false],[55,88,0,true,false,false],[57,99,0,true,true,false],[57,100,0,true,false,false],[79,10,0,true,true,false],[81,24,0,true,false,false],[82,6,0,false,false,false],[86,93,24,true,true,false],[90,36,30,true,true,false],[95,42,94,true,true,false],[103,14,30,true,true,false],[104,10,24,true,true,false],[106,24,24,true,false,false],[107,6,0,false,false,false],[110,96,6,true,true,false],[111,79,0,true,true,false],[113,10,6,true,true,false],[115,53,0,true,true,false],[115,88,0,true,true,false],[115,95,6,true,false,false],[116,55,0,true,true,false],[116,91,0,true,true,false],[116,98,6,true,false,false],[136,6,0,false,false,false],[139,94,0,true,true,false],[140,83,0,true,true,false],[142,10,0,true,true,false],[144,44,0,true,true,false],[146,10,0,true,true,false],[148,50,0,true,true,false],[148,85,0,true,true,false],[148,87,0,true,false,false],[148,91,0,true,true,false],[148,114,0,true,false,false],[149,6,0,false,false,false],[152,95,6,true,true,false],[156,21,98,true,true,false],[156,32,6,true,false,false],[158,21,98,true,true,false],[158,37,2,true,true,false],[158,65,98,true,false,false],[158,67,6,true,false,false],[159,18,98,true,true,false],[160,33,98,true,true,false],[160,42,98,true,false,false],[160,43,2,true,true,false],[162,18,98,true,false,false],[162,24,96,true,true,false],[164,18,98,true,false,false],[169,14,6,true,false,false],[172,12,6,true,true,false],[172,21,6,true,false,false],[172,22,2,true,true,false],[174,10,6,true,false,false],[177,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":7,"percent":36.84210526315789},"instantiations":{"count":19,"covered":7,"percent":36.84210526315789},"lines":{"count":182,"covered":88,"percent":48.35164835164835},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":48,"covered":17,"notcovered":31,"percent":35.416666666666671}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift","mcdc_records":[],"segments":[[11,47,1403,true,true,false],[26,6,0,false,false,false],[28,74,1402,true,true,false],[29,37,1257,true,true,false],[29,50,145,true,true,false],[39,39,546,true,true,false],[43,10,145,true,false,false],[47,45,1402,true,false,false],[48,6,0,false,false,false],[52,67,546,true,true,false],[54,12,546,true,true,false],[54,33,546,true,false,false],[54,34,130,true,true,false],[56,10,416,true,true,false],[59,38,412,true,true,false],[61,10,4,true,true,false],[64,12,4,true,true,false],[64,39,4,true,false,false],[64,60,1,true,true,false],[66,10,3,true,true,false],[69,12,3,true,true,false],[69,44,0,true,true,false],[69,78,3,true,false,false],[69,82,0,true,true,false],[69,118,3,true,false,false],[69,147,3,true,true,false],[71,10,0,true,true,false],[74,22,546,true,false,false],[75,6,0,false,false,false],[79,63,4,true,true,false],[81,71,0,true,true,false],[83,10,4,true,true,false],[92,27,181,true,true,false],[93,16,181,true,true,false],[93,27,181,true,false,false],[93,28,4,true,true,false],[96,14,181,true,false,false],[96,23,177,true,true,false],[96,34,181,true,false,false],[96,35,4,true,true,false],[99,14,181,true,false,false],[99,23,173,true,true,false],[99,34,181,true,false,false],[99,52,11,true,true,false],[100,20,11,true,true,false],[100,33,11,true,false,false],[100,34,11,true,true,false],[102,18,11,true,false,false],[104,14,181,true,false,false],[104,20,162,true,true,false],[106,14,181,true,false,false],[107,10,4,true,true,false],[110,40,0,true,true,false],[112,10,4,true,true,false],[119,27,181,true,true,false],[120,16,181,true,true,false],[120,27,181,true,false,false],[120,28,4,true,true,false],[123,14,181,true,false,false],[123,23,177,true,true,false],[123,34,181,true,false,false],[123,35,4,true,true,false],[126,14,181,true,false,false],[126,23,173,true,true,false],[126,34,181,true,false,false],[126,52,11,true,true,false],[129,20,11,true,true,false],[129,36,11,true,false,false],[129,37,11,true,true,false],[131,18,11,true,false,false],[133,14,181,true,false,false],[133,20,162,true,true,false],[135,14,181,true,false,false],[136,10,4,true,true,false],[140,12,4,true,true,false],[140,28,4,true,false,false],[140,29,4,true,true,false],[142,10,4,true,false,false],[146,6,0,false,false,false],[149,68,3,true,true,false],[154,65,0,true,true,false],[156,10,3,true,true,false],[165,15,81,true,true,false],[165,41,3,true,false,false],[165,42,81,true,true,false],[167,16,81,true,true,false],[167,27,81,true,false,false],[167,28,3,true,true,false],[169,14,81,true,false,false],[169,23,78,true,true,false],[169,34,81,true,false,false],[169,35,3,true,true,false],[171,20,3,true,true,false],[171,30,3,true,false,false],[171,31,3,true,true,false],[174,18,0,true,true,false],[175,14,78,true,true,false],[177,10,3,true,true,false],[179,33,0,true,true,false],[181,10,3,true,true,false],[190,12,3,true,true,false],[190,41,3,true,false,false],[190,42,3,true,true,false],[194,10,0,true,true,false],[196,22,3,true,false,false],[197,6,0,false,false,false],[202,80,1402,true,true,false],[203,36,1271,true,true,false],[203,49,131,true,true,false],[215,29,150,true,true,false],[219,10,131,true,true,false],[221,52,1402,true,false,false],[222,6,0,false,false,false],[225,78,1402,true,true,false],[226,43,1398,true,true,false],[226,56,4,true,true,false],[236,36,4,true,true,false],[241,10,4,true,true,false],[243,52,1402,true,false,false],[244,6,0,false,false,false],[246,85,1402,true,true,false],[247,41,1400,true,true,false],[247,54,2,true,true,false],[257,34,2,true,true,false],[259,39,2,true,true,false],[262,14,2,true,true,false],[265,10,2,true,true,false],[267,12,2,true,true,false],[267,28,2,true,false,false],[267,29,2,true,true,false],[267,51,2,true,false,false],[268,52,1402,true,false,false],[269,6,0,false,false,false],[271,98,1402,true,true,false],[272,39,1402,true,true,false],[272,52,0,true,true,false],[283,35,0,true,true,false],[286,10,0,true,true,false],[289,52,1402,true,false,false],[290,6,0,false,false,false],[293,82,1402,true,true,false],[294,55,1391,true,true,false],[294,68,11,true,true,false],[305,36,15,true,true,false],[311,42,47,true,true,false],[313,14,15,true,true,false],[316,39,26,true,true,false],[319,14,15,true,true,false],[323,10,11,true,true,false],[325,12,11,true,true,false],[325,28,11,true,false,false],[325,29,11,true,true,false],[325,51,11,true,false,false],[326,52,1402,true,false,false],[327,6,0,false,false,false],[329,74,1403,true,true,false],[339,12,1403,true,true,false],[339,26,1403,true,false,false],[339,27,0,true,true,false],[341,10,1403,true,false,false],[341,16,1403,true,true,false],[342,33,3055,true,true,false],[345,14,1403,true,true,false],[346,16,1403,true,true,false],[346,32,1403,true,false,false],[346,33,1403,true,true,false],[346,55,1403,true,false,false],[350,6,0,false,false,false],[356,17,1552,true,true,false],[360,12,1552,true,true,false],[360,26,1552,true,false,false],[360,27,1402,true,true,false],[369,10,1552,true,false,false],[372,12,1552,true,true,false],[372,26,1552,true,false,false],[372,27,0,true,true,false],[374,10,1552,true,false,false],[374,16,1552,true,true,false],[375,33,3686,true,true,false],[378,14,1552,true,true,false],[379,16,1552,true,true,false],[379,32,1552,true,false,false],[379,33,1552,true,true,false],[379,55,1552,true,false,false],[383,6,0,false,false,false],[389,5,2792,true,true,false],[395,6,0,false,false,false],[397,94,12,true,true,false],[403,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":15,"percent":88.235294117647058},"instantiations":{"count":17,"covered":15,"percent":88.235294117647058},"lines":{"count":369,"covered":339,"percent":91.869918699186996},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":122,"covered":108,"notcovered":14,"percent":88.52459016393442}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift","mcdc_records":[],"segments":[[24,7,283,true,true,false],[31,6,0,false,false,false],[34,81,1247,true,true,false],[37,6,0,false,false,false],[46,17,1403,true,true,false],[47,57,5,true,true,false],[47,81,1403,true,false,false],[47,84,1398,true,true,false],[47,95,1403,true,false,false],[48,12,1403,true,true,false],[48,49,1483,true,true,false],[48,102,1403,true,false,false],[48,104,1325,true,true,false],[50,10,1403,true,false,false],[52,61,3814,true,true,false],[52,72,1403,true,false,false],[57,25,2792,true,true,false],[57,58,1403,true,false,false],[60,97,2792,true,true,false],[60,140,1403,true,false,false],[67,157,467,true,true,false],[67,168,1403,true,false,false],[69,51,2792,true,true,false],[69,57,1403,true,false,false],[73,46,0,true,true,false],[73,52,1403,true,false,false],[73,55,1403,true,true,false],[73,67,1403,true,false,false],[93,106,16376,true,true,false],[97,16,16376,true,true,false],[97,49,16376,true,false,false],[97,50,0,true,true,false],[99,14,16376,true,true,false],[100,36,16376,true,false,false],[101,10,1403,true,false,false],[102,53,150,true,true,false],[103,70,2766,true,true,false],[104,46,1885,true,true,false],[104,49,2766,true,false,false],[105,14,150,true,false,false],[106,10,1403,true,false,false],[116,34,1403,true,true,false],[116,58,1403,true,false,false],[116,59,0,true,true,false],[121,10,1403,true,false,false],[121,16,1403,true,true,false],[123,10,1403,true,false,false],[140,17,18226,true,true,false],[140,32,1403,true,false,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":14,"percent":100},"instantiations":{"count":14,"covered":14,"percent":100},"lines":{"count":134,"covered":129,"percent":96.268656716417908},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":23,"notcovered":3,"percent":88.461538461538453}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift","mcdc_records":[],"segments":[[4,73,262,true,true,false],[10,27,29772,true,true,false],[13,16,29772,true,true,false],[13,31,29772,true,false,false],[13,32,13482,true,true,false],[13,44,16290,true,true,false],[15,16,16290,true,true,false],[15,35,16290,true,false,false],[15,36,16287,true,true,false],[16,60,16286,true,true,false],[16,72,1,true,true,false],[18,44,19,true,true,false],[18,63,1,true,false,false],[19,26,3,true,true,false],[19,37,1,true,false,false],[20,52,0,true,true,false],[20,64,1,true,true,false],[25,20,1,true,true,false],[25,30,1,true,false,false],[25,57,0,true,true,false],[28,18,1,true,false,false],[29,25,16287,true,false,false],[30,14,3,true,true,false],[34,16,3,true,true,false],[34,30,3,true,false,false],[34,31,1,true,true,false],[35,20,1,true,true,false],[35,30,1,true,false,false],[35,57,1,true,true,false],[38,18,1,true,false,false],[40,14,2,true,true,false],[43,42,0,true,true,false],[43,54,2,true,true,false],[45,77,0,true,true,false],[45,89,2,true,true,false],[47,61,2,true,true,false],[47,80,2,true,false,false],[47,86,2,true,true,false],[47,97,2,true,false,false],[51,16,2,true,true,false],[51,26,2,true,false,false],[51,53,0,true,true,false],[54,14,2,true,false,false],[55,10,262,true,true,false],[57,22,262,true,false,false],[58,6,0,false,false,false],[60,81,1,true,true,false],[62,33,2,true,true,false],[63,77,0,true,true,false],[63,89,2,true,true,false],[65,10,1,true,true,false],[66,21,1,true,false,false],[67,6,0,false,false,false],[69,77,2,true,true,false],[71,73,0,true,true,false],[71,87,2,true,true,false],[73,48,24,true,true,false],[73,67,2,true,false,false],[73,73,6,true,true,false],[73,84,2,true,false,false],[74,58,0,true,true,false],[74,72,2,true,true,false],[75,24,2,true,false,false],[76,6,0,false,false,false],[78,60,4,true,true,false],[80,26,34,true,true,false],[81,16,34,true,true,false],[81,27,34,true,false,false],[81,28,3,true,true,false],[81,42,34,true,false,false],[82,16,34,true,true,false],[82,27,34,true,false,false],[82,28,3,true,true,false],[82,42,34,true,false,false],[83,10,4,true,true,false],[84,21,4,true,false,false],[85,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":85,"covered":79,"percent":92.941176470588232},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":41,"notcovered":8,"percent":83.673469387755105}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift","mcdc_records":[],"segments":[[12,43,1,true,true,false],[14,10,0,false,false,false],[18,76,9,true,true,false],[22,31,35,true,true,false],[23,60,1,true,true,false],[25,14,34,true,true,false],[27,10,8,true,true,false],[29,30,9,true,false,false],[30,6,0,false,false,false],[33,81,7,true,true,false],[34,31,18,true,true,false],[35,16,18,true,true,false],[35,48,18,true,false,false],[35,49,6,true,true,false],[37,14,12,true,true,false],[38,10,1,true,true,false],[39,19,7,true,false,false],[40,6,0,false,false,false],[43,61,58,true,true,false],[44,80,6,true,true,false],[46,10,52,true,true,false],[49,12,52,true,true,false],[49,25,52,true,false,false],[49,26,1,true,true,false],[49,42,51,true,true,false],[50,12,51,true,true,false],[50,25,51,true,false,false],[50,26,0,true,true,false],[50,42,51,true,true,false],[51,12,51,true,true,false],[51,25,51,true,false,false],[51,26,0,true,true,false],[51,42,51,true,true,false],[52,12,51,true,true,false],[52,25,51,true,false,false],[52,26,2,true,true,false],[52,42,49,true,true,false],[54,12,49,true,true,false],[54,30,49,true,false,false],[54,31,38,true,true,false],[56,16,38,true,true,false],[56,37,38,true,false,false],[56,38,1,true,true,false],[58,14,37,true,true,false],[59,25,38,true,false,false],[60,10,11,true,true,false],[62,12,11,true,true,false],[62,30,11,true,false,false],[62,31,1,true,true,false],[64,10,10,true,true,false],[66,49,3,true,true,false],[68,10,7,true,true,false],[70,52,5,true,true,false],[72,10,2,true,true,false],[74,19,58,true,false,false],[75,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":57,"covered":57,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":38,"notcovered":2,"percent":95}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift","mcdc_records":[],"segments":[[8,19,0,true,true,false],[8,21,0,false,false,false],[10,52,0,true,true,false],[11,12,0,true,true,false],[13,88,0,true,true,false],[14,24,0,true,false,false],[15,17,0,true,true,false],[16,16,0,true,true,false],[16,52,0,true,false,false],[16,53,0,true,true,false],[22,14,0,true,true,false],[25,25,0,true,false,false],[27,6,0,false,false,false],[29,54,0,true,true,false],[30,12,0,true,true,false],[32,88,0,true,true,false],[33,24,0,true,false,false],[34,17,0,true,true,false],[35,16,0,true,true,false],[35,52,0,true,false,false],[35,53,0,true,true,false],[41,14,0,true,true,false],[44,25,0,true,false,false],[46,6,0,false,false,false],[48,51,0,true,true,false],[49,12,0,true,true,false],[51,86,0,true,true,false],[52,24,0,true,false,false],[53,17,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[62,46,0,true,true,false],[63,68,0,true,true,false],[64,20,0,true,true,false],[64,35,0,true,false,false],[65,13,0,true,true,false],[66,93,0,true,false,false],[67,13,0,true,true,false],[68,29,0,true,false,false],[70,10,0,true,true,false],[73,76,0,true,false,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":61,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift","mcdc_records":[],"segments":[[9,54,0,true,true,false],[10,12,0,true,true,false],[10,38,0,true,false,false],[10,39,0,true,true,false],[12,10,0,true,true,false],[13,50,0,true,false,false],[14,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift","mcdc_records":[],"segments":[[5,19,0,true,true,false],[5,21,0,false,false,false],[7,52,0,true,true,false],[7,60,0,false,false,false],[8,54,0,true,true,false],[8,62,0,false,false,false],[9,51,0,true,true,false],[9,59,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":4,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift","mcdc_records":[],"segments":[[9,44,0,true,true,false],[9,46,0,false,false,false],[10,36,0,true,true,false],[10,40,0,false,false,false],[12,25,0,true,true,false],[13,29,0,true,true,false],[14,20,0,true,true,false],[21,33,0,true,true,false],[23,18,0,true,false,false],[27,16,0,true,true,false],[27,25,0,true,false,false],[27,26,0,true,true,false],[30,14,0,true,false,false],[30,20,0,true,true,false],[31,28,0,true,true,false],[32,62,0,true,true,false],[45,65,0,true,true,false],[55,26,0,true,false,false],[67,19,0,true,true,false],[69,10,0,true,false,false],[70,6,0,false,false,false],[72,42,0,true,true,false],[73,14,0,true,true,false],[78,33,0,true,true,false],[84,62,0,true,true,false],[84,75,0,true,false,false],[84,78,0,true,true,false],[84,95,0,true,false,false],[85,61,0,true,true,false],[85,72,0,true,false,false],[85,75,0,true,true,false],[85,90,0,true,false,false],[88,70,0,true,true,false],[88,83,0,true,false,false],[88,86,0,true,true,false],[88,103,0,true,false,false],[99,6,0,false,false,false],[108,25,0,true,true,false],[109,29,0,true,true,false],[110,20,0,true,true,false],[117,32,0,true,true,false],[119,18,0,true,false,false],[123,24,0,true,true,false],[124,58,0,true,true,false],[125,62,0,true,true,false],[129,65,0,true,true,false],[130,53,0,true,true,false],[135,30,0,true,false,false],[136,53,0,true,true,false],[141,30,0,true,false,false],[142,53,0,true,true,false],[147,30,0,true,false,false],[148,53,0,true,true,false],[153,30,0,true,false,false],[161,24,0,true,true,false],[161,73,0,true,false,false],[161,74,0,true,true,false],[162,65,0,true,true,false],[163,48,0,true,true,false],[167,30,0,true,false,false],[168,70,0,true,true,false],[169,100,0,true,true,false],[171,34,0,true,false,false],[178,22,0,true,true,false],[180,41,0,true,true,false],[181,59,0,true,true,false],[182,34,0,true,true,false],[185,30,0,true,false,false],[195,6,0,false,false,false],[204,25,0,true,true,false],[205,29,0,true,true,false],[206,20,0,true,true,false],[213,32,0,true,true,false],[215,18,0,true,false,false],[219,24,0,true,true,false],[220,58,0,true,true,false],[221,62,0,true,true,false],[225,65,0,true,true,false],[226,53,0,true,true,false],[231,30,0,true,false,false],[232,53,0,true,true,false],[237,30,0,true,false,false],[238,53,0,true,true,false],[243,30,0,true,false,false],[244,53,0,true,true,false],[249,30,0,true,false,false],[250,53,0,true,true,false],[255,30,0,true,false,false],[263,41,0,true,true,false],[264,59,0,true,true,false],[265,34,0,true,true,false],[268,30,0,true,false,false],[278,6,0,false,false,false],[287,25,0,true,true,false],[288,29,0,true,true,false],[289,20,0,true,true,false],[296,32,0,true,true,false],[298,18,0,true,false,false],[302,24,0,true,true,false],[303,58,0,true,true,false],[304,62,0,true,true,false],[314,65,0,true,true,false],[315,53,0,true,true,false],[320,30,0,true,false,false],[321,53,0,true,true,false],[326,30,0,true,false,false],[327,53,0,true,true,false],[332,30,0,true,false,false],[333,53,0,true,true,false],[338,30,0,true,false,false],[339,53,0,true,true,false],[345,30,0,true,false,false],[346,53,0,true,true,false],[350,73,0,true,true,false],[358,34,0,true,false,false],[360,53,0,true,true,false],[365,30,0,true,false,false],[373,61,0,true,true,false],[382,22,0,true,false,false],[387,41,0,true,true,false],[388,45,0,true,true,false],[389,60,0,true,true,false],[392,33,0,true,true,false],[394,34,0,true,false,false],[398,61,0,true,true,false],[400,30,0,true,false,false],[404,45,0,true,true,false],[405,55,0,true,true,false],[407,30,0,true,false,false],[410,60,0,true,true,false],[411,38,0,true,true,false],[414,34,0,true,false,false],[425,6,0,false,false,false],[427,48,0,true,true,false],[431,102,0,true,true,false],[431,115,0,true,false,false],[432,11,0,true,true,false],[434,10,0,true,false,false],[435,6,0,false,false,false],[437,50,0,true,true,false],[450,6,0,false,false,false],[456,63,0,true,true,false],[462,6,0,false,false,false],[464,66,0,true,true,false],[464,68,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":1945,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":92,"covered":0,"notcovered":92,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,49,0,true,true,false],[12,24,0,true,true,false],[13,38,0,true,true,false],[13,61,0,true,false,false],[13,64,0,true,true,false],[13,93,0,true,false,false],[18,20,0,true,true,false],[20,33,0,true,true,false],[20,47,0,true,false,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift","mcdc_records":[],"segments":[[15,46,0,true,true,false],[15,49,0,false,false,false],[17,25,0,true,true,false],[18,29,0,true,true,false],[22,53,0,true,true,false],[31,14,0,true,false,false],[48,23,0,true,true,false],[49,16,0,true,true,false],[49,37,0,true,false,false],[49,38,0,true,true,false],[51,14,0,true,false,false],[53,6,0,false,false,false],[56,47,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[62,47,0,true,false,false],[63,9,0,true,true,false],[66,48,0,true,false,false],[67,9,0,true,true,false],[71,47,0,true,false,false],[72,9,0,true,true,false],[76,45,0,true,false,false],[77,9,0,true,true,false],[78,32,0,true,true,false],[79,34,0,true,true,false],[81,18,0,true,false,false],[90,9,0,true,true,false],[94,56,0,true,false,false],[95,10,0,true,true,false],[96,6,0,false,false,false],[98,36,0,true,true,false],[107,6,0,false,false,false],[111,42,0,true,true,false],[112,12,0,true,true,false],[112,48,0,true,false,false],[112,49,0,true,true,false],[127,40,0,true,true,false],[129,14,0,true,false,false],[132,67,0,true,true,false],[135,17,0,true,true,false],[137,18,0,true,false,false],[140,71,0,true,true,false],[142,18,0,true,false,false],[144,19,0,true,true,false],[144,52,0,true,false,false],[144,53,0,true,true,false],[148,13,0,true,true,false],[150,14,0,true,false,false],[151,19,0,true,true,false],[151,58,0,true,false,false],[151,59,0,true,true,false],[154,107,0,true,true,false],[156,14,0,true,false,false],[159,67,0,true,true,false],[163,110,0,true,true,false],[163,123,0,true,false,false],[164,19,0,true,true,false],[166,18,0,true,false,false],[168,16,0,true,true,false],[170,97,0,true,true,false],[172,14,0,true,false,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":228,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift","mcdc_records":[],"segments":[[13,95,0,true,true,false],[18,6,0,false,false,false],[20,25,0,true,true,false],[21,55,0,true,true,false],[33,10,0,true,false,false],[35,23,0,true,true,false],[37,10,0,true,false,false],[39,30,0,true,true,false],[39,54,0,true,false,false],[39,57,0,true,true,false],[39,59,0,true,false,false],[40,6,0,false,false,false],[42,26,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[44,53,0,true,false,false],[45,9,0,true,true,false],[45,57,0,true,false,false],[46,9,0,true,true,false],[46,51,0,true,false,false],[47,9,0,true,true,false],[47,48,0,true,false,false],[48,9,0,true,true,false],[48,73,0,true,false,false],[49,10,0,true,true,false],[50,6,0,false,false,false],[53,31,0,true,true,false],[54,16,0,true,true,false],[54,22,0,true,false,false],[55,9,0,true,true,false],[58,63,0,true,false,false],[59,9,0,true,true,false],[61,34,0,true,false,false],[62,9,0,true,true,false],[65,63,0,true,false,false],[66,9,0,true,true,false],[69,63,0,true,false,false],[70,9,0,true,true,false],[73,63,0,true,false,false],[74,9,0,true,true,false],[77,63,0,true,false,false],[78,10,0,true,true,false],[79,6,0,false,false,false],[93,7,0,true,true,false],[98,6,0,false,false,false],[100,25,0,true,true,false],[101,55,0,true,true,false],[105,85,0,true,true,false],[111,14,0,true,false,false],[116,34,0,true,true,false],[118,14,0,true,true,false],[119,10,0,true,false,false],[121,6,0,false,false,false],[124,31,0,true,true,false],[125,16,0,true,true,false],[125,22,0,true,false,false],[126,9,0,true,true,false],[129,60,0,true,false,false],[130,9,0,true,true,false],[131,27,0,true,false,false],[132,9,0,true,true,false],[135,60,0,true,false,false],[136,9,0,true,true,false],[139,60,0,true,false,false],[140,9,0,true,true,false],[143,60,0,true,false,false],[144,9,0,true,true,false],[147,60,0,true,false,false],[148,10,0,true,true,false],[149,6,0,false,false,false],[160,56,0,true,true,false],[160,61,0,false,false,false],[162,25,0,true,true,false],[163,79,0,true,true,false],[164,59,0,true,true,false],[170,89,0,true,true,false],[179,18,0,true,false,false],[184,16,0,true,true,false],[184,42,0,true,false,false],[184,58,0,true,true,false],[185,24,0,true,true,false],[188,45,0,true,true,false],[188,56,0,true,false,false],[188,59,0,true,true,false],[188,64,0,true,false,false],[188,106,0,true,true,false],[190,22,0,true,false,false],[192,57,0,true,true,false],[193,57,0,true,true,false],[199,28,0,true,true,false],[207,28,0,true,true,false],[207,65,0,true,false,false],[207,66,0,true,true,false],[208,44,0,true,true,false],[210,30,0,true,false,false],[213,26,0,true,true,false],[214,22,0,true,false,false],[220,14,0,true,true,false],[221,10,0,true,false,false],[227,61,0,true,true,false],[228,34,0,true,true,false],[230,14,0,true,true,false],[231,10,0,true,false,false],[232,6,0,false,false,false],[234,32,0,true,true,false],[235,16,0,true,true,false],[235,30,0,true,false,false],[236,9,0,true,true,false],[237,37,0,true,false,false],[238,9,0,true,true,false],[239,39,0,true,false,false],[240,9,0,true,true,false],[241,36,0,true,false,false],[242,10,0,true,true,false],[243,6,0,false,false,false],[245,28,0,true,true,false],[246,16,0,true,true,false],[246,30,0,true,false,false],[247,9,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[250,38,0,true,false,false],[251,9,0,true,true,false],[252,35,0,true,false,false],[253,10,0,true,true,false],[254,6,0,false,false,false],[263,25,0,true,true,false],[264,56,0,true,true,false],[269,20,0,true,true,false],[280,14,0,true,false,false],[282,6,0,false,false,false],[291,25,0,true,true,false],[293,56,0,true,true,false],[294,57,0,true,true,false],[302,28,0,true,true,false],[302,52,0,true,false,false],[311,6,0,false,false,false],[313,55,0,true,true,false],[314,57,0,true,true,false],[314,58,0,true,false,false],[315,6,0,false,false,false],[326,25,0,true,true,false],[329,44,0,true,true,false],[329,45,0,true,false,false],[329,48,0,true,true,false],[329,49,0,true,false,false],[329,76,0,true,true,false],[329,77,0,true,false,false],[329,80,0,true,true,false],[329,81,0,true,false,false],[333,42,0,true,true,false],[333,89,0,true,false,false],[333,92,0,true,true,false],[333,98,0,true,false,false],[336,38,0,true,true,false],[336,41,0,true,false,false],[336,44,0,true,true,false],[336,47,0,true,false,false],[338,27,0,true,true,false],[338,38,0,true,false,false],[342,49,0,true,true,false],[342,73,0,true,false,false],[342,76,0,true,true,false],[342,85,0,true,false,false],[345,6,0,false,false,false],[347,32,0,true,true,false],[348,12,0,true,true,false],[348,21,0,true,false,false],[348,22,0,true,true,false],[348,66,0,true,true,false],[349,12,0,true,true,false],[349,26,0,true,false,false],[349,27,0,true,true,false],[349,85,0,true,true,false],[350,62,0,true,false,false],[351,6,0,false,false,false],[353,34,0,true,true,false],[354,12,0,true,true,false],[354,27,0,true,false,false],[354,44,0,true,true,false],[354,96,0,true,true,false],[355,49,0,true,false,false],[356,6,0,false,false,false],[358,44,0,true,true,false],[359,33,0,true,true,false],[359,47,0,true,false,false],[359,50,0,true,true,false],[359,81,0,true,false,false],[360,12,0,true,true,false],[360,27,0,true,false,false],[360,44,0,true,true,false],[360,69,0,true,false,false],[362,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":535,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":109,"covered":0,"notcovered":109,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift","mcdc_records":[],"segments":[[17,26,144,true,true,false],[18,16,144,true,true,false],[18,22,144,true,false,false],[19,9,117,true,true,false],[20,54,144,true,false,false],[21,9,22,true,true,false],[22,53,144,true,false,false],[23,9,1,true,true,false],[24,56,144,true,false,false],[25,9,4,true,true,false],[26,15,144,true,false,false],[27,10,144,true,true,false],[28,6,0,false,false,false],[32,83,36,true,true,false],[36,12,36,true,true,false],[36,42,36,true,false,false],[36,77,1,true,true,false],[38,10,36,true,false,false],[41,12,36,true,true,false],[41,50,36,true,false,false],[41,51,0,true,true,false],[43,10,36,true,false,false],[46,12,36,true,true,false],[46,46,36,true,false,false],[46,47,6,true,true,false],[47,16,6,true,true,false],[47,57,6,true,false,false],[47,58,1,true,true,false],[49,14,6,true,false,false],[54,16,6,true,true,false],[54,60,6,true,false,false],[54,61,1,true,true,false],[56,14,6,true,false,false],[57,10,36,true,false,false],[60,12,36,true,true,false],[60,63,30,true,true,false],[60,94,36,true,false,false],[60,95,12,true,true,false],[62,10,36,true,false,false],[65,12,36,true,true,false],[65,52,36,true,false,false],[65,53,9,true,true,false],[67,16,9,true,true,false],[67,60,9,true,false,false],[67,108,0,true,true,false],[69,14,9,true,false,false],[71,10,36,true,false,false],[74,12,36,true,true,false],[74,35,36,true,false,false],[74,36,1,true,true,false],[76,46,0,true,true,false],[76,72,1,true,false,false],[76,75,1,true,true,false],[76,99,1,true,false,false],[77,10,36,true,false,false],[80,12,36,true,true,false],[80,55,36,true,false,false],[80,56,9,true,true,false],[82,10,36,true,false,false],[85,6,0,false,false,false],[88,84,117,true,true,false],[92,12,117,true,true,false],[92,42,117,true,false,false],[92,77,0,true,true,false],[94,10,117,true,false,false],[97,12,117,true,true,false],[97,50,117,true,false,false],[97,51,0,true,true,false],[99,10,117,true,false,false],[102,12,117,true,true,false],[102,46,117,true,false,false],[102,47,2,true,true,false],[103,16,2,true,true,false],[103,57,2,true,false,false],[103,58,2,true,true,false],[105,14,2,true,false,false],[110,16,2,true,true,false],[110,60,2,true,false,false],[110,61,2,true,true,false],[112,14,2,true,false,false],[113,10,117,true,false,false],[116,12,117,true,true,false],[116,52,117,true,false,false],[116,53,2,true,true,false],[118,16,2,true,true,false],[118,60,2,true,false,false],[118,108,0,true,true,false],[120,14,2,true,false,false],[122,10,117,true,false,false],[125,12,117,true,true,false],[125,35,117,true,false,false],[125,36,1,true,true,false],[127,10,117,true,false,false],[134,6,0,false,false,false],[137,88,1,true,true,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":5,"percent":100},"instantiations":{"count":5,"covered":5,"percent":100},"lines":{"count":118,"covered":108,"percent":91.525423728813564},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":43,"notcovered":6,"percent":87.755102040816325}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift","mcdc_records":[],"segments":[[9,61,0,true,true,false],[10,16,0,true,true,false],[10,22,0,true,false,false],[11,9,0,true,true,false],[12,62,0,true,false,false],[13,9,0,true,true,false],[14,67,0,true,false,false],[15,9,0,true,true,false],[16,46,0,true,false,false],[17,9,0,true,true,false],[18,37,0,true,false,false],[19,9,0,true,true,false],[20,47,0,true,false,false],[21,9,0,true,true,false],[22,41,0,true,false,false],[23,9,0,true,true,false],[24,47,0,true,false,false],[25,9,0,true,true,false],[26,49,0,true,false,false],[27,9,0,true,true,false],[28,44,0,true,false,false],[29,9,0,true,true,false],[30,60,0,true,false,false],[31,9,0,true,true,false],[32,60,0,true,false,false],[33,9,0,true,true,false],[34,36,0,true,false,false],[35,9,0,true,true,false],[36,48,0,true,false,false],[37,9,0,true,true,false],[38,66,0,true,false,false],[39,9,0,true,true,false],[40,46,0,true,false,false],[41,9,0,true,true,false],[42,59,0,true,false,false],[43,9,0,true,true,false],[44,62,0,true,false,false],[45,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[48,64,0,true,false,false],[49,9,0,true,true,false],[50,47,0,true,false,false],[51,9,0,true,true,false],[52,47,0,true,false,false],[53,9,0,true,true,false],[54,50,0,true,false,false],[55,9,0,true,true,false],[56,55,0,true,false,false],[57,9,0,true,true,false],[58,50,0,true,false,false],[59,10,0,true,true,false],[60,6,0,false,false,false],[63,67,0,true,true,false],[64,16,0,true,true,false],[64,22,0,true,false,false],[65,9,0,true,true,false],[66,103,0,true,false,false],[67,9,0,true,true,false],[68,133,0,true,false,false],[69,9,0,true,true,false],[70,86,0,true,false,false],[71,9,0,true,true,false],[72,45,0,true,false,false],[73,9,0,true,true,false],[74,89,0,true,false,false],[75,9,0,true,true,false],[76,52,0,true,false,false],[77,9,0,true,true,false],[80,87,0,true,false,false],[81,9,0,true,true,false],[82,96,0,true,false,false],[83,10,0,true,true,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":74,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift","mcdc_records":[],"segments":[[15,5,144,true,true,false],[18,6,0,false,false,false],[25,5,144,true,true,false],[28,31,134,true,true,false],[29,71,134,true,true,false],[31,14,134,true,false,false],[32,10,144,true,true,false],[34,23,144,true,false,false],[35,6,0,false,false,false],[38,95,177,true,true,false],[39,16,177,true,true,false],[39,22,177,true,false,false],[40,9,122,true,true,false],[51,14,177,true,false,false],[53,9,6,true,true,false],[58,14,177,true,false,false],[60,9,3,true,true,false],[65,14,177,true,false,false],[67,9,1,true,true,false],[72,14,177,true,false,false],[74,9,2,true,true,false],[79,14,177,true,false,false],[81,9,1,true,true,false],[86,14,177,true,false,false],[88,9,6,true,true,false],[95,14,177,true,false,false],[97,9,4,true,true,false],[102,14,177,true,false,false],[104,9,2,true,true,false],[110,14,177,true,false,false],[112,9,2,true,true,false],[117,14,177,true,false,false],[119,9,2,true,true,false],[124,14,177,true,false,false],[126,9,5,true,true,false],[131,14,177,true,false,false],[133,9,1,true,true,false],[138,14,177,true,false,false],[140,9,3,true,true,false],[145,14,177,true,false,false],[147,9,2,true,true,false],[152,14,177,true,false,false],[154,9,2,true,true,false],[159,14,177,true,false,false],[161,9,2,true,true,false],[166,14,177,true,false,false],[168,9,2,true,true,false],[173,14,177,true,false,false],[175,9,0,true,true,false],[180,14,177,true,false,false],[182,9,2,true,true,false],[187,14,177,true,false,false],[189,9,2,true,true,false],[194,14,177,true,false,false],[196,9,2,true,true,false],[201,14,177,true,false,false],[203,9,2,true,true,false],[208,14,177,true,false,false],[210,9,1,true,true,false],[215,14,177,true,false,false],[216,10,177,true,true,false],[217,6,0,false,false,false],[240,70,144,true,true,false],[243,13,144,true,true,false],[243,32,134,true,true,false],[243,54,144,true,false,false],[244,13,0,true,true,false],[245,80,144,true,false,false],[250,6,0,false,false,false],[253,63,47,true,true,false],[254,16,47,true,true,false],[254,22,47,true,false,false],[255,9,5,true,true,false],[256,58,47,true,false,false],[257,9,5,true,true,false],[258,51,47,true,false,false],[259,9,3,true,true,false],[260,55,47,true,false,false],[261,9,1,true,true,false],[262,49,47,true,false,false],[263,9,1,true,true,false],[264,54,47,true,false,false],[265,9,1,true,true,false],[266,56,47,true,false,false],[267,9,2,true,true,false],[268,51,47,true,false,false],[269,9,3,true,true,false],[270,55,47,true,false,false],[271,9,2,true,true,false],[272,60,47,true,false,false],[273,9,2,true,true,false],[274,55,47,true,false,false],[275,9,1,true,true,false],[276,55,47,true,false,false],[277,9,2,true,true,false],[279,55,47,true,false,false],[280,9,1,true,true,false],[281,54,47,true,false,false],[282,9,1,true,true,false],[283,50,47,true,false,false],[284,9,2,true,true,false],[285,55,47,true,false,false],[286,9,2,true,true,false],[287,46,47,true,false,false],[288,9,2,true,true,false],[289,53,47,true,false,false],[290,9,2,true,true,false],[291,58,47,true,false,false],[292,9,0,true,true,false],[293,54,47,true,false,false],[294,9,2,true,true,false],[295,48,47,true,false,false],[296,9,2,true,true,false],[297,51,47,true,false,false],[298,9,2,true,true,false],[299,53,47,true,false,false],[300,9,2,true,true,false],[301,55,47,true,false,false],[302,9,1,true,true,false],[303,53,47,true,false,false],[304,10,47,true,true,false],[305,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":7,"percent":87.5},"instantiations":{"count":8,"covered":7,"percent":87.5},"lines":{"count":263,"covered":255,"percent":96.958174904942965},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":60,"notcovered":3,"percent":95.238095238095227}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift","mcdc_records":[],"segments":[[33,7,122,true,true,false],[43,6,0,false,false,false],[46,31,122,true,true,false],[48,6,0,false,false,false],[51,57,0,true,true,false],[53,6,0,false,false,false],[59,56,48,true,true,false],[89,6,0,false,false,false],[94,98,144,true,true,false],[98,93,0,true,true,false],[108,10,144,true,true,false],[127,68,133,true,true,false],[127,93,144,true,false,false],[134,6,0,false,false,false],[142,5,144,true,true,false],[144,12,144,true,true,false],[144,34,144,true,false,false],[144,35,4,true,true,false],[146,10,140,true,true,false],[154,12,140,true,true,false],[154,69,140,true,false,false],[154,70,0,true,true,false],[159,10,140,true,true,false],[162,12,140,true,true,false],[162,34,23,true,true,false],[162,51,140,true,false,false],[162,52,139,true,true,false],[163,16,139,true,true,false],[163,39,139,true,false,false],[163,40,1,true,true,false],[166,14,139,true,false,false],[167,10,140,true,false,false],[170,19,144,true,false,false],[171,6,0,false,false,false],[188,69,133,true,true,false],[189,16,133,true,true,false],[189,22,133,true,false,false],[190,9,1,true,true,false],[191,17,133,true,false,false],[192,9,132,true,true,false],[193,18,133,true,false,false],[194,10,133,true,true,false],[195,6,0,false,false,false],[200,100,33,true,true,false],[204,57,1,true,true,false],[213,10,32,true,true,false],[220,36,27,true,true,false],[231,16,27,true,true,false],[233,96,23,true,true,false],[238,57,9,true,true,false],[241,24,9,true,true,false],[241,34,9,true,false,false],[241,35,9,true,true,false],[245,22,0,true,true,false],[247,18,14,true,true,false],[264,14,27,true,false,false],[264,21,13,true,true,false],[268,76,0,true,true,false],[268,91,13,true,false,false],[282,89,0,true,true,false],[282,104,13,true,false,false],[286,14,14,true,true,false],[287,10,32,true,true,false],[293,45,13,true,true,false],[295,14,32,true,false,false],[296,42,19,true,true,false],[296,44,32,true,false,false],[296,47,13,true,true,false],[296,66,0,true,true,false],[296,74,13,true,false,false],[296,78,13,true,true,false],[296,80,32,true,false,false],[304,22,33,true,false,false],[305,6,0,false,false,false],[316,137,27,true,true,false],[320,16,27,true,true,false],[320,27,27,true,false,false],[321,9,12,true,true,false],[324,16,12,true,true,false],[324,47,12,true,false,false],[324,48,0,true,true,false],[326,14,12,true,false,false],[329,67,10,true,true,false],[330,59,27,true,false,false],[332,9,2,true,true,false],[334,49,1,true,true,false],[337,14,2,true,false,false],[337,20,1,true,true,false],[340,14,2,true,false,false],[341,67,1,true,true,false],[342,53,27,true,false,false],[344,9,13,true,true,false],[346,69,12,true,true,false],[347,61,27,true,false,false],[349,9,0,true,true,false],[351,69,0,true,true,false],[352,49,27,true,false,false],[353,10,23,true,true,false],[355,69,27,true,false,false],[356,6,0,false,false,false],[359,101,0,true,true,false],[360,70,0,true,true,false],[361,6,0,false,false,false],[365,109,12,true,true,false],[369,12,12,true,true,false],[369,43,12,true,false,false],[369,44,0,true,true,false],[372,57,0,true,true,false],[377,16,0,true,true,false],[377,47,0,true,false,false],[377,48,0,true,true,false],[380,14,0,true,false,false],[380,20,0,true,true,false],[382,14,0,true,false,false],[383,10,12,true,true,false],[388,12,12,true,true,false],[388,70,12,true,false,false],[390,9,0,true,true,false],[393,52,0,true,true,false],[394,10,12,true,true,false],[397,58,10,true,true,false],[398,6,0,false,false,false],[404,5,2,true,true,false],[407,12,2,true,true,false],[407,43,2,true,false,false],[407,44,0,true,true,false],[410,57,0,true,true,false],[412,10,2,true,true,false],[414,92,1,true,true,false],[416,76,1,true,true,false],[417,16,1,true,true,false],[417,24,1,true,false,false],[417,25,1,true,true,false],[419,14,0,true,true,false],[420,10,2,true,false,false],[420,16,1,true,true,false],[422,56,1,true,true,false],[423,10,1,true,true,false],[424,6,0,false,false,false],[429,5,13,true,true,false],[431,16,13,true,true,false],[431,25,13,true,false,false],[432,9,2,true,true,false],[433,52,13,true,false,false],[435,9,2,true,true,false],[436,67,13,true,false,false],[438,9,0,true,true,false],[439,50,13,true,false,false],[441,9,1,true,true,false],[442,67,13,true,false,false],[444,9,0,true,true,false],[446,52,0,true,true,false],[447,67,13,true,false,false],[449,9,0,true,true,false],[451,19,13,true,false,false],[453,9,0,true,true,false],[454,57,13,true,false,false],[456,9,1,true,true,false],[457,56,13,true,false,false],[459,9,3,true,true,false],[463,62,13,true,false,false],[465,9,1,true,true,false],[466,56,13,true,false,false],[468,9,1,true,true,false],[469,73,13,true,false,false],[471,9,1,true,true,false],[472,54,1,true,true,false],[473,73,13,true,false,false],[475,9,1,true,true,false],[476,52,13,true,false,false],[478,9,0,true,true,false],[481,89,13,true,false,false],[482,10,12,true,true,false],[483,6,0,false,false,false],[488,5,0,true,true,false],[490,16,0,true,true,false],[490,25,0,true,false,false],[491,9,0,true,true,false],[493,54,0,true,false,false],[495,9,0,true,true,false],[497,19,0,true,false,false],[499,9,0,true,true,false],[501,97,0,true,false,false],[502,10,0,true,true,false],[503,6,0,false,false,false],[506,83,9,true,true,false],[508,6,0,false,false,false],[514,67,12,true,true,false],[516,6,0,false,false,false],[519,66,2,true,true,false],[521,6,0,false,false,false],[524,64,5,true,true,false],[526,6,0,false,false,false],[529,94,7,true,true,false],[532,6,0,false,false,false],[536,100,9,true,true,false],[539,12,9,true,true,false],[539,32,9,true,false,false],[539,33,1,true,true,false],[543,10,8,true,true,false],[551,22,9,true,false,false],[552,6,0,false,false,false],[555,103,1,true,true,false],[563,48,0,true,true,false],[563,66,1,true,false,false],[565,39,0,true,true,false],[565,62,1,true,false,false],[565,65,1,true,true,false],[565,76,1,true,false,false],[569,30,0,true,true,false],[569,33,1,true,false,false],[569,36,1,true,true,false],[569,43,1,true,false,false],[575,38,0,true,true,false],[575,41,1,true,false,false],[575,44,1,true,true,false],[575,51,1,true,false,false],[582,6,0,false,false,false],[589,5,16,true,true,false],[595,78,2,true,true,false],[595,86,16,true,false,false],[595,89,14,true,true,false],[595,96,16,true,false,false],[601,55,2,true,true,false],[601,82,16,true,false,false],[604,12,16,true,true,false],[604,35,16,true,false,false],[604,36,14,true,true,false],[607,77,14,true,true,false],[610,14,14,true,false,false],[610,20,0,true,true,false],[618,14,14,true,true,false],[619,10,16,true,false,false],[619,16,2,true,true,false],[621,10,16,true,true,false],[628,40,14,true,true,false],[628,61,16,true,false,false],[629,19,14,true,true,false],[629,25,16,true,false,false],[630,19,2,true,true,false],[630,34,16,true,false,false],[635,51,14,true,true,false],[635,72,16,true,false,false],[635,75,14,true,true,false],[635,78,16,true,false,false],[635,81,2,true,true,false],[635,99,16,true,false,false],[644,6,0,false,false,false],[650,88,1,true,true,false],[652,54,1,true,true,false],[653,6,0,false,false,false],[657,85,1,true,true,false],[659,51,1,true,true,false],[660,6,0,false,false,false],[664,92,1,true,true,false],[667,6,0,false,false,false],[675,20,0,true,true,false],[677,79,0,true,true,false],[678,6,0,false,false,false],[689,35,20,true,true,false],[690,16,20,true,true,false],[690,20,20,true,false,false],[691,9,20,true,true,false],[692,20,20,true,false,false],[693,9,0,true,true,false],[694,20,20,true,false,false],[695,10,20,true,true,false],[696,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":30,"percent":78.94736842105263},"instantiations":{"count":38,"covered":30,"percent":78.94736842105263},"lines":{"count":557,"covered":470,"percent":84.380610412926387},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":160,"covered":118,"notcovered":42,"percent":73.75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift","mcdc_records":[],"segments":[[39,58,1,true,true,false],[42,6,0,false,false,false],[73,7,71,true,true,false],[81,6,0,false,false,false],[91,63,71,true,true,false],[94,6,0,false,false,false],[128,59,128,true,true,false],[131,6,0,false,false,false],[159,7,184,true,true,false],[167,6,0,false,false,false],[187,73,149,true,true,false],[190,6,0,false,false,false],[212,7,165,true,true,false],[218,6,0,false,false,false],[245,7,28,true,true,false],[252,6,0,false,false,false],[280,7,68,true,true,false],[288,6,0,false,false,false],[300,54,16,true,true,false],[303,6,0,false,false,false],[318,40,2,true,true,false],[319,32,0,true,true,false],[319,55,2,true,false,false],[319,59,0,true,true,false],[319,83,2,true,false,false],[320,6,0,false,false,false],[323,41,2,true,true,false],[324,33,0,true,true,false],[324,57,2,true,false,false],[324,61,0,true,true,false],[324,86,2,true,false,false],[325,6,0,false,false,false],[329,42,0,true,true,false],[330,37,0,true,true,false],[330,62,0,true,false,false],[331,6,0,false,false,false],[334,36,2,true,true,false],[341,6,0,false,false,false],[350,7,9,true,true,false],[357,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":14,"percent":70},"instantiations":{"count":20,"covered":14,"percent":70},"lines":{"count":92,"covered":84,"percent":91.304347826086953},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":14,"notcovered":6,"percent":70}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift","mcdc_records":[],"segments":[[12,5,0,true,true,false],[16,12,0,true,true,false],[16,32,0,true,false,false],[16,33,0,true,true,false],[17,40,0,true,true,false],[28,14,0,true,true,false],[29,10,0,true,false,false],[44,6,0,false,false,false],[46,86,0,true,true,false],[47,40,0,true,true,false],[47,53,0,true,true,false],[50,71,0,true,true,false],[51,20,0,true,true,false],[51,28,0,true,false,false],[52,13,0,true,true,false],[53,25,0,true,false,false],[54,13,0,true,true,false],[55,36,0,true,false,false],[56,13,0,true,true,false],[57,33,0,true,false,false],[58,13,0,true,true,false],[59,35,0,true,false,false],[60,13,0,true,true,false],[61,32,0,true,false,false],[62,14,0,true,true,false],[63,10,0,true,false,false],[66,44,0,true,true,false],[67,60,0,true,true,false],[67,74,0,true,true,false],[81,14,0,true,false,false],[83,6,0,false,false,false],[87,5,0,true,true,false],[89,34,0,true,true,false],[89,38,0,true,false,false],[89,41,0,true,true,false],[89,43,0,true,false,false],[91,16,0,true,true,false],[91,28,0,true,false,false],[92,9,0,true,true,false],[94,16,0,true,true,false],[94,25,0,true,false,false],[94,26,0,true,true,false],[94,68,0,true,false,false],[96,39,0,true,true,false],[97,76,0,true,true,false],[99,18,0,true,false,false],[100,14,0,true,true,false],[101,79,0,true,false,false],[103,9,0,true,true,false],[105,16,0,true,true,false],[105,25,0,true,false,false],[105,26,0,true,true,false],[105,68,0,true,false,false],[107,39,0,true,true,false],[108,70,0,true,true,false],[110,18,0,true,false,false],[111,14,0,true,true,false],[113,31,0,true,false,false],[115,9,0,true,true,false],[117,16,0,true,true,false],[117,25,0,true,false,false],[117,26,0,true,true,false],[117,68,0,true,false,false],[119,39,0,true,true,false],[120,92,0,true,true,false],[122,18,0,true,false,false],[123,14,0,true,true,false],[125,31,0,true,false,false],[127,9,0,true,true,false],[129,16,0,true,true,false],[129,25,0,true,false,false],[129,26,0,true,true,false],[129,68,0,true,false,false],[131,39,0,true,true,false],[132,79,0,true,true,false],[134,18,0,true,false,false],[135,14,0,true,true,false],[137,31,0,true,false,false],[139,9,0,true,true,false],[141,16,0,true,true,false],[141,25,0,true,false,false],[141,26,0,true,true,false],[141,67,0,true,false,false],[143,39,0,true,true,false],[144,71,0,true,true,false],[146,18,0,true,false,false],[147,14,0,true,true,false],[149,31,0,true,false,false],[151,9,0,true,true,false],[152,60,0,true,false,false],[154,6,0,false,false,false],[156,92,0,true,true,false],[157,16,0,true,true,false],[157,24,0,true,false,false],[158,9,0,true,true,false],[159,72,0,true,false,false],[160,9,0,true,true,false],[161,129,0,true,false,false],[162,9,0,true,true,false],[163,144,0,true,false,false],[164,9,0,true,true,false],[165,135,0,true,false,false],[166,9,0,true,true,false],[167,118,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,86,0,true,true,false],[174,42,0,true,true,false],[176,10,0,true,true,false],[178,35,0,true,true,false],[181,60,0,true,true,false],[181,79,0,true,false,false],[181,82,0,true,true,false],[181,94,0,true,false,false],[197,6,0,false,false,false],[199,84,0,true,true,false],[200,28,0,true,true,false],[202,55,0,true,true,false],[202,81,0,true,false,false],[202,85,0,true,true,false],[202,90,0,true,false,false],[208,92,0,true,true,false],[208,101,0,true,false,false],[208,104,0,true,true,false],[208,110,0,true,false,false],[220,6,0,false,false,false],[222,45,0,true,true,false],[233,6,0,false,false,false],[235,50,0,true,true,false],[246,6,0,false,false,false],[248,89,0,true,true,false],[251,43,0,true,true,false],[269,10,0,true,true,false],[271,22,0,true,false,false],[272,6,0,false,false,false],[276,83,0,true,true,false],[277,16,0,true,true,false],[277,26,0,true,false,false],[278,9,0,true,true,false],[278,82,0,true,false,false],[279,9,0,true,true,false],[279,78,0,true,false,false],[280,9,0,true,true,false],[280,85,0,true,false,false],[281,9,0,true,true,false],[281,91,0,true,false,false],[282,9,0,true,true,false],[282,65,0,true,false,false],[283,9,0,true,true,false],[283,60,0,true,false,false],[284,10,0,true,true,false],[285,6,0,false,false,false],[287,89,0,true,true,false],[288,16,0,true,true,false],[288,26,0,true,false,false],[289,9,0,true,true,false],[290,164,0,true,false,false],[291,9,0,true,true,false],[292,160,0,true,false,false],[293,9,0,true,true,false],[294,77,0,true,false,false],[295,9,0,true,true,false],[296,135,0,true,false,false],[297,9,0,true,true,false],[298,84,0,true,false,false],[299,9,0,true,true,false],[300,94,0,true,false,false],[301,10,0,true,true,false],[302,6,0,false,false,false],[304,89,0,true,true,false],[305,16,0,true,true,false],[305,26,0,true,false,false],[306,9,0,true,true,false],[307,121,0,true,false,false],[308,9,0,true,true,false],[309,118,0,true,false,false],[310,9,0,true,true,false],[311,81,0,true,false,false],[312,9,0,true,true,false],[313,108,0,true,false,false],[314,9,0,true,true,false],[315,90,0,true,false,false],[316,9,0,true,true,false],[317,87,0,true,false,false],[318,10,0,true,true,false],[319,6,0,false,false,false],[321,80,0,true,true,false],[322,16,0,true,true,false],[322,25,0,true,false,false],[323,9,0,true,true,false],[323,66,0,true,false,false],[324,9,0,true,true,false],[324,73,0,true,false,false],[325,9,0,true,true,false],[325,78,0,true,false,false],[326,9,0,true,true,false],[326,76,0,true,false,false],[327,9,0,true,true,false],[327,54,0,true,false,false],[328,9,0,true,true,false],[328,77,0,true,false,false],[329,9,0,true,true,false],[329,71,0,true,false,false],[330,9,0,true,true,false],[330,68,0,true,false,false],[331,9,0,true,true,false],[331,77,0,true,false,false],[332,9,0,true,true,false],[332,59,0,true,false,false],[333,9,0,true,true,false],[333,79,0,true,false,false],[334,9,0,true,true,false],[334,81,0,true,false,false],[335,9,0,true,true,false],[335,74,0,true,false,false],[336,9,0,true,true,false],[336,77,0,true,false,false],[337,9,0,true,true,false],[337,59,0,true,false,false],[338,9,0,true,true,false],[338,63,0,true,false,false],[339,9,0,true,true,false],[339,94,0,true,false,false],[340,9,0,true,true,false],[340,86,0,true,false,false],[341,9,0,true,true,false],[341,74,0,true,false,false],[342,9,0,true,true,false],[342,66,0,true,false,false],[343,9,0,true,true,false],[343,54,0,true,false,false],[344,10,0,true,true,false],[345,6,0,false,false,false],[347,86,0,true,true,false],[348,16,0,true,true,false],[348,25,0,true,false,false],[349,9,0,true,true,false],[350,161,0,true,false,false],[351,9,0,true,true,false],[352,115,0,true,false,false],[353,9,0,true,true,false],[354,191,0,true,false,false],[355,9,0,true,true,false],[356,203,0,true,false,false],[357,9,0,true,true,false],[358,55,0,true,false,false],[359,9,0,true,true,false],[360,83,0,true,false,false],[361,9,0,true,true,false],[362,66,0,true,false,false],[363,9,0,true,true,false],[364,138,0,true,false,false],[365,9,0,true,true,false],[366,102,0,true,false,false],[367,9,0,true,true,false],[370,71,0,true,false,false],[371,9,0,true,true,false],[372,133,0,true,false,false],[373,9,0,true,true,false],[374,317,0,true,false,false],[375,9,0,true,true,false],[376,144,0,true,false,false],[377,9,0,true,true,false],[378,185,0,true,false,false],[379,9,0,true,true,false],[380,178,0,true,false,false],[381,9,0,true,true,false],[390,16,0,true,false,false],[391,9,0,true,true,false],[396,16,0,true,false,false],[397,9,0,true,true,false],[402,16,0,true,false,false],[403,9,0,true,true,false],[408,16,0,true,false,false],[409,9,0,true,true,false],[414,16,0,true,false,false],[415,9,0,true,true,false],[416,158,0,true,false,false],[417,10,0,true,true,false],[418,6,0,false,false,false],[420,90,0,true,true,false],[421,16,0,true,true,false],[421,25,0,true,false,false],[422,9,0,true,true,false],[423,16,0,true,false,false],[424,9,0,true,true,false],[425,39,0,true,false,false],[426,9,0,true,true,false],[427,37,0,true,false,false],[428,9,0,true,true,false],[429,38,0,true,false,false],[430,9,0,true,true,false],[431,38,0,true,false,false],[432,9,0,true,true,false],[433,41,0,true,false,false],[434,9,0,true,true,false],[435,38,0,true,false,false],[436,9,0,true,true,false],[437,34,0,true,false,false],[438,9,0,true,true,false],[439,41,0,true,false,false],[440,9,0,true,true,false],[441,38,0,true,false,false],[442,9,0,true,true,false],[443,34,0,true,false,false],[444,9,0,true,true,false],[445,48,0,true,false,false],[446,9,0,true,true,false],[447,31,0,true,false,false],[448,9,0,true,true,false],[449,29,0,true,false,false],[450,9,0,true,true,false],[451,29,0,true,false,false],[452,9,0,true,true,false],[453,32,0,true,false,false],[454,9,0,true,true,false],[455,38,0,true,false,false],[456,10,0,true,true,false],[457,6,0,false,false,false],[459,80,0,true,true,false],[460,16,0,true,true,false],[460,25,0,true,false,false],[461,9,0,true,true,false],[462,54,0,true,false,false],[463,9,0,true,true,false],[464,62,0,true,false,false],[465,9,0,true,true,false],[466,74,0,true,false,false],[467,9,0,true,true,false],[468,76,0,true,false,false],[469,9,0,true,true,false],[470,84,0,true,false,false],[471,9,0,true,true,false],[472,82,0,true,false,false],[473,9,0,true,true,false],[474,47,0,true,false,false],[475,9,0,true,true,false],[476,72,0,true,false,false],[477,9,0,true,true,false],[478,58,0,true,false,false],[479,9,0,true,true,false],[480,16,0,true,false,false],[481,10,0,true,true,false],[482,6,0,false,false,false],[484,89,0,true,true,false],[485,16,0,true,true,false],[485,25,0,true,false,false],[486,9,0,true,true,false],[487,62,0,true,false,false],[488,9,0,true,true,false],[489,74,0,true,false,false],[490,9,0,true,true,false],[491,16,0,true,false,false],[492,10,0,true,true,false],[493,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":534,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":0,"notcovered":193,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift","mcdc_records":[],"segments":[[7,85,8,true,true,false],[8,36,3,true,true,false],[8,57,5,true,true,false],[10,12,5,true,true,false],[10,35,5,true,true,false],[10,65,5,true,true,false],[10,86,5,true,false,false],[10,90,1,true,true,false],[12,10,4,true,true,false],[14,24,8,true,false,false],[15,6,0,false,false,false],[18,89,0,true,true,false],[19,12,0,true,true,false],[19,35,0,true,true,false],[19,63,0,true,false,false],[19,65,0,true,true,false],[21,10,0,true,true,false],[22,12,0,true,true,false],[22,35,0,true,true,false],[22,60,0,true,false,false],[22,62,0,true,true,false],[24,10,0,true,true,false],[25,12,0,true,true,false],[25,35,0,true,true,false],[25,62,0,true,false,false],[25,64,0,true,true,false],[27,10,0,true,true,false],[28,12,0,true,true,false],[28,35,0,true,true,false],[28,59,0,true,false,false],[28,61,0,true,true,false],[30,10,0,true,true,false],[31,19,0,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":3,"percent":37.5},"instantiations":{"count":8,"covered":3,"percent":37.5},"lines":{"count":30,"covered":11,"percent":36.666666666666664},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":8,"notcovered":17,"percent":32}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift","mcdc_records":[],"segments":[[14,20,1,true,true,false],[14,22,0,false,false,false],[26,35,0,true,true,false],[27,20,0,true,true,false],[27,26,0,true,false,false],[28,13,0,true,true,false],[29,44,0,true,false,false],[30,13,0,true,true,false],[31,35,0,true,false,false],[32,13,0,true,true,false],[33,34,0,true,false,false],[34,13,0,true,true,false],[35,28,0,true,false,false],[36,13,0,true,true,false],[37,49,0,true,false,false],[38,14,0,true,true,false],[39,10,0,false,false,false],[42,41,0,true,true,false],[43,20,0,true,true,false],[43,26,0,true,false,false],[44,13,0,true,true,false],[45,97,0,true,false,false],[46,13,0,true,true,false],[47,128,0,true,false,false],[48,13,0,true,true,false],[49,78,0,true,false,false],[50,13,0,true,true,false],[51,63,0,true,false,false],[52,13,0,true,true,false],[53,165,0,true,false,false],[54,14,0,true,true,false],[55,10,0,false,false,false],[70,51,24,true,true,false],[74,57,24,true,true,false],[77,10,0,true,true,false],[80,53,0,true,true,false],[83,10,0,true,true,false],[87,12,0,true,true,false],[87,64,0,true,false,false],[87,65,0,true,true,false],[96,10,0,true,true,false],[105,10,24,true,false,false],[106,6,0,false,false,false],[111,38,9,true,true,false],[115,6,0,false,false,false],[119,32,11,true,true,false],[122,6,0,false,false,false],[126,58,0,true,true,false],[129,16,0,true,true,false],[129,29,0,true,false,false],[130,9,0,true,true,false],[131,23,0,true,false,false],[132,9,0,true,true,false],[133,40,0,true,false,false],[134,9,0,true,true,false],[135,40,0,true,false,false],[136,9,0,true,true,false],[137,40,0,true,false,false],[138,9,0,true,true,false],[139,41,0,true,false,false],[141,6,0,false,false,false],[145,64,24,true,true,false],[148,71,0,true,true,false],[150,10,24,true,true,false],[163,10,24,true,false,false],[164,6,0,false,false,false],[166,59,0,true,true,false],[169,72,0,true,true,false],[171,10,0,true,true,false],[178,12,0,true,true,false],[178,39,0,true,false,false],[178,40,0,true,true,false],[185,10,0,true,false,false],[185,16,0,true,true,false],[192,10,0,true,false,false],[193,6,0,false,false,false],[199,59,0,true,true,false],[202,16,0,true,true,false],[202,29,0,true,false,false],[203,9,0,true,true,false],[204,22,0,true,false,false],[205,9,0,true,true,false],[206,42,0,true,false,false],[207,9,0,true,true,false],[208,43,0,true,false,false],[210,6,0,false,false,false],[213,61,0,true,true,false],[216,16,0,true,true,false],[216,29,0,true,false,false],[217,9,0,true,true,false],[218,22,0,true,false,false],[219,9,0,true,true,false],[220,22,0,true,false,false],[222,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":5,"percent":45.454545454545453},"instantiations":{"count":11,"covered":5,"percent":45.454545454545453},"lines":{"count":161,"covered":38,"percent":23.602484472049689},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":7,"notcovered":45,"percent":13.461538461538462}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift","mcdc_records":[],"segments":[[13,20,1,true,true,false],[13,22,0,false,false,false],[19,47,1,true,true,false],[29,72,1,true,true,false],[36,10,0,true,true,false],[39,78,0,true,true,false],[43,10,0,true,true,false],[49,12,0,true,true,false],[49,53,0,true,false,false],[49,54,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[67,10,0,true,false,false],[69,12,0,true,true,false],[69,19,0,true,false,false],[69,20,0,true,true,false],[77,16,0,true,true,false],[77,58,0,true,false,false],[77,59,0,true,true,false],[79,14,0,true,false,false],[85,113,0,true,true,false],[85,122,0,true,false,false],[90,16,0,true,true,false],[93,10,0,true,false,false],[94,6,0,false,false,false],[98,46,1,true,true,false],[103,71,0,true,true,false],[106,10,1,true,true,false],[109,72,1,true,true,false],[112,10,0,true,true,false],[118,84,0,true,true,false],[118,93,0,true,false,false],[118,124,0,true,true,false],[118,133,0,true,false,false],[122,83,0,true,true,false],[125,10,0,true,true,false],[129,12,0,true,true,false],[129,25,0,true,false,false],[129,26,0,true,true,false],[131,10,0,true,false,false],[131,16,0,true,true,false],[133,10,0,true,false,false],[135,29,1,true,false,false],[136,6,0,false,false,false],[139,66,1,true,true,false],[140,12,1,true,true,false],[145,14,0,true,true,false],[148,37,0,true,true,false],[148,40,0,true,false,false],[148,43,0,true,true,false],[148,49,1,true,false,false],[149,17,1,true,true,false],[152,10,1,true,false,false],[153,6,0,false,false,false],[157,42,2,true,true,false],[163,12,2,true,true,false],[163,62,2,true,false,false],[163,63,2,true,true,false],[167,10,2,true,false,false],[167,16,0,true,true,false],[169,16,0,true,true,false],[169,67,0,true,false,false],[169,68,0,true,true,false],[172,14,0,true,false,false],[172,20,0,true,true,false],[176,14,0,true,false,false],[178,10,2,true,false,false],[179,6,0,false,false,false],[182,45,1,true,true,false],[185,12,1,true,true,false],[185,18,1,true,false,false],[185,19,0,true,true,false],[187,10,1,true,false,false],[187,16,1,true,true,false],[189,10,1,true,false,false],[191,6,0,false,false,false],[196,59,0,true,true,false],[200,12,0,true,true,false],[205,14,0,true,true,false],[207,16,0,true,true,false],[207,36,0,true,false,false],[207,37,0,true,true,false],[209,14,0,true,false,false],[209,23,0,true,true,false],[209,61,0,true,true,false],[209,99,0,true,false,false],[209,100,0,true,true,false],[212,14,0,true,false,false],[213,17,0,true,true,false],[215,10,0,true,true,false],[216,6,0,false,false,false],[219,54,0,true,true,false],[222,12,0,true,true,false],[227,14,0,true,true,false],[229,16,0,true,true,false],[229,36,0,true,false,false],[229,37,0,true,true,false],[234,14,0,true,false,false],[234,20,0,true,true,false],[239,14,0,true,false,false],[240,17,0,true,true,false],[243,10,0,true,true,false],[244,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":6,"percent":50},"instantiations":{"count":12,"covered":6,"percent":50},"lines":{"count":215,"covered":66,"percent":30.697674418604652},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":15,"notcovered":47,"percent":24.193548387096776}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift","mcdc_records":[],"segments":[[26,29,3,true,true,false],[28,12,3,true,true,false],[28,40,3,true,false,false],[28,41,0,true,true,false],[30,10,3,true,true,false],[33,50,3,true,true,false],[35,16,3,true,true,false],[35,47,3,true,false,false],[35,48,0,true,true,false],[36,24,0,true,true,false],[36,40,0,true,false,false],[37,17,0,true,true,false],[46,32,0,true,false,false],[47,17,0,true,true,false],[48,33,0,true,false,false],[50,14,3,true,true,false],[52,57,3,true,false,false],[55,37,0,true,true,false],[55,44,3,true,false,false],[55,47,3,true,true,false],[55,57,3,true,false,false],[56,6,0,false,false,false],[66,29,2,true,true,false],[67,16,2,true,true,false],[67,25,2,true,false,false],[68,9,1,true,true,false],[70,51,1,true,true,false],[71,20,1,true,true,false],[71,51,1,true,false,false],[71,52,0,true,true,false],[72,28,0,true,true,false],[72,44,0,true,false,false],[73,21,0,true,true,false],[79,36,0,true,false,false],[80,21,0,true,true,false],[81,37,0,true,false,false],[83,18,1,true,true,false],[84,29,1,true,false,false],[86,38,0,true,true,false],[86,45,1,true,false,false],[86,48,1,true,true,false],[86,58,2,true,false,false],[88,9,1,true,true,false],[90,62,1,true,true,false],[91,20,1,true,true,false],[91,51,1,true,false,false],[91,52,0,true,true,false],[92,28,0,true,true,false],[92,44,0,true,false,false],[93,21,0,true,true,false],[95,36,0,true,false,false],[96,21,0,true,true,false],[97,37,0,true,false,false],[99,18,1,true,true,false],[101,100,0,true,true,false],[103,18,1,true,true,false],[104,61,1,true,false,false],[106,49,0,true,true,false],[106,56,1,true,false,false],[106,59,1,true,true,false],[106,69,2,true,false,false],[108,6,0,false,false,false],[113,88,0,true,true,false],[114,23,0,true,true,false],[116,16,0,true,true,false],[116,47,0,true,false,false],[116,48,0,true,true,false],[117,24,0,true,true,false],[117,40,0,true,false,false],[118,17,0,true,true,false],[127,32,0,true,false,false],[128,17,0,true,true,false],[129,33,0,true,false,false],[131,14,0,true,true,false],[133,57,0,true,false,false],[135,6,0,false,false,false],[140,72,0,true,true,false],[142,41,0,true,true,false],[142,68,0,true,false,false],[143,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":5,"percent":55.555555555555557},"instantiations":{"count":9,"covered":5,"percent":55.555555555555557},"lines":{"count":176,"covered":93,"percent":52.840909090909093},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":20,"notcovered":27,"percent":42.553191489361701}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift","mcdc_records":[],"segments":[[42,33,2,true,true,false],[43,20,2,true,true,false],[43,24,2,true,false,false],[44,13,1,true,true,false],[44,39,2,true,false,false],[45,13,1,true,true,false],[45,37,2,true,false,false],[46,14,2,true,true,false],[47,10,0,false,false,false],[74,46,3,true,true,false],[81,86,3,true,true,false],[84,10,0,true,true,false],[87,21,3,true,false,false],[88,6,0,false,false,false],[91,32,0,true,true,false],[93,6,0,false,false,false],[96,39,3,true,true,false],[102,86,3,true,true,false],[104,10,0,true,true,false],[106,19,3,true,false,false],[107,6,0,false,false,false],[110,42,3,true,true,false],[111,12,3,true,true,false],[111,76,3,true,false,false],[111,77,3,true,true,false],[113,10,3,true,false,false],[113,19,0,true,true,false],[113,80,3,true,false,false],[113,81,0,true,true,false],[115,10,0,true,true,false],[117,19,3,true,false,false],[118,6,0,false,false,false],[123,69,5,true,true,false],[132,86,5,true,true,false],[146,10,0,true,true,false],[155,10,5,true,false,false],[156,6,0,false,false,false],[158,84,5,true,true,false],[159,12,5,true,true,false],[159,61,5,true,false,false],[159,62,5,true,true,false],[161,10,5,true,false,false],[161,19,0,true,true,false],[161,62,5,true,false,false],[161,63,0,true,true,false],[163,10,5,true,false,false],[163,19,0,true,true,false],[163,57,0,true,true,false],[163,88,5,true,false,false],[163,89,0,true,true,false],[165,10,5,true,false,false],[165,19,0,true,true,false],[165,47,5,true,false,false],[165,48,0,true,true,false],[167,10,5,true,false,false],[167,16,0,true,true,false],[169,10,5,true,false,false],[170,6,0,false,false,false],[175,69,89,true,true,false],[180,14,0,true,true,false],[183,10,89,true,true,false],[186,59,89,true,true,false],[188,10,89,true,false,false],[190,23,25,true,true,false],[192,16,25,true,true,false],[192,50,25,true,false,false],[192,80,24,true,true,false],[195,41,24,true,true,false],[196,79,24,true,true,false],[198,22,24,true,false,false],[202,14,25,true,false,false],[202,20,1,true,true,false],[205,41,1,true,true,false],[207,53,3,true,true,false],[207,67,1,true,false,false],[209,14,1,true,true,false],[210,10,65,true,true,false],[216,33,65,true,true,false],[218,16,65,true,true,false],[218,64,65,true,false,false],[218,65,14,true,true,false],[219,65,14,true,true,false],[223,18,14,true,false,false],[224,14,65,true,false,false],[233,45,1913,true,true,false],[233,59,65,true,false,false],[238,22,89,true,false,false],[239,6,0,false,false,false],[241,80,70,true,true,false],[246,66,0,true,true,false],[248,76,0,true,true,false],[248,102,0,true,false,false],[252,10,70,true,true,false],[265,12,70,true,true,false],[265,37,70,true,false,false],[265,38,7,true,true,false],[269,13,7,true,true,false],[272,60,0,true,true,false],[272,86,7,true,false,false],[274,20,0,true,true,false],[277,14,7,true,false,false],[278,10,70,true,false,false],[278,16,63,true,true,false],[281,59,63,true,true,false],[283,18,63,true,false,false],[283,24,0,true,true,false],[285,18,63,true,false,false],[288,16,63,true,true,false],[288,47,63,true,true,false],[288,95,63,true,false,false],[288,96,63,true,true,false],[290,20,63,true,true,false],[291,24,63,true,true,false],[291,81,63,true,false,false],[292,17,0,true,true,false],[294,18,63,true,true,false],[295,14,63,true,true,false],[296,44,63,true,false,false],[297,10,70,true,false,false],[298,6,0,false,false,false],[300,69,5,true,true,false],[301,12,5,true,true,false],[302,103,5,true,true,false],[303,16,5,true,true,false],[303,36,5,true,false,false],[303,37,5,true,true,false],[305,14,0,true,true,false],[306,10,5,true,false,false],[306,17,0,true,true,false],[308,10,0,true,true,false],[309,19,5,true,false,false],[310,6,0,false,false,false],[315,61,0,true,true,false],[319,48,0,true,true,false],[323,10,0,true,true,false],[325,53,0,true,true,false],[328,10,0,true,true,false],[332,12,0,true,true,false],[332,44,0,true,false,false],[332,45,0,true,true,false],[336,10,0,true,true,false],[340,12,0,true,true,false],[340,66,0,true,false,false],[340,67,0,true,true,false],[344,10,0,true,true,false],[348,12,0,true,true,false],[354,14,0,true,true,false],[357,16,0,true,true,false],[357,36,0,true,false,false],[357,37,0,true,true,false],[365,20,0,true,true,false],[365,50,0,true,false,false],[365,51,0,true,true,false],[369,18,0,true,false,false],[369,24,0,true,true,false],[376,18,0,true,false,false],[377,20,0,true,true,false],[386,14,0,true,false,false],[387,17,0,true,true,false],[390,10,0,true,false,false],[391,6,0,false,false,false],[394,70,1,true,true,false],[395,53,0,true,true,false],[397,10,1,true,true,false],[399,12,1,true,true,false],[404,14,1,true,true,false],[406,55,1,true,true,false],[406,79,1,true,false,false],[409,17,0,true,true,false],[412,10,1,true,false,false],[413,6,0,false,false,false],[418,62,4,true,true,false],[427,12,4,true,true,false],[427,30,4,true,false,false],[427,31,1,true,true,false],[430,10,4,true,false,false],[432,12,4,true,true,false],[432,35,4,true,false,false],[432,36,2,true,true,false],[437,10,4,true,false,false],[448,59,3,true,true,false],[448,70,4,true,false,false],[448,73,1,true,true,false],[448,75,4,true,false,false],[450,6,0,false,false,false],[453,45,2,true,true,false],[457,70,0,true,true,false],[457,72,2,true,false,false],[460,81,4,true,true,false],[463,10,2,true,true,false],[467,33,4,true,true,false],[468,16,4,true,true,false],[468,59,4,true,false,false],[470,13,0,true,true,false],[474,14,4,true,false,false],[475,10,2,true,true,false],[479,12,2,true,true,false],[479,61,2,true,false,false],[481,9,2,true,true,false],[485,10,2,true,false,false],[488,12,2,true,true,false],[488,39,2,true,false,false],[488,96,0,true,true,false],[491,10,2,true,false,false],[492,6,0,false,false,false],[495,78,0,true,true,false],[502,12,0,true,true,false],[502,57,0,true,true,false],[502,104,0,true,false,false],[502,105,0,true,true,false],[507,10,0,true,false,false],[509,12,0,true,true,false],[509,65,0,true,true,false],[509,94,0,true,false,false],[509,95,0,true,true,false],[512,10,0,true,false,false],[514,12,0,true,true,false],[514,47,0,true,true,false],[514,81,0,true,false,false],[515,16,0,true,true,false],[515,47,0,true,false,false],[516,9,0,true,true,false],[519,10,0,true,false,false],[521,12,0,true,true,false],[521,47,0,true,true,false],[521,80,0,true,false,false],[521,81,0,true,true,false],[524,10,0,true,false,false],[526,12,0,true,true,false],[526,44,0,true,true,false],[526,73,0,true,false,false],[527,16,0,true,true,false],[527,53,0,true,false,false],[528,9,0,true,true,false],[531,10,0,true,false,false],[533,12,0,true,true,false],[533,25,0,true,false,false],[533,69,0,true,true,false],[536,10,0,true,false,false],[537,6,0,false,false,false],[540,81,4,true,true,false],[546,12,4,true,true,false],[546,35,4,true,false,false],[546,36,2,true,true,false],[547,16,2,true,true,false],[547,43,2,true,false,false],[547,44,1,true,true,false],[556,14,2,true,false,false],[556,20,1,true,true,false],[565,14,2,true,false,false],[566,10,4,true,false,false],[579,6,0,false,false,false],[591,29,8,true,true,false],[592,16,8,true,true,false],[592,20,8,true,false,false],[593,9,3,true,true,false],[593,33,8,true,false,false],[594,9,1,true,true,false],[594,35,8,true,false,false],[595,9,2,true,true,false],[595,36,8,true,false,false],[596,9,1,true,true,false],[596,31,8,true,false,false],[597,9,1,true,true,false],[597,44,8,true,false,false],[598,10,8,true,true,false],[599,6,0,false,false,false],[609,29,26,true,true,false],[610,43,24,true,true,false],[610,58,2,true,true,false],[611,21,26,true,false,false],[612,6,0,false,false,false],[614,23,2,true,true,false],[615,37,0,true,true,false],[615,52,2,true,true,false],[616,21,2,true,false,false],[617,6,0,false,false,false],[627,32,0,true,true,false],[629,6,0,false,false,false],[631,29,3,true,true,false],[632,12,3,true,true,false],[632,23,3,true,false,false],[632,34,3,true,true,false],[633,42,0,true,true,false],[633,59,3,true,false,false],[635,24,3,true,true,false],[635,41,3,true,false,false],[636,17,3,true,true,false],[636,79,3,true,false,false],[637,17,0,true,true,false],[637,52,3,true,false,false],[638,17,0,true,true,false],[638,43,3,true,false,false],[639,17,0,true,true,false],[639,75,3,true,false,false],[640,18,3,true,true,false],[641,106,3,true,false,false],[642,16,0,true,true,false],[644,10,3,true,false,false],[645,6,0,false,false,false],[655,29,2,true,true,false],[661,36,2,true,true,false],[663,10,2,true,false,false],[665,42,2,true,true,false],[667,10,2,true,false,false],[672,6,0,false,false,false],[680,29,5,true,true,false],[681,16,5,true,true,false],[681,20,5,true,false,false],[682,9,2,true,true,false],[682,35,5,true,false,false],[683,9,2,true,true,false],[683,40,5,true,false,false],[684,9,1,true,true,false],[684,36,5,true,false,false],[685,10,5,true,true,false],[686,6,0,false,false,false],[694,29,5,true,true,false],[695,16,5,true,true,false],[695,20,5,true,false,false],[696,9,3,true,true,false],[696,27,5,true,false,false],[697,9,1,true,true,false],[697,31,5,true,false,false],[698,9,1,true,true,false],[698,25,5,true,false,false],[699,10,5,true,true,false],[700,6,0,false,false,false],[710,29,2,true,true,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":30,"percent":65.217391304347828},"instantiations":{"count":46,"covered":30,"percent":65.217391304347828},"lines":{"count":604,"covered":410,"percent":67.880794701986758},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":116,"notcovered":77,"percent":60.103626943005182}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift","mcdc_records":[],"segments":[[11,29,0,true,true,false],[12,16,0,true,true,false],[12,20,0,true,false,false],[13,9,0,true,true,false],[14,28,0,true,false,false],[15,9,0,true,true,false],[16,31,0,true,false,false],[17,10,0,true,true,false],[18,6,0,false,false,false],[20,33,0,true,true,false],[22,6,0,false,false,false],[24,30,0,true,true,false],[26,6,0,false,false,false],[33,26,0,true,true,false],[33,45,0,false,false,false],[34,47,0,true,true,false],[34,50,0,false,false,false],[37,37,0,true,true,false],[37,42,0,false,false,false],[43,20,0,true,true,false],[43,22,0,false,false,false],[49,7,0,true,true,false],[73,81,0,true,true,false],[75,48,0,true,true,false],[78,14,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false],[90,7,0,true,true,false],[95,6,0,false,false,false],[97,84,0,true,true,false],[99,20,0,true,true,false],[99,34,0,true,false,false],[100,13,0,true,true,false],[101,96,0,true,false,false],[102,13,0,true,true,false],[103,94,0,true,false,false],[104,14,0,true,true,false],[106,48,0,true,true,false],[108,10,0,true,false,false],[109,6,0,false,false,false],[111,36,0,true,true,false],[112,14,0,true,true,false],[115,10,0,true,false,false],[116,6,0,false,false,false],[120,7,0,true,true,false],[123,66,0,true,true,false],[132,16,0,true,true,false],[132,23,0,true,false,false],[132,39,0,true,true,false],[134,20,0,true,true,false],[134,45,0,true,false,false],[134,46,0,true,true,false],[140,18,0,true,false,false],[140,24,0,true,true,false],[143,18,0,true,true,false],[144,14,0,true,true,false],[145,10,0,true,true,false],[147,59,0,true,false,false],[148,6,0,false,false,false],[154,7,0,true,true,false],[183,14,0,true,true,false],[187,16,0,true,true,false],[187,23,0,true,false,false],[187,24,0,true,true,false],[198,37,0,true,true,false],[200,18,0,true,false,false],[201,20,0,true,true,false],[212,37,0,true,true,false],[214,18,0,true,false,false],[217,6,0,false,false,false],[219,88,0,true,true,false],[223,12,0,true,true,false],[223,19,0,true,false,false],[223,20,0,true,true,false],[225,10,0,true,false,false],[227,6,0,false,false,false],[229,42,0,true,true,false],[230,14,0,true,true,false],[239,73,0,true,true,false],[239,82,0,true,false,false],[239,85,0,true,true,false],[239,93,0,true,false,false],[240,78,0,true,true,false],[240,87,0,true,false,false],[240,90,0,true,true,false],[240,98,0,true,false,false],[248,16,0,true,true,false],[248,39,0,true,false,false],[248,76,0,true,true,false],[250,14,0,true,false,false],[252,6,0,false,false,false],[254,74,0,true,true,false],[258,6,0,false,false,false],[260,33,0,true,true,false],[261,66,0,true,true,false],[263,10,0,true,true,false],[264,6,0,false,false,false],[266,54,0,true,true,false],[268,34,0,true,true,false],[274,10,0,true,false,false],[275,6,0,false,false,false],[277,70,0,true,true,false],[281,14,0,true,true,false],[284,16,0,true,true,false],[284,34,0,true,false,false],[284,35,0,true,true,false],[287,14,0,true,false,false],[287,20,0,true,true,false],[290,24,0,true,true,false],[290,38,0,true,false,false],[291,17,0,true,true,false],[292,94,0,true,false,false],[293,17,0,true,true,false],[294,97,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,true,false],[301,10,0,true,false,false],[302,6,0,false,false,false],[307,5,0,true,true,false],[310,16,0,true,true,false],[310,30,0,true,false,false],[311,9,0,true,true,false],[315,38,0,true,true,false],[315,51,0,true,false,false],[317,9,0,true,true,false],[321,38,0,true,true,false],[321,51,0,true,false,false],[323,6,0,false,false,false],[328,49,0,true,true,false],[336,6,0,false,false,false],[339,96,0,true,true,false],[343,47,0,true,true,false],[345,10,0,true,true,false],[351,12,0,true,true,false],[351,37,0,true,false,false],[351,38,0,true,true,false],[355,10,0,true,true,false],[357,67,0,true,false,false],[358,6,0,false,false,false],[361,35,0,true,true,false],[366,6,0,false,false,false],[369,47,0,true,true,false],[373,12,0,true,true,false],[373,26,0,true,false,false],[373,27,0,true,true,false],[376,10,0,true,true,false],[379,75,0,true,true,false],[379,90,0,true,false,false],[381,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":424,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":0,"notcovered":87,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift","mcdc_records":[],"segments":[[47,19,15,true,true,false],[54,12,15,true,true,false],[54,26,15,true,false,false],[54,27,2,true,true,false],[57,10,15,true,false,false],[57,16,13,true,true,false],[60,10,15,true,false,false],[64,6,0,false,false,false],[86,17,12,true,true,false],[98,30,84,true,true,false],[100,10,12,true,true,false],[140,12,12,true,false,false],[141,6,0,false,false,false],[156,53,4,true,true,false],[185,6,0,false,false,false],[200,54,4,true,true,false],[228,6,0,false,false,false],[241,72,4,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":5,"percent":100},"instantiations":{"count":5,"covered":5,"percent":100},"lines":{"count":160,"covered":160,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":10,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift","mcdc_records":[],"segments":[[12,19,103,true,true,false],[14,6,0,false,false,false],[17,57,12,true,true,false],[19,6,0,false,false,false],[24,88,0,true,true,false],[25,94,0,true,true,false],[26,6,0,false,false,false],[31,63,12,true,true,false],[32,63,10,true,true,false],[33,6,0,false,false,false],[36,57,2,true,true,false],[37,57,2,true,true,false],[38,6,0,false,false,false],[41,51,0,true,true,false],[42,51,0,true,true,false],[43,6,0,false,false,false],[46,74,2,true,true,false],[47,74,2,true,true,false],[48,6,0,false,false,false],[51,63,3,true,true,false],[52,63,3,true,true,false],[53,6,0,false,false,false],[56,57,1,true,true,false],[57,57,1,true,true,false],[58,6,0,false,false,false],[63,68,3,true,true,false],[64,68,2,true,true,false],[65,6,0,false,false,false],[68,53,3,true,true,false],[69,53,3,true,true,false],[70,6,0,false,false,false],[73,58,0,true,true,false],[74,58,0,true,true,false],[75,6,0,false,false,false],[78,59,0,true,true,false],[79,57,0,true,true,false],[80,6,0,false,false,false],[83,55,1,true,true,false],[84,55,1,true,true,false],[85,6,0,false,false,false],[88,50,0,true,true,false],[90,90,0,true,true,false],[91,55,0,true,true,false],[92,6,0,false,false,false],[95,71,2,true,true,false],[96,63,2,true,true,false],[97,6,0,false,false,false],[100,59,1,true,true,false],[101,59,1,true,true,false],[102,6,0,false,false,false],[105,56,1,true,true,false],[106,56,1,true,true,false],[107,6,0,false,false,false],[110,89,0,true,true,false],[111,84,0,true,true,false],[112,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":13,"percent":68.421052631578945},"instantiations":{"count":19,"covered":13,"percent":68.421052631578945},"lines":{"count":59,"covered":39,"percent":66.101694915254242},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":24,"notcovered":13,"percent":64.86486486486487}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift","mcdc_records":[],"segments":[[27,20,1,true,true,false],[27,22,0,false,false,false],[40,100,3,true,true,false],[42,12,3,true,true,false],[42,53,3,true,false,false],[42,54,3,true,true,false],[46,10,0,true,true,false],[49,12,0,true,true,false],[49,51,0,true,false,false],[49,52,0,true,true,false],[51,10,0,true,false,false],[51,16,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false],[64,78,1,true,true,false],[77,12,1,true,true,false],[78,27,1,true,true,false],[82,65,0,true,true,false],[82,67,1,true,false,false],[84,16,1,true,true,false],[84,43,1,true,false,false],[84,44,0,true,true,false],[87,14,1,true,false,false],[87,20,1,true,true,false],[92,14,1,true,false,false],[93,17,0,true,true,false],[96,10,1,true,false,false],[97,6,0,false,false,false],[112,99,1,true,true,false],[114,12,1,true,true,false],[114,51,1,true,false,false],[114,52,0,true,true,false],[118,10,1,true,true,false],[121,12,1,true,true,false],[121,53,1,true,false,false],[121,54,1,true,true,false],[125,10,0,true,true,false],[143,12,0,true,true,false],[144,27,0,true,true,false],[148,65,0,true,true,false],[148,67,0,true,false,false],[150,16,0,true,true,false],[150,43,0,true,false,false],[150,44,0,true,true,false],[152,14,0,true,false,false],[152,20,0,true,true,false],[156,14,0,true,false,false],[159,17,0,true,true,false],[163,10,0,true,false,false],[164,6,0,false,false,false],[177,36,1,true,true,false],[180,80,1,true,true,false],[180,86,1,true,false,false],[180,89,0,true,true,false],[180,101,1,true,false,false],[184,12,1,true,true,false],[184,81,1,true,false,false],[184,82,0,true,true,false],[188,10,1,true,true,false],[199,30,1,true,false,false],[200,6,0,false,false,false],[210,60,3,true,true,false],[214,6,0,false,false,false],[227,103,0,true,true,false],[230,6,0,false,false,false],[241,7,0,true,true,false],[244,6,0,false,false,false],[255,7,0,true,true,false],[258,6,0,false,false,false],[266,89,0,true,true,false],[269,6,0,false,false,false],[277,94,0,true,true,false],[280,6,0,false,false,false],[291,7,0,true,true,false],[294,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":6,"percent":42.857142857142854},"instantiations":{"count":14,"covered":6,"percent":42.857142857142854},"lines":{"count":158,"covered":74,"percent":46.835443037974684},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":19,"notcovered":24,"percent":44.186046511627907}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift","mcdc_records":[],"segments":[[23,20,1,true,true,false],[23,22,0,false,false,false],[51,52,17,true,true,false],[53,39,17,true,true,false],[54,34,21,true,true,false],[56,14,17,true,true,false],[57,10,17,true,false,false],[58,6,0,false,false,false],[68,15,24,true,true,false],[69,45,24,true,true,false],[69,62,24,true,false,false],[70,29,2,true,true,false],[70,45,22,true,true,false],[71,33,18,true,true,false],[71,52,22,true,false,false],[72,55,24,true,false,false],[73,6,0,false,false,false],[81,5,4,true,true,false],[83,41,4,true,true,false],[84,35,3,true,true,false],[84,74,4,true,false,false],[86,6,0,false,false,false],[94,55,0,true,true,false],[98,12,0,true,true,false],[98,53,0,true,false,false],[98,54,0,true,true,false],[104,10,0,true,true,false],[109,12,0,true,true,false],[114,14,0,true,true,false],[116,16,0,true,true,false],[116,36,0,true,false,false],[116,37,0,true,true,false],[121,14,0,true,false,false],[121,20,0,true,true,false],[125,14,0,true,false,false],[126,17,0,true,true,false],[129,10,0,true,false,false],[130,6,0,false,false,false],[136,61,0,true,true,false],[141,37,0,true,true,false],[143,16,0,true,true,false],[143,24,0,true,false,false],[143,25,0,true,true,false],[146,14,0,true,false,false],[147,10,0,true,true,false],[149,28,0,true,false,false],[150,6,0,false,false,false],[158,57,0,true,true,false],[162,12,0,true,true,false],[162,53,0,true,false,false],[162,54,0,true,true,false],[165,10,0,true,true,false],[169,12,0,true,true,false],[170,92,0,true,true,false],[172,16,0,true,true,false],[172,36,0,true,false,false],[172,37,0,true,true,false],[175,14,0,true,false,false],[175,20,0,true,true,false],[180,14,0,true,false,false],[181,17,0,true,true,false],[184,10,0,true,false,false],[185,6,0,false,false,false],[196,73,0,true,true,false],[201,12,0,true,true,false],[201,53,0,true,false,false],[201,54,0,true,true,false],[205,10,0,true,true,false],[207,40,0,true,true,false],[210,10,0,true,true,false],[213,39,0,true,true,false],[213,85,0,true,false,false],[220,12,0,true,true,false],[220,26,0,true,false,false],[220,27,0,true,true,false],[225,10,0,true,false,false],[225,16,0,true,true,false],[228,10,0,true,false,false],[231,6,0,false,false,false],[239,64,0,true,true,false],[242,6,0,false,false,false],[247,51,0,true,true,false],[249,80,0,true,true,false],[251,10,0,true,true,false],[252,75,0,true,false,false],[253,6,0,false,false,false],[258,47,0,true,true,false],[262,9,0,true,true,false],[264,10,0,true,true,false],[265,32,0,true,false,false],[266,6,0,false,false,false],[278,59,0,true,true,false],[283,40,0,true,true,false],[283,91,0,true,false,false],[284,40,0,true,true,false],[286,10,0,true,true,false],[288,27,0,true,true,false],[290,88,0,true,true,false],[296,10,0,true,true,false],[298,37,0,true,false,false],[299,6,0,false,false,false],[305,48,0,true,true,false],[307,12,0,true,true,false],[308,91,0,true,true,false],[309,57,0,true,false,false],[310,17,0,true,true,false],[312,10,0,true,false,false],[313,6,0,false,false,false],[322,52,1,true,true,false],[325,12,1,true,true,false],[325,53,1,true,false,false],[325,54,1,true,true,false],[328,10,0,true,true,false],[337,12,0,true,true,false],[339,88,0,true,true,false],[340,86,0,true,true,false],[368,16,0,true,true,false],[368,23,0,true,false,false],[368,24,0,true,true,false],[371,14,0,true,false,false],[371,20,0,true,true,false],[373,14,0,true,false,false],[377,17,0,true,true,false],[380,10,0,true,false,false],[381,6,0,false,false,false],[384,47,0,true,true,false],[386,6,0,false,false,false],[389,56,0,true,true,false],[408,6,0,false,false,false],[411,44,0,true,true,false],[425,12,0,true,true,false],[430,14,0,true,true,false],[431,10,0,true,false,false],[431,17,0,true,true,false],[433,10,0,true,true,false],[434,6,0,false,false,false],[437,50,0,true,true,false],[440,6,0,false,false,false],[454,51,0,true,true,false],[458,12,0,true,true,false],[458,53,0,true,false,false],[458,54,0,true,true,false],[461,10,0,true,true,false],[469,12,0,true,true,false],[469,45,0,true,false,false],[469,83,0,true,true,false],[471,10,0,true,false,false],[471,19,0,true,true,false],[471,53,0,true,false,false],[471,54,0,true,true,false],[473,10,0,true,false,false],[475,12,0,true,true,false],[475,49,0,true,false,false],[475,91,0,true,true,false],[477,10,0,true,false,false],[477,19,0,true,true,false],[477,57,0,true,false,false],[477,58,0,true,true,false],[479,10,0,true,false,false],[481,12,0,true,true,false],[481,50,0,true,false,false],[481,93,0,true,true,false],[483,10,0,true,false,false],[483,19,0,true,true,false],[483,58,0,true,false,false],[483,59,0,true,true,false],[485,10,0,true,false,false],[492,12,0,true,true,false],[492,38,0,true,true,false],[492,58,0,true,false,false],[492,59,0,true,true,false],[494,10,0,true,false,false],[498,12,0,true,true,false],[498,33,0,true,false,false],[498,34,0,true,true,false],[500,10,0,true,false,false],[503,12,0,true,true,false],[503,52,0,true,false,false],[503,53,0,true,true,false],[504,16,0,true,true,false],[504,43,0,true,false,false],[504,44,0,true,true,false],[506,37,0,true,true,false],[506,67,0,true,false,false],[507,23,0,true,true,false],[507,40,0,true,false,false],[507,41,0,true,true,false],[509,20,0,true,true,false],[509,36,0,true,false,false],[509,37,0,true,true,false],[511,41,0,true,true,false],[511,71,0,true,false,false],[517,12,0,true,true,false],[517,30,0,true,false,false],[517,31,0,true,true,false],[520,16,0,true,true,false],[520,31,0,true,false,false],[520,32,0,true,true,false],[523,14,0,true,true,false],[526,31,0,true,true,false],[527,20,0,true,true,false],[527,102,0,true,false,false],[527,103,0,true,true,false],[529,18,0,true,true,false],[531,14,0,true,true,false],[532,10,0,true,true,false],[535,12,0,true,true,false],[535,29,0,true,false,false],[535,30,0,true,true,false],[538,10,0,true,true,false],[541,12,0,true,true,false],[541,52,0,true,false,false],[541,82,0,true,true,false],[543,16,0,true,true,false],[544,66,0,true,true,false],[546,34,0,true,true,false],[547,24,0,true,true,false],[547,107,0,true,false,false],[547,108,0,true,true,false],[549,22,0,true,true,false],[551,18,0,true,true,false],[552,64,0,true,true,false],[553,37,0,true,true,false],[553,67,0,true,false,false],[555,21,0,true,true,false],[557,14,0,true,true,false],[558,10,0,true,true,false],[561,12,0,true,true,false],[561,30,0,true,false,false],[561,31,0,true,true,false],[564,16,0,true,true,false],[564,31,0,true,false,false],[564,32,0,true,true,false],[567,14,0,true,true,false],[568,10,0,true,true,false],[571,20,0,true,false,false],[572,6,0,false,false,false],[576,48,0,true,true,false],[588,12,0,true,true,false],[588,26,0,true,false,false],[588,27,0,true,true,false],[590,10,0,true,false,false],[590,16,0,true,true,false],[592,10,0,true,false,false],[593,6,0,false,false,false],[597,53,0,true,true,false],[602,41,0,true,true,false],[603,16,0,true,true,false],[606,66,0,true,true,false],[607,35,0,true,true,false],[608,24,0,true,true,false],[608,107,0,true,false,false],[608,108,0,true,true,false],[610,22,0,true,true,false],[612,18,0,true,true,false],[613,64,0,true,true,false],[614,35,0,true,true,false],[615,24,0,true,true,false],[615,107,0,true,false,false],[615,108,0,true,true,false],[617,22,0,true,true,false],[619,18,0,true,true,false],[622,20,0,true,true,false],[622,32,0,true,false,false],[622,33,0,true,true,false],[625,18,0,true,true,false],[626,14,0,true,false,false],[626,21,0,true,true,false],[628,14,0,true,true,false],[629,30,0,true,true,false],[630,20,0,true,true,false],[630,103,0,true,false,false],[630,104,0,true,true,false],[632,18,0,true,true,false],[634,14,0,true,true,false],[635,10,0,true,true,false],[637,6,0,false,false,false],[646,51,0,true,true,false],[649,12,0,true,true,false],[649,53,0,true,false,false],[649,54,0,true,true,false],[653,10,0,true,true,false],[675,12,0,true,true,false],[675,36,0,true,false,false],[675,37,0,true,true,false],[679,10,0,true,false,false],[682,12,0,true,true,false],[683,66,0,true,true,false],[684,10,0,true,false,false],[684,17,0,true,true,false],[690,10,0,true,true,false],[717,12,0,true,true,false],[717,31,0,true,false,false],[717,32,0,true,true,false],[719,10,0,true,false,false],[719,16,0,true,true,false],[723,10,0,true,false,false],[729,41,0,true,true,false],[729,53,0,true,false,false],[729,57,0,true,true,false],[729,70,0,true,false,false],[729,74,0,true,true,false],[729,84,0,true,false,false],[741,6,0,false,false,false],[749,18,0,true,true,false],[752,12,0,true,true,false],[752,28,0,true,false,false],[752,29,0,true,true,false],[754,10,0,true,false,false],[755,12,0,true,true,false],[755,25,0,true,false,false],[755,26,0,true,true,false],[757,10,0,true,false,false],[758,12,0,true,true,false],[758,26,0,true,false,false],[758,27,0,true,true,false],[760,10,0,true,false,false],[761,12,0,true,true,false],[761,23,0,true,false,false],[761,24,0,true,true,false],[763,10,0,true,false,false],[764,12,0,true,true,false],[764,35,0,true,false,false],[764,36,0,true,true,false],[766,59,0,true,true,false],[766,72,0,true,false,false],[768,34,0,true,true,false],[768,37,0,true,false,false],[768,40,0,true,true,false],[768,71,0,true,false,false],[769,6,0,false,false,false],[783,45,9,true,true,false],[787,12,9,true,true,false],[787,53,9,true,false,false],[787,54,9,true,true,false],[790,10,0,true,true,false],[796,12,0,true,true,false],[796,27,0,true,false,false],[796,28,0,true,true,false],[798,102,0,true,true,false],[798,117,0,true,false,false],[801,10,0,true,true,false],[807,12,0,true,true,false],[807,26,0,true,false,false],[807,27,0,true,true,false],[811,10,0,true,true,false],[814,20,9,true,false,false],[815,6,0,false,false,false],[823,65,0,true,true,false],[826,44,0,true,true,false],[829,10,0,true,true,false],[836,12,0,true,true,false],[836,32,0,true,false,false],[836,33,0,true,true,false],[848,16,0,true,true,false],[848,31,0,true,false,false],[848,32,0,true,true,false],[851,14,0,true,true,false],[853,10,0,true,true,false],[856,12,0,true,true,false],[856,39,0,true,false,false],[856,40,0,true,true,false],[859,10,0,true,true,false],[862,12,0,true,true,false],[864,60,0,true,true,false],[866,24,0,true,false,false],[867,17,0,true,true,false],[870,10,0,true,false,false],[871,6,0,false,false,false],[880,77,0,true,true,false],[884,12,0,true,true,false],[884,53,0,true,false,false],[884,54,0,true,true,false],[887,10,0,true,true,false],[922,12,0,true,true,false],[923,61,0,true,true,false],[924,10,0,true,false,false],[924,17,0,true,true,false],[927,10,0,true,true,false],[943,30,0,true,false,false],[944,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":11,"percent":26.190476190476193},"instantiations":{"count":42,"covered":11,"percent":26.190476190476193},"lines":{"count":763,"covered":48,"percent":6.2909567496723451},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":244,"covered":19,"notcovered":225,"percent":7.7868852459016393}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift","mcdc_records":[],"segments":[[24,20,1,true,true,false],[24,22,0,false,false,false],[46,71,33,true,true,false],[48,12,33,true,true,false],[48,45,33,true,false,false],[48,46,11,true,true,false],[49,16,11,true,true,false],[49,57,11,true,false,false],[49,58,11,true,true,false],[55,14,0,true,true,false],[60,20,0,true,true,false],[60,25,0,true,false,false],[61,13,0,true,true,false],[64,99,0,true,false,false],[66,13,0,true,true,false],[70,28,0,true,false,false],[71,13,0,true,true,false],[75,28,0,true,false,false],[76,13,0,true,true,false],[78,20,0,true,true,false],[78,62,0,true,false,false],[78,63,0,true,true,false],[82,18,0,true,true,false],[83,29,0,true,false,false],[84,13,0,true,true,false],[88,29,0,true,false,false],[89,14,0,true,true,false],[90,10,22,true,true,false],[93,12,22,true,true,false],[93,53,22,true,false,false],[93,54,22,true,true,false],[99,10,0,true,true,false],[101,12,0,true,true,false],[102,103,0,true,true,false],[106,28,0,true,false,false],[107,17,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[123,72,41,true,true,false],[129,12,41,true,true,false],[129,53,41,true,false,false],[129,54,41,true,true,false],[135,10,0,true,true,false],[140,12,0,true,true,false],[141,103,0,true,true,false],[147,45,0,true,true,false],[151,14,0,true,true,false],[159,24,0,true,true,false],[159,79,0,true,false,false],[162,24,0,true,true,false],[162,89,0,true,false,false],[165,56,0,true,true,false],[165,76,0,true,false,false],[170,16,0,true,true,false],[170,25,0,true,false,false],[170,26,0,true,true,false],[172,33,0,true,true,false],[175,18,0,true,false,false],[175,27,0,true,true,false],[175,44,0,true,true,false],[175,50,0,true,false,false],[175,54,0,true,true,false],[175,62,0,true,false,false],[175,63,0,true,true,false],[178,18,0,true,false,false],[178,24,0,true,true,false],[185,18,0,true,false,false],[186,20,0,true,true,false],[188,20,0,true,true,false],[188,37,0,true,true,false],[188,43,0,true,false,false],[188,44,0,true,true,false],[190,18,0,true,false,false],[190,27,0,true,true,false],[190,35,0,true,false,false],[190,36,0,true,true,false],[192,18,0,true,false,false],[193,22,0,true,true,false],[195,18,0,true,false,false],[201,43,0,true,true,false],[201,48,0,true,false,false],[201,77,0,true,true,false],[201,82,0,true,false,false],[201,121,0,true,true,false],[201,126,0,true,false,false],[209,17,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false],[226,69,9,true,true,false],[232,12,9,true,true,false],[232,45,9,true,false,false],[232,46,0,true,true,false],[239,10,9,true,false,false],[239,16,9,true,true,false],[243,10,9,true,false,false],[259,6,0,false,false,false],[276,37,9,true,true,false],[279,12,9,true,true,false],[282,14,9,true,true,false],[283,16,9,true,true,false],[283,36,9,true,false,false],[283,37,9,true,true,false],[286,102,657,true,true,false],[288,24,657,true,true,false],[288,40,657,true,false,false],[290,21,0,true,true,false],[293,22,657,true,true,false],[294,18,9,true,true,false],[296,14,9,true,false,false],[296,20,0,true,true,false],[298,14,9,true,false,false],[299,17,0,true,true,false],[302,10,9,true,true,false],[305,41,9,true,true,false],[308,13,0,true,true,false],[310,14,9,true,true,false],[311,65,9,true,false,false],[318,6,0,false,false,false],[325,43,1,true,true,false],[328,6,0,false,false,false],[333,52,1,true,true,false],[335,89,0,true,true,false],[339,10,1,true,true,false],[344,85,1,true,true,false],[350,10,0,true,true,false],[353,21,1,true,false,false],[354,6,0,false,false,false],[359,64,76,true,true,false],[362,6,0,false,false,false],[365,49,1,true,true,false],[367,6,0,false,false,false],[370,51,76,true,true,false],[372,80,0,true,true,false],[374,10,76,true,true,false],[375,75,76,true,false,false],[376,6,0,false,false,false],[386,74,9,true,true,false],[389,12,9,true,true,false],[389,20,9,true,false,false],[389,21,0,true,true,false],[389,37,9,true,true,false],[400,55,9,true,true,false],[401,66,9,true,true,false],[403,14,9,true,false,false],[406,12,9,true,true,false],[406,30,9,true,false,false],[406,31,0,true,true,false],[409,10,9,true,true,false],[412,12,9,true,true,false],[412,32,9,true,false,false],[412,33,0,true,true,false],[415,10,9,true,true,false],[419,12,9,true,true,false],[419,19,9,true,false,false],[419,57,0,true,true,false],[425,10,9,true,true,false],[428,21,9,true,false,false],[429,6,0,false,false,false],[436,49,0,true,true,false],[437,12,0,true,true,false],[438,63,0,true,true,false],[442,18,0,true,true,false],[444,14,0,true,true,false],[445,36,0,true,false,false],[446,17,0,true,true,false],[448,10,0,true,false,false],[449,6,0,false,false,false],[452,55,0,true,true,false],[453,12,0,true,true,false],[454,63,0,true,true,false],[458,18,0,true,true,false],[460,14,0,true,true,false],[461,39,0,true,false,false],[462,17,0,true,true,false],[464,10,0,true,false,false],[465,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":14,"percent":56.000000000000007},"instantiations":{"count":25,"covered":14,"percent":56.000000000000007},"lines":{"count":376,"covered":182,"percent":48.404255319148938},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":112,"covered":46,"notcovered":66,"percent":41.071428571428569}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift","mcdc_records":[],"segments":[[28,31,0,true,true,false],[30,12,0,true,true,false],[30,40,0,true,false,false],[30,41,0,true,true,false],[32,10,0,true,true,false],[35,36,0,true,true,false],[37,10,0,true,true,false],[40,69,0,true,true,false],[42,10,0,true,true,false],[45,24,0,true,false,false],[46,6,0,false,false,false],[56,29,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[59,23,0,true,false,false],[60,9,0,true,true,false],[61,20,0,true,false,false],[62,9,0,true,true,false],[63,44,0,true,true,false],[63,55,0,true,false,false],[63,58,0,true,true,false],[63,69,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[70,77,3,true,true,false],[71,29,2,true,true,false],[74,50,2,true,true,false],[74,74,2,true,false,false],[74,80,1,true,true,false],[74,92,1,true,true,false],[75,68,0,true,true,false],[76,24,0,true,true,false],[76,34,0,true,false,false],[77,17,0,true,true,false],[78,66,0,true,false,false],[79,17,0,true,true,false],[80,63,0,true,false,false],[81,17,0,true,true,false],[82,29,0,true,false,false],[84,14,1,true,true,false],[85,10,3,true,true,false],[86,19,3,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":2,"percent":50},"instantiations":{"count":4,"covered":2,"percent":50},"lines":{"count":48,"covered":11,"percent":22.916666666666664},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":7,"notcovered":21,"percent":25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift","mcdc_records":[],"segments":[[11,70,14,true,true,false],[27,6,0,false,false,false],[29,89,14,true,true,false],[33,12,14,true,true,false],[33,42,14,true,false,false],[33,43,2,true,true,false],[36,10,12,true,true,false],[40,12,12,true,true,false],[40,38,12,true,false,false],[40,39,3,true,true,false],[45,10,9,true,true,false],[49,12,9,true,true,false],[49,33,9,true,false,false],[49,34,2,true,true,false],[53,10,7,true,true,false],[56,12,7,true,true,false],[56,42,7,true,false,false],[56,43,3,true,true,false],[59,10,4,true,true,false],[64,12,4,true,true,false],[64,52,4,true,false,false],[64,53,2,true,true,false],[67,10,2,true,true,false],[71,34,14,true,false,false],[72,6,0,false,false,false],[74,100,9,true,true,false],[81,12,9,true,true,false],[81,66,9,true,false,false],[81,67,1,true,true,false],[83,10,9,true,false,false],[84,12,9,true,true,false],[84,64,9,true,false,false],[84,65,0,true,true,false],[86,10,9,true,false,false],[93,12,9,true,true,false],[93,65,9,true,false,false],[93,66,1,true,true,false],[95,10,9,true,false,false],[96,12,9,true,true,false],[96,63,9,true,false,false],[96,64,1,true,true,false],[98,10,9,true,false,false],[101,6,0,false,false,false],[103,98,12,true,true,false],[106,12,12,true,true,false],[106,53,12,true,false,false],[106,54,1,true,true,false],[108,10,12,true,false,false],[109,12,12,true,true,false],[109,56,12,true,false,false],[109,57,1,true,true,false],[111,10,12,true,false,false],[112,12,12,true,true,false],[112,54,12,true,false,false],[112,55,2,true,true,false],[114,10,12,true,false,false],[115,12,12,true,true,false],[115,50,12,true,false,false],[115,51,0,true,true,false],[117,10,12,true,false,false],[118,12,12,true,true,false],[118,49,12,true,false,false],[118,50,2,true,true,false],[120,10,12,true,false,false],[123,12,12,true,true,false],[123,51,12,true,false,false],[123,52,3,true,true,false],[125,10,12,true,false,false],[128,6,0,false,false,false],[130,80,14,true,true,false],[146,11,56,true,true,false],[147,46,56,true,true,false],[147,52,56,true,false,false],[148,13,48,true,true,false],[149,22,56,true,false,false],[150,13,7,true,true,false],[151,21,56,true,false,false],[152,13,1,true,true,false],[153,31,56,true,false,false],[154,14,56,true,true,false],[155,38,48,true,true,false],[155,48,8,true,true,false],[157,78,1,true,true,false],[157,86,8,true,false,false],[157,89,7,true,true,false],[157,95,8,true,false,false],[158,39,8,true,true,false],[159,20,8,true,true,false],[159,38,8,true,false,false],[159,39,1,true,true,false],[162,44,1,true,true,false],[162,54,1,true,false,false],[163,21,1,true,true,false],[164,196,1,true,false,false],[165,21,0,true,true,false],[166,193,1,true,false,false],[167,21,0,true,true,false],[168,75,1,true,false,false],[169,22,1,true,true,false],[170,37,1,true,false,false],[171,18,7,true,true,false],[172,41,8,true,false,false],[175,19,1,true,true,false],[175,64,8,true,false,false],[176,19,7,true,true,false],[176,29,8,true,false,false],[188,10,14,true,false,false],[224,12,14,true,true,false],[224,53,14,true,false,false],[224,54,1,true,true,false],[235,10,14,true,false,false],[236,12,14,true,true,false],[236,56,14,true,false,false],[236,57,1,true,true,false],[247,10,14,true,false,false],[248,12,14,true,true,false],[248,50,14,true,false,false],[248,51,0,true,true,false],[259,10,14,true,false,false],[260,12,14,true,true,false],[260,49,14,true,false,false],[260,50,2,true,true,false],[271,10,14,true,false,false],[274,12,14,true,true,false],[274,51,14,true,false,false],[274,52,3,true,true,false],[285,10,14,true,false,false],[288,12,14,true,true,false],[288,42,14,true,false,false],[288,43,2,true,true,false],[289,57,2,true,true,false],[297,75,1,true,true,false],[297,105,2,true,false,false],[297,108,1,true,true,false],[297,111,2,true,false,false],[300,14,2,true,true,false],[301,10,14,true,false,false],[304,12,14,true,true,false],[304,52,14,true,false,false],[304,53,7,true,true,false],[315,10,14,true,false,false],[317,12,14,true,true,false],[317,55,14,true,false,false],[317,56,7,true,true,false],[328,10,14,true,false,false],[331,12,14,true,true,false],[331,43,14,true,false,false],[331,84,7,true,true,false],[344,10,14,true,false,false],[347,12,14,true,true,false],[347,35,14,true,false,false],[347,36,1,true,true,false],[351,54,0,true,true,false],[351,80,1,true,false,false],[351,83,1,true,true,false],[351,100,1,true,false,false],[357,27,0,true,true,false],[357,53,1,true,false,false],[357,56,1,true,true,false],[357,80,1,true,false,false],[360,10,14,true,false,false],[363,6,0,false,false,false],[365,94,14,true,true,false],[368,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":412,"covered":395,"percent":95.873786407766985},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":83,"notcovered":7,"percent":92.222222222222229}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift","mcdc_records":[],"segments":[[16,28,60,true,true,false],[17,20,60,true,true,false],[17,24,60,true,false,false],[18,13,57,true,true,false],[18,31,60,true,false,false],[19,13,3,true,true,false],[19,42,60,true,false,false],[20,14,60,true,true,false],[21,10,0,false,false,false],[23,28,54,true,true,false],[24,20,54,true,true,false],[24,24,54,true,false,false],[25,13,2,true,true,false],[25,31,54,true,false,false],[26,13,52,true,true,false],[26,42,54,true,false,false],[27,14,54,true,true,false],[28,10,0,false,false,false],[30,35,61,true,true,false],[31,20,61,true,true,false],[31,24,61,true,false,false],[32,13,61,true,true,false],[33,24,61,true,false,false],[34,14,61,true,true,false],[35,10,0,false,false,false],[44,33,14,true,true,false],[45,20,14,true,true,false],[45,24,14,true,false,false],[46,13,10,true,true,false],[46,58,14,true,false,false],[47,13,3,true,true,false],[47,71,14,true,false,false],[48,13,1,true,true,false],[48,49,14,true,false,false],[49,14,14,true,true,false],[50,10,0,false,false,false],[52,33,6,true,true,false],[53,20,6,true,true,false],[53,24,6,true,false,false],[54,13,3,true,true,false],[55,90,6,true,false,false],[56,13,2,true,true,false],[57,87,6,true,false,false],[58,13,1,true,true,false],[59,85,6,true,false,false],[60,14,6,true,true,false],[61,10,0,false,false,false],[72,33,4,true,true,false],[75,87,3,true,true,false],[75,95,4,true,false,false],[75,98,1,true,true,false],[75,106,4,true,false,false],[80,16,4,true,true,false],[80,31,4,true,false,false],[80,32,1,true,true,false],[81,56,2,true,true,false],[81,69,1,true,false,false],[82,14,4,true,false,false],[84,16,4,true,true,false],[84,40,4,true,false,false],[84,41,4,true,true,false],[86,68,5,true,true,false],[86,81,4,true,false,false],[90,10,0,false,false,false],[96,47,251,true,true,false],[105,12,251,true,true,false],[105,38,251,true,false,false],[105,39,251,true,true,false],[107,10,251,true,false,false],[107,19,0,true,true,false],[107,45,251,true,false,false],[107,46,0,true,true,false],[109,10,251,true,false,false],[109,16,0,true,true,false],[112,10,251,true,false,false],[113,6,0,false,false,false],[116,48,55,true,true,false],[119,6,0,false,false,false],[122,73,111,true,true,false],[123,16,111,true,true,false],[123,23,111,true,false,false],[124,9,105,true,true,false],[125,23,111,true,false,false],[126,9,4,true,true,false],[127,29,111,true,false,false],[128,9,2,true,true,false],[129,21,111,true,false,false],[130,10,111,true,true,false],[131,6,0,false,false,false],[134,60,50,true,true,false],[145,16,50,true,true,false],[145,28,50,true,false,false],[146,9,50,true,true,false],[148,105,50,true,false,false],[150,9,0,true,true,false],[154,91,50,true,false,false],[156,9,0,true,true,false],[160,91,50,true,false,false],[161,10,50,true,true,false],[168,12,50,true,true,false],[168,37,50,true,false,false],[168,38,0,true,true,false],[173,10,50,true,false,false],[176,40,0,true,true,false],[180,10,50,true,false,false],[191,87,50,true,true,false],[191,103,50,true,false,false],[191,106,0,true,true,false],[191,126,50,true,false,false],[193,12,50,true,true,false],[193,27,50,true,false,false],[193,28,0,true,true,false],[195,10,50,true,false,false],[198,6,0,false,false,false],[203,38,50,true,true,false],[206,6,0,false,false,false],[209,44,50,true,true,false],[212,6,0,false,false,false],[215,80,3,true,true,false],[218,16,3,true,true,false],[218,26,3,true,false,false],[219,9,2,true,true,false],[237,14,3,true,false,false],[239,9,1,true,true,false],[260,14,3,true,false,false],[262,9,0,true,true,false],[275,14,3,true,false,false],[277,6,0,false,false,false],[282,40,49,true,true,false],[294,6,0,false,false,false],[310,29,4,true,true,false],[317,49,17,true,true,false],[319,10,4,true,true,false],[322,41,13,true,true,false],[324,10,4,true,true,false],[326,12,4,true,true,false],[326,26,4,true,false,false],[326,27,4,true,true,false],[328,31,9,true,true,false],[330,14,4,true,true,false],[331,10,4,true,false,false],[334,6,0,false,false,false],[345,29,2,true,true,false],[348,83,2,true,true,false],[348,91,2,true,false,false],[348,94,0,true,true,false],[348,102,2,true,false,false],[354,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":18,"percent":100},"instantiations":{"count":18,"covered":18,"percent":100},"lines":{"count":272,"covered":235,"percent":86.39705882352942},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":70,"notcovered":11,"percent":86.419753086419746}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift","mcdc_records":[],"segments":[[15,41,0,true,true,false],[17,6,0,false,false,false],[19,39,0,true,true,false],[21,6,0,false,false,false],[23,38,0,true,true,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":9,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift","mcdc_records":[],"segments":[[44,52,1,true,true,false],[46,34,1,true,true,false],[48,10,1,true,false,false],[49,6,0,false,false,false],[54,56,7,true,true,false],[54,107,0,false,false,false],[55,52,5,true,true,false],[55,98,0,false,false,false],[65,39,0,true,true,false],[72,6,0,false,false,false],[76,37,26,true,true,false],[83,6,0,false,false,false],[87,54,0,true,true,false],[94,31,0,true,true,false],[95,76,0,true,true,false],[95,88,0,true,true,false],[97,16,0,true,true,false],[97,52,0,true,false,false],[97,53,0,true,true,false],[99,14,0,true,false,false],[102,16,0,true,true,false],[102,33,0,true,false,false],[102,34,0,true,true,false],[103,56,0,true,true,false],[103,86,0,true,false,false],[103,89,0,true,true,false],[103,104,0,true,false,false],[106,10,0,true,true,false],[108,22,0,true,false,false],[109,6,0,false,false,false],[112,40,18,true,true,false],[113,67,13,true,true,false],[113,68,18,true,false,false],[113,71,5,true,true,false],[113,72,18,true,false,false],[116,42,19,true,true,false],[117,20,19,true,true,false],[117,49,19,true,false,false],[118,13,15,true,true,false],[119,28,19,true,false,false],[120,13,3,true,true,false],[121,20,3,true,true,false],[121,41,3,true,false,false],[121,42,1,true,true,false],[127,18,2,true,true,false],[128,29,19,true,false,false],[129,13,0,true,true,false],[131,20,0,true,true,false],[131,51,0,true,false,false],[131,52,0,true,true,false],[131,67,0,true,true,false],[132,20,0,true,true,false],[132,41,0,true,false,false],[132,42,0,true,true,false],[138,18,0,true,true,false],[139,29,19,true,false,false],[140,13,1,true,true,false],[141,29,19,true,false,false],[143,10,0,true,true,false],[144,21,18,true,false,false],[145,6,0,false,false,false],[147,63,0,true,true,false],[148,12,0,true,true,false],[153,14,0,true,true,false],[154,16,0,true,true,false],[154,36,0,true,false,false],[154,37,0,true,true,false],[156,14,0,true,true,false],[157,10,0,true,false,false],[157,17,0,true,true,false],[159,10,0,true,true,false],[160,21,0,true,false,false],[161,6,0,false,false,false],[163,96,0,true,true,false],[164,12,0,true,true,false],[169,14,0,true,true,false],[170,16,0,true,true,false],[170,36,0,true,false,false],[170,37,0,true,true,false],[172,14,0,true,true,false],[173,73,0,true,true,false],[173,86,0,true,false,false],[173,89,0,true,true,false],[173,102,0,true,false,false],[175,17,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[181,69,0,true,true,false],[183,37,0,true,true,false],[183,63,0,true,true,false],[185,12,0,true,true,false],[185,32,0,true,false,false],[185,33,0,true,true,false],[185,51,0,true,true,false],[186,51,0,true,false,false],[187,6,0,false,false,false],[191,69,19,true,true,false],[194,12,19,true,true,false],[194,49,19,true,false,false],[194,50,13,true,true,false],[201,83,12,true,true,false],[201,92,13,true,false,false],[201,95,1,true,true,false],[201,108,13,true,false,false],[202,32,12,true,true,false],[202,40,13,true,false,false],[202,43,1,true,true,false],[202,54,13,true,false,false],[203,10,6,true,true,false],[205,36,6,true,true,false],[207,16,6,true,true,false],[207,46,6,true,false,false],[207,84,6,true,true,false],[209,46,5,true,true,false],[209,61,6,true,false,false],[211,20,6,true,true,false],[211,37,6,true,false,false],[211,38,2,true,true,false],[214,18,4,true,true,false],[215,20,4,true,true,false],[215,36,4,true,false,false],[215,37,1,true,true,false],[225,18,3,true,true,false],[228,32,6,true,false,false],[229,14,0,true,true,false],[240,16,0,true,true,false],[242,31,0,true,true,false],[245,20,0,true,true,false],[246,68,0,true,true,false],[247,39,0,true,true,false],[249,26,0,true,false,false],[250,39,0,true,true,false],[252,68,0,true,true,false],[253,49,0,true,false,false],[255,47,0,true,true,false],[257,22,0,true,true,false],[258,18,0,true,false,false],[258,41,0,true,true,false],[265,47,0,true,true,false],[265,55,0,true,false,false],[265,58,0,true,true,false],[265,66,0,true,false,false],[266,18,0,true,true,false],[269,69,0,true,true,false],[269,71,0,true,false,false],[273,29,0,true,true,false],[273,44,0,true,false,false],[275,64,0,true,true,false],[275,80,0,true,false,false],[279,20,0,true,true,false],[279,29,0,true,false,false],[279,48,0,true,true,false],[283,24,0,true,true,false],[283,48,0,true,false,false],[283,49,0,true,true,false],[288,22,0,true,false,false],[288,28,0,true,true,false],[299,22,0,true,true,false],[300,18,0,true,true,false],[304,81,0,true,true,false],[304,90,0,true,false,false],[304,93,0,true,true,false],[304,106,0,true,false,false],[306,36,0,true,true,false],[306,44,0,true,false,false],[306,47,0,true,true,false],[306,58,0,true,false,false],[307,21,0,true,true,false],[310,14,0,true,false,false],[311,10,6,true,false,false],[311,16,19,true,false,false],[312,6,0,false,false,false],[316,60,0,true,true,false],[317,12,0,true,true,false],[318,123,0,true,true,false],[320,44,0,true,true,false],[320,80,0,true,true,false],[320,121,0,true,false,false],[321,17,0,true,true,false],[324,10,0,true,false,false],[325,6,0,false,false,false],[329,44,1,true,true,false],[331,12,1,true,true,false],[331,49,1,true,false,false],[331,50,1,true,true,false],[333,10,0,true,true,false],[336,12,0,true,true,false],[336,42,0,true,false,false],[336,80,0,true,true,false],[337,38,0,true,true,false],[337,53,0,true,false,false],[338,10,0,true,true,false],[341,25,0,true,true,false],[341,39,1,true,false,false],[342,6,0,false,false,false],[348,48,0,true,true,false],[349,12,0,true,true,false],[350,123,0,true,true,false],[352,45,0,true,true,false],[356,14,0,true,true,false],[359,62,0,true,true,false],[359,95,0,true,false,false],[363,17,0,true,true,false],[366,10,0,true,false,false],[367,6,0,false,false,false],[376,49,0,true,true,false],[388,12,0,true,true,false],[388,22,0,true,false,false],[388,23,0,true,true,false],[390,10,0,true,false,false],[390,16,0,true,true,false],[392,10,0,true,false,false],[398,6,0,false,false,false],[403,43,6,true,true,false],[405,65,6,true,true,false],[407,10,0,true,true,false],[409,95,0,true,true,false],[413,10,0,true,true,false],[416,14,0,true,true,false],[419,10,0,true,true,false],[421,12,0,true,true,false],[423,89,0,true,true,false],[425,93,0,true,true,false],[425,102,0,true,false,false],[427,17,0,true,true,false],[430,10,0,true,false,false],[431,6,0,false,false,false],[434,39,4,true,true,false],[435,65,1,true,true,false],[438,10,3,true,true,false],[441,83,9,true,true,false],[441,94,3,true,false,false],[442,63,0,true,true,false],[445,10,3,true,true,false],[448,12,3,true,true,false],[448,23,3,true,false,false],[448,24,1,true,true,false],[455,10,3,true,false,false],[455,16,2,true,true,false],[457,10,3,true,false,false],[459,27,4,true,false,false],[460,6,0,false,false,false],[463,49,2,true,true,false],[464,65,0,true,true,false],[466,10,2,true,true,false],[468,83,6,true,true,false],[468,94,2,true,false,false],[469,63,0,true,true,false],[471,10,2,true,true,false],[473,12,2,true,true,false],[473,59,2,true,false,false],[473,60,1,true,true,false],[481,10,1,true,true,false],[483,19,2,true,false,false],[484,6,0,false,false,false],[490,42,0,true,true,false],[491,41,0,true,true,false],[494,10,0,true,true,false],[501,10,0,true,false,false],[502,6,0,false,false,false],[506,97,0,true,true,false],[507,39,0,true,true,false],[508,61,0,true,true,false],[517,20,0,true,true,false],[517,34,0,true,false,false],[517,35,0,true,true,false],[521,26,0,true,true,false],[529,22,0,true,false,false],[530,24,0,true,true,false],[535,18,0,true,false,false],[538,6,0,false,false,false],[541,102,0,true,true,false],[542,39,0,true,true,false],[543,61,0,true,true,false],[547,20,0,true,true,false],[547,34,0,true,false,false],[547,35,0,true,true,false],[550,18,0,true,false,false],[550,24,0,true,true,false],[555,18,0,true,false,false],[558,6,0,false,false,false],[562,53,0,true,true,false],[565,12,0,true,true,false],[566,59,0,true,true,false],[566,65,0,true,true,false],[570,14,0,true,true,false],[582,16,0,true,true,false],[582,31,0,true,false,false],[582,32,0,true,true,false],[590,14,0,true,false,false],[590,20,0,true,true,false],[594,14,0,true,false,false],[595,17,0,true,true,false],[598,10,0,true,false,false],[599,6,0,false,false,false],[601,70,1,true,true,false],[606,10,1,true,true,false],[607,82,1,true,false,false],[608,6,0,false,false,false],[616,59,1,true,true,false],[622,12,1,true,true,false],[623,71,1,true,true,false],[624,10,1,true,false,false],[624,17,0,true,true,false],[627,10,1,true,true,false],[629,12,1,true,true,false],[629,27,1,true,false,false],[629,28,1,true,true,false],[632,10,1,true,false,false],[636,65,1,true,true,false],[642,10,0,true,true,false],[651,12,0,true,true,false],[651,27,0,true,false,false],[651,28,0,true,true,false],[656,10,0,true,false,false],[668,12,0,true,true,false],[668,25,0,true,false,false],[668,26,0,true,true,false],[682,10,0,true,false,false],[682,16,0,true,true,false],[685,10,0,true,false,false],[686,6,0,false,false,false],[689,56,0,true,true,false],[701,6,0,false,false,false],[706,64,13,true,true,false],[708,12,13,true,true,false],[708,42,13,true,false,false],[708,82,13,true,true,false],[710,10,0,true,true,false],[712,12,0,true,true,false],[717,14,0,true,true,false],[718,33,0,true,false,false],[719,17,0,true,true,false],[721,10,0,true,false,false],[722,6,0,false,false,false],[735,34,0,true,true,false],[736,29,0,true,true,false],[736,45,0,true,false,false],[736,49,0,true,true,false],[736,62,0,true,false,false],[736,66,0,true,true,false],[736,83,0,true,false,false],[737,6,0,false,false,false],[740,29,0,true,true,false],[749,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":18,"percent":33.962264150943398},"instantiations":{"count":53,"covered":18,"percent":33.962264150943398},"lines":{"count":855,"covered":286,"percent":33.450292397660817},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":215,"covered":66,"notcovered":149,"percent":30.697674418604652}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[15,44,0,false,false,false],[17,47,0,true,true,false],[17,50,0,false,false,false],[21,61,0,true,true,false],[21,64,0,false,false,false],[24,48,0,true,true,false],[24,52,0,false,false,false],[38,61,0,true,true,false],[38,69,0,false,false,false],[39,65,0,true,true,false],[39,73,0,false,false,false],[40,7,0,true,true,false],[42,42,0,true,true,false],[42,56,0,true,false,false],[45,57,0,true,true,false],[49,18,0,true,true,false],[52,14,0,true,false,false],[56,25,0,true,true,false],[57,33,0,true,true,false],[57,43,0,true,true,false],[60,33,0,true,true,false],[63,14,0,true,false,false],[70,16,0,true,true,false],[72,58,0,true,true,false],[73,49,0,true,true,false],[75,30,0,true,true,false],[77,26,0,true,false,false],[78,22,0,true,true,false],[79,18,0,true,false,false],[82,74,0,true,true,false],[84,35,0,true,true,false],[86,22,0,true,false,false],[89,35,0,true,true,false],[91,78,0,true,true,false],[92,88,0,true,false,false],[96,56,0,true,true,false],[98,34,0,true,false,false],[99,18,0,true,true,false],[102,46,0,true,true,false],[106,18,0,true,true,false],[113,14,0,true,false,false],[113,21,0,true,true,false],[115,20,0,true,true,false],[115,36,0,true,false,false],[115,37,0,true,true,false],[117,18,0,true,false,false],[117,24,0,true,true,false],[119,66,0,true,true,false],[123,22,0,true,false,false],[123,28,0,true,true,false],[128,22,0,true,false,false],[131,41,0,true,true,false],[134,22,0,true,false,false],[136,14,0,true,true,false],[140,10,0,true,false,false],[144,6,0,false,false,false],[147,62,0,true,true,false],[149,6,0,false,false,false],[152,66,0,true,true,false],[153,43,0,true,true,false],[153,46,0,true,false,false],[154,6,0,false,false,false],[157,32,0,true,true,false],[161,35,0,true,true,false],[163,10,0,true,true,false],[165,14,0,true,true,false],[168,10,0,true,false,false],[171,6,0,false,false,false],[174,37,0,true,true,false],[180,35,0,true,true,false],[182,10,0,true,true,false],[188,14,0,true,true,false],[191,10,0,true,false,false],[192,6,0,false,false,false],[195,49,0,true,true,false],[201,6,0,false,false,false],[205,58,0,true,true,false],[210,6,0,false,false,false],[213,44,0,true,true,false],[218,6,0,false,false,false],[221,47,0,true,true,false],[223,6,0,false,false,false],[232,38,0,true,true,false],[234,6,0,false,false,false],[248,7,0,true,true,false],[252,6,0,false,false,false],[264,31,0,true,true,false],[268,11,0,true,true,false],[273,20,0,true,true,false],[273,26,0,true,false,false],[274,13,0,true,true,false],[281,63,0,true,true,false],[283,31,0,true,false,false],[285,13,0,true,true,false],[291,63,0,true,true,false],[298,63,0,true,true,false],[300,31,0,true,false,false],[302,13,0,true,true,false],[310,56,0,true,true,false],[312,31,0,true,false,false],[314,13,0,true,true,false],[322,63,0,true,true,false],[324,31,0,true,false,false],[327,6,0,false,false,false],[330,89,0,true,true,false],[334,11,0,true,true,false],[341,42,0,true,true,false],[341,46,0,true,false,false],[341,49,0,true,true,false],[341,52,0,true,false,false],[343,16,0,true,true,false],[343,25,0,true,false,false],[343,26,0,true,true,false],[346,56,0,true,true,false],[348,14,0,true,true,false],[352,29,0,true,false,false],[354,6,0,false,false,false],[360,31,0,true,true,false],[364,11,0,true,true,false],[368,20,0,true,true,false],[368,24,0,true,false,false],[369,13,0,true,true,false],[370,37,0,true,true,false],[370,84,0,true,false,false],[371,13,0,true,true,false],[372,37,0,true,true,false],[372,82,0,true,false,false],[373,14,0,true,true,false],[381,19,0,true,true,false],[381,41,0,true,false,false],[381,42,0,true,true,false],[383,56,0,true,true,false],[390,28,0,true,true,false],[390,32,0,true,false,false],[391,21,0,true,true,false],[392,65,0,true,false,false],[393,21,0,true,true,false],[394,63,0,true,false,false],[395,22,0,true,true,false],[397,20,0,true,true,false],[397,33,0,true,false,false],[397,34,0,true,true,false],[405,18,0,true,true,false],[406,14,0,true,true,false],[409,25,0,true,false,false],[411,6,0,false,false,false],[420,29,0,true,true,false],[421,16,0,true,true,false],[421,20,0,true,false,false],[422,9,0,true,true,false],[422,50,0,true,false,false],[423,9,0,true,true,false],[423,45,0,true,false,false],[424,10,0,true,true,false],[425,6,0,false,false,false],[436,35,0,true,true,false],[438,6,0,false,false,false],[440,37,0,true,true,false],[441,12,0,true,true,false],[441,35,0,true,false,false],[441,36,0,true,true,false],[443,10,0,true,true,false],[445,12,0,true,true,false],[445,38,0,true,false,false],[445,39,0,true,true,false],[447,10,0,true,true,false],[449,64,0,true,true,false],[449,101,0,true,false,false],[451,6,0,false,false,false],[453,77,0,true,true,false],[462,6,0,false,false,false],[464,59,0,true,true,false],[473,6,0,false,false,false],[475,61,0,true,true,false],[485,6,0,false,false,false],[491,7,0,true,true,false],[492,16,0,true,true,false],[492,25,0,true,false,false],[493,9,0,true,true,false],[501,14,0,true,false,false],[503,9,0,true,true,false],[511,14,0,true,false,false],[513,9,0,true,true,false],[521,14,0,true,false,false],[523,9,0,true,true,false],[531,14,0,true,false,false],[533,9,0,true,true,false],[541,14,0,true,false,false],[543,9,0,true,true,false],[551,14,0,true,false,false],[553,9,0,true,true,false],[561,14,0,true,false,false],[563,9,0,true,true,false],[571,14,0,true,false,false],[573,9,0,true,true,false],[578,54,0,true,true,false],[578,66,0,true,false,false],[578,69,0,true,true,false],[578,92,0,true,false,false],[588,6,0,false,false,false],[590,91,0,true,true,false],[591,16,0,true,true,false],[591,25,0,true,false,false],[592,9,0,true,true,false],[600,14,0,true,false,false],[602,9,0,true,true,false],[610,14,0,true,false,false],[612,9,0,true,true,false],[620,14,0,true,false,false],[622,9,0,true,true,false],[630,14,0,true,false,false],[632,9,0,true,true,false],[640,14,0,true,false,false],[642,9,0,true,true,false],[647,54,0,true,true,false],[647,65,0,true,false,false],[647,68,0,true,true,false],[647,91,0,true,false,false],[657,6,0,false,false,false],[663,29,0,true,true,false],[664,16,0,true,true,false],[664,20,0,true,false,false],[665,9,0,true,true,false],[666,40,0,true,false,false],[667,9,0,true,true,false],[668,42,0,true,false,false],[669,9,0,true,true,false],[670,46,0,true,false,false],[671,9,0,true,true,false],[672,37,0,true,false,false],[673,9,0,true,true,false],[674,41,0,true,false,false],[675,9,0,true,true,false],[676,41,0,true,false,false],[677,9,0,true,true,false],[678,40,0,true,false,false],[679,9,0,true,true,false],[680,48,0,true,false,false],[681,9,0,true,true,false],[682,44,0,true,false,false],[683,9,0,true,true,false],[684,37,0,true,false,false],[685,9,0,true,true,false],[686,39,0,true,false,false],[687,9,0,true,true,false],[688,36,0,true,false,false],[689,9,0,true,true,false],[690,42,0,true,false,false],[691,9,0,true,true,false],[692,39,0,true,false,false],[693,9,0,true,true,false],[694,41,0,true,false,false],[695,9,0,true,true,false],[696,35,0,true,false,false],[697,9,0,true,true,false],[698,50,0,true,false,false],[699,9,0,true,true,false],[700,32,0,true,false,false],[701,9,0,true,true,false],[702,39,0,true,false,false],[703,9,0,true,true,false],[704,51,0,true,false,false],[705,9,0,true,true,false],[706,47,0,true,false,false],[707,9,0,true,true,false],[708,33,0,true,false,false],[709,9,0,true,true,false],[710,43,0,true,false,false],[711,9,0,true,true,false],[712,39,0,true,false,false],[713,10,0,true,true,false],[714,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":871,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":0,"notcovered":158,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift","mcdc_records":[],"segments":[[30,65,0,true,true,false],[30,73,0,false,false,false],[31,7,2,true,true,false],[37,6,0,false,false,false],[42,90,0,true,true,false],[45,12,0,true,true,false],[45,38,0,true,false,false],[45,39,0,true,true,false],[51,55,0,true,true,false],[51,103,0,true,false,false],[56,10,0,true,true,false],[58,12,0,true,true,false],[58,65,0,true,false,false],[58,66,0,true,true,false],[69,10,0,true,true,false],[71,12,0,true,true,false],[71,64,0,true,false,false],[71,65,0,true,true,false],[82,10,0,true,true,false],[84,28,0,true,false,false],[85,6,0,false,false,false],[89,54,0,true,true,false],[90,16,0,true,true,false],[90,22,0,true,false,false],[91,9,0,true,true,false],[92,51,0,true,false,false],[93,9,0,true,true,false],[94,51,0,true,false,false],[95,9,0,true,true,false],[96,17,0,true,false,false],[97,10,0,true,true,false],[98,6,0,false,false,false],[101,64,24,true,true,false],[103,6,0,false,false,false],[106,73,24,true,true,false],[109,6,0,false,false,false],[113,42,0,true,true,false],[116,6,0,false,false,false],[119,79,24,true,true,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":4,"percent":44.444444444444443},"instantiations":{"count":9,"covered":4,"percent":44.444444444444443},"lines":{"count":78,"covered":18,"percent":23.076923076923077},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":4,"notcovered":19,"percent":17.391304347826086}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift","mcdc_records":[],"segments":[[16,65,0,true,true,false],[16,73,0,false,false,false],[17,7,0,true,true,false],[24,6,0,false,false,false],[26,54,0,true,true,false],[27,42,0,true,true,false],[27,47,0,true,false,false],[28,6,0,false,false,false],[30,64,0,true,true,false],[32,34,0,true,true,false],[35,10,0,true,true,false],[37,54,0,true,false,false],[38,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":22,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[21,6,0,false,false,false],[23,33,0,true,true,false],[31,51,0,true,true,false],[32,16,0,true,true,false],[32,71,0,true,false,false],[32,72,0,true,true,false],[34,79,0,true,true,false],[38,18,0,true,false,false],[39,20,0,true,true,false],[42,14,0,true,false,false],[44,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":34,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift","mcdc_records":[],"segments":[[10,46,51,true,true,false],[10,51,0,false,false,false],[11,47,51,true,true,false],[11,52,0,false,false,false],[14,33,0,true,true,false],[17,6,0,false,false,false],[20,29,25,true,true,false],[22,6,0,false,false,false],[25,31,0,true,true,false],[27,6,0,false,false,false],[34,104,18,true,true,false],[44,47,31,true,true,false],[45,60,12,true,true,false],[46,52,12,true,true,false],[46,85,12,true,false,false],[47,14,19,true,true,false],[48,25,31,true,false,false],[49,10,18,true,false,false],[52,12,18,true,true,false],[52,32,17,true,true,false],[52,47,18,true,false,false],[52,51,17,true,true,false],[52,70,18,true,false,false],[52,71,1,true,true,false],[55,10,17,true,true,false],[58,12,17,true,true,false],[58,40,17,true,false,false],[61,9,0,true,true,false],[65,10,17,true,true,false],[69,12,17,true,true,false],[69,39,17,true,false,false],[69,40,0,true,true,false],[73,10,17,true,true,false],[84,24,18,true,false,false],[85,6,0,false,false,false],[87,96,0,true,true,false],[91,6,0,false,false,false],[95,28,3,true,true,false],[98,73,0,true,true,false],[100,10,3,true,true,false],[106,12,3,true,true,false],[106,44,3,true,false,false],[106,68,1,true,true,false],[108,10,2,true,true,false],[114,9,0,true,true,false],[116,10,2,true,true,false],[121,12,2,true,true,false],[121,39,2,true,false,false],[121,40,2,true,true,false],[123,10,0,true,true,false],[126,19,3,true,false,false],[127,6,0,false,false,false],[133,38,1,true,true,false],[144,6,0,false,false,false],[150,41,7,true,true,false],[154,6,0,false,false,false],[157,47,3,true,true,false],[159,46,0,true,true,false],[159,47,3,true,false,false],[160,6,0,false,false,false],[163,59,12,true,true,false],[164,16,12,true,true,false],[164,20,12,true,false,false],[165,9,1,true,true,false],[166,24,12,true,false,false],[167,9,3,true,true,false],[168,24,12,true,false,false],[169,9,3,true,true,false],[174,37,2,true,true,false],[174,49,12,true,false,false],[175,9,1,true,true,false],[176,25,12,true,false,false],[177,9,2,true,true,false],[178,25,12,true,false,false],[179,9,0,true,true,false],[180,25,12,true,false,false],[181,9,0,true,true,false],[182,25,12,true,false,false],[183,9,0,true,true,false],[184,25,12,true,false,false],[185,9,0,true,true,false],[186,25,12,true,false,false],[187,9,2,true,true,false],[188,25,12,true,false,false],[190,6,0,false,false,false],[197,21,0,true,true,false],[203,46,0,true,true,false],[203,78,0,true,false,false],[204,6,0,false,false,false],[207,91,0,true,true,false],[209,31,0,true,true,false],[209,47,0,true,false,false],[210,6,0,false,false,false],[213,92,9,true,true,false],[214,16,9,true,true,false],[214,20,9,true,false,false],[215,9,1,true,true,false],[216,32,9,true,false,false],[217,9,1,true,true,false],[218,35,9,true,false,false],[219,9,1,true,true,false],[220,35,9,true,false,false],[221,9,1,true,true,false],[222,43,9,true,false,false],[223,9,1,true,true,false],[224,40,9,true,false,false],[225,9,0,true,true,false],[226,62,0,true,true,false],[226,77,0,true,false,false],[226,80,0,true,true,false],[226,96,9,true,false,false],[227,9,0,true,true,false],[228,31,9,true,false,false],[229,9,1,true,true,false],[230,37,9,true,false,false],[231,9,0,true,true,false],[232,37,9,true,false,false],[233,9,0,true,true,false],[234,30,9,true,false,false],[235,9,0,true,true,false],[236,26,9,true,false,false],[237,9,3,true,true,false],[238,20,3,true,true,false],[238,25,3,true,false,false],[239,13,1,true,true,false],[240,30,3,true,false,false],[241,13,2,true,true,false],[242,39,3,true,false,false],[243,13,0,true,true,false],[244,33,3,true,false,false],[245,14,9,true,false,false],[246,10,9,true,true,false],[247,6,0,false,false,false],[252,15,0,true,true,false],[253,12,0,true,true,false],[253,24,0,true,false,false],[253,25,0,true,true,false],[255,10,0,true,true,false],[257,16,0,true,true,false],[257,20,0,true,false,false],[258,9,0,true,true,false],[259,63,0,true,true,false],[261,14,0,true,true,false],[262,25,0,true,false,false],[263,9,0,true,true,false],[264,24,0,true,false,false],[265,9,0,true,true,false],[266,61,0,true,true,false],[268,14,0,true,true,false],[269,24,0,true,false,false],[270,9,0,true,true,false],[271,24,0,true,false,false],[272,9,0,true,true,false],[273,24,0,true,false,false],[274,9,0,true,true,false],[275,24,0,true,false,false],[276,9,0,true,true,false],[277,24,0,true,false,false],[278,9,0,true,true,false],[279,24,0,true,false,false],[280,9,0,true,true,false],[281,24,0,true,false,false],[282,9,0,true,true,false],[283,24,0,true,false,false],[285,6,0,false,false,false],[290,68,4,true,true,false],[291,16,4,true,true,false],[291,21,4,true,false,false],[292,9,1,true,true,false],[293,16,4,true,false,false],[294,9,1,true,true,false],[295,16,4,true,false,false],[296,9,0,true,true,false],[297,16,4,true,false,false],[298,9,0,true,true,false],[299,16,4,true,false,false],[300,9,0,true,true,false],[301,16,4,true,false,false],[302,9,1,true,true,false],[303,16,4,true,false,false],[304,9,1,true,true,false],[305,16,4,true,false,false],[306,10,4,true,true,false],[307,6,0,false,false,false],[310,70,4,true,true,false],[311,16,4,true,true,false],[311,21,4,true,false,false],[312,9,1,true,true,false],[313,33,4,true,false,false],[314,9,1,true,true,false],[315,37,4,true,false,false],[316,9,0,true,true,false],[317,39,4,true,false,false],[318,9,0,true,true,false],[319,41,4,true,false,false],[320,9,0,true,true,false],[321,35,4,true,false,false],[322,9,1,true,true,false],[323,32,4,true,false,false],[324,9,1,true,true,false],[325,30,4,true,false,false],[326,10,4,true,true,false],[327,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":17,"percent":65.384615384615387},"instantiations":{"count":26,"covered":17,"percent":65.384615384615387},"lines":{"count":281,"covered":193,"percent":68.683274021352318},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":64,"notcovered":50,"percent":56.140350877192979}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift","mcdc_records":[],"segments":[[10,11,4,true,true,false],[11,25,3,true,true,false],[11,39,4,true,false,false],[11,43,2,true,true,false],[11,66,4,true,false,false],[12,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":3,"percent":100},"instantiations":{"count":3,"covered":3,"percent":100},"lines":{"count":5,"covered":5,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":3,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift","mcdc_records":[],"segments":[[13,66,0,true,true,false],[13,74,0,false,false,false],[14,44,0,true,true,false],[22,11,0,true,true,false],[24,43,0,true,true,false],[26,20,0,true,true,false],[27,68,0,true,true,false],[28,39,0,true,true,false],[28,66,0,true,false,false],[29,39,0,true,true,false],[30,78,0,true,true,false],[31,62,0,true,false,false],[33,51,0,true,true,false],[35,22,0,true,true,false],[36,18,0,true,false,false],[36,25,0,true,true,false],[41,18,0,true,true,false],[46,44,0,true,true,false],[47,62,0,true,true,false],[58,22,0,true,false,false],[58,28,0,true,true,false],[60,22,0,true,false,false],[62,20,0,true,true,false],[66,14,0,true,false,false],[68,6,0,false,false,false],[70,62,0,true,true,false],[86,6,0,false,false,false],[96,21,0,true,true,false],[97,49,0,true,true,false],[98,23,0,true,true,false],[98,44,0,true,false,false],[99,23,0,true,true,false],[101,58,0,true,true,false],[102,40,0,true,false,false],[104,44,0,true,true,false],[106,22,0,true,false,false],[107,6,0,true,true,false],[108,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":179,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift","mcdc_records":[],"segments":[[15,21,23,true,true,false],[16,69,59,true,true,false],[17,29,76,true,true,false],[18,51,17,true,true,false],[18,78,76,true,false,false],[18,84,17,true,true,false],[18,100,59,true,true,false],[19,54,76,true,false,false],[20,14,59,true,false,false],[21,10,23,true,false,false],[24,12,23,true,true,false],[24,35,51,true,true,false],[24,64,23,true,false,false],[24,66,4,true,true,false],[26,10,19,true,true,false],[29,12,19,true,true,false],[29,31,19,true,false,false],[29,32,0,true,true,false],[29,50,19,true,true,false],[30,12,19,true,true,false],[30,28,19,true,false,false],[30,29,1,true,true,false],[30,47,18,true,true,false],[40,12,18,true,true,false],[41,16,15,true,true,false],[41,79,18,true,false,false],[42,9,5,true,true,false],[44,10,13,true,true,false],[45,12,13,true,true,false],[46,16,13,true,true,false],[46,77,13,true,false,false],[47,9,1,true,true,false],[49,10,12,true,true,false],[52,54,15,true,true,false],[53,16,15,true,true,false],[53,44,15,true,false,false],[53,45,7,true,true,false],[54,24,7,true,true,false],[54,37,7,true,false,false],[55,17,0,true,true,false],[59,32,7,true,false,false],[60,17,7,true,true,false],[61,33,7,true,false,false],[63,14,8,true,true,false],[64,25,15,true,false,false],[65,10,12,true,false,false],[66,12,12,true,true,false],[66,34,12,true,false,false],[66,35,0,true,true,false],[66,60,12,true,true,false],[69,50,11,true,true,false],[70,16,11,true,true,false],[70,44,11,true,false,false],[70,45,5,true,true,false],[71,24,5,true,true,false],[71,37,5,true,false,false],[72,17,1,true,true,false],[80,32,5,true,false,false],[81,17,4,true,true,false],[82,33,5,true,false,false],[84,14,6,true,true,false],[85,25,11,true,false,false],[86,10,12,true,false,false],[87,12,12,true,true,false],[87,30,12,true,false,false],[87,31,1,true,true,false],[87,62,11,true,true,false],[90,47,8,true,true,false],[91,16,8,true,true,false],[91,44,8,true,false,false],[91,45,3,true,true,false],[92,24,3,true,true,false],[92,37,3,true,false,false],[93,17,3,true,true,false],[94,32,3,true,false,false],[95,17,0,true,true,false],[96,33,3,true,false,false],[98,14,5,true,true,false],[99,25,8,true,false,false],[100,10,11,true,false,false],[101,12,11,true,true,false],[101,27,11,true,false,false],[101,28,3,true,true,false],[101,56,8,true,true,false],[104,16,8,true,true,false],[104,21,8,true,false,false],[105,9,4,true,true,false],[106,28,8,true,false,false],[107,9,4,true,true,false],[108,18,8,true,false,false],[109,10,4,true,true,false],[112,24,23,true,false,false],[113,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":156,"covered":151,"percent":96.794871794871796},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":54,"notcovered":4,"percent":93.103448275862064}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift","mcdc_records":[],"segments":[[11,48,1,true,true,false],[12,12,1,true,true,false],[13,61,1,true,true,false],[14,24,1,true,false,false],[15,17,0,true,true,false],[17,10,1,true,false,false],[18,6,0,false,false,false],[22,56,0,true,true,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":1,"percent":50},"instantiations":{"count":2,"covered":1,"percent":50},"lines":{"count":12,"covered":6,"percent":50},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":3,"notcovered":2,"percent":60}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift","mcdc_records":[],"segments":[[14,5,2,true,true,false],[15,38,2,true,true,false],[15,82,2,true,false,false],[17,6,0,false,false,false],[20,67,0,true,true,false],[21,25,0,true,true,false],[21,55,0,true,false,false],[22,6,0,false,false,false],[25,73,0,true,true,false],[26,23,0,true,true,false],[26,48,0,true,false,false],[27,6,0,false,false,false],[30,101,0,true,true,false],[31,26,0,true,true,false],[31,70,0,true,false,false],[32,6,0,false,false,false],[39,5,0,true,true,false],[40,40,0,true,true,false],[40,82,0,true,false,false],[41,27,0,true,true,false],[41,34,0,true,false,false],[41,37,0,true,true,false],[41,47,0,true,false,false],[42,6,0,false,false,false],[45,66,0,true,true,false],[46,25,0,true,true,false],[46,54,0,true,false,false],[47,6,0,false,false,false],[50,72,0,true,true,false],[51,23,0,true,true,false],[51,47,0,true,false,false],[52,6,0,false,false,false],[57,60,0,true,true,false],[58,25,0,true,true,false],[58,53,0,true,false,false],[59,6,0,false,false,false],[62,71,0,true,true,false],[63,23,0,true,true,false],[63,46,0,true,false,false],[64,6,0,false,false,false],[67,65,0,true,true,false],[68,25,0,true,true,false],[69,64,0,true,true,false],[70,61,0,true,true,false],[72,18,0,true,true,false],[73,14,0,true,true,false],[74,25,0,true,false,false],[76,6,0,false,false,false],[81,60,0,true,true,false],[82,26,0,true,true,false],[82,52,0,true,false,false],[83,6,0,false,false,false],[86,69,0,true,true,false],[87,23,0,true,true,false],[87,44,0,true,false,false],[88,6,0,false,false,false],[93,73,0,true,true,false],[94,26,0,true,true,false],[94,64,0,true,false,false],[95,6,0,false,false,false],[98,80,0,true,true,false],[99,23,0,true,true,false],[99,61,0,true,false,false],[100,6,0,false,false,false],[105,66,0,true,true,false],[107,6,0,false,false,false],[110,62,0,true,true,false],[111,25,0,true,true,false],[111,55,0,true,true,false],[111,76,0,true,false,false],[112,6,0,false,false,false],[115,90,0,true,true,false],[116,12,0,true,true,false],[116,35,0,true,true,false],[116,63,0,true,false,false],[116,65,0,true,true,false],[118,10,0,true,false,false],[118,19,0,true,true,false],[118,42,0,true,true,false],[118,67,0,true,false,false],[118,69,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,42,0,true,true,false],[120,69,0,true,false,false],[120,71,0,true,true,false],[122,10,0,true,false,false],[122,19,0,true,true,false],[122,42,0,true,true,false],[122,66,0,true,false,false],[122,68,0,true,true,false],[124,10,0,true,true,false],[125,19,0,true,false,false],[126,6,0,false,false,false],[131,93,2,true,true,false],[132,16,2,true,true,false],[132,20,2,true,false,false],[133,9,0,true,true,false],[134,15,2,true,false,false],[135,9,0,true,true,false],[136,42,2,true,false,false],[137,9,1,true,true,false],[139,27,2,true,true,false],[141,24,1,true,true,false],[141,77,2,true,false,false],[143,9,1,true,true,false],[145,27,1,true,true,false],[147,24,0,true,true,false],[147,75,1,true,false,false],[148,24,0,true,true,false],[148,77,1,true,false,false],[149,14,2,true,false,false],[150,9,0,true,true,false],[152,27,0,true,true,false],[154,20,0,true,true,false],[154,51,0,true,false,false],[154,52,0,true,true,false],[155,28,0,true,true,false],[155,44,0,true,false,false],[156,21,0,true,true,false],[164,36,0,true,false,false],[165,21,0,true,true,false],[166,37,0,true,false,false],[168,18,0,true,true,false],[170,53,0,true,true,false],[170,90,0,true,false,false],[171,14,2,true,false,false],[172,9,0,true,true,false],[174,27,0,true,true,false],[175,20,0,true,true,false],[175,51,0,true,false,false],[175,52,0,true,true,false],[176,28,0,true,true,false],[176,44,0,true,false,false],[177,21,0,true,true,false],[179,36,0,true,false,false],[180,21,0,true,true,false],[181,37,0,true,false,false],[183,18,0,true,true,false],[184,29,0,true,false,false],[185,14,2,true,false,false],[186,9,0,true,true,false],[187,15,2,true,false,false],[188,9,0,true,true,false],[190,27,0,true,true,false],[191,70,0,true,true,false],[192,28,0,true,true,false],[192,37,0,true,false,false],[193,21,0,true,true,false],[196,36,0,true,false,false],[197,21,0,true,true,false],[198,37,0,true,false,false],[200,18,0,true,true,false],[201,29,0,true,false,false],[202,14,2,true,false,false],[203,9,0,true,true,false],[204,15,2,true,false,false],[205,9,0,true,true,false],[206,15,2,true,false,false],[207,9,0,true,true,false],[208,19,2,true,false,false],[209,9,0,true,true,false],[210,15,2,true,false,false],[211,10,2,true,true,false],[212,6,0,false,false,false],[215,94,2,true,true,false],[219,6,0,false,false,false],[224,64,0,true,true,false],[225,16,0,true,true,false],[225,22,0,true,false,false],[226,9,0,true,true,false],[227,23,0,true,false,false],[228,9,0,true,true,false],[229,18,0,true,false,false],[230,9,0,true,true,false],[231,20,0,true,false,false],[232,9,0,true,true,false],[233,19,0,true,false,false],[234,9,0,true,true,false],[235,17,0,true,false,false],[236,9,0,true,true,false],[237,23,0,true,false,false],[238,10,0,true,true,false],[239,6,0,false,false,false],[242,64,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[245,21,0,true,false,false],[246,9,0,true,true,false],[247,20,0,true,false,false],[248,9,0,true,true,false],[249,44,0,true,false,false],[250,9,0,true,true,false],[251,36,0,true,false,false],[252,9,0,true,true,false],[253,32,0,true,false,false],[254,9,0,true,true,false],[255,34,0,true,false,false],[256,10,0,true,true,false],[257,6,0,false,false,false],[264,53,0,true,true,false],[264,103,0,false,false,false],[265,21,2,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":8,"percent":15.384615384615385},"instantiations":{"count":52,"covered":8,"percent":15.384615384615385},"lines":{"count":277,"covered":50,"percent":18.050541516245488},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":12,"notcovered":102,"percent":10.526315789473683}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift","mcdc_records":[],"segments":[[29,53,26,true,true,false],[29,66,0,false,false,false],[32,50,26,true,true,false],[32,52,0,false,false,false],[35,46,26,true,true,false],[35,54,0,false,false,false],[41,42,26,true,true,false],[41,47,0,false,false,false],[48,35,26,true,true,false],[48,40,0,false,false,false],[55,53,26,true,true,false],[55,54,0,false,false,false],[66,28,26,true,true,false],[66,52,0,false,false,false],[70,38,26,true,true,false],[70,44,0,false,false,false],[71,59,26,true,true,false],[71,63,0,false,false,false],[72,50,26,true,true,false],[72,95,0,false,false,false],[76,32,26,true,true,false],[76,33,0,false,false,false],[81,12,26,true,true,false],[83,6,0,false,false,false],[86,55,0,true,true,false],[97,6,0,false,false,false],[102,26,0,true,true,false],[103,34,0,true,true,false],[106,10,0,true,true,false],[109,40,0,true,true,false],[111,16,0,true,true,false],[111,30,0,true,false,false],[111,31,0,true,true,false],[117,14,0,true,false,false],[138,6,0,false,false,false],[142,88,0,true,true,false],[142,96,0,false,false,false],[144,5,0,true,true,false],[145,40,0,true,true,false],[149,10,0,true,false,false],[149,16,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[157,32,0,true,true,false],[159,6,0,false,false,false],[163,79,0,true,true,false],[169,6,0,false,false,false],[174,45,22,true,true,false],[176,44,22,true,true,false],[181,10,22,true,false,false],[183,6,0,false,false,false],[186,90,1,true,true,false],[188,47,1,true,true,false],[188,57,0,true,true,false],[193,51,0,true,true,false],[193,61,0,true,true,false],[195,44,0,true,true,false],[199,10,0,true,false,false],[200,6,0,false,false,false],[203,83,0,true,true,false],[205,6,0,false,false,false],[208,96,0,true,true,false],[210,6,0,false,false,false],[213,28,2,true,true,false],[217,6,0,false,false,false],[220,41,0,true,true,false],[223,6,0,false,false,false],[226,21,6,true,true,false],[227,50,0,true,true,false],[230,10,6,true,true,false],[236,6,0,false,false,false],[239,25,0,true,true,false],[244,6,0,false,false,false],[248,99,6,true,true,false],[270,36,0,true,true,false],[270,43,6,true,false,false],[270,46,6,true,true,false],[270,52,6,true,false,false],[271,6,0,false,false,false],[273,80,0,true,true,false],[275,16,0,true,true,false],[275,23,0,true,false,false],[276,9,0,true,true,false],[277,21,0,true,false,false],[278,9,0,true,true,false],[279,21,0,true,false,false],[280,9,0,true,true,false],[281,29,0,true,false,false],[282,9,0,true,true,false],[283,32,0,true,false,false],[284,9,0,true,true,false],[285,20,0,true,false,false],[286,9,0,true,true,false],[287,20,0,true,false,false],[288,9,0,true,true,false],[289,23,0,true,false,false],[290,9,0,true,true,false],[291,29,0,true,false,false],[292,9,0,true,true,false],[293,27,0,true,false,false],[294,9,0,true,true,false],[295,33,0,true,false,false],[296,9,0,true,true,false],[297,30,0,true,false,false],[298,9,0,true,true,false],[299,30,0,true,false,false],[300,10,0,true,true,false],[301,6,0,false,false,false],[303,52,1,true,true,false],[305,16,1,true,true,false],[305,88,1,true,false,false],[306,6,0,false,false,false],[311,29,0,true,true,false],[312,36,0,true,true,false],[312,41,0,true,false,false],[313,6,0,false,false,false],[316,33,0,true,true,false],[317,49,0,true,true,false],[317,50,0,true,false,false],[318,6,0,false,false,false],[321,30,0,true,true,false],[322,44,0,true,true,false],[322,45,0,true,false,false],[323,6,0,false,false,false],[326,32,0,true,true,false],[327,49,0,true,true,false],[327,54,0,true,false,false],[328,6,0,false,false,false],[333,62,0,true,true,false],[335,6,0,false,false,false],[342,35,3,true,true,false],[343,51,1,true,true,false],[343,66,2,true,true,false],[346,67,0,true,true,false],[346,82,2,true,true,false],[347,40,3,true,false,false],[348,6,0,false,false,false],[351,46,23,true,true,false],[352,57,6,true,true,false],[354,10,17,true,true,false],[355,39,23,true,false,false],[356,6,0,false,false,false],[359,48,0,true,true,false],[367,6,0,false,false,false],[370,52,2,true,true,false],[372,6,0,false,false,false],[375,70,0,true,true,false],[379,6,0,false,false,false],[382,31,6,true,true,false],[383,82,0,true,true,false],[385,10,6,true,true,false],[386,32,6,true,false,false],[387,6,0,false,false,false],[390,34,2,true,true,false],[391,82,0,true,true,false],[393,10,2,true,true,false],[394,55,2,true,false,false],[395,6,0,false,false,false],[398,45,3,true,true,false],[401,14,1,true,true,false],[403,10,2,true,true,false],[404,48,3,true,false,false],[405,6,0,false,false,false],[408,41,3,true,true,false],[411,14,1,true,true,false],[413,10,2,true,true,false],[414,48,3,true,false,false],[415,6,0,false,false,false],[428,67,0,true,true,false],[429,34,0,true,true,false],[433,10,0,true,false,false],[434,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":27,"percent":51.923076923076927},"instantiations":{"count":52,"covered":27,"percent":51.923076923076927},"lines":{"count":300,"covered":118,"percent":39.333333333333329},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":41,"notcovered":54,"percent":43.15789473684211}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift","mcdc_records":[],"segments":[[7,41,1,true,true,false],[7,43,0,false,false,false],[9,30,1,true,true,false],[9,31,0,false,false,false],[10,26,1,true,true,false],[10,31,0,false,false,false],[12,31,1,true,true,false],[15,6,0,false,false,false],[17,39,5,true,true,false],[20,12,5,true,true,false],[20,22,5,true,false,false],[20,23,1,true,true,false],[20,40,5,true,false,false],[21,6,0,false,false,false],[23,38,1,true,true,false],[24,12,1,true,true,false],[24,19,1,true,false,false],[24,20,0,true,true,false],[26,10,1,true,true,false],[27,58,1,true,false,false],[28,6,0,false,false,false],[30,18,1,true,true,false],[34,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":7,"percent":100},"instantiations":{"count":7,"covered":7,"percent":100},"lines":{"count":23,"covered":22,"percent":95.652173913043484},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":11,"notcovered":1,"percent":91.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[10,22,0,false,false,false],[15,46,0,true,true,false],[15,51,0,false,false,false],[18,44,0,true,true,false],[18,49,0,false,false,false],[25,37,0,true,true,false],[28,6,0,false,false,false],[30,55,0,true,true,false],[34,6,0,false,false,false],[37,26,0,true,true,false],[42,6,0,false,false,false],[47,44,0,true,true,false],[48,42,0,true,true,false],[51,10,0,true,true,false],[56,41,0,true,true,false],[60,10,0,true,true,false],[69,60,0,true,true,false],[71,26,0,true,true,false],[73,14,0,true,false,false],[73,20,0,true,true,false],[76,14,0,true,false,false],[78,6,0,false,false,false],[81,42,0,true,true,false],[82,71,0,true,true,false],[85,10,0,true,true,false],[106,60,0,true,true,false],[108,26,0,true,true,false],[110,14,0,true,false,false],[110,20,0,true,true,false],[112,14,0,true,false,false],[117,6,0,false,false,false],[120,31,0,true,true,false],[124,6,0,false,false,false],[127,25,0,true,true,false],[130,6,0,false,false,false],[133,26,0,true,true,false],[136,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":100,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift","mcdc_records":[],"segments":[[12,36,0,true,true,false],[14,6,0,false,false,false],[16,39,0,true,true,false],[18,6,0,false,false,false],[20,25,0,true,true,false],[21,29,0,true,true,false],[34,33,0,true,true,false],[39,57,0,true,true,false],[43,18,0,true,false,false],[50,32,0,true,true,false],[55,20,0,true,true,false],[55,37,0,true,false,false],[55,38,0,true,true,false],[59,18,0,true,false,false],[59,24,0,true,true,false],[63,18,0,true,false,false],[67,32,0,true,true,false],[68,34,0,true,true,false],[72,71,0,true,true,false],[72,74,0,true,false,false],[72,77,0,true,true,false],[72,80,0,true,false,false],[81,30,0,true,true,false],[83,14,0,true,false,false],[90,6,0,false,false,false],[99,39,0,true,true,false],[99,44,0,false,false,false],[101,25,0,true,true,false],[102,29,0,true,true,false],[104,20,0,true,true,false],[113,14,0,true,false,false],[121,33,0,true,true,false],[133,14,0,true,false,false],[137,53,0,true,true,false],[149,14,0,true,false,false],[155,33,0,true,true,false],[156,35,0,true,true,false],[158,18,0,true,false,false],[161,39,0,true,true,false],[161,54,0,true,false,false],[161,57,0,true,true,false],[161,74,0,true,false,false],[161,76,0,true,true,false],[164,75,0,true,true,false],[166,22,0,true,false,false],[182,6,0,false,false,false],[191,25,0,true,true,false],[192,46,0,true,true,false],[193,20,0,true,true,false],[201,14,0,true,false,false],[210,6,0,false,false,false],[216,38,0,true,true,false],[216,43,0,false,false,false],[218,25,0,true,true,false],[219,29,0,true,true,false],[220,20,0,true,true,false],[224,48,0,true,true,false],[224,51,0,true,false,false],[224,54,0,true,true,false],[224,57,0,true,false,false],[229,48,0,true,true,false],[229,51,0,true,false,false],[229,54,0,true,true,false],[229,57,0,true,false,false],[241,19,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":28,"covered":0,"percent":0},"lines":{"count":536,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift","mcdc_records":[],"segments":[[12,7,0,true,true,false],[16,6,0,false,false,false],[18,46,0,true,true,false],[19,38,0,true,true,false],[21,41,0,true,true,false],[24,18,0,true,false,false],[25,42,0,true,true,false],[28,18,0,true,false,false],[29,38,0,true,true,false],[32,18,0,true,false,false],[34,16,0,true,true,false],[37,10,0,true,false,false],[38,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":38,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift","mcdc_records":[],"segments":[[8,46,0,true,true,false],[11,23,0,true,true,false],[14,71,0,true,true,false],[16,49,0,true,true,false],[18,28,0,true,true,false],[18,46,0,true,true,false],[18,71,0,true,false,false],[18,72,0,true,true,false],[30,32,0,true,true,false],[30,54,0,true,false,false],[30,55,0,true,true,false],[37,30,0,true,false,false],[40,69,0,true,true,false],[42,66,0,true,true,false],[45,34,0,true,false,false],[50,22,0,true,true,false],[51,18,0,true,false,false],[53,6,0,false,false,false],[56,51,0,true,true,false],[57,35,0,true,true,false],[60,10,0,true,false,false],[61,38,0,true,true,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[70,30,0,true,true,false],[70,35,0,false,false,false],[72,28,0,true,true,false],[75,6,0,false,false,false],[77,79,0,true,true,false],[83,6,0,false,false,false],[85,56,0,true,true,false],[86,78,0,true,true,false],[86,88,0,true,true,false],[97,6,0,false,false,false],[103,46,0,true,true,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":164,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[14,31,0,true,true,false],[16,18,0,true,false,false],[19,32,0,true,true,false],[21,37,0,true,true,false],[26,34,0,true,true,false],[30,26,0,true,false,false],[46,37,0,true,true,false],[50,41,0,true,true,false],[51,44,0,true,true,false],[59,26,0,true,false,false],[67,45,0,true,true,false],[83,26,0,true,false,false],[103,37,0,true,true,false],[105,33,0,true,true,false],[106,70,0,true,true,false],[108,30,0,true,false,false],[109,83,0,true,true,false],[111,30,0,true,false,false],[113,32,0,true,true,false],[114,36,0,true,true,false],[119,30,0,true,false,false],[130,33,0,true,true,false],[131,70,0,true,true,false],[133,30,0,true,false,false],[134,83,0,true,true,false],[136,30,0,true,false,false],[138,32,0,true,true,false],[144,26,0,true,false,false],[152,25,0,true,true,false],[156,14,0,true,false,false],[165,6,0,false,false,false],[173,25,0,true,true,false],[174,28,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false],[200,36,0,true,true,false],[201,15,0,true,true,false],[204,28,0,true,true,false],[204,30,0,true,false,false],[205,27,0,true,true,false],[205,29,0,true,false,false],[211,28,0,true,true,false],[211,30,0,true,false,false],[212,27,0,true,true,false],[212,29,0,true,false,false],[216,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":776,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":29,"covered":0,"notcovered":29,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,56,0,true,true,false],[17,52,0,true,true,false],[22,14,0,true,true,false],[26,10,0,true,false,false],[28,6,0,false,false,false],[32,36,0,true,true,false],[34,12,0,true,true,false],[34,34,0,true,false,false],[34,54,0,true,true,false],[36,10,0,true,true,false],[39,12,0,true,true,false],[39,34,0,true,false,false],[39,55,0,true,true,false],[41,10,0,true,true,false],[44,16,0,true,true,false],[44,27,0,true,false,false],[45,9,0,true,true,false],[46,51,0,true,false,false],[47,9,0,true,true,false],[48,51,0,true,false,false],[49,9,0,true,true,false],[50,38,0,true,false,false],[52,6,0,false,false,false],[54,36,0,true,true,false],[56,12,0,true,true,false],[56,34,0,true,false,false],[56,54,0,true,true,false],[58,10,0,true,true,false],[61,12,0,true,true,false],[61,34,0,true,false,false],[61,55,0,true,true,false],[63,10,0,true,true,false],[66,16,0,true,true,false],[66,27,0,true,false,false],[67,9,0,true,true,false],[68,47,0,true,false,false],[69,9,0,true,true,false],[70,45,0,true,false,false],[71,9,0,true,true,false],[72,53,0,true,false,false],[74,6,0,false,false,false],[76,39,0,true,true,false],[78,12,0,true,true,false],[78,34,0,true,false,false],[78,54,0,true,true,false],[81,10,0,true,true,false],[84,12,0,true,true,false],[84,34,0,true,false,false],[84,55,0,true,true,false],[86,10,0,true,true,false],[89,16,0,true,true,false],[89,27,0,true,false,false],[90,9,0,true,true,false],[91,41,0,true,false,false],[92,9,0,true,true,false],[93,40,0,true,false,false],[94,9,0,true,true,false],[95,38,0,true,false,false],[97,6,0,false,false,false],[99,44,0,true,true,false],[102,6,0,false,false,false],[105,41,0,true,true,false],[107,12,0,true,true,false],[107,34,0,true,false,false],[107,54,0,true,true,false],[108,81,0,true,true,false],[110,14,0,true,false,false],[111,16,0,true,true,false],[113,20,0,true,true,false],[113,31,0,true,false,false],[114,13,0,true,true,false],[115,94,0,true,true,false],[117,18,0,true,false,false],[119,13,0,true,true,false],[121,28,0,true,false,false],[123,13,0,true,true,false],[125,28,0,true,false,false],[126,14,0,true,true,false],[127,10,0,true,true,false],[128,6,0,false,false,false],[134,36,0,true,true,false],[135,29,0,true,true,false],[139,33,0,true,true,false],[139,35,0,true,false,false],[140,28,0,true,true,false],[140,30,0,true,false,false],[146,33,0,true,true,false],[146,35,0,true,false,false],[147,28,0,true,true,false],[147,30,0,true,false,false],[153,33,0,true,true,false],[153,35,0,true,false,false],[154,28,0,true,true,false],[154,30,0,true,false,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":182,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift","mcdc_records":[],"segments":[[12,94,0,true,true,false],[16,10,0,false,false,false],[25,83,0,true,true,false],[29,10,0,false,false,false],[48,11,0,true,true,false],[54,10,0,false,false,false],[65,7,0,true,true,false],[69,6,0,false,false,false],[71,25,0,true,true,false],[72,55,0,true,true,false],[74,33,0,true,true,false],[75,44,0,true,true,false],[77,18,0,true,false,false],[81,14,0,true,true,false],[84,36,0,true,true,false],[85,47,0,true,true,false],[87,18,0,true,false,false],[90,14,0,true,true,false],[95,34,0,true,true,false],[96,20,0,true,true,false],[96,55,0,true,false,false],[96,56,0,true,true,false],[97,49,0,true,true,false],[99,22,0,true,false,false],[102,59,0,true,true,false],[102,82,0,true,false,false],[103,24,0,true,true,false],[104,49,0,true,true,false],[106,22,0,true,false,false],[109,59,0,true,true,false],[109,82,0,true,false,false],[111,14,0,true,true,false],[112,10,0,true,false,false],[116,6,0,false,false,false],[125,5,0,true,true,false],[129,6,0,false,false,false],[136,26,0,true,true,false],[141,6,0,false,false,false],[152,26,0,true,true,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":141,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift","mcdc_records":[],"segments":[[9,92,0,true,true,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,55,0,true,true,false],[18,62,0,true,true,false],[27,14,0,true,false,false],[30,16,0,true,true,false],[30,46,0,true,false,false],[30,47,0,true,true,false],[31,85,0,true,true,false],[36,89,0,true,true,false],[37,90,0,true,true,false],[38,93,0,true,true,false],[51,30,0,true,false,false],[63,14,0,true,true,false],[66,62,0,true,true,false],[67,34,0,true,true,false],[68,64,0,true,true,false],[70,22,0,true,false,false],[71,18,0,true,true,false],[73,32,0,true,true,false],[74,64,0,true,true,false],[76,22,0,true,false,false],[77,18,0,true,true,false],[78,14,0,true,false,false],[82,6,0,false,false,false],[91,25,0,true,true,false],[92,58,0,true,true,false],[99,53,0,true,true,false],[105,66,0,true,true,false],[110,18,0,true,true,false],[111,14,0,true,false,false],[116,39,0,true,true,false],[120,14,0,true,false,false],[127,30,0,true,true,false],[127,33,0,true,false,false],[127,36,0,true,true,false],[127,39,0,true,false,false],[128,34,0,true,true,false],[128,37,0,true,false,false],[128,40,0,true,true,false],[128,43,0,true,false,false],[130,6,0,false,false,false],[138,25,0,true,true,false],[139,58,0,true,true,false],[145,53,0,true,true,false],[150,62,0,true,true,false],[155,18,0,true,true,false],[156,14,0,true,false,false],[160,28,0,true,true,false],[161,33,0,true,true,false],[163,18,0,true,false,false],[165,14,0,true,true,false],[166,10,0,true,false,false],[174,6,0,false,false,false],[180,36,0,true,true,false],[181,29,0,true,true,false],[193,26,0,true,true,false],[193,28,0,true,false,false],[194,28,0,true,true,false],[194,30,0,true,false,false],[204,26,0,true,true,false],[204,28,0,true,false,false],[215,28,0,true,true,false],[215,30,0,true,false,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":489,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift","mcdc_records":[],"segments":[[21,45,0,true,true,false],[21,50,0,false,false,false],[41,7,0,true,true,false],[52,6,0,false,false,false],[56,25,0,true,true,false],[57,58,0,true,true,false],[75,62,0,true,true,false],[76,52,0,true,true,false],[78,18,0,true,false,false],[81,14,0,true,true,false],[82,10,0,true,false,false],[88,6,0,false,false,false],[93,37,0,true,true,false],[94,16,0,true,true,false],[96,16,0,true,true,false],[96,36,0,true,false,false],[96,37,0,true,true,false],[98,66,0,true,true,false],[98,70,0,true,false,false],[98,73,0,true,true,false],[98,76,0,true,false,false],[102,14,0,true,true,false],[112,50,0,true,true,false],[114,14,0,true,true,false],[115,10,0,true,false,false],[117,18,0,true,true,false],[118,16,0,true,true,false],[118,36,0,true,false,false],[118,37,0,true,true,false],[120,14,0,true,false,false],[122,23,0,true,true,false],[124,10,0,true,false,false],[125,6,0,false,false,false],[128,75,0,true,true,false],[129,16,0,true,true,false],[130,20,0,true,true,false],[133,65,0,true,true,false],[133,67,0,true,false,false],[133,70,0,true,true,false],[133,72,0,true,false,false],[138,52,0,true,true,false],[138,54,0,true,false,false],[138,57,0,true,true,false],[138,58,0,true,false,false],[139,52,0,true,true,false],[139,54,0,true,false,false],[139,57,0,true,true,false],[139,59,0,true,false,false],[145,44,0,true,true,false],[145,47,0,true,false,false],[145,50,0,true,true,false],[145,52,0,true,false,false],[146,45,0,true,true,false],[146,48,0,true,false,false],[146,51,0,true,true,false],[146,53,0,true,false,false],[148,6,0,false,false,false],[162,28,0,true,true,false],[175,6,0,false,false,false],[185,28,0,true,true,false],[198,6,0,false,false,false],[208,28,0,true,true,false],[221,6,0,false,false,false],[232,25,0,true,true,false],[233,28,0,true,true,false],[234,62,0,true,true,false],[236,23,0,true,true,false],[237,28,0,true,true,false],[237,34,0,true,false,false],[238,21,0,true,true,false],[241,74,0,true,false,false],[243,21,0,true,true,false],[246,72,0,true,false,false],[248,21,0,true,true,false],[249,36,0,true,false,false],[250,22,0,true,true,false],[251,18,0,true,false,false],[260,42,0,true,true,false],[262,14,0,true,true,false],[263,10,0,true,false,false],[267,6,0,false,false,false],[275,34,0,true,true,false],[275,37,0,false,false,false],[276,35,0,true,true,false],[276,36,0,false,false,false],[278,25,0,true,true,false],[279,37,0,true,true,false],[287,10,0,true,false,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":359,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":0,"notcovered":51,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift","mcdc_records":[],"segments":[[9,37,0,true,true,false],[9,42,0,false,false,false],[11,25,0,true,true,false],[13,12,0,true,true,false],[13,44,0,true,true,false],[13,75,0,true,false,false],[13,76,0,true,true,false],[14,32,0,true,true,false],[16,32,0,true,true,false],[17,75,0,true,true,false],[19,22,0,true,false,false],[20,20,0,true,true,false],[24,60,0,true,true,false],[24,68,0,true,false,false],[24,71,0,true,true,false],[24,94,0,true,false,false],[39,32,0,true,true,false],[40,67,0,true,true,false],[42,22,0,true,false,false],[43,20,0,true,true,false],[47,63,0,true,true,false],[47,71,0,true,false,false],[47,74,0,true,true,false],[47,97,0,true,false,false],[62,31,0,true,true,false],[62,81,0,true,false,false],[63,31,0,true,true,false],[63,68,0,true,false,false],[68,38,0,true,true,false],[68,66,0,true,false,false],[68,69,0,true,true,false],[68,97,0,true,false,false],[71,22,0,true,true,false],[72,59,0,true,true,false],[74,18,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[84,46,0,true,true,false],[86,46,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[97,42,0,true,true,false],[99,6,0,false,false,false],[105,37,0,true,true,false],[105,42,0,false,false,false],[107,25,0,true,true,false],[108,16,0,true,true,false],[111,10,0,true,false,false],[111,18,0,true,true,false],[120,35,0,true,true,false],[120,81,0,true,false,false],[121,35,0,true,true,false],[121,81,0,true,false,false],[128,18,0,true,true,false],[129,55,0,true,true,false],[131,14,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":215,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":34,"covered":0,"notcovered":34,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift","mcdc_records":[],"segments":[[7,54,0,true,true,false],[9,6,0,false,false,false],[11,25,0,true,true,false],[12,29,0,true,true,false],[13,28,0,true,true,false],[14,24,0,true,true,false],[22,18,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":55,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift","mcdc_records":[],"segments":[[9,80,0,true,true,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,29,0,true,true,false],[18,28,0,true,true,false],[19,45,0,true,true,false],[25,24,0,true,true,false],[25,39,0,true,false,false],[25,40,0,true,true,false],[29,22,0,true,false,false],[29,28,0,true,true,false],[41,22,0,true,false,false],[47,20,0,true,true,false],[54,20,0,true,true,false],[54,36,0,true,false,false],[54,37,0,true,true,false],[58,18,0,true,true,false],[59,14,0,true,false,false],[71,6,0,false,false,false],[76,42,0,true,true,false],[76,44,0,false,false,false],[78,25,0,true,true,false],[79,24,0,true,true,false],[96,27,0,true,true,false],[100,23,0,true,true,false],[102,22,0,true,false,false],[106,6,0,false,false,false],[115,48,0,true,true,false],[115,49,0,false,false,false],[117,25,0,true,true,false],[123,23,0,true,true,false],[124,90,0,true,true,false],[126,18,0,true,false,false],[133,6,0,false,false,false],[135,53,0,true,true,false],[136,12,0,true,true,false],[136,27,0,true,false,false],[136,28,0,true,true,false],[138,10,0,true,false,false],[138,19,0,true,true,false],[138,33,0,true,false,false],[138,34,0,true,true,false],[140,10,0,true,false,false],[140,19,0,true,true,false],[140,33,0,true,false,false],[140,34,0,true,true,false],[142,10,0,true,false,false],[142,19,0,true,true,false],[142,33,0,true,false,false],[142,34,0,true,true,false],[144,10,0,true,false,false],[144,16,0,true,true,false],[146,10,0,true,false,false],[147,6,0,false,false,false],[153,36,0,true,true,false],[154,29,0,true,true,false],[175,10,0,true,false,false],[178,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":324,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift","mcdc_records":[],"segments":[[22,48,0,true,true,false],[22,49,0,false,false,false],[23,49,0,true,true,false],[23,50,0,false,false,false],[24,51,0,true,true,false],[24,52,0,false,false,false],[25,52,0,true,true,false],[25,54,0,false,false,false],[29,25,0,true,true,false],[30,20,0,true,true,false],[31,85,0,true,true,false],[32,49,0,true,true,false],[36,51,0,true,true,false],[36,89,0,true,false,false],[36,92,0,true,true,false],[36,95,0,true,false,false],[37,23,0,true,true,false],[38,65,0,true,true,false],[52,32,0,true,true,false],[52,54,0,true,false,false],[52,79,0,true,true,false],[53,101,0,true,true,false],[54,70,0,true,true,false],[61,75,0,true,true,false],[61,116,0,true,false,false],[61,119,0,true,true,false],[61,122,0,true,false,false],[68,30,0,true,true,false],[69,26,0,true,false,false],[77,32,0,true,true,false],[86,18,0,true,false,false],[98,19,0,true,true,false],[100,38,0,true,true,false],[103,17,0,true,true,false],[105,18,0,true,false,false],[110,28,0,true,true,false],[111,46,0,true,true,false],[113,35,0,true,true,false],[113,74,0,true,false,false],[114,58,0,true,true,false],[116,26,0,true,false,false],[117,24,0,true,true,false],[119,35,0,true,true,false],[119,74,0,true,false,false],[120,58,0,true,true,false],[122,26,0,true,false,false],[126,54,0,true,true,false],[129,10,0,true,false,false],[130,19,0,true,true,false],[133,10,0,true,false,false],[134,37,0,true,true,false],[134,68,0,true,false,false],[135,37,0,true,true,false],[135,68,0,true,false,false],[136,36,0,true,true,false],[136,67,0,true,false,false],[137,35,0,true,true,false],[138,16,0,true,true,false],[138,30,0,true,false,false],[138,31,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,38,0,true,true,false],[153,16,0,true,true,false],[153,33,0,true,false,false],[153,34,0,true,true,false],[165,14,0,true,true,false],[166,10,0,true,false,false],[169,6,0,false,false,false],[172,53,0,true,true,false],[174,38,0,true,true,false],[176,10,0,true,true,false],[177,6,0,false,false,false],[179,38,0,true,true,false],[182,6,0,false,false,false],[184,41,0,true,true,false],[187,6,0,false,false,false],[190,49,0,true,true,false],[192,6,0,false,false,false],[203,92,0,true,true,false],[205,10,0,false,false,false],[210,70,0,true,true,false],[212,46,0,true,true,false],[212,71,0,true,false,false],[213,6,0,false,false,false],[215,76,0,true,true,false],[218,38,0,true,true,false],[218,60,0,true,false,false],[219,6,0,false,false,false],[224,40,1,true,true,false],[231,42,1,true,true,false],[232,60,0,true,true,false],[233,52,0,true,true,false],[233,85,0,true,false,false],[234,14,1,true,true,false],[235,25,1,true,false,false],[237,48,1,true,true,false],[238,16,1,true,true,false],[238,44,1,true,false,false],[238,45,0,true,true,false],[240,14,1,true,true,false],[241,50,1,true,false,false],[243,67,0,true,true,false],[243,97,1,true,false,false],[243,100,1,true,true,false],[243,103,1,true,false,false],[257,56,1,true,true,false],[258,16,1,true,true,false],[258,44,1,true,false,false],[258,45,0,true,true,false],[260,14,1,true,true,false],[261,29,1,true,true,false],[261,39,1,true,false,false],[261,42,0,true,true,false],[261,53,1,true,false,false],[266,32,1,true,true,false],[266,50,1,true,false,false],[266,53,0,true,true,false],[266,77,1,true,false,false],[268,36,1,true,true,false],[268,39,1,true,false,false],[268,42,0,true,true,false],[268,52,1,true,false,false],[275,44,1,true,true,false],[275,73,1,true,false,false],[276,50,1,true,true,false],[277,16,1,true,true,false],[277,44,1,true,false,false],[277,45,0,true,true,false],[279,14,1,true,true,false],[280,52,1,true,false,false],[295,51,1,true,true,false],[296,61,1,true,true,false],[297,58,1,true,true,false],[297,87,1,true,false,false],[298,14,0,true,true,false],[299,25,1,true,false,false],[302,60,0,true,true,false],[302,96,1,true,false,false],[303,15,0,true,true,false],[303,33,1,true,false,false],[303,36,1,true,true,false],[303,39,1,true,false,false],[318,49,1,true,true,false],[319,61,1,true,true,false],[320,56,1,true,true,false],[320,83,1,true,false,false],[321,14,0,true,true,false],[322,25,1,true,false,false],[324,58,0,true,true,false],[324,92,1,true,false,false],[325,15,0,true,true,false],[325,33,1,true,false,false],[325,36,1,true,true,false],[325,39,1,true,false,false],[340,45,1,true,true,false],[342,48,0,true,true,false],[342,78,1,true,false,false],[358,43,1,true,true,false],[360,10,1,true,false,false],[366,45,0,true,true,false],[366,54,1,true,false,false],[366,57,1,true,true,false],[366,60,1,true,false,false],[377,12,1,true,true,false],[377,49,1,true,false,false],[377,50,1,true,true,false],[379,56,1,true,true,false],[381,65,0,true,true,false],[383,18,1,true,true,false],[384,29,1,true,false,false],[399,12,1,true,true,false],[399,50,1,true,false,false],[399,51,0,true,true,false],[407,66,0,true,true,false],[407,82,0,true,false,false],[408,27,0,true,true,false],[408,49,0,true,false,false],[408,52,0,true,true,false],[408,55,0,true,false,false],[413,10,1,true,false,false],[416,6,0,false,false,false],[420,38,0,true,true,false],[427,34,0,true,true,false],[430,16,0,true,true,false],[430,32,0,true,false,false],[430,55,0,true,true,false],[433,14,0,true,false,false],[434,10,0,true,true,false],[437,49,0,true,true,false],[437,78,0,true,true,false],[437,102,0,true,false,false],[439,91,0,true,true,false],[439,104,0,true,false,false],[440,6,0,false,false,false],[458,56,0,true,true,false],[459,77,0,true,true,false],[459,91,0,true,true,false],[460,29,0,true,false,false],[461,10,0,false,false,false],[463,59,0,true,true,false],[465,10,0,false,false,false],[470,34,0,true,true,false],[475,18,0,true,true,false],[475,32,0,true,true,false],[476,30,0,true,false,false],[477,10,0,false,false,false],[483,11,0,true,true,false],[485,10,0,false,false,false],[488,69,1,true,true,false],[498,6,0,false,false,false],[504,54,0,true,true,false],[513,6,0,false,false,false],[519,15,0,true,true,false],[520,72,0,true,true,false],[520,87,0,true,true,false],[521,72,0,true,true,false],[521,94,0,true,false,false],[522,32,0,true,true,false],[522,64,0,true,false,false],[523,6,0,false,false,false],[529,5,0,true,true,false],[530,12,0,true,true,false],[530,24,0,true,false,false],[530,25,0,true,true,false],[530,41,0,true,true,false],[533,29,0,true,true,false],[533,58,0,true,true,false],[533,82,0,true,false,false],[534,6,0,false,false,false],[559,11,8,true,true,false],[569,10,0,false,false,false],[577,48,1,true,true,false],[584,19,1,true,true,false],[584,75,1,true,false,false],[585,19,0,true,true,false],[585,79,1,true,false,false],[587,6,0,false,false,false],[589,79,1,true,true,false],[590,12,1,true,true,false],[590,40,1,true,false,false],[590,41,0,true,true,false],[592,10,1,true,true,false],[594,51,1,true,true,false],[595,72,1,true,true,false],[596,69,1,true,true,false],[596,109,1,true,false,false],[597,14,0,true,true,false],[598,25,1,true,false,false],[603,57,1,true,true,false],[604,59,1,true,true,false],[606,14,0,true,true,false],[607,25,1,true,false,false],[609,58,1,true,true,false],[610,59,1,true,true,false],[612,14,0,true,true,false],[613,25,1,true,false,false],[617,12,1,true,true,false],[617,34,1,true,false,false],[617,35,0,true,true,false],[619,10,1,true,true,false],[622,12,1,true,true,false],[622,19,1,true,false,false],[622,43,0,true,true,false],[624,10,1,true,true,false],[627,12,1,true,true,false],[627,42,1,true,false,false],[627,43,1,true,true,false],[629,10,0,true,true,false],[631,26,1,true,false,false],[632,6,0,false,false,false],[634,77,1,true,true,false],[635,12,1,true,true,false],[635,40,1,true,false,false],[635,41,0,true,true,false],[637,10,1,true,true,false],[639,49,1,true,true,false],[640,72,1,true,true,false],[641,67,1,true,true,false],[641,105,1,true,false,false],[642,14,0,true,true,false],[643,25,1,true,false,false],[648,55,0,true,true,false],[649,59,0,true,true,false],[651,14,0,true,true,false],[652,25,0,true,false,false],[653,10,1,true,false,false],[654,56,0,true,true,false],[655,59,0,true,true,false],[657,14,0,true,true,false],[658,25,0,true,false,false],[659,10,1,true,false,false],[662,12,1,true,true,false],[662,34,1,true,false,false],[662,35,0,true,true,false],[664,10,1,true,true,false],[667,12,1,true,true,false],[667,19,1,true,false,false],[667,43,0,true,true,false],[669,10,1,true,true,false],[672,12,1,true,true,false],[672,40,1,true,false,false],[672,41,0,true,true,false],[674,10,1,true,true,false],[676,26,1,true,false,false],[677,6,0,false,false,false],[679,71,2,true,true,false],[685,6,0,false,false,false],[687,68,1,true,true,false],[688,12,1,true,true,false],[688,40,1,true,false,false],[688,41,0,true,true,false],[690,10,1,true,true,false],[692,42,1,true,true,false],[693,16,1,true,true,false],[693,47,1,true,false,false],[693,48,0,true,true,false],[694,24,0,true,true,false],[694,40,0,true,false,false],[695,17,0,true,true,false],[698,32,0,true,false,false],[699,17,0,true,true,false],[700,33,0,true,false,false],[702,14,1,true,true,false],[703,25,1,true,false,false],[706,6,0,false,false,false],[708,71,0,true,true,false],[711,12,0,true,true,false],[711,40,0,true,false,false],[711,41,0,true,true,false],[711,63,0,true,true,false],[712,34,0,true,true,false],[712,44,0,true,false,false],[712,47,0,true,true,false],[712,58,0,true,false,false],[713,6,0,false,false,false],[715,51,3,true,true,false],[716,12,3,true,true,false],[716,40,3,true,false,false],[716,41,0,true,true,false],[718,10,3,true,true,false],[720,42,2,true,true,false],[720,63,3,true,false,false],[721,12,3,true,true,false],[721,33,3,true,false,false],[721,34,0,true,true,false],[723,10,3,true,true,false],[725,12,3,true,true,false],[725,76,3,true,false,false],[725,77,0,true,true,false],[727,10,3,true,true,false],[729,12,3,true,true,false],[729,27,3,true,false,false],[729,28,2,true,true,false],[731,10,1,true,true,false],[733,27,3,true,false,false],[734,6,0,false,false,false],[736,85,1,true,true,false],[738,58,1,true,true,false],[739,50,1,true,true,false],[739,74,1,true,false,false],[739,80,1,true,true,false],[739,96,0,true,true,false],[740,68,0,true,true,false],[742,14,0,true,true,false],[743,25,1,true,false,false],[746,56,1,true,true,false],[747,50,1,true,true,false],[747,74,1,true,false,false],[747,80,1,true,true,false],[747,96,0,true,true,false],[748,68,0,true,true,false],[750,14,0,true,true,false],[751,25,1,true,false,false],[755,12,1,true,true,false],[755,38,1,true,false,false],[755,39,0,true,true,false],[757,10,1,true,false,false],[757,19,1,true,true,false],[757,43,1,true,false,false],[757,44,0,true,true,false],[759,10,1,true,false,false],[759,16,1,true,true,false],[762,10,1,true,false,false],[763,6,0,false,false,false],[765,79,4,true,true,false],[767,6,0,false,false,false],[773,35,0,true,true,false],[773,40,0,false,false,false],[782,7,0,true,true,false],[786,6,0,false,false,false],[788,25,0,true,true,false],[793,42,0,true,true,false],[796,38,0,true,true,false],[796,65,0,true,false,false],[796,68,0,true,true,false],[796,79,0,true,false,false],[799,42,0,true,true,false],[801,40,0,true,true,false],[801,80,0,true,false,false],[801,83,0,true,true,false],[801,94,0,true,false,false],[804,22,0,true,true,false],[805,59,0,true,true,false],[807,18,0,true,false,false],[809,27,0,true,true,false],[810,20,0,true,true,false],[810,31,0,true,false,false],[810,32,0,true,true,false],[812,18,0,true,false,false],[814,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":104,"covered":35,"percent":33.653846153846153},"instantiations":{"count":104,"covered":35,"percent":33.653846153846153},"lines":{"count":1158,"covered":445,"percent":38.428324697754753},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":255,"covered":94,"notcovered":161,"percent":36.86274509803922}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift","mcdc_records":[],"segments":[[10,27,0,true,true,false],[13,14,0,true,true,false],[15,37,0,true,true,false],[16,37,0,true,true,false],[18,18,0,true,false,false],[20,14,0,true,true,false],[21,33,0,true,true,false],[21,55,0,true,false,false],[22,26,0,true,true,false],[22,63,0,true,false,false],[26,16,0,true,true,false],[26,47,0,true,false,false],[26,48,0,true,true,false],[27,37,0,true,true,false],[32,18,0,true,false,false],[34,14,0,true,true,false],[40,33,0,true,true,false],[41,20,0,true,true,false],[41,34,0,true,false,false],[41,35,0,true,true,false],[42,70,0,true,true,false],[42,79,0,true,false,false],[44,24,0,true,true,false],[44,38,0,true,false,false],[44,39,0,true,true,false],[49,22,0,true,false,false],[49,28,0,true,true,false],[51,22,0,true,false,false],[52,24,0,true,true,false],[53,65,0,true,true,false],[53,80,0,true,false,false],[60,57,0,true,true,false],[62,14,0,true,false,false],[70,6,0,false,false,false],[73,93,0,true,true,false],[75,12,0,true,true,false],[75,47,0,true,false,false],[75,48,0,true,true,false],[76,16,0,true,true,false],[76,30,0,true,false,false],[76,31,0,true,true,false],[77,37,0,true,true,false],[79,18,0,true,false,false],[82,10,0,true,true,false],[83,12,0,true,true,false],[83,23,0,true,false,false],[83,24,0,true,true,false],[84,16,0,true,true,false],[84,30,0,true,false,false],[84,31,0,true,true,false],[85,37,0,true,true,false],[87,18,0,true,false,false],[90,10,0,true,true,false],[103,12,0,true,true,false],[103,54,0,true,true,false],[103,89,0,true,false,false],[105,9,0,true,true,false],[106,16,0,true,true,false],[106,30,0,true,false,false],[106,31,0,true,true,false],[107,37,0,true,true,false],[112,18,0,true,false,false],[115,10,0,true,true,false],[117,37,0,true,true,false],[117,43,0,true,false,false],[118,9,0,true,true,false],[120,17,0,true,false,false],[121,9,0,true,true,false],[122,17,0,true,false,false],[123,10,0,true,true,false],[136,12,0,true,true,false],[137,73,0,true,true,false],[139,14,0,true,true,false],[140,10,0,true,false,false],[140,17,0,true,true,false],[142,16,0,true,true,false],[142,30,0,true,false,false],[142,31,0,true,true,false],[143,37,0,true,true,false],[147,18,0,true,false,false],[151,10,0,true,true,false],[153,38,0,true,true,false],[153,40,0,true,false,false],[153,43,0,true,true,false],[153,123,0,true,false,false],[155,12,0,true,true,false],[155,26,0,true,false,false],[155,27,0,true,true,false],[156,33,0,true,true,false],[157,20,0,true,true,false],[157,27,0,true,false,false],[157,28,0,true,true,false],[158,24,0,true,true,false],[158,41,0,true,false,false],[158,42,0,true,true,false],[161,22,0,true,false,false],[161,28,0,true,true,false],[163,22,0,true,false,false],[164,24,0,true,true,false],[165,48,0,true,true,false],[165,79,0,true,false,false],[166,25,0,true,true,false],[166,142,0,true,false,false],[167,27,0,true,true,false],[167,39,0,true,false,false],[176,14,0,true,true,false],[187,18,0,true,true,false],[191,37,0,true,true,false],[194,18,0,true,false,false],[200,20,0,true,true,false],[200,58,0,true,true,false],[200,89,0,true,false,false],[201,21,0,true,true,false],[201,56,0,true,false,false],[201,60,0,true,true,false],[201,95,0,true,false,false],[202,17,0,true,true,false],[205,59,0,true,true,false],[207,22,0,true,false,false],[209,24,0,true,true,false],[209,57,0,true,true,false],[209,68,0,true,false,false],[209,69,0,true,true,false],[210,28,0,true,true,false],[210,47,0,true,false,false],[210,64,0,true,true,false],[211,49,0,true,true,false],[215,30,0,true,false,false],[217,31,0,true,true,false],[217,45,0,true,false,false],[217,46,0,true,true,false],[221,45,0,true,true,false],[222,32,0,true,true,false],[222,67,0,true,false,false],[222,68,0,true,true,false],[227,30,0,true,false,false],[227,36,0,true,true,false],[231,30,0,true,false,false],[239,6,0,false,false,false],[242,72,0,true,true,false],[244,6,0,false,false,false],[247,73,0,true,true,false],[252,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":499,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":0,"notcovered":90,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[14,6,0,false,false,false],[17,49,0,true,true,false],[20,46,0,true,true,false],[20,51,0,true,false,false],[20,54,0,true,true,false],[20,58,0,true,false,false],[21,6,0,false,false,false],[34,45,0,true,true,false],[36,38,0,true,true,false],[38,10,0,true,true,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":17,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift","mcdc_records":[],"segments":[[9,55,0,true,true,false],[11,6,0,false,false,false],[13,67,0,true,true,false],[15,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift","mcdc_records":[],"segments":[[10,35,0,true,true,false],[11,57,0,true,true,false],[11,67,0,true,true,false],[16,46,0,true,true,false],[16,61,0,true,false,false],[16,64,0,true,true,false],[16,75,0,true,false,false],[17,89,0,true,true,false],[19,10,0,true,true,false],[23,6,0,false,false,false],[26,31,0,true,true,false],[27,57,0,true,true,false],[27,67,0,true,true,false],[32,46,0,true,true,false],[32,61,0,true,false,false],[32,64,0,true,true,false],[32,75,0,true,false,false],[35,14,0,true,true,false],[35,24,0,true,true,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":28,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift","mcdc_records":[],"segments":[[9,46,0,true,true,false],[11,84,0,true,true,false],[13,10,0,true,true,false],[15,12,0,true,true,false],[15,74,0,true,false,false],[15,75,0,true,true,false],[17,10,0,true,false,false],[17,19,0,true,true,false],[17,76,0,true,false,false],[17,77,0,true,true,false],[19,10,0,true,false,false],[19,19,0,true,true,false],[19,77,0,true,false,false],[19,78,0,true,true,false],[21,10,0,true,false,false],[21,19,0,true,true,false],[21,72,0,true,false,false],[21,73,0,true,true,false],[23,10,0,true,false,false],[23,19,0,true,true,false],[23,72,0,true,false,false],[23,73,0,true,true,false],[25,10,0,true,false,false],[25,19,0,true,true,false],[25,75,0,true,false,false],[25,76,0,true,true,false],[27,10,0,true,false,false],[27,19,0,true,true,false],[27,79,0,true,false,false],[27,80,0,true,true,false],[29,10,0,true,false,false],[29,19,0,true,true,false],[29,75,0,true,false,false],[29,76,0,true,true,false],[31,10,0,true,false,false],[31,19,0,true,true,false],[31,58,0,true,false,false],[31,59,0,true,true,false],[33,10,0,true,false,false],[33,19,0,true,true,false],[33,56,0,true,false,false],[33,57,0,true,true,false],[35,10,0,true,false,false],[35,19,0,true,true,false],[35,59,0,true,false,false],[35,60,0,true,true,false],[37,10,0,true,false,false],[37,19,0,true,true,false],[37,76,0,true,false,false],[37,77,0,true,true,false],[39,10,0,true,false,false],[39,16,0,true,true,false],[41,10,0,true,false,false],[42,6,0,false,false,false],[44,50,0,true,true,false],[45,84,0,true,true,false],[47,10,0,true,true,false],[48,62,0,true,false,false],[49,6,0,false,false,false],[51,52,0,true,true,false],[53,84,0,true,true,false],[55,10,0,true,true,false],[57,60,0,true,true,false],[57,99,0,true,false,false],[58,6,0,false,false,false],[63,5,0,true,true,false],[69,12,0,true,true,false],[69,50,0,true,true,false],[69,81,0,true,false,false],[69,82,0,true,true,false],[71,16,0,true,true,false],[71,31,0,true,false,false],[71,32,0,true,true,false],[73,14,0,true,false,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":66,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift","mcdc_records":[],"segments":[[9,30,0,true,true,false],[20,29,0,true,true,false],[22,22,0,true,true,false],[30,20,0,true,false,false],[37,50,0,true,true,false],[40,10,0,true,false,false],[40,35,0,true,true,false],[43,10,0,true,false,false],[43,16,0,true,true,false],[48,10,0,true,false,false],[50,14,0,true,true,false],[51,33,0,true,true,false],[60,14,0,true,false,false],[65,42,0,true,true,false],[65,52,0,true,true,false],[67,10,0,true,false,false],[68,6,0,false,false,false],[70,68,0,true,true,false],[72,38,0,true,true,false],[75,10,0,true,true,false],[78,36,0,true,true,false],[81,10,0,true,true,false],[88,31,0,true,true,false],[90,22,0,true,true,false],[92,18,0,true,false,false],[96,61,0,true,true,false],[102,16,0,true,true,false],[102,32,0,true,false,false],[102,33,0,true,true,false],[106,20,0,true,true,false],[106,32,0,true,false,false],[106,33,0,true,true,false],[107,26,0,true,true,false],[107,81,0,true,false,false],[108,24,0,true,true,false],[111,18,0,true,false,false],[113,14,0,true,true,false],[125,18,0,true,true,false],[127,59,0,true,true,false],[129,18,0,true,false,false],[136,68,0,true,true,false],[136,100,0,true,false,false],[138,18,0,true,true,false],[139,20,0,true,true,false],[143,18,0,true,false,false],[143,19,0,true,true,false],[146,18,0,true,false,false],[148,17,0,true,true,false],[151,18,0,true,false,false],[151,27,0,true,true,false],[151,63,0,true,false,false],[151,64,0,true,true,false],[155,18,0,true,false,false],[161,16,0,true,true,false],[161,38,0,true,false,false],[161,77,0,true,true,false],[164,14,0,true,false,false],[166,6,0,false,false,false],[168,37,0,true,true,false],[172,15,0,true,true,false],[172,32,0,true,false,false],[172,33,0,true,true,false],[176,68,0,true,true,false],[178,14,0,true,true,false],[182,35,0,true,true,false],[184,14,0,true,true,false],[188,10,0,true,true,false],[191,6,0,false,false,false],[194,51,0,true,true,false],[197,6,0,false,false,false],[200,66,0,true,true,false],[202,36,0,true,true,false],[205,10,0,true,true,false],[207,16,0,true,true,false],[207,40,0,true,false,false],[208,9,0,true,true,false],[212,35,0,true,true,false],[212,43,0,true,false,false],[214,65,0,true,true,false],[219,20,0,true,true,false],[219,36,0,true,false,false],[219,37,0,true,true,false],[223,24,0,true,true,false],[223,36,0,true,false,false],[223,37,0,true,true,false],[224,30,0,true,true,false],[224,83,0,true,false,false],[225,28,0,true,true,false],[228,22,0,true,false,false],[230,18,0,true,true,false],[237,107,0,true,true,false],[237,139,0,true,false,false],[243,22,0,true,true,false],[244,24,0,true,true,false],[248,22,0,true,false,false],[248,23,0,true,true,false],[252,22,0,true,false,false],[255,20,0,true,true,false],[255,60,0,true,true,false],[255,95,0,true,false,false],[255,96,0,true,true,false],[259,18,0,true,false,false],[261,9,0,true,true,false],[265,18,0,true,false,false],[266,9,0,true,true,false],[268,18,0,true,false,false],[269,10,0,true,true,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":476,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift","mcdc_records":[],"segments":[[12,37,0,true,true,false],[13,16,0,true,true,false],[14,20,0,true,true,false],[14,44,0,true,false,false],[15,13,0,true,true,false],[20,37,0,true,true,false],[20,55,0,true,false,false],[21,32,0,true,true,false],[21,65,0,true,false,false],[22,39,0,true,true,false],[24,22,0,true,false,false],[29,13,0,true,true,false],[33,18,0,true,false,false],[34,13,0,true,true,false],[37,62,0,true,true,false],[37,91,0,true,false,false],[40,32,0,true,true,false],[40,56,0,true,false,false],[43,13,0,true,true,false],[46,62,0,true,true,false],[46,93,0,true,false,false],[49,32,0,true,true,false],[49,56,0,true,false,false],[50,39,0,true,true,false],[52,22,0,true,false,false],[53,32,0,true,true,false],[55,22,0,true,false,false],[58,13,0,true,true,false],[61,62,0,true,true,false],[61,93,0,true,false,false],[63,32,0,true,true,false],[63,56,0,true,false,false],[64,39,0,true,true,false],[66,22,0,true,false,false],[67,32,0,true,true,false],[69,22,0,true,false,false],[72,13,0,true,true,false],[78,32,0,true,true,false],[78,46,0,true,false,false],[79,32,0,true,true,false],[79,56,0,true,false,false],[82,13,0,true,true,false],[88,32,0,true,true,false],[88,46,0,true,false,false],[89,32,0,true,true,false],[89,56,0,true,false,false],[92,13,0,true,true,false],[94,42,0,true,true,false],[96,28,0,true,true,false],[96,44,0,true,false,false],[96,45,0,true,true,false],[98,26,0,true,false,false],[98,32,0,true,true,false],[101,32,0,true,true,false],[101,74,0,true,true,false],[101,108,0,true,true,false],[101,157,0,true,false,false],[101,161,0,true,true,false],[103,30,0,true,false,false],[103,36,0,true,true,false],[105,30,0,true,false,false],[108,29,0,true,true,false],[112,22,0,true,false,false],[114,13,0,true,true,false],[116,33,0,true,true,false],[119,28,0,true,true,false],[119,70,0,true,true,false],[119,104,0,true,true,false],[119,153,0,true,false,false],[119,157,0,true,true,false],[121,26,0,true,false,false],[121,32,0,true,true,false],[123,26,0,true,false,false],[125,31,0,true,true,false],[128,22,0,true,false,false],[130,13,0,true,true,false],[136,32,0,true,true,false],[136,46,0,true,false,false],[137,32,0,true,true,false],[137,56,0,true,false,false],[140,13,0,true,true,false],[144,32,0,true,true,false],[144,46,0,true,false,false],[146,13,0,true,true,false],[150,32,0,true,true,false],[150,56,0,true,false,false],[152,14,0,true,true,false],[153,10,0,true,false,false],[157,19,0,true,true,false],[157,59,0,true,false,false],[158,19,0,true,true,false],[158,60,0,true,false,false],[160,6,0,false,false,false],[163,50,0,true,true,false],[167,12,0,true,true,false],[167,60,0,true,false,false],[167,61,0,true,true,false],[170,10,0,true,false,false],[170,16,0,true,true,false],[172,33,0,true,true,false],[180,14,0,true,false,false],[183,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":387,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift","mcdc_records":[],"segments":[[13,89,0,true,true,false],[14,36,0,true,true,false],[17,10,0,true,true,false],[21,72,0,true,true,false],[24,10,0,true,true,false],[27,131,0,true,true,false],[27,136,0,true,false,false],[33,12,0,true,true,false],[33,23,0,true,false,false],[33,24,0,true,true,false],[34,54,0,true,true,false],[36,14,0,true,false,false],[40,28,0,true,true,false],[42,16,0,true,true,false],[42,27,0,true,false,false],[42,55,0,true,true,false],[42,101,0,true,false,false],[42,103,0,true,true,false],[44,23,0,true,true,false],[44,40,0,true,false,false],[45,49,0,true,true,false],[45,95,0,true,false,false],[46,17,0,true,true,false],[48,18,0,true,true,false],[49,14,0,true,false,false],[51,42,0,true,true,false],[51,52,0,true,true,false],[54,16,0,true,true,false],[54,46,0,true,false,false],[54,47,0,true,true,false],[56,14,0,true,false,false],[59,33,0,true,true,false],[65,14,0,true,false,false],[67,6,0,false,false,false],[71,92,0,true,true,false],[72,36,0,true,true,false],[72,46,0,true,true,false],[76,31,0,true,true,false],[76,39,0,true,false,false],[79,61,0,true,true,false],[81,16,0,true,true,false],[81,46,0,true,false,false],[81,106,0,true,true,false],[83,22,0,true,true,false],[85,41,0,true,true,false],[87,22,0,true,false,false],[90,14,0,true,true,false],[94,16,0,true,true,false],[94,27,0,true,false,false],[94,28,0,true,true,false],[95,58,0,true,true,false],[97,18,0,true,false,false],[100,6,0,false,false,false],[103,73,0,true,true,false],[105,16,0,true,true,false],[105,28,0,true,false,false],[106,9,0,true,true,false],[107,24,0,true,false,false],[108,9,0,true,true,false],[109,18,0,true,false,false],[110,10,0,true,true,false],[113,39,0,true,true,false],[114,74,0,true,true,false],[114,90,0,true,true,false],[115,20,0,true,true,false],[115,29,0,true,false,false],[116,13,0,true,true,false],[121,28,0,true,false,false],[122,13,0,true,true,false],[123,29,0,true,false,false],[126,6,0,false,false,false],[129,90,0,true,true,false],[134,83,0,true,true,false],[134,96,0,true,false,false],[136,57,0,true,true,false],[139,10,0,true,true,false],[143,79,0,true,true,false],[147,10,0,true,true,false],[152,6,0,false,false,false],[156,5,0,true,true,false],[160,37,0,true,true,false],[160,51,0,true,true,false],[163,45,0,true,true,false],[163,61,0,true,false,false],[164,39,0,true,true,false],[164,50,0,true,false,false],[164,54,0,true,true,false],[164,58,0,true,false,false],[164,61,0,true,true,false],[164,64,0,true,false,false],[165,6,0,false,false,false],[167,53,0,true,true,false],[169,70,0,true,true,false],[169,84,0,true,true,false],[172,83,0,true,false,false],[173,6,0,false,false,false],[177,5,0,true,true,false],[178,66,0,true,true,false],[180,10,0,true,true,false],[182,38,0,true,true,false],[182,67,0,true,false,false],[183,12,0,true,true,false],[183,42,0,true,false,false],[183,43,0,true,true,false],[187,10,0,true,false,false],[189,6,0,false,false,false],[192,79,0,true,true,false],[200,12,0,true,true,false],[204,10,0,true,false,false],[204,11,0,true,true,false],[207,10,0,true,false,false],[207,19,0,true,true,false],[207,37,0,true,false,false],[207,38,0,true,true,false],[208,18,0,true,true,false],[211,17,0,true,true,false],[214,18,0,true,false,false],[217,12,0,true,true,false],[217,48,0,true,false,false],[217,69,0,true,true,false],[218,18,0,true,true,false],[221,14,0,true,false,false],[225,73,0,true,true,false],[225,105,0,true,false,false],[229,6,0,false,false,false],[231,82,0,true,true,false],[232,33,0,true,true,false],[234,10,0,true,true,false],[235,20,0,true,false,false],[236,6,0,false,false,false],[238,61,0,true,true,false],[239,70,0,true,true,false],[241,10,0,true,true,false],[243,16,0,true,true,false],[243,25,0,true,false,false],[244,9,0,true,true,false],[249,24,0,true,false,false],[250,9,0,true,true,false],[251,25,0,true,false,false],[253,6,0,false,false,false],[255,31,0,true,true,false],[256,14,0,true,true,false],[260,16,0,true,true,false],[260,27,0,true,false,false],[260,28,0,true,true,false],[261,20,0,true,true,false],[261,55,0,true,false,false],[261,56,0,true,true,false],[264,73,0,true,true,false],[265,28,0,true,true,false],[265,35,0,true,false,false],[265,36,0,true,true,false],[269,26,0,true,false,false],[269,32,0,true,true,false],[273,40,0,true,true,false],[273,139,0,true,false,false],[276,34,0,true,true,false],[280,22,0,true,false,false],[281,24,0,true,true,false],[284,18,0,true,false,false],[287,6,0,false,false,false],[289,36,0,true,true,false],[294,63,0,true,true,false],[294,91,0,true,false,false],[296,12,0,true,true,false],[296,34,0,true,false,false],[296,35,0,true,true,false],[299,10,0,true,false,false],[299,16,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[306,30,0,true,true,false],[308,6,0,false,false,false],[311,40,0,true,true,false],[316,34,0,true,true,false],[323,10,0,true,false,false],[324,6,0,false,false,false],[327,37,0,true,true,false],[329,14,0,true,true,false],[331,10,0,true,false,false],[332,6,0,false,false,false],[334,35,0,true,true,false],[335,103,0,true,true,false],[337,10,0,true,false,false],[337,16,0,true,true,false],[342,10,0,true,false,false],[343,6,0,false,false,false],[346,43,0,true,true,false],[351,38,0,true,true,false],[354,46,0,true,true,false],[355,46,0,true,true,false],[358,18,0,true,true,false],[363,20,0,true,true,false],[363,37,0,true,false,false],[363,38,0,true,true,false],[365,18,0,true,false,false],[367,20,0,true,true,false],[367,48,0,true,false,false],[367,49,0,true,true,false],[371,41,0,true,true,false],[375,22,0,true,false,false],[381,18,0,true,true,false],[385,14,0,true,true,false],[389,10,0,true,false,false],[390,6,0,false,false,false],[393,42,0,true,true,false],[396,6,0,false,false,false],[399,32,0,true,true,false],[408,14,0,true,true,false],[415,10,0,true,false,false],[431,14,0,true,true,false],[436,10,0,true,false,false],[440,6,0,false,false,false],[442,48,0,true,true,false],[443,39,0,true,true,false],[444,38,0,true,true,false],[447,14,0,true,false,false],[449,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":637,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":0,"notcovered":133,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift","mcdc_records":[],"segments":[[12,43,0,true,true,false],[14,6,0,false,false,false],[17,46,0,true,true,false],[23,63,0,true,true,false],[25,16,0,true,true,false],[25,47,0,true,false,false],[25,48,0,true,true,false],[27,14,0,true,false,false],[29,6,0,false,false,false],[35,37,0,true,true,false],[35,57,0,false,false,false],[36,34,0,true,true,false],[36,58,0,false,false,false],[37,28,0,true,true,false],[37,52,0,false,false,false],[38,40,0,true,true,false],[38,69,0,false,false,false],[39,31,0,true,true,false],[39,51,0,false,false,false],[42,37,0,true,true,false],[42,41,0,false,false,false],[43,33,0,true,true,false],[43,39,0,false,false,false],[44,45,0,true,true,false],[44,48,0,false,false,false],[46,44,0,true,true,false],[46,49,0,false,false,false],[47,44,0,true,true,false],[47,46,0,false,false,false],[48,57,0,true,true,false],[48,59,0,false,false,false],[49,50,0,true,true,false],[49,55,0,false,false,false],[51,36,0,true,true,false],[51,41,0,false,false,false],[53,43,0,true,true,false],[53,48,0,false,false,false],[55,43,0,true,true,false],[55,48,0,false,false,false],[59,33,0,true,true,false],[59,38,0,false,false,false],[67,45,0,true,true,false],[68,41,0,true,true,false],[68,55,0,true,true,false],[69,60,0,true,false,false],[70,6,0,false,false,false],[72,25,0,true,true,false],[73,16,0,true,true,false],[74,49,0,true,true,false],[75,36,0,true,true,false],[76,40,0,true,true,false],[82,22,0,true,false,false],[95,14,0,true,true,false],[101,32,0,true,true,false],[106,30,0,true,true,false],[108,28,0,true,true,false],[108,70,0,true,false,false],[108,86,0,true,true,false],[111,26,0,true,true,false],[112,22,0,true,false,false],[115,72,0,true,true,false],[115,75,0,true,false,false],[115,78,0,true,true,false],[115,87,0,true,false,false],[127,37,0,true,true,false],[128,16,0,true,true,false],[128,24,0,true,false,false],[128,25,0,true,true,false],[130,42,0,true,true,false],[132,91,0,true,true,false],[134,22,0,true,false,false],[136,20,0,true,true,false],[138,69,0,true,true,false],[138,72,0,true,false,false],[138,75,0,true,true,false],[138,86,0,true,false,false],[142,43,0,true,true,false],[143,16,0,true,true,false],[143,52,0,true,false,false],[143,53,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,19,0,true,true,false],[154,18,0,true,true,false],[154,41,0,true,false,false],[156,104,0,true,true,false],[157,67,0,true,true,false],[159,14,0,true,false,false],[161,67,0,true,true,false],[163,16,0,true,true,false],[163,25,0,true,false,false],[163,26,0,true,true,false],[165,14,0,true,false,false],[168,44,0,true,true,false],[169,53,0,true,true,false],[169,56,0,true,false,false],[169,59,0,true,true,false],[169,70,0,true,false,false],[171,49,0,true,true,false],[173,16,0,true,true,false],[173,35,0,true,false,false],[173,51,0,true,true,false],[175,14,0,true,false,false],[177,68,0,true,true,false],[179,14,0,true,false,false],[181,36,0,true,true,false],[182,16,0,true,true,false],[182,36,0,true,false,false],[182,37,0,true,true,false],[184,14,0,true,false,false],[186,49,0,true,true,false],[188,16,0,true,true,false],[188,25,0,true,false,false],[188,26,0,true,true,false],[190,14,0,true,false,false],[192,49,0,true,true,false],[194,16,0,true,true,false],[194,25,0,true,false,false],[194,26,0,true,true,false],[196,14,0,true,false,false],[201,30,0,true,true,false],[201,52,0,true,false,false],[202,31,0,true,true,false],[202,49,0,true,false,false],[203,27,0,true,true,false],[203,46,0,true,false,false],[207,24,0,true,true,false],[209,10,0,true,false,false],[210,15,0,true,true,false],[213,10,0,true,false,false],[214,94,0,true,true,false],[216,10,0,true,false,false],[217,18,0,true,true,false],[218,16,0,true,true,false],[218,40,0,true,false,false],[218,41,0,true,true,false],[221,32,0,true,true,false],[224,22,0,true,false,false],[225,31,0,true,true,false],[228,22,0,true,false,false],[230,14,0,true,true,false],[231,10,0,true,false,false],[232,79,0,true,true,false],[233,45,0,true,true,false],[235,14,0,true,false,false],[236,56,0,true,true,false],[239,14,0,true,false,false],[241,20,0,true,true,false],[242,66,0,true,true,false],[242,94,0,true,false,false],[244,47,0,true,true,false],[244,51,0,true,false,false],[244,54,0,true,true,false],[244,59,0,true,false,false],[244,110,0,true,true,false],[244,117,0,true,false,false],[244,120,0,true,true,false],[244,128,0,true,false,false],[248,96,0,true,true,false],[249,26,0,true,true,false],[252,14,0,true,false,false],[254,44,0,true,true,false],[257,14,0,true,false,false],[258,20,0,true,true,false],[262,10,0,true,false,false],[263,56,0,true,true,false],[264,16,0,true,true,false],[264,25,0,true,false,false],[264,26,0,true,true,false],[268,14,0,true,false,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":58,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":507,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":0,"notcovered":100,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift","mcdc_records":[],"segments":[[17,43,0,true,true,false],[17,48,0,false,false,false],[21,93,0,true,true,false],[22,16,0,true,true,false],[22,22,0,true,false,false],[23,9,0,true,true,false],[24,46,0,true,false,false],[25,9,0,true,true,false],[26,50,0,true,false,false],[27,9,0,true,true,false],[28,40,0,true,false,false],[29,9,0,true,true,false],[30,48,0,true,false,false],[31,9,0,true,true,false],[32,44,0,true,false,false],[33,10,0,true,true,false],[34,6,0,false,false,false],[36,75,0,true,true,false],[37,16,0,true,true,false],[37,22,0,true,false,false],[38,9,0,true,true,false],[39,44,0,true,false,false],[40,9,0,true,true,false],[41,41,0,true,false,false],[42,9,0,true,true,false],[43,44,0,true,false,false],[44,10,0,true,true,false],[45,6,0,false,false,false],[48,36,0,true,true,false],[48,60,0,false,false,false],[50,25,0,true,true,false],[51,16,0,true,true,false],[52,32,0,true,true,false],[54,20,0,true,true,false],[54,43,0,true,false,false],[54,44,0,true,true,false],[55,70,0,true,true,false],[60,44,0,true,true,false],[61,38,0,true,true,false],[63,34,0,true,false,false],[68,32,0,true,true,false],[70,99,0,true,true,false],[71,53,0,true,true,false],[74,56,0,true,true,false],[81,38,0,true,false,false],[84,53,0,true,true,false],[87,56,0,true,true,false],[94,38,0,true,false,false],[105,53,0,true,true,false],[107,26,0,true,false,false],[114,24,0,true,true,false],[116,70,0,true,true,false],[121,44,0,true,true,false],[122,38,0,true,true,false],[124,34,0,true,false,false],[129,28,0,true,true,false],[129,60,0,true,false,false],[129,61,0,true,true,false],[135,26,0,true,true,false],[138,58,0,true,true,false],[140,26,0,true,false,false],[145,95,0,true,true,false],[146,49,0,true,true,false],[150,52,0,true,true,false],[157,34,0,true,false,false],[159,36,0,true,true,false],[159,76,0,true,false,false],[159,77,0,true,true,false],[160,55,0,true,true,false],[165,38,0,true,false,false],[168,34,0,true,true,false],[169,30,0,true,false,false],[172,49,0,true,true,false],[176,52,0,true,true,false],[183,34,0,true,false,false],[185,36,0,true,true,false],[185,75,0,true,false,false],[185,76,0,true,true,false],[186,51,0,true,true,false],[191,44,0,true,true,false],[191,89,0,true,false,false],[191,90,0,true,true,false],[197,42,0,true,true,false],[200,38,0,true,false,false],[203,34,0,true,true,false],[204,30,0,true,false,false],[222,16,0,true,true,false],[222,32,0,true,false,false],[222,33,0,true,true,false],[228,14,0,true,true,false],[229,10,0,true,false,false],[230,19,0,true,true,false],[232,16,0,true,true,false],[232,44,0,true,false,false],[232,45,0,true,true,false],[233,46,0,true,true,false],[237,27,0,true,true,false],[237,44,0,true,false,false],[237,45,0,true,true,false],[241,56,0,true,true,false],[241,65,0,true,false,false],[242,28,0,true,true,false],[242,63,0,true,true,false],[242,93,0,true,false,false],[242,94,0,true,true,false],[250,32,0,true,true,false],[250,43,0,true,false,false],[250,64,0,true,true,false],[254,71,0,true,true,false],[256,34,0,true,false,false],[264,22,0,true,true,false],[265,18,0,true,false,false],[268,22,0,true,true,false],[271,10,0,true,false,false],[272,6,0,false,false,false],[276,46,0,true,true,false],[277,53,0,true,true,false],[277,92,0,true,false,false],[278,6,0,false,false,false],[280,45,0,true,true,false],[281,29,0,true,true,false],[281,48,0,true,false,false],[281,51,0,true,true,false],[281,63,0,true,false,false],[282,6,0,false,false,false],[284,55,0,true,true,false],[286,6,0,false,false,false],[288,64,0,true,true,false],[290,6,0,false,false,false],[292,63,0,true,true,false],[296,6,0,false,false,false],[299,59,0,true,true,false],[300,23,0,true,true,false],[301,72,0,true,true,false],[303,14,0,true,true,false],[304,25,0,true,false,false],[306,6,0,false,false,false],[308,58,0,true,true,false],[309,23,0,true,true,false],[310,72,0,true,true,false],[312,14,0,true,true,false],[313,25,0,true,false,false],[315,6,0,false,false,false],[319,53,0,true,true,false],[324,12,0,true,true,false],[324,26,0,true,false,false],[324,27,0,true,true,false],[325,18,0,true,true,false],[325,39,0,true,false,false],[327,10,0,true,true,false],[330,38,0,true,true,false],[335,19,0,true,true,false],[335,41,0,true,false,false],[335,42,0,true,true,false],[343,20,0,true,true,false],[343,55,0,true,true,false],[343,85,0,true,false,false],[343,86,0,true,true,false],[350,18,0,true,false,false],[352,20,0,true,true,false],[352,29,0,true,false,false],[352,41,0,true,true,false],[355,18,0,true,true,false],[356,20,0,true,true,false],[356,36,0,true,false,false],[356,37,0,true,true,false],[356,47,0,true,true,false],[357,14,0,true,true,false],[358,10,0,true,false,false],[360,14,0,true,true,false],[364,59,0,true,true,false],[364,96,0,true,false,false],[365,16,0,true,true,false],[365,24,0,true,false,false],[365,25,0,true,true,false],[369,14,0,true,false,false],[371,6,0,false,false,false],[373,46,0,true,true,false],[380,9,0,true,true,false],[382,16,0,true,true,false],[382,18,0,true,false,false],[382,19,0,true,true,false],[384,14,0,true,false,false],[384,20,0,true,true,false],[386,20,0,true,true,false],[386,109,0,true,false,false],[386,110,0,true,true,false],[388,18,0,true,false,false],[391,6,0,false,false,false],[393,39,0,true,true,false],[396,14,0,true,true,false],[399,20,0,true,true,false],[399,59,0,true,false,false],[401,16,0,true,true,false],[401,38,0,true,false,false],[401,39,0,true,true,false],[407,14,0,true,false,false],[409,16,0,true,true,false],[409,33,0,true,false,false],[409,34,0,true,true,false],[412,14,0,true,true,false],[416,13,0,true,true,false],[418,14,0,true,false,false],[418,20,0,true,true,false],[420,14,0,true,false,false],[422,6,0,false,false,false],[424,41,0,true,true,false],[434,63,0,true,true,false],[436,10,0,true,false,false],[437,6,0,false,false,false],[439,46,0,true,true,false],[445,6,0,false,false,false],[448,63,0,true,true,false],[449,47,0,true,true,false],[449,57,0,true,true,false],[473,17,0,true,true,false],[476,16,0,true,true,false],[476,110,0,true,false,false],[478,13,0,true,true,false],[486,14,0,true,false,false],[492,17,0,true,true,false],[495,16,0,true,true,false],[495,110,0,true,false,false],[497,13,0,true,true,false],[505,14,0,true,false,false],[509,6,0,false,false,false],[515,36,0,true,true,false],[520,22,0,true,true,false],[536,28,0,true,true,false],[536,30,0,true,false,false],[553,28,0,true,true,false],[553,30,0,true,false,false],[564,28,0,true,true,false],[564,30,0,true,false,false],[575,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":1522,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":145,"covered":0,"notcovered":145,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift","mcdc_records":[],"segments":[[8,58,0,true,true,false],[8,67,0,false,false,false],[9,35,0,true,true,false],[9,40,0,false,false,false],[10,40,0,true,true,false],[10,46,0,false,false,false],[11,66,0,true,true,false],[11,71,0,false,false,false],[17,51,0,true,true,false],[19,6,0,false,false,false],[27,7,0,true,true,false],[31,6,0,false,false,false],[33,25,0,true,true,false],[34,28,0,true,true,false],[36,62,0,true,true,false],[38,66,0,true,true,false],[39,28,0,true,true,false],[46,32,0,true,true,false],[47,36,0,true,true,false],[50,80,0,true,true,false],[50,82,0,true,false,false],[50,85,0,true,true,false],[50,87,0,true,false,false],[54,71,0,true,true,false],[54,73,0,true,false,false],[54,76,0,true,true,false],[54,77,0,true,false,false],[54,105,0,true,true,false],[54,107,0,true,false,false],[54,110,0,true,true,false],[54,112,0,true,false,false],[76,20,0,true,true,false],[76,41,0,true,false,false],[76,78,0,true,true,false],[79,18,0,true,true,false],[82,66,0,true,true,false],[83,24,0,true,true,false],[83,44,0,true,false,false],[83,45,0,true,true,false],[84,53,0,true,true,false],[86,26,0,true,false,false],[91,51,0,true,true,false],[92,34,0,true,true,false],[92,70,0,true,false,false],[95,31,0,true,true,false],[95,52,0,true,false,false],[95,53,0,true,true,false],[96,58,0,true,true,false],[97,34,0,true,true,false],[97,60,0,true,false,false],[105,51,0,true,true,false],[106,34,0,true,true,false],[106,70,0,true,false,false],[110,31,0,true,true,false],[110,58,0,true,true,false],[110,71,0,true,false,false],[110,72,0,true,true,false],[111,47,0,true,true,false],[111,49,0,true,false,false],[116,28,0,true,true,false],[117,51,0,true,true,false],[118,34,0,true,true,false],[118,70,0,true,false,false],[136,19,0,true,true,false],[137,18,0,true,true,false],[139,14,0,true,false,false],[141,35,0,true,true,false],[142,56,0,true,true,false],[142,66,0,true,true,false],[143,40,0,true,true,false],[143,48,0,true,false,false],[144,13,0,true,true,false],[145,21,0,true,false,false],[146,13,0,true,true,false],[147,22,0,true,false,false],[148,14,0,true,true,false],[149,16,0,true,true,false],[149,30,0,true,false,false],[149,31,0,true,true,false],[151,14,0,true,false,false],[153,6,0,false,false,false],[155,45,0,true,true,false],[156,26,0,true,true,false],[156,45,0,true,false,false],[156,48,0,true,true,false],[156,60,0,true,false,false],[157,6,0,false,false,false],[159,37,0,true,true,false],[160,43,0,true,true,false],[162,10,0,true,true,false],[163,21,0,true,false,false],[164,6,0,false,false,false],[168,51,0,true,true,false],[170,29,0,true,true,false],[171,54,0,true,true,false],[174,14,0,true,false,false],[182,6,0,false,false,false],[184,47,0,true,true,false],[195,12,0,true,true,false],[197,60,0,true,true,false],[199,31,0,true,true,false],[206,34,0,true,true,false],[213,28,0,true,true,false],[213,62,0,true,false,false],[213,63,0,true,true,false],[215,49,0,true,true,false],[216,74,0,true,true,false],[221,34,0,true,false,false],[224,26,0,true,true,false],[225,22,0,true,false,false],[225,28,0,true,true,false],[228,45,0,true,true,false],[229,70,0,true,true,false],[234,30,0,true,false,false],[237,22,0,true,true,false],[240,41,0,true,true,false],[241,66,0,true,true,false],[246,26,0,true,false,false],[251,31,0,true,true,false],[253,61,0,true,true,false],[254,41,0,true,false,false],[258,39,0,true,true,false],[260,14,0,true,true,false],[261,10,0,true,false,false],[261,33,0,true,true,false],[263,33,0,true,true,false],[264,58,0,true,true,false],[269,18,0,true,false,false],[271,17,0,true,true,false],[273,33,0,true,true,false],[274,58,0,true,true,false],[278,18,0,true,false,false],[280,10,0,true,true,false],[282,29,0,true,true,false],[283,71,0,true,true,false],[285,14,0,true,false,false],[290,6,0,false,false,false],[295,44,0,true,true,false],[298,42,0,true,true,false],[299,16,0,true,true,false],[301,14,0,true,false,false],[301,21,0,true,true,false],[308,14,0,true,true,false],[309,10,0,true,true,false],[311,26,0,true,true,false],[313,10,0,true,false,false],[315,6,0,false,false,false],[319,74,0,true,true,false],[322,16,0,true,true,false],[322,22,0,true,false,false],[323,9,0,true,true,false],[324,24,0,true,false,false],[325,9,0,true,true,false],[326,25,0,true,false,false],[328,6,0,false,false,false],[331,60,0,true,true,false],[336,6,0,false,false,false],[340,41,0,true,true,false],[341,34,0,true,true,false],[341,44,0,true,true,false],[343,29,0,true,true,false],[346,10,0,true,false,false],[348,18,0,true,true,false],[350,14,0,true,false,false],[358,12,0,true,true,false],[358,19,0,true,false,false],[358,51,0,true,true,false],[362,16,0,true,true,false],[362,23,0,true,false,false],[362,24,0,true,true,false],[367,35,0,true,true,false],[369,24,0,true,true,false],[369,57,0,true,false,false],[369,58,0,true,true,false],[371,22,0,true,true,false],[372,18,0,true,true,false],[373,14,0,true,false,false],[373,20,0,true,true,false],[375,14,0,true,false,false],[378,29,0,true,true,false],[379,16,0,true,true,false],[379,23,0,true,false,false],[379,24,0,true,true,false],[382,14,0,true,false,false],[382,20,0,true,true,false],[384,14,0,true,false,false],[387,12,0,true,true,false],[387,19,0,true,false,false],[387,20,0,true,true,false],[390,31,0,true,true,false],[392,20,0,true,true,false],[392,53,0,true,false,false],[392,54,0,true,true,false],[394,18,0,true,true,false],[395,14,0,true,true,false],[397,10,0,true,false,false],[398,6,0,false,false,false],[401,40,0,true,true,false],[402,14,0,true,true,false],[404,45,0,true,true,false],[406,14,0,true,false,false],[408,6,0,false,false,false],[410,72,0,true,true,false],[411,16,0,true,true,false],[411,26,0,true,false,false],[412,9,0,true,true,false],[416,14,0,true,false,false],[417,9,0,true,true,false],[421,14,0,true,false,false],[422,9,0,true,true,false],[423,91,0,true,false,false],[424,10,0,true,true,false],[425,6,0,false,false,false],[427,39,0,true,true,false],[428,12,0,true,true,false],[428,26,0,true,false,false],[428,27,0,true,true,false],[431,10,0,true,true,false],[433,14,0,true,true,false],[436,13,0,true,true,false],[438,14,0,true,false,false],[438,20,0,true,true,false],[440,14,0,true,false,false],[442,6,0,false,false,false],[448,46,0,true,true,false],[449,38,0,true,true,false],[451,10,0,true,false,false],[451,16,0,true,true,false],[453,10,0,true,false,false],[454,6,0,false,false,false],[467,25,0,true,true,false],[468,16,0,true,true,false],[468,20,0,true,false,false],[469,9,0,true,true,false],[470,17,0,true,false,false],[471,9,0,true,true,false],[472,18,0,true,false,false],[473,10,0,true,true,false],[474,6,0,false,false,false],[476,26,0,true,true,false],[477,16,0,true,true,false],[477,20,0,true,false,false],[478,9,0,true,true,false],[479,17,0,true,false,false],[480,9,0,true,true,false],[481,18,0,true,false,false],[482,10,0,true,true,false],[483,6,0,false,false,false],[485,39,0,true,true,false],[486,16,0,true,true,false],[486,20,0,true,false,false],[487,9,0,true,true,false],[488,17,0,true,false,false],[489,9,0,true,true,false],[490,18,0,true,false,false],[491,10,0,true,true,false],[492,6,0,false,false,false],[494,25,0,true,true,false],[495,16,0,true,true,false],[495,20,0,true,false,false],[496,9,0,true,true,false],[497,54,0,true,false,false],[498,9,0,true,true,false],[500,16,0,true,false,false],[501,10,0,true,true,false],[502,6,0,false,false,false],[504,27,0,true,true,false],[505,16,0,true,true,false],[505,20,0,true,false,false],[506,9,0,true,true,false],[507,40,0,true,false,false],[508,9,0,true,true,false],[509,40,0,true,false,false],[510,9,0,true,true,false],[511,40,0,true,false,false],[512,9,0,true,true,false],[513,38,0,true,false,false],[514,9,0,true,true,false],[515,40,0,true,false,false],[516,10,0,true,true,false],[517,6,0,false,false,false],[519,29,0,true,true,false],[520,16,0,true,true,false],[520,20,0,true,false,false],[521,9,0,true,true,false],[522,36,0,true,false,false],[523,9,0,true,true,false],[524,44,0,true,false,false],[525,9,0,true,true,false],[526,23,0,true,false,false],[527,9,0,true,true,false],[528,25,0,true,false,false],[529,9,0,true,true,false],[530,32,0,true,false,false],[531,9,0,true,true,false],[532,25,0,true,false,false],[533,10,0,true,true,false],[534,6,0,false,false,false],[536,31,0,true,true,false],[537,16,0,true,true,false],[537,20,0,true,false,false],[538,9,0,true,true,false],[539,47,0,true,false,false],[540,9,0,true,true,false],[541,35,0,true,false,false],[542,9,0,true,true,false],[543,24,0,true,false,false],[544,10,0,true,true,false],[545,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":68,"covered":0,"percent":0},"instantiations":{"count":68,"covered":0,"percent":0},"lines":{"count":1060,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":190,"covered":0,"notcovered":190,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift","mcdc_records":[],"segments":[[14,37,0,true,true,false],[14,42,0,false,false,false],[16,49,0,true,true,false],[16,54,0,false,false,false],[19,44,0,true,true,false],[20,25,0,true,true,false],[22,10,0,true,false,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[27,16,0,true,true,false],[27,30,0,true,false,false],[27,31,0,true,true,false],[29,66,0,true,true,false],[38,40,0,true,true,false],[42,34,0,true,true,false],[43,50,0,true,true,false],[45,40,0,true,true,false],[45,97,0,true,false,false],[45,98,0,true,true,false],[47,38,0,true,true,false],[48,34,0,true,true,false],[50,30,0,true,false,false],[54,49,0,true,true,false],[56,22,0,true,false,false],[65,20,0,true,true,false],[67,66,0,true,true,false],[73,83,0,true,true,false],[73,85,0,true,false,false],[73,88,0,true,true,false],[73,92,0,true,false,false],[74,40,0,true,true,false],[78,34,0,true,true,false],[79,50,0,true,true,false],[81,40,0,true,true,false],[81,97,0,true,false,false],[81,98,0,true,true,false],[83,38,0,true,true,false],[84,34,0,true,true,false],[86,30,0,true,false,false],[91,88,0,true,true,false],[102,22,0,true,false,false],[117,19,0,true,true,false],[120,10,0,true,false,false],[121,6,0,false,false,false],[123,45,0,true,true,false],[124,29,0,true,true,false],[124,48,0,true,false,false],[124,51,0,true,true,false],[124,63,0,true,false,false],[125,6,0,false,false,false],[127,39,0,true,true,false],[128,12,0,true,true,false],[128,29,0,true,false,false],[128,30,0,true,true,false],[131,10,0,true,true,false],[133,14,0,true,true,false],[136,13,0,true,true,false],[138,14,0,true,false,false],[138,20,0,true,true,false],[140,14,0,true,false,false],[142,6,0,false,false,false],[154,41,0,true,true,false],[154,46,0,false,false,false],[155,51,0,true,true,false],[155,56,0,false,false,false],[156,45,0,true,true,false],[156,50,0,false,false,false],[157,43,0,true,true,false],[157,48,0,false,false,false],[158,40,0,true,true,false],[158,42,0,false,false,false],[160,25,0,true,true,false],[161,58,0,true,true,false],[163,82,0,true,true,false],[170,64,0,true,true,false],[178,73,0,true,true,false],[178,75,0,true,false,false],[178,78,0,true,true,false],[178,82,0,true,false,false],[187,29,0,true,true,false],[188,30,0,true,true,false],[194,32,0,true,true,false],[194,40,0,true,false,false],[194,41,0,true,true,false],[201,85,0,true,true,false],[203,34,0,true,false,false],[204,36,0,true,true,false],[211,51,0,true,true,false],[213,40,0,true,true,false],[213,97,0,true,false,false],[213,98,0,true,true,false],[215,38,0,true,true,false],[216,34,0,true,true,false],[223,30,0,true,false,false],[228,28,0,true,true,false],[229,44,0,true,true,false],[230,32,0,true,true,false],[230,44,0,true,true,false],[230,68,0,true,false,false],[230,69,0,true,true,false],[234,30,0,true,true,false],[236,45,0,true,true,false],[236,69,0,true,false,false],[237,39,0,true,true,false],[237,81,0,true,true,false],[237,83,0,true,false,false],[237,86,0,true,true,false],[237,89,0,true,false,false],[238,39,0,true,true,false],[238,79,0,true,true,false],[238,81,0,true,false,false],[238,84,0,true,true,false],[238,87,0,true,false,false],[248,39,0,true,true,false],[248,63,0,true,false,false],[251,20,0,true,true,false],[251,38,0,true,false,false],[251,39,0,true,true,false],[252,40,0,true,true,false],[258,22,0,true,false,false],[261,18,0,true,true,false],[263,20,0,true,true,false],[263,36,0,true,false,false],[263,37,0,true,true,false],[264,40,0,true,true,false],[270,22,0,true,false,false],[273,18,0,true,true,false],[276,63,0,true,true,false],[278,33,0,true,true,false],[279,70,0,true,true,false],[281,30,0,true,false,false],[283,32,0,true,true,false],[284,48,0,true,true,false],[285,68,0,true,true,false],[285,82,0,true,false,false],[285,85,0,true,true,false],[285,100,0,true,false,false],[287,55,0,true,true,false],[287,79,0,true,false,false],[287,82,0,true,true,false],[287,106,0,true,false,false],[295,24,0,true,true,false],[295,38,0,true,false,false],[295,39,0,true,true,false],[298,22,0,true,true,false],[299,18,0,true,false,false],[307,6,0,false,false,false],[316,45,0,true,true,false],[316,50,0,false,false,false],[318,42,0,true,true,false],[321,64,0,true,true,false],[327,31,0,true,true,false],[329,20,0,true,true,false],[329,40,0,true,false,false],[329,41,0,true,true,false],[332,24,0,true,true,false],[332,42,0,true,false,false],[332,43,0,true,true,false],[334,22,0,true,false,false],[336,14,0,true,true,false],[337,10,0,true,true,false],[340,12,0,true,true,false],[340,27,0,true,false,false],[340,28,0,true,true,false],[342,55,0,true,true,false],[345,14,0,true,true,false],[346,10,0,true,false,false],[349,6,0,false,false,false],[352,103,0,true,true,false],[356,83,0,true,true,false],[359,90,0,true,true,false],[361,14,0,true,false,false],[365,12,0,true,true,false],[365,59,0,true,true,false],[365,93,0,true,false,false],[365,94,0,true,true,false],[367,10,0,true,false,false],[367,19,0,true,true,false],[367,56,0,true,true,false],[367,99,0,true,false,false],[367,100,0,true,true,false],[369,10,0,true,false,false],[369,19,0,true,true,false],[369,54,0,true,true,false],[369,77,0,true,false,false],[369,78,0,true,true,false],[371,10,0,true,true,false],[374,12,0,true,true,false],[374,28,0,true,false,false],[374,42,0,true,true,false],[376,10,0,true,true,false],[379,64,0,true,false,false],[380,6,0,false,false,false],[382,25,0,true,true,false],[383,50,0,true,true,false],[390,16,0,true,true,false],[390,34,0,true,false,false],[390,35,0,true,true,false],[391,24,0,true,true,false],[397,18,0,true,false,false],[398,20,0,true,true,false],[400,91,0,true,true,false],[401,61,0,true,true,false],[407,78,0,true,true,false],[416,26,0,true,false,false],[418,18,0,true,true,false],[421,20,0,true,true,false],[421,43,0,true,false,false],[421,44,0,true,true,false],[422,61,0,true,true,false],[423,28,0,true,true,false],[423,86,0,true,false,false],[423,87,0,true,true,false],[426,26,0,true,true,false],[433,83,0,true,true,false],[434,32,0,true,true,false],[434,55,0,true,false,false],[434,56,0,true,true,false],[438,36,0,true,true,false],[438,65,0,true,false,false],[440,33,0,true,true,false],[449,34,0,true,true,false],[450,30,0,true,true,false],[451,26,0,true,false,false],[453,18,0,true,true,false],[456,20,0,true,true,false],[456,78,0,true,false,false],[456,103,0,true,true,false],[461,18,0,true,true,false],[462,14,0,true,true,false],[463,10,0,true,false,false],[474,15,0,true,true,false],[476,10,0,true,false,false],[477,6,0,false,false,false],[479,46,0,true,true,false],[481,59,0,true,true,false],[481,88,0,true,false,false],[484,29,0,true,true,false],[492,10,0,true,false,false],[493,6,0,false,false,false],[505,25,0,true,true,false],[506,49,0,true,true,false],[512,53,0,true,true,false],[521,14,0,true,false,false],[526,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":62,"covered":0,"percent":0},"instantiations":{"count":62,"covered":0,"percent":0},"lines":{"count":1394,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":0,"notcovered":161,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift","mcdc_records":[],"segments":[[8,24,0,true,true,false],[8,62,0,false,false,false],[10,29,0,true,true,false],[11,23,0,true,true,false],[14,10,0,true,false,false],[15,6,0,false,false,false],[24,41,0,true,true,false],[24,46,0,false,false,false],[25,47,0,true,true,false],[25,52,0,false,false,false],[26,44,0,true,true,false],[26,49,0,false,false,false],[27,37,0,true,true,false],[27,42,0,false,false,false],[28,47,0,true,true,false],[28,52,0,false,false,false],[32,52,0,true,true,false],[32,57,0,false,false,false],[33,49,0,true,true,false],[33,54,0,false,false,false],[34,58,0,true,true,false],[34,59,0,false,false,false],[35,40,0,true,true,false],[35,41,0,false,false,false],[39,48,0,true,true,false],[39,53,0,false,false,false],[40,55,0,true,true,false],[40,59,0,false,false,false],[44,25,0,true,true,false],[45,28,0,true,true,false],[47,62,0,true,true,false],[49,24,0,true,true,false],[50,59,0,true,true,false],[50,82,0,true,false,false],[50,85,0,true,true,false],[50,109,0,true,false,false],[53,49,0,true,true,false],[53,76,0,true,false,false],[53,79,0,true,true,false],[53,103,0,true,false,false],[60,42,0,true,true,false],[60,72,0,true,false,false],[60,75,0,true,true,false],[60,97,0,true,false,false],[67,20,0,true,true,false],[67,37,0,true,false,false],[67,38,0,true,true,false],[72,18,0,true,false,false],[72,24,0,true,true,false],[73,41,0,true,true,false],[83,22,0,true,false,false],[87,42,0,true,true,false],[89,22,0,true,false,false],[96,37,0,true,true,false],[97,48,0,true,true,false],[97,67,0,true,false,false],[97,70,0,true,true,false],[97,78,0,true,false,false],[97,80,0,true,true,false],[99,22,0,true,false,false],[102,53,0,true,true,false],[102,63,0,true,false,false],[104,24,0,true,true,false],[104,42,0,true,false,false],[104,43,0,true,true,false],[105,40,0,true,true,false],[107,26,0,true,false,false],[110,22,0,true,true,false],[111,18,0,true,false,false],[121,19,0,true,true,false],[125,10,0,true,false,false],[126,22,0,true,true,false],[128,10,0,true,false,false],[129,106,0,true,true,false],[131,16,0,true,true,false],[131,34,0,true,false,false],[131,35,0,true,true,false],[134,14,0,true,false,false],[136,46,0,true,true,false],[138,10,0,true,false,false],[139,57,0,true,true,false],[143,29,0,true,true,false],[149,18,0,true,false,false],[150,28,0,true,true,false],[155,75,0,true,true,false],[157,22,0,true,false,false],[159,27,0,true,true,false],[164,18,0,true,false,false],[167,42,0,true,true,false],[168,16,0,true,true,false],[168,24,0,true,false,false],[168,48,0,true,true,false],[177,14,0,true,false,false],[179,50,0,true,true,false],[180,16,0,true,true,false],[180,25,0,true,false,false],[180,26,0,true,true,false],[182,14,0,true,false,false],[184,54,0,true,true,false],[186,28,0,true,true,false],[189,18,0,true,false,false],[190,27,0,true,true,false],[193,18,0,true,false,false],[196,6,0,false,false,false],[200,40,0,true,true,false],[201,12,0,true,true,false],[201,29,0,true,false,false],[201,30,0,true,true,false],[203,10,0,true,false,false],[203,16,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,45,0,true,true,false],[210,6,0,false,false,false],[212,39,0,true,true,false],[216,14,0,true,true,false],[221,13,0,true,true,false],[223,14,0,true,false,false],[223,20,0,true,true,false],[226,14,0,true,false,false],[228,6,0,false,false,false],[230,42,0,true,true,false],[231,32,0,true,true,false],[231,42,0,true,true,false],[234,6,0,false,false,false],[236,40,0,true,true,false],[241,9,0,true,true,false],[247,10,0,true,true,false],[258,12,0,true,true,false],[258,21,0,true,false,false],[258,22,0,true,true,false],[261,10,0,true,false,false],[261,16,0,true,true,false],[265,10,0,true,false,false],[272,6,0,false,false,false],[274,45,0,true,true,false],[275,26,0,true,true,false],[275,45,0,true,false,false],[275,48,0,true,true,false],[275,60,0,true,false,false],[276,6,0,false,false,false],[278,44,0,true,true,false],[290,12,0,true,true,false],[290,69,0,true,false,false],[290,70,0,true,true,false],[294,15,0,true,true,false],[295,20,0,true,true,false],[295,34,0,true,false,false],[295,35,0,true,true,false],[299,18,0,true,true,false],[300,14,0,true,true,false],[301,10,0,true,true,false],[304,21,0,true,false,false],[305,6,0,false,false,false],[307,39,0,true,true,false],[314,6,0,false,false,false],[316,38,0,true,true,false],[319,6,0,false,false,false],[321,47,0,true,true,false],[322,76,0,true,true,false],[323,16,0,true,true,false],[323,44,0,true,false,false],[323,45,0,true,true,false],[325,14,0,true,false,false],[328,6,0,false,false,false],[330,60,0,true,true,false],[342,85,0,true,true,false],[344,38,0,true,true,false],[349,20,0,true,true,false],[349,37,0,true,false,false],[349,38,0,true,true,false],[355,24,0,true,true,false],[355,49,0,true,false,false],[355,50,0,true,true,false],[358,22,0,true,false,false],[359,27,0,true,true,false],[359,63,0,true,false,false],[359,64,0,true,true,false],[361,24,0,true,true,false],[361,49,0,true,false,false],[361,50,0,true,true,false],[363,22,0,true,false,false],[364,24,0,true,true,false],[366,18,0,true,false,false],[368,20,0,true,true,false],[368,30,0,true,false,false],[368,31,0,true,true,false],[371,18,0,true,false,false],[374,6,0,false,false,false],[386,25,0,true,true,false],[387,46,0,true,true,false],[393,53,0,true,true,false],[402,14,0,true,false,false],[406,6,0,false,false,false],[414,25,0,true,true,false],[415,29,0,true,true,false],[416,20,0,true,true,false],[423,32,0,true,true,false],[425,18,0,true,false,false],[429,54,0,true,true,false],[430,57,0,true,true,false],[437,18,0,true,false,false],[443,57,0,true,true,false],[451,18,0,true,false,false],[457,57,0,true,true,false],[465,18,0,true,false,false],[476,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":963,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":119,"covered":0,"notcovered":119,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift","mcdc_records":[],"segments":[[20,36,0,true,true,false],[20,41,0,false,false,false],[23,52,0,true,true,false],[23,54,0,false,false,false],[24,50,0,true,true,false],[24,55,0,false,false,false],[25,66,0,true,true,false],[25,71,0,false,false,false],[26,47,0,true,true,false],[26,52,0,false,false,false],[31,42,0,true,true,false],[32,80,0,true,true,false],[32,96,0,true,true,false],[33,83,0,true,false,false],[34,6,0,false,false,false],[38,44,0,true,true,false],[39,25,0,true,true,false],[40,60,0,true,true,false],[42,14,0,true,true,false],[43,25,0,true,false,false],[45,6,0,false,false,false],[47,41,0,true,true,false],[48,25,0,true,true,false],[49,60,0,true,true,false],[51,14,0,true,true,false],[52,25,0,true,false,false],[54,6,0,false,false,false],[56,39,0,true,true,false],[57,33,0,true,true,false],[57,50,0,true,false,false],[57,54,0,true,true,false],[57,78,0,true,false,false],[58,6,0,false,false,false],[61,31,0,true,true,false],[62,36,0,true,true,false],[62,57,0,true,false,false],[62,61,0,true,true,false],[62,79,0,true,false,false],[63,6,0,false,false,false],[66,35,0,true,true,false],[67,36,0,true,true,false],[67,53,0,true,false,false],[68,6,0,false,false,false],[71,50,0,true,true,false],[71,55,0,false,false,false],[72,48,0,true,true,false],[72,52,0,false,false,false],[74,38,0,true,true,false],[76,6,0,false,false,false],[78,45,0,true,true,false],[79,26,0,true,true,false],[79,45,0,true,false,false],[79,48,0,true,true,false],[79,60,0,true,false,false],[80,6,0,false,false,false],[83,44,0,true,true,false],[84,12,0,true,true,false],[84,35,0,true,false,false],[84,36,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,30,0,true,false,false],[86,31,0,true,true,false],[88,10,0,true,false,false],[88,16,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,47,0,true,true,false],[95,12,0,true,true,false],[95,35,0,true,false,false],[95,36,0,true,true,false],[97,10,0,true,false,false],[97,16,0,true,true,false],[99,10,0,true,false,false],[100,6,0,false,false,false],[104,25,0,true,true,false],[105,28,0,true,true,false],[106,16,0,true,true,false],[106,37,0,true,false,false],[106,38,0,true,true,false],[109,14,0,true,false,false],[109,23,0,true,true,false],[109,30,0,true,false,false],[109,31,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,14,0,true,false,false],[119,15,0,true,true,false],[123,16,0,true,true,false],[123,39,0,true,false,false],[123,40,0,true,true,false],[125,14,0,true,false,false],[132,19,0,true,true,false],[135,10,0,true,false,false],[136,22,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[143,40,0,true,true,false],[144,58,0,true,true,false],[156,10,0,true,false,false],[158,6,0,false,false,false],[162,40,0,true,true,false],[163,58,0,true,true,false],[165,20,0,true,true,false],[173,24,0,true,true,false],[174,28,0,true,true,false],[182,22,0,true,false,false],[195,41,0,true,true,false],[195,100,0,true,false,false],[195,103,0,true,true,false],[195,158,0,true,false,false],[201,16,0,true,true,false],[201,37,0,true,false,false],[201,74,0,true,true,false],[204,14,0,true,true,false],[207,20,0,true,true,false],[209,87,0,true,true,false],[210,41,0,true,true,false],[216,22,0,true,false,false],[218,41,0,true,true,false],[224,22,0,true,false,false],[232,16,0,true,true,false],[232,34,0,true,false,false],[232,35,0,true,true,false],[233,56,0,true,true,false],[233,58,0,true,false,false],[233,62,0,true,true,false],[234,26,0,true,true,false],[234,59,0,true,false,false],[238,14,0,true,true,false],[240,41,0,true,true,false],[242,14,0,true,false,false],[249,6,0,false,false,false],[253,38,0,true,true,false],[254,29,0,true,true,false],[256,20,0,true,true,false],[259,52,0,true,true,false],[259,79,0,true,false,false],[259,82,0,true,true,false],[259,107,0,true,false,false],[263,24,0,true,true,false],[264,28,0,true,true,false],[266,57,0,true,true,false],[266,88,0,true,false,false],[266,91,0,true,true,false],[266,110,0,true,false,false],[269,47,0,true,true,false],[269,74,0,true,false,false],[269,77,0,true,true,false],[269,102,0,true,false,false],[294,16,0,true,true,false],[294,37,0,true,false,false],[294,74,0,true,true,false],[297,14,0,true,true,false],[299,16,0,true,true,false],[299,31,0,true,true,false],[299,45,0,true,false,false],[299,46,0,true,true,false],[300,36,0,true,true,false],[309,18,0,true,false,false],[311,14,0,true,true,false],[314,16,0,true,true,false],[314,39,0,true,false,false],[314,40,0,true,true,false],[316,58,0,true,true,false],[325,18,0,true,false,false],[325,24,0,true,true,false],[329,18,0,true,false,false],[337,53,0,true,true,false],[340,18,0,true,false,false],[343,20,0,true,true,false],[345,38,0,true,true,false],[345,43,0,true,false,false],[345,46,0,true,true,false],[345,62,0,true,false,false],[345,64,0,true,true,false],[346,26,0,true,true,false],[346,59,0,true,false,false],[350,40,0,true,true,false],[350,48,0,true,false,false],[353,16,0,true,true,false],[353,41,0,true,false,false],[353,42,0,true,true,false],[354,55,0,true,true,false],[355,46,0,true,true,false],[358,22,0,true,true,false],[359,18,0,true,false,false],[361,14,0,true,true,false],[366,13,0,true,true,false],[367,64,0,true,true,false],[369,18,0,true,false,false],[371,14,0,true,true,false],[372,10,0,true,false,false],[377,6,0,false,false,false],[381,45,0,true,true,false],[382,42,0,true,true,false],[382,52,0,true,true,false],[387,47,0,true,true,false],[387,74,0,true,false,false],[388,51,0,true,true,false],[388,78,0,true,false,false],[389,61,0,true,true,false],[389,62,0,true,false,false],[394,42,0,true,true,false],[394,47,0,true,false,false],[395,46,0,true,true,false],[395,51,0,true,false,false],[401,6,0,false,false,false],[403,48,0,true,true,false],[407,9,0,true,true,false],[409,10,0,true,true,false],[412,9,0,true,true,false],[414,10,0,true,true,false],[415,19,0,true,false,false],[416,6,0,false,false,false],[418,48,0,true,true,false],[419,29,0,true,true,false],[422,10,0,true,false,false],[429,29,0,true,true,false],[433,16,0,true,true,false],[433,18,0,true,false,false],[433,19,0,true,true,false],[437,14,0,true,false,false],[437,23,0,true,true,false],[437,37,0,true,false,false],[437,38,0,true,true,false],[444,14,0,true,false,false],[444,20,0,true,true,false],[447,24,0,true,true,false],[447,66,0,true,false,false],[453,12,0,true,true,false],[453,14,0,true,false,false],[453,15,0,true,true,false],[460,33,0,true,true,false],[464,20,0,true,true,false],[464,30,0,true,false,false],[464,31,0,true,true,false],[466,18,0,true,false,false],[466,24,0,true,true,false],[468,18,0,true,false,false],[473,6,0,false,false,false],[476,40,0,true,true,false],[477,14,0,true,true,false],[479,45,0,true,true,false],[481,14,0,true,false,false],[483,6,0,false,false,false],[485,39,0,true,true,false],[491,6,0,false,false,false],[493,43,0,true,true,false],[495,103,0,true,true,false],[496,16,0,true,true,false],[496,44,0,true,false,false],[496,45,0,true,true,false],[498,14,0,true,false,false],[499,16,0,true,true,false],[501,10,0,true,false,false],[502,6,0,false,false,false],[504,58,0,true,true,false],[507,6,0,false,false,false],[511,41,0,true,true,false],[513,91,0,true,true,false],[514,18,0,true,true,false],[516,14,0,true,false,false],[518,6,0,false,false,false],[520,40,0,true,true,false],[523,6,0,false,false,false],[525,46,0,true,true,false],[529,12,0,true,true,false],[529,43,0,true,false,false],[529,44,0,true,true,false],[531,16,0,true,true,false],[531,23,0,true,false,false],[531,24,0,true,true,false],[541,14,0,true,false,false],[541,23,0,true,true,false],[541,45,0,true,false,false],[541,46,0,true,true,false],[545,14,0,true,false,false],[547,6,0,false,false,false],[549,39,0,true,true,false],[550,12,0,true,true,false],[550,26,0,true,false,false],[550,27,0,true,true,false],[553,10,0,true,true,false],[555,14,0,true,true,false],[558,13,0,true,true,false],[560,14,0,true,false,false],[560,20,0,true,true,false],[562,14,0,true,false,false],[564,6,0,false,false,false],[567,55,0,true,true,false],[568,71,0,true,true,false],[568,85,0,true,true,false],[574,75,0,true,true,false],[574,89,0,true,true,false],[578,23,0,true,false,false],[579,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":82,"covered":0,"percent":0},"instantiations":{"count":82,"covered":0,"percent":0},"lines":{"count":1015,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":175,"covered":0,"notcovered":175,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift","mcdc_records":[],"segments":[[18,51,0,true,true,false],[18,56,0,false,false,false],[19,54,0,true,true,false],[19,56,0,false,false,false],[21,43,0,true,true,false],[21,48,0,false,false,false],[25,93,0,true,true,false],[26,16,0,true,true,false],[26,22,0,true,false,false],[27,9,0,true,true,false],[28,46,0,true,false,false],[29,9,0,true,true,false],[30,50,0,true,false,false],[31,9,0,true,true,false],[32,40,0,true,false,false],[33,9,0,true,true,false],[34,48,0,true,false,false],[35,9,0,true,true,false],[36,44,0,true,false,false],[37,10,0,true,true,false],[38,6,0,false,false,false],[40,75,0,true,true,false],[41,16,0,true,true,false],[41,22,0,true,false,false],[42,9,0,true,true,false],[43,60,0,true,false,false],[44,9,0,true,true,false],[45,41,0,true,false,false],[46,9,0,true,true,false],[47,51,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false],[51,25,0,true,true,false],[52,16,0,true,true,false],[53,32,0,true,true,false],[55,20,0,true,true,false],[55,45,0,true,false,false],[55,46,0,true,true,false],[56,70,0,true,true,false],[61,44,0,true,true,false],[62,38,0,true,true,false],[64,34,0,true,false,false],[69,32,0,true,true,false],[71,99,0,true,true,false],[72,53,0,true,true,false],[75,56,0,true,true,false],[82,38,0,true,false,false],[85,53,0,true,true,false],[88,56,0,true,true,false],[95,38,0,true,false,false],[106,53,0,true,true,false],[108,26,0,true,false,false],[115,24,0,true,true,false],[117,70,0,true,true,false],[123,44,0,true,true,false],[124,38,0,true,true,false],[126,34,0,true,false,false],[131,95,0,true,true,false],[132,49,0,true,true,false],[136,52,0,true,true,false],[143,34,0,true,false,false],[145,36,0,true,true,false],[145,78,0,true,false,false],[145,79,0,true,true,false],[146,51,0,true,true,false],[148,38,0,true,false,false],[151,34,0,true,true,false],[152,30,0,true,false,false],[155,49,0,true,true,false],[159,52,0,true,true,false],[166,34,0,true,false,false],[168,36,0,true,true,false],[168,77,0,true,false,false],[168,78,0,true,true,false],[169,51,0,true,true,false],[174,44,0,true,true,false],[174,89,0,true,false,false],[174,90,0,true,true,false],[180,42,0,true,true,false],[184,38,0,true,false,false],[187,34,0,true,true,false],[188,30,0,true,false,false],[206,16,0,true,true,false],[206,32,0,true,false,false],[206,33,0,true,true,false],[212,14,0,true,true,false],[213,10,0,true,false,false],[214,19,0,true,true,false],[216,10,0,true,false,false],[217,22,0,true,true,false],[220,10,0,true,false,false],[221,6,0,false,false,false],[225,48,0,true,true,false],[226,55,0,true,true,false],[226,96,0,true,false,false],[227,6,0,false,false,false],[229,45,0,true,true,false],[230,29,0,true,true,false],[230,48,0,true,false,false],[230,51,0,true,true,false],[230,63,0,true,false,false],[231,6,0,false,false,false],[233,66,0,true,true,false],[235,6,0,false,false,false],[237,65,0,true,true,false],[239,6,0,false,false,false],[242,61,0,true,true,false],[243,23,0,true,true,false],[244,72,0,true,true,false],[246,14,0,true,true,false],[247,25,0,true,false,false],[249,6,0,false,false,false],[251,60,0,true,true,false],[252,23,0,true,true,false],[253,72,0,true,true,false],[255,14,0,true,true,false],[256,25,0,true,false,false],[258,6,0,false,false,false],[262,41,0,true,true,false],[263,14,0,true,true,false],[266,33,0,true,true,false],[267,20,0,true,true,false],[267,45,0,true,false,false],[267,46,0,true,true,false],[272,18,0,true,false,false],[275,6,0,false,false,false],[277,39,0,true,true,false],[282,12,0,true,true,false],[282,29,0,true,false,false],[282,30,0,true,true,false],[285,10,0,true,true,false],[287,14,0,true,true,false],[290,13,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[296,6,0,false,false,false],[298,45,0,true,true,false],[299,14,0,true,true,false],[304,33,0,true,true,false],[305,20,0,true,true,false],[305,45,0,true,false,false],[305,46,0,true,true,false],[311,18,0,true,false,false],[311,24,0,true,true,false],[314,18,0,true,false,false],[317,6,0,false,false,false],[320,78,0,true,true,false],[322,38,0,true,true,false],[325,19,0,true,true,false],[325,41,0,true,false,false],[325,42,0,true,true,false],[330,28,0,true,true,false],[330,32,0,true,false,false],[331,21,0,true,true,false],[332,67,0,true,true,false],[332,104,0,true,false,false],[333,21,0,true,true,false],[334,69,0,true,true,false],[334,108,0,true,false,false],[335,22,0,true,true,false],[336,20,0,true,true,false],[336,33,0,true,false,false],[336,34,0,true,true,false],[340,59,0,true,true,false],[342,22,0,true,false,false],[348,18,0,true,true,false],[349,20,0,true,true,false],[349,36,0,true,false,false],[349,37,0,true,true,false],[349,47,0,true,true,false],[350,14,0,true,true,false],[351,10,0,true,false,false],[352,6,0,false,false,false],[354,48,0,true,true,false],[361,12,0,true,true,false],[361,26,0,true,false,false],[361,27,0,true,true,false],[362,18,0,true,true,false],[362,39,0,true,false,false],[364,10,0,true,true,false],[370,14,0,true,true,false],[371,30,0,true,true,false],[375,65,0,true,true,false],[375,104,0,true,false,false],[376,20,0,true,true,false],[376,27,0,true,false,false],[376,28,0,true,true,false],[376,38,0,true,true,false],[377,14,0,true,true,false],[381,10,0,true,false,false],[382,6,0,false,false,false],[386,52,0,true,true,false],[389,5,0,true,true,false],[391,12,0,true,true,false],[391,14,0,true,false,false],[391,15,0,true,true,false],[393,10,0,true,false,false],[393,16,0,true,true,false],[395,16,0,true,true,false],[395,105,0,true,false,false],[395,106,0,true,true,false],[397,14,0,true,false,false],[400,2,0,false,false,false],[405,37,0,true,true,false],[414,59,0,true,true,false],[416,6,0,true,false,false],[417,2,0,false,false,false],[420,52,0,true,true,false],[421,43,0,true,true,false],[421,53,0,true,true,false],[445,13,0,true,true,false],[448,12,0,true,true,false],[448,106,0,true,false,false],[450,9,0,true,true,false],[458,10,0,true,false,false],[464,13,0,true,true,false],[467,12,0,true,true,false],[467,106,0,true,false,false],[469,9,0,true,true,false],[477,10,0,true,false,false],[481,2,0,false,false,false],[483,42,0,true,true,false],[489,2,0,false,false,false],[497,25,0,true,true,false],[498,79,0,true,true,false],[499,53,0,true,true,false],[509,14,0,true,false,false],[512,16,0,true,true,false],[512,42,0,true,false,false],[512,43,0,true,true,false],[513,57,0,true,true,false],[518,60,0,true,true,false],[519,61,0,true,true,false],[525,26,0,true,false,false],[531,14,0,true,true,false],[534,54,0,true,true,false],[546,14,0,true,false,false],[552,20,0,true,true,false],[558,14,0,true,false,false],[564,37,0,true,true,false],[566,14,0,true,false,false],[571,6,0,false,false,false],[578,25,0,true,true,false],[579,45,0,true,true,false],[589,10,0,true,false,false],[590,6,0,false,false,false],[596,36,0,true,true,false],[602,22,0,true,true,false],[619,28,0,true,true,false],[619,30,0,true,false,false],[637,28,0,true,true,false],[637,30,0,true,false,false],[649,28,0,true,true,false],[649,30,0,true,false,false],[660,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":1642,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":0,"notcovered":158,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift","mcdc_records":[],"segments":[[16,50,0,true,true,false],[16,52,0,false,false,false],[17,66,0,true,true,false],[17,71,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[27,16,0,true,true,false],[27,32,0,true,false,false],[27,33,0,true,true,false],[28,66,0,true,true,false],[36,93,0,true,true,false],[36,96,0,true,false,false],[37,58,0,true,true,false],[37,59,0,true,false,false],[37,62,0,true,true,false],[37,63,0,true,false,false],[39,49,0,true,true,false],[41,22,0,true,false,false],[49,20,0,true,true,false],[50,66,0,true,true,false],[55,40,0,true,true,false],[56,34,0,true,true,false],[58,30,0,true,false,false],[62,93,0,true,true,false],[62,96,0,true,false,false],[63,58,0,true,true,false],[63,59,0,true,false,false],[63,62,0,true,true,false],[63,63,0,true,false,false],[65,35,0,true,true,false],[67,22,0,true,false,false],[70,54,0,true,true,false],[70,91,0,true,false,false],[83,33,0,true,true,false],[84,34,0,true,true,false],[84,44,0,true,true,false],[89,13,0,true,true,false],[95,14,0,true,true,false],[97,68,0,true,true,false],[97,78,0,true,true,false],[99,51,0,true,true,false],[99,73,0,true,false,false],[99,80,0,true,true,false],[106,14,0,true,true,false],[110,10,0,true,false,false],[111,22,0,true,true,false],[114,10,0,true,false,false],[115,6,0,false,false,false],[119,45,0,true,true,false],[120,23,0,true,true,false],[122,16,0,true,true,false],[122,47,0,true,false,false],[122,48,0,true,true,false],[123,24,0,true,true,false],[123,40,0,true,false,false],[124,17,0,true,true,false],[128,32,0,true,false,false],[129,17,0,true,true,false],[130,33,0,true,false,false],[132,14,0,true,true,false],[134,25,0,true,false,false],[136,6,0,false,false,false],[138,83,0,true,true,false],[140,16,0,true,true,false],[140,29,0,true,false,false],[141,9,0,true,true,false],[142,44,0,true,true,false],[143,70,0,true,true,false],[145,18,0,true,true,false],[146,29,0,true,false,false],[148,31,0,true,true,false],[148,38,0,true,false,false],[148,41,0,true,true,false],[148,51,0,true,false,false],[150,9,0,true,true,false],[151,44,0,true,true,false],[152,70,0,true,true,false],[154,28,0,true,true,false],[154,62,0,true,false,false],[155,28,0,true,true,false],[155,71,0,true,false,false],[156,18,0,true,true,false],[157,29,0,true,false,false],[159,31,0,true,true,false],[159,38,0,true,false,false],[159,41,0,true,true,false],[159,51,0,true,false,false],[161,9,0,true,true,false],[163,44,0,true,true,false],[164,52,0,true,true,false],[164,87,0,true,false,false],[166,31,0,true,true,false],[166,38,0,true,false,false],[166,41,0,true,true,false],[166,51,0,true,false,false],[168,6,0,false,false,false],[170,70,0,true,true,false],[172,62,0,true,true,false],[173,20,0,true,true,false],[173,29,0,true,false,false],[174,13,0,true,true,false],[175,39,0,true,false,false],[176,13,0,true,true,false],[177,54,0,true,false,false],[178,13,0,true,true,false],[179,35,0,true,false,false],[181,10,0,true,true,false],[182,27,0,true,false,false],[183,6,0,false,false,false],[185,76,0,true,true,false],[187,62,0,true,true,false],[188,20,0,true,true,false],[188,29,0,true,false,false],[189,13,0,true,true,false],[190,84,0,true,false,false],[191,13,0,true,true,false],[192,79,0,true,false,false],[193,13,0,true,true,false],[194,41,0,true,false,false],[196,10,0,true,true,false],[197,33,0,true,false,false],[198,6,0,false,false,false],[200,39,0,true,true,false],[202,6,0,false,false,false],[204,47,0,true,true,false],[205,56,0,true,true,false],[205,109,0,true,false,false],[205,111,0,true,true,false],[207,10,0,true,true,false],[208,57,0,true,true,false],[209,20,0,true,true,false],[209,33,0,true,false,false],[210,13,0,true,true,false],[213,21,0,true,false,false],[214,13,0,true,true,false],[215,22,0,true,false,false],[216,14,0,true,true,false],[217,10,0,true,false,false],[217,12,0,true,true,false],[219,10,0,true,true,false],[220,34,0,true,false,false],[221,6,0,false,false,false],[223,43,0,true,true,false],[224,44,0,true,true,false],[226,10,0,true,true,false],[227,24,0,true,false,false],[228,6,0,false,false,false],[230,37,0,true,true,false],[231,48,0,true,true,false],[231,58,0,true,true,false],[233,12,0,true,true,false],[233,56,0,true,false,false],[233,57,0,true,true,false],[236,10,0,true,true,false],[238,53,0,true,true,false],[238,63,0,true,true,false],[241,6,0,false,false,false],[243,41,0,true,true,false],[246,50,0,true,true,false],[246,95,0,true,false,false],[246,97,0,true,true,false],[247,16,0,true,true,false],[247,24,0,true,false,false],[247,25,0,true,true,false],[251,57,0,true,true,false],[251,70,0,true,false,false],[260,45,0,true,true,false],[262,88,0,true,true,false],[262,98,0,true,true,false],[271,18,0,true,false,false],[273,14,0,true,true,false],[276,10,0,true,true,false],[277,6,0,false,false,false],[279,64,0,true,true,false],[284,14,0,true,true,false],[285,33,0,true,true,false],[287,14,0,true,false,false],[292,33,0,true,true,false],[294,20,0,true,true,false],[294,22,0,true,false,false],[294,23,0,true,true,false],[297,18,0,true,false,false],[297,24,0,true,true,false],[299,18,0,true,false,false],[302,6,0,false,false,false],[304,87,0,true,true,false],[305,12,0,true,true,false],[305,20,0,true,false,false],[305,21,0,true,true,false],[311,53,0,true,true,false],[311,66,0,true,false,false],[317,41,0,true,true,false],[319,67,0,true,true,false],[319,77,0,true,true,false],[330,14,0,true,false,false],[332,10,0,true,true,false],[335,6,0,false,false,false],[337,85,0,true,true,false],[342,14,0,true,true,false],[343,33,0,true,true,false],[347,14,0,true,false,false],[351,33,0,true,true,false],[353,20,0,true,true,false],[353,22,0,true,false,false],[353,23,0,true,true,false],[356,18,0,true,false,false],[356,24,0,true,true,false],[358,18,0,true,false,false],[361,6,0,false,false,false],[363,45,0,true,true,false],[364,26,0,true,true,false],[364,45,0,true,false,false],[364,48,0,true,true,false],[364,60,0,true,false,false],[365,6,0,false,false,false],[367,39,0,true,true,false],[368,12,0,true,true,false],[368,26,0,true,false,false],[368,27,0,true,true,false],[371,10,0,true,true,false],[373,14,0,true,true,false],[376,13,0,true,true,false],[378,14,0,true,false,false],[378,20,0,true,true,false],[380,14,0,true,false,false],[382,6,0,false,false,false],[385,40,0,true,true,false],[386,14,0,true,true,false],[388,45,0,true,true,false],[390,14,0,true,false,false],[392,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":651,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":143,"covered":0,"notcovered":143,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift","mcdc_records":[],"segments":[[11,38,0,true,true,false],[11,43,0,false,false,false],[13,41,0,true,true,false],[13,46,0,false,false,false],[16,41,0,true,true,false],[16,46,0,false,false,false],[17,41,0,true,true,false],[17,62,0,false,false,false],[18,45,0,true,true,false],[18,48,0,false,false,false],[19,46,0,true,true,false],[19,47,0,false,false,false],[20,43,0,true,true,false],[20,48,0,false,false,false],[30,26,0,true,true,false],[31,20,0,true,true,false],[31,24,0,true,false,false],[32,13,0,true,true,false],[32,56,0,true,false,false],[33,13,0,true,true,false],[33,43,0,true,false,false],[34,14,0,true,true,false],[35,10,0,false,false,false],[37,33,0,true,true,false],[39,10,0,false,false,false],[42,25,0,true,true,false],[43,16,0,true,true,false],[44,32,0,true,true,false],[51,27,0,true,true,false],[51,52,0,true,false,false],[52,27,0,true,true,false],[52,63,0,true,false,false],[57,48,0,true,true,false],[59,18,0,true,false,false],[59,24,0,true,true,false],[61,18,0,true,false,false],[65,16,0,true,true,false],[65,32,0,true,false,false],[65,33,0,true,true,false],[71,53,0,true,true,false],[72,28,0,true,true,false],[72,38,0,true,false,false],[72,75,0,true,true,false],[75,26,0,true,false,false],[77,14,0,true,true,false],[78,10,0,true,false,false],[85,19,0,true,true,false],[88,10,0,true,false,false],[93,11,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[100,36,0,true,true,false],[102,69,0,true,true,false],[105,10,0,true,false,false],[108,80,0,true,true,false],[110,10,0,true,false,false],[113,26,0,true,true,false],[114,102,0,true,true,false],[116,14,0,true,false,false],[117,10,0,true,true,false],[118,6,0,false,false,false],[123,74,0,true,true,false],[124,20,0,true,true,false],[125,62,0,true,true,false],[127,24,0,true,true,false],[135,18,0,true,false,false],[140,43,0,true,true,false],[140,44,0,true,false,false],[140,47,0,true,true,false],[140,48,0,true,false,false],[141,45,0,true,true,false],[141,46,0,true,false,false],[141,49,0,true,true,false],[141,52,0,true,false,false],[144,58,0,true,true,false],[148,18,0,true,false,false],[153,47,0,true,true,false],[154,28,0,true,true,false],[160,22,0,true,false,false],[164,18,0,true,true,false],[167,66,0,true,true,false],[168,70,0,true,true,false],[169,46,0,true,true,false],[169,60,0,true,false,false],[169,63,0,true,true,false],[169,80,0,true,false,false],[169,82,0,true,true,false],[171,26,0,true,false,false],[177,52,0,true,true,false],[179,26,0,true,false,false],[185,44,0,true,true,false],[187,22,0,true,false,false],[197,6,0,false,false,false],[202,46,0,true,true,false],[203,58,0,true,true,false],[211,62,0,true,true,false],[212,46,0,true,true,false],[214,18,0,true,false,false],[218,54,0,true,true,false],[220,18,0,true,false,false],[226,6,0,false,false,false],[231,72,0,true,true,false],[232,56,0,true,true,false],[232,77,0,true,false,false],[232,80,0,true,true,false],[232,84,0,true,false,false],[234,29,0,true,true,false],[238,42,0,true,true,false],[238,43,0,true,false,false],[238,46,0,true,true,false],[238,47,0,true,false,false],[239,38,0,true,true,false],[239,39,0,true,false,false],[239,42,0,true,true,false],[239,43,0,true,false,false],[243,38,0,true,true,false],[243,39,0,true,false,false],[243,42,0,true,true,false],[243,43,0,true,false,false],[244,40,0,true,true,false],[244,41,0,true,false,false],[244,44,0,true,true,false],[244,47,0,true,false,false],[247,6,0,false,false,false],[251,33,0,true,true,false],[255,9,0,true,true,false],[257,56,0,true,true,false],[260,14,0,true,true,false],[261,10,0,true,true,false],[265,43,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[272,55,0,true,true,false],[276,14,0,true,true,false],[277,16,0,true,true,false],[285,18,0,true,true,false],[289,20,0,true,true,false],[289,76,0,true,false,false],[289,77,0,true,true,false],[290,89,0,true,true,false],[291,18,0,true,true,false],[293,37,0,true,true,false],[296,66,0,true,true,false],[296,107,0,true,true,false],[296,111,0,true,false,false],[299,78,0,true,true,false],[300,37,0,true,true,false],[301,60,0,true,true,false],[303,70,0,true,true,false],[303,111,0,true,true,false],[303,115,0,true,false,false],[305,28,0,true,true,false],[308,22,0,true,false,false],[310,21,0,true,true,false],[311,37,0,true,true,false],[314,18,0,true,false,false],[315,14,0,true,true,false],[316,10,0,true,false,false],[317,6,0,false,false,false],[319,62,0,true,true,false],[322,6,0,false,false,false],[326,67,0,true,true,false],[327,16,0,true,true,false],[327,22,0,true,false,false],[328,9,0,true,true,false],[329,45,0,true,true,false],[329,55,0,true,true,false],[331,67,0,true,true,false],[331,77,0,true,true,false],[335,51,0,true,false,false],[337,9,0,true,true,false],[338,56,0,true,false,false],[339,10,0,true,true,false],[340,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":703,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":106,"covered":0,"notcovered":106,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift","mcdc_records":[],"segments":[[12,51,0,true,true,false],[14,6,0,false,false,false],[16,45,0,true,true,false],[16,50,0,false,false,false],[17,55,0,true,true,false],[17,63,0,false,false,false],[19,66,0,true,true,false],[19,71,0,false,false,false],[33,26,0,true,true,false],[34,20,0,true,true,false],[34,24,0,true,false,false],[35,13,0,true,true,false],[35,34,0,true,false,false],[36,13,0,true,true,false],[36,35,0,true,false,false],[37,13,0,true,true,false],[37,31,0,true,false,false],[38,13,0,true,true,false],[38,45,0,true,false,false],[39,13,0,true,true,false],[39,33,0,true,false,false],[40,14,0,true,true,false],[41,10,0,false,false,false],[43,26,0,true,true,false],[44,20,0,true,true,false],[44,24,0,true,false,false],[45,13,0,true,true,false],[45,51,0,true,false,false],[46,13,0,true,true,false],[46,46,0,true,false,false],[47,13,0,true,true,false],[47,58,0,true,false,false],[48,13,0,true,true,false],[48,69,0,true,false,false],[49,13,0,true,true,false],[49,54,0,true,false,false],[50,14,0,true,true,false],[51,10,0,false,false,false],[53,33,0,true,true,false],[54,20,0,true,true,false],[54,24,0,true,false,false],[55,13,0,true,true,false],[55,48,0,true,false,false],[56,13,0,true,true,false],[56,52,0,true,false,false],[57,13,0,true,true,false],[57,42,0,true,false,false],[58,13,0,true,true,false],[58,53,0,true,false,false],[59,13,0,true,true,false],[59,53,0,true,false,false],[60,13,0,true,true,false],[60,56,0,true,false,false],[61,14,0,true,true,false],[62,10,0,false,false,false],[65,25,0,true,true,false],[66,58,0,true,true,false],[75,32,0,true,true,false],[75,51,0,true,false,false],[80,16,0,true,true,false],[80,37,0,true,false,false],[80,74,0,true,true,false],[83,14,0,true,true,false],[85,50,0,true,true,false],[92,14,0,true,true,false],[94,16,0,true,true,false],[94,40,0,true,false,false],[94,41,0,true,true,false],[95,45,0,true,true,false],[97,18,0,true,false,false],[101,14,0,true,true,false],[102,10,0,true,false,false],[109,19,0,true,true,false],[112,10,0,true,false,false],[113,22,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[127,93,0,true,true,false],[128,16,0,true,true,false],[128,22,0,true,false,false],[129,9,0,true,true,false],[130,20,0,true,true,false],[130,33,0,true,false,false],[131,13,0,true,true,false],[133,38,0,true,false,false],[134,13,0,true,true,false],[135,83,0,true,false,false],[136,13,0,true,true,false],[137,93,0,true,false,false],[139,9,0,true,true,false],[140,20,0,true,true,false],[140,33,0,true,false,false],[141,13,0,true,true,false],[143,38,0,true,false,false],[144,13,0,true,true,false],[145,83,0,true,false,false],[146,13,0,true,true,false],[147,93,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[153,40,0,true,true,false],[154,14,0,true,true,false],[156,45,0,true,true,false],[158,14,0,true,false,false],[160,6,0,false,false,false],[164,64,0,true,true,false],[165,16,0,true,true,false],[165,29,0,true,false,false],[166,9,0,true,true,false],[166,32,0,true,false,false],[167,9,0,true,true,false],[167,39,0,true,false,false],[168,9,0,true,true,false],[168,29,0,true,false,false],[169,9,0,true,true,false],[169,44,0,true,false,false],[170,10,0,true,true,false],[171,6,0,false,false,false],[173,37,0,true,true,false],[174,16,0,true,true,false],[174,29,0,true,false,false],[175,9,0,true,true,false],[175,41,0,true,false,false],[176,9,0,true,true,false],[176,45,0,true,false,false],[177,9,0,true,true,false],[177,38,0,true,false,false],[178,9,0,true,true,false],[178,43,0,true,false,false],[179,9,0,true,true,false],[179,43,0,true,false,false],[180,9,0,true,true,false],[180,41,0,true,false,false],[181,10,0,true,true,false],[182,6,0,false,false,false],[184,39,0,true,true,false],[185,16,0,true,true,false],[185,29,0,true,false,false],[186,9,0,true,true,false],[187,70,0,true,false,false],[188,9,0,true,true,false],[189,68,0,true,false,false],[190,9,0,true,true,false],[191,58,0,true,false,false],[192,9,0,true,true,false],[193,41,0,true,false,false],[194,9,0,true,true,false],[195,41,0,true,false,false],[196,9,0,true,true,false],[197,83,0,true,false,false],[198,10,0,true,true,false],[199,6,0,false,false,false],[201,48,0,true,true,false],[203,6,0,false,false,false],[205,45,0,true,true,false],[206,26,0,true,true,false],[206,45,0,true,false,false],[206,48,0,true,true,false],[206,60,0,true,false,false],[207,6,0,false,false,false],[211,33,0,true,true,false],[216,14,0,true,true,false],[221,10,0,true,false,false],[222,6,0,false,false,false],[224,35,0,true,true,false],[229,14,0,true,true,false],[234,10,0,true,false,false],[235,6,0,false,false,false],[237,32,0,true,true,false],[242,14,0,true,true,false],[247,10,0,true,false,false],[248,6,0,false,false,false],[250,34,0,true,true,false],[252,28,0,true,true,false],[254,10,0,true,false,false],[255,6,0,false,false,false],[257,45,0,true,true,false],[266,38,0,true,true,false],[266,48,0,true,true,false],[268,29,0,true,true,false],[269,54,0,true,true,false],[271,14,0,true,false,false],[273,6,0,false,false,false],[279,7,0,true,true,false],[282,16,0,true,true,false],[282,28,0,true,false,false],[283,9,0,true,true,false],[284,37,0,true,false,false],[285,9,0,true,true,false],[286,37,0,true,false,false],[287,9,0,true,true,false],[290,76,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[295,9,0,true,true,false],[296,38,0,true,false,false],[297,9,0,true,true,false],[299,52,0,true,false,false],[300,9,0,true,true,false],[301,37,0,true,false,false],[302,10,0,true,true,false],[304,16,0,true,true,false],[304,29,0,true,false,false],[305,9,0,true,true,false],[306,18,0,true,false,false],[307,9,0,true,true,false],[308,43,0,true,true,false],[308,81,0,true,false,false],[310,9,0,true,true,false],[312,16,0,true,true,false],[312,41,0,true,false,false],[312,42,0,true,true,false],[314,14,0,true,false,false],[315,10,0,true,true,false],[317,42,0,true,true,false],[320,18,0,true,true,false],[322,14,0,true,false,false],[324,10,0,true,true,false],[326,42,0,true,true,false],[328,10,0,true,false,false],[328,59,0,true,true,false],[330,10,0,true,false,false],[333,6,0,false,false,false],[335,45,0,true,true,false],[339,49,0,true,true,false],[341,10,0,true,false,false],[343,29,0,true,true,false],[344,54,0,true,true,false],[344,64,0,true,true,false],[345,33,0,true,true,false],[347,14,0,true,false,false],[347,20,0,true,true,false],[349,14,0,true,false,false],[351,6,0,false,false,false],[353,103,0,true,true,false],[354,67,0,true,true,false],[356,10,0,true,true,false],[358,80,0,true,true,false],[363,48,0,true,true,false],[364,20,0,true,true,false],[364,46,0,true,true,false],[364,68,0,true,false,false],[364,72,0,true,true,false],[364,94,0,true,false,false],[364,95,0,true,true,false],[366,18,0,true,true,false],[367,14,0,true,true,false],[368,10,0,true,true,false],[370,19,0,true,false,false],[371,6,0,false,false,false],[373,98,0,true,true,false],[374,68,0,true,true,false],[374,82,0,true,true,false],[379,12,0,true,true,false],[380,51,0,true,true,false],[382,59,0,true,true,false],[383,42,0,true,false,false],[384,17,0,true,true,false],[386,10,0,true,false,false],[387,6,0,false,false,false],[391,92,0,true,true,false],[397,9,0,true,true,false],[399,10,0,true,true,false],[401,91,0,true,true,false],[403,10,0,true,true,false],[414,44,0,true,true,false],[416,16,0,true,true,false],[416,55,0,true,false,false],[416,56,0,true,true,false],[418,14,0,true,false,false],[421,16,0,true,true,false],[421,32,0,true,false,false],[423,13,0,true,true,false],[427,20,0,true,true,false],[427,36,0,true,false,false],[427,37,0,true,true,false],[430,18,0,true,false,false],[434,16,0,true,true,false],[434,32,0,true,false,false],[434,77,0,true,true,false],[435,60,0,true,true,false],[437,18,0,true,false,false],[441,16,0,true,true,false],[441,53,0,true,false,false],[441,54,0,true,true,false],[443,14,0,true,false,false],[446,16,0,true,true,false],[446,32,0,true,false,false],[446,53,0,true,true,false],[448,14,0,true,true,false],[449,10,0,true,true,false],[452,12,0,true,true,false],[452,28,0,true,false,false],[452,29,0,true,true,false],[454,37,0,true,true,false],[456,44,0,true,true,false],[458,18,0,true,false,false],[460,39,0,true,true,false],[462,14,0,true,false,false],[464,10,0,true,true,false],[466,19,0,true,false,false],[467,6,0,false,false,false],[469,39,0,true,true,false],[470,12,0,true,true,false],[470,26,0,true,false,false],[470,27,0,true,true,false],[473,10,0,true,true,false],[475,14,0,true,true,false],[478,13,0,true,true,false],[480,14,0,true,false,false],[480,20,0,true,true,false],[482,14,0,true,false,false],[484,6,0,false,false,false],[488,5,0,true,true,false],[489,16,0,true,true,false],[489,29,0,true,false,false],[490,9,0,true,true,false],[491,16,0,true,false,false],[492,9,0,true,true,false],[493,16,0,true,false,false],[494,9,0,true,true,false],[497,25,0,true,true,false],[497,37,0,true,false,false],[500,9,0,true,true,false],[503,25,0,true,true,false],[503,37,0,true,false,false],[506,9,0,true,true,false],[509,25,0,true,true,false],[509,39,0,true,false,false],[512,10,0,true,true,false],[513,6,0,false,false,false],[515,89,0,true,true,false],[517,12,0,true,true,false],[517,49,0,true,false,false],[517,50,0,true,true,false],[519,10,0,true,false,false],[519,19,0,true,true,false],[519,51,0,true,false,false],[519,52,0,true,true,false],[521,10,0,true,false,false],[521,19,0,true,true,false],[521,55,0,true,false,false],[521,56,0,true,true,false],[523,10,0,true,false,false],[523,16,0,true,true,false],[525,10,0,true,false,false],[526,6,0,false,false,false],[530,37,0,true,true,false],[537,6,0,false,false,false],[539,36,0,true,true,false],[542,6,0,false,false,false],[548,36,0,true,true,false],[553,22,0,true,true,false],[557,28,0,true,true,false],[557,30,0,true,false,false],[564,28,0,true,true,false],[564,30,0,true,false,false],[571,28,0,true,true,false],[571,30,0,true,false,false],[577,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":60,"covered":0,"percent":0},"lines":{"count":637,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":211,"covered":0,"notcovered":211,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift","mcdc_records":[],"segments":[[22,39,0,true,true,false],[22,44,0,false,false,false],[23,47,0,true,true,false],[23,52,0,false,false,false],[24,45,0,true,true,false],[24,50,0,false,false,false],[26,66,0,true,true,false],[26,71,0,false,false,false],[27,47,0,true,true,false],[27,52,0,false,false,false],[31,25,0,true,true,false],[32,28,0,true,true,false],[34,16,0,true,true,false],[34,35,0,true,false,false],[34,36,0,true,true,false],[35,66,0,true,true,false],[40,40,0,true,true,false],[42,34,0,true,true,false],[44,30,0,true,false,false],[50,93,0,true,true,false],[50,96,0,true,false,false],[51,58,0,true,true,false],[51,59,0,true,false,false],[51,62,0,true,true,false],[51,63,0,true,false,false],[54,28,0,true,true,false],[56,95,0,true,true,false],[58,32,0,true,true,false],[58,44,0,true,false,false],[58,45,0,true,true,false],[59,53,0,true,true,false],[62,56,0,true,true,false],[69,38,0,true,false,false],[71,30,0,true,true,false],[74,32,0,true,true,false],[74,48,0,true,true,false],[74,103,0,true,false,false],[74,104,0,true,true,false],[75,53,0,true,true,false],[78,47,0,true,true,false],[78,70,0,true,false,false],[78,73,0,true,true,false],[78,92,0,true,false,false],[81,99,0,true,true,false],[81,105,0,true,false,false],[81,108,0,true,true,false],[81,112,0,true,false,false],[82,56,0,true,true,false],[89,38,0,true,false,false],[91,30,0,true,true,false],[92,26,0,true,false,false],[100,49,0,true,true,false],[102,22,0,true,false,false],[110,20,0,true,true,false],[112,66,0,true,true,false],[118,40,0,true,true,false],[119,34,0,true,true,false],[121,30,0,true,false,false],[127,93,0,true,true,false],[127,96,0,true,false,false],[128,58,0,true,true,false],[128,59,0,true,false,false],[128,62,0,true,true,false],[128,63,0,true,false,false],[130,35,0,true,true,false],[132,22,0,true,false,false],[148,43,0,true,true,false],[150,16,0,true,true,false],[150,26,0,true,false,false],[150,27,0,true,true,false],[152,20,0,true,true,false],[152,40,0,true,false,false],[152,41,0,true,true,false],[154,18,0,true,false,false],[158,20,0,true,true,false],[161,14,0,true,false,false],[163,19,0,true,true,false],[166,16,0,true,true,false],[166,35,0,true,false,false],[166,36,0,true,true,false],[171,14,0,true,false,false],[171,20,0,true,true,false],[175,14,0,true,false,false],[177,33,0,true,true,false],[178,54,0,true,true,false],[178,64,0,true,true,false],[180,10,0,true,false,false],[181,22,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[191,42,0,true,true,false],[197,6,0,false,false,false],[199,45,0,true,true,false],[200,26,0,true,true,false],[200,45,0,true,false,false],[200,48,0,true,true,false],[200,60,0,true,false,false],[201,6,0,false,false,false],[203,55,0,true,true,false],[206,6,0,false,false,false],[208,91,0,true,true,false],[214,6,0,false,false,false],[216,41,0,true,true,false],[218,6,0,false,false,false],[220,39,0,true,true,false],[221,12,0,true,true,false],[221,26,0,true,false,false],[221,27,0,true,true,false],[224,10,0,true,true,false],[226,14,0,true,true,false],[229,13,0,true,true,false],[231,14,0,true,false,false],[231,20,0,true,true,false],[233,14,0,true,false,false],[235,6,0,false,false,false],[237,70,0,true,true,false],[238,16,0,true,true,false],[238,27,0,true,false,false],[239,9,0,true,true,false],[240,39,0,true,false,false],[241,9,0,true,true,false],[242,38,0,true,false,false],[243,9,0,true,true,false],[244,52,0,true,false,false],[245,9,0,true,true,false],[246,36,0,true,false,false],[247,9,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[250,31,0,true,false,false],[251,9,0,true,true,false],[252,31,0,true,false,false],[253,9,0,true,true,false],[254,26,0,true,false,false],[255,9,0,true,true,false],[256,24,0,true,false,false],[257,10,0,true,true,false],[258,6,0,false,false,false],[260,76,0,true,true,false],[261,16,0,true,true,false],[261,27,0,true,false,false],[262,9,0,true,true,false],[263,95,0,true,false,false],[264,9,0,true,true,false],[265,82,0,true,false,false],[266,9,0,true,true,false],[267,84,0,true,false,false],[268,9,0,true,true,false],[269,77,0,true,false,false],[270,9,0,true,true,false],[271,96,0,true,false,false],[272,9,0,true,true,false],[273,74,0,true,false,false],[274,9,0,true,true,false],[275,80,0,true,false,false],[276,9,0,true,true,false],[277,87,0,true,false,false],[278,9,0,true,true,false],[279,30,0,true,false,false],[280,10,0,true,true,false],[281,6,0,false,false,false],[283,43,0,true,true,false],[284,103,0,true,true,false],[286,10,0,true,false,false],[287,6,0,false,false,false],[293,42,0,true,true,false],[294,42,0,true,true,false],[297,10,0,true,true,false],[300,12,0,true,true,false],[300,20,0,true,false,false],[300,21,0,true,true,false],[304,53,0,true,true,false],[304,66,0,true,false,false],[311,41,0,true,true,false],[313,57,0,true,true,false],[313,67,0,true,true,false],[320,14,0,true,false,false],[322,10,0,true,true,false],[325,6,0,false,false,false],[327,37,0,true,true,false],[328,12,0,true,true,false],[328,32,0,true,false,false],[328,33,0,true,true,false],[331,10,0,true,true,false],[343,19,0,true,true,false],[345,14,0,true,false,false],[350,14,0,true,true,false],[359,16,0,true,true,false],[359,27,0,true,false,false],[359,28,0,true,true,false],[365,14,0,true,false,false],[365,20,0,true,true,false],[372,20,0,true,true,false],[372,23,0,true,false,false],[372,24,0,true,true,false],[378,18,0,true,true,false],[379,14,0,true,true,false],[384,16,0,true,true,false],[384,29,0,true,false,false],[384,30,0,true,true,false],[388,14,0,true,false,false],[393,6,0,false,false,false],[395,44,0,true,true,false],[404,6,0,false,false,false],[408,75,0,true,true,false],[410,33,0,true,true,false],[413,16,0,true,true,false],[413,18,0,true,false,false],[413,19,0,true,true,false],[413,34,0,true,true,false],[416,10,0,true,true,false],[421,12,0,true,true,false],[421,43,0,true,false,false],[421,44,0,true,true,false],[427,10,0,true,true,false],[429,21,0,true,false,false],[430,6,0,false,false,false],[432,40,0,true,true,false],[433,53,0,true,true,false],[435,10,0,true,false,false],[436,14,0,true,true,false],[439,10,0,true,false,false],[440,6,0,false,false,false],[446,63,0,true,true,false],[453,40,0,true,true,false],[453,66,0,true,false,false],[455,66,0,true,true,false],[455,103,0,true,false,false],[461,12,0,true,true,false],[461,39,0,true,true,false],[461,98,0,true,false,false],[461,100,0,true,true,false],[464,10,0,true,false,false],[466,12,0,true,true,false],[466,39,0,true,true,false],[466,96,0,true,false,false],[466,98,0,true,true,false],[468,74,0,true,true,false],[468,81,0,true,false,false],[471,60,0,true,true,false],[471,111,0,true,false,false],[472,13,0,true,true,false],[472,36,0,true,true,false],[472,85,0,true,false,false],[473,13,0,true,true,false],[473,36,0,true,true,false],[473,99,0,true,false,false],[474,12,0,true,true,false],[474,29,0,true,false,false],[474,30,0,true,true,false],[476,74,0,true,true,false],[476,81,0,true,false,false],[477,19,0,true,true,false],[477,46,0,true,true,false],[477,100,0,true,false,false],[477,102,0,true,true,false],[479,77,0,true,true,false],[479,84,0,true,false,false],[485,30,0,true,true,false],[485,39,0,true,false,false],[494,12,0,true,true,false],[494,19,0,true,false,false],[494,20,0,true,true,false],[498,78,0,true,true,false],[498,84,0,true,false,false],[499,62,0,true,true,false],[499,88,0,true,false,false],[500,16,0,true,true,false],[500,43,0,true,false,false],[500,44,0,true,true,false],[504,14,0,true,false,false],[504,20,0,true,true,false],[511,110,0,true,true,false],[511,142,0,true,false,false],[515,27,0,true,true,false],[515,95,0,true,false,false],[516,27,0,true,true,false],[516,33,0,true,false,false],[520,16,0,true,true,false],[527,43,0,true,true,false],[527,91,0,true,false,false],[527,94,0,true,true,false],[527,100,0,true,false,false],[531,6,0,false,false,false],[533,70,0,true,true,false],[534,48,0,true,true,false],[534,61,0,true,true,false],[539,37,0,true,true,false],[539,50,0,true,true,false],[541,49,0,true,true,false],[541,54,0,true,false,false],[541,57,0,true,true,false],[541,59,0,true,false,false],[542,6,0,false,false,false],[544,70,0,true,true,false],[546,36,0,true,true,false],[546,47,0,true,false,false],[547,18,0,true,true,false],[547,72,0,true,false,false],[548,21,0,true,true,false],[548,36,0,true,false,false],[549,35,0,true,true,false],[549,48,0,true,true,false],[560,41,0,true,true,false],[561,46,0,true,true,false],[561,70,0,true,false,false],[561,72,0,true,true,false],[563,14,0,true,false,false],[564,10,0,true,true,false],[566,56,0,true,true,false],[566,92,0,true,false,false],[566,94,0,true,true,false],[569,10,0,true,false,false],[571,12,0,true,true,false],[571,28,0,true,false,false],[571,29,0,true,true,false],[573,16,0,true,true,false],[573,25,0,true,false,false],[573,26,0,true,true,false],[574,51,0,true,true,false],[574,65,0,true,false,false],[579,6,0,false,false,false],[585,17,0,true,true,false],[588,12,0,true,true,false],[588,28,0,true,false,false],[588,29,0,true,true,false],[590,10,0,true,false,false],[592,12,0,true,true,false],[592,36,0,true,false,false],[592,37,0,true,true,false],[594,10,0,true,false,false],[596,6,0,false,false,false],[599,40,0,true,true,false],[600,14,0,true,true,false],[602,45,0,true,true,false],[604,14,0,true,false,false],[606,6,0,false,false,false],[609,64,0,true,true,false],[613,12,0,true,true,false],[613,19,0,true,false,false],[613,20,0,true,true,false],[618,10,0,true,false,false],[618,16,0,true,true,false],[622,10,0,true,false,false],[624,6,0,false,false,false],[627,72,0,true,true,false],[629,6,0,false,false,false],[635,59,0,true,true,false],[649,15,0,true,true,false],[649,57,0,true,false,false],[649,84,0,true,true,false],[652,10,0,true,true,false],[656,87,0,true,true,false],[656,98,0,true,false,false],[656,101,0,true,true,false],[656,112,0,true,false,false],[660,12,0,true,true,false],[660,34,0,true,false,false],[660,35,0,true,true,false],[664,10,0,true,true,false],[668,33,0,true,true,false],[672,10,0,true,true,false],[676,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":80,"covered":0,"percent":0},"instantiations":{"count":80,"covered":0,"percent":0},"lines":{"count":1107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":217,"covered":0,"notcovered":217,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift","mcdc_records":[],"segments":[[9,37,0,true,true,false],[9,42,0,false,false,false],[14,45,0,true,true,false],[14,48,0,false,false,false],[15,46,0,true,true,false],[15,47,0,false,false,false],[16,38,0,true,true,false],[16,43,0,false,false,false],[17,46,0,true,true,false],[17,49,0,false,false,false],[22,25,0,true,true,false],[23,28,0,true,true,false],[35,40,0,true,true,false],[35,41,0,true,false,false],[35,44,0,true,true,false],[35,45,0,true,false,false],[36,42,0,true,true,false],[36,43,0,true,false,false],[36,46,0,true,true,false],[36,48,0,true,false,false],[43,19,0,true,true,false],[46,10,0,true,false,false],[47,6,0,false,false,false],[51,36,0,true,true,false],[53,69,0,true,true,false],[56,10,0,true,false,false],[59,59,0,true,true,false],[61,10,0,true,false,false],[62,6,0,false,false,false],[67,40,0,true,true,false],[68,58,0,true,true,false],[70,83,0,true,true,false],[71,43,0,true,true,false],[72,28,0,true,true,false],[73,32,0,true,true,false],[75,32,0,true,true,false],[75,42,0,true,false,false],[75,43,0,true,true,false],[81,47,0,true,true,false],[82,115,0,true,true,false],[84,42,0,true,false,false],[86,30,0,true,true,false],[87,60,0,true,true,false],[87,71,0,true,false,false],[87,74,0,true,true,false],[87,92,0,true,false,false],[92,65,0,true,true,false],[93,47,0,true,true,false],[93,67,0,true,false,false],[93,70,0,true,true,false],[93,99,0,true,false,false],[103,18,0,true,true,false],[109,36,0,true,true,false],[115,18,0,true,false,false],[121,38,0,true,true,false],[122,24,0,true,true,false],[128,18,0,true,false,false],[132,14,0,true,true,false],[135,62,0,true,true,false],[136,37,0,true,true,false],[136,50,0,true,false,false],[136,53,0,true,true,false],[136,66,0,true,false,false],[136,68,0,true,true,false],[138,18,0,true,false,false],[140,41,0,true,true,false],[140,59,0,true,false,false],[144,34,0,true,true,false],[146,18,0,true,false,false],[154,6,0,false,false,false],[158,31,0,true,true,false],[159,43,0,true,true,false],[159,53,0,true,true,false],[164,14,0,true,true,false],[167,33,0,true,true,false],[170,24,0,true,true,false],[170,30,0,true,false,false],[171,17,0,true,true,false],[172,33,0,true,false,false],[174,17,0,true,true,false],[175,87,0,true,false,false],[177,17,0,true,true,false],[181,24,0,true,true,false],[181,73,0,true,false,false],[181,74,0,true,true,false],[183,22,0,true,false,false],[184,18,0,true,true,false],[185,14,0,true,false,false],[187,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":28,"covered":0,"percent":0},"lines":{"count":462,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":0,"notcovered":54,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift","mcdc_records":[],"segments":[[20,51,0,true,true,false],[22,6,0,false,false,false],[32,49,0,true,true,false],[32,60,0,false,false,false],[33,47,0,true,true,false],[33,48,0,false,false,false],[34,45,0,true,true,false],[34,50,0,false,false,false],[35,50,0,true,true,false],[35,53,0,false,false,false],[36,49,0,true,true,false],[36,50,0,false,false,false],[38,25,0,true,true,false],[39,33,0,true,true,false],[41,32,0,true,true,false],[48,20,0,true,true,false],[48,33,0,true,false,false],[48,34,0,true,true,false],[50,27,0,true,true,false],[61,22,0,true,false,false],[62,40,0,true,true,false],[62,50,0,true,false,false],[62,53,0,true,true,false],[62,66,0,true,false,false],[65,24,0,true,true,false],[67,18,0,true,false,false],[74,20,0,true,true,false],[74,33,0,true,false,false],[74,34,0,true,true,false],[83,18,0,true,false,false],[83,24,0,true,true,false],[85,18,0,true,false,false],[89,20,0,true,true,false],[91,20,0,true,true,false],[91,41,0,true,false,false],[91,42,0,true,true,false],[93,70,0,true,true,false],[93,74,0,true,false,false],[93,77,0,true,true,false],[93,80,0,true,false,false],[99,18,0,true,true,false],[101,20,0,true,true,false],[101,45,0,true,false,false],[101,46,0,true,true,false],[107,35,0,true,true,false],[109,102,0,true,true,false],[111,30,0,true,false,false],[113,38,0,true,true,false],[116,26,0,true,false,false],[117,24,0,true,true,false],[123,18,0,true,false,false],[134,22,0,true,true,false],[135,20,0,true,true,false],[135,41,0,true,false,false],[135,42,0,true,true,false],[137,18,0,true,false,false],[137,24,0,true,true,false],[139,18,0,true,false,false],[141,27,0,true,true,false],[143,20,0,true,true,false],[143,41,0,true,false,false],[143,42,0,true,true,false],[146,63,0,true,true,false],[149,22,0,true,false,false],[153,91,0,true,true,false],[153,103,0,true,false,false],[153,106,0,true,true,false],[153,132,0,true,true,false],[153,141,0,true,false,false],[153,144,0,true,true,false],[153,152,0,true,false,false],[155,23,0,true,true,false],[157,20,0,true,true,false],[157,32,0,true,false,false],[157,33,0,true,true,false],[159,18,0,true,false,false],[159,24,0,true,true,false],[160,57,0,true,true,false],[160,65,0,true,false,false],[160,68,0,true,true,false],[160,75,0,true,false,false],[163,42,0,true,true,false],[166,53,0,true,true,false],[167,62,0,true,true,false],[169,26,0,true,false,false],[173,41,0,true,true,false],[174,20,0,true,true,false],[174,29,0,true,false,false],[174,30,0,true,true,false],[176,46,0,true,true,false],[178,22,0,true,false,false],[179,62,0,true,true,false],[180,61,0,true,true,false],[180,69,0,true,false,false],[180,72,0,true,true,false],[180,79,0,true,false,false],[185,49,0,true,true,false],[187,20,0,true,true,false],[187,33,0,true,false,false],[187,34,0,true,true,false],[188,76,0,true,true,false],[189,49,0,true,true,false],[189,57,0,true,false,false],[189,60,0,true,true,false],[189,67,0,true,false,false],[209,18,0,true,true,false],[214,10,0,true,false,false],[215,6,0,false,false,false],[219,44,0,true,true,false],[225,43,0,true,true,false],[227,10,0,true,true,false],[231,30,0,true,false,false],[232,6,0,false,false,false],[234,37,0,true,true,false],[235,16,0,true,true,false],[235,26,0,true,false,false],[236,9,0,true,true,false],[237,40,0,true,false,false],[238,9,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[243,23,0,true,true,false],[245,14,0,true,true,false],[246,35,0,true,true,false],[246,42,0,true,false,false],[246,45,0,true,true,false],[246,53,0,true,false,false],[248,9,0,true,true,false],[249,35,0,true,false,false],[251,6,0,false,false,false],[253,40,0,true,true,false],[254,16,0,true,true,false],[254,26,0,true,false,false],[255,9,0,true,true,false],[256,19,0,true,false,false],[257,9,0,true,true,false],[258,32,0,true,false,false],[259,9,0,true,true,false],[260,36,0,true,false,false],[261,10,0,true,true,false],[262,6,0,false,false,false],[264,40,0,true,true,false],[265,16,0,true,true,false],[265,26,0,true,false,false],[266,9,0,true,true,false],[267,23,0,true,false,false],[268,9,0,true,true,false],[269,38,0,true,false,false],[270,9,0,true,true,false],[271,40,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[276,41,0,true,true,false],[277,16,0,true,true,false],[277,26,0,true,false,false],[278,9,0,true,true,false],[279,30,0,true,false,false],[280,9,0,true,true,false],[281,15,0,true,false,false],[282,10,0,true,true,false],[283,6,0,false,false,false],[286,40,0,true,true,false],[288,6,0,false,false,false],[291,44,0,true,true,false],[291,51,0,false,false,false],[295,39,0,true,true,false],[302,49,0,true,true,false],[303,60,0,true,true,false],[304,52,0,true,true,false],[304,85,0,true,false,false],[305,14,0,true,true,false],[306,25,0,true,false,false],[308,12,0,true,true,false],[308,29,0,true,false,false],[308,30,0,true,true,false],[308,44,0,true,false,false],[311,44,0,true,true,false],[311,73,0,true,false,false],[312,12,0,true,true,false],[312,24,0,true,false,false],[312,25,0,true,true,false],[312,39,0,true,false,false],[315,63,0,true,true,false],[316,59,0,true,true,false],[318,14,0,true,true,false],[319,25,0,true,false,false],[321,62,0,true,true,false],[322,59,0,true,true,false],[324,14,0,true,true,false],[325,25,0,true,false,false],[328,12,0,true,true,false],[328,47,0,true,true,false],[328,58,0,true,true,false],[328,88,0,true,false,false],[328,90,0,true,true,false],[330,10,0,true,false,false],[333,61,0,true,true,false],[334,59,0,true,true,false],[336,14,0,true,true,false],[337,25,0,true,false,false],[339,60,0,true,true,false],[340,59,0,true,true,false],[342,14,0,true,true,false],[343,25,0,true,false,false],[345,12,0,true,true,false],[345,45,0,true,true,false],[345,56,0,true,true,false],[345,84,0,true,false,false],[345,86,0,true,true,false],[347,10,0,true,false,false],[354,12,0,true,true,false],[354,38,0,true,false,false],[354,39,0,true,true,false],[354,53,0,true,false,false],[357,47,0,true,true,false],[358,16,0,true,true,false],[358,47,0,true,false,false],[358,48,0,true,true,false],[359,24,0,true,true,false],[359,40,0,true,false,false],[360,17,0,true,true,false],[363,32,0,true,false,false],[364,17,0,true,true,false],[365,33,0,true,false,false],[367,14,0,true,true,false],[368,25,0,true,false,false],[370,12,0,true,true,false],[370,27,0,true,false,false],[370,28,0,true,true,false],[370,42,0,true,false,false],[378,6,0,false,false,false],[382,79,3,true,true,false],[384,28,1,true,true,false],[384,40,3,true,false,false],[384,43,2,true,true,false],[384,54,3,true,false,false],[385,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":1,"percent":2.1276595744680851},"instantiations":{"count":47,"covered":1,"percent":2.1276595744680851},"lines":{"count":747,"covered":4,"percent":0.53547523427041499},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":3,"notcovered":138,"percent":2.1276595744680851}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift","mcdc_records":[],"segments":[[224,28,0,true,true,false],[225,20,0,true,true,false],[225,24,0,true,false,false],[226,13,0,true,true,false],[226,30,0,true,false,false],[227,13,0,true,true,false],[227,53,0,true,false,false],[228,14,0,true,true,false],[229,10,0,false,false,false],[231,30,0,true,true,false],[232,20,0,true,true,false],[232,24,0,true,false,false],[233,13,0,true,true,false],[233,28,0,true,false,false],[234,13,0,true,true,false],[234,51,0,true,false,false],[235,13,0,true,true,false],[235,48,0,true,false,false],[236,13,0,true,true,false],[236,46,0,true,false,false],[237,14,0,true,true,false],[238,10,0,false,false,false],[240,26,0,true,true,false],[241,20,0,true,true,false],[241,24,0,true,false,false],[242,13,0,true,true,false],[242,35,0,true,false,false],[243,13,0,true,true,false],[243,48,0,true,false,false],[244,13,0,true,true,false],[244,42,0,true,false,false],[245,13,0,true,true,false],[245,38,0,true,false,false],[246,14,0,true,true,false],[247,10,0,false,false,false],[287,50,0,true,true,false],[291,10,0,false,false,false],[299,54,0,true,true,false],[305,14,0,false,false,false],[310,54,0,true,true,false],[319,14,0,false,false,false],[326,54,0,true,true,false],[330,14,0,false,false,false],[332,80,0,true,true,false],[333,24,0,true,true,false],[333,30,0,true,false,false],[334,17,0,true,true,false],[334,68,0,true,false,false],[335,17,0,true,true,false],[335,65,0,true,false,false],[336,17,0,true,true,false],[336,59,0,true,false,false],[337,17,0,true,true,false],[337,61,0,true,false,false],[338,17,0,true,true,false],[338,56,0,true,false,false],[339,17,0,true,true,false],[339,68,0,true,false,false],[340,18,0,true,true,false],[341,14,0,false,false,false],[348,43,0,true,true,false],[350,14,0,false,false,false],[352,70,0,true,true,false],[353,24,0,true,true,false],[354,24,0,true,true,false],[354,33,0,true,false,false],[354,34,0,true,true,false],[358,22,0,true,false,false],[358,28,0,true,true,false],[360,22,0,true,false,false],[369,56,0,true,true,false],[369,60,0,true,false,false],[369,63,0,true,true,false],[369,66,0,true,false,false],[372,14,0,false,false,false],[379,43,0,true,true,false],[381,14,0,false,false,false],[383,70,0,true,true,false],[384,24,0,true,true,false],[385,24,0,true,true,false],[385,33,0,true,false,false],[385,34,0,true,true,false],[389,22,0,true,false,false],[389,28,0,true,true,false],[391,22,0,true,false,false],[396,27,0,true,true,false],[396,63,0,true,false,false],[397,27,0,true,true,false],[397,60,0,true,false,false],[404,57,0,true,true,false],[404,90,0,true,false,false],[404,93,0,true,true,false],[404,104,0,true,false,false],[410,56,0,true,true,false],[410,60,0,true,false,false],[410,63,0,true,true,false],[410,66,0,true,false,false],[413,14,0,false,false,false],[420,43,0,true,true,false],[422,14,0,false,false,false],[424,70,0,true,true,false],[425,24,0,true,true,false],[426,24,0,true,true,false],[426,33,0,true,false,false],[426,34,0,true,true,false],[430,22,0,true,false,false],[430,28,0,true,true,false],[432,22,0,true,false,false],[441,56,0,true,true,false],[441,60,0,true,false,false],[441,63,0,true,true,false],[441,66,0,true,false,false],[444,14,0,false,false,false],[454,72,0,true,true,false],[457,14,0,false,false,false],[459,33,0,true,true,false],[461,55,0,true,true,false],[461,62,0,true,false,false],[461,65,0,true,true,false],[461,73,0,true,false,false],[463,19,0,true,true,false],[468,87,0,true,true,false],[468,94,0,true,false,false],[468,97,0,true,true,false],[468,105,0,true,false,false],[477,14,0,false,false,false],[495,34,0,true,true,false],[496,28,0,true,true,false],[496,32,0,true,false,false],[497,21,0,true,true,false],[497,52,0,true,false,false],[498,21,0,true,true,false],[498,52,0,true,false,false],[499,21,0,true,true,false],[499,50,0,true,false,false],[500,21,0,true,true,false],[500,49,0,true,false,false],[501,22,0,true,true,false],[502,18,0,false,false,false],[504,41,0,true,true,false],[505,28,0,true,true,false],[505,32,0,true,false,false],[506,21,0,true,true,false],[506,59,0,true,false,false],[507,21,0,true,true,false],[507,67,0,true,false,false],[508,21,0,true,true,false],[508,53,0,true,false,false],[509,21,0,true,true,false],[509,51,0,true,false,false],[510,22,0,true,true,false],[511,18,0,false,false,false],[526,15,0,true,true,false],[533,14,0,false,false,false],[535,33,0,true,true,false],[536,36,0,true,true,false],[540,70,0,true,true,false],[565,66,0,true,true,false],[566,75,0,true,true,false],[567,88,0,true,true,false],[568,40,0,true,true,false],[568,49,0,true,false,false],[568,50,0,true,true,false],[571,38,0,true,true,false],[573,56,0,true,true,false],[575,38,0,true,false,false],[580,26,0,true,true,false],[583,44,0,true,true,false],[586,26,0,true,true,false],[587,22,0,true,false,false],[593,14,0,false,false,false],[608,39,0,true,true,false],[609,28,0,true,true,false],[609,32,0,true,false,false],[610,21,0,true,true,false],[610,65,0,true,false,false],[611,21,0,true,true,false],[611,71,0,true,false,false],[612,22,0,true,true,false],[613,18,0,false,false,false],[615,42,0,true,true,false],[616,28,0,true,true,false],[616,32,0,true,false,false],[617,21,0,true,true,false],[617,68,0,true,false,false],[618,21,0,true,true,false],[618,74,0,true,false,false],[619,22,0,true,true,false],[620,18,0,false,false,false],[622,41,0,true,true,false],[623,28,0,true,true,false],[623,32,0,true,false,false],[624,21,0,true,true,false],[624,71,0,true,false,false],[625,21,0,true,true,false],[625,77,0,true,false,false],[626,22,0,true,true,false],[627,18,0,false,false,false],[629,54,0,true,true,false],[630,28,0,true,true,false],[630,32,0,true,false,false],[631,21,0,true,true,false],[631,72,0,true,false,false],[632,21,0,true,true,false],[632,75,0,true,false,false],[633,22,0,true,true,false],[634,18,0,false,false,false],[644,15,0,true,true,false],[651,14,0,false,false,false],[653,33,0,true,true,false],[654,24,0,true,true,false],[663,28,0,true,true,false],[664,32,0,true,true,false],[671,43,0,true,true,false],[671,54,0,true,false,false],[672,43,0,true,true,false],[672,79,0,true,false,false],[682,14,0,false,false,false],[690,50,0,true,true,false],[691,42,0,true,true,false],[693,14,0,true,false,false],[693,20,0,true,true,false],[695,14,0,true,false,false],[696,10,0,false,false,false],[704,36,0,true,true,false],[706,6,0,false,false,false],[709,75,0,true,true,false],[711,6,0,false,false,false],[714,43,0,true,true,false],[717,6,0,false,false,false],[720,46,0,true,true,false],[722,6,0,false,false,false],[725,41,0,true,true,false],[727,6,0,false,false,false],[736,50,0,true,true,false],[736,51,0,false,false,false],[737,51,0,true,true,false],[737,52,0,false,false,false],[738,45,0,true,true,false],[738,48,0,false,false,false],[739,46,0,true,true,false],[739,47,0,false,false,false],[740,49,0,true,true,false],[740,52,0,false,false,false],[741,50,0,true,true,false],[741,51,0,false,false,false],[742,51,0,true,true,false],[742,52,0,false,false,false],[744,33,0,true,true,false],[744,34,0,false,false,false],[746,25,0,true,true,false],[747,16,0,true,true,false],[756,54,0,true,true,false],[763,14,0,true,false,false],[772,34,0,true,true,false],[773,16,0,true,true,false],[773,24,0,true,false,false],[773,25,0,true,true,false],[775,14,0,true,false,false],[777,19,0,true,true,false],[778,16,0,true,true,false],[778,25,0,true,false,false],[778,26,0,true,true,false],[780,14,0,true,false,false],[782,6,0,false,false,false],[784,33,0,true,true,false],[795,69,0,true,true,false],[798,10,0,true,false,false],[801,48,0,true,true,false],[804,10,0,true,false,false],[807,48,0,true,true,false],[810,10,0,true,false,false],[811,59,0,true,true,false],[813,10,0,true,false,false],[816,59,0,true,true,false],[819,10,0,true,false,false],[822,63,0,true,true,false],[824,10,0,true,false,false],[825,6,0,false,false,false],[832,41,0,true,true,false],[832,42,0,false,false,false],[833,42,0,true,true,false],[833,43,0,false,false,false],[834,45,0,true,true,false],[834,48,0,false,false,false],[835,46,0,true,true,false],[835,47,0,false,false,false],[837,25,0,true,true,false],[838,16,0,true,true,false],[852,10,0,true,false,false],[853,34,0,true,true,false],[854,16,0,true,true,false],[854,24,0,true,false,false],[854,25,0,true,true,false],[856,14,0,true,false,false],[858,6,0,false,false,false],[860,28,0,true,true,false],[866,69,0,true,true,false],[869,10,0,true,false,false],[871,48,0,true,true,false],[874,10,0,true,false,false],[875,6,0,false,false,false],[883,35,0,true,true,false],[885,6,0,false,false,false],[887,46,0,true,true,false],[888,38,0,true,true,false],[889,16,0,true,true,false],[889,25,0,true,false,false],[889,26,0,true,true,false],[891,14,0,true,false,false],[891,20,0,true,true,false],[893,14,0,true,false,false],[894,16,0,true,true,false],[896,10,0,true,false,false],[897,6,0,false,false,false],[918,7,0,true,true,false],[924,6,0,false,false,false],[926,25,0,true,true,false],[927,16,0,true,true,false],[927,21,0,true,false,false],[928,9,0,true,true,false],[929,27,0,true,true,false],[930,22,0,true,true,false],[932,18,0,true,false,false],[936,45,0,true,true,false],[936,64,0,true,false,false],[936,67,0,true,true,false],[936,72,0,true,false,false],[937,44,0,true,true,false],[937,67,0,true,false,false],[937,70,0,true,true,false],[937,100,0,true,false,false],[938,34,0,true,true,false],[938,73,0,true,false,false],[939,9,0,true,true,false],[940,27,0,true,true,false],[941,22,0,true,true,false],[943,18,0,true,false,false],[947,45,0,true,true,false],[947,64,0,true,false,false],[947,67,0,true,true,false],[947,72,0,true,false,false],[948,44,0,true,true,false],[948,67,0,true,false,false],[948,70,0,true,true,false],[948,100,0,true,false,false],[949,9,0,true,true,false],[950,27,0,true,true,false],[951,22,0,true,true,false],[953,18,0,true,false,false],[957,45,0,true,true,false],[957,64,0,true,false,false],[957,67,0,true,true,false],[957,72,0,true,false,false],[960,23,0,true,true,false],[960,46,0,true,false,false],[961,23,0,true,true,false],[961,87,0,true,false,false],[962,10,0,true,true,false],[963,6,0,false,false,false],[985,7,0,true,true,false],[995,6,0,false,false,false],[997,25,0,true,true,false],[998,55,0,true,true,false],[1006,53,0,true,true,false],[1011,33,0,true,true,false],[1015,18,0,true,true,false],[1016,14,0,true,false,false],[1021,16,0,true,true,false],[1021,27,0,true,false,false],[1021,28,0,true,true,false],[1025,14,0,true,true,false],[1026,10,0,true,false,false],[1030,26,0,true,true,false],[1030,28,0,true,false,false],[1034,42,0,true,true,false],[1034,76,0,true,false,false],[1034,79,0,true,true,false],[1034,81,0,true,false,false],[1035,6,0,false,false,false],[1037,36,0,true,true,false],[1038,16,0,true,true,false],[1038,22,0,true,false,false],[1039,9,0,true,true,false],[1039,40,0,true,false,false],[1040,9,0,true,true,false],[1040,40,0,true,false,false],[1041,9,0,true,true,false],[1041,33,0,true,false,false],[1042,9,0,true,true,false],[1042,37,0,true,false,false],[1043,9,0,true,true,false],[1043,31,0,true,false,false],[1044,9,0,true,true,false],[1044,45,0,true,false,false],[1045,10,0,true,true,false],[1046,6,0,false,false,false],[1055,38,0,true,true,false],[1055,43,0,false,false,false],[1057,99,0,true,true,false],[1061,6,0,false,false,false],[1063,25,0,true,true,false],[1064,15,0,true,true,false],[1065,16,0,true,true,false],[1065,32,0,true,false,false],[1065,58,0,true,true,false],[1065,75,0,true,false,false],[1065,76,0,true,true,false],[1067,20,0,true,true,false],[1067,31,0,true,false,false],[1067,32,0,true,true,false],[1069,28,0,true,true,false],[1076,22,0,true,false,false],[1083,24,0,true,true,false],[1088,35,0,true,true,false],[1090,89,0,true,true,false],[1092,30,0,true,false,false],[1095,20,0,true,true,false],[1097,24,0,true,true,false],[1097,30,0,true,false,false],[1098,17,0,true,true,false],[1102,49,0,true,false,false],[1104,17,0,true,true,false],[1108,49,0,true,false,false],[1110,17,0,true,true,false],[1112,28,0,true,true,false],[1119,22,0,true,false,false],[1122,17,0,true,true,false],[1124,28,0,true,true,false],[1131,22,0,true,false,false],[1134,17,0,true,true,false],[1136,28,0,true,true,false],[1143,22,0,true,false,false],[1146,17,0,true,true,false],[1148,28,0,true,true,false],[1155,22,0,true,false,false],[1156,18,0,true,true,false],[1157,14,0,true,true,false],[1158,10,0,true,false,false],[1159,6,0,false,false,false],[1161,40,0,true,true,false],[1162,16,0,true,true,false],[1162,22,0,true,false,false],[1163,9,0,true,true,false],[1163,49,0,true,false,false],[1164,9,0,true,true,false],[1164,42,0,true,false,false],[1165,9,0,true,true,false],[1165,48,0,true,false,false],[1166,9,0,true,true,false],[1166,26,0,true,false,false],[1167,10,0,true,true,false],[1168,6,0,false,false,false],[1170,40,0,true,true,false],[1171,16,0,true,true,false],[1171,22,0,true,false,false],[1172,9,0,true,true,false],[1172,53,0,true,false,false],[1173,9,0,true,true,false],[1173,48,0,true,false,false],[1174,9,0,true,true,false],[1174,60,0,true,false,false],[1175,9,0,true,true,false],[1175,51,0,true,false,false],[1176,10,0,true,true,false],[1177,6,0,false,false,false],[1190,26,0,true,true,false],[1191,20,0,true,true,false],[1191,24,0,true,false,false],[1192,13,0,true,true,false],[1192,55,0,true,false,false],[1193,13,0,true,true,false],[1193,55,0,true,false,false],[1194,13,0,true,true,false],[1194,51,0,true,false,false],[1195,13,0,true,true,false],[1195,49,0,true,false,false],[1196,14,0,true,true,false],[1197,10,0,false,false,false],[1200,25,0,true,true,false],[1201,58,0,true,true,false],[1213,16,0,true,true,false],[1213,33,0,true,false,false],[1213,34,0,true,true,false],[1219,14,0,true,true,false],[1220,10,0,true,false,false],[1226,6,0,false,false,false],[1235,46,0,true,true,false],[1236,12,0,true,true,false],[1236,23,0,true,false,false],[1236,36,0,true,true,false],[1237,34,0,true,true,false],[1239,14,0,true,false,false],[1240,16,0,true,true,false],[1242,10,0,true,false,false],[1243,6,0,false,false,false],[1250,46,0,true,true,false],[1252,6,0,false,false,false],[1256,79,0,true,true,false],[1257,12,0,true,true,false],[1257,21,0,true,false,false],[1257,22,0,true,true,false],[1259,10,0,true,false,false],[1259,16,0,true,true,false],[1261,10,0,true,false,false],[1262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":112,"covered":0,"percent":0},"instantiations":{"count":112,"covered":0,"percent":0},"lines":{"count":1307,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":283,"covered":0,"notcovered":283,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift","mcdc_records":[],"segments":[[16,100,0,true,true,false],[18,6,0,false,false,false],[21,99,0,true,true,false],[23,6,0,false,false,false],[26,97,0,true,true,false],[28,6,0,false,false,false],[34,7,0,true,true,false],[36,6,0,false,false,false],[39,87,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[47,14,0,true,false,false],[48,9,0,true,true,false],[51,14,0,true,false,false],[52,9,0,true,true,false],[55,14,0,true,false,false],[56,9,0,true,true,false],[59,14,0,true,false,false],[61,6,0,false,false,false],[64,25,0,true,true,false],[67,6,0,false,false,false],[69,74,0,true,true,false],[77,26,0,true,true,false],[79,19,0,true,true,false],[79,36,0,true,false,false],[79,37,0,true,true,false],[81,14,0,true,true,false],[82,42,0,true,true,false],[82,52,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[103,25,0,true,true,false],[104,16,0,true,true,false],[104,20,0,true,false,false],[105,9,0,true,true,false],[106,20,0,true,false,false],[107,9,0,true,true,false],[108,20,0,true,false,false],[109,10,0,true,true,false],[110,6,0,false,false,false],[112,22,0,true,true,false],[113,16,0,true,true,false],[113,20,0,true,false,false],[114,9,0,true,true,false],[114,47,0,true,false,false],[115,9,0,true,true,false],[115,53,0,true,false,false],[116,9,0,true,true,false],[116,39,0,true,false,false],[117,9,0,true,true,false],[117,50,0,true,false,false],[118,10,0,true,true,false],[119,6,0,false,false,false],[121,27,0,true,true,false],[122,16,0,true,true,false],[122,20,0,true,false,false],[123,9,0,true,true,false],[123,32,0,true,false,false],[124,9,0,true,true,false],[124,28,0,true,false,false],[125,9,0,true,true,false],[125,26,0,true,false,false],[126,9,0,true,true,false],[126,52,0,true,false,false],[127,10,0,true,true,false],[128,6,0,false,false,false],[130,22,0,true,true,false],[131,16,0,true,true,false],[131,21,0,true,false,false],[132,9,0,true,true,false],[132,51,0,true,false,false],[133,9,0,true,true,false],[133,47,0,true,false,false],[134,9,0,true,true,false],[134,45,0,true,false,false],[135,9,0,true,true,false],[135,51,0,true,false,false],[136,10,0,true,true,false],[137,6,0,false,false,false],[139,30,0,true,true,false],[140,16,0,true,true,false],[140,20,0,true,false,false],[141,9,0,true,true,false],[141,42,0,true,false,false],[142,9,0,true,true,false],[142,64,0,true,false,false],[143,10,0,true,true,false],[144,6,0,false,false,false],[153,36,0,true,true,false],[153,41,0,false,false,false],[155,94,0,true,true,false],[159,6,0,false,false,false],[161,25,0,true,true,false],[162,49,0,true,true,false],[163,33,0,true,true,false],[165,24,0,true,true,false],[172,18,0,true,false,false],[181,43,0,true,true,false],[185,18,0,true,false,false],[191,75,0,true,true,false],[192,24,0,true,true,false],[194,44,0,true,true,false],[196,22,0,true,false,false],[199,14,0,true,true,false],[200,10,0,true,false,false],[204,34,0,true,true,false],[204,37,0,true,false,false],[204,40,0,true,true,false],[204,44,0,true,false,false],[205,30,0,true,true,false],[205,33,0,true,false,false],[205,36,0,true,true,false],[205,39,0,true,false,false],[207,19,0,true,true,false],[208,27,0,true,true,false],[210,14,0,true,false,false],[212,22,0,true,true,false],[214,10,0,true,false,false],[220,6,0,false,false,false],[228,80,0,true,true,false],[231,6,0,false,false,false],[233,46,0,true,true,false],[235,39,0,true,true,false],[236,58,0,true,true,false],[239,36,0,true,true,false],[241,26,0,true,false,false],[248,18,0,true,true,false],[249,14,0,true,false,false],[250,6,0,false,false,false],[257,5,0,true,true,false],[259,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":310,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift","mcdc_records":[],"segments":[[23,20,0,true,true,false],[23,22,0,false,false,false],[30,7,0,true,true,false],[34,66,0,true,true,false],[38,10,0,true,true,false],[40,117,0,true,true,false],[40,122,0,true,false,false],[45,82,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[60,10,0,true,false,false],[88,12,0,true,true,false],[88,53,0,true,false,false],[88,54,0,true,true,false],[90,10,0,true,false,false],[94,12,0,true,true,false],[94,32,0,true,false,false],[94,33,0,true,true,false],[96,10,0,true,false,false],[108,11,0,true,true,false],[109,18,0,true,true,false],[111,14,0,true,false,false],[116,6,0,false,false,false],[119,24,0,true,true,false],[121,40,0,true,true,false],[124,10,0,true,false,false],[128,6,0,false,false,false],[131,49,0,true,true,false],[132,46,0,true,true,false],[132,56,0,true,true,false],[138,41,0,true,true,false],[138,51,0,true,true,false],[143,6,0,false,false,false],[146,77,0,true,true,false],[147,31,0,true,true,false],[147,41,0,true,true,false],[161,12,0,true,true,false],[161,20,0,true,false,false],[161,21,0,true,true,false],[162,50,0,true,true,false],[166,14,0,true,false,false],[167,16,0,true,true,false],[169,10,0,true,false,false],[170,6,0,false,false,false],[173,31,0,true,true,false],[182,6,0,false,false,false],[185,25,0,true,true,false],[186,30,0,true,true,false],[186,35,0,true,false,false],[187,6,0,false,false,false],[195,46,0,true,true,false],[197,6,0,false,false,false],[199,43,0,true,true,false],[200,14,0,true,true,false],[202,10,0,true,false,false],[203,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":175,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift","mcdc_records":[],"segments":[[68,7,61,true,true,false],[75,6,0,false,false,false],[77,68,0,true,true,false],[85,12,0,true,true,false],[85,21,0,true,false,false],[85,22,0,true,true,false],[87,10,0,true,false,false],[87,16,0,true,true,false],[90,16,0,true,true,false],[90,30,0,true,false,false],[90,31,0,true,true,false],[94,14,0,true,false,false],[94,20,0,true,true,false],[97,14,0,true,false,false],[103,6,0,false,false,false],[105,74,2,true,true,false],[106,71,0,true,true,false],[108,10,2,true,true,false],[112,66,2,true,false,false],[113,6,0,false,false,false],[115,94,0,true,true,false],[117,6,0,false,false,false],[119,79,0,true,true,false],[129,12,0,true,true,false],[129,31,0,true,false,false],[129,32,0,true,true,false],[134,10,0,true,true,false],[145,10,0,true,true,false],[149,76,0,true,true,false],[154,36,0,true,false,false],[155,6,0,false,false,false],[157,63,0,true,true,false],[161,98,0,true,true,false],[171,76,0,true,true,false],[175,91,0,true,true,false],[177,58,0,true,true,false],[177,59,0,true,false,false],[179,97,0,true,true,false],[179,106,0,true,false,false],[186,12,0,true,true,false],[187,87,0,true,true,false],[198,16,0,true,true,false],[198,42,0,true,false,false],[198,43,0,true,true,false],[201,14,0,true,false,false],[201,20,0,true,true,false],[205,78,0,true,true,false],[207,18,0,true,true,false],[210,103,0,true,false,false],[211,14,0,true,true,false],[212,10,0,true,false,false],[212,17,0,true,true,false],[218,10,0,true,true,false],[221,6,0,false,false,false],[223,55,0,true,true,false],[227,6,0,false,false,false],[230,112,0,true,true,false],[233,71,0,true,true,false],[237,10,0,true,true,false],[239,12,0,true,true,false],[241,88,0,true,true,false],[247,16,0,true,true,false],[247,27,0,true,false,false],[247,28,0,true,true,false],[249,69,0,true,true,false],[252,49,0,true,false,false],[253,20,0,true,true,false],[263,14,0,true,false,false],[264,17,0,true,true,false],[268,10,0,true,false,false],[269,6,0,false,false,false],[272,104,0,true,true,false],[282,12,0,true,true,false],[283,91,0,true,true,false],[285,10,0,true,false,false],[285,17,0,true,true,false],[287,10,0,true,true,false],[295,12,0,true,true,false],[297,91,0,true,true,false],[299,10,0,true,false,false],[299,17,0,true,true,false],[301,10,0,true,true,false],[304,26,0,true,false,false],[305,6,0,false,false,false],[307,65,0,true,true,false],[317,80,0,true,true,false],[320,6,0,false,false,false],[322,38,0,true,true,false],[325,6,0,false,false,false],[327,110,0,true,true,false],[332,10,0,true,true,false],[333,6,0,false,false,false],[335,49,0,true,true,false],[338,12,0,true,true,false],[339,73,0,true,true,false],[340,10,0,true,false,false],[340,17,0,true,true,false],[344,10,0,true,true,false],[347,12,0,true,true,false],[347,18,0,true,false,false],[347,19,0,true,true,false],[349,10,0,true,false,false],[349,16,0,true,true,false],[351,10,0,true,false,false],[353,6,0,false,false,false],[355,45,0,true,true,false],[359,12,0,true,true,false],[359,43,0,true,false,false],[359,44,0,true,true,false],[361,16,0,true,true,false],[366,18,0,true,true,false],[368,23,0,true,false,false],[369,21,0,true,true,false],[371,20,0,true,true,false],[376,22,0,true,true,false],[378,18,0,true,false,false],[378,25,0,true,true,false],[383,18,0,true,true,false],[384,14,0,true,true,false],[385,10,0,true,true,false],[386,6,0,false,false,false],[388,57,0,true,true,false],[390,12,0,true,true,false],[391,88,0,true,true,false],[392,38,0,true,false,false],[393,17,0,true,true,false],[396,10,0,true,false,false],[397,6,0,false,false,false],[399,59,0,true,true,false],[400,38,0,true,true,false],[404,10,0,true,true,false],[406,66,0,true,false,false],[407,6,0,false,false,false],[409,70,0,true,true,false],[411,12,0,true,true,false],[411,28,0,true,false,false],[411,29,0,true,true,false],[413,10,0,true,true,false],[414,76,0,true,false,false],[415,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":2,"percent":10.526315789473683},"instantiations":{"count":19,"covered":2,"percent":10.526315789473683},"lines":{"count":332,"covered":16,"percent":4.8192771084337354},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":3,"notcovered":87,"percent":3.3333333333333335}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift","mcdc_records":[],"segments":[[36,51,61,true,true,false],[36,53,0,false,false,false],[45,7,61,true,true,false],[48,6,0,false,false,false],[50,56,1,true,true,false],[57,12,1,true,true,false],[57,34,1,true,false,false],[57,35,0,true,true,false],[59,10,1,true,false,false],[60,6,0,false,false,false],[62,49,126,true,true,false],[64,6,0,false,false,false],[66,29,1,true,true,false],[68,6,0,false,false,false],[70,31,0,true,true,false],[74,31,0,true,true,false],[75,33,0,true,true,false],[75,43,0,true,true,false],[78,72,0,true,true,false],[81,14,0,true,true,false],[88,16,0,true,true,false],[89,95,0,true,true,false],[95,20,0,true,true,false],[95,32,0,true,false,false],[95,33,0,true,true,false],[98,85,0,true,true,false],[104,28,0,true,true,false],[104,72,0,true,false,false],[104,73,0,true,true,false],[108,51,0,true,true,false],[110,30,0,true,false,false],[114,21,0,true,true,false],[116,14,0,true,true,false],[120,19,0,true,true,false],[120,36,0,true,false,false],[120,37,0,true,true,false],[121,20,0,true,true,false],[122,99,0,true,true,false],[126,24,0,true,true,false],[126,47,0,true,false,false],[126,48,0,true,true,false],[131,84,0,true,true,false],[133,26,0,true,false,false],[137,69,0,true,true,false],[138,18,0,true,false,false],[138,25,0,true,true,false],[141,18,0,true,true,false],[142,14,0,true,true,false],[145,10,0,true,false,false],[146,6,0,false,false,false],[148,30,0,true,true,false],[151,14,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[156,65,0,true,true,false],[158,6,0,false,false,false],[160,81,0,true,true,false],[162,6,0,false,false,false],[164,88,1,true,true,false],[166,6,0,false,false,false],[171,61,0,true,true,false],[173,12,0,true,true,false],[173,50,0,true,false,false],[173,51,0,true,true,false],[179,35,0,true,true,false],[181,14,0,true,false,false],[186,10,0,true,true,false],[189,12,0,true,true,false],[190,16,0,true,true,false],[190,64,0,true,false,false],[191,9,0,true,true,false],[195,59,0,true,true,false],[197,14,0,true,false,false],[199,16,0,true,true,false],[199,35,0,true,false,false],[199,36,0,true,true,false],[213,14,0,true,false,false],[217,16,0,true,true,false],[217,29,0,true,false,false],[217,30,0,true,true,false],[220,14,0,true,false,false],[222,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":6,"percent":35.294117647058826},"instantiations":{"count":17,"covered":6,"percent":35.294117647058826},"lines":{"count":252,"covered":23,"percent":9.1269841269841265},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":7,"notcovered":45,"percent":13.461538461538462}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift","mcdc_records":[],"segments":[[25,54,1,true,true,false],[25,56,0,false,false,false],[28,51,1,true,true,false],[28,56,0,false,false,false],[32,20,1,true,true,false],[32,22,0,false,false,false],[38,81,5,true,true,false],[39,31,0,true,true,false],[39,47,5,true,true,false],[51,12,5,true,true,false],[51,26,6,true,true,false],[51,72,5,true,false,false],[51,84,1,true,true,false],[53,29,2,true,true,false],[55,14,1,true,true,false],[57,10,5,true,false,false],[57,16,4,true,true,false],[58,60,0,true,true,false],[58,69,4,true,false,false],[59,10,5,true,false,false],[65,12,5,true,true,false],[65,34,5,true,false,false],[65,35,3,true,true,false],[67,10,5,true,false,false],[67,16,2,true,true,false],[76,20,2,true,true,false],[76,33,2,true,false,false],[77,13,1,true,true,false],[78,22,2,true,false,false],[79,13,0,true,true,false],[80,86,2,true,false,false],[81,13,1,true,true,false],[84,29,2,true,false,false],[85,14,1,true,true,false],[89,16,1,true,true,false],[89,27,1,true,false,false],[89,28,0,true,true,false],[93,14,1,true,true,false],[94,10,4,true,true,false],[98,23,4,true,true,false],[98,54,4,true,false,false],[98,57,0,true,true,false],[98,98,4,true,false,false],[100,23,5,true,false,false],[101,6,0,false,false,false],[107,61,6,true,true,false],[115,12,6,true,true,false],[115,31,6,true,true,false],[115,33,6,true,false,false],[115,40,0,true,true,false],[117,10,6,true,true,false],[118,65,6,true,true,false],[120,10,6,true,false,false],[120,16,0,true,true,false],[122,102,0,true,true,false],[122,104,0,true,false,false],[123,50,0,true,true,false],[123,61,0,true,false,false],[124,16,0,true,true,false],[124,29,0,true,false,false],[124,30,0,true,true,false],[126,14,0,true,false,false],[127,10,6,true,false,false],[131,30,10,true,true,false],[132,40,37,true,true,false],[132,77,10,true,false,false],[133,10,6,true,false,false],[136,20,3,true,true,false],[137,16,3,true,true,false],[137,50,3,true,false,false],[137,51,1,true,true,false],[137,66,2,true,true,false],[138,16,2,true,true,false],[138,50,2,true,false,false],[138,51,1,true,true,false],[138,67,1,true,true,false],[139,29,3,true,false,false],[140,10,6,true,false,false],[142,6,0,false,false,false],[146,52,5,true,true,false],[147,55,5,true,true,false],[150,10,0,true,true,false],[155,12,0,true,true,false],[155,38,0,true,true,false],[155,66,0,true,false,false],[155,70,0,true,true,false],[155,101,0,true,false,false],[155,102,0,true,true,false],[156,16,0,true,true,false],[157,43,0,true,true,false],[159,14,0,true,false,false],[159,21,0,true,true,false],[161,14,0,true,true,false],[162,10,0,true,false,false],[162,16,0,true,true,false],[164,10,0,true,true,false],[165,6,0,false,false,false],[167,43,2,true,true,false],[168,55,2,true,true,false],[171,10,0,true,true,false],[172,42,0,true,true,false],[179,16,0,true,true,false],[179,29,0,true,true,false],[179,31,0,true,false,false],[179,38,0,true,true,false],[181,14,0,true,true,false],[183,102,0,true,true,false],[183,104,0,true,false,false],[187,12,0,true,true,false],[187,23,0,true,false,false],[187,24,0,true,true,false],[189,10,0,true,false,false],[189,19,0,true,true,false],[189,64,0,true,true,false],[189,94,0,true,false,false],[189,95,0,true,true,false],[191,10,0,true,false,false],[191,19,0,true,true,false],[191,31,0,true,false,false],[191,32,0,true,true,false],[193,10,0,true,false,false],[193,16,0,true,true,false],[197,10,0,true,false,false],[198,6,0,false,false,false],[208,5,2,true,true,false],[209,66,0,true,true,false],[211,10,2,true,true,false],[212,56,2,true,true,false],[217,52,4,true,true,false],[218,20,4,true,true,false],[218,47,4,true,false,false],[218,48,0,true,true,false],[219,24,0,true,true,false],[220,56,0,true,true,false],[221,36,0,true,false,false],[222,29,0,true,true,false],[222,45,0,true,false,false],[223,18,4,true,true,false],[224,29,4,true,false,false],[225,14,2,true,false,false],[228,26,2,true,true,false],[228,27,2,true,false,false],[228,36,2,true,true,false],[228,37,2,true,false,false],[231,12,2,true,true,false],[231,27,2,true,false,false],[231,28,0,true,true,false],[234,10,2,true,true,false],[236,43,0,true,true,false],[236,62,2,true,true,false],[244,12,2,true,true,false],[248,14,2,true,true,false],[249,16,2,true,true,false],[249,36,2,true,false,false],[249,37,1,true,true,false],[252,14,2,true,false,false],[252,20,1,true,true,false],[256,14,2,true,false,false],[257,17,0,true,true,false],[260,10,2,true,false,false],[261,6,0,false,false,false],[263,49,6,true,true,false],[264,53,6,true,true,false],[266,10,0,true,true,false],[267,12,0,true,true,false],[268,59,0,true,true,false],[270,24,0,true,false,false],[271,17,0,true,true,false],[274,16,0,true,true,false],[274,73,0,true,false,false],[274,74,0,true,true,false],[278,14,0,true,false,false],[281,6,0,false,false,false],[285,67,0,true,true,false],[292,75,0,true,true,false],[294,10,0,true,true,false],[295,37,0,true,true,false],[295,45,0,true,false,false],[295,48,0,true,true,false],[295,58,0,true,false,false],[296,6,0,false,false,false],[298,38,30,true,true,false],[301,6,0,false,false,false],[316,11,4,true,true,false],[321,10,0,false,false,false],[324,46,9,true,true,false],[326,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":20,"percent":68.965517241379317},"instantiations":{"count":29,"covered":20,"percent":68.965517241379317},"lines":{"count":313,"covered":201,"percent":64.217252396166131},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":61,"notcovered":56,"percent":52.136752136752143}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift","mcdc_records":[],"segments":[[9,12,61,true,true,false],[9,14,0,false,false,false],[13,57,0,true,true,false],[18,12,0,true,true,false],[18,24,0,true,false,false],[18,25,0,true,true,false],[21,10,0,true,true,false],[26,12,0,true,true,false],[26,26,0,true,false,false],[26,27,0,true,true,false],[29,10,0,true,true,false],[32,21,0,true,false,false],[33,6,0,false,false,false],[46,84,0,true,true,false],[51,12,0,true,true,false],[51,34,0,true,false,false],[51,35,0,true,true,false],[55,10,0,true,false,false],[55,16,0,true,true,false],[59,10,0,true,false,false],[60,6,0,false,false,false],[63,87,0,true,true,false],[67,12,0,true,true,false],[67,63,0,true,false,false],[67,64,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[74,10,0,true,false,false],[75,6,0,false,false,false],[78,77,0,true,true,false],[80,6,0,false,false,false],[82,82,0,true,true,false],[84,6,0,false,false,false],[87,102,0,true,true,false],[90,12,0,true,true,false],[90,62,0,true,false,false],[90,63,0,true,true,false],[93,10,0,true,false,false],[93,16,0,true,true,false],[96,10,0,true,false,false],[97,6,0,false,false,false],[100,75,0,true,true,false],[103,6,0,false,false,false],[106,96,0,true,true,false],[109,12,0,true,true,false],[109,19,0,true,false,false],[109,20,0,true,true,false],[111,10,0,true,false,false],[111,16,0,true,true,false],[113,10,0,true,false,false],[116,6,0,false,false,false],[120,43,0,true,true,false],[134,12,0,true,true,false],[139,14,0,true,true,false],[141,16,0,true,true,false],[141,36,0,true,false,false],[141,37,0,true,true,false],[144,14,0,true,false,false],[144,20,0,true,true,false],[146,14,0,true,false,false],[147,17,0,true,true,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[152,48,0,true,true,false],[157,12,0,true,true,false],[162,14,0,true,true,false],[164,16,0,true,true,false],[164,36,0,true,false,false],[164,37,0,true,true,false],[166,14,0,true,false,false],[166,20,0,true,true,false],[168,14,0,true,false,false],[169,17,0,true,true,false],[171,10,0,true,true,false],[172,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":1,"percent":9.0909090909090917},"instantiations":{"count":11,"covered":1,"percent":9.0909090909090917},"lines":{"count":134,"covered":1,"percent":0.74626865671641784},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":1,"notcovered":42,"percent":2.3255813953488373}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift","mcdc_records":[],"segments":[[21,89,78,true,true,false],[23,6,0,false,false,false],[38,52,77,true,true,false],[40,6,0,false,false,false],[44,20,1,true,true,false],[46,14,1,true,true,false],[46,48,1,true,false,false],[47,6,0,false,false,false],[61,33,10,true,true,false],[62,20,10,true,true,false],[62,24,10,true,false,false],[63,13,1,true,true,false],[63,51,10,true,false,false],[64,13,3,true,true,false],[64,62,10,true,false,false],[65,13,1,true,true,false],[65,73,10,true,false,false],[66,13,4,true,true,false],[66,45,10,true,false,false],[67,13,1,true,true,false],[67,65,10,true,false,false],[68,13,0,true,true,false],[68,37,10,true,false,false],[69,14,10,true,true,false],[70,10,0,false,false,false],[73,41,9,true,true,false],[74,44,9,true,true,false],[74,72,9,true,false,false],[75,10,0,false,false,false],[78,35,0,true,true,false],[80,10,0,false,false,false],[83,37,7,true,true,false],[85,10,0,false,false,false],[88,39,7,true,true,false],[89,38,5,true,true,false],[89,57,7,true,false,false],[90,10,0,false,false,false],[93,76,1,true,true,false],[93,84,0,false,false,false],[96,67,10,true,true,false],[98,6,0,false,false,false],[109,79,74,true,true,false],[119,54,74,true,true,false],[121,16,74,true,true,false],[121,25,74,true,false,false],[121,48,0,true,true,false],[125,14,74,true,true,false],[128,16,74,true,true,false],[128,25,74,true,false,false],[128,26,0,true,true,false],[131,14,74,true,true,false],[134,20,74,true,true,false],[134,28,74,true,false,false],[135,13,0,true,true,false],[137,43,74,true,false,false],[138,13,0,true,true,false],[140,44,74,true,false,false],[141,13,74,true,true,false],[142,20,74,true,true,false],[142,46,74,true,false,false],[142,47,74,true,true,false],[146,18,0,true,true,false],[151,20,0,true,true,false],[151,36,0,true,false,false],[151,37,0,true,true,false],[156,18,0,true,true,false],[158,36,74,true,false,false],[159,13,0,true,true,false],[162,32,74,true,false,false],[166,29,74,true,true,false],[168,10,74,true,false,false],[170,6,0,false,false,false],[180,77,0,true,true,false],[183,6,0,false,false,false],[193,50,1,true,true,false],[195,12,1,true,true,false],[195,34,1,true,false,false],[195,35,0,true,true,false],[195,50,1,true,true,false],[198,12,1,true,true,false],[199,114,1,true,true,false],[200,16,1,true,true,false],[200,36,1,true,false,false],[200,37,1,true,true,false],[202,20,1,true,true,false],[202,45,0,true,true,false],[202,66,1,true,false,false],[202,70,0,true,true,false],[202,89,1,true,false,false],[202,90,1,true,true,false],[207,18,0,true,true,false],[208,14,0,true,true,false],[209,10,1,true,false,false],[209,17,0,true,true,false],[211,10,0,true,true,false],[212,21,1,true,false,false],[213,6,0,false,false,false],[217,75,2,true,true,false],[220,6,0,false,false,false],[224,67,1,true,true,false],[227,6,0,false,false,false],[231,54,1,true,true,false],[233,6,0,false,false,false],[237,54,0,true,true,false],[239,6,0,false,false,false],[243,60,0,true,true,false],[247,6,0,false,false,false],[257,63,0,true,true,false],[261,43,0,true,true,false],[263,10,0,true,true,false],[266,36,0,true,true,false],[269,16,0,true,true,false],[270,118,0,true,true,false],[271,58,0,true,true,false],[271,71,0,true,false,false],[271,74,0,true,true,false],[271,76,0,true,false,false],[272,21,0,true,true,false],[274,14,0,true,true,false],[282,17,0,true,true,false],[282,64,0,true,false,false],[288,57,0,true,true,false],[288,70,0,true,false,false],[288,75,0,true,true,false],[288,92,0,true,false,false],[290,16,0,true,true,false],[290,24,0,true,false,false],[290,25,0,true,true,false],[304,14,0,true,false,false],[308,6,0,false,false,false],[314,34,0,true,true,false],[323,44,0,true,true,false],[326,10,0,true,true,false],[329,12,0,true,true,false],[329,38,0,true,false,false],[329,39,0,true,true,false],[333,31,0,true,true,false],[335,19,0,true,false,false],[336,10,0,true,true,false],[346,12,0,true,true,false],[346,69,0,true,false,false],[346,70,0,true,true,false],[353,13,0,true,true,false],[360,14,0,true,true,false],[361,10,0,true,false,false],[363,11,0,true,true,false],[371,13,0,true,true,false],[378,14,0,true,true,false],[379,10,0,true,false,false],[379,16,0,true,true,false],[385,10,0,true,true,false],[390,71,0,true,true,false],[394,10,0,true,true,false],[408,16,0,true,true,false],[408,29,0,true,false,false],[409,9,0,true,true,false],[413,19,0,true,false,false],[415,9,0,true,true,false],[421,73,0,true,false,false],[423,9,0,true,true,false],[426,16,0,true,true,false],[428,35,0,true,true,false],[434,23,0,true,false,false],[435,21,0,true,true,false],[443,20,0,true,true,false],[443,43,0,true,false,false],[443,44,0,true,true,false],[448,18,0,true,true,false],[449,20,0,true,true,false],[449,52,0,true,false,false],[449,53,0,true,true,false],[455,18,0,true,true,false],[459,83,0,true,false,false],[462,9,0,true,true,false],[467,16,0,true,true,false],[470,35,0,true,true,false],[477,23,0,true,false,false],[478,21,0,true,true,false],[485,20,0,true,true,false],[485,52,0,true,false,false],[485,53,0,true,true,false],[487,18,0,true,false,false],[492,9,0,true,true,false],[496,16,0,true,true,false],[497,35,0,true,true,false],[500,23,0,true,false,false],[501,21,0,true,true,false],[506,14,0,true,false,false],[508,6,0,false,false,false],[512,36,0,true,true,false],[514,44,0,true,true,false],[516,10,0,true,true,false],[518,12,0,true,true,false],[519,39,0,true,true,false],[521,10,0,true,false,false],[521,17,0,true,true,false],[524,10,0,true,true,false],[525,6,0,false,false,false],[531,46,0,true,true,false],[535,44,0,true,true,false],[537,10,0,true,true,false],[555,10,0,true,true,false],[559,12,0,true,true,false],[560,33,0,true,true,false],[562,10,0,true,false,false],[562,17,0,true,true,false],[567,13,0,true,true,false],[575,14,0,true,false,false],[575,20,0,true,true,false],[579,14,0,true,true,false],[580,10,0,true,true,false],[584,57,0,true,true,false],[600,12,0,true,true,false],[600,35,0,true,false,false],[600,36,0,true,true,false],[605,10,0,true,true,false],[607,12,0,true,true,false],[607,39,0,true,true,false],[607,71,0,true,false,false],[607,72,0,true,true,false],[610,94,0,true,true,false],[610,103,0,true,false,false],[610,106,0,true,true,false],[610,125,0,true,false,false],[612,16,0,true,true,false],[612,48,0,true,false,false],[612,49,0,true,true,false],[616,14,0,true,false,false],[618,10,0,true,true,false],[621,12,0,true,true,false],[621,31,0,true,false,false],[621,32,0,true,true,false],[629,10,0,true,true,false],[633,78,0,true,false,false],[634,6,0,false,false,false],[647,35,1,true,true,false],[648,16,1,true,true,false],[648,20,1,true,false,false],[649,9,0,true,true,false],[650,45,1,true,false,false],[651,9,1,true,true,false],[652,51,1,true,false,false],[653,9,0,true,true,false],[654,49,1,true,false,false],[655,9,0,true,true,false],[656,42,1,true,false,false],[657,9,0,true,true,false],[658,41,1,true,false,false],[659,10,1,true,true,false],[660,6,0,false,false,false],[664,45,0,true,true,false],[666,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":20,"percent":55.555555555555557},"instantiations":{"count":36,"covered":20,"percent":55.555555555555557},"lines":{"count":624,"covered":160,"percent":25.641025641025639},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":46,"notcovered":115,"percent":28.571428571428569}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift","mcdc_records":[],"segments":[[38,7,61,true,true,false],[42,6,0,false,false,false],[44,39,0,true,true,false],[46,12,0,true,true,false],[47,44,0,true,true,false],[50,24,0,true,false,false],[51,17,0,true,true,false],[52,75,0,true,true,false],[52,101,0,true,false,false],[57,16,0,true,true,false],[57,30,0,true,false,false],[57,31,0,true,true,false],[61,14,0,true,false,false],[61,20,0,true,true,false],[63,112,0,true,true,false],[63,127,0,true,false,false],[68,6,0,false,false,false],[70,38,0,true,true,false],[72,12,0,true,true,false],[73,43,0,true,true,false],[76,24,0,true,false,false],[77,17,0,true,true,false],[78,75,0,true,true,false],[78,101,0,true,false,false],[82,16,0,true,true,false],[83,62,0,true,true,false],[86,28,0,true,false,false],[87,21,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[94,41,0,true,true,false],[96,12,0,true,true,false],[97,46,0,true,true,false],[100,24,0,true,false,false],[101,17,0,true,true,false],[102,75,0,true,true,false],[102,101,0,true,false,false],[107,16,0,true,true,false],[107,30,0,true,false,false],[107,31,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,114,0,true,true,false],[113,129,0,true,false,false],[118,6,0,false,false,false],[120,43,0,true,true,false],[123,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":1,"percent":10},"instantiations":{"count":10,"covered":1,"percent":10},"lines":{"count":87,"covered":5,"percent":5.7471264367816088},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":1,"notcovered":27,"percent":3.5714285714285712}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift","mcdc_records":[],"segments":[[37,7,61,true,true,false],[40,6,0,false,false,false],[42,80,0,true,true,false],[51,12,0,true,true,false],[51,19,0,true,false,false],[51,20,0,true,true,false],[57,44,0,true,true,false],[72,14,0,true,false,false],[72,20,0,true,true,false],[76,14,0,true,false,false],[77,16,0,true,true,false],[80,10,0,true,false,false],[81,6,0,false,false,false],[83,38,0,true,true,false],[89,12,0,true,true,false],[89,19,0,true,false,false],[89,20,0,true,true,false],[95,10,0,true,false,false],[95,16,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[101,80,0,true,true,false],[104,28,0,true,true,false],[107,10,0,true,true,false],[108,80,0,true,false,false],[109,6,0,false,false,false],[111,57,0,true,true,false],[113,6,0,false,false,false],[115,35,0,true,true,false],[121,12,0,true,true,false],[121,33,0,true,false,false],[121,34,0,true,true,false],[125,45,0,true,true,false],[128,14,0,true,true,false],[131,16,0,true,true,false],[132,79,0,true,true,false],[133,14,0,true,false,false],[133,21,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[136,16,0,true,true,false],[138,10,0,true,true,false],[139,6,0,false,false,false],[141,36,0,true,true,false],[154,45,0,true,true,false],[157,10,0,true,true,false],[160,46,0,true,true,false],[163,10,0,true,true,false],[165,12,0,true,true,false],[165,37,0,true,false,false],[165,38,0,true,true,false],[168,10,0,true,false,false],[168,16,0,true,true,false],[171,10,0,true,false,false],[172,6,0,false,false,false],[174,26,0,true,true,false],[176,6,0,false,false,false],[181,59,0,true,true,false],[184,6,0,false,false,false],[187,58,0,true,true,false],[190,12,0,true,true,false],[190,14,0,true,false,false],[190,15,0,true,true,false],[193,10,0,true,false,false],[195,6,0,false,false,false],[198,82,0,true,true,false],[202,12,0,true,true,false],[202,53,0,true,false,false],[202,54,0,true,true,false],[205,10,0,true,true,false],[215,12,0,true,true,false],[216,27,0,true,true,false],[220,65,0,true,true,false],[220,67,0,true,false,false],[225,91,0,true,true,false],[227,20,0,true,true,false],[227,41,0,true,false,false],[227,42,0,true,true,false],[231,18,0,true,true,false],[232,14,0,true,true,false],[236,16,0,true,true,false],[236,25,0,true,false,false],[236,26,0,true,true,false],[238,14,0,true,false,false],[238,20,0,true,true,false],[240,14,0,true,false,false],[242,17,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":1,"percent":8.3333333333333321},"instantiations":{"count":12,"covered":1,"percent":8.3333333333333321},"lines":{"count":196,"covered":4,"percent":2.0408163265306123},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":1,"notcovered":54,"percent":1.8181818181818181}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift","mcdc_records":[],"segments":[[20,12,61,true,true,false],[22,34,0,true,true,false],[22,77,61,true,false,false],[23,34,0,true,true,false],[23,43,61,true,false,false],[24,26,0,true,true,false],[24,40,61,true,false,false],[25,6,0,false,false,false],[32,7,61,true,true,false],[36,6,0,false,false,false],[48,42,0,true,true,false],[53,12,0,true,true,false],[54,47,0,true,true,false],[56,10,0,true,false,false],[56,17,0,true,true,false],[58,10,0,true,true,false],[67,12,0,true,true,false],[67,26,0,true,false,false],[67,27,0,true,true,false],[69,10,0,true,false,false],[69,16,0,true,true,false],[71,10,0,true,false,false],[83,6,0,false,false,false],[97,13,0,true,true,false],[99,12,0,true,true,false],[99,45,0,true,false,false],[99,46,0,true,true,false],[103,10,0,true,true,false],[107,12,0,true,true,false],[107,20,0,true,false,false],[107,21,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[120,13,0,true,true,false],[124,6,0,false,false,false],[127,66,0,true,true,false],[143,6,0,false,false,false],[148,61,0,true,true,false],[150,6,0,false,false,false],[153,82,0,true,true,false],[154,42,0,true,true,false],[154,56,0,true,true,false],[156,16,0,true,true,false],[156,35,0,true,false,false],[157,9,0,true,true,false],[158,32,0,true,false,false],[160,9,0,true,true,false],[161,16,0,true,true,false],[161,56,0,true,false,false],[161,57,0,true,true,false],[163,14,0,true,true,false],[164,23,0,true,false,false],[166,9,0,true,true,false],[167,23,0,true,false,false],[169,6,0,false,false,false],[172,71,0,true,true,false],[173,16,0,true,true,false],[173,22,0,true,false,false],[174,9,0,true,true,false],[175,16,0,true,true,false],[175,23,0,true,false,false],[175,24,0,true,true,false],[177,14,0,true,false,false],[177,20,0,true,true,false],[179,14,0,true,false,false],[181,9,0,true,true,false],[182,112,0,true,false,false],[183,10,0,true,true,false],[184,6,0,false,false,false],[189,40,0,true,true,false],[192,12,0,true,true,false],[193,47,0,true,true,false],[197,24,0,true,false,false],[198,17,0,true,true,false],[201,10,0,true,false,false],[202,6,0,false,false,false],[205,41,0,true,true,false],[209,12,0,true,true,false],[209,19,0,true,false,false],[209,20,0,true,true,false],[213,10,0,true,false,false],[213,16,0,true,true,false],[215,10,0,true,false,false],[217,6,0,false,false,false],[235,7,0,true,true,false],[237,12,0,true,true,false],[237,25,0,true,false,false],[239,15,0,true,true,false],[239,62,0,true,false,false],[240,9,0,true,true,false],[242,18,0,true,true,false],[246,14,0,true,false,false],[250,39,0,true,true,false],[252,10,0,true,true,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":2,"percent":11.76470588235294},"instantiations":{"count":17,"covered":2,"percent":11.76470588235294},"lines":{"count":171,"covered":11,"percent":6.4327485380116958},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":2,"notcovered":53,"percent":3.6363636363636362}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift","mcdc_records":[],"segments":[[26,58,61,true,true,false],[29,25,0,true,true,false],[29,33,61,true,false,false],[30,30,0,true,true,false],[30,32,61,true,false,false],[31,6,0,false,false,false],[37,7,61,true,true,false],[40,6,0,false,false,false],[45,64,0,true,true,false],[50,6,0,false,false,false],[53,64,0,true,true,false],[57,6,0,false,false,false],[60,72,0,true,true,false],[64,6,0,false,false,false],[67,65,0,true,true,false],[71,6,0,false,false,false],[74,71,0,true,true,false],[78,6,0,false,false,false],[81,73,0,true,true,false],[85,6,0,false,false,false],[88,72,0,true,true,false],[92,6,0,false,false,false],[95,85,0,true,true,false],[99,6,0,false,false,false],[102,71,0,true,true,false],[106,6,0,false,false,false],[109,77,0,true,true,false],[113,6,0,false,false,false],[116,93,0,true,true,false],[120,6,0,false,false,false],[123,77,0,true,true,false],[127,6,0,false,false,false],[130,73,0,true,true,false],[134,6,0,false,false,false],[137,75,0,true,true,false],[141,6,0,false,false,false],[144,50,0,true,true,false],[148,6,0,false,false,false],[154,85,0,true,true,false],[158,12,0,true,true,false],[158,18,0,true,false,false],[158,19,0,true,true,false],[160,10,0,true,false,false],[162,6,0,false,false,false],[165,60,0,true,true,false],[170,6,0,false,false,false],[173,50,0,true,true,false],[177,6,0,false,false,false],[180,38,0,true,true,false],[184,6,0,false,false,false],[187,70,0,true,true,false],[189,6,0,false,false,false],[192,63,0,true,true,false],[194,6,0,false,false,false],[199,44,0,true,true,false],[201,6,0,false,false,false],[204,43,125,true,true,false],[206,6,0,false,false,false],[209,35,250,true,true,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":4,"percent":14.285714285714285},"instantiations":{"count":28,"covered":4,"percent":14.285714285714285},"lines":{"count":128,"covered":16,"percent":12.5},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":4,"notcovered":26,"percent":13.333333333333334}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift","mcdc_records":[],"segments":[[8,36,0,true,true,false],[9,56,0,true,true,false],[12,10,0,true,true,false],[17,28,0,true,true,false],[18,37,0,true,true,false],[18,53,0,true,true,false],[20,40,0,true,false,false],[22,27,0,true,true,false],[23,37,0,true,true,false],[23,50,0,true,true,false],[24,92,0,true,true,false],[25,42,0,true,false,false],[31,25,0,true,true,false],[33,14,0,true,false,false],[34,27,0,true,true,false],[36,14,0,true,false,false],[37,24,0,true,true,false],[41,96,0,true,true,false],[43,18,0,true,false,false],[45,24,0,true,true,false],[48,14,0,true,false,false],[49,22,0,true,true,false],[51,14,0,true,false,false],[57,53,0,true,true,false],[58,33,0,true,true,false],[58,43,0,true,true,false],[60,10,0,true,false,false],[61,6,0,false,false,false],[64,35,0,true,true,false],[67,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":93,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift","mcdc_records":[],"segments":[[12,39,0,true,true,false],[13,20,0,true,true,false],[13,24,0,true,false,false],[14,13,0,true,true,false],[15,65,0,true,false,false],[16,13,0,true,true,false],[17,51,0,true,false,false],[18,13,0,true,true,false],[19,78,0,true,false,false],[20,13,0,true,true,false],[21,81,0,true,false,false],[22,14,0,true,true,false],[23,10,0,false,false,false],[27,38,0,true,true,false],[30,6,0,false,false,false],[33,47,0,true,true,false],[34,58,0,true,true,false],[35,6,0,false,false,false],[38,75,0,true,true,false],[43,28,0,true,true,false],[44,37,0,true,true,false],[44,82,0,true,true,false],[46,75,0,true,false,false],[53,12,0,true,true,false],[53,26,0,true,false,false],[53,59,0,true,true,false],[57,10,0,true,false,false],[57,44,0,true,true,false],[60,10,0,true,true,false],[61,6,0,false,false,false],[63,72,14,true,true,false],[70,28,13,true,true,false],[71,37,0,true,true,false],[71,82,13,true,true,false],[73,69,13,true,false,false],[74,14,14,true,false,false],[80,12,14,true,true,false],[80,26,14,true,false,false],[80,59,0,true,true,false],[84,10,14,true,false,false],[84,44,14,true,true,false],[87,10,0,true,true,false],[88,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":2,"percent":28.571428571428569},"instantiations":{"count":7,"covered":2,"percent":28.571428571428569},"lines":{"count":79,"covered":27,"percent":34.177215189873415},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":5,"notcovered":21,"percent":19.230769230769234}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift","mcdc_records":[],"segments":[[12,46,0,true,true,false],[13,12,0,true,true,false],[14,73,0,true,true,false],[15,10,0,true,false,false],[15,17,0,true,true,false],[18,10,0,true,true,false],[19,6,0,false,false,false],[23,59,0,true,true,false],[25,6,0,false,false,false],[29,74,2,true,true,false],[31,6,0,false,false,false],[35,5,0,true,true,false],[39,10,0,true,true,false],[40,6,0,false,false,false],[45,54,62,true,true,false],[48,12,62,true,true,false],[48,43,62,true,false,false],[48,44,0,true,true,false],[57,10,62,true,true,false],[63,12,62,true,true,false],[63,35,62,true,false,false],[63,36,62,true,true,false],[65,122,0,true,true,false],[65,138,62,true,false,false],[70,54,0,true,true,false],[70,97,62,true,false,false],[73,10,0,true,true,false],[76,12,0,true,true,false],[76,56,0,true,false,false],[76,57,0,true,true,false],[80,28,0,true,true,false],[80,46,0,true,false,false],[81,27,0,true,true,false],[81,46,0,true,false,false],[83,16,0,true,true,false],[83,24,0,true,false,false],[83,25,0,true,true,false],[88,14,0,true,true,false],[89,10,0,true,true,false],[94,12,0,true,true,false],[94,31,0,true,false,false],[94,32,0,true,true,false],[99,49,0,true,true,false],[99,51,0,true,false,false],[103,16,0,true,true,false],[105,79,0,true,true,false],[105,94,0,true,false,false],[109,16,0,true,true,false],[109,25,0,true,false,false],[109,26,0,true,true,false],[112,14,0,true,false,false],[115,39,0,true,true,false],[115,78,0,true,false,false],[115,81,0,true,true,false],[115,84,0,true,false,false],[116,43,0,true,true,false],[116,46,0,true,false,false],[116,49,0,true,true,false],[116,73,0,true,false,false],[120,6,0,false,false,false],[123,54,13,true,true,false],[124,12,13,true,true,false],[124,42,13,true,false,false],[124,43,13,true,true,false],[127,10,0,true,true,false],[132,40,0,true,true,false],[132,51,0,true,false,false],[134,12,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[135,48,0,true,true,false],[135,69,0,true,false,false],[138,10,0,true,true,false],[147,39,0,true,true,false],[147,50,0,true,false,false],[150,22,13,true,false,false],[151,6,0,false,false,false],[153,82,0,true,true,false],[154,16,0,true,true,false],[154,22,0,true,false,false],[155,9,0,true,true,false],[155,68,0,true,false,false],[156,9,0,true,true,false],[156,92,0,true,false,false],[157,9,0,true,true,false],[157,56,0,true,false,false],[158,10,0,true,true,false],[159,6,0,false,false,false],[162,32,0,true,true,false],[164,12,0,true,true,false],[164,29,0,true,false,false],[164,30,0,true,true,false],[166,103,0,true,true,false],[166,112,0,true,false,false],[170,6,0,false,false,false],[182,25,0,true,true,false],[182,36,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":3,"percent":15.789473684210526},"instantiations":{"count":19,"covered":3,"percent":15.789473684210526},"lines":{"count":152,"covered":30,"percent":19.736842105263158},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":9,"notcovered":49,"percent":15.517241379310345}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift","mcdc_records":[],"segments":[[9,99,0,true,true,false],[17,46,0,true,true,false],[19,10,0,true,false,false],[20,6,0,false,false,false],[23,60,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift","mcdc_records":[],"segments":[[7,56,1,true,true,false],[11,6,0,false,false,false],[13,29,1,true,true,false],[16,6,0,false,false,false],[18,69,0,true,true,false],[25,28,0,true,true,false],[27,14,0,true,false,false],[28,30,0,true,true,false],[30,14,0,true,false,false],[32,6,0,false,false,false],[36,74,0,true,true,false],[37,83,0,true,true,false],[39,10,0,true,true,false],[42,16,0,true,true,false],[42,22,0,true,false,false],[43,9,0,true,true,false],[44,16,0,true,true,false],[45,49,0,true,true,false],[47,14,0,true,false,false],[47,21,0,true,true,false],[49,14,0,true,false,false],[51,9,0,true,true,false],[54,14,0,true,false,false],[55,10,0,true,true,false],[58,23,0,true,false,false],[59,6,0,false,false,false],[61,61,1,true,true,false],[63,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":3,"percent":42.857142857142854},"instantiations":{"count":7,"covered":3,"percent":42.857142857142854},"lines":{"count":57,"covered":12,"percent":21.052631578947366},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":3,"notcovered":13,"percent":18.75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift","mcdc_records":[],"segments":[[15,40,0,true,true,false],[17,12,0,true,true,false],[17,26,0,true,false,false],[17,27,0,true,true,false],[20,10,0,true,true,false],[30,12,0,true,true,false],[30,25,0,true,false,false],[30,26,0,true,true,false],[32,10,0,true,false,false],[41,12,0,true,true,false],[41,42,0,true,false,false],[41,43,0,true,true,false],[44,10,0,true,true,false],[55,29,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[62,42,0,true,true,false],[64,6,0,false,false,false],[66,41,0,true,true,false],[69,12,0,true,true,false],[69,26,0,true,false,false],[69,27,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[72,57,0,true,true,false],[72,72,0,true,false,false],[75,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":61,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift","mcdc_records":[],"segments":[[7,72,0,true,true,false],[9,6,0,false,false,false],[11,59,0,true,true,false],[13,6,0,false,false,false],[16,88,0,true,true,false],[19,6,0,false,false,false],[21,64,0,true,true,false],[25,6,0,false,false,false],[27,64,0,true,true,false],[29,6,0,false,false,false],[31,65,0,true,true,false],[33,6,0,false,false,false],[35,71,0,true,true,false],[37,6,0,false,false,false],[39,73,0,true,true,false],[41,6,0,false,false,false],[43,74,0,true,true,false],[45,6,0,false,false,false],[47,87,0,true,true,false],[49,6,0,false,false,false],[51,73,0,true,true,false],[53,6,0,false,false,false],[55,87,0,true,true,false],[57,6,0,false,false,false],[59,103,0,true,true,false],[61,6,0,false,false,false],[63,87,0,true,true,false],[65,6,0,false,false,false],[67,83,0,true,true,false],[69,6,0,false,false,false],[71,85,0,true,true,false],[73,6,0,false,false,false],[75,50,0,true,true,false],[77,6,0,false,false,false],[80,85,0,true,true,false],[82,6,0,false,false,false],[84,60,0,true,true,false],[86,6,0,false,false,false],[88,50,0,true,true,false],[90,6,0,false,false,false],[93,38,0,true,true,false],[95,6,0,false,false,false],[97,77,0,true,true,false],[99,6,0,false,false,false],[104,70,0,true,true,false],[106,6,0,false,false,false],[109,63,0,true,true,false],[111,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":75,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift","mcdc_records":[],"segments":[[7,44,0,true,true,false],[9,39,0,true,true,false],[9,75,0,true,false,false],[10,26,0,true,true,false],[10,86,0,true,false,false],[11,22,0,true,true,false],[14,14,0,true,false,false],[16,6,0,false,false,false],[21,69,0,true,true,false],[27,12,0,true,true,false],[27,45,0,true,false,false],[27,46,0,true,true,false],[32,10,0,true,true,false],[34,12,0,true,true,false],[35,44,0,true,true,false],[44,24,0,true,false,false],[45,17,0,true,true,false],[46,75,0,true,true,false],[46,101,0,true,false,false],[52,6,0,false,false,false],[55,67,0,true,true,false],[61,12,0,true,true,false],[62,43,0,true,true,false],[65,24,0,true,false,false],[66,17,0,true,true,false],[67,75,0,true,true,false],[67,101,0,true,false,false],[73,6,0,false,false,false],[76,73,0,true,true,false],[78,6,0,false,false,false],[80,68,0,true,true,false],[82,6,0,false,false,false],[85,67,0,true,true,false],[92,12,0,true,true,false],[92,21,0,true,false,false],[92,33,0,true,true,false],[96,10,0,true,true,false],[98,12,0,true,true,false],[98,22,0,true,false,false],[98,23,0,true,true,false],[100,10,0,true,false,false],[100,16,0,true,true,false],[102,10,0,true,false,false],[105,6,0,false,false,false],[108,57,0,true,true,false],[111,6,0,false,false,false],[116,39,0,true,true,false],[118,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift","mcdc_records":[],"segments":[[7,52,28,true,true,false],[9,6,0,false,false,false],[11,50,0,true,true,false],[13,6,0,false,false,false],[18,36,61,true,true,false],[19,34,124,true,true,false],[20,37,0,true,true,false],[20,56,124,true,false,false],[21,10,61,true,false,false],[22,6,0,false,false,false],[26,31,123,true,true,false],[28,6,0,false,false,false],[32,32,0,true,true,false],[34,6,0,false,false,false],[38,47,1,true,true,false],[40,6,0,false,false,false],[43,42,125,true,true,false],[49,34,0,true,true,false],[51,10,125,true,false,false],[72,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":6,"percent":66.666666666666657},"instantiations":{"count":9,"covered":6,"percent":66.666666666666657},"lines":{"count":54,"covered":45,"percent":83.333333333333343},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":6,"notcovered":4,"percent":60}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift","mcdc_records":[],"segments":[[117,37,61,true,true,false],[117,39,0,false,false,false],[118,36,61,true,true,false],[118,72,0,false,false,false],[126,13,125,true,true,false],[126,59,0,false,false,false],[127,13,0,true,true,false],[127,64,0,false,false,false],[131,13,250,true,true,false],[131,55,0,false,false,false],[132,13,0,true,true,false],[132,64,0,false,false,false],[135,43,61,true,true,false],[135,45,0,false,false,false],[137,34,61,true,true,false],[137,41,0,false,false,false],[143,34,61,true,true,false],[143,39,0,false,false,false],[144,16,42,true,true,false],[146,10,0,false,false,false],[150,26,61,true,true,false],[150,64,0,false,false,false],[153,62,1,true,true,false],[155,6,0,false,false,false],[157,27,61,true,true,false],[157,60,0,false,false,false],[158,26,61,true,true,false],[158,39,0,false,false,false],[180,31,61,true,true,false],[180,52,0,false,false,false],[187,46,2,true,true,false],[187,72,0,false,false,false],[196,28,61,true,true,false],[196,33,0,false,false,false],[197,26,61,true,true,false],[197,31,0,false,false,false],[207,34,61,true,true,false],[207,63,0,false,false,false],[209,28,8,true,true,false],[211,6,0,false,false,false],[213,153,61,true,true,false],[219,20,61,true,true,false],[219,82,61,true,false,false],[226,56,0,true,true,false],[228,10,61,true,false,false],[228,16,61,true,true,false],[231,10,61,true,false,false],[276,43,61,true,true,false],[276,60,61,true,false,false],[301,59,61,true,true,false],[301,89,61,true,false,false],[304,45,61,true,true,false],[304,62,61,true,false,false],[316,12,61,true,true,false],[316,43,61,true,false,false],[316,44,0,true,true,false],[317,18,0,true,true,false],[321,14,0,true,false,false],[322,10,61,true,false,false],[322,16,61,true,true,false],[325,10,61,true,false,false],[327,12,61,true,true,false],[327,26,61,true,false,false],[327,27,0,true,true,false],[329,10,61,true,false,false],[339,28,0,true,true,false],[341,14,61,true,false,false],[342,33,0,true,true,false],[344,14,61,true,false,false],[349,37,0,true,true,false],[350,37,0,true,true,false],[352,18,0,true,true,false],[355,20,0,true,true,false],[355,35,0,true,false,false],[355,36,0,true,true,false],[357,83,0,true,true,false],[357,98,0,true,false,false],[358,18,0,true,true,false],[359,14,61,true,false,false],[360,37,0,true,true,false],[361,57,0,true,true,false],[361,62,0,true,false,false],[362,14,61,true,false,false],[363,29,0,true,true,false],[364,75,0,true,true,false],[364,80,0,true,false,false],[365,14,61,true,false,false],[369,49,62,true,true,false],[370,33,0,true,true,false],[370,43,62,true,true,false],[377,10,61,true,false,false],[378,49,0,true,true,false],[387,10,61,true,false,false],[388,42,0,true,true,false],[393,10,61,true,false,false],[394,44,0,true,true,false],[400,18,0,true,true,false],[403,14,0,true,false,false],[404,10,61,true,false,false],[405,55,0,true,true,false],[407,10,61,true,false,false],[410,47,77,true,true,false],[413,10,61,true,false,false],[417,14,61,true,true,false],[417,58,61,true,false,false],[420,6,0,false,false,false],[428,31,2,true,true,false],[430,6,0,false,false,false],[434,56,0,true,true,false],[439,29,0,true,true,false],[442,10,0,true,true,false],[444,12,0,true,true,false],[445,61,0,true,true,false],[447,30,0,true,true,false],[447,49,0,true,false,false],[448,17,0,true,true,false],[452,10,0,true,false,false],[453,6,0,false,false,false],[457,57,0,true,true,false],[462,29,0,true,true,false],[466,10,0,true,true,false],[471,16,0,true,true,false],[471,22,0,true,false,false],[472,9,0,true,true,false],[474,24,0,true,false,false],[475,9,0,true,true,false],[477,25,0,true,false,false],[478,9,0,true,true,false],[480,25,0,true,false,false],[482,6,0,false,false,false],[484,56,0,true,true,false],[486,6,0,false,false,false],[488,65,0,true,true,false],[490,6,0,false,false,false],[492,103,0,true,true,false],[495,6,0,false,false,false],[499,105,0,true,true,false],[502,6,0,false,false,false],[504,63,0,true,true,false],[507,12,0,true,true,false],[508,79,0,true,true,false],[509,10,0,true,false,false],[509,17,0,true,true,false],[512,10,0,true,true,false],[517,22,0,true,true,false],[517,58,0,true,false,false],[518,22,0,true,true,false],[518,76,0,true,false,false],[519,25,0,true,true,false],[519,40,0,true,false,false],[521,38,0,true,true,false],[523,16,0,true,true,false],[523,43,0,true,true,false],[523,70,0,true,false,false],[523,71,0,true,true,false],[525,14,0,true,true,false],[526,10,0,true,true,false],[527,26,0,true,false,false],[528,6,0,false,false,false],[530,62,0,true,true,false],[532,6,0,false,false,false],[535,26,2,true,true,false],[536,12,2,true,true,false],[537,43,2,true,true,false],[538,10,2,true,false,false],[538,17,0,true,true,false],[540,10,2,true,true,false],[541,6,0,false,false,false],[544,24,0,true,true,false],[555,6,0,false,false,false],[557,61,0,true,true,false],[561,6,0,false,false,false],[565,32,5,true,true,false],[567,6,0,false,false,false],[569,42,6,true,true,false],[570,77,12,true,true,false],[570,95,6,true,false,false],[571,6,0,false,false,false],[573,55,2,true,true,false],[575,6,0,false,false,false],[577,53,0,true,true,false],[579,6,0,false,false,false],[583,7,0,true,true,false],[585,6,0,false,false,false],[587,52,0,true,true,false],[589,6,0,false,false,false],[591,51,0,true,true,false],[592,86,0,true,true,false],[592,104,0,true,false,false],[593,6,0,false,false,false],[597,7,0,true,true,false],[598,89,0,true,true,false],[598,107,0,true,false,false],[599,6,0,false,false,false],[601,40,0,true,true,false],[603,6,0,false,false,false],[605,38,0,true,true,false],[607,6,0,false,false,false],[609,33,0,true,true,false],[611,6,0,false,false,false],[613,47,0,true,true,false],[615,6,0,false,false,false],[617,60,0,true,true,false],[619,6,0,false,false,false],[621,64,0,true,true,false],[623,6,0,false,false,false],[625,53,0,true,true,false],[627,6,0,false,false,false],[629,62,0,true,true,false],[631,6,0,false,false,false],[633,47,0,true,true,false],[635,6,0,false,false,false],[637,51,0,true,true,false],[639,6,0,false,false,false],[641,47,0,true,true,false],[643,6,0,false,false,false],[645,49,0,true,true,false],[647,6,0,false,false,false],[649,57,0,true,true,false],[655,6,0,false,false,false],[657,44,4,true,true,false],[658,77,4,true,true,false],[658,95,4,true,false,false],[659,6,0,false,false,false],[661,57,0,true,true,false],[670,12,0,true,true,false],[670,25,0,true,false,false],[670,26,0,true,true,false],[672,10,0,true,false,false],[672,16,0,true,true,false],[674,10,0,true,false,false],[689,12,0,true,true,false],[689,25,0,true,false,false],[689,26,0,true,true,false],[691,10,0,true,false,false],[691,16,0,true,true,false],[693,10,0,true,false,false],[704,6,0,false,false,false],[706,51,0,true,true,false],[708,6,0,false,false,false],[714,33,0,true,true,false],[717,6,0,false,false,false],[721,39,10,true,true,false],[723,16,10,true,true,false],[723,21,10,true,false,false],[724,9,10,true,true,false],[725,25,10,true,false,false],[726,9,0,true,true,false],[731,24,10,true,false,false],[732,9,0,true,true,false],[733,24,10,true,false,false],[735,6,0,false,false,false],[741,40,0,true,true,false],[743,6,0,false,false,false],[746,48,0,true,true,false],[748,6,0,false,false,false],[751,57,0,true,true,false],[752,58,0,true,true,false],[755,14,0,true,true,false],[757,10,0,true,false,false],[758,6,0,false,false,false],[760,46,3,true,true,false],[768,12,3,true,true,false],[768,25,3,true,false,false],[768,26,3,true,true,false],[770,10,3,true,false,false],[770,16,0,true,true,false],[772,10,3,true,false,false],[777,63,48,true,true,false],[782,10,3,true,false,false],[785,56,48,true,true,false],[785,67,3,true,false,false],[791,98,3,true,true,false],[794,82,3,true,true,false],[799,77,3,true,true,false],[800,56,3,true,true,false],[811,52,3,true,true,false],[814,10,0,true,true,false],[818,12,0,true,true,false],[818,34,0,true,false,false],[818,35,0,true,true,false],[822,16,0,true,true,false],[822,38,0,true,false,false],[822,39,0,true,true,false],[823,57,0,true,true,false],[823,66,0,true,false,false],[826,37,0,true,true,false],[829,18,0,true,false,false],[830,20,0,true,true,false],[831,58,0,true,true,false],[831,73,0,true,false,false],[832,57,0,true,true,false],[832,70,0,true,false,false],[835,37,0,true,true,false],[837,18,0,true,false,false],[843,18,0,true,true,false],[846,14,0,true,false,false],[848,6,0,false,false,false],[853,40,0,true,true,false],[855,6,0,false,false,false],[858,41,0,true,true,false],[860,6,0,false,false,false],[862,54,90063,true,true,false],[864,6,0,false,false,false],[866,64,90053,true,true,false],[868,6,0,false,false,false],[875,53,0,true,true,false],[877,29,0,true,true,false],[878,20,0,true,true,false],[878,25,0,true,false,false],[879,13,0,true,true,false],[881,20,0,true,true,false],[881,41,0,true,false,false],[881,42,0,true,true,false],[885,18,0,true,false,false],[886,13,0,true,true,false],[887,62,0,true,false,false],[888,14,0,true,true,false],[889,10,0,true,true,false],[890,6,0,false,false,false],[896,45,0,true,true,false],[900,12,0,true,true,false],[900,26,0,true,false,false],[900,27,0,true,true,false],[905,10,0,true,true,false],[907,53,0,true,true,false],[907,68,0,true,false,false],[911,6,0,false,false,false],[914,52,0,true,true,false],[916,28,0,true,true,false],[918,14,0,true,false,false],[919,30,0,true,true,false],[921,14,0,true,false,false],[923,6,0,false,false,false],[930,50,0,true,true,false],[932,6,0,false,false,false],[946,83,0,true,true,false],[950,59,0,true,true,false],[952,10,0,true,true,false],[964,10,0,true,true,false],[967,30,0,true,false,false],[968,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":114,"covered":40,"percent":35.087719298245609},"instantiations":{"count":118,"covered":41,"percent":34.745762711864408},"lines":{"count":791,"covered":340,"percent":42.983565107458915},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":191,"covered":57,"notcovered":134,"percent":29.842931937172771}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift","mcdc_records":[],"segments":[[17,63,0,true,true,false],[19,6,0,false,false,false],[21,55,14,true,true,false],[23,6,0,false,false,false],[45,47,61,true,true,false],[45,52,0,false,false,false],[46,16,28,true,true,false],[48,10,0,false,false,false],[62,7,61,true,true,false],[66,6,0,false,false,false],[69,24,0,true,true,false],[73,6,0,false,false,false],[91,27,14,true,true,false],[96,12,14,true,true,false],[100,14,13,true,true,false],[112,32,0,true,true,false],[116,14,13,true,true,false],[125,16,13,true,true,false],[125,36,13,true,false,false],[125,37,0,true,true,false],[134,14,13,true,false,false],[134,20,13,true,true,false],[136,65,0,true,true,false],[136,90,13,true,false,false],[141,50,13,true,true,false],[149,28,13,true,false,false],[152,10,14,true,false,false],[152,17,1,true,true,false],[155,10,14,true,false,false],[156,6,0,false,false,false],[167,27,0,true,true,false],[172,12,0,true,true,false],[178,16,0,true,true,false],[178,35,0,true,false,false],[178,36,0,true,true,false],[183,67,0,true,true,false],[183,82,0,true,false,false],[186,14,0,true,true,false],[201,14,0,true,true,false],[204,80,0,true,true,false],[218,16,0,true,true,false],[218,36,0,true,false,false],[218,37,0,true,true,false],[225,14,0,true,false,false],[225,20,0,true,true,false],[227,65,0,true,true,false],[227,90,0,true,false,false],[231,50,0,true,true,false],[236,84,0,true,false,false],[239,17,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[248,49,13,true,true,false],[251,6,0,false,false,false],[253,47,13,true,true,false],[254,48,0,true,true,false],[256,10,13,true,true,false],[258,73,13,true,true,false],[259,6,0,false,false,false],[261,30,0,true,true,false],[263,6,0,false,false,false],[267,22,0,true,true,false],[269,6,0,false,false,false],[271,26,0,true,true,false],[273,6,0,false,false,false],[275,23,0,true,true,false],[278,6,0,false,false,false],[280,39,0,true,true,false],[282,6,0,false,false,false],[284,20,0,true,true,false],[286,6,0,false,false,false],[293,7,14,true,true,false],[297,70,1,true,true,false],[300,10,13,true,true,false],[302,49,14,true,false,false],[303,6,0,false,false,false],[307,27,13,true,true,false],[308,14,13,true,true,false],[308,67,13,true,false,false],[309,6,0,false,false,false],[311,29,0,true,true,false],[312,14,0,true,true,false],[312,68,0,true,false,false],[313,6,0,false,false,false],[315,27,13,true,true,false],[316,14,13,true,true,false],[316,68,13,true,false,false],[317,6,0,false,false,false],[321,40,0,true,true,false],[322,14,0,true,true,false],[325,10,0,true,false,false],[326,6,0,false,false,false],[328,65,0,true,true,false],[329,12,0,true,true,false],[330,88,0,true,true,false],[331,38,0,true,false,false],[332,17,0,true,true,false],[335,10,0,true,false,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":12,"percent":41.379310344827587},"instantiations":{"count":29,"covered":12,"percent":41.379310344827587},"lines":{"count":239,"covered":96,"percent":40.1673640167364},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":23,"notcovered":34,"percent":40.350877192982452}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift","mcdc_records":[],"segments":[[8,54,5,true,true,false],[8,56,0,false,false,false],[9,45,5,true,true,false],[9,50,0,false,false,false],[10,46,5,true,true,false],[10,51,0,false,false,false],[19,7,5,true,true,false],[22,6,0,false,false,false],[24,24,1,true,true,false],[26,36,1,true,true,false],[26,69,1,true,false,false],[27,37,0,true,true,false],[27,71,1,true,false,false],[29,6,0,false,false,false],[32,62,5,true,true,false],[33,31,0,true,true,false],[33,47,5,true,true,false],[47,12,5,true,true,false],[47,67,5,true,false,false],[47,68,0,true,true,false],[52,10,5,true,true,false],[56,68,5,true,false,false],[57,6,0,false,false,false],[61,74,5,true,true,false],[65,53,0,true,true,false],[68,10,5,true,true,false],[70,59,5,true,true,false],[73,10,0,true,true,false],[76,12,0,true,true,false],[76,24,0,true,false,false],[76,25,0,true,true,false],[78,10,0,true,false,false],[78,16,0,true,true,false],[80,10,0,true,false,false],[82,12,0,true,true,false],[83,74,0,true,true,false],[85,24,0,true,false,false],[86,17,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,71,5,true,true,false],[95,67,2,true,true,false],[100,10,3,true,true,false],[103,12,3,true,true,false],[103,24,3,true,false,false],[103,25,0,true,true,false],[105,10,3,true,false,false],[105,16,3,true,true,false],[107,10,3,true,false,false],[111,12,3,true,true,false],[111,26,3,true,false,false],[111,27,1,true,true,false],[114,16,1,true,true,false],[114,31,1,true,false,false],[114,32,0,true,true,false],[116,14,1,true,false,false],[119,10,3,true,false,false],[119,16,2,true,true,false],[121,16,2,true,true,false],[121,32,2,true,false,false],[121,33,1,true,true,false],[124,14,2,true,false,false],[124,20,1,true,true,false],[127,14,2,true,false,false],[128,10,3,true,false,false],[130,30,5,true,false,false],[131,6,0,false,false,false],[133,32,0,true,true,false],[134,67,0,true,true,false],[134,77,0,true,true,false],[140,6,0,false,false,false],[142,38,0,true,true,false],[143,67,0,true,true,false],[143,77,0,true,true,false],[145,6,0,false,false,false],[151,51,1,true,true,false],[152,53,0,true,true,false],[155,10,1,true,true,false],[170,44,4,true,true,false],[175,16,4,true,true,false],[176,34,4,true,true,false],[178,20,4,true,true,false],[178,50,4,true,false,false],[178,51,3,true,true,false],[180,18,4,true,false,false],[180,24,1,true,true,false],[182,18,4,true,false,false],[183,21,0,true,true,false],[185,14,4,true,true,false],[186,10,1,true,true,false],[193,12,1,true,true,false],[194,38,1,true,true,false],[196,16,1,true,true,false],[196,54,1,true,false,false],[196,55,1,true,true,false],[198,14,1,true,false,false],[198,20,0,true,true,false],[200,14,1,true,false,false],[201,17,0,true,true,false],[203,10,1,true,true,false],[206,6,0,false,false,false],[213,56,5,true,true,false],[219,39,5,true,true,false],[221,51,5,true,true,false],[224,14,0,true,true,false],[226,16,0,true,true,false],[227,47,0,true,true,false],[229,14,0,true,false,false],[229,21,0,true,true,false],[232,14,0,true,true,false],[233,10,5,true,true,false],[234,6,0,false,false,false],[238,64,1,true,true,false],[239,89,0,true,true,false],[241,10,1,true,true,false],[245,12,1,true,true,false],[245,71,1,true,false,false],[245,72,0,true,true,false],[247,10,1,true,true,false],[249,19,1,true,false,false],[250,6,0,false,false,false],[254,5,0,true,true,false],[256,41,0,true,true,false],[256,59,0,true,false,false],[256,62,0,true,true,false],[256,64,0,true,false,false],[265,37,0,true,true,false],[265,39,0,true,false,false],[265,42,0,true,true,false],[265,55,0,true,false,false],[268,6,0,false,false,false],[270,72,0,true,true,false],[274,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":12,"percent":70.588235294117652},"instantiations":{"count":17,"covered":12,"percent":70.588235294117652},"lines":{"count":233,"covered":157,"percent":67.381974248927037},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":84,"covered":48,"notcovered":36,"percent":57.142857142857139}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift","mcdc_records":[],"segments":[[26,32,0,true,true,false],[26,53,0,false,false,false],[47,7,0,true,true,false],[60,6,0,false,false,false],[66,7,0,true,true,false],[76,15,0,true,true,false],[78,10,0,true,false,false],[85,6,0,false,false,false],[89,36,0,true,true,false],[90,51,0,true,true,false],[90,61,0,true,true,false],[96,11,0,true,true,false],[99,10,0,true,false,false],[99,16,0,true,true,false],[101,10,0,true,false,false],[105,6,0,false,false,false],[107,34,0,true,true,false],[111,6,0,false,false,false],[115,37,0,true,true,false],[116,51,0,true,true,false],[116,61,0,true,true,false],[118,75,0,true,true,false],[118,79,0,true,false,false],[119,65,0,true,true,false],[119,69,0,true,false,false],[122,12,0,true,true,false],[122,26,0,true,true,false],[122,35,0,true,false,false],[122,36,0,true,true,false],[125,10,0,true,false,false],[125,16,0,true,true,false],[128,10,0,true,false,false],[129,6,0,false,false,false],[133,37,0,true,true,false],[135,6,0,false,false,false],[139,32,0,true,true,false],[142,75,0,true,true,false],[142,79,0,true,false,false],[143,52,0,true,true,false],[143,54,0,true,false,false],[145,12,0,true,true,false],[145,21,0,true,false,false],[145,38,0,true,true,false],[147,10,0,true,false,false],[147,16,0,true,true,false],[149,10,0,true,false,false],[150,6,0,false,false,false],[152,37,0,true,true,false],[177,51,0,true,true,false],[178,75,0,true,true,false],[178,90,0,true,false,false],[178,105,0,true,true,false],[178,110,0,true,false,false],[186,45,0,true,true,false],[186,48,0,true,false,false],[186,51,0,true,true,false],[186,55,0,true,false,false],[189,10,0,true,true,false],[195,6,0,false,false,false],[197,60,0,true,true,false],[219,42,0,true,true,false],[221,10,0,true,false,false],[225,42,0,true,true,false],[234,10,0,true,false,false],[237,6,0,false,false,false],[242,35,0,true,true,false],[263,6,0,false,false,false],[265,61,0,true,true,false],[267,52,0,true,true,false],[271,10,0,true,false,false],[272,6,0,false,false,false],[275,42,0,true,true,false],[281,14,0,true,true,false],[283,10,0,true,true,false],[287,37,0,true,true,false],[290,10,0,true,false,false],[290,16,0,true,true,false],[292,20,0,true,true,false],[292,29,0,true,false,false],[300,50,0,true,true,false],[312,56,0,true,true,false],[322,14,0,true,true,false],[325,16,0,true,true,false],[325,42,0,true,false,false],[325,43,0,true,true,false],[335,14,0,true,false,false],[348,6,0,false,false,false],[351,75,0,true,true,false],[356,14,0,true,true,false],[359,10,0,true,false,false],[364,6,0,false,false,false],[369,38,0,true,true,false],[371,6,0,false,false,false],[374,38,0,true,true,false],[376,6,0,false,false,false],[379,52,0,true,true,false],[382,6,0,false,false,false],[385,52,0,true,true,false],[388,6,0,false,false,false],[391,35,0,true,true,false],[393,6,0,false,false,false],[396,31,0,true,true,false],[398,6,0,false,false,false],[401,62,0,true,true,false],[403,71,0,true,true,false],[403,81,0,true,true,false],[407,22,0,true,true,false],[407,85,0,true,false,false],[408,16,0,true,true,false],[408,24,0,true,false,false],[414,63,0,true,true,false],[423,10,0,true,false,false],[424,6,0,false,false,false],[427,63,0,true,true,false],[429,87,0,true,true,false],[429,97,0,true,true,false],[436,63,0,true,true,false],[445,10,0,true,false,false],[446,6,0,false,false,false],[451,67,0,true,true,false],[452,16,0,true,true,false],[452,30,0,true,false,false],[453,9,0,true,true,false],[454,30,0,true,false,false],[455,9,0,true,true,false],[457,69,0,true,true,false],[458,24,0,true,true,false],[458,35,0,true,false,false],[459,17,0,true,true,false],[460,42,0,true,false,false],[461,17,0,true,true,false],[462,44,0,true,false,false],[463,17,0,true,true,false],[464,48,0,true,false,false],[465,17,0,true,true,false],[466,36,0,true,false,false],[468,14,0,true,true,false],[469,36,0,true,false,false],[470,9,0,true,true,false],[471,28,0,true,false,false],[472,9,0,true,true,false],[473,27,0,true,false,false],[474,9,0,true,true,false],[475,28,0,true,false,false],[477,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":423,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":82,"covered":0,"notcovered":82,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift","mcdc_records":[],"segments":[[15,85,156,true,true,false],[16,16,156,true,true,false],[16,26,156,true,false,false],[19,9,8,true,true,false],[19,31,156,true,false,false],[20,9,8,true,true,false],[20,31,156,true,false,false],[21,9,2,true,true,false],[21,31,156,true,false,false],[22,9,2,true,true,false],[22,31,156,true,false,false],[23,9,2,true,true,false],[23,31,156,true,false,false],[24,9,2,true,true,false],[24,31,156,true,false,false],[25,9,2,true,true,false],[25,31,156,true,false,false],[26,9,2,true,true,false],[26,31,156,true,false,false],[27,9,2,true,true,false],[27,31,156,true,false,false],[28,9,2,true,true,false],[28,31,156,true,false,false],[29,9,2,true,true,false],[29,32,156,true,false,false],[30,9,2,true,true,false],[30,32,156,true,false,false],[31,9,0,true,true,false],[31,34,156,true,false,false],[34,9,8,true,true,false],[34,33,156,true,false,false],[35,9,8,true,true,false],[35,31,156,true,false,false],[36,9,2,true,true,false],[36,31,156,true,false,false],[37,9,2,true,true,false],[37,31,156,true,false,false],[38,9,2,true,true,false],[38,31,156,true,false,false],[39,9,2,true,true,false],[39,31,156,true,false,false],[40,9,2,true,true,false],[40,31,156,true,false,false],[41,9,2,true,true,false],[41,31,156,true,false,false],[42,9,2,true,true,false],[42,31,156,true,false,false],[43,9,2,true,true,false],[43,31,156,true,false,false],[44,9,2,true,true,false],[44,32,156,true,false,false],[45,9,2,true,true,false],[45,32,156,true,false,false],[46,9,0,true,true,false],[46,32,156,true,false,false],[47,9,0,true,true,false],[47,33,156,true,false,false],[50,9,8,true,true,false],[50,33,156,true,false,false],[51,9,8,true,true,false],[51,30,156,true,false,false],[52,9,2,true,true,false],[52,30,156,true,false,false],[53,9,2,true,true,false],[53,30,156,true,false,false],[54,9,2,true,true,false],[54,30,156,true,false,false],[55,9,2,true,true,false],[55,30,156,true,false,false],[56,9,2,true,true,false],[56,30,156,true,false,false],[57,9,2,true,true,false],[57,31,156,true,false,false],[58,9,2,true,true,false],[58,31,156,true,false,false],[59,9,2,true,true,false],[59,31,156,true,false,false],[60,9,2,true,true,false],[60,32,156,true,false,false],[61,9,2,true,true,false],[61,32,156,true,false,false],[62,9,0,true,true,false],[62,34,156,true,false,false],[65,9,8,true,true,false],[65,33,156,true,false,false],[66,9,8,true,true,false],[66,30,156,true,false,false],[67,9,2,true,true,false],[67,30,156,true,false,false],[68,9,2,true,true,false],[68,30,156,true,false,false],[69,9,2,true,true,false],[69,30,156,true,false,false],[70,9,2,true,true,false],[70,31,156,true,false,false],[71,9,2,true,true,false],[71,31,156,true,false,false],[72,9,2,true,true,false],[72,31,156,true,false,false],[73,9,2,true,true,false],[73,31,156,true,false,false],[74,9,2,true,true,false],[74,31,156,true,false,false],[75,9,2,true,true,false],[75,32,156,true,false,false],[76,9,2,true,true,false],[76,34,156,true,false,false],[80,9,2,true,true,false],[80,33,156,true,false,false],[81,9,2,true,true,false],[81,33,156,true,false,false],[82,9,2,true,true,false],[82,33,156,true,false,false],[83,9,2,true,true,false],[83,33,156,true,false,false],[84,9,2,true,true,false],[84,33,156,true,false,false],[85,9,2,true,true,false],[85,33,156,true,false,false],[86,9,0,true,true,false],[86,34,156,true,false,false],[90,9,0,true,true,false],[90,42,156,true,false,false],[91,9,0,true,true,false],[91,42,156,true,false,false],[92,9,0,true,true,false],[92,41,156,true,false,false],[93,9,0,true,true,false],[93,42,156,true,false,false],[94,9,0,true,true,false],[94,41,156,true,false,false],[95,9,0,true,true,false],[95,41,156,true,false,false],[96,9,0,true,true,false],[96,41,156,true,false,false],[97,9,0,true,true,false],[97,42,156,true,false,false],[98,9,0,true,true,false],[98,42,156,true,false,false],[99,9,0,true,true,false],[99,43,156,true,false,false],[100,9,0,true,true,false],[100,45,156,true,false,false],[101,9,0,true,true,false],[101,45,156,true,false,false],[106,9,0,true,true,false],[106,35,156,true,false,false],[107,9,0,true,true,false],[107,35,156,true,false,false],[108,9,0,true,true,false],[108,35,156,true,false,false],[109,9,0,true,true,false],[109,35,156,true,false,false],[112,9,0,true,true,false],[112,36,156,true,false,false],[113,9,0,true,true,false],[113,36,156,true,false,false],[114,9,0,true,true,false],[114,35,156,true,false,false],[115,9,0,true,true,false],[115,36,156,true,false,false],[117,9,0,true,true,false],[117,44,156,true,false,false],[118,9,0,true,true,false],[119,16,156,true,false,false],[120,10,156,true,true,false],[121,6,0,false,false,false],[126,140,0,true,true,false],[128,53,0,true,true,false],[128,75,0,true,false,false],[128,77,0,true,true,false],[130,10,0,true,true,false],[132,46,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":1,"percent":33.333333333333329},"instantiations":{"count":3,"covered":1,"percent":33.333333333333329},"lines":{"count":116,"covered":106,"percent":91.379310344827587},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":57,"notcovered":31,"percent":64.772727272727266}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift","mcdc_records":[],"segments":[[37,7,59,true,true,false],[41,49,57,true,true,false],[44,10,59,true,false,false],[48,6,0,false,false,false],[58,104,74,true,true,false],[61,15,1,true,true,false],[61,63,1,true,true,false],[61,74,1,true,false,false],[61,79,0,true,true,false],[61,88,74,true,false,false],[62,15,73,true,true,false],[62,26,74,true,false,false],[68,21,440,true,true,false],[68,37,437,true,true,false],[68,53,18,true,true,false],[68,64,437,true,false,false],[68,68,15,true,true,false],[68,77,437,true,false,false],[68,78,440,true,false,false],[68,80,74,true,false,false],[71,39,1,true,true,false],[75,10,73,true,true,false],[78,60,71,true,true,false],[78,69,73,true,false,false],[78,72,2,true,true,false],[78,90,73,true,false,false],[80,32,74,true,false,false],[81,6,0,false,false,false],[87,110,6,true,true,false],[91,6,0,false,false,false],[95,63,7,true,true,false],[99,35,56,true,true,false],[99,65,7,true,false,false],[100,6,0,false,false,false],[124,7,43,true,true,false],[129,6,0,false,false,false],[148,7,5,true,true,false],[152,6,0,false,false,false],[159,7,52,true,true,false],[166,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":14,"percent":93.333333333333329},"instantiations":{"count":15,"covered":14,"percent":93.333333333333329},"lines":{"count":77,"covered":76,"percent":98.701298701298697},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":20,"notcovered":1,"percent":95.238095238095227}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift","mcdc_records":[],"segments":[[8,53,4,true,true,false],[11,10,0,false,false,false],[18,80,3,true,true,false],[22,6,0,false,false,false],[24,36,0,true,true,false],[25,28,0,true,true,false],[25,34,0,true,false,false],[26,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":2,"percent":50},"instantiations":{"count":4,"covered":2,"percent":50},"lines":{"count":13,"covered":9,"percent":69.230769230769226},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":2,"notcovered":2,"percent":50}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift","mcdc_records":[],"segments":[[14,7,1219,true,true,false],[18,6,0,false,false,false],[35,69,4,true,true,false],[40,29,8,true,true,false],[41,48,22,true,true,false],[42,43,14,true,true,false],[42,45,22,true,false,false],[43,14,8,true,true,false],[44,10,4,true,true,false],[47,81,14,true,true,false],[52,10,4,true,true,false],[54,25,4,true,false,false],[55,6,0,false,false,false],[60,45,2,true,true,false],[62,6,0,false,false,false],[66,70,0,true,true,false],[67,53,0,true,true,false],[67,73,0,true,false,false],[67,80,0,true,true,false],[67,93,0,true,true,false],[70,30,0,true,true,false],[71,36,0,true,true,false],[71,89,0,true,false,false],[73,6,0,false,false,false],[77,67,0,true,true,false],[78,38,0,true,true,false],[78,58,0,true,false,false],[78,65,0,true,true,false],[78,78,0,true,true,false],[81,41,0,true,true,false],[82,16,0,true,true,false],[82,48,0,true,true,false],[82,68,0,true,false,false],[82,70,0,true,true,false],[84,14,0,true,true,false],[85,23,0,true,false,false],[87,6,0,false,false,false],[91,87,0,true,true,false],[94,55,0,true,true,false],[95,16,0,true,true,false],[95,68,0,true,false,false],[95,69,0,true,true,false],[97,14,0,true,true,false],[98,10,0,true,true,false],[100,21,0,true,false,false],[101,6,0,false,false,false],[106,59,6,true,true,false],[143,6,0,false,false,false],[162,7,57,true,true,false],[164,22,57,true,true,false],[164,35,57,true,false,false],[164,37,0,true,true,false],[164,70,57,true,false,false],[165,22,57,true,true,false],[165,41,57,true,false,false],[165,43,0,true,true,false],[165,111,57,true,false,false],[167,13,57,true,true,false],[167,29,351,true,true,false],[167,46,351,true,true,false],[167,57,351,true,false,false],[167,62,8,true,true,false],[167,73,351,true,false,false],[167,77,3,true,true,false],[167,86,351,true,false,false],[167,90,1,true,true,false],[167,99,351,true,false,false],[167,101,57,true,false,false],[168,13,0,true,true,false],[168,94,57,true,false,false],[173,22,57,true,true,false],[173,39,57,true,true,false],[173,54,57,true,false,false],[173,56,0,true,true,false],[173,130,57,true,false,false],[181,6,0,false,false,false],[184,47,55,true,true,false],[185,28,94,true,true,false],[185,34,55,true,false,false],[186,6,0,false,false,false],[189,30,5,true,true,false],[191,6,0,false,false,false],[196,54,12,true,true,false],[199,37,26,true,true,false],[200,47,16,true,true,false],[208,20,16,true,true,false],[208,40,16,true,false,false],[208,41,6,true,true,false],[214,18,16,true,false,false],[217,25,10,true,true,false],[217,60,4,true,true,false],[217,91,16,true,false,false],[217,92,6,true,true,false],[218,24,6,true,true,false],[218,49,6,true,false,false],[218,77,4,true,true,false],[224,22,6,true,false,false],[225,18,16,true,false,false],[226,14,26,true,true,false],[227,10,12,true,true,false],[229,25,12,true,false,false],[230,6,0,false,false,false],[245,7,126,true,true,false],[247,22,126,true,true,false],[247,35,126,true,false,false],[247,37,0,true,true,false],[247,81,126,true,false,false],[248,22,126,true,true,false],[248,38,264,true,true,false],[248,53,126,true,false,false],[248,55,0,true,true,false],[248,101,126,true,false,false],[249,22,126,true,true,false],[249,51,126,true,false,false],[249,53,0,true,true,false],[249,90,126,true,false,false],[252,22,126,true,true,false],[252,37,126,true,false,false],[252,39,0,true,true,false],[252,79,126,true,false,false],[258,6,0,false,false,false],[263,41,19,true,true,false],[264,28,14,true,true,false],[264,43,19,true,false,false],[265,6,0,false,false,false],[284,43,9,true,true,false],[286,6,0,false,false,false],[288,67,9,true,true,false],[290,28,51,true,true,false],[291,16,51,true,true,false],[291,27,51,true,false,false],[291,28,10,true,true,false],[293,14,51,true,false,false],[293,23,41,true,true,false],[293,34,51,true,false,false],[293,35,11,true,true,false],[295,20,11,true,true,false],[295,29,11,true,false,false],[295,30,3,true,true,false],[297,18,8,true,true,false],[298,14,48,true,true,false],[299,10,6,true,true,false],[300,26,9,true,false,false],[301,6,0,false,false,false],[305,47,11,true,true,false],[306,36,3,true,true,false],[306,52,8,true,true,false],[314,57,2,true,true,false],[314,87,8,true,false,false],[317,12,8,true,true,false],[317,22,8,true,false,false],[317,42,2,true,true,false],[319,10,6,true,true,false],[322,12,6,true,true,false],[322,22,6,true,false,false],[322,33,2,true,true,false],[324,10,4,true,true,false],[327,12,4,true,true,false],[327,20,4,true,false,false],[327,21,2,true,true,false],[329,10,2,true,true,false],[332,21,11,true,false,false],[333,6,0,false,false,false],[335,56,6,true,true,false],[337,34,0,true,true,false],[337,50,6,true,true,false],[338,36,0,true,true,false],[338,52,6,true,true,false],[341,41,13,true,true,false],[341,76,6,true,false,false],[342,50,0,true,true,false],[342,66,6,true,true,false],[345,79,7,true,true,false],[347,10,9223372036854775807,true,true,false],[348,20,6,true,false,false],[349,6,0,false,false,false],[360,30,5,true,true,false],[361,16,5,true,true,false],[361,20,5,true,false,false],[362,9,1,true,true,false],[362,33,5,true,false,false],[363,9,1,true,true,false],[363,27,5,true,false,false],[364,9,1,true,true,false],[364,33,5,true,false,false],[365,9,1,true,true,false],[365,29,5,true,false,false],[366,9,1,true,true,false],[366,26,5,true,false,false],[367,10,5,true,true,false],[368,6,0,false,false,false],[370,29,5,true,true,false],[371,16,5,true,true,false],[371,20,5,true,false,false],[372,9,1,true,true,false],[372,46,5,true,false,false],[373,9,1,true,true,false],[373,36,5,true,false,false],[374,9,1,true,true,false],[374,38,5,true,false,false],[375,9,1,true,true,false],[375,47,5,true,false,false],[376,9,1,true,true,false],[376,35,5,true,false,false],[377,10,5,true,true,false],[378,6,0,false,false,false],[389,36,10,true,true,false],[390,16,10,true,true,false],[390,20,10,true,false,false],[391,9,2,true,true,false],[391,39,10,true,false,false],[392,9,2,true,true,false],[392,33,10,true,false,false],[393,9,2,true,true,false],[393,33,10,true,false,false],[394,9,2,true,true,false],[394,37,10,true,false,false],[395,9,2,true,true,false],[395,31,10,true,false,false],[396,10,10,true,true,false],[397,6,0,false,false,false],[399,29,5,true,true,false],[400,16,5,true,true,false],[400,20,5,true,false,false],[401,9,1,true,true,false],[401,48,5,true,false,false],[402,9,1,true,true,false],[402,34,5,true,false,false],[403,9,1,true,true,false],[403,40,5,true,false,false],[404,9,1,true,true,false],[404,35,5,true,false,false],[405,9,1,true,true,false],[405,29,5,true,false,false],[406,10,5,true,true,false],[407,6,0,false,false,false],[411,38,10,true,true,false],[412,16,10,true,true,false],[412,20,10,true,false,false],[413,9,2,true,true,false],[413,30,10,true,false,false],[414,9,2,true,true,false],[414,27,10,true,false,false],[415,9,2,true,true,false],[415,27,10,true,false,false],[416,9,2,true,true,false],[416,29,10,true,false,false],[417,9,2,true,true,false],[417,26,10,true,false,false],[418,10,10,true,true,false],[419,6,0,false,false,false],[429,34,88,true,true,false],[430,16,88,true,true,false],[430,20,88,true,false,false],[431,9,23,true,true,false],[431,29,88,true,false,false],[432,9,28,true,true,false],[432,24,88,true,false,false],[433,9,22,true,true,false],[433,28,88,true,false,false],[434,9,15,true,true,false],[434,30,88,true,false,false],[435,10,88,true,true,false],[436,6,0,false,false,false],[438,36,0,true,true,false],[439,16,0,true,true,false],[439,20,0,true,false,false],[440,9,0,true,true,false],[441,60,0,true,false,false],[442,9,0,true,true,false],[443,76,0,true,false,false],[444,9,0,true,true,false],[445,51,0,true,false,false],[446,9,0,true,true,false],[447,60,0,true,false,false],[448,10,0,true,true,false],[449,6,0,false,false,false],[454,63,14,true,true,false],[455,37,42,true,true,false],[455,104,14,true,false,false],[455,109,0,true,true,false],[455,118,14,true,false,false],[456,6,0,false,false,false],[461,21,12,true,true,false],[461,27,0,false,false,false],[466,87,12,true,true,false],[470,6,0,false,false,false],[478,36,6,true,true,false],[482,16,6,true,true,false],[482,20,6,true,false,false],[483,9,6,true,true,false],[484,85,6,true,false,false],[485,9,0,true,true,false],[486,53,6,true,false,false],[487,9,0,true,true,false],[488,67,6,true,false,false],[490,6,0,false,false,false],[495,21,8,true,true,false],[495,27,0,false,false,false],[499,52,8,true,true,false],[502,6,0,false,false,false],[504,36,2,true,true,false],[505,37,4,true,true,false],[505,43,2,true,false,false],[507,6,0,false,false,false],[510,35,0,true,true,false],[512,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":70,"covered":50,"percent":71.428571428571431},"instantiations":{"count":70,"covered":50,"percent":71.428571428571431},"lines":{"count":380,"covered":311,"percent":81.84210526315789},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":178,"covered":135,"notcovered":43,"percent":75.842696629213478}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift","mcdc_records":[],"segments":[[24,7,1,true,true,false],[29,6,0,false,false,false],[58,7,1,true,true,false],[65,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":14,"covered":14,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":2,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift","mcdc_records":[],"segments":[[11,45,9,true,true,false],[14,14,5,true,true,false],[16,10,4,true,true,false],[17,21,9,true,false,false],[18,6,0,false,false,false],[21,17,3,true,true,false],[22,63,0,true,true,false],[25,10,3,true,true,false],[27,6,0,false,false,false],[45,5,2,true,true,false],[52,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":3,"percent":100},"instantiations":{"count":3,"covered":3,"percent":100},"lines":{"count":23,"covered":21,"percent":91.304347826086953},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":6,"notcovered":1,"percent":85.714285714285708}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift","mcdc_records":[],"segments":[[27,7,72,true,true,false],[37,6,0,false,false,false],[47,47,5,true,true,false],[48,72,5,true,true,false],[49,58,5,true,true,false],[50,66,5,true,true,false],[51,66,5,true,true,false],[52,68,5,true,true,false],[53,72,5,true,true,false],[54,75,5,true,true,false],[55,72,5,true,true,false],[56,90,5,true,true,false],[58,100,5,true,true,false],[58,104,1,true,true,false],[58,109,5,true,false,false],[59,6,0,false,false,false],[61,52,38,true,true,false],[63,46,38,true,true,false],[64,52,38,true,true,false],[65,52,38,true,true,false],[66,54,38,true,true,false],[67,60,38,true,true,false],[68,61,38,true,true,false],[69,60,38,true,true,false],[70,67,38,true,true,false],[71,64,38,true,true,false],[72,6,0,false,false,false],[76,30,112,true,true,false],[78,15,110,true,true,false],[78,39,112,true,false,false],[79,15,2,true,true,false],[79,20,112,true,false,false],[80,6,0,false,false,false],[82,29,93,true,true,false],[85,9,1,true,true,false],[87,10,92,true,true,false],[88,44,93,true,false,false],[89,6,0,false,false,false],[91,39,97,true,true,false],[93,6,0,false,false,false],[95,47,93,true,true,false],[107,6,0,false,false,false],[111,44,0,true,true,false],[112,16,0,true,true,false],[112,27,0,true,false,false],[112,33,0,true,true,false],[112,54,0,true,false,false],[113,6,0,false,false,false],[115,50,121,true,true,false],[116,13,93,true,true,false],[116,38,121,true,false,false],[117,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":10,"percent":76.923076923076934},"instantiations":{"count":13,"covered":10,"percent":76.923076923076934},"lines":{"count":75,"covered":70,"percent":93.333333333333329},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":33,"notcovered":3,"percent":91.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift","mcdc_records":[],"segments":[[8,54,1,true,true,false],[12,50,26,true,true,false],[14,10,1,true,true,false],[17,34,10,true,true,false],[19,10,1,true,true,false],[22,27,20,true,true,false],[24,10,1,true,true,false],[46,20,1,true,false,false],[47,6,0,false,false,false],[158,57,0,true,true,false],[160,6,0,false,false,false],[163,57,0,true,true,false],[164,45,0,true,true,false],[164,49,0,true,false,false],[165,6,0,false,false,false],[168,74,0,true,true,false],[170,6,0,false,false,false],[183,46,0,true,true,false],[184,20,0,true,true,false],[184,24,0,true,false,false],[185,13,0,true,true,false],[186,44,0,true,false,false],[187,13,0,true,true,false],[188,45,0,true,false,false],[189,13,0,true,true,false],[190,46,0,true,false,false],[191,13,0,true,true,false],[192,47,0,true,false,false],[193,13,0,true,true,false],[194,69,0,true,false,false],[195,13,0,true,true,false],[196,59,0,true,false,false],[197,14,0,true,true,false],[198,10,0,false,false,false],[204,74,12,true,true,false],[211,12,12,true,true,false],[211,32,12,true,false,false],[211,33,1,true,true,false],[213,10,12,true,false,false],[214,12,12,true,true,false],[214,33,12,true,false,false],[214,34,1,true,true,false],[216,10,12,true,false,false],[219,12,12,true,true,false],[219,27,12,true,false,false],[219,28,2,true,true,false],[221,10,10,true,true,false],[224,12,10,true,true,false],[224,37,10,true,false,false],[224,38,2,true,true,false],[226,10,10,true,false,false],[230,35,14,true,true,false],[231,16,14,true,true,false],[231,44,14,true,false,false],[231,45,2,true,true,false],[233,14,14,true,false,false],[234,10,10,true,true,false],[239,12,10,true,true,false],[239,47,10,true,false,false],[239,48,2,true,true,false],[241,10,10,true,false,false],[243,22,12,true,false,false],[244,6,0,false,false,false],[247,58,76,true,true,false],[251,12,76,true,true,false],[251,48,76,true,false,false],[251,49,52,true,true,false],[253,10,24,true,true,false],[256,12,24,true,true,false],[256,41,24,true,false,false],[256,42,14,true,true,false],[258,10,10,true,true,false],[261,12,10,true,true,false],[261,33,10,true,false,false],[261,34,0,true,true,false],[263,10,10,true,true,false],[266,12,10,true,true,false],[266,37,10,true,false,false],[266,38,0,true,true,false],[268,10,10,true,true,false],[270,21,76,true,false,false],[271,6,0,false,false,false],[274,71,10,true,true,false],[277,75,0,true,true,false],[277,91,10,true,true,false],[279,67,0,true,true,false],[281,72,0,true,true,false],[284,14,0,true,true,false],[285,10,10,true,true,false],[286,21,10,true,false,false],[287,6,0,false,false,false],[290,78,0,true,true,false],[292,75,0,true,true,false],[292,89,0,true,true,false],[296,9,0,true,true,false],[298,16,0,true,true,false],[298,55,0,true,false,false],[298,56,0,true,true,false],[300,14,0,true,true,false],[301,10,0,true,true,false],[302,19,0,true,false,false],[303,6,0,false,false,false],[306,68,22,true,true,false],[309,40,121,true,true,false],[310,16,121,true,true,false],[310,37,121,true,false,false],[310,38,12,true,true,false],[313,14,109,true,true,false],[314,10,10,true,true,false],[316,31,22,true,false,false],[317,6,0,false,false,false],[320,63,14,true,true,false],[322,18,26,true,true,false],[322,61,14,true,false,false],[323,21,26,true,true,false],[323,36,14,true,false,false],[324,6,0,false,false,false],[327,62,43,true,true,false],[331,51,8,true,true,false],[333,10,35,true,true,false],[336,12,35,true,true,false],[336,48,35,true,false,false],[336,49,28,true,true,false],[338,10,7,true,true,false],[341,26,43,true,false,false],[342,6,0,false,false,false],[354,27,8,true,true,false],[357,67,5,true,true,false],[357,89,8,true,false,false],[357,90,6,true,true,false],[359,16,6,true,true,false],[359,53,6,true,false,false],[359,54,3,true,true,false],[361,14,3,true,true,false],[362,10,5,true,true,false],[364,19,8,true,false,false],[365,6,0,false,false,false],[375,28,3,true,true,false],[379,12,3,true,true,false],[379,26,3,true,false,false],[379,92,1,true,true,false],[381,10,3,true,false,false],[384,6,0,false,false,false],[394,34,0,true,true,false],[395,20,0,true,true,false],[395,24,0,true,false,false],[396,13,0,true,true,false],[396,32,0,true,false,false],[397,13,0,true,true,false],[397,54,0,true,false,false],[398,14,0,true,true,false],[399,10,0,false,false,false],[402,41,0,true,true,false],[403,20,0,true,true,false],[403,24,0,true,false,false],[404,13,0,true,true,false],[404,32,0,true,false,false],[405,13,0,true,true,false],[405,46,0,true,false,false],[406,14,0,true,true,false],[407,10,0,false,false,false],[410,38,0,true,true,false],[411,20,0,true,true,false],[411,24,0,true,false,false],[412,13,0,true,true,false],[412,27,0,true,false,false],[413,13,0,true,true,false],[413,50,0,true,false,false],[414,14,0,true,true,false],[415,10,0,false,false,false],[421,82,0,true,true,false],[424,12,0,true,true,false],[424,30,0,true,false,false],[424,31,0,true,true,false],[426,59,0,true,true,false],[426,80,0,true,false,false],[427,39,0,true,true,false],[427,51,0,true,false,false],[429,10,0,true,true,false],[434,37,0,true,true,false],[436,17,0,true,true,false],[436,62,0,true,false,false],[437,16,0,true,true,false],[437,23,0,true,false,false],[437,24,0,true,true,false],[439,14,0,true,false,false],[440,10,0,true,true,false],[443,63,0,true,true,false],[445,10,0,true,true,false],[448,71,0,true,true,false],[448,96,0,true,false,false],[448,97,0,true,true,false],[450,10,0,true,true,false],[453,80,0,true,true,false],[454,16,0,true,true,false],[454,41,0,true,true,false],[455,53,0,true,true,false],[455,78,0,true,true,false],[456,29,0,true,false,false],[457,16,0,true,true,false],[459,14,0,true,false,false],[460,10,0,true,true,false],[463,31,0,true,true,false],[464,16,0,true,true,false],[464,40,0,true,false,false],[464,41,0,true,true,false],[466,14,0,true,true,false],[467,73,0,true,false,false],[468,15,0,true,true,false],[468,27,0,true,false,false],[469,6,0,false,false,false],[474,68,6,true,true,false],[477,12,6,true,true,false],[477,30,6,true,false,false],[477,31,1,true,true,false],[479,10,5,true,true,false],[484,63,230,true,true,false],[486,10,5,true,true,false],[489,71,21,true,true,false],[489,96,5,true,false,false],[489,97,585,true,true,false],[491,10,5,true,true,false],[494,80,340,true,true,false],[495,16,340,true,true,false],[495,41,31,true,true,false],[495,64,340,true,false,false],[495,66,0,true,true,false],[497,14,340,true,false,false],[498,10,5,true,true,false],[501,31,27,true,true,false],[502,16,27,true,true,false],[502,40,27,true,false,false],[502,41,4,true,true,false],[504,14,23,true,true,false],[505,33,27,true,false,false],[506,10,5,true,false,false],[506,15,21,true,true,false],[506,20,5,true,false,false],[506,21,6,true,false,false],[507,6,0,false,false,false],[512,70,3,true,true,false],[516,51,1,true,true,false],[518,10,2,true,true,false],[522,33,3,true,false,false],[523,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":18,"percent":51.428571428571423},"instantiations":{"count":35,"covered":18,"percent":51.428571428571423},"lines":{"count":355,"covered":224,"percent":63.098591549295776},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":154,"covered":83,"notcovered":71,"percent":53.896103896103895}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift","mcdc_records":[],"segments":[[12,20,0,true,true,false],[12,32,0,false,false,false],[14,29,0,true,true,false],[15,16,0,true,true,false],[15,20,0,true,false,false],[16,9,0,true,true,false],[16,35,0,true,false,false],[17,9,0,true,true,false],[17,27,0,true,false,false],[18,9,0,true,true,false],[18,36,0,true,false,false],[19,9,0,true,true,false],[19,29,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[39,50,0,true,true,false],[40,16,0,true,true,false],[40,34,0,true,false,false],[41,9,0,true,true,false],[41,48,0,true,false,false],[42,9,0,true,true,false],[42,66,0,true,false,false],[43,9,0,true,true,false],[43,21,0,true,false,false],[44,10,0,true,true,false],[45,6,0,false,false,false],[78,92,0,true,true,false],[79,16,0,true,true,false],[79,25,0,true,false,false],[80,9,0,true,true,false],[81,33,0,true,false,false],[82,9,0,true,true,false],[83,41,0,true,true,false],[83,65,0,true,true,false],[87,65,0,true,false,false],[89,6,0,false,false,false],[118,31,0,true,true,false],[118,56,0,false,false,false],[119,33,0,true,true,false],[119,60,0,false,false,false],[120,29,0,true,true,false],[120,52,0,false,false,false],[121,31,0,true,true,false],[121,56,0,false,false,false],[122,32,0,true,true,false],[122,58,0,false,false,false],[123,34,0,true,true,false],[123,62,0,false,false,false],[126,31,0,true,true,false],[128,6,0,false,false,false],[173,50,0,true,true,false],[174,19,0,true,true,false],[174,34,0,true,false,false],[175,6,0,false,false,false],[450,23,0,true,true,false],[455,16,0,true,true,false],[455,25,0,true,false,false],[456,9,0,true,true,false],[457,91,0,true,false,false],[458,9,0,true,true,false],[459,73,0,true,false,false],[460,9,0,true,true,false],[461,86,0,true,false,false],[462,9,0,true,true,false],[463,42,0,true,false,false],[464,10,0,true,true,false],[472,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":64,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift","mcdc_records":[],"segments":[[30,7,1199,true,true,false],[37,6,0,false,false,false],[65,36,0,true,true,false],[66,16,0,true,true,false],[66,20,0,true,false,false],[67,9,0,true,true,false],[67,38,0,true,false,false],[68,9,0,true,true,false],[68,31,0,true,false,false],[69,10,0,true,true,false],[70,6,0,false,false,false],[73,36,0,true,true,false],[74,16,0,true,true,false],[74,20,0,true,false,false],[75,9,0,true,true,false],[75,65,0,true,false,false],[76,9,0,true,true,false],[76,54,0,true,false,false],[77,10,0,true,true,false],[78,6,0,false,false,false],[81,37,0,true,true,false],[82,16,0,true,true,false],[82,20,0,true,false,false],[83,9,0,true,true,false],[83,44,0,true,false,false],[84,9,0,true,true,false],[84,37,0,true,false,false],[85,10,0,true,true,false],[86,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":1,"percent":25},"instantiations":{"count":4,"covered":1,"percent":25},"lines":{"count":26,"covered":8,"percent":30.76923076923077},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":1,"notcovered":15,"percent":6.25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift","mcdc_records":[],"segments":[[26,7,1203,true,true,false],[32,6,0,false,false,false],[65,41,0,true,true,false],[66,16,0,true,true,false],[66,20,0,true,false,false],[67,9,0,true,true,false],[68,43,0,true,false,false],[69,9,0,true,true,false],[70,48,0,true,false,false],[71,9,0,true,true,false],[72,49,0,true,false,false],[73,9,0,true,true,false],[74,15,0,true,false,false],[75,10,0,true,true,false],[76,6,0,false,false,false],[98,7,2,true,true,false],[105,6,0,false,false,false],[116,47,138,true,true,false],[117,72,138,true,true,false],[118,80,138,true,true,false],[118,84,0,true,true,false],[118,87,138,true,false,false],[119,80,138,true,true,false],[119,84,0,true,true,false],[119,87,138,true,false,false],[120,93,138,true,true,false],[120,97,0,true,true,false],[120,102,138,true,false,false],[121,90,138,true,true,false],[121,94,0,true,true,false],[121,95,138,true,false,false],[122,92,138,true,true,false],[122,96,0,true,true,false],[122,99,138,true,false,false],[123,94,138,true,true,false],[123,98,0,true,true,false],[123,101,138,true,false,false],[124,6,0,false,false,false],[126,52,152,true,true,false],[128,60,152,true,true,false],[129,60,152,true,true,false],[130,72,152,true,true,false],[131,70,152,true,true,false],[132,62,152,true,true,false],[133,64,152,true,true,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":4,"percent":36.363636363636367},"instantiations":{"count":11,"covered":4,"percent":36.363636363636367},"lines":{"count":51,"covered":33,"percent":64.705882352941174},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":17,"notcovered":13,"percent":56.666666666666664}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift","mcdc_records":[],"segments":[[18,85,8,true,true,false],[19,16,8,true,true,false],[19,26,8,true,false,false],[21,9,1,true,true,false],[21,31,8,true,false,false],[22,9,1,true,true,false],[22,31,8,true,false,false],[23,9,0,true,true,false],[23,31,8,true,false,false],[24,9,0,true,true,false],[24,31,8,true,false,false],[25,9,0,true,true,false],[25,31,8,true,false,false],[26,9,0,true,true,false],[26,31,8,true,false,false],[27,9,0,true,true,false],[27,31,8,true,false,false],[28,9,0,true,true,false],[28,31,8,true,false,false],[29,9,0,true,true,false],[29,31,8,true,false,false],[30,9,0,true,true,false],[30,31,8,true,false,false],[31,9,0,true,true,false],[31,32,8,true,false,false],[32,9,0,true,true,false],[32,32,8,true,false,false],[33,9,0,true,true,false],[33,34,8,true,false,false],[35,9,1,true,true,false],[35,33,8,true,false,false],[36,9,1,true,true,false],[36,31,8,true,false,false],[37,9,0,true,true,false],[37,31,8,true,false,false],[38,9,0,true,true,false],[38,31,8,true,false,false],[39,9,0,true,true,false],[39,31,8,true,false,false],[40,9,0,true,true,false],[40,31,8,true,false,false],[41,9,0,true,true,false],[41,31,8,true,false,false],[42,9,0,true,true,false],[42,31,8,true,false,false],[43,9,0,true,true,false],[43,31,8,true,false,false],[44,9,0,true,true,false],[44,31,8,true,false,false],[45,9,0,true,true,false],[45,32,8,true,false,false],[46,9,0,true,true,false],[46,32,8,true,false,false],[47,9,0,true,true,false],[47,32,8,true,false,false],[48,9,0,true,true,false],[48,33,8,true,false,false],[50,9,1,true,true,false],[50,33,8,true,false,false],[51,9,1,true,true,false],[51,30,8,true,false,false],[52,9,0,true,true,false],[52,30,8,true,false,false],[53,9,0,true,true,false],[53,30,8,true,false,false],[54,9,0,true,true,false],[54,30,8,true,false,false],[55,9,0,true,true,false],[55,30,8,true,false,false],[56,9,0,true,true,false],[56,30,8,true,false,false],[57,9,0,true,true,false],[57,31,8,true,false,false],[58,9,0,true,true,false],[58,31,8,true,false,false],[59,9,0,true,true,false],[59,31,8,true,false,false],[60,9,0,true,true,false],[60,32,8,true,false,false],[61,9,0,true,true,false],[61,32,8,true,false,false],[65,9,0,true,true,false],[65,34,8,true,false,false],[66,9,0,true,true,false],[66,34,8,true,false,false],[68,9,1,true,true,false],[68,33,8,true,false,false],[69,9,1,true,true,false],[69,32,8,true,false,false],[70,9,0,true,true,false],[70,30,8,true,false,false],[71,9,0,true,true,false],[71,30,8,true,false,false],[72,9,0,true,true,false],[72,30,8,true,false,false],[73,9,0,true,true,false],[73,30,8,true,false,false],[74,9,0,true,true,false],[74,31,8,true,false,false],[75,9,0,true,true,false],[75,31,8,true,false,false],[76,9,0,true,true,false],[76,31,8,true,false,false],[77,9,0,true,true,false],[77,31,8,true,false,false],[78,9,0,true,true,false],[78,32,8,true,false,false],[79,9,0,true,true,false],[79,32,8,true,false,false],[80,9,0,true,true,false],[80,34,8,true,false,false],[83,9,0,true,true,false],[83,34,8,true,false,false],[85,9,0,true,true,false],[85,33,8,true,false,false],[86,9,0,true,true,false],[86,33,8,true,false,false],[87,9,0,true,true,false],[87,33,8,true,false,false],[88,9,0,true,true,false],[88,33,8,true,false,false],[89,9,0,true,true,false],[89,33,8,true,false,false],[90,9,0,true,true,false],[90,33,8,true,false,false],[91,9,0,true,true,false],[91,34,8,true,false,false],[93,9,0,true,true,false],[93,42,8,true,false,false],[94,9,0,true,true,false],[94,42,8,true,false,false],[95,9,0,true,true,false],[95,41,8,true,false,false],[96,9,0,true,true,false],[96,42,8,true,false,false],[97,9,0,true,true,false],[97,41,8,true,false,false],[98,9,0,true,true,false],[98,41,8,true,false,false],[99,9,0,true,true,false],[99,41,8,true,false,false],[100,9,0,true,true,false],[100,42,8,true,false,false],[101,9,0,true,true,false],[101,42,8,true,false,false],[102,9,0,true,true,false],[102,43,8,true,false,false],[103,9,0,true,true,false],[103,45,8,true,false,false],[104,9,0,true,true,false],[104,45,8,true,false,false],[106,9,0,true,true,false],[106,35,8,true,false,false],[107,9,0,true,true,false],[107,35,8,true,false,false],[108,9,0,true,true,false],[108,35,8,true,false,false],[109,9,0,true,true,false],[109,35,8,true,false,false],[111,9,0,true,true,false],[111,36,8,true,false,false],[112,9,0,true,true,false],[112,36,8,true,false,false],[113,9,0,true,true,false],[113,35,8,true,false,false],[114,9,0,true,true,false],[114,36,8,true,false,false],[116,9,0,true,true,false],[116,44,8,true,false,false],[117,9,0,true,true,false],[118,16,8,true,false,false],[119,10,8,true,true,false],[120,6,0,false,false,false],[123,140,0,true,true,false],[125,53,0,true,true,false],[125,75,0,true,false,false],[125,77,0,true,true,false],[127,10,0,true,true,false],[129,46,0,true,false,false],[130,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":1,"percent":33.333333333333329},"instantiations":{"count":3,"covered":1,"percent":33.333333333333329},"lines":{"count":112,"covered":102,"percent":91.071428571428569},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":11,"notcovered":80,"percent":12.087912087912088}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift","mcdc_records":[],"segments":[[13,25,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[15,23,0,true,false,false],[16,9,0,true,true,false],[16,34,0,true,false,false],[17,9,0,true,true,false],[17,42,0,true,false,false],[18,9,0,true,true,false],[18,34,0,true,false,false],[19,9,0,true,true,false],[19,64,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[23,24,0,true,true,false],[24,16,0,true,true,false],[24,20,0,true,false,false],[25,9,0,true,true,false],[25,36,0,true,false,false],[26,9,0,true,true,false],[26,22,0,true,false,false],[27,10,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":15,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift","mcdc_records":[],"segments":[[34,7,205837,true,true,false],[43,6,0,false,false,false],[46,35,15702,true,true,false],[47,33,15683,true,true,false],[47,50,15702,true,false,false],[48,6,0,false,false,false],[54,47,10881,true,true,false],[55,72,10881,true,true,false],[56,65,0,true,true,false],[56,71,10881,true,false,false],[57,66,10881,true,true,false],[58,68,10881,true,true,false],[59,91,10881,true,true,false],[60,85,10881,true,true,false],[61,87,10881,true,true,false],[62,85,9845,true,true,false],[62,90,10881,true,false,false],[63,90,10881,true,true,false],[64,6,0,false,false,false],[66,52,12018,true,true,false],[68,46,12018,true,true,false],[69,52,12018,true,true,false],[70,54,12018,true,true,false],[71,77,12018,true,true,false],[72,71,12018,true,true,false],[73,73,12018,true,true,false],[74,12,12018,true,true,false],[74,24,12018,true,false,false],[74,25,1141,true,true,false],[75,70,1141,true,true,false],[76,10,12018,true,true,false],[77,67,12018,true,true,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":6,"percent":85.714285714285708},"instantiations":{"count":7,"covered":6,"percent":85.714285714285708},"lines":{"count":40,"covered":39,"percent":97.5},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":24,"notcovered":1,"percent":96}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift","mcdc_records":[],"segments":[[6,27,33,true,true,false],[6,34,0,false,false,false],[11,87,33,true,true,false],[15,6,0,false,false,false],[18,38,3,true,true,false],[19,16,3,true,true,false],[19,27,3,true,false,false],[20,9,0,true,true,false],[21,42,0,true,true,false],[21,44,3,true,false,false],[22,9,3,true,true,false],[23,42,0,true,true,false],[23,44,3,true,false,false],[24,9,0,true,true,false],[25,22,0,true,true,false],[25,37,0,true,false,false],[25,65,3,true,false,false],[26,10,3,true,true,false],[27,6,0,false,false,false],[30,45,0,true,true,false],[31,40,0,true,true,false],[31,62,0,true,false,false],[33,6,0,false,false,false],[36,30,0,true,true,false],[38,6,0,false,false,false],[48,100,33,true,true,false],[53,6,0,false,false,false],[56,38,3,true,true,false],[59,12,3,true,true,false],[59,40,3,true,false,false],[59,41,0,true,true,false],[59,60,3,true,false,false],[60,12,3,true,true,false],[60,39,3,true,false,false],[60,40,0,true,true,false],[60,59,3,true,false,false],[61,12,3,true,true,false],[61,38,3,true,false,false],[61,39,0,true,true,false],[61,58,3,true,false,false],[62,12,3,true,true,false],[62,40,3,true,false,false],[62,41,0,true,true,false],[62,60,3,true,false,false],[65,41,3,true,true,false],[65,61,3,true,false,false],[67,9,0,true,true,false],[68,18,3,true,false,false],[69,9,0,true,true,false],[70,18,3,true,false,false],[71,9,0,true,true,false],[72,18,3,true,false,false],[73,9,0,true,true,false],[74,18,3,true,false,false],[75,9,0,true,true,false],[76,17,3,true,false,false],[77,9,0,true,true,false],[78,18,3,true,false,false],[80,9,0,true,true,false],[81,20,3,true,false,false],[82,9,0,true,true,false],[83,18,3,true,false,false],[84,9,0,true,true,false],[85,18,3,true,false,false],[86,9,0,true,true,false],[87,18,3,true,false,false],[88,9,0,true,true,false],[89,18,3,true,false,false],[90,9,0,true,true,false],[91,18,3,true,false,false],[93,9,0,true,true,false],[94,18,3,true,false,false],[95,9,0,true,true,false],[96,18,3,true,false,false],[97,9,0,true,true,false],[98,18,3,true,false,false],[99,9,0,true,true,false],[100,18,3,true,false,false],[102,9,0,true,true,false],[103,18,3,true,false,false],[104,9,0,true,true,false],[105,18,3,true,false,false],[106,9,0,true,true,false],[107,18,3,true,false,false],[108,9,0,true,true,false],[109,18,3,true,false,false],[111,9,0,true,true,false],[113,33,3,true,false,false],[115,9,0,true,true,false],[116,19,3,true,false,false],[117,9,0,true,true,false],[118,19,3,true,false,false],[119,9,0,true,true,false],[120,19,3,true,false,false],[121,9,0,true,true,false],[122,19,3,true,false,false],[123,9,0,true,true,false],[124,19,3,true,false,false],[125,9,0,true,true,false],[126,18,3,true,false,false],[127,9,0,true,true,false],[128,18,3,true,false,false],[129,9,0,true,true,false],[130,18,3,true,false,false],[131,9,0,true,true,false],[132,18,3,true,false,false],[133,9,0,true,true,false],[134,18,3,true,false,false],[135,9,0,true,true,false],[136,18,3,true,false,false],[137,9,0,true,true,false],[138,20,3,true,false,false],[139,9,0,true,true,false],[140,20,3,true,false,false],[141,9,0,true,true,false],[142,19,3,true,false,false],[144,9,0,true,true,false],[145,18,3,true,false,false],[146,9,0,true,true,false],[147,18,3,true,false,false],[148,9,0,true,true,false],[149,35,3,true,false,false],[151,9,0,true,true,false],[152,40,3,true,false,false],[153,9,3,true,true,false],[155,34,3,true,true,false],[155,54,3,true,false,false],[155,57,0,true,true,false],[155,64,3,true,false,false],[156,10,3,true,true,false],[158,22,3,true,false,false],[159,6,0,false,false,false],[162,45,0,true,true,false],[165,12,0,true,true,false],[165,40,0,true,false,false],[165,41,0,true,true,false],[165,68,0,true,false,false],[166,12,0,true,true,false],[166,39,0,true,false,false],[166,40,0,true,true,false],[166,66,0,true,false,false],[167,12,0,true,true,false],[167,38,0,true,false,false],[167,39,0,true,true,false],[167,64,0,true,false,false],[168,12,0,true,true,false],[168,40,0,true,false,false],[168,41,0,true,true,false],[168,68,0,true,false,false],[172,12,0,true,true,false],[172,28,0,true,false,false],[172,29,0,true,true,false],[174,10,0,true,false,false],[174,45,0,true,true,false],[177,10,0,true,false,false],[177,16,0,true,true,false],[180,10,0,true,false,false],[181,6,0,false,false,false],[188,34,61,true,true,false],[190,6,0,false,false,false],[198,45,0,true,true,false],[201,12,0,true,true,false],[201,47,0,true,false,false],[201,48,0,true,true,false],[201,78,0,true,false,false],[202,12,0,true,true,false],[202,49,0,true,false,false],[202,50,0,true,true,false],[202,79,0,true,false,false],[203,12,0,true,true,false],[203,45,0,true,false,false],[203,46,0,true,true,false],[203,74,0,true,false,false],[204,12,0,true,true,false],[204,47,0,true,false,false],[204,48,0,true,true,false],[204,78,0,true,false,false],[207,6,0,false,false,false],[210,35,0,true,true,false],[212,6,0,false,false,false],[221,36,0,true,true,false],[222,16,0,true,true,false],[222,20,0,true,false,false],[223,9,0,true,true,false],[223,31,0,true,false,false],[224,9,0,true,true,false],[224,30,0,true,false,false],[225,9,0,true,true,false],[225,35,0,true,false,false],[226,10,0,true,true,false],[227,6,0,false,false,false],[229,31,0,true,true,false],[230,16,0,true,true,false],[230,20,0,true,false,false],[231,9,0,true,true,false],[231,28,0,true,false,false],[232,9,0,true,true,false],[232,27,0,true,false,false],[233,9,0,true,true,false],[233,30,0,true,false,false],[234,10,0,true,true,false],[235,6,0,false,false,false],[237,36,0,true,true,false],[238,16,0,true,true,false],[238,20,0,true,false,false],[239,9,0,true,true,false],[239,45,0,true,false,false],[240,9,0,true,true,false],[240,62,0,true,false,false],[241,9,0,true,true,false],[241,60,0,true,false,false],[242,10,0,true,true,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":6,"percent":33.333333333333329},"instantiations":{"count":18,"covered":6,"percent":33.333333333333329},"lines":{"count":194,"covered":87,"percent":44.845360824742272},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":110,"covered":17,"notcovered":93,"percent":15.454545454545453}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift","mcdc_records":[],"segments":[[22,7,0,true,true,false],[26,32,0,true,true,false],[26,51,0,true,false,false],[30,6,0,false,false,false],[37,7,0,true,true,false],[41,32,0,true,true,false],[41,51,0,true,false,false],[43,39,0,true,true,false],[43,41,0,true,false,false],[45,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift","mcdc_records":[],"segments":[[14,85,0,true,true,false],[15,16,0,true,true,false],[15,26,0,true,false,false],[18,9,0,true,true,false],[18,31,0,true,false,false],[19,9,0,true,true,false],[19,31,0,true,false,false],[20,9,0,true,true,false],[20,31,0,true,false,false],[21,9,0,true,true,false],[21,31,0,true,false,false],[22,9,0,true,true,false],[22,31,0,true,false,false],[23,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[24,37,0,true,false,false],[26,9,0,true,true,false],[26,37,0,true,false,false],[27,9,0,true,true,false],[27,32,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,9,0,true,true,false],[29,32,0,true,false,false],[30,9,0,true,true,false],[30,32,0,true,false,false],[31,9,0,true,true,false],[31,32,0,true,false,false],[32,9,0,true,true,false],[32,32,0,true,false,false],[35,9,0,true,true,false],[35,33,0,true,false,false],[36,9,0,true,true,false],[36,31,0,true,false,false],[37,9,0,true,true,false],[37,31,0,true,false,false],[38,9,0,true,true,false],[38,31,0,true,false,false],[39,9,0,true,true,false],[39,31,0,true,false,false],[40,9,0,true,true,false],[40,31,0,true,false,false],[41,9,0,true,true,false],[41,25,0,true,false,false],[43,9,0,true,true,false],[43,32,0,true,false,false],[44,9,0,true,true,false],[44,32,0,true,false,false],[45,9,0,true,true,false],[45,32,0,true,false,false],[46,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[47,32,0,true,false,false],[48,9,0,true,true,false],[48,33,0,true,false,false],[49,9,0,true,true,false],[49,26,0,true,false,false],[52,9,0,true,true,false],[52,33,0,true,false,false],[53,9,0,true,true,false],[53,30,0,true,false,false],[54,9,0,true,true,false],[54,30,0,true,false,false],[55,9,0,true,true,false],[55,30,0,true,false,false],[56,9,0,true,true,false],[56,30,0,true,false,false],[57,9,0,true,true,false],[57,30,0,true,false,false],[58,9,0,true,true,false],[58,25,0,true,false,false],[60,9,0,true,true,false],[60,33,0,true,false,false],[61,9,0,true,true,false],[61,33,0,true,false,false],[63,9,0,true,true,false],[63,34,0,true,false,false],[64,9,0,true,true,false],[64,34,0,true,false,false],[66,9,0,true,true,false],[66,31,0,true,false,false],[67,9,0,true,true,false],[67,32,0,true,false,false],[68,9,0,true,true,false],[68,32,0,true,false,false],[69,9,0,true,true,false],[69,32,0,true,false,false],[70,9,0,true,true,false],[70,32,0,true,false,false],[71,9,0,true,true,false],[71,32,0,true,false,false],[72,9,0,true,true,false],[72,26,0,true,false,false],[75,9,0,true,true,false],[75,33,0,true,false,false],[76,9,0,true,true,false],[76,30,0,true,false,false],[77,9,0,true,true,false],[77,30,0,true,false,false],[78,9,0,true,true,false],[78,30,0,true,false,false],[79,9,0,true,true,false],[79,30,0,true,false,false],[80,9,0,true,true,false],[80,31,0,true,false,false],[82,9,0,true,true,false],[82,33,0,true,false,false],[84,9,0,true,true,false],[84,34,0,true,false,false],[86,9,0,true,true,false],[86,32,0,true,false,false],[87,9,0,true,true,false],[87,32,0,true,false,false],[88,9,0,true,true,false],[88,32,0,true,false,false],[89,9,0,true,true,false],[89,32,0,true,false,false],[90,9,0,true,true,false],[90,32,0,true,false,false],[91,9,0,true,true,false],[91,34,0,true,false,false],[94,9,0,true,true,false],[94,36,0,true,false,false],[95,9,0,true,true,false],[95,31,0,true,false,false],[96,9,0,true,true,false],[96,33,0,true,false,false],[97,9,0,true,true,false],[97,34,0,true,false,false],[98,9,0,true,true,false],[98,34,0,true,false,false],[100,9,0,true,true,false],[100,35,0,true,false,false],[101,9,0,true,true,false],[101,35,0,true,false,false],[102,9,0,true,true,false],[102,34,0,true,false,false],[104,9,0,true,true,false],[104,34,0,true,false,false],[105,9,0,true,true,false],[105,35,0,true,false,false],[106,9,0,true,true,false],[106,36,0,true,false,false],[108,9,0,true,true,false],[108,35,0,true,false,false],[109,9,0,true,true,false],[109,35,0,true,false,false],[110,9,0,true,true,false],[110,32,0,true,false,false],[111,9,0,true,true,false],[111,32,0,true,false,false],[112,9,0,true,true,false],[112,37,0,true,false,false],[113,9,0,true,true,false],[114,16,0,true,false,false],[115,10,0,true,true,false],[116,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift","mcdc_records":[],"segments":[[23,79,2,true,true,false],[27,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":1,"percent":100},"instantiations":{"count":1,"covered":1,"percent":100},"lines":{"count":5,"covered":5,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift","mcdc_records":[],"segments":[[27,49,0,true,true,false],[27,51,0,false,false,false],[30,45,0,true,true,false],[30,51,0,false,false,false],[33,42,0,true,true,false],[33,47,0,false,false,false],[41,48,0,true,true,false],[45,16,0,true,true,false],[45,28,0,true,false,false],[46,9,0,true,true,false],[47,42,0,true,false,false],[48,9,0,true,true,false],[49,42,0,true,false,false],[50,9,0,true,true,false],[52,42,0,true,false,false],[53,10,0,true,true,false],[54,6,0,false,false,false],[57,45,0,true,true,false],[61,6,0,false,false,false],[64,29,0,true,true,false],[68,6,0,false,false,false],[71,18,0,true,true,false],[76,6,0,false,false,false],[81,52,0,true,true,false],[83,6,0,false,false,false],[86,33,0,true,true,false],[88,37,0,true,true,false],[88,63,0,true,false,false],[89,6,0,false,false,false],[92,38,0,true,true,false],[94,35,0,true,true,false],[94,61,0,true,false,false],[95,6,0,false,false,false],[102,101,0,true,true,false],[109,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift","mcdc_records":[],"segments":[[12,72,94,true,true,false],[13,44,60,true,true,false],[15,10,34,true,true,false],[16,12,34,true,true,false],[16,28,34,true,false,false],[16,29,0,true,true,false],[18,10,34,true,true,false],[19,19,94,true,false,false],[20,6,0,false,false,false],[22,79,0,true,true,false],[23,72,0,true,true,false],[23,81,0,true,false,false],[24,6,0,false,false,false],[60,52,4,true,true,false],[61,19,15,true,true,false],[61,34,4,true,false,false],[62,6,0,false,false,false],[194,66,36,true,true,false],[196,6,0,false,false,false],[199,65,1,true,true,false],[205,67,13,true,true,false],[207,10,1,true,true,false],[213,61,10,true,true,false],[215,10,1,true,true,false],[216,63,10,true,true,false],[218,10,1,true,true,false],[219,67,10,true,true,false],[221,10,1,true,true,false],[222,19,1,true,false,false],[223,6,0,false,false,false],[229,27,8,true,true,false],[231,55,80,true,true,false],[233,10,8,true,true,false],[234,57,80,true,true,false],[236,10,8,true,true,false],[237,61,80,true,true,false],[239,10,8,true,true,false],[240,19,8,true,false,false],[241,6,0,false,false,false],[258,81,0,true,true,false],[260,33,0,true,true,false],[260,38,0,true,false,false],[261,6,0,false,false,false],[263,106,0,true,true,false],[266,79,0,true,true,false],[266,83,0,true,false,false],[268,6,0,false,false,false],[274,17,0,true,true,false],[278,6,0,false,false,false],[280,80,0,true,true,false],[285,14,0,true,true,false],[287,10,0,true,true,false],[288,23,0,true,false,false],[289,6,0,false,false,false],[291,75,0,true,true,false],[296,14,0,true,true,false],[298,10,0,true,true,false],[299,23,0,true,false,false],[300,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":6,"percent":40},"instantiations":{"count":15,"covered":6,"percent":40},"lines":{"count":95,"covered":53,"percent":55.78947368421052},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":24,"notcovered":14,"percent":63.157894736842103}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift","mcdc_records":[],"segments":[[28,47,77,true,true,false],[29,72,77,true,true,false],[31,98,77,true,true,false],[31,99,72,true,true,false],[34,10,5,true,true,false],[36,113,5,true,true,false],[36,114,1,true,true,false],[39,10,4,true,true,false],[41,98,4,true,true,false],[41,99,1,true,true,false],[44,10,3,true,true,false],[46,89,3,true,true,false],[46,90,1,true,true,false],[49,10,2,true,true,false],[51,89,2,true,true,false],[51,90,3,true,true,false],[54,10,9223372036854775807,true,true,false],[60,10,77,true,false,false],[61,6,0,false,false,false],[63,52,87,true,true,false],[65,16,87,true,true,false],[65,20,87,true,false,false],[66,9,82,true,true,false],[67,62,87,true,false,false],[68,9,1,true,true,false],[69,72,87,true,false,false],[70,9,1,true,true,false],[71,56,87,true,false,false],[72,9,3,true,true,false],[73,56,87,true,false,false],[74,10,87,true,true,false],[75,6,0,false,false,false],[132,7,1240,true,true,false],[141,6,0,false,false,false],[144,30,2,true,true,false],[145,31,1,true,true,false],[145,50,2,true,false,false],[145,54,1,true,true,false],[145,68,2,true,false,false],[145,72,1,true,true,false],[145,87,2,true,false,false],[146,6,0,false,false,false],[160,61,17,true,true,false],[164,6,0,false,false,false],[167,30,3,true,true,false],[168,25,3,true,true,false],[168,40,2,true,true,false],[168,62,3,true,false,false],[169,6,0,false,false,false],[180,48,35,true,true,false],[183,6,0,false,false,false],[213,7,9,true,true,false],[217,23,3,true,true,false],[219,10,9,true,false,false],[219,16,6,true,true,false],[220,54,5,true,true,false],[220,59,6,true,false,false],[220,62,1,true,true,false],[220,67,6,true,false,false],[221,10,9,true,false,false],[222,6,0,false,false,false],[225,30,4,true,true,false],[227,6,0,false,false,false],[230,43,10,true,true,false],[231,16,10,true,true,false],[231,22,10,true,false,false],[232,9,6,true,true,false],[233,40,6,true,true,false],[234,33,16,true,true,false],[234,47,6,true,false,false],[235,14,0,true,true,false],[236,22,10,true,false,false],[237,9,4,true,true,false],[238,27,10,true,false,false],[240,6,0,false,false,false],[242,38,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[245,40,0,true,true,false],[247,14,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[251,40,0,true,true,false],[251,52,0,true,false,false],[251,55,0,true,true,false],[251,71,0,true,true,false],[251,87,0,true,false,false],[251,90,0,true,true,false],[251,94,0,true,false,false],[253,6,0,false,false,false],[255,43,5,true,true,false],[259,12,5,true,true,false],[259,27,5,true,false,false],[259,28,1,true,true,false],[261,10,5,true,false,false],[263,12,5,true,true,false],[263,27,5,true,false,false],[263,53,3,true,true,false],[264,92,2,true,true,false],[266,14,3,true,false,false],[267,10,5,true,false,false],[270,6,0,false,false,false],[278,82,5,true,true,false],[287,6,0,false,false,false],[292,104,8,true,true,false],[300,6,0,false,false,false],[329,7,13,true,true,false],[331,22,13,true,true,false],[331,37,13,true,false,false],[331,39,0,true,true,false],[331,79,13,true,false,false],[332,22,13,true,true,false],[332,37,13,true,false,false],[332,39,0,true,true,false],[332,77,13,true,false,false],[339,6,0,false,false,false],[342,30,3,true,true,false],[343,28,2,true,true,false],[343,43,3,true,false,false],[343,47,1,true,true,false],[343,60,3,true,false,false],[344,6,0,false,false,false],[348,34,3,true,true,false],[350,6,0,false,false,false],[357,117,3,true,true,false],[359,6,0,false,false,false],[362,135,1,true,true,false],[364,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":28,"percent":90.322580645161281},"instantiations":{"count":31,"covered":28,"percent":90.322580645161281},"lines":{"count":178,"covered":163,"percent":91.573033707865164},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":63,"notcovered":13,"percent":82.89473684210526}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift","mcdc_records":[],"segments":[[4,44,2,true,true,false],[39,46,24,true,true,false],[49,10,2,true,true,false],[73,50,28,true,true,false],[79,10,2,true,true,false],[94,47,28,true,true,false],[100,10,2,true,true,false],[116,50,26,true,true,false],[122,10,2,true,true,false],[136,50,24,true,true,false],[142,10,2,true,true,false],[174,52,14,true,true,false],[180,10,2,true,true,false],[216,10,2,true,false,false],[217,6,0,false,false,false],[223,45,2,true,true,false],[255,46,24,true,true,false],[265,10,2,true,true,false],[302,79,30,true,true,false],[309,10,2,true,true,false],[340,69,24,true,true,false],[347,10,2,true,true,false],[373,77,26,true,true,false],[380,10,2,true,true,false],[414,79,26,true,true,false],[421,10,2,true,true,false],[458,55,16,true,true,false],[464,10,2,true,true,false],[498,10,2,true,false,false],[499,6,0,false,false,false],[506,45,2,true,true,false],[538,46,24,true,true,false],[548,10,2,true,true,false],[571,50,28,true,true,false],[577,10,2,true,true,false],[592,47,28,true,true,false],[598,10,2,true,true,false],[614,50,26,true,true,false],[620,10,2,true,true,false],[639,53,26,true,true,false],[645,10,2,true,true,false],[675,52,14,true,true,false],[681,10,2,true,true,false],[714,10,2,true,false,false],[715,6,0,false,false,false],[724,47,2,true,true,false],[755,46,24,true,true,false],[765,10,2,true,true,false],[788,50,28,true,true,false],[794,10,2,true,true,false],[809,47,28,true,true,false],[815,10,2,true,true,false],[831,50,26,true,true,false],[837,10,2,true,true,false],[855,55,28,true,true,false],[861,10,2,true,true,false],[891,52,14,true,true,false],[897,10,2,true,true,false],[930,10,2,true,false,false],[931,6,0,false,false,false],[937,48,2,true,true,false],[968,46,24,true,true,false],[978,10,2,true,true,false],[1001,50,28,true,true,false],[1007,10,2,true,true,false],[1022,47,28,true,true,false],[1028,10,2,true,true,false],[1044,50,26,true,true,false],[1050,10,2,true,true,false],[1064,50,24,true,true,false],[1070,10,2,true,true,false],[1155,10,2,true,false,false],[1156,6,0,false,false,false],[1164,54,2,true,true,false],[1170,25,0,true,true,false],[1170,52,2,true,false,false],[1173,11,2,true,true,false],[1175,10,0,true,true,false],[1186,10,2,true,false,false],[1187,6,0,false,false,false],[1193,48,2,true,true,false],[1196,25,0,true,true,false],[1196,53,2,true,false,false],[1199,11,2,true,true,false],[1201,10,0,true,true,false],[1209,10,2,true,false,false],[1210,6,0,false,false,false],[1214,48,2,true,true,false],[1217,25,0,true,true,false],[1217,53,2,true,false,false],[1220,11,2,true,true,false],[1222,10,0,true,true,false],[1230,10,2,true,false,false],[1231,6,0,false,false,false],[1235,48,2,true,true,false],[1238,25,0,true,true,false],[1238,53,2,true,false,false],[1241,11,2,true,true,false],[1243,10,0,true,true,false],[1251,10,2,true,false,false],[1252,6,0,false,false,false],[1256,48,2,true,true,false],[1259,25,0,true,true,false],[1259,53,2,true,false,false],[1262,11,2,true,true,false],[1264,10,0,true,true,false],[1272,10,2,true,false,false],[1273,6,0,false,false,false],[1277,48,2,true,true,false],[1280,25,0,true,true,false],[1280,53,2,true,false,false],[1283,11,2,true,true,false],[1285,10,0,true,true,false],[1293,10,2,true,false,false],[1294,6,0,false,false,false],[1298,49,2,true,true,false],[1301,25,0,true,true,false],[1301,53,2,true,false,false],[1304,11,2,true,true,false],[1306,10,0,true,true,false],[1314,10,2,true,false,false],[1315,6,0,false,false,false],[1321,39,2,true,true,false],[1324,25,0,true,true,false],[1324,53,2,true,false,false],[1327,11,2,true,true,false],[1329,10,0,true,true,false],[1337,10,2,true,false,false],[1338,6,0,false,false,false],[1343,40,2,true,true,false],[1346,25,0,true,true,false],[1346,53,2,true,false,false],[1349,11,2,true,true,false],[1351,10,0,true,true,false],[1359,10,2,true,false,false],[1360,6,0,false,false,false],[1365,40,2,true,true,false],[1368,25,108,true,true,false],[1368,53,2,true,false,false],[1371,11,2,true,true,false],[1373,10,0,true,true,false],[1381,10,2,true,false,false],[1382,6,0,false,false,false],[1387,46,2,true,true,false],[1390,25,0,true,true,false],[1390,53,2,true,false,false],[1393,11,2,true,true,false],[1395,10,0,true,true,false],[1403,10,2,true,false,false],[1404,6,0,false,false,false],[1409,41,2,true,true,false],[1412,25,0,true,true,false],[1412,53,2,true,false,false],[1415,11,2,true,true,false],[1417,10,0,true,true,false],[1425,10,2,true,false,false],[1426,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":18,"percent":62.068965517241381},"instantiations":{"count":29,"covered":18,"percent":62.068965517241381},"lines":{"count":1363,"covered":1253,"percent":91.929567131327943},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":111,"covered":88,"notcovered":23,"percent":79.27927927927928}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift","mcdc_records":[],"segments":[[12,98,0,true,true,false],[18,6,0,false,false,false],[21,57,54,true,true,false],[29,25,2426,true,true,false],[34,10,54,true,true,false],[37,6,0,false,false,false],[81,48,24,true,true,false],[89,9,22,true,true,false],[91,10,2,true,true,false],[96,66,0,true,true,false],[98,133,0,true,true,false],[100,14,0,true,false,false],[100,20,0,true,true,false],[102,14,0,true,false,false],[105,86,0,true,true,false],[105,100,0,true,false,false],[106,13,0,true,true,false],[107,17,0,true,true,false],[107,55,0,true,false,false],[108,13,0,true,true,false],[109,17,0,true,true,false],[109,54,0,true,false,false],[110,14,0,true,true,false],[118,20,0,true,true,false],[120,14,0,true,true,false],[122,26,0,true,false,false],[123,10,2,true,false,false],[129,23,24,true,false,false],[130,6,0,false,false,false],[133,47,3,true,true,false],[138,6,0,false,false,false],[142,38,25,true,true,false],[144,6,0,false,false,false],[148,96,0,true,true,false],[155,6,0,false,false,false],[158,53,24,true,true,false],[159,19,138,true,true,false],[159,34,24,true,false,false],[160,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":6,"percent":54.54545454545454},"instantiations":{"count":11,"covered":6,"percent":54.54545454545454},"lines":{"count":125,"covered":80,"percent":64},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":10,"notcovered":13,"percent":43.478260869565219}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift","mcdc_records":[],"segments":[[26,20,0,true,true,false],[26,32,0,false,false,false],[28,29,0,true,true,false],[28,41,0,false,false,false],[59,34,0,true,true,false],[60,30,0,true,true,false],[60,45,0,true,false,false],[60,49,0,true,true,false],[60,69,0,true,false,false],[61,6,0,false,false,false],[77,7,2424,true,true,false],[91,6,0,false,false,false],[96,25,2426,true,true,false],[97,84,2400,true,true,false],[99,10,26,true,true,false],[105,41,2426,true,false,false],[106,6,0,false,false,false],[108,25,2426,true,true,false],[109,84,2400,true,true,false],[111,10,26,true,true,false],[117,42,2426,true,false,false],[118,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":3,"percent":37.5},"instantiations":{"count":8,"covered":3,"percent":37.5},"lines":{"count":44,"covered":37,"percent":84.090909090909093},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":7,"notcovered":5,"percent":58.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift","mcdc_records":[],"segments":[[32,44,52,true,true,false],[33,76,52,true,true,false],[36,78,52,true,true,false],[38,14,52,true,false,false],[38,20,0,true,true,false],[40,86,0,true,true,false],[40,95,0,true,false,false],[41,14,52,true,false,false],[44,82,52,true,true,false],[46,14,52,true,false,false],[46,101,0,true,true,false],[48,14,52,true,false,false],[48,20,0,true,true,false],[50,14,52,true,false,false],[52,97,52,true,true,false],[57,10,0,false,false,false],[73,28,0,true,true,false],[75,16,0,true,true,false],[75,38,0,true,false,false],[75,39,0,true,true,false],[77,14,0,true,false,false],[78,16,0,true,true,false],[78,38,0,true,true,false],[78,54,0,true,false,false],[78,55,0,true,true,false],[80,14,0,true,false,false],[81,16,0,true,true,false],[81,28,0,true,false,false],[81,29,0,true,true,false],[83,14,0,true,false,false],[85,10,0,false,false,false],[130,26,40,true,true,false],[131,12,40,true,true,false],[132,82,39,true,true,false],[133,76,1,true,true,false],[133,101,39,true,false,false],[133,107,1,true,true,false],[135,14,38,true,true,false],[139,48,1616,true,true,false],[143,83,1416,true,true,false],[147,18,1616,true,false,false],[147,76,198,true,true,false],[151,18,1616,true,false,false],[151,24,2,true,true,false],[154,18,1614,true,true,false],[161,40,1367,true,true,false],[161,43,1614,true,false,false],[162,41,1581,true,true,false],[162,44,1614,true,false,false],[163,43,1588,true,true,false],[163,46,1614,true,false,false],[171,14,38,true,true,false],[174,35,16,true,true,false],[174,42,38,true,false,false],[175,39,9,true,true,false],[175,48,38,true,false,false],[177,14,40,true,false,false],[178,17,1,true,true,false],[181,10,40,true,false,false],[182,6,0,false,false,false],[196,26,24,true,true,false],[197,94,0,true,true,false],[200,10,24,true,true,false],[201,58,0,true,true,false],[204,10,24,true,true,false],[205,109,24,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":9,"percent":75},"instantiations":{"count":12,"covered":9,"percent":75},"lines":{"count":111,"covered":85,"percent":76.576576576576571},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":26,"notcovered":14,"percent":65}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift","mcdc_records":[],"segments":[[55,57,2237,true,true,false],[56,16,2237,true,true,false],[56,20,2237,true,false,false],[57,9,10,true,true,false],[57,26,2237,true,false,false],[58,9,700,true,true,false],[58,28,2237,true,false,false],[59,9,554,true,true,false],[59,48,2237,true,false,false],[60,9,139,true,true,false],[60,40,2237,true,false,false],[61,9,138,true,true,false],[61,56,2237,true,false,false],[62,9,138,true,true,false],[62,40,2237,true,false,false],[63,9,140,true,true,false],[63,36,2237,true,false,false],[64,9,141,true,true,false],[64,44,2237,true,false,false],[65,9,139,true,true,false],[65,52,2237,true,false,false],[66,9,138,true,true,false],[66,42,2237,true,false,false],[67,10,2237,true,true,false],[68,6,0,false,false,false],[71,62,9,true,true,false],[72,53,7,true,true,false],[72,70,2,true,true,false],[73,19,9,true,false,false],[74,6,0,false,false,false],[77,58,9,true,true,false],[78,51,8,true,true,false],[78,68,1,true,true,false],[79,19,9,true,false,false],[80,6,0,false,false,false],[83,54,3,true,true,false],[84,49,2,true,true,false],[84,66,1,true,true,false],[85,19,3,true,false,false],[86,6,0,false,false,false],[89,70,0,true,true,false],[90,57,0,true,true,false],[90,74,0,true,true,false],[91,19,0,true,false,false],[92,6,0,false,false,false],[95,54,2792,true,true,false],[96,49,12,true,true,false],[96,66,2780,true,true,false],[97,19,2792,true,false,false],[98,6,0,false,false,false],[101,50,11,true,true,false],[102,47,8,true,true,false],[102,64,3,true,true,false],[103,19,11,true,false,false],[104,6,0,false,false,false],[107,66,6,true,true,false],[108,55,5,true,true,false],[108,72,1,true,true,false],[109,19,6,true,false,false],[110,6,0,false,false,false],[113,56,5,true,true,false],[114,50,5,true,true,false],[114,67,0,true,true,false],[115,19,5,true,false,false],[116,6,0,false,false,false],[121,65,3,true,true,false],[122,53,2,true,true,false],[126,10,3,true,false,false],[127,6,0,false,false,false],[130,68,2,true,true,false],[131,51,1,true,true,false],[135,10,2,true,false,false],[136,6,0,false,false,false],[139,69,2,true,true,false],[140,51,1,true,true,false],[144,10,2,true,false,false],[145,6,0,false,false,false],[148,82,2,true,true,false],[149,37,1,true,true,false],[151,10,2,true,false,false],[152,6,0,false,false,false],[155,98,0,true,true,false],[156,45,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[162,82,0,true,true,false],[163,37,0,true,true,false],[165,10,0,true,false,false],[166,6,0,false,false,false],[169,78,2,true,true,false],[170,35,1,true,true,false],[172,10,2,true,false,false],[173,6,0,false,false,false],[176,67,2,true,true,false],[177,55,1,true,true,false],[181,10,2,true,false,false],[182,6,0,false,false,false],[185,84,0,true,true,false],[186,38,0,true,true,false],[188,10,0,true,false,false],[189,6,0,false,false,false],[210,47,1116,true,true,false],[211,72,1116,true,true,false],[212,72,1116,true,true,false],[214,16,1116,true,true,false],[214,20,1116,true,false,false],[215,9,2,true,true,false],[216,25,1116,true,false,false],[217,9,350,true,true,false],[218,26,1116,true,false,false],[219,9,277,true,true,false],[220,66,277,true,true,false],[221,44,1116,true,false,false],[222,9,69,true,true,false],[223,62,69,true,true,false],[224,40,1116,true,false,false],[225,9,69,true,true,false],[226,70,69,true,true,false],[227,48,1116,true,false,false],[228,9,69,true,true,false],[229,62,69,true,true,false],[230,40,1116,true,false,false],[231,9,71,true,true,false],[232,60,71,true,true,false],[233,38,1116,true,false,false],[234,9,70,true,true,false],[235,64,70,true,true,false],[236,42,1116,true,false,false],[237,9,70,true,true,false],[238,68,70,true,true,false],[239,46,1116,true,false,false],[240,9,69,true,true,false],[241,63,69,true,true,false],[242,41,1116,true,false,false],[243,10,1116,true,true,false],[244,6,0,false,false,false],[246,52,1256,true,true,false],[249,16,1256,true,true,false],[249,20,1256,true,false,false],[250,9,27,true,true,false],[251,65,1256,true,false,false],[252,9,385,true,true,false],[253,66,1256,true,false,false],[254,9,305,true,true,false],[255,76,305,true,true,false],[256,43,1256,true,false,false],[257,9,76,true,true,false],[258,72,76,true,true,false],[259,43,1256,true,false,false],[260,9,76,true,true,false],[261,80,76,true,true,false],[262,43,1256,true,false,false],[263,9,76,true,true,false],[264,72,76,true,true,false],[265,43,1256,true,false,false],[266,9,78,true,true,false],[267,70,78,true,true,false],[268,43,1256,true,false,false],[269,9,80,true,true,false],[270,74,80,true,true,false],[271,43,1256,true,false,false],[272,9,77,true,true,false],[273,78,77,true,true,false],[274,43,1256,true,false,false],[275,9,76,true,true,false],[276,73,76,true,true,false],[277,43,1256,true,false,false],[278,10,1256,true,true,false],[279,6,0,false,false,false],[302,7,4800,true,true,false],[306,6,0,false,false,false],[337,7,1204,true,true,false],[343,6,0,false,false,false],[362,7,1207,true,true,false],[365,6,0,false,false,false],[368,45,8,true,true,false],[369,46,1,true,true,false],[369,60,7,true,true,false],[370,30,10,true,true,false],[370,45,8,true,false,false],[371,6,0,false,false,false],[374,47,4,true,true,false],[375,37,1,true,true,false],[375,39,4,true,false,false],[376,6,0,false,false,false],[389,36,0,true,true,false],[390,16,0,true,true,false],[390,20,0,true,false,false],[391,9,0,true,true,false],[391,33,0,true,false,false],[392,9,0,true,true,false],[392,45,0,true,false,false],[393,10,0,true,true,false],[394,6,0,false,false,false],[405,36,0,true,true,false],[406,16,0,true,true,false],[406,20,0,true,false,false],[407,9,0,true,true,false],[407,25,0,true,false,false],[408,9,0,true,true,false],[408,27,0,true,false,false],[409,10,0,true,true,false],[410,6,0,false,false,false],[413,36,0,true,true,false],[414,16,0,true,true,false],[414,20,0,true,false,false],[415,9,0,true,true,false],[415,61,0,true,false,false],[416,9,0,true,true,false],[416,67,0,true,false,false],[417,10,0,true,true,false],[418,6,0,false,false,false],[429,36,7,true,true,false],[430,16,7,true,true,false],[430,20,7,true,false,false],[431,9,1,true,true,false],[432,17,7,true,false,false],[433,9,2,true,true,false],[434,62,7,true,false,false],[435,9,2,true,true,false],[436,21,1,true,true,false],[436,65,7,true,false,false],[437,9,2,true,true,false],[438,21,1,true,true,false],[438,89,7,true,false,false],[439,10,7,true,true,false],[440,6,0,false,false,false],[443,28,28,true,true,false],[444,29,15,true,true,false],[444,44,13,true,true,false],[445,21,28,true,false,false],[446,6,0,false,false,false],[449,28,28,true,true,false],[450,29,11,true,true,false],[450,44,17,true,true,false],[451,21,28,true,false,false],[452,6,0,false,false,false],[455,31,30,true,true,false],[456,32,3,true,true,false],[456,47,27,true,true,false],[457,21,30,true,false,false],[458,6,0,false,false,false],[461,31,6,true,true,false],[462,32,3,true,true,false],[462,47,3,true,true,false],[463,21,6,true,false,false],[464,6,0,false,false,false],[467,37,102,true,true,false],[468,16,102,true,true,false],[468,20,102,true,false,false],[469,9,59,true,true,false],[470,59,59,true,true,false],[470,68,59,true,false,false],[470,71,0,true,true,false],[470,75,59,true,false,false],[471,57,102,true,false,false],[472,9,41,true,true,false],[474,52,102,true,false,false],[475,9,1,true,true,false],[476,51,102,true,false,false],[477,9,1,true,true,false],[478,51,102,true,false,false],[480,6,0,false,false,false],[495,7,28807,true,true,false],[500,6,0,false,false,false],[517,7,1202,true,true,false],[522,6,0,false,false,false],[525,57,1200,true,true,false],[527,6,0,false,false,false],[530,47,70,true,true,false],[531,72,70,true,true,false],[532,100,70,true,true,false],[533,107,70,true,true,false],[533,111,0,true,true,false],[533,116,70,true,false,false],[534,83,70,true,true,false],[535,82,70,true,true,false],[536,6,0,false,false,false],[543,54,1,true,true,false],[544,83,36,true,true,false],[544,97,1,true,false,false],[546,6,0,false,false,false],[582,62,3,true,true,false],[584,12,3,true,true,false],[584,27,3,true,false,false],[584,28,0,true,true,false],[584,41,3,true,true,false],[585,56,3,true,true,false],[587,10,0,true,true,false],[588,12,0,true,true,false],[588,43,0,true,false,false],[588,44,0,true,true,false],[590,10,0,true,true,false],[591,41,3,true,false,false],[592,6,0,false,false,false],[595,58,3,true,true,false],[597,59,0,true,true,false],[599,10,3,true,true,false],[600,50,3,true,false,false],[601,6,0,false,false,false],[605,58,1200,true,true,false],[650,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":40,"percent":83.333333333333343},"instantiations":{"count":48,"covered":40,"percent":83.333333333333343},"lines":{"count":347,"covered":303,"percent":87.319884726224785},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":177,"covered":144,"notcovered":33,"percent":81.355932203389841}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift","mcdc_records":[],"segments":[[10,105,126,true,true,false],[14,66,1197,true,true,false],[15,48,952,true,true,false],[19,48,949,true,true,false],[19,50,952,true,false,false],[20,14,1197,true,true,false],[21,10,126,true,true,false],[25,88,949,true,true,false],[31,10,126,true,true,false],[33,33,1,true,true,false],[33,62,126,true,false,false],[34,6,0,false,false,false],[39,77,1787,true,true,false],[44,32,8139,true,true,false],[49,45,4922,true,true,false],[51,14,3217,true,true,false],[54,62,30,true,true,false],[59,20,30,true,true,false],[59,48,30,true,false,false],[59,49,2,true,true,false],[61,18,30,true,false,false],[61,24,28,true,true,false],[63,18,30,true,false,false],[64,14,3217,true,false,false],[71,27,8139,true,false,false],[72,10,1787,true,false,false],[73,6,0,false,false,false],[80,23,3217,true,true,false],[84,44,19006,true,true,false],[89,16,19006,true,true,false],[89,48,19006,true,false,false],[89,49,5,true,true,false],[91,14,19001,true,true,false],[98,58,31,true,true,false],[98,108,19001,true,false,false],[99,52,15,true,true,false],[99,102,19001,true,false,false],[102,16,19001,true,true,false],[102,64,19001,true,false,false],[102,65,19001,true,true,false],[106,14,19001,true,false,false],[107,10,3217,true,true,false],[109,22,3217,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":124,"covered":124,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":27,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift","mcdc_records":[],"segments":[[63,57,5,true,true,false],[65,6,0,false,false,false],[85,7,21942,true,true,false],[101,6,0,false,false,false],[115,47,1109,true,true,false],[116,72,1109,true,true,false],[119,58,1109,true,true,false],[120,64,1109,true,true,false],[121,70,1109,true,true,false],[122,88,1109,true,true,false],[123,78,1109,true,true,false],[124,72,1109,true,true,false],[125,84,1109,true,true,false],[126,73,1109,true,true,false],[127,75,1109,true,true,false],[127,79,1,true,true,false],[127,81,1109,true,false,false],[128,100,1109,true,true,false],[128,104,1,true,true,false],[128,109,1109,true,false,false],[129,113,1109,true,true,false],[130,93,1109,true,true,false],[131,116,1109,true,true,false],[132,104,1109,true,true,false],[135,105,1108,true,true,false],[137,10,1109,true,false,false],[137,16,1,true,true,false],[139,123,1,true,true,false],[139,127,1,true,true,false],[139,132,1,true,false,false],[141,20,1,true,true,false],[141,38,1,true,false,false],[142,13,1,true,true,false],[143,38,1,true,false,false],[144,13,0,true,true,false],[145,39,1,true,false,false],[146,13,0,true,true,false],[147,99,0,true,true,false],[147,103,0,true,true,false],[147,105,0,true,false,false],[148,114,0,true,true,false],[148,118,0,true,true,false],[148,120,0,true,false,false],[149,105,0,true,true,false],[154,19,1,true,false,false],[155,13,0,true,true,false],[156,111,0,true,true,false],[156,115,0,true,true,false],[156,134,0,true,false,false],[157,53,1,true,false,false],[158,13,0,true,true,false],[160,82,1,true,false,false],[161,13,0,true,true,false],[163,66,1,true,false,false],[164,13,0,true,true,false],[166,62,1,true,false,false],[167,13,0,true,true,false],[168,99,0,true,true,false],[168,103,0,true,true,false],[168,105,0,true,false,false],[169,119,0,true,true,false],[170,111,0,true,true,false],[171,113,0,true,true,false],[174,63,0,true,true,false],[174,65,0,true,false,false],[175,65,0,true,true,false],[175,67,0,true,false,false],[178,19,1,true,false,false],[179,13,0,true,true,false],[180,103,0,true,true,false],[180,107,0,true,true,false],[180,109,0,true,false,false],[181,112,0,true,true,false],[185,19,1,true,false,false],[186,13,0,true,true,false],[188,80,1,true,false,false],[189,14,1,true,true,false],[190,10,1109,true,true,false],[191,6,0,false,false,false],[193,52,1249,true,true,false],[196,46,1249,true,true,false],[197,50,1249,true,true,false],[198,56,1249,true,true,false],[199,58,1249,true,true,false],[200,58,1249,true,true,false],[201,60,1249,true,true,false],[202,72,1249,true,true,false],[203,59,1249,true,true,false],[204,50,1249,true,true,false],[205,64,1249,true,true,false],[206,87,1249,true,true,false],[207,79,1249,true,true,false],[208,68,1249,true,true,false],[209,89,1249,true,true,false],[210,81,1249,true,true,false],[211,6,0,false,false,false],[218,44,121,true,true,false],[219,17,1187,true,true,false],[220,36,177,true,true,false],[220,55,1187,true,false,false],[220,58,1010,true,true,false],[220,60,1187,true,false,false],[221,10,121,true,false,false],[222,6,0,false,false,false],[229,66,0,true,true,false],[230,42,0,true,true,false],[230,68,0,true,false,false],[230,70,0,true,true,false],[232,10,0,true,false,false],[233,6,0,false,false,false],[238,27,1251,true,true,false],[239,38,2,true,true,false],[239,51,1249,true,true,false],[250,28,1251,true,false,false],[251,6,0,false,false,false],[261,36,0,true,true,false],[262,16,0,true,true,false],[262,20,0,true,false,false],[263,9,0,true,true,false],[263,35,0,true,false,false],[264,9,0,true,true,false],[264,25,0,true,false,false],[265,10,0,true,true,false],[266,6,0,false,false,false],[268,36,0,true,true,false],[269,16,0,true,true,false],[269,20,0,true,false,false],[270,9,0,true,true,false],[270,59,0,true,false,false],[271,9,0,true,true,false],[271,54,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[281,36,0,true,true,false],[282,16,0,true,true,false],[282,20,0,true,false,false],[283,9,0,true,true,false],[283,34,0,true,false,false],[284,9,0,true,true,false],[284,40,0,true,false,false],[285,10,0,true,true,false],[286,6,0,false,false,false],[288,36,0,true,true,false],[289,16,0,true,true,false],[289,20,0,true,false,false],[290,9,0,true,true,false],[290,91,0,true,false,false],[291,9,0,true,true,false],[291,71,0,true,false,false],[292,10,0,true,true,false],[293,6,0,false,false,false],[296,40,2,true,true,false],[297,34,1,true,true,false],[297,40,2,true,false,false],[297,43,1,true,true,false],[297,52,2,true,false,false],[298,6,0,false,false,false],[301,38,2,true,true,false],[303,6,0,false,false,false],[315,36,0,true,true,false],[316,16,0,true,true,false],[316,20,0,true,false,false],[317,9,0,true,true,false],[317,31,0,true,false,false],[318,9,0,true,true,false],[318,39,0,true,false,false],[319,9,0,true,true,false],[319,43,0,true,false,false],[320,9,0,true,true,false],[320,45,0,true,false,false],[321,9,0,true,true,false],[321,31,0,true,false,false],[322,9,0,true,true,false],[322,43,0,true,false,false],[323,10,0,true,true,false],[324,6,0,false,false,false],[354,35,5450,true,true,false],[355,16,5450,true,true,false],[355,20,5450,true,false,false],[356,9,2840,true,true,false],[356,27,5450,true,false,false],[357,9,1844,true,true,false],[357,32,5450,true,false,false],[358,9,766,true,true,false],[358,50,5450,true,false,false],[359,10,5450,true,true,false],[360,6,0,false,false,false],[362,36,276,true,true,false],[363,16,276,true,true,false],[363,20,276,true,false,false],[364,9,137,true,true,false],[364,27,276,true,false,false],[365,9,136,true,true,false],[365,39,276,true,false,false],[366,9,3,true,true,false],[366,49,276,true,false,false],[367,10,276,true,true,false],[368,6,0,false,false,false],[373,37,8,true,true,false],[375,16,8,true,true,false],[375,26,8,true,false,false],[376,9,8,true,true,false],[377,25,8,true,false,false],[378,9,0,true,true,false],[379,31,8,true,false,false],[380,9,0,true,true,false],[381,39,8,true,false,false],[382,10,8,true,true,false],[383,6,0,false,false,false],[386,47,1816,true,true,false],[387,59,1816,true,true,false],[388,57,1816,true,true,false],[389,16,1816,true,true,false],[389,24,1816,true,false,false],[390,9,836,true,true,false],[390,34,1816,true,false,false],[391,9,423,true,true,false],[391,53,1816,true,false,false],[392,9,557,true,true,false],[392,42,1816,true,false,false],[393,10,1816,true,true,false],[394,6,0,false,false,false],[396,52,2066,true,true,false],[398,41,2066,true,true,false],[399,6,0,false,false,false],[409,108,6013,true,true,false],[413,6,0,false,false,false],[419,47,349,true,true,false],[420,72,349,true,true,false],[421,66,349,true,true,false],[422,91,349,true,true,false],[424,100,349,true,true,false],[424,104,1,true,true,false],[424,109,349,true,false,false],[425,6,0,false,false,false],[428,52,386,true,true,false],[430,52,386,true,true,false],[431,64,386,true,true,false],[432,64,386,true,true,false],[433,6,0,false,false,false],[468,27,0,true,true,false],[468,37,0,false,false,false],[474,90,23983,true,true,false],[479,6,0,false,false,false],[487,80,0,true,true,false],[490,6,0,false,false,false],[501,110,3606,true,true,false],[507,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":23,"percent":58.974358974358978},"instantiations":{"count":39,"covered":23,"percent":58.974358974358978},"lines":{"count":269,"covered":179,"percent":66.542750929368026},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":156,"covered":94,"notcovered":62,"percent":60.256410256410255}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift","mcdc_records":[],"segments":[[28,7,1214,true,true,false],[32,6,0,false,false,false],[38,37,0,true,true,false],[39,33,0,true,true,false],[39,54,0,true,false,false],[40,6,0,false,false,false],[45,55,3,true,true,false],[54,6,0,false,false,false],[59,57,5,true,true,false],[62,40,11,true,true,false],[63,50,7,true,true,false],[68,20,7,true,true,false],[68,42,7,true,false,false],[68,43,2,true,true,false],[74,18,7,true,false,false],[74,27,5,true,true,false],[74,64,4,true,true,false],[74,97,7,true,false,false],[74,98,3,true,true,false],[81,18,7,true,false,false],[82,14,11,true,true,false],[83,10,5,true,true,false],[85,25,5,true,false,false],[86,6,0,false,false,false],[89,35,1,true,true,false],[91,6,0,false,false,false],[110,7,128,true,true,false],[116,6,0,false,false,false],[121,30,5,true,true,false],[122,26,4,true,true,false],[122,41,5,true,false,false],[122,45,3,true,true,false],[122,58,5,true,false,false],[123,6,0,false,false,false],[126,35,1,true,true,false],[127,18,3,true,true,false],[127,31,1,true,false,false],[128,6,0,false,false,false],[133,66,3,true,true,false],[141,6,0,false,false,false],[144,60,3,true,true,false],[152,6,0,false,false,false],[155,61,3,true,true,false],[163,6,0,false,false,false],[174,36,2,true,true,false],[175,16,2,true,true,false],[175,20,2,true,false,false],[176,9,2,true,true,false],[177,44,2,true,false,false],[178,10,2,true,true,false],[179,6,0,false,false,false],[186,21,0,true,true,false],[186,27,0,false,false,false],[197,36,0,true,true,false],[198,16,0,true,true,false],[198,20,0,true,false,false],[199,9,0,true,true,false],[200,101,0,true,false,false],[201,9,0,true,true,false],[202,94,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[216,36,3,true,true,false],[217,16,3,true,true,false],[217,20,3,true,false,false],[218,9,1,true,true,false],[218,35,3,true,false,false],[219,9,1,true,true,false],[219,43,3,true,false,false],[220,9,1,true,true,false],[220,42,3,true,false,false],[221,10,3,true,true,false],[222,6,0,false,false,false],[225,36,0,true,true,false],[226,16,0,true,true,false],[226,20,0,true,false,false],[227,9,0,true,true,false],[227,73,0,true,false,false],[228,9,0,true,true,false],[228,66,0,true,false,false],[229,9,0,true,true,false],[229,71,0,true,false,false],[230,10,0,true,true,false],[231,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":16,"percent":76.19047619047619},"instantiations":{"count":21,"covered":16,"percent":76.19047619047619},"lines":{"count":123,"covered":103,"percent":83.739837398373979},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":32,"notcovered":14,"percent":69.565217391304344}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift","mcdc_records":[],"segments":[[21,7,10,true,true,false],[29,6,0,false,false,false],[48,7,0,true,true,false],[55,6,0,false,false,false],[65,97,0,true,true,false],[70,6,0,false,false,false],[81,100,3,true,true,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":2,"percent":50},"instantiations":{"count":4,"covered":2,"percent":50},"lines":{"count":30,"covered":16,"percent":53.333333333333336},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":2,"notcovered":2,"percent":50}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift","mcdc_records":[],"segments":[[7,14,2,true,true,false],[7,20,0,false,false,false],[13,95,2,true,true,false],[18,6,0,false,false,false],[20,73,0,true,true,false],[22,6,0,false,false,false],[24,42,0,true,true,false],[26,6,0,false,false,false],[59,40,1241,true,true,false],[60,72,1241,true,true,false],[61,68,1241,true,true,false],[63,16,1241,true,true,false],[63,20,1241,true,false,false],[64,9,619,true,true,false],[65,66,619,true,true,false],[66,82,619,true,true,false],[67,70,619,true,true,false],[68,58,1241,true,false,false],[70,9,619,true,true,false],[71,66,619,true,true,false],[72,82,619,true,true,false],[73,70,619,true,true,false],[74,59,1241,true,false,false],[76,9,1,true,true,false],[77,66,1,true,true,false],[78,72,1,true,true,false],[79,68,1,true,true,false],[80,52,1241,true,false,false],[82,9,1,true,true,false],[83,66,1,true,true,false],[84,72,1,true,true,false],[85,46,1241,true,false,false],[87,9,1,true,true,false],[88,66,1,true,true,false],[89,84,1,true,true,false],[90,72,1,true,true,false],[91,60,1241,true,false,false],[93,9,0,true,true,false],[98,14,1241,true,false,false],[99,10,1241,true,true,false],[100,6,0,false,false,false],[102,45,0,true,true,false],[105,16,0,true,true,false],[105,20,0,true,false,false],[106,9,0,true,true,false],[107,57,0,true,true,false],[108,48,0,true,true,false],[109,58,0,true,true,false],[110,52,0,true,false,false],[112,9,0,true,true,false],[113,58,0,true,true,false],[114,48,0,true,true,false],[115,58,0,true,true,false],[116,52,0,true,false,false],[118,9,0,true,true,false],[119,57,0,true,true,false],[120,48,0,true,true,false],[121,54,0,true,true,false],[122,50,0,true,false,false],[124,9,0,true,true,false],[125,59,0,true,true,false],[126,48,0,true,true,false],[127,54,0,true,false,false],[129,9,0,true,true,false],[130,57,0,true,true,false],[131,48,0,true,true,false],[132,58,0,true,true,false],[133,54,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[140,27,0,true,true,false],[141,16,0,true,true,false],[141,20,0,true,false,false],[142,9,0,true,true,false],[142,36,0,true,false,false],[143,9,0,true,true,false],[143,37,0,true,false,false],[144,9,0,true,true,false],[144,36,0,true,false,false],[145,9,0,true,true,false],[145,35,0,true,false,false],[146,9,0,true,true,false],[146,36,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[151,36,0,true,true,false],[152,16,0,true,true,false],[152,20,0,true,false,false],[153,9,0,true,true,false],[154,37,0,true,false,false],[155,9,0,true,true,false],[156,37,0,true,false,false],[157,9,0,true,true,false],[158,32,0,true,false,false],[159,9,0,true,true,false],[160,24,0,true,false,false],[161,9,0,true,true,false],[162,42,0,true,false,false],[163,10,0,true,true,false],[164,6,0,false,false,false],[167,23,0,true,true,false],[168,31,0,true,true,false],[168,46,0,true,true,false],[169,21,0,true,false,false],[170,6,0,false,false,false],[173,24,0,true,true,false],[174,32,0,true,true,false],[174,47,0,true,true,false],[175,21,0,true,false,false],[176,6,0,false,false,false],[179,29,0,true,true,false],[180,31,0,true,true,false],[180,46,0,true,true,false],[181,21,0,true,false,false],[182,6,0,false,false,false],[192,24,0,true,true,false],[193,16,0,true,true,false],[193,20,0,true,false,false],[194,9,0,true,true,false],[194,27,0,true,false,false],[195,9,0,true,true,false],[195,29,0,true,false,false],[196,9,0,true,true,false],[196,28,0,true,false,false],[197,10,0,true,true,false],[198,6,0,false,false,false],[235,35,0,true,true,false],[236,16,0,true,true,false],[236,20,0,true,false,false],[237,9,0,true,true,false],[238,52,0,true,false,false],[239,9,0,true,true,false],[240,55,0,true,false,false],[241,9,0,true,true,false],[242,40,0,true,false,false],[243,9,0,true,true,false],[244,49,0,true,false,false],[245,9,0,true,true,false],[246,42,0,true,false,false],[247,10,0,true,true,false],[248,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":3,"percent":23.076923076923077},"instantiations":{"count":13,"covered":3,"percent":23.076923076923077},"lines":{"count":145,"covered":44,"percent":30.344827586206897},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":26,"notcovered":64,"percent":28.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift","mcdc_records":[],"segments":[[16,73,16,true,true,false],[21,6,0,false,false,false],[29,62,10,true,true,false],[39,6,0,false,false,false],[42,124,20,true,true,false],[45,74,12,true,true,false],[49,50,0,true,true,false],[49,62,12,true,true,false],[53,62,0,true,true,false],[55,14,12,true,true,false],[56,16,12,true,true,false],[56,35,12,true,false,false],[56,36,12,true,true,false],[58,14,12,true,false,false],[60,41,1,true,true,false],[60,53,11,true,true,false],[64,47,16,true,true,false],[66,14,11,true,true,false],[67,10,20,true,true,false],[69,20,20,true,false,false],[70,6,0,false,false,false],[74,97,11,true,true,false],[78,15,27,true,true,false],[78,33,11,true,false,false],[78,34,16,true,true,false],[81,16,16,true,true,false],[81,33,16,true,false,false],[81,34,0,true,true,false],[81,43,16,true,true,false],[84,61,134,true,true,false],[84,82,118,true,true,false],[84,91,134,true,false,false],[84,93,16,true,false,false],[84,100,0,true,true,false],[86,14,16,true,true,false],[90,16,16,true,true,false],[90,37,16,true,true,false],[90,49,16,true,false,false],[90,50,0,true,true,false],[90,59,16,true,true,false],[94,16,16,true,true,false],[94,38,16,true,false,false],[94,39,8,true,true,false],[96,65,8,true,true,false],[99,18,8,true,false,false],[99,24,0,true,true,false],[101,18,8,true,true,false],[102,14,16,true,false,false],[102,20,8,true,true,false],[104,64,10,true,true,false],[104,85,8,true,true,false],[104,97,10,true,false,false],[104,99,8,true,false,false],[104,101,2,true,true,false],[107,18,8,true,false,false],[107,24,6,true,true,false],[110,18,8,true,false,false],[111,14,16,true,true,false],[113,16,16,true,true,false],[113,29,16,true,false,false],[113,47,16,true,true,false],[115,14,16,true,false,false],[116,10,11,true,true,false],[118,27,11,true,false,false],[119,6,0,false,false,false],[122,89,20,true,true,false],[127,15,32,true,true,false],[127,44,20,true,false,false],[129,9,12,true,true,false],[134,19,689,true,true,false],[134,42,12,true,false,false],[134,43,689,true,true,false],[136,20,689,true,true,false],[136,31,689,true,false,false],[136,32,24,true,true,false],[138,18,689,true,false,false],[138,27,665,true,true,false],[138,38,689,true,false,false],[138,39,24,true,true,false],[140,24,24,true,true,false],[140,34,24,true,false,false],[140,35,12,true,true,false],[146,22,12,true,true,false],[147,18,677,true,true,false],[149,14,12,true,true,false],[151,16,12,true,true,false],[151,27,12,true,false,false],[151,28,0,true,true,false],[154,14,12,true,true,false],[155,10,20,true,true,false],[157,23,20,true,false,false],[158,6,0,false,false,false],[161,75,8,true,true,false],[162,37,0,true,true,false],[162,51,8,true,true,false],[165,47,304,true,true,false],[166,16,304,true,true,false],[166,27,304,true,false,false],[166,28,12,true,true,false],[168,14,304,true,false,false],[168,23,292,true,true,false],[168,34,304,true,false,false],[168,35,12,true,true,false],[170,20,12,true,true,false],[170,30,12,true,false,false],[170,31,8,true,true,false],[172,18,4,true,true,false],[173,14,296,true,true,false],[174,10,0,true,true,false],[175,19,8,true,false,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":11,"percent":100},"instantiations":{"count":11,"covered":11,"percent":100},"lines":{"count":150,"covered":144,"percent":96},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":65,"notcovered":9,"percent":87.837837837837839}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift","mcdc_records":[],"segments":[[16,84,2,true,true,false],[20,6,0,false,false,false],[41,20,1,true,true,false],[41,22,0,false,false,false],[46,77,1,true,true,false],[48,6,0,false,false,false],[69,7,0,true,true,false],[70,103,0,true,true,false],[70,105,0,true,false,false],[84,12,0,true,true,false],[84,50,0,true,false,false],[84,51,0,true,true,false],[86,10,0,true,false,false],[92,6,0,false,false,false],[100,7,0,true,true,false],[111,6,0,false,false,false],[116,45,3,true,true,false],[117,89,3,true,true,false],[117,91,3,true,false,false],[118,6,0,false,false,false],[121,43,1,true,true,false],[122,31,0,true,true,false],[123,57,0,true,true,false],[123,58,0,true,false,false],[124,10,1,true,false,false],[125,6,0,false,false,false],[128,55,1,true,true,false],[129,36,0,true,true,false],[131,58,0,true,true,false],[131,59,0,true,false,false],[132,59,0,true,true,false],[132,60,0,true,false,false],[134,10,1,true,false,false],[135,6,0,false,false,false],[138,32,0,true,true,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":7,"percent":43.75},"instantiations":{"count":16,"covered":7,"percent":43.75},"lines":{"count":80,"covered":26,"percent":32.5},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":7,"notcovered":11,"percent":38.888888888888893}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift","mcdc_records":[],"segments":[[10,28,1,true,true,false],[10,63,0,false,false,false],[11,30,1,true,true,false],[11,59,0,false,false,false],[12,25,1,true,true,false],[12,56,0,false,false,false],[20,56,1,true,true,false],[22,10,0,false,false,false],[24,97,3,true,true,false],[26,10,0,false,false,false],[36,46,0,true,true,false],[37,20,0,true,true,false],[37,24,0,true,false,false],[38,13,0,true,true,false],[39,72,0,true,false,false],[40,13,0,true,true,false],[41,44,0,true,false,false],[42,13,0,true,true,false],[43,56,0,true,false,false],[44,13,0,true,true,false],[45,44,0,true,false,false],[46,14,0,true,true,false],[47,10,0,false,false,false],[53,67,2,true,true,false],[54,16,2,true,true,false],[54,28,2,true,false,false],[54,30,0,true,true,false],[54,55,2,true,false,false],[57,45,1,true,true,false],[60,10,1,true,true,false],[62,35,1,true,true,false],[65,10,0,true,true,false],[69,12,0,true,true,false],[89,87,0,true,true,false],[91,82,0,true,true,false],[93,72,0,true,true,false],[96,14,0,true,true,false],[99,20,0,true,true,false],[99,43,0,true,false,false],[100,13,0,true,true,false],[102,32,0,true,false,false],[104,13,0,true,true,false],[106,115,0,true,false,false],[108,13,0,true,true,false],[110,104,0,true,false,false],[112,13,0,true,true,false],[115,32,0,true,false,false],[117,13,0,true,true,false],[118,75,0,true,true,false],[118,90,0,true,false,false],[123,39,0,true,true,false],[126,10,0,true,false,false],[126,17,0,true,true,false],[129,10,0,true,false,false],[130,6,0,false,false,false],[135,61,0,true,true,false],[138,35,0,true,true,false],[139,70,0,true,true,false],[141,14,0,true,false,false],[141,57,0,true,true,false],[142,81,0,true,true,false],[142,82,0,true,false,false],[143,20,0,true,true,false],[145,14,0,true,false,false],[146,10,0,true,true,false],[147,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":7,"percent":58.333333333333336},"instantiations":{"count":12,"covered":7,"percent":58.333333333333336},"lines":{"count":116,"covered":23,"percent":19.827586206896552},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":10,"notcovered":30,"percent":25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift","mcdc_records":[],"segments":[[14,7,61,true,true,false],[18,6,0,false,false,false],[20,111,0,true,true,false],[33,24,0,true,true,false],[33,57,0,true,false,false],[46,6,0,false,false,false],[48,71,0,true,true,false],[50,73,0,true,true,false],[58,10,0,true,true,false],[65,16,0,true,true,false],[65,26,0,true,false,false],[66,9,0,true,true,false],[70,14,0,true,false,false],[71,9,0,true,true,false],[72,106,0,true,false,false],[73,9,0,true,true,false],[74,18,0,true,false,false],[75,10,0,true,true,false],[94,83,0,true,true,false],[96,78,0,true,true,false],[98,68,0,true,true,false],[102,10,0,true,true,false],[104,59,0,true,true,false],[105,71,0,true,true,false],[105,86,0,true,false,false],[113,10,0,true,true,false],[115,78,0,true,true,false],[119,14,0,true,true,false],[124,10,0,true,true,false],[130,9,0,true,true,false],[137,10,0,true,false,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":1,"percent":20},"instantiations":{"count":5,"covered":1,"percent":20},"lines":{"count":127,"covered":5,"percent":3.9370078740157481},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":1,"notcovered":21,"percent":4.5454545454545459}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift","mcdc_records":[],"segments":[[16,53,1,true,true,false],[16,58,0,false,false,false],[18,20,1,true,true,false],[18,22,0,false,false,false],[29,48,0,true,true,false],[33,6,0,false,false,false],[36,51,1,true,true,false],[41,6,0,false,false,false],[44,42,1,true,true,false],[45,16,1,true,true,false],[45,31,1,true,false,false],[46,9,1,true,true,false],[47,30,1,true,false,false],[48,9,0,true,true,false],[49,29,1,true,false,false],[50,9,0,true,true,false],[51,30,1,true,false,false],[52,9,0,true,true,false],[53,30,1,true,false,false],[54,9,0,true,true,false],[55,31,1,true,false,false],[57,6,0,false,false,false],[61,13,6,true,true,false],[61,81,0,false,false,false],[62,13,6,true,true,false],[62,90,0,false,false,false],[70,27,1,true,true,false],[72,30,1,true,true,false],[75,10,0,true,true,false],[78,12,0,true,true,false],[78,39,0,true,false,false],[78,40,0,true,true,false],[81,10,0,true,true,false],[91,15,0,true,true,false],[91,55,0,true,false,false],[92,15,0,true,true,false],[92,41,0,true,false,false],[94,12,0,true,true,false],[95,92,0,true,true,false],[97,16,0,true,true,false],[97,23,0,true,false,false],[97,24,0,true,true,false],[101,14,0,true,false,false],[101,20,0,true,true,false],[104,14,0,true,false,false],[105,42,0,true,true,false],[106,20,0,true,true,false],[106,34,0,true,false,false],[107,13,0,true,true,false],[109,34,0,true,false,false],[110,13,0,true,true,false],[112,70,0,true,false,false],[113,13,0,true,true,false],[115,70,0,true,false,false],[116,13,0,true,true,false],[118,70,0,true,false,false],[119,13,0,true,true,false],[121,63,0,true,false,false],[123,17,0,true,true,false],[126,10,0,true,false,false],[127,6,0,false,false,false],[130,79,0,true,true,false],[134,89,0,true,true,false],[138,10,0,true,true,false],[140,12,0,true,true,false],[144,14,0,true,true,false],[146,16,0,true,true,false],[146,23,0,true,false,false],[146,24,0,true,true,false],[150,14,0,true,false,false],[150,20,0,true,true,false],[152,14,0,true,false,false],[153,17,0,true,true,false],[156,10,0,true,false,false],[157,6,0,false,false,false],[160,34,1,true,true,false],[163,6,0,false,false,false],[166,39,2,true,true,false],[167,30,1,true,true,false],[167,46,1,true,true,false],[168,44,2,true,false,false],[169,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":9,"percent":81.818181818181827},"instantiations":{"count":11,"covered":9,"percent":81.818181818181827},"lines":{"count":123,"covered":34,"percent":27.64227642276423},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":14,"notcovered":33,"percent":29.787234042553191}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift","mcdc_records":[],"segments":[[15,19,0,true,true,false],[15,21,0,false,false,false],[17,115,0,true,true,false],[20,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":5,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift","mcdc_records":[],"segments":[[57,20,1,true,true,false],[57,22,0,false,false,false],[63,75,18,true,true,false],[66,16,18,true,true,false],[66,26,18,true,false,false],[67,9,2,true,true,false],[68,37,18,true,false,false],[69,9,1,true,true,false],[70,36,18,true,false,false],[71,9,1,true,true,false],[72,35,18,true,false,false],[73,9,1,true,true,false],[74,37,18,true,false,false],[75,9,1,true,true,false],[76,35,18,true,false,false],[77,9,2,true,true,false],[78,38,18,true,false,false],[79,9,0,true,true,false],[80,37,18,true,false,false],[81,9,0,true,true,false],[82,37,18,true,false,false],[83,9,3,true,true,false],[84,37,18,true,false,false],[85,9,5,true,true,false],[86,37,18,true,false,false],[87,9,2,true,true,false],[91,46,18,true,false,false],[93,6,0,false,false,false],[97,67,0,true,true,false],[98,56,0,true,true,false],[100,10,0,true,false,false],[100,16,0,true,true,false],[105,10,0,true,false,false],[106,6,0,false,false,false],[112,80,2,true,true,false],[113,51,1,true,true,false],[118,10,1,true,true,false],[123,57,0,true,true,false],[123,70,1,true,false,false],[123,73,1,true,true,false],[123,95,1,true,false,false],[129,90,0,true,true,false],[131,10,1,true,false,false],[140,33,3,true,true,false],[142,16,3,true,true,false],[142,60,3,true,false,false],[142,87,1,true,true,false],[144,14,3,true,false,false],[145,10,1,true,true,false],[148,33,1,true,true,false],[152,74,1,true,true,false],[153,22,1,true,true,false],[154,34,0,true,true,false],[157,22,1,true,false,false],[157,31,1,true,true,false],[157,41,1,true,false,false],[157,42,1,true,true,false],[159,22,1,true,false,false],[166,10,0,true,true,false],[173,12,2,true,false,false],[174,6,0,false,false,false],[178,79,1,true,true,false],[179,47,0,true,true,false],[184,10,1,true,true,false],[186,56,0,true,true,false],[186,77,1,true,false,false],[186,80,1,true,true,false],[186,91,1,true,false,false],[191,6,0,false,false,false],[195,78,1,true,true,false],[196,44,0,true,true,false],[201,10,1,true,true,false],[207,24,1,true,false,false],[208,6,0,false,false,false],[212,80,1,true,true,false],[213,48,0,true,true,false],[213,57,1,true,false,false],[214,46,0,true,true,false],[214,48,1,true,false,false],[220,14,1,true,true,false],[222,10,1,true,false,false],[225,6,0,false,false,false],[229,78,1,true,true,false],[233,39,0,true,true,false],[238,10,1,true,true,false],[241,67,0,true,true,false],[241,76,1,true,false,false],[242,12,1,true,true,false],[242,43,1,true,false,false],[242,44,1,true,true,false],[244,10,1,true,false,false],[246,58,0,true,true,false],[253,10,1,true,true,false],[258,24,1,true,false,false],[259,6,0,false,false,false],[264,81,2,true,true,false],[265,64,0,true,true,false],[272,10,2,true,true,false],[273,45,1,true,true,false],[278,10,1,true,true,false],[281,59,1,true,true,false],[281,93,1,true,false,false],[281,96,0,true,true,false],[281,101,1,true,false,false],[283,16,1,true,true,false],[283,28,1,true,false,false],[284,9,0,true,true,false],[285,28,1,true,false,false],[286,9,0,true,true,false],[287,30,1,true,false,false],[288,9,0,true,true,false],[289,29,1,true,false,false],[290,9,1,true,true,false],[291,26,1,true,false,false],[292,9,0,true,true,false],[295,26,1,true,false,false],[296,10,1,true,true,false],[304,14,1,true,true,false],[309,33,0,true,true,false],[310,37,0,true,true,false],[314,18,0,true,false,false],[317,14,1,true,true,false],[322,33,0,true,true,false],[323,24,0,true,true,false],[323,30,0,true,false,false],[324,17,0,true,true,false],[325,115,0,true,false,false],[326,17,0,true,true,false],[328,42,0,true,true,false],[328,86,0,true,true,false],[328,124,0,true,false,false],[328,125,0,true,true,false],[330,22,0,true,false,false],[330,28,0,true,true,false],[332,22,0,true,false,false],[335,17,0,true,true,false],[338,47,0,true,false,false],[339,18,0,true,true,false],[340,14,1,true,false,false],[343,24,2,true,false,false],[344,6,0,false,false,false],[349,80,0,true,true,false],[350,44,0,true,true,false],[355,10,0,true,true,false],[359,16,0,true,true,false],[359,35,0,true,false,false],[360,9,0,true,true,false],[363,107,0,true,true,false],[365,103,0,true,true,false],[366,34,0,true,true,false],[368,22,0,true,false,false],[371,14,0,true,true,false],[377,45,0,true,true,false],[378,20,0,true,true,false],[378,64,0,true,false,false],[378,65,0,true,true,false],[379,127,0,true,true,false],[379,138,0,true,false,false],[381,18,0,true,true,false],[382,14,0,true,true,false],[384,83,0,true,false,false],[386,9,0,true,true,false],[389,28,0,true,false,false],[391,9,0,true,true,false],[396,67,0,true,true,false],[398,14,0,true,false,false],[401,9,0,true,true,false],[412,28,0,true,false,false],[414,9,0,true,true,false],[417,111,0,true,true,false],[418,103,0,true,true,false],[418,114,0,true,false,false],[420,14,0,true,true,false],[422,83,0,true,false,false],[424,9,0,true,true,false],[427,47,0,true,true,false],[438,142,0,true,true,false],[440,18,0,true,false,false],[443,72,0,true,true,false],[447,21,0,true,true,false],[452,79,0,true,true,false],[453,164,0,true,true,false],[455,30,0,true,false,false],[461,14,0,true,true,false],[463,83,0,true,false,false],[465,9,0,true,true,false],[468,106,0,true,true,false],[469,103,0,true,true,false],[469,114,0,true,false,false],[471,14,0,true,true,false],[474,28,0,true,false,false],[476,9,0,true,true,false],[480,42,0,true,false,false],[482,6,0,false,false,false],[487,80,0,true,true,false],[488,44,0,true,true,false],[493,10,0,true,true,false],[497,81,0,true,true,false],[502,10,0,true,true,false],[505,68,0,true,true,false],[512,10,0,true,true,false],[516,12,0,true,true,false],[516,19,0,true,false,false],[516,20,0,true,true,false],[518,10,0,true,false,false],[518,16,0,true,true,false],[524,10,0,true,false,false],[525,6,0,false,false,false],[529,80,3,true,true,false],[533,40,1,true,true,false],[538,10,2,true,true,false],[541,65,0,true,true,false],[541,75,2,true,false,false],[548,100,1,true,true,false],[555,10,1,true,true,false],[558,42,0,true,true,false],[565,10,1,true,true,false],[573,24,3,true,false,false],[574,6,0,false,false,false],[578,80,5,true,true,false],[582,40,1,true,true,false],[587,10,4,true,true,false],[590,65,0,true,true,false],[590,75,4,true,false,false],[599,16,4,true,true,false],[599,27,4,true,false,false],[600,9,2,true,true,false],[602,56,1,true,true,false],[603,25,0,true,true,false],[606,18,1,true,false,false],[607,14,2,true,false,false],[607,20,1,true,true,false],[609,14,2,true,false,false],[612,16,4,true,false,false],[614,9,1,true,true,false],[620,16,4,true,false,false],[622,9,0,true,true,false],[628,16,4,true,false,false],[630,9,1,true,true,false],[632,57,1,true,true,false],[633,31,0,true,true,false],[637,18,1,true,false,false],[637,20,0,true,true,false],[640,18,1,true,false,false],[641,20,0,true,true,false],[644,14,1,true,false,false],[645,28,4,true,false,false],[647,9,0,true,true,false],[651,28,4,true,false,false],[653,6,0,false,false,false],[656,49,0,true,true,false],[662,14,0,true,true,false],[663,16,0,true,true,false],[664,20,0,true,true,false],[664,37,0,true,false,false],[664,38,0,true,true,false],[666,65,0,true,true,false],[667,18,0,true,false,false],[667,27,0,true,true,false],[667,46,0,true,false,false],[667,47,0,true,true,false],[669,71,0,true,true,false],[670,18,0,true,false,false],[670,24,0,true,true,false],[672,65,0,true,true,false],[673,18,0,true,true,false],[677,14,0,true,false,false],[677,21,0,true,true,false],[681,14,0,true,true,false],[682,10,0,true,false,false],[683,6,0,false,false,false],[686,67,0,true,true,false],[690,12,0,true,true,false],[690,35,0,true,false,false],[690,36,0,true,true,false],[692,79,0,true,true,false],[695,45,0,true,true,false],[697,101,0,true,true,false],[697,131,0,true,false,false],[699,18,0,true,true,false],[700,23,0,true,false,false],[701,14,0,true,true,false],[702,38,0,true,true,false],[704,97,0,true,true,false],[704,125,0,true,false,false],[706,14,0,true,true,false],[707,10,0,true,true,false],[710,77,0,true,true,false],[712,61,0,true,true,false],[714,38,0,true,true,false],[716,97,0,true,true,false],[716,127,0,true,false,false],[718,14,0,true,true,false],[719,10,0,true,false,false],[719,16,0,true,true,false],[723,10,0,true,true,false],[724,6,0,false,false,false],[727,67,0,true,true,false],[733,16,0,true,true,false],[733,19,0,true,false,false],[734,9,0,true,true,false],[736,39,0,true,false,false],[737,9,0,true,true,false],[739,39,0,true,false,false],[740,9,0,true,true,false],[742,63,0,true,false,false],[743,10,0,true,true,false],[750,26,0,true,true,false],[753,12,0,true,true,false],[753,42,0,true,false,false],[753,43,0,true,true,false],[755,75,0,true,true,false],[755,90,0,true,false,false],[759,10,0,true,true,false],[760,6,0,false,false,false],[763,73,0,true,true,false],[768,16,0,true,true,false],[768,19,0,true,false,false],[769,9,0,true,true,false],[771,16,0,true,true,false],[771,74,0,true,false,false],[771,75,0,true,true,false],[773,14,0,true,false,false],[773,23,0,true,true,false],[773,87,0,true,false,false],[773,88,0,true,true,false],[775,14,0,true,false,false],[775,20,0,true,true,false],[777,14,0,true,false,false],[780,9,0,true,true,false],[782,39,0,true,false,false],[784,9,0,true,true,false],[786,39,0,true,false,false],[788,9,0,true,true,false],[790,16,0,true,true,false],[790,76,0,true,false,false],[790,77,0,true,true,false],[792,14,0,true,false,false],[792,23,0,true,true,false],[792,86,0,true,false,false],[792,87,0,true,true,false],[794,14,0,true,false,false],[794,20,0,true,true,false],[798,14,0,true,true,false],[799,39,0,true,false,false],[801,9,0,true,true,false],[804,15,0,true,false,false],[805,10,0,true,true,false],[812,26,0,true,true,false],[815,12,0,true,true,false],[815,42,0,true,false,false],[815,43,0,true,true,false],[817,75,0,true,true,false],[817,90,0,true,false,false],[821,10,0,true,true,false],[822,6,0,false,false,false],[825,88,0,true,true,false],[826,73,0,true,true,false],[826,83,0,true,true,false],[829,99,0,true,true,false],[832,10,0,true,false,false],[835,98,0,true,true,false],[838,10,0,true,false,false],[839,6,0,false,false,false],[842,51,0,true,true,false],[843,23,0,true,true,false],[845,65,0,true,true,false],[847,30,0,true,true,false],[848,41,0,true,true,false],[850,22,0,true,false,false],[854,6,0,false,false,false],[858,86,1,true,true,false],[864,34,0,true,true,false],[865,70,0,true,true,false],[867,14,0,true,false,false],[868,10,1,true,false,false],[869,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":50,"covered":15,"percent":30},"instantiations":{"count":50,"covered":15,"percent":30},"lines":{"count":930,"covered":369,"percent":39.677419354838712},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":234,"covered":64,"notcovered":170,"percent":27.350427350427353}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift","mcdc_records":[],"segments":[[15,42,2,true,true,false],[16,16,2,true,true,false],[16,20,2,true,false,false],[17,9,1,true,true,false],[18,78,2,true,false,false],[19,9,1,true,true,false],[20,67,2,true,false,false],[21,9,0,true,true,false],[22,52,2,true,false,false],[23,10,2,true,true,false],[24,6,0,false,false,false],[27,42,3,true,true,false],[28,16,3,true,true,false],[28,20,3,true,false,false],[29,9,2,true,true,false],[30,16,2,true,true,false],[30,30,2,true,false,false],[30,31,1,true,true,false],[32,14,1,true,true,false],[33,36,0,true,true,false],[33,62,3,true,false,false],[34,9,1,true,true,false],[35,54,3,true,false,false],[36,9,0,true,true,false],[37,52,3,true,false,false],[39,6,0,false,false,false],[88,45,0,true,true,false],[91,6,0,false,false,false],[99,70,18,true,true,false],[100,45,23,true,true,false],[100,64,18,true,false,false],[102,44,2,true,true,false],[104,10,16,true,true,false],[116,12,16,true,true,false],[116,31,16,true,false,false],[116,32,12,true,true,false],[118,10,16,true,false,false],[120,48,18,true,false,false],[121,6,0,false,false,false],[131,20,0,true,true,false],[141,10,0,true,true,false],[149,77,0,true,true,false],[151,10,0,true,false,false],[151,16,0,true,true,false],[153,10,0,true,false,false],[160,12,0,true,true,false],[160,31,0,true,false,false],[160,32,0,true,true,false],[165,10,0,true,true,false],[170,12,0,true,true,false],[171,79,0,true,true,false],[172,10,0,true,false,false],[172,17,0,true,true,false],[174,10,0,true,true,false],[178,6,0,false,false,false],[182,59,0,true,true,false],[184,49,0,true,true,false],[185,6,0,false,false,false],[194,72,0,true,true,false],[209,6,0,false,false,false],[211,57,2,true,true,false],[222,6,0,false,false,false],[224,72,16,true,true,false],[225,36,22,true,true,false],[225,57,16,true,false,false],[242,6,0,false,false,false],[244,82,16,true,true,false],[249,31,22,true,true,false],[254,10,16,true,true,false],[259,45,16,true,false,false],[260,6,0,false,false,false],[262,76,16,true,true,false],[266,31,22,true,true,false],[267,46,21,true,true,false],[269,46,18,true,true,false],[269,48,21,true,false,false],[270,14,22,true,true,false],[271,10,16,true,true,false],[273,44,4,true,true,false],[275,10,12,true,true,false],[283,54,18,true,true,false],[284,65,0,true,true,false],[284,77,18,true,true,false],[293,10,12,true,true,false],[298,45,16,true,false,false],[299,6,0,false,false,false],[314,17,18,true,true,false],[318,45,21,true,true,false],[322,10,18,true,true,false],[329,12,18,true,true,false],[329,32,18,true,false,false],[329,33,15,true,true,false],[332,10,18,true,false,false],[332,16,3,true,true,false],[335,49,6,true,true,false],[339,14,3,true,true,false],[341,29,3,true,false,false],[342,10,18,true,false,false],[343,6,0,false,false,false],[347,66,18,true,true,false],[350,21,26,true,true,false],[350,38,1,true,true,false],[350,49,26,true,false,false],[350,53,0,true,true,false],[350,62,26,true,false,false],[350,64,18,true,false,false],[353,39,0,true,true,false],[357,10,18,true,true,false],[360,57,1,true,true,false],[362,10,17,true,true,false],[364,25,18,true,false,false],[365,6,0,false,false,false],[368,66,0,true,true,false],[370,50,0,true,true,false],[370,72,0,true,false,false],[372,6,0,false,false,false],[377,64,49,true,true,false],[381,12,49,true,true,false],[381,34,49,true,false,false],[381,59,1,true,true,false],[383,10,48,true,true,false],[386,12,48,true,true,false],[386,34,48,true,false,false],[386,35,1,true,true,false],[388,10,47,true,true,false],[392,12,47,true,true,false],[392,27,47,true,false,false],[392,28,0,true,true,false],[395,10,47,true,true,false],[397,23,49,true,false,false],[398,6,0,false,false,false],[405,39,0,true,true,false],[407,6,0,false,false,false],[410,48,0,true,true,false],[412,6,0,false,false,false],[415,39,0,true,true,false],[417,12,0,true,true,false],[417,56,0,true,false,false],[417,57,0,true,true,false],[418,61,0,true,true,false],[420,10,0,true,true,false],[421,6,0,false,false,false],[426,53,0,true,true,false],[443,10,0,true,true,false],[446,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":15,"percent":55.555555555555557},"instantiations":{"count":27,"covered":15,"percent":55.555555555555557},"lines":{"count":322,"covered":201,"percent":62.422360248447205},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":58,"notcovered":33,"percent":63.73626373626373}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift","mcdc_records":[],"segments":[[38,61,1,true,true,false],[38,66,0,false,false,false],[43,32,1,true,true,false],[43,53,0,false,false,false],[44,38,1,true,true,false],[44,67,0,false,false,false],[47,55,1,true,true,false],[47,58,0,false,false,false],[51,20,1,true,true,false],[51,22,0,false,false,false],[59,50,0,true,true,false],[60,34,0,true,true,false],[63,10,0,true,true,false],[68,31,0,true,true,false],[68,70,0,true,false,false],[78,67,0,true,true,false],[80,10,0,true,false,false],[84,6,0,false,false,false],[90,30,0,true,true,false],[91,33,0,true,true,false],[91,43,0,true,true,false],[108,6,0,false,false,false],[112,40,0,true,true,false],[117,51,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,43,0,true,true,false],[128,11,0,true,true,false],[129,33,0,true,true,false],[129,43,0,true,true,false],[130,118,0,true,true,false],[132,14,0,true,true,false],[134,18,0,true,true,false],[136,14,0,true,false,false],[140,6,0,false,false,false],[142,71,0,true,true,false],[149,65,0,true,true,false],[151,10,0,true,false,false],[151,16,0,true,true,false],[153,10,0,true,false,false],[156,12,0,true,true,false],[156,31,0,true,false,false],[156,32,0,true,true,false],[158,80,0,true,true,false],[158,85,0,true,false,false],[158,116,0,true,true,false],[158,122,0,true,false,false],[161,10,0,true,true,false],[164,71,0,true,true,false],[164,76,0,true,false,false],[164,104,0,true,true,false],[164,109,0,true,false,false],[167,66,0,true,true,false],[167,72,0,true,false,false],[167,89,0,true,true,false],[167,95,0,true,false,false],[171,36,0,true,true,false],[173,10,0,true,false,false],[176,27,0,true,true,false],[178,10,0,true,false,false],[181,6,0,false,false,false],[183,51,0,true,true,false],[184,47,0,true,true,false],[184,57,0,true,true,false],[187,6,0,false,false,false],[189,95,0,true,true,false],[190,43,0,true,true,false],[193,10,0,true,true,false],[197,16,0,true,true,false],[197,22,0,true,false,false],[198,9,0,true,true,false],[199,87,0,true,false,false],[200,9,0,true,true,false],[201,106,0,true,false,false],[202,9,0,true,true,false],[203,113,0,true,false,false],[204,10,0,true,true,false],[205,6,0,false,false,false],[213,56,0,true,true,false],[215,10,0,false,false,false],[218,69,0,true,true,false],[220,10,0,false,false,false],[223,38,0,true,true,false],[225,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":5,"percent":20.833333333333336},"instantiations":{"count":24,"covered":5,"percent":20.833333333333336},"lines":{"count":167,"covered":5,"percent":2.9940119760479043},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":5,"notcovered":45,"percent":10}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift","mcdc_records":[],"segments":[[10,62,0,true,true,false],[11,16,0,true,true,false],[11,22,0,true,false,false],[12,9,0,true,true,false],[13,52,0,true,false,false],[14,9,0,true,true,false],[15,22,0,true,false,false],[16,9,0,true,true,false],[17,34,0,true,false,false],[18,9,0,true,true,false],[19,34,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[26,78,0,true,true,false],[30,9,0,true,true,false],[32,10,0,true,true,false],[42,33,0,true,true,false],[43,16,0,true,true,false],[43,60,0,true,false,false],[43,61,0,true,true,false],[45,14,0,true,true,false],[46,10,0,true,true,false],[50,41,0,true,true,false],[55,31,0,true,true,false],[56,20,0,true,true,false],[56,64,0,true,false,false],[56,65,0,true,true,false],[58,18,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,true,false],[62,19,0,true,false,false],[63,6,0,false,false,false],[66,72,0,true,true,false],[67,102,0,true,true,false],[69,10,0,true,true,false],[70,61,0,true,false,false],[71,6,0,false,false,false],[74,59,0,true,true,false],[76,6,0,false,false,false],[81,47,0,true,true,false],[83,107,0,true,true,false],[85,10,0,true,true,false],[87,87,0,true,false,false],[88,6,0,false,false,false],[93,58,0,true,true,false],[97,12,0,true,true,false],[97,64,0,true,false,false],[97,65,0,true,true,false],[99,10,0,true,true,false],[102,35,0,true,false,false],[103,6,0,false,false,false],[106,48,0,true,true,false],[109,6,0,false,false,false],[114,58,0,true,true,false],[119,12,0,true,true,false],[119,64,0,true,false,false],[119,65,0,true,true,false],[121,10,0,true,true,false],[124,48,0,true,false,false],[125,6,0,false,false,false],[128,77,0,true,true,false],[129,16,0,true,true,false],[129,19,0,true,false,false],[130,9,0,true,true,false],[132,124,0,true,true,false],[134,14,0,true,true,false],[136,72,0,true,true,false],[138,14,0,true,true,false],[139,23,0,true,false,false],[141,9,0,true,true,false],[143,62,0,true,false,false],[145,9,0,true,true,false],[147,65,0,true,false,false],[149,6,0,false,false,false],[152,48,0,true,true,false],[154,6,0,false,false,false],[159,70,0,true,true,false],[160,16,0,true,true,false],[160,33,0,true,false,false],[161,9,0,true,true,false],[162,35,0,true,false,false],[163,9,0,true,true,false],[164,30,0,true,false,false],[165,9,0,true,true,false],[166,31,0,true,false,false],[167,9,0,true,true,false],[168,31,0,true,false,false],[169,9,0,true,true,false],[170,32,0,true,false,false],[171,9,0,true,true,false],[172,37,0,true,false,false],[173,9,0,true,true,false],[174,32,0,true,false,false],[175,9,0,true,true,false],[176,34,0,true,false,false],[177,9,0,true,true,false],[178,22,0,true,false,false],[179,9,0,true,true,false],[180,41,0,true,false,false],[181,9,0,true,true,false],[182,20,0,true,false,false],[183,9,0,true,true,false],[184,20,0,true,false,false],[185,9,0,true,true,false],[186,15,0,true,false,false],[187,10,0,true,true,false],[188,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":149,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift","mcdc_records":[],"segments":[[41,68,41,true,true,false],[46,35,1,true,true,false],[46,93,41,true,false,false],[56,6,0,false,false,false],[61,39,87,true,true,false],[62,39,57,true,true,false],[64,10,30,true,true,false],[67,65,25,true,true,false],[71,10,5,true,true,false],[73,12,5,true,true,false],[74,53,5,true,true,false],[76,75,4,true,true,false],[78,35,3,true,true,false],[82,14,4,true,true,false],[84,27,5,true,false,false],[85,17,1,true,true,false],[89,10,5,true,false,false],[90,6,0,false,false,false],[93,53,34,true,true,false],[97,90,34,true,true,false],[99,47,34,true,true,false],[100,54,34,true,true,false],[104,6,0,false,false,false],[107,51,26,true,true,false],[110,50,6,true,true,false],[110,116,26,true,false,false],[110,118,2,true,true,false],[113,10,26,true,false,false],[113,16,24,true,true,false],[115,49,4,true,true,false],[115,73,24,true,false,false],[117,16,24,true,true,false],[117,69,24,true,false,false],[117,70,1,true,true,false],[138,14,24,true,false,false],[141,10,26,true,false,false],[143,33,26,true,true,false],[145,6,0,false,false,false],[148,56,3,true,true,false],[151,27,2,true,true,false],[151,78,3,true,false,false],[153,12,3,true,true,false],[153,39,3,true,false,false],[153,40,2,true,true,false],[154,37,2,true,true,false],[157,10,3,true,true,false],[158,6,0,false,false,false],[161,43,28,true,true,false],[162,14,28,true,true,false],[164,10,28,true,false,false],[165,6,0,false,false,false],[168,60,7,true,true,false],[169,29,7,true,true,false],[169,80,7,true,false,false],[170,6,0,false,false,false],[173,45,16,true,true,false],[174,30,17,true,true,false],[174,49,16,true,false,false],[175,6,0,false,false,false],[178,53,15,true,true,false],[180,43,13,true,true,false],[182,10,15,true,true,false],[183,22,15,true,false,false],[184,6,0,false,false,false],[187,74,20,true,true,false],[189,37,0,true,true,false],[190,39,0,true,true,false],[190,81,0,true,false,false],[191,10,20,true,false,false],[192,6,0,false,false,false],[195,28,5,true,true,false],[197,6,0,false,false,false],[204,74,40,true,true,false],[206,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":19,"percent":90.476190476190482},"instantiations":{"count":21,"covered":19,"percent":90.476190476190482},"lines":{"count":151,"covered":147,"percent":97.350993377483448},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":43,"notcovered":2,"percent":95.555555555555557}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift","mcdc_records":[],"segments":[[20,33,0,true,true,false],[21,20,0,true,true,false],[21,24,0,true,false,false],[22,13,0,true,true,false],[22,35,0,true,false,false],[23,13,0,true,true,false],[23,42,0,true,false,false],[24,13,0,true,true,false],[24,37,0,true,false,false],[25,13,0,true,true,false],[25,29,0,true,false,false],[26,13,0,true,true,false],[26,33,0,true,false,false],[27,13,0,true,true,false],[27,41,0,true,false,false],[28,13,0,true,true,false],[28,29,0,true,false,false],[29,14,0,true,true,false],[30,10,0,false,false,false],[32,33,0,true,true,false],[34,20,0,true,true,false],[34,24,0,true,false,false],[35,13,0,true,true,false],[36,59,0,true,false,false],[37,13,0,true,true,false],[38,91,0,true,false,false],[39,13,0,true,true,false],[41,78,0,true,false,false],[42,13,0,true,true,false],[43,91,0,true,false,false],[44,13,0,true,true,false],[45,105,0,true,false,false],[46,13,0,true,true,false],[47,92,0,true,false,false],[48,13,0,true,true,false],[49,91,0,true,false,false],[51,10,0,false,false,false],[53,39,0,true,true,false],[55,20,0,true,true,false],[55,24,0,true,false,false],[56,13,0,true,true,false],[57,75,0,true,false,false],[58,13,0,true,true,false],[59,75,0,true,false,false],[60,13,0,true,true,false],[61,89,0,true,false,false],[62,13,0,true,true,false],[63,76,0,true,false,false],[64,13,0,true,true,false],[65,75,0,true,false,false],[66,13,0,true,true,false],[67,27,0,true,false,false],[69,10,0,false,false,false],[71,31,0,true,true,false],[72,16,0,true,true,false],[72,32,0,true,false,false],[72,33,0,true,true,false],[75,14,0,true,true,false],[76,16,0,true,true,false],[76,31,0,true,false,false],[76,65,0,true,true,false],[78,14,0,true,true,false],[79,71,0,true,false,false],[80,10,0,false,false,false],[82,35,0,true,true,false],[83,20,0,true,true,false],[83,24,0,true,false,false],[84,13,0,true,true,false],[85,21,0,true,false,false],[86,13,0,true,true,false],[87,22,0,true,false,false],[88,14,0,true,true,false],[89,10,0,false,false,false],[94,18,0,true,true,false],[94,24,0,false,false,false],[103,20,0,true,true,false],[103,22,0,false,false,false],[106,44,0,true,true,false],[114,35,0,true,true,false],[114,85,0,true,false,false],[115,6,0,false,false,false],[118,43,0,true,true,false],[119,33,0,true,true,false],[119,46,0,true,false,false],[120,6,0,false,false,false],[128,97,0,true,true,false],[129,42,0,true,true,false],[129,61,0,true,false,false],[135,39,0,true,true,false],[136,44,0,true,true,false],[136,56,0,true,true,false],[138,16,0,true,true,false],[139,59,0,true,true,false],[141,35,0,true,true,false],[143,56,0,true,true,false],[143,57,0,true,false,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[147,21,0,true,true,false],[149,20,0,true,true,false],[149,43,0,true,false,false],[149,44,0,true,true,false],[151,18,0,true,false,false],[153,14,0,true,true,false],[154,10,0,true,true,false],[156,12,0,true,true,false],[156,20,0,true,false,false],[156,43,0,true,true,false],[158,10,0,true,true,false],[161,31,0,true,true,false],[163,10,0,true,false,false],[164,17,0,true,true,false],[164,50,0,true,false,false],[166,14,0,true,true,false],[166,20,0,true,false,false],[167,6,0,false,false,false],[170,80,0,true,true,false],[171,16,0,true,true,false],[171,23,0,true,false,false],[172,9,0,true,true,false],[173,36,0,true,false,false],[174,9,0,true,true,false],[175,37,0,true,false,false],[176,9,0,true,true,false],[178,64,0,true,true,false],[180,14,0,true,true,false],[181,106,0,true,false,false],[183,6,0,false,false,false],[187,55,0,true,true,false],[192,75,0,true,true,false],[196,91,0,true,true,false],[198,10,0,true,true,false],[225,84,0,true,true,false],[227,10,0,true,true,false],[231,15,0,true,true,false],[231,52,0,true,false,false],[231,53,0,true,true,false],[232,78,0,true,true,false],[232,90,0,true,true,false],[237,16,0,true,true,false],[237,31,0,true,false,false],[237,32,0,true,true,false],[239,14,0,true,false,false],[240,10,0,true,true,false],[242,23,0,true,false,false],[243,6,0,false,false,false],[247,110,0,true,true,false],[249,42,0,true,true,false],[251,10,0,true,true,false],[254,34,0,true,true,false],[255,53,0,true,true,false],[256,31,0,true,true,false],[258,52,0,true,true,false],[258,53,0,true,false,false],[261,14,0,true,true,false],[262,10,0,true,true,false],[264,31,0,true,true,false],[266,10,0,true,false,false],[267,17,0,true,true,false],[267,50,0,true,false,false],[268,6,0,false,false,false],[270,69,0,true,true,false],[273,73,0,true,true,false],[277,91,0,true,true,false],[279,10,0,true,true,false],[306,84,0,true,true,false],[308,10,0,true,true,false],[312,15,0,true,true,false],[312,52,0,true,false,false],[312,53,0,true,true,false],[313,78,0,true,true,false],[313,90,0,true,true,false],[318,16,0,true,true,false],[318,31,0,true,false,false],[318,32,0,true,true,false],[320,14,0,true,false,false],[321,10,0,true,true,false],[323,23,0,true,false,false],[324,6,0,false,false,false],[328,56,0,true,true,false],[331,41,0,true,true,false],[333,10,0,true,true,false],[336,39,0,true,true,false],[337,63,0,true,true,false],[338,31,0,true,true,false],[340,52,0,true,true,false],[340,53,0,true,false,false],[343,14,0,true,true,false],[344,10,0,true,true,false],[346,31,0,true,true,false],[348,10,0,true,false,false],[349,17,0,true,true,false],[349,50,0,true,false,false],[350,6,0,false,false,false],[352,84,0,true,true,false],[355,75,0,true,true,false],[359,91,0,true,true,false],[361,10,0,true,true,false],[379,84,0,true,true,false],[381,10,0,true,true,false],[385,15,0,true,true,false],[385,52,0,true,false,false],[385,53,0,true,true,false],[386,79,0,true,true,false],[386,91,0,true,true,false],[392,16,0,true,true,false],[392,31,0,true,false,false],[392,32,0,true,true,false],[394,14,0,true,false,false],[395,10,0,true,true,false],[397,23,0,true,false,false],[398,6,0,false,false,false],[401,75,0,true,true,false],[403,81,0,true,true,false],[404,56,0,true,true,false],[404,67,0,true,false,false],[409,34,0,true,true,false],[410,44,0,true,true,false],[410,54,0,true,true,false],[411,45,0,true,true,false],[411,77,0,true,false,false],[411,80,0,true,true,false],[411,91,0,true,false,false],[412,20,0,true,true,false],[412,87,0,true,false,false],[412,88,0,true,true,false],[414,18,0,true,false,false],[417,31,0,true,true,false],[418,20,0,true,true,false],[418,46,0,true,false,false],[418,47,0,true,true,false],[423,18,0,true,true,false],[425,20,0,true,true,false],[425,43,0,true,false,false],[425,44,0,true,true,false],[428,18,0,true,true,false],[430,20,0,true,true,false],[430,49,0,true,false,false],[430,50,0,true,true,false],[433,18,0,true,false,false],[434,14,0,true,true,false],[438,16,0,true,true,false],[438,33,0,true,false,false],[438,34,0,true,true,false],[440,14,0,true,true,false],[441,10,0,true,true,false],[443,61,0,true,false,false],[444,6,0,false,false,false],[447,83,0,true,true,false],[449,85,0,true,true,false],[451,10,0,true,true,false],[455,29,0,true,true,false],[456,16,0,true,true,false],[456,53,0,true,true,false],[456,78,0,true,false,false],[456,79,0,true,true,false],[458,20,0,true,true,false],[458,70,0,true,false,false],[458,71,0,true,true,false],[460,18,0,true,false,false],[462,10,0,true,true,false],[464,23,0,true,false,false],[465,6,0,false,false,false],[467,98,0,true,true,false],[472,68,0,true,true,false],[472,86,0,true,false,false],[475,9,0,true,true,false],[476,55,0,true,true,false],[478,20,0,true,true,false],[478,64,0,true,false,false],[478,65,0,true,true,false],[480,18,0,true,false,false],[481,14,0,true,true,false],[482,10,0,true,false,false],[484,12,0,true,true,false],[484,32,0,true,false,false],[484,33,0,true,true,false],[485,94,0,true,true,false],[486,53,0,true,true,false],[486,74,0,true,true,false],[486,98,0,true,false,false],[487,42,0,true,true,false],[489,24,0,true,true,false],[489,68,0,true,false,false],[489,69,0,true,true,false],[491,22,0,true,false,false],[492,18,0,true,true,false],[493,14,0,true,false,false],[496,12,0,true,true,false],[496,32,0,true,false,false],[496,94,0,true,true,false],[498,10,0,true,false,false],[501,6,0,false,false,false],[504,66,0,true,true,false],[507,12,0,true,true,false],[507,31,0,true,false,false],[507,32,0,true,true,false],[509,10,0,true,false,false],[511,6,0,false,false,false],[516,62,0,true,true,false],[518,12,0,true,true,false],[518,40,0,true,false,false],[518,41,0,true,true,false],[520,10,0,true,false,false],[522,57,0,true,true,false],[524,10,0,true,false,false],[526,60,0,true,true,false],[528,10,0,true,false,false],[530,6,0,false,false,false],[533,70,0,true,true,false],[534,34,0,true,true,false],[534,48,0,true,true,false],[536,63,0,true,false,false],[537,6,0,false,false,false],[540,71,0,true,true,false],[541,34,0,true,true,false],[541,48,0,true,true,false],[545,81,0,true,false,false],[546,6,0,false,false,false],[549,70,0,true,true,false],[550,34,0,true,true,false],[550,48,0,true,true,false],[551,74,0,true,false,false],[552,6,0,false,false,false],[555,55,0,true,true,false],[556,26,0,true,true,false],[556,38,0,true,true,false],[557,26,0,true,true,false],[557,38,0,true,true,false],[558,24,0,true,true,false],[558,25,0,true,false,false],[558,28,0,true,true,false],[558,29,0,true,false,false],[559,6,0,false,false,false],[569,39,0,true,true,false],[570,20,0,true,true,false],[570,24,0,true,false,false],[571,13,0,true,true,false],[572,58,0,true,false,false],[573,13,0,true,true,false],[574,50,0,true,false,false],[575,13,0,true,true,false],[576,49,0,true,false,false],[577,13,0,true,true,false],[578,82,0,true,false,false],[579,14,0,true,true,false],[580,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":523,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":217,"covered":0,"notcovered":217,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift","mcdc_records":[],"segments":[[97,41,7,true,true,false],[98,38,4,true,true,false],[100,10,3,true,true,false],[104,22,7,true,false,false],[105,6,0,false,false,false],[109,37,0,true,true,false],[111,6,0,false,false,false],[114,91,4,true,true,false],[117,39,28,true,true,false],[118,16,28,true,true,false],[118,77,28,true,false,false],[118,78,0,true,true,false],[120,14,28,true,false,false],[121,10,4,true,true,false],[123,42,4,true,false,false],[124,6,0,false,false,false],[126,53,3,true,true,false],[129,12,3,true,true,false],[129,22,3,true,false,false],[129,23,0,true,true,false],[132,10,3,true,false,false],[132,16,3,true,true,false],[134,10,3,true,false,false],[137,6,0,false,false,false],[140,45,1,true,true,false],[141,12,1,true,true,false],[141,23,1,true,false,false],[141,24,1,true,true,false],[143,10,1,true,false,false],[143,16,0,true,true,false],[146,10,1,true,false,false],[147,6,0,false,false,false],[177,34,2,true,true,false],[179,6,0,false,false,false],[182,38,0,true,true,false],[184,6,0,false,false,false],[189,42,1,true,true,false],[189,44,0,false,false,false],[192,46,1,true,true,false],[192,47,0,false,false,false],[195,49,1,true,true,false],[195,50,0,false,false,false],[198,42,1,true,true,false],[198,47,0,false,false,false],[202,20,1,true,true,false],[204,12,1,true,true,false],[204,37,1,true,false,false],[204,38,1,true,true,false],[207,10,1,true,false,false],[207,16,0,true,true,false],[210,10,1,true,false,false],[211,6,0,false,false,false],[218,47,0,true,true,false],[219,43,0,true,true,false],[222,10,0,true,true,false],[228,12,0,true,true,false],[228,24,0,true,false,false],[228,25,0,true,true,false],[234,10,0,true,false,false],[234,16,0,true,true,false],[237,10,0,true,false,false],[238,6,0,false,false,false],[243,33,1,true,true,false],[244,32,0,true,true,false],[244,42,1,true,true,false],[245,101,0,true,true,false],[248,10,1,true,true,false],[254,14,0,true,true,false],[257,10,1,true,true,false],[260,38,3,true,true,false],[262,68,0,true,true,false],[264,14,3,true,true,false],[265,62,0,true,true,false],[265,90,3,true,false,false],[266,10,1,true,false,false],[269,75,1,true,true,false],[271,10,1,true,false,false],[274,6,0,false,false,false],[277,40,0,true,true,false],[278,72,0,true,true,false],[280,10,0,true,true,false],[281,25,0,true,false,false],[282,6,0,false,false,false],[285,46,0,true,true,false],[286,32,0,true,true,false],[289,10,0,true,true,false],[291,38,0,true,true,false],[291,52,0,true,true,false],[292,79,0,true,true,false],[294,10,0,true,true,false],[296,35,0,true,false,false],[297,6,0,false,false,false],[300,50,0,true,true,false],[301,32,0,true,true,false],[304,10,0,true,true,false],[306,38,0,true,true,false],[306,52,0,true,true,false],[307,79,0,true,true,false],[309,10,0,true,true,false],[311,35,0,true,false,false],[312,6,0,false,false,false],[320,84,0,true,true,false],[321,32,0,true,true,false],[324,10,0,true,true,false],[330,14,0,true,true,false],[333,10,0,true,true,false],[342,20,0,true,false,false],[343,6,0,false,false,false],[346,55,0,true,true,false],[347,75,0,true,true,false],[349,10,0,true,true,false],[355,110,0,true,true,false],[357,10,0,true,true,false],[360,34,0,true,true,false],[366,18,0,true,true,false],[368,14,0,true,true,false],[369,28,0,true,false,false],[370,10,0,true,true,false],[372,19,0,true,false,false],[373,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":12,"percent":57.142857142857139},"instantiations":{"count":21,"covered":12,"percent":57.142857142857139},"lines":{"count":208,"covered":81,"percent":38.942307692307693},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":28,"notcovered":48,"percent":36.84210526315789}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift","mcdc_records":[],"segments":[[16,30,61,true,true,false],[16,31,0,false,false,false],[20,37,61,true,true,false],[27,6,0,false,false,false],[33,47,3,true,true,false],[34,71,0,true,true,false],[37,10,3,true,true,false],[39,12,3,true,true,false],[41,82,3,true,true,false],[44,56,0,true,true,false],[47,14,3,true,true,false],[59,85,3,true,true,false],[66,24,3,true,false,false],[68,17,0,true,true,false],[71,10,3,true,false,false],[72,6,0,false,false,false],[75,55,3,true,true,false],[76,76,0,true,true,false],[78,10,3,true,true,false],[80,12,3,true,true,false],[81,93,3,true,true,false],[82,44,18,true,true,false],[82,68,3,true,false,false],[86,37,18,true,true,false],[92,17,18,true,true,false],[100,18,18,true,false,false],[101,14,3,true,true,false],[104,35,35,true,true,false],[104,66,3,true,false,false],[106,17,0,true,true,false],[109,10,3,true,false,false],[110,6,0,false,false,false],[113,64,0,true,true,false],[114,76,0,true,true,false],[116,10,0,true,true,false],[119,83,0,true,true,false],[122,52,0,true,true,false],[125,10,0,true,true,false],[128,12,0,true,true,false],[128,62,0,true,false,false],[128,63,0,true,true,false],[132,10,0,true,false,false],[135,81,0,true,true,false],[138,6,0,false,false,false],[141,52,0,true,true,false],[144,31,0,true,true,false],[145,16,0,true,true,false],[146,91,0,true,true,false],[147,20,0,true,true,false],[147,51,0,true,false,false],[147,52,0,true,true,false],[148,50,0,true,true,false],[151,32,0,true,false,false],[152,18,0,true,true,false],[153,14,0,true,false,false],[153,21,0,true,true,false],[157,14,0,true,true,false],[158,10,0,true,true,false],[161,21,0,true,false,false],[162,6,0,false,false,false],[166,50,61,true,true,false],[167,77,61,true,true,false],[167,87,0,true,true,false],[169,12,0,true,true,false],[174,14,0,true,true,false],[176,10,0,true,false,false],[176,17,0,true,true,false],[178,10,0,true,true,false],[179,6,0,false,false,false],[181,38,3,true,true,false],[185,12,3,true,true,false],[185,38,3,true,false,false],[185,39,3,true,true,false],[188,43,3,true,true,false],[189,20,3,true,true,false],[190,80,3,true,true,false],[192,18,3,true,false,false],[192,25,0,true,true,false],[195,18,3,true,true,false],[196,14,3,true,true,false],[197,10,3,true,true,false],[198,6,0,false,false,false],[201,57,3,true,true,false],[205,37,0,true,true,false],[205,53,3,true,true,false],[209,44,0,true,true,false],[209,59,3,true,false,false],[210,46,0,true,true,false],[210,61,3,true,false,false],[213,41,10374,true,true,false],[213,54,3,true,false,false],[214,42,10374,true,true,false],[214,55,3,true,false,false],[217,36,3,true,true,false],[217,50,3,true,false,false],[219,12,3,true,true,false],[219,20,3,true,false,false],[219,21,0,true,true,false],[223,10,3,true,false,false],[226,6,0,false,false,false],[237,38,0,true,true,false],[241,6,0,false,false,false],[243,38,0,true,true,false],[248,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":12,"percent":66.666666666666657},"instantiations":{"count":18,"covered":12,"percent":66.666666666666657},"lines":{"count":209,"covered":119,"percent":56.937799043062199},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":34,"notcovered":37,"percent":47.887323943661968}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift","mcdc_records":[],"segments":[[21,30,62,true,true,false],[21,35,0,false,false,false],[22,39,62,true,true,false],[22,44,0,false,false,false],[24,47,62,true,true,false],[24,50,0,false,false,false],[25,30,62,true,true,false],[25,31,0,false,false,false],[26,30,62,true,true,false],[26,31,0,false,false,false],[27,43,62,true,true,false],[27,48,0,false,false,false],[31,38,62,true,true,false],[31,43,0,false,false,false],[34,25,62,true,true,false],[34,89,0,false,false,false],[39,12,62,true,true,false],[41,6,0,false,false,false],[43,12,35,true,true,false],[46,6,0,false,false,false],[51,76,91,true,true,false],[53,36,0,true,true,false],[53,49,91,true,false,false],[55,6,0,false,false,false],[57,44,1,true,true,false],[58,54,0,true,true,false],[60,10,1,true,true,false],[61,21,1,true,false,false],[62,6,0,false,false,false],[68,76,1,true,true,false],[69,12,1,true,true,false],[69,26,1,true,true,false],[69,45,1,true,false,false],[69,46,0,true,true,false],[73,10,1,true,false,false],[81,94,0,true,true,false],[81,103,1,true,false,false],[84,12,1,true,true,false],[84,56,1,true,false,false],[84,57,1,true,true,false],[87,10,1,true,false,false],[87,16,0,true,true,false],[92,10,1,true,false,false],[93,6,0,false,false,false],[98,40,2,true,true,false],[99,47,0,true,true,false],[102,10,2,true,true,false],[108,70,0,true,true,false],[112,10,2,true,true,false],[126,44,1,true,true,false],[127,65,0,true,true,false],[127,75,1,true,true,false],[130,18,1,true,true,false],[132,14,1,true,false,false],[133,10,2,true,false,false],[136,45,2,true,true,false],[139,10,2,true,false,false],[147,6,0,false,false,false],[150,45,0,true,true,false],[151,61,0,true,true,false],[154,10,0,true,true,false],[157,74,0,true,true,false],[161,10,0,true,true,false],[164,78,0,true,true,false],[169,10,0,true,true,false],[183,49,0,true,true,false],[186,18,0,true,true,false],[188,14,0,true,false,false],[192,50,0,true,true,false],[195,10,0,true,false,false],[204,6,0,false,false,false],[207,25,36,true,true,false],[215,12,36,true,true,false],[215,22,36,true,false,false],[215,23,1,true,true,false],[220,10,36,true,false,false],[223,12,36,true,true,false],[223,31,36,true,false,false],[223,32,0,true,true,false],[228,10,36,true,false,false],[238,6,0,false,false,false],[241,24,0,true,true,false],[242,23,0,true,true,false],[242,42,0,true,false,false],[243,6,0,false,false,false],[248,79,1,true,true,false],[249,47,0,true,true,false],[252,10,1,true,true,false],[255,12,1,true,true,false],[255,29,1,true,false,false],[255,30,0,true,true,false],[258,10,1,true,true,false],[260,12,1,true,true,false],[260,30,1,true,false,false],[260,31,0,true,true,false],[263,10,1,true,true,false],[269,12,1,true,true,false],[269,39,1,true,true,false],[269,62,1,true,false,false],[269,63,1,true,true,false],[274,10,1,true,false,false],[278,6,0,false,false,false],[281,53,1,true,true,false],[290,51,1,true,true,false],[292,10,1,true,false,false],[293,6,0,false,false,false],[296,53,0,true,true,false],[297,51,0,true,true,false],[297,61,0,true,true,false],[302,12,0,true,true,false],[302,60,0,true,false,false],[302,61,0,true,true,false],[315,33,0,true,true,false],[316,22,0,true,true,false],[316,48,0,true,false,false],[319,16,0,true,true,false],[321,10,0,true,false,false],[322,6,0,false,false,false],[325,48,1,true,true,false],[326,47,0,true,true,false],[329,10,1,true,true,false],[334,12,1,true,true,false],[334,57,1,true,false,false],[334,58,0,true,true,false],[342,16,0,true,true,false],[342,60,0,true,false,false],[342,61,0,true,true,false],[344,14,0,true,false,false],[344,20,0,true,true,false],[355,14,0,true,true,false],[356,10,1,true,true,false],[362,29,1,true,true,false],[363,33,0,true,true,false],[363,43,1,true,true,false],[366,10,1,true,false,false],[367,6,0,false,false,false],[371,48,0,true,true,false],[374,12,0,true,true,false],[374,35,0,true,false,false],[374,36,0,true,true,false],[380,54,0,true,true,false],[382,14,0,true,false,false],[383,16,0,true,true,false],[388,10,0,true,false,false],[389,6,0,false,false,false],[391,53,0,true,true,false],[394,12,0,true,true,false],[394,35,0,true,false,false],[394,36,0,true,true,false],[400,54,0,true,true,false],[402,14,0,true,false,false],[403,16,0,true,true,false],[406,10,0,true,false,false],[407,6,0,false,false,false],[411,64,2,true,true,false],[413,12,2,true,true,false],[413,19,2,true,false,false],[413,20,2,true,true,false],[416,10,2,true,false,false],[416,16,0,true,true,false],[421,10,2,true,false,false],[422,6,0,false,false,false],[424,47,2,true,true,false],[425,47,0,true,true,false],[428,10,2,true,true,false],[430,12,2,true,true,false],[431,84,2,true,true,false],[435,95,0,true,true,false],[435,100,2,true,false,false],[436,17,0,true,true,false],[439,10,2,true,true,false],[440,6,0,false,false,false],[442,51,0,true,true,false],[443,47,0,true,true,false],[446,10,0,true,true,false],[448,12,0,true,true,false],[449,84,0,true,true,false],[453,106,0,true,true,false],[453,111,0,true,false,false],[453,158,0,true,true,false],[453,163,0,true,false,false],[457,60,0,true,true,false],[462,14,0,true,true,false],[467,16,0,true,true,false],[467,26,0,true,false,false],[467,27,0,true,true,false],[470,104,0,true,true,false],[470,113,0,true,false,false],[472,20,0,true,true,false],[474,14,0,true,false,false],[477,17,0,true,true,false],[480,10,0,true,false,false],[481,6,0,false,false,false],[483,44,1,true,true,false],[484,47,0,true,true,false],[487,10,1,true,true,false],[492,65,0,true,true,false],[501,10,1,true,true,false],[503,12,1,true,true,false],[503,35,1,true,false,false],[503,36,1,true,true,false],[506,10,1,true,false,false],[506,16,0,true,true,false],[508,49,0,true,true,false],[511,14,0,true,true,false],[512,10,1,true,true,false],[515,12,1,true,true,false],[516,84,1,true,true,false],[517,59,0,true,true,false],[517,60,1,true,false,false],[520,17,0,true,true,false],[522,10,1,true,true,false],[525,29,1,true,true,false],[526,18,1,true,true,false],[526,44,1,true,false,false],[530,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":30,"percent":58.82352941176471},"instantiations":{"count":51,"covered":30,"percent":58.82352941176471},"lines":{"count":522,"covered":254,"percent":48.659003831417621},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":139,"covered":65,"notcovered":74,"percent":46.762589928057551}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift","mcdc_records":[],"segments":[[23,62,5,true,true,false],[25,10,0,false,false,false],[27,64,1,true,true,false],[29,10,0,false,false,false],[48,21,2,true,true,false],[48,32,0,false,false,false],[51,42,2,true,true,false],[51,45,0,false,false,false],[57,20,2,true,true,false],[57,22,0,false,false,false],[71,7,15,true,true,false],[75,6,0,false,false,false],[89,73,8,true,true,false],[97,71,1,true,true,false],[103,10,7,true,true,false],[107,12,7,true,true,false],[108,84,7,true,true,false],[111,10,7,true,false,false],[111,17,0,true,true,false],[117,10,7,true,true,false],[120,61,0,true,true,false],[126,10,7,true,true,false],[129,12,7,true,true,false],[129,37,7,true,false,false],[129,38,0,true,true,false],[130,61,0,true,true,false],[130,87,0,true,false,false],[138,10,7,true,true,false],[141,48,0,true,true,false],[147,10,7,true,true,false],[151,12,7,true,true,false],[151,25,7,true,false,false],[151,26,5,true,true,false],[156,10,7,true,false,false],[156,16,2,true,true,false],[164,56,2,true,true,false],[166,14,2,true,false,false],[168,16,2,true,true,false],[168,51,2,true,true,false],[168,76,2,true,false,false],[168,80,0,true,true,false],[168,97,2,true,false,false],[168,98,2,true,true,false],[169,50,2,true,true,false],[169,71,2,true,false,false],[170,21,0,true,true,false],[170,56,0,true,true,false],[170,74,0,true,false,false],[170,77,0,true,true,false],[170,97,0,true,false,false],[170,98,2,true,false,false],[176,14,0,true,true,false],[182,26,2,true,false,false],[183,10,7,true,false,false],[184,6,0,false,false,false],[190,72,3,true,true,false],[191,46,0,true,true,false],[194,10,3,true,true,false],[196,12,3,true,true,false],[198,10,3,true,false,false],[198,17,2,true,true,false],[201,10,3,true,false,false],[202,6,0,false,false,false],[206,40,6,true,true,false],[207,14,6,true,true,false],[208,75,0,true,true,false],[208,78,6,true,false,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":12,"percent":80},"instantiations":{"count":15,"covered":12,"percent":80},"lines":{"count":140,"covered":106,"percent":75.714285714285708},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":30,"notcovered":12,"percent":71.428571428571431}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift","mcdc_records":[],"segments":[[13,68,19,true,true,false],[18,35,2,true,true,false],[18,94,19,true,false,false],[28,6,0,false,false,false],[30,38,70,true,true,false],[32,65,1,true,true,false],[35,10,69,true,true,false],[36,12,69,true,true,false],[37,53,69,true,true,false],[39,74,68,true,true,false],[41,31,2,true,true,false],[43,14,68,true,true,false],[44,25,69,true,false,false],[45,17,1,true,true,false],[48,10,69,true,false,false],[49,6,0,false,false,false],[51,50,119,true,true,false],[53,27,36,true,true,false],[55,10,119,true,true,false],[57,90,119,true,true,false],[58,45,119,true,true,false],[59,54,119,true,true,false],[61,6,0,false,false,false],[66,76,0,true,true,false],[68,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":4,"percent":80},"instantiations":{"count":5,"covered":4,"percent":80},"lines":{"count":51,"covered":48,"percent":94.117647058823522},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":17,"notcovered":1,"percent":94.444444444444443}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift","mcdc_records":[],"segments":[[25,23,5,true,true,false],[26,16,5,true,true,false],[26,20,5,true,false,false],[27,9,1,true,true,false],[27,29,5,true,false,false],[28,9,1,true,true,false],[28,32,5,true,false,false],[29,9,2,true,true,false],[29,27,5,true,false,false],[30,9,1,true,true,false],[30,31,5,true,false,false],[31,10,5,true,true,false],[32,6,0,false,false,false],[88,60,78,true,true,false],[90,6,0,false,false,false],[92,79,0,true,true,false],[104,37,0,true,true,false],[104,46,0,true,false,false],[104,49,0,true,true,false],[104,58,0,true,false,false],[107,6,0,false,false,false],[109,86,0,true,true,false],[112,12,0,true,true,false],[112,56,0,true,true,false],[112,88,0,true,false,false],[112,89,0,true,true,false],[114,10,0,true,false,false],[115,12,0,true,true,false],[115,45,0,true,true,false],[115,80,0,true,false,false],[116,16,0,true,true,false],[116,44,0,true,false,false],[117,9,0,true,true,false],[119,10,0,true,false,false],[121,6,0,false,false,false],[123,90,1,true,true,false],[125,6,0,false,false,false],[129,99,9,true,true,false],[133,16,9,true,true,false],[133,24,9,true,false,false],[134,9,3,true,true,false],[135,16,3,true,true,false],[135,56,3,true,false,false],[135,57,1,true,true,false],[147,14,3,true,false,false],[147,23,2,true,true,false],[147,64,3,true,false,false],[147,65,1,true,true,false],[159,14,3,true,false,false],[159,23,1,true,true,false],[159,61,3,true,false,false],[159,62,1,true,true,false],[172,14,9,true,false,false],[173,9,1,true,true,false],[184,19,9,true,false,false],[185,9,1,true,true,false],[196,19,9,true,false,false],[197,9,2,true,true,false],[199,16,2,true,true,false],[200,20,1,true,true,false],[200,67,2,true,false,false],[201,13,1,true,true,false],[215,14,2,true,false,false],[215,20,1,true,true,false],[228,14,9,true,false,false],[229,9,2,true,true,false],[232,50,1,true,true,false],[232,75,2,true,false,false],[232,79,1,true,true,false],[232,104,2,true,false,false],[233,24,1,true,true,false],[233,58,2,true,false,false],[233,62,1,true,true,false],[233,90,2,true,false,false],[235,16,2,true,true,false],[235,35,2,true,false,false],[235,36,1,true,true,false],[247,14,2,true,false,false],[247,20,1,true,true,false],[259,14,9,true,false,false],[260,10,9,true,true,false],[262,27,9,true,false,false],[263,6,0,false,false,false],[267,61,1,true,true,false],[269,12,1,true,true,false],[269,42,1,true,false,false],[269,43,1,true,true,false],[271,10,0,true,true,false],[276,12,0,true,true,false],[276,32,0,true,false,false],[276,33,0,true,true,false],[288,10,0,true,false,false],[294,12,0,true,true,false],[294,46,0,true,false,false],[294,47,0,true,true,false],[306,10,0,true,false,false],[309,12,0,true,true,false],[309,41,0,true,false,false],[309,42,0,true,true,false],[321,10,0,true,false,false],[321,19,0,true,true,false],[321,52,0,true,false,false],[321,53,0,true,true,false],[333,10,0,true,false,false],[336,12,0,true,true,false],[336,46,0,true,false,false],[336,47,0,true,true,false],[348,10,0,true,false,false],[355,12,0,true,true,false],[355,40,0,true,false,false],[355,85,0,true,true,false],[367,10,0,true,false,false],[371,12,0,true,true,false],[371,58,0,true,false,false],[371,59,0,true,true,false],[384,10,0,true,false,false],[387,53,0,true,true,false],[388,47,0,true,true,false],[389,48,0,true,true,false],[389,59,0,true,false,false],[389,64,0,true,true,false],[389,67,0,true,false,false],[390,41,0,true,true,false],[390,52,0,true,false,false],[390,57,0,true,true,false],[390,60,0,true,false,false],[406,46,0,true,true,false],[422,16,0,true,true,false],[422,25,0,true,false,false],[422,26,0,true,true,false],[436,14,0,true,false,false],[443,27,1,true,false,false],[444,6,0,false,false,false],[448,62,1,true,true,false],[453,12,1,true,true,false],[453,47,1,true,false,false],[453,48,0,true,true,false],[454,65,0,true,true,false],[456,14,0,true,false,false],[469,10,1,true,false,false],[472,12,1,true,true,false],[472,48,1,true,false,false],[472,49,0,true,true,false],[473,67,0,true,true,false],[475,14,0,true,false,false],[488,10,1,true,false,false],[491,6,0,false,false,false],[495,67,5,true,true,false],[498,65,1,true,true,false],[511,10,4,true,true,false],[513,12,4,true,true,false],[514,79,4,true,true,false],[518,43,12,true,true,false],[519,20,12,true,true,false],[519,58,12,true,false,false],[519,59,1,true,true,false],[531,18,12,true,false,false],[531,27,11,true,true,false],[531,58,12,true,false,false],[531,59,1,true,true,false],[543,18,12,true,false,false],[543,27,10,true,true,false],[543,53,9,true,true,false],[543,75,12,true,false,false],[543,76,1,true,true,false],[555,18,12,true,false,false],[556,14,4,true,true,false],[557,10,4,true,false,false],[557,17,0,true,true,false],[569,10,4,true,true,false],[571,27,5,true,false,false],[572,6,0,false,false,false],[576,46,0,true,true,false],[578,6,0,false,false,false],[580,61,0,true,true,false],[582,12,0,true,true,false],[582,42,0,true,false,false],[582,43,0,true,true,false],[582,59,0,true,true,false],[585,12,0,true,true,false],[590,14,0,true,true,false],[592,40,0,true,false,false],[593,17,0,true,true,false],[595,10,0,true,false,false],[596,6,0,false,false,false],[598,55,0,true,true,false],[601,6,0,false,false,false],[603,59,0,true,true,false],[605,12,0,true,true,false],[605,42,0,true,false,false],[605,43,0,true,true,false],[605,59,0,true,true,false],[608,29,0,true,false,false],[609,6,0,false,false,false],[611,68,0,true,true,false],[613,12,0,true,true,false],[613,42,0,true,false,false],[613,43,0,true,true,false],[613,58,0,true,true,false],[615,12,0,true,true,false],[620,14,0,true,true,false],[623,20,0,true,true,false],[623,63,0,true,true,false],[623,89,0,true,false,false],[624,17,0,true,true,false],[627,10,0,true,false,false],[628,6,0,false,false,false],[630,72,0,true,true,false],[632,12,0,true,true,false],[632,42,0,true,false,false],[632,43,0,true,true,false],[632,58,0,true,true,false],[634,12,0,true,true,false],[635,81,0,true,true,false],[636,64,0,true,false,false],[637,17,0,true,true,false],[640,10,0,true,false,false],[641,6,0,false,false,false],[645,79,0,true,true,false],[648,12,0,true,true,false],[649,41,0,true,true,false],[650,54,0,true,true,false],[655,26,0,true,false,false],[656,17,0,true,true,false],[660,10,0,true,false,false],[661,6,0,false,false,false],[663,71,0,true,true,false],[666,12,0,true,true,false],[667,49,0,true,true,false],[672,25,0,true,false,false],[673,17,0,true,true,false],[677,10,0,true,false,false],[678,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":13,"percent":38.235294117647058},"instantiations":{"count":34,"covered":13,"percent":38.235294117647058},"lines":{"count":593,"covered":240,"percent":40.472175379426645},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":55,"notcovered":78,"percent":41.353383458646611}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift","mcdc_records":[],"segments":[[13,51,0,true,true,false],[15,6,0,false,false,false],[17,27,0,true,true,false],[19,6,0,false,false,false],[22,40,0,true,true,false],[23,38,0,true,true,false],[23,73,0,true,true,false],[26,12,0,true,true,false],[26,42,0,true,false,false],[26,43,0,true,true,false],[28,10,0,true,true,false],[37,27,0,true,true,false],[40,18,0,true,false,false],[43,14,0,true,true,false],[45,10,0,true,true,false],[53,22,0,true,false,false],[54,6,0,false,false,false],[56,22,0,true,true,false],[57,44,0,true,true,false],[57,54,0,true,true,false],[58,46,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,69,0,true,true,false],[70,6,0,false,false,false],[72,36,0,true,true,false],[74,6,0,false,false,false],[76,42,0,true,true,false],[77,12,0,true,true,false],[77,34,0,true,false,false],[77,35,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":63,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift","mcdc_records":[],"segments":[[21,108,0,true,true,false],[26,43,0,true,true,false],[27,16,0,true,true,false],[28,60,0,true,true,false],[30,14,0,true,false,false],[30,21,0,true,true,false],[33,14,0,true,true,false],[34,10,0,true,true,false],[37,12,0,true,true,false],[38,49,0,true,true,false],[40,28,0,true,false,false],[41,17,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[48,59,0,true,true,false],[49,78,0,true,true,false],[51,10,0,true,true,false],[52,38,0,true,false,false],[53,6,0,false,false,false],[56,88,0,true,true,false],[59,14,0,true,true,false],[61,10,0,true,true,false],[62,20,0,true,false,false],[63,6,0,false,false,false],[67,60,0,true,true,false],[69,94,0,true,true,false],[71,12,0,true,true,false],[71,34,0,true,false,false],[71,35,0,true,true,false],[76,96,0,true,true,false],[77,16,0,true,true,false],[77,39,0,true,false,false],[77,40,0,true,true,false],[80,14,0,true,true,false],[83,82,0,true,true,false],[84,10,0,true,false,false],[84,19,0,true,true,false],[84,41,0,true,false,false],[84,42,0,true,true,false],[87,10,0,true,false,false],[87,16,0,true,true,false],[93,10,0,true,true,false],[94,6,0,false,false,false],[96,74,0,true,true,false],[98,64,0,true,true,false],[101,10,0,true,true,false],[107,10,0,true,true,false],[109,12,0,true,true,false],[109,36,0,true,false,false],[109,86,0,true,true,false],[115,10,0,true,true,false],[122,6,0,false,false,false],[124,75,0,true,true,false],[126,95,0,true,true,false],[126,113,0,true,false,false],[128,14,0,true,true,false],[130,10,0,true,true,false],[131,21,0,true,false,false],[132,6,0,false,false,false],[140,109,0,true,true,false],[150,23,0,true,true,false],[158,66,0,true,true,false],[158,68,0,true,false,false],[159,66,0,true,true,false],[159,68,0,true,false,false],[161,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift","mcdc_records":[],"segments":[[19,39,0,true,true,false],[25,6,0,true,false,false],[25,8,0,false,false,false],[27,32,0,true,true,false],[27,33,0,false,false,false],[30,50,0,true,true,false],[30,53,0,false,false,false],[33,67,0,true,true,false],[33,70,0,false,false,false],[36,48,0,true,true,false],[36,51,0,false,false,false],[43,58,0,true,true,false],[47,45,0,true,true,false],[50,10,0,true,true,false],[53,63,0,true,true,false],[57,10,0,true,true,false],[60,54,0,true,true,false],[63,10,0,true,true,false],[66,47,0,true,true,false],[68,10,0,true,false,false],[75,6,0,false,false,false],[78,23,0,true,true,false],[81,12,0,true,true,false],[82,124,0,true,true,false],[83,37,0,true,true,false],[85,14,0,true,true,false],[87,10,0,true,false,false],[87,17,0,true,true,false],[89,10,0,true,true,false],[90,6,0,false,false,false],[95,60,0,true,true,false],[99,62,0,true,true,false],[99,65,0,true,false,false],[100,6,0,false,false,false],[103,86,0,true,true,false],[108,62,0,true,true,false],[110,10,0,true,true,false],[113,69,0,true,true,false],[115,10,0,true,true,false],[117,28,0,true,true,false],[119,10,0,true,true,false],[123,19,0,true,false,false],[124,6,0,false,false,false],[127,71,0,true,true,false],[128,75,0,true,true,false],[130,10,0,true,true,false],[132,43,0,true,false,false],[133,6,0,false,false,false],[136,70,0,true,true,false],[138,34,0,true,true,false],[138,62,0,true,true,false],[138,87,0,true,false,false],[138,88,0,true,true,false],[140,10,0,true,false,false],[140,16,0,true,true,false],[142,10,0,true,false,false],[144,55,0,true,true,false],[146,10,0,true,true,false],[152,12,0,true,true,false],[153,75,0,true,true,false],[154,71,0,true,true,false],[156,14,0,true,true,false],[159,64,0,true,true,false],[161,20,0,true,true,false],[161,49,0,true,true,false],[161,75,0,true,false,false],[161,76,0,true,true,false],[163,18,0,true,true,false],[164,20,0,true,true,false],[164,39,0,true,false,false],[164,40,0,true,true,false],[166,18,0,true,true,false],[167,88,0,true,false,false],[174,45,0,true,true,false],[175,64,0,true,true,false],[177,24,0,true,true,false],[177,41,0,true,false,false],[177,42,0,true,true,false],[180,22,0,true,false,false],[182,14,0,true,true,false],[184,30,0,true,true,false],[186,14,0,true,true,false],[187,10,0,true,false,false],[187,17,0,true,true,false],[189,10,0,true,true,false],[191,19,0,true,false,false],[192,6,0,false,false,false],[194,64,0,true,true,false],[198,6,0,false,false,false],[200,60,0,true,true,false],[206,6,0,false,false,false],[208,91,0,true,true,false],[210,102,0,true,true,false],[212,10,0,true,true,false],[217,56,0,true,true,false],[218,34,0,true,true,false],[218,44,0,true,true,false],[221,18,0,true,true,false],[223,14,0,true,true,false],[226,45,0,true,true,false],[226,55,0,true,true,false],[231,10,0,true,false,false],[233,22,0,true,true,false],[233,36,0,true,true,false],[233,37,0,true,false,false],[233,53,0,true,true,false],[233,54,0,true,false,false],[235,6,0,false,false,false],[237,86,0,true,true,false],[238,59,0,true,true,false],[238,73,0,true,true,false],[245,14,0,true,true,false],[247,10,0,true,true,false],[249,52,0,true,true,false],[249,53,0,true,false,false],[250,52,0,true,true,false],[250,53,0,true,false,false],[252,6,0,false,false,false],[255,62,0,true,true,false],[259,12,0,true,true,false],[260,82,0,true,true,false],[265,13,0,true,true,false],[268,14,0,true,true,false],[271,48,0,true,true,false],[273,14,0,true,true,false],[274,10,0,true,false,false],[274,17,0,true,true,false],[276,10,0,true,true,false],[278,19,0,true,false,false],[279,6,0,false,false,false],[282,73,0,true,true,false],[290,6,0,false,false,false],[292,90,0,true,true,false],[296,6,0,false,false,false],[299,66,0,true,true,false],[305,14,0,true,true,false],[308,10,0,true,true,false],[310,12,0,true,true,false],[311,43,0,true,true,false],[312,10,0,true,false,false],[312,17,0,true,true,false],[314,10,0,true,true,false],[315,6,0,false,false,false],[318,64,0,true,true,false],[321,73,0,true,true,false],[323,10,0,true,true,false],[325,61,0,true,true,false],[327,10,0,true,true,false],[328,45,0,true,false,false],[329,6,0,false,false,false],[332,90,0,true,true,false],[337,52,0,true,true,false],[339,10,0,true,false,false],[343,60,0,true,true,false],[345,10,0,true,false,false],[345,16,0,true,true,false],[347,10,0,true,false,false],[355,20,0,true,true,false],[357,10,0,true,false,false],[357,16,0,true,true,false],[364,10,0,true,false,false],[367,6,0,false,false,false],[369,79,0,true,true,false],[370,59,0,true,true,false],[370,86,0,true,false,false],[371,43,0,true,true,false],[376,10,0,true,false,false],[377,49,0,true,true,false],[377,59,0,true,false,false],[377,62,0,true,true,false],[377,71,0,true,false,false],[378,51,0,true,true,false],[382,10,0,true,false,false],[382,12,0,true,true,false],[384,10,0,true,true,false],[387,85,0,true,false,false],[388,6,0,false,false,false],[390,65,0,true,true,false],[391,60,0,true,true,false],[393,10,0,true,true,false],[394,90,0,true,false,false],[395,6,0,false,false,false],[399,20,0,true,true,false],[403,6,0,false,false,false],[407,29,0,true,true,false],[409,23,0,true,true,false],[409,51,0,true,false,false],[410,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":41,"covered":0,"percent":0},"lines":{"count":393,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":125,"covered":0,"notcovered":125,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift","mcdc_records":[],"segments":[[19,47,0,true,true,false],[19,50,0,false,false,false],[22,32,0,true,true,false],[22,35,0,false,false,false],[25,28,0,true,true,false],[25,30,0,false,false,false],[27,20,0,true,true,false],[27,22,0,false,false,false],[30,56,0,true,true,false],[32,38,0,true,true,false],[37,10,0,true,true,false],[43,122,0,true,true,false],[45,10,0,true,true,false],[47,12,0,true,true,false],[48,79,0,true,true,false],[53,18,0,true,true,false],[55,14,0,true,true,false],[57,48,0,true,true,false],[62,14,0,true,true,false],[63,10,0,true,false,false],[63,17,0,true,true,false],[65,10,0,true,true,false],[67,19,0,true,false,false],[68,6,0,false,false,false],[71,34,0,true,true,false],[72,48,0,true,true,false],[72,58,0,true,true,false],[76,39,0,true,true,false],[76,88,0,true,false,false],[78,18,0,true,true,false],[78,23,0,true,false,false],[80,31,0,true,true,false],[82,10,0,true,true,false],[83,6,0,false,false,false],[86,43,0,true,true,false],[87,44,0,true,true,false],[88,35,0,true,true,false],[89,31,0,true,true,false],[91,18,0,true,false,false],[92,14,0,true,true,false],[93,10,0,true,false,false],[94,6,0,false,false,false],[97,23,0,true,true,false],[99,6,0,false,false,false],[102,61,0,true,true,false],[106,12,0,true,true,false],[106,40,0,true,false,false],[106,41,0,true,true,false],[108,10,0,true,false,false],[108,19,0,true,true,false],[108,46,0,true,false,false],[108,47,0,true,true,false],[110,10,0,true,false,false],[113,56,0,true,true,false],[115,10,0,true,false,false],[118,12,0,true,true,false],[118,36,0,true,false,false],[118,37,0,true,true,false],[120,10,0,true,false,false],[123,6,0,false,false,false],[129,64,0,true,true,false],[130,54,0,true,true,false],[132,10,0,true,true,false],[133,45,0,true,false,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":108,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[8,26,0,false,false,false],[10,32,0,true,true,false],[10,37,0,false,false,false],[13,27,0,true,true,false],[14,26,0,true,true,false],[14,27,0,true,false,false],[14,30,0,true,true,false],[14,31,0,true,false,false],[15,6,0,false,false,false],[18,25,0,true,true,false],[20,6,0,false,false,false],[24,27,0,true,true,false],[25,48,0,true,true,false],[25,64,0,true,true,false],[27,62,0,true,false,false],[28,6,0,false,false,false],[31,31,0,true,true,false],[34,12,0,true,true,false],[34,21,0,true,false,false],[34,22,0,true,true,false],[36,10,0,true,false,false],[37,6,0,false,false,false],[41,46,0,true,true,false],[42,12,0,true,true,false],[42,23,0,true,false,false],[42,35,0,true,true,false],[45,10,0,true,false,false],[46,6,0,false,false,false],[64,28,0,true,true,false],[64,49,0,false,false,false],[65,27,0,true,true,false],[65,40,0,false,false,false],[66,27,0,true,true,false],[66,40,0,false,false,false],[69,57,0,true,true,false],[69,60,0,false,false,false],[71,20,0,true,true,false],[71,22,0,false,false,false],[76,44,0,true,true,false],[78,6,0,false,false,false],[86,43,0,true,true,false],[87,16,0,true,true,false],[87,32,0,true,false,false],[88,9,0,true,true,false],[89,25,0,true,false,false],[90,9,0,true,true,false],[91,24,0,true,false,false],[92,9,0,true,true,false],[96,36,0,true,false,false],[98,6,0,false,false,false],[102,34,0,true,true,false],[107,12,0,true,true,false],[107,27,0,true,false,false],[107,28,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[113,60,0,true,true,false],[115,6,0,false,false,false],[118,42,0,true,true,false],[122,6,0,false,false,false],[125,30,0,true,true,false],[129,6,0,false,false,false],[132,21,0,true,true,false],[134,35,0,true,true,false],[136,10,0,true,true,false],[138,6,0,false,false,false],[142,64,0,true,true,false],[143,41,0,true,true,false],[145,10,0,true,true,false],[149,14,0,true,true,false],[151,10,0,true,true,false],[154,21,0,true,false,false],[155,6,0,false,false,false],[157,71,0,true,true,false],[159,50,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":96,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift","mcdc_records":[],"segments":[[17,20,1,true,true,false],[17,22,0,false,false,false],[27,42,1,true,true,false],[27,46,0,false,false,false],[31,33,1,true,true,false],[31,84,0,false,false,false],[33,38,5,true,true,false],[37,9,2,true,true,false],[39,10,3,true,true,false],[40,25,5,true,false,false],[41,6,0,false,false,false],[45,28,4,true,true,false],[50,6,0,false,false,false],[53,43,0,true,true,false],[56,6,0,false,false,false],[59,23,4,true,true,false],[62,6,0,false,false,false],[64,44,4,true,true,false],[65,46,3,true,true,false],[68,16,3,true,true,false],[68,47,3,true,false,false],[68,48,0,true,true,false],[70,14,3,true,false,false],[70,20,3,true,true,false],[72,14,0,true,true,false],[73,10,1,true,true,false],[78,78,0,true,true,false],[80,10,1,true,true,false],[85,9,1,true,true,false],[87,10,0,true,true,false],[89,21,4,true,false,false],[90,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":7,"percent":87.5},"instantiations":{"count":8,"covered":7,"percent":87.5},"lines":{"count":53,"covered":45,"percent":84.905660377358487},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":15,"notcovered":5,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift","mcdc_records":[],"segments":[[21,13,0,true,true,false],[22,95,0,true,true,false],[22,99,0,true,false,false],[23,10,0,false,false,false],[24,13,0,true,true,false],[26,16,0,true,true,false],[26,24,0,true,false,false],[26,25,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[30,14,0,true,false,false],[32,10,0,false,false,false],[43,20,0,true,true,false],[43,22,0,false,false,false],[48,28,0,true,true,false],[49,30,0,true,true,false],[52,10,0,true,true,false],[54,41,0,true,true,false],[57,10,0,true,true,false],[60,79,0,true,true,false],[61,18,0,true,true,false],[63,14,0,true,false,false],[67,77,0,true,true,false],[69,66,0,true,true,false],[69,82,0,true,true,false],[72,18,0,true,true,false],[74,14,0,true,false,false],[81,6,0,false,false,false],[84,27,0,true,true,false],[85,40,0,true,true,false],[88,10,0,true,false,false],[89,39,0,true,true,false],[92,10,0,true,false,false],[94,6,0,false,false,false],[100,59,0,true,true,false],[101,52,0,true,true,false],[103,10,0,true,true,false],[106,20,0,true,false,false],[107,6,0,false,false,false],[112,44,0,true,true,false],[118,6,0,false,false,false],[120,52,0,true,true,false],[123,6,0,false,false,false],[126,33,0,true,true,false],[130,12,0,true,true,false],[130,30,0,true,false,false],[130,31,0,true,true,false],[132,10,0,true,false,false],[139,6,0,false,false,false],[141,68,0,true,true,false],[145,16,0,true,true,false],[147,10,0,true,true,false],[150,28,0,true,false,false],[151,6,0,false,false,false],[153,56,0,true,true,false],[154,16,0,true,true,false],[154,22,0,true,false,false],[155,9,0,true,true,false],[156,38,0,true,false,false],[157,9,0,true,true,false],[158,46,0,true,false,false],[159,9,0,true,true,false],[160,27,0,true,false,false],[161,10,0,true,true,false],[162,6,0,false,false,false],[187,101,0,true,true,false],[190,14,0,true,true,false],[192,10,0,true,true,false],[194,37,0,true,true,false],[194,62,0,true,false,false],[195,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":146,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift","mcdc_records":[],"segments":[[25,51,1,true,true,false],[25,54,0,false,false,false],[32,61,0,true,true,false],[34,50,0,true,true,false],[36,10,0,true,true,false],[39,61,0,true,true,false],[41,10,0,true,true,false],[50,20,0,true,false,false],[51,6,0,false,false,false],[55,61,0,true,true,false],[57,93,0,true,true,false],[59,10,0,true,true,false],[63,12,0,true,true,false],[63,62,0,true,false,false],[63,63,0,true,true,false],[65,10,0,true,true,false],[69,12,0,true,true,false],[69,67,0,true,false,false],[69,68,0,true,true,false],[71,10,0,true,true,false],[73,19,0,true,false,false],[74,6,0,false,false,false],[82,62,39,true,true,false],[85,67,37,true,true,false],[87,10,2,true,true,false],[88,19,39,true,false,false],[89,6,0,false,false,false],[97,60,0,true,true,false],[99,6,0,false,false,false],[107,65,0,true,true,false],[109,6,0,false,false,false],[114,71,0,true,true,false],[117,16,0,true,true,false],[117,22,0,true,false,false],[118,9,0,true,true,false],[120,89,0,true,false,false],[122,9,0,true,true,false],[124,48,0,true,false,false],[126,9,0,true,true,false],[128,23,0,true,false,false],[130,6,0,false,false,false],[136,39,0,true,true,false],[139,55,0,true,true,false],[139,101,0,true,false,false],[141,14,0,true,true,false],[144,10,0,true,true,false],[146,54,0,true,true,false],[146,65,0,true,false,false],[149,40,0,true,true,false],[151,10,0,true,true,false],[154,6,0,false,false,false],[158,70,3,true,true,false],[162,66,3,true,true,false],[163,48,19,true,true,false],[167,20,19,true,true,false],[167,46,19,true,false,false],[167,47,0,true,true,false],[168,75,0,true,true,false],[171,22,0,true,false,false],[172,18,19,true,false,false],[175,20,19,true,true,false],[175,44,19,true,false,false],[175,45,0,true,true,false],[176,67,0,true,true,false],[179,22,0,true,false,false],[180,18,19,true,false,false],[181,14,3,true,true,false],[182,10,3,true,true,false],[184,12,3,true,true,false],[184,28,3,true,true,false],[184,40,3,true,false,false],[184,41,0,true,true,false],[186,10,3,true,false,false],[187,6,0,false,false,false],[190,56,0,true,true,false],[191,16,0,true,true,false],[191,22,0,true,false,false],[192,9,0,true,true,false],[193,42,0,true,true,false],[193,46,0,true,false,false],[195,9,0,true,true,false],[196,53,0,true,false,false],[197,9,0,true,true,false],[199,54,0,true,false,false],[200,9,0,true,true,false],[202,54,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[210,65,0,true,true,false],[212,6,0,false,false,false],[216,61,0,true,true,false],[218,6,0,false,false,false],[223,30,0,true,true,false],[226,6,0,false,false,false],[229,27,0,true,true,false],[232,6,0,false,false,false],[236,20,1,true,true,false],[238,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":5,"percent":26.315789473684209},"instantiations":{"count":19,"covered":5,"percent":26.315789473684209},"lines":{"count":157,"covered":31,"percent":19.745222929936308},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":14,"notcovered":45,"percent":23.728813559322035}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift","mcdc_records":[],"segments":[[13,64,0,true,true,false],[13,66,0,false,false,false],[16,70,0,true,true,false],[16,75,0,false,false,false],[19,74,0,true,true,false],[19,82,0,false,false,false],[22,39,0,true,true,false],[23,42,0,true,true,false],[23,56,0,true,true,false],[24,38,0,true,false,false],[25,6,0,false,false,false],[28,35,0,true,true,false],[28,36,0,false,false,false],[30,20,0,true,true,false],[32,6,0,false,false,false],[36,35,0,true,true,false],[38,41,0,true,true,false],[38,51,0,true,true,false],[46,13,0,true,true,false],[47,41,0,true,true,false],[47,51,0,true,true,false],[51,22,0,true,true,false],[53,18,0,true,false,false],[61,6,0,false,false,false],[65,34,0,true,true,false],[66,40,0,true,true,false],[66,50,0,true,true,false],[68,41,0,true,true,false],[68,51,0,true,true,false],[75,6,0,false,false,false],[78,27,0,true,true,false],[79,90,0,true,true,false],[84,10,0,true,true,false],[87,105,0,true,true,false],[89,10,0,true,false,false],[89,16,0,true,true,false],[91,10,0,true,false,false],[94,43,0,true,true,false],[94,53,0,true,true,false],[100,13,0,true,true,false],[100,35,0,true,false,false],[101,13,0,true,true,false],[101,39,0,true,false,false],[102,13,0,true,true,false],[102,35,0,true,false,false],[106,12,0,true,true,false],[106,22,0,true,false,false],[106,23,0,true,true,false],[108,135,0,true,true,false],[108,138,0,true,false,false],[109,16,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[124,80,13,true,true,false],[129,12,13,true,true,false],[129,43,13,true,false,false],[129,44,2,true,true,false],[131,10,13,true,false,false],[131,19,11,true,true,false],[131,50,13,true,false,false],[131,51,3,true,true,false],[133,10,13,true,false,false],[133,19,8,true,true,false],[133,54,13,true,false,false],[133,55,2,true,true,false],[135,10,13,true,false,false],[135,19,6,true,true,false],[135,54,2,true,true,false],[135,84,13,true,false,false],[135,85,4,true,true,false],[138,10,2,true,true,false],[140,24,13,true,false,false],[141,6,0,false,false,false],[144,35,4,true,true,false],[145,16,4,true,true,false],[145,20,4,true,false,false],[146,9,1,true,true,false],[147,18,4,true,false,false],[148,9,1,true,true,false],[149,18,4,true,false,false],[150,9,1,true,true,false],[151,16,4,true,false,false],[152,9,1,true,true,false],[153,16,4,true,false,false],[154,10,4,true,true,false],[155,6,0,false,false,false],[158,36,4,true,true,false],[159,16,4,true,true,false],[159,20,4,true,false,false],[160,9,1,true,true,false],[161,23,4,true,false,false],[162,9,1,true,true,false],[163,23,4,true,false,false],[164,9,1,true,true,false],[165,27,4,true,false,false],[166,9,1,true,true,false],[167,22,4,true,false,false],[168,10,4,true,true,false],[169,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":4,"percent":21.052631578947366},"instantiations":{"count":19,"covered":4,"percent":21.052631578947366},"lines":{"count":143,"covered":43,"percent":30.069930069930066},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":25,"notcovered":34,"percent":42.372881355932201}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift","mcdc_records":[],"segments":[[8,45,0,true,true,false],[10,6,0,false,false,false],[13,97,0,true,true,false],[14,60,0,true,true,false],[22,12,0,true,true,false],[23,73,0,true,true,false],[25,26,0,true,false,false],[26,17,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[34,65,0,true,true,false],[40,9,0,true,true,false],[43,10,0,true,true,false],[46,83,0,true,true,false],[49,10,0,true,true,false],[54,32,0,true,false,false],[55,6,0,false,false,false],[58,102,0,true,true,false],[85,6,0,false,false,false],[88,90,0,true,true,false],[110,6,0,false,false,false],[113,80,0,true,true,false],[114,55,0,true,true,false],[114,71,0,true,true,false],[130,40,0,true,true,false],[132,10,0,true,false,false],[135,6,0,false,false,false],[138,83,0,true,true,false],[139,12,0,true,true,false],[139,36,0,true,false,false],[139,37,0,true,true,false],[141,16,0,true,true,false],[141,42,0,true,false,false],[141,43,0,true,true,false],[143,14,0,true,false,false],[143,20,0,true,true,false],[146,20,0,true,true,false],[146,57,0,true,false,false],[146,58,0,true,true,false],[146,81,0,true,false,false],[147,20,0,true,true,false],[147,56,0,true,false,false],[147,57,0,true,true,false],[147,80,0,true,false,false],[148,20,0,true,true,false],[148,55,0,true,false,false],[148,56,0,true,true,false],[148,79,0,true,false,false],[149,20,0,true,true,false],[149,57,0,true,false,false],[149,58,0,true,true,false],[149,81,0,true,false,false],[153,16,0,true,true,false],[155,48,0,true,true,false],[157,20,0,true,true,false],[157,57,0,true,false,false],[157,58,0,true,true,false],[157,84,0,true,false,false],[158,20,0,true,true,false],[158,56,0,true,false,false],[158,57,0,true,true,false],[158,83,0,true,false,false],[159,20,0,true,true,false],[159,55,0,true,false,false],[159,56,0,true,true,false],[159,82,0,true,false,false],[160,20,0,true,true,false],[160,57,0,true,false,false],[160,58,0,true,true,false],[160,84,0,true,false,false],[165,6,0,false,false,false],[168,46,0,true,true,false],[175,27,0,true,true,false],[176,35,0,true,true,false],[178,20,0,true,true,false],[178,62,0,true,false,false],[178,63,0,true,true,false],[180,18,0,true,true,false],[181,14,0,true,true,false],[185,16,0,true,true,false],[185,41,0,true,false,false],[185,42,0,true,true,false],[187,14,0,true,true,false],[189,10,0,true,true,false],[191,19,0,true,false,false],[192,6,0,false,false,false],[195,36,0,true,true,false],[230,8,0,false,false,false],[237,46,2,true,true,false],[238,20,2,true,true,false],[238,24,2,true,false,false],[239,13,1,true,true,false],[240,47,2,true,false,false],[241,13,1,true,true,false],[242,107,2,true,false,false],[243,14,2,true,true,false],[244,10,0,false,false,false],[248,79,0,true,true,false],[250,73,0,true,true,false],[252,10,0,true,true,false],[259,16,0,true,true,false],[259,26,0,true,false,false],[260,9,0,true,true,false],[261,63,0,true,false,false],[262,9,0,true,true,false],[263,109,0,true,false,false],[265,9,0,true,true,false],[266,18,0,true,false,false],[267,10,0,true,true,false],[287,83,0,true,true,false],[289,78,0,true,true,false],[291,68,0,true,true,false],[295,10,0,true,true,false],[297,59,0,true,true,false],[298,71,0,true,true,false],[298,86,0,true,false,false],[306,10,0,true,true,false],[308,78,0,true,true,false],[312,14,0,true,true,false],[317,10,0,true,true,false],[323,9,0,true,true,false],[330,10,0,true,false,false],[333,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":1,"percent":7.6923076923076925},"instantiations":{"count":13,"covered":1,"percent":7.6923076923076925},"lines":{"count":310,"covered":8,"percent":2.5806451612903225},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":77,"covered":5,"notcovered":72,"percent":6.4935064935064926}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift","mcdc_records":[],"segments":[[19,46,0,true,true,false],[20,20,0,true,true,false],[20,24,0,true,false,false],[21,13,0,true,true,false],[22,56,0,true,false,false],[23,13,0,true,true,false],[24,54,0,true,false,false],[25,13,0,true,true,false],[26,84,0,true,false,false],[27,13,0,true,true,false],[28,87,0,true,false,false],[29,13,0,true,true,false],[30,84,0,true,false,false],[31,13,0,true,true,false],[32,83,0,true,false,false],[33,13,0,true,true,false],[34,84,0,true,false,false],[35,13,0,true,true,false],[36,57,0,true,false,false],[37,14,0,true,true,false],[38,10,0,false,false,false],[48,31,7,true,true,false],[48,50,0,false,false,false],[51,37,7,true,true,false],[51,69,0,false,false,false],[52,42,7,true,true,false],[52,79,0,false,false,false],[53,31,7,true,true,false],[53,59,0,false,false,false],[69,25,3,true,true,false],[71,63,1,true,true,false],[73,10,2,true,true,false],[76,51,2,true,true,false],[80,12,2,true,true,false],[80,61,2,true,false,false],[80,62,0,true,true,false],[81,65,0,true,true,false],[82,10,2,true,true,false],[85,16,2,true,true,false],[85,22,2,true,false,false],[86,9,1,true,true,false],[87,100,2,true,false,false],[88,9,1,true,true,false],[89,71,2,true,false,false],[92,10,2,true,true,false],[94,26,3,true,false,false],[95,6,0,false,false,false],[100,60,5,true,true,false],[101,63,0,true,true,false],[101,79,5,true,true,false],[103,12,5,true,true,false],[104,82,5,true,true,false],[105,49,5,true,false,false],[106,17,0,true,true,false],[109,10,5,true,false,false],[110,6,0,false,false,false],[117,86,2,true,true,false],[118,63,0,true,true,false],[120,10,2,true,true,false],[123,12,2,true,true,false],[123,50,2,true,false,false],[123,51,1,true,true,false],[125,10,1,true,true,false],[128,58,1,true,true,false],[132,12,1,true,true,false],[133,86,1,true,true,false],[134,10,1,true,false,false],[134,17,0,true,true,false],[136,10,1,true,true,false],[142,12,1,true,true,false],[143,88,1,true,true,false],[145,10,1,true,false,false],[145,17,0,true,true,false],[147,10,1,true,true,false],[149,26,2,true,false,false],[150,6,0,false,false,false],[154,64,2,true,true,false],[155,76,0,true,true,false],[155,86,2,true,true,false],[161,10,2,true,true,false],[163,6,0,false,false,false],[165,104,1,true,true,false],[168,12,1,true,true,false],[169,84,1,true,true,false],[170,10,1,true,false,false],[170,17,0,true,true,false],[172,10,1,true,true,false],[175,39,1,true,true,false],[175,53,1,true,false,false],[175,95,1,true,true,false],[177,10,1,true,false,false],[177,16,0,true,true,false],[179,10,1,true,false,false],[182,12,1,true,true,false],[183,88,1,true,true,false],[185,10,1,true,false,false],[185,17,0,true,true,false],[187,10,1,true,true,false],[188,6,0,false,false,false],[190,85,1,true,true,false],[192,12,1,true,true,false],[192,56,1,true,true,false],[192,96,1,true,false,false],[192,97,0,true,true,false],[194,10,1,true,false,false],[197,12,1,true,true,false],[198,98,1,true,true,false],[200,10,1,true,false,false],[200,17,0,true,true,false],[202,10,1,true,true,false],[203,6,0,false,false,false],[205,71,1,true,true,false],[215,12,1,true,true,false],[215,54,1,true,false,false],[215,55,1,true,true,false],[220,14,1,true,true,false],[221,10,1,true,true,false],[224,12,1,true,true,false],[225,77,1,true,true,false],[227,30,1,true,false,false],[228,17,0,true,true,false],[230,10,1,true,false,false],[231,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":12,"percent":92.307692307692307},"instantiations":{"count":13,"covered":12,"percent":92.307692307692307},"lines":{"count":172,"covered":136,"percent":79.069767441860463},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":55,"notcovered":25,"percent":68.75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift","mcdc_records":[],"segments":[[12,23,0,true,true,false],[13,16,0,true,true,false],[13,20,0,true,false,false],[14,9,0,true,true,false],[14,30,0,true,false,false],[15,9,0,true,true,false],[15,32,0,true,false,false],[16,9,0,true,true,false],[16,27,0,true,false,false],[17,10,0,true,true,false],[18,6,0,false,false,false],[20,22,0,true,true,false],[21,16,0,true,true,false],[21,20,0,true,false,false],[22,9,0,true,true,false],[22,56,0,true,false,false],[23,9,0,true,true,false],[23,53,0,true,false,false],[24,9,0,true,true,false],[24,34,0,true,false,false],[25,10,0,true,true,false],[26,6,0,false,false,false],[46,7,0,true,true,false],[53,6,0,false,false,false],[56,33,0,true,true,false],[60,6,0,false,false,false],[71,39,0,true,true,false],[72,16,0,true,true,false],[72,20,0,true,false,false],[73,9,0,true,true,false],[73,29,0,true,false,false],[74,9,0,true,true,false],[74,33,0,true,false,false],[75,9,0,true,true,false],[75,34,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[79,22,0,true,true,false],[80,16,0,true,true,false],[80,20,0,true,false,false],[81,9,0,true,true,false],[81,47,0,true,false,false],[82,9,0,true,true,false],[82,54,0,true,false,false],[83,9,0,true,true,false],[83,56,0,true,false,false],[84,10,0,true,true,false],[85,6,0,false,false,false],[87,23,0,true,true,false],[88,16,0,true,true,false],[88,20,0,true,false,false],[89,9,0,true,true,false],[89,31,0,true,false,false],[90,9,0,true,true,false],[90,33,0,true,false,false],[91,9,0,true,true,false],[91,30,0,true,false,false],[92,10,0,true,true,false],[93,6,0,false,false,false],[106,125,0,true,true,false],[107,88,0,true,true,false],[112,6,0,false,false,false],[114,42,0,true,true,false],[117,6,0,false,false,false],[129,63,0,true,true,false],[129,65,0,false,false,false],[130,68,0,true,true,false],[130,76,0,false,false,false],[131,57,0,true,true,false],[131,58,0,false,false,false],[135,29,0,true,true,false],[135,32,0,false,false,false],[136,30,0,true,true,false],[136,70,0,false,false,false],[137,52,0,true,true,false],[137,55,0,false,false,false],[138,52,0,true,true,false],[138,56,0,false,false,false],[142,54,0,true,true,false],[196,6,0,false,false,false],[200,44,0,true,true,false],[200,45,0,false,false,false],[202,58,0,true,true,false],[202,61,0,false,false,false],[203,49,0,true,true,false],[203,52,0,false,false,false],[204,47,0,true,true,false],[204,52,0,false,false,false],[206,20,0,true,true,false],[208,6,0,false,false,false],[212,28,0,true,true,false],[213,42,0,true,true,false],[216,10,0,true,true,false],[223,9,0,true,true,false],[226,10,0,true,false,false],[228,31,0,true,true,false],[229,19,0,true,true,false],[229,36,0,true,false,false],[229,37,0,true,true,false],[232,14,0,true,true,false],[233,10,0,true,false,false],[234,6,0,false,false,false],[236,27,0,true,true,false],[240,6,0,false,false,false],[244,44,0,true,true,false],[245,78,0,true,true,false],[248,10,0,true,true,false],[253,41,0,true,true,false],[255,10,0,true,false,false],[255,16,0,true,true,false],[257,10,0,true,false,false],[261,37,0,true,true,false],[261,47,0,true,true,false],[267,73,0,true,true,false],[267,83,0,true,true,false],[268,71,0,true,true,false],[268,86,0,true,false,false],[270,27,0,true,true,false],[272,10,0,true,true,false],[276,6,0,false,false,false],[278,51,0,true,true,false],[280,45,0,true,true,false],[280,55,0,true,true,false],[283,38,0,true,true,false],[284,16,0,true,true,false],[284,37,0,true,false,false],[284,38,0,true,true,false],[295,20,0,true,true,false],[295,50,0,true,false,false],[295,51,0,true,true,false],[297,18,0,true,false,false],[306,20,0,true,true,false],[306,49,0,true,false,false],[306,50,0,true,true,false],[309,18,0,true,false,false],[315,14,0,true,true,false],[316,10,0,true,true,false],[317,6,0,false,false,false],[321,64,0,true,true,false],[325,12,0,true,true,false],[325,45,0,true,false,false],[325,46,0,true,true,false],[327,10,0,true,false,false],[330,73,0,true,true,false],[332,10,0,true,false,false],[332,14,0,true,true,false],[332,16,0,true,false,false],[335,68,0,true,true,false],[335,69,0,true,false,false],[337,6,0,false,false,false],[339,64,0,true,true,false],[340,60,0,true,true,false],[340,72,0,true,true,false],[342,30,0,true,true,false],[342,82,0,true,false,false],[343,6,0,false,false,false],[345,69,0,true,true,false],[348,52,0,true,true,false],[348,68,0,true,true,false],[351,63,0,true,true,false],[353,59,0,true,true,false],[353,75,0,true,true,false],[354,10,0,true,true,false],[356,20,0,true,false,false],[357,6,0,false,false,false],[361,39,0,true,true,false],[365,50,0,true,true,false],[366,41,0,true,true,false],[366,91,0,true,false,false],[369,50,0,true,true,false],[370,40,0,true,true,false],[370,90,0,true,false,false],[373,12,0,true,true,false],[373,35,0,true,false,false],[373,36,0,true,true,false],[375,10,0,true,false,false],[375,19,0,true,true,false],[375,44,0,true,false,false],[375,45,0,true,true,false],[377,10,0,true,false,false],[377,16,0,true,true,false],[379,10,0,true,false,false],[380,6,0,false,false,false],[384,55,0,true,true,false],[385,58,0,true,true,false],[385,66,0,true,false,false],[385,69,0,true,true,false],[385,74,0,true,false,false],[388,14,0,true,true,false],[392,10,0,true,false,false],[393,6,0,false,false,false],[397,26,0,true,true,false],[400,6,0,false,false,false],[402,24,0,true,true,false],[407,6,0,false,false,false],[409,98,0,true,true,false],[411,25,0,true,true,false],[412,36,0,true,true,false],[412,63,0,true,false,false],[415,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":46,"covered":0,"percent":0},"lines":{"count":338,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":0,"notcovered":117,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift","mcdc_records":[],"segments":[[42,32,24,true,true,false],[42,56,0,false,false,false],[46,41,2,true,true,false],[47,31,0,true,true,false],[47,45,2,true,true,false],[48,33,2,true,false,false],[49,6,0,false,false,false],[53,34,44,true,true,false],[55,12,44,true,true,false],[55,37,44,true,false,false],[55,38,28,true,true,false],[56,63,1,true,true,false],[56,77,27,true,true,false],[58,10,44,true,false,false],[60,17,16,true,true,false],[60,47,44,true,false,false],[60,48,12,true,true,false],[61,65,0,true,true,false],[61,79,12,true,true,false],[63,10,44,true,false,false],[65,14,4,true,true,false],[67,10,39,true,true,false],[68,6,0,false,false,false],[77,7,39,true,true,false],[83,6,0,false,false,false],[88,63,44,true,true,false],[90,6,0,false,false,false],[93,77,28,true,true,false],[97,14,1,true,true,false],[99,10,27,true,true,false],[104,56,58,true,true,false],[104,71,38,true,true,false],[104,82,58,true,false,false],[104,84,27,true,false,false],[110,9,3,true,true,false],[111,36,6,true,true,false],[112,50,0,true,true,false],[112,52,6,true,false,false],[113,14,3,true,true,false],[114,10,27,true,false,false],[122,10,28,true,false,false],[123,6,0,false,false,false],[129,68,16,true,true,false],[131,41,2,true,true,false],[131,57,14,true,true,false],[133,44,1,true,true,false],[133,60,13,true,true,false],[137,14,1,true,true,false],[137,30,12,true,true,false],[138,20,16,true,false,false],[139,6,0,false,false,false],[145,79,12,true,true,false],[149,45,1,true,true,false],[149,61,12,true,false,false],[149,64,11,true,true,false],[149,67,12,true,false,false],[153,18,27,true,true,false],[153,29,12,true,false,false],[155,40,0,true,true,false],[155,54,12,true,true,false],[158,36,0,true,true,false],[158,50,12,true,true,false],[161,67,15,true,true,false],[161,82,12,true,false,false],[165,28,1,true,true,false],[169,50,1,true,true,false],[170,35,2,true,true,false],[171,59,0,true,true,false],[171,61,2,true,false,false],[172,18,1,true,true,false],[173,14,1,true,false,false],[174,10,12,true,false,false],[178,12,12,true,true,false],[178,35,12,true,false,false],[178,36,11,true,true,false],[180,10,12,true,false,false],[181,28,1,true,true,false],[183,10,12,true,false,false],[185,113,0,true,true,false],[185,122,12,true,false,false],[186,16,0,true,true,false],[186,38,12,true,false,false],[187,14,0,true,true,false],[189,79,0,true,true,false],[189,93,0,true,true,false],[196,14,0,true,false,false],[197,10,12,true,true,false],[205,10,12,true,false,false],[206,6,0,false,false,false],[215,28,2,true,true,false],[217,18,4,true,true,false],[218,51,0,true,true,false],[218,74,4,true,true,false],[219,74,4,true,false,false],[220,14,2,true,false,false],[222,6,0,false,false,false],[320,45,74,true,true,false],[320,47,0,false,false,false],[321,33,74,true,true,false],[321,83,0,false,false,false],[346,13,0,true,true,false],[347,12,0,true,true,false],[347,29,0,true,false,false],[347,49,0,true,true,false],[347,59,0,true,true,false],[361,50,0,true,true,false],[362,33,0,true,true,false],[362,43,0,true,true,false],[364,10,0,true,false,false],[365,6,0,false,false,false],[367,23,47,true,true,false],[383,6,0,false,false,false],[385,37,0,true,true,false],[386,29,0,true,true,false],[386,39,0,true,true,false],[387,15,0,true,true,false],[387,32,0,true,false,false],[387,33,0,true,true,false],[388,16,0,true,true,false],[389,55,0,true,true,false],[390,14,0,true,false,false],[390,21,0,true,true,false],[393,14,0,true,true,false],[394,10,0,true,true,false],[395,6,0,false,false,false],[397,59,0,true,true,false],[404,43,0,true,true,false],[408,89,0,true,true,false],[413,10,0,true,true,false],[416,48,0,true,true,false],[417,49,0,true,true,false],[417,59,0,true,true,false],[418,19,0,true,true,false],[418,36,0,true,false,false],[418,37,0,true,true,false],[423,14,0,true,true,false],[424,10,0,true,false,false],[428,15,0,true,true,false],[428,32,0,true,false,false],[428,33,0,true,true,false],[429,69,0,true,true,false],[429,75,0,true,true,false],[431,14,0,true,true,false],[432,16,0,true,true,false],[432,29,0,true,false,false],[432,30,0,true,true,false],[432,42,0,true,true,false],[435,66,0,true,true,false],[437,59,0,true,true,false],[439,18,0,true,false,false],[441,46,0,true,true,false],[441,58,0,true,true,false],[442,71,0,true,true,false],[444,18,0,true,false,false],[445,14,0,true,true,false],[446,10,0,true,true,false],[451,6,0,false,false,false],[453,72,0,true,true,false],[454,51,0,true,true,false],[455,45,0,true,true,false],[456,24,0,true,true,false],[456,29,0,true,false,false],[457,17,0,true,true,false],[459,42,0,true,false,false],[460,17,0,true,true,false],[462,57,0,true,false,false],[463,17,0,true,true,false],[465,82,0,true,false,false],[466,17,0,true,true,false],[467,26,0,true,false,false],[468,18,0,true,true,false],[469,14,0,true,false,false],[471,10,0,true,true,false],[472,6,0,false,false,false],[474,84,0,true,true,false],[475,74,0,true,true,false],[478,51,0,true,true,false],[481,47,0,true,true,false],[482,34,0,true,true,false],[484,22,0,true,false,false],[484,28,0,true,true,false],[486,22,0,true,false,false],[489,10,0,true,true,false],[490,6,0,false,false,false],[492,82,0,true,true,false],[493,51,0,true,true,false],[494,81,0,true,true,false],[496,30,0,true,true,false],[499,18,0,true,true,false],[500,32,0,true,true,false],[503,18,0,true,true,false],[504,20,0,true,true,false],[504,30,0,true,false,false],[504,31,0,true,true,false],[507,18,0,true,true,false],[509,14,0,true,false,false],[510,10,0,true,true,false],[511,6,0,false,false,false],[513,51,0,true,true,false],[517,55,0,true,true,false],[520,10,0,true,true,false],[522,71,0,true,true,false],[522,89,0,true,false,false],[522,95,0,true,true,false],[525,10,0,true,true,false],[530,97,0,true,true,false],[532,43,0,true,true,false],[534,14,0,true,false,false],[536,10,0,true,true,false],[541,9,0,true,true,false],[543,43,0,true,true,false],[545,14,0,true,false,false],[547,10,0,true,true,false],[553,9,0,true,true,false],[556,34,0,true,true,false],[557,64,0,true,true,false],[557,76,0,true,true,false],[560,76,0,true,true,false],[564,55,0,true,true,false],[566,22,0,true,false,false],[569,41,0,true,true,false],[575,22,0,true,false,false],[576,24,0,true,true,false],[579,60,0,true,true,false],[581,22,0,true,false,false],[583,14,0,true,true,false],[584,19,0,true,false,false],[585,10,0,true,true,false],[593,9,0,true,true,false],[595,79,0,true,true,false],[597,50,0,true,true,false],[599,18,0,true,false,false],[602,10,0,true,true,false],[605,60,0,true,true,false],[606,66,0,true,true,false],[606,68,0,true,false,false],[607,41,0,true,true,false],[607,60,0,true,false,false],[609,117,0,true,true,false],[609,120,0,true,false,false],[612,10,0,true,true,false],[620,9,0,true,true,false],[622,16,0,true,true,false],[622,40,0,true,true,false],[622,79,0,true,false,false],[622,80,0,true,true,false],[625,55,0,true,true,false],[627,18,0,true,false,false],[628,20,0,true,true,false],[630,14,0,true,false,false],[632,10,0,true,true,false],[637,70,0,true,true,false],[638,57,0,true,true,false],[638,59,0,true,false,false],[639,63,0,true,true,false],[639,65,0,true,false,false],[640,61,0,true,true,false],[640,62,0,true,false,false],[643,16,0,true,true,false],[643,40,0,true,true,false],[643,78,0,true,false,false],[643,79,0,true,true,false],[646,54,0,true,true,false],[648,18,0,true,false,false],[649,20,0,true,true,false],[651,14,0,true,false,false],[653,10,0,true,true,false],[661,9,0,true,true,false],[662,16,0,true,true,false],[662,40,0,true,true,false],[662,82,0,true,false,false],[662,83,0,true,true,false],[665,58,0,true,true,false],[667,18,0,true,false,false],[668,20,0,true,true,false],[670,14,0,true,false,false],[672,10,0,true,true,false],[680,9,0,true,true,false],[681,16,0,true,true,false],[681,40,0,true,true,false],[681,79,0,true,false,false],[681,80,0,true,true,false],[684,55,0,true,true,false],[686,18,0,true,false,false],[687,20,0,true,true,false],[689,14,0,true,false,false],[691,10,0,true,true,false],[700,9,0,true,true,false],[701,16,0,true,true,false],[701,40,0,true,true,false],[701,83,0,true,false,false],[701,84,0,true,true,false],[709,58,0,true,true,false],[711,18,0,true,false,false],[712,20,0,true,true,false],[714,14,0,true,false,false],[716,10,0,true,true,false],[719,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":17,"percent":35.416666666666671},"instantiations":{"count":48,"covered":17,"percent":35.416666666666671},"lines":{"count":641,"covered":161,"percent":25.117004680187204},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":203,"covered":51,"notcovered":152,"percent":25.123152709359609}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[16,16,0,true,true,false],[16,20,0,true,false,false],[17,9,0,true,true,false],[18,64,0,true,false,false],[19,9,0,true,true,false],[20,68,0,true,false,false],[21,9,0,true,true,false],[22,56,0,true,false,false],[23,9,0,true,true,false],[24,55,0,true,false,false],[25,9,0,true,true,false],[26,95,0,true,false,false],[27,9,0,true,true,false],[28,64,0,true,false,false],[29,10,0,true,true,false],[30,6,0,false,false,false],[50,89,4,true,true,false],[52,6,0,false,false,false],[57,28,10,true,true,false],[57,50,0,false,false,false],[74,36,1040,true,true,false],[75,37,0,true,true,false],[75,52,1040,true,true,false],[76,25,1040,true,false,false],[77,10,0,false,false,false],[79,40,16,true,true,false],[80,20,16,true,true,false],[80,24,16,true,false,false],[81,13,0,true,true,false],[81,59,16,true,false,false],[82,13,4,true,true,false],[82,37,16,true,false,false],[83,13,2,true,true,false],[83,58,16,true,false,false],[84,13,0,true,true,false],[84,50,16,true,false,false],[85,13,0,true,true,false],[85,56,16,true,false,false],[86,13,10,true,true,false],[86,37,16,true,false,false],[87,14,16,true,true,false],[88,10,0,false,false,false],[91,62,10,true,true,false],[91,70,0,false,false,false],[98,115,10,true,true,false],[102,52,10,true,true,false],[105,10,0,true,true,false],[108,14,0,true,true,false],[108,39,0,true,false,false],[112,6,0,false,false,false],[114,35,0,true,true,false],[120,11,0,true,true,false],[121,18,0,true,true,false],[123,14,0,true,false,false],[127,27,0,true,true,false],[128,19,0,true,true,false],[128,36,0,true,false,false],[128,37,0,true,true,false],[130,29,0,true,true,false],[132,18,0,true,false,false],[132,24,0,true,true,false],[134,18,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false],[139,12,8,true,true,false],[141,6,0,false,false,false],[145,58,6,true,true,false],[147,6,0,false,false,false],[149,63,0,true,true,false],[151,6,0,false,false,false],[153,76,19,true,true,false],[155,6,0,false,false,false],[157,56,3,true,true,false],[159,16,3,true,true,false],[159,30,3,true,false,false],[160,9,1,true,true,false],[164,16,1,true,true,false],[164,66,1,true,false,false],[164,67,1,true,true,false],[170,20,1,true,true,false],[171,51,1,true,true,false],[172,18,1,true,false,false],[172,25,0,true,true,false],[177,18,1,true,true,false],[178,20,1,true,true,false],[179,43,1,true,true,false],[181,18,1,true,false,false],[181,25,0,true,true,false],[183,18,1,true,true,false],[184,14,1,true,true,false],[185,19,3,true,false,false],[186,9,0,true,true,false],[187,54,3,true,false,false],[188,9,2,true,true,false],[189,16,2,true,true,false],[190,39,1,true,true,false],[191,14,2,true,false,false],[191,21,1,true,true,false],[193,14,3,true,false,false],[194,10,1,true,true,false],[195,6,0,false,false,false],[197,50,3,true,true,false],[199,12,3,true,true,false],[200,43,1,true,true,false],[201,10,3,true,false,false],[201,17,2,true,true,false],[202,16,2,true,true,false],[202,46,2,true,false,false],[202,47,2,true,true,false],[205,14,0,true,true,false],[206,84,2,true,false,false],[207,10,1,true,true,false],[208,6,0,false,false,false],[210,64,62,true,true,false],[211,58,0,true,true,false],[213,10,62,true,true,false],[216,12,62,true,true,false],[216,27,62,true,false,false],[216,53,0,true,true,false],[218,10,62,true,true,false],[220,59,62,true,false,false],[221,6,0,false,false,false],[225,32,19,true,true,false],[226,58,0,true,true,false],[228,10,19,true,true,false],[231,12,19,true,true,false],[231,27,19,true,false,false],[231,53,0,true,true,false],[233,10,19,true,true,false],[235,59,19,true,false,false],[236,6,0,false,false,false],[241,38,3,true,true,false],[249,34,0,true,true,false],[252,10,3,true,true,false],[256,40,0,true,true,false],[258,10,3,true,true,false],[262,43,2,true,true,false],[269,26,10,true,true,false],[272,38,0,true,true,false],[272,47,10,true,true,false],[273,10,2,true,true,false],[278,34,0,true,true,false],[282,10,2,true,true,false],[285,12,2,true,true,false],[285,42,2,true,false,false],[285,43,2,true,true,false],[290,10,0,true,true,false],[294,43,0,true,true,false],[296,10,0,true,true,false],[298,97,3,true,false,false],[299,6,0,false,false,false],[302,37,3,true,true,false],[305,37,3,true,true,false],[313,34,0,true,true,false],[314,16,0,true,true,false],[314,46,0,true,false,false],[314,47,0,true,true,false],[317,14,0,true,false,false],[317,20,0,true,true,false],[321,14,0,true,true,false],[322,10,3,true,true,false],[324,12,3,true,true,false],[324,29,3,true,false,false],[324,30,1,true,true,false],[327,10,3,true,false,false],[330,6,0,false,false,false],[333,40,0,true,true,false],[335,25,0,true,true,false],[337,26,0,true,true,false],[338,6,0,false,false,false],[342,55,19,true,true,false],[346,6,0,false,false,false],[349,34,0,true,true,false],[350,16,0,true,true,false],[350,37,0,true,false,false],[351,9,0,true,true,false],[352,18,0,true,false,false],[353,9,0,true,true,false],[354,17,0,true,false,false],[355,10,0,true,true,false],[356,6,0,false,false,false],[359,65,62,true,true,false],[363,6,0,false,false,false],[366,60,0,true,true,false],[368,6,0,false,false,false],[371,52,0,true,true,false],[373,6,0,false,false,false],[376,37,0,true,true,false],[378,6,0,false,false,false],[381,37,0,true,true,false],[383,6,0,false,false,false],[386,50,0,true,true,false],[388,6,0,false,false,false],[391,42,0,true,true,false],[393,6,0,false,false,false],[397,57,19,true,true,false],[399,62,19,true,true,false],[401,10,19,true,false,false],[402,61,19,true,true,false],[404,10,19,true,false,false],[409,16,19,true,true,false],[409,24,19,true,false,false],[410,9,0,true,true,false],[411,37,19,true,false,false],[412,9,8,true,true,false],[414,19,0,true,true,false],[414,53,0,true,true,false],[414,54,0,true,false,false],[414,55,8,true,false,false],[415,19,8,true,true,false],[415,77,19,true,false,false],[416,9,11,true,true,false],[417,45,0,true,true,false],[417,79,0,true,true,false],[417,80,0,true,false,false],[417,81,11,true,false,false],[417,84,11,true,true,false],[417,92,19,true,false,false],[418,9,0,true,true,false],[419,28,19,true,false,false],[421,6,0,false,false,false],[423,59,19,true,true,false],[424,39,13,true,true,false],[424,49,6,true,true,false],[430,49,2,true,true,false],[432,10,6,true,false,false],[435,47,0,true,true,false],[436,18,0,true,true,false],[438,20,0,true,true,false],[438,31,0,true,false,false],[438,32,0,true,true,false],[440,18,0,true,false,false],[442,10,6,true,false,false],[444,12,6,true,true,false],[444,30,6,true,false,false],[444,58,0,true,true,false],[445,18,0,true,true,false],[448,14,0,true,false,false],[449,10,6,true,false,false],[450,6,0,false,false,false],[453,81,2,true,true,false],[459,12,2,true,true,false],[460,104,2,true,true,false],[461,10,2,true,false,false],[461,17,0,true,true,false],[463,10,2,true,true,false],[479,48,2,true,true,false],[480,16,2,true,true,false],[481,20,2,true,true,false],[481,77,2,true,false,false],[481,78,2,true,true,false],[482,76,2,true,true,false],[483,43,2,true,true,false],[484,55,2,true,true,false],[485,39,2,true,true,false],[486,18,2,true,false,false],[486,24,0,true,true,false],[487,53,0,true,true,false],[488,18,2,true,true,false],[489,14,2,true,false,false],[489,21,0,true,true,false],[491,14,2,true,true,false],[492,10,2,true,true,false],[497,6,0,false,false,false],[500,50,0,true,true,false],[504,12,0,true,true,false],[505,41,0,true,true,false],[515,10,0,true,false,false],[515,17,0,true,true,false],[517,10,0,true,true,false],[518,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":22,"percent":52.380952380952387},"instantiations":{"count":42,"covered":22,"percent":52.380952380952387},"lines":{"count":445,"covered":263,"percent":59.101123595505619},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":174,"covered":93,"notcovered":81,"percent":53.448275862068961}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift","mcdc_records":[],"segments":[[10,58,0,true,true,false],[12,12,0,true,true,false],[14,10,0,true,false,false],[14,17,0,true,true,false],[15,16,0,true,true,false],[15,34,0,true,false,false],[15,35,0,true,true,false],[21,14,0,true,true,false],[22,24,0,true,false,false],[24,6,0,false,false,false],[26,62,1,true,true,false],[28,55,0,true,true,false],[31,10,1,true,true,false],[34,27,0,true,true,false],[36,10,1,true,false,false],[36,16,1,true,true,false],[38,10,1,true,false,false],[41,15,1,true,true,false],[41,27,1,true,false,false],[41,28,0,true,true,false],[42,59,0,true,true,false],[43,10,1,true,true,false],[46,55,0,true,true,false],[49,10,1,true,true,false],[65,71,1,true,true,false],[67,27,1,true,true,false],[68,59,1,true,true,false],[71,56,2,true,true,false],[73,32,2,true,true,false],[73,37,2,true,false,false],[74,25,0,true,true,false],[75,32,0,true,true,false],[75,62,0,true,false,false],[75,63,0,true,true,false],[77,30,2,true,false,false],[79,25,0,true,true,false],[80,32,0,true,true,false],[80,62,0,true,false,false],[80,63,0,true,true,false],[84,30,0,true,false,false],[85,51,2,true,false,false],[87,25,0,true,true,false],[88,32,0,true,true,false],[88,62,0,true,false,false],[88,63,0,true,true,false],[92,30,2,true,false,false],[94,25,2,true,true,false],[95,34,2,true,false,false],[96,26,2,true,true,false],[97,22,1,true,false,false],[100,18,1,true,true,false],[101,14,1,true,false,false],[104,27,1,true,true,false],[105,88,1,true,true,false],[107,59,1,true,false,false],[111,48,1,true,true,false],[114,26,1,true,false,false],[116,6,0,false,false,false],[118,62,0,true,true,false],[119,30,0,true,true,false],[119,46,0,true,true,false],[120,16,0,true,true,false],[120,21,0,true,false,false],[121,9,0,true,true,false],[121,36,0,true,false,false],[122,9,0,true,true,false],[122,40,0,true,false,false],[123,9,0,true,true,false],[123,44,0,true,false,false],[124,9,0,true,true,false],[124,36,0,true,false,false],[125,9,0,true,true,false],[125,38,0,true,false,false],[126,9,0,true,true,false],[126,44,0,true,false,false],[127,9,0,true,true,false],[127,43,0,true,false,false],[129,6,0,false,false,false],[131,28,0,true,true,false],[142,6,0,false,false,false],[145,45,0,true,true,false],[148,6,0,false,false,false],[152,94,0,true,true,false],[153,12,0,true,true,false],[155,10,0,true,false,false],[155,17,0,true,true,false],[157,16,0,true,true,false],[157,34,0,true,false,false],[157,35,0,true,true,false],[160,14,0,true,false,false],[163,6,0,false,false,false],[165,46,0,true,true,false],[166,45,0,true,true,false],[167,20,0,true,true,false],[167,23,0,true,false,false],[168,13,0,true,true,false],[169,28,0,true,false,false],[170,13,0,true,true,false],[171,29,0,true,false,false],[173,10,0,true,true,false],[174,21,0,true,false,false],[175,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":6,"percent":50},"instantiations":{"count":12,"covered":6,"percent":50},"lines":{"count":308,"covered":222,"percent":72.077922077922068},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":17,"notcovered":44,"percent":27.868852459016392}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift","mcdc_records":[],"segments":[[13,45,0,true,true,false],[15,37,0,true,true,false],[16,32,0,true,true,false],[16,54,0,true,true,false],[19,93,0,true,true,false],[23,56,0,true,true,false],[24,76,0,true,true,false],[24,78,0,true,false,false],[27,104,0,true,true,false],[27,105,0,true,true,false],[34,14,0,true,true,false],[37,77,0,true,true,false],[37,95,0,true,false,false],[40,13,0,true,true,false],[41,58,0,true,true,false],[41,80,0,true,false,false],[43,14,0,true,true,false],[46,62,0,true,true,false],[51,19,0,true,true,false],[51,56,0,true,false,false],[51,71,0,true,true,false],[53,74,0,true,true,false],[54,68,0,true,true,false],[55,18,0,true,true,false],[59,20,0,true,true,false],[59,52,0,true,false,false],[59,53,0,true,true,false],[61,18,0,true,true,false],[63,107,0,true,true,false],[63,108,0,true,true,false],[70,18,0,true,true,false],[72,80,0,true,true,false],[72,98,0,true,false,false],[75,17,0,true,true,false],[76,62,0,true,true,false],[76,84,0,true,false,false],[78,18,0,true,true,false],[79,14,0,true,true,false],[81,66,0,true,true,false],[81,68,0,true,false,false],[84,10,0,true,true,false],[85,6,0,false,false,false],[88,70,0,true,true,false],[89,38,0,true,true,false],[90,80,0,true,true,false],[95,10,0,true,true,false],[98,6,0,false,false,false],[101,52,0,true,true,false],[103,37,0,true,true,false],[105,94,0,true,true,false],[106,59,0,true,true,false],[109,14,0,true,true,false],[109,15,0,true,true,false],[111,14,0,true,true,false],[112,63,0,true,false,false],[113,10,0,true,true,false],[114,6,0,false,false,false],[117,55,0,true,true,false],[118,37,0,true,true,false],[120,105,0,true,true,false],[121,59,0,true,true,false],[124,14,0,true,true,false],[124,15,0,true,true,false],[126,14,0,true,true,false],[127,63,0,true,false,false],[128,10,0,true,true,false],[129,6,0,false,false,false],[132,44,1,true,true,false],[135,12,1,true,true,false],[137,106,1,true,true,false],[138,56,1,true,true,false],[140,81,0,true,true,false],[143,14,1,true,true,false],[145,25,1,true,false,false],[146,17,0,true,true,false],[149,16,0,true,true,false],[149,34,0,true,false,false],[149,35,0,true,true,false],[152,14,0,true,false,false],[154,10,1,true,false,false],[155,6,0,false,false,false],[159,74,0,true,true,false],[163,12,0,true,true,false],[173,78,0,true,true,false],[178,76,0,true,true,false],[179,31,0,true,true,false],[180,53,0,true,true,false],[181,18,0,true,false,false],[183,31,0,true,true,false],[184,92,0,true,true,false],[185,63,0,true,false,false],[188,52,0,true,true,false],[190,30,0,true,false,false],[191,14,0,true,true,false],[192,76,0,true,true,false],[192,78,0,true,false,false],[198,77,0,true,true,false],[198,95,0,true,false,false],[201,13,0,true,true,false],[202,58,0,true,true,false],[202,73,0,true,false,false],[205,14,0,true,true,false],[209,14,0,true,true,false],[209,15,0,true,true,false],[210,20,0,true,true,false],[210,32,0,true,false,false],[210,33,0,true,true,false],[211,53,0,true,true,false],[211,54,0,true,false,false],[212,46,0,true,true,false],[212,47,0,true,false,false],[217,24,0,true,true,false],[222,18,0,true,false,false],[223,14,0,true,true,false],[229,52,0,true,false,false],[230,17,0,true,true,false],[236,16,0,true,true,false],[236,34,0,true,false,false],[236,35,0,true,true,false],[239,14,0,true,false,false],[242,6,0,false,false,false],[265,83,0,true,true,false],[268,12,0,true,true,false],[277,78,0,true,true,false],[279,59,0,true,true,false],[280,78,0,true,true,false],[280,80,0,true,false,false],[284,80,0,true,true,false],[284,98,0,true,false,false],[286,13,0,true,true,false],[287,20,0,true,true,false],[287,47,0,true,false,false],[287,48,0,true,true,false],[290,18,0,true,false,false],[290,24,0,true,true,false],[291,62,0,true,true,false],[291,77,0,true,false,false],[295,14,0,true,true,false],[297,28,0,true,false,false],[298,17,0,true,true,false],[300,16,0,true,true,false],[300,34,0,true,false,false],[300,35,0,true,true,false],[302,14,0,true,false,false],[305,6,0,false,false,false],[316,70,0,true,true,false],[319,12,0,true,true,false],[327,78,0,true,true,false],[329,59,0,true,true,false],[330,78,0,true,true,false],[330,80,0,true,false,false],[334,80,0,true,true,false],[334,98,0,true,false,false],[336,13,0,true,true,false],[337,20,0,true,true,false],[337,47,0,true,false,false],[337,48,0,true,true,false],[340,18,0,true,false,false],[340,24,0,true,true,false],[341,62,0,true,true,false],[341,77,0,true,false,false],[345,14,0,true,true,false],[347,28,0,true,false,false],[348,17,0,true,true,false],[350,16,0,true,true,false],[350,34,0,true,false,false],[350,35,0,true,true,false],[352,14,0,true,false,false],[355,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":1,"percent":3.7037037037037033},"instantiations":{"count":27,"covered":1,"percent":3.7037037037037033},"lines":{"count":428,"covered":14,"percent":3.2710280373831773},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":5,"notcovered":113,"percent":4.2372881355932197}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift","mcdc_records":[],"segments":[[8,67,0,true,true,false],[9,71,0,true,true,false],[9,89,0,true,false,false],[9,95,0,true,true,false],[11,10,0,true,true,false],[15,46,0,true,true,false],[15,65,0,true,false,false],[16,6,0,false,false,false],[19,67,1,true,true,false],[20,71,1,true,true,false],[20,89,1,true,false,false],[20,95,0,true,true,false],[22,10,1,true,true,false],[24,59,1,true,true,false],[25,48,1,true,true,false],[27,14,0,true,true,false],[28,85,0,true,true,false],[30,14,0,true,true,false],[31,36,1,true,false,false],[34,86,1,true,true,false],[36,10,0,true,true,false],[39,32,0,true,true,false],[43,13,0,true,true,false],[45,14,0,true,true,false],[46,10,0,true,true,false],[48,19,1,true,false,false],[49,6,0,false,false,false],[53,76,1,true,true,false],[55,10,0,false,false,false],[59,56,0,true,true,false],[61,51,0,true,true,false],[66,13,0,true,true,false],[69,17,0,true,true,false],[70,50,0,true,true,false],[70,65,0,true,false,false],[71,18,0,true,true,false],[72,14,0,true,true,false],[75,72,0,true,true,false],[75,90,0,true,false,false],[75,91,0,true,true,false],[76,57,0,true,true,false],[78,18,0,true,true,false],[79,53,0,true,true,false],[81,18,0,true,true,false],[82,14,0,true,true,false],[83,10,0,true,true,false],[84,31,0,true,false,false],[85,6,0,false,false,false],[90,5,0,true,true,false],[91,64,0,true,true,false],[94,10,0,true,true,false],[100,59,0,true,true,false],[100,70,0,true,false,false],[100,85,0,true,true,false],[103,63,0,true,true,false],[103,75,0,true,true,false],[105,78,0,true,true,false],[105,96,0,true,false,false],[105,102,0,true,true,false],[108,14,0,true,true,false],[113,48,0,true,true,false],[116,14,0,true,true,false],[119,95,0,true,true,false],[122,14,0,true,true,false],[124,16,0,true,true,false],[125,82,0,true,true,false],[128,31,0,true,false,false],[129,21,0,true,true,false],[132,14,0,true,false,false],[133,10,0,true,true,false],[136,19,0,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":3,"percent":33.333333333333329},"instantiations":{"count":9,"covered":3,"percent":33.333333333333329},"lines":{"count":130,"covered":26,"percent":20},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":7,"notcovered":47,"percent":12.962962962962962}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift","mcdc_records":[],"segments":[[21,104,0,true,true,false],[26,10,0,false,false,false],[28,44,2,true,true,false],[29,76,2,true,true,false],[30,89,2,true,true,false],[32,90,2,true,true,false],[33,103,2,true,true,false],[34,102,2,true,true,false],[35,13,2,true,true,false],[40,14,0,true,true,false],[43,92,0,true,true,false],[43,97,0,true,true,false],[43,105,0,true,false,false],[44,92,0,true,true,false],[44,97,0,true,true,false],[44,99,0,true,false,false],[48,10,0,false,false,false],[50,49,0,true,true,false],[52,60,0,true,true,false],[53,76,0,true,true,false],[54,70,0,true,true,false],[55,10,0,false,false,false],[57,60,0,true,true,false],[59,40,0,true,true,false],[59,60,0,true,false,false],[60,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":1,"percent":14.285714285714285},"instantiations":{"count":7,"covered":1,"percent":14.285714285714285},"lines":{"count":40,"covered":13,"percent":32.5},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":7,"notcovered":12,"percent":36.84210526315789}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift","mcdc_records":[],"segments":[[9,50,1,true,true,false],[10,12,1,true,true,false],[12,10,1,true,false,false],[12,17,0,true,true,false],[13,16,0,true,true,false],[13,34,0,true,false,false],[13,35,0,true,true,false],[18,14,0,true,true,false],[19,24,0,true,false,false],[20,10,1,true,false,false],[21,6,0,false,false,false],[23,54,1,true,true,false],[25,58,1,true,true,false],[28,63,0,true,true,false],[30,27,0,true,true,false],[31,74,0,true,true,false],[32,14,0,true,false,false],[35,27,0,true,true,false],[36,88,0,true,true,false],[37,59,0,true,false,false],[41,48,0,true,true,false],[43,26,0,true,false,false],[44,10,1,true,false,false],[45,6,0,false,false,false],[51,77,0,true,true,false],[53,47,0,true,true,false],[56,10,0,true,true,false],[61,71,0,true,true,false],[65,10,0,true,true,false],[70,33,0,true,true,false],[70,51,0,true,false,false],[77,15,0,true,true,false],[77,19,0,true,false,false],[77,20,0,true,true,false],[78,55,0,true,true,false],[80,90,0,true,true,false],[82,34,0,true,true,false],[87,22,0,true,true,false],[89,36,0,true,true,false],[92,28,0,true,true,false],[92,59,0,true,false,false],[92,60,0,true,true,false],[95,26,0,true,true,false],[96,22,0,true,true,false],[98,24,0,true,true,false],[98,34,0,true,false,false],[98,35,0,true,true,false],[100,28,0,true,true,false],[100,52,0,true,false,false],[100,53,0,true,true,false],[104,26,0,true,false,false],[104,32,0,true,true,false],[107,26,0,true,false,false],[109,22,0,true,true,false],[113,18,0,true,false,false],[114,14,0,true,true,false],[117,81,0,true,true,false],[122,14,0,true,true,false],[125,16,0,true,true,false],[125,51,0,true,false,false],[125,52,0,true,true,false],[128,14,0,true,true,false],[129,10,0,true,true,false],[130,6,0,false,false,false],[135,90,9,true,true,false],[136,65,2,true,true,false],[138,10,7,true,true,false],[142,33,9,true,false,false],[143,6,0,false,false,false],[147,87,0,true,true,false],[151,58,0,true,true,false],[158,47,0,true,true,false],[159,34,0,true,true,false],[160,28,0,true,true,false],[160,58,0,true,false,false],[160,59,0,true,true,false],[164,26,0,true,false,false],[166,22,0,true,true,false],[169,26,0,true,true,false],[170,28,0,true,true,false],[177,36,0,true,true,false],[178,84,0,true,true,false],[179,84,0,true,true,false],[180,34,0,true,true,false],[184,36,0,true,true,false],[184,77,0,true,false,false],[184,78,0,true,true,false],[185,97,0,true,true,false],[187,38,0,true,false,false],[189,34,0,true,true,false],[192,63,0,true,true,false],[193,99,0,true,true,false],[194,44,0,true,true,false],[194,64,0,true,false,false],[194,65,0,true,true,false],[198,42,0,true,false,false],[198,48,0,true,true,false],[200,105,0,true,true,false],[204,46,0,true,false,false],[207,44,0,true,true,false],[211,101,0,true,true,false],[215,42,0,true,false,false],[218,34,0,true,true,false],[221,38,0,true,false,false],[222,30,0,true,true,false],[222,37,0,true,true,false],[222,64,0,true,false,false],[224,32,0,true,true,false],[224,60,0,true,false,false],[224,61,0,true,true,false],[226,30,0,true,true,false],[228,32,0,true,true,false],[228,62,0,true,false,false],[228,63,0,true,true,false],[230,30,0,true,false,false],[231,33,0,true,true,false],[232,32,0,true,true,false],[232,62,0,true,false,false],[232,63,0,true,true,false],[234,30,0,true,false,false],[235,26,0,true,true,false],[236,22,0,true,false,false],[240,6,0,false,false,false],[247,35,0,true,true,false],[249,6,0,false,false,false],[255,21,0,true,true,false],[256,49,0,true,true,false],[258,23,0,true,true,false],[259,34,0,true,true,false],[260,10,0,true,false,false],[263,23,0,true,true,false],[264,79,0,true,true,false],[265,36,0,true,false,false],[269,50,0,true,true,false],[269,56,0,true,true,false],[271,10,0,true,true,false],[276,22,0,true,false,false],[277,6,0,true,true,false],[278,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":3,"percent":15},"instantiations":{"count":20,"covered":3,"percent":15},"lines":{"count":611,"covered":37,"percent":6.0556464811783961},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":7,"notcovered":88,"percent":7.3684210526315779}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift","mcdc_records":[],"segments":[[16,40,2,true,true,false],[17,72,2,true,true,false],[18,68,2,true,true,false],[19,71,2,true,true,false],[20,6,0,false,false,false],[22,45,0,true,true,false],[24,54,0,true,true,false],[25,57,0,true,true,false],[26,6,0,false,false,false],[28,20,2,true,true,false],[30,6,0,false,false,false],[32,23,2,true,true,false],[34,6,0,false,false,false],[39,29,1,true,true,false],[39,34,0,false,false,false],[40,24,1,true,true,false],[40,32,0,false,false,false],[42,34,0,true,true,false],[45,31,0,true,true,false],[45,47,0,true,true,false],[47,20,0,true,false,false],[48,6,0,false,false,false],[82,45,8,true,true,false],[82,49,0,false,false,false],[86,24,8,true,true,false],[86,29,0,false,false,false],[107,22,8,true,true,false],[107,28,0,false,false,false],[113,33,8,true,true,false],[113,34,0,false,false,false],[116,40,0,true,true,false],[120,6,0,false,false,false],[125,53,7,true,true,false],[126,42,7,true,true,false],[126,45,7,true,false,false],[126,48,0,true,true,false],[126,51,7,true,false,false],[127,6,0,false,false,false],[132,7,8,true,true,false],[135,35,7,true,true,false],[135,54,8,true,false,false],[136,6,0,false,false,false],[146,25,13,true,true,false],[147,16,13,true,true,false],[147,20,13,true,false,false],[148,9,0,true,true,false],[149,17,13,true,false,false],[150,9,13,true,true,false],[151,18,13,true,false,false],[152,10,13,true,true,false],[153,6,0,false,false,false],[155,31,13,true,true,false],[156,16,13,true,true,false],[156,20,13,true,false,false],[157,9,0,true,true,false],[158,18,13,true,false,false],[159,9,13,true,true,false],[160,18,13,true,false,false],[161,9,0,true,true,false],[162,16,13,true,false,false],[163,10,13,true,true,false],[164,6,0,false,false,false],[166,27,0,true,true,false],[167,16,0,true,true,false],[167,20,0,true,false,false],[168,9,0,true,true,false],[169,21,0,true,false,false],[170,9,0,true,true,false],[171,21,0,true,false,false],[172,9,0,true,true,false],[173,16,0,true,false,false],[174,10,0,true,true,false],[175,6,0,false,false,false],[177,30,0,true,true,false],[178,47,0,true,true,false],[178,63,0,true,true,false],[179,57,0,true,true,false],[179,107,0,true,false,false],[180,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":14,"percent":70},"instantiations":{"count":20,"covered":14,"percent":70},"lines":{"count":76,"covered":41,"percent":53.94736842105263},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":24,"notcovered":21,"percent":53.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift","mcdc_records":[],"segments":[[35,81,0,true,true,false],[35,102,0,false,false,false],[36,58,0,true,true,false],[36,79,0,false,false,false],[37,7,61,true,true,false],[40,6,0,false,false,false],[45,9,61,true,true,false],[45,85,0,false,false,false],[47,9,61,true,true,false],[48,108,0,false,false,false],[49,38,61,true,true,false],[49,96,0,false,false,false],[50,35,61,true,true,false],[50,69,0,false,false,false],[51,35,61,true,true,false],[51,98,0,false,false,false],[55,47,4,true,true,false],[57,6,0,false,false,false],[59,60,0,true,true,false],[60,39,0,true,true,false],[61,18,0,true,true,false],[62,20,0,true,true,false],[67,22,0,true,true,false],[73,39,0,true,true,false],[74,28,0,true,true,false],[74,90,0,true,false,false],[76,25,0,true,true,false],[80,26,0,true,true,false],[81,22,0,true,true,false],[86,18,0,true,false,false],[86,25,0,true,true,false],[89,18,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[94,64,0,true,true,false],[95,39,0,true,true,false],[96,18,0,true,true,false],[97,20,0,true,true,false],[98,89,0,true,true,false],[104,24,0,true,true,false],[104,35,0,true,false,false],[104,36,0,true,true,false],[106,22,0,true,false,false],[106,28,0,true,true,false],[110,22,0,true,false,false],[113,25,0,true,true,false],[116,18,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[121,53,0,true,true,false],[123,12,0,true,true,false],[123,70,0,true,false,false],[123,71,0,true,true,false],[128,10,0,true,true,false],[131,46,0,true,true,false],[132,18,0,true,true,false],[136,20,0,true,true,false],[136,29,0,true,false,false],[136,30,0,true,true,false],[143,18,0,true,false,false],[143,24,0,true,true,false],[145,18,0,true,false,false],[150,6,0,false,false,false],[152,51,0,true,true,false],[154,12,0,true,true,false],[154,49,0,true,false,false],[154,50,0,true,true,false],[159,10,0,true,true,false],[163,12,0,true,true,false],[163,88,0,true,false,false],[163,89,0,true,true,false],[168,10,0,true,true,false],[170,46,0,true,true,false],[171,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[187,47,0,true,true,false],[189,12,0,true,true,false],[192,68,0,true,true,false],[196,16,0,true,true,false],[196,23,0,true,false,false],[196,24,0,true,true,false],[198,14,0,true,false,false],[198,20,0,true,true,false],[200,14,0,true,false,false],[202,17,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,62,0,true,true,false],[213,34,0,true,true,false],[216,10,0,true,true,false],[218,12,0,true,true,false],[221,68,0,true,true,false],[223,24,0,true,false,false],[224,17,0,true,true,false],[227,10,0,true,false,false],[228,6,0,false,false,false],[232,49,0,true,true,false],[235,12,0,true,true,false],[238,81,0,true,true,false],[239,16,0,true,true,false],[239,23,0,true,false,false],[239,24,0,true,true,false],[241,14,0,true,false,false],[241,20,0,true,true,false],[243,14,0,true,false,false],[245,17,0,true,true,false],[248,10,0,true,false,false],[249,6,0,false,false,false],[251,47,0,true,true,false],[254,12,0,true,true,false],[257,76,0,true,true,false],[258,16,0,true,true,false],[258,18,0,true,false,false],[258,19,0,true,true,false],[260,14,0,true,false,false],[260,20,0,true,true,false],[262,14,0,true,false,false],[264,17,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[276,70,0,true,true,false],[277,39,0,true,true,false],[278,38,0,true,true,false],[279,20,0,true,true,false],[279,50,0,true,false,false],[279,51,0,true,true,false],[282,18,0,true,false,false],[282,24,0,true,true,false],[298,18,0,true,false,false],[301,6,0,false,false,false],[303,64,0,true,true,false],[330,6,0,false,false,false],[332,91,0,true,true,false],[333,39,0,true,true,false],[334,27,0,true,true,false],[338,20,0,true,true,false],[340,92,0,true,true,false],[347,22,0,true,true,false],[359,24,0,true,true,false],[359,38,0,true,false,false],[359,39,0,true,true,false],[364,30,0,true,true,false],[367,26,0,true,false,false],[370,28,0,true,true,false],[374,22,0,true,false,false],[376,25,0,true,true,false],[380,18,0,true,true,false],[381,14,0,true,false,false],[383,6,0,false,false,false],[385,56,0,true,true,false],[390,12,0,true,true,false],[390,26,0,true,false,false],[390,27,0,true,true,false],[394,10,0,true,false,false],[394,16,0,true,true,false],[396,10,0,true,false,false],[399,12,0,true,true,false],[400,81,0,true,true,false],[403,16,0,true,true,false],[403,75,0,true,false,false],[403,76,0,true,true,false],[407,14,0,true,false,false],[407,20,0,true,true,false],[411,14,0,true,false,false],[412,17,0,true,true,false],[414,10,0,true,true,false],[415,6,0,false,false,false],[417,68,0,true,true,false],[435,42,0,true,true,false],[435,57,0,true,false,false],[435,61,0,true,true,false],[435,76,0,true,false,false],[437,12,0,true,true,false],[437,22,0,true,false,false],[437,23,0,true,true,false],[439,10,0,true,false,false],[439,16,0,true,true,false],[441,10,0,true,false,false],[444,6,0,false,false,false],[446,90,0,true,true,false],[450,12,0,true,true,false],[450,21,0,true,false,false],[450,22,0,true,true,false],[452,10,0,true,false,false],[452,16,0,true,true,false],[454,82,0,true,true,false],[454,96,0,true,false,false],[459,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":7,"percent":17.948717948717949},"instantiations":{"count":39,"covered":7,"percent":17.948717948717949},"lines":{"count":712,"covered":13,"percent":1.8258426966292134},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":7,"notcovered":110,"percent":5.982905982905983}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift","mcdc_records":[],"segments":[[9,67,24,true,true,false],[10,43,0,true,true,false],[10,53,24,true,true,false],[13,12,24,true,true,false],[13,42,24,true,false,false],[13,43,24,true,true,false],[17,10,0,true,true,false],[25,12,0,true,true,false],[25,36,0,true,false,false],[25,37,0,true,true,false],[29,10,0,true,false,false],[36,12,0,true,true,false],[36,52,0,true,false,false],[36,53,0,true,true,false],[40,10,0,true,true,false],[43,6,0,false,false,false],[45,36,25,true,true,false],[46,42,25,true,true,false],[46,52,0,true,true,false],[51,48,0,true,true,false],[54,10,0,true,false,false],[56,40,0,true,true,false],[59,10,0,true,false,false],[60,6,0,false,false,false],[62,35,0,true,true,false],[70,23,0,true,true,false],[74,14,0,true,false,false],[78,53,0,true,true,false],[81,10,0,true,true,false],[86,6,0,false,false,false],[88,66,0,true,true,false],[96,12,0,true,true,false],[96,28,0,true,false,false],[96,29,0,true,true,false],[100,16,0,true,true,false],[100,52,0,true,false,false],[103,13,0,true,true,false],[106,42,0,true,true,false],[108,18,0,true,false,false],[113,19,0,true,true,false],[113,33,0,true,false,false],[113,34,0,true,true,false],[115,10,0,true,false,false],[116,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":2,"percent":33.333333333333329},"instantiations":{"count":6,"covered":2,"percent":33.333333333333329},"lines":{"count":113,"covered":11,"percent":9.7345132743362832},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":6,"notcovered":22,"percent":21.428571428571427}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift","mcdc_records":[],"segments":[[10,28,0,true,true,false],[17,11,0,true,true,false],[18,33,0,true,true,false],[18,43,0,true,true,false],[24,18,0,true,true,false],[24,28,0,true,true,false],[25,18,0,true,true,false],[27,45,0,true,true,false],[27,55,0,true,true,false],[29,14,0,true,false,false],[33,6,0,false,false,false],[36,67,0,true,true,false],[37,32,0,true,true,false],[37,42,0,true,true,false],[57,67,0,true,true,false],[58,16,0,true,true,false],[58,48,0,true,false,false],[60,13,0,true,true,false],[63,14,0,true,true,false],[64,10,0,true,true,false],[69,12,0,true,true,false],[69,35,0,true,false,false],[69,74,0,true,true,false],[71,16,0,true,true,false],[71,29,0,true,false,false],[71,30,0,true,true,false],[73,14,0,true,false,false],[73,20,0,true,true,false],[75,14,0,true,false,false],[77,10,0,true,true,false],[81,6,0,false,false,false],[85,58,0,true,true,false],[100,48,0,true,true,false],[100,50,0,true,false,false],[101,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift","mcdc_records":[],"segments":[[18,23,29,true,true,false],[18,28,0,false,false,false],[19,24,29,true,true,false],[19,29,0,false,false,false],[20,39,29,true,true,false],[20,43,0,false,false,false],[22,39,29,true,true,false],[22,42,0,false,false,false],[24,24,29,true,true,false],[24,29,0,false,false,false],[28,28,29,true,true,false],[28,33,0,false,false,false],[31,36,29,true,true,false],[31,43,0,false,false,false],[32,36,29,true,true,false],[32,38,0,false,false,false],[33,37,29,true,true,false],[33,41,0,false,false,false],[34,41,29,true,true,false],[34,44,0,false,false,false],[42,37,29,true,true,false],[42,41,0,false,false,false],[43,50,29,true,true,false],[43,68,0,false,false,false],[44,47,29,true,true,false],[44,49,0,false,false,false],[51,39,29,true,true,false],[51,44,0,false,false,false],[61,71,1034,true,true,false],[63,6,0,false,false,false],[68,91,0,true,true,false],[72,68,0,true,true,false],[72,77,0,true,false,false],[72,80,0,true,true,false],[72,90,0,true,false,false],[73,6,0,false,false,false],[76,37,0,true,true,false],[81,6,0,false,false,false],[84,38,0,true,true,false],[87,6,0,false,false,false],[92,76,0,true,true,false],[95,75,0,true,true,false],[95,84,0,true,false,false],[95,87,0,true,true,false],[95,97,0,true,false,false],[96,6,0,false,false,false],[102,33,29,true,true,false],[102,38,0,false,false,false],[103,35,29,true,true,false],[103,37,0,false,false,false],[105,61,1032,true,true,false],[106,33,1,true,true,false],[106,43,1031,true,true,false],[108,12,1031,true,true,false],[108,56,1031,true,false,false],[108,57,0,true,true,false],[109,18,0,true,true,false],[112,32,0,true,true,false],[113,45,0,true,true,false],[113,55,0,true,true,false],[115,22,0,true,false,false],[116,31,0,true,true,false],[118,22,0,true,false,false],[122,10,1031,true,true,false],[130,12,1031,true,true,false],[130,52,1031,true,false,false],[130,53,0,true,true,false],[137,16,0,true,true,false],[137,47,0,true,false,false],[137,48,0,true,true,false],[147,14,0,true,false,false],[147,20,0,true,true,false],[150,14,0,true,false,false],[152,10,1031,true,true,false],[155,12,1031,true,true,false],[155,36,1031,true,false,false],[155,37,0,true,true,false],[157,10,1031,true,false,false],[157,16,1031,true,true,false],[160,10,1031,true,false,false],[161,6,0,false,false,false],[163,85,0,true,true,false],[169,12,0,true,true,false],[169,36,0,true,false,false],[169,37,0,true,true,false],[171,10,0,true,false,false],[171,16,0,true,true,false],[174,10,0,true,false,false],[175,6,0,false,false,false],[177,71,3,true,true,false],[178,33,0,true,true,false],[178,43,3,true,true,false],[186,12,3,true,true,false],[186,52,3,true,false,false],[186,53,0,true,true,false],[193,16,0,true,true,false],[193,47,0,true,false,false],[193,48,0,true,true,false],[204,14,0,true,false,false],[204,20,0,true,true,false],[207,14,0,true,false,false],[209,10,3,true,true,false],[212,12,3,true,true,false],[212,36,3,true,false,false],[212,37,0,true,true,false],[214,10,3,true,false,false],[214,16,3,true,true,false],[216,10,3,true,false,false],[217,6,0,false,false,false],[220,93,0,true,true,false],[221,33,0,true,true,false],[221,43,0,true,true,false],[236,86,0,true,true,false],[236,91,0,true,false,false],[236,94,0,true,true,false],[236,103,0,true,false,false],[242,12,0,true,true,false],[242,31,0,true,false,false],[242,32,0,true,true,false],[245,81,0,true,true,false],[249,14,0,true,false,false],[254,12,0,true,true,false],[254,34,0,true,false,false],[254,35,0,true,true,false],[256,91,0,true,true,false],[257,22,0,true,true,false],[259,18,0,true,false,false],[264,92,0,true,true,false],[266,18,0,true,true,false],[267,37,0,true,true,false],[267,47,0,true,true,false],[268,20,0,true,true,false],[268,36,0,true,false,false],[268,57,0,true,true,false],[271,154,0,true,true,false],[271,159,0,true,false,false],[271,162,0,true,true,false],[271,171,0,true,false,false],[278,12,0,true,true,false],[278,25,0,true,false,false],[278,26,0,true,true,false],[280,10,0,true,false,false],[280,16,0,true,true,false],[282,10,0,true,false,false],[283,6,0,false,false,false],[285,24,1034,true,true,false],[286,32,2,true,true,false],[286,42,1032,true,true,false],[307,47,0,true,true,false],[310,10,1032,true,false,false],[314,25,0,true,true,false],[317,10,1032,true,false,false],[319,30,0,true,true,false],[322,10,1032,true,false,false],[325,39,0,true,true,false],[328,10,1032,true,false,false],[331,42,0,true,true,false],[334,10,1032,true,false,false],[337,6,0,false,false,false],[339,86,1034,true,true,false],[341,12,1034,true,true,false],[341,42,1034,true,false,false],[341,43,1034,true,true,false],[345,10,0,true,true,false],[347,62,0,true,true,false],[347,73,0,true,false,false],[347,76,0,true,true,false],[347,87,0,true,false,false],[354,23,0,true,true,false],[355,39,0,true,true,false],[355,79,0,true,true,false],[360,20,0,true,true,false],[360,42,0,true,false,false],[360,77,0,true,true,false],[369,67,0,true,true,false],[371,22,0,true,false,false],[373,53,0,true,true,false],[373,56,0,true,false,false],[373,59,0,true,true,false],[373,90,0,true,false,false],[374,24,0,true,true,false],[378,53,0,true,true,false],[378,56,0,true,false,false],[378,59,0,true,true,false],[378,90,0,true,false,false],[384,33,0,true,true,false],[386,106,0,true,true,false],[386,118,0,true,false,false],[386,121,0,true,true,false],[386,133,0,true,false,false],[402,42,0,true,true,false],[407,42,0,true,true,false],[407,53,0,true,false,false],[410,48,0,true,true,false],[411,42,0,true,true,false],[411,83,0,true,false,false],[415,10,0,true,true,false],[420,40,0,true,true,false],[420,61,0,true,false,false],[420,64,0,true,true,false],[420,76,0,true,false,false],[423,6,0,false,false,false],[425,70,0,true,true,false],[426,12,0,true,true,false],[426,33,0,true,false,false],[426,34,0,true,true,false],[429,10,0,true,true,false],[431,37,0,true,true,false],[431,47,0,true,true,false],[434,12,0,true,true,false],[434,69,0,true,false,false],[434,70,0,true,true,false],[436,10,0,true,true,false],[462,67,0,true,true,false],[463,16,0,true,true,false],[463,48,0,true,false,false],[466,13,0,true,true,false],[469,14,0,true,true,false],[470,10,0,true,true,false],[474,34,0,true,true,false],[476,16,0,true,true,false],[476,44,0,true,false,false],[476,88,0,true,true,false],[479,20,0,true,true,false],[479,38,0,true,false,false],[479,39,0,true,true,false],[481,18,0,true,false,false],[481,24,0,true,true,false],[483,18,0,true,false,false],[485,14,0,true,true,false],[489,10,0,true,false,false],[490,6,0,false,false,false],[492,56,0,true,true,false],[494,53,0,true,true,false],[494,66,0,true,false,false],[494,72,0,true,true,false],[494,82,0,true,true,false],[497,12,0,true,true,false],[497,53,0,true,false,false],[497,54,0,true,true,false],[500,10,0,true,true,false],[521,67,0,true,true,false],[522,16,0,true,true,false],[522,48,0,true,false,false],[524,13,0,true,true,false],[527,14,0,true,true,false],[528,10,0,true,true,false],[532,34,0,true,true,false],[533,16,0,true,true,false],[533,44,0,true,false,false],[533,88,0,true,true,false],[536,20,0,true,true,false],[536,38,0,true,false,false],[536,39,0,true,true,false],[538,18,0,true,false,false],[538,24,0,true,true,false],[540,18,0,true,false,false],[542,14,0,true,true,false],[545,10,0,true,false,false],[546,6,0,false,false,false],[550,56,0,true,true,false],[551,32,0,true,true,false],[551,42,0,true,true,false],[552,48,0,true,true,false],[552,58,0,true,true,false],[563,30,0,true,true,false],[563,40,0,true,true,false],[566,35,0,true,true,false],[566,45,0,true,true,false],[584,67,0,true,true,false],[585,16,0,true,true,false],[585,48,0,true,false,false],[587,13,0,true,true,false],[590,14,0,true,true,false],[591,10,0,true,true,false],[595,12,0,true,true,false],[595,35,0,true,false,false],[595,74,0,true,true,false],[597,16,0,true,true,false],[597,29,0,true,false,false],[597,30,0,true,true,false],[599,14,0,true,false,false],[599,20,0,true,true,false],[601,14,0,true,false,false],[603,10,0,true,true,false],[606,6,0,false,false,false],[609,66,0,true,true,false],[628,6,0,false,false,false],[630,48,0,true,true,false],[631,12,0,true,true,false],[631,45,0,true,false,false],[631,46,0,true,true,false],[633,10,0,true,false,false],[636,16,0,true,true,false],[636,27,0,true,false,false],[637,9,0,true,true,false],[641,26,0,true,false,false],[643,9,0,true,true,false],[645,91,0,true,true,false],[648,14,0,true,false,false],[648,20,0,true,true,false],[651,14,0,true,false,false],[661,94,0,true,true,false],[662,22,0,true,true,false],[662,60,0,true,false,false],[665,9,0,true,true,false],[676,101,0,true,true,false],[677,22,0,true,true,false],[677,63,0,true,false,false],[679,10,0,true,true,false],[680,6,0,false,false,false],[682,71,0,true,true,false],[683,39,0,true,true,false],[683,78,0,true,false,false],[684,6,0,false,false,false],[686,74,0,true,true,false],[687,43,0,true,true,false],[687,53,0,true,true,false],[688,32,0,true,true,false],[690,72,0,true,true,false],[690,88,0,true,true,false],[691,48,0,true,false,false],[693,6,0,false,false,false],[695,71,0,true,true,false],[696,16,0,true,true,false],[696,23,0,true,false,false],[697,9,0,true,true,false],[698,19,0,true,false,false],[699,9,0,true,true,false],[700,21,0,true,false,false],[701,9,0,true,true,false],[702,20,0,true,false,false],[703,9,0,true,true,false],[704,21,0,true,false,false],[705,9,0,true,true,false],[706,16,0,true,false,false],[707,10,0,true,true,false],[708,6,0,false,false,false],[710,68,0,true,true,false],[711,16,0,true,true,false],[711,36,0,true,false,false],[712,9,0,true,true,false],[713,19,0,true,false,false],[714,9,0,true,true,false],[715,21,0,true,false,false],[716,9,0,true,true,false],[717,20,0,true,false,false],[718,9,0,true,true,false],[719,21,0,true,false,false],[720,9,0,true,true,false],[721,16,0,true,false,false],[722,10,0,true,true,false],[723,6,0,false,false,false],[725,34,0,true,true,false],[726,42,0,true,true,false],[726,52,0,true,true,false],[731,6,0,false,false,false],[733,37,0,true,true,false],[734,42,0,true,true,false],[734,52,0,true,true,false],[739,6,0,false,false,false],[741,28,0,true,true,false],[746,92,0,true,true,false],[748,18,0,true,true,false],[750,14,0,true,false,false],[752,6,0,false,false,false],[754,62,0,true,true,false],[787,42,0,true,true,false],[789,10,0,true,false,false],[789,16,0,true,true,false],[791,10,0,true,false,false],[792,6,0,false,false,false],[795,58,1041,true,true,false],[798,6,0,false,false,false],[801,41,1,true,true,false],[804,9,1,true,true,false],[806,10,1,true,false,false],[807,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":23,"percent":35.9375},"instantiations":{"count":64,"covered":23,"percent":35.9375},"lines":{"count":853,"covered":115,"percent":13.481828839390387},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":233,"covered":41,"notcovered":192,"percent":17.596566523605151}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift","mcdc_records":[],"segments":[[19,42,0,true,true,false],[37,88,0,true,true,false],[40,10,0,true,true,false],[47,31,0,true,true,false],[49,101,0,true,true,false],[49,102,0,true,false,false],[53,99,0,true,true,false],[56,20,0,true,true,false],[56,27,0,true,false,false],[56,46,0,true,true,false],[59,18,0,true,false,false],[59,27,0,true,true,false],[59,43,0,true,false,false],[59,44,0,true,true,false],[61,18,0,true,true,false],[62,14,0,true,true,false],[63,10,0,true,true,false],[65,43,0,true,true,false],[65,62,0,true,true,false],[65,70,0,true,false,false],[68,6,0,false,false,false],[72,76,0,true,true,false],[77,16,0,true,true,false],[77,20,0,true,false,false],[78,9,0,true,true,false],[79,18,0,true,false,false],[80,9,0,true,true,false],[81,17,0,true,false,false],[82,9,0,true,true,false],[83,17,0,true,false,false],[84,9,0,true,true,false],[86,24,0,true,true,false],[86,29,0,true,false,false],[86,32,0,true,true,false],[86,40,0,true,false,false],[87,10,0,true,true,false],[88,6,0,false,false,false],[91,49,0,true,true,false],[92,16,0,true,true,false],[92,24,0,true,false,false],[93,9,0,true,true,false],[94,26,0,true,false,false],[95,9,0,true,true,false],[96,26,0,true,false,false],[97,9,0,true,true,false],[98,46,0,true,false,false],[99,10,0,true,true,false],[100,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":80,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift","mcdc_records":[],"segments":[[10,31,1,true,true,false],[10,48,0,false,false,false],[12,20,1,true,true,false],[12,22,0,false,false,false],[16,35,1,true,true,false],[16,51,0,false,false,false],[19,60,0,true,true,false],[20,53,0,true,true,false],[20,59,0,true,false,false],[35,44,0,true,true,false],[37,10,0,true,true,false],[40,6,0,false,false,false],[43,59,0,true,true,false],[55,12,0,true,true,false],[55,40,0,true,false,false],[55,41,0,true,true,false],[57,10,0,true,true,false],[62,14,0,true,true,false],[64,10,0,true,true,false],[67,21,0,true,false,false],[68,6,0,false,false,false],[71,46,0,true,true,false],[79,42,0,true,true,false],[79,70,0,true,false,false],[79,76,0,true,true,false],[81,10,0,true,true,false],[84,6,0,false,false,false],[87,27,0,true,true,false],[88,12,0,true,true,false],[89,42,0,true,true,false],[89,49,0,true,false,false],[90,17,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[97,39,1,true,true,false],[97,55,0,false,false,false],[102,62,0,true,true,false],[103,16,0,true,true,false],[103,28,0,true,false,false],[103,30,0,true,true,false],[103,55,0,true,false,false],[105,49,0,true,true,false],[105,55,0,true,false,false],[120,44,0,true,true,false],[122,10,0,true,true,false],[125,6,0,false,false,false],[129,56,4,true,true,false],[141,12,4,true,true,false],[141,40,4,true,false,false],[141,41,4,true,true,false],[143,10,0,true,true,false],[148,14,0,true,true,false],[150,10,0,true,true,false],[152,19,4,true,false,false],[153,6,0,false,false,false],[157,50,0,true,true,false],[165,42,0,true,true,false],[165,70,0,true,false,false],[165,76,0,true,true,false],[167,10,0,true,true,false],[170,6,0,false,false,false],[173,31,3,true,true,false],[175,6,0,false,false,false],[178,46,2,true,true,false],[179,99,2,true,true,false],[181,10,0,true,true,false],[182,21,2,true,false,false],[183,6,0,false,false,false],[186,41,2,true,true,false],[188,6,0,false,false,false],[193,51,5,true,true,false],[195,99,5,true,true,false],[197,10,0,true,true,false],[200,38,5,true,false,false],[201,6,0,false,false,false],[205,64,1,true,true,false],[207,99,1,true,true,false],[209,10,0,true,true,false],[226,12,0,true,true,false],[226,40,0,true,false,false],[226,41,0,true,true,false],[228,10,0,true,true,false],[233,14,0,true,true,false],[235,10,0,true,true,false],[237,19,1,true,false,false],[238,6,0,false,false,false],[243,48,1,true,true,false],[243,51,0,false,false,false],[245,66,0,true,true,false],[247,6,0,false,false,false],[249,55,0,true,true,false],[251,6,0,false,false,false],[253,30,0,true,true,false],[256,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":11,"percent":42.307692307692307},"instantiations":{"count":26,"covered":11,"percent":42.307692307692307},"lines":{"count":208,"covered":44,"percent":21.153846153846153},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":16,"notcovered":42,"percent":27.586206896551722}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift","mcdc_records":[],"segments":[[24,23,26,true,true,false],[26,63,2,true,true,false],[28,10,24,true,true,false],[34,57,720,true,true,false],[35,75,0,true,true,false],[35,87,720,true,true,false],[38,16,720,true,true,false],[38,42,720,true,false,false],[38,43,467,true,true,false],[44,14,720,true,false,false],[45,10,24,true,true,false],[48,12,24,true,true,false],[48,30,24,true,false,false],[48,31,16,true,true,false],[50,68,28,true,true,false],[52,72,28,true,true,false],[52,102,28,true,false,false],[52,108,0,true,true,false],[54,18,28,true,true,false],[56,20,28,true,true,false],[56,46,28,true,false,false],[56,47,20,true,true,false],[62,18,28,true,false,false],[63,14,16,true,true,false],[64,10,24,true,false,false],[66,24,26,true,false,false],[67,6,0,false,false,false],[70,77,28,true,true,false],[82,6,0,false,false,false],[90,26,4,true,true,false],[91,66,1,true,true,false],[93,10,3,true,true,false],[96,56,1,true,true,false],[98,10,2,true,true,false],[102,38,0,true,true,false],[104,10,2,true,true,false],[116,10,4,true,false,false],[117,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":86,"covered":84,"percent":97.674418604651152},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":23,"notcovered":3,"percent":88.461538461538453}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift","mcdc_records":[],"segments":[[14,59,0,true,true,false],[17,16,0,true,true,false],[17,21,0,true,false,false],[18,9,0,true,true,false],[19,30,0,true,false,false],[20,9,0,true,true,false],[21,64,0,true,false,false],[22,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[25,28,0,true,false,false],[26,9,0,true,true,false],[27,31,0,true,false,false],[28,9,0,true,true,false],[29,31,0,true,false,false],[30,9,0,true,true,false],[31,31,0,true,false,false],[32,9,0,true,true,false],[33,33,0,true,false,false],[34,9,0,true,true,false],[35,40,0,true,false,false],[37,6,0,false,false,false],[42,62,0,true,true,false],[45,16,0,true,true,false],[45,21,0,true,false,false],[46,9,0,true,true,false],[47,26,0,true,false,false],[48,9,0,true,true,false],[49,25,0,true,false,false],[50,9,0,true,true,false],[51,32,0,true,false,false],[52,9,0,true,true,false],[53,25,0,true,false,false],[54,9,0,true,true,false],[55,28,0,true,false,false],[56,9,0,true,true,false],[57,28,0,true,false,false],[58,9,0,true,true,false],[59,25,0,true,false,false],[60,9,0,true,true,false],[61,28,0,true,false,false],[62,9,0,true,true,false],[63,30,0,true,false,false],[64,9,0,true,true,false],[65,30,0,true,false,false],[66,9,0,true,true,false],[67,30,0,true,false,false],[68,9,0,true,true,false],[69,36,0,true,false,false],[70,9,0,true,true,false],[71,30,0,true,false,false],[72,9,0,true,true,false],[73,27,0,true,false,false],[74,9,0,true,true,false],[76,76,0,true,false,false],[78,6,0,false,false,false],[83,66,0,true,true,false],[92,14,0,true,true,false],[94,10,0,true,true,false],[95,79,0,true,false,false],[96,6,0,false,false,false],[101,57,0,true,true,false],[103,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":78,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":0,"notcovered":32,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift","mcdc_records":[],"segments":[[16,25,4,true,true,false],[22,39,0,true,true,false],[23,45,0,true,true,false],[23,57,0,true,true,false],[26,16,0,true,true,false],[26,53,0,true,false,false],[26,54,0,true,true,false],[27,52,0,true,true,false],[30,18,0,true,true,false],[31,14,0,true,false,false],[36,13,0,true,true,false],[39,14,0,true,false,false],[40,10,4,true,true,false],[42,19,4,true,false,false],[43,6,0,false,false,false],[50,22,4,true,true,false],[54,66,0,true,true,false],[56,61,0,true,true,false],[56,73,0,true,true,false],[59,10,4,true,true,false],[61,20,4,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":41,"covered":20,"percent":48.780487804878049},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":4,"notcovered":11,"percent":26.666666666666668}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift","mcdc_records":[],"segments":[[8,58,4,true,true,false],[9,68,4,true,true,false],[12,35,0,true,true,false],[12,36,4,true,false,false],[13,33,0,true,true,false],[13,34,4,true,false,false],[15,6,0,false,false,false],[19,75,311,true,true,false],[20,31,311,true,true,false],[21,62,311,true,true,false],[23,20,311,true,true,false],[23,61,311,true,false,false],[23,62,1,true,true,false],[26,46,0,true,true,false],[26,49,1,true,false,false],[26,52,1,true,true,false],[26,59,1,true,false,false],[27,18,310,true,true,false],[35,17,1,true,true,false],[38,18,309,true,true,false],[39,14,309,true,true,false],[40,10,309,true,true,false],[41,19,311,true,false,false],[42,6,0,false,false,false],[46,81,312,true,true,false],[47,31,312,true,true,false],[48,62,314,true,true,false],[52,17,1,true,true,false],[54,18,313,true,true,false],[56,20,313,true,true,false],[56,63,313,true,false,false],[56,64,2,true,true,false],[58,44,0,true,true,false],[58,47,2,true,false,false],[58,50,2,true,true,false],[58,55,2,true,false,false],[59,18,311,true,true,false],[60,14,309,true,true,false],[61,10,309,true,true,false],[62,19,312,true,false,false],[63,6,0,false,false,false],[67,84,312,true,true,false],[68,31,312,true,true,false],[69,62,314,true,true,false],[73,17,1,true,true,false],[75,18,313,true,true,false],[77,20,313,true,true,false],[77,63,313,true,false,false],[77,64,2,true,true,false],[79,47,0,true,true,false],[79,50,2,true,false,false],[79,53,2,true,true,false],[79,61,2,true,false,false],[80,18,311,true,true,false],[81,14,309,true,true,false],[82,10,309,true,true,false],[83,19,312,true,false,false],[84,6,0,false,false,false],[87,73,935,true,true,false],[95,9,5,true,true,false],[97,10,935,true,false,false],[100,6,0,false,false,false],[103,101,628,true,true,false],[107,14,626,true,true,false],[109,10,2,true,true,false],[111,59,4,true,true,false],[111,74,2,true,true,false],[111,85,4,true,false,false],[111,87,2,true,false,false],[112,74,0,true,true,false],[112,97,2,true,false,false],[113,48,628,true,false,false],[114,6,0,false,false,false],[117,75,0,true,true,false],[118,16,0,true,true,false],[118,35,0,true,false,false],[119,9,0,true,true,false],[120,29,0,true,false,false],[121,9,0,true,true,false],[122,24,0,true,false,false],[123,9,0,true,true,false],[124,24,0,true,false,false],[125,9,0,true,true,false],[126,30,0,true,false,false],[127,9,0,true,true,false],[128,24,0,true,false,false],[129,9,0,true,true,false],[130,34,0,true,false,false],[131,9,0,true,true,false],[132,19,0,true,false,false],[133,9,0,true,true,false],[134,31,0,true,false,false],[135,10,0,true,true,false],[136,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":8,"percent":66.666666666666657},"instantiations":{"count":12,"covered":8,"percent":66.666666666666657},"lines":{"count":119,"covered":96,"percent":80.672268907563023},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":42,"notcovered":17,"percent":71.186440677966104}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift","mcdc_records":[],"segments":[[8,58,308,true,true,false],[9,16,308,true,true,false],[9,36,308,true,false,false],[11,9,4,true,true,false],[11,28,308,true,false,false],[12,9,4,true,true,false],[12,28,308,true,false,false],[13,9,4,true,true,false],[13,28,308,true,false,false],[14,9,4,true,true,false],[14,33,308,true,false,false],[15,9,4,true,true,false],[15,33,308,true,false,false],[16,9,4,true,true,false],[16,34,308,true,false,false],[17,9,4,true,true,false],[17,33,308,true,false,false],[18,9,4,true,true,false],[18,34,308,true,false,false],[19,9,4,true,true,false],[19,29,308,true,false,false],[20,9,4,true,true,false],[20,24,308,true,false,false],[21,9,4,true,true,false],[21,26,308,true,false,false],[23,9,4,true,true,false],[23,33,308,true,false,false],[24,9,4,true,true,false],[24,34,308,true,false,false],[25,9,4,true,true,false],[25,32,308,true,false,false],[26,9,4,true,true,false],[26,33,308,true,false,false],[27,9,4,true,true,false],[27,31,308,true,false,false],[28,9,4,true,true,false],[28,32,308,true,false,false],[29,9,4,true,true,false],[29,32,308,true,false,false],[30,9,0,true,true,false],[30,33,308,true,false,false],[31,9,4,true,true,false],[31,32,308,true,false,false],[33,9,4,true,true,false],[33,33,308,true,false,false],[34,9,4,true,true,false],[34,28,308,true,false,false],[35,9,4,true,true,false],[35,28,308,true,false,false],[36,9,0,true,true,false],[36,29,308,true,false,false],[37,9,220,true,true,false],[38,20,308,true,false,false],[39,10,308,true,true,false],[40,6,0,false,false,false],[44,65,9,true,true,false],[45,16,9,true,true,false],[45,38,9,true,false,false],[47,9,2,true,true,false],[47,46,5,true,true,false],[47,65,2,true,false,false],[48,29,9,true,false,false],[50,9,2,true,true,false],[50,46,3,true,true,false],[50,65,2,true,false,false],[51,16,9,true,false,false],[54,9,0,true,true,false],[54,34,9,true,false,false],[55,9,0,true,true,false],[55,35,9,true,false,false],[56,9,0,true,true,false],[56,32,9,true,false,false],[57,9,0,true,true,false],[57,34,9,true,false,false],[60,9,0,true,true,false],[60,39,9,true,false,false],[61,9,0,true,true,false],[61,39,9,true,false,false],[62,9,0,true,true,false],[62,39,9,true,false,false],[63,9,0,true,true,false],[63,39,9,true,false,false],[65,9,0,true,true,false],[65,40,9,true,false,false],[66,9,0,true,true,false],[66,41,9,true,false,false],[67,9,0,true,true,false],[67,39,9,true,false,false],[68,9,0,true,true,false],[68,40,9,true,false,false],[69,9,0,true,true,false],[69,38,9,true,false,false],[70,9,0,true,true,false],[70,39,9,true,false,false],[71,9,0,true,true,false],[71,39,9,true,false,false],[72,9,0,true,true,false],[72,40,9,true,false,false],[74,9,0,true,true,false],[74,38,9,true,false,false],[75,9,0,true,true,false],[75,35,9,true,false,false],[76,9,0,true,true,false],[76,40,9,true,false,false],[77,9,0,true,true,false],[77,26,9,true,false,false],[78,9,0,true,true,false],[78,36,9,true,false,false],[79,9,0,true,true,false],[79,39,9,true,false,false],[80,9,0,true,true,false],[80,36,9,true,false,false],[81,9,0,true,true,false],[81,24,9,true,false,false],[83,9,0,true,true,false],[83,33,9,true,false,false],[84,9,0,true,true,false],[84,33,9,true,false,false],[85,9,0,true,true,false],[85,33,9,true,false,false],[86,9,0,true,true,false],[86,38,9,true,false,false],[87,9,0,true,true,false],[87,39,9,true,false,false],[88,9,0,true,true,false],[88,39,9,true,false,false],[89,9,0,true,true,false],[89,38,9,true,false,false],[90,9,0,true,true,false],[90,39,9,true,false,false],[91,9,0,true,true,false],[91,34,9,true,false,false],[92,9,0,true,true,false],[92,29,9,true,false,false],[93,9,0,true,true,false],[93,31,9,true,false,false],[95,9,0,true,true,false],[95,50,0,true,true,false],[95,85,0,true,false,false],[96,29,9,true,false,false],[98,9,0,true,true,false],[98,27,9,true,false,false],[99,9,0,true,true,false],[99,26,9,true,false,false],[100,9,0,true,true,false],[100,37,9,true,false,false],[101,9,0,true,true,false],[101,39,9,true,false,false],[102,9,5,true,true,false],[104,22,9,true,false,false],[105,10,9,true,true,false],[106,6,0,false,false,false],[109,50,9,true,true,false],[110,16,9,true,true,false],[110,19,9,true,false,false],[111,9,0,true,true,false],[112,17,9,true,false,false],[113,9,9,true,true,false],[114,18,9,true,false,false],[115,10,9,true,true,false],[116,6,0,false,false,false],[120,71,622,true,true,false],[121,16,622,true,true,false],[121,32,622,true,false,false],[123,9,4,true,true,false],[123,34,622,true,false,false],[124,9,4,true,true,false],[124,35,622,true,false,false],[125,9,4,true,true,false],[125,32,622,true,false,false],[126,9,4,true,true,false],[126,34,622,true,false,false],[128,9,16,true,true,false],[128,90,622,true,false,false],[129,9,16,true,true,false],[129,73,622,true,false,false],[130,9,16,true,true,false],[130,85,622,true,false,false],[131,9,8,true,true,false],[131,93,622,true,false,false],[133,9,9,true,true,false],[133,45,622,true,false,false],[134,9,9,true,true,false],[134,40,622,true,false,false],[135,9,10,true,true,false],[135,48,622,true,false,false],[136,9,4,true,true,false],[136,29,622,true,false,false],[137,9,4,true,true,false],[137,32,622,true,false,false],[138,9,0,true,true,false],[138,29,622,true,false,false],[140,9,8,true,true,false],[140,42,622,true,false,false],[141,9,9,true,true,false],[141,49,622,true,false,false],[142,9,8,true,true,false],[142,42,622,true,false,false],[143,9,8,true,true,false],[143,81,622,true,false,false],[144,9,8,true,true,false],[144,84,622,true,false,false],[145,9,8,true,true,false],[145,52,622,true,false,false],[146,9,8,true,true,false],[146,51,622,true,false,false],[147,9,8,true,true,false],[147,62,622,true,false,false],[148,9,8,true,true,false],[148,43,622,true,false,false],[149,9,8,true,true,false],[149,41,622,true,false,false],[150,9,8,true,true,false],[150,43,622,true,false,false],[152,9,5,true,true,false],[152,33,622,true,false,false],[153,9,0,true,true,false],[153,28,622,true,false,false],[154,9,0,true,true,false],[154,32,622,true,false,false],[155,9,0,true,true,false],[155,29,622,true,false,false],[156,9,5,true,true,false],[156,29,622,true,false,false],[157,9,3,true,true,false],[157,31,622,true,false,false],[158,9,412,true,true,false],[159,29,622,true,false,false],[160,10,622,true,true,false],[161,6,0,false,false,false],[164,61,308,true,true,false],[166,44,308,true,true,false],[166,53,308,true,false,false],[167,9,4,true,true,false],[167,27,308,true,false,false],[168,9,4,true,true,false],[168,28,308,true,false,false],[169,9,4,true,true,false],[169,25,308,true,false,false],[170,9,4,true,true,false],[170,27,308,true,false,false],[171,9,292,true,true,false],[171,27,308,true,false,false],[172,10,308,true,true,false],[176,33,23054,true,true,false],[178,16,23054,true,true,false],[178,63,23054,true,false,false],[178,64,208,true,true,false],[180,14,22846,true,true,false],[181,10,100,true,true,false],[182,19,308,true,false,false],[183,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":7,"percent":87.5},"instantiations":{"count":8,"covered":7,"percent":87.5},"lines":{"count":169,"covered":166,"percent":98.224852071005913},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":82,"notcovered":48,"percent":63.076923076923073}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift","mcdc_records":[],"segments":[[21,104,308,true,true,false],[29,29,1232,true,true,false],[30,20,1232,true,true,false],[30,25,1232,true,false,false],[31,13,616,true,true,false],[32,20,616,true,true,false],[32,36,616,true,false,false],[32,37,308,true,true,false],[34,24,308,true,true,false],[34,58,308,true,false,false],[34,59,308,true,true,false],[36,22,308,true,false,false],[38,18,1232,true,false,false],[39,13,616,true,true,false],[40,25,1232,true,false,false],[41,14,616,true,true,false],[42,10,308,true,true,false],[44,12,308,true,true,false],[44,37,308,true,false,false],[44,38,0,true,true,false],[46,10,308,true,true,false],[51,63,308,true,true,false],[51,106,308,true,false,false],[51,109,0,true,true,false],[51,112,308,true,false,false],[52,56,308,true,true,false],[52,91,308,true,false,false],[59,6,0,false,false,false],[75,46,4,true,true,false],[80,21,312,true,true,false],[80,45,4,true,false,false],[81,21,308,true,true,false],[81,101,4,true,false,false],[83,57,4,true,true,false],[83,63,4,true,false,false],[83,66,0,true,true,false],[83,84,4,true,false,false],[89,97,4,true,true,false],[90,37,308,true,true,false],[96,31,304,true,true,false],[101,24,304,true,true,false],[106,26,304,true,true,false],[107,65,304,true,false,false],[108,29,0,true,true,false],[111,22,304,true,false,false],[112,18,308,true,false,false],[113,14,4,true,true,false],[116,39,308,true,true,false],[118,14,4,true,true,false],[119,29,4,true,false,false],[123,66,308,true,true,false],[129,16,308,true,true,false],[129,28,308,true,false,false],[129,29,4,true,true,false],[130,31,4,true,true,false],[131,65,16,true,true,false],[132,87,4,true,true,false],[132,101,12,true,true,false],[133,35,16,true,false,false],[134,22,4,true,false,false],[136,24,0,true,true,false],[138,18,4,true,false,false],[139,14,308,true,false,false],[141,35,0,true,true,false],[142,20,0,true,true,false],[142,34,0,true,false,false],[142,35,0,true,true,false],[145,18,0,true,true,false],[155,25,0,true,false,false],[156,14,308,true,true,false],[159,103,0,true,true,false],[160,20,0,true,true,false],[160,34,0,true,false,false],[160,35,0,true,true,false],[163,18,0,true,true,false],[176,20,0,true,true,false],[176,33,0,true,false,false],[176,34,0,true,true,false],[178,18,0,true,false,false],[180,14,308,true,true,false],[182,16,308,true,true,false],[182,30,308,true,false,false],[182,31,0,true,true,false],[185,14,308,true,true,false],[188,82,0,true,true,false],[192,14,308,true,true,false],[195,84,0,true,true,false],[203,14,308,true,true,false],[206,73,0,true,true,false],[210,14,308,true,true,false],[213,57,308,true,true,false],[213,98,308,true,false,false],[214,16,308,true,true,false],[214,29,308,true,false,false],[214,30,0,true,true,false],[216,156,0,true,true,false],[216,162,0,true,false,false],[218,14,308,true,true,false],[220,16,308,true,true,false],[220,36,308,true,false,false],[220,37,299,true,true,false],[223,55,598,true,true,false],[223,73,299,true,false,false],[235,14,308,true,false,false],[235,23,9,true,true,false],[235,49,9,true,true,false],[235,76,9,true,false,false],[235,77,308,true,false,false],[235,78,0,true,true,false],[245,14,308,true,false,false],[245,23,9,true,true,false],[245,45,308,true,false,false],[245,46,0,true,true,false],[249,14,308,true,false,false],[249,20,9,true,true,false],[252,84,18,true,true,false],[252,107,9,true,false,false],[253,24,0,true,true,false],[253,43,0,true,true,false],[253,74,0,true,false,false],[253,83,9,true,false,false],[258,46,9,true,true,false],[259,24,9,true,true,false],[259,49,9,true,false,false],[259,50,9,true,true,false],[263,22,0,true,true,false],[264,18,9,true,true,false],[267,60,9,true,true,false],[267,79,9,true,false,false],[270,53,9,true,true,false],[270,70,9,true,false,false],[270,74,0,true,true,false],[270,76,9,true,false,false],[270,79,9,true,true,false],[270,89,9,true,false,false],[271,53,0,true,true,false],[271,73,9,true,false,false],[273,34,9,true,true,false],[280,24,9,true,true,false],[280,75,9,true,false,false],[280,76,9,true,true,false],[282,22,9,true,false,false],[283,24,0,true,true,false],[292,18,9,true,false,false],[293,14,308,true,false,false],[294,10,4,true,true,false],[297,23,4,true,false,false],[298,6,0,false,false,false],[311,31,0,true,true,false],[312,64,0,true,true,false],[315,10,0,true,true,false],[326,10,0,true,true,false],[333,36,0,true,true,false],[334,20,0,true,true,false],[334,25,0,true,false,false],[335,13,0,true,true,false],[336,20,0,true,true,false],[336,36,0,true,false,false],[336,37,0,true,true,false],[342,18,0,true,false,false],[342,27,0,true,true,false],[342,45,0,true,false,false],[342,46,0,true,true,false],[346,24,0,true,true,false],[346,47,0,true,false,false],[346,48,0,true,true,false],[348,22,0,true,false,false],[350,13,0,true,true,false],[351,20,0,true,true,false],[351,36,0,true,false,false],[351,37,0,true,true,false],[353,18,0,true,false,false],[353,27,0,true,true,false],[353,45,0,true,false,false],[353,46,0,true,true,false],[355,18,0,true,false,false],[356,20,0,true,true,false],[356,43,0,true,false,false],[356,44,0,true,true,false],[358,18,0,true,false,false],[359,13,0,true,true,false],[360,25,0,true,false,false],[361,14,0,true,true,false],[362,10,0,true,true,false],[364,48,0,true,true,false],[364,62,0,true,false,false],[364,65,0,true,true,false],[364,84,0,true,false,false],[366,12,0,true,true,false],[366,26,0,true,false,false],[366,27,0,true,true,false],[367,57,0,true,true,false],[368,61,0,true,true,false],[370,18,0,true,true,false],[371,27,0,true,false,false],[375,59,0,true,true,false],[376,79,0,true,true,false],[376,93,0,true,true,false],[377,27,0,true,false,false],[378,22,0,true,true,false],[380,14,0,true,true,false],[381,23,0,true,false,false],[382,10,0,true,true,false],[384,63,0,true,true,false],[384,86,0,true,false,false],[385,6,0,false,false,false],[389,81,0,true,true,false],[393,21,0,true,true,false],[393,45,0,true,false,false],[394,21,0,true,true,false],[394,101,0,true,false,false],[396,33,0,true,true,false],[405,10,0,true,true,false],[408,23,0,true,false,false],[409,6,0,false,false,false],[419,18,14,true,true,false],[420,12,14,true,true,false],[420,27,14,true,false,false],[420,28,0,true,true,false],[420,42,14,true,true,false],[423,58,23,true,true,false],[424,20,23,true,true,false],[424,23,23,true,false,false],[425,13,0,true,true,false],[425,70,23,true,false,false],[426,13,1,true,true,false],[426,32,23,true,false,false],[427,13,1,true,true,false],[427,64,23,true,false,false],[428,13,1,true,true,false],[428,53,23,true,false,false],[429,13,1,true,true,false],[429,32,23,true,false,false],[430,13,2,true,true,false],[430,51,23,true,false,false],[432,13,0,true,true,false],[432,34,23,true,false,false],[433,13,0,true,true,false],[433,34,23,true,false,false],[434,13,0,true,true,false],[434,34,23,true,false,false],[435,13,0,true,true,false],[435,34,23,true,false,false],[436,13,17,true,true,false],[436,25,23,true,false,false],[437,14,23,true,true,false],[438,10,14,true,false,false],[442,12,14,true,true,false],[442,54,12,true,true,false],[442,123,14,true,false,false],[442,124,2,true,true,false],[444,10,12,true,true,false],[447,12,12,true,true,false],[447,48,12,true,false,false],[447,49,1,true,true,false],[449,10,11,true,true,false],[452,12,11,true,true,false],[452,36,11,true,false,false],[454,9,0,true,true,false],[456,10,11,true,true,false],[458,12,11,true,true,false],[458,36,11,true,false,false],[458,69,10,true,true,false],[460,36,0,true,true,false],[460,38,10,true,false,false],[460,41,10,true,true,false],[460,46,10,true,false,false],[461,10,1,true,true,false],[465,18,2,true,true,false],[465,39,1,true,false,false],[466,18,2,true,true,false],[466,72,1,true,false,false],[467,21,2,true,true,false],[467,36,1,true,false,false],[469,33,0,true,true,false],[469,35,1,true,false,false],[469,38,1,true,true,false],[469,53,14,true,false,false],[470,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":20,"percent":64.516129032258064},"instantiations":{"count":34,"covered":22,"percent":64.705882352941174},"lines":{"count":510,"covered":317,"percent":62.156862745098039},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":172,"covered":92,"notcovered":80,"percent":53.488372093023251}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift","mcdc_records":[],"segments":[[38,7,336,true,true,false],[48,6,0,false,false,false],[51,132,14,true,true,false],[60,6,0,false,false,false],[63,95,0,true,true,false],[72,6,0,false,false,false],[75,94,0,true,true,false],[84,6,0,false,false,false],[90,93,1,true,true,false],[100,6,0,false,false,false],[106,110,2,true,true,false],[117,6,0,false,false,false],[121,85,0,true,true,false],[131,6,0,false,false,false],[137,80,0,true,true,false],[150,6,0,false,false,false],[155,67,0,true,true,false],[159,62,0,true,true,false],[159,65,0,true,false,false],[160,6,0,false,false,false],[167,51,39,true,true,false],[167,54,0,false,false,false],[168,30,39,true,true,false],[168,32,0,false,false,false],[170,67,39,true,true,false],[172,6,0,false,false,false],[183,159,4,true,true,false],[188,12,4,true,true,false],[188,56,4,true,false,false],[188,57,0,true,true,false],[193,10,4,true,true,false],[196,57,4,true,true,false],[197,12,4,true,true,false],[197,37,4,true,false,false],[197,38,4,true,true,false],[201,10,4,true,false,false],[204,48,0,true,true,false],[207,10,4,true,true,false],[224,10,4,true,true,false],[228,23,4,true,false,false],[229,6,0,false,false,false],[232,28,1,true,true,false],[235,6,0,false,false,false],[244,138,0,true,true,false],[246,47,0,true,true,false],[246,66,0,true,false,false],[249,12,0,true,true,false],[249,56,0,true,false,false],[249,57,0,true,true,false],[251,43,0,true,true,false],[253,14,0,true,true,false],[255,19,0,true,false,false],[256,10,0,true,true,false],[259,55,0,true,true,false],[260,16,0,true,true,false],[260,34,0,true,false,false],[260,35,0,true,true,false],[263,14,0,true,false,false],[267,73,0,true,true,false],[268,43,0,true,true,false],[269,31,0,true,true,false],[270,24,0,true,true,false],[280,26,0,true,true,false],[281,48,0,true,false,false],[282,29,0,true,true,false],[285,22,0,true,false,false],[287,14,0,true,true,false],[289,49,0,true,true,false],[290,32,0,true,true,false],[293,18,0,true,false,false],[294,14,0,true,true,false],[295,10,0,true,false,false],[298,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":9,"percent":47.368421052631575},"instantiations":{"count":19,"covered":9,"percent":47.368421052631575},"lines":{"count":255,"covered":94,"percent":36.86274509803922},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":16,"notcovered":28,"percent":36.363636363636367}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift","mcdc_records":[],"segments":[[25,44,7,true,true,false],[25,46,0,false,false,false],[35,29,8,true,true,false],[36,37,2,true,true,false],[36,52,6,true,true,false],[37,25,8,true,false,false],[38,10,0,false,false,false],[40,37,9,true,true,false],[41,77,4,true,true,false],[41,92,5,true,true,false],[42,25,9,true,false,false],[43,10,0,false,false,false],[50,43,7,true,true,false],[50,48,0,false,false,false],[54,28,2,true,true,false],[54,48,0,false,false,false],[59,52,7,true,true,false],[59,56,0,false,false,false],[64,32,7,true,true,false],[64,53,0,false,false,false],[70,12,7,true,true,false],[72,6,0,false,false,false],[79,60,2,true,true,false],[98,6,0,false,false,false],[102,46,2,true,true,false],[105,19,0,true,true,false],[106,37,0,true,true,false],[106,47,0,true,true,false],[109,68,0,true,true,false],[113,24,0,true,true,false],[113,51,0,true,false,false],[113,52,0,true,true,false],[117,30,0,true,true,false],[119,26,0,true,false,false],[122,14,2,true,false,false],[126,6,0,false,false,false],[130,54,0,true,true,false],[136,12,0,true,true,false],[137,104,0,true,true,false],[138,10,0,true,false,false],[138,17,0,true,true,false],[140,10,0,true,true,false],[149,37,0,true,true,false],[149,46,0,true,false,false],[156,48,0,true,true,false],[157,16,0,true,true,false],[158,20,0,true,true,false],[158,77,0,true,false,false],[158,78,0,true,true,false],[159,76,0,true,true,false],[160,43,0,true,true,false],[161,55,0,true,true,false],[162,39,0,true,true,false],[163,18,0,true,false,false],[163,24,0,true,true,false],[164,53,0,true,true,false],[165,18,0,true,true,false],[166,14,0,true,false,false],[166,21,0,true,true,false],[168,14,0,true,true,false],[169,10,0,true,true,false],[174,6,0,false,false,false],[184,56,0,true,true,false],[193,32,0,true,true,false],[197,10,0,true,true,false],[200,12,0,true,true,false],[201,82,0,true,true,false],[204,14,0,true,true,false],[206,18,0,true,true,false],[209,14,0,true,true,false],[211,35,0,true,true,false],[215,14,0,true,true,false],[216,10,0,true,false,false],[216,17,0,true,true,false],[220,10,0,true,true,false],[224,20,0,true,false,false],[225,6,0,false,false,false],[231,45,2,true,true,false],[232,38,0,true,true,false],[232,48,2,true,true,false],[236,19,0,true,true,false],[237,37,0,true,true,false],[237,47,0,true,true,false],[240,61,0,true,true,false],[240,69,0,true,false,false],[240,75,0,true,true,false],[240,84,0,true,false,false],[244,20,0,true,true,false],[244,43,0,true,false,false],[244,44,0,true,true,false],[247,97,0,true,true,false],[247,111,0,true,false,false],[247,115,0,true,true,false],[247,120,0,true,false,false],[249,26,0,true,true,false],[251,22,0,true,false,false],[253,14,2,true,false,false],[257,6,0,false,false,false],[261,41,2,true,true,false],[262,36,2,true,true,false],[263,19,4,true,true,false],[263,36,2,true,false,false],[263,37,2,true,true,false],[265,56,0,true,true,false],[265,65,2,true,true,false],[270,17,0,true,true,false],[273,18,2,true,false,false],[274,14,2,true,true,false],[275,10,2,true,false,false],[278,6,0,false,false,false],[285,43,0,true,true,false],[286,41,0,true,true,false],[289,10,0,true,true,false],[294,9,0,true,true,false],[300,10,0,true,true,false],[304,12,0,true,true,false],[304,22,0,true,false,false],[304,23,0,true,true,false],[336,16,0,true,true,false],[336,53,0,true,false,false],[336,54,0,true,true,false],[345,14,0,true,false,false],[347,16,0,true,true,false],[347,36,0,true,false,false],[347,37,0,true,true,false],[353,14,0,true,false,false],[353,20,0,true,true,false],[357,14,0,true,false,false],[366,16,0,true,true,false],[368,10,0,true,false,false],[376,6,0,false,false,false],[380,55,0,true,true,false],[382,12,0,true,true,false],[382,17,0,true,false,false],[382,18,0,true,true,false],[386,10,0,true,false,false],[388,6,0,false,false,false],[392,41,0,true,true,false],[395,6,0,false,false,false],[398,29,0,true,true,false],[402,6,0,false,false,false],[406,44,0,true,true,false],[407,34,0,true,true,false],[420,10,0,true,true,false],[431,15,0,true,true,false],[431,50,0,true,false,false],[431,80,0,true,true,false],[437,10,0,true,true,false],[439,12,0,true,true,false],[439,47,0,true,false,false],[439,48,0,true,true,false],[454,10,0,true,true,false],[466,12,0,true,true,false],[467,81,0,true,true,false],[468,31,0,true,true,false],[468,64,0,true,false,false],[469,31,0,true,true,false],[470,70,0,true,true,false],[471,50,0,true,false,false],[473,57,0,true,true,false],[473,63,0,true,true,false],[475,18,0,true,true,false],[478,29,0,true,false,false],[479,14,0,true,true,false],[480,10,0,true,false,false],[480,17,0,true,true,false],[493,10,0,true,true,false],[558,44,0,true,true,false],[559,20,0,true,true,false],[559,34,0,true,false,false],[560,13,0,true,true,false],[561,22,0,true,false,false],[562,13,0,true,true,false],[563,48,0,true,true,false],[563,72,0,true,false,false],[564,14,0,true,true,false],[565,10,0,true,false,false],[570,59,0,true,true,false],[573,10,0,true,true,false],[576,16,0,true,true,false],[576,29,0,true,false,false],[577,9,0,true,true,false],[582,16,0,true,true,false],[582,38,0,true,false,false],[582,54,0,true,true,false],[589,14,0,true,false,false],[589,20,0,true,true,false],[591,20,0,true,true,false],[591,43,0,true,false,false],[591,44,0,true,true,false],[593,18,0,true,false,false],[594,20,0,true,true,false],[594,34,0,true,false,false],[594,35,0,true,true,false],[596,18,0,true,false,false],[599,76,0,true,true,false],[599,77,0,true,false,false],[599,80,0,true,true,false],[599,81,0,true,false,false],[604,67,0,true,true,false],[606,18,0,true,true,false],[607,20,0,true,true,false],[607,34,0,true,false,false],[607,35,0,true,true,false],[609,18,0,true,false,false],[612,9,0,true,true,false],[618,93,0,true,false,false],[620,9,0,true,true,false],[622,16,0,true,true,false],[622,38,0,true,false,false],[622,39,0,true,true,false],[627,14,0,true,false,false],[627,20,0,true,true,false],[633,14,0,true,false,false],[635,9,0,true,true,false],[642,41,0,true,true,false],[645,14,0,true,false,false],[646,10,0,true,true,false],[647,6,0,false,false,false],[652,31,0,true,true,false],[653,48,0,true,true,false],[655,10,0,true,true,false],[656,16,0,true,true,false],[656,21,0,true,false,false],[657,9,0,true,true,false],[658,47,0,true,false,false],[659,9,0,true,true,false],[660,57,0,true,false,false],[661,9,0,true,true,false],[662,16,0,true,true,false],[662,34,0,true,false,false],[662,35,0,true,true,false],[664,14,0,true,false,false],[664,23,0,true,true,false],[664,40,0,true,false,false],[664,41,0,true,true,false],[666,14,0,true,false,false],[666,20,0,true,true,false],[668,14,0,true,false,false],[670,6,0,false,false,false],[673,31,0,true,true,false],[674,48,0,true,true,false],[676,10,0,true,true,false],[677,16,0,true,true,false],[677,21,0,true,false,false],[678,9,0,true,true,false],[679,33,0,true,false,false],[680,9,0,true,true,false],[681,27,0,true,false,false],[682,9,0,true,true,false],[683,40,0,true,true,false],[683,54,0,true,false,false],[683,57,0,true,true,false],[683,67,0,true,false,false],[685,6,0,false,false,false],[688,33,0,true,true,false],[689,47,0,true,true,false],[689,52,0,true,false,false],[690,6,0,false,false,false],[693,39,0,true,true,false],[694,44,0,true,true,false],[694,74,0,true,true,false],[694,95,0,true,false,false],[696,44,0,true,true,false],[698,10,0,true,true,false],[700,12,0,true,true,false],[700,37,0,true,false,false],[700,38,0,true,true,false],[702,10,0,true,false,false],[702,16,0,true,true,false],[704,10,0,true,false,false],[705,6,0,false,false,false],[708,28,0,true,true,false],[709,45,0,true,true,false],[709,60,0,true,true,false],[710,21,0,true,false,false],[711,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":13,"percent":32.5},"instantiations":{"count":40,"covered":13,"percent":32.5},"lines":{"count":686,"covered":117,"percent":17.055393586005831},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":177,"covered":22,"notcovered":155,"percent":12.429378531073446}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift","mcdc_records":[],"segments":[[19,81,0,true,true,false],[19,102,0,false,false,false],[20,58,0,true,true,false],[20,79,0,false,false,false],[21,7,1,true,true,false],[24,6,0,false,false,false],[36,42,0,true,true,false],[49,48,0,true,true,false],[51,10,0,true,false,false],[57,6,0,false,false,false],[60,54,0,true,true,false],[61,40,0,true,true,false],[61,86,0,true,false,false],[62,6,0,false,false,false],[65,28,2,true,true,false],[67,85,2,true,true,false],[69,10,0,true,true,false],[74,35,0,true,true,false],[74,53,0,true,false,false],[74,59,0,true,true,false],[76,10,0,true,true,false],[80,12,0,true,true,false],[80,28,0,true,false,false],[80,29,0,true,true,false],[82,10,0,true,false,false],[83,12,0,true,true,false],[83,30,0,true,false,false],[83,31,0,true,true,false],[85,10,0,true,false,false],[92,6,0,false,false,false],[94,75,0,true,true,false],[100,12,0,true,true,false],[100,20,0,true,false,false],[100,21,0,true,true,false],[104,10,0,true,false,false],[105,12,0,true,true,false],[105,22,0,true,false,false],[105,23,0,true,true,false],[107,10,0,true,false,false],[126,16,0,true,true,false],[126,24,0,true,false,false],[127,9,0,true,true,false],[129,18,0,true,true,false],[131,14,0,true,false,false],[133,9,0,true,true,false],[134,92,0,true,false,false],[137,9,0,true,true,false],[140,82,0,true,false,false],[142,9,0,true,true,false],[143,18,0,true,false,false],[144,10,0,true,true,false],[145,6,0,false,false,false],[147,77,0,true,true,false],[156,12,0,true,true,false],[156,22,0,true,false,false],[156,23,0,true,true,false],[167,62,0,true,true,false],[168,78,0,true,true,false],[168,90,0,true,true,false],[170,20,0,true,true,false],[170,41,0,true,false,false],[170,42,0,true,true,false],[174,18,0,true,true,false],[176,20,0,true,true,false],[177,65,0,true,true,false],[180,18,0,true,false,false],[180,25,0,true,true,false],[183,18,0,true,true,false],[184,14,0,true,true,false],[185,10,0,true,true,false],[189,12,0,true,true,false],[189,24,0,true,false,false],[189,25,0,true,true,false],[190,16,0,true,true,false],[194,75,0,true,true,false],[197,14,0,true,false,false],[197,21,0,true,true,false],[200,14,0,true,true,false],[201,10,0,true,true,false],[204,29,0,true,true,false],[211,10,0,true,false,false],[212,6,0,false,false,false],[219,7,0,true,true,false],[222,50,0,true,true,false],[222,67,0,true,false,false],[225,32,0,true,true,false],[228,10,0,true,true,false],[234,12,0,true,true,false],[234,32,0,true,false,false],[234,33,0,true,true,false],[236,10,0,true,false,false],[237,12,0,true,true,false],[237,36,0,true,false,false],[237,37,0,true,true,false],[239,60,0,true,true,false],[239,97,0,true,false,false],[241,12,0,true,true,false],[241,26,0,true,false,false],[241,27,0,true,true,false],[243,10,0,true,false,false],[244,37,0,true,true,false],[247,10,0,true,false,false],[250,54,0,true,true,false],[250,94,0,true,false,false],[251,12,0,true,true,false],[251,25,0,true,false,false],[251,26,0,true,true,false],[254,10,0,true,false,false],[254,19,0,true,true,false],[254,43,0,true,false,false],[254,44,0,true,true,false],[257,10,0,true,false,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":2,"percent":11.76470588235294},"instantiations":{"count":17,"covered":2,"percent":11.76470588235294},"lines":{"count":240,"covered":9,"percent":3.75},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":3,"notcovered":66,"percent":4.3478260869565215}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift","mcdc_records":[],"segments":[[15,52,2,true,true,false],[16,16,2,true,true,false],[16,20,2,true,false,false],[17,9,2,true,true,false],[18,47,2,true,false,false],[19,9,0,true,true,false],[20,29,2,true,false,false],[21,9,0,true,true,false],[22,29,2,true,false,false],[23,9,0,true,true,false],[24,31,2,true,false,false],[25,10,2,true,true,false],[26,6,0,false,false,false],[28,39,0,true,true,false],[29,16,0,true,true,false],[29,20,0,true,false,false],[30,9,0,true,true,false],[31,68,0,true,false,false],[32,9,0,true,true,false],[33,101,0,true,false,false],[34,9,0,true,true,false],[35,98,0,true,false,false],[36,9,0,true,true,false],[37,84,0,true,false,false],[38,10,0,true,true,false],[39,6,0,false,false,false],[45,20,0,true,true,false],[45,22,0,false,false,false],[47,37,0,true,true,false],[47,68,0,false,false,false],[48,26,0,true,true,false],[48,49,0,false,false,false],[60,5,2,true,true,false],[65,49,4,true,true,false],[66,20,4,true,true,false],[66,24,4,true,false,false],[67,13,2,true,true,false],[68,20,2,true,true,false],[68,63,2,true,false,false],[68,64,0,true,true,false],[68,107,2,true,false,false],[69,24,2,true,true,false],[69,55,2,true,false,false],[70,17,1,true,true,false],[71,63,2,true,false,false],[72,17,1,true,true,false],[73,60,2,true,false,false],[74,17,0,true,true,false],[75,26,2,true,false,false],[76,18,4,true,false,false],[78,13,2,true,true,false],[79,20,2,true,true,false],[79,61,2,true,false,false],[79,62,0,true,true,false],[79,103,2,true,false,false],[80,24,2,true,true,false],[80,53,2,true,false,false],[81,17,1,true,true,false],[82,61,2,true,false,false],[83,17,1,true,true,false],[84,58,2,true,false,false],[85,17,0,true,true,false],[86,26,2,true,false,false],[87,18,4,true,false,false],[88,14,4,true,true,false],[89,10,2,true,true,false],[95,10,2,true,false,false],[96,6,0,false,false,false],[102,13,0,true,true,false],[108,12,0,true,true,false],[108,39,0,true,false,false],[108,70,0,true,true,false],[109,56,0,true,true,false],[109,83,0,true,true,false],[109,101,0,true,false,false],[109,104,0,true,true,false],[109,119,0,true,false,false],[119,16,0,true,true,false],[119,24,0,true,false,false],[119,25,0,true,true,false],[121,14,0,true,false,false],[124,10,0,true,true,false],[126,12,0,true,true,false],[126,39,0,true,false,false],[126,73,0,true,true,false],[127,59,0,true,true,false],[127,86,0,true,true,false],[127,104,0,true,false,false],[127,107,0,true,true,false],[127,122,0,true,false,false],[137,16,0,true,true,false],[137,24,0,true,false,false],[137,25,0,true,true,false],[139,14,0,true,false,false],[142,10,0,true,true,false],[144,12,0,true,true,false],[144,39,0,true,false,false],[144,40,0,true,true,false],[147,10,0,true,true,false],[157,12,0,true,true,false],[157,21,0,true,false,false],[157,22,0,true,true,false],[160,10,0,true,true,false],[163,41,0,true,true,false],[164,20,0,true,true,false],[164,24,0,true,false,false],[165,13,0,true,true,false],[166,73,0,true,false,false],[167,13,0,true,true,false],[168,71,0,true,false,false],[169,14,0,true,true,false],[171,10,0,true,true,false],[174,27,0,true,true,false],[179,69,0,true,true,false],[180,24,0,true,true,false],[180,25,0,true,false,false],[181,17,0,true,true,false],[182,57,0,true,false,false],[183,17,0,true,true,false],[184,55,0,true,false,false],[185,18,0,true,true,false],[186,14,0,true,false,false],[187,16,0,true,true,false],[187,26,0,true,false,false],[187,27,0,true,true,false],[190,14,0,true,true,false],[191,10,0,true,true,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":2,"percent":20},"instantiations":{"count":10,"covered":2,"percent":20},"lines":{"count":166,"covered":44,"percent":26.506024096385545},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":19,"notcovered":56,"percent":25.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift","mcdc_records":[],"segments":[[14,20,0,true,true,false],[14,22,0,false,false,false],[18,49,0,true,true,false],[18,56,0,false,false,false],[19,35,0,true,true,false],[19,62,0,false,false,false],[20,35,0,true,true,false],[20,62,0,false,false,false],[22,41,0,true,true,false],[24,6,0,false,false,false],[26,37,0,true,true,false],[27,12,0,true,true,false],[27,42,0,true,false,false],[27,43,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[33,56,0,true,true,false],[35,29,0,true,true,false],[35,45,0,true,true,false],[36,71,0,true,false,false],[37,6,0,false,false,false],[39,44,0,true,true,false],[41,6,0,false,false,false],[48,81,0,true,true,false],[51,12,0,true,true,false],[51,27,0,true,false,false],[51,28,0,true,true,false],[55,10,0,true,true,false],[56,12,0,true,true,false],[56,27,0,true,false,false],[56,61,0,true,true,false],[59,10,0,true,true,false],[67,12,0,true,true,false],[67,19,0,true,false,false],[67,20,0,true,true,false],[69,10,0,true,false,false],[69,16,0,true,true,false],[71,10,0,true,false,false],[73,6,0,false,false,false],[78,79,0,true,true,false],[81,12,0,true,true,false],[81,27,0,true,false,false],[81,28,0,true,true,false],[84,10,0,true,true,false],[85,12,0,true,true,false],[85,27,0,true,false,false],[85,61,0,true,true,false],[88,10,0,true,true,false],[97,12,0,true,true,false],[97,19,0,true,false,false],[97,20,0,true,true,false],[99,10,0,true,false,false],[99,16,0,true,true,false],[101,10,0,true,false,false],[103,6,0,false,false,false],[106,88,0,true,true,false],[111,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":79,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[11,22,0,false,false,false],[25,23,0,true,true,false],[27,6,0,false,false,false],[30,47,0,true,true,false],[33,9,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[39,49,0,true,true,false],[42,6,0,false,false,false],[48,45,0,true,true,false],[48,54,0,false,false,false],[55,45,0,true,true,false],[55,54,0,false,false,false],[59,85,0,true,true,false],[68,6,0,false,false,false],[76,5,0,true,true,false],[82,6,0,false,false,false],[87,7,0,true,true,false],[92,6,0,false,false,false],[95,98,0,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift","mcdc_records":[],"segments":[[10,29,0,true,true,false],[12,6,0,false,false,false],[14,29,0,true,true,false],[16,6,0,false,false,false],[159,12,4,true,true,false],[163,20,4,true,true,false],[163,59,4,true,false,false],[165,64,0,true,true,false],[165,94,4,true,false,false],[168,81,1,true,true,false],[168,103,4,true,false,false],[172,20,4,true,true,false],[172,49,4,true,false,false],[177,20,4,true,true,false],[177,57,4,true,false,false],[181,20,4,true,true,false],[181,43,4,true,false,false],[185,20,4,true,true,false],[185,49,4,true,false,false],[190,20,4,true,true,false],[190,51,4,true,false,false],[192,122,0,true,true,false],[194,10,4,true,false,false],[194,16,4,true,true,false],[196,10,4,true,false,false],[201,9,0,true,true,false],[203,10,4,true,false,false],[203,16,4,true,true,false],[205,10,4,true,false,false],[210,6,0,false,false,false],[215,39,0,true,true,false],[219,6,0,false,false,false],[222,43,3,true,true,false],[223,25,3,true,true,false],[223,38,3,true,false,false],[224,6,0,false,false,false],[227,48,1,true,true,false],[229,6,0,false,false,false],[236,50,0,true,true,false],[238,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":11,"percent":68.75},"instantiations":{"count":16,"covered":11,"percent":68.75},"lines":{"count":81,"covered":64,"percent":79.012345679012341},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":13,"notcovered":7,"percent":65}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ProcessKiller.swift","mcdc_records":[],"segments":[[5,38,0,true,true,false],[10,12,0,true,true,false],[11,27,0,true,true,false],[14,16,0,true,true,false],[14,43,0,true,false,false],[14,44,0,true,true,false],[16,14,0,true,false,false],[16,20,0,true,true,false],[18,14,0,true,false,false],[19,17,0,true,true,false],[21,10,0,true,true,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":18,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift","mcdc_records":[],"segments":[[8,20,1,true,true,false],[8,22,0,false,false,false],[17,137,0,true,true,false],[19,40,0,true,true,false],[19,60,0,true,false,false],[19,66,0,true,true,false],[21,10,0,true,true,false],[24,75,0,true,true,false],[26,68,0,true,true,false],[28,10,0,true,true,false],[30,68,0,true,true,false],[32,10,0,true,true,false],[35,12,0,true,true,false],[35,41,0,true,false,false],[35,42,0,true,true,false],[37,10,0,true,true,false],[39,131,0,true,false,false],[40,6,0,false,false,false],[49,142,7,true,true,false],[50,38,0,true,true,false],[52,10,7,true,true,false],[55,92,7,true,true,false],[56,88,0,true,true,false],[58,10,7,true,true,false],[61,12,7,true,true,false],[62,49,7,true,true,false],[63,10,7,true,false,false],[63,17,0,true,true,false],[65,10,7,true,true,false],[68,12,7,true,true,false],[68,41,7,true,false,false],[68,42,0,true,true,false],[70,10,7,true,true,false],[72,116,7,true,false,false],[73,6,0,false,false,false],[77,148,9,true,true,false],[80,12,9,true,true,false],[81,94,8,true,true,false],[82,10,9,true,false,false],[82,17,1,true,true,false],[84,10,8,true,true,false],[86,42,1,true,true,false],[88,10,7,true,true,false],[91,82,7,true,true,false],[91,96,7,true,false,false],[92,9,6,true,true,false],[93,13,48,true,true,false],[93,51,7,true,false,false],[94,9,1,true,true,false],[95,13,8,true,true,false],[95,50,7,true,false,false],[96,10,7,true,true,false],[100,38,7,true,true,false],[100,54,7,true,false,false],[100,55,0,true,true,false],[102,10,7,true,false,false],[102,16,7,true,true,false],[104,10,7,true,false,false],[112,16,0,true,true,false],[114,10,7,true,true,false],[116,22,9,true,false,false],[117,6,0,false,false,false],[132,7,2,true,true,false],[136,51,0,true,true,false],[136,57,2,true,false,false],[138,12,2,true,true,false],[138,46,2,true,false,false],[138,47,0,true,true,false],[140,19,0,true,true,false],[140,53,0,true,false,false],[140,54,0,true,true,false],[143,14,0,true,true,false],[144,10,2,true,false,false],[147,57,0,true,true,false],[147,87,2,true,false,false],[147,90,2,true,true,false],[147,107,2,true,false,false],[162,6,0,false,false,false],[166,50,3,true,true,false],[169,41,2,true,true,false],[171,133,0,true,true,false],[173,14,2,true,false,false],[173,20,2,true,true,false],[175,14,2,true,false,false],[178,16,2,true,true,false],[185,18,2,true,true,false],[191,18,2,true,false,false],[192,21,0,true,true,false],[195,14,2,true,false,false],[196,10,3,true,false,false],[197,6,0,false,false,false],[201,47,1,true,true,false],[203,33,1,true,true,false],[203,54,1,true,false,false],[208,6,0,false,false,false],[215,79,1,true,true,false],[217,12,1,true,true,false],[218,94,1,true,true,false],[219,10,1,true,false,false],[219,17,0,true,true,false],[221,10,1,true,true,false],[222,49,1,true,false,false],[223,6,0,false,false,false],[240,35,0,true,true,false],[241,16,0,true,true,false],[241,20,0,true,false,false],[242,9,0,true,true,false],[243,38,0,true,false,false],[244,9,0,true,true,false],[245,40,0,true,false,false],[246,9,0,true,true,false],[247,39,0,true,false,false],[248,9,0,true,true,false],[249,42,0,true,false,false],[250,9,0,true,true,false],[251,38,0,true,false,false],[252,10,0,true,true,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":11,"percent":73.333333333333329},"instantiations":{"count":15,"covered":11,"percent":73.333333333333329},"lines":{"count":218,"covered":161,"percent":73.853211009174316},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":40,"notcovered":35,"percent":53.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift","mcdc_records":[],"segments":[[10,42,0,true,true,false],[10,46,0,false,false,false],[12,27,0,true,true,false],[12,93,0,false,false,false],[13,30,0,true,true,false],[13,99,0,false,false,false],[15,20,0,true,true,false],[15,22,0,false,false,false],[18,63,0,true,true,false],[19,105,0,true,true,false],[22,10,0,true,true,false],[24,58,0,true,true,false],[27,10,0,true,true,false],[40,12,0,true,true,false],[41,84,0,true,true,false],[42,57,0,true,true,false],[44,81,0,true,true,false],[44,92,0,true,false,false],[44,97,0,true,true,false],[44,109,0,true,false,false],[48,59,0,true,true,false],[48,76,0,true,false,false],[56,58,0,true,true,false],[56,60,0,true,false,false],[62,17,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[71,67,0,true,true,false],[74,51,0,true,true,false],[76,10,0,true,true,false],[79,75,0,true,true,false],[81,68,0,true,true,false],[83,10,0,true,true,false],[85,68,0,true,true,false],[87,10,0,true,true,false],[97,12,0,true,true,false],[98,82,0,true,true,false],[99,10,0,true,false,false],[99,17,0,true,true,false],[101,10,0,true,true,false],[104,44,0,true,true,false],[104,64,0,true,false,false],[116,67,0,true,true,false],[119,61,0,true,true,false],[120,34,0,true,true,false],[121,35,0,true,true,false],[123,22,0,true,false,false],[124,18,0,true,true,false],[126,45,0,true,true,false],[127,37,0,true,true,false],[129,22,0,true,false,false],[130,18,0,true,true,false],[131,14,0,true,false,false],[135,10,0,true,true,false],[143,25,0,true,false,false],[144,6,0,false,false,false],[147,104,0,true,true,false],[150,12,0,true,true,false],[151,87,0,true,true,false],[155,18,0,true,true,false],[157,14,0,true,true,false],[161,16,0,true,true,false],[162,98,0,true,true,false],[163,14,0,true,false,false],[163,21,0,true,true,false],[166,14,0,true,true,false],[172,14,0,true,false,false],[173,17,0,true,true,false],[176,10,0,true,false,false],[177,6,0,false,false,false],[180,63,0,true,true,false],[183,44,0,true,true,false],[183,48,0,true,false,false],[189,9,0,true,true,false],[191,44,0,true,true,false],[191,75,0,true,false,false],[195,10,0,true,true,false],[199,63,0,true,true,false],[202,57,0,true,true,false],[202,88,0,true,false,false],[207,6,0,false,false,false],[213,78,0,true,true,false],[215,55,0,true,true,false],[216,57,0,true,true,false],[216,61,0,true,false,false],[219,35,0,true,true,false],[221,47,0,true,true,false],[221,77,0,true,false,false],[222,46,0,true,true,false],[222,77,0,true,false,false],[226,10,0,true,true,false],[229,44,0,true,true,false],[231,17,0,true,true,false],[231,81,0,true,false,false],[232,17,0,true,true,false],[232,40,0,true,true,false],[232,80,0,true,false,false],[236,46,0,true,true,false],[236,76,0,true,false,false],[237,44,0,true,true,false],[237,75,0,true,false,false],[242,6,0,false,false,false],[245,28,0,true,true,false],[248,6,0,false,false,false],[257,35,0,true,true,false],[258,16,0,true,true,false],[258,20,0,true,false,false],[259,9,0,true,true,false],[260,38,0,true,false,false],[261,9,0,true,true,false],[262,40,0,true,false,false],[263,9,0,true,true,false],[264,38,0,true,false,false],[265,10,0,true,true,false],[266,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":285,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":0,"notcovered":76,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift","mcdc_records":[],"segments":[[10,29,12,true,true,false],[10,32,0,false,false,false],[14,18,0,true,true,false],[14,24,0,false,false,false],[20,32,0,true,true,false],[23,10,0,false,false,false],[25,27,0,true,true,false],[27,10,0,false,false,false],[29,29,0,true,true,false],[31,10,0,false,false,false],[33,29,0,true,true,false],[35,16,0,true,true,false],[35,27,0,true,false,false],[35,28,0,true,true,false],[37,14,0,true,false,false],[37,23,0,true,true,false],[37,35,0,true,false,false],[37,36,0,true,true,false],[39,14,0,true,false,false],[39,20,0,true,true,false],[41,14,0,true,false,false],[42,10,0,false,false,false],[46,59,12,true,true,false],[46,61,0,false,false,false],[49,56,12,true,true,false],[49,62,0,false,false,false],[52,40,12,true,true,false],[52,44,0,false,false,false],[55,44,12,true,true,false],[55,45,0,false,false,false],[59,54,12,true,true,false],[59,56,0,false,false,false],[61,50,12,true,true,false],[61,55,0,false,false,false],[64,29,12,true,true,false],[64,58,0,false,false,false],[67,69,12,true,true,false],[70,6,0,false,false,false],[72,35,12,true,true,false],[74,72,37,true,true,false],[75,33,0,true,true,false],[75,43,37,true,true,false],[79,18,37,true,true,false],[80,71,1,true,true,false],[80,81,36,true,true,false],[82,14,37,true,false,false],[83,10,12,true,false,false],[86,76,2,true,true,false],[87,33,0,true,true,false],[87,43,2,true,true,false],[90,18,2,true,true,false],[91,52,0,true,true,false],[91,62,2,true,true,false],[93,14,2,true,false,false],[94,10,12,true,false,false],[95,6,0,false,false,false],[98,128,12,true,true,false],[100,10,0,false,false,false],[103,56,36,true,true,false],[116,59,118,true,true,false],[118,17,12,true,true,false],[118,46,118,true,false,false],[119,17,6,true,true,false],[119,44,118,true,false,false],[120,17,5,true,true,false],[120,78,118,true,false,false],[121,10,36,true,false,false],[121,12,2,true,true,false],[125,10,34,true,true,false],[133,12,34,true,true,false],[133,36,34,true,false,false],[133,37,0,true,true,false],[135,10,34,true,false,false],[136,6,0,false,false,false],[140,107,34,true,true,false],[145,12,34,true,true,false],[145,37,34,true,false,false],[145,59,4,true,true,false],[149,10,30,true,true,false],[152,38,0,true,true,false],[155,10,30,true,true,false],[157,12,30,true,true,false],[157,37,30,true,false,false],[161,9,3,true,true,false],[166,16,3,true,true,false],[166,40,3,true,false,false],[166,41,0,true,true,false],[171,65,0,true,true,false],[174,18,0,true,true,false],[175,50,0,true,true,false],[175,63,0,true,false,false],[180,20,0,true,true,false],[180,45,0,true,false,false],[180,46,0,true,true,false],[182,18,0,true,false,false],[182,27,0,true,true,false],[182,43,0,true,false,false],[182,44,0,true,true,false],[184,18,0,true,false,false],[184,27,0,true,true,false],[184,48,0,true,true,false],[184,78,0,true,false,false],[184,80,0,true,true,false],[186,18,0,true,false,false],[186,24,0,true,true,false],[188,18,0,true,false,false],[195,79,0,true,true,false],[195,84,0,true,false,false],[195,87,0,true,true,false],[195,91,0,true,false,false],[199,14,3,true,false,false],[200,10,30,true,false,false],[200,16,27,true,true,false],[207,10,30,true,false,false],[209,6,0,false,false,false],[212,24,25,true,true,false],[214,6,0,false,false,false],[217,28,1,true,true,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":23,"percent":76.666666666666671},"instantiations":{"count":30,"covered":23,"percent":76.666666666666671},"lines":{"count":208,"covered":148,"percent":71.15384615384616},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":39,"notcovered":29,"percent":57.352941176470587}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift","mcdc_records":[],"segments":[[20,55,61,true,true,false],[20,58,0,false,false,false],[23,55,61,true,true,false],[23,59,0,false,false,false],[26,38,61,true,true,false],[26,39,0,false,false,false],[29,57,61,true,true,false],[29,61,0,false,false,false],[40,50,61,true,true,false],[40,52,0,false,false,false],[49,65,61,true,true,false],[49,67,0,false,false,false],[57,63,0,true,true,false],[61,48,0,true,true,false],[63,16,0,true,true,false],[63,56,0,true,false,false],[63,57,0,true,true,false],[68,14,0,true,false,false],[68,20,0,true,true,false],[73,14,0,true,true,false],[74,10,0,true,true,false],[77,44,0,true,true,false],[79,16,0,true,true,false],[79,59,0,true,false,false],[79,60,0,true,true,false],[85,14,0,true,true,false],[86,10,0,true,true,false],[90,12,0,true,true,false],[90,48,0,true,false,false],[90,49,0,true,true,false],[98,10,0,true,true,false],[101,21,0,true,false,false],[102,6,0,false,false,false],[108,64,0,true,true,false],[117,12,0,true,true,false],[117,22,0,true,false,false],[117,23,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,41,0,true,true,false],[132,44,0,true,true,false],[134,16,0,true,true,false],[134,38,0,true,false,false],[134,39,0,true,true,false],[141,20,0,true,true,false],[141,56,0,true,false,false],[141,57,0,true,true,false],[146,18,0,true,false,false],[149,6,0,false,false,false],[152,38,0,true,true,false],[155,50,0,true,true,false],[157,10,0,true,false,false],[160,44,0,true,true,false],[162,67,0,true,true,false],[162,100,0,true,false,false],[162,103,0,true,true,false],[162,106,0,true,false,false],[163,16,0,true,true,false],[165,10,0,true,false,false],[168,48,0,true,true,false],[171,53,0,true,true,false],[171,88,0,true,false,false],[171,91,0,true,true,false],[171,94,0,true,false,false],[172,16,0,true,true,false],[174,10,0,true,false,false],[183,6,0,false,false,false],[187,75,0,true,true,false],[189,38,0,true,true,false],[189,63,0,true,false,false],[190,6,0,false,false,false],[192,38,0,true,true,false],[194,33,0,true,true,false],[194,58,0,true,false,false],[195,34,0,true,true,false],[195,59,0,true,false,false],[196,6,0,false,false,false],[204,26,0,true,true,false],[205,34,0,true,true,false],[205,49,0,true,true,false],[206,25,0,true,false,false],[207,10,0,false,false,false],[209,29,0,true,true,false],[210,48,0,true,true,false],[210,65,0,true,true,false],[211,23,0,true,false,false],[212,10,0,false,false,false],[222,33,0,true,true,false],[224,16,0,true,true,false],[224,27,0,true,false,false],[224,28,0,true,true,false],[226,14,0,true,false,false],[229,49,0,true,true,false],[231,14,0,true,false,false],[232,47,0,true,true,false],[234,14,0,true,false,false],[236,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":6,"percent":31.578947368421051},"instantiations":{"count":19,"covered":6,"percent":31.578947368421051},"lines":{"count":161,"covered":6,"percent":3.7267080745341614},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":56,"covered":6,"notcovered":50,"percent":10.714285714285714}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift","mcdc_records":[],"segments":[[5,51,89,true,true,false],[7,6,0,false,false,false],[10,49,0,true,true,false],[12,6,0,false,false,false],[14,78,1110,true,true,false],[15,66,1,true,true,false],[15,85,1109,true,true,false],[21,12,1109,true,true,false],[21,85,1109,true,false,false],[21,86,1107,true,true,false],[26,13,69,true,true,false],[30,61,276,true,true,false],[30,89,69,true,false,false],[31,17,69,true,true,false],[33,18,69,true,false,false],[35,62,69,true,true,false],[35,91,69,true,false,false],[36,17,69,true,true,false],[38,18,69,true,false,false],[40,14,1107,true,false,false],[40,20,1038,true,true,false],[42,14,1107,true,false,false],[43,10,1109,true,false,false],[44,22,1110,true,false,false],[45,6,0,false,false,false],[49,47,1199,true,true,false],[68,6,0,false,false,false],[70,60,1110,true,true,false],[71,58,17760,true,true,false],[71,73,1110,true,false,false],[72,6,0,false,false,false],[74,51,1199,true,true,false],[100,6,0,false,false,false],[102,49,1199,true,true,false],[144,6,0,false,false,false],[152,50,1199,true,true,false],[202,6,0,false,false,false],[204,48,1199,true,true,false],[224,6,0,false,false,false],[232,48,1199,true,true,false],[253,6,0,false,false,false],[256,85,1199,true,true,false],[257,16,1199,true,true,false],[257,26,1199,true,false,false],[258,9,1199,true,true,false],[280,14,1199,true,false,false],[281,9,0,true,true,false],[303,14,1199,true,false,false],[304,10,1199,true,true,false],[305,6,0,false,false,false],[310,80,2,true,true,false],[311,16,2,true,true,false],[311,20,2,true,false,false],[312,9,1,true,true,false],[327,14,2,true,false,false],[328,9,1,true,true,false],[343,14,2,true,false,false],[344,10,2,true,true,false],[345,6,0,false,false,false],[347,47,1199,true,true,false],[433,6,0,false,false,false],[435,48,1199,true,true,false],[468,6,0,false,false,false],[470,45,1199,true,true,false],[508,6,0,false,false,false],[510,45,1199,true,true,false],[550,6,0,false,false,false],[552,45,1199,true,true,false],[565,6,0,false,false,false],[567,53,1199,true,true,false],[580,6,0,false,false,false],[582,45,1199,true,true,false],[595,6,0,false,false,false],[597,43,1199,true,true,false],[610,6,0,false,false,false],[614,45,1199,true,true,false],[653,6,0,false,false,false],[657,45,1199,true,true,false],[680,6,0,false,false,false],[683,51,1199,true,true,false],[807,6,0,false,false,false],[811,42,1199,true,true,false],[831,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":26,"percent":96.296296296296291},"instantiations":{"count":27,"covered":26,"percent":96.296296296296291},"lines":{"count":781,"covered":756,"percent":96.798975672215107},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":41,"notcovered":2,"percent":95.348837209302332}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift","mcdc_records":[],"segments":[[19,7,19,true,true,false],[25,35,2,true,true,false],[25,98,19,true,false,false],[31,6,0,false,false,false],[33,48,74,true,true,false],[34,65,1,true,true,false],[36,10,73,true,true,false],[38,12,73,true,true,false],[39,53,73,true,true,false],[40,84,73,true,true,false],[42,25,1109,true,true,false],[42,75,73,true,false,false],[43,22,1109,true,true,false],[43,62,73,true,false,false],[48,72,9884,true,true,false],[48,98,73,true,false,false],[48,100,1168,true,true,false],[50,14,73,true,true,false],[52,28,73,true,false,false],[53,17,0,true,true,false],[57,10,73,true,false,false],[58,6,0,false,false,false],[60,66,115,true,true,false],[62,90,115,true,true,false],[63,51,115,true,true,false],[64,54,115,true,true,false],[65,6,0,false,false,false],[71,79,4,true,true,false],[73,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":52,"covered":48,"percent":92.307692307692307},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":18,"notcovered":1,"percent":94.73684210526315}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift","mcdc_records":[],"segments":[[9,24,64,true,true,false],[13,39,64,true,true,false],[13,76,64,true,false,false],[14,39,64,true,true,false],[14,67,64,true,false,false],[20,8,64,true,true,false],[20,33,64,true,false,false],[21,62,1024,true,true,false],[23,9,64,true,false,false],[24,5,0,true,true,false],[26,49,0,true,true,false],[34,10,0,true,false,false],[38,12,0,true,true,false],[39,68,0,true,true,false],[40,10,0,true,false,false],[40,17,0,true,true,false],[43,10,0,true,true,false],[44,12,0,true,true,false],[45,77,0,true,true,false],[46,10,0,true,false,false],[46,17,0,true,true,false],[49,10,0,true,true,false],[50,6,64,true,true,false],[60,8,64,true,true,false],[60,49,64,true,false,false],[60,50,0,true,true,false],[64,11,0,true,true,false],[66,39,0,true,true,false],[66,89,0,true,false,false],[71,6,64,true,false,false],[77,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":4,"percent":66.666666666666657},"instantiations":{"count":6,"covered":4,"percent":66.666666666666657},"lines":{"count":84,"covered":38,"percent":45.238095238095241},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":7,"notcovered":13,"percent":35}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift","mcdc_records":[],"segments":[[8,68,9,true,true,false],[9,33,25,true,true,false],[9,84,9,true,false,false],[10,2,0,false,false,false],[12,106,5,true,true,false],[13,62,2,true,true,false],[13,76,3,true,true,false],[14,91,5,true,false,false],[15,2,0,false,false,false],[17,71,3,true,true,false],[21,59,2,true,true,false],[21,83,3,true,false,false],[21,84,3,true,true,false],[22,12,3,true,true,false],[22,54,3,true,false,false],[22,55,1,true,true,false],[24,16,1,true,true,false],[24,32,1,true,false,false],[24,33,0,true,true,false],[26,14,1,true,true,false],[27,10,3,true,true,false],[31,9,1,true,true,false],[32,16,1,true,true,false],[32,28,1,true,false,false],[32,29,1,true,true,false],[35,14,0,true,true,false],[36,16,0,true,true,false],[36,40,0,true,false,false],[36,41,0,true,true,false],[38,14,0,true,true,false],[39,10,2,true,true,false],[40,6,3,true,true,false],[42,92,0,true,true,false],[44,6,3,true,true,false],[46,15,3,true,false,false],[47,2,0,false,false,false],[49,62,28,true,true,false],[52,69,11,true,true,false],[52,111,28,true,false,false],[52,112,11,true,true,false],[53,12,11,true,true,false],[53,67,11,true,false,false],[53,68,2,true,true,false],[55,10,9,true,true,false],[56,6,26,true,true,false],[58,55,52,true,true,false],[58,74,26,true,false,false],[58,75,55,true,true,false],[59,12,55,true,true,false],[59,79,55,true,false,false],[59,80,3,true,true,false],[61,10,52,true,true,false],[62,6,23,true,true,false],[64,15,28,true,false,false],[65,2,0,false,false,false],[67,100,3,true,true,false],[68,53,0,true,true,false],[68,78,3,true,false,false],[68,79,0,true,true,false],[70,12,0,true,true,false],[70,37,0,true,false,false],[70,38,0,true,true,false],[72,10,0,true,true,false],[73,6,3,true,true,false],[74,15,3,true,false,false],[75,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":9,"percent":90},"instantiations":{"count":10,"covered":9,"percent":90},"lines":{"count":69,"covered":59,"percent":85.507246376811594},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":34,"notcovered":11,"percent":75.555555555555557}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift","mcdc_records":[],"segments":[[9,66,5,true,true,false],[10,12,5,true,true,false],[10,18,5,true,false,false],[11,5,2,true,true,false],[12,68,5,true,false,false],[13,5,3,true,true,false],[14,62,5,true,false,false],[15,6,5,true,true,false],[16,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":1,"percent":100},"instantiations":{"count":1,"covered":1,"percent":100},"lines":{"count":8,"covered":8,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":5,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift","mcdc_records":[],"segments":[[9,38,61,true,true,false],[11,48,61,true,true,false],[14,6,0,true,true,false],[16,42,0,true,true,false],[17,29,0,true,true,false],[17,39,0,true,true,false],[20,28,0,true,true,false],[21,37,0,true,true,false],[21,47,0,true,true,false],[22,37,0,true,true,false],[24,18,0,true,false,false],[26,26,0,true,true,false],[27,37,0,true,true,false],[27,47,0,true,true,false],[28,37,0,true,true,false],[30,18,0,true,false,false],[32,31,0,true,true,false],[33,37,0,true,true,false],[33,47,0,true,true,false],[34,37,0,true,true,false],[36,18,0,true,false,false],[38,25,0,true,true,false],[41,37,0,true,true,false],[47,18,0,true,false,false],[49,30,0,true,true,false],[52,37,0,true,true,false],[58,18,0,true,false,false],[60,29,0,true,true,false],[63,37,0,true,true,false],[69,18,0,true,false,false],[71,33,0,true,true,false],[73,37,0,true,true,false],[79,18,0,true,false,false],[81,30,0,true,true,false],[83,37,0,true,true,false],[89,18,0,true,false,false],[91,33,0,true,true,false],[93,37,0,true,true,false],[103,18,0,true,false,false],[107,2,0,false,false,false],[110,53,0,true,true,false],[118,2,0,false,false,false],[122,46,0,true,true,false],[125,62,0,true,true,false],[128,72,0,true,true,false],[130,10,0,true,false,false],[142,2,0,false,false,false],[144,61,0,true,true,false],[145,56,0,true,true,false],[145,70,0,true,true,false],[148,30,0,true,true,false],[148,33,0,true,false,false],[148,36,0,true,true,false],[148,43,0,true,false,false],[149,2,0,false,false,false],[153,38,0,true,true,false],[155,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":1,"percent":4.1666666666666661},"instantiations":{"count":24,"covered":1,"percent":4.1666666666666661},"lines":{"count":369,"covered":6,"percent":1.6260162601626018},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":2,"notcovered":38,"percent":5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift","mcdc_records":[],"segments":[[8,41,64,true,true,false],[9,8,64,true,true,false],[9,31,64,true,false,false],[9,32,0,true,true,false],[11,6,64,true,false,false],[13,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":1,"percent":100},"instantiations":{"count":1,"covered":1,"percent":100},"lines":{"count":6,"covered":4,"percent":66.666666666666657},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":2,"notcovered":1,"percent":66.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift","mcdc_records":[],"segments":[[18,96,0,true,true,false],[28,8,0,true,true,false],[28,26,0,true,false,false],[28,27,0,true,true,false],[29,46,0,true,true,false],[29,52,0,true,false,false],[37,31,0,true,true,false],[37,81,0,true,false,false],[43,7,0,true,true,false],[47,6,0,true,false,false],[47,15,0,true,true,false],[47,50,0,true,false,false],[47,51,0,true,true,false],[49,6,0,true,false,false],[57,8,0,true,true,false],[57,16,0,true,false,false],[57,17,0,true,true,false],[61,35,0,true,true,false],[61,85,0,true,false,false],[65,11,0,true,true,false],[67,10,0,true,false,false],[71,2,0,false,false,false],[76,94,0,true,true,false],[79,10,0,true,true,false],[81,6,0,true,true,false],[88,45,0,true,true,false],[88,96,0,true,false,false],[92,50,0,true,true,false],[94,12,0,true,true,false],[94,48,0,true,false,false],[94,49,0,true,true,false],[96,10,0,true,false,false],[97,6,0,true,true,false],[99,21,0,true,false,false],[100,2,0,false,false,false],[103,33,0,true,true,false],[107,2,0,false,false,false],[110,27,64,true,true,false],[111,84,0,true,true,false],[113,6,64,true,false,false],[116,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":1,"percent":12.5},"instantiations":{"count":8,"covered":1,"percent":12.5},"lines":{"count":95,"covered":5,"percent":5.2631578947368416},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":1,"notcovered":22,"percent":4.3478260869565215}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift","mcdc_records":[],"segments":[[13,22,64,true,true,false],[16,8,64,true,true,false],[16,82,64,true,false,false],[16,83,0,true,true,false],[17,58,0,true,true,false],[17,104,0,true,false,false],[17,106,0,true,true,false],[18,16,0,true,true,false],[18,49,0,true,false,false],[18,50,0,true,true,false],[21,14,0,true,false,false],[24,6,64,true,false,false],[25,2,0,false,false,false],[27,37,188,true,true,false],[29,2,0,false,false,false],[31,35,143,true,true,false],[32,47,2062,true,true,false],[32,65,140,true,true,false],[32,88,2062,true,false,false],[32,90,143,true,false,false],[33,8,143,true,true,false],[33,19,143,true,false,false],[33,20,134,true,true,false],[35,6,143,true,false,false],[36,2,0,false,false,false],[38,47,134,true,true,false],[39,40,0,true,true,false],[39,75,134,true,false,false],[39,78,134,true,true,false],[39,85,134,true,false,false],[45,8,134,true,true,false],[45,35,134,true,false,false],[45,36,134,true,true,false],[47,6,0,true,true,false],[55,2,0,false,false,false],[60,78,113,true,true,false],[67,8,113,true,true,false],[67,31,113,true,false,false],[67,32,31,true,true,false],[69,6,113,true,false,false],[73,8,113,true,true,false],[73,41,82,true,true,false],[73,52,113,true,false,false],[73,80,4,true,true,false],[75,6,113,true,false,false],[77,8,113,true,true,false],[84,94,91,true,true,false],[84,132,113,true,false,false],[91,10,113,true,true,false],[95,71,113,true,true,false],[96,58,113,true,true,false],[100,29,111,true,true,false],[103,10,113,true,false,false],[105,12,113,true,true,false],[105,23,113,true,false,false],[105,24,98,true,true,false],[107,10,113,true,false,false],[110,13,0,true,true,false],[118,9,0,true,true,false],[120,10,0,true,false,false],[120,16,0,true,true,false],[122,10,0,true,false,false],[125,117,0,true,true,false],[125,122,0,true,false,false],[125,125,0,true,true,false],[125,130,0,true,false,false],[128,29,0,true,true,false],[130,10,0,true,false,false],[133,6,113,true,false,false],[134,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":10,"percent":83.333333333333343},"instantiations":{"count":12,"covered":10,"percent":83.333333333333343},"lines":{"count":127,"covered":84,"percent":66.141732283464577},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":26,"notcovered":13,"percent":66.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[11,2,0,false,false,false],[14,64,6,true,true,false],[19,2,0,false,false,false],[22,56,5,true,true,false],[24,75,47,true,true,false],[24,90,5,true,false,false],[25,87,2,true,true,false],[25,92,5,true,false,false],[26,50,5,true,true,false],[26,65,5,true,false,false],[26,70,2,true,true,false],[26,82,5,true,false,false],[28,33,3,true,true,false],[30,56,0,true,true,false],[42,74,0,true,true,false],[45,14,0,true,true,false],[47,20,0,true,true,false],[47,26,0,true,false,false],[48,13,0,true,true,false],[50,58,0,true,false,false],[51,13,0,true,true,false],[53,23,0,true,false,false],[54,14,0,true,true,false],[55,10,3,true,true,false],[56,6,5,true,true,false],[58,50,0,true,true,false],[58,60,5,true,true,false],[60,54,5,true,true,false],[60,69,5,true,false,false],[60,71,3,true,true,false],[63,69,0,true,true,false],[65,10,3,true,false,false],[65,19,3,true,true,false],[65,65,3,true,false,false],[65,66,0,true,true,false],[67,10,3,true,false,false],[68,6,5,true,false,false],[68,12,2,true,true,false],[72,12,2,true,true,false],[72,54,2,true,false,false],[72,55,0,true,true,false],[73,64,0,true,true,false],[75,14,0,true,false,false],[75,20,0,true,true,false],[77,14,0,true,false,false],[78,10,2,true,false,false],[80,6,5,true,false,false],[84,100,7,true,true,false],[84,143,5,true,false,false],[87,8,5,true,true,false],[87,48,5,true,false,false],[87,61,0,true,true,false],[90,6,5,true,true,false],[97,8,5,true,true,false],[97,17,5,true,false,false],[97,65,5,true,true,false],[97,80,5,true,false,false],[97,82,3,true,true,false],[99,6,5,true,false,false],[100,2,0,false,false,false],[103,56,0,true,true,false],[104,8,0,true,true,false],[104,28,0,true,false,false],[104,75,0,true,true,false],[116,70,0,true,true,false],[119,10,0,true,true,false],[121,16,0,true,true,false],[121,22,0,true,false,false],[122,9,0,true,true,false],[124,54,0,true,false,false],[125,9,0,true,true,false],[127,19,0,true,false,false],[128,10,0,true,true,false],[129,6,0,true,true,false],[131,54,0,true,true,false],[131,80,0,true,false,false],[131,82,0,true,true,false],[137,6,0,true,false,false],[137,12,0,true,true,false],[139,6,0,true,false,false],[143,2,0,false,false,false],[146,39,0,true,true,false],[147,31,0,true,true,false],[147,46,0,true,false,false],[151,2,0,false,false,false],[154,45,4,true,true,false],[159,31,6,true,true,false],[161,6,4,true,false,false],[166,27,4,true,true,false],[168,6,4,true,false,false],[172,8,4,true,true,false],[173,58,4,true,true,false],[174,6,4,true,false,false],[174,13,0,true,true,false],[176,6,4,true,true,false],[182,2,0,false,false,false],[185,40,0,true,true,false],[186,30,0,true,true,false],[186,40,0,true,true,false],[191,17,0,true,true,false],[191,34,0,true,true,false],[191,45,0,true,false,false],[191,49,0,true,true,false],[191,58,0,true,false,false],[193,39,0,true,true,false],[193,49,0,true,true,false],[196,50,0,true,true,false],[196,92,0,true,false,false],[197,8,0,true,true,false],[197,46,0,true,false,false],[197,47,0,true,true,false],[200,6,0,true,true,false],[228,2,0,false,false,false],[231,61,0,true,true,false],[232,57,0,true,true,false],[232,72,0,true,false,false],[232,79,0,true,true,false],[235,78,0,true,true,false],[235,93,0,true,false,false],[235,95,0,true,true,false],[239,83,0,true,true,false],[240,62,0,true,true,false],[240,85,0,true,false,false],[240,96,0,true,true,false],[240,104,0,true,false,false],[249,6,0,true,true,false],[257,5,0,true,true,false],[258,54,0,true,true,false],[258,77,0,true,false,false],[258,88,0,true,true,false],[258,96,0,true,false,false],[265,8,0,true,true,false],[265,48,0,true,false,false],[265,49,0,true,true,false],[268,6,0,true,true,false],[272,2,0,false,false,false],[275,67,0,true,true,false],[276,57,0,true,true,false],[276,72,0,true,false,false],[276,79,0,true,true,false],[279,78,0,true,true,false],[279,93,0,true,false,false],[279,95,0,true,true,false],[286,10,0,true,false,false],[288,6,0,true,true,false],[295,2,0,false,false,false],[298,69,0,true,true,false],[299,57,0,true,true,false],[299,72,0,true,false,false],[299,79,0,true,true,false],[302,78,0,true,true,false],[302,93,0,true,false,false],[302,95,0,true,true,false],[309,10,0,true,false,false],[311,6,0,true,true,false],[318,2,0,false,false,false],[321,68,0,true,true,false],[322,57,0,true,true,false],[322,72,0,true,false,false],[322,79,0,true,true,false],[325,78,0,true,true,false],[325,93,0,true,false,false],[325,95,0,true,true,false],[332,10,0,true,false,false],[334,6,0,true,true,false],[341,2,0,false,false,false],[344,81,0,true,true,false],[345,57,0,true,true,false],[345,72,0,true,false,false],[345,79,0,true,true,false],[348,78,0,true,true,false],[348,93,0,true,false,false],[348,95,0,true,true,false],[356,10,0,true,false,false],[358,6,0,true,true,false],[366,2,0,false,false,false],[369,67,0,true,true,false],[370,57,0,true,true,false],[370,72,0,true,false,false],[370,79,0,true,true,false],[373,78,0,true,true,false],[373,93,0,true,false,false],[373,95,0,true,true,false],[381,10,0,true,false,false],[383,6,0,true,true,false],[391,2,0,false,false,false],[394,73,0,true,true,false],[395,57,0,true,true,false],[395,72,0,true,false,false],[395,79,0,true,true,false],[398,78,0,true,true,false],[398,93,0,true,false,false],[398,95,0,true,true,false],[405,10,0,true,false,false],[407,6,0,true,true,false],[415,2,0,false,false,false],[418,89,0,true,true,false],[419,57,0,true,true,false],[419,72,0,true,false,false],[419,79,0,true,true,false],[422,78,0,true,true,false],[422,93,0,true,false,false],[422,95,0,true,true,false],[429,10,0,true,false,false],[431,6,0,true,true,false],[439,2,0,false,false,false],[442,73,0,true,true,false],[443,57,0,true,true,false],[443,72,0,true,false,false],[443,79,0,true,true,false],[446,78,0,true,true,false],[446,93,0,true,false,false],[446,95,0,true,true,false],[453,10,0,true,false,false],[455,6,0,true,true,false],[463,2,0,false,false,false],[466,69,0,true,true,false],[467,57,0,true,true,false],[467,72,0,true,false,false],[467,79,0,true,true,false],[470,78,0,true,true,false],[470,93,0,true,false,false],[470,95,0,true,true,false],[477,10,0,true,false,false],[479,6,0,true,true,false],[487,2,0,false,false,false],[490,71,0,true,true,false],[491,57,0,true,true,false],[491,72,0,true,false,false],[491,79,0,true,true,false],[494,78,0,true,true,false],[494,93,0,true,false,false],[494,95,0,true,true,false],[503,10,0,true,false,false],[505,6,0,true,true,false],[516,2,0,false,false,false],[519,66,0,true,true,false],[520,50,0,true,true,false],[520,61,0,true,false,false],[523,36,0,true,true,false],[525,6,0,true,true,false],[526,2,0,false,false,false],[529,63,3,true,true,false],[531,2,0,false,false,false],[534,46,0,true,true,false],[538,42,0,true,true,false],[539,12,0,true,true,false],[539,60,0,true,false,false],[539,61,0,true,true,false],[548,10,0,true,false,false],[549,6,0,true,true,false],[554,2,0,false,false,false],[558,81,29,true,true,false],[561,8,29,true,true,false],[561,22,29,true,false,false],[563,5,4,true,true,false],[575,70,0,true,true,false],[578,10,4,true,true,false],[580,16,4,true,true,false],[580,22,4,true,false,false],[581,9,4,true,true,false],[583,54,4,true,false,false],[584,9,0,true,true,false],[586,25,4,true,false,false],[587,10,4,true,true,false],[588,6,29,true,true,false],[591,55,53,true,true,false],[591,75,29,true,false,false],[592,42,0,true,true,false],[592,61,29,true,false,false],[594,34,0,true,true,false],[597,6,29,true,false,false],[597,12,29,true,true,false],[600,6,29,true,false,false],[604,8,29,true,true,false],[604,15,29,true,false,false],[604,16,29,true,true,false],[606,6,29,true,false,false],[606,12,0,true,true,false],[609,67,0,true,true,false],[611,10,0,true,false,false],[611,16,0,true,true,false],[612,35,0,true,true,false],[612,55,0,true,false,false],[615,6,29,true,false,false],[618,2,0,false,false,false],[621,56,5,true,true,false],[622,51,6,true,true,false],[622,66,5,true,false,false],[622,73,0,true,true,false],[622,83,5,true,true,false],[624,8,5,true,true,false],[624,17,5,true,false,false],[626,5,1,true,true,false],[638,70,0,true,true,false],[641,10,1,true,true,false],[643,16,1,true,true,false],[643,22,1,true,false,false],[644,9,1,true,true,false],[646,54,1,true,false,false],[647,9,0,true,true,false],[649,19,1,true,false,false],[650,10,1,true,true,false],[651,6,5,true,true,false],[653,50,6,true,true,false],[653,65,5,true,false,false],[653,67,5,true,true,false],[655,6,5,true,false,false],[657,2,0,false,false,false],[660,39,0,true,true,false],[663,27,0,true,true,false],[663,42,0,true,false,false],[667,2,0,false,false,false],[670,34,0,true,true,false],[676,2,0,false,false,false],[679,66,13,true,true,false],[680,48,45,true,true,false],[682,6,13,true,false,false],[682,8,0,true,true,false],[692,6,13,true,false,false],[692,12,13,true,true,false],[694,6,13,true,false,false],[695,2,0,false,false,false],[698,59,0,true,true,false],[699,23,0,true,true,false],[699,81,0,true,false,false],[700,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":20,"percent":25.97402597402597},"instantiations":{"count":77,"covered":20,"percent":25.97402597402597},"lines":{"count":695,"covered":187,"percent":26.906474820143885},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":199,"covered":55,"notcovered":144,"percent":27.638190954773869}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift","mcdc_records":[],"segments":[[14,26,15,true,true,false],[15,20,15,true,true,false],[15,24,15,true,false,false],[16,13,4,true,true,false],[16,62,15,true,false,false],[17,13,11,true,true,false],[17,58,15,true,false,false],[18,14,15,true,true,false],[19,10,0,false,false,false],[25,29,5,true,true,false],[25,44,0,false,false,false],[42,45,74,true,true,false],[42,47,0,false,false,false],[43,37,74,true,true,false],[43,39,0,false,false,false],[44,36,74,true,true,false],[44,72,0,false,false,false],[48,34,74,true,true,false],[48,57,0,false,false,false],[51,43,74,true,true,false],[51,48,0,false,false,false],[92,7,74,true,true,false],[97,6,0,false,false,false],[99,12,47,true,true,false],[101,46,47,true,true,false],[103,10,47,true,false,false],[104,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":27,"covered":27,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":14,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift","mcdc_records":[],"segments":[[7,45,0,true,true,false],[8,12,0,true,true,false],[8,42,0,true,false,false],[8,43,0,true,true,false],[11,10,0,true,true,false],[24,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":18,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift","mcdc_records":[],"segments":[[17,7,2,true,true,false],[18,14,2,true,true,false],[24,16,2,true,true,false],[24,34,2,true,false,false],[24,35,1,true,true,false],[27,14,2,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":24,"covered":24,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":4,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift","mcdc_records":[],"segments":[[27,16,42,true,true,false],[29,103,8,true,true,false],[29,112,42,true,false,false],[29,115,34,true,true,false],[29,125,42,true,false,false],[30,10,0,false,false,false],[35,16,37,true,true,false],[38,10,0,false,false,false],[43,20,2,true,true,false],[46,6,0,false,false,false],[62,73,9,true,true,false],[64,45,3,true,true,false],[66,10,6,true,true,false],[72,73,3,true,true,false],[74,10,3,true,true,false],[80,31,0,true,true,false],[80,43,3,true,false,false],[80,49,0,true,true,false],[82,10,3,true,true,false],[85,12,3,true,true,false],[85,33,3,true,false,false],[85,34,2,true,true,false],[87,10,1,true,true,false],[89,24,9,true,false,false],[90,6,0,false,false,false],[93,75,113,true,true,false],[98,31,112,true,true,false],[98,33,113,true,false,false],[101,103,3,true,true,false],[101,105,113,true,false,false],[105,12,113,true,true,false],[105,27,113,true,false,false],[105,28,11,true,true,false],[107,10,113,true,false,false],[111,12,113,true,true,false],[111,19,113,true,false,false],[111,20,112,true,true,false],[113,10,113,true,false,false],[113,16,1,true,true,false],[114,85,0,true,true,false],[114,100,1,true,false,false],[115,10,113,true,false,false],[116,6,0,false,false,false],[119,46,4,true,true,false],[120,93,1,true,true,false],[120,95,4,true,false,false],[121,6,0,false,false,false],[126,55,10,true,true,false],[128,40,8,true,true,false],[128,53,10,true,false,false],[129,6,0,false,false,false],[132,55,10,true,true,false],[134,31,8,true,true,false],[134,44,10,true,false,false],[134,48,7,true,true,false],[134,60,10,true,false,false],[135,6,0,false,false,false],[138,61,3,true,true,false],[140,31,3,true,true,false],[140,42,3,true,false,false],[140,46,3,true,true,false],[140,57,3,true,false,false],[140,61,3,true,true,false],[140,73,3,true,false,false],[141,6,0,false,false,false],[144,60,3,true,true,false],[145,32,3,true,true,false],[145,51,3,true,false,false],[145,55,3,true,true,false],[145,80,3,true,false,false],[146,6,0,false,false,false],[149,36,4,true,true,false],[154,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":22,"percent":91.666666666666657},"instantiations":{"count":24,"covered":22,"percent":91.666666666666657},"lines":{"count":102,"covered":99,"percent":97.058823529411768},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":37,"notcovered":3,"percent":92.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift","mcdc_records":[],"segments":[[14,50,4,true,true,false],[21,6,0,false,false,false],[23,94,67,true,true,false],[30,6,0,false,false,false],[114,52,37,true,true,false],[114,55,0,false,false,false],[115,52,37,true,true,false],[115,56,0,false,false,false],[116,45,37,true,true,false],[116,48,0,false,false,false],[117,54,37,true,true,false],[117,58,0,false,false,false],[118,41,37,true,true,false],[118,43,0,false,false,false],[119,36,37,true,true,false],[119,37,0,false,false,false],[120,36,37,true,true,false],[120,37,0,false,false,false],[121,44,37,true,true,false],[121,45,0,false,false,false],[122,47,37,true,true,false],[122,50,0,false,false,false],[128,42,37,true,true,false],[128,43,0,false,false,false],[129,37,37,true,true,false],[129,38,0,false,false,false],[130,37,37,true,true,false],[130,38,0,false,false,false],[139,72,37,true,true,false],[139,74,0,false,false,false],[142,56,37,true,true,false],[142,60,0,false,false,false],[145,38,37,true,true,false],[145,39,0,false,false,false],[152,53,37,true,true,false],[155,6,0,false,false,false],[162,36,66,true,true,false],[166,44,63,true,true,false],[169,10,3,true,true,false],[172,92,0,true,true,false],[172,101,3,true,false,false],[175,45,3,true,true,false],[177,16,3,true,true,false],[177,53,3,true,false,false],[177,54,3,true,true,false],[182,14,0,true,true,false],[183,10,0,true,true,false],[188,12,0,true,true,false],[188,22,0,true,false,false],[188,23,0,true,true,false],[193,10,0,true,false,false],[193,16,0,true,true,false],[195,49,0,true,true,false],[197,20,0,true,true,false],[197,57,0,true,false,false],[197,58,0,true,true,false],[204,18,0,true,true,false],[205,14,0,true,true,false],[212,26,0,true,false,false],[214,6,0,false,false,false],[217,65,0,true,true,false],[219,52,0,true,true,false],[222,10,0,true,true,false],[226,12,0,true,true,false],[226,36,0,true,false,false],[226,37,0,true,true,false],[229,10,0,true,false,false],[231,51,0,true,true,false],[234,10,0,true,true,false],[238,55,0,true,true,false],[244,16,0,true,true,false],[244,25,0,true,false,false],[244,26,0,true,true,false],[246,14,0,true,true,false],[249,16,0,true,true,false],[249,50,0,true,false,false],[249,51,0,true,true,false],[251,14,0,true,false,false],[252,10,0,true,true,false],[254,12,0,true,true,false],[254,21,0,true,false,false],[254,22,0,true,true,false],[256,10,0,true,false,false],[256,16,0,true,true,false],[259,10,0,true,false,false],[262,6,0,false,false,false],[267,78,36,true,true,false],[270,6,0,false,false,false],[272,60,14,true,true,false],[278,47,9,true,true,false],[283,16,9,true,true,false],[283,55,9,true,false,false],[283,56,5,true,true,false],[289,14,9,true,false,false],[290,10,14,true,false,false],[294,45,9,true,true,false],[297,10,14,true,false,false],[305,6,0,false,false,false],[307,52,19,true,true,false],[316,6,0,false,false,false],[318,37,4,true,true,false],[326,6,0,false,false,false],[328,37,8,true,true,false],[333,6,0,false,false,false],[344,58,23,true,true,false],[348,41,17,true,true,false],[348,105,23,true,false,false],[351,20,21,true,true,false],[353,59,12,true,true,false],[353,76,21,true,false,false],[353,80,9,true,true,false],[353,84,21,true,false,false],[355,16,21,true,true,false],[355,24,21,true,false,false],[355,25,19,true,true,false],[360,14,21,true,false,false],[361,10,23,true,false,false],[364,56,36,true,true,false],[364,61,23,true,false,false],[367,12,23,true,true,false],[367,23,23,true,false,false],[367,24,4,true,true,false],[376,51,1,true,true,false],[378,14,4,true,false,false],[379,10,23,true,false,false],[382,6,0,false,false,false],[385,29,8,true,true,false],[387,63,13,true,true,false],[389,10,8,true,false,false],[390,53,13,true,true,false],[390,58,8,true,false,false],[392,6,0,false,false,false],[395,38,1,true,true,false],[398,6,0,false,false,false],[402,50,31,true,true,false],[409,12,31,true,true,false],[409,33,31,true,false,false],[409,34,2,true,true,false],[411,10,31,true,false,false],[414,6,0,false,false,false],[416,42,1,true,true,false],[417,12,1,true,true,false],[417,38,1,true,false,false],[417,39,1,true,true,false],[420,10,1,true,false,false],[421,6,0,false,false,false],[425,100,5,true,true,false],[427,42,1,true,true,false],[427,68,5,true,false,false],[427,74,1,true,true,false],[429,10,4,true,true,false],[432,12,4,true,true,false],[432,49,4,true,false,false],[432,50,1,true,true,false],[437,10,3,true,true,false],[439,12,3,true,true,false],[439,49,3,true,false,false],[439,50,0,true,true,false],[444,10,3,true,true,false],[447,12,3,true,true,false],[447,59,3,true,false,false],[447,60,1,true,true,false],[451,10,2,true,true,false],[455,12,2,true,true,false],[455,34,2,true,false,false],[455,35,0,true,true,false],[459,10,2,true,true,false],[463,30,5,true,false,false],[464,6,0,false,false,false],[466,39,2,true,true,false],[476,43,0,true,true,false],[480,10,2,true,false,false],[483,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":38,"percent":95},"instantiations":{"count":40,"covered":38,"percent":95},"lines":{"count":335,"covered":245,"percent":73.134328358208961},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":69,"notcovered":31,"percent":69}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift","mcdc_records":[],"segments":[[8,20,0,true,true,false],[8,22,0,false,false,false],[11,54,0,true,true,false],[96,6,0,false,false,false],[99,71,0,true,true,false],[101,39,0,true,true,false],[102,16,0,true,true,false],[102,51,0,true,false,false],[102,52,0,true,true,false],[104,14,0,true,false,false],[106,10,0,true,true,false],[107,27,0,true,false,false],[108,6,0,false,false,false],[111,80,0,true,true,false],[112,31,0,true,true,false],[112,58,0,true,true,false],[112,75,0,true,false,false],[113,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":102,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift","mcdc_records":[],"segments":[[8,37,5,true,true,false],[10,6,0,false,false,false],[15,7,5,true,true,false],[16,71,0,true,true,false],[19,10,5,true,true,false],[21,78,5,true,true,false],[40,49,41,true,true,false],[45,16,41,true,true,false],[45,51,41,true,true,false],[45,82,41,true,false,false],[46,20,41,true,true,false],[46,52,41,true,false,false],[47,13,3,true,true,false],[48,20,3,true,true,false],[48,27,3,true,false,false],[48,28,0,true,true,false],[51,18,3,true,true,false],[55,20,3,true,true,false],[55,56,0,true,true,false],[55,87,3,true,false,false],[55,88,3,true,true,false],[58,51,0,true,true,false],[58,68,3,true,false,false],[59,65,0,true,true,false],[59,68,3,true,false,false],[59,73,0,true,true,false],[59,74,3,true,false,false],[62,14,38,true,true,false],[65,16,38,true,true,false],[65,49,38,true,true,false],[65,78,38,true,false,false],[66,20,38,true,true,false],[66,50,38,true,false,false],[67,13,3,true,true,false],[68,20,3,true,true,false],[68,27,3,true,false,false],[68,28,3,true,true,false],[70,24,3,true,true,false],[70,40,3,true,false,false],[70,41,3,true,true,false],[73,44,0,true,true,false],[73,61,3,true,false,false],[75,58,0,true,true,false],[75,68,3,true,false,false],[86,14,35,true,true,false],[89,16,35,true,true,false],[89,23,35,true,false,false],[89,24,13,true,true,false],[91,20,13,true,true,false],[91,52,13,true,false,false],[91,81,3,true,true,false],[94,18,10,true,true,false],[97,73,4,true,true,false],[98,24,4,true,true,false],[98,57,4,true,false,false],[98,58,0,true,true,false],[107,22,4,true,false,false],[107,28,4,true,true,false],[111,22,4,true,false,false],[113,18,10,true,false,false],[116,20,10,true,true,false],[116,34,10,true,false,false],[116,62,3,true,true,false],[119,18,10,true,false,false],[120,14,35,true,false,false],[120,20,22,true,true,false],[122,73,0,true,true,false],[124,24,0,true,true,false],[124,54,0,true,true,false],[124,87,0,true,false,false],[124,89,0,true,true,false],[132,22,0,true,false,false],[134,18,22,true,false,false],[135,14,32,true,true,false],[136,10,5,true,true,false],[138,55,5,true,false,false],[139,6,0,false,false,false],[142,89,32,true,true,false],[148,12,32,true,true,false],[148,34,32,true,false,false],[148,35,4,true,true,false],[151,50,15,true,true,false],[151,65,8,true,true,false],[151,74,15,true,false,false],[151,76,4,true,false,false],[152,10,32,true,false,false],[154,12,32,true,true,false],[154,31,30,true,true,false],[154,53,32,true,false,false],[154,54,2,true,true,false],[156,10,30,true,true,false],[159,12,30,true,true,false],[159,48,30,true,true,false],[159,62,30,true,false,false],[159,63,7,true,true,false],[161,10,23,true,true,false],[164,74,58,true,true,false],[164,89,23,true,false,false],[165,37,4,true,true,false],[167,10,19,true,true,false],[173,38,15,true,true,false],[173,69,19,true,false,false],[176,12,19,true,true,false],[176,42,4,true,true,false],[176,66,19,true,false,false],[176,67,15,true,true,false],[178,10,4,true,true,false],[186,10,32,true,false,false],[187,6,0,false,false,false],[190,73,6,true,true,false],[194,12,6,true,true,false],[194,40,6,true,false,false],[194,41,3,true,true,false],[196,10,6,true,false,false],[196,19,3,true,true,false],[196,46,6,true,false,false],[196,47,0,true,true,false],[198,10,6,true,false,false],[202,52,24,true,true,false],[204,16,24,true,true,false],[204,35,24,true,false,false],[204,36,9,true,true,false],[208,14,24,true,false,false],[209,10,6,true,true,false],[211,26,6,true,false,false],[212,6,0,false,false,false],[215,58,23,true,true,false],[217,12,23,true,true,false],[217,27,23,true,true,false],[217,44,23,true,false,false],[217,48,23,true,true,false],[217,65,23,true,false,false],[217,69,15,true,true,false],[217,86,23,true,false,false],[217,87,8,true,true,false],[219,10,15,true,true,false],[233,52,23,true,false,false],[234,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":19,"percent":73.076923076923066},"instantiations":{"count":26,"covered":19,"percent":73.076923076923066},"lines":{"count":238,"covered":205,"percent":86.134453781512605},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":72,"notcovered":14,"percent":83.720930232558146}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift","mcdc_records":[],"segments":[[7,77,0,true,true,false],[7,79,0,false,false,false],[8,78,0,true,true,false],[8,80,0,false,false,false],[9,71,0,true,true,false],[9,73,0,false,false,false],[10,53,0,true,true,false],[10,58,0,false,false,false],[18,27,0,true,true,false],[18,51,0,false,false,false],[22,47,0,true,true,false],[22,50,0,false,false,false],[27,37,0,true,true,false],[31,6,0,false,false,false],[36,7,0,true,true,false],[38,6,0,false,false,false],[41,31,0,true,true,false],[43,69,0,true,true,false],[47,12,0,true,true,false],[47,38,0,true,false,false],[47,39,0,true,true,false],[49,10,0,true,false,false],[55,49,0,true,true,false],[55,81,0,true,false,false],[57,46,0,true,true,false],[59,10,0,true,false,false],[67,6,0,false,false,false],[70,82,0,true,true,false],[73,12,0,true,true,false],[73,46,0,true,true,false],[73,73,0,true,true,false],[73,90,0,true,false,false],[73,94,0,true,true,false],[76,10,0,true,true,false],[88,36,0,true,true,false],[88,63,0,true,true,false],[88,80,0,true,false,false],[92,34,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[99,41,0,true,true,false],[100,63,0,true,true,false],[100,78,0,true,false,false],[100,85,0,true,true,false],[102,10,0,true,true,false],[108,92,0,true,true,false],[110,10,0,true,false,false],[114,34,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[121,56,0,true,true,false],[122,63,0,true,true,false],[122,78,0,true,false,false],[122,85,0,true,true,false],[124,10,0,true,true,false],[129,137,0,true,true,false],[129,141,0,true,false,false],[129,144,0,true,true,false],[129,149,0,true,false,false],[135,34,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,39,0,true,true,false],[147,12,0,true,true,false],[149,72,0,true,true,false],[154,16,0,true,true,false],[154,35,0,true,false,false],[154,36,0,true,true,false],[157,68,0,true,true,false],[159,18,0,true,true,false],[166,71,0,true,true,false],[166,108,0,true,false,false],[172,20,0,true,true,false],[172,45,0,true,false,false],[172,46,0,true,true,false],[176,18,0,true,false,false],[178,14,0,true,true,false],[182,44,0,true,true,false],[183,20,0,true,true,false],[183,70,0,true,false,false],[183,71,0,true,true,false],[185,18,0,true,true,false],[186,27,0,true,false,false],[190,63,0,true,true,false],[195,44,0,true,true,false],[198,20,0,true,true,false],[198,48,0,true,false,false],[198,49,0,true,true,false],[202,81,0,true,true,false],[204,22,0,true,true,false],[210,55,0,true,true,false],[211,98,0,true,true,false],[213,22,0,true,true,false],[218,84,0,true,true,false],[220,22,0,true,false,false],[233,24,0,true,true,false],[233,49,0,true,false,false],[233,50,0,true,true,false],[237,22,0,true,false,false],[240,18,0,true,true,false],[242,14,0,true,true,false],[245,44,0,true,true,false],[251,14,0,true,false,false],[254,44,0,true,true,false],[261,20,0,true,true,false],[261,30,0,true,false,false],[261,31,0,true,true,false],[278,24,0,true,true,false],[278,49,0,true,false,false],[278,50,0,true,true,false],[282,22,0,true,false,false],[284,18,0,true,true,false],[286,14,0,true,true,false],[296,10,0,true,false,false],[296,17,0,true,true,false],[299,48,0,true,true,false],[301,14,0,true,false,false],[317,16,0,true,true,false],[317,41,0,true,false,false],[317,42,0,true,true,false],[321,14,0,true,false,false],[322,10,0,true,true,false],[323,6,0,false,false,false],[326,95,0,true,true,false],[331,6,0,false,false,false],[334,71,0,true,true,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":330,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift","mcdc_records":[],"segments":[[9,37,5,true,true,false],[11,6,0,false,false,false],[14,62,4,true,true,false],[17,16,4,true,true,false],[17,66,4,true,false,false],[17,67,4,true,true,false],[18,72,4,true,true,false],[19,14,4,true,false,false],[19,20,0,true,true,false],[21,14,4,true,true,false],[27,55,4,true,true,false],[29,44,2,true,true,false],[29,61,4,true,false,false],[30,54,2,true,true,false],[30,55,4,true,false,false],[39,90,5,true,true,false],[42,10,4,true,true,false],[44,39,3,true,true,false],[45,16,3,true,true,false],[45,31,3,true,false,false],[45,32,2,true,true,false],[47,14,3,true,false,false],[47,20,1,true,true,false],[50,14,3,true,false,false],[51,10,4,true,true,false],[54,12,4,true,true,false],[54,34,4,true,false,false],[54,35,2,true,true,false],[56,45,2,true,true,false],[57,57,18,true,true,false],[59,24,18,true,true,false],[59,59,12,true,true,false],[59,88,18,true,false,false],[59,89,6,true,true,false],[61,22,18,true,false,false],[62,18,2,true,true,false],[64,110,1,true,true,false],[66,18,2,true,true,false],[71,71,0,true,true,false],[71,99,2,true,false,false],[71,105,1,true,true,false],[74,18,1,true,true,false],[76,92,1,true,true,false],[77,23,2,true,false,false],[78,20,0,true,true,false],[81,14,2,true,false,false],[82,10,2,true,true,false],[96,41,0,true,true,false],[98,53,0,true,true,false],[100,20,0,true,true,false],[100,55,0,true,true,false],[100,84,0,true,false,false],[100,85,0,true,true,false],[102,18,0,true,false,false],[102,27,0,true,true,false],[102,59,0,true,false,false],[102,60,0,true,true,false],[105,18,0,true,false,false],[106,14,0,true,true,false],[107,10,2,true,false,false],[107,16,2,true,true,false],[110,16,2,true,true,false],[110,33,2,true,false,false],[110,83,2,true,true,false],[112,14,2,true,false,false],[119,84,2,true,true,false],[120,6,0,false,false,false],[123,60,1,true,true,false],[124,78,1,true,true,false],[128,47,1,true,true,false],[130,30,0,true,true,false],[133,10,1,true,true,false],[139,49,13,true,true,false],[143,16,13,true,true,false],[143,45,13,true,false,false],[143,46,1,true,true,false],[147,14,12,true,true,false],[150,16,12,true,true,false],[150,43,12,true,false,false],[150,44,1,true,true,false],[154,14,11,true,true,false],[157,16,11,true,true,false],[157,23,11,true,false,false],[157,24,5,true,true,false],[158,20,5,true,true,false],[158,52,4,true,true,false],[158,108,5,true,false,false],[158,109,2,true,true,false],[161,18,3,true,true,false],[162,14,9,true,true,false],[165,10,1,true,true,false],[167,54,1,true,false,false],[168,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":7,"percent":77.777777777777786},"instantiations":{"count":9,"covered":7,"percent":77.777777777777786},"lines":{"count":162,"covered":144,"percent":88.888888888888886},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":65,"covered":53,"notcovered":12,"percent":81.538461538461533}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift","mcdc_records":[],"segments":[[16,7,41,true,true,false],[17,47,37,true,true,false],[17,85,41,true,false,false],[19,6,0,false,false,false],[31,40,0,true,true,false],[32,64,0,true,true,false],[34,10,0,true,true,false],[35,34,0,true,true,false],[37,10,0,true,true,false],[40,66,0,true,true,false],[42,10,0,true,true,false],[45,63,0,true,true,false],[47,10,0,true,true,false],[55,77,0,true,true,false],[62,10,0,true,true,false],[65,12,0,true,true,false],[67,10,0,true,false,false],[67,17,0,true,true,false],[68,73,0,true,true,false],[68,83,0,true,false,false],[71,6,0,false,false,false],[82,40,308,true,true,false],[83,64,0,true,true,false],[85,10,308,true,true,false],[86,66,0,true,true,false],[88,10,308,true,true,false],[92,77,308,true,true,false],[99,10,308,true,true,false],[101,79,308,true,false,false],[102,6,0,false,false,false],[115,49,0,true,true,false],[116,64,0,true,true,false],[118,10,0,true,true,false],[119,66,0,true,true,false],[121,10,0,true,true,false],[125,77,0,true,true,false],[133,10,0,true,true,false],[135,88,0,true,false,false],[136,6,0,false,false,false],[142,69,2,true,true,false],[143,18,2,true,true,false],[146,10,2,true,false,false],[147,6,0,false,false,false],[156,28,308,true,true,false],[162,12,308,true,true,false],[162,26,308,true,false,false],[162,27,0,true,true,false],[164,10,308,true,false,false],[164,16,308,true,true,false],[166,10,308,true,false,false],[167,35,308,true,true,false],[169,10,308,true,false,false],[177,58,308,true,true,false],[178,42,308,true,true,false],[180,20,308,true,true,false],[180,47,308,true,false,false],[180,48,308,true,true,false],[182,18,308,true,false,false],[182,24,0,true,true,false],[184,83,0,true,true,false],[184,85,0,true,false,false],[187,47,0,true,true,false],[187,64,0,true,false,false],[187,67,0,true,true,false],[187,78,0,true,false,false],[189,18,308,true,false,false],[192,16,308,true,true,false],[193,34,308,true,true,false],[194,14,308,true,false,false],[194,21,0,true,true,false],[196,14,308,true,true,false],[197,10,308,true,false,false],[198,6,0,false,false,false],[205,71,4,true,true,false],[207,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":9,"percent":69.230769230769226},"instantiations":{"count":13,"covered":9,"percent":69.230769230769226},"lines":{"count":181,"covered":105,"percent":58.011049723756905},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":21,"notcovered":29,"percent":42}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift","mcdc_records":[],"segments":[[19,48,0,true,true,false],[19,53,0,false,false,false],[20,49,0,true,true,false],[20,51,0,false,false,false],[22,20,0,true,true,false],[22,22,0,false,false,false],[25,18,0,true,true,false],[26,35,0,true,true,false],[26,45,0,true,true,false],[30,31,0,true,true,false],[31,33,0,true,true,false],[31,43,0,true,true,false],[34,10,0,true,false,false],[37,31,0,true,true,false],[38,33,0,true,true,false],[38,43,0,true,true,false],[41,10,0,true,false,false],[43,31,0,true,true,false],[44,33,0,true,true,false],[44,43,0,true,true,false],[48,10,0,true,false,false],[50,31,0,true,true,false],[51,33,0,true,true,false],[51,43,0,true,true,false],[54,10,0,true,false,false],[55,6,0,false,false,false],[57,19,0,true,true,false],[58,24,0,true,true,false],[58,39,0,true,false,false],[60,6,0,false,false,false],[62,87,0,true,true,false],[68,6,0,false,false,false],[70,49,0,true,true,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift","mcdc_records":[],"segments":[[44,54,6,true,true,false],[45,21,6,true,true,false],[46,18,6,true,true,false],[49,54,6,true,true,false],[51,18,6,true,false,false],[54,6,0,false,false,false],[60,58,69,true,true,false],[62,6,0,false,false,false],[68,31,130,true,true,false],[69,49,1,true,true,false],[72,10,129,true,true,false],[74,12,129,true,true,false],[74,42,129,true,false,false],[74,43,125,true,true,false],[76,10,129,true,false,false],[76,16,4,true,true,false],[78,10,129,true,false,false],[80,6,0,false,false,false],[85,38,3,true,true,false],[87,6,0,false,false,false],[90,28,1,true,true,false],[92,6,0,false,false,false],[95,30,2,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":52,"covered":52,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":14,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift","mcdc_records":[],"segments":[[22,63,61,true,true,false],[24,6,0,false,false,false],[29,32,11,true,true,false],[33,6,0,false,false,false],[36,72,6,true,true,false],[37,26,6,true,true,false],[37,46,6,true,false,false],[38,6,0,false,false,false],[41,76,4,true,true,false],[46,16,4,true,true,false],[46,32,4,true,false,false],[47,9,4,true,true,false],[48,38,4,true,true,false],[48,59,4,true,false,false],[48,62,0,true,true,false],[48,85,4,true,false,false],[49,9,0,true,true,false],[50,61,4,true,false,false],[51,9,0,true,true,false],[52,83,4,true,false,false],[53,9,0,true,true,false],[54,39,4,true,false,false],[55,9,0,true,true,false],[56,79,4,true,false,false],[58,6,0,false,false,false],[63,55,2,true,true,false],[66,6,0,false,false,false],[69,53,0,true,true,false],[72,6,0,false,false,false],[75,52,0,true,true,false],[78,6,0,false,false,false],[83,7,0,true,true,false],[94,59,0,true,true,false],[94,82,0,true,false,false],[95,57,0,true,true,false],[95,79,0,true,false,false],[99,59,0,true,true,false],[99,64,0,true,false,false],[99,67,0,true,true,false],[99,72,0,true,false,false],[100,54,0,true,true,false],[100,59,0,true,false,false],[100,62,0,true,true,false],[100,67,0,true,false,false],[103,58,0,true,true,false],[103,63,0,true,false,false],[103,66,0,true,true,false],[103,71,0,true,false,false],[104,53,0,true,true,false],[104,58,0,true,false,false],[104,61,0,true,true,false],[104,66,0,true,false,false],[108,6,0,false,false,false],[113,83,0,true,true,false],[116,33,0,true,true,false],[116,47,0,true,false,false],[116,51,0,true,true,false],[116,79,0,true,false,false],[116,83,0,true,true,false],[116,96,0,true,false,false],[117,6,0,false,false,false],[122,7,0,true,true,false],[130,6,0,false,false,false],[135,40,0,true,true,false],[136,80,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,38,0,true,true,false],[143,38,0,true,true,false],[144,82,0,true,true,false],[146,14,0,true,false,false],[147,16,0,true,true,false],[148,82,0,true,true,false],[150,14,0,true,false,false],[150,20,0,true,true,false],[153,14,0,true,false,false],[155,6,0,false,false,false],[160,64,0,true,true,false],[178,60,0,true,true,false],[180,26,0,true,true,false],[182,14,0,true,false,false],[182,20,0,true,true,false],[185,71,0,true,true,false],[187,18,0,true,false,false],[189,16,0,true,true,false],[191,10,0,true,false,false],[192,6,0,false,false,false],[196,47,4,true,true,false],[198,6,0,false,false,false],[200,60,0,true,true,false],[202,6,0,false,false,false],[204,64,0,true,true,false],[206,6,0,false,false,false],[208,53,0,true,true,false],[210,6,0,false,false,false],[212,62,0,true,true,false],[214,6,0,false,false,false],[216,47,0,true,true,false],[218,6,0,false,false,false],[220,51,0,true,true,false],[222,6,0,false,false,false],[224,47,0,true,true,false],[226,6,0,false,false,false],[228,49,0,true,true,false],[230,6,0,false,false,false],[236,103,0,true,true,false],[243,62,0,true,true,false],[243,71,0,true,false,false],[254,6,0,false,false,false],[263,17,0,true,true,false],[265,12,0,true,true,false],[265,33,0,true,false,false],[265,34,0,true,true,false],[268,16,0,true,true,false],[268,38,0,true,false,false],[268,39,0,true,true,false],[270,14,0,true,false,false],[271,19,0,true,true,false],[271,38,0,true,false,false],[271,39,0,true,true,false],[273,10,0,true,false,false],[273,16,0,true,true,false],[276,16,0,true,true,false],[276,38,0,true,false,false],[276,39,0,true,true,false],[281,14,0,true,false,false],[281,20,0,true,true,false],[284,14,0,true,false,false],[286,16,0,true,true,false],[286,38,0,true,false,false],[286,39,0,true,true,false],[286,107,0,true,false,false],[288,53,0,true,true,false],[288,64,0,true,false,false],[288,67,0,true,true,false],[288,82,0,true,false,false],[289,54,0,true,true,false],[289,80,0,true,false,false],[289,83,0,true,true,false],[289,85,0,true,false,false],[291,59,0,true,true,false],[291,68,0,true,false,false],[291,71,0,true,true,false],[291,81,0,true,false,false],[292,43,0,true,true,false],[292,80,0,true,false,false],[292,83,0,true,true,false],[292,85,0,true,false,false],[294,12,0,true,true,false],[294,35,0,true,false,false],[294,36,0,true,true,false],[296,57,0,true,true,false],[296,70,0,true,false,false],[299,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":7,"percent":21.212121212121211},"instantiations":{"count":33,"covered":7,"percent":21.212121212121211},"lines":{"count":227,"covered":33,"percent":14.537444933920703},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":10,"notcovered":71,"percent":12.345679012345679}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift","mcdc_records":[],"segments":[[47,7,127,true,true,false],[55,12,127,true,true,false],[55,42,127,true,false,false],[55,70,2,true,true,false],[57,10,127,true,false,false],[58,6,0,false,false,false],[70,79,50,true,true,false],[70,87,0,false,false,false],[72,5,50,true,true,false],[76,12,50,true,true,false],[76,42,50,true,false,false],[78,9,50,true,true,false],[82,10,0,true,true,false],[85,50,0,true,true,false],[89,10,0,true,true,false],[92,58,0,true,true,false],[94,10,0,true,false,false],[99,42,50,true,false,false],[100,6,0,false,false,false],[104,93,0,true,true,false],[104,101,0,false,false,false],[106,5,0,true,true,false],[109,6,0,false,false,false],[112,66,0,true,true,false],[112,74,0,false,false,false],[113,31,0,true,true,false],[115,12,0,true,true,false],[115,28,0,true,false,false],[115,29,0,true,true,false],[117,10,0,true,true,false],[122,12,0,true,true,false],[122,28,0,true,false,false],[122,29,0,true,true,false],[122,68,0,true,true,false],[124,12,0,true,true,false],[124,47,0,true,true,false],[124,91,0,true,false,false],[124,92,0,true,true,false],[126,10,0,true,false,false],[130,53,0,true,true,false],[132,16,0,true,true,false],[132,30,0,true,false,false],[132,31,0,true,true,false],[138,14,0,true,false,false],[154,30,0,true,true,false],[155,51,0,true,true,false],[158,14,0,true,false,false],[190,11,0,true,true,false],[199,27,0,true,true,false],[208,14,0,true,false,false],[209,27,0,true,true,false],[218,14,0,true,false,false],[219,27,0,true,true,false],[228,14,0,true,false,false],[229,27,0,true,true,false],[238,14,0,true,false,false],[239,27,0,true,true,false],[248,14,0,true,false,false],[252,39,0,true,true,false],[253,24,0,true,true,false],[253,30,0,true,false,false],[254,17,0,true,true,false],[254,62,0,true,false,false],[255,17,0,true,true,false],[255,72,0,true,false,false],[256,17,0,true,true,false],[256,70,0,true,false,false],[257,17,0,true,true,false],[257,68,0,true,false,false],[258,17,0,true,true,false],[258,62,0,true,false,false],[259,18,0,true,true,false],[260,14,0,true,true,false],[264,33,0,true,true,false],[264,51,0,true,false,false],[266,24,0,true,true,false],[280,22,0,true,false,false],[281,37,0,true,true,false],[281,58,0,true,false,false],[282,36,0,true,true,false],[282,56,0,true,false,false],[283,33,0,true,true,false],[283,51,0,true,false,false],[314,6,0,false,false,false],[318,54,0,true,true,false],[323,16,0,true,true,false],[323,22,0,true,false,false],[324,9,0,true,true,false],[326,84,0,true,false,false],[328,9,0,true,true,false],[330,84,0,true,true,false],[330,86,0,true,false,false],[334,9,0,true,true,false],[336,93,0,true,true,false],[336,95,0,true,false,false],[340,9,0,true,true,false],[342,78,0,true,true,false],[342,87,0,true,false,false],[346,6,0,false,false,false],[350,72,0,true,true,false],[361,12,0,true,true,false],[361,43,0,true,false,false],[361,44,0,true,true,false],[363,17,0,true,true,false],[363,32,0,true,false,false],[364,17,0,true,true,false],[364,108,0,true,false,false],[366,19,0,true,true,false],[366,35,0,true,false,false],[366,36,0,true,true,false],[370,10,0,true,false,false],[377,6,0,false,false,false],[385,61,0,true,true,false],[412,74,0,true,true,false],[412,79,0,true,false,false],[413,20,0,true,true,false],[413,33,0,true,false,false],[413,37,0,true,true,false],[413,48,0,true,false,false],[433,6,0,false,false,false],[437,59,0,true,true,false],[445,66,0,true,true,false],[447,14,0,true,false,false],[450,40,0,true,true,false],[452,16,0,true,true,false],[452,32,0,true,false,false],[452,33,0,true,true,false],[456,55,0,true,true,false],[458,18,0,true,false,false],[471,6,0,false,false,false],[474,51,0,true,true,false],[482,12,0,true,true,false],[483,27,0,true,true,false],[487,65,0,true,true,false],[487,67,0,true,false,false],[490,41,0,true,true,false],[493,14,0,true,true,false],[494,10,0,true,false,false],[494,17,0,true,true,false],[496,10,0,true,true,false],[498,19,0,true,false,false],[499,6,0,false,false,false],[503,54,0,true,true,false],[553,6,0,false,false,false],[558,95,3,true,true,false],[560,6,0,false,false,false],[563,33,3,true,true,false],[569,6,0,false,false,false],[573,62,50,true,true,false],[601,6,0,false,false,false],[604,67,0,true,true,false],[632,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":6,"percent":14.285714285714285},"instantiations":{"count":43,"covered":6,"percent":13.953488372093023},"lines":{"count":732,"covered":64,"percent":8.7431693989071047},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":10,"notcovered":78,"percent":11.363636363636363}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift","mcdc_records":[],"segments":[[7,39,122,true,true,false],[9,6,0,false,false,false],[11,53,0,true,true,false],[12,40,0,true,true,false],[12,83,0,true,false,false],[20,6,0,false,false,false],[22,74,0,true,true,false],[23,16,0,true,true,false],[23,22,0,true,false,false],[24,9,0,true,true,false],[24,68,0,true,false,false],[25,9,0,true,true,false],[25,92,0,true,false,false],[26,9,0,true,true,false],[26,56,0,true,false,false],[27,10,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":1,"percent":25},"instantiations":{"count":4,"covered":1,"percent":25},"lines":{"count":21,"covered":3,"percent":14.285714285714285},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":1,"notcovered":8,"percent":11.111111111111111}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift","mcdc_records":[],"segments":[[82,52,0,true,true,false],[82,56,0,false,false,false],[83,16,0,true,true,false],[85,16,0,true,true,false],[85,57,0,true,false,false],[85,58,0,true,true,false],[87,14,0,true,false,false],[88,10,0,false,false,false],[92,36,0,true,true,false],[92,39,0,false,false,false],[93,16,0,true,true,false],[95,10,0,false,false,false],[99,25,0,true,true,false],[101,6,0,false,false,false],[104,51,0,true,true,false],[104,53,0,false,false,false],[106,49,0,true,true,false],[106,51,0,false,false,false],[108,32,0,true,true,false],[108,33,0,false,false,false],[109,30,0,true,true,false],[109,31,0,false,false,false],[111,34,0,true,true,false],[111,35,0,false,false,false],[116,20,0,true,true,false],[119,56,0,true,true,false],[119,83,0,true,false,false],[120,9,0,true,true,false],[122,16,0,true,true,false],[122,49,0,true,false,false],[122,50,0,true,true,false],[124,14,0,true,false,false],[126,89,0,true,true,false],[126,92,0,true,false,false],[128,6,0,false,false,false],[130,42,0,true,true,false],[135,11,0,true,true,false],[136,81,0,true,true,false],[136,91,0,true,true,false],[137,18,0,true,true,false],[138,37,0,true,true,false],[138,47,0,true,true,false],[139,24,0,true,true,false],[139,30,0,true,false,false],[140,17,0,true,true,false],[141,34,0,true,false,false],[142,17,0,true,true,false],[143,32,0,true,false,false],[144,17,0,true,true,false],[145,26,0,true,false,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[150,6,0,false,false,false],[155,24,0,true,true,false],[156,108,0,true,true,false],[156,118,0,true,true,false],[161,6,0,false,false,false],[164,22,0,true,true,false],[165,104,0,true,true,false],[165,114,0,true,true,false],[170,6,0,false,false,false],[173,48,0,true,true,false],[174,54,0,true,true,false],[174,64,0,true,true,false],[177,14,0,true,true,false],[180,13,0,true,true,false],[189,17,0,true,true,false],[192,18,0,true,false,false],[195,6,0,false,false,false],[199,59,0,true,true,false],[205,14,0,true,true,false],[208,10,0,true,true,false],[211,39,0,true,true,false],[212,72,0,true,true,false],[215,14,0,true,false,false],[216,70,0,true,true,false],[219,14,0,true,false,false],[220,10,0,true,true,false],[226,6,0,false,false,false],[228,105,0,true,true,false],[229,37,0,true,true,false],[229,51,0,true,true,false],[230,59,0,true,true,false],[230,76,0,true,false,false],[230,78,0,true,true,false],[233,10,0,true,true,false],[236,22,0,true,false,false],[237,6,0,false,false,false],[239,79,0,true,true,false],[240,34,0,true,true,false],[240,40,0,true,false,false],[240,43,0,true,true,false],[240,47,0,true,false,false],[246,85,0,true,true,false],[248,10,0,true,true,false],[249,85,0,true,true,false],[251,10,0,true,true,false],[252,83,0,true,true,false],[254,10,0,true,true,false],[255,83,0,true,true,false],[257,10,0,true,true,false],[259,19,0,true,false,false],[260,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":196,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":0,"notcovered":66,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift","mcdc_records":[],"segments":[[8,63,41,true,true,false],[9,54,0,true,true,false],[9,57,41,true,false,false],[10,84,0,true,true,false],[10,91,41,true,false,false],[11,6,0,false,false,false],[14,64,13,true,true,false],[15,40,0,true,true,false],[15,43,13,true,false,false],[16,6,0,false,false,false],[19,58,2,true,true,false],[22,37,0,true,true,false],[22,55,2,true,true,false],[24,50,1,true,true,false],[26,10,1,true,true,false],[28,63,1,true,true,false],[30,10,0,true,true,false],[32,69,0,true,true,false],[34,10,0,true,true,false],[36,23,2,true,false,false],[37,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":3,"percent":50},"instantiations":{"count":6,"covered":3,"percent":50},"lines":{"count":29,"covered":20,"percent":68.965517241379317},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":7,"notcovered":7,"percent":50}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift","mcdc_records":[],"segments":[[23,61,0,true,true,false],[23,66,0,false,false,false],[25,72,0,true,true,false],[25,76,0,false,false,false],[29,29,0,true,true,false],[31,6,0,false,false,false],[36,30,0,true,true,false],[37,45,0,true,true,false],[37,55,0,true,true,false],[40,12,0,true,true,false],[40,42,0,true,false,false],[40,43,0,true,true,false],[43,10,0,true,true,false],[54,53,0,true,true,false],[62,10,0,true,false,false],[63,6,0,false,false,false],[66,35,0,true,true,false],[69,6,0,false,false,false],[72,51,0,true,true,false],[76,6,0,false,false,false],[79,37,0,true,true,false],[81,6,0,false,false,false],[92,7,0,true,true,false],[95,14,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false],[105,15,0,true,true,false],[108,6,0,false,false,false],[110,84,0,true,true,false],[112,14,0,true,true,false],[113,95,0,true,true,false],[113,106,0,true,false,false],[118,6,0,false,false,false],[124,7,0,true,true,false],[126,14,0,true,true,false],[127,95,0,true,true,false],[127,106,0,true,false,false],[128,28,0,true,true,false],[132,14,0,true,false,false],[132,20,0,true,true,false],[136,14,0,true,false,false],[138,6,0,false,false,false],[146,74,0,true,true,false],[147,14,0,true,true,false],[149,10,0,true,false,false],[150,6,0,false,false,false],[155,58,0,true,true,false],[173,6,0,false,false,false],[176,41,0,true,true,false],[186,12,0,true,true,false],[186,26,0,true,false,false],[186,27,0,true,true,false],[188,10,0,true,false,false],[188,16,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":149,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":31,"covered":0,"notcovered":31,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserFeedbackService.swift","mcdc_records":[],"segments":[[4,39,0,true,true,false],[10,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":7,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift","mcdc_records":[],"segments":[[14,45,1,true,true,false],[14,89,0,false,false,false],[15,31,1,true,true,false],[15,63,0,false,false,false],[18,49,1,true,true,false],[18,52,0,false,false,false],[37,61,1,true,true,false],[41,12,1,true,true,false],[41,42,1,true,false,false],[41,43,1,true,true,false],[47,10,0,true,true,false],[54,6,0,false,false,false],[57,41,3,true,true,false],[58,31,3,true,true,false],[58,41,0,true,true,false],[60,31,0,true,true,false],[60,41,0,true,true,false],[62,64,0,true,true,false],[64,18,0,true,true,false],[66,14,0,true,false,false],[68,6,0,false,false,false],[72,39,0,true,true,false],[73,31,0,true,true,false],[73,41,0,true,true,false],[111,6,0,false,false,false],[115,38,0,true,true,false],[116,104,0,true,true,false],[118,33,0,true,true,false],[120,14,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[125,38,0,true,true,false],[127,37,0,true,true,false],[129,10,0,true,true,false],[131,6,0,false,false,false],[133,69,0,true,true,false],[134,80,0,true,true,false],[136,10,0,true,true,false],[139,20,0,true,false,false],[140,6,0,false,false,false],[142,40,0,true,true,false],[144,61,0,true,true,false],[146,10,0,true,true,false],[147,21,0,true,false,false],[148,6,0,false,false,false],[154,7,0,true,true,false],[155,31,0,true,true,false],[155,41,0,true,true,false],[156,53,0,true,true,false],[156,63,0,true,true,false],[157,12,0,true,true,false],[157,31,0,true,false,false],[157,47,0,true,true,false],[157,57,0,true,true,false],[158,51,0,true,true,false],[158,61,0,true,true,false],[169,6,0,false,false,false],[172,61,0,true,true,false],[181,6,0,false,false,false],[187,71,0,true,true,false],[188,37,0,true,true,false],[188,47,0,true,true,false],[189,33,0,true,true,false],[190,20,0,true,true,false],[190,23,0,true,false,false],[191,13,0,true,true,false],[191,92,0,true,false,false],[192,13,0,true,true,false],[192,85,0,true,false,false],[193,13,0,true,true,false],[193,68,0,true,false,false],[194,13,0,true,true,false],[194,74,0,true,false,false],[205,6,0,false,false,false],[207,65,0,true,true,false],[215,6,0,false,false,false],[217,72,0,true,true,false],[226,6,0,false,false,false],[229,47,0,true,true,false],[238,6,0,false,false,false],[245,7,0,true,true,false],[247,16,0,true,true,false],[247,22,0,true,false,false],[248,9,0,true,true,false],[249,88,0,true,false,false],[250,9,0,true,true,false],[251,83,0,true,false,false],[252,9,0,true,true,false],[253,93,0,true,false,false],[254,9,0,true,true,false],[255,91,0,true,false,false],[256,9,0,true,true,false],[257,38,0,true,true,false],[259,14,0,true,false,false],[260,9,0,true,true,false],[261,18,0,true,false,false],[262,10,0,true,true,false],[264,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":5,"percent":23.809523809523807},"instantiations":{"count":21,"covered":5,"percent":23.809523809523807},"lines":{"count":218,"covered":16,"percent":7.3394495412844041},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":8,"notcovered":55,"percent":12.698412698412698}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift","mcdc_records":[],"segments":[[25,34,1,true,true,false],[26,22,13,true,true,false],[26,32,1,true,false,false],[27,6,0,false,false,false],[56,43,0,true,true,false],[56,48,0,false,false,false],[59,33,0,true,true,false],[59,34,0,false,false,false],[60,36,0,true,true,false],[60,37,0,false,false,false],[63,34,0,true,true,false],[63,39,0,false,false,false],[67,20,0,true,true,false],[67,22,0,false,false,false],[73,49,0,true,true,false],[75,6,0,false,false,false],[79,47,0,true,true,false],[81,6,0,false,false,false],[87,53,0,true,true,false],[88,36,0,true,true,false],[91,10,0,true,true,false],[97,12,0,true,true,false],[97,43,0,true,false,false],[97,44,0,true,true,false],[100,10,0,true,true,false],[105,47,0,true,true,false],[111,16,0,true,true,false],[111,57,0,true,false,false],[111,58,0,true,true,false],[114,14,0,true,true,false],[115,10,0,true,true,false],[120,21,0,true,false,false],[121,6,0,false,false,false],[124,51,0,true,true,false],[125,45,0,true,true,false],[125,55,0,true,true,false],[131,6,0,false,false,false],[139,65,0,true,true,false],[143,47,0,true,true,false],[147,10,0,true,true,false],[150,12,0,true,true,false],[150,29,0,true,false,false],[150,30,0,true,true,false],[152,16,0,true,true,false],[152,24,0,true,false,false],[152,25,0,true,true,false],[154,14,0,true,false,false],[156,10,0,true,true,false],[159,12,0,true,true,false],[159,36,0,true,false,false],[159,37,0,true,true,false],[161,16,0,true,true,false],[161,24,0,true,false,false],[161,25,0,true,true,false],[163,14,0,true,false,false],[165,10,0,true,true,false],[166,12,0,true,true,false],[166,40,0,true,false,false],[166,41,0,true,true,false],[168,16,0,true,true,false],[168,24,0,true,false,false],[168,25,0,true,true,false],[170,14,0,true,false,false],[172,10,0,true,true,false],[175,12,0,true,true,false],[175,34,0,true,false,false],[175,35,0,true,true,false],[177,16,0,true,true,false],[177,24,0,true,false,false],[177,51,0,true,true,false],[179,14,0,true,false,false],[181,10,0,true,true,false],[182,12,0,true,true,false],[182,38,0,true,false,false],[182,39,0,true,true,false],[184,16,0,true,true,false],[184,24,0,true,false,false],[184,51,0,true,true,false],[186,14,0,true,false,false],[188,10,0,true,true,false],[191,68,0,true,true,false],[195,10,0,true,true,false],[202,71,0,true,true,false],[206,10,0,true,true,false],[214,12,0,true,true,false],[214,20,0,true,false,false],[214,21,0,true,true,false],[216,10,0,true,false,false],[218,6,0,false,false,false],[221,58,0,true,true,false],[225,6,0,false,false,false],[228,59,0,true,true,false],[231,6,0,false,false,false],[235,120,0,true,true,false],[243,16,0,true,true,false],[243,24,0,true,false,false],[244,9,0,true,true,false],[245,72,0,true,false,false],[247,9,0,true,true,false],[248,84,0,true,false,false],[250,9,0,true,true,false],[252,16,0,true,true,false],[252,64,0,true,false,false],[252,65,0,true,true,false],[253,49,0,true,true,false],[255,18,0,true,true,false],[256,14,0,true,true,false],[257,32,0,true,false,false],[259,9,0,true,true,false],[263,106,0,true,false,false],[265,9,0,true,true,false],[266,89,0,true,false,false],[268,9,0,true,true,false],[269,101,0,true,false,false],[271,9,0,true,true,false],[272,76,0,true,false,false],[274,9,0,true,true,false],[275,88,0,true,false,false],[277,9,0,true,true,false],[279,32,0,true,false,false],[281,6,0,false,false,false],[285,44,0,true,true,false],[287,6,0,false,false,false],[289,48,0,true,true,false],[291,6,0,false,false,false],[297,65,0,true,true,false],[299,52,0,true,true,false],[303,16,0,true,true,false],[303,40,0,true,false,false],[303,41,0,true,true,false],[308,14,0,true,false,false],[310,10,0,true,true,false],[312,78,0,true,true,false],[315,10,0,true,true,false],[317,49,0,true,true,false],[317,58,0,true,false,false],[318,9,0,true,true,false],[319,46,0,true,false,false],[320,9,0,true,true,false],[321,50,0,true,false,false],[322,10,0,true,true,false],[324,48,0,true,true,false],[327,10,0,true,true,false],[331,12,0,true,true,false],[331,19,0,true,false,false],[331,20,0,true,true,false],[335,10,0,true,false,false],[338,6,0,false,false,false],[340,65,0,true,true,false],[342,55,0,true,true,false],[342,59,0,true,false,false],[342,62,0,true,true,false],[342,66,0,true,false,false],[344,73,0,true,true,false],[344,83,0,true,true,false],[346,99,0,true,true,false],[349,10,0,true,false,false],[351,98,0,true,true,false],[354,10,0,true,false,false],[355,6,0,false,false,false],[359,46,0,true,true,false],[361,6,0,false,false,false],[363,50,0,true,true,false],[365,6,0,false,false,false],[367,53,0,true,true,false],[368,68,0,true,true,false],[371,10,0,true,true,false],[374,38,0,true,true,false],[377,10,0,true,true,false],[382,14,0,true,true,false],[385,10,0,true,true,false],[414,58,0,true,false,false],[415,6,0,false,false,false],[419,41,0,true,true,false],[420,61,0,true,true,false],[423,10,0,true,true,false],[431,71,0,true,false,false],[432,6,0,false,false,false],[437,63,0,true,true,false],[439,75,0,true,true,false],[441,10,0,true,true,false],[450,69,0,true,true,false],[452,10,0,true,true,false],[459,14,0,true,true,false],[461,10,0,true,true,false],[465,68,0,true,true,false],[467,10,0,true,true,false],[469,33,0,true,false,false],[470,6,0,false,false,false],[472,71,0,true,true,false],[476,72,0,true,true,false],[478,10,0,true,true,false],[482,24,0,true,false,false],[483,6,0,false,false,false],[485,66,0,true,true,false],[489,64,0,true,true,false],[491,10,0,true,true,false],[495,20,0,true,false,false],[496,6,0,false,false,false],[498,79,0,true,true,false],[500,64,0,true,true,false],[503,10,0,true,true,false],[508,75,0,true,true,false],[510,10,0,true,true,false],[516,66,0,true,true,false],[518,10,0,true,true,false],[522,48,0,true,true,false],[522,70,0,true,false,false],[524,12,0,true,true,false],[524,19,0,true,false,false],[524,20,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[528,10,0,true,false,false],[531,6,0,false,false,false],[536,63,0,true,true,false],[541,40,0,true,true,false],[543,16,0,true,true,false],[544,17,0,true,true,false],[544,63,0,true,false,false],[545,13,0,true,true,false],[547,14,0,true,true,false],[548,10,0,true,true,false],[551,29,0,true,false,false],[552,6,0,false,false,false],[555,65,0,true,true,false],[556,40,0,true,true,false],[559,16,0,true,true,false],[560,17,0,true,true,false],[560,69,0,true,false,false],[561,13,0,true,true,false],[563,14,0,true,true,false],[564,10,0,true,true,false],[566,29,0,true,false,false],[567,6,0,false,false,false],[571,84,0,true,true,false],[573,6,0,false,false,false],[576,84,0,true,true,false],[578,6,0,false,false,false],[581,92,0,true,true,false],[585,6,0,false,false,false],[588,76,0,true,true,false],[597,6,0,false,false,false],[600,108,0,true,true,false],[602,13,0,true,true,false],[602,63,0,true,false,false],[603,13,0,true,true,false],[603,57,0,true,false,false],[604,13,0,true,true,false],[604,59,0,true,false,false],[605,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":2,"percent":5},"instantiations":{"count":40,"covered":2,"percent":5},"lines":{"count":482,"covered":4,"percent":0.82987551867219922},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":159,"covered":2,"notcovered":157,"percent":1.257861635220126}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift","mcdc_records":[],"segments":[[15,73,0,true,true,false],[19,10,0,false,false,false],[28,19,1,true,true,false],[29,51,0,true,true,false],[29,73,1,true,false,false],[30,40,0,true,true,false],[30,47,1,true,false,false],[34,9,1,true,true,false],[36,10,0,true,true,false],[40,9,0,true,true,false],[42,10,0,true,true,false],[44,18,1,true,false,false],[45,6,0,false,false,false],[47,80,2,true,true,false],[51,6,0,false,false,false],[53,60,2,true,true,false],[55,36,33,true,true,false],[55,47,2,true,false,false],[56,18,5,true,true,false],[56,72,2,true,false,false],[57,21,5,true,true,false],[57,38,5,true,true,false],[57,56,5,true,false,false],[57,58,2,true,false,false],[58,6,0,false,false,false],[60,55,0,true,true,false],[62,25,0,true,true,false],[62,69,0,true,false,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":7,"percent":58.333333333333336},"instantiations":{"count":12,"covered":7,"percent":58.333333333333336},"lines":{"count":46,"covered":25,"percent":54.347826086956516},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":8,"notcovered":8,"percent":50}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift","mcdc_records":[],"segments":[[18,46,0,true,true,false],[18,48,0,false,false,false],[19,45,0,true,true,false],[19,50,0,false,false,false],[21,46,0,true,true,false],[21,51,0,false,false,false],[26,25,0,true,true,false],[27,28,0,true,true,false],[34,24,0,true,true,false],[36,14,0,true,false,false],[45,43,0,true,true,false],[46,28,0,true,true,false],[46,41,0,true,false,false],[46,43,0,true,true,false],[50,14,0,true,false,false],[56,6,0,false,false,false],[60,42,0,true,true,false],[61,29,0,true,true,false],[78,10,0,true,false,false],[82,6,0,false,false,false],[86,43,0,true,true,false],[87,50,0,true,true,false],[99,10,0,true,false,false],[101,6,0,false,false,false],[103,47,0,true,true,false],[104,49,0,true,true,false],[112,53,0,true,true,false],[117,14,0,true,false,false],[126,6,0,false,false,false],[128,59,0,true,true,false],[129,45,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[138,44,0,true,true,false],[139,49,0,true,true,false],[144,53,0,true,true,false],[149,14,0,true,false,false],[163,6,0,false,false,false],[165,47,0,true,true,false],[166,49,0,true,true,false],[170,20,0,true,true,false],[176,20,0,true,true,false],[176,32,0,true,false,false],[176,33,0,true,true,false],[179,18,0,true,true,false],[180,14,0,true,false,false],[182,44,0,true,true,false],[187,14,0,true,true,false],[189,20,0,true,true,false],[197,14,0,true,false,false],[200,6,0,false,false,false],[202,41,0,true,true,false],[203,28,0,true,true,false],[207,53,0,true,true,false],[213,14,0,true,false,false],[219,6,0,false,false,false],[223,42,0,true,true,false],[224,29,0,true,true,false],[225,20,0,true,true,false],[232,14,0,true,false,false],[234,33,0,true,true,false],[235,44,0,true,true,false],[237,18,0,true,false,false],[243,34,0,true,true,false],[245,18,0,true,false,false],[249,43,0,true,true,false],[250,26,0,true,true,false],[252,22,0,true,false,false],[255,50,0,true,true,false],[255,62,0,true,false,false],[260,6,0,false,false,false],[264,37,0,true,true,false],[265,16,0,true,true,false],[265,36,0,true,false,false],[265,38,0,true,true,false],[265,83,0,true,false,false],[276,12,0,true,true,false],[276,26,0,true,false,false],[276,27,0,true,true,false],[278,16,0,true,true,false],[279,74,0,true,true,false],[281,20,0,true,true,false],[281,33,0,true,false,false],[281,34,0,true,true,false],[283,18,0,true,false,false],[288,21,0,true,true,false],[291,14,0,true,true,false],[292,10,0,true,false,false],[292,16,0,true,true,false],[293,54,0,true,true,false],[293,71,0,true,false,false],[294,105,0,true,true,false],[294,114,0,true,false,false],[295,10,0,true,true,false],[296,6,0,false,false,false],[298,34,0,true,true,false],[299,12,0,true,true,false],[299,25,0,true,false,false],[299,26,0,true,true,false],[301,10,0,true,false,false],[304,6,0,false,false,false],[306,31,0,true,true,false],[307,12,0,true,true,false],[307,25,0,true,false,false],[307,26,0,true,true,false],[309,10,0,true,false,false],[312,6,0,false,false,false],[317,39,2,true,true,false],[319,6,0,false,false,false],[322,39,2,true,true,false],[324,6,0,false,false,false],[330,38,1,true,true,false],[331,52,0,true,true,false],[331,69,1,true,false,false],[332,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":3,"percent":6.25},"instantiations":{"count":49,"covered":3,"percent":6.1224489795918364},"lines":{"count":566,"covered":9,"percent":1.5901060070671376},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":3,"notcovered":64,"percent":4.4776119402985071}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift","mcdc_records":[],"segments":[[7,49,0,true,true,false],[7,69,0,false,false,false],[8,52,0,true,true,false],[8,82,0,false,false,false],[10,29,0,true,true,false],[10,48,0,false,false,false],[11,31,0,true,true,false],[11,78,0,false,false,false],[14,45,0,true,true,false],[14,50,0,false,false,false],[15,38,0,true,true,false],[15,43,0,false,false,false],[17,55,0,true,true,false],[17,62,0,false,false,false],[19,25,0,true,true,false],[20,20,0,true,true,false],[21,32,0,true,true,false],[43,14,0,true,false,false],[52,15,0,true,true,false],[55,10,0,true,false,false],[56,6,0,false,false,false],[58,42,0,true,true,false],[59,29,0,true,true,false],[60,54,0,true,true,false],[66,14,0,true,true,false],[72,32,0,true,true,false],[81,64,0,true,true,false],[85,18,0,true,true,false],[86,14,0,true,false,false],[94,6,0,false,false,false],[96,42,0,true,true,false],[97,50,0,true,true,false],[100,54,0,true,true,false],[119,48,0,true,true,false],[123,86,0,true,true,false],[123,92,0,true,false,false],[123,95,0,true,true,false],[123,102,0,true,false,false],[129,84,0,true,true,false],[129,90,0,true,false,false],[129,93,0,true,true,false],[129,100,0,true,false,false],[131,18,0,true,true,false],[133,38,0,true,true,false],[138,18,0,true,true,false],[139,14,0,true,false,false],[150,32,0,true,true,false],[151,24,0,true,true,false],[152,26,0,true,true,false],[152,47,0,true,false,false],[153,26,0,true,true,false],[154,41,0,true,true,false],[154,52,0,true,false,false],[154,55,0,true,true,false],[154,64,0,true,false,false],[161,24,0,true,true,false],[162,26,0,true,true,false],[162,57,0,true,false,false],[163,26,0,true,true,false],[164,48,0,true,true,false],[164,63,0,true,false,false],[164,66,0,true,true,false],[164,75,0,true,false,false],[174,6,0,false,false,false],[176,43,0,true,true,false],[177,50,0,true,true,false],[181,22,0,true,true,false],[181,69,0,true,false,false],[182,22,0,true,true,false],[182,71,0,true,false,false],[186,53,0,true,true,false],[191,69,0,true,true,false],[192,53,0,true,true,false],[194,22,0,true,false,false],[206,20,0,true,true,false],[208,14,0,true,false,false],[208,22,0,true,true,false],[211,14,0,true,false,false],[218,6,0,false,false,false],[220,41,0,true,true,false],[221,50,0,true,true,false],[245,32,0,true,true,false],[246,44,0,true,true,false],[248,18,0,true,false,false],[252,37,0,true,true,false],[254,18,0,true,false,false],[258,41,0,true,true,false],[260,18,0,true,false,false],[267,6,0,false,false,false],[269,47,0,true,true,false],[270,50,0,true,true,false],[280,10,0,true,false,false],[283,6,0,false,false,false],[285,42,0,true,true,false],[286,28,0,true,true,false],[295,10,0,true,false,false],[298,6,0,false,false,false],[300,43,0,true,true,false],[303,6,0,false,false,false],[305,61,0,true,true,false],[310,6,0,false,false,false],[312,85,0,true,true,false],[313,16,0,true,true,false],[323,10,0,true,false,false],[324,6,0,false,false,false],[326,42,0,true,true,false],[327,48,0,true,true,false],[329,10,0,true,true,false],[331,12,0,true,true,false],[331,42,0,true,false,false],[331,43,0,true,true,false],[333,10,0,true,true,false],[334,25,0,true,false,false],[335,6,0,false,false,false],[337,42,0,true,true,false],[338,48,0,true,true,false],[340,10,0,true,true,false],[341,49,0,true,true,false],[341,55,0,true,false,false],[341,58,0,true,true,false],[341,65,0,true,false,false],[342,6,0,false,false,false],[344,46,0,true,true,false],[345,48,0,true,true,false],[347,10,0,true,true,false],[348,52,0,true,true,false],[348,61,0,true,false,false],[348,64,0,true,true,false],[348,81,0,true,false,false],[349,6,0,false,false,false],[351,46,0,true,true,false],[352,48,0,true,true,false],[354,10,0,true,true,false],[355,52,0,true,true,false],[355,58,0,true,false,false],[355,61,0,true,true,false],[355,68,0,true,false,false],[356,6,0,false,false,false],[358,56,0,true,true,false],[359,59,0,true,true,false],[359,64,0,true,false,false],[359,67,0,true,true,false],[359,74,0,true,false,false],[360,6,0,false,false,false],[362,68,0,true,true,false],[364,49,0,true,true,false],[369,10,0,true,true,false],[370,25,0,true,false,false],[371,6,0,false,false,false],[374,46,0,true,true,false],[381,6,0,false,false,false],[384,36,0,true,true,false],[389,12,0,true,true,false],[389,26,0,true,false,false],[389,27,0,true,true,false],[391,10,0,true,false,false],[391,16,0,true,true,false],[392,53,0,true,true,false],[392,84,0,true,false,false],[397,6,0,false,false,false],[399,47,0,true,true,false],[404,51,0,true,true,false],[404,60,0,true,false,false],[408,40,0,true,true,false],[415,10,0,true,false,false],[421,6,0,false,false,false],[423,38,0,true,true,false],[428,6,0,false,false,false],[430,37,0,true,true,false],[434,12,0,true,true,false],[434,18,0,true,false,false],[434,19,0,true,true,false],[436,10,0,true,false,false],[436,16,0,true,true,false],[438,10,0,true,false,false],[439,6,0,false,false,false],[441,64,0,true,true,false],[443,12,0,true,true,false],[443,23,0,true,false,false],[443,24,0,true,true,false],[445,10,0,true,true,false],[446,12,0,true,true,false],[446,24,0,true,false,false],[446,25,0,true,true,false],[448,10,0,true,true,false],[450,33,0,true,false,false],[451,6,0,false,false,false],[458,20,0,true,true,false],[458,32,0,false,false,false],[469,25,0,true,true,false],[470,16,0,true,true,false],[471,51,0,true,true,false],[473,14,0,true,false,false],[474,18,0,true,true,false],[475,20,0,true,true,false],[482,14,0,true,false,false],[497,18,0,true,true,false],[498,16,0,true,true,false],[498,24,0,true,false,false],[498,25,0,true,true,false],[500,14,0,true,false,false],[500,20,0,true,true,false],[502,14,0,true,false,false],[504,6,0,false,false,false],[516,25,0,true,true,false],[517,16,0,true,true,false],[518,51,0,true,true,false],[520,14,0,true,false,false],[521,18,0,true,true,false],[522,33,0,true,true,false],[523,57,0,true,true,false],[524,40,0,true,true,false],[538,22,0,true,false,false],[563,18,0,true,true,false],[564,16,0,true,true,false],[564,24,0,true,false,false],[564,25,0,true,true,false],[566,14,0,true,false,false],[566,20,0,true,true,false],[568,14,0,true,false,false],[570,6,0,false,false,false],[580,20,0,true,true,false],[580,22,0,false,false,false],[582,17,0,true,true,false],[583,40,0,true,true,false],[587,10,0,true,true,false],[611,11,0,true,true,false],[612,18,0,true,true,false],[614,14,0,true,false,false],[620,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":78,"covered":0,"percent":0},"instantiations":{"count":78,"covered":0,"percent":0},"lines":{"count":1127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":138,"covered":0,"notcovered":138,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift","mcdc_records":[],"segments":[[6,51,0,true,true,false],[14,6,0,false,false,false],[16,54,0,true,true,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift","mcdc_records":[],"segments":[[16,25,0,true,true,false],[27,6,0,false,false,false],[30,43,0,true,true,false],[31,16,0,true,true,false],[33,32,0,true,true,false],[35,65,0,true,true,false],[35,93,0,true,false,false],[35,96,0,true,true,false],[35,113,0,true,false,false],[45,44,0,true,true,false],[48,54,0,true,true,false],[48,58,0,true,false,false],[48,61,0,true,true,false],[48,71,0,true,false,false],[50,14,0,true,true,false],[55,20,0,true,true,false],[57,14,0,true,false,false],[57,22,0,true,true,false],[59,14,0,true,false,false],[61,48,0,true,true,false],[61,65,0,true,false,false],[61,68,0,true,true,false],[61,78,0,true,false,false],[62,37,0,true,true,false],[62,53,0,true,false,false],[62,56,0,true,true,false],[62,72,0,true,false,false],[64,6,0,false,false,false],[74,46,0,true,true,false],[75,12,0,true,true,false],[75,21,0,true,false,false],[75,22,0,true,true,false],[77,10,0,true,false,false],[77,16,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false],[90,46,0,true,true,false],[91,12,0,true,true,false],[91,30,0,true,false,false],[91,31,0,true,true,false],[93,10,0,true,false,false],[93,45,0,true,true,false],[95,10,0,true,false,false],[95,16,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":114,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift","mcdc_records":[],"segments":[[17,44,0,true,true,false],[17,49,0,false,false,false],[18,42,0,true,true,false],[18,47,0,false,false,false],[19,50,0,true,true,false],[19,51,0,false,false,false],[20,57,0,true,true,false],[20,60,0,false,false,false],[21,57,0,true,true,false],[21,65,0,false,false,false],[23,52,0,true,true,false],[23,53,0,false,false,false],[25,32,0,true,true,false],[25,102,0,false,false,false],[35,42,0,true,true,false],[35,44,0,false,false,false],[36,43,0,true,true,false],[36,45,0,false,false,false],[38,25,0,true,true,false],[39,24,0,true,true,false],[39,35,0,true,false,false],[39,37,0,true,true,false],[40,20,0,true,true,false],[42,20,0,true,true,false],[42,33,0,true,false,false],[42,34,0,true,true,false],[46,73,0,true,true,false],[46,74,0,true,false,false],[46,77,0,true,true,false],[46,78,0,true,false,false],[48,24,0,true,true,false],[51,73,0,true,true,false],[51,74,0,true,false,false],[51,77,0,true,true,false],[51,78,0,true,false,false],[63,34,0,true,true,false],[63,37,0,true,false,false],[63,40,0,true,true,false],[63,43,0,true,false,false],[65,18,0,true,true,false],[67,10,0,true,false,false],[73,6,0,false,false,false],[78,42,0,true,true,false],[80,16,0,true,true,false],[81,54,0,true,true,false],[82,24,0,true,true,false],[82,29,0,true,false,false],[83,17,0,true,true,false],[86,35,0,true,true,false],[91,26,0,true,false,false],[94,17,0,true,true,false],[96,46,0,true,false,false],[97,17,0,true,true,false],[98,27,0,true,true,false],[99,28,0,true,true,false],[99,45,0,true,false,false],[99,46,0,true,true,false],[102,26,0,true,false,false],[102,32,0,true,true,false],[105,26,0,true,false,false],[108,18,0,true,true,false],[109,14,0,true,false,false],[109,20,0,true,true,false],[113,31,0,true,true,false],[117,22,0,true,false,false],[120,14,0,true,true,false],[121,10,0,true,false,false],[124,50,0,true,true,false],[126,42,0,true,true,false],[130,14,0,true,false,false],[130,20,0,true,true,false],[131,20,0,true,true,false],[131,46,0,true,false,false],[131,47,0,true,true,false],[135,18,0,true,false,false],[138,34,0,true,true,false],[139,20,0,true,true,false],[139,34,0,true,false,false],[140,13,0,true,true,false],[141,93,0,true,false,false],[142,13,0,true,true,false],[143,51,0,true,true,false],[143,60,0,true,true,false],[149,20,0,true,true,false],[149,32,0,true,true,false],[149,50,0,true,false,false],[149,51,0,true,true,false],[153,18,0,true,false,false],[154,13,0,true,true,false],[155,22,0,true,false,false],[156,14,0,true,true,false],[157,10,0,true,false,false],[158,6,0,false,false,false],[161,40,0,true,true,false],[162,58,0,true,true,false],[162,75,0,true,true,false],[163,16,0,true,true,false],[163,21,0,true,false,false],[164,9,0,true,true,false],[164,42,0,true,false,false],[165,9,0,true,true,false],[165,40,0,true,false,false],[166,9,0,true,true,false],[166,72,0,true,true,false],[166,79,0,true,false,false],[166,82,0,true,true,false],[166,91,0,true,false,false],[168,6,0,false,false,false],[172,40,0,true,true,false],[173,58,0,true,true,false],[173,80,0,true,true,false],[174,16,0,true,true,false],[174,21,0,true,false,false],[175,9,0,true,true,false],[176,49,0,true,false,false],[177,9,0,true,true,false],[178,44,0,true,false,false],[179,9,0,true,true,false],[180,40,0,true,true,false],[180,62,0,true,false,false],[180,65,0,true,true,false],[180,90,0,true,false,false],[182,6,0,false,false,false],[184,37,0,true,true,false],[185,58,0,true,true,false],[185,74,0,true,true,false],[186,16,0,true,true,false],[186,21,0,true,false,false],[187,9,0,true,true,false],[187,35,0,true,false,false],[188,9,0,true,true,false],[188,59,0,true,false,false],[189,9,0,true,true,false],[189,37,0,true,false,false],[191,6,0,false,false,false],[193,36,0,true,true,false],[194,58,0,true,true,false],[194,98,0,true,true,false],[195,16,0,true,true,false],[195,21,0,true,false,false],[196,9,0,true,true,false],[197,49,0,true,false,false],[198,9,0,true,true,false],[199,44,0,true,false,false],[200,9,0,true,true,false],[201,40,0,true,true,false],[201,62,0,true,false,false],[201,65,0,true,true,false],[201,90,0,true,false,false],[203,6,0,false,false,false],[205,34,0,true,true,false],[206,58,0,true,true,false],[206,84,0,true,true,false],[207,16,0,true,true,false],[207,21,0,true,false,false],[208,9,0,true,true,false],[209,35,0,true,false,false],[210,9,0,true,true,false],[211,31,0,true,false,false],[212,9,0,true,true,false],[213,40,0,true,true,false],[213,49,0,true,false,false],[213,52,0,true,true,false],[213,64,0,true,false,false],[215,6,0,false,false,false],[217,36,0,true,true,false],[218,58,0,true,true,false],[218,98,0,true,true,false],[219,16,0,true,true,false],[219,21,0,true,false,false],[220,9,0,true,true,false],[221,49,0,true,false,false],[222,9,0,true,true,false],[223,44,0,true,false,false],[224,9,0,true,true,false],[225,40,0,true,true,false],[225,62,0,true,false,false],[225,65,0,true,true,false],[225,90,0,true,false,false],[227,6,0,false,false,false],[229,44,0,true,true,false],[230,58,0,true,true,false],[230,92,0,true,true,false],[231,16,0,true,true,false],[231,21,0,true,false,false],[232,9,0,true,true,false],[233,44,0,true,false,false],[234,9,0,true,true,false],[235,40,0,true,false,false],[236,9,0,true,true,false],[237,40,0,true,true,false],[237,68,0,true,false,false],[237,71,0,true,true,false],[237,92,0,true,false,false],[239,6,0,false,false,false],[243,32,0,true,true,false],[259,50,0,true,true,false],[260,20,0,true,true,false],[260,25,0,true,false,false],[261,13,0,true,true,false],[263,96,0,true,false,false],[264,13,0,true,true,false],[265,106,0,true,false,false],[266,13,0,true,true,false],[269,18,0,true,false,false],[270,14,0,true,true,false],[271,10,0,true,false,false],[271,16,0,true,true,false],[273,10,0,true,true,false],[274,6,0,false,false,false],[284,25,0,true,true,false],[290,6,0,false,false,false],[296,36,0,true,true,false],[311,36,0,true,true,false],[312,33,0,true,true,false],[313,24,0,true,true,false],[320,18,0,true,false,false],[322,24,0,true,true,false],[329,18,0,true,false,false],[331,24,0,true,true,false],[338,18,0,true,false,false],[340,24,0,true,true,false],[347,18,0,true,false,false],[351,20,0,true,true,false],[362,14,0,true,false,false],[371,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":592,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":134,"covered":0,"notcovered":134,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift","mcdc_records":[],"segments":[[5,34,0,true,true,false],[14,20,0,true,true,false],[21,14,0,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":33,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift","mcdc_records":[],"segments":[[5,25,0,true,true,false],[6,28,0,true,true,false],[7,77,0,true,true,false],[9,14,0,true,false,false],[10,77,0,true,true,false],[12,14,0,true,false,false],[13,77,0,true,true,false],[15,14,0,true,false,false],[20,6,0,false,false,false],[22,89,0,true,true,false],[23,32,0,true,true,false],[25,10,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":46,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift","mcdc_records":[],"segments":[[10,66,0,true,true,false],[11,41,0,true,true,false],[12,67,0,true,true,false],[14,14,0,true,true,false],[15,25,0,true,false,false],[19,12,0,true,true,false],[19,28,0,true,false,false],[19,29,0,true,true,false],[20,80,0,true,true,false],[22,14,0,true,false,false],[25,12,0,true,true,false],[25,27,0,true,false,false],[25,89,0,true,true,false],[26,55,0,true,true,false],[26,85,0,true,false,false],[32,6,0,false,false,false],[34,55,0,true,true,false],[35,14,0,true,true,false],[41,45,0,true,true,false],[41,51,0,true,false,false],[41,54,0,true,true,false],[41,63,0,true,true,false],[41,74,0,true,false,false],[60,6,0,false,false,false],[68,7,0,true,true,false],[70,62,0,true,true,false],[70,73,0,true,false,false],[70,78,0,true,true,false],[70,83,0,true,false,false],[71,52,0,true,true,false],[71,58,0,true,false,false],[78,6,0,false,false,false],[80,47,0,true,true,false],[82,12,0,true,true,false],[82,56,0,true,false,false],[82,57,0,true,true,false],[83,18,0,true,true,false],[86,32,0,true,true,false],[88,22,0,true,false,false],[89,31,0,true,true,false],[91,22,0,true,false,false],[95,10,0,true,true,false],[96,14,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[102,51,0,true,true,false],[103,12,0,true,true,false],[103,34,0,true,false,false],[103,35,0,true,true,false],[106,10,0,true,false,false],[108,50,0,true,true,false],[108,60,0,true,true,false],[110,42,0,true,true,false],[110,49,0,true,true,false],[112,16,0,true,true,false],[112,23,0,true,false,false],[112,24,0,true,true,false],[114,14,0,true,false,false],[114,20,0,true,true,false],[116,14,0,true,false,false],[123,6,0,false,false,false],[127,34,0,true,true,false],[128,47,0,true,true,false],[128,57,0,true,true,false],[131,101,0,true,true,false],[135,10,0,true,false,false],[139,11,0,true,true,false],[141,18,0,true,true,false],[144,20,0,true,true,false],[144,41,0,true,false,false],[144,42,0,true,true,false],[147,24,0,true,true,false],[147,31,0,true,false,false],[147,32,0,true,true,false],[149,22,0,true,false,false],[149,28,0,true,true,false],[151,22,0,true,false,false],[159,11,0,true,true,false],[162,10,0,true,false,false],[167,11,0,true,true,false],[169,18,0,true,true,false],[172,14,0,true,false,false],[176,99,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[190,51,0,true,true,false],[193,12,0,true,true,false],[193,32,0,true,false,false],[193,77,0,true,true,false],[201,15,0,true,true,false],[203,22,0,true,true,false],[207,18,0,true,false,false],[211,10,0,true,true,false],[213,21,0,true,false,false],[214,6,0,false,false,false],[217,40,0,true,true,false],[218,47,0,true,true,false],[218,57,0,true,true,false],[224,11,0,true,true,false],[225,18,0,true,true,false],[225,68,0,true,false,false],[229,104,0,true,true,false],[231,18,0,true,true,false],[235,14,0,true,false,false],[241,11,0,true,true,false],[242,75,0,true,true,false],[243,22,0,true,true,false],[243,75,0,true,false,false],[246,6,0,false,false,false],[249,34,0,true,true,false],[254,14,0,true,true,false],[255,16,0,true,true,false],[257,125,0,true,true,false],[258,37,0,true,true,false],[260,18,0,true,false,false],[264,118,0,true,true,false],[270,18,0,true,true,false],[275,20,0,true,true,false],[275,38,0,true,false,false],[275,39,0,true,true,false],[277,118,0,true,true,false],[283,41,0,true,true,false],[287,22,0,true,false,false],[288,24,0,true,true,false],[290,41,0,true,true,false],[294,22,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,false,false],[296,21,0,true,true,false],[297,37,0,true,true,false],[300,18,0,true,false,false],[301,14,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":515,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":0,"notcovered":86,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift","mcdc_records":[],"segments":[[8,26,0,true,true,false],[10,103,0,true,true,false],[12,18,0,true,true,false],[12,41,0,true,false,false],[14,6,0,false,false,false],[16,30,0,true,true,false],[24,12,0,true,true,false],[24,35,0,true,false,false],[25,55,0,true,true,false],[25,95,0,true,false,false],[26,9,0,true,true,false],[28,33,0,true,true,false],[30,14,0,true,false,false],[38,43,0,true,true,false],[40,33,0,true,true,false],[42,14,0,true,false,false],[44,10,0,true,true,false],[48,24,0,true,true,false],[48,65,0,true,false,false],[49,22,0,true,true,false],[49,57,0,true,false,false],[51,6,0,false,false,false],[53,47,0,true,true,false],[55,6,0,false,false,false],[57,42,0,true,true,false],[59,66,0,true,true,false],[62,10,0,true,true,false],[65,81,0,true,true,false],[68,10,0,true,true,false],[71,77,0,true,true,false],[73,16,0,true,true,false],[73,43,0,true,false,false],[74,52,0,true,true,false],[74,88,0,true,false,false],[75,19,0,true,true,false],[75,49,0,true,false,false],[75,53,0,true,true,false],[75,83,0,true,false,false],[76,13,0,true,true,false],[79,22,0,true,true,false],[80,66,0,true,true,false],[82,18,0,true,false,false],[84,14,0,true,true,false],[85,10,0,true,true,false],[88,83,0,true,true,false],[92,10,0,true,true,false],[95,83,0,true,true,false],[107,10,0,true,true,false],[110,79,0,true,true,false],[122,10,0,true,true,false],[128,14,0,true,true,false],[129,51,0,true,true,false],[131,10,0,true,false,false],[132,6,0,false,false,false],[134,60,0,true,true,false],[138,6,0,false,false,false],[140,44,0,true,true,false],[141,53,0,true,true,false],[141,63,0,true,true,false],[144,60,0,true,true,false],[144,107,0,true,false,false],[144,110,0,true,true,false],[144,135,0,true,false,false],[146,6,0,false,false,false],[148,38,0,true,true,false],[150,6,0,false,false,false],[152,33,0,true,true,false],[153,12,0,true,true,false],[153,51,0,true,false,false],[153,52,0,true,true,false],[156,10,0,true,true,false],[158,58,0,true,true,false],[161,10,0,true,true,false],[164,12,0,true,true,false],[164,52,0,true,false,false],[164,53,0,true,true,false],[166,10,0,true,false,false],[169,6,0,false,false,false],[171,34,0,true,true,false],[172,12,0,true,true,false],[172,52,0,true,false,false],[172,53,0,true,true,false],[175,10,0,true,true,false],[177,58,0,true,true,false],[180,10,0,true,true,false],[183,12,0,true,true,false],[183,51,0,true,false,false],[183,52,0,true,true,false],[185,10,0,true,false,false],[188,6,0,false,false,false],[190,42,0,true,true,false],[192,12,0,true,true,false],[192,50,0,true,false,false],[192,93,0,true,true,false],[194,10,0,true,false,false],[195,12,0,true,true,false],[195,36,0,true,false,false],[195,37,0,true,true,false],[197,10,0,true,false,false],[198,12,0,true,true,false],[198,35,0,true,false,false],[198,36,0,true,true,false],[200,10,0,true,false,false],[201,34,0,true,true,false],[201,43,0,true,false,false],[201,46,0,true,true,false],[201,76,0,true,false,false],[202,6,0,false,false,false],[204,43,0,true,true,false],[206,12,0,true,true,false],[206,50,0,true,false,false],[206,94,0,true,true,false],[208,10,0,true,false,false],[209,12,0,true,true,false],[209,36,0,true,false,false],[209,37,0,true,true,false],[211,10,0,true,false,false],[212,12,0,true,true,false],[212,35,0,true,false,false],[212,36,0,true,true,false],[214,10,0,true,false,false],[215,34,0,true,true,false],[215,43,0,true,false,false],[215,46,0,true,true,false],[215,76,0,true,false,false],[216,6,0,false,false,false],[218,35,0,true,true,false],[220,12,0,true,true,false],[220,45,0,true,false,false],[220,46,0,true,true,false],[223,10,0,true,false,false],[224,6,0,false,false,false],[226,36,0,true,true,false],[228,12,0,true,true,false],[228,46,0,true,false,false],[228,47,0,true,true,false],[231,10,0,true,false,false],[232,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":238,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":84,"covered":0,"notcovered":84,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift","mcdc_records":[],"segments":[[19,25,0,true,true,false],[20,50,0,true,true,false],[21,16,0,true,true,false],[21,48,0,true,false,false],[21,66,0,true,true,false],[22,29,0,true,true,false],[24,18,0,true,false,false],[26,14,0,true,true,false],[28,80,0,true,true,false],[29,33,0,true,true,false],[29,56,0,true,false,false],[34,34,0,true,true,false],[34,70,0,true,false,false],[52,16,0,true,true,false],[52,52,0,true,false,false],[52,53,0,true,true,false],[54,32,0,true,true,false],[55,30,0,true,true,false],[60,32,0,true,true,false],[60,42,0,true,false,false],[60,43,0,true,true,false],[62,30,0,true,false,false],[67,14,0,true,true,false],[72,10,0,true,false,false],[73,6,0,false,false,false],[76,46,0,true,true,false],[78,12,0,true,true,false],[79,16,0,true,true,false],[79,68,0,true,false,false],[80,9,0,true,true,false],[81,20,0,true,true,false],[85,28,0,true,true,false],[86,32,0,true,true,false],[87,32,0,true,true,false],[87,65,0,true,false,false],[87,66,0,true,true,false],[93,30,0,true,false,false],[93,36,0,true,true,false],[95,30,0,true,false,false],[104,28,0,true,true,false],[104,80,0,true,false,false],[105,28,0,true,true,false],[105,61,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[115,53,0,true,true,false],[117,12,0,true,true,false],[117,46,0,true,false,false],[117,47,0,true,true,false],[118,67,0,true,true,false],[119,45,0,true,true,false],[119,66,0,true,false,false],[121,16,0,true,true,false],[121,39,0,true,false,false],[121,40,0,true,true,false],[122,71,0,true,true,false],[124,18,0,true,false,false],[125,14,0,true,true,false],[126,10,0,true,true,false],[127,6,0,false,false,false],[143,44,0,true,true,false],[145,15,0,true,true,false],[145,63,0,true,false,false],[146,15,0,true,true,false],[146,21,0,true,false,false],[147,6,0,false,false,false],[149,25,0,true,true,false],[150,50,0,true,true,false],[151,37,0,true,true,false],[152,57,0,true,true,false],[158,18,0,true,false,false],[160,24,0,true,true,false],[162,18,0,true,false,false],[162,26,0,true,true,false],[166,18,0,true,false,false],[172,24,0,true,true,false],[173,58,0,true,true,false],[174,81,0,true,true,false],[175,61,0,true,true,false],[183,26,0,true,false,false],[197,32,0,true,true,false],[198,37,0,true,true,false],[202,61,0,true,true,false],[209,22,0,true,false,false],[221,14,0,true,true,false],[223,31,0,true,true,false],[224,37,0,true,true,false],[228,61,0,true,true,false],[237,22,0,true,false,false],[249,14,0,true,true,false],[251,32,0,true,true,false],[260,14,0,true,false,false],[264,33,0,true,true,false],[265,39,0,true,true,false],[267,18,0,true,false,false],[270,46,0,true,true,false],[272,18,0,true,false,false],[277,39,0,true,true,false],[278,28,0,true,true,false],[280,22,0,true,false,false],[280,30,0,true,true,false],[281,28,0,true,true,false],[281,39,0,true,false,false],[281,40,0,true,true,false],[282,48,0,true,true,false],[286,30,0,true,false,false],[287,32,0,true,true,false],[289,26,0,true,false,false],[295,18,0,true,true,false],[298,39,0,true,true,false],[300,18,0,true,false,false],[303,32,0,true,true,false],[305,18,0,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":819,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift","mcdc_records":[],"segments":[[14,40,0,true,true,false],[14,69,0,false,false,false],[15,45,0,true,true,false],[15,67,0,false,false,false],[16,44,0,true,true,false],[16,49,0,false,false,false],[17,16,0,true,true,false],[21,10,0,false,false,false],[25,35,0,true,true,false],[25,40,0,false,false,false],[26,43,0,true,true,false],[26,48,0,false,false,false],[28,41,0,true,true,false],[28,46,0,false,false,false],[29,36,0,true,true,false],[29,41,0,false,false,false],[30,32,0,true,true,false],[30,34,0,false,false,false],[31,40,0,true,true,false],[31,45,0,false,false,false],[33,47,0,true,true,false],[33,52,0,false,false,false],[34,42,0,true,true,false],[34,44,0,false,false,false],[35,41,0,true,true,false],[35,46,0,false,false,false],[36,43,0,true,true,false],[36,48,0,false,false,false],[37,38,0,true,true,false],[37,40,0,false,false,false],[38,41,0,true,true,false],[38,43,0,false,false,false],[39,38,0,true,true,false],[39,43,0,false,false,false],[40,47,0,true,true,false],[40,52,0,false,false,false],[41,51,0,true,true,false],[41,56,0,false,false,false],[42,36,0,true,true,false],[42,41,0,false,false,false],[43,45,0,true,true,false],[43,50,0,false,false,false],[44,41,0,true,true,false],[44,46,0,false,false,false],[45,31,0,true,true,false],[45,51,0,false,false,false],[48,43,0,true,true,false],[48,46,0,false,false,false],[52,50,0,true,true,false],[52,52,0,false,false,false],[53,51,0,true,true,false],[53,53,0,false,false,false],[54,38,0,true,true,false],[54,42,0,false,false,false],[55,34,0,true,true,false],[55,39,0,false,false,false],[56,47,0,true,true,false],[56,52,0,false,false,false],[57,47,0,true,true,false],[57,49,0,false,false,false],[58,48,0,true,true,false],[58,53,0,false,false,false],[59,52,0,true,true,false],[59,54,0,false,false,false],[60,52,0,true,true,false],[60,54,0,false,false,false],[61,39,0,true,true,false],[61,44,0,false,false,false],[64,48,0,true,true,false],[64,53,0,false,false,false],[65,46,0,true,true,false],[65,51,0,false,false,false],[68,44,0,true,true,false],[68,49,0,false,false,false],[69,44,0,true,true,false],[69,49,0,false,false,false],[71,48,0,true,true,false],[73,98,0,true,true,false],[82,16,0,true,true,false],[82,38,0,true,false,false],[82,39,0,true,true,false],[84,54,0,true,true,false],[84,85,0,true,false,false],[85,24,0,true,true,false],[85,50,0,true,true,false],[85,92,0,true,false,false],[86,29,0,true,true,false],[89,18,0,true,true,false],[90,14,0,true,false,false],[90,20,0,true,true,false],[92,14,0,true,true,false],[93,10,0,true,true,false],[95,12,0,true,true,false],[95,74,0,true,false,false],[95,75,0,true,true,false],[99,10,0,true,false,false],[99,19,0,true,true,false],[99,90,0,true,false,false],[99,91,0,true,true,false],[102,10,0,true,false,false],[102,19,0,true,true,false],[102,87,0,true,false,false],[102,88,0,true,true,false],[105,10,0,true,true,false],[106,19,0,true,false,false],[107,6,0,false,false,false],[111,46,0,true,true,false],[118,28,0,true,true,false],[118,54,0,true,false,false],[119,29,0,true,true,false],[119,56,0,true,false,false],[120,21,0,true,true,false],[120,40,0,true,false,false],[121,33,0,true,true,false],[121,63,0,true,false,false],[122,28,0,true,true,false],[122,78,0,true,false,false],[128,23,0,true,true,false],[129,20,0,true,true,false],[129,52,0,true,false,false],[129,53,0,true,true,false],[130,26,0,true,true,false],[134,22,0,true,false,false],[137,55,0,true,true,false],[139,23,0,true,true,false],[140,24,0,true,true,false],[140,41,0,true,false,false],[140,42,0,true,true,false],[148,22,0,true,false,false],[148,28,0,true,true,false],[151,22,0,true,false,false],[153,52,0,true,true,false],[153,54,0,true,false,false],[153,57,0,true,true,false],[153,58,0,true,false,false],[156,6,0,false,false,false],[158,46,0,true,true,false],[161,54,0,true,true,false],[162,20,0,true,true,false],[162,27,0,true,false,false],[162,28,0,true,true,false],[166,36,0,true,true,false],[167,34,0,true,true,false],[169,30,0,true,false,false],[176,53,0,true,true,false],[179,14,0,true,false,false],[180,62,0,true,true,false],[182,14,0,true,false,false],[183,58,0,true,true,false],[186,14,0,true,false,false],[187,6,0,false,false,false],[189,49,0,true,true,false],[191,23,0,true,true,false],[203,36,0,true,true,false],[203,86,0,true,false,false],[217,106,0,true,true,false],[220,24,0,true,true,false],[220,46,0,true,false,false],[220,47,0,true,true,false],[223,30,0,true,true,false],[224,74,0,true,true,false],[226,26,0,true,false,false],[237,20,0,true,true,false],[237,50,0,true,false,false],[237,51,0,true,true,false],[241,18,0,true,false,false],[243,20,0,true,true,false],[243,43,0,true,false,false],[243,44,0,true,true,false],[246,18,0,true,false,false],[253,22,0,true,true,false],[256,18,0,true,false,false],[259,22,0,true,true,false],[261,18,0,true,false,false],[263,91,0,true,true,false],[266,14,0,true,false,false],[267,92,0,true,true,false],[271,14,0,true,false,false],[272,81,0,true,true,false],[273,84,0,true,true,false],[273,94,0,true,false,false],[273,97,0,true,true,false],[273,104,0,true,false,false],[276,59,0,true,true,false],[278,49,0,true,true,false],[281,18,0,true,true,false],[287,14,0,true,false,false],[288,26,0,true,true,false],[293,14,0,true,false,false],[294,6,0,false,false,false],[296,46,0,true,true,false],[298,85,0,true,true,false],[299,30,0,true,true,false],[301,18,0,true,false,false],[302,24,0,true,true,false],[306,14,0,true,false,false],[307,102,0,true,true,false],[309,14,0,true,false,false],[310,106,0,true,true,false],[312,14,0,true,false,false],[313,109,0,true,true,false],[315,14,0,true,false,false],[316,105,0,true,true,false],[318,14,0,true,false,false],[319,95,0,true,true,false],[324,14,0,true,false,false],[326,99,0,true,true,false],[328,99,0,true,true,false],[330,26,0,true,true,false],[335,28,0,true,true,false],[335,60,0,true,false,false],[335,61,0,true,true,false],[340,26,0,true,false,false],[343,26,0,true,true,false],[346,22,0,true,false,false],[351,87,0,true,true,false],[352,39,0,true,true,false],[354,18,0,true,false,false],[355,49,0,true,true,false],[355,51,0,true,false,false],[356,24,0,true,true,false],[360,14,0,true,false,false],[361,96,0,true,true,false],[362,30,0,true,true,false],[362,70,0,true,false,false],[363,44,0,true,true,false],[366,18,0,true,false,false],[367,24,0,true,true,false],[369,14,0,true,false,false],[370,91,0,true,true,false],[371,30,0,true,true,false],[371,66,0,true,false,false],[372,53,0,true,true,false],[374,26,0,true,true,false],[374,81,0,true,false,false],[376,44,0,true,true,false],[379,18,0,true,false,false],[380,24,0,true,true,false],[382,14,0,true,false,false],[385,86,0,true,true,false],[386,30,0,true,true,false],[386,70,0,true,false,false],[387,39,0,true,true,false],[390,18,0,true,false,false],[391,24,0,true,true,false],[395,14,0,true,false,false],[396,94,0,true,true,false],[397,43,0,true,true,false],[399,26,0,true,true,false],[403,28,0,true,true,false],[403,37,0,true,false,false],[403,38,0,true,true,false],[405,26,0,true,false,false],[405,32,0,true,true,false],[407,26,0,true,false,false],[410,49,0,true,true,false],[410,51,0,true,false,false],[411,24,0,true,true,false],[413,14,0,true,false,false],[416,99,0,true,true,false],[417,30,0,true,true,false],[417,70,0,true,false,false],[418,44,0,true,true,false],[421,18,0,true,false,false],[422,24,0,true,true,false],[424,14,0,true,false,false],[425,76,0,true,true,false],[430,14,0,true,false,false],[430,16,0,true,true,false],[434,35,0,true,true,false],[434,72,0,true,false,false],[435,35,0,true,true,false],[438,22,0,true,false,false],[439,40,0,true,true,false],[442,22,0,true,false,false],[443,32,0,true,true,false],[445,22,0,true,false,false],[446,78,0,true,true,false],[446,105,0,true,false,false],[446,108,0,true,true,false],[446,111,0,true,false,false],[453,52,0,true,true,false],[455,41,0,true,true,false],[458,81,0,true,true,false],[458,96,0,true,false,false],[464,92,0,true,true,false],[465,79,0,true,true,false],[465,81,0,true,false,false],[466,44,0,true,true,false],[466,54,0,true,true,false],[468,14,0,true,false,false],[469,49,0,true,true,false],[471,14,0,true,false,false],[472,6,0,false,false,false],[474,25,0,true,true,false],[477,6,0,false,false,false],[481,45,0,true,true,false],[490,50,0,true,true,false],[490,76,0,true,false,false],[491,42,0,true,true,false],[491,44,0,true,false,false],[491,47,0,true,true,false],[491,48,0,true,false,false],[493,34,0,true,true,false],[496,10,0,true,false,false],[497,6,0,false,false,false],[499,37,0,true,true,false],[502,6,0,false,false,false],[504,30,0,true,true,false],[507,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":127,"covered":0,"percent":0},"instantiations":{"count":129,"covered":0,"percent":0},"lines":{"count":937,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":176,"covered":0,"notcovered":176,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift","mcdc_records":[],"segments":[[11,25,0,true,true,false],[12,49,0,true,true,false],[13,52,0,true,true,false],[15,29,0,true,true,false],[19,22,0,true,false,false],[20,28,0,true,true,false],[24,22,0,true,false,false],[39,36,0,true,true,false],[49,18,0,true,false,false],[61,16,0,true,true,false],[61,37,0,true,false,false],[61,38,0,true,true,false],[64,14,0,true,true,false],[65,10,0,true,false,false],[70,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":174,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[16,16,0,true,true,false],[16,32,0,true,false,false],[16,33,0,true,true,false],[17,31,0,true,true,false],[18,26,0,true,true,false],[20,22,0,true,false,false],[26,14,0,true,true,false],[27,10,0,true,false,false],[28,6,0,false,false,false],[36,25,0,true,true,false],[37,49,0,true,true,false],[38,20,0,true,true,false],[49,40,0,true,true,false],[51,18,0,true,false,false],[59,53,0,true,true,false],[60,71,0,true,true,false],[65,18,0,true,false,false],[67,20,0,true,true,false],[67,44,0,true,false,false],[67,45,0,true,true,false],[71,18,0,true,true,false],[72,14,0,true,false,false],[81,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,50,0,true,true,false],[10,20,0,true,true,false],[15,57,0,true,true,false],[21,94,0,true,true,false],[21,96,0,true,false,false],[21,99,0,true,true,false],[21,102,0,true,false,false],[31,28,0,true,true,false],[35,22,0,true,false,false],[43,81,0,true,true,false],[44,53,0,true,true,false],[47,31,0,true,true,false],[47,60,0,true,false,false],[47,63,0,true,true,false],[47,82,0,true,false,false],[49,68,0,true,true,false],[49,72,0,true,false,false],[49,75,0,true,true,false],[49,82,0,true,false,false],[53,61,0,true,true,false],[59,28,0,true,true,false],[59,54,0,true,false,false],[59,55,0,true,true,false],[64,26,0,true,true,false],[65,22,0,true,false,false],[69,16,0,true,true,false],[69,40,0,true,false,false],[69,41,0,true,true,false],[71,102,0,true,true,false],[71,104,0,true,false,false],[71,107,0,true,true,false],[71,110,0,true,false,false],[76,14,0,true,true,false],[77,10,0,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":257,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift","mcdc_records":[],"segments":[[6,35,0,true,true,false],[8,6,0,false,false,false],[10,25,0,true,true,false],[11,28,0,true,true,false],[13,37,0,true,true,false],[13,65,0,true,false,false],[13,68,0,true,true,false],[13,85,0,true,false,false],[15,32,0,true,true,false],[15,44,0,true,false,false],[15,47,0,true,true,false],[15,74,0,true,false,false],[27,43,0,true,true,false],[27,49,0,true,false,false],[27,52,0,true,true,false],[27,68,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,29,0,true,true,false],[14,10,0,true,false,false],[15,19,0,true,true,false],[15,56,0,true,false,false],[16,6,0,false,false,false],[18,41,0,true,true,false],[19,49,0,true,true,false],[24,20,0,true,true,false],[28,89,0,true,true,false],[28,93,0,true,false,false],[28,96,0,true,true,false],[28,100,0,true,false,false],[31,70,0,true,true,false],[31,80,0,true,false,false],[31,83,0,true,true,false],[31,94,0,true,false,false],[37,31,0,true,true,false],[37,48,0,true,false,false],[38,31,0,true,true,false],[38,71,0,true,false,false],[43,29,0,true,true,false],[47,22,0,true,false,false],[48,28,0,true,true,false],[51,22,0,true,false,false],[61,54,0,true,true,false],[61,80,0,true,false,false],[61,83,0,true,true,false],[61,101,0,true,false,false],[66,27,0,true,true,false],[66,57,0,true,false,false],[67,27,0,true,true,false],[67,59,0,true,false,false],[75,6,0,false,false,false],[77,42,0,true,true,false],[78,49,0,true,true,false],[83,20,0,true,true,false],[87,90,0,true,true,false],[87,94,0,true,false,false],[87,97,0,true,true,false],[87,101,0,true,false,false],[90,71,0,true,true,false],[90,81,0,true,false,false],[90,84,0,true,true,false],[90,95,0,true,false,false],[96,31,0,true,true,false],[96,48,0,true,false,false],[97,31,0,true,true,false],[97,72,0,true,false,false],[101,29,0,true,true,false],[105,22,0,true,false,false],[106,28,0,true,true,false],[109,22,0,true,false,false],[119,55,0,true,true,false],[119,82,0,true,false,false],[119,85,0,true,true,false],[119,104,0,true,false,false],[123,27,0,true,true,false],[123,58,0,true,false,false],[124,27,0,true,true,false],[124,64,0,true,false,false],[132,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":336,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[8,29,0,true,true,false],[10,20,0,true,true,false],[18,14,0,true,false,false],[20,53,0,true,true,false],[25,51,0,true,true,false],[29,18,0,true,true,false],[30,14,0,true,false,false],[46,6,0,false,false,false],[48,38,0,true,true,false],[49,56,0,true,true,false],[49,63,0,true,false,false],[50,6,0,false,false,false],[52,42,0,true,true,false],[54,34,0,true,true,false],[54,42,0,true,false,false],[54,45,0,true,true,false],[54,48,0,true,false,false],[55,6,0,false,false,false],[57,34,0,true,true,false],[58,12,0,true,true,false],[58,39,0,true,true,false],[58,64,0,true,false,false],[58,68,0,true,true,false],[58,94,0,true,false,false],[58,95,0,true,true,false],[60,10,0,true,false,false],[60,19,0,true,true,false],[60,45,0,true,false,false],[60,46,0,true,true,false],[62,10,0,true,false,false],[62,19,0,true,true,false],[62,49,0,true,true,false],[62,84,0,true,false,false],[63,16,0,true,true,false],[63,45,0,true,false,false],[64,9,0,true,true,false],[66,10,0,true,false,false],[66,16,0,true,true,false],[68,10,0,true,false,false],[69,6,0,false,false,false],[71,34,0,true,true,false],[72,12,0,true,true,false],[72,39,0,true,true,false],[72,64,0,true,false,false],[72,68,0,true,true,false],[72,94,0,true,false,false],[72,95,0,true,true,false],[74,10,0,true,false,false],[74,19,0,true,true,false],[74,49,0,true,true,false],[74,84,0,true,false,false],[75,16,0,true,true,false],[75,45,0,true,false,false],[75,49,0,true,true,false],[75,75,0,true,false,false],[76,9,0,true,true,false],[78,10,0,true,false,false],[78,16,0,true,true,false],[80,10,0,true,false,false],[81,6,0,false,false,false],[83,40,0,true,true,false],[84,12,0,true,true,false],[84,39,0,true,true,false],[84,64,0,true,false,false],[84,68,0,true,true,false],[84,94,0,true,false,false],[84,95,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,49,0,true,true,false],[86,84,0,true,false,false],[87,16,0,true,true,false],[87,45,0,true,false,false],[87,49,0,true,true,false],[87,75,0,true,false,false],[88,9,0,true,true,false],[90,10,0,true,false,false],[90,16,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[95,36,0,true,true,false],[96,12,0,true,true,false],[96,39,0,true,true,false],[96,64,0,true,false,false],[96,68,0,true,true,false],[96,94,0,true,false,false],[96,95,0,true,true,false],[98,10,0,true,false,false],[98,19,0,true,true,false],[98,49,0,true,true,false],[98,84,0,true,false,false],[99,16,0,true,true,false],[99,45,0,true,false,false],[99,49,0,true,true,false],[99,75,0,true,false,false],[100,9,0,true,true,false],[102,10,0,true,false,false],[102,16,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":159,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":56,"covered":0,"notcovered":56,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[8,29,0,true,true,false],[10,33,0,true,true,false],[11,49,0,true,true,false],[11,72,0,true,false,false],[11,75,0,true,true,false],[11,106,0,true,false,false],[13,52,0,true,true,false],[13,58,0,true,false,false],[13,61,0,true,true,false],[13,68,0,true,false,false],[15,36,0,true,true,false],[15,62,0,true,false,false],[15,65,0,true,true,false],[15,81,0,true,false,false],[18,20,0,true,true,false],[18,31,0,true,false,false],[18,32,0,true,true,false],[26,18,0,true,false,false],[26,24,0,true,true,false],[34,18,0,true,false,false],[39,16,0,true,true,false],[39,27,0,true,false,false],[39,28,0,true,true,false],[41,37,0,true,true,false],[42,41,0,true,true,false],[50,22,0,true,false,false],[52,41,0,true,true,false],[61,22,0,true,false,false],[64,41,0,true,true,false],[69,45,0,true,true,false],[100,26,0,true,false,false],[103,20,0,true,true,false],[106,37,0,true,true,false],[111,41,0,true,true,false],[142,22,0,true,false,false],[145,41,0,true,true,false],[146,45,0,true,true,false],[154,26,0,true,false,false],[156,45,0,true,true,false],[163,26,0,true,false,false],[165,45,0,true,true,false],[172,26,0,true,false,false],[182,25,0,true,true,false],[184,18,0,true,false,false],[185,24,0,true,true,false],[190,18,0,true,false,false],[201,6,0,false,false,false],[210,25,0,true,true,false],[211,35,0,true,true,false],[211,36,0,true,false,false],[211,39,0,true,true,false],[211,41,0,true,false,false],[211,43,0,true,true,false],[213,39,0,true,true,false],[213,40,0,true,false,false],[213,43,0,true,true,false],[213,44,0,true,false,false],[213,46,0,true,true,false],[215,51,0,true,true,false],[215,53,0,true,false,false],[215,56,0,true,true,false],[215,58,0,true,false,false],[219,37,0,true,true,false],[219,49,0,true,false,false],[219,52,0,true,true,false],[219,61,0,true,false,false],[222,37,0,true,true,false],[222,40,0,true,false,false],[222,43,0,true,true,false],[222,46,0,true,false,false],[222,66,0,true,true,false],[222,68,0,true,false,false],[222,71,0,true,true,false],[222,74,0,true,false,false],[239,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":796,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift","mcdc_records":[],"segments":[[6,39,0,true,true,false],[6,44,0,false,false,false],[8,25,0,true,true,false],[9,29,0,true,true,false],[10,33,0,true,true,false],[12,24,0,true,true,false],[20,18,0,true,false,false],[23,57,0,true,true,false],[34,18,0,true,false,false],[40,29,0,true,true,false],[42,30,0,true,true,false],[43,49,0,true,true,false],[46,87,0,true,true,false],[48,34,0,true,false,false],[52,28,0,true,true,false],[53,44,0,true,true,false],[54,32,0,true,true,false],[54,44,0,true,false,false],[54,45,0,true,true,false],[57,30,0,true,false,false],[57,36,0,true,true,false],[60,30,0,true,false,false],[61,49,0,true,true,false],[61,64,0,true,false,false],[61,67,0,true,true,false],[61,84,0,true,false,false],[74,52,0,true,true,false],[74,72,0,true,false,false],[74,75,0,true,true,false],[74,111,0,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":296,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[12,16,0,true,true,false],[12,20,0,true,false,false],[13,9,0,true,true,false],[13,40,0,true,false,false],[14,9,0,true,true,false],[14,40,0,true,false,false],[15,9,0,true,true,false],[15,40,0,true,false,false],[16,10,0,true,true,false],[17,6,0,false,false,false],[20,18,0,true,true,false],[20,24,0,false,false,false],[25,33,0,true,true,false],[27,10,0,false,false,false],[29,30,0,true,true,false],[31,10,0,false,false,false],[35,18,0,true,true,false],[35,24,0,false,false,false],[42,18,0,true,true,false],[42,24,0,false,false,false],[51,42,0,true,true,false],[51,65,0,false,false,false],[52,38,0,true,true,false],[52,43,0,false,false,false],[53,43,0,true,true,false],[53,48,0,false,false,false],[54,46,0,true,true,false],[54,51,0,false,false,false],[56,25,0,true,true,false],[57,28,0,true,true,false],[64,33,0,true,true,false],[70,14,0,true,false,false],[81,19,0,true,true,false],[83,10,0,true,false,false],[84,22,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[91,35,0,true,true,false],[92,16,0,true,true,false],[93,53,0,true,true,false],[99,14,0,true,false,false],[101,28,0,true,true,false],[101,52,0,true,false,false],[101,54,0,true,true,false],[104,14,0,true,false,false],[107,57,0,true,true,false],[107,60,0,true,false,false],[107,63,0,true,true,false],[107,64,0,true,false,false],[115,6,0,false,false,false],[119,47,0,true,true,false],[120,16,0,true,true,false],[124,23,0,true,true,false],[124,53,0,true,false,false],[125,23,0,true,true,false],[125,73,0,true,false,false],[129,51,0,true,true,false],[129,68,0,true,false,false],[129,71,0,true,true,false],[129,95,0,true,false,false],[130,103,0,true,true,false],[130,109,0,true,false,false],[130,112,0,true,true,false],[130,114,0,true,false,false],[135,16,0,true,true,false],[135,48,0,true,false,false],[135,49,0,true,true,false],[138,14,0,true,false,false],[138,20,0,true,true,false],[141,14,0,true,false,false],[145,67,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false],[150,39,0,true,true,false],[151,29,0,true,true,false],[152,20,0,true,true,false],[158,49,0,true,true,false],[158,59,0,true,false,false],[158,62,0,true,true,false],[158,72,0,true,false,false],[160,52,0,true,true,false],[160,64,0,true,false,false],[160,67,0,true,true,false],[160,77,0,true,false,false],[164,32,0,true,true,false],[164,55,0,true,false,false],[164,58,0,true,true,false],[164,89,0,true,false,false],[168,16,0,true,true,false],[168,28,0,true,false,false],[168,29,0,true,true,false],[172,14,0,true,true,false],[173,10,0,true,false,false],[174,6,0,false,false,false],[176,41,0,true,true,false],[177,20,0,true,true,false],[178,36,0,true,true,false],[178,37,0,true,false,false],[179,51,0,true,true,false],[180,49,0,true,true,false],[181,85,0,true,true,false],[183,26,0,true,false,false],[193,6,0,false,false,false],[197,42,0,true,true,false],[198,29,0,true,true,false],[200,20,0,true,true,false],[201,31,0,true,true,false],[203,24,0,true,true,false],[203,35,0,true,false,false],[203,36,0,true,true,false],[205,22,0,true,false,false],[205,28,0,true,true,false],[207,22,0,true,false,false],[209,22,0,true,true,false],[210,36,0,true,true,false],[211,53,0,true,true,false],[211,71,0,true,false,false],[211,74,0,true,true,false],[211,89,0,true,false,false],[212,56,0,true,true,false],[212,60,0,true,false,false],[212,63,0,true,true,false],[212,71,0,true,false,false],[213,40,0,true,true,false],[213,46,0,true,false,false],[213,49,0,true,true,false],[213,62,0,true,false,false],[218,33,0,true,true,false],[218,37,0,true,false,false],[218,40,0,true,true,false],[218,43,0,true,false,false],[221,20,0,true,true,false],[223,14,0,true,false,false],[223,22,0,true,true,false],[224,36,0,true,true,false],[227,18,0,true,false,false],[231,54,0,true,true,false],[232,31,0,true,true,false],[233,81,0,true,true,false],[235,22,0,true,false,false],[241,20,0,true,true,false],[243,14,0,true,false,false],[243,22,0,true,true,false],[244,36,0,true,true,false],[247,18,0,true,false,false],[252,6,0,false,false,false],[256,35,0,true,true,false],[257,16,0,true,true,false],[264,28,0,true,true,false],[266,14,0,true,false,false],[274,6,0,false,false,false],[278,66,0,true,true,false],[279,35,0,true,true,false],[280,83,0,true,true,false],[282,85,0,true,true,false],[282,95,0,true,true,false],[284,42,0,true,true,false],[285,81,0,true,true,false],[286,28,0,true,true,false],[286,54,0,true,false,false],[286,55,0,true,true,false],[289,82,0,true,true,false],[289,84,0,true,false,false],[296,32,0,true,true,false],[299,26,0,true,false,false],[303,10,0,true,true,false],[304,20,0,true,false,false],[305,6,0,false,false,false],[314,36,0,true,true,false],[314,41,0,false,false,false],[315,42,0,true,true,false],[315,47,0,false,false,false],[317,25,0,true,true,false],[318,28,0,true,true,false],[320,10,0,true,false,false],[326,71,0,true,true,false],[326,72,0,true,false,false],[326,75,0,true,true,false],[326,76,0,true,false,false],[326,99,0,true,true,false],[326,100,0,true,false,false],[326,103,0,true,true,false],[326,104,0,true,false,false],[327,40,0,true,true,false],[327,41,0,true,false,false],[327,44,0,true,true,false],[327,47,0,true,false,false],[328,19,0,true,true,false],[329,73,0,true,true,false],[331,14,0,true,false,false],[333,18,0,true,true,false],[334,55,0,true,true,false],[336,14,0,true,false,false],[338,43,0,true,true,false],[339,16,0,true,true,false],[339,25,0,true,false,false],[339,26,0,true,true,false],[340,42,0,true,true,false],[344,18,0,true,false,false],[350,14,0,true,true,false],[351,10,0,true,false,false],[352,6,0,false,false,false],[355,40,0,true,true,false],[356,16,0,true,true,false],[356,21,0,true,false,false],[357,9,0,true,true,false],[358,37,0,true,false,false],[359,9,0,true,true,false],[360,37,0,true,false,false],[361,9,0,true,true,false],[362,37,0,true,false,false],[363,10,0,true,true,false],[364,6,0,false,false,false],[366,82,0,true,true,false],[367,28,0,true,true,false],[369,16,0,true,true,false],[369,53,0,true,false,false],[369,54,0,true,true,false],[371,14,0,true,true,false],[372,16,0,true,true,false],[372,51,0,true,false,false],[372,52,0,true,true,false],[374,14,0,true,true,false],[375,16,0,true,true,false],[375,52,0,true,false,false],[375,53,0,true,true,false],[377,14,0,true,true,false],[378,16,0,true,true,false],[378,53,0,true,false,false],[378,54,0,true,true,false],[380,14,0,true,true,false],[386,10,0,true,false,false],[387,6,0,false,false,false],[389,63,0,true,true,false],[397,6,0,false,false,false],[399,82,0,true,true,false],[400,28,0,true,true,false],[401,41,0,true,true,false],[405,14,0,true,false,false],[405,20,0,true,true,false],[409,14,0,true,false,false],[419,6,0,false,false,false],[421,82,0,true,true,false],[422,28,0,true,true,false],[431,10,0,true,false,false],[432,6,0,false,false,false],[434,43,0,true,true,false],[435,15,0,true,true,false],[436,20,0,true,true,false],[436,25,0,true,false,false],[437,13,0,true,true,false],[445,18,0,true,false,false],[446,13,0,true,true,false],[447,47,0,true,false,false],[448,13,0,true,true,false],[449,42,0,true,false,false],[450,14,0,true,true,false],[451,10,0,true,false,false],[452,6,0,false,false,false],[454,39,0,true,true,false],[457,6,0,false,false,false],[459,36,0,true,true,false],[460,16,0,true,true,false],[460,21,0,true,false,false],[461,9,0,true,true,false],[462,45,0,true,true,false],[462,48,0,true,false,false],[462,51,0,true,true,false],[462,55,0,true,false,false],[463,9,0,true,true,false],[464,51,0,true,true,false],[464,54,0,true,false,false],[464,57,0,true,true,false],[464,60,0,true,false,false],[465,9,0,true,true,false],[466,46,0,true,true,false],[466,49,0,true,false,false],[466,52,0,true,true,false],[466,55,0,true,false,false],[467,10,0,true,true,false],[468,6,0,false,false,false],[470,43,0,true,true,false],[471,16,0,true,true,false],[471,21,0,true,false,false],[472,9,0,true,true,false],[472,21,0,true,false,false],[473,9,0,true,true,false],[473,28,0,true,false,false],[474,10,0,true,true,false],[475,6,0,false,false,false],[481,28,0,true,true,false],[481,29,0,false,false,false],[483,100,0,true,true,false],[486,6,0,false,false,false],[488,110,0,true,true,false],[490,64,0,true,true,false],[492,10,0,true,true,false],[493,6,0,false,false,false],[495,113,0,true,true,false],[496,42,0,true,true,false],[496,51,0,true,false,false],[502,33,0,true,true,false],[505,16,0,true,true,false],[505,48,0,true,false,false],[505,63,0,true,true,false],[509,14,0,true,false,false],[514,10,0,true,true,false],[516,83,0,true,false,false],[517,6,0,false,false,false],[525,37,0,true,true,false],[525,39,0,false,false,false],[527,48,0,true,true,false],[546,32,0,true,true,false],[548,16,0,true,true,false],[548,60,0,true,false,false],[548,61,0,true,true,false],[550,70,0,true,true,false],[550,72,0,true,false,false],[554,10,0,true,true,false],[556,12,0,true,true,false],[556,30,0,true,false,false],[556,31,0,true,true,false],[558,10,0,true,true,false],[559,30,0,true,true,false],[559,86,0,true,false,false],[560,6,0,false,false,false],[562,25,0,true,true,false],[563,28,0,true,true,false],[565,20,0,true,true,false],[570,14,0,true,false,false],[577,24,0,true,true,false],[578,40,0,true,true,false],[579,35,0,true,true,false],[580,32,0,true,true,false],[582,26,0,true,false,false],[582,34,0,true,true,false],[583,49,0,true,true,false],[584,56,0,true,true,false],[588,34,0,true,true,false],[592,30,0,true,false,false],[606,6,0,false,false,false],[613,54,0,true,true,false],[613,56,0,false,false,false],[614,34,0,true,true,false],[614,39,0,false,false,false],[618,28,0,true,true,false],[620,6,0,false,false,false],[622,27,0,true,true,false],[625,77,0,true,true,false],[626,33,0,true,true,false],[626,49,0,true,true,false],[630,16,0,true,true,false],[630,60,0,true,false,false],[630,61,0,true,true,false],[632,14,0,true,true,false],[636,66,0,true,true,false],[636,69,0,true,false,false],[640,38,0,true,true,false],[641,77,0,true,true,false],[643,18,0,true,false,false],[648,6,0,false,false,false],[650,26,0,true,true,false],[652,39,0,true,true,false],[655,10,0,true,false,false],[656,6,0,false,false,false],[658,27,0,true,true,false],[660,6,0,false,false,false],[662,41,0,true,true,false],[663,34,0,true,true,false],[663,55,0,true,false,false],[664,6,0,false,false,false],[666,21,0,true,true,false],[667,69,0,true,true,false],[669,10,0,true,false,false],[670,6,0,false,false,false],[672,48,0,true,true,false],[674,6,0,false,false,false],[676,29,0,true,true,false],[682,6,0,false,false,false],[684,25,0,true,true,false],[685,69,0,true,true,false],[691,10,0,true,false,false],[692,6,0,false,false,false],[703,23,0,true,true,false],[704,66,0,true,true,false],[707,10,0,true,true,false],[723,12,0,true,true,false],[723,59,0,true,false,false],[723,60,0,true,true,false],[725,10,0,true,false,false],[730,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":115,"covered":0,"percent":0},"instantiations":{"count":118,"covered":0,"percent":0},"lines":{"count":1295,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":231,"covered":0,"notcovered":231,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift","mcdc_records":[],"segments":[[24,40,0,true,true,false],[25,20,0,true,true,false],[25,24,0,true,false,false],[26,13,0,true,true,false],[27,47,0,true,false,false],[28,13,0,true,true,false],[29,77,0,true,false,false],[30,13,0,true,true,false],[31,51,0,true,false,false],[32,13,0,true,true,false],[33,55,0,true,false,false],[34,14,0,true,true,false],[35,10,0,false,false,false],[39,60,35,true,true,false],[39,66,0,false,false,false],[42,48,35,true,true,false],[42,50,0,false,false,false],[45,55,35,true,true,false],[45,57,0,false,false,false],[48,42,35,true,true,false],[48,47,0,false,false,false],[53,53,35,true,true,false],[53,55,0,false,false,false],[57,97,35,true,true,false],[57,99,0,false,false,false],[68,46,35,true,true,false],[68,51,0,false,false,false],[73,48,35,true,true,false],[73,53,0,false,false,false],[76,45,35,true,true,false],[76,48,0,false,false,false],[79,46,35,true,true,false],[79,49,0,false,false,false],[83,13,0,true,true,false],[83,27,0,false,false,false],[84,13,0,true,true,false],[84,38,0,false,false,false],[91,49,35,true,true,false],[91,51,0,false,false,false],[94,49,35,true,true,false],[94,51,0,false,false,false],[97,47,35,true,true,false],[97,50,0,false,false,false],[102,45,35,true,true,false],[102,50,0,false,false,false],[105,50,35,true,true,false],[105,55,0,false,false,false],[108,52,35,true,true,false],[108,57,0,false,false,false],[118,48,35,true,true,false],[118,53,0,false,false,false],[124,58,35,true,true,false],[124,60,0,false,false,false],[128,19,35,true,true,false],[128,21,0,false,false,false],[133,35,0,true,true,false],[135,54,0,true,true,false],[135,64,0,true,true,false],[138,6,0,false,false,false],[141,51,0,true,true,false],[142,60,0,true,true,false],[142,70,0,true,true,false],[144,6,0,false,false,false],[147,50,0,true,true,false],[148,60,0,true,true,false],[148,70,0,true,true,false],[150,6,0,false,false,false],[155,45,0,true,true,false],[157,13,0,true,true,false],[157,36,0,true,true,false],[157,58,0,true,false,false],[158,13,0,true,true,false],[158,45,0,true,false,false],[159,6,0,false,false,false],[162,49,0,true,true,false],[163,32,0,true,true,false],[163,64,0,true,false,false],[164,6,0,false,false,false],[167,46,0,true,true,false],[168,32,0,true,true,false],[168,56,0,true,false,false],[168,60,0,true,true,false],[168,83,0,true,true,false],[168,105,0,true,false,false],[169,6,0,false,false,false],[174,43,0,true,true,false],[176,40,0,true,true,false],[178,10,0,true,true,false],[183,6,0,false,false,false],[186,47,0,true,true,false],[194,6,0,false,false,false],[199,36,0,true,true,false],[204,40,0,true,true,false],[206,10,0,true,true,false],[207,6,0,false,false,false],[210,37,0,true,true,false],[211,28,0,true,true,false],[211,48,0,true,false,false],[211,52,0,true,true,false],[211,74,0,true,false,false],[211,78,0,true,true,false],[211,101,0,true,true,false],[211,119,0,true,false,false],[212,6,0,false,false,false],[217,25,0,true,true,false],[235,6,0,false,false,false],[240,40,0,true,true,false],[242,13,0,true,true,false],[242,37,0,true,false,false],[243,13,0,true,true,false],[243,45,0,true,false,false],[244,13,0,true,true,false],[244,33,0,true,false,false],[245,13,0,true,true,false],[245,36,0,true,true,false],[245,58,0,true,false,false],[246,13,0,true,true,false],[246,35,0,true,false,false],[247,6,0,false,false,false],[252,44,0,true,true,false],[253,59,0,true,true,false],[253,69,0,true,true,false],[255,6,0,false,false,false],[258,47,0,true,true,false],[259,29,0,true,true,false],[259,42,0,true,false,false],[260,6,0,false,false,false],[263,34,0,true,true,false],[265,6,0,false,false,false],[268,36,0,true,true,false],[269,31,0,true,true,false],[269,51,0,true,false,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":19,"percent":33.333333333333329},"instantiations":{"count":57,"covered":19,"percent":33.333333333333329},"lines":{"count":148,"covered":19,"percent":12.837837837837837},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":19,"notcovered":56,"percent":25.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift","mcdc_records":[],"segments":[[22,19,35,true,true,false],[22,21,0,false,false,false],[27,56,0,true,true,false],[31,39,0,true,true,false],[36,18,0,true,true,false],[38,14,0,true,true,false],[41,70,0,true,true,false],[43,14,0,true,false,false],[43,20,0,true,true,false],[45,14,0,true,false,false],[46,36,0,true,true,false],[46,48,0,true,false,false],[55,17,0,true,true,false],[55,104,0,true,false,false],[56,6,0,false,false,false],[61,36,0,true,true,false],[71,21,0,true,true,false],[72,61,0,true,true,false],[72,71,0,true,true,false],[74,18,0,true,true,false],[76,14,0,true,false,false],[78,6,0,false,false,false],[81,57,0,true,true,false],[84,60,0,true,true,false],[87,10,0,true,true,false],[100,6,0,false,false,false],[103,61,0,true,true,false],[106,6,0,false,false,false],[111,37,0,true,true,false],[114,6,0,false,false,false],[119,25,0,true,true,false],[121,6,0,false,false,false],[126,35,0,true,true,false],[128,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":1,"percent":7.6923076923076925},"instantiations":{"count":13,"covered":1,"percent":7.6923076923076925},"lines":{"count":119,"covered":1,"percent":0.84033613445378152},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":1,"notcovered":20,"percent":4.7619047619047619}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift","mcdc_records":[],"segments":[[27,74,0,true,true,false],[28,44,0,true,true,false],[32,48,0,true,true,false],[34,14,0,true,false,false],[37,16,0,true,true,false],[37,53,0,true,false,false],[37,54,0,true,true,false],[37,80,0,true,false,false],[38,16,0,true,true,false],[38,52,0,true,false,false],[38,53,0,true,true,false],[38,79,0,true,false,false],[39,16,0,true,true,false],[39,51,0,true,false,false],[39,52,0,true,true,false],[39,78,0,true,false,false],[40,16,0,true,true,false],[40,53,0,true,false,false],[40,54,0,true,true,false],[40,80,0,true,false,false],[46,6,0,false,false,false],[54,79,0,true,true,false],[56,16,0,true,true,false],[56,26,0,true,false,false],[57,9,0,true,true,false],[58,25,0,true,false,false],[59,9,0,true,true,false],[60,31,0,true,false,false],[61,9,0,true,true,false],[62,33,0,true,false,false],[64,6,0,false,false,false],[72,66,5,true,true,false],[76,62,0,true,true,false],[76,65,5,true,false,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":1,"percent":20},"instantiations":{"count":5,"covered":1,"percent":20},"lines":{"count":54,"covered":6,"percent":11.111111111111111},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":1,"notcovered":17,"percent":5.5555555555555554}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift","mcdc_records":[],"segments":[[12,73,9,true,true,false],[16,6,0,false,false,false],[19,37,4,true,true,false],[21,41,1,true,true,false],[21,45,4,true,false,false],[23,6,0,false,false,false],[34,27,5,true,true,false],[34,47,0,false,false,false],[36,79,4,true,true,false],[40,6,0,false,false,false],[59,121,17,true,true,false],[65,6,0,false,false,false],[68,37,2,true,true,false],[69,40,1,true,true,false],[71,10,1,true,true,false],[72,45,2,true,false,false],[73,6,0,false,false,false],[76,33,48,true,true,false],[78,6,0,false,false,false],[104,75,80,true,true,false],[106,49,879,true,true,false],[106,68,80,true,false,false],[106,70,46,true,true,false],[108,10,34,true,true,false],[110,49,486,true,true,false],[110,70,34,true,false,false],[110,72,2,true,true,false],[112,10,32,true,true,false],[114,49,424,true,true,false],[114,79,32,true,false,false],[114,81,16,true,true,false],[116,10,16,true,true,false],[118,49,216,true,true,false],[118,79,16,true,false,false],[118,81,7,true,true,false],[120,10,9,true,true,false],[121,19,80,true,false,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":13,"percent":100},"instantiations":{"count":13,"covered":13,"percent":100},"lines":{"count":56,"covered":56,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":23,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift","mcdc_records":[],"segments":[[17,36,0,true,true,false],[17,41,0,false,false,false],[18,36,0,true,true,false],[18,41,0,false,false,false],[20,37,0,true,true,false],[20,40,0,false,false,false],[21,41,0,true,true,false],[21,43,0,false,false,false],[23,25,0,true,true,false],[24,16,0,true,true,false],[25,16,0,true,true,false],[25,29,0,true,false,false],[25,44,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[31,14,0,true,false,false],[34,34,0,true,true,false],[34,38,0,true,false,false],[34,41,0,true,true,false],[34,44,0,true,false,false],[36,18,0,true,true,false],[37,55,0,true,true,false],[39,14,0,true,false,false],[41,23,0,true,true,false],[42,73,0,true,true,false],[44,14,0,true,false,false],[45,67,0,true,true,false],[46,77,0,true,true,false],[48,18,0,true,false,false],[52,6,0,false,false,false],[56,43,0,true,true,false],[57,16,0,true,true,false],[66,54,0,true,true,false],[66,78,0,true,false,false],[66,81,0,true,true,false],[66,105,0,true,false,false],[72,46,0,true,true,false],[72,70,0,true,false,false],[72,73,0,true,true,false],[72,98,0,true,false,false],[74,6,0,false,false,false],[78,48,0,true,true,false],[79,16,0,true,true,false],[83,78,0,true,true,false],[83,79,0,true,false,false],[83,82,0,true,true,false],[83,83,0,true,false,false],[83,100,0,true,true,false],[83,101,0,true,false,false],[83,104,0,true,true,false],[83,105,0,true,false,false],[86,71,0,true,true,false],[86,72,0,true,false,false],[86,75,0,true,true,false],[86,76,0,true,false,false],[90,16,0,true,true,false],[90,27,0,true,false,false],[90,28,0,true,true,false],[95,14,0,true,false,false],[95,83,0,true,true,false],[97,36,0,true,true,false],[104,18,0,true,false,false],[105,20,0,true,true,false],[109,14,0,true,false,false],[112,16,0,true,true,false],[112,28,0,true,false,false],[112,43,0,true,true,false],[113,24,0,true,true,false],[114,28,0,true,true,false],[116,49,0,true,true,false],[120,49,0,true,true,false],[120,73,0,true,false,false],[120,76,0,true,true,false],[120,100,0,true,false,false],[129,14,0,true,true,false],[130,10,0,true,false,false],[131,6,0,false,false,false],[135,40,0,true,true,false],[137,34,0,true,true,false],[137,37,0,true,false,false],[137,40,0,true,true,false],[137,44,0,true,false,false],[138,6,0,false,false,false],[140,40,0,true,true,false],[141,12,0,true,true,false],[141,23,0,true,false,false],[141,24,0,true,true,false],[143,10,0,true,false,false],[143,19,0,true,true,false],[143,28,0,true,false,false],[143,29,0,true,true,false],[145,10,0,true,false,false],[145,16,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false],[150,36,0,true,true,false],[151,12,0,true,true,false],[151,23,0,true,false,false],[151,24,0,true,true,false],[153,10,0,true,false,false],[153,19,0,true,true,false],[153,28,0,true,false,false],[153,29,0,true,true,false],[155,10,0,true,false,false],[155,16,0,true,true,false],[157,10,0,true,false,false],[158,6,0,false,false,false],[160,40,0,true,true,false],[164,6,0,false,false,false],[176,29,0,true,true,false],[176,38,0,false,false,false],[182,36,0,true,true,false],[182,41,0,false,false,false],[183,36,0,true,true,false],[183,41,0,false,false,false],[186,39,0,true,true,false],[186,42,0,false,false,false],[187,38,0,true,true,false],[187,41,0,false,false,false],[188,48,0,true,true,false],[188,51,0,false,false,false],[189,46,0,true,true,false],[189,48,0,false,false,false],[190,44,0,true,true,false],[190,46,0,false,false,false],[191,41,0,true,true,false],[191,43,0,false,false,false],[192,43,0,true,true,false],[192,45,0,false,false,false],[193,40,0,true,true,false],[193,42,0,false,false,false],[194,41,0,true,true,false],[194,43,0,false,false,false],[197,36,0,true,true,false],[199,6,0,false,false,false],[202,38,0,true,true,false],[204,6,0,false,false,false],[207,42,0,true,true,false],[209,6,0,false,false,false],[212,48,0,true,true,false],[214,6,0,false,false,false],[217,69,0,true,true,false],[218,41,0,true,true,false],[218,60,0,true,true,false],[231,12,0,true,true,false],[231,37,0,true,false,false],[231,38,0,true,true,false],[233,10,0,true,true,false],[240,45,0,true,false,false],[241,6,0,false,false,false],[245,39,0,true,true,false],[247,12,0,true,true,false],[247,30,0,true,true,false],[247,53,0,true,false,false],[247,57,0,true,true,false],[247,74,0,true,false,false],[247,75,0,true,true,false],[249,10,0,true,true,false],[252,12,0,true,true,false],[252,28,0,true,false,false],[252,29,0,true,true,false],[254,10,0,true,true,false],[256,41,0,true,true,false],[256,62,0,true,true,false],[266,62,0,true,false,false],[267,6,0,false,false,false],[269,25,0,true,true,false],[270,16,0,true,true,false],[277,71,0,true,true,false],[277,72,0,true,false,false],[277,75,0,true,true,false],[277,76,0,true,false,false],[282,34,0,true,true,false],[284,36,0,true,true,false],[295,18,0,true,false,false],[298,59,0,true,true,false],[303,14,0,true,false,false],[303,48,0,true,true,false],[305,36,0,true,true,false],[316,18,0,true,false,false],[319,23,0,true,true,false],[319,49,0,true,false,false],[319,50,0,true,true,false],[321,36,0,true,true,false],[326,18,0,true,false,false],[328,83,0,true,true,false],[330,36,0,true,true,false],[337,18,0,true,false,false],[338,20,0,true,true,false],[346,14,0,true,false,false],[348,42,0,true,true,false],[348,59,0,true,false,false],[348,63,0,true,true,false],[348,66,0,true,false,false],[348,69,0,true,true,false],[348,80,0,true,false,false],[348,109,0,true,true,false],[348,126,0,true,false,false],[348,130,0,true,true,false],[348,133,0,true,false,false],[348,136,0,true,true,false],[348,148,0,true,false,false],[349,34,0,true,true,false],[349,38,0,true,false,false],[349,41,0,true,true,false],[349,44,0,true,false,false],[353,18,0,true,true,false],[354,55,0,true,true,false],[356,14,0,true,false,false],[358,23,0,true,true,false],[359,73,0,true,true,false],[361,14,0,true,false,false],[362,67,0,true,true,false],[363,77,0,true,true,false],[365,18,0,true,false,false],[369,43,0,true,true,false],[369,63,0,true,false,false],[369,66,0,true,true,false],[369,71,0,true,false,false],[370,54,0,true,true,false],[370,60,0,true,false,false],[370,63,0,true,true,false],[370,70,0,true,false,false],[371,6,0,false,false,false],[375,40,0,true,true,false],[377,34,0,true,true,false],[377,37,0,true,false,false],[377,40,0,true,true,false],[377,44,0,true,false,false],[378,6,0,false,false,false],[380,40,0,true,true,false],[381,12,0,true,true,false],[381,23,0,true,false,false],[381,24,0,true,true,false],[383,10,0,true,false,false],[383,19,0,true,true,false],[383,28,0,true,false,false],[383,29,0,true,true,false],[385,10,0,true,false,false],[385,16,0,true,true,false],[387,10,0,true,false,false],[388,6,0,false,false,false],[390,36,0,true,true,false],[391,12,0,true,true,false],[391,23,0,true,false,false],[391,24,0,true,true,false],[393,10,0,true,false,false],[393,19,0,true,true,false],[393,28,0,true,false,false],[393,29,0,true,true,false],[395,10,0,true,false,false],[395,16,0,true,true,false],[397,10,0,true,false,false],[398,6,0,false,false,false],[400,36,0,true,true,false],[402,6,0,false,false,false],[404,39,0,true,true,false],[405,21,0,true,true,false],[405,22,0,true,false,false],[405,25,0,true,true,false],[405,26,0,true,false,false],[406,6,0,false,false,false],[408,39,0,true,true,false],[409,21,0,true,true,false],[409,22,0,true,false,false],[409,25,0,true,true,false],[409,26,0,true,false,false],[410,6,0,false,false,false],[423,36,0,true,true,false],[423,41,0,false,false,false],[424,36,0,true,true,false],[424,41,0,false,false,false],[427,34,0,true,true,false],[427,37,0,false,false,false],[430,37,0,true,true,false],[430,40,0,false,false,false],[431,41,0,true,true,false],[431,43,0,false,false,false],[434,46,0,true,true,false],[435,32,0,true,true,false],[435,52,0,true,true,false],[439,12,0,true,true,false],[439,46,0,true,false,false],[439,47,0,true,true,false],[441,10,0,true,true,false],[444,12,0,true,true,false],[444,25,0,true,false,false],[444,26,0,true,true,false],[446,10,0,true,true,false],[450,12,0,true,true,false],[450,43,0,true,false,false],[450,44,0,true,true,false],[452,10,0,true,true,false],[455,12,0,true,true,false],[455,25,0,true,false,false],[455,26,0,true,true,false],[457,10,0,true,true,false],[461,12,0,true,true,false],[461,47,0,true,false,false],[461,48,0,true,true,false],[463,10,0,true,true,false],[467,12,0,true,true,false],[467,43,0,true,false,false],[467,44,0,true,true,false],[469,10,0,true,true,false],[473,12,0,true,true,false],[473,45,0,true,false,false],[473,46,0,true,true,false],[475,10,0,true,true,false],[478,25,0,true,false,false],[479,6,0,false,false,false],[481,46,0,true,true,false],[483,6,0,false,false,false],[485,25,0,true,true,false],[486,16,0,true,true,false],[493,71,0,true,true,false],[493,72,0,true,false,false],[493,75,0,true,true,false],[493,76,0,true,false,false],[500,34,0,true,true,false],[500,38,0,true,false,false],[500,41,0,true,true,false],[500,44,0,true,false,false],[502,18,0,true,true,false],[503,55,0,true,true,false],[505,14,0,true,false,false],[507,23,0,true,true,false],[508,73,0,true,true,false],[510,14,0,true,false,false],[511,67,0,true,true,false],[512,77,0,true,true,false],[514,18,0,true,false,false],[518,6,0,false,false,false],[523,39,0,true,true,false],[524,16,0,true,true,false],[524,26,0,true,false,false],[525,9,0,true,true,false],[526,31,0,true,false,false],[527,9,0,true,true,false],[528,34,0,true,false,false],[529,9,0,true,true,false],[530,26,0,true,false,false],[531,9,0,true,true,false],[532,33,0,true,false,false],[533,9,0,true,true,false],[534,25,0,true,false,false],[535,9,0,true,true,false],[536,28,0,true,false,false],[537,10,0,true,true,false],[538,6,0,false,false,false],[543,47,0,true,true,false],[544,40,0,true,true,false],[544,82,0,true,false,false],[546,28,0,true,true,false],[547,38,0,true,true,false],[551,14,0,true,true,false],[556,10,0,true,false,false],[560,6,0,false,false,false],[565,50,0,true,true,false],[566,12,0,true,true,false],[566,38,0,true,false,false],[566,39,0,true,true,false],[567,32,0,true,true,false],[572,14,0,true,false,false],[575,16,0,true,true,false],[581,10,0,true,false,false],[582,6,0,false,false,false],[587,42,0,true,true,false],[588,16,0,true,true,false],[590,20,0,true,true,false],[595,14,0,true,false,false],[602,20,0,true,true,false],[607,14,0,true,false,false],[612,6,0,false,false,false],[617,49,0,true,true,false],[620,45,0,true,true,false],[620,62,0,true,true,false],[620,73,0,true,false,false],[621,50,0,true,true,false],[621,63,0,true,false,false],[623,12,0,true,true,false],[623,28,0,true,true,false],[623,42,0,true,false,false],[623,43,0,true,true,false],[629,10,0,true,false,false],[629,16,0,true,true,false],[631,20,0,true,true,false],[633,24,0,true,true,false],[638,18,0,true,false,false],[644,6,0,false,false,false],[649,41,0,true,true,false],[654,6,0,false,false,false],[659,44,0,true,true,false],[660,56,0,true,true,false],[662,32,0,true,true,false],[669,14,0,true,false,false],[671,16,0,true,true,false],[677,10,0,true,false,false],[678,6,0,false,false,false],[682,40,0,true,true,false],[684,34,0,true,true,false],[684,37,0,true,false,false],[684,40,0,true,true,false],[684,44,0,true,false,false],[685,6,0,false,false,false],[687,40,0,true,true,false],[688,12,0,true,true,false],[688,23,0,true,false,false],[688,24,0,true,true,false],[690,10,0,true,false,false],[690,19,0,true,true,false],[690,28,0,true,false,false],[690,29,0,true,true,false],[692,10,0,true,false,false],[692,16,0,true,true,false],[694,10,0,true,false,false],[695,6,0,false,false,false],[697,36,0,true,true,false],[698,12,0,true,true,false],[698,23,0,true,false,false],[698,24,0,true,true,false],[700,10,0,true,false,false],[700,19,0,true,true,false],[700,28,0,true,false,false],[700,29,0,true,true,false],[702,10,0,true,false,false],[702,16,0,true,true,false],[704,10,0,true,false,false],[705,6,0,false,false,false],[707,36,0,true,true,false],[709,6,0,false,false,false],[711,39,0,true,true,false],[712,21,0,true,true,false],[712,22,0,true,false,false],[712,25,0,true,true,false],[712,26,0,true,false,false],[713,6,0,false,false,false],[715,39,0,true,true,false],[716,21,0,true,true,false],[716,22,0,true,false,false],[716,25,0,true,true,false],[716,26,0,true,false,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":105,"covered":0,"percent":0},"instantiations":{"count":105,"covered":0,"percent":0},"lines":{"count":1018,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":250,"covered":0,"notcovered":250,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift","mcdc_records":[],"segments":[[12,37,0,true,true,false],[12,38,0,false,false,false],[14,50,0,true,true,false],[14,53,0,false,false,false],[16,25,0,true,true,false],[17,16,0,true,true,false],[19,10,0,true,false,false],[19,18,0,true,true,false],[21,10,0,true,false,false],[26,34,0,true,true,false],[29,20,0,true,true,false],[29,35,0,true,false,false],[29,36,0,true,true,false],[30,107,0,true,true,false],[31,30,0,true,true,false],[32,32,0,true,true,false],[32,47,0,true,false,false],[32,48,0,true,true,false],[34,30,0,true,false,false],[38,27,0,true,true,false],[38,42,0,true,false,false],[38,43,0,true,true,false],[43,18,0,true,false,false],[46,6,0,false,false,false],[57,36,0,true,true,false],[57,41,0,false,false,false],[58,36,0,true,true,false],[58,41,0,false,false,false],[60,33,0,true,true,false],[60,35,0,false,false,false],[61,41,0,true,true,false],[61,42,0,false,false,false],[62,37,0,true,true,false],[62,39,0,false,false,false],[64,25,0,true,true,false],[65,16,0,true,true,false],[71,71,0,true,true,false],[71,72,0,true,false,false],[71,75,0,true,true,false],[71,76,0,true,false,false],[74,16,0,true,true,false],[74,27,0,true,false,false],[74,28,0,true,true,false],[78,14,0,true,false,false],[78,23,0,true,true,false],[78,36,0,true,false,false],[78,37,0,true,true,false],[82,14,0,true,false,false],[82,20,0,true,true,false],[89,14,0,true,false,false],[92,34,0,true,true,false],[92,38,0,true,false,false],[92,41,0,true,true,false],[92,44,0,true,false,false],[94,18,0,true,true,false],[95,55,0,true,true,false],[97,14,0,true,false,false],[99,23,0,true,true,false],[100,73,0,true,true,false],[102,14,0,true,false,false],[103,67,0,true,true,false],[104,77,0,true,true,false],[106,18,0,true,false,false],[110,6,0,false,false,false],[112,40,0,true,true,false],[114,34,0,true,true,false],[114,37,0,true,false,false],[114,40,0,true,true,false],[114,44,0,true,false,false],[115,6,0,false,false,false],[117,40,0,true,true,false],[118,12,0,true,true,false],[118,23,0,true,false,false],[118,24,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,28,0,true,false,false],[120,29,0,true,true,false],[122,10,0,true,false,false],[122,16,0,true,true,false],[124,10,0,true,false,false],[125,6,0,false,false,false],[127,36,0,true,true,false],[128,12,0,true,true,false],[128,23,0,true,false,false],[128,24,0,true,true,false],[130,10,0,true,false,false],[130,19,0,true,true,false],[130,28,0,true,false,false],[130,29,0,true,true,false],[132,10,0,true,false,false],[132,16,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false],[137,36,0,true,true,false],[139,6,0,false,false,false],[141,39,0,true,true,false],[142,21,0,true,true,false],[142,22,0,true,false,false],[142,25,0,true,true,false],[142,26,0,true,false,false],[143,6,0,false,false,false],[145,39,0,true,true,false],[146,21,0,true,true,false],[146,22,0,true,false,false],[146,25,0,true,true,false],[146,26,0,true,false,false],[147,6,0,false,false,false],[156,25,0,true,true,false],[157,29,0,true,true,false],[159,53,0,true,true,false],[160,37,0,true,true,false],[167,63,0,true,true,false],[167,65,0,true,false,false],[167,68,0,true,true,false],[167,109,0,true,false,false],[169,32,0,true,true,false],[169,67,0,true,false,false],[172,24,0,true,true,false],[172,53,0,true,false,false],[172,54,0,true,true,false],[173,32,0,true,true,false],[177,26,0,true,false,false],[177,34,0,true,true,false],[180,26,0,true,false,false],[185,22,0,true,true,false],[188,18,0,true,false,false],[191,20,0,true,true,false],[191,49,0,true,false,false],[191,50,0,true,true,false],[195,18,0,true,true,false],[196,14,0,true,false,false],[199,33,0,true,true,false],[206,64,0,true,true,false],[206,66,0,true,false,false],[206,69,0,true,true,false],[206,115,0,true,false,false],[208,28,0,true,true,false],[208,68,0,true,false,false],[211,20,0,true,true,false],[211,54,0,true,false,false],[211,55,0,true,true,false],[212,28,0,true,true,false],[214,22,0,true,false,false],[214,30,0,true,true,false],[217,22,0,true,false,false],[222,18,0,true,true,false],[225,14,0,true,false,false],[228,80,0,true,true,false],[229,37,0,true,true,false],[236,54,0,true,true,false],[236,56,0,true,false,false],[236,59,0,true,true,false],[236,91,0,true,false,false],[238,32,0,true,true,false],[238,80,0,true,false,false],[241,24,0,true,true,false],[241,44,0,true,false,false],[241,45,0,true,true,false],[242,32,0,true,true,false],[244,26,0,true,false,false],[244,34,0,true,true,false],[247,26,0,true,false,false],[250,22,0,true,true,false],[253,28,0,true,true,false],[255,22,0,true,false,false],[255,30,0,true,true,false],[258,22,0,true,false,false],[267,16,0,true,true,false],[267,84,0,true,false,false],[267,85,0,true,true,false],[268,37,0,true,true,false],[272,28,0,true,true,false],[274,22,0,true,false,false],[274,30,0,true,true,false],[275,44,0,true,true,false],[280,26,0,true,false,false],[290,14,0,true,true,false],[293,33,0,true,true,false],[299,20,0,true,true,false],[299,48,0,true,false,false],[299,49,0,true,true,false],[301,61,0,true,true,false],[302,44,0,true,true,false],[303,69,0,true,true,false],[310,30,0,true,false,false],[311,69,0,true,true,false],[318,30,0,true,false,false],[324,24,0,true,true,false],[326,40,0,true,true,false],[334,22,0,true,false,false],[338,24,0,true,true,false],[340,24,0,true,true,false],[340,52,0,true,false,false],[340,53,0,true,true,false],[344,22,0,true,false,false],[344,28,0,true,true,false],[347,22,0,true,false,false],[348,26,0,true,true,false],[351,73,0,true,true,false],[351,85,0,true,false,false],[351,88,0,true,true,false],[351,98,0,true,false,false],[354,54,0,true,true,false],[354,73,0,true,false,false],[354,76,0,true,true,false],[354,102,0,true,false,false],[365,6,0,false,false,false],[369,47,0,true,true,false],[370,50,0,true,true,false],[371,76,0,true,true,false],[372,37,0,true,true,false],[373,28,0,true,true,false],[375,22,0,true,false,false],[375,30,0,true,true,false],[376,84,0,true,true,false],[376,107,0,true,false,false],[376,110,0,true,true,false],[376,118,0,true,false,false],[378,87,0,true,true,false],[378,99,0,true,false,false],[378,102,0,true,true,false],[378,112,0,true,false,false],[382,61,0,true,true,false],[387,28,0,true,true,false],[387,66,0,true,false,false],[387,67,0,true,true,false],[392,26,0,true,true,false],[393,22,0,true,false,false],[399,20,0,true,true,false],[399,47,0,true,false,false],[399,87,0,true,true,false],[407,18,0,true,true,false],[408,14,0,true,false,false],[410,6,0,false,false,false],[414,43,0,true,true,false],[416,65,0,true,true,false],[416,87,0,true,true,false],[417,53,0,true,false,false],[418,6,0,false,false,false],[420,63,0,true,true,false],[434,48,0,true,true,false],[434,64,0,true,false,false],[435,6,0,false,false,false],[445,25,0,true,true,false],[446,29,0,true,true,false],[460,33,0,true,true,false],[461,37,0,true,true,false],[463,18,0,true,false,false],[467,42,0,true,true,false],[469,18,0,true,false,false],[473,34,0,true,true,false],[475,18,0,true,false,false],[482,6,0,false,false,false],[489,40,0,true,true,false],[517,6,0,false,false,false],[538,38,0,true,true,false],[538,43,0,false,false,false],[541,45,0,true,true,false],[541,47,0,false,false,false],[544,37,0,true,true,false],[544,39,0,false,false,false],[547,35,0,true,true,false],[549,12,0,true,true,false],[549,36,0,true,true,false],[549,65,0,true,false,false],[549,69,0,true,true,false],[549,92,0,true,false,false],[549,93,0,true,true,false],[549,109,0,true,true,false],[551,12,0,true,true,false],[551,31,0,true,false,false],[551,32,0,true,true,false],[551,48,0,true,true,false],[552,56,0,true,true,false],[552,93,0,true,false,false],[553,6,0,false,false,false],[556,41,0,true,true,false],[557,12,0,true,true,false],[557,32,0,true,false,false],[557,33,0,true,true,false],[557,52,0,true,true,false],[558,12,0,true,true,false],[558,41,0,true,false,false],[558,42,0,true,true,false],[558,61,0,true,true,false],[559,12,0,true,true,false],[559,35,0,true,false,false],[559,36,0,true,true,false],[559,52,0,true,true,false],[560,21,0,true,false,false],[561,6,0,false,false,false],[563,25,0,true,true,false],[564,24,0,true,true,false],[569,19,0,true,true,false],[570,20,0,true,true,false],[570,31,0,true,false,false],[570,32,0,true,true,false],[572,18,0,true,false,false],[572,24,0,true,true,false],[574,18,0,true,false,false],[579,51,0,true,true,false],[579,59,0,true,false,false],[579,62,0,true,true,false],[579,69,0,true,false,false],[582,6,0,false,false,false],[584,67,0,true,true,false],[585,29,0,true,true,false],[586,16,0,true,true,false],[586,37,0,true,false,false],[586,38,0,true,true,false],[588,14,0,true,true,false],[591,32,0,true,true,false],[601,14,0,true,false,false],[609,32,0,true,true,false],[622,14,0,true,false,false],[624,16,0,true,true,false],[624,37,0,true,false,false],[624,38,0,true,true,false],[626,14,0,true,true,false],[627,10,0,true,false,false],[628,6,0,false,false,false],[630,65,0,true,true,false],[631,28,0,true,true,false],[633,32,0,true,true,false],[644,14,0,true,false,false],[653,32,0,true,true,false],[667,14,0,true,false,false],[669,6,0,false,false,false],[681,36,0,true,true,false],[681,41,0,false,false,false],[683,37,0,true,true,false],[684,47,0,true,true,false],[684,59,0,true,false,false],[684,62,0,true,true,false],[684,86,0,true,false,false],[685,6,0,false,false,false],[687,30,0,true,true,false],[687,54,0,false,false,false],[689,25,0,true,true,false],[690,14,0,true,true,false],[692,50,0,true,true,false],[693,24,0,true,true,false],[695,18,0,true,false,false],[695,26,0,true,true,false],[696,28,0,true,true,false],[697,61,0,true,true,false],[697,73,0,true,false,false],[697,76,0,true,true,false],[697,93,0,true,false,false],[699,28,0,true,true,false],[699,75,0,true,false,false],[699,76,0,true,true,false],[701,26,0,true,true,false],[702,22,0,true,false,false],[709,20,0,true,true,false],[711,14,0,true,false,false],[711,22,0,true,true,false],[713,14,0,true,false,false],[714,18,0,true,true,false],[715,32,0,true,true,false],[727,14,0,true,false,false],[732,39,0,true,true,false],[732,68,0,true,false,false],[732,71,0,true,true,false],[732,82,0,true,false,false],[736,18,0,true,true,false],[736,36,0,true,false,false],[739,6,0,false,false,false],[753,35,0,true,true,false],[756,21,0,true,true,false],[756,38,0,true,true,false],[756,49,0,true,false,false],[756,53,0,true,true,false],[756,62,0,true,false,false],[758,38,0,true,true,false],[758,63,0,true,true,false],[758,95,0,true,false,false],[759,6,0,false,false,false],[761,44,0,true,true,false],[762,39,0,true,true,false],[762,53,0,true,true,false],[766,21,0,true,true,false],[766,38,0,true,true,false],[766,49,0,true,false,false],[766,53,0,true,true,false],[766,62,0,true,false,false],[768,12,0,true,true,false],[768,29,0,true,false,false],[768,30,0,true,true,false],[770,10,0,true,true,false],[772,12,0,true,true,false],[772,43,0,true,true,false],[772,75,0,true,false,false],[772,77,0,true,true,false],[774,10,0,true,true,false],[776,19,0,true,false,false],[777,6,0,false,false,false],[779,25,0,true,true,false],[780,29,0,true,true,false],[784,53,0,true,true,false],[788,31,0,true,true,false],[789,28,0,true,true,false],[789,39,0,true,false,false],[789,40,0,true,true,false],[791,26,0,true,false,false],[795,52,0,true,true,false],[799,18,0,true,true,false],[800,14,0,true,false,false],[802,33,0,true,true,false],[803,34,0,true,true,false],[805,18,0,true,false,false],[809,34,0,true,true,false],[811,18,0,true,false,false],[819,19,0,true,true,false],[821,10,0,true,false,false],[822,6,0,false,false,false],[833,25,0,true,true,false],[834,29,0,true,true,false],[841,27,0,true,true,false],[841,41,0,true,false,false],[845,33,0,true,true,false],[846,34,0,true,true,false],[848,18,0,true,false,false],[853,30,0,true,true,false],[855,18,0,true,false,false],[863,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":132,"covered":0,"percent":0},"instantiations":{"count":132,"covered":0,"percent":0},"lines":{"count":2005,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":253,"covered":0,"notcovered":253,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift","mcdc_records":[],"segments":[[13,30,0,true,true,false],[15,6,0,false,false,false],[17,25,0,true,true,false],[18,20,0,true,true,false],[19,54,0,true,true,false],[40,14,0,true,false,false],[47,47,0,true,true,false],[47,50,0,true,false,false],[47,53,0,true,true,false],[47,57,0,true,false,false],[50,6,0,false,false,false],[54,50,0,true,true,false],[54,55,0,false,false,false],[56,48,0,true,true,false],[57,49,0,true,true,false],[63,63,0,true,true,false],[65,37,0,true,true,false],[78,28,0,true,true,false],[80,22,0,true,false,false],[80,30,0,true,true,false],[84,22,0,true,false,false],[100,20,0,true,true,false],[102,22,0,true,true,false],[104,28,0,true,true,false],[106,22,0,true,false,false],[106,30,0,true,true,false],[108,22,0,true,false,false],[114,24,0,true,true,false],[114,44,0,true,false,false],[114,45,0,true,true,false],[115,46,0,true,true,false],[116,36,0,true,true,false],[118,30,0,true,false,false],[118,38,0,true,true,false],[119,39,0,true,true,false],[121,34,0,true,false,false],[121,41,0,true,true,false],[123,34,0,true,false,false],[128,22,0,true,true,false],[131,28,0,true,true,false],[133,22,0,true,false,false],[133,30,0,true,true,false],[135,22,0,true,false,false],[136,26,0,true,true,false],[137,41,0,true,true,false],[152,22,0,true,false,false],[169,6,0,false,false,false],[173,46,0,true,true,false],[174,49,0,true,true,false],[183,61,0,true,true,false],[183,98,0,true,false,false],[183,102,0,true,true,false],[183,130,0,true,false,false],[184,15,0,true,true,false],[189,14,0,true,false,false],[196,15,0,true,true,false],[198,14,0,true,false,false],[205,15,0,true,true,false],[207,14,0,true,false,false],[209,6,0,false,false,false],[213,49,0,true,true,false],[214,50,0,true,true,false],[219,92,0,true,true,false],[220,54,0,true,true,false],[224,23,0,true,true,false],[226,22,0,true,false,false],[230,6,0,false,false,false],[234,52,0,true,true,false],[235,49,0,true,true,false],[237,32,0,true,true,false],[240,63,0,true,true,false],[240,80,0,true,false,false],[240,83,0,true,true,false],[240,93,0,true,false,false],[255,6,0,false,false,false],[258,44,0,true,true,false],[259,12,0,true,true,false],[259,30,0,true,false,false],[259,31,0,true,true,false],[262,10,0,true,false,false],[262,45,0,true,true,false],[266,10,0,true,false,false],[266,16,0,true,true,false],[268,45,0,true,true,false],[268,49,0,true,false,false],[268,52,0,true,true,false],[268,56,0,true,false,false],[270,6,0,false,false,false],[283,36,0,true,true,false],[283,41,0,false,false,false],[285,25,0,true,true,false],[286,32,0,true,true,false],[287,33,0,true,true,false],[290,51,0,true,true,false],[290,68,0,true,false,false],[290,71,0,true,true,false],[290,81,0,true,false,false],[293,57,0,true,true,false],[297,37,0,true,true,false],[302,22,0,true,true,false],[303,18,0,true,false,false],[307,20,0,true,true,false],[307,30,0,true,false,false],[307,31,0,true,true,false],[311,18,0,true,true,false],[312,14,0,true,false,false],[313,51,0,true,true,false],[313,52,0,true,false,false],[313,55,0,true,true,false],[313,57,0,true,false,false],[317,40,0,true,true,false],[317,71,0,true,false,false],[317,74,0,true,true,false],[317,87,0,true,true,false],[317,115,0,true,false,false],[317,118,0,true,true,false],[317,129,0,true,false,false],[321,42,0,true,true,false],[321,72,0,true,false,false],[321,75,0,true,true,false],[321,86,0,true,false,false],[325,18,0,true,true,false],[325,36,0,true,false,false],[328,6,0,false,false,false],[339,36,0,true,true,false],[339,41,0,false,false,false],[341,25,0,true,true,false],[342,31,0,true,true,false],[343,32,0,true,true,false],[346,51,0,true,true,false],[346,68,0,true,false,false],[346,71,0,true,true,false],[346,79,0,true,false,false],[358,40,0,true,true,false],[358,71,0,true,false,false],[358,74,0,true,true,false],[358,87,0,true,true,false],[358,115,0,true,false,false],[358,118,0,true,true,false],[358,129,0,true,false,false],[362,42,0,true,true,false],[362,72,0,true,false,false],[362,75,0,true,true,false],[362,86,0,true,false,false],[366,18,0,true,true,false],[366,36,0,true,false,false],[369,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":847,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":0,"notcovered":87,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift","mcdc_records":[],"segments":[[18,42,0,true,true,false],[18,59,0,false,false,false],[36,44,0,true,true,false],[36,49,0,false,false,false],[37,44,0,true,true,false],[37,46,0,false,false,false],[40,54,0,true,true,false],[40,59,0,false,false,false],[43,42,0,true,true,false],[43,47,0,false,false,false],[46,47,0,true,true,false],[46,52,0,false,false,false],[47,39,0,true,true,false],[47,41,0,false,false,false],[49,25,0,true,true,false],[50,28,0,true,true,false],[52,32,0,true,true,false],[63,33,0,true,true,false],[63,69,0,true,false,false],[64,34,0,true,true,false],[64,71,0,true,false,false],[69,20,0,true,true,false],[69,42,0,true,false,false],[69,43,0,true,true,false],[72,18,0,true,true,false],[77,24,0,true,true,false],[80,40,0,true,true,false],[82,26,0,true,false,false],[83,40,0,true,true,false],[85,26,0,true,false,false],[93,22,0,true,true,false],[94,52,0,true,true,false],[96,40,0,true,true,false],[96,61,0,true,false,false],[97,40,0,true,true,false],[97,78,0,true,false,false],[100,52,0,true,true,false],[101,28,0,true,true,false],[102,66,0,true,true,false],[102,94,0,true,false,false],[103,30,0,true,true,false],[105,22,0,true,false,false],[106,45,0,true,true,false],[106,61,0,true,false,false],[106,64,0,true,true,false],[106,80,0,true,false,false],[108,59,0,true,true,false],[108,75,0,true,false,false],[108,78,0,true,true,false],[108,94,0,true,false,false],[113,16,0,true,true,false],[113,31,0,true,false,false],[113,32,0,true,true,false],[117,14,0,true,true,false],[118,10,0,true,false,false],[119,44,0,true,true,false],[119,47,0,true,false,false],[119,50,0,true,true,false],[119,53,0,true,false,false],[126,19,0,true,true,false],[129,50,0,true,true,false],[139,14,0,true,false,false],[139,20,0,true,true,false],[142,14,0,true,false,false],[144,22,0,true,true,false],[146,10,0,true,false,false],[147,84,0,true,true,false],[151,13,0,true,true,false],[166,14,0,true,false,false],[168,84,0,true,true,false],[172,13,0,true,true,false],[174,14,0,true,false,false],[176,48,0,true,true,false],[177,37,0,true,true,false],[182,14,0,true,false,false],[184,72,0,true,true,false],[185,41,0,true,true,false],[185,43,0,true,false,false],[186,20,0,true,true,false],[188,10,0,true,false,false],[189,83,0,true,true,false],[190,45,0,true,true,false],[190,47,0,true,false,false],[191,54,0,true,true,false],[192,22,0,true,true,false],[194,18,0,true,false,false],[196,20,0,true,true,false],[198,10,0,true,false,false],[199,58,0,true,true,false],[202,27,0,true,true,false],[202,52,0,true,false,false],[203,27,0,true,true,false],[203,65,0,true,false,false],[206,60,0,true,true,false],[208,29,0,true,true,false],[208,68,0,true,false,false],[209,33,0,true,true,false],[209,76,0,true,false,false],[210,27,0,true,true,false],[214,18,0,true,false,false],[217,52,0,true,true,false],[221,27,0,true,true,false],[225,18,0,true,false,false],[226,27,0,true,true,false],[229,18,0,true,false,false],[232,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":497,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift","mcdc_records":[],"segments":[[8,49,0,true,true,false],[10,6,0,false,false,false],[13,29,0,true,true,false],[15,6,0,false,false,false],[18,30,0,true,true,false],[20,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":9,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift","mcdc_records":[],"segments":[[17,21,0,true,true,false],[20,12,0,true,true,false],[25,16,0,true,true,false],[25,37,0,true,false,false],[25,38,0,true,true,false],[33,14,0,true,false,false],[35,52,0,true,true,false],[40,14,0,true,true,false],[50,40,0,true,true,false],[50,93,0,true,false,false],[54,65,0,true,true,false],[57,63,0,true,true,false],[62,64,0,true,true,false],[67,16,0,true,true,false],[67,76,0,true,false,false],[67,77,0,true,true,false],[68,20,0,true,true,false],[69,89,0,true,true,false],[71,18,0,true,false,false],[71,91,0,true,true,false],[73,18,0,true,false,false],[73,25,0,true,true,false],[76,18,0,true,true,false],[77,14,0,true,true,false],[86,24,0,true,false,false],[87,17,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[99,13,0,true,true,false],[100,12,0,true,true,false],[101,124,0,true,true,false],[103,14,0,true,true,false],[106,40,0,true,true,false],[106,93,0,true,false,false],[108,16,0,true,true,false],[108,40,0,true,false,false],[108,41,0,true,true,false],[110,110,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,69,0,true,true,false],[114,14,0,true,true,false],[117,63,0,true,true,false],[121,10,0,true,false,false],[121,17,0,true,true,false],[123,10,0,true,true,false],[124,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":105,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[15,12,0,true,true,false],[15,27,0,true,false,false],[15,28,0,true,true,false],[19,35,0,true,true,false],[22,14,0,true,false,false],[24,6,0,false,false,false],[27,40,0,true,true,false],[35,12,0,true,true,false],[35,32,0,true,false,false],[35,33,0,true,true,false],[37,10,0,true,false,false],[37,19,0,true,true,false],[37,47,0,true,false,false],[37,120,0,true,true,false],[39,10,0,true,false,false],[40,6,0,false,false,false],[43,38,0,true,true,false],[45,6,0,false,false,false],[48,71,0,true,true,false],[52,88,0,true,true,false],[54,16,0,true,true,false],[54,35,0,true,false,false],[54,36,0,true,true,false],[57,14,0,true,true,false],[62,23,0,true,false,false],[66,62,0,true,true,false],[67,33,0,true,true,false],[67,43,0,true,true,false],[68,60,0,true,true,false],[68,70,0,true,true,false],[69,53,0,true,true,false],[69,73,0,true,false,false],[69,77,0,true,true,false],[69,100,0,true,true,false],[69,118,0,true,false,false],[70,16,0,true,true,false],[70,30,0,true,false,false],[70,31,0,true,true,false],[72,14,0,true,false,false],[74,6,0,false,false,false],[80,7,0,true,true,false],[87,12,0,true,true,false],[87,34,0,true,false,false],[87,35,0,true,true,false],[89,10,0,true,false,false],[91,50,0,true,true,false],[95,10,0,true,true,false],[97,55,0,true,true,false],[98,33,0,true,true,false],[98,43,0,true,true,false],[100,18,0,true,true,false],[108,19,0,true,true,false],[109,26,0,true,true,false],[111,22,0,true,false,false],[115,6,0,false,false,false],[117,45,0,true,true,false],[129,59,0,true,true,false],[132,10,0,true,true,false],[137,6,0,false,false,false],[139,54,0,true,true,false],[140,12,0,true,true,false],[140,20,0,true,false,false],[140,21,0,true,true,false],[143,10,0,true,true,false],[153,6,0,false,false,false],[156,29,0,true,true,false],[160,6,0,false,false,false],[162,33,0,true,true,false],[163,50,0,true,true,false],[165,10,0,true,false,false],[168,6,0,false,false,false],[171,70,0,true,true,false],[176,12,0,true,true,false],[176,40,0,true,false,false],[176,41,0,true,true,false],[176,59,0,true,false,false],[177,12,0,true,true,false],[177,40,0,true,false,false],[177,41,0,true,true,false],[177,59,0,true,false,false],[178,12,0,true,true,false],[178,39,0,true,false,false],[178,40,0,true,true,false],[178,58,0,true,false,false],[179,12,0,true,true,false],[179,38,0,true,false,false],[179,39,0,true,true,false],[179,57,0,true,false,false],[181,30,0,true,true,false],[181,37,0,true,false,false],[182,9,0,true,true,false],[182,20,0,true,false,false],[183,9,0,true,true,false],[183,20,0,true,false,false],[184,9,0,true,true,false],[184,20,0,true,false,false],[185,9,0,true,true,false],[185,20,0,true,false,false],[186,9,0,true,true,false],[186,20,0,true,false,false],[187,9,0,true,true,false],[187,20,0,true,false,false],[188,9,0,true,true,false],[188,20,0,true,false,false],[189,9,0,true,true,false],[189,20,0,true,false,false],[190,9,0,true,true,false],[190,20,0,true,false,false],[191,9,0,true,true,false],[191,20,0,true,false,false],[192,9,0,true,true,false],[192,21,0,true,false,false],[193,9,0,true,true,false],[193,21,0,true,false,false],[194,9,0,true,true,false],[194,21,0,true,false,false],[195,9,0,true,true,false],[195,21,0,true,false,false],[196,9,0,true,true,false],[196,21,0,true,false,false],[197,9,0,true,true,false],[197,21,0,true,false,false],[198,9,0,true,true,false],[198,21,0,true,false,false],[199,9,0,true,true,false],[199,21,0,true,false,false],[200,9,0,true,true,false],[200,21,0,true,false,false],[201,9,0,true,true,false],[201,21,0,true,false,false],[202,9,0,true,true,false],[202,21,0,true,false,false],[203,9,0,true,true,false],[203,21,0,true,false,false],[204,9,0,true,true,false],[204,21,0,true,false,false],[205,9,0,true,true,false],[205,21,0,true,false,false],[206,9,0,true,true,false],[206,21,0,true,false,false],[207,9,0,true,true,false],[207,21,0,true,false,false],[208,9,0,true,true,false],[208,21,0,true,false,false],[209,9,0,true,true,false],[209,21,0,true,false,false],[210,9,0,true,true,false],[210,21,0,true,false,false],[211,9,0,true,true,false],[211,21,0,true,false,false],[212,9,0,true,true,false],[212,21,0,true,false,false],[213,9,0,true,true,false],[213,21,0,true,false,false],[214,9,0,true,true,false],[214,21,0,true,false,false],[215,9,0,true,true,false],[215,21,0,true,false,false],[216,9,0,true,true,false],[216,21,0,true,false,false],[217,9,0,true,true,false],[217,23,0,true,false,false],[218,9,0,true,true,false],[218,21,0,true,false,false],[219,9,0,true,true,false],[219,21,0,true,false,false],[220,9,0,true,true,false],[220,21,0,true,false,false],[221,9,0,true,true,false],[221,21,0,true,false,false],[222,9,0,true,true,false],[222,21,0,true,false,false],[223,9,0,true,true,false],[223,22,0,true,false,false],[224,9,0,true,true,false],[224,21,0,true,false,false],[225,9,0,true,true,false],[225,21,0,true,false,false],[226,9,0,true,true,false],[226,21,0,true,false,false],[227,9,0,true,true,false],[227,21,0,true,false,false],[228,9,0,true,true,false],[228,21,0,true,false,false],[229,9,0,true,true,false],[229,23,0,true,false,false],[230,9,0,true,true,false],[230,23,0,true,false,false],[231,9,0,true,true,false],[231,21,0,true,false,false],[232,9,0,true,true,false],[232,24,0,true,false,false],[233,9,0,true,true,false],[233,23,0,true,false,false],[234,9,0,true,true,false],[234,24,0,true,false,false],[235,9,0,true,true,false],[235,24,0,true,false,false],[236,9,0,true,true,false],[236,24,0,true,false,false],[237,9,0,true,true,false],[237,24,0,true,false,false],[238,9,0,true,true,false],[238,24,0,true,false,false],[239,9,0,true,true,false],[239,24,0,true,false,false],[240,9,0,true,true,false],[240,24,0,true,false,false],[241,9,0,true,true,false],[241,24,0,true,false,false],[242,9,0,true,true,false],[242,22,0,true,false,false],[243,9,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[244,22,0,true,false,false],[245,9,0,true,true,false],[245,22,0,true,false,false],[246,9,0,true,true,false],[246,22,0,true,false,false],[247,9,0,true,true,false],[247,23,0,true,false,false],[248,9,0,true,true,false],[248,23,0,true,false,false],[249,9,0,true,true,false],[249,24,0,true,false,false],[250,9,0,true,true,false],[250,24,0,true,false,false],[251,9,0,true,true,false],[251,24,0,true,false,false],[252,9,0,true,true,false],[252,24,0,true,false,false],[253,9,0,true,true,false],[253,24,0,true,false,false],[254,9,0,true,true,false],[254,24,0,true,false,false],[255,9,0,true,true,false],[255,23,0,true,false,false],[256,9,0,true,true,false],[256,24,0,true,false,false],[257,9,0,true,true,false],[257,23,0,true,false,false],[258,9,0,true,true,false],[258,25,0,true,false,false],[259,9,0,true,true,false],[259,23,0,true,false,false],[260,9,0,true,true,false],[260,25,0,true,false,false],[261,9,0,true,true,false],[261,26,0,true,false,false],[262,9,0,true,true,false],[262,25,0,true,false,false],[263,9,0,true,true,false],[263,23,0,true,false,false],[264,9,0,true,true,false],[264,31,0,true,false,false],[265,10,0,true,true,false],[267,32,0,true,false,false],[268,6,0,false,false,false],[270,32,0,true,true,false],[278,6,0,false,false,false],[280,33,0,true,true,false],[296,6,0,false,false,false],[298,46,0,true,true,false],[300,12,0,true,true,false],[300,34,0,true,false,false],[300,35,0,true,true,false],[302,10,0,true,false,false],[304,50,0,true,true,false],[308,10,0,true,true,false],[311,55,0,true,true,false],[312,33,0,true,true,false],[312,43,0,true,true,false],[314,18,0,true,true,false],[316,20,0,true,true,false],[316,27,0,true,false,false],[316,28,0,true,true,false],[324,21,0,true,true,false],[330,22,0,true,false,false],[331,24,0,true,true,false],[334,18,0,true,false,false],[341,19,0,true,true,false],[342,26,0,true,true,false],[344,22,0,true,false,false],[348,6,0,false,false,false],[351,65,0,true,true,false],[360,105,0,true,true,false],[365,13,0,true,true,false],[373,14,0,true,false,false],[373,52,0,true,true,false],[381,14,0,true,false,false],[382,87,0,true,true,false],[382,137,0,true,false,false],[383,13,0,true,true,false],[391,14,0,true,false,false],[391,54,0,true,true,false],[400,14,0,true,false,false],[400,20,0,true,true,false],[411,14,0,true,false,false],[415,51,0,true,true,false],[415,68,0,true,false,false],[420,16,0,true,true,false],[429,10,0,true,false,false],[430,6,0,false,false,false],[432,36,0,true,true,false],[442,125,0,true,true,false],[442,130,0,true,false,false],[442,175,0,true,true,false],[442,180,0,true,false,false],[445,12,0,true,true,false],[445,19,0,true,false,false],[445,49,0,true,true,false],[446,18,0,true,true,false],[447,20,0,true,true,false],[447,38,0,true,false,false],[447,39,0,true,true,false],[451,18,0,true,false,false],[451,27,0,true,true,false],[451,45,0,true,false,false],[451,46,0,true,true,false],[455,18,0,true,false,false],[455,27,0,true,true,false],[455,54,0,true,false,false],[455,55,0,true,true,false],[459,18,0,true,false,false],[459,24,0,true,true,false],[462,18,0,true,false,false],[465,6,0,false,false,false],[467,26,20,true,true,false],[479,12,20,true,true,false],[479,32,20,true,false,false],[479,33,0,true,true,false],[482,10,20,true,false,false],[485,12,20,true,true,false],[485,30,20,true,false,false],[485,54,0,true,true,false],[487,50,0,true,true,false],[492,14,0,true,false,false],[492,20,0,true,true,false],[495,14,0,true,false,false],[496,10,20,true,false,false],[504,12,20,true,true,false],[504,29,20,true,false,false],[504,30,0,true,true,false],[505,16,0,true,true,false],[505,40,0,true,true,false],[505,87,0,true,false,false],[505,88,0,true,true,false],[507,14,0,true,false,false],[509,10,20,true,false,false],[512,6,0,false,false,false],[514,27,0,true,true,false],[517,6,0,false,false,false],[519,56,0,true,true,false],[524,14,0,true,true,false],[528,10,0,true,true,false],[535,12,0,true,true,false],[535,33,0,true,false,false],[540,9,0,true,true,false],[544,10,0,true,true,false],[550,52,0,true,true,false],[561,16,0,true,true,false],[561,23,0,true,false,false],[561,24,0,true,true,false],[566,14,0,true,false,false],[566,20,0,true,true,false],[569,14,0,true,false,false],[573,10,0,true,true,false],[576,12,0,true,true,false],[582,14,0,true,true,false],[583,80,0,true,true,false],[601,57,0,true,true,false],[604,14,0,true,false,false],[604,23,0,true,true,false],[604,42,0,true,false,false],[604,43,0,true,true,false],[612,66,0,true,true,false],[612,110,0,true,true,false],[612,121,0,true,false,false],[612,125,0,true,true,false],[612,127,0,true,false,false],[616,23,0,true,true,false],[616,51,0,true,true,false],[616,81,0,true,true,false],[616,103,0,true,false,false],[616,105,0,true,true,false],[623,87,0,true,true,false],[625,18,0,true,true,false],[629,14,0,true,false,false],[629,23,0,true,true,false],[629,53,0,true,false,false],[629,54,0,true,true,false],[640,14,0,true,false,false],[645,16,0,true,true,false],[645,31,0,true,false,false],[645,32,0,true,true,false],[657,14,0,true,false,false],[657,20,0,true,true,false],[662,14,0,true,false,false],[663,17,0,true,true,false],[667,10,0,true,true,false],[670,6,0,false,false,false],[672,26,0,true,true,false],[686,6,0,false,false,false],[690,31,0,true,true,false],[701,6,0,false,false,false],[704,18,0,true,true,false],[711,40,0,true,true,false],[712,45,0,true,true,false],[713,22,0,true,true,false],[717,18,0,true,false,false],[719,68,0,true,true,false],[722,22,0,true,true,false],[725,18,0,true,false,false],[730,81,0,true,true,false],[740,13,0,true,true,false],[744,14,0,true,false,false],[744,45,0,true,true,false],[748,14,0,true,false,false],[750,13,0,true,true,false],[754,14,0,true,false,false],[754,86,0,true,true,false],[758,14,0,true,false,false],[758,20,0,true,true,false],[764,14,0,true,false,false],[768,16,0,true,true,false],[772,10,0,true,false,false],[773,6,0,false,false,false],[777,30,0,true,true,false],[790,40,0,true,true,false],[791,45,0,true,true,false],[792,22,0,true,true,false],[797,18,0,true,false,false],[799,68,0,true,true,false],[802,22,0,true,true,false],[807,18,0,true,false,false],[812,6,0,false,false,false],[815,70,0,true,true,false],[835,6,0,false,false,false],[838,29,0,true,true,false],[848,21,0,true,true,false],[849,61,0,true,true,false],[849,71,0,true,true,false],[851,18,0,true,true,false],[853,14,0,true,false,false],[855,6,0,false,false,false],[857,66,0,true,true,false],[859,84,0,true,true,false],[861,10,0,true,true,false],[869,86,0,true,true,false],[871,10,0,true,true,false],[873,19,0,true,false,false],[874,6,0,false,false,false],[876,69,0,true,true,false],[889,6,0,false,false,false],[892,49,0,true,true,false],[901,115,0,true,true,false],[901,129,0,true,false,false],[905,62,0,true,true,false],[907,18,0,true,true,false],[909,14,0,true,false,false],[910,16,0,true,true,false],[911,140,0,true,true,false],[911,145,0,true,false,false],[911,181,0,true,true,false],[911,186,0,true,false,false],[911,189,0,true,true,false],[911,194,0,true,false,false],[913,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":59,"covered":1,"percent":1.6949152542372881},"instantiations":{"count":59,"covered":1,"percent":1.6949152542372881},"lines":{"count":1068,"covered":27,"percent":2.5280898876404492},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":267,"covered":4,"notcovered":263,"percent":1.4981273408239701}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift","mcdc_records":[],"segments":[[8,65,0,true,true,false],[10,6,0,false,false,false],[13,75,0,true,true,false],[15,6,0,false,false,false],[18,48,0,true,true,false],[19,41,0,true,true,false],[21,10,0,true,true,false],[22,45,0,true,true,false],[28,10,0,true,true,false],[29,19,0,true,false,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":19,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift","mcdc_records":[],"segments":[[12,43,3,true,true,false],[13,12,3,true,true,false],[13,35,3,true,false,false],[13,36,0,true,true,false],[15,10,3,true,true,false],[16,31,3,true,false,false],[17,6,0,false,false,false],[20,41,2,true,true,false],[21,77,0,true,true,false],[21,79,2,true,false,false],[23,29,2,true,true,false],[25,10,2,true,false,false],[26,6,0,false,false,false],[28,73,2,true,true,false],[31,33,4,true,true,false],[33,10,2,true,true,false],[35,29,2,true,true,false],[37,87,0,true,true,false],[39,14,2,true,true,false],[42,71,0,true,true,false],[44,14,2,true,true,false],[45,10,2,true,false,false],[48,30,8,true,true,false],[51,16,8,true,true,false],[51,38,8,true,false,false],[51,39,4,true,true,false],[51,59,4,true,true,false],[52,29,8,true,false,false],[53,10,2,true,false,false],[54,6,0,false,false,false],[57,49,12,true,true,false],[59,6,0,false,false,false],[62,38,0,true,true,false],[63,34,0,true,true,false],[63,44,0,true,true,false],[68,21,0,true,true,false],[68,38,0,true,true,false],[68,49,0,true,false,false],[68,53,0,true,true,false],[68,62,0,true,false,false],[70,43,0,true,true,false],[70,53,0,true,true,false],[74,12,0,true,true,false],[74,43,0,true,true,false],[74,79,0,true,false,false],[74,81,0,true,true,false],[78,10,0,true,true,false],[105,29,0,true,true,false],[106,18,0,true,true,false],[110,14,0,true,false,false],[115,6,0,false,false,false],[118,39,0,true,true,false],[119,42,0,true,true,false],[122,10,0,true,true,false],[125,12,0,true,true,false],[125,59,0,true,false,false],[125,60,0,true,true,false],[127,10,0,true,false,false],[130,29,0,true,true,false],[131,18,0,true,true,false],[135,14,0,true,false,false],[137,6,0,false,false,false],[140,72,0,true,true,false],[143,72,0,true,true,false],[148,10,0,true,true,false],[167,12,0,true,true,false],[167,19,0,true,false,false],[167,20,0,true,true,false],[173,10,0,true,false,false],[173,16,0,true,true,false],[177,10,0,true,false,false],[180,6,0,false,false,false],[183,57,0,true,true,false],[193,62,0,true,true,false],[195,18,0,true,true,false],[197,14,0,true,false,false],[199,6,0,false,false,false],[202,75,0,true,true,false],[205,84,0,true,true,false],[209,10,0,true,true,false],[226,12,0,true,true,false],[226,19,0,true,false,false],[226,20,0,true,true,false],[232,10,0,true,false,false],[232,16,0,true,true,false],[236,10,0,true,false,false],[239,6,0,false,false,false],[242,31,0,true,true,false],[245,6,0,false,false,false],[248,22,0,true,true,false],[252,106,0,true,true,false],[256,10,0,true,true,false],[269,14,0,true,true,false],[271,33,0,true,true,false],[273,20,0,true,true,false],[273,34,0,true,false,false],[273,35,0,true,true,false],[275,18,0,true,false,false],[280,62,0,true,true,false],[282,18,0,true,true,false],[284,14,0,true,false,false],[286,6,0,false,false,false],[289,66,0,true,true,false],[292,72,0,true,true,false],[297,10,0,true,true,false],[316,12,0,true,true,false],[316,19,0,true,false,false],[316,20,0,true,true,false],[323,18,0,true,true,false],[323,76,0,true,false,false],[324,16,0,true,true,false],[328,10,0,true,false,false],[331,6,0,false,false,false],[334,52,5,true,true,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":7,"percent":25.925925925925924},"instantiations":{"count":27,"covered":7,"percent":25.925925925925924},"lines":{"count":348,"covered":52,"percent":14.942528735632186},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":17,"notcovered":57,"percent":22.972972972972975}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift","mcdc_records":[],"segments":[[7,33,0,true,true,false],[8,12,0,true,true,false],[8,28,0,true,false,false],[8,29,0,true,true,false],[11,10,0,true,true,false],[14,12,0,true,true,false],[14,31,0,true,false,false],[14,32,0,true,true,false],[16,10,0,true,false,false],[19,6,0,false,false,false],[21,23,0,true,true,false],[23,6,0,false,false,false],[25,40,0,true,true,false],[30,12,0,true,true,false],[30,34,0,true,false,false],[30,35,0,true,true,false],[32,10,0,true,false,false],[34,50,0,true,true,false],[37,10,0,true,true,false],[39,55,0,true,true,false],[40,33,0,true,true,false],[40,43,0,true,true,false],[42,18,0,true,true,false],[43,49,0,true,true,false],[43,80,0,true,false,false],[50,19,0,true,true,false],[51,26,0,true,true,false],[53,22,0,true,false,false],[57,6,0,false,false,false],[59,39,0,true,true,false],[65,12,0,true,true,false],[65,36,0,true,true,false],[65,83,0,true,false,false],[65,84,0,true,true,false],[67,10,0,true,false,false],[69,6,0,false,false,false],[71,49,0,true,true,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":109,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift","mcdc_records":[],"segments":[[7,52,0,true,true,false],[8,31,0,true,true,false],[8,45,0,true,true,false],[9,12,0,true,true,false],[9,22,0,true,false,false],[9,23,0,true,true,false],[10,46,0,true,true,false],[10,49,0,true,false,false],[10,52,0,true,true,false],[10,67,0,true,false,false],[11,10,0,true,true,false],[14,60,0,true,true,false],[14,74,0,true,true,false],[16,33,0,true,true,false],[16,36,0,true,false,false],[16,39,0,true,true,false],[16,45,0,true,false,false],[17,6,0,false,false,false],[19,63,0,true,true,false],[20,31,0,true,true,false],[20,41,0,true,true,false],[22,12,0,true,true,false],[22,22,0,true,false,false],[22,23,0,true,true,false],[23,41,0,true,true,false],[23,43,0,true,false,false],[25,10,0,true,true,false],[29,49,0,true,true,false],[29,51,0,true,false,false],[31,6,0,false,false,false],[33,54,0,true,true,false],[34,31,0,true,true,false],[34,47,0,true,true,false],[35,12,0,true,true,false],[35,22,0,true,false,false],[35,23,0,true,true,false],[37,10,0,true,true,false],[39,60,0,true,true,false],[39,76,0,true,true,false],[40,48,0,true,false,false],[41,6,0,false,false,false],[43,50,0,true,true,false],[44,31,0,true,true,false],[44,41,0,true,true,false],[45,12,0,true,true,false],[45,22,0,true,false,false],[45,23,0,true,true,false],[47,10,0,true,false,false],[47,16,0,true,true,false],[51,10,0,true,false,false],[52,6,0,false,false,false],[54,46,0,true,true,false],[55,31,0,true,true,false],[55,41,0,true,true,false],[56,12,0,true,true,false],[56,22,0,true,false,false],[56,23,0,true,true,false],[58,10,0,true,false,false],[58,16,0,true,true,false],[60,64,0,true,true,false],[60,74,0,true,true,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[66,56,0,true,true,false],[67,31,0,true,true,false],[67,41,0,true,true,false],[68,15,0,true,true,false],[68,43,0,true,false,false],[68,44,0,true,true,false],[70,62,0,true,true,false],[70,72,0,true,true,false],[73,10,0,true,true,false],[74,6,0,false,false,false],[76,51,0,true,true,false],[77,66,0,true,true,false],[79,10,0,true,true,false],[80,6,0,false,false,false],[82,65,0,true,true,false],[84,12,0,true,true,false],[84,46,0,true,false,false],[84,47,0,true,true,false],[84,65,0,true,false,false],[85,12,0,true,true,false],[85,46,0,true,false,false],[85,47,0,true,true,false],[85,65,0,true,false,false],[86,12,0,true,true,false],[86,45,0,true,false,false],[86,46,0,true,true,false],[86,64,0,true,false,false],[87,12,0,true,true,false],[87,44,0,true,false,false],[87,45,0,true,true,false],[87,63,0,true,false,false],[89,6,0,false,false,false],[92,43,0,true,true,false],[94,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":81,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift","mcdc_records":[],"segments":[[7,28,0,true,true,false],[9,6,0,false,false,false],[12,44,0,true,true,false],[14,6,0,false,false,false],[17,49,0,true,true,false],[18,60,0,true,true,false],[18,70,0,true,true,false],[21,12,0,true,true,false],[21,42,0,true,false,false],[21,43,0,true,true,false],[23,10,0,true,false,false],[26,12,0,true,true,false],[26,52,0,true,false,false],[26,53,0,true,true,false],[31,10,0,true,true,false],[33,12,0,true,true,false],[33,44,0,true,false,false],[33,45,0,true,true,false],[36,10,0,true,false,false],[36,16,0,true,true,false],[42,27,0,true,true,false],[43,70,0,true,true,false],[43,80,0,true,true,false],[45,18,0,true,false,false],[46,29,0,true,true,false],[47,70,0,true,true,false],[47,80,0,true,true,false],[49,18,0,true,false,false],[50,25,0,true,true,false],[51,70,0,true,true,false],[51,80,0,true,true,false],[53,18,0,true,false,false],[56,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":58,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift","mcdc_records":[],"segments":[[13,41,35,true,true,false],[13,44,0,false,false,false],[14,42,35,true,true,false],[14,45,0,false,false,false],[15,39,35,true,true,false],[15,44,0,false,false,false],[16,40,35,true,true,false],[16,45,0,false,false,false],[17,31,35,true,true,false],[17,36,0,false,false,false],[19,36,35,true,true,false],[19,41,0,false,false,false],[20,43,35,true,true,false],[20,49,0,false,false,false],[21,48,35,true,true,false],[21,63,0,false,false,false],[28,16,25,true,true,false],[29,16,25,true,true,false],[29,39,25,true,false,false],[29,40,6,true,true,false],[31,14,25,true,false,false],[32,10,0,false,false,false],[38,39,35,true,true,false],[38,44,0,false,false,false],[40,35,35,true,true,false],[40,37,0,false,false,false],[43,44,35,true,true,false],[43,45,0,false,false,false],[45,61,35,true,true,false],[45,63,0,false,false,false],[50,42,35,true,true,false],[50,63,0,false,false,false],[54,13,1,true,true,false],[54,57,0,false,false,false],[55,13,20,true,true,false],[55,68,0,false,false,false],[62,39,35,true,true,false],[62,64,0,false,false,false],[64,12,35,true,true,false],[65,78,200,true,true,false],[67,10,35,true,false,false],[68,6,0,false,false,false],[73,13,0,true,true,false],[73,46,0,false,false,false],[74,13,0,true,true,false],[74,57,0,false,false,false],[78,13,0,true,true,false],[78,44,0,false,false,false],[79,13,0,true,true,false],[79,55,0,false,false,false],[83,13,0,true,true,false],[83,49,0,false,false,false],[84,13,0,true,true,false],[84,60,0,false,false,false],[88,13,0,true,true,false],[88,47,0,false,false,false],[89,13,0,true,true,false],[89,58,0,false,false,false],[93,13,0,true,true,false],[93,45,0,false,false,false],[94,13,0,true,true,false],[94,56,0,false,false,false],[98,13,0,true,true,false],[98,49,0,false,false,false],[99,13,0,true,true,false],[99,60,0,false,false,false],[103,13,0,true,true,false],[103,54,0,false,false,false],[104,13,0,true,true,false],[104,65,0,false,false,false],[108,13,0,true,true,false],[108,56,0,false,false,false],[109,13,0,true,true,false],[109,67,0,false,false,false],[113,13,20,true,true,false],[113,50,0,false,false,false],[114,13,20,true,true,false],[114,61,0,false,false,false],[118,13,0,true,true,false],[118,45,0,false,false,false],[119,13,0,true,true,false],[119,56,0,false,false,false],[123,13,0,true,true,false],[123,43,0,false,false,false],[124,13,0,true,true,false],[124,54,0,false,false,false],[131,13,0,true,true,false],[131,46,0,false,false,false],[132,13,0,true,true,false],[132,57,0,false,false,false],[136,13,0,true,true,false],[136,51,0,false,false,false],[137,13,0,true,true,false],[137,62,0,false,false,false],[141,13,0,true,true,false],[141,47,0,false,false,false],[142,13,0,true,true,false],[142,58,0,false,false,false],[148,13,0,true,true,false],[148,52,0,false,false,false],[149,13,0,true,true,false],[149,63,0,false,false,false],[153,13,0,true,true,false],[153,44,0,false,false,false],[154,13,0,true,true,false],[154,55,0,false,false,false],[158,13,0,true,true,false],[158,45,0,false,false,false],[159,13,0,true,true,false],[159,56,0,false,false,false],[163,13,0,true,true,false],[163,52,0,false,false,false],[164,13,0,true,true,false],[164,63,0,false,false,false],[170,13,0,true,true,false],[170,53,0,false,false,false],[171,13,0,true,true,false],[171,64,0,false,false,false],[175,13,0,true,true,false],[175,54,0,false,false,false],[176,13,0,true,true,false],[176,65,0,false,false,false],[184,39,35,true,true,false],[184,74,0,false,false,false],[185,40,35,true,true,false],[185,75,0,false,false,false],[196,47,2,true,true,false],[196,78,0,false,false,false],[217,47,35,true,true,false],[217,50,0,false,false,false],[219,23,5,true,true,false],[220,33,5,true,true,false],[220,59,2,true,true,false],[220,77,5,true,false,false],[220,81,2,true,true,false],[220,108,5,true,false,false],[220,112,1,true,true,false],[220,130,5,true,false,false],[221,6,0,false,false,false],[223,55,1,true,true,false],[225,14,1,true,true,false],[227,10,1,true,false,false],[228,6,0,false,false,false],[231,36,0,true,true,false],[241,6,0,false,false,false],[251,7,20,true,true,false],[270,79,0,true,true,false],[275,10,20,true,false,false],[275,45,5,true,true,false],[280,10,20,true,false,false],[280,119,4,true,true,false],[285,10,20,true,false,false],[285,16,11,true,true,false],[293,10,20,true,false,false],[296,14,20,true,true,false],[296,47,20,true,false,false],[308,6,0,false,false,false],[312,74,0,true,true,false],[313,47,0,true,true,false],[313,57,0,true,true,false],[319,14,0,true,true,false],[322,10,0,true,true,false],[324,16,0,true,true,false],[324,24,0,true,false,false],[325,9,0,true,true,false],[331,16,0,true,true,false],[331,47,0,true,false,false],[331,48,0,true,true,false],[333,14,0,true,false,false],[333,23,0,true,true,false],[333,40,0,true,false,false],[333,41,0,true,true,false],[335,14,0,true,false,false],[335,23,0,true,true,false],[335,54,0,true,false,false],[335,55,0,true,true,false],[338,14,0,true,false,false],[338,20,0,true,true,false],[340,14,0,true,false,false],[344,9,0,true,true,false],[345,20,0,true,true,false],[345,31,0,true,false,false],[346,13,0,true,true,false],[347,101,0,true,false,false],[348,13,0,true,true,false],[354,20,0,true,true,false],[354,44,0,true,false,false],[354,45,0,true,true,false],[356,18,0,true,false,false],[358,20,0,true,true,false],[358,44,0,true,false,false],[358,45,0,true,true,false],[359,86,0,true,true,false],[361,22,0,true,false,false],[367,9,0,true,true,false],[369,99,0,true,false,false],[371,9,0,true,true,false],[373,60,0,true,true,false],[373,104,0,true,false,false],[378,10,0,true,true,false],[379,6,0,false,false,false],[382,40,20,true,true,false],[383,47,0,true,true,false],[386,10,20,true,true,false],[389,6,0,false,false,false],[400,7,0,true,true,false],[419,22,0,true,true,false],[421,10,0,true,false,false],[427,44,0,true,true,false],[427,45,0,true,false,false],[433,79,0,true,true,false],[438,10,0,true,false,false],[438,37,0,true,true,false],[443,10,0,true,false,false],[445,9,0,true,true,false],[451,10,0,true,false,false],[451,78,0,true,true,false],[457,10,0,true,false,false],[457,16,0,true,true,false],[464,10,0,true,false,false],[467,29,0,true,true,false],[469,10,0,true,false,false],[475,6,0,false,false,false],[479,55,31,true,true,false],[484,6,0,false,false,false],[486,33,0,true,true,false],[487,12,0,true,true,false],[487,28,0,true,false,false],[487,29,0,true,true,false],[489,10,0,true,false,false],[489,16,0,true,true,false],[491,16,0,true,true,false],[491,33,0,true,false,false],[491,34,0,true,true,false],[493,14,0,true,false,false],[496,6,0,false,false,false],[498,34,0,true,true,false],[499,12,0,true,true,false],[499,29,0,true,false,false],[499,30,0,true,true,false],[501,10,0,true,false,false],[501,16,0,true,true,false],[503,16,0,true,true,false],[503,32,0,true,false,false],[503,33,0,true,true,false],[505,14,0,true,false,false],[508,6,0,false,false,false],[510,32,0,true,true,false],[512,12,0,true,true,false],[512,31,0,true,false,false],[512,32,0,true,true,false],[517,10,0,true,true,false],[519,12,0,true,true,false],[519,27,0,true,false,false],[519,28,0,true,true,false],[522,10,0,true,false,false],[522,16,0,true,true,false],[526,35,0,true,true,false],[529,14,0,true,false,false],[531,6,0,false,false,false],[533,37,0,true,true,false],[535,12,0,true,true,false],[535,42,0,true,false,false],[535,43,0,true,true,false],[537,10,0,true,false,false],[540,12,0,true,true,false],[540,52,0,true,false,false],[540,53,0,true,true,false],[545,10,0,true,true,false],[547,12,0,true,true,false],[547,32,0,true,false,false],[547,33,0,true,true,false],[550,10,0,true,false,false],[550,16,0,true,true,false],[556,27,0,true,true,false],[558,18,0,true,false,false],[559,29,0,true,true,false],[561,18,0,true,false,false],[562,25,0,true,true,false],[564,18,0,true,false,false],[567,6,0,false,false,false],[569,39,0,true,true,false],[570,12,0,true,true,false],[570,34,0,true,false,false],[570,35,0,true,true,false],[573,10,0,true,false,false],[573,16,0,true,true,false],[577,35,0,true,true,false],[580,14,0,true,false,false],[582,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":90,"covered":36,"percent":40},"instantiations":{"count":90,"covered":36,"percent":40},"lines":{"count":432,"covered":118,"percent":27.314814814814813},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":156,"covered":42,"notcovered":114,"percent":26.923076923076923}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift","mcdc_records":[],"segments":[[16,48,0,true,true,false],[16,52,0,false,false,false],[18,121,0,true,true,false],[23,80,0,true,true,false],[23,84,0,true,false,false],[24,6,0,false,false,false],[27,41,0,true,true,false],[27,46,0,false,false,false],[33,37,0,true,true,false],[37,6,0,false,false,false],[39,25,0,true,true,false],[40,50,0,true,true,false],[48,32,0,true,true,false],[50,74,0,true,true,false],[50,89,0,true,false,false],[50,92,0,true,true,false],[50,104,0,true,false,false],[57,19,0,true,true,false],[59,10,0,true,false,false],[60,22,0,true,true,false],[62,10,0,true,false,false],[63,40,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[70,41,0,true,true,false],[71,82,0,true,true,false],[73,16,0,true,true,false],[73,37,0,true,false,false],[73,38,0,true,true,false],[74,58,0,true,true,false],[76,18,0,true,false,false],[80,6,0,false,false,false],[82,40,0,true,true,false],[83,39,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[93,25,0,true,true,false],[102,6,0,false,false,false],[110,25,0,true,true,false],[111,28,0,true,true,false],[112,61,0,true,true,false],[117,14,0,true,false,false],[128,6,0,false,false,false],[138,51,0,true,true,false],[138,55,0,false,false,false],[139,44,0,true,true,false],[139,45,0,false,false,false],[142,46,0,true,true,false],[142,47,0,false,false,false],[143,53,0,true,true,false],[143,56,0,false,false,false],[147,25,0,true,true,false],[148,28,0,true,true,false],[150,20,0,true,true,false],[151,20,0,true,true,false],[151,38,0,true,false,false],[151,39,0,true,true,false],[156,18,0,true,false,false],[156,24,0,true,true,false],[161,18,0,true,false,false],[166,48,0,true,true,false],[166,79,0,true,false,false],[166,82,0,true,true,false],[166,110,0,true,false,false],[170,50,0,true,true,false],[170,80,0,true,false,false],[170,83,0,true,true,false],[170,111,0,true,false,false],[179,39,0,true,true,false],[179,57,0,true,false,false],[179,60,0,true,true,false],[179,77,0,true,false,false],[185,19,0,true,true,false],[189,10,0,true,false,false],[190,37,0,true,true,false],[191,45,0,true,true,false],[191,55,0,true,true,false],[193,16,0,true,true,false],[193,28,0,true,false,false],[193,29,0,true,true,false],[195,14,0,true,false,false],[195,20,0,true,true,false],[197,54,0,true,true,false],[197,56,0,true,false,false],[197,59,0,true,true,false],[197,62,0,true,false,false],[200,79,0,true,true,false],[201,68,0,true,true,false],[203,22,0,true,false,false],[204,84,0,true,true,false],[206,73,0,true,true,false],[208,26,0,true,false,false],[213,6,0,false,false,false],[221,25,0,true,true,false],[222,50,0,true,true,false],[235,19,0,true,true,false],[235,88,0,true,false,false],[236,19,0,true,true,false],[236,65,0,true,false,false],[242,6,0,false,false,false],[252,61,0,true,true,false],[260,55,0,true,true,false],[262,109,0,true,true,false],[266,14,0,true,false,false],[269,10,0,true,true,false],[272,51,0,true,true,false],[272,76,0,true,false,false],[272,78,0,true,true,false],[274,10,0,true,false,false],[277,6,0,false,false,false],[279,73,0,true,true,false],[280,51,0,true,true,false],[280,76,0,true,false,false],[280,78,0,true,true,false],[281,16,0,true,true,false],[281,47,0,true,false,false],[281,48,0,true,true,false],[283,14,0,true,false,false],[285,6,0,false,false,false],[287,43,0,true,true,false],[289,6,0,false,false,false],[295,46,0,true,true,false],[297,10,0,false,false,false],[299,65,0,true,true,false],[301,16,0,true,true,false],[301,26,0,true,false,false],[301,58,0,true,true,false],[303,14,0,true,false,false],[304,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":41,"covered":0,"percent":0},"instantiations":{"count":41,"covered":0,"percent":0},"lines":{"count":405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":73,"covered":0,"notcovered":73,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift","mcdc_records":[],"segments":[[6,27,0,true,true,false],[7,33,0,true,true,false],[10,10,0,true,true,false],[13,12,0,true,true,false],[13,42,0,true,false,false],[13,43,0,true,true,false],[16,10,0,true,true,false],[35,6,0,false,false,false],[37,26,0,true,true,false],[38,32,0,true,true,false],[38,42,0,true,true,false],[47,44,0,true,true,false],[47,59,0,true,false,false],[50,46,0,true,true,false],[50,61,0,true,false,false],[53,44,0,true,true,false],[56,10,0,true,false,false],[58,48,0,true,true,false],[61,10,0,true,false,false],[63,49,0,true,true,false],[66,10,0,true,false,false],[68,48,0,true,true,false],[71,10,0,true,false,false],[73,47,0,true,true,false],[76,10,0,true,false,false],[78,51,0,true,true,false],[81,10,0,true,false,false],[87,6,0,false,false,false],[89,48,0,true,true,false],[91,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":86,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift","mcdc_records":[],"segments":[[12,36,11,true,true,false],[14,6,0,false,false,false],[30,49,0,true,true,false],[32,48,0,true,true,false],[33,79,0,true,true,false],[35,14,0,true,false,false],[36,10,0,true,true,false],[37,21,0,true,false,false],[38,6,0,false,false,false],[44,21,4,true,true,false],[44,48,0,false,false,false],[45,38,4,true,true,false],[45,55,0,false,false,false],[49,41,2,true,true,false],[51,41,2,true,true,false],[52,63,1,true,true,false],[52,76,1,true,true,false],[53,45,4,true,true,false],[54,60,0,true,true,false],[54,76,4,true,true,false],[55,43,4,true,false,false],[56,14,1,true,false,false],[57,42,4,true,true,false],[57,59,2,true,false,false],[62,6,0,false,false,false],[67,47,1,true,true,false],[70,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":8,"percent":88.888888888888886},"instantiations":{"count":9,"covered":8,"percent":88.888888888888886},"lines":{"count":45,"covered":36,"percent":80},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":11,"notcovered":5,"percent":68.75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift","mcdc_records":[],"segments":[[11,29,0,true,true,false],[15,32,0,true,true,false],[16,33,0,true,true,false],[16,43,0,true,true,false],[17,19,0,true,true,false],[17,36,0,true,false,false],[17,37,0,true,true,false],[25,20,0,true,true,false],[25,38,0,true,false,false],[25,39,0,true,true,false],[27,24,0,true,true,false],[27,39,0,true,false,false],[27,40,0,true,true,false],[27,58,0,true,false,false],[28,24,0,true,true,false],[28,43,0,true,false,false],[28,44,0,true,true,false],[28,66,0,true,false,false],[30,18,0,true,true,false],[39,20,0,true,true,false],[39,46,0,true,false,false],[39,47,0,true,true,false],[41,18,0,true,false,false],[45,20,0,true,true,false],[45,50,0,true,false,false],[45,51,0,true,true,false],[47,18,0,true,false,false],[48,14,0,true,true,false],[49,10,0,true,false,false],[50,6,0,false,false,false],[53,28,58,true,true,false],[55,12,58,true,true,false],[55,27,58,true,false,false],[55,28,0,true,true,false],[55,46,58,true,false,false],[56,12,58,true,true,false],[56,31,58,true,false,false],[56,32,0,true,true,false],[56,54,58,true,false,false],[57,6,0,false,false,false],[60,33,63,true,true,false],[62,12,63,true,true,false],[62,30,63,true,false,false],[62,31,26,true,true,false],[65,10,63,true,false,false],[66,6,0,false,false,false],[69,36,0,true,true,false],[70,53,0,true,true,false],[72,16,0,true,true,false],[72,33,0,true,false,false],[72,34,0,true,true,false],[75,14,0,true,false,false],[77,10,0,true,true,false],[80,12,0,true,true,false],[80,42,0,true,false,false],[80,62,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":2,"percent":40},"instantiations":{"count":5,"covered":2,"percent":40},"lines":{"count":103,"covered":12,"percent":11.650485436893204},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":6,"notcovered":27,"percent":18.181818181818183}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift","mcdc_records":[],"segments":[[12,51,16,true,true,false],[13,46,16,true,true,false],[13,47,16,true,false,false],[13,50,0,true,true,false],[13,54,16,true,false,false],[14,10,0,false,false,false],[18,57,16,true,true,false],[19,46,16,true,true,false],[19,47,16,true,false,false],[19,50,0,true,true,false],[19,54,16,true,false,false],[20,10,0,false,false,false],[24,45,16,true,true,false],[33,25,16,true,true,false],[34,37,230,true,true,false],[35,46,5,true,true,false],[38,18,225,true,true,false],[44,14,11,true,true,false],[49,10,16,true,false,false],[52,6,0,false,false,false],[55,46,31,true,true,false],[59,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":5,"percent":100},"instantiations":{"count":5,"covered":5,"percent":100},"lines":{"count":57,"covered":57,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":11,"notcovered":2,"percent":84.615384615384613}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift","mcdc_records":[],"segments":[[6,40,0,true,true,false],[7,14,0,true,true,false],[9,55,0,true,true,false],[9,105,0,true,false,false],[9,120,0,true,true,false],[9,125,0,true,false,false],[12,6,0,false,false,false],[16,70,0,true,true,false],[18,66,0,true,true,false],[19,83,0,true,true,false],[19,95,0,true,true,false],[20,54,0,true,true,false],[20,85,0,true,false,false],[21,92,0,true,true,false],[21,104,0,true,true,false],[22,67,0,true,true,false],[24,14,0,true,false,false],[25,10,0,true,true,false],[27,6,0,false,false,false],[31,72,0,true,true,false],[33,6,0,false,false,false],[37,28,0,true,true,false],[38,14,0,true,true,false],[47,10,0,true,false,false],[48,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift","mcdc_records":[],"segments":[[13,49,0,true,true,false],[14,46,0,true,true,false],[14,56,0,true,true,false],[18,6,0,false,false,false],[23,43,7,true,true,false],[38,12,7,true,true,false],[38,30,7,true,false,false],[38,49,3,true,true,false],[40,10,7,true,false,false],[40,19,4,true,true,false],[40,38,7,true,false,false],[40,56,1,true,true,false],[42,10,7,true,false,false],[50,6,0,false,false,false],[53,33,3,true,true,false],[54,14,3,true,true,false],[58,69,48,true,true,false],[58,115,3,true,false,false],[60,18,0,true,true,false],[63,14,3,true,true,false],[67,58,72,true,true,false],[68,46,0,true,true,false],[68,62,72,true,true,false],[71,47,30,true,true,false],[71,62,42,true,true,false],[74,67,42,true,true,false],[76,24,42,true,true,false],[76,36,42,true,false,false],[76,37,3,true,true,false],[78,22,42,true,false,false],[80,18,0,true,true,false],[82,28,72,true,false,false],[83,14,3,true,false,false],[86,59,69,true,true,false],[86,88,3,true,false,false],[91,6,0,false,false,false],[94,73,42,true,true,false],[96,102,39,true,true,false],[98,10,3,true,true,false],[102,12,3,true,true,false],[102,62,3,true,false,false],[102,63,0,true,true,false],[104,10,3,true,true,false],[108,12,3,true,true,false],[108,67,3,true,false,false],[108,68,0,true,true,false],[110,10,3,true,true,false],[112,21,42,true,false,false],[113,6,0,false,false,false],[116,32,1,true,true,false],[118,6,0,false,false,false],[122,65,8,true,true,false],[127,12,8,true,true,false],[127,42,8,true,false,false],[127,43,8,true,true,false],[134,10,0,true,true,false],[139,29,0,true,true,false],[140,33,0,true,true,false],[140,43,0,true,true,false],[142,16,0,true,true,false],[149,61,0,true,true,false],[149,72,0,true,false,false],[152,109,0,true,true,false],[152,139,0,true,false,false],[160,18,0,true,true,false],[164,59,0,true,true,false],[166,18,0,true,true,false],[184,37,0,true,true,false],[192,18,0,true,false,false],[197,58,0,true,true,false],[199,18,0,true,true,false],[200,14,0,true,false,false],[200,21,0,true,true,false],[202,37,0,true,true,false],[204,18,0,true,false,false],[205,14,0,true,true,false],[206,10,0,true,false,false],[207,6,0,false,false,false],[213,88,0,true,true,false],[215,45,0,true,true,false],[219,18,0,true,true,false],[221,14,0,true,true,false],[223,10,0,true,true,false],[224,22,0,true,false,false],[225,6,0,false,false,false],[240,33,0,true,true,false],[248,70,0,true,true,false],[255,60,0,true,true,false],[258,14,0,true,true,false],[260,51,0,true,true,false],[263,117,0,true,true,false],[265,18,0,true,false,false],[265,24,0,true,true,false],[268,80,0,true,true,false],[269,67,0,true,true,false],[269,89,0,true,false,false],[269,92,0,true,true,false],[269,113,0,true,false,false],[277,14,0,true,true,false],[278,10,0,true,true,false],[281,54,0,true,true,false],[287,54,0,true,true,false],[289,14,0,true,true,false],[293,95,0,true,true,false],[295,14,0,true,false,false],[295,20,0,true,true,false],[301,82,0,true,true,false],[306,18,0,true,false,false],[306,83,0,true,true,false],[308,63,0,true,true,false],[308,85,0,true,false,false],[308,88,0,true,true,false],[308,109,0,true,false,false],[316,10,0,true,true,false],[323,48,0,true,true,false],[325,50,0,true,true,false],[329,14,0,true,false,false],[330,10,0,true,true,false],[332,25,0,true,false,false],[333,6,0,false,false,false],[339,23,0,true,true,false],[340,57,0,true,true,false],[340,74,0,true,false,false],[341,54,0,true,true,false],[341,69,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[381,108,3,true,true,false],[385,14,1,true,true,false],[387,10,2,true,true,false],[392,16,2,true,true,false],[392,23,2,true,false,false],[393,9,1,true,true,false],[394,55,2,true,false,false],[395,9,1,true,true,false],[397,47,1,true,true,false],[397,86,1,true,false,false],[398,78,2,true,false,false],[399,9,0,true,true,false],[400,85,2,true,false,false],[401,9,0,true,true,false],[403,53,0,true,true,false],[403,61,0,true,false,false],[403,62,2,true,false,false],[405,6,0,false,false,false],[408,82,1,true,true,false],[409,16,1,true,true,false],[409,35,1,true,false,false],[410,9,0,true,true,false],[411,29,1,true,false,false],[412,9,1,true,true,false],[413,24,1,true,false,false],[414,9,0,true,true,false],[415,24,1,true,false,false],[416,9,0,true,true,false],[417,30,1,true,false,false],[418,9,0,true,true,false],[419,24,1,true,false,false],[420,9,0,true,true,false],[421,34,1,true,false,false],[422,9,0,true,true,false],[423,19,1,true,false,false],[424,9,0,true,true,false],[425,31,1,true,false,false],[426,10,1,true,true,false],[427,6,0,false,false,false],[431,82,0,true,true,false],[432,16,0,true,true,false],[432,38,0,true,false,false],[433,9,0,true,true,false],[433,37,0,true,false,false],[434,9,0,true,true,false],[434,49,0,true,false,false],[435,9,0,true,true,false],[435,33,0,true,false,false],[436,9,0,true,true,false],[436,45,0,true,false,false],[437,9,0,true,true,false],[437,28,0,true,false,false],[438,9,0,true,true,false],[438,32,0,true,false,false],[439,9,0,true,true,false],[439,34,0,true,false,false],[440,9,0,true,true,false],[440,38,0,true,false,false],[441,9,0,true,true,false],[441,21,0,true,false,false],[442,10,0,true,true,false],[443,6,0,false,false,false],[448,88,3,true,true,false],[454,14,1,true,true,false],[456,10,2,true,true,false],[458,64,3,true,false,false],[459,6,0,false,false,false],[464,82,3,true,true,false],[470,14,1,true,true,false],[472,10,2,true,true,false],[474,64,3,true,false,false],[475,6,0,false,false,false],[478,36,1,true,true,false],[480,152,1,true,true,false],[480,157,1,true,false,false],[481,14,1,true,true,false],[486,10,1,true,false,false],[487,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":17,"percent":58.620689655172406},"instantiations":{"count":29,"covered":17,"percent":58.620689655172406},"lines":{"count":545,"covered":230,"percent":42.201834862385326},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":128,"covered":48,"notcovered":80,"percent":37.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift","mcdc_records":[],"segments":[[15,47,51,true,true,false],[16,58,6,true,true,false],[18,62,2,true,true,false],[20,14,6,true,false,false],[22,68,5,true,true,false],[24,14,6,true,false,false],[25,10,51,true,false,false],[26,6,0,false,false,false],[32,52,51,true,true,false],[33,63,22,true,true,false],[34,65,0,true,true,false],[36,14,22,true,false,false],[37,10,51,true,false,false],[38,6,0,false,false,false],[41,48,51,true,true,false],[43,6,0,false,false,false],[45,92,51,true,true,false],[49,51,47,true,true,false],[49,66,51,true,false,false],[49,70,47,true,true,false],[49,89,51,true,false,false],[51,12,51,true,true,false],[51,56,51,true,false,false],[51,73,0,true,true,false],[59,10,51,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":57,"covered":47,"percent":82.456140350877192},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":11,"notcovered":2,"percent":84.615384615384613}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift","mcdc_records":[],"segments":[[12,34,0,true,true,false],[17,11,0,true,true,false],[18,33,0,true,true,false],[18,43,0,true,true,false],[21,18,0,true,true,false],[21,28,0,true,true,false],[23,18,0,true,true,false],[25,14,0,true,false,false],[28,6,0,false,false,false],[31,38,0,true,true,false],[36,11,0,true,true,false],[37,33,0,true,true,false],[37,43,0,true,true,false],[38,18,0,true,true,false],[40,14,0,true,false,false],[43,6,0,false,false,false],[46,39,0,true,true,false],[51,11,0,true,true,false],[52,33,0,true,true,false],[52,43,0,true,true,false],[55,18,0,true,true,false],[55,28,0,true,true,false],[57,18,0,true,true,false],[59,14,0,true,false,false],[62,6,0,false,false,false],[65,38,0,true,true,false],[70,11,0,true,true,false],[71,33,0,true,true,false],[71,43,0,true,true,false],[74,18,0,true,true,false],[74,28,0,true,true,false],[76,18,0,true,true,false],[78,14,0,true,false,false],[81,6,0,false,false,false],[84,37,0,true,true,false],[89,11,0,true,true,false],[90,33,0,true,true,false],[90,43,0,true,true,false],[91,83,0,true,true,false],[91,93,0,true,true,false],[93,18,0,true,true,false],[95,14,0,true,false,false],[98,6,0,false,false,false],[101,41,0,true,true,false],[106,11,0,true,true,false],[107,33,0,true,true,false],[107,43,0,true,true,false],[108,18,0,true,true,false],[115,14,0,true,false,false],[118,6,0,false,false,false],[121,33,0,true,true,false],[126,11,0,true,true,false],[127,33,0,true,true,false],[127,43,0,true,true,false],[128,87,0,true,true,false],[128,97,0,true,true,false],[130,18,0,true,true,false],[132,14,0,true,false,false],[135,6,0,false,false,false],[138,36,0,true,true,false],[141,19,0,true,true,false],[142,37,0,true,true,false],[142,47,0,true,true,false],[143,22,0,true,true,false],[145,18,0,true,false,false],[148,6,0,false,false,false],[151,58,0,true,true,false],[153,51,0,true,true,false],[153,61,0,true,true,false],[156,86,0,true,true,false],[156,91,0,true,false,false],[160,6,0,false,false,false],[164,104,0,true,true,false],[165,54,0,true,true,false],[165,72,0,true,true,false],[171,52,0,true,true,false],[172,56,0,true,true,false],[172,76,0,true,false,false],[173,17,0,true,true,false],[175,10,0,true,true,false],[179,45,0,true,true,false],[181,82,0,true,true,false],[184,14,0,true,true,false],[196,10,0,true,true,false],[198,27,0,true,false,false],[199,6,0,false,false,false],[202,61,0,true,true,false],[207,12,0,true,true,false],[207,30,0,true,false,false],[207,31,0,true,true,false],[209,10,0,true,true,false],[212,12,0,true,true,false],[212,34,0,true,false,false],[212,35,0,true,true,false],[214,16,0,true,true,false],[214,41,0,true,false,false],[214,42,0,true,true,false],[214,59,0,true,true,false],[215,16,0,true,true,false],[215,44,0,true,false,false],[215,45,0,true,true,false],[215,61,0,true,true,false],[216,25,0,true,false,false],[217,10,0,true,true,false],[220,36,0,true,false,false],[221,6,0,false,false,false],[225,52,0,true,true,false],[228,56,0,true,true,false],[228,107,0,true,false,false],[229,25,0,true,true,false],[231,10,0,true,true,false],[233,6,0,false,false,false],[236,34,0,true,true,false],[237,52,0,true,true,false],[237,62,0,true,true,false],[240,6,0,false,false,false],[244,47,0,true,true,false],[247,12,0,true,true,false],[247,38,0,true,false,false],[247,39,0,true,true,false],[251,57,0,true,true,false],[254,14,0,true,true,false],[265,44,0,true,true,false],[270,14,0,true,false,false],[273,10,0,true,true,false],[276,12,0,true,true,false],[276,42,0,true,false,false],[276,43,0,true,true,false],[279,16,0,true,true,false],[279,32,0,true,false,false],[279,33,0,true,true,false],[283,14,0,true,true,false],[286,56,0,true,true,false],[286,71,0,true,true,false],[286,86,0,true,false,false],[287,22,0,true,true,false],[287,78,0,true,false,false],[290,37,0,true,true,false],[291,68,0,true,true,false],[293,18,0,true,false,false],[293,24,0,true,true,false],[295,18,0,true,false,false],[296,14,0,true,true,false],[300,19,0,true,false,false],[301,10,0,true,true,false],[305,12,0,true,true,false],[305,39,0,true,false,false],[305,40,0,true,true,false],[311,10,0,true,true,false],[314,6,0,false,false,false],[317,59,1,true,true,false],[319,64,0,true,true,false],[322,10,1,true,true,false],[325,12,1,true,true,false],[325,27,1,true,false,false],[325,28,1,true,true,false],[328,10,1,true,false,false],[330,103,0,true,true,false],[330,112,1,true,false,false],[333,12,1,true,true,false],[333,26,1,true,false,false],[333,27,0,true,true,false],[334,68,0,true,true,false],[337,14,0,true,true,false],[339,117,0,true,true,false],[343,14,0,true,true,false],[348,16,0,true,true,false],[348,53,0,true,false,false],[348,54,0,true,true,false],[351,14,0,true,true,false],[354,27,0,true,true,false],[355,37,0,true,true,false],[355,47,0,true,true,false],[356,20,0,true,true,false],[361,22,0,true,true,false],[361,23,0,true,true,false],[362,45,0,true,true,false],[367,26,0,true,false,false],[369,25,0,true,true,false],[370,41,0,true,true,false],[373,22,0,true,false,false],[374,18,0,true,true,false],[375,14,0,true,false,false],[376,10,1,true,true,false],[377,6,0,false,false,false],[381,58,4,true,true,false],[383,70,1,true,true,false],[386,10,3,true,true,false],[390,12,3,true,true,false],[390,27,3,true,false,false],[390,28,2,true,true,false],[391,69,2,true,true,false],[393,20,2,true,true,false],[393,65,2,true,false,false],[393,66,2,true,true,false],[395,18,2,true,false,false],[404,59,2,true,true,false],[408,18,2,true,false,false],[411,20,0,true,true,false],[413,14,2,true,false,false],[414,10,3,true,false,false],[414,16,1,true,true,false],[416,10,3,true,false,false],[417,6,0,false,false,false],[421,78,1,true,true,false],[427,68,4,true,true,false],[427,79,1,true,false,false],[428,12,1,true,true,false],[428,41,0,true,true,false],[428,95,1,true,false,false],[428,96,1,true,true,false],[430,10,0,true,true,false],[434,12,0,true,true,false],[434,35,0,true,false,false],[434,36,0,true,true,false],[436,10,0,true,true,false],[439,12,0,true,true,false],[439,36,0,true,true,false],[439,56,0,true,false,false],[439,60,0,true,true,false],[439,80,0,true,false,false],[439,81,0,true,true,false],[441,10,0,true,true,false],[442,12,0,true,true,false],[442,36,0,true,true,false],[442,56,0,true,false,false],[442,60,0,true,true,false],[442,79,0,true,false,false],[442,80,0,true,true,false],[444,10,0,true,true,false],[445,12,0,true,true,false],[445,36,0,true,true,false],[445,56,0,true,false,false],[445,60,0,true,true,false],[445,79,0,true,false,false],[445,83,0,true,true,false],[445,102,0,true,false,false],[445,103,0,true,true,false],[447,10,0,true,true,false],[448,12,0,true,true,false],[448,36,0,true,true,false],[448,56,0,true,false,false],[448,60,0,true,true,false],[448,81,0,true,false,false],[448,82,0,true,true,false],[450,10,0,true,true,false],[453,12,0,true,true,false],[453,57,0,true,true,false],[453,94,0,true,false,false],[453,95,0,true,true,false],[454,101,0,true,true,false],[454,103,0,true,false,false],[454,106,0,true,true,false],[454,108,0,true,false,false],[456,10,0,true,true,false],[459,12,0,true,true,false],[459,28,0,true,false,false],[459,29,0,true,true,false],[461,10,0,true,true,false],[462,33,0,true,true,false],[462,38,0,true,false,false],[462,41,0,true,true,false],[462,47,1,true,false,false],[463,6,0,false,false,false],[466,57,51,true,true,false],[467,64,0,true,true,false],[470,10,51,true,true,false],[477,12,51,true,true,false],[477,29,51,true,false,false],[477,63,0,true,true,false],[481,16,0,true,true,false],[481,29,0,true,false,false],[481,30,0,true,true,false],[483,14,0,true,false,false],[484,10,51,true,false,false],[489,16,49,true,true,false],[489,61,51,true,false,false],[494,15,0,true,true,false],[494,62,51,true,false,false],[495,15,51,true,true,false],[495,20,51,true,false,false],[497,12,51,true,true,false],[497,56,51,true,false,false],[498,59,0,true,true,false],[498,82,51,true,false,false],[499,9,0,true,true,false],[509,10,51,true,false,false],[511,16,51,true,true,false],[511,22,51,true,false,false],[512,9,35,true,true,false],[514,16,35,true,true,false],[514,31,35,true,false,false],[514,32,8,true,true,false],[517,14,35,true,false,false],[519,16,35,true,true,false],[519,46,35,true,false,false],[519,47,0,true,true,false],[523,14,35,true,false,false],[526,16,35,true,true,false],[526,30,35,true,false,false],[526,31,4,true,true,false],[528,14,31,true,true,false],[534,16,31,true,true,false],[534,52,31,true,false,false],[534,53,0,true,true,false],[537,14,31,true,false,false],[537,20,31,true,true,false],[539,79,0,true,true,false],[541,18,31,true,false,false],[542,14,51,true,false,false],[543,9,16,true,true,false],[547,16,16,true,true,false],[547,31,16,true,false,false],[547,32,3,true,true,false],[549,20,3,true,true,false],[549,50,3,true,false,false],[549,51,3,true,true,false],[551,18,3,true,false,false],[551,24,0,true,true,false],[552,26,0,true,true,false],[555,22,0,true,false,false],[556,18,3,true,false,false],[557,14,16,true,false,false],[559,16,16,true,true,false],[559,46,16,true,false,false],[559,47,0,true,true,false],[563,65,0,true,true,false],[567,18,0,true,false,false],[568,14,16,true,false,false],[572,16,16,true,true,false],[572,30,16,true,false,false],[572,31,0,true,true,false],[580,14,16,true,true,false],[585,41,16,true,true,false],[586,37,0,true,true,false],[586,47,16,true,true,false],[588,20,16,true,true,false],[588,46,16,true,false,false],[588,47,1,true,true,false],[592,18,16,true,false,false],[598,104,51,true,false,false],[599,9,0,true,true,false],[600,18,51,true,false,false],[601,10,47,true,true,false],[603,12,47,true,true,false],[603,25,47,true,false,false],[603,26,10,true,true,false],[605,168,9,true,true,false],[605,173,10,true,false,false],[607,10,47,true,false,false],[608,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":65,"covered":9,"percent":13.846153846153847},"instantiations":{"count":65,"covered":9,"percent":13.846153846153847},"lines":{"count":743,"covered":175,"percent":23.553162853297444},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":235,"covered":52,"notcovered":183,"percent":22.127659574468083}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift","mcdc_records":[],"segments":[[12,61,1,true,true,false],[14,6,0,false,false,false],[17,60,4,true,true,false],[19,6,0,false,false,false],[22,59,51,true,true,false],[24,6,0,false,false,false],[28,76,87,true,true,false],[86,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":68,"covered":68,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":4,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift","mcdc_records":[],"segments":[[14,51,32,true,true,false],[14,53,0,false,false,false],[15,45,32,true,true,false],[15,55,0,false,false,false],[17,42,32,true,true,false],[17,43,0,false,false,false],[19,46,32,true,true,false],[19,47,0,false,false,false],[21,56,32,true,true,false],[21,59,0,false,false,false],[23,53,32,true,true,false],[23,56,0,false,false,false],[28,47,32,true,true,false],[28,53,0,false,false,false],[30,46,32,true,true,false],[30,51,0,false,false,false],[37,58,32,true,true,false],[37,61,0,false,false,false],[40,51,32,true,true,false],[40,54,0,false,false,false],[42,58,32,true,true,false],[42,61,0,false,false,false],[46,43,32,true,true,false],[46,45,0,false,false,false],[49,52,32,true,true,false],[49,55,0,false,false,false],[53,55,32,true,true,false],[53,58,0,false,false,false],[56,58,32,true,true,false],[56,60,0,false,false,false],[62,66,32,true,true,false],[62,69,0,false,false,false],[67,50,32,true,true,false],[67,55,0,false,false,false],[73,46,32,true,true,false],[73,51,0,false,false,false],[79,46,32,true,true,false],[79,49,0,false,false,false],[85,58,32,true,true,false],[85,60,0,false,false,false],[88,44,32,true,true,false],[88,46,0,false,false,false],[90,70,32,true,true,false],[90,73,0,false,false,false],[92,43,32,true,true,false],[92,44,0,false,false,false],[94,58,32,true,true,false],[94,61,0,false,false,false],[101,58,32,true,true,false],[101,61,0,false,false,false],[106,41,32,true,true,false],[106,43,0,false,false,false],[109,60,32,true,true,false],[109,63,0,false,false,false],[113,45,32,true,true,false],[113,47,0,false,false,false],[120,44,32,true,true,false],[120,47,0,false,false,false],[123,50,32,true,true,false],[123,52,0,false,false,false],[125,62,32,true,true,false],[125,65,0,false,false,false],[151,26,32,true,true,false],[151,42,0,false,false,false],[157,23,32,true,true,false],[157,28,0,false,false,false],[159,33,32,true,true,false],[159,40,0,false,false,false],[161,37,32,true,true,false],[161,39,0,false,false,false],[162,41,32,true,true,false],[162,43,0,false,false,false],[163,38,32,true,true,false],[163,39,0,false,false,false],[164,42,32,true,true,false],[164,46,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":38,"percent":100},"instantiations":{"count":38,"covered":38,"percent":100},"lines":{"count":38,"covered":38,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":38,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift","mcdc_records":[],"segments":[[9,12,0,true,true,false],[26,39,0,true,true,false],[31,10,0,true,false,false],[34,6,0,false,false,false],[36,34,0,true,true,false],[38,80,0,true,true,false],[40,10,0,true,false,false],[50,81,0,true,true,false],[51,18,0,true,true,false],[53,14,0,true,false,false],[55,6,0,false,false,false],[58,36,0,true,true,false],[59,46,0,true,true,false],[62,10,0,true,false,false],[62,30,0,true,true,false],[63,18,0,true,true,false],[65,14,0,true,false,false],[67,6,0,false,false,false],[72,29,0,true,true,false],[72,35,0,false,false,false],[74,25,0,true,true,false],[75,28,0,true,true,false],[84,10,0,true,false,false],[95,6,0,false,false,false],[104,41,0,true,true,false],[104,47,0,false,false,false],[106,20,0,true,true,false],[106,22,0,false,false,false],[108,41,0,true,true,false],[115,73,0,true,true,false],[118,10,0,true,true,false],[127,37,0,true,true,false],[127,45,0,true,false,false],[129,31,0,true,true,false],[132,10,0,true,true,false],[134,12,0,true,true,false],[134,25,0,true,false,false],[134,26,0,true,true,false],[137,10,0,true,false,false],[143,12,0,true,true,false],[143,18,0,true,false,false],[143,19,0,true,true,false],[145,10,0,true,false,false],[145,16,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":153,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift","mcdc_records":[],"segments":[[11,38,0,true,true,false],[50,12,0,true,true,false],[50,51,0,true,false,false],[50,52,0,true,true,false],[52,10,0,true,false,false],[85,6,0,false,false,false],[92,37,0,true,true,false],[93,31,0,true,true,false],[93,41,0,true,true,false],[96,12,0,true,true,false],[96,42,0,true,true,false],[96,86,0,true,false,false],[96,95,0,true,true,false],[99,10,0,true,false,false],[102,12,0,true,true,false],[102,33,0,true,false,false],[102,34,0,true,true,false],[105,10,0,true,false,false],[108,12,0,true,true,false],[108,29,0,true,false,false],[108,30,0,true,true,false],[111,10,0,true,false,false],[111,16,0,true,true,false],[113,10,0,true,false,false],[114,6,0,false,false,false],[116,24,0,true,true,false],[119,6,0,false,false,false],[125,31,0,true,true,false],[126,31,0,true,true,false],[126,41,0,true,true,false],[127,12,0,true,true,false],[127,29,0,true,false,false],[127,30,0,true,true,false],[131,10,0,true,false,false],[132,6,0,false,false,false],[134,31,0,true,true,false],[135,31,0,true,true,false],[135,47,0,true,true,false],[137,38,0,true,true,false],[137,78,0,true,false,false],[138,6,0,false,false,false],[140,88,0,true,true,false],[143,14,0,true,true,false],[143,24,0,true,true,false],[145,97,0,true,true,false],[145,103,0,true,false,false],[145,106,0,true,true,false],[145,127,0,true,false,false],[147,59,0,true,true,false],[147,69,0,true,true,false],[155,6,0,false,false,false],[163,30,0,true,true,false],[163,50,0,false,false,false],[165,49,0,true,true,false],[168,6,0,false,false,false],[173,30,0,true,true,false],[199,6,0,false,false,false],[205,49,0,true,true,false],[208,6,0,false,false,false],[210,46,0,true,true,false],[212,6,0,false,false,false],[214,46,0,true,true,false],[216,6,0,false,false,false],[218,71,0,true,true,false],[223,6,0,false,false,false],[225,56,0,true,true,false],[228,14,0,true,true,false],[228,24,0,true,true,false],[240,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":197,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift","mcdc_records":[],"segments":[[16,40,0,true,true,false],[16,45,0,false,false,false],[18,25,0,true,true,false],[19,49,0,true,true,false],[21,32,0,true,true,false],[22,125,0,true,true,false],[26,18,0,true,true,false],[36,43,0,true,true,false],[40,18,0,true,false,false],[42,42,0,true,true,false],[42,45,0,true,false,false],[42,48,0,true,true,false],[42,51,0,true,false,false],[48,32,0,true,true,false],[49,43,0,true,true,false],[51,18,0,true,false,false],[57,18,0,true,true,false],[57,40,0,true,false,false],[61,6,0,false,false,false],[66,65,0,true,true,false],[69,28,0,true,true,false],[84,32,0,true,true,false],[85,24,0,true,true,false],[85,44,0,true,false,false],[85,52,0,true,true,false],[88,73,0,true,true,false],[88,74,0,true,false,false],[88,77,0,true,true,false],[88,80,0,true,false,false],[96,24,0,true,true,false],[96,46,0,true,false,false],[96,54,0,true,true,false],[99,73,0,true,true,false],[99,74,0,true,false,false],[99,77,0,true,true,false],[99,80,0,true,false,false],[110,33,0,true,true,false],[110,64,0,true,false,false],[110,67,0,true,true,false],[110,78,0,true,false,false],[114,63,0,true,true,false],[114,66,0,true,false,false],[114,69,0,true,true,false],[114,70,0,true,false,false],[117,18,0,true,true,false],[118,55,0,true,true,false],[119,48,0,true,true,false],[119,59,0,true,false,false],[119,62,0,true,true,false],[119,65,0,true,false,false],[122,37,0,true,true,false],[122,54,0,true,false,false],[122,57,0,true,true,false],[122,60,0,true,false,false],[124,23,0,true,true,false],[126,10,0,true,false,false],[129,6,0,false,false,false],[133,49,0,true,true,false],[134,71,0,true,true,false],[134,74,0,true,false,false],[134,77,0,true,true,false],[134,80,0,true,false,false],[135,6,0,false,false,false],[149,25,0,true,true,false],[163,6,0,false,false,false],[180,40,0,true,true,false],[180,45,0,false,false,false],[182,25,0,true,true,false],[184,28,0,true,true,false],[185,28,0,true,true,false],[187,14,0,true,false,false],[192,18,0,true,true,false],[192,40,0,true,false,false],[196,6,0,false,false,false],[201,63,0,true,true,false],[204,38,0,true,true,false],[206,32,0,true,true,false],[216,82,0,true,true,false],[218,18,0,true,false,false],[218,24,0,true,true,false],[220,18,0,true,false,false],[226,16,0,true,true,false],[226,25,0,true,false,false],[226,26,0,true,true,false],[227,36,0,true,true,false],[228,28,0,true,true,false],[228,44,0,true,false,false],[228,52,0,true,true,false],[237,22,0,true,false,false],[242,28,0,true,true,false],[242,46,0,true,false,false],[242,54,0,true,true,false],[251,22,0,true,false,false],[258,14,0,true,true,false],[259,10,0,true,false,false],[262,33,0,true,true,false],[262,64,0,true,false,false],[262,67,0,true,true,false],[262,78,0,true,false,false],[266,63,0,true,true,false],[266,66,0,true,false,false],[266,69,0,true,true,false],[266,70,0,true,false,false],[269,18,0,true,true,false],[270,55,0,true,true,false],[271,44,0,true,true,false],[271,51,0,true,false,false],[271,54,0,true,true,false],[271,57,0,true,false,false],[274,37,0,true,true,false],[274,47,0,true,false,false],[274,50,0,true,true,false],[274,53,0,true,false,false],[276,23,0,true,true,false],[278,10,0,true,false,false],[281,6,0,false,false,false],[285,49,0,true,true,false],[286,71,0,true,true,false],[286,74,0,true,false,false],[286,77,0,true,true,false],[286,80,0,true,false,false],[287,6,0,false,false,false],[299,25,0,true,true,false],[313,6,0,false,false,false],[321,35,0,true,true,false],[323,6,0,false,false,false],[326,37,0,true,true,false],[328,6,0,false,false,false],[330,25,0,true,true,false],[331,28,0,true,true,false],[341,10,0,true,false,false],[352,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":594,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":0,"notcovered":75,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[11,32,0,false,false,false],[13,23,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[15,25,0,true,false,false],[16,9,0,true,true,false],[16,27,0,true,false,false],[17,9,0,true,true,false],[17,29,0,true,false,false],[18,10,0,true,true,false],[19,6,0,false,false,false],[21,28,0,true,true,false],[22,16,0,true,true,false],[22,20,0,true,false,false],[23,9,0,true,true,false],[23,25,0,true,false,false],[24,9,0,true,true,false],[24,27,0,true,false,false],[25,9,0,true,true,false],[25,29,0,true,false,false],[26,10,0,true,true,false],[27,6,0,false,false,false],[29,28,0,true,true,false],[30,16,0,true,true,false],[30,20,0,true,false,false],[31,9,0,true,true,false],[31,25,0,true,false,false],[32,9,0,true,true,false],[32,27,0,true,false,false],[33,9,0,true,true,false],[33,43,0,true,false,false],[34,10,0,true,true,false],[35,6,0,false,false,false],[37,22,0,true,true,false],[38,16,0,true,true,false],[38,20,0,true,false,false],[39,9,0,true,true,false],[39,30,0,true,false,false],[40,9,0,true,true,false],[40,43,0,true,false,false],[41,9,0,true,true,false],[41,46,0,true,false,false],[42,10,0,true,true,false],[43,6,0,false,false,false],[58,47,0,true,true,false],[58,49,0,false,false,false],[62,34,0,true,true,false],[62,39,0,false,false,false],[64,25,0,true,true,false],[65,29,0,true,true,false],[66,44,0,true,true,false],[71,31,0,true,true,false],[72,67,0,true,true,false],[74,26,0,true,false,false],[79,6,0,false,false,false],[82,65,0,true,true,false],[83,16,0,true,true,false],[83,20,0,true,false,false],[84,9,0,true,true,false],[86,29,0,true,false,false],[87,9,0,true,true,false],[89,44,0,true,false,false],[90,10,0,true,true,false],[91,6,0,false,false,false],[101,36,0,true,true,false],[101,41,0,false,false,false],[103,25,0,true,true,false],[104,34,0,true,true,false],[105,32,0,true,true,false],[112,65,0,true,true,false],[112,72,0,true,false,false],[112,75,0,true,true,false],[112,83,0,true,false,false],[113,51,0,true,true,false],[113,68,0,true,false,false],[113,71,0,true,true,false],[113,81,0,true,false,false],[115,51,0,true,true,false],[118,50,0,true,true,false],[118,67,0,true,false,false],[118,70,0,true,true,false],[118,81,0,true,false,false],[127,60,0,true,true,false],[127,74,0,true,false,false],[127,77,0,true,true,false],[127,79,0,true,false,false],[128,6,0,false,false,false],[131,42,0,true,true,false],[132,38,0,true,true,false],[132,60,0,true,false,false],[132,63,0,true,true,false],[132,77,0,true,false,false],[135,58,0,true,true,false],[139,10,0,true,false,false],[139,16,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,66,0,true,true,false],[150,16,0,true,true,false],[152,10,0,true,true,false],[153,40,0,true,false,false],[154,6,0,false,false,false],[164,36,0,true,true,false],[165,22,0,true,true,false],[165,39,0,true,false,false],[165,42,0,true,true,false],[165,70,0,true,false,false],[166,6,0,false,false,false],[168,34,0,true,true,false],[169,22,0,true,true,false],[169,53,0,true,false,false],[169,56,0,true,true,false],[169,83,0,true,false,false],[170,6,0,false,false,false],[172,25,0,true,true,false],[173,15,0,true,true,false],[174,20,0,true,true,false],[174,24,0,true,false,false],[175,13,0,true,true,false],[176,24,0,true,false,false],[177,13,0,true,true,false],[178,25,0,true,false,false],[179,13,0,true,true,false],[180,26,0,true,false,false],[181,14,0,true,true,false],[182,10,0,true,false,false],[184,6,0,false,false,false],[187,36,0,true,true,false],[188,16,0,true,true,false],[203,10,0,true,false,false],[204,6,0,false,false,false],[207,37,0,true,true,false],[208,28,0,true,true,false],[211,36,0,true,true,false],[211,66,0,true,false,false],[211,69,0,true,true,false],[211,95,0,true,false,false],[223,6,0,false,false,false],[226,38,0,true,true,false],[227,29,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false],[253,62,0,true,true,false],[255,52,0,true,true,false],[255,56,0,true,false,false],[255,59,0,true,true,false],[255,62,0,true,false,false],[256,48,0,true,true,false],[256,51,0,true,false,false],[256,54,0,true,true,false],[256,57,0,true,false,false],[258,52,0,true,true,false],[260,14,0,true,false,false],[261,6,0,false,false,false],[267,27,0,true,true,false],[268,16,0,true,true,false],[268,20,0,true,false,false],[269,9,0,true,true,false],[269,34,0,true,false,false],[270,9,0,true,true,false],[270,36,0,true,false,false],[271,9,0,true,true,false],[271,38,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[275,35,0,true,true,false],[276,16,0,true,true,false],[276,20,0,true,false,false],[277,9,0,true,true,false],[277,43,0,true,false,false],[278,9,0,true,true,false],[278,45,0,true,false,false],[279,9,0,true,true,false],[279,47,0,true,false,false],[280,10,0,true,true,false],[281,6,0,false,false,false],[283,30,0,true,true,false],[284,16,0,true,true,false],[284,20,0,true,false,false],[285,9,0,true,true,false],[285,63,0,true,false,false],[286,9,0,true,true,false],[286,59,0,true,false,false],[287,9,0,true,true,false],[287,64,0,true,false,false],[288,10,0,true,true,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":355,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":103,"covered":0,"notcovered":103,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift","mcdc_records":[],"segments":[[6,37,0,true,true,false],[6,42,0,false,false,false],[7,36,0,true,true,false],[7,41,0,false,false,false],[8,31,0,true,true,false],[8,36,0,false,false,false],[11,18,0,true,true,false],[15,6,0,false,false,false],[32,25,0,true,true,false],[33,50,0,true,true,false],[35,32,0,true,true,false],[39,36,0,true,true,false],[44,18,0,true,false,false],[53,36,0,true,true,false],[57,18,0,true,false,false],[71,20,0,true,true,false],[77,14,0,true,false,false],[79,19,0,true,true,false],[81,10,0,true,false,false],[82,22,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[87,38,0,true,true,false],[89,28,0,true,true,false],[91,42,0,true,true,false],[91,52,0,true,true,false],[92,52,0,true,true,false],[94,14,0,true,false,false],[96,6,0,false,false,false],[102,27,0,true,true,false],[102,32,0,false,false,false],[114,34,0,true,true,false],[115,21,0,true,true,false],[115,42,0,true,false,false],[115,45,0,true,true,false],[115,65,0,true,false,false],[116,6,0,false,false,false],[118,40,0,true,true,false],[119,21,0,true,true,false],[119,48,0,true,false,false],[119,51,0,true,true,false],[119,77,0,true,false,false],[120,6,0,false,false,false],[122,25,0,true,true,false],[135,65,0,true,true,false],[135,68,0,true,false,false],[135,71,0,true,true,false],[135,74,0,true,false,false],[135,100,0,true,true,false],[135,101,0,true,false,false],[135,104,0,true,true,false],[135,107,0,true,false,false],[137,38,0,true,true,false],[137,41,0,true,false,false],[137,44,0,true,true,false],[137,47,0,true,false,false],[139,6,0,false,false,false],[144,40,0,true,true,false],[151,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":209,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":0,"notcovered":32,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift","mcdc_records":[],"segments":[[13,28,0,true,true,false],[13,50,0,false,false,false],[25,45,0,true,true,false],[27,34,0,true,true,false],[27,44,0,true,true,false],[33,22,0,true,true,false],[33,35,0,true,false,false],[34,22,0,true,true,false],[36,24,0,true,true,false],[36,33,0,true,false,false],[36,34,0,true,true,false],[38,22,0,true,false,false],[86,6,0,false,false,false],[89,20,0,true,true,false],[97,31,0,true,true,false],[97,41,0,true,true,false],[100,46,0,true,true,false],[103,10,0,true,false,false],[103,30,0,true,true,false],[104,38,0,true,true,false],[109,14,0,true,false,false],[111,6,0,false,false,false],[113,27,0,true,true,false],[114,31,0,true,true,false],[114,41,0,true,true,false],[117,46,0,true,true,false],[120,10,0,true,false,false],[120,30,0,true,true,false],[123,18,0,true,true,false],[125,14,0,true,false,false],[127,6,0,false,false,false],[129,38,0,true,true,false],[131,28,0,true,true,false],[133,42,0,true,true,false],[133,52,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[139,49,0,true,true,false],[140,31,0,true,true,false],[140,41,0,true,true,false],[145,6,0,false,false,false],[148,25,0,true,true,false],[150,6,0,false,false,false],[154,39,0,true,true,false],[156,89,0,true,true,false],[157,18,0,true,true,false],[159,14,0,true,false,false],[162,86,0,true,true,false],[163,18,0,true,true,false],[165,14,0,true,false,false],[168,82,0,true,true,false],[169,18,0,true,true,false],[171,14,0,true,false,false],[175,87,0,true,true,false],[176,18,0,true,true,false],[178,14,0,true,false,false],[182,84,0,true,true,false],[183,18,0,true,true,false],[185,14,0,true,false,false],[189,80,0,true,true,false],[190,18,0,true,true,false],[192,14,0,true,false,false],[195,6,0,false,false,false],[197,38,0,true,true,false],[198,45,0,true,true,false],[201,10,0,true,false,false],[202,47,0,true,true,false],[205,10,0,true,false,false],[206,45,0,true,true,false],[209,10,0,true,false,false],[210,44,0,true,true,false],[213,10,0,true,false,false],[214,46,0,true,true,false],[217,10,0,true,false,false],[218,44,0,true,true,false],[221,10,0,true,false,false],[222,6,0,false,false,false],[224,55,0,true,true,false],[228,6,0,false,false,false],[230,50,0,true,true,false],[232,12,0,true,true,false],[232,31,0,true,false,false],[232,32,0,true,true,false],[234,10,0,true,false,false],[235,6,0,false,false,false],[237,48,0,true,true,false],[239,12,0,true,true,false],[239,31,0,true,false,false],[239,32,0,true,true,false],[241,10,0,true,false,false],[242,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":299,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift","mcdc_records":[],"segments":[[82,58,14,true,true,false],[83,27,2,true,true,false],[83,38,14,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":4,"covered":4,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":2,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift","mcdc_records":[],"segments":[[10,42,0,true,true,false],[10,47,0,false,false,false],[11,41,0,true,true,false],[11,47,0,false,false,false],[14,6,0,true,true,false],[14,55,0,false,false,false],[14,87,0,true,true,false],[14,92,0,false,false,false],[17,56,0,true,true,false],[17,61,0,false,false,false],[20,37,0,true,true,false],[20,39,0,false,false,false],[22,62,0,true,true,false],[22,64,0,false,false,false],[23,38,0,true,true,false],[23,43,0,false,false,false],[28,89,0,true,true,false],[30,6,0,false,false,false],[33,27,0,true,true,false],[35,6,0,false,false,false],[38,120,0,true,true,false],[43,6,0,false,false,false],[47,88,0,true,true,false],[54,6,0,false,false,false],[56,25,0,true,true,false],[57,28,0,true,true,false],[59,16,0,true,true,false],[59,32,0,true,false,false],[59,33,0,true,true,false],[61,14,0,true,true,false],[64,16,0,true,true,false],[64,32,0,true,false,false],[64,54,0,true,true,false],[67,14,0,true,false,false],[67,20,0,true,true,false],[69,14,0,true,false,false],[71,47,0,true,true,false],[74,35,0,true,true,false],[77,18,0,true,false,false],[80,35,0,true,true,false],[85,31,0,true,true,false],[87,20,0,true,true,false],[87,37,0,true,false,false],[87,38,0,true,true,false],[89,18,0,true,false,false],[92,6,0,false,false,false],[96,38,0,true,true,false],[97,28,0,true,true,false],[111,16,0,true,true,false],[111,35,0,true,false,false],[111,36,0,true,true,false],[112,24,0,true,true,false],[114,18,0,true,false,false],[114,26,0,true,true,false],[118,18,0,true,false,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[126,6,0,false,false,false],[130,46,0,true,true,false],[131,15,0,true,true,false],[132,16,0,true,true,false],[132,27,0,true,false,false],[132,28,0,true,true,false],[133,24,0,true,true,false],[140,18,0,true,false,false],[142,47,0,true,true,false],[143,36,0,true,true,false],[150,18,0,true,false,false],[153,23,0,true,true,false],[153,46,0,true,false,false],[153,47,0,true,true,false],[154,36,0,true,true,false],[161,18,0,true,false,false],[163,20,0,true,true,false],[164,28,0,true,true,false],[165,44,0,true,true,false],[166,50,0,true,true,false],[169,43,0,true,true,false],[171,34,0,true,false,false],[179,6,0,false,false,false],[183,43,0,true,true,false],[184,26,0,true,true,false],[185,24,0,true,true,false],[186,58,0,true,true,false],[187,51,0,true,true,false],[187,79,0,true,true,false],[187,98,0,true,false,false],[187,121,0,true,true,false],[197,22,0,true,false,false],[202,45,0,true,true,false],[203,47,0,true,true,false],[204,26,0,true,true,false],[206,66,0,true,true,false],[208,26,0,true,false,false],[212,23,0,true,true,false],[214,59,0,true,true,false],[214,69,0,true,true,false],[217,22,0,true,true,false],[219,62,0,true,true,false],[221,22,0,true,false,false],[225,6,0,false,false,false],[229,53,0,true,true,false],[233,12,0,true,true,false],[234,86,0,true,true,false],[235,33,0,true,true,false],[238,14,0,true,false,false],[239,17,0,true,true,false],[240,33,0,true,true,false],[244,14,0,true,false,false],[245,10,0,true,true,false],[246,6,0,false,false,false],[248,63,0,true,true,false],[249,14,0,true,true,false],[250,16,0,true,true,false],[252,104,0,true,true,false],[256,22,0,true,true,false],[258,18,0,true,true,false],[265,18,0,true,true,false],[268,79,0,true,true,false],[268,94,0,true,false,false],[268,98,0,true,true,false],[268,100,0,true,false,false],[279,37,0,true,true,false],[286,18,0,true,false,false],[287,21,0,true,true,false],[288,37,0,true,true,false],[290,18,0,true,false,false],[291,14,0,true,true,false],[292,10,0,true,false,false],[293,6,0,false,false,false],[305,27,0,true,true,false],[307,6,0,false,false,false],[310,34,0,true,true,false],[312,6,0,false,false,false],[314,25,0,true,true,false],[315,50,0,true,true,false],[317,16,0,true,true,false],[317,26,0,true,false,false],[317,27,0,true,true,false],[318,24,0,true,true,false],[328,24,0,true,true,false],[328,43,0,true,false,false],[328,44,0,true,true,false],[329,32,0,true,true,false],[331,26,0,true,false,false],[331,34,0,true,true,false],[332,48,0,true,true,false],[337,30,0,true,false,false],[342,22,0,true,true,false],[343,18,0,true,false,false],[347,14,0,true,true,false],[350,54,0,true,true,false],[351,34,0,true,true,false],[357,23,0,true,true,false],[360,22,0,true,false,false],[360,33,0,true,true,false],[361,28,0,true,true,false],[361,58,0,true,false,false],[361,59,0,true,true,false],[362,34,0,true,true,false],[366,36,0,true,true,false],[366,65,0,true,false,false],[366,66,0,true,true,false],[368,34,0,true,false,false],[378,20,0,true,true,false],[378,39,0,true,false,false],[378,57,0,true,true,false],[379,54,0,true,true,false],[381,22,0,true,false,false],[382,18,0,true,true,false],[383,14,0,true,false,false],[385,6,0,false,false,false],[397,37,0,true,true,false],[397,42,0,false,false,false],[398,49,0,true,true,false],[398,54,0,false,false,false],[401,40,0,true,true,false],[401,43,0,false,false,false],[410,7,0,true,true,false],[417,6,0,false,false,false],[419,25,0,true,true,false],[420,24,0,true,true,false],[426,10,0,true,false,false],[426,12,0,true,true,false],[427,32,0,true,true,false],[429,24,0,true,true,false],[440,24,0,true,true,false],[440,34,0,true,false,false],[440,35,0,true,true,false],[443,22,0,true,true,false],[448,18,0,true,false,false],[453,66,0,true,true,false],[453,75,0,true,false,false],[453,78,0,true,true,false],[453,85,0,true,false,false],[454,51,0,true,true,false],[454,59,0,true,false,false],[454,62,0,true,true,false],[454,72,0,true,false,false],[465,18,0,true,true,false],[467,55,0,true,true,false],[469,14,0,true,false,false],[473,22,0,true,true,false],[474,16,0,true,true,false],[474,24,0,true,false,false],[474,42,0,true,true,false],[475,44,0,true,true,false],[477,18,0,true,false,false],[477,26,0,true,true,false],[479,18,0,true,false,false],[481,14,0,true,true,false],[482,10,0,true,false,false],[487,11,0,true,true,false],[488,50,0,true,true,false],[490,14,0,true,false,false],[492,45,0,true,true,false],[492,47,0,true,false,false],[494,20,0,true,true,false],[496,10,0,true,false,false],[497,6,0,false,false,false],[501,36,0,true,true,false],[502,12,0,true,true,false],[502,22,0,true,false,false],[502,23,0,true,true,false],[504,10,0,true,false,false],[504,19,0,true,true,false],[504,29,0,true,false,false],[504,30,0,true,true,false],[506,10,0,true,false,false],[506,16,0,true,true,false],[508,10,0,true,false,false],[509,6,0,false,false,false],[511,39,0,true,true,false],[512,12,0,true,true,false],[512,22,0,true,false,false],[512,23,0,true,true,false],[514,10,0,true,false,false],[514,19,0,true,true,false],[514,29,0,true,false,false],[514,30,0,true,true,false],[516,10,0,true,false,false],[516,16,0,true,true,false],[518,10,0,true,false,false],[519,6,0,false,false,false],[521,34,0,true,true,false],[522,12,0,true,true,false],[522,22,0,true,false,false],[522,23,0,true,true,false],[524,10,0,true,false,false],[524,19,0,true,true,false],[524,29,0,true,false,false],[524,30,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[528,10,0,true,false,false],[529,6,0,false,false,false],[532,42,0,true,true,false],[538,14,0,true,true,false],[541,10,0,true,false,false],[545,9,0,true,true,false],[550,10,0,true,false,false],[550,16,0,true,true,false],[555,10,0,true,false,false],[556,6,0,false,false,false],[558,49,0,true,true,false],[559,12,0,true,true,false],[559,22,0,true,false,false],[559,23,0,true,true,false],[561,52,0,true,true,false],[561,56,0,true,false,false],[561,59,0,true,true,false],[561,63,0,true,false,false],[563,19,0,true,true,false],[563,29,0,true,false,false],[563,30,0,true,true,false],[565,46,0,true,true,false],[565,50,0,true,false,false],[565,53,0,true,true,false],[565,57,0,true,false,false],[567,16,0,true,true,false],[569,46,0,true,true,false],[569,50,0,true,false,false],[569,53,0,true,true,false],[569,57,0,true,false,false],[572,6,0,false,false,false],[580,37,0,true,true,false],[580,42,0,false,false,false],[582,40,0,true,true,false],[582,43,0,false,false,false],[584,25,0,true,true,false],[585,34,0,true,true,false],[586,32,0,true,true,false],[587,24,0,true,true,false],[597,40,0,true,true,false],[604,22,0,true,false,false],[614,18,0,true,true,false],[615,55,0,true,true,false],[617,14,0,true,false,false],[619,6,0,false,false,false],[621,36,0,true,true,false],[622,22,0,true,true,false],[622,47,0,true,false,false],[622,50,0,true,true,false],[622,75,0,true,false,false],[623,6,0,false,false,false],[625,39,0,true,true,false],[626,22,0,true,true,false],[626,23,0,true,false,false],[626,26,0,true,true,false],[626,27,0,true,false,false],[627,6,0,false,false,false],[629,34,0,true,true,false],[630,22,0,true,true,false],[630,23,0,true,false,false],[630,26,0,true,true,false],[630,27,0,true,false,false],[631,6,0,false,false,false],[633,49,0,true,true,false],[635,42,0,true,true,false],[635,56,0,true,true,false],[635,60,0,true,false,false],[635,63,0,true,true,false],[635,67,0,true,false,false],[635,71,0,true,true,false],[635,85,0,true,true,false],[635,89,0,true,false,false],[635,92,0,true,true,false],[635,96,0,true,false,false],[637,6,0,false,false,false],[654,44,0,true,true,false],[656,53,0,true,true,false],[658,10,0,true,false,false],[659,12,0,true,true,false],[659,34,0,true,false,false],[659,35,0,true,true,false],[661,10,0,true,false,false],[663,6,0,false,false,false],[665,25,0,true,true,false],[666,34,0,true,true,false],[667,50,0,true,true,false],[668,57,0,true,true,false],[674,65,0,true,true,false],[678,22,0,true,true,false],[679,18,0,true,false,false],[684,36,0,true,true,false],[685,66,0,true,true,false],[687,22,0,true,false,false],[697,6,0,false,false,false],[706,25,0,true,true,false],[716,6,0,false,false,false],[718,33,0,true,true,false],[719,16,0,true,true,false],[719,32,0,true,false,false],[720,9,0,true,true,false],[720,28,0,true,false,false],[721,9,0,true,true,false],[721,42,0,true,false,false],[722,9,0,true,true,false],[722,29,0,true,false,false],[723,9,0,true,true,false],[723,29,0,true,false,false],[724,9,0,true,true,false],[724,28,0,true,false,false],[725,10,0,true,true,false],[726,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":113,"covered":0,"percent":0},"instantiations":{"count":113,"covered":0,"percent":0},"lines":{"count":1479,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":219,"covered":0,"notcovered":219,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift","mcdc_records":[],"segments":[[37,30,0,true,true,false],[37,33,0,false,false,false],[40,35,0,true,true,false],[40,36,0,false,false,false],[50,65,0,true,true,false],[51,16,0,true,true,false],[51,21,0,true,false,false],[53,9,0,true,true,false],[53,77,0,true,false,false],[54,9,0,true,true,false],[54,77,0,true,false,false],[55,9,0,true,true,false],[55,74,0,true,false,false],[57,9,0,true,true,false],[57,59,0,true,false,false],[58,9,0,true,true,false],[58,59,0,true,false,false],[60,9,0,true,true,false],[60,53,0,true,false,false],[61,9,0,true,true,false],[61,53,0,true,false,false],[62,9,0,true,true,false],[62,84,0,true,false,false],[64,9,0,true,true,false],[64,58,0,true,false,false],[65,9,0,true,true,false],[65,59,0,true,false,false],[66,9,0,true,true,false],[66,54,0,true,false,false],[67,9,0,true,true,false],[67,53,0,true,false,false],[68,9,0,true,true,false],[68,53,0,true,false,false],[69,9,0,true,true,false],[69,54,0,true,false,false],[71,9,0,true,true,false],[71,59,0,true,false,false],[72,9,0,true,true,false],[72,55,0,true,false,false],[73,9,0,true,true,false],[73,78,0,true,false,false],[74,9,0,true,true,false],[74,53,0,true,false,false],[75,9,0,true,true,false],[75,26,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[115,38,0,true,true,false],[119,12,0,true,true,false],[119,51,0,true,false,false],[119,52,0,true,true,false],[121,10,0,true,true,false],[124,12,0,true,true,false],[124,25,0,true,false,false],[124,26,0,true,true,false],[126,10,0,true,true,false],[130,12,0,true,true,false],[130,29,0,true,false,false],[130,47,0,true,true,false],[132,10,0,true,true,false],[136,12,0,true,true,false],[136,29,0,true,false,false],[136,30,0,true,true,false],[138,10,0,true,true,false],[141,12,0,true,true,false],[141,57,0,true,false,false],[141,58,0,true,true,false],[143,10,0,true,true,false],[149,12,0,true,true,false],[149,47,0,true,true,false],[149,60,0,true,false,false],[149,61,0,true,true,false],[151,10,0,true,true,false],[154,12,0,true,true,false],[154,24,0,true,false,false],[154,25,0,true,true,false],[156,16,0,true,true,false],[156,25,0,true,false,false],[156,26,0,true,true,false],[158,14,0,true,true,false],[159,34,0,true,false,false],[160,10,0,true,true,false],[163,25,0,true,false,false],[164,6,0,false,false,false],[167,30,0,true,true,false],[170,6,0,false,false,false],[188,60,0,true,true,false],[191,48,0,true,true,false],[191,92,0,true,true,false],[191,94,0,true,false,false],[191,98,0,true,true,false],[191,103,0,true,false,false],[193,16,0,true,true,false],[193,26,0,true,false,false],[195,9,0,true,true,false],[195,61,0,true,false,false],[196,9,0,true,true,false],[196,62,0,true,false,false],[197,9,0,true,true,false],[197,62,0,true,false,false],[198,9,0,true,true,false],[198,59,0,true,false,false],[199,9,0,true,true,false],[199,65,0,true,false,false],[200,9,0,true,true,false],[200,59,0,true,false,false],[202,9,0,true,true,false],[202,63,0,true,false,false],[203,9,0,true,true,false],[203,62,0,true,false,false],[204,9,0,true,true,false],[204,63,0,true,false,false],[206,9,0,true,true,false],[206,61,0,true,false,false],[207,9,0,true,true,false],[207,59,0,true,false,false],[209,9,0,true,true,false],[209,57,0,true,false,false],[210,9,0,true,true,false],[210,57,0,true,false,false],[211,9,0,true,true,false],[211,57,0,true,false,false],[212,9,0,true,true,false],[212,57,0,true,false,false],[213,9,0,true,true,false],[213,57,0,true,false,false],[214,9,0,true,true,false],[214,57,0,true,false,false],[215,9,0,true,true,false],[215,57,0,true,false,false],[216,9,0,true,true,false],[216,57,0,true,false,false],[217,9,0,true,true,false],[217,57,0,true,false,false],[218,9,0,true,true,false],[218,57,0,true,false,false],[220,9,0,true,true,false],[220,57,0,true,false,false],[221,9,0,true,true,false],[221,57,0,true,false,false],[222,9,0,true,true,false],[222,57,0,true,false,false],[223,9,0,true,true,false],[223,57,0,true,false,false],[224,9,0,true,true,false],[224,58,0,true,false,false],[225,9,0,true,true,false],[225,57,0,true,false,false],[226,9,0,true,true,false],[226,57,0,true,false,false],[227,9,0,true,true,false],[227,58,0,true,false,false],[228,9,0,true,true,false],[228,57,0,true,false,false],[229,9,0,true,true,false],[229,57,0,true,false,false],[230,9,0,true,true,false],[230,57,0,true,false,false],[231,9,0,true,true,false],[231,40,0,true,false,false],[233,6,0,false,false,false],[236,65,0,true,true,false],[237,16,0,true,true,false],[237,23,0,true,false,false],[238,9,0,true,true,false],[238,28,0,true,false,false],[239,9,0,true,true,false],[239,28,0,true,false,false],[240,9,0,true,true,false],[240,37,0,true,false,false],[241,9,0,true,true,false],[241,36,0,true,false,false],[242,9,0,true,true,false],[242,23,0,true,false,false],[243,9,0,true,true,false],[243,24,0,true,false,false],[244,9,0,true,true,false],[244,28,0,true,false,false],[245,9,0,true,true,false],[245,30,0,true,false,false],[246,9,0,true,true,false],[246,28,0,true,false,false],[247,9,0,true,true,false],[247,34,0,true,false,false],[248,9,0,true,true,false],[248,35,0,true,false,false],[249,9,0,true,true,false],[249,35,0,true,false,false],[250,9,0,true,true,false],[250,21,0,true,false,false],[251,10,0,true,true,false],[252,6,0,false,false,false],[259,67,0,true,true,false],[269,69,0,true,true,false],[271,10,0,true,true,false],[275,16,0,true,true,false],[275,26,0,true,false,false],[276,9,0,true,true,false],[276,52,0,true,false,false],[277,9,0,true,true,false],[277,51,0,true,false,false],[278,9,0,true,true,false],[278,49,0,true,false,false],[279,9,0,true,true,false],[279,28,0,true,false,false],[281,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[10,31,0,true,true,false],[10,41,0,true,true,false],[13,41,0,true,true,false],[13,99,0,true,false,false],[25,12,0,true,true,false],[25,33,0,true,false,false],[25,34,0,true,true,false],[30,10,0,true,false,false],[35,12,0,true,true,false],[35,25,0,true,false,false],[35,26,0,true,true,false],[38,90,0,true,true,false],[39,71,0,true,true,false],[39,81,0,true,true,false],[44,20,0,true,true,false],[44,41,0,true,false,false],[44,42,0,true,true,false],[48,18,0,true,false,false],[50,16,0,true,true,false],[56,16,0,true,true,false],[56,37,0,true,false,false],[56,38,0,true,true,false],[60,14,0,true,false,false],[62,6,0,false,false,false],[64,41,0,true,true,false],[65,31,0,true,true,false],[65,41,0,true,true,false],[66,42,0,true,true,false],[66,69,0,true,false,false],[66,73,0,true,true,false],[66,101,0,true,false,false],[66,107,0,true,true,false],[69,10,0,true,true,false],[70,60,0,true,true,false],[73,10,0,true,false,false],[76,41,0,true,true,false],[76,99,0,true,false,false],[78,12,0,true,true,false],[78,33,0,true,false,false],[78,34,0,true,true,false],[83,10,0,true,false,false],[88,12,0,true,true,false],[88,25,0,true,false,false],[88,26,0,true,true,false],[91,90,0,true,true,false],[92,71,0,true,true,false],[92,81,0,true,true,false],[99,20,0,true,true,false],[99,41,0,true,false,false],[99,42,0,true,true,false],[103,18,0,true,false,false],[105,16,0,true,true,false],[113,16,0,true,true,false],[113,37,0,true,false,false],[113,38,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[122,59,0,true,true,false],[126,101,0,true,true,false],[127,33,0,true,true,false],[129,14,0,true,true,false],[130,18,0,true,true,false],[140,20,0,true,true,false],[140,35,0,true,false,false],[140,36,0,true,true,false],[143,18,0,true,false,false],[146,6,0,false,false,false],[149,39,0,true,true,false],[153,6,0,false,false,false],[155,36,0,true,true,false],[156,31,0,true,true,false],[156,41,0,true,true,false],[157,12,0,true,true,false],[157,35,0,true,false,false],[157,65,0,true,true,false],[159,10,0,true,false,false],[160,12,0,true,true,false],[160,40,0,true,false,false],[160,41,0,true,true,false],[162,16,0,true,true,false],[162,37,0,true,false,false],[162,38,0,true,true,false],[164,20,0,true,true,false],[164,53,0,true,false,false],[164,54,0,true,true,false],[172,18,0,true,false,false],[175,10,0,true,true,false],[178,6,0,false,false,false],[180,44,0,true,true,false],[181,31,0,true,true,false],[181,41,0,true,true,false],[182,70,0,true,true,false],[182,118,0,true,false,false],[188,6,0,false,false,false],[190,71,0,true,true,false],[191,58,0,true,true,false],[191,71,0,true,false,false],[192,44,0,true,true,false],[197,10,0,true,false,false],[197,16,0,true,true,false],[199,10,0,true,false,false],[203,6,0,false,false,false],[205,89,0,true,true,false],[206,31,0,true,true,false],[206,41,0,true,true,false],[207,12,0,true,true,false],[207,20,0,true,false,false],[207,21,0,true,true,false],[208,50,0,true,true,false],[209,48,0,true,true,false],[209,74,0,true,false,false],[213,16,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false],[218,40,0,true,true,false],[221,19,0,true,true,false],[222,59,0,true,true,false],[222,69,0,true,true,false],[224,14,0,true,false,false],[226,6,0,false,false,false],[228,39,0,true,true,false],[231,19,0,true,true,false],[232,59,0,true,true,false],[232,69,0,true,true,false],[234,14,0,true,false,false],[236,6,0,false,false,false],[240,47,0,true,true,false],[245,12,0,true,true,false],[245,58,0,true,true,false],[245,98,0,true,false,false],[245,99,0,true,true,false],[248,10,0,true,true,false],[252,21,0,true,true,false],[252,43,0,true,true,false],[252,57,0,true,false,false],[254,19,0,true,true,false],[256,14,0,true,false,false],[257,6,0,false,false,false],[259,51,0,true,true,false],[260,14,0,true,true,false],[262,67,0,true,true,false],[262,77,0,true,true,false],[265,16,0,true,true,false],[265,43,0,true,false,false],[265,44,0,true,true,false],[267,14,0,true,false,false],[271,6,0,false,false,false],[274,30,0,true,true,false],[278,6,0,false,false,false],[280,39,0,true,true,false],[283,19,0,true,true,false],[284,59,0,true,true,false],[284,69,0,true,true,false],[286,14,0,true,false,false],[288,6,0,false,false,false],[290,67,0,true,true,false],[291,31,0,true,true,false],[291,41,0,true,true,false],[292,58,0,true,true,false],[292,68,0,true,true,false],[312,67,0,true,true,false],[312,77,0,true,true,false],[325,6,0,false,false,false],[327,55,0,true,true,false],[328,31,0,true,true,false],[328,41,0,true,true,false],[329,31,0,true,true,false],[329,41,0,true,true,false],[330,39,0,true,true,false],[330,49,0,true,true,false],[333,12,0,true,true,false],[333,51,0,true,false,false],[333,52,0,true,true,false],[335,10,0,true,true,false],[344,6,0,false,false,false],[346,53,0,true,true,false],[347,31,0,true,true,false],[347,41,0,true,true,false],[348,30,0,true,true,false],[348,40,0,true,true,false],[349,38,0,true,true,false],[349,48,0,true,true,false],[350,44,0,true,true,false],[350,54,0,true,true,false],[353,12,0,true,true,false],[353,49,0,true,false,false],[353,50,0,true,true,false],[355,10,0,true,true,false],[367,6,0,false,false,false],[369,96,0,true,true,false],[384,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":460,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":0,"notcovered":130,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift","mcdc_records":[],"segments":[[16,21,1,true,true,false],[16,53,0,false,false,false],[17,19,1,true,true,false],[17,47,0,false,false,false],[18,58,1,true,true,false],[18,63,0,false,false,false],[19,44,1,true,true,false],[19,49,0,false,false,false],[22,29,1,true,true,false],[22,34,0,false,false,false],[23,28,1,true,true,false],[23,33,0,false,false,false],[24,26,1,true,true,false],[24,31,0,false,false,false],[25,35,1,true,true,false],[25,41,0,false,false,false],[26,45,1,true,true,false],[26,50,0,false,false,false],[27,37,1,true,true,false],[27,42,0,false,false,false],[28,36,1,true,true,false],[28,41,0,false,false,false],[29,49,1,true,true,false],[29,50,0,false,false,false],[30,24,1,true,true,false],[30,45,0,false,false,false],[33,30,1,true,true,false],[33,55,0,false,false,false],[53,13,0,true,true,false],[53,85,0,false,false,false],[54,13,0,true,true,false],[54,94,0,false,false,false],[57,40,1,true,true,false],[57,43,0,false,false,false],[58,52,1,true,true,false],[58,56,0,false,false,false],[59,38,1,true,true,false],[59,41,0,false,false,false],[62,46,0,true,true,false],[63,95,0,true,true,false],[63,128,0,true,false,false],[64,53,0,true,true,false],[64,63,0,true,false,false],[65,6,0,false,false,false],[68,53,0,true,true,false],[70,6,0,false,false,false],[72,55,1,true,true,false],[72,58,0,false,false,false],[73,38,0,true,true,false],[75,6,0,false,false,false],[77,37,0,true,true,false],[79,6,0,false,false,false],[84,42,0,true,true,false],[86,6,0,false,false,false],[88,41,0,true,true,false],[94,6,0,false,false,false],[105,35,1,true,true,false],[107,6,0,false,false,false],[108,43,1,true,true,false],[108,48,0,false,false,false],[109,42,1,true,true,false],[109,47,0,false,false,false],[110,46,1,true,true,false],[110,51,0,false,false,false],[112,29,1,true,true,false],[118,6,0,false,false,false],[123,59,1,true,true,false],[130,12,1,true,true,false],[130,37,1,true,false,false],[130,38,1,true,true,false],[131,91,0,true,true,false],[131,97,1,true,false,false],[139,16,0,true,true,false],[141,10,1,true,false,false],[142,6,0,false,false,false],[144,55,1,true,true,false],[149,11,0,true,true,false],[150,18,0,true,true,false],[152,14,0,true,false,false],[153,10,1,true,false,false],[159,11,0,true,true,false],[165,18,0,true,true,false],[172,14,0,true,false,false],[173,10,1,true,false,false],[174,6,0,false,false,false],[178,30,0,true,true,false],[180,78,0,true,true,false],[182,10,0,true,true,false],[191,63,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false],[203,7,0,true,true,false],[205,78,0,true,true,false],[207,10,0,true,true,false],[216,63,0,true,true,false],[218,29,0,true,true,false],[220,14,0,true,false,false],[221,30,0,true,true,false],[223,14,0,true,false,false],[224,32,0,true,true,false],[226,14,0,true,false,false],[227,35,0,true,true,false],[229,14,0,true,false,false],[233,58,0,true,true,false],[233,61,0,true,false,false],[233,64,0,true,true,false],[233,84,0,true,false,false],[236,6,0,false,false,false],[241,47,0,true,true,false],[243,6,0,false,false,false],[246,34,0,true,true,false],[248,6,0,false,false,false],[251,99,0,true,true,false],[252,62,0,true,true,false],[254,10,0,true,true,false],[255,63,0,true,false,false],[256,6,0,false,false,false],[259,48,0,true,true,false],[261,6,0,false,false,false],[263,45,1,true,true,false],[268,11,0,true,true,false],[269,87,0,true,true,false],[269,97,0,true,true,false],[271,18,0,true,true,false],[272,37,0,true,true,false],[272,47,0,true,true,false],[273,71,0,true,true,false],[273,73,0,true,false,false],[273,78,0,true,true,false],[273,86,0,true,false,false],[276,10,1,true,false,false],[283,11,0,true,true,false],[285,18,0,true,true,false],[287,14,0,true,false,false],[288,10,1,true,false,false],[289,6,0,false,false,false],[291,42,1,true,true,false],[296,11,0,true,true,false],[299,18,0,true,true,false],[300,37,0,true,true,false],[300,47,0,true,true,false],[301,55,0,true,true,false],[301,65,0,true,true,false],[307,19,0,true,true,false],[311,18,0,true,false,false],[313,10,1,true,false,false],[314,6,0,false,false,false],[316,84,0,true,true,false],[321,16,0,true,true,false],[321,22,0,true,false,false],[322,9,0,true,true,false],[323,16,0,true,true,false],[323,36,0,true,false,false],[323,37,0,true,true,false],[325,14,0,true,false,false],[325,20,0,true,true,false],[327,14,0,true,false,false],[329,9,0,true,true,false],[330,16,0,true,true,false],[330,85,0,true,false,false],[332,13,0,true,true,false],[337,14,0,true,true,false],[338,39,0,true,false,false],[339,9,0,true,true,false],[340,39,0,true,false,false],[341,10,0,true,true,false],[342,6,0,false,false,false],[359,73,0,true,true,false],[360,12,0,true,true,false],[360,41,0,true,false,false],[360,42,0,true,true,false],[363,10,0,true,true,false],[365,12,0,true,true,false],[365,35,0,true,false,false],[365,36,0,true,true,false],[366,16,0,true,true,false],[366,42,0,true,true,false],[366,68,0,true,false,false],[366,69,0,true,true,false],[370,14,0,true,false,false],[375,6,0,false,false,false],[377,49,0,true,true,false],[378,45,0,true,true,false],[378,55,0,true,true,false],[386,31,0,true,true,false],[386,47,0,true,false,false],[386,53,0,true,true,false],[386,63,0,true,true,false],[392,12,0,true,true,false],[392,24,0,true,false,false],[392,25,0,true,true,false],[394,10,0,true,false,false],[398,6,0,false,false,false],[400,41,3,true,true,false],[401,41,3,true,true,false],[401,67,3,true,false,false],[401,73,3,true,true,false],[401,83,0,true,true,false],[412,12,0,true,true,false],[412,32,0,true,false,false],[412,33,0,true,true,false],[414,10,0,true,false,false],[415,12,0,true,true,false],[415,28,0,true,false,false],[415,29,0,true,true,false],[417,10,0,true,false,false],[418,6,0,false,false,false],[420,40,0,true,true,false],[421,12,0,true,true,false],[421,22,0,true,false,false],[421,23,0,true,true,false],[423,10,0,true,false,false],[427,6,0,false,false,false],[431,25,0,true,true,false],[433,65,0,true,true,false],[433,75,0,true,true,false],[436,14,0,true,true,false],[438,16,0,true,true,false],[438,32,0,true,false,false],[438,33,0,true,true,false],[440,14,0,true,false,false],[440,20,0,true,true,false],[442,14,0,true,false,false],[444,6,0,false,false,false],[452,58,0,true,true,false],[454,12,0,true,true,false],[454,30,0,true,false,false],[454,53,0,true,true,false],[457,10,0,true,true,false],[468,12,0,true,true,false],[468,25,0,true,false,false],[468,26,0,true,true,false],[470,10,0,true,false,false],[480,47,0,true,true,false],[484,10,0,true,true,false],[498,12,0,true,true,false],[498,69,0,true,false,false],[498,70,0,true,true,false],[500,10,0,true,false,false],[503,6,0,false,false,false],[506,25,0,true,true,false],[508,6,0,false,false,false],[513,62,0,true,true,false],[516,12,0,true,true,false],[516,30,0,true,false,false],[516,53,0,true,true,false],[519,10,0,true,true,false],[521,12,0,true,true,false],[521,25,0,true,false,false],[521,26,0,true,true,false],[523,10,0,true,false,false],[528,62,0,true,true,false],[530,10,0,true,false,false],[534,6,0,false,false,false],[537,39,0,true,true,false],[538,12,0,true,true,false],[538,33,0,true,false,false],[538,34,0,true,true,false],[540,32,0,true,true,false],[542,18,0,true,false,false],[543,28,0,true,true,false],[544,60,0,true,true,false],[546,22,0,true,false,false],[555,6,0,false,false,false],[558,37,0,true,true,false],[565,56,0,true,true,false],[565,97,0,true,true,false],[565,116,0,true,false,false],[565,120,0,true,true,false],[567,10,0,true,false,false],[572,23,0,true,true,false],[574,10,0,true,false,false],[575,6,0,false,false,false],[578,109,0,true,true,false],[582,6,0,false,false,false],[586,13,0,true,true,false],[586,36,0,true,true,false],[586,41,0,true,false,false],[586,43,0,false,false,false],[587,13,0,true,true,false],[588,16,0,true,true,false],[588,24,0,true,false,false],[588,25,0,true,true,false],[590,14,0,true,false,false],[590,20,0,true,true,false],[592,14,0,true,false,false],[594,10,0,false,false,false],[600,52,0,true,true,false],[601,12,0,true,true,false],[601,21,0,true,false,false],[601,22,0,true,true,false],[606,16,0,true,true,false],[606,35,0,true,false,false],[606,36,0,true,true,false],[610,14,0,true,false,false],[613,16,0,true,true,false],[618,16,0,true,true,false],[618,35,0,true,false,false],[618,36,0,true,true,false],[622,14,0,true,false,false],[625,18,0,true,true,false],[627,20,0,true,true,false],[627,36,0,true,false,false],[627,37,0,true,true,false],[629,18,0,true,false,false],[629,24,0,true,true,false],[633,18,0,true,false,false],[636,6,0,false,false,false],[640,27,0,true,true,false],[641,34,0,true,true,false],[641,73,0,true,false,false],[642,6,0,false,false,false],[645,34,0,true,true,false],[647,6,0,false,false,false],[650,29,0,true,true,false],[654,12,0,true,true,false],[654,21,0,true,false,false],[654,22,0,true,true,false],[657,10,0,true,false,false],[660,6,0,false,false,false],[663,30,0,true,true,false],[666,12,0,true,true,false],[666,25,0,true,false,false],[666,26,0,true,true,false],[668,10,0,true,false,false],[673,12,0,true,true,false],[673,39,0,true,true,false],[673,66,0,true,false,false],[673,67,0,true,true,false],[675,10,0,true,false,false],[677,31,0,true,true,false],[677,41,0,true,true,false],[679,63,0,true,true,false],[679,76,0,true,false,false],[687,6,0,false,false,false],[689,33,0,true,true,false],[691,50,0,true,true,false],[694,10,0,true,true,false],[696,12,0,true,true,false],[696,39,0,true,true,false],[696,66,0,true,false,false],[696,67,0,true,true,false],[699,10,0,true,false,false],[699,16,0,true,true,false],[700,27,0,true,true,false],[702,20,0,true,true,false],[702,60,0,true,false,false],[702,61,0,true,true,false],[718,18,0,true,false,false],[724,6,0,false,false,false],[727,38,0,true,true,false],[730,64,0,true,true,false],[732,10,0,true,false,false],[736,6,0,false,false,false],[740,36,0,true,true,false],[741,60,0,true,true,false],[741,70,0,true,true,false],[744,12,0,true,true,false],[744,21,0,true,false,false],[744,22,0,true,true,false],[746,10,0,true,false,false],[747,6,0,false,false,false],[751,39,0,true,true,false],[757,12,0,true,true,false],[757,25,0,true,false,false],[757,38,0,true,true,false],[759,10,0,true,false,false],[760,6,0,false,false,false],[764,31,0,true,true,false],[765,12,0,true,true,false],[765,25,0,true,false,false],[765,26,0,true,true,false],[767,10,0,true,false,false],[771,62,0,true,true,false],[773,16,0,true,true,false],[773,43,0,true,true,false],[773,70,0,true,false,false],[773,71,0,true,true,false],[781,14,0,true,false,false],[786,50,0,true,true,false],[800,50,0,true,true,false],[805,14,0,true,false,false],[806,16,0,true,true,false],[808,10,0,true,false,false],[811,12,0,true,true,false],[811,69,0,true,false,false],[811,70,0,true,true,false],[813,10,0,true,false,false],[819,6,0,false,false,false],[821,31,0,true,true,false],[827,12,0,true,true,false],[827,39,0,true,true,false],[827,66,0,true,false,false],[827,67,0,true,true,false],[829,10,0,true,false,false],[832,50,0,true,true,false],[839,50,0,true,true,false],[844,14,0,true,false,false],[844,34,0,true,true,false],[845,42,0,true,true,false],[850,18,0,true,false,false],[852,16,0,true,true,false],[854,10,0,true,false,false],[855,6,0,false,false,false],[860,82,0,true,true,false],[861,47,0,true,true,false],[864,10,0,true,true,false],[868,14,0,true,true,false],[871,16,0,true,true,false],[871,34,0,true,false,false],[871,35,0,true,true,false],[874,14,0,true,false,false],[876,6,0,false,false,false],[879,77,0,true,true,false],[880,12,0,true,true,false],[880,38,0,true,false,false],[880,39,0,true,true,false],[883,10,0,true,true,false],[885,43,0,true,true,false],[888,10,0,true,true,false],[894,12,0,true,true,false],[894,42,0,true,false,false],[894,43,0,true,true,false],[897,16,0,true,true,false],[897,38,0,true,false,false],[897,39,0,true,true,false],[901,14,0,true,true,false],[905,13,0,true,true,false],[910,14,0,true,true,false],[911,10,0,true,true,false],[916,76,0,true,true,false],[918,10,0,true,false,false],[918,85,0,true,true,false],[921,10,0,true,false,false],[921,16,0,true,true,false],[924,10,0,true,false,false],[931,59,0,true,true,false],[931,87,0,true,false,false],[931,91,0,true,true,false],[931,118,0,true,false,false],[932,37,0,true,true,false],[935,10,0,true,true,false],[948,55,0,true,true,false],[950,10,0,true,false,false],[951,61,0,true,true,false],[953,10,0,true,false,false],[954,49,0,true,true,false],[956,10,0,true,false,false],[962,6,0,false,false,false],[964,86,0,true,true,false],[965,16,0,true,true,false],[965,22,0,true,false,false],[966,9,0,true,true,false],[967,42,0,true,true,false],[967,46,0,true,false,false],[968,9,0,true,true,false],[970,37,0,true,false,false],[971,9,0,true,true,false],[972,36,0,true,false,false],[973,9,0,true,true,false],[974,36,0,true,false,false],[976,6,0,false,false,false],[978,28,0,true,true,false],[979,31,0,true,true,false],[979,41,0,true,true,false],[980,24,0,true,true,false],[980,47,0,true,false,false],[980,48,0,true,true,false],[981,46,0,true,true,false],[984,14,0,true,false,false],[985,16,0,true,true,false],[987,10,0,true,false,false],[988,57,0,true,true,false],[988,85,0,true,false,false],[988,88,0,true,true,false],[988,100,0,true,false,false],[989,48,0,true,true,false],[989,58,0,true,true,false],[991,6,0,false,false,false],[993,54,0,true,true,false],[995,6,0,false,false,false],[997,71,0,true,true,false],[1003,6,0,false,false,false],[1005,50,0,true,true,false],[1007,6,0,false,false,false],[1011,53,0,true,true,false],[1012,14,0,true,true,false],[1014,10,0,true,false,false],[1015,6,0,false,false,false],[1017,55,0,true,true,false],[1018,14,0,true,true,false],[1020,10,0,true,false,false],[1021,6,0,false,false,false],[1023,53,0,true,true,false],[1027,45,0,true,true,false],[1027,50,0,true,false,false],[1028,6,0,false,false,false],[1030,50,0,true,true,false],[1034,6,0,false,false,false],[1036,79,0,true,true,false],[1060,6,0,false,false,false],[1062,33,0,true,true,false],[1077,47,0,true,true,false],[1077,97,0,true,false,false],[1110,27,0,true,true,false],[1112,10,0,true,false,false],[1112,46,0,true,true,false],[1121,10,0,true,false,false],[1127,6,0,false,false,false],[1129,45,0,true,true,false],[1136,25,0,true,true,false],[1138,14,0,true,false,false],[1139,22,0,true,true,false],[1141,14,0,true,false,false],[1142,32,0,true,true,false],[1144,14,0,true,false,false],[1145,30,0,true,true,false],[1147,14,0,true,false,false],[1148,35,0,true,true,false],[1150,14,0,true,false,false],[1154,6,0,false,false,false],[1156,42,0,true,true,false],[1157,36,0,true,true,false],[1157,46,0,true,true,false],[1159,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":135,"covered":29,"percent":21.481481481481481},"instantiations":{"count":135,"covered":29,"percent":21.481481481481481},"lines":{"count":1201,"covered":134,"percent":11.157368859283929},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":305,"covered":32,"notcovered":273,"percent":10.491803278688524}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift","mcdc_records":[],"segments":[[18,38,1,true,true,false],[18,43,0,false,false,false],[19,47,1,true,true,false],[19,48,0,false,false,false],[20,43,1,true,true,false],[20,48,0,false,false,false],[21,41,1,true,true,false],[21,46,0,false,false,false],[22,52,1,true,true,false],[22,53,0,false,false,false],[23,51,1,true,true,false],[23,52,0,false,false,false],[24,51,1,true,true,false],[24,125,0,false,false,false],[27,65,1,true,true,false],[27,75,0,false,false,false],[30,46,1,true,true,false],[30,51,0,false,false,false],[33,40,1,true,true,false],[33,45,0,false,false,false],[44,17,0,true,true,false],[48,28,0,true,true,false],[50,16,0,true,true,false],[50,28,0,true,false,false],[50,29,0,true,true,false],[52,14,0,true,false,false],[56,6,0,false,false,false],[58,90,0,true,true,false],[62,6,0,false,false,false],[69,39,0,true,true,false],[69,41,0,false,false,false],[72,37,0,true,true,false],[72,46,0,false,false,false],[75,38,0,true,true,false],[75,47,0,false,false,false],[77,91,0,true,true,false],[78,31,0,true,true,false],[78,51,0,true,true,false],[84,12,0,true,true,false],[84,49,0,true,false,false],[84,50,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,56,0,true,false,false],[86,57,0,true,true,false],[88,10,0,true,false,false],[91,12,0,true,true,false],[91,49,0,true,false,false],[91,50,0,true,true,false],[93,10,0,true,false,false],[93,19,0,true,true,false],[93,56,0,true,false,false],[93,57,0,true,true,false],[95,10,0,true,false,false],[98,6,0,false,false,false],[105,33,5,true,true,false],[105,39,0,false,false,false],[111,61,0,true,true,false],[113,10,0,false,false,false],[114,7,5,true,true,false],[117,6,0,false,false,false],[119,36,4,true,true,false],[122,6,0,false,false,false],[124,18,3,true,true,false],[127,6,0,false,false,false],[129,79,2,true,true,false],[132,14,1,true,true,false],[134,10,1,true,true,false],[136,21,2,true,false,false],[137,6,0,false,false,false],[139,68,0,true,true,false],[140,45,0,true,true,false],[140,61,0,true,true,false],[141,40,0,true,false,false],[142,6,0,false,false,false],[144,36,4,true,true,false],[148,29,4,true,true,false],[150,47,0,true,true,false],[150,57,4,true,true,false],[151,41,1,true,true,false],[156,14,4,true,false,false],[158,6,0,false,false,false],[160,34,7,true,true,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":18,"percent":69.230769230769226},"instantiations":{"count":26,"covered":18,"percent":69.230769230769226},"lines":{"count":111,"covered":61,"percent":54.954954954954957},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":22,"notcovered":24,"percent":47.826086956521742}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,16,0,true,true,false],[18,19,0,true,true,false],[18,44,0,true,false,false],[19,19,0,true,true,false],[19,44,0,true,false,false],[23,19,0,true,true,false],[23,34,0,true,false,false],[23,35,0,true,true,false],[25,23,0,true,true,false],[25,37,0,true,false,false],[25,38,0,true,true,false],[34,18,0,true,true,false],[36,14,0,true,true,false],[37,10,0,true,false,false],[39,6,0,false,false,false],[47,46,0,true,true,false],[50,32,0,true,true,false],[52,34,0,true,true,false],[53,32,0,true,true,false],[53,40,0,true,false,false],[53,41,0,true,true,false],[55,76,0,true,true,false],[55,94,0,true,true,false],[55,115,0,true,false,false],[55,119,0,true,true,false],[65,34,0,true,false,false],[66,36,0,true,true,false],[68,30,0,true,false,false],[72,6,0,false,false,false],[76,65,0,true,true,false],[78,6,0,false,false,false],[114,47,0,true,true,false],[114,52,0,false,false,false],[115,56,0,true,true,false],[115,61,0,false,false,false],[116,44,0,true,true,false],[116,49,0,false,false,false],[117,52,0,true,true,false],[117,67,0,false,false,false],[119,46,0,true,true,false],[119,50,0,false,false,false],[121,46,0,true,true,false],[121,51,0,false,false,false],[127,48,0,true,true,false],[127,50,0,false,false,false],[129,47,0,true,true,false],[129,52,0,false,false,false],[131,39,0,true,true,false],[131,41,0,false,false,false],[135,53,0,true,true,false],[135,57,0,false,false,false],[141,57,0,true,true,false],[143,6,0,false,false,false],[147,63,0,true,true,false],[147,66,0,false,false,false],[148,61,0,true,true,false],[148,65,0,false,false,false],[149,54,0,true,true,false],[149,57,0,false,false,false],[151,42,0,true,true,false],[152,12,0,true,true,false],[152,26,0,true,false,false],[152,27,0,true,true,false],[152,48,0,true,true,false],[153,58,0,true,true,false],[153,64,0,true,false,false],[153,67,0,true,true,false],[153,95,0,true,false,false],[154,6,0,false,false,false],[157,38,0,true,true,false],[158,27,0,true,true,false],[158,66,0,true,false,false],[159,6,0,false,false,false],[162,50,0,true,true,false],[164,6,0,false,false,false],[166,25,0,true,true,false],[170,28,0,true,true,false],[176,32,0,true,true,false],[183,24,0,true,true,false],[186,18,0,true,false,false],[186,26,0,true,true,false],[187,57,0,true,true,false],[187,71,0,true,false,false],[187,74,0,true,true,false],[187,95,0,true,false,false],[189,68,0,true,true,false],[189,85,0,true,false,false],[189,88,0,true,true,false],[189,103,0,true,false,false],[191,64,0,true,true,false],[191,67,0,true,false,false],[191,70,0,true,true,false],[191,73,0,true,false,false],[195,26,0,true,true,false],[195,51,0,true,false,false],[196,50,0,true,true,false],[196,66,0,true,false,false],[196,69,0,true,true,false],[196,84,0,true,false,false],[198,55,0,true,true,false],[198,78,0,true,false,false],[198,81,0,true,true,false],[198,103,0,true,false,false],[201,24,0,true,true,false],[205,18,0,true,false,false],[205,26,0,true,true,false],[210,18,0,true,false,false],[212,26,0,true,true,false],[212,51,0,true,false,false],[230,28,0,true,true,false],[231,24,0,true,true,false],[231,35,0,true,false,false],[231,36,0,true,true,false],[232,61,0,true,true,false],[235,26,0,true,false,false],[243,26,0,true,true,false],[245,18,0,true,false,false],[247,19,0,true,true,false],[249,10,0,true,false,false],[250,88,0,true,true,false],[252,10,0,true,false,false],[253,40,0,true,true,false],[257,10,0,true,false,false],[258,6,0,false,false,false],[261,43,0,true,true,false],[262,14,0,true,true,false],[267,70,0,true,true,false],[272,66,0,true,true,false],[274,18,0,true,false,false],[275,14,0,true,true,false],[280,33,0,true,true,false],[281,49,0,true,true,false],[283,24,0,true,true,false],[283,35,0,true,false,false],[283,36,0,true,true,false],[283,51,0,true,true,false],[284,24,0,true,true,false],[284,35,0,true,false,false],[284,36,0,true,true,false],[284,52,0,true,true,false],[285,33,0,true,false,false],[289,6,0,false,false,false],[291,35,0,true,true,false],[293,6,0,false,false,false],[295,35,0,true,true,false],[298,6,0,false,false,false],[300,40,0,true,true,false],[301,38,0,true,true,false],[301,41,0,true,false,false],[301,44,0,true,true,false],[301,47,0,true,false,false],[302,6,0,false,false,false],[305,95,0,true,true,false],[306,37,0,true,true,false],[307,16,0,true,true,false],[307,50,0,true,false,false],[307,51,0,true,true,false],[314,14,0,true,false,false],[314,20,0,true,true,false],[315,36,0,true,true,false],[316,24,0,true,true,false],[316,42,0,true,false,false],[316,43,0,true,true,false],[318,22,0,true,true,false],[320,47,0,true,true,false],[325,22,0,true,true,false],[336,18,0,true,false,false],[342,6,0,false,false,false],[344,96,0,true,true,false],[345,31,0,true,true,false],[345,40,0,true,false,false],[346,9,0,true,true,false],[346,31,0,true,false,false],[347,9,0,true,true,false],[347,31,0,true,false,false],[348,9,0,true,true,false],[348,33,0,true,false,false],[349,9,0,true,true,false],[349,28,0,true,false,false],[350,10,0,true,true,false],[359,56,0,true,true,false],[359,59,0,true,false,false],[359,62,0,true,true,false],[359,66,0,true,false,false],[364,6,0,false,false,false],[367,43,0,true,true,false],[368,32,0,true,true,false],[368,51,0,true,false,false],[368,55,0,true,true,false],[368,72,0,true,false,false],[369,6,0,false,false,false],[372,52,0,true,true,false],[373,36,0,true,true,false],[373,39,0,true,false,false],[373,42,0,true,true,false],[373,46,0,true,false,false],[374,38,0,true,true,false],[374,56,0,true,false,false],[374,59,0,true,true,false],[374,70,0,true,false,false],[375,6,0,false,false,false],[378,44,0,true,true,false],[380,6,0,false,false,false],[383,120,0,true,true,false],[386,15,0,true,true,false],[387,16,0,true,true,false],[387,35,0,true,false,false],[387,36,0,true,true,false],[389,24,0,true,true,false],[391,18,0,true,false,false],[391,26,0,true,true,false],[392,40,0,true,true,false],[400,22,0,true,false,false],[412,20,0,true,true,false],[414,24,0,true,true,false],[416,18,0,true,false,false],[416,26,0,true,true,false],[421,18,0,true,false,false],[432,18,0,true,true,false],[434,10,0,true,false,false],[435,84,0,true,true,false],[437,10,0,true,false,false],[438,52,0,true,true,false],[442,27,0,true,true,false],[446,18,0,true,false,false],[447,27,0,true,true,false],[450,18,0,true,false,false],[453,41,0,true,true,false],[455,10,0,true,false,false],[456,19,0,true,true,false],[460,10,0,true,false,false],[464,6,0,false,false,false],[467,57,0,true,true,false],[472,12,0,true,true,false],[472,20,0,true,false,false],[472,21,0,true,true,false],[478,16,0,true,true,false],[478,36,0,true,false,false],[478,37,0,true,true,false],[479,48,0,true,true,false],[481,18,0,true,false,false],[483,16,0,true,true,false],[485,114,0,true,true,false],[486,42,0,true,true,false],[490,18,0,true,false,false],[493,6,0,false,false,false],[496,64,0,true,true,false],[498,50,0,true,true,false],[498,60,0,true,true,false],[506,40,0,true,true,false],[508,10,0,true,false,false],[512,6,0,false,false,false],[515,65,0,true,true,false],[520,92,0,true,true,false],[521,38,0,true,true,false],[523,69,0,true,true,false],[523,79,0,true,true,false],[524,48,0,true,true,false],[526,18,0,true,false,false],[529,6,0,false,false,false],[532,36,0,true,true,false],[533,12,0,true,true,false],[533,29,0,true,false,false],[533,30,0,true,true,false],[536,10,0,true,false,false],[536,16,0,true,true,false],[540,10,0,true,false,false],[541,6,0,false,false,false],[544,56,0,true,true,false],[546,45,0,true,true,false],[546,58,0,true,false,false],[547,14,0,true,true,false],[549,10,0,true,true,false],[562,12,0,true,true,false],[562,52,0,true,false,false],[562,53,0,true,true,false],[564,10,0,true,true,false],[566,20,0,true,false,false],[567,6,0,false,false,false],[570,47,0,true,true,false],[571,28,0,true,true,false],[572,73,0,true,true,false],[575,20,0,true,true,false],[575,53,0,true,false,false],[575,54,0,true,true,false],[579,18,0,true,true,false],[580,14,0,true,false,false],[587,20,0,true,true,false],[590,14,0,true,false,false],[590,22,0,true,true,false],[591,37,0,true,true,false],[599,18,0,true,false,false],[618,6,0,false,false,false],[622,75,0,true,true,false],[623,58,0,true,true,false],[623,64,0,true,false,false],[623,67,0,true,true,false],[623,84,0,true,false,false],[629,28,0,true,true,false],[630,20,0,true,true,false],[633,14,0,true,false,false],[633,22,0,true,true,false],[634,37,0,true,true,false],[638,59,0,true,true,false],[638,76,0,true,false,false],[638,79,0,true,true,false],[638,89,0,true,false,false],[642,24,0,true,true,false],[642,38,0,true,false,false],[642,39,0,true,true,false],[646,22,0,true,true,false],[647,18,0,true,false,false],[657,16,0,true,true,false],[657,25,0,true,false,false],[657,26,0,true,true,false],[658,24,0,true,true,false],[661,18,0,true,false,false],[661,26,0,true,true,false],[667,18,0,true,false,false],[670,38,0,true,true,false],[670,39,0,true,false,false],[670,42,0,true,true,false],[670,43,0,true,false,false],[672,14,0,true,true,false],[673,10,0,true,false,false],[676,62,0,true,true,false],[676,66,0,true,false,false],[676,69,0,true,true,false],[676,82,0,true,true,false],[676,86,0,true,false,false],[676,89,0,true,true,false],[676,90,0,true,false,false],[678,18,0,true,true,false],[679,39,0,true,true,false],[679,44,0,true,false,false],[679,47,0,true,true,false],[679,50,0,true,false,false],[681,6,0,false,false,false],[685,66,0,true,true,false],[689,79,0,true,true,false],[689,83,0,true,false,false],[689,86,0,true,true,false],[689,87,0,true,false,false],[691,10,0,false,false,false],[694,72,0,true,true,false],[697,16,0,true,true,false],[697,21,0,true,false,false],[698,9,0,true,true,false],[699,30,0,true,false,false],[700,9,0,true,true,false],[701,64,0,true,false,false],[702,9,0,true,true,false],[703,31,0,true,false,false],[704,9,0,true,true,false],[705,28,0,true,false,false],[706,9,0,true,true,false],[707,31,0,true,false,false],[708,9,0,true,true,false],[709,31,0,true,false,false],[710,9,0,true,true,false],[711,40,0,true,false,false],[713,6,0,false,false,false],[715,86,0,true,true,false],[716,28,0,true,true,false],[721,10,0,true,false,false],[727,53,0,true,true,false],[727,57,0,true,false,false],[727,60,0,true,true,false],[727,63,0,true,false,false],[732,6,0,false,false,false],[734,63,0,true,true,false],[735,53,0,true,true,false],[735,63,0,true,true,false],[740,6,0,false,false,false],[742,51,0,true,true,false],[743,44,0,true,true,false],[744,51,0,true,true,false],[744,72,0,true,false,false],[746,6,0,false,false,false],[759,40,0,true,true,false],[760,38,0,true,true,false],[760,41,0,true,false,false],[760,44,0,true,true,false],[760,47,0,true,false,false],[761,6,0,false,false,false],[763,25,0,true,true,false],[764,15,0,true,true,false],[765,20,0,true,true,false],[765,25,0,true,false,false],[766,13,0,true,true,false],[768,36,0,true,true,false],[774,18,0,true,false,false],[780,60,0,true,true,false],[780,63,0,true,false,false],[780,66,0,true,true,false],[780,70,0,true,false,false],[783,13,0,true,true,false],[785,36,0,true,true,false],[792,18,0,true,false,false],[801,13,0,true,true,false],[803,24,0,true,true,false],[806,18,0,true,false,false],[806,26,0,true,true,false],[807,40,0,true,true,false],[811,48,0,true,true,false],[811,57,0,true,false,false],[811,60,0,true,true,false],[811,82,0,true,false,false],[828,59,0,true,true,false],[831,18,0,true,false,false],[834,88,0,true,true,false],[834,90,0,true,false,false],[834,93,0,true,true,false],[834,96,0,true,false,false],[840,13,0,true,true,false],[841,28,0,true,false,false],[842,14,0,true,true,false],[843,10,0,true,false,false],[845,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":114,"covered":0,"percent":0},"instantiations":{"count":114,"covered":0,"percent":0},"lines":{"count":1490,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":244,"covered":0,"notcovered":244,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift","mcdc_records":[],"segments":[[27,47,0,true,true,false],[27,50,0,false,false,false],[29,32,0,true,true,false],[29,37,0,false,false,false],[31,37,0,true,true,false],[31,39,0,false,false,false],[33,35,0,true,true,false],[33,37,0,false,false,false],[45,6,0,true,true,false],[45,47,0,false,false,false],[45,79,0,true,true,false],[45,102,0,false,false,false],[46,6,0,true,true,false],[46,62,0,false,false,false],[46,101,0,true,true,false],[46,105,0,false,false,false],[47,6,0,true,true,false],[47,47,0,false,false,false],[47,79,0,true,true,false],[47,112,0,false,false,false],[48,6,0,true,true,false],[48,37,0,false,false,false],[48,71,0,true,true,false],[48,93,0,false,false,false],[59,46,0,true,true,false],[59,48,0,false,false,false],[61,51,0,true,true,false],[61,53,0,false,false,false],[63,76,0,true,true,false],[63,78,0,false,false,false],[65,43,0,true,true,false],[65,46,0,false,false,false],[67,44,0,true,true,false],[67,47,0,false,false,false],[69,52,0,true,true,false],[69,57,0,false,false,false],[78,65,0,true,true,false],[78,75,0,false,false,false],[80,61,0,true,true,false],[80,66,0,false,false,false],[82,49,0,true,true,false],[82,54,0,false,false,false],[84,55,0,true,true,false],[84,57,0,false,false,false],[90,49,0,true,true,false],[92,18,0,true,true,false],[92,46,0,true,false,false],[93,18,0,true,true,false],[93,23,0,true,true,false],[93,26,0,true,false,false],[93,27,0,true,true,false],[93,54,0,true,false,false],[95,6,0,false,false,false],[98,36,0,true,true,false],[99,37,0,true,true,false],[99,39,0,true,false,false],[100,6,0,false,false,false],[102,42,0,true,true,false],[104,6,0,false,false,false],[106,48,0,true,true,false],[111,6,0,false,false,false],[113,25,0,true,true,false],[119,26,0,true,true,false],[120,36,0,true,true,false],[134,24,0,true,true,false],[134,53,0,true,false,false],[134,54,0,true,true,false],[139,22,0,true,false,false],[139,31,0,true,true,false],[139,57,0,true,false,false],[139,58,0,true,true,false],[144,22,0,true,false,false],[144,31,0,true,true,false],[144,57,0,true,false,false],[144,58,0,true,true,false],[147,22,0,true,false,false],[147,31,0,true,true,false],[147,62,0,true,false,false],[147,63,0,true,true,false],[152,22,0,true,false,false],[152,28,0,true,true,false],[153,36,0,true,true,false],[154,70,0,true,true,false],[155,40,0,true,true,false],[155,55,0,true,false,false],[156,33,0,true,true,false],[157,48,0,true,false,false],[158,33,0,true,true,false],[159,51,0,true,false,false],[160,33,0,true,true,false],[161,48,0,true,false,false],[162,33,0,true,true,false],[163,51,0,true,false,false],[164,33,0,true,true,false],[165,50,0,true,false,false],[166,33,0,true,true,false],[167,48,0,true,false,false],[168,33,0,true,true,false],[169,48,0,true,false,false],[170,34,0,true,true,false],[171,30,0,true,false,false],[178,27,0,true,true,false],[179,24,0,true,true,false],[179,41,0,true,false,false],[180,17,0,true,true,false],[181,50,0,true,false,false],[182,17,0,true,true,false],[183,32,0,true,false,false],[184,18,0,true,true,false],[185,14,0,true,false,false],[189,41,0,true,true,false],[191,10,0,true,false,false],[192,48,0,true,true,false],[194,10,0,true,false,false],[195,39,0,true,true,false],[196,16,0,true,true,false],[196,38,0,true,false,false],[196,39,0,true,true,false],[197,32,0,true,true,false],[202,18,0,true,false,false],[204,14,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,22,0,true,true,false],[210,6,0,false,false,false],[212,74,0,true,true,false],[213,49,0,true,true,false],[221,10,0,true,false,false],[226,45,0,true,true,false],[226,49,0,true,false,false],[226,52,0,true,true,false],[226,56,0,true,false,false],[228,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":353,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift","mcdc_records":[],"segments":[[27,6,0,true,true,false],[27,47,0,false,false,false],[27,87,0,true,true,false],[27,120,0,false,false,false],[28,6,0,true,true,false],[28,47,0,false,false,false],[28,87,0,true,true,false],[28,110,0,false,false,false],[29,6,0,true,true,false],[29,62,0,false,false,false],[29,115,0,true,true,false],[29,119,0,false,false,false],[31,51,0,true,true,false],[31,52,0,false,false,false],[32,49,0,true,true,false],[32,50,0,false,false,false],[33,54,0,true,true,false],[33,86,0,false,false,false],[34,6,0,true,true,false],[34,44,0,false,false,false],[34,86,0,true,true,false],[34,120,0,false,false,false],[36,13,0,true,true,false],[36,66,0,true,true,false],[36,73,0,true,false,false],[36,75,0,false,false,false],[37,25,0,true,true,false],[37,68,0,false,false,false],[41,13,0,true,true,false],[42,77,0,true,true,false],[42,85,0,true,false,false],[43,46,0,true,true,false],[43,53,0,true,false,false],[43,56,0,true,true,false],[43,64,0,true,false,false],[44,10,0,false,false,false],[45,25,0,true,true,false],[45,67,0,false,false,false],[49,41,0,true,true,false],[49,46,0,false,false,false],[51,58,0,true,true,false],[51,60,0,false,false,false],[53,50,0,true,true,false],[53,52,0,false,false,false],[55,56,0,true,true,false],[55,61,0,false,false,false],[61,55,0,true,true,false],[61,81,0,false,false,false],[63,48,0,true,true,false],[63,53,0,false,false,false],[65,59,0,true,true,false],[65,64,0,false,false,false],[66,68,0,true,true,false],[66,73,0,false,false,false],[67,45,0,true,true,false],[67,50,0,false,false,false],[68,43,0,true,true,false],[68,48,0,false,false,false],[71,43,0,true,true,false],[71,48,0,false,false,false],[73,49,0,true,true,false],[73,54,0,false,false,false],[77,6,0,true,true,false],[77,47,0,false,false,false],[77,98,0,true,true,false],[77,100,0,false,false,false],[81,61,0,true,true,false],[84,6,0,false,false,false],[87,46,0,true,true,false],[89,6,0,false,false,false],[92,46,0,true,true,false],[93,54,0,true,true,false],[93,64,0,true,false,false],[94,6,0,false,false,false],[97,45,0,true,true,false],[98,53,0,true,true,false],[98,62,0,true,false,false],[99,6,0,false,false,false],[102,48,0,true,true,false],[107,6,0,false,false,false],[109,51,0,true,true,false],[111,6,0,false,false,false],[113,70,0,true,true,false],[114,12,0,true,true,false],[114,35,0,true,false,false],[114,36,0,true,true,false],[117,16,0,true,true,false],[117,38,0,true,false,false],[117,39,0,true,true,false],[119,14,0,true,false,false],[120,16,0,true,true,false],[122,16,0,true,true,false],[122,37,0,true,false,false],[122,38,0,true,true,false],[124,14,0,true,false,false],[126,6,0,false,false,false],[128,40,0,true,true,false],[129,52,0,true,true,false],[129,55,0,true,false,false],[129,58,0,true,true,false],[129,80,0,true,false,false],[130,34,0,true,true,false],[131,16,0,true,true,false],[131,37,0,true,false,false],[131,38,0,true,true,false],[134,14,0,true,false,false],[134,20,0,true,true,false],[137,14,0,true,false,false],[139,6,0,false,false,false],[141,25,0,true,true,false],[151,64,0,true,true,false],[151,83,0,true,false,false],[153,16,0,true,true,false],[153,45,0,true,false,false],[154,16,0,true,true,false],[154,40,0,true,false,false],[156,55,0,true,true,false],[156,71,0,true,false,false],[157,55,0,true,true,false],[157,56,0,true,false,false],[157,59,0,true,true,false],[157,81,0,true,false,false],[160,54,0,true,true,false],[160,81,0,true,false,false],[160,84,0,true,true,false],[160,85,0,true,false,false],[161,58,0,true,true,false],[161,59,0,true,false,false],[161,62,0,true,true,false],[161,89,0,true,false,false],[164,50,0,true,true,false],[164,69,0,true,false,false],[164,72,0,true,true,false],[164,73,0,true,false,false],[168,68,0,true,true,false],[168,84,0,true,false,false],[168,88,0,true,true,false],[168,111,0,true,false,false],[169,64,0,true,true,false],[169,77,0,true,false,false],[169,80,0,true,true,false],[169,83,0,true,false,false],[170,68,0,true,true,false],[170,96,0,true,false,false],[173,32,0,true,true,false],[185,71,0,true,true,false],[185,99,0,true,true,false],[185,129,0,true,false,false],[189,30,0,true,true,false],[189,44,0,true,false,false],[190,40,0,true,true,false],[190,64,0,true,false,false],[191,34,0,true,true,false],[191,61,0,true,false,false],[192,38,0,true,true,false],[193,30,0,true,true,false],[195,26,0,true,false,false],[197,36,0,true,true,false],[198,30,0,true,true,false],[201,26,0,true,false,false],[203,36,0,true,true,false],[204,30,0,true,true,false],[206,32,0,true,true,false],[206,104,0,true,false,false],[206,105,0,true,true,false],[208,30,0,true,false,false],[233,95,0,true,true,false],[234,37,0,true,true,false],[234,47,0,true,true,false],[236,56,0,true,true,false],[236,77,0,true,false,false],[237,48,0,true,true,false],[237,70,0,true,false,false],[237,73,0,true,true,false],[237,86,0,true,false,false],[238,16,0,true,true,false],[238,30,0,true,false,false],[238,31,0,true,true,false],[240,14,0,true,false,false],[241,40,0,true,true,false],[241,50,0,true,true,false],[243,16,0,true,true,false],[243,61,0,true,false,false],[243,62,0,true,true,false],[245,14,0,true,false,false],[247,66,0,true,true,false],[252,42,0,true,true,false],[252,52,0,true,true,false],[254,16,0,true,true,false],[254,61,0,true,false,false],[254,62,0,true,true,false],[256,14,0,true,false,false],[259,16,0,true,true,false],[259,32,0,true,false,false],[259,33,0,true,true,false],[261,20,0,true,true,false],[261,61,0,true,false,false],[261,62,0,true,true,false],[263,18,0,true,false,false],[266,66,0,true,true,false],[267,16,0,true,true,false],[267,42,0,true,false,false],[267,43,0,true,true,false],[269,20,0,true,true,false],[269,42,0,true,false,false],[269,43,0,true,true,false],[271,18,0,true,false,false],[272,23,0,true,true,false],[272,44,0,true,false,false],[272,45,0,true,true,false],[274,14,0,true,false,false],[276,16,0,true,true,false],[276,40,0,true,false,false],[276,41,0,true,true,false],[279,14,0,true,false,false],[281,16,0,true,true,false],[281,37,0,true,false,false],[281,38,0,true,true,false],[283,14,0,true,false,false],[285,16,0,true,true,false],[285,42,0,true,false,false],[285,69,0,true,true,false],[287,14,0,true,false,false],[289,73,0,true,true,false],[290,16,0,true,true,false],[290,22,0,true,false,false],[290,23,0,true,true,false],[292,20,0,true,true,false],[292,42,0,true,false,false],[292,43,0,true,true,false],[293,24,0,true,true,false],[293,38,0,true,false,false],[293,39,0,true,true,false],[296,22,0,true,false,false],[296,28,0,true,true,false],[299,22,0,true,false,false],[302,20,0,true,true,false],[302,50,0,true,false,false],[302,51,0,true,true,false],[304,18,0,true,false,false],[305,20,0,true,true,false],[309,14,0,true,false,false],[311,44,0,true,true,false],[314,16,0,true,true,false],[314,34,0,true,false,false],[314,64,0,true,true,false],[316,14,0,true,false,false],[317,16,0,true,true,false],[317,48,0,true,false,false],[317,49,0,true,true,false],[320,14,0,true,false,false],[322,16,0,true,true,false],[322,54,0,true,false,false],[322,55,0,true,true,false],[324,14,0,true,false,false],[328,47,0,true,true,false],[330,10,0,true,false,false],[331,110,0,true,true,false],[333,10,0,true,false,false],[335,113,0,true,true,false],[337,10,0,true,false,false],[338,110,0,true,true,false],[342,16,0,true,true,false],[342,30,0,true,false,false],[342,31,0,true,true,false],[344,14,0,true,false,false],[346,108,0,true,true,false],[355,13,0,true,true,false],[364,17,0,true,true,false],[367,18,0,true,false,false],[369,72,0,true,true,false],[375,18,0,true,false,false],[380,114,0,true,true,false],[381,16,0,true,true,false],[381,48,0,true,false,false],[381,49,0,true,true,false],[384,57,0,true,true,false],[385,76,0,true,true,false],[391,22,0,true,false,false],[408,43,0,true,true,false],[410,16,0,true,true,false],[410,24,0,true,false,false],[410,25,0,true,true,false],[410,56,0,true,false,false],[413,68,0,true,true,false],[415,10,0,true,false,false],[416,66,0,true,true,false],[418,10,0,true,false,false],[419,72,0,true,true,false],[421,10,0,true,false,false],[422,73,0,true,true,false],[424,10,0,true,false,false],[425,73,0,true,true,false],[427,10,0,true,false,false],[428,78,0,true,true,false],[430,10,0,true,false,false],[431,63,0,true,true,false],[431,94,0,true,false,false],[435,28,0,true,true,false],[435,31,0,true,false,false],[435,34,0,true,true,false],[435,66,0,true,true,false],[435,89,0,true,false,false],[435,92,0,true,true,false],[435,95,0,true,false,false],[446,22,0,true,true,false],[446,50,0,true,false,false],[447,22,0,true,true,false],[447,27,0,true,true,false],[447,30,0,true,false,false],[447,31,0,true,true,false],[447,58,0,true,false,false],[450,22,0,true,true,false],[451,52,0,true,true,false],[452,58,0,true,true,false],[455,22,0,true,false,false],[457,53,0,true,true,false],[459,22,0,true,false,false],[461,18,0,true,true,false],[462,14,0,true,false,false],[463,22,0,true,true,false],[464,52,0,true,true,false],[466,18,0,true,true,false],[467,14,0,true,false,false],[473,22,0,true,true,false],[473,51,0,true,false,false],[474,22,0,true,true,false],[474,27,0,true,true,false],[474,30,0,true,false,false],[474,31,0,true,true,false],[474,59,0,true,false,false],[476,22,0,true,true,false],[477,30,0,true,true,false],[479,18,0,true,false,false],[481,22,0,true,true,false],[482,51,0,true,true,false],[484,18,0,true,true,false],[485,14,0,true,false,false],[492,22,0,true,true,false],[493,57,0,true,true,false],[495,18,0,true,false,false],[497,49,0,true,true,false],[497,51,0,true,false,false],[500,22,0,true,true,false],[502,14,0,true,false,false],[505,6,0,false,false,false],[523,20,0,true,true,false],[524,40,0,true,true,false],[526,16,0,true,true,false],[526,32,0,true,false,false],[526,33,0,true,true,false],[536,34,0,true,true,false],[536,61,0,true,false,false],[537,36,0,true,true,false],[539,22,0,true,false,false],[540,34,0,true,true,false],[542,47,0,true,true,false],[546,26,0,true,false,false],[546,32,0,true,true,false],[548,26,0,true,false,false],[564,14,0,true,true,false],[569,16,0,true,true,false],[569,32,0,true,false,false],[569,103,0,true,true,false],[571,49,0,true,true,false],[571,52,0,true,false,false],[571,55,0,true,true,false],[571,59,0,true,false,false],[575,14,0,true,true,false],[578,49,0,true,true,false],[600,71,0,true,true,false],[600,99,0,true,true,false],[600,129,0,true,false,false],[610,72,0,true,true,false],[612,18,0,true,false,false],[615,20,0,true,true,false],[615,37,0,true,false,false],[615,38,0,true,true,false],[620,44,0,true,true,false],[621,40,0,true,true,false],[621,59,0,true,false,false],[621,94,0,true,true,false],[626,38,0,true,false,false],[637,42,0,true,true,false],[645,34,0,true,false,false],[647,24,0,true,true,false],[649,18,0,true,false,false],[659,28,0,true,true,false],[665,14,0,true,false,false],[667,6,0,false,false,false],[670,41,0,true,true,false],[671,14,0,true,true,false],[673,33,0,true,true,false],[678,85,0,true,true,false],[678,87,0,true,false,false],[682,52,0,true,true,false],[682,71,0,true,false,false],[684,20,0,true,true,false],[684,35,0,true,false,false],[684,70,0,true,true,false],[686,18,0,true,false,false],[689,6,0,false,false,false],[692,77,0,true,true,false],[693,14,0,true,true,false],[696,47,0,true,true,false],[696,71,0,true,false,false],[698,16,0,true,true,false],[699,20,0,true,true,false],[699,51,0,true,false,false],[699,52,0,true,true,false],[701,116,0,true,true,false],[702,18,0,true,false,false],[702,24,0,true,true,false],[704,80,0,true,true,false],[705,18,0,true,true,false],[708,67,0,true,true,false],[712,51,0,true,true,false],[714,18,0,true,false,false],[715,21,0,true,true,false],[717,37,0,true,true,false],[719,18,0,true,false,false],[720,14,0,true,true,false],[721,10,0,true,false,false],[722,6,0,false,false,false],[725,40,0,true,true,false],[726,14,0,true,true,false],[727,73,0,true,true,false],[727,83,0,true,true,false],[734,43,0,true,true,false],[736,14,0,true,true,false],[739,16,0,true,true,false],[740,67,0,true,true,false],[743,14,0,true,false,false],[743,21,0,true,true,false],[745,14,0,true,true,false],[750,10,0,true,false,false],[751,6,0,false,false,false],[754,41,0,true,true,false],[755,59,0,true,true,false],[755,69,0,true,true,false],[757,14,0,true,true,false],[760,66,0,true,true,false],[760,112,0,true,false,false],[762,13,0,true,true,false],[763,37,0,true,true,false],[766,18,0,true,false,false],[769,6,0,false,false,false],[772,46,0,true,true,false],[773,55,0,true,true,false],[773,65,0,true,true,false],[777,22,0,true,true,false],[777,59,0,true,true,false],[777,65,0,true,false,false],[778,22,0,true,true,false],[778,62,0,true,false,false],[780,25,0,true,true,false],[782,14,0,true,false,false],[783,24,0,true,true,false],[787,14,0,true,false,false],[789,6,0,false,false,false],[792,83,0,true,true,false],[798,14,0,true,true,false],[800,66,0,true,true,false],[800,112,0,true,false,false],[800,114,0,true,true,false],[804,65,0,true,true,false],[804,111,0,true,false,false],[804,113,0,true,true,false],[807,18,0,true,false,false],[812,6,0,false,false,false],[818,22,0,true,true,false],[818,46,0,false,false,false],[819,33,0,true,true,false],[820,31,0,true,true,false],[820,35,0,true,false,false],[820,38,0,true,true,false],[820,42,0,true,false,false],[821,6,0,false,false,false],[829,20,0,true,true,false],[831,47,0,true,true,false],[831,51,0,true,false,false],[831,54,0,true,true,false],[831,55,0,true,false,false],[833,15,0,true,true,false],[833,72,0,true,false,false],[834,15,0,true,true,false],[834,72,0,true,false,false],[836,59,0,true,true,false],[836,63,0,true,false,false],[836,66,0,true,true,false],[836,70,0,true,false,false],[839,43,0,true,true,false],[840,16,0,true,true,false],[840,26,0,true,false,false],[840,27,0,true,true,false],[841,33,0,true,true,false],[841,37,0,true,false,false],[841,40,0,true,true,false],[841,43,0,true,false,false],[842,14,0,true,true,false],[843,32,0,true,true,false],[843,42,0,true,true,false],[843,46,0,true,false,false],[843,49,0,true,true,false],[843,53,0,true,false,false],[843,57,0,true,true,false],[843,58,0,true,false,false],[845,41,0,true,true,false],[845,52,0,true,false,false],[845,55,0,true,true,false],[845,66,0,true,false,false],[849,12,0,true,true,false],[849,30,0,true,false,false],[849,31,0,true,true,false],[851,45,0,true,true,false],[851,48,0,true,false,false],[851,51,0,true,true,false],[851,55,0,true,false,false],[853,67,0,true,true,false],[853,71,0,true,false,false],[853,74,0,true,true,false],[853,78,0,true,false,false],[859,43,0,true,true,false],[859,46,0,true,false,false],[859,49,0,true,true,false],[859,73,0,true,false,false],[860,43,0,true,true,false],[860,46,0,true,false,false],[860,49,0,true,true,false],[860,73,0,true,false,false],[861,16,0,true,true,false],[870,58,0,true,true,false],[870,61,0,true,false,false],[870,64,0,true,true,false],[870,67,0,true,false,false],[878,43,0,true,true,false],[878,46,0,true,false,false],[878,49,0,true,true,false],[878,72,0,true,false,false],[879,43,0,true,true,false],[879,46,0,true,false,false],[879,49,0,true,true,false],[879,73,0,true,false,false],[880,43,0,true,true,false],[880,46,0,true,false,false],[880,49,0,true,true,false],[880,73,0,true,false,false],[882,6,0,false,false,false],[889,7,0,true,true,false],[890,12,0,true,true,false],[890,22,0,true,false,false],[890,23,0,true,true,false],[893,10,0,true,true,false],[895,12,0,true,true,false],[895,24,0,true,false,false],[895,25,0,true,true,false],[898,10,0,true,true,false],[899,36,0,true,true,false],[902,10,0,true,true,false],[903,12,0,true,true,false],[903,20,0,true,false,false],[903,21,0,true,true,false],[905,10,0,true,false,false],[905,16,0,true,true,false],[907,10,0,true,false,false],[908,6,0,false,false,false],[910,62,0,true,true,false],[913,47,0,true,true,false],[913,63,0,true,false,false],[917,6,0,false,false,false],[928,18,0,true,true,false],[932,34,0,true,true,false],[932,64,0,true,false,false],[943,40,0,true,true,false],[943,59,0,true,false,false],[949,34,0,true,true,false],[952,18,0,true,false,false],[953,37,0,true,true,false],[955,26,0,true,true,false],[958,22,0,true,false,false],[960,34,0,true,true,false],[962,18,0,true,false,false],[963,37,0,true,true,false],[967,75,0,true,true,false],[969,22,0,true,false,false],[975,6,0,false,false,false],[977,71,0,true,true,false],[978,53,0,true,true,false],[978,63,0,true,true,false],[983,6,0,false,false,false],[985,51,0,true,true,false],[986,44,0,true,true,false],[987,51,0,true,true,false],[987,72,0,true,false,false],[989,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":156,"covered":0,"percent":0},"instantiations":{"count":157,"covered":0,"percent":0},"lines":{"count":1680,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":345,"covered":0,"notcovered":345,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift","mcdc_records":[],"segments":[[8,29,0,true,true,false],[8,38,0,false,false,false],[10,25,0,true,true,false],[11,50,0,true,true,false],[18,44,0,true,true,false],[21,69,0,true,true,false],[21,71,0,true,false,false],[23,31,0,true,true,false],[23,80,0,true,false,false],[24,30,0,true,true,false],[24,75,0,true,false,false],[30,6,0,false,false,false],[40,25,0,true,true,false],[41,28,0,true,true,false],[47,16,0,true,true,false],[47,27,0,true,false,false],[47,28,0,true,true,false],[51,14,0,true,false,false],[51,23,0,true,true,false],[51,37,0,true,false,false],[51,38,0,true,true,false],[55,14,0,true,false,false],[55,20,0,true,true,false],[62,14,0,true,false,false],[64,20,0,true,true,false],[66,14,0,true,false,false],[66,22,0,true,true,false],[67,49,0,true,true,false],[67,60,0,true,false,false],[67,63,0,true,true,false],[67,78,0,true,false,false],[72,20,0,true,true,false],[74,14,0,true,false,false],[74,22,0,true,true,false],[76,14,0,true,false,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":145,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift","mcdc_records":[],"segments":[[17,54,0,true,true,false],[17,64,0,false,false,false],[18,31,0,true,true,false],[18,36,0,false,false,false],[21,55,0,true,true,false],[21,66,0,false,false,false],[26,34,0,true,true,false],[28,10,0,false,false,false],[29,7,0,true,true,false],[33,6,0,false,false,false],[38,7,0,true,true,false],[40,33,0,true,true,false],[43,10,0,true,true,false],[51,15,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false],[64,20,0,true,true,false],[68,63,0,true,true,false],[75,17,0,true,true,false],[75,109,0,true,false,false],[80,10,0,true,true,false],[86,6,0,false,false,false],[88,96,0,true,true,false],[95,44,0,true,true,false],[96,20,0,true,true,false],[96,34,0,true,false,false],[97,13,0,true,true,false],[98,22,0,true,false,false],[99,13,0,true,true,false],[100,48,0,true,true,false],[100,72,0,true,false,false],[101,14,0,true,true,false],[102,10,0,true,false,false],[104,16,0,true,true,false],[104,21,0,true,false,false],[105,9,0,true,true,false],[108,16,0,true,true,false],[108,46,0,true,true,false],[108,70,0,true,false,false],[108,71,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[114,14,0,true,false,false],[115,9,0,true,true,false],[121,30,0,true,false,false],[122,9,0,true,true,false],[128,16,0,true,true,false],[128,38,0,true,false,false],[128,39,0,true,true,false],[131,14,0,true,false,false],[131,20,0,true,true,false],[133,14,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[139,42,0,true,true,false],[143,37,0,true,true,false],[145,42,0,true,true,false],[145,52,0,true,true,false],[146,33,0,true,true,false],[148,14,0,true,false,false],[150,6,0,false,false,false],[152,36,0,true,true,false],[153,28,0,true,true,false],[155,42,0,true,true,false],[155,52,0,true,true,false],[156,45,0,true,true,false],[159,14,0,true,false,false],[161,6,0,false,false,false],[163,58,0,true,true,false],[167,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":158,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift","mcdc_records":[],"segments":[[13,37,0,true,true,false],[13,42,0,false,false,false],[16,25,0,true,true,false],[17,34,0,true,true,false],[18,32,0,true,true,false],[20,41,0,true,true,false],[26,18,0,true,false,false],[26,24,0,true,true,false],[29,18,0,true,false,false],[32,36,0,true,true,false],[35,55,0,true,true,false],[35,63,0,true,false,false],[35,66,0,true,true,false],[35,76,0,true,false,false],[38,28,0,true,true,false],[40,22,0,true,false,false],[40,30,0,true,true,false],[44,22,0,true,false,false],[54,42,0,true,true,false],[54,59,0,true,false,false],[54,62,0,true,true,false],[54,73,0,true,false,false],[60,18,0,true,true,false],[60,37,0,true,false,false],[61,19,0,true,true,false],[61,32,0,true,false,false],[62,6,0,false,false,false],[64,28,0,true,true,false],[69,16,0,true,true,false],[69,26,0,true,true,false],[72,6,0,false,false,false],[74,43,0,true,true,false],[77,19,0,true,true,false],[77,50,0,true,false,false],[78,19,0,true,true,false],[78,33,0,true,true,false],[78,58,0,true,false,false],[78,61,0,true,true,false],[78,86,0,true,false,false],[79,6,0,false,false,false],[81,46,0,true,true,false],[89,6,0,false,false,false],[99,37,0,true,true,false],[99,42,0,false,false,false],[101,25,0,true,true,false],[102,34,0,true,true,false],[103,32,0,true,true,false],[110,36,0,true,true,false],[113,55,0,true,true,false],[113,63,0,true,false,false],[113,66,0,true,true,false],[113,76,0,true,false,false],[128,42,0,true,true,false],[128,59,0,true,false,false],[128,62,0,true,true,false],[128,73,0,true,false,false],[134,18,0,true,true,false],[134,37,0,true,false,false],[136,6,0,false,false,false],[139,47,0,true,true,false],[140,24,0,true,true,false],[141,32,0,true,true,false],[157,14,0,true,false,false],[159,6,0,false,false,false],[161,43,0,true,true,false],[164,19,0,true,true,false],[164,50,0,true,false,false],[165,19,0,true,true,false],[165,33,0,true,true,false],[165,58,0,true,false,false],[165,61,0,true,true,false],[165,86,0,true,false,false],[166,6,0,false,false,false],[176,37,0,true,true,false],[176,42,0,false,false,false],[178,25,0,true,true,false],[179,34,0,true,true,false],[180,20,0,true,true,false],[183,51,0,true,true,false],[183,59,0,true,false,false],[183,62,0,true,true,false],[183,72,0,true,false,false],[188,51,0,true,true,false],[188,59,0,true,false,false],[188,62,0,true,true,false],[188,72,0,true,false,false],[192,20,0,true,true,false],[192,30,0,true,false,false],[192,31,0,true,true,false],[196,18,0,true,true,false],[197,14,0,true,false,false],[206,18,0,true,true,false],[206,37,0,true,false,false],[207,6,0,false,false,false],[209,36,0,true,true,false],[210,16,0,true,true,false],[210,25,0,true,false,false],[211,9,0,true,true,false],[211,44,0,true,false,false],[212,9,0,true,true,false],[212,39,0,true,false,false],[213,9,0,true,true,false],[213,28,0,true,false,false],[214,10,0,true,true,false],[215,6,0,false,false,false],[217,42,0,true,true,false],[220,19,0,true,true,false],[220,50,0,true,false,false],[221,19,0,true,true,false],[221,33,0,true,true,false],[221,58,0,true,false,false],[221,61,0,true,true,false],[221,86,0,true,false,false],[222,6,0,false,false,false],[236,7,0,true,true,false],[237,52,0,true,true,false],[237,58,0,true,false,false],[238,6,0,false,false,false],[252,39,0,true,true,false],[252,41,0,false,false,false],[253,43,0,true,true,false],[253,48,0,false,false,false],[254,48,0,true,true,false],[254,53,0,false,false,false],[255,45,0,true,true,false],[255,50,0,false,false,false],[256,43,0,true,true,false],[256,48,0,false,false,false],[257,44,0,true,true,false],[257,49,0,false,false,false],[258,43,0,true,true,false],[258,48,0,false,false,false],[259,46,0,true,true,false],[259,51,0,false,false,false],[260,45,0,true,true,false],[260,50,0,false,false,false],[261,39,0,true,true,false],[261,43,0,false,false,false],[262,43,0,true,true,false],[262,48,0,false,false,false],[263,41,0,true,true,false],[263,42,0,false,false,false],[264,50,0,true,true,false],[264,51,0,false,false,false],[265,54,0,true,true,false],[265,55,0,false,false,false],[266,49,0,true,true,false],[266,50,0,false,false,false],[267,49,0,true,true,false],[267,50,0,false,false,false],[269,25,0,true,true,false],[270,37,0,true,true,false],[273,10,0,true,false,false],[274,63,0,true,true,false],[275,28,0,true,true,false],[276,52,0,true,true,false],[276,65,0,true,false,false],[277,60,0,true,true,false],[277,73,0,true,false,false],[278,53,0,true,true,false],[283,35,0,true,true,false],[285,72,0,true,true,false],[285,85,0,true,false,false],[285,88,0,true,true,false],[285,97,0,true,false,false],[290,50,0,true,true,false],[292,32,0,true,true,false],[292,54,0,true,false,false],[292,55,0,true,true,false],[294,30,0,true,false,false],[296,54,0,true,true,false],[298,32,0,true,true,false],[298,53,0,true,false,false],[298,54,0,true,true,false],[300,30,0,true,false,false],[302,62,0,true,true,false],[303,58,0,true,true,false],[303,71,0,true,false,false],[303,74,0,true,true,false],[303,83,0,true,false,false],[306,18,0,true,true,false],[307,14,0,true,false,false],[313,19,0,true,true,false],[315,10,0,true,false,false],[316,46,0,true,true,false],[318,10,0,true,false,false],[319,6,0,false,false,false],[321,40,0,true,true,false],[322,28,0,true,true,false],[324,41,0,true,true,false],[324,42,0,true,false,false],[324,45,0,true,true,false],[324,46,0,true,false,false],[330,6,0,false,false,false],[332,44,0,true,true,false],[333,28,0,true,true,false],[336,45,0,true,true,false],[336,46,0,true,false,false],[336,49,0,true,true,false],[336,50,0,true,false,false],[341,6,0,false,false,false],[343,43,0,true,true,false],[344,24,0,true,true,false],[344,25,0,true,false,false],[344,28,0,true,true,false],[344,31,0,true,false,false],[345,6,0,false,false,false],[347,42,0,true,true,false],[348,24,0,true,true,false],[348,25,0,true,false,false],[348,28,0,true,true,false],[348,31,0,true,false,false],[349,6,0,false,false,false],[351,46,0,true,true,false],[352,24,0,true,true,false],[352,27,0,true,false,false],[352,30,0,true,true,false],[352,56,0,true,false,false],[353,6,0,false,false,false],[355,45,0,true,true,false],[356,24,0,true,true,false],[356,25,0,true,false,false],[356,28,0,true,true,false],[356,43,0,true,false,false],[357,6,0,false,false,false],[359,85,0,true,true,false],[360,47,0,true,true,false],[363,47,0,true,true,false],[363,64,0,true,false,false],[363,67,0,true,true,false],[363,89,0,true,true,false],[363,97,0,true,false,false],[363,100,0,true,true,false],[363,110,0,true,false,false],[371,42,0,true,true,false],[371,64,0,true,false,false],[371,67,0,true,true,false],[371,88,0,true,false,false],[373,18,0,true,true,false],[373,45,0,true,false,false],[374,6,0,false,false,false],[376,64,0,true,true,false],[377,63,0,true,true,false],[377,67,0,true,false,false],[377,70,0,true,true,false],[377,74,0,true,false,false],[378,35,0,true,true,false],[378,46,0,true,false,false],[378,49,0,true,true,false],[378,60,0,true,false,false],[378,79,0,true,true,false],[378,83,0,true,false,false],[378,86,0,true,true,false],[378,90,0,true,false,false],[380,32,0,true,true,false],[380,44,0,true,false,false],[380,47,0,true,true,false],[380,69,0,true,true,false],[380,78,0,true,false,false],[380,81,0,true,true,false],[380,92,0,true,false,false],[383,42,0,true,true,false],[383,77,0,true,true,false],[383,80,0,true,false,false],[383,83,0,true,true,false],[383,86,0,true,false,false],[383,90,0,true,true,false],[383,101,0,true,false,false],[385,6,0,false,false,false],[393,20,0,true,true,false],[394,32,0,true,true,false],[397,47,0,true,true,false],[397,64,0,true,false,false],[397,67,0,true,true,false],[397,81,0,true,true,false],[397,89,0,true,false,false],[397,92,0,true,true,false],[397,102,0,true,false,false],[402,6,0,false,false,false],[404,42,0,true,true,false],[405,12,0,true,true,false],[405,45,0,true,false,false],[405,46,0,true,true,false],[405,61,0,true,true,false],[406,51,0,true,true,false],[406,66,0,true,true,false],[407,33,0,true,false,false],[408,6,0,false,false,false],[410,44,0,true,true,false],[411,15,0,true,true,false],[413,16,0,true,true,false],[413,30,0,true,false,false],[413,31,0,true,true,false],[418,30,0,true,true,false],[418,60,0,true,false,false],[419,29,0,true,true,false],[419,62,0,true,false,false],[424,14,0,true,true,false],[431,26,0,true,true,false],[431,51,0,true,false,false],[432,25,0,true,true,false],[432,53,0,true,false,false],[435,43,0,true,true,false],[435,44,0,true,false,false],[435,47,0,true,true,false],[435,51,0,true,false,false],[445,26,0,true,true,false],[445,54,0,true,false,false],[446,25,0,true,true,false],[446,56,0,true,false,false],[452,6,0,false,false,false],[454,48,0,true,true,false],[455,15,0,true,true,false],[461,26,0,true,true,false],[461,53,0,true,false,false],[462,25,0,true,true,false],[462,55,0,true,false,false],[472,26,0,true,true,false],[472,51,0,true,false,false],[473,25,0,true,true,false],[473,53,0,true,false,false],[483,26,0,true,true,false],[483,52,0,true,false,false],[484,25,0,true,true,false],[484,54,0,true,false,false],[494,26,0,true,true,false],[494,51,0,true,false,false],[495,25,0,true,true,false],[495,53,0,true,false,false],[501,6,0,false,false,false],[503,74,0,true,true,false],[506,82,0,true,true,false],[506,100,0,true,false,false],[509,6,0,false,false,false],[511,40,0,true,true,false],[514,6,0,false,false,false],[516,57,0,true,true,false],[519,12,0,true,true,false],[519,24,0,true,false,false],[519,25,0,true,true,false],[523,10,0,true,true,false],[528,12,0,true,true,false],[528,20,0,true,false,false],[528,21,0,true,true,false],[529,42,0,true,true,false],[531,14,0,true,false,false],[532,67,0,true,true,false],[534,14,0,true,false,false],[535,81,0,true,true,false],[536,59,0,true,true,false],[536,69,0,true,true,false],[537,46,0,true,true,false],[539,18,0,true,false,false],[541,16,0,true,true,false],[542,42,0,true,true,false],[544,14,0,true,false,false],[545,67,0,true,true,false],[547,14,0,true,false,false],[548,81,0,true,true,false],[549,59,0,true,true,false],[549,69,0,true,true,false],[550,46,0,true,true,false],[552,18,0,true,false,false],[555,6,0,false,false,false],[557,46,0,true,true,false],[559,38,0,true,true,false],[559,50,0,true,true,false],[560,37,0,true,false,false],[561,6,0,false,false,false],[563,85,0,true,true,false],[565,12,0,true,true,false],[565,52,0,true,false,false],[565,53,0,true,true,false],[567,10,0,true,false,false],[568,6,0,false,false,false],[570,55,0,true,true,false],[571,12,0,true,true,false],[571,24,0,true,false,false],[571,25,0,true,true,false],[574,10,0,true,false,false],[574,16,0,true,true,false],[575,88,0,true,true,false],[578,14,0,true,false,false],[580,6,0,false,false,false],[586,46,0,true,true,false],[587,12,0,true,true,false],[587,30,0,true,false,false],[587,31,0,true,true,false],[589,10,0,true,false,false],[589,45,0,true,true,false],[591,10,0,true,false,false],[591,16,0,true,true,false],[593,10,0,true,false,false],[594,6,0,false,false,false],[602,46,0,true,true,false],[603,12,0,true,true,false],[603,21,0,true,false,false],[603,49,0,true,true,false],[605,10,0,true,false,false],[605,16,0,true,true,false],[611,10,0,true,false,false],[612,6,0,false,false,false],[619,23,0,true,true,false],[620,16,0,true,true,false],[620,20,0,true,false,false],[621,9,0,true,true,false],[621,52,0,true,false,false],[622,10,0,true,true,false],[623,6,0,false,false,false],[637,31,0,true,true,false],[638,16,0,true,true,false],[638,20,0,true,false,false],[639,9,0,true,true,false],[640,17,0,true,false,false],[641,9,0,true,true,false],[642,18,0,true,false,false],[643,10,0,true,true,false],[644,6,0,false,false,false],[652,57,0,true,true,false],[654,6,0,false,false,false],[656,67,0,true,true,false],[658,6,0,false,false,false],[667,44,0,true,true,false],[670,10,0,false,false,false],[672,51,0,true,true,false],[673,22,0,true,true,false],[673,24,0,true,false,false],[675,10,0,false,false,false],[677,45,0,true,true,false],[679,33,0,true,true,false],[681,14,0,true,false,false],[686,10,0,false,false,false],[688,45,0,true,true,false],[694,16,0,true,true,false],[694,36,0,true,false,false],[694,37,0,true,true,false],[695,90,0,true,true,false],[697,24,0,true,true,false],[697,52,0,true,false,false],[697,53,0,true,true,false],[699,22,0,true,false,false],[703,10,0,false,false,false],[705,45,0,true,true,false],[707,44,0,true,true,false],[710,14,0,true,false,false],[712,10,0,false,false,false],[714,51,0,true,true,false],[716,10,0,false,false,false],[718,53,0,true,true,false],[720,10,0,false,false,false],[722,52,0,true,true,false],[724,10,0,false,false,false],[726,54,0,true,true,false],[729,10,0,false,false,false],[741,36,0,true,true,false],[741,41,0,false,false,false],[742,36,0,true,true,false],[742,41,0,false,false,false],[744,33,0,true,true,false],[744,35,0,false,false,false],[745,41,0,true,true,false],[745,42,0,false,false,false],[746,37,0,true,true,false],[746,39,0,false,false,false],[748,25,0,true,true,false],[749,16,0,true,true,false],[755,71,0,true,true,false],[755,72,0,true,false,false],[755,75,0,true,true,false],[755,76,0,true,false,false],[758,16,0,true,true,false],[758,27,0,true,false,false],[758,28,0,true,true,false],[762,14,0,true,false,false],[762,23,0,true,true,false],[762,36,0,true,false,false],[762,37,0,true,true,false],[766,14,0,true,false,false],[766,20,0,true,true,false],[773,14,0,true,false,false],[776,34,0,true,true,false],[776,38,0,true,false,false],[776,41,0,true,true,false],[776,44,0,true,false,false],[778,18,0,true,true,false],[779,55,0,true,true,false],[781,14,0,true,false,false],[783,23,0,true,true,false],[784,73,0,true,true,false],[786,14,0,true,false,false],[787,67,0,true,true,false],[788,77,0,true,true,false],[790,18,0,true,false,false],[794,6,0,false,false,false],[798,30,0,true,true,false],[800,6,0,false,false,false],[802,40,0,true,true,false],[804,15,0,true,true,false],[804,76,0,true,true,false],[804,79,0,true,false,false],[804,82,0,true,true,false],[804,86,0,true,false,false],[805,15,0,true,true,false],[805,49,0,true,true,false],[805,52,0,true,false,false],[805,55,0,true,true,false],[805,59,0,true,false,false],[806,6,0,false,false,false],[808,40,0,true,true,false],[809,12,0,true,true,false],[809,23,0,true,false,false],[809,24,0,true,true,false],[811,10,0,true,false,false],[811,19,0,true,true,false],[811,28,0,true,false,false],[811,29,0,true,true,false],[812,22,0,true,true,false],[812,40,0,true,false,false],[812,43,0,true,true,false],[812,61,0,true,false,false],[813,16,0,true,true,false],[814,22,0,true,true,false],[814,40,0,true,false,false],[814,43,0,true,true,false],[814,61,0,true,false,false],[816,6,0,false,false,false],[818,36,0,true,true,false],[819,12,0,true,true,false],[819,23,0,true,false,false],[819,24,0,true,true,false],[821,10,0,true,false,false],[821,19,0,true,true,false],[821,28,0,true,false,false],[821,29,0,true,true,false],[822,22,0,true,true,false],[822,46,0,true,false,false],[822,49,0,true,true,false],[822,74,0,true,false,false],[823,16,0,true,true,false],[824,22,0,true,true,false],[824,47,0,true,false,false],[824,50,0,true,true,false],[824,74,0,true,false,false],[826,6,0,false,false,false],[828,36,0,true,true,false],[829,18,0,true,true,false],[829,42,0,true,false,false],[829,45,0,true,true,false],[829,70,0,true,false,false],[830,6,0,false,false,false],[832,39,0,true,true,false],[833,21,0,true,true,false],[833,22,0,true,false,false],[833,25,0,true,true,false],[833,26,0,true,false,false],[834,6,0,false,false,false],[836,39,0,true,true,false],[837,21,0,true,true,false],[837,22,0,true,false,false],[837,25,0,true,true,false],[837,26,0,true,false,false],[838,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":145,"covered":0,"percent":0},"instantiations":{"count":145,"covered":0,"percent":0},"lines":{"count":1238,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":313,"covered":0,"notcovered":313,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift","mcdc_records":[],"segments":[[5,56,0,true,true,false],[9,6,0,false,false,false],[16,18,0,true,true,false],[17,33,0,true,true,false],[17,50,0,true,true,false],[20,48,0,true,false,false],[21,6,0,false,false,false],[27,18,0,true,true,false],[28,39,0,true,true,false],[28,51,0,true,true,false],[30,38,0,true,false,false],[31,6,0,false,false,false],[39,18,0,true,true,false],[41,26,0,true,true,false],[44,16,0,true,true,false],[44,33,0,true,false,false],[44,34,0,true,true,false],[44,43,0,true,true,false],[47,10,0,true,true,false],[49,56,0,true,false,false],[50,6,0,false,false,false],[52,86,0,true,true,false],[57,6,0,false,false,false],[59,91,0,true,true,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift","mcdc_records":[],"segments":[[8,39,0,true,true,false],[9,28,0,true,true,false],[11,24,0,true,true,false],[12,41,0,true,true,false],[14,24,0,true,true,false],[14,44,0,true,false,false],[14,45,0,true,true,false],[17,37,0,true,true,false],[19,30,0,true,false,false],[20,39,0,true,true,false],[22,30,0,true,false,false],[23,40,0,true,true,false],[26,87,0,true,true,false],[32,34,0,true,false,false],[36,22,0,true,true,false],[39,41,0,true,true,false],[42,37,0,true,true,false],[44,30,0,true,false,false],[45,39,0,true,true,false],[47,30,0,true,false,false],[48,40,0,true,true,false],[50,30,0,true,false,false],[60,20,0,true,true,false],[63,24,0,true,true,false],[63,46,0,true,false,false],[63,54,0,true,true,false],[67,18,0,true,false,false],[74,24,0,true,true,false],[74,49,0,true,false,false],[74,57,0,true,true,false],[78,18,0,true,false,false],[86,6,0,false,false,false],[90,75,0,true,true,false],[94,63,0,true,true,false],[96,87,0,true,true,false],[96,88,0,true,false,false],[110,6,0,false,false,false],[112,51,0,true,true,false],[116,63,0,true,true,false],[126,10,0,true,false,false],[127,6,0,false,false,false],[129,51,0,true,true,false],[132,63,0,true,true,false],[134,80,0,true,true,false],[134,81,0,true,false,false],[147,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":428,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift","mcdc_records":[],"segments":[[8,35,0,true,true,false],[9,50,0,true,true,false],[11,93,0,true,true,false],[18,19,0,true,true,false],[20,18,0,true,false,false],[23,51,0,true,true,false],[29,23,0,true,true,false],[31,22,0,true,false,false],[36,54,0,true,true,false],[37,24,0,true,true,false],[44,18,0,true,false,false],[49,97,0,true,true,false],[50,65,0,true,true,false],[56,27,0,true,true,false],[58,26,0,true,false,false],[64,20,0,true,true,false],[67,71,0,true,true,false],[69,18,0,true,false,false],[70,22,0,true,true,false],[71,36,0,true,true,false],[76,18,0,true,false,false],[83,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":273,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift","mcdc_records":[],"segments":[[6,50,0,true,true,false],[7,50,0,true,true,false],[9,54,0,true,true,false],[13,79,0,true,true,false],[18,18,0,true,false,false],[22,55,0,true,true,false],[24,18,0,true,false,false],[27,20,0,true,true,false],[27,56,0,true,false,false],[27,57,0,true,true,false],[28,82,0,true,true,false],[33,22,0,true,false,false],[37,61,0,true,true,false],[39,22,0,true,false,false],[40,18,0,true,true,false],[46,14,0,true,false,false],[49,54,0,true,true,false],[54,36,0,true,true,false],[55,28,0,true,true,false],[56,30,0,true,true,false],[59,26,0,true,false,false],[60,30,0,true,true,false],[61,45,0,true,true,false],[71,26,0,true,false,false],[81,28,0,true,true,false],[83,22,0,true,false,false],[83,30,0,true,true,false],[84,45,0,true,true,false],[94,26,0,true,false,false],[115,19,0,true,true,false],[117,10,0,true,false,false],[118,62,0,true,true,false],[119,85,0,true,true,false],[121,14,0,true,false,false],[123,6,0,false,false,false],[126,52,0,true,true,false],[127,14,0,true,true,false],[129,66,0,true,true,false],[129,112,0,true,false,false],[131,13,0,true,true,false],[132,37,0,true,true,false],[136,34,0,true,true,false],[136,51,0,true,false,false],[137,34,0,true,true,false],[137,56,0,true,false,false],[139,37,0,true,true,false],[141,26,0,true,false,false],[142,36,0,true,true,false],[142,38,0,true,false,false],[147,6,0,false,false,false],[149,79,0,true,true,false],[153,14,0,true,true,false],[155,66,0,true,true,false],[155,112,0,true,false,false],[155,114,0,true,true,false],[158,65,0,true,true,false],[158,111,0,true,false,false],[158,113,0,true,true,false],[161,18,0,true,false,false],[164,6,0,false,false,false],[167,55,0,true,true,false],[168,16,0,true,true,false],[168,38,0,true,false,false],[169,9,0,true,true,false],[170,81,0,true,false,false],[171,9,0,true,true,false],[172,63,0,true,false,false],[173,10,0,true,true,false],[174,6,0,false,false,false],[177,39,0,true,true,false],[178,14,0,true,true,false],[180,66,0,true,true,false],[180,112,0,true,false,false],[182,13,0,true,true,false],[183,37,0,true,true,false],[186,18,0,true,false,false],[189,6,0,false,false,false],[191,57,0,true,true,false],[194,27,0,true,true,false],[194,73,0,true,false,false],[198,25,0,true,true,false],[199,59,0,true,true,false],[201,18,0,true,true,false],[202,27,0,true,false,false],[203,18,0,true,true,false],[203,20,0,true,false,false],[205,29,0,true,true,false],[207,10,0,true,false,false],[208,6,0,false,false,false],[211,39,0,true,true,false],[212,14,0,true,true,false],[214,58,0,true,true,false],[214,104,0,true,false,false],[214,106,0,true,true,false],[216,77,0,true,true,false],[224,18,0,true,false,false],[227,6,0,false,false,false],[230,92,0,true,true,false],[231,14,0,true,true,false],[233,58,0,true,true,false],[233,104,0,true,false,false],[233,106,0,true,true,false],[235,77,0,true,true,false],[237,64,0,true,true,false],[237,107,0,true,false,false],[238,74,0,true,true,false],[239,67,0,true,true,false],[241,26,0,true,true,false],[242,35,0,true,false,false],[246,39,0,true,true,false],[247,28,0,true,true,false],[247,82,0,true,false,false],[247,83,0,true,true,false],[249,26,0,true,true,false],[250,92,0,true,true,false],[250,122,0,true,false,false],[250,129,0,true,true,false],[252,26,0,true,true,false],[261,22,0,true,true,false],[267,18,0,true,false,false],[270,6,0,false,false,false],[272,62,0,true,true,false],[274,12,0,true,true,false],[274,35,0,true,false,false],[274,36,0,true,true,false],[276,10,0,true,true,false],[277,21,0,true,false,false],[278,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":755,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[17,6,0,false,false,false],[22,35,0,true,true,false],[24,89,0,true,true,false],[25,38,0,true,true,false],[30,19,0,true,true,false],[32,18,0,true,false,false],[35,6,0,false,false,false],[40,34,0,true,true,false],[42,6,0,false,false,false],[47,37,0,true,true,false],[52,26,0,true,true,false],[52,67,0,true,false,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":59,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift","mcdc_records":[],"segments":[[7,34,0,true,true,false],[11,32,0,true,true,false],[12,16,0,true,true,false],[12,33,0,true,false,false],[12,34,0,true,true,false],[12,49,0,true,true,false],[13,16,0,true,true,false],[13,49,0,true,false,false],[13,50,0,true,true,false],[13,65,0,true,true,false],[14,55,0,true,true,false],[14,70,0,true,true,false],[15,25,0,true,false,false],[17,12,0,true,true,false],[17,22,0,true,false,false],[17,23,0,true,true,false],[28,10,0,true,false,false],[28,16,0,true,true,false],[33,10,0,true,false,false],[34,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":34,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift","mcdc_records":[],"segments":[[8,72,0,true,true,false],[10,6,0,false,false,false],[16,40,0,true,true,false],[33,6,0,false,false,false],[45,80,0,true,true,false],[47,6,0,false,false,false],[49,90,0,true,true,false],[59,6,0,false,false,false],[64,29,0,true,true,false],[64,38,0,false,false,false],[65,35,0,true,true,false],[65,36,0,false,false,false],[66,39,0,true,true,false],[66,40,0,false,false,false],[67,39,0,true,true,false],[67,40,0,false,false,false],[68,40,0,true,true,false],[68,41,0,false,false,false],[69,43,0,true,true,false],[69,44,0,false,false,false],[70,38,0,true,true,false],[70,43,0,false,false,false],[71,52,0,true,true,false],[71,53,0,false,false,false],[73,28,0,true,true,false],[84,6,0,false,false,false],[99,7,0,true,true,false],[108,6,0,false,false,false],[110,28,0,true,true,false],[116,43,0,true,true,false],[116,53,0,true,false,false],[116,56,0,true,true,false],[116,68,0,true,false,false],[122,33,0,true,true,false],[122,43,0,true,true,false],[124,49,0,true,true,false],[124,59,0,true,true,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":90,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift","mcdc_records":[],"segments":[[8,72,0,true,true,false],[10,6,0,false,false,false],[20,28,0,true,true,false],[20,33,0,false,false,false],[21,31,0,true,true,false],[21,32,0,false,false,false],[22,45,0,true,true,false],[22,48,0,false,false,false],[23,36,0,true,true,false],[23,42,0,false,false,false],[24,35,0,true,true,false],[24,40,0,false,false,false],[26,47,0,true,true,false],[26,50,0,false,false,false],[28,49,0,true,true,false],[28,51,0,false,false,false],[30,43,0,true,true,false],[30,45,0,false,false,false],[32,40,0,true,true,false],[32,42,0,false,false,false],[34,40,0,true,true,false],[34,43,0,false,false,false],[36,47,0,true,true,false],[36,50,0,false,false,false],[38,41,0,true,true,false],[38,44,0,false,false,false],[49,32,0,true,true,false],[49,37,0,false,false,false],[51,55,0,true,true,false],[51,58,0,false,false,false],[53,36,0,true,true,false],[53,41,0,false,false,false],[58,35,0,true,true,false],[59,28,0,true,true,false],[59,67,0,true,false,false],[60,6,0,false,false,false],[63,45,0,true,true,false],[63,86,0,false,false,false],[69,54,0,true,true,false],[69,59,0,false,false,false],[71,51,0,true,true,false],[71,53,0,false,false,false],[74,54,0,true,true,false],[74,59,0,false,false,false],[77,65,0,true,true,false],[77,68,0,false,false,false],[82,6,0,true,true,false],[82,37,0,false,false,false],[82,79,0,true,true,false],[82,101,0,false,false,false],[85,45,0,true,true,false],[86,53,0,true,true,false],[86,61,0,true,false,false],[87,6,0,false,false,false],[90,40,0,true,true,false],[90,42,0,false,false,false],[92,35,0,true,true,false],[92,36,0,false,false,false],[104,50,0,true,true,false],[106,12,0,true,true,false],[106,41,0,true,false,false],[106,42,0,true,true,false],[108,10,0,true,true,false],[111,44,0,true,false,false],[112,6,0,false,false,false],[116,67,0,true,true,false],[118,32,0,true,true,false],[121,16,0,true,true,false],[121,57,0,true,false,false],[121,58,0,true,true,false],[123,14,0,true,true,false],[127,10,0,true,true,false],[128,22,0,true,false,false],[129,6,0,false,false,false],[132,46,0,true,true,false],[134,39,0,true,true,false],[134,68,0,true,false,false],[136,37,0,true,true,false],[136,51,0,true,false,false],[146,6,0,false,false,false],[173,65,0,true,true,false],[175,6,0,false,false,false],[181,59,0,true,true,false],[184,12,0,true,true,false],[184,33,0,true,false,false],[184,34,0,true,true,false],[186,10,0,true,true,false],[191,14,0,true,true,false],[193,10,0,true,true,false],[197,46,0,true,false,false],[198,6,0,false,false,false],[200,25,0,true,true,false],[201,24,0,true,true,false],[210,44,0,true,true,false],[212,41,0,true,true,false],[214,18,0,true,false,false],[221,20,0,true,true,false],[221,33,0,true,false,false],[221,75,0,true,true,false],[222,57,0,true,true,false],[234,36,0,true,true,false],[234,63,0,true,false,false],[235,36,0,true,true,false],[235,51,0,true,false,false],[236,36,0,true,true,false],[236,48,0,true,false,false],[237,36,0,true,true,false],[237,59,0,true,false,false],[249,18,0,true,true,false],[250,14,0,true,false,false],[259,49,0,true,true,false],[262,10,0,true,false,false],[263,34,0,true,true,false],[264,45,0,true,true,false],[264,55,0,true,true,false],[273,67,0,true,true,false],[275,14,0,true,false,false],[277,49,0,true,true,false],[280,10,0,true,false,false],[281,34,0,true,true,false],[284,10,0,true,false,false],[285,19,0,true,true,false],[292,38,0,true,true,false],[294,14,0,true,false,false],[296,6,0,false,false,false],[300,76,0,true,true,false],[304,47,0,true,true,false],[304,72,0,true,false,false],[305,9,0,true,true,false],[316,10,0,true,true,false],[318,63,0,true,false,false],[319,6,0,false,false,false],[321,73,0,true,true,false],[327,12,0,true,true,false],[327,29,0,true,false,false],[327,44,0,true,true,false],[327,74,0,true,false,false],[327,75,0,true,true,false],[329,104,0,true,true,false],[329,109,0,true,false,false],[329,166,0,true,true,false],[329,171,0,true,false,false],[335,66,0,true,true,false],[335,76,0,true,false,false],[367,49,0,true,true,false],[367,88,0,true,false,false],[393,6,0,false,false,false],[397,62,0,true,true,false],[401,6,0,false,false,false],[403,76,0,true,true,false],[405,6,0,false,false,false],[407,77,0,true,true,false],[409,6,0,false,false,false],[411,80,0,true,true,false],[416,6,0,false,false,false],[418,80,0,true,true,false],[423,6,0,false,false,false],[430,18,7,true,true,false],[431,53,7,true,true,false],[431,73,7,true,false,false],[431,80,0,true,true,false],[433,10,7,true,true,false],[440,32,7,true,false,false],[441,6,0,false,false,false],[447,78,24633,true,true,false],[448,16,24633,true,true,false],[448,23,24633,true,false,false],[450,9,343,true,true,false],[450,20,24633,true,false,false],[451,9,332,true,true,false],[451,20,24633,true,false,false],[452,9,324,true,true,false],[452,20,24633,true,false,false],[453,9,319,true,true,false],[453,20,24633,true,false,false],[454,9,314,true,true,false],[454,20,24633,true,false,false],[455,9,310,true,true,false],[455,20,24633,true,false,false],[457,9,305,true,true,false],[457,20,24633,true,false,false],[458,9,301,true,true,false],[458,20,24633,true,false,false],[459,9,297,true,true,false],[459,20,24633,true,false,false],[460,9,292,true,true,false],[460,20,24633,true,false,false],[461,9,288,true,true,false],[461,21,24633,true,false,false],[463,9,284,true,true,false],[463,21,24633,true,false,false],[464,9,280,true,true,false],[464,21,24633,true,false,false],[465,9,276,true,true,false],[465,21,24633,true,false,false],[466,9,272,true,true,false],[466,21,24633,true,false,false],[467,9,268,true,true,false],[467,21,24633,true,false,false],[468,9,264,true,true,false],[468,21,24633,true,false,false],[470,9,261,true,true,false],[470,21,24633,true,false,false],[471,9,259,true,true,false],[471,21,24633,true,false,false],[472,9,253,true,true,false],[472,21,24633,true,false,false],[473,9,249,true,true,false],[473,21,24633,true,false,false],[474,9,245,true,true,false],[474,21,24633,true,false,false],[475,9,241,true,true,false],[475,21,24633,true,false,false],[476,9,237,true,true,false],[476,25,24633,true,false,false],[477,9,237,true,true,false],[477,21,24633,true,false,false],[478,9,233,true,true,false],[478,21,24633,true,false,false],[479,9,229,true,true,false],[479,25,24633,true,false,false],[480,9,229,true,true,false],[480,21,24633,true,false,false],[481,9,225,true,true,false],[481,21,24633,true,false,false],[483,9,221,true,true,false],[483,30,24633,true,false,false],[484,9,220,true,true,false],[484,21,24633,true,false,false],[485,9,216,true,true,false],[485,21,24633,true,false,false],[486,9,213,true,true,false],[486,29,24633,true,false,false],[487,9,212,true,true,false],[487,21,24633,true,false,false],[488,9,208,true,true,false],[488,21,24633,true,false,false],[490,9,203,true,true,false],[490,25,24633,true,false,false],[491,9,205,true,true,false],[491,21,24633,true,false,false],[492,9,201,true,true,false],[492,21,24633,true,false,false],[493,9,197,true,true,false],[493,30,24633,true,false,false],[494,9,197,true,true,false],[494,21,24633,true,false,false],[495,9,193,true,true,false],[495,29,24633,true,false,false],[496,9,193,true,true,false],[496,29,24633,true,false,false],[498,9,193,true,true,false],[498,25,24633,true,false,false],[499,9,193,true,true,false],[499,25,24633,true,false,false],[500,9,192,true,true,false],[500,21,24633,true,false,false],[501,9,188,true,true,false],[501,21,24633,true,false,false],[502,9,185,true,true,false],[502,23,24633,true,false,false],[504,9,183,true,true,false],[504,23,24633,true,false,false],[505,9,183,true,true,false],[505,25,24633,true,false,false],[506,9,185,true,true,false],[506,25,24633,true,false,false],[507,9,184,true,true,false],[507,29,24633,true,false,false],[508,9,183,true,true,false],[508,23,24633,true,false,false],[510,9,183,true,true,false],[510,29,24633,true,false,false],[511,9,183,true,true,false],[511,28,24633,true,false,false],[512,9,183,true,true,false],[512,29,24633,true,false,false],[513,9,183,true,true,false],[513,28,24633,true,false,false],[514,9,183,true,true,false],[514,27,24633,true,false,false],[515,9,183,true,true,false],[515,28,24633,true,false,false],[516,9,183,true,true,false],[516,30,24633,true,false,false],[517,9,183,true,true,false],[517,28,24633,true,false,false],[518,9,183,true,true,false],[518,22,24633,true,false,false],[520,9,183,true,true,false],[520,22,24633,true,false,false],[521,9,179,true,true,false],[521,22,24633,true,false,false],[522,9,175,true,true,false],[522,22,24633,true,false,false],[523,9,171,true,true,false],[523,22,24633,true,false,false],[524,9,167,true,true,false],[524,23,24633,true,false,false],[525,9,163,true,true,false],[525,23,24633,true,false,false],[526,9,159,true,true,false],[526,24,24633,true,false,false],[527,9,155,true,true,false],[527,24,24633,true,false,false],[528,9,151,true,true,false],[528,24,24633,true,false,false],[529,9,147,true,true,false],[529,23,24633,true,false,false],[530,9,143,true,true,false],[530,23,24633,true,false,false],[531,9,139,true,true,false],[531,23,24633,true,false,false],[533,9,135,true,true,false],[533,25,24633,true,false,false],[534,9,131,true,true,false],[534,26,24633,true,false,false],[535,9,127,true,true,false],[535,25,24633,true,false,false],[536,9,123,true,true,false],[536,23,24633,true,false,false],[538,9,268,true,true,false],[538,33,24633,true,false,false],[540,9,164,true,true,false],[540,26,24633,true,false,false],[542,9,136,true,true,false],[542,28,24633,true,false,false],[544,9,129,true,true,false],[544,25,24633,true,false,false],[545,9,129,true,true,false],[545,27,24633,true,false,false],[546,9,128,true,true,false],[546,24,24633,true,false,false],[547,9,125,true,true,false],[547,24,24633,true,false,false],[548,9,121,true,true,false],[548,29,24633,true,false,false],[549,9,129,true,true,false],[549,25,24633,true,false,false],[551,9,165,true,true,false],[551,23,24633,true,false,false],[552,9,165,true,true,false],[552,23,24633,true,false,false],[553,9,165,true,true,false],[553,23,24633,true,false,false],[554,9,141,true,true,false],[554,30,24633,true,false,false],[555,9,137,true,true,false],[555,24,24633,true,false,false],[556,9,137,true,true,false],[556,24,24633,true,false,false],[557,9,137,true,true,false],[557,24,24633,true,false,false],[558,9,129,true,true,false],[558,24,24633,true,false,false],[559,9,5518,true,true,false],[560,33,24633,true,false,false],[561,10,24633,true,true,false],[562,6,0,false,false,false],[576,33,0,true,true,false],[576,38,0,false,false,false],[577,35,0,true,true,false],[577,39,0,false,false,false],[578,31,0,true,true,false],[578,32,0,false,false,false],[579,28,0,true,true,false],[579,33,0,false,false,false],[582,40,0,true,true,false],[584,6,0,false,false,false],[586,41,0,true,true,false],[588,6,0,false,false,false],[590,37,0,true,true,false],[592,6,0,false,false,false],[595,47,0,true,true,false],[596,27,0,true,true,false],[596,94,0,true,false,false],[596,97,0,true,true,false],[596,100,0,true,false,false],[597,6,0,false,false,false],[600,38,0,true,true,false],[602,6,0,false,false,false],[605,54,0,true,true,false],[606,44,0,true,true,false],[606,63,0,true,true,false],[607,50,0,true,false,false],[608,6,0,false,false,false],[611,53,0,true,true,false],[613,6,0,false,false,false],[616,44,0,true,true,false],[617,16,0,true,true,false],[617,21,0,true,false,false],[618,9,0,true,true,false],[618,36,0,true,false,false],[619,9,0,true,true,false],[619,30,0,true,false,false],[620,9,0,true,true,false],[620,27,0,true,false,false],[621,10,0,true,true,false],[622,6,0,false,false,false],[625,35,0,true,true,false],[625,50,0,false,false,false],[627,42,0,true,true,false],[627,47,0,false,false,false],[628,47,0,true,true,false],[628,50,0,false,false,false],[629,43,0,true,true,false],[629,48,0,false,false,false],[634,38,0,true,true,false],[634,52,0,true,true,false],[634,76,0,true,false,false],[634,79,0,true,true,false],[634,80,0,true,false,false],[634,82,0,false,false,false],[635,38,0,true,true,false],[635,52,0,true,true,false],[635,76,0,true,false,false],[635,79,0,true,true,false],[635,80,0,true,false,false],[635,82,0,false,false,false],[638,43,0,true,true,false],[639,85,0,true,true,false],[641,10,0,true,true,false],[644,56,0,true,true,false],[644,92,0,true,false,false],[645,6,0,false,false,false],[647,25,0,true,true,false],[648,16,0,true,true,false],[651,16,0,true,true,false],[651,26,0,true,false,false],[651,27,0,true,true,false],[659,14,0,true,true,false],[663,10,0,true,false,false],[667,30,0,true,true,false],[667,33,0,true,false,false],[667,36,0,true,true,false],[667,39,0,true,false,false],[671,39,0,true,true,false],[671,56,0,true,false,false],[671,59,0,true,true,false],[671,62,0,true,false,false],[673,40,0,true,true,false],[673,57,0,true,false,false],[673,60,0,true,true,false],[673,63,0,true,false,false],[674,36,0,true,true,false],[680,16,0,true,true,false],[680,25,0,true,false,false],[680,58,0,true,true,false],[682,14,0,true,false,false],[684,34,0,true,true,false],[687,16,0,true,true,false],[687,26,0,true,false,false],[687,76,0,true,true,false],[689,14,0,true,false,false],[692,19,0,true,true,false],[695,10,0,true,false,false],[696,6,0,false,false,false],[699,41,0,true,true,false],[700,36,0,true,true,false],[702,48,0,true,true,false],[706,64,0,true,true,false],[706,70,0,true,false,false],[708,86,0,true,true,false],[708,87,0,true,false,false],[708,90,0,true,true,false],[708,93,0,true,false,false],[713,63,0,true,true,false],[713,70,0,true,false,false],[718,16,0,true,true,false],[723,10,0,true,false,false],[724,6,0,false,false,false],[726,34,0,true,true,false],[729,92,0,true,true,false],[732,10,0,true,false,false],[733,6,0,false,false,false],[738,42,0,true,true,false],[742,6,0,false,false,false],[745,43,0,true,true,false],[749,6,0,false,false,false],[752,42,0,true,true,false],[756,6,0,false,false,false],[759,43,0,true,true,false],[763,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":103,"covered":3,"percent":2.912621359223301},"instantiations":{"count":103,"covered":3,"percent":2.912621359223301},"lines":{"count":829,"covered":128,"percent":15.440289505428225},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":256,"covered":101,"notcovered":155,"percent":39.453125}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift","mcdc_records":[],"segments":[[24,60,21,true,true,false],[25,42,3,true,true,false],[28,10,18,true,true,false],[31,16,18,true,true,false],[31,18,18,true,false,false],[32,9,4,true,true,false],[33,35,18,true,false,false],[34,9,7,true,true,false],[35,46,18,true,false,false],[36,9,3,true,true,false],[37,39,18,true,false,false],[38,9,3,true,true,false],[39,40,18,true,false,false],[40,9,1,true,true,false],[42,44,18,true,false,false],[44,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":1,"percent":100},"instantiations":{"count":1,"covered":1,"percent":100},"lines":{"count":21,"covered":21,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":9,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift","mcdc_records":[],"segments":[[7,31,0,true,true,false],[8,16,0,true,true,false],[24,16,0,true,true,false],[24,34,0,true,false,false],[24,47,0,true,true,false],[28,14,0,true,true,false],[31,16,0,true,true,false],[31,26,0,true,false,false],[31,27,0,true,true,false],[36,14,0,true,true,false],[40,16,0,true,true,false],[40,31,0,true,false,false],[40,45,0,true,true,false],[45,14,0,true,true,false],[50,16,0,true,true,false],[50,26,0,true,false,false],[50,46,0,true,true,false],[58,14,0,true,true,false],[64,42,0,true,true,false],[69,14,0,true,true,false],[72,16,0,true,true,false],[72,34,0,true,false,false],[72,35,0,true,true,false],[74,14,0,true,true,false],[75,10,0,true,false,false],[76,34,0,true,true,false],[76,38,0,true,false,false],[76,41,0,true,true,false],[76,44,0,true,false,false],[77,33,0,true,true,false],[77,47,0,true,false,false],[77,50,0,true,true,false],[77,62,0,true,false,false],[77,65,0,true,true,false],[77,66,0,true,false,false],[83,39,0,true,true,false],[84,45,0,true,true,false],[84,46,0,true,false,false],[84,49,0,true,true,false],[84,50,0,true,false,false],[85,53,0,true,true,false],[87,14,0,true,false,false],[90,19,0,true,true,false],[91,51,0,true,true,false],[91,52,0,true,false,false],[91,55,0,true,true,false],[91,56,0,true,false,false],[95,49,0,true,true,false],[95,75,0,true,false,false],[98,18,0,true,true,false],[101,16,0,true,true,false],[101,42,0,true,false,false],[101,64,0,true,true,false],[102,20,0,true,true,false],[102,28,0,true,false,false],[102,29,0,true,true,false],[104,18,0,true,false,false],[104,24,0,true,true,false],[106,18,0,true,false,false],[115,26,0,true,true,false],[116,47,0,true,true,false],[116,57,0,true,true,false],[118,18,0,true,false,false],[120,47,0,true,true,false],[120,73,0,true,false,false],[120,77,0,true,true,false],[120,81,0,true,false,false],[120,84,0,true,true,false],[120,89,0,true,false,false],[122,19,0,true,true,false],[125,10,0,true,false,false],[126,58,0,true,true,false],[127,16,0,true,true,false],[127,31,0,true,false,false],[127,32,0,true,true,false],[129,14,0,true,false,false],[129,20,0,true,true,false],[131,14,0,true,false,false],[133,52,0,true,true,false],[134,16,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[136,14,0,true,false,false],[136,20,0,true,true,false],[138,14,0,true,false,false],[140,44,0,true,true,false],[142,16,0,true,true,false],[142,31,0,true,false,false],[142,32,0,true,true,false],[145,14,0,true,false,false],[145,20,0,true,true,false],[148,14,0,true,false,false],[154,6,0,false,false,false],[157,39,0,true,true,false],[159,6,0,false,false,false],[162,42,0,true,true,false],[163,43,0,true,true,false],[163,63,0,true,false,false],[163,66,0,true,true,false],[163,75,0,true,false,false],[166,12,0,true,true,false],[166,26,0,true,false,false],[166,58,0,true,true,false],[167,53,0,true,true,false],[167,58,0,true,false,false],[167,61,0,true,true,false],[167,70,0,true,false,false],[169,10,0,true,true,false],[172,12,0,true,true,false],[172,41,0,true,false,false],[172,42,0,true,true,false],[173,41,0,true,true,false],[173,46,0,true,false,false],[173,49,0,true,true,false],[173,54,0,true,false,false],[175,98,0,true,true,false],[177,14,0,true,true,false],[178,62,0,true,false,false],[179,10,0,true,true,false],[181,94,0,true,true,false],[183,10,0,true,true,false],[184,23,0,true,false,false],[185,6,0,false,false,false],[188,59,0,true,true,false],[189,53,0,true,true,false],[189,73,0,true,true,false],[191,16,0,true,true,false],[191,32,0,true,false,false],[192,9,0,true,true,false],[193,32,0,true,false,false],[194,9,0,true,true,false],[197,41,0,true,true,false],[197,61,0,true,true,false],[203,44,0,true,false,false],[205,6,0,false,false,false],[210,31,0,true,true,false],[212,16,0,true,true,false],[212,36,0,true,false,false],[213,9,0,true,true,false],[214,30,0,true,false,false],[215,9,0,true,true,false],[217,24,0,true,false,false],[218,9,0,true,true,false],[220,28,0,true,false,false],[221,9,0,true,true,false],[222,31,0,true,false,false],[223,10,0,true,true,false],[224,6,0,false,false,false],[228,39,0,true,true,false],[230,12,0,true,true,false],[230,33,0,true,false,false],[230,34,0,true,true,false],[232,10,0,true,false,false],[234,17,0,true,true,false],[234,31,0,true,false,false],[234,32,0,true,true,false],[236,10,0,true,false,false],[238,17,0,true,true,false],[238,28,0,true,false,false],[238,29,0,true,true,false],[240,10,0,true,false,false],[242,17,0,true,true,false],[242,39,0,true,false,false],[242,40,0,true,true,false],[244,10,0,true,false,false],[246,17,0,true,true,false],[246,30,0,true,false,false],[246,31,0,true,true,false],[248,10,0,true,false,false],[250,17,0,true,true,false],[250,47,0,true,false,false],[250,48,0,true,true,false],[252,10,0,true,false,false],[254,17,0,true,true,false],[254,30,0,true,false,false],[254,31,0,true,true,false],[256,10,0,true,false,false],[258,17,0,true,true,false],[258,29,0,true,false,false],[258,30,0,true,true,false],[260,10,0,true,false,false],[262,17,0,true,true,false],[262,32,0,true,false,false],[262,33,0,true,true,false],[264,10,0,true,false,false],[264,16,0,true,true,false],[265,20,0,true,true,false],[265,34,0,true,false,false],[266,13,0,true,true,false],[267,32,0,true,false,false],[268,13,0,true,true,false],[269,37,0,true,false,false],[270,13,0,true,true,false],[271,38,0,true,false,false],[272,13,0,true,true,false],[273,35,0,true,false,false],[274,13,0,true,true,false],[275,29,0,true,false,false],[276,13,0,true,true,false],[277,31,0,true,false,false],[278,13,0,true,true,false],[279,30,0,true,false,false],[280,14,0,true,true,false],[281,10,0,true,true,false],[282,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":390,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":120,"covered":0,"notcovered":120,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift","mcdc_records":[],"segments":[[8,32,0,true,true,false],[10,66,0,true,true,false],[13,10,0,true,true,false],[16,90,0,true,true,false],[19,10,0,true,true,false],[22,6,0,false,false,false],[27,32,0,true,true,false],[29,50,0,true,true,false],[30,18,0,true,true,false],[32,14,0,true,false,false],[34,10,0,true,true,false],[37,85,0,true,true,false],[38,18,0,true,true,false],[40,14,0,true,false,false],[42,10,0,true,true,false],[45,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift","mcdc_records":[],"segments":[[12,38,0,true,true,false],[13,45,0,true,true,false],[13,53,0,true,false,false],[16,12,0,true,true,false],[16,42,0,true,false,false],[16,43,0,true,true,false],[18,10,0,true,false,false],[18,19,0,true,true,false],[18,45,0,true,false,false],[18,46,0,true,true,false],[20,10,0,true,false,false],[20,19,0,true,true,false],[20,43,0,true,false,false],[20,44,0,true,true,false],[23,10,0,true,false,false],[23,19,0,true,true,false],[23,36,0,true,true,false],[23,68,0,true,false,false],[23,72,0,true,true,false],[23,105,0,true,false,false],[23,106,0,true,true,false],[26,10,0,true,false,false],[26,19,0,true,true,false],[26,44,0,true,false,false],[26,45,0,true,true,false],[29,10,0,true,false,false],[29,16,0,true,true,false],[32,10,0,true,false,false],[33,6,0,false,false,false],[37,103,0,true,true,false],[45,6,0,false,false,false],[49,61,0,true,true,false],[58,6,0,false,false,false],[61,67,0,true,true,false],[62,45,0,true,true,false],[62,68,0,true,false,false],[62,71,0,true,true,false],[62,96,0,true,false,false],[66,6,0,false,false,false],[72,36,0,true,true,false],[74,12,0,true,true,false],[74,48,0,true,true,false],[74,81,0,true,false,false],[74,82,0,true,true,false],[76,10,0,true,false,false],[76,16,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false],[84,46,0,true,true,false],[90,6,0,false,false,false],[94,38,0,true,true,false],[96,16,0,true,true,false],[96,21,0,true,false,false],[98,9,0,true,true,false],[98,62,0,true,false,false],[99,9,0,true,true,false],[99,70,0,true,false,false],[100,9,0,true,true,false],[100,73,0,true,false,false],[101,9,0,true,true,false],[101,93,0,true,false,false],[102,9,0,true,true,false],[102,45,0,true,false,false],[103,9,0,true,true,false],[103,66,0,true,false,false],[105,9,0,true,true,false],[105,72,0,true,false,false],[106,9,0,true,true,false],[106,69,0,true,false,false],[107,9,0,true,true,false],[107,80,0,true,false,false],[108,9,0,true,true,false],[108,40,0,true,false,false],[109,9,0,true,true,false],[109,50,0,true,false,false],[110,9,0,true,true,false],[110,54,0,true,false,false],[112,9,0,true,true,false],[112,34,0,true,false,false],[113,9,0,true,true,false],[113,33,0,true,false,false],[114,9,0,true,true,false],[114,55,0,true,false,false],[115,9,0,true,true,false],[115,70,0,true,false,false],[117,9,0,true,true,false],[117,48,0,true,false,false],[118,9,0,true,true,false],[118,49,0,true,false,false],[119,9,0,true,true,false],[119,46,0,true,false,false],[120,9,0,true,true,false],[120,48,0,true,false,false],[122,9,0,true,true,false],[122,43,0,true,false,false],[123,9,0,true,true,false],[123,54,0,true,false,false],[124,9,0,true,true,false],[124,52,0,true,false,false],[125,9,0,true,true,false],[125,52,0,true,false,false],[126,9,0,true,true,false],[126,52,0,true,false,false],[127,9,0,true,true,false],[127,34,0,true,false,false],[129,6,0,false,false,false],[134,29,0,true,true,false],[136,6,0,false,false,false],[140,38,0,true,true,false],[141,85,0,true,true,false],[143,19,0,true,true,false],[143,45,0,true,false,false],[144,19,0,true,true,false],[144,34,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[155,37,0,true,true,false],[156,31,0,true,true,false],[162,10,0,true,false,false],[162,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[174,38,0,true,true,false],[175,39,0,true,true,false],[181,10,0,true,false,false],[181,16,0,true,true,false],[187,10,0,true,false,false],[188,6,0,false,false,false],[193,40,0,true,true,false],[194,44,0,true,true,false],[199,10,0,true,false,false],[199,16,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[217,31,0,true,true,false],[251,12,0,true,true,false],[251,49,0,true,true,false],[251,82,0,true,false,false],[251,83,0,true,true,false],[253,10,0,true,true,false],[256,54,0,true,false,false],[257,6,0,false,false,false],[260,38,0,true,true,false],[261,16,0,true,true,false],[261,38,0,true,false,false],[263,9,0,true,true,false],[263,28,0,true,false,false],[264,9,0,true,true,false],[264,26,0,true,false,false],[265,9,0,true,true,false],[265,29,0,true,false,false],[266,9,0,true,true,false],[266,29,0,true,false,false],[267,9,0,true,true,false],[267,29,0,true,false,false],[268,9,0,true,true,false],[268,26,0,true,false,false],[270,9,0,true,true,false],[270,35,0,true,false,false],[271,9,0,true,true,false],[271,29,0,true,false,false],[272,9,0,true,true,false],[272,28,0,true,false,false],[274,9,0,true,true,false],[274,28,0,true,false,false],[276,9,0,true,true,false],[276,27,0,true,false,false],[277,9,0,true,true,false],[277,27,0,true,false,false],[279,9,0,true,true,false],[279,28,0,true,false,false],[280,9,0,true,true,false],[280,24,0,true,false,false],[281,9,0,true,true,false],[281,26,0,true,false,false],[282,9,0,true,true,false],[282,28,0,true,false,false],[283,9,0,true,true,false],[283,29,0,true,false,false],[284,9,0,true,true,false],[284,29,0,true,false,false],[285,9,0,true,true,false],[285,28,0,true,false,false],[286,9,0,true,true,false],[286,28,0,true,false,false],[288,9,0,true,true,false],[288,37,0,true,false,false],[289,9,0,true,true,false],[289,46,0,true,false,false],[290,9,0,true,true,false],[290,43,0,true,false,false],[291,9,0,true,true,false],[291,44,0,true,false,false],[293,9,0,true,true,false],[293,37,0,true,false,false],[294,9,0,true,true,false],[294,37,0,true,false,false],[295,9,0,true,true,false],[295,39,0,true,false,false],[296,9,0,true,true,false],[296,21,0,true,false,false],[297,10,0,true,true,false],[298,6,0,false,false,false],[301,37,0,true,true,false],[304,6,0,false,false,false],[309,29,0,true,true,false],[312,12,0,true,true,false],[312,33,0,true,false,false],[312,34,0,true,true,false],[314,10,0,true,true,false],[316,44,0,true,true,false],[316,60,0,true,true,false],[317,46,0,true,true,false],[317,102,0,true,false,false],[318,6,0,false,false,false],[321,36,0,true,true,false],[326,12,0,true,true,false],[326,29,0,true,false,false],[326,64,0,true,true,false],[327,49,0,true,true,false],[330,14,0,true,false,false],[330,20,0,true,true,false],[336,14,0,true,false,false],[337,16,0,true,true,false],[340,50,0,true,true,false],[346,14,0,true,false,false],[346,59,0,true,true,false],[349,14,0,true,false,false],[349,23,0,true,true,false],[349,40,0,true,false,false],[349,41,0,true,true,false],[352,14,0,true,false,false],[352,56,0,true,true,false],[355,14,0,true,false,false],[355,76,0,true,true,false],[360,14,0,true,false,false],[360,93,0,true,true,false],[366,14,0,true,false,false],[366,20,0,true,true,false],[369,60,0,true,true,false],[369,69,0,true,false,false],[369,72,0,true,true,false],[369,86,0,true,false,false],[370,36,0,true,true,false],[370,47,0,true,false,false],[370,50,0,true,true,false],[370,74,0,true,false,false],[371,55,0,true,true,false],[371,65,0,true,false,false],[371,68,0,true,true,false],[371,78,0,true,false,false],[376,6,0,false,false,false],[380,62,0,true,true,false],[381,16,0,true,true,false],[383,20,0,true,true,false],[385,20,0,true,true,false],[385,56,0,true,false,false],[385,57,0,true,true,false],[386,61,0,true,true,false],[393,22,0,true,false,false],[394,24,0,true,true,false],[398,18,0,true,false,false],[406,6,0,false,false,false],[409,70,0,true,true,false],[413,55,0,true,true,false],[419,72,0,true,true,false],[419,73,0,true,false,false],[419,76,0,true,true,false],[419,80,0,true,false,false],[424,51,0,true,true,false],[424,58,0,true,false,false],[430,6,0,false,false,false],[434,35,0,true,true,false],[435,73,0,true,true,false],[435,87,0,true,true,false],[437,12,0,true,true,false],[437,51,0,true,false,false],[437,52,0,true,true,false],[439,10,0,true,true,false],[440,19,0,true,false,false],[441,6,0,false,false,false],[444,72,0,true,true,false],[445,36,0,true,true,false],[448,66,0,true,true,false],[448,69,0,true,false,false],[448,72,0,true,true,false],[448,75,0,true,false,false],[452,66,0,true,true,false],[452,69,0,true,false,false],[452,72,0,true,true,false],[452,76,0,true,false,false],[456,6,0,false,false,false],[460,58,0,true,true,false],[463,62,0,true,true,false],[463,65,0,true,false,false],[463,68,0,true,true,false],[463,71,0,true,false,false],[466,6,0,false,false,false],[468,58,0,true,true,false],[469,16,0,true,true,false],[469,21,0,true,false,false],[470,9,0,true,true,false],[470,36,0,true,false,false],[471,9,0,true,true,false],[471,30,0,true,false,false],[472,9,0,true,true,false],[472,27,0,true,false,false],[473,10,0,true,true,false],[474,6,0,false,false,false],[479,41,0,true,true,false],[484,33,0,true,true,false],[485,30,0,true,true,false],[487,14,0,true,true,false],[489,16,0,true,true,false],[489,54,0,true,false,false],[489,55,0,true,true,false],[490,54,0,true,true,false],[490,63,0,true,false,false],[491,14,0,true,true,false],[492,42,0,true,true,false],[492,72,0,true,true,false],[492,81,0,true,false,false],[497,16,0,true,true,false],[499,20,0,true,true,false],[500,20,0,true,true,false],[500,28,0,true,false,false],[500,29,0,true,true,false],[503,18,0,true,false,false],[503,24,0,true,true,false],[506,18,0,true,false,false],[514,6,0,false,false,false],[517,68,0,true,true,false],[519,12,0,true,true,false],[519,23,0,true,false,false],[519,24,0,true,true,false],[522,10,0,true,false,false],[522,19,0,true,true,false],[522,30,0,true,false,false],[522,31,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[529,10,0,true,false,false],[530,6,0,false,false,false],[535,42,0,true,true,false],[536,12,0,true,true,false],[536,29,0,true,false,false],[536,30,0,true,true,false],[538,10,0,true,false,false],[538,16,0,true,true,false],[540,10,0,true,false,false],[541,6,0,false,false,false],[544,33,0,true,true,false],[547,15,0,true,true,false],[548,16,0,true,true,false],[548,25,0,true,false,false],[548,26,0,true,true,false],[549,44,0,true,true,false],[554,18,0,true,false,false],[555,20,0,true,true,false],[558,14,0,true,false,false],[562,6,0,false,false,false],[565,42,0,true,true,false],[576,6,0,false,false,false],[583,50,0,true,true,false],[587,36,0,true,true,false],[587,51,0,true,false,false],[587,84,0,true,true,false],[589,10,0,true,false,false],[589,16,0,true,true,false],[591,10,0,true,false,false],[593,28,0,true,true,false],[594,36,0,true,true,false],[598,14,0,true,true,false],[604,10,0,true,false,false],[608,6,0,false,false,false],[612,39,0,true,true,false],[616,52,0,true,true,false],[616,98,0,true,false,false],[618,62,0,true,true,false],[618,81,0,true,false,false],[618,85,0,true,true,false],[618,111,0,true,false,false],[620,12,0,true,true,false],[620,34,0,true,false,false],[620,35,0,true,true,false],[626,10,0,true,false,false],[626,16,0,true,true,false],[628,37,0,true,true,false],[631,17,0,true,true,false],[633,18,0,true,true,false],[635,71,0,true,false,false],[638,32,0,true,true,false],[639,42,0,true,true,false],[643,18,0,true,true,false],[648,14,0,true,false,false],[653,6,0,false,false,false],[658,33,0,true,true,false],[663,6,0,false,false,false],[668,35,0,true,true,false],[670,12,0,true,true,false],[670,29,0,true,false,false],[670,30,0,true,true,false],[677,10,0,true,false,false],[677,16,0,true,true,false],[683,10,0,true,false,false],[684,6,0,false,false,false],[689,34,0,true,true,false],[691,16,0,true,true,false],[693,20,0,true,true,false],[696,14,0,true,false,false],[703,6,0,false,false,false],[708,38,0,true,true,false],[709,16,0,true,true,false],[710,20,0,true,true,false],[712,42,0,true,true,false],[712,53,0,true,false,false],[712,56,0,true,true,false],[712,81,0,true,false,false],[714,51,0,true,true,false],[714,75,0,true,false,false],[714,78,0,true,true,false],[714,84,0,true,false,false],[715,51,0,true,true,false],[715,75,0,true,false,false],[715,78,0,true,true,false],[715,84,0,true,false,false],[716,51,0,true,true,false],[716,75,0,true,false,false],[716,78,0,true,true,false],[716,84,0,true,false,false],[724,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":0,"percent":0},"instantiations":{"count":64,"covered":0,"percent":0},"lines":{"count":814,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":237,"covered":0,"notcovered":237,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift","mcdc_records":[],"segments":[[22,39,0,true,true,false],[23,24,0,true,true,false],[28,16,0,true,true,false],[28,37,0,true,false,false],[28,38,0,true,true,false],[33,24,0,true,true,false],[35,56,0,true,true,false],[43,22,0,true,true,false],[46,62,0,true,true,false],[54,22,0,true,true,false],[66,52,0,true,true,false],[74,22,0,true,true,false],[75,18,0,true,false,false],[77,20,0,true,true,false],[81,24,0,true,true,false],[89,52,0,true,true,false],[90,32,0,true,true,false],[92,36,0,true,true,false],[99,30,0,true,false,false],[101,22,0,true,true,false],[102,18,0,true,false,false],[106,6,0,false,false,false],[112,34,0,true,true,false],[114,12,0,true,true,false],[114,29,0,true,false,false],[114,30,0,true,true,false],[116,10,0,true,true,false],[117,29,0,true,true,false],[117,38,0,true,false,false],[118,6,0,false,false,false],[123,40,0,true,true,false],[134,42,0,true,true,false],[136,20,0,true,true,false],[138,20,0,true,true,false],[138,31,0,true,false,false],[138,32,0,true,true,false],[139,51,0,true,true,false],[140,60,0,true,true,false],[148,32,0,true,true,false],[148,53,0,true,false,false],[148,54,0,true,true,false],[150,30,0,true,true,false],[151,26,0,true,false,false],[152,52,0,true,true,false],[152,55,0,true,false,false],[152,58,0,true,true,false],[152,61,0,true,false,false],[153,49,0,true,true,false],[153,52,0,true,false,false],[153,55,0,true,true,false],[153,56,0,true,false,false],[155,28,0,true,true,false],[157,66,0,true,true,false],[157,76,0,true,false,false],[157,79,0,true,true,false],[157,86,0,true,false,false],[160,56,0,true,true,false],[160,59,0,true,false,false],[160,62,0,true,true,false],[160,65,0,true,false,false],[161,53,0,true,true,false],[161,56,0,true,false,false],[161,59,0,true,true,false],[161,60,0,true,false,false],[164,18,0,true,true,false],[171,14,0,true,false,false],[173,16,0,true,true,false],[175,20,0,true,true,false],[180,14,0,true,false,false],[183,6,0,false,false,false],[186,73,0,true,true,false],[188,6,0,false,false,false],[193,56,0,true,true,false],[199,6,0,false,false,false],[202,35,0,true,true,false],[203,20,0,true,true,false],[203,32,0,true,false,false],[204,6,0,false,false,false],[209,31,0,true,true,false],[211,12,0,true,true,false],[211,29,0,true,false,false],[211,30,0,true,true,false],[213,10,0,true,true,false],[214,29,0,true,true,false],[214,38,0,true,false,false],[215,6,0,false,false,false],[219,37,0,true,true,false],[223,12,0,true,true,false],[223,32,0,true,false,false],[223,33,0,true,true,false],[225,10,0,true,false,false],[225,19,0,true,true,false],[225,34,0,true,false,false],[225,35,0,true,true,false],[227,16,0,true,true,false],[227,33,0,true,false,false],[227,34,0,true,true,false],[229,14,0,true,false,false],[229,20,0,true,true,false],[232,54,0,true,true,false],[232,109,0,true,true,false],[232,111,0,true,false,false],[232,115,0,true,true,false],[232,118,0,true,false,false],[234,46,0,true,true,false],[236,52,0,true,true,false],[244,28,0,true,true,false],[244,39,0,true,false,false],[244,40,0,true,true,false],[249,26,0,true,true,false],[250,22,0,true,false,false],[251,24,0,true,true,false],[253,52,0,true,true,false],[259,28,0,true,true,false],[259,39,0,true,false,false],[259,40,0,true,true,false],[264,26,0,true,true,false],[265,22,0,true,false,false],[268,16,0,true,true,false],[270,16,0,true,true,false],[270,26,0,true,false,false],[270,27,0,true,true,false],[273,14,0,true,false,false],[273,23,0,true,true,false],[273,56,0,true,false,false],[273,57,0,true,true,false],[276,14,0,true,false,false],[276,20,0,true,true,false],[278,44,0,true,true,false],[279,24,0,true,true,false],[279,62,0,true,false,false],[279,63,0,true,true,false],[282,28,0,true,true,false],[282,67,0,true,false,false],[282,68,0,true,true,false],[284,26,0,true,true,false],[286,62,0,true,true,false],[286,75,0,true,false,false],[287,22,0,true,true,false],[288,41,0,true,false,false],[292,59,0,true,true,false],[292,71,0,true,false,false],[292,74,0,true,true,false],[292,99,0,true,false,false],[296,57,0,true,true,false],[296,71,0,true,false,false],[296,74,0,true,true,false],[296,85,0,true,false,false],[298,46,0,true,true,false],[303,18,0,true,false,false],[307,6,0,false,false,false],[311,39,0,true,true,false],[316,6,0,false,false,false],[320,39,0,true,true,false],[322,38,0,true,true,false],[327,10,0,true,false,false],[329,36,0,true,true,false],[335,10,0,true,false,false],[337,44,0,true,true,false],[343,10,0,true,false,false],[345,49,0,true,true,false],[349,10,0,true,false,false],[351,41,0,true,true,false],[353,16,0,true,true,false],[353,55,0,true,false,false],[353,56,0,true,true,false],[358,14,0,true,false,false],[358,23,0,true,true,false],[358,49,0,true,false,false],[358,50,0,true,true,false],[364,20,0,true,true,false],[364,41,0,true,false,false],[364,99,0,true,true,false],[369,18,0,true,false,false],[371,25,0,true,true,false],[371,46,0,true,false,false],[371,121,0,true,true,false],[376,18,0,true,false,false],[376,24,0,true,true,false],[380,18,0,true,false,false],[381,14,0,true,true,false],[382,10,0,true,true,false],[383,6,0,false,false,false],[387,58,0,true,true,false],[405,6,0,false,false,false],[409,57,0,true,true,false],[413,12,0,true,true,false],[413,38,0,true,true,false],[413,60,0,true,false,false],[413,61,0,true,true,false],[415,10,0,true,true,false],[416,12,0,true,true,false],[416,39,0,true,true,false],[416,61,0,true,false,false],[416,62,0,true,true,false],[418,10,0,true,true,false],[419,12,0,true,true,false],[419,37,0,true,true,false],[419,59,0,true,false,false],[419,60,0,true,true,false],[421,10,0,true,true,false],[422,12,0,true,true,false],[422,40,0,true,true,false],[422,62,0,true,false,false],[422,63,0,true,true,false],[424,10,0,true,true,false],[427,12,0,true,true,false],[427,37,0,true,true,false],[427,59,0,true,false,false],[427,63,0,true,true,false],[427,87,0,true,false,false],[427,88,0,true,true,false],[429,10,0,true,true,false],[430,12,0,true,true,false],[430,37,0,true,true,false],[430,60,0,true,false,false],[430,64,0,true,true,false],[430,88,0,true,false,false],[430,89,0,true,true,false],[432,10,0,true,true,false],[433,12,0,true,true,false],[433,40,0,true,true,false],[433,62,0,true,false,false],[433,66,0,true,true,false],[433,90,0,true,false,false],[433,91,0,true,true,false],[435,10,0,true,true,false],[436,12,0,true,true,false],[436,40,0,true,true,false],[436,63,0,true,false,false],[436,67,0,true,true,false],[436,91,0,true,false,false],[436,92,0,true,true,false],[438,10,0,true,true,false],[441,12,0,true,true,false],[441,42,0,true,true,false],[441,70,0,true,false,false],[441,74,0,true,true,false],[441,103,0,true,false,false],[441,104,0,true,true,false],[443,10,0,true,true,false],[444,12,0,true,true,false],[444,37,0,true,false,false],[444,38,0,true,true,false],[446,10,0,true,true,false],[447,12,0,true,true,false],[447,40,0,true,true,false],[447,64,0,true,false,false],[447,65,0,true,true,false],[449,10,0,true,true,false],[452,12,0,true,true,false],[452,46,0,true,true,false],[452,77,0,true,false,false],[452,81,0,true,true,false],[452,117,0,true,false,false],[452,118,0,true,true,false],[454,10,0,true,true,false],[455,12,0,true,true,false],[455,50,0,true,true,false],[455,80,0,true,false,false],[455,84,0,true,true,false],[455,119,0,true,false,false],[455,120,0,true,true,false],[457,10,0,true,true,false],[460,12,0,true,true,false],[460,44,0,true,true,false],[460,73,0,true,false,false],[460,74,0,true,true,false],[462,10,0,true,true,false],[463,12,0,true,true,false],[463,48,0,true,true,false],[463,76,0,true,false,false],[463,77,0,true,true,false],[465,10,0,true,true,false],[468,12,0,true,true,false],[468,44,0,true,true,false],[468,70,0,true,false,false],[468,71,0,true,true,false],[470,10,0,true,true,false],[471,12,0,true,true,false],[471,46,0,true,true,false],[471,76,0,true,false,false],[471,77,0,true,true,false],[473,10,0,true,true,false],[474,12,0,true,true,false],[474,45,0,true,true,false],[474,72,0,true,false,false],[474,73,0,true,true,false],[476,10,0,true,true,false],[479,12,0,true,true,false],[479,49,0,true,true,false],[479,75,0,true,false,false],[479,76,0,true,true,false],[481,10,0,true,true,false],[482,12,0,true,true,false],[482,50,0,true,true,false],[482,77,0,true,false,false],[482,78,0,true,true,false],[484,10,0,true,true,false],[487,12,0,true,true,false],[487,29,0,true,true,false],[487,47,0,true,false,false],[487,48,0,true,true,false],[489,10,0,true,true,false],[490,12,0,true,true,false],[490,31,0,true,true,false],[490,51,0,true,false,false],[490,52,0,true,true,false],[492,10,0,true,true,false],[493,12,0,true,true,false],[493,31,0,true,true,false],[493,51,0,true,false,false],[493,52,0,true,true,false],[495,10,0,true,true,false],[496,12,0,true,true,false],[496,32,0,true,true,false],[496,53,0,true,false,false],[496,54,0,true,true,false],[498,10,0,true,true,false],[501,12,0,true,true,false],[501,38,0,true,true,false],[501,60,0,true,false,false],[501,61,0,true,true,false],[503,10,0,true,true,false],[504,12,0,true,true,false],[504,35,0,true,false,false],[504,36,0,true,true,false],[506,10,0,true,true,false],[507,12,0,true,true,false],[507,40,0,true,true,false],[507,64,0,true,false,false],[507,65,0,true,true,false],[509,10,0,true,true,false],[510,12,0,true,true,false],[510,34,0,true,false,false],[510,35,0,true,true,false],[512,10,0,true,true,false],[513,12,0,true,true,false],[513,34,0,true,false,false],[513,35,0,true,true,false],[515,10,0,true,true,false],[516,12,0,true,true,false],[516,34,0,true,false,false],[516,35,0,true,true,false],[518,10,0,true,true,false],[521,12,0,true,true,false],[521,40,0,true,true,false],[521,62,0,true,false,false],[521,63,0,true,true,false],[523,10,0,true,true,false],[526,19,0,true,false,false],[527,6,0,false,false,false],[531,56,0,true,true,false],[532,24,0,true,true,false],[539,63,0,true,true,false],[539,76,0,true,false,false],[539,79,0,true,true,false],[539,121,0,true,true,false],[539,131,0,true,false,false],[539,134,0,true,true,false],[539,143,0,true,false,false],[550,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":0,"percent":0},"instantiations":{"count":64,"covered":0,"percent":0},"lines":{"count":813,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":247,"covered":0,"notcovered":247,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift","mcdc_records":[],"segments":[[7,36,0,true,true,false],[7,41,0,false,false,false],[9,46,0,true,true,false],[11,34,0,true,true,false],[11,37,0,true,false,false],[11,40,0,true,true,false],[11,43,0,true,false,false],[17,23,0,true,true,false],[17,43,0,true,false,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift","mcdc_records":[],"segments":[[10,34,0,true,true,false],[13,6,0,false,false,false],[18,111,0,true,true,false],[20,63,0,true,true,false],[20,76,0,true,false,false],[21,59,0,true,true,false],[21,72,0,true,false,false],[28,6,0,false,false,false],[30,31,0,true,true,false],[31,36,0,true,true,false],[31,45,0,true,false,false],[31,48,0,true,true,false],[31,57,0,true,false,false],[32,6,0,false,false,false],[34,30,0,true,true,false],[36,12,0,true,true,false],[36,27,0,true,false,false],[36,44,0,true,true,false],[44,10,0,true,false,false],[46,17,0,true,true,false],[46,31,0,true,false,false],[46,32,0,true,true,false],[48,10,0,true,false,false],[50,14,0,true,true,false],[52,10,0,true,false,false],[53,6,0,false,false,false],[55,26,0,true,true,false],[59,6,0,false,false,false],[61,30,0,true,true,false],[64,6,0,false,false,false],[66,28,0,true,true,false],[67,42,0,true,true,false],[67,45,0,true,false,false],[67,48,0,true,true,false],[67,52,0,true,false,false],[68,6,0,false,false,false],[70,31,0,true,true,false],[75,38,0,true,true,false],[75,67,0,true,false,false],[75,70,0,true,true,false],[75,82,0,true,false,false],[78,6,0,false,false,false],[80,31,0,true,true,false],[85,38,0,true,true,false],[85,67,0,true,false,false],[85,70,0,true,true,false],[85,82,0,true,false,false],[87,6,0,false,false,false],[90,29,0,true,true,false],[93,40,0,true,true,false],[93,75,0,true,false,false],[94,16,0,true,true,false],[94,32,0,true,false,false],[95,16,0,true,true,false],[95,33,0,true,false,false],[96,16,0,true,true,false],[96,38,0,true,true,false],[96,55,0,true,false,false],[97,6,0,false,false,false],[100,27,0,true,true,false],[103,38,0,true,true,false],[103,73,0,true,false,false],[104,6,0,false,false,false],[109,27,0,true,true,false],[115,6,0,false,false,false],[117,32,0,true,true,false],[118,35,0,true,true,false],[118,48,0,true,false,false],[118,49,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,30,0,true,false,false],[120,31,0,true,true,false],[122,10,0,true,false,false],[122,16,0,true,true,false],[124,10,0,true,false,false],[125,46,0,true,true,false],[125,49,0,true,false,false],[125,52,0,true,true,false],[125,56,0,true,false,false],[126,6,0,false,false,false],[128,32,0,true,true,false],[129,12,0,true,true,false],[129,21,0,true,false,false],[129,22,0,true,true,false],[131,10,0,true,false,false],[131,19,0,true,true,false],[131,28,0,true,false,false],[131,29,0,true,true,false],[134,10,0,true,false,false],[134,19,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[136,10,0,true,false,false],[138,17,0,true,true,false],[138,31,0,true,false,false],[138,52,0,true,true,false],[140,10,0,true,false,false],[142,17,0,true,true,false],[142,31,0,true,false,false],[142,32,0,true,true,false],[144,10,0,true,false,false],[146,17,0,true,true,false],[146,28,0,true,false,false],[146,49,0,true,true,false],[146,69,0,true,false,false],[146,70,0,true,true,false],[148,10,0,true,false,false],[150,17,0,true,true,false],[150,28,0,true,false,false],[150,29,0,true,true,false],[152,10,0,true,false,false],[152,19,0,true,true,false],[152,32,0,true,false,false],[152,33,0,true,true,false],[154,10,0,true,false,false],[154,19,0,true,true,false],[154,30,0,true,false,false],[154,31,0,true,true,false],[156,10,0,true,false,false],[156,19,0,true,true,false],[156,37,0,true,false,false],[156,52,0,true,true,false],[159,10,0,true,false,false],[159,16,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false],[167,34,0,true,true,false],[171,6,0,false,false,false],[174,35,0,true,true,false],[178,6,0,false,false,false],[181,34,0,true,true,false],[185,6,0,false,false,false],[188,35,0,true,true,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":0,"notcovered":68,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift","mcdc_records":[],"segments":[[7,58,0,true,true,false],[8,69,0,true,true,false],[8,83,0,true,true,false],[13,12,0,true,true,false],[13,37,0,true,true,false],[13,59,0,true,false,false],[13,60,0,true,true,false],[13,78,0,true,true,false],[14,12,0,true,true,false],[14,37,0,true,true,false],[14,60,0,true,false,false],[14,61,0,true,true,false],[14,79,0,true,true,false],[15,12,0,true,true,false],[15,40,0,true,true,false],[15,62,0,true,false,false],[15,63,0,true,true,false],[15,81,0,true,true,false],[16,12,0,true,true,false],[16,40,0,true,true,false],[16,63,0,true,false,false],[16,64,0,true,true,false],[16,82,0,true,true,false],[19,12,0,true,true,false],[19,38,0,true,true,false],[19,60,0,true,false,false],[19,61,0,true,true,false],[19,77,0,true,true,false],[20,12,0,true,true,false],[20,39,0,true,true,false],[20,61,0,true,false,false],[20,62,0,true,true,false],[20,78,0,true,true,false],[23,12,0,true,true,false],[23,42,0,true,true,false],[23,70,0,true,false,false],[23,71,0,true,true,false],[23,88,0,true,true,false],[24,12,0,true,true,false],[24,36,0,true,false,false],[24,37,0,true,true,false],[24,54,0,true,true,false],[27,12,0,true,true,false],[27,41,0,true,true,false],[27,66,0,true,false,false],[27,67,0,true,true,false],[27,85,0,true,true,false],[30,12,0,true,true,false],[30,35,0,true,false,false],[30,36,0,true,true,false],[30,52,0,true,true,false],[33,12,0,true,true,false],[33,34,0,true,false,false],[33,35,0,true,true,false],[33,51,0,true,true,false],[35,19,0,true,false,false],[36,6,0,false,false,false],[39,60,0,true,true,false],[40,69,0,true,true,false],[40,83,0,true,true,false],[45,12,0,true,true,false],[45,38,0,true,true,false],[45,60,0,true,false,false],[45,61,0,true,true,false],[45,84,0,true,true,false],[46,12,0,true,true,false],[46,39,0,true,true,false],[46,61,0,true,false,false],[46,62,0,true,true,false],[46,86,0,true,true,false],[49,12,0,true,true,false],[49,37,0,true,true,false],[49,59,0,true,false,false],[49,60,0,true,true,false],[49,86,0,true,true,false],[50,12,0,true,true,false],[50,37,0,true,true,false],[50,60,0,true,false,false],[50,61,0,true,true,false],[50,88,0,true,true,false],[51,12,0,true,true,false],[51,40,0,true,true,false],[51,62,0,true,false,false],[51,63,0,true,true,false],[51,91,0,true,true,false],[52,12,0,true,true,false],[52,40,0,true,true,false],[52,63,0,true,false,false],[52,64,0,true,true,false],[52,93,0,true,true,false],[55,12,0,true,true,false],[55,42,0,true,true,false],[55,70,0,true,false,false],[55,71,0,true,true,false],[57,10,0,true,true,false],[58,12,0,true,true,false],[58,36,0,true,false,false],[58,37,0,true,true,false],[58,67,0,true,true,false],[61,12,0,true,true,false],[61,41,0,true,true,false],[61,66,0,true,false,false],[61,67,0,true,true,false],[61,87,0,true,true,false],[64,12,0,true,true,false],[64,34,0,true,false,false],[64,60,0,true,true,false],[64,91,0,true,true,false],[65,12,0,true,true,false],[65,38,0,true,false,false],[65,64,0,true,true,false],[65,94,0,true,true,false],[67,19,0,true,false,false],[68,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":76,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift","mcdc_records":[],"segments":[[15,28,12,true,true,false],[15,33,0,false,false,false],[17,30,12,true,true,false],[17,35,0,false,false,false],[19,31,12,true,true,false],[19,32,0,false,false,false],[21,33,12,true,true,false],[21,38,0,false,false,false],[23,36,12,true,true,false],[23,42,0,false,false,false],[25,35,12,true,true,false],[25,40,0,false,false,false],[29,30,12,true,true,false],[29,35,0,false,false,false],[31,27,12,true,true,false],[31,32,0,false,false,false],[39,33,12,true,true,false],[39,41,0,false,false,false],[41,37,12,true,true,false],[41,41,0,false,false,false],[43,35,12,true,true,false],[43,40,0,false,false,false],[45,36,12,true,true,false],[45,41,0,false,false,false],[47,28,12,true,true,false],[47,33,0,false,false,false],[49,33,12,true,true,false],[49,38,0,false,false,false],[51,36,12,true,true,false],[51,41,0,false,false,false],[58,32,12,true,true,false],[58,37,0,false,false,false],[62,39,12,true,true,false],[62,44,0,false,false,false],[65,34,0,true,true,false],[67,6,0,false,false,false],[72,27,0,true,true,false],[73,28,0,true,true,false],[73,67,0,true,false,false],[73,71,0,true,true,false],[73,110,0,true,false,false],[74,6,0,false,false,false],[77,31,0,true,true,false],[78,44,0,true,true,false],[78,60,0,true,true,false],[82,12,0,true,true,false],[82,45,0,true,false,false],[82,46,0,true,true,false],[84,10,0,true,true,false],[86,12,0,true,true,false],[86,30,0,true,false,false],[86,31,0,true,true,false],[86,47,0,true,true,false],[87,12,0,true,true,false],[87,30,0,true,false,false],[87,31,0,true,true,false],[87,46,0,true,true,false],[88,12,0,true,true,false],[88,43,0,true,false,false],[88,44,0,true,true,false],[88,59,0,true,true,false],[89,12,0,true,true,false],[89,46,0,true,false,false],[89,47,0,true,true,false],[89,62,0,true,true,false],[90,12,0,true,true,false],[90,37,0,true,false,false],[90,38,0,true,true,false],[90,53,0,true,true,false],[92,43,0,true,true,false],[94,10,0,true,true,false],[95,46,0,true,true,false],[95,92,0,true,false,false],[96,6,0,false,false,false],[99,26,0,true,true,false],[101,34,0,true,true,false],[101,55,0,true,false,false],[102,6,0,false,false,false],[106,38,0,true,true,false],[107,44,0,true,true,false],[107,60,0,true,true,false],[108,45,0,true,true,false],[108,61,0,true,true,false],[109,39,0,true,true,false],[109,55,0,true,true,false],[112,46,0,true,true,false],[112,62,0,true,true,false],[116,16,0,true,true,false],[116,72,0,true,false,false],[117,38,0,true,true,false],[117,57,0,true,false,false],[118,6,0,false,false,false],[120,36,0,true,true,false],[121,23,0,true,true,false],[121,45,0,true,false,false],[122,6,0,false,false,false],[125,27,0,true,true,false],[125,42,0,false,false,false],[126,27,0,true,true,false],[126,43,0,false,false,false],[132,28,0,true,true,false],[134,6,0,false,false,false],[138,33,0,true,true,false],[140,38,0,true,true,false],[140,53,0,true,true,false],[143,12,0,true,true,false],[143,27,0,true,false,false],[143,28,0,true,true,false],[143,43,0,true,true,false],[146,12,0,true,true,false],[146,35,0,true,false,false],[146,36,0,true,true,false],[146,51,0,true,true,false],[149,12,0,true,true,false],[149,32,0,true,false,false],[149,33,0,true,true,false],[149,48,0,true,true,false],[156,9,0,true,true,false],[158,10,0,true,true,false],[161,21,0,true,false,false],[162,6,0,false,false,false],[165,32,0,true,true,false],[167,12,0,true,true,false],[167,21,0,true,false,false],[167,37,0,true,true,false],[169,10,0,true,true,false],[171,12,0,true,true,false],[171,22,0,true,false,false],[171,73,0,true,true,false],[173,10,0,true,true,false],[175,44,0,true,true,false],[177,10,0,true,true,false],[181,12,0,true,true,false],[181,37,0,true,false,false],[181,38,0,true,true,false],[183,40,0,true,true,false],[183,49,0,true,false,false],[183,52,0,true,true,false],[183,61,0,true,false,false],[184,10,0,true,true,false],[186,12,0,true,true,false],[186,30,0,true,false,false],[186,55,0,true,true,false],[188,10,0,true,true,false],[190,33,0,true,false,false],[191,6,0,false,false,false],[193,50,0,true,true,false],[194,36,0,true,true,false],[194,52,0,true,true,false],[195,55,0,true,false,false],[196,6,0,false,false,false],[199,30,0,true,true,false],[201,6,0,false,false,false],[204,34,0,true,true,false],[205,44,0,true,true,false],[205,59,0,true,true,false],[206,12,0,true,true,false],[206,30,0,true,false,false],[206,31,0,true,true,false],[206,46,0,true,true,false],[207,12,0,true,true,false],[207,30,0,true,false,false],[207,31,0,true,true,false],[207,47,0,true,true,false],[208,12,0,true,true,false],[208,47,0,true,true,false],[208,81,0,true,false,false],[208,85,0,true,true,false],[208,110,0,true,false,false],[208,111,0,true,true,false],[210,10,0,true,true,false],[212,12,0,true,true,false],[212,38,0,true,false,false],[212,87,0,true,true,false],[214,10,0,true,true,false],[215,43,0,true,true,false],[217,10,0,true,true,false],[218,20,0,true,false,false],[219,6,0,false,false,false],[222,41,0,true,true,false],[224,6,0,false,false,false],[227,33,0,true,true,false],[229,6,0,false,false,false],[232,29,12,true,true,false],[232,34,0,false,false,false],[243,46,12,true,true,false],[243,47,0,false,false,false],[245,36,12,true,true,false],[245,41,0,false,false,false],[249,40,0,true,true,false],[267,6,0,false,false,false],[270,34,0,true,true,false],[272,6,0,false,false,false],[275,36,0,true,true,false],[277,6,0,false,false,false],[280,35,0,true,true,false],[282,6,0,false,false,false],[285,28,0,true,true,false],[287,6,0,false,false,false],[290,31,0,true,true,false],[292,6,0,false,false,false],[295,29,0,true,true,false],[297,6,0,false,false,false],[300,35,0,true,true,false],[301,72,0,true,true,false],[301,86,0,true,true,false],[302,76,0,true,false,false],[303,6,0,false,false,false],[305,25,0,true,true,false],[307,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":54,"covered":20,"percent":37.037037037037038},"instantiations":{"count":54,"covered":20,"percent":37.037037037037038},"lines":{"count":205,"covered":20,"percent":9.7560975609756095},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":20,"notcovered":113,"percent":15.037593984962406}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift","mcdc_records":[],"segments":[[10,31,0,true,true,false],[10,32,0,false,false,false],[16,38,0,true,true,false],[16,53,0,false,false,false],[17,39,0,true,true,false],[17,44,0,false,false,false],[20,25,0,true,true,false],[21,49,0,true,true,false],[23,24,0,true,true,false],[24,57,0,true,true,false],[26,24,0,true,true,false],[26,46,0,true,false,false],[26,47,0,true,true,false],[28,22,0,true,false,false],[28,28,0,true,true,false],[30,22,0,true,false,false],[37,32,0,true,true,false],[39,24,0,true,true,false],[41,18,0,true,false,false],[41,26,0,true,true,false],[42,40,0,true,true,false],[45,22,0,true,false,false],[64,20,0,true,true,false],[64,38,0,true,false,false],[64,39,0,true,true,false],[65,28,0,true,true,false],[67,22,0,true,false,false],[67,30,0,true,true,false],[71,22,0,true,false,false],[75,18,0,true,true,false],[76,14,0,true,false,false],[79,44,0,true,true,false],[81,54,0,true,true,false],[81,97,0,true,false,false],[82,25,0,true,true,false],[83,61,0,true,true,false],[85,22,0,true,false,false],[90,39,0,true,true,false],[93,57,0,true,true,false],[93,80,0,true,false,false],[93,85,0,true,true,false],[93,128,0,true,false,false],[94,25,0,true,true,false],[97,18,0,true,false,false],[98,27,0,true,true,false],[101,18,0,true,false,false],[104,6,0,false,false,false],[106,39,0,true,true,false],[107,28,0,true,true,false],[114,10,0,true,false,false],[117,6,0,false,false,false],[119,41,0,true,true,false],[120,28,0,true,true,false],[121,43,0,true,true,false],[125,30,0,true,true,false],[125,51,0,true,false,false],[126,30,0,true,true,false],[129,70,0,true,true,false],[131,30,0,true,false,false],[135,28,0,true,true,false],[135,56,0,true,false,false],[136,31,0,true,true,false],[137,65,0,true,true,false],[139,26,0,true,false,false],[141,31,0,true,true,false],[145,64,0,true,true,false],[147,26,0,true,false,false],[157,80,0,true,true,false],[157,84,0,true,false,false],[158,6,0,false,false,false],[160,58,0,true,true,false],[161,38,0,true,true,false],[163,68,0,true,true,false],[165,14,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[172,54,0,true,true,false],[177,6,0,false,false,false],[196,21,0,true,true,false],[196,43,0,false,false,false],[198,29,0,true,true,false],[199,12,0,true,true,false],[199,34,0,true,false,false],[199,35,0,true,true,false],[201,10,0,true,true,false],[202,26,0,true,false,false],[203,6,0,false,false,false],[205,135,0,true,true,false],[212,6,0,false,false,false],[218,40,0,true,true,false],[219,72,0,true,true,false],[220,58,0,true,true,false],[221,62,0,true,true,false],[222,80,0,true,true,false],[223,76,0,true,true,false],[224,81,0,true,true,false],[225,81,0,true,true,false],[225,85,0,true,true,false],[225,89,0,true,false,false],[226,6,0,false,false,false],[233,53,0,true,true,false],[233,55,0,false,false,false],[234,46,0,true,true,false],[234,48,0,false,false,false],[236,12,0,true,true,false],[238,6,0,false,false,false],[241,36,0,true,true,false],[242,14,0,true,true,false],[246,69,0,true,true,false],[246,115,0,true,false,false],[248,18,0,true,true,false],[252,14,0,true,true,false],[255,86,0,true,true,false],[256,46,0,true,true,false],[256,60,0,true,true,false],[258,24,0,true,true,false],[258,38,0,true,false,false],[259,17,0,true,true,false],[261,84,0,true,true,false],[261,98,0,true,true,false],[269,22,0,true,false,false],[270,17,0,true,true,false],[278,22,0,true,false,false],[279,17,0,true,true,false],[281,31,0,true,false,false],[286,57,0,true,true,false],[286,61,0,true,false,false],[289,6,0,false,false,false],[292,46,0,true,true,false],[293,25,0,true,true,false],[293,100,0,true,false,false],[294,6,0,false,false,false],[300,66,0,true,true,false],[305,12,0,true,true,false],[305,31,0,true,false,false],[305,32,0,true,true,false],[305,44,0,true,true,false],[309,12,0,true,true,false],[309,30,0,true,false,false],[309,31,0,true,true,false],[309,43,0,true,true,false],[313,12,0,true,true,false],[313,33,0,true,false,false],[313,34,0,true,true,false],[313,46,0,true,true,false],[317,12,0,true,true,false],[317,33,0,true,false,false],[317,34,0,true,true,false],[317,46,0,true,true,false],[320,17,0,true,false,false],[321,6,0,false,false,false],[324,81,0,true,true,false],[326,102,0,true,true,false],[328,10,0,true,true,false],[338,27,0,true,true,false],[339,16,0,true,true,false],[339,60,0,true,false,false],[339,61,0,true,true,false],[341,14,0,true,true,false],[342,10,0,true,true,false],[344,21,0,true,false,false],[345,6,0,false,false,false],[347,52,0,true,true,false],[350,6,0,false,false,false],[352,55,0,true,true,false],[353,51,0,true,true,false],[353,74,0,true,false,false],[353,76,0,true,true,false],[355,10,0,true,false,false],[357,6,0,false,false,false],[359,36,0,true,true,false],[360,28,0,true,true,false],[360,43,0,true,false,false],[362,6,0,false,false,false],[364,62,0,true,true,false],[371,6,0,false,false,false],[374,70,0,true,true,false],[376,6,0,false,false,false],[378,36,0,true,true,false],[380,74,0,true,true,false],[380,78,0,true,false,false],[382,14,0,true,true,false],[384,61,0,true,true,false],[384,107,0,true,false,false],[384,114,0,true,true,false],[386,14,0,true,true,false],[388,81,0,true,true,false],[388,91,0,true,true,false],[391,39,0,true,true,false],[391,69,0,true,false,false],[393,42,0,true,true,false],[394,53,0,true,true,false],[394,69,0,true,false,false],[395,17,0,true,true,false],[396,75,0,true,false,false],[397,17,0,true,true,false],[398,43,0,true,false,false],[399,18,0,true,true,false],[401,74,0,true,true,false],[401,95,0,true,false,false],[401,97,0,true,true,false],[405,18,0,true,false,false],[405,24,0,true,true,false],[412,18,0,true,false,false],[413,14,0,true,true,false],[421,55,0,true,true,false],[421,59,0,true,false,false],[423,6,0,false,false,false],[432,31,0,true,true,false],[432,32,0,false,false,false],[441,37,0,true,true,false],[441,42,0,false,false,false],[442,52,0,true,true,false],[442,57,0,false,false,false],[443,6,0,true,true,false],[443,47,0,false,false,false],[443,87,0,true,true,false],[443,110,0,false,false,false],[444,6,0,true,true,false],[444,62,0,false,false,false],[444,109,0,true,true,false],[444,113,0,false,false,false],[446,57,0,true,true,false],[448,6,0,false,false,false],[449,36,0,true,true,false],[451,6,0,false,false,false],[453,36,0,true,true,false],[454,39,0,true,true,false],[454,42,0,true,false,false],[454,45,0,true,true,false],[454,48,0,true,false,false],[456,6,0,false,false,false],[458,25,0,true,true,false],[459,28,0,true,true,false],[461,19,0,true,true,false],[462,20,0,true,true,false],[462,30,0,true,false,false],[462,31,0,true,true,false],[470,18,0,true,false,false],[470,36,0,true,true,false],[477,18,0,true,false,false],[477,24,0,true,true,false],[478,55,0,true,true,false],[478,65,0,true,false,false],[478,68,0,true,true,false],[478,75,0,true,false,false],[488,46,0,true,true,false],[488,54,0,true,false,false],[488,57,0,true,true,false],[488,67,0,true,false,false],[496,16,0,true,true,false],[496,26,0,true,false,false],[496,47,0,true,true,false],[496,62,0,true,false,false],[496,63,0,true,true,false],[497,24,0,true,true,false],[499,67,0,true,true,false],[512,22,0,true,false,false],[512,28,0,true,true,false],[514,22,0,true,false,false],[515,26,0,true,true,false],[519,18,0,true,false,false],[524,36,0,true,true,false],[529,22,0,true,false,false],[531,62,0,true,true,false],[533,18,0,true,false,false],[534,14,0,true,true,false],[543,43,0,true,true,false],[543,60,0,true,false,false],[543,63,0,true,true,false],[543,73,0,true,false,false],[553,36,0,true,true,false],[553,61,0,true,false,false],[553,64,0,true,true,false],[553,75,0,true,false,false],[555,18,0,true,true,false],[558,39,0,true,true,false],[558,50,0,true,false,false],[558,53,0,true,true,false],[558,56,0,true,false,false],[560,23,0,true,true,false],[560,34,0,true,false,false],[561,15,0,true,true,false],[563,10,0,true,false,false],[564,6,0,false,false,false],[566,35,0,true,true,false],[567,12,0,true,true,false],[567,25,0,true,false,false],[567,26,0,true,true,false],[569,10,0,true,false,false],[569,16,0,true,true,false],[571,10,0,true,false,false],[572,6,0,false,false,false],[582,30,0,true,true,false],[582,32,0,false,false,false],[583,68,0,true,true,false],[583,72,0,false,false,false],[584,37,0,true,true,false],[584,39,0,false,false,false],[585,35,0,true,true,false],[585,37,0,false,false,false],[586,6,0,true,true,false],[586,47,0,false,false,false],[586,87,0,true,true,false],[586,110,0,false,false,false],[587,6,0,true,true,false],[587,62,0,false,false,false],[587,109,0,true,true,false],[587,113,0,false,false,false],[589,57,0,true,true,false],[591,6,0,false,false,false],[593,25,0,true,true,false],[594,29,0,true,true,false],[598,18,0,true,true,false],[600,26,0,true,true,false],[600,40,0,true,false,false],[601,26,0,true,true,false],[601,49,0,true,false,false],[607,56,0,true,true,false],[610,18,0,true,false,false],[614,20,0,true,true,false],[614,38,0,true,false,false],[614,39,0,true,true,false],[615,28,0,true,true,false],[619,45,0,true,true,false],[621,26,0,true,false,false],[628,24,0,true,true,false],[632,18,0,true,false,false],[634,48,0,true,true,false],[638,18,0,true,true,false],[639,14,0,true,false,false],[641,20,0,true,true,false],[642,34,0,true,true,false],[642,47,0,true,false,false],[646,31,0,true,true,false],[646,41,0,true,false,false],[654,6,0,false,false,false],[656,42,0,true,true,false],[657,12,0,true,true,false],[657,33,0,true,false,false],[657,34,0,true,true,false],[657,58,0,true,true,false],[658,12,0,true,true,false],[658,57,0,true,false,false],[658,58,0,true,true,false],[658,100,0,true,true,false],[659,12,0,true,true,false],[659,48,0,true,false,false],[659,49,0,true,true,false],[659,107,0,true,true,false],[660,12,0,true,true,false],[660,30,0,true,false,false],[660,31,0,true,true,false],[660,61,0,true,true,false],[660,77,0,true,false,false],[660,80,0,true,true,false],[660,91,0,true,false,false],[660,93,0,true,true,false],[661,19,0,true,false,false],[662,6,0,false,false,false],[664,25,0,true,true,false],[669,44,0,true,true,false],[669,64,0,true,true,false],[669,67,0,true,false,false],[669,70,0,true,true,false],[669,78,0,true,false,false],[669,82,0,true,true,false],[669,85,0,true,false,false],[672,6,0,false,false,false],[674,33,0,true,true,false],[683,12,0,true,true,false],[683,35,0,true,false,false],[683,57,0,true,true,false],[685,62,0,true,true,false],[685,64,0,true,false,false],[687,6,0,false,false,false],[689,39,0,true,true,false],[691,6,0,false,false,false],[693,36,0,true,true,false],[695,6,0,false,false,false],[697,55,0,true,true,false],[700,35,0,true,true,false],[703,10,0,true,true,false],[704,67,0,true,true,false],[706,10,0,true,false,false],[706,19,0,true,true,false],[706,55,0,true,false,false],[706,56,0,true,true,false],[708,10,0,true,false,false],[708,16,0,true,true,false],[710,10,0,true,false,false],[711,6,0,false,false,false],[727,6,0,true,true,false],[727,47,0,false,false,false],[727,87,0,true,true,false],[727,110,0,false,false,false],[728,6,0,true,true,false],[728,62,0,false,false,false],[728,109,0,true,true,false],[728,113,0,false,false,false],[730,57,0,true,true,false],[732,6,0,false,false,false],[739,7,0,true,true,false],[747,61,0,true,true,false],[747,63,0,true,false,false],[748,6,0,false,false,false],[750,25,0,true,true,false],[751,29,0,true,true,false],[755,18,0,true,true,false],[757,26,0,true,true,false],[757,40,0,true,false,false],[758,26,0,true,true,false],[758,49,0,true,false,false],[764,56,0,true,true,false],[767,18,0,true,false,false],[771,20,0,true,true,false],[771,38,0,true,false,false],[771,39,0,true,true,false],[772,28,0,true,true,false],[776,45,0,true,true,false],[778,26,0,true,false,false],[785,24,0,true,true,false],[789,18,0,true,false,false],[791,48,0,true,true,false],[795,18,0,true,true,false],[796,14,0,true,false,false],[798,20,0,true,true,false],[799,54,0,true,true,false],[799,68,0,true,false,false],[802,34,0,true,true,false],[802,47,0,true,false,false],[805,32,0,true,true,false],[805,42,0,true,false,false],[813,6,0,false,false,false],[815,42,0,true,true,false],[816,12,0,true,true,false],[816,33,0,true,false,false],[816,34,0,true,true,false],[816,58,0,true,true,false],[817,12,0,true,true,false],[817,57,0,true,false,false],[817,58,0,true,true,false],[817,100,0,true,true,false],[818,12,0,true,true,false],[818,73,0,true,false,false],[818,112,0,true,true,false],[820,10,0,true,true,false],[821,12,0,true,true,false],[821,30,0,true,false,false],[821,31,0,true,true,false],[822,41,0,true,true,false],[822,57,0,true,false,false],[822,60,0,true,true,false],[822,71,0,true,false,false],[823,10,0,true,true,false],[824,19,0,true,false,false],[825,6,0,false,false,false],[827,25,0,true,true,false],[832,49,0,true,true,false],[832,69,0,true,true,false],[832,72,0,true,false,false],[832,75,0,true,true,false],[832,83,0,true,false,false],[832,87,0,true,true,false],[832,90,0,true,false,false],[834,6,0,false,false,false],[836,33,0,true,true,false],[845,12,0,true,true,false],[845,35,0,true,false,false],[845,57,0,true,true,false],[847,62,0,true,true,false],[847,64,0,true,false,false],[849,6,0,false,false,false],[851,39,0,true,true,false],[853,6,0,false,false,false],[855,36,0,true,true,false],[857,6,0,false,false,false],[859,55,0,true,true,false],[862,35,0,true,true,false],[865,10,0,true,true,false],[866,67,0,true,true,false],[868,10,0,true,false,false],[868,19,0,true,true,false],[868,55,0,true,false,false],[868,56,0,true,true,false],[870,10,0,true,false,false],[870,16,0,true,true,false],[872,10,0,true,false,false],[873,6,0,false,false,false],[881,70,0,true,true,false],[883,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":146,"covered":0,"percent":0},"instantiations":{"count":147,"covered":0,"percent":0},"lines":{"count":1602,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":292,"covered":0,"notcovered":292,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[13,6,0,false,false,false],[18,18,0,true,true,false],[19,50,0,true,true,false],[19,85,0,true,false,false],[19,88,0,true,true,false],[19,89,0,true,false,false],[24,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":10,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift","mcdc_records":[],"segments":[[11,41,0,true,true,false],[13,40,0,true,true,false],[17,16,0,true,true,false],[17,60,0,true,false,false],[19,13,0,true,true,false],[21,40,0,true,true,false],[21,41,0,true,false,false],[22,66,0,true,true,false],[24,22,0,true,false,false],[26,14,0,true,true,false],[27,10,0,true,false,false],[29,6,0,false,false,false],[32,82,0,true,true,false],[35,49,0,true,true,false],[35,102,0,true,false,false],[36,47,0,true,true,false],[36,50,0,true,false,false],[39,23,0,true,true,false],[41,10,0,true,false,false],[41,18,0,true,true,false],[42,79,0,true,true,false],[46,14,0,true,false,false],[46,20,0,true,true,false],[51,14,0,true,false,false],[56,6,0,false,false,false],[59,57,0,true,true,false],[65,16,0,true,true,false],[65,93,0,true,false,false],[75,49,0,true,true,false],[77,64,0,true,true,false],[77,117,0,true,false,false],[77,119,0,true,true,false],[79,14,0,true,false,false],[81,6,0,false,false,false],[84,37,0,true,true,false],[85,16,0,true,true,false],[88,10,0,true,false,false],[88,18,0,true,true,false],[89,33,0,true,true,false],[90,75,0,true,true,false],[90,86,0,true,false,false],[90,89,0,true,true,false],[90,96,0,true,false,false],[93,70,0,true,true,false],[93,71,0,true,false,false],[93,74,0,true,true,false],[93,77,0,true,false,false],[105,6,0,false,false,false],[108,33,0,true,true,false],[109,16,0,true,true,false],[114,10,0,true,false,false],[117,6,0,false,false,false],[120,36,0,true,true,false],[121,12,0,true,true,false],[121,37,0,true,false,false],[121,38,0,true,true,false],[122,20,0,true,true,false],[128,14,0,true,false,false],[130,16,0,true,true,false],[131,65,0,true,true,false],[133,14,0,true,false,false],[135,6,0,false,false,false],[138,71,0,true,true,false],[139,16,0,true,true,false],[141,10,0,true,false,false],[141,18,0,true,true,false],[142,33,0,true,true,false],[143,40,0,true,true,false],[147,18,0,true,false,false],[147,24,0,true,true,false],[151,18,0,true,false,false],[152,43,0,true,true,false],[152,52,0,true,false,false],[156,20,0,true,true,false],[156,92,0,true,false,false],[156,93,0,true,true,false],[160,18,0,true,true,false],[161,14,0,true,false,false],[169,88,0,true,true,false],[169,118,0,true,false,false],[170,50,0,true,true,false],[170,63,0,true,false,false],[171,6,0,false,false,false],[173,56,0,true,true,false],[176,9,0,true,true,false],[177,36,0,true,true,false],[177,92,0,true,true,false],[177,94,0,true,false,false],[185,6,0,false,false,false],[188,36,0,true,true,false],[189,16,0,true,true,false],[192,10,0,true,false,false],[192,18,0,true,true,false],[193,33,0,true,true,false],[200,14,0,true,false,false],[208,6,0,false,false,false],[211,43,0,true,true,false],[222,6,0,false,false,false],[225,28,0,true,true,false],[226,69,0,true,true,false],[226,79,0,true,true,false],[227,14,0,true,true,false],[232,16,0,true,true,false],[234,39,0,true,true,false],[235,116,0,true,true,false],[236,18,0,true,true,false],[239,20,0,true,true,false],[239,36,0,true,false,false],[239,37,0,true,true,false],[240,71,0,true,true,false],[243,18,0,true,true,false],[244,14,0,true,false,false],[244,21,0,true,true,false],[246,14,0,true,true,false],[249,33,0,true,true,false],[251,14,0,true,false,false],[259,6,0,false,false,false],[262,32,0,true,true,false],[271,12,0,true,true,false],[271,35,0,true,false,false],[271,57,0,true,true,false],[274,66,0,true,true,false],[274,87,0,true,false,false],[277,6,0,false,false,false],[280,42,0,true,true,false],[281,16,0,true,true,false],[281,36,0,true,false,false],[282,9,0,true,true,false],[283,46,0,true,false,false],[284,9,0,true,true,false],[285,44,0,true,false,false],[286,9,0,true,true,false],[287,51,0,true,false,false],[288,10,0,true,true,false],[289,6,0,false,false,false],[292,29,0,true,true,false],[293,16,0,true,true,false],[293,36,0,true,false,false],[294,9,0,true,true,false],[295,42,0,true,false,false],[296,9,0,true,true,false],[297,55,0,true,false,false],[298,9,0,true,true,false],[300,56,0,true,false,false],[301,10,0,true,true,false],[304,6,0,false,false,false],[307,42,0,true,true,false],[312,13,0,true,true,false],[312,50,0,true,false,false],[313,13,0,true,true,false],[313,41,0,true,false,false],[314,13,0,true,true,false],[314,84,0,true,false,false],[315,13,0,true,true,false],[315,34,0,true,false,false],[316,12,0,true,true,false],[316,24,0,true,false,false],[316,25,0,true,true,false],[318,10,0,true,false,false],[321,12,0,true,true,false],[321,41,0,true,false,false],[321,42,0,true,true,false],[323,10,0,true,false,false],[326,12,0,true,true,false],[326,52,0,true,false,false],[326,53,0,true,true,false],[328,10,0,true,false,false],[331,6,0,false,false,false],[335,56,0,true,true,false],[343,38,0,true,true,false],[344,20,0,true,true,false],[344,24,0,true,false,false],[345,13,0,true,true,false],[347,55,0,true,true,false],[349,18,0,true,false,false],[351,77,0,true,true,false],[353,18,0,true,false,false],[355,13,0,true,true,false],[357,57,0,true,true,false],[359,18,0,true,false,false],[362,78,0,true,true,false],[364,18,0,true,false,false],[366,78,0,true,true,false],[368,18,0,true,false,false],[371,56,0,true,true,false],[373,18,0,true,false,false],[375,78,0,true,true,false],[377,18,0,true,false,false],[379,13,0,true,true,false],[381,57,0,true,true,false],[383,18,0,true,false,false],[386,78,0,true,true,false],[388,18,0,true,false,false],[390,78,0,true,true,false],[392,18,0,true,false,false],[396,55,0,true,true,false],[398,18,0,true,false,false],[400,77,0,true,true,false],[402,18,0,true,false,false],[404,78,0,true,true,false],[406,18,0,true,false,false],[407,14,0,true,true,false],[408,10,0,true,false,false],[409,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":65,"covered":0,"percent":0},"lines":{"count":677,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[10,16,0,true,true,false],[10,36,0,true,false,false],[11,9,0,true,true,false],[12,41,0,true,false,false],[13,9,0,true,true,false],[15,37,0,true,true,false],[15,39,0,true,false,false],[15,42,0,true,true,false],[15,76,0,true,false,false],[16,9,0,true,true,false],[18,37,0,true,true,false],[18,39,0,true,false,false],[18,42,0,true,true,false],[18,76,0,true,false,false],[20,6,0,false,false,false],[24,39,0,true,true,false],[25,16,0,true,true,false],[25,36,0,true,false,false],[26,9,0,true,true,false],[28,17,0,true,false,false],[29,9,0,true,true,false],[30,42,0,true,false,false],[31,9,0,true,true,false],[32,53,0,true,false,false],[33,10,0,true,true,false],[34,6,0,false,false,false],[37,41,0,true,true,false],[38,16,0,true,true,false],[38,36,0,true,false,false],[39,9,0,true,true,false],[40,40,0,true,false,false],[41,9,0,true,true,false],[42,38,0,true,false,false],[43,9,0,true,true,false],[44,45,0,true,false,false],[45,10,0,true,true,false],[46,6,0,false,false,false],[49,36,0,true,true,false],[51,13,0,true,true,false],[51,40,0,true,false,false],[52,13,0,true,true,false],[52,38,0,true,false,false],[53,13,0,true,true,false],[53,43,0,true,false,false],[54,13,0,true,true,false],[54,45,0,true,false,false],[55,6,0,false,false,false],[58,31,0,true,true,false],[61,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":48,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift","mcdc_records":[],"segments":[[7,38,0,true,true,false],[8,16,0,true,true,false],[10,10,0,true,false,false],[10,18,0,true,true,false],[11,32,0,true,true,false],[18,14,0,true,false,false],[34,78,0,true,true,false],[36,10,0,true,false,false],[37,6,0,false,false,false],[40,39,0,true,true,false],[41,49,0,true,true,false],[42,55,0,true,true,false],[45,20,0,true,true,false],[45,56,0,true,false,false],[45,57,0,true,true,false],[47,18,0,true,true,false],[48,14,0,true,false,false],[51,16,0,true,true,false],[51,53,0,true,false,false],[51,54,0,true,true,false],[54,57,0,true,true,false],[61,35,0,true,true,false],[63,112,0,true,true,false],[64,38,0,true,true,false],[66,34,0,true,false,false],[73,14,0,true,true,false],[74,10,0,true,false,false],[80,6,0,false,false,false],[83,62,0,true,true,false],[86,23,0,true,true,false],[87,55,0,true,true,false],[89,14,0,true,false,false],[91,96,0,true,true,false],[92,22,0,true,true,false],[94,18,0,true,false,false],[97,16,0,true,true,false],[97,34,0,true,false,false],[97,35,0,true,true,false],[99,14,0,true,false,false],[100,18,0,true,true,false],[101,33,0,true,true,false],[102,48,0,true,true,false],[102,71,0,true,false,false],[102,74,0,true,true,false],[102,82,0,true,false,false],[104,51,0,true,true,false],[104,68,0,true,false,false],[104,71,0,true,true,false],[104,81,0,true,false,false],[107,57,0,true,true,false],[115,18,0,true,false,false],[125,6,0,false,false,false],[128,41,0,true,true,false],[130,6,0,false,false,false],[139,27,0,true,true,false],[140,20,0,true,true,false],[140,24,0,true,false,false],[141,13,0,true,true,false],[141,33,0,true,false,false],[142,13,0,true,true,false],[142,33,0,true,false,false],[143,13,0,true,true,false],[143,40,0,true,false,false],[144,13,0,true,true,false],[144,40,0,true,false,false],[145,14,0,true,true,false],[146,10,0,false,false,false],[148,33,0,true,true,false],[149,20,0,true,true,false],[149,24,0,true,false,false],[150,13,0,true,true,false],[151,47,0,true,false,false],[152,13,0,true,true,false],[153,86,0,true,false,false],[154,13,0,true,true,false],[155,79,0,true,false,false],[156,13,0,true,true,false],[157,55,0,true,false,false],[158,14,0,true,true,false],[159,10,0,false,false,false],[161,62,0,true,true,false],[162,20,0,true,true,false],[162,24,0,true,false,false],[163,13,0,true,true,false],[163,32,0,true,false,false],[164,13,0,true,true,false],[164,39,0,true,false,false],[165,13,0,true,true,false],[165,37,0,true,false,false],[166,13,0,true,true,false],[166,38,0,true,false,false],[167,14,0,true,true,false],[168,10,0,false,false,false],[170,91,0,true,true,false],[171,20,0,true,true,false],[171,32,0,true,false,false],[172,13,0,true,true,false],[172,32,0,true,false,false],[173,13,0,true,true,false],[173,39,0,true,false,false],[174,13,0,true,true,false],[174,37,0,true,false,false],[175,13,0,true,true,false],[175,38,0,true,false,false],[176,14,0,true,true,false],[177,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":329,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift","mcdc_records":[],"segments":[[8,46,0,true,true,false],[9,28,0,true,true,false],[11,20,0,true,true,false],[16,14,0,true,false,false],[22,16,0,true,true,false],[22,33,0,true,false,false],[22,34,0,true,true,false],[23,24,0,true,true,false],[28,18,0,true,false,false],[31,20,0,true,true,false],[32,48,0,true,true,false],[34,18,0,true,false,false],[38,20,0,true,true,false],[40,14,0,true,false,false],[40,22,0,true,true,false],[41,37,0,true,true,false],[48,18,0,true,false,false],[58,6,0,false,false,false],[61,65,0,true,true,false],[63,54,0,true,true,false],[63,62,0,true,false,false],[66,23,0,true,true,false],[75,96,0,true,true,false],[76,22,0,true,true,false],[78,18,0,true,false,false],[80,18,0,true,true,false],[81,33,0,true,true,false],[89,20,0,true,true,false],[89,30,0,true,false,false],[89,31,0,true,true,false],[93,18,0,true,true,false],[94,14,0,true,false,false],[103,6,0,false,false,false],[106,26,0,true,true,false],[107,14,0,true,true,false],[113,35,0,true,true,false],[119,99,0,true,true,false],[122,18,0,true,false,false],[122,24,0,true,true,false],[123,101,0,true,true,false],[123,110,0,true,false,false],[126,49,0,true,true,false],[126,53,0,true,false,false],[126,56,0,true,true,false],[126,64,0,true,false,false],[127,20,0,true,true,false],[127,55,0,true,false,false],[127,56,0,true,true,false],[129,18,0,true,false,false],[130,14,0,true,true,false],[134,25,0,true,true,false],[134,62,0,true,true,false],[134,95,0,true,false,false],[135,36,0,true,true,false],[136,52,0,true,true,false],[136,64,0,true,true,false],[137,52,0,true,true,false],[137,64,0,true,true,false],[139,58,0,true,true,false],[139,66,0,true,false,false],[140,20,0,true,true,false],[140,55,0,true,false,false],[140,56,0,true,true,false],[142,18,0,true,false,false],[143,14,0,true,true,false],[145,33,0,true,true,false],[146,41,0,true,true,false],[146,62,0,true,false,false],[149,6,0,false,false,false],[151,63,0,true,true,false],[157,6,0,false,false,false],[159,57,0,true,true,false],[162,13,0,true,true,false],[162,52,0,true,false,false],[163,13,0,true,true,false],[163,120,0,true,false,false],[164,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":345,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift","mcdc_records":[],"segments":[[9,42,0,true,true,false],[10,28,0,true,true,false],[12,20,0,true,true,false],[17,14,0,true,false,false],[23,60,0,true,true,false],[25,14,0,true,false,false],[28,20,0,true,true,false],[31,14,0,true,false,false],[31,22,0,true,true,false],[32,37,0,true,true,false],[39,18,0,true,false,false],[48,6,0,false,false,false],[51,57,0,true,true,false],[58,23,0,true,true,false],[60,10,0,true,false,false],[60,18,0,true,true,false],[61,33,0,true,true,false],[62,51,0,true,true,false],[62,76,0,true,false,false],[62,79,0,true,true,false],[62,99,0,true,false,false],[64,54,0,true,true,false],[64,59,0,true,false,false],[64,62,0,true,true,false],[64,70,0,true,false,false],[69,20,0,true,true,false],[69,30,0,true,false,false],[69,31,0,true,true,false],[73,18,0,true,true,false],[74,14,0,true,false,false],[83,6,0,false,false,false],[86,45,0,true,true,false],[95,92,0,true,true,false],[96,18,0,true,true,false],[98,14,0,true,false,false],[100,6,0,false,false,false],[103,89,0,true,true,false],[104,58,0,true,true,false],[104,68,0,true,true,false],[113,12,0,true,true,false],[113,19,0,true,false,false],[113,20,0,true,true,false],[117,10,0,true,false,false],[117,16,0,true,true,false],[120,10,0,true,false,false],[121,6,0,false,false,false],[124,42,0,true,true,false],[125,29,0,true,true,false],[134,33,0,true,true,false],[135,34,0,true,true,false],[137,18,0,true,false,false],[141,34,0,true,true,false],[142,24,0,true,true,false],[142,45,0,true,false,false],[142,46,0,true,true,false],[146,30,0,true,true,false],[149,26,0,true,false,false],[159,6,0,false,false,false],[162,29,0,true,true,false],[171,12,0,true,true,false],[171,35,0,true,false,false],[171,57,0,true,true,false],[175,66,0,true,true,false],[175,87,0,true,false,false],[179,6,0,false,false,false],[182,73,0,true,true,false],[184,16,0,true,true,false],[189,10,0,true,false,false],[195,111,0,true,true,false],[196,36,0,true,true,false],[198,14,0,true,false,false],[202,6,0,false,false,false],[205,70,0,true,true,false],[207,16,0,true,true,false],[211,10,0,true,false,false],[211,18,0,true,true,false],[212,32,0,true,true,false],[213,24,0,true,true,false],[215,44,0,true,true,false],[215,74,0,true,false,false],[215,77,0,true,true,false],[215,104,0,true,false,false],[219,55,0,true,true,false],[219,72,0,true,false,false],[219,75,0,true,true,false],[219,83,0,true,false,false],[225,51,0,true,true,false],[225,68,0,true,false,false],[225,71,0,true,true,false],[225,81,0,true,false,false],[234,6,0,false,false,false],[236,36,0,true,true,false],[237,12,0,true,true,false],[237,45,0,true,false,false],[237,46,0,true,true,false],[237,61,0,true,true,false],[238,51,0,true,true,false],[238,66,0,true,true,false],[239,21,0,true,false,false],[240,6,0,false,false,false],[242,38,0,true,true,false],[243,50,0,true,true,false],[244,32,0,true,true,false],[252,14,0,true,false,false],[258,41,0,true,true,false],[261,14,0,true,false,false],[270,53,0,true,true,false],[270,57,0,true,false,false],[270,60,0,true,true,false],[270,64,0,true,false,false],[276,6,0,false,false,false],[278,41,0,true,true,false],[279,16,0,true,true,false],[279,36,0,true,false,false],[280,9,0,true,true,false],[281,31,0,true,false,false],[282,9,0,true,true,false],[283,31,0,true,true,false],[283,46,0,true,false,false],[283,49,0,true,true,false],[283,77,0,true,false,false],[284,9,0,true,true,false],[285,27,0,true,false,false],[286,10,0,true,true,false],[287,6,0,false,false,false],[289,43,0,true,true,false],[290,16,0,true,true,false],[290,36,0,true,false,false],[291,9,0,true,true,false],[292,65,0,true,false,false],[293,9,0,true,true,false],[295,19,0,true,true,false],[295,75,0,true,false,false],[296,19,0,true,true,false],[296,76,0,true,false,false],[297,9,0,true,true,false],[298,37,0,true,false,false],[299,10,0,true,true,false],[300,6,0,false,false,false],[302,47,0,true,true,false],[303,16,0,true,true,false],[303,36,0,true,false,false],[304,9,0,true,true,false],[305,25,0,true,false,false],[306,9,0,true,true,false],[307,25,0,true,false,false],[308,9,0,true,true,false],[309,25,0,true,false,false],[310,10,0,true,true,false],[311,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":568,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift","mcdc_records":[],"segments":[[6,39,0,true,true,false],[9,23,0,true,true,false],[11,10,0,true,false,false],[11,18,0,true,true,false],[12,32,0,true,true,false],[19,14,0,true,false,false],[21,54,0,true,true,false],[21,64,0,true,false,false],[21,67,0,true,true,false],[21,75,0,true,false,false],[26,51,0,true,true,false],[26,78,0,true,false,false],[26,81,0,true,true,false],[26,112,0,true,false,false],[30,59,0,true,true,false],[30,85,0,true,false,false],[30,88,0,true,true,false],[30,118,0,true,false,false],[36,78,0,true,true,false],[38,10,0,true,false,false],[39,6,0,false,false,false],[42,87,0,true,true,false],[43,12,0,true,true,false],[43,40,0,true,false,false],[43,41,0,true,true,false],[45,10,0,true,false,false],[45,19,0,true,true,false],[45,56,0,true,false,false],[45,57,0,true,true,false],[46,54,0,true,true,false],[46,62,0,true,false,false],[47,19,0,true,true,false],[47,47,0,true,false,false],[47,48,0,true,true,false],[49,10,0,true,false,false],[49,19,0,true,true,false],[49,45,0,true,false,false],[49,46,0,true,true,false],[51,10,0,true,false,false],[51,16,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":84,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift","mcdc_records":[],"segments":[[7,37,0,true,true,false],[7,42,0,false,false,false],[9,62,0,true,true,false],[13,62,0,true,true,false],[13,65,0,true,false,false],[13,68,0,true,true,false],[13,95,0,true,true,false],[13,99,0,true,false,false],[13,102,0,true,true,false],[13,103,0,true,false,false],[16,22,0,true,true,false],[18,14,0,true,false,false],[19,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":15,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift","mcdc_records":[],"segments":[[12,57,0,true,true,false],[15,68,0,true,true,false],[17,14,0,true,false,false],[18,70,0,true,true,false],[20,14,0,true,false,false],[21,68,0,true,true,false],[23,14,0,true,false,false],[24,69,0,true,true,false],[26,14,0,true,false,false],[28,6,0,false,false,false],[31,44,0,true,true,false],[38,12,0,true,true,false],[38,35,0,true,false,false],[38,36,0,true,true,false],[38,69,0,true,false,false],[39,12,0,true,true,false],[39,32,0,true,false,false],[39,33,0,true,true,false],[39,57,0,true,false,false],[40,12,0,true,true,false],[40,28,0,true,false,false],[40,29,0,true,true,false],[40,55,0,true,false,false],[43,6,0,false,false,false],[45,43,0,true,true,false],[46,12,0,true,true,false],[46,35,0,true,false,false],[46,36,0,true,true,false],[48,10,0,true,true,false],[49,33,0,true,false,false],[50,6,0,false,false,false],[53,40,0,true,true,false],[54,76,0,true,true,false],[54,104,0,true,false,false],[54,108,0,true,true,false],[54,134,0,true,false,false],[60,27,0,true,true,false],[61,32,0,true,true,false],[63,24,0,true,true,false],[68,18,0,true,false,false],[68,26,0,true,true,false],[69,41,0,true,true,false],[70,65,0,true,true,false],[70,88,0,true,false,false],[70,91,0,true,true,false],[70,99,0,true,false,false],[72,68,0,true,true,false],[72,85,0,true,false,false],[72,88,0,true,true,false],[72,98,0,true,false,false],[92,24,0,true,true,false],[93,63,0,true,true,false],[94,28,0,true,true,false],[94,52,0,true,false,false],[94,53,0,true,true,false],[97,26,0,true,false,false],[100,26,0,true,true,false],[101,41,0,true,true,false],[102,68,0,true,true,false],[102,91,0,true,false,false],[102,94,0,true,true,false],[102,102,0,true,false,false],[104,71,0,true,true,false],[104,88,0,true,false,false],[104,91,0,true,true,false],[104,101,0,true,false,false],[112,72,0,true,true,false],[116,26,0,true,true,false],[117,69,0,true,true,false],[117,81,0,true,false,false],[117,84,0,true,true,false],[117,98,0,true,false,false],[130,20,0,true,true,false],[130,43,0,true,false,false],[130,44,0,true,true,false],[131,40,0,true,true,false],[132,66,0,true,true,false],[134,26,0,true,false,false],[137,18,0,true,true,false],[142,24,0,true,true,false],[143,63,0,true,true,false],[144,28,0,true,true,false],[144,49,0,true,false,false],[144,50,0,true,true,false],[147,26,0,true,false,false],[149,28,0,true,true,false],[149,48,0,true,false,false],[149,49,0,true,true,false],[151,26,0,true,false,false],[153,26,0,true,true,false],[154,41,0,true,true,false],[155,59,0,true,true,false],[155,82,0,true,false,false],[155,85,0,true,true,false],[155,93,0,true,false,false],[157,62,0,true,true,false],[157,79,0,true,false,false],[157,82,0,true,true,false],[157,92,0,true,false,false],[159,60,0,true,true,false],[163,26,0,true,false,false],[163,32,0,true,true,false],[167,26,0,true,false,false],[168,61,0,true,true,false],[168,73,0,true,false,false],[171,60,0,true,true,false],[175,26,0,true,true,false],[176,66,0,true,true,false],[176,78,0,true,false,false],[176,81,0,true,true,false],[176,95,0,true,false,false],[189,20,0,true,true,false],[189,40,0,true,false,false],[189,41,0,true,true,false],[192,18,0,true,true,false],[197,24,0,true,true,false],[201,18,0,true,false,false],[201,26,0,true,true,false],[202,41,0,true,true,false],[203,59,0,true,true,false],[203,82,0,true,false,false],[203,85,0,true,true,false],[203,93,0,true,false,false],[205,62,0,true,true,false],[205,79,0,true,false,false],[205,82,0,true,true,false],[205,92,0,true,false,false],[213,60,0,true,true,false],[217,26,0,true,true,false],[218,22,0,true,false,false],[231,24,0,true,true,false],[232,63,0,true,true,false],[233,28,0,true,true,false],[233,45,0,true,false,false],[233,46,0,true,true,false],[236,26,0,true,false,false],[238,28,0,true,true,false],[238,44,0,true,false,false],[238,45,0,true,true,false],[239,34,0,true,true,false],[239,78,0,true,false,false],[242,26,0,true,true,false],[243,41,0,true,true,false],[244,61,0,true,true,false],[244,84,0,true,false,false],[244,87,0,true,true,false],[244,95,0,true,false,false],[246,64,0,true,true,false],[246,81,0,true,false,false],[246,84,0,true,true,false],[246,94,0,true,false,false],[254,60,0,true,true,false],[258,26,0,true,true,false],[259,62,0,true,true,false],[259,74,0,true,false,false],[259,77,0,true,true,false],[259,91,0,true,false,false],[272,20,0,true,true,false],[272,36,0,true,false,false],[272,37,0,true,true,false],[275,18,0,true,true,false],[276,14,0,true,false,false],[292,19,0,true,true,false],[297,16,0,true,true,false],[297,36,0,true,false,false],[297,37,0,true,true,false],[299,14,0,true,false,false],[301,53,0,true,true,false],[303,10,0,true,false,false],[304,6,0,false,false,false],[307,40,0,true,true,false],[308,50,0,true,true,false],[312,10,0,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":1062,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":104,"covered":0,"notcovered":104,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift","mcdc_records":[],"segments":[[14,31,0,true,true,false],[14,32,0,false,false,false],[18,47,0,true,true,false],[18,50,0,false,false,false],[20,34,0,true,true,false],[20,51,0,false,false,false],[21,43,0,true,true,false],[21,48,0,false,false,false],[22,43,0,true,true,false],[22,48,0,false,false,false],[23,60,0,true,true,false],[23,62,0,false,false,false],[24,37,0,true,true,false],[24,42,0,false,false,false],[25,42,0,true,true,false],[25,47,0,false,false,false],[26,39,0,true,true,false],[26,44,0,false,false,false],[27,35,0,true,true,false],[27,40,0,false,false,false],[28,45,0,true,true,false],[28,47,0,false,false,false],[29,40,0,true,true,false],[29,45,0,false,false,false],[30,31,0,true,true,false],[30,33,0,false,false,false],[31,43,0,true,true,false],[31,48,0,false,false,false],[32,40,0,true,true,false],[32,45,0,false,false,false],[37,53,0,true,true,false],[37,57,0,false,false,false],[39,61,0,true,true,false],[39,63,0,false,false,false],[42,45,0,true,true,false],[42,48,0,false,false,false],[45,36,0,true,true,false],[45,41,0,false,false,false],[47,37,0,true,true,false],[47,42,0,false,false,false],[49,25,0,true,true,false],[51,6,0,false,false,false],[53,37,0,true,true,false],[54,39,0,true,true,false],[55,16,0,true,true,false],[55,36,0,true,false,false],[55,37,0,true,true,false],[57,14,0,true,false,false],[57,20,0,true,true,false],[61,14,0,true,false,false],[64,40,0,true,true,false],[65,67,0,true,true,false],[65,77,0,true,true,false],[73,71,0,true,true,false],[73,74,0,true,false,false],[95,52,0,true,true,false],[97,10,0,true,false,false],[99,52,0,true,true,false],[100,16,0,true,true,false],[100,36,0,true,false,false],[100,37,0,true,true,false],[102,14,0,true,false,false],[105,77,0,true,true,false],[110,10,0,true,false,false],[114,11,0,true,true,false],[115,79,0,true,true,false],[117,14,0,true,false,false],[122,11,0,true,true,false],[123,46,0,true,true,false],[123,56,0,true,true,false],[127,18,0,true,true,false],[127,28,0,true,true,false],[149,65,0,true,true,false],[151,14,0,true,false,false],[154,77,0,true,true,false],[157,102,0,true,true,false],[160,18,0,true,false,false],[160,24,0,true,true,false],[162,28,0,true,true,false],[162,37,0,true,false,false],[174,11,0,true,true,false],[176,46,0,true,true,false],[176,56,0,true,true,false],[179,68,0,true,true,false],[181,14,0,true,false,false],[186,11,0,true,true,false],[188,46,0,true,true,false],[188,56,0,true,true,false],[191,18,0,true,true,false],[191,28,0,true,true,false],[195,98,0,true,true,false],[198,14,0,true,false,false],[198,20,0,true,true,false],[199,96,0,true,true,false],[199,105,0,true,false,false],[212,90,0,true,true,false],[214,51,0,true,true,false],[214,61,0,true,true,false],[215,46,0,true,true,false],[215,56,0,true,true,false],[219,17,0,true,true,false],[219,54,0,true,false,false],[220,17,0,true,true,false],[220,45,0,true,false,false],[223,38,0,true,true,false],[223,53,0,true,false,false],[223,59,0,true,true,false],[223,69,0,true,true,false],[224,73,0,true,true,false],[224,83,0,true,true,false],[227,18,0,true,true,false],[231,14,0,true,false,false],[234,81,0,true,true,false],[236,10,0,true,false,false],[238,82,0,true,true,false],[240,10,0,true,false,false],[242,90,0,true,true,false],[244,10,0,true,false,false],[246,95,0,true,true,false],[246,103,0,true,false,false],[246,106,0,true,true,false],[248,10,0,true,false,false],[250,90,0,true,true,false],[252,10,0,true,false,false],[254,95,0,true,true,false],[256,10,0,true,false,false],[258,82,0,true,true,false],[260,10,0,true,false,false],[266,11,0,true,true,false],[268,16,0,true,true,false],[268,44,0,true,false,false],[268,70,0,true,true,false],[269,68,0,true,true,false],[271,18,0,true,false,false],[273,14,0,true,true,false],[276,78,0,true,true,false],[278,14,0,true,false,false],[282,69,0,true,true,false],[284,14,0,true,false,false],[287,45,0,true,true,false],[287,47,0,true,false,false],[289,20,0,true,true,false],[290,16,0,true,true,false],[290,44,0,true,false,false],[290,70,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[297,93,0,true,true,false],[300,27,0,true,true,false],[300,52,0,true,false,false],[301,27,0,true,true,false],[301,65,0,true,false,false],[306,6,0,false,false,false],[308,36,0,true,true,false],[308,41,0,false,false,false],[311,45,0,true,true,false],[314,13,0,true,true,false],[314,41,0,true,false,false],[315,13,0,true,true,false],[315,50,0,true,false,false],[316,13,0,true,true,false],[316,41,0,true,false,false],[317,13,0,true,true,false],[317,50,0,true,false,false],[322,31,0,true,true,false],[322,43,0,true,false,false],[323,6,0,false,false,false],[327,48,0,true,true,false],[333,13,0,true,true,false],[333,50,0,true,false,false],[334,13,0,true,true,false],[334,41,0,true,false,false],[336,35,0,true,true,false],[336,44,0,true,false,false],[336,48,0,true,true,false],[336,69,0,true,false,false],[337,6,0,false,false,false],[339,37,0,true,true,false],[340,47,0,true,true,false],[340,80,0,true,true,false],[340,102,0,true,false,false],[341,6,0,false,false,false],[343,42,0,true,true,false],[347,26,0,true,true,false],[347,47,0,true,false,false],[348,27,0,true,true,false],[348,51,0,true,false,false],[350,6,0,false,false,false],[352,46,0,true,true,false],[353,28,0,true,true,false],[355,28,0,true,true,false],[363,59,0,true,true,false],[365,40,0,true,true,false],[370,36,0,true,true,false],[370,72,0,true,false,false],[378,28,0,true,true,false],[386,28,0,true,true,false],[386,49,0,true,false,false],[386,50,0,true,true,false],[387,36,0,true,true,false],[389,40,0,true,true,false],[391,34,0,true,false,false],[391,42,0,true,true,false],[395,34,0,true,false,false],[401,26,0,true,true,false],[402,22,0,true,false,false],[406,40,0,true,true,false],[408,49,0,true,true,false],[410,32,0,true,true,false],[410,60,0,true,false,false],[410,61,0,true,true,false],[418,44,0,true,true,false],[418,81,0,true,false,false],[421,36,0,true,true,false],[428,44,0,true,true,false],[428,79,0,true,false,false],[429,46,0,true,true,false],[429,68,0,true,false,false],[431,67,0,true,true,false],[431,71,0,true,false,false],[431,74,0,true,true,false],[431,77,0,true,false,false],[436,32,0,true,true,false],[436,60,0,true,false,false],[436,61,0,true,true,false],[441,66,0,true,true,false],[441,67,0,true,false,false],[441,70,0,true,true,false],[441,71,0,true,false,false],[442,70,0,true,true,false],[442,71,0,true,false,false],[442,74,0,true,true,false],[442,77,0,true,false,false],[443,30,0,true,true,false],[444,26,0,true,false,false],[449,28,0,true,true,false],[449,57,0,true,false,false],[449,89,0,true,true,false],[451,26,0,true,true,false],[453,28,0,true,true,false],[453,56,0,true,false,false],[453,57,0,true,true,false],[454,36,0,true,true,false],[456,30,0,true,false,false],[456,38,0,true,true,false],[457,52,0,true,true,false],[462,34,0,true,false,false],[467,26,0,true,true,false],[468,22,0,true,false,false],[471,44,0,true,true,false],[471,54,0,true,false,false],[471,57,0,true,true,false],[471,68,0,true,false,false],[478,16,0,true,true,false],[478,38,0,true,false,false],[478,39,0,true,true,false],[481,14,0,true,true,false],[487,37,0,true,true,false],[496,57,0,true,true,false],[499,68,0,true,true,false],[499,72,0,true,false,false],[499,75,0,true,true,false],[499,101,0,true,true,false],[499,107,0,true,false,false],[499,110,0,true,true,false],[499,120,0,true,false,false],[509,18,0,true,true,false],[510,14,0,true,false,false],[513,6,0,false,false,false],[515,49,0,true,true,false],[517,6,0,false,false,false],[520,49,0,true,true,false],[522,74,0,true,true,false],[522,86,0,true,false,false],[524,23,0,true,true,false],[528,10,0,true,false,false],[528,18,0,true,true,false],[529,32,0,true,true,false],[530,61,0,true,true,false],[534,18,0,true,true,false],[539,14,0,true,false,false],[541,45,0,true,true,false],[541,53,0,true,false,false],[541,56,0,true,true,false],[541,66,0,true,false,false],[546,42,0,true,true,false],[546,73,0,true,false,false],[546,76,0,true,true,false],[546,103,0,true,false,false],[550,50,0,true,true,false],[550,80,0,true,false,false],[550,83,0,true,true,false],[550,109,0,true,false,false],[555,78,0,true,true,false],[557,10,0,true,false,false],[558,6,0,false,false,false],[561,39,0,true,true,false],[563,6,0,false,false,false],[566,39,0,true,true,false],[568,6,0,false,false,false],[571,76,0,true,true,false],[573,21,0,true,true,false],[575,21,0,true,true,false],[575,73,0,true,false,false],[576,21,0,true,true,false],[576,45,0,true,false,false],[578,21,0,true,true,false],[578,44,0,true,true,false],[578,46,0,true,false,false],[578,71,0,true,true,false],[578,73,0,true,false,false],[579,6,0,false,false,false],[582,48,0,true,true,false],[583,20,0,true,true,false],[584,32,0,true,true,false],[591,14,0,true,false,false],[602,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":113,"covered":0,"percent":0},"instantiations":{"count":114,"covered":0,"percent":0},"lines":{"count":1478,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":191,"covered":0,"notcovered":191,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift","mcdc_records":[],"segments":[[10,86,0,true,true,false],[18,6,0,false,false,false],[24,17,0,true,true,false],[33,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":19,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift","mcdc_records":[],"segments":[[7,83,0,true,true,false],[8,36,0,true,true,false],[8,68,0,true,false,false],[8,71,0,true,true,false],[8,96,0,true,false,false],[9,6,0,false,false,false],[11,101,0,true,true,false],[16,6,0,false,false,false],[19,79,0,true,true,false],[33,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":24,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift","mcdc_records":[],"segments":[[21,7,1,true,true,false],[24,6,0,false,false,false],[26,30,0,true,true,false],[27,54,0,true,true,false],[27,64,0,true,true,false],[33,6,0,false,false,false],[35,18,0,true,true,false],[41,6,0,false,false,false],[43,31,0,true,true,false],[45,12,0,true,true,false],[45,39,0,true,false,false],[45,40,0,true,true,false],[48,10,0,true,true,false],[51,30,0,true,true,false],[51,44,0,true,true,false],[56,31,0,true,true,false],[59,10,0,true,true,false],[61,64,0,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":1,"percent":25},"instantiations":{"count":4,"covered":1,"percent":25},"lines":{"count":39,"covered":4,"percent":10.256410256410255},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":1,"notcovered":12,"percent":7.6923076923076925}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift","mcdc_records":[],"segments":[[19,17,0,true,true,false],[22,58,0,true,true,false],[25,10,0,true,false,false],[27,59,0,true,true,false],[30,10,0,true,false,false],[34,48,0,true,true,false],[34,76,0,true,true,false],[34,83,0,true,false,false],[34,86,0,true,true,false],[34,92,0,true,false,false],[34,96,0,true,true,false],[34,102,0,true,false,false],[39,12,0,true,true,false],[39,37,0,true,false,false],[39,38,0,true,true,false],[42,10,0,true,false,false],[42,16,0,true,true,false],[45,10,0,true,false,false],[47,12,0,true,true,false],[47,36,0,true,false,false],[47,37,0,true,true,false],[50,10,0,true,false,false],[50,19,0,true,true,false],[50,43,0,true,false,false],[50,44,0,true,true,false],[53,10,0,true,false,false],[55,12,0,true,true,false],[55,38,0,true,false,false],[55,39,0,true,true,false],[58,10,0,true,false,false],[58,19,0,true,true,false],[58,45,0,true,false,false],[58,46,0,true,true,false],[61,10,0,true,false,false],[64,6,0,false,false,false],[75,30,0,true,true,false],[76,12,0,true,true,false],[76,29,0,true,false,false],[76,30,0,true,true,false],[78,10,0,true,true,false],[81,12,0,true,true,false],[81,20,0,true,false,false],[81,21,0,true,true,false],[82,82,0,true,true,false],[82,98,0,true,false,false],[83,85,0,true,true,false],[83,102,0,true,false,false],[84,16,0,true,true,false],[84,47,0,true,true,false],[84,75,0,true,false,false],[84,76,0,true,true,false],[85,61,0,true,true,false],[85,68,0,true,false,false],[85,71,0,true,true,false],[85,77,0,true,false,false],[86,14,0,true,true,false],[87,10,0,true,true,false],[91,12,0,true,true,false],[91,39,0,true,true,false],[91,62,0,true,false,false],[91,63,0,true,true,false],[92,48,0,true,true,false],[92,55,0,true,false,false],[92,58,0,true,true,false],[92,64,0,true,false,false],[93,10,0,true,true,false],[95,43,0,true,true,false],[95,50,0,true,false,false],[95,53,0,true,true,false],[95,59,0,true,false,false],[96,6,0,false,false,false],[103,18,0,true,true,false],[106,6,0,false,false,false],[108,106,0,true,true,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift","mcdc_records":[],"segments":[[10,17,0,true,true,false],[21,6,0,false,false,false],[30,17,0,true,true,false],[38,37,0,true,true,false],[40,10,0,true,true,false],[46,50,0,true,false,false],[47,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift","mcdc_records":[],"segments":[[9,53,0,true,true,false],[9,57,0,false,false,false],[10,44,0,true,true,false],[10,46,0,false,false,false],[13,45,0,true,true,false],[13,47,0,false,false,false],[14,57,0,true,true,false],[14,62,0,false,false,false],[16,54,0,true,true,false],[16,56,0,false,false,false],[17,36,0,true,true,false],[17,41,0,false,false,false],[20,41,0,true,true,false],[20,46,0,false,false,false],[28,25,0,true,true,false],[29,29,0,true,true,false],[31,20,0,true,true,false],[36,34,0,true,true,false],[38,18,0,true,false,false],[46,24,0,true,true,false],[47,58,0,true,true,false],[49,71,0,true,true,false],[52,22,0,true,false,false],[56,24,0,true,true,false],[56,44,0,true,false,false],[56,45,0,true,true,false],[57,65,0,true,true,false],[64,58,0,true,true,false],[66,40,0,true,true,false],[66,57,0,true,false,false],[66,91,0,true,true,false],[67,44,0,true,true,false],[67,69,0,true,true,false],[67,89,0,true,false,false],[67,90,0,true,true,false],[68,48,0,true,true,false],[68,105,0,true,false,false],[68,106,0,true,true,false],[70,46,0,true,false,false],[70,52,0,true,true,false],[72,46,0,true,false,false],[73,48,0,true,true,false],[75,42,0,true,false,false],[76,47,0,true,true,false],[76,64,0,true,false,false],[76,65,0,true,true,false],[78,38,0,true,false,false],[78,44,0,true,true,false],[80,38,0,true,false,false],[86,22,0,true,true,false],[89,24,0,true,true,false],[89,45,0,true,false,false],[89,46,0,true,true,false],[90,65,0,true,true,false],[93,62,0,true,true,false],[94,40,0,true,true,false],[98,54,0,true,true,false],[100,38,0,true,false,false],[105,36,0,true,true,false],[106,55,0,true,true,false],[108,34,0,true,false,false],[116,22,0,true,true,false],[119,61,0,true,true,false],[122,77,0,true,true,false],[125,26,0,true,false,false],[133,24,0,true,true,false],[133,50,0,true,false,false],[133,51,0,true,true,false],[134,65,0,true,true,false],[137,83,0,true,true,false],[139,72,0,true,true,false],[141,34,0,true,false,false],[148,22,0,true,true,false],[151,61,0,true,true,false],[160,22,0,true,false,false],[163,53,0,true,true,false],[164,32,0,true,true,false],[170,26,0,true,false,false],[174,22,0,true,true,false],[177,49,0,true,true,false],[178,32,0,true,true,false],[184,26,0,true,false,false],[188,22,0,true,true,false],[191,28,0,true,true,false],[192,30,0,true,true,false],[194,26,0,true,false,false],[195,30,0,true,true,false],[196,32,0,true,true,false],[197,32,0,true,true,false],[197,41,0,true,false,false],[197,42,0,true,true,false],[200,30,0,true,true,false],[201,46,0,true,true,false],[201,60,0,true,false,false],[201,63,0,true,true,false],[201,78,0,true,false,false],[206,44,0,true,true,false],[206,54,0,true,false,false],[217,11,0,true,true,false],[218,20,0,true,true,false],[218,26,0,true,false,false],[219,13,0,true,true,false],[222,45,0,true,true,false],[223,26,0,true,true,false],[225,22,0,true,false,false],[227,13,0,true,true,false],[228,86,0,true,false,false],[229,14,0,true,true,false],[230,10,0,true,false,false],[231,6,0,false,false,false],[233,33,0,true,true,false],[234,12,0,true,true,false],[234,32,0,true,false,false],[234,33,0,true,true,false],[235,35,0,true,true,false],[235,64,0,true,false,false],[235,68,0,true,true,false],[235,87,0,true,false,false],[236,16,0,true,true,false],[237,39,0,true,true,false],[237,58,0,true,false,false],[239,6,0,false,false,false],[241,56,0,true,true,false],[242,12,0,true,true,false],[243,53,0,true,true,false],[245,93,0,true,true,false],[246,16,0,true,true,false],[246,42,0,true,false,false],[246,67,0,true,true,false],[248,14,0,true,false,false],[249,17,0,true,true,false],[251,10,0,true,true,false],[252,6,0,false,false,false],[254,39,0,true,true,false],[259,12,0,true,true,false],[263,16,0,true,true,false],[263,36,0,true,false,false],[263,37,0,true,true,false],[264,61,0,true,true,false],[266,18,0,true,true,false],[269,49,0,true,true,false],[271,18,0,true,false,false],[271,24,0,true,true,false],[272,87,0,true,true,false],[276,26,0,true,true,false],[278,22,0,true,true,false],[282,18,0,true,true,false],[285,20,0,true,true,false],[285,45,0,true,false,false],[285,46,0,true,true,false],[286,105,0,true,true,false],[287,24,0,true,true,false],[287,50,0,true,false,false],[287,75,0,true,true,false],[289,22,0,true,false,false],[292,18,0,true,true,false],[299,18,0,true,true,false],[300,14,0,true,false,false],[300,20,0,true,true,false],[301,58,0,true,true,false],[303,18,0,true,true,false],[306,49,0,true,true,false],[308,18,0,true,false,false],[308,24,0,true,true,false],[309,61,0,true,true,false],[311,18,0,true,true,false],[314,20,0,true,true,false],[314,45,0,true,false,false],[314,46,0,true,true,false],[315,105,0,true,true,false],[316,24,0,true,true,false],[316,50,0,true,false,false],[316,75,0,true,true,false],[318,22,0,true,false,false],[321,18,0,true,true,false],[327,18,0,true,true,false],[328,14,0,true,true,false],[334,51,0,true,true,false],[334,60,0,true,false,false],[334,63,0,true,true,false],[334,66,0,true,false,false],[348,17,0,true,true,false],[351,10,0,true,true,false],[352,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":1053,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":125,"covered":0,"notcovered":125,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift","mcdc_records":[],"segments":[[10,37,0,true,true,false],[10,39,0,false,false,false],[12,56,0,true,true,false],[12,58,0,false,false,false],[13,36,0,true,true,false],[13,41,0,false,false,false],[18,25,0,true,true,false],[19,28,0,true,true,false],[26,16,0,true,true,false],[26,25,0,true,false,false],[26,26,0,true,true,false],[28,14,0,true,false,false],[28,48,0,true,true,false],[30,14,0,true,false,false],[30,23,0,true,true,false],[30,40,0,true,false,false],[30,41,0,true,true,false],[32,14,0,true,false,false],[32,20,0,true,true,false],[34,14,0,true,false,false],[37,16,0,true,true,false],[37,34,0,true,false,false],[37,35,0,true,true,false],[39,14,0,true,true,false],[40,10,0,true,false,false],[42,19,0,true,true,false],[45,67,0,true,true,false],[47,14,0,true,false,false],[49,18,0,true,true,false],[52,14,0,true,false,false],[54,35,0,true,true,false],[59,31,0,true,true,false],[61,20,0,true,true,false],[61,37,0,true,false,false],[61,38,0,true,true,false],[63,18,0,true,false,false],[66,31,0,true,true,false],[67,57,0,true,true,false],[70,14,0,true,true,false],[71,28,0,true,false,false],[73,33,0,true,true,false],[74,44,0,true,true,false],[75,20,0,true,true,false],[75,49,0,true,false,false],[75,50,0,true,true,false],[77,18,0,true,false,false],[78,23,0,true,true,false],[78,41,0,true,false,false],[78,42,0,true,true,false],[80,14,0,true,false,false],[83,30,0,true,true,false],[86,10,0,true,false,false],[87,30,0,true,true,false],[88,67,0,true,true,false],[90,14,0,true,false,false],[94,6,0,false,false,false],[98,40,0,true,true,false],[99,28,0,true,true,false],[107,27,0,true,true,false],[108,75,0,true,true,false],[110,22,0,true,false,false],[115,16,0,true,true,false],[115,35,0,true,false,false],[115,36,0,true,true,false],[116,24,0,true,true,false],[118,18,0,true,false,false],[118,26,0,true,true,false],[121,18,0,true,false,false],[125,14,0,true,true,false],[126,10,0,true,false,false],[129,6,0,false,false,false],[133,40,0,true,true,false],[134,16,0,true,true,false],[142,10,0,true,false,false],[145,6,0,false,false,false],[149,58,0,true,true,false],[150,28,0,true,true,false],[157,10,0,true,false,false],[162,6,0,false,false,false],[166,43,0,true,true,false],[167,28,0,true,true,false],[171,39,0,true,true,false],[171,73,0,true,false,false],[171,76,0,true,true,false],[171,121,0,true,false,false],[177,50,0,true,true,false],[177,84,0,true,false,false],[177,87,0,true,true,false],[177,132,0,true,false,false],[178,6,0,false,false,false],[182,45,0,true,true,false],[183,20,0,true,true,false],[184,36,0,true,true,false],[185,74,0,true,true,false],[189,35,0,true,true,false],[191,26,0,true,false,false],[197,6,0,false,false,false],[201,38,0,true,true,false],[202,28,0,true,true,false],[204,20,0,true,true,false],[205,75,0,true,true,false],[205,77,0,true,false,false],[205,80,0,true,true,false],[205,83,0,true,false,false],[218,82,0,true,true,false],[218,84,0,true,false,false],[218,87,0,true,true,false],[218,90,0,true,false,false],[219,6,0,false,false,false],[223,53,0,true,true,false],[228,12,0,true,true,false],[230,86,0,true,true,false],[232,33,0,true,true,false],[236,20,0,true,true,false],[236,39,0,true,false,false],[236,40,0,true,true,false],[238,18,0,true,false,false],[238,27,0,true,true,false],[238,47,0,true,false,false],[238,81,0,true,true,false],[239,55,0,true,true,false],[239,58,0,true,false,false],[239,61,0,true,true,false],[239,62,0,true,false,false],[243,17,0,true,true,false],[245,33,0,true,true,false],[249,14,0,true,false,false],[250,10,0,true,true,false],[251,6,0,false,false,false],[253,63,0,true,true,false],[254,14,0,true,true,false],[255,16,0,true,true,false],[257,104,0,true,true,false],[261,22,0,true,true,false],[263,18,0,true,true,false],[270,18,0,true,true,false],[273,79,0,true,true,false],[273,94,0,true,false,false],[273,98,0,true,true,false],[273,100,0,true,false,false],[284,37,0,true,true,false],[289,18,0,true,false,false],[290,21,0,true,true,false],[291,37,0,true,true,false],[293,18,0,true,false,false],[294,14,0,true,true,false],[295,10,0,true,false,false],[296,6,0,false,false,false],[306,44,0,true,true,false],[308,53,0,true,true,false],[310,10,0,true,false,false],[311,12,0,true,true,false],[311,34,0,true,false,false],[311,35,0,true,true,false],[313,10,0,true,false,false],[315,6,0,false,false,false],[317,25,0,true,true,false],[318,34,0,true,true,false],[319,50,0,true,true,false],[320,57,0,true,true,false],[326,65,0,true,true,false],[330,22,0,true,true,false],[331,18,0,true,false,false],[336,36,0,true,true,false],[337,66,0,true,true,false],[339,22,0,true,false,false],[344,38,0,true,true,false],[344,69,0,true,false,false],[344,72,0,true,true,false],[344,83,0,true,false,false],[350,6,0,false,false,false],[359,25,0,true,true,false],[369,6,0,false,false,false],[371,33,0,true,true,false],[372,16,0,true,true,false],[372,32,0,true,false,false],[373,9,0,true,true,false],[373,28,0,true,false,false],[374,9,0,true,true,false],[374,42,0,true,false,false],[375,9,0,true,true,false],[375,29,0,true,false,false],[376,9,0,true,true,false],[376,29,0,true,false,false],[377,9,0,true,true,false],[377,28,0,true,false,false],[378,10,0,true,true,false],[379,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":677,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift","mcdc_records":[],"segments":[[12,30,0,true,true,false],[14,6,0,false,false,false],[16,25,0,true,true,false],[17,28,0,true,true,false],[25,24,0,true,true,false],[28,14,0,true,false,false],[32,6,0,false,false,false],[36,35,0,true,true,false],[37,28,0,true,true,false],[38,20,0,true,true,false],[40,14,0,true,false,false],[40,22,0,true,true,false],[41,36,0,true,true,false],[46,18,0,true,false,false],[63,32,0,true,true,false],[68,14,0,true,false,false],[73,6,0,false,false,false],[78,44,0,true,true,false],[81,6,0,false,false,false],[94,25,0,true,true,false],[95,16,0,true,true,false],[101,16,0,true,true,false],[101,27,0,true,false,false],[101,28,0,true,true,false],[104,29,0,true,true,false],[105,67,0,true,true,false],[107,26,0,true,false,false],[112,14,0,true,true,false],[113,10,0,true,false,false],[115,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":186,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift","mcdc_records":[],"segments":[[15,43,0,true,true,false],[15,46,0,false,false,false],[17,20,0,true,true,false],[17,22,0,false,false,false],[24,61,0,true,true,false],[29,12,0,true,true,false],[29,34,0,true,false,false],[29,50,0,true,true,false],[31,10,0,true,true,false],[34,12,0,true,true,false],[34,34,0,true,false,false],[34,35,0,true,true,false],[36,10,0,true,false,false],[40,25,0,true,true,false],[42,66,0,true,true,false],[42,76,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[48,30,0,true,true,false],[49,43,0,true,true,false],[49,53,0,true,true,false],[53,6,0,false,false,false],[56,31,0,true,true,false],[61,31,0,true,true,false],[61,41,0,true,true,false],[64,6,0,false,false,false],[66,36,0,true,true,false],[69,31,0,true,true,false],[69,41,0,true,true,false],[71,46,0,true,true,false],[74,10,0,true,false,false],[74,30,0,true,true,false],[75,38,0,true,true,false],[78,14,0,true,false,false],[80,6,0,false,false,false],[82,63,0,true,true,false],[115,46,0,true,true,false],[118,10,0,true,false,false],[119,6,0,false,false,false],[126,25,0,true,true,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":130,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift","mcdc_records":[],"segments":[[7,49,0,true,true,false],[7,75,0,false,false,false],[13,25,0,true,true,false],[14,50,0,true,true,false],[22,93,0,true,true,false],[23,43,0,true,true,false],[29,35,0,true,true,false],[31,26,0,true,false,false],[32,34,0,true,true,false],[34,26,0,true,false,false],[41,44,0,true,true,false],[41,73,0,true,false,false],[46,6,0,false,false,false],[48,71,0,true,true,false],[51,12,0,true,true,false],[51,22,0,true,false,false],[51,23,0,true,true,false],[53,38,0,true,true,false],[55,46,0,true,true,false],[55,56,0,true,true,false],[59,20,0,true,true,false],[59,53,0,true,false,false],[59,54,0,true,true,false],[61,18,0,true,false,false],[63,16,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[79,25,0,true,true,false],[80,34,0,true,true,false],[81,32,0,true,true,false],[83,24,0,true,true,false],[84,24,0,true,true,false],[84,57,0,true,false,false],[84,58,0,true,true,false],[88,22,0,true,false,false],[88,28,0,true,true,false],[92,108,0,true,true,false],[92,109,0,true,false,false],[92,112,0,true,true,false],[92,113,0,true,false,false],[99,66,0,true,true,false],[99,71,0,true,false,false],[99,74,0,true,true,false],[99,81,0,true,false,false],[100,51,0,true,true,false],[100,59,0,true,false,false],[100,62,0,true,true,false],[100,72,0,true,false,false],[112,65,0,true,true,false],[112,66,0,true,false,false],[112,69,0,true,true,false],[112,70,0,true,false,false],[114,38,0,true,true,false],[114,42,0,true,false,false],[114,45,0,true,true,false],[114,48,0,true,false,false],[120,18,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[125,39,0,true,true,false],[126,12,0,true,true,false],[126,22,0,true,false,false],[126,23,0,true,true,false],[128,19,0,true,true,false],[128,44,0,true,false,false],[129,19,0,true,true,false],[129,44,0,true,false,false],[130,10,0,true,true,false],[132,15,0,true,true,false],[132,40,0,true,false,false],[133,15,0,true,true,false],[133,40,0,true,false,false],[134,6,0,false,false,false],[136,35,0,true,true,false],[137,12,0,true,true,false],[137,22,0,true,false,false],[137,23,0,true,true,false],[139,10,0,true,true,false],[141,15,0,true,true,false],[141,39,0,true,false,false],[142,15,0,true,true,false],[142,39,0,true,false,false],[143,6,0,false,false,false],[153,25,0,true,true,false],[154,50,0,true,true,false],[156,32,0,true,true,false],[158,20,0,true,true,false],[158,53,0,true,false,false],[158,54,0,true,true,false],[162,18,0,true,false,false],[162,24,0,true,true,false],[166,18,0,true,false,false],[168,57,0,true,true,false],[176,18,0,true,false,false],[182,16,0,true,true,false],[182,49,0,true,false,false],[182,50,0,true,true,false],[183,36,0,true,true,false],[194,18,0,true,false,false],[195,14,0,true,true,false],[196,10,0,true,false,false],[200,32,0,true,true,false],[200,57,0,true,false,false],[200,60,0,true,true,false],[200,85,0,true,false,false],[203,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":409,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift","mcdc_records":[],"segments":[[10,65,0,true,true,false],[13,6,0,false,false,false],[15,65,0,true,true,false],[18,6,0,false,false,false],[26,26,0,true,true,false],[27,16,0,true,true,false],[27,20,0,true,false,false],[28,9,0,true,true,false],[28,42,0,true,false,false],[29,9,0,true,true,false],[29,45,0,true,false,false],[30,9,0,true,true,false],[32,63,0,true,true,false],[32,73,0,true,false,false],[33,9,0,true,true,false],[35,63,0,true,true,false],[35,73,0,true,false,false],[36,10,0,true,true,false],[37,6,0,false,false,false],[39,24,0,true,true,false],[40,16,0,true,true,false],[40,20,0,true,false,false],[41,9,0,true,true,false],[41,66,0,true,false,false],[42,9,0,true,true,false],[42,23,0,true,false,false],[43,10,0,true,true,false],[44,6,0,false,false,false],[53,30,0,true,true,false],[53,32,0,false,false,false],[55,31,0,true,true,false],[55,33,0,false,false,false],[61,36,0,true,true,false],[61,41,0,false,false,false],[63,37,0,true,true,false],[63,42,0,false,false,false],[64,35,0,true,true,false],[64,40,0,false,false,false],[65,43,0,true,true,false],[65,48,0,false,false,false],[67,47,0,true,true,false],[67,52,0,false,false,false],[68,56,0,true,true,false],[68,61,0,false,false,false],[70,46,0,true,true,false],[76,32,0,true,true,false],[79,28,0,true,true,false],[79,37,0,true,false,false],[79,57,0,true,true,false],[80,65,0,true,true,false],[84,30,0,true,false,false],[85,32,0,true,true,false],[85,42,0,true,false,false],[85,43,0,true,true,false],[89,30,0,true,false,false],[89,36,0,true,true,false],[91,30,0,true,false,false],[98,28,0,true,true,false],[98,44,0,true,false,false],[98,45,0,true,true,false],[102,26,0,true,false,false],[102,32,0,true,true,false],[105,26,0,true,false,false],[107,30,0,true,true,false],[108,28,0,true,true,false],[108,44,0,true,false,false],[108,45,0,true,true,false],[110,26,0,true,false,false],[117,32,0,true,true,false],[148,18,0,true,false,false],[150,6,0,false,false,false],[152,63,0,true,true,false],[153,53,0,true,true,false],[153,63,0,true,true,false],[159,6,0,false,false,false],[163,66,0,true,true,false],[164,12,0,true,true,false],[164,28,0,true,true,false],[164,43,0,true,false,false],[164,44,0,true,true,false],[169,10,0,true,false,false],[169,16,0,true,true,false],[171,42,0,true,true,false],[171,64,0,true,false,false],[171,67,0,true,true,false],[171,78,0,true,false,false],[173,26,0,true,true,false],[174,24,0,true,true,false],[174,32,0,true,false,false],[174,46,0,true,true,false],[177,22,0,true,false,false],[177,31,0,true,true,false],[177,42,0,true,false,false],[177,43,0,true,true,false],[179,28,0,true,true,false],[179,46,0,true,false,false],[179,47,0,true,true,false],[179,67,0,true,false,false],[184,36,0,true,true,false],[185,32,0,true,true,false],[185,43,0,true,false,false],[185,44,0,true,true,false],[186,69,0,true,true,false],[189,34,0,true,false,false],[200,34,0,true,true,false],[203,26,0,true,false,false],[206,6,0,false,false,false],[210,70,0,true,true,false],[212,38,0,true,true,false],[212,61,0,true,false,false],[212,64,0,true,true,false],[212,75,0,true,false,false],[214,22,0,true,true,false],[215,20,0,true,true,false],[215,28,0,true,false,false],[215,42,0,true,true,false],[218,18,0,true,false,false],[218,27,0,true,true,false],[218,38,0,true,false,false],[218,39,0,true,true,false],[220,24,0,true,true,false],[220,44,0,true,false,false],[220,45,0,true,true,false],[220,65,0,true,false,false],[225,32,0,true,true,false],[226,28,0,true,true,false],[226,39,0,true,false,false],[226,40,0,true,true,false],[227,65,0,true,true,false],[230,30,0,true,false,false],[241,30,0,true,true,false],[244,22,0,true,false,false],[246,6,0,false,false,false],[250,51,0,true,true,false],[251,44,0,true,true,false],[252,51,0,true,true,false],[252,72,0,true,false,false],[254,6,0,false,false,false],[256,97,0,true,true,false],[257,53,0,true,true,false],[257,63,0,true,true,false],[262,44,0,true,true,false],[262,60,0,true,false,false],[262,64,0,true,true,false],[262,83,0,true,false,false],[263,15,0,true,true,false],[263,33,0,true,false,false],[264,15,0,true,true,false],[264,32,0,true,false,false],[265,44,0,true,true,false],[265,60,0,true,false,false],[265,64,0,true,true,false],[265,81,0,true,false,false],[266,15,0,true,true,false],[266,34,0,true,false,false],[267,15,0,true,true,false],[267,33,0,true,false,false],[269,58,0,true,true,false],[272,10,0,true,false,false],[274,59,0,true,true,false],[277,10,0,true,false,false],[279,54,0,true,true,false],[282,16,0,true,true,false],[282,43,0,true,true,false],[282,66,0,true,false,false],[282,67,0,true,true,false],[285,14,0,true,false,false],[289,55,0,true,true,false],[292,16,0,true,true,false],[292,41,0,true,true,false],[292,62,0,true,false,false],[292,63,0,true,true,false],[295,14,0,true,false,false],[301,16,0,true,true,false],[301,20,0,true,false,false],[302,9,0,true,true,false],[303,54,0,true,false,false],[304,9,0,true,true,false],[305,55,0,true,false,false],[306,9,0,true,true,false],[309,16,0,true,true,false],[309,92,0,true,false,false],[309,93,0,true,true,false],[312,14,0,true,false,false],[312,20,0,true,true,false],[315,14,0,true,false,false],[316,10,0,true,true,false],[323,16,0,true,true,false],[323,20,0,true,false,false],[324,9,0,true,true,false],[325,61,0,true,false,false],[326,9,0,true,true,false],[328,18,0,true,false,false],[329,9,0,true,true,false],[331,92,0,true,false,false],[332,10,0,true,true,false],[334,16,0,true,true,false],[334,20,0,true,false,false],[335,9,0,true,true,false],[337,18,0,true,false,false],[338,9,0,true,true,false],[340,62,0,true,false,false],[341,9,0,true,true,false],[343,94,0,true,false,false],[344,10,0,true,true,false],[351,6,0,false,false,false],[353,95,0,true,true,false],[355,6,0,false,false,false],[364,20,0,true,true,false],[372,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":485,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":120,"covered":0,"notcovered":120,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift","mcdc_records":[],"segments":[[12,21,0,true,true,false],[13,39,0,true,true,false],[14,18,0,true,true,false],[21,64,0,true,true,false],[22,56,0,true,true,false],[24,22,0,true,false,false],[25,24,0,true,true,false],[28,18,0,true,false,false],[31,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift","mcdc_records":[],"segments":[[7,72,0,true,true,false],[9,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":3,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift","mcdc_records":[],"segments":[[30,40,0,true,true,false],[30,46,0,false,false,false],[32,121,0,true,true,false],[42,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift","mcdc_records":[],"segments":[[7,43,0,true,true,false],[7,73,0,false,false,false],[9,25,0,true,true,false],[10,28,0,true,true,false],[12,20,0,true,true,false],[19,36,0,true,true,false],[26,18,0,true,false,false],[31,24,0,true,true,false],[33,18,0,true,false,false],[33,26,0,true,true,false],[34,61,0,true,true,false],[34,80,0,true,false,false],[34,83,0,true,true,false],[34,98,0,true,false,false],[35,64,0,true,true,false],[35,68,0,true,false,false],[35,71,0,true,true,false],[35,81,0,true,false,false],[38,45,0,true,true,false],[38,62,0,true,false,false],[38,65,0,true,true,false],[38,83,0,true,false,false],[40,59,0,true,true,false],[40,76,0,true,false,false],[40,79,0,true,true,false],[40,97,0,true,false,false],[43,24,0,true,true,false],[45,18,0,true,false,false],[45,26,0,true,true,false],[48,18,0,true,false,false],[61,16,0,true,true,false],[61,38,0,true,false,false],[61,39,0,true,true,false],[62,36,0,true,true,false],[68,24,0,true,true,false],[68,44,0,true,false,false],[68,45,0,true,true,false],[72,22,0,true,false,false],[72,28,0,true,true,false],[76,22,0,true,false,false],[79,20,0,true,true,false],[80,28,0,true,true,false],[81,44,0,true,true,false],[82,49,0,true,true,false],[85,26,0,true,false,false],[91,6,0,false,false,false],[98,25,0,true,true,false],[99,29,0,true,true,false],[101,32,0,true,true,false],[111,14,0,true,false,false],[116,57,0,true,true,false],[124,14,0,true,true,false],[131,10,0,true,false,false],[134,37,0,true,true,false],[134,68,0,true,false,false],[134,71,0,true,true,false],[134,82,0,true,false,false],[135,6,0,false,false,false],[137,36,0,true,true,false],[138,16,0,true,true,false],[138,28,0,true,false,false],[139,9,0,true,true,false],[140,37,0,true,false,false],[141,9,0,true,true,false],[142,30,0,true,false,false],[143,9,0,true,true,false],[144,28,0,true,false,false],[145,9,0,true,true,false],[146,21,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[150,36,0,true,true,false],[151,16,0,true,true,false],[151,28,0,true,false,false],[152,9,0,true,true,false],[153,19,0,true,false,false],[154,9,0,true,true,false],[155,23,0,true,false,false],[156,9,0,true,true,false],[157,20,0,true,false,false],[158,9,0,true,true,false],[159,23,0,true,false,false],[160,10,0,true,true,false],[161,6,0,false,false,false],[173,20,0,true,true,false],[173,22,0,false,false,false],[175,23,0,true,true,false],[176,40,0,true,true,false],[180,10,0,true,true,false],[203,6,0,false,false,false],[205,19,0,true,true,false],[206,66,0,true,true,false],[208,10,0,true,false,false],[208,16,0,true,true,false],[210,10,0,true,false,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift","mcdc_records":[],"segments":[[17,12,0,true,true,false],[19,6,0,false,false,false],[21,85,0,true,true,false],[23,6,0,false,false,false],[25,93,0,true,true,false],[27,6,0,false,false,false],[29,24,0,true,true,false],[31,6,0,false,false,false],[37,33,6,true,true,false],[37,35,0,false,false,false],[38,33,6,true,true,false],[38,38,0,false,false,false],[40,34,6,true,true,false],[40,52,0,false,false,false],[43,41,3,true,true,false],[43,55,0,false,false,false],[44,42,3,true,true,false],[44,56,0,false,false,false],[46,16,0,true,true,false],[51,10,0,false,false,false],[58,58,3,true,true,false],[58,86,0,false,false,false],[64,45,3,true,true,false],[64,50,0,false,false,false],[65,46,3,true,true,false],[65,51,0,false,false,false],[66,41,3,true,true,false],[66,46,0,false,false,false],[68,12,3,true,true,false],[71,6,0,false,false,false],[77,68,0,true,true,false],[77,96,0,false,false,false],[78,7,3,true,true,false],[84,6,0,false,false,false],[88,31,0,true,true,false],[90,6,0,false,false,false],[92,32,0,true,true,false],[96,6,0,false,false,false],[98,33,2,true,true,false],[99,12,2,true,true,false],[99,29,2,true,false,false],[99,30,0,true,true,false],[101,10,2,true,false,false],[101,16,2,true,true,false],[103,10,2,true,false,false],[104,6,0,false,false,false],[106,34,1,true,true,false],[107,12,1,true,true,false],[107,30,1,true,false,false],[107,31,0,true,true,false],[109,10,1,true,false,false],[109,16,1,true,true,false],[111,10,1,true,false,false],[112,6,0,false,false,false],[114,50,1,true,true,false],[114,76,0,false,false,false],[115,51,0,true,true,false],[115,78,0,false,false,false],[117,35,3,true,true,false],[123,6,0,false,false,false],[125,39,3,true,true,false],[125,58,0,false,false,false],[126,40,1,true,true,false],[126,60,0,false,false,false],[127,38,0,true,true,false],[127,58,0,false,false,false],[128,39,0,true,true,false],[128,60,0,false,false,false],[129,37,3,true,true,false],[129,58,0,false,false,false],[130,38,1,true,true,false],[130,60,0,false,false,false],[132,29,3,true,true,false],[137,12,3,true,true,false],[137,33,3,true,false,false],[137,58,0,true,true,false],[138,18,0,true,true,false],[138,51,0,true,false,false],[141,10,3,true,false,false],[142,6,0,false,false,false],[148,13,0,true,true,false],[151,14,0,true,true,false],[153,33,0,true,true,false],[156,14,0,true,false,false],[158,10,0,true,true,false],[165,128,0,true,true,false],[165,130,0,true,false,false],[166,115,0,true,true,false],[166,126,0,true,false,false],[169,12,0,true,true,false],[169,41,0,true,false,false],[173,9,0,true,true,false],[177,16,0,true,true,false],[178,88,0,true,true,false],[180,37,0,true,true,false],[183,18,0,true,false,false],[184,21,0,true,true,false],[187,14,0,true,true,false],[188,19,0,true,false,false],[189,10,0,true,true,false],[194,12,0,true,true,false],[197,14,0,true,true,false],[198,80,0,true,true,false],[216,33,0,true,true,false],[220,14,0,true,false,false],[221,17,0,true,true,false],[224,10,0,true,true,false],[225,6,0,false,false,false],[230,82,0,true,true,false],[231,55,0,true,true,false],[231,71,0,true,true,false],[247,40,0,true,true,false],[249,10,0,true,false,false],[252,12,0,true,true,false],[252,39,0,true,false,false],[252,40,0,true,true,false],[254,16,0,true,true,false],[254,53,0,true,false,false],[254,54,0,true,true,false],[254,77,0,true,false,false],[255,16,0,true,true,false],[255,52,0,true,false,false],[255,53,0,true,true,false],[255,76,0,true,false,false],[256,16,0,true,true,false],[256,51,0,true,false,false],[256,52,0,true,true,false],[256,75,0,true,false,false],[257,16,0,true,true,false],[257,53,0,true,false,false],[257,54,0,true,true,false],[257,77,0,true,false,false],[262,6,0,false,false,false],[265,83,0,true,true,false],[266,44,0,true,true,false],[279,44,0,true,true,false],[281,14,0,true,false,false],[284,16,0,true,true,false],[284,53,0,true,false,false],[284,54,0,true,true,false],[284,80,0,true,false,false],[285,16,0,true,true,false],[285,52,0,true,false,false],[285,53,0,true,true,false],[285,79,0,true,false,false],[286,16,0,true,true,false],[286,51,0,true,false,false],[286,52,0,true,true,false],[286,78,0,true,false,false],[287,16,0,true,true,false],[287,53,0,true,false,false],[287,54,0,true,true,false],[287,80,0,true,false,false],[293,6,0,false,false,false],[297,40,2,true,true,false],[298,39,0,true,true,false],[298,49,2,true,true,false],[305,43,0,true,true,false],[308,10,2,true,true,false],[310,14,2,true,true,false],[313,63,1,true,true,false],[314,37,1,true,true,false],[316,18,1,true,false,false],[318,14,1,true,true,false],[320,33,1,true,true,false],[322,63,0,true,true,false],[325,18,1,true,true,false],[328,20,1,true,true,false],[328,75,1,true,false,false],[330,17,0,true,true,false],[331,26,0,true,true,false],[333,45,0,true,true,false],[335,32,0,true,true,false],[335,41,0,true,false,false],[335,42,0,true,true,false],[337,30,0,true,false,false],[340,18,1,true,false,false],[344,63,1,true,true,false],[344,72,1,true,false,false],[344,75,0,true,true,false],[344,81,1,true,false,false],[346,103,0,true,true,false],[348,26,0,true,true,false],[349,45,0,true,true,false],[349,55,0,true,true,false],[350,28,0,true,true,false],[350,50,0,true,false,false],[350,51,0,true,true,false],[353,26,0,true,false,false],[355,18,1,true,false,false],[357,58,1,true,true,false],[358,26,1,true,true,false],[369,27,1,true,true,false],[370,34,1,true,true,false],[371,53,0,true,true,false],[371,63,1,true,true,false],[372,36,1,true,true,false],[372,58,1,true,false,false],[372,59,1,true,true,false],[375,34,1,true,false,false],[381,10,2,true,false,false],[382,6,0,false,false,false],[384,79,1,true,true,false],[385,16,1,true,true,false],[385,20,1,true,false,false],[386,9,1,true,true,false],[387,42,1,true,true,false],[387,45,1,true,false,false],[387,48,0,true,true,false],[387,51,1,true,false,false],[388,9,0,true,true,false],[389,17,1,true,false,false],[390,10,1,true,true,false],[391,6,0,false,false,false],[393,58,1,true,true,false],[400,12,1,true,true,false],[400,40,1,true,false,false],[400,41,1,true,true,false],[402,10,1,true,false,false],[405,12,1,true,true,false],[405,33,1,true,false,false],[405,58,0,true,true,false],[406,18,0,true,true,false],[408,37,0,true,true,false],[411,18,0,true,false,false],[413,10,1,true,false,false],[414,6,0,false,false,false],[416,39,3,true,true,false],[417,38,3,true,true,false],[417,48,0,true,true,false],[424,12,0,true,true,false],[424,33,0,true,false,false],[424,58,0,true,true,false],[425,18,0,true,true,false],[427,37,0,true,true,false],[430,18,0,true,false,false],[433,6,0,false,false,false],[435,41,1,true,true,false],[436,40,0,true,true,false],[436,50,1,true,true,false],[443,43,0,true,true,false],[446,10,1,true,true,false],[448,14,1,true,true,false],[451,63,1,true,true,false],[452,37,1,true,true,false],[454,18,1,true,false,false],[456,14,0,true,true,false],[458,33,0,true,true,false],[460,63,0,true,true,false],[463,18,0,true,true,false],[466,20,0,true,true,false],[466,75,0,true,false,false],[468,17,0,true,true,false],[469,26,0,true,true,false],[471,45,0,true,true,false],[473,32,0,true,true,false],[473,41,0,true,false,false],[473,42,0,true,true,false],[475,30,0,true,false,false],[482,63,0,true,true,false],[482,72,0,true,false,false],[482,75,0,true,true,false],[482,81,0,true,false,false],[484,104,0,true,true,false],[486,26,0,true,true,false],[487,45,0,true,true,false],[487,55,0,true,true,false],[488,28,0,true,true,false],[488,51,0,true,false,false],[488,52,0,true,true,false],[491,26,0,true,false,false],[495,58,0,true,true,false],[496,26,0,true,true,false],[504,81,0,true,true,false],[504,84,0,true,false,false],[504,87,0,true,true,false],[504,91,0,true,false,false],[507,27,0,true,true,false],[508,34,0,true,true,false],[509,53,0,true,true,false],[509,63,0,true,true,false],[510,36,0,true,true,false],[510,59,0,true,false,false],[510,60,0,true,true,false],[513,34,0,true,false,false],[519,10,1,true,false,false],[520,6,0,false,false,false],[522,59,1,true,true,false],[529,12,1,true,true,false],[529,40,1,true,false,false],[529,41,1,true,true,false],[531,10,1,true,false,false],[534,12,1,true,true,false],[534,33,1,true,false,false],[534,58,0,true,true,false],[535,18,0,true,true,false],[537,37,0,true,true,false],[540,18,0,true,false,false],[542,10,1,true,false,false],[543,6,0,false,false,false],[545,40,3,true,true,false],[546,39,3,true,true,false],[546,49,0,true,true,false],[553,12,0,true,true,false],[553,33,0,true,false,false],[553,58,0,true,true,false],[554,18,0,true,true,false],[556,37,0,true,true,false],[559,18,0,true,false,false],[562,6,0,false,false,false],[564,51,1,true,true,false],[565,12,1,true,true,false],[565,34,1,true,false,false],[565,35,1,true,true,false],[567,10,1,true,false,false],[568,6,0,false,false,false],[570,40,11,true,true,false],[573,6,0,false,false,false],[575,44,11,true,true,false],[576,50,2,true,true,false],[578,10,11,true,false,false],[578,19,9,true,true,false],[578,36,11,true,false,false],[578,37,2,true,true,false],[580,10,11,true,false,false],[580,16,7,true,true,false],[583,10,11,true,false,false],[585,6,0,false,false,false],[587,45,11,true,true,false],[588,51,0,true,true,false],[590,10,11,true,false,false],[590,19,11,true,true,false],[590,37,11,true,false,false],[590,38,1,true,true,false],[592,10,11,true,false,false],[592,16,10,true,true,false],[595,10,11,true,false,false],[597,6,0,false,false,false],[599,50,3,true,true,false],[600,26,3,true,true,false],[600,49,3,true,false,false],[600,52,0,true,true,false],[600,78,3,true,false,false],[601,6,0,false,false,false],[603,50,3,true,true,false],[606,6,0,false,false,false],[608,66,24,true,true,false],[609,12,24,true,true,false],[609,31,24,true,false,false],[609,32,4,true,true,false],[611,10,24,true,false,false],[611,19,20,true,true,false],[611,54,1,true,true,false],[611,79,24,true,false,false],[611,80,19,true,true,false],[613,10,24,true,false,false],[613,16,1,true,true,false],[615,10,24,true,false,false],[616,6,0,false,false,false],[618,48,1,true,true,false],[619,36,1,true,true,false],[622,10,0,true,true,false],[626,67,0,true,true,false],[626,68,0,true,false,false],[629,6,0,false,false,false],[635,60,0,true,true,false],[636,43,0,true,true,false],[636,62,0,true,true,false],[639,44,0,true,true,false],[639,75,0,true,false,false],[639,77,0,true,true,false],[644,13,0,true,true,false],[646,14,0,true,true,false],[648,10,0,true,true,false],[649,55,0,true,true,false],[649,62,0,true,false,false],[649,65,0,true,true,false],[649,85,0,true,false,false],[651,6,0,false,false,false],[663,97,2,true,true,false],[664,16,2,true,true,false],[664,22,2,true,false,false],[665,9,2,true,true,false],[671,14,2,true,false,false],[672,9,0,true,true,false],[677,14,2,true,false,false],[678,9,0,true,true,false],[683,14,2,true,false,false],[684,9,0,true,true,false],[689,14,2,true,false,false],[690,10,2,true,true,false],[691,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":91,"covered":46,"percent":50.549450549450547},"instantiations":{"count":92,"covered":46,"percent":50},"lines":{"count":1136,"covered":520,"percent":45.774647887323944},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":236,"covered":95,"notcovered":141,"percent":40.254237288135592}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift","mcdc_records":[],"segments":[[4,42,0,true,true,false],[4,47,0,false,false,false],[6,25,0,true,true,false],[7,16,0,true,true,false],[15,36,0,true,true,false],[18,22,0,true,false,false],[21,47,0,true,true,false],[23,30,0,true,true,false],[25,18,0,true,false,false],[27,61,0,true,true,false],[28,38,0,true,true,false],[28,48,0,true,true,false],[34,10,0,true,false,false],[35,15,0,true,true,false],[36,16,0,true,true,false],[36,52,0,true,false,false],[36,53,0,true,true,false],[38,14,0,true,false,false],[40,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":76,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift","mcdc_records":[],"segments":[[7,47,0,true,true,false],[7,52,0,false,false,false],[9,25,0,true,true,false],[10,12,0,true,true,false],[10,49,0,true,false,false],[10,50,0,true,true,false],[11,33,0,true,true,false],[18,32,0,true,true,false],[18,50,0,true,false,false],[18,52,0,true,true,false],[22,57,0,true,true,false],[22,60,0,true,false,false],[22,63,0,true,true,false],[22,66,0,true,false,false],[25,26,0,true,true,false],[27,18,0,true,false,false],[33,16,0,true,true,false],[34,24,0,true,true,false],[35,41,0,true,true,false],[36,60,0,true,true,false],[39,39,0,true,true,false],[40,38,0,true,true,false],[40,112,0,true,false,false],[42,54,0,true,true,false],[43,38,0,true,true,false],[43,116,0,true,false,false],[45,56,0,true,true,false],[46,38,0,true,true,false],[46,126,0,true,false,false],[55,72,0,true,true,false],[56,68,0,true,true,false],[59,35,0,true,true,false],[61,26,0,true,false,false],[62,35,0,true,true,false],[64,26,0,true,false,false],[67,18,0,true,true,false],[68,14,0,true,false,false],[70,6,0,false,false,false],[72,39,0,true,true,false],[75,6,0,false,false,false],[83,37,0,true,true,false],[83,42,0,false,false,false],[85,25,0,true,true,false],[86,49,0,true,true,false],[87,50,0,true,true,false],[88,47,0,true,true,false],[90,18,0,true,true,false],[92,57,0,true,true,false],[98,50,0,true,true,false],[102,22,0,true,true,false],[103,18,0,true,false,false],[110,30,0,true,true,false],[110,54,0,true,false,false],[111,30,0,true,true,false],[114,26,0,true,false,false],[123,32,0,true,true,false],[123,55,0,true,false,false],[123,57,0,true,true,false],[124,52,0,true,true,false],[124,64,0,true,false,false],[124,67,0,true,true,false],[124,81,0,true,false,false],[129,50,0,true,true,false],[129,79,0,true,false,false],[129,82,0,true,true,false],[129,109,0,true,false,false],[132,16,0,true,true,false],[132,26,0,true,false,false],[132,27,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[142,6,0,false,false,false],[147,50,0,true,true,false],[148,12,0,true,true,false],[148,35,0,true,false,false],[148,36,0,true,true,false],[154,10,0,true,false,false],[154,16,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[161,40,0,true,true,false],[162,49,0,true,true,false],[162,64,0,true,true,false],[163,58,0,true,true,false],[165,10,0,true,true,false],[166,19,0,true,false,false],[167,6,0,false,false,false],[170,36,0,true,true,false],[171,12,0,true,true,false],[171,68,0,true,false,false],[171,69,0,true,true,false],[174,63,0,true,true,false],[174,72,0,true,false,false],[175,37,0,true,true,false],[177,18,0,true,false,false],[179,16,0,true,true,false],[180,20,0,true,true,false],[180,43,0,true,false,false],[181,13,0,true,true,false],[182,73,0,true,true,false],[182,86,0,true,false,false],[183,13,0,true,true,false],[184,77,0,true,true,false],[187,34,0,true,true,false],[187,44,0,true,false,false],[188,34,0,true,true,false],[190,30,0,true,false,false],[192,42,0,true,true,false],[194,26,0,true,false,false],[197,13,0,true,true,false],[198,36,0,true,false,false],[199,14,0,true,true,false],[200,10,0,true,true,false],[201,6,0,false,false,false],[204,48,0,true,true,false],[205,49,0,true,true,false],[206,52,0,true,true,false],[207,36,0,true,true,false],[227,18,0,true,false,false],[231,16,0,true,true,false],[231,45,0,true,false,false],[231,46,0,true,true,false],[236,14,0,true,true,false],[237,10,0,true,false,false],[238,53,0,true,true,false],[238,54,0,true,false,false],[238,57,0,true,true,false],[238,58,0,true,false,false],[239,6,0,false,false,false],[241,64,0,true,true,false],[242,66,0,true,true,false],[244,10,0,true,true,false],[245,90,0,true,false,false],[246,6,0,false,false,false],[248,49,0,true,true,false],[252,6,0,false,false,false],[262,40,0,true,true,false],[263,38,0,true,true,false],[263,65,0,true,false,false],[264,6,0,false,false,false],[266,39,0,true,true,false],[267,38,0,true,true,false],[267,62,0,true,false,false],[268,6,0,false,false,false],[270,25,0,true,true,false],[271,49,0,true,true,false],[273,32,0,true,true,false],[276,20,0,true,true,false],[276,36,0,true,false,false],[276,37,0,true,true,false],[278,18,0,true,true,false],[279,20,0,true,true,false],[279,35,0,true,false,false],[279,36,0,true,true,false],[281,18,0,true,true,false],[283,14,0,true,false,false],[290,42,0,true,true,false],[291,36,0,true,true,false],[294,24,0,true,true,false],[294,40,0,true,false,false],[294,41,0,true,true,false],[295,64,0,true,true,false],[295,84,0,true,false,false],[296,22,0,true,true,false],[297,24,0,true,true,false],[297,39,0,true,false,false],[297,40,0,true,true,false],[298,61,0,true,true,false],[298,81,0,true,false,false],[299,22,0,true,true,false],[301,18,0,true,false,false],[304,20,0,true,true,false],[304,62,0,true,false,false],[304,63,0,true,true,false],[306,18,0,true,true,false],[307,14,0,true,false,false],[315,6,0,false,false,false],[318,133,0,true,true,false],[323,6,0,false,false,false],[326,71,0,true,true,false],[331,6,0,false,false,false],[334,74,0,true,true,false],[339,6,0,false,false,false],[342,91,0,true,true,false],[343,21,0,true,true,false],[348,10,0,true,false,false],[348,16,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[357,59,0,true,true,false],[373,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":59,"covered":0,"percent":0},"instantiations":{"count":61,"covered":0,"percent":0},"lines":{"count":728,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift","mcdc_records":[],"segments":[[7,27,0,true,true,false],[7,50,0,false,false,false],[9,56,0,true,true,false],[10,62,0,true,true,false],[10,66,0,true,false,false],[11,52,0,true,true,false],[11,81,0,true,false,false],[12,6,0,false,false,false],[14,25,0,true,true,false],[15,20,0,true,true,false],[16,37,0,true,true,false],[17,47,0,true,true,false],[18,73,0,true,true,false],[20,22,0,true,false,false],[23,20,0,true,true,false],[23,48,0,true,false,false],[23,49,0,true,true,false],[28,18,0,true,true,false],[29,14,0,true,false,false],[33,6,0,false,false,false],[35,67,0,true,true,false],[37,14,0,true,true,false],[37,67,0,true,false,false],[38,6,0,false,false,false],[46,59,0,true,true,false],[47,16,0,true,true,false],[47,32,0,true,false,false],[48,9,0,true,true,false],[49,24,0,true,false,false],[50,9,0,true,true,false],[51,21,0,true,false,false],[52,9,0,true,true,false],[53,28,0,true,false,false],[54,10,0,true,true,false],[55,6,0,false,false,false],[57,25,0,true,true,false],[58,49,0,true,true,false],[59,53,0,true,true,false],[60,47,0,true,true,false],[64,18,0,true,true,false],[66,57,0,true,true,false],[72,18,0,true,false,false],[76,44,0,true,true,false],[78,18,0,true,false,false],[85,16,0,true,true,false],[85,44,0,true,false,false],[85,45,0,true,true,false],[86,65,0,true,true,false],[87,40,0,true,true,false],[88,64,0,true,true,false],[89,48,0,true,true,false],[91,82,0,true,true,false],[94,34,0,true,false,false],[94,40,0,true,true,false],[97,34,0,true,false,false],[108,28,0,true,true,false],[108,57,0,true,false,false],[108,58,0,true,true,false],[112,26,0,true,true,false],[113,22,0,true,false,false],[115,14,0,true,true,false],[116,10,0,true,false,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":332,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift","mcdc_records":[],"segments":[[13,44,0,true,true,false],[13,56,0,false,false,false],[14,79,0,true,true,false],[14,81,0,false,false,false],[15,77,0,true,true,false],[15,79,0,false,false,false],[16,44,0,true,true,false],[16,49,0,false,false,false],[17,37,0,true,true,false],[17,42,0,false,false,false],[18,76,0,true,true,false],[18,78,0,false,false,false],[19,51,0,true,true,false],[19,53,0,false,false,false],[32,7,0,true,true,false],[33,56,0,true,true,false],[33,84,0,true,false,false],[35,6,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[45,19,0,true,true,false],[46,24,0,true,true,false],[46,35,0,true,false,false],[47,17,0,true,true,false],[48,36,0,true,false,false],[49,17,0,true,true,false],[50,41,0,true,false,false],[51,17,0,true,true,false],[52,33,0,true,false,false],[53,17,0,true,true,false],[54,32,0,true,false,false],[55,18,0,true,true,false],[56,14,0,true,false,false],[65,15,0,true,true,false],[66,34,0,true,true,false],[66,82,0,true,false,false],[67,35,0,true,true,false],[67,83,0,true,false,false],[72,6,0,false,false,false],[76,35,0,true,true,false],[77,16,0,true,true,false],[82,41,0,true,true,false],[88,14,0,true,false,false],[93,6,0,false,false,false],[97,44,0,true,true,false],[98,29,0,true,true,false],[105,32,0,true,true,false],[119,14,0,true,false,false],[125,54,0,true,true,false],[130,14,0,true,false,false],[136,16,0,true,true,false],[136,34,0,true,false,false],[136,35,0,true,true,false],[137,37,0,true,true,false],[138,40,0,true,true,false],[144,22,0,true,false,false],[152,41,0,true,true,false],[153,56,0,true,true,false],[155,26,0,true,false,false],[159,43,0,true,true,false],[160,34,0,true,true,false],[162,30,0,true,false,false],[173,14,0,true,true,false],[174,10,0,true,false,false],[176,6,0,false,false,false],[178,73,0,true,true,false],[179,29,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[189,49,0,true,true,false],[190,29,0,true,true,false],[191,16,0,true,true,false],[191,34,0,true,false,false],[191,35,0,true,true,false],[193,37,0,true,true,false],[206,41,0,true,true,false],[207,56,0,true,true,false],[209,26,0,true,false,false],[213,43,0,true,true,false],[214,34,0,true,true,false],[216,30,0,true,false,false],[222,14,0,true,true,false],[224,16,0,true,true,false],[224,41,0,true,false,false],[224,42,0,true,true,false],[225,37,0,true,true,false],[231,18,0,true,false,false],[232,20,0,true,true,false],[233,57,0,true,true,false],[237,60,0,true,true,false],[239,34,0,true,true,false],[239,72,0,true,false,false],[240,34,0,true,true,false],[241,36,0,true,true,false],[241,40,0,true,false,false],[241,41,0,true,true,false],[243,34,0,true,false,false],[243,40,0,true,true,false],[245,34,0,true,false,false],[247,28,0,true,true,false],[248,36,0,true,true,false],[252,30,0,true,false,false],[264,6,0,false,false,false],[266,87,0,true,true,false],[267,31,0,true,true,false],[267,38,0,true,false,false],[268,9,0,true,true,false],[268,31,0,true,false,false],[269,9,0,true,true,false],[269,30,0,true,false,false],[270,9,0,true,true,false],[270,31,0,true,false,false],[271,9,0,true,true,false],[271,40,0,true,false,false],[272,9,0,true,true,false],[272,30,0,true,false,false],[273,9,0,true,true,false],[273,28,0,true,false,false],[274,9,0,true,true,false],[274,39,0,true,false,false],[275,10,0,true,true,false],[277,43,0,true,false,false],[278,6,0,false,false,false],[280,41,0,true,true,false],[281,29,0,true,true,false],[295,10,0,true,false,false],[297,6,0,false,false,false],[299,40,0,true,true,false],[300,29,0,true,true,false],[301,41,0,true,true,false],[302,37,0,true,true,false],[314,24,0,true,true,false],[314,46,0,true,true,false],[314,93,0,true,false,false],[314,97,0,true,true,false],[314,140,0,true,false,false],[314,141,0,true,true,false],[315,45,0,true,true,false],[320,49,0,true,true,false],[321,64,0,true,true,false],[323,34,0,true,false,false],[327,53,0,true,true,false],[328,42,0,true,true,false],[330,44,0,true,true,false],[330,61,0,true,false,false],[330,62,0,true,true,false],[332,42,0,true,false,false],[344,22,0,true,true,false],[345,18,0,true,false,false],[347,23,0,true,true,false],[347,43,0,true,false,false],[347,44,0,true,true,false],[348,37,0,true,true,false],[357,18,0,true,false,false],[359,20,0,true,true,false],[360,57,0,true,true,false],[361,28,0,true,true,false],[365,44,0,true,true,false],[367,32,0,true,true,false],[367,53,0,true,false,false],[367,54,0,true,true,false],[369,30,0,true,true,false],[370,26,0,true,false,false],[375,32,0,true,true,false],[376,48,0,true,true,false],[377,51,0,true,true,false],[383,47,0,true,true,false],[384,68,0,true,true,false],[384,78,0,true,true,false],[385,44,0,true,true,false],[385,75,0,true,false,false],[385,76,0,true,true,false],[387,42,0,true,false,false],[387,48,0,true,true,false],[389,42,0,true,false,false],[399,6,0,false,false,false],[403,35,0,true,true,false],[404,16,0,true,true,false],[405,16,0,true,true,false],[405,43,0,true,false,false],[405,44,0,true,true,false],[406,32,0,true,true,false],[408,18,0,true,false,false],[410,14,0,true,true,false],[414,46,0,true,true,false],[414,60,0,true,false,false],[414,63,0,true,true,false],[414,73,0,true,false,false],[414,75,0,true,true,false],[416,14,0,true,false,false],[422,6,0,false,false,false],[424,38,0,true,true,false],[425,16,0,true,true,false],[425,27,0,true,false,false],[426,9,0,true,true,false],[427,18,0,true,false,false],[428,9,0,true,true,false],[429,41,0,true,true,false],[429,59,0,true,false,false],[430,9,0,true,true,false],[431,17,0,true,false,false],[432,9,0,true,true,false],[433,34,0,true,false,false],[434,10,0,true,true,false],[435,6,0,false,false,false],[439,27,0,true,true,false],[440,23,0,true,true,false],[441,20,0,true,true,false],[441,31,0,true,false,false],[442,13,0,true,true,false],[443,43,0,true,false,false],[444,13,0,true,true,false],[445,48,0,true,false,false],[446,13,0,true,true,false],[447,22,0,true,false,false],[448,14,0,true,true,false],[449,10,0,true,false,false],[450,6,0,false,false,false],[452,27,0,true,true,false],[453,23,0,true,true,false],[454,20,0,true,true,false],[454,31,0,true,false,false],[455,13,0,true,true,false],[456,48,0,true,false,false],[457,13,0,true,true,false],[458,28,0,true,false,false],[459,13,0,true,true,false],[460,27,0,true,false,false],[461,13,0,true,true,false],[462,22,0,true,false,false],[463,14,0,true,true,false],[464,10,0,true,false,false],[465,6,0,false,false,false],[467,30,0,true,true,false],[472,14,0,true,true,false],[473,16,0,true,true,false],[476,37,0,true,true,false],[478,18,0,true,false,false],[480,39,0,true,true,false],[482,18,0,true,true,false],[487,18,0,true,true,false],[489,37,0,true,true,false],[492,56,0,true,true,false],[492,88,0,true,false,false],[493,71,0,true,true,false],[493,75,0,true,false,false],[497,21,0,true,true,false],[498,37,0,true,true,false],[502,18,0,true,false,false],[503,14,0,true,true,false],[504,10,0,true,false,false],[505,6,0,false,false,false],[507,29,0,true,true,false],[508,44,0,true,true,false],[509,46,0,true,true,false],[509,74,0,true,false,false],[513,6,0,false,false,false],[515,47,0,true,true,false],[516,110,0,true,true,false],[518,10,0,true,false,false],[519,6,0,false,false,false],[521,40,0,true,true,false],[522,29,0,true,true,false],[522,60,0,true,false,false],[523,6,0,false,false,false],[525,61,0,true,true,false],[527,6,0,false,false,false],[529,69,0,true,true,false],[531,12,0,true,true,false],[531,35,0,true,false,false],[531,36,0,true,true,false],[533,10,0,true,true,false],[534,21,0,true,false,false],[535,6,0,false,false,false],[548,25,0,true,true,false],[549,29,0,true,true,false],[552,22,0,true,true,false],[552,36,0,true,false,false],[553,22,0,true,true,false],[553,41,0,true,false,false],[561,19,0,true,true,false],[562,32,0,true,true,false],[567,18,0,true,false,false],[567,24,0,true,true,false],[571,18,0,true,false,false],[585,16,0,true,true,false],[585,30,0,true,false,false],[585,31,0,true,true,false],[595,14,0,true,true,false],[596,10,0,true,false,false],[601,36,0,true,true,false],[601,66,0,true,false,false],[601,69,0,true,true,false],[601,106,0,true,false,false],[604,23,0,true,true,false],[605,40,0,true,true,false],[605,50,0,true,true,false],[607,10,0,true,false,false],[608,35,0,true,true,false],[608,39,0,true,false,false],[608,42,0,true,true,false],[608,45,0,true,false,false],[609,15,0,true,true,false],[611,10,0,true,false,false],[612,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":97,"covered":0,"percent":0},"instantiations":{"count":97,"covered":0,"percent":0},"lines":{"count":1501,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":184,"covered":0,"notcovered":184,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift","mcdc_records":[],"segments":[[9,38,0,true,true,false],[9,43,0,false,false,false],[11,49,0,true,true,false],[11,54,0,false,false,false],[17,7,0,true,true,false],[21,85,0,true,true,false],[21,121,0,true,false,false],[22,6,0,false,false,false],[24,44,0,true,true,false],[25,29,0,true,true,false],[25,57,0,true,false,false],[26,6,0,false,false,false],[28,34,0,true,true,false],[29,33,0,true,true,false],[29,57,0,true,false,false],[30,6,0,false,false,false],[32,25,0,true,true,false],[33,28,0,true,true,false],[35,16,0,true,true,false],[35,37,0,true,false,false],[35,38,0,true,true,false],[37,14,0,true,false,false],[37,20,0,true,true,false],[40,14,0,true,false,false],[43,16,0,true,true,false],[43,27,0,true,false,false],[43,28,0,true,true,false],[46,14,0,true,false,false],[46,23,0,true,true,false],[46,45,0,true,false,false],[46,46,0,true,true,false],[47,24,0,true,true,false],[48,63,0,true,true,false],[50,22,0,true,false,false],[51,26,0,true,true,false],[52,28,0,true,true,false],[56,22,0,true,false,false],[63,14,0,true,true,false],[66,16,0,true,true,false],[66,38,0,true,false,false],[66,39,0,true,true,false],[67,45,0,true,true,false],[68,28,0,true,true,false],[73,22,0,true,false,false],[80,14,0,true,true,false],[81,10,0,true,false,false],[83,82,0,true,true,false],[84,45,0,true,true,false],[84,47,0,true,false,false],[85,35,0,true,true,false],[87,14,0,true,false,false],[88,20,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false],[103,43,0,true,true,false],[104,29,0,true,true,false],[109,53,0,true,true,false],[110,80,0,true,true,false],[110,82,0,true,false,false],[110,85,0,true,true,false],[110,88,0,true,false,false],[110,135,0,true,true,false],[110,137,0,true,false,false],[110,140,0,true,true,false],[110,143,0,true,false,false],[114,46,0,true,true,false],[118,18,0,true,true,false],[119,14,0,true,false,false],[124,18,0,true,true,false],[125,32,0,true,true,false],[125,52,0,true,false,false],[125,54,0,true,true,false],[127,18,0,true,false,false],[129,32,0,true,true,false],[129,43,0,true,false,false],[129,45,0,true,true,false],[131,18,0,true,false,false],[133,45,0,true,true,false],[135,18,0,true,false,false],[136,22,0,true,true,false],[139,14,0,true,false,false],[144,6,0,false,false,false],[147,39,0,true,true,false],[148,29,0,true,true,false],[161,33,0,true,true,false],[162,32,0,true,true,false],[162,52,0,true,false,false],[162,54,0,true,true,false],[164,18,0,true,false,false],[168,45,0,true,true,false],[170,18,0,true,false,false],[177,6,0,false,false,false],[182,43,0,true,true,false],[183,50,0,true,true,false],[185,16,0,true,true,false],[185,39,0,true,false,false],[185,40,0,true,true,false],[186,57,0,true,true,false],[192,30,0,true,true,false],[192,51,0,true,true,false],[192,78,0,true,true,false],[192,84,0,true,false,false],[193,30,0,true,true,false],[197,26,0,true,false,false],[198,24,0,true,true,false],[199,48,0,true,true,false],[200,36,0,true,true,false],[205,30,0,true,false,false],[212,14,0,true,true,false],[215,42,0,true,true,false],[217,14,0,true,true,false],[220,20,0,true,true,false],[221,59,0,true,true,false],[223,18,0,true,false,false],[224,22,0,true,true,false],[225,24,0,true,true,false],[229,18,0,true,false,false],[237,6,0,false,false,false],[240,67,0,true,true,false],[241,50,0,true,true,false],[243,20,0,true,true,false],[246,57,0,true,true,false],[252,18,0,true,false,false],[260,16,0,true,true,false],[260,37,0,true,false,false],[260,38,0,true,true,false],[261,57,0,true,true,false],[266,53,0,true,true,false],[268,22,0,true,false,false],[270,24,0,true,true,false],[270,46,0,true,false,false],[270,47,0,true,true,false],[275,22,0,true,true,false],[276,18,0,true,false,false],[277,20,0,true,true,false],[283,14,0,true,false,false],[286,16,0,true,true,false],[286,30,0,true,false,false],[286,31,0,true,true,false],[288,57,0,true,true,false],[289,40,0,true,true,false],[290,44,0,true,true,false],[297,26,0,true,false,false],[304,14,0,true,true,false],[305,10,0,true,false,false],[306,6,0,false,false,false],[310,33,0,true,true,false],[312,6,0,false,false,false],[314,41,0,true,true,false],[316,6,0,false,false,false],[318,38,0,true,true,false],[323,6,0,false,false,false],[325,32,0,true,true,false],[339,6,0,false,false,false],[347,25,0,true,true,false],[348,28,0,true,true,false],[350,32,0,true,true,false],[351,49,0,true,true,false],[359,18,0,true,false,false],[369,74,0,true,true,false],[377,14,0,true,true,false],[385,10,0,true,false,false],[390,6,0,false,false,false],[392,67,0,true,true,false],[393,16,0,true,true,false],[393,21,0,true,false,false],[394,9,0,true,true,false],[394,32,0,true,false,false],[395,9,0,true,true,false],[395,26,0,true,false,false],[396,9,0,true,true,false],[396,32,0,true,false,false],[397,9,0,true,true,false],[397,28,0,true,false,false],[398,9,0,true,true,false],[398,25,0,true,false,false],[399,10,0,true,true,false],[400,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":68,"covered":0,"percent":0},"instantiations":{"count":71,"covered":0,"percent":0},"lines":{"count":925,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":0,"notcovered":108,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift","mcdc_records":[],"segments":[[11,42,0,true,true,false],[11,47,0,false,false,false],[13,49,0,true,true,false],[13,54,0,false,false,false],[20,7,0,true,true,false],[25,85,0,true,true,false],[25,121,0,true,false,false],[26,6,0,false,false,false],[28,44,0,true,true,false],[29,34,0,true,true,false],[29,62,0,true,false,false],[30,6,0,false,false,false],[32,42,0,true,true,false],[33,45,0,true,true,false],[33,59,0,true,true,false],[34,46,0,true,true,false],[34,61,0,true,false,false],[35,6,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[40,20,0,true,true,false],[45,42,0,true,true,false],[49,18,0,true,false,false],[59,32,0,true,true,false],[67,78,0,true,true,false],[69,18,0,true,false,false],[69,24,0,true,true,false],[71,18,0,true,false,false],[75,47,0,true,true,false],[76,33,0,true,true,false],[79,29,0,true,true,false],[82,47,0,true,true,false],[82,75,0,true,false,false],[83,25,0,true,true,false],[85,26,0,true,false,false],[89,31,0,true,true,false],[92,22,0,true,false,false],[94,14,0,true,true,false],[95,10,0,true,false,false],[97,6,0,false,false,false],[102,45,0,true,true,false],[103,49,0,true,true,false],[113,24,0,true,true,false],[114,36,0,true,true,false],[115,49,0,true,true,false],[119,39,0,true,true,false],[120,75,0,true,true,false],[122,34,0,true,false,false],[134,28,0,true,true,false],[134,39,0,true,false,false],[134,41,0,true,true,false],[137,14,0,true,false,false],[144,6,0,false,false,false],[149,79,0,true,true,false],[150,20,0,true,true,false],[151,54,0,true,true,false],[153,57,0,true,true,false],[154,28,0,true,true,false],[156,34,0,true,true,false],[156,48,0,true,false,false],[157,34,0,true,true,false],[157,73,0,true,false,false],[166,28,0,true,true,false],[166,56,0,true,false,false],[166,57,0,true,true,false],[167,36,0,true,true,false],[169,30,0,true,false,false],[169,38,0,true,true,false],[172,30,0,true,false,false],[176,26,0,true,true,false],[177,22,0,true,false,false],[180,30,0,true,true,false],[180,53,0,true,true,false],[180,55,0,true,false,false],[181,30,0,true,true,false],[181,85,0,true,true,false],[181,88,0,true,false,false],[181,91,0,true,true,false],[181,93,0,true,false,false],[191,57,0,true,true,false],[196,30,0,true,true,false],[196,48,0,true,false,false],[197,30,0,true,true,false],[201,26,0,true,false,false],[202,24,0,true,true,false],[203,69,0,true,true,false],[204,36,0,true,true,false],[207,30,0,true,false,false],[216,57,0,true,true,false],[217,28,0,true,true,false],[227,22,0,true,false,false],[231,34,0,true,true,false],[231,59,0,true,false,false],[232,34,0,true,true,false],[232,81,0,true,false,false],[239,40,0,true,true,false],[240,66,0,true,true,false],[241,52,0,true,true,false],[243,30,0,true,false,false],[258,58,0,true,true,false],[259,28,0,true,true,false],[266,22,0,true,false,false],[268,24,0,true,true,false],[268,45,0,true,false,false],[268,46,0,true,true,false],[269,44,0,true,true,false],[270,51,0,true,true,false],[273,45,0,true,true,false],[276,38,0,true,false,false],[277,47,0,true,true,false],[280,38,0,true,false,false],[284,28,0,true,true,false],[292,22,0,true,false,false],[294,36,0,true,true,false],[294,47,0,true,false,false],[294,49,0,true,true,false],[296,22,0,true,false,false],[301,20,0,true,true,false],[301,34,0,true,false,false],[301,35,0,true,true,false],[303,61,0,true,true,false],[304,44,0,true,true,false],[305,48,0,true,true,false],[310,30,0,true,false,false],[317,18,0,true,true,false],[320,36,0,true,true,false],[326,18,0,true,false,false],[338,16,0,true,true,false],[345,36,0,true,true,false],[347,14,0,true,false,false],[353,6,0,false,false,false],[356,39,0,true,true,false],[357,29,0,true,true,false],[367,10,0,true,false,false],[369,6,0,false,false,false],[373,32,0,true,true,false],[384,6,0,false,false,false],[386,51,0,true,true,false],[387,49,0,true,true,false],[387,59,0,true,true,false],[389,61,0,true,true,false],[389,82,0,true,false,false],[389,84,0,true,true,false],[393,57,0,true,true,false],[395,14,0,true,false,false],[397,6,0,false,false,false],[399,32,0,true,true,false],[400,51,0,true,true,false],[400,61,0,true,true,false],[412,6,0,false,false,false],[422,25,0,true,true,false],[423,34,0,true,true,false],[424,32,0,true,true,false],[427,51,0,true,true,false],[427,57,0,true,false,false],[427,60,0,true,true,false],[427,70,0,true,false,false],[429,57,0,true,true,false],[432,50,0,true,true,false],[432,59,0,true,false,false],[432,62,0,true,true,false],[432,70,0,true,false,false],[433,55,0,true,true,false],[433,61,0,true,false,false],[433,64,0,true,true,false],[433,72,0,true,false,false],[437,55,0,true,true,false],[437,74,0,true,false,false],[437,77,0,true,true,false],[437,87,0,true,false,false],[442,20,0,true,true,false],[442,34,0,true,false,false],[442,35,0,true,true,false],[445,55,0,true,true,false],[445,61,0,true,false,false],[445,64,0,true,true,false],[445,71,0,true,false,false],[446,18,0,true,true,false],[447,14,0,true,false,false],[449,38,0,true,true,false],[449,55,0,true,false,false],[449,58,0,true,true,false],[449,69,0,true,false,false],[454,6,0,false,false,false],[464,25,0,true,true,false],[465,29,0,true,true,false],[467,32,0,true,true,false],[468,49,0,true,true,false],[476,18,0,true,false,false],[487,74,0,true,true,false],[493,14,0,true,true,false],[502,36,0,true,true,false],[505,14,0,true,false,false],[509,38,0,true,true,false],[513,14,0,true,false,false],[520,6,0,false,false,false],[522,67,0,true,true,false],[523,16,0,true,true,false],[523,21,0,true,false,false],[524,9,0,true,true,false],[524,32,0,true,false,false],[525,9,0,true,true,false],[525,26,0,true,false,false],[526,9,0,true,true,false],[526,32,0,true,false,false],[527,9,0,true,true,false],[527,28,0,true,false,false],[528,9,0,true,true,false],[528,25,0,true,false,false],[529,10,0,true,true,false],[530,6,0,false,false,false],[544,111,0,true,true,false],[550,65,0,true,true,false],[550,67,0,true,false,false],[551,6,0,false,false,false],[553,33,0,true,true,false],[567,6,0,false,false,false],[569,25,0,true,true,false],[570,28,0,true,true,false],[572,20,0,true,true,false],[577,42,0,true,true,false],[580,18,0,true,false,false],[589,24,0,true,true,false],[590,58,0,true,true,false],[592,61,0,true,true,false],[597,34,0,true,true,false],[597,65,0,true,false,false],[598,34,0,true,true,false],[598,72,0,true,true,false],[598,83,0,true,false,false],[608,61,0,true,true,false],[619,93,0,true,true,false],[620,61,0,true,true,false],[621,40,0,true,true,false],[623,34,0,true,false,false],[623,42,0,true,true,false],[627,34,0,true,false,false],[637,61,0,true,true,false],[643,22,0,true,false,false],[646,24,0,true,true,false],[646,37,0,true,false,false],[646,55,0,true,true,false],[647,65,0,true,true,false],[651,49,0,true,true,false],[652,52,0,true,true,false],[653,63,0,true,true,false],[661,38,0,true,false,false],[675,22,0,true,true,false],[676,18,0,true,false,false],[683,20,0,true,true,false],[691,32,0,true,true,false],[696,60,0,true,true,false],[696,63,0,true,false,false],[696,66,0,true,true,false],[696,77,0,true,false,false],[702,45,0,true,true,false],[702,59,0,true,false,false],[709,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":108,"covered":0,"percent":0},"instantiations":{"count":110,"covered":0,"percent":0},"lines":{"count":2219,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":0,"notcovered":161,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift","mcdc_records":[],"segments":[[31,25,0,true,true,false],[32,28,0,true,true,false],[34,33,0,true,true,false],[36,36,0,true,true,false],[38,40,0,true,true,false],[45,22,0,true,false,false],[52,40,0,true,true,false],[59,22,0,true,false,false],[88,6,0,false,false,false],[92,45,0,true,true,false],[93,16,0,true,true,false],[95,18,0,true,true,false],[102,14,0,true,false,false],[106,18,0,true,true,false],[113,14,0,true,false,false],[117,18,0,true,true,false],[120,14,0,true,false,false],[134,6,0,false,false,false],[139,49,0,true,true,false],[140,50,0,true,true,false],[142,85,0,true,true,false],[143,37,0,true,true,false],[148,61,0,true,true,false],[154,22,0,true,false,false],[163,14,0,true,true,false],[166,90,0,true,true,false],[167,37,0,true,true,false],[172,61,0,true,true,false],[176,44,0,true,true,false],[177,105,0,true,true,false],[178,52,0,true,true,false],[184,34,0,true,false,false],[185,36,0,true,true,false],[185,86,0,true,false,false],[185,87,0,true,true,false],[188,34,0,true,true,false],[189,30,0,true,false,false],[200,14,0,true,true,false],[201,10,0,true,false,false],[203,6,0,false,false,false],[208,42,0,true,true,false],[209,29,0,true,true,false],[210,30,0,true,true,false],[212,14,0,true,false,false],[219,47,0,true,true,false],[223,20,0,true,true,false],[223,60,0,true,false,false],[223,61,0,true,true,false],[225,28,0,true,true,false],[227,22,0,true,false,false],[227,30,0,true,true,false],[228,44,0,true,true,false],[231,26,0,true,false,false],[237,24,0,true,true,false],[239,28,0,true,true,false],[241,22,0,true,false,false],[241,30,0,true,true,false],[242,44,0,true,true,false],[245,26,0,true,false,false],[253,20,0,true,true,false],[253,55,0,true,false,false],[253,56,0,true,true,false],[255,28,0,true,true,false],[257,22,0,true,false,false],[257,30,0,true,true,false],[258,44,0,true,true,false],[261,26,0,true,false,false],[267,24,0,true,true,false],[269,28,0,true,true,false],[271,22,0,true,false,false],[271,30,0,true,true,false],[272,44,0,true,true,false],[275,26,0,true,false,false],[281,14,0,true,true,false],[282,10,0,true,false,false],[284,6,0,false,false,false],[291,58,0,true,true,false],[333,12,0,true,true,false],[333,34,0,true,false,false],[333,35,0,true,true,false],[336,10,0,true,false,false],[337,12,0,true,true,false],[337,34,0,true,false,false],[337,35,0,true,true,false],[340,10,0,true,false,false],[341,12,0,true,true,false],[341,34,0,true,false,false],[341,35,0,true,true,false],[344,10,0,true,false,false],[345,12,0,true,true,false],[345,34,0,true,false,false],[345,35,0,true,true,false],[348,10,0,true,false,false],[350,48,0,true,true,false],[350,67,0,true,false,false],[352,12,0,true,true,false],[352,29,0,true,false,false],[352,30,0,true,true,false],[354,10,0,true,false,false],[354,16,0,true,true,false],[356,10,0,true,false,false],[357,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":37,"covered":0,"percent":0},"instantiations":{"count":37,"covered":0,"percent":0},"lines":{"count":803,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift","mcdc_records":[],"segments":[[15,25,0,true,true,false],[16,49,0,true,true,false],[21,32,0,true,true,false],[27,22,0,true,true,false],[28,50,0,true,true,false],[29,37,0,true,true,false],[31,26,0,true,false,false],[33,26,0,true,true,false],[36,18,0,true,false,false],[41,6,0,false,false,false],[53,25,0,true,true,false],[54,28,0,true,true,false],[56,35,0,true,true,false],[61,14,0,true,false,false],[61,20,0,true,true,false],[66,14,0,true,false,false],[69,29,0,true,true,false],[69,42,0,true,false,false],[83,19,0,true,true,false],[85,10,0,true,false,false],[86,6,0,false,false,false],[88,32,0,true,true,false],[92,90,0,true,true,false],[95,10,0,true,true,false],[98,57,0,true,true,false],[98,70,0,true,false,false],[98,73,0,true,true,false],[98,95,0,true,false,false],[105,33,0,true,true,false],[107,16,0,true,true,false],[107,60,0,true,false,false],[107,61,0,true,true,false],[110,14,0,true,true,false],[111,10,0,true,true,false],[116,18,0,true,true,false],[116,31,0,true,false,false],[117,39,0,true,true,false],[117,53,0,true,false,false],[117,57,0,true,true,false],[117,70,0,true,false,false],[118,6,0,false,false,false],[120,42,0,true,true,false],[129,9,0,true,true,false],[131,10,0,true,false,false],[131,16,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false],[146,32,0,true,true,false],[148,6,0,false,false,false],[150,25,0,true,true,false],[151,28,0,true,true,false],[152,28,0,true,true,false],[157,14,0,true,false,false],[157,20,0,true,true,false],[162,14,0,true,false,false],[178,19,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[193,58,0,true,true,false],[195,75,0,true,true,false],[197,10,0,true,true,false],[199,64,0,true,false,false],[200,6,0,false,false,false],[202,25,0,true,true,false],[203,28,0,true,true,false],[214,10,0,true,false,false],[225,6,0,false,false,false],[235,35,0,true,true,false],[237,6,0,false,false,false],[240,37,0,true,true,false],[242,6,0,false,false,false],[244,25,0,true,true,false],[245,28,0,true,true,false],[256,10,0,true,false,false],[267,6,0,false,false,false],[278,71,0,true,true,false],[282,6,0,false,false,false],[284,25,0,true,true,false],[285,49,0,true,true,false],[286,32,0,true,true,false],[296,14,0,true,false,false],[298,29,0,true,true,false],[302,14,0,true,true,false],[303,10,0,true,false,false],[306,6,0,false,false,false],[315,25,0,true,true,false],[316,49,0,true,true,false],[317,32,0,true,true,false],[319,39,0,true,true,false],[323,18,0,true,false,false],[323,24,0,true,true,false],[328,18,0,true,false,false],[343,19,0,true,true,false],[345,10,0,true,false,false],[346,6,0,false,false,false],[348,32,0,true,true,false],[349,117,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[365,25,0,true,true,false],[366,49,0,true,true,false],[368,32,0,true,true,false],[376,14,0,true,false,false],[381,40,0,true,true,false],[383,14,0,true,false,false],[383,22,0,true,true,false],[387,14,0,true,false,false],[399,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":567,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,33,0,true,true,false],[10,53,0,true,true,false],[16,14,0,true,false,false],[19,6,0,false,false,false],[33,25,0,true,true,false],[34,49,0,true,true,false],[38,64,0,true,true,false],[62,24,0,true,true,false],[64,18,0,true,false,false],[64,26,0,true,true,false],[66,18,0,true,false,false],[73,64,0,true,true,false],[74,57,0,true,true,false],[83,18,0,true,false,false],[85,57,0,true,true,false],[95,18,0,true,false,false],[102,32,0,true,true,false],[107,14,0,true,true,false],[108,10,0,true,false,false],[109,6,0,false,false,false],[122,35,0,true,true,false],[123,27,0,true,true,false],[123,46,0,true,false,false],[124,6,0,false,false,false],[126,25,0,true,true,false],[127,12,0,true,true,false],[127,24,0,true,false,false],[127,25,0,true,true,false],[128,33,0,true,true,false],[129,37,0,true,true,false],[134,40,0,true,true,false],[143,22,0,true,false,false],[148,16,0,true,true,false],[149,24,0,true,true,false],[150,41,0,true,true,false],[153,24,0,true,true,false],[153,38,0,true,false,false],[153,39,0,true,true,false],[161,40,0,true,true,false],[164,43,0,true,true,false],[166,34,0,true,false,false],[167,49,0,true,true,false],[169,34,0,true,false,false],[170,43,0,true,true,false],[172,34,0,true,false,false],[176,22,0,true,true,false],[180,41,0,true,true,false],[183,60,0,true,true,false],[183,61,0,true,false,false],[183,64,0,true,true,false],[183,65,0,true,false,false],[185,51,0,true,true,false],[189,43,0,true,true,false],[191,34,0,true,false,false],[200,6,0,false,false,false],[212,46,0,true,true,false],[214,6,0,false,false,false],[217,49,0,true,true,false],[223,14,0,true,true,false],[225,10,0,true,true,false],[226,48,0,true,false,false],[227,6,0,false,false,false],[230,40,0,true,true,false],[232,6,0,false,false,false],[235,48,0,true,true,false],[237,6,0,false,false,false],[239,25,0,true,true,false],[240,50,0,true,true,false],[241,50,0,true,true,false],[242,57,0,true,true,false],[246,40,0,true,true,false],[253,60,0,true,true,false],[255,26,0,true,false,false],[255,73,0,true,true,false],[257,26,0,true,false,false],[257,61,0,true,true,false],[259,26,0,true,false,false],[259,73,0,true,true,false],[261,26,0,true,false,false],[261,32,0,true,true,false],[263,26,0,true,false,false],[266,57,0,true,true,false],[268,26,0,true,true,false],[271,22,0,true,false,false],[273,63,0,true,true,false],[277,22,0,true,true,false],[278,18,0,true,false,false],[285,30,0,true,true,false],[285,48,0,true,false,false],[286,30,0,true,true,false],[286,46,0,true,false,false],[294,22,0,true,true,false],[295,46,0,true,true,false],[295,66,0,true,false,false],[298,58,0,true,true,false],[298,72,0,true,false,false],[301,26,0,true,true,false],[305,18,0,true,false,false],[316,6,0,false,false,false],[319,78,0,true,true,false],[320,28,0,true,true,false],[321,20,0,true,true,false],[321,28,0,true,false,false],[322,13,0,true,true,false],[323,92,0,true,false,false],[325,13,0,true,true,false],[326,57,0,true,true,false],[329,24,0,true,true,false],[329,45,0,true,false,false],[329,46,0,true,true,false],[331,22,0,true,false,false],[331,28,0,true,true,false],[332,82,0,true,true,false],[333,32,0,true,true,false],[333,45,0,true,false,false],[333,46,0,true,true,false],[337,30,0,true,true,false],[339,26,0,true,false,false],[343,13,0,true,true,false],[344,28,0,true,false,false],[346,13,0,true,true,false],[351,18,0,true,false,false],[352,14,0,true,true,false],[353,10,0,true,false,false],[355,6,0,false,false,false],[358,107,0,true,true,false],[366,43,0,true,true,false],[368,45,0,true,true,false],[368,57,0,true,true,false],[371,56,0,true,true,false],[371,77,0,true,false,false],[371,80,0,true,true,false],[371,100,0,true,false,false],[372,54,0,true,true,false],[372,74,0,true,false,false],[372,77,0,true,true,false],[372,87,0,true,false,false],[375,10,0,true,true,false],[377,29,0,true,false,false],[378,6,0,false,false,false],[381,86,0,true,true,false],[382,28,0,true,true,false],[388,10,0,true,false,false],[389,6,0,false,false,false],[391,64,0,true,true,false],[411,54,0,true,true,false],[413,10,0,true,true,false],[418,12,0,true,true,false],[418,34,0,true,false,false],[418,35,0,true,true,false],[421,10,0,true,false,false],[421,19,0,true,true,false],[421,41,0,true,false,false],[421,42,0,true,true,false],[424,10,0,true,false,false],[424,19,0,true,true,false],[424,41,0,true,false,false],[424,42,0,true,true,false],[427,10,0,true,false,false],[427,19,0,true,true,false],[427,41,0,true,false,false],[427,42,0,true,true,false],[430,10,0,true,false,false],[432,57,0,true,true,false],[434,10,0,true,true,false],[436,43,0,true,false,false],[437,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":1020,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":102,"covered":0,"notcovered":102,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift","mcdc_records":[],"segments":[[8,50,0,true,true,false],[8,52,0,false,false,false],[10,46,0,true,true,false],[10,48,0,false,false,false],[11,47,0,true,true,false],[11,49,0,false,false,false],[12,43,0,true,true,false],[12,45,0,false,false,false],[13,43,0,true,true,false],[13,45,0,false,false,false],[16,53,0,true,true,false],[17,56,0,true,true,false],[17,70,0,true,false,false],[18,40,0,true,true,false],[18,54,0,true,false,false],[21,6,0,false,false,false],[23,43,0,true,true,false],[26,27,0,true,true,false],[28,10,0,true,true,false],[29,29,0,true,true,false],[30,16,0,true,true,false],[30,46,0,true,false,false],[30,47,0,true,true,false],[33,14,0,true,true,false],[34,37,0,true,true,false],[34,51,0,true,false,false],[36,6,0,false,false,false],[38,25,0,true,true,false],[39,49,0,true,true,false],[53,28,0,true,true,false],[53,41,0,true,false,false],[63,31,0,true,true,false],[64,30,0,true,true,false],[64,94,0,true,false,false],[66,29,0,true,true,false],[66,45,0,true,false,false],[67,31,0,true,true,false],[69,18,0,true,false,false],[70,34,0,true,true,false],[72,18,0,true,false,false],[75,19,0,true,true,false],[77,10,0,true,false,false],[78,85,0,true,true,false],[80,10,0,true,false,false],[82,60,0,true,true,false],[82,62,0,true,false,false],[84,22,0,true,true,false],[84,50,0,true,false,false],[85,22,0,true,true,false],[85,27,0,true,true,false],[85,30,0,true,false,false],[85,31,0,true,true,false],[85,58,0,true,false,false],[87,11,0,true,true,false],[88,45,0,true,true,false],[88,47,0,true,false,false],[91,50,0,true,true,false],[92,49,0,true,true,false],[94,26,0,true,true,false],[94,75,0,true,false,false],[95,24,0,true,true,false],[97,18,0,true,false,false],[102,20,0,true,true,false],[104,10,0,true,false,false],[108,22,0,true,true,false],[108,53,0,true,false,false],[109,22,0,true,true,false],[109,27,0,true,true,false],[109,30,0,true,false,false],[109,31,0,true,true,false],[109,61,0,true,false,false],[111,11,0,true,true,false],[112,45,0,true,true,false],[112,47,0,true,false,false],[113,50,0,true,true,false],[114,55,0,true,true,false],[116,18,0,true,false,false],[119,20,0,true,true,false],[120,51,0,true,true,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[125,6,0,false,false,false],[129,34,0,true,true,false],[139,37,0,true,true,false],[142,10,0,true,true,false],[144,14,0,true,true,false],[146,33,0,true,true,false],[147,20,0,true,true,false],[147,25,0,true,false,false],[147,26,0,true,true,false],[152,18,0,true,false,false],[152,24,0,true,true,false],[154,18,0,true,false,false],[157,6,0,false,false,false],[164,21,3,true,true,false],[175,43,3,true,true,false],[175,46,3,true,false,false],[175,49,0,true,true,false],[175,61,3,true,false,false],[177,6,0,false,false,false],[179,55,0,true,true,false],[185,6,0,false,false,false],[187,35,0,true,true,false],[188,14,0,true,true,false],[190,33,0,true,true,false],[191,45,0,true,true,false],[191,96,0,true,false,false],[194,6,0,false,false,false],[196,77,0,true,true,false],[197,14,0,true,true,false],[199,47,0,true,true,false],[199,71,0,true,false,false],[201,16,0,true,true,false],[202,20,0,true,true,false],[202,51,0,true,false,false],[202,52,0,true,true,false],[203,116,0,true,true,false],[204,18,0,true,false,false],[204,24,0,true,true,false],[205,80,0,true,true,false],[206,18,0,true,true,false],[208,67,0,true,true,false],[212,14,0,true,false,false],[212,21,0,true,true,false],[214,14,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":1,"percent":2.1276595744680851},"instantiations":{"count":49,"covered":1,"percent":2.0408163265306123},"lines":{"count":365,"covered":14,"percent":3.8356164383561646},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":2,"notcovered":76,"percent":2.5641025641025639}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift","mcdc_records":[],"segments":[[15,32,0,true,true,false],[15,52,0,false,false,false],[16,33,0,true,true,false],[16,53,0,false,false,false],[18,25,0,true,true,false],[19,29,0,true,true,false],[21,33,0,true,true,false],[23,36,0,true,true,false],[24,55,0,true,true,false],[31,36,0,true,true,false],[31,58,0,true,false,false],[32,38,0,true,true,false],[33,75,0,true,true,false],[34,61,0,true,true,false],[34,64,0,true,false,false],[34,67,0,true,true,false],[34,70,0,true,false,false],[46,36,0,true,true,false],[47,56,0,true,true,false],[54,36,0,true,true,false],[54,58,0,true,false,false],[55,38,0,true,true,false],[56,75,0,true,true,false],[57,61,0,true,true,false],[57,64,0,true,false,false],[57,67,0,true,true,false],[57,70,0,true,false,false],[76,6,0,false,false,false],[89,36,0,true,true,false],[89,41,0,false,false,false],[91,36,0,true,true,false],[93,6,0,false,false,false],[95,41,0,true,true,false],[96,33,0,true,true,false],[96,46,0,true,true,false],[103,42,0,true,true,false],[103,50,0,true,false,false],[104,6,0,false,false,false],[106,25,0,true,true,false],[107,28,0,true,true,false],[114,16,0,true,true,false],[114,31,0,true,false,false],[114,43,0,true,true,false],[118,14,0,true,false,false],[118,23,0,true,true,false],[118,33,0,true,false,false],[118,34,0,true,true,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[133,34,0,true,true,false],[133,38,0,true,false,false],[133,41,0,true,true,false],[133,54,0,true,true,false],[133,58,0,true,false,false],[133,61,0,true,true,false],[133,64,0,true,false,false],[136,23,0,true,true,false],[137,54,0,true,true,false],[139,14,0,true,false,false],[140,67,0,true,true,false],[141,58,0,true,true,false],[143,18,0,true,false,false],[147,18,0,true,true,false],[149,13,0,false,true,false],[149,26,0,true,false,false],[150,20,0,true,true,false],[150,28,0,true,false,false],[150,29,0,true,true,false],[152,18,0,true,false,false],[152,24,0,true,true,false],[154,18,0,true,false,false],[155,13,0,false,true,false],[155,19,0,true,false,false],[157,6,0,false,false,false],[159,40,0,true,true,false],[160,12,0,true,true,false],[160,22,0,true,false,false],[160,23,0,true,true,false],[162,10,0,true,false,false],[162,19,0,true,true,false],[162,28,0,true,false,false],[162,29,0,true,true,false],[164,10,0,true,false,false],[164,19,0,true,true,false],[164,28,0,true,false,false],[164,29,0,true,true,false],[166,10,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[171,34,0,true,true,false],[172,12,0,true,true,false],[172,22,0,true,false,false],[172,23,0,true,true,false],[174,10,0,true,false,false],[174,19,0,true,true,false],[174,28,0,true,false,false],[174,29,0,true,true,false],[176,10,0,true,false,false],[176,16,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[181,36,0,true,true,false],[182,12,0,true,true,false],[182,22,0,true,false,false],[182,23,0,true,true,false],[184,10,0,true,false,false],[184,19,0,true,true,false],[184,28,0,true,false,false],[184,29,0,true,true,false],[186,10,0,true,false,false],[186,16,0,true,true,false],[188,10,0,true,false,false],[189,6,0,false,false,false],[191,38,0,true,true,false],[192,22,0,true,true,false],[192,23,0,true,false,false],[192,26,0,true,true,false],[192,27,0,true,false,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":383,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":0,"notcovered":67,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[11,45,0,false,false,false],[13,42,0,true,true,false],[13,47,0,false,false,false],[15,25,0,true,true,false],[16,28,0,true,true,false],[22,32,0,true,true,false],[23,62,0,true,true,false],[24,60,0,true,true,false],[24,63,0,true,false,false],[24,66,0,true,true,false],[24,69,0,true,false,false],[32,16,0,true,true,false],[32,29,0,true,false,false],[32,30,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[36,24,0,true,true,false],[37,63,0,true,true,false],[39,22,0,true,false,false],[40,26,0,true,true,false],[41,28,0,true,true,false],[45,22,0,true,false,false],[55,16,0,true,true,false],[55,31,0,true,false,false],[55,49,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,45,0,true,true,false],[68,50,0,true,true,false],[70,53,0,true,true,false],[75,26,0,true,true,false],[75,47,0,true,false,false],[76,26,0,true,true,false],[79,22,0,true,false,false],[80,20,0,true,true,false],[83,18,0,true,false,false],[95,53,0,true,true,false],[100,26,0,true,true,false],[100,76,0,true,false,false],[101,26,0,true,true,false],[102,32,0,true,true,false],[102,38,0,true,false,false],[103,25,0,true,true,false],[105,88,0,true,false,false],[106,25,0,true,true,false],[107,34,0,true,false,false],[108,26,0,true,true,false],[110,22,0,true,false,false],[111,20,0,true,true,false],[114,18,0,true,false,false],[120,26,0,true,true,false],[120,49,0,true,false,false],[121,26,0,true,true,false],[125,22,0,true,false,false],[126,20,0,true,true,false],[131,18,0,true,false,false],[138,20,0,true,true,false],[138,50,0,true,false,false],[138,51,0,true,true,false],[142,18,0,true,true,false],[143,14,0,true,false,false],[146,53,0,true,true,false],[150,37,0,true,true,false],[151,61,0,true,true,false],[155,32,0,true,true,false],[157,38,0,true,true,false],[157,65,0,true,false,false],[158,38,0,true,true,false],[161,34,0,true,false,false],[171,61,0,true,true,false],[175,32,0,true,true,false],[177,38,0,true,true,false],[177,65,0,true,false,false],[178,38,0,true,true,false],[181,34,0,true,false,false],[193,26,0,true,true,false],[193,59,0,true,false,false],[194,26,0,true,true,false],[197,22,0,true,false,false],[203,24,0,true,true,false],[208,30,0,true,true,false],[208,70,0,true,false,false],[209,30,0,true,true,false],[212,26,0,true,false,false],[222,26,0,true,true,false],[222,49,0,true,false,false],[223,26,0,true,true,false],[226,22,0,true,false,false],[232,20,0,true,true,false],[232,39,0,true,false,false],[232,40,0,true,true,false],[233,61,0,true,true,false],[238,101,0,true,true,false],[239,49,0,true,true,false],[240,58,0,true,true,false],[241,77,0,true,true,false],[246,50,0,true,true,false],[246,85,0,true,true,false],[246,86,0,true,false,false],[247,50,0,true,true,false],[248,52,0,true,true,false],[248,65,0,true,false,false],[248,66,0,true,true,false],[250,50,0,true,false,false],[250,56,0,true,true,false],[252,50,0,true,false,false],[268,18,0,true,true,false],[269,14,0,true,false,false],[272,20,0,true,true,false],[273,59,0,true,true,false],[277,18,0,true,false,false],[278,22,0,true,true,false],[279,24,0,true,true,false],[283,18,0,true,false,false],[296,6,0,false,false,false],[300,44,0,true,true,false],[301,49,0,true,true,false],[306,32,0,true,true,false],[307,72,0,true,true,false],[308,28,0,true,true,false],[309,28,0,true,true,false],[309,60,0,true,false,false],[309,61,0,true,true,false],[311,26,0,true,false,false],[311,32,0,true,true,false],[313,26,0,true,false,false],[315,30,0,true,true,false],[319,81,0,true,true,false],[319,87,0,true,false,false],[319,90,0,true,true,false],[319,98,0,true,false,false],[323,78,0,true,true,false],[323,90,0,true,false,false],[323,93,0,true,true,false],[323,130,0,true,false,false],[336,6,0,false,false,false],[340,67,0,true,true,false],[341,50,0,true,true,false],[342,20,0,true,true,false],[346,24,0,true,true,false],[347,62,0,true,true,false],[350,22,0,true,false,false],[351,26,0,true,true,false],[354,18,0,true,false,false],[360,33,0,true,true,false],[361,50,0,true,true,false],[366,33,0,true,true,false],[369,26,0,true,false,false],[379,6,0,false,false,false],[381,76,0,true,true,false],[388,6,0,false,false,false],[390,120,0,true,true,false],[391,32,0,true,true,false],[392,32,0,true,true,false],[397,14,0,true,false,false],[402,40,0,true,true,false],[402,52,0,true,false,false],[402,55,0,true,true,false],[402,92,0,true,false,false],[404,43,0,true,true,false],[404,49,0,true,false,false],[404,52,0,true,true,false],[404,60,0,true,false,false],[407,42,0,true,true,false],[407,54,0,true,false,false],[407,57,0,true,true,false],[407,85,0,true,false,false],[407,111,0,true,true,false],[407,112,0,true,false,false],[407,115,0,true,true,false],[407,116,0,true,false,false],[413,6,0,false,false,false],[417,33,0,true,true,false],[419,6,0,false,false,false],[426,92,0,true,true,false],[427,12,0,true,true,false],[427,76,0,true,false,false],[427,77,0,true,true,false],[427,96,0,true,true,false],[428,23,0,true,false,false],[429,6,0,false,false,false],[434,59,0,true,true,false],[435,52,0,true,true,false],[437,6,0,true,false,false],[438,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":75,"covered":0,"percent":0},"instantiations":{"count":75,"covered":0,"percent":0},"lines":{"count":1470,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[15,47,0,false,false,false],[17,176,0,true,true,false],[25,6,0,false,false,false],[27,25,0,true,true,false],[28,28,0,true,true,false],[30,20,0,true,true,false],[35,42,0,true,true,false],[39,18,0,true,false,false],[48,58,0,true,true,false],[49,37,0,true,true,false],[55,40,0,true,true,false],[56,70,0,true,true,false],[57,68,0,true,true,false],[57,71,0,true,false,false],[57,74,0,true,true,false],[57,77,0,true,false,false],[66,62,0,true,true,false],[71,34,0,true,true,false],[71,60,0,true,false,false],[72,34,0,true,true,false],[72,65,0,true,false,false],[73,28,0,true,true,false],[76,26,0,true,false,false],[89,62,0,true,true,false],[94,34,0,true,true,false],[94,89,0,true,false,false],[95,34,0,true,true,false],[96,40,0,true,true,false],[96,46,0,true,false,false],[97,33,0,true,true,false],[98,117,0,true,false,false],[99,33,0,true,true,false],[100,42,0,true,false,false],[101,34,0,true,true,false],[102,30,0,true,false,false],[103,28,0,true,true,false],[106,26,0,true,false,false],[112,34,0,true,true,false],[112,62,0,true,false,false],[113,34,0,true,true,false],[116,30,0,true,false,false],[117,28,0,true,true,false],[122,26,0,true,false,false],[129,28,0,true,true,false],[129,63,0,true,false,false],[129,64,0,true,true,false],[133,26,0,true,true,false],[134,22,0,true,false,false],[138,62,0,true,true,false],[142,45,0,true,true,false],[143,69,0,true,true,false],[147,40,0,true,true,false],[149,46,0,true,true,false],[149,78,0,true,false,false],[150,46,0,true,true,false],[150,83,0,true,false,false],[160,69,0,true,true,false],[164,40,0,true,true,false],[166,46,0,true,true,false],[166,78,0,true,false,false],[167,46,0,true,true,false],[167,83,0,true,false,false],[179,34,0,true,true,false],[179,72,0,true,false,false],[180,34,0,true,true,false],[180,77,0,true,false,false],[186,32,0,true,true,false],[191,38,0,true,true,false],[191,83,0,true,false,false],[192,38,0,true,true,false],[192,85,0,true,false,false],[202,34,0,true,true,false],[202,62,0,true,false,false],[203,34,0,true,true,false],[203,67,0,true,false,false],[209,28,0,true,true,false],[209,52,0,true,false,false],[209,53,0,true,true,false],[210,70,0,true,true,false],[217,109,0,true,true,false],[218,57,0,true,true,false],[219,66,0,true,true,false],[220,85,0,true,true,false],[225,58,0,true,true,false],[225,98,0,true,true,false],[225,99,0,true,false,false],[226,58,0,true,true,false],[227,60,0,true,true,false],[227,73,0,true,false,false],[227,74,0,true,true,false],[229,58,0,true,false,false],[229,64,0,true,true,false],[231,58,0,true,false,false],[251,109,0,true,true,false],[252,57,0,true,true,false],[253,66,0,true,true,false],[254,85,0,true,true,false],[259,58,0,true,true,false],[259,99,0,true,true,false],[259,100,0,true,false,false],[260,58,0,true,true,false],[261,60,0,true,true,false],[261,73,0,true,false,false],[261,74,0,true,true,false],[263,58,0,true,false,false],[263,64,0,true,true,false],[265,58,0,true,false,false],[280,26,0,true,true,false],[281,22,0,true,false,false],[285,24,0,true,true,false],[285,39,0,true,false,false],[285,57,0,true,true,false],[289,22,0,true,true,false],[290,18,0,true,false,false],[297,20,0,true,true,false],[303,40,0,true,true,false],[305,18,0,true,false,false],[316,19,0,true,true,false],[318,45,0,true,true,false],[321,14,0,true,false,false],[323,6,0,false,false,false],[327,44,0,true,true,false],[328,49,0,true,true,false],[333,32,0,true,true,false],[334,72,0,true,true,false],[335,28,0,true,true,false],[336,28,0,true,true,false],[336,65,0,true,false,false],[336,66,0,true,true,false],[338,26,0,true,false,false],[338,32,0,true,true,false],[340,26,0,true,false,false],[341,30,0,true,true,false],[345,86,0,true,true,false],[345,92,0,true,false,false],[345,95,0,true,true,false],[345,103,0,true,false,false],[349,83,0,true,true,false],[349,95,0,true,false,false],[349,98,0,true,true,false],[349,135,0,true,false,false],[362,6,0,false,false,false],[366,67,0,true,true,false],[367,50,0,true,true,false],[368,20,0,true,true,false],[372,24,0,true,true,false],[373,62,0,true,true,false],[376,22,0,true,false,false],[377,26,0,true,true,false],[380,18,0,true,false,false],[386,33,0,true,true,false],[387,50,0,true,true,false],[392,33,0,true,true,false],[394,26,0,true,false,false],[404,6,0,false,false,false],[406,76,0,true,true,false],[413,6,0,false,false,false],[415,120,0,true,true,false],[416,32,0,true,true,false],[417,32,0,true,true,false],[422,14,0,true,false,false],[427,40,0,true,true,false],[427,52,0,true,false,false],[427,55,0,true,true,false],[427,92,0,true,false,false],[429,43,0,true,true,false],[429,49,0,true,false,false],[429,52,0,true,true,false],[429,60,0,true,false,false],[432,42,0,true,true,false],[432,54,0,true,false,false],[432,57,0,true,true,false],[432,85,0,true,false,false],[432,111,0,true,true,false],[432,112,0,true,false,false],[432,115,0,true,true,false],[432,116,0,true,false,false],[438,6,0,false,false,false],[443,59,0,true,true,false],[444,52,0,true,true,false],[446,6,0,true,false,false],[447,2,0,false,false,false],[454,88,0,true,true,false],[455,8,0,true,true,false],[455,72,0,true,false,false],[455,73,0,true,true,false],[455,92,0,true,true,false],[456,19,0,true,false,false],[457,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":78,"covered":0,"percent":0},"instantiations":{"count":78,"covered":0,"percent":0},"lines":{"count":2077,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[11,45,0,false,false,false],[13,45,0,true,true,false],[13,50,0,false,false,false],[15,25,0,true,true,false],[16,28,0,true,true,false],[22,32,0,true,true,false],[23,62,0,true,true,false],[24,60,0,true,true,false],[24,63,0,true,false,false],[24,66,0,true,true,false],[24,69,0,true,false,false],[32,16,0,true,true,false],[32,29,0,true,false,false],[32,30,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[36,32,0,true,true,false],[37,63,0,true,true,false],[39,22,0,true,false,false],[40,20,0,true,true,false],[41,28,0,true,true,false],[45,22,0,true,false,false],[55,16,0,true,true,false],[55,34,0,true,false,false],[55,52,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,45,0,true,true,false],[68,50,0,true,true,false],[70,53,0,true,true,false],[75,26,0,true,true,false],[75,79,0,true,false,false],[76,26,0,true,true,false],[77,32,0,true,true,false],[77,38,0,true,false,false],[78,25,0,true,true,false],[80,80,0,true,false,false],[81,25,0,true,true,false],[83,80,0,true,false,false],[84,25,0,true,true,false],[85,34,0,true,false,false],[86,26,0,true,true,false],[88,22,0,true,false,false],[89,20,0,true,true,false],[93,18,0,true,false,false],[99,26,0,true,true,false],[99,49,0,true,false,false],[100,26,0,true,true,false],[104,22,0,true,false,false],[105,20,0,true,true,false],[110,18,0,true,false,false],[117,20,0,true,true,false],[117,50,0,true,false,false],[117,51,0,true,true,false],[121,18,0,true,true,false],[122,14,0,true,false,false],[125,53,0,true,true,false],[129,37,0,true,true,false],[130,61,0,true,true,false],[134,32,0,true,true,false],[136,38,0,true,true,false],[136,65,0,true,false,false],[137,38,0,true,true,false],[140,34,0,true,false,false],[150,61,0,true,true,false],[154,32,0,true,true,false],[156,38,0,true,true,false],[156,65,0,true,false,false],[157,38,0,true,true,false],[160,34,0,true,false,false],[172,26,0,true,true,false],[172,59,0,true,false,false],[173,26,0,true,true,false],[176,22,0,true,false,false],[182,24,0,true,true,false],[187,30,0,true,true,false],[187,70,0,true,false,false],[188,30,0,true,true,false],[191,26,0,true,false,false],[201,26,0,true,true,false],[201,49,0,true,false,false],[202,26,0,true,true,false],[205,22,0,true,false,false],[211,20,0,true,true,false],[211,39,0,true,false,false],[211,40,0,true,true,false],[212,61,0,true,true,false],[217,93,0,true,true,false],[218,49,0,true,true,false],[219,58,0,true,true,false],[220,77,0,true,true,false],[225,50,0,true,true,false],[225,85,0,true,true,false],[225,86,0,true,false,false],[226,50,0,true,true,false],[227,52,0,true,true,false],[227,65,0,true,false,false],[227,66,0,true,true,false],[229,50,0,true,false,false],[229,56,0,true,true,false],[231,50,0,true,false,false],[247,18,0,true,true,false],[248,14,0,true,false,false],[251,28,0,true,true,false],[252,59,0,true,true,false],[256,18,0,true,false,false],[257,16,0,true,true,false],[258,24,0,true,true,false],[262,18,0,true,false,false],[275,6,0,false,false,false],[279,44,0,true,true,false],[280,49,0,true,true,false],[285,32,0,true,true,false],[286,64,0,true,true,false],[287,36,0,true,true,false],[288,28,0,true,true,false],[288,60,0,true,false,false],[288,61,0,true,true,false],[290,26,0,true,false,false],[290,32,0,true,true,false],[292,26,0,true,false,false],[294,24,0,true,true,false],[298,81,0,true,true,false],[298,87,0,true,false,false],[298,90,0,true,true,false],[298,98,0,true,false,false],[302,78,0,true,true,false],[302,90,0,true,false,false],[302,93,0,true,true,false],[302,130,0,true,false,false],[315,6,0,false,false,false],[319,70,0,true,true,false],[320,50,0,true,true,false],[321,20,0,true,true,false],[325,32,0,true,true,false],[326,62,0,true,true,false],[329,22,0,true,false,false],[330,20,0,true,true,false],[333,18,0,true,false,false],[339,33,0,true,true,false],[340,53,0,true,true,false],[345,33,0,true,true,false],[348,26,0,true,false,false],[358,6,0,false,false,false],[360,81,0,true,true,false],[367,6,0,false,false,false],[369,125,0,true,true,false],[370,32,0,true,true,false],[371,32,0,true,true,false],[376,14,0,true,false,false],[381,40,0,true,true,false],[381,52,0,true,false,false],[381,55,0,true,true,false],[381,92,0,true,false,false],[383,43,0,true,true,false],[383,49,0,true,false,false],[383,52,0,true,true,false],[383,60,0,true,false,false],[386,42,0,true,true,false],[386,54,0,true,false,false],[386,57,0,true,true,false],[386,85,0,true,false,false],[386,111,0,true,true,false],[386,112,0,true,false,false],[386,115,0,true,true,false],[386,116,0,true,false,false],[392,6,0,false,false,false],[396,33,0,true,true,false],[398,6,0,false,false,false],[406,87,0,true,true,false],[407,12,0,true,true,false],[407,59,0,true,false,false],[407,60,0,true,true,false],[407,79,0,true,true,false],[408,12,0,true,true,false],[408,56,0,true,false,false],[408,57,0,true,true,false],[408,76,0,true,true,false],[409,23,0,true,false,false],[410,6,0,false,false,false],[415,59,0,true,true,false],[416,52,0,true,true,false],[418,6,0,true,false,false],[419,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":71,"covered":0,"percent":0},"instantiations":{"count":71,"covered":0,"percent":0},"lines":{"count":1405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift","mcdc_records":[],"segments":[[15,45,0,true,true,false],[15,50,0,false,false,false],[17,160,0,true,true,false],[25,6,0,false,false,false],[27,25,0,true,true,false],[28,28,0,true,true,false],[30,20,0,true,true,false],[35,42,0,true,true,false],[39,18,0,true,false,false],[48,58,0,true,true,false],[49,37,0,true,true,false],[55,40,0,true,true,false],[56,70,0,true,true,false],[57,68,0,true,true,false],[57,71,0,true,false,false],[57,74,0,true,true,false],[57,77,0,true,false,false],[66,62,0,true,true,false],[71,34,0,true,true,false],[71,92,0,true,false,false],[72,34,0,true,true,false],[73,40,0,true,true,false],[73,46,0,true,false,false],[74,33,0,true,true,false],[75,103,0,true,false,false],[76,33,0,true,true,false],[77,100,0,true,false,false],[78,33,0,true,true,false],[79,42,0,true,false,false],[80,34,0,true,true,false],[81,30,0,true,false,false],[82,28,0,true,true,false],[86,26,0,true,false,false],[92,34,0,true,true,false],[92,62,0,true,false,false],[93,34,0,true,true,false],[96,30,0,true,false,false],[97,28,0,true,true,false],[102,26,0,true,false,false],[109,28,0,true,true,false],[109,63,0,true,false,false],[109,64,0,true,true,false],[113,26,0,true,true,false],[114,22,0,true,false,false],[118,62,0,true,true,false],[122,45,0,true,true,false],[123,69,0,true,true,false],[127,40,0,true,true,false],[129,46,0,true,true,false],[129,78,0,true,false,false],[130,46,0,true,true,false],[130,83,0,true,false,false],[140,69,0,true,true,false],[144,40,0,true,true,false],[146,46,0,true,true,false],[146,78,0,true,false,false],[147,46,0,true,true,false],[147,83,0,true,false,false],[159,34,0,true,true,false],[159,72,0,true,false,false],[160,34,0,true,true,false],[160,77,0,true,false,false],[166,32,0,true,true,false],[171,38,0,true,true,false],[171,83,0,true,false,false],[172,38,0,true,true,false],[172,85,0,true,false,false],[182,34,0,true,true,false],[182,62,0,true,false,false],[183,34,0,true,true,false],[183,67,0,true,false,false],[189,28,0,true,true,false],[189,52,0,true,false,false],[189,53,0,true,true,false],[190,70,0,true,true,false],[197,101,0,true,true,false],[198,57,0,true,true,false],[199,66,0,true,true,false],[200,85,0,true,true,false],[205,58,0,true,true,false],[205,98,0,true,true,false],[205,99,0,true,false,false],[206,58,0,true,true,false],[207,60,0,true,true,false],[207,73,0,true,false,false],[207,74,0,true,true,false],[209,58,0,true,false,false],[209,64,0,true,true,false],[211,58,0,true,false,false],[231,85,0,true,true,false],[235,34,0,true,false,false],[241,101,0,true,true,false],[242,57,0,true,true,false],[243,66,0,true,true,false],[244,85,0,true,true,false],[249,58,0,true,true,false],[249,99,0,true,true,false],[249,100,0,true,false,false],[250,58,0,true,true,false],[251,60,0,true,true,false],[251,73,0,true,false,false],[251,74,0,true,true,false],[253,58,0,true,false,false],[253,64,0,true,true,false],[255,58,0,true,false,false],[270,26,0,true,true,false],[271,22,0,true,false,false],[275,24,0,true,true,false],[275,42,0,true,false,false],[275,60,0,true,true,false],[279,22,0,true,true,false],[280,18,0,true,false,false],[287,20,0,true,true,false],[293,40,0,true,true,false],[295,18,0,true,false,false],[306,19,0,true,true,false],[308,45,0,true,true,false],[311,14,0,true,false,false],[313,6,0,false,false,false],[317,44,0,true,true,false],[318,49,0,true,true,false],[323,32,0,true,true,false],[324,64,0,true,true,false],[325,36,0,true,true,false],[326,28,0,true,true,false],[326,65,0,true,false,false],[326,66,0,true,true,false],[328,26,0,true,false,false],[328,32,0,true,true,false],[330,26,0,true,false,false],[331,24,0,true,true,false],[335,86,0,true,true,false],[335,92,0,true,false,false],[335,95,0,true,true,false],[335,103,0,true,false,false],[339,83,0,true,true,false],[339,95,0,true,false,false],[339,98,0,true,true,false],[339,135,0,true,false,false],[352,6,0,false,false,false],[356,70,0,true,true,false],[357,50,0,true,true,false],[358,20,0,true,true,false],[362,32,0,true,true,false],[363,62,0,true,true,false],[366,22,0,true,false,false],[367,20,0,true,true,false],[370,18,0,true,false,false],[376,33,0,true,true,false],[377,53,0,true,true,false],[382,33,0,true,true,false],[384,26,0,true,false,false],[394,6,0,false,false,false],[396,81,0,true,true,false],[403,6,0,false,false,false],[405,125,0,true,true,false],[406,32,0,true,true,false],[407,32,0,true,true,false],[412,14,0,true,false,false],[417,40,0,true,true,false],[417,52,0,true,false,false],[417,55,0,true,true,false],[417,92,0,true,false,false],[419,43,0,true,true,false],[419,49,0,true,false,false],[419,52,0,true,true,false],[419,60,0,true,false,false],[422,42,0,true,true,false],[422,54,0,true,false,false],[422,57,0,true,true,false],[422,85,0,true,false,false],[422,111,0,true,true,false],[422,112,0,true,false,false],[422,115,0,true,true,false],[422,116,0,true,false,false],[428,6,0,false,false,false],[434,56,0,true,true,false],[436,18,0,true,true,false],[437,20,0,true,true,false],[437,58,0,true,false,false],[437,59,0,true,true,false],[439,18,0,true,false,false],[439,27,0,true,true,false],[439,79,0,true,false,false],[439,80,0,true,true,false],[441,18,0,true,false,false],[441,24,0,true,true,false],[443,18,0,true,false,false],[445,18,0,true,true,false],[446,24,0,true,true,false],[446,30,0,true,false,false],[447,17,0,true,true,false],[448,57,0,true,false,false],[449,17,0,true,true,false],[450,72,0,true,false,false],[451,17,0,true,true,false],[454,26,0,true,false,false],[455,18,0,true,true,false],[456,14,0,true,false,false],[458,6,0,false,false,false],[463,59,0,true,true,false],[464,52,0,true,true,false],[466,6,0,true,false,false],[467,2,0,false,false,false],[475,83,0,true,true,false],[476,8,0,true,true,false],[476,55,0,true,false,false],[476,56,0,true,true,false],[476,75,0,true,true,false],[477,8,0,true,true,false],[477,52,0,true,false,false],[477,53,0,true,true,false],[477,72,0,true,true,false],[478,19,0,true,false,false],[479,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":78,"covered":0,"percent":0},"instantiations":{"count":78,"covered":0,"percent":0},"lines":{"count":2089,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":132,"covered":0,"notcovered":132,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift","mcdc_records":[],"segments":[[15,45,0,true,true,false],[15,50,0,false,false,false],[17,41,0,true,true,false],[17,46,0,false,false,false],[21,66,0,true,true,false],[21,71,0,false,false,false],[23,46,0,true,true,false],[24,40,0,true,true,false],[25,55,0,true,true,false],[27,14,0,true,true,false],[28,23,0,true,false,false],[30,6,0,false,false,false],[32,25,0,true,true,false],[33,49,0,true,true,false],[42,49,0,true,true,false],[44,36,0,true,true,false],[48,39,0,true,true,false],[48,55,0,true,false,false],[67,35,0,true,true,false],[67,60,0,true,false,false],[68,36,0,true,true,false],[70,22,0,true,false,false],[71,38,0,true,true,false],[73,22,0,true,false,false],[76,39,0,true,true,false],[78,18,0,true,false,false],[81,50,0,true,true,false],[82,77,0,true,true,false],[84,14,0,true,false,false],[86,39,0,true,true,false],[89,55,0,true,true,false],[89,98,0,true,false,false],[90,25,0,true,true,false],[93,18,0,true,false,false],[94,27,0,true,true,false],[96,18,0,true,false,false],[99,46,0,true,true,false],[101,45,0,true,true,false],[103,18,0,true,false,false],[104,55,0,true,true,false],[104,98,0,true,false,false],[105,25,0,true,true,false],[109,18,0,true,false,false],[110,27,0,true,true,false],[113,18,0,true,false,false],[116,6,0,false,false,false],[120,50,0,true,true,false],[121,49,0,true,true,false],[122,20,0,true,true,false],[128,32,0,true,true,false],[128,61,0,true,false,false],[128,63,0,true,true,false],[131,18,0,true,false,false],[138,22,0,true,true,false],[138,47,0,true,false,false],[139,22,0,true,true,false],[142,18,0,true,false,false],[143,16,0,true,true,false],[146,14,0,true,false,false],[152,16,0,true,true,false],[152,51,0,true,false,false],[152,52,0,true,true,false],[154,26,0,true,true,false],[154,51,0,true,false,false],[155,26,0,true,true,false],[160,22,0,true,false,false],[161,20,0,true,true,false],[164,18,0,true,false,false],[168,27,0,true,true,false],[170,18,0,true,false,false],[171,14,0,true,true,false],[176,10,0,true,false,false],[177,6,0,false,false,false],[179,47,0,true,true,false],[180,16,0,true,true,false],[180,37,0,true,false,false],[181,9,0,true,true,false],[182,78,0,true,false,false],[183,9,0,true,true,false],[184,63,0,true,false,false],[185,10,0,true,true,false],[186,6,0,false,false,false],[190,50,0,true,true,false],[192,63,0,true,true,false],[192,106,0,true,false,false],[192,108,0,true,true,false],[196,10,0,true,false,false],[196,16,0,true,true,false],[200,10,0,true,false,false],[201,6,0,false,false,false],[203,60,0,true,true,false],[204,61,0,true,true,false],[204,84,0,true,false,false],[204,91,0,true,true,false],[204,101,0,true,true,false],[207,6,0,false,false,false],[209,57,0,true,true,false],[214,6,0,false,false,false],[216,42,0,true,true,false],[217,35,0,true,true,false],[217,50,0,true,false,false],[221,41,0,true,true,false],[221,89,0,true,false,false],[222,9,0,true,true,false],[224,10,0,true,false,false],[225,6,0,false,false,false],[227,82,0,true,true,false],[228,48,0,true,true,false],[228,91,0,true,false,false],[229,74,0,true,true,false],[229,100,0,true,false,false],[232,54,0,true,true,false],[233,16,0,true,true,false],[233,63,0,true,false,false],[233,64,0,true,true,false],[235,14,0,true,true,false],[242,10,0,true,true,false],[244,6,0,false,false,false],[246,62,0,true,true,false],[248,12,0,true,true,false],[248,35,0,true,false,false],[248,36,0,true,true,false],[250,10,0,true,true,false],[251,21,0,true,false,false],[252,6,0,false,false,false],[273,57,0,true,true,false],[273,110,0,false,false,false],[274,6,0,true,true,false],[274,47,0,false,false,false],[274,87,0,true,true,false],[274,110,0,false,false,false],[275,6,0,true,true,false],[275,62,0,false,false,false],[275,109,0,true,true,false],[275,113,0,false,false,false],[283,43,0,true,true,false],[285,10,0,false,false,false],[293,7,0,true,true,false],[299,24,0,true,true,false],[302,20,0,true,true,false],[302,34,0,true,false,false],[303,13,0,true,true,false],[306,61,0,true,true,false],[306,63,0,true,false,false],[312,13,0,true,true,false],[320,54,0,true,false,false],[321,13,0,true,true,false],[327,59,0,true,true,false],[327,61,0,true,false,false],[330,13,0,true,true,false],[338,59,0,true,true,false],[338,61,0,true,false,false],[339,14,0,true,true,false],[340,10,0,true,false,false],[340,16,0,true,true,false],[351,10,0,true,true,false],[352,6,0,false,false,false],[354,25,0,true,true,false],[355,29,0,true,true,false],[356,35,0,true,true,false],[356,49,0,true,false,false],[356,52,0,true,true,false],[356,67,0,true,false,false],[359,18,0,true,true,false],[362,26,0,true,true,false],[362,40,0,true,false,false],[363,26,0,true,true,false],[363,49,0,true,false,false],[370,56,0,true,true,false],[371,62,0,true,true,false],[374,22,0,true,false,false],[378,43,0,true,true,false],[380,24,0,true,true,false],[380,56,0,true,false,false],[380,84,0,true,true,false],[382,22,0,true,false,false],[386,20,0,true,true,false],[386,45,0,true,false,false],[386,69,0,true,true,false],[387,40,0,true,true,false],[390,65,0,true,true,false],[395,58,0,true,true,false],[397,30,0,true,false,false],[404,18,0,true,true,false],[406,24,0,true,true,false],[406,34,0,true,false,false],[407,17,0,true,true,false],[408,28,0,true,true,false],[412,45,0,true,true,false],[414,26,0,true,false,false],[421,17,0,true,true,false],[424,78,0,true,false,false],[425,17,0,true,true,false],[426,28,0,true,true,false],[430,45,0,true,true,false],[432,26,0,true,false,false],[437,56,0,true,true,false],[438,44,0,true,true,false],[444,26,0,true,false,false],[445,22,0,true,true,false],[449,86,0,true,false,false],[450,17,0,true,true,false],[451,28,0,true,true,false],[456,45,0,true,true,false],[458,26,0,true,false,false],[464,56,0,true,true,false],[465,44,0,true,true,false],[471,26,0,true,false,false],[472,22,0,true,true,false],[477,61,0,true,false,false],[478,18,0,true,true,false],[484,48,0,true,true,false],[488,18,0,true,true,false],[489,14,0,true,false,false],[492,20,0,true,true,false],[493,34,0,true,true,false],[493,48,0,true,false,false],[499,32,0,true,true,false],[499,42,0,true,false,false],[508,19,0,true,true,false],[511,10,0,true,false,false],[512,99,0,true,true,false],[515,16,0,true,true,false],[515,52,0,true,false,false],[515,53,0,true,true,false],[518,20,0,true,true,false],[518,29,0,true,false,false],[518,53,0,true,true,false],[520,18,0,true,false,false],[523,6,0,false,false,false],[525,31,0,true,true,false],[527,6,0,false,false,false],[529,42,0,true,true,false],[530,12,0,true,true,false],[530,33,0,true,false,false],[530,34,0,true,true,false],[532,10,0,true,true,false],[533,12,0,true,true,false],[533,57,0,true,false,false],[533,58,0,true,true,false],[535,10,0,true,true,false],[537,87,0,true,true,false],[539,10,0,true,false,false],[539,19,0,true,true,false],[539,55,0,true,false,false],[539,56,0,true,true,false],[541,10,0,true,true,false],[543,16,0,true,true,false],[543,26,0,true,false,false],[544,9,0,true,true,false],[545,16,0,true,true,false],[545,31,0,true,false,false],[545,32,0,true,true,false],[547,14,0,true,false,false],[548,9,0,true,true,false],[549,16,0,true,true,false],[549,27,0,true,false,false],[549,28,0,true,true,false],[551,14,0,true,false,false],[552,9,0,true,true,false],[553,16,0,true,true,false],[553,34,0,true,false,false],[553,35,0,true,true,false],[555,14,0,true,false,false],[556,9,0,true,true,false],[557,16,0,true,true,false],[557,34,0,true,false,false],[557,35,0,true,true,false],[559,14,0,true,true,false],[560,16,0,true,true,false],[560,41,0,true,false,false],[560,42,0,true,true,false],[562,14,0,true,false,false],[563,10,0,true,true,false],[565,19,0,true,false,false],[566,6,0,false,false,false],[569,44,0,true,true,false],[570,40,0,true,true,false],[570,54,0,true,true,false],[575,12,0,true,true,false],[575,92,0,true,false,false],[575,93,0,true,true,false],[577,10,0,true,true,false],[579,12,0,true,true,false],[579,34,0,true,false,false],[579,35,0,true,true,false],[581,10,0,true,true,false],[583,19,0,true,false,false],[584,6,0,false,false,false],[587,44,0,true,true,false],[588,40,0,true,true,false],[588,54,0,true,true,false],[592,12,0,true,true,false],[592,65,0,true,false,false],[592,66,0,true,true,false],[594,10,0,true,true,false],[601,12,0,true,true,false],[601,21,0,true,false,false],[601,37,0,true,true,false],[603,10,0,true,true,false],[605,19,0,true,false,false],[606,6,0,false,false,false],[608,25,0,true,true,false],[609,45,0,true,true,false],[609,55,0,true,false,false],[610,9,0,true,true,false],[611,62,0,true,true,false],[611,65,0,true,false,false],[611,68,0,true,true,false],[611,76,0,true,false,false],[612,9,0,true,true,false],[613,22,0,true,false,false],[614,9,0,true,true,false],[615,66,0,true,true,false],[615,69,0,true,false,false],[615,72,0,true,true,false],[615,82,0,true,false,false],[616,9,0,true,true,false],[617,66,0,true,true,false],[617,69,0,true,false,false],[617,72,0,true,true,false],[617,82,0,true,false,false],[618,10,0,true,true,false],[621,32,0,true,true,false],[621,38,0,true,false,false],[627,6,0,false,false,false],[631,33,0,true,true,false],[636,6,0,false,false,false],[640,36,0,true,true,false],[648,12,0,true,true,false],[648,35,0,true,false,false],[648,57,0,true,true,false],[651,16,0,true,true,false],[651,49,0,true,false,false],[651,50,0,true,true,false],[653,14,0,true,false,false],[653,20,0,true,true,false],[655,14,0,true,false,false],[657,16,0,true,true,false],[657,34,0,true,false,false],[657,35,0,true,true,false],[659,14,0,true,false,false],[661,6,0,false,false,false],[663,36,0,true,true,false],[678,75,0,true,true,false],[680,10,0,true,false,false],[681,61,0,true,true,false],[683,10,0,true,false,false],[686,61,0,true,true,false],[688,10,0,true,false,false],[689,59,0,true,true,false],[691,10,0,true,false,false],[692,59,0,true,true,false],[694,10,0,true,false,false],[697,59,0,true,true,false],[699,10,0,true,false,false],[700,61,0,true,true,false],[702,10,0,true,false,false],[706,12,0,true,true,false],[706,35,0,true,false,false],[706,57,0,true,true,false],[709,16,0,true,true,false],[709,49,0,true,false,false],[709,50,0,true,true,false],[711,14,0,true,false,false],[711,20,0,true,true,false],[713,14,0,true,false,false],[715,16,0,true,true,false],[715,34,0,true,false,false],[715,35,0,true,true,false],[717,14,0,true,false,false],[719,6,0,false,false,false],[721,33,0,true,true,false],[730,12,0,true,true,false],[730,35,0,true,false,false],[730,57,0,true,true,false],[733,64,0,true,true,false],[733,66,0,true,false,false],[738,6,0,false,false,false],[740,39,0,true,true,false],[742,6,0,false,false,false],[744,57,0,true,true,false],[746,6,0,false,false,false],[748,36,0,true,true,false],[750,6,0,false,false,false],[752,55,0,true,true,false],[755,35,0,true,true,false],[758,10,0,true,true,false],[759,67,0,true,true,false],[761,10,0,true,false,false],[761,19,0,true,true,false],[761,55,0,true,false,false],[761,56,0,true,true,false],[763,10,0,true,false,false],[763,16,0,true,true,false],[765,10,0,true,false,false],[766,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":99,"covered":0,"percent":0},"instantiations":{"count":100,"covered":0,"percent":0},"lines":{"count":1377,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":237,"covered":0,"notcovered":237,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift","mcdc_records":[],"segments":[[16,48,0,true,true,false],[18,21,0,true,true,false],[18,35,0,true,false,false],[19,21,0,true,true,false],[19,40,0,true,false,false],[20,6,0,false,false,false],[23,52,0,true,true,false],[25,21,0,true,true,false],[25,35,0,true,false,false],[26,21,0,true,true,false],[26,40,0,true,false,false],[27,6,0,false,false,false],[30,51,0,true,true,false],[32,21,0,true,true,false],[32,38,0,true,false,false],[33,21,0,true,true,false],[33,40,0,true,false,false],[34,6,0,false,false,false],[37,51,0,true,true,false],[39,21,0,true,true,false],[39,38,0,true,false,false],[40,21,0,true,true,false],[40,40,0,true,false,false],[41,6,0,false,false,false],[43,25,0,true,true,false],[44,49,0,true,true,false],[46,20,0,true,true,false],[59,14,0,true,false,false],[66,24,0,true,true,false],[67,58,0,true,true,false],[69,24,0,true,true,false],[69,44,0,true,false,false],[69,45,0,true,true,false],[72,22,0,true,true,false],[75,24,0,true,true,false],[75,48,0,true,false,false],[75,49,0,true,true,false],[78,22,0,true,true,false],[81,24,0,true,true,false],[81,47,0,true,false,false],[81,48,0,true,true,false],[84,22,0,true,true,false],[87,24,0,true,true,false],[87,47,0,true,false,false],[87,48,0,true,true,false],[90,22,0,true,true,false],[93,24,0,true,true,false],[93,47,0,true,false,false],[93,48,0,true,true,false],[95,22,0,true,true,false],[96,18,0,true,false,false],[106,6,0,false,false,false],[111,76,0,true,true,false],[112,16,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[123,75,0,true,true,false],[124,28,0,true,true,false],[125,31,0,true,true,false],[129,31,0,true,true,false],[131,22,0,true,false,false],[132,29,0,true,true,false],[134,22,0,true,false,false],[135,31,0,true,true,false],[137,22,0,true,false,false],[141,6,0,false,false,false],[146,39,0,true,true,false],[147,28,0,true,true,false],[158,10,0,true,false,false],[161,6,0,false,false,false],[166,42,0,true,true,false],[167,28,0,true,true,false],[168,42,0,true,true,false],[170,14,0,true,false,false],[176,18,0,true,true,false],[177,45,0,true,true,false],[179,18,0,true,false,false],[181,57,0,true,true,false],[183,18,0,true,false,false],[184,22,0,true,true,false],[186,14,0,true,false,false],[191,6,0,false,false,false],[205,37,0,true,true,false],[205,42,0,false,false,false],[206,6,0,true,true,false],[206,47,0,false,false,false],[206,87,0,true,true,false],[206,110,0,false,false,false],[207,6,0,true,true,false],[207,62,0,false,false,false],[207,109,0,true,true,false],[207,113,0,false,false,false],[209,57,0,true,true,false],[211,6,0,false,false,false],[212,36,0,true,true,false],[214,6,0,false,false,false],[216,25,0,true,true,false],[217,29,0,true,true,false],[219,19,0,true,true,false],[220,29,0,true,true,false],[226,18,0,true,false,false],[226,24,0,true,true,false],[230,18,0,true,false,false],[248,54,0,true,true,false],[248,62,0,true,false,false],[248,65,0,true,true,false],[248,75,0,true,false,false],[253,16,0,true,true,false],[253,34,0,true,false,false],[253,35,0,true,true,false],[257,14,0,true,true,false],[258,10,0,true,false,false],[267,38,0,true,true,false],[267,55,0,true,false,false],[267,58,0,true,true,false],[267,69,0,true,false,false],[270,23,0,true,true,false],[272,10,0,true,false,false],[273,18,0,true,true,false],[275,10,0,true,false,false],[276,22,0,true,true,false],[277,28,0,true,true,false],[277,40,0,true,false,false],[279,50,0,true,true,false],[279,64,0,true,false,false],[283,15,0,true,true,false],[285,10,0,true,false,false],[286,6,0,false,false,false],[288,40,0,true,true,false],[289,12,0,true,true,false],[289,22,0,true,false,false],[289,23,0,true,true,false],[291,10,0,true,false,false],[291,19,0,true,true,false],[291,29,0,true,false,false],[291,30,0,true,true,false],[293,10,0,true,false,false],[293,16,0,true,true,false],[295,10,0,true,false,false],[296,6,0,false,false,false],[298,35,0,true,true,false],[299,16,0,true,true,false],[299,30,0,true,false,false],[300,9,0,true,true,false],[301,61,0,true,false,false],[302,9,0,true,true,false],[303,76,0,true,false,false],[304,9,0,true,true,false],[305,61,0,true,false,false],[306,10,0,true,true,false],[307,6,0,false,false,false],[310,42,0,true,true,false],[311,16,0,true,true,false],[311,30,0,true,false,false],[312,9,0,true,true,false],[312,30,0,true,false,false],[313,9,0,true,true,false],[313,27,0,true,false,false],[314,9,0,true,true,false],[314,36,0,true,false,false],[315,9,0,true,true,false],[315,38,0,true,false,false],[316,10,0,true,true,false],[317,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":582,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":93,"covered":0,"notcovered":93,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift","mcdc_records":[],"segments":[[14,6,0,true,true,false],[14,47,0,false,false,false],[14,87,0,true,true,false],[14,120,0,false,false,false],[15,40,0,true,true,false],[15,87,0,true,true,false],[15,97,0,true,false,false],[15,99,0,false,false,false],[18,6,0,true,true,false],[18,47,0,false,false,false],[18,87,0,true,true,false],[18,110,0,false,false,false],[19,6,0,true,true,false],[19,62,0,false,false,false],[19,109,0,true,true,false],[19,113,0,false,false,false],[20,45,0,true,true,false],[20,91,0,true,true,false],[20,100,0,true,false,false],[20,102,0,false,false,false],[21,48,0,true,true,false],[23,6,0,false,false,false],[24,57,0,true,true,false],[26,6,0,false,false,false],[29,58,0,true,true,false],[31,64,0,true,true,false],[33,10,0,true,true,false],[34,22,0,true,false,false],[35,6,0,false,false,false],[38,40,0,true,true,false],[38,42,0,false,false,false],[40,35,0,true,true,false],[40,36,0,false,false,false],[42,25,0,true,true,false],[43,24,0,true,true,false],[45,44,0,true,true,false],[47,48,0,true,true,false],[50,24,0,true,true,false],[50,42,0,true,false,false],[50,43,0,true,true,false],[52,22,0,true,true,false],[53,18,0,true,false,false],[58,6,0,false,false,false],[63,60,0,true,true,false],[70,34,0,true,true,false],[70,44,0,true,false,false],[71,6,0,false,false,false],[74,38,0,true,true,false],[79,6,0,false,false,false],[84,77,0,true,true,false],[87,44,0,true,true,false],[87,78,0,true,false,false],[88,49,0,true,true,false],[88,104,0,true,false,false],[93,47,0,true,true,false],[93,69,0,true,false,false],[96,20,0,true,true,false],[97,37,0,true,true,false],[99,18,0,true,false,false],[110,6,0,false,false,false],[112,72,0,true,true,false],[114,62,0,true,true,false],[114,74,0,true,false,false],[114,77,0,true,true,false],[114,80,0,true,false,false],[115,6,0,false,false,false],[117,86,0,true,true,false],[118,29,0,true,true,false],[120,10,0,true,true,false],[121,95,0,true,false,false],[122,6,0,false,false,false],[126,62,0,true,true,false],[134,6,0,false,false,false],[136,76,0,true,true,false],[138,6,0,false,false,false],[140,77,0,true,true,false],[142,6,0,false,false,false],[144,80,0,true,true,false],[148,6,0,false,false,false],[150,80,0,true,true,false],[156,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift","mcdc_records":[],"segments":[[19,41,0,true,true,false],[19,42,0,false,false,false],[22,45,0,true,true,false],[22,46,0,false,false,false],[24,25,0,true,true,false],[25,24,0,true,true,false],[30,20,0,true,true,false],[36,74,0,true,true,false],[36,75,0,true,false,false],[36,78,0,true,true,false],[36,79,0,true,false,false],[40,20,0,true,true,false],[40,33,0,true,false,false],[40,34,0,true,true,false],[42,18,0,true,false,false],[42,27,0,true,true,false],[42,41,0,true,false,false],[42,42,0,true,true,false],[45,18,0,true,false,false],[45,24,0,true,true,false],[48,18,0,true,false,false],[53,23,0,true,true,false],[55,10,0,true,false,false],[56,15,0,true,true,false],[58,10,0,true,false,false],[59,40,0,true,true,false],[60,18,0,true,true,false],[62,14,0,true,false,false],[66,6,0,false,false,false],[70,37,0,true,true,false],[71,30,0,true,true,false],[71,61,0,true,false,false],[71,65,0,true,true,false],[71,97,0,true,false,false],[72,6,0,false,false,false],[77,62,0,true,true,false],[79,28,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[90,87,0,true,true,false],[91,40,0,true,true,false],[93,25,0,true,true,false],[94,52,0,true,true,false],[103,24,0,true,true,false],[103,53,0,true,false,false],[103,54,0,true,true,false],[105,22,0,true,true,false],[106,18,0,true,false,false],[107,20,0,true,true,false],[112,14,0,true,false,false],[121,6,0,false,false,false],[125,56,0,true,true,false],[136,6,0,false,false,false],[139,70,0,true,true,false],[144,6,0,false,false,false],[148,40,0,true,true,false],[149,12,0,true,true,false],[149,25,0,true,false,false],[149,26,0,true,true,false],[152,10,0,true,false,false],[152,19,0,true,true,false],[152,33,0,true,false,false],[152,34,0,true,true,false],[154,26,0,true,true,false],[154,38,0,true,false,false],[154,41,0,true,true,false],[154,67,0,true,false,false],[155,16,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[161,36,0,true,true,false],[162,12,0,true,true,false],[162,22,0,true,false,false],[162,23,0,true,true,false],[164,10,0,true,false,false],[164,19,0,true,true,false],[164,33,0,true,false,false],[164,34,0,true,true,false],[166,10,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[171,44,0,true,true,false],[172,12,0,true,true,false],[172,25,0,true,false,false],[172,26,0,true,true,false],[174,10,0,true,false,false],[174,31,0,true,true,false],[176,10,0,true,false,false],[176,16,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[183,35,0,true,true,false],[184,32,0,true,true,false],[187,10,0,true,true,false],[189,16,0,true,true,false],[189,30,0,true,false,false],[190,9,0,true,true,false],[191,61,0,true,false,false],[192,9,0,true,true,false],[193,76,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false],[198,42,0,true,true,false],[199,49,0,true,true,false],[199,74,0,true,true,false],[200,16,0,true,true,false],[200,22,0,true,false,false],[201,9,0,true,true,false],[201,37,0,true,false,false],[202,9,0,true,true,false],[202,34,0,true,false,false],[203,9,0,true,true,false],[203,43,0,true,false,false],[204,9,0,true,true,false],[204,45,0,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":273,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":65,"covered":0,"notcovered":65,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift","mcdc_records":[],"segments":[[11,59,2,true,true,false],[18,46,94,true,true,false],[21,20,34,true,true,false],[22,20,20,true,true,false],[22,32,94,true,false,false],[25,16,94,true,true,false],[25,53,94,true,false,false],[25,54,93,true,true,false],[27,14,94,true,false,false],[28,10,2,true,true,false],[32,6,0,false,false,false],[34,61,0,true,true,false],[35,66,0,true,true,false],[35,75,0,true,false,false],[38,6,0,false,false,false],[40,59,2,true,true,false],[41,58,0,true,true,false],[41,70,2,true,false,false],[42,6,0,false,false,false],[44,58,2,true,true,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":5,"percent":62.5},"instantiations":{"count":8,"covered":5,"percent":62.5},"lines":{"count":38,"covered":31,"percent":81.578947368421055},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":9,"notcovered":3,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift","mcdc_records":[],"segments":[[9,28,0,true,true,false],[9,33,0,false,false,false],[15,6,0,true,true,false],[15,47,0,false,false,false],[15,87,0,true,true,false],[15,110,0,false,false,false],[16,6,0,true,true,false],[16,62,0,false,false,false],[16,109,0,true,true,false],[16,113,0,false,false,false],[18,57,0,true,true,false],[20,6,0,false,false,false],[21,36,0,true,true,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[28,19,0,true,true,false],[29,29,0,true,true,false],[34,18,0,true,false,false],[34,24,0,true,true,false],[38,18,0,true,false,false],[43,62,0,true,true,false],[43,71,0,true,false,false],[43,74,0,true,true,false],[43,79,0,true,false,false],[48,78,0,true,true,false],[48,89,0,true,false,false],[48,92,0,true,true,false],[48,95,0,true,false,false],[48,98,0,true,true,false],[48,101,0,true,false,false],[50,55,0,true,true,false],[50,66,0,true,false,false],[50,69,0,true,true,false],[50,81,0,true,false,false],[50,84,0,true,true,false],[50,94,0,true,false,false],[55,55,0,true,true,false],[55,66,0,true,false,false],[55,69,0,true,true,false],[55,77,0,true,false,false],[55,80,0,true,true,false],[55,90,0,true,false,false],[60,16,0,true,true,false],[60,26,0,true,false,false],[60,41,0,true,true,false],[62,26,0,true,true,false],[62,47,0,true,false,false],[63,26,0,true,true,false],[63,45,0,true,false,false],[68,14,0,true,true,false],[69,10,0,true,false,false],[70,44,0,true,true,false],[70,45,0,true,false,false],[70,48,0,true,true,false],[70,50,0,true,false,false],[77,30,0,true,true,false],[77,45,0,true,false,false],[77,47,0,true,true,false],[78,30,0,true,true,false],[79,31,0,true,true,false],[80,36,0,true,true,false],[80,48,0,true,false,false],[81,18,0,true,true,false],[82,20,0,true,true,false],[82,33,0,true,false,false],[82,51,0,true,true,false],[84,18,0,true,true,false],[85,33,0,true,true,false],[86,58,0,true,true,false],[86,72,0,true,false,false],[87,18,0,true,true,false],[88,14,0,true,false,false],[92,15,0,true,true,false],[94,10,0,true,false,false],[95,6,0,false,false,false],[97,35,0,true,true,false],[98,16,0,true,true,false],[98,30,0,true,false,false],[99,9,0,true,true,false],[100,61,0,true,false,false],[101,9,0,true,true,false],[102,76,0,true,false,false],[103,10,0,true,true,false],[104,6,0,false,false,false],[107,42,0,true,true,false],[108,16,0,true,true,false],[108,30,0,true,false,false],[109,9,0,true,true,false],[109,25,0,true,false,false],[110,9,0,true,true,false],[110,27,0,true,false,false],[111,9,0,true,true,false],[111,31,0,true,false,false],[112,9,0,true,true,false],[112,33,0,true,false,false],[113,10,0,true,true,false],[114,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":189,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift","mcdc_records":[],"segments":[[15,44,0,true,true,false],[15,52,0,false,false,false],[30,25,0,true,true,false],[31,28,0,true,true,false],[33,19,0,true,true,false],[34,24,0,true,true,false],[34,35,0,true,false,false],[35,17,0,true,true,false],[36,32,0,true,false,false],[37,17,0,true,true,false],[38,32,0,true,false,false],[39,17,0,true,true,false],[40,34,0,true,false,false],[41,17,0,true,true,false],[42,39,0,true,false,false],[43,18,0,true,true,false],[44,14,0,true,false,false],[48,43,0,true,true,false],[49,28,0,true,true,false],[49,41,0,true,false,false],[49,43,0,true,true,false],[53,14,0,true,false,false],[59,6,0,false,false,false],[63,40,0,true,true,false],[64,29,0,true,true,false],[68,33,0,true,true,false],[87,14,0,true,false,false],[92,54,0,true,true,false],[108,14,0,true,false,false],[114,33,0,true,true,false],[115,32,0,true,true,false],[115,58,0,true,false,false],[115,60,0,true,true,false],[118,18,0,true,false,false],[123,37,0,true,true,false],[124,47,0,true,true,false],[126,22,0,true,false,false],[130,59,0,true,true,false],[132,22,0,true,false,false],[140,6,0,false,false,false],[142,95,0,true,true,false],[143,29,0,true,true,false],[149,53,0,true,true,false],[155,14,0,true,false,false],[157,6,0,false,false,false],[161,40,0,true,true,false],[162,28,0,true,true,false],[164,32,0,true,true,false],[171,14,0,true,false,false],[178,24,0,true,true,false],[179,58,0,true,true,false],[181,61,0,true,true,false],[186,93,0,true,true,false],[187,50,0,true,true,false],[189,30,0,true,false,false],[194,61,0,true,true,false],[199,93,0,true,true,false],[200,54,0,true,true,false],[202,30,0,true,false,false],[212,20,0,true,true,false],[213,32,0,true,true,false],[215,18,0,true,false,false],[220,40,0,true,true,false],[222,18,0,true,false,false],[226,46,0,true,true,false],[228,18,0,true,false,false],[234,6,0,false,false,false],[236,48,0,true,true,false],[237,32,0,true,true,false],[237,46,0,true,false,false],[238,6,0,false,false,false],[240,52,0,true,true,false],[241,32,0,true,true,false],[241,52,0,true,false,false],[242,6,0,false,false,false],[246,42,0,true,true,false],[247,28,0,true,true,false],[249,32,0,true,true,false],[256,14,0,true,false,false],[263,24,0,true,true,false],[266,38,0,true,true,false],[266,46,0,true,false,false],[274,20,0,true,true,false],[275,32,0,true,true,false],[277,18,0,true,false,false],[282,32,0,true,true,false],[284,18,0,true,false,false],[290,6,0,false,false,false],[294,47,0,true,true,false],[295,62,0,true,true,false],[296,55,0,true,true,false],[298,14,0,true,true,false],[299,23,0,true,false,false],[302,80,0,true,true,false],[304,52,0,true,true,false],[304,95,0,true,false,false],[306,25,0,true,true,false],[306,51,0,true,false,false],[308,66,0,true,true,false],[309,20,0,true,true,false],[309,74,0,true,false,false],[309,75,0,true,true,false],[311,18,0,true,true,false],[318,14,0,true,true,false],[321,10,0,true,false,false],[322,6,0,false,false,false],[326,50,0,true,true,false],[329,6,0,false,false,false],[331,62,0,true,true,false],[333,12,0,true,true,false],[333,35,0,true,false,false],[333,36,0,true,true,false],[335,10,0,true,true,false],[336,21,0,true,false,false],[337,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":54,"covered":0,"percent":0},"instantiations":{"count":54,"covered":0,"percent":0},"lines":{"count":829,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":0,"notcovered":70,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift","mcdc_records":[],"segments":[[22,7,0,true,true,false],[34,6,0,false,false,false],[37,27,0,true,true,false],[40,6,0,false,false,false],[46,7,0,true,true,false],[52,25,0,true,true,false],[55,14,0,true,false,false],[88,6,0,false,false,false],[95,46,0,true,true,false],[98,6,0,false,false,false],[104,43,0,true,true,false],[107,6,0,false,false,false],[117,25,0,true,true,false],[123,6,0,false,false,false],[128,63,0,true,true,false],[134,6,0,false,false,false],[136,66,0,true,true,false],[136,68,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift","mcdc_records":[],"segments":[[18,50,0,true,true,false],[18,57,0,false,false,false],[19,46,0,true,true,false],[19,51,0,false,false,false],[22,44,0,true,true,false],[22,46,0,false,false,false],[23,45,0,true,true,false],[23,47,0,false,false,false],[24,42,0,true,true,false],[24,45,0,false,false,false],[25,43,0,true,true,false],[25,46,0,false,false,false],[26,55,0,true,true,false],[26,60,0,false,false,false],[27,41,0,true,true,false],[27,46,0,false,false,false],[30,46,0,true,true,false],[30,49,0,false,false,false],[31,56,0,true,true,false],[31,58,0,false,false,false],[34,53,0,true,true,false],[34,62,0,false,false,false],[41,25,0,true,true,false],[42,50,0,true,true,false],[44,46,0,true,true,false],[45,65,0,true,true,false],[47,18,0,true,false,false],[52,33,0,true,true,false],[53,20,0,true,true,false],[53,38,0,true,false,false],[53,39,0,true,true,false],[56,18,0,true,false,false],[56,24,0,true,true,false],[58,24,0,true,true,false],[58,41,0,true,false,false],[58,42,0,true,true,false],[60,22,0,true,false,false],[62,24,0,true,true,false],[62,45,0,true,false,false],[62,46,0,true,true,false],[64,22,0,true,false,false],[69,16,0,true,true,false],[69,31,0,true,false,false],[69,32,0,true,true,false],[71,14,0,true,false,false],[71,20,0,true,true,false],[73,14,0,true,false,false],[75,19,0,true,true,false],[77,10,0,true,false,false],[78,6,0,false,false,false],[82,39,0,true,true,false],[83,49,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[95,41,0,true,true,false],[96,50,0,true,true,false],[98,58,0,true,true,false],[99,60,0,true,true,false],[101,18,0,true,false,false],[106,41,0,true,true,false],[108,14,0,true,false,false],[110,20,0,true,true,false],[110,32,0,true,false,false],[111,13,0,true,true,false],[112,31,0,true,false,false],[113,13,0,true,true,false],[114,31,0,true,false,false],[115,14,0,true,true,false],[116,10,0,true,false,false],[117,6,0,false,false,false],[121,43,0,true,true,false],[122,50,0,true,true,false],[124,33,0,true,true,false],[125,57,0,true,true,false],[126,28,0,true,true,false],[132,54,0,true,true,false],[132,89,0,true,false,false],[134,28,0,true,true,false],[140,55,0,true,true,false],[140,90,0,true,false,false],[147,32,0,true,true,false],[148,57,0,true,true,false],[149,28,0,true,true,false],[159,51,0,true,true,false],[159,86,0,true,false,false],[162,94,0,true,true,false],[163,65,0,true,true,false],[164,36,0,true,true,false],[176,60,0,true,true,false],[176,95,0,true,false,false],[187,33,0,true,true,false],[188,57,0,true,true,false],[189,59,0,true,true,false],[190,65,0,true,true,false],[195,26,0,true,false,false],[197,59,0,true,true,false],[197,94,0,true,false,false],[201,45,0,true,true,false],[202,65,0,true,true,false],[207,26,0,true,false,false],[211,45,0,true,true,false],[211,80,0,true,false,false],[219,6,0,false,false,false],[224,43,0,true,true,false],[225,50,0,true,true,false],[226,40,0,true,true,false],[227,24,0,true,true,false],[237,51,0,true,true,false],[237,86,0,true,false,false],[242,31,0,true,true,false],[243,57,0,true,true,false],[244,64,0,true,true,false],[245,32,0,true,true,false],[251,38,0,true,true,false],[251,69,0,true,false,false],[252,38,0,true,true,false],[255,34,0,true,false,false],[259,32,0,true,true,false],[259,55,0,true,false,false],[259,56,0,true,true,false],[260,40,0,true,true,false],[263,34,0,true,false,false],[263,42,0,true,true,false],[266,34,0,true,false,false],[268,30,0,true,true,false],[269,26,0,true,false,false],[272,24,0,true,true,false],[272,47,0,true,false,false],[272,48,0,true,true,false],[273,32,0,true,true,false],[277,26,0,true,false,false],[277,34,0,true,true,false],[280,26,0,true,false,false],[282,22,0,true,true,false],[283,18,0,true,false,false],[289,6,0,false,false,false],[293,42,0,true,true,false],[294,18,0,true,true,false],[295,20,0,true,true,false],[304,14,0,true,false,false],[307,6,0,false,false,false],[309,39,0,true,true,false],[310,33,0,true,true,false],[310,50,0,true,true,false],[314,54,0,true,false,false],[315,6,0,false,false,false],[319,43,0,true,true,false],[320,33,0,true,true,false],[323,10,0,true,true,false],[327,16,0,true,true,false],[327,24,0,true,false,false],[328,9,0,true,true,false],[335,35,0,true,false,false],[337,9,0,true,true,false],[338,20,0,true,true,false],[338,31,0,true,false,false],[339,13,0,true,true,false],[340,31,0,true,false,false],[341,13,0,true,true,false],[344,41,0,true,false,false],[347,9,0,true,true,false],[349,27,0,true,false,false],[351,9,0,true,true,false],[354,37,0,true,false,false],[355,10,0,true,true,false],[356,6,0,false,false,false],[358,42,0,true,true,false],[359,38,0,true,true,false],[362,10,0,true,true,false],[364,16,0,true,true,false],[364,28,0,true,false,false],[365,9,0,true,true,false],[366,64,0,true,true,false],[369,14,0,true,true,false],[377,15,0,true,false,false],[379,9,0,true,true,false],[380,51,0,true,true,false],[380,73,0,true,false,false],[381,44,0,true,true,false],[384,14,0,true,true,false],[388,16,0,true,false,false],[389,10,0,true,true,false],[390,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":70,"covered":0,"percent":0},"instantiations":{"count":70,"covered":0,"percent":0},"lines":{"count":1088,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[10,29,0,false,false,false],[21,84,0,true,true,false],[26,6,0,false,false,false],[30,48,10,true,true,false],[35,16,10,true,true,false],[35,22,10,true,false,false],[36,9,2,true,true,false],[37,48,2,true,true,false],[37,103,10,true,false,false],[38,9,8,true,true,false],[39,81,10,true,false,false],[40,10,10,true,true,false],[41,6,0,false,false,false],[51,116,0,true,true,false],[55,6,0,false,false,false],[59,110,5,true,true,false],[63,6,0,false,false,false],[80,25,0,true,true,false],[81,28,0,true,true,false],[99,10,0,true,false,false],[102,6,0,false,false,false],[106,42,0,true,true,false],[107,29,0,true,true,false],[109,33,0,true,true,false],[125,14,0,true,false,false],[138,6,0,false,false,false],[140,80,0,true,true,false],[143,6,0,false,false,false],[147,51,0,true,true,false],[148,28,0,true,true,false],[153,32,0,true,true,false],[154,72,0,true,true,false],[167,18,0,true,false,false],[169,20,0,true,true,false],[169,53,0,true,false,false],[169,54,0,true,true,false],[173,18,0,true,true,false],[174,14,0,true,false,false],[177,6,0,false,false,false],[181,45,0,true,true,false],[182,46,0,true,true,false],[189,15,0,true,true,false],[191,14,0,true,false,false],[199,15,0,true,true,false],[201,14,0,true,false,false],[204,6,0,false,false,false],[212,20,0,true,true,false],[213,50,0,true,true,false],[215,33,0,true,true,false],[220,57,0,true,true,false],[225,34,0,true,true,false],[225,39,0,true,false,false],[225,42,0,true,true,false],[225,61,0,true,false,false],[242,16,0,true,true,false],[242,33,0,true,false,false],[242,34,0,true,true,false],[243,57,0,true,true,false],[244,56,0,true,true,false],[245,44,0,true,true,false],[253,26,0,true,false,false],[256,24,0,true,true,false],[256,42,0,true,false,false],[256,43,0,true,true,false],[260,22,0,true,true,false],[261,18,0,true,false,false],[267,14,0,true,true,false],[272,36,0,true,true,false],[273,24,0,true,true,false],[278,18,0,true,false,false],[283,63,0,true,true,false],[283,75,0,true,false,false],[283,78,0,true,true,false],[283,93,0,true,false,false],[296,6,0,false,false,false],[302,28,0,true,true,false],[304,39,0,true,true,false],[306,10,0,true,false,false],[307,6,0,false,false,false],[311,42,0,true,true,false],[312,16,0,true,true,false],[313,30,0,true,true,false],[315,14,0,true,false,false],[327,6,0,false,false,false],[334,22,10,true,true,false],[335,16,10,true,true,false],[335,20,10,true,false,false],[336,9,2,true,true,false],[337,32,1,true,true,false],[337,52,10,true,false,false],[338,9,8,true,true,false],[339,28,10,true,false,false],[340,10,10,true,true,false],[341,6,0,false,false,false],[344,25,10,true,true,false],[345,16,10,true,true,false],[345,20,10,true,false,false],[346,9,2,true,true,false],[347,31,10,true,false,false],[348,9,8,true,true,false],[349,27,8,true,true,false],[349,47,10,true,false,false],[350,10,10,true,true,false],[351,6,0,false,false,false],[358,40,0,true,true,false],[392,27,0,true,true,false],[392,35,0,true,false,false],[393,27,0,true,true,false],[393,29,0,true,false,false],[395,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":41,"covered":7,"percent":17.073170731707318},"instantiations":{"count":41,"covered":7,"percent":17.073170731707318},"lines":{"count":641,"covered":36,"percent":5.61622464898596},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":19,"notcovered":47,"percent":28.787878787878789}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[10,45,0,false,false,false],[12,25,0,true,true,false],[13,29,0,true,true,false],[23,32,0,true,true,false],[35,14,0,true,false,false],[38,54,0,true,true,false],[55,14,0,true,false,false],[66,42,0,true,true,false],[69,14,0,true,false,false],[74,33,0,true,true,false],[75,34,0,true,true,false],[77,18,0,true,false,false],[81,52,0,true,true,false],[82,24,0,true,true,false],[82,37,0,true,false,false],[82,38,0,true,true,false],[84,22,0,true,false,false],[94,6,0,false,false,false],[97,72,0,true,true,false],[98,46,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false],[113,25,0,true,true,false],[114,29,0,true,true,false],[129,33,0,true,true,false],[130,34,0,true,true,false],[132,18,0,true,false,false],[136,41,0,true,true,false],[138,18,0,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":321,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift","mcdc_records":[],"segments":[[25,56,0,true,true,false],[25,58,0,false,false,false],[38,7,0,true,true,false],[43,6,0,false,false,false],[47,25,0,true,true,false],[48,28,0,true,true,false],[58,68,0,true,true,false],[58,91,0,true,false,false],[59,13,0,true,true,false],[61,26,0,true,true,false],[61,58,0,true,false,false],[62,26,0,true,true,false],[62,63,0,true,false,false],[64,20,0,true,true,false],[66,14,0,true,false,false],[69,19,0,true,true,false],[72,16,0,true,true,false],[72,41,0,true,false,false],[72,83,0,true,true,false],[74,14,0,true,false,false],[76,6,0,false,false,false],[80,36,0,true,true,false],[81,49,0,true,true,false],[83,20,0,true,true,false],[87,42,0,true,true,false],[90,18,0,true,false,false],[100,24,0,true,true,false],[101,40,0,true,true,false],[102,52,0,true,true,false],[104,22,0,true,false,false],[112,33,0,true,true,false],[114,32,0,true,true,false],[114,43,0,true,false,false],[114,45,0,true,true,false],[117,18,0,true,false,false],[124,22,0,true,true,false],[125,49,0,true,true,false],[127,22,0,true,false,false],[129,42,0,true,true,false],[131,22,0,true,false,false],[133,26,0,true,true,false],[136,18,0,true,false,false],[144,6,0,false,false,false],[146,75,0,true,true,false],[147,16,0,true,true,false],[149,10,0,true,false,false],[149,18,0,true,true,false],[150,20,0,true,true,false],[151,57,0,true,true,false],[159,18,0,true,false,false],[164,20,0,true,true,false],[164,46,0,true,true,false],[165,55,0,true,true,false],[165,85,0,true,false,false],[166,20,0,true,true,false],[170,18,0,true,true,false],[171,14,0,true,false,false],[174,61,0,true,true,false],[174,91,0,true,false,false],[174,94,0,true,true,false],[174,105,0,true,false,false],[181,6,0,false,false,false],[185,86,0,true,true,false],[186,50,0,true,true,false],[188,20,0,true,true,false],[198,24,0,true,true,false],[200,18,0,true,false,false],[200,26,0,true,true,false],[203,18,0,true,false,false],[211,24,0,true,true,false],[212,58,0,true,true,false],[230,18,0,true,false,false],[237,20,0,true,true,false],[244,32,0,true,true,false],[246,18,0,true,false,false],[249,61,0,true,true,false],[249,87,0,true,true,false],[250,68,0,true,true,false],[250,111,0,true,false,false],[257,6,0,false,false,false],[261,90,0,true,true,false],[262,50,0,true,true,false],[266,32,0,true,true,false],[267,73,0,true,true,false],[269,30,0,true,true,false],[269,67,0,true,false,false],[270,30,0,true,true,false],[275,26,0,true,false,false],[280,24,0,true,true,false],[280,68,0,true,false,false],[280,69,0,true,true,false],[284,22,0,true,true,false],[287,24,0,true,true,false],[287,60,0,true,false,false],[287,61,0,true,true,false],[288,32,0,true,true,false],[293,26,0,true,false,false],[293,34,0,true,true,false],[297,26,0,true,false,false],[301,22,0,true,true,false],[302,18,0,true,false,false],[305,20,0,true,true,false],[305,56,0,true,false,false],[305,57,0,true,true,false],[306,28,0,true,true,false],[311,22,0,true,false,false],[311,30,0,true,true,false],[313,22,0,true,false,false],[318,18,0,true,true,false],[319,14,0,true,false,false],[325,6,0,false,false,false],[329,88,0,true,true,false],[330,50,0,true,true,false],[334,53,0,true,true,false],[338,82,0,true,true,false],[340,30,0,true,true,false],[340,39,0,true,false,false],[341,30,0,true,true,false],[341,83,0,true,false,false],[345,18,0,true,true,false],[346,14,0,true,false,false],[351,6,0,false,false,false],[355,93,0,true,true,false],[356,50,0,true,true,false],[361,22,0,true,true,false],[361,61,0,true,true,false],[361,63,0,true,false,false],[362,22,0,true,true,false],[362,73,0,true,true,false],[362,76,0,true,false,false],[362,79,0,true,true,false],[362,81,0,true,false,false],[371,6,0,false,false,false],[375,43,0,true,true,false],[376,50,0,true,true,false],[380,53,0,true,true,false],[381,24,0,true,true,false],[383,30,0,true,true,false],[383,67,0,true,false,false],[384,30,0,true,true,false],[384,69,0,true,false,false],[399,6,0,false,false,false],[401,48,0,true,true,false],[402,16,0,true,true,false],[402,41,0,true,false,false],[403,9,0,true,true,false],[403,27,0,true,false,false],[404,9,0,true,true,false],[404,36,0,true,false,false],[405,9,0,true,true,false],[405,26,0,true,false,false],[406,10,0,true,true,false],[407,6,0,false,false,false],[411,82,0,true,true,false],[412,50,0,true,true,false],[413,47,0,true,true,false],[413,77,0,true,false,false],[416,22,0,true,true,false],[417,16,0,true,true,false],[417,42,0,true,false,false],[417,43,0,true,true,false],[418,57,0,true,true,false],[419,48,0,true,true,false],[420,62,0,true,true,false],[427,26,0,true,false,false],[433,14,0,true,true,false],[434,10,0,true,false,false],[435,6,0,false,false,false],[439,40,0,true,true,false],[440,50,0,true,true,false],[441,20,0,true,true,false],[446,14,0,true,false,false],[448,53,0,true,true,false],[453,14,0,true,false,false],[460,6,0,false,false,false],[464,39,0,true,true,false],[465,29,0,true,true,false],[476,10,0,true,false,false],[478,6,0,false,false,false],[482,32,0,true,true,false],[492,6,0,false,false,false],[494,58,0,true,true,false],[498,6,0,false,false,false],[500,45,0,true,true,false],[501,41,0,true,true,false],[501,56,0,true,false,false],[504,6,0,false,false,false],[506,36,0,true,true,false],[508,6,0,false,false,false],[517,30,0,true,true,false],[521,6,0,false,false,false],[523,25,0,true,true,false],[524,43,0,true,true,false],[525,45,0,true,true,false],[527,14,0,true,false,false],[533,6,0,false,false,false],[542,58,0,true,true,false],[548,6,0,false,false,false],[550,25,0,true,true,false],[551,48,0,true,true,false],[552,50,0,true,true,false],[554,14,0,true,false,false],[560,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":94,"covered":0,"percent":0},"instantiations":{"count":95,"covered":0,"percent":0},"lines":{"count":1287,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":124,"covered":0,"notcovered":124,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift","mcdc_records":[],"segments":[[17,35,0,true,true,false],[17,37,0,false,false,false],[23,31,0,true,true,false],[23,36,0,false,false,false],[28,36,0,true,true,false],[28,47,0,false,false,false],[31,33,0,true,true,false],[31,38,0,false,false,false],[32,52,0,true,true,false],[32,57,0,false,false,false],[73,37,0,true,true,false],[73,42,0,false,false,false],[74,36,0,true,true,false],[74,41,0,false,false,false],[75,41,0,true,true,false],[75,46,0,false,false,false],[79,40,0,true,true,false],[80,25,0,true,true,false],[80,34,0,true,false,false],[81,6,0,false,false,false],[84,73,0,true,true,false],[91,42,0,true,true,false],[91,50,0,true,false,false],[92,6,0,false,false,false],[94,25,0,true,true,false],[96,6,0,false,false,false],[99,40,0,true,true,false],[100,49,0,true,true,false],[104,10,0,true,false,false],[107,35,0,true,true,false],[107,85,0,true,false,false],[107,88,0,true,true,false],[107,124,0,true,false,false],[112,57,0,true,true,false],[112,61,0,true,false,false],[112,64,0,true,true,false],[112,65,0,true,false,false],[115,18,0,true,true,false],[117,16,0,true,true,false],[117,24,0,true,false,false],[117,25,0,true,true,false],[119,14,0,true,false,false],[119,20,0,true,true,false],[121,14,0,true,false,false],[123,19,0,true,true,false],[124,16,0,true,true,false],[124,31,0,true,false,false],[124,32,0,true,true,false],[127,14,0,true,false,false],[129,40,0,true,true,false],[130,16,0,true,true,false],[130,24,0,true,false,false],[130,38,0,true,true,false],[131,58,0,true,true,false],[133,18,0,true,false,false],[136,34,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,45,0,true,true,false],[143,30,0,true,true,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[151,45,0,true,true,false],[152,46,0,true,true,false],[154,20,0,true,true,false],[155,58,0,true,true,false],[158,24,0,true,true,false],[158,34,0,true,false,false],[158,79,0,true,true,false],[160,79,0,true,true,false],[161,70,0,true,true,false],[163,30,0,true,false,false],[167,22,0,true,true,false],[168,54,0,true,true,false],[172,61,0,true,true,false],[173,44,0,true,true,false],[177,32,0,true,true,false],[177,41,0,true,false,false],[177,60,0,true,true,false],[177,80,0,true,false,false],[177,81,0,true,true,false],[183,30,0,true,true,false],[184,26,0,true,false,false],[186,51,0,true,true,false],[190,26,0,true,true,false],[192,54,0,true,true,false],[197,26,0,true,false,false],[197,35,0,true,true,false],[197,56,0,true,false,false],[197,57,0,true,true,false],[202,26,0,true,true,false],[203,22,0,true,false,false],[215,26,0,true,true,false],[215,46,0,true,false,false],[216,26,0,true,true,false],[221,22,0,true,false,false],[231,6,0,false,false,false],[234,48,0,true,true,false],[235,12,0,true,true,false],[235,22,0,true,false,false],[235,23,0,true,true,false],[237,28,0,true,true,false],[238,20,0,true,true,false],[238,33,0,true,false,false],[238,106,0,true,true,false],[240,41,0,true,true,false],[245,32,0,true,true,false],[247,26,0,true,false,false],[247,34,0,true,true,false],[250,26,0,true,false,false],[256,27,0,true,true,false],[256,59,0,true,false,false],[256,83,0,true,true,false],[260,41,0,true,true,false],[262,26,0,true,false,false],[267,27,0,true,true,false],[267,57,0,true,false,false],[267,81,0,true,true,false],[271,44,0,true,true,false],[273,26,0,true,false,false],[274,45,0,true,true,false],[276,26,0,true,false,false],[281,27,0,true,true,false],[281,55,0,true,false,false],[281,79,0,true,true,false],[283,74,0,true,true,false],[283,93,0,true,false,false],[284,62,0,true,true,false],[290,28,0,true,true,false],[290,55,0,true,false,false],[290,56,0,true,true,false],[291,69,0,true,true,false],[292,53,0,true,true,false],[294,40,0,true,true,false],[294,75,0,true,true,false],[294,122,0,true,false,false],[294,124,0,true,true,false],[295,81,0,true,true,false],[299,64,0,true,true,false],[300,101,0,true,true,false],[301,56,0,true,true,false],[301,88,0,true,false,false],[301,89,0,true,true,false],[302,109,0,true,true,false],[302,141,0,true,false,false],[302,145,0,true,true,false],[302,147,0,true,false,false],[306,69,0,true,true,false],[306,108,0,true,false,false],[308,54,0,true,true,false],[309,50,0,true,false,false],[312,38,0,true,true,false],[315,40,0,true,true,false],[315,75,0,true,true,false],[315,123,0,true,false,false],[315,125,0,true,true,false],[316,81,0,true,true,false],[320,64,0,true,true,false],[321,102,0,true,true,false],[322,56,0,true,true,false],[322,88,0,true,false,false],[322,89,0,true,true,false],[323,109,0,true,true,false],[323,141,0,true,false,false],[323,145,0,true,true,false],[323,147,0,true,false,false],[327,69,0,true,true,false],[327,108,0,true,false,false],[329,54,0,true,true,false],[330,50,0,true,false,false],[333,38,0,true,true,false],[334,34,0,true,false,false],[337,84,0,true,true,false],[337,98,0,true,false,false],[337,101,0,true,true,false],[337,116,0,true,false,false],[338,85,0,true,true,false],[338,117,0,true,false,false],[338,120,0,true,true,false],[338,158,0,true,false,false],[338,161,0,true,true,false],[338,163,0,true,false,false],[339,109,0,true,true,false],[339,131,0,true,false,false],[339,134,0,true,true,false],[339,136,0,true,false,false],[349,26,0,true,true,false],[351,48,0,true,true,false],[353,26,0,true,false,false],[361,27,0,true,true,false],[361,61,0,true,false,false],[361,85,0,true,true,false],[365,41,0,true,true,false],[367,26,0,true,false,false],[372,27,0,true,true,false],[372,56,0,true,false,false],[372,80,0,true,true,false],[374,75,0,true,true,false],[377,38,0,true,true,false],[377,48,0,true,false,false],[378,38,0,true,true,false],[380,34,0,true,false,false],[382,46,0,true,true,false],[384,30,0,true,false,false],[389,22,0,true,true,false],[390,18,0,true,false,false],[390,27,0,true,true,false],[390,55,0,true,false,false],[390,79,0,true,true,false],[392,74,0,true,true,false],[392,93,0,true,false,false],[395,34,0,true,true,false],[395,44,0,true,false,false],[396,34,0,true,true,false],[396,42,0,true,false,false],[398,42,0,true,true,false],[400,26,0,true,false,false],[401,38,0,true,true,false],[403,26,0,true,false,false],[408,27,0,true,true,false],[408,53,0,true,false,false],[408,77,0,true,true,false],[410,72,0,true,true,false],[410,89,0,true,false,false],[411,62,0,true,true,false],[416,28,0,true,true,false],[416,52,0,true,false,false],[416,53,0,true,true,false],[420,26,0,true,false,false],[420,32,0,true,true,false],[421,69,0,true,true,false],[422,69,0,true,true,false],[423,44,0,true,true,false],[433,38,0,true,false,false],[435,36,0,true,true,false],[435,62,0,true,false,false],[435,63,0,true,true,false],[439,34,0,true,true,false],[440,30,0,true,false,false],[443,32,0,true,true,false],[445,26,0,true,false,false],[445,34,0,true,true,false],[447,26,0,true,false,false],[455,27,0,true,true,false],[455,49,0,true,false,false],[455,50,0,true,true,false],[457,24,0,true,true,false],[457,78,0,true,false,false],[457,79,0,true,true,false],[459,65,0,true,true,false],[463,83,0,true,true,false],[463,85,0,true,false,false],[468,31,0,true,true,false],[468,87,0,true,false,false],[468,88,0,true,true,false],[470,79,0,true,true,false],[470,81,0,true,false,false],[474,31,0,true,true,false],[474,88,0,true,false,false],[474,89,0,true,true,false],[477,63,0,true,true,false],[477,65,0,true,false,false],[478,76,0,true,true,false],[478,85,0,true,false,false],[479,49,0,true,true,false],[481,30,0,true,false,false],[486,31,0,true,true,false],[486,89,0,true,false,false],[486,90,0,true,true,false],[489,63,0,true,true,false],[489,65,0,true,false,false],[491,43,0,true,true,false],[493,30,0,true,false,false],[498,28,0,true,true,false],[504,22,0,true,false,false],[505,24,0,true,true,false],[507,40,0,true,true,false],[509,28,0,true,true,false],[509,45,0,true,false,false],[509,67,0,true,true,false],[514,26,0,true,true,false],[516,53,0,true,true,false],[523,48,0,true,true,false],[523,61,0,true,false,false],[528,45,0,true,true,false],[530,67,0,true,true,false],[530,68,0,true,false,false],[530,71,0,true,true,false],[530,72,0,true,false,false],[532,55,0,true,true,false],[536,45,0,true,true,false],[538,38,0,true,false,false],[539,47,0,true,true,false],[541,38,0,true,false,false],[542,52,0,true,true,false],[542,65,0,true,false,false],[549,18,0,true,true,false],[550,14,0,true,false,false],[551,10,0,true,true,false],[552,6,0,false,false,false],[555,58,0,true,true,false],[558,12,0,true,true,false],[558,35,0,true,false,false],[558,36,0,true,true,false],[564,10,0,true,false,false],[564,19,0,true,true,false],[564,46,0,true,false,false],[564,47,0,true,true,false],[568,20,0,true,true,false],[568,84,0,true,false,false],[569,76,0,true,true,false],[574,14,0,true,false,false],[574,20,0,true,true,false],[579,14,0,true,false,false],[580,16,0,true,true,false],[584,10,0,true,false,false],[585,6,0,false,false,false],[587,49,0,true,true,false],[591,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":97,"covered":0,"percent":0},"instantiations":{"count":99,"covered":0,"percent":0},"lines":{"count":1604,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":194,"covered":0,"notcovered":194,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift","mcdc_records":[],"segments":[[14,25,0,true,true,false],[15,32,0,true,true,false],[17,10,0,true,false,false],[21,6,0,false,false,false],[30,25,0,true,true,false],[31,28,0,true,true,false],[38,10,0,true,false,false],[46,6,0,false,false,false],[48,34,0,true,true,false],[49,16,0,true,true,false],[49,20,0,true,false,false],[50,9,0,true,true,false],[50,47,0,true,false,false],[51,9,0,true,true,false],[51,53,0,true,false,false],[52,9,0,true,true,false],[52,39,0,true,false,false],[53,9,0,true,true,false],[53,55,0,true,false,false],[54,10,0,true,true,false],[55,6,0,false,false,false],[57,34,0,true,true,false],[58,16,0,true,true,false],[58,20,0,true,false,false],[59,9,0,true,true,false],[59,30,0,true,false,false],[60,9,0,true,true,false],[60,26,0,true,false,false],[61,9,0,true,true,false],[61,26,0,true,false,false],[62,9,0,true,true,false],[62,31,0,true,false,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[80,46,0,true,true,false],[93,6,0,false,false,false],[105,25,0,true,true,false],[106,28,0,true,true,false],[108,35,0,true,true,false],[113,14,0,true,false,false],[113,20,0,true,true,false],[118,14,0,true,false,false],[121,29,0,true,true,false],[121,42,0,true,false,false],[136,19,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[141,32,0,true,true,false],[145,90,0,true,true,false],[148,10,0,true,true,false],[151,57,0,true,true,false],[151,70,0,true,false,false],[151,73,0,true,true,false],[151,95,0,true,false,false],[158,33,0,true,true,false],[160,16,0,true,true,false],[160,60,0,true,false,false],[160,61,0,true,true,false],[163,14,0,true,true,false],[164,10,0,true,true,false],[169,18,0,true,true,false],[169,31,0,true,false,false],[170,39,0,true,true,false],[170,53,0,true,false,false],[170,57,0,true,true,false],[170,70,0,true,false,false],[171,6,0,false,false,false],[173,42,0,true,true,false],[182,9,0,true,true,false],[184,10,0,true,false,false],[184,16,0,true,true,false],[187,10,0,true,false,false],[188,6,0,false,false,false],[198,25,0,true,true,false],[199,28,0,true,true,false],[209,10,0,true,false,false],[211,6,0,false,false,false],[220,25,0,true,true,false],[221,28,0,true,true,false],[223,35,0,true,true,false],[227,14,0,true,false,false],[227,20,0,true,true,false],[232,14,0,true,false,false],[241,19,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[246,32,0,true,true,false],[247,117,0,true,true,false],[251,10,0,true,false,false],[252,6,0,false,false,false],[263,36,0,true,true,false],[263,41,0,false,false,false],[265,25,0,true,true,false],[266,49,0,true,true,false],[267,32,0,true,true,false],[269,36,0,true,true,false],[287,18,0,true,false,false],[292,36,0,true,true,false],[293,28,0,true,true,false],[295,22,0,true,false,false],[295,30,0,true,true,false],[298,77,0,true,true,false],[298,78,0,true,false,false],[298,81,0,true,true,false],[298,84,0,true,false,false],[304,28,0,true,true,false],[306,22,0,true,false,false],[306,30,0,true,true,false],[309,77,0,true,true,false],[309,78,0,true,false,false],[309,81,0,true,true,false],[309,84,0,true,false,false],[327,35,0,true,true,false],[327,62,0,true,false,false],[327,65,0,true,true,false],[327,76,0,true,false,false],[330,18,0,true,true,false],[332,16,0,true,true,false],[332,24,0,true,false,false],[332,25,0,true,true,false],[334,14,0,true,false,false],[334,20,0,true,true,false],[336,14,0,true,false,false],[338,23,0,true,true,false],[340,10,0,true,false,false],[341,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":516,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift","mcdc_records":[],"segments":[[8,36,0,true,true,false],[8,41,0,false,false,false],[9,38,0,true,true,false],[9,43,0,false,false,false],[11,36,0,true,true,false],[12,22,0,true,true,false],[12,35,0,true,false,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,16,0,true,true,false],[18,10,0,true,false,false],[18,18,0,true,true,false],[19,20,0,true,true,false],[28,14,0,true,false,false],[29,40,0,true,true,false],[29,44,0,true,false,false],[29,47,0,true,true,false],[29,63,0,true,true,false],[29,67,0,true,false,false],[29,70,0,true,true,false],[29,73,0,true,false,false],[34,18,0,true,true,false],[36,10,0,true,false,false],[39,28,0,true,true,false],[41,18,0,true,false,false],[42,26,0,true,true,false],[44,18,0,true,false,false],[46,6,0,false,false,false],[48,34,0,true,true,false],[49,12,0,true,true,false],[49,23,0,true,false,false],[49,24,0,true,true,false],[51,10,0,true,false,false],[51,19,0,true,true,false],[51,31,0,true,false,false],[51,32,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[55,10,0,true,false,false],[56,6,0,false,false,false],[58,34,0,true,true,false],[59,12,0,true,true,false],[59,23,0,true,false,false],[59,24,0,true,true,false],[61,10,0,true,false,false],[61,19,0,true,true,false],[61,31,0,true,false,false],[61,32,0,true,true,false],[63,10,0,true,false,false],[63,16,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[68,36,0,true,true,false],[69,12,0,true,true,false],[69,23,0,true,false,false],[69,24,0,true,true,false],[71,10,0,true,false,false],[71,19,0,true,true,false],[71,31,0,true,false,false],[71,32,0,true,true,false],[73,10,0,true,false,false],[73,16,0,true,true,false],[75,10,0,true,false,false],[76,6,0,false,false,false],[78,39,0,true,true,false],[79,24,0,true,true,false],[79,25,0,true,false,false],[79,28,0,true,true,false],[79,29,0,true,false,false],[80,6,0,false,false,false],[82,34,0,true,true,false],[83,24,0,true,true,false],[83,25,0,true,false,false],[83,28,0,true,true,false],[83,29,0,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":108,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift","mcdc_records":[],"segments":[[16,33,0,true,true,false],[16,38,0,false,false,false],[27,65,0,true,true,false],[27,71,0,false,false,false],[29,56,0,true,true,false],[30,24,0,true,true,false],[30,71,0,true,false,false],[31,6,0,false,false,false],[34,68,0,true,true,false],[36,55,0,true,true,false],[37,44,0,true,true,false],[39,14,0,true,false,false],[40,10,0,true,true,false],[41,22,0,true,false,false],[42,6,0,false,false,false],[44,25,0,true,true,false],[45,28,0,true,true,false],[46,53,0,true,true,false],[48,79,0,true,true,false],[48,88,0,true,false,false],[74,6,0,false,false,false],[83,25,0,true,true,false],[84,49,0,true,true,false],[90,69,0,true,true,false],[91,36,0,true,true,false],[93,24,0,true,true,false],[93,37,0,true,false,false],[93,38,0,true,true,false],[93,66,0,true,false,false],[93,75,0,true,true,false],[93,88,0,true,false,false],[93,89,0,true,true,false],[93,118,0,true,true,false],[95,46,0,true,true,false],[102,22,0,true,false,false],[106,6,0,false,false,false],[117,33,0,true,true,false],[117,38,0,false,false,false],[120,57,0,true,true,false],[120,60,0,false,false,false],[122,56,0,true,true,false],[123,24,0,true,true,false],[123,71,0,true,false,false],[124,6,0,false,false,false],[127,49,0,true,true,false],[129,33,0,true,true,false],[130,47,0,true,true,false],[132,14,0,true,false,false],[133,10,0,true,true,false],[134,22,0,true,false,false],[135,6,0,false,false,false],[146,38,0,true,true,false],[148,6,0,false,false,false],[151,61,0,true,true,false],[154,9,0,true,true,false],[156,10,0,true,true,false],[157,28,0,true,false,false],[158,6,0,false,false,false],[160,25,0,true,true,false],[161,49,0,true,true,false],[168,44,0,true,true,false],[170,57,0,true,true,false],[171,77,0,true,true,false],[172,44,0,true,true,false],[174,32,0,true,true,false],[174,45,0,true,false,false],[174,46,0,true,true,false],[174,74,0,true,false,false],[174,83,0,true,true,false],[174,96,0,true,false,false],[174,97,0,true,true,false],[174,126,0,true,true,false],[176,54,0,true,true,false],[180,56,0,true,true,false],[185,42,0,true,false,false],[195,54,0,true,true,false],[203,18,0,true,false,false],[206,61,0,true,true,false],[208,14,0,true,false,false],[210,6,0,false,false,false],[219,25,0,true,true,false],[220,16,0,true,true,false],[222,36,0,true,true,false],[222,67,0,true,false,false],[222,70,0,true,true,false],[222,107,0,true,false,false],[224,38,0,true,true,false],[224,68,0,true,false,false],[224,71,0,true,true,false],[224,99,0,true,false,false],[227,16,0,true,true,false],[227,27,0,true,false,false],[227,28,0,true,true,false],[231,14,0,true,true,false],[232,10,0,true,false,false],[234,6,0,false,false,false],[247,33,0,true,true,false],[247,38,0,false,false,false],[250,40,0,true,true,false],[252,6,0,false,false,false],[254,41,0,true,true,false],[256,6,0,false,false,false],[258,37,0,true,true,false],[260,6,0,false,false,false],[263,47,0,true,true,false],[264,27,0,true,true,false],[264,94,0,true,false,false],[264,97,0,true,true,false],[264,100,0,true,false,false],[265,6,0,false,false,false],[267,42,0,true,true,false],[267,47,0,false,false,false],[268,41,0,true,true,false],[268,44,0,false,false,false],[269,43,0,true,true,false],[269,48,0,false,false,false],[271,25,0,true,true,false],[278,34,0,true,true,false],[278,37,0,true,false,false],[278,40,0,true,true,false],[278,43,0,true,false,false],[282,40,0,true,true,false],[283,20,0,true,true,false],[283,29,0,true,false,false],[283,47,0,true,true,false],[285,18,0,true,false,false],[287,38,0,true,true,false],[288,20,0,true,true,false],[288,30,0,true,false,false],[288,61,0,true,true,false],[291,18,0,true,false,false],[294,6,0,false,false,false],[296,34,0,true,true,false],[299,92,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[313,25,0,true,true,false],[340,6,0,false,false,false],[347,90,0,true,true,false],[348,34,0,true,true,false],[348,40,0,true,false,false],[349,6,0,false,false,false],[364,56,0,true,true,false],[365,24,0,true,true,false],[365,71,0,true,false,false],[366,6,0,false,false,false],[368,25,0,true,true,false],[369,28,0,true,true,false],[370,53,0,true,true,false],[372,57,0,true,true,false],[378,82,0,true,true,false],[379,44,0,true,true,false],[381,32,0,true,true,false],[381,45,0,true,false,false],[381,46,0,true,true,false],[383,30,0,true,false,false],[383,39,0,true,true,false],[383,52,0,true,false,false],[383,53,0,true,true,false],[385,30,0,true,true,false],[387,54,0,true,true,false],[394,30,0,true,false,false],[405,57,0,true,true,false],[411,82,0,true,true,false],[412,44,0,true,true,false],[414,32,0,true,true,false],[414,45,0,true,false,false],[414,46,0,true,true,false],[416,30,0,true,false,false],[416,39,0,true,true,false],[416,52,0,true,false,false],[416,53,0,true,true,false],[418,30,0,true,true,false],[420,54,0,true,true,false],[423,54,0,true,true,false],[423,70,0,true,false,false],[443,6,0,false,false,false],[453,25,0,true,true,false],[455,61,0,true,true,false],[455,70,0,true,false,false],[455,73,0,true,true,false],[455,81,0,true,false,false],[457,46,0,true,true,false],[457,57,0,true,true,false],[457,65,0,true,false,false],[457,68,0,true,true,false],[457,80,0,true,false,false],[457,84,0,true,true,false],[457,94,0,true,false,false],[460,44,0,true,true,false],[460,52,0,true,false,false],[460,55,0,true,true,false],[460,86,0,true,false,false],[460,89,0,true,true,false],[460,126,0,true,false,false],[464,45,0,true,true,false],[464,56,0,true,true,false],[464,82,0,true,false,false],[464,85,0,true,true,false],[464,115,0,true,false,false],[464,119,0,true,true,false],[464,147,0,true,false,false],[466,6,0,false,false,false],[484,56,0,true,true,false],[485,24,0,true,true,false],[485,71,0,true,false,false],[486,6,0,false,false,false],[488,25,0,true,true,false],[489,28,0,true,true,false],[490,50,0,true,true,false],[492,57,0,true,true,false],[500,40,0,true,true,false],[501,64,0,true,true,false],[502,48,0,true,true,false],[507,74,0,true,true,false],[507,77,0,true,false,false],[517,57,0,true,true,false],[522,61,0,true,true,false],[524,44,0,true,true,false],[525,66,0,true,true,false],[526,52,0,true,true,false],[527,62,0,true,true,false],[529,38,0,true,false,false],[533,48,0,true,true,false],[536,30,0,true,false,false],[544,44,0,true,true,false],[545,88,0,true,true,false],[546,52,0,true,true,false],[547,62,0,true,true,false],[548,82,0,true,true,false],[548,85,0,true,false,false],[553,48,0,true,true,false],[554,74,0,true,true,false],[554,77,0,true,false,false],[555,74,0,true,true,false],[555,77,0,true,false,false],[572,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":90,"covered":0,"percent":0},"instantiations":{"count":91,"covered":0,"percent":0},"lines":{"count":1347,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":145,"covered":0,"notcovered":145,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift","mcdc_records":[],"segments":[[13,36,0,true,true,false],[13,47,0,false,false,false],[18,36,0,true,true,false],[18,41,0,false,false,false],[21,46,0,true,true,false],[23,6,0,false,false,false],[25,34,0,true,true,false],[27,6,0,false,false,false],[29,25,0,true,true,false],[30,49,0,true,true,false],[31,32,0,true,true,false],[33,36,0,true,true,false],[35,24,0,true,true,false],[35,45,0,true,false,false],[35,46,0,true,true,false],[36,44,0,true,true,false],[43,26,0,true,false,false],[49,22,0,true,true,false],[61,56,0,true,true,false],[63,22,0,true,false,false],[63,28,0,true,true,false],[68,22,0,true,false,false],[71,72,0,true,true,false],[75,22,0,true,true,false],[78,56,0,true,true,false],[80,22,0,true,true,false],[83,18,0,true,false,false],[88,20,0,true,true,false],[88,44,0,true,true,false],[88,66,0,true,false,false],[88,67,0,true,true,false],[89,40,0,true,true,false],[90,55,0,true,true,false],[91,36,0,true,true,false],[93,30,0,true,false,false],[93,38,0,true,true,false],[96,85,0,true,true,false],[96,86,0,true,false,false],[96,89,0,true,true,false],[96,92,0,true,false,false],[101,26,0,true,true,false],[103,59,0,true,true,false],[104,36,0,true,true,false],[106,30,0,true,false,false],[106,38,0,true,true,false],[109,85,0,true,true,false],[109,86,0,true,false,false],[109,89,0,true,true,false],[109,92,0,true,false,false],[114,26,0,true,true,false],[119,22,0,true,false,false],[120,18,0,true,true,false],[121,14,0,true,false,false],[129,36,0,true,true,false],[129,46,0,true,false,false],[129,49,0,true,true,false],[129,76,0,true,false,false],[129,79,0,true,true,false],[129,90,0,true,false,false],[132,18,0,true,true,false],[134,16,0,true,true,false],[134,26,0,true,false,false],[134,27,0,true,true,false],[135,20,0,true,true,false],[135,28,0,true,false,false],[135,29,0,true,true,false],[137,18,0,true,false,false],[137,24,0,true,true,false],[139,18,0,true,false,false],[142,23,0,true,true,false],[143,43,0,true,true,false],[145,14,0,true,false,false],[147,6,0,false,false,false],[150,78,0,true,true,false],[151,28,0,true,true,false],[152,20,0,true,true,false],[152,28,0,true,false,false],[153,13,0,true,true,false],[154,92,0,true,false,false],[156,13,0,true,true,false],[157,57,0,true,true,false],[160,24,0,true,true,false],[160,45,0,true,false,false],[160,46,0,true,true,false],[162,22,0,true,false,false],[162,28,0,true,true,false],[163,82,0,true,true,false],[164,32,0,true,true,false],[164,45,0,true,false,false],[164,46,0,true,true,false],[168,30,0,true,true,false],[170,26,0,true,false,false],[174,13,0,true,true,false],[175,28,0,true,false,false],[177,13,0,true,true,false],[182,18,0,true,false,false],[183,14,0,true,true,false],[184,10,0,true,false,false],[186,6,0,false,false,false],[189,107,0,true,true,false],[197,43,0,true,true,false],[199,45,0,true,true,false],[199,57,0,true,true,false],[202,56,0,true,true,false],[202,77,0,true,false,false],[202,80,0,true,true,false],[202,100,0,true,false,false],[203,54,0,true,true,false],[203,74,0,true,false,false],[203,77,0,true,true,false],[203,87,0,true,false,false],[206,10,0,true,true,false],[208,29,0,true,false,false],[209,6,0,false,false,false],[212,86,0,true,true,false],[213,28,0,true,true,false],[219,10,0,true,false,false],[220,6,0,false,false,false],[223,73,0,true,true,false],[230,42,0,true,true,false],[230,50,0,true,false,false],[231,6,0,false,false,false],[233,64,0,true,true,false],[253,54,0,true,true,false],[255,10,0,true,true,false],[260,12,0,true,true,false],[260,34,0,true,false,false],[260,35,0,true,true,false],[263,10,0,true,false,false],[263,19,0,true,true,false],[263,41,0,true,false,false],[263,42,0,true,true,false],[266,10,0,true,false,false],[266,19,0,true,true,false],[266,41,0,true,false,false],[266,42,0,true,true,false],[269,10,0,true,false,false],[269,19,0,true,true,false],[269,41,0,true,false,false],[269,42,0,true,true,false],[272,10,0,true,false,false],[274,57,0,true,true,false],[276,10,0,true,true,false],[278,43,0,true,false,false],[279,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":611,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[14,27,0,true,true,false],[14,54,0,true,false,false],[15,6,0,false,false,false],[17,39,0,true,true,false],[18,27,0,true,true,false],[18,51,0,true,false,false],[19,6,0,false,false,false],[21,39,0,true,true,false],[22,27,0,true,true,false],[22,52,0,true,false,false],[23,6,0,false,false,false],[26,41,0,true,true,false],[27,37,0,true,true,false],[27,64,0,true,false,false],[27,73,0,true,true,false],[27,96,0,true,false,false],[27,101,0,true,true,false],[27,103,0,true,false,false],[29,6,0,false,false,false],[31,25,0,true,true,false],[32,49,0,true,true,false],[34,32,0,true,true,false],[39,20,0,true,true,false],[39,35,0,true,false,false],[39,36,0,true,true,false],[42,18,0,true,true,false],[45,20,0,true,true,false],[45,36,0,true,false,false],[45,37,0,true,true,false],[48,18,0,true,true,false],[49,20,0,true,true,false],[49,35,0,true,false,false],[49,36,0,true,true,false],[52,18,0,true,true,false],[53,14,0,true,false,false],[59,69,0,true,true,false],[61,20,0,true,true,false],[61,40,0,true,false,false],[61,41,0,true,true,false],[64,18,0,true,true,false],[66,36,0,true,true,false],[71,24,0,true,true,false],[71,39,0,true,false,false],[71,40,0,true,true,false],[74,22,0,true,true,false],[77,24,0,true,true,false],[77,40,0,true,false,false],[77,41,0,true,true,false],[78,64,0,true,true,false],[78,84,0,true,false,false],[80,22,0,true,true,false],[81,24,0,true,true,false],[81,39,0,true,false,false],[81,40,0,true,true,false],[82,61,0,true,true,false],[82,81,0,true,false,false],[84,22,0,true,true,false],[85,18,0,true,false,false],[97,6,0,false,false,false],[100,85,0,true,true,false],[104,6,0,false,false,false],[107,55,0,true,true,false],[110,6,0,false,false,false],[113,64,0,true,true,false],[114,22,0,true,true,false],[114,24,0,true,false,false],[118,6,0,false,false,false],[121,58,0,true,true,false],[127,6,0,false,false,false],[130,75,0,true,true,false],[131,21,0,true,true,false],[137,10,0,true,false,false],[137,16,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,57,0,true,true,false],[149,6,0,false,false,false],[152,63,0,true,true,false],[202,44,0,true,true,false],[204,10,0,true,true,false],[207,77,0,true,false,false],[208,6,0,false,false,false],[211,104,0,true,true,false],[225,15,0,true,true,false],[225,28,0,true,false,false],[225,29,0,true,true,false],[227,54,0,true,true,false],[228,20,0,true,true,false],[228,47,0,true,false,false],[228,48,0,true,true,false],[233,18,0,true,true,false],[234,14,0,true,true,false],[235,10,0,true,true,false],[238,43,0,true,true,false],[238,46,0,true,false,false],[238,49,0,true,true,false],[238,58,0,true,false,false],[239,88,0,true,true,false],[241,59,0,true,true,false],[241,66,0,true,false,false],[242,16,0,true,true,false],[244,10,0,true,false,false],[247,12,0,true,true,false],[247,27,0,true,false,false],[247,28,0,true,true,false],[249,10,0,true,false,false],[249,16,0,true,true,false],[251,10,0,true,false,false],[252,6,0,false,false,false],[255,59,0,true,true,false],[257,42,0,true,true,false],[281,10,0,true,false,false],[282,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":412,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift","mcdc_records":[],"segments":[[15,47,0,true,true,false],[15,52,0,false,false,false],[16,41,0,true,true,false],[16,43,0,false,false,false],[18,48,0,true,true,false],[20,6,0,false,false,false],[22,82,0,true,true,false],[26,70,0,true,true,false],[26,106,0,true,true,false],[26,108,0,true,false,false],[27,6,0,false,false,false],[29,50,0,true,true,false],[30,37,0,true,true,false],[30,68,0,true,false,false],[31,6,0,false,false,false],[33,41,0,true,true,false],[34,37,0,true,true,false],[34,53,0,true,true,false],[35,44,0,true,true,false],[35,75,0,true,false,false],[36,16,0,true,true,false],[36,39,0,true,false,false],[37,6,0,false,false,false],[39,25,0,true,true,false],[40,50,0,true,true,false],[42,32,0,true,true,false],[43,50,0,true,true,false],[43,52,0,true,false,false],[43,54,0,true,true,false],[48,80,0,true,true,false],[48,98,0,true,false,false],[49,23,0,true,true,false],[52,22,0,true,false,false],[61,19,0,true,true,false],[62,58,0,true,true,false],[62,72,0,true,false,false],[62,75,0,true,true,false],[62,77,0,true,false,false],[65,82,0,true,true,false],[68,36,0,true,true,false],[70,32,0,true,true,false],[70,74,0,true,false,false],[70,75,0,true,true,false],[73,30,0,true,false,false],[76,35,0,true,true,false],[78,26,0,true,false,false],[85,44,0,true,true,false],[92,14,0,true,false,false],[92,23,0,true,true,false],[92,40,0,true,false,false],[92,41,0,true,true,false],[93,24,0,true,true,false],[98,36,0,true,true,false],[101,22,0,true,false,false],[108,14,0,true,true,false],[109,10,0,true,false,false],[112,6,0,false,false,false],[122,40,0,true,true,false],[122,45,0,false,false,false],[125,50,0,true,true,false],[127,6,0,false,false,false],[129,82,0,true,true,false],[133,74,0,true,true,false],[133,100,0,true,true,false],[133,102,0,true,false,false],[134,6,0,false,false,false],[136,46,0,true,true,false],[137,31,0,true,true,false],[137,60,0,true,false,false],[138,6,0,false,false,false],[140,25,0,true,true,false],[141,50,0,true,true,false],[143,33,0,true,true,false],[144,44,0,true,true,false],[144,46,0,true,false,false],[144,48,0,true,true,false],[148,23,0,true,true,false],[152,22,0,true,false,false],[157,44,0,true,true,false],[158,57,0,true,true,false],[168,18,0,true,false,false],[169,14,0,true,true,false],[170,10,0,true,false,false],[173,36,0,true,true,false],[173,80,0,true,false,false],[173,83,0,true,true,false],[173,86,0,true,false,false],[174,6,0,false,false,false],[184,36,0,true,true,false],[184,41,0,false,false,false],[191,25,0,true,true,false],[192,34,0,true,true,false],[193,53,0,true,true,false],[195,24,0,true,true,false],[196,47,0,true,true,false],[199,22,0,true,true,false],[202,18,0,true,false,false],[203,47,0,true,true,false],[203,55,0,true,false,false],[203,58,0,true,true,false],[203,68,0,true,false,false],[206,36,0,true,true,false],[207,62,0,true,true,false],[208,60,0,true,true,false],[208,92,0,true,false,false],[208,109,0,true,true,false],[208,112,0,true,false,false],[217,40,0,true,true,false],[217,71,0,true,false,false],[217,74,0,true,true,false],[217,111,0,true,false,false],[221,42,0,true,true,false],[221,59,0,true,false,false],[221,62,0,true,true,false],[221,98,0,true,true,false],[221,101,0,true,false,false],[221,104,0,true,true,false],[221,107,0,true,false,false],[221,134,0,true,true,false],[221,135,0,true,false,false],[221,138,0,true,true,false],[221,139,0,true,false,false],[227,18,0,true,true,false],[227,36,0,true,false,false],[228,6,0,false,false,false],[236,25,0,true,true,false],[248,6,0,false,false,false],[260,50,0,true,true,false],[260,55,0,false,false,false],[261,51,0,true,true,false],[261,56,0,false,false,false],[262,41,0,true,true,false],[262,43,0,false,false,false],[263,42,0,true,true,false],[263,44,0,false,false,false],[265,46,0,true,true,false],[267,6,0,false,false,false],[269,133,0,true,true,false],[274,45,0,true,true,false],[274,47,0,true,false,false],[275,47,0,true,true,false],[275,49,0,true,false,false],[276,70,0,true,true,false],[276,98,0,true,true,false],[276,105,0,true,false,false],[277,72,0,true,true,false],[277,101,0,true,true,false],[277,108,0,true,false,false],[278,6,0,false,false,false],[280,47,0,true,true,false],[281,31,0,true,true,false],[281,33,0,true,false,false],[282,6,0,false,false,false],[284,48,0,true,true,false],[285,32,0,true,true,false],[285,34,0,true,false,false],[286,6,0,false,false,false],[288,53,0,true,true,false],[289,26,0,true,true,false],[289,54,0,true,false,false],[290,6,0,false,false,false],[292,54,0,true,true,false],[293,27,0,true,true,false],[293,56,0,true,false,false],[294,6,0,false,false,false],[296,44,0,true,true,false],[297,30,0,true,true,false],[297,58,0,true,false,false],[297,62,0,true,true,false],[297,82,0,true,false,false],[298,6,0,false,false,false],[300,45,0,true,true,false],[301,31,0,true,true,false],[301,60,0,true,false,false],[301,64,0,true,true,false],[301,85,0,true,false,false],[302,6,0,false,false,false],[305,47,0,true,true,false],[307,6,0,false,false,false],[310,48,0,true,true,false],[312,6,0,false,false,false],[315,61,0,true,true,false],[318,9,0,true,true,false],[320,10,0,true,true,false],[321,21,0,true,false,false],[322,6,0,false,false,false],[325,58,0,true,true,false],[328,9,0,true,true,false],[330,10,0,true,true,false],[331,19,0,true,false,false],[332,6,0,false,false,false],[335,36,0,true,true,false],[336,34,0,true,true,false],[336,56,0,true,false,false],[337,6,0,false,false,false],[339,25,0,true,true,false],[340,50,0,true,true,false],[342,53,0,true,true,false],[347,36,0,true,true,false],[348,41,0,true,true,false],[353,73,0,true,true,false],[353,94,0,true,false,false],[354,27,0,true,true,false],[357,26,0,true,false,false],[361,24,0,true,true,false],[361,44,0,true,false,false],[361,45,0,true,true,false],[367,27,0,true,true,false],[369,26,0,true,false,false],[370,22,0,true,true,false],[373,55,0,true,true,false],[373,61,0,true,false,false],[373,64,0,true,true,false],[373,72,0,true,false,false],[377,23,0,true,true,false],[378,65,0,true,true,false],[378,76,0,true,false,false],[378,79,0,true,true,false],[378,81,0,true,false,false],[381,89,0,true,true,false],[384,40,0,true,true,false],[386,36,0,true,true,false],[386,92,0,true,false,false],[386,93,0,true,true,false],[389,34,0,true,false,false],[389,40,0,true,true,false],[391,40,0,true,true,false],[391,82,0,true,false,false],[391,83,0,true,true,false],[394,38,0,true,false,false],[398,39,0,true,true,false],[400,30,0,true,false,false],[406,51,0,true,true,false],[411,18,0,true,true,false],[412,14,0,true,false,false],[415,53,0,true,true,false],[420,36,0,true,true,false],[421,42,0,true,true,false],[426,74,0,true,true,false],[426,96,0,true,false,false],[427,27,0,true,true,false],[430,26,0,true,false,false],[434,24,0,true,true,false],[434,45,0,true,false,false],[434,46,0,true,true,false],[440,27,0,true,true,false],[442,26,0,true,false,false],[443,22,0,true,true,false],[446,56,0,true,true,false],[446,62,0,true,false,false],[446,65,0,true,true,false],[446,73,0,true,false,false],[450,23,0,true,true,false],[451,67,0,true,true,false],[451,79,0,true,false,false],[451,82,0,true,true,false],[451,84,0,true,false,false],[454,90,0,true,true,false],[457,40,0,true,true,false],[459,36,0,true,true,false],[459,93,0,true,false,false],[459,94,0,true,true,false],[462,34,0,true,false,false],[462,40,0,true,true,false],[464,40,0,true,true,false],[464,82,0,true,false,false],[464,83,0,true,true,false],[467,38,0,true,false,false],[471,39,0,true,true,false],[473,30,0,true,false,false],[479,52,0,true,true,false],[484,18,0,true,true,false],[485,14,0,true,false,false],[488,16,0,true,true,false],[488,28,0,true,false,false],[488,29,0,true,true,false],[489,36,0,true,true,false],[496,18,0,true,false,false],[503,14,0,true,true,false],[504,10,0,true,false,false],[508,6,0,false,false,false],[518,45,0,true,true,false],[518,49,0,false,false,false],[521,73,0,true,true,false],[523,6,0,false,false,false],[525,34,0,true,true,false],[527,12,0,true,true,false],[527,62,0,true,false,false],[527,63,0,true,true,false],[529,10,0,true,true,false],[531,58,0,true,false,false],[532,6,0,false,false,false],[535,38,0,true,true,false],[538,9,0,true,true,false],[540,10,0,true,true,false],[541,24,0,true,false,false],[542,6,0,false,false,false],[544,25,0,true,true,false],[545,50,0,true,true,false],[550,53,0,true,true,false],[554,31,0,true,true,false],[555,28,0,true,true,false],[555,38,0,true,false,false],[555,39,0,true,true,false],[557,26,0,true,false,false],[559,45,0,true,true,false],[561,22,0,true,false,false],[564,20,0,true,true,false],[564,38,0,true,false,false],[564,71,0,true,true,false],[565,32,0,true,true,false],[566,69,0,true,true,false],[567,94,0,true,true,false],[568,40,0,true,true,false],[571,34,0,true,false,false],[571,42,0,true,true,false],[572,56,0,true,true,false],[573,77,0,true,true,false],[578,42,0,true,true,false],[583,38,0,true,false,false],[594,18,0,true,true,false],[597,20,0,true,true,false],[597,70,0,true,false,false],[597,71,0,true,true,false],[598,40,0,true,true,false],[605,22,0,true,false,false],[608,25,0,true,true,false],[608,42,0,true,false,false],[608,56,0,true,true,false],[612,18,0,true,true,false],[613,14,0,true,false,false],[618,20,0,true,true,false],[619,34,0,true,true,false],[621,18,0,true,false,false],[628,30,0,true,true,false],[630,18,0,true,false,false],[640,19,0,true,true,false],[642,10,0,true,false,false],[643,6,0,false,false,false],[653,36,0,true,true,false],[653,41,0,false,false,false],[655,25,0,true,true,false],[656,32,0,true,true,false],[658,56,0,true,true,false],[658,65,0,true,false,false],[658,68,0,true,true,false],[658,76,0,true,false,false],[659,47,0,true,true,false],[659,53,0,true,false,false],[659,56,0,true,true,false],[659,64,0,true,false,false],[664,62,0,true,true,false],[664,63,0,true,false,false],[664,66,0,true,true,false],[664,76,0,true,true,false],[664,77,0,true,false,false],[664,80,0,true,true,false],[664,81,0,true,false,false],[665,44,0,true,true,false],[665,61,0,true,false,false],[665,64,0,true,true,false],[665,77,0,true,true,false],[665,104,0,true,false,false],[665,107,0,true,true,false],[665,118,0,true,false,false],[672,18,0,true,true,false],[672,36,0,true,false,false],[673,6,0,false,false,false],[680,40,0,true,true,false],[684,12,0,true,true,false],[684,19,0,true,false,false],[684,28,0,true,true,false],[686,10,0,true,false,false],[686,19,0,true,true,false],[686,26,0,true,false,false],[686,27,0,true,true,false],[700,10,0,true,false,false],[700,19,0,true,true,false],[700,25,0,true,false,false],[700,26,0,true,true,false],[714,10,0,true,false,false],[714,16,0,true,true,false],[716,10,0,true,false,false],[719,6,0,false,false,false],[732,36,0,true,true,false],[732,41,0,false,false,false],[734,25,0,true,true,false],[735,32,0,true,true,false],[736,32,0,true,true,false],[737,42,0,true,true,false],[740,18,0,true,true,false],[742,60,0,true,true,false],[742,69,0,true,false,false],[742,72,0,true,true,false],[742,80,0,true,false,false],[745,43,0,true,true,false],[745,49,0,true,false,false],[745,52,0,true,true,false],[745,60,0,true,false,false],[750,57,0,true,true,false],[750,58,0,true,false,false],[750,61,0,true,true,false],[750,62,0,true,false,false],[751,40,0,true,true,false],[751,57,0,true,false,false],[751,60,0,true,true,false],[751,73,0,true,true,false],[751,100,0,true,false,false],[751,103,0,true,true,false],[751,114,0,true,false,false],[758,18,0,true,true,false],[758,36,0,true,false,false],[759,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":134,"covered":0,"percent":0},"instantiations":{"count":134,"covered":0,"percent":0},"lines":{"count":1881,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":243,"covered":0,"notcovered":243,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift","mcdc_records":[],"segments":[[15,38,0,true,true,false],[15,43,0,false,false,false],[17,43,0,true,true,false],[18,37,0,true,true,false],[18,65,0,true,false,false],[19,6,0,false,false,false],[21,25,0,true,true,false],[22,50,0,true,true,false],[24,50,0,true,true,false],[25,54,0,true,true,false],[25,75,0,true,false,false],[25,77,0,true,true,false],[27,18,0,true,true,false],[28,55,0,true,true,false],[28,73,0,true,false,false],[28,75,0,true,true,false],[30,18,0,true,true,false],[31,14,0,true,false,false],[35,50,0,true,true,false],[36,57,0,true,true,false],[36,74,0,true,false,false],[36,76,0,true,true,false],[38,18,0,true,true,false],[39,55,0,true,true,false],[39,75,0,true,false,false],[39,77,0,true,true,false],[41,18,0,true,true,false],[42,14,0,true,false,false],[46,32,0,true,true,false],[53,14,0,true,false,false],[55,36,0,true,true,false],[55,37,0,true,false,false],[55,40,0,true,true,false],[55,41,0,true,false,false],[58,19,0,true,true,false],[59,67,0,true,true,false],[61,14,0,true,false,false],[63,6,0,false,false,false],[66,79,0,true,true,false],[71,36,0,true,true,false],[71,37,0,true,false,false],[71,40,0,true,true,false],[71,43,0,true,false,false],[72,32,0,true,true,false],[72,33,0,true,false,false],[72,36,0,true,true,false],[72,37,0,true,false,false],[78,6,0,false,false,false],[80,71,0,true,true,false],[82,32,0,true,true,false],[82,74,0,true,false,false],[83,6,0,false,false,false],[94,20,0,true,true,false],[94,32,0,false,false,false],[96,23,0,true,true,false],[97,16,0,true,true,false],[97,20,0,true,false,false],[98,9,0,true,true,false],[98,39,0,true,false,false],[99,9,0,true,true,false],[99,33,0,true,false,false],[100,9,0,true,true,false],[100,31,0,true,false,false],[101,9,0,true,true,false],[101,37,0,true,false,false],[102,10,0,true,true,false],[103,6,0,false,false,false],[105,22,0,true,true,false],[106,16,0,true,true,false],[106,20,0,true,false,false],[107,9,0,true,true,false],[107,48,0,true,false,false],[108,9,0,true,true,false],[108,34,0,true,false,false],[109,9,0,true,true,false],[109,40,0,true,false,false],[110,9,0,true,true,false],[110,44,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[114,33,0,true,true,false],[115,16,0,true,true,false],[115,20,0,true,false,false],[116,9,0,true,true,false],[116,67,0,true,false,false],[117,9,0,true,true,false],[117,49,0,true,false,false],[118,9,0,true,true,false],[118,33,0,true,false,false],[119,9,0,true,true,false],[119,36,0,true,false,false],[120,10,0,true,true,false],[121,6,0,false,false,false],[123,28,0,true,true,false],[124,16,0,true,true,false],[124,20,0,true,false,false],[125,9,0,true,true,false],[125,32,0,true,false,false],[126,9,0,true,true,false],[126,31,0,true,false,false],[127,9,0,true,true,false],[127,30,0,true,false,false],[128,9,0,true,true,false],[128,32,0,true,false,false],[129,10,0,true,true,false],[130,6,0,false,false,false],[139,36,0,true,true,false],[139,41,0,false,false,false],[141,25,0,true,true,false],[142,49,0,true,true,false],[144,32,0,true,true,false],[147,50,0,true,true,false],[147,56,0,true,false,false],[147,59,0,true,true,false],[147,79,0,true,false,false],[152,47,0,true,true,false],[152,67,0,true,false,false],[152,70,0,true,true,false],[152,104,0,true,false,false],[163,16,0,true,true,false],[163,39,0,true,false,false],[163,40,0,true,true,false],[166,14,0,true,true,false],[169,53,0,true,true,false],[170,45,0,true,true,false],[172,18,0,true,false,false],[181,81,0,true,true,false],[181,84,0,true,false,false],[181,87,0,true,true,false],[181,90,0,true,false,false],[185,66,0,true,true,false],[185,69,0,true,false,false],[185,72,0,true,true,false],[185,75,0,true,false,false],[185,101,0,true,true,false],[185,102,0,true,false,false],[185,105,0,true,true,false],[185,106,0,true,false,false],[187,34,0,true,true,false],[187,38,0,true,false,false],[187,41,0,true,true,false],[187,44,0,true,false,false],[188,65,0,true,true,false],[188,68,0,true,false,false],[188,71,0,true,true,false],[188,72,0,true,false,false],[190,18,0,true,true,false],[192,10,0,true,false,false],[193,6,0,false,false,false],[199,25,0,true,true,false],[200,28,0,true,true,false],[202,33,0,true,true,false],[204,58,0,true,true,false],[210,18,0,true,false,false],[213,36,0,true,true,false],[215,40,0,true,true,false],[219,22,0,true,false,false],[223,57,0,true,true,false],[229,18,0,true,false,false],[234,6,0,false,false,false],[243,36,0,true,true,false],[243,41,0,false,false,false],[244,46,0,true,true,false],[244,51,0,false,false,false],[245,47,0,true,true,false],[245,48,0,false,false,false],[250,27,0,true,true,false],[251,20,0,true,true,false],[251,24,0,true,false,false],[252,13,0,true,true,false],[252,28,0,true,false,false],[253,13,0,true,true,false],[253,30,0,true,false,false],[254,13,0,true,true,false],[254,30,0,true,false,false],[255,13,0,true,true,false],[255,31,0,true,false,false],[256,14,0,true,true,false],[257,10,0,false,false,false],[259,28,0,true,true,false],[260,20,0,true,true,false],[260,24,0,true,false,false],[261,13,0,true,true,false],[261,52,0,true,false,false],[262,13,0,true,true,false],[262,53,0,true,false,false],[263,13,0,true,true,false],[263,54,0,true,false,false],[264,13,0,true,true,false],[264,54,0,true,false,false],[265,14,0,true,true,false],[266,10,0,false,false,false],[269,25,0,true,true,false],[270,16,0,true,true,false],[281,46,0,true,true,false],[281,51,0,true,false,false],[281,54,0,true,true,false],[281,62,0,true,false,false],[289,45,0,true,true,false],[289,68,0,true,false,false],[289,71,0,true,true,false],[289,99,0,true,false,false],[292,18,0,true,true,false],[294,16,0,true,true,false],[294,24,0,true,false,false],[294,25,0,true,true,false],[296,14,0,true,false,false],[298,6,0,false,false,false],[300,33,0,true,true,false],[306,48,0,true,true,false],[309,10,0,true,false,false],[310,6,0,false,false,false],[319,25,0,true,true,false],[320,29,0,true,true,false],[325,47,0,true,true,false],[329,14,0,true,true,false],[334,16,0,true,true,false],[334,44,0,true,false,false],[334,45,0,true,true,false],[335,36,0,true,true,false],[339,18,0,true,false,false],[340,14,0,true,true,false],[343,16,0,true,true,false],[343,41,0,true,false,false],[343,42,0,true,true,false],[344,36,0,true,true,false],[348,18,0,true,false,false],[349,14,0,true,true,false],[350,10,0,true,false,false],[353,6,0,false,false,false],[359,25,0,true,true,false],[360,28,0,true,true,false],[361,55,0,true,true,false],[363,14,0,true,false,false],[368,6,0,false,false,false],[377,36,0,true,true,false],[377,41,0,false,false,false],[379,25,0,true,true,false],[382,42,0,true,true,false],[382,48,0,true,false,false],[382,51,0,true,true,false],[382,56,0,true,false,false],[386,39,0,true,true,false],[386,44,0,true,false,false],[386,47,0,true,true,false],[386,66,0,true,false,false],[388,38,0,true,true,false],[388,41,0,true,false,false],[388,44,0,true,true,false],[388,47,0,true,false,false],[390,22,0,true,true,false],[390,40,0,true,false,false],[391,6,0,false,false,false],[399,24,0,true,true,false],[399,29,0,false,false,false],[401,25,0,true,true,false],[411,6,0,false,false,false],[420,25,0,true,true,false],[421,28,0,true,true,false],[426,47,0,true,true,false],[431,14,0,true,true,false],[436,16,0,true,true,false],[436,44,0,true,false,false],[436,45,0,true,true,false],[440,14,0,true,true,false],[441,16,0,true,true,false],[441,41,0,true,false,false],[441,42,0,true,true,false],[445,14,0,true,true,false],[446,10,0,true,false,false],[448,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":60,"covered":0,"percent":0},"instantiations":{"count":60,"covered":0,"percent":0},"lines":{"count":683,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":155,"covered":0,"notcovered":155,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift","mcdc_records":[],"segments":[[10,14,0,true,true,false],[10,20,0,false,false,false],[17,14,0,true,true,false],[17,20,0,false,false,false],[24,14,0,true,true,false],[24,20,0,false,false,false],[30,14,0,true,true,false],[30,20,0,false,false,false],[36,51,0,true,true,false],[36,56,0,false,false,false],[37,46,0,true,true,false],[37,51,0,false,false,false],[38,47,0,true,true,false],[38,67,0,false,false,false],[39,46,0,true,true,false],[39,51,0,false,false,false],[41,50,0,true,true,false],[41,52,0,false,false,false],[43,60,0,true,true,false],[43,63,0,false,false,false],[45,55,0,true,true,false],[45,58,0,false,false,false],[50,50,0,true,true,false],[50,52,0,false,false,false],[51,27,0,true,true,false],[51,50,0,false,false,false],[54,44,0,true,true,false],[55,62,0,true,true,false],[55,73,0,true,false,false],[56,6,0,false,false,false],[59,41,0,true,true,false],[60,47,0,true,true,false],[60,66,0,true,false,false],[61,6,0,false,false,false],[64,43,0,true,true,false],[66,18,0,true,true,false],[66,99,0,true,false,false],[68,39,0,true,true,false],[68,54,0,true,false,false],[70,6,0,false,false,false],[73,50,0,true,true,false],[75,49,0,true,true,false],[77,74,0,true,true,false],[77,107,0,true,false,false],[77,109,0,true,true,false],[79,14,0,true,true,false],[81,37,0,true,false,false],[83,6,0,false,false,false],[86,53,0,true,true,false],[87,45,0,true,true,false],[87,70,0,true,true,false],[88,38,0,true,true,false],[91,18,0,true,true,false],[93,14,0,true,true,false],[94,35,0,true,false,false],[96,6,0,false,false,false],[99,47,0,true,true,false],[100,45,0,true,true,false],[100,56,0,true,false,false],[100,62,0,true,true,false],[100,66,0,true,false,false],[101,46,0,true,true,false],[101,63,0,true,false,false],[101,68,0,true,true,false],[101,72,0,true,false,false],[103,6,0,false,false,false],[105,42,0,true,true,false],[107,6,0,false,false,false],[111,107,0,true,true,false],[113,53,0,true,true,false],[115,17,0,true,true,false],[115,72,0,true,false,false],[116,17,0,true,true,false],[116,73,0,true,false,false],[117,17,0,true,true,false],[117,74,0,true,false,false],[119,60,0,true,true,false],[119,81,0,true,false,false],[119,85,0,true,true,false],[119,108,0,true,false,false],[119,112,0,true,true,false],[119,139,0,true,false,false],[119,143,0,true,true,false],[119,165,0,true,false,false],[119,169,0,true,true,false],[119,190,0,true,false,false],[120,13,0,true,true,false],[121,23,0,true,false,false],[121,27,0,true,true,false],[121,45,0,true,false,false],[126,38,0,true,true,false],[126,46,0,true,false,false],[127,49,0,true,true,false],[127,72,0,true,false,false],[127,75,0,true,true,false],[127,76,0,true,false,false],[128,17,0,true,true,false],[128,48,0,true,true,false],[128,125,0,true,true,false],[128,126,0,true,false,false],[128,130,0,true,true,false],[128,155,0,true,false,false],[129,57,0,true,true,false],[129,77,0,true,false,false],[130,47,0,true,true,false],[132,14,0,true,false,false],[133,23,0,true,true,false],[136,20,0,true,true,false],[136,25,0,true,false,false],[136,26,0,true,true,false],[138,18,0,true,false,false],[140,22,0,true,true,false],[140,96,0,true,false,false],[149,43,0,true,true,false],[149,53,0,true,false,false],[149,56,0,true,true,false],[149,59,0,true,false,false],[150,57,0,true,true,false],[152,22,0,true,true,false],[152,99,0,true,false,false],[153,17,0,true,true,false],[153,20,0,true,false,false],[154,58,0,true,true,false],[155,22,0,true,true,false],[155,102,0,true,false,false],[156,17,0,true,true,false],[156,20,0,true,false,false],[157,59,0,true,true,false],[158,22,0,true,true,false],[158,105,0,true,false,false],[159,17,0,true,true,false],[159,20,0,true,false,false],[160,64,0,true,true,false],[161,22,0,true,true,false],[161,114,0,true,false,false],[162,17,0,true,true,false],[162,20,0,true,false,false],[163,61,0,true,true,false],[165,14,0,true,false,false],[165,17,0,true,true,false],[165,20,0,true,false,false],[166,68,0,true,true,false],[168,14,0,true,false,false],[168,17,0,true,true,false],[168,20,0,true,false,false],[169,80,0,true,true,false],[170,22,0,true,true,false],[170,122,0,true,false,false],[171,17,0,true,true,false],[171,20,0,true,false,false],[172,77,0,true,true,false],[174,14,0,true,false,false],[174,17,0,true,true,false],[174,20,0,true,false,false],[175,84,0,true,true,false],[177,14,0,true,false,false],[177,17,0,true,true,false],[177,20,0,true,false,false],[178,64,0,true,true,false],[179,22,0,true,true,false],[179,114,0,true,false,false],[180,17,0,true,true,false],[180,20,0,true,false,false],[181,61,0,true,true,false],[183,14,0,true,false,false],[183,17,0,true,true,false],[183,20,0,true,false,false],[184,60,0,true,true,false],[185,22,0,true,true,false],[185,112,0,true,false,false],[186,17,0,true,true,false],[186,20,0,true,false,false],[187,57,0,true,true,false],[189,14,0,true,false,false],[189,17,0,true,true,false],[189,20,0,true,false,false],[190,64,0,true,true,false],[191,22,0,true,true,false],[191,108,0,true,false,false],[192,17,0,true,true,false],[192,20,0,true,false,false],[193,98,0,true,true,false],[194,22,0,true,true,false],[194,110,0,true,false,false],[195,17,0,true,true,false],[195,20,0,true,false,false],[196,98,0,true,true,false],[197,22,0,true,true,false],[197,94,0,true,false,false],[198,17,0,true,true,false],[198,20,0,true,false,false],[199,91,0,true,true,false],[200,22,0,true,true,false],[200,97,0,true,false,false],[201,17,0,true,true,false],[201,20,0,true,false,false],[205,6,0,false,false,false],[207,25,0,true,true,false],[208,28,0,true,true,false],[210,33,0,true,true,false],[211,24,0,true,true,false],[214,18,0,true,false,false],[214,26,0,true,true,false],[216,18,0,true,false,false],[224,24,0,true,true,false],[226,18,0,true,false,false],[226,26,0,true,true,false],[228,18,0,true,false,false],[234,24,0,true,true,false],[236,18,0,true,false,false],[236,26,0,true,true,false],[238,18,0,true,false,false],[252,30,0,true,true,false],[253,28,0,true,true,false],[254,40,0,true,true,false],[262,36,0,true,true,false],[262,73,0,true,true,false],[262,84,0,true,false,false],[263,69,0,true,true,false],[263,122,0,true,true,false],[263,125,0,true,false,false],[263,128,0,true,true,false],[263,136,0,true,false,false],[265,39,0,true,true,false],[266,38,0,true,true,false],[267,75,0,true,true,false],[269,38,0,true,true,false],[270,34,0,true,false,false],[272,44,0,true,true,false],[274,86,0,true,true,false],[274,101,0,true,false,false],[274,103,0,true,true,false],[280,34,0,true,false,false],[282,46,0,true,true,false],[283,38,0,true,true,false],[283,82,0,true,false,false],[285,46,0,true,true,false],[287,30,0,true,false,false],[288,44,0,true,true,false],[300,30,0,true,false,false],[302,48,0,true,true,false],[305,30,0,true,false,false],[316,52,0,true,true,false],[320,26,0,true,false,false],[331,35,0,true,true,false],[332,62,0,true,true,false],[338,14,0,true,true,false],[339,10,0,true,false,false],[341,19,0,true,true,false],[344,16,0,true,true,false],[344,39,0,true,false,false],[344,40,0,true,true,false],[346,14,0,true,false,false],[350,85,0,true,true,false],[352,10,0,true,false,false],[353,45,0,true,true,false],[356,26,0,true,true,false],[356,84,0,true,true,false],[356,103,0,true,false,false],[357,26,0,true,true,false],[357,34,0,true,false,false],[359,25,0,true,true,false],[360,26,0,true,true,false],[362,22,0,true,false,false],[365,27,0,true,true,false],[367,18,0,true,false,false],[371,53,0,true,true,false],[374,26,0,true,true,false],[374,92,0,true,true,false],[374,119,0,true,false,false],[375,26,0,true,true,false],[375,34,0,true,false,false],[377,25,0,true,true,false],[378,26,0,true,true,false],[380,22,0,true,false,false],[383,27,0,true,true,false],[385,18,0,true,false,false],[389,45,0,true,true,false],[392,26,0,true,true,false],[394,95,0,true,true,false],[394,131,0,true,false,false],[394,133,0,true,true,false],[395,89,0,true,true,false],[395,108,0,true,false,false],[396,26,0,true,true,false],[397,88,0,true,true,false],[397,107,0,true,false,false],[399,26,0,true,true,false],[399,34,0,true,false,false],[401,25,0,true,true,false],[402,26,0,true,true,false],[404,22,0,true,false,false],[407,27,0,true,true,false],[409,18,0,true,false,false],[412,43,0,true,true,false],[415,26,0,true,true,false],[417,95,0,true,true,false],[417,131,0,true,false,false],[417,133,0,true,true,false],[418,87,0,true,true,false],[418,104,0,true,false,false],[419,26,0,true,true,false],[420,86,0,true,true,false],[420,103,0,true,false,false],[422,26,0,true,true,false],[422,34,0,true,false,false],[424,25,0,true,true,false],[425,26,0,true,true,false],[427,22,0,true,false,false],[430,27,0,true,true,false],[432,18,0,true,false,false],[435,68,0,true,true,false],[436,64,0,true,true,false],[439,31,0,true,true,false],[441,22,0,true,false,false],[442,31,0,true,true,false],[444,22,0,true,false,false],[447,14,0,true,true,false],[448,10,0,true,false,false],[449,80,0,true,true,false],[450,45,0,true,true,false],[450,47,0,true,false,false],[451,43,0,true,true,false],[453,14,0,true,false,false],[454,49,0,true,true,false],[456,14,0,true,false,false],[457,20,0,true,true,false],[463,10,0,true,false,false],[464,6,0,false,false,false],[467,42,0,true,true,false],[469,99,0,true,true,false],[471,10,0,true,true,false],[474,80,0,true,true,false],[476,10,0,true,true,false],[479,63,0,true,true,false],[479,110,0,true,false,false],[479,112,0,true,true,false],[481,83,0,true,true,false],[481,109,0,true,false,false],[482,16,0,true,true,false],[482,25,0,true,false,false],[482,117,0,true,true,false],[484,14,0,true,true,false],[485,10,0,true,true,false],[488,23,0,true,false,false],[489,6,0,false,false,false],[492,49,0,true,true,false],[494,6,0,false,false,false],[499,89,0,true,true,false],[501,58,0,true,true,false],[503,10,0,true,true,false],[506,34,0,true,false,false],[507,6,0,false,false,false],[510,90,0,true,true,false],[511,79,0,true,true,false],[513,10,0,true,true,false],[516,53,0,true,true,false],[516,88,0,true,true,false],[516,95,0,true,false,false],[517,55,0,true,true,false],[517,91,0,true,true,false],[517,98,0,true,false,false],[520,48,0,true,true,false],[520,74,0,true,false,false],[520,85,0,true,true,false],[520,94,0,true,false,false],[521,50,0,true,true,false],[521,77,0,true,false,false],[521,88,0,true,true,false],[521,98,0,true,false,false],[524,6,0,false,false,false],[527,87,0,true,true,false],[528,78,0,true,true,false],[530,10,0,true,true,false],[532,16,0,true,true,false],[532,37,0,true,false,false],[533,9,0,true,true,false],[534,20,0,true,true,false],[534,43,0,true,false,false],[535,13,0,true,true,false],[536,97,0,true,false,false],[537,13,0,true,true,false],[538,93,0,true,false,false],[540,9,0,true,true,false],[541,92,0,true,false,false],[543,6,0,false,false,false],[546,90,0,true,true,false],[547,78,0,true,true,false],[548,49,0,true,true,false],[548,65,0,true,false,false],[549,10,0,true,true,false],[551,16,0,true,true,false],[551,37,0,true,false,false],[552,9,0,true,true,false],[553,20,0,true,true,false],[553,43,0,true,false,false],[554,13,0,true,true,false],[555,40,0,true,false,false],[556,13,0,true,true,false],[557,39,0,true,false,false],[559,9,0,true,true,false],[560,54,0,true,false,false],[562,6,0,false,false,false],[565,83,0,true,true,false],[567,58,0,true,true,false],[569,10,0,true,true,false],[571,59,0,true,true,false],[573,10,0,true,true,false],[575,41,0,true,false,false],[576,6,0,false,false,false],[579,82,0,true,true,false],[581,81,0,true,true,false],[583,10,0,true,true,false],[589,91,0,true,true,false],[591,10,0,true,false,false],[591,16,0,true,true,false],[593,10,0,true,false,false],[597,55,0,true,true,false],[597,93,0,true,true,false],[597,95,0,true,false,false],[598,54,0,true,true,false],[598,85,0,true,false,false],[598,96,0,true,true,false],[598,110,0,true,false,false],[600,37,0,true,true,false],[602,16,0,true,true,false],[602,52,0,true,false,false],[602,53,0,true,true,false],[604,14,0,true,true,false],[605,56,0,true,false,false],[606,10,0,true,true,false],[609,89,0,true,true,false],[611,10,0,true,false,false],[611,16,0,true,true,false],[613,10,0,true,false,false],[616,63,0,true,true,false],[616,95,0,true,false,false],[616,106,0,true,true,false],[616,121,0,true,false,false],[619,12,0,true,true,false],[619,48,0,true,false,false],[619,49,0,true,true,false],[621,10,0,true,true,false],[623,61,0,true,false,false],[624,6,0,false,false,false],[627,73,0,true,true,false],[634,42,0,true,true,false],[634,50,0,true,false,false],[635,6,0,false,false,false],[638,63,0,true,true,false],[658,48,0,true,true,false],[658,63,0,true,false,false],[659,6,0,false,false,false],[661,39,0,true,true,false],[664,6,0,false,false,false],[666,38,0,true,true,false],[669,6,0,false,false,false],[671,41,0,true,true,false],[672,14,0,true,true,false],[673,16,0,true,true,false],[674,63,0,true,true,false],[681,14,0,true,false,false],[681,21,0,true,true,false],[683,14,0,true,true,false],[684,10,0,true,false,false],[685,6,0,false,false,false],[689,35,0,true,true,false],[690,14,0,true,true,false],[692,33,0,true,true,false],[693,45,0,true,true,false],[693,96,0,true,false,false],[696,6,0,false,false,false],[698,77,0,true,true,false],[699,14,0,true,true,false],[701,47,0,true,true,false],[701,71,0,true,false,false],[703,16,0,true,true,false],[704,20,0,true,true,false],[704,51,0,true,false,false],[704,52,0,true,true,false],[705,116,0,true,true,false],[706,18,0,true,false,false],[706,24,0,true,true,false],[707,80,0,true,true,false],[708,18,0,true,true,false],[710,67,0,true,true,false],[713,14,0,true,false,false],[713,21,0,true,true,false],[715,14,0,true,true,false],[716,10,0,true,false,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":186,"covered":0,"percent":0},"instantiations":{"count":186,"covered":0,"percent":0},"lines":{"count":1481,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":310,"covered":0,"notcovered":310,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift","mcdc_records":[],"segments":[[7,51,0,true,true,false],[7,88,0,false,false,false],[8,51,0,true,true,false],[8,88,0,false,false,false],[9,57,0,true,true,false],[9,100,0,false,false,false],[10,46,0,true,true,false],[10,78,0,false,false,false],[11,43,0,true,true,false],[11,72,0,false,false,false],[12,43,0,true,true,false],[12,116,0,false,false,false],[14,25,0,true,true,false],[15,20,0,true,true,false],[16,54,0,true,true,false],[18,30,0,true,true,false],[19,62,0,true,true,false],[25,22,0,true,false,false],[29,30,0,true,true,false],[31,18,0,true,false,false],[34,30,0,true,true,false],[35,62,0,true,true,false],[39,22,0,true,false,false],[43,30,0,true,true,false],[45,18,0,true,false,false],[48,30,0,true,true,false],[49,62,0,true,true,false],[57,22,0,true,false,false],[63,6,0,false,false,false],[67,47,0,true,true,false],[68,16,0,true,true,false],[69,53,0,true,true,false],[76,14,0,true,false,false],[79,22,0,true,true,false],[79,62,0,true,false,false],[80,22,0,true,true,false],[80,67,0,true,false,false],[87,6,0,false,false,false],[91,44,0,true,true,false],[92,16,0,true,true,false],[93,53,0,true,true,false],[100,14,0,true,false,false],[106,41,0,true,true,false],[108,10,0,true,false,false],[111,6,0,false,false,false],[115,48,0,true,true,false],[116,50,0,true,true,false],[121,27,0,true,true,false],[121,81,0,true,false,false],[130,27,0,true,true,false],[130,75,0,true,false,false],[139,27,0,true,true,false],[139,75,0,true,false,false],[148,27,0,true,true,false],[148,70,0,true,false,false],[156,6,0,false,false,false],[165,20,0,true,true,false],[166,29,0,true,true,false],[167,53,0,true,true,false],[174,14,0,true,false,false],[179,22,0,true,true,false],[179,43,0,true,false,false],[180,22,0,true,true,false],[183,18,0,true,false,false],[192,6,0,false,false,false],[194,51,0,true,true,false],[195,29,0,true,true,false],[196,53,0,true,true,false],[203,14,0,true,false,false],[208,22,0,true,true,false],[208,42,0,true,false,false],[209,22,0,true,true,false],[212,18,0,true,false,false],[213,16,0,true,true,false],[214,64,0,true,true,false],[216,18,0,true,false,false],[225,6,0,false,false,false],[235,25,0,true,true,false],[236,28,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[250,25,0,true,true,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":561,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift","mcdc_records":[],"segments":[[7,52,0,true,true,false],[7,54,0,false,false,false],[8,36,0,true,true,false],[8,40,0,false,false,false],[18,25,0,true,true,false],[19,50,0,true,true,false],[22,16,0,true,true,false],[22,25,0,true,false,false],[22,26,0,true,true,false],[24,14,0,true,false,false],[24,48,0,true,true,false],[26,14,0,true,false,false],[26,23,0,true,true,false],[26,42,0,true,false,false],[26,43,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[30,14,0,true,false,false],[33,15,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[40,42,0,true,true,false],[41,49,0,true,true,false],[42,20,0,true,true,false],[48,32,0,true,true,false],[48,39,0,true,true,false],[48,66,0,true,false,false],[48,70,0,true,true,false],[50,18,0,true,false,false],[61,6,0,false,false,false],[65,40,0,true,true,false],[66,16,0,true,true,false],[71,10,0,true,false,false],[74,6,0,false,false,false],[78,58,0,true,true,false],[79,28,0,true,true,false],[87,10,0,true,false,false],[90,6,0,false,false,false],[94,43,0,true,true,false],[95,29,0,true,true,false],[109,117,0,true,true,false],[112,14,0,true,false,false],[116,6,0,false,false,false],[120,40,0,true,true,false],[121,49,0,true,true,false],[123,65,0,true,true,false],[123,78,0,true,false,false],[125,87,0,true,true,false],[126,62,0,true,true,false],[128,18,0,true,true,false],[129,14,0,true,false,false],[132,40,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false],[139,102,0,true,true,false],[140,49,0,true,true,false],[146,27,0,true,true,false],[148,14,0,true,false,false],[150,6,0,false,false,false],[152,57,0,true,true,false],[153,29,0,true,true,false],[155,53,0,true,true,false],[165,14,0,true,false,false],[170,28,0,true,true,false],[170,49,0,true,false,false],[170,51,0,true,true,false],[172,14,0,true,false,false],[179,28,0,true,true,false],[179,35,0,true,true,false],[179,57,0,true,false,false],[179,61,0,true,true,false],[180,20,0,true,true,false],[180,42,0,true,false,false],[180,43,0,true,true,false],[184,18,0,true,false,false],[184,24,0,true,true,false],[186,18,0,true,false,false],[198,6,0,false,false,false],[200,68,0,true,true,false],[201,28,0,true,true,false],[202,20,0,true,true,false],[202,26,0,true,false,false],[203,13,0,true,true,false],[207,45,0,true,false,false],[208,13,0,true,true,false],[212,43,0,true,false,false],[213,14,0,true,true,false],[214,10,0,true,false,false],[219,6,0,false,false,false],[223,42,0,true,true,false],[227,12,0,true,true,false],[229,82,0,true,true,false],[231,10,0,true,false,false],[231,17,0,true,true,false],[234,10,0,true,true,false],[237,6,0,false,false,false],[239,50,0,true,true,false],[245,23,0,true,true,false],[247,10,0,true,false,false],[248,61,0,true,true,false],[249,27,0,true,true,false],[250,47,0,true,true,false],[252,18,0,true,false,false],[255,6,0,false,false,false],[257,51,0,true,true,false],[266,29,0,true,true,false],[267,33,0,true,true,false],[269,31,0,true,true,false],[271,18,0,true,false,false],[275,10,0,true,true,false],[280,29,0,true,true,false],[282,27,0,true,true,false],[283,24,0,true,true,false],[283,30,0,true,false,false],[284,17,0,true,true,false],[285,82,0,true,false,false],[286,17,0,true,true,false],[288,24,0,true,true,false],[288,70,0,true,true,false],[288,110,0,true,false,false],[288,111,0,true,true,false],[290,22,0,true,false,false],[290,28,0,true,true,false],[292,22,0,true,false,false],[293,17,0,true,true,false],[294,73,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,false,false],[299,65,0,true,true,false],[300,31,0,true,true,false],[302,18,0,true,false,false],[305,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":549,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift","mcdc_records":[],"segments":[[14,23,0,true,true,false],[15,16,0,true,true,false],[15,20,0,true,false,false],[16,9,0,true,true,false],[16,33,0,true,false,false],[17,9,0,true,true,false],[17,31,0,true,false,false],[18,9,0,true,true,false],[18,29,0,true,false,false],[19,9,0,true,true,false],[19,37,0,true,false,false],[20,9,0,true,true,false],[20,40,0,true,false,false],[21,10,0,true,true,false],[22,6,0,false,false,false],[24,22,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,35,0,true,false,false],[27,9,0,true,true,false],[27,64,0,true,false,false],[28,9,0,true,true,false],[28,35,0,true,false,false],[29,9,0,true,true,false],[29,36,0,true,false,false],[30,9,0,true,true,false],[30,49,0,true,false,false],[31,10,0,true,true,false],[32,6,0,false,false,false],[34,43,0,true,true,false],[35,12,0,true,true,false],[35,55,0,true,false,false],[35,56,0,true,true,false],[37,10,0,true,true,false],[38,32,0,true,true,false],[38,52,0,true,false,false],[39,6,0,false,false,false],[44,49,0,true,true,false],[44,57,0,false,false,false],[45,47,0,true,true,false],[45,51,0,false,false,false],[47,25,0,true,true,false],[48,28,0,true,true,false],[52,19,0,true,true,false],[53,24,0,true,true,false],[53,33,0,true,false,false],[54,17,0,true,true,false],[55,45,0,true,false,false],[56,17,0,true,true,false],[57,44,0,true,false,false],[58,17,0,true,true,false],[59,24,0,true,true,false],[59,38,0,true,false,false],[59,39,0,true,true,false],[61,22,0,true,false,false],[61,28,0,true,true,false],[62,57,0,true,true,false],[62,80,0,true,false,false],[64,17,0,true,true,false],[65,36,0,true,false,false],[66,17,0,true,true,false],[67,46,0,true,false,false],[68,18,0,true,true,false],[69,14,0,true,false,false],[73,15,0,true,true,false],[73,48,0,true,false,false],[74,19,0,true,true,false],[75,16,0,true,true,false],[75,60,0,true,false,false],[75,86,0,true,true,false],[77,14,0,true,false,false],[80,22,0,true,true,false],[82,10,0,true,false,false],[83,85,0,true,true,false],[85,10,0,true,false,false],[86,84,0,true,true,false],[88,10,0,true,false,false],[89,81,0,true,true,false],[92,67,0,true,true,false],[94,14,0,true,false,false],[96,83,0,true,true,false],[97,42,0,true,true,false],[97,48,0,true,false,false],[97,51,0,true,true,false],[97,58,0,true,false,false],[99,87,0,true,true,false],[100,68,0,true,true,false],[103,14,0,true,true,false],[105,10,0,true,false,false],[106,78,0,true,true,false],[107,18,0,true,true,false],[107,51,0,true,false,false],[109,86,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[114,48,0,true,true,false],[116,29,0,true,true,false],[117,60,0,true,true,false],[117,90,0,true,false,false],[118,16,0,true,true,false],[118,31,0,true,false,false],[118,53,0,true,true,false],[120,14,0,true,false,false],[122,6,0,false,false,false],[131,25,0,true,true,false],[132,29,0,true,true,false],[133,58,0,true,true,false],[134,50,0,true,true,false],[134,63,0,true,false,false],[139,29,0,true,true,false],[140,46,0,true,true,false],[141,90,0,true,true,false],[143,30,0,true,false,false],[145,26,0,true,true,false],[146,86,0,true,true,false],[146,105,0,true,false,false],[153,6,0,false,false,false],[162,25,0,true,true,false],[163,32,0,true,true,false],[164,32,0,true,true,false],[167,49,0,true,true,false],[167,78,0,true,false,false],[168,27,0,true,true,false],[168,41,0,true,true,false],[168,58,0,true,false,false],[168,61,0,true,true,false],[168,76,0,true,false,false],[177,44,0,true,true,false],[177,73,0,true,false,false],[178,39,0,true,true,false],[178,53,0,true,true,false],[178,70,0,true,false,false],[178,73,0,true,true,false],[178,102,0,true,false,false],[179,58,0,true,true,false],[179,67,0,true,false,false],[179,70,0,true,true,false],[179,71,0,true,false,false],[179,74,0,true,true,false],[179,75,0,true,false,false],[184,66,0,true,true,false],[184,75,0,true,false,false],[184,78,0,true,true,false],[184,86,0,true,false,false],[185,49,0,true,true,false],[185,72,0,true,false,false],[186,27,0,true,true,false],[186,41,0,true,true,false],[186,49,0,true,false,false],[186,52,0,true,true,false],[186,62,0,true,false,false],[196,6,0,false,false,false],[200,33,0,true,true,false],[201,16,0,true,true,false],[201,20,0,true,false,false],[202,9,0,true,true,false],[202,31,0,true,false,false],[203,9,0,true,true,false],[203,29,0,true,false,false],[204,9,0,true,true,false],[204,37,0,true,false,false],[205,9,0,true,true,false],[205,33,0,true,false,false],[206,9,0,true,true,false],[206,33,0,true,false,false],[207,10,0,true,true,false],[208,6,0,false,false,false],[214,25,0,true,true,false],[215,29,0,true,true,false],[226,42,0,true,true,false],[228,14,0,true,false,false],[234,6,0,false,false,false],[242,48,0,true,true,false],[242,53,0,false,false,false],[244,43,0,true,true,false],[244,48,0,false,false,false],[246,55,0,true,true,false],[246,57,0,false,false,false],[247,53,0,true,true,false],[247,58,0,false,false,false],[249,56,0,true,true,false],[249,61,0,false,false,false],[250,57,0,true,true,false],[250,62,0,false,false,false],[251,61,0,true,true,false],[251,66,0,false,false,false],[252,49,0,true,true,false],[252,54,0,false,false,false],[254,47,0,true,true,false],[254,67,0,false,false,false],[256,25,0,true,true,false],[257,49,0,true,true,false],[259,50,0,true,true,false],[261,37,0,true,true,false],[262,41,0,true,true,false],[263,32,0,true,true,false],[271,26,0,true,false,false],[273,44,0,true,true,false],[277,26,0,true,false,false],[281,48,0,true,true,false],[283,22,0,true,false,false],[283,30,0,true,true,false],[286,22,0,true,false,false],[296,58,0,true,true,false],[298,61,0,true,true,false],[303,45,0,true,true,false],[304,70,0,true,true,false],[304,76,0,true,false,false],[304,79,0,true,true,false],[304,86,0,true,false,false],[305,69,0,true,true,false],[306,36,0,true,true,false],[306,51,0,true,false,false],[306,52,0,true,true,false],[307,72,0,true,true,false],[307,87,0,true,false,false],[307,91,0,true,true,false],[307,93,0,true,false,false],[310,40,0,true,true,false],[314,34,0,true,false,false],[319,45,0,true,true,false],[320,56,0,true,true,false],[322,30,0,true,false,false],[322,38,0,true,true,false],[324,30,0,true,false,false],[327,59,0,true,true,false],[327,75,0,true,false,false],[334,61,0,true,true,false],[343,32,0,true,true,false],[345,26,0,true,false,false],[345,34,0,true,true,false],[347,26,0,true,false,false],[362,16,0,true,true,false],[362,44,0,true,false,false],[362,45,0,true,true,false],[363,58,0,true,true,false],[369,18,0,true,false,false],[372,14,0,true,true,false],[375,10,0,true,false,false],[379,54,0,true,true,false],[382,10,0,true,false,false],[383,15,0,true,true,false],[386,10,0,true,false,false],[387,93,0,true,true,false],[388,45,0,true,true,false],[388,47,0,true,false,false],[389,53,0,true,true,false],[390,22,0,true,true,false],[390,49,0,true,false,false],[392,20,0,true,true,false],[396,10,0,true,false,false],[397,86,0,true,true,false],[398,45,0,true,true,false],[398,47,0,true,false,false],[399,57,0,true,true,false],[400,22,0,true,true,false],[400,58,0,true,false,false],[402,20,0,true,true,false],[404,10,0,true,false,false],[405,87,0,true,true,false],[406,45,0,true,true,false],[406,47,0,true,false,false],[407,49,0,true,true,false],[408,22,0,true,true,false],[408,56,0,true,false,false],[410,20,0,true,true,false],[414,10,0,true,false,false],[415,6,0,false,false,false],[420,49,0,true,true,false],[421,50,0,true,true,false],[422,50,0,true,true,false],[427,57,0,true,true,false],[443,61,0,true,true,false],[444,65,0,true,true,false],[448,26,0,true,false,false],[453,28,0,true,true,false],[455,14,0,true,false,false],[455,16,0,true,true,false],[457,50,0,true,true,false],[457,63,0,true,false,false],[457,66,0,true,true,false],[457,87,0,true,false,false],[467,6,0,false,false,false],[471,46,0,true,true,false],[473,29,0,true,true,false],[475,10,0,true,false,false],[477,29,0,true,true,false],[477,56,0,true,false,false],[478,6,0,false,false,false],[480,42,0,true,true,false],[481,29,0,true,true,false],[484,10,0,true,false,false],[486,18,0,true,true,false],[487,37,0,true,true,false],[490,18,0,true,false,false],[494,12,0,true,true,false],[495,61,0,true,true,false],[496,33,0,true,true,false],[499,14,0,true,false,false],[500,17,0,true,true,false],[501,33,0,true,true,false],[504,14,0,true,false,false],[505,10,0,true,true,false],[507,6,0,false,false,false],[509,51,0,true,true,false],[510,29,0,true,true,false],[510,66,0,true,false,false],[512,18,0,true,true,false],[513,37,0,true,true,false],[515,18,0,true,false,false],[522,63,0,true,true,false],[524,16,0,true,true,false],[524,48,0,true,false,false],[524,49,0,true,true,false],[525,20,0,true,true,false],[526,74,0,true,true,false],[528,18,0,true,false,false],[528,25,0,true,true,false],[530,18,0,true,true,false],[531,14,0,true,true,false],[532,10,0,true,true,false],[535,29,0,true,true,false],[537,16,0,true,true,false],[537,27,0,true,false,false],[537,28,0,true,true,false],[539,68,0,true,true,false],[539,70,0,true,false,false],[539,73,0,true,true,false],[539,78,0,true,false,false],[540,20,0,true,true,false],[542,14,0,true,false,false],[544,6,0,false,false,false],[546,49,0,true,true,false],[550,29,0,true,true,false],[551,16,0,true,true,false],[551,30,0,true,false,false],[551,31,0,true,true,false],[553,14,0,true,false,false],[553,20,0,true,true,false],[555,45,0,true,true,false],[555,70,0,true,false,false],[558,6,0,false,false,false],[566,25,0,true,true,false],[571,6,0,false,false,false],[579,25,0,true,true,false],[580,49,0,true,true,false],[581,49,0,true,true,false],[584,57,0,true,true,false],[590,18,0,true,false,false],[594,38,0,true,true,false],[596,14,0,true,false,false],[605,6,0,false,false,false],[612,41,0,true,true,false],[612,87,0,false,false,false],[613,46,0,true,true,false],[613,51,0,false,false,false],[615,25,0,true,true,false],[616,49,0,true,true,false],[621,47,0,true,true,false],[622,26,0,true,true,false],[625,22,0,true,false,false],[628,16,0,true,true,false],[628,30,0,true,false,false],[628,31,0,true,true,false],[629,36,0,true,true,false],[639,18,0,true,false,false],[643,14,0,true,true,false],[644,10,0,true,false,false],[645,79,0,true,true,false],[646,44,0,true,true,false],[646,46,0,true,false,false],[647,35,0,true,true,false],[648,22,0,true,true,false],[650,18,0,true,false,false],[652,20,0,true,true,false],[656,10,0,true,false,false],[657,6,0,false,false,false],[659,47,0,true,true,false],[662,12,0,true,true,false],[662,20,0,true,false,false],[662,21,0,true,true,false],[664,10,0,true,false,false],[665,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":133,"covered":0,"percent":0},"instantiations":{"count":133,"covered":0,"percent":0},"lines":{"count":1598,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":229,"covered":0,"notcovered":229,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,49,0,true,true,false],[19,10,0,true,false,false],[21,6,0,false,false,false],[29,80,0,true,true,false],[32,6,0,false,false,false],[34,25,0,true,true,false],[35,49,0,true,true,false],[36,27,0,true,true,false],[43,14,0,true,true,false],[45,32,0,true,true,false],[47,14,0,true,false,false],[59,6,0,false,false,false],[68,25,0,true,true,false],[69,29,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false],[102,11,0,true,true,false],[107,10,0,false,false,false],[110,25,0,true,true,false],[111,29,0,true,true,false],[112,64,0,true,true,false],[114,14,0,true,false,false],[117,6,0,false,false,false],[120,68,0,true,true,false],[121,56,0,true,true,false],[122,39,0,true,true,false],[124,14,0,true,false,false],[124,20,0,true,true,false],[126,14,0,true,false,false],[129,16,0,true,true,false],[129,28,0,true,false,false],[130,9,0,true,true,false],[135,50,0,true,false,false],[136,9,0,true,true,false],[141,50,0,true,false,false],[142,9,0,true,true,false],[148,50,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[159,25,0,true,true,false],[160,46,0,true,true,false],[171,10,0,true,false,false],[172,6,0,false,false,false],[182,100,0,true,true,false],[187,6,0,false,false,false],[189,25,0,true,true,false],[190,34,0,true,true,false],[190,36,0,true,false,false],[190,38,0,true,true,false],[191,33,0,true,true,false],[192,29,0,true,true,false],[196,18,0,true,true,false],[198,57,0,true,true,false],[203,37,0,true,true,false],[207,22,0,true,true,false],[208,18,0,true,false,false],[212,20,0,true,true,false],[212,33,0,true,false,false],[212,34,0,true,true,false],[216,18,0,true,true,false],[217,14,0,true,false,false],[224,6,0,false,false,false],[231,44,0,true,true,false],[234,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":305,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[8,80,0,false,false,false],[9,49,0,true,true,false],[9,102,0,false,false,false],[10,52,0,true,true,false],[10,100,0,false,false,false],[11,46,0,true,true,false],[11,48,0,false,false,false],[12,45,0,true,true,false],[12,50,0,false,false,false],[14,44,0,true,true,false],[14,49,0,false,false,false],[16,25,0,true,true,false],[17,50,0,true,true,false],[19,20,0,true,true,false],[20,57,0,true,true,false],[27,18,0,true,false,false],[34,16,0,true,true,false],[34,27,0,true,false,false],[34,28,0,true,true,false],[36,14,0,true,true,false],[39,16,0,true,true,false],[39,25,0,true,false,false],[39,26,0,true,true,false],[40,24,0,true,true,false],[41,61,0,true,true,false],[48,22,0,true,false,false],[51,30,0,true,true,false],[51,71,0,true,false,false],[52,30,0,true,true,false],[52,76,0,true,false,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[61,19,0,true,true,false],[63,10,0,true,false,false],[64,6,0,false,false,false],[66,43,0,true,true,false],[67,12,0,true,true,false],[67,28,0,true,false,false],[67,29,0,true,true,false],[69,10,0,true,false,false],[69,19,0,true,true,false],[69,38,0,true,false,false],[69,39,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[73,10,0,true,false,false],[74,6,0,false,false,false],[77,41,0,true,true,false],[78,12,0,true,true,false],[78,28,0,true,false,false],[78,29,0,true,true,false],[82,10,0,true,false,false],[82,19,0,true,true,false],[82,38,0,true,false,false],[82,39,0,true,true,false],[84,30,0,true,true,false],[86,14,0,true,false,false],[90,19,0,true,true,false],[90,30,0,true,false,false],[90,31,0,true,true,false],[92,30,0,true,true,false],[96,14,0,true,false,false],[99,16,0,true,true,false],[101,31,0,true,true,false],[103,14,0,true,false,false],[108,6,0,false,false,false],[111,44,0,true,true,false],[112,49,0,true,true,false],[113,20,0,true,true,false],[119,20,0,true,true,false],[119,32,0,true,false,false],[119,33,0,true,true,false],[122,18,0,true,false,false],[122,24,0,true,true,false],[123,36,0,true,true,false],[124,30,0,true,true,false],[124,52,0,true,false,false],[133,44,0,true,true,false],[137,14,0,true,true,false],[142,10,0,true,false,false],[144,6,0,false,false,false],[146,34,0,true,true,false],[150,6,0,false,false,false],[152,37,0,true,true,false],[153,41,0,true,true,false],[153,51,0,true,true,false],[162,12,0,true,true,false],[162,26,0,true,false,false],[162,27,0,true,true,false],[163,16,0,true,true,false],[164,74,0,true,true,false],[168,14,0,true,false,false],[168,21,0,true,true,false],[170,14,0,true,true,false],[171,10,0,true,false,false],[171,16,0,true,true,false],[172,54,0,true,true,false],[172,71,0,true,false,false],[173,10,0,true,true,false],[174,6,0,false,false,false],[176,33,0,true,true,false],[177,12,0,true,true,false],[178,60,0,true,true,false],[179,10,0,true,false,false],[179,17,0,true,true,false],[181,10,0,true,true,false],[183,6,0,false,false,false],[192,46,0,true,true,false],[194,6,0,false,false,false],[196,44,0,true,true,false],[198,6,0,false,false,false],[200,56,0,true,true,false],[202,6,0,false,false,false],[204,25,0,true,true,false],[205,28,0,true,true,false],[207,20,0,true,true,false],[211,32,0,true,true,false],[213,18,0,true,false,false],[222,16,0,true,true,false],[222,35,0,true,false,false],[222,36,0,true,true,false],[224,37,0,true,true,false],[235,18,0,true,false,false],[238,20,0,true,true,false],[240,57,0,true,true,false],[241,28,0,true,true,false],[242,53,0,true,true,false],[248,26,0,true,false,false],[252,54,0,true,true,false],[258,26,0,true,false,false],[270,80,0,true,true,false],[271,28,0,true,true,false],[272,65,0,true,true,false],[273,67,0,true,true,false],[273,76,0,true,false,false],[277,79,0,true,true,false],[277,80,0,true,false,false],[278,81,0,true,true,false],[278,82,0,true,false,false],[286,73,0,true,true,false],[286,74,0,true,false,false],[298,53,0,true,true,false],[304,24,0,true,true,false],[310,24,0,true,true,false],[310,44,0,true,false,false],[310,45,0,true,true,false],[311,49,0,true,true,false],[313,26,0,true,false,false],[317,22,0,true,true,false],[318,18,0,true,false,false],[323,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":752,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":94,"covered":0,"notcovered":94,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift","mcdc_records":[],"segments":[[14,20,0,true,true,false],[14,32,0,false,false,false],[17,58,0,true,true,false],[19,12,0,true,true,false],[19,55,0,true,false,false],[19,56,0,true,true,false],[21,10,0,true,false,false],[22,9,0,false,true,false],[22,18,0,true,false,false],[24,9,0,false,true,false],[24,15,0,true,false,false],[26,6,0,false,false,false],[31,47,0,true,true,false],[31,67,0,false,false,false],[32,66,0,true,true,false],[32,75,0,false,false,false],[33,6,0,true,true,false],[33,47,0,false,false,false],[33,87,0,true,true,false],[33,120,0,false,false,false],[34,6,0,true,true,false],[34,47,0,false,false,false],[34,87,0,true,true,false],[34,110,0,false,false,false],[35,44,0,true,true,false],[35,49,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[40,60,0,true,true,false],[41,65,0,true,true,false],[43,18,0,true,false,false],[53,19,0,true,true,false],[54,24,0,true,true,false],[54,39,0,true,false,false],[55,17,0,true,true,false],[56,43,0,true,false,false],[57,17,0,true,true,false],[58,24,0,true,true,false],[58,67,0,true,false,false],[58,68,0,true,true,false],[62,22,0,true,false,false],[63,17,0,false,true,false],[63,26,0,true,false,false],[64,17,0,true,true,false],[65,50,0,true,false,false],[66,17,0,false,true,false],[66,23,0,true,false,false],[67,18,0,true,true,false],[68,14,0,true,false,false],[73,6,0,false,false,false],[78,51,0,true,true,false],[79,20,0,true,true,false],[80,53,0,true,true,false],[81,54,0,true,true,false],[83,62,0,true,true,false],[88,45,0,true,true,false],[90,48,0,true,true,false],[99,48,0,true,true,false],[101,34,0,true,false,false],[109,48,0,true,true,false],[118,48,0,true,true,false],[120,34,0,true,false,false],[131,62,0,true,true,false],[133,65,0,true,true,false],[141,42,0,true,true,false],[141,86,0,true,false,false],[142,42,0,true,true,false],[142,91,0,true,false,false],[144,31,0,true,true,false],[145,39,0,true,true,false],[147,34,0,true,false,false],[147,41,0,true,true,false],[150,34,0,true,false,false],[153,39,0,true,true,false],[155,34,0,true,false,false],[155,41,0,true,true,false],[158,34,0,true,false,false],[168,65,0,true,true,false],[176,42,0,true,true,false],[176,100,0,true,false,false],[177,42,0,true,true,false],[177,105,0,true,false,false],[179,31,0,true,true,false],[180,39,0,true,true,false],[182,34,0,true,false,false],[182,41,0,true,true,false],[185,34,0,true,false,false],[188,39,0,true,true,false],[190,34,0,true,false,false],[190,41,0,true,true,false],[193,34,0,true,false,false],[203,65,0,true,true,false],[208,76,0,true,true,false],[209,61,0,true,true,false],[211,34,0,true,false,false],[218,48,0,true,true,false],[219,80,0,true,true,false],[220,64,0,true,true,false],[222,38,0,true,false,false],[229,40,0,true,true,false],[231,34,0,true,false,false],[231,42,0,true,true,false],[233,34,0,true,false,false],[236,75,0,true,true,false],[238,34,0,true,false,false],[241,58,0,true,true,false],[243,30,0,true,false,false],[258,6,0,false,false,false],[262,50,0,true,true,false],[268,12,0,true,true,false],[269,33,0,true,true,false],[271,19,0,true,false,false],[272,17,0,true,true,false],[278,16,0,true,true,false],[279,42,0,true,true,false],[281,14,0,true,false,false],[281,21,0,true,true,false],[284,14,0,true,true,false],[285,10,0,true,true,false],[286,6,0,false,false,false],[288,47,0,true,true,false],[289,53,0,true,true,false],[289,62,0,true,false,false],[290,6,0,false,false,false],[296,25,0,true,true,false],[297,49,0,true,true,false],[305,10,0,true,false,false],[308,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":56,"covered":0,"percent":0},"instantiations":{"count":56,"covered":0,"percent":0},"lines":{"count":1338,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":73,"covered":0,"notcovered":73,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift","mcdc_records":[],"segments":[[8,51,0,true,true,false],[8,79,0,false,false,false],[9,46,0,true,true,false],[9,51,0,false,false,false],[11,25,0,true,true,false],[12,50,0,true,true,false],[13,32,0,true,true,false],[20,14,0,true,false,false],[22,20,0,true,true,false],[23,57,0,true,true,false],[30,18,0,true,false,false],[39,16,0,true,true,false],[39,56,0,true,false,false],[39,57,0,true,true,false],[40,24,0,true,true,false],[41,61,0,true,true,false],[48,22,0,true,false,false],[59,24,0,true,true,false],[60,36,0,true,true,false],[60,66,0,true,false,false],[60,68,0,true,true,false],[62,22,0,true,false,false],[72,14,0,true,true,false],[73,10,0,true,false,false],[74,51,0,true,true,false],[76,10,0,true,false,false],[77,6,0,false,false,false],[84,51,0,true,true,false],[84,79,0,false,false,false],[87,104,0,true,true,false],[88,66,0,true,true,false],[91,51,0,true,true,false],[91,60,0,true,false,false],[92,61,0,true,true,false],[92,70,0,true,false,false],[93,55,0,true,true,false],[93,60,0,true,false,false],[94,53,0,true,true,false],[94,55,0,true,false,false],[97,6,0,false,false,false],[99,25,0,true,true,false],[100,28,0,true,true,false],[102,20,0,true,true,false],[106,32,0,true,true,false],[108,18,0,true,false,false],[116,16,0,true,true,false],[116,34,0,true,false,false],[116,35,0,true,true,false],[118,37,0,true,true,false],[125,18,0,true,false,false],[127,20,0,true,true,false],[129,44,0,true,true,false],[130,61,0,true,true,false],[131,32,0,true,true,false],[132,63,0,true,true,false],[132,86,0,true,false,false],[132,89,0,true,true,false],[132,108,0,true,false,false],[133,66,0,true,true,false],[133,72,0,true,false,false],[133,75,0,true,true,false],[133,79,0,true,false,false],[147,28,0,true,true,false],[147,48,0,true,false,false],[147,49,0,true,true,false],[152,26,0,true,true,false],[153,22,0,true,false,false],[162,20,0,true,true,false],[169,37,0,true,true,false],[171,18,0,true,false,false],[179,6,0,false,false,false],[181,63,0,true,true,false],[183,61,0,true,true,false],[183,79,0,true,true,false],[188,51,0,true,false,false],[189,6,0,false,false,false],[191,29,0,true,true,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":0,"percent":0},"instantiations":{"count":32,"covered":0,"percent":0},"lines":{"count":501,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,24,0,true,true,false],[13,36,0,true,false,false],[13,38,0,true,true,false],[14,33,0,true,true,false],[24,20,0,true,true,false],[24,33,0,true,false,false],[24,34,0,true,true,false],[28,18,0,true,false,false],[28,24,0,true,true,false],[32,18,0,true,false,false],[39,6,0,false,false,false],[41,36,0,true,true,false],[42,31,0,true,true,false],[42,52,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[45,26,0,true,false,false],[46,9,0,true,true,false],[47,24,0,true,false,false],[48,9,0,true,true,false],[51,31,0,true,true,false],[51,38,0,true,false,false],[51,41,0,true,true,false],[51,51,0,true,false,false],[53,6,0,false,false,false],[55,38,0,true,true,false],[56,31,0,true,true,false],[56,59,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[59,43,0,true,false,false],[60,9,0,true,true,false],[61,39,0,true,false,false],[62,9,0,true,true,false],[63,16,0,true,true,false],[63,24,0,true,false,false],[63,45,0,true,true,false],[65,14,0,true,true,false],[66,41,0,true,false,false],[68,6,0,false,false,false],[70,38,0,true,true,false],[71,31,0,true,true,false],[71,52,0,true,true,false],[72,16,0,true,true,false],[72,22,0,true,false,false],[73,9,0,true,true,false],[74,26,0,true,false,false],[75,9,0,true,true,false],[76,24,0,true,false,false],[77,9,0,true,true,false],[78,31,0,true,true,false],[78,38,0,true,false,false],[78,41,0,true,true,false],[78,51,0,true,false,false],[80,6,0,false,false,false],[84,14,0,true,true,false],[84,20,0,false,false,false],[104,20,0,true,true,false],[106,6,0,false,false,false],[114,7,0,true,true,false],[120,6,0,false,false,false],[124,26,0,true,true,false],[125,16,0,true,true,false],[125,20,0,true,false,false],[126,9,0,true,true,false],[126,30,0,true,false,false],[127,9,0,true,true,false],[127,31,0,true,false,false],[128,9,0,true,true,false],[128,31,0,true,false,false],[129,9,0,true,true,false],[129,29,0,true,false,false],[130,10,0,true,true,false],[131,6,0,false,false,false],[133,23,0,true,true,false],[134,16,0,true,true,false],[134,20,0,true,false,false],[135,9,0,true,true,false],[135,39,0,true,false,false],[136,9,0,true,true,false],[136,36,0,true,false,false],[137,10,0,true,true,false],[138,6,0,false,false,false],[144,25,0,true,true,false],[145,46,0,true,true,false],[151,53,0,true,true,false],[159,14,0,true,false,false],[163,16,0,true,true,false],[163,39,0,true,false,false],[163,40,0,true,true,false],[164,36,0,true,true,false],[165,45,0,true,true,false],[166,32,0,true,true,false],[168,26,0,true,false,false],[168,34,0,true,true,false],[169,55,0,true,true,false],[172,30,0,true,false,false],[172,36,0,true,true,false],[174,30,0,true,false,false],[182,14,0,true,true,false],[183,10,0,true,false,false],[184,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":268,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift","mcdc_records":[],"segments":[[13,42,0,true,true,false],[13,47,0,false,false,false],[16,63,0,true,true,false],[16,76,0,false,false,false],[17,54,0,true,true,false],[17,56,0,false,false,false],[19,55,0,true,true,false],[19,57,0,false,false,false],[20,47,0,true,true,false],[20,67,0,false,false,false],[21,49,0,true,true,false],[21,54,0,false,false,false],[22,48,0,true,true,false],[22,53,0,false,false,false],[25,40,0,true,true,false],[26,50,0,true,true,false],[26,55,0,true,false,false],[27,6,0,false,false,false],[30,47,0,true,true,false],[31,32,0,true,true,false],[31,48,0,true,false,false],[32,6,0,false,false,false],[34,41,0,true,true,false],[36,6,0,false,false,false],[38,39,0,true,true,false],[40,6,0,false,false,false],[49,56,0,true,true,false],[50,75,0,true,true,false],[50,95,0,true,true,false],[52,55,0,true,true,false],[52,85,0,true,true,false],[52,106,0,true,false,false],[53,12,0,true,true,false],[53,29,0,true,false,false],[53,30,0,true,true,false],[55,10,0,true,true,false],[57,12,0,true,true,false],[57,42,0,true,false,false],[57,67,0,true,true,false],[59,10,0,true,true,false],[61,12,0,true,true,false],[61,40,0,true,false,false],[61,41,0,true,true,false],[63,10,0,true,true,false],[65,12,0,true,true,false],[65,43,0,true,true,false],[65,82,0,true,true,false],[65,87,0,true,false,false],[65,89,0,true,true,false],[67,10,0,true,true,false],[69,24,0,true,false,false],[70,6,0,false,false,false],[72,42,0,true,true,false],[73,16,0,true,true,false],[73,34,0,true,false,false],[74,9,0,true,true,false],[75,36,0,true,false,false],[76,9,0,true,true,false],[77,44,0,true,false,false],[78,9,0,true,true,false],[79,32,0,true,false,false],[80,9,0,true,true,false],[81,19,0,true,false,false],[82,10,0,true,true,false],[83,6,0,false,false,false],[85,41,0,true,true,false],[86,16,0,true,true,false],[86,34,0,true,false,false],[87,9,0,true,true,false],[88,19,0,true,false,false],[89,9,0,true,true,false],[90,20,0,true,false,false],[91,9,0,true,true,false],[92,17,0,true,false,false],[93,9,0,true,true,false],[94,23,0,true,false,false],[95,10,0,true,true,false],[96,6,0,false,false,false],[98,45,0,true,true,false],[99,48,0,true,true,false],[99,79,0,true,true,false],[100,12,0,true,true,false],[100,43,0,true,false,false],[100,44,0,true,true,false],[102,10,0,true,true,false],[103,12,0,true,true,false],[103,34,0,true,false,false],[103,35,0,true,true,false],[105,10,0,true,true,false],[106,12,0,true,true,false],[106,51,0,true,true,false],[106,56,0,true,false,false],[106,58,0,true,true,false],[108,10,0,true,true,false],[109,49,0,true,true,false],[109,71,0,true,false,false],[109,74,0,true,true,false],[109,88,0,true,false,false],[110,6,0,false,false,false],[112,45,0,true,true,false],[113,48,0,true,true,false],[113,72,0,true,true,false],[114,12,0,true,true,false],[114,42,0,true,false,false],[114,43,0,true,true,false],[116,10,0,true,true,false],[117,12,0,true,true,false],[117,62,0,true,true,false],[117,101,0,true,false,false],[117,102,0,true,true,false],[119,10,0,true,true,false],[120,33,0,true,false,false],[121,6,0,false,false,false],[123,51,0,true,true,false],[125,21,0,true,true,false],[125,62,0,true,false,false],[126,27,0,true,true,false],[126,47,0,true,false,false],[127,6,0,false,false,false],[129,47,0,true,true,false],[132,42,0,true,true,false],[134,10,0,true,false,false],[136,35,0,true,true,false],[138,10,0,true,false,false],[140,41,0,true,true,false],[142,10,0,true,false,false],[144,42,0,true,true,false],[146,10,0,true,false,false],[148,45,0,true,true,false],[150,10,0,true,false,false],[152,54,0,true,true,false],[154,10,0,true,false,false],[157,6,0,false,false,false],[159,51,0,true,true,false],[160,48,0,true,true,false],[167,10,0,true,true,false],[169,12,0,true,true,false],[169,42,0,true,false,false],[169,43,0,true,true,false],[176,10,0,true,true,false],[178,12,0,true,true,false],[178,62,0,true,true,false],[178,101,0,true,false,false],[178,102,0,true,true,false],[185,10,0,true,true,false],[193,84,0,true,true,false],[195,18,0,true,false,false],[196,82,0,true,true,false],[198,18,0,true,false,false],[201,6,0,false,false,false],[203,49,0,true,true,false],[204,54,0,true,true,false],[211,10,0,true,true,false],[215,12,0,true,true,false],[215,46,0,true,false,false],[215,75,0,true,true,false],[222,10,0,true,true,false],[225,50,0,true,true,false],[227,10,0,true,false,false],[228,12,0,true,true,false],[228,47,0,true,false,false],[228,48,0,true,true,false],[230,10,0,true,false,false],[231,12,0,true,true,false],[231,39,0,true,false,false],[231,40,0,true,true,false],[232,16,0,true,true,false],[232,33,0,true,false,false],[232,34,0,true,true,false],[234,14,0,true,false,false],[234,20,0,true,true,false],[238,14,0,true,false,false],[242,70,0,true,true,false],[244,14,0,true,false,false],[247,12,0,true,true,false],[247,30,0,true,false,false],[247,77,0,true,true,false],[247,120,0,true,false,false],[247,121,0,true,true,false],[249,85,0,true,true,false],[251,18,0,true,false,false],[255,12,0,true,true,false],[255,57,0,true,true,false],[255,97,0,true,false,false],[255,98,0,true,true,false],[257,89,0,true,true,false],[259,18,0,true,false,false],[263,12,0,true,true,false],[263,55,0,true,true,false],[263,93,0,true,false,false],[263,94,0,true,true,false],[265,86,0,true,true,false],[267,18,0,true,false,false],[275,43,0,true,true,false],[275,52,0,true,false,false],[275,55,0,true,true,false],[275,63,0,true,false,false],[278,6,0,false,false,false],[280,42,0,true,true,false],[281,66,0,true,true,false],[281,80,0,true,true,false],[282,38,0,true,true,false],[289,10,0,true,true,false],[291,12,0,true,true,false],[291,25,0,true,false,false],[291,26,0,true,true,false],[298,10,0,true,true,false],[306,97,0,true,true,false],[308,18,0,true,false,false],[309,82,0,true,true,false],[311,18,0,true,false,false],[314,6,0,false,false,false],[316,48,0,true,true,false],[321,41,0,true,true,false],[321,55,0,true,true,false],[323,70,0,true,true,false],[323,100,0,true,true,false],[323,121,0,true,false,false],[324,15,0,true,true,false],[324,24,0,true,false,false],[325,15,0,true,true,false],[325,23,0,true,false,false],[327,31,0,true,true,false],[328,48,0,true,true,false],[329,53,0,true,true,false],[329,83,0,true,false,false],[330,24,0,true,true,false],[330,61,0,true,false,false],[331,24,0,true,true,false],[331,54,0,true,true,false],[331,102,0,true,false,false],[333,43,0,true,true,false],[335,14,0,true,true,false],[336,75,0,true,false,false],[345,86,0,true,true,false],[347,18,0,true,false,false],[348,82,0,true,true,false],[350,18,0,true,false,false],[353,6,0,false,false,false],[355,49,0,true,true,false],[357,58,0,true,true,false],[357,72,0,true,true,false],[364,69,0,true,true,false],[366,18,0,true,false,false],[369,6,0,false,false,false],[371,52,0,true,true,false],[372,43,0,true,true,false],[372,57,0,true,true,false],[379,67,0,true,true,false],[381,18,0,true,false,false],[384,6,0,false,false,false],[386,52,0,true,true,false],[387,49,0,true,true,false],[387,63,0,true,true,false],[395,74,0,true,true,false],[397,18,0,true,false,false],[400,6,0,false,false,false],[406,7,0,true,true,false],[411,69,0,true,true,false],[412,40,0,true,true,false],[412,50,0,true,true,false],[413,20,0,true,true,false],[413,26,0,true,false,false],[414,13,0,true,true,false],[415,38,0,true,false,false],[416,13,0,true,true,false],[417,46,0,true,false,false],[418,13,0,true,true,false],[420,33,0,true,false,false],[421,13,0,true,true,false],[422,22,0,true,false,false],[423,14,0,true,true,false],[424,10,0,true,false,false],[432,6,0,false,false,false],[434,25,0,true,true,false],[435,49,0,true,true,false],[436,16,0,true,true,false],[436,48,0,true,false,false],[436,66,0,true,true,false],[437,29,0,true,true,false],[439,18,0,true,false,false],[442,14,0,true,true,false],[445,50,0,true,true,false],[447,37,0,true,true,false],[448,41,0,true,true,false],[449,32,0,true,true,false],[454,44,0,true,true,false],[454,76,0,true,false,false],[454,78,0,true,true,false],[458,30,0,true,false,false],[464,44,0,true,true,false],[469,63,0,true,true,false],[475,30,0,true,true,false],[477,44,0,true,true,false],[479,30,0,true,false,false],[479,32,0,true,true,false],[480,95,0,true,true,false],[480,106,0,true,false,false],[481,91,0,true,true,false],[481,102,0,true,false,false],[494,24,0,true,true,false],[494,40,0,true,false,false],[494,41,0,true,true,false],[495,40,0,true,true,false],[495,72,0,true,false,false],[495,74,0,true,true,false],[498,26,0,true,false,false],[501,65,0,true,true,false],[501,69,0,true,false,false],[501,72,0,true,true,false],[501,79,0,true,false,false],[504,22,0,true,true,false],[507,41,0,true,true,false],[511,38,0,true,true,false],[511,65,0,true,false,false],[512,38,0,true,true,false],[516,42,0,true,true,false],[517,44,0,true,true,false],[517,52,0,true,false,false],[517,53,0,true,true,false],[519,42,0,true,false,false],[519,48,0,true,true,false],[521,42,0,true,false,false],[532,56,0,true,true,false],[532,60,0,true,false,false],[532,63,0,true,true,false],[532,68,0,true,false,false],[534,72,0,true,true,false],[534,78,0,true,false,false],[534,81,0,true,true,false],[534,91,0,true,false,false],[540,58,0,true,true,false],[545,61,0,true,true,false],[552,36,0,true,true,false],[552,74,0,true,false,false],[561,36,0,true,true,false],[561,76,0,true,false,false],[570,36,0,true,true,false],[570,74,0,true,false,false],[579,36,0,true,true,false],[579,76,0,true,false,false],[583,61,0,true,true,false],[589,51,0,true,true,false],[595,59,0,true,true,false],[596,37,0,true,true,false],[596,65,0,true,false,false],[612,42,0,true,true,false],[616,10,0,true,false,false],[617,78,0,true,true,false],[618,35,0,true,true,false],[620,14,0,true,false,false],[621,45,0,true,true,false],[621,47,0,true,false,false],[622,20,0,true,true,false],[626,10,0,true,false,false],[627,15,0,true,true,false],[629,10,0,true,false,false],[631,78,0,true,true,false],[632,18,0,true,true,false],[634,14,0,true,false,false],[636,41,0,true,true,false],[639,10,0,true,false,false],[640,6,0,false,false,false],[644,40,0,true,true,false],[648,43,0,true,true,false],[648,82,0,true,false,false],[652,29,0,true,true,false],[658,59,0,true,true,false],[658,85,0,true,false,false],[659,20,0,true,true,false],[659,40,0,true,false,false],[660,20,0,true,true,false],[660,55,0,true,true,false],[660,61,0,true,false,false],[665,12,0,true,true,false],[665,43,0,true,false,false],[666,62,0,true,true,false],[666,101,0,true,false,false],[668,9,0,true,true,false],[670,67,0,true,true,false],[671,22,0,true,true,false],[674,18,0,true,false,false],[677,6,0,false,false,false],[679,50,0,true,true,false],[680,29,0,true,true,false],[682,10,0,true,false,false],[687,29,0,true,true,false],[688,16,0,true,true,false],[688,23,0,true,false,false],[688,24,0,true,true,false],[690,14,0,true,false,false],[690,20,0,true,true,false],[691,57,0,true,true,false],[691,80,0,true,false,false],[695,6,0,false,false,false],[697,39,0,true,true,false],[700,6,0,false,false,false],[702,38,0,true,true,false],[705,6,0,false,false,false],[707,41,0,true,true,false],[708,14,0,true,true,false],[709,16,0,true,true,false],[710,63,0,true,true,false],[712,14,0,true,false,false],[712,21,0,true,true,false],[714,14,0,true,true,false],[715,10,0,true,false,false],[716,6,0,false,false,false],[718,49,0,true,true,false],[721,29,0,true,true,false],[722,16,0,true,true,false],[722,23,0,true,false,false],[722,24,0,true,true,false],[724,14,0,true,false,false],[724,20,0,true,true,false],[725,57,0,true,true,false],[725,79,0,true,false,false],[729,6,0,false,false,false],[731,56,0,true,true,false],[734,70,0,true,true,false],[734,86,0,true,true,false],[737,12,0,true,true,false],[738,82,0,true,true,false],[741,14,0,true,true,false],[743,18,0,true,true,false],[745,14,0,true,true,false],[747,10,0,true,false,false],[747,17,0,true,true,false],[750,10,0,true,true,false],[752,39,0,true,false,false],[753,6,0,false,false,false],[755,66,0,true,true,false],[763,6,0,false,false,false],[766,56,0,true,true,false],[771,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":125,"covered":0,"percent":0},"instantiations":{"count":125,"covered":0,"percent":0},"lines":{"count":1615,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":272,"covered":0,"notcovered":272,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift","mcdc_records":[],"segments":[[5,38,0,true,true,false],[5,43,0,false,false,false],[7,25,0,true,true,false],[8,12,0,true,true,false],[8,24,0,true,false,false],[8,25,0,true,true,false],[9,33,0,true,true,false],[10,24,0,true,true,false],[14,61,0,true,true,false],[20,22,0,true,false,false],[24,46,0,true,true,false],[26,22,0,true,false,false],[32,28,0,true,true,false],[34,22,0,true,false,false],[34,30,0,true,true,false],[37,22,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":130,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[7,27,0,false,false,false],[9,45,0,true,true,false],[9,47,0,false,false,false],[10,36,0,true,true,false],[10,41,0,false,false,false],[12,25,0,true,true,false],[13,28,0,true,true,false],[15,20,0,true,true,false],[22,32,0,true,true,false],[22,44,0,true,false,false],[22,46,0,true,true,false],[28,18,0,true,false,false],[34,32,0,true,true,false],[34,42,0,true,false,false],[34,44,0,true,true,false],[36,18,0,true,false,false],[43,32,0,true,true,false],[43,44,0,true,false,false],[43,46,0,true,true,false],[45,18,0,true,false,false],[58,24,0,true,true,false],[59,20,0,true,true,false],[59,29,0,true,false,false],[59,30,0,true,true,false],[60,28,0,true,true,false],[65,22,0,true,false,false],[68,24,0,true,true,false],[71,31,0,true,true,false],[71,89,0,true,false,false],[71,92,0,true,true,false],[71,102,0,true,false,false],[74,59,0,true,true,false],[74,69,0,true,false,false],[74,72,0,true,true,false],[74,80,0,true,false,false],[82,19,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[87,28,0,true,true,false],[89,14,0,true,true,false],[91,33,0,true,true,false],[94,14,0,true,false,false],[96,6,0,false,false,false],[98,31,0,true,true,false],[100,6,0,false,false,false],[102,51,0,true,true,false],[104,29,0,true,true,false],[105,92,0,true,true,false],[107,14,0,true,true,false],[112,16,0,true,true,false],[112,38,0,true,false,false],[112,39,0,true,true,false],[115,14,0,true,false,false],[115,20,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[121,33,0,true,true,false],[125,6,0,false,false,false],[127,33,0,true,true,false],[142,43,0,true,true,false],[143,16,0,true,true,false],[143,66,0,true,false,false],[143,67,0,true,true,false],[149,14,0,true,true,false],[150,10,0,true,true,false],[154,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":319,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift","mcdc_records":[],"segments":[[7,37,0,true,true,false],[7,39,0,false,false,false],[10,52,0,true,true,false],[10,62,0,false,false,false],[11,43,0,true,true,false],[11,48,0,false,false,false],[12,45,0,true,true,false],[12,50,0,false,false,false],[13,40,0,true,true,false],[13,42,0,false,false,false],[15,47,0,true,true,false],[15,48,0,false,false,false],[22,30,0,true,true,false],[23,46,0,true,true,false],[23,87,0,true,false,false],[24,6,0,false,false,false],[26,25,0,true,true,false],[27,25,0,true,true,false],[28,32,0,true,true,false],[30,36,0,true,true,false],[35,23,0,true,true,false],[37,22,0,true,false,false],[43,23,0,true,true,false],[45,22,0,true,false,false],[51,24,0,true,true,false],[56,18,0,true,false,false],[61,20,0,true,true,false],[61,45,0,true,false,false],[61,46,0,true,true,false],[62,69,0,true,true,false],[63,45,0,true,true,false],[67,31,0,true,true,false],[69,30,0,true,false,false],[71,102,0,true,true,false],[75,35,0,true,true,false],[77,34,0,true,false,false],[83,18,0,true,true,false],[88,20,0,true,true,false],[88,38,0,true,false,false],[88,39,0,true,true,false],[89,28,0,true,true,false],[95,22,0,true,false,false],[97,18,0,true,true,false],[99,28,0,true,true,false],[100,66,0,true,true,false],[101,28,0,true,true,false],[101,53,0,true,false,false],[101,54,0,true,true,false],[102,32,0,true,true,false],[102,65,0,true,false,false],[102,66,0,true,true,false],[103,53,0,true,true,false],[111,49,0,true,true,false],[111,77,0,true,false,false],[112,48,0,true,true,false],[113,64,0,true,true,false],[116,46,0,true,false,false],[124,36,0,true,true,false],[125,68,0,true,true,false],[130,34,0,true,false,false],[132,32,0,true,true,false],[133,32,0,true,true,false],[133,64,0,true,false,false],[133,65,0,true,true,false],[139,30,0,true,false,false],[139,36,0,true,true,false],[140,67,0,true,true,false],[145,34,0,true,false,false],[152,55,0,true,true,false],[154,23,0,true,true,false],[155,24,0,true,true,false],[155,44,0,true,true,false],[155,62,0,true,false,false],[155,63,0,true,true,false],[160,22,0,true,false,false],[160,28,0,true,true,false],[163,22,0,true,false,false],[165,53,0,true,true,false],[165,71,0,true,false,false],[165,75,0,true,true,false],[165,77,0,true,false,false],[165,80,0,true,true,false],[165,81,0,true,false,false],[170,22,0,true,true,false],[171,61,0,true,true,false],[172,36,0,true,true,false],[174,22,0,true,false,false],[179,23,0,true,true,false],[187,20,0,true,true,false],[188,39,0,true,true,false],[190,18,0,true,false,false],[190,25,0,true,true,false],[192,18,0,true,true,false],[193,14,0,true,false,false],[195,46,0,true,true,false],[196,41,0,true,true,false],[198,72,0,true,true,false],[199,70,0,true,true,false],[199,72,0,true,false,false],[202,28,0,true,true,false],[204,22,0,true,false,false],[206,24,0,true,true,false],[210,18,0,true,false,false],[212,60,0,true,true,false],[217,20,0,true,true,false],[217,44,0,true,false,false],[217,80,0,true,true,false],[219,24,0,true,true,false],[219,43,0,true,false,false],[219,71,0,true,true,false],[222,30,0,true,true,false],[229,75,0,true,true,false],[231,30,0,true,false,false],[231,36,0,true,true,false],[233,30,0,true,false,false],[235,31,0,true,true,false],[235,50,0,true,false,false],[235,51,0,true,true,false],[238,22,0,true,false,false],[241,55,0,true,true,false],[242,48,0,true,true,false],[244,66,0,true,true,false],[244,99,0,true,false,false],[250,47,0,true,true,false],[252,20,0,true,true,false],[252,30,0,true,false,false],[252,31,0,true,true,false],[255,18,0,true,false,false],[259,6,0,false,false,false],[261,60,0,true,true,false],[265,12,0,true,true,false],[265,31,0,true,false,false],[265,32,0,true,true,false],[266,40,0,true,true,false],[268,24,0,true,true,false],[268,82,0,true,false,false],[269,24,0,true,true,false],[269,70,0,true,true,false],[269,76,0,true,false,false],[270,35,0,true,true,false],[270,70,0,true,true,false],[270,95,0,true,false,false],[271,75,0,true,true,false],[271,80,0,true,false,false],[276,6,0,false,false,false],[278,61,0,true,true,false],[282,12,0,true,true,false],[282,31,0,true,false,false],[282,32,0,true,true,false],[283,38,0,true,true,false],[285,24,0,true,true,false],[285,83,0,true,false,false],[286,24,0,true,true,false],[286,81,0,true,false,false],[287,24,0,true,true,false],[287,87,0,true,false,false],[292,44,0,true,true,false],[293,38,0,true,true,false],[293,65,0,true,false,false],[297,6,0,false,false,false],[301,53,0,true,true,false],[303,6,0,false,false,false],[305,62,0,true,true,false],[312,41,0,true,true,false],[315,10,0,true,false,false],[317,69,0,true,true,false],[317,72,0,true,false,false],[317,75,0,true,true,false],[317,78,0,true,false,false],[318,6,0,false,false,false],[328,25,0,true,true,false],[329,32,0,true,true,false],[330,32,0,true,true,false],[333,20,0,true,true,false],[333,29,0,true,false,false],[333,30,0,true,true,false],[338,50,0,true,true,false],[338,74,0,true,false,false],[338,77,0,true,true,false],[338,105,0,true,false,false],[340,18,0,true,true,false],[341,14,0,true,false,false],[344,38,0,true,true,false],[344,55,0,true,false,false],[344,58,0,true,true,false],[344,69,0,true,false,false],[345,43,0,true,true,false],[345,49,0,true,false,false],[345,52,0,true,true,false],[345,60,0,true,false,false],[351,6,0,false,false,false],[360,25,0,true,true,false],[361,29,0,true,true,false],[371,10,0,true,false,false],[374,6,0,false,false,false],[383,25,0,true,true,false],[384,32,0,true,true,false],[389,42,0,true,true,false],[389,59,0,true,false,false],[389,62,0,true,true,false],[389,99,0,true,false,false],[390,47,0,true,true,false],[390,53,0,true,false,false],[390,56,0,true,true,false],[390,64,0,true,false,false],[396,6,0,false,false,false],[404,25,0,true,true,false],[405,16,0,true,true,false],[406,53,0,true,true,false],[407,50,0,true,true,false],[410,18,0,true,true,false],[411,36,0,true,true,false],[416,18,0,true,false,false],[424,26,0,true,true,false],[424,45,0,true,false,false],[425,26,0,true,true,false],[427,22,0,true,false,false],[436,25,0,true,true,false],[438,18,0,true,false,false],[439,24,0,true,true,false],[442,18,0,true,false,false],[452,6,0,false,false,false],[454,45,0,true,true,false],[455,69,0,true,true,false],[455,75,0,true,false,false],[456,44,0,true,true,false],[457,46,0,true,true,false],[457,71,0,true,false,false],[458,18,0,true,true,false],[462,16,0,true,true,false],[463,20,0,true,true,false],[463,73,0,true,false,false],[464,13,0,true,true,false],[466,14,0,true,true,false],[467,24,0,true,false,false],[468,10,0,true,true,false],[469,19,0,true,false,false],[470,6,0,false,false,false],[477,44,0,true,true,false],[477,49,0,false,false,false],[480,25,0,true,true,false],[481,16,0,true,true,false],[482,53,0,true,true,false],[483,42,0,true,true,false],[486,18,0,true,true,false],[487,36,0,true,true,false],[492,18,0,true,false,false],[493,49,0,true,true,false],[497,18,0,true,true,false],[498,14,0,true,false,false],[503,25,0,true,true,false],[504,78,0,true,true,false],[505,57,0,true,true,false],[505,67,0,true,false,false],[505,71,0,true,true,false],[505,95,0,true,false,false],[506,24,0,true,true,false],[509,22,0,true,false,false],[509,28,0,true,true,false],[511,22,0,true,false,false],[513,24,0,true,true,false],[514,40,0,true,true,false],[517,22,0,true,false,false],[534,49,0,true,true,false],[535,50,0,true,true,false],[540,32,0,true,true,false],[544,22,0,true,false,false],[545,29,0,true,true,false],[547,22,0,true,false,false],[549,14,0,true,true,false],[550,10,0,true,false,false],[551,6,0,false,false,false],[555,36,0,true,true,false],[558,12,0,true,true,false],[559,16,0,true,true,false],[559,76,0,true,false,false],[560,9,0,true,true,false],[562,10,0,true,true,false],[563,27,0,true,false,false],[564,6,0,false,false,false],[566,45,0,true,true,false],[568,12,0,true,true,false],[568,24,0,true,false,false],[568,25,0,true,true,false],[568,39,0,true,true,false],[576,12,0,true,true,false],[576,43,0,true,true,false],[576,94,0,true,false,false],[576,96,0,true,true,false],[578,10,0,true,true,false],[583,12,0,true,true,false],[583,30,0,true,true,false],[583,52,0,true,false,false],[585,9,0,true,true,false],[587,10,0,true,true,false],[588,20,0,true,false,false],[589,6,0,false,false,false],[600,25,0,true,true,false],[601,50,0,true,true,false],[609,33,0,true,true,false],[612,14,0,true,false,false],[614,33,0,true,true,false],[615,64,0,true,true,false],[615,79,0,true,false,false],[619,41,0,true,true,false],[619,53,0,true,false,false],[628,6,0,false,false,false],[630,73,0,true,true,false],[631,49,0,true,true,false],[635,32,0,true,true,false],[639,14,0,true,false,false],[645,6,0,false,false,false],[652,36,0,true,true,false],[652,41,0,false,false,false],[654,25,0,true,true,false],[657,42,0,true,true,false],[657,78,0,true,false,false],[657,81,0,true,true,false],[657,94,0,true,false,false],[662,39,0,true,true,false],[662,52,0,true,false,false],[662,55,0,true,true,false],[662,92,0,true,false,false],[668,22,0,true,true,false],[670,14,0,true,false,false],[671,6,0,false,false,false],[678,36,0,true,true,false],[678,41,0,false,false,false],[680,25,0,true,true,false],[681,28,0,true,true,false],[684,16,0,true,true,false],[684,31,0,true,false,false],[684,32,0,true,true,false],[687,50,0,true,true,false],[687,99,0,true,false,false],[687,102,0,true,true,false],[687,117,0,true,false,false],[688,14,0,true,true,false],[689,10,0,true,false,false],[691,38,0,true,true,false],[691,74,0,true,false,false],[691,77,0,true,true,false],[691,90,0,true,false,false],[694,35,0,true,true,false],[694,48,0,true,false,false],[694,51,0,true,true,false],[694,88,0,true,false,false],[700,18,0,true,true,false],[702,16,0,true,true,false],[702,24,0,true,false,false],[702,25,0,true,true,false],[704,14,0,true,false,false],[704,20,0,true,true,false],[706,14,0,true,false,false],[708,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":116,"covered":0,"percent":0},"instantiations":{"count":116,"covered":0,"percent":0},"lines":{"count":1715,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":218,"covered":0,"notcovered":218,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,29,0,true,true,false],[19,10,0,true,false,false],[23,6,0,false,false,false],[28,46,0,true,true,false],[29,12,0,true,true,false],[29,24,0,true,false,false],[29,25,0,true,true,false],[33,10,0,true,false,false],[33,16,0,true,true,false],[34,61,0,true,true,false],[35,36,0,true,true,false],[36,73,0,true,true,false],[38,22,0,true,false,false],[42,6,0,false,false,false],[44,42,0,true,true,false],[45,28,0,true,true,false],[47,37,0,true,true,false],[50,14,0,true,false,false],[58,35,0,true,true,false],[59,20,0,true,true,false],[59,29,0,true,false,false],[59,30,0,true,true,false],[63,18,0,true,false,false],[63,24,0,true,true,false],[65,18,0,true,false,false],[68,39,0,true,true,false],[68,48,0,true,false,false],[72,45,0,true,true,false],[72,65,0,true,false,false],[72,68,0,true,true,false],[72,84,0,true,false,false],[74,6,0,false,false,false],[83,30,0,true,true,false],[84,22,0,true,true,false],[84,27,0,true,false,false],[84,30,0,true,true,false],[84,38,0,true,false,false],[85,6,0,false,false,false],[87,40,0,true,true,false],[88,22,0,true,true,false],[88,47,0,true,false,false],[88,50,0,true,true,false],[88,81,0,true,false,false],[89,6,0,false,false,false],[91,36,0,true,true,false],[92,22,0,true,true,false],[92,29,0,true,false,false],[92,32,0,true,true,false],[92,42,0,true,false,false],[93,6,0,false,false,false],[95,25,0,true,true,false],[96,28,0,true,true,false],[110,10,0,true,false,false],[115,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,20,0,true,true,false],[10,26,0,true,true,false],[12,14,0,true,false,false],[12,34,0,true,true,false],[14,14,0,true,false,false],[14,20,0,true,true,false],[16,14,0,true,false,false],[19,6,0,false,false,false],[23,39,0,true,true,false],[24,29,0,true,true,false],[32,10,0,true,false,false],[35,6,0,false,false,false],[39,57,0,true,true,false],[40,49,0,true,true,false],[48,10,0,true,false,false],[54,6,0,false,false,false],[58,73,0,true,true,false],[59,50,0,true,true,false],[64,16,0,true,true,false],[64,51,0,true,false,false],[64,52,0,true,true,false],[66,14,0,true,true,false],[69,16,0,true,true,false],[69,51,0,true,false,false],[69,52,0,true,true,false],[71,14,0,true,true,false],[75,10,0,true,false,false],[77,6,0,false,false,false],[81,71,0,true,true,false],[82,29,0,true,true,false],[84,53,0,true,true,false],[90,14,0,true,false,false],[96,53,0,true,true,false],[100,43,0,true,true,false],[100,49,0,true,false,false],[108,53,0,true,true,false],[114,14,0,true,false,false],[121,6,0,false,false,false],[125,77,0,true,true,false],[126,49,0,true,true,false],[130,80,0,true,true,false],[131,70,0,true,true,false],[133,18,0,true,false,false],[136,6,0,false,false,false],[138,66,0,true,true,false],[139,28,0,true,true,false],[140,57,0,true,true,false],[145,14,0,true,true,false],[146,10,0,true,false,false],[151,6,0,false,false,false],[155,79,0,true,true,false],[156,49,0,true,true,false],[160,66,0,true,true,false],[161,57,0,true,true,false],[162,28,0,true,true,false],[178,22,0,true,false,false],[179,18,0,true,true,false],[180,14,0,true,false,false],[182,6,0,false,false,false],[186,75,0,true,true,false],[187,49,0,true,true,false],[191,70,0,true,true,false],[193,14,0,true,false,false],[195,6,0,false,false,false],[197,62,0,true,true,false],[198,29,0,true,true,false],[213,10,0,true,false,false],[215,6,0,false,false,false],[217,65,0,true,true,false],[218,54,0,true,true,false],[218,59,0,true,false,false],[219,9,0,true,true,false],[219,35,0,true,false,false],[220,9,0,true,true,false],[220,38,0,true,false,false],[221,9,0,true,true,false],[221,38,0,true,false,false],[222,9,0,true,true,false],[222,40,0,true,false,false],[223,9,0,true,true,false],[223,36,0,true,false,false],[224,10,0,true,true,false],[232,29,0,true,false,false],[233,6,0,false,false,false],[237,76,0,true,true,false],[238,30,0,true,true,false],[238,40,0,true,false,false],[239,6,0,false,false,false],[241,76,0,true,true,false],[242,30,0,true,true,false],[242,45,0,true,false,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":429,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":0,"notcovered":54,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[13,42,0,false,false,false],[15,35,0,true,true,false],[15,36,0,false,false,false],[17,25,0,true,true,false],[18,24,0,true,true,false],[21,44,0,true,true,false],[22,38,0,true,true,false],[26,32,0,true,true,false],[26,49,0,true,false,false],[27,33,0,true,true,false],[27,51,0,true,false,false],[43,6,0,false,false,false],[47,62,0,true,true,false],[52,6,0,false,false,false],[54,76,0,true,true,false],[56,6,0,false,false,false],[58,77,0,true,true,false],[60,6,0,false,false,false],[62,80,0,true,true,false],[67,6,0,false,false,false],[69,80,0,true,true,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":115,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift","mcdc_records":[],"segments":[[14,36,0,true,true,false],[14,41,0,false,false,false],[15,36,0,true,true,false],[15,41,0,false,false,false],[16,36,0,true,true,false],[16,41,0,false,false,false],[19,37,0,true,true,false],[20,22,0,true,true,false],[20,41,0,true,false,false],[21,6,0,false,false,false],[24,41,0,true,true,false],[26,6,0,false,false,false],[28,25,0,true,true,false],[38,22,0,true,true,false],[39,58,0,true,true,false],[41,18,0,true,false,false],[43,42,0,true,true,false],[43,46,0,true,false,false],[43,49,0,true,true,false],[43,62,0,true,true,false],[43,66,0,true,false,false],[43,69,0,true,true,false],[43,72,0,true,false,false],[45,27,0,true,true,false],[47,14,0,true,false,false],[48,65,0,true,true,false],[49,58,0,true,true,false],[51,24,0,true,true,false],[51,32,0,true,false,false],[51,33,0,true,true,false],[53,22,0,true,false,false],[55,16,0,true,true,false],[56,59,0,true,true,false],[58,18,0,true,false,false],[61,71,0,true,true,false],[62,35,0,true,true,false],[64,22,0,true,false,false],[67,6,0,false,false,false],[72,39,0,true,true,false],[74,12,0,true,true,false],[74,44,0,true,false,false],[74,81,0,true,true,false],[75,20,0,true,true,false],[77,24,0,true,true,false],[78,24,0,true,true,false],[78,42,0,true,false,false],[78,43,0,true,true,false],[83,22,0,true,false,false],[83,28,0,true,true,false],[88,22,0,true,false,false],[93,16,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[102,38,0,true,true,false],[104,6,0,false,false,false],[108,30,0,true,true,false],[108,54,0,false,false,false],[110,35,0,true,true,false],[111,12,0,true,true,false],[111,27,0,true,false,false],[111,28,0,true,true,false],[113,10,0,true,false,false],[113,19,0,true,true,false],[113,34,0,true,false,false],[113,35,0,true,true,false],[115,10,0,true,true,false],[116,18,0,true,false,false],[117,6,0,false,false,false],[119,40,0,true,true,false],[120,12,0,true,true,false],[120,25,0,true,false,false],[120,26,0,true,true,false],[121,29,0,true,true,false],[121,48,0,true,false,false],[121,51,0,true,true,false],[121,70,0,true,false,false],[122,10,0,true,true,false],[123,25,0,true,true,false],[123,31,0,true,false,false],[123,34,0,true,true,false],[123,40,0,true,false,false],[124,6,0,false,false,false],[126,47,0,true,true,false],[127,12,0,true,true,false],[127,21,0,true,false,false],[127,22,0,true,true,false],[129,10,0,true,false,false],[129,19,0,true,true,false],[129,38,0,true,false,false],[129,39,0,true,true,false],[131,10,0,true,true,false],[132,31,0,true,false,false],[133,6,0,false,false,false],[135,43,0,true,true,false],[136,12,0,true,true,false],[136,21,0,true,false,false],[136,22,0,true,true,false],[138,10,0,true,false,false],[138,19,0,true,true,false],[138,38,0,true,false,false],[138,39,0,true,true,false],[140,10,0,true,true,false],[141,27,0,true,false,false],[142,6,0,false,false,false],[144,45,0,true,true,false],[145,23,0,true,true,false],[145,42,0,true,false,false],[145,46,0,true,true,false],[145,47,0,true,false,false],[145,50,0,true,true,false],[145,53,0,true,false,false],[146,6,0,false,false,false],[148,40,0,true,true,false],[149,12,0,true,true,false],[149,18,0,true,false,false],[149,19,0,true,true,false],[150,16,0,true,true,false],[150,25,0,true,false,false],[150,26,0,true,true,false],[152,14,0,true,false,false],[152,23,0,true,true,false],[152,32,0,true,false,false],[152,33,0,true,true,false],[154,14,0,true,true,false],[155,38,0,true,false,false],[156,16,0,true,true,false],[157,16,0,true,true,false],[157,25,0,true,false,false],[157,26,0,true,true,false],[159,14,0,true,false,false],[159,23,0,true,true,false],[159,32,0,true,false,false],[159,33,0,true,true,false],[161,14,0,true,true,false],[162,38,0,true,false,false],[164,6,0,false,false,false],[166,44,0,true,true,false],[167,39,0,true,true,false],[167,42,0,true,false,false],[167,45,0,true,true,false],[167,48,0,true,false,false],[168,6,0,false,false,false],[170,53,0,true,true,false],[171,44,0,true,true,false],[171,47,0,true,false,false],[171,50,0,true,true,false],[171,53,0,true,false,false],[172,6,0,false,false,false],[174,36,0,true,true,false],[175,12,0,true,true,false],[175,18,0,true,false,false],[175,19,0,true,true,false],[176,16,0,true,true,false],[176,25,0,true,false,false],[176,26,0,true,true,false],[178,14,0,true,false,false],[178,23,0,true,true,false],[178,32,0,true,false,false],[178,33,0,true,true,false],[180,14,0,true,true,false],[181,38,0,true,false,false],[182,16,0,true,true,false],[183,16,0,true,true,false],[183,25,0,true,false,false],[183,26,0,true,true,false],[185,14,0,true,false,false],[185,23,0,true,true,false],[185,32,0,true,false,false],[185,33,0,true,true,false],[187,14,0,true,true,false],[188,38,0,true,false,false],[190,6,0,false,false,false],[192,36,0,true,true,false],[193,25,0,true,true,false],[193,31,0,true,false,false],[193,34,0,true,true,false],[193,58,0,true,true,false],[193,61,0,true,false,false],[193,64,0,true,true,false],[193,68,0,true,false,false],[194,6,0,false,false,false],[196,39,0,true,true,false],[197,25,0,true,true,false],[197,26,0,true,false,false],[197,29,0,true,true,false],[197,30,0,true,false,false],[198,6,0,false,false,false],[200,39,0,true,true,false],[201,25,0,true,true,false],[201,26,0,true,false,false],[201,29,0,true,true,false],[201,30,0,true,false,false],[202,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":244,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":0,"notcovered":108,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift","mcdc_records":[],"segments":[[6,42,0,true,true,false],[6,62,0,false,false,false],[8,6,0,true,true,false],[8,47,0,false,false,false],[8,87,0,true,true,false],[8,120,0,false,false,false],[10,46,0,true,true,false],[11,54,0,true,true,false],[11,64,0,true,false,false],[12,6,0,false,false,false],[14,25,0,true,true,false],[15,12,0,true,true,false],[15,56,0,true,false,false],[15,57,0,true,true,false],[17,10,0,true,false,false],[17,16,0,true,true,false],[18,32,0,true,true,false],[27,30,0,true,true,false],[27,54,0,true,false,false],[28,28,0,true,true,false],[29,30,0,true,true,false],[31,26,0,true,false,false],[48,25,0,true,true,false],[49,98,0,true,true,false],[52,18,0,true,true,false],[53,32,0,true,false,false],[55,23,0,true,true,false],[58,22,0,true,true,false],[60,18,0,true,false,false],[62,26,0,true,true,false],[64,14,0,true,false,false],[66,6,0,false,false,false],[70,44,0,true,true,false],[71,28,0,true,true,false],[73,20,0,true,true,false],[74,57,0,true,true,false],[80,18,0,true,false,false],[97,27,0,true,true,false],[99,18,0,true,false,false],[100,28,0,true,true,false],[102,18,0,true,false,false],[108,6,0,false,false,false],[110,45,0,true,true,false],[111,28,0,true,true,false],[116,67,0,true,true,false],[118,66,0,true,true,false],[120,18,0,true,false,false],[127,6,0,false,false,false],[129,41,0,true,true,false],[130,28,0,true,true,false],[144,10,0,true,false,false],[145,6,0,false,false,false],[147,41,0,true,true,false],[148,29,0,true,true,false],[158,10,0,true,false,false],[160,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":320,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift","mcdc_records":[],"segments":[[14,52,0,true,true,false],[14,54,0,false,false,false],[17,45,0,true,true,false],[17,48,0,false,false,false],[20,42,0,true,true,false],[20,45,0,false,false,false],[23,51,0,true,true,false],[23,53,0,false,false,false],[31,79,0,true,true,false],[31,81,0,false,false,false],[39,32,0,true,true,false],[39,37,0,false,false,false],[53,28,0,true,true,false],[55,6,0,false,false,false],[57,58,0,true,true,false],[59,6,0,false,false,false],[64,36,0,true,true,false],[67,21,0,true,true,false],[67,47,0,true,true,false],[67,68,0,true,false,false],[68,18,0,true,true,false],[68,75,0,true,false,false],[69,21,0,true,true,false],[69,56,0,true,false,false],[70,6,0,false,false,false],[73,54,0,true,true,false],[74,55,0,true,true,false],[74,69,0,true,true,false],[76,30,0,true,true,false],[76,73,0,true,false,false],[77,6,0,false,false,false],[82,37,0,true,true,false],[91,6,0,false,false,false],[94,38,0,true,true,false],[103,6,0,false,false,false],[106,26,0,true,true,false],[108,6,0,false,false,false],[111,21,0,true,true,false],[115,6,0,false,false,false],[120,31,0,true,true,false],[121,40,0,true,true,false],[121,50,0,true,true,false],[123,87,0,true,true,false],[124,18,0,true,true,false],[126,14,0,true,false,false],[129,6,0,false,false,false],[132,30,0,true,true,false],[133,39,0,true,true,false],[136,10,0,true,false,false],[138,6,0,false,false,false],[141,51,0,true,true,false],[144,16,0,true,true,false],[144,26,0,true,false,false],[145,9,0,true,true,false],[146,44,0,true,false,false],[147,9,0,true,true,false],[148,44,0,true,false,false],[149,9,0,true,true,false],[150,18,0,true,false,false],[151,10,0,true,true,false],[152,6,0,false,false,false],[155,32,0,true,true,false],[156,40,0,true,true,false],[156,50,0,true,true,false],[157,64,0,true,true,false],[160,10,0,true,true,false],[165,12,0,true,true,false],[170,66,0,true,true,false],[174,14,0,true,false,false],[179,14,0,true,true,false],[180,10,0,true,false,false],[180,17,0,true,true,false],[182,10,0,true,true,false],[185,6,0,false,false,false],[191,78,9,true,true,false],[192,16,9,true,true,false],[192,23,9,true,false,false],[194,9,1,true,true,false],[194,20,9,true,false,false],[195,9,1,true,true,false],[195,20,9,true,false,false],[196,9,1,true,true,false],[196,20,9,true,false,false],[197,9,1,true,true,false],[197,20,9,true,false,false],[198,9,0,true,true,false],[198,20,9,true,false,false],[199,9,0,true,true,false],[199,20,9,true,false,false],[201,9,0,true,true,false],[201,20,9,true,false,false],[202,9,0,true,true,false],[202,20,9,true,false,false],[203,9,0,true,true,false],[203,20,9,true,false,false],[204,9,0,true,true,false],[204,20,9,true,false,false],[205,9,0,true,true,false],[205,21,9,true,false,false],[207,9,0,true,true,false],[207,21,9,true,false,false],[208,9,0,true,true,false],[208,21,9,true,false,false],[209,9,0,true,true,false],[209,21,9,true,false,false],[210,9,0,true,true,false],[210,21,9,true,false,false],[211,9,0,true,true,false],[211,21,9,true,false,false],[212,9,0,true,true,false],[212,21,9,true,false,false],[214,9,0,true,true,false],[214,21,9,true,false,false],[215,9,0,true,true,false],[215,21,9,true,false,false],[216,9,0,true,true,false],[216,21,9,true,false,false],[217,9,0,true,true,false],[217,21,9,true,false,false],[218,9,0,true,true,false],[218,21,9,true,false,false],[219,9,0,true,true,false],[219,21,9,true,false,false],[220,9,0,true,true,false],[220,21,9,true,false,false],[221,9,0,true,true,false],[221,21,9,true,false,false],[222,9,0,true,true,false],[222,21,9,true,false,false],[223,9,0,true,true,false],[223,21,9,true,false,false],[224,9,0,true,true,false],[224,21,9,true,false,false],[225,9,0,true,true,false],[225,21,9,true,false,false],[227,9,0,true,true,false],[227,21,9,true,false,false],[228,9,0,true,true,false],[228,21,9,true,false,false],[229,9,0,true,true,false],[229,21,9,true,false,false],[230,9,0,true,true,false],[230,21,9,true,false,false],[231,9,0,true,true,false],[231,21,9,true,false,false],[232,9,0,true,true,false],[232,21,9,true,false,false],[234,9,1,true,true,false],[234,23,9,true,false,false],[235,9,0,true,true,false],[235,21,9,true,false,false],[236,9,0,true,true,false],[236,21,9,true,false,false],[237,9,0,true,true,false],[237,21,9,true,false,false],[238,9,0,true,true,false],[238,21,9,true,false,false],[239,9,0,true,true,false],[239,21,9,true,false,false],[240,9,0,true,true,false],[240,22,9,true,false,false],[242,9,0,true,true,false],[242,21,9,true,false,false],[243,9,0,true,true,false],[243,21,9,true,false,false],[244,9,0,true,true,false],[244,21,9,true,false,false],[245,9,0,true,true,false],[245,21,9,true,false,false],[246,9,0,true,true,false],[246,21,9,true,false,false],[248,9,1,true,true,false],[248,23,9,true,false,false],[249,9,1,true,true,false],[249,23,9,true,false,false],[250,9,0,true,true,false],[250,23,9,true,false,false],[251,9,0,true,true,false],[251,24,9,true,false,false],[252,9,0,true,true,false],[252,23,9,true,false,false],[254,9,0,true,true,false],[254,24,9,true,false,false],[255,9,1,true,true,false],[255,24,9,true,false,false],[256,9,1,true,true,false],[256,24,9,true,false,false],[257,9,0,true,true,false],[257,24,9,true,false,false],[258,9,0,true,true,false],[258,24,9,true,false,false],[259,9,0,true,true,false],[259,24,9,true,false,false],[260,9,0,true,true,false],[260,24,9,true,false,false],[261,9,0,true,true,false],[261,24,9,true,false,false],[262,9,0,true,true,false],[262,22,9,true,false,false],[264,9,0,true,true,false],[264,22,9,true,false,false],[265,9,0,true,true,false],[265,22,9,true,false,false],[266,9,0,true,true,false],[266,22,9,true,false,false],[267,9,0,true,true,false],[267,22,9,true,false,false],[268,9,0,true,true,false],[268,23,9,true,false,false],[269,9,0,true,true,false],[269,23,9,true,false,false],[270,9,0,true,true,false],[270,24,9,true,false,false],[271,9,0,true,true,false],[271,24,9,true,false,false],[272,9,0,true,true,false],[272,24,9,true,false,false],[273,9,0,true,true,false],[273,23,9,true,false,false],[274,9,0,true,true,false],[274,23,9,true,false,false],[275,9,0,true,true,false],[275,23,9,true,false,false],[277,9,0,true,true,false],[277,25,9,true,false,false],[278,9,0,true,true,false],[278,25,9,true,false,false],[279,9,0,true,true,false],[279,25,9,true,false,false],[280,9,0,true,true,false],[280,23,9,true,false,false],[281,9,0,true,true,false],[282,33,9,true,false,false],[283,10,9,true,true,false],[284,6,0,false,false,false],[287,79,4,true,true,false],[288,16,4,true,true,false],[288,19,4,true,false,false],[289,9,1,true,true,false],[289,28,4,true,false,false],[290,9,1,true,true,false],[290,29,4,true,false,false],[291,9,0,true,true,false],[291,26,4,true,false,false],[292,9,0,true,true,false],[292,30,4,true,false,false],[293,9,0,true,true,false],[293,26,4,true,false,false],[294,9,0,true,true,false],[294,28,4,true,false,false],[295,9,1,true,true,false],[295,37,4,true,false,false],[296,9,0,true,true,false],[296,36,4,true,false,false],[297,9,0,true,true,false],[297,35,4,true,false,false],[298,9,0,true,true,false],[298,35,4,true,false,false],[299,9,0,true,true,false],[299,24,4,true,false,false],[300,9,0,true,true,false],[300,27,4,true,false,false],[301,9,0,true,true,false],[301,27,4,true,false,false],[302,9,0,true,true,false],[302,25,4,true,false,false],[303,9,0,true,true,false],[303,27,4,true,false,false],[304,9,1,true,true,false],[304,34,4,true,false,false],[305,10,4,true,true,false],[306,6,0,false,false,false],[309,94,0,true,true,false],[334,51,0,true,true,false],[334,65,0,true,true,false],[341,10,0,true,false,false],[342,6,0,false,false,false],[349,77,0,true,true,false],[351,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":2,"percent":6.8965517241379306},"instantiations":{"count":29,"covered":2,"percent":6.8965517241379306},"lines":{"count":277,"covered":113,"percent":40.794223826714806},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":148,"covered":19,"notcovered":129,"percent":12.837837837837837}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift","mcdc_records":[],"segments":[[5,25,0,true,true,false],[6,28,0,true,true,false],[10,67,0,true,true,false],[15,14,0,true,false,false],[15,20,0,true,true,false],[28,14,0,true,false,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift","mcdc_records":[],"segments":[[21,41,0,true,true,false],[26,48,0,true,true,false],[27,60,0,true,true,false],[28,52,0,true,true,false],[28,85,0,true,false,false],[29,14,0,true,true,false],[30,25,0,true,false,false],[33,15,0,true,true,false],[33,26,0,true,false,false],[34,15,0,true,true,false],[34,45,0,true,false,false],[35,67,0,true,true,false],[35,92,0,true,false,false],[35,95,0,true,true,false],[35,98,0,true,false,false],[49,15,0,true,true,false],[49,26,0,true,false,false],[50,15,0,true,true,false],[50,36,0,true,true,false],[50,46,0,true,false,false],[50,49,0,true,true,false],[50,60,0,true,false,false],[51,61,0,true,true,false],[51,91,0,true,false,false],[51,94,0,true,true,false],[51,97,0,true,false,false],[64,50,0,true,true,false],[64,79,0,true,false,false],[66,15,0,true,true,false],[66,26,0,true,false,false],[67,15,0,true,true,false],[67,47,0,true,false,false],[68,71,0,true,true,false],[68,98,0,true,false,false],[68,101,0,true,true,false],[68,104,0,true,false,false],[85,51,0,true,true,false],[86,49,0,true,true,false],[86,79,0,true,false,false],[87,20,0,true,true,false],[87,57,0,true,false,false],[88,20,0,true,true,false],[88,50,0,true,true,false],[88,98,0,true,false,false],[90,73,0,true,true,false],[90,101,0,true,false,false],[90,104,0,true,true,false],[90,107,0,true,false,false],[103,48,0,true,true,false],[103,69,0,true,false,false],[105,49,0,true,true,false],[106,16,0,true,true,false],[106,50,0,true,false,false],[106,51,0,true,true,false],[106,73,0,true,true,false],[107,16,0,true,true,false],[107,37,0,true,false,false],[107,38,0,true,true,false],[109,14,0,true,true,false],[110,16,0,true,true,false],[110,46,0,true,false,false],[110,47,0,true,true,false],[112,14,0,true,true,false],[113,16,0,true,true,false],[113,61,0,true,false,false],[113,62,0,true,true,false],[115,14,0,true,true,false],[116,31,0,true,false,false],[118,39,0,true,true,false],[119,16,0,true,true,false],[119,43,0,true,false,false],[119,44,0,true,true,false],[120,51,0,true,true,false],[120,76,0,true,false,false],[121,14,0,true,true,false],[122,23,0,true,false,false],[136,12,0,true,true,false],[136,41,0,true,false,false],[136,42,0,true,true,false],[137,52,0,true,true,false],[138,20,0,true,true,false],[138,51,0,true,false,false],[138,52,0,true,true,false],[139,28,0,true,true,false],[139,44,0,true,false,false],[140,21,0,true,true,false],[143,36,0,true,false,false],[144,21,0,true,true,false],[145,37,0,true,false,false],[147,18,0,true,true,false],[148,29,0,true,false,false],[151,71,0,true,true,false],[151,96,0,true,false,false],[151,99,0,true,true,false],[151,102,0,true,false,false],[165,46,0,true,true,false],[166,16,0,true,true,false],[166,50,0,true,false,false],[166,51,0,true,true,false],[166,73,0,true,true,false],[167,70,0,true,true,false],[167,92,0,true,true,false],[168,42,0,true,true,false],[168,64,0,true,true,false],[169,36,0,true,true,false],[169,46,0,true,false,false],[169,49,0,true,true,false],[169,56,0,true,false,false],[171,36,0,true,true,false],[172,16,0,true,true,false],[172,37,0,true,false,false],[172,38,0,true,true,false],[174,14,0,true,false,false],[174,23,0,true,true,false],[174,48,0,true,false,false],[174,49,0,true,true,false],[176,14,0,true,true,false],[177,23,0,true,false,false],[191,6,0,false,false,false],[195,78,0,true,true,false],[197,6,0,false,false,false],[207,25,0,true,true,false],[208,49,0,true,true,false],[209,28,0,true,true,false],[209,40,0,true,false,false],[209,42,0,true,true,false],[210,37,0,true,true,false],[223,18,0,true,false,false],[230,50,0,true,true,false],[235,14,0,true,true,false],[236,10,0,true,false,false],[237,6,0,false,false,false],[239,36,0,true,true,false],[240,16,0,true,true,false],[240,22,0,true,false,false],[241,9,0,true,true,false],[242,19,0,true,false,false],[243,9,0,true,true,false],[244,20,0,true,false,false],[245,9,0,true,true,false],[246,17,0,true,false,false],[247,9,0,true,true,false],[248,23,0,true,false,false],[249,10,0,true,true,false],[250,6,0,false,false,false],[252,36,0,true,true,false],[253,16,0,true,true,false],[253,22,0,true,false,false],[254,9,0,true,true,false],[255,36,0,true,false,false],[256,9,0,true,true,false],[257,32,0,true,false,false],[258,9,0,true,true,false],[259,44,0,true,false,false],[260,9,0,true,true,false],[261,20,0,true,false,false],[262,9,0,true,true,false],[263,21,0,true,false,false],[264,9,0,true,true,false],[265,34,0,true,false,false],[266,10,0,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":358,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":97,"covered":0,"notcovered":97,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift","mcdc_records":[],"segments":[[12,35,0,true,true,false],[13,20,0,true,true,false],[13,24,0,true,false,false],[14,13,0,true,true,false],[15,66,0,true,false,false],[16,13,0,true,true,false],[17,71,0,true,false,false],[18,13,0,true,true,false],[19,69,0,true,false,false],[20,13,0,true,true,false],[21,70,0,true,false,false],[22,13,0,true,true,false],[23,81,0,true,false,false],[24,14,0,true,true,false],[25,10,0,false,false,false],[28,40,0,true,true,false],[29,41,0,true,true,false],[29,51,0,true,true,false],[31,6,0,false,false,false],[33,42,0,true,true,false],[35,14,0,true,true,false],[37,10,0,true,false,false],[38,6,0,false,false,false],[40,46,0,true,true,false],[42,6,0,false,false,false],[44,38,0,true,true,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":33,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift","mcdc_records":[],"segments":[[18,33,0,true,true,false],[18,34,0,false,false,false],[20,25,0,true,true,false],[21,16,0,true,true,false],[24,10,0,true,false,false],[28,6,0,false,false,false],[30,55,0,true,true,false],[31,16,0,true,true,false],[31,21,0,true,false,false],[32,9,0,true,true,false],[33,18,0,true,false,false],[34,9,0,true,true,false],[35,18,0,true,false,false],[36,9,0,true,true,false],[37,21,0,true,false,false],[38,9,0,true,true,false],[39,23,0,true,false,false],[40,10,0,true,true,false],[41,6,0,false,false,false],[43,44,0,true,true,false],[53,6,0,false,false,false],[55,42,0,true,true,false],[57,90,0,true,true,false],[57,93,0,true,false,false],[57,96,0,true,true,false],[57,99,0,true,false,false],[59,6,0,false,false,false],[68,63,0,true,true,false],[75,6,0,false,false,false],[77,71,0,true,true,false],[80,6,0,false,false,false],[86,27,0,true,true,false],[86,29,0,false,false,false],[87,46,0,true,true,false],[91,6,0,false,false,false],[95,46,0,true,true,false],[99,6,0,false,false,false],[103,40,0,true,true,false],[103,80,0,false,false,false],[104,38,0,true,true,false],[104,66,0,false,false,false],[105,67,0,true,true,false],[108,6,0,false,false,false],[110,65,0,true,true,false],[113,6,0,false,false,false],[119,27,0,true,true,false],[119,29,0,false,false,false],[120,46,0,true,true,false],[130,6,0,false,false,false],[134,60,0,true,true,false],[136,6,0,false,false,false],[142,27,0,true,true,false],[142,28,0,false,false,false],[143,27,0,true,true,false],[143,31,0,false,false,false],[144,46,0,true,true,false],[147,24,0,true,true,false],[151,18,0,true,false,false],[158,6,0,false,false,false],[162,82,0,true,true,false],[164,6,0,false,false,false],[170,23,0,true,true,false],[170,35,0,false,false,false],[171,27,0,true,true,false],[171,28,0,false,false,false],[172,24,0,true,true,false],[172,28,0,false,false,false],[174,46,0,true,true,false],[178,24,0,true,true,false],[182,53,0,true,true,false],[182,57,0,true,false,false],[182,60,0,true,true,false],[182,64,0,true,false,false],[190,6,0,false,false,false],[196,5,0,true,true,false],[198,6,0,false,false,false],[204,23,0,true,true,false],[204,35,0,false,false,false],[205,27,0,true,true,false],[205,28,0,false,false,false],[207,46,0,true,true,false],[214,6,0,false,false,false],[218,92,0,true,true,false],[220,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[9,41,0,false,false,false],[11,37,0,true,true,false],[11,42,0,false,false,false],[12,43,0,true,true,false],[12,48,0,false,false,false],[15,25,0,true,true,false],[16,29,0,true,true,false],[17,16,0,true,true,false],[17,26,0,true,false,false],[17,27,0,true,true,false],[25,14,0,true,false,false],[25,20,0,true,true,false],[40,20,0,true,true,false],[40,29,0,true,false,false],[40,30,0,true,true,false],[43,18,0,true,false,false],[43,49,0,true,true,false],[47,18,0,true,true,false],[50,37,0,true,true,false],[51,38,0,true,true,false],[51,51,0,true,false,false],[56,48,0,true,true,false],[57,30,0,true,true,false],[57,58,0,true,false,false],[58,30,0,true,true,false],[59,42,0,true,true,false],[59,54,0,true,false,false],[59,57,0,true,true,false],[59,68,0,true,false,false],[67,53,0,true,true,false],[67,67,0,true,false,false],[67,70,0,true,true,false],[67,89,0,true,false,false],[69,14,0,true,true,false],[70,10,0,true,false,false],[74,35,0,true,true,false],[75,16,0,true,true,false],[75,24,0,true,false,false],[75,25,0,true,true,false],[75,43,0,true,false,false],[77,19,0,true,true,false],[78,16,0,true,true,false],[78,26,0,true,false,false],[78,27,0,true,true,false],[78,45,0,true,false,false],[80,6,0,false,false,false],[84,43,0,true,true,false],[85,31,0,true,true,false],[85,41,0,true,true,false],[87,29,0,true,true,false],[91,10,0,true,false,false],[95,29,0,true,true,false],[99,10,0,true,false,false],[100,6,0,false,false,false],[102,33,0,true,true,false],[103,38,0,true,true,false],[103,48,0,true,true,false],[105,37,0,true,true,false],[108,67,0,true,true,false],[110,14,0,true,false,false],[114,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":208,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift","mcdc_records":[],"segments":[[25,48,1,true,true,false],[25,50,0,false,false,false],[26,56,1,true,true,false],[26,58,0,false,false,false],[27,48,1,true,true,false],[27,50,0,false,false,false],[28,47,1,true,true,false],[28,83,0,false,false,false],[29,54,1,true,true,false],[29,56,0,false,false,false],[31,45,1,true,true,false],[31,52,0,false,false,false],[37,45,1,true,true,false],[37,50,0,false,false,false],[38,43,1,true,true,false],[38,45,0,false,false,false],[39,45,1,true,true,false],[39,47,0,false,false,false],[40,70,1,true,true,false],[40,72,0,false,false,false],[43,45,1,true,true,false],[43,50,0,false,false,false],[46,51,1,true,true,false],[46,56,0,false,false,false],[50,43,1,true,true,false],[50,51,0,false,false,false],[54,45,1,true,true,false],[54,50,0,false,false,false],[73,47,1,true,true,false],[75,6,0,false,false,false],[79,39,1,true,true,false],[82,6,0,false,false,false],[84,12,0,true,true,false],[86,6,0,false,false,false],[92,37,1,true,true,false],[93,37,1,true,true,false],[94,53,2,true,true,false],[95,46,0,true,true,false],[95,55,2,true,true,false],[97,14,1,true,true,false],[98,10,1,true,false,false],[99,6,0,false,false,false],[103,54,2,true,true,false],[107,40,0,true,true,false],[109,10,2,true,false,false],[122,68,0,true,true,false],[126,62,0,true,true,false],[126,66,0,true,false,false],[126,69,0,true,true,false],[126,72,0,true,false,false],[128,10,2,true,false,false],[128,16,2,true,true,false],[130,10,2,true,false,false],[137,46,0,true,true,false],[140,20,0,true,true,false],[140,25,0,true,false,false],[141,13,0,true,true,false],[155,73,0,true,true,false],[157,22,0,true,false,false],[158,91,0,true,true,false],[161,22,0,true,false,false],[164,13,0,true,true,false],[174,76,0,true,true,false],[176,22,0,true,false,false],[177,93,0,true,true,false],[178,30,0,true,true,false],[179,32,0,true,true,false],[180,71,0,true,true,false],[181,30,0,true,false,false],[181,37,0,true,true,false],[183,30,0,true,true,false],[185,26,0,true,false,false],[188,14,0,true,true,false],[189,10,2,true,false,false],[189,16,2,true,true,false],[192,10,2,true,true,false],[193,6,0,false,false,false],[195,41,0,true,true,false],[197,6,0,false,false,false],[203,64,0,true,true,false],[207,48,0,true,true,false],[207,63,0,true,false,false],[208,50,0,true,true,false],[208,62,0,true,false,false],[211,12,0,true,true,false],[211,58,0,true,false,false],[211,59,0,true,true,false],[212,16,0,true,true,false],[212,23,0,true,false,false],[212,24,0,true,true,false],[216,20,0,true,true,false],[216,26,0,true,false,false],[216,27,0,true,true,false],[218,18,0,true,false,false],[218,24,0,true,true,false],[220,18,0,true,false,false],[221,20,0,true,true,false],[224,14,0,true,false,false],[226,10,0,true,true,false],[229,12,0,true,true,false],[229,54,0,true,false,false],[229,55,0,true,true,false],[230,16,0,true,true,false],[230,23,0,true,false,false],[230,24,0,true,true,false],[232,14,0,true,false,false],[232,20,0,true,true,false],[234,14,0,true,false,false],[235,16,0,true,true,false],[236,16,0,true,true,false],[236,23,0,true,false,false],[236,24,0,true,true,false],[238,14,0,true,false,false],[238,20,0,true,true,false],[240,14,0,true,false,false],[242,6,0,false,false,false],[247,74,0,true,true,false],[253,23,0,true,true,false],[253,28,0,true,false,false],[255,12,0,true,true,false],[255,44,0,true,false,false],[255,45,0,true,true,false],[258,10,0,true,true,false],[263,103,0,true,true,false],[263,109,0,true,false,false],[263,112,0,true,true,false],[263,119,0,true,false,false],[265,12,0,true,true,false],[266,30,0,true,true,false],[268,16,0,true,true,false],[268,46,0,true,false,false],[268,47,0,true,true,false],[271,14,0,true,false,false],[271,20,0,true,true,false],[274,14,0,true,false,false],[275,17,0,true,true,false],[278,10,0,true,false,false],[279,6,0,false,false,false],[281,45,0,true,true,false],[283,6,0,false,false,false],[285,51,0,true,true,false],[287,12,0,true,true,false],[287,19,0,true,false,false],[287,20,0,true,true,false],[289,10,0,true,false,false],[289,16,0,true,true,false],[291,10,0,true,false,false],[292,6,0,false,false,false],[294,60,0,true,true,false],[296,38,0,true,true,false],[296,53,0,true,false,false],[297,46,0,true,true,false],[297,52,0,true,false,false],[298,12,0,true,true,false],[298,19,0,true,false,false],[298,20,0,true,true,false],[300,10,0,true,false,false],[300,16,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[305,64,0,true,true,false],[307,6,0,false,false,false],[309,67,0,true,true,false],[311,6,0,false,false,false],[313,73,0,true,true,false],[315,6,0,false,false,false],[317,75,0,true,true,false],[319,6,0,false,false,false],[321,74,0,true,true,false],[323,6,0,false,false,false],[325,87,0,true,true,false],[327,6,0,false,false,false],[329,73,0,true,true,false],[331,6,0,false,false,false],[333,87,0,true,true,false],[335,6,0,false,false,false],[337,103,0,true,true,false],[339,6,0,false,false,false],[341,87,0,true,true,false],[343,6,0,false,false,false],[345,83,0,true,true,false],[347,6,0,false,false,false],[349,87,0,true,true,false],[351,6,0,false,false,false],[354,50,0,true,true,false],[356,6,0,false,false,false],[358,42,0,true,true,false],[360,6,0,false,false,false],[362,59,0,true,true,false],[364,6,0,false,false,false],[366,40,0,true,true,false],[367,14,0,true,true,false],[367,51,0,true,false,false],[368,6,0,false,false,false],[372,5,0,true,true,false],[373,105,0,true,true,false],[374,6,0,false,false,false],[376,66,0,true,true,false],[378,6,0,false,false,false],[380,74,0,true,true,false],[382,6,0,false,false,false],[384,46,0,true,true,false],[385,49,0,true,true,false],[386,6,0,false,false,false],[388,40,0,true,true,false],[390,6,0,false,false,false],[392,28,1,true,true,false],[394,6,0,false,false,false],[398,45,0,true,true,false],[400,6,0,false,false,false],[402,31,0,true,true,false],[404,6,0,false,false,false],[406,56,0,true,true,false],[408,6,0,false,false,false],[410,65,0,true,true,false],[412,6,0,false,false,false],[414,65,0,true,true,false],[416,6,0,false,false,false],[418,66,0,true,true,false],[420,6,0,false,false,false],[424,68,0,true,true,false],[426,6,0,false,false,false],[428,67,0,true,true,false],[430,6,0,false,false,false],[434,57,0,true,true,false],[436,6,0,false,false,false],[440,94,0,true,true,false],[445,26,0,true,true,false],[447,42,0,true,true,false],[447,52,0,true,true,false],[449,10,0,true,false,false],[450,6,0,false,false,false],[452,70,0,true,true,false],[454,6,0,false,false,false],[456,68,0,true,true,false],[458,6,0,false,false,false],[463,64,0,true,true,false],[466,6,0,false,false,false],[471,14,0,true,true,false],[471,20,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":74,"covered":20,"percent":27.027027027027028},"instantiations":{"count":74,"covered":20,"percent":27.027027027027028},"lines":{"count":380,"covered":71,"percent":18.684210526315788},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":26,"notcovered":107,"percent":19.548872180451127}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift","mcdc_records":[],"segments":[[14,18,0,true,true,false],[14,24,0,false,false,false],[20,12,0,true,true,false],[21,91,0,true,true,false],[21,98,0,true,false,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[28,32,0,true,true,false],[41,14,0,true,false,false],[46,24,0,true,true,false],[47,37,0,true,true,false],[48,39,0,true,true,false],[50,22,0,true,false,false],[59,28,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[64,14,0,true,false,false],[74,6,0,false,false,false],[76,76,0,true,true,false],[79,12,0,true,true,false],[79,41,0,true,true,false],[79,65,0,true,false,false],[79,66,0,true,true,false],[102,10,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[118,25,0,true,true,false],[119,46,0,true,true,false],[125,53,0,true,true,false],[133,14,0,true,false,false],[139,6,0,false,false,false],[148,46,0,true,true,false],[149,102,0,true,true,false],[149,105,0,true,false,false],[153,51,0,true,true,false],[156,10,0,true,true,false],[159,42,0,true,false,false],[160,6,0,false,false,false],[163,30,0,true,true,false],[164,102,0,true,true,false],[164,105,0,true,false,false],[166,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":245,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,50,0,true,true,false],[30,32,0,true,true,false],[37,14,0,true,false,false],[40,6,0,false,false,false],[52,104,0,true,true,false],[56,6,0,false,false,false],[58,25,0,true,true,false],[59,49,0,true,true,false],[61,63,0,true,true,false],[64,14,0,true,false,false],[68,44,0,true,true,false],[70,14,0,true,false,false],[71,39,0,true,true,false],[73,14,0,true,false,false],[80,6,0,false,false,false],[90,25,0,true,true,false],[91,29,0,true,true,false],[97,10,0,true,false,false],[107,6,0,false,false,false],[116,25,0,true,true,false],[118,28,0,true,true,false],[119,32,0,true,true,false],[123,14,0,true,false,false],[125,32,0,true,true,false],[129,14,0,true,false,false],[141,6,0,false,false,false],[151,33,0,true,true,false],[151,56,0,false,false,false],[153,25,0,true,true,false],[154,16,0,true,true,false],[157,35,0,true,true,false],[157,58,0,true,false,false],[157,61,0,true,true,false],[157,72,0,true,false,false],[167,16,0,true,true,false],[167,25,0,true,false,false],[167,26,0,true,true,false],[168,24,0,true,true,false],[174,18,0,true,false,false],[175,14,0,true,true,false],[176,10,0,true,false,false],[179,18,0,true,true,false],[180,53,0,true,true,false],[181,42,0,true,true,false],[181,46,0,true,false,false],[181,49,0,true,true,false],[181,52,0,true,false,false],[184,6,0,false,false,false],[193,25,0,true,true,false],[194,16,0,true,true,false],[194,27,0,true,false,false],[195,9,0,true,true,false],[198,34,0,true,false,false],[199,9,0,true,true,false],[202,33,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[213,25,0,true,true,false],[214,28,0,true,true,false],[215,32,0,true,true,false],[231,26,0,true,true,false],[232,61,0,true,true,false],[233,50,0,true,true,false],[233,59,0,true,false,false],[233,62,0,true,true,false],[233,65,0,true,false,false],[247,20,0,true,true,false],[255,26,0,true,true,false],[256,61,0,true,true,false],[257,50,0,true,true,false],[257,57,0,true,false,false],[257,60,0,true,true,false],[257,63,0,true,false,false],[263,6,0,false,false,false],[273,33,0,true,true,false],[273,56,0,false,false,false],[275,25,0,true,true,false],[276,28,0,true,true,false],[277,16,0,true,true,false],[277,29,0,true,false,false],[277,30,0,true,true,false],[281,50,0,true,true,false],[281,60,0,true,false,false],[281,63,0,true,true,false],[281,73,0,true,false,false],[282,20,0,true,true,false],[285,50,0,true,true,false],[285,60,0,true,false,false],[285,63,0,true,true,false],[285,73,0,true,false,false],[293,35,0,true,true,false],[293,59,0,true,false,false],[293,62,0,true,true,false],[293,73,0,true,false,false],[295,18,0,true,true,false],[296,53,0,true,true,false],[297,42,0,true,true,false],[297,46,0,true,false,false],[297,49,0,true,true,false],[297,52,0,true,false,false],[300,6,0,false,false,false],[308,25,0,true,true,false],[309,29,0,true,true,false],[313,10,0,true,false,false],[314,6,0,false,false,false],[321,36,0,true,true,false],[321,41,0,false,false,false],[323,25,0,true,true,false],[329,11,0,true,true,false],[330,32,0,true,true,false],[336,14,0,true,false,false],[338,18,0,true,true,false],[338,36,0,true,false,false],[339,6,0,false,false,false],[346,36,0,true,true,false],[346,41,0,false,false,false],[348,33,0,true,true,false],[349,35,0,true,true,false],[349,38,0,true,false,false],[349,41,0,true,true,false],[349,44,0,true,false,false],[350,6,0,false,false,false],[352,33,0,true,true,false],[353,35,0,true,true,false],[353,38,0,true,false,false],[353,41,0,true,true,false],[353,44,0,true,false,false],[354,6,0,false,false,false],[356,25,0,true,true,false],[362,11,0,true,true,false],[363,32,0,true,true,false],[369,14,0,true,false,false],[371,18,0,true,true,false],[371,36,0,true,false,false],[372,6,0,false,false,false],[379,36,0,true,true,false],[379,41,0,false,false,false],[381,25,0,true,true,false],[387,11,0,true,true,false],[389,10,0,true,false,false],[390,18,0,true,true,false],[390,36,0,true,false,false],[391,6,0,false,false,false],[403,25,0,true,true,false],[404,28,0,true,true,false],[406,32,0,true,true,false],[409,50,0,true,true,false],[409,56,0,true,false,false],[409,59,0,true,true,false],[409,70,0,true,false,false],[413,47,0,true,true,false],[413,58,0,true,false,false],[413,61,0,true,true,false],[413,86,0,true,false,false],[428,81,0,true,true,false],[428,84,0,true,false,false],[428,87,0,true,true,false],[428,90,0,true,false,false],[432,57,0,true,true,false],[432,60,0,true,false,false],[432,63,0,true,true,false],[432,67,0,true,false,false],[434,34,0,true,true,false],[434,38,0,true,false,false],[434,41,0,true,true,false],[434,44,0,true,false,false],[436,6,0,false,false,false],[444,31,0,true,true,false],[444,36,0,false,false,false],[445,27,0,true,true,false],[445,35,0,false,false,false],[449,47,0,true,true,false],[449,49,0,false,false,false],[450,44,0,true,true,false],[450,45,0,false,false,false],[452,46,0,true,true,false],[452,47,0,false,false,false],[454,53,0,true,true,false],[454,56,0,false,false,false],[461,32,0,true,true,false],[462,20,0,true,true,false],[462,24,0,true,false,false],[463,13,0,true,true,false],[463,28,0,true,false,false],[464,13,0,true,true,false],[464,30,0,true,false,false],[465,13,0,true,true,false],[465,28,0,true,false,false],[466,14,0,true,true,false],[467,10,0,false,false,false],[469,31,0,true,true,false],[470,20,0,true,true,false],[470,24,0,true,false,false],[471,13,0,true,true,false],[471,28,0,true,false,false],[472,13,0,true,true,false],[472,30,0,true,false,false],[473,13,0,true,true,false],[473,28,0,true,false,false],[474,14,0,true,true,false],[475,10,0,false,false,false],[478,25,0,true,true,false],[479,28,0,true,true,false],[482,50,0,true,true,false],[482,56,0,true,false,false],[482,59,0,true,true,false],[482,64,0,true,false,false],[486,47,0,true,true,false],[486,52,0,true,false,false],[486,55,0,true,true,false],[486,74,0,true,false,false],[492,46,0,true,true,false],[492,49,0,true,false,false],[492,52,0,true,true,false],[492,55,0,true,false,false],[500,26,0,true,true,false],[504,14,0,true,true,false],[505,10,0,true,false,false],[506,19,0,true,true,false],[511,10,0,true,false,false],[512,28,0,true,true,false],[513,41,0,true,true,false],[513,51,0,true,true,false],[515,16,0,true,true,false],[515,28,0,true,false,false],[515,29,0,true,true,false],[517,14,0,true,false,false],[517,20,0,true,true,false],[521,58,0,true,true,false],[521,60,0,true,false,false],[521,63,0,true,true,false],[521,66,0,true,false,false],[526,79,0,true,true,false],[528,68,0,true,true,false],[530,22,0,true,false,false],[532,84,0,true,true,false],[534,73,0,true,true,false],[536,26,0,true,false,false],[541,6,0,false,false,false],[554,61,0,true,true,false],[555,16,0,true,true,false],[555,26,0,true,false,false],[556,9,0,true,true,false],[557,20,0,true,true,false],[557,24,0,true,false,false],[558,13,0,true,true,false],[558,31,0,true,false,false],[559,13,0,true,true,false],[559,32,0,true,false,false],[560,13,0,true,true,false],[560,34,0,true,false,false],[561,13,0,true,true,false],[561,35,0,true,false,false],[562,13,0,true,true,false],[562,28,0,true,false,false],[563,13,0,true,true,false],[563,29,0,true,false,false],[564,13,0,true,true,false],[564,32,0,true,false,false],[565,13,0,true,true,false],[565,30,0,true,false,false],[567,9,0,true,true,false],[568,20,0,true,true,false],[568,24,0,true,false,false],[569,13,0,true,true,false],[569,31,0,true,false,false],[570,13,0,true,true,false],[570,32,0,true,false,false],[571,13,0,true,true,false],[571,34,0,true,false,false],[572,13,0,true,true,false],[572,35,0,true,false,false],[573,13,0,true,true,false],[573,28,0,true,false,false],[574,13,0,true,true,false],[574,29,0,true,false,false],[575,13,0,true,true,false],[575,32,0,true,false,false],[576,13,0,true,true,false],[576,30,0,true,false,false],[578,10,0,true,true,false],[579,6,0,false,false,false],[581,23,0,true,true,false],[582,16,0,true,true,false],[582,20,0,true,false,false],[583,9,0,true,true,false],[583,34,0,true,false,false],[584,9,0,true,true,false],[584,36,0,true,false,false],[585,9,0,true,true,false],[585,40,0,true,false,false],[586,9,0,true,true,false],[586,42,0,true,false,false],[587,9,0,true,true,false],[587,27,0,true,false,false],[588,9,0,true,true,false],[588,29,0,true,false,false],[589,9,0,true,true,false],[589,35,0,true,false,false],[590,9,0,true,true,false],[590,31,0,true,false,false],[591,10,0,true,true,false],[592,6,0,false,false,false],[594,22,0,true,true,false],[595,16,0,true,true,false],[595,20,0,true,false,false],[596,9,0,true,true,false],[597,20,0,true,false,false],[598,9,0,true,true,false],[599,18,0,true,false,false],[600,9,0,true,true,false],[601,19,0,true,false,false],[602,10,0,true,true,false],[603,6,0,false,false,false],[610,40,0,true,true,false],[610,87,0,false,false,false],[612,25,0,true,true,false],[613,12,0,true,true,false],[613,26,0,true,false,false],[613,27,0,true,true,false],[614,32,0,true,true,false],[619,57,0,true,true,false],[627,18,0,true,false,false],[631,41,0,true,true,false],[632,127,0,true,true,false],[634,22,0,true,false,false],[650,10,0,true,true,false],[651,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":80,"covered":0,"percent":0},"instantiations":{"count":80,"covered":0,"percent":0},"lines":{"count":961,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":186,"covered":0,"notcovered":186,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift","mcdc_records":[],"segments":[[15,19,1,true,true,false],[15,21,0,false,false,false],[17,102,0,true,true,false],[24,6,0,false,false,false],[26,102,1,true,true,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":2,"percent":66.666666666666657},"instantiations":{"count":3,"covered":2,"percent":66.666666666666657},"lines":{"count":13,"covered":5,"percent":38.461538461538467},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":2,"notcovered":1,"percent":66.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift","mcdc_records":[],"segments":[[10,63,56,true,true,false],[12,10,0,false,false,false],[18,63,0,true,true,false],[30,14,0,true,true,false],[32,16,0,true,true,false],[33,31,0,true,true,false],[38,14,0,true,false,false],[38,21,0,true,true,false],[43,14,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[49,57,1028,true,true,false],[59,12,1028,true,true,false],[60,16,1028,true,true,false],[60,83,1028,true,false,false],[61,16,0,true,true,false],[61,58,1028,true,false,false],[62,9,1028,true,true,false],[65,10,0,true,true,false],[69,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":3,"percent":50},"instantiations":{"count":6,"covered":3,"percent":50},"lines":{"count":69,"covered":21,"percent":30.434782608695656},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":5,"notcovered":8,"percent":38.461538461538467}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift","mcdc_records":[],"segments":[[15,40,1,true,true,false],[19,104,1,true,true,false],[20,29,1,true,false,false],[21,9,0,true,true,false],[24,24,0,true,true,false],[24,98,0,true,true,false],[24,105,0,true,false,false],[27,24,0,true,true,false],[27,87,0,true,true,false],[27,90,0,true,false,false],[28,57,0,true,true,false],[28,66,0,true,false,false],[29,58,0,true,true,false],[29,101,0,true,false,false],[37,10,1,true,true,false],[40,97,1,true,true,false],[40,104,1,true,false,false],[41,84,1,true,true,false],[41,87,1,true,false,false],[50,6,0,false,false,false],[54,44,0,true,true,false],[55,42,0,true,true,false],[55,52,0,true,true,false],[64,27,0,true,true,false],[65,69,0,true,true,false],[65,81,0,true,true,false],[67,16,0,true,true,false],[72,18,0,true,true,false],[75,20,0,true,true,false],[75,35,0,true,false,false],[75,36,0,true,true,false],[83,18,0,true,true,false],[84,14,0,true,false,false],[84,21,0,true,true,false],[86,14,0,true,true,false],[87,10,0,true,true,false],[90,6,0,false,false,false],[93,45,0,true,true,false],[95,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":3,"percent":27.27272727272727},"instantiations":{"count":11,"covered":3,"percent":27.27272727272727},"lines":{"count":84,"covered":23,"percent":27.380952380952383},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":5,"notcovered":22,"percent":18.518518518518519}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift","mcdc_records":[],"segments":[[16,63,0,true,true,false],[18,6,0,false,false,false],[23,58,0,true,true,false],[23,87,0,false,false,false],[28,13,0,true,true,false],[28,57,0,false,false,false],[29,13,0,true,true,false],[29,68,0,false,false,false],[37,49,0,true,true,false],[37,73,0,false,false,false],[42,13,0,true,true,false],[42,49,0,false,false,false],[43,13,0,true,true,false],[43,60,0,false,false,false],[51,51,0,true,true,false],[51,89,0,false,false,false],[56,13,0,true,true,false],[56,51,0,false,false,false],[57,13,0,true,true,false],[57,62,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift","mcdc_records":[],"segments":[[11,30,1,true,true,false],[13,6,0,false,false,false],[17,44,1,true,true,false],[17,49,0,false,false,false],[23,33,38,true,true,false],[25,12,38,true,true,false],[25,42,38,true,false,false],[25,80,29,true,true,false],[27,10,9,true,true,false],[28,32,9,true,true,false],[28,54,38,true,false,false],[29,6,0,false,false,false],[32,60,0,true,true,false],[33,25,0,true,true,false],[33,54,0,true,false,false],[34,12,0,true,true,false],[34,30,0,true,false,false],[34,31,0,true,true,false],[35,18,0,true,true,false],[37,56,0,true,true,false],[37,66,0,true,true,false],[39,14,0,true,false,false],[41,6,0,false,false,false],[44,34,0,true,true,false],[45,25,0,true,true,false],[45,55,0,true,false,false],[46,6,0,false,false,false],[69,47,0,true,true,false],[70,12,0,true,true,false],[70,77,0,true,false,false],[70,78,0,true,true,false],[72,10,0,true,true,false],[73,72,0,true,false,false],[74,6,0,false,false,false],[76,62,0,true,true,false],[78,6,0,false,false,false],[82,47,0,true,true,false],[83,12,0,true,true,false],[83,84,0,true,false,false],[83,85,0,true,true,false],[85,10,0,true,true,false],[86,79,0,true,false,false],[87,6,0,false,false,false],[89,62,0,true,true,false],[91,6,0,false,false,false],[95,53,323,true,true,false],[96,12,323,true,true,false],[96,90,323,true,false,false],[96,91,0,true,true,false],[98,10,323,true,true,false],[99,85,323,true,false,false],[100,6,0,false,false,false],[102,68,18,true,true,false],[104,6,0,false,false,false],[107,54,153,true,true,false],[108,12,153,true,true,false],[108,91,153,true,false,false],[108,92,153,true,true,false],[110,10,0,true,true,false],[111,86,153,true,false,false],[112,6,0,false,false,false],[114,69,0,true,true,false],[116,6,0,false,false,false],[121,42,1,true,true,false],[122,12,1,true,true,false],[122,79,1,true,false,false],[122,80,1,true,true,false],[124,10,0,true,true,false],[125,74,1,true,false,false],[126,6,0,false,false,false],[128,57,0,true,true,false],[130,6,0,false,false,false],[136,51,0,true,true,false],[139,9,0,true,true,false],[141,10,0,true,true,false],[142,20,0,true,false,false],[143,6,0,false,false,false],[145,63,0,true,true,false],[147,6,0,false,false,false],[153,54,1031,true,true,false],[154,12,1031,true,true,false],[154,91,1031,true,false,false],[154,92,1031,true,true,false],[156,10,0,true,true,false],[157,86,1031,true,false,false],[158,6,0,false,false,false],[160,69,0,true,true,false],[162,6,0,false,false,false],[166,42,0,true,true,false],[167,12,0,true,true,false],[167,79,0,true,false,false],[167,80,0,true,true,false],[169,10,0,true,true,false],[170,74,0,true,false,false],[171,6,0,false,false,false],[173,57,0,true,true,false],[175,6,0,false,false,false],[189,29,0,true,true,false],[190,16,0,true,true,false],[190,20,0,true,false,false],[191,9,0,true,true,false],[191,44,0,true,false,false],[192,9,0,true,true,false],[192,36,0,true,false,false],[193,9,0,true,true,false],[193,25,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":9,"percent":34.615384615384613},"instantiations":{"count":26,"covered":9,"percent":34.615384615384613},"lines":{"count":113,"covered":35,"percent":30.973451327433626},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":20,"notcovered":41,"percent":32.786885245901637}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift","mcdc_records":[],"segments":[[124,59,0,true,true,false],[126,6,0,false,false,false],[133,56,31,true,true,false],[137,47,1,true,true,false],[139,10,30,true,true,false],[142,12,30,true,true,false],[142,33,30,true,false,false],[142,78,27,true,true,false],[144,10,3,true,true,false],[147,12,3,true,true,false],[147,33,3,true,false,false],[147,78,0,true,true,false],[149,10,3,true,true,false],[152,32,31,true,false,false],[153,6,0,false,false,false],[159,68,0,true,true,false],[161,37,0,true,true,false],[161,51,0,true,true,false],[167,36,0,true,true,false],[167,51,0,true,true,false],[167,60,0,true,false,false],[168,18,0,true,true,false],[168,29,0,true,false,false],[170,12,0,true,true,false],[170,27,0,true,false,false],[170,28,0,true,true,false],[176,16,0,true,true,false],[176,48,0,true,false,false],[176,49,0,true,true,false],[176,65,0,true,true,false],[177,16,0,true,true,false],[177,46,0,true,false,false],[177,47,0,true,true,false],[177,63,0,true,true,false],[180,43,0,true,true,false],[180,65,0,true,false,false],[181,37,0,true,true,false],[181,40,0,true,false,false],[181,43,0,true,true,false],[181,58,0,true,false,false],[182,10,0,true,true,false],[184,42,0,true,false,false],[185,6,0,false,false,false],[191,66,0,true,true,false],[193,12,0,true,true,false],[193,30,0,true,true,false],[193,42,0,true,false,false],[193,46,0,true,true,false],[193,57,0,true,false,false],[193,58,0,true,true,false],[195,10,0,true,true,false],[197,40,0,true,true,false],[199,10,0,true,true,false],[202,12,0,true,true,false],[202,26,0,true,false,false],[202,64,0,true,true,false],[204,10,0,true,true,false],[207,12,0,true,true,false],[207,26,0,true,false,false],[207,64,0,true,true,false],[209,10,0,true,true,false],[212,30,0,true,true,false],[212,33,0,true,false,false],[212,36,0,true,true,false],[212,39,0,true,false,false],[213,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":1,"percent":10},"instantiations":{"count":10,"covered":1,"percent":10},"lines":{"count":80,"covered":20,"percent":25},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":8,"notcovered":36,"percent":18.181818181818183}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift","mcdc_records":[],"segments":[[37,47,13,true,true,false],[37,49,0,false,false,false],[40,24,13,true,true,false],[40,32,0,false,false,false],[42,19,13,true,true,false],[42,21,0,false,false,false],[44,12,0,true,true,false],[46,6,0,false,false,false],[64,7,24,true,true,false],[74,6,0,false,false,false],[88,7,0,true,true,false],[89,53,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[100,29,0,true,true,false],[106,41,0,true,true,false],[108,10,0,true,true,false],[109,6,0,false,false,false],[115,59,0,true,true,false],[119,6,0,false,false,false],[122,35,0,true,true,false],[126,6,0,false,false,false],[135,64,0,true,true,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":4,"percent":36.363636363636367},"instantiations":{"count":11,"covered":4,"percent":36.363636363636367},"lines":{"count":48,"covered":14,"percent":29.166666666666668},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":4,"notcovered":9,"percent":30.76923076923077}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift","mcdc_records":[],"segments":[[13,73,0,true,true,false],[18,67,0,true,true,false],[20,10,0,true,true,false],[27,14,0,true,true,false],[29,10,0,true,true,false],[31,69,0,true,false,false],[32,6,0,false,false,false],[35,42,0,true,true,false],[37,68,0,true,true,false],[37,83,0,true,true,false],[38,76,0,true,false,false],[39,6,0,false,false,false],[43,46,0,true,true,false],[48,49,0,true,true,false],[51,10,0,true,true,false],[54,72,0,true,true,false],[57,10,0,true,true,false],[60,76,0,true,true,false],[63,10,0,true,true,false],[66,12,0,true,true,false],[66,40,0,true,false,false],[66,41,0,true,true,false],[68,10,0,true,false,false],[68,16,0,true,true,false],[76,16,0,true,true,false],[76,73,0,true,false,false],[76,74,0,true,true,false],[77,42,0,true,true,false],[79,18,0,true,false,false],[82,6,0,false,false,false],[85,70,0,true,true,false],[90,67,0,true,true,false],[92,10,0,true,true,false],[100,14,0,true,true,false],[102,10,0,true,true,false],[104,27,0,true,true,false],[104,59,0,true,false,false],[105,6,0,false,false,false],[110,44,0,true,true,false],[115,49,0,true,true,false],[115,59,0,true,true,false],[118,12,0,true,true,false],[118,28,0,true,false,false],[118,29,0,true,true,false],[120,10,0,true,false,false],[120,16,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[127,54,0,true,true,false],[128,9,0,false,true,false],[128,30,0,true,false,false],[142,16,0,true,true,false],[142,51,0,true,false,false],[142,52,0,true,true,false],[149,14,0,true,false,false],[150,9,0,false,true,false],[153,15,0,true,false,false],[154,6,0,false,false,false],[158,50,0,true,true,false],[159,9,0,false,true,false],[159,30,0,true,false,false],[172,16,0,true,true,false],[172,51,0,true,false,false],[172,52,0,true,true,false],[178,14,0,true,false,false],[179,9,0,false,true,false],[181,15,0,true,false,false],[182,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":148,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift","mcdc_records":[],"segments":[[10,20,1,true,true,false],[10,22,0,false,false,false],[13,26,125,true,true,false],[14,12,125,true,true,false],[14,42,125,true,false,false],[14,43,125,true,true,false],[17,10,0,true,true,false],[20,6,0,false,false,false],[23,27,1,true,true,false],[24,12,1,true,true,false],[24,42,1,true,false,false],[24,43,1,true,true,false],[27,10,0,true,true,false],[30,6,0,false,false,false],[33,27,13,true,true,false],[34,12,13,true,true,false],[34,42,13,true,false,false],[34,43,13,true,true,false],[37,10,0,true,true,false],[40,6,0,false,false,false],[43,29,0,true,true,false],[44,12,0,true,true,false],[44,42,0,true,false,false],[44,43,0,true,true,false],[47,10,0,true,true,false],[51,6,0,false,false,false],[54,31,0,true,true,false],[55,12,0,true,true,false],[55,42,0,true,false,false],[55,43,0,true,true,false],[58,10,0,true,true,false],[61,6,0,false,false,false],[66,29,0,true,true,false],[67,12,0,true,true,false],[67,42,0,true,false,false],[67,43,0,true,true,false],[70,10,0,true,true,false],[74,6,0,false,false,false],[77,31,0,true,true,false],[78,12,0,true,true,false],[78,42,0,true,false,false],[78,43,0,true,true,false],[81,10,0,true,true,false],[85,6,0,false,false,false],[90,33,0,true,true,false],[91,12,0,true,true,false],[91,42,0,true,false,false],[91,43,0,true,true,false],[94,10,0,true,true,false],[98,6,0,false,false,false],[101,33,0,true,true,false],[102,12,0,true,true,false],[102,42,0,true,false,false],[102,43,0,true,true,false],[105,10,0,true,true,false],[109,6,0,false,false,false],[112,69,0,true,true,false],[113,53,0,true,true,false],[116,10,0,true,true,false],[119,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":4,"percent":36.363636363636367},"instantiations":{"count":11,"covered":4,"percent":36.363636363636367},"lines":{"count":86,"covered":16,"percent":18.604651162790699},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":10,"notcovered":30,"percent":25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift","mcdc_records":[],"segments":[[12,20,0,true,true,false],[14,6,0,false,false,false],[16,32,0,true,true,false],[23,6,0,false,false,false],[26,29,0,true,true,false],[27,45,0,true,true,false],[30,10,0,true,true,false],[32,34,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[39,27,0,true,true,false],[40,43,0,true,true,false],[43,10,0,true,true,false],[45,34,0,true,true,false],[48,10,0,true,false,false],[49,6,0,false,false,false],[52,23,0,true,true,false],[56,63,0,true,true,false],[58,10,0,true,false,false],[59,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift","mcdc_records":[],"segments":[[23,51,36,true,true,false],[26,10,0,false,false,false],[40,81,278,true,true,false],[41,63,0,true,true,false],[41,76,278,true,false,false],[46,68,0,true,true,false],[46,88,278,true,false,false],[52,100,0,true,true,false],[53,30,0,true,true,false],[53,77,0,true,false,false],[56,10,278,true,true,false],[60,75,0,true,true,false],[60,94,278,true,false,false],[62,36,8,true,true,false],[63,50,0,true,true,false],[63,62,8,true,true,false],[67,61,18,true,true,false],[67,112,8,true,false,false],[69,16,8,true,true,false],[69,29,8,true,false,false],[69,30,8,true,true,false],[70,83,0,true,true,false],[70,87,8,true,false,false],[70,94,0,true,true,false],[70,121,8,true,false,false],[73,10,278,true,true,false],[81,123,0,true,true,false],[82,30,0,true,true,false],[82,76,0,true,false,false],[85,10,278,true,true,false],[88,74,0,true,true,false],[88,92,278,true,false,false],[90,35,15,true,true,false],[91,50,0,true,true,false],[91,62,15,true,true,false],[97,100,0,true,true,false],[98,34,0,true,true,false],[98,72,0,true,false,false],[101,14,15,true,true,false],[104,55,0,true,true,false],[104,72,15,true,false,false],[106,42,28,true,true,false],[107,58,0,true,true,false],[107,70,28,true,true,false],[111,65,60,true,true,false],[111,116,28,true,false,false],[113,20,28,true,true,false],[113,33,28,true,false,false],[113,34,28,true,true,false],[114,86,0,true,true,false],[114,90,28,true,false,false],[114,97,0,true,true,false],[114,124,28,true,false,false],[117,14,15,true,true,false],[118,10,278,true,true,false],[121,59,0,true,true,false],[121,74,278,true,false,false],[125,35,36,true,true,false],[127,16,36,true,true,false],[127,35,36,true,false,false],[127,36,28,true,true,false],[130,14,36,true,false,false],[130,20,8,true,true,false],[131,73,0,true,true,false],[131,86,8,true,false,false],[132,14,36,true,false,false],[133,10,278,true,true,false],[135,54,0,true,true,false],[135,75,278,true,false,false],[137,6,0,false,false,false],[140,72,278,true,true,false],[144,86,29843,true,true,false],[148,16,29843,true,true,false],[148,40,29843,true,false,false],[148,41,1237,true,true,false],[150,14,29843,true,false,false],[151,16,29843,true,true,false],[151,30,29843,true,false,false],[151,31,6180,true,true,false],[152,20,6180,true,true,false],[152,44,6180,true,false,false],[152,45,1237,true,true,false],[154,18,6180,true,false,false],[156,14,23663,true,true,false],[159,65,9205,true,true,false],[161,14,23663,true,false,false],[164,10,278,true,true,false],[166,22,278,true,false,false],[167,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":5,"percent":25},"instantiations":{"count":20,"covered":5,"percent":25},"lines":{"count":147,"covered":123,"percent":83.673469387755105},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":36,"notcovered":21,"percent":63.157894736842103}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift","mcdc_records":[],"segments":[[6,30,0,true,true,false],[8,6,0,false,false,false],[12,44,0,true,true,false],[12,49,0,false,false,false],[18,40,0,true,true,false],[20,12,0,true,true,false],[20,42,0,true,false,false],[20,80,0,true,true,false],[22,10,0,true,true,false],[23,32,0,true,true,false],[23,54,0,true,false,false],[24,6,0,false,false,false],[27,67,0,true,true,false],[28,25,0,true,true,false],[28,54,0,true,false,false],[29,12,0,true,true,false],[29,30,0,true,false,false],[29,31,0,true,true,false],[30,78,0,true,true,false],[31,37,0,true,true,false],[31,47,0,true,true,false],[32,20,0,true,true,false],[32,37,0,true,false,false],[32,38,0,true,true,false],[34,18,0,true,false,false],[37,6,0,false,false,false],[40,41,0,true,true,false],[41,25,0,true,true,false],[41,55,0,true,false,false],[42,6,0,false,false,false],[54,47,0,true,true,false],[55,12,0,true,true,false],[55,77,0,true,false,false],[55,78,0,true,true,false],[57,10,0,true,true,false],[58,72,0,true,false,false],[59,6,0,false,false,false],[61,62,0,true,true,false],[63,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift","mcdc_records":[],"segments":[[33,45,183,true,true,false],[35,10,0,false,false,false],[38,50,61,true,true,false],[40,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":6,"covered":6,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":2,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift","mcdc_records":[],"segments":[[56,88,3,true,true,false],[60,10,0,false,false,false],[62,40,0,true,true,false],[65,10,0,false,false,false],[154,42,48,true,true,false],[155,16,48,true,true,false],[155,20,48,true,false,false],[156,9,23,true,true,false],[157,49,48,true,false,false],[158,9,5,true,true,false],[159,43,48,true,false,false],[160,9,5,true,true,false],[161,46,48,true,false,false],[162,9,4,true,true,false],[163,42,48,true,false,false],[164,9,4,true,true,false],[165,49,48,true,false,false],[166,9,5,true,true,false],[167,48,48,true,false,false],[168,9,2,true,true,false],[169,43,48,true,false,false],[170,10,48,true,true,false],[171,6,0,false,false,false],[173,39,3,true,true,false],[174,16,3,true,true,false],[174,20,3,true,false,false],[175,9,1,true,true,false],[176,45,3,true,false,false],[177,9,1,true,true,false],[178,49,3,true,false,false],[179,9,1,true,true,false],[180,50,3,true,false,false],[181,9,0,true,true,false],[182,44,3,true,false,false],[183,9,0,true,true,false],[184,48,3,true,false,false],[185,9,0,true,true,false],[186,54,3,true,false,false],[187,9,0,true,true,false],[188,39,3,true,false,false],[189,10,3,true,true,false],[190,6,0,false,false,false],[192,44,10,true,true,false],[193,16,10,true,true,false],[193,20,10,true,false,false],[194,9,1,true,true,false],[195,79,10,true,false,false],[196,9,1,true,true,false],[197,76,10,true,false,false],[198,9,2,true,true,false],[199,85,10,true,false,false],[200,9,1,true,true,false],[201,88,10,true,false,false],[202,9,1,true,true,false],[203,72,10,true,false,false],[204,9,1,true,true,false],[205,73,10,true,false,false],[206,9,1,true,true,false],[207,80,10,true,false,false],[208,9,1,true,true,false],[209,60,10,true,false,false],[210,9,1,true,true,false],[211,74,10,true,false,false],[212,9,0,true,true,false],[213,16,10,true,false,false],[214,10,10,true,true,false],[215,6,0,false,false,false],[220,36,17,true,true,false],[221,16,17,true,true,false],[221,20,17,true,false,false],[222,9,9,true,true,false],[228,17,17,true,false,false],[229,9,6,true,true,false],[232,18,17,true,false,false],[233,9,2,true,true,false],[234,18,17,true,false,false],[235,10,17,true,true,false],[236,6,0,false,false,false],[239,42,8,true,true,false],[240,16,8,true,true,false],[240,20,8,true,false,false],[241,9,3,true,true,false],[245,17,8,true,false,false],[246,9,4,true,true,false],[248,18,8,true,false,false],[249,9,1,true,true,false],[250,17,8,true,false,false],[251,10,8,true,true,false],[252,6,0,false,false,false],[256,87,23,true,true,false],[257,16,23,true,true,false],[257,21,23,true,false,false],[258,9,4,true,true,false],[259,52,23,true,false,false],[260,9,13,true,true,false],[261,54,23,true,false,false],[262,9,0,true,true,false],[263,54,23,true,false,false],[264,9,4,true,true,false],[265,81,23,true,false,false],[266,9,0,true,true,false],[267,54,23,true,false,false],[268,9,0,true,true,false],[269,60,23,true,false,false],[270,9,0,true,true,false],[271,49,23,true,false,false],[272,9,0,true,true,false],[273,55,23,true,false,false],[274,9,0,true,true,false],[275,48,23,true,false,false],[276,9,2,true,true,false],[277,25,2,true,true,false],[279,14,2,true,false,false],[279,20,0,true,true,false],[281,14,23,true,false,false],[282,9,0,true,true,false],[283,44,23,true,false,false],[284,9,0,true,true,false],[285,58,23,true,false,false],[286,9,0,true,true,false],[287,56,23,true,false,false],[288,9,0,true,true,false],[289,58,0,true,true,false],[289,71,0,true,false,false],[289,98,23,true,false,false],[290,10,23,true,true,false],[291,6,0,false,false,false],[293,75,5,true,true,false],[294,16,5,true,true,false],[294,21,5,true,false,false],[295,9,2,true,true,false],[296,46,5,true,false,false],[297,9,0,true,true,false],[298,54,5,true,false,false],[299,9,0,true,true,false],[300,61,5,true,false,false],[301,9,1,true,true,false],[302,37,5,true,false,false],[303,9,0,true,true,false],[304,41,5,true,false,false],[305,9,0,true,true,false],[306,53,5,true,false,false],[307,9,0,true,true,false],[308,55,5,true,false,false],[309,9,0,true,true,false],[310,37,5,true,false,false],[311,9,2,true,true,false],[312,60,5,true,false,false],[313,9,0,true,true,false],[314,35,5,true,false,false],[315,10,5,true,true,false],[316,6,0,false,false,false],[318,81,5,true,true,false],[319,16,5,true,true,false],[319,21,5,true,false,false],[320,9,2,true,true,false],[321,51,5,true,false,false],[322,9,2,true,true,false],[323,54,5,true,false,false],[324,9,0,true,true,false],[325,48,5,true,false,false],[326,9,0,true,true,false],[327,54,5,true,false,false],[328,9,1,true,true,false],[329,58,5,true,false,false],[330,9,0,true,true,false],[331,58,5,true,false,false],[332,9,0,true,true,false],[333,60,5,true,false,false],[334,9,0,true,true,false],[335,68,5,true,false,false],[336,10,5,true,true,false],[337,6,0,false,false,false],[339,73,4,true,true,false],[340,16,4,true,true,false],[340,21,4,true,false,false],[341,9,1,true,true,false],[342,41,4,true,false,false],[343,9,0,true,true,false],[344,41,4,true,false,false],[345,9,0,true,true,false],[346,49,4,true,false,false],[347,9,0,true,true,false],[348,49,4,true,false,false],[349,9,1,true,true,false],[350,40,4,true,false,false],[351,9,0,true,true,false],[352,31,4,true,false,false],[353,9,2,true,true,false],[354,43,4,true,false,false],[355,10,4,true,true,false],[356,6,0,false,false,false],[358,87,4,true,true,false],[359,16,4,true,true,false],[359,21,4,true,false,false],[360,9,2,true,true,false],[361,36,4,true,false,false],[362,9,0,true,true,false],[363,47,4,true,false,false],[364,9,0,true,true,false],[365,34,4,true,false,false],[366,9,0,true,true,false],[367,43,4,true,false,false],[368,9,1,true,true,false],[369,32,4,true,false,false],[370,9,1,true,true,false],[371,47,4,true,false,false],[372,9,0,true,true,false],[373,43,4,true,false,false],[374,9,0,true,true,false],[375,39,4,true,false,false],[376,9,0,true,true,false],[377,45,4,true,false,false],[378,10,4,true,true,false],[379,6,0,false,false,false],[381,85,5,true,true,false],[382,16,5,true,true,false],[382,21,5,true,false,false],[383,9,2,true,true,false],[384,65,5,true,false,false],[385,9,0,true,true,false],[386,34,5,true,false,false],[387,9,0,true,true,false],[388,42,5,true,false,false],[389,9,2,true,true,false],[390,66,5,true,false,false],[391,9,1,true,true,false],[392,48,5,true,false,false],[393,10,5,true,true,false],[394,6,0,false,false,false],[396,75,2,true,true,false],[397,16,2,true,true,false],[397,21,2,true,false,false],[398,9,1,true,true,false],[399,49,2,true,false,false],[400,9,1,true,true,false],[401,42,2,true,false,false],[402,9,0,true,true,false],[403,45,2,true,false,false],[404,10,2,true,true,false],[405,6,0,false,false,false],[412,68,1,true,true,false],[414,6,0,false,false,false],[417,70,1,true,true,false],[419,6,0,false,false,false],[422,54,1,true,true,false],[424,6,0,false,false,false],[427,56,1,true,true,false],[429,6,0,false,false,false],[432,41,1,true,true,false],[434,6,0,false,false,false],[437,67,1,true,true,false],[439,6,0,false,false,false],[445,74,4,true,true,false],[446,16,4,true,true,false],[446,26,4,true,false,false],[447,9,3,true,true,false],[448,19,4,true,false,false],[449,9,0,true,true,false],[450,19,4,true,false,false],[451,9,0,true,true,false],[452,19,4,true,false,false],[453,9,0,true,true,false],[454,19,4,true,false,false],[455,9,0,true,true,false],[456,19,4,true,false,false],[457,9,0,true,true,false],[458,19,4,true,false,false],[459,9,0,true,true,false],[460,19,4,true,false,false],[461,9,1,true,true,false],[462,18,4,true,false,false],[463,10,4,true,true,false],[464,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":20,"percent":90.909090909090907},"instantiations":{"count":22,"covered":20,"percent":90.909090909090907},"lines":{"count":283,"covered":230,"percent":81.272084805653705},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":144,"covered":95,"notcovered":49,"percent":65.972222222222214}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift","mcdc_records":[],"segments":[[12,55,29301,true,true,false],[14,6,0,false,false,false],[17,49,2,true,true,false],[18,9,0,false,true,false],[18,18,2,true,false,false],[20,9,0,false,true,false],[22,15,2,true,false,false],[23,6,0,false,false,false],[31,35,2,true,true,false],[31,50,0,false,false,false],[32,36,2,true,true,false],[32,37,0,false,false,false],[33,35,2,true,true,false],[33,38,0,false,false,false],[34,47,2,true,true,false],[34,50,0,false,false,false],[38,29,2,true,true,false],[38,37,0,false,false,false],[40,51,29299,true,true,false],[44,6,0,false,false,false],[46,64,0,true,true,false],[50,6,0,false,false,false],[58,31,2,true,true,false],[58,50,0,false,false,false],[59,33,78090,true,true,false],[61,6,0,false,false,false],[64,43,2,true,true,false],[64,45,0,false,false,false],[65,31,2,true,true,false],[65,88,0,false,false,false],[71,7,2,true,true,false],[76,9,0,true,true,false],[78,10,2,true,false,false],[78,16,2,true,true,false],[79,49,2,true,true,false],[79,80,2,true,false,false],[83,9,0,false,true,false],[83,18,2,true,false,false],[84,65,2,true,true,false],[84,69,2,true,false,false],[85,9,0,false,true,false],[87,15,2,true,false,false],[92,9,0,true,true,false],[94,10,2,true,false,false],[96,9,0,true,true,false],[98,10,2,true,false,false],[98,16,2,true,true,false],[100,10,2,true,false,false],[106,12,2,true,true,false],[111,14,2,true,true,false],[112,10,2,true,false,false],[112,17,0,true,true,false],[118,10,2,true,true,false],[121,34,2,true,true,false],[122,105,10,true,true,false],[125,14,2,true,false,false],[127,6,0,false,false,false],[130,55,0,true,true,false],[131,27,0,true,true,false],[133,10,0,true,false,false],[134,6,0,false,false,false],[137,59,0,true,true,false],[138,39,0,true,true,false],[138,49,0,true,true,false],[139,26,0,true,true,false],[141,16,0,true,true,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[147,21,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,6,0,false,false,false],[155,49,0,true,true,false],[156,26,0,true,true,false],[156,42,0,true,false,false],[157,6,0,false,false,false],[159,12,0,true,true,false],[162,6,0,false,false,false],[173,7,29299,true,true,false],[175,69,0,true,true,false],[177,10,29299,true,true,false],[185,12,29299,true,true,false],[185,32,29299,true,false,false],[185,33,29300,true,true,false],[187,10,29299,true,false,false],[190,27,19519,true,true,false],[192,10,29299,true,false,false],[193,6,0,false,false,false],[198,7,0,true,true,false],[200,6,0,false,false,false],[204,7,1668,true,true,false],[206,6,0,false,false,false],[210,7,116,true,true,false],[212,6,0,false,false,false],[216,7,140,true,true,false],[218,6,0,false,false,false],[222,7,44,true,true,false],[224,6,0,false,false,false],[228,64,29301,true,true,false],[229,16,29301,true,true,false],[229,21,29301,true,false,false],[230,9,0,true,true,false],[230,29,29301,true,false,false],[231,9,1668,true,true,false],[231,29,29301,true,false,false],[232,9,27449,true,true,false],[232,27,29301,true,false,false],[233,9,140,true,true,false],[233,27,29301,true,false,false],[234,9,44,true,true,false],[234,29,29301,true,false,false],[235,10,29301,true,true,false],[236,6,0,false,false,false],[239,31,27,true,true,false],[240,27,23,true,true,false],[242,10,27,true,false,false],[243,6,0,false,false,false],[247,38,23,true,true,false],[248,43,23,true,true,false],[248,53,0,true,true,false],[257,59,0,true,true,false],[257,69,0,true,true,false],[260,12,0,true,true,false],[260,59,0,true,false,false],[260,60,0,true,true,false],[262,16,0,true,true,false],[263,93,0,true,true,false],[267,14,0,true,false,false],[267,21,0,true,true,false],[270,14,0,true,true,false],[271,10,0,true,false,false],[271,16,0,true,true,false],[274,10,0,true,true,false],[275,6,0,false,false,false],[278,61,19519,true,true,false],[283,59,0,true,true,false],[283,69,19519,true,true,false],[286,12,19519,true,true,false],[286,59,19519,true,false,false],[286,60,19515,true,true,false],[288,16,19515,true,true,false],[289,93,19515,true,true,false],[293,14,19515,true,false,false],[293,21,0,true,true,false],[296,14,19515,true,true,false],[297,10,19519,true,false,false],[297,16,4,true,true,false],[300,10,19519,true,true,false],[301,6,0,false,false,false],[303,35,19519,true,true,false],[304,68,2,true,true,false],[304,78,19517,true,true,false],[306,12,19517,true,true,false],[307,87,19517,true,true,false],[308,57,0,true,true,false],[308,58,19517,true,false,false],[310,16,19517,true,true,false],[310,38,19517,true,false,false],[310,39,0,true,true,false],[312,14,19517,true,false,false],[313,17,0,true,true,false],[316,10,19517,true,true,false],[317,6,0,false,false,false],[319,35,0,true,true,false],[324,12,0,true,true,false],[324,56,0,true,false,false],[324,57,0,true,true,false],[326,10,0,true,false,false],[329,76,0,true,true,false],[333,16,0,true,true,false],[333,55,0,true,false,false],[333,56,0,true,true,false],[335,14,0,true,false,false],[336,10,0,true,true,false],[339,12,0,true,true,false],[339,51,0,true,false,false],[339,52,0,true,true,false],[341,10,0,true,false,false],[344,6,0,false,false,false],[348,44,5,true,true,false],[349,68,0,true,true,false],[349,80,5,true,true,false],[351,12,5,true,true,false],[352,87,5,true,true,false],[353,49,0,true,true,false],[353,50,5,true,false,false],[354,17,0,true,true,false],[356,10,5,true,false,false],[357,6,0,false,false,false],[359,42,1,true,true,false],[362,46,2,true,true,false],[364,16,2,true,true,false],[364,66,2,true,false,false],[364,67,0,true,true,false],[365,20,0,true,true,false],[366,98,0,true,true,false],[367,63,0,true,true,false],[367,64,0,true,false,false],[368,25,0,true,true,false],[370,18,0,true,true,false],[371,14,2,true,true,false],[372,10,1,true,true,false],[374,25,1,true,false,false],[375,6,0,false,false,false],[377,32,3,true,true,false],[378,27,2,true,true,false],[386,16,2,true,true,false],[386,60,2,true,false,false],[386,61,2,true,true,false],[388,14,2,true,false,false],[391,52,4,true,true,false],[393,20,4,true,true,false],[393,62,4,true,false,false],[393,63,0,true,true,false],[395,18,4,true,false,false],[396,14,2,true,true,false],[399,10,3,true,false,false],[400,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":33,"percent":71.739130434782609},"instantiations":{"count":46,"covered":33,"percent":71.739130434782609},"lines":{"count":363,"covered":228,"percent":62.809917355371901},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":74,"notcovered":56,"percent":56.92307692307692}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift","mcdc_records":[],"segments":[[20,79,2,true,true,false],[23,37,0,true,true,false],[23,78,2,true,false,false],[24,10,0,false,false,false],[26,35,1,true,true,false],[28,22,3,true,true,false],[28,76,1,true,false,false],[29,25,3,true,true,false],[29,40,1,true,false,false],[30,16,1,true,true,false],[30,31,1,true,false,false],[30,32,0,true,true,false],[32,14,1,true,true,false],[33,64,1,true,false,false],[34,10,0,false,false,false],[43,73,1,true,true,false],[47,10,0,false,false,false],[56,75,1,true,true,false],[57,12,1,true,true,false],[57,51,1,true,false,false],[57,52,0,true,true,false],[59,10,1,true,false,false],[59,16,1,true,true,false],[61,10,1,true,false,false],[62,6,0,false,false,false],[71,78,0,true,true,false],[74,6,0,false,false,false],[77,56,1,true,true,false],[82,6,0,false,false,false],[88,68,0,true,true,false],[100,12,0,true,true,false],[101,27,0,true,true,false],[105,65,0,true,true,false],[105,67,0,true,false,false],[108,16,0,true,true,false],[108,23,0,true,false,false],[108,24,0,true,true,false],[110,14,0,true,false,false],[110,20,0,true,true,false],[112,14,0,true,false,false],[115,17,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[123,89,1,true,true,false],[145,12,1,true,true,false],[146,27,1,true,true,false],[150,65,0,true,true,false],[150,67,1,true,false,false],[153,16,1,true,true,false],[153,23,1,true,false,false],[153,24,0,true,true,false],[155,14,1,true,false,false],[155,20,1,true,true,false],[157,14,1,true,false,false],[160,17,0,true,true,false],[164,10,1,true,false,false],[165,6,0,false,false,false],[168,75,1,true,true,false],[173,6,0,false,false,false],[180,92,0,true,true,false],[183,6,0,false,false,false],[186,97,0,true,true,false],[189,6,0,false,false,false],[192,71,0,true,true,false],[195,6,0,false,false,false],[198,76,0,true,true,false],[201,6,0,false,false,false],[204,87,0,true,true,false],[207,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":9,"percent":47.368421052631575},"instantiations":{"count":19,"covered":9,"percent":47.368421052631575},"lines":{"count":143,"covered":76,"percent":53.146853146853147},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":17,"notcovered":20,"percent":45.945945945945951}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift","mcdc_records":[],"segments":[[26,90,108,true,true,false],[31,6,0,false,false,false],[43,20,1,true,true,false],[43,22,0,false,false,false],[57,37,30,true,true,false],[59,42,0,true,true,false],[59,46,30,true,false,false],[74,60,1,true,true,false],[75,39,0,true,true,false],[75,49,1,true,true,false],[77,10,30,true,false,false],[79,65,30,true,true,false],[80,55,30,true,true,false],[84,43,28,true,true,false],[91,79,0,true,true,false],[91,81,28,true,false,false],[92,79,0,true,true,false],[92,81,28,true,false,false],[102,24,28,true,true,false],[102,38,28,true,false,false],[102,39,1,true,true,false],[106,22,28,true,false,false],[106,28,27,true,true,false],[110,22,28,true,false,false],[113,18,30,true,false,false],[116,47,30,true,true,false],[117,24,30,true,true,false],[118,99,0,true,true,false],[119,22,30,true,false,false],[119,29,30,true,true,false],[122,22,0,true,true,false],[125,24,0,true,true,false],[127,22,0,true,false,false],[127,23,0,true,true,false],[131,22,0,true,false,false],[132,18,30,true,false,false],[135,20,30,true,true,false],[136,35,28,true,true,false],[137,18,30,true,false,false],[137,25,2,true,true,false],[143,18,30,true,true,false],[144,14,27,true,true,false],[145,10,30,true,false,false],[145,22,1,true,true,false],[149,10,30,true,false,false],[150,6,0,false,false,false],[156,59,4,true,true,false],[157,12,4,true,true,false],[158,92,4,true,true,false],[160,16,4,true,true,false],[160,36,4,true,false,false],[160,37,4,true,true,false],[162,14,0,true,true,false],[163,16,0,true,true,false],[163,36,0,true,false,false],[163,37,0,true,true,false],[166,14,0,true,true,false],[170,25,0,true,true,false],[170,40,0,true,false,false],[171,29,0,true,true,false],[171,79,0,true,false,false],[172,24,4,true,false,false],[173,17,0,true,true,false],[176,10,4,true,false,false],[177,6,0,false,false,false],[186,97,15,true,true,false],[190,6,0,false,false,false],[196,31,30,true,true,false],[196,84,0,false,false,false],[197,30,30,true,true,false],[197,35,0,false,false,false],[202,85,30,true,true,false],[203,26,30,true,true,false],[205,10,30,true,false,false],[206,6,0,false,false,false],[209,68,31,true,true,false],[210,26,31,true,true,false],[211,36,1,true,true,false],[211,52,30,true,true,false],[215,24,31,true,false,false],[217,6,0,false,false,false],[227,38,0,true,true,false],[228,16,0,true,true,false],[228,20,0,true,false,false],[229,9,0,true,true,false],[230,69,0,true,false,false],[231,9,0,true,true,false],[232,78,0,true,false,false],[233,9,0,true,true,false],[234,61,0,true,false,false],[235,10,0,true,true,false],[236,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":17,"percent":73.91304347826086},"instantiations":{"count":23,"covered":17,"percent":73.91304347826086},"lines":{"count":357,"covered":319,"percent":89.355742296918777},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":34,"notcovered":21,"percent":61.818181818181813}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift","mcdc_records":[],"segments":[[6,44,1996,true,true,false],[8,12,1996,true,true,false],[8,50,1996,true,false,false],[8,51,1996,true,true,false],[10,10,0,true,true,false],[14,12,0,true,true,false],[15,16,0,true,true,false],[15,73,0,true,false,false],[16,9,0,true,true,false],[18,10,0,true,true,false],[21,12,0,true,true,false],[21,68,0,true,false,false],[21,69,0,true,true,false],[23,10,0,true,true,false],[27,12,0,true,true,false],[27,74,0,true,false,false],[27,75,0,true,true,false],[29,10,0,true,true,false],[33,12,0,true,true,false],[33,46,0,true,true,false],[33,89,0,true,false,false],[34,16,0,true,true,false],[34,50,0,true,false,false],[35,9,0,true,true,false],[37,10,0,true,true,false],[41,12,0,true,true,false],[42,16,0,true,true,false],[42,100,0,true,false,false],[43,9,0,true,true,false],[45,10,0,true,true,false],[51,99,0,true,true,false],[53,10,0,true,true,false],[55,21,1996,true,false,false],[56,6,0,false,false,false],[63,13,0,true,true,false],[67,10,0,false,false,false],[68,13,0,true,true,false],[72,10,0,false,false,false],[76,55,95,true,true,false],[80,12,95,true,true,false],[80,25,95,true,false,false],[80,26,0,true,true,false],[82,10,95,true,true,false],[84,12,95,true,true,false],[84,35,95,true,false,false],[84,36,0,true,true,false],[86,10,95,true,true,false],[87,30,95,true,false,false],[88,6,0,false,false,false],[108,53,97,true,true,false],[110,83,97,true,true,false],[111,16,97,true,true,false],[111,31,97,true,false,false],[111,32,0,true,true,false],[113,20,0,true,true,false],[113,34,0,true,false,false],[113,35,0,true,true,false],[115,18,0,true,true,false],[116,17,0,false,true,false],[116,26,0,true,false,false],[118,17,0,false,true,false],[120,23,0,true,false,false],[121,14,97,true,false,false],[121,20,97,true,true,false],[124,14,97,true,false,false],[125,10,0,true,true,false],[128,12,0,true,true,false],[128,26,0,true,false,false],[128,27,0,true,true,false],[133,16,0,true,true,false],[133,32,0,true,false,false],[133,33,0,true,true,false],[136,20,0,true,true,false],[136,48,0,true,false,false],[136,49,0,true,true,false],[138,18,0,true,false,false],[141,44,0,true,true,false],[141,49,0,true,false,false],[142,10,0,true,true,false],[145,21,97,true,false,false],[146,6,0,false,false,false],[150,55,0,true,true,false],[159,12,0,true,true,false],[160,27,0,true,true,false],[170,16,0,true,true,false],[170,43,0,true,false,false],[170,44,0,true,true,false],[172,74,0,true,true,false],[172,76,0,true,false,false],[175,14,0,true,true,false],[178,24,0,true,false,false],[179,17,0,true,true,false],[181,10,0,true,false,false],[182,6,0,false,false,false],[185,47,0,true,true,false],[187,6,0,false,false,false],[195,13,0,true,true,false],[199,10,0,false,false,false],[200,13,40,true,true,false],[205,16,40,true,true,false],[205,24,40,true,false,false],[205,25,20,true,true,false],[207,14,40,true,false,false],[208,10,0,false,false,false],[213,40,206,true,true,false],[216,34,165,true,true,false],[216,48,206,true,false,false],[217,6,0,false,false,false],[220,47,0,true,true,false],[225,12,0,true,true,false],[225,26,0,true,false,false],[225,27,0,true,true,false],[228,102,0,true,true,false],[230,14,0,true,false,false],[239,6,0,false,false,false],[245,96,0,true,true,false],[246,12,0,true,true,false],[246,18,0,true,false,false],[246,28,0,true,true,false],[264,10,0,true,false,false],[264,19,0,true,true,false],[264,25,0,true,false,false],[264,26,0,true,true,false],[281,10,0,true,false,false],[281,16,0,true,true,false],[283,10,0,true,false,false],[284,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":6,"percent":30},"instantiations":{"count":20,"covered":6,"percent":30},"lines":{"count":234,"covered":42,"percent":17.948717948717949},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":17,"notcovered":59,"percent":22.368421052631579}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift","mcdc_records":[],"segments":[[8,54,192,true,true,false],[11,14,192,true,true,false],[13,10,0,true,true,false],[14,12,0,true,true,false],[14,30,0,true,false,false],[14,31,0,true,true,false],[16,10,0,true,true,false],[17,19,192,true,false,false],[18,6,0,false,false,false],[20,66,192,true,true,false],[21,70,192,true,true,false],[23,10,0,true,true,false],[24,12,0,true,true,false],[24,32,0,true,false,false],[24,33,0,true,true,false],[26,10,0,true,true,false],[27,27,192,true,false,false],[28,6,0,false,false,false],[30,59,1526,true,true,false],[33,9,27,true,true,false],[35,10,1499,true,true,false],[36,33,1526,true,false,false],[37,6,0,false,false,false],[39,49,1526,true,true,false],[41,6,0,false,false,false],[47,55,38,true,true,false],[49,6,0,false,false,false],[53,54,0,true,true,false],[55,6,0,false,false,false],[58,47,0,true,true,false],[60,6,0,false,false,false],[63,51,0,true,true,false],[65,6,0,false,false,false],[69,70,0,true,true,false],[71,6,0,false,false,false],[74,49,8,true,true,false],[75,72,0,true,true,false],[77,10,8,true,true,false],[80,9,0,true,true,false],[82,10,8,true,true,false],[83,75,8,true,false,false],[84,6,0,false,false,false],[88,52,37,true,true,false],[91,9,0,true,true,false],[93,10,37,true,true,false],[94,85,37,true,false,false],[95,6,0,false,false,false],[98,52,0,true,true,false],[100,6,0,false,false,false],[104,50,0,true,true,false],[107,12,0,true,true,false],[107,75,0,true,false,false],[107,76,0,true,true,false],[109,10,0,true,true,false],[110,33,0,true,false,false],[111,6,0,false,false,false],[114,58,0,true,true,false],[115,61,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[121,42,0,true,true,false],[123,6,0,false,false,false],[128,46,28,true,true,false],[130,6,0,false,false,false],[133,51,1489,true,true,false],[135,6,0,false,false,false],[138,53,1,true,true,false],[140,6,0,false,false,false],[143,48,0,true,true,false],[145,6,0,false,false,false],[150,57,0,true,true,false],[155,6,0,false,false,false],[158,45,0,true,true,false],[160,64,0,true,true,false],[160,102,0,true,false,false],[160,104,0,true,true,false],[162,10,0,true,true,false],[163,49,0,true,true,false],[163,89,0,true,false,false],[164,6,0,false,false,false],[167,50,0,true,true,false],[169,6,0,false,false,false],[174,49,0,true,true,false],[176,6,0,false,false,false],[216,60,0,true,true,false],[218,12,0,true,true,false],[218,75,0,true,false,false],[218,76,0,true,true,false],[220,10,0,true,true,false],[223,12,0,true,true,false],[223,69,0,true,false,false],[223,70,0,true,true,false],[225,10,0,true,true,false],[227,19,0,true,false,false],[228,6,0,false,false,false],[237,58,8,true,true,false],[238,69,0,true,true,false],[238,72,8,true,false,false],[238,77,0,true,true,false],[238,78,8,true,false,false],[239,6,0,false,false,false],[242,61,4,true,true,false],[244,6,0,false,false,false],[249,56,2,true,true,false],[254,11,0,true,true,false],[256,10,2,true,true,false],[258,98,2,true,false,false],[259,6,0,false,false,false],[262,56,1,true,true,false],[264,6,0,false,false,false],[267,46,17,true,true,false],[269,6,0,false,false,false],[272,57,0,true,true,false],[274,6,0,false,false,false],[279,57,4,true,true,false],[281,6,0,false,false,false],[284,63,1,true,true,false],[291,6,0,false,false,false],[295,95,1,true,true,false],[299,56,4,true,true,false],[300,66,1,true,true,false],[300,78,3,true,true,false],[302,55,9,true,true,false],[304,20,9,true,true,false],[304,60,9,true,false,false],[304,61,2,true,true,false],[306,24,2,true,true,false],[306,50,2,true,false,false],[306,51,0,true,true,false],[308,22,2,true,true,false],[311,18,9,true,true,false],[312,14,3,true,true,false],[313,10,1,true,true,false],[316,51,3,true,true,false],[318,16,3,true,true,false],[318,62,3,true,false,false],[318,63,1,true,true,false],[321,14,3,true,false,false],[322,10,1,true,true,false],[324,28,1,true,false,false],[325,6,0,false,false,false],[328,54,0,true,true,false],[330,6,0,false,false,false],[333,49,0,true,true,false],[335,6,0,false,false,false],[338,53,0,true,true,false],[340,6,0,false,false,false],[343,68,3,true,true,false],[345,12,3,true,true,false],[345,45,3,true,false,false],[345,46,3,true,true,false],[347,10,0,true,true,false],[348,24,3,true,false,false],[349,6,0,false,false,false],[364,75,0,true,true,false],[373,12,0,true,true,false],[374,27,0,true,true,false],[376,10,0,true,false,false],[376,17,0,true,true,false],[378,10,0,true,true,false],[381,69,0,true,true,false],[381,83,0,true,true,false],[392,58,0,true,true,false],[396,51,0,true,true,false],[396,63,0,true,true,false],[398,48,0,true,true,false],[398,75,0,true,false,false],[398,81,0,true,true,false],[398,93,0,true,true,false],[403,48,0,true,true,false],[403,60,0,true,true,false],[409,70,0,true,true,false],[409,82,0,true,true,false],[413,53,0,true,true,false],[413,83,0,true,false,false],[413,89,0,true,true,false],[413,101,0,true,true,false],[418,65,0,true,true,false],[418,92,0,true,false,false],[427,16,0,true,true,false],[427,32,0,true,false,false],[427,33,0,true,true,false],[429,14,0,true,false,false],[429,20,0,true,true,false],[431,14,0,true,false,false],[432,10,0,true,true,false],[435,35,0,true,true,false],[435,49,0,true,false,false],[436,6,0,false,false,false],[440,73,0,true,true,false],[443,33,0,true,true,false],[444,60,0,true,true,false],[444,72,0,true,true,false],[449,16,0,true,true,false],[449,44,0,true,false,false],[449,45,0,true,true,false],[451,69,0,true,true,false],[453,18,0,true,true,false],[454,14,0,true,false,false],[454,23,0,true,true,false],[454,50,0,true,false,false],[454,51,0,true,true,false],[456,68,0,true,true,false],[458,18,0,true,true,false],[459,14,0,true,false,false],[459,20,0,true,true,false],[462,29,0,true,true,false],[464,18,0,true,true,false],[465,14,0,true,true,false],[466,10,0,true,true,false],[468,19,0,true,false,false],[469,6,0,false,false,false],[472,60,0,true,true,false],[478,14,0,true,true,false],[480,10,0,true,true,false],[483,21,0,true,true,false],[483,61,0,true,true,false],[483,83,0,true,false,false],[484,18,0,true,true,false],[484,48,0,true,false,false],[485,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":19,"percent":36.538461538461533},"instantiations":{"count":52,"covered":19,"percent":36.538461538461533},"lines":{"count":343,"covered":120,"percent":34.985422740524783},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":44,"notcovered":97,"percent":31.205673758865249}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift","mcdc_records":[],"segments":[[13,19,11,true,true,false],[13,21,0,false,false,false],[19,46,11,true,true,false],[19,50,0,false,false,false],[20,50,11,true,true,false],[20,53,0,false,false,false],[26,98,0,true,true,false],[29,27,0,true,true,false],[31,16,0,true,true,false],[31,38,0,true,false,false],[31,39,0,true,true,false],[33,14,0,true,false,false],[33,23,0,true,true,false],[33,41,0,true,false,false],[33,42,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[37,14,0,true,false,false],[38,10,0,true,true,false],[40,41,0,true,true,false],[40,45,0,true,false,false],[40,48,0,true,true,false],[40,53,0,true,false,false],[41,6,0,false,false,false],[44,48,81,true,true,false],[47,12,81,true,true,false],[47,42,81,true,false,false],[47,43,81,true,true,false],[50,10,0,true,true,false],[56,9,0,true,true,false],[61,10,0,true,true,false],[66,12,0,true,true,false],[67,71,0,true,true,false],[73,83,0,true,true,false],[73,85,0,true,false,false],[75,33,0,true,true,false],[79,43,0,true,true,false],[82,14,0,true,true,false],[84,23,0,true,false,false],[85,17,0,true,true,false],[89,43,0,true,true,false],[92,14,0,true,true,false],[94,23,0,true,false,false],[96,6,0,false,false,false],[99,35,229,true,true,false],[103,6,0,false,false,false],[107,75,0,true,true,false],[116,32,0,true,true,false],[117,69,0,true,true,false],[118,10,0,true,false,false],[120,12,0,true,true,false],[121,69,0,true,true,false],[122,31,0,true,true,false],[124,18,0,true,false,false],[126,31,0,true,true,false],[127,101,0,true,true,false],[128,41,0,true,false,false],[131,58,0,true,true,false],[131,64,0,true,true,false],[134,18,0,true,true,false],[136,30,0,true,false,false],[138,17,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,86,0,true,true,false],[146,51,0,true,true,false],[147,39,0,true,true,false],[148,20,0,true,true,false],[148,47,0,true,false,false],[148,48,0,true,true,false],[150,73,0,true,true,false],[150,75,0,true,false,false],[153,24,0,true,true,false],[155,18,0,true,false,false],[158,16,0,true,true,false],[159,31,0,true,true,false],[160,14,0,true,false,false],[160,21,0,true,true,false],[162,14,0,true,true,false],[163,10,0,true,true,false],[164,6,0,false,false,false],[166,54,0,true,true,false],[167,35,0,true,true,false],[167,45,0,true,true,false],[172,23,0,true,true,false],[174,16,0,true,true,false],[174,23,0,true,false,false],[174,43,0,true,true,false],[177,14,0,true,false,false],[179,6,0,false,false,false],[181,88,0,true,true,false],[183,54,0,true,true,false],[187,19,0,true,true,false],[187,43,0,true,false,false],[187,69,0,true,true,false],[189,14,0,true,true,false],[197,73,0,true,true,false],[197,75,0,true,false,false],[200,32,0,true,true,false],[200,35,0,true,false,false],[200,38,0,true,true,false],[200,41,0,true,false,false],[201,10,0,true,true,false],[204,19,0,true,false,false],[205,6,0,false,false,false],[210,26,0,true,true,false],[210,57,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":5,"percent":23.809523809523807},"instantiations":{"count":21,"covered":5,"percent":23.809523809523807},"lines":{"count":239,"covered":15,"percent":6.2761506276150625},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":7,"notcovered":62,"percent":10.144927536231885}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift","mcdc_records":[],"segments":[[31,40,0,true,true,false],[32,20,0,true,true,false],[32,24,0,true,false,false],[33,13,0,true,true,false],[33,47,0,true,false,false],[34,13,0,true,true,false],[34,50,0,true,false,false],[35,13,0,true,true,false],[35,61,0,true,false,false],[36,13,0,true,true,false],[36,60,0,true,false,false],[37,13,0,true,true,false],[37,46,0,true,false,false],[38,13,0,true,true,false],[38,60,0,true,false,false],[39,13,0,true,true,false],[39,42,0,true,false,false],[40,13,0,true,true,false],[40,37,0,true,false,false],[41,13,0,true,true,false],[41,42,0,true,false,false],[42,13,0,true,true,false],[42,37,0,true,false,false],[43,13,0,true,true,false],[43,46,0,true,false,false],[44,13,0,true,true,false],[44,33,0,true,false,false],[45,13,0,true,true,false],[45,48,0,true,false,false],[46,13,0,true,true,false],[46,60,0,true,false,false],[47,14,0,true,true,false],[48,10,0,false,false,false],[51,40,0,true,true,false],[52,20,0,true,true,false],[52,24,0,true,false,false],[53,13,0,true,true,false],[53,32,0,true,false,false],[54,13,0,true,true,false],[54,27,0,true,false,false],[55,14,0,true,true,false],[56,10,0,false,false,false],[59,34,0,true,true,false],[60,20,0,true,true,false],[60,24,0,true,false,false],[61,13,0,true,true,false],[62,21,0,true,false,false],[63,13,0,true,true,false],[64,22,0,true,false,false],[65,14,0,true,true,false],[66,10,0,false,false,false],[69,42,0,true,true,false],[70,20,0,true,true,false],[70,24,0,true,false,false],[71,13,0,true,true,false],[73,21,0,true,false,false],[74,13,0,true,true,false],[75,22,0,true,false,false],[76,14,0,true,true,false],[77,10,0,false,false,false],[80,44,0,true,true,false],[82,10,0,false,false,false],[111,68,0,true,true,false],[111,82,0,false,false,false],[115,70,0,true,true,false],[115,73,0,false,false,false],[120,82,0,true,true,false],[199,6,0,false,false,false],[209,90,0,true,true,false],[219,14,0,true,true,false],[224,10,0,true,true,false],[233,37,0,true,true,false],[233,54,0,true,false,false],[236,12,0,true,true,false],[236,30,0,true,false,false],[236,31,0,true,true,false],[238,10,0,true,false,false],[248,6,0,false,false,false],[251,45,0,true,true,false],[254,6,0,false,false,false],[257,63,0,true,true,false],[259,6,0,false,false,false],[262,51,0,true,true,false],[263,69,0,true,true,false],[263,82,0,true,true,false],[264,39,0,true,false,false],[265,6,0,false,false,false],[268,25,0,true,true,false],[276,6,0,false,false,false],[279,49,0,true,true,false],[289,26,0,true,true,false],[291,10,0,true,false,false],[293,31,0,true,true,false],[295,10,0,true,false,false],[297,29,0,true,true,false],[299,10,0,true,false,false],[301,49,0,true,true,false],[301,59,0,true,false,false],[305,6,0,false,false,false],[312,25,0,true,true,false],[312,55,0,false,false,false],[315,24,0,true,true,false],[315,48,0,false,false,false],[318,22,0,true,true,false],[318,54,0,false,false,false],[321,33,0,true,true,false],[321,67,0,false,false,false],[324,30,0,true,true,false],[324,58,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":220,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift","mcdc_records":[],"segments":[[13,43,527,true,true,false],[15,6,0,false,false,false],[25,38,1,true,true,false],[25,77,0,false,false,false],[26,34,0,true,true,false],[26,48,0,false,false,false],[32,71,112,true,true,false],[39,63,0,true,true,false],[39,84,112,true,false,false],[44,46,112,true,true,false],[46,62,112,true,true,false],[48,6,0,false,false,false],[51,48,84,true,true,false],[52,72,83,true,true,false],[54,10,1,true,true,false],[56,12,1,true,true,false],[57,79,1,true,true,false],[59,72,1,true,true,false],[62,26,1,true,false,false],[63,17,0,true,true,false],[68,10,1,true,false,false],[69,6,0,false,false,false],[72,43,115,true,true,false],[73,72,12,true,true,false],[75,10,103,true,true,false],[77,64,103,true,true,false],[79,6,0,false,false,false],[82,61,1,true,true,false],[85,6,0,false,false,false],[88,71,81,true,true,false],[89,43,81,true,true,false],[92,10,0,true,true,false],[95,12,0,true,true,false],[95,46,0,true,false,false],[95,47,0,true,true,false],[99,10,0,true,true,false],[102,12,0,true,true,false],[102,26,0,true,false,false],[102,27,0,true,true,false],[106,10,0,true,true,false],[110,34,81,true,false,false],[111,6,0,false,false,false],[114,52,0,true,true,false],[115,43,0,true,true,false],[115,53,0,true,true,false],[117,12,0,true,true,false],[117,45,0,true,false,false],[117,46,0,true,true,false],[127,16,0,true,true,false],[127,49,0,true,false,false],[127,50,0,true,true,false],[129,14,0,true,false,false],[133,6,0,false,false,false],[137,49,112,true,true,false],[138,12,112,true,true,false],[138,65,112,true,false,false],[138,66,0,true,true,false],[144,10,112,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":8,"percent":72.727272727272734},"instantiations":{"count":11,"covered":8,"percent":72.727272727272734},"lines":{"count":107,"covered":56,"percent":52.336448598130836},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":20,"notcovered":18,"percent":52.631578947368418}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift","mcdc_records":[],"segments":[[21,52,119,true,true,false],[23,6,0,false,false,false],[25,52,3,true,true,false],[26,47,0,true,true,false],[29,10,3,true,true,false],[31,16,3,true,true,false],[31,22,3,true,false,false],[32,9,2,true,true,false],[34,95,3,true,false,false],[36,9,1,true,true,false],[37,95,3,true,false,false],[39,10,3,true,true,false],[40,6,0,false,false,false],[42,19,255,true,true,false],[45,6,0,false,false,false],[54,50,0,true,true,false],[57,72,0,true,true,false],[57,74,0,true,false,false],[58,10,0,false,false,false],[68,11,7,true,true,false],[72,10,0,false,false,false],[74,39,2,true,true,false],[74,69,0,false,false,false],[75,40,0,true,true,false],[75,92,0,false,false,false],[86,48,223,true,true,false],[86,79,0,false,false,false],[91,75,112,true,true,false],[92,12,112,true,true,false],[93,63,112,true,true,false],[98,10,112,true,false,false],[98,17,0,true,true,false],[100,10,112,true,true,false],[101,6,0,false,false,false],[104,43,111,true,true,false],[105,12,111,true,true,false],[106,43,111,true,true,false],[111,10,111,true,false,false],[111,17,0,true,true,false],[113,10,111,true,true,false],[114,6,0,false,false,false],[117,63,7,true,true,false],[121,12,7,true,true,false],[121,53,7,true,false,false],[121,54,7,true,true,false],[129,10,0,true,true,false],[142,37,0,true,true,false],[143,54,0,true,true,false],[143,82,0,true,false,false],[149,16,0,true,true,false],[149,26,0,true,false,false],[149,27,0,true,true,false],[154,14,0,true,false,false],[154,23,0,true,true,false],[154,44,0,true,false,false],[154,45,0,true,true,false],[159,14,0,true,false,false],[159,20,0,true,true,false],[164,14,0,true,false,false],[165,10,0,true,true,false],[177,10,7,true,false,false],[178,6,0,false,false,false],[181,59,1,true,true,false],[184,52,0,true,true,false],[190,10,1,true,true,false],[197,61,0,true,true,false],[200,10,1,true,true,false],[201,6,0,false,false,false],[204,50,3,true,true,false],[208,50,1,true,true,false],[209,16,1,true,true,false],[209,64,1,true,false,false],[209,65,0,true,true,false],[217,14,1,true,false,false],[217,20,1,true,true,false],[220,14,1,true,false,false],[221,10,3,true,false,false],[222,6,0,false,false,false],[226,44,0,true,true,false],[229,6,0,false,false,false],[234,65,0,true,true,false],[248,12,0,true,true,false],[249,27,0,true,true,false],[253,65,0,true,true,false],[253,67,0,true,false,false],[255,16,0,true,true,false],[255,43,0,true,false,false],[255,44,0,true,true,false],[256,73,0,true,true,false],[256,88,0,true,false,false],[258,35,0,true,true,false],[263,26,0,true,true,false],[265,22,0,true,true,false],[270,24,0,true,true,false],[270,47,0,true,false,false],[270,48,0,true,true,false],[274,22,0,true,false,false],[275,18,0,true,true,false],[276,14,0,true,false,false],[277,17,0,true,true,false],[279,10,0,true,true,false],[282,25,0,true,false,false],[283,6,0,false,false,false],[286,60,0,true,true,false],[288,12,0,true,true,false],[288,41,0,true,true,false],[288,67,0,true,false,false],[288,71,0,true,true,false],[288,98,0,true,false,false],[288,99,0,true,true,false],[290,10,0,true,true,false],[293,12,0,true,true,false],[293,40,0,true,true,false],[293,63,0,true,false,false],[293,67,0,true,true,false],[293,91,0,true,false,false],[294,16,0,true,true,false],[294,40,0,true,false,false],[294,44,0,true,true,false],[294,67,0,true,false,false],[294,71,0,true,true,false],[294,95,0,true,false,false],[295,9,0,true,true,false],[297,10,0,true,true,false],[301,61,0,true,true,false],[303,10,0,true,true,false],[306,51,0,true,true,false],[306,79,0,true,false,false],[306,83,0,true,true,false],[306,102,0,true,false,false],[307,6,0,false,false,false],[312,87,0,true,true,false],[314,77,0,true,true,false],[318,10,0,true,true,false],[322,56,0,true,true,false],[322,80,0,true,false,false],[324,54,0,true,true,false],[324,86,0,true,false,false],[324,90,0,true,true,false],[324,92,0,true,false,false],[328,45,0,true,true,false],[328,47,0,true,false,false],[333,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":11,"percent":32.352941176470587},"instantiations":{"count":34,"covered":11,"percent":32.352941176470587},"lines":{"count":275,"covered":88,"percent":32},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":29,"notcovered":59,"percent":32.954545454545453}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift","mcdc_records":[],"segments":[[23,34,444,true,true,false],[24,37,431,true,true,false],[24,52,13,true,true,false],[25,25,444,true,false,false],[26,10,0,false,false,false],[28,37,62,true,true,false],[29,36,12,true,true,false],[29,51,50,true,true,false],[30,35,1,true,true,false],[30,50,49,true,true,false],[31,25,62,true,false,false],[32,10,0,false,false,false],[37,36,0,true,true,false],[38,37,0,true,true,false],[38,53,0,true,true,false],[39,24,0,true,false,false],[40,10,0,false,false,false],[53,11,119,true,true,false],[59,10,0,false,false,false],[61,44,216,true,true,false],[62,38,211,true,true,false],[62,61,216,true,false,false],[63,10,0,false,false,false],[71,85,101,true,true,false],[75,10,0,false,false,false],[78,40,57,true,true,false],[79,42,55,true,true,false],[79,66,57,true,false,false],[80,10,0,false,false,false],[83,43,9,true,true,false],[85,16,9,true,true,false],[85,48,9,true,false,false],[85,49,4,true,true,false],[88,14,5,true,true,false],[90,16,5,true,true,false],[90,50,5,true,false,false],[90,51,2,true,true,false],[93,14,3,true,true,false],[96,16,3,true,true,false],[96,51,1,true,true,false],[96,84,3,true,false,false],[96,85,2,true,true,false],[99,14,1,true,true,false],[101,23,9,true,false,false],[102,10,0,false,false,false],[105,46,1,true,true,false],[119,10,0,false,false,false],[126,40,12,true,true,false],[127,20,12,true,true,false],[127,24,12,true,false,false],[128,13,11,true,true,false],[128,31,12,true,false,false],[129,13,1,true,true,false],[129,29,12,true,false,false],[130,14,12,true,true,false],[131,10,0,false,false,false],[140,42,2,true,true,false],[140,45,0,false,false,false],[142,19,2,true,true,false],[144,6,0,false,false,false],[149,35,1,true,true,false],[153,6,0,false,false,false],[159,53,14,true,true,false],[161,12,14,true,true,false],[161,42,14,true,false,false],[161,43,14,true,true,false],[166,13,8,true,true,false],[169,14,6,true,true,false],[183,24,14,true,false,false],[184,10,0,true,true,false],[190,9,0,true,true,false],[195,10,0,true,true,false],[216,47,0,true,true,false],[218,10,0,true,false,false],[221,40,0,true,true,false],[223,10,0,true,false,false],[229,24,14,true,false,false],[230,6,0,false,false,false],[233,50,1,true,true,false],[238,6,0,false,false,false],[242,61,0,true,true,false],[247,49,0,true,true,false],[247,57,0,true,false,false],[247,60,0,true,true,false],[247,67,0,true,false,false],[253,12,0,true,true,false],[253,49,0,true,false,false],[253,50,0,true,true,false],[258,10,0,true,false,false],[258,16,0,true,true,false],[264,16,0,true,true,false],[264,41,0,true,false,false],[264,42,0,true,true,false],[268,14,0,true,false,false],[271,43,0,true,true,false],[271,51,0,true,false,false],[271,54,0,true,true,false],[271,61,0,true,false,false],[279,64,0,true,true,false],[279,72,0,true,false,false],[279,78,0,true,true,false],[279,87,0,true,false,false],[284,37,0,true,true,false],[284,59,0,true,false,false],[284,62,0,true,true,false],[284,85,0,true,false,false],[285,41,0,true,true,false],[285,45,0,true,false,false],[285,48,0,true,true,false],[285,53,0,true,false,false],[288,6,0,false,false,false],[317,66,0,true,true,false],[324,46,0,true,true,false],[324,54,0,true,false,false],[325,48,0,true,true,false],[325,56,0,true,false,false],[330,16,0,true,true,false],[330,29,0,true,false,false],[331,9,0,true,true,false],[332,41,0,true,false,false],[333,9,0,true,true,false],[334,18,0,true,false,false],[335,10,0,true,true,false],[336,16,0,true,true,false],[336,31,0,true,false,false],[337,9,0,true,true,false],[338,41,0,true,false,false],[339,9,0,true,true,false],[340,18,0,true,false,false],[341,10,0,true,true,false],[343,12,0,true,true,false],[343,31,0,true,false,false],[343,32,0,true,true,false],[346,10,0,true,false,false],[360,6,0,false,false,false],[364,64,0,true,true,false],[367,6,0,false,false,false],[372,25,0,true,true,false],[373,53,0,true,true,false],[374,27,0,true,true,false],[376,14,0,true,false,false],[378,27,0,true,true,false],[379,83,0,true,true,false],[381,110,0,true,false,false],[384,54,0,true,true,false],[384,60,0,true,true,false],[387,14,0,true,true,false],[390,26,0,true,false,false],[391,10,0,true,true,false],[392,6,0,false,false,false],[403,58,0,true,true,false],[406,12,0,true,true,false],[406,58,0,true,false,false],[406,59,0,true,true,false],[408,10,0,true,true,false],[412,12,0,true,true,false],[412,59,0,true,false,false],[412,60,0,true,true,false],[414,10,0,true,true,false],[417,52,0,true,false,false],[418,6,0,false,false,false],[421,81,0,true,true,false],[422,67,0,true,true,false],[423,35,0,true,true,false],[423,45,0,true,true,false],[425,20,0,true,true,false],[425,23,0,true,false,false],[426,13,0,true,true,false],[427,73,0,true,false,false],[428,13,0,true,true,false],[429,72,0,true,false,false],[430,13,0,true,true,false],[431,81,0,true,false,false],[432,13,0,true,true,false],[433,75,0,true,false,false],[434,14,0,true,true,false],[435,10,0,true,false,false],[456,12,0,true,true,false],[456,50,0,true,false,false],[456,51,0,true,true,false],[459,10,0,true,false,false],[460,6,0,false,false,false],[475,96,0,true,true,false],[481,6,0,false,false,false],[486,64,0,true,true,false],[488,12,0,true,true,false],[488,52,0,true,true,false],[488,76,0,true,false,false],[488,77,0,true,true,false],[490,60,0,true,true,false],[495,14,0,true,true,false],[496,10,0,true,true,false],[497,20,0,true,false,false],[498,6,0,false,false,false],[503,102,0,true,true,false],[505,76,0,true,true,false],[508,15,0,true,true,false],[512,20,0,true,true,false],[512,32,0,true,true,false],[512,40,0,true,false,false],[512,41,0,true,true,false],[514,18,0,true,false,false],[514,27,0,true,true,false],[514,35,0,true,false,false],[514,36,0,true,true,false],[517,18,0,true,true,false],[518,14,0,true,true,false],[519,10,0,true,true,false],[521,19,0,true,false,false],[522,6,0,false,false,false],[526,54,0,true,true,false],[530,6,0,false,false,false],[539,5,0,true,true,false],[553,50,0,true,true,false],[555,87,0,true,true,false],[560,20,0,true,true,false],[560,35,0,true,false,false],[560,36,0,true,true,false],[564,24,0,true,true,false],[564,34,0,true,false,false],[564,35,0,true,true,false],[567,22,0,true,true,false],[568,18,0,true,true,false],[570,43,0,true,true,false],[574,18,0,true,true,false],[575,14,0,true,false,false],[575,20,0,true,true,false],[577,14,0,true,true,false],[578,10,0,true,true,false],[580,19,0,true,false,false],[581,6,0,false,false,false],[584,61,0,true,true,false],[586,6,0,false,false,false],[590,96,0,true,true,false],[591,39,0,true,true,false],[592,27,0,true,true,false],[602,20,0,true,true,false],[603,35,0,true,true,false],[606,75,0,true,true,false],[607,28,0,true,true,false],[607,42,0,true,false,false],[607,43,0,true,true,false],[609,26,0,true,false,false],[614,25,0,true,true,false],[617,18,0,true,true,false],[619,14,0,true,false,false],[621,6,0,false,false,false],[627,29,4,true,true,false],[628,16,4,true,true,false],[628,20,4,true,false,false],[629,9,1,true,true,false],[629,33,4,true,false,false],[630,9,1,true,true,false],[630,31,4,true,false,false],[631,9,1,true,true,false],[631,46,4,true,false,false],[632,9,1,true,true,false],[632,33,4,true,false,false],[633,10,4,true,true,false],[634,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":18,"percent":41.860465116279073},"instantiations":{"count":43,"covered":18,"percent":41.860465116279073},"lines":{"count":573,"covered":121,"percent":21.116928446771379},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":47,"notcovered":111,"percent":29.746835443037973}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift","mcdc_records":[],"segments":[[23,7,57,true,true,false],[30,6,0,false,false,false],[35,30,48,true,true,false],[36,27,48,true,true,false],[36,52,48,true,false,false],[36,56,48,true,true,false],[36,79,48,true,false,false],[37,16,48,true,true,false],[37,41,48,true,false,false],[37,45,48,true,true,false],[37,61,48,true,false,false],[38,6,0,false,false,false],[41,40,48,true,true,false],[45,12,48,true,true,false],[45,31,48,true,false,false],[45,32,0,true,true,false],[47,10,48,true,false,false],[47,19,48,true,true,false],[47,36,48,true,false,false],[47,37,0,true,true,false],[49,10,48,true,false,false],[52,12,48,true,true,false],[52,50,48,true,false,false],[52,51,0,true,true,false],[53,16,0,true,true,false],[53,58,0,true,false,false],[53,59,0,true,true,false],[60,14,0,true,false,false],[61,16,0,true,true,false],[61,60,0,true,false,false],[61,61,0,true,true,false],[68,14,0,true,false,false],[69,10,48,true,false,false],[71,12,48,true,true,false],[71,49,48,true,false,false],[71,50,0,true,true,false],[72,16,0,true,true,false],[72,57,0,true,false,false],[72,58,0,true,true,false],[79,14,0,true,false,false],[80,16,0,true,true,false],[80,59,0,true,false,false],[80,60,0,true,true,false],[87,14,0,true,false,false],[88,10,48,true,false,false],[91,45,0,true,true,false],[93,10,48,true,true,false],[96,12,48,true,true,false],[96,45,48,true,false,false],[96,46,0,true,true,false],[98,10,48,true,false,false],[99,12,48,true,true,false],[99,48,48,true,false,false],[99,49,0,true,true,false],[101,10,48,true,false,false],[103,12,48,true,true,false],[103,42,48,true,false,false],[103,43,0,true,true,false],[105,10,48,true,false,false],[106,12,48,true,true,false],[106,41,48,true,false,false],[106,42,0,true,true,false],[108,10,48,true,false,false],[111,12,48,true,true,false],[111,29,48,true,false,false],[111,30,0,true,true,false],[112,16,0,true,true,false],[112,37,0,true,false,false],[112,38,0,true,true,false],[114,14,0,true,false,false],[115,16,0,true,true,false],[115,46,0,true,false,false],[115,47,0,true,true,false],[117,14,0,true,false,false],[118,10,48,true,false,false],[121,6,0,false,false,false],[124,35,0,true,true,false],[128,6,0,false,false,false],[131,34,4,true,true,false],[133,6,0,false,false,false],[136,28,1,true,true,false],[139,13,1,true,true,false],[139,23,1,true,false,false],[140,13,0,true,true,false],[140,109,1,true,false,false],[143,12,1,true,true,false],[143,22,1,true,false,false],[143,23,0,true,true,false],[146,10,1,true,false,false],[147,6,0,false,false,false],[173,7,74,true,true,false],[182,6,0,false,false,false],[184,37,205,true,true,false],[185,34,202,true,true,false],[185,58,205,true,false,false],[185,62,202,true,true,false],[185,84,205,true,false,false],[185,88,199,true,true,false],[185,105,205,true,false,false],[186,16,199,true,true,false],[186,43,205,true,false,false],[186,47,197,true,true,false],[186,67,205,true,false,false],[187,6,0,false,false,false],[190,46,3,true,true,false],[201,6,0,false,false,false],[210,68,74,true,true,false],[213,6,0,false,false,false],[215,35,235,true,true,false],[215,57,0,false,false,false],[216,35,0,true,true,false],[216,54,0,false,false,false],[219,45,0,true,true,false],[221,6,0,false,false,false],[231,87,74,true,true,false],[235,6,0,false,false,false],[238,32,100,true,true,false],[239,26,100,true,true,false],[239,48,100,true,false,false],[239,52,100,true,true,false],[239,63,100,true,false,false],[240,6,0,false,false,false],[243,48,50,true,true,false],[244,35,34,true,true,false],[244,46,50,true,false,false],[245,6,0,false,false,false],[248,43,6,true,true,false],[250,6,0,false,false,false],[260,71,74,true,true,false],[264,6,0,false,false,false],[266,30,360,true,true,false],[266,47,353,true,true,false],[266,56,360,true,false,false],[266,58,0,false,false,false],[267,39,0,true,true,false],[267,52,0,true,true,false],[267,61,0,true,false,false],[267,63,0,false,false,false],[270,43,0,true,true,false],[272,6,0,false,false,false],[285,30,0,true,true,false],[286,16,0,true,true,false],[286,20,0,true,false,false],[287,9,0,true,true,false],[288,52,0,true,false,false],[289,9,0,true,true,false],[290,36,0,true,false,false],[291,9,0,true,true,false],[292,32,0,true,false,false],[293,9,0,true,true,false],[294,43,0,true,false,false],[295,9,0,true,true,false],[296,34,0,true,false,false],[297,9,0,true,true,false],[298,20,0,true,true,false],[298,28,0,true,false,false],[299,13,0,true,true,false],[300,58,0,true,false,false],[301,13,0,true,true,false],[302,57,0,true,false,false],[303,13,0,true,true,false],[304,60,0,true,false,false],[305,13,0,true,true,false],[306,67,0,true,false,false],[307,13,0,true,true,false],[308,42,0,true,false,false],[310,10,0,true,true,false],[311,6,0,false,false,false],[313,33,0,true,true,false],[314,16,0,true,true,false],[314,20,0,true,false,false],[315,9,0,true,true,false],[316,18,0,true,false,false],[317,9,0,true,true,false],[321,20,0,true,false,false],[322,9,0,true,true,false],[323,17,0,true,false,false],[324,10,0,true,true,false],[325,6,0,false,false,false],[327,31,0,true,true,false],[328,16,0,true,true,false],[328,20,0,true,false,false],[329,9,0,true,true,false],[330,19,0,true,false,false],[331,9,0,true,true,false],[332,33,0,true,false,false],[333,9,0,true,true,false],[334,32,0,true,false,false],[335,9,0,true,true,false],[336,38,0,true,false,false],[337,9,0,true,true,false],[338,28,0,true,false,false],[339,9,0,true,true,false],[340,44,0,true,false,false],[341,10,0,true,true,false],[342,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":30,"percent":75},"instantiations":{"count":40,"covered":30,"percent":75},"lines":{"count":244,"covered":117,"percent":47.950819672131146},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":101,"covered":41,"notcovered":60,"percent":40.594059405940598}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift","mcdc_records":[],"segments":[[9,27,0,true,true,false],[9,39,0,false,false,false],[24,36,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,40,0,true,false,false],[27,9,0,true,true,false],[27,55,0,true,false,false],[28,9,0,true,true,false],[28,60,0,true,false,false],[29,9,0,true,true,false],[29,52,0,true,false,false],[30,9,0,true,true,false],[30,61,0,true,false,false],[31,9,0,true,true,false],[31,56,0,true,false,false],[32,9,0,true,true,false],[32,60,0,true,false,false],[33,9,0,true,true,false],[33,54,0,true,false,false],[34,9,0,true,true,false],[34,64,0,true,false,false],[35,9,0,true,true,false],[35,57,0,true,false,false],[36,9,0,true,true,false],[36,54,0,true,false,false],[37,9,0,true,true,false],[37,48,0,true,false,false],[38,10,0,true,true,false],[39,6,0,false,false,false],[42,48,3,true,true,false],[43,16,3,true,true,false],[43,20,3,true,false,false],[44,9,1,true,true,false],[44,34,3,true,false,false],[45,9,0,true,true,false],[45,49,3,true,false,false],[46,9,1,true,true,false],[46,37,3,true,false,false],[47,9,1,true,true,false],[47,50,3,true,false,false],[48,9,0,true,true,false],[48,45,3,true,false,false],[49,9,0,true,true,false],[49,58,3,true,false,false],[50,9,0,true,true,false],[50,52,3,true,false,false],[51,9,0,true,true,false],[51,50,3,true,false,false],[52,9,0,true,true,false],[52,57,3,true,false,false],[53,9,0,true,true,false],[53,42,3,true,false,false],[54,9,0,true,true,false],[54,45,3,true,false,false],[55,9,0,true,true,false],[55,33,3,true,false,false],[56,10,3,true,true,false],[57,6,0,false,false,false],[98,37,9,true,true,false],[99,16,9,true,true,false],[99,20,9,true,false,false],[100,9,4,true,true,false],[102,30,0,true,true,false],[102,56,4,true,false,false],[102,59,4,true,true,false],[102,65,9,true,false,false],[103,9,1,true,true,false],[104,30,0,true,true,false],[104,51,1,true,false,false],[104,54,1,true,true,false],[104,60,9,true,false,false],[105,9,3,true,true,false],[106,30,0,true,true,false],[106,53,3,true,false,false],[106,56,3,true,true,false],[106,62,9,true,false,false],[107,9,1,true,true,false],[108,30,0,true,true,false],[108,52,1,true,false,false],[108,55,1,true,true,false],[108,61,9,true,false,false],[109,10,9,true,true,false],[110,6,0,false,false,false],[207,33,0,true,true,false],[208,34,0,true,true,false],[208,49,0,true,true,false],[209,21,0,true,false,false],[210,6,0,false,false,false],[213,35,0,true,true,false],[214,36,0,true,true,false],[214,51,0,true,true,false],[215,21,0,true,false,false],[216,6,0,false,false,false],[219,34,0,true,true,false],[220,35,0,true,true,false],[220,50,0,true,true,false],[221,21,0,true,false,false],[222,6,0,false,false,false],[225,31,2,true,true,false],[226,32,0,true,true,false],[226,47,2,true,true,false],[227,21,2,true,false,false],[228,6,0,false,false,false],[231,36,0,true,true,false],[232,16,0,true,true,false],[232,20,0,true,false,false],[233,9,0,true,true,false],[234,20,0,true,true,false],[234,29,0,true,false,false],[235,13,0,true,true,false],[237,21,0,true,false,false],[238,13,0,true,true,false],[239,22,0,true,false,false],[241,9,0,true,true,false],[242,18,0,true,false,false],[243,10,0,true,true,false],[244,6,0,false,false,false],[249,21,60,true,true,false],[249,27,0,false,false,false],[266,7,60,true,true,false],[274,6,0,false,false,false],[282,33,0,true,true,false],[283,20,0,true,true,false],[283,24,0,true,false,false],[284,13,0,true,true,false],[284,30,0,true,false,false],[285,13,0,true,true,false],[285,35,0,true,false,false],[286,13,0,true,true,false],[286,30,0,true,false,false],[287,13,0,true,true,false],[287,36,0,true,false,false],[288,14,0,true,true,false],[289,10,0,false,false,false],[291,33,0,true,true,false],[292,20,0,true,true,false],[292,24,0,true,false,false],[293,13,0,true,true,false],[293,38,0,true,false,false],[294,13,0,true,true,false],[294,54,0,true,false,false],[295,13,0,true,true,false],[295,40,0,true,false,false],[296,13,0,true,true,false],[296,54,0,true,false,false],[297,14,0,true,true,false],[298,10,0,false,false,false],[322,7,1,true,true,false],[328,6,0,false,false,false],[343,7,14,true,true,false],[348,6,0,false,false,false],[350,40,0,true,true,false],[351,25,0,true,true,false],[351,55,0,true,true,false],[351,76,0,true,false,false],[352,6,0,false,false,false],[354,33,0,true,true,false],[356,6,0,false,false,false],[369,7,0,true,true,false],[374,6,0,false,false,false],[376,35,0,true,true,false],[378,6,0,false,false,false],[389,7,0,true,true,false],[393,6,0,false,false,false],[395,33,0,true,true,false],[397,6,0,false,false,false],[408,7,0,true,true,false],[412,6,0,false,false,false],[414,35,0,true,true,false],[416,6,0,false,false,false],[424,73,0,true,true,false],[427,6,0,false,false,false],[429,36,0,true,true,false],[431,6,0,false,false,false],[443,7,0,true,true,false],[448,6,0,false,false,false],[505,36,0,true,true,false],[506,29,0,true,true,false],[506,42,0,true,true,false],[508,63,0,true,true,false],[509,16,0,true,true,false],[509,32,0,true,false,false],[509,33,0,true,true,false],[509,45,0,true,true,false],[511,107,0,true,false,false],[514,12,0,true,true,false],[514,22,0,true,false,false],[514,23,0,true,true,false],[517,38,0,true,true,false],[517,49,0,true,false,false],[517,52,0,true,true,false],[517,83,0,true,false,false],[518,10,0,true,true,false],[521,42,0,true,true,false],[521,63,0,true,false,false],[523,12,0,true,true,false],[523,25,0,true,false,false],[523,26,0,true,true,false],[525,10,0,true,false,false],[525,16,0,true,true,false],[527,10,0,true,false,false],[528,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":7,"percent":22.58064516129032},"instantiations":{"count":31,"covered":7,"percent":22.58064516129032},"lines":{"count":191,"covered":56,"percent":29.319371727748688},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":23,"notcovered":90,"percent":20.353982300884958}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift","mcdc_records":[],"segments":[[9,59,1,true,true,false],[20,6,0,false,false,false],[22,72,1,true,true,false],[29,20,0,true,true,false],[30,27,0,true,true,false],[30,51,0,true,false,false],[30,53,0,true,true,false],[30,100,0,true,false,false],[31,10,1,true,false,false],[32,6,0,false,false,false],[34,54,1,true,true,false],[43,99,1,true,true,false],[44,28,1,true,true,false],[44,31,1,true,false,false],[44,33,1,true,true,false],[44,39,1,true,false,false],[44,41,0,true,true,false],[44,84,1,true,false,false],[49,6,0,false,false,false],[51,44,1,true,true,false],[56,20,1,true,true,false],[57,28,1,true,true,false],[57,39,1,true,false,false],[57,41,0,true,true,false],[57,87,1,true,false,false],[59,6,0,false,false,false],[61,55,1,true,true,false],[68,99,1,true,true,false],[69,27,1,true,true,false],[69,37,1,true,false,false],[69,39,0,true,true,false],[69,79,1,true,false,false],[71,6,0,false,false,false],[73,50,1,true,true,false],[80,24,1,true,true,false],[80,37,1,true,false,false],[80,39,1,true,true,false],[80,48,1,true,false,false],[80,50,0,true,true,false],[80,111,1,true,false,false],[81,6,0,false,false,false],[83,48,1,true,true,false],[91,24,1,true,true,false],[91,30,1,true,false,false],[91,32,1,true,true,false],[91,46,0,true,true,false],[91,59,1,true,false,false],[91,61,0,true,true,false],[91,104,1,true,false,false],[92,6,0,false,false,false],[101,63,1,true,true,false],[105,24,1,true,true,false],[105,38,1,true,false,false],[106,23,1,true,true,false],[106,67,0,true,true,false],[106,72,1,true,false,false],[106,74,0,true,true,false],[106,111,1,true,false,false],[107,6,0,false,false,false],[109,56,1,true,true,false],[113,24,1,true,true,false],[113,38,1,true,false,false],[114,23,1,true,true,false],[114,70,0,true,true,false],[114,75,1,true,false,false],[114,77,0,true,true,false],[114,117,1,true,false,false],[115,6,0,false,false,false],[117,53,1,true,true,false],[120,23,1,true,true,false],[120,36,1,true,false,false],[121,22,1,true,true,false],[121,40,1,true,false,false],[122,24,1,true,true,false],[122,40,1,true,false,false],[122,42,1,true,true,false],[122,45,1,true,false,false],[125,24,1,true,true,false],[125,39,1,true,false,false],[126,24,1,true,true,false],[126,44,1,true,false,false],[126,46,1,true,true,false],[126,58,1,true,false,false],[127,24,1,true,true,false],[127,42,1,true,false,false],[127,44,1,true,true,false],[127,47,1,true,false,false],[128,6,0,false,false,false],[132,57,1,true,true,false],[134,25,1,true,true,false],[134,32,1,true,false,false],[135,6,0,false,false,false],[137,59,1,true,true,false],[144,24,1,true,true,false],[144,41,1,true,false,false],[145,6,0,false,false,false],[147,58,1,true,true,false],[155,24,1,true,true,false],[155,41,1,true,false,false],[155,43,1,true,true,false],[155,57,1,true,false,false],[159,6,0,false,false,false],[161,54,1,true,true,false],[167,23,1,true,true,false],[167,48,1,true,false,false],[167,50,0,true,true,false],[167,92,1,true,false,false],[168,6,0,false,false,false],[170,70,1,true,true,false],[175,24,1,true,true,false],[175,48,1,true,false,false],[180,23,1,true,true,false],[180,47,1,true,false,false],[184,6,0,false,false,false],[186,77,1,true,true,false],[192,16,1,true,true,false],[192,22,1,true,false,false],[193,9,1,true,true,false],[195,18,1,true,false,false],[196,9,0,true,true,false],[197,64,1,true,false,false],[198,10,1,true,true,false],[199,6,0,false,false,false],[203,54,1,true,true,false],[204,25,1,true,true,false],[204,57,1,true,false,false],[205,6,0,false,false,false],[207,55,1,true,true,false],[210,23,1,true,true,false],[210,59,1,true,false,false],[214,24,1,true,true,false],[214,60,1,true,false,false],[215,6,0,false,false,false],[217,51,1,true,true,false],[228,6,0,false,false,false],[232,50,1,true,true,false],[234,25,1,true,true,false],[234,32,1,true,false,false],[235,6,0,false,false,false],[237,52,1,true,true,false],[239,24,1,true,true,false],[239,52,1,true,false,false],[239,54,1,true,true,false],[239,78,1,true,false,false],[240,6,0,false,false,false],[242,42,1,true,true,false],[252,24,1,true,true,false],[252,28,1,true,false,false],[252,30,1,true,true,false],[252,36,1,true,false,false],[253,6,0,false,false,false],[255,42,1,true,true,false],[257,24,1,true,true,false],[257,61,1,true,false,false],[257,63,1,true,true,false],[257,66,1,true,false,false],[258,24,1,true,true,false],[258,62,1,true,false,false],[258,64,1,true,true,false],[258,68,1,true,false,false],[259,6,0,false,false,false],[261,45,1,true,true,false],[264,24,1,true,true,false],[264,28,1,true,false,false],[264,30,1,true,true,false],[264,36,1,true,false,false],[265,6,0,false,false,false],[267,50,1,true,true,false],[269,24,1,true,true,false],[269,73,1,true,false,false],[269,75,1,true,true,false],[269,93,1,true,false,false],[270,24,1,true,true,false],[270,70,1,true,false,false],[270,72,1,true,true,false],[270,87,1,true,false,false],[271,6,0,false,false,false],[273,43,1,true,true,false],[279,6,0,false,false,false],[281,45,1,true,true,false],[283,25,1,true,true,false],[283,60,1,true,false,false],[284,24,1,true,true,false],[284,61,1,true,false,false],[285,24,1,true,true,false],[285,63,1,true,false,false],[286,30,1,true,true,false],[286,67,1,true,false,false],[286,69,1,true,true,false],[286,70,1,true,false,false],[287,30,1,true,true,false],[287,63,1,true,false,false],[287,65,1,true,true,false],[287,66,1,true,false,false],[288,6,0,false,false,false],[292,37,1,true,true,false],[300,23,1,true,true,false],[300,41,1,true,false,false],[301,6,0,false,false,false],[307,49,1,true,true,false],[309,24,1,true,true,false],[309,54,1,true,false,false],[309,56,1,true,true,false],[309,86,1,true,false,false],[312,23,1,true,true,false],[312,73,0,true,true,false],[312,78,1,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":100,"covered":86,"percent":86},"instantiations":{"count":100,"covered":86,"percent":86},"lines":{"count":329,"covered":312,"percent":94.832826747720361},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":92,"notcovered":16,"percent":85.18518518518519}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift","mcdc_records":[],"segments":[[8,57,1,true,true,false],[11,23,1,true,true,false],[11,68,1,true,false,false],[12,24,1,true,true,false],[12,58,1,true,false,false],[13,6,0,false,false,false],[15,56,1,true,true,false],[28,23,1,true,true,false],[28,68,1,true,false,false],[29,6,0,false,false,false],[33,59,1,true,true,false],[42,23,1,true,true,false],[42,58,1,true,false,false],[44,23,1,true,true,false],[44,55,1,true,false,false],[44,57,0,true,true,false],[44,91,1,true,false,false],[45,24,1,true,true,false],[45,48,1,true,false,false],[45,50,0,true,true,false],[45,98,1,true,false,false],[46,6,0,false,false,false],[48,60,1,true,true,false],[65,23,1,true,true,false],[65,55,1,true,false,false],[65,57,0,true,true,false],[65,91,1,true,false,false],[66,23,1,true,true,false],[66,56,1,true,false,false],[66,58,0,true,true,false],[66,92,1,true,false,false],[67,24,1,true,true,false],[67,48,1,true,false,false],[67,50,0,true,true,false],[67,98,1,true,false,false],[68,6,0,false,false,false],[72,51,1,true,true,false],[84,23,1,true,true,false],[84,62,1,true,false,false],[85,24,1,true,true,false],[85,48,1,true,false,false],[86,6,0,false,false,false],[90,64,1,true,true,false],[99,23,1,true,true,false],[99,52,1,true,false,false],[100,23,1,true,true,false],[100,47,1,true,false,false],[101,23,1,true,true,false],[101,50,1,true,false,false],[102,23,1,true,true,false],[102,81,1,true,false,false],[103,23,1,true,true,false],[103,54,1,true,false,false],[104,6,0,false,false,false],[106,75,1,true,true,false],[123,23,1,true,true,false],[123,47,1,true,false,false],[124,23,1,true,true,false],[124,52,1,true,false,false],[125,23,1,true,true,false],[125,53,1,true,false,false],[126,23,1,true,true,false],[126,47,1,true,false,false],[127,23,1,true,true,false],[127,47,1,true,false,false],[128,6,0,false,false,false],[130,50,1,true,true,false],[140,23,1,true,true,false],[140,57,1,true,false,false],[141,24,1,true,true,false],[141,52,1,true,false,false],[142,6,0,false,false,false],[146,64,1,true,true,false],[155,23,1,true,true,false],[155,55,1,true,false,false],[156,6,0,false,false,false],[158,56,1,true,true,false],[168,23,1,true,true,false],[168,51,1,true,false,false],[169,6,0,false,false,false],[173,40,1,true,true,false],[182,23,1,true,true,false],[182,63,1,true,false,false],[183,23,1,true,true,false],[183,54,1,true,false,false],[184,23,1,true,true,false],[184,49,1,true,false,false],[185,6,0,false,false,false],[187,51,1,true,true,false],[195,23,1,true,true,false],[195,49,1,true,false,false],[196,23,1,true,true,false],[196,50,1,true,false,false],[197,6,0,false,false,false],[201,55,1,true,true,false],[203,24,1,true,true,false],[203,31,1,true,false,false],[203,33,1,true,true,false],[203,39,1,true,false,false],[204,6,0,false,false,false],[206,51,1,true,true,false],[208,24,1,true,true,false],[208,31,1,true,false,false],[208,33,1,true,true,false],[208,52,1,true,false,false],[209,6,0,false,false,false],[211,60,1,true,true,false],[213,24,1,true,true,false],[213,31,1,true,false,false],[213,33,1,true,true,false],[213,44,1,true,false,false],[214,6,0,false,false,false],[216,51,1,true,true,false],[218,24,1,true,true,false],[218,31,1,true,false,false],[218,33,1,true,true,false],[218,39,1,true,false,false],[219,6,0,false,false,false],[223,41,1,true,true,false],[237,61,21,true,true,false],[237,91,1,true,false,false],[238,61,21,true,true,false],[238,91,1,true,false,false],[240,24,1,true,true,false],[240,30,1,true,false,false],[240,32,1,true,true,false],[240,38,1,true,false,false],[241,6,0,false,false,false],[243,39,1,true,true,false],[261,25,1,true,true,false],[261,29,1,true,false,false],[262,25,1,true,true,false],[262,29,1,true,false,false],[263,25,1,true,true,false],[263,29,1,true,false,false],[266,23,1,true,true,false],[266,36,1,true,false,false],[267,23,1,true,true,false],[267,36,1,true,false,false],[268,6,0,false,false,false],[272,69,1,true,true,false],[275,24,1,true,true,false],[275,47,1,true,false,false],[275,49,1,true,true,false],[275,67,1,true,false,false],[276,23,1,true,true,false],[276,80,0,true,true,false],[276,85,1,true,false,false],[277,6,0,false,false,false],[279,79,1,true,true,false],[282,24,1,true,true,false],[282,47,1,true,false,false],[282,49,1,true,true,false],[282,75,1,true,false,false],[283,6,0,false,false,false],[285,64,1,true,true,false],[288,23,1,true,true,false],[288,72,1,true,false,false],[289,23,1,true,true,false],[289,80,0,true,true,false],[289,85,1,true,false,false],[290,6,0,false,false,false],[292,41,1,true,true,false],[297,24,1,true,true,false],[297,30,1,true,false,false],[297,32,1,true,true,false],[297,38,1,true,false,false],[298,27,1,true,true,false],[298,33,1,true,false,false],[298,35,1,true,true,false],[298,41,1,true,false,false],[299,6,0,false,false,false],[306,57,1,true,true,false],[324,13,1,true,true,false],[324,37,1,true,false,false],[325,13,0,true,true,false],[325,102,1,true,false,false],[329,23,1,true,true,false],[329,46,1,true,false,false],[329,48,0,true,true,false],[329,92,1,true,false,false],[330,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":92,"covered":83,"percent":90.217391304347828},"instantiations":{"count":92,"covered":83,"percent":90.217391304347828},"lines":{"count":349,"covered":340,"percent":97.421203438395423},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":92,"covered":83,"notcovered":9,"percent":90.217391304347828}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift","mcdc_records":[],"segments":[[11,43,16,true,true,false],[14,102,16,true,true,false],[16,6,0,false,false,false],[18,46,16,true,true,false],[19,30,16,true,true,false],[21,10,16,true,false,false],[24,6,0,false,false,false],[28,63,1,true,true,false],[35,45,1,true,true,false],[41,24,1,true,true,false],[41,49,1,true,false,false],[41,51,1,true,true,false],[41,60,1,true,false,false],[42,6,0,false,false,false],[44,70,1,true,true,false],[51,45,1,true,true,false],[56,22,1,true,true,false],[56,49,1,true,false,false],[57,6,0,false,false,false],[62,53,1,true,true,false],[67,25,1,true,true,false],[67,32,1,true,false,false],[68,6,0,false,false,false],[72,43,1,true,true,false],[77,24,1,true,true,false],[77,30,1,true,false,false],[77,32,1,true,true,false],[77,41,1,true,false,false],[78,6,0,false,false,false],[80,45,1,true,true,false],[85,24,1,true,true,false],[85,30,1,true,false,false],[85,32,1,true,true,false],[85,44,1,true,false,false],[86,6,0,false,false,false],[88,53,1,true,true,false],[94,24,1,true,true,false],[94,30,1,true,false,false],[94,32,1,true,true,false],[94,50,1,true,false,false],[95,6,0,false,false,false],[99,40,1,true,true,false],[107,65,1,true,true,false],[107,83,1,true,false,false],[109,25,1,true,true,false],[109,29,1,true,false,false],[110,25,1,true,true,false],[110,46,1,true,false,false],[113,24,1,true,true,false],[113,40,1,true,false,false],[113,42,1,true,true,false],[113,51,1,true,false,false],[114,24,1,true,true,false],[114,42,1,true,false,false],[114,44,1,true,true,false],[114,51,1,true,false,false],[115,6,0,false,false,false],[117,42,1,true,true,false],[123,65,1,true,true,false],[123,83,1,true,false,false],[126,24,1,true,true,false],[126,42,1,true,false,false],[126,44,1,true,true,false],[126,53,1,true,false,false],[127,6,0,false,false,false],[131,66,1,true,true,false],[138,49,1,true,true,false],[146,22,1,true,true,false],[146,30,1,true,false,false],[146,32,0,true,true,false],[146,58,1,true,false,false],[147,24,1,true,true,false],[147,30,1,true,false,false],[147,32,1,true,true,false],[147,41,1,true,false,false],[147,43,0,true,true,false],[147,64,1,true,false,false],[152,6,0,false,false,false],[154,64,1,true,true,false],[166,49,1,true,true,false],[167,51,1,true,true,false],[175,24,1,true,true,false],[175,30,1,true,false,false],[175,32,1,true,true,false],[175,41,1,true,false,false],[176,24,1,true,true,false],[176,32,1,true,false,false],[176,34,1,true,true,false],[176,45,1,true,false,false],[181,6,0,false,false,false],[183,66,1,true,true,false],[190,49,1,true,true,false],[198,24,1,true,true,false],[198,30,1,true,false,false],[198,32,1,true,true,false],[198,41,1,true,false,false],[199,22,1,true,true,false],[199,30,1,true,false,false],[204,6,0,false,false,false],[208,46,1,true,true,false],[210,23,1,true,true,false],[210,38,1,true,false,false],[211,6,0,false,false,false],[213,64,1,true,true,false],[224,45,1,true,true,false],[229,22,1,true,true,false],[229,47,1,true,false,false],[230,6,0,false,false,false],[232,62,1,true,true,false],[239,45,1,true,true,false],[244,24,1,true,true,false],[244,49,1,true,false,false],[244,51,1,true,true,false],[244,60,1,true,false,false],[245,6,0,false,false,false],[249,62,1,true,true,false],[252,23,1,true,true,false],[252,38,1,true,false,false],[260,45,1,true,true,false],[266,24,1,true,true,false],[266,49,1,true,false,false],[266,51,1,true,true,false],[266,60,1,true,false,false],[267,6,0,false,false,false],[269,66,1,true,true,false],[276,45,1,true,true,false],[279,25,1,true,true,false],[279,50,1,true,false,false],[282,73,1,true,true,false],[288,22,1,true,true,false],[288,47,1,true,false,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":55,"percent":96.491228070175438},"instantiations":{"count":57,"covered":55,"percent":96.491228070175438},"lines":{"count":286,"covered":284,"percent":99.300699300699307},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":70,"notcovered":2,"percent":97.222222222222214}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift","mcdc_records":[],"segments":[[8,53,1,true,true,false],[13,24,1,true,true,false],[13,30,1,true,false,false],[13,32,1,true,true,false],[13,43,1,true,false,false],[14,6,0,false,false,false],[16,57,1,true,true,false],[21,24,1,true,true,false],[21,30,1,true,false,false],[21,32,1,true,true,false],[21,44,1,true,false,false],[22,6,0,false,false,false],[24,58,1,true,true,false],[29,24,1,true,true,false],[29,30,1,true,false,false],[29,32,1,true,true,false],[29,50,1,true,false,false],[30,6,0,false,false,false],[32,58,1,true,true,false],[38,24,1,true,true,false],[38,30,1,true,false,false],[38,32,1,true,true,false],[38,50,1,true,false,false],[39,6,0,false,false,false],[41,76,1,true,true,false],[46,24,1,true,true,false],[46,30,1,true,false,false],[46,32,1,true,true,false],[46,43,1,true,false,false],[47,6,0,false,false,false],[49,65,1,true,true,false],[55,23,1,true,true,false],[55,50,1,true,false,false],[56,23,1,true,true,false],[56,39,1,true,false,false],[57,6,0,false,false,false],[59,57,1,true,true,false],[65,24,1,true,true,false],[65,30,1,true,false,false],[65,32,1,true,true,false],[65,40,1,true,false,false],[66,6,0,false,false,false],[70,60,1,true,true,false],[80,23,1,true,true,false],[80,53,1,true,false,false],[81,23,1,true,true,false],[81,56,1,true,false,false],[82,23,1,true,true,false],[82,47,1,true,false,false],[83,6,0,false,false,false],[85,61,1,true,true,false],[96,24,1,true,true,false],[96,29,1,true,false,false],[96,31,1,true,true,false],[96,36,1,true,false,false],[97,6,0,false,false,false],[99,85,1,true,true,false],[109,27,1,true,true,false],[109,32,1,true,false,false],[109,34,1,true,true,false],[109,39,1,true,false,false],[110,6,0,false,false,false],[114,49,1,true,true,false],[120,24,1,true,true,false],[120,48,1,true,false,false],[120,50,1,true,true,false],[120,68,1,true,false,false],[121,24,1,true,true,false],[121,43,1,true,false,false],[121,45,1,true,true,false],[121,53,1,true,false,false],[122,24,1,true,true,false],[122,46,1,true,false,false],[122,48,1,true,true,false],[122,59,1,true,false,false],[123,23,1,true,true,false],[123,40,1,true,false,false],[124,25,1,true,true,false],[124,35,1,true,false,false],[125,6,0,false,false,false],[127,51,1,true,true,false],[134,24,1,true,true,false],[134,46,1,true,false,false],[134,48,1,true,true,false],[134,64,1,true,false,false],[135,6,0,false,false,false],[139,46,1,true,true,false],[146,24,1,true,true,false],[146,41,1,true,false,false],[146,43,1,true,true,false],[146,46,1,true,false,false],[147,24,1,true,true,false],[147,45,1,true,false,false],[147,47,1,true,true,false],[147,53,1,true,false,false],[148,24,1,true,true,false],[148,44,1,true,false,false],[148,46,1,true,true,false],[148,62,1,true,false,false],[149,6,0,false,false,false],[153,49,1,true,true,false],[163,24,1,true,true,false],[163,55,1,true,false,false],[163,57,1,true,true,false],[163,75,1,true,false,false],[164,24,1,true,true,false],[164,50,1,true,false,false],[164,52,1,true,true,false],[164,60,1,true,false,false],[165,24,1,true,true,false],[165,46,1,true,false,false],[165,48,1,true,true,false],[165,49,1,true,false,false],[166,6,0,false,false,false],[170,50,1,true,true,false],[182,48,1,true,true,false],[186,69,1,true,true,false],[188,24,1,true,true,false],[188,56,1,true,false,false],[188,58,1,true,true,false],[188,91,1,true,false,false],[189,24,1,true,true,false],[189,51,1,true,false,false],[189,53,1,true,true,false],[189,81,1,true,false,false],[190,24,1,true,true,false],[190,54,1,true,false,false],[190,56,1,true,true,false],[190,87,1,true,false,false],[191,24,1,true,true,false],[191,47,1,true,false,false],[191,49,1,true,true,false],[191,73,1,true,false,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":66,"percent":100},"instantiations":{"count":66,"covered":66,"percent":100},"lines":{"count":212,"covered":212,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":68,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift","mcdc_records":[],"segments":[[9,43,14,true,true,false],[12,102,14,true,true,false],[14,6,0,false,false,false],[16,46,14,true,true,false],[17,30,14,true,true,false],[19,10,14,true,false,false],[22,6,0,false,false,false],[26,54,1,true,true,false],[28,23,1,true,true,false],[28,37,1,true,false,false],[29,6,0,false,false,false],[31,62,1,true,true,false],[33,73,1,true,true,false],[40,23,1,true,true,false],[40,37,1,true,false,false],[41,6,0,false,false,false],[45,50,1,true,true,false],[64,45,1,true,true,false],[68,24,1,true,true,false],[68,36,1,true,false,false],[68,38,1,true,true,false],[68,39,1,true,false,false],[69,24,1,true,true,false],[69,58,1,true,false,false],[69,60,1,true,true,false],[69,78,1,true,false,false],[70,24,1,true,true,false],[70,49,1,true,false,false],[70,51,1,true,true,false],[70,52,1,true,false,false],[71,24,1,true,true,false],[71,58,1,true,false,false],[71,60,1,true,true,false],[71,82,1,true,false,false],[72,6,0,false,false,false],[76,56,1,true,true,false],[83,45,1,true,true,false],[86,24,1,true,true,false],[86,36,1,true,false,false],[86,38,1,true,true,false],[86,39,1,true,false,false],[87,24,1,true,true,false],[87,58,1,true,false,false],[87,60,1,true,true,false],[87,78,1,true,false,false],[88,6,0,false,false,false],[90,64,1,true,true,false],[97,46,1,true,true,false],[108,46,1,true,true,false],[112,24,1,true,true,false],[112,36,1,true,false,false],[112,38,1,true,true,false],[112,39,1,true,false,false],[113,24,1,true,true,false],[113,49,1,true,false,false],[113,51,1,true,true,false],[113,52,1,true,false,false],[114,6,0,false,false,false],[116,73,1,true,true,false],[123,46,1,true,true,false],[131,46,1,true,true,false],[135,24,1,true,true,false],[135,36,1,true,false,false],[135,38,1,true,true,false],[135,39,1,true,false,false],[138,38,2,true,true,false],[138,62,1,true,false,false],[139,24,1,true,true,false],[139,37,1,true,false,false],[139,39,1,true,true,false],[139,40,1,true,false,false],[139,42,0,true,true,false],[139,78,1,true,false,false],[140,6,0,false,false,false],[144,64,1,true,true,false],[150,45,1,true,true,false],[152,75,1,true,true,false],[155,23,1,true,true,false],[155,37,1,true,false,false],[156,6,0,false,false,false],[158,63,1,true,true,false],[160,78,1,true,true,false],[162,23,1,true,true,false],[162,37,1,true,false,false],[163,6,0,false,false,false],[167,60,1,true,true,false],[173,45,1,true,true,false],[176,25,1,true,true,false],[176,30,1,true,false,false],[177,24,1,true,true,false],[177,50,1,true,false,false],[177,52,1,true,true,false],[177,60,1,true,false,false],[178,6,0,false,false,false],[180,59,1,true,true,false],[182,22,1,true,true,false],[182,27,1,true,false,false],[183,6,0,false,false,false],[185,63,1,true,true,false],[202,69,1,true,true,false],[206,24,1,true,true,false],[206,37,1,true,false,false],[206,39,1,true,true,false],[206,40,1,true,false,false],[207,24,1,true,true,false],[207,59,1,true,false,false],[207,61,1,true,true,false],[207,79,1,true,false,false],[208,6,0,false,false,false],[210,72,1,true,true,false],[223,45,1,true,true,false],[227,24,1,true,true,false],[227,37,1,true,false,false],[227,39,1,true,true,false],[227,40,1,true,false,false],[228,24,1,true,true,false],[228,51,1,true,false,false],[228,53,1,true,true,false],[228,64,1,true,false,false],[229,24,1,true,true,false],[229,55,1,true,false,false],[229,57,1,true,true,false],[229,69,1,true,false,false],[230,6,0,false,false,false],[234,41,1,true,true,false],[240,46,1,true,true,false],[244,24,1,true,true,false],[244,37,1,true,false,false],[244,39,1,true,true,false],[244,40,1,true,false,false],[247,104,1,true,true,false],[251,24,1,true,true,false],[251,37,1,true,false,false],[251,39,1,true,true,false],[251,40,1,true,false,false],[252,6,0,false,false,false],[254,57,1,true,true,false],[260,46,1,true,true,false],[266,104,1,true,true,false],[273,23,1,true,true,false],[273,37,1,true,false,false],[274,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":61,"covered":60,"percent":98.360655737704917},"instantiations":{"count":61,"covered":60,"percent":98.360655737704917},"lines":{"count":284,"covered":283,"percent":99.647887323943664},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":79,"notcovered":1,"percent":98.75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift","mcdc_records":[],"segments":[[14,35,4,true,true,false],[16,6,0,false,false,false],[18,43,9,true,true,false],[21,102,9,true,true,false],[23,6,0,false,false,false],[25,46,9,true,true,false],[26,30,9,true,true,false],[28,10,9,true,false,false],[31,6,0,false,false,false],[35,54,1,true,true,false],[42,24,1,true,true,false],[42,50,1,true,false,false],[42,52,1,true,true,false],[42,68,1,true,false,false],[43,24,1,true,true,false],[43,45,1,true,false,false],[43,47,1,true,true,false],[43,53,1,true,false,false],[44,24,1,true,true,false],[44,36,1,true,false,false],[44,38,1,true,true,false],[44,54,1,true,false,false],[45,6,0,false,false,false],[47,42,1,true,true,false],[65,24,1,true,true,false],[65,37,1,true,false,false],[65,39,1,true,true,false],[65,52,1,true,false,false],[68,27,1,true,true,false],[68,40,1,true,false,false],[68,42,1,true,true,false],[68,55,1,true,false,false],[69,6,0,false,false,false],[73,66,1,true,true,false],[90,45,1,true,true,false],[94,25,1,true,true,false],[94,31,1,true,false,false],[95,24,1,true,true,false],[95,51,1,true,false,false],[95,53,1,true,true,false],[95,64,1,true,false,false],[96,24,1,true,true,false],[96,47,1,true,false,false],[96,49,1,true,true,false],[96,50,1,true,false,false],[97,24,1,true,true,false],[97,57,1,true,false,false],[97,59,1,true,true,false],[97,62,1,true,false,false],[98,24,1,true,true,false],[98,61,1,true,false,false],[98,63,1,true,true,false],[98,66,1,true,false,false],[99,6,0,false,false,false],[101,67,1,true,true,false],[111,46,1,true,true,false],[117,46,1,true,true,false],[121,24,1,true,true,false],[121,47,1,true,false,false],[121,49,1,true,true,false],[121,50,1,true,false,false],[122,24,1,true,true,false],[122,61,1,true,false,false],[122,63,1,true,true,false],[122,66,1,true,false,false],[123,6,0,false,false,false],[125,75,1,true,true,false],[142,49,1,true,true,false],[143,51,1,true,true,false],[147,24,1,true,true,false],[147,40,1,true,false,false],[147,42,1,true,true,false],[147,43,1,true,false,false],[152,24,1,true,true,false],[152,65,1,true,false,false],[152,67,1,true,true,false],[152,70,1,true,false,false],[153,24,1,true,true,false],[153,67,1,true,false,false],[153,69,1,true,true,false],[153,72,1,true,false,false],[154,6,0,false,false,false],[158,77,1,true,true,false],[166,45,1,true,true,false],[173,23,1,true,true,false],[173,56,1,true,false,false],[173,58,0,true,true,false],[173,90,1,true,false,false],[174,23,1,true,true,false],[174,49,1,true,false,false],[174,51,0,true,true,false],[174,83,1,true,false,false],[175,23,1,true,true,false],[175,50,1,true,false,false],[175,52,0,true,true,false],[175,77,1,true,false,false],[176,23,1,true,true,false],[176,46,1,true,false,false],[176,48,0,true,true,false],[176,79,1,true,false,false],[177,23,1,true,true,false],[177,49,1,true,false,false],[177,51,0,true,true,false],[177,82,1,true,false,false],[178,23,1,true,true,false],[178,75,1,true,false,false],[178,77,0,true,true,false],[178,113,1,true,false,false],[179,23,1,true,true,false],[179,53,1,true,false,false],[179,55,0,true,true,false],[179,91,1,true,false,false],[180,6,0,false,false,false],[182,83,1,true,true,false],[196,49,1,true,true,false],[197,51,1,true,true,false],[203,23,1,true,true,false],[203,49,1,true,false,false],[204,23,1,true,true,false],[204,51,1,true,false,false],[207,23,1,true,true,false],[207,46,1,true,false,false],[208,23,1,true,true,false],[208,49,1,true,false,false],[209,23,1,true,true,false],[209,51,1,true,false,false],[210,6,0,false,false,false],[214,69,1,true,true,false],[220,45,1,true,true,false],[224,24,1,true,true,false],[224,49,1,true,false,false],[224,51,1,true,true,false],[224,60,1,true,false,false],[225,6,0,false,false,false],[227,68,1,true,true,false],[243,69,1,true,true,false],[247,24,1,true,true,false],[247,37,1,true,false,false],[247,39,1,true,true,false],[247,40,1,true,false,false],[248,25,1,true,true,false],[248,50,1,true,false,false],[249,22,1,true,true,false],[249,49,1,true,false,false],[250,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":59,"percent":89.393939393939391},"instantiations":{"count":66,"covered":59,"percent":89.393939393939391},"lines":{"count":272,"covered":265,"percent":97.42647058823529},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":71,"notcovered":7,"percent":91.025641025641022}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift","mcdc_records":[],"segments":[[4,34,3,true,true,false],[4,58,0,false,false,false],[7,124,3,true,true,false],[13,21,0,true,true,false],[13,55,3,true,false,false],[21,12,3,true,true,false],[22,30,3,true,true,false],[23,10,3,true,false,false],[23,17,0,true,true,false],[25,10,3,true,true,false],[35,10,3,true,false,false],[36,6,0,false,false,false],[38,53,1,true,true,false],[48,24,1,true,true,false],[48,35,1,true,false,false],[48,37,1,true,true,false],[48,38,1,true,false,false],[48,40,0,true,true,false],[48,121,1,true,false,false],[49,6,0,false,false,false],[51,57,1,true,true,false],[62,27,1,true,true,false],[62,38,1,true,false,false],[62,40,1,true,true,false],[62,41,1,true,false,false],[62,43,0,true,true,false],[62,105,1,true,false,false],[63,6,0,false,false,false],[65,55,1,true,true,false],[73,27,1,true,true,false],[73,38,1,true,false,false],[73,40,1,true,true,false],[73,41,1,true,false,false],[73,43,0,true,true,false],[73,85,1,true,false,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":11,"percent":73.333333333333329},"instantiations":{"count":15,"covered":11,"percent":73.333333333333329},"lines":{"count":76,"covered":71,"percent":93.421052631578945},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":14,"notcovered":5,"percent":73.68421052631578}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift","mcdc_records":[],"segments":[[9,71,1,true,true,false],[12,77,0,true,true,false],[12,98,1,true,false,false],[16,24,1,true,true,false],[16,32,1,true,false,false],[16,34,1,true,true,false],[16,35,1,true,false,false],[17,24,1,true,true,false],[17,45,1,true,false,false],[17,47,1,true,true,false],[17,48,1,true,false,false],[18,6,0,false,false,false],[20,69,1,true,true,false],[24,77,0,true,true,false],[24,98,1,true,false,false],[28,24,1,true,true,false],[28,32,1,true,false,false],[28,34,1,true,true,false],[28,35,1,true,false,false],[29,6,0,false,false,false],[31,65,1,true,true,false],[34,77,1,true,true,false],[34,98,1,true,false,false],[38,24,1,true,true,false],[38,32,1,true,false,false],[38,34,1,true,true,false],[38,35,1,true,false,false],[39,24,1,true,true,false],[39,47,1,true,false,false],[39,49,1,true,true,false],[39,50,1,true,false,false],[40,24,1,true,true,false],[40,45,1,true,false,false],[40,47,1,true,true,false],[40,52,1,true,false,false],[41,6,0,false,false,false],[43,75,1,true,true,false],[46,77,1,true,true,false],[46,98,1,true,false,false],[50,24,1,true,true,false],[50,32,1,true,false,false],[50,34,1,true,true,false],[50,35,1,true,false,false],[51,24,1,true,true,false],[51,47,1,true,false,false],[51,49,1,true,true,false],[51,50,1,true,false,false],[52,24,1,true,true,false],[52,45,1,true,false,false],[52,47,1,true,true,false],[52,51,1,true,false,false],[53,6,0,false,false,false],[64,20,5,true,true,false],[65,62,5,true,true,false],[65,70,5,true,false,false],[65,73,0,true,true,false],[65,80,5,true,false,false],[82,15,5,true,true,false],[91,14,5,true,false,false],[92,15,0,true,true,false],[92,36,5,true,false,false],[96,15,5,true,true,false],[96,97,5,true,false,false],[97,15,0,true,true,false],[97,33,5,true,false,false],[110,2,0,false,false,false],[117,41,4,true,true,false],[117,42,0,false,false,false],[118,43,4,true,true,false],[118,44,0,false,false,false],[121,34,4,true,true,false],[125,6,0,false,false,false],[127,49,2,true,true,false],[130,6,0,false,false,false],[132,93,0,true,true,false],[134,6,0,false,false,false],[136,90,0,true,true,false],[138,6,0,false,false,false],[140,91,2,true,true,false],[144,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":30,"percent":88.235294117647058},"instantiations":{"count":34,"covered":30,"percent":88.235294117647058},"lines":{"count":133,"covered":125,"percent":93.984962406015043},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":33,"notcovered":7,"percent":82.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift","mcdc_records":[],"segments":[[15,42,1,true,true,false],[23,24,1,true,true,false],[23,39,1,true,false,false],[23,41,1,true,true,false],[23,42,1,true,false,false],[23,44,0,true,true,false],[23,71,1,true,false,false],[24,24,1,true,true,false],[24,41,1,true,false,false],[24,43,1,true,true,false],[24,58,1,true,false,false],[24,60,0,true,true,false],[24,88,1,true,false,false],[25,24,1,true,true,false],[25,41,1,true,false,false],[25,43,1,true,true,false],[25,57,1,true,false,false],[25,59,0,true,true,false],[25,87,1,true,false,false],[26,6,0,false,false,false],[28,46,1,true,true,false],[36,24,1,true,true,false],[36,39,1,true,false,false],[36,41,1,true,true,false],[36,42,1,true,false,false],[37,24,1,true,true,false],[37,41,1,true,false,false],[37,43,1,true,true,false],[37,61,1,true,false,false],[37,63,0,true,true,false],[37,92,1,true,false,false],[38,6,0,false,false,false],[42,48,1,true,true,false],[51,24,1,true,true,false],[51,39,1,true,false,false],[51,41,1,true,true,false],[51,42,1,true,false,false],[51,44,0,true,true,false],[51,72,1,true,false,false],[53,41,1,true,true,false],[53,71,1,true,false,false],[54,25,1,true,true,false],[54,34,1,true,false,false],[54,36,0,true,true,false],[54,63,1,true,false,false],[55,24,1,true,true,false],[55,39,1,true,false,false],[55,41,1,true,true,false],[55,55,1,true,false,false],[57,38,2,true,true,false],[57,65,1,true,false,false],[58,25,1,true,true,false],[58,31,1,true,false,false],[58,33,0,true,true,false],[58,57,1,true,false,false],[59,24,1,true,true,false],[59,36,1,true,false,false],[59,38,1,true,true,false],[59,52,1,true,false,false],[60,6,0,false,false,false],[62,50,1,true,true,false],[72,24,1,true,true,false],[72,39,1,true,false,false],[72,41,1,true,true,false],[72,42,1,true,false,false],[72,44,0,true,true,false],[72,74,1,true,false,false],[73,24,1,true,true,false],[73,41,1,true,false,false],[73,43,1,true,true,false],[73,49,1,true,false,false],[74,24,1,true,true,false],[74,41,1,true,false,false],[74,43,1,true,true,false],[74,53,1,true,false,false],[75,24,1,true,true,false],[75,41,1,true,false,false],[75,43,1,true,true,false],[75,49,1,true,false,false],[76,24,1,true,true,false],[76,41,1,true,false,false],[76,43,1,true,true,false],[76,58,1,true,false,false],[77,24,1,true,true,false],[77,41,1,true,false,false],[77,43,1,true,true,false],[77,49,1,true,false,false],[78,24,1,true,true,false],[78,41,1,true,false,false],[78,43,1,true,true,false],[78,48,1,true,false,false],[79,6,0,false,false,false],[83,42,1,true,true,false],[95,24,1,true,true,false],[95,39,1,true,false,false],[95,41,1,true,true,false],[95,42,1,true,false,false],[95,44,0,true,true,false],[95,78,1,true,false,false],[96,23,1,true,true,false],[96,42,1,true,true,false],[96,72,1,true,false,false],[96,74,0,true,true,false],[96,101,1,true,false,false],[97,23,1,true,true,false],[97,42,2,true,true,false],[97,69,1,true,false,false],[97,71,0,true,true,false],[97,95,1,true,false,false],[98,23,1,true,true,false],[98,42,3,true,true,false],[98,69,1,true,false,false],[98,71,0,true,true,false],[98,95,1,true,false,false],[99,6,0,false,false,false],[103,38,1,true,true,false],[112,24,1,true,true,false],[112,39,1,true,false,false],[112,41,1,true,true,false],[112,42,1,true,false,false],[112,44,0,true,true,false],[112,85,1,true,false,false],[113,24,1,true,true,false],[113,41,1,true,false,false],[113,43,1,true,true,false],[113,58,1,true,false,false],[114,24,1,true,true,false],[114,41,1,true,false,false],[114,43,1,true,true,false],[114,57,1,true,false,false],[115,6,0,false,false,false],[117,39,1,true,true,false],[129,24,1,true,true,false],[129,39,1,true,false,false],[129,41,1,true,true,false],[129,42,1,true,false,false],[129,44,0,true,true,false],[129,91,1,true,false,false],[130,24,1,true,true,false],[130,41,1,true,false,false],[130,43,1,true,true,false],[130,58,1,true,false,false],[131,6,0,false,false,false],[135,43,1,true,true,false],[143,24,1,true,true,false],[143,39,1,true,false,false],[143,41,1,true,true,false],[143,42,1,true,false,false],[143,44,0,true,true,false],[143,76,1,true,false,false],[144,24,1,true,true,false],[144,41,1,true,false,false],[144,43,1,true,true,false],[144,57,1,true,false,false],[144,59,0,true,true,false],[144,93,1,true,false,false],[145,6,0,false,false,false],[147,31,1,true,true,false],[158,24,1,true,true,false],[158,39,1,true,false,false],[158,41,1,true,true,false],[158,42,1,true,false,false],[158,44,0,true,true,false],[158,75,1,true,false,false],[159,6,0,false,false,false],[163,33,1,true,true,false],[166,23,1,true,true,false],[166,40,1,true,false,false],[166,42,0,true,true,false],[166,83,1,true,false,false],[167,6,0,false,false,false],[169,41,1,true,true,false],[178,23,1,true,true,false],[178,40,1,true,false,false],[178,42,0,true,true,false],[178,92,1,true,false,false],[179,6,0,false,false,false],[181,34,1,true,true,false],[189,23,1,true,true,false],[189,40,1,true,false,false],[189,42,0,true,true,false],[189,91,1,true,false,false],[190,6,0,false,false,false],[194,37,1,true,true,false],[215,24,1,true,true,false],[215,39,1,true,false,false],[215,41,1,true,true,false],[215,42,1,true,false,false],[215,44,0,true,true,false],[215,87,1,true,false,false],[216,23,1,true,true,false],[216,42,1,true,true,false],[216,72,1,true,false,false],[217,23,1,true,true,false],[217,42,2,true,true,false],[217,69,1,true,false,false],[218,23,1,true,true,false],[218,42,3,true,true,false],[218,69,1,true,false,false],[219,6,0,false,false,false],[221,38,1,true,true,false],[232,24,1,true,true,false],[232,39,1,true,false,false],[232,41,1,true,true,false],[232,42,1,true,false,false],[234,44,2,true,true,false],[234,77,1,true,false,false],[235,24,1,true,true,false],[235,42,1,true,false,false],[235,44,1,true,true,false],[235,67,1,true,false,false],[235,69,0,true,true,false],[235,102,1,true,false,false],[237,42,3,true,true,false],[237,70,1,true,false,false],[238,24,1,true,true,false],[238,40,1,true,false,false],[238,42,1,true,true,false],[238,61,1,true,false,false],[238,63,0,true,true,false],[238,96,1,true,false,false],[239,6,0,false,false,false],[243,42,1,true,true,false],[254,24,1,true,true,false],[254,39,1,true,false,false],[254,41,1,true,true,false],[254,42,1,true,false,false],[254,44,0,true,true,false],[254,80,1,true,false,false],[255,23,1,true,true,false],[255,42,1,true,true,false],[255,65,1,true,false,false],[256,23,1,true,true,false],[256,42,2,true,true,false],[256,70,1,true,false,false],[257,23,1,true,true,false],[257,42,3,true,true,false],[257,74,1,true,false,false],[258,23,1,true,true,false],[258,42,4,true,true,false],[258,68,1,true,false,false],[259,6,0,false,false,false],[263,43,1,true,true,false],[276,24,1,true,true,false],[276,39,1,true,false,false],[276,41,1,true,true,false],[276,42,1,true,false,false],[276,44,0,true,true,false],[276,80,1,true,false,false],[277,23,1,true,true,false],[277,42,1,true,true,false],[277,74,1,true,false,false],[278,23,1,true,true,false],[278,42,2,true,true,false],[278,70,1,true,false,false],[279,24,1,true,true,false],[279,40,1,true,true,false],[279,72,1,true,false,false],[279,80,1,true,true,false],[279,102,1,true,false,false],[280,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":137,"covered":112,"percent":81.751824817518255},"instantiations":{"count":137,"covered":112,"percent":81.751824817518255},"lines":{"count":356,"covered":331,"percent":92.977528089887642},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":137,"covered":112,"notcovered":25,"percent":81.751824817518255}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift","mcdc_records":[],"segments":[[7,39,1,true,true,false],[12,23,1,true,true,false],[12,27,1,true,false,false],[12,29,0,true,true,false],[12,82,1,true,false,false],[13,6,0,false,false,false],[15,43,1,true,true,false],[17,23,1,true,true,false],[17,33,1,true,false,false],[18,24,1,true,true,false],[18,37,1,true,false,false],[19,22,1,true,true,false],[19,30,1,true,false,false],[20,22,1,true,true,false],[20,36,1,true,false,false],[21,6,0,false,false,false],[23,36,1,true,true,false],[26,24,1,true,true,false],[26,26,1,true,false,false],[26,28,1,true,true,false],[26,30,1,true,false,false],[27,6,0,false,false,false],[29,38,1,true,true,false],[37,24,1,true,true,false],[37,42,1,true,false,false],[37,44,1,true,true,false],[37,52,1,true,false,false],[38,24,1,true,true,false],[38,43,1,true,false,false],[38,45,1,true,true,false],[38,46,1,true,false,false],[39,6,0,false,false,false],[41,43,1,true,true,false],[45,24,1,true,true,false],[45,26,1,true,false,false],[45,28,1,true,true,false],[45,30,1,true,false,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":18,"percent":94.73684210526315},"instantiations":{"count":19,"covered":18,"percent":94.73684210526315},"lines":{"count":50,"covered":49,"percent":98},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":18,"notcovered":1,"percent":94.73684210526315}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift","mcdc_records":[],"segments":[[11,48,0,true,true,false],[11,55,0,false,false,false],[15,57,1,true,true,false],[23,10,1,true,true,false],[32,23,1,true,true,false],[32,50,1,true,false,false],[32,52,0,true,true,false],[32,102,1,true,false,false],[35,13,1,true,true,false],[35,36,1,true,false,false],[36,13,0,true,true,false],[36,83,1,true,false,false],[40,6,0,false,false,false],[42,52,1,true,true,false],[53,25,1,true,true,false],[53,32,1,true,false,false],[55,6,0,false,false,false],[59,51,1,true,true,false],[67,10,1,true,true,false],[79,23,1,true,true,false],[79,46,1,true,false,false],[80,23,1,true,true,false],[80,45,1,true,false,false],[83,6,0,false,false,false],[85,53,1,true,true,false],[90,39,3,true,true,false],[91,18,3,true,true,false],[99,31,3,true,true,false],[99,62,3,true,false,false],[102,10,1,true,false,false],[105,31,3,true,true,false],[107,10,1,true,true,false],[110,6,0,false,false,false],[114,68,0,true,true,false],[122,6,0,false,false,false],[129,54,1,true,true,false],[138,23,1,true,true,false],[138,49,1,true,false,false],[138,51,0,true,true,false],[138,89,1,true,false,false],[139,23,1,true,true,false],[139,44,1,true,false,false],[139,46,0,true,true,false],[139,91,1,true,false,false],[141,13,1,true,true,false],[141,35,1,true,false,false],[141,37,0,true,true,false],[141,105,1,true,false,false],[146,6,0,false,false,false],[148,38,1,true,true,false],[157,37,4,true,true,false],[162,27,4,true,true,false],[162,48,4,true,false,false],[162,50,0,true,true,false],[162,94,4,true,false,false],[164,17,4,true,true,false],[164,46,3,true,true,false],[164,71,4,true,false,false],[164,75,2,true,true,false],[164,100,4,true,false,false],[165,24,1,true,true,false],[165,49,4,true,false,false],[165,53,0,true,true,false],[165,83,4,true,false,false],[166,17,0,true,true,false],[166,61,4,true,false,false],[168,10,1,true,true,false],[171,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":22,"percent":68.75},"instantiations":{"count":32,"covered":22,"percent":68.75},"lines":{"count":190,"covered":172,"percent":90.526315789473685},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":28,"notcovered":10,"percent":73.68421052631578}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift","mcdc_records":[],"segments":[[9,27,1,true,true,false],[12,6,0,false,false,false],[14,30,1,true,true,false],[17,6,0,false,false,false],[19,88,1,true,true,false],[26,42,1,true,true,false],[28,10,1,true,false,false],[31,12,1,true,true,false],[32,59,0,true,true,false],[34,10,1,true,false,false],[34,17,1,true,true,false],[38,17,1,true,true,false],[38,61,1,true,false,false],[38,63,0,true,true,false],[38,100,1,true,false,false],[40,27,1,true,true,false],[40,60,1,true,false,false],[40,62,0,true,true,false],[40,97,1,true,false,false],[41,10,1,true,true,false],[42,6,0,false,false,false],[50,28,1,true,true,false],[50,51,0,false,false,false],[51,36,0,true,true,false],[51,38,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":7,"percent":70},"instantiations":{"count":10,"covered":7,"percent":70},"lines":{"count":41,"covered":37,"percent":90.243902439024396},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":10,"notcovered":4,"percent":71.428571428571431}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift","mcdc_records":[],"segments":[[21,43,1,true,true,false],[35,6,0,false,false,false],[38,50,1,true,true,false],[46,6,0,false,false,false],[49,45,1,true,true,false],[58,6,0,false,false,false],[63,37,1,true,true,false],[76,6,0,false,false,false],[79,44,1,true,true,false],[85,6,0,false,false,false],[88,39,1,true,true,false],[97,6,0,false,false,false],[102,40,1,true,true,false],[112,6,0,false,false,false],[115,47,1,true,true,false],[122,6,0,false,false,false],[125,42,1,true,true,false],[131,6,0,false,false,false],[136,36,1,true,true,false],[145,6,0,false,false,false],[148,43,1,true,true,false],[151,6,0,false,false,false],[154,38,1,true,true,false],[160,6,0,false,false,false],[165,43,1,true,true,false],[174,6,0,false,false,false],[177,50,1,true,true,false],[183,6,0,false,false,false],[186,45,1,true,true,false],[192,6,0,false,false,false],[197,42,1,true,true,false],[212,6,0,false,false,false],[215,48,1,true,true,false],[223,6,0,false,false,false],[228,37,1,true,true,false],[236,6,0,false,false,false],[239,43,1,true,true,false],[244,6,0,false,false,false],[249,36,1,true,true,false],[267,6,0,false,false,false],[272,33,1,true,true,false],[289,6,0,false,false,false],[294,34,1,true,true,false],[313,6,0,false,false,false],[316,46,1,true,true,false],[333,6,0,false,false,false],[338,38,1,true,true,false],[344,29,1,true,true,false],[346,10,1,true,false,false],[349,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":25,"percent":100},"instantiations":{"count":25,"covered":25,"percent":100},"lines":{"count":266,"covered":266,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":25,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift","mcdc_records":[],"segments":[[13,40,4,true,true,false],[14,32,4,true,true,false],[15,29,4,true,true,false],[17,10,4,true,false,false],[18,6,0,false,false,false],[20,43,4,true,true,false],[21,29,4,true,true,false],[23,10,4,true,false,false],[24,35,4,true,true,false],[25,6,0,false,false,false],[27,61,1,true,true,false],[35,12,1,true,true,false],[36,55,1,true,true,false],[38,10,1,true,false,false],[38,17,0,true,true,false],[41,10,1,true,true,false],[42,6,0,false,false,false],[44,43,1,true,true,false],[46,25,1,true,true,false],[46,36,1,true,false,false],[46,38,0,true,true,false],[46,72,1,true,false,false],[47,6,0,false,false,false],[49,49,1,true,true,false],[50,9,0,false,true,false],[50,18,1,true,false,false],[52,17,1,true,true,false],[52,62,1,true,false,false],[53,17,1,true,true,false],[53,28,1,true,false,false],[54,17,0,true,true,false],[54,58,1,true,false,false],[56,9,0,false,true,false],[56,15,1,true,false,false],[57,6,0,false,false,false],[59,67,1,true,true,false],[62,45,1,true,true,false],[62,56,1,true,false,false],[69,77,1,true,true,false],[71,23,1,true,true,false],[71,30,1,true,false,false],[72,24,1,true,true,false],[72,50,1,true,false,false],[72,52,1,true,true,false],[72,53,1,true,false,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":15,"percent":88.235294117647058},"instantiations":{"count":17,"covered":15,"percent":88.235294117647058},"lines":{"count":69,"covered":65,"percent":94.20289855072464},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":21,"notcovered":3,"percent":87.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift","mcdc_records":[],"segments":[[10,40,11,true,true,false],[11,32,11,true,true,false],[14,6,0,false,false,false],[16,43,11,true,true,false],[18,35,11,true,true,false],[19,6,0,false,false,false],[23,40,1,true,true,false],[25,45,1,true,true,false],[32,10,1,true,false,false],[34,92,1,true,true,false],[36,24,1,true,true,false],[36,39,1,true,false,false],[36,41,1,true,true,false],[36,42,1,true,false,false],[37,24,1,true,true,false],[37,37,1,true,false,false],[37,39,1,true,true,false],[37,52,1,true,false,false],[38,24,1,true,true,false],[38,37,1,true,false,false],[38,39,1,true,true,false],[38,41,1,true,false,false],[40,24,1,true,true,false],[40,38,1,true,false,false],[40,40,1,true,true,false],[40,41,1,true,false,false],[41,24,1,true,true,false],[41,46,1,true,false,false],[41,48,1,true,true,false],[41,63,1,true,false,false],[42,24,1,true,true,false],[42,40,1,true,false,false],[42,42,1,true,true,false],[42,51,1,true,false,false],[43,6,0,false,false,false],[45,44,1,true,true,false],[47,45,1,true,true,false],[54,10,1,true,false,false],[56,92,1,true,true,false],[58,24,1,true,true,false],[58,39,1,true,false,false],[58,41,1,true,true,false],[58,42,1,true,false,false],[59,24,1,true,true,false],[59,37,1,true,false,false],[59,39,1,true,true,false],[59,58,1,true,false,false],[60,6,0,false,false,false],[62,35,1,true,true,false],[63,47,1,true,true,false],[65,10,1,true,false,false],[69,24,1,true,true,false],[69,28,1,true,false,false],[69,30,1,true,true,false],[69,42,1,true,false,false],[71,24,1,true,true,false],[71,38,1,true,false,false],[71,40,1,true,true,false],[71,41,1,true,false,false],[72,24,1,true,true,false],[72,46,1,true,false,false],[72,48,1,true,true,false],[72,64,1,true,false,false],[73,6,0,false,false,false],[75,46,1,true,true,false],[76,51,1,true,true,false],[83,10,1,true,false,false],[85,92,1,true,true,false],[87,24,1,true,true,false],[87,39,1,true,false,false],[87,41,1,true,true,false],[87,42,1,true,false,false],[88,23,1,true,true,false],[88,56,1,true,false,false],[90,24,1,true,true,false],[90,38,1,true,false,false],[90,40,1,true,true,false],[90,41,1,true,false,false],[91,24,1,true,true,false],[91,46,1,true,false,false],[91,48,1,true,true,false],[91,64,1,true,false,false],[92,6,0,false,false,false],[96,37,1,true,true,false],[99,12,1,true,true,false],[100,80,0,true,true,false],[102,10,1,true,false,false],[102,17,1,true,true,false],[103,64,1,true,true,false],[104,24,1,true,true,false],[104,39,1,true,false,false],[105,17,1,true,true,false],[107,26,1,true,false,false],[108,17,0,true,true,false],[109,73,1,true,false,false],[110,18,1,true,true,false],[111,14,1,true,false,false],[111,20,0,true,true,false],[113,14,1,true,true,false],[114,10,1,true,true,false],[115,6,0,false,false,false],[117,43,1,true,true,false],[120,12,1,true,true,false],[121,87,0,true,true,false],[123,10,1,true,false,false],[123,17,1,true,true,false],[124,64,1,true,true,false],[125,24,1,true,true,false],[125,39,1,true,false,false],[126,17,1,true,true,false],[128,26,1,true,false,false],[129,17,0,true,true,false],[130,73,1,true,false,false],[131,18,1,true,true,false],[132,14,1,true,false,false],[132,20,0,true,true,false],[134,14,1,true,true,false],[135,10,1,true,true,false],[136,6,0,false,false,false],[140,38,1,true,true,false],[144,12,1,true,true,false],[145,81,0,true,true,false],[147,10,1,true,false,false],[147,17,1,true,true,false],[148,64,1,true,true,false],[149,24,1,true,true,false],[149,39,1,true,false,false],[150,17,1,true,true,false],[152,26,1,true,false,false],[153,17,0,true,true,false],[154,73,1,true,false,false],[155,18,1,true,true,false],[156,14,1,true,false,false],[156,20,0,true,true,false],[158,14,1,true,true,false],[159,10,1,true,true,false],[160,6,0,false,false,false],[164,54,1,true,true,false],[170,10,1,true,true,false],[172,24,1,true,true,false],[172,39,1,true,false,false],[172,41,1,true,true,false],[172,42,1,true,false,false],[173,23,1,true,true,false],[173,57,0,true,true,false],[173,128,1,true,false,false],[174,6,0,false,false,false],[176,61,1,true,true,false],[178,12,1,true,true,false],[183,14,0,true,true,false],[185,10,1,true,false,false],[185,17,1,true,true,false],[187,27,1,true,true,false],[187,51,1,true,false,false],[188,10,1,true,true,false],[189,6,0,false,false,false],[191,48,1,true,true,false],[196,23,1,true,true,false],[196,35,1,true,false,false],[197,6,0,false,false,false],[199,55,1,true,true,false],[200,36,1,true,true,false],[205,14,0,true,true,false],[206,10,1,true,false,false],[213,12,1,true,true,false],[216,10,1,true,false,false],[216,17,1,true,true,false],[217,27,1,true,true,false],[217,53,1,true,false,false],[217,55,0,true,true,false],[217,97,1,true,false,false],[218,10,2,true,true,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":55,"covered":53,"percent":96.36363636363636},"instantiations":{"count":55,"covered":53,"percent":96.36363636363636},"lines":{"count":261,"covered":248,"percent":95.019157088122611},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":102,"covered":89,"notcovered":13,"percent":87.254901960784309}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift","mcdc_records":[],"segments":[[8,44,13,true,true,false],[8,51,0,false,false,false],[9,41,3,true,true,false],[9,48,0,false,false,false],[13,47,1,true,true,false],[29,43,11,true,true,false],[32,17,11,true,true,false],[38,18,11,true,false,false],[38,22,0,true,true,false],[38,98,11,true,false,false],[40,10,1,true,true,false],[41,6,0,false,false,false],[43,50,1,true,true,false],[59,39,11,true,true,false],[61,28,11,true,true,false],[61,45,11,true,false,false],[61,47,0,true,true,false],[61,96,11,true,false,false],[64,28,11,true,true,false],[64,44,11,true,false,false],[64,46,0,true,true,false],[64,103,11,true,false,false],[65,10,1,true,true,false],[66,6,0,false,false,false],[68,46,1,true,true,false],[81,37,8,true,true,false],[85,28,8,true,true,false],[85,45,8,true,false,false],[85,47,0,true,true,false],[85,88,8,true,false,false],[86,28,8,true,true,false],[86,44,8,true,false,false],[86,46,0,true,true,false],[86,90,8,true,false,false],[87,10,1,true,true,false],[88,6,0,false,false,false],[90,46,1,true,true,false],[101,40,6,true,true,false],[103,28,6,true,true,false],[103,42,6,true,false,false],[103,44,0,true,true,false],[103,88,6,true,false,false],[105,17,6,true,true,false],[105,44,1,true,true,false],[105,61,6,true,false,false],[106,24,0,true,true,false],[106,95,6,true,false,false],[107,17,0,true,true,false],[107,79,6,true,false,false],[109,10,1,true,true,false],[110,6,0,false,false,false],[114,62,1,true,true,false],[127,50,8,true,true,false],[132,27,8,true,true,false],[132,53,8,true,false,false],[132,55,0,true,true,false],[132,106,8,true,false,false],[133,27,8,true,true,false],[133,53,8,true,false,false],[133,55,0,true,true,false],[133,106,8,true,false,false],[135,17,8,true,true,false],[135,45,8,true,false,false],[135,47,0,true,true,false],[135,100,8,true,false,false],[142,17,8,true,true,false],[142,27,8,true,false,false],[142,29,8,true,true,false],[142,40,8,true,false,false],[143,17,0,true,true,false],[143,116,8,true,false,false],[145,10,1,true,true,false],[146,6,0,false,false,false],[148,57,1,true,true,false],[162,47,9,true,true,false],[167,27,9,true,true,false],[167,53,9,true,false,false],[167,55,0,true,true,false],[167,106,9,true,false,false],[173,17,9,true,true,false],[173,27,9,true,false,false],[173,29,9,true,true,false],[173,40,9,true,false,false],[174,17,0,true,true,false],[174,85,9,true,false,false],[176,10,1,true,true,false],[177,6,0,false,false,false],[179,52,1,true,true,false],[190,40,21,true,true,false],[198,17,21,true,true,false],[198,48,21,true,false,false],[198,50,0,true,true,false],[198,99,21,true,false,false],[201,17,21,true,true,false],[201,49,21,true,false,false],[201,51,0,true,true,false],[201,101,21,true,false,false],[208,17,21,true,true,false],[208,32,21,true,false,false],[208,34,21,true,true,false],[208,50,21,true,false,false],[208,52,0,true,true,false],[208,104,21,true,false,false],[214,17,21,true,true,false],[214,33,21,true,false,false],[214,35,21,true,true,false],[214,52,21,true,false,false],[214,54,0,true,true,false],[214,107,21,true,false,false],[216,10,1,true,true,false],[217,6,0,false,false,false],[221,54,1,true,true,false],[223,12,1,true,true,false],[224,71,0,true,true,false],[226,10,1,true,false,false],[226,17,1,true,true,false],[230,17,1,true,true,false],[230,49,1,true,true,false],[230,77,1,true,false,false],[231,24,0,true,true,false],[231,56,1,true,false,false],[231,60,0,true,true,false],[231,89,1,true,false,false],[232,24,0,true,true,false],[232,55,1,true,false,false],[232,59,0,true,true,false],[232,85,1,true,false,false],[233,17,0,true,true,false],[233,77,1,true,false,false],[235,10,1,true,true,false],[236,6,0,false,false,false],[238,59,1,true,true,false],[240,12,1,true,true,false],[241,53,1,true,true,false],[243,10,1,true,false,false],[243,17,0,true,true,false],[246,28,0,true,true,false],[246,45,0,true,false,false],[246,47,0,true,true,false],[246,86,0,true,false,false],[248,17,0,true,true,false],[248,49,0,true,true,false],[248,77,0,true,false,false],[249,24,0,true,true,false],[249,55,0,true,false,false],[249,59,0,true,true,false],[249,91,0,true,false,false],[250,24,0,true,true,false],[250,50,0,true,false,false],[251,17,0,true,true,false],[251,83,0,true,false,false],[253,10,1,true,true,false],[254,6,0,false,false,false],[256,63,1,true,true,false],[266,39,10,true,true,false],[267,18,10,true,true,false],[268,20,10,true,true,false],[269,105,0,true,true,false],[270,18,10,true,false,false],[270,25,10,true,true,false],[271,37,10,true,true,false],[273,22,10,true,false,false],[274,18,10,true,true,false],[276,14,10,true,false,false],[277,10,1,true,true,false],[282,29,10,true,true,false],[284,28,10,true,true,false],[284,45,10,true,false,false],[284,47,0,true,true,false],[284,89,10,true,false,false],[285,10,1,true,true,false],[286,6,0,false,false,false],[290,51,1,true,true,false],[292,36,100,true,true,false],[301,17,100,true,true,false],[301,43,100,true,false,false],[302,17,0,true,true,false],[302,91,100,true,false,false],[304,10,1,true,true,false],[305,6,0,false,false,false],[307,52,1,true,true,false],[312,27,20,true,true,false],[313,34,0,true,true,false],[315,14,20,true,false,false],[317,10,1,true,true,false],[320,27,20,true,true,false],[321,46,0,true,true,false],[321,48,20,true,false,false],[323,10,1,true,true,false],[325,23,1,true,true,false],[325,27,1,true,false,false],[325,29,0,true,true,false],[325,85,1,true,false,false],[326,6,0,false,false,false],[330,43,1,true,true,false],[335,59,0,true,true,false],[335,89,1,true,false,false],[338,13,1,true,true,false],[338,26,1,true,true,false],[338,37,1,true,false,false],[338,39,0,true,true,false],[338,102,1,true,false,false],[340,23,1,true,true,false],[340,51,1,true,false,false],[340,53,0,true,true,false],[340,93,1,true,false,false],[343,24,1,true,true,false],[343,42,1,true,false,false],[343,44,0,true,true,false],[343,77,1,true,false,false],[344,24,1,true,true,false],[344,49,1,true,false,false],[344,51,0,true,true,false],[344,95,1,true,false,false],[345,6,0,false,false,false],[347,60,1,true,true,false],[349,12,1,true,true,false],[350,81,0,true,true,false],[352,10,1,true,false,false],[352,17,1,true,true,false],[355,28,1,true,true,false],[355,45,1,true,false,false],[355,47,0,true,true,false],[355,97,1,true,false,false],[356,10,1,true,true,false],[357,6,0,false,false,false],[361,56,1,true,true,false],[368,23,1,true,true,false],[368,46,0,true,true,false],[368,66,1,true,false,false],[368,68,0,true,true,false],[368,103,1,true,false,false],[370,13,1,true,true,false],[370,43,1,true,true,false],[370,70,1,true,false,false],[371,13,0,true,true,false],[371,55,1,true,false,false],[374,13,1,true,true,false],[374,46,1,true,true,false],[374,76,1,true,false,false],[375,13,0,true,true,false],[375,58,1,true,false,false],[380,24,1,true,true,false],[380,38,1,true,false,false],[380,40,0,true,true,false],[380,81,1,true,false,false],[391,13,1,true,true,false],[391,43,1,true,false,false],[391,45,0,true,true,false],[391,99,1,true,false,false],[393,6,0,false,false,false],[395,53,1,true,true,false],[399,13,1,true,true,false],[399,43,1,true,true,false],[399,70,1,true,false,false],[400,13,0,true,true,false],[400,53,1,true,false,false],[405,13,1,true,true,false],[405,51,0,true,true,false],[405,86,1,true,false,false],[406,13,0,true,true,false],[406,56,1,true,false,false],[408,6,0,false,false,false],[412,56,1,true,true,false],[420,23,1,true,true,false],[420,27,1,true,false,false],[420,29,0,true,true,false],[420,88,1,true,false,false],[423,42,0,true,true,false],[424,28,0,true,true,false],[424,41,0,true,false,false],[424,43,0,true,true,false],[424,94,0,true,false,false],[425,10,1,true,false,false],[426,6,0,false,false,false],[430,55,1,true,true,false],[443,40,8,true,true,false],[445,28,8,true,true,false],[445,44,8,true,false,false],[445,46,0,true,true,false],[445,89,8,true,false,false],[448,16,8,true,true,false],[448,31,8,true,false,false],[450,13,8,true,true,false],[453,21,8,true,true,false],[453,48,0,true,true,false],[453,67,8,true,false,false],[454,21,0,true,true,false],[454,102,8,true,false,false],[457,10,1,true,true,false],[458,6,0,false,false,false],[460,54,1,true,true,false],[469,37,16,true,true,false],[471,28,16,true,true,false],[471,42,16,true,false,false],[471,44,0,true,true,false],[471,86,16,true,false,false],[475,17,16,true,true,false],[475,43,4,true,true,false],[475,59,16,true,false,false],[476,17,0,true,true,false],[476,85,16,true,false,false],[478,10,1,true,true,false],[479,6,0,false,false,false],[483,46,1,true,true,false],[492,42,4,true,true,false],[498,28,4,true,true,false],[498,35,4,true,false,false],[498,37,4,true,true,false],[498,44,4,true,false,false],[498,46,0,true,true,false],[498,96,4,true,false,false],[501,27,4,true,true,false],[501,54,4,true,false,false],[501,56,0,true,true,false],[501,86,4,true,false,false],[502,27,4,true,true,false],[502,54,4,true,false,false],[502,56,0,true,true,false],[502,87,4,true,false,false],[503,10,1,true,true,false],[504,6,0,false,false,false],[506,46,1,true,true,false],[508,43,50,true,true,false],[510,64,236,true,true,false],[510,95,50,true,false,false],[511,10,1,true,false,false],[513,35,50,true,true,false],[518,27,50,true,true,false],[518,53,50,true,false,false],[518,55,0,true,true,false],[518,99,50,true,false,false],[519,27,50,true,true,false],[519,53,50,true,false,false],[519,55,0,true,true,false],[519,99,50,true,false,false],[520,27,50,true,true,false],[520,55,50,true,false,false],[520,57,0,true,true,false],[520,103,50,true,false,false],[522,17,50,true,true,false],[522,61,50,true,false,false],[523,17,0,true,true,false],[523,76,50,true,false,false],[529,28,50,true,true,false],[529,38,50,true,false,false],[529,40,50,true,true,false],[529,51,50,true,false,false],[529,53,0,true,true,false],[529,100,50,true,false,false],[530,10,1,true,true,false],[531,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":153,"covered":86,"percent":56.209150326797385},"instantiations":{"count":154,"covered":87,"percent":56.493506493506494},"lines":{"count":642,"covered":558,"percent":86.915887850467286},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":204,"covered":132,"notcovered":72,"percent":64.705882352941174}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift","mcdc_records":[],"segments":[[8,42,1,true,true,false],[19,20,1,true,true,false],[19,87,1,true,false,false],[21,12,1,true,true,false],[21,26,1,true,false,false],[21,27,1,true,true,false],[23,30,1,true,true,false],[23,84,1,true,false,false],[26,16,0,true,true,false],[28,34,0,true,true,false],[28,88,0,true,false,false],[28,90,0,true,true,false],[30,33,0,true,true,false],[30,38,0,true,false,false],[32,10,1,true,false,false],[33,6,0,false,false,false],[35,33,1,true,true,false],[48,27,1,true,true,false],[48,45,1,true,false,false],[48,47,1,true,true,false],[48,68,1,true,false,false],[51,12,1,true,true,false],[51,54,1,true,false,false],[51,69,1,true,true,false],[52,27,1,true,true,false],[52,39,1,true,false,false],[52,41,0,true,true,false],[52,76,1,true,false,false],[58,30,1,true,true,false],[58,51,1,true,false,false],[58,53,1,true,true,false],[58,74,1,true,false,false],[59,6,0,false,false,false],[61,39,1,true,true,false],[69,36,3,true,true,false],[73,16,3,true,true,false],[73,60,3,true,false,false],[73,61,3,true,true,false],[77,20,3,true,true,false],[77,31,3,true,false,false],[77,32,1,true,true,false],[79,18,3,true,false,false],[79,24,2,true,true,false],[81,18,3,true,false,false],[84,31,3,true,true,false],[84,35,3,true,false,false],[86,10,1,true,true,false],[87,6,0,false,false,false],[91,40,1,true,true,false],[103,24,1,true,true,false],[103,36,1,true,false,false],[103,38,1,true,true,false],[103,54,1,true,false,false],[104,30,1,true,true,false],[104,41,1,true,false,false],[104,43,1,true,true,false],[104,44,1,true,false,false],[108,23,1,true,true,false],[108,30,1,true,false,false],[108,32,0,true,true,false],[108,78,1,true,false,false],[113,6,0,false,false,false],[115,36,1,true,true,false],[125,30,1,true,true,false],[125,46,1,true,false,false],[125,48,1,true,true,false],[125,51,1,true,false,false],[125,53,0,true,true,false],[125,72,1,true,false,false],[130,6,0,false,false,false],[134,37,1,true,true,false],[140,24,1,true,true,false],[140,42,1,true,false,false],[140,44,1,true,true,false],[140,47,1,true,false,false],[140,49,0,true,true,false],[140,89,1,true,false,false],[143,51,4,true,true,false],[145,41,4,true,true,false],[145,54,4,true,false,false],[145,56,4,true,true,false],[145,57,4,true,false,false],[146,38,4,true,true,false],[146,51,4,true,false,false],[146,53,4,true,true,false],[146,54,4,true,false,false],[147,10,1,true,true,false],[148,6,0,false,false,false],[152,36,1,true,true,false],[154,17,10,true,true,false],[161,10,1,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":29,"percent":80.555555555555557},"instantiations":{"count":36,"covered":29,"percent":80.555555555555557},"lines":{"count":182,"covered":166,"percent":91.208791208791212},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":42,"notcovered":8,"percent":84}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift","mcdc_records":[],"segments":[[10,45,1,true,true,false],[27,24,1,true,true,false],[27,81,1,true,false,false],[28,6,0,false,false,false],[30,55,1,true,true,false],[56,23,1,true,true,false],[56,80,1,true,false,false],[59,23,1,true,true,false],[59,67,1,true,false,false],[62,23,1,true,true,false],[62,47,1,true,false,false],[63,23,1,true,true,false],[63,47,1,true,false,false],[64,23,1,true,true,false],[64,47,1,true,false,false],[67,23,1,true,true,false],[67,51,1,true,false,false],[68,23,1,true,true,false],[68,53,1,true,false,false],[69,6,0,false,false,false],[71,53,1,true,true,false],[88,23,1,true,true,false],[88,67,1,true,false,false],[91,23,1,true,true,false],[91,51,1,true,false,false],[92,23,1,true,true,false],[92,53,1,true,false,false],[93,23,1,true,true,false],[93,50,1,true,false,false],[94,23,1,true,true,false],[94,52,1,true,false,false],[97,51,6,true,true,false],[98,27,6,true,true,false],[98,61,6,true,false,false],[99,10,1,true,true,false],[100,6,0,false,false,false],[104,54,1,true,true,false],[130,23,1,true,true,false],[130,48,1,true,false,false],[131,23,1,true,true,false],[131,55,1,true,false,false],[132,6,0,false,false,false],[136,58,1,true,true,false],[169,23,1,true,true,false],[169,67,1,true,false,false],[170,23,1,true,true,false],[170,64,1,true,false,false],[173,23,1,true,true,false],[173,50,1,true,false,false],[174,23,1,true,true,false],[174,52,1,true,false,false],[175,6,0,false,false,false],[179,47,1,true,true,false],[204,24,1,true,true,false],[204,81,1,true,false,false],[205,24,1,true,true,false],[205,64,1,true,false,false],[206,6,0,false,false,false],[210,52,1,true,true,false],[245,23,1,true,true,false],[245,97,1,true,false,false],[246,23,1,true,true,false],[246,80,1,true,false,false],[249,23,1,true,true,false],[249,67,1,true,false,false],[250,23,1,true,true,false],[250,60,1,true,false,false],[253,23,1,true,true,false],[253,61,1,true,false,false],[254,23,1,true,true,false],[254,51,1,true,false,false],[255,6,0,false,false,false],[259,57,1,true,true,false],[285,23,1,true,true,false],[285,64,1,true,false,false],[286,23,1,true,true,false],[286,64,1,true,false,false],[287,6,0,false,false,false],[289,46,1,true,true,false],[314,23,1,true,true,false],[314,53,1,true,false,false],[317,23,1,true,true,false],[317,47,1,true,false,false],[318,23,1,true,true,false],[318,47,1,true,false,false],[319,23,1,true,true,false],[319,47,1,true,false,false],[320,6,0,false,false,false],[324,40,1,true,true,false],[349,23,1,true,true,false],[349,58,1,true,false,false],[350,6,0,false,false,false],[352,34,1,true,true,false],[377,23,1,true,true,false],[377,62,1,true,false,false],[378,6,0,false,false,false],[382,51,1,true,true,false],[399,23,1,true,true,false],[399,49,1,true,false,false],[400,23,1,true,true,false],[400,49,1,true,false,false],[401,23,1,true,true,false],[401,56,1,true,false,false],[404,74,110,true,true,false],[404,103,1,true,false,false],[405,36,3,true,true,false],[406,27,3,true,true,false],[406,54,3,true,false,false],[407,10,1,true,true,false],[410,24,1,true,true,false],[410,56,1,true,false,false],[411,6,0,false,false,false],[415,45,1,true,true,false],[438,23,1,true,true,false],[438,66,0,true,true,false],[438,103,1,true,false,false],[439,23,1,true,true,false],[439,66,0,true,true,false],[439,103,1,true,false,false],[442,23,1,true,true,false],[442,67,1,true,false,false],[443,23,1,true,true,false],[443,64,1,true,false,false],[446,23,1,true,true,false],[446,51,1,true,false,false],[447,23,1,true,true,false],[447,52,1,true,false,false],[448,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":61,"percent":96.825396825396822},"instantiations":{"count":63,"covered":61,"percent":96.825396825396822},"lines":{"count":461,"covered":459,"percent":99.566160520607369},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":65,"notcovered":2,"percent":97.014925373134332}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift","mcdc_records":[],"segments":[[10,22,1,true,true,false],[13,6,0,false,false,false],[16,34,1,true,true,false],[19,6,0,false,false,false],[24,25,1,true,true,false],[27,52,0,true,true,false],[30,10,1,true,true,false],[38,6,0,false,false,false],[41,34,1,true,true,false],[44,52,0,true,true,false],[47,10,1,true,true,false],[51,6,0,false,false,false],[54,25,1,true,true,false],[57,52,0,true,true,false],[60,10,1,true,true,false],[66,6,0,false,false,false],[69,27,1,true,true,false],[72,52,0,true,true,false],[75,10,1,true,true,false],[81,6,0,false,false,false],[84,31,1,true,true,false],[87,52,0,true,true,false],[90,10,1,true,true,false],[97,6,0,false,false,false],[100,35,1,true,true,false],[110,52,0,true,true,false],[113,10,1,true,true,false],[118,6,0,false,false,false],[123,28,1,true,true,false],[128,14,0,true,true,false],[131,10,1,true,true,false],[139,6,0,false,false,false],[142,33,1,true,true,false],[147,14,0,true,true,false],[150,10,1,true,true,false],[156,6,0,false,false,false],[159,23,1,true,true,false],[162,52,0,true,true,false],[165,10,1,true,true,false],[168,6,0,false,false,false],[173,30,1,true,true,false],[184,52,0,true,true,false],[187,10,1,true,true,false],[193,6,0,false,false,false],[196,30,1,true,true,false],[204,14,0,true,true,false],[207,10,1,true,true,false],[213,6,0,false,false,false],[218,27,1,true,true,false],[224,6,0,false,false,false],[229,33,1,true,true,false],[232,52,0,true,true,false],[235,10,1,true,true,false],[241,6,0,false,false,false],[244,30,1,true,true,false],[249,14,0,true,true,false],[252,10,1,true,true,false],[258,6,0,false,false,false],[261,27,1,true,true,false],[276,52,0,true,true,false],[279,10,1,true,true,false],[284,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":17,"percent":100},"instantiations":{"count":17,"covered":17,"percent":100},"lines":{"count":233,"covered":205,"percent":87.982832618025753},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":31,"notcovered":14,"percent":68.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift","mcdc_records":[],"segments":[[10,26,1,true,true,false],[14,6,0,false,false,false],[17,38,1,true,true,false],[21,6,0,false,false,false],[26,25,1,true,true,false],[37,6,0,false,false,false],[40,34,1,true,true,false],[53,6,0,false,false,false],[56,25,1,true,true,false],[68,6,0,false,false,false],[71,27,1,true,true,false],[83,6,0,false,false,false],[86,30,1,true,true,false],[95,6,0,false,false,false],[98,25,1,true,true,false],[112,6,0,false,false,false],[115,26,1,true,true,false],[127,6,0,false,false,false],[130,35,1,true,true,false],[144,6,0,false,false,false],[149,28,1,true,true,false],[160,6,0,false,false,false],[163,33,1,true,true,false],[178,6,0,false,false,false],[181,26,1,true,true,false],[189,6,0,false,false,false],[194,31,1,true,true,false],[202,6,0,false,false,false],[205,38,1,true,true,false],[213,6,0,false,false,false],[216,43,1,true,true,false],[224,6,0,false,false,false],[229,31,1,true,true,false],[241,6,0,false,false,false],[246,34,1,true,true,false],[258,6,0,false,false,false],[261,42,1,true,true,false],[273,6,0,false,false,false],[276,40,1,true,true,false],[286,6,0,false,false,false],[291,25,1,true,true,false],[302,6,0,false,false,false],[305,23,1,true,true,false],[316,6,0,false,false,false],[319,33,1,true,true,false],[330,6,0,false,false,false],[335,27,1,true,true,false],[346,6,0,false,false,false],[349,29,1,true,true,false],[363,6,0,false,false,false],[366,28,1,true,true,false],[380,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":26,"percent":100},"instantiations":{"count":26,"covered":26,"percent":100},"lines":{"count":307,"covered":307,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":26,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift","mcdc_records":[],"segments":[[5,54,1,true,true,false],[10,6,0,false,false,false],[12,63,1,true,true,false],[29,6,0,false,false,false],[31,50,1,true,true,false],[62,6,0,false,false,false],[64,56,1,true,true,false],[97,6,0,false,false,false],[108,25,4,true,true,false],[124,6,0,false,false,false],[131,7,12,true,true,false],[133,13,12,true,true,false],[133,37,12,true,false,false],[134,13,0,true,true,false],[134,83,12,true,false,false],[138,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":7,"percent":87.5},"instantiations":{"count":8,"covered":7,"percent":87.5},"lines":{"count":117,"covered":116,"percent":99.145299145299148},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":7,"notcovered":1,"percent":87.5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift","mcdc_records":[],"segments":[[7,33,1,true,true,false],[10,6,0,false,false,false],[13,41,1,true,true,false],[16,6,0,false,false,false],[19,41,1,true,true,false],[23,6,0,false,false,false],[28,38,1,true,true,false],[31,6,0,false,false,false],[34,39,1,true,true,false],[37,6,0,false,false,false],[40,28,1,true,true,false],[45,6,0,false,false,false],[48,34,1,true,true,false],[55,6,0,false,false,false],[58,39,1,true,true,false],[63,6,0,false,false,false],[68,25,4,true,true,false],[69,33,4,true,true,false],[69,48,0,true,true,false],[70,21,4,true,false,false],[71,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":9,"percent":100},"instantiations":{"count":9,"covered":9,"percent":100},"lines":{"count":45,"covered":44,"percent":97.777777777777771},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":10,"notcovered":1,"percent":90.909090909090907}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift","mcdc_records":[],"segments":[[10,40,3,true,true,false],[11,32,3,true,true,false],[12,39,0,true,true,false],[13,6,0,false,false,false],[15,58,0,true,true,false],[19,24,0,true,true,false],[19,59,0,true,false,false],[19,61,0,true,true,false],[19,90,0,true,false,false],[20,25,0,true,true,false],[20,54,0,true,false,false],[20,56,0,true,true,false],[20,103,0,true,false,false],[21,6,0,false,false,false],[23,64,0,true,true,false],[28,24,0,true,true,false],[28,35,0,true,false,false],[28,37,0,true,true,false],[28,45,0,true,false,false],[29,16,0,true,true,false],[29,27,0,true,false,false],[30,9,0,true,true,false],[31,34,0,true,true,false],[31,52,0,true,false,false],[31,54,0,true,true,false],[31,55,0,true,false,false],[31,57,0,true,true,false],[31,105,0,true,false,false],[32,9,0,true,true,false],[33,28,0,true,true,false],[33,52,0,true,false,false],[33,54,0,true,true,false],[33,96,0,true,false,false],[34,10,0,true,true,false],[35,6,0,false,false,false],[37,54,0,true,true,false],[43,23,0,true,true,false],[43,37,0,true,false,false],[43,39,0,true,true,false],[43,86,0,true,false,false],[44,24,0,true,true,false],[44,52,0,true,false,false],[44,54,0,true,true,false],[44,55,0,true,false,false],[45,6,0,false,false,false],[50,48,3,true,true,false],[52,49,3,true,true,false],[54,6,0,true,true,false],[55,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":2,"percent":10},"instantiations":{"count":20,"covered":2,"percent":10},"lines":{"count":54,"covered":8,"percent":14.814814814814813},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":4,"notcovered":24,"percent":14.285714285714285}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift","mcdc_records":[],"segments":[[7,70,1,true,true,false],[12,67,1,true,true,false],[14,24,1,true,true,false],[14,71,1,true,false,false],[14,73,1,true,true,false],[14,74,1,true,false,false],[15,6,0,false,false,false],[17,67,1,true,true,false],[22,64,1,true,true,false],[24,24,1,true,true,false],[24,68,1,true,false,false],[24,70,1,true,true,false],[24,71,1,true,false,false],[25,6,0,false,false,false],[27,66,1,true,true,false],[32,76,1,true,true,false],[34,23,1,true,true,false],[34,29,1,true,false,false],[35,24,1,true,true,false],[35,75,1,true,false,false],[35,77,1,true,true,false],[35,78,1,true,false,false],[36,6,0,false,false,false],[44,43,3,true,true,false],[46,6,0,false,false,false],[49,60,3,true,true,false],[49,61,0,false,false,false],[50,57,3,true,true,false],[50,58,0,false,false,false],[51,64,3,true,true,false],[51,65,0,false,false,false],[54,85,0,true,true,false],[54,87,0,false,false,false],[55,49,0,true,true,false],[55,51,0,false,false,false],[56,126,0,true,true,false],[56,128,0,false,false,false],[57,56,0,true,true,false],[57,58,0,false,false,false],[58,50,0,true,true,false],[58,52,0,false,false,false],[59,79,0,true,true,false],[59,88,0,false,false,false],[60,67,0,true,true,false],[60,69,0,false,false,false],[61,44,0,true,true,false],[61,46,0,false,false,false],[62,56,0,true,true,false],[62,58,0,false,false,false],[63,50,0,true,true,false],[63,52,0,false,false,false],[64,61,0,true,true,false],[64,63,0,false,false,false],[65,46,0,true,true,false],[65,48,0,false,false,false],[66,51,0,true,true,false],[66,53,0,false,false,false],[67,54,0,true,true,false],[67,56,0,false,false,false],[68,48,0,true,true,false],[68,50,0,false,false,false],[69,64,1,true,true,false],[72,6,0,false,false,false],[74,52,1,true,true,false],[76,6,0,false,false,false],[78,49,1,true,true,false],[80,6,0,false,false,false],[82,76,0,true,true,false],[82,78,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":17,"percent":51.515151515151516},"instantiations":{"count":33,"covered":17,"percent":51.515151515151516},"lines":{"count":67,"covered":51,"percent":76.119402985074629},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":20,"notcovered":16,"percent":55.555555555555557}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift","mcdc_records":[],"segments":[[8,58,1,true,true,false],[24,23,1,true,true,false],[24,37,1,true,false,false],[24,39,0,true,true,false],[24,96,1,true,false,false],[26,13,1,true,true,false],[26,73,1,true,false,false],[27,13,0,true,true,false],[27,85,1,true,false,false],[30,13,1,true,true,false],[30,63,1,true,false,false],[31,13,0,true,true,false],[31,61,1,true,false,false],[33,6,0,false,false,false],[35,54,1,true,true,false],[52,24,1,true,true,false],[52,38,1,true,false,false],[52,40,0,true,true,false],[52,93,1,true,false,false],[53,24,1,true,true,false],[53,52,1,true,false,false],[53,54,1,true,true,false],[53,55,1,true,false,false],[53,57,0,true,true,false],[53,97,1,true,false,false],[55,13,1,true,true,false],[55,66,0,true,true,false],[55,71,1,true,false,false],[56,13,0,true,true,false],[56,58,1,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":9,"percent":56.25},"instantiations":{"count":16,"covered":9,"percent":56.25},"lines":{"count":64,"covered":57,"percent":89.0625},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":9,"notcovered":7,"percent":56.25}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift","mcdc_records":[],"segments":[[11,40,11,true,true,false],[12,32,11,true,true,false],[14,6,0,false,false,false],[16,43,11,true,true,false],[18,35,11,true,true,false],[19,6,0,false,false,false],[23,64,1,true,true,false],[27,25,1,true,true,false],[27,31,1,true,false,false],[27,33,0,true,true,false],[27,88,1,true,false,false],[33,6,0,false,false,false],[35,63,1,true,true,false],[41,13,1,true,true,false],[41,40,1,true,false,false],[41,42,1,true,true,false],[41,69,1,true,false,false],[42,13,0,true,true,false],[42,56,1,true,false,false],[45,13,1,true,true,false],[45,44,1,true,false,false],[45,46,1,true,true,false],[45,77,1,true,false,false],[46,13,0,true,true,false],[46,61,1,true,false,false],[49,13,1,true,true,false],[49,45,1,true,false,false],[49,47,1,true,true,false],[49,79,1,true,false,false],[50,13,0,true,true,false],[50,62,1,true,false,false],[52,6,0,false,false,false],[56,53,1,true,true,false],[60,25,1,true,true,false],[60,34,1,true,false,false],[60,36,0,true,true,false],[60,80,1,true,false,false],[61,6,0,false,false,false],[63,60,1,true,true,false],[67,24,1,true,true,false],[67,33,1,true,false,false],[67,35,0,true,true,false],[67,74,1,true,false,false],[68,6,0,false,false,false],[72,52,1,true,true,false],[76,25,1,true,true,false],[76,33,1,true,false,false],[76,35,0,true,true,false],[76,78,1,true,false,false],[77,6,0,false,false,false],[79,59,1,true,true,false],[83,24,1,true,true,false],[83,32,1,true,false,false],[83,34,0,true,true,false],[83,72,1,true,false,false],[84,6,0,false,false,false],[88,68,1,true,true,false],[92,25,1,true,true,false],[92,31,1,true,false,false],[92,33,0,true,true,false],[92,98,1,true,false,false],[97,6,0,false,false,false],[99,64,1,true,true,false],[104,25,1,true,true,false],[104,31,1,true,false,false],[104,33,0,true,true,false],[104,92,1,true,false,false],[107,24,1,true,true,false],[107,43,1,true,false,false],[107,45,0,true,true,false],[107,91,1,true,false,false],[108,6,0,false,false,false],[110,71,1,true,true,false],[116,13,1,true,true,false],[116,30,1,true,false,false],[116,32,1,true,true,false],[116,49,1,true,false,false],[117,13,0,true,true,false],[117,59,1,true,false,false],[119,6,0,false,false,false],[123,74,1,true,true,false],[129,13,1,true,true,false],[129,40,1,true,false,false],[129,42,1,true,true,false],[129,55,1,true,false,false],[130,13,0,true,true,false],[130,84,1,true,false,false],[132,6,0,false,false,false],[134,70,1,true,true,false],[140,25,1,true,true,false],[140,31,1,true,false,false],[140,33,0,true,true,false],[140,57,1,true,false,false],[141,25,1,true,true,false],[141,31,1,true,false,false],[141,33,0,true,true,false],[141,57,1,true,false,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":33,"percent":68.75},"instantiations":{"count":48,"covered":33,"percent":68.75},"lines":{"count":145,"covered":130,"percent":89.65517241379311},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":35,"notcovered":15,"percent":70}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift","mcdc_records":[],"segments":[[8,47,1,true,true,false],[17,35,5,true,true,false],[22,10,1,true,true,false],[29,27,1,true,true,false],[29,38,1,true,false,false],[29,40,1,true,true,false],[29,43,1,true,false,false],[29,45,0,true,true,false],[29,74,1,true,false,false],[30,6,0,false,false,false],[32,42,1,true,true,false],[41,35,100,true,true,false],[43,10,1,true,true,false],[50,27,1,true,true,false],[50,38,1,true,false,false],[50,40,1,true,true,false],[50,44,1,true,false,false],[50,46,0,true,true,false],[50,70,1,true,false,false],[51,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":6,"percent":75},"instantiations":{"count":8,"covered":6,"percent":75},"lines":{"count":49,"covered":47,"percent":95.918367346938766},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":10,"notcovered":2,"percent":83.333333333333343}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift","mcdc_records":[],"segments":[[8,70,1,true,true,false],[13,36,6,true,true,false],[13,40,1,true,false,false],[15,24,1,true,true,false],[15,35,1,true,false,false],[15,37,0,true,true,false],[15,93,1,true,false,false],[16,23,1,true,true,false],[16,82,1,true,false,false],[16,84,0,true,true,false],[16,122,1,true,false,false],[17,23,1,true,true,false],[17,75,1,true,false,false],[17,77,0,true,true,false],[17,115,1,true,false,false],[18,6,0,false,false,false],[20,57,1,true,true,false],[25,36,4,true,true,false],[25,40,1,true,false,false],[27,23,1,true,true,false],[27,69,0,true,true,false],[27,112,1,true,false,false],[28,23,0,true,true,false],[28,88,1,true,false,false],[29,6,0,false,false,false],[31,54,1,true,true,false],[49,24,1,true,true,false],[49,38,1,true,false,false],[49,40,0,true,true,false],[49,66,1,true,false,false],[50,24,1,true,true,false],[50,74,1,true,false,false],[50,76,0,true,true,false],[50,124,1,true,false,false],[51,24,1,true,true,false],[51,78,1,true,false,false],[51,80,0,true,true,false],[51,128,1,true,false,false],[52,24,1,true,true,false],[52,52,1,true,false,false],[52,54,1,true,true,false],[52,55,1,true,false,false],[52,57,0,true,true,false],[52,112,1,true,false,false],[53,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":14,"percent":60.869565217391312},"instantiations":{"count":23,"covered":14,"percent":60.869565217391312},"lines":{"count":64,"covered":55,"percent":85.9375},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":14,"notcovered":9,"percent":60.869565217391312}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift","mcdc_records":[],"segments":[[7,56,1,true,true,false],[15,34,3,true,true,false],[19,17,3,true,true,false],[19,77,3,true,false,false],[20,17,0,true,true,false],[20,75,3,true,false,false],[22,10,1,true,true,false],[23,6,0,false,false,false],[25,64,1,true,true,false],[33,13,1,true,true,false],[33,67,1,true,false,false],[34,13,0,true,true,false],[34,66,1,true,false,false],[36,6,0,false,false,false],[38,56,1,true,true,false],[44,23,1,true,true,false],[44,77,1,true,false,false],[48,23,1,true,true,false],[48,88,1,true,false,false],[52,23,1,true,true,false],[52,88,1,true,false,false],[53,6,0,false,false,false],[55,59,1,true,true,false],[61,23,1,true,true,false],[61,94,1,true,false,false],[65,23,1,true,true,false],[65,75,1,true,false,false],[66,23,1,true,true,false],[66,94,1,true,false,false],[67,6,0,false,false,false],[69,53,1,true,true,false],[75,23,1,true,true,false],[75,73,1,true,false,false],[79,23,1,true,true,false],[79,73,1,true,false,false],[80,6,0,false,false,false],[82,66,1,true,true,false],[90,13,1,true,true,false],[90,67,1,true,false,false],[91,13,0,true,true,false],[91,80,1,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":17,"percent":85},"instantiations":{"count":20,"covered":17,"percent":85},"lines":{"count":96,"covered":93,"percent":96.875},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":19,"notcovered":3,"percent":86.36363636363636}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift","mcdc_records":[],"segments":[[10,40,28,true,true,false],[11,32,28,true,true,false],[13,57,1,true,true,false],[13,66,28,true,false,false],[15,6,0,false,false,false],[17,43,28,true,true,false],[20,35,28,true,true,false],[21,6,0,false,false,false],[25,49,1,true,true,false],[27,25,1,true,true,false],[27,31,1,true,false,false],[27,33,0,true,true,false],[27,73,1,true,false,false],[28,6,0,false,false,false],[32,56,1,true,true,false],[35,25,1,true,true,false],[35,32,1,true,false,false],[35,34,0,true,true,false],[35,81,1,true,false,false],[36,25,1,true,true,false],[36,44,1,true,false,false],[36,46,0,true,true,false],[36,85,1,true,false,false],[37,25,1,true,true,false],[37,41,1,true,false,false],[37,43,0,true,true,false],[37,79,1,true,false,false],[38,25,1,true,true,false],[38,42,1,true,false,false],[38,44,0,true,true,false],[38,81,1,true,false,false],[39,25,1,true,true,false],[39,43,1,true,false,false],[39,45,0,true,true,false],[39,83,1,true,false,false],[40,25,1,true,true,false],[40,39,1,true,false,false],[40,41,0,true,true,false],[40,75,1,true,false,false],[41,25,1,true,true,false],[41,39,1,true,false,false],[41,41,0,true,true,false],[41,80,1,true,false,false],[42,25,1,true,true,false],[42,42,1,true,false,false],[42,44,0,true,true,false],[42,81,1,true,false,false],[45,24,1,true,true,false],[45,59,1,true,false,false],[45,61,0,true,true,false],[45,95,1,true,false,false],[46,25,1,true,true,false],[46,54,1,true,false,false],[46,56,0,true,true,false],[46,91,1,true,false,false],[47,6,0,false,false,false],[49,60,1,true,true,false],[56,25,1,true,true,false],[56,45,1,true,false,false],[56,47,0,true,true,false],[56,81,1,true,false,false],[57,25,1,true,true,false],[57,42,1,true,false,false],[57,44,0,true,true,false],[57,75,1,true,false,false],[58,25,1,true,true,false],[58,44,1,true,false,false],[58,46,0,true,true,false],[58,79,1,true,false,false],[59,25,1,true,true,false],[59,45,1,true,false,false],[59,47,0,true,true,false],[59,81,1,true,false,false],[60,25,1,true,true,false],[60,42,1,true,false,false],[60,44,0,true,true,false],[60,75,1,true,false,false],[61,25,1,true,true,false],[61,44,1,true,false,false],[61,46,0,true,true,false],[61,79,1,true,false,false],[67,13,1,true,true,false],[67,22,1,true,false,false],[67,24,1,true,true,false],[67,28,1,true,false,false],[67,30,0,true,true,false],[67,101,1,true,false,false],[70,13,1,true,true,false],[70,22,1,true,false,false],[70,24,1,true,true,false],[70,28,1,true,false,false],[70,30,0,true,true,false],[70,101,1,true,false,false],[72,6,0,false,false,false],[76,49,1,true,true,false],[80,25,1,true,true,false],[80,29,1,true,false,false],[80,31,0,true,true,false],[80,72,1,true,false,false],[81,24,1,true,true,false],[81,35,1,true,false,false],[81,37,1,true,true,false],[81,45,1,true,false,false],[81,47,0,true,true,false],[81,80,1,true,false,false],[82,25,1,true,true,false],[82,37,1,true,false,false],[82,39,0,true,true,false],[82,71,1,true,false,false],[83,25,1,true,true,false],[83,36,1,true,false,false],[83,38,0,true,true,false],[83,63,1,true,false,false],[84,25,1,true,true,false],[84,38,1,true,false,false],[84,40,0,true,true,false],[84,67,1,true,false,false],[85,6,0,false,false,false],[87,48,1,true,true,false],[91,24,1,true,true,false],[91,42,1,true,false,false],[91,44,1,true,true,false],[91,52,1,true,false,false],[94,24,1,true,true,false],[94,41,1,true,false,false],[94,43,1,true,true,false],[94,50,1,true,false,false],[97,24,1,true,true,false],[97,44,1,true,false,false],[97,46,1,true,true,false],[97,56,1,true,false,false],[100,24,1,true,true,false],[100,42,1,true,false,false],[100,44,1,true,true,false],[100,56,1,true,false,false],[101,6,0,false,false,false],[103,57,1,true,true,false],[108,38,1,true,true,false],[109,34,1,true,true,false],[109,52,1,true,false,false],[109,54,1,true,true,false],[109,55,1,true,false,false],[109,57,0,true,true,false],[109,91,1,true,false,false],[111,6,0,false,false,false],[113,56,1,true,true,false],[118,25,1,true,true,false],[118,37,1,true,false,false],[118,39,0,true,true,false],[118,78,1,true,false,false],[119,6,0,false,false,false],[121,57,1,true,true,false],[126,24,1,true,true,false],[126,42,1,true,false,false],[126,44,1,true,true,false],[126,45,1,true,false,false],[126,47,0,true,true,false],[126,88,1,true,false,false],[127,38,1,true,true,false],[128,27,1,true,true,false],[128,31,1,true,false,false],[128,33,0,true,true,false],[128,67,1,true,false,false],[130,6,0,false,false,false],[132,43,1,true,true,false],[138,16,1,true,true,false],[138,27,1,true,false,false],[139,9,1,true,true,false],[140,27,1,true,true,false],[140,31,1,true,false,false],[140,33,0,true,true,false],[140,48,1,true,false,false],[141,9,0,true,true,false],[142,29,0,true,true,false],[142,40,0,true,false,false],[142,42,0,true,true,false],[142,80,0,true,false,false],[143,29,0,true,true,false],[143,43,0,true,false,false],[143,45,0,true,true,false],[143,81,0,true,false,false],[143,82,1,true,false,false],[144,10,1,true,true,false],[145,6,0,false,false,false],[147,56,1,true,true,false],[151,38,1,true,true,false],[152,40,1,true,true,false],[153,32,1,true,true,false],[153,49,1,true,false,false],[153,51,0,true,true,false],[153,84,1,true,false,false],[156,14,1,true,true,false],[157,10,1,true,false,false],[158,6,0,false,false,false],[162,52,1,true,true,false],[169,25,1,true,true,false],[169,31,1,true,false,false],[169,33,0,true,true,false],[169,77,1,true,false,false],[170,25,1,true,true,false],[170,41,1,true,false,false],[170,43,0,true,true,false],[170,73,1,true,false,false],[171,25,1,true,true,false],[171,47,1,true,false,false],[171,49,0,true,true,false],[171,91,1,true,false,false],[172,25,1,true,true,false],[172,49,1,true,false,false],[172,51,0,true,true,false],[172,95,1,true,false,false],[173,6,0,false,false,false],[175,48,1,true,true,false],[187,24,1,true,true,false],[187,38,1,true,false,false],[187,40,0,true,true,false],[187,89,1,true,false,false],[188,25,1,true,true,false],[188,45,1,true,false,false],[188,47,0,true,true,false],[188,82,1,true,false,false],[190,13,1,true,true,false],[190,43,1,true,false,false],[190,45,1,true,true,false],[190,46,1,true,false,false],[190,48,0,true,true,false],[190,96,1,true,false,false],[193,13,1,true,true,false],[193,49,1,true,false,false],[193,51,1,true,true,false],[193,69,1,true,false,false],[194,13,0,true,true,false],[194,61,1,true,false,false],[196,6,0,false,false,false],[198,52,1,true,true,false],[207,25,1,true,true,false],[207,47,1,true,false,false],[207,49,0,true,true,false],[207,85,1,true,false,false],[208,38,1,true,true,false],[210,16,1,true,true,false],[210,38,1,true,false,false],[210,39,1,true,true,false],[211,45,1,true,true,false],[211,73,1,true,false,false],[211,75,1,true,true,false],[211,76,1,true,false,false],[211,78,0,true,true,false],[211,106,1,true,false,false],[214,6,0,false,false,false],[216,50,1,true,true,false],[224,46,1,true,true,false],[225,28,1,true,true,false],[225,51,1,true,false,false],[225,53,0,true,true,false],[225,83,1,true,false,false],[226,41,1,true,true,false],[226,56,1,true,false,false],[226,58,1,true,true,false],[226,59,1,true,false,false],[226,61,0,true,true,false],[226,101,1,true,false,false],[227,10,1,true,true,false],[228,6,0,false,false,false],[230,49,1,true,true,false],[239,25,1,true,true,false],[239,31,1,true,false,false],[239,33,0,true,true,false],[239,54,1,true,false,false],[240,25,1,true,true,false],[240,47,1,true,false,false],[240,49,0,true,true,false],[240,91,1,true,false,false],[243,12,1,true,true,false],[243,27,1,true,false,false],[243,28,1,true,true,false],[244,29,1,true,true,false],[244,49,1,true,false,false],[244,51,0,true,true,false],[244,96,1,true,false,false],[247,16,1,true,true,false],[247,38,1,true,false,false],[247,39,1,true,true,false],[249,21,1,true,true,false],[249,49,1,true,false,false],[249,51,1,true,true,false],[249,52,1,true,false,false],[249,54,0,true,true,false],[249,102,1,true,false,false],[252,16,0,true,true,false],[255,17,0,true,true,false],[255,45,0,true,false,false],[255,47,0,true,true,false],[255,65,0,true,false,false],[256,17,0,true,true,false],[256,60,0,true,false,false],[258,10,1,true,false,false],[259,6,0,false,false,false],[261,43,1,true,true,false],[272,23,1,true,true,false],[272,37,1,true,false,false],[272,39,0,true,true,false],[272,66,1,true,false,false],[273,24,1,true,true,false],[273,52,1,true,false,false],[273,54,1,true,true,false],[273,55,1,true,false,false],[273,57,0,true,true,false],[273,101,1,true,false,false],[274,6,0,false,false,false],[278,46,1,true,true,false],[282,25,1,true,true,false],[282,31,1,true,false,false],[282,33,0,true,true,false],[282,73,1,true,false,false],[283,25,1,true,true,false],[283,41,1,true,false,false],[283,43,0,true,true,false],[283,73,1,true,false,false],[284,6,0,false,false,false],[286,43,1,true,true,false],[290,25,1,true,true,false],[290,38,1,true,false,false],[291,25,1,true,true,false],[291,48,1,true,false,false],[294,25,1,true,true,false],[294,37,1,true,false,false],[295,25,1,true,true,false],[295,47,1,true,false,false],[298,25,1,true,true,false],[298,40,1,true,false,false],[299,25,1,true,true,false],[299,50,1,true,false,false],[302,25,1,true,true,false],[302,38,1,true,false,false],[303,25,1,true,true,false],[303,48,1,true,false,false],[304,6,0,false,false,false],[306,40,1,true,true,false],[312,25,1,true,true,false],[312,31,1,true,false,false],[312,33,0,true,true,false],[312,63,1,true,false,false],[313,25,1,true,true,false],[313,41,1,true,false,false],[313,43,0,true,true,false],[313,73,1,true,false,false],[314,25,1,true,true,false],[314,47,1,true,false,false],[314,49,0,true,true,false],[314,85,1,true,false,false],[315,25,1,true,true,false],[315,49,1,true,false,false],[315,51,0,true,true,false],[315,89,1,true,false,false],[319,25,1,true,true,false],[319,39,1,true,false,false],[319,41,0,true,true,false],[319,84,1,true,false,false],[320,6,0,false,false,false],[322,48,1,true,true,false],[330,12,1,true,true,false],[330,27,1,true,false,false],[330,63,0,true,true,false],[331,29,0,true,true,false],[331,49,0,true,false,false],[331,51,0,true,true,false],[331,92,0,true,false,false],[333,17,0,true,true,false],[333,45,0,true,false,false],[333,47,0,true,true,false],[333,48,0,true,false,false],[333,50,0,true,true,false],[333,96,0,true,false,false],[335,10,1,true,false,false],[336,6,0,false,false,false],[338,47,1,true,true,false],[344,25,1,true,true,false],[344,41,1,true,false,false],[344,43,0,true,true,false],[344,73,1,true,false,false],[345,25,1,true,true,false],[345,39,1,true,false,false],[345,41,0,true,true,false],[345,81,1,true,false,false],[346,25,1,true,true,false],[346,47,1,true,false,false],[346,49,0,true,true,false],[346,91,1,true,false,false],[347,25,1,true,true,false],[347,49,1,true,false,false],[347,51,0,true,true,false],[347,95,1,true,false,false],[350,6,0,false,false,false],[352,53,1,true,true,false],[358,24,1,true,true,false],[358,52,1,true,false,false],[358,54,1,true,true,false],[358,55,1,true,false,false],[358,57,0,true,true,false],[358,102,1,true,false,false],[360,23,1,true,true,false],[360,37,1,true,false,false],[360,39,0,true,true,false],[360,67,1,true,false,false],[361,6,0,false,false,false],[365,68,1,true,true,false],[372,25,1,true,true,false],[372,31,1,true,false,false],[372,33,0,true,true,false],[372,73,1,true,false,false],[375,12,1,true,true,false],[375,27,1,true,false,false],[375,28,1,true,true,false],[376,29,1,true,true,false],[376,49,1,true,false,false],[376,51,0,true,true,false],[376,87,1,true,false,false],[378,17,1,true,true,false],[378,78,0,true,true,false],[378,83,1,true,false,false],[379,17,0,true,true,false],[379,102,1,true,false,false],[384,25,1,true,true,false],[384,41,1,true,false,false],[384,43,0,true,true,false],[384,73,1,true,false,false],[385,25,1,true,true,false],[385,47,1,true,false,false],[385,49,0,true,true,false],[385,91,1,true,false,false],[388,12,1,true,true,false],[388,26,1,true,false,false],[388,27,0,true,true,false],[390,17,0,true,true,false],[390,45,0,true,false,false],[390,47,0,true,true,false],[390,48,0,true,false,false],[391,17,0,true,true,false],[391,98,0,true,false,false],[393,10,1,true,false,false],[394,6,0,false,false,false],[396,83,1,true,true,false],[404,54,0,true,true,false],[404,58,1,true,false,false],[414,25,1,true,true,false],[414,31,1,true,false,false],[414,33,0,true,true,false],[414,73,1,true,false,false],[416,12,1,true,true,false],[416,27,1,true,false,false],[416,28,1,true,true,false],[418,29,1,true,true,false],[418,49,1,true,false,false],[418,51,0,true,true,false],[418,87,1,true,false,false],[420,17,1,true,true,false],[420,74,0,true,true,false],[420,79,1,true,false,false],[421,17,0,true,true,false],[421,90,1,true,false,false],[426,12,1,true,true,false],[426,28,1,true,false,false],[426,29,1,true,true,false],[429,17,1,true,true,false],[429,50,1,true,false,false],[430,17,0,true,true,false],[430,103,1,true,false,false],[433,6,0,false,false,false],[435,54,1,true,true,false],[442,25,1,true,true,false],[442,31,1,true,false,false],[442,33,0,true,true,false],[442,73,1,true,false,false],[443,25,1,true,true,false],[443,41,1,true,false,false],[443,43,0,true,true,false],[443,73,1,true,false,false],[444,25,1,true,true,false],[444,47,1,true,false,false],[444,49,0,true,true,false],[444,91,1,true,false,false],[447,12,1,true,true,false],[447,27,1,true,false,false],[447,28,1,true,true,false],[448,29,1,true,true,false],[448,49,1,true,false,false],[448,51,0,true,true,false],[448,87,1,true,false,false],[450,17,1,true,true,false],[450,78,0,true,true,false],[450,83,1,true,false,false],[451,17,0,true,true,false],[451,80,1,true,false,false],[454,6,0,false,false,false],[456,66,1,true,true,false],[462,25,1,true,true,false],[462,31,1,true,false,false],[462,33,0,true,true,false],[462,73,1,true,false,false],[464,12,1,true,true,false],[464,27,1,true,false,false],[464,28,1,true,true,false],[465,29,1,true,true,false],[465,49,1,true,false,false],[465,51,0,true,true,false],[465,87,1,true,false,false],[467,17,1,true,true,false],[467,74,0,true,true,false],[467,79,1,true,false,false],[468,17,0,true,true,false],[468,73,1,true,false,false],[471,6,0,false,false,false],[473,51,1,true,true,false],[503,31,23,true,true,false],[505,31,23,true,true,false],[505,33,23,true,false,false],[505,35,23,true,true,false],[505,51,23,true,false,false],[505,53,0,true,true,false],[505,97,23,true,false,false],[508,29,23,true,true,false],[508,35,23,true,false,false],[508,37,0,true,true,false],[508,86,23,true,false,false],[509,10,1,true,true,false],[510,6,0,false,false,false],[512,78,1,true,true,false],[516,13,1,true,true,false],[516,67,1,true,false,false],[517,13,1,true,true,false],[517,58,1,true,false,false],[520,13,1,true,true,false],[520,60,1,true,false,false],[521,13,1,true,true,false],[521,51,1,true,false,false],[525,24,1,true,true,false],[525,40,1,true,false,false],[525,42,1,true,true,false],[525,87,1,true,false,false],[528,24,1,true,true,false],[528,40,1,true,false,false],[528,42,1,true,true,false],[528,80,1,true,false,false],[529,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":248,"covered":148,"percent":59.677419354838712},"instantiations":{"count":248,"covered":148,"percent":59.677419354838712},"lines":{"count":697,"covered":579,"percent":83.0703012912482},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":285,"covered":181,"notcovered":104,"percent":63.508771929824562}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift","mcdc_records":[],"segments":[[12,22,1,true,true,false],[22,6,0,false,false,false],[24,55,1,true,true,false],[43,24,1,true,true,false],[43,30,1,true,false,false],[43,32,1,true,true,false],[43,60,1,true,false,false],[43,62,0,true,true,false],[43,124,1,true,false,false],[44,24,1,true,true,false],[44,32,1,true,false,false],[44,34,1,true,true,false],[44,62,1,true,false,false],[44,64,0,true,true,false],[44,130,1,true,false,false],[45,24,1,true,true,false],[45,31,1,true,false,false],[45,33,1,true,true,false],[45,61,1,true,false,false],[45,63,0,true,true,false],[45,130,1,true,false,false],[46,6,0,false,false,false],[53,67,1,true,true,false],[101,59,1,true,true,false],[104,13,0,true,true,false],[106,14,1,true,true,false],[107,25,1,true,false,false],[111,13,1,true,true,false],[111,43,1,true,false,false],[112,13,0,true,true,false],[113,75,1,true,false,false],[117,49,1,true,true,false],[118,67,1,true,true,false],[120,14,0,true,true,false],[121,25,1,true,false,false],[125,13,1,true,true,false],[125,33,1,true,false,false],[126,13,0,true,true,false],[126,104,1,true,false,false],[128,6,0,false,false,false],[131,59,1,true,true,false],[176,47,1,true,true,false],[179,13,1,true,true,false],[181,14,0,true,true,false],[182,25,1,true,false,false],[186,13,1,true,true,false],[186,31,1,true,false,false],[187,13,0,true,true,false],[187,98,1,true,false,false],[189,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":16,"percent":72.727272727272734},"instantiations":{"count":22,"covered":16,"percent":72.727272727272734},"lines":{"count":207,"covered":197,"percent":95.169082125603865},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":19,"notcovered":9,"percent":67.857142857142861}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift","mcdc_records":[],"segments":[[11,79,1,true,true,false],[54,49,1,true,true,false],[54,105,1,true,false,false],[55,25,1,true,true,false],[55,38,1,true,false,false],[55,40,0,true,true,false],[55,96,1,true,false,false],[56,24,1,true,true,false],[56,47,1,true,false,false],[56,49,1,true,true,false],[56,57,1,true,false,false],[56,59,0,true,true,false],[56,119,1,true,false,false],[57,25,1,true,true,false],[57,51,1,true,false,false],[58,23,1,true,true,false],[58,102,0,true,true,false],[58,107,1,true,false,false],[60,13,1,true,true,false],[60,88,0,true,true,false],[60,93,1,true,false,false],[61,13,0,true,true,false],[61,75,1,true,false,false],[64,13,1,true,true,false],[64,86,0,true,true,false],[64,91,1,true,false,false],[65,13,0,true,true,false],[65,73,1,true,false,false],[70,24,1,true,true,false],[70,34,1,true,false,false],[70,36,1,true,true,false],[70,44,1,true,false,false],[70,46,0,true,true,false],[70,134,1,true,false,false],[71,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":11,"percent":57.894736842105267},"instantiations":{"count":19,"covered":11,"percent":57.894736842105267},"lines":{"count":79,"covered":71,"percent":89.87341772151899},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":11,"notcovered":8,"percent":57.894736842105267}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift","mcdc_records":[],"segments":[[8,63,1,true,true,false],[41,31,23,true,true,false],[43,27,23,true,true,false],[43,34,23,true,false,false],[43,36,0,true,true,false],[43,81,23,true,false,false],[44,10,1,true,true,false],[46,24,1,true,true,false],[46,42,1,true,false,false],[46,44,1,true,true,false],[46,51,1,true,false,false],[47,6,0,false,false,false],[49,54,1,true,true,false],[58,24,1,true,true,false],[58,31,1,true,false,false],[58,33,0,true,true,false],[58,78,1,true,false,false],[59,24,1,true,true,false],[59,45,1,true,false,false],[59,47,1,true,true,false],[59,70,1,true,false,false],[60,6,0,false,false,false],[67,49,2,true,true,false],[67,51,0,false,false,false],[70,32,2,true,true,false],[72,6,0,false,false,false],[74,102,24,true,true,false],[76,73,23,true,true,false],[76,76,24,true,false,false],[76,79,1,true,true,false],[76,93,24,true,false,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":11,"percent":84.615384615384613},"instantiations":{"count":13,"covered":11,"percent":84.615384615384613},"lines":{"count":68,"covered":66,"percent":97.058823529411768},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":15,"notcovered":2,"percent":88.235294117647058}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift","mcdc_records":[],"segments":[[14,40,2,true,true,false],[15,32,2,true,true,false],[18,42,8,true,true,false],[18,76,2,true,false,false],[21,49,0,true,true,false],[21,80,2,true,false,false],[23,6,0,false,false,false],[25,43,2,true,true,false],[30,35,2,true,true,false],[31,6,0,false,false,false],[33,60,1,true,true,false],[51,24,1,true,true,false],[51,29,1,true,false,false],[51,31,1,true,true,false],[51,37,1,true,false,false],[51,39,0,true,true,false],[51,96,1,true,false,false],[52,6,0,false,false,false],[54,61,1,true,true,false],[86,24,1,true,true,false],[86,36,1,true,false,false],[86,38,1,true,true,false],[86,48,1,true,false,false],[87,27,1,true,true,false],[87,39,1,true,false,false],[87,41,1,true,true,false],[87,50,1,true,false,false],[88,6,0,false,false,false],[94,37,8,true,true,false],[94,49,0,false,false,false],[95,28,0,true,true,false],[95,30,0,false,false,false],[96,36,0,true,true,false],[96,38,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":12,"percent":75},"instantiations":{"count":16,"covered":12,"percent":75},"lines":{"count":84,"covered":80,"percent":95.238095238095227},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":14,"notcovered":4,"percent":77.777777777777786}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift","mcdc_records":[],"segments":[[6,64,1,true,true,false],[12,23,1,true,true,false],[12,29,1,true,false,false],[13,6,0,false,false,false],[15,49,1,true,true,false],[31,24,1,true,true,false],[31,30,1,true,false,false],[32,6,0,false,false,false],[34,45,1,true,true,false],[40,24,1,true,true,false],[40,30,1,true,false,false],[41,6,0,false,false,false],[43,52,1,true,true,false],[49,24,1,true,true,false],[49,30,1,true,false,false],[50,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":8,"percent":100},"instantiations":{"count":8,"covered":8,"percent":100},"lines":{"count":46,"covered":46,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":8,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift","mcdc_records":[],"segments":[[10,53,1,true,true,false],[26,31,4,true,true,false],[27,86,0,true,true,false],[30,14,4,true,true,false],[32,17,4,true,true,false],[32,26,4,true,false,false],[33,17,4,true,true,false],[33,49,4,true,false,false],[34,17,0,true,true,false],[34,83,4,true,false,false],[36,10,1,true,true,false],[37,6,0,false,false,false],[39,76,1,true,true,false],[49,36,5,true,true,false],[49,40,1,true,false,false],[52,13,1,true,true,false],[52,74,1,true,false,false],[53,13,0,true,true,false],[53,85,1,true,false,false],[55,6,0,false,false,false],[57,62,1,true,true,false],[67,36,4,true,true,false],[67,40,1,true,false,false],[70,13,1,true,true,false],[70,78,1,true,false,false],[71,13,0,true,true,false],[71,81,1,true,false,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":9,"percent":75},"instantiations":{"count":12,"covered":9,"percent":75},"lines":{"count":71,"covered":66,"percent":92.957746478873233},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":12,"notcovered":4,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift","mcdc_records":[],"segments":[[7,67,1,true,true,false],[21,24,1,true,true,false],[21,30,1,true,false,false],[21,32,1,true,true,false],[21,40,1,true,false,false],[22,6,0,false,false,false],[24,65,1,true,true,false],[38,24,1,true,true,false],[38,30,1,true,false,false],[38,32,1,true,true,false],[38,39,1,true,false,false],[39,6,0,false,false,false],[41,59,1,true,true,false],[55,24,1,true,true,false],[55,34,1,true,false,false],[55,36,1,true,true,false],[55,44,1,true,false,false],[56,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":9,"percent":100},"instantiations":{"count":9,"covered":9,"percent":100},"lines":{"count":54,"covered":54,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":9,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift","mcdc_records":[],"segments":[[13,40,25,true,true,false],[14,32,25,true,true,false],[16,6,0,false,false,false],[18,43,25,true,true,false],[20,35,25,true,true,false],[21,6,0,false,false,false],[25,50,1,true,true,false],[27,24,1,true,true,false],[27,48,1,true,false,false],[27,50,1,true,true,false],[27,58,1,true,false,false],[33,24,1,true,true,false],[33,48,1,true,false,false],[33,50,1,true,true,false],[33,66,1,true,false,false],[34,6,0,false,false,false],[36,54,1,true,true,false],[38,22,1,true,true,false],[38,50,1,true,false,false],[44,24,1,true,true,false],[44,52,1,true,false,false],[44,54,1,true,true,false],[44,62,1,true,false,false],[45,6,0,false,false,false],[47,55,1,true,true,false],[49,24,1,true,true,false],[49,56,1,true,false,false],[55,23,1,true,true,false],[55,55,1,true,false,false],[56,6,0,false,false,false],[58,69,1,true,true,false],[65,24,1,true,true,false],[65,48,1,true,false,false],[65,50,1,true,true,false],[65,58,1,true,false,false],[66,24,1,true,true,false],[66,52,1,true,false,false],[66,54,1,true,true,false],[66,68,1,true,false,false],[67,6,0,false,false,false],[71,63,1,true,true,false],[73,22,1,true,true,false],[73,50,1,true,false,false],[76,23,1,true,true,false],[76,55,1,true,false,false],[77,6,0,false,false,false],[79,66,1,true,true,false],[86,23,1,true,true,false],[86,55,1,true,false,false],[87,6,0,false,false,false],[89,68,1,true,true,false],[96,24,1,true,true,false],[96,56,1,true,false,false],[97,6,0,false,false,false],[101,54,1,true,true,false],[103,24,1,true,true,false],[103,52,1,true,false,false],[110,23,1,true,true,false],[110,51,1,true,false,false],[111,6,0,false,false,false],[113,51,1,true,true,false],[119,24,1,true,true,false],[119,59,1,true,false,false],[119,61,1,true,true,false],[119,77,1,true,false,false],[120,6,0,false,false,false],[122,47,1,true,true,false],[128,24,1,true,true,false],[128,55,1,true,false,false],[128,57,1,true,true,false],[128,65,1,true,false,false],[129,6,0,false,false,false],[131,56,1,true,true,false],[137,24,1,true,true,false],[137,52,1,true,false,false],[138,6,0,false,false,false],[140,58,1,true,true,false],[146,24,1,true,true,false],[146,52,1,true,false,false],[147,6,0,false,false,false],[151,61,1,true,true,false],[153,24,1,true,true,false],[153,48,1,true,false,false],[153,50,1,true,true,false],[153,58,1,true,false,false],[156,24,1,true,true,false],[156,52,1,true,false,false],[157,6,0,false,false,false],[159,63,1,true,true,false],[164,23,1,true,true,false],[164,51,1,true,false,false],[165,6,0,false,false,false],[167,63,1,true,true,false],[173,24,1,true,true,false],[173,55,1,true,false,false],[174,6,0,false,false,false],[176,65,1,true,true,false],[178,24,1,true,true,false],[178,48,1,true,false,false],[178,50,1,true,true,false],[178,58,1,true,false,false],[181,23,1,true,true,false],[181,54,1,true,false,false],[182,6,0,false,false,false],[186,56,1,true,true,false],[188,24,1,true,true,false],[188,48,1,true,false,false],[188,50,1,true,true,false],[188,58,1,true,false,false],[191,22,1,true,true,false],[191,57,1,true,false,false],[192,6,0,false,false,false],[194,48,1,true,true,false],[199,24,1,true,true,false],[199,59,1,true,false,false],[199,61,1,true,true,false],[199,75,1,true,false,false],[200,6,0,false,false,false],[202,51,1,true,true,false],[208,22,1,true,true,false],[208,53,1,true,false,false],[209,6,0,false,false,false],[211,44,1,true,true,false],[216,24,1,true,true,false],[216,55,1,true,false,false],[216,57,1,true,true,false],[216,69,1,true,false,false],[217,6,0,false,false,false],[221,50,1,true,true,false],[229,24,1,true,true,false],[229,48,1,true,false,false],[229,50,1,true,true,false],[229,58,1,true,false,false],[230,6,0,false,false,false],[232,58,1,true,true,false],[235,23,1,true,true,false],[235,55,1,true,false,false],[241,24,1,true,true,false],[241,56,1,true,false,false],[242,6,0,false,false,false],[246,54,1,true,true,false],[247,23,1,true,true,false],[247,59,1,true,false,false],[248,6,0,false,false,false],[250,60,1,true,true,false],[251,24,1,true,true,false],[251,66,1,true,false,false],[252,6,0,false,false,false],[256,81,1,true,true,false],[264,24,1,true,true,false],[264,48,1,true,false,false],[264,50,1,true,true,false],[264,66,1,true,false,false],[265,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":76,"covered":76,"percent":100},"instantiations":{"count":76,"covered":76,"percent":100},"lines":{"count":260,"covered":260,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":78,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift","mcdc_records":[],"segments":[[10,61,1,true,true,false],[57,24,1,true,true,false],[57,35,1,true,false,false],[57,37,1,true,true,false],[57,44,1,true,false,false],[58,24,1,true,true,false],[58,36,1,true,false,false],[58,38,1,true,true,false],[58,45,1,true,false,false],[59,23,1,true,true,false],[59,43,1,true,false,false],[60,23,1,true,true,false],[60,44,1,true,false,false],[61,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":7,"percent":100},"instantiations":{"count":7,"covered":7,"percent":100},"lines":{"count":58,"covered":58,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":7,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift","mcdc_records":[],"segments":[[6,46,1,true,true,false],[9,24,1,true,true,false],[9,29,1,true,false,false],[9,31,1,true,true,false],[9,32,1,true,false,false],[9,34,0,true,true,false],[9,93,1,true,false,false],[10,6,0,false,false,false],[12,60,1,true,true,false],[15,24,1,true,true,false],[15,29,1,true,false,false],[15,31,1,true,true,false],[15,32,1,true,false,false],[15,34,0,true,true,false],[15,88,1,true,false,false],[16,6,0,false,false,false],[18,43,1,true,true,false],[20,24,1,true,true,false],[20,29,1,true,false,false],[20,31,1,true,true,false],[20,32,1,true,false,false],[21,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":9,"percent":81.818181818181827},"instantiations":{"count":11,"covered":9,"percent":81.818181818181827},"lines":{"count":22,"covered":20,"percent":90.909090909090907},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":9,"notcovered":2,"percent":81.818181818181827}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift","mcdc_records":[],"segments":[[7,73,1,true,true,false],[32,40,4,true,true,false],[32,71,1,true,false,false],[33,25,1,true,true,false],[33,30,1,true,false,false],[33,32,0,true,true,false],[33,73,1,true,false,false],[34,24,1,true,true,false],[34,37,1,true,false,false],[34,39,1,true,true,false],[34,47,1,true,false,false],[34,49,0,true,true,false],[34,109,1,true,false,false],[36,13,1,true,true,false],[36,44,1,true,true,false],[36,100,1,true,false,false],[36,104,0,true,true,false],[36,109,1,true,false,false],[37,13,0,true,true,false],[37,79,1,true,false,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":7,"percent":63.636363636363633},"instantiations":{"count":11,"covered":7,"percent":63.636363636363633},"lines":{"count":43,"covered":39,"percent":90.697674418604649},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":7,"notcovered":4,"percent":63.636363636363633}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift","mcdc_records":[],"segments":[[7,55,1,true,true,false],[29,24,1,true,true,false],[29,37,2,true,true,false],[29,41,1,true,false,false],[29,44,1,true,true,false],[29,83,1,true,false,false],[30,24,1,true,true,false],[30,38,1,true,false,false],[30,40,1,true,true,false],[30,41,1,true,false,false],[30,43,0,true,true,false],[30,98,1,true,false,false],[31,6,0,false,false,false],[33,61,1,true,true,false],[47,24,1,true,true,false],[47,51,1,true,false,false],[47,53,1,true,true,false],[47,63,1,true,false,false],[48,6,0,false,false,false],[50,64,1,true,true,false],[75,24,1,true,true,false],[75,51,1,true,false,false],[75,53,1,true,true,false],[75,63,1,true,false,false],[76,6,0,false,false,false],[91,1,1,true,true,false],[92,8,1,true,true,false],[92,20,1,true,false,false],[92,21,0,true,true,false],[92,37,1,true,true,false],[93,25,2,true,true,false],[93,52,1,true,false,false],[94,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":14,"percent":93.333333333333329},"instantiations":{"count":15,"covered":14,"percent":93.333333333333329},"lines":{"count":83,"covered":82,"percent":98.795180722891558},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":16,"notcovered":2,"percent":88.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift","mcdc_records":[],"segments":[[5,52,1,true,true,false],[9,36,5,true,true,false],[17,10,1,true,false,false],[18,25,5,true,true,false],[20,10,1,true,true,false],[23,24,1,true,true,false],[23,38,1,true,false,false],[23,40,1,true,true,false],[23,41,1,true,false,false],[24,24,1,true,true,false],[24,37,3,true,true,false],[24,43,1,true,false,false],[24,46,1,true,true,false],[24,64,1,true,false,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":7,"percent":100},"instantiations":{"count":7,"covered":7,"percent":100},"lines":{"count":35,"covered":35,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":9,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift","mcdc_records":[],"segments":[[10,49,9,true,true,false],[10,51,0,false,false,false],[20,40,9,true,true,false],[23,6,0,false,false,false],[25,43,9,true,true,false],[28,6,0,false,false,false],[32,39,9,true,true,false],[38,24,3,true,true,false],[38,63,9,true,false,false],[40,29,3,true,true,false],[43,47,1,true,true,false],[43,63,2,true,true,false],[47,50,0,true,true,false],[47,66,2,true,true,false],[50,24,2,true,true,false],[51,93,2,true,true,false],[52,22,2,true,false,false],[52,29,0,true,true,false],[54,22,2,true,true,false],[57,63,2,true,true,false],[57,80,3,true,false,false],[58,18,9,true,false,false],[65,24,2,true,true,false],[65,65,9,true,false,false],[67,29,2,true,true,false],[68,54,0,true,true,false],[68,70,2,true,true,false],[69,65,0,true,true,false],[69,81,2,true,true,false],[72,46,2,true,true,false],[72,77,2,true,false,false],[73,18,9,true,false,false],[80,24,2,true,true,false],[80,66,9,true,false,false],[82,29,2,true,true,false],[85,50,0,true,true,false],[85,66,2,true,true,false],[88,38,10,true,true,false],[89,28,10,true,true,false],[90,98,10,true,true,false],[91,26,10,true,false,false],[91,33,0,true,true,false],[93,26,10,true,true,false],[96,54,0,true,true,false],[96,70,10,true,true,false],[97,22,2,true,true,false],[101,45,2,true,false,false],[102,18,9,true,false,false],[109,24,2,true,true,false],[109,66,9,true,false,false],[111,29,2,true,true,false],[114,50,0,true,true,false],[114,66,2,true,true,false],[118,51,0,true,true,false],[118,67,2,true,true,false],[122,45,2,true,false,false],[123,18,9,true,false,false],[130,24,2,true,true,false],[130,66,9,true,false,false],[132,29,2,true,true,false],[134,50,0,true,true,false],[134,66,2,true,true,false],[138,49,2,true,false,false],[139,18,9,true,false,false],[142,6,0,false,false,false],[146,53,1,true,true,false],[150,39,5,true,true,false],[162,16,5,true,true,false],[163,69,5,true,true,false],[165,20,5,true,true,false],[165,27,5,true,false,false],[165,28,5,true,true,false],[168,18,5,true,false,false],[168,24,0,true,true,false],[171,18,5,true,false,false],[172,21,0,true,true,false],[175,14,5,true,true,false],[178,10,1,true,true,false],[185,12,1,true,true,false],[185,36,1,true,false,false],[185,37,0,true,true,false],[187,50,0,true,true,false],[189,14,0,true,true,false],[190,10,1,true,false,false],[193,24,1,true,true,false],[193,45,1,true,false,false],[193,47,1,true,true,false],[193,48,1,true,false,false],[193,50,0,true,true,false],[193,89,1,true,false,false],[194,24,1,true,true,false],[194,45,1,true,false,false],[194,47,1,true,true,false],[194,66,1,true,false,false],[194,68,0,true,true,false],[194,100,1,true,false,false],[195,6,0,false,false,false],[199,52,1,true,true,false],[200,44,1,true,true,false],[200,86,1,true,false,false],[206,61,1,true,true,false],[208,23,1,true,true,false],[208,30,1,true,false,false],[208,32,0,true,true,false],[208,79,1,true,false,false],[209,6,0,false,false,false],[211,65,1,true,true,false],[212,44,1,true,true,false],[212,86,1,true,false,false],[219,61,1,true,true,false],[221,24,1,true,true,false],[221,31,1,true,false,false],[221,33,0,true,true,false],[221,93,1,true,false,false],[222,24,1,true,true,false],[222,41,1,true,false,false],[222,43,1,true,true,false],[222,88,1,true,false,false],[224,13,1,true,true,false],[224,34,1,true,false,false],[224,36,0,true,true,false],[224,94,1,true,false,false],[226,6,0,false,false,false],[228,57,1,true,true,false],[229,44,2,true,true,false],[229,90,1,true,false,false],[235,61,1,true,true,false],[237,23,1,true,true,false],[237,30,1,true,false,false],[237,32,0,true,true,false],[237,76,1,true,false,false],[238,6,0,false,false,false],[240,47,1,true,true,false],[241,44,3,true,true,false],[241,86,1,true,false,false],[247,61,1,true,true,false],[249,23,1,true,true,false],[249,30,1,true,false,false],[249,32,0,true,true,false],[249,83,1,true,false,false],[250,6,0,false,false,false],[252,43,1,true,true,false],[253,44,4,true,true,false],[253,90,1,true,false,false],[259,61,1,true,true,false],[261,23,1,true,true,false],[261,30,1,true,false,false],[261,32,0,true,true,false],[261,78,1,true,false,false],[262,6,0,false,false,false],[264,48,1,true,true,false],[265,44,5,true,true,false],[265,89,1,true,false,false],[271,61,1,true,true,false],[273,23,1,true,true,false],[273,30,1,true,false,false],[273,32,0,true,true,false],[273,88,1,true,false,false],[274,6,0,false,false,false],[278,49,1,true,true,false],[287,23,1,true,true,false],[287,37,1,true,false,false],[291,23,1,true,true,false],[291,40,1,true,false,false],[294,12,1,true,true,false],[295,81,1,true,true,false],[296,10,1,true,false,false],[296,17,0,true,true,false],[298,10,1,true,true,false],[304,27,1,true,true,false],[304,38,1,true,false,false],[304,40,1,true,true,false],[304,44,1,true,false,false],[304,46,0,true,true,false],[304,90,1,true,false,false],[305,6,0,false,false,false],[309,44,1,true,true,false],[315,23,1,true,true,false],[315,40,1,true,false,false],[318,27,10,true,true,false],[321,27,10,true,true,false],[321,44,10,true,false,false],[321,46,0,true,true,false],[321,75,10,true,false,false],[322,10,1,true,true,false],[325,27,20,true,true,false],[326,16,20,true,true,false],[327,92,20,true,true,false],[328,14,20,true,false,false],[328,21,0,true,true,false],[330,14,20,true,true,false],[331,10,1,true,true,false],[333,23,1,true,true,false],[333,40,1,true,false,false],[333,42,0,true,true,false],[333,77,1,true,false,false],[334,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":51,"percent":80.952380952380949},"instantiations":{"count":63,"covered":51,"percent":80.952380952380949},"lines":{"count":408,"covered":382,"percent":93.627450980392155},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":122,"covered":93,"notcovered":29,"percent":76.229508196721312}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift","mcdc_records":[],"segments":[[8,36,1,true,true,false],[11,13,1,true,true,false],[11,107,1,true,false,false],[12,13,1,true,true,false],[12,22,1,true,false,false],[16,13,1,true,true,false],[16,67,1,true,false,false],[17,13,1,true,true,false],[17,22,1,true,false,false],[19,6,0,false,false,false],[21,36,1,true,true,false],[23,13,1,true,true,false],[23,107,1,true,false,false],[24,13,1,true,true,false],[24,22,1,true,false,false],[27,13,1,true,true,false],[27,67,1,true,false,false],[28,13,1,true,true,false],[28,22,1,true,false,false],[30,6,0,false,false,false],[32,40,1,true,true,false],[34,13,1,true,true,false],[34,111,1,true,false,false],[35,13,1,true,true,false],[35,26,1,true,false,false],[37,6,0,false,false,false],[39,47,1,true,true,false],[43,13,1,true,true,false],[43,98,1,true,false,false],[44,13,1,true,true,false],[44,22,1,true,false,false],[46,6,0,false,false,false],[48,53,1,true,true,false],[51,13,1,true,true,false],[51,85,1,true,false,false],[52,13,1,true,true,false],[52,22,1,true,false,false],[55,13,1,true,true,false],[55,88,1,true,false,false],[56,13,1,true,true,false],[56,22,1,true,false,false],[58,6,0,false,false,false],[60,45,1,true,true,false],[62,13,1,true,true,false],[62,69,1,true,false,false],[63,13,1,true,true,false],[63,21,1,true,false,false],[66,13,1,true,true,false],[66,73,1,true,false,false],[67,13,1,true,true,false],[67,21,1,true,false,false],[69,6,0,false,false,false],[73,34,1,true,true,false],[74,24,1,true,true,false],[74,60,1,true,false,false],[74,62,1,true,true,false],[74,67,1,true,false,false],[75,6,0,false,false,false],[77,34,1,true,true,false],[78,24,1,true,true,false],[78,60,1,true,false,false],[78,62,1,true,true,false],[78,67,1,true,false,false],[79,6,0,false,false,false],[81,38,1,true,true,false],[82,24,1,true,true,false],[82,64,1,true,false,false],[82,66,1,true,true,false],[82,69,1,true,false,false],[83,6,0,false,false,false],[85,38,1,true,true,false],[86,22,1,true,true,false],[86,57,1,true,false,false],[87,6,0,false,false,false],[91,29,1,true,true,false],[92,24,1,true,true,false],[92,62,1,true,false,false],[92,64,1,true,true,false],[92,74,1,true,false,false],[93,24,1,true,true,false],[93,62,1,true,false,false],[93,64,1,true,true,false],[93,74,1,true,false,false],[94,24,1,true,true,false],[94,66,1,true,false,false],[94,68,1,true,true,false],[94,82,1,true,false,false],[95,24,1,true,true,false],[95,61,1,true,false,false],[95,63,1,true,true,false],[95,72,1,true,false,false],[96,6,0,false,false,false],[100,42,1,true,true,false],[107,24,1,true,true,false],[107,66,1,true,false,false],[107,68,1,true,true,false],[107,77,1,true,false,false],[108,24,1,true,true,false],[108,66,1,true,false,false],[108,68,1,true,true,false],[108,77,1,true,false,false],[109,24,1,true,true,false],[109,70,1,true,false,false],[109,72,1,true,true,false],[109,85,1,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":53,"percent":100},"instantiations":{"count":53,"covered":53,"percent":100},"lines":{"count":127,"covered":127,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":53,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift","mcdc_records":[],"segments":[[41,32,10,true,true,false],[46,45,0,true,true,false],[46,51,10,true,false,false],[47,6,0,false,false,false],[49,35,10,true,true,false],[52,6,0,false,false,false],[60,45,58,true,true,false],[61,32,58,true,true,false],[62,45,0,true,true,false],[62,51,58,true,false,false],[63,6,0,false,false,false],[65,48,58,true,true,false],[67,35,58,true,true,false],[68,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":4,"percent":66.666666666666657},"instantiations":{"count":6,"covered":4,"percent":66.666666666666657},"lines":{"count":21,"covered":19,"percent":90.476190476190482},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":6,"notcovered":2,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift","mcdc_records":[],"segments":[[7,43,35,true,true,false],[9,6,0,false,false,false],[11,46,35,true,true,false],[13,6,0,false,false,false],[17,51,1,true,true,false],[20,42,0,true,true,false],[21,27,0,true,true,false],[21,65,0,true,false,false],[21,67,0,true,true,false],[21,100,0,true,false,false],[22,10,1,true,false,false],[24,13,1,true,true,false],[24,31,1,true,false,false],[24,33,1,true,true,false],[24,83,1,true,false,false],[26,6,0,false,false,false],[28,42,1,true,true,false],[51,44,16,true,true,false],[53,28,16,true,true,false],[53,34,16,true,false,false],[53,36,16,true,true,false],[53,44,16,true,false,false],[53,46,0,true,true,false],[53,94,16,true,false,false],[54,10,1,true,true,false],[55,6,0,false,false,false],[57,47,1,true,true,false],[61,24,1,true,true,false],[61,60,1,true,false,false],[61,62,1,true,true,false],[61,65,1,true,false,false],[62,24,1,true,true,false],[62,60,1,true,false,false],[62,62,1,true,true,false],[62,65,1,true,false,false],[63,24,1,true,true,false],[63,60,1,true,false,false],[63,62,1,true,true,false],[63,65,1,true,false,false],[66,24,1,true,true,false],[66,65,1,true,false,false],[66,67,1,true,true,false],[66,72,1,true,false,false],[67,24,1,true,true,false],[67,64,1,true,false,false],[67,66,1,true,true,false],[67,71,1,true,false,false],[68,24,1,true,true,false],[68,65,1,true,false,false],[68,67,1,true,true,false],[68,72,1,true,false,false],[71,24,1,true,true,false],[71,62,1,true,false,false],[71,64,1,true,true,false],[71,70,1,true,false,false],[72,24,1,true,true,false],[72,66,1,true,false,false],[72,68,1,true,true,false],[72,74,1,true,false,false],[73,24,1,true,true,false],[73,63,1,true,false,false],[73,65,1,true,true,false],[73,71,1,true,false,false],[74,24,1,true,true,false],[74,63,1,true,false,false],[74,65,1,true,true,false],[74,71,1,true,false,false],[75,24,1,true,true,false],[75,66,1,true,false,false],[75,68,1,true,true,false],[75,74,1,true,false,false],[76,24,1,true,true,false],[76,67,1,true,false,false],[76,69,1,true,true,false],[76,75,1,true,false,false],[79,24,1,true,true,false],[79,64,1,true,false,false],[79,66,1,true,true,false],[79,85,1,true,false,false],[80,24,1,true,true,false],[80,62,1,true,false,false],[80,64,1,true,true,false],[80,79,1,true,false,false],[81,6,0,false,false,false],[83,44,1,true,true,false],[89,23,1,true,true,false],[89,49,1,true,false,false],[90,23,1,true,true,false],[90,67,1,true,false,false],[91,23,1,true,true,false],[91,49,1,true,false,false],[92,23,1,true,true,false],[92,46,1,true,false,false],[93,23,1,true,true,false],[93,44,1,true,false,false],[93,46,0,true,true,false],[93,77,1,true,false,false],[94,23,1,true,true,false],[94,45,1,true,false,false],[94,47,0,true,true,false],[94,78,1,true,false,false],[95,23,1,true,true,false],[95,56,1,true,false,false],[96,23,1,true,true,false],[96,45,1,true,false,false],[97,23,1,true,true,false],[97,46,1,true,false,false],[97,48,0,true,true,false],[97,82,1,true,false,false],[98,23,1,true,true,false],[98,46,1,true,false,false],[98,48,0,true,true,false],[98,77,1,true,false,false],[99,23,1,true,true,false],[99,60,1,true,false,false],[99,62,0,true,true,false],[99,96,1,true,false,false],[102,24,1,true,true,false],[102,52,1,true,false,false],[103,6,0,false,false,false],[105,54,1,true,true,false],[113,73,4,true,true,false],[117,27,4,true,true,false],[117,53,4,true,false,false],[118,27,4,true,true,false],[118,57,4,true,false,false],[119,27,4,true,true,false],[119,60,4,true,false,false],[120,27,4,true,true,false],[120,58,4,true,false,false],[121,10,1,true,true,false],[122,6,0,false,false,false],[124,40,1,true,true,false],[132,24,1,true,true,false],[132,34,1,true,false,false],[132,36,1,true,true,false],[132,47,1,true,false,false],[132,49,0,true,true,false],[132,100,1,true,false,false],[135,23,1,true,true,false],[135,48,1,true,false,false],[136,23,1,true,true,false],[136,48,1,true,false,false],[137,23,1,true,true,false],[137,50,1,true,false,false],[140,24,1,true,true,false],[140,52,1,true,false,false],[141,24,1,true,true,false],[141,57,1,true,false,false],[142,6,0,false,false,false],[146,53,1,true,true,false],[150,25,1,true,true,false],[150,32,1,true,false,false],[152,6,0,false,false,false],[154,39,1,true,true,false],[173,46,12,true,true,false],[175,28,12,true,true,false],[175,34,12,true,false,false],[175,36,12,true,true,false],[175,44,12,true,false,false],[175,46,0,true,true,false],[175,95,12,true,false,false],[176,10,1,true,true,false],[177,6,0,false,false,false],[181,54,1,true,true,false],[189,23,1,true,true,false],[189,46,1,true,false,false],[190,23,1,true,true,false],[190,45,1,true,false,false],[191,23,1,true,true,false],[191,55,1,true,false,false],[197,24,1,true,true,false],[197,32,1,true,false,false],[197,34,1,true,true,false],[197,40,1,true,false,false],[198,24,1,true,true,false],[198,33,1,true,false,false],[198,35,1,true,true,false],[198,40,1,true,false,false],[199,6,0,false,false,false],[203,51,1,true,true,false],[204,17,10,true,true,false],[205,32,1000,true,true,false],[206,42,500,true,true,false],[206,48,1000,true,false,false],[206,51,500,true,true,false],[206,58,1000,true,false,false],[207,43,500,true,true,false],[207,51,1000,true,false,false],[207,54,500,true,true,false],[207,62,1000,true,false,false],[210,14,10,true,true,false],[211,10,1,true,false,false],[212,6,0,false,false,false],[214,48,1,true,true,false],[219,17,10,true,true,false],[220,33,10000,true,true,false],[221,37,90000,true,true,false],[224,18,10000,true,true,false],[225,14,10,true,true,false],[226,10,1,true,false,false],[227,6,0,false,false,false],[231,44,1,true,true,false],[235,23,1,true,true,false],[235,54,1,true,false,false],[236,23,1,true,true,false],[236,61,1,true,false,false],[241,23,1,true,true,false],[241,53,1,true,false,false],[242,23,1,true,true,false],[242,50,1,true,false,false],[243,6,0,false,false,false],[245,52,1,true,true,false],[252,23,1,true,true,false],[252,49,0,true,true,false],[252,72,1,true,false,false],[253,6,0,false,false,false],[257,47,1,true,true,false],[262,25,1,true,true,false],[262,32,1,true,false,false],[266,6,0,false,false,false],[268,45,1,true,true,false],[275,23,1,true,true,false],[275,27,1,true,false,false],[276,6,0,false,false,false],[278,46,1,true,true,false],[289,12,1,true,true,false],[289,36,1,true,false,false],[289,37,0,true,true,false],[290,28,0,true,true,false],[290,54,0,true,false,false],[291,10,1,true,false,false],[292,6,0,false,false,false],[294,52,1,true,true,false],[301,12,1,true,true,false],[301,34,1,true,false,false],[301,35,0,true,true,false],[304,46,0,true,true,false],[305,32,0,true,true,false],[305,45,0,true,false,false],[306,20,0,true,true,false],[311,21,0,true,true,false],[311,57,0,true,true,false],[311,85,0,true,false,false],[312,21,0,true,true,false],[312,81,0,true,false,false],[315,10,1,true,false,false],[316,6,0,false,false,false],[320,49,1,true,true,false],[329,24,1,true,true,false],[329,43,1,true,false,false],[329,45,1,true,true,false],[329,61,1,true,true,false],[329,74,1,true,false,false],[330,6,0,false,false,false],[332,50,1,true,true,false],[348,13,1,true,true,false],[348,43,1,true,false,false],[348,45,0,true,true,false],[348,99,1,true,false,false],[350,6,0,false,false,false],[352,53,1,true,true,false],[359,12,1,true,true,false],[360,81,0,true,true,false],[362,27,0,true,true,false],[362,31,0,true,false,false],[363,10,1,true,false,false],[363,17,1,true,true,false],[367,17,1,true,true,false],[367,56,1,true,true,false],[367,91,1,true,false,false],[368,24,0,true,true,false],[368,63,1,true,false,false],[368,67,0,true,true,false],[368,101,1,true,false,false],[369,24,0,true,true,false],[369,61,1,true,false,false],[369,65,0,true,true,false],[369,106,1,true,false,false],[370,24,0,true,true,false],[370,60,1,true,false,false],[371,17,0,true,true,false],[371,86,1,true,false,false],[373,10,1,true,true,false],[374,6,0,false,false,false],[376,50,1,true,true,false],[384,23,1,true,true,false],[384,67,1,true,false,false],[384,69,0,true,true,false],[384,104,1,true,false,false],[385,23,1,true,true,false],[385,60,1,true,false,false],[385,62,0,true,true,false],[385,96,1,true,false,false],[386,23,1,true,true,false],[386,44,1,true,false,false],[386,46,0,true,true,false],[386,77,1,true,false,false],[387,23,1,true,true,false],[387,46,1,true,false,false],[387,48,0,true,true,false],[387,82,1,true,false,false],[390,12,1,true,true,false],[391,81,0,true,true,false],[392,10,1,true,false,false],[392,17,1,true,true,false],[395,29,1,true,true,false],[395,55,1,true,false,false],[396,10,1,true,true,false],[397,6,0,false,false,false],[399,54,1,true,true,false],[403,12,1,true,true,false],[403,44,1,true,false,false],[403,45,1,true,true,false],[405,16,1,true,true,false],[405,38,1,true,false,false],[405,39,0,true,true,false],[408,50,0,true,true,false],[410,25,0,true,true,false],[410,79,0,true,true,false],[410,104,0,true,false,false],[411,25,0,true,true,false],[411,67,0,true,false,false],[414,14,1,true,false,false],[416,16,1,true,true,false],[416,45,1,true,false,false],[416,46,1,true,true,false],[419,50,0,true,true,false],[421,25,0,true,true,false],[421,59,0,true,true,false],[421,84,0,true,false,false],[422,25,0,true,true,false],[422,67,0,true,false,false],[424,18,1,true,false,false],[427,6,0,false,false,false],[429,51,1,true,true,false],[436,12,1,true,true,false],[436,34,1,true,false,false],[436,35,0,true,true,false],[437,27,0,true,true,false],[437,56,0,true,false,false],[437,58,0,true,true,false],[437,99,0,true,false,false],[438,10,1,true,false,false],[438,19,1,true,true,false],[438,41,1,true,false,false],[438,42,1,true,true,false],[439,27,1,true,true,false],[439,58,1,true,false,false],[439,60,0,true,true,false],[439,95,1,true,false,false],[443,42,0,true,true,false],[444,28,0,true,true,false],[444,55,0,true,false,false],[444,57,0,true,true,false],[444,95,0,true,false,false],[445,28,0,true,true,false],[445,51,0,true,false,false],[445,53,0,true,true,false],[445,86,0,true,false,false],[446,28,0,true,true,false],[446,68,0,true,false,false],[446,70,0,true,true,false],[446,102,0,true,false,false],[447,10,1,true,false,false],[448,6,0,false,false,false],[452,46,1,true,true,false],[462,25,1,true,true,false],[462,40,1,true,false,false],[463,25,1,true,true,false],[463,41,1,true,false,false],[464,25,1,true,true,false],[464,39,1,true,false,false],[468,24,1,true,true,false],[468,38,1,true,false,false],[468,40,0,true,true,false],[468,68,1,true,false,false],[470,13,1,true,true,false],[470,39,0,true,true,false],[470,64,1,true,false,false],[470,68,0,true,true,false],[470,90,1,true,false,false],[471,13,0,true,true,false],[471,57,1,true,false,false],[473,6,0,false,false,false],[477,53,1,true,true,false],[483,32,1,true,true,false],[485,10,0,true,true,false],[490,25,0,true,true,false],[490,53,0,true,false,false],[493,12,0,true,true,false],[493,40,0,true,false,false],[493,41,0,true,true,false],[495,17,0,true,true,false],[495,28,0,true,false,false],[496,17,0,true,true,false],[496,50,0,true,false,false],[499,6,0,false,false,false],[501,55,1,true,true,false],[508,12,1,true,true,false],[508,43,1,true,false,false],[508,44,0,true,true,false],[514,27,0,true,true,false],[514,31,0,true,false,false],[514,33,0,true,true,false],[514,64,0,true,false,false],[521,10,1,true,false,false],[521,16,1,true,true,false],[523,46,0,true,true,false],[525,21,0,true,true,false],[525,50,0,true,true,false],[525,75,0,true,false,false],[526,21,0,true,true,false],[526,68,0,true,false,false],[528,14,1,true,false,false],[530,6,0,false,false,false],[532,45,1,true,true,false],[542,12,1,true,true,false],[542,24,1,true,false,false],[542,25,0,true,true,false],[544,27,0,true,true,false],[544,48,0,true,false,false],[544,50,0,true,true,false],[544,80,0,true,false,false],[545,10,1,true,false,false],[549,23,1,true,true,false],[549,27,1,true,false,false],[549,29,0,true,true,false],[549,88,1,true,false,false],[550,6,0,false,false,false],[554,50,1,true,true,false],[557,12,1,true,true,false],[559,53,1,true,true,false],[562,27,1,true,true,false],[562,31,1,true,false,false],[562,33,0,true,true,false],[562,80,1,true,false,false],[563,17,0,true,true,false],[567,17,0,true,true,false],[567,49,0,true,true,false],[567,77,0,true,false,false],[568,24,0,true,true,false],[568,55,0,true,false,false],[568,59,0,true,true,false],[568,91,0,true,false,false],[569,17,0,true,true,false],[569,65,0,true,false,false],[571,10,1,true,true,false],[572,6,0,false,false,false],[574,49,1,true,true,false],[579,25,1,true,true,false],[579,32,1,true,false,false],[579,34,0,true,true,false],[579,69,1,true,false,false],[583,23,1,true,true,false],[583,27,1,true,false,false],[583,29,0,true,true,false],[583,90,1,true,false,false],[584,6,0,false,false,false],[586,64,1,true,true,false],[594,13,1,true,true,false],[594,38,1,true,true,false],[594,60,1,true,false,false],[595,13,0,true,true,false],[595,53,1,true,false,false],[599,12,1,true,true,false],[599,26,1,true,false,false],[599,27,1,true,true,false],[601,46,0,true,true,false],[603,21,0,true,true,false],[603,53,0,true,true,false],[603,87,0,true,false,false],[604,28,0,true,true,false],[604,51,0,true,false,false],[604,55,0,true,true,false],[604,93,0,true,false,false],[605,21,0,true,true,false],[605,65,0,true,false,false],[607,14,1,true,false,false],[609,6,0,false,false,false],[611,47,1,true,true,false],[616,13,1,true,true,false],[616,31,1,true,false,false],[616,33,1,true,true,false],[616,83,1,true,false,false],[617,13,0,true,true,false],[617,57,1,true,false,false],[625,23,1,true,true,false],[625,48,1,true,false,false],[625,50,0,true,true,false],[625,87,1,true,false,false],[626,23,1,true,true,false],[626,48,1,true,false,false],[626,50,0,true,true,false],[626,94,1,true,false,false],[627,6,0,false,false,false],[629,40,1,true,true,false],[634,23,1,true,true,false],[634,27,1,true,false,false],[634,29,0,true,true,false],[634,84,1,true,false,false],[637,23,1,true,true,false],[637,27,1,true,false,false],[637,29,0,true,true,false],[637,81,1,true,false,false],[640,23,1,true,true,false],[640,27,1,true,false,false],[640,29,0,true,true,false],[640,83,1,true,false,false],[641,6,0,false,false,false],[643,40,1,true,true,false],[650,23,1,true,true,false],[650,27,1,true,false,false],[650,29,0,true,true,false],[650,72,1,true,false,false],[653,23,1,true,true,false],[653,27,1,true,false,false],[653,29,0,true,true,false],[653,88,1,true,false,false],[654,6,0,false,false,false],[656,36,1,true,true,false],[660,23,1,true,true,false],[660,27,1,true,false,false],[660,29,0,true,true,false],[660,80,1,true,false,false],[663,23,1,true,true,false],[663,27,1,true,false,false],[663,29,0,true,true,false],[663,74,1,true,false,false],[664,6,0,false,false,false],[666,41,1,true,true,false],[669,23,1,true,true,false],[669,27,1,true,false,false],[669,29,0,true,true,false],[669,79,1,true,false,false],[672,23,1,true,true,false],[672,27,1,true,false,false],[672,29,0,true,true,false],[672,58,1,true,false,false],[673,6,0,false,false,false],[680,54,1369,true,true,false],[694,42,684,true,true,false],[696,10,1369,true,false,false],[696,16,685,true,true,false],[698,10,1369,true,false,false],[699,6,0,false,false,false],[701,48,1,true,true,false],[703,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":233,"covered":149,"percent":63.94849785407726},"instantiations":{"count":233,"covered":149,"percent":63.94849785407726},"lines":{"count":847,"covered":675,"percent":79.693034238488778},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":296,"covered":192,"notcovered":104,"percent":64.86486486486487}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift","mcdc_records":[],"segments":[[10,41,21,true,true,false],[10,48,0,false,false,false],[11,49,22,true,true,false],[11,51,0,false,false,false],[13,27,22,true,true,false],[23,6,0,false,false,false],[25,12,0,true,true,false],[27,6,0,false,false,false],[29,75,0,true,true,false],[31,6,0,false,false,false],[35,53,1,true,true,false],[36,25,1,true,true,false],[36,32,1,true,false,false],[38,19,1,true,true,false],[38,45,0,true,true,false],[38,68,1,true,false,false],[38,70,0,true,true,false],[38,93,1,true,false,false],[39,6,0,false,false,false],[43,46,1,true,true,false],[61,46,61,true,true,false],[63,28,61,true,true,false],[63,34,61,true,false,false],[63,36,61,true,true,false],[63,44,61,true,false,false],[63,46,0,true,true,false],[63,95,61,true,false,false],[64,10,1,true,true,false],[65,6,0,false,false,false],[67,45,1,true,true,false],[71,40,6,true,true,false],[74,17,6,true,true,false],[74,23,6,true,false,false],[74,25,6,true,true,false],[74,40,6,true,false,false],[74,42,0,true,true,false],[74,101,6,true,false,false],[76,10,1,true,true,false],[77,6,0,false,false,false],[79,40,1,true,true,false],[88,46,4,true,true,false],[90,28,4,true,true,false],[90,34,4,true,false,false],[90,36,4,true,true,false],[90,44,4,true,false,false],[90,46,0,true,true,false],[90,105,4,true,false,false],[91,10,1,true,true,false],[92,6,0,false,false,false],[96,52,1,true,true,false],[99,23,1,true,true,false],[99,49,0,true,true,false],[99,72,1,true,false,false],[99,74,0,true,true,false],[99,103,1,true,false,false],[100,6,0,false,false,false],[102,51,1,true,true,false],[107,23,1,true,true,false],[107,27,1,true,false,false],[107,29,0,true,true,false],[107,91,1,true,false,false],[108,6,0,false,false,false],[112,49,1,true,true,false],[118,30,0,true,true,false],[121,10,1,true,false,false],[124,12,1,true,true,false],[124,60,1,true,false,false],[124,61,0,true,true,false],[126,67,0,true,true,false],[128,14,0,true,false,false],[132,28,0,true,true,false],[132,55,0,true,false,false],[132,57,0,true,true,false],[132,58,0,true,false,false],[132,60,0,true,true,false],[132,97,0,true,false,false],[133,28,0,true,true,false],[133,66,0,true,false,false],[133,68,0,true,true,false],[133,101,0,true,false,false],[134,28,0,true,true,false],[134,46,0,true,false,false],[134,48,0,true,true,false],[134,49,0,true,false,false],[134,51,0,true,true,false],[134,86,0,true,false,false],[135,27,0,true,true,false],[135,61,0,true,false,false],[135,63,0,true,true,false],[135,93,0,true,false,false],[136,10,1,true,false,false],[136,16,1,true,true,false],[139,67,1,true,true,false],[141,14,1,true,false,false],[148,23,1,true,true,false],[148,27,1,true,false,false],[148,29,0,true,true,false],[148,73,1,true,false,false],[149,6,0,false,false,false],[151,50,1,true,true,false],[159,27,1,true,true,false],[162,36,0,true,true,false],[162,46,1,true,true,false],[165,10,1,true,false,false],[168,40,0,true,true,false],[171,10,1,true,false,false],[174,12,1,true,true,false],[174,27,1,true,false,false],[174,28,0,true,true,false],[175,67,0,true,true,false],[177,14,0,true,false,false],[181,28,0,true,true,false],[181,46,0,true,false,false],[181,48,0,true,true,false],[181,49,0,true,false,false],[181,51,0,true,true,false],[181,86,0,true,false,false],[182,27,0,true,true,false],[182,65,0,true,false,false],[182,67,0,true,true,false],[182,94,0,true,false,false],[183,16,0,true,true,false],[183,46,0,true,false,false],[183,47,0,true,true,false],[185,21,0,true,true,false],[185,48,0,true,false,false],[185,50,0,true,true,false],[185,51,0,true,false,false],[185,53,0,true,true,false],[185,97,0,true,false,false],[186,20,0,true,true,false],[187,32,0,true,true,false],[187,59,0,true,false,false],[187,61,0,true,true,false],[187,62,0,true,false,false],[187,64,0,true,true,false],[187,101,0,true,false,false],[189,10,1,true,false,false],[189,16,1,true,true,false],[190,67,1,true,true,false],[192,14,1,true,false,false],[199,23,1,true,true,false],[199,27,1,true,false,false],[199,29,0,true,true,false],[199,84,1,true,false,false],[200,6,0,false,false,false],[202,45,1,true,true,false],[206,30,0,true,true,false],[208,10,1,true,false,false],[211,30,0,true,true,false],[213,10,1,true,false,false],[220,23,1,true,true,false],[220,27,1,true,false,false],[220,29,0,true,true,false],[220,80,1,true,false,false],[221,6,0,false,false,false],[223,49,1,true,true,false],[227,23,1,true,true,false],[227,27,1,true,false,false],[227,29,0,true,true,false],[227,77,1,true,false,false],[228,6,0,false,false,false],[232,52,1,true,true,false],[237,42,0,true,true,false],[240,10,1,true,false,false],[244,63,1,true,true,false],[245,16,1,true,true,false],[245,35,1,true,false,false],[245,36,1,true,true,false],[247,14,1,true,false,false],[254,23,1,true,true,false],[254,27,1,true,false,false],[254,29,0,true,true,false],[254,91,1,true,false,false],[255,6,0,false,false,false],[257,57,1,true,true,false],[261,42,0,true,true,false],[263,10,1,true,false,false],[266,42,0,true,true,false],[268,10,1,true,false,false],[273,23,1,true,true,false],[273,27,1,true,false,false],[273,29,0,true,true,false],[273,96,1,true,false,false],[274,6,0,false,false,false],[276,61,1,true,true,false],[280,23,1,true,true,false],[280,27,1,true,false,false],[280,29,0,true,true,false],[280,90,1,true,false,false],[281,6,0,false,false,false],[285,53,1,true,true,false],[291,30,0,true,true,false],[293,27,0,true,true,false],[293,49,0,true,false,false],[293,51,0,true,true,false],[293,75,0,true,false,false],[294,27,0,true,true,false],[294,53,0,true,false,false],[294,55,0,true,true,false],[294,82,0,true,false,false],[295,10,1,true,false,false],[297,63,1,true,true,false],[299,10,1,true,false,false],[304,12,1,true,true,false],[304,47,0,true,true,false],[304,62,1,true,false,false],[304,63,0,true,true,false],[306,17,0,true,true,false],[306,44,0,true,false,false],[306,46,0,true,true,false],[306,47,0,true,false,false],[306,49,0,true,true,false],[306,86,0,true,false,false],[310,28,0,true,true,false],[310,54,0,true,false,false],[310,56,0,true,true,false],[310,89,0,true,false,false],[313,29,0,true,true,false],[313,37,0,true,false,false],[313,39,0,true,true,false],[313,74,0,true,false,false],[314,27,0,true,true,false],[314,46,0,true,false,false],[314,58,0,true,true,false],[314,85,0,true,false,false],[315,10,1,true,false,false],[316,6,0,false,false,false],[318,63,1,true,true,false],[323,40,0,true,true,false],[324,27,0,true,true,false],[324,49,0,true,false,false],[324,51,0,true,true,false],[324,75,0,true,false,false],[325,10,1,true,false,false],[327,63,1,true,true,false],[329,10,1,true,false,false],[333,12,1,true,true,false],[333,47,0,true,true,false],[333,62,1,true,false,false],[333,63,0,true,true,false],[334,28,0,true,true,false],[334,57,0,true,false,false],[334,59,0,true,true,false],[334,96,0,true,false,false],[338,27,0,true,true,false],[338,56,0,true,false,false],[338,58,0,true,true,false],[338,93,0,true,false,false],[339,10,1,true,false,false],[340,6,0,false,false,false],[344,42,1,true,true,false],[349,40,0,true,true,false],[351,10,1,true,false,false],[355,63,1,true,true,false],[359,10,1,true,false,false],[362,23,1,true,true,false],[362,27,1,true,false,false],[362,29,0,true,true,false],[362,80,1,true,false,false],[363,6,0,false,false,false],[367,53,1,true,true,false],[371,12,1,true,true,false],[375,29,1,true,true,false],[375,40,1,true,false,false],[375,42,0,true,true,false],[375,85,1,true,false,false],[377,39,0,true,true,false],[377,47,1,true,false,false],[380,51,0,true,true,false],[380,53,1,true,false,false],[382,10,1,true,true,false],[389,22,1,true,true,false],[389,33,1,true,false,false],[389,35,0,true,true,false],[389,88,1,true,false,false],[390,6,0,false,false,false],[394,47,1,true,true,false],[399,26,5,true,true,false],[400,34,0,true,true,false],[400,42,5,true,false,false],[402,10,1,true,true,false],[404,23,1,true,true,false],[404,27,1,true,false,false],[404,29,0,true,true,false],[404,71,1,true,false,false],[405,6,0,false,false,false],[407,45,1,true,true,false],[412,27,1,true,true,false],[415,36,0,true,true,false],[415,46,1,true,true,false],[418,10,1,true,false,false],[421,30,0,true,true,false],[423,16,0,true,true,false],[423,36,0,true,false,false],[423,37,0,true,true,false],[424,28,0,true,true,false],[424,40,0,true,false,false],[427,10,1,true,false,false],[431,63,1,true,true,false],[433,10,1,true,false,false],[438,23,1,true,true,false],[438,27,1,true,false,false],[438,29,0,true,true,false],[438,71,1,true,false,false],[439,6,0,false,false,false],[443,61,1,true,true,false],[452,27,1,true,true,false],[455,36,0,true,true,false],[455,46,1,true,true,false],[458,10,1,true,false,false],[460,30,0,true,true,false],[465,28,0,true,true,false],[465,48,0,true,false,false],[465,50,0,true,true,false],[465,85,0,true,false,false],[468,10,1,true,false,false],[471,63,1,true,true,false],[473,10,1,true,false,false],[479,38,0,true,true,false],[482,28,0,true,true,false],[482,45,0,true,false,false],[482,47,0,true,true,false],[482,83,0,true,false,false],[483,10,1,true,false,false],[484,6,0,false,false,false],[488,49,1,true,true,false],[491,17,10,true,true,false],[492,41,1280,true,true,false],[494,14,10,true,true,false],[495,10,1,true,false,false],[496,6,0,false,false,false],[498,51,1,true,true,false],[499,17,10,true,true,false],[500,32,1000,true,true,false],[501,38,0,true,true,false],[501,46,1000,true,false,false],[503,14,10,true,true,false],[504,10,1,true,false,false],[505,6,0,false,false,false],[509,53,0,true,true,false],[513,24,0,true,true,false],[513,39,0,true,false,false],[513,41,0,true,true,false],[513,71,0,true,false,false],[514,6,0,false,false,false],[521,65,0,true,true,false],[524,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":151,"covered":60,"percent":39.735099337748345},"instantiations":{"count":151,"covered":60,"percent":39.735099337748345},"lines":{"count":671,"covered":479,"percent":71.385991058122201},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":189,"covered":85,"notcovered":104,"percent":44.973544973544968}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift","mcdc_records":[],"segments":[[7,42,1,true,true,false],[13,23,1,true,true,false],[13,39,1,true,false,false],[13,41,0,true,true,false],[13,93,1,true,false,false],[14,6,0,false,false,false],[16,62,1,true,true,false],[22,23,1,true,true,false],[22,39,1,true,false,false],[22,41,0,true,true,false],[22,100,1,true,false,false],[23,6,0,false,false,false],[27,48,1,true,true,false],[36,24,1,true,true,false],[36,40,1,true,false,false],[36,42,0,true,true,false],[36,76,1,true,false,false],[40,35,6,true,true,false],[40,56,1,true,true,false],[40,72,6,true,false,false],[40,74,1,true,false,false],[41,25,1,true,true,false],[41,29,1,true,false,false],[41,31,0,true,true,false],[41,60,1,true,false,false],[44,35,12,true,true,false],[44,56,1,true,true,false],[44,72,12,true,false,false],[44,74,1,true,false,false],[45,25,1,true,true,false],[45,29,1,true,false,false],[45,31,0,true,true,false],[45,60,1,true,false,false],[48,35,17,true,true,false],[48,56,1,true,true,false],[48,72,17,true,false,false],[48,74,1,true,false,false],[49,22,1,true,true,false],[49,26,1,true,false,false],[49,28,0,true,true,false],[49,80,1,true,false,false],[50,6,0,false,false,false],[52,50,1,true,true,false],[61,34,12,true,true,false],[62,50,204,true,true,false],[62,71,0,true,true,false],[62,87,204,true,false,false],[62,89,12,true,false,false],[63,26,12,true,true,false],[63,41,12,true,false,false],[63,43,0,true,true,false],[63,93,12,true,false,false],[64,10,1,true,true,false],[65,6,0,false,false,false],[69,50,1,true,true,false],[75,24,1,true,true,false],[75,40,1,true,false,false],[75,42,0,true,true,false],[75,79,1,true,false,false],[79,35,5,true,true,false],[79,56,1,true,true,false],[79,72,5,true,false,false],[79,74,1,true,false,false],[80,25,1,true,true,false],[80,29,1,true,false,false],[80,31,0,true,true,false],[80,63,1,true,false,false],[83,35,6,true,true,false],[83,56,1,true,true,false],[83,72,6,true,false,false],[83,74,1,true,false,false],[84,25,1,true,true,false],[84,29,1,true,false,false],[84,31,0,true,true,false],[84,63,1,true,false,false],[85,6,0,false,false,false],[89,47,1,true,true,false],[95,24,1,true,true,false],[95,40,1,true,false,false],[95,42,0,true,true,false],[95,75,1,true,false,false],[99,44,8,true,true,false],[99,65,1,true,true,false],[99,81,8,true,false,false],[99,83,1,true,false,false],[100,25,1,true,true,false],[100,38,1,true,false,false],[100,40,0,true,true,false],[100,68,1,true,false,false],[103,35,28,true,true,false],[103,56,0,true,true,false],[103,72,28,true,false,false],[103,74,1,true,false,false],[104,22,1,true,true,false],[104,26,1,true,false,false],[104,28,0,true,true,false],[104,77,1,true,false,false],[105,6,0,false,false,false],[107,57,1,true,true,false],[121,13,1,true,true,false],[121,42,1,true,false,false],[122,13,1,true,true,false],[122,45,1,true,false,false],[123,13,0,true,true,false],[123,76,1,true,false,false],[125,6,0,false,false,false],[129,48,1,true,true,false],[135,24,1,true,true,false],[135,40,1,true,false,false],[135,42,0,true,true,false],[135,76,1,true,false,false],[138,35,11,true,true,false],[138,56,1,true,true,false],[138,72,11,true,false,false],[138,74,1,true,false,false],[139,25,1,true,true,false],[139,29,1,true,false,false],[139,31,0,true,true,false],[139,60,1,true,false,false],[142,35,7,true,true,false],[142,56,1,true,true,false],[142,72,7,true,false,false],[142,74,1,true,false,false],[143,25,1,true,true,false],[143,29,1,true,false,false],[143,31,0,true,true,false],[143,60,1,true,false,false],[144,6,0,false,false,false],[148,54,1,true,true,false],[154,22,1,true,true,false],[154,32,1,true,false,false],[154,34,0,true,true,false],[154,75,1,true,false,false],[155,6,0,false,false,false],[157,57,1,true,true,false],[163,22,1,true,true,false],[163,32,1,true,false,false],[163,34,0,true,true,false],[163,86,1,true,false,false],[164,6,0,false,false,false],[166,45,1,true,true,false],[172,25,1,true,true,false],[172,35,1,true,false,false],[173,24,1,true,true,false],[173,40,1,true,false,false],[173,42,1,true,true,false],[173,58,1,true,false,false],[174,24,1,true,true,false],[174,38,1,true,false,false],[174,40,1,true,true,false],[174,77,1,true,false,false],[175,23,1,true,true,false],[175,48,0,true,true,false],[175,53,1,true,false,false],[176,24,1,true,true,false],[176,47,1,true,false,false],[176,49,1,true,true,false],[176,54,1,true,false,false],[177,24,1,true,true,false],[177,56,0,true,true,false],[177,60,1,true,false,false],[178,6,0,false,false,false],[180,44,1,true,true,false],[186,25,1,true,true,false],[186,35,1,true,false,false],[187,24,1,true,true,false],[187,40,1,true,false,false],[187,42,1,true,true,false],[187,57,1,true,false,false],[188,6,0,false,false,false],[192,45,1,true,true,false],[198,24,1,true,true,false],[198,40,1,true,false,false],[198,42,0,true,true,false],[198,76,1,true,false,false],[200,33,17,true,true,false],[201,28,17,true,true,false],[201,49,17,true,false,false],[201,51,0,true,true,false],[201,88,17,true,false,false],[202,28,17,true,true,false],[202,50,17,true,false,false],[202,52,0,true,true,false],[202,90,17,true,false,false],[203,10,1,true,true,false],[204,6,0,false,false,false],[206,47,1,true,true,false],[207,84,8,true,true,false],[213,37,128,true,true,false],[214,32,128,true,true,false],[214,53,128,true,false,false],[214,55,0,true,true,false],[214,107,128,true,false,false],[215,32,128,true,true,false],[215,54,128,true,false,false],[215,56,0,true,true,false],[215,109,128,true,false,false],[216,14,8,true,true,false],[217,10,1,true,true,false],[218,6,0,false,false,false],[220,43,1,true,true,false],[221,84,8,true,true,false],[227,37,128,true,true,false],[229,21,128,true,true,false],[229,34,128,true,false,false],[230,21,128,true,true,false],[230,35,128,true,false,false],[231,21,0,true,true,false],[231,103,128,true,false,false],[233,14,8,true,true,false],[234,10,1,true,true,false],[235,6,0,false,false,false],[239,49,1,true,true,false],[242,24,1,true,true,false],[242,61,1,true,false,false],[242,63,1,true,true,false],[242,73,1,true,false,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":104,"covered":75,"percent":72.115384615384613},"instantiations":{"count":104,"covered":75,"percent":72.115384615384613},"lines":{"count":296,"covered":267,"percent":90.202702702702695},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":116,"covered":87,"notcovered":29,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift","mcdc_records":[],"segments":[[11,66,1,true,true,false],[23,24,1,true,true,false],[23,41,1,true,false,false],[23,43,1,true,true,false],[23,46,1,true,false,false],[24,24,1,true,true,false],[24,38,1,true,false,false],[24,40,1,true,true,false],[24,43,1,true,false,false],[25,6,0,false,false,false],[27,71,1,true,true,false],[39,24,1,true,true,false],[39,48,1,true,false,false],[39,50,1,true,true,false],[39,68,1,true,false,false],[40,22,1,true,true,false],[40,49,1,true,false,false],[41,22,1,true,true,false],[41,40,1,true,false,false],[42,6,0,false,false,false],[44,74,1,true,true,false],[56,24,1,true,true,false],[56,51,1,true,false,false],[56,53,1,true,true,false],[56,64,1,true,false,false],[57,22,1,true,true,false],[57,46,1,true,false,false],[58,22,1,true,true,false],[58,40,1,true,false,false],[59,6,0,false,false,false],[61,65,1,true,true,false],[73,24,1,true,true,false],[73,42,1,true,false,false],[73,44,1,true,true,false],[73,64,1,true,false,false],[74,22,1,true,true,false],[74,46,1,true,false,false],[75,22,1,true,true,false],[75,49,1,true,false,false],[76,6,0,false,false,false],[80,53,1,true,true,false],[134,25,1,true,true,false],[134,30,1,true,false,false],[135,24,1,true,true,false],[135,43,1,true,false,false],[135,45,1,true,true,false],[135,48,1,true,false,false],[136,22,1,true,true,false],[136,48,1,true,false,false],[139,25,1,true,true,false],[139,30,1,true,false,false],[140,24,1,true,true,false],[140,53,1,true,false,false],[140,55,1,true,true,false],[140,66,1,true,false,false],[143,25,1,true,true,false],[143,30,1,true,false,false],[144,24,1,true,true,false],[144,50,1,true,false,false],[144,52,1,true,true,false],[144,70,1,true,false,false],[147,25,1,true,true,false],[147,30,1,true,false,false],[148,24,1,true,true,false],[148,44,1,true,false,false],[148,46,1,true,true,false],[148,66,1,true,false,false],[149,6,0,false,false,false],[151,56,1,true,true,false],[156,22,1,true,true,false],[156,26,1,true,false,false],[156,28,0,true,true,false],[156,59,1,true,false,false],[157,6,0,false,false,false],[161,51,1,true,true,false],[179,67,0,true,true,false],[179,70,1,true,false,false],[184,24,1,true,true,false],[184,35,1,true,false,false],[184,37,1,true,true,false],[184,40,1,true,false,false],[184,42,0,true,true,false],[184,79,1,true,false,false],[185,22,1,true,true,false],[185,27,1,true,false,false],[186,22,1,true,true,false],[186,30,1,true,false,false],[187,22,1,true,true,false],[187,27,1,true,false,false],[188,6,0,false,false,false],[190,54,1,true,true,false],[207,67,0,true,true,false],[207,70,1,true,false,false],[210,24,1,true,true,false],[210,35,1,true,false,false],[210,37,1,true,true,false],[210,48,1,true,false,false],[211,24,1,true,true,false],[211,32,1,true,false,false],[211,34,1,true,true,false],[211,45,1,true,false,false],[211,47,0,true,true,false],[211,85,1,true,false,false],[212,6,0,false,false,false],[214,49,1,true,true,false],[220,67,1,true,true,false],[220,70,1,true,false,false],[222,22,1,true,true,false],[222,31,1,true,false,false],[222,33,0,true,true,false],[222,65,1,true,false,false],[223,24,1,true,true,false],[223,35,1,true,false,false],[223,37,1,true,true,false],[223,40,1,true,false,false],[223,42,0,true,true,false],[223,83,1,true,false,false],[224,6,0,false,false,false],[228,39,1,true,true,false],[262,24,1,true,true,false],[262,29,1,true,false,false],[262,31,1,true,true,false],[262,36,1,true,false,false],[262,38,0,true,true,false],[262,65,1,true,false,false],[263,27,1,true,true,false],[263,32,1,true,false,false],[263,34,1,true,true,false],[263,39,1,true,false,false],[263,41,0,true,true,false],[263,77,1,true,false,false],[264,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":57,"percent":86.36363636363636},"instantiations":{"count":66,"covered":57,"percent":86.36363636363636},"lines":{"count":295,"covered":286,"percent":96.949152542372886},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":57,"notcovered":9,"percent":86.36363636363636}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift","mcdc_records":[],"segments":[[5,63,1,true,true,false],[19,12,1,true,true,false],[19,31,1,true,false,false],[19,32,0,true,true,false],[21,10,1,true,false,false],[22,6,0,false,false,false],[24,59,1,true,true,false],[33,12,1,true,true,false],[33,31,1,true,false,false],[33,32,0,true,true,false],[35,10,1,true,false,false],[36,6,0,false,false,false],[41,68,2,true,true,false],[48,2,0,false,false,false],[50,97,2,true,true,false],[51,112,0,true,true,false],[53,6,2,true,true,false],[56,47,1134,true,true,false],[57,53,216,true,true,false],[57,65,918,true,true,false],[58,12,918,true,true,false],[58,42,918,true,false,false],[58,43,9,true,true,false],[58,55,909,true,true,false],[59,85,0,true,true,false],[59,97,909,true,true,false],[61,76,238967,true,true,false],[63,10,909,true,true,false],[64,6,2,true,true,false],[65,16,2,true,false,false],[66,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":56,"covered":51,"percent":91.071428571428569},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":17,"notcovered":4,"percent":80.952380952380949}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift","mcdc_records":[],"segments":[[12,55,1,true,true,false],[17,80,1,true,true,false],[18,80,1,true,true,false],[21,13,1,true,true,false],[21,26,1,true,false,false],[22,13,1,true,true,false],[22,26,1,true,false,false],[23,13,0,true,true,false],[32,16,1,true,false,false],[34,6,0,false,false,false],[39,68,1,true,true,false],[46,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":4,"percent":80},"instantiations":{"count":5,"covered":4,"percent":80},"lines":{"count":43,"covered":33,"percent":76.744186046511629},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":6,"notcovered":1,"percent":85.714285714285708}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift","mcdc_records":[],"segments":[[12,55,1,true,true,false],[17,94,1,true,true,false],[18,21,12,true,true,false],[18,52,1,true,false,false],[22,27,12,true,true,false],[23,72,12,true,true,false],[37,55,59,true,true,false],[37,79,12,true,false,false],[38,35,8,true,true,false],[38,47,4,true,true,false],[55,55,2298,true,true,false],[57,20,2298,true,true,false],[57,52,13726,true,true,false],[57,73,2298,true,false,false],[58,42,17,true,true,false],[58,65,2298,true,false,false],[59,17,7,true,true,false],[62,18,2298,true,false,false],[64,20,2298,true,true,false],[64,34,2298,true,false,false],[64,35,153,true,true,false],[65,47,7328,true,true,false],[65,60,153,true,false,false],[66,47,7328,true,true,false],[66,60,153,true,false,false],[69,52,459,true,true,false],[70,28,459,true,true,false],[70,50,459,true,false,false],[70,51,0,true,true,false],[74,26,459,true,false,false],[75,22,153,true,true,false],[77,24,153,true,true,false],[77,39,153,true,false,false],[77,40,6,true,true,false],[79,22,153,true,false,false],[80,18,2298,true,false,false],[81,14,4,true,true,false],[82,10,1,true,true,false],[85,13,1,true,true,false],[85,31,1,true,false,false],[86,13,0,true,true,false],[96,16,1,true,false,false],[98,6,0,false,false,false],[103,68,1,true,true,false],[110,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":9,"percent":90},"instantiations":{"count":10,"covered":9,"percent":90},"lines":{"count":113,"covered":98,"percent":86.725663716814154},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":26,"notcovered":2,"percent":92.857142857142861}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift","mcdc_records":[],"segments":[[13,37,1,true,true,false],[22,6,0,false,false,false],[25,45,1,true,true,false],[37,6,0,false,false,false],[40,36,1,true,true,false],[52,6,0,false,false,false],[57,27,1,true,true,false],[62,6,0,false,false,false],[65,26,1,true,true,false],[71,6,0,false,false,false],[74,33,1,true,true,false],[86,6,0,false,false,false],[91,31,1,true,true,false],[106,6,0,false,false,false],[114,37,1,true,true,false],[129,6,0,false,false,false],[132,33,1,true,true,false],[145,6,0,false,false,false],[148,34,1,true,true,false],[157,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":118,"covered":118,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":10,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift","mcdc_records":[],"segments":[[9,40,5,true,true,false],[10,32,5,true,true,false],[12,6,0,false,false,false],[14,43,5,true,true,false],[15,35,5,true,true,false],[21,6,0,false,false,false],[23,83,1,true,true,false],[24,59,1,true,true,false],[31,10,1,true,false,false],[34,24,1,true,true,false],[34,36,1,true,false,false],[34,38,1,true,true,false],[34,65,1,true,false,false],[37,13,1,true,true,false],[37,22,1,true,false,false],[38,13,1,true,true,false],[41,15,1,true,false,false],[43,6,0,false,false,false],[45,62,1,true,true,false],[46,59,1,true,true,false],[51,10,1,true,false,false],[54,31,1,true,true,false],[54,33,1,true,false,false],[55,31,0,true,true,false],[55,33,1,true,false,false],[56,42,0,true,true,false],[56,59,1,true,false,false],[57,29,1,true,true,false],[57,37,1,true,false,false],[60,57,1,true,true,false],[60,65,1,true,false,false],[63,23,1,true,true,false],[63,30,1,true,false,false],[65,13,1,true,true,false],[65,56,2,true,true,false],[67,14,1,true,false,false],[68,6,0,false,false,false],[70,59,1,true,true,false],[71,59,1,true,true,false],[71,92,1,true,false,false],[73,69,1,true,true,false],[75,10,1,true,false,false],[80,31,1,true,true,false],[80,33,1,true,false,false],[81,31,1,true,true,false],[81,33,1,true,false,false],[82,29,1,true,true,false],[86,14,1,true,false,false],[89,57,0,true,true,false],[89,65,1,true,false,false],[92,24,1,true,true,false],[92,31,1,true,false,false],[94,13,1,true,true,false],[94,56,3,true,true,false],[94,105,1,true,false,false],[95,13,0,true,true,false],[95,55,1,true,false,false],[97,6,0,false,false,false],[99,63,1,true,true,false],[100,59,1,true,true,false],[100,92,1,true,false,false],[107,31,1,true,true,false],[107,33,1,true,false,false],[108,31,1,true,true,false],[108,33,1,true,false,false],[109,29,2,true,true,false],[113,14,1,true,false,false],[116,57,1,true,true,false],[116,65,1,true,false,false],[119,23,1,true,true,false],[119,30,1,true,false,false],[121,13,1,true,true,false],[121,44,1,true,true,false],[121,105,1,true,false,false],[124,13,1,true,true,false],[124,56,4,true,true,false],[126,14,1,true,false,false],[128,6,0,false,false,false],[130,62,1,true,true,false],[131,59,2,true,true,false],[131,92,1,true,false,false],[133,31,2,true,true,false],[133,33,1,true,false,false],[134,31,0,true,true,false],[134,33,1,true,false,false],[135,42,0,true,true,false],[135,59,1,true,false,false],[136,29,2,true,true,false],[136,37,1,true,false,false],[139,57,2,true,true,false],[139,65,1,true,false,false],[142,23,1,true,true,false],[142,28,1,true,false,false],[144,23,1,true,true,false],[144,29,1,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":43,"percent":87.755102040816325},"instantiations":{"count":49,"covered":43,"percent":87.755102040816325},"lines":{"count":206,"covered":200,"percent":97.087378640776706},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":45,"notcovered":6,"percent":88.235294117647058}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift","mcdc_records":[],"segments":[[10,40,9,true,true,false],[11,32,9,true,true,false],[13,6,0,false,false,false],[15,43,9,true,true,false],[17,35,9,true,true,false],[18,6,0,false,false,false],[22,26,1,true,true,false],[26,13,1,true,true,false],[26,36,0,true,true,false],[26,60,1,true,false,false],[26,64,0,true,true,false],[26,91,1,true,false,false],[27,20,0,true,true,false],[27,38,1,true,false,false],[28,13,0,true,true,false],[28,59,1,true,false,false],[30,6,0,false,false,false],[32,44,1,true,true,false],[35,25,1,true,true,false],[35,37,1,true,false,false],[36,6,0,false,false,false],[38,38,1,true,true,false],[41,25,1,true,true,false],[41,34,1,true,false,false],[42,6,0,false,false,false],[44,34,1,true,true,false],[47,25,1,true,true,false],[47,36,1,true,false,false],[48,6,0,false,false,false],[52,36,1,true,true,false],[58,12,1,true,true,false],[58,18,1,true,false,false],[58,19,0,true,true,false],[60,10,1,true,false,false],[60,16,1,true,true,false],[63,10,1,true,false,false],[65,6,0,false,false,false],[67,43,1,true,true,false],[72,12,1,true,true,false],[72,18,1,true,false,false],[72,19,0,true,true,false],[74,10,1,true,false,false],[74,16,1,true,true,false],[77,10,1,true,false,false],[79,6,0,false,false,false],[83,50,1,true,true,false],[88,36,1,true,true,false],[93,29,1,true,true,false],[93,35,1,true,false,false],[93,37,0,true,true,false],[93,82,1,true,false,false],[94,16,0,true,true,false],[96,16,0,true,true,false],[97,45,0,true,true,false],[99,14,0,true,false,false],[99,70,0,true,true,false],[101,21,0,true,true,false],[101,48,0,true,false,false],[102,21,0,true,true,false],[102,64,0,true,false,false],[104,21,0,true,true,false],[106,14,0,true,true,false],[107,10,1,true,true,false],[108,6,0,false,false,false],[112,26,1,true,true,false],[113,24,1,true,true,false],[113,59,1,true,false,false],[113,61,1,true,true,false],[113,81,1,true,false,false],[114,24,1,true,true,false],[114,59,1,true,false,false],[114,61,1,true,true,false],[114,87,1,true,false,false],[115,6,0,false,false,false],[119,26,1,true,true,false],[122,28,1,true,true,false],[122,36,1,true,false,false],[122,38,1,true,true,false],[122,46,1,true,false,false],[122,48,0,true,true,false],[122,87,1,true,false,false],[123,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":22,"percent":73.333333333333329},"instantiations":{"count":30,"covered":22,"percent":73.333333333333329},"lines":{"count":114,"covered":92,"percent":80.701754385964904},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":30,"notcovered":16,"percent":65.217391304347828}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift","mcdc_records":[],"segments":[[7,27,4,true,true,false],[10,57,4,true,true,false],[10,66,4,true,false,false],[11,6,0,false,false,false],[13,30,4,true,true,false],[16,6,0,false,false,false],[18,65,1,true,true,false],[21,93,1,true,true,false],[23,102,1,true,true,false],[29,100,1,true,true,false],[31,92,1,true,true,false],[42,69,1,true,true,false],[43,104,1,true,true,false],[46,36,1,true,true,false],[46,49,1,true,false,false],[47,37,1,true,true,false],[56,20,1,true,true,false],[57,38,1,true,true,false],[60,106,0,true,true,false],[60,108,1,true,false,false],[62,106,0,true,true,false],[62,108,1,true,false,false],[67,25,0,true,true,false],[71,18,1,true,false,false],[76,23,1,true,true,false],[76,30,1,true,false,false],[77,23,1,true,true,false],[77,45,1,true,false,false],[78,22,1,true,true,false],[78,43,1,true,false,false],[79,24,1,true,true,false],[79,82,1,true,false,false],[80,24,1,true,true,false],[80,80,1,true,false,false],[81,24,1,true,true,false],[81,72,1,true,false,false],[83,13,1,true,true,false],[83,100,1,true,false,false],[84,23,1,true,true,false],[84,53,14,true,true,false],[84,91,1,true,false,false],[85,6,0,false,false,false],[87,61,1,true,true,false],[89,36,1,true,true,false],[89,43,1,true,false,false],[90,37,0,true,true,false],[92,14,1,true,false,false],[97,24,1,true,true,false],[97,31,1,true,false,false],[98,24,1,true,true,false],[98,46,1,true,false,false],[99,24,1,true,true,false],[99,45,1,true,false,false],[99,47,1,true,true,false],[99,95,1,true,false,false],[100,23,1,true,true,false],[100,53,5,true,true,false],[100,103,1,true,false,false],[101,6,0,false,false,false],[103,53,1,true,true,false],[107,36,1,true,true,false],[107,48,1,true,false,false],[108,37,1,true,true,false],[110,14,1,true,false,false],[115,24,1,true,true,false],[115,31,1,true,false,false],[116,24,1,true,true,false],[116,46,1,true,false,false],[117,24,1,true,true,false],[117,45,1,true,false,false],[117,47,1,true,true,false],[117,66,1,true,false,false],[118,23,1,true,true,false],[118,53,7,true,true,false],[118,89,1,true,false,false],[119,6,0,false,false,false],[121,79,1,true,true,false],[125,36,1,true,true,false],[125,48,1,true,false,false],[126,37,1,true,true,false],[128,14,1,true,false,false],[133,24,1,true,true,false],[133,31,1,true,false,false],[134,24,1,true,true,false],[134,46,1,true,false,false],[135,24,1,true,true,false],[135,45,1,true,false,false],[135,47,1,true,true,false],[135,83,1,true,false,false],[136,23,1,true,true,false],[136,53,7,true,true,false],[136,104,1,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":41,"percent":93.181818181818173},"instantiations":{"count":44,"covered":41,"percent":93.181818181818173},"lines":{"count":195,"covered":186,"percent":95.384615384615387},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":49,"notcovered":4,"percent":92.452830188679243}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift","mcdc_records":[],"segments":[[13,38,1,true,true,false],[17,24,1,true,true,false],[17,44,1,true,false,false],[17,46,1,true,true,false],[17,49,1,true,false,false],[18,6,0,false,false,false],[21,39,1,true,true,false],[25,24,1,true,true,false],[25,45,1,true,false,false],[25,47,1,true,true,false],[25,50,1,true,false,false],[26,6,0,false,false,false],[29,43,1,true,true,false],[33,24,1,true,true,false],[33,46,1,true,false,false],[33,48,1,true,true,false],[33,49,1,true,false,false],[34,6,0,false,false,false],[39,44,1,true,true,false],[44,23,1,true,true,false],[44,40,1,true,false,false],[45,6,0,false,false,false],[48,49,1,true,true,false],[55,23,1,true,true,false],[55,40,1,true,false,false],[56,6,0,false,false,false],[61,48,1,true,true,false],[64,22,1,true,true,false],[64,45,1,true,false,false],[65,6,0,false,false,false],[68,41,1,true,true,false],[71,24,1,true,true,false],[71,42,1,true,false,false],[72,6,0,false,false,false],[75,46,1,true,true,false],[78,22,1,true,true,false],[78,43,1,true,false,false],[79,6,0,false,false,false],[82,55,1,true,true,false],[85,22,1,true,true,false],[85,52,1,true,false,false],[86,6,0,false,false,false],[89,55,1,true,true,false],[92,22,1,true,true,false],[92,52,1,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":23,"percent":100},"instantiations":{"count":23,"covered":23,"percent":100},"lines":{"count":72,"covered":72,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":23,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift","mcdc_records":[],"segments":[[17,55,1,true,true,false],[22,24,1,true,true,false],[22,44,1,true,false,false],[22,46,1,true,true,false],[22,49,1,true,false,false],[22,51,0,true,true,false],[22,96,1,true,false,false],[23,24,1,true,true,false],[23,46,1,true,false,false],[23,48,1,true,true,false],[23,49,1,true,false,false],[23,51,0,true,true,false],[23,81,1,true,false,false],[24,6,0,false,false,false],[27,56,1,true,true,false],[32,24,1,true,true,false],[32,45,1,true,false,false],[32,47,1,true,true,false],[32,50,1,true,false,false],[32,52,0,true,true,false],[32,98,1,true,false,false],[33,6,0,false,false,false],[36,66,1,true,true,false],[42,23,1,true,true,false],[42,40,1,true,false,false],[42,42,0,true,true,false],[42,88,1,true,false,false],[43,6,0,false,false,false],[46,64,1,true,true,false],[52,22,1,true,true,false],[52,43,1,true,false,false],[52,45,0,true,true,false],[52,86,1,true,false,false],[53,22,1,true,true,false],[53,52,1,true,false,false],[53,54,0,true,true,false],[53,105,1,true,false,false],[54,22,1,true,true,false],[54,43,1,true,false,false],[54,45,0,true,true,false],[54,86,1,true,false,false],[55,6,0,false,false,false],[60,79,1,true,true,false],[71,25,1,true,true,false],[71,55,1,true,false,false],[71,57,0,true,true,false],[71,91,1,true,false,false],[72,24,1,true,true,false],[72,58,1,true,false,false],[72,60,1,true,true,false],[72,71,1,true,false,false],[72,73,0,true,true,false],[72,104,1,true,false,false],[73,6,0,false,false,false],[76,67,1,true,true,false],[86,23,1,true,true,false],[86,40,1,true,false,false],[86,42,0,true,true,false],[86,85,1,true,false,false],[87,6,0,false,false,false],[90,70,1,true,true,false],[100,24,1,true,true,false],[100,60,1,true,false,false],[100,62,1,true,true,false],[100,83,1,true,false,false],[100,85,0,true,true,false],[100,128,1,true,false,false],[101,6,0,false,false,false],[104,84,1,true,true,false],[115,22,1,true,true,false],[115,52,1,true,false,false],[115,54,0,true,true,false],[115,100,1,true,false,false],[116,24,1,true,true,false],[116,45,1,true,false,false],[116,47,1,true,true,false],[116,50,1,true,false,false],[116,52,0,true,true,false],[116,96,1,true,false,false],[117,6,0,false,false,false],[122,61,1,true,true,false],[132,24,1,true,true,false],[132,45,1,true,false,false],[132,47,1,true,true,false],[132,67,1,true,false,false],[132,69,0,true,true,false],[132,91,1,true,false,false],[133,6,0,false,false,false],[136,58,1,true,true,false],[146,23,1,true,true,false],[146,40,1,true,false,false],[146,42,0,true,true,false],[146,82,1,true,false,false],[147,6,0,false,false,false],[150,60,1,true,true,false],[161,24,1,true,true,false],[161,45,1,true,false,false],[161,47,1,true,true,false],[161,59,1,true,false,false],[161,61,0,true,true,false],[161,93,1,true,false,false],[162,6,0,false,false,false],[167,64,1,true,true,false],[177,25,1,true,true,false],[177,55,1,true,false,false],[182,22,1,true,true,false],[182,52,1,true,false,false],[182,54,0,true,true,false],[182,96,1,true,false,false],[183,6,0,false,false,false],[186,55,1,true,true,false],[196,25,1,true,true,false],[196,46,1,true,false,false],[201,22,1,true,true,false],[201,43,1,true,false,false],[201,45,0,true,true,false],[201,77,1,true,false,false],[202,6,0,false,false,false],[205,55,1,true,true,false],[212,22,1,true,true,false],[212,43,1,true,false,false],[212,45,0,true,true,false],[212,86,1,true,false,false],[213,6,0,false,false,false],[218,72,1,true,true,false],[231,25,1,true,true,false],[231,46,1,true,false,false],[231,48,0,true,true,false],[231,67,1,true,false,false],[232,22,1,true,true,false],[232,52,1,true,false,false],[232,54,0,true,true,false],[232,104,1,true,false,false],[233,6,0,false,false,false],[238,58,1,true,true,false],[247,24,1,true,true,false],[247,50,1,true,false,false],[247,52,0,true,true,false],[247,81,1,true,false,false],[248,24,1,true,true,false],[248,51,1,true,false,false],[248,53,0,true,true,false],[248,83,1,true,false,false],[249,6,0,false,false,false],[254,53,1,true,true,false],[260,24,1,true,true,false],[260,44,1,true,false,false],[260,46,1,true,true,false],[260,48,1,true,false,false],[261,24,1,true,true,false],[261,45,1,true,false,false],[261,47,1,true,true,false],[261,49,1,true,false,false],[262,6,0,false,false,false],[265,59,1,true,true,false],[270,24,1,true,true,false],[270,44,1,true,false,false],[270,46,1,true,true,false],[270,51,1,true,false,false],[270,53,0,true,true,false],[270,93,1,true,false,false],[271,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":81,"covered":57,"percent":70.370370370370367},"instantiations":{"count":81,"covered":57,"percent":70.370370370370367},"lines":{"count":272,"covered":248,"percent":91.17647058823529},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":57,"notcovered":24,"percent":70.370370370370367}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift","mcdc_records":[],"segments":[[10,54,9,true,true,false],[10,57,0,false,false,false],[11,56,9,true,true,false],[11,59,0,false,false,false],[29,31,9,true,true,false],[29,36,0,false,false,false],[30,29,9,true,true,false],[30,34,0,false,false,false],[34,51,9,true,true,false],[34,52,0,false,false,false],[35,52,9,true,true,false],[35,89,0,false,false,false],[39,18,29,true,true,false],[44,6,0,false,false,false],[46,35,4,true,true,false],[49,6,0,false,false,false],[51,37,2,true,true,false],[60,6,0,false,false,false],[62,38,12,true,true,false],[84,6,0,false,false,false],[88,89,38,true,true,false],[95,6,0,false,false,false],[97,39,0,true,true,false],[104,6,0,false,false,false],[106,50,403,true,true,false],[107,41,3,true,true,false],[107,46,403,true,false,false],[108,6,0,false,false,false],[110,54,0,true,true,false],[112,6,0,false,false,false],[116,83,69,true,true,false],[124,6,0,false,false,false],[126,52,0,true,true,false],[127,39,0,true,true,false],[128,50,0,true,true,false],[128,67,0,true,false,false],[130,6,0,false,false,false],[132,53,2,true,true,false],[133,36,2,true,true,false],[134,50,2,true,true,false],[134,67,2,true,false,false],[136,6,0,false,false,false],[140,84,105,true,true,false],[141,39,0,true,true,false],[141,41,105,true,false,false],[143,16,105,true,true,false],[143,22,105,true,false,false],[144,9,57,true,true,false],[145,16,57,true,true,false],[145,85,57,true,false,false],[147,13,57,true,true,false],[150,14,57,true,false,false],[150,20,0,true,true,false],[152,14,105,true,false,false],[153,9,48,true,true,false],[156,42,105,true,false,false],[157,9,0,true,true,false],[158,16,0,true,true,false],[158,51,0,true,false,false],[158,52,0,true,true,false],[160,14,0,true,false,false],[160,20,0,true,true,false],[162,14,105,true,false,false],[163,9,0,true,true,false],[164,42,105,true,false,false],[166,6,0,false,false,false],[168,70,6,true,true,false],[169,12,6,true,true,false],[169,43,6,true,false,false],[169,44,5,true,true,false],[173,10,1,true,true,false],[175,70,6,true,false,false],[176,6,0,false,false,false],[178,66,1,true,true,false],[181,6,0,false,false,false],[183,43,0,true,true,false],[186,6,0,false,false,false],[190,52,12,true,true,false],[213,6,0,false,false,false],[221,38,13,true,true,false],[221,43,0,false,false,false],[224,50,13,true,true,false],[226,6,0,false,false,false],[229,32,99,true,true,false],[231,6,0,false,false,false],[233,39,96,true,true,false],[235,6,0,false,false,false],[237,47,94,true,true,false],[240,6,0,false,false,false],[242,42,96,true,true,false],[243,26,96,true,true,false],[243,46,96,true,false,false],[243,50,94,true,true,false],[243,78,96,true,false,false],[244,6,0,false,false,false],[246,44,0,true,true,false],[251,12,0,true,true,false],[251,27,0,true,false,false],[251,63,0,true,true,false],[253,10,0,true,false,false],[253,19,0,true,true,false],[253,34,0,true,false,false],[253,53,0,true,true,false],[255,10,0,true,false,false],[255,19,0,true,true,false],[255,34,0,true,false,false],[255,35,0,true,true,false],[257,10,0,true,false,false],[257,16,0,true,true,false],[259,10,0,true,false,false],[260,6,0,false,false,false],[263,30,57,true,true,false],[264,44,0,true,true,false],[265,33,0,true,true,false],[268,14,0,true,false,false],[270,10,57,true,true,false],[276,12,57,true,true,false],[276,32,57,true,false,false],[276,33,57,true,true,false],[279,10,57,true,false,false],[279,16,0,true,true,false],[282,10,57,true,false,false],[283,6,0,false,false,false],[285,29,48,true,true,false],[288,12,48,true,true,false],[288,32,48,true,false,false],[288,33,48,true,true,false],[291,10,48,true,false,false],[291,16,0,true,true,false],[293,10,48,true,false,false],[294,6,0,false,false,false],[296,32,35,true,true,false],[299,6,0,false,false,false],[301,32,0,true,true,false],[304,6,0,false,false,false],[306,26,1,true,true,false],[307,12,1,true,true,false],[307,21,1,true,false,false],[307,22,1,true,true,false],[309,10,1,true,false,false],[310,6,0,false,false,false],[312,57,6,true,true,false],[314,12,6,true,true,false],[314,32,6,true,false,false],[314,33,5,true,true,false],[317,10,1,true,true,false],[320,21,6,true,false,false],[321,6,0,false,false,false],[323,72,33,true,true,false],[325,44,0,true,true,false],[333,10,33,true,true,false],[336,12,33,true,true,false],[336,29,33,true,true,false],[336,43,33,true,false,false],[336,44,0,true,true,false],[340,10,33,true,true,false],[343,12,33,true,true,false],[343,21,33,true,false,false],[343,22,33,true,true,false],[345,10,33,true,false,false],[346,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":36,"percent":78.260869565217391},"instantiations":{"count":46,"covered":36,"percent":78.260869565217391},"lines":{"count":285,"covered":209,"percent":73.333333333333329},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":59,"notcovered":28,"percent":67.81609195402298}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift","mcdc_records":[],"segments":[[7,28,1,true,true,false],[9,24,1,true,true,false],[9,43,1,true,false,false],[9,45,1,true,true,false],[9,46,1,true,false,false],[10,22,1,true,true,false],[10,42,1,true,false,false],[11,24,1,true,true,false],[11,43,1,true,false,false],[12,6,0,false,false,false],[16,33,1,true,true,false],[20,30,1,true,true,false],[20,49,1,true,false,false],[20,51,1,true,true,false],[20,52,1,true,false,false],[22,44,1,true,true,false],[22,71,1,true,false,false],[23,25,1,true,true,false],[23,33,1,true,false,false],[23,35,0,true,true,false],[23,66,1,true,false,false],[24,24,1,true,true,false],[24,41,1,true,false,false],[24,43,1,true,true,false],[24,46,1,true,false,false],[24,48,0,true,true,false],[24,84,1,true,false,false],[25,24,1,true,true,false],[25,42,1,true,false,false],[25,44,1,true,true,false],[25,55,1,true,false,false],[28,46,1,true,true,false],[28,81,1,true,false,false],[29,25,1,true,true,false],[29,32,1,true,false,false],[29,34,0,true,true,false],[29,63,1,true,false,false],[30,24,1,true,true,false],[30,39,1,true,false,false],[30,41,1,true,true,false],[30,46,1,true,false,false],[33,46,2,true,true,false],[33,81,1,true,false,false],[34,25,1,true,true,false],[34,32,1,true,false,false],[34,34,0,true,true,false],[34,65,1,true,false,false],[35,24,1,true,true,false],[35,39,1,true,false,false],[35,41,1,true,true,false],[35,48,1,true,false,false],[38,45,2,true,true,false],[38,69,1,true,false,false],[39,25,1,true,true,false],[39,34,1,true,false,false],[39,36,0,true,true,false],[39,64,1,true,false,false],[40,24,1,true,true,false],[40,42,1,true,false,false],[40,44,1,true,true,false],[40,47,1,true,false,false],[40,49,0,true,true,false],[40,94,1,true,false,false],[43,24,1,true,true,false],[43,44,1,true,false,false],[43,46,1,true,true,false],[43,58,1,true,false,false],[44,6,0,false,false,false],[46,42,1,true,true,false],[52,24,1,true,true,false],[52,44,1,true,false,false],[52,46,1,true,true,false],[52,66,1,true,false,false],[53,69,2,true,true,false],[54,28,2,true,true,false],[54,37,2,true,false,false],[54,39,2,true,true,false],[54,48,2,true,false,false],[54,50,0,true,true,false],[54,96,2,true,false,false],[57,28,2,true,true,false],[57,47,2,true,false,false],[57,49,2,true,true,false],[57,68,2,true,false,false],[58,71,7,true,true,false],[59,32,7,true,true,false],[59,41,7,true,false,false],[59,43,7,true,true,false],[59,52,7,true,false,false],[59,54,0,true,true,false],[59,109,7,true,false,false],[60,14,2,true,true,false],[61,10,1,true,true,false],[64,24,1,true,true,false],[64,31,1,true,false,false],[64,33,1,true,true,false],[64,40,1,true,false,false],[64,42,0,true,true,false],[64,91,1,true,false,false],[65,6,0,false,false,false],[69,44,1,true,true,false],[82,24,1,true,true,false],[82,47,1,true,false,false],[82,49,1,true,true,false],[82,57,1,true,false,false],[83,6,0,false,false,false],[85,47,1,true,true,false],[96,23,1,true,true,false],[96,36,1,true,false,false],[96,38,0,true,true,false],[96,79,1,true,false,false],[97,6,0,false,false,false],[99,47,1,true,true,false],[110,24,1,true,true,false],[110,37,1,true,false,false],[110,39,0,true,true,false],[110,79,1,true,false,false],[111,6,0,false,false,false],[115,39,1,true,true,false],[127,24,1,true,true,false],[127,39,1,true,false,false],[127,41,1,true,true,false],[127,42,1,true,false,false],[127,44,0,true,true,false],[127,72,1,true,false,false],[128,24,1,true,true,false],[128,41,1,true,false,false],[128,43,1,true,true,false],[128,52,1,true,false,false],[129,6,0,false,false,false],[131,48,1,true,true,false],[144,24,1,true,true,false],[144,39,1,true,false,false],[144,41,1,true,true,false],[144,42,1,true,false,false],[144,44,0,true,true,false],[144,92,1,true,false,false],[145,6,0,false,false,false],[147,40,1,true,true,false],[160,24,1,true,true,false],[160,39,1,true,false,false],[160,41,1,true,true,false],[160,42,1,true,false,false],[160,44,0,true,true,false],[160,104,1,true,false,false],[161,6,0,false,false,false],[165,48,1,true,true,false],[167,23,1,true,true,false],[167,49,1,true,false,false],[167,51,0,true,true,false],[167,74,1,true,false,false],[170,23,1,true,true,false],[170,51,1,true,false,false],[170,53,0,true,true,false],[170,76,1,true,false,false],[173,23,1,true,true,false],[173,50,1,true,false,false],[173,52,0,true,true,false],[173,75,1,true,false,false],[174,6,0,false,false,false],[176,51,1,true,true,false],[178,24,1,true,true,false],[178,49,1,true,false,false],[178,51,0,true,true,false],[178,95,1,true,false,false],[181,24,1,true,true,false],[181,51,1,true,false,false],[181,53,0,true,true,false],[181,96,1,true,false,false],[182,6,0,false,false,false],[184,46,1,true,true,false],[187,24,1,true,true,false],[187,54,1,true,false,false],[187,56,1,true,true,false],[187,66,1,true,false,false],[191,24,1,true,true,false],[191,54,1,true,false,false],[191,56,1,true,true,false],[191,61,1,true,false,false],[195,24,1,true,true,false],[195,57,1,true,false,false],[195,59,1,true,true,false],[195,68,1,true,false,false],[199,24,1,true,true,false],[199,48,1,true,false,false],[199,50,1,true,true,false],[199,55,1,true,false,false],[203,24,1,true,true,false],[203,48,1,true,false,false],[203,50,1,true,true,false],[203,55,1,true,false,false],[204,6,0,false,false,false],[208,47,1,true,true,false],[209,24,1,true,true,false],[209,65,1,true,false,false],[209,67,1,true,true,false],[209,70,1,true,false,false],[210,24,1,true,true,false],[210,62,1,true,false,false],[210,64,1,true,true,false],[210,67,1,true,false,false],[211,24,1,true,true,false],[211,62,1,true,false,false],[211,64,1,true,true,false],[211,67,1,true,false,false],[212,24,1,true,true,false],[212,64,1,true,false,false],[212,66,1,true,true,false],[212,69,1,true,false,false],[213,24,1,true,true,false],[213,61,1,true,false,false],[213,63,1,true,true,false],[213,66,1,true,false,false],[214,6,0,false,false,false],[216,42,1,true,true,false],[217,24,1,true,true,false],[217,60,1,true,false,false],[217,62,1,true,true,false],[217,74,1,true,false,false],[218,24,1,true,true,false],[218,57,1,true,false,false],[218,59,1,true,true,false],[218,68,1,true,false,false],[219,24,1,true,true,false],[219,57,1,true,false,false],[219,59,1,true,true,false],[219,68,1,true,false,false],[220,24,1,true,true,false],[220,59,1,true,false,false],[220,61,1,true,true,false],[220,72,1,true,false,false],[221,24,1,true,true,false],[221,56,1,true,false,false],[221,58,1,true,true,false],[221,66,1,true,false,false],[222,6,0,false,false,false],[226,39,1,true,true,false],[227,24,1,true,true,false],[227,57,1,true,false,false],[227,59,1,true,true,false],[227,62,1,true,false,false],[228,24,1,true,true,false],[228,52,1,true,false,false],[228,54,1,true,true,false],[228,57,1,true,false,false],[229,24,1,true,true,false],[229,56,1,true,false,false],[229,58,1,true,true,false],[229,61,1,true,false,false],[230,24,1,true,true,false],[230,58,1,true,false,false],[230,60,1,true,true,false],[230,63,1,true,false,false],[231,6,0,false,false,false],[233,34,1,true,true,false],[234,24,1,true,true,false],[234,51,1,true,false,false],[234,53,1,true,true,false],[234,63,1,true,false,false],[235,24,1,true,true,false],[235,51,1,true,false,false],[235,53,1,true,true,false],[235,63,1,true,false,false],[236,24,1,true,true,false],[236,51,1,true,false,false],[236,53,1,true,true,false],[236,58,1,true,false,false],[237,24,1,true,true,false],[237,51,1,true,false,false],[237,53,1,true,true,false],[237,58,1,true,false,false],[238,24,1,true,true,false],[238,51,1,true,false,false],[238,53,1,true,true,false],[238,62,1,true,false,false],[239,24,1,true,true,false],[239,51,1,true,false,false],[239,53,1,true,true,false],[239,64,1,true,false,false],[240,24,1,true,true,false],[240,51,1,true,false,false],[240,53,1,true,true,false],[240,64,1,true,false,false],[241,6,0,false,false,false],[245,40,1,true,true,false],[250,48,1,true,true,false],[251,77,1,true,true,false],[253,24,1,true,true,false],[253,32,1,true,false,false],[253,34,1,true,true,false],[253,41,1,true,false,false],[254,6,0,false,false,false],[256,41,1,true,true,false],[271,48,1,true,true,false],[272,70,1,true,true,false],[274,24,1,true,true,false],[274,32,1,true,false,false],[274,34,1,true,true,false],[274,41,1,true,false,false],[275,6,0,false,false,false],[277,46,1,true,true,false],[288,48,1,true,true,false],[289,75,1,true,true,false],[291,24,1,true,true,false],[291,32,1,true,false,false],[291,34,1,true,true,false],[291,41,1,true,false,false],[292,6,0,false,false,false],[296,36,1,true,true,false],[297,24,1,true,true,false],[297,54,1,true,false,false],[297,56,1,true,true,false],[297,63,1,true,false,false],[298,24,1,true,true,false],[298,49,1,true,false,false],[298,51,1,true,true,false],[298,57,1,true,false,false],[299,24,1,true,true,false],[299,53,1,true,false,false],[299,55,1,true,true,false],[299,63,1,true,false,false],[300,24,1,true,true,false],[300,49,1,true,false,false],[300,51,1,true,true,false],[300,59,1,true,false,false],[301,24,1,true,true,false],[301,49,1,true,false,false],[301,51,1,true,true,false],[301,56,1,true,false,false],[302,6,0,false,false,false],[304,35,1,true,true,false],[305,24,1,true,true,false],[305,53,1,true,false,false],[305,55,1,true,true,false],[305,75,1,true,false,false],[306,24,1,true,true,false],[306,48,1,true,false,false],[306,50,1,true,true,false],[306,65,1,true,false,false],[307,24,1,true,true,false],[307,52,1,true,false,false],[307,54,1,true,true,false],[307,67,1,true,false,false],[308,24,1,true,true,false],[308,48,1,true,false,false],[308,50,1,true,true,false],[308,76,1,true,false,false],[309,24,1,true,true,false],[309,48,1,true,false,false],[309,50,1,true,true,false],[309,64,1,true,false,false],[310,6,0,false,false,false],[314,41,1,true,true,false],[320,23,1,true,true,false],[320,59,1,true,false,false],[321,23,1,true,true,false],[321,59,1,true,false,false],[322,23,1,true,true,false],[322,61,1,true,false,false],[323,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":175,"covered":156,"percent":89.142857142857139},"instantiations":{"count":175,"covered":156,"percent":89.142857142857139},"lines":{"count":431,"covered":412,"percent":95.591647331786547},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":185,"covered":166,"notcovered":19,"percent":89.72972972972974}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift","mcdc_records":[],"segments":[[9,45,1,true,true,false],[23,24,1,true,true,false],[23,34,1,true,false,false],[23,36,1,true,true,false],[23,46,1,true,false,false],[24,6,0,false,false,false],[26,56,1,true,true,false],[34,32,4,true,true,false],[42,28,4,true,true,false],[42,38,4,true,false,false],[42,40,4,true,true,false],[42,44,4,true,false,false],[42,46,0,true,true,false],[42,86,4,true,false,false],[43,10,1,true,true,false],[44,6,0,false,false,false],[46,31,1,true,true,false],[58,24,1,true,true,false],[58,34,1,true,false,false],[58,36,1,true,true,false],[58,39,1,true,false,false],[58,41,0,true,true,false],[58,79,1,true,false,false],[59,6,0,false,false,false],[63,41,1,true,true,false],[75,24,1,true,true,false],[75,37,1,true,false,false],[75,39,1,true,true,false],[75,41,1,true,false,false],[76,6,0,false,false,false],[78,37,1,true,true,false],[88,24,1,true,true,false],[88,37,1,true,false,false],[88,39,1,true,true,false],[88,41,1,true,false,false],[89,6,0,false,false,false],[91,38,1,true,true,false],[101,24,1,true,true,false],[101,37,1,true,false,false],[101,39,1,true,true,false],[101,43,1,true,false,false],[102,6,0,false,false,false],[104,39,1,true,true,false],[108,38,7,true,true,false],[116,28,7,true,true,false],[116,41,7,true,false,false],[116,43,7,true,true,false],[116,50,7,true,false,false],[116,52,0,true,true,false],[116,92,7,true,false,false],[117,10,1,true,true,false],[118,6,0,false,false,false],[122,50,1,true,true,false],[131,24,1,true,true,false],[131,40,1,true,false,false],[131,42,1,true,true,false],[131,43,1,true,false,false],[132,24,1,true,true,false],[132,48,1,true,false,false],[132,50,0,true,true,false],[132,111,1,true,false,false],[133,6,0,false,false,false],[135,47,1,true,true,false],[144,24,1,true,true,false],[144,40,1,true,false,false],[144,42,1,true,true,false],[144,43,1,true,false,false],[145,23,1,true,true,false],[145,47,1,true,false,false],[145,49,0,true,true,false],[145,81,1,true,false,false],[153,24,1,true,true,false],[153,53,1,true,false,false],[153,55,1,true,true,false],[153,56,1,true,false,false],[153,58,0,true,true,false],[153,85,1,true,false,false],[154,6,0,false,false,false],[156,39,1,true,true,false],[165,24,1,true,true,false],[165,40,1,true,false,false],[165,42,1,true,true,false],[165,43,1,true,false,false],[166,23,1,true,true,false],[166,45,2,true,true,false],[166,60,1,true,false,false],[167,6,0,false,false,false],[171,34,1,true,true,false],[180,24,1,true,true,false],[180,44,1,true,false,false],[181,6,0,false,false,false],[183,48,1,true,true,false],[187,38,5,true,true,false],[194,28,5,true,true,false],[194,54,5,true,false,false],[194,56,0,true,true,false],[194,114,5,true,false,false],[195,10,1,true,true,false],[196,6,0,false,false,false],[198,46,1,true,true,false],[202,36,4,true,true,false],[209,27,4,true,true,false],[209,53,4,true,false,false],[209,55,0,true,true,false],[209,109,4,true,false,false],[210,10,1,true,true,false],[211,6,0,false,false,false],[213,39,1,true,true,false],[223,36,5,true,true,false],[230,28,5,true,true,false],[230,40,5,true,false,false],[230,42,5,true,true,false],[230,48,5,true,false,false],[230,50,0,true,true,false],[230,96,5,true,false,false],[231,10,1,true,true,false],[232,6,0,false,false,false],[236,47,1,true,true,false],[258,23,1,true,true,false],[258,52,1,true,false,false],[258,54,0,true,true,false],[258,91,1,true,false,false],[261,24,1,true,true,false],[261,39,1,true,false,false],[261,41,1,true,true,false],[261,42,1,true,false,false],[261,44,0,true,true,false],[261,90,1,true,false,false],[264,46,2,true,true,false],[264,51,1,true,false,false],[265,24,1,true,true,false],[265,36,1,true,false,false],[265,38,1,true,true,false],[265,48,1,true,false,false],[268,41,1,true,true,false],[268,58,1,true,false,false],[269,25,1,true,true,false],[269,34,1,true,false,false],[270,23,1,true,true,false],[270,68,1,true,false,false],[271,23,1,true,true,false],[271,65,1,true,false,false],[272,6,0,false,false,false],[274,44,1,true,true,false],[298,23,1,true,true,false],[298,52,1,true,false,false],[298,54,0,true,true,false],[298,89,1,true,false,false],[301,46,2,true,true,false],[301,51,1,true,false,false],[302,24,1,true,true,false],[302,36,1,true,false,false],[302,38,1,true,true,false],[302,48,1,true,false,false],[302,50,0,true,true,false],[302,77,1,true,false,false],[303,6,0,false,false,false],[307,41,1,true,true,false],[320,24,1,true,true,false],[320,37,1,true,false,false],[320,39,0,true,true,false],[320,90,1,true,false,false],[322,24,1,true,true,false],[322,39,1,true,false,false],[322,41,1,true,true,false],[322,42,1,true,false,false],[322,44,0,true,true,false],[322,84,1,true,false,false],[323,24,1,true,true,false],[323,45,1,true,false,false],[323,47,1,true,true,false],[323,59,1,true,false,false],[328,23,1,true,true,false],[328,48,1,true,false,false],[328,50,0,true,true,false],[328,71,1,true,false,false],[329,24,1,true,true,false],[329,38,1,true,false,false],[329,40,0,true,true,false],[329,55,1,true,false,false],[330,6,0,false,false,false],[332,41,1,true,true,false],[345,24,1,true,true,false],[345,37,1,true,false,false],[345,39,0,true,true,false],[345,77,1,true,false,false],[347,24,1,true,true,false],[347,39,1,true,false,false],[347,41,1,true,true,false],[347,42,1,true,false,false],[348,24,1,true,true,false],[348,45,1,true,false,false],[348,47,1,true,true,false],[348,59,1,true,false,false],[352,23,1,true,true,false],[352,48,1,true,false,false],[352,50,0,true,true,false],[352,71,1,true,false,false],[353,6,0,false,false,false],[355,43,1,true,true,false],[369,23,1,true,true,false],[369,36,1,true,false,false],[369,38,0,true,true,false],[369,82,1,true,false,false],[372,24,1,true,true,false],[372,39,1,true,false,false],[372,41,1,true,true,false],[372,42,1,true,false,false],[372,44,0,true,true,false],[372,92,1,true,false,false],[377,23,1,true,true,false],[377,48,1,true,false,false],[377,50,0,true,true,false],[377,85,1,true,false,false],[378,24,1,true,true,false],[378,49,1,true,false,false],[378,51,0,true,true,false],[378,88,1,true,false,false],[379,23,1,true,true,false],[379,48,1,true,false,false],[379,50,0,true,true,false],[379,82,1,true,false,false],[380,6,0,false,false,false],[384,40,1,true,true,false],[388,24,1,true,true,false],[388,44,1,true,false,false],[388,46,1,true,true,false],[388,51,1,true,false,false],[388,53,0,true,true,false],[388,98,1,true,false,false],[389,6,0,false,false,false],[391,40,1,true,true,false],[393,24,1,true,true,false],[393,44,1,true,false,false],[393,46,1,true,true,false],[393,51,1,true,false,false],[393,53,0,true,true,false],[393,88,1,true,false,false],[394,6,0,false,false,false],[396,49,1,true,true,false],[400,24,1,true,true,false],[400,44,1,true,false,false],[400,46,1,true,true,false],[400,55,1,true,false,false],[400,57,0,true,true,false],[400,92,1,true,false,false],[401,6,0,false,false,false],[405,39,1,true,true,false],[408,24,1,true,true,false],[408,44,1,true,false,false],[408,46,1,true,true,false],[408,56,1,true,false,false],[408,58,0,true,true,false],[408,88,1,true,false,false],[409,6,0,false,false,false],[411,39,1,true,true,false],[414,24,1,true,true,false],[414,44,1,true,false,false],[414,46,1,true,true,false],[414,51,1,true,false,false],[414,53,0,true,true,false],[414,81,1,true,false,false],[415,6,0,false,false,false],[417,40,1,true,true,false],[421,24,1,true,true,false],[421,44,1,true,false,false],[421,46,1,true,true,false],[421,51,1,true,false,false],[421,53,0,true,true,false],[421,75,1,true,false,false],[422,6,0,false,false,false],[426,35,1,true,true,false],[436,24,1,true,true,false],[436,34,1,true,false,false],[436,36,1,true,true,false],[436,48,1,true,false,false],[436,50,0,true,true,false],[436,81,1,true,false,false],[437,23,1,true,true,false],[437,45,10,true,true,false],[437,62,10,true,true,false],[437,73,10,true,false,false],[437,78,0,true,true,false],[437,89,10,true,false,false],[437,93,0,true,true,false],[437,102,10,true,false,false],[437,106,0,true,true,false],[437,115,10,true,false,false],[437,117,1,true,false,false],[438,6,0,false,false,false],[440,30,1,true,true,false],[448,24,1,true,true,false],[448,34,1,true,false,false],[448,36,1,true,true,false],[448,50,1,true,false,false],[448,52,0,true,true,false],[448,84,1,true,false,false],[449,6,0,false,false,false],[451,32,1,true,true,false],[459,24,1,true,true,false],[459,36,1,true,false,false],[459,38,1,true,true,false],[459,54,1,true,false,false],[459,56,0,true,true,false],[459,90,1,true,false,false],[460,6,0,false,false,false],[464,57,1,true,true,false],[471,23,1,true,true,false],[471,61,1,true,false,false],[472,23,1,true,true,false],[472,65,1,true,false,false],[473,23,1,true,true,false],[473,65,1,true,false,false],[474,6,0,false,false,false],[478,48,1,true,true,false],[479,24,1,true,true,false],[479,51,1,true,false,false],[479,53,1,true,true,false],[479,63,1,true,false,false],[480,24,1,true,true,false],[480,51,1,true,false,false],[480,53,1,true,true,false],[480,58,1,true,false,false],[481,24,1,true,true,false],[481,51,1,true,false,false],[481,53,1,true,true,false],[481,62,1,true,false,false],[482,24,1,true,true,false],[482,51,1,true,false,false],[482,53,1,true,true,false],[482,64,1,true,false,false],[483,6,0,false,false,false],[485,48,1,true,true,false],[486,24,1,true,true,false],[486,49,1,true,false,false],[486,51,1,true,true,false],[486,61,1,true,false,false],[487,24,1,true,true,false],[487,52,1,true,false,false],[487,54,1,true,true,false],[487,65,1,true,false,false],[488,24,1,true,true,false],[488,55,1,true,false,false],[488,57,1,true,true,false],[488,68,1,true,false,false],[489,6,0,false,false,false],[493,45,1,true,true,false],[507,24,1,true,true,false],[507,39,1,true,false,false],[507,41,1,true,true,false],[507,42,1,true,false,false],[507,44,0,true,true,false],[507,82,1,true,false,false],[508,6,0,false,false,false],[512,38,1,true,true,false],[514,48,5,true,true,false],[515,28,5,true,true,false],[515,49,5,true,false,false],[515,51,0,true,true,false],[515,84,5,true,false,false],[516,28,5,true,true,false],[516,56,5,true,false,false],[516,58,0,true,true,false],[516,98,5,true,false,false],[517,34,5,true,true,false],[517,59,5,true,false,false],[517,61,5,true,true,false],[517,62,5,true,false,false],[517,64,0,true,true,false],[517,106,5,true,false,false],[518,10,1,true,true,false],[519,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":181,"covered":141,"percent":77.900552486187848},"instantiations":{"count":181,"covered":141,"percent":77.900552486187848},"lines":{"count":603,"covered":563,"percent":93.366500829187387},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":153,"notcovered":40,"percent":79.274611398963728}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift","mcdc_records":[],"segments":[[10,37,1,true,true,false],[20,54,1,true,true,false],[21,82,1,true,true,false],[29,6,0,false,false,false],[32,29,1,true,true,false],[39,6,0,false,false,false],[42,30,1,true,true,false],[49,6,0,false,false,false],[54,37,1,true,true,false],[63,54,1,true,true,false],[64,82,1,true,true,false],[70,6,0,false,false,false],[73,27,1,true,true,false],[80,6,0,false,false,false],[85,29,1,true,true,false],[89,6,0,false,false,false],[92,28,1,true,true,false],[96,6,0,false,false,false],[99,30,1,true,true,false],[102,6,0,false,false,false],[105,40,1,true,true,false],[109,6,0,false,false,false],[114,43,1,true,true,false],[119,54,1,true,true,false],[120,81,1,true,true,false],[122,45,1,true,true,false],[125,10,1,true,false,false],[125,16,0,true,true,false],[127,10,1,true,false,false],[128,6,0,false,false,false],[131,43,1,true,true,false],[136,54,1,true,true,false],[137,81,1,true,true,false],[141,9,1,true,true,false],[143,10,1,true,false,false],[143,16,0,true,true,false],[145,10,1,true,false,false],[146,6,0,false,false,false],[149,40,1,true,true,false],[152,54,1,true,true,false],[153,81,1,true,true,false],[155,45,1,true,true,false],[157,10,1,true,false,false],[157,16,0,true,true,false],[159,10,1,true,false,false],[160,6,0,false,false,false],[163,55,1,true,true,false],[177,81,1,true,true,false],[181,9,1,true,true,false],[183,10,1,true,false,false],[183,16,0,true,true,false],[185,10,1,true,false,false],[186,6,0,false,false,false],[191,42,1,true,true,false],[200,76,1,true,true,false],[205,6,0,false,false,false],[208,42,1,true,true,false],[215,53,1,true,true,false],[216,76,1,true,true,false],[221,54,1,true,true,false],[223,10,1,true,false,false],[223,16,0,true,true,false],[225,10,1,true,false,false],[226,6,0,false,false,false],[231,42,1,true,true,false],[239,50,1,true,true,false],[240,76,1,true,true,false],[245,54,1,true,true,false],[248,10,1,true,false,false],[248,16,0,true,true,false],[250,10,1,true,false,false],[251,6,0,false,false,false],[254,35,1,true,true,false],[268,6,0,false,false,false],[271,42,1,true,true,false],[283,73,1,true,true,false],[288,6,0,false,false,false],[293,31,1,true,true,false],[296,6,0,false,false,false],[299,37,1,true,true,false],[303,6,0,false,false,false],[306,31,1,true,true,false],[309,6,0,false,false,false],[312,31,1,true,true,false],[317,6,0,false,false,false],[320,33,1,true,true,false],[324,6,0,false,false,false],[329,34,1,true,true,false],[337,54,1,true,true,false],[338,79,1,true,true,false],[344,6,0,false,false,false],[347,26,1,true,true,false],[352,6,0,false,false,false],[355,31,1,true,true,false],[362,6,0,false,false,false],[365,33,1,true,true,false],[372,6,0,false,false,false],[375,28,1,true,true,false],[378,6,0,false,false,false],[381,34,1,true,true,false],[385,6,0,false,false,false],[388,36,1,true,true,false],[392,6,0,false,false,false],[395,27,1,true,true,false],[402,6,0,false,false,false],[405,32,1,true,true,false],[408,6,0,false,false,false],[411,40,1,true,true,false],[416,54,1,true,true,false],[417,81,1,true,true,false],[419,42,1,true,true,false],[422,10,1,true,false,false],[422,16,0,true,true,false],[424,10,1,true,false,false],[425,6,0,false,false,false],[428,47,1,true,true,false],[435,53,1,true,true,false],[436,76,1,true,true,false],[441,51,1,true,true,false],[444,10,1,true,false,false],[444,16,0,true,true,false],[446,10,1,true,false,false],[447,6,0,false,false,false],[450,47,1,true,true,false],[458,50,1,true,true,false],[459,76,1,true,true,false],[464,51,1,true,true,false],[467,10,1,true,false,false],[467,16,0,true,true,false],[469,10,1,true,false,false],[470,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":35,"percent":100},"instantiations":{"count":35,"covered":35,"percent":100},"lines":{"count":379,"covered":361,"percent":95.250659630606862},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":69,"notcovered":9,"percent":88.461538461538453}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift","mcdc_records":[],"segments":[[8,42,1,true,true,false],[10,6,0,false,false,false],[12,36,1,true,true,false],[16,6,0,false,false,false],[18,36,1,true,true,false],[22,6,0,false,false,false],[24,46,1,true,true,false],[27,6,0,false,false,false],[31,39,1,true,true,false],[36,6,0,false,false,false],[38,45,1,true,true,false],[42,6,0,false,false,false],[46,39,1,true,true,false],[51,6,0,false,false,false],[53,43,1,true,true,false],[57,6,0,false,false,false],[59,51,1,true,true,false],[61,46,72,true,true,false],[61,66,1,true,false,false],[63,6,0,false,false,false],[65,48,1,true,true,false],[67,43,72,true,true,false],[67,62,1,true,false,false],[69,6,0,false,false,false],[73,38,1,true,true,false],[78,6,0,false,false,false],[80,46,1,true,true,false],[85,6,0,false,false,false],[89,35,1,true,true,false],[93,6,0,false,false,false],[95,35,1,true,true,false],[99,6,0,false,false,false],[101,35,1,true,true,false],[105,6,0,false,false,false],[107,35,1,true,true,false],[111,6,0,false,false,false],[113,36,1,true,true,false],[117,6,0,false,false,false],[119,38,1,true,true,false],[123,6,0,false,false,false],[125,43,1,true,true,false],[127,44,68,true,true,false],[127,89,1,true,false,false],[130,6,0,false,false,false],[132,46,1,true,true,false],[134,47,83,true,true,false],[134,86,74,true,true,false],[134,126,83,true,false,false],[134,128,1,true,false,false],[136,6,0,false,false,false],[138,46,1,true,true,false],[140,47,87,true,true,false],[140,86,76,true,true,false],[140,126,87,true,false,false],[140,128,1,true,false,false],[142,6,0,false,false,false],[146,35,1,true,true,false],[150,6,0,false,false,false],[152,33,1,true,true,false],[156,6,0,false,false,false],[158,34,1,true,true,false],[162,6,0,false,false,false],[164,34,1,true,true,false],[168,6,0,false,false,false],[170,40,1,true,true,false],[174,6,0,false,false,false],[176,35,1,true,true,false],[180,6,0,false,false,false],[182,38,1,true,true,false],[186,6,0,false,false,false],[188,36,1,true,true,false],[192,6,0,false,false,false],[194,37,1,true,true,false],[199,6,0,false,false,false],[201,41,1,true,true,false],[204,43,42,true,true,false],[204,55,1,true,false,false],[205,44,42,true,true,false],[205,56,1,true,false,false],[208,6,0,false,false,false],[210,37,1,true,true,false],[215,6,0,false,false,false],[217,41,1,true,true,false],[219,43,54,true,true,false],[219,55,1,true,false,false],[220,44,54,true,true,false],[220,56,1,true,false,false],[223,6,0,false,false,false],[225,43,1,true,true,false],[230,6,0,false,false,false],[232,47,1,true,true,false],[234,43,34,true,true,false],[234,55,1,true,false,false],[235,44,34,true,true,false],[235,56,1,true,false,false],[238,6,0,false,false,false],[240,38,1,true,true,false],[244,6,0,false,false,false],[246,42,1,true,true,false],[248,43,48,true,true,false],[248,55,1,true,false,false],[249,44,48,true,true,false],[249,56,1,true,false,false],[252,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":52,"percent":100},"instantiations":{"count":52,"covered":52,"percent":100},"lines":{"count":214,"covered":214,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":52,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift","mcdc_records":[],"segments":[[46,91,31,true,true,false],[51,6,0,false,false,false],[55,35,1,true,true,false],[58,25,4,true,true,false],[58,46,1,true,false,false],[65,6,0,false,false,false],[67,36,1,true,true,false],[70,25,4,true,true,false],[70,46,1,true,false,false],[74,39,1,true,true,false],[74,60,1,true,false,false],[80,39,2,true,true,false],[80,60,1,true,false,false],[84,6,0,false,false,false],[86,32,1,true,true,false],[89,25,4,true,true,false],[89,46,1,true,false,false],[93,43,1,true,true,false],[93,64,1,true,false,false],[98,41,3,true,true,false],[98,62,1,true,false,false],[103,41,4,true,true,false],[103,62,1,true,false,false],[106,6,0,false,false,false],[108,32,1,true,true,false],[111,25,3,true,true,false],[111,46,1,true,false,false],[115,43,1,true,true,false],[115,64,1,true,false,false],[119,44,2,true,true,false],[119,65,1,true,false,false],[123,44,3,true,true,false],[123,65,1,true,false,false],[125,6,0,false,false,false],[129,38,1,true,true,false],[132,25,4,true,true,false],[132,46,1,true,false,false],[138,6,0,false,false,false],[140,40,1,true,true,false],[143,25,4,true,true,false],[143,46,1,true,false,false],[149,6,0,false,false,false],[151,41,1,true,true,false],[154,25,4,true,true,false],[154,46,1,true,false,false],[161,6,0,false,false,false],[165,41,1,true,true,false],[167,86,4,true,true,false],[168,33,2,true,true,false],[168,47,2,true,true,false],[169,46,4,true,false,false],[170,10,1,true,false,false],[179,6,0,false,false,false],[183,37,1,true,true,false],[186,25,4,true,true,false],[186,46,1,true,false,false],[196,6,0,false,false,false],[200,40,1,true,true,false],[204,25,0,true,true,false],[204,46,1,true,false,false],[208,6,0,false,false,false],[210,41,1,true,true,false],[221,25,0,true,true,false],[221,46,1,true,false,false],[225,6,0,false,false,false],[229,43,1,true,true,false],[238,51,61,true,true,false],[238,71,1,true,false,false],[241,48,63,true,true,false],[241,67,1,true,false,false],[243,6,0,false,false,false],[247,55,1,true,true,false],[266,78,0,true,true,false],[268,10,1,true,false,false],[279,39,1,true,true,false],[279,59,1,true,false,false],[283,39,2,true,true,false],[283,58,1,true,false,false],[287,42,3,true,true,false],[287,63,1,true,false,false],[290,6,0,false,false,false],[292,55,1,true,true,false],[310,87,1,true,true,false],[311,16,1,true,true,false],[311,24,1,true,false,false],[311,35,1,true,true,false],[313,14,0,true,true,false],[314,23,1,true,false,false],[326,39,1,true,true,false],[326,59,1,true,false,false],[330,39,2,true,true,false],[330,59,1,true,false,false],[332,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":40,"percent":93.023255813953483},"instantiations":{"count":43,"covered":40,"percent":93.023255813953483},"lines":{"count":297,"covered":291,"percent":97.979797979797979},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":48,"covered":44,"notcovered":4,"percent":91.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift","mcdc_records":[],"segments":[[15,41,1,true,true,false],[21,25,1,true,true,false],[21,51,1,true,false,false],[21,53,0,true,true,false],[21,85,1,true,false,false],[22,24,1,true,true,false],[22,67,1,true,false,false],[22,69,1,true,true,false],[22,70,1,true,false,false],[23,24,1,true,true,false],[23,69,1,true,false,false],[23,71,1,true,true,false],[23,77,1,true,false,false],[24,6,0,false,false,false],[26,44,1,true,true,false],[29,22,1,true,true,false],[29,48,1,true,false,false],[29,50,0,true,true,false],[29,90,1,true,false,false],[30,6,0,false,false,false],[34,46,1,true,true,false],[43,24,1,true,true,false],[43,67,1,true,false,false],[43,69,1,true,true,false],[43,70,1,true,false,false],[44,24,1,true,true,false],[44,69,1,true,false,false],[44,71,1,true,true,false],[44,80,1,true,false,false],[45,6,0,false,false,false],[47,48,1,true,true,false],[57,22,1,true,true,false],[57,48,1,true,false,false],[57,50,0,true,true,false],[57,90,1,true,false,false],[58,6,0,false,false,false],[62,29,1,true,true,false],[65,24,1,true,true,false],[65,47,1,true,false,false],[65,49,1,true,true,false],[65,59,1,true,false,false],[65,61,0,true,true,false],[65,98,1,true,false,false],[66,6,0,false,false,false],[70,41,1,true,true,false],[74,48,1,true,true,false],[77,87,1,true,true,false],[79,24,1,true,true,false],[79,44,1,true,false,false],[79,46,1,true,true,false],[79,56,1,true,false,false],[79,58,0,true,true,false],[79,89,1,true,false,false],[80,24,1,true,true,false],[80,64,1,true,false,false],[80,66,1,true,true,false],[80,67,1,true,false,false],[80,69,0,true,true,false],[80,96,1,true,false,false],[81,6,0,false,false,false],[83,46,1,true,true,false],[92,92,1,true,true,false],[94,24,1,true,true,false],[94,43,1,true,false,false],[94,45,1,true,true,false],[94,51,1,true,false,false],[94,53,0,true,true,false],[94,82,1,true,false,false],[95,22,1,true,true,false],[95,44,1,true,false,false],[95,46,0,true,true,false],[95,73,1,true,false,false],[96,6,0,false,false,false],[100,44,1,true,true,false],[104,56,1,true,true,false],[105,93,1,true,true,false],[107,24,1,true,true,false],[107,64,1,true,false,false],[107,66,1,true,true,false],[107,67,1,true,false,false],[107,69,0,true,true,false],[107,102,1,true,false,false],[108,6,0,false,false,false],[110,29,1,true,true,false],[112,41,100,true,true,false],[118,10,1,true,false,false],[123,24,1,true,true,false],[123,67,1,true,false,false],[123,69,1,true,true,false],[123,72,1,true,false,false],[123,74,0,true,true,false],[123,104,1,true,false,false],[124,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":34,"percent":77.272727272727266},"instantiations":{"count":44,"covered":34,"percent":77.272727272727266},"lines":{"count":135,"covered":125,"percent":92.592592592592595},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":39,"notcovered":10,"percent":79.591836734693871}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift","mcdc_records":[],"segments":[[15,28,1,true,true,false],[18,24,1,true,true,false],[18,46,1,true,false,false],[18,48,1,true,true,false],[18,49,1,true,false,false],[18,51,0,true,true,false],[18,92,1,true,false,false],[19,22,1,true,true,false],[19,45,1,true,false,false],[19,47,0,true,true,false],[19,94,1,true,false,false],[20,24,1,true,true,false],[20,44,1,true,false,false],[20,46,1,true,true,false],[20,49,1,true,false,false],[20,51,0,true,true,false],[20,84,1,true,false,false],[21,6,0,false,false,false],[23,24,1,true,true,false],[26,24,1,true,true,false],[26,46,1,true,false,false],[26,48,1,true,true,false],[26,49,1,true,false,false],[26,51,0,true,true,false],[26,92,1,true,false,false],[27,24,1,true,true,false],[27,44,1,true,false,false],[27,46,1,true,true,false],[27,49,1,true,false,false],[27,51,0,true,true,false],[27,83,1,true,false,false],[30,48,1,true,true,false],[30,82,1,true,false,false],[31,25,1,true,true,false],[31,34,1,true,false,false],[31,36,0,true,true,false],[31,74,1,true,false,false],[32,24,1,true,true,false],[32,39,1,true,false,false],[32,41,1,true,true,false],[32,55,1,true,false,false],[32,57,0,true,true,false],[32,101,1,true,false,false],[33,63,1,true,true,false],[34,28,1,true,true,false],[34,33,1,true,false,false],[34,35,1,true,true,false],[34,52,1,true,false,false],[34,54,0,true,true,false],[34,98,1,true,false,false],[35,16,0,true,true,false],[37,10,1,true,false,false],[40,45,2,true,true,false],[40,74,1,true,false,false],[41,25,1,true,true,false],[41,31,1,true,false,false],[41,33,0,true,true,false],[41,66,1,true,false,false],[42,24,1,true,true,false],[42,36,1,true,false,false],[42,38,1,true,true,false],[42,52,1,true,false,false],[42,54,0,true,true,false],[42,95,1,true,false,false],[45,45,3,true,true,false],[45,72,1,true,false,false],[46,25,1,true,true,false],[46,31,1,true,false,false],[46,33,0,true,true,false],[46,64,1,true,false,false],[47,24,1,true,true,false],[47,36,1,true,false,false],[47,38,1,true,true,false],[47,52,1,true,false,false],[47,54,0,true,true,false],[47,95,1,true,false,false],[48,6,0,false,false,false],[52,43,1,true,true,false],[67,24,1,true,true,false],[67,39,1,true,false,false],[67,41,1,true,true,false],[67,42,1,true,false,false],[67,44,0,true,true,false],[67,72,1,true,false,false],[68,43,1,true,true,false],[69,28,1,true,true,false],[69,41,1,true,false,false],[69,43,1,true,true,false],[69,52,1,true,false,false],[69,54,0,true,true,false],[69,89,1,true,false,false],[71,17,1,true,true,false],[71,54,1,true,true,false],[71,86,1,true,false,false],[72,21,0,true,true,false],[72,58,0,true,true,false],[72,90,0,true,false,false],[72,91,1,true,false,false],[73,17,0,true,true,false],[73,59,1,true,false,false],[76,6,0,false,false,false],[78,48,1,true,true,false],[93,24,1,true,true,false],[93,39,1,true,false,false],[93,41,1,true,true,false],[93,42,1,true,false,false],[93,44,0,true,true,false],[93,87,1,true,false,false],[94,43,1,true,true,false],[95,28,1,true,true,false],[95,41,1,true,false,false],[95,43,1,true,true,false],[95,57,1,true,false,false],[95,59,0,true,true,false],[95,99,1,true,false,false],[97,6,0,false,false,false],[99,46,1,true,true,false],[114,23,1,true,true,false],[114,40,1,true,false,false],[114,42,0,true,true,false],[114,68,1,true,false,false],[115,24,1,true,true,false],[115,43,1,true,false,false],[115,45,0,true,true,false],[115,75,1,true,false,false],[116,6,0,false,false,false],[118,52,1,true,true,false],[127,30,1,true,true,false],[127,45,1,true,false,false],[127,47,1,true,true,false],[127,48,1,true,false,false],[127,50,0,true,true,false],[127,84,1,true,false,false],[128,6,0,false,false,false],[132,41,1,true,true,false],[139,23,1,true,true,false],[139,36,1,true,false,false],[139,38,0,true,true,false],[139,85,1,true,false,false],[140,6,0,false,false,false],[142,45,1,true,true,false],[149,24,1,true,true,false],[149,41,1,true,false,false],[149,43,0,true,true,false],[149,87,1,true,false,false],[150,6,0,false,false,false],[152,47,1,true,true,false],[159,24,1,true,true,false],[159,39,1,true,false,false],[159,41,0,true,true,false],[159,89,1,true,false,false],[160,6,0,false,false,false],[162,45,1,true,true,false],[169,24,1,true,true,false],[169,41,1,true,false,false],[169,43,0,true,true,false],[169,87,1,true,false,false],[170,6,0,false,false,false],[172,43,1,true,true,false],[179,23,1,true,true,false],[179,38,1,true,false,false],[179,40,0,true,true,false],[179,86,1,true,false,false],[180,6,0,false,false,false],[184,27,1,true,true,false],[191,24,1,true,true,false],[191,43,1,true,false,false],[191,45,1,true,true,false],[191,64,1,true,false,false],[191,66,0,true,true,false],[191,117,1,true,false,false],[192,6,0,false,false,false],[194,34,1,true,true,false],[196,24,1,true,true,false],[196,42,1,true,false,false],[196,44,1,true,true,false],[196,65,1,true,false,false],[196,67,0,true,true,false],[196,101,1,true,false,false],[199,24,1,true,true,false],[199,48,1,true,false,false],[199,50,1,true,true,false],[199,67,1,true,false,false],[199,69,0,true,true,false],[199,103,1,true,false,false],[200,6,0,false,false,false],[204,40,1,true,true,false],[208,48,1,true,true,false],[211,75,1,true,true,false],[213,24,1,true,true,false],[213,32,1,true,false,false],[213,34,1,true,true,false],[213,41,1,true,false,false],[213,43,0,true,true,false],[213,89,1,true,false,false],[214,24,1,true,true,false],[214,47,1,true,false,false],[214,49,1,true,true,false],[214,73,1,true,false,false],[214,75,0,true,true,false],[214,107,1,true,false,false],[215,24,1,true,true,false],[215,45,1,true,false,false],[215,47,1,true,true,false],[215,69,1,true,false,false],[215,71,0,true,true,false],[215,96,1,true,false,false],[216,6,0,false,false,false],[218,49,1,true,true,false],[227,54,1,true,true,false],[228,84,1,true,true,false],[230,24,1,true,true,false],[230,32,1,true,false,false],[230,34,1,true,true,false],[230,41,1,true,false,false],[230,43,0,true,true,false],[230,96,1,true,false,false],[231,24,1,true,true,false],[231,34,1,true,false,false],[231,36,1,true,true,false],[231,47,1,true,false,false],[231,49,0,true,true,false],[231,69,1,true,false,false],[232,24,1,true,true,false],[232,36,1,true,false,false],[232,38,1,true,true,false],[232,51,1,true,false,false],[232,53,0,true,true,false],[232,75,1,true,false,false],[233,24,1,true,true,false],[233,36,1,true,false,false],[233,38,1,true,true,false],[233,51,1,true,false,false],[233,53,0,true,true,false],[233,75,1,true,false,false],[234,24,1,true,true,false],[234,43,1,true,false,false],[234,45,1,true,true,false],[234,65,1,true,false,false],[234,67,0,true,true,false],[234,96,1,true,false,false],[235,6,0,false,false,false],[239,31,1,true,true,false],[240,24,1,true,true,false],[240,53,1,true,false,false],[240,55,1,true,true,false],[240,58,1,true,false,false],[240,60,0,true,true,false],[240,82,1,true,false,false],[241,24,1,true,true,false],[241,57,1,true,false,false],[241,59,1,true,true,false],[241,62,1,true,false,false],[241,64,0,true,true,false],[241,90,1,true,false,false],[242,24,1,true,true,false],[242,56,1,true,false,false],[242,58,1,true,true,false],[242,62,1,true,false,false],[242,64,0,true,true,false],[242,90,1,true,false,false],[244,24,1,true,true,false],[244,56,1,true,false,false],[244,58,1,true,true,false],[244,72,1,true,false,false],[245,24,1,true,true,false],[245,60,1,true,false,false],[245,62,1,true,true,false],[245,80,1,true,false,false],[246,24,1,true,true,false],[246,59,1,true,false,false],[246,61,1,true,true,false],[246,79,1,true,false,false],[247,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":133,"covered":92,"percent":69.172932330827066},"instantiations":{"count":133,"covered":92,"percent":69.172932330827066},"lines":{"count":326,"covered":283,"percent":86.809815950920239},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":99,"notcovered":42,"percent":70.212765957446805}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift","mcdc_records":[],"segments":[[8,39,1,true,true,false],[24,6,0,false,false,false],[27,39,1,true,true,false],[42,6,0,false,false,false],[45,30,1,true,true,false],[60,6,0,false,false,false],[63,33,1,true,true,false],[77,31,1,true,true,false],[77,60,1,true,false,false],[78,31,2,true,true,false],[78,57,1,true,false,false],[82,6,0,false,false,false],[85,31,1,true,true,false],[97,6,0,false,false,false],[100,31,1,true,true,false],[109,6,0,false,false,false],[112,44,1,true,true,false],[124,6,0,false,false,false],[127,34,1,true,true,false],[142,6,0,false,false,false],[145,28,1,true,true,false],[157,6,0,false,false,false],[160,35,1,true,true,false],[193,39,4,true,true,false],[193,68,1,true,false,false],[194,36,4,true,true,false],[194,62,1,true,false,false],[201,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":14,"percent":100},"instantiations":{"count":14,"covered":14,"percent":100},"lines":{"count":180,"covered":180,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":14,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift","mcdc_records":[],"segments":[[8,27,17,true,true,false],[11,6,0,false,false,false],[13,30,17,true,true,false],[16,6,0,false,false,false],[20,57,1,true,true,false],[22,23,1,true,true,false],[22,41,0,true,true,false],[22,56,1,true,false,false],[23,6,0,false,false,false],[25,54,1,true,true,false],[28,21,1,true,true,false],[29,27,1,true,true,false],[29,48,1,true,false,false],[29,50,0,true,true,false],[29,87,1,true,false,false],[30,27,1,true,true,false],[30,50,1,true,false,false],[30,52,0,true,true,false],[30,91,1,true,false,false],[32,6,0,false,false,false],[34,57,1,true,true,false],[37,24,1,true,true,false],[38,27,1,true,true,false],[38,50,1,true,false,false],[38,52,0,true,true,false],[38,95,1,true,false,false],[39,27,1,true,true,false],[39,52,1,true,false,false],[39,54,0,true,true,false],[39,99,1,true,false,false],[41,6,0,false,false,false],[45,64,1,true,true,false],[49,23,1,true,true,false],[49,57,0,true,true,false],[49,88,1,true,false,false],[51,12,1,true,true,false],[51,34,1,true,false,false],[51,35,1,true,true,false],[52,29,1,true,true,false],[52,44,1,true,false,false],[52,46,0,true,true,false],[52,85,1,true,false,false],[54,17,1,true,true,false],[54,44,1,true,false,false],[54,46,1,true,true,false],[54,59,1,true,false,false],[55,17,0,true,true,false],[55,78,1,true,false,false],[57,28,1,true,true,false],[57,52,1,true,false,false],[57,54,0,true,true,false],[57,95,1,true,false,false],[58,16,0,true,true,false],[59,26,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[59,82,0,true,false,false],[61,17,0,true,true,false],[61,44,0,true,false,false],[61,46,0,true,true,false],[61,59,0,true,false,false],[62,17,0,true,true,false],[62,78,0,true,false,false],[64,10,1,true,false,false],[67,24,1,true,true,false],[67,54,1,true,false,false],[67,56,0,true,true,false],[67,91,1,true,false,false],[68,6,0,false,false,false],[70,52,1,true,true,false],[71,24,1,true,true,false],[71,67,1,true,false,false],[71,69,1,true,true,false],[71,79,1,true,false,false],[72,24,1,true,true,false],[72,64,1,true,false,false],[72,66,1,true,true,false],[72,80,1,true,false,false],[73,24,1,true,true,false],[73,65,1,true,false,false],[73,67,1,true,true,false],[73,75,1,true,false,false],[74,24,1,true,true,false],[74,71,1,true,false,false],[74,73,1,true,true,false],[74,88,1,true,false,false],[75,6,0,false,false,false],[79,61,1,true,true,false],[83,23,1,true,true,false],[83,57,0,true,true,false],[83,88,1,true,false,false],[85,13,1,true,true,false],[85,60,0,true,true,false],[85,104,1,true,false,false],[86,24,1,true,true,false],[86,65,1,true,true,false],[86,102,1,true,false,false],[89,24,1,true,true,false],[89,48,1,true,false,false],[90,23,1,true,true,false],[90,79,1,true,false,false],[94,12,1,true,true,false],[94,35,1,true,false,false],[94,36,0,true,true,false],[97,17,0,true,true,false],[97,54,0,true,false,false],[98,17,0,true,true,false],[98,99,0,true,false,false],[100,10,1,true,false,false],[101,6,0,false,false,false],[105,61,1,true,true,false],[113,12,1,true,true,false],[113,48,1,true,false,false],[113,49,0,true,true,false],[118,74,0,true,true,false],[118,76,0,true,false,false],[119,28,0,true,true,false],[119,43,0,true,false,false],[119,45,0,true,true,false],[119,93,0,true,false,false],[123,37,0,true,true,false],[126,14,0,true,true,false],[127,10,1,true,false,false],[128,6,0,false,false,false],[130,60,1,true,true,false],[143,35,2,true,true,false],[145,16,2,true,true,false],[145,22,2,true,false,false],[145,54,1,true,true,false],[149,33,1,true,true,false],[149,55,1,true,false,false],[149,57,0,true,true,false],[149,103,1,true,false,false],[151,21,1,true,true,false],[151,86,0,true,true,false],[151,88,1,true,false,false],[152,21,0,true,true,false],[152,49,1,true,false,false],[155,14,1,true,true,false],[156,10,1,true,true,false],[159,12,1,true,true,false],[159,41,1,true,false,false],[159,42,1,true,true,false],[160,29,1,true,true,false],[160,51,1,true,false,false],[160,53,0,true,true,false],[160,100,1,true,false,false],[161,58,1,true,true,false],[163,21,1,true,true,false],[163,73,1,true,false,false],[163,75,0,true,true,false],[163,110,1,true,false,false],[167,6,0,false,false,false],[171,81,1,true,true,false],[175,37,1,true,true,false],[175,58,1,true,false,false],[175,60,1,true,true,false],[175,61,1,true,false,false],[178,47,1,true,true,false],[179,28,1,true,true,false],[179,63,1,true,false,false],[180,28,1,true,true,false],[180,58,1,true,false,false],[181,28,1,true,true,false],[181,62,1,true,false,false],[182,28,1,true,true,false],[182,62,1,true,false,false],[183,10,1,true,true,false],[186,67,1,true,true,false],[188,10,1,true,false,false],[189,23,1,true,true,false],[189,49,1,true,false,false],[189,51,0,true,true,false],[189,95,1,true,false,false],[190,6,0,false,false,false],[192,55,1,true,true,false],[202,23,1,true,true,false],[202,53,1,true,false,false],[203,23,1,true,true,false],[203,60,1,true,false,false],[204,23,1,true,true,false],[204,55,1,true,false,false],[205,23,1,true,true,false],[205,66,1,true,false,false],[206,6,0,false,false,false],[210,44,1,true,true,false],[212,24,1,true,true,false],[212,62,1,true,false,false],[212,64,1,true,true,false],[212,72,1,true,false,false],[213,24,1,true,true,false],[213,73,1,true,false,false],[213,75,1,true,true,false],[213,83,1,true,false,false],[214,23,1,true,true,false],[214,67,1,true,false,false],[215,24,1,true,true,false],[215,77,1,true,false,false],[218,24,1,true,true,false],[218,73,1,true,false,false],[218,75,1,true,true,false],[218,95,1,true,false,false],[219,22,1,true,true,false],[219,82,1,true,false,false],[220,23,1,true,true,false],[220,78,1,true,false,false],[221,24,1,true,true,false],[221,88,1,true,false,false],[222,6,0,false,false,false],[224,48,1,true,true,false],[225,24,1,true,true,false],[225,78,1,true,false,false],[225,80,1,true,true,false],[225,90,1,true,false,false],[226,24,1,true,true,false],[226,77,1,true,false,false],[226,79,1,true,true,false],[226,88,1,true,false,false],[227,6,0,false,false,false],[229,48,1,true,true,false],[230,24,1,true,true,false],[230,63,1,true,false,false],[230,65,1,true,true,false],[230,75,1,true,false,false],[231,24,1,true,true,false],[231,61,1,true,false,false],[231,63,1,true,true,false],[231,80,1,true,false,false],[232,24,1,true,true,false],[232,60,1,true,false,false],[232,62,1,true,true,false],[232,76,1,true,false,false],[233,6,0,false,false,false],[235,50,1,true,true,false],[236,24,1,true,true,false],[236,61,1,true,false,false],[236,63,1,true,true,false],[236,69,1,true,false,false],[237,24,1,true,true,false],[237,63,1,true,false,false],[237,65,1,true,true,false],[237,73,1,true,false,false],[238,24,1,true,true,false],[238,60,1,true,false,false],[238,62,1,true,true,false],[238,67,1,true,false,false],[239,6,0,false,false,false],[243,37,1,true,true,false],[255,25,1,true,true,false],[255,32,1,true,false,false],[259,24,1,true,true,false],[259,45,1,true,false,false],[259,47,1,true,true,false],[259,68,1,true,false,false],[260,24,1,true,true,false],[260,39,1,true,false,false],[260,41,1,true,true,false],[260,56,1,true,false,false],[261,6,0,false,false,false],[263,58,1,true,true,false],[282,25,1,true,true,false],[282,32,1,true,false,false],[283,6,0,false,false,false],[285,43,1,true,true,false],[291,27,60,true,true,false],[295,10,1,true,true,false],[304,31,60,true,true,false],[306,10,1,true,true,false],[312,25,1,true,true,false],[312,35,1,true,false,false],[313,6,0,false,false,false],[330,7,3,true,true,false],[335,6,0,false,false,false],[337,55,6,true,true,false],[339,6,0,false,false,false],[341,48,3,true,true,false],[342,33,2,true,true,false],[342,57,3,true,false,false],[342,60,1,true,true,false],[342,63,3,true,false,false],[343,6,0,false,false,false],[345,51,2,true,true,false],[346,33,1,true,true,false],[346,52,2,true,false,false],[346,55,1,true,true,false],[346,58,2,true,false,false],[347,6,0,false,false,false],[349,78,6,true,true,false],[354,44,2,true,true,false],[354,51,6,true,false,false],[354,54,4,true,true,false],[354,57,6,true,false,false],[357,6,0,false,false,false],[364,68,1,true,true,false],[369,23,1,true,true,false],[369,45,1,true,false,false],[370,24,1,true,true,false],[370,59,1,true,false,false],[371,24,1,true,true,false],[371,59,1,true,false,false],[371,61,1,true,true,false],[371,62,1,true,false,false],[372,24,1,true,true,false],[372,59,1,true,false,false],[372,61,1,true,true,false],[372,70,1,true,false,false],[376,60,2,true,true,false],[376,91,1,true,false,false],[378,13,1,true,true,false],[378,40,1,true,false,false],[378,42,1,true,true,false],[378,43,1,true,false,false],[378,45,0,true,true,false],[378,89,1,true,false,false],[382,68,1,true,true,false],[382,94,1,true,false,false],[384,13,1,true,true,false],[384,42,1,true,false,false],[384,44,1,true,true,false],[384,45,1,true,false,false],[384,47,0,true,true,false],[384,96,1,true,false,false],[386,6,0,false,false,false],[389,51,1,true,true,false],[394,24,1,true,true,false],[394,46,1,true,false,false],[395,24,1,true,true,false],[395,59,1,true,false,false],[396,24,1,true,true,false],[396,59,1,true,false,false],[396,61,1,true,true,false],[396,62,1,true,false,false],[399,60,2,true,true,false],[399,91,1,true,false,false],[400,30,1,true,true,false],[400,57,1,true,false,false],[400,59,1,true,true,false],[400,60,1,true,false,false],[400,62,0,true,true,false],[400,100,1,true,false,false],[403,66,1,true,true,false],[403,90,1,true,false,false],[405,13,1,true,true,false],[405,40,1,true,false,false],[405,42,1,true,true,false],[405,43,1,true,false,false],[405,45,0,true,true,false],[405,107,1,true,false,false],[407,6,0,false,false,false],[410,49,1,true,true,false],[420,23,1,true,true,false],[420,45,1,true,false,false],[421,24,1,true,true,false],[421,51,1,true,false,false],[421,53,1,true,true,false],[421,59,1,true,false,false],[422,24,1,true,true,false],[422,63,1,true,false,false],[422,65,1,true,true,false],[422,79,1,true,false,false],[423,23,1,true,true,false],[423,64,1,true,false,false],[427,63,1,true,true,false],[429,10,1,true,false,false],[431,13,1,true,true,false],[431,43,1,true,false,false],[431,45,1,true,true,false],[431,46,1,true,false,false],[431,48,0,true,true,false],[431,92,1,true,false,false],[433,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":166,"covered":133,"percent":80.120481927710841},"instantiations":{"count":166,"covered":133,"percent":80.120481927710841},"lines":{"count":507,"covered":448,"percent":88.362919132149898},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":197,"covered":159,"notcovered":38,"percent":80.710659898477161}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift","mcdc_records":[],"segments":[[9,40,2,true,true,false],[11,6,0,false,false,false],[13,43,2,true,true,false],[15,6,0,false,false,false],[17,61,1,true,true,false],[22,27,1,true,true,false],[22,35,1,true,false,false],[22,37,1,true,true,false],[22,40,1,true,false,false],[22,42,0,true,true,false],[22,87,1,true,false,false],[23,24,1,true,true,false],[23,51,1,true,false,false],[23,53,1,true,true,false],[23,57,1,true,false,false],[24,23,1,true,true,false],[24,63,1,true,false,false],[25,6,0,false,false,false],[27,57,1,true,true,false],[31,24,1,true,true,false],[31,61,1,true,false,false],[31,63,1,true,true,false],[31,101,1,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":11,"percent":91.666666666666657},"instantiations":{"count":12,"covered":11,"percent":91.666666666666657},"lines":{"count":29,"covered":28,"percent":96.551724137931032},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":11,"notcovered":1,"percent":91.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift","mcdc_records":[],"segments":[[9,40,2,true,true,false],[11,6,0,false,false,false],[13,43,2,true,true,false],[15,6,0,false,false,false],[17,61,1,true,true,false],[22,27,1,true,true,false],[22,35,1,true,false,false],[22,37,1,true,true,false],[22,40,1,true,false,false],[22,42,0,true,true,false],[22,87,1,true,false,false],[23,24,1,true,true,false],[23,51,1,true,false,false],[23,53,1,true,true,false],[23,57,1,true,false,false],[24,23,1,true,true,false],[24,63,1,true,false,false],[25,6,0,false,false,false],[27,57,1,true,true,false],[31,24,1,true,true,false],[31,61,1,true,false,false],[31,63,1,true,true,false],[31,101,1,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":11,"percent":91.666666666666657},"instantiations":{"count":12,"covered":11,"percent":91.666666666666657},"lines":{"count":29,"covered":28,"percent":96.551724137931032},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":11,"notcovered":1,"percent":91.666666666666657}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift","mcdc_records":[],"segments":[[14,40,10,true,true,false],[15,32,10,true,true,false],[17,6,0,false,false,false],[19,43,10,true,true,false],[21,35,10,true,true,false],[22,6,0,false,false,false],[26,61,1,true,true,false],[41,23,1,true,true,false],[41,27,1,true,false,false],[41,29,0,true,true,false],[41,102,1,true,false,false],[42,6,0,false,false,false],[46,47,1,true,true,false],[59,25,1,true,true,false],[59,52,1,true,false,false],[59,54,0,true,true,false],[59,94,1,true,false,false],[60,25,1,true,true,false],[60,49,1,true,false,false],[60,51,0,true,true,false],[60,102,1,true,false,false],[61,6,0,false,false,false],[63,48,1,true,true,false],[69,12,1,true,true,false],[70,66,1,true,true,false],[71,27,1,true,true,false],[71,31,1,true,false,false],[71,33,0,true,true,false],[71,85,1,true,false,false],[72,17,0,true,true,false],[74,27,0,true,true,false],[74,31,0,true,false,false],[74,33,0,true,true,false],[74,86,0,true,false,false],[75,10,1,true,true,false],[76,6,0,false,false,false],[78,45,1,true,true,false],[82,23,1,true,true,false],[82,27,1,true,false,false],[82,29,0,true,true,false],[82,86,1,true,false,false],[83,6,0,false,false,false],[87,50,1,true,true,false],[93,36,100,true,true,false],[99,10,1,true,true,false],[105,27,1,true,true,false],[105,35,1,true,false,false],[105,37,1,true,true,false],[105,40,1,true,false,false],[105,42,0,true,true,false],[105,82,1,true,false,false],[106,6,0,false,false,false],[110,40,1,true,true,false],[116,52,1,true,true,false],[117,20,1,true,true,false],[117,32,1,true,false,false],[118,13,1,true,true,false],[119,31,1,true,true,false],[119,35,1,true,false,false],[119,37,0,true,true,false],[119,61,1,true,false,false],[120,13,0,true,true,false],[121,31,0,true,true,false],[121,35,0,true,false,false],[121,37,0,true,true,false],[121,63,0,true,false,false],[121,64,1,true,false,false],[122,13,0,true,true,false],[123,31,0,true,true,false],[123,35,0,true,false,false],[123,37,0,true,true,false],[123,62,0,true,false,false],[123,63,1,true,false,false],[124,13,0,true,true,false],[125,31,0,true,true,false],[125,35,0,true,false,false],[125,37,0,true,true,false],[125,67,0,true,false,false],[125,68,1,true,false,false],[126,13,0,true,true,false],[127,22,1,true,false,false],[128,14,1,true,true,false],[129,10,1,true,true,false],[130,6,0,false,false,false],[134,57,1,true,true,false],[138,46,10,true,true,false],[139,18,10,true,true,false],[147,14,10,true,false,false],[148,10,1,true,false,false],[151,37,10,true,true,false],[153,10,1,true,true,false],[156,23,1,true,true,false],[156,27,1,true,false,false],[156,29,0,true,true,false],[156,75,1,true,false,false],[157,6,0,false,false,false],[161,60,1,true,true,false],[172,23,1,true,true,false],[172,27,1,true,false,false],[172,29,0,true,true,false],[172,89,1,true,false,false],[173,6,0,false,false,false],[175,50,1,true,true,false],[184,23,1,true,true,false],[184,27,1,true,false,false],[184,29,0,true,true,false],[184,72,1,true,false,false],[185,6,0,false,false,false],[187,50,1,true,true,false],[192,12,1,true,true,false],[193,59,1,true,true,false],[194,27,1,true,true,false],[194,31,1,true,false,false],[194,33,0,true,true,false],[194,72,1,true,false,false],[195,17,0,true,true,false],[197,27,0,true,true,false],[197,31,0,true,false,false],[197,33,0,true,true,false],[197,88,0,true,false,false],[198,10,1,true,true,false],[199,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":26,"percent":55.319148936170215},"instantiations":{"count":47,"covered":26,"percent":55.319148936170215},"lines":{"count":216,"covered":187,"percent":86.574074074074076},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":43,"notcovered":27,"percent":61.428571428571431}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift","mcdc_records":[],"segments":[[9,36,1,true,true,false],[19,23,1,true,true,false],[19,27,1,true,false,false],[19,29,0,true,true,false],[19,72,1,true,false,false],[20,6,0,false,false,false],[22,42,1,true,true,false],[28,12,1,true,true,false],[29,52,1,true,true,false],[30,27,1,true,true,false],[30,31,1,true,false,false],[30,33,0,true,true,false],[30,81,1,true,false,false],[31,17,0,true,true,false],[33,10,1,true,true,false],[38,12,1,true,true,false],[39,52,1,true,true,false],[40,27,1,true,true,false],[40,31,1,true,false,false],[40,33,0,true,true,false],[40,81,1,true,false,false],[41,17,0,true,true,false],[43,10,1,true,true,false],[44,6,0,false,false,false],[46,46,1,true,true,false],[52,16,1,true,true,false],[52,29,1,true,false,false],[53,9,1,true,true,false],[54,28,1,true,true,false],[54,34,1,true,false,false],[54,36,1,true,true,false],[54,42,1,true,false,false],[54,44,0,true,true,false],[54,65,1,true,false,false],[55,9,0,true,true,false],[56,48,1,true,false,false],[57,10,1,true,true,false],[59,16,1,true,true,false],[59,29,1,true,false,false],[60,9,0,true,true,false],[61,48,1,true,false,false],[62,9,1,true,true,false],[63,27,1,true,true,false],[63,31,1,true,false,false],[63,33,0,true,true,false],[63,57,1,true,false,false],[64,10,1,true,true,false],[65,6,0,false,false,false],[67,45,1,true,true,false],[75,25,1,true,true,false],[75,39,1,true,false,false],[76,25,1,true,true,false],[76,41,1,true,false,false],[77,25,1,true,true,false],[77,40,1,true,false,false],[78,25,1,true,true,false],[78,45,1,true,false,false],[79,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":14,"percent":73.68421052631578},"instantiations":{"count":19,"covered":14,"percent":73.68421052631578},"lines":{"count":83,"covered":74,"percent":89.156626506024097},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":26,"notcovered":9,"percent":74.285714285714292}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift","mcdc_records":[],"segments":[[8,44,3,true,true,false],[8,46,0,false,false,false],[9,43,3,true,true,false],[11,6,0,false,false,false],[12,36,1,true,true,false],[12,58,0,false,false,false],[13,38,3,true,true,false],[13,58,0,false,false,false],[14,58,3,true,true,false],[18,28,2,true,true,false],[18,91,3,true,false,false],[20,37,1,true,true,false],[20,70,3,true,false,false],[23,8,0,false,false,false],[25,72,1,true,true,false],[35,24,1,true,true,false],[35,54,1,true,false,false],[37,13,1,true,true,false],[37,43,1,true,false,false],[37,45,1,true,true,false],[37,101,1,true,false,false],[39,23,1,true,true,false],[39,47,1,true,true,false],[39,79,1,true,false,false],[40,6,0,false,false,false],[42,77,1,true,true,false],[53,23,1,true,true,false],[53,53,1,true,false,false],[54,23,1,true,true,false],[54,72,1,true,false,false],[55,24,1,true,true,false],[55,46,1,true,false,false],[55,48,1,true,true,false],[55,49,1,true,false,false],[67,27,1,true,true,false],[68,16,1,true,true,false],[68,47,1,true,false,false],[68,48,1,true,true,false],[71,14,0,true,true,false],[73,10,1,true,true,false],[76,13,1,true,true,false],[76,33,0,true,true,false],[76,64,1,true,false,false],[77,13,0,true,true,false],[77,65,1,true,false,false],[79,12,1,true,true,false],[79,32,0,true,true,false],[79,63,1,true,false,false],[79,64,1,true,true,false],[80,28,1,true,true,false],[80,58,1,true,false,false],[80,60,1,true,true,false],[80,82,1,true,false,false],[81,28,1,true,true,false],[81,63,1,true,false,false],[81,65,1,true,true,false],[81,73,1,true,false,false],[83,6,0,false,false,false],[85,73,1,true,true,false],[95,24,1,true,true,false],[95,55,1,true,false,false],[97,13,1,true,true,false],[97,44,1,true,false,false],[97,46,1,true,true,false],[97,102,1,true,false,false],[99,23,1,true,true,false],[99,47,1,true,true,false],[99,79,1,true,false,false],[100,6,0,false,false,false],[102,103,6,true,true,false],[113,6,0,false,false,false],[121,47,3,true,true,false],[123,6,0,false,false,false],[125,63,3,true,true,false],[127,6,0,false,false,false],[132,35,1,true,true,false],[132,36,0,false,false,false],[134,20,1,true,true,false],[134,24,0,false,false,false],[136,80,1,true,true,false],[138,6,0,false,false,false],[140,93,1,true,true,false],[143,12,1,true,true,false],[143,20,1,true,false,false],[143,21,0,true,true,false],[145,10,1,true,false,false],[146,6,0,false,false,false],[148,24,0,true,true,false],[150,6,0,false,false,false],[152,53,1,true,true,false],[154,6,0,false,false,false],[156,78,0,true,true,false],[159,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":37,"percent":88.095238095238088},"instantiations":{"count":43,"covered":38,"percent":88.372093023255815},"lines":{"count":154,"covered":141,"percent":91.558441558441558},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":44,"notcovered":7,"percent":86.274509803921575}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift","mcdc_records":[],"segments":[[12,70,1,true,true,false],[30,24,1,true,true,false],[30,35,1,true,false,false],[30,37,1,true,true,false],[30,39,1,true,false,false],[30,41,0,true,true,false],[30,69,1,true,false,false],[31,6,0,false,false,false],[33,64,1,true,true,false],[51,22,1,true,true,false],[51,33,1,true,false,false],[51,35,0,true,true,false],[51,80,1,true,false,false],[52,6,0,false,false,false],[54,63,1,true,true,false],[72,22,1,true,true,false],[72,33,1,true,false,false],[72,35,0,true,true,false],[72,79,1,true,false,false],[73,6,0,false,false,false],[75,64,1,true,true,false],[93,22,1,true,true,false],[93,33,1,true,false,false],[93,35,0,true,true,false],[93,93,1,true,false,false],[94,6,0,false,false,false],[96,51,1,true,true,false],[119,24,1,true,true,false],[119,38,1,true,false,false],[119,40,1,true,true,false],[119,41,1,true,false,false],[119,43,0,true,true,false],[119,65,1,true,false,false],[120,24,1,true,true,false],[120,35,1,true,false,false],[120,37,1,true,true,false],[120,39,1,true,false,false],[120,41,0,true,true,false],[120,48,1,true,false,false],[121,24,1,true,true,false],[121,35,1,true,false,false],[121,37,1,true,true,false],[121,38,1,true,false,false],[121,40,0,true,true,false],[121,47,1,true,false,false],[122,24,1,true,true,false],[122,35,1,true,false,false],[122,37,1,true,true,false],[122,38,1,true,false,false],[122,40,0,true,true,false],[122,47,1,true,false,false],[123,6,0,false,false,false],[127,80,1,true,true,false],[139,23,1,true,true,false],[139,46,1,true,false,false],[139,48,0,true,true,false],[139,90,1,true,false,false],[140,6,0,false,false,false],[142,84,1,true,true,false],[154,23,1,true,true,false],[154,41,1,true,false,false],[154,43,0,true,true,false],[154,95,1,true,false,false],[155,6,0,false,false,false],[157,68,1,true,true,false],[169,23,1,true,true,false],[169,46,1,true,false,false],[169,48,0,true,true,false],[169,72,1,true,false,false],[170,23,1,true,true,false],[170,45,1,true,false,false],[170,47,0,true,true,false],[170,71,1,true,false,false],[171,24,1,true,true,false],[171,40,1,true,false,false],[171,42,1,true,true,false],[171,43,1,true,false,false],[172,6,0,false,false,false],[174,83,1,true,true,false],[186,23,1,true,true,false],[186,41,1,true,false,false],[186,43,0,true,true,false],[186,90,1,true,false,false],[187,6,0,false,false,false],[191,96,5,true,true,false],[193,45,7,true,true,false],[197,18,3,true,true,false],[199,14,4,true,true,false],[201,10,5,true,true,false],[202,22,5,true,false,false],[203,6,0,false,false,false],[208,22,4,true,true,false],[209,56,4,true,true,false],[210,65,3,true,true,false],[212,14,4,true,false,false],[214,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":45,"covered":32,"percent":71.111111111111114},"instantiations":{"count":45,"covered":32,"percent":71.111111111111114},"lines":{"count":224,"covered":211,"percent":94.196428571428569},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":37,"notcovered":13,"percent":74}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift","mcdc_records":[],"segments":[[8,32,1,true,true,false],[10,23,1,true,true,false],[10,58,1,true,false,false],[11,23,1,true,true,false],[11,58,1,true,false,false],[14,23,1,true,true,false],[14,58,1,true,false,false],[15,23,1,true,true,false],[15,58,1,true,false,false],[18,23,1,true,true,false],[18,59,1,true,false,false],[19,23,1,true,true,false],[19,60,1,true,false,false],[20,23,1,true,true,false],[20,60,1,true,false,false],[21,23,1,true,true,false],[21,60,1,true,false,false],[24,23,1,true,true,false],[24,61,1,true,false,false],[25,23,1,true,true,false],[25,60,1,true,false,false],[26,23,1,true,true,false],[26,60,1,true,false,false],[27,23,1,true,true,false],[27,60,1,true,false,false],[28,23,1,true,true,false],[28,61,1,true,false,false],[29,23,1,true,true,false],[29,60,1,true,false,false],[32,23,1,true,true,false],[32,61,1,true,false,false],[33,23,1,true,true,false],[33,61,1,true,false,false],[34,23,1,true,true,false],[34,61,1,true,false,false],[35,23,1,true,true,false],[35,61,1,true,false,false],[36,23,1,true,true,false],[36,61,1,true,false,false],[39,23,1,true,true,false],[39,61,1,true,false,false],[40,23,1,true,true,false],[40,62,1,true,false,false],[41,23,1,true,true,false],[41,59,1,true,false,false],[42,23,1,true,true,false],[42,61,1,true,false,false],[43,23,1,true,true,false],[43,61,1,true,false,false],[44,23,1,true,true,false],[44,61,1,true,false,false],[45,6,0,false,false,false],[47,32,1,true,true,false],[49,23,1,true,true,false],[49,65,1,true,false,false],[50,23,1,true,true,false],[50,62,1,true,false,false],[51,23,1,true,true,false],[51,62,1,true,false,false],[52,23,1,true,true,false],[52,63,1,true,false,false],[53,23,1,true,true,false],[53,63,1,true,false,false],[54,23,1,true,true,false],[54,66,1,true,false,false],[55,23,1,true,true,false],[55,64,1,true,false,false],[56,23,1,true,true,false],[56,60,1,true,false,false],[57,23,1,true,true,false],[57,63,1,true,false,false],[58,23,1,true,true,false],[58,61,1,true,false,false],[59,23,1,true,true,false],[59,62,1,true,false,false],[60,6,0,false,false,false],[62,28,1,true,true,false],[63,24,1,true,true,false],[63,65,1,true,false,false],[64,24,1,true,true,false],[64,61,1,true,false,false],[65,24,1,true,true,false],[65,62,1,true,false,false],[66,24,1,true,true,false],[66,66,1,true,false,false],[67,6,0,false,false,false],[69,42,1,true,true,false],[70,23,1,true,true,false],[70,61,1,true,false,false],[71,23,1,true,true,false],[71,60,1,true,false,false],[72,23,1,true,true,false],[72,62,1,true,false,false],[73,23,1,true,true,false],[73,62,1,true,false,false],[74,6,0,false,false,false],[76,37,1,true,true,false],[77,23,1,true,true,false],[77,74,1,true,false,false],[78,23,1,true,true,false],[78,70,1,true,false,false],[79,23,1,true,true,false],[79,72,1,true,false,false],[80,23,1,true,true,false],[80,71,1,true,false,false],[81,23,1,true,true,false],[81,75,1,true,false,false],[82,23,1,true,true,false],[82,72,1,true,false,false],[83,6,0,false,false,false],[85,39,1,true,true,false],[86,24,1,true,true,false],[86,77,1,true,false,false],[87,24,1,true,true,false],[87,73,1,true,false,false],[88,6,0,false,false,false],[92,29,1,true,true,false],[94,24,1,true,true,false],[94,68,1,true,false,false],[94,70,1,true,true,false],[94,76,1,true,false,false],[95,24,1,true,true,false],[95,65,1,true,false,false],[95,67,1,true,true,false],[95,72,1,true,false,false],[96,24,1,true,true,false],[96,65,1,true,false,false],[96,67,1,true,true,false],[96,72,1,true,false,false],[97,24,1,true,true,false],[97,66,1,true,false,false],[97,68,1,true,true,false],[97,73,1,true,false,false],[98,24,1,true,true,false],[98,67,1,true,false,false],[98,69,1,true,true,false],[98,75,1,true,false,false],[99,24,1,true,true,false],[99,69,1,true,false,false],[99,71,1,true,true,false],[99,77,1,true,false,false],[102,24,1,true,true,false],[102,64,1,true,false,false],[102,66,1,true,true,false],[102,72,1,true,false,false],[103,24,1,true,true,false],[103,63,1,true,false,false],[103,65,1,true,true,false],[103,70,1,true,false,false],[104,24,1,true,true,false],[104,62,1,true,false,false],[104,64,1,true,true,false],[104,68,1,true,false,false],[107,24,1,true,true,false],[107,64,1,true,false,false],[107,66,1,true,true,false],[107,72,1,true,false,false],[108,24,1,true,true,false],[108,63,1,true,false,false],[108,65,1,true,true,false],[108,70,1,true,false,false],[109,6,0,false,false,false],[113,35,1,true,true,false],[117,23,1,true,true,false],[117,51,1,true,false,false],[118,6,0,false,false,false],[120,36,1,true,true,false],[124,23,1,true,true,false],[124,52,1,true,false,false],[125,6,0,false,false,false],[127,40,1,true,true,false],[131,24,1,true,true,false],[131,36,1,true,false,false],[131,38,1,true,true,false],[131,39,1,true,false,false],[132,58,1,true,true,false],[133,28,1,true,true,false],[133,31,1,true,false,false],[133,33,1,true,true,false],[133,42,1,true,false,false],[134,16,0,true,true,false],[136,10,1,true,false,false],[137,6,0,false,false,false],[139,41,1,true,true,false],[143,24,1,true,true,false],[143,36,1,true,false,false],[143,38,1,true,true,false],[143,39,1,true,false,false],[144,59,1,true,true,false],[145,28,1,true,true,false],[145,31,1,true,false,false],[145,33,1,true,true,false],[145,42,1,true,false,false],[146,16,0,true,true,false],[148,10,1,true,false,false],[149,6,0,false,false,false],[151,36,1,true,true,false],[155,23,1,true,true,false],[155,52,1,true,false,false],[156,6,0,false,false,false],[158,45,1,true,true,false],[163,23,1,true,true,false],[163,52,1,true,false,false],[164,6,0,false,false,false],[166,34,1,true,true,false],[170,23,1,true,true,false],[170,37,1,true,false,false],[171,6,0,false,false,false],[173,48,1,true,true,false],[177,23,1,true,true,false],[177,37,1,true,false,false],[178,6,0,false,false,false],[180,54,1,true,true,false],[184,24,1,true,true,false],[184,36,1,true,false,false],[184,38,1,true,true,false],[184,39,1,true,false,false],[185,59,1,true,true,false],[186,28,1,true,true,false],[186,31,1,true,false,false],[186,33,1,true,true,false],[186,42,1,true,false,false],[187,16,0,true,true,false],[189,10,1,true,false,false],[190,6,0,false,false,false],[194,34,1,true,true,false],[202,25,1,true,true,false],[202,33,1,true,false,false],[203,50,1,true,true,false],[204,28,1,true,true,false],[204,31,1,true,false,false],[204,33,1,true,true,false],[204,39,1,true,false,false],[205,16,0,true,true,false],[207,10,1,true,false,false],[208,6,0,false,false,false],[210,43,1,true,true,false],[219,25,1,true,true,false],[219,33,1,true,false,false],[220,6,0,false,false,false],[222,43,1,true,true,false],[230,22,1,true,true,false],[230,30,1,true,false,false],[231,6,0,false,false,false],[233,37,1,true,true,false],[243,22,1,true,true,false],[243,30,1,true,false,false],[244,6,0,false,false,false],[246,44,1,true,true,false],[254,22,1,true,true,false],[254,30,1,true,false,false],[255,6,0,false,false,false],[257,58,1,true,true,false],[265,23,1,true,true,false],[265,39,1,true,true,false],[266,39,1,true,true,false],[266,54,0,true,true,false],[267,25,1,true,false,false],[269,6,0,false,false,false],[273,41,1,true,true,false],[277,23,1,true,true,false],[277,51,1,true,false,false],[278,23,1,true,true,false],[278,50,1,true,false,false],[279,23,1,true,true,false],[279,50,1,true,false,false],[280,6,0,false,false,false],[282,37,1,true,true,false],[285,23,1,true,true,false],[285,51,1,true,false,false],[286,6,0,false,false,false],[288,42,1,true,true,false],[291,23,1,true,true,false],[291,49,1,true,false,false],[292,23,1,true,true,false],[292,50,1,true,false,false],[293,23,1,true,true,false],[293,50,1,true,false,false],[294,23,1,true,true,false],[294,50,1,true,false,false],[295,23,1,true,true,false],[295,50,1,true,false,false],[296,6,0,false,false,false],[298,48,1,true,true,false],[304,9,1,true,true,false],[306,29,1,true,true,false],[306,38,1,true,false,false],[307,29,1,true,true,false],[307,38,1,true,false,false],[309,6,0,false,false,false],[313,42,1,true,true,false],[317,24,1,true,true,false],[317,34,1,true,false,false],[317,36,1,true,true,false],[317,42,1,true,false,false],[318,6,0,false,false,false],[320,49,1,true,true,false],[323,24,1,true,true,false],[323,34,1,true,false,false],[323,36,1,true,true,false],[323,42,1,true,false,false],[324,6,0,false,false,false],[326,44,1,true,true,false],[329,22,1,true,true,false],[329,32,1,true,false,false],[330,6,0,false,false,false],[334,34,1,true,true,false],[337,24,1,true,true,false],[337,30,1,true,false,false],[337,32,1,true,true,false],[337,40,1,true,false,false],[338,6,0,false,false,false],[340,37,1,true,true,false],[343,24,1,true,true,false],[343,30,1,true,false,false],[343,32,1,true,true,false],[343,53,1,true,false,false],[344,6,0,false,false,false],[346,47,1,true,true,false],[349,24,1,true,true,false],[349,30,1,true,false,false],[349,32,1,true,true,false],[349,53,1,true,false,false],[350,6,0,false,false,false],[352,36,1,true,true,false],[355,23,1,true,true,false],[355,37,1,true,false,false],[356,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":157,"covered":157,"percent":100},"instantiations":{"count":157,"covered":157,"percent":100},"lines":{"count":435,"covered":426,"percent":97.931034482758619},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":168,"covered":163,"notcovered":5,"percent":97.023809523809518}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift","mcdc_records":[],"segments":[[9,43,3,true,true,false],[12,102,3,true,true,false],[14,6,0,false,false,false],[16,46,3,true,true,false],[17,30,3,true,true,false],[19,10,3,true,false,false],[22,6,0,false,false,false],[24,54,1,true,true,false],[26,23,1,true,true,false],[26,37,1,true,false,false],[27,6,0,false,false,false],[29,50,1,true,true,false],[41,41,1,true,true,false],[43,24,1,true,true,false],[43,30,1,true,false,false],[43,32,1,true,true,false],[43,37,1,true,false,false],[44,6,0,false,false,false],[46,62,1,true,true,false],[48,73,1,true,true,false],[51,23,1,true,true,false],[51,37,1,true,false,false],[52,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":9,"percent":100},"instantiations":{"count":9,"covered":9,"percent":100},"lines":{"count":44,"covered":44,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":13,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift","mcdc_records":[],"segments":[[6,55,1,true,true,false],[7,24,1,true,true,false],[7,60,1,true,false,false],[7,62,1,true,true,false],[7,73,1,true,false,false],[8,24,1,true,true,false],[8,60,1,true,false,false],[8,62,1,true,true,false],[8,73,1,true,false,false],[9,6,0,false,false,false],[11,54,1,true,true,false],[12,23,1,true,true,false],[12,65,1,true,false,false],[13,23,1,true,true,false],[13,90,1,true,false,false],[14,6,0,false,false,false],[16,41,1,true,true,false],[17,24,1,true,true,false],[17,59,1,true,false,false],[18,6,0,false,false,false],[20,54,1,true,true,false],[21,23,1,true,true,false],[21,82,1,true,false,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":12,"percent":100},"instantiations":{"count":12,"covered":12,"percent":100},"lines":{"count":22,"covered":22,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":12,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift","mcdc_records":[],"segments":[[8,51,1,true,true,false],[18,83,1,true,true,false],[23,6,0,false,false,false],[26,48,1,true,true,false],[36,83,1,true,true,false],[41,6,0,false,false,false],[44,48,1,true,true,false],[53,49,1,true,true,false],[61,6,0,false,false,false],[64,43,1,true,true,false],[72,48,1,true,true,false],[75,78,1,true,true,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":67,"covered":67,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":9,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift","mcdc_records":[],"segments":[[9,36,1,true,true,false],[11,24,1,true,true,false],[11,43,1,true,false,false],[11,45,1,true,true,false],[11,50,1,true,false,false],[12,6,0,false,false,false],[14,37,1,true,true,false],[16,24,1,true,true,false],[16,43,1,true,false,false],[16,45,1,true,true,false],[16,51,1,true,false,false],[17,6,0,false,false,false],[19,47,1,true,true,false],[23,24,1,true,true,false],[23,43,1,true,false,false],[23,45,1,true,true,false],[23,61,1,true,false,false],[24,6,0,false,false,false],[26,43,1,true,true,false],[28,24,1,true,true,false],[28,43,1,true,false,false],[28,45,1,true,true,false],[28,57,1,true,false,false],[29,6,0,false,false,false],[31,45,1,true,true,false],[35,24,1,true,true,false],[35,43,1,true,false,false],[35,45,1,true,true,false],[35,59,1,true,false,false],[36,6,0,false,false,false],[38,49,1,true,true,false],[42,24,1,true,true,false],[42,43,1,true,false,false],[42,45,1,true,true,false],[42,63,1,true,false,false],[43,6,0,false,false,false],[47,46,1,true,true,false],[51,25,1,true,true,false],[51,53,1,true,false,false],[52,24,1,true,true,false],[52,62,1,true,false,false],[52,64,1,true,true,false],[52,70,1,true,false,false],[53,24,1,true,true,false],[53,68,1,true,false,false],[53,70,1,true,true,false],[53,75,1,true,false,false],[56,22,1,true,true,false],[56,76,1,true,false,false],[57,22,1,true,true,false],[57,77,1,true,false,false],[58,6,0,false,false,false],[60,44,1,true,true,false],[70,25,1,true,true,false],[70,51,1,true,false,false],[71,24,1,true,true,false],[71,60,1,true,false,false],[71,62,1,true,true,false],[71,68,1,true,false,false],[72,24,1,true,true,false],[72,69,1,true,false,false],[72,71,1,true,true,false],[72,76,1,true,false,false],[73,24,1,true,true,false],[73,70,1,true,false,false],[73,72,1,true,true,false],[73,79,1,true,false,false],[76,22,1,true,true,false],[76,74,1,true,false,false],[77,6,0,false,false,false],[79,42,1,true,true,false],[83,25,1,true,true,false],[83,49,1,true,false,false],[86,22,1,true,true,false],[86,72,1,true,false,false],[87,6,0,false,false,false],[89,48,1,true,true,false],[94,25,1,true,true,false],[94,55,1,true,false,false],[95,24,1,true,true,false],[95,69,1,true,false,false],[95,71,1,true,true,false],[95,72,1,true,false,false],[96,24,1,true,true,false],[96,72,1,true,false,false],[96,74,1,true,true,false],[96,80,1,true,false,false],[99,22,1,true,true,false],[99,78,1,true,false,false],[100,6,0,false,false,false],[104,37,1,true,true,false],[110,24,1,true,true,false],[110,68,1,true,false,false],[110,70,1,true,true,false],[110,75,1,true,false,false],[113,24,1,true,true,false],[113,68,1,true,false,false],[113,70,1,true,true,false],[113,76,1,true,false,false],[118,24,1,true,true,false],[118,47,1,true,false,false],[118,49,1,true,true,false],[118,54,1,true,false,false],[119,6,0,false,false,false],[121,40,1,true,true,false],[127,24,1,true,true,false],[127,69,1,true,false,false],[127,71,1,true,true,false],[127,76,1,true,false,false],[132,24,1,true,true,false],[132,47,1,true,false,false],[132,49,1,true,true,false],[132,54,1,true,false,false],[133,6,0,false,false,false],[135,41,1,true,true,false],[141,24,1,true,true,false],[141,70,1,true,false,false],[141,72,1,true,true,false],[141,79,1,true,false,false],[146,24,1,true,true,false],[146,47,1,true,false,false],[146,49,1,true,true,false],[146,54,1,true,false,false],[147,6,0,false,false,false],[149,40,1,true,true,false],[156,24,1,true,true,false],[156,61,1,true,false,false],[156,63,1,true,true,false],[156,83,1,true,false,false],[161,24,1,true,true,false],[161,47,1,true,false,false],[161,49,1,true,true,false],[161,54,1,true,false,false],[162,6,0,false,false,false],[164,37,1,true,true,false],[172,24,1,true,true,false],[172,72,1,true,false,false],[172,74,1,true,true,false],[172,83,1,true,false,false],[177,24,1,true,true,false],[177,47,1,true,false,false],[177,49,1,true,true,false],[177,54,1,true,false,false],[178,6,0,false,false,false],[182,47,1,true,true,false],[184,54,1,true,true,false],[185,93,1,true,true,false],[187,24,1,true,true,false],[187,32,1,true,false,false],[187,34,1,true,true,false],[187,41,1,true,false,false],[188,6,0,false,false,false],[190,48,1,true,true,false],[192,54,1,true,true,false],[193,93,1,true,true,false],[195,24,1,true,true,false],[195,32,1,true,false,false],[195,34,1,true,true,false],[195,41,1,true,false,false],[196,6,0,false,false,false],[198,58,1,true,true,false],[203,54,1,true,true,false],[204,93,1,true,true,false],[206,24,1,true,true,false],[206,32,1,true,false,false],[206,34,1,true,true,false],[206,41,1,true,false,false],[207,24,1,true,true,false],[207,63,1,true,false,false],[207,65,1,true,true,false],[207,71,1,true,false,false],[208,24,1,true,true,false],[208,69,1,true,false,false],[208,71,1,true,true,false],[208,76,1,true,false,false],[209,6,0,false,false,false],[211,56,1,true,true,false],[223,54,1,true,true,false],[224,93,1,true,true,false],[226,24,1,true,true,false],[226,32,1,true,false,false],[226,34,1,true,true,false],[226,41,1,true,false,false],[227,24,1,true,true,false],[227,70,1,true,false,false],[227,72,1,true,true,false],[227,77,1,true,false,false],[228,24,1,true,true,false],[228,71,1,true,false,false],[228,73,1,true,true,false],[228,80,1,true,false,false],[229,6,0,false,false,false],[231,60,1,true,true,false],[237,54,1,true,true,false],[238,93,1,true,true,false],[240,24,1,true,true,false],[240,32,1,true,false,false],[240,34,1,true,true,false],[240,41,1,true,false,false],[241,24,1,true,true,false],[241,73,1,true,false,false],[241,75,1,true,true,false],[241,85,1,true,false,false],[242,6,0,false,false,false],[246,47,1,true,true,false],[251,25,1,true,true,false],[251,46,1,true,false,false],[252,24,1,true,true,false],[252,49,1,true,false,false],[252,51,1,true,true,false],[252,60,1,true,false,false],[253,24,1,true,true,false],[253,52,1,true,false,false],[253,54,1,true,true,false],[253,64,1,true,false,false],[254,6,0,false,false,false],[256,52,1,true,true,false],[260,22,1,true,true,false],[260,43,1,true,false,false],[261,6,0,false,false,false],[263,55,1,true,true,false],[269,24,1,true,true,false],[269,53,1,true,false,false],[269,55,1,true,true,false],[269,56,1,true,false,false],[270,24,1,true,true,false],[270,56,1,true,false,false],[270,58,1,true,true,false],[270,61,1,true,false,false],[271,24,1,true,true,false],[271,57,1,true,false,false],[271,59,1,true,true,false],[271,62,1,true,false,false],[272,6,0,false,false,false],[274,65,1,true,true,false],[279,23,1,true,true,false],[279,54,1,true,false,false],[280,6,0,false,false,false],[284,45,1,true,true,false],[286,24,1,true,true,false],[286,42,1,true,false,false],[286,44,1,true,true,false],[286,52,1,true,false,false],[287,23,1,true,true,false],[287,35,1,true,false,false],[288,24,1,true,true,false],[288,36,1,true,false,false],[289,24,1,true,true,false],[289,39,1,true,false,false],[290,24,1,true,true,false],[290,39,1,true,false,false],[291,6,0,false,false,false],[293,45,1,true,true,false],[295,24,1,true,true,false],[295,42,1,true,false,false],[295,44,1,true,true,false],[295,56,1,true,false,false],[296,24,1,true,true,false],[296,36,1,true,false,false],[297,23,1,true,true,false],[297,35,1,true,false,false],[298,24,1,true,true,false],[298,39,1,true,false,false],[299,24,1,true,true,false],[299,39,1,true,false,false],[300,6,0,false,false,false],[302,57,1,true,true,false],[304,24,1,true,true,false],[304,42,1,true,false,false],[304,44,1,true,true,false],[304,56,1,true,false,false],[305,6,0,false,false,false],[307,48,1,true,true,false],[310,24,1,true,true,false],[310,50,1,true,false,false],[310,52,1,true,true,false],[310,63,1,true,false,false],[311,24,1,true,true,false],[311,44,1,true,false,false],[312,24,1,true,true,false],[312,44,1,true,false,false],[313,23,1,true,true,false],[313,46,1,true,false,false],[314,24,1,true,true,false],[314,47,1,true,false,false],[318,24,1,true,true,false],[318,48,1,true,false,false],[318,50,1,true,true,false],[318,61,1,true,false,false],[319,6,0,false,false,false],[321,48,1,true,true,false],[324,24,1,true,true,false],[324,50,1,true,false,false],[324,52,1,true,true,false],[324,60,1,true,false,false],[325,24,1,true,true,false],[325,44,1,true,false,false],[326,24,1,true,true,false],[326,44,1,true,false,false],[327,24,1,true,true,false],[327,47,1,true,false,false],[328,23,1,true,true,false],[328,46,1,true,false,false],[332,24,1,true,true,false],[332,48,1,true,false,false],[332,50,1,true,true,false],[332,58,1,true,false,false],[333,6,0,false,false,false],[335,49,1,true,true,false],[337,24,1,true,true,false],[337,43,1,true,false,false],[337,45,1,true,true,false],[337,85,1,true,false,false],[338,6,0,false,false,false],[340,49,1,true,true,false],[342,24,1,true,true,false],[342,43,1,true,false,false],[342,45,1,true,true,false],[342,77,1,true,false,false],[343,6,0,false,false,false],[345,52,1,true,true,false],[347,24,1,true,true,false],[347,43,1,true,false,false],[347,45,1,true,true,false],[347,80,1,true,false,false],[348,6,0,false,false,false],[350,52,1,true,true,false],[352,24,1,true,true,false],[352,43,1,true,false,false],[352,45,1,true,true,false],[352,88,1,true,false,false],[353,6,0,false,false,false],[355,63,1,true,true,false],[357,54,1,true,true,false],[358,80,1,true,true,false],[360,24,1,true,true,false],[360,32,1,true,false,false],[360,34,1,true,true,false],[360,41,1,true,false,false],[361,51,1,true,true,false],[362,28,1,true,true,false],[362,32,1,true,false,false],[362,34,1,true,true,false],[362,47,1,true,false,false],[363,28,1,true,true,false],[363,32,1,true,false,false],[363,34,1,true,true,false],[363,43,1,true,false,false],[364,16,0,true,true,false],[366,10,1,true,false,false],[367,6,0,false,false,false],[369,63,1,true,true,false],[371,54,1,true,true,false],[372,80,1,true,true,false],[374,24,1,true,true,false],[374,32,1,true,false,false],[374,34,1,true,true,false],[374,41,1,true,false,false],[375,51,1,true,true,false],[376,28,1,true,true,false],[376,32,1,true,false,false],[376,34,1,true,true,false],[376,53,1,true,false,false],[377,28,1,true,true,false],[377,32,1,true,false,false],[377,34,1,true,true,false],[377,47,1,true,false,false],[378,16,0,true,true,false],[380,10,1,true,false,false],[381,6,0,false,false,false],[383,48,1,true,true,false],[390,24,1,true,true,false],[390,35,1,true,false,false],[390,37,1,true,true,false],[390,41,1,true,false,false],[391,23,1,true,true,false],[391,46,1,true,false,false],[392,23,1,true,true,false],[392,40,1,true,false,false],[393,6,0,false,false,false],[395,48,1,true,true,false],[402,24,1,true,true,false],[402,35,1,true,false,false],[402,37,1,true,true,false],[402,41,1,true,false,false],[403,23,1,true,true,false],[403,46,1,true,false,false],[404,23,1,true,true,false],[404,40,1,true,false,false],[405,6,0,false,false,false],[407,68,1,true,true,false],[409,50,24,true,true,false],[409,64,1,true,false,false],[410,50,24,true,true,false],[410,64,1,true,false,false],[411,53,24,true,true,false],[411,70,1,true,false,false],[413,24,1,true,true,false],[413,43,1,true,false,false],[413,45,0,true,true,false],[413,89,1,true,false,false],[414,24,1,true,true,false],[414,43,1,true,false,false],[414,45,0,true,true,false],[414,89,1,true,false,false],[415,23,1,true,true,false],[415,45,1,true,false,false],[415,47,0,true,true,false],[415,98,1,true,false,false],[418,47,2,true,true,false],[418,64,1,true,false,false],[419,25,1,true,true,false],[419,38,1,true,false,false],[420,66,1,true,true,false],[421,28,1,true,true,false],[421,32,1,true,false,false],[421,34,1,true,true,false],[421,42,1,true,false,false],[422,28,1,true,true,false],[422,36,1,true,false,false],[422,38,1,true,true,false],[422,56,1,true,false,false],[424,6,0,false,false,false],[428,71,1,true,true,false],[437,52,1,true,true,false],[438,84,1,true,true,false],[440,24,1,true,true,false],[440,46,1,true,false,false],[440,48,1,true,true,false],[440,49,1,true,false,false],[441,23,1,true,true,false],[441,58,1,true,false,false],[442,23,1,true,true,false],[442,58,1,true,false,false],[443,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":206,"covered":203,"percent":98.543689320388353},"instantiations":{"count":206,"covered":203,"percent":98.543689320388353},"lines":{"count":552,"covered":545,"percent":98.731884057971016},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":227,"covered":222,"notcovered":5,"percent":97.797356828193841}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift","mcdc_records":[],"segments":[[8,60,1,true,true,false],[27,24,1,true,true,false],[27,39,1,true,false,false],[27,41,1,true,true,false],[27,42,1,true,false,false],[28,24,1,true,true,false],[28,49,1,true,false,false],[28,51,1,true,true,false],[28,54,1,true,false,false],[29,24,1,true,true,false],[29,63,1,true,false,false],[29,65,1,true,true,false],[29,90,1,true,false,false],[30,6,0,false,false,false],[32,53,1,true,true,false],[51,23,1,true,true,false],[51,40,1,true,false,false],[52,6,0,false,false,false],[54,48,1,true,true,false],[73,23,1,true,true,false],[73,40,1,true,false,false],[74,6,0,false,false,false],[76,62,1,true,true,false],[98,23,1,true,true,false],[98,40,1,true,false,false],[99,6,0,false,false,false],[101,41,1,true,true,false],[126,24,1,true,true,false],[126,39,1,true,false,false],[126,41,1,true,true,false],[126,42,1,true,false,false],[127,42,2,true,true,false],[127,52,1,true,false,false],[128,24,1,true,true,false],[128,36,1,true,false,false],[128,38,1,true,true,false],[128,48,1,true,false,false],[129,6,0,false,false,false],[133,59,1,true,true,false],[159,24,1,true,true,false],[159,49,1,true,false,false],[159,51,1,true,true,false],[159,52,1,true,false,false],[161,24,1,true,true,false],[161,49,1,true,false,false],[161,51,1,true,true,false],[161,52,1,true,false,false],[162,24,1,true,true,false],[162,57,1,true,false,false],[162,59,1,true,true,false],[162,65,1,true,false,false],[163,6,0,false,false,false],[165,45,1,true,true,false],[188,25,1,true,true,false],[188,54,1,true,false,false],[189,22,1,true,true,false],[189,51,1,true,false,false],[190,6,0,false,false,false],[192,57,1,true,true,false],[204,24,1,true,true,false],[204,53,1,true,false,false],[204,55,1,true,true,false],[204,56,1,true,false,false],[205,6,0,false,false,false],[207,51,1,true,true,false],[221,24,1,true,true,false],[221,53,1,true,false,false],[221,55,1,true,true,false],[221,56,1,true,false,false],[222,24,1,true,true,false],[222,61,1,true,false,false],[222,63,1,true,true,false],[222,68,1,true,false,false],[223,6,0,false,false,false],[225,59,1,true,true,false],[249,24,1,true,true,false],[249,49,1,true,false,false],[249,51,1,true,true,false],[249,52,1,true,false,false],[250,24,1,true,true,false],[250,52,1,true,false,false],[250,54,1,true,true,false],[250,58,1,true,false,false],[251,23,1,true,true,false],[251,71,1,true,false,false],[254,24,1,true,true,false],[254,49,1,true,false,false],[254,51,1,true,true,false],[254,52,1,true,false,false],[255,24,1,true,true,false],[255,53,2,true,true,false],[255,73,1,true,false,false],[256,23,1,true,true,false],[256,52,1,true,true,false],[256,72,1,true,false,false],[257,23,1,true,true,false],[257,52,2,true,true,false],[257,72,1,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":51,"percent":100},"instantiations":{"count":51,"covered":51,"percent":100},"lines":{"count":281,"covered":281,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":51,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift","mcdc_records":[],"segments":[[6,68,1,true,true,false],[13,24,1,true,true,false],[13,43,1,true,false,false],[13,45,0,true,true,false],[13,99,1,true,false,false],[14,24,1,true,true,false],[14,47,1,true,false,false],[14,49,1,true,true,false],[14,70,1,true,false,false],[15,6,0,false,false,false],[17,50,1,true,true,false],[20,96,1,true,true,false],[40,48,1,true,true,false],[43,40,17,true,true,false],[43,44,1,true,false,false],[44,40,1,true,true,false],[44,44,1,true,false,false],[45,79,16,true,true,false],[45,83,1,true,false,false],[48,13,1,true,true,false],[48,48,1,true,false,false],[49,13,0,true,true,false],[49,69,1,true,false,false],[52,13,1,true,true,false],[52,49,1,true,false,false],[53,13,0,true,true,false],[53,70,1,true,false,false],[55,6,0,false,false,false],[57,78,1,true,true,false],[60,96,1,true,true,false],[76,77,1,true,true,false],[77,36,1,true,true,false],[82,32,1,true,true,false],[82,83,1,true,false,false],[83,25,1,true,true,false],[83,28,1,true,false,false],[84,24,1,true,true,false],[84,40,1,true,false,false],[84,42,1,true,true,false],[84,53,1,true,false,false],[85,24,1,true,true,false],[85,54,1,true,false,false],[85,56,1,true,true,false],[85,63,1,true,false,false],[86,24,1,true,true,false],[86,60,1,true,false,false],[86,62,1,true,true,false],[86,73,1,true,false,false],[87,24,1,true,true,false],[87,43,1,true,false,false],[87,45,1,true,true,false],[87,88,1,true,false,false],[88,6,0,false,false,false],[90,77,1,true,true,false],[93,96,1,true,true,false],[98,20,1,true,true,false],[98,73,1,true,false,false],[99,16,0,true,true,false],[102,10,1,true,true,false],[106,49,1,true,true,false],[107,36,1,true,true,false],[112,40,16,true,true,false],[112,44,1,true,false,false],[113,63,16,true,true,false],[113,67,1,true,false,false],[116,13,1,true,true,false],[116,23,1,true,false,false],[116,25,1,true,true,false],[116,34,1,true,false,false],[117,13,0,true,true,false],[117,99,1,true,false,false],[119,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":27,"percent":87.096774193548384},"instantiations":{"count":31,"covered":27,"percent":87.096774193548384},"lines":{"count":138,"covered":132,"percent":95.652173913043484},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":36,"notcovered":5,"percent":87.804878048780495}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift","mcdc_records":[],"segments":[[9,84,12,true,true,false],[14,96,12,true,true,false],[28,34,12,true,false,false],[29,6,0,false,false,false],[34,70,1,true,true,false],[40,96,1,true,true,false],[56,58,1,true,true,false],[58,10,1,true,false,false],[60,24,1,true,true,false],[60,57,1,true,true,false],[60,108,1,true,false,false],[65,23,1,true,true,false],[65,56,2,true,true,false],[65,109,1,true,true,false],[65,121,2,true,false,false],[65,123,1,true,false,false],[69,23,1,true,true,false],[69,42,2,true,true,false],[69,95,1,true,true,false],[69,107,2,true,false,false],[69,109,1,true,false,false],[70,6,0,false,false,false],[72,62,1,true,true,false],[74,54,3,true,true,false],[74,105,1,true,false,false],[80,13,1,true,true,false],[80,54,1,true,false,false],[81,13,0,true,true,false],[81,85,1,true,false,false],[83,23,1,true,true,false],[83,55,1,true,false,false],[83,57,0,true,true,false],[83,99,1,true,false,false],[84,6,0,false,false,false],[88,45,1,true,true,false],[91,24,1,true,true,false],[91,38,1,true,false,false],[91,40,1,true,true,false],[91,42,1,true,false,false],[91,44,0,true,true,false],[91,82,1,true,false,false],[94,23,1,true,true,false],[94,41,1,true,true,false],[94,63,1,true,true,false],[94,82,1,true,false,false],[94,86,0,true,true,false],[94,120,1,true,false,false],[95,23,1,true,true,false],[95,41,2,true,true,false],[95,63,1,true,true,false],[95,82,2,true,false,false],[95,84,1,true,false,false],[95,86,0,true,true,false],[95,118,1,true,false,false],[96,23,1,true,true,false],[96,41,7,true,true,false],[96,63,1,true,true,false],[96,82,7,true,false,false],[96,84,1,true,false,false],[96,86,0,true,true,false],[96,119,1,true,false,false],[97,23,1,true,true,false],[97,41,8,true,true,false],[97,63,1,true,true,false],[97,80,8,true,false,false],[97,82,1,true,false,false],[97,84,0,true,true,false],[97,113,1,true,false,false],[98,23,1,true,true,false],[98,41,10,true,true,false],[98,64,1,true,true,false],[98,83,10,true,false,false],[98,85,1,true,false,false],[98,87,0,true,true,false],[98,111,1,true,false,false],[99,23,1,true,true,false],[99,41,12,true,true,false],[99,64,1,true,true,false],[99,83,12,true,false,false],[99,85,1,true,false,false],[99,87,0,true,true,false],[99,116,1,true,false,false],[100,6,0,false,false,false],[102,48,1,true,true,false],[105,24,1,true,true,false],[105,38,1,true,false,false],[105,40,1,true,true,false],[105,42,1,true,false,false],[105,44,0,true,true,false],[105,82,1,true,false,false],[108,27,12,true,true,false],[111,17,12,true,true,false],[111,35,78,true,true,false],[111,56,12,true,true,false],[111,72,78,true,false,false],[111,74,12,true,false,false],[112,17,0,true,true,false],[112,68,12,true,false,false],[114,10,1,true,true,false],[115,6,0,false,false,false],[117,42,1,true,true,false],[119,24,1,true,true,false],[119,62,1,true,false,false],[119,64,1,true,true,false],[119,70,1,true,false,false],[120,24,1,true,true,false],[120,63,1,true,false,false],[120,65,1,true,true,false],[120,74,1,true,false,false],[123,23,1,true,true,false],[123,60,1,true,false,false],[124,24,1,true,true,false],[124,64,1,true,false,false],[125,6,0,false,false,false],[130,77,1,true,true,false],[131,57,1,true,true,false],[135,40,1,true,true,false],[138,10,1,true,false,false],[143,23,1,true,true,false],[143,29,1,true,false,false],[143,31,0,true,true,false],[143,68,1,true,false,false],[150,23,1,true,true,false],[150,29,1,true,false,false],[150,31,0,true,true,false],[150,82,1,true,false,false],[151,25,1,true,true,false],[151,40,1,true,false,false],[151,42,0,true,true,false],[151,83,1,true,false,false],[153,13,1,true,true,false],[153,66,0,true,true,false],[153,71,1,true,false,false],[154,13,0,true,true,false],[154,58,1,true,false,false],[158,24,1,true,true,false],[158,49,1,true,false,false],[158,51,1,true,true,false],[158,52,1,true,false,false],[158,54,0,true,true,false],[158,82,1,true,false,false],[160,13,1,true,true,false],[160,42,2,true,true,false],[160,66,2,true,true,false],[160,84,2,true,false,false],[160,88,1,true,true,false],[160,100,2,true,false,false],[160,102,1,true,false,false],[161,13,0,true,true,false],[161,59,1,true,false,false],[163,6,0,false,false,false],[166,77,1,true,true,false],[167,57,1,true,true,false],[171,40,1,true,true,false],[174,10,1,true,false,false],[178,23,1,true,true,false],[178,56,1,true,true,false],[178,109,1,true,true,false],[178,121,1,true,false,false],[185,23,1,true,true,false],[185,28,1,true,false,false],[185,30,0,true,true,false],[185,74,1,true,false,false],[186,25,1,true,true,false],[186,40,1,true,false,false],[186,42,0,true,true,false],[186,83,1,true,false,false],[188,13,1,true,true,false],[188,66,0,true,true,false],[188,71,1,true,false,false],[189,13,0,true,true,false],[189,58,1,true,false,false],[192,13,1,true,true,false],[192,46,1,true,true,false],[192,99,1,true,true,false],[192,111,1,true,false,false],[193,13,0,true,true,false],[193,56,1,true,false,false],[195,6,0,false,false,false],[198,90,1,true,true,false],[199,57,1,true,true,false],[203,40,1,true,true,false],[206,10,1,true,false,false],[228,23,1,true,true,false],[228,28,1,true,false,false],[228,30,0,true,true,false],[228,90,1,true,false,false],[229,25,1,true,true,false],[229,40,1,true,false,false],[229,42,0,true,true,false],[229,83,1,true,false,false],[231,13,1,true,true,false],[231,63,0,true,true,false],[231,68,1,true,false,false],[232,13,0,true,true,false],[232,58,1,true,false,false],[235,13,1,true,true,false],[235,46,1,true,true,false],[235,82,1,true,true,false],[235,94,1,true,false,false],[236,13,0,true,true,false],[236,56,1,true,false,false],[238,6,0,false,false,false],[241,70,1,true,true,false],[242,57,1,true,true,false],[246,40,1,true,true,false],[249,10,1,true,false,false],[258,43,1,true,true,false],[258,65,1,true,false,false],[259,43,2,true,true,false],[259,65,1,true,false,false],[263,22,1,true,true,false],[263,37,1,true,false,false],[263,39,0,true,true,false],[263,69,1,true,false,false],[267,25,1,true,true,false],[267,40,1,true,false,false],[267,42,0,true,true,false],[267,83,1,true,false,false],[270,55,2,true,true,false],[270,66,1,true,false,false],[271,24,1,true,true,false],[271,42,1,true,false,false],[271,44,1,true,true,false],[271,45,1,true,false,false],[271,47,0,true,true,false],[271,84,1,true,false,false],[272,23,1,true,true,false],[272,45,1,true,true,false],[272,66,1,true,false,false],[272,68,0,true,true,false],[272,96,1,true,false,false],[273,6,0,false,false,false],[276,61,1,true,true,false],[277,57,1,true,true,false],[281,29,0,true,true,false],[281,53,1,true,false,false],[291,22,1,true,true,false],[291,37,1,true,false,false],[291,39,0,true,true,false],[291,90,1,true,false,false],[292,24,1,true,true,false],[292,49,1,true,false,false],[292,51,1,true,true,false],[292,52,1,true,false,false],[293,6,0,false,false,false],[296,57,1,true,true,false],[297,57,1,true,true,false],[301,29,0,true,true,false],[301,53,1,true,false,false],[311,22,1,true,true,false],[311,37,1,true,false,false],[311,39,0,true,true,false],[311,92,1,true,false,false],[312,6,0,false,false,false],[315,62,1,true,true,false],[316,57,1,true,true,false],[320,40,1,true,true,false],[323,10,1,true,false,false],[333,25,1,true,true,false],[333,40,1,true,false,false],[334,23,1,true,true,false],[334,76,0,true,true,false],[334,81,1,true,false,false],[334,83,0,true,true,false],[334,116,1,true,false,false],[335,6,0,false,false,false],[338,67,1,true,true,false],[339,57,1,true,true,false],[343,29,0,true,true,false],[343,53,1,true,false,false],[368,22,1,true,true,false],[368,37,1,true,false,false],[368,39,0,true,true,false],[368,99,1,true,false,false],[370,25,1,true,true,false],[370,46,1,true,true,false],[370,67,1,true,false,false],[371,22,1,true,true,false],[371,43,2,true,true,false],[371,65,1,true,false,false],[372,6,0,false,false,false],[377,68,1,true,true,false],[378,57,1,true,true,false],[424,24,1,true,true,false],[424,53,1,true,false,false],[424,55,1,true,true,false],[424,56,1,true,false,false],[425,24,1,true,true,false],[425,49,1,true,false,false],[425,51,1,true,true,false],[425,52,1,true,false,false],[431,24,1,true,true,false],[431,53,1,true,false,false],[431,55,1,true,true,false],[431,56,1,true,false,false],[432,24,1,true,true,false],[432,57,2,true,true,false],[432,98,1,true,false,false],[433,23,1,true,true,false],[433,56,1,true,true,false],[433,80,1,true,false,false],[434,23,1,true,true,false],[434,56,2,true,true,false],[434,81,1,true,false,false],[437,24,1,true,true,false],[437,49,1,true,false,false],[437,51,1,true,true,false],[437,52,1,true,false,false],[438,24,1,true,true,false],[438,53,1,true,true,false],[438,94,1,true,false,false],[439,23,1,true,true,false],[439,52,1,true,true,false],[439,73,1,true,true,false],[439,89,1,true,false,false],[440,6,0,false,false,false],[443,63,1,true,true,false],[444,63,1,true,true,false],[451,24,1,true,true,false],[451,49,1,true,false,false],[451,51,1,true,true,false],[451,52,1,true,false,false],[456,24,1,true,true,false],[456,49,1,true,false,false],[456,51,1,true,true,false],[456,52,1,true,false,false],[462,24,1,true,true,false],[462,41,1,true,false,false],[462,43,1,true,true,false],[462,44,1,true,false,false],[462,46,0,true,true,false],[462,101,1,true,false,false],[463,6,0,false,false,false],[466,57,1,true,true,false],[467,57,1,true,true,false],[482,24,1,true,true,false],[482,53,1,true,false,false],[482,55,1,true,true,false],[482,56,1,true,false,false],[487,24,1,true,true,false],[487,53,1,true,false,false],[487,55,1,true,true,false],[487,56,1,true,false,false],[487,58,0,true,true,false],[487,100,1,true,false,false],[488,6,0,false,false,false],[491,66,1,true,true,false],[492,57,1,true,true,false],[522,24,1,true,true,false],[522,53,1,true,false,false],[522,55,1,true,true,false],[522,56,1,true,false,false],[523,23,1,true,true,false],[523,56,1,true,true,false],[523,76,1,true,false,false],[524,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":186,"covered":144,"percent":77.41935483870968},"instantiations":{"count":186,"covered":144,"percent":77.41935483870968},"lines":{"count":663,"covered":621,"percent":93.665158371040718},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":202,"covered":160,"notcovered":42,"percent":79.207920792079207}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift","mcdc_records":[],"segments":[[7,54,1,true,true,false],[12,49,1,true,true,false],[16,72,1,true,true,false],[19,24,1,true,true,false],[19,39,1,true,false,false],[19,41,0,true,true,false],[19,74,1,true,false,false],[21,13,1,true,true,false],[21,56,1,true,false,false],[22,13,0,true,true,false],[22,48,1,true,false,false],[25,13,1,true,true,false],[25,39,1,true,false,false],[26,13,0,true,true,false],[26,49,1,true,false,false],[29,13,1,true,true,false],[29,39,1,true,false,false],[30,13,0,true,true,false],[30,49,1,true,false,false],[33,13,1,true,true,false],[33,41,1,true,false,false],[34,13,0,true,true,false],[34,51,1,true,false,false],[40,13,1,true,true,false],[40,41,0,true,true,false],[40,65,1,true,false,false],[40,69,0,true,true,false],[40,93,1,true,false,false],[41,13,0,true,true,false],[41,64,1,true,false,false],[43,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":7,"percent":46.666666666666664},"instantiations":{"count":15,"covered":7,"percent":46.666666666666664},"lines":{"count":51,"covered":43,"percent":84.313725490196077},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":9,"notcovered":8,"percent":52.941176470588239}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift","mcdc_records":[],"segments":[[7,44,8,true,true,false],[7,51,0,false,false,false],[9,35,1,true,true,false],[12,42,0,true,true,false],[14,17,0,true,true,false],[14,55,0,true,false,false],[15,17,0,true,true,false],[15,53,0,true,false,false],[17,10,1,true,false,false],[18,23,1,true,true,false],[18,50,1,true,false,false],[18,52,0,true,true,false],[18,85,1,true,false,false],[19,23,1,true,true,false],[19,50,1,true,false,false],[19,52,0,true,true,false],[19,88,1,true,false,false],[20,22,1,true,true,false],[20,49,1,true,false,false],[20,51,0,true,true,false],[20,85,1,true,false,false],[21,6,0,false,false,false],[23,43,1,true,true,false],[37,24,1,true,true,false],[37,49,1,true,false,false],[37,51,1,true,true,false],[37,52,1,true,false,false],[37,54,0,true,true,false],[37,82,1,true,false,false],[38,24,1,true,true,false],[38,56,1,true,false,false],[38,58,1,true,true,false],[38,70,1,true,false,false],[42,23,1,true,true,false],[42,50,1,true,false,false],[42,52,0,true,true,false],[42,92,1,true,false,false],[43,6,0,false,false,false],[45,39,1,true,true,false],[50,25,1,true,true,false],[50,43,1,true,false,false],[51,25,1,true,true,false],[51,42,1,true,false,false],[52,6,0,false,false,false],[54,40,1,true,true,false],[59,25,1,true,true,false],[59,42,1,true,false,false],[60,6,0,false,false,false],[62,40,1,true,true,false],[69,24,1,true,true,false],[69,49,1,true,false,false],[69,51,1,true,true,false],[69,52,1,true,false,false],[69,54,0,true,true,false],[69,79,1,true,false,false],[70,24,1,true,true,false],[70,56,1,true,false,false],[70,58,1,true,true,false],[70,64,1,true,false,false],[71,24,1,true,true,false],[71,57,1,true,false,false],[71,59,1,true,true,false],[71,67,1,true,false,false],[72,6,0,false,false,false],[74,41,1,true,true,false],[77,24,1,true,true,false],[77,42,1,true,false,false],[77,44,0,true,true,false],[77,77,1,true,false,false],[78,23,1,true,true,false],[78,57,1,true,false,false],[78,59,0,true,true,false],[78,99,1,true,false,false],[79,6,0,false,false,false],[81,41,1,true,true,false],[86,25,1,true,true,false],[86,36,1,true,false,false],[87,6,0,false,false,false],[89,50,1,true,true,false],[96,27,1,true,true,false],[96,35,1,true,false,false],[96,37,1,true,true,false],[96,41,1,true,false,false],[96,43,0,true,true,false],[96,96,1,true,false,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":31,"percent":73.80952380952381},"instantiations":{"count":42,"covered":31,"percent":73.80952380952381},"lines":{"count":116,"covered":100,"percent":86.206896551724128},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":31,"notcovered":12,"percent":72.093023255813947}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift","mcdc_records":[],"segments":[[10,34,1,true,true,false],[18,6,0,false,false,false],[21,41,1,true,true,false],[28,6,0,false,false,false],[31,34,1,true,true,false],[40,6,0,false,false,false],[43,36,1,true,true,false],[50,6,0,false,false,false],[53,28,1,true,true,false],[60,6,0,false,false,false],[63,36,1,true,true,false],[66,6,0,false,false,false],[69,29,1,true,true,false],[72,6,0,false,false,false],[75,30,1,true,true,false],[78,6,0,false,false,false],[81,40,1,true,true,false],[86,6,0,false,false,false],[89,32,1,true,true,false],[95,6,0,false,false,false],[100,34,1,true,true,false],[108,6,0,false,false,false],[111,41,1,true,true,false],[119,6,0,false,false,false],[122,37,1,true,true,false],[131,6,0,false,false,false],[134,35,1,true,true,false],[142,6,0,false,false,false],[145,32,1,true,true,false],[152,6,0,false,false,false],[155,32,1,true,true,false],[161,6,0,false,false,false],[164,38,1,true,true,false],[169,6,0,false,false,false],[172,32,1,true,true,false],[176,6,0,false,false,false],[179,40,1,true,true,false],[182,6,0,false,false,false],[185,27,1,true,true,false],[188,6,0,false,false,false],[191,31,1,true,true,false],[198,6,0,false,false,false],[207,35,1,true,true,false],[213,6,0,false,false,false],[217,47,1,true,true,false],[221,53,1,true,true,false],[223,10,1,true,false,false],[223,16,0,true,true,false],[225,10,1,true,false,false],[226,6,0,false,false,false],[230,52,1,true,true,false],[236,53,1,true,true,false],[238,10,1,true,false,false],[238,16,0,true,true,false],[240,10,1,true,false,false],[241,6,0,false,false,false],[245,34,1,true,true,false],[247,49,1,true,true,false],[249,10,1,true,false,false],[259,6,0,false,false,false],[263,41,1,true,true,false],[266,48,1,true,true,false],[269,10,1,true,false,false],[280,6,0,false,false,false],[284,35,1,true,true,false],[289,6,0,false,false,false],[293,33,1,true,true,false],[298,6,0,false,false,false],[302,36,1,true,true,false],[312,6,0,false,false,false],[316,54,1,true,true,false],[324,53,1,true,true,false],[326,10,1,true,false,false],[326,16,0,true,true,false],[328,10,1,true,false,false],[329,6,0,false,false,false],[333,41,1,true,true,false],[335,43,1,true,true,false],[337,10,1,true,false,false],[346,6,0,false,false,false],[354,28,1,true,true,false],[360,6,0,false,false,false],[363,34,1,true,true,false],[369,6,0,false,false,false],[373,53,1,true,true,false],[377,53,1,true,true,false],[379,10,1,true,false,false],[379,16,0,true,true,false],[381,10,1,true,false,false],[382,6,0,false,false,false],[386,46,1,true,true,false],[390,49,1,true,true,false],[392,10,1,true,false,false],[392,16,0,true,true,false],[394,10,1,true,false,false],[395,6,0,false,false,false],[399,32,1,true,true,false],[407,6,0,false,false,false],[413,28,1,true,true,false],[419,6,0,false,false,false],[422,34,1,true,true,false],[428,6,0,false,false,false],[432,53,1,true,true,false],[436,53,1,true,true,false],[438,10,1,true,false,false],[438,16,0,true,true,false],[440,10,1,true,false,false],[441,6,0,false,false,false],[445,44,1,true,true,false],[452,49,1,true,true,false],[454,10,1,true,false,false],[454,16,0,true,true,false],[456,10,1,true,false,false],[457,6,0,false,false,false],[461,52,1,true,true,false],[473,49,1,true,true,false],[475,10,1,true,false,false],[475,16,0,true,true,false],[477,10,1,true,false,false],[478,6,0,false,false,false],[482,44,1,true,true,false],[494,62,1,true,true,false],[497,10,1,true,false,false],[505,6,0,false,false,false],[509,40,1,true,true,false],[517,61,1,true,true,false],[519,10,1,true,false,false],[525,6,0,false,false,false],[531,90,7,true,true,false],[532,16,7,true,true,false],[532,26,7,true,false,false],[533,9,7,true,true,false],[534,17,7,true,false,false],[535,9,0,true,true,false],[536,19,7,true,false,false],[537,9,0,true,true,false],[538,19,7,true,false,false],[539,9,0,true,true,false],[540,31,7,true,false,false],[541,9,0,true,true,false],[542,18,7,true,false,false],[543,10,7,true,true,false],[544,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":49,"percent":100},"instantiations":{"count":49,"covered":49,"percent":100},"lines":{"count":430,"covered":410,"percent":95.348837209302332},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":60,"notcovered":12,"percent":83.333333333333343}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift","mcdc_records":[],"segments":[[7,63,1,true,true,false],[9,96,1,true,true,false],[16,47,1,true,true,false],[19,10,1,true,false,false],[21,77,1,true,true,false],[22,77,1,true,true,false],[23,79,1,true,true,false],[26,24,1,true,true,false],[26,37,1,true,false,false],[26,39,1,true,true,false],[26,40,1,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":4,"percent":100},"instantiations":{"count":4,"covered":4,"percent":100},"lines":{"count":28,"covered":28,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":8,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift","mcdc_records":[],"segments":[[21,40,12,true,true,false],[22,32,12,true,true,false],[32,28,7,true,true,false],[34,53,0,true,true,false],[34,58,7,true,false,false],[35,14,12,true,false,false],[36,27,0,true,true,false],[39,14,12,true,false,false],[41,6,0,false,false,false],[43,43,12,true,true,false],[50,35,12,true,true,false],[51,6,0,false,false,false],[55,42,1,true,true,false],[56,25,1,true,true,false],[56,32,1,true,false,false],[56,34,0,true,true,false],[56,65,1,true,false,false],[57,6,0,false,false,false],[61,59,1,true,true,false],[66,25,1,true,true,false],[66,42,1,true,false,false],[66,44,0,true,true,false],[66,70,1,true,false,false],[67,23,1,true,true,false],[67,64,0,true,true,false],[67,69,1,true,false,false],[67,71,0,true,true,false],[67,102,1,true,false,false],[68,6,0,false,false,false],[70,63,1,true,true,false],[73,24,1,true,true,false],[73,38,1,true,false,false],[73,40,0,true,true,false],[73,77,1,true,false,false],[74,23,1,true,true,false],[74,61,0,true,true,false],[74,97,1,true,false,false],[74,99,0,true,true,false],[74,140,1,true,false,false],[75,22,1,true,true,false],[75,39,1,true,false,false],[75,41,0,true,true,false],[75,84,1,true,false,false],[76,6,0,false,false,false],[80,65,1,true,true,false],[92,23,1,true,true,false],[92,41,0,true,true,false],[92,56,1,true,false,false],[92,58,0,true,true,false],[92,91,1,true,false,false],[93,6,0,false,false,false],[95,70,1,true,true,false],[102,25,1,true,true,false],[102,31,1,true,false,false],[102,33,0,true,true,false],[102,57,1,true,false,false],[103,6,0,false,false,false],[107,68,1,true,true,false],[119,12,1,true,true,false],[119,26,1,true,false,false],[119,27,1,true,true,false],[120,27,1,true,true,false],[120,46,1,true,false,false],[120,48,0,true,true,false],[120,87,1,true,false,false],[122,6,0,false,false,false],[124,101,1,true,true,false],[140,12,1,true,true,false],[140,31,1,true,false,false],[140,32,1,true,true,false],[141,27,1,true,true,false],[141,41,1,true,false,false],[141,43,0,true,true,false],[141,109,1,true,false,false],[142,28,1,true,true,false],[142,42,1,true,false,false],[142,44,1,true,true,false],[142,77,1,true,false,false],[144,6,0,false,false,false],[148,55,1,true,true,false],[162,40,7,true,true,false],[162,65,1,true,false,false],[163,42,7,true,true,false],[163,69,1,true,false,false],[164,39,5,true,true,false],[164,68,1,true,false,false],[165,37,7,true,true,false],[165,59,1,true,false,false],[172,23,1,true,true,false],[172,37,1,true,false,false],[172,39,0,true,true,false],[172,68,1,true,false,false],[173,23,1,true,true,false],[173,39,1,true,false,false],[173,41,0,true,true,false],[173,72,1,true,false,false],[174,23,1,true,true,false],[174,36,1,true,false,false],[174,38,0,true,true,false],[174,66,1,true,false,false],[175,23,1,true,true,false],[175,34,1,true,false,false],[175,36,0,true,true,false],[175,74,1,true,false,false],[176,6,0,false,false,false],[178,66,1,true,true,false],[192,40,1,true,true,false],[192,65,1,true,false,false],[193,37,1,true,true,false],[193,59,1,true,false,false],[200,23,1,true,true,false],[200,37,1,true,false,false],[200,39,0,true,true,false],[200,68,1,true,false,false],[203,23,1,true,true,false],[203,37,1,true,false,false],[203,39,0,true,true,false],[203,80,1,true,false,false],[204,23,1,true,true,false],[204,34,1,true,false,false],[204,36,0,true,true,false],[204,86,1,true,false,false],[205,6,0,false,false,false],[209,48,1,true,true,false],[212,28,0,true,true,false],[212,36,1,true,false,false],[213,27,1,true,true,false],[215,14,1,true,false,false],[219,24,1,true,true,false],[219,39,1,true,false,false],[219,41,1,true,true,false],[219,42,1,true,false,false],[219,44,0,true,true,false],[219,71,1,true,false,false],[220,24,1,true,true,false],[220,46,1,true,false,false],[220,48,1,true,true,false],[220,54,1,true,false,false],[220,56,0,true,true,false],[220,84,1,true,false,false],[221,6,0,false,false,false],[223,59,1,true,true,false],[227,28,0,true,true,false],[227,36,1,true,false,false],[228,27,1,true,true,false],[230,14,1,true,false,false],[234,22,1,true,true,false],[234,30,1,true,false,false],[234,32,0,true,true,false],[234,70,1,true,false,false],[235,6,0,false,false,false],[237,52,1,true,true,false],[240,28,0,true,true,false],[240,36,1,true,false,false],[241,27,1,true,true,false],[243,14,1,true,false,false],[247,22,1,true,true,false],[247,30,1,true,false,false],[247,32,0,true,true,false],[247,70,1,true,false,false],[248,6,0,false,false,false],[252,63,7,true,true,false],[256,76,7,true,true,false],[258,24,7,true,false,false],[259,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":79,"covered":50,"percent":63.291139240506332},"instantiations":{"count":79,"covered":50,"percent":63.291139240506332},"lines":{"count":287,"covered":255,"percent":88.850174216027881},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":57,"notcovered":29,"percent":66.279069767441854}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift","mcdc_records":[],"segments":[[9,35,28,true,true,false],[14,6,28,true,false,false],[14,8,0,false,false,false],[16,52,27,true,true,false],[16,94,0,false,false,false],[20,51,1,true,true,false],[24,23,1,true,true,false],[24,49,1,true,false,false],[24,51,0,true,true,false],[24,89,1,true,false,false],[26,13,1,true,true,false],[26,57,1,true,false,false],[26,59,0,true,true,false],[26,101,1,true,false,false],[28,23,1,true,true,false],[28,49,1,true,false,false],[28,51,0,true,true,false],[28,89,1,true,false,false],[29,23,1,true,true,false],[29,56,1,true,false,false],[29,58,0,true,true,false],[29,98,1,true,false,false],[31,13,1,true,true,false],[31,80,1,true,false,false],[32,13,0,true,true,false],[32,67,1,true,false,false],[35,13,1,true,true,false],[35,84,1,true,false,false],[36,13,0,true,true,false],[36,77,1,true,false,false],[39,13,1,true,true,false],[39,43,1,true,false,false],[40,13,0,true,true,false],[40,53,1,true,false,false],[42,23,1,true,true,false],[42,46,1,true,false,false],[42,48,0,true,true,false],[42,80,1,true,false,false],[43,23,1,true,true,false],[43,45,1,true,false,false],[43,47,0,true,true,false],[43,78,1,true,false,false],[44,23,1,true,true,false],[44,44,1,true,false,false],[44,46,0,true,true,false],[44,84,1,true,false,false],[45,23,1,true,true,false],[45,46,1,true,false,false],[45,48,0,true,true,false],[45,89,1,true,false,false],[46,6,0,false,false,false],[48,54,1,true,true,false],[57,13,1,true,true,false],[57,80,1,true,false,false],[58,13,0,true,true,false],[58,82,1,true,false,false],[61,13,1,true,true,false],[61,43,1,true,false,false],[62,13,0,true,true,false],[62,53,1,true,false,false],[64,23,1,true,true,false],[64,46,1,true,false,false],[64,48,0,true,true,false],[64,87,1,true,false,false],[65,23,1,true,true,false],[65,45,1,true,false,false],[65,47,0,true,true,false],[65,85,1,true,false,false],[66,23,1,true,true,false],[66,43,1,true,false,false],[66,45,0,true,true,false],[66,76,1,true,false,false],[67,23,1,true,true,false],[67,43,1,true,false,false],[67,45,0,true,true,false],[67,76,1,true,false,false],[68,6,0,false,false,false],[70,51,1,true,true,false],[73,23,1,true,true,false],[73,49,1,true,false,false],[73,51,0,true,true,false],[73,87,1,true,false,false],[75,13,1,true,true,false],[75,84,1,true,false,false],[76,13,0,true,true,false],[76,71,1,true,false,false],[79,13,1,true,true,false],[79,47,1,true,false,false],[80,13,0,true,true,false],[80,75,1,true,false,false],[82,23,1,true,true,false],[82,44,1,true,false,false],[82,46,0,true,true,false],[82,78,1,true,false,false],[83,6,0,false,false,false],[85,65,1,true,true,false],[95,25,56,true,true,false],[95,53,1,true,true,false],[95,109,56,true,false,false],[95,111,1,true,false,false],[100,25,56,true,true,false],[101,54,1,true,true,false],[101,110,56,true,false,false],[102,18,1,true,false,false],[105,24,1,true,true,false],[105,35,1,true,false,false],[105,37,1,true,true,false],[105,38,1,true,false,false],[105,40,0,true,true,false],[105,81,1,true,false,false],[106,24,1,true,true,false],[106,37,1,true,false,false],[106,39,1,true,true,false],[106,40,1,true,false,false],[106,42,0,true,true,false],[106,85,1,true,false,false],[107,6,0,false,false,false],[109,63,1,true,true,false],[135,13,1,true,true,false],[135,39,1,true,false,false],[135,41,0,true,true,false],[135,102,1,true,false,false],[139,13,1,true,true,false],[139,51,1,true,false,false],[140,13,0,true,true,false],[140,70,1,true,false,false],[142,23,1,true,true,false],[142,49,1,true,false,false],[143,23,1,true,true,false],[143,56,1,true,false,false],[145,13,1,true,true,false],[145,46,1,true,false,false],[146,13,0,true,true,false],[146,78,1,true,false,false],[148,6,0,false,false,false],[150,66,1,true,true,false],[168,23,1,true,true,false],[168,51,1,true,false,false],[168,53,0,true,true,false],[168,91,1,true,false,false],[170,13,1,true,true,false],[170,45,1,true,false,false],[170,47,0,true,true,false],[170,99,1,true,false,false],[174,13,1,true,true,false],[174,54,1,true,false,false],[175,13,0,true,true,false],[175,66,1,true,false,false],[179,23,1,true,true,false],[179,46,1,true,false,false],[179,48,0,true,true,false],[179,85,1,true,false,false],[182,60,2,true,true,false],[182,82,1,true,true,false],[182,100,2,true,false,false],[182,102,1,true,false,false],[183,25,1,true,true,false],[183,30,1,true,false,false],[183,32,0,true,true,false],[183,70,1,true,false,false],[184,24,1,true,true,false],[184,51,0,true,true,false],[184,55,1,true,false,false],[184,57,0,true,true,false],[184,100,1,true,false,false],[187,23,1,true,true,false],[187,48,1,true,false,false],[187,50,0,true,true,false],[187,94,1,true,false,false],[189,13,1,true,true,false],[189,36,1,true,false,false],[189,38,0,true,true,false],[189,103,1,true,false,false],[191,6,0,false,false,false],[195,64,1,true,true,false],[210,83,1,true,true,false],[212,24,1,true,true,false],[212,48,1,true,false,false],[212,50,1,true,true,false],[212,51,1,true,false,false],[212,53,0,true,true,false],[212,78,1,true,false,false],[213,24,1,true,true,false],[213,51,1,true,false,false],[213,53,1,true,true,false],[213,59,1,true,false,false],[214,24,1,true,true,false],[214,52,1,true,false,false],[214,54,1,true,true,false],[214,59,1,true,false,false],[215,24,1,true,true,false],[215,51,1,true,false,false],[215,53,1,true,true,false],[215,56,1,true,false,false],[216,24,1,true,true,false],[216,52,1,true,false,false],[216,54,1,true,true,false],[216,57,1,true,false,false],[217,6,0,false,false,false],[219,65,1,true,true,false],[237,83,1,true,true,false],[239,24,1,true,true,false],[239,48,1,true,false,false],[239,50,1,true,true,false],[239,51,1,true,false,false],[239,53,0,true,true,false],[239,96,1,true,false,false],[240,24,1,true,true,false],[240,51,1,true,false,false],[240,53,1,true,true,false],[240,59,1,true,false,false],[241,24,1,true,true,false],[241,52,1,true,false,false],[241,54,1,true,true,false],[241,59,1,true,false,false],[242,6,0,false,false,false],[244,66,1,true,true,false],[259,83,1,true,true,false],[262,24,1,true,true,false],[262,48,1,true,false,false],[262,50,1,true,true,false],[262,51,1,true,false,false],[262,53,0,true,true,false],[262,88,1,true,false,false],[263,52,1,true,true,false],[263,74,1,true,false,false],[264,24,1,true,true,false],[264,43,1,true,false,false],[264,45,1,true,true,false],[264,51,1,true,false,false],[264,53,0,true,true,false],[264,88,1,true,false,false],[265,6,0,false,false,false],[267,69,1,true,true,false],[287,83,1,true,true,false],[289,24,1,true,true,false],[289,48,1,true,false,false],[289,50,1,true,true,false],[289,51,1,true,false,false],[289,53,0,true,true,false],[289,78,1,true,false,false],[290,24,1,true,true,false],[290,52,1,true,false,false],[290,54,1,true,true,false],[290,70,1,true,false,false],[291,24,1,true,true,false],[291,52,1,true,false,false],[291,54,1,true,true,false],[291,70,1,true,false,false],[293,24,1,true,true,false],[293,48,1,true,false,false],[293,50,1,true,true,false],[293,51,1,true,false,false],[293,53,0,true,true,false],[293,83,1,true,false,false],[295,24,1,true,true,false],[295,35,1,true,false,false],[295,37,1,true,true,false],[295,43,1,true,false,false],[296,24,1,true,true,false],[296,43,1,true,false,false],[296,45,1,true,true,false],[296,50,1,true,false,false],[297,24,1,true,true,false],[297,43,1,true,false,false],[297,45,1,true,true,false],[297,46,1,true,false,false],[298,6,0,false,false,false],[302,63,1,true,true,false],[305,73,1,true,true,false],[310,13,1,true,true,false],[310,68,1,true,false,false],[310,70,0,true,true,false],[310,101,1,true,false,false],[314,88,1,true,true,false],[315,23,1,true,true,false],[315,52,1,true,false,false],[315,54,0,true,true,false],[315,91,1,true,false,false],[316,23,1,true,true,false],[316,51,1,true,false,false],[316,53,0,true,true,false],[316,90,1,true,false,false],[317,6,0,false,false,false],[319,63,1,true,true,false],[320,75,1,true,true,false],[325,13,1,true,true,false],[325,68,1,true,false,false],[325,70,0,true,true,false],[325,101,1,true,false,false],[329,88,1,true,true,false],[330,23,1,true,true,false],[330,49,1,true,false,false],[330,51,0,true,true,false],[330,86,1,true,false,false],[331,23,1,true,true,false],[331,49,1,true,false,false],[331,51,0,true,true,false],[331,87,1,true,false,false],[332,6,0,false,false,false],[334,67,1,true,true,false],[352,88,1,true,true,false],[355,88,1,true,true,false],[356,23,1,true,true,false],[356,52,1,true,false,false],[357,23,1,true,true,false],[357,51,1,true,false,false],[359,13,1,true,true,false],[359,90,1,true,false,false],[360,13,0,true,true,false],[360,85,1,true,false,false],[364,13,1,true,true,false],[364,46,1,true,false,false],[365,13,0,true,true,false],[365,70,1,true,false,false],[368,82,1,true,true,false],[369,54,13,true,true,false],[369,76,1,true,false,false],[370,24,1,true,true,false],[370,42,1,true,false,false],[370,44,1,true,true,false],[370,45,1,true,false,false],[371,24,1,true,true,false],[371,50,1,true,false,false],[371,52,1,true,true,false],[371,57,1,true,false,false],[373,13,1,true,true,false],[373,43,13,true,true,false],[373,62,1,true,false,false],[374,13,0,true,true,false],[374,62,1,true,false,false],[376,6,0,false,false,false],[378,63,1,true,true,false],[395,103,1,true,true,false],[398,79,1,true,true,false],[400,13,1,true,true,false],[400,49,1,true,false,false],[400,51,0,true,true,false],[400,101,1,true,false,false],[402,23,1,true,true,false],[402,52,1,true,false,false],[402,54,0,true,true,false],[402,99,1,true,false,false],[403,23,1,true,true,false],[403,51,1,true,false,false],[403,53,0,true,true,false],[403,99,1,true,false,false],[406,13,1,true,true,false],[406,49,1,true,false,false],[407,13,0,true,true,false],[407,71,1,true,false,false],[409,6,0,false,false,false],[413,48,1,true,true,false],[422,24,1,true,true,false],[422,36,1,true,false,false],[422,38,1,true,true,false],[422,39,1,true,false,false],[422,41,0,true,true,false],[422,64,1,true,false,false],[423,23,1,true,true,false],[423,51,1,true,false,false],[423,53,0,true,true,false],[423,83,1,true,false,false],[424,23,1,true,true,false],[424,52,1,true,false,false],[424,54,0,true,true,false],[424,84,1,true,false,false],[425,6,0,false,false,false],[427,46,1,true,true,false],[433,24,1,true,true,false],[433,36,1,true,false,false],[433,38,1,true,true,false],[433,39,1,true,false,false],[433,41,0,true,true,false],[433,77,1,true,false,false],[434,24,1,true,true,false],[434,33,1,true,false,false],[434,35,1,true,true,false],[434,89,1,true,false,false],[435,6,0,false,false,false],[437,46,1,true,true,false],[440,24,1,true,true,false],[440,36,1,true,false,false],[440,38,1,true,true,false],[440,39,1,true,false,false],[440,41,0,true,true,false],[440,85,1,true,false,false],[441,6,0,false,false,false],[445,60,1,true,true,false],[464,23,1,true,true,false],[464,37,1,true,false,false],[465,23,1,true,true,false],[465,44,1,true,false,false],[466,6,0,false,false,false],[468,73,1,true,true,false],[473,24,1,true,true,false],[473,38,1,true,false,false],[474,24,1,true,true,false],[474,43,1,true,false,false],[474,45,1,true,true,false],[474,77,1,true,false,false],[475,6,0,false,false,false],[477,65,1,true,true,false],[482,23,1,true,true,false],[482,30,1,true,false,false],[483,23,1,true,true,false],[483,37,1,true,false,false],[484,6,0,false,false,false],[486,66,1,true,true,false],[490,62,1,true,true,false],[492,23,1,true,true,false],[492,78,1,true,false,false],[493,75,1,true,true,false],[494,23,1,true,true,false],[494,69,1,true,false,false],[495,6,0,false,false,false],[497,67,1,true,true,false],[507,10,1,true,true,false],[508,23,1,true,true,false],[508,73,1,true,false,false],[512,10,1,true,true,false],[513,23,1,true,true,false],[513,73,1,true,false,false],[514,23,1,true,true,false],[514,51,1,true,false,false],[515,6,0,false,false,false],[519,48,1,true,true,false],[520,24,1,true,true,false],[520,69,1,true,false,false],[520,71,1,true,true,false],[520,77,1,true,false,false],[521,24,1,true,true,false],[521,70,1,true,false,false],[521,72,1,true,true,false],[521,77,1,true,false,false],[522,24,1,true,true,false],[522,71,1,true,false,false],[522,73,1,true,true,false],[522,78,1,true,false,false],[523,24,1,true,true,false],[523,68,1,true,false,false],[523,70,1,true,true,false],[523,75,1,true,false,false],[524,6,0,false,false,false],[526,51,1,true,true,false],[527,24,1,true,true,false],[527,69,1,true,false,false],[527,71,1,true,true,false],[527,77,1,true,false,false],[528,24,1,true,true,false],[528,73,1,true,false,false],[528,75,1,true,true,false],[528,81,1,true,false,false],[529,24,1,true,true,false],[529,74,1,true,false,false],[529,76,1,true,true,false],[529,82,1,true,false,false],[530,6,0,false,false,false],[532,48,1,true,true,false],[533,24,1,true,true,false],[533,68,1,true,false,false],[533,70,1,true,true,false],[533,76,1,true,false,false],[534,24,1,true,true,false],[534,72,1,true,false,false],[534,74,1,true,true,false],[534,80,1,true,false,false],[535,24,1,true,true,false],[535,77,1,true,false,false],[535,79,1,true,true,false],[535,85,1,true,false,false],[536,24,1,true,true,false],[536,75,1,true,false,false],[536,77,1,true,true,false],[536,83,1,true,false,false],[537,6,0,false,false,false],[539,50,1,true,true,false],[541,24,1,true,true,false],[541,30,1,true,false,false],[541,32,1,true,true,false],[541,37,1,true,false,false],[541,39,0,true,true,false],[541,79,1,true,false,false],[542,24,1,true,true,false],[542,45,1,true,false,false],[542,47,0,true,true,false],[542,93,1,true,false,false],[543,24,1,true,true,false],[543,45,1,true,false,false],[543,47,0,true,true,false],[543,91,1,true,false,false],[544,6,0,false,false,false],[546,54,1,true,true,false],[549,24,1,true,true,false],[549,30,1,true,false,false],[549,32,1,true,true,false],[549,37,1,true,false,false],[549,39,0,true,true,false],[549,99,1,true,false,false],[550,24,1,true,true,false],[550,45,1,true,false,false],[550,47,0,true,true,false],[550,96,1,true,false,false],[551,24,1,true,true,false],[551,45,1,true,false,false],[551,47,0,true,true,false],[551,96,1,true,false,false],[552,6,0,false,false,false],[554,58,1,true,true,false],[564,48,5,true,true,false],[566,28,5,true,true,false],[566,49,5,true,false,false],[566,51,0,true,true,false],[566,98,5,true,false,false],[567,28,5,true,true,false],[567,49,5,true,false,false],[567,51,0,true,true,false],[567,98,5,true,false,false],[569,17,5,true,true,false],[569,46,5,true,false,false],[569,48,0,true,true,false],[569,100,5,true,false,false],[571,10,1,true,true,false],[572,6,0,false,false,false],[574,53,1,true,true,false],[576,23,1,true,true,false],[576,44,1,true,false,false],[576,46,0,true,true,false],[576,99,1,true,false,false],[577,23,1,true,true,false],[577,44,1,true,false,false],[577,46,0,true,true,false],[577,99,1,true,false,false],[578,23,1,true,true,false],[578,46,1,true,false,false],[578,48,0,true,true,false],[578,76,1,true,false,false],[579,23,1,true,true,false],[579,45,1,true,false,false],[579,47,0,true,true,false],[579,76,1,true,false,false],[580,6,0,false,false,false],[582,58,1,true,true,false],[585,23,1,true,true,false],[585,50,1,true,false,false],[585,52,0,true,true,false],[585,96,1,true,false,false],[586,23,1,true,true,false],[586,43,1,true,false,false],[586,45,0,true,true,false],[586,63,1,true,false,false],[587,23,1,true,true,false],[587,43,1,true,false,false],[587,45,0,true,true,false],[587,63,1,true,false,false],[588,23,1,true,true,false],[588,43,1,true,false,false],[588,45,0,true,true,false],[588,63,1,true,false,false],[589,24,1,true,true,false],[589,30,1,true,false,false],[589,32,1,true,true,false],[589,47,1,true,false,false],[589,49,0,true,true,false],[589,87,1,true,false,false],[590,6,0,false,false,false],[592,58,1,true,true,false],[595,23,1,true,true,false],[595,50,1,true,false,false],[595,52,0,true,true,false],[595,96,1,true,false,false],[596,24,1,true,true,false],[596,30,1,true,false,false],[596,32,1,true,true,false],[596,51,1,true,false,false],[596,53,0,true,true,false],[596,91,1,true,false,false],[597,6,0,false,false,false],[599,56,1,true,true,false],[602,24,1,true,true,false],[602,36,1,true,false,false],[602,38,1,true,true,false],[602,43,1,true,false,false],[602,45,0,true,true,false],[602,86,1,true,false,false],[603,24,1,true,true,false],[603,54,1,true,false,false],[603,56,0,true,true,false],[603,91,1,true,false,false],[606,24,1,true,true,false],[606,33,1,true,false,false],[606,35,1,true,true,false],[606,40,1,true,false,false],[606,42,0,true,true,false],[606,66,1,true,false,false],[609,24,1,true,true,false],[609,35,1,true,false,false],[609,37,1,true,true,false],[609,42,1,true,false,false],[609,44,0,true,true,false],[609,73,1,true,false,false],[610,6,0,false,false,false],[612,45,1,true,true,false],[621,23,1,true,true,false],[621,55,1,true,false,false],[621,57,0,true,true,false],[621,104,1,true,false,false],[622,23,1,true,true,false],[622,49,1,true,false,false],[622,51,0,true,true,false],[622,78,1,true,false,false],[623,23,1,true,true,false],[623,56,1,true,false,false],[623,58,0,true,true,false],[623,87,1,true,false,false],[624,6,0,false,false,false],[626,55,1,true,true,false],[638,13,1,true,true,false],[638,37,1,true,false,false],[638,39,0,true,true,false],[638,106,1,true,false,false],[641,13,1,true,true,false],[641,38,1,true,false,false],[642,13,0,true,true,false],[642,81,1,true,false,false],[645,13,1,true,true,false],[645,37,1,true,false,false],[645,39,0,true,true,false],[645,106,1,true,false,false],[650,23,1,true,true,false],[650,54,1,true,false,false],[650,56,0,true,true,false],[650,96,1,true,false,false],[651,23,1,true,true,false],[651,55,1,true,false,false],[651,57,0,true,true,false],[651,98,1,true,false,false],[652,23,1,true,true,false],[652,54,1,true,false,false],[652,56,0,true,true,false],[652,96,1,true,false,false],[653,6,0,false,false,false],[657,60,1,true,true,false],[668,10,1,true,true,false],[672,13,1,true,true,false],[672,63,1,true,false,false],[672,65,0,true,true,false],[672,96,1,true,false,false],[676,84,1,true,true,false],[677,23,1,true,true,false],[677,59,1,true,false,false],[677,61,0,true,true,false],[677,100,1,true,false,false],[681,87,1,true,true,false],[682,23,1,true,true,false],[682,51,1,true,false,false],[682,53,0,true,true,false],[682,84,1,true,false,false],[683,23,1,true,true,false],[683,50,1,true,false,false],[683,52,0,true,true,false],[683,87,1,true,false,false],[684,6,0,false,false,false],[686,63,1,true,true,false],[698,10,1,true,true,false],[700,23,1,true,true,false],[700,57,1,true,false,false],[700,59,0,true,true,false],[700,95,1,true,false,false],[702,13,1,true,true,false],[702,65,1,true,false,false],[703,13,0,true,true,false],[703,56,1,true,false,false],[706,13,1,true,true,false],[706,61,1,true,false,false],[707,13,0,true,true,false],[707,71,1,true,false,false],[709,6,0,false,false,false],[711,67,1,true,true,false],[729,10,1,true,true,false],[732,23,1,true,true,false],[732,54,1,true,false,false],[732,56,0,true,true,false],[732,85,1,true,false,false],[733,23,1,true,true,false],[733,51,1,true,false,false],[733,53,0,true,true,false],[733,82,1,true,false,false],[734,23,1,true,true,false],[734,53,1,true,false,false],[734,55,0,true,true,false],[734,86,1,true,false,false],[735,23,1,true,true,false],[735,51,1,true,false,false],[735,53,0,true,true,false],[735,84,1,true,false,false],[736,6,0,false,false,false],[740,50,1,true,true,false],[759,23,1,true,true,false],[759,51,1,true,false,false],[759,53,0,true,true,false],[759,91,1,true,false,false],[760,23,1,true,true,false],[760,52,1,true,false,false],[760,54,0,true,true,false],[760,91,1,true,false,false],[761,23,1,true,true,false],[761,47,1,true,false,false],[761,49,0,true,true,false],[761,84,1,true,false,false],[763,23,1,true,true,false],[763,57,1,true,false,false],[763,59,0,true,true,false],[763,102,1,true,false,false],[764,23,1,true,true,false],[764,59,1,true,false,false],[764,61,0,true,true,false],[764,106,1,true,false,false],[765,23,1,true,true,false],[765,53,1,true,false,false],[765,55,0,true,true,false],[765,90,1,true,false,false],[766,6,0,false,false,false],[768,47,1,true,true,false],[786,23,1,true,true,false],[786,51,1,true,false,false],[786,53,0,true,true,false],[786,91,1,true,false,false],[787,23,1,true,true,false],[787,52,1,true,false,false],[787,54,0,true,true,false],[787,91,1,true,false,false],[788,23,1,true,true,false],[788,47,1,true,false,false],[788,49,0,true,true,false],[788,84,1,true,false,false],[789,23,1,true,true,false],[789,59,1,true,false,false],[789,61,0,true,true,false],[789,106,1,true,false,false],[790,23,1,true,true,false],[790,46,1,true,false,false],[790,48,0,true,true,false],[790,76,1,true,false,false],[791,23,1,true,true,false],[791,53,1,true,false,false],[791,55,0,true,true,false],[791,89,1,true,false,false],[792,6,0,false,false,false],[794,64,1,true,true,false],[812,23,1,true,true,false],[812,51,1,true,false,false],[812,53,0,true,true,false],[812,82,1,true,false,false],[813,23,1,true,true,false],[813,52,1,true,false,false],[813,54,0,true,true,false],[813,91,1,true,false,false],[815,23,1,true,true,false],[815,61,1,true,false,false],[815,63,0,true,true,false],[815,108,1,true,false,false],[817,13,1,true,true,false],[817,54,1,true,false,false],[817,56,0,true,true,false],[817,101,1,true,false,false],[820,24,1,true,true,false],[820,50,1,true,false,false],[820,52,0,true,true,false],[820,94,1,true,false,false],[821,6,0,false,false,false],[823,56,1,true,true,false],[843,23,1,true,true,false],[843,55,1,true,false,false],[843,57,0,true,true,false],[843,89,1,true,false,false],[844,23,1,true,true,false],[844,44,1,true,false,false],[844,46,0,true,true,false],[844,98,1,true,false,false],[846,23,1,true,true,false],[846,46,1,true,false,false],[846,48,0,true,true,false],[846,85,1,true,false,false],[847,6,0,false,false,false],[849,71,1,true,true,false],[852,13,1,true,true,false],[852,69,1,true,false,false],[853,13,1,true,true,false],[853,22,1,true,false,false],[854,13,0,true,true,false],[854,43,1,true,false,false],[857,13,1,true,true,false],[857,69,1,true,false,false],[858,13,1,true,true,false],[858,22,1,true,false,false],[859,13,0,true,true,false],[859,60,1,true,false,false],[862,13,1,true,true,false],[862,67,1,true,false,false],[863,13,1,true,true,false],[863,20,1,true,false,false],[864,13,0,true,true,false],[864,45,1,true,false,false],[867,13,1,true,true,false],[867,67,1,true,false,false],[868,13,1,true,true,false],[868,20,1,true,false,false],[869,13,0,true,true,false],[869,64,1,true,false,false],[872,13,1,true,true,false],[872,68,1,true,false,false],[873,13,1,true,true,false],[873,21,1,true,false,false],[874,13,0,true,true,false],[874,43,1,true,false,false],[877,13,1,true,true,false],[877,65,1,true,false,false],[878,13,1,true,true,false],[878,18,1,true,false,false],[879,13,0,true,true,false],[879,63,1,true,false,false],[882,13,1,true,true,false],[882,64,1,true,false,false],[883,13,1,true,true,false],[883,17,1,true,false,false],[884,13,0,true,true,false],[884,45,1,true,false,false],[886,6,0,false,false,false],[888,71,1,true,true,false],[906,23,1,true,true,false],[906,60,1,true,false,false],[906,62,0,true,true,false],[906,101,1,true,false,false],[907,24,1,true,true,false],[907,50,1,true,false,false],[907,52,0,true,true,false],[907,94,1,true,false,false],[908,6,0,false,false,false],[913,49,1,true,true,false],[931,13,1,true,true,false],[931,44,1,true,false,false],[932,13,0,true,true,false],[932,88,1,true,false,false],[935,13,1,true,true,false],[935,48,1,true,false,false],[936,13,0,true,true,false],[936,90,1,true,false,false],[939,13,1,true,true,false],[939,59,1,true,false,false],[940,13,0,true,true,false],[940,61,1,true,false,false],[946,13,1,true,true,false],[946,48,1,true,false,false],[947,13,0,true,true,false],[947,96,1,true,false,false],[949,6,0,false,false,false],[951,50,1,true,true,false],[973,23,1,true,true,false],[973,61,1,true,false,false],[973,63,0,true,true,false],[973,102,1,true,false,false],[974,23,1,true,true,false],[974,49,1,true,false,false],[974,51,0,true,true,false],[974,88,1,true,false,false],[975,6,0,false,false,false],[978,66,1,true,true,false],[995,13,1,true,true,false],[995,44,1,true,false,false],[996,13,0,true,true,false],[996,78,1,true,false,false],[1001,13,1,true,true,false],[1001,48,1,true,false,false],[1002,13,0,true,true,false],[1002,70,1,true,false,false],[1004,6,0,false,false,false],[1007,45,1,true,true,false],[1028,23,1,true,true,false],[1028,49,1,true,false,false],[1028,51,0,true,true,false],[1028,92,1,true,false,false],[1029,23,1,true,true,false],[1029,56,1,true,false,false],[1029,58,0,true,true,false],[1029,101,1,true,false,false],[1030,23,1,true,true,false],[1030,46,1,true,false,false],[1030,48,0,true,true,false],[1030,85,1,true,false,false],[1031,23,1,true,true,false],[1031,45,1,true,false,false],[1031,47,0,true,true,false],[1031,93,1,true,false,false],[1034,23,1,true,true,false],[1034,54,1,true,false,false],[1034,56,0,true,true,false],[1034,99,1,true,false,false],[1035,23,1,true,true,false],[1035,58,1,true,false,false],[1035,60,0,true,true,false],[1035,92,1,true,false,false],[1036,6,0,false,false,false],[1038,55,1,true,true,false],[1053,54,11,true,true,false],[1053,65,1,true,false,false],[1055,48,5,true,true,false],[1055,70,1,true,true,false],[1055,86,5,true,false,false],[1055,88,1,true,false,false],[1055,95,0,true,true,false],[1058,10,1,true,true,false],[1061,27,1,true,true,false],[1061,31,1,true,false,false],[1061,33,1,true,true,false],[1061,37,1,true,false,false],[1061,39,0,true,true,false],[1061,91,1,true,false,false],[1063,35,6,true,true,false],[1063,57,1,true,false,false],[1064,25,1,true,true,false],[1064,33,1,true,false,false],[1064,35,0,true,true,false],[1064,68,1,true,false,false],[1065,31,1,true,true,false],[1066,27,1,true,true,false],[1066,46,1,true,false,false],[1066,48,0,true,true,false],[1066,92,1,true,false,false],[1068,6,0,false,false,false],[1071,63,2,true,true,false],[1072,60,0,true,true,false],[1072,73,2,true,true,false],[1074,54,0,true,true,false],[1074,79,2,true,true,false],[1075,49,2,true,false,false],[1076,6,0,false,false,false],[1079,62,1,true,true,false],[1086,54,7,true,true,false],[1086,106,1,true,false,false],[1086,108,1,true,true,false],[1088,10,1,true,false,false],[1093,50,7,true,true,false],[1093,102,1,true,false,false],[1094,25,1,true,true,false],[1094,41,1,true,false,false],[1094,43,0,true,true,false],[1094,85,1,true,false,false],[1095,23,1,true,true,false],[1095,54,0,true,true,false],[1095,59,1,true,false,false],[1095,61,0,true,true,false],[1095,97,1,true,false,false],[1096,24,1,true,true,false],[1096,63,1,true,false,false],[1096,65,1,true,true,false],[1096,76,1,true,false,false],[1096,78,0,true,true,false],[1096,105,1,true,false,false],[1100,13,1,true,true,false],[1100,44,1,true,false,false],[1101,13,0,true,true,false],[1101,98,1,true,false,false],[1104,13,1,true,true,false],[1104,48,1,true,false,false],[1105,13,0,true,true,false],[1105,43,1,true,false,false],[1107,6,0,false,false,false],[1110,56,1,true,true,false],[1126,23,1,true,true,false],[1126,41,1,true,false,false],[1126,43,0,true,true,false],[1126,110,1,true,false,false],[1128,24,1,true,true,false],[1128,54,1,true,false,false],[1128,56,1,true,true,false],[1128,67,1,true,false,false],[1128,69,0,true,true,false],[1128,104,1,true,false,false],[1129,6,0,false,false,false],[1136,70,1,true,true,false],[1138,50,1,true,true,false],[1139,66,1,true,true,false],[1140,6,0,false,false,false],[1143,54,1,true,true,false],[1164,37,2,true,true,false],[1165,16,2,true,true,false],[1165,71,2,true,false,false],[1165,72,1,true,true,false],[1167,14,1,true,true,false],[1168,10,0,true,true,false],[1173,13,1,true,false,false],[1174,6,0,false,false,false],[1176,86,1,true,true,false],[1184,81,1,true,true,false],[1196,26,1,true,true,false],[1201,67,0,true,true,false],[1201,69,1,true,false,false],[1202,71,0,true,true,false],[1202,73,1,true,false,false],[1208,12,1,true,true,false],[1208,42,1,true,false,false],[1208,43,0,true,true,false],[1226,10,1,true,false,false],[1230,13,1,true,true,false],[1230,56,0,true,true,false],[1230,100,1,true,false,false],[1231,13,0,true,true,false],[1231,52,1,true,false,false],[1233,6,0,false,false,false],[1235,55,1,true,true,false],[1245,85,1,true,true,false],[1248,42,2,true,true,false],[1249,50,3,true,true,false],[1249,80,2,true,false,false],[1250,29,2,true,true,false],[1250,34,2,true,false,false],[1250,36,0,true,true,false],[1250,79,2,true,false,false],[1251,28,2,true,true,false],[1251,41,2,true,false,false],[1251,43,2,true,true,false],[1251,58,2,true,false,false],[1251,60,0,true,true,false],[1251,103,2,true,false,false],[1252,10,1,true,true,false],[1254,13,1,true,true,false],[1254,37,1,true,false,false],[1254,39,1,true,true,false],[1254,61,1,true,false,false],[1255,13,0,true,true,false],[1255,86,1,true,false,false],[1257,6,0,false,false,false],[1262,62,1,true,true,false],[1266,24,1,true,true,false],[1266,86,1,true,false,false],[1267,24,0,true,true,false],[1267,64,1,true,false,false],[1268,23,1,true,true,false],[1268,48,1,true,false,false],[1268,50,0,true,true,false],[1268,87,1,true,false,false],[1269,23,1,true,true,false],[1269,50,1,true,false,false],[1269,52,0,true,true,false],[1269,91,1,true,false,false],[1270,6,0,false,false,false],[1273,65,1,true,true,false],[1285,24,1,true,true,false],[1285,86,1,true,false,false],[1286,24,0,true,true,false],[1286,64,1,true,false,false],[1287,23,1,true,true,false],[1287,48,1,true,false,false],[1287,50,0,true,true,false],[1287,87,1,true,false,false],[1288,23,1,true,true,false],[1288,50,1,true,false,false],[1288,52,0,true,true,false],[1288,91,1,true,false,false],[1289,6,0,false,false,false],[1292,68,1,true,true,false],[1296,73,1,true,true,false],[1300,74,1,true,true,false],[1301,23,1,true,true,false],[1301,49,1,true,false,false],[1301,51,0,true,true,false],[1301,84,1,true,false,false],[1302,23,1,true,true,false],[1302,51,1,true,false,false],[1302,53,0,true,true,false],[1302,88,1,true,false,false],[1303,24,1,true,true,false],[1303,87,1,true,false,false],[1304,24,0,true,true,false],[1304,58,1,true,false,false],[1305,6,0,false,false,false],[1308,75,1,true,true,false],[1310,12,1,true,true,false],[1311,66,0,true,true,false],[1313,10,1,true,false,false],[1313,43,1,true,true,false],[1316,13,1,true,true,false],[1317,31,1,true,true,false],[1317,55,1,true,false,false],[1317,57,0,true,true,false],[1317,93,1,true,false,false],[1318,20,0,true,true,false],[1320,14,1,true,false,false],[1321,10,1,true,true,false],[1322,6,0,false,false,false],[1325,79,1,true,true,false],[1336,12,1,true,true,false],[1337,78,0,true,true,false],[1339,10,1,true,false,false],[1339,43,1,true,true,false],[1342,13,1,true,true,false],[1343,31,1,true,true,false],[1343,60,0,true,true,false],[1343,87,1,true,false,false],[1344,31,0,true,true,false],[1344,77,1,true,false,false],[1345,20,0,true,true,false],[1347,14,1,true,false,false],[1348,10,1,true,true,false],[1349,6,0,false,false,false],[1352,75,1,true,true,false],[1362,72,1,true,true,false],[1366,74,1,true,true,false],[1367,24,1,true,true,false],[1367,31,1,true,false,false],[1367,33,1,true,true,false],[1367,45,1,true,false,false],[1367,47,0,true,true,false],[1367,83,1,true,false,false],[1368,6,0,false,false,false],[1372,61,1,true,true,false],[1375,25,1,true,true,false],[1375,30,1,true,false,false],[1376,28,1,true,true,false],[1376,44,1,true,false,false],[1377,32,1,true,true,false],[1377,41,1,true,false,false],[1381,35,1,true,true,false],[1382,18,1,true,true,false],[1385,14,1,true,false,false],[1388,80,1,true,true,false],[1392,23,1,true,true,false],[1392,28,1,true,false,false],[1392,30,0,true,true,false],[1392,80,1,true,false,false],[1393,6,0,false,false,false],[1395,63,1,true,true,false],[1406,77,1,true,true,false],[1410,25,1,true,true,false],[1410,30,1,true,false,false],[1411,28,1,true,true,false],[1411,44,1,true,false,false],[1412,32,1,true,true,false],[1412,41,1,true,false,false],[1416,35,1,true,true,false],[1417,18,1,true,true,false],[1420,14,1,true,false,false],[1423,45,1,true,true,false],[1427,23,1,true,true,false],[1427,28,1,true,false,false],[1427,30,0,true,true,false],[1427,80,1,true,false,false],[1428,6,0,false,false,false],[1430,67,1,true,true,false],[1433,24,1,true,true,false],[1433,79,1,true,false,false],[1435,54,1,true,true,false],[1438,13,1,true,true,false],[1438,68,1,true,false,false],[1439,13,0,true,true,false],[1439,63,1,true,false,false],[1441,24,1,true,true,false],[1441,46,1,true,false,false],[1441,48,0,true,true,false],[1441,92,1,true,false,false],[1442,6,0,false,false,false],[1446,74,3,true,true,false],[1448,57,0,true,true,false],[1448,70,3,true,true,false],[1450,48,2,true,true,false],[1452,10,3,true,false,false],[1452,60,0,true,true,false],[1454,10,3,true,false,false],[1454,16,1,true,true,false],[1456,10,3,true,false,false],[1457,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":547,"covered":366,"percent":66.910420475319938},"instantiations":{"count":548,"covered":367,"percent":66.970802919708035},"lines":{"count":1839,"covered":1626,"percent":88.417618270799352},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":618,"covered":426,"notcovered":192,"percent":68.932038834951456}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift","mcdc_records":[],"segments":[[12,40,17,true,true,false],[13,32,17,true,true,false],[16,6,0,false,false,false],[19,43,17,true,true,false],[22,35,17,true,true,false],[23,6,0,false,false,false],[27,40,1,true,true,false],[33,24,1,true,true,false],[33,41,1,true,false,false],[33,43,1,true,true,false],[33,44,1,true,false,false],[34,24,1,true,true,false],[34,44,1,true,false,false],[34,46,1,true,true,false],[34,65,1,true,false,false],[35,24,1,true,true,false],[35,47,1,true,false,false],[35,49,1,true,true,false],[35,55,1,true,false,false],[36,24,1,true,true,false],[36,47,1,true,false,false],[36,49,1,true,true,false],[36,61,1,true,false,false],[37,24,1,true,true,false],[37,49,1,true,false,false],[38,6,0,false,false,false],[40,43,1,true,true,false],[46,24,1,true,true,false],[46,41,1,true,false,false],[46,43,1,true,true,false],[46,44,1,true,false,false],[47,24,1,true,true,false],[47,44,1,true,false,false],[47,46,1,true,true,false],[47,69,1,true,false,false],[48,24,1,true,true,false],[48,47,1,true,false,false],[48,49,1,true,true,false],[48,55,1,true,false,false],[49,24,1,true,true,false],[49,47,1,true,false,false],[49,49,1,true,true,false],[49,63,1,true,false,false],[50,23,1,true,true,false],[50,48,1,true,false,false],[51,6,0,false,false,false],[53,39,1,true,true,false],[59,24,1,true,true,false],[59,41,1,true,false,false],[59,43,1,true,true,false],[59,44,1,true,false,false],[60,24,1,true,true,false],[60,44,1,true,false,false],[60,46,1,true,true,false],[60,63,1,true,false,false],[61,24,1,true,true,false],[61,47,1,true,false,false],[61,49,1,true,true,false],[61,55,1,true,false,false],[62,24,1,true,true,false],[62,47,1,true,false,false],[62,49,1,true,true,false],[62,58,1,true,false,false],[63,24,1,true,true,false],[63,49,1,true,false,false],[64,6,0,false,false,false],[66,32,1,true,true,false],[72,24,1,true,true,false],[72,41,1,true,false,false],[72,43,1,true,true,false],[72,44,1,true,false,false],[73,24,1,true,true,false],[73,44,1,true,false,false],[73,46,1,true,true,false],[73,66,1,true,false,false],[74,24,1,true,true,false],[74,47,1,true,false,false],[74,49,1,true,true,false],[74,57,1,true,false,false],[75,24,1,true,true,false],[75,47,1,true,false,false],[75,49,1,true,true,false],[75,57,1,true,false,false],[76,23,1,true,true,false],[76,48,1,true,false,false],[77,6,0,false,false,false],[79,32,1,true,true,false],[85,24,1,true,true,false],[85,41,1,true,false,false],[85,43,1,true,true,false],[85,44,1,true,false,false],[86,24,1,true,true,false],[86,44,1,true,false,false],[86,46,1,true,true,false],[86,63,1,true,false,false],[87,24,1,true,true,false],[87,47,1,true,false,false],[87,49,1,true,true,false],[87,54,1,true,false,false],[88,24,1,true,true,false],[88,47,1,true,false,false],[88,49,1,true,true,false],[88,57,1,true,false,false],[89,24,1,true,true,false],[89,49,1,true,false,false],[90,6,0,false,false,false],[92,52,1,true,true,false],[98,24,1,true,true,false],[98,41,1,true,false,false],[98,43,1,true,true,false],[98,44,1,true,false,false],[99,24,1,true,true,false],[99,44,1,true,false,false],[99,46,1,true,true,false],[99,76,1,true,false,false],[100,24,1,true,true,false],[100,47,1,true,false,false],[100,49,1,true,true,false],[100,55,1,true,false,false],[101,24,1,true,true,false],[101,47,1,true,false,false],[101,49,1,true,true,false],[101,58,1,true,false,false],[102,23,1,true,true,false],[102,48,1,true,false,false],[103,6,0,false,false,false],[105,41,1,true,true,false],[111,24,1,true,true,false],[111,41,1,true,false,false],[111,43,1,true,true,false],[111,44,1,true,false,false],[112,24,1,true,true,false],[112,44,1,true,false,false],[112,46,1,true,true,false],[112,61,1,true,false,false],[113,24,1,true,true,false],[113,47,1,true,false,false],[113,49,1,true,true,false],[113,55,1,true,false,false],[114,24,1,true,true,false],[114,47,1,true,false,false],[114,49,1,true,true,false],[114,61,1,true,false,false],[115,24,1,true,true,false],[115,49,1,true,false,false],[116,6,0,false,false,false],[118,57,1,true,true,false],[124,24,1,true,true,false],[124,41,1,true,false,false],[124,43,1,true,true,false],[124,44,1,true,false,false],[125,24,1,true,true,false],[125,44,1,true,false,false],[125,46,1,true,true,false],[125,73,1,true,false,false],[126,24,1,true,true,false],[126,47,1,true,false,false],[126,49,1,true,true,false],[126,55,1,true,false,false],[127,24,1,true,true,false],[127,47,1,true,false,false],[127,49,1,true,true,false],[127,61,1,true,false,false],[128,24,1,true,true,false],[128,49,1,true,false,false],[129,6,0,false,false,false],[131,40,1,true,true,false],[137,24,1,true,true,false],[137,41,1,true,false,false],[137,43,1,true,true,false],[137,44,1,true,false,false],[138,24,1,true,true,false],[138,44,1,true,false,false],[138,46,1,true,true,false],[138,63,1,true,false,false],[139,24,1,true,true,false],[139,47,1,true,false,false],[139,49,1,true,true,false],[139,55,1,true,false,false],[140,24,1,true,true,false],[140,47,1,true,false,false],[140,49,1,true,true,false],[140,57,1,true,false,false],[141,24,1,true,true,false],[141,49,1,true,false,false],[142,6,0,false,false,false],[146,63,1,true,true,false],[152,25,1,true,true,false],[152,36,1,true,false,false],[153,6,0,false,false,false],[157,45,1,true,true,false],[160,24,1,true,true,false],[160,41,1,true,false,false],[160,43,1,true,true,false],[160,44,1,true,false,false],[161,24,1,true,true,false],[161,44,1,true,false,false],[161,46,1,true,true,false],[161,66,1,true,false,false],[162,24,1,true,true,false],[162,47,1,true,false,false],[162,49,1,true,true,false],[162,57,1,true,false,false],[163,24,1,true,true,false],[163,47,1,true,false,false],[163,49,1,true,true,false],[163,56,1,true,false,false],[164,6,0,false,false,false],[166,56,1,true,true,false],[179,37,1,true,true,false],[179,54,1,true,false,false],[179,56,1,true,true,false],[179,57,1,true,false,false],[180,49,1,true,true,false],[180,91,1,true,false,false],[181,25,1,true,true,false],[181,40,1,true,false,false],[182,24,1,true,true,false],[182,49,1,true,false,false],[182,51,1,true,true,false],[182,57,1,true,false,false],[183,24,1,true,true,false],[183,49,1,true,false,false],[183,51,1,true,true,false],[183,63,1,true,false,false],[184,6,0,false,false,false],[186,56,1,true,true,false],[199,37,1,true,true,false],[199,54,1,true,false,false],[199,56,1,true,true,false],[199,57,1,true,false,false],[200,49,1,true,true,false],[200,102,1,true,false,false],[201,25,1,true,true,false],[201,40,1,true,false,false],[202,24,1,true,true,false],[202,49,1,true,false,false],[202,51,1,true,true,false],[202,57,1,true,false,false],[203,24,1,true,true,false],[203,49,1,true,false,false],[203,51,1,true,true,false],[203,60,1,true,false,false],[204,23,1,true,true,false],[204,54,0,true,true,false],[204,59,1,true,false,false],[205,6,0,false,false,false],[207,53,1,true,true,false],[220,37,1,true,true,false],[220,54,1,true,false,false],[220,56,1,true,true,false],[220,57,1,true,false,false],[221,46,1,true,true,false],[221,83,1,true,false,false],[222,25,1,true,true,false],[222,37,1,true,false,false],[223,24,1,true,true,false],[223,46,1,true,false,false],[223,48,1,true,true,false],[223,54,1,true,false,false],[224,24,1,true,true,false],[224,46,1,true,false,false],[224,48,1,true,true,false],[224,56,1,true,false,false],[225,6,0,false,false,false],[227,50,1,true,true,false],[240,24,1,true,true,false],[240,41,1,true,false,false],[240,43,1,true,true,false],[240,44,1,true,false,false],[241,6,0,false,false,false],[245,41,1,true,true,false],[246,24,1,true,true,false],[246,53,1,true,false,false],[246,55,1,true,true,false],[246,63,1,true,false,false],[247,24,1,true,true,false],[247,56,1,true,false,false],[247,58,1,true,true,false],[247,66,1,true,false,false],[248,24,1,true,true,false],[248,54,1,true,false,false],[248,56,1,true,true,false],[248,61,1,true,false,false],[249,24,1,true,true,false],[249,57,1,true,false,false],[249,59,1,true,true,false],[249,65,1,true,false,false],[250,6,0,false,false,false],[252,44,1,true,true,false],[253,24,1,true,true,false],[253,65,1,true,false,false],[253,67,1,true,true,false],[253,82,1,true,false,false],[254,24,1,true,true,false],[254,63,1,true,false,false],[254,65,1,true,true,false],[254,78,1,true,false,false],[255,24,1,true,true,false],[255,59,1,true,false,false],[255,61,1,true,true,false],[255,70,1,true,false,false],[256,24,1,true,true,false],[256,58,1,true,false,false],[256,60,1,true,true,false],[256,68,1,true,false,false],[257,24,1,true,true,false],[257,60,1,true,false,false],[257,62,1,true,true,false],[257,72,1,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":155,"covered":154,"percent":99.354838709677423},"instantiations":{"count":155,"covered":154,"percent":99.354838709677423},"lines":{"count":356,"covered":355,"percent":99.719101123595507},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":157,"covered":156,"notcovered":1,"percent":99.363057324840767}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift","mcdc_records":[],"segments":[[6,43,2,true,true,false],[10,35,2,true,true,false],[11,6,0,false,false,false],[13,49,1,true,true,false],[17,47,1,true,true,false],[20,10,1,true,false,false],[25,24,1,true,true,false],[25,25,1,true,false,false],[26,24,1,true,true,false],[26,25,1,true,false,false],[27,24,1,true,true,false],[27,34,1,true,false,false],[27,36,1,true,true,false],[27,37,1,true,false,false],[27,39,0,true,true,false],[27,80,1,true,false,false],[28,6,0,false,false,false],[30,37,1,true,true,false],[35,47,2,true,true,false],[38,10,1,true,false,false],[40,24,1,true,true,false],[40,72,1,true,false,false],[41,24,1,true,true,false],[41,34,1,true,false,false],[41,36,1,true,true,false],[41,37,1,true,false,false],[44,23,1,true,true,false],[44,61,1,true,false,false],[45,24,1,true,true,false],[45,34,1,true,false,false],[45,36,1,true,true,false],[45,37,1,true,false,false],[45,39,0,true,true,false],[45,75,1,true,false,false],[48,23,1,true,true,false],[48,71,1,true,false,false],[49,24,1,true,true,false],[49,34,1,true,false,false],[49,36,1,true,true,false],[49,37,1,true,false,false],[50,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":18,"percent":90},"instantiations":{"count":20,"covered":18,"percent":90},"lines":{"count":66,"covered":64,"percent":96.969696969696969},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":19,"notcovered":2,"percent":90.476190476190482}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift","mcdc_records":[],"segments":[[9,45,1,true,true,false],[11,24,1,true,true,false],[11,30,1,true,false,false],[11,32,1,true,true,false],[11,49,1,true,false,false],[12,6,0,false,false,false],[14,50,1,true,true,false],[16,24,1,true,true,false],[16,30,1,true,false,false],[16,32,1,true,true,false],[16,51,1,true,false,false],[17,6,0,false,false,false],[19,45,1,true,true,false],[21,24,1,true,true,false],[21,30,1,true,false,false],[21,32,1,true,true,false],[21,49,1,true,false,false],[22,6,0,false,false,false],[24,39,1,true,true,false],[26,24,1,true,true,false],[26,30,1,true,false,false],[26,32,1,true,true,false],[26,38,1,true,false,false],[27,6,0,false,false,false],[29,54,1,true,true,false],[31,24,1,true,true,false],[31,30,1,true,false,false],[31,32,1,true,true,false],[31,38,1,true,false,false],[32,6,0,false,false,false],[36,48,1,true,true,false],[38,24,1,true,true,false],[38,30,1,true,false,false],[38,32,1,true,true,false],[38,41,1,true,false,false],[39,6,0,false,false,false],[41,50,1,true,true,false],[43,24,1,true,true,false],[43,30,1,true,false,false],[43,32,1,true,true,false],[43,41,1,true,false,false],[44,6,0,false,false,false],[46,44,1,true,true,false],[48,24,1,true,true,false],[48,30,1,true,false,false],[48,32,1,true,true,false],[48,48,1,true,false,false],[49,6,0,false,false,false],[51,46,1,true,true,false],[53,24,1,true,true,false],[53,30,1,true,false,false],[53,32,1,true,true,false],[53,48,1,true,false,false],[54,6,0,false,false,false],[56,40,1,true,true,false],[58,24,1,true,true,false],[58,30,1,true,false,false],[58,32,1,true,true,false],[58,47,1,true,false,false],[59,6,0,false,false,false],[61,45,1,true,true,false],[63,24,1,true,true,false],[63,30,1,true,false,false],[63,32,1,true,true,false],[63,43,1,true,false,false],[64,6,0,false,false,false],[66,45,1,true,true,false],[68,24,1,true,true,false],[68,30,1,true,false,false],[68,32,1,true,true,false],[68,41,1,true,false,false],[69,6,0,false,false,false],[71,45,1,true,true,false],[73,24,1,true,true,false],[73,30,1,true,false,false],[73,32,1,true,true,false],[73,42,1,true,false,false],[74,6,0,false,false,false],[78,53,1,true,true,false],[80,22,1,true,true,false],[80,28,1,true,false,false],[81,6,0,false,false,false],[83,51,1,true,true,false],[85,22,1,true,true,false],[85,28,1,true,false,false],[86,6,0,false,false,false],[90,59,1,true,true,false],[92,51,15,true,true,false],[94,28,15,true,true,false],[94,34,15,true,false,false],[94,36,15,true,true,false],[94,51,15,true,false,false],[94,53,0,true,true,false],[94,88,15,true,false,false],[95,10,1,true,true,false],[96,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":46,"percent":97.872340425531917},"instantiations":{"count":47,"covered":46,"percent":97.872340425531917},"lines":{"count":98,"covered":97,"percent":98.979591836734699},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":48,"notcovered":1,"percent":97.959183673469383}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift","mcdc_records":[],"segments":[[17,40,6,true,true,false],[18,32,6,true,true,false],[20,6,0,false,false,false],[22,43,6,true,true,false],[24,35,6,true,true,false],[25,6,0,false,false,false],[29,41,1,true,true,false],[32,23,1,true,true,false],[32,44,1,true,true,false],[32,62,1,true,false,false],[32,64,0,true,true,false],[32,94,1,true,false,false],[33,6,0,false,false,false],[35,36,1,true,true,false],[39,24,1,true,true,false],[39,36,1,true,false,false],[39,38,0,true,true,false],[39,60,1,true,false,false],[41,13,1,true,true,false],[41,40,0,true,true,false],[41,64,1,true,false,false],[42,13,0,true,true,false],[42,56,1,true,false,false],[44,6,0,false,false,false],[48,60,1,true,true,false],[50,22,1,true,true,false],[50,29,1,true,false,false],[50,31,0,true,true,false],[50,67,1,true,false,false],[51,6,0,false,false,false],[53,42,1,true,true,false],[56,23,1,true,true,false],[56,48,1,true,true,false],[56,70,1,true,false,false],[56,72,0,true,true,false],[56,95,1,true,false,false],[57,6,0,false,false,false],[61,53,1,true,true,false],[66,23,1,true,true,false],[66,41,1,true,true,false],[66,56,1,true,false,false],[66,58,0,true,true,false],[66,88,1,true,false,false],[67,6,0,false,false,false],[71,37,1,true,true,false],[75,23,1,true,true,false],[75,42,1,true,false,false],[75,44,0,true,true,false],[75,69,1,true,false,false],[76,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":18,"percent":69.230769230769226},"instantiations":{"count":26,"covered":18,"percent":69.230769230769226},"lines":{"count":63,"covered":55,"percent":87.301587301587304},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":20,"notcovered":8,"percent":71.428571428571431}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift","mcdc_records":[],"segments":[[11,27,7,true,true,false],[21,6,0,false,false,false],[23,30,7,true,true,false],[27,6,0,false,false,false],[29,44,1,true,true,false],[45,37,1,true,true,false],[45,51,1,true,false,false],[45,53,1,true,true,false],[45,54,1,true,false,false],[45,56,0,true,true,false],[45,88,1,true,false,false],[46,6,0,false,false,false],[48,41,1,true,true,false],[51,98,1,true,true,false],[54,83,1,true,true,false],[61,10,1,true,true,false],[65,23,1,true,true,false],[65,71,1,true,false,false],[65,73,0,true,true,false],[65,98,1,true,false,false],[68,80,1,true,true,false],[69,23,1,true,true,false],[69,73,1,true,false,false],[69,75,0,true,true,false],[69,104,1,true,false,false],[70,23,1,true,true,false],[70,60,1,true,false,false],[70,62,0,true,true,false],[70,96,1,true,false,false],[73,12,1,true,true,false],[73,29,1,true,false,false],[73,30,0,true,true,false],[74,27,0,true,true,false],[74,78,0,true,false,false],[74,80,0,true,true,false],[74,101,0,true,false,false],[75,10,1,true,false,false],[76,6,0,false,false,false],[78,44,1,true,true,false],[81,98,1,true,true,false],[84,83,1,true,true,false],[91,10,1,true,true,false],[95,84,1,true,true,false],[96,25,1,true,true,false],[96,80,1,true,false,false],[97,79,1,true,true,false],[98,28,1,true,true,false],[98,32,1,true,false,false],[98,34,1,true,true,false],[98,51,1,true,false,false],[98,53,0,true,true,false],[98,74,1,true,false,false],[100,6,0,false,false,false],[102,38,1,true,true,false],[106,88,1,true,true,false],[108,23,1,true,true,false],[108,83,1,true,false,false],[113,92,1,true,true,false],[115,24,1,true,true,false],[115,85,1,true,false,false],[116,6,0,false,false,false],[118,51,1,true,true,false],[122,85,1,true,true,false],[125,95,1,true,true,false],[128,86,1,true,true,false],[129,23,1,true,true,false],[129,73,1,true,false,false],[129,75,0,true,true,false],[129,99,1,true,false,false],[130,23,1,true,true,false],[130,59,1,true,false,false],[130,61,0,true,true,false],[130,95,1,true,false,false],[133,25,1,true,true,false],[133,35,1,true,false,false],[134,36,1,true,true,false],[135,27,1,true,true,false],[135,73,1,true,false,false],[135,75,0,true,true,false],[135,96,1,true,false,false],[137,6,0,false,false,false],[139,56,1,true,true,false],[143,88,1,true,true,false],[146,30,1,true,true,false],[146,99,1,true,false,false],[146,101,1,true,true,false],[149,18,0,true,true,false],[152,14,1,true,true,false],[153,10,1,true,false,false],[154,6,0,false,false,false],[156,45,1,true,true,false],[158,13,1,true,true,false],[162,14,1,true,false,false],[163,11,1,true,true,false],[164,91,1,true,true,false],[165,58,1,true,true,false],[167,18,1,true,false,false],[167,24,0,true,true,false],[169,18,1,true,false,false],[170,20,0,true,true,false],[172,14,1,true,false,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":37,"covered":27,"percent":72.972972972972968},"instantiations":{"count":37,"covered":27,"percent":72.972972972972968},"lines":{"count":205,"covered":187,"percent":91.219512195121951},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":47,"notcovered":14,"percent":77.049180327868854}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift","mcdc_records":[],"segments":[[9,47,1,true,true,false],[11,24,1,true,true,false],[11,30,1,true,false,false],[11,32,1,true,true,false],[11,38,1,true,false,false],[12,6,0,false,false,false],[14,49,1,true,true,false],[16,24,1,true,true,false],[16,30,1,true,false,false],[16,32,1,true,true,false],[16,40,1,true,false,false],[17,6,0,false,false,false],[19,48,1,true,true,false],[21,24,1,true,true,false],[21,30,1,true,false,false],[21,32,1,true,true,false],[21,39,1,true,false,false],[22,6,0,false,false,false],[24,60,1,true,true,false],[27,22,1,true,true,false],[27,28,1,true,false,false],[27,30,0,true,true,false],[27,82,1,true,false,false],[28,6,0,false,false,false],[30,62,1,true,true,false],[32,22,1,true,true,false],[32,28,1,true,false,false],[32,30,0,true,true,false],[32,84,1,true,false,false],[33,6,0,false,false,false],[35,67,1,true,true,false],[38,24,1,true,true,false],[38,30,1,true,false,false],[38,32,1,true,true,false],[38,38,1,true,false,false],[38,40,0,true,true,false],[38,80,1,true,false,false],[39,6,0,false,false,false],[41,69,1,true,true,false],[43,24,1,true,true,false],[43,30,1,true,false,false],[43,32,1,true,true,false],[43,40,1,true,false,false],[43,42,0,true,true,false],[43,86,1,true,false,false],[44,6,0,false,false,false],[46,68,1,true,true,false],[48,24,1,true,true,false],[48,30,1,true,false,false],[48,32,1,true,true,false],[48,39,1,true,false,false],[48,41,0,true,true,false],[48,83,1,true,false,false],[49,6,0,false,false,false],[51,45,1,true,true,false],[53,22,1,true,true,false],[53,28,1,true,false,false],[54,6,0,false,false,false],[56,44,1,true,true,false],[58,22,1,true,true,false],[58,28,1,true,false,false],[59,6,0,false,false,false],[63,50,1,true,true,false],[64,24,1,true,true,false],[64,54,1,true,false,false],[64,56,1,true,true,false],[64,63,1,true,false,false],[65,24,1,true,true,false],[65,56,1,true,false,false],[65,58,1,true,true,false],[65,67,1,true,false,false],[66,24,1,true,true,false],[66,55,1,true,false,false],[66,57,1,true,true,false],[66,65,1,true,false,false],[67,6,0,false,false,false],[73,65,1,true,true,false],[83,13,1,true,true,false],[83,50,1,true,false,false],[84,13,0,true,true,false],[84,52,1,true,false,false],[86,6,0,false,false,false],[88,67,1,true,true,false],[95,23,1,true,true,false],[95,60,1,true,false,false],[102,13,1,true,true,false],[102,50,1,true,false,false],[103,13,0,true,true,false],[103,41,1,true,false,false],[105,6,0,false,false,false],[107,67,1,true,true,false],[115,13,1,true,true,false],[115,51,1,true,false,false],[116,13,0,true,true,false],[116,54,1,true,false,false],[124,13,1,true,true,false],[124,51,1,true,false,false],[125,13,0,true,true,false],[125,42,1,true,false,false],[127,6,0,false,false,false],[129,55,1,true,true,false],[146,53,10,true,true,false],[151,17,10,true,true,false],[151,68,10,true,false,false],[152,17,0,true,true,false],[152,72,10,true,false,false],[159,17,10,true,true,false],[159,68,10,true,false,false],[160,17,0,true,true,false],[160,44,10,true,false,false],[162,10,1,true,true,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":55,"covered":44,"percent":80},"instantiations":{"count":55,"covered":44,"percent":80},"lines":{"count":175,"covered":164,"percent":93.714285714285722},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":46,"notcovered":11,"percent":80.701754385964904}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift","mcdc_records":[],"segments":[[9,26,11,true,true,false],[9,31,0,false,false,false],[10,28,11,true,true,false],[10,33,0,false,false,false],[12,56,11,true,true,false],[14,6,0,false,false,false],[16,28,1,true,true,false],[19,12,1,true,true,false],[19,40,0,true,true,false],[19,59,1,true,false,false],[19,60,1,true,true,false],[21,10,1,true,false,false],[22,6,0,false,false,false],[24,36,1,true,true,false],[27,6,0,false,false,false],[37,40,5,true,true,false],[38,32,5,true,true,false],[42,42,9,true,true,false],[44,10,5,true,false,false],[48,6,0,false,false,false],[50,43,5,true,true,false],[53,35,5,true,true,false],[54,6,0,false,false,false],[56,83,1,true,true,false],[60,34,1,true,true,false],[76,16,1,true,true,false],[76,21,1,true,false,false],[77,9,1,true,true,false],[78,27,1,true,true,false],[78,31,1,true,false,false],[79,9,0,true,true,false],[80,27,0,true,true,false],[80,65,0,true,false,false],[80,67,0,true,true,false],[80,123,0,true,false,false],[80,124,1,true,false,false],[81,9,0,true,true,false],[82,62,1,true,false,false],[83,10,1,true,true,false],[84,6,0,false,false,false],[86,58,1,true,true,false],[88,42,2,true,true,false],[90,10,1,true,false,false],[95,33,1,true,true,false],[99,24,1,true,true,false],[99,29,1,true,false,false],[99,31,1,true,true,false],[99,39,1,true,false,false],[100,6,0,false,false,false],[102,56,1,true,true,false],[109,27,1,true,true,false],[109,33,1,true,false,false],[109,35,1,true,true,false],[109,43,1,true,false,false],[110,24,1,true,true,false],[110,37,1,true,false,false],[110,39,1,true,true,false],[110,45,1,true,false,false],[111,6,0,false,false,false],[113,87,1,true,true,false],[116,47,2,true,true,false],[116,61,1,true,false,false],[117,36,1,true,true,false],[117,96,1,true,false,false],[118,44,0,true,true,false],[118,46,1,true,false,false],[120,42,2,true,true,false],[120,67,1,true,false,false],[124,12,1,true,true,false],[125,38,0,true,true,false],[127,10,1,true,false,false],[127,49,1,true,true,false],[128,54,1,true,true,false],[129,31,1,true,true,false],[129,60,1,true,false,false],[130,20,0,true,true,false],[132,14,1,true,false,false],[133,17,0,true,true,false],[135,10,1,true,true,false],[136,6,0,false,false,false],[138,94,1,true,true,false],[142,47,1,true,true,false],[142,55,1,true,false,false],[143,36,1,true,true,false],[143,41,1,true,false,false],[144,34,1,true,true,false],[144,39,1,true,false,false],[146,36,1,true,true,false],[149,14,1,true,false,false],[151,44,1,true,true,false],[154,14,1,true,false,false],[158,42,8,true,true,false],[158,60,1,true,false,false],[165,34,1,true,true,false],[168,23,1,true,true,false],[168,49,1,true,false,false],[168,51,0,true,true,false],[168,89,1,true,false,false],[169,23,1,true,true,false],[169,47,1,true,false,false],[169,49,0,true,true,false],[169,96,1,true,false,false],[170,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":33,"percent":84.615384615384613},"instantiations":{"count":39,"covered":33,"percent":84.615384615384613},"lines":{"count":181,"covered":169,"percent":93.370165745856355},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":47,"notcovered":11,"percent":81.034482758620683}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift","mcdc_records":[],"segments":[[5,69,1,true,true,false],[8,74,1,true,true,false],[11,13,1,true,true,false],[11,61,1,true,false,false],[12,13,0,true,true,false],[12,81,1,true,false,false],[14,6,0,false,false,false],[16,65,1,true,true,false],[24,23,1,true,true,false],[24,50,1,true,false,false],[24,52,0,true,true,false],[24,94,1,true,false,false],[25,23,1,true,true,false],[25,52,1,true,false,false],[25,54,0,true,true,false],[25,102,1,true,false,false],[27,13,1,true,true,false],[27,78,1,true,false,false],[28,13,0,true,true,false],[28,68,1,true,false,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":6,"percent":60},"instantiations":{"count":10,"covered":6,"percent":60},"lines":{"count":33,"covered":29,"percent":87.878787878787875},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":7,"notcovered":4,"percent":63.636363636363633}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift","mcdc_records":[],"segments":[[9,35,4,true,true,false],[9,92,0,false,false,false],[10,38,4,true,true,false],[10,95,0,false,false,false],[11,38,4,true,true,false],[11,44,0,false,false,false],[13,56,0,true,true,false],[31,6,0,false,false,false],[33,59,0,true,true,false],[54,6,0,false,false,false],[56,59,0,true,true,false],[71,6,0,false,false,false],[75,70,1,true,true,false],[77,64,1,true,true,false],[79,10,1,true,false,false],[79,12,0,true,true,false],[128,91,0,true,true,false],[144,10,0,true,true,false],[148,25,0,true,true,false],[148,29,0,true,false,false],[148,31,0,true,true,false],[148,71,0,true,false,false],[149,24,0,true,true,false],[149,42,0,true,false,false],[149,44,0,true,true,false],[149,59,0,true,false,false],[149,61,0,true,true,false],[149,100,0,true,false,false],[150,24,0,true,true,false],[150,39,0,true,false,false],[150,41,0,true,true,false],[150,47,0,true,false,false],[150,49,0,true,true,false],[150,77,0,true,false,false],[154,25,0,true,true,false],[154,29,0,true,false,false],[154,31,0,true,true,false],[154,71,0,true,false,false],[155,24,0,true,true,false],[155,42,0,true,false,false],[155,44,0,true,true,false],[155,62,0,true,false,false],[155,64,0,true,true,false],[155,115,0,true,false,false],[156,23,0,true,true,false],[156,46,0,true,true,false],[156,51,0,true,false,false],[156,53,0,true,true,false],[156,95,0,true,false,false],[164,10,0,true,true,false],[168,25,0,true,true,false],[168,35,0,true,false,false],[168,37,0,true,true,false],[168,80,0,true,false,false],[169,24,0,true,true,false],[169,48,0,true,false,false],[169,50,0,true,true,false],[169,68,0,true,false,false],[169,70,0,true,true,false],[169,126,0,true,false,false],[170,6,0,false,false,false],[172,51,1,true,true,false],[173,64,1,true,true,false],[175,10,1,true,false,false],[175,12,0,true,true,false],[183,90,0,true,true,false],[195,10,0,true,true,false],[199,25,0,true,true,false],[199,29,0,true,false,false],[199,31,0,true,true,false],[199,58,0,true,false,false],[200,22,0,true,true,false],[200,40,0,true,false,false],[200,42,0,true,true,false],[200,108,0,true,false,false],[201,6,0,false,false,false],[203,56,1,true,true,false],[204,64,1,true,true,false],[206,10,1,true,false,false],[206,12,0,true,true,false],[214,92,0,true,true,false],[229,10,0,true,true,false],[233,25,0,true,true,false],[233,29,0,true,false,false],[233,31,0,true,true,false],[233,58,0,true,false,false],[234,22,0,true,true,false],[234,40,0,true,false,false],[234,42,0,true,true,false],[234,99,0,true,false,false],[235,6,0,false,false,false],[237,58,1,true,true,false],[238,64,1,true,true,false],[240,10,1,true,false,false],[240,12,0,true,true,false],[248,89,0,true,true,false],[262,10,0,true,true,false],[266,24,0,true,true,false],[266,42,0,true,false,false],[266,44,0,true,true,false],[266,59,0,true,false,false],[266,61,0,true,true,false],[266,89,0,true,false,false],[270,24,0,true,true,false],[270,42,0,true,false,false],[270,44,0,true,true,false],[270,62,0,true,false,false],[270,64,0,true,true,false],[270,106,0,true,false,false],[271,6,0,false,false,false],[275,85,0,true,true,false],[278,81,0,true,true,false],[279,26,0,true,false,false],[280,6,0,false,false,false],[282,59,4,true,true,false],[285,12,4,true,true,false],[285,65,4,true,false,false],[285,66,0,true,true,false],[287,10,4,true,true,false],[299,12,4,true,true,false],[299,61,4,true,false,false],[299,62,0,true,true,false],[301,10,4,true,true,false],[303,19,4,true,false,false],[304,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":12,"percent":23.52941176470588},"instantiations":{"count":55,"covered":16,"percent":29.09090909090909},"lines":{"count":330,"covered":53,"percent":16.060606060606062},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":16,"notcovered":55,"percent":22.535211267605636}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift","mcdc_records":[],"segments":[[5,51,1,true,true,false],[7,64,0,true,true,false],[7,78,1,true,false,false],[8,24,1,true,true,false],[8,29,1,true,false,false],[8,31,1,true,true,false],[8,36,1,true,false,false],[9,6,0,false,false,false],[11,53,1,true,true,false],[13,64,0,true,true,false],[13,78,1,true,false,false],[14,24,1,true,true,false],[14,29,1,true,false,false],[14,31,1,true,true,false],[14,36,1,true,false,false],[15,6,0,false,false,false],[17,45,1,true,true,false],[19,64,0,true,true,false],[19,78,1,true,false,false],[20,24,1,true,true,false],[20,29,1,true,false,false],[20,31,1,true,true,false],[20,36,1,true,false,false],[21,6,0,false,false,false],[23,34,1,true,true,false],[25,64,1,true,true,false],[25,78,1,true,false,false],[26,24,1,true,true,false],[26,29,1,true,false,false],[26,31,1,true,true,false],[26,36,1,true,false,false],[27,6,0,false,false,false],[29,41,1,true,true,false],[31,64,2,true,true,false],[32,20,2,true,true,false],[32,23,2,true,false,false],[33,13,1,true,true,false],[33,31,2,true,false,false],[34,13,1,true,true,false],[34,31,2,true,false,false],[35,13,0,true,true,false],[35,25,2,true,false,false],[36,14,2,true,true,false],[37,10,1,true,false,false],[38,24,1,true,true,false],[38,37,0,true,true,false],[38,39,1,true,false,false],[38,42,1,true,true,false],[38,61,1,true,false,false],[38,63,0,true,true,false],[38,91,1,true,false,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":17,"percent":77.272727272727266},"instantiations":{"count":22,"covered":17,"percent":77.272727272727266},"lines":{"count":54,"covered":49,"percent":90.740740740740748},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":21,"notcovered":6,"percent":77.777777777777786}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift","mcdc_records":[],"segments":[[5,55,1,true,true,false],[15,31,6,true,true,false],[17,17,6,true,true,false],[17,64,6,true,false,false],[18,17,6,true,true,false],[18,34,6,true,false,false],[19,17,0,true,true,false],[19,86,6,true,false,false],[21,10,1,true,true,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":3,"percent":75},"instantiations":{"count":4,"covered":3,"percent":75},"lines":{"count":21,"covered":20,"percent":95.238095238095227},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":5,"notcovered":1,"percent":83.333333333333343}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift","mcdc_records":[],"segments":[[7,47,4,true,true,false],[7,74,0,false,false,false],[11,42,0,true,true,false],[13,6,0,false,false,false],[15,27,7,true,true,false],[19,6,0,false,false,false],[21,30,7,true,true,false],[22,38,7,true,true,false],[24,10,7,true,false,false],[26,6,0,false,false,false],[30,41,1,true,true,false],[31,55,1,true,true,false],[40,82,1,true,true,false],[45,107,1,true,true,false],[49,25,1,true,true,false],[49,36,1,true,false,false],[49,38,0,true,true,false],[49,69,1,true,false,false],[50,24,1,true,true,false],[50,49,1,true,false,false],[50,51,1,true,true,false],[50,54,1,true,false,false],[50,56,0,true,true,false],[50,83,1,true,false,false],[51,24,1,true,true,false],[51,46,1,true,false,false],[51,48,1,true,true,false],[51,51,1,true,false,false],[51,53,0,true,true,false],[51,77,1,true,false,false],[52,6,0,false,false,false],[54,42,1,true,true,false],[55,55,1,true,true,false],[67,82,1,true,true,false],[72,107,1,true,true,false],[78,25,1,true,true,false],[78,36,1,true,false,false],[78,38,0,true,true,false],[78,73,1,true,false,false],[81,6,0,false,false,false],[83,44,1,true,true,false],[84,55,1,true,true,false],[92,84,1,true,true,false],[97,107,1,true,true,false],[101,25,1,true,true,false],[101,36,1,true,false,false],[101,38,0,true,true,false],[101,69,1,true,false,false],[102,24,1,true,true,false],[102,49,1,true,false,false],[102,51,1,true,true,false],[102,54,1,true,false,false],[102,56,0,true,true,false],[102,83,1,true,false,false],[106,25,1,true,true,false],[106,36,1,true,false,false],[106,38,0,true,true,false],[106,69,1,true,false,false],[107,24,1,true,true,false],[107,49,1,true,false,false],[107,51,1,true,true,false],[107,54,1,true,false,false],[107,56,0,true,true,false],[107,83,1,true,false,false],[108,6,0,false,false,false],[110,53,1,true,true,false],[111,55,1,true,true,false],[120,77,1,true,true,false],[125,107,1,true,true,false],[129,28,1,true,true,false],[131,28,1,true,true,false],[131,63,1,true,false,false],[131,65,1,true,true,false],[131,68,1,true,false,false],[131,70,0,true,true,false],[131,92,1,true,false,false],[136,25,1,true,true,false],[136,36,1,true,false,false],[136,38,0,true,true,false],[136,69,1,true,false,false],[137,24,1,true,true,false],[137,49,1,true,false,false],[137,51,1,true,true,false],[137,54,1,true,false,false],[137,56,0,true,true,false],[137,83,1,true,false,false],[138,6,0,false,false,false],[142,46,1,true,true,false],[146,13,1,true,true,false],[146,64,1,true,false,false],[147,13,1,true,true,false],[147,25,1,true,false,false],[150,13,1,true,true,false],[150,93,1,true,false,false],[151,13,1,true,true,false],[151,39,1,true,false,false],[153,22,1,true,true,false],[153,71,1,true,false,false],[154,6,0,false,false,false],[156,52,1,true,true,false],[160,13,1,true,true,false],[160,93,1,true,false,false],[161,13,1,true,true,false],[161,31,1,true,false,false],[164,13,1,true,true,false],[164,70,1,true,false,false],[165,13,1,true,true,false],[165,23,1,true,false,false],[168,13,1,true,true,false],[168,109,1,true,false,false],[169,13,1,true,true,false],[169,33,1,true,false,false],[171,22,1,true,true,false],[171,79,1,true,false,false],[172,6,0,false,false,false],[174,55,1,true,true,false],[178,13,1,true,true,false],[178,89,1,true,false,false],[179,13,1,true,true,false],[179,24,1,true,false,false],[182,13,1,true,true,false],[182,68,1,true,false,false],[183,13,1,true,true,false],[183,18,1,true,false,false],[186,13,1,true,true,false],[186,109,1,true,false,false],[187,13,1,true,true,false],[187,34,1,true,false,false],[189,22,1,true,true,false],[189,80,1,true,false,false],[190,6,0,false,false,false],[194,85,4,true,true,false],[197,81,4,true,true,false],[198,26,4,true,false,false],[199,6,0,false,false,false],[201,58,4,true,true,false],[202,30,4,true,true,false],[204,10,0,true,true,false],[207,149,4,true,false,false],[208,6,0,false,false,false],[210,58,4,true,true,false],[217,6,0,false,false,false],[219,59,4,true,true,false],[224,9,0,true,true,false],[226,10,4,true,true,false],[228,46,4,true,true,false],[228,84,4,true,false,false],[229,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":51,"percent":80.952380952380949},"instantiations":{"count":63,"covered":51,"percent":80.952380952380949},"lines":{"count":249,"covered":231,"percent":92.771084337349393},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":82,"covered":68,"notcovered":14,"percent":82.926829268292678}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift","mcdc_records":[],"segments":[[7,64,1,true,true,false],[28,23,1,true,true,false],[28,50,1,true,false,false],[29,23,1,true,true,false],[29,50,1,true,false,false],[30,24,1,true,true,false],[30,46,1,true,false,false],[30,48,1,true,true,false],[30,82,1,true,false,false],[31,6,0,false,false,false],[33,49,1,true,true,false],[54,23,1,true,true,false],[54,50,1,true,false,false],[55,24,1,true,true,false],[55,43,1,true,false,false],[55,45,1,true,true,false],[55,79,1,true,false,false],[56,23,1,true,true,false],[56,53,1,true,false,false],[57,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":58,"covered":58,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":10,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift","mcdc_records":[],"segments":[[12,52,1,true,true,false],[34,43,0,true,true,false],[34,45,1,true,false,false],[39,6,0,false,false,false],[42,54,1,true,true,false],[64,43,0,true,true,false],[64,45,1,true,false,false],[69,6,0,false,false,false],[74,43,1,true,true,false],[96,43,0,true,true,false],[96,45,1,true,false,false],[101,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":3,"percent":50},"instantiations":{"count":6,"covered":3,"percent":50},"lines":{"count":87,"covered":84,"percent":96.551724137931032},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":3,"notcovered":3,"percent":50}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift","mcdc_records":[],"segments":[[13,26,1,true,true,false],[18,6,0,false,false,false],[21,29,1,true,true,false],[26,6,0,false,false,false],[29,30,1,true,true,false],[34,6,0,false,false,false],[39,32,1,true,true,false],[75,6,0,false,false,false],[80,32,1,true,true,false],[129,6,0,false,false,false],[132,34,1,true,true,false],[194,6,0,false,false,false],[197,42,1,true,true,false],[224,6,0,false,false,false],[227,38,1,true,true,false],[251,6,0,false,false,false],[256,34,1,true,true,false],[259,6,0,false,false,false],[264,31,1,true,true,false],[276,6,0,false,false,false],[279,36,1,true,true,false],[302,6,0,false,false,false],[305,31,1,true,true,false],[318,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":12,"percent":100},"instantiations":{"count":12,"covered":12,"percent":100},"lines":{"count":276,"covered":276,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":12,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift","mcdc_records":[],"segments":[[16,35,1,true,true,false],[17,24,1,true,true,false],[17,54,1,true,false,false],[17,56,1,true,true,false],[17,76,1,true,false,false],[18,24,1,true,true,false],[18,58,1,true,false,false],[18,60,1,true,true,false],[18,94,1,true,false,false],[19,24,1,true,true,false],[19,59,1,true,false,false],[19,61,1,true,true,false],[19,96,1,true,false,false],[20,24,1,true,true,false],[20,59,1,true,false,false],[20,61,1,true,true,false],[20,84,1,true,false,false],[21,6,0,false,false,false],[23,32,1,true,true,false],[24,23,1,true,true,false],[24,98,1,true,false,false],[25,23,1,true,true,false],[25,100,1,true,false,false],[26,6,0,false,false,false],[30,47,1,true,true,false],[38,24,1,true,true,false],[38,31,1,true,false,false],[38,33,1,true,true,false],[38,56,1,true,false,false],[39,24,1,true,true,false],[39,31,1,true,false,false],[39,33,1,true,true,false],[39,40,1,true,false,false],[40,24,1,true,true,false],[40,31,1,true,false,false],[40,33,1,true,true,false],[40,48,1,true,false,false],[41,24,1,true,true,false],[41,31,1,true,false,false],[41,33,1,true,true,false],[41,41,1,true,false,false],[42,24,1,true,true,false],[42,31,1,true,false,false],[42,33,1,true,true,false],[42,40,1,true,false,false],[43,24,1,true,true,false],[43,31,1,true,false,false],[43,33,1,true,true,false],[43,42,1,true,false,false],[44,24,1,true,true,false],[44,31,1,true,false,false],[44,33,1,true,true,false],[44,54,1,true,false,false],[45,6,0,false,false,false],[47,49,1,true,true,false],[55,23,1,true,true,false],[55,47,1,true,false,false],[56,24,1,true,true,false],[56,48,1,true,false,false],[57,23,1,true,true,false],[57,46,1,true,false,false],[58,23,1,true,true,false],[58,44,1,true,false,false],[59,6,0,false,false,false],[61,52,1,true,true,false],[69,25,1,true,true,false],[69,34,1,true,false,false],[70,58,1,true,true,false],[71,28,1,true,true,false],[71,43,1,true,false,false],[71,45,1,true,true,false],[71,52,1,true,false,false],[73,6,0,false,false,false],[77,56,1,true,true,false],[85,23,1,true,true,false],[85,57,1,true,false,false],[86,23,1,true,true,false],[86,68,1,true,false,false],[87,23,1,true,true,false],[87,61,1,true,false,false],[88,23,1,true,true,false],[88,67,1,true,false,false],[89,23,1,true,true,false],[89,69,1,true,false,false],[90,6,0,false,false,false],[92,53,1,true,true,false],[98,23,1,true,true,false],[98,59,1,true,false,false],[99,6,0,false,false,false],[101,54,1,true,true,false],[108,23,1,true,true,false],[108,49,1,true,false,false],[109,6,0,false,false,false],[111,54,1,true,true,false],[118,23,1,true,true,false],[118,49,1,true,false,false],[119,6,0,false,false,false],[121,51,1,true,true,false],[128,23,1,true,true,false],[128,45,1,true,false,false],[129,23,1,true,true,false],[129,47,1,true,false,false],[130,6,0,false,false,false],[132,50,1,true,true,false],[147,23,1,true,true,false],[147,55,1,true,false,false],[148,23,1,true,true,false],[148,54,1,true,false,false],[149,24,1,true,true,false],[149,56,1,true,false,false],[150,24,1,true,true,false],[150,55,1,true,false,false],[151,6,0,false,false,false],[153,44,1,true,true,false],[161,104,1,true,true,false],[161,122,1,true,false,false],[162,14,0,true,true,false],[165,10,1,true,true,false],[166,6,0,false,false,false],[170,60,1,true,true,false],[173,23,1,true,true,false],[173,57,1,true,false,false],[174,23,1,true,true,false],[174,68,1,true,false,false],[175,23,1,true,true,false],[175,61,1,true,false,false],[176,6,0,false,false,false],[178,57,1,true,true,false],[181,23,1,true,true,false],[181,73,1,true,false,false],[182,6,0,false,false,false],[184,62,1,true,true,false],[187,23,1,true,true,false],[187,68,1,true,false,false],[188,6,0,false,false,false],[190,48,1,true,true,false],[194,104,1,true,true,false],[194,122,1,true,false,false],[195,14,0,true,true,false],[198,10,1,true,true,false],[199,6,0,false,false,false],[203,61,1,true,true,false],[206,23,1,true,true,false],[206,57,1,true,false,false],[207,23,1,true,true,false],[207,68,1,true,false,false],[208,23,1,true,true,false],[208,61,1,true,false,false],[209,6,0,false,false,false],[211,58,1,true,true,false],[214,23,1,true,true,false],[214,74,1,true,false,false],[215,6,0,false,false,false],[217,63,1,true,true,false],[220,23,1,true,true,false],[220,69,1,true,false,false],[221,6,0,false,false,false],[223,49,1,true,true,false],[227,104,1,true,true,false],[227,122,1,true,false,false],[228,14,0,true,true,false],[231,10,1,true,true,false],[232,6,0,false,false,false],[236,61,1,true,true,false],[240,23,1,true,true,false],[240,57,1,true,false,false],[241,23,1,true,true,false],[241,68,1,true,false,false],[242,23,1,true,true,false],[242,73,1,true,false,false],[243,6,0,false,false,false],[245,58,1,true,true,false],[248,23,1,true,true,false],[248,62,1,true,false,false],[249,6,0,false,false,false],[251,59,1,true,true,false],[255,23,1,true,true,false],[255,49,1,true,false,false],[256,6,0,false,false,false],[258,49,1,true,true,false],[262,104,1,true,true,false],[262,122,1,true,false,false],[263,14,0,true,true,false],[266,10,1,true,true,false],[267,6,0,false,false,false],[271,47,1,true,true,false],[284,24,1,true,true,false],[284,30,1,true,false,false],[284,32,1,true,true,false],[284,38,1,true,false,false],[284,40,0,true,true,false],[284,82,1,true,false,false],[285,6,0,false,false,false],[287,55,1,true,true,false],[300,27,1,true,true,false],[300,33,1,true,false,false],[300,35,1,true,true,false],[300,41,1,true,false,false],[300,43,0,true,true,false],[300,99,1,true,false,false],[301,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":92,"covered":90,"percent":97.826086956521735},"instantiations":{"count":92,"covered":90,"percent":97.826086956521735},"lines":{"count":315,"covered":305,"percent":96.825396825396822},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":105,"covered":99,"notcovered":6,"percent":94.285714285714278}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift","mcdc_records":[],"segments":[[17,40,8,true,true,false],[18,32,8,true,true,false],[20,6,0,false,false,false],[22,43,8,true,true,false],[24,35,8,true,true,false],[25,6,0,false,false,false],[29,50,1,true,true,false],[35,27,1,true,true,false],[35,34,1,true,false,false],[35,36,1,true,true,false],[35,59,1,true,false,false],[35,61,0,true,true,false],[35,90,1,true,false,false],[36,23,1,true,true,false],[36,47,1,true,false,false],[36,49,0,true,true,false],[36,87,1,true,false,false],[37,6,0,false,false,false],[39,61,1,true,true,false],[44,23,1,true,true,false],[44,45,1,true,false,false],[44,47,0,true,true,false],[44,81,1,true,false,false],[45,6,0,false,false,false],[47,56,1,true,true,false],[52,24,1,true,true,false],[52,39,1,true,false,false],[52,41,0,true,true,false],[52,73,1,true,false,false],[53,6,0,false,false,false],[57,48,1,true,true,false],[68,24,1,true,true,false],[68,45,1,true,false,false],[68,47,0,true,true,false],[68,96,1,true,false,false],[69,6,0,false,false,false],[71,42,1,true,true,false],[76,25,1,true,true,false],[76,31,1,true,false,false],[76,33,0,true,true,false],[76,57,1,true,false,false],[77,23,1,true,true,false],[77,49,1,true,true,false],[77,72,1,true,false,false],[77,74,0,true,true,false],[77,105,1,true,false,false],[78,6,0,false,false,false],[80,47,1,true,true,false],[88,25,1,true,true,false],[88,31,1,true,false,false],[88,33,0,true,true,false],[88,57,1,true,false,false],[89,23,1,true,true,false],[89,49,0,true,true,false],[89,72,1,true,false,false],[89,74,0,true,true,false],[89,105,1,true,false,false],[90,6,0,false,false,false],[94,32,1,true,true,false],[97,23,1,true,true,false],[97,41,0,true,true,false],[97,56,1,true,false,false],[97,58,0,true,true,false],[97,81,1,true,false,false],[98,6,0,false,false,false],[102,42,1,true,true,false],[109,25,1,true,true,false],[109,31,1,true,false,false],[109,33,0,true,true,false],[109,82,1,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":23,"percent":63.888888888888886},"instantiations":{"count":36,"covered":23,"percent":63.888888888888886},"lines":{"count":103,"covered":90,"percent":87.378640776699029},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":25,"notcovered":13,"percent":65.789473684210535}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift","mcdc_records":[],"segments":[[11,27,8,true,true,false],[16,6,0,false,false,false],[18,30,8,true,true,false],[22,6,0,false,false,false],[27,37,8,true,true,false],[54,6,0,false,false,false],[57,35,1,true,true,false],[59,6,0,false,false,false],[62,37,1,true,true,false],[70,6,0,false,false,false],[74,47,1,true,true,false],[78,46,1,true,true,false],[85,10,1,true,true,false],[87,24,1,true,true,false],[87,35,1,true,false,false],[87,37,1,true,true,false],[87,52,1,true,false,false],[88,24,1,true,true,false],[88,43,1,true,false,false],[89,6,0,false,false,false],[91,46,1,true,true,false],[95,44,1,true,true,false],[98,12,1,true,true,false],[103,14,0,true,true,false],[105,10,1,true,false,false],[105,45,1,true,true,false],[106,42,1,true,true,false],[108,14,1,true,false,false],[108,20,0,true,true,false],[110,14,1,true,false,false],[111,17,0,true,true,false],[113,10,1,true,true,false],[114,6,0,false,false,false],[116,44,1,true,true,false],[120,46,1,true,true,false],[123,12,1,true,true,false],[128,14,0,true,true,false],[130,10,1,true,false,false],[130,45,1,true,true,false],[132,44,1,true,true,false],[134,14,1,true,false,false],[134,20,0,true,true,false],[137,14,1,true,false,false],[138,17,0,true,true,false],[140,10,1,true,true,false],[141,6,0,false,false,false],[143,50,1,true,true,false],[144,77,1,true,true,false],[145,24,1,true,true,false],[145,41,1,true,false,false],[145,43,1,true,true,false],[145,72,1,true,false,false],[146,6,0,false,false,false],[150,53,1,true,true,false],[154,46,1,true,true,false],[161,10,1,true,true,false],[174,24,1,true,true,false],[174,43,1,true,false,false],[174,45,1,true,true,false],[174,46,1,true,false,false],[175,24,1,true,true,false],[175,49,1,true,false,false],[175,51,1,true,true,false],[175,66,1,true,false,false],[176,6,0,false,false,false],[178,48,1,true,true,false],[182,46,1,true,true,false],[189,10,1,true,true,false],[202,24,1,true,true,false],[202,43,1,true,false,false],[202,45,1,true,true,false],[202,46,1,true,false,false],[205,65,0,true,true,false],[208,10,1,true,true,false],[211,62,1,true,true,false],[211,97,1,true,false,false],[211,100,0,true,true,false],[211,114,1,true,false,false],[216,24,1,true,true,false],[216,43,1,true,false,false],[216,45,1,true,true,false],[216,46,1,true,false,false],[217,6,0,false,false,false],[221,41,1,true,true,false],[225,46,1,true,true,false],[232,10,1,true,true,false],[235,24,1,true,true,false],[235,43,1,true,false,false],[237,45,1,true,true,false],[239,31,1,true,true,false],[239,47,1,true,false,false],[239,49,1,true,true,false],[239,50,1,true,false,false],[241,6,0,false,false,false],[243,40,1,true,true,false],[247,46,1,true,true,false],[254,10,1,true,true,false],[257,24,1,true,true,false],[257,43,1,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":30,"percent":100},"instantiations":{"count":30,"covered":30,"percent":100},"lines":{"count":242,"covered":231,"percent":95.454545454545453},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":54,"notcovered":8,"percent":87.096774193548384}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift","mcdc_records":[],"segments":[[11,40,12,true,true,false],[12,32,12,true,true,false],[18,6,0,false,false,false],[20,43,12,true,true,false],[23,35,12,true,true,false],[24,6,0,false,false,false],[26,57,37,true,true,false],[32,6,0,false,false,false],[34,49,2,true,true,false],[40,6,0,false,false,false],[44,74,1,true,true,false],[49,54,1,true,true,false],[52,24,1,true,true,false],[52,40,1,true,false,false],[52,42,1,true,true,false],[52,43,1,true,false,false],[52,45,0,true,true,false],[52,74,1,true,false,false],[58,54,1,true,true,false],[62,13,1,true,true,false],[62,33,1,true,false,false],[62,35,1,true,true,false],[62,36,1,true,false,false],[63,13,0,true,true,false],[63,61,1,true,false,false],[65,6,0,false,false,false],[67,78,1,true,true,false],[71,54,1,true,true,false],[76,54,1,true,true,false],[79,13,1,true,true,false],[79,33,1,true,false,false],[79,35,1,true,true,false],[79,36,1,true,false,false],[80,13,0,true,true,false],[80,60,1,true,false,false],[82,6,0,false,false,false],[84,81,1,true,true,false],[88,54,1,true,true,false],[93,54,1,true,true,false],[96,13,1,true,true,false],[96,33,1,true,false,false],[96,35,1,true,true,false],[96,36,1,true,false,false],[97,13,0,true,true,false],[97,63,1,true,false,false],[99,6,0,false,false,false],[101,72,1,true,true,false],[106,55,1,true,true,false],[111,54,1,true,true,false],[114,13,1,true,true,false],[114,33,1,true,false,false],[114,35,1,true,true,false],[114,36,1,true,false,false],[115,13,0,true,true,false],[115,81,1,true,false,false],[117,6,0,false,false,false],[119,73,1,true,true,false],[125,54,1,true,true,false],[128,54,1,true,true,false],[132,54,1,true,true,false],[135,54,1,true,true,false],[139,13,1,true,true,false],[139,33,1,true,false,false],[139,35,1,true,true,false],[139,36,1,true,false,false],[140,13,0,true,true,false],[140,82,1,true,false,false],[144,50,4,true,true,false],[144,69,4,true,true,false],[144,89,4,true,false,false],[144,91,1,true,false,false],[146,13,1,true,true,false],[146,31,1,true,false,false],[146,33,1,true,true,false],[146,34,1,true,false,false],[147,13,0,true,true,false],[147,55,1,true,false,false],[151,52,4,true,true,false],[151,71,4,true,true,false],[151,93,4,true,false,false],[151,95,1,true,false,false],[153,13,1,true,true,false],[153,33,1,true,false,false],[153,35,1,true,true,false],[153,36,1,true,false,false],[154,13,0,true,true,false],[154,57,1,true,false,false],[156,6,0,false,false,false],[158,75,1,true,true,false],[161,54,1,true,true,false],[164,54,1,true,true,false],[168,54,1,true,true,false],[172,54,1,true,true,false],[175,13,1,true,true,false],[175,33,1,true,false,false],[175,35,1,true,true,false],[175,36,1,true,false,false],[176,13,0,true,true,false],[176,81,1,true,false,false],[178,6,0,false,false,false],[180,72,1,true,true,false],[187,53,1,true,true,false],[191,54,1,true,true,false],[194,13,1,true,true,false],[194,33,1,true,false,false],[194,35,1,true,true,false],[194,36,1,true,false,false],[195,13,0,true,true,false],[195,58,1,true,false,false],[197,6,0,false,false,false],[199,74,1,true,true,false],[204,54,1,true,true,false],[208,54,1,true,true,false],[211,13,1,true,true,false],[211,33,1,true,false,false],[211,35,1,true,true,false],[211,36,1,true,false,false],[212,13,0,true,true,false],[212,56,1,true,false,false],[216,24,1,true,true,false],[216,48,1,true,false,false],[216,50,1,true,true,false],[216,59,1,true,false,false],[217,24,1,true,true,false],[217,48,1,true,false,false],[217,50,1,true,true,false],[217,57,1,true,false,false],[218,6,0,false,false,false],[222,73,1,true,true,false],[227,54,1,true,true,false],[230,13,1,true,true,false],[230,33,1,true,false,false],[230,35,1,true,true,false],[230,36,1,true,false,false],[231,13,0,true,true,false],[231,68,1,true,false,false],[233,6,0,false,false,false],[235,71,1,true,true,false],[239,23,1,true,true,false],[239,42,1,true,false,false],[239,44,0,true,true,false],[239,76,1,true,false,false],[243,54,1,true,true,false],[246,13,1,true,true,false],[246,33,1,true,false,false],[246,35,1,true,true,false],[246,36,1,true,false,false],[247,13,0,true,true,false],[247,66,1,true,false,false],[249,6,0,false,false,false],[253,62,1,true,true,false],[255,27,15,true,true,false],[257,57,15,true,true,false],[258,10,1,true,true,false],[260,54,1,true,true,false],[266,54,1,true,true,false],[270,13,1,true,true,false],[270,33,1,true,false,false],[270,35,1,true,true,false],[270,37,1,true,false,false],[271,13,0,true,true,false],[271,77,1,true,false,false],[273,6,0,false,false,false],[275,58,1,true,true,false],[279,54,1,true,true,false],[281,30,1,true,true,false],[281,50,1,true,false,false],[281,52,1,true,true,false],[281,53,1,true,false,false],[285,24,1,true,true,false],[285,44,1,true,false,false],[285,46,1,true,true,false],[285,47,1,true,false,false],[285,49,0,true,true,false],[285,81,1,true,false,false],[286,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":73,"covered":57,"percent":78.082191780821915},"instantiations":{"count":73,"covered":57,"percent":78.082191780821915},"lines":{"count":312,"covered":296,"percent":94.871794871794862},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":103,"covered":87,"notcovered":16,"percent":84.466019417475721}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift","mcdc_records":[],"segments":[[9,50,1,true,true,false],[10,24,1,true,true,false],[10,48,1,true,false,false],[10,50,1,true,true,false],[10,74,1,true,false,false],[11,27,1,true,true,false],[11,51,1,true,false,false],[11,53,1,true,true,false],[11,83,1,true,false,false],[12,6,0,false,false,false],[14,52,1,true,true,false],[15,24,1,true,true,false],[15,58,1,true,false,false],[15,60,1,true,true,false],[15,94,1,true,false,false],[16,27,1,true,true,false],[16,61,1,true,false,false],[16,63,1,true,true,false],[16,98,1,true,false,false],[17,6,0,false,false,false],[19,65,1,true,true,false],[26,27,1,true,true,false],[26,33,1,true,false,false],[26,35,1,true,true,false],[26,41,1,true,false,false],[29,24,1,true,true,false],[29,41,1,true,false,false],[29,43,1,true,true,false],[29,60,1,true,false,false],[30,6,0,false,false,false],[34,47,1,true,true,false],[45,24,1,true,true,false],[45,57,1,true,false,false],[45,59,1,true,true,false],[45,67,1,true,false,false],[46,6,0,false,false,false],[48,41,1,true,true,false],[59,24,1,true,true,false],[59,57,1,true,false,false],[59,59,1,true,true,false],[59,65,1,true,false,false],[60,6,0,false,false,false],[62,47,1,true,true,false],[73,24,1,true,true,false],[73,57,1,true,false,false],[73,59,1,true,true,false],[73,64,1,true,false,false],[74,6,0,false,false,false],[78,49,1,true,true,false],[87,24,1,true,true,false],[87,51,1,true,false,false],[87,53,1,true,true,false],[87,61,1,true,false,false],[88,6,0,false,false,false],[90,46,1,true,true,false],[98,24,1,true,true,false],[98,40,1,true,false,false],[98,42,1,true,true,false],[98,47,1,true,false,false],[99,6,0,false,false,false],[103,46,1,true,true,false],[119,23,1,true,true,false],[119,30,1,true,false,false],[120,6,0,false,false,false],[122,52,1,true,true,false],[137,24,1,true,true,false],[137,31,1,true,false,false],[138,6,0,false,false,false],[142,55,1,true,true,false],[151,31,4,true,true,false],[153,10,1,true,false,false],[155,24,1,true,true,false],[155,41,1,true,false,false],[155,43,1,true,true,false],[155,44,1,true,false,false],[156,24,1,true,true,false],[156,43,1,true,false,false],[156,45,1,true,true,false],[156,48,1,true,false,false],[157,24,1,true,true,false],[157,43,1,true,false,false],[157,45,1,true,true,false],[157,48,1,true,false,false],[158,6,0,false,false,false],[160,49,1,true,true,false],[169,25,4,true,true,false],[171,10,1,true,false,false],[173,24,1,true,true,false],[173,35,1,true,false,false],[173,37,1,true,true,false],[173,38,1,true,false,false],[174,24,1,true,true,false],[174,38,1,true,false,false],[174,40,1,true,true,false],[174,43,1,true,false,false],[175,24,1,true,true,false],[175,38,1,true,false,false],[175,40,1,true,true,false],[175,43,1,true,false,false],[176,6,0,false,false,false],[178,55,1,true,true,false],[187,31,3,true,true,false],[189,10,1,true,false,false],[191,24,1,true,true,false],[191,41,1,true,false,false],[191,43,1,true,true,false],[191,44,1,true,false,false],[192,24,1,true,true,false],[192,50,1,true,false,false],[192,52,1,true,true,false],[192,57,1,true,false,false],[193,24,1,true,true,false],[193,50,1,true,false,false],[193,52,1,true,true,false],[193,63,1,true,false,false],[194,6,0,false,false,false],[198,39,1,true,true,false],[206,31,3,true,true,false],[206,54,1,true,false,false],[208,24,1,true,true,false],[208,41,1,true,false,false],[208,43,1,true,true,false],[208,44,1,true,false,false],[209,24,1,true,true,false],[209,45,2,true,true,false],[209,68,1,true,false,false],[210,23,1,true,true,false],[210,44,1,true,true,false],[210,62,1,true,false,false],[211,23,1,true,true,false],[211,44,2,true,true,false],[211,62,1,true,false,false],[212,6,0,false,false,false],[216,48,1,true,true,false],[225,66,4,true,true,false],[227,10,1,true,true,false],[229,24,1,true,true,false],[229,36,1,true,false,false],[229,38,1,true,true,false],[229,39,1,true,false,false],[230,23,1,true,true,false],[230,46,1,true,false,false],[231,23,1,true,true,false],[231,45,1,true,false,false],[232,23,1,true,true,false],[232,48,1,true,false,false],[233,24,1,true,true,false],[233,51,1,true,false,false],[234,6,0,false,false,false],[236,48,1,true,true,false],[244,48,3,true,true,false],[246,10,1,true,true,false],[248,24,1,true,true,false],[248,36,1,true,false,false],[248,38,1,true,true,false],[248,39,1,true,false,false],[249,23,1,true,true,false],[249,46,1,true,false,false],[250,23,1,true,true,false],[250,45,1,true,false,false],[251,23,1,true,true,false],[251,45,1,true,false,false],[252,24,1,true,true,false],[252,51,1,true,false,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":82,"covered":82,"percent":100},"instantiations":{"count":82,"covered":82,"percent":100},"lines":{"count":290,"covered":290,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":86,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift","mcdc_records":[],"segments":[[7,60,1,true,true,false],[13,25,1,true,true,false],[13,33,1,true,false,false],[14,24,1,true,true,false],[16,14,1,true,false,false],[20,6,0,false,false,false],[22,67,1,true,true,false],[29,25,1,true,true,false],[29,34,1,true,false,false],[30,24,0,true,true,false],[32,14,1,true,false,false],[36,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":5,"percent":83.333333333333343},"instantiations":{"count":6,"covered":5,"percent":83.333333333333343},"lines":{"count":37,"covered":34,"percent":91.891891891891902},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":5,"notcovered":1,"percent":83.333333333333343}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift","mcdc_records":[],"segments":[[10,40,12,true,true,false],[15,6,0,false,false,false],[17,43,12,true,true,false],[21,6,0,false,false,false],[25,43,1,true,true,false],[30,36,1,true,true,false],[32,10,1,true,false,false],[32,16,0,true,true,false],[34,10,1,true,false,false],[35,6,0,false,false,false],[37,43,1,true,true,false],[43,50,1,true,true,false],[44,28,1,true,true,false],[44,32,1,true,false,false],[44,34,1,true,true,false],[44,66,1,true,false,false],[45,16,0,true,true,false],[47,10,1,true,false,false],[48,6,0,false,false,false],[50,63,1,true,true,false],[57,55,1,true,true,false],[58,28,1,true,true,false],[58,32,1,true,false,false],[58,34,1,true,true,false],[58,45,1,true,false,false],[59,16,0,true,true,false],[61,10,1,true,false,false],[62,6,0,false,false,false],[64,50,1,true,true,false],[71,35,1,true,true,false],[73,10,1,true,false,false],[73,16,0,true,true,false],[75,10,1,true,false,false],[76,6,0,false,false,false],[78,37,1,true,true,false],[86,50,1,true,true,false],[87,27,1,true,true,false],[87,56,0,true,true,false],[87,79,1,true,false,false],[87,81,0,true,true,false],[87,115,1,true,false,false],[88,28,1,true,true,false],[88,47,1,true,false,false],[88,49,0,true,true,false],[88,75,1,true,false,false],[89,16,0,true,true,false],[91,10,1,true,false,false],[92,6,0,false,false,false],[96,30,1,true,true,false],[97,23,1,true,true,false],[97,75,1,true,false,false],[98,23,1,true,true,false],[98,68,1,true,false,false],[99,23,1,true,true,false],[99,75,1,true,false,false],[100,23,1,true,true,false],[100,68,1,true,false,false],[102,24,1,true,true,false],[102,67,1,true,false,false],[103,24,1,true,true,false],[103,69,1,true,false,false],[104,24,1,true,true,false],[104,64,1,true,false,false],[105,6,0,false,false,false],[107,30,1,true,true,false],[108,23,1,true,true,false],[108,66,1,true,false,false],[109,23,1,true,true,false],[109,68,1,true,false,false],[110,23,1,true,true,false],[110,67,1,true,false,false],[111,23,1,true,true,false],[111,66,1,true,false,false],[113,24,1,true,true,false],[113,76,1,true,false,false],[114,24,1,true,true,false],[114,67,1,true,false,false],[115,24,1,true,true,false],[115,64,1,true,false,false],[116,6,0,false,false,false],[120,36,1,true,true,false],[126,23,1,true,true,false],[126,55,1,true,false,false],[127,23,1,true,true,false],[127,51,1,true,false,false],[133,24,1,true,true,false],[133,56,1,true,false,false],[134,24,1,true,true,false],[134,52,1,true,false,false],[135,6,0,false,false,false],[139,36,1,true,true,false],[146,24,1,true,true,false],[146,33,1,true,false,false],[146,35,1,true,true,false],[146,36,1,true,false,false],[149,24,1,true,true,false],[149,48,1,true,false,false],[149,50,1,true,true,false],[149,67,1,true,false,false],[150,24,1,true,true,false],[150,49,1,true,false,false],[150,51,1,true,true,false],[150,55,1,true,false,false],[151,24,1,true,true,false],[151,49,1,true,false,false],[151,51,1,true,true,false],[151,53,1,true,false,false],[152,6,0,false,false,false],[154,36,1,true,true,false],[161,24,1,true,true,false],[161,33,1,true,false,false],[161,35,1,true,true,false],[161,36,1,true,false,false],[164,24,1,true,true,false],[164,48,1,true,false,false],[164,50,1,true,true,false],[164,67,1,true,false,false],[165,24,1,true,true,false],[165,49,1,true,false,false],[165,51,1,true,true,false],[165,56,1,true,false,false],[166,24,1,true,true,false],[166,49,1,true,false,false],[166,51,1,true,true,false],[166,70,1,true,false,false],[167,6,0,false,false,false],[169,39,1,true,true,false],[174,28,110,true,true,false],[176,10,1,true,true,false],[179,24,1,true,true,false],[179,33,1,true,false,false],[179,35,1,true,true,false],[179,38,1,true,false,false],[179,40,0,true,true,false],[179,78,1,true,false,false],[183,24,1,true,true,false],[183,53,1,true,false,false],[183,55,1,true,true,false],[183,74,1,true,false,false],[187,24,1,true,true,false],[187,52,1,true,false,false],[187,54,1,true,true,false],[187,74,1,true,false,false],[188,6,0,false,false,false],[192,33,1,true,true,false],[199,24,1,true,true,false],[199,56,1,true,false,false],[200,24,1,true,true,false],[200,52,1,true,false,false],[201,23,1,true,true,false],[201,51,1,true,false,false],[202,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":67,"covered":63,"percent":94.029850746268664},"instantiations":{"count":67,"covered":63,"percent":94.029850746268664},"lines":{"count":223,"covered":209,"percent":93.721973094170409},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":79,"covered":70,"notcovered":9,"percent":88.60759493670885}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift","mcdc_records":[],"segments":[[17,35,1,true,true,false],[18,24,1,true,true,false],[18,59,1,true,false,false],[18,61,1,true,true,false],[18,81,1,true,false,false],[19,24,1,true,true,false],[19,63,1,true,false,false],[19,65,1,true,true,false],[19,99,1,true,false,false],[20,24,1,true,true,false],[20,64,1,true,false,false],[20,66,1,true,true,false],[20,101,1,true,false,false],[21,24,1,true,true,false],[21,64,1,true,false,false],[21,66,1,true,true,false],[21,89,1,true,false,false],[22,6,0,false,false,false],[26,48,1,true,true,false],[40,24,1,true,true,false],[40,30,1,true,false,false],[40,32,0,true,true,false],[40,89,1,true,false,false],[41,23,1,true,true,false],[41,28,1,true,false,false],[41,30,0,true,true,false],[41,82,1,true,false,false],[42,6,0,false,false,false],[44,66,1,true,true,false],[46,24,1,true,true,false],[46,30,1,true,false,false],[46,32,0,true,true,false],[46,82,1,true,false,false],[47,6,0,false,false,false],[49,67,1,true,true,false],[58,23,1,true,true,false],[58,34,1,true,false,false],[58,36,0,true,true,false],[58,86,1,true,false,false],[65,24,1,true,true,false],[65,34,1,true,false,false],[65,36,0,true,true,false],[65,99,1,true,false,false],[66,6,0,false,false,false],[68,53,1,true,true,false],[76,23,1,true,true,false],[76,36,1,true,false,false],[76,38,0,true,true,false],[76,79,1,true,false,false],[80,23,1,true,true,false],[80,34,1,true,false,false],[80,36,0,true,true,false],[80,96,1,true,false,false],[84,23,1,true,true,false],[84,33,1,true,false,false],[84,35,0,true,true,false],[84,68,1,true,false,false],[85,6,0,false,false,false],[87,51,1,true,true,false],[97,37,3,true,true,false],[99,27,3,true,true,false],[99,35,3,true,false,false],[99,37,0,true,true,false],[99,88,3,true,false,false],[100,10,1,true,true,false],[101,6,0,false,false,false],[103,67,1,true,true,false],[110,23,1,true,true,false],[110,32,1,true,false,false],[110,34,0,true,true,false],[110,94,1,true,false,false],[111,6,0,false,false,false],[113,68,1,true,true,false],[116,24,1,true,true,false],[116,33,1,true,false,false],[116,35,0,true,true,false],[116,97,1,true,false,false],[117,6,0,false,false,false],[119,55,1,true,true,false],[127,23,1,true,true,false],[127,34,1,true,false,false],[127,36,0,true,true,false],[127,78,1,true,false,false],[134,24,1,true,true,false],[134,34,1,true,false,false],[134,36,0,true,true,false],[134,82,1,true,false,false],[135,6,0,false,false,false],[139,50,1,true,true,false],[141,41,10,true,true,false],[141,72,1,true,false,false],[144,44,1,true,true,false],[145,41,10,true,true,false],[146,31,10,true,true,false],[148,18,10,true,false,false],[149,14,1,true,true,false],[150,10,1,true,false,false],[153,37,10,true,true,false],[155,27,10,true,true,false],[155,35,10,true,false,false],[155,37,0,true,true,false],[155,113,10,true,false,false],[156,10,1,true,true,false],[157,6,0,false,false,false],[161,55,1,true,true,false],[172,37,3,true,true,false],[174,27,3,true,true,false],[174,35,3,true,false,false],[174,37,0,true,true,false],[174,85,3,true,false,false],[175,10,1,true,true,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":37,"percent":71.15384615384616},"instantiations":{"count":52,"covered":37,"percent":71.15384615384616},"lines":{"count":193,"covered":178,"percent":92.2279792746114},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":45,"notcovered":15,"percent":75}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift","mcdc_records":[],"segments":[[17,40,13,true,true,false],[18,32,13,true,true,false],[20,6,0,false,false,false],[22,43,13,true,true,false],[24,35,13,true,true,false],[25,6,0,false,false,false],[29,35,1,true,true,false],[30,24,1,true,true,false],[30,60,1,true,false,false],[30,62,1,true,true,false],[30,82,1,true,false,false],[31,24,1,true,true,false],[31,64,1,true,false,false],[31,66,1,true,true,false],[31,100,1,true,false,false],[32,24,1,true,true,false],[32,65,1,true,false,false],[32,67,1,true,true,false],[32,102,1,true,false,false],[33,6,0,false,false,false],[37,52,1,true,true,false],[41,23,1,true,true,false],[41,41,1,true,true,false],[41,56,1,true,false,false],[41,58,0,true,true,false],[41,81,1,true,false,false],[42,6,0,false,false,false],[44,58,1,true,true,false],[48,24,1,true,true,false],[48,30,1,true,false,false],[48,32,0,true,true,false],[48,76,1,true,false,false],[49,6,0,false,false,false],[51,53,1,true,true,false],[56,23,1,true,true,false],[56,51,0,true,true,false],[56,76,1,true,false,false],[56,78,0,true,true,false],[56,117,1,true,false,false],[57,23,1,true,true,false],[57,52,0,true,true,false],[57,78,1,true,false,false],[57,80,0,true,true,false],[57,120,1,true,false,false],[58,6,0,false,false,false],[62,53,1,true,true,false],[66,23,1,true,true,false],[66,42,1,true,true,false],[66,58,1,true,false,false],[66,60,0,true,true,false],[66,83,1,true,false,false],[67,6,0,false,false,false],[69,59,1,true,true,false],[73,24,1,true,true,false],[73,31,1,true,false,false],[73,33,0,true,true,false],[73,77,1,true,false,false],[74,6,0,false,false,false],[78,52,1,true,true,false],[82,25,1,true,true,false],[82,31,1,true,false,false],[82,33,0,true,true,false],[82,55,1,true,false,false],[84,13,1,true,true,false],[84,51,1,true,true,false],[84,86,1,true,false,false],[85,13,0,true,true,false],[85,47,1,true,false,false],[88,13,1,true,true,false],[88,55,0,true,true,false],[88,94,1,true,false,false],[89,13,0,true,true,false],[89,52,1,true,false,false],[92,13,1,true,true,false],[92,56,0,true,true,false],[92,96,1,true,false,false],[93,13,0,true,true,false],[93,53,1,true,false,false],[95,6,0,false,false,false],[97,57,1,true,true,false],[106,23,1,true,true,false],[106,27,1,true,false,false],[106,29,0,true,true,false],[106,62,1,true,false,false],[107,6,0,false,false,false],[109,51,1,true,true,false],[115,13,1,true,true,false],[115,40,1,true,false,false],[115,42,1,true,true,false],[115,69,1,true,false,false],[116,13,0,true,true,false],[116,56,1,true,false,false],[119,13,1,true,true,false],[119,44,1,true,false,false],[119,46,1,true,true,false],[119,77,1,true,false,false],[120,13,0,true,true,false],[120,61,1,true,false,false],[122,6,0,false,false,false],[126,60,1,true,true,false],[130,25,1,true,true,false],[130,31,1,true,false,false],[130,33,0,true,true,false],[130,64,1,true,false,false],[132,13,1,true,true,false],[132,41,1,true,true,false],[132,66,1,true,false,false],[133,13,0,true,true,false],[133,44,1,true,false,false],[136,13,1,true,true,false],[136,44,1,true,true,false],[136,72,1,true,false,false],[137,13,0,true,true,false],[137,47,1,true,false,false],[139,6,0,false,false,false],[141,61,1,true,true,false],[145,25,1,true,true,false],[145,31,1,true,false,false],[145,33,0,true,true,false],[145,64,1,true,false,false],[146,6,0,false,false,false],[150,39,1,true,true,false],[154,23,1,true,true,false],[154,44,1,true,true,false],[154,62,1,true,false,false],[154,64,0,true,true,false],[154,87,1,true,false,false],[155,6,0,false,false,false],[157,48,1,true,true,false],[161,23,1,true,true,false],[161,45,0,true,true,false],[161,64,1,true,false,false],[161,66,0,true,true,false],[161,89,1,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":72,"covered":48,"percent":66.666666666666657},"instantiations":{"count":72,"covered":48,"percent":66.666666666666657},"lines":{"count":177,"covered":153,"percent":86.440677966101703},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":50,"notcovered":24,"percent":67.567567567567565}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift","mcdc_records":[],"segments":[[9,31,0,true,true,false],[9,35,0,false,false,false],[10,26,0,true,true,false],[10,27,0,false,false,false],[12,44,0,true,true,false],[15,6,0,false,false,false],[17,27,0,true,true,false],[19,6,0,false,false,false],[28,40,27,true,true,false],[29,32,27,true,true,false],[34,6,0,false,false,false],[36,43,27,true,true,false],[37,32,27,true,true,false],[39,10,27,true,false,false],[39,16,0,true,true,false],[41,10,27,true,false,false],[44,35,27,true,true,false],[45,6,0,false,false,false],[49,59,1,true,true,false],[53,24,1,true,true,false],[53,46,1,true,false,false],[53,48,0,true,true,false],[53,94,1,true,false,false],[54,23,1,true,true,false],[54,49,1,true,false,false],[54,51,0,true,true,false],[54,77,1,true,false,false],[55,24,1,true,true,false],[55,43,1,true,false,false],[55,45,1,true,true,false],[55,66,1,true,false,false],[56,6,0,false,false,false],[58,68,1,true,true,false],[67,39,0,true,true,false],[67,89,0,true,true,false],[67,94,0,true,false,false],[67,95,1,true,false,false],[69,13,1,true,true,false],[69,37,1,true,false,false],[70,13,0,true,true,false],[70,123,1,true,false,false],[73,6,0,false,false,false],[75,59,1,true,true,false],[82,23,1,true,true,false],[82,45,1,true,false,false],[82,47,0,true,true,false],[82,86,1,true,false,false],[83,6,0,false,false,false],[87,58,1,true,true,false],[90,23,1,true,true,false],[90,47,1,true,false,false],[90,49,0,true,true,false],[90,96,1,true,false,false],[91,24,1,true,true,false],[91,55,1,true,false,false],[91,57,1,true,true,false],[91,58,1,true,false,false],[91,60,0,true,true,false],[91,87,1,true,false,false],[92,24,1,true,true,false],[92,62,1,true,false,false],[92,64,1,true,true,false],[92,65,1,true,false,false],[92,67,0,true,true,false],[92,94,1,true,false,false],[93,6,0,false,false,false],[95,55,1,true,true,false],[101,24,1,true,true,false],[101,48,1,true,false,false],[101,50,0,true,true,false],[101,92,1,true,false,false],[102,30,1,true,true,false],[102,61,1,true,false,false],[102,63,1,true,true,false],[102,64,1,true,false,false],[102,66,0,true,true,false],[102,98,1,true,false,false],[103,6,0,false,false,false],[105,54,1,true,true,false],[112,23,1,true,true,false],[112,47,1,true,false,false],[112,49,0,true,true,false],[112,94,1,true,false,false],[113,24,1,true,true,false],[113,55,1,true,false,false],[113,57,1,true,true,false],[113,58,1,true,false,false],[113,60,0,true,true,false],[113,87,1,true,false,false],[114,6,0,false,false,false],[116,61,1,true,true,false],[122,23,1,true,true,false],[122,52,1,true,false,false],[122,54,0,true,true,false],[122,82,1,true,false,false],[123,6,0,false,false,false],[127,58,1,true,true,false],[131,24,1,true,true,false],[131,62,1,true,false,false],[131,64,1,true,true,false],[131,65,1,true,false,false],[131,67,0,true,true,false],[131,95,1,true,false,false],[136,24,1,true,true,false],[136,62,1,true,false,false],[136,64,1,true,true,false],[136,65,1,true,false,false],[136,67,0,true,true,false],[136,96,1,true,false,false],[137,6,0,false,false,false],[139,55,1,true,true,false],[147,24,1,true,true,false],[147,62,1,true,false,false],[147,64,1,true,true,false],[147,65,1,true,false,false],[147,67,0,true,true,false],[147,98,1,true,false,false],[153,24,1,true,true,false],[153,62,1,true,false,false],[153,64,1,true,true,false],[153,65,1,true,false,false],[153,67,0,true,true,false],[153,97,1,true,false,false],[154,6,0,false,false,false],[158,61,1,true,true,false],[159,26,5,true,true,false],[161,28,5,true,true,false],[161,41,5,true,false,false],[161,43,0,true,true,false],[161,89,5,true,false,false],[162,10,1,true,true,false],[163,6,0,false,false,false],[165,68,1,true,true,false],[167,26,9,true,true,false],[169,10,1,true,true,false],[173,23,1,true,true,false],[173,36,1,true,false,false],[173,38,0,true,true,false],[173,84,1,true,false,false],[174,6,0,false,false,false],[176,59,1,true,true,false],[187,24,1,true,true,false],[187,37,1,true,false,false],[187,39,0,true,true,false],[187,71,1,true,false,false],[188,6,0,false,false,false],[192,61,1,true,true,false],[196,32,1,true,true,false],[198,10,1,true,false,false],[198,16,0,true,true,false],[200,10,1,true,false,false],[201,6,0,false,false,false],[203,60,1,true,true,false],[207,41,1,true,true,false],[209,10,1,true,false,false],[209,16,0,true,true,false],[211,10,1,true,false,false],[212,6,0,false,false,false],[214,65,1,true,true,false],[216,26,5,true,true,false],[219,10,1,true,true,false],[224,46,1,true,true,false],[225,27,1,true,true,false],[225,54,1,true,false,false],[225,56,0,true,true,false],[225,91,1,true,false,false],[226,16,0,true,true,false],[228,10,1,true,false,false],[229,6,0,false,false,false],[231,65,1,true,true,false],[233,27,10,true,true,false],[235,10,1,true,true,false],[242,40,1,true,true,false],[244,10,1,true,false,false],[244,16,0,true,true,false],[246,10,1,true,false,false],[247,6,0,false,false,false],[251,68,0,true,true,false],[263,42,0,true,true,false],[265,10,0,true,false,false],[265,16,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[272,43,1,true,true,false],[280,13,1,true,true,false],[280,51,1,true,false,false],[280,53,1,true,true,false],[280,54,1,true,false,false],[280,56,0,true,true,false],[280,91,1,true,false,false],[287,24,1,true,true,false],[287,62,1,true,false,false],[287,64,1,true,true,false],[287,65,1,true,false,false],[287,67,0,true,true,false],[287,104,1,true,false,false],[288,23,1,true,true,false],[288,47,1,true,false,false],[288,49,0,true,true,false],[288,83,1,true,false,false],[289,6,0,false,false,false],[293,61,1,true,true,false],[305,13,1,true,true,false],[305,35,1,true,false,false],[305,37,0,true,true,false],[305,101,1,true,false,false],[307,6,0,false,false,false],[309,58,1,true,true,false],[318,41,1,true,true,false],[320,10,1,true,false,false],[320,16,0,true,true,false],[322,10,1,true,false,false],[328,24,1,true,true,false],[328,62,1,true,false,false],[328,64,1,true,true,false],[328,65,1,true,false,false],[328,67,0,true,true,false],[328,95,1,true,false,false],[329,6,0,false,false,false],[333,65,1,true,true,false],[336,24,1,true,true,false],[336,36,1,true,false,false],[336,38,0,true,true,false],[336,75,1,true,false,false],[339,24,1,true,true,false],[339,36,1,true,false,false],[339,38,0,true,true,false],[339,82,1,true,false,false],[342,24,1,true,true,false],[342,36,1,true,false,false],[342,38,0,true,true,false],[342,82,1,true,false,false],[344,24,1,true,true,false],[344,45,1,true,false,false],[344,47,0,true,true,false],[344,92,1,true,false,false],[345,6,0,false,false,false],[347,63,1,true,true,false],[350,24,1,true,true,false],[350,36,1,true,false,false],[350,38,0,true,true,false],[350,74,1,true,false,false],[353,24,1,true,true,false],[353,36,1,true,false,false],[353,38,0,true,true,false],[353,73,1,true,false,false],[355,24,1,true,true,false],[355,45,1,true,false,false],[355,47,0,true,true,false],[355,93,1,true,false,false],[356,6,0,false,false,false],[358,71,1,true,true,false],[361,24,1,true,true,false],[361,36,1,true,false,false],[361,38,0,true,true,false],[361,74,1,true,false,false],[364,24,1,true,true,false],[364,36,1,true,false,false],[364,38,0,true,true,false],[364,75,1,true,false,false],[367,23,1,true,true,false],[367,35,1,true,false,false],[367,37,0,true,true,false],[367,84,1,true,false,false],[369,23,1,true,true,false],[369,44,1,true,false,false],[369,46,0,true,true,false],[369,93,1,true,false,false],[370,6,0,false,false,false],[372,58,1,true,true,false],[375,24,1,true,true,false],[375,36,1,true,false,false],[375,38,0,true,true,false],[375,77,1,true,false,false],[378,24,1,true,true,false],[378,36,1,true,false,false],[378,38,0,true,true,false],[378,86,1,true,false,false],[381,24,1,true,true,false],[381,36,1,true,false,false],[381,38,0,true,true,false],[381,65,1,true,false,false],[383,24,1,true,true,false],[383,45,1,true,false,false],[383,47,0,true,true,false],[383,76,1,true,false,false],[384,6,0,false,false,false],[386,58,1,true,true,false],[392,23,1,true,true,false],[392,44,1,true,false,false],[392,46,0,true,true,false],[392,84,1,true,false,false],[397,24,1,true,true,false],[397,45,1,true,false,false],[397,47,0,true,true,false],[397,88,1,true,false,false],[401,24,1,true,true,false],[401,35,1,true,false,false],[401,37,0,true,true,false],[401,80,1,true,false,false],[402,6,0,false,false,false],[404,64,1,true,true,false],[410,23,1,true,true,false],[410,44,1,true,false,false],[410,46,0,true,true,false],[410,84,1,true,false,false],[415,24,1,true,true,false],[415,45,1,true,false,false],[415,47,0,true,true,false],[415,88,1,true,false,false],[416,6,0,false,false,false],[418,59,1,true,true,false],[421,39,1,true,true,false],[423,10,1,true,false,false],[430,23,1,true,true,false],[430,38,1,true,false,false],[430,40,0,true,true,false],[430,93,1,true,false,false],[431,6,0,false,false,false],[433,65,1,true,true,false],[436,39,0,true,true,false],[438,10,1,true,false,false],[444,24,1,true,true,false],[444,39,1,true,false,false],[444,41,0,true,true,false],[444,89,1,true,false,false],[445,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":145,"covered":90,"percent":62.068965517241381},"instantiations":{"count":145,"covered":90,"percent":62.068965517241381},"lines":{"count":495,"covered":404,"percent":81.616161616161619},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":169,"covered":106,"notcovered":63,"percent":62.721893491124256}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift","mcdc_records":[],"segments":[[7,43,5,true,true,false],[9,35,5,true,true,false],[10,6,0,false,false,false],[12,65,1,true,true,false],[14,64,2,true,true,false],[14,80,1,true,false,false],[17,70,1,true,true,false],[20,10,1,true,false,false],[23,34,1,true,true,false],[25,23,1,true,true,false],[25,33,1,true,false,false],[26,24,1,true,true,false],[26,36,1,true,false,false],[26,38,1,true,true,false],[26,39,1,true,false,false],[27,6,0,false,false,false],[29,63,1,true,true,false],[31,64,3,true,true,false],[31,80,1,true,false,false],[34,70,1,true,true,false],[36,10,1,true,false,false],[39,34,1,true,true,false],[41,34,1,true,true,false],[43,23,1,true,true,false],[43,28,1,true,false,false],[44,24,1,true,true,false],[44,30,1,true,false,false],[44,32,0,true,true,false],[44,87,1,true,false,false],[45,24,1,true,true,false],[45,36,1,true,false,false],[45,38,1,true,true,false],[45,39,1,true,false,false],[46,6,0,false,false,false],[48,65,1,true,true,false],[50,64,2,true,true,false],[50,80,1,true,false,false],[53,70,1,true,true,false],[56,10,1,true,false,false],[59,36,1,true,true,false],[61,23,1,true,true,false],[61,33,1,true,false,false],[62,24,1,true,true,false],[62,36,1,true,false,false],[62,38,1,true,true,false],[62,39,1,true,false,false],[63,6,0,false,false,false],[65,61,1,true,true,false],[66,64,1,true,true,false],[66,88,1,true,false,false],[68,70,0,true,true,false],[70,10,1,true,false,false],[73,37,1,true,true,false],[75,24,1,true,true,false],[75,34,1,true,false,false],[76,24,1,true,true,false],[76,36,1,true,false,false],[76,38,1,true,true,false],[76,39,1,true,false,false],[77,6,0,false,false,false],[79,64,1,true,true,false],[81,64,2,true,true,false],[81,80,1,true,false,false],[84,70,1,true,true,false],[87,10,1,true,false,false],[90,38,1,true,true,false],[92,23,1,true,true,false],[92,33,1,true,false,false],[93,24,1,true,true,false],[93,36,1,true,false,false],[93,38,1,true,true,false],[93,39,1,true,false,false],[94,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":31,"percent":93.939393939393938},"instantiations":{"count":33,"covered":31,"percent":93.939393939393938},"lines":{"count":123,"covered":119,"percent":96.747967479674799},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":38,"notcovered":2,"percent":95}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift","mcdc_records":[],"segments":[[12,40,5,true,true,false],[13,32,5,true,true,false],[16,102,5,true,true,false],[18,6,0,false,false,false],[20,43,5,true,true,false],[22,35,5,true,true,false],[23,6,0,false,false,false],[28,66,1,true,true,false],[40,99,1,true,true,false],[46,12,1,true,true,false],[47,48,0,true,true,false],[50,82,0,true,true,false],[54,28,0,true,true,false],[54,91,0,true,false,false],[55,28,0,true,true,false],[55,68,0,true,false,false],[56,10,1,true,false,false],[56,43,1,true,true,false],[60,13,1,true,true,false],[61,31,1,true,true,false],[61,59,0,true,true,false],[61,85,1,true,false,false],[62,31,0,true,true,false],[62,69,1,true,false,false],[64,10,1,true,true,false],[65,6,0,false,false,false],[68,81,1,true,true,false],[85,97,1,true,true,false],[90,12,1,true,true,false],[91,48,1,true,true,false],[92,10,1,true,false,false],[92,17,0,true,true,false],[94,10,1,true,true,false],[97,78,1,true,true,false],[98,23,1,true,true,false],[98,49,1,true,false,false],[98,51,0,true,true,false],[98,79,1,true,false,false],[99,23,1,true,true,false],[99,56,1,true,false,false],[99,58,0,true,true,false],[99,88,1,true,false,false],[100,24,1,true,true,false],[100,52,1,true,false,false],[100,54,0,true,true,false],[100,88,1,true,false,false],[101,6,0,false,false,false],[104,62,1,true,true,false],[114,84,1,true,true,false],[122,50,1,true,true,false],[124,78,1,true,true,false],[127,23,1,true,true,false],[127,63,1,true,false,false],[127,65,0,true,true,false],[127,93,1,true,false,false],[128,23,1,true,true,false],[128,49,1,true,false,false],[128,51,0,true,true,false],[128,77,1,true,false,false],[131,23,1,true,true,false],[131,48,1,true,false,false],[131,50,0,true,true,false],[131,84,1,true,false,false],[134,23,1,true,true,false],[134,52,1,true,true,false],[134,83,1,true,false,false],[135,23,0,true,true,false],[135,85,1,true,false,false],[136,6,0,false,false,false],[139,61,1,true,true,false],[148,84,1,true,true,false],[157,50,1,true,true,false],[159,78,1,true,true,false],[166,24,1,true,true,false],[166,33,1,true,false,false],[166,35,1,true,true,false],[166,36,1,true,false,false],[166,38,0,true,true,false],[166,77,1,true,false,false],[167,24,1,true,true,false],[167,33,1,true,false,false],[167,35,1,true,true,false],[167,36,1,true,false,false],[167,38,0,true,true,false],[167,83,1,true,false,false],[168,24,1,true,true,false],[168,33,1,true,false,false],[168,35,1,true,true,false],[168,36,1,true,false,false],[168,38,0,true,true,false],[168,83,1,true,false,false],[169,6,0,false,false,false],[172,74,1,true,true,false],[190,89,1,true,true,false],[193,67,1,true,true,false],[196,23,1,true,true,false],[196,54,1,true,false,false],[196,56,0,true,true,false],[196,105,1,true,false,false],[199,24,1,true,true,false],[199,55,1,true,false,false],[199,57,0,true,true,false],[199,107,1,true,false,false],[200,24,1,true,true,false],[200,60,1,true,false,false],[200,62,0,true,true,false],[200,110,1,true,false,false],[201,24,1,true,true,false],[201,58,1,true,false,false],[201,60,0,true,true,false],[201,106,1,true,false,false],[204,23,1,true,true,false],[204,57,1,true,false,false],[204,59,0,true,true,false],[204,96,1,true,false,false],[205,23,1,true,true,false],[205,64,1,true,false,false],[205,66,0,true,true,false],[205,105,1,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":28,"percent":58.333333333333336},"instantiations":{"count":48,"covered":28,"percent":58.333333333333336},"lines":{"count":223,"covered":194,"percent":86.995515695067255},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":49,"notcovered":23,"percent":68.055555555555557}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift","mcdc_records":[],"segments":[[7,45,1,true,true,false],[21,101,1,true,true,false],[23,24,1,true,true,false],[23,43,1,true,false,false],[23,45,1,true,true,false],[23,46,1,true,false,false],[24,24,1,true,true,false],[24,41,1,true,false,false],[24,43,1,true,true,false],[24,49,1,true,false,false],[25,24,1,true,true,false],[25,41,1,true,false,false],[25,43,1,true,true,false],[25,46,1,true,false,false],[26,6,0,false,false,false],[28,39,1,true,true,false],[33,92,1,true,true,false],[35,52,1,true,true,false],[36,28,1,true,true,false],[36,29,1,true,false,false],[36,31,1,true,true,false],[36,34,1,true,false,false],[37,28,1,true,true,false],[37,34,1,true,false,false],[37,36,1,true,true,false],[37,42,1,true,false,false],[38,28,1,true,true,false],[38,31,1,true,false,false],[38,33,1,true,true,false],[38,36,1,true,false,false],[39,16,0,true,true,false],[41,10,1,true,false,false],[42,6,0,false,false,false],[44,40,1,true,true,false],[49,92,1,true,true,false],[51,53,1,true,true,false],[52,28,1,true,true,false],[52,29,1,true,false,false],[52,31,1,true,true,false],[52,33,1,true,false,false],[53,28,1,true,true,false],[53,34,1,true,false,false],[53,36,1,true,true,false],[53,44,1,true,false,false],[54,28,1,true,true,false],[54,31,1,true,false,false],[54,33,1,true,true,false],[54,39,1,true,false,false],[55,16,0,true,true,false],[57,10,1,true,false,false],[58,6,0,false,false,false],[60,39,1,true,true,false],[65,92,1,true,true,false],[67,49,1,true,true,false],[68,28,1,true,true,false],[68,29,1,true,false,false],[68,31,1,true,true,false],[68,35,1,true,false,false],[69,28,1,true,true,false],[69,32,1,true,false,false],[69,34,1,true,true,false],[69,40,1,true,false,false],[70,28,1,true,true,false],[70,30,1,true,false,false],[70,32,1,true,true,false],[70,37,1,true,false,false],[71,16,0,true,true,false],[73,10,1,true,false,false],[74,6,0,false,false,false],[76,41,1,true,true,false],[81,92,1,true,true,false],[83,47,1,true,true,false],[84,28,1,true,true,false],[84,29,1,true,false,false],[84,31,1,true,true,false],[84,34,1,true,false,false],[85,28,1,true,true,false],[85,32,1,true,false,false],[85,34,1,true,true,false],[85,40,1,true,false,false],[86,16,0,true,true,false],[88,10,1,true,false,false],[89,6,0,false,false,false],[91,39,1,true,true,false],[96,92,1,true,true,false],[98,53,1,true,true,false],[99,28,1,true,true,false],[99,29,1,true,false,false],[99,31,1,true,true,false],[99,34,1,true,false,false],[100,28,1,true,true,false],[100,34,1,true,false,false],[100,36,1,true,true,false],[100,42,1,true,false,false],[101,28,1,true,true,false],[101,32,1,true,false,false],[101,34,1,true,true,false],[101,40,1,true,false,false],[102,16,0,true,true,false],[104,10,1,true,false,false],[105,6,0,false,false,false],[107,38,1,true,true,false],[116,101,1,true,true,false],[118,22,1,true,true,false],[118,39,1,true,false,false],[119,6,0,false,false,false],[123,41,1,true,true,false],[132,24,1,true,true,false],[132,31,1,true,false,false],[132,33,1,true,true,false],[132,61,1,true,false,false],[133,6,0,false,false,false],[135,46,1,true,true,false],[139,24,1,true,true,false],[139,31,1,true,false,false],[139,33,1,true,true,false],[139,35,1,true,false,false],[140,6,0,false,false,false],[144,36,1,true,true,false],[146,24,1,true,true,false],[146,65,1,true,false,false],[146,67,1,true,true,false],[146,70,1,true,false,false],[147,24,1,true,true,false],[147,65,1,true,false,false],[147,67,1,true,true,false],[147,70,1,true,false,false],[148,24,1,true,true,false],[148,65,1,true,false,false],[148,67,1,true,true,false],[148,70,1,true,false,false],[149,24,1,true,true,false],[149,65,1,true,false,false],[149,67,1,true,true,false],[149,70,1,true,false,false],[150,24,1,true,true,false],[150,66,1,true,false,false],[150,68,1,true,true,false],[150,73,1,true,false,false],[151,24,1,true,true,false],[151,66,1,true,false,false],[151,68,1,true,true,false],[151,73,1,true,false,false],[152,24,1,true,true,false],[152,66,1,true,false,false],[152,68,1,true,true,false],[152,73,1,true,false,false],[153,24,1,true,true,false],[153,66,1,true,false,false],[153,68,1,true,true,false],[153,74,1,true,false,false],[154,24,1,true,true,false],[154,66,1,true,false,false],[154,68,1,true,true,false],[154,74,1,true,false,false],[155,6,0,false,false,false],[157,41,1,true,true,false],[158,24,1,true,true,false],[158,74,1,true,false,false],[158,76,1,true,true,false],[158,83,1,true,false,false],[159,24,1,true,true,false],[159,74,1,true,false,false],[159,76,1,true,true,false],[159,84,1,true,false,false],[160,24,1,true,true,false],[160,75,1,true,false,false],[160,77,1,true,true,false],[160,84,1,true,false,false],[161,24,1,true,true,false],[161,72,1,true,false,false],[161,74,1,true,true,false],[161,77,1,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":76,"covered":76,"percent":100},"instantiations":{"count":76,"covered":76,"percent":100},"lines":{"count":207,"covered":197,"percent":95.169082125603865},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":93,"covered":88,"notcovered":5,"percent":94.623655913978496}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift","mcdc_records":[],"segments":[[17,38,1,true,true,false],[21,29,0,true,true,false],[24,10,1,true,false,false],[26,23,1,true,true,false],[26,45,1,true,false,false],[26,47,0,true,true,false],[26,97,1,true,false,false],[27,6,0,false,false,false],[29,52,1,true,true,false],[31,29,1,true,true,false],[31,45,1,true,false,false],[34,24,1,true,true,false],[34,29,1,true,false,false],[34,31,1,true,true,false],[34,43,1,true,false,false],[34,45,0,true,true,false],[34,91,1,true,false,false],[35,6,0,false,false,false],[37,59,1,true,true,false],[41,22,1,true,true,false],[41,27,1,true,false,false],[41,29,0,true,true,false],[41,84,1,true,false,false],[42,6,0,false,false,false],[44,52,1,true,true,false],[46,24,1,true,true,false],[46,48,1,true,false,false],[46,50,0,true,true,false],[46,88,1,true,false,false],[47,6,0,false,false,false],[51,52,1,true,true,false],[53,29,1,true,true,false],[53,48,1,true,false,false],[58,14,1,true,true,false],[59,55,1,true,true,false],[61,20,1,true,true,false],[61,45,1,true,false,false],[61,46,1,true,true,false],[64,18,0,true,true,false],[65,14,1,true,true,false],[66,10,1,true,false,false],[69,24,1,true,true,false],[69,38,1,true,false,false],[69,40,1,true,true,false],[69,57,1,true,false,false],[69,59,0,true,true,false],[69,98,1,true,false,false],[70,6,0,false,false,false],[72,60,1,true,true,false],[75,29,3,true,true,false],[75,40,1,true,false,false],[81,14,1,true,true,false],[82,55,3,true,true,false],[85,20,3,true,true,false],[85,45,3,true,false,false],[85,46,1,true,true,false],[87,18,2,true,true,false],[88,14,1,true,true,false],[89,10,1,true,false,false],[104,24,1,true,true,false],[104,38,1,true,false,false],[104,40,1,true,true,false],[104,49,1,true,false,false],[104,51,0,true,true,false],[104,82,1,true,false,false],[105,6,0,false,false,false],[107,61,1,true,true,false],[113,24,1,true,true,false],[113,48,1,true,false,false],[113,50,0,true,true,false],[113,97,1,true,false,false],[114,6,0,false,false,false],[116,56,1,true,true,false],[122,29,2,true,true,false],[122,56,1,true,false,false],[129,14,1,true,true,false],[131,51,2,true,true,false],[132,20,2,true,true,false],[132,36,2,true,false,false],[132,37,1,true,true,false],[135,18,1,true,true,false],[138,22,2,true,false,false],[139,14,1,true,true,false],[140,10,1,true,false,false],[151,23,1,true,true,false],[151,47,1,true,false,false],[151,49,0,true,true,false],[151,83,1,true,false,false],[152,6,0,false,false,false],[156,54,1,true,true,false],[162,29,1,true,true,false],[162,53,1,true,false,false],[167,14,1,true,true,false],[168,55,1,true,true,false],[172,14,1,true,true,false],[173,10,1,true,false,false],[176,24,1,true,true,false],[176,44,1,true,false,false],[176,46,1,true,true,false],[176,48,1,true,false,false],[176,50,0,true,true,false],[176,90,1,true,false,false],[177,6,0,false,false,false],[179,49,1,true,true,false],[183,29,4,true,true,false],[186,10,1,true,false,false],[196,30,1,true,true,false],[196,39,1,true,false,false],[196,41,1,true,true,false],[196,53,1,true,false,false],[196,55,0,true,true,false],[196,103,1,true,false,false],[197,6,0,false,false,false],[199,65,1,true,true,false],[203,29,1,true,true,false],[203,51,1,true,false,false],[208,14,1,true,true,false],[209,55,1,true,true,false],[213,14,1,true,true,false],[214,10,1,true,false,false],[217,24,1,true,true,false],[217,44,1,true,false,false],[217,46,1,true,true,false],[217,64,1,true,false,false],[217,66,0,true,true,false],[217,129,1,true,false,false],[218,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":40,"percent":76.923076923076934},"instantiations":{"count":52,"covered":40,"percent":76.923076923076934},"lines":{"count":274,"covered":259,"percent":94.525547445255469},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":58,"notcovered":13,"percent":81.690140845070431}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift","mcdc_records":[],"segments":[[13,36,3,true,true,false],[18,6,0,false,false,false],[21,32,1,true,true,false],[40,6,0,false,false,false],[43,34,1,true,true,false],[87,6,0,false,false,false],[90,36,1,true,true,false],[104,6,0,false,false,false],[107,45,1,true,true,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":5,"percent":100},"instantiations":{"count":5,"covered":5,"percent":100},"lines":{"count":138,"covered":138,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":5,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift","mcdc_records":[],"segments":[[14,30,1,true,true,false],[19,6,0,false,false,false],[24,30,1,true,true,false],[33,6,0,false,false,false],[38,40,1,true,true,false],[58,6,0,false,false,false],[63,34,1,true,true,false],[68,6,0,false,false,false],[71,33,1,true,true,false],[76,6,0,false,false,false],[83,46,1,true,true,false],[88,6,0,false,false,false],[91,31,1,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":7,"percent":100},"instantiations":{"count":7,"covered":7,"percent":100},"lines":{"count":62,"covered":62,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":7,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift","mcdc_records":[],"segments":[[7,30,18,true,true,false],[14,6,0,false,false,false],[18,57,1,true,true,false],[20,58,1,true,true,false],[20,69,1,true,false,false],[22,23,1,true,true,false],[22,47,1,true,false,false],[22,49,0,true,true,false],[22,101,1,true,false,false],[23,6,0,false,false,false],[25,57,1,true,true,false],[27,58,1,true,true,false],[27,69,1,true,false,false],[29,24,1,true,true,false],[29,48,1,true,false,false],[29,50,0,true,true,false],[29,106,1,true,false,false],[30,6,0,false,false,false],[32,59,1,true,true,false],[34,58,1,true,true,false],[34,69,1,true,false,false],[36,24,1,true,true,false],[36,48,1,true,false,false],[36,50,0,true,true,false],[36,121,1,true,false,false],[37,6,0,false,false,false],[39,54,1,true,true,false],[41,58,1,true,true,false],[41,65,1,true,false,false],[43,24,1,true,true,false],[43,48,1,true,false,false],[43,50,0,true,true,false],[43,121,1,true,false,false],[44,6,0,false,false,false],[46,68,1,true,true,false],[47,58,1,true,true,false],[47,69,1,true,false,false],[50,25,1,true,true,false],[50,32,1,true,false,false],[50,34,0,true,true,false],[50,86,1,true,false,false],[51,23,1,true,true,false],[51,53,0,true,true,false],[51,58,1,true,false,false],[51,60,0,true,true,false],[51,102,1,true,false,false],[52,23,1,true,true,false],[52,53,0,true,true,false],[52,58,1,true,false,false],[52,60,0,true,true,false],[52,101,1,true,false,false],[53,6,0,false,false,false],[55,67,1,true,true,false],[56,58,1,true,true,false],[56,69,1,true,false,false],[59,22,1,true,true,false],[59,29,1,true,false,false],[59,31,0,true,true,false],[59,79,1,true,false,false],[60,6,0,false,false,false],[62,60,1,true,true,false],[64,45,1,true,true,false],[64,63,1,true,false,false],[67,24,1,true,true,false],[67,31,1,true,false,false],[67,33,0,true,true,false],[67,83,1,true,false,false],[68,6,0,false,false,false],[70,58,1,true,true,false],[71,45,1,true,true,false],[71,56,1,true,false,false],[74,23,1,true,true,false],[74,30,1,true,false,false],[74,32,0,true,true,false],[74,65,1,true,false,false],[75,6,0,false,false,false],[77,47,1,true,true,false],[78,45,2,true,true,false],[78,51,1,true,false,false],[81,24,1,true,true,false],[81,31,1,true,false,false],[81,33,0,true,true,false],[81,78,1,true,false,false],[82,6,0,false,false,false],[86,62,1,true,true,false],[91,47,1,true,true,false],[92,16,1,true,true,false],[92,50,1,true,false,false],[92,51,1,true,true,false],[104,14,0,true,true,false],[105,22,1,true,false,false],[110,23,1,true,true,false],[110,30,1,true,false,false],[110,32,0,true,true,false],[110,88,1,true,false,false],[111,6,0,false,false,false],[113,65,1,true,true,false],[118,47,1,true,true,false],[119,16,1,true,true,false],[119,50,1,true,false,false],[119,51,1,true,true,false],[121,14,0,true,true,false],[122,22,1,true,false,false],[128,13,1,true,true,false],[128,20,1,true,false,false],[128,22,0,true,true,false],[128,86,1,true,false,false],[130,6,0,false,false,false],[132,70,1,true,true,false],[137,47,1,true,true,false],[138,16,1,true,true,false],[138,50,1,true,false,false],[138,51,1,true,true,false],[145,14,0,true,true,false],[146,22,1,true,false,false],[152,23,1,true,true,false],[152,38,1,true,false,false],[152,40,0,true,true,false],[152,97,1,true,false,false],[153,6,0,false,false,false],[155,65,1,true,true,false],[160,45,1,true,true,false],[160,58,1,true,false,false],[163,47,0,true,true,false],[166,10,1,true,false,false],[171,24,1,true,true,false],[171,42,1,true,false,false],[171,44,0,true,true,false],[171,104,1,true,false,false],[172,6,0,false,false,false],[174,61,1,true,true,false],[179,45,0,true,true,false],[179,82,1,true,false,false],[184,23,1,true,true,false],[184,35,1,true,false,false],[184,37,0,true,true,false],[184,101,1,true,false,false],[185,6,0,false,false,false],[187,58,1,true,true,false],[192,47,10,true,true,false],[193,16,10,true,true,false],[193,50,10,true,false,false],[193,51,10,true,true,false],[199,14,0,true,true,false],[200,22,10,true,false,false],[201,10,1,true,false,false],[207,27,10,true,true,false],[209,10,1,true,true,false],[213,13,1,true,true,false],[213,32,10,true,true,false],[213,46,1,true,false,false],[213,48,0,true,true,false],[213,102,1,true,false,false],[215,6,0,false,false,false],[219,51,1,true,true,false],[222,24,1,true,true,false],[222,40,1,true,false,false],[222,42,1,true,true,false],[222,43,1,true,false,false],[222,45,0,true,true,false],[222,86,1,true,false,false],[223,23,1,true,true,false],[223,45,3,true,true,false],[223,63,1,true,false,false],[223,65,0,true,true,false],[223,107,1,true,false,false],[224,6,0,false,false,false],[226,61,1,true,true,false],[229,76,0,true,true,false],[229,79,1,true,false,false],[229,84,0,true,true,false],[229,85,1,true,false,false],[230,24,1,true,true,false],[230,36,1,true,false,false],[230,38,1,true,true,false],[230,51,1,true,false,false],[230,53,0,true,true,false],[230,113,1,true,false,false],[231,6,0,false,false,false],[233,57,1,true,true,false],[236,13,1,true,true,false],[236,58,1,true,false,false],[237,13,1,true,true,false],[237,55,1,true,false,false],[238,13,0,true,true,false],[238,85,1,true,false,false],[240,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":86,"covered":59,"percent":68.604651162790702},"instantiations":{"count":86,"covered":59,"percent":68.604651162790702},"lines":{"count":319,"covered":285,"percent":89.341692789968647},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":69,"notcovered":31,"percent":69}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift","mcdc_records":[],"segments":[[8,41,1,true,true,false],[14,128,1,true,true,false],[15,86,1,true,true,false],[19,6,0,false,false,false],[22,26,1,true,true,false],[31,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":22,"covered":22,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":4,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift","mcdc_records":[],"segments":[[10,56,1,true,true,false],[11,41,1,true,true,false],[13,10,0,true,true,false],[18,13,0,true,true,false],[18,18,0,true,false,false],[18,20,0,true,true,false],[18,103,0,true,false,false],[19,10,0,true,true,false],[32,62,0,true,true,false],[32,89,0,true,true,false],[32,106,0,true,false,false],[33,9,0,true,true,false],[37,10,0,true,true,false],[38,23,0,true,true,false],[38,28,0,true,false,false],[38,30,0,true,true,false],[38,73,0,true,false,false],[45,16,0,true,true,false],[45,22,0,true,false,false],[46,9,0,true,true,false],[47,18,0,true,false,false],[48,9,0,true,true,false],[49,57,0,true,false,false],[50,10,0,true,true,false],[53,50,0,true,true,false],[55,13,0,true,true,false],[55,51,0,true,false,false],[56,13,0,true,true,false],[56,74,0,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":1,"percent":11.111111111111111},"instantiations":{"count":9,"covered":1,"percent":11.111111111111111},"lines":{"count":57,"covered":4,"percent":7.0175438596491224},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":2,"notcovered":17,"percent":10.526315789473683}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SwiftTestingWorkaround.swift","mcdc_records":[],"segments":[[9,42,1,true,true,false],[13,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":1,"percent":100},"instantiations":{"count":1,"covered":1,"percent":100},"lines":{"count":5,"covered":5,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift","mcdc_records":[],"segments":[[8,27,17,true,true,false],[11,6,0,false,false,false],[13,30,17,true,true,false],[16,6,0,false,false,false],[20,55,1,true,true,false],[24,24,1,true,true,false],[24,53,1,true,false,false],[24,55,0,true,true,false],[24,91,1,true,false,false],[29,13,1,true,true,false],[29,29,1,true,false,false],[29,31,1,true,true,false],[29,32,1,true,false,false],[29,34,0,true,true,false],[29,87,1,true,false,false],[33,16,1,true,true,false],[33,23,1,true,false,false],[34,9,1,true,true,false],[35,18,1,true,false,false],[36,10,1,true,true,false],[37,6,0,false,false,false],[39,53,1,true,true,false],[42,23,1,true,true,false],[42,39,1,true,false,false],[43,24,1,true,true,false],[43,40,1,true,false,false],[44,24,1,true,true,false],[44,45,1,true,false,false],[44,47,1,true,true,false],[44,55,1,true,false,false],[45,6,0,false,false,false],[47,53,1,true,true,false],[50,24,1,true,true,false],[50,40,1,true,false,false],[51,23,1,true,true,false],[51,39,1,true,false,false],[52,24,1,true,true,false],[52,45,1,true,false,false],[52,47,1,true,true,false],[52,56,1,true,false,false],[53,6,0,false,false,false],[55,54,1,true,true,false],[58,24,1,true,true,false],[58,40,1,true,false,false],[59,24,1,true,true,false],[59,40,1,true,false,false],[60,24,1,true,true,false],[60,45,1,true,false,false],[60,47,1,true,true,false],[60,54,1,true,false,false],[61,6,0,false,false,false],[65,61,1,true,true,false],[69,16,1,true,true,false],[69,26,1,true,false,false],[70,9,1,true,true,false],[71,18,1,true,false,false],[72,10,1,true,true,false],[75,24,1,true,true,false],[75,54,1,true,false,false],[76,24,1,true,true,false],[76,54,1,true,false,false],[77,6,0,false,false,false],[79,72,1,true,true,false],[83,24,1,true,true,false],[83,34,1,true,false,false],[83,36,1,true,true,false],[83,46,1,true,false,false],[84,6,0,false,false,false],[86,78,1,true,true,false],[90,24,1,true,true,false],[90,34,1,true,false,false],[90,36,1,true,true,false],[90,52,1,true,false,false],[91,6,0,false,false,false],[93,71,1,true,true,false],[97,24,1,true,true,false],[97,34,1,true,false,false],[97,36,1,true,true,false],[97,44,1,true,false,false],[98,6,0,false,false,false],[100,40,1,true,true,false],[102,13,1,true,true,false],[102,64,1,true,false,false],[102,66,1,true,true,false],[102,94,1,true,false,false],[105,13,1,true,true,false],[105,70,1,true,false,false],[105,72,1,true,true,false],[105,107,1,true,false,false],[107,24,1,true,true,false],[107,73,1,true,false,false],[107,75,1,true,true,false],[107,96,1,true,false,false],[108,6,0,false,false,false],[110,40,1,true,true,false],[115,23,1,true,true,false],[115,66,1,true,false,false],[116,23,1,true,true,false],[116,65,1,true,false,false],[118,23,1,true,true,false],[118,79,1,true,false,false],[119,23,1,true,true,false],[119,71,1,true,false,false],[121,23,1,true,true,false],[121,74,1,true,false,false],[122,6,0,false,false,false],[126,63,1,true,true,false],[130,23,1,true,true,false],[130,54,0,true,true,false],[130,82,1,true,false,false],[131,24,1,true,true,false],[131,65,1,true,false,false],[134,16,1,true,true,false],[134,35,1,true,false,false],[135,9,1,true,true,false],[136,28,1,true,true,false],[136,53,1,true,false,false],[136,55,1,true,true,false],[136,65,1,true,false,false],[137,9,0,true,true,false],[138,28,0,true,true,false],[138,53,0,true,false,false],[138,55,0,true,true,false],[138,71,0,true,false,false],[138,72,1,true,false,false],[139,9,0,true,true,false],[140,28,0,true,true,false],[140,53,0,true,false,false],[140,55,0,true,true,false],[140,63,0,true,false,false],[140,64,1,true,false,false],[141,10,1,true,true,false],[144,24,1,true,true,false],[144,50,1,true,false,false],[145,23,1,true,true,false],[145,80,1,true,false,false],[146,6,0,false,false,false],[148,45,1,true,true,false],[158,23,1,true,true,false],[158,73,1,true,false,false],[159,23,1,true,true,false],[159,53,1,true,false,false],[160,23,1,true,true,false],[160,53,1,true,false,false],[161,23,1,true,true,false],[161,56,1,true,false,false],[162,23,1,true,true,false],[162,63,1,true,false,false],[163,6,0,false,false,false],[165,62,1,true,true,false],[175,23,1,true,true,false],[175,54,1,true,false,false],[176,23,1,true,true,false],[176,59,1,true,false,false],[177,23,1,true,true,false],[177,59,1,true,false,false],[178,23,1,true,true,false],[178,63,1,true,false,false],[179,23,1,true,true,false],[179,68,1,true,false,false],[180,23,1,true,true,false],[180,68,1,true,false,false],[181,6,0,false,false,false],[185,49,1,true,true,false],[187,23,1,true,true,false],[187,41,0,true,true,false],[187,56,1,true,false,false],[188,6,0,false,false,false],[190,55,1,true,true,false],[192,23,1,true,true,false],[192,41,1,true,true,false],[192,56,1,true,false,false],[193,6,0,false,false,false],[195,75,1,true,true,false],[199,24,1,true,true,false],[199,50,1,true,false,false],[200,24,1,true,true,false],[200,57,1,true,false,false],[201,24,1,true,true,false],[201,56,1,true,false,false],[205,23,1,true,true,false],[205,72,1,true,false,false],[206,23,1,true,true,false],[206,53,1,true,false,false],[207,23,1,true,true,false],[207,60,1,true,false,false],[208,6,0,false,false,false],[210,47,1,true,true,false],[214,24,1,true,true,false],[214,63,1,true,false,false],[215,23,1,true,true,false],[215,57,0,true,true,false],[215,88,1,true,false,false],[216,23,1,true,true,false],[216,63,1,true,true,false],[216,100,1,true,false,false],[219,24,1,true,true,false],[219,48,1,true,false,false],[220,23,1,true,true,false],[220,70,1,true,false,false],[221,6,0,false,false,false],[242,7,5,true,true,false],[248,6,0,false,false,false],[250,56,6,true,true,false],[252,6,0,false,false,false],[254,69,3,true,true,false],[262,6,0,false,false,false],[268,51,1,true,true,false],[275,24,1,true,true,false],[275,31,1,true,false,false],[275,33,1,true,true,false],[275,59,1,true,false,false],[276,23,1,true,true,false],[276,39,1,true,false,false],[279,24,1,true,true,false],[279,34,1,true,false,false],[279,36,1,true,true,false],[279,46,1,true,false,false],[282,23,1,true,true,false],[282,46,1,true,false,false],[283,24,1,true,true,false],[283,53,1,true,false,false],[283,55,1,true,true,false],[283,65,1,true,false,false],[284,6,0,false,false,false],[286,51,1,true,true,false],[293,24,1,true,true,false],[293,31,1,true,false,false],[293,33,1,true,true,false],[293,60,1,true,false,false],[294,23,1,true,true,false],[294,39,1,true,false,false],[297,24,1,true,true,false],[297,34,1,true,false,false],[297,36,1,true,true,false],[297,52,1,true,false,false],[300,23,1,true,true,false],[300,46,1,true,false,false],[301,24,1,true,true,false],[301,53,1,true,false,false],[301,55,1,true,true,false],[301,71,1,true,false,false],[302,6,0,false,false,false],[304,58,1,true,true,false],[313,24,1,true,true,false],[313,47,1,true,false,false],[314,24,1,true,true,false],[314,41,1,true,false,false],[314,43,1,true,true,false],[314,72,1,true,false,false],[315,24,1,true,true,false],[315,50,1,true,false,false],[315,52,1,true,true,false],[315,86,1,true,false,false],[316,6,0,false,false,false],[318,57,1,true,true,false],[322,24,1,true,true,false],[322,47,1,true,false,false],[322,49,1,true,true,false],[322,59,1,true,false,false],[323,23,1,true,true,false],[323,51,1,true,false,false],[324,23,1,true,true,false],[324,58,1,true,true,false],[324,85,1,true,false,false],[325,23,1,true,true,false],[325,69,1,true,false,false],[326,6,0,false,false,false],[328,63,1,true,true,false],[332,24,1,true,true,false],[332,47,1,true,false,false],[332,49,1,true,true,false],[332,65,1,true,false,false],[333,23,1,true,true,false],[333,51,1,true,false,false],[334,23,1,true,true,false],[334,58,1,true,true,false],[334,85,1,true,false,false],[335,23,1,true,true,false],[335,76,1,true,false,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":135,"covered":126,"percent":93.333333333333329},"instantiations":{"count":135,"covered":126,"percent":93.333333333333329},"lines":{"count":380,"covered":369,"percent":97.10526315789474},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":146,"covered":135,"notcovered":11,"percent":92.465753424657535}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift","mcdc_records":[],"segments":[[9,29,9,true,true,false],[9,34,0,false,false,false],[11,77,8,true,true,false],[12,41,8,true,true,false],[12,57,0,true,true,false],[14,48,8,true,false,false],[15,6,0,false,false,false],[17,58,1,true,true,false],[18,44,1,true,true,false],[18,87,0,true,true,false],[20,45,0,true,true,false],[21,37,0,true,true,false],[21,58,0,true,false,false],[21,60,0,true,true,false],[21,61,0,true,false,false],[22,23,0,true,true,false],[22,60,0,true,false,false],[23,23,0,true,true,false],[23,60,0,true,false,false],[24,6,0,false,false,false],[26,53,1,true,true,false],[27,44,1,true,true,false],[27,87,0,true,true,false],[30,16,0,true,true,false],[30,22,0,true,false,false],[31,9,0,true,true,false],[32,27,0,true,true,false],[32,31,0,true,false,false],[33,9,0,true,true,false],[34,63,0,true,false,false],[35,10,0,true,true,false],[36,6,0,false,false,false],[38,62,1,true,true,false],[39,44,1,true,true,false],[39,87,0,true,true,false],[41,50,0,true,true,false],[43,42,0,true,true,false],[45,51,0,true,true,false],[45,68,0,true,false,false],[46,27,0,true,true,false],[46,40,0,true,false,false],[46,42,0,true,true,false],[46,79,0,true,false,false],[48,6,0,false,false,false],[52,59,1,true,true,false],[53,44,1,true,true,false],[53,87,0,true,true,false],[60,16,0,true,true,false],[60,22,0,true,false,false],[61,9,0,true,true,false],[63,27,0,true,true,false],[63,31,0,true,false,false],[64,9,0,true,true,false],[65,58,0,true,false,false],[66,9,0,true,true,false],[67,64,0,true,false,false],[68,10,0,true,true,false],[69,6,0,false,false,false],[72,65,1,true,true,false],[73,44,1,true,true,false],[73,87,0,true,true,false],[76,16,0,true,true,false],[76,22,0,true,false,false],[77,9,0,true,true,false],[78,54,0,true,true,false],[79,54,0,true,true,false],[81,14,0,true,true,false],[82,27,0,true,true,false],[82,34,0,true,false,false],[82,36,0,true,true,false],[82,91,0,true,false,false],[85,51,0,true,true,false],[85,74,0,true,false,false],[85,78,0,true,true,false],[85,95,0,true,false,false],[86,27,0,true,true,false],[86,40,0,true,false,false],[86,42,0,true,true,false],[86,107,0,true,false,false],[87,9,0,true,true,false],[88,62,0,true,false,false],[89,9,0,true,true,false],[90,58,0,true,false,false],[91,10,0,true,true,false],[92,6,0,false,false,false],[95,73,1,true,true,false],[96,44,1,true,true,false],[96,87,0,true,true,false],[104,16,0,true,true,false],[104,22,0,true,false,false],[105,9,0,true,true,false],[106,27,0,true,true,false],[106,31,0,true,false,false],[106,33,0,true,true,false],[106,73,0,true,false,false],[107,9,0,true,true,false],[108,27,0,true,true,false],[108,31,0,true,false,false],[108,33,0,true,true,false],[108,78,0,true,false,false],[109,9,0,true,true,false],[110,27,0,true,true,false],[110,31,0,true,false,false],[110,33,0,true,true,false],[110,81,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[118,60,1,true,true,false],[119,44,1,true,true,false],[119,87,0,true,true,false],[125,16,0,true,true,false],[125,22,0,true,false,false],[126,9,0,true,true,false],[128,27,0,true,true,false],[128,31,0,true,false,false],[129,9,0,true,true,false],[131,27,0,true,true,false],[131,73,0,true,true,false],[131,113,0,true,false,false],[132,9,0,true,true,false],[133,60,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[138,56,1,true,true,false],[139,44,1,true,true,false],[139,87,0,true,true,false],[143,86,0,true,true,false],[145,20,0,true,true,false],[145,26,0,true,false,false],[146,13,0,true,true,false],[147,83,0,true,false,false],[148,13,0,true,true,false],[150,22,0,true,false,false],[151,14,0,true,true,false],[152,10,0,true,true,false],[153,6,0,false,false,false],[156,39,1,true,true,false],[157,24,1,true,true,false],[157,68,1,true,false,false],[157,70,1,true,true,false],[157,77,1,true,false,false],[158,24,1,true,true,false],[158,70,1,true,false,false],[158,72,1,true,true,false],[158,81,1,true,false,false],[159,24,1,true,true,false],[159,66,1,true,false,false],[159,68,1,true,true,false],[159,73,1,true,false,false],[160,24,1,true,true,false],[160,69,1,true,false,false],[160,71,1,true,true,false],[160,79,1,true,false,false],[161,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":19,"percent":44.186046511627907},"instantiations":{"count":43,"covered":19,"percent":44.186046511627907},"lines":{"count":165,"covered":34,"percent":20.606060606060606},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":97,"covered":28,"notcovered":69,"percent":28.865979381443296}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift","mcdc_records":[],"segments":[[12,29,9,true,true,false],[12,34,0,false,false,false],[14,77,6,true,true,false],[15,41,6,true,true,false],[15,57,0,true,true,false],[17,48,6,true,false,false],[18,6,0,false,false,false],[24,51,1,true,true,false],[25,44,1,true,true,false],[25,87,0,true,true,false],[32,26,0,true,true,false],[33,49,0,true,true,false],[34,49,0,true,true,false],[36,14,0,true,false,false],[37,10,0,true,true,false],[40,37,0,true,true,false],[40,53,0,true,false,false],[40,55,0,true,true,false],[40,56,0,true,false,false],[40,58,0,true,true,false],[40,89,0,true,false,false],[43,41,0,true,true,false],[45,17,0,true,true,false],[45,30,0,true,false,false],[45,32,0,true,true,false],[45,49,0,true,false,false],[46,17,0,true,true,false],[46,84,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false],[53,59,1,true,true,false],[54,44,1,true,true,false],[54,87,0,true,true,false],[59,46,0,true,true,false],[60,51,0,true,true,false],[61,46,0,true,true,false],[63,89,0,true,true,false],[63,95,0,true,false,false],[67,24,0,true,true,false],[67,33,0,true,false,false],[67,35,0,true,true,false],[67,50,0,true,false,false],[67,52,0,true,true,false],[67,94,0,true,false,false],[68,6,0,false,false,false],[74,51,1,true,true,false],[75,44,1,true,true,false],[75,87,0,true,true,false],[80,45,0,true,true,false],[81,25,0,true,true,false],[81,41,0,true,false,false],[81,43,0,true,true,false],[81,85,0,true,false,false],[83,50,0,true,true,false],[84,25,0,true,true,false],[84,42,0,true,false,false],[84,44,0,true,true,false],[84,89,0,true,false,false],[85,6,0,false,false,false],[89,53,1,true,true,false],[90,44,1,true,true,false],[90,87,0,true,true,false],[96,16,0,true,true,false],[96,22,0,true,false,false],[97,9,0,true,true,false],[100,17,0,true,true,false],[100,48,0,true,false,false],[101,17,0,true,true,false],[101,73,0,true,false,false],[103,9,0,true,true,false],[106,17,0,true,true,false],[106,48,0,true,false,false],[107,17,0,true,true,false],[107,70,0,true,false,false],[109,9,0,true,true,false],[110,57,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[118,40,1,true,true,false],[126,69,1,true,true,false],[128,85,1,true,true,false],[130,97,1,true,true,false],[131,24,1,true,true,false],[131,40,1,true,false,false],[131,42,1,true,true,false],[131,44,1,true,false,false],[131,46,0,true,true,false],[131,84,1,true,false,false],[138,79,1,true,true,false],[140,90,1,true,true,false],[144,10,1,true,true,false],[145,24,1,true,true,false],[145,41,1,true,false,false],[145,43,1,true,true,false],[145,45,1,true,false,false],[145,47,0,true,true,false],[145,88,1,true,false,false],[146,6,0,false,false,false],[150,52,1,true,true,false],[156,69,1,true,true,false],[158,85,1,true,true,false],[160,97,1,true,true,false],[161,22,1,true,true,false],[161,38,1,true,false,false],[161,40,0,true,true,false],[161,94,1,true,false,false],[162,24,1,true,true,false],[162,37,1,true,false,false],[162,39,1,true,true,false],[162,47,1,true,false,false],[162,49,0,true,true,false],[162,82,1,true,false,false],[169,79,1,true,true,false],[171,90,1,true,true,false],[175,10,1,true,true,false],[176,22,1,true,true,false],[176,39,1,true,false,false],[176,41,0,true,true,false],[176,98,1,true,false,false],[177,23,1,true,true,false],[177,35,1,true,false,false],[177,37,0,true,true,false],[177,70,1,true,false,false],[178,6,0,false,false,false],[181,42,1,true,true,false],[185,24,1,true,true,false],[185,33,1,true,false,false],[185,35,1,true,true,false],[185,38,1,true,false,false],[186,6,0,false,false,false],[192,53,1,true,true,false],[193,44,1,true,true,false],[193,87,0,true,true,false],[199,27,0,true,true,false],[200,16,0,true,true,false],[201,45,0,true,true,false],[203,14,0,true,false,false],[203,21,0,true,true,false],[205,14,0,true,true,false],[206,10,0,true,true,false],[211,13,0,true,true,false],[211,22,0,true,false,false],[211,24,0,true,true,false],[211,25,0,true,false,false],[212,13,0,true,true,false],[212,90,0,true,false,false],[214,6,0,false,false,false],[218,53,1,true,true,false],[219,44,1,true,true,false],[219,87,0,true,true,false],[224,28,0,true,true,false],[224,42,0,true,true,false],[225,29,0,true,true,false],[225,47,0,true,true,false],[226,28,0,true,true,false],[226,42,0,true,true,false],[227,29,0,true,true,false],[227,47,0,true,true,false],[232,25,0,true,true,false],[232,42,0,true,false,false],[232,44,0,true,true,false],[232,72,0,true,false,false],[233,23,0,true,true,false],[233,38,0,true,false,false],[233,40,0,true,true,false],[233,69,0,true,false,false],[234,25,0,true,true,false],[234,42,0,true,false,false],[234,44,0,true,true,false],[234,73,0,true,false,false],[235,23,0,true,true,false],[235,38,0,true,false,false],[235,40,0,true,true,false],[235,70,0,true,false,false],[236,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":61,"covered":22,"percent":36.065573770491802},"instantiations":{"count":61,"covered":22,"percent":36.065573770491802},"lines":{"count":240,"covered":91,"percent":37.916666666666664},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":41,"notcovered":72,"percent":36.283185840707965}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift","mcdc_records":[],"segments":[[11,29,5,true,true,false],[11,34,0,false,false,false],[13,77,5,true,true,false],[14,41,5,true,true,false],[14,57,0,true,true,false],[16,48,5,true,false,false],[17,6,0,false,false,false],[23,65,1,true,true,false],[24,44,1,true,true,false],[24,87,0,true,true,false],[29,40,0,true,true,false],[38,16,0,true,true,false],[38,27,0,true,false,false],[38,28,0,true,true,false],[41,14,0,true,false,false],[42,10,0,true,true,false],[47,50,0,true,true,false],[48,25,0,true,true,false],[48,38,0,true,false,false],[48,40,0,true,true,false],[48,97,0,true,false,false],[49,6,0,false,false,false],[53,50,1,true,true,false],[54,44,1,true,true,false],[54,87,0,true,true,false],[60,40,0,true,true,false],[62,16,0,true,true,false],[62,50,0,true,false,false],[62,51,0,true,true,false],[64,14,0,true,false,false],[66,10,0,true,true,false],[70,13,0,true,true,false],[70,22,0,true,false,false],[70,24,0,true,true,false],[70,43,0,true,false,false],[71,13,0,true,true,false],[71,85,0,true,false,false],[76,42,0,true,true,false],[77,6,0,false,false,false],[81,51,1,true,true,false],[82,44,1,true,true,false],[82,87,0,true,true,false],[86,60,0,true,true,false],[87,31,0,true,true,false],[88,31,0,true,true,false],[90,24,0,true,true,false],[91,53,0,true,true,false],[92,36,0,true,false,false],[93,29,0,true,true,false],[95,22,0,true,false,false],[97,14,0,true,true,false],[100,39,0,true,true,false],[101,20,0,true,true,false],[101,26,0,true,false,false],[101,27,0,true,true,false],[103,18,0,true,false,false],[104,14,0,true,true,false],[105,25,0,true,false,false],[109,13,0,true,true,false],[109,22,0,true,false,false],[109,24,0,true,true,false],[109,26,0,true,false,false],[110,13,0,true,true,false],[110,74,0,true,false,false],[115,42,0,true,true,false],[116,6,0,false,false,false],[120,57,1,true,true,false],[121,44,1,true,true,false],[121,87,0,true,true,false],[126,37,0,true,true,false],[131,48,0,true,true,false],[132,25,0,true,true,false],[132,38,0,true,false,false],[132,40,0,true,true,false],[132,100,0,true,false,false],[133,6,0,false,false,false],[139,59,1,true,true,false],[140,44,1,true,true,false],[140,87,0,true,true,false],[149,39,0,true,true,false],[151,16,0,true,true,false],[152,45,0,true,true,false],[153,14,0,true,false,false],[153,21,0,true,true,false],[157,20,0,true,true,false],[157,50,0,true,false,false],[157,51,0,true,true,false],[160,18,0,true,true,false],[161,14,0,true,true,false],[163,16,0,true,true,false],[163,27,0,true,false,false],[163,28,0,true,true,false],[165,14,0,true,false,false],[166,10,0,true,true,false],[169,27,0,true,true,false],[169,35,0,true,false,false],[169,37,0,true,true,false],[169,39,0,true,false,false],[169,41,0,true,true,false],[169,102,0,true,false,false],[173,50,0,true,true,false],[175,13,0,true,true,false],[175,26,0,true,false,false],[175,28,0,true,true,false],[175,99,0,true,false,false],[177,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":7,"percent":29.166666666666668},"instantiations":{"count":24,"covered":7,"percent":29.166666666666668},"lines":{"count":192,"covered":14,"percent":7.291666666666667},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":13,"notcovered":57,"percent":18.571428571428573}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift","mcdc_records":[],"segments":[[11,50,1,true,true,false],[17,25,1,true,true,false],[17,31,1,true,false,false],[18,24,1,true,true,false],[18,67,1,true,false,false],[18,69,1,true,true,false],[18,92,1,true,false,false],[19,23,1,true,true,false],[19,48,1,true,false,false],[20,6,0,false,false,false],[22,48,1,true,true,false],[29,25,1,true,true,false],[29,31,1,true,false,false],[30,24,1,true,true,false],[30,67,1,true,false,false],[30,69,1,true,true,false],[30,92,1,true,false,false],[32,13,1,true,true,false],[32,61,1,true,false,false],[33,13,1,true,true,false],[33,71,1,true,false,false],[38,25,1,true,true,false],[38,32,1,true,false,false],[40,13,1,true,true,false],[40,57,1,true,false,false],[41,13,1,true,true,false],[41,71,1,true,false,false],[43,23,1,true,true,false],[43,49,1,true,false,false],[44,6,0,false,false,false],[46,49,1,true,true,false],[52,22,1,true,true,false],[52,28,1,true,false,false],[52,30,0,true,true,false],[52,78,1,true,false,false],[53,6,0,false,false,false],[55,49,1,true,true,false],[61,22,1,true,true,false],[61,28,1,true,false,false],[61,30,0,true,true,false],[61,64,1,true,false,false],[62,6,0,false,false,false],[64,50,1,true,true,false],[71,24,1,true,true,false],[71,63,1,true,false,false],[71,65,1,true,true,false],[71,89,1,true,false,false],[75,24,1,true,true,false],[75,63,1,true,false,false],[75,65,1,true,true,false],[75,88,1,true,false,false],[79,24,1,true,true,false],[79,63,1,true,false,false],[79,65,1,true,true,false],[79,104,1,true,false,false],[80,23,1,true,true,false],[80,44,1,true,false,false],[81,6,0,false,false,false],[83,57,1,true,true,false],[90,25,1,true,true,false],[90,31,1,true,false,false],[91,24,1,true,true,false],[91,67,1,true,false,false],[91,69,1,true,true,false],[91,92,1,true,false,false],[92,24,1,true,true,false],[92,72,1,true,false,false],[92,74,1,true,true,false],[92,89,1,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":33,"percent":94.285714285714278},"instantiations":{"count":35,"covered":33,"percent":94.285714285714278},"lines":{"count":107,"covered":105,"percent":98.130841121495322},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":33,"notcovered":2,"percent":94.285714285714278}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift","mcdc_records":[],"segments":[[6,32,1,true,true,false],[9,80,1,true,true,false],[10,23,1,true,true,false],[10,32,1,true,false,false],[11,24,1,true,true,false],[11,36,1,true,false,false],[12,22,1,true,true,false],[12,30,1,true,false,false],[13,6,0,false,false,false],[15,46,1,true,true,false],[18,80,1,true,true,false],[19,23,1,true,true,false],[19,35,1,true,false,false],[20,24,1,true,true,false],[20,33,1,true,false,false],[21,24,1,true,true,false],[21,32,1,true,false,false],[21,34,1,true,true,false],[21,56,1,true,false,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":9,"percent":100},"instantiations":{"count":9,"covered":9,"percent":100},"lines":{"count":23,"covered":23,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":11,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift","mcdc_records":[],"segments":[[14,7,3,true,true,false],[17,6,0,false,false,false],[19,75,3,true,true,false],[19,77,0,false,false,false],[20,65,3,true,true,false],[20,67,0,false,false,false],[22,95,2,true,true,false],[24,42,1,true,true,false],[26,10,1,true,true,false],[27,29,2,true,false,false],[28,6,0,false,false,false],[30,95,1,true,true,false],[32,42,0,true,true,false],[34,10,1,true,true,false],[35,29,1,true,false,false],[36,6,0,false,false,false],[43,48,0,true,true,false],[43,50,0,false,false,false],[47,13,0,true,true,false],[48,12,0,true,true,false],[49,39,0,true,true,false],[51,10,0,true,false,false],[51,17,0,true,true,false],[53,10,0,true,true,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":5,"percent":71.428571428571431},"instantiations":{"count":7,"covered":5,"percent":71.428571428571431},"lines":{"count":29,"covered":19,"percent":65.517241379310349},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":8,"notcovered":7,"percent":53.333333333333336}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift","mcdc_records":[],"segments":[[17,28,1,true,true,false],[22,6,0,false,false,false],[28,39,1,true,true,false],[28,41,0,false,false,false],[34,34,1,true,true,false],[39,6,0,false,false,false],[42,25,1,true,true,false],[42,30,0,false,false,false],[45,28,1,true,true,false],[45,33,0,false,false,false],[48,81,1,true,true,false],[48,83,0,false,false,false],[52,20,1,true,true,false],[52,22,0,false,false,false],[56,18,37,true,true,false],[66,6,0,false,false,false],[70,88,2,true,true,false],[72,6,0,false,false,false],[74,74,1,true,true,false],[76,6,0,false,false,false],[78,94,2,true,true,false],[80,6,0,false,false,false],[82,42,1,true,true,false],[84,6,0,false,false,false],[86,45,2,true,true,false],[88,6,0,false,false,false],[96,37,4,true,true,false],[99,12,4,true,true,false],[99,28,4,true,false,false],[99,29,1,true,true,false],[104,10,3,true,true,false],[106,12,3,true,true,false],[106,25,3,true,false,false],[106,26,1,true,true,false],[107,87,0,true,true,false],[107,89,1,true,false,false],[108,10,2,true,true,false],[110,45,2,true,true,false],[112,10,0,true,true,false],[114,32,4,true,false,false],[115,6,0,false,false,false],[117,52,1,true,true,false],[120,47,1,true,true,false],[122,10,0,true,true,false],[124,34,1,true,false,false],[125,6,0,false,false,false],[127,90,5,true,true,false],[132,12,5,true,true,false],[132,28,5,true,false,false],[132,29,1,true,true,false],[137,10,4,true,true,false],[139,51,2,true,true,false],[141,10,2,true,true,false],[143,38,5,true,false,false],[144,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":16,"percent":94.117647058823522},"instantiations":{"count":17,"covered":16,"percent":94.117647058823522},"lines":{"count":91,"covered":86,"percent":94.505494505494497},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":29,"notcovered":3,"percent":90.625}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift","mcdc_records":[],"segments":[[5,27,9,true,true,false],[5,29,0,false,false,false],[8,48,17,true,true,false],[9,12,17,true,true,false],[9,30,17,true,false,false],[9,31,2,true,true,false],[11,10,15,true,true,false],[13,6,0,false,false,false],[15,85,0,true,true,false],[16,42,0,true,true,false],[17,6,0,false,false,false],[19,49,0,true,true,false],[20,46,0,true,true,false],[21,6,0,false,false,false],[23,126,0,true,true,false],[24,53,0,true,true,false],[25,6,0,false,false,false],[27,56,3,true,true,false],[28,53,1,true,true,false],[29,6,0,false,false,false],[31,50,2,true,true,false],[32,47,2,true,true,false],[33,6,0,false,false,false],[35,79,0,true,true,false],[36,51,0,true,true,false],[37,21,0,true,false,false],[38,6,0,false,false,false],[40,67,2,true,true,false],[41,64,2,true,true,false],[42,6,0,false,false,false],[44,44,0,true,true,false],[45,41,0,true,true,false],[46,6,0,false,false,false],[48,56,3,true,true,false],[49,53,3,true,true,false],[50,6,0,false,false,false],[52,50,1,true,true,false],[53,47,1,true,true,false],[54,6,0,false,false,false],[56,61,2,true,true,false],[57,58,2,true,true,false],[58,6,0,false,false,false],[60,46,3,true,true,false],[61,43,3,true,true,false],[62,6,0,false,false,false],[64,51,0,true,true,false],[65,48,0,true,true,false],[66,6,0,false,false,false],[68,54,0,true,true,false],[69,39,0,true,true,false],[70,6,0,false,false,false],[72,48,1,true,true,false],[73,45,1,true,true,false],[74,6,0,false,false,false],[76,43,0,true,true,false],[77,40,0,true,true,false],[78,6,0,false,false,false],[80,64,0,true,true,false],[81,53,0,true,true,false],[82,20,0,true,false,false],[83,6,0,false,false,false],[85,52,0,true,true,false],[86,49,0,true,true,false],[87,6,0,false,false,false],[89,49,0,true,true,false],[90,46,0,true,true,false],[91,6,0,false,false,false],[93,84,0,true,true,false],[94,52,0,true,true,false],[95,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":10,"percent":45.454545454545453},"instantiations":{"count":22,"covered":10,"percent":45.454545454545453},"lines":{"count":69,"covered":31,"percent":44.927536231884055},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":21,"notcovered":24,"percent":46.666666666666664}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift","mcdc_records":[],"segments":[[8,54,0,true,true,false],[8,62,0,false,false,false],[9,29,0,true,true,false],[9,33,0,false,false,false],[10,33,0,true,true,false],[10,38,0,false,false,false],[11,37,0,true,true,false],[11,42,0,false,false,false],[12,39,7,true,true,false],[12,41,0,false,false,false],[14,35,8,true,true,false],[30,46,8,true,true,false],[30,65,8,true,false,false],[30,66,5,true,true,false],[41,10,8,true,false,false],[41,16,3,true,true,false],[43,10,8,true,false,false],[46,15,2,true,true,false],[46,97,8,true,false,false],[47,15,6,true,true,false],[47,33,8,true,false,false],[60,6,0,false,false,false],[62,49,1,true,true,false],[69,6,0,false,false,false],[71,51,1,true,true,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":4,"percent":50},"instantiations":{"count":8,"covered":4,"percent":50},"lines":{"count":68,"covered":64,"percent":94.117647058823522},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":9,"notcovered":4,"percent":69.230769230769226}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift","mcdc_records":[],"segments":[[8,50,1,true,true,false],[14,24,1,true,true,false],[14,41,1,true,false,false],[14,43,1,true,true,false],[14,83,1,true,false,false],[15,6,0,false,false,false],[17,53,1,true,true,false],[23,24,1,true,true,false],[23,41,1,true,false,false],[23,43,1,true,true,false],[23,72,1,true,false,false],[24,6,0,false,false,false],[26,61,1,true,true,false],[33,23,1,true,true,false],[33,71,1,true,false,false],[34,24,1,true,true,false],[34,73,1,true,false,false],[35,6,0,false,false,false],[39,37,1,true,true,false],[43,24,1,true,true,false],[43,29,1,true,false,false],[43,31,1,true,true,false],[43,36,1,true,false,false],[44,6,0,false,false,false],[46,41,1,true,true,false],[50,27,1,true,true,false],[50,32,1,true,false,false],[50,34,1,true,true,false],[50,39,1,true,false,false],[51,6,0,false,false,false],[53,45,1,true,true,false],[57,27,1,true,true,false],[57,32,1,true,false,false],[57,34,1,true,true,false],[57,39,1,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":18,"percent":100},"instantiations":{"count":18,"covered":18,"percent":100},"lines":{"count":56,"covered":56,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":18,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift","mcdc_records":[],"segments":[[7,57,1,true,true,false],[15,24,1,true,true,false],[15,34,1,true,false,false],[15,36,1,true,true,false],[15,39,1,true,false,false],[16,24,1,true,true,false],[16,35,1,true,false,false],[16,37,1,true,true,false],[16,40,1,true,false,false],[17,24,1,true,true,false],[17,34,1,true,false,false],[17,36,1,true,true,false],[17,45,1,true,false,false],[18,22,1,true,true,false],[18,32,1,true,false,false],[19,6,0,false,false,false],[21,47,1,true,true,false],[30,23,1,true,true,false],[30,37,1,true,false,false],[30,39,0,true,true,false],[30,90,1,true,false,false],[31,6,0,false,false,false],[33,47,1,true,true,false],[42,23,1,true,true,false],[42,39,1,true,true,false],[43,46,1,true,true,false],[43,61,0,true,true,false],[44,25,1,true,false,false],[45,12,0,true,true,false],[45,65,1,true,false,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":13,"percent":86.666666666666671},"instantiations":{"count":15,"covered":13,"percent":86.666666666666671},"lines":{"count":56,"covered":53,"percent":94.642857142857139},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":14,"notcovered":3,"percent":82.35294117647058}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift","mcdc_records":[],"segments":[[16,34,1,true,true,false],[22,25,1,true,true,false],[22,52,1,true,false,false],[25,24,1,true,true,false],[25,52,1,true,false,false],[26,6,0,false,false,false],[28,36,1,true,true,false],[36,25,1,true,true,false],[36,45,1,true,false,false],[37,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":5,"percent":100},"instantiations":{"count":5,"covered":5,"percent":100},"lines":{"count":24,"covered":24,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":5,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift","mcdc_records":[],"segments":[[7,50,1,true,true,false],[9,46,1,true,true,false],[10,28,1,true,true,false],[10,32,1,true,false,false],[10,34,1,true,true,false],[10,46,1,true,false,false],[11,16,0,true,true,false],[13,10,1,true,false,false],[14,6,0,false,false,false],[16,51,1,true,true,false],[18,46,1,true,true,false],[19,28,1,true,true,false],[19,32,1,true,false,false],[19,34,1,true,true,false],[19,47,1,true,false,false],[20,16,0,true,true,false],[22,10,1,true,false,false],[23,6,0,false,false,false],[25,45,1,true,true,false],[27,46,1,true,true,false],[28,28,1,true,true,false],[28,32,1,true,false,false],[28,34,1,true,true,false],[28,41,1,true,false,false],[29,16,0,true,true,false],[31,10,1,true,false,false],[32,6,0,false,false,false],[36,47,1,true,true,false],[38,46,1,true,true,false],[39,28,1,true,true,false],[39,32,1,true,false,false],[39,34,1,true,true,false],[39,47,1,true,false,false],[40,16,0,true,true,false],[42,10,1,true,false,false],[43,6,0,false,false,false],[45,45,1,true,true,false],[47,46,1,true,true,false],[48,28,1,true,true,false],[48,32,1,true,false,false],[48,34,1,true,true,false],[48,46,1,true,false,false],[49,16,0,true,true,false],[51,10,1,true,false,false],[52,6,0,false,false,false],[54,45,1,true,true,false],[56,46,1,true,true,false],[57,28,1,true,true,false],[57,32,1,true,false,false],[57,34,1,true,true,false],[57,56,1,true,false,false],[58,16,0,true,true,false],[60,10,1,true,false,false],[61,6,0,false,false,false],[65,45,1,true,true,false],[67,46,1,true,true,false],[68,28,1,true,true,false],[68,32,1,true,false,false],[68,34,1,true,true,false],[68,45,1,true,false,false],[69,16,0,true,true,false],[71,10,1,true,false,false],[72,6,0,false,false,false],[74,45,1,true,true,false],[76,46,1,true,true,false],[77,28,1,true,true,false],[77,32,1,true,false,false],[77,34,1,true,true,false],[77,54,1,true,false,false],[78,16,0,true,true,false],[80,10,1,true,false,false],[81,6,0,false,false,false],[85,46,1,true,true,false],[87,45,1,true,true,false],[88,28,1,true,true,false],[88,32,1,true,false,false],[88,34,1,true,true,false],[88,42,1,true,false,false],[89,16,0,true,true,false],[91,10,1,true,false,false],[92,6,0,false,false,false],[94,48,1,true,true,false],[96,45,1,true,true,false],[97,28,1,true,true,false],[97,32,1,true,false,false],[97,34,1,true,true,false],[97,44,1,true,false,false],[98,16,0,true,true,false],[100,10,1,true,false,false],[101,6,0,false,false,false],[103,45,1,true,true,false],[105,45,1,true,true,false],[106,28,1,true,true,false],[106,32,1,true,false,false],[106,34,1,true,true,false],[106,41,1,true,false,false],[107,16,0,true,true,false],[109,10,1,true,false,false],[110,6,0,false,false,false],[112,46,1,true,true,false],[114,45,1,true,true,false],[115,28,1,true,true,false],[115,32,1,true,false,false],[115,34,1,true,true,false],[115,54,1,true,false,false],[116,16,0,true,true,false],[118,10,1,true,false,false],[119,6,0,false,false,false],[123,56,1,true,true,false],[125,42,1,true,true,false],[126,28,1,true,true,false],[126,32,1,true,false,false],[126,34,1,true,true,false],[126,52,1,true,false,false],[127,16,0,true,true,false],[129,10,1,true,false,false],[130,6,0,false,false,false],[132,56,1,true,true,false],[134,42,1,true,true,false],[135,28,1,true,true,false],[135,32,1,true,false,false],[135,34,1,true,true,false],[135,36,1,true,false,false],[136,16,0,true,true,false],[138,10,1,true,false,false],[139,6,0,false,false,false],[143,57,1,true,true,false],[145,37,8,true,true,false],[146,29,8,true,true,false],[146,59,8,true,false,false],[146,61,0,true,true,false],[146,95,8,true,false,false],[147,10,1,true,true,false],[148,6,0,false,false,false],[150,54,1,true,true,false],[152,34,7,true,true,false],[153,29,7,true,true,false],[153,59,7,true,false,false],[153,61,0,true,true,false],[153,92,7,true,false,false],[154,10,1,true,true,false],[155,6,0,false,false,false],[157,52,1,true,true,false],[159,32,8,true,true,false],[160,29,8,true,true,false],[160,59,8,true,false,false],[160,61,0,true,true,false],[160,90,8,true,false,false],[161,10,1,true,true,false],[162,6,0,false,false,false],[164,53,1,true,true,false],[166,33,6,true,true,false],[167,29,6,true,true,false],[167,59,6,true,false,false],[167,61,0,true,true,false],[167,91,6,true,false,false],[168,10,1,true,true,false],[169,6,0,false,false,false],[171,50,1,true,true,false],[173,30,8,true,true,false],[174,29,8,true,true,false],[174,59,8,true,false,false],[174,61,0,true,true,false],[174,88,8,true,false,false],[175,10,1,true,true,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":52,"percent":91.228070175438589},"instantiations":{"count":57,"covered":52,"percent":91.228070175438589},"lines":{"count":180,"covered":147,"percent":81.666666666666671},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":76,"notcovered":19,"percent":80}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift","mcdc_records":[],"segments":[[9,47,1,true,true,false],[16,23,1,true,true,false],[16,61,1,true,false,false],[17,6,0,false,false,false],[19,54,1,true,true,false],[24,23,1,true,true,false],[24,61,1,true,false,false],[28,24,1,true,true,false],[28,62,1,true,false,false],[29,6,0,false,false,false],[31,52,1,true,true,false],[43,23,1,true,true,false],[43,61,1,true,false,false],[44,23,1,true,true,false],[44,61,1,true,false,false],[45,6,0,false,false,false],[47,51,1,true,true,false],[61,23,1,true,true,false],[61,61,1,true,false,false],[62,24,1,true,true,false],[62,62,1,true,false,false],[63,6,0,false,false,false],[65,63,1,true,true,false],[73,24,1,true,true,false],[73,48,1,true,false,false],[73,50,1,true,true,false],[73,55,1,true,false,false],[79,22,1,true,true,false],[79,46,1,true,false,false],[80,6,0,false,false,false],[82,60,1,true,true,false],[86,24,1,true,true,false],[86,51,1,true,false,false],[92,23,1,true,true,false],[92,50,1,true,false,false],[93,6,0,false,false,false],[95,63,1,true,true,false],[99,24,1,true,true,false],[99,51,1,true,false,false],[105,23,1,true,true,false],[105,50,1,true,false,false],[106,6,0,false,false,false],[108,45,1,true,true,false],[116,13,1,true,true,false],[116,51,1,true,false,false],[117,13,0,true,true,false],[117,44,1,true,false,false],[120,13,1,true,true,false],[120,51,1,true,false,false],[121,13,0,true,true,false],[121,62,1,true,false,false],[123,6,0,false,false,false],[125,51,1,true,true,false],[133,13,1,true,true,false],[133,51,1,true,false,false],[134,13,0,true,true,false],[134,48,1,true,false,false],[136,6,0,false,false,false],[140,41,1,true,true,false],[144,25,1,true,true,false],[144,31,1,true,false,false],[145,24,1,true,true,false],[145,51,1,true,false,false],[145,53,1,true,true,false],[145,61,1,true,false,false],[146,6,0,false,false,false],[148,41,1,true,true,false],[152,25,1,true,true,false],[152,31,1,true,false,false],[153,24,1,true,true,false],[153,54,1,true,false,false],[153,56,1,true,true,false],[153,67,1,true,false,false],[154,24,1,true,true,false],[154,44,1,true,false,false],[154,46,1,true,true,false],[154,57,1,true,false,false],[155,6,0,false,false,false],[157,59,1,true,true,false],[160,22,1,true,true,false],[160,28,1,true,false,false],[161,6,0,false,false,false],[163,43,1,true,true,false],[166,24,1,true,true,false],[166,30,1,true,false,false],[166,32,1,true,true,false],[166,42,1,true,false,false],[167,6,0,false,false,false],[169,55,1,true,true,false],[172,24,1,true,true,false],[172,30,1,true,false,false],[172,32,1,true,true,false],[172,50,1,true,false,false],[173,6,0,false,false,false],[175,65,1,true,true,false],[178,22,1,true,true,false],[178,28,1,true,false,false],[179,6,0,false,false,false],[181,37,1,true,true,false],[184,24,1,true,true,false],[184,30,1,true,false,false],[184,32,1,true,true,false],[184,44,1,true,false,false],[185,6,0,false,false,false],[187,46,1,true,true,false],[190,24,1,true,true,false],[190,30,1,true,false,false],[190,32,1,true,true,false],[190,58,1,true,false,false],[191,6,0,false,false,false],[193,57,1,true,true,false],[196,22,1,true,true,false],[196,28,1,true,false,false],[197,6,0,false,false,false],[201,51,1,true,true,false],[214,23,1,true,true,false],[214,45,1,true,false,false],[214,47,0,true,true,false],[214,83,1,true,false,false],[215,23,1,true,true,false],[215,46,1,true,false,false],[215,48,0,true,true,false],[215,85,1,true,false,false],[216,23,1,true,true,false],[216,46,1,true,false,false],[216,48,0,true,true,false],[216,85,1,true,false,false],[217,23,1,true,true,false],[217,46,1,true,false,false],[217,48,0,true,true,false],[217,85,1,true,false,false],[218,6,0,false,false,false],[220,52,1,true,true,false],[227,24,1,true,true,false],[227,46,1,true,false,false],[228,24,1,true,true,false],[228,47,1,true,false,false],[229,24,1,true,true,false],[229,47,1,true,false,false],[230,24,1,true,true,false],[230,47,1,true,false,false],[231,6,0,false,false,false],[233,49,1,true,true,false],[235,24,1,true,true,false],[235,79,1,true,false,false],[235,81,1,true,true,false],[235,82,1,true,false,false],[236,24,1,true,true,false],[236,79,1,true,false,false],[236,81,1,true,true,false],[236,83,1,true,false,false],[237,24,1,true,true,false],[237,79,1,true,false,false],[237,81,1,true,true,false],[237,83,1,true,false,false],[238,24,1,true,true,false],[238,79,1,true,false,false],[238,81,1,true,true,false],[238,83,1,true,false,false],[239,24,1,true,true,false],[239,83,1,true,false,false],[239,85,1,true,true,false],[239,87,1,true,false,false],[240,24,1,true,true,false],[240,82,1,true,false,false],[240,84,1,true,true,false],[240,86,1,true,false,false],[241,24,1,true,true,false],[241,86,1,true,false,false],[241,88,1,true,true,false],[241,90,1,true,false,false],[242,22,1,true,true,false],[242,87,1,true,false,false],[243,6,0,false,false,false],[245,51,1,true,true,false],[246,24,1,true,true,false],[246,82,1,true,false,false],[246,84,1,true,true,false],[246,87,1,true,false,false],[247,24,1,true,true,false],[247,84,1,true,false,false],[247,86,1,true,true,false],[247,89,1,true,false,false],[248,24,1,true,true,false],[248,82,1,true,false,false],[248,84,1,true,true,false],[248,87,1,true,false,false],[249,24,1,true,true,false],[249,81,1,true,false,false],[249,83,1,true,true,false],[249,86,1,true,false,false],[250,24,1,true,true,false],[250,86,1,true,false,false],[250,88,1,true,true,false],[250,91,1,true,false,false],[251,24,1,true,true,false],[251,82,1,true,false,false],[251,84,1,true,true,false],[251,87,1,true,false,false],[252,24,1,true,true,false],[252,82,1,true,false,false],[252,84,1,true,true,false],[252,87,1,true,false,false],[253,24,1,true,true,false],[253,84,1,true,false,false],[253,86,1,true,true,false],[253,89,1,true,false,false],[254,6,0,false,false,false],[256,57,1,true,true,false],[257,24,1,true,true,false],[257,81,1,true,false,false],[257,83,1,true,true,false],[257,86,1,true,false,false],[258,24,1,true,true,false],[258,81,1,true,false,false],[258,83,1,true,true,false],[258,86,1,true,false,false],[259,24,1,true,true,false],[259,81,1,true,false,false],[259,83,1,true,true,false],[259,86,1,true,false,false],[260,24,1,true,true,false],[260,81,1,true,false,false],[260,83,1,true,true,false],[260,86,1,true,false,false],[261,24,1,true,true,false],[261,81,1,true,false,false],[261,83,1,true,true,false],[261,85,1,true,false,false],[262,24,1,true,true,false],[262,81,1,true,false,false],[262,83,1,true,true,false],[262,85,1,true,false,false],[263,24,1,true,true,false],[263,81,1,true,false,false],[263,83,1,true,true,false],[263,85,1,true,false,false],[264,6,0,false,false,false],[266,49,1,true,true,false],[267,24,1,true,true,false],[267,87,1,true,false,false],[267,89,1,true,true,false],[267,92,1,true,false,false],[268,24,1,true,true,false],[268,82,1,true,false,false],[268,84,1,true,true,false],[268,87,1,true,false,false],[269,6,0,false,false,false],[273,58,1,true,true,false],[282,13,1,true,true,false],[282,51,1,true,false,false],[283,13,0,true,true,false],[283,46,1,true,false,false],[292,13,1,true,true,false],[292,51,1,true,false,false],[293,13,0,true,true,false],[293,70,1,true,false,false],[298,13,1,true,true,false],[298,51,1,true,false,false],[299,13,0,true,true,false],[299,47,1,true,false,false],[301,6,0,false,false,false],[303,61,1,true,true,false],[312,13,1,true,true,false],[312,51,1,true,false,false],[313,13,0,true,true,false],[313,61,1,true,false,false],[315,6,0,false,false,false],[317,52,1,true,true,false],[332,13,1,true,true,false],[332,51,1,true,false,false],[333,13,0,true,true,false],[333,66,1,true,false,false],[335,6,0,false,false,false],[337,66,1,true,true,false],[350,23,1,true,true,false],[350,45,1,true,false,false],[350,47,0,true,true,false],[350,95,1,true,false,false],[351,24,1,true,true,false],[351,46,1,true,false,false],[351,48,0,true,true,false],[351,95,1,true,false,false],[352,6,0,false,false,false],[356,54,1,true,true,false],[372,13,1,true,true,false],[372,51,1,true,false,false],[373,13,0,true,true,false],[373,46,1,true,false,false],[376,13,1,true,true,false],[376,51,1,true,false,false],[377,13,0,true,true,false],[377,60,1,true,false,false],[379,6,0,false,false,false],[381,51,1,true,true,false],[397,13,1,true,true,false],[397,51,1,true,false,false],[398,13,0,true,true,false],[398,43,1,true,false,false],[401,13,1,true,true,false],[401,51,1,true,false,false],[402,13,0,true,true,false],[402,62,1,true,false,false],[404,6,0,false,false,false],[406,62,1,true,true,false],[417,23,1,true,true,false],[417,60,1,true,false,false],[417,62,0,true,true,false],[417,89,1,true,false,false],[418,6,0,false,false,false],[420,61,1,true,true,false],[431,23,1,true,true,false],[431,61,1,true,false,false],[431,63,0,true,true,false],[431,90,1,true,false,false],[432,6,0,false,false,false],[436,56,1,true,true,false],[440,23,1,true,true,false],[440,53,1,true,false,false],[440,55,0,true,true,false],[440,112,1,true,false,false],[441,6,0,false,false,false],[443,54,1,true,true,false],[447,23,1,true,true,false],[447,53,1,true,false,false],[447,55,0,true,true,false],[447,107,1,true,false,false],[448,6,0,false,false,false],[450,51,1,true,true,false],[454,24,1,true,true,false],[454,54,1,true,false,false],[454,56,0,true,true,false],[454,107,1,true,false,false],[455,6,0,false,false,false],[457,50,1,true,true,false],[461,24,1,true,true,false],[461,54,1,true,false,false],[461,56,0,true,true,false],[461,106,1,true,false,false],[462,6,0,false,false,false],[464,47,1,true,true,false],[467,23,1,true,true,false],[467,57,1,true,false,false],[467,59,0,true,true,false],[467,105,1,true,false,false],[468,6,0,false,false,false],[470,69,1,true,true,false],[480,23,1,true,true,false],[480,57,1,true,false,false],[480,59,0,true,true,false],[480,123,1,true,false,false],[481,6,0,false,false,false],[485,49,1,true,true,false],[487,22,1,true,true,false],[487,50,1,true,false,false],[487,52,0,true,true,false],[487,97,1,true,false,false],[488,6,0,false,false,false],[490,43,1,true,true,false],[494,24,1,true,true,false],[494,52,1,true,false,false],[494,54,1,true,true,false],[494,56,1,true,false,false],[497,22,1,true,true,false],[497,50,1,true,false,false],[498,6,0,false,false,false],[502,50,1,true,true,false],[504,24,1,true,true,false],[504,66,1,true,false,false],[504,68,1,true,true,false],[504,69,1,true,false,false],[505,24,1,true,true,false],[505,66,1,true,false,false],[505,68,1,true,true,false],[505,69,1,true,false,false],[506,24,1,true,true,false],[506,66,1,true,false,false],[506,68,1,true,true,false],[506,69,1,true,false,false],[507,24,1,true,true,false],[507,66,1,true,false,false],[507,68,1,true,true,false],[507,69,1,true,false,false],[508,24,1,true,true,false],[508,66,1,true,false,false],[508,68,1,true,true,false],[508,69,1,true,false,false],[509,24,1,true,true,false],[509,66,1,true,false,false],[509,68,1,true,true,false],[509,69,1,true,false,false],[510,24,1,true,true,false],[510,66,1,true,false,false],[510,68,1,true,true,false],[510,70,1,true,false,false],[511,24,1,true,true,false],[511,66,1,true,false,false],[511,68,1,true,true,false],[511,70,1,true,false,false],[512,24,1,true,true,false],[512,66,1,true,false,false],[512,68,1,true,true,false],[512,70,1,true,false,false],[513,24,1,true,true,false],[513,66,1,true,false,false],[513,68,1,true,true,false],[513,70,1,true,false,false],[514,6,0,false,false,false],[516,49,1,true,true,false],[518,24,1,true,true,false],[518,66,1,true,false,false],[518,68,1,true,true,false],[518,70,1,true,false,false],[519,24,1,true,true,false],[519,66,1,true,false,false],[519,68,1,true,true,false],[519,70,1,true,false,false],[520,24,1,true,true,false],[520,66,1,true,false,false],[520,68,1,true,true,false],[520,70,1,true,false,false],[521,24,1,true,true,false],[521,66,1,true,false,false],[521,68,1,true,true,false],[521,70,1,true,false,false],[522,24,1,true,true,false],[522,66,1,true,false,false],[522,68,1,true,true,false],[522,70,1,true,false,false],[523,24,1,true,true,false],[523,66,1,true,false,false],[523,68,1,true,true,false],[523,70,1,true,false,false],[524,24,1,true,true,false],[524,66,1,true,false,false],[524,68,1,true,true,false],[524,70,1,true,false,false],[525,24,1,true,true,false],[525,66,1,true,false,false],[525,68,1,true,true,false],[525,70,1,true,false,false],[526,24,1,true,true,false],[526,66,1,true,false,false],[526,68,1,true,true,false],[526,70,1,true,false,false],[527,24,1,true,true,false],[527,66,1,true,false,false],[527,68,1,true,true,false],[527,70,1,true,false,false],[528,6,0,false,false,false],[530,52,1,true,true,false],[532,24,1,true,true,false],[532,66,1,true,false,false],[532,68,1,true,true,false],[532,69,1,true,false,false],[533,24,1,true,true,false],[533,66,1,true,false,false],[533,68,1,true,true,false],[533,69,1,true,false,false],[534,24,1,true,true,false],[534,66,1,true,false,false],[534,68,1,true,true,false],[534,69,1,true,false,false],[535,24,1,true,true,false],[535,66,1,true,false,false],[535,68,1,true,true,false],[535,69,1,true,false,false],[536,24,1,true,true,false],[536,66,1,true,false,false],[536,68,1,true,true,false],[536,70,1,true,false,false],[537,24,1,true,true,false],[537,66,1,true,false,false],[537,68,1,true,true,false],[537,70,1,true,false,false],[538,24,1,true,true,false],[538,66,1,true,false,false],[538,68,1,true,true,false],[538,70,1,true,false,false],[539,24,1,true,true,false],[539,66,1,true,false,false],[539,68,1,true,true,false],[539,70,1,true,false,false],[540,24,1,true,true,false],[540,66,1,true,false,false],[540,68,1,true,true,false],[540,70,1,true,false,false],[541,24,1,true,true,false],[541,66,1,true,false,false],[541,68,1,true,true,false],[541,70,1,true,false,false],[542,6,0,false,false,false],[544,54,1,true,true,false],[546,24,1,true,true,false],[546,66,1,true,false,false],[546,68,1,true,true,false],[546,69,1,true,false,false],[547,24,1,true,true,false],[547,66,1,true,false,false],[547,68,1,true,true,false],[547,70,1,true,false,false],[548,24,1,true,true,false],[548,66,1,true,false,false],[548,68,1,true,true,false],[548,69,1,true,false,false],[549,6,0,false,false,false],[551,59,1,true,true,false],[552,22,1,true,true,false],[552,70,1,true,false,false],[553,22,1,true,true,false],[553,63,1,true,false,false],[554,22,1,true,true,false],[554,68,1,true,false,false],[555,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":257,"covered":230,"percent":89.494163424124523},"instantiations":{"count":257,"covered":230,"percent":89.494163424124523},"lines":{"count":701,"covered":674,"percent":96.14835948644793},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":257,"covered":230,"notcovered":27,"percent":89.494163424124523}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift","mcdc_records":[],"segments":[[6,59,1,true,true,false],[9,24,1,true,true,false],[9,65,1,true,false,false],[9,67,1,true,true,false],[9,71,1,true,false,false],[10,24,1,true,true,false],[10,58,1,true,false,false],[10,60,1,true,true,false],[10,71,1,true,false,false],[11,6,0,false,false,false],[13,66,1,true,true,false],[16,24,1,true,true,false],[16,65,1,true,false,false],[16,67,1,true,true,false],[16,70,1,true,false,false],[17,24,1,true,true,false],[17,57,1,true,false,false],[17,59,1,true,true,false],[17,70,1,true,false,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":10,"percent":100},"instantiations":{"count":10,"covered":10,"percent":100},"lines":{"count":20,"covered":20,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":10,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift","mcdc_records":[],"segments":[[10,56,1,true,true,false],[15,23,1,true,true,false],[15,46,1,true,false,false],[16,23,1,true,true,false],[16,45,1,true,false,false],[17,24,1,true,true,false],[17,36,1,true,false,false],[17,38,1,true,true,false],[17,39,1,true,false,false],[18,6,0,false,false,false],[20,58,1,true,true,false],[27,9,1,true,true,false],[29,31,1,true,true,false],[29,40,1,true,false,false],[29,42,1,true,true,false],[29,43,1,true,false,false],[30,31,1,true,true,false],[30,39,1,true,false,false],[30,41,1,true,true,false],[30,42,1,true,false,false],[32,6,0,false,false,false],[36,35,1,true,true,false],[38,23,1,true,true,false],[38,54,1,true,false,false],[39,23,1,true,true,false],[39,54,1,true,false,false],[40,23,1,true,true,false],[40,54,1,true,false,false],[41,6,0,false,false,false],[43,34,1,true,true,false],[45,23,1,true,true,false],[45,53,1,true,false,false],[46,23,1,true,true,false],[46,53,1,true,false,false],[47,23,1,true,true,false],[47,53,1,true,false,false],[48,6,0,false,false,false],[50,41,1,true,true,false],[52,23,1,true,true,false],[52,60,1,true,false,false],[53,23,1,true,true,false],[53,60,1,true,false,false],[54,6,0,false,false,false],[56,54,1,true,true,false],[58,24,1,true,true,false],[58,57,1,true,false,false],[59,24,1,true,true,false],[59,54,1,true,false,false],[60,24,1,true,true,false],[60,57,1,true,false,false],[61,24,1,true,true,false],[61,55,1,true,false,false],[62,6,0,false,false,false],[64,63,1,true,true,false],[72,24,1,true,true,false],[72,54,1,true,false,false],[72,56,1,true,true,false],[72,86,1,true,false,false],[73,6,0,false,false,false],[77,47,1,true,true,false],[78,24,1,true,true,false],[78,59,1,true,false,false],[78,61,1,true,true,false],[78,67,1,true,false,false],[79,24,1,true,true,false],[79,65,1,true,false,false],[79,67,1,true,true,false],[79,72,1,true,false,false],[80,24,1,true,true,false],[80,71,1,true,false,false],[80,73,1,true,true,false],[80,81,1,true,false,false],[81,24,1,true,true,false],[81,68,1,true,false,false],[81,70,1,true,true,false],[81,75,1,true,false,false],[82,6,0,false,false,false],[84,48,1,true,true,false],[85,24,1,true,true,false],[85,60,1,true,false,false],[85,62,1,true,true,false],[85,68,1,true,false,false],[86,24,1,true,true,false],[86,66,1,true,false,false],[86,68,1,true,true,false],[86,80,1,true,false,false],[87,24,1,true,true,false],[87,72,1,true,false,false],[87,74,1,true,true,false],[87,82,1,true,false,false],[88,6,0,false,false,false],[92,54,1,true,true,false],[98,24,1,true,true,false],[98,39,1,true,false,false],[98,41,1,true,true,false],[98,44,1,true,false,false],[99,24,1,true,true,false],[99,45,1,true,false,false],[99,47,1,true,true,false],[99,64,1,true,false,false],[100,24,1,true,true,false],[100,45,1,true,false,false],[100,47,1,true,true,false],[100,52,1,true,false,false],[101,6,0,false,false,false],[103,53,1,true,true,false],[110,24,1,true,true,false],[110,39,1,true,false,false],[110,41,1,true,true,false],[110,44,1,true,false,false],[111,24,1,true,true,false],[111,45,1,true,false,false],[111,47,1,true,true,false],[111,64,1,true,false,false],[112,24,1,true,true,false],[112,45,1,true,false,false],[112,47,1,true,true,false],[112,58,1,true,false,false],[113,6,0,false,false,false],[117,52,1,true,true,false],[138,24,1,true,true,false],[138,39,1,true,false,false],[138,41,1,true,true,false],[138,47,1,true,false,false],[139,24,1,true,true,false],[139,43,1,true,false,false],[139,45,1,true,true,false],[139,52,1,true,false,false],[140,24,1,true,true,false],[140,57,1,true,false,false],[140,59,1,true,true,false],[140,65,1,true,false,false],[141,25,1,true,true,false],[141,54,1,true,false,false],[142,24,1,true,true,false],[142,60,1,true,false,false],[142,62,1,true,true,false],[142,65,1,true,false,false],[143,24,1,true,true,false],[143,66,1,true,false,false],[143,68,1,true,true,false],[143,79,1,true,false,false],[144,24,1,true,true,false],[144,49,1,true,false,false],[144,51,1,true,true,false],[144,65,1,true,false,false],[145,6,0,false,false,false],[147,56,1,true,true,false],[152,24,1,true,true,false],[152,36,1,true,false,false],[152,38,1,true,true,false],[152,41,1,true,false,false],[157,24,1,true,true,false],[157,37,1,true,false,false],[157,39,1,true,true,false],[157,42,1,true,false,false],[158,6,0,false,false,false],[162,49,1,true,true,false],[166,21,6,true,true,false],[166,38,0,true,true,false],[166,49,6,true,false,false],[166,53,0,true,true,false],[166,62,6,true,false,false],[166,64,1,true,false,false],[168,24,1,true,true,false],[168,33,1,true,false,false],[168,35,1,true,true,false],[168,43,1,true,false,false],[169,6,0,false,false,false],[171,58,1,true,true,false],[175,21,8,true,true,false],[175,38,1,true,true,false],[175,49,8,true,false,false],[175,53,1,true,true,false],[175,62,8,true,false,false],[175,64,1,true,false,false],[177,24,1,true,true,false],[177,33,1,true,false,false],[177,35,1,true,true,false],[177,45,1,true,false,false],[178,6,0,false,false,false],[180,58,1,true,true,false],[184,21,10,true,true,false],[184,38,5,true,true,false],[184,49,10,true,false,false],[184,53,5,true,true,false],[184,62,10,true,false,false],[184,64,1,true,false,false],[186,24,1,true,true,false],[186,33,1,true,false,false],[186,35,1,true,true,false],[186,42,1,true,false,false],[187,6,0,false,false,false],[189,55,1,true,true,false],[193,21,6,true,true,false],[193,38,1,true,true,false],[193,49,6,true,false,false],[193,53,0,true,true,false],[193,62,6,true,false,false],[193,64,1,true,false,false],[195,24,1,true,true,false],[195,33,1,true,false,false],[195,35,1,true,true,false],[195,43,1,true,false,false],[196,6,0,false,false,false],[202,46,1,true,true,false],[204,35,1,true,true,false],[206,10,1,true,false,false],[206,16,0,true,true,false],[208,10,1,true,false,false],[209,6,0,false,false,false],[211,44,1,true,true,false],[213,42,1,true,true,false],[214,28,1,true,true,false],[214,31,1,true,false,false],[214,33,1,true,true,false],[214,50,1,true,false,false],[215,16,0,true,true,false],[217,10,1,true,false,false],[218,6,0,false,false,false],[220,51,1,true,true,false],[222,49,1,true,true,false],[223,28,1,true,true,false],[223,31,1,true,false,false],[223,33,1,true,true,false],[223,53,1,true,false,false],[224,16,0,true,true,false],[226,10,1,true,false,false],[227,6,0,false,false,false],[229,58,1,true,true,false],[234,23,1,true,true,false],[234,30,1,true,false,false],[235,6,0,false,false,false],[237,58,1,true,true,false],[242,24,1,true,true,false],[242,31,1,true,false,false],[243,6,0,false,false,false],[247,36,3,true,true,false],[247,38,0,false,false,false],[248,39,3,true,true,false],[248,44,0,false,false,false],[250,65,2,true,true,false],[252,6,0,false,false,false],[254,56,2,true,true,false],[256,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":117,"covered":114,"percent":97.435897435897431},"instantiations":{"count":117,"covered":114,"percent":97.435897435897431},"lines":{"count":298,"covered":289,"percent":96.979865771812086},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":124,"covered":118,"notcovered":6,"percent":95.161290322580655}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift","mcdc_records":[],"segments":[[13,47,1,true,true,false],[16,25,1,true,true,false],[16,31,1,true,false,false],[16,33,0,true,true,false],[16,80,1,true,false,false],[17,24,1,true,true,false],[17,34,1,true,false,false],[17,36,1,true,true,false],[17,51,1,true,false,false],[18,24,1,true,true,false],[18,40,1,true,false,false],[18,42,1,true,true,false],[18,51,1,true,false,false],[19,6,0,false,false,false],[21,49,1,true,true,false],[23,25,1,true,true,false],[23,31,1,true,false,false],[24,24,1,true,true,false],[24,34,1,true,false,false],[24,36,1,true,true,false],[24,53,1,true,false,false],[25,24,1,true,true,false],[25,40,1,true,false,false],[25,42,1,true,true,false],[25,51,1,true,false,false],[26,6,0,false,false,false],[28,43,1,true,true,false],[30,25,1,true,true,false],[30,31,1,true,false,false],[31,24,1,true,true,false],[31,34,1,true,false,false],[31,36,1,true,true,false],[31,47,1,true,false,false],[32,24,1,true,true,false],[32,40,1,true,false,false],[32,42,1,true,true,false],[32,58,1,true,false,false],[33,6,0,false,false,false],[35,45,1,true,true,false],[37,25,1,true,true,false],[37,31,1,true,false,false],[38,24,1,true,true,false],[38,34,1,true,false,false],[38,36,1,true,true,false],[38,49,1,true,false,false],[39,24,1,true,true,false],[39,40,1,true,false,false],[39,42,1,true,true,false],[39,58,1,true,false,false],[40,6,0,false,false,false],[42,44,1,true,true,false],[44,25,1,true,true,false],[44,31,1,true,false,false],[45,24,1,true,true,false],[45,34,1,true,false,false],[45,36,1,true,true,false],[45,48,1,true,false,false],[46,24,1,true,true,false],[46,40,1,true,false,false],[46,42,1,true,true,false],[46,53,1,true,false,false],[47,6,0,false,false,false],[49,39,1,true,true,false],[51,25,1,true,true,false],[51,31,1,true,false,false],[52,24,1,true,true,false],[52,34,1,true,false,false],[52,36,1,true,true,false],[52,48,1,true,false,false],[53,6,0,false,false,false],[55,39,1,true,true,false],[57,25,1,true,true,false],[57,31,1,true,false,false],[58,24,1,true,true,false],[58,34,1,true,false,false],[58,36,1,true,true,false],[58,48,1,true,false,false],[59,6,0,false,false,false],[61,39,1,true,true,false],[63,25,1,true,true,false],[63,31,1,true,false,false],[64,24,1,true,true,false],[64,34,1,true,false,false],[64,36,1,true,true,false],[64,42,1,true,false,false],[65,6,0,false,false,false],[69,35,1,true,true,false],[71,22,1,true,true,false],[71,28,1,true,false,false],[71,30,0,true,true,false],[71,84,1,true,false,false],[72,6,0,false,false,false],[74,35,1,true,true,false],[76,22,1,true,true,false],[76,28,1,true,false,false],[77,6,0,false,false,false],[79,34,1,true,true,false],[81,22,1,true,true,false],[81,28,1,true,false,false],[81,30,0,true,true,false],[81,73,1,true,false,false],[82,6,0,false,false,false],[84,33,1,true,true,false],[86,22,1,true,true,false],[86,28,1,true,false,false],[87,6,0,false,false,false],[91,68,1,true,true,false],[93,24,1,true,true,false],[93,51,1,true,false,false],[93,53,1,true,true,false],[93,68,1,true,false,false],[94,24,1,true,true,false],[94,41,1,true,false,false],[94,43,1,true,true,false],[94,58,1,true,false,false],[95,24,1,true,true,false],[95,42,1,true,false,false],[96,24,1,true,true,false],[96,42,1,true,false,false],[97,6,0,false,false,false],[99,61,1,true,true,false],[101,22,1,true,true,false],[101,49,1,true,false,false],[102,24,1,true,true,false],[102,41,1,true,false,false],[102,43,1,true,true,false],[102,46,1,true,false,false],[103,24,1,true,true,false],[103,38,1,true,false,false],[103,40,1,true,true,false],[103,43,1,true,false,false],[104,6,0,false,false,false],[109,49,1,true,true,false],[111,73,0,true,true,false],[114,10,1,true,true,false],[117,24,1,true,true,false],[117,30,1,true,false,false],[117,32,1,true,true,false],[117,41,1,true,false,false],[117,43,0,true,true,false],[117,94,1,true,false,false],[118,6,0,false,false,false],[121,55,1,true,true,false],[122,60,15,true,true,false],[122,72,1,true,false,false],[124,30,8,true,true,false],[126,29,8,true,true,false],[126,35,8,true,false,false],[126,37,0,true,true,false],[126,83,8,true,false,false],[127,28,8,true,true,false],[127,34,8,true,false,false],[127,36,8,true,true,false],[127,48,8,true,false,false],[127,50,0,true,true,false],[127,81,8,true,false,false],[128,10,1,true,true,false],[129,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":71,"percent":92.20779220779221},"instantiations":{"count":77,"covered":71,"percent":92.20779220779221},"lines":{"count":155,"covered":147,"percent":94.838709677419359},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":74,"notcovered":7,"percent":91.358024691358025}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift","mcdc_records":[],"segments":[[9,44,1,true,true,false],[10,24,1,true,true,false],[10,66,1,true,false,false],[10,68,1,true,true,false],[10,71,1,true,false,false],[11,6,0,false,false,false],[13,44,1,true,true,false],[14,24,1,true,true,false],[14,66,1,true,false,false],[14,68,1,true,true,false],[14,71,1,true,false,false],[15,6,0,false,false,false],[17,44,1,true,true,false],[18,24,1,true,true,false],[18,66,1,true,false,false],[18,68,1,true,true,false],[18,71,1,true,false,false],[19,6,0,false,false,false],[21,44,1,true,true,false],[22,24,1,true,true,false],[22,66,1,true,false,false],[22,68,1,true,true,false],[22,71,1,true,false,false],[23,6,0,false,false,false],[25,44,1,true,true,false],[27,24,1,true,true,false],[27,66,1,true,false,false],[27,68,1,true,true,false],[27,71,1,true,false,false],[28,24,1,true,true,false],[28,66,1,true,false,false],[28,68,1,true,true,false],[28,71,1,true,false,false],[29,24,1,true,true,false],[29,66,1,true,false,false],[29,68,1,true,true,false],[29,71,1,true,false,false],[30,24,1,true,true,false],[30,66,1,true,false,false],[30,68,1,true,true,false],[30,71,1,true,false,false],[31,24,1,true,true,false],[31,66,1,true,false,false],[31,68,1,true,true,false],[31,71,1,true,false,false],[32,24,1,true,true,false],[32,66,1,true,false,false],[32,68,1,true,true,false],[32,71,1,true,false,false],[33,24,1,true,true,false],[33,67,1,true,false,false],[33,69,1,true,true,false],[33,72,1,true,false,false],[34,24,1,true,true,false],[34,67,1,true,false,false],[34,69,1,true,true,false],[34,72,1,true,false,false],[35,24,1,true,true,false],[35,67,1,true,false,false],[35,69,1,true,true,false],[35,72,1,true,false,false],[36,6,0,false,false,false],[38,44,1,true,true,false],[39,24,1,true,true,false],[39,67,1,true,false,false],[39,69,1,true,true,false],[39,72,1,true,false,false],[40,24,1,true,true,false],[40,67,1,true,false,false],[40,69,1,true,true,false],[40,72,1,true,false,false],[41,24,1,true,true,false],[41,67,1,true,false,false],[41,69,1,true,true,false],[41,72,1,true,false,false],[42,24,1,true,true,false],[42,67,1,true,false,false],[42,69,1,true,true,false],[42,72,1,true,false,false],[43,24,1,true,true,false],[43,67,1,true,false,false],[43,69,1,true,true,false],[43,72,1,true,false,false],[44,24,1,true,true,false],[44,67,1,true,false,false],[44,69,1,true,true,false],[44,72,1,true,false,false],[45,24,1,true,true,false],[45,67,1,true,false,false],[45,69,1,true,true,false],[45,72,1,true,false,false],[46,24,1,true,true,false],[46,67,1,true,false,false],[46,69,1,true,true,false],[46,72,1,true,false,false],[47,24,1,true,true,false],[47,67,1,true,false,false],[47,69,1,true,true,false],[47,72,1,true,false,false],[48,24,1,true,true,false],[48,67,1,true,false,false],[48,69,1,true,true,false],[48,72,1,true,false,false],[49,6,0,false,false,false],[51,46,1,true,true,false],[52,24,1,true,true,false],[52,67,1,true,false,false],[52,69,1,true,true,false],[52,79,1,true,false,false],[53,24,1,true,true,false],[53,67,1,true,false,false],[53,69,1,true,true,false],[53,80,1,true,false,false],[54,24,1,true,true,false],[54,67,1,true,false,false],[54,69,1,true,true,false],[54,80,1,true,false,false],[55,24,1,true,true,false],[55,67,1,true,false,false],[55,69,1,true,true,false],[55,81,1,true,false,false],[56,24,1,true,true,false],[56,67,1,true,false,false],[56,69,1,true,true,false],[56,78,1,true,false,false],[57,24,1,true,true,false],[57,67,1,true,false,false],[57,69,1,true,true,false],[57,79,1,true,false,false],[58,24,1,true,true,false],[58,67,1,true,false,false],[58,69,1,true,true,false],[58,79,1,true,false,false],[59,24,1,true,true,false],[59,67,1,true,false,false],[59,69,1,true,true,false],[59,79,1,true,false,false],[60,24,1,true,true,false],[60,67,1,true,false,false],[60,69,1,true,true,false],[60,73,1,true,false,false],[61,6,0,false,false,false],[63,48,1,true,true,false],[64,24,1,true,true,false],[64,67,1,true,false,false],[64,69,1,true,true,false],[64,76,1,true,false,false],[65,24,1,true,true,false],[65,67,1,true,false,false],[65,69,1,true,true,false],[65,74,1,true,false,false],[66,24,1,true,true,false],[66,67,1,true,false,false],[66,69,1,true,true,false],[66,76,1,true,false,false],[67,24,1,true,true,false],[67,67,1,true,false,false],[67,69,1,true,true,false],[67,80,1,true,false,false],[68,24,1,true,true,false],[68,67,1,true,false,false],[68,69,1,true,true,false],[68,74,1,true,false,false],[69,6,0,false,false,false],[71,46,1,true,true,false],[72,24,1,true,true,false],[72,68,1,true,false,false],[72,70,1,true,true,false],[72,76,1,true,false,false],[73,24,1,true,true,false],[73,68,1,true,false,false],[73,70,1,true,true,false],[73,77,1,true,false,false],[74,24,1,true,true,false],[74,68,1,true,false,false],[74,70,1,true,true,false],[74,76,1,true,false,false],[75,24,1,true,true,false],[75,68,1,true,false,false],[75,70,1,true,true,false],[75,74,1,true,false,false],[76,6,0,false,false,false],[78,49,1,true,true,false],[79,24,1,true,true,false],[79,68,1,true,false,false],[79,70,1,true,true,false],[79,74,1,true,false,false],[80,24,1,true,true,false],[80,68,1,true,false,false],[80,70,1,true,true,false],[80,74,1,true,false,false],[81,24,1,true,true,false],[81,67,1,true,false,false],[81,69,1,true,true,false],[81,73,1,true,false,false],[82,24,1,true,true,false],[82,68,1,true,false,false],[82,70,1,true,true,false],[82,74,1,true,false,false],[83,24,1,true,true,false],[83,67,1,true,false,false],[83,69,1,true,true,false],[83,73,1,true,false,false],[84,24,1,true,true,false],[84,67,1,true,false,false],[84,69,1,true,true,false],[84,73,1,true,false,false],[85,24,1,true,true,false],[85,67,1,true,false,false],[85,69,1,true,true,false],[85,73,1,true,false,false],[86,24,1,true,true,false],[86,68,1,true,false,false],[86,70,1,true,true,false],[86,74,1,true,false,false],[87,24,1,true,true,false],[87,68,1,true,false,false],[87,70,1,true,true,false],[87,74,1,true,false,false],[88,24,1,true,true,false],[88,68,1,true,false,false],[88,70,1,true,true,false],[88,75,1,true,false,false],[89,24,1,true,true,false],[89,68,1,true,false,false],[89,70,1,true,true,false],[89,75,1,true,false,false],[90,24,1,true,true,false],[90,68,1,true,false,false],[90,70,1,true,true,false],[90,75,1,true,false,false],[91,6,0,false,false,false],[93,48,1,true,true,false],[94,24,1,true,true,false],[94,67,1,true,false,false],[94,69,1,true,true,false],[94,80,1,true,false,false],[95,24,1,true,true,false],[95,67,1,true,false,false],[95,69,1,true,true,false],[95,81,1,true,false,false],[96,24,1,true,true,false],[96,67,1,true,false,false],[96,69,1,true,true,false],[96,76,1,true,false,false],[97,24,1,true,true,false],[97,67,1,true,false,false],[97,69,1,true,true,false],[97,74,1,true,false,false],[98,24,1,true,true,false],[98,67,1,true,false,false],[98,69,1,true,true,false],[98,76,1,true,false,false],[99,24,1,true,true,false],[99,67,1,true,false,false],[99,69,1,true,true,false],[99,80,1,true,false,false],[100,24,1,true,true,false],[100,67,1,true,false,false],[100,69,1,true,true,false],[100,81,1,true,false,false],[101,24,1,true,true,false],[101,67,1,true,false,false],[101,69,1,true,true,false],[101,80,1,true,false,false],[102,24,1,true,true,false],[102,67,1,true,false,false],[102,69,1,true,true,false],[102,76,1,true,false,false],[103,24,1,true,true,false],[103,67,1,true,false,false],[103,69,1,true,true,false],[103,76,1,true,false,false],[104,24,1,true,true,false],[104,67,1,true,false,false],[104,69,1,true,true,false],[104,76,1,true,false,false],[105,6,0,false,false,false],[107,51,1,true,true,false],[108,24,1,true,true,false],[108,68,1,true,false,false],[108,70,1,true,true,false],[108,76,1,true,false,false],[109,24,1,true,true,false],[109,68,1,true,false,false],[109,70,1,true,true,false],[109,78,1,true,false,false],[110,24,1,true,true,false],[110,68,1,true,false,false],[110,70,1,true,true,false],[110,75,1,true,false,false],[111,24,1,true,true,false],[111,68,1,true,false,false],[111,70,1,true,true,false],[111,80,1,true,false,false],[112,24,1,true,true,false],[112,68,1,true,false,false],[112,70,1,true,true,false],[112,76,1,true,false,false],[113,6,0,false,false,false],[115,57,1,true,true,false],[116,24,1,true,true,false],[116,67,1,true,false,false],[116,69,1,true,true,false],[116,74,1,true,false,false],[117,24,1,true,true,false],[117,67,1,true,false,false],[117,69,1,true,true,false],[117,74,1,true,false,false],[118,24,1,true,true,false],[118,67,1,true,false,false],[118,69,1,true,true,false],[118,74,1,true,false,false],[119,24,1,true,true,false],[119,68,1,true,false,false],[119,70,1,true,true,false],[119,75,1,true,false,false],[120,24,1,true,true,false],[120,68,1,true,false,false],[120,70,1,true,true,false],[120,75,1,true,false,false],[121,24,1,true,true,false],[121,68,1,true,false,false],[121,70,1,true,true,false],[121,75,1,true,false,false],[122,24,1,true,true,false],[122,68,1,true,false,false],[122,70,1,true,true,false],[122,75,1,true,false,false],[123,6,0,false,false,false],[125,49,1,true,true,false],[126,24,1,true,true,false],[126,68,1,true,false,false],[126,70,1,true,true,false],[126,81,1,true,false,false],[127,6,0,false,false,false],[129,51,1,true,true,false],[130,24,1,true,true,false],[130,68,1,true,false,false],[130,70,1,true,true,false],[130,83,1,true,false,false],[131,24,1,true,true,false],[131,68,1,true,false,false],[131,70,1,true,true,false],[131,83,1,true,false,false],[132,6,0,false,false,false],[136,43,1,true,true,false],[142,37,1,true,true,false],[142,42,1,true,false,false],[142,44,1,true,true,false],[142,45,1,true,false,false],[143,6,0,false,false,false],[145,49,1,true,true,false],[151,24,1,true,true,false],[151,30,1,true,false,false],[151,32,1,true,true,false],[151,42,1,true,false,false],[152,6,0,false,false,false],[154,47,1,true,true,false],[161,37,1,true,true,false],[161,43,1,true,false,false],[161,45,1,true,true,false],[161,46,1,true,false,false],[162,37,1,true,true,false],[162,43,1,true,false,false],[162,45,1,true,true,false],[162,46,1,true,false,false],[163,6,0,false,false,false],[165,42,1,true,true,false],[171,30,1,true,true,false],[171,36,1,true,false,false],[171,38,1,true,true,false],[171,44,1,true,false,false],[172,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":187,"covered":187,"percent":100},"instantiations":{"count":187,"covered":187,"percent":100},"lines":{"count":312,"covered":312,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":187,"covered":187,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift","mcdc_records":[],"segments":[[11,35,11,true,true,false],[11,73,0,false,false,false],[12,38,11,true,true,false],[12,77,0,false,false,false],[13,38,11,true,true,false],[13,74,0,false,false,false],[14,40,11,true,true,false],[14,73,0,false,false,false],[15,39,11,true,true,false],[15,45,0,false,false,false],[17,56,12,true,true,false],[31,6,0,false,false,false],[35,56,1,true,true,false],[41,25,1,true,true,false],[41,30,1,true,false,false],[41,32,0,true,true,false],[41,73,1,true,false,false],[42,6,0,false,false,false],[44,49,1,true,true,false],[49,25,1,true,true,false],[49,30,1,true,false,false],[49,32,0,true,true,false],[49,70,1,true,false,false],[50,6,0,false,false,false],[52,60,1,true,true,false],[57,25,1,true,true,false],[57,30,1,true,false,false],[57,32,0,true,true,false],[57,82,1,true,false,false],[61,24,1,true,true,false],[61,29,1,true,false,false],[61,31,1,true,true,false],[61,37,1,true,false,false],[61,39,0,true,true,false],[61,77,1,true,false,false],[62,6,0,false,false,false],[64,55,1,true,true,false],[69,25,1,true,true,false],[69,30,1,true,false,false],[69,32,0,true,true,false],[69,79,1,true,false,false],[72,24,1,true,true,false],[72,29,1,true,false,false],[72,31,1,true,true,false],[72,35,1,true,false,false],[72,37,0,true,true,false],[72,70,1,true,false,false],[73,6,0,false,false,false],[75,52,1,true,true,false],[80,25,1,true,true,false],[80,30,1,true,false,false],[80,32,0,true,true,false],[80,75,1,true,false,false],[83,24,1,true,true,false],[83,29,1,true,false,false],[83,31,1,true,true,false],[83,35,1,true,false,false],[83,37,0,true,true,false],[83,66,1,true,false,false],[84,6,0,false,false,false],[86,70,1,true,true,false],[91,25,1,true,true,false],[91,30,1,true,false,false],[91,32,0,true,true,false],[91,74,1,true,false,false],[92,6,0,false,false,false],[94,68,1,true,true,false],[103,27,1,true,true,false],[103,38,1,true,false,false],[103,40,1,true,true,false],[103,51,1,true,false,false],[103,53,0,true,true,false],[103,101,1,true,false,false],[104,27,1,true,true,false],[104,38,1,true,false,false],[104,40,1,true,true,false],[104,53,1,true,false,false],[104,55,0,true,true,false],[104,105,1,true,false,false],[105,27,1,true,true,false],[105,38,1,true,false,false],[105,40,1,true,true,false],[105,53,1,true,false,false],[105,55,0,true,true,false],[105,105,1,true,false,false],[108,6,0,false,false,false],[112,50,1,true,true,false],[122,25,1,true,true,false],[122,31,1,true,false,false],[123,25,1,true,true,false],[123,31,1,true,false,false],[124,6,0,false,false,false],[126,52,1,true,true,false],[134,24,1,true,true,false],[134,35,1,true,false,false],[134,37,1,true,true,false],[134,49,1,true,false,false],[135,24,1,true,true,false],[135,35,1,true,false,false],[135,37,1,true,true,false],[135,47,1,true,false,false],[136,24,1,true,true,false],[136,37,1,true,false,false],[136,39,1,true,true,false],[136,49,1,true,false,false],[137,6,0,false,false,false],[141,62,1,true,true,false],[147,24,1,true,true,false],[147,28,1,true,false,false],[147,30,1,true,true,false],[147,34,1,true,false,false],[147,36,0,true,true,false],[147,68,1,true,false,false],[151,24,1,true,true,false],[151,31,1,true,false,false],[151,33,1,true,true,false],[151,40,1,true,false,false],[151,42,0,true,true,false],[151,77,1,true,false,false],[152,6,0,false,false,false],[154,63,1,true,true,false],[162,24,1,true,true,false],[162,30,1,true,false,false],[162,32,1,true,true,false],[162,38,1,true,false,false],[162,40,0,true,true,false],[162,111,1,true,false,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":49,"percent":76.5625},"instantiations":{"count":64,"covered":49,"percent":76.5625},"lines":{"count":182,"covered":167,"percent":91.758241758241752},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":49,"notcovered":15,"percent":76.5625}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift","mcdc_records":[],"segments":[[6,45,4,true,true,false],[17,6,0,false,false,false],[19,53,1,true,true,false],[23,24,1,true,true,false],[23,42,1,true,false,false],[23,44,1,true,true,false],[23,49,1,true,false,false],[26,22,1,true,true,false],[26,40,1,true,false,false],[27,6,0,false,false,false],[29,57,1,true,true,false],[35,22,1,true,true,false],[35,29,1,true,false,false],[36,24,1,true,true,false],[36,42,1,true,false,false],[36,44,1,true,true,false],[36,49,1,true,false,false],[39,6,0,false,false,false],[41,64,1,true,true,false],[47,24,1,true,true,false],[47,31,1,true,false,false],[47,33,1,true,true,false],[47,38,1,true,false,false],[48,22,1,true,true,false],[48,40,1,true,false,false],[49,6,0,false,false,false],[51,50,1,true,true,false],[52,77,1,true,true,false],[52,85,1,true,false,false],[57,22,1,true,true,false],[57,40,1,true,false,false],[58,6,0,false,false,false],[60,81,3,true,true,false],[61,15,3,true,true,false],[61,32,3,true,false,false],[61,33,0,true,true,false],[63,10,3,true,true,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":17,"percent":100},"instantiations":{"count":17,"covered":17,"percent":100},"lines":{"count":65,"covered":64,"percent":98.461538461538467},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":19,"notcovered":1,"percent":95}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift","mcdc_records":[],"segments":[[8,35,1,true,true,false],[10,25,1,true,true,false],[10,31,1,true,false,false],[11,24,1,true,true,false],[11,34,1,true,false,false],[11,36,1,true,true,false],[11,47,1,true,false,false],[12,24,1,true,true,false],[12,36,1,true,false,false],[12,38,1,true,true,false],[12,49,1,true,false,false],[13,6,0,false,false,false],[15,35,1,true,true,false],[17,25,1,true,true,false],[17,31,1,true,false,false],[18,24,1,true,true,false],[18,34,1,true,false,false],[18,36,1,true,true,false],[18,48,1,true,false,false],[19,23,1,true,true,false],[19,45,0,true,true,false],[19,50,1,true,false,false],[20,6,0,false,false,false],[24,42,1,true,true,false],[26,25,1,true,true,false],[26,31,1,true,false,false],[27,24,1,true,true,false],[27,34,1,true,false,false],[27,36,1,true,true,false],[27,53,1,true,false,false],[28,6,0,false,false,false],[30,40,1,true,true,false],[32,25,1,true,true,false],[32,31,1,true,false,false],[33,24,1,true,true,false],[33,34,1,true,false,false],[33,36,1,true,true,false],[33,41,1,true,false,false],[34,6,0,false,false,false],[38,33,1,true,true,false],[40,25,1,true,true,false],[40,31,1,true,false,false],[41,24,1,true,true,false],[41,34,1,true,false,false],[41,36,1,true,true,false],[41,48,1,true,false,false],[42,24,1,true,true,false],[42,45,1,true,false,false],[42,47,1,true,true,false],[42,51,1,true,false,false],[43,6,0,false,false,false],[45,35,1,true,true,false],[47,25,1,true,true,false],[47,31,1,true,false,false],[48,24,1,true,true,false],[48,34,1,true,false,false],[48,36,1,true,true,false],[48,48,1,true,false,false],[49,6,0,false,false,false],[51,35,1,true,true,false],[53,25,1,true,true,false],[53,31,1,true,false,false],[54,24,1,true,true,false],[54,34,1,true,false,false],[54,36,1,true,true,false],[54,48,1,true,false,false],[55,6,0,false,false,false],[57,35,1,true,true,false],[59,25,1,true,true,false],[59,31,1,true,false,false],[60,24,1,true,true,false],[60,34,1,true,false,false],[60,36,1,true,true,false],[60,42,1,true,false,false],[61,6,0,false,false,false],[63,39,1,true,true,false],[65,25,1,true,true,false],[65,31,1,true,false,false],[66,24,1,true,true,false],[66,34,1,true,false,false],[66,36,1,true,true,false],[66,47,1,true,false,false],[67,6,0,false,false,false],[69,41,1,true,true,false],[71,25,1,true,true,false],[71,31,1,true,false,false],[72,24,1,true,true,false],[72,34,1,true,false,false],[72,36,1,true,true,false],[72,49,1,true,false,false],[73,6,0,false,false,false],[75,43,1,true,true,false],[77,25,1,true,true,false],[77,31,1,true,false,false],[78,24,1,true,true,false],[78,34,1,true,false,false],[78,36,1,true,true,false],[78,51,1,true,false,false],[79,6,0,false,false,false],[81,45,1,true,true,false],[83,25,1,true,true,false],[83,31,1,true,false,false],[84,24,1,true,true,false],[84,34,1,true,false,false],[84,36,1,true,true,false],[84,53,1,true,false,false],[85,6,0,false,false,false],[89,51,1,true,true,false],[91,25,1,true,true,false],[91,31,1,true,false,false],[92,24,1,true,true,false],[92,34,1,true,false,false],[92,36,1,true,true,false],[92,48,1,true,false,false],[93,6,0,false,false,false],[95,50,1,true,true,false],[97,25,1,true,true,false],[97,31,1,true,false,false],[98,24,1,true,true,false],[98,34,1,true,false,false],[98,36,1,true,true,false],[98,48,1,true,false,false],[99,6,0,false,false,false],[101,54,1,true,true,false],[103,25,1,true,true,false],[103,31,1,true,false,false],[104,24,1,true,true,false],[104,34,1,true,false,false],[104,36,1,true,true,false],[104,48,1,true,false,false],[105,6,0,false,false,false],[107,42,1,true,true,false],[109,25,1,true,true,false],[109,31,1,true,false,false],[110,24,1,true,true,false],[110,34,1,true,false,false],[110,36,1,true,true,false],[110,47,1,true,false,false],[111,6,0,false,false,false],[113,44,1,true,true,false],[115,25,1,true,true,false],[115,31,1,true,false,false],[116,24,1,true,true,false],[116,34,1,true,false,false],[116,36,1,true,true,false],[116,49,1,true,false,false],[117,6,0,false,false,false],[119,49,1,true,true,false],[121,25,1,true,true,false],[121,31,1,true,false,false],[122,24,1,true,true,false],[122,34,1,true,false,false],[122,36,1,true,true,false],[122,51,1,true,false,false],[123,6,0,false,false,false],[125,51,1,true,true,false],[127,25,1,true,true,false],[127,31,1,true,false,false],[128,24,1,true,true,false],[128,34,1,true,false,false],[128,36,1,true,true,false],[128,53,1,true,false,false],[129,6,0,false,false,false],[133,47,1,true,true,false],[135,22,1,true,true,false],[135,28,1,true,false,false],[136,6,0,false,false,false],[138,51,1,true,true,false],[140,22,1,true,true,false],[140,28,1,true,false,false],[141,6,0,false,false,false],[145,43,1,true,true,false],[147,24,1,true,true,false],[147,43,1,true,false,false],[147,45,1,true,true,false],[147,78,1,true,false,false],[148,6,0,false,false,false],[150,43,1,true,true,false],[152,24,1,true,true,false],[152,43,1,true,false,false],[152,45,1,true,true,false],[152,49,1,true,false,false],[153,6,0,false,false,false],[157,39,1,true,true,false],[159,23,1,true,true,false],[159,50,0,true,true,false],[159,55,1,true,false,false],[160,6,0,false,false,false],[162,42,1,true,true,false],[164,24,1,true,true,false],[164,52,0,true,true,false],[164,56,1,true,false,false],[165,6,0,false,false,false],[169,49,1,true,true,false],[171,24,1,true,true,false],[171,57,1,true,false,false],[171,59,1,true,true,false],[171,61,1,true,false,false],[172,6,0,false,false,false],[174,42,1,true,true,false],[175,65,15,true,true,false],[175,83,1,true,false,false],[176,24,1,true,true,false],[176,44,1,true,false,false],[176,46,1,true,true,false],[176,47,1,true,false,false],[178,42,7,true,true,false],[178,46,1,true,false,false],[179,23,1,true,true,false],[179,48,1,true,false,false],[180,23,1,true,true,false],[180,54,1,true,false,false],[181,23,1,true,true,false],[181,48,1,true,false,false],[182,23,1,true,true,false],[182,42,1,true,false,false],[183,23,1,true,true,false],[183,58,1,true,false,false],[184,23,1,true,true,false],[184,48,1,true,false,false],[185,23,1,true,true,false],[185,43,1,true,false,false],[186,6,0,false,false,false],[188,37,1,true,true,false],[189,60,15,true,true,false],[189,72,1,true,false,false],[190,24,1,true,true,false],[190,39,1,true,false,false],[190,41,1,true,true,false],[190,42,1,true,false,false],[192,37,8,true,true,false],[192,41,1,true,false,false],[193,23,1,true,true,false],[193,49,1,true,false,false],[194,23,1,true,true,false],[194,49,1,true,false,false],[195,23,1,true,true,false],[195,49,1,true,false,false],[196,23,1,true,true,false],[196,43,1,true,false,false],[197,23,1,true,true,false],[197,48,1,true,false,false],[198,23,1,true,true,false],[198,50,1,true,false,false],[199,23,1,true,true,false],[199,52,1,true,false,false],[200,23,1,true,true,false],[200,54,1,true,false,false],[201,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":126,"covered":123,"percent":97.61904761904762},"instantiations":{"count":126,"covered":123,"percent":97.61904761904762},"lines":{"count":251,"covered":248,"percent":98.804780876494021},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":126,"covered":123,"notcovered":3,"percent":97.61904761904762}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift","mcdc_records":[],"segments":[[14,48,1,true,true,false],[16,24,1,true,true,false],[16,53,1,true,false,false],[16,55,1,true,true,false],[16,60,1,true,false,false],[16,62,0,true,true,false],[16,97,1,true,false,false],[17,24,1,true,true,false],[17,53,1,true,false,false],[17,55,1,true,true,false],[17,60,1,true,false,false],[17,62,0,true,true,false],[17,96,1,true,false,false],[18,24,1,true,true,false],[18,53,1,true,false,false],[18,55,1,true,true,false],[18,60,1,true,false,false],[18,62,0,true,true,false],[18,97,1,true,false,false],[19,24,1,true,true,false],[19,53,1,true,false,false],[19,55,1,true,true,false],[19,60,1,true,false,false],[19,62,0,true,true,false],[19,95,1,true,false,false],[22,24,1,true,true,false],[22,53,1,true,false,false],[22,55,1,true,true,false],[22,60,1,true,false,false],[22,62,0,true,true,false],[22,98,1,true,false,false],[23,24,1,true,true,false],[23,53,1,true,false,false],[23,55,1,true,true,false],[23,60,1,true,false,false],[23,62,0,true,true,false],[23,97,1,true,false,false],[24,24,1,true,true,false],[24,53,1,true,false,false],[24,55,1,true,true,false],[24,60,1,true,false,false],[24,62,0,true,true,false],[24,98,1,true,false,false],[25,24,1,true,true,false],[25,53,1,true,false,false],[25,55,1,true,true,false],[25,60,1,true,false,false],[25,62,0,true,true,false],[25,96,1,true,false,false],[28,24,1,true,true,false],[28,52,1,true,false,false],[28,54,1,true,true,false],[28,59,1,true,false,false],[28,61,0,true,true,false],[28,91,1,true,false,false],[29,24,1,true,true,false],[29,52,1,true,false,false],[29,54,1,true,true,false],[29,59,1,true,false,false],[29,61,0,true,true,false],[29,90,1,true,false,false],[30,24,1,true,true,false],[30,52,1,true,false,false],[30,54,1,true,true,false],[30,59,1,true,false,false],[30,61,0,true,true,false],[30,91,1,true,false,false],[31,24,1,true,true,false],[31,52,1,true,false,false],[31,54,1,true,true,false],[31,59,1,true,false,false],[31,61,0,true,true,false],[31,89,1,true,false,false],[32,6,0,false,false,false],[34,50,1,true,true,false],[35,24,1,true,true,false],[35,54,1,true,false,false],[35,56,1,true,true,false],[35,61,1,true,false,false],[35,63,0,true,true,false],[35,91,1,true,false,false],[36,24,1,true,true,false],[36,52,1,true,false,false],[36,54,1,true,true,false],[36,59,1,true,false,false],[36,61,0,true,true,false],[36,87,1,true,false,false],[37,24,1,true,true,false],[37,52,1,true,false,false],[37,54,1,true,true,false],[37,59,1,true,false,false],[37,61,0,true,true,false],[37,90,1,true,false,false],[38,24,1,true,true,false],[38,55,1,true,false,false],[38,57,1,true,true,false],[38,62,1,true,false,false],[38,64,0,true,true,false],[38,93,1,true,false,false],[39,24,1,true,true,false],[39,54,1,true,false,false],[39,56,1,true,true,false],[39,61,1,true,false,false],[39,63,0,true,true,false],[39,91,1,true,false,false],[40,24,1,true,true,false],[40,53,1,true,false,false],[40,55,1,true,true,false],[40,60,1,true,false,false],[40,62,0,true,true,false],[40,94,1,true,false,false],[41,24,1,true,true,false],[41,58,1,true,false,false],[41,60,1,true,true,false],[41,65,1,true,false,false],[41,67,0,true,true,false],[41,99,1,true,false,false],[42,24,1,true,true,false],[42,52,1,true,false,false],[42,54,1,true,true,false],[42,59,1,true,false,false],[42,61,0,true,true,false],[42,87,1,true,false,false],[43,24,1,true,true,false],[43,52,1,true,false,false],[43,54,1,true,true,false],[43,59,1,true,false,false],[43,61,0,true,true,false],[43,90,1,true,false,false],[44,24,1,true,true,false],[44,55,1,true,false,false],[44,57,1,true,true,false],[44,62,1,true,false,false],[44,64,0,true,true,false],[44,93,1,true,false,false],[45,6,0,false,false,false],[47,50,1,true,true,false],[48,24,1,true,true,false],[48,50,1,true,false,false],[48,52,1,true,true,false],[48,55,1,true,false,false],[48,57,0,true,true,false],[48,92,1,true,false,false],[49,24,1,true,true,false],[49,50,1,true,false,false],[49,52,1,true,true,false],[49,55,1,true,false,false],[49,57,0,true,true,false],[49,97,1,true,false,false],[50,24,1,true,true,false],[50,50,1,true,false,false],[50,52,1,true,true,false],[50,55,1,true,false,false],[50,57,0,true,true,false],[50,87,1,true,false,false],[51,24,1,true,true,false],[51,50,1,true,false,false],[51,52,1,true,true,false],[51,55,1,true,false,false],[51,57,0,true,true,false],[51,83,1,true,false,false],[52,6,0,false,false,false],[54,54,1,true,true,false],[55,24,1,true,true,false],[55,53,1,true,false,false],[55,55,1,true,true,false],[55,60,1,true,false,false],[55,62,0,true,true,false],[55,99,1,true,false,false],[56,24,1,true,true,false],[56,53,1,true,false,false],[56,55,1,true,true,false],[56,60,1,true,false,false],[56,62,0,true,true,false],[56,100,1,true,false,false],[57,24,1,true,true,false],[57,54,1,true,false,false],[57,56,1,true,true,false],[57,61,1,true,false,false],[57,63,0,true,true,false],[57,101,1,true,false,false],[58,6,0,false,false,false],[62,37,1,true,true,false],[64,24,1,true,true,false],[64,36,1,true,false,false],[64,38,1,true,true,false],[64,39,1,true,false,false],[64,41,0,true,true,false],[64,91,1,true,false,false],[65,6,0,false,false,false],[67,37,1,true,true,false],[69,24,1,true,true,false],[69,33,1,true,false,false],[69,35,1,true,true,false],[69,47,1,true,false,false],[69,49,0,true,true,false],[69,83,1,true,false,false],[70,24,1,true,true,false],[70,33,1,true,false,false],[70,35,1,true,true,false],[70,45,1,true,false,false],[70,47,0,true,true,false],[70,80,1,true,false,false],[71,24,1,true,true,false],[71,33,1,true,false,false],[71,35,1,true,true,false],[71,46,1,true,false,false],[71,48,0,true,true,false],[71,81,1,true,false,false],[72,6,0,false,false,false],[76,36,1,true,true,false],[80,24,1,true,true,false],[80,41,1,true,false,false],[80,43,1,true,true,false],[80,46,1,true,false,false],[80,48,0,true,true,false],[80,85,1,true,false,false],[81,24,1,true,true,false],[81,42,1,true,false,false],[81,44,1,true,true,false],[81,47,1,true,false,false],[81,49,0,true,true,false],[81,87,1,true,false,false],[82,6,0,false,false,false],[84,28,1,true,true,false],[89,37,1,true,true,false],[89,40,1,true,false,false],[89,42,1,true,true,false],[89,51,1,true,false,false],[89,53,0,true,true,false],[89,90,1,true,false,false],[90,34,1,true,true,false],[90,37,1,true,false,false],[90,39,1,true,true,false],[90,48,1,true,false,false],[90,50,0,true,true,false],[90,87,1,true,false,false],[91,6,0,false,false,false],[96,65,29,true,true,false],[97,16,29,true,true,false],[97,32,29,true,false,false],[98,9,4,true,true,false],[98,42,29,true,false,false],[99,9,4,true,true,false],[99,42,29,true,false,false],[100,9,3,true,true,false],[100,42,29,true,false,false],[101,9,3,true,true,false],[101,42,29,true,false,false],[102,9,3,true,true,false],[102,35,29,true,false,false],[103,9,3,true,true,false],[103,45,29,true,false,false],[104,9,2,true,true,false],[104,40,29,true,false,false],[105,9,1,true,true,false],[105,26,29,true,false,false],[106,9,2,true,true,false],[106,36,29,true,false,false],[107,9,4,true,true,false],[107,34,29,true,false,false],[108,10,29,true,true,false],[109,6,0,false,false,false],[115,27,1,true,true,false],[117,24,1,true,true,false],[117,36,1,true,false,false],[117,38,1,true,true,false],[117,40,1,true,false,false],[117,42,0,true,true,false],[117,78,1,true,false,false],[118,6,0,false,false,false],[120,35,1,true,true,false],[122,24,1,true,true,false],[122,44,1,true,false,false],[122,46,1,true,true,false],[122,47,1,true,false,false],[122,49,0,true,true,false],[122,92,1,true,false,false],[123,6,0,false,false,false],[125,31,1,true,true,false],[127,24,1,true,true,false],[127,40,1,true,false,false],[127,42,1,true,true,false],[127,44,1,true,false,false],[127,46,0,true,true,false],[127,80,1,true,false,false],[128,6,0,false,false,false],[130,32,1,true,true,false],[135,22,1,true,true,false],[135,36,1,true,false,false],[135,38,0,true,true,false],[135,78,1,true,false,false],[139,24,1,true,true,false],[139,38,1,true,false,false],[139,40,1,true,true,false],[139,46,1,true,false,false],[139,48,0,true,true,false],[139,77,1,true,false,false],[143,22,1,true,true,false],[143,36,1,true,false,false],[143,38,0,true,true,false],[143,74,1,true,false,false],[147,24,1,true,true,false],[147,38,1,true,false,false],[147,40,1,true,true,false],[147,51,1,true,false,false],[147,53,0,true,true,false],[147,87,1,true,false,false],[151,24,1,true,true,false],[151,38,1,true,false,false],[151,40,1,true,true,false],[151,52,1,true,false,false],[151,54,0,true,true,false],[151,92,1,true,false,false],[152,6,0,false,false,false],[158,32,1,true,true,false],[165,24,1,true,true,false],[165,35,1,true,false,false],[165,37,1,true,true,false],[165,38,1,true,false,false],[165,40,0,true,true,false],[165,73,1,true,false,false],[166,24,1,true,true,false],[166,38,1,true,false,false],[166,40,1,true,true,false],[166,52,1,true,false,false],[166,54,0,true,true,false],[166,87,1,true,false,false],[167,23,1,true,true,false],[167,46,1,true,false,false],[167,48,0,true,true,false],[167,82,1,true,false,false],[172,24,1,true,true,false],[172,35,1,true,false,false],[172,37,1,true,true,false],[172,38,1,true,false,false],[172,40,0,true,true,false],[172,74,1,true,false,false],[173,24,1,true,true,false],[173,38,1,true,false,false],[173,40,1,true,true,false],[173,50,1,true,false,false],[173,52,0,true,true,false],[173,84,1,true,false,false],[178,24,1,true,true,false],[178,35,1,true,false,false],[178,37,1,true,true,false],[178,38,1,true,false,false],[178,40,0,true,true,false],[178,74,1,true,false,false],[179,24,1,true,true,false],[179,38,1,true,false,false],[179,40,1,true,true,false],[179,51,1,true,false,false],[179,53,0,true,true,false],[179,85,1,true,false,false],[182,24,1,true,true,false],[182,35,1,true,false,false],[182,37,1,true,true,false],[182,49,1,true,false,false],[182,51,0,true,true,false],[182,90,1,true,false,false],[183,6,0,false,false,false],[185,35,1,true,true,false],[193,24,1,true,true,false],[193,35,1,true,false,false],[193,37,1,true,true,false],[193,38,1,true,false,false],[193,40,0,true,true,false],[193,74,1,true,false,false],[194,24,1,true,true,false],[194,38,1,true,false,false],[194,40,1,true,true,false],[194,50,1,true,false,false],[194,52,0,true,true,false],[194,87,1,true,false,false],[195,6,0,false,false,false],[197,40,1,true,true,false],[204,23,1,true,true,false],[204,46,1,true,false,false],[204,48,0,true,true,false],[204,74,1,true,false,false],[205,24,1,true,true,false],[205,38,1,true,false,false],[205,40,1,true,true,false],[205,52,1,true,false,false],[205,54,0,true,true,false],[205,75,1,true,false,false],[206,6,0,false,false,false],[208,38,1,true,true,false],[215,24,1,true,true,false],[215,39,1,true,false,false],[215,41,1,true,true,false],[215,47,1,true,false,false],[215,49,0,true,true,false],[215,79,1,true,false,false],[216,6,0,false,false,false],[222,47,1,true,true,false],[238,23,1,true,true,false],[238,57,1,true,false,false],[238,59,0,true,true,false],[238,104,1,true,false,false],[239,23,1,true,true,false],[239,56,1,true,false,false],[239,58,0,true,true,false],[239,102,1,true,false,false],[240,23,1,true,true,false],[240,62,1,true,false,false],[240,64,0,true,true,false],[240,115,1,true,false,false],[241,23,1,true,true,false],[241,57,1,true,false,false],[241,59,0,true,true,false],[241,103,1,true,false,false],[242,23,1,true,true,false],[242,58,1,true,false,false],[242,60,0,true,true,false],[242,98,1,true,false,false],[243,23,1,true,true,false],[243,57,1,true,false,false],[243,59,0,true,true,false],[243,103,1,true,false,false],[244,23,1,true,true,false],[244,56,1,true,false,false],[244,58,0,true,true,false],[244,101,1,true,false,false],[245,23,1,true,true,false],[245,53,1,true,false,false],[245,55,0,true,true,false],[245,90,1,true,false,false],[246,23,1,true,true,false],[246,50,1,true,false,false],[246,52,0,true,true,false],[246,86,1,true,false,false],[247,23,1,true,true,false],[247,48,1,true,false,false],[247,50,0,true,true,false],[247,83,1,true,false,false],[248,23,1,true,true,false],[248,57,1,true,false,false],[248,59,0,true,true,false],[248,102,1,true,false,false],[249,23,1,true,true,false],[249,59,1,true,false,false],[249,61,0,true,true,false],[249,106,1,true,false,false],[250,23,1,true,true,false],[250,58,1,true,false,false],[250,60,0,true,true,false],[250,104,1,true,false,false],[251,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":214,"covered":143,"percent":66.822429906542055},"instantiations":{"count":214,"covered":143,"percent":66.822429906542055},"lines":{"count":398,"covered":327,"percent":82.1608040201005},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":226,"covered":155,"notcovered":71,"percent":68.584070796460168}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift","mcdc_records":[],"segments":[[15,51,0,true,true,false],[15,53,0,false,false,false],[19,38,0,true,true,false],[19,42,0,false,false,false],[20,40,0,true,true,false],[20,44,0,false,false,false],[21,49,0,true,true,false],[21,63,0,false,false,false],[25,97,0,true,true,false],[27,51,0,true,true,false],[27,72,0,true,false,false],[28,6,0,false,false,false],[33,85,0,true,true,false],[42,12,0,true,true,false],[44,53,0,true,true,false],[48,44,0,true,true,false],[50,14,0,true,true,false],[54,45,0,true,true,false],[56,14,0,true,true,false],[60,43,0,true,true,false],[62,14,0,true,true,false],[65,16,0,true,true,false],[65,39,0,true,false,false],[65,40,0,true,true,false],[67,20,0,true,true,false],[67,45,0,true,false,false],[67,73,0,true,true,false],[69,18,0,true,true,false],[70,14,0,true,true,false],[79,14,0,true,false,false],[81,17,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,96,0,true,true,false],[97,33,0,true,true,false],[102,16,0,true,true,false],[102,31,0,true,false,false],[102,59,0,true,true,false],[104,14,0,true,true,false],[105,10,0,true,true,false],[107,23,0,true,false,false],[108,6,0,false,false,false],[111,70,0,true,true,false],[168,6,0,false,false,false],[172,67,0,true,true,false],[183,6,0,false,false,false],[187,5,0,true,true,false],[191,38,0,true,true,false],[193,10,0,true,false,false],[202,6,0,false,false,false],[206,5,0,true,true,false],[210,48,0,true,true,false],[212,10,0,true,false,false],[216,31,0,true,true,false],[218,10,0,true,true,false],[223,65,0,true,false,false],[224,6,0,false,false,false],[226,101,0,true,true,false],[229,12,0,true,true,false],[230,100,0,true,true,false],[232,45,0,true,false,false],[233,17,0,true,true,false],[236,10,0,true,false,false],[237,6,0,false,false,false],[239,83,0,true,true,false],[247,12,0,true,true,false],[247,25,0,true,false,false],[247,26,0,true,true,false],[249,10,0,true,false,false],[255,12,0,true,true,false],[255,30,0,true,false,false],[255,31,0,true,true,false],[257,10,0,true,false,false],[257,16,0,true,true,false],[261,10,0,true,false,false],[264,6,0,false,false,false],[266,65,0,true,true,false],[267,12,0,true,true,false],[267,25,0,true,false,false],[267,26,0,true,true,false],[269,10,0,true,false,false],[271,6,0,false,false,false],[280,29,0,true,true,false],[282,6,0,false,false,false],[291,76,0,true,true,false],[295,6,0,false,false,false],[316,7,0,true,true,false],[322,6,0,false,false,false],[366,81,0,true,true,false],[370,6,0,false,false,false],[378,53,0,true,true,false],[381,6,0,false,false,false],[386,32,0,true,true,false],[386,36,0,false,false,false],[387,35,0,true,true,false],[387,37,0,false,false,false],[406,49,0,true,true,false],[406,52,0,false,false,false],[408,77,0,true,true,false],[411,6,0,false,false,false],[413,87,0,true,true,false],[416,6,0,false,false,false],[418,40,0,true,true,false],[422,6,0,false,false,false],[424,53,0,true,true,false],[426,75,0,true,true,false],[430,10,0,true,false,false],[431,6,0,false,false,false],[433,59,0,true,true,false],[435,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":294,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift","mcdc_records":[],"segments":[[14,48,1,true,true,false],[17,24,1,true,true,false],[17,37,1,true,false,false],[17,39,1,true,true,false],[17,45,1,true,false,false],[18,24,1,true,true,false],[18,38,1,true,false,false],[18,40,1,true,true,false],[18,48,1,true,false,false],[19,6,0,false,false,false],[21,44,1,true,true,false],[24,23,1,true,true,false],[24,43,1,true,false,false],[28,24,1,true,true,false],[28,46,1,true,false,false],[29,6,0,false,false,false],[33,45,1,true,true,false],[42,23,1,true,true,false],[42,49,1,true,false,false],[43,23,1,true,true,false],[43,49,1,true,false,false],[44,23,1,true,true,false],[44,51,1,true,false,false],[47,23,1,true,true,false],[47,46,1,true,false,false],[48,23,1,true,true,false],[48,45,1,true,false,false],[49,23,1,true,true,false],[49,45,1,true,false,false],[50,6,0,false,false,false],[52,51,1,true,true,false],[59,13,1,true,true,false],[59,39,1,true,true,false],[59,61,1,true,false,false],[59,65,0,true,true,false],[59,89,1,true,false,false],[60,20,0,true,true,false],[60,43,1,true,false,false],[61,6,0,false,false,false],[65,44,1,true,true,false],[67,24,1,true,true,false],[67,80,1,true,false,false],[67,82,1,true,true,false],[67,97,1,true,false,false],[68,24,1,true,true,false],[68,75,1,true,false,false],[68,77,1,true,true,false],[68,87,1,true,false,false],[69,24,1,true,true,false],[69,74,1,true,false,false],[69,76,1,true,true,false],[69,85,1,true,false,false],[70,24,1,true,true,false],[70,74,1,true,false,false],[70,76,1,true,true,false],[70,85,1,true,false,false],[71,6,0,false,false,false],[75,58,1,true,true,false],[76,24,1,true,true,false],[76,66,1,true,false,false],[76,68,1,true,true,false],[76,78,1,true,false,false],[77,24,1,true,true,false],[77,68,1,true,false,false],[77,70,1,true,true,false],[77,81,1,true,false,false],[78,24,1,true,true,false],[78,74,1,true,false,false],[78,76,1,true,true,false],[78,94,1,true,false,false],[79,6,0,false,false,false],[83,43,1,true,true,false],[88,23,1,true,true,false],[88,51,1,true,false,false],[89,23,1,true,true,false],[89,65,1,true,false,false],[90,23,1,true,true,false],[90,53,1,true,false,false],[91,6,0,false,false,false],[95,47,1,true,true,false],[98,49,1,true,true,false],[99,72,1,true,true,false],[101,24,1,true,true,false],[101,31,1,true,false,false],[101,33,1,true,true,false],[101,45,1,true,false,false],[102,6,0,false,false,false],[107,42,1,true,true,false],[111,24,1,true,true,false],[111,53,1,true,false,false],[111,55,1,true,true,false],[111,59,1,true,false,false],[112,23,1,true,true,false],[112,65,1,true,false,false],[113,6,0,false,false,false],[117,50,1,true,true,false],[120,25,1,true,true,false],[120,37,1,true,false,false],[124,6,0,false,false,false],[128,43,1,true,true,false],[131,25,1,true,true,false],[131,31,1,true,false,false],[134,26,1,true,true,false],[134,52,1,true,false,false],[135,6,0,false,false,false],[141,23,2,true,true,false],[142,27,1,true,true,false],[142,42,2,true,false,false],[143,6,0,false,false,false],[153,60,1,true,true,false],[155,6,0,false,false,false],[157,37,1,true,true,false],[160,6,0,false,false,false],[162,67,1,true,true,false],[163,64,1,true,true,false],[164,74,1,true,false,false],[165,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":55,"percent":96.491228070175438},"instantiations":{"count":57,"covered":55,"percent":96.491228070175438},"lines":{"count":152,"covered":150,"percent":98.68421052631578},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":58,"notcovered":2,"percent":96.666666666666671}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift","mcdc_records":[],"segments":[[11,43,28,true,true,false],[17,6,0,false,false,false],[19,46,28,true,true,false],[25,6,0,false,false,false],[29,51,1,true,true,false],[41,24,1,true,true,false],[41,33,1,true,false,false],[41,35,1,true,true,false],[41,43,1,true,false,false],[41,45,0,true,true,false],[41,70,1,true,false,false],[42,30,1,true,true,false],[42,39,1,true,false,false],[42,41,1,true,true,false],[42,51,1,true,false,false],[42,53,0,true,true,false],[42,83,1,true,false,false],[43,27,1,true,true,false],[43,36,1,true,false,false],[43,38,1,true,true,false],[43,70,1,true,false,false],[43,72,0,true,true,false],[43,103,1,true,false,false],[44,6,0,false,false,false],[46,51,1,true,true,false],[50,27,3,true,true,false],[54,28,3,true,true,false],[54,37,3,true,false,false],[54,39,3,true,true,false],[54,43,3,true,false,false],[54,45,0,true,true,false],[54,78,3,true,false,false],[55,10,1,true,true,false],[60,24,1,true,true,false],[60,33,1,true,false,false],[60,35,1,true,true,false],[60,37,1,true,false,false],[60,39,0,true,true,false],[60,65,1,true,false,false],[61,6,0,false,false,false],[63,53,1,true,true,false],[74,34,6,true,true,false],[78,28,6,true,true,false],[78,37,6,true,false,false],[78,39,6,true,true,false],[78,43,6,true,false,false],[78,45,0,true,true,false],[78,101,6,true,false,false],[79,10,1,true,true,false],[80,6,0,false,false,false],[82,53,1,true,true,false],[90,13,1,true,true,false],[90,22,1,true,false,false],[90,24,1,true,true,false],[90,34,1,true,false,false],[90,36,0,true,true,false],[90,87,1,true,false,false],[93,13,1,true,true,false],[93,22,1,true,false,false],[93,24,1,true,true,false],[93,33,1,true,false,false],[93,35,0,true,true,false],[93,86,1,true,false,false],[95,6,0,false,false,false],[97,63,1,true,true,false],[105,24,1,true,true,false],[105,33,1,true,false,false],[105,35,1,true,true,false],[105,45,1,true,false,false],[105,47,0,true,true,false],[105,85,1,true,false,false],[106,6,0,false,false,false],[108,54,1,true,true,false],[111,24,1,true,true,false],[111,42,1,true,false,false],[111,44,0,true,true,false],[111,77,1,true,false,false],[113,12,1,true,true,false],[113,39,1,true,false,false],[113,40,1,true,true,false],[114,27,1,true,true,false],[114,31,1,true,false,false],[114,33,0,true,true,false],[114,98,1,true,false,false],[115,19,0,true,true,false],[115,49,1,true,false,false],[115,50,0,true,true,false],[116,27,0,true,true,false],[116,31,0,true,false,false],[116,33,0,true,true,false],[116,88,0,true,false,false],[117,10,1,true,false,false],[117,16,0,true,true,false],[118,27,0,true,true,false],[118,58,0,true,false,false],[118,60,0,true,true,false],[118,99,0,true,false,false],[119,10,1,true,false,false],[120,6,0,false,false,false],[124,39,1,true,true,false],[128,23,1,true,true,false],[128,42,1,true,false,false],[128,44,0,true,true,false],[128,74,1,true,false,false],[129,6,0,false,false,false],[131,42,1,true,true,false],[139,23,1,true,true,false],[139,27,1,true,false,false],[139,29,0,true,true,false],[139,61,1,true,false,false],[140,6,0,false,false,false],[142,42,1,true,true,false],[153,23,1,true,true,false],[153,27,1,true,false,false],[153,29,0,true,true,false],[153,73,1,true,false,false],[154,6,0,false,false,false],[156,43,1,true,true,false],[165,23,1,true,true,false],[165,27,1,true,false,false],[165,29,0,true,true,false],[165,76,1,true,false,false],[166,6,0,false,false,false],[168,41,1,true,true,false],[172,27,10,true,true,false],[174,10,1,true,true,false],[179,23,1,true,true,false],[179,27,1,true,false,false],[179,29,0,true,true,false],[179,73,1,true,false,false],[180,6,0,false,false,false],[182,42,1,true,true,false],[195,23,1,true,true,false],[195,27,1,true,false,false],[195,29,0,true,true,false],[195,71,1,true,false,false],[196,6,0,false,false,false],[198,37,1,true,true,false],[205,37,1,true,true,false],[205,48,1,true,false,false],[205,50,1,true,true,false],[205,51,1,true,false,false],[205,53,0,true,true,false],[205,94,1,true,false,false],[206,37,1,true,true,false],[206,46,1,true,false,false],[206,48,1,true,true,false],[206,59,1,true,false,false],[206,61,0,true,true,false],[206,99,1,true,false,false],[207,6,0,false,false,false],[209,47,1,true,true,false],[214,25,1,true,true,false],[214,31,1,true,false,false],[214,33,0,true,true,false],[214,86,1,true,false,false],[215,6,0,false,false,false],[217,45,1,true,true,false],[223,23,1,true,true,false],[223,27,1,true,false,false],[223,29,0,true,true,false],[223,72,1,true,false,false],[224,6,0,false,false,false],[226,46,1,true,true,false],[232,27,10,true,true,false],[233,58,10,true,true,false],[236,14,10,true,false,false],[237,10,1,true,true,false],[240,23,1,true,true,false],[240,27,1,true,false,false],[240,29,0,true,true,false],[240,71,1,true,false,false],[241,6,0,false,false,false],[243,46,1,true,true,false],[251,28,100,true,true,false],[253,10,1,true,true,false],[257,13,1,true,true,false],[257,22,1,true,false,false],[257,24,1,true,true,false],[257,34,1,true,false,false],[257,36,0,true,true,false],[257,89,1,true,false,false],[259,6,0,false,false,false],[263,43,1,true,true,false],[267,12,1,true,true,false],[271,10,1,true,false,false],[271,17,1,true,true,false],[273,10,1,true,true,false],[275,23,1,true,true,false],[275,27,1,true,false,false],[275,29,0,true,true,false],[275,66,1,true,false,false],[276,6,0,false,false,false],[278,51,1,true,true,false],[286,38,3,true,true,false],[291,28,3,true,true,false],[291,33,3,true,false,false],[291,35,3,true,true,false],[291,43,3,true,false,false],[291,45,0,true,true,false],[291,100,3,true,false,false],[292,10,1,true,true,false],[293,6,0,false,false,false],[295,44,1,true,true,false],[300,27,50,true,true,false],[303,10,1,true,true,false],[308,23,1,true,true,false],[308,27,1,true,false,false],[308,29,0,true,true,false],[308,78,1,true,false,false],[309,6,0,false,false,false],[311,42,1,true,true,false],[323,13,1,true,true,false],[323,24,1,true,false,false],[323,26,1,true,true,false],[323,27,1,true,false,false],[323,29,0,true,true,false],[323,84,1,true,false,false],[325,6,0,false,false,false],[329,46,1,true,true,false],[341,24,1,true,true,false],[341,33,1,true,false,false],[341,35,1,true,true,false],[341,52,1,true,false,false],[341,54,0,true,true,false],[341,89,1,true,false,false],[342,6,0,false,false,false],[344,49,1,true,true,false],[349,40,100,true,true,false],[352,16,100,true,true,false],[352,27,100,true,false,false],[352,28,10,true,true,false],[354,14,100,true,false,false],[356,16,100,true,true,false],[356,27,100,true,false,false],[356,28,4,true,true,false],[358,14,100,true,false,false],[359,10,1,true,true,false],[363,23,1,true,true,false],[363,65,1,true,false,false],[363,67,0,true,true,false],[363,103,1,true,false,false],[366,23,1,true,true,false],[366,27,1,true,false,false],[366,29,0,true,true,false],[366,71,1,true,false,false],[367,6,0,false,false,false],[371,41,1,true,true,false],[374,17,10,true,true,false],[375,33,10000,true,true,false],[377,14,10,true,true,false],[378,10,1,true,false,false],[379,6,0,false,false,false],[381,47,1,true,true,false],[382,17,10,true,true,false],[383,32,1000,true,true,false],[385,14,10,true,true,false],[386,10,1,true,false,false],[387,6,0,false,false,false],[389,46,1,true,true,false],[393,27,50,true,true,false],[395,10,1,true,true,false],[397,17,10,true,true,false],[399,10,1,true,false,false],[400,6,0,false,false,false],[404,45,1,true,true,false],[417,25,1,true,true,false],[417,35,1,true,false,false],[417,37,0,true,true,false],[417,72,1,true,false,false],[418,6,0,false,false,false],[420,43,1,true,true,false],[424,25,1,true,true,false],[424,82,1,true,false,false],[431,22,1,true,true,false],[431,88,1,true,false,false],[432,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":117,"covered":82,"percent":70.085470085470078},"instantiations":{"count":117,"covered":82,"percent":70.085470085470078},"lines":{"count":481,"covered":442,"percent":91.891891891891902},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":151,"covered":113,"notcovered":38,"percent":74.83443708609272}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift","mcdc_records":[],"segments":[[11,42,1,true,true,false],[12,53,13,true,true,false],[12,63,1,true,false,false],[15,6,0,false,false,false],[18,33,1,true,true,false],[32,6,0,false,false,false],[35,38,1,true,true,false],[39,6,0,false,false,false],[42,42,1,true,true,false],[44,49,13,true,true,false],[46,10,1,true,true,false],[47,6,0,false,false,false],[50,26,1,true,true,false],[58,6,0,false,false,false],[66,24,8,true,true,false],[66,69,0,false,false,false],[69,32,1,true,true,false],[73,6,0,false,false,false],[76,33,1,true,true,false],[80,6,0,false,false,false],[83,38,1,true,true,false],[87,6,0,false,false,false],[90,39,1,true,true,false],[94,6,0,false,false,false],[97,41,1,true,true,false],[101,6,0,false,false,false],[104,42,1,true,true,false],[108,6,0,false,false,false],[111,32,1,true,true,false],[114,6,0,false,false,false],[117,30,1,true,true,false],[131,6,0,false,false,false],[134,98,7,true,true,false],[136,6,0,false,false,false],[142,17,8,true,true,false],[150,16,8,true,true,false],[150,24,8,true,false,false],[151,9,1,true,true,false],[152,72,8,true,false,false],[153,9,1,true,true,false],[154,84,8,true,false,false],[155,9,1,true,true,false],[156,32,8,true,false,false],[157,9,1,true,true,false],[160,106,8,true,false,false],[161,9,1,true,true,false],[162,89,8,true,false,false],[163,9,1,true,true,false],[164,101,8,true,false,false],[165,9,1,true,true,false],[166,76,8,true,false,false],[167,9,1,true,true,false],[168,88,8,true,false,false],[169,9,0,true,true,false],[170,32,8,true,false,false],[172,6,0,false,false,false],[180,29,1,true,true,false],[183,6,0,false,false,false],[186,24,1,true,true,false],[189,6,0,false,false,false],[197,34,1,true,true,false],[202,6,0,false,false,false],[205,49,1,true,true,false],[208,12,1,true,true,false],[208,21,1,true,false,false],[208,22,1,true,true,false],[210,10,1,true,false,false],[212,12,1,true,true,false],[212,22,1,true,false,false],[212,23,0,true,true,false],[214,10,1,true,false,false],[215,6,0,false,false,false],[218,34,1,true,true,false],[221,6,0,false,false,false],[225,44,1,true,true,false],[229,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":23,"percent":100},"instantiations":{"count":23,"covered":23,"percent":100},"lines":{"count":159,"covered":156,"percent":98.113207547169807},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":37,"notcovered":2,"percent":94.871794871794862}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift","mcdc_records":[],"segments":[[10,37,28,true,true,false],[10,49,0,false,false,false],[11,28,0,true,true,false],[11,30,0,false,false,false],[12,36,0,true,true,false],[12,38,0,false,false,false],[17,37,4,true,true,false],[17,58,0,false,false,false],[18,28,0,true,true,false],[18,30,0,false,false,false],[19,36,0,true,true,false],[19,38,0,false,false,false],[24,37,2,true,true,false],[24,55,0,false,false,false],[25,28,0,true,true,false],[25,30,0,false,false,false],[26,36,0,true,true,false],[26,38,0,false,false,false],[34,40,23,true,true,false],[35,32,23,true,true,false],[38,29,23,true,true,false],[40,10,23,true,false,false],[45,42,28,true,true,false],[45,76,23,true,false,false],[48,49,3,true,true,false],[48,80,23,true,false,false],[50,6,0,false,false,false],[52,43,23,true,true,false],[59,35,23,true,true,false],[60,6,0,false,false,false],[64,55,1,true,true,false],[74,24,1,true,true,false],[74,28,1,true,false,false],[74,30,1,true,true,false],[74,40,1,true,false,false],[74,42,0,true,true,false],[74,82,1,true,false,false],[75,6,0,false,false,false],[77,53,1,true,true,false],[80,42,2,true,true,false],[80,85,1,true,false,false],[94,24,1,true,true,false],[94,28,1,true,false,false],[94,30,1,true,true,false],[94,37,1,true,false,false],[94,39,0,true,true,false],[94,104,1,true,false,false],[97,42,0,true,true,false],[97,76,1,true,false,false],[98,6,0,false,false,false],[100,64,1,true,true,false],[114,24,1,true,true,false],[114,28,1,true,false,false],[114,30,1,true,true,false],[114,47,1,true,false,false],[114,49,0,true,true,false],[114,104,1,true,false,false],[115,6,0,false,false,false],[117,61,1,true,true,false],[135,24,1,true,true,false],[135,28,1,true,false,false],[135,30,1,true,true,false],[135,46,1,true,false,false],[135,48,0,true,true,false],[135,99,1,true,false,false],[136,6,0,false,false,false],[138,60,1,true,true,false],[152,13,1,true,true,false],[152,17,1,true,false,false],[152,19,1,true,true,false],[152,33,1,true,false,false],[152,35,0,true,true,false],[152,101,1,true,false,false],[154,6,0,false,false,false],[156,72,1,true,true,false],[172,24,1,true,true,false],[172,28,1,true,false,false],[172,30,1,true,true,false],[172,38,1,true,false,false],[173,6,0,false,false,false],[175,72,1,true,true,false],[191,24,1,true,true,false],[191,28,1,true,false,false],[191,30,1,true,true,false],[191,38,1,true,false,false],[192,6,0,false,false,false],[194,50,1,true,true,false],[202,24,1,true,true,false],[202,28,1,true,false,false],[202,30,1,true,true,false],[202,38,1,true,false,false],[202,40,0,true,true,false],[202,98,1,true,false,false],[203,6,0,false,false,false],[205,43,1,true,true,false],[213,24,1,true,true,false],[213,28,1,true,false,false],[213,30,1,true,true,false],[213,38,1,true,false,false],[213,40,0,true,true,false],[213,101,1,true,false,false],[214,6,0,false,false,false],[216,41,1,true,true,false],[224,24,1,true,true,false],[224,28,1,true,false,false],[224,30,1,true,true,false],[224,38,1,true,false,false],[224,40,0,true,true,false],[224,83,1,true,false,false],[225,6,0,false,false,false],[229,32,1,true,true,false],[250,24,1,true,true,false],[250,35,1,true,false,false],[250,37,1,true,true,false],[250,50,1,true,false,false],[250,52,0,true,true,false],[250,92,1,true,false,false],[251,6,0,false,false,false],[253,32,1,true,true,false],[262,24,1,true,true,false],[262,36,1,true,false,false],[262,38,1,true,true,false],[262,39,1,true,false,false],[262,41,0,true,true,false],[262,76,1,true,false,false],[263,24,1,true,true,false],[263,38,1,true,false,false],[263,40,1,true,true,false],[263,41,1,true,false,false],[263,43,0,true,true,false],[263,75,1,true,false,false],[264,24,1,true,true,false],[264,36,1,true,false,false],[264,38,1,true,true,false],[264,40,1,true,false,false],[264,42,0,true,true,false],[264,91,1,true,false,false],[265,6,0,false,false,false],[269,36,1,true,true,false],[282,23,1,true,true,false],[282,40,1,true,false,false],[282,42,0,true,true,false],[282,72,1,true,false,false],[283,23,1,true,true,false],[283,43,1,true,false,false],[283,45,0,true,true,false],[283,78,1,true,false,false],[284,24,1,true,true,false],[284,49,1,true,false,false],[284,51,0,true,true,false],[284,95,1,true,false,false],[285,24,1,true,true,false],[285,43,1,true,false,false],[285,45,0,true,true,false],[285,81,1,true,false,false],[286,24,1,true,true,false],[286,50,1,true,false,false],[286,52,0,true,true,false],[286,96,1,true,false,false],[287,24,1,true,true,false],[287,39,1,true,false,false],[287,41,0,true,true,false],[287,73,1,true,false,false],[288,24,1,true,true,false],[288,39,1,true,false,false],[288,41,0,true,true,false],[288,73,1,true,false,false],[289,6,0,false,false,false],[291,55,1,true,true,false],[293,42,2,true,true,false],[293,85,1,true,false,false],[299,23,1,true,true,false],[299,37,1,true,false,false],[299,39,0,true,true,false],[299,101,1,true,false,false],[302,42,0,true,true,false],[302,76,1,true,false,false],[303,6,0,false,false,false],[305,53,1,true,true,false],[307,42,2,true,true,false],[307,82,1,true,false,false],[308,68,1,true,true,false],[315,10,1,true,false,false],[321,23,1,true,true,false],[321,37,1,true,false,false],[321,39,0,true,true,false],[321,85,1,true,false,false],[324,42,0,true,true,false],[324,76,1,true,false,false],[326,49,0,true,true,false],[326,80,1,true,false,false],[327,6,0,false,false,false],[331,42,1,true,true,false],[339,24,1,true,true,false],[339,44,1,true,false,false],[339,46,1,true,true,false],[339,49,1,true,false,false],[339,51,0,true,true,false],[339,87,1,true,false,false],[340,24,1,true,true,false],[340,41,1,true,false,false],[340,43,1,true,true,false],[340,46,1,true,false,false],[340,48,0,true,true,false],[340,91,1,true,false,false],[341,24,1,true,true,false],[341,37,1,true,false,false],[341,39,1,true,true,false],[341,42,1,true,false,false],[341,44,0,true,true,false],[341,74,1,true,false,false],[342,24,1,true,true,false],[342,38,1,true,false,false],[342,40,1,true,true,false],[342,43,1,true,false,false],[342,45,0,true,true,false],[342,77,1,true,false,false],[345,27,1,true,true,false],[345,47,1,true,false,false],[345,49,1,true,true,false],[345,66,1,true,false,false],[346,27,1,true,true,false],[346,44,1,true,false,false],[346,46,1,true,true,false],[346,59,1,true,false,false],[347,27,1,true,true,false],[347,40,1,true,false,false],[347,42,1,true,true,false],[347,56,1,true,false,false],[348,6,0,false,false,false],[350,42,1,true,true,false],[360,58,4,true,true,false],[363,17,4,true,true,false],[363,34,4,true,false,false],[363,36,4,true,true,false],[363,55,4,true,false,false],[363,57,0,true,true,false],[363,96,4,true,false,false],[365,10,1,true,true,false],[366,6,0,false,false,false],[370,40,1,true,true,false],[382,49,6,true,true,false],[384,28,6,true,true,false],[384,38,6,true,false,false],[384,40,6,true,true,false],[384,52,6,true,false,false],[384,54,0,true,true,false],[384,92,6,true,false,false],[385,10,1,true,true,false],[386,6,0,false,false,false],[388,49,1,true,true,false],[397,24,1,true,true,false],[397,40,1,true,false,false],[397,42,1,true,true,false],[397,55,1,true,false,false],[397,57,0,true,true,false],[397,97,1,true,false,false],[399,13,1,true,true,false],[399,40,1,true,false,false],[399,42,1,true,true,false],[399,64,1,true,false,false],[400,13,0,true,true,false],[400,69,1,true,false,false],[403,13,1,true,true,false],[403,28,1,true,false,false],[403,30,1,true,true,false],[403,52,1,true,false,false],[403,54,0,true,true,false],[403,102,1,true,false,false],[405,6,0,false,false,false],[409,46,1,true,true,false],[423,24,1,true,true,false],[423,44,1,true,false,false],[423,46,1,true,true,false],[423,57,1,true,false,false],[424,24,1,true,true,false],[424,47,1,true,false,false],[424,49,1,true,true,false],[424,68,1,true,false,false],[425,23,1,true,true,false],[425,51,1,true,false,false],[425,53,0,true,true,false],[425,85,1,true,false,false],[426,6,0,false,false,false],[430,36,1,true,true,false],[446,24,1,true,true,false],[446,32,1,true,false,false],[446,34,1,true,true,false],[446,51,1,true,false,false],[446,53,0,true,true,false],[446,103,1,true,false,false],[447,6,0,false,false,false],[449,50,1,true,true,false],[465,24,1,true,true,false],[465,32,1,true,false,false],[465,34,1,true,true,false],[465,42,1,true,false,false],[465,44,0,true,true,false],[465,86,1,true,false,false],[466,6,0,false,false,false],[468,60,1,true,true,false],[478,24,1,true,true,false],[478,32,1,true,false,false],[478,34,1,true,true,false],[478,54,1,true,false,false],[478,56,0,true,true,false],[478,101,1,true,false,false],[479,6,0,false,false,false],[487,22,12,true,true,false],[497,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":152,"covered":108,"percent":71.05263157894737},"instantiations":{"count":152,"covered":108,"percent":71.05263157894737},"lines":{"count":554,"covered":510,"percent":92.057761732851986},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":114,"notcovered":44,"percent":72.151898734177209}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift","mcdc_records":[],"segments":[[16,36,6,true,true,false],[33,6,0,false,false,false],[44,25,6,true,true,false],[58,6,0,false,false,false],[60,55,1,true,true,false],[71,6,0,false,false,false],[73,53,5,true,true,false],[84,6,0,false,false,false],[86,42,1,true,true,false],[104,24,1,true,true,false],[104,43,1,true,false,false],[104,45,1,true,true,false],[104,52,1,true,false,false],[119,24,1,true,true,false],[119,43,1,true,false,false],[119,45,1,true,true,false],[119,55,1,true,false,false],[134,24,1,true,true,false],[134,43,1,true,false,false],[134,45,1,true,true,false],[134,61,1,true,false,false],[149,24,1,true,true,false],[149,43,1,true,false,false],[149,45,1,true,true,false],[149,61,1,true,false,false],[164,24,1,true,true,false],[164,43,1,true,false,false],[164,45,1,true,true,false],[164,65,1,true,false,false],[179,24,1,true,true,false],[179,43,1,true,false,false],[179,45,1,true,true,false],[179,53,1,true,false,false],[180,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":17,"percent":100},"instantiations":{"count":17,"covered":17,"percent":100},"lines":{"count":164,"covered":164,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":17,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift","mcdc_records":[],"segments":[[6,56,1,true,true,false],[8,83,1,true,true,false],[8,92,1,true,false,false],[9,23,1,true,true,false],[9,27,1,true,false,false],[10,6,0,false,false,false],[12,57,1,true,true,false],[14,83,1,true,true,false],[14,91,1,true,false,false],[15,24,1,true,true,false],[15,28,1,true,false,false],[16,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":6,"percent":100},"instantiations":{"count":6,"covered":6,"percent":100},"lines":{"count":14,"covered":14,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":6,"notcovered":0,"percent":100}}}],"functions":[{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ClaudeAPIPricingO12estimateCost11inputTokens06outputJ0SdSi_SitFZ","regions":[[16,84,20,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerCACyc33_9FFD45553D3BADF3D9EE3B0CDBEAF904Llfc","regions":[[41,20,41,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC12estimateCost11inputTokens06outputJ0SdSi_SitF","regions":[[46,77,48,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC14storeCostEntry11inputTokens06outputK009estimatedH06sourceySi_SiSdAC0H6SourceOtF","regions":[[69,7,92,6,0,0,0,0],[84,12,84,50,0,0,0,0],[84,51,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC14storeCostEntry11inputTokens06outputK009estimatedH06sourceySi_SiSdAC0H6SourceOtFSaySDySSypGGyKXEfu_","regions":[[70,103,70,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC10trackUsage11inputTokens06outputJ06source9logPrefixySi_SiAC10CostSourceOSStF","regions":[[100,7,111,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11costHistorySaySDySSypGGvg","regions":[[116,45,118,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11costHistorySaySDySSypGGvgAFyKXEfu_","regions":[[117,89,117,91,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvg","regions":[[121,43,125,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvgS2d_SDySSypGtXEfU_","regions":[[122,31,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvgS2d_SDySSypGtXEfU_SdyKXEfu_","regions":[[123,57,123,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvg","regions":[[128,55,135,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_","regions":[[129,36,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_SiyKXEfu_","regions":[[131,58,131,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_SiyKXEfu0_","regions":[[132,59,132,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC12clearHistoryyyF","regions":[[138,32,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV04_apiA5Input33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySSGvpfi","regions":[[18,46,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13_isValidating33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySbGvpfi","regions":[[19,45,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14_dontShowAgain33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySbGvpfi","regions":[[21,46,21,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg","regions":[[26,25,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvpQOy_Qo__AE7DividerVAE06ScrollL0VyAC07contentN0AILLQrvpQOy_Qo_GAlC06footerN0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[27,28,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvpQOy_Qo__AE7DividerVAE06ScrollL0VyAC07contentN0AILLQrvpQOy_Qo_GAlC06footerN0AILLQrvpQOy_Qo_tGyXEfU_APyXEfU_","regions":[[34,24,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_","regions":[[45,43,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyYbScMYccACYbcfu_","regions":[[46,28,46,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[46,28,46,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_A1_yXEfU_","regions":[[46,43,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[60,42,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAXtGyXEfU_","regions":[[61,29,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14contentSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[86,43,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14contentSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAC18featureExplanationAELLQrvpQOy_Qo__AC15costInformationAELLQrvpQOy_Qo_AC03apia5InputI0AELLQrvpQOy_Qo_AC12securityNoteAELLQrvpQOy_Qo_tGyXEfU_","regions":[[87,50,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[103,47,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__ArjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAC11bulletPointAELLyQrSSFQOy_Qo__A7_A7_A7_tGG_Qo_AjFEAWyQrA__A3_tFQOyAR_Qo_tGyXEfU_","regions":[[104,49,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__ArjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAC11bulletPointAELLyQrSSFQOy_Qo__A7_A7_A7_tGG_Qo_AjFEAWyQrA__A3_tFQOyAR_Qo_tGyXEfU_A8_yXEfU_","regions":[[112,53,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV11bulletPoint33_DE80078E179EB6081298D3A15AB69B03LLyQrSSF","regions":[[128,59,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV11bulletPoint33_DE80078E179EB6081298D3A15AB69B03LLyQrSSF7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[129,45,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[138,44,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__Qo__AjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFEAOyQrARFQOyAF6VStackVyAHyAV_A3VtGG_Qo__Qo__Qo_AF15ModifiedContentVyAjFEA0_yQrA4__A8_tFQOyAjFEAOyQrARFQOyAF4LinkVyAVG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[139,49,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__Qo__AjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFEAOyQrARFQOyAF6VStackVyAHyAV_A3VtGG_Qo__Qo__Qo_AF15ModifiedContentVyAjFEA0_yQrA4__A8_tFQOyAjFEAOyQrARFQOyAF4LinkVyAVG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A11_yXEfU_","regions":[[144,53,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[165,47,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_","regions":[[166,49,198,10,0,0,0,0],[182,44,187,14,0,0,0,0],[187,14,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_A22_yXEfU_","regions":[[170,20,180,14,0,0,0,0],[176,20,176,32,0,0,0,0],[176,33,179,18,0,0,0,0],[179,18,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_A31_yXEfU0_","regions":[[189,20,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[202,41,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AUtGGtGyXEfU_","regions":[[203,28,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AUtGGtGyXEfU_AVyXEfU_","regions":[[207,53,213,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[223,42,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_","regions":[[224,29,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A7_yXEfU_","regions":[[225,20,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_","regions":[[234,33,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU_","regions":[[235,44,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU0_","regions":[[243,34,245,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU1_","regions":[[249,43,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU1_yyYacfU_","regions":[[250,26,252,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_SbyKXEfu_","regions":[[255,50,255,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaF","regions":[[264,37,296,6,0,0,0,0],[276,12,276,26,0,0,0,0],[276,27,292,10,0,0,0,0],[278,16,288,14,0,0,0,0],[279,74,288,14,0,0,0,0],[281,20,281,33,0,0,0,0],[281,34,283,18,0,0,0,0],[288,21,291,14,0,0,0,0],[291,14,292,10,0,0,0,0],[292,16,295,10,0,0,0,0],[295,10,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSbyXEfu_","regions":[[265,16,265,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyXEfu0_","regions":[[265,38,265,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyKXEfu1_","regions":[[293,54,293,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyKXEfu2_","regions":[[294,105,294,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13handleDismiss33_DE80078E179EB6081298D3A15AB69B03LLyyF","regions":[[298,34,304,6,0,0,0,0],[299,12,299,25,0,0,0,0],[299,26,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10handleSkip33_DE80078E179EB6081298D3A15AB69B03LLyyF","regions":[[306,31,312,6,0,0,0,0],[307,12,307,25,0,0,0,0],[307,26,309,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV16hasBeenDismissedSbvgZ","regions":[[317,39,319,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV19resetDismissedStateyyFZ","regions":[[322,39,324,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10shouldShowSbyFZ","regions":[[330,38,332,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10shouldShowSbyFZSbyKXEfu_","regions":[[331,52,331,69,0,0,0,0]]},{"branches":[],"count":156,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[15,85,121,6,156,0,0,0],[16,16,16,26,156,0,0,0],[19,9,19,31,8,0,0,0],[20,9,20,31,8,0,0,0],[21,9,21,31,2,0,0,0],[22,9,22,31,2,0,0,0],[23,9,23,31,2,0,0,0],[24,9,24,31,2,0,0,0],[25,9,25,31,2,0,0,0],[26,9,26,31,2,0,0,0],[27,9,27,31,2,0,0,0],[28,9,28,31,2,0,0,0],[29,9,29,32,2,0,0,0],[30,9,30,32,2,0,0,0],[31,9,31,34,0,0,0,0],[34,9,34,33,8,0,0,0],[35,9,35,31,8,0,0,0],[36,9,36,31,2,0,0,0],[37,9,37,31,2,0,0,0],[38,9,38,31,2,0,0,0],[39,9,39,31,2,0,0,0],[40,9,40,31,2,0,0,0],[41,9,41,31,2,0,0,0],[42,9,42,31,2,0,0,0],[43,9,43,31,2,0,0,0],[44,9,44,32,2,0,0,0],[45,9,45,32,2,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,33,0,0,0,0],[50,9,50,33,8,0,0,0],[51,9,51,30,8,0,0,0],[52,9,52,30,2,0,0,0],[53,9,53,30,2,0,0,0],[54,9,54,30,2,0,0,0],[55,9,55,30,2,0,0,0],[56,9,56,30,2,0,0,0],[57,9,57,31,2,0,0,0],[58,9,58,31,2,0,0,0],[59,9,59,31,2,0,0,0],[60,9,60,32,2,0,0,0],[61,9,61,32,2,0,0,0],[62,9,62,34,0,0,0,0],[65,9,65,33,8,0,0,0],[66,9,66,30,8,0,0,0],[67,9,67,30,2,0,0,0],[68,9,68,30,2,0,0,0],[69,9,69,30,2,0,0,0],[70,9,70,31,2,0,0,0],[71,9,71,31,2,0,0,0],[72,9,72,31,2,0,0,0],[73,9,73,31,2,0,0,0],[74,9,74,31,2,0,0,0],[75,9,75,32,2,0,0,0],[76,9,76,34,2,0,0,0],[80,9,80,33,2,0,0,0],[81,9,81,33,2,0,0,0],[82,9,82,33,2,0,0,0],[83,9,83,33,2,0,0,0],[84,9,84,33,2,0,0,0],[85,9,85,33,2,0,0,0],[86,9,86,34,0,0,0,0],[90,9,90,42,0,0,0,0],[91,9,91,42,0,0,0,0],[92,9,92,41,0,0,0,0],[93,9,93,42,0,0,0,0],[94,9,94,41,0,0,0,0],[95,9,95,41,0,0,0,0],[96,9,96,41,0,0,0,0],[97,9,97,42,0,0,0,0],[98,9,98,42,0,0,0,0],[99,9,99,43,0,0,0,0],[100,9,100,45,0,0,0,0],[101,9,101,45,0,0,0,0],[106,9,106,35,0,0,0,0],[107,9,107,35,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[112,9,112,36,0,0,0,0],[113,9,113,36,0,0,0,0],[114,9,114,35,0,0,0,0],[115,9,115,36,0,0,0,0],[117,9,117,44,0,0,0,0],[118,9,119,16,0,0,0,0],[120,10,121,6,156,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZ","regions":[[126,140,133,6,0,0,0,0],[128,77,130,10,0,0,0,0],[130,10,132,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZSbSi_Sit_AI_SStt_tXEfU_","regions":[[128,53,128,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8endpoint33_99FA4964825DABA5A28BDEB72B1BDA98LL10Foundation3URLVvpfi","regions":[[10,28,10,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC10apiVersion33_99FA4964825DABA5A28BDEB72B1BDA98LLSSvpfi","regions":[[11,30,11,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC5model33_99FA4964825DABA5A28BDEB72B1BDA98LLSSvpfi","regions":[[12,25,12,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC16ValidationResultV5validAEyFZ","regions":[[20,56,22,10,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC16ValidationResultV7invalid7message10statusCodeAESS_SiSgtFZ","regions":[[24,97,26,10,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15ValidationErrorO16errorDescriptionSSSgvg","regions":[[36,46,47,10,0,0,0,0],[37,20,37,24,0,0,0,0],[38,13,39,72,0,0,0,0],[40,13,41,44,0,0,0,0],[42,13,43,56,0,0,0,0],[44,13,45,44,0,0,0,0],[46,14,47,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaF","regions":[[53,67,130,6,2,0,0,0],[57,45,60,10,1,0,0,0],[60,10,130,6,1,0,0,0],[62,35,65,10,1,0,0,0],[65,10,130,6,0,0,0,0],[69,12,123,10,0,0,0,0],[89,87,123,10,0,0,0,0],[91,82,123,10,0,0,0,0],[93,72,96,14,0,0,0,0],[96,14,123,10,0,0,0,0],[99,20,99,43,0,0,0,0],[100,13,102,32,0,0,0,0],[104,13,106,115,0,0,0,0],[108,13,110,104,0,0,0,0],[112,13,115,32,0,0,0,0],[117,13,120,108,0,0,0,0],[123,39,126,10,0,0,0,0],[126,17,129,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSbyXEfu_","regions":[[54,16,54,28,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSSyXEfu0_","regions":[[54,30,54,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSSyKXEfu1_","regions":[[118,75,118,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15validateOrThrowyySSYaKF","regions":[[135,61,147,6,0,0,0,0],[138,35,146,10,0,0,0,0],[139,70,141,14,0,0,0,0],[141,57,143,14,0,0,0,0],[143,20,145,14,0,0,0,0],[146,10,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15validateOrThrowyySSYaKFSiyKXEfu_","regions":[[142,81,142,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14_updateService33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI14ObservedObjectVyAA06UpdateH0CGvpfi","regions":[[7,49,7,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV17_recentKeypresses33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI14ObservedObjectVyAA06RecentH7ServiceCGvpfi","regions":[[8,52,8,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9buildInfo33_E8C96BDBF43A036E186141B52A5BD32ALLAA05BuildH0Vvpfi","regions":[[10,29,10,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV11currentYear33_E8C96BDBF43A036E186141B52A5BD32ALLSivpfi","regions":[[11,31,11,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV19_isRefreshingStatus33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI5StateVySbGvpfi","regions":[[14,45,14,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12_isRepairing33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI5StateVySbGvpfi","regions":[[15,38,15,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14_updateChannel33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI5StateVyAA06UpdateH0AELLOGvpfi","regions":[[17,55,17,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg","regions":[[19,25,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAE6VStackVyAE05TupleF0VyAC13headerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvpQOy_Qo__AC14sectionDividerA0_LLQrvpQOy_Qo_AC06statusX0A0_LLQrvpQOy_Qo_A3_AC07updatesX0A0_LLQrvpQOy_Qo_A3_AC05linksX0A0_LLQrvpQOy_Qo_A3_AC011attributionX0A0_LLQrvpQOy_Qo_A3_AC06footerX0A0_LLQrvpQOy_Qo_tGG_Qo__Qo_yXEfU_","regions":[[20,20,46,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAE6VStackVyAE05TupleF0VyAC13headerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvpQOy_Qo__AC14sectionDividerA0_LLQrvpQOy_Qo_AC06statusX0A0_LLQrvpQOy_Qo_A3_AC07updatesX0A0_LLQrvpQOy_Qo_A3_AC05linksX0A0_LLQrvpQOy_Qo_A3_AC011attributionX0A0_LLQrvpQOy_Qo_A3_AC06footerX0A0_LLQrvpQOy_Qo_tGG_Qo__Qo_yXEfU_A14_yXEfU_","regions":[[21,32,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvgyyYaYbcfU0_","regions":[[52,15,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13headerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[58,42,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13headerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2TtFQOyAjFE12cornerRadius_11antialiasedQrAT_SbtFQOyAjFE5frame5width6height9alignmentQrATSg_A_AF9AlignmentVtFQOyAF5ImageV_Qo__Qo__Qo_Sg_AF4TextVAF6VStackVyAHyA9__A9_A9_SgtGGA9_tGyXEfU_","regions":[[59,29,91,10,0,0,0,0],[60,54,66,14,0,0,0,0],[66,14,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13headerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2TtFQOyAjFE12cornerRadius_11antialiasedQrAT_SbtFQOyAjFE5frame5width6height9alignmentQrATSg_A_AF9AlignmentVtFQOyAF5ImageV_Qo__Qo__Qo_Sg_AF4TextVAF6VStackVyAHyA9__A9_A9_SgtGGA9_tGyXEfU_A13_yXEfU_","regions":[[72,32,86,14,0,0,0,0],[81,64,85,18,0,0,0,0],[85,18,86,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[96,42,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_","regions":[[97,50,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A14_yXEfU_","regions":[[100,54,139,14,0,0,0,0],[119,48,131,18,0,0,0,0],[123,86,123,92,0,0,0,0],[123,95,123,102,0,0,0,0],[129,84,129,90,0,0,0,0],[129,93,129,100,0,0,0,0],[131,18,139,14,0,0,0,0],[133,38,138,18,0,0,0,0],[138,18,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_","regions":[[150,32,170,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_yyScMYccfU_","regions":[[151,24,153,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_yyScMYccfU_yyYacfU_","regions":[[152,26,152,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_A50_yXEfU0_","regions":[[153,26,156,18,0,0,0,0],[154,41,154,52,0,0,0,0],[154,55,154,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_yyScMYccfU1_","regions":[[161,24,163,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_yyScMYccfU1_yyYacfU_","regions":[[162,26,162,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13statusSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF0F0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE10background_ANQrqd___APtAfKRd__lFQOyAlFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6VStackVyAHyAC0G3RowAELL5label5value5colorQrSS_SSAF5ColorVtFQOy_Qo__A2_A2_AHyA2__A2_tGSgAlFEARyQrAF4EdgeO3SetV_AUSgtFQOyAF4TextV_Qo_SgtGG_Qo__AF06_ShapeF0VyAF16RoundedRectangleVA1_GQo__AF017StrokeBorderShapeF0VyA20_A1_AF05EmptyF0VGQo_AF6HStackVyAHyAF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA9__A9_A9_A9_A9_A9_APtFQOyAF5LabelVyA11_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_A32_yAlFEA33_yQrSbFQOyAlFEA34_yQrqd__AFA35_Rd__lFQOyA51__AF19BorderedButtonStyleVQo__Qo_A57_GtGGtGyXEfU_A64_yXEfU0_A50_yXEfU2_","regions":[[163,26,166,18,0,0,0,0],[164,48,164,63,0,0,0,0],[164,66,164,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[176,43,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_","regions":[[177,50,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_SbyYbcfU_","regions":[[181,22,181,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_ySbYbcfU0_","regions":[[182,22,182,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_A29_yXEfU1_","regions":[[186,53,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_A29_yXEfU1_A21_yXEfU_","regions":[[191,69,195,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_A29_yXEfU1_A21_yXEfU_A20_A14_cfU_","regions":[[192,53,194,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_yyScMYccfU2_","regions":[[206,20,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14updatesSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AF15ModifiedContentVyAF6ToggleVyAF4TextVGAF31AccessibilityAttachmentModifierVGAF6HStackVyAHyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A4_AF9AlignmentVtFQOyAP_Qo__ALyAxFE8disabledyQrSbFQOyAxFEAyZA_A0_QrA4__A4_A6_tFQOyAxFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyApA13UpdateChannelAELLOAF7ForEachVySayA14_GSSAxFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAP_A14_Qo_GG_AF15MenuPickerStyleVQo__Qo__Qo_ASGtGGApLyAxFEA8_yQrSbFQOyAxFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAxFEAY8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA0_QrA4__A4_A4_A4_A4_A4_A6_tFQOyAF5LabelVyApF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_ASGtGyXEfU_A46_yXEfU3_","regions":[[208,22,211,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[220,41,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA10LinkButtonAELLVA2lF6HStackVyAHyAF15ModifiedContentVyAF0F0PAFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAF0W0VyAF4TextVG_AF08BorderedW5StyleVQo_AF31AccessibilityAttachmentModifierVG_A3_A3_tGGtGyXEfU_","regions":[[221,50,264,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA10LinkButtonAELLVA2lF6HStackVyAHyAF15ModifiedContentVyAF0F0PAFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAF0W0VyAF4TextVG_AF08BorderedW5StyleVQo_AF31AccessibilityAttachmentModifierVG_A3_A3_tGGtGyXEfU_A4_yXEfU_","regions":[[245,32,263,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA10LinkButtonAELLVA2lF6HStackVyAHyAF15ModifiedContentVyAF0F0PAFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAF0W0VyAF4TextVG_AF08BorderedW5StyleVQo_AF31AccessibilityAttachmentModifierVG_A3_A3_tGGtGyXEfU_A4_yXEfU_yyScMYccfU_","regions":[[246,44,248,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA10LinkButtonAELLVA2lF6HStackVyAHyAF15ModifiedContentVyAF0F0PAFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAF0W0VyAF4TextVG_AF08BorderedW5StyleVQo_AF31AccessibilityAttachmentModifierVG_A3_A3_tGGtGyXEfU_A4_yXEfU_yyScMYccfU0_","regions":[[252,37,254,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12linksSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA10LinkButtonAELLVA2lF6HStackVyAHyAF15ModifiedContentVyAF0F0PAFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAF0W0VyAF4TextVG_AF08BorderedW5StyleVQo_AF31AccessibilityAttachmentModifierVG_A3_A3_tGGtGyXEfU_A4_yXEfU_yyScMYccfU1_","regions":[[258,41,260,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV18attributionSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[269,47,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV18attributionSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAC12sectionTitleAELLyQrSSFQOy_Qo__AA14AttributionRowAELLVtGyXEfU_","regions":[[270,50,280,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13footerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[285,42,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV13footerSection33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE22multilineTextAlignmentyQrAF0uV0OFQOyAF0U0V_Qo__AOtGyXEfU_","regions":[[286,28,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14sectionDivider33_E8C96BDBF43A036E186141B52A5BD32ALLQrvg","regions":[[300,43,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV12sectionTitle33_E8C96BDBF43A036E186141B52A5BD32ALLyQrSSF","regions":[[305,61,310,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9statusRow33_E8C96BDBF43A036E186141B52A5BD32ALL5label5value5colorQrSS_SS7SwiftUI5ColorVtF","regions":[[312,85,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9statusRow33_E8C96BDBF43A036E186141B52A5BD32ALL5label5value5colorQrSS_SS7SwiftUI5ColorVtFAI05TupleF0VyAI4TextV_AI6SpacerVAOtGyXEfU_","regions":[[313,16,323,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV16engineStatusText33_E8C96BDBF43A036E186141B52A5BD32ALLSSvg","regions":[[326,42,335,6,0,0,0,0],[327,48,329,10,0,0,0,0],[329,10,334,25,0,0,0,0],[331,12,331,42,0,0,0,0],[331,43,333,10,0,0,0,0],[333,10,334,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV17engineStatusColor33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI0I0Vvg","regions":[[337,42,342,6,0,0,0,0],[338,48,340,10,0,0,0,0],[340,10,341,65,0,0,0,0],[341,49,341,55,0,0,0,0],[341,58,341,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV20permissionHealthText33_E8C96BDBF43A036E186141B52A5BD32ALLSSvg","regions":[[344,46,349,6,0,0,0,0],[345,48,347,10,0,0,0,0],[347,10,348,81,0,0,0,0],[348,52,348,61,0,0,0,0],[348,64,348,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV21permissionHealthColor33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI0I0Vvg","regions":[[351,46,356,6,0,0,0,0],[352,48,354,10,0,0,0,0],[354,10,355,68,0,0,0,0],[355,52,355,58,0,0,0,0],[355,61,355,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV18inferUpdateChannel33_E8C96BDBF43A036E186141B52A5BD32ALLAA0hI0AELLOyF","regions":[[358,56,360,6,0,0,0,0],[359,59,359,64,0,0,0,0],[359,67,359,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV18formattedBuildDate33_E8C96BDBF43A036E186141B52A5BD32ALLyS2SF","regions":[[362,68,371,6,0,0,0,0],[364,49,369,10,0,0,0,0],[369,10,370,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV19refreshSystemStatus33_E8C96BDBF43A036E186141B52A5BD32ALLyyYaF","regions":[[374,46,381,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9runRepair33_E8C96BDBF43A036E186141B52A5BD32ALLyyYaF","regions":[[384,36,397,6,0,0,0,0],[389,12,389,26,0,0,0,0],[389,27,391,10,0,0,0,0],[391,16,393,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9runRepair33_E8C96BDBF43A036E186141B52A5BD32ALLyyYaFSSyKXEfu_","regions":[[392,53,392,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV26copyDiagnosticsToClipboard33_E8C96BDBF43A036E186141B52A5BD32ALLyyF","regions":[[399,47,421,6,0,0,0,0],[408,40,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV26copyDiagnosticsToClipboard33_E8C96BDBF43A036E186141B52A5BD32ALLyyFSSyKXEfu_","regions":[[404,51,404,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV17openLogsDirectory33_E8C96BDBF43A036E186141B52A5BD32ALLyyF","regions":[[423,38,428,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV16revealConfigFile33_E8C96BDBF43A036E186141B52A5BD32ALLyyF","regions":[[430,37,439,6,0,0,0,0],[434,12,434,18,0,0,0,0],[434,19,436,10,0,0,0,0],[436,16,438,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV18relativeTimeString33_E8C96BDBF43A036E186141B52A5BD32ALL4fromSS10Foundation4DateV_tF","regions":[[441,64,451,6,0,0,0,0],[443,12,443,23,0,0,0,0],[443,24,445,10,0,0,0,0],[445,10,450,33,0,0,0,0],[446,12,446,24,0,0,0,0],[446,25,448,10,0,0,0,0],[448,10,450,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateChannel33_E8C96BDBF43A036E186141B52A5BD32ALLO2idSSvg","regions":[[458,20,458,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg","regions":[[469,25,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgyyScMYccfU_","regions":[[470,16,474,10,0,0,0,0],[471,51,473,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAhFE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A_A_A_A_A_AF9AlignmentVtFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_","regions":[[474,18,484,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAhFE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A_A_A_A_A_AF9AlignmentVtFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A20_yXEfU_","regions":[[475,20,482,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgySbcfU1_","regions":[[497,18,503,10,0,0,0,0],[498,16,498,24,0,0,0,0],[498,25,500,14,0,0,0,0],[500,20,502,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg","regions":[[516,25,570,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgyyScMYccfU_","regions":[[517,16,521,10,0,0,0,0],[518,51,520,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_","regions":[[521,18,551,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_","regions":[[522,33,549,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_A25_yXEfU_","regions":[[523,57,544,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_A25_yXEfU_A15_yXEfU_","regions":[[524,40,538,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgySbcfU1_","regions":[[563,18,569,10,0,0,0,0],[564,16,564,24,0,0,0,0],[564,25,566,14,0,0,0,0],[566,20,568,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerCACyc33_E8C96BDBF43A036E186141B52A5BD32ALlfc","regions":[[580,20,580,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyF","regions":[[582,17,620,6,0,0,0,0],[583,40,587,10,0,0,0,0],[587,10,620,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyFy10Foundation12NotificationVYbcfU_","regions":[[611,11,615,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[612,18,614,14,0,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO16determineActions3for7contextSay0aB10WizardCore07AutoFixE0OGAA13InstallIntentO_AA13SystemContextVtFZ","regions":[[17,26,28,6,144,0,0,0],[18,16,18,22,144,0,0,0],[19,9,20,54,117,0,0,0],[21,9,22,53,22,0,0,0],[23,9,24,56,1,0,0,0],[25,9,26,15,4,0,0,0],[27,10,28,6,144,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO22determineRepairActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[32,83,85,6,36,0,0,0],[36,12,36,42,36,0,0,0],[36,77,38,10,1,0,0,0],[41,12,41,50,36,0,0,0],[41,51,43,10,0,0,0,0],[46,12,46,46,36,0,0,0],[46,47,57,10,6,0,0,0],[47,16,47,57,6,0,0,0],[47,58,49,14,1,0,0,0],[54,16,54,60,6,0,0,0],[54,61,56,14,1,0,0,0],[60,12,60,94,36,0,0,0],[60,95,62,10,12,0,0,0],[65,12,65,52,36,0,0,0],[65,53,71,10,9,0,0,0],[67,16,67,60,9,0,0,0],[67,108,69,14,0,0,0,0],[74,12,74,35,36,0,0,0],[74,36,77,10,1,0,0,0],[76,46,76,72,0,0,0,0],[76,75,76,99,1,0,0,0],[80,12,80,55,36,0,0,0],[80,56,82,10,9,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO22determineRepairActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZSbyKXEfu_","regions":[[60,63,60,94,30,0,0,0]]},{"branches":[],"count":117,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO23determineInstallActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[88,84,134,6,117,0,0,0],[92,12,92,42,117,0,0,0],[92,77,94,10,0,0,0,0],[97,12,97,50,117,0,0,0],[97,51,99,10,0,0,0,0],[102,12,102,46,117,0,0,0],[102,47,113,10,2,0,0,0],[103,16,103,57,2,0,0,0],[103,58,105,14,2,0,0,0],[110,16,110,60,2,0,0,0],[110,61,112,14,2,0,0,0],[116,12,116,52,117,0,0,0],[116,53,122,10,2,0,0,0],[118,16,118,60,2,0,0,0],[118,108,120,14,0,0,0,0],[125,12,125,35,117,0,0,0],[125,36,127,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO25determineUninstallActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[137,88,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherCACyc33_C68D983EC91EB6F0D799E636B67842ABLlfc","regions":[[57,20,57,22,1,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC8dispatchyAA0E14DispatchResultOAA0abE3URIVF","regions":[[63,75,93,6,18,0,0,0],[66,16,66,26,18,0,0,0],[67,9,68,37,2,0,0,0],[69,9,70,36,1,0,0,0],[71,9,72,35,1,0,0,0],[73,9,74,37,1,0,0,0],[75,9,76,35,1,0,0,0],[77,9,78,38,2,0,0,0],[79,9,80,37,0,0,0,0],[81,9,82,37,0,0,0,0],[83,9,84,37,3,0,0,0],[85,9,86,37,5,0,0,0],[87,9,91,46,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC8dispatch7messageAA0E14DispatchResultOSS_tF","regions":[[97,67,106,6,0,0,0,0],[98,56,100,10,0,0,0,0],[100,16,105,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[112,80,174,6,2,0,0,0],[113,51,118,10,1,0,0,0],[118,10,173,12,1,0,0,0],[123,57,123,70,0,0,0,0],[123,73,123,95,1,0,0,0],[129,90,131,10,0,0,0,0],[140,33,145,10,3,0,0,0],[142,16,142,60,3,0,0,0],[142,87,144,14,1,0,0,0],[145,10,173,12,1,0,0,0],[148,33,166,10,1,0,0,0],[166,10,173,12,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[152,74,161,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_yyYaYbScMYccfU_","regions":[[153,22,160,18,1,0,0,0],[154,34,157,22,0,0,0,0],[157,31,157,41,1,0,0,0],[157,42,159,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC11handleLayer33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[178,79,191,6,1,0,0,0],[179,47,184,10,0,0,0,0],[184,10,190,24,1,0,0,0],[186,56,186,77,0,0,0,0],[186,80,186,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleRule33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[195,78,208,6,1,0,0,0],[196,44,201,10,0,0,0,0],[201,10,207,24,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[212,80,225,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[213,48,213,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu0_","regions":[[214,46,214,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_","regions":[[220,14,222,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleOpen33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[229,78,259,6,1,0,0,0],[233,39,238,10,0,0,0,0],[238,10,258,24,1,0,0,0],[242,12,242,43,1,0,0,0],[242,44,244,10,1,0,0,0],[246,58,253,10,0,0,0,0],[253,10,258,24,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleOpen33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[241,67,241,76,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[264,81,344,6,2,0,0,0],[265,64,272,10,0,0,0,0],[272,10,343,24,2,0,0,0],[273,45,278,10,1,0,0,0],[278,10,343,24,1,0,0,0],[281,59,281,93,1,0,0,0],[281,96,281,101,0,0,0,0],[283,16,283,28,1,0,0,0],[284,9,285,28,0,0,0,0],[286,9,287,30,0,0,0,0],[288,9,289,29,0,0,0,0],[290,9,291,26,1,0,0,0],[292,9,295,26,0,0,0,0],[296,10,343,24,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_","regions":[[304,14,341,10,1,0,0,0],[309,33,317,14,0,0,0,0],[317,14,341,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU_","regions":[[310,37,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU0_","regions":[[322,33,340,14,0,0,0,0],[323,24,323,30,0,0,0,0],[324,17,325,115,0,0,0,0],[326,17,334,47,0,0,0,0],[328,42,328,124,0,0,0,0],[328,125,330,22,0,0,0,0],[330,28,332,22,0,0,0,0],[335,17,338,47,0,0,0,0],[339,18,340,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_","regions":[[328,86,328,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[349,80,482,6,0,0,0,0],[350,44,355,10,0,0,0,0],[355,10,482,6,0,0,0,0],[359,16,359,35,0,0,0,0],[360,9,384,83,0,0,0,0],[363,107,371,14,0,0,0,0],[371,14,384,83,0,0,0,0],[377,45,382,14,0,0,0,0],[378,20,378,64,0,0,0,0],[378,65,381,18,0,0,0,0],[381,18,382,14,0,0,0,0],[382,14,384,83,0,0,0,0],[386,9,389,28,0,0,0,0],[391,9,399,28,0,0,0,0],[401,9,412,28,0,0,0,0],[414,9,422,83,0,0,0,0],[417,111,420,14,0,0,0,0],[420,14,422,83,0,0,0,0],[424,9,463,83,0,0,0,0],[427,47,461,14,0,0,0,0],[438,142,440,18,0,0,0,0],[461,14,463,83,0,0,0,0],[465,9,474,28,0,0,0,0],[468,106,471,14,0,0,0,0],[471,14,474,28,0,0,0,0],[476,9,480,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU1_","regions":[[396,67,398,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU2_","regions":[[418,103,418,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU4_","regions":[[469,103,469,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[365,103,369,18,0,0,0,0],[366,34,368,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU0_","regions":[[379,127,379,138,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU3_","regions":[[443,72,459,18,0,0,0,0],[447,21,458,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU3_yyYbScMYccfU_","regions":[[452,79,456,26,0,0,0,0],[453,164,455,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleWindow33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[487,80,525,6,0,0,0,0],[488,44,493,10,0,0,0,0],[493,10,525,6,0,0,0,0],[497,81,502,10,0,0,0,0],[502,10,525,6,0,0,0,0],[505,68,512,10,0,0,0,0],[512,10,525,6,0,0,0,0],[516,12,516,19,0,0,0,0],[516,20,518,10,0,0,0,0],[518,16,524,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleFolder33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[529,80,574,6,3,0,0,0],[533,40,538,10,1,0,0,0],[538,10,573,24,2,0,0,0],[548,100,555,10,1,0,0,0],[555,10,573,24,1,0,0,0],[558,42,565,10,0,0,0,0],[565,10,573,24,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleFolder33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[541,65,541,75,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[578,80,653,6,5,0,0,0],[582,40,587,10,1,0,0,0],[587,10,653,6,4,0,0,0],[599,16,599,27,4,0,0,0],[600,9,612,16,2,0,0,0],[602,56,607,14,1,0,0,0],[607,20,609,14,1,0,0,0],[614,9,620,16,1,0,0,0],[622,9,628,16,0,0,0,0],[630,9,645,28,1,0,0,0],[632,57,641,14,1,0,0,0],[641,20,644,14,0,0,0,0],[647,9,651,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[590,65,590,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU_","regions":[[603,25,606,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU0_","regions":[[633,31,637,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU1_","regions":[[637,20,640,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC13executeScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tF","regions":[[656,49,683,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC13executeScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tFyyYacfU_","regions":[[662,14,682,10,0,0,0,0],[663,16,677,14,0,0,0,0],[664,20,664,37,0,0,0,0],[664,38,667,18,0,0,0,0],[666,65,667,18,0,0,0,0],[667,27,667,46,0,0,0,0],[667,47,670,18,0,0,0,0],[669,71,670,18,0,0,0,0],[670,24,673,18,0,0,0,0],[672,65,673,18,0,0,0,0],[673,18,677,14,0,0,0,0],[677,21,681,14,0,0,0,0],[681,14,682,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[686,67,724,6,0,0,0,0],[690,12,690,35,0,0,0,0],[690,36,707,10,0,0,0,0],[692,79,701,14,0,0,0,0],[695,45,699,18,0,0,0,0],[699,18,700,23,0,0,0,0],[701,14,707,10,0,0,0,0],[702,38,706,14,0,0,0,0],[706,14,707,10,0,0,0,0],[707,10,724,6,0,0,0,0],[710,77,724,6,0,0,0,0],[712,61,719,10,0,0,0,0],[714,38,718,14,0,0,0,0],[718,14,719,10,0,0,0,0],[719,16,723,10,0,0,0,0],[723,10,724,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[697,101,697,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu0_","regions":[[704,97,704,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu1_","regions":[[716,97,716,127,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeShellScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[727,67,760,6,0,0,0,0],[733,16,733,19,0,0,0,0],[734,9,736,39,0,0,0,0],[737,9,739,39,0,0,0,0],[740,9,742,63,0,0,0,0],[743,10,760,6,0,0,0,0],[750,26,760,6,0,0,0,0],[753,12,753,42,0,0,0,0],[753,43,759,10,0,0,0,0],[759,10,760,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeShellScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[755,75,755,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24executeInterpretedScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[763,73,822,6,0,0,0,0],[768,16,768,19,0,0,0,0],[769,9,778,39,0,0,0,0],[771,16,771,74,0,0,0,0],[771,75,773,14,0,0,0,0],[773,23,773,87,0,0,0,0],[773,88,775,14,0,0,0,0],[775,20,777,14,0,0,0,0],[780,9,782,39,0,0,0,0],[784,9,786,39,0,0,0,0],[788,9,799,39,0,0,0,0],[790,16,790,76,0,0,0,0],[790,77,792,14,0,0,0,0],[792,23,792,86,0,0,0,0],[792,87,794,14,0,0,0,0],[794,20,798,14,0,0,0,0],[798,14,799,39,0,0,0,0],[801,9,804,15,0,0,0,0],[805,10,822,6,0,0,0,0],[812,26,822,6,0,0,0,0],[815,12,815,42,0,0,0,0],[815,43,821,10,0,0,0,0],[821,10,822,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24executeInterpretedScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[817,75,817,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24simulateKeyboardShortcut33_C68D983EC91EB6F0D799E636B67842ABLL7keyCode9modifiersys6UInt16V_So12CGEventFlagsVtF","regions":[[825,88,839,6,0,0,0,0],[826,73,826,83,0,0,0,0],[826,83,839,6,0,0,0,0],[829,99,832,10,0,0,0,0],[835,98,838,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSF","regions":[[842,51,854,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSFyyYacfU_","regions":[[843,23,853,10,0,0,0,0],[845,65,852,14,0,0,0,0],[847,30,851,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSFyyYacfU_yyYbScMYcXEfU_","regions":[[848,41,850,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC16showNotification33_C68D983EC91EB6F0D799E636B67842ABLL5title4body5soundySS_S2SSgtYaF","regions":[[858,86,869,6,1,0,0,0],[864,34,868,10,0,0,0,0],[865,70,867,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV21_isHoveringEmptyState33_217B3F11FBA53451CBA6AC37BCD15F1DLL7SwiftUI0K0VySbGvpfi","regions":[[7,47,7,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg","regions":[[9,25,70,6,0,0,0,0],[10,12,10,49,0,0,0,0],[10,50,33,10,0,0,0,0],[33,16,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[11,33,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_","regions":[[18,32,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[18,32,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A5_yXEfU_","regions":[[18,52,23,18,0,0,0,0],[22,57,22,60,0,0,0,0],[22,63,22,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ySbcfU0_","regions":[[25,26,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_","regions":[[34,24,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_","regions":[[35,41,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_","regions":[[36,60,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_ySbcfU_","regions":[[39,39,41,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_ySbcfU_yyYacfU_","regions":[[40,38,40,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA18LauncherGridConfigVcfU0_","regions":[[42,54,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA18LauncherGridConfigVcfU0_yyYacfU_","regions":[[43,38,43,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA06WindowA10ConventionOcfU1_","regions":[[45,56,47,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA06WindowA10ConventionOcfU1_yyYacfU_","regions":[[46,38,46,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_","regions":[[55,72,68,14,0,0,0,0],[56,68,67,18,0,0,0,0],[67,18,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_yAA0nO6ChoiceOcfU_","regions":[[59,35,61,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_yycfU0_","regions":[[62,35,64,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV18openConfigInEditor33_217B3F11FBA53451CBA6AC37BCD15F1DLLyyF","regions":[[72,39,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV11_isExpanded7SwiftUI5StateVySbGvpfi","regions":[[83,37,83,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg","regions":[[85,25,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_","regions":[[86,49,136,10,0,0,0,0],[132,16,132,26,0,0,0,0],[132,27,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_","regions":[[87,50,130,14,0,0,0,0],[88,47,90,18,0,0,0,0],[90,18,130,14,0,0,0,0],[129,50,129,79,0,0,0,0],[129,82,129,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_A9_yXEfU_","regions":[[92,57,103,18,0,0,0,0],[98,50,102,22,0,0,0,0],[102,22,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_SbyYbcfU0_","regions":[[110,30,110,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_ySbYbcfU1_","regions":[[111,30,114,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_yyScMYccfU2_","regions":[[123,32,123,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_A34_yXEfU3_","regions":[[123,57,126,18,0,0,0,0],[124,52,124,64,0,0,0,0],[124,67,124,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV8iconView3forQrSS_tF","regions":[[147,50,159,6,0,0,0,0],[148,12,148,35,0,0,0,0],[148,36,154,10,0,0,0,0],[154,16,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV21activationDescriptionSSSgvg","regions":[[161,40,167,6,0,0,0,0],[162,49,162,64,0,0,0,0],[162,64,166,19,0,0,0,0],[163,58,165,10,0,0,0,0],[165,10,166,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvg","regions":[[170,36,201,6,0,0,0,0],[171,12,171,68,0,0,0,0],[171,69,179,10,0,0,0,0],[179,16,200,10,0,0,0,0],[180,20,180,43,0,0,0,0],[181,13,182,87,0,0,0,0],[183,13,196,18,0,0,0,0],[184,77,196,18,0,0,0,0],[197,13,198,36,0,0,0,0],[199,14,200,10,0,0,0,0],[200,10,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgAA06WindowA10ConventionOyKXEfu_","regions":[[174,63,174,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA06WindowA10ConventionOcfU_","regions":[[175,37,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgS2SYbScMYccADYbcfu0_","regions":[[182,73,182,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgS2SYbScMYccADYbcfu0_S2SYbScMYccfu1_","regions":[[182,73,182,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgAA18LauncherGridConfigVyYbcfU0_","regions":[[187,34,187,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA18LauncherGridConfigVYbcfU1_","regions":[[188,34,190,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA18LauncherGridConfigVcfU2_","regions":[[192,42,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg","regions":[[204,48,239,6,0,0,0,0],[238,53,238,54,0,0,0,0],[238,57,238,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_","regions":[[205,49,237,10,0,0,0,0],[231,16,231,45,0,0,0,0],[231,46,236,14,0,0,0,0],[236,14,237,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_A29_ANcfU_","regions":[[206,52,229,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_A29_ANcfU_A27_yXEfU_","regions":[[207,36,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV18mappingDescription3forSSAA0A7MappingV_tF","regions":[[241,64,246,6,0,0,0,0],[242,66,244,10,0,0,0,0],[244,10,245,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV06prettyA4NameyS2SF","regions":[[248,49,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV16hasShiftVariantsSbvg","regions":[[262,40,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV16hasShiftVariantsSbvgSbAA0aE0VXEfU_","regions":[[263,38,263,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15hasCtrlVariantsSbvg","regions":[[266,39,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15hasCtrlVariantsSbvgSbAA0aE0VXEfU_","regions":[[267,38,267,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg","regions":[[270,25,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_","regions":[[271,49,308,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A9_yXEfU_","regions":[[273,32,283,14,0,0,0,0],[276,20,276,36,0,0,0,0],[276,37,278,18,0,0,0,0],[278,18,283,14,0,0,0,0],[279,20,279,35,0,0,0,0],[279,36,281,18,0,0,0,0],[281,18,283,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_","regions":[[290,42,307,14,0,0,0,0],[304,20,304,62,0,0,0,0],[304,63,306,18,0,0,0,0],[306,18,307,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_","regions":[[291,36,301,18,0,0,0,0],[294,24,294,40,0,0,0,0],[294,41,296,22,0,0,0,0],[296,22,301,18,0,0,0,0],[297,24,297,39,0,0,0,0],[297,40,299,22,0,0,0,0],[299,22,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_S2SXEfU_","regions":[[295,64,295,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_S2SXEfU0_","regions":[[298,61,298,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV10headerCell_5width9alignment5colorQrSS_12CoreGraphics7CGFloatV7SwiftUI9AlignmentVAL5ColorVtF","regions":[[318,133,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV7keyCell_5widthQrSS_12CoreGraphics7CGFloatVtF","regions":[[326,71,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV10actionCell_5widthQrSS_12CoreGraphics7CGFloatVtF","regions":[[334,74,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV12modifierCell_5width5colorQrSSSg_12CoreGraphics7CGFloatV7SwiftUI5ColorVtF","regions":[[342,91,354,6,0,0,0,0],[343,21,348,10,0,0,0,0],[348,16,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV12formatOutputyS2SF","regions":[[357,59,373,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActivityEventV2id9timestamp4type7payloadAC10Foundation4UUIDV_AH4DateVAA0eF4TypeOAA0E7PayloadOtcfC","regions":[[23,7,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActivityPayloadO6encode2toys7Encoder_p_tKF","regions":[[45,52,58,6,0,0,0,0],[47,16,47,20,0,0,0,0],[48,9,50,54,0,0,0,0],[49,65,50,54,0,0,0,0],[51,9,53,54,0,0,0,0],[52,70,53,54,0,0,0,0],[54,9,56,54,0,0,0,0],[55,68,56,54,0,0,0,0],[57,10,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActivityPayloadO4fromACs7Decoder_p_tKcfC","regions":[[60,47,71,6,0,0,0,0],[61,72,71,6,0,0,0,0],[62,73,71,6,0,0,0,0],[63,16,63,20,0,0,0,0],[64,9,65,80,0,0,0,0],[65,79,65,80,0,0,0,0],[66,9,67,90,0,0,0,0],[67,89,67,90,0,0,0,0],[68,9,69,86,0,0,0,0],[69,85,69,86,0,0,0,0],[70,10,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9EventDataV16bundleIdentifier7appName8isLaunchACSS_SSSbtcfC","regions":[[80,76,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutEventDataV9modifiers3key0I4CodeAcA0E9ModifiersV_SSs5Int64VtcfC","regions":[[93,76,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutEventDataV13displayStringSSvg","regions":[[100,38,108,6,0,0,0,0],[102,12,102,40,0,0,0,0],[102,41,102,60,0,0,0,0],[103,12,103,39,0,0,0,0],[103,40,103,59,0,0,0,0],[104,12,104,38,0,0,0,0],[104,39,104,58,0,0,0,0],[105,12,105,40,0,0,0,0],[105,41,105,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV8rawValueACs5UInt8V_tcfC","regions":[[115,34,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV03hasF0Sbvg","regions":[[125,35,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV4fromAcA11ModifierSetV_tcfC","regions":[[130,48,137,6,0,0,0,0],[132,12,132,42,0,0,0,0],[132,43,132,68,0,0,0,0],[133,12,133,41,0,0,0,0],[133,42,133,66,0,0,0,0],[134,12,134,40,0,0,0,0],[134,41,134,64,0,0,0,0],[135,12,135,42,0,0,0,0],[135,43,135,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionEventDataV6action6target3uriACSS_SSSgSStcfC","regions":[[146,63,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC0G5ErrorO16errorDescriptionSSSgvg","regions":[[25,46,42,10,0,0,0,0],[26,20,26,24,0,0,0,0],[27,13,28,52,0,0,0,0],[29,13,30,70,0,0,0,0],[31,13,32,71,0,0,0,0],[33,13,34,73,0,0,0,0],[35,13,36,67,0,0,0,0],[37,13,38,67,0,0,0,0],[39,13,40,48,0,0,0,0],[41,14,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionCACyc33_20872AB91E37DB021D8F28A4192F3043Llfc","regions":[[49,20,49,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC011getOrCreateA006CryptoD009SymmetricA0VyKF","regions":[[55,57,66,6,0,0,0,0],[57,57,59,10,0,0,0,0],[59,10,65,22,0,0,0,0],[63,39,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC9keyExistsSbyF","regions":[[69,37,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC06deleteA0yyKF","regions":[[74,36,86,6,0,0,0,0],[82,12,82,35,0,0,0,0],[82,66,84,10,0,0,0,0],[84,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC7encrypty10Foundation4DataVAGKF","regions":[[91,54,105,6,0,0,0,0],[92,39,105,6,0,0,0,0],[94,12,100,10,0,0,0,0],[95,63,99,28,0,0,0,0],[96,58,98,14,0,0,0,0],[98,14,99,28,0,0,0,0],[100,46,102,10,0,0,0,0],[102,17,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC7decrypty10Foundation4DataVAGKF","regions":[[108,54,119,6,0,0,0,0],[109,39,119,6,0,0,0,0],[111,12,114,10,0,0,0,0],[112,66,113,59,0,0,0,0],[114,46,116,10,0,0,0,0],[116,17,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC05storeA10InKeychain33_20872AB91E37DB021D8F28A4192F3043LLyy06CryptoD009SymmetricA0VKF","regions":[[123,65,143,6,0,0,0,0],[140,12,140,35,0,0,0,0],[140,36,142,10,0,0,0,0],[142,10,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC05storeA10InKeychain33_20872AB91E37DB021D8F28A4192F3043LLyy06CryptoD009SymmetricA0VKF10Foundation4DataVSWXEfU_","regions":[[125,43,125,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC04readA12FromKeychain33_20872AB91E37DB021D8F28A4192F3043LL06CryptoD009SymmetricA0VyKF","regions":[[145,63,162,6,0,0,0,0],[157,75,159,10,0,0,0,0],[159,10,161,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC0G5ErrorO16errorDescriptionSSSgvg","regions":[[28,46,39,10,0,0,0,0],[29,20,29,24,0,0,0,0],[30,13,31,84,0,0,0,0],[32,13,33,78,0,0,0,0],[34,13,35,77,0,0,0,0],[36,13,37,51,0,0,0,0],[38,14,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageCACyc33_ED8BF84A9147E0DBE08721A3F68F0412Llfc","regions":[[46,20,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC6appendyySayAA0E5EventVGYaKF","regions":[[68,64,85,6,0,0,0,0],[69,36,69,46,0,0,0,0],[69,46,85,6,0,0,0,0],[71,36,85,6,0,0,0,0],[80,63,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC6appendyySayAA0E5EventVGYaKFAGyKXEfu_","regions":[[76,70,76,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKF","regions":[[88,100,112,6,0,0,0,0],[89,36,111,64,0,0,0,0],[98,10,111,64,0,0,0,0],[101,27,108,10,0,0,0,0],[102,65,107,14,0,0,0,0],[108,10,111,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAJ3URLVXEfU_","regions":[[98,18,98,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAHXEfU0_","regions":[[103,46,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAHXEfU0_SbyKXEfu_","regions":[[104,53,104,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAH_AHtXEfU1_","regions":[[111,33,111,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKF","regions":[[115,65,133,6,0,0,0,0],[116,36,132,64,0,0,0,0],[124,10,132,64,0,0,0,0],[126,27,130,10,0,0,0,0],[127,65,129,14,0,0,0,0],[130,10,132,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKFSb10Foundation3URLVXEfU_","regions":[[124,18,124,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKFSbAF_AFtXEfU0_","regions":[[132,33,132,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaF","regions":[[136,44,149,6,0,0,0,0],[141,16,143,10,0,0,0,0],[143,10,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaFA2F_10Foundation3URLVtXEfU_","regions":[[145,32,148,10,0,0,0,0],[146,73,146,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaFA2F_10Foundation3URLVtXEfU_SiyKXEfu_","regions":[[146,87,146,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC15totalEventCountSiyYaF","regions":[[152,48,157,6,0,0,0,0],[153,60,155,10,0,0,0,0],[155,10,156,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC8clearAllyyYaKF","regions":[[160,41,179,6,0,0,0,0],[161,79,163,10,0,0,0,0],[163,10,179,6,0,0,0,0],[169,10,179,6,0,0,0,0],[171,27,173,10,0,0,0,0],[172,57,173,10,0,0,0,0],[173,10,179,6,0,0,0,0],[176,41,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC8clearAllyyYaKFSb10Foundation3URLVXEfU_","regions":[[169,18,169,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaF","regions":[[182,41,194,6,0,0,0,0],[183,79,185,10,0,0,0,0],[185,10,193,30,0,0,0,0],[191,10,191,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaFSb10Foundation3URLVXEfU_","regions":[[191,18,191,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaFSay10Foundation3URLVGyKXEfu_","regions":[[191,52,191,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC21ensureDirectoryExists33_ED8BF84A9147E0DBE08721A3F68F0412LLyyKF","regions":[[198,49,212,6,0,0,0,0],[199,80,201,10,0,0,0,0],[201,10,212,6,0,0,0,0],[203,12,209,10,0,0,0,0],[207,14,209,10,0,0,0,0],[209,17,211,10,0,0,0,0],[211,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC016currentMonthFileB033_ED8BF84A9147E0DBE08721A3F68F0412LL10Foundation3URLVyF","regions":[[214,48,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKF","regions":[[221,82,241,6,0,0,0,0],[222,70,224,10,0,0,0,0],[224,10,241,6,0,0,0,0],[226,12,238,10,0,0,0,0],[227,59,237,14,0,0,0,0],[228,76,237,14,0,0,0,0],[238,17,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFSSyKXEfu_","regions":[[231,78,231,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFSbSSXEfU_","regions":[[232,78,232,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFAGSgSSXEfU0_","regions":[[234,37,237,14,0,0,0,0],[235,67,235,81,0,0,0,0],[235,81,236,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKF","regions":[[243,87,263,6,0,0,0,0],[244,12,258,10,0,0,0,0],[249,14,258,10,0,0,0,0],[252,69,254,14,0,0,0,0],[254,14,258,10,0,0,0,0],[256,72,258,10,0,0,0,0],[257,64,258,10,0,0,0,0],[258,43,260,10,0,0,0,0],[260,17,262,10,0,0,0,0],[262,10,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKFSSAHKXEfU_","regions":[[246,40,249,14,0,0,0,0],[247,53,248,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKFSSAHKXEfU_SSyKXEfu_","regions":[[248,63,248,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC10_isEnabled33_C4A3F0832122EA2B977D43E59B4DE20DLL7Combine9PublishedVySbGvpfi","regions":[[16,58,16,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11_eventCount33_C4A3F0832122EA2B977D43E59B4DE20DLL7Combine9PublishedVySiGvpfi","regions":[[17,58,17,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC7storage33_C4A3F0832122EA2B977D43E59B4DE20DLLAA0E10LogStorageCvpfi","regions":[[26,27,26,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC6buffer33_C4A3F0832122EA2B977D43E59B4DE20DLLSayAA0E5EventVGvpfi","regions":[[27,43,27,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13maxBufferSize33_C4A3F0832122EA2B977D43E59B4DE20DLLSivpfi","regions":[[28,33,28,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13flushInterval33_C4A3F0832122EA2B977D43E59B4DE20DLLSdvpfi","regions":[[29,47,29,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC18workspaceObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLAA27NotificationObserverManagerCvpfi","regions":[[32,38,32,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerCACyc33_C4A3F0832122EA2B977D43E59B4DE20DLlfc","regions":[[36,20,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerCACyc33_C4A3F0832122EA2B977D43E59B4DE20DLlfcyyYacfU_","regions":[[38,14,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC6enableyyYaF","regions":[[46,32,56,6,0,0,0,0],[47,31,47,41,0,0,0,0],[47,41,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC7disableyyYaF","regions":[[59,33,71,6,0,0,0,0],[60,30,60,40,0,0,0,0],[60,40,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC9resetDatayyYaKF","regions":[[74,42,82,6,0,0,0,0],[76,37,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC5flushyyYaF","regions":[[85,31,99,6,0,0,0,0],[86,36,86,46,0,0,0,0],[86,46,99,6,0,0,0,0],[91,12,94,10,0,0,0,0],[92,52,94,10,0,0,0,0],[94,17,98,10,0,0,0,0],[98,10,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordC6Switch16bundleIdentifier7appNameySS_SStF","regions":[[104,76,116,6,0,0,0,0],[105,30,105,40,0,0,0,0],[105,40,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordC6Launch16bundleIdentifier7appNameySS_SStF","regions":[[119,76,131,6,0,0,0,0],[120,30,120,40,0,0,0,0],[120,40,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordaB6Action6action6target3uriySS_SSSgSStF","regions":[[134,83,146,6,0,0,0,0],[135,30,135,40,0,0,0,0],[135,40,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC010didReceiveA5EventyyAA0A5PressVF","regions":[[151,70,168,6,0,0,0,0],[153,52,153,62,0,0,0,0],[153,62,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC010didReceiveA5EventyyAA0A5PressVFyyYaYbScMYccfU_","regions":[[155,14,167,10,0,0,0,0],[156,34,156,44,0,0,0,0],[156,44,167,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11appendEvent33_C4A3F0832122EA2B977D43E59B4DE20DLLyyAA0eH0VF","regions":[[172,54,183,6,0,0,0,0],[178,12,178,41,0,0,0,0],[178,42,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11appendEvent33_C4A3F0832122EA2B977D43E59B4DE20DLLyyAA0eH0VFyyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[185,35,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_","regions":[[190,11,199,10,0,0,0,0],[191,118,193,14,0,0,0,0],[193,14,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_SSyKXEfu_","regions":[[194,52,194,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_SSyKXEfu0_","regions":[[195,48,195,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[196,18,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[205,11,214,10,0,0,0,0],[206,118,208,14,0,0,0,0],[208,14,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_SSyKXEfu_","regions":[[209,52,209,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_SSyKXEfu0_","regions":[[210,48,210,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[211,18,213,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13stopObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[219,34,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[224,36,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFySo7NSTimerCYbcfU_","regions":[[225,91,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFySo7NSTimerCYbcfU_ytSgyYacfU_","regions":[[226,18,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14stopFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[232,35,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC21prepareForTerminationyyYaF","regions":[[242,40,246,6,0,0,0,0],[243,12,243,21,0,0,0,0],[243,22,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV15_showOptInSheet33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[6,41,6,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV22_showResetConfirmation33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[7,48,7,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV16_showReportSheet33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[8,42,8,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV11_eventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySiGvpfi","regions":[[9,42,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV12_isResetting33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[10,38,10,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9isEnabled33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLSbvg","regions":[[13,33,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg","regions":[[17,25,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_","regions":[[18,50,86,10,0,0,0,0],[59,16,59,25,0,0,0,0],[59,26,85,14,0,0,0,0],[85,14,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_AZyXEfU_","regions":[[20,32,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_","regions":[[30,20,55,14,0,0,0,0],[40,20,40,29,0,0,0,0],[40,30,47,18,0,0,0,0],[47,24,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_A4_yXEfU_","regions":[[31,57,38,18,0,0,0,0],[35,38,35,67,0,0,0,0],[35,70,35,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_yyScMYccfU0_","regions":[[41,39,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_yyScMYccfU1_","regions":[[48,38,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_","regions":[[60,37,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_yyScMYccfU_","regions":[[61,43,63,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_yyScMYccfU0_","regions":[[68,28,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_A55_yXEfU1_","regions":[[70,30,77,22,0,0,0,0],[71,28,71,39,0,0,0,0],[71,40,74,26,0,0,0,0],[74,32,76,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgyycfU0_","regions":[[87,19,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[90,88,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgAA0E9OptInFlowVycfU2_","regions":[[93,46,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgAA0E10ReportViewVycfU3_","regions":[[96,47,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_","regions":[[99,77,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU_","regions":[[100,45,100,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_","regions":[[101,49,103,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[104,20,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV17refreshEventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[109,38,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV17refreshEventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[110,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV07disableF033_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[115,35,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV07disableF033_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[116,14,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9resetData33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[122,30,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9resetData33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[124,14,134,10,0,0,0,0],[125,16,130,14,0,0,0,0],[126,60,130,14,0,0,0,0],[130,21,132,14,0,0,0,0],[132,14,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV19_confirmedLocalOnly33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[7,45,7,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV19_confirmedEncrypted33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[8,45,8,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV11_isEnabling33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg","regions":[[11,25,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_","regions":[[12,50,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_AZyXEfU_","regions":[[14,20,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A14_yXEfU0_","regions":[[27,53,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_","regions":[[37,54,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU_","regions":[[38,51,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU_A25_yXEfU_","regions":[[39,61,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU0_","regions":[[50,51,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU0_A25_yXEfU_","regions":[[51,61,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_","regions":[[66,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_yyScMYccfU_","regions":[[67,34,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_yyScMYccfU0_","regions":[[75,24,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_A61_yXEfU1_","regions":[[77,26,84,18,0,0,0,0],[78,24,78,34,0,0,0,0],[78,35,81,22,0,0,0,0],[81,28,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_SbyKXEfu_","regions":[[86,41,86,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV9canEnable33_03979C602761AC1EBE4783624F083B2ELLSbvg","regions":[[95,33,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV9canEnable33_03979C602761AC1EBE4783624F083B2ELLSbvgSbyKXEfu_","regions":[[96,31,96,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV13enableLogging33_03979C602761AC1EBE4783624F083B2ELLyyF","regions":[[99,34,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV13enableLogging33_03979C602761AC1EBE4783624F083B2ELLyyFyyYacfU_","regions":[[102,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLVyADSScfC","regions":[[120,26,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV4bodyQrvg","regions":[[124,25,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[125,45,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0Vvg","regions":[[10,43,33,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,17,56,0,0,0,0],[19,9,24,56,0,0,0,0],[26,9,31,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0VvgAE0J0VyKXEfu_","regions":[[23,19,23,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0VvgAE0J0VyKXEfu0_","regions":[[30,19,30,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityReportV6period11generatedAt11totalEvents8appUsage12topShortcuts03keyB7ActionsAcA0F6PeriodO_10Foundation4DateVSiSayAA0cM7SummaryVGSayAA08ShortcutU0VGSayAA06ActionU0VGtcfC","regions":[[52,7,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityReportV5empty3forAcA0F6PeriodO_tFZ","regions":[[62,74,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV2idSSvg","regions":[[75,27,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV16bundleIdentifier7appName11launchCount06switchL0ACSS_SSS2itcfC","regions":[[87,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV17totalInteractionsSivg","regions":[[95,39,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ShortcutSummaryV2idSSvg","regions":[[102,27,102,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ShortcutSummaryV8shortcut5countACSS_SitcfC","regions":[[107,47,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV2idSSvg","regions":[[115,27,115,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV2idSSvgSSyKXEfu_","regions":[[115,52,115,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV6action6target5countACSS_SSSgSitcfC","regions":[[121,62,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV13displayStringSSvg","regions":[[128,38,133,6,0,0,0,0],[129,23,131,10,0,0,0,0],[131,10,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC7storage33_1FE72E52B47370006D984C3F51525570LLAA0E10LogStorageCvpfi","regions":[[10,27,10,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorCACyc33_1FE72E52B47370006D984C3F51525570Llfc","regions":[[12,20,12,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC08generateF03forAA0eF0VAA0F6PeriodO_tYaF","regions":[[17,82,31,6,0,0,0,0],[20,12,27,10,0,0,0,0],[24,14,26,61,0,0,0,0],[27,17,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtF","regions":[[35,100,106,6,0,0,0,0],[46,29,75,10,0,0,0,0],[47,20,47,33,0,0,0,0],[48,13,61,18,0,0,0,0],[49,20,49,33,0,0,0,0],[49,34,55,18,0,0,0,0],[55,24,61,18,0,0,0,0],[63,13,65,59,0,0,0,0],[67,13,73,18,0,0,0,0],[74,14,75,10,0,0,0,0],[75,10,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu_","regions":[[53,52,53,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu0_","regions":[[59,52,59,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu1_","regions":[[65,53,65,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSSyKXEfu2_","regions":[[68,60,68,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu3_","regions":[[72,48,72,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA15ShortcutSummaryVSS3key_Si5valuet_tXEfU_","regions":[[85,18,85,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSbAA15ShortcutSummaryV_APtXEfU0_","regions":[[86,21,86,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA13ActionSummaryVSS_SSSg6target_Si5countttXEfU1_","regions":[[91,18,96,14,0,0,0,0],[94,48,94,64,0,0,0,0],[94,67,94,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA13ActionSummaryVSS_SSSg6target_Si5countttXEfU1_SsyKXEfu_","regions":[[93,52,93,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSbAA13ActionSummaryV_APtXEfU2_","regions":[[97,21,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtF","regions":[[111,28,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_","regions":[[116,42,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SSyKXEfu_","regions":[[122,46,122,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SSyKXEfu_SSyKXEfu0_","regions":[[122,66,122,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SiyKXEfu1_","regions":[[123,51,123,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SiyKXEfu2_","regions":[[124,51,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFSbAI_AItXEfU0_","regions":[[130,21,130,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFA2IXEfU1_","regions":[[132,18,132,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV15_selectedPeriod33_E77C68022780D782FABE4FADBD989510LL7SwiftUI5StateVyAA0fI0OGvpfi","regions":[[6,55,6,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV10_isLoading33_E77C68022780D782FABE4FADBD989510LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg","regions":[[10,25,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_","regions":[[11,28,56,10,0,0,0,0],[44,16,44,25,0,0,0,0],[44,26,48,14,0,0,0,0],[48,34,50,14,0,0,0,0],[50,20,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_","regions":[[13,20,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_yyScMYccfU_","regions":[[19,24,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_A9_yXEfU0_","regions":[[21,26,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A34_yXEfU0_","regions":[[33,58,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A34_yXEfU0_A33_A27_cfU_","regions":[[34,60,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvgyycfU0_","regions":[[58,19,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvgyAA0F6PeriodO_AFtcfU1_","regions":[[61,39,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF","regions":[[67,71,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_","regions":[[68,20,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_","regions":[[69,54,143,14,0,0,0,0],[91,20,91,44,0,0,0,0],[91,45,106,18,0,0,0,0],[106,18,143,14,0,0,0,0],[109,20,109,48,0,0,0,0],[109,49,124,18,0,0,0,0],[124,18,143,14,0,0,0,0],[127,20,127,50,0,0,0,0],[127,51,142,18,0,0,0,0],[142,18,143,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A2_yXEfU_","regions":[[71,24,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_","regions":[[92,73,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_A25_A14_cfU_","regions":[[93,61,103,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_A25_A14_cfU_A23_yXEfU_","regions":[[94,36,101,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_","regions":[[110,77,122,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_A35_A31_cfU_","regions":[[111,65,121,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_A35_A31_cfU_A33_yXEfU_","regions":[[112,36,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_","regions":[[128,75,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_A25_A41_cfU_","regions":[[129,67,139,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_A25_A41_cfU_A23_yXEfU_","regions":[[130,36,137,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV04loadF033_E77C68022780D782FABE4FADBD989510LLyyF","regions":[[148,31,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV04loadF033_E77C68022780D782FABE4FADBD989510LLyyFyyYacfU_","regions":[[150,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8StatCard33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg","regions":[[164,25,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8StatCard33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF0P0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[165,28,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg","regions":[[188,25,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_","regions":[[189,49,204,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_AVyXEfU_","regions":[[190,20,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_xyXEfU0_","regions":[[198,53,200,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorCACycfc","regions":[[15,19,15,21,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorC7execute7command11descriptionAA0G15ExecutionResultVSS_SStYaKF","regions":[[17,102,24,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorC7execute5batchAA0G15ExecutionResultV0aB4Core010PrivilegedG6RunnerO5BatchV_tYaKF","regions":[[26,102,29,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC04HoldF4TypeO11descriptionSSvg","regions":[[24,40,35,10,0,0,0,0],[25,20,25,24,0,0,0,0],[26,13,27,47,0,0,0,0],[28,13,29,77,0,0,0,0],[30,13,31,51,0,0,0,0],[32,13,33,55,0,0,0,0],[34,14,35,10,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC05_holdF033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVyAC04HoldF4TypeOGvpfi","regions":[[39,60,39,66,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11_holdAction33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[42,48,42,50,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18_customTapKeysText33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[45,55,45,57,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC05_showE033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[48,42,48,47,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16_doubleTapAction33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[53,53,53,55,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14_tapDanceSteps33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySaySS5label_SS6actionSb11isRecordingtGGvpfi","regions":[[57,97,57,99,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17_isRecordingMacro33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[68,46,68,51,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011_showTimingE033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[73,48,73,53,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11_tapTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[76,45,76,48,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC12_holdTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[79,46,79,49,35,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11tappingTermSivg","regions":[[83,13,83,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11tappingTermSivs","regions":[[84,13,84,38,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC10_comboKeys33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySaySSGGvpfi","regions":[[91,49,91,51,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC12_comboOutput33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[94,49,94,51,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13_comboTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[97,47,97,50,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16_isRecordingHold33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[102,45,102,50,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21_isRecordingDoubleTap33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[105,50,105,55,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC23_isRecordingComboOutput33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[108,52,108,57,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC19_showConflictDialog33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[118,48,118,53,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21_pendingConflictField33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[124,58,124,60,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerCACycfc","regions":[[128,19,128,21,35,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC15addTapDanceStepyyF","regions":[[133,35,138,6,0,0,0,0],[135,54,135,64,0,0,0,0],[135,64,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18removeTapDanceStep2atySi_tF","regions":[[141,51,144,6,0,0,0,0],[142,60,142,70,0,0,0,0],[142,70,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17clearTapDanceStep2atySi_tF","regions":[[147,50,150,6,0,0,0,0],[148,60,148,70,0,0,0,0],[148,70,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyF","regions":[[155,45,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu_","regions":[[157,13,157,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[157,36,157,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu0_","regions":[[158,13,158,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21checkTapDanceConflictSbyF","regions":[[162,49,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21checkTapDanceConflictSbyFSbyKXEfu_","regions":[[163,32,163,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyF","regions":[[167,46,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu_","regions":[[168,32,168,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu0_","regions":[[168,60,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[168,83,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC23resolveConflictKeepHoldyyF","regions":[[174,43,183,6,0,0,0,0],[176,40,178,10,0,0,0,0],[178,10,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC27resolveConflictKeepTapDanceyyF","regions":[[186,47,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16stopAllRecordingyyF","regions":[[199,36,207,6,0,0,0,0],[204,40,206,10,0,0,0,0],[206,10,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvg","regions":[[210,37,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu_","regions":[[211,28,211,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu0_","regions":[[211,52,211,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu1_","regions":[[211,78,211,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu1_SbSS5label_SS6actionSb0hJ0t_tXEfU_","regions":[[211,101,211,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC5resetyyF","regions":[[217,25,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvg","regions":[[240,40,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu_","regions":[[242,13,242,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu0_","regions":[[243,13,243,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu1_","regions":[[244,13,244,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu2_","regions":[[245,13,245,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu2_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[245,36,245,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu3_","regions":[[246,13,246,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC08addComboA0yySSF","regions":[[252,44,255,6,0,0,0,0],[253,59,253,69,0,0,0,0],[253,69,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011removeComboA0yySSF","regions":[[258,47,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011removeComboA0yySSFSbSSXEfU_","regions":[[259,29,259,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14clearComboKeysyyF","regions":[[263,34,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13hasValidComboSbvg","regions":[[268,36,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13hasValidComboSbvgSbyKXEfu_","regions":[[269,31,269,51,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC8endpoint5model7versionAC10Foundation3URLV_S2Stcfc","regions":[[14,7,18,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[20,111,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSSAJXEfU_","regions":[[33,24,33,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC13callClaudeAPI33_F46FAB832CE83D1EEF2FAA48519C2C30LL6promptS2S_tYaKF","regions":[[48,71,140,6,0,0,0,0],[50,73,58,10,0,0,0,0],[58,10,139,68,0,0,0,0],[65,16,65,26,0,0,0,0],[66,9,70,14,0,0,0,0],[71,9,72,106,0,0,0,0],[73,9,74,18,0,0,0,0],[75,10,139,68,0,0,0,0],[94,83,139,68,0,0,0,0],[96,78,139,68,0,0,0,0],[98,68,102,10,0,0,0,0],[102,10,139,68,0,0,0,0],[104,59,113,10,0,0,0,0],[113,10,139,68,0,0,0,0],[115,78,139,68,0,0,0,0],[119,14,124,10,0,0,0,0],[124,10,139,68,0,0,0,0],[130,9,137,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC13callClaudeAPI33_F46FAB832CE83D1EEF2FAA48519C2C30LL6promptS2S_tYaKFSSyKXEfu_","regions":[[105,71,105,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfC","regions":[[16,19,96,6,0,0,0,0],[57,12,57,26,0,0,0,0],[57,27,61,10,0,0,0,0],[61,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcSbyKXEfu_","regions":[[20,44,20,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcAA15KanataViewModelCycfu0_","regions":[[43,48,43,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcyyYacfU_","regions":[[73,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg","regions":[[98,33,305,6,0,0,0,0],[288,13,288,22,0,0,0,2],[303,13,303,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI4ViewPAEE11environmentyQrs08WritableaB0CyAE17EnvironmentValuesVqd__G_qd__tlFQOyAgEEAHyQrAM_qd__tlFQOyAgEE0I6ObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAA017SettingsContainerH0V_AA06KanataH5ModelCQo__AA18PreferencesServiceCQo__AA27PermissionSnapshotProviding_pQo_yXEfU_","regions":[[101,18,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_","regions":[[107,19,304,10,0,0,0,0],[288,13,288,22,0,0,0,2],[303,13,303,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_AWyXEfU_","regions":[[109,47,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_AWyXEfU_yyScMYccfU_","regions":[[110,41,128,18,0,0,0,0],[113,63,115,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_","regions":[[136,47,286,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU_","regions":[[138,29,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU0_","regions":[[141,28,143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU1_","regions":[[148,29,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU2_","regions":[[151,28,153,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU3_","regions":[[158,29,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU4_","regions":[[161,28,163,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU5_","regions":[[167,29,169,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU6_","regions":[[170,28,172,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU7_","regions":[[177,29,179,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU8_","regions":[[180,28,182,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU9_","regions":[[188,45,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU10_","regions":[[196,29,198,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU11_","regions":[[199,28,201,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU12_","regions":[[208,29,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU13_","regions":[[211,28,213,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU14_","regions":[[218,29,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU15_","regions":[[221,28,223,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU16_","regions":[[227,52,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU17_","regions":[[232,34,234,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU18_","regions":[[239,49,244,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU19_","regions":[[251,29,253,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU20_","regions":[[254,28,256,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_","regions":[[262,29,279,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_yyYacfU_","regions":[[263,30,278,26,0,0,0,0],[267,32,267,39,0,0,0,0],[267,40,270,30,0,0,0,0],[270,36,277,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_yyYacfU_SSyKXEfu_","regions":[[274,82,274,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_AQyXEfU22_","regions":[[280,28,282,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_","regions":[[289,59,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU_","regions":[[290,64,292,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU0_","regions":[[294,65,296,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU1_","regions":[[298,67,300,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openConfigInEditor9viewModelyAA010KanataViewJ0C_tF","regions":[[311,53,314,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25openFileInPreferredEditoryy10Foundation3URLVF","regions":[[318,44,337,2,0,0,0,0],[322,93,332,6,0,0,0,0],[332,12,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25openFileInPreferredEditoryy10Foundation3URLVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[324,90,331,10,0,0,0,0],[325,26,328,14,0,0,0,0],[328,20,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openPreferencesTab33_F672E98E92E7534733F6E54A4D16436DLLyySo18NSNotificationNameaF","regions":[[340,68,371,2,0,0,0,0],[348,59,360,6,0,0,0,0],[349,35,359,10,0,0,0,0],[351,16,351,85,0,0,0,0],[353,13,358,14,0,0,0,0],[358,14,359,10,0,0,0,0],[359,10,360,6,0,0,0,0],[360,6,371,2,0,0,0,0],[366,32,368,6,0,0,0,0],[368,12,370,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openPreferencesTab33_F672E98E92E7534733F6E54A4D16436DLLyySo18NSNotificationNameaFSbyKXEfu_","regions":[[351,51,351,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC14isHeadlessModeSbvpfi","regions":[[377,26,377,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22initialMainWindowShown33_F672E98E92E7534733F6E54A4D16436DLLSbvpfi","regions":[[380,42,380,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC17pendingReopenShow33_F672E98E92E7534733F6E54A4D16436DLLSbvpfi","regions":[[381,37,381,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC26applicationShouldTerminateySo013NSApplicationH5ReplyVSo0I0CF","regions":[[383,87,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC47applicationShouldTerminateAfterLastWindowClosedySbSo13NSApplicationCF","regions":[[388,84,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19applicationWillHideyy10Foundation12NotificationVF","regions":[[395,47,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC26applicationDidBecomeActiveyy10Foundation12NotificationVF","regions":[[399,54,445,6,0,0,0,0],[404,12,404,35,0,0,0,0],[404,36,432,10,0,0,0,0],[413,16,413,30,0,0,0,0],[413,31,416,14,0,0,0,0],[425,16,425,33,0,0,0,0],[425,34,431,14,0,0,0,0],[432,16,444,10,0,0,0,0],[434,16,434,63,0,0,0,0],[436,13,439,14,0,0,0,0],[439,23,439,70,0,0,0,0],[439,71,441,14,0,0,0,0],[441,20,443,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVF","regions":[[447,57,649,6,0,0,0,0],[462,12,462,27,0,0,0,0],[462,28,464,10,0,0,0,0],[499,12,499,26,0,0,0,0],[499,27,517,10,0,0,0,0],[521,12,521,27,0,0,0,0],[521,28,592,10,0,0,0,0],[524,43,527,14,0,0,0,0],[527,14,592,10,0,0,0,0],[592,16,594,10,0,0,0,0],[594,10,649,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU_","regions":[[470,14,497,10,0,0,0,0],[473,16,473,30,0,0,0,0],[473,31,477,14,0,0,0,0],[477,14,497,10,0,0,0,0],[481,16,481,28,0,0,0,0],[481,29,496,14,0,0,0,0],[482,34,485,18,0,0,0,0],[485,24,487,18,0,0,0,0],[490,20,490,33,0,0,0,0],[490,34,493,18,0,0,0,0],[493,24,495,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU0_","regions":[[503,18,516,14,0,0,0,0],[508,53,513,18,0,0,0,0],[510,24,510,32,0,0,0,0],[510,33,512,22,0,0,0,0],[513,24,515,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU1_","regions":[[547,18,591,14,0,0,0,0],[548,20,551,18,0,0,0,0],[549,71,551,18,0,0,0,0],[551,25,555,18,0,0,0,0],[555,18,591,14,0,0,0,0],[559,20,559,41,0,0,0,0],[559,42,573,18,0,0,0,0],[561,57,568,22,0,0,0,0],[563,28,563,35,0,0,0,0],[563,36,565,26,0,0,0,0],[565,32,567,26,0,0,0,0],[568,28,572,22,0,0,0,0],[573,24,576,18,0,0,0,0],[585,20,585,37,0,0,0,0],[585,38,590,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU2_","regions":[[597,104,609,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU2_yyYacfU_","regions":[[598,18,608,14,0,0,0,0],[600,62,603,18,0,0,0,0],[603,18,608,14,0,0,0,0],[605,20,605,28,0,0,0,0],[605,29,607,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU3_","regions":[[613,11,617,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU3_ytSgyYaYbScMYccfU_","regions":[[614,18,616,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU4_","regions":[[621,11,625,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU4_ytSgyYaYbScMYccfU_","regions":[[622,18,624,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU5_","regions":[[628,43,630,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU6_","regions":[[634,49,648,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU6_yyYaYbScMYccfU_","regions":[[635,18,647,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19checkIsFreshInstall33_F672E98E92E7534733F6E54A4D16436DLLSbyFZ","regions":[[653,55,663,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19checkIsFreshInstall33_F672E98E92E7534733F6E54A4D16436DLLSbyFZSbyKXEfu_","regions":[[658,57,658,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[665,43,702,6,0,0,0,0],[666,45,666,55,0,0,0,0],[666,55,702,6,0,0,0,0],[694,59,699,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU_","regions":[[668,34,670,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFy0aB10WizardCore0R4PageOSgcfU0_","regions":[[671,32,677,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFy0aB10WizardCore0R4PageOSgcfU0_SDys11AnyHashableVypGAHXEfU_","regions":[[675,46,675,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU1_","regions":[[678,34,680,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU2_","regions":[[681,39,683,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU3_","regions":[[684,26,690,14,0,0,0,0],[686,60,688,18,0,0,0,0],[688,18,690,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC04showaB14FromStatusItem33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[704,46,725,6,0,0,0,0],[707,12,707,39,0,0,0,0],[707,40,715,10,0,0,0,0],[708,35,711,14,0,0,0,0],[711,20,714,14,0,0,0,0],[714,14,715,10,0,0,0,0],[715,10,725,6,0,0,0,0],[717,12,717,26,0,0,0,0],[717,27,719,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC27applicationWillResignActiveyy10Foundation12NotificationVF","regions":[[727,55,729,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC24applicationWillTerminateyy10Foundation12NotificationVF","regions":[[731,52,741,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC11application_4openySo13NSApplicationC_Say10Foundation3URLVGtF","regions":[[745,58,766,6,0,0,0,0],[748,25,765,10,0,0,0,0],[752,62,755,14,0,0,0,0],[755,14,765,10,0,0,0,0],[758,77,761,14,0,0,0,0],[761,20,764,14,0,0,0,0],[765,10,766,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC11application_4openySo13NSApplicationC_Say10Foundation3URLVGtFSSyKXEfu_","regions":[[753,102,753,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29setSmartKeyboardLayoutDefault33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[770,50,785,6,0,0,0,0],[774,12,774,60,0,0,0,0],[774,61,777,10,0,0,0,0],[777,10,785,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationShouldHandleReopen_17hasVisibleWindowsSbSo13NSApplicationC_SbtF","regions":[[787,96,820,6,0,0,0,0],[793,12,793,39,0,0,0,0],[793,40,807,10,0,0,0,0],[794,16,794,67,0,0,0,0],[794,68,798,14,0,0,0,0],[800,35,803,14,0,0,0,0],[803,20,806,14,0,0,0,0],[810,12,810,35,0,0,0,0],[810,36,814,10,0,0,0,0],[814,16,817,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22showSMAppServiceStatus33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[828,60,834,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20registerSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[837,58,846,6,0,0,0,0],[839,12,842,10,0,0,0,0],[840,31,842,10,0,0,0,0],[842,17,844,10,0,0,0,0],[844,10,846,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22unregisterSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[848,60,863,6,0,0,0,0],[850,36,860,10,0,0,0,0],[860,16,862,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22unregisterSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tFyyYacfU_","regions":[[851,18,859,14,0,0,0,0],[852,20,855,18,0,0,0,0],[853,47,855,18,0,0,0,0],[855,25,857,18,0,0,0,0],[857,18,859,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV14_updateService33_F672E98E92E7534733F6E54A4D16436DLL7SwiftUI14ObservedObjectVyAA06UpdateJ0CGvpfi","regions":[[870,49,870,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV7updaterACSo10SPUUpdaterCSg_tcfC","regions":[[873,34,873,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV4bodyQrvg","regions":[[875,25,880,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV4bodyQrvgyyScMYccfU_","regions":[[876,40,878,10,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerCACycfc","regions":[[22,19,22,21,35,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyF","regions":[[27,56,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFAFSgSo20NSRunningApplicationCXEfU_","regions":[[31,39,54,10,0,0,0,0],[36,18,38,14,0,0,0,0],[38,14,53,14,0,0,0,0],[41,70,43,14,0,0,0,0],[43,20,45,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFAFSgSo20NSRunningApplicationCXEfU_So7NSImageCyKXEfu_","regions":[[46,36,46,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFSbAF_AFtXEfU0_","regions":[[55,17,55,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyF","regions":[[61,36,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyFySo15NSModalResponseacfU_","regions":[[71,21,77,10,0,0,0,0],[72,61,72,71,0,0,0,0],[72,71,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyFySo15NSModalResponseacfU_ytSgyYaYbScMYccfU_","regions":[[74,18,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC014handleSelectedcE02aty10Foundation3URLV_tF","regions":[[81,57,100,6,0,0,0,0],[84,60,87,10,0,0,0,0],[87,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC03setE0yyAA0cE4InfoVF","regions":[[103,61,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC05clearcE0yyF","regions":[[111,37,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC5resetyyF","regions":[[119,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC03hasE0Sbvg","regions":[[126,35,128,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO16errorDescriptionSSSgvg","regions":[[15,42,24,6,2,0,0,0],[16,16,16,20,2,0,0,0],[17,9,18,78,1,0,0,0],[19,9,20,67,1,0,0,0],[21,9,22,52,0,0,0,0],[23,10,24,6,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO17userFacingMessageSSvg","regions":[[27,42,39,6,3,0,0,0],[28,16,28,20,3,0,0,0],[29,9,33,62,2,0,0,0],[30,16,30,30,2,0,0,0],[30,31,32,14,1,0,0,0],[32,14,33,62,1,0,0,0],[34,9,35,54,1,0,0,0],[36,9,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO17userFacingMessageSSvgSSyKXEfu_","regions":[[33,36,33,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO03appeB0SSvgZ","regions":[[88,45,91,6,0,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO8generate4fromSSSayAA0C6KeymapVG_tFZ","regions":[[99,70,121,6,18,0,0,0],[102,44,104,10,2,0,0,0],[104,10,120,48,16,0,0,0],[116,12,116,31,16,0,0,0],[116,32,118,10,12,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO8generate4fromSSSayAA0C6KeymapVG_tFZSbAGcfu_","regions":[[100,45,100,64,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO15generateAndSave4from13configServiceySayAA0C6KeymapVG_AA013ConfigurationL0CSgtYaKFZ","regions":[[131,20,178,6,0,0,0,0],[141,10,178,6,0,0,0,0],[149,77,151,10,0,0,0,0],[151,16,153,10,0,0,0,0],[160,12,160,31,0,0,0,0],[160,32,165,10,0,0,0,0],[165,10,178,6,0,0,0,0],[170,12,172,10,0,0,0,0],[171,79,172,10,0,0,0,0],[172,17,174,10,0,0,0,0],[174,10,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO19regenerateFromStoreyyYaKFZ","regions":[[182,59,185,6,0,0,0,0],[184,49,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO17wrapForValidation33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[194,72,209,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO013generateEmptyE033_95E9496C4B898E692ADEAE5E7ECA5BA8LLSSyFZ","regions":[[211,57,222,6,2,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO14generateHeader33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[224,72,242,6,16,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO14generateHeader33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZSSAHcfu_","regions":[[225,36,225,57,22,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO24generateVirtualKeysBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[244,82,260,6,16,0,0,0],[249,31,254,10,22,0,0,0],[254,10,259,45,16,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18generateAliasBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[262,76,299,6,16,0,0,0],[266,31,271,10,22,0,0,0],[267,46,270,14,21,0,0,0],[270,14,271,10,22,0,0,0],[271,10,298,45,16,0,0,0],[273,44,275,10,4,0,0,0],[275,10,298,45,12,0,0,0],[283,54,293,10,18,0,0,0],[284,65,284,77,0,0,0,0],[284,77,293,10,18,0,0,0],[293,10,298,45,12,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18generateAliasBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZSayAH6keymap_AA0cA8OverrideV8overridetGyXEfu_","regions":[[269,46,269,48,18,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO24generateSwitchExpression33_95E9496C4B898E692ADEAE5E7ECA5BA8LL05inputA09overridesS2S_SayAA0C6KeymapV6keymap_AA0cA8OverrideV8overridetGtFZ","regions":[[314,17,343,6,18,0,0,0],[318,45,322,10,21,0,0,0],[322,10,343,6,18,0,0,0],[329,12,329,32,18,0,0,0],[329,33,332,10,15,0,0,0],[332,16,342,10,3,0,0,0],[335,49,339,14,6,0,0,0],[339,14,341,29,3,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[347,66,365,6,18,0,0,0],[353,39,357,10,0,0,0,0],[357,10,364,25,18,0,0,0],[360,57,362,10,1,0,0,0],[362,10,364,25,17,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_","regions":[[350,21,350,64,26,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_SbyKXEfu_","regions":[[350,38,350,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_SbyKXEfu0_","regions":[[350,53,350,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06stableA4Hash33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[368,66,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06stableA4Hash33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZS2i_s7UnicodeO6ScalarVtXEfU_","regions":[[370,50,370,72,0,0,0,0]]},{"branches":[],"count":49,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18escapeOutputActionyS2SFZ","regions":[[377,64,398,6,49,0,0,0],[381,12,381,34,49,0,0,0],[381,59,383,10,1,0,0,0],[383,10,397,23,48,0,0,0],[386,12,386,34,48,0,0,0],[386,35,388,10,1,0,0,0],[388,10,397,23,47,0,0,0],[392,12,392,27,47,0,0,0],[392,28,395,10,0,0,0,0],[395,10,397,23,47,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO16configFileExistsSbvgZ","regions":[[405,39,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO011readCurrentE0SSSgyFZ","regions":[[410,48,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06deleteE0yyKFZ","regions":[[415,39,421,6,0,0,0,0],[417,12,417,56,0,0,0,0],[417,57,420,10,0,0,0,0],[418,61,420,10,0,0,0,0],[420,10,421,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO014regenerateMainE0yyYaKFZ","regions":[[426,53,446,6,0,0,0,0],[443,10,446,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC13_isMonitoring33_228BA75B88DC11ED8B4DF12FF61367C4LL7Combine9PublishedVySbGvpfi","regions":[[38,61,38,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC12cancellables33_228BA75B88DC11ED8B4DF12FF61367C4LLShy7Combine14AnyCancellableCGvpfi","regions":[[43,32,43,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC18workspaceObservers33_228BA75B88DC11ED8B4DF12FF61367C4LLAA27NotificationObserverManagerCvpfi","regions":[[44,38,44,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC17bundleToVKMapping33_228BA75B88DC11ED8B4DF12FF61367C4LLSDyS2SGvpfi","regions":[[47,55,47,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceCACyc33_228BA75B88DC11ED8B4DF12FF61367C4Llfc","regions":[[51,20,51,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC5start7tcpPortySiSg_tYaF","regions":[[59,50,84,6,0,0,0,0],[60,34,63,10,0,0,0,0],[63,10,84,6,0,0,0,0],[78,67,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC5start7tcpPortySiSg_tYaFSiyKXEfu_","regions":[[68,31,68,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC4stopyyYaF","regions":[[90,30,108,6,0,0,0,0],[91,33,91,43,0,0,0,0],[91,43,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC14reloadMappingsyyYaF","regions":[[112,40,120,6,0,0,0,0],[117,51,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyF","regions":[[124,43,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyFy10Foundation12NotificationVYbcfU_","regions":[[128,11,137,10,0,0,0,0],[129,33,129,43,0,0,0,0],[129,43,137,10,0,0,0,0],[130,118,132,14,0,0,0,0],[132,14,137,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyFy10Foundation12NotificationVYbcfU_yyYacfU_","regions":[[134,18,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaF","regions":[[142,71,181,6,0,0,0,0],[149,65,151,10,0,0,0,0],[151,16,153,10,0,0,0,0],[156,12,156,31,0,0,0,0],[156,32,161,10,0,0,0,0],[161,10,181,6,0,0,0,0],[171,36,173,10,0,0,0,0],[176,27,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu_","regions":[[158,80,158,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu0_","regions":[[158,116,158,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu1_","regions":[[164,71,164,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu2_","regions":[[164,104,164,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu3_","regions":[[167,66,167,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu4_","regions":[[167,89,167,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC021releaseCurrentVirtualA033_228BA75B88DC11ED8B4DF12FF61367C4LLyyYaF","regions":[[183,51,187,6,0,0,0,0],[184,47,184,57,0,0,0,0],[184,57,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC08sendFakeA6Action33_228BA75B88DC11ED8B4DF12FF61367C4LL4name6actionySS_AA15KanataTCPClientC0haI0OtYaF","regions":[[189,95,205,6,0,0,0,0],[190,43,193,10,0,0,0,0],[193,10,205,6,0,0,0,0],[197,16,197,22,0,0,0,0],[198,9,199,87,0,0,0,0],[200,9,201,106,0,0,0,0],[202,9,203,113,0,0,0,0],[204,10,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC11setMappingsyySDyS2SGF","regions":[[213,56,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC08simulateC10Activation16bundleIdentifierySSSg_tYaF","regions":[[218,69,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC10setTCPPortyySiF","regions":[[223,38,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV12cornerRadius12CoreGraphics7CGFloatVvpfi","regions":[[18,33,18,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV4bodyQrvg","regions":[[20,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAA25VisualEffectRepresentableV_AC0K8Gradient33_55BA72252D5AD09203CA182BCBD2B355LLQrvpQOy_Qo_Qo_yXEfU_","regions":[[21,16,24,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV8material33_55BA72252D5AD09203CA182BCBD2B355LLSo22NSVisualEffectMaterialVvg","regions":[[30,55,41,6,0,0,0,0],[31,16,31,21,0,0,0,0],[32,9,33,18,0,0,0,0],[34,9,35,18,0,0,0,0],[36,9,37,21,0,0,0,0],[38,9,39,23,0,0,0,0],[40,10,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV15overlayGradient33_55BA72252D5AD09203CA182BCBD2B355LLQrvg","regions":[[43,44,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV13borderOverlay33_55BA72252D5AD09203CA182BCBD2B355LLQrvg","regions":[[55,42,59,6,0,0,0,0],[57,90,57,93,0,0,0,0],[57,96,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25VisualEffectRepresentableV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0iG7ContextVyACG_tF","regions":[[68,63,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25VisualEffectRepresentableV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0iG7ContextVyACGtF","regions":[[77,71,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11GlassHeaderV6radius12CoreGraphics7CGFloatVvpfi","regions":[[86,27,86,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11GlassHeaderV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[87,46,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9GlassCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[95,46,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appGlassHeaderQryF","regions":[[103,40,103,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE12appGlassCardQryF","regions":[[104,38,104,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE15appGlassPopover12cornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[105,67,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13appGlassSheet12cornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[110,65,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11SurfaceCardV6radius12CoreGraphics7CGFloatVvpfi","regions":[[119,27,119,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11SurfaceCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[120,46,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appSurfaceCard6radiusQr12CoreGraphics7CGFloatV_tF","regions":[[134,60,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV6radius12CoreGraphics7CGFloatVvpfi","regions":[[142,27,142,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV7opacitySdvpfi","regions":[[143,27,143,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[144,46,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleK0VyAA25VisualEffectRepresentableV_AF06_ShapeK0VyAF16RoundedRectangleVAF5ColorVGtGyXEfU_","regions":[[147,24,151,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtF","regions":[[162,82,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4tint7SwiftUI5ColorVvpfi","regions":[[170,23,170,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV6radius12CoreGraphics7CGFloatVvpfi","regions":[[171,27,171,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV6activeSbvpfi","regions":[[172,24,172,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[174,46,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleK0VyAA25VisualEffectRepresentableV_AF06_ShapeK0VyAF16RoundedRectangleVAF5ColorVGAF0K0PAFE9blendModeyQrAF05BlendW0OFQOyAF06StrokerK0VyAqsF05EmptyK0VG_Qo_tGyXEfU_","regions":[[178,24,187,18,0,0,0,0],[182,53,182,57,0,0,0,0],[182,60,182,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appButtonGlass4tint6radius6activeQrAA5ColorV_12CoreGraphics7CGFloatVSbtF","regions":[[196,5,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV4tint7SwiftUI5ColorVvpfi","regions":[[204,23,204,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV6radius12CoreGraphics7CGFloatVvpfi","regions":[[205,27,205,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[207,46,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE19appSolidGlassButton4tint6radiusQrAA5ColorV_12CoreGraphics7CGFloatVtF","regions":[[218,92,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon3forSo7NSImageCSgAA14LauncherTargetO_tFZ","regions":[[10,62,21,6,0,0,0,0],[11,16,11,22,0,0,0,0],[12,9,13,52,0,0,0,0],[14,9,15,22,0,0,0,0],[16,9,17,34,0,0,0,0],[18,9,19,34,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO03appE033_13064420B373312A2260FF90D5F46122LL4name8bundleIdSo7NSImageCSgSS_SSSgtFZ","regions":[[26,78,63,6,0,0,0,0],[30,9,32,10,0,0,0,0],[32,10,62,19,0,0,0,0],[42,33,46,10,0,0,0,0],[43,16,43,60,0,0,0,0],[43,61,45,14,0,0,0,0],[45,14,46,10,0,0,0,0],[46,10,62,19,0,0,0,0],[50,41,60,10,0,0,0,0],[55,31,59,14,0,0,0,0],[56,20,56,64,0,0,0,0],[56,65,58,18,0,0,0,0],[58,18,59,14,0,0,0,0],[59,14,60,10,0,0,0,0],[60,10,62,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon19forBundleIdentifierSo7NSImageCSgSS_tFZ","regions":[[66,72,71,6,0,0,0,0],[67,102,69,10,0,0,0,0],[69,10,70,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon03forC4NameSo7NSImageCSgSS_tFZ","regions":[[74,59,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO03urlE033_13064420B373312A2260FF90D5F46122LLSo7NSImageCSgyFZ","regions":[[81,47,88,6,0,0,0,0],[83,107,85,10,0,0,0,0],[85,10,87,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06folderE03forSo7NSImageCSgSS_tFZ","regions":[[93,58,103,6,0,0,0,0],[97,12,97,64,0,0,0,0],[97,65,99,10,0,0,0,0],[99,10,102,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO013genericFolderE0So7NSImageCyFZ","regions":[[106,48,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06scriptE03forSo7NSImageCSgSS_tFZ","regions":[[114,58,125,6,0,0,0,0],[119,12,119,64,0,0,0,0],[119,65,121,10,0,0,0,0],[121,10,124,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06scriptE6ByType33_13064420B373312A2260FF90D5F46122LL9extensionSo7NSImageCSgSS_tFZ","regions":[[128,77,149,6,0,0,0,0],[129,16,129,19,0,0,0,0],[130,9,139,23,0,0,0,0],[132,124,134,14,0,0,0,0],[134,14,139,23,0,0,0,0],[136,72,138,14,0,0,0,0],[138,14,139,23,0,0,0,0],[141,9,143,62,0,0,0,0],[145,9,147,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO013genericScriptE0So7NSImageCyFZ","regions":[[152,48,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO14nameVariations33_13064420B373312A2260FF90D5F46122LL3forSaySSGSS_tFZ","regions":[[159,70,188,6,0,0,0,0],[160,16,160,33,0,0,0,0],[161,9,162,35,0,0,0,0],[163,9,164,30,0,0,0,0],[165,9,166,31,0,0,0,0],[167,9,168,31,0,0,0,0],[169,9,170,32,0,0,0,0],[171,9,172,37,0,0,0,0],[173,9,174,32,0,0,0,0],[175,9,176,34,0,0,0,0],[177,9,178,22,0,0,0,0],[179,9,180,41,0,0,0,0],[181,9,182,20,0,0,0,0],[183,9,184,20,0,0,0,0],[185,9,186,15,0,0,0,0],[187,10,188,6,0,0,0,0]]},{"branches":[],"count":59,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV2id16bundleIdentifier11displayName07virtualaJ09createdAt08modifiedM09isEnabledAC10Foundation4UUIDV_S3SSgAK4DateVAPSbtcfC","regions":[[37,7,48,6,59,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV2id16bundleIdentifier11displayName07virtualaJ09createdAt08modifiedM09isEnabledAC10Foundation4UUIDV_S3SSgAK4DateVAPSbtcfcSSyKXEfu_","regions":[[41,49,44,10,57,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZ","regions":[[58,104,81,6,74,0,0,0],[61,15,61,88,1,0,0,0],[62,15,62,26,73,0,0,0],[71,39,75,10,1,0,0,0],[75,10,80,32,73,0,0,0],[78,60,78,69,71,0,0,0],[78,72,78,90,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSSSshYbcfu_","regions":[[61,63,61,74,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSSyKXEfu0_","regions":[[61,79,61,88,0,0,0,0]]},{"branches":[],"count":440,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_","regions":[[68,21,68,80,440,0,0,0]]},{"branches":[],"count":437,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_","regions":[[68,37,68,78,437,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_SbyKXEfu0_","regions":[[68,53,68,64,18,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_SbyKXEfu1_","regions":[[68,68,68,77,15,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV021generateUniqueVirtualA4Name07displayI016bundleIdentifierS2S_SStFZ","regions":[[87,110,91,6,6,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV10stableHash33_0BDAA952C82BA3FC6D475DD90C98A77ALLyS2SFZ","regions":[[95,63,100,6,7,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV10stableHash33_0BDAA952C82BA3FC6D475DD90C98A77ALLyS2SFZSSs5UInt8VXEfU_","regions":[[99,35,99,65,56,0,0,0]]},{"branches":[],"count":43,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA8OverrideV2id05inputA012outputAction11descriptionAC10Foundation4UUIDV_S3SSgtcfC","regions":[[124,7,129,6,43,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C6KeymapV2id7mapping9overridesAC10Foundation4UUIDV_AA0cA7MappingVSayAA0cA8OverrideVGtcfC","regions":[[148,7,152,6,5,0,0,0]]},{"branches":[],"count":52,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C6KeymapV16bundleIdentifier11displayName9overridesACSS_SSSayAA0cA8OverrideVGtcfC","regions":[[159,7,166,6,52,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC7fileURL0G7ManagerAC10Foundation0H0VSg_So06NSFileI0Ctcfc","regions":[[41,68,56,6,41,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC7fileURL0G7ManagerAC10Foundation0H0VSg_So06NSFileI0CtcfcAHyKXEfu_","regions":[[46,35,46,93,1,0,0,0]]},{"branches":[],"count":87,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC11loadKeymapsSayAA0cE0VGyF","regions":[[61,39,90,6,87,0,0,0],[62,39,64,10,57,0,0,0],[64,10,90,6,30,0,0,0],[67,65,71,10,25,0,0,0],[71,10,90,6,5,0,0,0],[73,12,85,10,5,0,0,0],[74,53,84,27,5,0,0,0],[76,75,84,27,4,0,0,0],[78,35,82,14,3,0,0,0],[82,14,84,27,4,0,0,0],[85,17,89,10,1,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC11saveKeymapsyySayAA0cE0VGKF","regions":[[93,53,104,6,34,0,0,0],[97,90,104,6,34,0,0,0],[99,47,104,6,34,0,0,0],[100,54,104,6,34,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKF","regions":[[107,51,145,6,26,0,0,0],[110,118,113,10,2,0,0,0],[113,16,141,10,24,0,0,0],[117,16,117,69,24,0,0,0],[117,70,138,14,1,0,0,0],[143,33,145,6,26,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKFSbAFXEfU_","regions":[[110,50,110,116,6,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKFSSAFcfu_","regions":[[115,49,115,73,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06removeE016bundleIdentifierySS_tKF","regions":[[148,56,158,6,3,0,0,0],[153,12,153,39,3,0,0,0],[153,40,157,10,2,0,0,0],[154,37,157,10,2,0,0,0],[157,10,158,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06removeE016bundleIdentifierySS_tKFSbAA0cE0VXEfU_","regions":[[151,27,151,78,2,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC22postChangeNotification33_BEA949BDD94C8D2CAB901B7C171513B6LLyyF","regions":[[161,43,165,6,28,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC22postChangeNotification33_BEA949BDD94C8D2CAB901B7C171513B6LLyyFyyYaYbScMYccfU_","regions":[[162,14,164,10,28,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC03getE016bundleIdentifierAA0cE0VSgSS_tF","regions":[[168,60,170,6,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC03getE016bundleIdentifierAA0cE0VSgSS_tFSbAGXEfU_","regions":[[169,29,169,80,7,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC17getEnabledKeymapsSayAA0cE0VGyF","regions":[[173,45,175,6,16,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC17getEnabledKeymapsSayAA0cE0VGyFSbAFcfu_","regions":[[174,30,174,49,17,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC20getBundleToVKMappingSDyS2SGyF","regions":[[178,53,184,6,15,0,0,0],[180,43,182,10,13,0,0,0],[182,10,183,22,15,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tF","regions":[[187,74,192,6,20,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tFSbAGXEfU_","regions":[[189,37,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tFSbAGXEfU_SbAA0cA8OverrideVXEfU_","regions":[[190,39,190,81,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC15invalidateCacheyyF","regions":[[195,28,197,6,5,0,0,0]]},{"branches":[],"count":40,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC04testF02atAC10Foundation3URLV_tFZ","regions":[[204,74,206,10,40,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO15setUserDefaultsyySo06NSUserH0CFZ","regions":[[10,63,12,10,56,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO7restart10afterDelayySd_tFZ","regions":[[18,63,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO7restart10afterDelayySd_tFZyyYacfU_","regions":[[30,14,44,10,0,0,0,0],[32,16,38,14,0,0,0,0],[33,31,38,14,0,0,0,0],[38,21,43,14,0,0,0,0],[43,14,44,10,0,0,0,0]]},{"branches":[],"count":1028,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZ","regions":[[49,57,69,6,1028,0,0,0],[59,12,61,58,1028,0,0,0],[62,9,65,10,1028,0,0,0],[65,10,69,6,0,0,0,0]]},{"branches":[],"count":1028,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZSbyKXEfu_","regions":[[60,16,60,83,1028,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZSbyKXEfu0_","regions":[[61,16,61,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV03_isF7Hovered33_B2018103C8BD6EA4ADC2B9223E9E5D99LL7SwiftUI5StateVySbGvpfi","regions":[[16,40,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg","regions":[[18,25,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_","regions":[[19,49,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A30_yXEfU_","regions":[[21,32,45,14,0,0,0,0],[22,125,26,18,0,0,0,0],[26,18,45,14,0,0,0,0],[42,42,42,45,0,0,0,0],[42,48,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A30_yXEfU_A21_yXEfU_","regions":[[36,43,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A46_yXEfU0_","regions":[[48,32,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A46_yXEfU0_A45_A37_cfU_","regions":[[49,43,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvgySbcfU0_","regions":[[57,18,57,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF","regions":[[66,65,129,6,0,0,0,0],[110,33,110,64,0,0,0,0],[110,67,110,78,0,0,0,0],[114,63,114,66,0,0,0,0],[114,69,114,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_","regions":[[69,28,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_","regions":[[84,32,106,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_yyScMYccfU_","regions":[[85,24,85,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_A30_yXEfU0_","regions":[[85,52,91,18,0,0,0,0],[88,73,88,74,0,0,0,0],[88,77,88,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_yyScMYccfU1_","regions":[[96,24,96,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_A30_yXEfU2_","regions":[[96,54,102,18,0,0,0,0],[99,73,99,74,0,0,0,0],[99,77,99,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFySbcfU0_","regions":[[117,18,123,10,0,0,0,0],[122,37,122,54,0,0,0,0],[122,57,122,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFySbcfU0_yyXEfU_","regions":[[118,55,120,14,0,0,0,0],[119,48,119,59,0,0,0,0],[119,62,119,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFyycfU1_","regions":[[124,23,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV14cardBackground33_B2018103C8BD6EA4ADC2B9223E9E5D99LLQrvg","regions":[[133,49,135,6,0,0,0,0],[134,71,134,74,0,0,0,0],[134,77,134,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A4Chip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[149,25,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV03_isG7Hovered33_B2018103C8BD6EA4ADC2B9223E9E5D99LL7SwiftUI5StateVySbGvpfi","regions":[[180,40,180,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg","regions":[[182,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg7SwiftUI7ForEachVySayAA10CustomRuleVG10Foundation4UUIDVAC06globalN3Row33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAI_tFQOy_Qo_GyXEfU_","regions":[[184,28,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg7SwiftUI7ForEachVySayAA10CustomRuleVG10Foundation4UUIDVAC06globalN3Row33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAI_tFQOy_Qo_GyXEfU_AqIcfU_","regions":[[185,28,187,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvgySbcfU0_","regions":[[192,18,192,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF","regions":[[201,63,281,6,0,0,0,0],[262,33,262,64,0,0,0,0],[262,67,262,78,0,0,0,0],[266,63,266,66,0,0,0,0],[266,69,266,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_","regions":[[204,38,259,10,0,0,0,0],[226,16,226,25,0,0,0,0],[226,26,258,14,0,0,0,0],[258,14,259,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A9_yXEfU_","regions":[[206,32,223,14,0,0,0,0],[216,82,218,18,0,0,0,0],[218,24,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_","regions":[[227,36,255,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_yyScMYccfU_","regions":[[228,28,228,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_A45_yXEfU0_","regions":[[228,52,237,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_yyScMYccfU1_","regions":[[242,28,242,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_A45_yXEfU2_","regions":[[242,54,251,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFySbcfU0_","regions":[[269,18,275,10,0,0,0,0],[274,37,274,47,0,0,0,0],[274,50,274,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFySbcfU0_yyXEfU_","regions":[[270,55,272,14,0,0,0,0],[271,44,271,51,0,0,0,0],[271,54,271,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFyycfU1_","regions":[[276,23,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV14cardBackground33_B2018103C8BD6EA4ADC2B9223E9E5D99LLQrvg","regions":[[285,49,287,6,0,0,0,0],[286,71,286,74,0,0,0,0],[286,77,286,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06GlobalA4Chip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[299,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV9layerIconSSvg","regions":[[321,35,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV11displayNameSSvg","regions":[[326,37,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[330,25,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[331,28,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25AutoFixActionDescriptionsO8describeySS0aB10WizardCore0efG0OFZ","regions":[[9,61,60,6,0,0,0,0],[10,16,10,22,0,0,0,0],[11,9,12,62,0,0,0,0],[13,9,14,67,0,0,0,0],[15,9,16,46,0,0,0,0],[17,9,18,37,0,0,0,0],[19,9,20,47,0,0,0,0],[21,9,22,41,0,0,0,0],[23,9,24,47,0,0,0,0],[25,9,26,49,0,0,0,0],[27,9,28,44,0,0,0,0],[29,9,30,60,0,0,0,0],[31,9,32,60,0,0,0,0],[33,9,34,36,0,0,0,0],[35,9,36,48,0,0,0,0],[37,9,38,66,0,0,0,0],[39,9,40,46,0,0,0,0],[41,9,42,59,0,0,0,0],[43,9,44,62,0,0,0,0],[45,9,46,32,0,0,0,0],[47,9,48,64,0,0,0,0],[49,9,50,47,0,0,0,0],[51,9,52,47,0,0,0,0],[53,9,54,50,0,0,0,0],[55,9,56,55,0,0,0,0],[57,9,58,50,0,0,0,0],[59,10,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25AutoFixActionDescriptionsO12errorMessage3forSS0aB10WizardCore0efG0O_tFZ","regions":[[63,67,84,6,0,0,0,0],[64,16,64,22,0,0,0,0],[65,9,66,103,0,0,0,0],[67,9,68,133,0,0,0,0],[69,9,70,86,0,0,0,0],[71,9,72,45,0,0,0,0],[73,9,74,89,0,0,0,0],[75,9,76,52,0,0,0,0],[77,9,80,87,0,0,0,0],[81,9,82,96,0,0,0,0],[83,10,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV7catalog33_EA04A8F4D2129B10B8C2285A2A94AD00LLAA21RuleCollectionCatalogVvpfi","regions":[[7,27,7,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvg","regions":[[9,56,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvg10Foundation4UUIDVAGcfu_","regions":[[10,62,10,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvgSbAGXEfU_","regions":[[11,52,11,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg","regions":[[14,25,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_","regions":[[15,20,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_","regions":[[16,37,29,14,0,0,0,0],[23,20,23,48,0,0,0,0],[23,49,28,18,0,0,0,0],[28,18,29,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_A3_AXcfU_","regions":[[17,47,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_A3_AXcfU_yycfU_","regions":[[18,73,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV18activateCollection33_EA04A8F4D2129B10B8C2285A2A94AD00LLyyAA04RuleI0VF","regions":[[35,67,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV18activateCollection33_EA04A8F4D2129B10B8C2285A2A94AD00LLyyAA04RuleI0VFyyYacfU_","regions":[[37,14,37,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV012formatLeaderA0yS2SF","regions":[[46,59,55,6,0,0,0,0],[47,16,47,32,0,0,0,0],[48,9,49,24,0,0,0,0],[50,9,51,21,0,0,0,0],[52,9,53,28,0,0,0,0],[54,10,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg","regions":[[57,25,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_","regions":[[58,49,116,10,0,0,0,0],[85,16,85,44,0,0,0,0],[85,45,115,14,0,0,0,0],[115,14,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_","regions":[[59,53,83,14,0,0,0,0],[60,47,64,18,0,0,0,0],[64,18,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_A2_yXEfU_","regions":[[66,57,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_A17_yXEfU0_","regions":[[76,44,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_","regions":[[86,65,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_","regions":[[87,40,113,22,0,0,0,0],[108,28,108,57,0,0,0,0],[108,58,112,26,0,0,0,0],[112,26,113,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_A62_A35_cfU_","regions":[[88,64,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_A62_A35_cfU_A57_yXEfU_","regions":[[89,48,102,30,0,0,0,0],[91,82,94,34,0,0,0,0],[94,40,97,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO2idSSvg","regions":[[11,20,11,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO5labelSSvg","regions":[[13,23,19,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,15,25,0,0,0,0],[16,9,16,27,0,0,0,0],[17,9,17,29,0,0,0,0],[18,10,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO10shortLabelSSvg","regions":[[21,28,27,6,0,0,0,0],[22,16,22,20,0,0,0,0],[23,9,23,25,0,0,0,0],[24,9,24,27,0,0,0,0],[25,9,25,29,0,0,0,0],[26,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO10verbPhraseSSvg","regions":[[29,28,35,6,0,0,0,0],[30,16,30,20,0,0,0,0],[31,9,31,25,0,0,0,0],[32,9,32,27,0,0,0,0],[33,9,33,43,0,0,0,0],[34,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO4iconSSvg","regions":[[37,22,43,6,0,0,0,0],[38,16,38,20,0,0,0,0],[39,9,39,30,0,0,0,0],[40,9,40,43,0,0,0,0],[41,9,41,46,0,0,0,0],[42,10,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16configuredStatesShyAA0E4SlotOGvpfi","regions":[[58,47,58,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16tapIsNonIdentitySbvpfi","regions":[[62,34,62,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg","regions":[[64,25,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_","regions":[[65,29,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_","regions":[[66,44,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_yycfU_","regions":[[71,31,75,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_yycfU_yyXEfU_","regions":[[72,67,74,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16isSlotConfigured026_E3FCFFA3A461DAE15D1D2F2A9q3AE4K0LLySbAA0eI0OF","regions":[[82,65,91,6,0,0,0,0],[83,16,83,20,0,0,0,0],[84,9,86,29,0,0,0,0],[87,9,89,44,0,0,0,0],[90,10,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV10_isPressed7SwiftUI0F0VySbGvpfi","regions":[[101,36,101,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg","regions":[[103,25,128,6,0,0,0,0],[127,60,127,74,0,0,0,0],[127,77,127,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_","regions":[[104,34,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_A21_yXEfU_","regions":[[105,32,122,14,0,0,0,0],[112,65,112,72,0,0,0,0],[112,75,112,83,0,0,0,0],[113,51,113,68,0,0,0,0],[113,71,113,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_A21_yXEfU_A19_yXEfU_","regions":[[115,51,121,22,0,0,0,0],[118,50,118,67,0,0,0,0],[118,70,118,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV13behaviorImageQrvg","regions":[[131,42,143,6,0,0,0,0],[132,38,132,60,0,0,0,0],[132,63,132,77,0,0,0,0],[135,58,139,10,0,0,0,0],[139,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV15loadBundleImage5namedSo7NSImageCSgSS_tF","regions":[[145,66,154,6,0,0,0,0],[150,16,152,10,0,0,0,0],[152,10,153,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV11strokeColor7SwiftUI0R0Vvg","regions":[[164,36,166,6,0,0,0,0],[165,22,165,39,0,0,0,0],[165,42,165,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV9fillColor7SwiftUI0R0Vvg","regions":[[168,34,170,6,0,0,0,0],[169,22,169,53,0,0,0,0],[169,56,169,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg","regions":[[172,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI19_ConditionalContentVyAHyAD03tapG0QrvpQOy_Qo_AD04holdG0QrvpQOy_Qo_GAD05comboG0QrvpQOy_Qo_GyXEfU_","regions":[[173,15,182,10,0,0,0,0],[174,20,174,24,0,0,0,0],[175,13,176,24,0,0,0,0],[177,13,178,25,0,0,0,0],[179,13,180,26,0,0,0,0],[181,14,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV03tapG0Qrvg","regions":[[187,36,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV03tapG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__AjFE6offset1x1yQrAQ_AQtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__A_Qo__Qo_tGyXEfU_","regions":[[188,16,203,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV04holdG0Qrvg","regions":[[207,37,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV04holdG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__AjFEAklmNQrAR_ArTtFQOyA0__Qo_tGyXEfU_","regions":[[208,28,222,10,0,0,0,0],[211,36,211,66,0,0,0,0],[211,69,211,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV05comboG0Qrvg","regions":[[226,38,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV05comboG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__A7_tGyXEfU_","regions":[[227,29,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23BehaviorCellButtonStyle026_E3FCFFA3A461DAE15D1D2F2A9o3AE4I0LLV8makeBody13configurationQr7SwiftUI0gH13ConfigurationV_tF","regions":[[253,62,261,6,0,0,0,0],[255,52,255,56,0,0,0,0],[255,59,255,62,0,0,0,0],[256,48,256,51,0,0,0,0],[256,54,256,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23BehaviorCellButtonStyle026_E3FCFFA3A461DAE15D1D2F2A9o3AE4I0LLV8makeBody13configurationQr7SwiftUI0gH13ConfigurationV_tFySb_SbtcfU_","regions":[[258,52,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO9imageNameSSvg","regions":[[267,27,273,6,0,0,0,0],[268,16,268,20,0,0,0,0],[269,9,269,34,0,0,0,0],[270,9,270,36,0,0,0,0],[271,9,271,38,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO17selectedImageNameSSvg","regions":[[275,35,281,6,0,0,0,0],[276,16,276,20,0,0,0,0],[277,9,277,43,0,0,0,0],[278,9,278,45,0,0,0,0],[279,9,279,47,0,0,0,0],[280,10,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO12fallbackIconSSvg","regions":[[283,30,289,6,0,0,0,0],[284,16,284,20,0,0,0,0],[285,9,285,63,0,0,0,0],[286,9,286,59,0,0,0,0],[287,9,287,64,0,0,0,0],[288,10,289,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC27hasAuthenticatedThisSession33_1DCD4100F447AC1ED66664E807A7AC8DLLSbvpfi","regions":[[16,53,16,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceCACyc33_1DCD4100F447AC1ED66664E807A7AC8DLlfc","regions":[[18,20,18,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC02isE9AvailableSbyF","regions":[[29,48,33,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC13biometricTypeSo010LABiometryI0VyF","regions":[[36,51,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC17biometricTypeNameSSvg","regions":[[44,42,57,6,1,0,0,0],[45,16,45,31,1,0,0,0],[46,9,47,30,1,0,0,0],[48,9,49,29,0,0,0,0],[50,9,51,30,0,0,0,0],[52,9,53,30,0,0,0,0],[54,9,55,31,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC9isEnabledSbvg","regions":[[61,13,61,81,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC9isEnabledSbvs","regions":[[62,13,62,90,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC12authenticate6reasonAC0F6ResultOSS_tYaF","regions":[[70,27,127,6,1,0,0,0],[72,30,75,10,1,0,0,0],[75,10,127,6,0,0,0,0],[78,12,78,39,0,0,0,0],[78,40,81,10,0,0,0,0],[81,10,127,6,0,0,0,0],[91,15,91,55,0,0,0,0],[92,15,92,41,0,0,0,0],[94,12,105,10,0,0,0,0],[95,92,105,10,0,0,0,0],[97,16,97,23,0,0,0,0],[97,24,101,14,0,0,0,0],[101,20,104,14,0,0,0,0],[105,42,123,10,0,0,0,0],[106,20,106,34,0,0,0,0],[107,13,109,34,0,0,0,0],[110,13,112,70,0,0,0,0],[113,13,115,70,0,0,0,0],[116,13,118,70,0,0,0,0],[119,13,121,63,0,0,0,0],[123,17,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC24authenticateWithPassword33_1DCD4100F447AC1ED66664E807A7AC8DLL6reasonAC0F6ResultOSS_tYaF","regions":[[130,79,157,6,0,0,0,0],[134,89,138,10,0,0,0,0],[138,10,157,6,0,0,0,0],[140,12,153,10,0,0,0,0],[144,14,153,10,0,0,0,0],[146,16,146,23,0,0,0,0],[146,24,150,14,0,0,0,0],[150,20,152,14,0,0,0,0],[153,17,156,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC05clearF5CacheyyF","regions":[[160,34,163,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC012wouldRequireF0Sbvg","regions":[[166,39,169,6,2,0,0,0],[167,30,167,46,1,0,0,0],[167,46,168,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV5notesSaySSGvpfi","regions":[[11,27,11,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV14summarizedTextSSyF","regions":[[18,37,42,6,0,0,0,0],[20,55,20,60,0,0,0,0],[20,63,20,67,0,0,0,0],[21,59,21,64,0,0,0,0],[21,67,21,71,0,0,0,0],[25,12,25,26,0,0,0,0],[25,27,28,10,0,0,0,0],[29,39,31,10,0,0,0,0],[32,35,34,10,0,0,0,0],[35,40,37,10,0,0,0,0],[38,41,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV14summarizedTextSSyFS2SXEfU_","regions":[[27,48,27,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZ","regions":[[46,49,111,6,0,0,0,0],[55,12,55,24,0,0,0,0],[55,25,61,10,0,0,0,0],[61,16,63,10,0,0,0,0],[68,36,71,10,0,0,0,0],[71,16,73,10,0,0,0,0],[81,12,81,26,0,0,0,0],[81,27,94,10,0,0,0,0],[94,16,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSSyKXEfu_","regions":[[60,73,60,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU_","regions":[[84,77,84,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU0_","regions":[[86,75,86,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU1_","regions":[[88,79,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU1_SbyKXEfu_","regions":[[89,45,89,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU2_","regions":[[91,80,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZ","regions":[[115,7,133,6,0,0,0,0],[124,12,124,27,0,0,0,0],[124,25,124,27,0,0,0,0],[124,34,126,10,0,0,0,0],[126,10,132,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZSSyKXEfu_","regions":[[130,61,130,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZSSyKXEfu0_","regions":[[131,61,131,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O11displayNameSSvg","regions":[[20,33,30,10,0,0,0,0],[21,20,21,24,0,0,0,0],[22,13,22,35,0,0,0,0],[23,13,23,42,0,0,0,0],[24,13,24,37,0,0,0,0],[25,13,25,29,0,0,0,0],[26,13,26,33,0,0,0,0],[27,13,27,41,0,0,0,0],[28,13,28,29,0,0,0,0],[29,14,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O07historyB0SSvg","regions":[[32,33,51,10,0,0,0,0],[34,20,34,24,0,0,0,0],[35,13,36,59,0,0,0,0],[37,13,38,91,0,0,0,0],[39,13,41,78,0,0,0,0],[42,13,43,91,0,0,0,0],[44,13,45,105,0,0,0,0],[46,13,47,92,0,0,0,0],[48,13,49,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O012chromiumBaseB0SSSgvg","regions":[[53,39,69,10,0,0,0,0],[55,20,55,24,0,0,0,0],[56,13,57,75,0,0,0,0],[58,13,59,75,0,0,0,0],[60,13,61,89,0,0,0,0],[62,13,63,76,0,0,0,0],[64,13,65,75,0,0,0,0],[66,13,67,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O11isInstalledSbvg","regions":[[71,31,80,10,0,0,0,0],[72,16,72,32,0,0,0,0],[72,33,75,14,0,0,0,0],[75,14,79,71,0,0,0,0],[76,16,76,31,0,0,0,0],[76,65,78,14,0,0,0,0],[78,14,79,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O15isChromiumBasedSbvg","regions":[[82,35,89,10,0,0,0,0],[83,20,83,24,0,0,0,0],[84,13,85,21,0,0,0,0],[86,13,87,22,0,0,0,0],[88,14,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11VisitedSiteV2id10Foundation4UUIDVvpfi","regions":[[94,18,94,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerCACyc33_DAB64B22DDC9FFBCB089C9C3434198A0Llfc","regions":[[103,20,103,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17hasFullDiskAccessSbyYaF","regions":[[106,44,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17hasFullDiskAccessSbyYaFSbSSXEfU_","regions":[[114,35,114,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17installedBrowsersSayAC0E0OGyF","regions":[[118,43,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17installedBrowsersSayAC0E0OGyFSbAFcfu_","regions":[[119,33,119,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKF","regions":[[128,97,167,6,0,0,0,0],[135,39,154,10,0,0,0,0],[136,44,136,56,0,0,0,0],[136,56,154,10,0,0,0,0],[138,16,147,14,0,0,0,0],[139,59,147,14,0,0,0,0],[141,35,146,18,0,0,0,0],[146,18,147,14,0,0,0,0],[147,21,153,14,0,0,0,0],[149,20,149,43,0,0,0,0],[149,44,151,18,0,0,0,0],[153,14,154,10,0,0,0,0],[154,10,166,20,0,0,0,0],[156,12,156,20,0,0,0,0],[156,43,158,10,0,0,0,0],[158,10,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFALyKXEfu_","regions":[[129,42,129,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFSiyKXEfu0_","regions":[[143,56,143,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFAHSS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[161,31,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFSbAH_AHtXEfU0_","regions":[[164,17,164,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFA2HXEfU1_","regions":[[166,14,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanE033_DAB64B22DDC9FFBCB089C9C3434198A0LLySayAC11VisitedSiteVGAC0E0OYaKF","regions":[[170,80,183,6,0,0,0,0],[171,16,171,23,0,0,0,0],[172,9,173,36,0,0,0,0],[174,9,175,37,0,0,0,0],[176,9,181,106,0,0,0,0],[178,64,180,14,0,0,0,0],[180,14,181,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC10scanSafari33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKF","regions":[[187,55,243,6,0,0,0,0],[192,75,242,23,0,0,0,0],[196,91,198,10,0,0,0,0],[198,10,242,23,0,0,0,0],[225,84,227,10,0,0,0,0],[227,10,242,23,0,0,0,0],[231,15,231,52,0,0,0,0],[231,53,240,10,0,0,0,0],[232,78,232,90,0,0,0,0],[232,90,240,10,0,0,0,0],[237,16,237,31,0,0,0,0],[237,32,239,14,0,0,0,0],[240,10,242,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKF","regions":[[247,110,268,6,0,0,0,0],[249,42,251,10,0,0,0,0],[251,10,267,50,0,0,0,0],[254,34,262,10,0,0,0,0],[255,53,262,10,0,0,0,0],[256,31,261,14,0,0,0,0],[261,14,262,10,0,0,0,0],[262,10,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFSiyKXEfu_","regions":[[258,52,258,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFAISS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[264,31,266,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFSbAI_AItXEfU0_","regions":[[267,17,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC12scanChromium33_DAB64B22DDC9FFBCB089C9C3434198A0LL4pathSayAC11VisitedSiteVGSS_tKF","regions":[[270,69,324,6,0,0,0,0],[273,73,323,23,0,0,0,0],[277,91,279,10,0,0,0,0],[279,10,323,23,0,0,0,0],[306,84,308,10,0,0,0,0],[308,10,323,23,0,0,0,0],[312,15,312,52,0,0,0,0],[312,53,321,10,0,0,0,0],[313,78,313,90,0,0,0,0],[313,90,321,10,0,0,0,0],[318,16,318,31,0,0,0,0],[318,32,320,14,0,0,0,0],[321,10,323,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKF","regions":[[328,56,350,6,0,0,0,0],[331,41,333,10,0,0,0,0],[333,10,349,50,0,0,0,0],[336,39,344,10,0,0,0,0],[337,63,344,10,0,0,0,0],[338,31,343,14,0,0,0,0],[343,14,344,10,0,0,0,0],[344,10,349,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFSiyKXEfu_","regions":[[340,52,340,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFAGSS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[346,31,348,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFSbAG_AGtXEfU0_","regions":[[349,17,349,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC18scanFirefoxProfile33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSayAC11VisitedSiteVGSS_tKF","regions":[[352,84,398,6,0,0,0,0],[355,75,397,23,0,0,0,0],[359,91,361,10,0,0,0,0],[361,10,397,23,0,0,0,0],[379,84,381,10,0,0,0,0],[381,10,397,23,0,0,0,0],[385,15,385,52,0,0,0,0],[385,53,395,10,0,0,0,0],[386,79,386,91,0,0,0,0],[386,91,395,10,0,0,0,0],[392,16,392,31,0,0,0,0],[392,32,394,14,0,0,0,0],[395,10,397,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF","regions":[[401,75,444,6,0,0,0,0],[403,81,441,10,0,0,0,0],[417,31,434,14,0,0,0,0],[418,20,418,46,0,0,0,0],[418,47,423,18,0,0,0,0],[423,18,434,14,0,0,0,0],[425,20,425,43,0,0,0,0],[425,44,428,18,0,0,0,0],[428,18,434,14,0,0,0,0],[430,20,430,49,0,0,0,0],[430,50,433,18,0,0,0,0],[434,14,441,10,0,0,0,0],[438,16,438,33,0,0,0,0],[438,34,440,14,0,0,0,0],[440,14,441,10,0,0,0,0],[441,10,443,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tFSbSJcfu_","regions":[[404,56,404,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF06commitI0L_yyF","regions":[[409,34,415,14,0,0,0,0],[410,44,410,54,0,0,0,0],[410,54,415,14,0,0,0,0],[411,45,411,77,0,0,0,0],[411,80,411,91,0,0,0,0],[412,20,412,87,0,0,0,0],[412,88,414,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC27fallbackFirefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF","regions":[[447,83,465,6,0,0,0,0],[449,85,451,10,0,0,0,0],[451,10,464,23,0,0,0,0],[455,29,462,10,0,0,0,0],[456,16,456,78,0,0,0,0],[456,79,461,14,0,0,0,0],[458,20,458,70,0,0,0,0],[458,71,460,18,0,0,0,0],[462,10,464,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC27fallbackFirefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tFSbyKXEfu_","regions":[[456,53,456,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStF","regions":[[467,98,501,6,0,0,0,0],[472,68,472,86,0,0,0,0],[475,9,482,10,0,0,0,0],[476,55,481,14,0,0,0,0],[478,20,478,64,0,0,0,0],[478,65,480,18,0,0,0,0],[481,14,482,10,0,0,0,0],[484,12,484,32,0,0,0,0],[484,33,494,10,0,0,0,0],[485,94,493,14,0,0,0,0],[487,42,492,18,0,0,0,0],[489,24,489,68,0,0,0,0],[489,69,491,22,0,0,0,0],[492,18,493,14,0,0,0,0],[496,12,496,32,0,0,0,0],[496,94,498,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStFSbSSXEfU_","regions":[[486,53,486,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStFSbSSXEfU_SbyKXEfu_","regions":[[486,74,486,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC18reverseFirefoxHost33_DAB64B22DDC9FFBCB089C9C3434198A0LLyS2SF","regions":[[504,66,511,6,0,0,0,0],[507,12,507,31,0,0,0,0],[507,32,509,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC15normalizeDomain33_DAB64B22DDC9FFBCB089C9C3434198A0LLyS2SF","regions":[[516,62,530,6,0,0,0,0],[518,12,518,40,0,0,0,0],[518,41,520,10,0,0,0,0],[522,57,524,10,0,0,0,0],[526,60,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC21safariTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgSdF","regions":[[533,70,537,6,0,0,0,0],[534,34,534,48,0,0,0,0],[534,48,536,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC23chromiumTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgs5Int64VF","regions":[[540,71,546,6,0,0,0,0],[541,34,541,48,0,0,0,0],[541,48,545,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC22firefoxTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgs5Int64VF","regions":[[549,70,552,6,0,0,0,0],[550,34,550,48,0,0,0,0],[550,48,551,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC3max33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation4DateVSgAI_AItF","regions":[[555,55,559,6,0,0,0,0],[556,26,556,38,0,0,0,0],[556,38,558,29,0,0,0,0],[557,26,557,38,0,0,0,0],[557,38,558,29,0,0,0,0],[558,24,558,25,0,0,0,0],[558,28,558,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC9ScanErrorO16errorDescriptionSSSgvg","regions":[[569,39,580,10,0,0,0,0],[570,20,570,24,0,0,0,0],[571,13,572,58,0,0,0,0],[573,13,574,50,0,0,0,0],[575,13,576,49,0,0,0,0],[577,13,578,82,0,0,0,0],[579,14,580,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12_currentStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyAC0J0OGvpfi","regions":[[13,44,13,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17_selectedBrowsers33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyShyAA0eF7ScannerC0E0OGGvpfi","regions":[[14,79,14,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV18_installedBrowsers33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySayAA0eF7ScannerC0E0OGGvpfi","regions":[[15,77,15,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV18_hasFullDiskAccess33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySbGvpfi","regions":[[16,44,16,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11_isScanning33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySbGvpfi","regions":[[17,37,17,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13_scannedSites33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySayAA0eF7ScannerC11VisitedSiteVGGvpfi","regions":[[18,76,18,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14_selectedSites33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyShy10Foundation4UUIDVGGvpfi","regions":[[19,51,19,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15existingDomains10onCompleteACShySSG_ySayAA0eF7ScannerC11VisitedSiteVGctcfC","regions":[[32,7,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15existingDomains10onCompleteACShySSG_ySayAA0eF7ScannerC11VisitedSiteVGctcfcS2SXEfU_","regions":[[33,56,33,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg","regions":[[37,25,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5zE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA4_yAC15explanationStepAILLQrvpQOy_Qo_AC20browserSelectionStepAILLQrvpQOy_Qo_GA4_yAC12scanningStepAILLQrvpQOy_Qo_AC11resultsStepAILLQrvpQOy_Qo_GGG_Qo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_","regions":[[38,28,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5zE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA4_yAC15explanationStepAILLQrvpQOy_Qo_AC20browserSelectionStepAILLQrvpQOy_Qo_GA4_yAC12scanningStepAILLQrvpQOy_Qo_AC11resultsStepAILLQrvpQOy_Qo_GGG_Qo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_A15_yXEfU_","regions":[[45,19,56,14,0,0,0,0],[46,24,46,35,0,0,0,0],[47,17,48,36,0,0,0,0],[49,17,50,41,0,0,0,0],[51,17,52,33,0,0,0,0],[53,17,54,32,0,0,0,0],[55,18,56,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_","regions":[[65,15,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_SayAA0eF7ScannerC0E0OGyYacfu_","regions":[[66,34,66,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_SbyYacfu0_","regions":[[67,35,67,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[76,35,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0X0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVtGyXEfU_","regions":[[77,16,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0X0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVtGyXEfU_A_yXEfU_","regions":[[82,41,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[97,44,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_","regions":[[98,29,174,10,0,0,0,0],[136,16,136,34,0,0,0,0],[136,35,173,14,0,0,0,0],[173,14,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A19_yXEfU_","regions":[[105,32,119,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A26_yXEfU0_","regions":[[125,54,130,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_","regions":[[137,37,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A36_yXEfU_","regions":[[138,40,144,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_","regions":[[152,41,165,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU_","regions":[[153,56,155,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU0_","regions":[[159,43,163,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[160,34,162,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13privacyBullet33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL4icon4textQrSS_SStF","regions":[[178,73,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13privacyBullet33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL4icon4textQrSS_SStF7SwiftUI05TupleH0VyAH0H0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__AH4TextVtGyXEfU_","regions":[[179,29,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[189,49,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_","regions":[[190,29,262,10,0,0,0,0],[191,16,191,34,0,0,0,0],[191,35,222,14,0,0,0,0],[222,14,262,10,0,0,0,0],[224,16,224,41,0,0,0,0],[224,42,232,14,0,0,0,0],[232,20,259,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_","regions":[[193,37,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_","regions":[[206,41,219,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU_","regions":[[207,56,209,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU0_","regions":[[213,43,217,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[214,34,216,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A38_yXEfU0_","regions":[[225,37,231,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_","regions":[[233,57,257,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_","regions":[[237,60,256,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_SbyYbcfU_","regions":[[239,34,239,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_ySbYbcfU0_","regions":[[240,34,246,30,0,0,0,0],[241,36,241,40,0,0,0,0],[241,41,243,34,0,0,0,0],[243,40,245,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_A62_yXEfU1_","regions":[[247,28,253,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_A62_yXEfU1_A61_yXEfU_","regions":[[248,36,252,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11browserIcon33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL3forQrAA0eF7ScannerC0E0O_tF","regions":[[266,87,278,6,0,0,0,0],[267,31,267,38,0,0,0,0],[268,9,268,31,0,0,0,0],[269,9,269,30,0,0,0,0],[270,9,270,31,0,0,0,0],[271,9,271,40,0,0,0,0],[272,9,272,30,0,0,0,0],[273,9,273,28,0,0,0,0],[274,9,274,39,0,0,0,0],[275,10,277,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12scanningStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[280,41,297,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12scanningStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VAWG_Qo_AF4TextVA_AJtGyXEfU_","regions":[[281,29,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[299,40,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_","regions":[[300,29,398,10,0,0,0,0],[301,41,347,14,0,0,0,0],[347,23,347,43,0,0,0,0],[347,44,359,14,0,0,0,0],[359,20,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_","regions":[[302,37,345,18,0,0,0,0],[314,24,314,140,0,0,0,0],[314,141,344,22,0,0,0,0],[344,22,345,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_SbyKXEfu_","regions":[[314,46,314,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_SbyKXEfu0_","regions":[[314,97,314,140,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_","regions":[[315,45,337,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_","regions":[[320,49,336,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU_","regions":[[321,64,323,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU0_","regions":[[327,53,334,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[328,42,333,38,0,0,0,0],[330,44,330,61,0,0,0,0],[330,62,332,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A51_yXEfU0_","regions":[[348,37,357,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_","regions":[[360,57,395,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A62_yXEfU_","regions":[[361,28,373,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A62_yXEfU_A58_yXEfU_","regions":[[365,44,370,26,0,0,0,0],[367,32,367,53,0,0,0,0],[367,54,369,30,0,0,0,0],[369,30,370,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_","regions":[[375,32,394,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_","regions":[[376,48,393,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_A79_A73_cfU_","regions":[[377,51,392,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_A79_A73_cfU_yycfU_","regions":[[383,47,390,38,0,0,0,0],[384,68,384,78,0,0,0,0],[384,78,390,38,0,0,0,0],[385,44,385,75,0,0,0,0],[385,76,387,42,0,0,0,0],[387,48,389,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[403,35,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_","regions":[[404,16,420,10,0,0,0,0],[405,16,405,43,0,0,0,0],[405,44,410,14,0,0,0,0],[410,14,420,10,0,0,0,0],[414,46,414,60,0,0,0,0],[414,63,414,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_yyScMYccfU_","regions":[[406,32,408,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_yyScMYccfU0_","regions":[[414,75,416,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14isNextDisabled33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSbvg","regions":[[424,38,435,6,0,0,0,0],[425,16,425,27,0,0,0,0],[426,9,427,18,0,0,0,0],[428,9,429,59,0,0,0,0],[430,9,431,17,0,0,0,0],[432,9,433,34,0,0,0,0],[434,10,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14isNextDisabled33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSbvgSbyKXEfu_","regions":[[429,41,429,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goBack33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[439,27,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goBack33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyXEfU_","regions":[[440,23,449,10,0,0,0,0],[441,20,441,31,0,0,0,0],[442,13,443,43,0,0,0,0],[444,13,445,48,0,0,0,0],[446,13,447,22,0,0,0,0],[448,14,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goNext33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[452,27,465,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goNext33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyXEfU_","regions":[[453,23,464,10,0,0,0,0],[454,20,454,31,0,0,0,0],[455,13,456,48,0,0,0,0],[457,13,458,28,0,0,0,0],[459,13,460,27,0,0,0,0],[461,13,462,22,0,0,0,0],[463,14,464,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[467,30,505,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_","regions":[[472,14,504,10,0,0,0,0],[473,16,497,14,0,0,0,0],[480,39,482,18,0,0,0,0],[482,18,497,14,0,0,0,0],[487,18,497,14,0,0,0,0],[497,21,503,14,0,0,0,0],[503,14,504,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[476,37,478,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[489,37,496,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_SbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[492,56,492,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_10Foundation4UUIDVAA0eF7ScannerC11VisitedSiteVcfu_","regions":[[493,71,493,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[498,37,502,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[507,29,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFSbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[508,44,510,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFSbAA0eF7ScannerC11VisitedSiteVXEfU_SbyKXEfu_","regions":[[509,46,509,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV26openFullDiskAccessSettings33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[515,47,519,6,0,0,0,0],[516,110,518,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17alreadyAddedCount33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSivg","regions":[[521,40,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17alreadyAddedCount33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSivgSbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[522,29,522,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV16isExistingDomain33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLySbSSF","regions":[[525,61,527,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15normalizeDomain33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyS2SFZ","regions":[[529,69,535,6,0,0,0,0],[531,12,531,35,0,0,0,0],[531,36,533,10,0,0,0,0],[533,10,534,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg","regions":[[548,25,612,6,0,0,0,0],[601,36,601,66,0,0,0,0],[601,69,601,106,0,0,0,0],[608,35,608,39,0,0,0,0],[608,42,608,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_","regions":[[549,29,596,10,0,0,0,0],[585,16,585,30,0,0,0,0],[585,31,595,14,0,0,0,0],[595,14,596,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_SbyYbcfU_","regions":[[552,22,552,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_ySbYbcfU0_","regions":[[553,22,553,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_A30_yXEfU1_","regions":[[561,19,572,14,0,0,0,0],[562,32,567,18,0,0,0,0],[567,24,571,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvgyycfU0_","regions":[[604,23,607,10,0,0,0,0],[605,40,605,50,0,0,0,0],[605,50,607,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvgyyYaYbcfU1_","regions":[[609,15,611,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZ","regions":[[15,40,50,6,1,0,0,0],[19,104,20,29,1,0,0,0],[21,9,37,10,0,0,0,0],[37,10,49,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu_","regions":[[24,24,24,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu_SSyKXEfu0_","regions":[[24,98,24,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu1_","regions":[[27,24,27,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu1_SSyKXEfu2_","regions":[[27,87,27,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu3_","regions":[[28,57,28,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu4_","regions":[[29,58,29,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu5_","regions":[[40,97,40,104,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu6_","regions":[[41,84,41,87,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV18fetchKanataVersionyyYaFZ","regions":[[54,44,90,6,0,0,0,0],[55,42,55,52,0,0,0,0],[55,52,90,6,0,0,0,0],[64,27,87,10,0,0,0,0],[65,69,65,81,0,0,0,0],[65,81,87,10,0,0,0,0],[67,16,84,14,0,0,0,0],[72,18,84,14,0,0,0,0],[75,20,75,35,0,0,0,0],[75,36,83,18,0,0,0,0],[83,18,84,14,0,0,0,0],[84,21,86,14,0,0,0,0],[86,14,87,10,0,0,0,0],[87,10,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV19kanataVersionCachedSSSgvgZ","regions":[[93,45,95,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO11isAvailableSbvgZ","regions":[[97,41,105,6,7,0,0,0],[98,38,100,10,4,0,0,0],[100,10,104,22,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO10resetCacheyyFZ","regions":[[109,37,111,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO24checkAvailabilityDetailsSb9available_SaySSG7missingtyFZ","regions":[[114,91,124,6,4,0,0,0],[117,39,121,10,28,0,0,0],[118,16,118,77,28,0,0,0],[118,78,120,14,0,0,0,0],[121,10,123,42,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO17checkAvailability33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSbyFZ","regions":[[126,53,137,6,3,0,0,0],[129,12,129,22,3,0,0,0],[129,23,132,10,0,0,0,0],[132,16,134,10,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO13statusMessageSSvgZ","regions":[[140,45,147,6,1,0,0,0],[141,12,141,23,1,0,0,0],[141,24,143,10,1,0,0,0],[143,16,146,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC11isAvailableSbvg","regions":[[177,34,179,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13statusMessageSSvg","regions":[[182,38,184,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC8spaceIDs33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSays6UInt64VGvpfi","regions":[[189,42,189,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC07currentE2ID33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLs6UInt64Vvpfi","regions":[[192,46,192,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC12connectionID33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLs6UInt32Vvpfi","regions":[[195,49,195,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC22initializationDeferred33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSbvpfi","regions":[[198,42,198,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerCACyc33_572A27ADFFB4B3EC21CF7D2840FC2AC4Llfc","regions":[[202,20,211,6,1,0,0,0],[204,12,204,37,1,0,0,0],[204,38,207,10,1,0,0,0],[207,16,210,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC19retryInitializationSbyF","regions":[[218,47,238,6,0,0,0,0],[219,43,222,10,0,0,0,0],[222,10,238,6,0,0,0,0],[228,12,228,24,0,0,0,0],[228,25,234,10,0,0,0,0],[234,16,237,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyF","regions":[[243,33,274,6,1,0,0,0],[244,32,244,42,0,0,0,0],[244,42,274,6,1,0,0,0],[245,101,248,10,0,0,0,0],[248,10,274,6,1,0,0,0],[254,14,257,10,0,0,0,0],[257,10,274,6,1,0,0,0],[269,75,271,10,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyFs6UInt64VSgSDySSypGXEfU_","regions":[[260,38,266,10,3,0,0,0],[262,68,264,14,0,0,0,0],[264,14,265,90,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyFs6UInt64VSgSDySSypGXEfU_AGyKXEfu_","regions":[[265,62,265,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC07currentE5IndexSiSgvg","regions":[[277,40,282,6,0,0,0,0],[278,72,280,10,0,0,0,0],[280,10,281,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC04nextE2IDs6UInt64VSgyF","regions":[[285,46,297,6,0,0,0,0],[286,32,289,10,0,0,0,0],[289,10,296,35,0,0,0,0],[291,38,291,52,0,0,0,0],[291,52,296,35,0,0,0,0],[292,79,294,10,0,0,0,0],[294,10,296,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC08previousE2IDs6UInt64VSgyF","regions":[[300,50,312,6,0,0,0,0],[301,32,304,10,0,0,0,0],[304,10,311,35,0,0,0,0],[306,38,306,52,0,0,0,0],[306,52,311,35,0,0,0,0],[307,79,309,10,0,0,0,0],[309,10,311,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC10moveWindow_2toSbs6UInt32V_s6UInt64VtF","regions":[[320,84,343,6,0,0,0,0],[321,32,324,10,0,0,0,0],[324,10,342,20,0,0,0,0],[330,14,333,10,0,0,0,0],[333,10,342,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC20getFrontmostWindowIDs6UInt32VSgyF","regions":[[346,55,373,6,0,0,0,0],[347,75,349,10,0,0,0,0],[349,10,372,19,0,0,0,0],[355,110,357,10,0,0,0,0],[357,10,372,19,0,0,0,0],[360,34,370,10,0,0,0,0],[366,18,368,14,0,0,0,0],[368,14,369,28,0,0,0,0],[370,10,372,19,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV0E10DefinitionV4keys6actionAESaySSG_SStcfC","regions":[[8,53,11,10,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV4name12timeoutToken6chordsACSS_SSSayAC0E10DefinitionVGtcfC","regions":[[18,80,22,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV6keySetShySSGvg","regions":[[24,36,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV6keySetShySSGvgSaySSGAC0E10DefinitionVcfu_","regions":[[25,28,25,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV12_showDetails33_6B81499720613C9F2CA24AB67FBE23F8LL7SwiftUI5StateVySbGvpfi","regions":[[9,38,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV23_showPresetConfirmation33_6B81499720613C9F2CA24AB67FBE23F8LL7SwiftUI5StateVySbGvpfi","regions":[[11,49,11,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV6config15onConfigChanged0J9OpenModalAC7SwiftUI7BindingVyAA0efK0VG_yAKcyyctcfC","regions":[[17,7,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV6config15onConfigChanged0J9OpenModalAC7SwiftUI7BindingVyAA0efK0VG_yAKcyyctcfc10Foundation4UUIDVSgyKXEfu_","regions":[[21,85,21,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV13selectedGroup33_6B81499720613C9F2CA24AB67FBE23F8LLAA0eJ0VSgvg","regions":[[24,44,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV13selectedGroup33_6B81499720613C9F2CA24AB67FBE23F8LLAA0eJ0VSgvgSbAGXEfU_","regions":[[25,29,25,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11totalChords33_6B81499720613C9F2CA24AB67FBE23F8LLSivg","regions":[[28,34,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11totalChords33_6B81499720613C9F2CA24AB67FBE23F8LLSivgS2i_AA0E5GroupVtXEfU_","regions":[[29,33,29,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg","regions":[[32,25,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_","regions":[[33,28,81,10,0,0,0,0],[35,16,35,37,0,0,0,0],[35,38,37,14,0,0,0,0],[37,20,40,14,0,0,0,0],[43,16,43,27,0,0,0,0],[43,28,46,14,0,0,0,0],[46,23,46,45,0,0,0,0],[46,46,63,14,0,0,0,0],[63,14,81,10,0,0,0,0],[66,16,66,38,0,0,0,0],[66,39,80,14,0,0,0,0],[80,14,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_yyScMYccfU_","regions":[[47,24,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_yyScMYccfU_yyXEfU_","regions":[[48,63,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A31_yXEfU0_","regions":[[51,26,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A31_yXEfU0_A29_yXEfU_","regions":[[52,28,56,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A46_yXEfU1_","regions":[[67,45,75,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A46_yXEfU1_A44_yXEfU_","regions":[[68,28,73,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_","regions":[[83,82,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU_","regions":[[84,45,84,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_","regions":[[85,35,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI4TextVyXEfU1_","regions":[[88,20,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[103,43,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[104,29,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_","regions":[[109,53,119,14,0,0,0,0],[110,80,110,82,0,0,0,0],[110,85,110,88,0,0,0,0],[110,135,110,137,0,0,0,0],[110,140,110,143,0,0,0,0],[114,46,118,18,0,0,0,0],[118,18,119,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_","regions":[[124,18,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu_","regions":[[125,32,125,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[125,32,125,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU_","regions":[[125,54,127,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu1_","regions":[[129,32,129,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[129,32,129,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU0_","regions":[[129,45,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU1_","regions":[[133,45,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AUyXEfU1_","regions":[[136,22,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[147,39,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_","regions":[[148,29,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_","regions":[[161,33,173,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_yyYbScMYccACYbcfu_","regions":[[162,32,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[162,32,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_A11_yXEfU_","regions":[[162,54,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_A11_yXEfU0_","regions":[[168,45,170,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[182,43,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_","regions":[[183,50,236,10,0,0,0,0],[185,16,185,39,0,0,0,0],[185,40,212,14,0,0,0,0],[212,14,236,10,0,0,0,0],[215,42,217,14,0,0,0,0],[217,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_","regions":[[186,57,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_","regions":[[192,30,192,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_AWyKXEfu_","regions":[[192,51,192,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_AWyKXEfu_AWyKXEfu0_","regions":[[192,78,192,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_yAWYbcfU0_","regions":[[193,30,197,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_","regions":[[198,24,208,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_A9_A_cfU_","regions":[[199,48,207,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_A9_A_cfU_A7_yXEfU_","regions":[[200,36,205,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_yyScMYccfU0_","regions":[[220,20,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[221,59,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A46_yXEfU1_","regions":[[224,22,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A46_yXEfU1_A44_yXEfU_","regions":[[225,24,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF","regions":[[240,67,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_","regions":[[241,50,305,10,0,0,0,0],[260,16,260,37,0,0,0,0],[260,38,277,14,0,0,0,0],[277,20,283,14,0,0,0,0],[286,16,286,30,0,0,0,0],[286,31,304,14,0,0,0,0],[304,14,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A16_yXEfU_","regions":[[243,20,254,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A16_yXEfU_A12_yXEfU_","regions":[[246,57,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A39_yXEfU0_","regions":[[261,57,276,18,0,0,0,0],[270,24,270,46,0,0,0,0],[270,47,275,22,0,0,0,0],[275,22,276,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A39_yXEfU0_A34_A28_cfU_","regions":[[266,53,268,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_","regions":[[288,57,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_A57_A44_cfU_","regions":[[289,40,302,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_A57_A44_cfU_A52_yXEfU_","regions":[[290,44,297,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV12updateConfig33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[310,33,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV20loadBenVallackPreset33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[314,41,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV17confirmLoadPreset33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[318,38,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11addNewGroup33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[325,32,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg","regions":[[347,25,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_","regions":[[348,28,385,10,0,0,0,0],[369,74,377,14,0,0,0,0],[377,14,385,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_A10_yXEfU_","regions":[[350,32,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_A10_yXEfU_A9_SScfU_","regions":[[351,49,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV14ergonomicColory7SwiftUI0Q0VAA14ErgonomicScoreOF","regions":[[392,67,400,6,0,0,0,0],[393,16,393,21,0,0,0,0],[394,9,394,32,0,0,0,0],[395,9,395,26,0,0,0,0],[396,9,396,32,0,0,0,0],[397,9,397,28,0,0,0,0],[398,9,398,25,0,0,0,0],[399,10,400,6,0,0,0,0]]},{"branches":[],"count":1219,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV6groups13activeGroupID12showAdvancedACSayAA0eJ0VG_10Foundation4UUIDVSgSbtcfC","regions":[[14,7,18,6,1219,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV25detectCrossGroupConflictsSayAA0iJ8ConflictVGyF","regions":[[35,69,55,6,4,0,0,0],[40,29,44,10,8,0,0,0],[41,48,43,14,22,0,0,0],[43,14,44,10,8,0,0,0],[44,10,54,25,4,0,0,0],[47,81,52,10,14,0,0,0],[52,10,54,25,4,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV25detectCrossGroupConflictsSayAA0iJ8ConflictVGyFSayAA0eJ0VGyXEfu_","regions":[[42,43,42,45,14,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV22hasCrossGroupConflictsSbvg","regions":[[60,45,62,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tF","regions":[[66,70,73,6,0,0,0,0],[67,80,67,93,0,0,0,0],[67,93,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU_","regions":[[67,53,67,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU0_","regions":[[70,30,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU0_SbyKXEfu_","regions":[[71,36,71,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tF","regions":[[77,67,87,6,0,0,0,0],[78,65,78,78,0,0,0,0],[78,78,86,11,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSbAA0E5GroupVXEfU_","regions":[[78,38,78,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSSSgAA18CrossGroupConflictVXEfU0_","regions":[[81,41,86,10,0,0,0,0],[82,16,82,69,0,0,0,0],[82,70,84,14,0,0,0,0],[84,14,85,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSSSgAA18CrossGroupConflictVXEfU0_SbAA0eN0VXEfU_","regions":[[82,48,82,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV19wouldCreateConflict5chord2inSbAA0E10DefinitionV_10Foundation4UUIDVtF","regions":[[91,87,101,6,0,0,0,0],[94,55,98,10,0,0,0,0],[95,16,95,68,0,0,0,0],[95,69,97,14,0,0,0,0],[97,14,98,10,0,0,0,0],[98,10,100,21,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV16benVallackPresetACvgZ","regions":[[106,59,143,6,6,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfC","regions":[[162,7,181,6,57,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu_","regions":[[164,22,164,35,57,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu0_","regions":[[164,37,164,70,0,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu1_","regions":[[165,22,165,41,57,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu2_","regions":[[165,43,165,111,0,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_","regions":[[167,13,167,101,57,0,0,0]]},{"branches":[],"count":351,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_","regions":[[167,29,167,101,351,0,0,0]]},{"branches":[],"count":351,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu_","regions":[[167,46,167,57,351,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu0_","regions":[[167,62,167,73,8,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu1_","regions":[[167,77,167,86,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu2_","regions":[[167,90,167,99,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu4_","regions":[[168,13,168,94,0,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu5_","regions":[[173,22,173,54,57,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu5_SbyKXEfu6_","regions":[[173,39,173,54,57,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu7_","regions":[[173,56,173,130,0,0,0,0]]},{"branches":[],"count":55,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV17participatingKeysShySSGvg","regions":[[184,47,186,6,55,0,0,0]]},{"branches":[],"count":94,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV17participatingKeysShySSGvgSaySSGAA0E10DefinitionVcfu_","regions":[[185,28,185,34,94,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV7isValidSbvg","regions":[[189,30,191,6,5,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV15detectConflictsSayAA0E8ConflictVGyF","regions":[[196,54,230,6,12,0,0,0],[199,37,227,10,26,0,0,0],[200,47,226,14,16,0,0,0],[208,20,208,40,16,0,0,0],[208,41,214,18,6,0,0,0],[217,25,217,91,10,0,0,0],[217,92,225,18,6,0,0,0],[218,24,218,49,6,0,0,0],[218,77,224,22,4,0,0,0],[226,14,227,10,26,0,0,0],[227,10,229,25,12,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV15detectConflictsSayAA0E8ConflictVGyFSbyKXEfu_","regions":[[217,60,217,91,4,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfC","regions":[[245,7,258,6,126,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu_","regions":[[247,22,247,35,126,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu0_","regions":[[247,37,247,81,0,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu1_","regions":[[248,22,248,53,126,0,0,0]]},{"branches":[],"count":264,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu1_SbSSXEfU_","regions":[[248,38,248,53,264,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu2_","regions":[[248,55,248,101,0,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu3_","regions":[[249,22,249,51,126,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu4_","regions":[[249,53,249,90,0,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu5_","regions":[[252,22,252,37,126,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu6_","regions":[[252,39,252,79,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV18isRecommendedComboSbvg","regions":[[263,41,265,6,19,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV18isRecommendedComboSbvgSbyKXEfu_","regions":[[264,28,264,43,14,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV20hasValidOutputSyntaxSbvg","regions":[[284,43,286,6,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV22hasBalancedParentheses33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSSF","regions":[[288,67,301,6,9,0,0,0],[290,28,299,10,51,0,0,0],[291,16,291,27,51,0,0,0],[291,28,293,14,10,0,0,0],[293,23,293,34,41,0,0,0],[293,35,298,14,11,0,0,0],[295,20,295,29,11,0,0,0],[295,30,297,18,3,0,0,0],[297,18,298,14,8,0,0,0],[298,14,299,10,48,0,0,0],[299,10,300,26,6,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV14ergonomicScoreAA09ErgonomicH0Ovg","regions":[[305,47,333,6,11,0,0,0],[306,36,306,52,3,0,0,0],[306,52,332,21,8,0,0,0],[317,12,317,22,8,0,0,0],[317,42,319,10,2,0,0,0],[319,10,332,21,6,0,0,0],[322,12,322,22,6,0,0,0],[322,33,324,10,2,0,0,0],[324,10,332,21,4,0,0,0],[327,12,327,20,4,0,0,0],[327,21,329,10,2,0,0,0],[329,10,332,21,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV14ergonomicScoreAA09ErgonomicH0OvgSbyKXEfu_","regions":[[314,57,314,87,2,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV11areAdjacent33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSaySSGF","regions":[[335,56,349,6,6,0,0,0],[337,34,337,50,0,0,0,0],[337,50,348,20,6,0,0,0],[338,36,338,52,0,0,0,0],[338,52,348,20,6,0,0,0],[342,50,342,66,0,0,0,0],[342,66,348,20,6,0,0,0],[345,79,347,10,7,0,0,0],[347,10,348,20,9223372036854775807,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV11areAdjacent33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSaySSGFSiSgSSXEfU_","regions":[[341,41,341,76,13,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ErgonomicScoreO5colorSSvg","regions":[[360,30,368,6,5,0,0,0],[361,16,361,20,5,0,0,0],[362,9,362,33,1,0,0,0],[363,9,363,27,1,0,0,0],[364,9,364,33,1,0,0,0],[365,9,365,29,1,0,0,0],[366,9,366,26,1,0,0,0],[367,10,368,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ErgonomicScoreO4iconSSvg","regions":[[370,29,378,6,5,0,0,0],[371,16,371,20,5,0,0,0],[372,9,372,46,1,0,0,0],[373,9,373,36,1,0,0,0],[374,9,374,38,1,0,0,0],[375,9,375,47,1,0,0,0],[376,9,376,35,1,0,0,0],[377,10,378,6,5,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO11displayNameSSvg","regions":[[389,36,397,6,10,0,0,0],[390,16,390,20,10,0,0,0],[391,9,391,39,2,0,0,0],[392,9,392,33,2,0,0,0],[393,9,393,33,2,0,0,0],[394,9,394,37,2,0,0,0],[395,9,395,31,2,0,0,0],[396,10,397,6,10,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO4iconSSvg","regions":[[399,29,407,6,5,0,0,0],[400,16,400,20,5,0,0,0],[401,9,401,48,1,0,0,0],[402,9,402,34,1,0,0,0],[403,9,403,40,1,0,0,0],[404,9,404,35,1,0,0,0],[405,9,405,29,1,0,0,0],[406,10,407,6,5,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO16suggestedTimeoutSivg","regions":[[411,38,419,6,10,0,0,0],[412,16,412,20,10,0,0,0],[413,9,413,30,2,0,0,0],[414,9,414,27,2,0,0,0],[415,9,415,27,2,0,0,0],[416,9,416,29,2,0,0,0],[417,9,417,26,2,0,0,0],[418,10,419,6,10,0,0,0]]},{"branches":[],"count":88,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO12millisecondsSivg","regions":[[429,34,436,6,88,0,0,0],[430,16,430,20,88,0,0,0],[431,9,431,29,23,0,0,0],[432,9,432,24,28,0,0,0],[433,9,433,28,22,0,0,0],[434,9,434,30,15,0,0,0],[435,10,436,6,88,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO11descriptionSSvg","regions":[[438,36,449,6,0,0,0,0],[439,16,439,20,0,0,0,0],[440,9,441,60,0,0,0,0],[442,9,443,76,0,0,0,0],[444,9,445,51,0,0,0,0],[446,9,447,60,0,0,0,0],[448,10,449,6,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZ","regions":[[454,63,456,6,14,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZSbAC_ACtXEfU_","regions":[[455,37,455,104,42,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZACyKXEfu_","regions":[[455,109,455,118,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV2id10Foundation4UUIDVvpfi","regions":[[461,21,461,27,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV6chord16chord24typeAcA0E10DefinitionV_AhC0F4TypeOtcfC","regions":[[466,87,470,6,12,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV11descriptionSSvg","regions":[[478,36,490,6,6,0,0,0],[482,16,482,20,6,0,0,0],[483,9,484,85,6,0,0,0],[485,9,486,53,0,0,0,0],[487,9,488,67,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV2id10Foundation4UUIDVvpfi","regions":[[495,21,495,27,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV3key6groupsACSS_SayAA05ChordF0VGtcfC","regions":[[499,52,502,6,8,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV11descriptionSSvg","regions":[[504,36,507,6,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV11descriptionSSvgSSAA05ChordF0Vcfu_","regions":[[505,37,505,43,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV10suggestionSSvg","regions":[[510,35,512,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV05_showE6Editor33_828A91663A78B73A0668A7B6040D1A51LL7SwiftUI5StateVySbGvpfi","regions":[[11,42,11,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV23_showDeleteConfirmation33_828A91663A78B73A0668A7B6040D1A51LL7SwiftUI5StateVySbGvpfi","regions":[[13,49,13,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV6config6onSave0J6CancelAC7SwiftUI7BindingVyAA0eF6ConfigVG_yAKcyyctcfC","regions":[[20,7,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV6config6onSave0J6CancelAC7SwiftUI7BindingVyAA0eF6ConfigVG_yAKcyyctcfc10Foundation4UUIDVSgyKXEfu_","regions":[[25,85,25,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV13selectedGroup33_828A91663A78B73A0668A7B6040D1A51LLAA0eJ0VSgvg","regions":[[28,44,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV13selectedGroup33_828A91663A78B73A0668A7B6040D1A51LLAA0eJ0VSgvgSbAGXEfU_","regions":[[29,34,29,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV18selectedGroupIndex33_828A91663A78B73A0668A7B6040D1A51LLSiSgvg","regions":[[32,42,35,6,0,0,0,0],[33,45,33,59,0,0,0,0],[33,59,34,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV18selectedGroupIndex33_828A91663A78B73A0668A7B6040D1A51LLSiSgvgSbAA0eJ0VXEfU_","regions":[[34,46,34,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg","regions":[[37,25,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_","regions":[[38,28,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A22_yXEfU_","regions":[[40,20,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[45,42,49,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A48_yXEfU0_","regions":[[59,32,72,14,0,0,0,0],[67,78,69,18,0,0,0,0],[69,24,71,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_","regions":[[75,47,95,10,0,0,0,0],[76,33,94,14,0,0,0,0],[94,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yAA0E10DefinitionVcfU_","regions":[[79,29,88,22,0,0,0,0],[83,25,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yAA0E10DefinitionVcfU_SbAJXEfU_","regions":[[82,47,82,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yycfU0_","regions":[[89,31,92,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg","regions":[[102,45,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[103,49,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_","regions":[[113,24,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_","regions":[[114,36,126,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_","regions":[[115,49,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_yycfU_","regions":[[119,39,123,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_yycfU_yyXEfU_","regions":[[120,75,122,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_","regions":[[134,28,134,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[134,28,134,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A39_yXEfU0_","regions":[[134,41,137,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF","regions":[[149,79,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_","regions":[[150,20,333,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_","regions":[[151,54,331,14,0,0,0,0],[301,20,301,34,0,0,0,0],[301,35,317,18,0,0,0,0],[317,18,331,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_","regions":[[153,57,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_","regions":[[154,28,177,22,0,0,0,0],[166,28,166,56,0,0,0,0],[166,57,176,26,0,0,0,0],[176,26,177,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_SSyYbcfU_","regions":[[156,34,156,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_ySSYbcfU0_","regions":[[157,34,157,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_yyScMYccfU1_","regions":[[167,36,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_A29_yXEfU2_","regions":[[169,38,172,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_SSyYbcfU0_","regions":[[180,30,180,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_SSyYbcfU0_SSyKXEfu_","regions":[[180,53,180,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_ySSYbcfU1_","regions":[[181,30,181,95,0,0,0,0],[181,85,181,88,0,0,0,0],[181,91,181,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_","regions":[[191,57,213,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A50_yYbcfU_","regions":[[196,30,196,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_yA50_YbcfU0_","regions":[[197,30,201,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_","regions":[[202,24,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_A58_A50_cfU_","regions":[[203,69,209,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_A58_A50_cfU_A56_yXEfU_","regions":[[204,36,207,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_","regions":[[216,57,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A67_yXEfU_","regions":[[217,28,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_SdyYbcfU0_","regions":[[231,34,231,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_ySdYbcfU1_","regions":[[232,34,232,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_","regions":[[239,40,248,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_A85_A75_cfU_","regions":[[240,66,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_A85_A75_cfU_yyScMYccfU_","regions":[[241,52,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_","regions":[[258,58,298,18,0,0,0,0],[268,24,268,45,0,0,0,0],[268,46,284,22,0,0,0,0],[284,28,292,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A90_yXEfU_","regions":[[259,28,266,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_","regions":[[269,44,283,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_","regions":[[270,51,282,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_yycfU_","regions":[[273,45,276,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_yycfU0_","regions":[[277,47,280,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_yyYbScMYccACYbcfu_","regions":[[294,36,294,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[294,36,294,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A131_yXEfU1_","regions":[[294,49,296,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_","regions":[[303,61,316,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_A144_A137_cfU_","regions":[[304,44,315,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_A144_A137_cfU_A139_yXEfU_","regions":[[305,48,310,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A139_yXEfU4_","regions":[[320,36,326,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI05TupleH0VyAJ15ModifiedContentVyAJ0H0PAJE16keyboardShortcut_9modifiersQrAJ0A10EquivalentV_AJ14EventModifiersVtFQOyAJ6ButtonVyAJ4TextVG_Qo_AJ31AccessibilityAttachmentModifierVG_AJ6SpacerVANyApJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyA0__AJ28BorderedProminentButtonStyleVQo_A2_GtGyXEfU0_","regions":[[338,16,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI05TupleH0VyAJ15ModifiedContentVyAJ0H0PAJE16keyboardShortcut_9modifiersQrAJ0A10EquivalentV_AJ14EventModifiersVtFQOyAJ6ButtonVyAJ4TextVG_Qo_AJ31AccessibilityAttachmentModifierVG_AJ6SpacerVANyApJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyA0__AJ28BorderedProminentButtonStyleVQo_A2_GtGyXEfU0_yyScMYccfU_","regions":[[345,36,347,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV10emptyState33_828A91663A78B73A0668A7B6040D1A51LLQrvg","regions":[[356,39,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV10emptyState33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[357,29,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11addNewGroup33_828A91663A78B73A0668A7B6040D1A51LLyyF","regions":[[373,32,384,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11deleteGroup33_828A91663A78B73A0668A7B6040D1A51LLyyAA0eJ0VF","regions":[[386,51,397,6,0,0,0,0],[387,49,387,59,0,0,0,0],[387,59,397,6,0,0,0,0],[389,84,396,10,0,0,0,0],[393,57,395,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11deleteGroup33_828A91663A78B73A0668A7B6040D1A51LLyyAA0eJ0VFSbAGXEfU_","regions":[[389,61,389,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV06addNewE033_828A91663A78B73A0668A7B6040D1A51LLyyF","regions":[[399,32,412,6,0,0,0,0],[400,51,400,61,0,0,0,0],[400,61,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[422,25,454,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_","regions":[[423,34,451,10,0,0,0,0],[449,38,449,55,0,0,0,0],[449,58,449,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_A19_yXEfU_","regions":[[424,32,447,14,0,0,0,0],[427,51,427,57,0,0,0,0],[427,60,427,70,0,0,0,0],[442,20,442,34,0,0,0,0],[442,35,446,18,0,0,0,0],[445,55,445,61,0,0,0,0],[445,64,445,71,0,0,0,0],[446,18,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_A19_yXEfU_A14_yXEfU_","regions":[[429,57,438,18,0,0,0,0],[432,50,432,59,0,0,0,0],[432,62,432,70,0,0,0,0],[433,55,433,61,0,0,0,0],[433,64,433,72,0,0,0,0],[437,55,437,74,0,0,0,0],[437,77,437,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[464,25,520,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_","regions":[[465,29,516,10,0,0,0,0],[487,74,493,14,0,0,0,0],[493,14,516,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A10_yXEfU_","regions":[[467,32,477,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A10_yXEfU_A9_SScfU_","regions":[[468,49,476,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A20_yXEfU0_","regions":[[502,36,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A21_yXEfU1_","regions":[[509,38,513,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV14ergonomicColory7SwiftUI0Q0VAA14ErgonomicScoreOF","regions":[[522,67,530,6,0,0,0,0],[523,16,523,21,0,0,0,0],[524,9,524,32,0,0,0,0],[525,9,525,26,0,0,0,0],[526,9,526,32,0,0,0,0],[527,9,527,28,0,0,0,0],[528,9,528,25,0,0,0,0],[529,10,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV5chord6onSave0Q6CancelAdA0E10DefinitionV_yAIcyyctcfC","regions":[[544,111,551,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV5chord6onSave0Q6CancelAdA0E10DefinitionV_yAIcyyctcfcSSyKXEfu_","regions":[[550,65,550,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV13commonOutputsSaySS_SStGvpfi","regions":[[553,33,567,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[569,25,709,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_","regions":[[570,28,707,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_","regions":[[572,20,584,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_A10_yXEfU_","regions":[[577,42,580,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_","regions":[[589,24,678,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_","regions":[[590,58,676,18,0,0,0,0],[646,24,646,37,0,0,0,0],[646,55,675,22,0,0,0,0],[675,22,676,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_","regions":[[592,61,605,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_SSyYbcfU_","regions":[[597,34,597,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_ySSYbcfU0_","regions":[[598,34,598,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_ySSYbcfU0_SSSshYbcfu_","regions":[[598,72,598,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_","regions":[[608,61,634,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_","regions":[[619,93,633,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_","regions":[[620,61,632,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_yyScMYccfU_","regions":[[621,40,623,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_A55_yXEfU0_","regions":[[623,42,627,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A66_yXEfU1_","regions":[[637,61,643,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_","regions":[[647,65,674,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_","regions":[[651,49,669,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_A78_yXEfU_","regions":[[652,52,662,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_A78_yXEfU_A77_SScfU_","regions":[[653,63,661,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_","regions":[[683,20,705,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_yyScMYccfU_","regions":[[691,32,699,18,0,0,0,0],[696,60,696,63,0,0,0,0],[696,66,696,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_SbyKXEfu_","regions":[[702,45,702,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ApplyResultV7success10rolledBack5error11diagnosticsACSb_SbAA11ConfigErrorOSgAA0L11DiagnosticsVSgtcfC","regions":[[24,7,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigDiagnosticsV06configB6Before0gB5After012mappingCountH00jkI016validationOutput9timestampACSSSg_AJSiSgAkJ10Foundation4DateVtcfC","regions":[[58,7,65,6,1,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC10maxBackups33_CE98ABE0A5196D36C2686B62D6E78DC3LLSivpfi","regions":[[16,30,16,31,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC06configB0ACSS_tcfc","regions":[[20,37,27,6,61,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC013createPreEditF0SbyF","regions":[[33,47,72,6,3,0,0,0],[34,71,37,10,0,0,0,0],[37,10,72,6,3,0,0,0],[39,12,68,10,3,0,0,0],[41,82,66,24,3,0,0,0],[44,56,47,14,0,0,0,0],[47,14,66,24,3,0,0,0],[59,85,66,24,3,0,0,0],[68,17,71,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyF","regions":[[75,55,110,6,3,0,0,0],[76,76,78,10,0,0,0,0],[78,10,110,6,3,0,0,0],[80,12,106,10,3,0,0,0],[81,93,104,66,3,0,0,0],[86,37,101,14,18,0,0,0],[92,17,100,18,18,0,0,0],[101,14,104,66,3,0,0,0],[106,17,109,10,0,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyFSbSSXEfU_","regions":[[82,44,82,68,18,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyFSbAF_AFtXEfU0_","regions":[[104,35,104,66,35,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC011restoreFromF0yyAA0F4InfoVKF","regions":[[113,64,138,6,0,0,0,0],[114,76,116,10,0,0,0,0],[116,10,138,6,0,0,0,0],[119,83,138,6,0,0,0,0],[122,52,125,10,0,0,0,0],[125,10,138,6,0,0,0,0],[128,12,128,62,0,0,0,0],[128,63,132,10,0,0,0,0],[135,81,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC018restoreLatestValidF0SbyF","regions":[[141,52,162,6,0,0,0,0],[144,31,158,10,0,0,0,0],[145,16,153,14,0,0,0,0],[146,91,153,14,0,0,0,0],[147,20,147,51,0,0,0,0],[147,52,152,18,0,0,0,0],[148,50,151,32,0,0,0,0],[152,18,153,14,0,0,0,0],[153,21,157,14,0,0,0,0],[157,14,158,10,0,0,0,0],[158,10,161,21,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC06createF17DirectoryIfNeeded33_CE98ABE0A5196D36C2686B62D6E78DC3LLyyF","regions":[[166,50,179,6,61,0,0,0],[167,77,167,87,61,0,0,0],[167,87,179,6,0,0,0,0],[169,12,176,10,0,0,0,0],[174,14,176,10,0,0,0,0],[176,17,178,10,0,0,0,0],[178,10,179,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC17cleanupOldBackups33_CE98ABE0A5196D36C2686B62D6E78DC3LLyyF","regions":[[181,38,198,6,3,0,0,0],[185,12,185,38,3,0,0,0],[185,39,197,10,3,0,0,0],[188,43,196,14,3,0,0,0],[189,20,192,18,3,0,0,0],[190,80,192,18,3,0,0,0],[192,25,195,18,0,0,0,0],[195,18,196,14,3,0,0,0],[196,14,197,10,3,0,0,0],[197,10,198,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tF","regions":[[201,57,226,6,3,0,0,0],[205,37,205,53,0,0,0,0],[205,53,225,23,3,0,0,0],[219,12,219,20,3,0,0,0],[219,21,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu_","regions":[[209,44,209,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu0_","regions":[[210,46,210,61,0,0,0,0]]},{"branches":[],"count":10374,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbSJXEfU_","regions":[[213,41,213,54,10374,0,0,0]]},{"branches":[],"count":10374,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbSJXEfU0_","regions":[[214,42,214,55,10374,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu1_","regions":[[217,36,217,50,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BackupInfoV13formattedSizeSSvg","regions":[[237,38,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BackupInfoV13formattedDateSSvg","regions":[[243,38,248,6,0,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10isWatching33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[21,30,21,35,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC19isWatchingDirectory33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[22,39,22,44,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13debounceDelay33_390A11A1EA61D067D9D8BF16846995E2LLSdvpfi","regions":[[24,47,24,50,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10maxRetries33_390A11A1EA61D067D9D8BF16846995E2LLSivpfi","regions":[[25,30,25,31,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10retryCount33_390A11A1EA61D067D9D8BF16846995E2LLSivpfi","regions":[[26,30,26,31,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC23pendingAtomicWriteEvent33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[27,43,27,48,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC18inFlightProcessing33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[31,38,31,43,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC5queue33_390A11A1EA61D067D9D8BF16846995E2LLSo012OS_dispatch_H0Cvpfi","regions":[[34,25,34,89,62,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherCACycfc","regions":[[39,12,41,6,62,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherCfd","regions":[[43,12,46,6,35,0,0,0]]},{"branches":[],"count":91,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC14suppressEvents3for6reasonySd_SSSgtF","regions":[[51,76,55,6,91,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC14suppressEvents3for6reasonySd_SSSgtFSSyKXEfu_","regions":[[53,36,53,49,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC15isSuppressedNow33_390A11A1EA61D067D9D8BF16846995E2LLSbyF","regions":[[57,44,62,6,1,0,0,0],[58,54,60,10,0,0,0,0],[60,10,61,21,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactF","regions":[[68,76,93,6,1,0,0,0],[69,12,69,45,1,0,0,0],[69,46,73,10,0,0,0,0],[84,12,84,56,1,0,0,0],[84,57,87,10,1,0,0,0],[87,16,92,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactFSbyKXEfu_","regions":[[69,26,69,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactFSSyKXEfu0_","regions":[[81,94,81,103,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[98,40,147,6,2,0,0,0],[99,47,102,10,0,0,0,0],[102,10,147,6,2,0,0,0],[108,70,112,10,0,0,0,0],[112,10,147,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_","regions":[[126,44,133,10,1,0,0,0],[127,65,127,75,0,0,0,0],[127,75,133,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_ytSgyYacfU_","regions":[[130,18,132,14,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU0_","regions":[[136,45,139,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[150,45,204,6,0,0,0,0],[151,61,154,10,0,0,0,0],[154,10,204,6,0,0,0,0],[157,74,161,10,0,0,0,0],[161,10,204,6,0,0,0,0],[164,78,169,10,0,0,0,0],[169,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_","regions":[[183,49,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_ytSgyYacfU_","regions":[[186,18,188,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU0_","regions":[[192,50,195,10,0,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC12stopWatchingyyF","regions":[[207,25,238,6,36,0,0,0],[215,12,215,22,36,0,0,0],[215,23,220,10,1,0,0,0],[223,12,223,31,36,0,0,0],[223,32,228,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC8isActiveSbvg","regions":[[241,24,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC8isActiveSbvgSbyKXEfu_","regions":[[242,23,242,42,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF5Event33_390A11A1EA61D067D9D8BF16846995E2LL5flagsySo18OS_dispatch_sourceC8DispatchE0f6SystemI0V_tYaF","regions":[[248,79,278,6,1,0,0,0],[249,47,252,10,0,0,0,0],[252,10,278,6,1,0,0,0],[255,12,255,29,1,0,0,0],[255,30,258,10,0,0,0,0],[258,10,278,6,1,0,0,0],[260,12,260,30,1,0,0,0],[260,31,263,10,0,0,0,0],[263,10,278,6,1,0,0,0],[269,12,269,62,1,0,0,0],[269,63,274,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF5Event33_390A11A1EA61D067D9D8BF16846995E2LL5flagsySo18OS_dispatch_sourceC8DispatchE0f6SystemI0V_tYaFSbyKXEfu_","regions":[[269,39,269,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06rebindF7Monitor33_390A11A1EA61D067D9D8BF16846995E2LL2toySS_tF","regions":[[281,53,293,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06rebindF7Monitor33_390A11A1EA61D067D9D8BF16846995E2LL2toySS_tFyyYbcfU_","regions":[[290,51,292,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[296,53,322,6,0,0,0,0],[297,51,297,61,0,0,0,0],[297,61,322,6,0,0,0,0],[302,12,302,60,0,0,0,0],[302,61,319,10,0,0,0,0],[319,16,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_","regions":[[315,33,318,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_ytSgyYacfU_","regions":[[316,22,316,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF11ChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[325,48,367,6,1,0,0,0],[326,47,329,10,0,0,0,0],[329,10,367,6,1,0,0,0],[334,12,334,57,1,0,0,0],[334,58,356,10,0,0,0,0],[342,16,342,60,0,0,0,0],[342,61,344,14,0,0,0,0],[344,20,355,14,0,0,0,0],[355,14,356,10,0,0,0,0],[356,10,367,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF11ChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYacfU_","regions":[[362,29,366,10,1,0,0,0],[363,33,363,43,0,0,0,0],[363,43,366,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF17MonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[371,48,389,6,0,0,0,0],[374,12,374,35,0,0,0,0],[374,36,383,10,0,0,0,0],[383,16,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF17MonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyFyyYbcfU_","regions":[[380,54,382,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC32handleDirectoryMonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[391,53,407,6,0,0,0,0],[394,12,394,35,0,0,0,0],[394,36,403,10,0,0,0,0],[403,16,406,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC32handleDirectoryMonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyFyyYbcfU_","regions":[[400,54,402,14,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC04openF10Descriptor33_390A11A1EA61D067D9D8BF16846995E2LL2ats5Int32VSgSS_tF","regions":[[411,64,422,6,2,0,0,0],[413,12,413,19,2,0,0,0],[413,20,416,10,2,0,0,0],[416,16,421,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26updateLastModificationDate33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[424,47,440,6,2,0,0,0],[425,47,428,10,0,0,0,0],[428,10,440,6,2,0,0,0],[430,12,436,10,2,0,0,0],[431,84,436,10,2,0,0,0],[436,17,439,10,0,0,0,0],[439,10,440,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26updateLastModificationDate33_390A11A1EA61D067D9D8BF16846995E2LLyyFSSyKXEfu_","regions":[[435,95,435,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyF","regions":[[442,51,481,6,0,0,0,0],[443,47,446,10,0,0,0,0],[446,10,481,6,0,0,0,0],[448,12,477,10,0,0,0,0],[449,84,476,30,0,0,0,0],[457,60,462,14,0,0,0,0],[462,14,476,30,0,0,0,0],[467,16,467,26,0,0,0,0],[467,27,472,14,0,0,0,0],[472,20,474,14,0,0,0,0],[477,17,480,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu_","regions":[[453,106,453,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu0_","regions":[[453,158,453,163,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu1_","regions":[[470,104,470,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[483,44,530,6,1,0,0,0],[484,47,487,10,0,0,0,0],[487,10,530,6,1,0,0,0],[492,65,501,10,0,0,0,0],[501,10,530,6,1,0,0,0],[503,12,503,35,1,0,0,0],[503,36,506,10,1,0,0,0],[506,16,512,10,0,0,0,0],[508,49,511,14,0,0,0,0],[511,14,512,10,0,0,0,0],[512,10,530,6,1,0,0,0],[515,12,520,10,1,0,0,0],[516,84,520,10,1,0,0,0],[520,17,522,10,0,0,0,0],[522,10,530,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFs5Int64VyKXEfu_","regions":[[517,59,517,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_","regions":[[525,29,528,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_ytSgyYacfU_","regions":[[526,18,526,44,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC0G6ResultV7success7contentAESS_tFZ","regions":[[23,62,25,10,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC0G6ResultV7failureyAESSFZ","regions":[[27,64,29,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC9callbacksAC9CallbacksVvpfi","regions":[[48,21,48,32,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC16statusResetDelaySdvpfi","regions":[[51,42,51,45,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceCACyc33_749940E559E64A96B01DBF92B624F46BLlfc","regions":[[57,20,57,22,2,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC9configure013configurationH013reloadHandler12configParseryAA013ConfigurationH0C_SbyYacSayAA0A7MappingVGSSKctF","regions":[[71,7,75,6,15,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaF","regions":[[89,73,184,6,8,0,0,0],[97,71,103,10,1,0,0,0],[103,10,184,6,7,0,0,0],[107,12,111,10,7,0,0,0],[108,84,111,10,7,0,0,0],[111,17,117,10,0,0,0,0],[117,10,184,6,7,0,0,0],[120,61,126,10,0,0,0,0],[126,10,184,6,7,0,0,0],[129,12,129,37,7,0,0,0],[129,38,138,10,0,0,0,0],[138,10,184,6,7,0,0,0],[141,48,147,10,0,0,0,0],[147,10,184,6,7,0,0,0],[151,12,151,25,7,0,0,0],[151,26,156,10,5,0,0,0],[156,16,183,10,2,0,0,0],[168,16,168,97,2,0,0,0],[168,98,176,14,2,0,0,0],[169,50,169,71,2,0,0,0],[170,21,170,98,0,0,0,0],[170,56,170,74,0,0,0,0],[170,77,170,97,0,0,0,0],[176,14,182,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSSyKXEfu_","regions":[[130,61,130,87,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyYacfU_","regions":[[164,56,166,14,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyKXEfu0_","regions":[[168,51,168,76,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyKXEfu1_","regions":[[168,80,168,97,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC05parseA8Mappings4fromSayAA0A7MappingVGSgSS_tF","regions":[[190,72,202,6,3,0,0,0],[191,46,194,10,0,0,0,0],[194,10,202,6,3,0,0,0],[196,12,198,10,3,0,0,0],[198,17,201,10,2,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyF","regions":[[206,40,211,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyFyyYacfU_","regions":[[207,14,210,10,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyFyyYacfU_SdyKXEfu_","regions":[[208,75,208,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23MockConfigRepairServiceVACycfC","regions":[[15,19,15,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23MockConfigRepairServiceV06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[17,115,20,6,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20configurationService012configBackupF00I11FileWatcherAcA0eH0C_AA06ConfigjF0CAA0mkL0CSgtcfc","regions":[[68,7,75,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20buildKanataArguments9checkOnlySaySSGSb_tF","regions":[[77,68,103,6,0,0,0,0],[85,12,85,21,0,0,0,0],[85,22,87,10,0,0,0,0],[87,16,99,10,0,0,0,0],[90,16,90,30,0,0,0,0],[90,31,94,14,0,0,0,0],[94,20,97,14,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[105,74,113,6,2,0,0,0],[106,71,108,10,0,0,0,0],[108,10,112,66,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC08validateE0ySb7isValid_SaySSG6errorstSSYaF","regions":[[115,94,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeGeneratedConfigySayAA0A7MappingVGSSYaKF","regions":[[119,79,155,6,0,0,0,0],[129,12,129,31,0,0,0,0],[129,32,134,10,0,0,0,0],[134,10,154,36,0,0,0,0],[145,10,154,36,0,0,0,0],[149,76,154,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKF","regions":[[157,63,221,6,0,0,0,0],[161,98,221,6,0,0,0,0],[171,76,221,6,0,0,0,0],[175,91,221,6,0,0,0,0],[186,12,212,10,0,0,0,0],[187,87,212,10,0,0,0,0],[198,16,198,42,0,0,0,0],[198,43,201,14,0,0,0,0],[201,20,211,14,0,0,0,0],[205,78,207,18,0,0,0,0],[207,18,210,103,0,0,0,0],[211,14,212,10,0,0,0,0],[212,17,218,10,0,0,0,0],[218,10,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKFSiyKXEfu_","regions":[[177,58,177,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKFSSyKXEfu0_","regions":[[179,97,179,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20loadExistingMappingsSayAA0A7MappingVGyYaF","regions":[[223,55,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC24ensureValidStartupConfigSayAA0A7MappingVG8mappings_AA0J15ValidationErrorOSg010validationN0tyYaF","regions":[[230,112,269,6,0,0,0,0],[233,71,237,10,0,0,0,0],[237,10,269,6,0,0,0,0],[239,12,264,10,0,0,0,0],[241,88,264,10,0,0,0,0],[247,16,247,27,0,0,0,0],[247,28,253,14,0,0,0,0],[249,69,252,49,0,0,0,0],[253,20,263,14,0,0,0,0],[264,17,268,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC26handleInvalidStartupConfig33_EF9E4BF6C436DB3FB0717C1232B2C18FLL13configContent6errorsS2S_SaySSGtYaF","regions":[[272,104,305,6,0,0,0,0],[282,12,285,10,0,0,0,0],[283,91,285,10,0,0,0,0],[285,17,287,10,0,0,0,0],[287,10,304,26,0,0,0,0],[295,12,299,10,0,0,0,0],[297,91,299,10,0,0,0,0],[299,17,301,10,0,0,0,0],[301,10,304,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC04saveE08mappingsySayAA0A7MappingVG_tYaKF","regions":[[307,65,320,6,0,0,0,0],[317,80,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC19backupCurrentConfigyyYaF","regions":[[322,38,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[327,110,333,6,0,0,0,0],[332,10,333,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC22createDefaultIfMissingSbyYaF","regions":[[335,49,353,6,0,0,0,0],[338,12,340,10,0,0,0,0],[339,73,340,10,0,0,0,0],[340,17,344,10,0,0,0,0],[344,10,352,22,0,0,0,0],[347,12,347,18,0,0,0,0],[347,19,349,10,0,0,0,0],[349,16,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC12openInEditoryySSYaF","regions":[[355,45,386,6,0,0,0,0],[359,12,359,43,0,0,0,0],[359,44,385,10,0,0,0,0],[361,16,369,14,0,0,0,0],[366,18,368,23,0,0,0,0],[369,21,384,14,0,0,0,0],[371,20,378,18,0,0,0,0],[376,22,378,18,0,0,0,0],[378,25,383,18,0,0,0,0],[383,18,384,14,0,0,0,0],[384,14,385,10,0,0,0,0],[385,10,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC11parseConfigySayAA0A7MappingVGSSF","regions":[[388,57,397,6,0,0,0,0],[390,12,393,10,0,0,0,0],[391,88,392,38,0,0,0,0],[393,17,396,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC14generateConfig8mappingsSSSayAA0A7MappingVG_tF","regions":[[399,59,407,6,0,0,0,0],[400,38,404,10,0,0,0,0],[404,10,406,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC14generateConfig15ruleCollectionsSSSayAA14RuleCollectionVG_tF","regions":[[409,70,415,6,0,0,0,0],[411,12,411,28,0,0,0,0],[411,29,413,10,0,0,0,0],[413,10,414,76,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29ConfigurationObservationTokenV19cancellationHandlerACyyc_tcfC","regions":[[8,53,10,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29ConfigurationObservationTokenV6cancelyyF","regions":[[13,26,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcF","regions":[[97,96,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_","regions":[[98,14,105,10,0,0,0,0],[99,16,102,14,0,0,0,0],[100,48,102,14,0,0,0,0],[102,21,104,14,0,0,0,0],[104,14,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_yyYbScMYcXEfU_","regions":[[101,37,101,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_yyYbScMYcXEfU0_","regions":[[103,37,103,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE11ensureFresh6maxAge6ConfigQzSd_tYaKF","regions":[[114,74,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FileConfigurationProvidingPAAE6reload6ConfigQzyYaKF","regions":[[140,42,153,6,0,0,0,0],[141,78,143,10,0,0,0,0],[143,10,153,6,0,0,0,0],[145,12,148,10,0,0,0,0],[146,89,147,50,0,0,0,0],[148,43,150,10,0,0,0,0],[150,17,152,10,0,0,0,0]]},{"branches":[],"count":133,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC05parseE10FromStringyAA06KanataE0VSSKF","regions":[[6,95,9,6,133,0,0,0],[8,39,9,6,133,0,0,0]]},{"branches":[],"count":162,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC07extractA19MappingsFromContentySayAA0A7MappingVGSSF","regions":[[12,81,66,6,162,0,0,0],[21,27,44,10,18147,0,0,0],[25,16,25,44,18147,0,0,0],[25,45,29,14,161,0,0,0],[29,23,29,53,17986,0,0,0],[29,54,33,14,324,0,0,0],[33,23,33,37,17662,0,0,0],[33,38,37,14,1067,0,0,0],[37,14,44,10,16595,0,0,0],[39,16,39,24,16595,0,0,0],[39,68,41,14,562,0,0,0],[41,23,41,33,16033,0,0,0],[41,77,43,14,1213,0,0,0],[44,10,65,24,162,0,0,0],[48,83,53,10,2131,0,0,0],[50,16,50,35,2131,0,0,0],[50,53,52,14,2131,0,0,0],[53,10,65,24,162,0,0,0],[57,90,60,10,2131,0,0,0],[60,10,65,24,162,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaF","regions":[[8,84,58,6,3,0,0,0],[9,12,9,38,3,0,0,0],[9,39,12,10,3,0,0,0],[12,10,58,6,0,0,0,0],[15,77,19,10,0,0,0,0],[19,10,58,6,0,0,0,0],[23,12,50,10,0,0,0,0],[28,14,50,10,0,0,0,0],[31,16,31,36,0,0,0,0],[31,37,34,14,0,0,0,0],[34,20,48,14,0,0,0,0],[37,109,39,18,0,0,0,0],[39,18,47,39,0,0,0,0],[41,20,41,34,0,0,0,0],[41,35,43,18,0,0,0,0],[50,17,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaFSbyKXEfu_","regions":[[37,58,37,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaFSbyKXEfu_SbyKXEfu0_","regions":[[37,85,37,107,0,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC08validateE0ySb7isValid_SaySSG6errorstSSYaF","regions":[[64,100,79,6,128,0,0,0],[68,12,68,38,128,0,0,0],[68,39,73,10,128,0,0,0],[73,10,78,25,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17parseKanataErrorsySaySSGSSF","regions":[[86,65,122,6,3,0,0,0],[91,58,97,10,5,0,0,0],[92,59,96,14,2,0,0,0],[97,10,121,22,3,0,0,0],[101,27,109,10,5,0,0,0],[103,16,103,42,5,0,0,0],[103,43,108,14,0,0,0,0],[105,20,105,40,0,0,0,0],[105,41,107,18,0,0,0,0],[109,10,121,22,3,0,0,0],[113,12,113,26,3,0,0,0],[113,27,119,10,2,0,0,0],[115,16,115,38,2,0,0,0],[115,39,118,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigWithCLI33_17E0C7BCDF158AD7594691D1E9E52271LLySb7isValid_SaySSG6errorstSSYaF","regions":[[125,101,219,6,0,0,0,0],[135,12,202,10,0,0,0,0],[138,102,202,10,0,0,0,0],[139,75,202,10,0,0,0,0],[147,83,157,14,0,0,0,0],[150,20,150,46,0,0,0,0],[150,47,154,18,0,0,0,0],[154,18,156,42,0,0,0,0],[157,14,202,10,0,0,0,0],[168,14,202,10,0,0,0,0],[177,16,177,31,0,0,0,0],[177,32,179,14,0,0,0,0],[181,16,181,36,0,0,0,0],[181,37,185,14,0,0,0,0],[185,20,201,14,0,0,0,0],[188,20,188,36,0,0,0,0],[188,37,192,18,0,0,0,0],[192,24,194,18,0,0,0,0],[197,59,199,18,0,0,0,0],[199,18,200,39,0,0,0,0],[202,17,218,10,0,0,0,0],[204,16,204,32,0,0,0,0],[204,33,208,14,0,0,0,0],[208,20,210,14,0,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC08validateE10InTestMode33_17E0C7BCDF158AD7594691D1E9E52271LLySb7isValid_SaySSG6errorstSSF","regions":[[223,7,234,6,128,0,0,0],[224,84,226,10,1,0,0,0],[226,10,234,6,127,0,0,0],[228,12,231,10,127,0,0,0],[229,57,230,30,127,0,0,0],[231,17,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC23notifyValidationFailure33_17E0C7BCDF158AD7594691D1E9E52271LL_7contextySaySSG_SStF","regions":[[236,79,246,6,0,0,0,0],[237,69,237,79,0,0,0,0],[237,79,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20buildKanataArguments33_17E0C7BCDF158AD7594691D1E9E52271LL9checkOnlySaySSGSb_tF","regions":[[248,76,262,6,0,0,0,0],[250,12,250,21,0,0,0,0],[250,22,252,10,0,0,0,0],[255,12,255,22,0,0,0,0],[255,23,259,10,0,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14configFileNameSSvpfi","regions":[[24,33,24,65,113,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC9observers33_8FE7E54C73E714F45C95D7B03BC8C536LLSDy10Foundation4UUIDVyAA06KanataE0VYaYbcGvpfi","regions":[[28,71,28,74,113,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7ioQueue33_8FE7E54C73E714F45C95D7B03BC8C536LLSo17OS_dispatch_queueCvpfi","regions":[[31,27,31,94,113,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC9stateLock33_8FE7E54C73E714F45C95D7B03BC8C536LLSo6NSLockCvpfi","regions":[[33,29,33,37,113,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15configDirectoryACSSSg_tcfc","regions":[[37,49,44,6,113,0,0,0],[38,50,40,10,113,0,0,0],[40,16,42,10,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7currentAA06KanataE0VyYaF","regions":[[48,56,67,6,13,0,0,0],[50,51,50,68,0,0,0,0],[50,68,67,6,13,0,0,0],[53,12,56,10,13,0,0,0],[54,44,55,26,13,0,0,0],[56,17,66,10,0,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKF","regions":[[69,62,108,6,15,0,0,0],[72,12,72,19,15,0,0,0],[72,20,82,10,1,0,0,0],[75,16,78,14,1,0,0,0],[76,56,78,14,1,0,0,0],[78,21,81,14,0,0,0,0],[81,14,82,10,1,0,0,0],[82,10,108,6,15,0,0,0],[84,27,86,10,0,0,0,0],[86,10,108,6,15,0,0,0],[88,12,103,10,15,0,0,0],[89,75,102,26,15,0,0,0],[90,56,102,26,15,0,0,0],[98,28,100,14,1,0,0,0],[100,14,102,26,15,0,0,0],[103,43,105,10,0,0,0,0],[105,17,107,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKFScTyyts5NeverOGyAFYaYbcXEfU_","regions":[[95,38,97,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKFScTyyts5NeverOGyAFYaYbcXEfU_yyYacfU_","regions":[[96,22,96,62,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7observeyAA0E16ObservationTokenVyAA06KanataE0VYaYbcF","regions":[[112,5,123,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7observeyAA0E16ObservationTokenVyAA06KanataE0VYaYbcFyycfU_","regions":[[118,46,122,10,0,0,0,0]]},{"branches":[],"count":162,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKF","regions":[[127,73,163,6,162,0,0,0],[129,85,131,10,0,0,0,0],[131,10,162,10,162,0,0,0],[141,12,141,32,162,0,0,0],[141,33,150,10,1,0,0,0],[145,16,145,32,1,0,0,0],[145,33,149,14,0,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKF10Foundation4DateVyKXEfu_","regions":[[135,73,135,79,34,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKFSSAA16ChordGroupConfigVcfu0_","regions":[[142,51,142,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyF","regions":[[165,72,180,6,0,0,0,0],[166,39,169,10,0,0,0,0],[169,10,179,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU_","regions":[[168,50,168,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU0_","regions":[[171,60,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU0_ytSgyYacfU_","regions":[[172,18,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU1_","regions":[[177,46,179,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC27createInitialConfigIfNeededyyYaKF","regions":[[185,60,216,6,2,0,0,0],[187,62,216,6,2,0,0,0],[192,12,192,19,2,0,0,0],[192,20,213,10,2,0,0,0],[199,19,199,63,0,0,0,0],[200,19,200,36,2,0,0,0],[209,14,213,10,2,0,0,0],[213,16,215,10,0,0,0,0],[215,10,216,6,2,0,0,0]]},{"branches":[],"count":121,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKF","regions":[[223,20,296,6,121,0,0,0],[227,61,230,10,93,0,0,0],[230,10,296,6,121,0,0,0],[236,12,236,30,121,0,0,0],[236,31,241,10,0,0,0,0],[241,10,296,6,121,0,0,0],[265,12,265,31,121,0,0,0],[265,32,269,10,0,0,0,0],[269,10,296,6,121,0,0,0],[273,79,296,6,121,0,0,0],[291,24,293,10,1,0,0,0],[293,10,296,6,121,0,0,0]]},{"branches":[],"count":93,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFSSAA0A7MappingVXEfU_","regions":[[228,49,228,87,93,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFSS0aB4Core0aB5ErrorO19MappingConflictInfoVcfu_","regions":[[238,85,238,98,0,0,0,0]]},{"branches":[],"count":120,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFAA06LeaderA10PreferenceVyYbScMYcXEfU0_","regions":[[250,49,252,10,120,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFScTyyts5NeverOGyAA06KanataE0VYaYbcXEfU1_","regions":[[288,34,290,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFScTyyts5NeverOGyAA06KanataE0VYaYbcXEfU1_yyYacfU_","regions":[[289,18,289,61,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE011keyMappingsySayAA0A7MappingVG_tYaKF","regions":[[299,75,306,6,4,0,0,0],[305,66,306,6,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE05input6outputySS_SStYaKF","regions":[[309,79,312,6,2,0,0,0],[311,63,312,6,2,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC05writeE7ContentyySSYaKF","regions":[[315,75,320,6,16,0,0,0],[316,73,320,6,14,0,0,0],[318,55,320,6,14,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[328,5,374,6,2,0,0,0],[334,101,373,26,2,0,0,0],[352,74,373,26,2,0,0,0],[360,71,373,26,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[380,5,418,6,2,0,0,0],[386,29,415,10,2,0,0,0],[390,16,390,46,2,0,0,0],[390,78,402,14,1,0,0,0],[392,20,392,55,1,0,0,0],[392,56,401,18,1,0,0,0],[405,16,405,73,2,0,0,0],[405,74,408,14,0,0,0,0],[411,16,411,80,2,0,0,0],[411,81,414,14,1,0,0,0],[414,14,415,10,1,0,0,0],[415,10,417,30,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSbyKXEfu_","regions":[[405,45,405,73,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSbyKXEfu0_","regions":[[411,51,411,80,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17readCurrentConfigSSyYaKF","regions":[[421,60,423,6,0,0,0,0],[422,57,423,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC26backupConfigBeforeAIRepairSSyYaKF","regions":[[427,69,457,6,0,0,0,0],[433,101,456,26,0,0,0,0],[444,78,456,26,0,0,0,0],[453,74,456,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC18saveRepairedConfigyySSYaKF","regions":[[460,76,476,6,0,0,0,0],[464,76,476,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC16handleFileChange33_8FE7E54C73E714F45C95D7B03BC8C536LLyyYaF","regions":[[480,43,488,6,0,0,0,0],[482,12,485,10,0,0,0,0],[483,35,485,10,0,0,0,0],[485,17,487,10,0,0,0,0],[487,10,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC18stopFileMonitoring33_8FE7E54C73E714F45C95D7B03BC8C536LLyyF","regions":[[490,39,493,6,0,0,0,0]]},{"branches":[],"count":255,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC23withLockedCurrentConfigAA06KanataE0VSgyF","regions":[[500,60,504,6,255,0,0,0]]},{"branches":[],"count":121,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC24loadPreservedChordGroupsSayAA0I11GroupConfigVGyF","regions":[[506,59,518,6,121,0,0,0],[507,82,509,10,0,0,0,0],[509,10,517,64,121,0,0,0],[513,14,515,10,21,0,0,0],[515,10,517,64,100,0,0,0]]},{"branches":[],"count":121,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC22loadPreservedSequencesSay0aB4Core18KanataDefseqParserO14ParsedSequenceVGyF","regions":[[520,74,533,6,121,0,0,0],[522,80,524,10,0,0,0,0],[524,19,524,76,121,0,0,0],[526,9,528,10,100,0,0,0],[528,16,530,10,21,0,0,0],[530,10,532,25,100,0,0,0]]},{"branches":[],"count":150,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC010setCurrentE0yyAA06KanataE0VF","regions":[[535,65,539,6,150,0,0,0]]},{"branches":[],"count":134,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17observersSnapshotSayyAA06KanataE0VYaYbcGyF","regions":[[541,68,545,6,134,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKF","regions":[[547,61,558,6,15,0,0,0],[557,10,558,6,15,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKFyScCySSs5Error_pGXEfU_","regions":[[548,51,557,10,15,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKFyScCySSs5Error_pGXEfU_yyYbcfU_","regions":[[549,27,556,14,15,0,0,0],[550,20,553,18,15,0,0,0],[551,84,553,18,15,0,0,0],[553,25,555,18,0,0,0,0],[555,18,556,14,15,0,0,0]]},{"branches":[],"count":135,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKF","regions":[[560,71,587,6,135,0,0,0],[564,37,567,10,1,0,0,0],[567,10,587,6,134,0,0,0],[570,12,570,34,134,0,0,0],[570,35,575,10,134,0,0,0],[571,83,574,14,1,0,0,0],[574,14,575,10,133,0,0,0],[575,10,587,6,133,0,0,0],[586,10,587,6,133,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFSbyKXEfu_","regions":[[571,49,571,77,1,0,0,0]]},{"branches":[],"count":133,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFyScCyyts5Error_pGXEfU_","regions":[[577,51,586,10,133,0,0,0]]},{"branches":[],"count":133,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[578,27,585,14,133,0,0,0],[579,20,582,18,133,0,0,0],[580,86,582,18,133,0,0,0],[582,25,584,18,0,0,0,0],[584,18,585,14,133,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKF","regions":[[589,70,600,6,4,0,0,0],[599,10,600,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKFyScCyyts5Error_pGXEfU_","regions":[[590,51,599,10,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[591,27,598,14,4,0,0,0],[592,20,595,18,4,0,0,0],[593,81,595,18,4,0,0,0],[595,25,597,18,0,0,0,0],[597,18,598,14,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKF","regions":[[602,58,617,6,2,0,0,0],[616,10,617,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKFyScCyyts5Error_pGXEfU_","regions":[[603,51,616,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[604,27,615,14,2,0,0,0],[605,20,612,18,2,0,0,0],[610,22,612,18,2,0,0,0],[612,25,614,18,0,0,0,0],[614,18,615,14,2,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaF","regions":[[619,54,625,6,18,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaFyScCySbs5NeverOGXEfU_","regions":[[620,39,624,10,18,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[621,27,623,14,18,0,0,0]]},{"branches":[],"count":115392,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToeA8ForMacroyS2SFZ","regions":[[635,78,652,6,115392,0,0,0],[641,40,648,10,807237,0,0,0],[642,16,642,49,807237,0,0,0],[642,50,647,14,152,0,0,0],[647,14,648,10,807085,0,0,0],[648,10,651,41,115240,0,0,0]]},{"branches":[],"count":258320,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToeA0yS2SFZ","regions":[[655,70,739,6,258320,0,0,0],[724,44,726,10,106394,0,0,0],[726,10,738,26,151926,0,0,0],[729,12,729,33,151926,0,0,0],[729,34,731,10,61443,0,0,0],[731,10,738,26,90483,0,0,0],[734,12,734,36,90483,0,0,0],[734,37,734,54,1356,0,0,0],[734,54,738,26,89127,0,0,0],[735,12,735,36,89127,0,0,0],[735,37,735,54,1354,0,0,0],[735,54,738,26,87773,0,0,0]]},{"branches":[],"count":124406,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZ","regions":[[742,76,775,6,124406,0,0,0],[749,12,749,26,124406,0,0,0],[749,27,751,10,10,0,0,0],[751,10,774,55,124396,0,0,0],[754,12,754,28,124396,0,0,0],[754,29,758,10,1375,0,0,0],[758,10,774,55,123021,0,0,0],[765,12,765,33,123021,0,0,0],[765,69,770,10,10424,0,0,0],[770,10,774,55,112597,0,0,0]]},{"branches":[],"count":125792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZSbSSXEfU_","regions":[[746,86,746,101,125792,0,0,0]]},{"branches":[],"count":2761,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZS2SXEfU0_","regions":[[756,41,756,75,2761,0,0,0]]},{"branches":[],"count":193457,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZSSSJXEfU1_","regions":[[768,39,768,53,193457,0,0,0]]},{"branches":[],"count":92904,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO20shouldConvertToMacro33_8FE7E54C73E714F45C95D7B03BC8C536LLySbSSFZ","regions":[[779,71,818,6,92904,0,0,0],[783,102,788,10,92904,0,0,0],[785,16,785,77,92904,0,0,0],[785,78,787,14,120,0,0,0],[787,14,788,10,92784,0,0,0],[788,10,817,31,92784,0,0,0],[812,12,812,49,92784,0,0,0],[812,50,814,10,82360,0,0,0],[814,10,817,31,10424,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC4path8callbackADSS_yyctcfc","regions":[[829,56,833,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLCfd","regions":[[835,12,837,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyF","regions":[[839,34,861,6,0,0,0,0],[841,40,844,10,0,0,0,0],[844,10,861,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyFyycfU_","regions":[[852,33,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyFyycfU0_","regions":[[856,34,858,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC12stopWatchingyyF","regions":[[863,33,866,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg","regions":[[31,25,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_","regions":[[32,28,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_","regions":[[34,33,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_","regions":[[36,36,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_A15_yXEfU_","regions":[[38,40,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_A15_yXEfU0_","regions":[[52,40,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[92,45,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_","regions":[[93,16,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU_","regions":[[95,18,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU0_","regions":[[106,18,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU1_","regions":[[117,18,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[139,49,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_","regions":[[140,50,201,10,0,0,0,0],[142,85,163,14,0,0,0,0],[163,14,201,10,0,0,0,0],[166,90,200,14,0,0,0,0],[200,14,201,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A13_yXEfU_","regions":[[143,37,157,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A13_yXEfU_A9_yXEfU_","regions":[[148,61,154,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_","regions":[[167,37,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_","regions":[[172,61,191,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_","regions":[[176,44,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_A30_Si_SStcfU_","regions":[[177,105,189,30,0,0,0,0],[185,36,185,86,0,0,0,0],[185,87,188,34,0,0,0,0],[188,34,189,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_A30_Si_SStcfU_A9_yXEfU_","regions":[[178,52,184,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[208,42,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_","regions":[[209,29,282,10,0,0,0,0],[219,47,281,14,0,0,0,0],[223,20,223,60,0,0,0,0],[223,61,237,18,0,0,0,0],[237,24,250,18,0,0,0,0],[253,20,253,55,0,0,0,0],[253,56,267,18,0,0,0,0],[267,24,280,18,0,0,0,0],[281,14,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU_","regions":[[210,30,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU0_","regions":[[225,28,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU1_","regions":[[227,30,232,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU1_A11_yXEfU_","regions":[[228,44,231,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU2_","regions":[[239,28,241,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU3_","regions":[[241,30,246,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU3_A11_yXEfU_","regions":[[242,44,245,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU4_","regions":[[255,28,257,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU5_","regions":[[257,30,262,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU5_A11_yXEfU_","regions":[[258,44,261,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU6_","regions":[[269,28,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU7_","regions":[[271,30,276,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU7_A11_yXEfU_","regions":[[272,44,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A11DisplayNameO7display3forS2S_tFZ","regions":[[291,58,357,6,0,0,0,0],[333,12,333,34,0,0,0,0],[333,35,336,10,0,0,0,0],[337,12,337,34,0,0,0,0],[337,35,340,10,0,0,0,0],[341,12,341,34,0,0,0,0],[341,35,344,10,0,0,0,0],[345,12,345,34,0,0,0,0],[345,35,348,10,0,0,0,0],[352,12,352,29,0,0,0,0],[352,30,354,10,0,0,0,0],[354,16,356,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A11DisplayNameO7display3forS2S_tFZSSyKXEfu_","regions":[[350,48,350,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGF","regions":[[10,66,32,6,0,0,0,0],[19,12,19,28,0,0,0,0],[19,29,23,10,0,0,0,0],[20,80,22,14,0,0,0,0],[25,12,25,27,0,0,0,0],[25,89,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGFSbAGXEfU_","regions":[[11,41,16,10,0,0,0,0],[12,67,14,14,0,0,0,0],[14,14,15,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGFSSyKXEfu_","regions":[[26,55,26,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tF","regions":[[34,55,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tFyyYacfU_","regions":[[35,14,59,10,0,0,0,0],[41,45,41,51,0,0,0,0],[41,54,41,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tFyyYacfU_SSs5Int32VYbcfu_","regions":[[41,63,41,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaF","regions":[[68,7,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSs5Int32VYbcfu_","regions":[[70,62,70,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSyKXEfu0_","regions":[[70,78,70,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSyKXEfu1_","regions":[[71,52,71,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyF","regions":[[80,47,99,6,0,0,0,0],[82,12,82,56,0,0,0,0],[82,57,95,10,0,0,0,0],[95,10,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_","regions":[[83,18,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_yyYacfU_","regions":[[86,32,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_yycfU0_","regions":[[89,31,91,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU0_","regions":[[96,14,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaF","regions":[[102,51,123,6,0,0,0,0],[103,12,103,34,0,0,0,0],[103,35,106,10,0,0,0,0],[108,50,108,60,0,0,0,0],[108,60,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaFyycfU_","regions":[[110,42,122,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaFyycfU_yyYacfU_","regions":[[110,49,122,10,0,0,0,0],[112,16,112,23,0,0,0,0],[112,24,114,14,0,0,0,0],[114,20,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyF","regions":[[127,34,183,6,0,0,0,0],[128,47,128,57,0,0,0,0],[128,57,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU_","regions":[[131,101,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU0_","regions":[[139,11,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU0_yyYacfU_","regions":[[141,18,154,14,0,0,0,0],[144,20,144,41,0,0,0,0],[144,42,153,18,0,0,0,0],[147,24,147,31,0,0,0,0],[147,32,149,22,0,0,0,0],[149,28,151,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU1_","regions":[[159,11,162,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU2_","regions":[[167,11,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU2_yyYacfU_","regions":[[169,18,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU3_","regions":[[176,99,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU3_yyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyF","regions":[[190,51,214,6,0,0,0,0],[193,12,193,32,0,0,0,0],[193,77,211,10,0,0,0,0],[211,10,213,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyFySbcfU_","regions":[[201,15,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyFySbcfU_yyYacfU_","regions":[[203,22,207,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyF","regions":[[217,40,246,6,0,0,0,0],[218,47,218,57,0,0,0,0],[218,57,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU_","regions":[[224,11,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[225,18,225,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU0_","regions":[[229,104,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU0_yyYacfU_","regions":[[231,18,235,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU1_","regions":[[241,11,245,10,0,0,0,0],[242,75,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU1_yyYaYbScMYccfU_","regions":[[243,22,243,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyF","regions":[[249,34,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_","regions":[[254,14,302,10,0,0,0,0],[255,16,296,14,0,0,0,0],[257,125,296,14,0,0,0,0],[264,118,296,14,0,0,0,0],[270,18,296,14,0,0,0,0],[275,20,275,38,0,0,0,0],[275,39,288,18,0,0,0,0],[277,118,288,18,0,0,0,0],[288,24,295,18,0,0,0,0],[295,18,296,14,0,0,0,0],[296,21,301,14,0,0,0,0],[301,14,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU_","regions":[[258,37,260,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[283,41,287,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[290,41,294,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU2_","regions":[[297,37,300,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyF","regions":[[8,26,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyFySo7NSTimerCYbcfU_","regions":[[10,103,13,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyFySo7NSTimerCYbcfU_yyYacfU_","regions":[[12,18,12,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaF","regions":[[16,30,51,6,0,0,0,0],[24,12,24,35,0,0,0,0],[26,9,35,10,0,0,0,0],[38,43,44,10,0,0,0,0],[44,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFSbyKXEfu_","regions":[[25,55,25,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFyyYbScMYcXEfU_","regions":[[28,33,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFyyYbScMYcXEfU0_","regions":[[40,33,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFySScfU1_","regions":[[48,24,48,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFys5Error_pcfU2_","regions":[[49,22,49,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17handleSaveSuccessyySSF","regions":[[53,47,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pF","regions":[[57,42,132,6,0,0,0,0],[59,66,62,10,0,0,0,0],[62,10,132,6,0,0,0,0],[65,81,68,10,0,0,0,0],[68,10,132,6,0,0,0,0],[71,77,85,10,0,0,0,0],[73,16,73,43,0,0,0,0],[76,13,84,14,0,0,0,0],[84,14,85,10,0,0,0,0],[85,10,132,6,0,0,0,0],[88,83,92,10,0,0,0,0],[92,10,132,6,0,0,0,0],[95,83,107,10,0,0,0,0],[107,10,132,6,0,0,0,0],[110,79,122,10,0,0,0,0],[122,10,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu_","regions":[[74,52,74,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu0_","regions":[[75,19,75,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu1_","regions":[[75,53,75,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFyyYaKcfU_","regions":[[79,22,82,18,0,0,0,0],[80,66,82,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFyyYaKcfU0_","regions":[[128,14,131,10,0,0,0,0],[129,51,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29presentValidationFailureModalyySaySSGF","regions":[[134,60,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV31copyValidationErrorsToClipboardyyF","regions":[[140,44,146,6,0,0,0,0],[141,53,141,63,0,0,0,0],[141,63,146,6,0,0,0,0],[144,60,144,107,0,0,0,0],[144,110,144,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25openCurrentConfigInEditoryyF","regions":[[148,38,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20handleInputRecordTapyyF","regions":[[152,33,169,6,0,0,0,0],[153,12,153,51,0,0,0,0],[153,52,156,10,0,0,0,0],[156,10,169,6,0,0,0,0],[158,58,161,10,0,0,0,0],[161,10,169,6,0,0,0,0],[164,12,164,52,0,0,0,0],[164,53,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21handleOutputRecordTapyyF","regions":[[171,34,188,6,0,0,0,0],[172,12,172,52,0,0,0,0],[172,53,175,10,0,0,0,0],[175,10,188,6,0,0,0,0],[177,58,180,10,0,0,0,0],[180,10,188,6,0,0,0,0],[183,12,183,51,0,0,0,0],[183,52,185,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV19inputDisabledReasonSSyF","regions":[[190,42,202,6,0,0,0,0],[192,12,192,50,0,0,0,0],[192,93,194,10,0,0,0,0],[195,12,195,36,0,0,0,0],[195,37,197,10,0,0,0,0],[198,12,198,35,0,0,0,0],[198,36,200,10,0,0,0,0],[201,34,201,43,0,0,0,0],[201,46,201,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20outputDisabledReasonSSyF","regions":[[204,43,216,6,0,0,0,0],[206,12,206,50,0,0,0,0],[206,94,208,10,0,0,0,0],[209,12,209,36,0,0,0,0],[209,37,211,10,0,0,0,0],[212,12,212,35,0,0,0,0],[212,36,214,10,0,0,0,0],[215,34,215,43,0,0,0,0],[215,46,215,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV22logInputDisabledReasonyyF","regions":[[218,35,224,6,0,0,0,0],[220,12,220,45,0,0,0,0],[220,46,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23logOutputDisabledReasonyyF","regions":[[226,36,232,6,0,0,0,0],[228,12,228,46,0,0,0,0],[228,47,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg","regions":[[19,25,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_","regions":[[20,50,72,10,0,0,0,0],[21,16,21,48,0,0,0,0],[21,66,26,14,0,0,0,0],[26,14,72,10,0,0,0,0],[52,16,52,52,0,0,0,0],[52,53,67,14,0,0,0,0],[67,14,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU_","regions":[[22,29,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_SbAA14RuleCollectionVXEfU0_","regions":[[28,80,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_SbAA14RuleCollectionVXEfU0_SbyKXEfu_","regions":[[29,33,29,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU1_","regions":[[34,34,34,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU2_","regions":[[54,32,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU2_yyYacfU_","regions":[[55,30,64,26,0,0,0,0],[60,32,60,42,0,0,0,0],[60,43,62,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg","regions":[[76,46,112,6,0,0,0,0],[78,12,79,68,0,0,0,0],[80,9,111,10,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbyKXEfu_","regions":[[79,16,79,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[81,20,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A29_yXEfU_","regions":[[85,28,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A29_yXEfU_A27_yXEfU_","regions":[[86,32,96,26,0,0,0,0],[87,32,87,65,0,0,0,0],[87,66,93,30,0,0,0,0],[93,36,95,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyKXEfu_","regions":[[104,28,104,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyKXEfu0_","regions":[[105,28,105,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvg","regions":[[115,53,127,6,0,0,0,0],[117,12,117,46,0,0,0,0],[117,47,126,10,0,0,0,0],[121,16,121,39,0,0,0,0],[121,40,125,14,0,0,0,0],[125,14,126,10,0,0,0,0],[126,10,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbAA16KanataDiagnosticVXEfU_","regions":[[118,67,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbAA16KanataDiagnosticVXEfU_SbyKXEfu_","regions":[[119,45,119,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgyycfU0_","regions":[[122,71,124,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV16normalizedErrors33_9F18B463604CD01991FBB6ED51959453LLSaySSGvg","regions":[[143,44,147,6,0,0,0,0],[145,15,145,63,0,0,0,0],[146,15,146,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg","regions":[[149,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_","regions":[[150,50,310,10,0,0,0,0],[197,32,221,14,0,0,0,0],[221,14,310,10,0,0,0,0],[223,31,249,14,0,0,0,0],[249,14,310,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_","regions":[[151,37,168,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_ANyXEfU_","regions":[[152,57,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_yyScMYccfU0_","regions":[[160,24,162,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_A7_yXEfU1_","regions":[[162,26,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_","regions":[[172,24,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_","regions":[[173,58,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_A54_Si_SStcfU_","regions":[[174,81,190,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_A54_Si_SStcfU_A43_yXEfU_","regions":[[175,61,183,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A62_yXEfU1_","regions":[[198,37,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A62_yXEfU1_ANyXEfU_","regions":[[202,61,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A83_yXEfU2_","regions":[[224,37,239,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A83_yXEfU2_A81_yXEfU_","regions":[[228,61,237,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A88_yXEfU3_","regions":[[251,32,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_","regions":[[264,33,309,14,0,0,0,0],[277,39,295,18,0,0,0,0],[295,18,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU_","regions":[[265,39,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU0_","regions":[[270,46,272,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU1_","regions":[[278,28,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_A114_yXEfU2_","regions":[[280,30,290,22,0,0,0,0],[281,28,281,39,0,0,0,0],[281,40,287,26,0,0,0,0],[287,32,289,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_A114_yXEfU2_A109_yXEfU_","regions":[[282,48,286,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU3_","regions":[[298,39,300,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU4_","regions":[[303,32,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_stateController33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA04MaincrH0CGvpfi","regions":[[14,40,14,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_stateController33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA04MaincrH0CGvpfiAJycfu_AJycfu0_","regions":[[14,40,14,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_recordingCoordinator33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA09RecordingH0CGvpfi","regions":[[15,45,15,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_recordingCoordinator33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA09RecordingH0CGvpfiAJycfu_AJycfu0_","regions":[[15,45,15,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25showingInstallationWizardSbvW","regions":[[17,16,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_showingInstallationWizard33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[16,44,16,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17_canPresentModals33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[25,35,25,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_pendingShowWizardRequest33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[26,43,26,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_hasCheckedRequirements33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[28,41,28,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV18_showStatusMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[29,36,29,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV14_statusMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[30,32,30,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV22_showingEmergencyAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[31,40,31,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingConfigCorruptionAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[33,47,33,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_configCorruptionDetails33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[34,42,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_configRepairSuccessful33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[35,41,35,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_showingRepairFailedAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[36,43,36,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_repairFailedDetails33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[37,38,37,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV019_failedConfigBackupB033_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[38,41,38,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_showingInstallAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[39,38,39,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingKanataNotRunningAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[40,47,40,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV33_showingKanataServiceStoppedAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[41,51,41,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV18_showingSimpleMods33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[42,36,42,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27_showingEmergencyStopDialog33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[43,45,43,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_showingUninstallDialog33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[44,41,44,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13_toastManager33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVyAA011WizardToastH0CGvpfi","regions":[[45,31,45,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17saveDebounceDelaySdvpfi","regions":[[48,43,48,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_lastInputDisabledReason33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[52,50,52,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_lastOutputDisabledReason33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[53,51,53,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_isInitialConfigLoad33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[54,38,54,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_showSetupBanner33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[55,34,55,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingConfigValidationError33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[56,47,56,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_configValidationErrorMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[57,47,57,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30_showingValidationFailureModal33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[58,48,58,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_validationFailureErrors33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySaySSGGvpfi","regions":[[59,52,59,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_validationFailureCopyText33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[60,52,60,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_isAttemptingAIRepair33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[61,39,61,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30_lastKanataServiceIssuePresent33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[64,48,64,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28_hasSeenHealthyKanataService33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[65,46,65,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_startupObserversInstalled33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[68,44,68,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_recoveryHandlersInstalled33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[69,44,69,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvg","regions":[[71,48,107,6,0,0,0,0],[73,98,93,10,0,0,0,0],[82,16,82,38,0,0,0,0],[82,39,90,14,0,0,0,0],[86,29,89,18,0,0,0,0],[89,18,90,14,0,0,0,0],[90,20,92,14,0,0,0,0],[92,14,93,10,0,0,0,0],[93,10,106,19,0,0,0,0],[95,12,95,74,0,0,0,0],[95,75,99,10,0,0,0,0],[99,19,99,90,0,0,0,0],[99,91,102,10,0,0,0,0],[102,19,102,87,0,0,0,0],[102,88,105,10,0,0,0,0],[105,10,106,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgSbAHXEfU_","regions":[[84,54,84,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgAIyKXEfu_","regions":[[85,24,85,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgAIyKXEfu_SbAHXEfU0_","regions":[[85,50,85,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[111,46,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_","regions":[[118,28,118,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU0_","regions":[[119,29,119,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU1_","regions":[[120,21,120,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU2_","regions":[[121,33,121,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgySScfU3_","regions":[[122,28,122,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_","regions":[[128,23,136,14,0,0,0,0],[129,20,129,52,0,0,0,0],[129,53,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_yyYacfU_","regions":[[130,26,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuF9AlignmentVtFQOyAF5GroupVyAF012_ConditionalE0VyAhFE10transitionyQrqd__AF10TransitionRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_AUtFQOyAhFEA2_yQrA6__AUtFQOyAA013StatusMessageF0V_Qo__Qo__AF17OpacityTransitionVQo_AhFEAnopQQrAU_AuWtFQOyAF5ColorV_Qo_GG_Qo__SbQo_yXEfU5_","regions":[[137,55,155,14,0,0,0,0],[153,52,153,54,0,0,0,0],[153,57,153,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuF9AlignmentVtFQOyAF5GroupVyAF012_ConditionalE0VyAhFE10transitionyQrqd__AF10TransitionRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_AUtFQOyAhFEA2_yQrA6__AUtFQOyAA013StatusMessageF0V_Qo__Qo__AF17OpacityTransitionVQo_AhFEAnopQQrAU_AuWtFQOyAF5ColorV_Qo_GG_Qo__SbQo_yXEfU5_A17_yXEfU_","regions":[[139,23,152,18,0,0,0,0],[140,24,140,41,0,0,0,0],[140,42,148,22,0,0,0,0],[148,28,151,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[158,46,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_","regions":[[161,54,175,14,0,0,0,0],[162,20,162,27,0,0,0,0],[162,28,174,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_yycfU_","regions":[[166,36,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_yycfU_ytSgyYacfU_","regions":[[167,34,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE17environmentObjectyQrqd__7Combine010ObservableT0Rd__lFQOyAA010SimpleModsF0V_AA06KanataF5ModelCQo_ycfU0_","regions":[[176,53,179,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgAA19EmergencyStopDialogVycfU1_","regions":[[180,62,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE17environmentObjectyQrqd__7Combine010ObservableT0Rd__lFQOyAA09UninstallaB6DialogV_AA06KanataF5ModelCQo_ycfU2_","regions":[[183,58,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[189,49,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_","regions":[[191,23,262,14,0,0,0,0],[217,106,228,18,0,0,0,0],[220,24,220,46,0,0,0,0],[220,47,227,22,0,0,0,0],[237,20,237,50,0,0,0,0],[237,51,241,18,0,0,0,0],[243,20,243,43,0,0,0,0],[243,44,246,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_ySScfU_","regions":[[203,36,203,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYaKcfU0_","regions":[[223,30,226,26,0,0,0,0],[224,74,226,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYaYbScMYccfU1_","regions":[[253,22,256,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYacfU2_","regions":[[259,22,261,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU0_","regions":[[263,91,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU1_","regions":[[267,92,271,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU2_","regions":[[272,81,274,14,0,0,0,0],[273,84,273,94,0,0,0,0],[273,97,273,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation4DateV_AHtcfU3_","regions":[[276,59,287,14,0,0,0,0],[278,49,281,18,0,0,0,0],[281,18,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_","regions":[[288,26,293,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[296,46,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI6ButtonVyAF4TextVGyXEfU_","regions":[[298,85,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI6ButtonVyAF4TextVGyXEfU_yyScMYccfU_","regions":[[299,30,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU0_","regions":[[302,24,306,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU1_","regions":[[307,102,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU2_","regions":[[310,106,312,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU3_","regions":[[313,109,315,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU4_","regions":[[316,105,318,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU5_","regions":[[319,95,324,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_","regions":[[326,99,348,14,0,0,0,0],[328,99,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_yyYacfU_","regions":[[330,26,341,22,0,0,0,0],[335,28,335,60,0,0,0,0],[335,61,340,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_yyYacfU0_","regions":[[343,26,346,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_","regions":[[351,87,356,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_yyScMYccfU_","regions":[[352,39,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_yyScMYccfU0_","regions":[[355,49,355,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU8_","regions":[[356,24,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_","regions":[[361,96,367,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_yyScMYccfU_","regions":[[362,30,362,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_yyScMYccfU0_","regions":[[363,44,366,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU10_","regions":[[367,24,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_","regions":[[370,91,380,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU_","regions":[[371,30,371,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU0_","regions":[[372,53,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU0_yyYacfU_","regions":[[374,26,374,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU1_","regions":[[376,44,379,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU12_","regions":[[380,24,382,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_","regions":[[385,86,391,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_yyScMYccfU_","regions":[[386,30,386,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_yyScMYccfU0_","regions":[[387,39,390,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU14_","regions":[[391,24,395,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_","regions":[[396,94,411,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU_","regions":[[397,43,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU_yyYacfU_","regions":[[399,26,408,22,0,0,0,0],[403,28,403,37,0,0,0,0],[403,38,405,26,0,0,0,0],[405,32,407,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU0_","regions":[[410,49,410,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU16_","regions":[[411,24,413,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_","regions":[[416,99,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_yyScMYccfU_","regions":[[417,30,417,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_yyScMYccfU0_","regions":[[418,44,421,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU18_","regions":[[422,24,424,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU19_","regions":[[425,76,430,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_","regions":[[430,16,452,14,0,0,0,0],[446,78,446,105,0,0,0,0],[446,108,446,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU_","regions":[[434,35,434,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU0_","regions":[[435,35,438,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU1_","regions":[[439,40,442,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU2_","regions":[[443,32,445,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU3_","regions":[[446,78,446,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySSSg_AFtcfU21_","regions":[[453,52,463,14,0,0,0,0],[455,41,462,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySSSg_AFtcfU21_SbSSXEfU_","regions":[[458,81,458,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU22_","regions":[[464,92,468,14,0,0,0,0],[466,44,466,54,0,0,0,0],[466,54,468,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU22_SaySSGyKXEfu_","regions":[[465,79,465,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySay0aB10WizardCore0Q5IssueVGcfU23_","regions":[[469,49,471,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV4bodyQrvg","regions":[[474,25,477,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tF","regions":[[481,45,497,6,0,0,0,0],[491,42,491,44,0,0,0,0],[491,47,491,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tFSbyKXEfu_","regions":[[490,50,490,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tFyyYacfU_","regions":[[493,34,496,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24openSystemStatusSettingsyyF","regions":[[499,37,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17openRulesSettingsyyF","regions":[[504,30,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg","regions":[[11,25,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_","regions":[[12,49,65,10,0,0,0,0],[61,16,61,37,0,0,0,0],[61,38,64,14,0,0,0,0],[64,14,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_","regions":[[13,52,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_yyScMYccfU_","regions":[[15,29,19,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_A15_yXEfU0_","regions":[[20,28,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_A31_yXEfU1_","regions":[[39,36,49,18,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CustomLayoutStoreV4loadACyFZ","regions":[[11,45,18,6,9,0,0,0],[14,14,16,10,5,0,0,0],[16,10,17,21,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CustomLayoutStoreV4saveyyF","regions":[[21,17,27,6,3,0,0,0],[22,63,25,10,0,0,0,0],[25,10,27,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StoredLayoutV2id4name9sourceURL10layoutJSON10importDate0K7VariantACSS_S2SSg10Foundation4DataVAK0N0VAJtcfC","regions":[[45,5,52,6,2,0,0,0]]},{"branches":[],"count":72,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV2id5title5input6output9isEnabled5notes9createdAt8behavior11targetLayerAC10Foundation4UUIDV_S3SSbSSSgAM4DateVAA15MappingBehaviorOSgAA0f10CollectionR0OtcfC","regions":[[27,7,37,6,72,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV4fromACs7Decoder_p_tKcfC","regions":[[47,47,59,6,5,0,0,0],[48,72,59,6,5,0,0,0],[49,58,59,6,5,0,0,0],[50,66,59,6,5,0,0,0],[51,66,59,6,5,0,0,0],[52,68,59,6,5,0,0,0],[53,72,59,6,5,0,0,0],[54,75,59,6,5,0,0,0],[55,72,59,6,5,0,0,0],[56,90,59,6,5,0,0,0],[58,100,59,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV4fromACs7Decoder_p_tKcfcAA0F15CollectionLayerOyKXEfu_","regions":[[58,104,58,109,1,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV6encode2toys7Encoder_p_tKF","regions":[[61,52,72,6,38,0,0,0],[63,46,72,6,38,0,0,0],[64,52,72,6,38,0,0,0],[65,52,72,6,38,0,0,0],[66,54,72,6,38,0,0,0],[67,60,72,6,38,0,0,0],[68,61,72,6,38,0,0,0],[69,60,72,6,38,0,0,0],[70,67,72,6,38,0,0,0],[71,64,72,6,38,0,0,0]]},{"branches":[],"count":112,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV12displayTitleSSvg","regions":[[76,30,80,6,112,0,0,0],[78,15,78,39,110,0,0,0],[79,15,79,20,2,0,0,0]]},{"branches":[],"count":93,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV11summaryTextSSvg","regions":[[82,29,89,6,93,0,0,0],[85,9,87,10,1,0,0,0],[87,10,88,44,92,0,0,0]]},{"branches":[],"count":97,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV02asA7MappingAA0aH0VyF","regions":[[91,39,93,6,97,0,0,0]]},{"branches":[],"count":93,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV02asF10CollectionAA0fH0VyF","regions":[[95,47,107,6,93,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyF","regions":[[111,44,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFSbACcfu_","regions":[[112,16,112,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFAhCXEfU_","regions":[[112,33,112,54,0,0,0,0]]},{"branches":[],"count":121,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE02asF11CollectionsSayAA0F10CollectionVGyF","regions":[[115,50,117,6,121,0,0,0]]},{"branches":[],"count":93,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE02asF11CollectionsSayAA0F10CollectionVGyFAhCXEfU_","regions":[[116,13,116,38,93,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO15validKanataKeysShySSGvpZfiAEyXEfU_","regions":[[8,54,47,6,1,0,0,0],[12,50,14,10,26,0,0,0],[14,10,46,20,1,0,0,0],[17,34,19,10,10,0,0,0],[19,10,46,20,1,0,0,0],[22,27,24,10,20,0,0,0],[24,10,46,20,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13systemActionsSayAA16SystemActionInfoVGvgZ","regions":[[158,57,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20validSystemActionIdsShySSGvgZ","regions":[[163,57,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20validSystemActionIdsShySSGvgZSSAA0iJ4InfoVcfu_","regions":[[164,45,164,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO12systemAction3forAA06SystemI4InfoVSgSS_tFZ","regions":[[168,74,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO15ValidationErrorO16errorDescriptionSSSgvg","regions":[[183,46,198,10,0,0,0,0],[184,20,184,24,0,0,0,0],[185,13,186,44,0,0,0,0],[187,13,188,45,0,0,0,0],[189,13,190,46,0,0,0,0],[191,13,192,47,0,0,0,0],[193,13,194,69,0,0,0,0],[195,13,196,59,0,0,0,0],[197,14,198,10,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8validateySayAC15ValidationErrorOGAA0eF0VFZ","regions":[[204,74,244,6,12,0,0,0],[211,12,211,32,12,0,0,0],[211,33,213,10,1,0,0,0],[214,12,214,33,12,0,0,0],[214,34,216,10,1,0,0,0],[219,12,219,27,12,0,0,0],[219,28,221,10,2,0,0,0],[221,10,243,22,10,0,0,0],[224,12,224,37,10,0,0,0],[224,38,226,10,2,0,0,0],[230,35,234,10,14,0,0,0],[231,16,231,44,14,0,0,0],[231,45,233,14,2,0,0,0],[234,10,243,22,10,0,0,0],[239,12,239,47,10,0,0,0],[239,48,241,10,2,0,0,0]]},{"branches":[],"count":76,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO07isValidA0ySbSSFZ","regions":[[247,58,271,6,76,0,0,0],[251,12,251,48,76,0,0,0],[251,49,253,10,52,0,0,0],[253,10,270,21,24,0,0,0],[256,12,256,41,24,0,0,0],[256,42,258,10,14,0,0,0],[258,10,270,21,10,0,0,0],[261,12,261,33,10,0,0,0],[261,34,263,10,0,0,0,0],[263,10,270,21,10,0,0,0],[266,12,266,37,10,0,0,0],[266,38,268,10,0,0,0,0],[268,10,270,21,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20isSystemActionOutputySbSSFZ","regions":[[274,71,287,6,10,0,0,0],[277,75,277,91,0,0,0,0],[277,91,286,21,10,0,0,0],[279,67,285,10,0,0,0,0],[281,72,284,14,0,0,0,0],[284,14,285,10,0,0,0,0],[285,10,286,21,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21extractSystemActionId4fromSSSgSS_tFZ","regions":[[290,78,303,6,0,0,0,0],[292,75,292,89,0,0,0,0],[292,89,302,19,0,0,0,0],[296,9,301,10,0,0,0,0],[298,16,298,55,0,0,0,0],[298,56,300,14,0,0,0,0],[300,14,301,10,0,0,0,0],[301,10,302,19,0,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO07isValidA10OrModifiedySbSSFZ","regions":[[306,68,317,6,22,0,0,0],[309,40,314,10,121,0,0,0],[310,16,310,37,121,0,0,0],[310,38,313,14,12,0,0,0],[313,14,314,10,109,0,0,0],[314,10,316,31,10,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZ","regions":[[320,63,324,6,14,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZS2SXEfU_","regions":[[322,18,322,61,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZSbSSXEfU0_","regions":[[323,21,323,36,26,0,0,0]]},{"branches":[],"count":43,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO09normalizeA0yS2SFZ","regions":[[327,62,342,6,43,0,0,0],[331,51,333,10,8,0,0,0],[333,10,341,26,35,0,0,0],[336,12,336,48,35,0,0,0],[336,49,338,10,28,0,0,0],[338,10,341,26,7,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13checkConflict3for7againstAC15ValidationErrorOSgAA0eF0V_SayAKGtFZ","regions":[[354,27,365,6,8,0,0,0],[357,90,362,10,6,0,0,0],[359,16,359,53,6,0,0,0],[359,54,361,14,3,0,0,0],[361,14,362,10,3,0,0,0],[362,10,364,19,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13checkConflict3for7againstAC15ValidationErrorOSgAA0eF0V_SayAKGtFZSbyKXEfu_","regions":[[357,67,357,89,5,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8validate_13existingRulesSayAC15ValidationErrorOGAA0eF0V_SayAJGtFZ","regions":[[375,28,384,6,3,0,0,0],[379,12,379,26,3,0,0,0],[379,92,381,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO5valueSSvg","regions":[[394,34,399,10,0,0,0,0],[395,20,395,24,0,0,0,0],[396,13,396,32,0,0,0,0],[397,13,397,54,0,0,0,0],[398,14,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO12displayLabelSSvg","regions":[[402,41,407,10,0,0,0,0],[403,20,403,24,0,0,0,0],[404,13,404,32,0,0,0,0],[405,13,405,46,0,0,0,0],[406,14,407,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO8sfSymbolSSSgvg","regions":[[410,38,415,10,0,0,0,0],[411,20,411,24,0,0,0,0],[412,13,412,27,0,0,0,0],[413,13,413,50,0,0,0,0],[414,14,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZ","regions":[[421,82,469,6,0,0,0,0],[424,12,424,30,0,0,0,0],[424,31,429,10,0,0,0,0],[429,10,468,28,0,0,0,0],[434,37,440,10,0,0,0,0],[437,16,437,23,0,0,0,0],[437,24,439,14,0,0,0,0],[440,10,468,28,0,0,0,0],[443,63,445,10,0,0,0,0],[445,10,468,28,0,0,0,0],[448,97,450,10,0,0,0,0],[450,10,468,28,0,0,0,0],[453,80,460,10,0,0,0,0],[454,16,457,15,0,0,0,0],[457,16,459,14,0,0,0,0],[460,10,468,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZAgA16SystemActionInfoVXEfU_","regions":[[426,59,426,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZAGSSXEfU0_","regions":[[427,39,427,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbyKXEfu_","regions":[[436,17,436,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbyKXEfu0_","regions":[[448,71,448,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbAG10suggestion_Si8priorityt_tXEfU1_","regions":[[454,41,457,14,0,0,0,0],[455,53,455,78,0,0,0,0],[455,78,456,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbAG10suggestion_Si8priorityt_AgI_SiAJttXEfU2_","regions":[[463,31,468,10,0,0,0,0],[464,16,464,40,0,0,0,0],[464,41,466,14,0,0,0,0],[466,14,467,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZA2G10suggestion_Si8priorityt_tcfu1_","regions":[[468,15,468,27,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZ","regions":[[474,68,507,6,6,0,0,0],[477,12,477,30,6,0,0,0],[477,31,479,10,1,0,0,0],[479,10,506,21,5,0,0,0],[484,63,486,10,230,0,0,0],[486,10,506,21,5,0,0,0],[489,97,491,10,585,0,0,0],[491,10,506,21,5,0,0,0],[494,80,498,10,340,0,0,0],[495,16,495,65,340,0,0,0],[495,66,497,14,0,0,0,0],[498,10,506,21,5,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbyKXEfu_","regions":[[489,71,489,96,21,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbSS3key_Si8priorityt_tXEfU_","regions":[[495,41,495,64,31,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbSS3key_Si8priorityt_SSAG_SiAHttXEfU0_","regions":[[501,31,506,10,27,0,0,0],[502,16,502,40,27,0,0,0],[502,41,504,14,4,0,0,0],[504,14,505,33,23,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZS2S3key_Si8priorityt_tcfu0_","regions":[[506,15,506,20,21,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO17suggestCorrection3forSSSgSS_tFZ","regions":[[512,70,523,6,3,0,0,0],[516,51,518,10,1,0,0,0],[518,10,522,33,2,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC7fileURL0H7ManagerAC10Foundation0I0VSg_So06NSFileJ0Ctcfc","regions":[[13,68,28,6,19,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC7fileURL0H7ManagerAC10Foundation0I0VSg_So06NSFileJ0CtcfcAHyKXEfu_","regions":[[18,35,18,94,2,0,0,0]]},{"branches":[],"count":70,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04loadF0SayAA0E4RuleVGyF","regions":[[30,38,49,6,70,0,0,0],[32,65,35,10,1,0,0,0],[35,10,49,6,69,0,0,0],[36,12,45,10,69,0,0,0],[37,53,44,25,69,0,0,0],[39,74,44,25,68,0,0,0],[41,31,43,14,2,0,0,0],[43,14,44,25,68,0,0,0],[45,17,48,10,1,0,0,0]]},{"branches":[],"count":119,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04saveF0yySayAA0E4RuleVGKF","regions":[[51,50,61,6,119,0,0,0],[53,27,55,10,36,0,0,0],[55,10,61,6,119,0,0,0],[57,90,61,6,119,0,0,0],[58,45,61,6,119,0,0,0],[59,54,61,6,119,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04testG02atAC10Foundation3URLV_tFZ","regions":[[66,76,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg","regions":[[15,25,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_","regions":[[16,49,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_","regions":[[21,32,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_","regions":[[27,22,33,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_A26_SScfU_","regions":[[28,50,32,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_A26_SScfU_yyScMYccfU_","regions":[[29,37,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A20_yXEfU0_","regions":[[33,26,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg","regions":[[53,25,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0mY0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[54,28,72,10,0,0,0,0],[56,35,61,14,0,0,0,0],[61,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0mY0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_SSyKXEfu_","regions":[[69,29,69,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvgyycfU0_","regions":[[83,19,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyF","regions":[[88,32,118,6,0,0,0,0],[92,90,95,10,0,0,0,0],[95,10,118,6,0,0,0,0],[98,57,98,70,0,0,0,0],[98,73,98,95,0,0,0,0],[105,33,111,10,0,0,0,0],[107,16,107,60,0,0,0,0],[107,61,110,14,0,0,0,0],[110,14,111,10,0,0,0,0],[111,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFSSSscfu_","regions":[[116,18,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFS2SXEfU_","regions":[[117,39,117,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFSSyKXEfu0_","regions":[[117,57,117,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV11loadFromURL33_9AC223CD4BEA926349AE03750022F752LLyy10Foundation0I0VF","regions":[[120,42,135,6,0,0,0,0],[129,9,131,10,0,0,0,0],[131,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV6domain33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[146,32,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvg","regions":[[150,25,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0J0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0lX0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[151,28,167,10,0,0,0,0],[152,28,157,14,0,0,0,0],[157,20,162,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvgyycfU0_","regions":[[178,19,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvgyycfU0_yyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV10actionInfo33_9AC223CD4BEA926349AE03750022F752LLSS4icon_SS4nametvg","regions":[[193,58,200,6,0,0,0,0],[195,75,197,10,0,0,0,0],[197,10,199,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV4bodyQrvg","regions":[[202,25,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVtGyXEfU_","regions":[[203,28,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV9layerIcon33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[235,35,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV11displayName33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[240,37,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV4bodyQrvg","regions":[[244,25,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVtGyXEfU_","regions":[[245,28,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV5title11systemImage8subtitleACSS_S2SSgtcfC","regions":[[278,71,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg","regions":[[284,25,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGG_AYSgtGyXEfU_","regions":[[285,49,303,10,0,0,0,0],[298,29,302,14,0,0,0,0],[302,14,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGG_AYSgtGyXEfU_A0_yXEfU_","regions":[[286,32,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg","regions":[[315,25,346,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE19_ConditionalContentVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE5ImageV_Qo_AmEEAnopQQrAU_AuWtFQOyAmEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAY_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGG_A12_tGyXEfU_","regions":[[316,49,340,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE19_ConditionalContentVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE5ImageV_Qo_AmEEAnopQQrAU_AuWtFQOyAmEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAY_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGG_A12_tGyXEfU_A15_yXEfU_","regions":[[317,32,335,14,0,0,0,0],[319,39,323,18,0,0,0,0],[323,24,328,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvgyycfU0_","regions":[[343,19,345,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV04loadC4Icon33_9AC223CD4BEA926349AE03750022F752LLyyF","regions":[[348,32,354,6,0,0,0,0],[349,117,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg","regions":[[365,25,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[366,49,391,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ANyXEfU_","regions":[[368,32,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[381,40,383,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU1_","regions":[[383,22,387,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg","regions":[[8,25,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg7SwiftUI05TupleH0VyAE6VStackVyAGyAE4TextV_AKtGG_AE6SpacerVtGyXEfU_","regions":[[9,33,18,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg7SwiftUI05TupleH0VyAE6VStackVyAGyAE4TextV_AKtGG_AE6SpacerVtGyXEfU_ALyXEfU_","regions":[[10,53,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg","regions":[[33,25,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_","regions":[[34,49,108,10,0,0,0,0],[102,32,107,14,0,0,0,0],[107,14,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_","regions":[[38,64,71,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_yyScMYccfU_","regions":[[62,24,64,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_A8_yXEfU0_","regions":[[64,26,66,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_","regions":[[73,64,96,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_A37_yXEfU_","regions":[[74,57,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_A43_yXEfU0_","regions":[[85,57,95,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV06hasAnyF033_7EFC2E65835814C72A51421A9D5A5F6BLLSbvg","regions":[[122,35,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV06hasAnyF033_7EFC2E65835814C72A51421A9D5A5F6BLLSbvgSbyKXEfu_","regions":[[123,27,123,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg","regions":[[126,25,200,6,0,0,0,0],[127,12,127,24,0,0,0,0],[127,25,148,10,0,0,0,0],[148,16,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_","regions":[[128,33,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_A0_yXEfU_","regions":[[129,37,144,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_A0_yXEfU_AZyXEfU_","regions":[[134,40,143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_","regions":[[149,24,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_","regions":[[150,41,196,18,0,0,0,0],[153,24,153,38,0,0,0,0],[153,39,176,22,0,0,0,0],[176,22,196,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_","regions":[[161,40,175,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_ySbcfU_","regions":[[164,43,166,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_yycfU0_","regions":[[167,49,169,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_yycfU1_","regions":[[170,43,172,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_","regions":[[180,41,195,22,0,0,0,0],[183,60,183,61,0,0,0,0],[183,64,183,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_A22_A18_cfU_","regions":[[185,51,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_A22_A18_cfU_yycfU_","regions":[[189,43,191,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19appLaunchIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[212,46,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV22systemActionIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[217,49,227,6,0,0,0,0],[223,14,225,10,0,0,0,0],[225,10,226,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV13urlIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[230,40,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV21layerSwitchIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[235,48,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg","regions":[[239,25,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_","regions":[[240,50,310,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_","regions":[[241,50,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A14_yXEfU_","regions":[[242,57,278,18,0,0,0,0],[273,63,277,22,0,0,0,0],[277,22,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A14_yXEfU_A11_yXEfU_","regions":[[246,40,271,22,0,0,0,0],[253,60,255,26,0,0,0,0],[255,73,257,26,0,0,0,0],[257,61,259,26,0,0,0,0],[259,73,261,26,0,0,0,0],[261,32,263,26,0,0,0,0],[266,57,268,26,0,0,0,0],[268,26,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_SbyYbcfU0_","regions":[[285,30,285,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_ySbYbcfU1_","regions":[[286,30,286,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_","regions":[[294,22,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_yyScMYccfU_","regions":[[295,46,295,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_yyScMYccfU0_","regions":[[298,58,298,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A52_yXEfU3_","regions":[[301,26,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF","regions":[[319,78,355,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyJ0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleJ0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_","regions":[[320,28,353,10,0,0,0,0],[321,20,321,28,0,0,0,0],[322,13,323,92,0,0,0,0],[325,13,341,18,0,0,0,0],[326,57,341,18,0,0,0,0],[329,24,329,45,0,0,0,0],[329,46,331,22,0,0,0,0],[331,28,340,22,0,0,0,0],[343,13,344,28,0,0,0,0],[346,13,351,18,0,0,0,0],[352,14,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyJ0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleJ0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_A1_Si_SS_S2SttcfU_","regions":[[332,82,339,26,0,0,0,0],[333,32,333,45,0,0,0,0],[333,46,337,30,0,0,0,0],[337,30,339,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV31extractBehaviorItemsInEditOrder33_7EFC2E65835814C72A51421A9D5A5F6BLL4fromSaySS_S2StGAA08TapDanceI0V_tF","regions":[[358,107,378,6,0,0,0,0],[366,43,375,10,0,0,0,0],[368,45,368,57,0,0,0,0],[368,57,375,10,0,0,0,0],[371,56,371,77,0,0,0,0],[371,80,371,100,0,0,0,0],[372,54,372,74,0,0,0,0],[372,77,372,87,0,0,0,0],[375,10,377,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV12behaviorItem33_7EFC2E65835814C72A51421A9D5A5F6BLL4icon5label3keyQrSS_S2StF","regions":[[381,86,389,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV12behaviorItem33_7EFC2E65835814C72A51421A9D5A5F6BLL4icon5label3keyQrSS_S2StF7SwiftUI9TupleViewVyAI0X0PAIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI4TextVAA0A7CapChipVtGyXEfU_","regions":[[382,28,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV06formatA11ForBehavior33_7EFC2E65835814C72A51421A9D5A5F6BLLyS2SF","regions":[[391,64,437,6,0,0,0,0],[411,54,413,10,0,0,0,0],[413,10,436,43,0,0,0,0],[418,12,418,34,0,0,0,0],[418,35,421,10,0,0,0,0],[421,19,421,41,0,0,0,0],[421,42,424,10,0,0,0,0],[424,19,424,41,0,0,0,0],[424,42,427,10,0,0,0,0],[427,19,427,41,0,0,0,0],[427,42,430,10,0,0,0,0],[432,57,434,10,0,0,0,0],[434,10,436,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV11_appKeymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[8,50,8,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV09_newInputA033_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[10,46,10,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV010_newOutputA033_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[11,47,11,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV9_newTitle33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[12,43,12,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV9_newNotes33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[13,43,13,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_","regions":[[16,53,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_SSSJXEfU_","regions":[[17,56,17,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_SSSJXEfU0_","regions":[[18,40,18,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvg","regions":[[23,43,36,6,0,0,0,0],[26,27,28,10,0,0,0,0],[28,10,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvgSbAG_AGtXEfU_","regions":[[29,29,35,10,0,0,0,0],[30,16,30,46,0,0,0,0],[30,47,33,14,0,0,0,0],[33,14,34,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvgSbAG_AGtXEfU_SbyKXEfu_","regions":[[34,37,34,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg","regions":[[38,25,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_","regions":[[39,49,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yyYbScMYccACYbcfu_","regions":[[53,28,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[53,28,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleV_SbtcfU_","regions":[[63,31,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleV_SbtcfU_yyYacfU_","regions":[[64,30,64,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVYbScMYccACYbcfu1_","regions":[[66,29,66,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVYbScMYccACYbcfu1_yA5_YbScMYccfu2_","regions":[[66,29,66,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVcfU0_","regions":[[67,31,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU1_","regions":[[70,34,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgyycfU0_","regions":[[75,19,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[78,85,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSSyKXEfu_","regions":[[82,60,82,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSbyYbcfU2_","regions":[[84,22,84,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgySbYbcfU3_","regions":[[85,22,85,60,0,0,0,0],[85,27,85,30,0,0,0,0],[85,31,85,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_","regions":[[87,11,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU_","regions":[[88,45,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU0_","regions":[[91,50,99,14,0,0,0,0],[92,49,95,18,0,0,0,0],[95,24,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU0_yyYacfU_","regions":[[94,26,94,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[102,20,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSbyYbcfU6_","regions":[[108,22,108,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgySbYbcfU7_","regions":[[109,22,109,63,0,0,0,0],[109,27,109,30,0,0,0,0],[109,31,109,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_","regions":[[111,11,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_yyScMYccfU_","regions":[[112,45,112,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_yyScMYccfU0_","regions":[[113,50,118,14,0,0,0,0],[114,55,116,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI4TextVSgyXEfU9_","regions":[[119,20,123,10,0,0,0,0],[120,51,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyF","regions":[[129,34,157,6,0,0,0,0],[139,37,142,10,0,0,0,0],[142,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_","regions":[[144,14,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[146,33,155,14,0,0,0,0],[147,20,147,25,0,0,0,0],[147,26,152,18,0,0,0,0],[152,24,154,18,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV14makeInlineRule5input6output5title5notesAA0eJ0VSS_S3StFZ","regions":[[164,21,177,6,3,0,0,0],[175,43,175,46,3,0,0,0],[175,49,175,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV16openRuleInDrawer33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyAA0eI0VF","regions":[[179,55,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyF","regions":[[187,35,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_","regions":[[188,14,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[190,33,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_SbAA0C6KeymapV_AGtXEfU_","regions":[[191,45,191,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[196,77,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[197,14,215,10,0,0,0,0],[201,16,212,14,0,0,0,0],[202,20,202,51,0,0,0,0],[202,52,204,18,0,0,0,0],[203,116,204,18,0,0,0,0],[204,24,206,18,0,0,0,0],[205,80,206,18,0,0,0,0],[206,18,212,14,0,0,0,0],[208,67,212,14,0,0,0,0],[212,21,214,14,0,0,0,0],[214,14,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[199,47,199,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC13ConfigurationV14suppressEvents03logJ006enableA11CodeMappingAESb_S2btcfC","regions":[[24,11,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC15keyboardCapture13configurationAcA08KeyboardI0CSg_AC13ConfigurationVtcfc","regions":[[38,7,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC7process5event8location5proxySo10CGEventRefaSgAI_So0L11TapLocationVs13OpaquePointerVtF","regions":[[49,19,72,6,0,0,0,0],[51,48,53,10,0,0,0,0],[53,10,71,58,0,0,0,0],[55,12,55,35,0,0,0,0],[55,36,57,10,0,0,0,0],[63,12,63,46,0,0,0,0],[63,47,68,10,0,0,0,0],[64,61,67,14,0,0,0,0],[67,14,68,10,0,0,0,0],[68,10,71,58,0,0,0,0],[71,47,71,50,0,0,0,0],[71,53,71,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC26processWithKeyboardCapture33_3E367DD296CE599CC59C6D1BE20AC93CLLySo10CGEventRefaSgAGF","regions":[[77,75,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC05applyA11CodeMapping33_3E367DD296CE599CC59C6D1BE20AC93CLLySo10CGEventRefaSgAGF","regions":[[84,68,105,6,0,0,0,0],[92,12,92,25,0,0,0,0],[92,49,102,10,0,0,0,0],[94,96,101,14,0,0,0,0],[101,14,102,10,0,0,0,0],[102,10,104,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC03logF033_3E367DD296CE599CC59C6D1BE20AC93CLLyySo10CGEventRefaF","regions":[[108,45,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC19updateConfigurationyyAC0I0VF","regions":[[121,55,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC15processKeyboard7keyCode9eventType5flags08originalF0So10CGEventRefaSgSi_So0pM0VSo0P5FlagsVAJtF","regions":[[135,19,157,6,0,0,0,0],[139,12,139,35,0,0,0,0],[139,36,143,10,0,0,0,0],[151,11,153,10,0,0,0,0],[153,10,156,58,0,0,0,0],[156,47,156,50,0,0,0,0],[156,53,156,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC017transformKeyboardF033_3E367DD296CE599CC59C6D1BE20AC93CLL7keyCode9eventType5flags08originalF0So10CGEventRefaSgSi_So0xU0VSo0X5FlagsVAKtF","regions":[[164,19,175,6,0,0,0,0],[169,12,169,26,0,0,0,0],[169,27,172,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC8standardACyFZ","regions":[[182,53,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC9debuggingACyFZ","regions":[[193,54,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC11suppressingACyFZ","regions":[[204,56,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionOracleAdapter33_669DF22304489C95AD45CBDB83C90521LLV15currentSnapshot0aB11Permissions0eF0C0N0VyYaF","regions":[[16,63,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit026PermissionSnapshotProviderA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF9Providing_pvgZ","regions":[[23,58,23,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE26permissionSnapshotProviderAD010PermissionJ9Providing_pvg","regions":[[28,13,28,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE26permissionSnapshotProviderAD010PermissionJ9Providing_pvs","regions":[[29,13,29,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit018PreferencesServiceA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF0CvgZ","regions":[[37,49,37,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE18preferencesServiceAD011PreferencesJ0Cvg","regions":[[42,13,42,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE18preferencesServiceAD011PreferencesJ0Cvs","regions":[[43,13,43,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020PrivilegedOperationsA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF0_pvgZ","regions":[[51,51,51,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE20privilegedOperationsAD010PrivilegedJ0_pvg","regions":[[56,13,56,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE20privilegedOperationsAD010PrivilegedJ0_pvs","regions":[[57,13,57,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg","regions":[[9,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[10,16,27,10,0,0,0,0],[16,16,16,32,0,0,0,0],[16,33,26,14,0,0,0,0],[26,14,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_","regions":[[17,31,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_yyYacfU_","regions":[[18,26,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg","regions":[[36,25,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_","regions":[[37,49,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A19_yXEfU_","regions":[[38,20,57,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A19_yXEfU_yyScMYccfU_","regions":[[49,40,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A31_yXEfU0_","regions":[[59,53,72,14,0,0,0,0],[67,20,67,44,0,0,0,0],[67,45,71,18,0,0,0,0],[71,18,72,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A31_yXEfU0_A28_SicfU_","regions":[[60,71,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg","regions":[[8,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_","regions":[[9,50,77,10,0,0,0,0],[69,16,69,40,0,0,0,0],[69,41,76,14,0,0,0,0],[71,102,71,104,0,0,0,0],[71,107,71,110,0,0,0,0],[76,14,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_","regions":[[10,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_A0_yXEfU_","regions":[[15,57,25,18,0,0,0,0],[21,94,21,96,0,0,0,0],[21,99,21,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_A_yXEfU0_","regions":[[31,28,35,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_","regions":[[43,81,67,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_A43_yXEfU_","regions":[[44,53,66,18,0,0,0,0],[47,31,47,60,0,0,0,0],[47,63,47,82,0,0,0,0],[49,68,49,72,0,0,0,0],[49,75,49,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_A43_yXEfU_A41_yXEfU_","regions":[[53,61,65,22,0,0,0,0],[59,28,59,54,0,0,0,0],[59,55,64,26,0,0,0,0],[64,26,65,22,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC11diagnostics33_2EC462252FA4673CDE0A437AF8567B10LLSayAA16KanataDiagnosticVGvpfi","regions":[[36,51,36,53,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18diagnosticsService06kanataH0AcA0eH8Protocol_p_AA06KanataH0Ctcfc","regions":[[45,7,48,6,61,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC13addDiagnosticyyAA06KanataH0VF","regions":[[50,56,60,6,1,0,0,0],[57,12,57,34,1,0,0,0],[57,35,59,10,0,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC03getE0SayAA16KanataDiagnosticVGyF","regions":[[62,49,64,6,126,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC05clearE0yyF","regions":[[66,29,68,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyF","regions":[[70,31,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyFyyYacfU_","regions":[[74,31,145,10,0,0,0,0],[75,33,75,43,0,0,0,0],[75,43,145,10,0,0,0,0],[78,72,81,14,0,0,0,0],[81,14,145,10,0,0,0,0],[88,16,114,14,0,0,0,0],[89,95,114,14,0,0,0,0],[95,20,95,32,0,0,0,0],[95,33,113,18,0,0,0,0],[98,85,112,22,0,0,0,0],[104,28,104,72,0,0,0,0],[104,73,111,26,0,0,0,0],[114,21,116,14,0,0,0,0],[116,14,145,10,0,0,0,0],[120,19,120,36,0,0,0,0],[120,37,142,14,0,0,0,0],[121,20,138,18,0,0,0,0],[122,99,138,18,0,0,0,0],[126,24,126,47,0,0,0,0],[126,48,134,22,0,0,0,0],[131,84,133,26,0,0,0,0],[137,69,138,18,0,0,0,0],[138,25,141,18,0,0,0,0],[141,18,142,14,0,0,0,0],[142,14,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyFyyYacfU_SbAA16KanataDiagnosticVXEfU_","regions":[[108,51,110,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17stopLogMonitoringyyF","regions":[[148,30,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17stopLogMonitoringyyFytSgyYacfU_","regions":[[151,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC11checkHealth7tcpPortAA07ServiceH6StatusVSi_tYaF","regions":[[156,65,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC15diagnoseFailure8exitCode6outputSayAA16KanataDiagnosticVGs5Int32V_SStF","regions":[[160,81,162,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC09getSystemE012engineClientSayAA16KanataDiagnosticVGAA06EngineJ0_pSg_tYaF","regions":[[164,88,166,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaF","regions":[[171,61,222,6,0,0,0,0],[173,12,173,50,0,0,0,0],[173,51,186,10,0,0,0,0],[186,10,222,6,0,0,0,0],[189,12,190,64,0,0,0,0],[191,9,221,10,0,0,0,0],[199,16,199,35,0,0,0,0],[199,36,213,14,0,0,0,0],[217,16,217,29,0,0,0,0],[217,30,220,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbAA16KanataDiagnosticVXEfU_","regions":[[179,35,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbyKXEfu_","regions":[[190,16,190,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbAA16KanataDiagnosticVXEfU0_","regions":[[195,59,197,14,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticSeverityO5emojiSSvg","regions":[[25,23,32,6,5,0,0,0],[26,16,26,20,5,0,0,0],[27,9,27,29,1,0,0,0],[28,9,28,32,1,0,0,0],[29,9,29,27,2,0,0,0],[30,9,30,31,1,0,0,0],[31,10,32,6,5,0,0,0]]},{"branches":[],"count":78,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC23processLifecycleManagerAC0ab6DaemonH007ProcesshI0C_tcfc","regions":[[88,60,90,6,78,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC22virtualHIDDaemonStatusAA07VirtualhI0VyYaF","regions":[[92,79,107,6,0,0,0,0],[104,37,104,46,0,0,0,0],[104,49,104,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSF","regions":[[109,86,121,6,0,0,0,0],[112,12,112,88,0,0,0,0],[112,89,114,10,0,0,0,0],[115,12,116,44,0,0,0,0],[117,9,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu_","regions":[[112,56,112,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu0_","regions":[[115,45,115,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu1_","regions":[[116,16,116,44,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE012engineClientSayAA16KanataDiagnosticVGAA06EngineJ0_pSg_tYaF","regions":[[123,90,125,6,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStF","regions":[[129,99,263,6,9,0,0,0],[133,16,133,24,9,0,0,0],[134,9,172,14,3,0,0,0],[135,16,135,56,3,0,0,0],[135,57,147,14,1,0,0,0],[147,23,147,64,2,0,0,0],[147,65,159,14,1,0,0,0],[159,23,159,61,1,0,0,0],[159,62,172,14,1,0,0,0],[173,9,184,19,1,0,0,0],[185,9,196,19,1,0,0,0],[197,9,228,14,2,0,0,0],[199,16,200,67,2,0,0,0],[201,13,215,14,1,0,0,0],[215,20,228,14,1,0,0,0],[229,9,259,14,2,0,0,0],[235,16,235,35,2,0,0,0],[235,36,247,14,1,0,0,0],[247,20,259,14,1,0,0,0],[260,10,262,27,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu_","regions":[[200,20,200,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu0_","regions":[[232,50,232,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu1_","regions":[[232,79,232,104,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu2_","regions":[[233,24,233,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu3_","regions":[[233,62,233,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaF","regions":[[267,61,444,6,1,0,0,0],[269,12,269,42,1,0,0,0],[269,43,271,10,1,0,0,0],[271,10,443,27,0,0,0,0],[276,12,276,32,0,0,0,0],[276,33,288,10,0,0,0,0],[294,12,294,46,0,0,0,0],[294,47,306,10,0,0,0,0],[309,12,309,41,0,0,0,0],[309,42,321,10,0,0,0,0],[321,19,321,52,0,0,0,0],[321,53,333,10,0,0,0,0],[336,12,336,46,0,0,0,0],[336,47,348,10,0,0,0,0],[355,12,355,40,0,0,0,0],[355,85,367,10,0,0,0,0],[371,12,371,58,0,0,0,0],[371,59,384,10,0,0,0,0],[387,53,403,10,0,0,0,0],[388,47,402,14,0,0,0,0],[406,46,437,10,0,0,0,0],[422,16,422,25,0,0,0,0],[422,26,436,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSs6UInt64VYbcfu_","regions":[[389,48,389,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSyKXEfu0_","regions":[[389,64,389,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSs6UInt64VYbcfu1_","regions":[[390,41,390,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSyKXEfu2_","regions":[[390,57,390,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaF","regions":[[448,62,491,6,1,0,0,0],[453,12,453,47,1,0,0,0],[453,48,469,10,0,0,0,0],[472,12,472,48,1,0,0,0],[472,49,488,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaFSS0aB15DaemonLifecycle0hM7ManagerC0H4InfoVXEfU_","regions":[[454,65,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaFSS0aB15DaemonLifecycle0hM7ManagerC0H4InfoVXEfU0_","regions":[[473,67,475,14,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC14analyzeLogFile4pathSayAA16KanataDiagnosticVGSS_tYaF","regions":[[495,67,572,6,5,0,0,0],[498,65,511,10,1,0,0,0],[511,10,571,27,4,0,0,0],[513,12,557,10,4,0,0,0],[514,79,557,10,4,0,0,0],[518,43,556,14,12,0,0,0],[519,20,519,58,12,0,0,0],[519,59,531,18,1,0,0,0],[531,27,531,58,11,0,0,0],[531,59,543,18,1,0,0,0],[543,27,543,75,10,0,0,0],[543,76,555,18,1,0,0,0],[556,14,557,10,4,0,0,0],[557,17,569,10,0,0,0,0],[569,10,571,27,4,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC14analyzeLogFile4pathSayAA16KanataDiagnosticVGSS_tYaFSbyKXEfu_","regions":[[543,53,543,75,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC17isKanataInstalled33_A218C76FCE14862162C503871F1C9E17LLSbyF","regions":[[576,46,578,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC26isKarabinerElementsRunning33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[580,61,596,6,0,0,0,0],[582,12,582,42,0,0,0,0],[582,43,582,59,0,0,0,0],[582,59,596,6,0,0,0,0],[585,12,593,10,0,0,0,0],[590,14,592,40,0,0,0,0],[593,17,595,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC26isKarabinerDriverInstalled33_A218C76FCE14862162C503871F1C9E17LLSbyF","regions":[[598,55,601,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC24isKarabinerDaemonRunning33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[603,59,609,6,0,0,0,0],[605,12,605,42,0,0,0,0],[605,43,605,59,0,0,0,0],[605,59,608,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[611,68,628,6,0,0,0,0],[613,12,613,42,0,0,0,0],[613,43,613,58,0,0,0,0],[613,58,628,6,0,0,0,0],[615,12,624,10,0,0,0,0],[620,14,623,90,0,0,0,0],[624,17,627,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaFSbyKXEfu_","regions":[[623,20,623,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaFSbyKXEfu_SbyKXEfu0_","regions":[[623,63,623,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC37areKarabinerBackgroundServicesEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[630,72,641,6,0,0,0,0],[632,12,632,42,0,0,0,0],[632,43,632,58,0,0,0,0],[632,58,641,6,0,0,0,0],[634,12,637,10,0,0,0,0],[635,81,636,64,0,0,0,0],[637,17,640,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC18fetchTcpStatusInfo33_A218C76FCE14862162C503871F1C9E17LLAA15KanataTCPClientC0hiJ0VSgyYaF","regions":[[645,79,661,6,0,0,0,0],[648,12,656,10,0,0,0,0],[649,41,655,26,0,0,0,0],[650,54,655,26,0,0,0,0],[656,17,660,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC13fetchTcpHello33_A218C76FCE14862162C503871F1C9E17LLAA15KanataTCPClientC0hI2OkVSgyYaF","regions":[[663,71,678,6,0,0,0,0],[666,12,673,10,0,0,0,0],[667,49,672,25,0,0,0,0],[673,17,677,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DraggableAreaViewV10makeNSView7contextSo0I0C7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[6,51,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DraggableAreaViewV12updateNSView_7contextySo0I0C_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[16,54,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg","regions":[[7,25,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[8,29,197,10,0,0,0,0],[39,16,39,27,0,0,0,0],[39,28,103,14,0,0,0,0],[103,20,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_","regions":[[10,33,35,14,0,0,0,0],[11,49,11,72,0,0,0,0],[11,75,11,106,0,0,0,0],[13,52,13,58,0,0,0,0],[13,61,13,68,0,0,0,0],[15,36,15,62,0,0,0,0],[15,65,15,81,0,0,0,0],[18,20,18,31,0,0,0,0],[18,32,26,18,0,0,0,0],[26,24,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_","regions":[[41,37,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A23_yXEfU_","regions":[[42,41,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A23_yXEfU0_","regions":[[52,41,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A29_yXEfU1_","regions":[[64,41,101,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A29_yXEfU1_A27_yXEfU_","regions":[[69,45,100,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_","regions":[[106,37,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A34_yXEfU_","regions":[[111,41,142,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_","regions":[[145,41,173,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU_","regions":[[146,45,154,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU0_","regions":[[156,45,163,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU1_","regions":[[165,45,172,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU2_","regions":[[182,25,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A75_yXEfU3_","regions":[[185,24,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg","regions":[[210,25,239,6,0,0,0,0],[211,35,211,36,0,0,0,0],[211,39,211,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE5frame5width6heightAKQr12CoreGraphics7CGFloatVSg_AuMtFQOyAE6VStackVyAGyAE4TextV_AYtGG_Qo__AiEE6shadow5color6radius1x1yQrAE5ColorV_A3TtFQOyAE06_ShapeL0VyAE16RoundedRectangleVA7_G_Qo_Qo__AE011StrokeShapeL0VyA11_AE22HierarchicalShapeStyleVAE05EmptyL0VGQo__AiEE09multilinexO0yQrAE0xO0OFQOyAY_Qo_tGyXEfU_","regions":[[211,43,238,10,0,0,0,0],[213,39,213,40,0,0,0,0],[213,43,213,44,0,0,0,0],[222,37,222,40,0,0,0,0],[222,43,222,46,0,0,0,0],[222,66,222,68,0,0,0,0],[222,71,222,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE5frame5width6heightAKQr12CoreGraphics7CGFloatVSg_AuMtFQOyAE6VStackVyAGyAE4TextV_AYtGG_Qo__AiEE6shadow5color6radius1x1yQrAE5ColorV_A3TtFQOyAE06_ShapeL0VyAE16RoundedRectangleVA7_G_Qo_Qo__AE011StrokeShapeL0VyA11_AE22HierarchicalShapeStyleVAE05EmptyL0VGQo__AiEE09multilinexO0yQrAE0xO0OFQOyAY_Qo_tGyXEfU_AZyXEfU_","regions":[[213,46,221,14,0,0,0,0],[215,51,215,53,0,0,0,0],[215,56,215,58,0,0,0,0],[219,37,219,49,0,0,0,0],[219,52,219,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV13_isRestarting33_21B867E809EB127800260DC22ED06E4CLL7SwiftUI5StateVySbGvpfi","regions":[[6,39,6,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg","regions":[[8,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_","regions":[[9,29,76,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_","regions":[[10,33,75,14,0,0,0,0],[74,52,74,72,0,0,0,0],[74,75,74,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A14_yXEfU_","regions":[[12,24,20,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A24_yXEfU0_","regions":[[23,57,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_","regions":[[40,29,51,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_","regions":[[42,30,50,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_yyYbScMYcXEfU_","regions":[[43,49,49,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_yyYbScMYcXEfU_yyYbScMYccfU_","regions":[[46,87,48,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A64_yXEfU2_","regions":[[52,28,69,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A64_yXEfU2_A58_yXEfU_","regions":[[53,44,63,26,0,0,0,0],[54,32,54,44,0,0,0,0],[54,45,57,30,0,0,0,0],[57,36,60,30,0,0,0,0],[61,49,61,64,0,0,0,0],[61,67,61,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO9isSuccessSbvg","regions":[[9,25,14,6,0,0,0,0],[10,16,10,20,0,0,0,0],[11,9,11,28,0,0,0,0],[12,9,12,23,0,0,0,0],[13,10,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO12errorMessageSSSgvg","regions":[[16,31,22,6,0,0,0,0],[17,16,17,20,0,0,0,0],[18,9,18,43,0,0,0,0],[19,9,19,45,0,0,0,0],[20,9,20,27,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO8responseSSSgvg","regions":[[24,27,30,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,38,0,0,0,0],[27,9,27,41,0,0,0,0],[28,9,28,32,0,0,0,0],[29,10,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE7process5eventSo10CGEventRefaSgAG_tF","regions":[[74,46,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE13shouldProcess5eventSbSo10CGEventRefa_tF","regions":[[88,48,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE13shouldProcess5eventSbSo10CGEventRefa_tFSbyKXEfu_","regions":[[90,41,90,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23KeyboardEventProcessingPAAE7process5event8location5proxySo10CGEventRefaSgAI_So0L11TapLocationVs13OpaquePointerVtF","regions":[[122,19,137,6,0,0,0,0],[123,48,125,10,0,0,0,0],[125,10,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventRoutingResultV09processedE011wasModified9handledBy15terminatedEarlyACSo10CGEventRefaSg_SbSSSgSbtcfC","regions":[[31,7,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC10processors33_700E0CD89C67FDE893CDEF7CD5693036LLSayAA0E10Processing_pGvpfi","regions":[[42,49,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC14processorNames33_700E0CD89C67FDE893CDEF7CD5693036LLSaySSGvpfi","regions":[[43,44,43,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5queue33_700E0CD89C67FDE893CDEF7CD5693036LLSo012OS_dispatch_G0Cvpfi","regions":[[44,25,44,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterCACycfc","regions":[[46,19,46,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC12addProcessor_4nameyAA0E10Processing_p_SStF","regions":[[49,74,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC12addProcessor_4nameyAA0E10Processing_p_SStFyyXEfU_","regions":[[50,20,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15insertProcessor_4name2atyAA0E10Processing_p_SSSitF","regions":[[58,92,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15insertProcessor_4name2atyAA0E10Processing_p_SSSitFyyXEfU_","regions":[[59,20,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15removeProcessor5namedySS_tF","regions":[[68,53,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15removeProcessor5namedySS_tFyyXEfU_","regions":[[69,20,75,10,0,0,0,0],[70,64,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15clearProcessorsyyF","regions":[[79,35,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15clearProcessorsyyFyyXEfU_","regions":[[80,20,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC17getProcessorNamesSaySSGyF","regions":[[88,49,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC17getProcessorNamesSaySSGyFAEyXEfU_","regions":[[89,20,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event8location5proxy5scopeAA0E13RoutingResultVSo10CGEventRefa_So0N11TapLocationVs13OpaquePointerVAA0E5ScopeOtF","regions":[[100,29,162,6,0,0,0,0],[102,70,104,10,0,0,0,0],[104,10,161,10,0,0,0,0],[109,53,111,10,0,0,0,0],[111,10,161,10,0,0,0,0],[116,66,154,10,0,0,0,0],[117,58,125,14,0,0,0,0],[125,14,154,10,0,0,0,0],[129,16,153,14,0,0,0,0],[136,20,136,33,0,0,0,0],[136,34,144,18,0,0,0,0],[144,18,153,14,0,0,0,0],[147,20,147,32,0,0,0,0],[147,101,150,18,0,0,0,0],[153,14,154,10,0,0,0,0],[154,10,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event8location5proxy5scopeAA0E13RoutingResultVSo10CGEventRefa_So0N11TapLocationVs13OpaquePointerVAA0E5ScopeOtFSayAA0E10Processing_pG_SaySSGtyXEfU_","regions":[[114,60,114,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event5scopeSo10CGEventRefaSgAH_AA0E5ScopeOtF","regions":[[165,77,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtF","regions":[[178,83,192,6,0,0,0,0],[181,16,181,21,0,0,0,0],[182,9,183,94,0,0,0,0],[184,9,188,45,0,0,0,0],[189,9,190,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu_","regions":[[183,45,183,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu0_","regions":[[183,68,183,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu1_","regions":[[185,51,185,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu2_","regions":[[186,20,186,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu3_","regions":[[186,52,186,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu4_","regions":[[186,82,186,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu5_","regions":[[187,20,187,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu6_","regions":[[187,54,187,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu7_","regions":[[188,20,188,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtF","regions":[[194,76,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtFSbyKXEfu_","regions":[[197,16,198,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtFSbyKXEfu0_","regions":[[199,16,199,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE8register2asySS_tF","regions":[[210,36,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE10unregister4nameySS_tF","regions":[[215,35,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV4bodyQrvg","regions":[[10,25,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV4bodyQrvg7SwiftUI05TupleG0VyAC17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvpQOy_Qo__AE6SpacerVAC13actionButtonsAILLQrvpQOy_Qo_tGyXEfU_","regions":[[11,29,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg","regions":[[28,46,42,6,0,0,0,0],[29,12,29,24,0,0,0,0],[29,25,33,10,0,0,0,0],[33,16,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_","regions":[[34,61,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_AUyXEfU_","regions":[[35,36,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_AUyXEfU_ATSi_AMtcfU_","regions":[[36,73,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg","regions":[[44,42,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_","regions":[[45,28,73,10,0,0,0,0],[72,45,72,65,0,0,0,0],[72,68,72,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_A4_yXEfU_","regions":[[47,37,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_A43_yXEfU0_","regions":[[58,35,66,14,0,0,0,0],[59,20,59,29,0,0,0,0],[59,30,63,18,0,0,0,0],[63,24,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_SbyKXEfu_","regions":[[68,39,68,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4icon33_4D589F9DACB5275FB248B1C899F6934FLLSSvg","regions":[[83,30,85,6,0,0,0,0],[84,22,84,27,0,0,0,0],[84,30,84,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV15backgroundColor33_4D589F9DACB5275FB248B1C899F6934FLL7SwiftUI0H0Vvg","regions":[[87,40,89,6,0,0,0,0],[88,22,88,47,0,0,0,0],[88,50,88,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV11accentColor33_4D589F9DACB5275FB248B1C899F6934FLL7SwiftUI0H0Vvg","regions":[[91,36,93,6,0,0,0,0],[92,22,92,29,0,0,0,0],[92,32,92,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4bodyQrvg","regions":[[95,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_A2ItGyXEfU_","regions":[[96,28,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC15keyboardCaptureAcA08KeyboardI0CSg_tcfc","regions":[[13,51,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC11isInstalledSbvg","regions":[[17,27,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC7installAA0F6HandleVyKF","regions":[[22,40,54,6,0,0,0,0],[23,38,23,73,0,0,0,0],[23,73,53,22,0,0,0,0],[26,12,26,42,0,0,0,0],[26,43,28,10,0,0,0,0],[28,10,53,22,0,0,0,0],[43,14,45,10,0,0,0,0],[45,10,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC7installAA0F6HandleVyKFs9UnmanagedVySo10CGEventRefaGSgs13OpaquePointerV_So0K4TypeVAJSvSgtcfU_","regions":[[37,27,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC9uninstallyyF","regions":[[56,22,63,6,0,0,0,0],[57,44,57,54,0,0,0,0],[57,54,63,6,0,0,0,0],[58,46,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC24startEmergencyMonitoringyyyycF","regions":[[67,69,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC23stopEmergencyMonitoringyyF","regions":[[72,36,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC21ensureKeyboardCapture33_3EA8DBDAE648C2415128DFB36D42CFA7LLyyF","regions":[[76,42,80,6,0,0,0,0],[77,12,77,34,0,0,0,0],[77,35,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12EventTappingPAAE9reinstallAA9TapHandleVyKF","regions":[[87,42,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12EventTappingPAAE11ensureState9installedAA9TapHandleVSgSb_tKF","regions":[[97,78,105,6,0,0,0,0],[98,12,98,29,0,0,0,0],[98,44,100,10,0,0,0,0],[100,19,100,37,0,0,0,0],[100,51,103,10,0,0,0,0],[103,10,104,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV25_captureListenOnlyEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[7,51,7,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV25_useSMAppServiceForDaemon33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[8,51,8,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV31_simulatorAndVirtualKeysEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[9,57,9,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV20_uninstallForTesting33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[10,46,10,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17_learningTipsMode33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVyAA08LearningiJ0OGvpfi","regions":[[11,43,11,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17_qmkSearchEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[12,43,12,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg","regions":[[14,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_","regions":[[15,20,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_","regions":[[16,54,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A5_yXEfU_","regions":[[18,30,26,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A5_yXEfU_A4_yXEfU_","regions":[[19,62,25,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A8_yXEfU0_","regions":[[29,30,31,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A13_yXEfU1_","regions":[[34,30,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A13_yXEfU1_A12_yXEfU_","regions":[[35,62,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A16_yXEfU2_","regions":[[43,30,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A23_yXEfU3_","regions":[[48,30,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A23_yXEfU3_A22_yXEfU_","regions":[[49,62,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[67,47,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_","regions":[[68,16,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_AMyXEfU_","regions":[[69,53,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_SbyYbcfU0_","regions":[[79,22,79,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_ySbYbcfU1_","regions":[[80,22,80,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[91,44,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_","regions":[[92,16,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_AMyXEfU_","regions":[[93,53,100,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvgySb_SbtcfU0_","regions":[[106,41,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[115,48,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_","regions":[[116,50,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU_","regions":[[121,27,121,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU0_","regions":[[130,27,130,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU1_","regions":[[139,27,139,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU2_","regions":[[148,27,148,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStF","regions":[[165,20,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[166,29,190,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_AUyXEfU_","regions":[[167,53,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_SbyYbcfU0_","regions":[[179,22,179,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_ySbYbcfU1_","regions":[[180,22,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[194,51,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[195,29,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AMyXEfU_","regions":[[196,53,203,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A2_yYbcfU0_","regions":[[208,22,208,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yA2_YbcfU1_","regions":[[209,22,212,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU2_","regions":[[213,16,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU2_A8_A2_cfU_","regions":[[214,64,216,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SectionHeader33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg","regions":[[235,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SectionHeader33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[236,28,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SettingsCard33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg","regions":[[250,25,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO04stopeF0yAC10StopResultO0aB4Core17WizardSystemPathsO07RunningF4InfoVYaFZ","regions":[[21,108,45,6,0,0,0,0],[26,43,34,10,0,0,0,0],[27,16,30,14,0,0,0,0],[28,60,30,14,0,0,0,0],[30,21,33,14,0,0,0,0],[33,14,34,10,0,0,0,0],[34,10,45,6,0,0,0,0],[37,12,41,10,0,0,0,0],[38,49,40,28,0,0,0,0],[41,17,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO03haseF7RunningSbyFZ","regions":[[48,59,53,6,0,0,0,0],[49,78,51,10,0,0,0,0],[51,10,52,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO03geteF4Info0aB4Core17WizardSystemPathsO07RunningfI0VSgyFZ","regions":[[56,88,63,6,0,0,0,0],[59,14,61,10,0,0,0,0],[61,10,62,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO11killProcess33_B406DE5FAE3290EE7139A00F192392C1LL3pidySi_tYaKFZ","regions":[[67,60,94,6,0,0,0,0],[69,94,94,6,0,0,0,0],[71,12,71,34,0,0,0,0],[71,35,84,10,0,0,0,0],[76,96,84,10,0,0,0,0],[77,16,77,39,0,0,0,0],[77,40,80,14,0,0,0,0],[80,14,84,10,0,0,0,0],[83,82,84,10,0,0,0,0],[84,19,84,41,0,0,0,0],[84,42,87,10,0,0,0,0],[87,16,93,10,0,0,0,0],[93,10,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO18disableLaunchAgent33_B406DE5FAE3290EE7139A00F192392C1LL2atySS_tYaKFZ","regions":[[96,74,122,6,0,0,0,0],[98,64,101,10,0,0,0,0],[101,10,122,6,0,0,0,0],[107,10,122,6,0,0,0,0],[109,12,109,36,0,0,0,0],[109,86,115,10,0,0,0,0],[115,10,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO21extractLabelFromPlist33_B406DE5FAE3290EE7139A00F192392C1LL2atSSSgSS_tFZ","regions":[[124,75,132,6,0,0,0,0],[126,95,126,113,0,0,0,0],[128,14,130,10,0,0,0,0],[130,10,131,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZ","regions":[[140,109,161,6,0,0,0,0],[150,23,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZSSyKXEfu_","regions":[[158,66,158,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZSSyKXEfu0_","regions":[[159,66,159,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV13timeRemaining33_D728298D336DF29A18780646EC031128LLSivg","regions":[[12,36,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV13progressValue33_D728298D336DF29A18780646EC031128LLSdvg","regions":[[16,39,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg","regions":[[20,25,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_","regions":[[21,29,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A25_yXEfU_","regions":[[34,33,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A25_yXEfU_A20_yXEfU_","regions":[[39,57,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A47_yXEfU0_","regions":[[50,32,64,14,0,0,0,0],[55,20,55,37,0,0,0,0],[55,38,59,18,0,0,0,0],[59,24,63,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A71_yXEfU1_","regions":[[67,32,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A71_yXEfU1_A70_SicfU_","regions":[[68,34,76,18,0,0,0,0],[72,71,72,74,0,0,0,0],[72,77,72,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_yyScMYccfU2_","regions":[[81,30,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV13_isRestarting33_D728298D336DF29A18780646EC031128LL7SwiftUI5StateVySbGvpfi","regions":[[99,39,99,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg","regions":[[101,25,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_","regions":[[102,29,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A17_yXEfU_","regions":[[104,20,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A36_yXEfU0_","regions":[[121,33,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A49_yXEfU1_","regions":[[137,53,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_","regions":[[155,33,170,14,0,0,0,0],[161,39,161,54,0,0,0,0],[161,57,161,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU_","regions":[[156,35,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU0_","regions":[[161,76,167,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU0_yyYbScMYccfU_","regions":[[164,75,166,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg","regions":[[191,25,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ZStackVyAHyAF0P0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeP0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA4__Qo_AF6SpacerVtGyXEfU_","regions":[[192,46,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ZStackVyAHyAF0P0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeP0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA4__Qo_AF6SpacerVtGyXEfU_A5_yXEfU_","regions":[[193,20,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV12_isAnimating33_D728298D336DF29A18780646EC031128LL7SwiftUI5StateVySbGvpfi","regions":[[216,38,216,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg","regions":[[218,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE0F0VSg_qd__tSQRd__lFQOyAE6ZStackVyAGyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAUSg_A0_AE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__Qo__AiEEAQ_ARQrAU_AWtFQOyAiEE15foregroundColoryQrA8_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_SbQo__AE4TextVA27_tGyXEfU_","regions":[[219,29,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE0F0VSg_qd__tSQRd__lFQOyAE6ZStackVyAGyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAUSg_A0_AE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__Qo__AiEEAQ_ARQrAU_AWtFQOyAiEE15foregroundColoryQrA8_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_SbQo__AE4TextVA27_tGyXEfU_A23_yXEfU_","regions":[[220,20,230,14,0,0,0,0],[224,48,224,51,0,0,0,0],[224,54,224,57,0,0,0,0],[229,48,229,51,0,0,0,0],[229,54,229,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvgyycfU0_","regions":[[241,19,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14cacheDirectory33_A3344FC1A17294823B42AC7ED68180B1LL10Foundation3URLVvpfi","regions":[[19,39,25,8,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14cacheDirectory33_A3344FC1A17294823B42AC7ED68180B1LL10Foundation3URLVvpfiAHyXEfU_","regions":[[19,39,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12cacheVersion33_A3344FC1A17294823B42AC7ED68180B1LLSivpfi","regions":[[27,32,27,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC11memoryCache33_A3344FC1A17294823B42AC7ED68180B1LLSDySSSo7NSImageCGvpfi","regions":[[30,50,30,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14pendingFetches33_A3344FC1A17294823B42AC7ED68180B1LLSDySSScTySo7NSImageCSgs5NeverOGGvpfi","regions":[[33,67,33,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14networkTimeout33_A3344FC1A17294823B42AC7ED68180B1LLSdvpfi","regions":[[36,48,36,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE03forSo7NSImageCSgSS_tYaF","regions":[[43,58,75,6,0,0,0,0],[47,45,50,10,0,0,0,0],[50,10,74,22,0,0,0,0],[53,63,57,10,0,0,0,0],[57,10,74,22,0,0,0,0],[60,54,63,10,0,0,0,0],[63,10,74,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE03forSo7NSImageCSgSS_tYaFAHyYacfU_","regions":[[66,47,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10clearCacheyyF","regions":[[78,23,90,6,0,0,0,0],[81,12,87,10,0,0,0,0],[82,124,87,10,0,0,0,0],[83,37,85,14,0,0,0,0],[85,14,87,10,0,0,0,0],[87,17,89,10,0,0,0,0],[89,10,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13extractDomain33_A3344FC1A17294823B42AC7ED68180B1LL4fromS2S_tF","regions":[[95,60,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13extractDomain33_A3344FC1A17294823B42AC7ED68180B1LL4fromS2S_tFSSyKXEfu_","regions":[[99,62,99,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12performFetch33_A3344FC1A17294823B42AC7ED68180B1LL3for7fullURLSo7NSImageCSgSS_SStYaF","regions":[[103,86,124,6,0,0,0,0],[108,62,110,10,0,0,0,0],[110,10,123,19,0,0,0,0],[113,69,115,10,0,0,0,0],[115,10,123,19,0,0,0,0],[117,28,119,10,0,0,0,0],[119,10,123,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE6Direct33_A3344FC1A17294823B42AC7ED68180B1LL6domainSo7NSImageCSgSS_tYaF","regions":[[127,71,133,6,0,0,0,0],[128,75,130,10,0,0,0,0],[130,10,132,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF","regions":[[136,70,192,6,0,0,0,0],[138,34,138,87,0,0,0,0],[138,88,140,10,0,0,0,0],[140,16,142,10,0,0,0,0],[144,55,146,10,0,0,0,0],[146,10,191,19,0,0,0,0],[152,12,187,10,0,0,0,0],[153,75,187,10,0,0,0,0],[154,71,156,14,0,0,0,0],[156,14,187,10,0,0,0,0],[174,45,182,14,0,0,0,0],[175,64,181,18,0,0,0,0],[177,24,177,41,0,0,0,0],[177,42,180,22,0,0,0,0],[182,14,187,10,0,0,0,0],[184,30,186,14,0,0,0,0],[186,14,187,10,0,0,0,0],[187,17,189,10,0,0,0,0],[189,10,191,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaFSbyKXEfu_","regions":[[138,62,138,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF10Foundation3URLVSgSS4href_12CoreGraphics7CGFloatVSg4sizet_tXEfU_","regions":[[159,64,168,14,0,0,0,0],[161,20,161,75,0,0,0,0],[161,76,163,18,0,0,0,0],[163,18,167,88,0,0,0,0],[164,20,164,39,0,0,0,0],[164,40,166,18,0,0,0,0],[166,18,167,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF10Foundation3URLVSgSS4href_12CoreGraphics7CGFloatVSg4sizet_tXEfU_SbyKXEfu_","regions":[[161,49,161,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC012isAcceptableE033_A3344FC1A17294823B42AC7ED68180B1LLySbSo7NSImageCF","regions":[[194,64,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12faviconScore33_A3344FC1A17294823B42AC7ED68180B1LLy12CoreGraphics7CGFloatVSo7NSImageCF","regions":[[200,60,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tF","regions":[[208,91,235,6,0,0,0,0],[210,102,212,10,0,0,0,0],[212,10,234,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFySo20NSTextCheckingResultCSg_So15NSMatchingFlagsVSpy10ObjectiveC8ObjCBoolVGtXEfU_","regions":[[217,56,231,10,0,0,0,0],[218,34,218,44,0,0,0,0],[218,44,231,10,0,0,0,0],[221,18,223,14,0,0,0,0],[223,14,231,10,0,0,0,0],[226,45,226,55,0,0,0,0],[226,55,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_","regions":[[233,22,233,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_AJyKXEfu_","regions":[[233,36,233,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_AJyKXEfu0_","regions":[[233,53,233,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStF","regions":[[237,86,252,6,0,0,0,0],[238,59,238,73,0,0,0,0],[238,73,251,25,0,0,0,0],[245,14,247,10,0,0,0,0],[247,10,251,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStFSdyKXEfu_","regions":[[249,52,249,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStFSdyKXEfu0_","regions":[[250,52,250,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10fetchImage33_A3344FC1A17294823B42AC7ED68180B1LL4fromSo7NSImageCSg10Foundation3URLV_tYaF","regions":[[255,62,279,6,0,0,0,0],[259,12,274,10,0,0,0,0],[260,82,274,10,0,0,0,0],[265,13,268,14,0,0,0,0],[268,14,274,10,0,0,0,0],[271,48,273,14,0,0,0,0],[273,14,274,10,0,0,0,0],[274,17,276,10,0,0,0,0],[276,10,278,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10cacheImage33_A3344FC1A17294823B42AC7ED68180B1LL_9forDomainySo7NSImageC_SStF","regions":[[282,73,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC16finalizeAndCache33_A3344FC1A17294823B42AC7ED68180B1LL_9forDomainSo7NSImageCAH_SStF","regions":[[292,90,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC15saveToDiskCache33_A3344FC1A17294823B42AC7ED68180B1LL5image6domainySo7NSImageC_SStF","regions":[[299,66,315,6,0,0,0,0],[305,14,308,10,0,0,0,0],[308,10,315,6,0,0,0,0],[310,12,312,10,0,0,0,0],[311,43,312,10,0,0,0,0],[312,17,314,10,0,0,0,0],[314,10,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC17loadFromDiskCache33_A3344FC1A17294823B42AC7ED68180B1LL6domainSo7NSImageCSgSS_tF","regions":[[318,64,329,6,0,0,0,0],[321,73,323,10,0,0,0,0],[323,10,328,45,0,0,0,0],[325,61,327,10,0,0,0,0],[327,10,328,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC010normalizedE5Image33_A3344FC1A17294823B42AC7ED68180B1LL_4sizeSo7NSImageCAH_12CoreGraphics7CGFloatVtF","regions":[[332,90,367,6,0,0,0,0],[337,52,339,10,0,0,0,0],[343,60,345,10,0,0,0,0],[345,16,347,10,0,0,0,0],[355,20,357,10,0,0,0,0],[357,16,364,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tF","regions":[[369,79,388,6,0,0,0,0],[377,49,377,59,0,0,0,0],[377,62,377,71,0,0,0,0],[382,12,384,10,0,0,0,0],[384,10,387,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSo013NSBitmapImageR0CSgAHXEfU_","regions":[[370,59,370,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSbSo013NSBitmapImageR0CXEfU0_","regions":[[371,43,376,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSbSo013NSBitmapImageR0C_AMtXEfU1_","regions":[[378,51,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC16faviconPixelSize33_A3344FC1A17294823B42AC7ED68180B1LL3forSo6CGSizeVSo7NSImageC_tF","regions":[[390,65,395,6,0,0,0,0],[391,60,393,10,0,0,0,0],[393,10,394,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherCACyc33_A3344FC1A17294823B42AC7ED68180B1Llfc","regions":[[399,20,403,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKit10Foundation3URLVRszlE7uniqued33_A3344FC1A17294823B42AC7ED68180B1LLSayADGyF","regions":[[407,29,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKit10Foundation3URLVRszlE7uniqued33_A3344FC1A17294823B42AC7ED68180B1LLSayADGyFSbADXEfU_","regions":[[409,23,409,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC5cache33_EB3424C68EE9AE8B2BC89D9BC590793DLLSDySSAC10CacheEntryAELLVGvpfi","regions":[[19,47,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC12maxCacheSize33_EB3424C68EE9AE8B2BC89D9BC590793DLLSivpfi","regions":[[22,32,22,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC8iconSize33_EB3424C68EE9AE8B2BC89D9BC590793DLLSivpfi","regions":[[25,28,25,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderCACyc33_EB3424C68EE9AE8B2BC89D9BC590793DLlfc","regions":[[27,20,27,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7favicon3forSo7NSImageCSgSS_tYaF","regions":[[30,56,68,6,0,0,0,0],[32,38,37,10,0,0,0,0],[37,10,67,19,0,0,0,0],[43,122,45,10,0,0,0,0],[45,10,67,19,0,0,0,0],[47,12,63,10,0,0,0,0],[48,79,63,10,0,0,0,0],[53,18,55,14,0,0,0,0],[55,14,63,10,0,0,0,0],[57,48,62,14,0,0,0,0],[62,14,63,10,0,0,0,0],[63,17,65,10,0,0,0,0],[65,10,67,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyF","regions":[[71,34,83,6,0,0,0,0],[72,48,72,58,0,0,0,0],[72,58,83,6,0,0,0,0],[80,31,82,10,0,0,0,0],[82,10,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyFSbSS3key_AC10CacheEntryAELLV5valuet_SSAF_AhIttXEfU_","regions":[[76,39,76,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyFS2S3key_AC10CacheEntryAELLV5valuet_tcfu_","regions":[[78,18,78,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaF","regions":[[86,43,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaFyScGyytGzYaXEfU_","regions":[[87,44,93,10,0,0,0,0],[88,35,92,14,0,0,0,0],[92,14,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaFyScGyytGzYaXEfU_yyYacfU_","regions":[[89,31,91,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC10clearCacheyyF","regions":[[97,23,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC15normalizeDomain33_EB3424C68EE9AE8B2BC89D9BC590793DLLyS2SF","regions":[[102,61,123,6,0,0,0,0],[106,12,106,40,0,0,0,0],[106,41,108,10,0,0,0,0],[108,19,108,46,0,0,0,0],[108,47,110,10,0,0,0,0],[113,56,115,10,0,0,0,0],[118,12,118,36,0,0,0,0],[118,37,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7favicon3forSo7NSImageCSgAA14LauncherTargetO_tYaF","regions":[[129,64,134,6,0,0,0,0],[130,54,132,10,0,0,0,0],[132,10,133,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC10stateQueue33_E10C6EFA05A70C31DDAAA9698554BDABLLSo17OS_dispatch_queueCvpfi","regions":[[11,30,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC18_startupModeActive33_E10C6EFA05A70C31DDAAA9698554BDABLLSbvpfi","regions":[[17,44,17,49,1,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC17startupModeActiveSbvg","regions":[[23,33,29,6,38,0,0,0],[25,12,25,42,38,0,0,0],[25,80,27,10,29,0,0,0],[27,10,28,54,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC17startupModeActiveSbvgSbyXEfU_","regions":[[28,32,28,54,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tF","regions":[[32,60,41,6,0,0,0,0],[34,12,34,30,0,0,0,0],[34,31,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyXEfU_","regions":[[33,25,33,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyYacfU0_","regions":[[35,18,39,14,0,0,0,0],[37,56,37,66,0,0,0,0],[37,66,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC21deactivateStartupModeyyF","regions":[[44,34,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC21deactivateStartupModeyyFyyXEfU_","regions":[[45,25,45,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC24captureListenOnlyEnabledSbvgZ","regions":[[69,47,74,6,0,0,0,0],[70,12,70,77,0,0,0,0],[70,78,72,10,0,0,0,0],[72,10,73,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC27setCaptureListenOnlyEnabledyySbFZ","regions":[[76,62,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC24useSMAppServiceForDaemonSbvgZ","regions":[[82,47,87,6,0,0,0,0],[83,12,83,84,0,0,0,0],[83,85,85,10,0,0,0,0],[85,10,86,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC27setUseSMAppServiceForDaemonyySbFZ","regions":[[89,62,91,6,0,0,0,0]]},{"branches":[],"count":323,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC30simulatorAndVirtualKeysEnabledSbvgZ","regions":[[95,53,100,6,323,0,0,0],[96,12,96,90,323,0,0,0],[96,91,98,10,0,0,0,0],[98,10,99,85,323,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC33setSimulatorAndVirtualKeysEnabledyySbFZ","regions":[[102,68,104,6,18,0,0,0]]},{"branches":[],"count":153,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC31keyboardSuppressionDebugEnabledSbvgZ","regions":[[107,54,112,6,153,0,0,0],[108,12,108,91,153,0,0,0],[108,92,110,10,153,0,0,0],[110,10,111,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC34setKeyboardSuppressionDebugEnabledyySbFZ","regions":[[114,69,116,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19uninstallForTestingSbvgZ","regions":[[121,42,126,6,1,0,0,0],[122,12,122,79,1,0,0,0],[122,80,124,10,1,0,0,0],[124,10,125,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC22setUninstallForTestingyySbFZ","regions":[[128,57,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC16learningTipsModeAA08LearninghI0OvgZ","regions":[[136,51,143,6,0,0,0,0],[139,9,141,10,0,0,0,0],[141,10,142,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19setLearningTipsModeyyAA0hiJ0OFZ","regions":[[145,63,147,6,0,0,0,0]]},{"branches":[],"count":1031,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC31useJustInTimePermissionRequestsSbvgZ","regions":[[153,54,158,6,1031,0,0,0],[154,12,154,91,1031,0,0,0],[154,92,156,10,1031,0,0,0],[156,10,157,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC34setUseJustInTimePermissionRequestsyySbFZ","regions":[[160,69,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19allowOptionalWizardSbvgZ","regions":[[166,42,171,6,0,0,0,0],[167,12,167,79,0,0,0,0],[167,80,169,10,0,0,0,0],[169,10,170,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC22setAllowOptionalWizardyySbFZ","regions":[[173,57,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16LearningTipsModeO11displayNameSSvg","regions":[[189,29,195,6,0,0,0,0],[190,16,190,20,0,0,0,0],[191,9,191,44,0,0,0,0],[192,9,192,36,0,0,0,0],[193,9,193,25,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV8useCountSivpfi","regions":[[8,25,8,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV14hasEverLearnedSbvpfi","regions":[[10,32,10,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV12requiredUsesSivg","regions":[[13,27,15,6,0,0,0,0],[14,26,14,27,0,0,0,0],[14,30,14,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV9isLearnedSbvg","regions":[[18,25,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV11isForgottenSbvg","regions":[[24,27,28,6,0,0,0,0],[25,48,25,64,0,0,0,0],[25,64,27,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV9recordUseyyF","regions":[[31,31,37,6,0,0,0,0],[34,12,34,21,0,0,0,0],[34,22,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV24checkAndResetIfForgottenyyF","regions":[[41,46,46,6,0,0,0,0],[42,12,42,23,0,0,0,0],[42,35,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC8defaults33_B23554ECA31176C22A6025620A40C8CBLLSo14NSUserDefaultsCvpfi","regions":[[64,28,64,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC7encoder33_B23554ECA31176C22A6025620A40C8CBLL10Foundation11JSONEncoderCvpfi","regions":[[65,27,65,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC7decoder33_B23554ECA31176C22A6025620A40C8CBLL10Foundation11JSONDecoderCvpfi","regions":[[66,27,66,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC10stateCache33_B23554ECA31176C22A6025620A40C8CBLLSDyAC0F2IDOAA0F13LearningStateVGvpfi","regions":[[69,57,69,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerCACyc33_B23554ECA31176C22A6025620A40C8CBLlfc","regions":[[71,20,71,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC16learningTipsModeAA08LearningiJ0Ovg","regions":[[76,44,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC10shouldShowySbAC0F2IDOF","regions":[[86,43,98,6,0,0,0,0],[87,16,87,32,0,0,0,0],[88,9,89,25,0,0,0,0],[90,9,91,24,0,0,0,0],[92,9,96,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9recordUseyyAC0F2IDOF","regions":[[102,34,110,6,0,0,0,0],[107,12,107,27,0,0,0,0],[107,28,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC13learningState3forAA0f8LearningI0VAC0F2IDO_tF","regions":[[113,60,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9isLearnedySbAC0F2IDOF","regions":[[118,42,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC5resetyyAC0F2IDOF","regions":[[125,30,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC8resetAllyyF","regions":[[132,21,138,6,0,0,0,0],[134,35,136,10,0,0,0,0],[136,10,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9loadState33_B23554ECA31176C22A6025620A40C8CBLL3forAA0f8LearningI0VAC0F2IDO_tF","regions":[[142,64,155,6,0,0,0,0],[143,41,145,10,0,0,0,0],[145,10,154,21,0,0,0,0],[149,14,151,10,0,0,0,0],[151,10,154,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9saveState33_B23554ECA31176C22A6025620A40C8CBLL_3foryAA0f8LearningI0V_AC0F2IDOtF","regions":[[157,71,162,6,0,0,0,0],[159,50,161,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerCACyc33_D7DFD1CC14BF31FA9FCEC09062CF84EELlfc","regions":[[17,20,17,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC8cacheTTL33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSdvpfi","regions":[[27,42,27,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC13systemTCCPath33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSSvpfi","regions":[[31,33,31,84,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC03hasefG0SbyF","regions":[[33,38,41,6,5,0,0,0],[37,9,39,10,2,0,0,0],[39,10,40,25,3,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC7refreshSbyF","regions":[[45,28,50,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC17updateCachedValueyySbF","regions":[[53,43,56,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC10resetCacheyyF","regions":[[59,23,62,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC15performFDACheck33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSbyF","regions":[[64,44,90,6,4,0,0,0],[65,46,73,10,3,0,0,0],[68,16,68,47,3,0,0,0],[68,48,70,14,0,0,0,0],[70,20,72,14,3,0,0,0],[72,14,73,10,0,0,0,0],[73,10,89,21,1,0,0,0],[78,78,80,10,0,0,0,0],[80,10,89,21,1,0,0,0],[85,9,87,10,1,0,0,0],[87,10,89,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV012_preferMediaF033_49AD693135E91ACE9D20B82854AE114ELL7SwiftUI5StateVySbGvpfi","regions":[[16,48,16,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV8mappings11currentMode02onJ6ChangeACSayAA0A7MappingVG_AA0eaJ0OSgyAKcSgtcfC","regions":[[18,121,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV8mappings11currentMode02onJ6ChangeACSayAA0A7MappingVG_AA0eaJ0OSgyAKcSgtcfcSbyKXEfu_","regions":[[23,80,23,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV9_isFnHeld33_49AD693135E91ACE9D20B82854AE114ELL7SwiftUI5StateVySbGvpfi","regions":[[27,41,27,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV09showMediaF033_49AD693135E91ACE9D20B82854AE114ELLSbvg","regions":[[33,37,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg","regions":[[39,25,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg7SwiftUI05TupleG0VyAA0eA3Row33_49AD693135E91ACE9D20B82854AE114ELLV_AA17DisplayModeToggleAILLVAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAA02FnA5BadgeAILLV_AE4TextVtGG_Qo_tGyXEfU_","regions":[[40,50,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg7SwiftUI05TupleG0VyAA0eA3Row33_49AD693135E91ACE9D20B82854AE114ELLV_AA17DisplayModeToggleAILLVAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAA02FnA5BadgeAILLV_AE4TextVtGG_Qo_tGyXEfU_A2_yXEfU_","regions":[[48,32,53,14,0,0,0,0],[50,74,50,89,0,0,0,0],[50,92,50,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgyycfU0_","regions":[[57,19,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgyycfU1_","regions":[[60,22,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgySb_SbtcfU2_","regions":[[63,40,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyF","regions":[[70,41,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyFSo7NSEventCSgAGcfU_","regions":[[71,82,79,10,0,0,0,0],[73,16,73,37,0,0,0,0],[73,38,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyFSo7NSEventCSgAGcfU_yyXEfU_","regions":[[74,58,76,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV016stopMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyF","regions":[[82,40,87,6,0,0,0,0],[83,39,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit02FnA5Badge33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[93,25,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[110,25,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI7ForEachVySayAA0eA4InfoACLLVGSSAA0eA4CardACLLVGyXEfU_","regions":[[111,28,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI7ForEachVySayAA0eA4InfoACLLVGSSAA0eA4CardACLLVGyXEfU_AmJcfU_","regions":[[112,61,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV19_displayedShowMedia7SwiftUI5StateVySbGvpfi","regions":[[138,51,138,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV10_flipAngle7SwiftUI5StateVySdGvpfi","regions":[[139,44,139,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV12_randomDelay7SwiftUI5StateVySdGvpfi","regions":[[142,46,142,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV19_durationMultiplier7SwiftUI5StateVySdGvpfi","regions":[[143,53,143,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[147,25,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0Q0PAFE16rotation3DEffect_4axis6anchor0U1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AT1yAT1ztAF9UnitPointVA2TtFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFE5frame5width6heightA_QrATSg_A6_A1_tFQOyAF6ZStackVyAF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AF4TextVGG_Qo__AF06_ShapeQ0VyAF16RoundedRectangleVA13_GQo__AF011StrokeShapeQ0VyA31_A13_AF05EmptyQ0VGQo__Qo__AjFE9lineLimityQrSiSgFQOyA24__Qo_tGyXEfU_","regions":[[148,28,183,10,0,0,0,0],[166,48,166,79,0,0,0,0],[166,82,166,110,0,0,0,0],[170,50,170,80,0,0,0,0],[170,83,170,111,0,0,0,0],[179,39,179,57,0,0,0,0],[179,60,179,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0Q0PAFE16rotation3DEffect_4axis6anchor0U1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AT1yAT1ztAF9UnitPointVA2TtFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFE5frame5width6heightA_QrATSg_A6_A1_tFQOyAF6ZStackVyAF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AF4TextVGG_Qo__AF06_ShapeQ0VyAF16RoundedRectangleVA13_GQo__AF011StrokeShapeQ0VyA31_A13_AF05EmptyQ0VGQo__Qo__AjFE9lineLimityQrSiSgFQOyA24__Qo_tGyXEfU_A25_yXEfU_","regions":[[150,20,162,14,0,0,0,0],[151,20,151,38,0,0,0,0],[151,39,156,18,0,0,0,0],[156,24,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgyycfU0_","regions":[[185,19,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_","regions":[[190,37,212,10,0,0,0,0],[191,45,191,55,0,0,0,0],[191,55,212,10,0,0,0,0],[193,16,193,28,0,0,0,0],[193,29,195,14,0,0,0,0],[195,20,211,14,0,0,0,0],[197,54,197,56,0,0,0,0],[197,59,197,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_","regions":[[200,79,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyXEfU_","regions":[[201,68,203,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyYbScMYccfU0_","regions":[[204,84,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyYbScMYccfU0_yyXEfU_","regions":[[206,73,208,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DisplayModeToggle33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[221,25,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DisplayModeToggle33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA20IconSegmentedControlACLLVySbG_Qo__AjFEAKyQrAO_AStFQOyAF4TextV_Qo_tGyXEfU_","regions":[[222,50,240,10,0,0,0,0],[235,19,235,88,0,0,0,0],[236,19,236,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV10makeNSView7contextSo011NSSegmentedG0C7SwiftUI0O20RepresentableContextVyADyxGG_tF","regions":[[252,61,277,6,0,0,0,0],[260,55,269,10,0,0,0,0],[262,109,266,14,0,0,0,0],[269,10,276,23,0,0,0,0],[272,78,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV10makeNSView7contextSo011NSSegmentedG0C7SwiftUI0O20RepresentableContextVyADyxGG_tFSbx5value_SS4iconSS5labelt_tXEfU_","regions":[[272,51,272,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV12updateNSView_7contextySo011NSSegmentedG0C_7SwiftUI0O20RepresentableContextVyADyxGGtF","regions":[[279,73,285,6,0,0,0,0],[280,78,284,10,0,0,0,0],[281,16,281,47,0,0,0,0],[281,48,283,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV12updateNSView_7contextySo011NSSegmentedG0C_7SwiftUI0O20RepresentableContextVyADyxGGtFSbx5value_SS4iconSS5labelt_tXEfU_","regions":[[280,51,280,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV15makeCoordinatorAD0O0Cyx_GyF","regions":[[287,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV11CoordinatorCyAFyx_GADyxGcfc","regions":[[295,46,297,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV11CoordinatorC14segmentChangedyySo011NSSegmentedG0CF","regions":[[299,65,304,10,0,0,0,0],[301,16,301,26,0,0,0,0],[301,58,303,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LegendStyleO2idSSvg","regions":[[12,20,12,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LegendStyleO11displayNameSSvg","regions":[[14,29,21,6,0,0,0,0],[15,16,15,20,0,0,0,0],[16,9,16,35,0,0,0,0],[17,9,17,27,0,0,0,0],[18,9,18,36,0,0,0,0],[19,9,19,29,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NoveltyConfigV010noveltyForA05labelSSSgSS_tF","regions":[[39,50,45,6,0,0,0,0],[40,16,40,34,0,0,0,0],[41,9,41,48,0,0,0,0],[42,9,42,66,0,0,0,0],[43,9,43,21,0,0,0,0],[44,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DotsLegendConfigV8dotColor9forColumn12totalColumns08fallbackI07SwiftUI0I0VSi_SiAJtF","regions":[[78,92,89,6,0,0,0,0],[79,16,79,25,0,0,0,0],[80,9,81,33,0,0,0,0],[82,9,87,65,0,0,0,0],[83,41,83,65,0,0,0,0],[83,65,87,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV14alphaBaseColor7SwiftUI0H0Vvg","regions":[[118,31,118,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV16alphaLegendColor7SwiftUI0H0Vvg","regions":[[119,33,119,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV12modBaseColor7SwiftUI0H0Vvg","regions":[[120,29,120,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV14modLegendColor7SwiftUI0H0Vvg","regions":[[121,31,121,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV15accentBaseColor7SwiftUI0H0Vvg","regions":[[122,32,122,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV17accentLegendColor7SwiftUI0H0Vvg","regions":[[123,34,123,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV12swatchColorsSay7SwiftUI5ColorVGvg","regions":[[126,31,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV4find2idACSgSS_tFZ","regions":[[173,50,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV4find2idACSgSS_tFZSbACXEfU_","regions":[[174,19,174,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s7SwiftUI5ColorV13KeyPathAppKitE3hexACSS_tcfC","regions":[[450,23,472,6,0,0,0,0],[455,16,455,25,0,0,0,0],[456,9,457,91,0,0,0,0],[458,9,459,73,0,0,0,0],[460,9,461,86,0,0,0,0],[462,9,463,42,0,0,0,0],[464,10,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvg","regions":[[21,13,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvgSbyKXEfu_","regions":[[22,95,22,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvs","regions":[[24,13,32,10,0,0,0,0],[26,16,26,24,0,0,0,0],[26,25,28,14,0,0,0,0],[28,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceCACyc33_BF693B13C6DCEB1564CD69A006377748Llfc","regions":[[43,20,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyF","regions":[[48,28,81,6,0,0,0,0],[49,30,52,10,0,0,0,0],[52,10,81,6,0,0,0,0],[54,41,57,10,0,0,0,0],[57,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFySo7NSEventCcfU_","regions":[[60,79,64,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFySo7NSEventCcfU_SbSgyYaYbScMYccfU_","regions":[[61,18,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFSo7NSEventCSgAFcfU0_","regions":[[67,77,78,10,0,0,0,0],[69,66,69,82,0,0,0,0],[69,82,77,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFSo7NSEventCSgAFcfU0_yyYaYbScMYccfU_","regions":[[72,18,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC14stopMonitoringyyF","regions":[[84,27,94,6,0,0,0,0],[85,40,88,10,0,0,0,0],[89,39,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC06handleA5Event33_BF693B13C6DCEB1564CD69A006377748LLySbSo7NSEventCF","regions":[[100,59,107,6,0,0,0,0],[101,52,103,10,0,0,0,0],[103,10,106,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC23toggleOverlayVisibility33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[112,44,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC31restoreOverlayToDefaultCentered33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[120,52,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC12toggleDrawer33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[126,33,139,6,0,0,0,0],[130,12,130,30,0,0,0,0],[130,31,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC6action33_BF693B13C6DCEB1564CD69A006377748LL3forAA0eF6ActionOSgSo7NSEventC_tF","regions":[[141,68,151,6,0,0,0,0],[145,16,147,10,0,0,0,0],[147,10,150,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC7perform33_BF693B13C6DCEB1564CD69A006377748LLyyAA0eF6ActionOF","regions":[[153,56,162,6,0,0,0,0],[154,16,154,22,0,0,0,0],[155,9,156,38,0,0,0,0],[157,9,158,46,0,0,0,0],[159,9,160,27,0,0,0,0],[161,10,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyMatcherO5match7keyCode9modifiersAA0eF10DefinitionVSgs6UInt16V_So20NSEventModifierFlagsVtFZ","regions":[[187,101,195,6,0,0,0,0],[190,14,192,10,0,0,0,0],[192,10,194,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyMatcherO5match7keyCode9modifiersAA0eF10DefinitionVSgs6UInt16V_So20NSEventModifierFlagsVtFZSbAHXEfU_","regions":[[194,37,194,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV011_permissionF033_A4B993CFEF8415B1B3582367A8B52547LL7SwiftUI5StateVySSGvpfi","regions":[[9,44,9,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV10_isLoading33_A4B993CFEF8415B1B3582367A8B52547LL7SwiftUI5StateVySbGvpfi","regions":[[10,36,10,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg","regions":[[12,25,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_","regions":[[13,29,64,10,0,0,0,0],[27,16,27,25,0,0,0,0],[27,26,30,14,0,0,0,0],[30,20,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_AXyXEfU_","regions":[[14,20,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[21,33,23,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_","regions":[[31,28,62,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_A56_yXEfU_","regions":[[32,62,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_A56_yXEfU_A50_yXEfU_","regions":[[45,65,55,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvgyycfU0_","regions":[[67,19,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[72,42,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyFyyYacfU_","regions":[[73,14,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[78,33,97,14,0,0,0,0],[84,62,84,75,0,0,0,0],[84,78,84,95,0,0,0,0],[85,61,85,72,0,0,0,0],[85,75,85,90,0,0,0,0],[88,70,88,83,0,0,0,0],[88,86,88,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg","regions":[[108,25,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_","regions":[[109,29,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[110,20,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[117,32,119,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_","regions":[[123,24,191,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_","regions":[[124,58,190,18,0,0,0,0],[161,24,161,73,0,0,0,0],[161,74,178,22,0,0,0,0],[178,22,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_","regions":[[125,62,156,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[129,65,154,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU_","regions":[[130,53,135,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU0_","regions":[[136,53,141,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU1_","regions":[[142,53,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU2_","regions":[[148,53,153,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_","regions":[[162,65,174,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_A44_yXEfU_","regions":[[163,48,167,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_yyScMYccfU0_","regions":[[168,70,172,30,0,0,0,0],[169,100,171,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_","regions":[[180,41,188,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_yyScMYccfU_","regions":[[181,59,186,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_yyScMYccfU_yyYacfU_","regions":[[182,34,185,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg","regions":[[204,25,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_","regions":[[205,29,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[206,20,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[213,32,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_","regions":[[219,24,274,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_","regions":[[220,58,273,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_","regions":[[221,62,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[225,65,256,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU_","regions":[[226,53,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU0_","regions":[[232,53,237,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU1_","regions":[[238,53,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU2_","regions":[[244,53,249,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU3_","regions":[[250,53,255,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_","regions":[[263,41,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_yyScMYccfU_","regions":[[264,59,269,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_yyScMYccfU_yyYacfU_","regions":[[265,34,268,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg","regions":[[287,25,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_","regions":[[288,29,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[289,20,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[296,32,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_","regions":[[302,24,421,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_","regions":[[303,58,420,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_","regions":[[304,62,368,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_","regions":[[314,65,366,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU_","regions":[[315,53,320,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU0_","regions":[[321,53,326,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU1_","regions":[[327,53,332,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU2_","regions":[[333,53,338,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU3_","regions":[[339,53,345,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A31_yXEfU4_","regions":[[346,53,359,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A31_yXEfU4_A29_yXEfU_","regions":[[350,73,358,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU5_","regions":[[360,53,365,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A43_yXEfU0_","regions":[[373,61,382,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_","regions":[[387,41,418,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_","regions":[[388,45,402,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_yyScMYccfU_","regions":[[389,60,395,30,0,0,0,0],[392,33,394,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_yyScMYccfU0_","regions":[[398,61,400,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_","regions":[[404,45,417,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU_","regions":[[405,55,407,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU0_","regions":[[410,60,415,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[411,38,414,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV27openKarabinerFolderInFinder33_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[427,48,435,6,0,0,0,0],[432,11,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV27openKarabinerFolderInFinder33_A4B993CFEF8415B1B3582367A8B52547LLyyFSSyKXEfu_","regions":[[431,102,431,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV29copyKarabinerPathsToClipboard33_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[437,50,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22VisualEffectBackgroundV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[456,63,462,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22VisualEffectBackgroundV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[464,66,464,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsVACycfC","regions":[[8,19,8,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV18startKanataServiceSbyYaF","regions":[[10,52,27,6,0,0,0,0],[11,12,15,10,0,0,0,0],[13,88,14,24,0,0,0,0],[15,17,26,10,0,0,0,0],[16,16,16,52,0,0,0,0],[16,53,22,14,0,0,0,0],[22,14,25,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV20restartKanataServiceSbyYaF","regions":[[29,54,46,6,0,0,0,0],[30,12,34,10,0,0,0,0],[32,88,33,24,0,0,0,0],[34,17,45,10,0,0,0,0],[35,16,35,52,0,0,0,0],[35,53,41,14,0,0,0,0],[41,14,44,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV17stopKanataServiceSbyYaF","regions":[[48,51,58,6,0,0,0,0],[49,12,53,10,0,0,0,0],[51,86,52,24,0,0,0,0],[53,17,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$ss5ErrorP13KeyPathAppKitE30isSMAppServiceApprovalRequired33_0749D7CFC17605F0BA7FB42E7E1C0C03LLSbvg","regions":[[62,46,74,6,0,0,0,0],[63,68,70,10,0,0,0,0],[64,20,64,35,0,0,0,0],[65,13,66,93,0,0,0,0],[67,13,68,29,0,0,0,0],[70,10,73,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg","regions":[[8,25,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_","regions":[[9,49,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A5_yXEfU_","regions":[[12,24,17,14,0,0,0,0],[13,38,13,61,0,0,0,0],[13,64,13,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A14_yXEfU0_","regions":[[18,20,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A14_yXEfU0_yyScMYccfU_","regions":[[20,33,20,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC9_logLines33_35E35559F57297284E10802D998550C0LL7Combine9PublishedVySaySSGGvpfi","regions":[[25,54,25,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC10_isRunning33_35E35559F57297284E10802D998550C0LL7Combine9PublishedVySbGvpfi","regions":[[28,51,28,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceCACyc33_35E35559F57297284E10802D998550C0Llfc","regions":[[32,20,32,22,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaF","regions":[[38,81,101,6,5,0,0,0],[39,31,39,47,0,0,0,0],[39,47,100,23,5,0,0,0],[51,12,51,83,5,0,0,0],[51,84,57,10,1,0,0,0],[53,29,55,14,2,0,0,0],[55,14,57,10,1,0,0,0],[57,16,59,10,4,0,0,0],[65,12,65,34,5,0,0,0],[65,35,67,10,3,0,0,0],[67,16,94,10,2,0,0,0],[76,20,76,33,2,0,0,0],[77,13,78,22,1,0,0,0],[79,13,80,86,0,0,0,0],[81,13,84,29,1,0,0,0],[85,14,94,10,1,0,0,0],[89,16,89,27,1,0,0,0],[89,28,93,14,0,0,0,0],[93,14,94,10,1,0,0,0],[94,10,100,23,4,0,0,0],[98,23,98,54,4,0,0,0],[98,57,98,98,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaFSbSSXEfU_","regions":[[51,26,51,72,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaFSSyKXEfu_","regions":[[58,60,58,69,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyF","regions":[[107,61,142,6,6,0,0,0],[115,12,115,33,6,0,0,0],[115,31,115,33,6,0,0,0],[115,40,117,10,0,0,0,0],[117,10,141,21,6,0,0,0],[118,65,120,10,6,0,0,0],[120,16,127,10,0,0,0,0],[124,16,124,29,0,0,0,0],[124,30,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSSyKXEfu_","regions":[[122,102,122,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSSSshYbcfu0_","regions":[[123,50,123,61,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSSXEfU_","regions":[[131,30,133,10,10,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSSXEfU_SbSSXEfU_","regions":[[132,40,132,77,37,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSS_SStXEfU0_","regions":[[136,20,140,10,3,0,0,0],[137,16,137,50,3,0,0,0],[137,51,137,66,1,0,0,0],[137,66,139,29,2,0,0,0],[138,16,138,50,2,0,0,0],[138,51,138,67,1,0,0,0],[138,67,139,29,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaF","regions":[[146,52,165,6,5,0,0,0],[147,55,150,10,5,0,0,0],[150,10,165,6,0,0,0,0],[155,12,155,101,0,0,0,0],[155,102,162,10,0,0,0,0],[156,16,159,14,0,0,0,0],[157,43,159,14,0,0,0,0],[159,21,161,14,0,0,0,0],[161,14,162,10,0,0,0,0],[162,16,164,10,0,0,0,0],[164,10,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu_","regions":[[155,38,155,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu0_","regions":[[155,70,155,101,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaF","regions":[[167,43,198,6,2,0,0,0],[168,55,171,10,2,0,0,0],[171,10,198,6,0,0,0,0],[187,12,187,23,0,0,0,0],[187,24,189,10,0,0,0,0],[189,19,189,94,0,0,0,0],[189,95,191,10,0,0,0,0],[191,19,191,31,0,0,0,0],[191,32,193,10,0,0,0,0],[193,16,197,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFs5Int32V_SStyYacfU_","regions":[[172,42,185,10,0,0,0,0],[179,16,179,31,0,0,0,0],[179,29,179,31,0,0,0,0],[179,38,181,14,0,0,0,0],[181,14,184,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFs5Int32V_SStyYacfU_SSyKXEfu_","regions":[[183,102,183,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu_","regions":[[189,64,189,94,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaF","regions":[[208,5,261,6,2,0,0,0],[209,66,211,10,0,0,0,0],[211,10,261,6,2,0,0,0],[231,12,231,27,2,0,0,0],[231,28,234,10,0,0,0,0],[234,10,261,6,2,0,0,0],[236,43,236,62,0,0,0,0],[236,62,261,6,2,0,0,0],[244,12,257,10,2,0,0,0],[248,14,257,10,2,0,0,0],[249,16,249,36,2,0,0,0],[249,37,252,14,1,0,0,0],[252,20,256,14,1,0,0,0],[257,17,260,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_","regions":[[212,56,229,10,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_9tryRemoveL_ySbSSF","regions":[[217,52,225,14,4,0,0,0],[218,20,218,47,4,0,0,0],[218,48,223,18,0,0,0,0],[219,24,222,22,0,0,0,0],[220,56,221,36,0,0,0,0],[222,29,222,45,0,0,0,0],[223,18,224,29,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_SbyKXEfu_","regions":[[228,26,228,27,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_SbyKXEfu0_","regions":[[228,36,228,37,2,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC08registerE033_35E35559F57297284E10802D998550C0LLSbyYaF","regions":[[263,49,281,6,6,0,0,0],[264,53,266,10,6,0,0,0],[266,10,281,6,0,0,0,0],[267,12,271,10,0,0,0,0],[268,59,270,24,0,0,0,0],[271,17,280,10,0,0,0,0],[274,16,274,73,0,0,0,0],[274,74,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC09canonicalC10Candidates33_35E35559F57297284E10802D998550C0LLSaySSGyF","regions":[[285,67,296,6,0,0,0,0],[292,75,294,10,0,0,0,0],[294,10,295,58,0,0,0,0],[295,37,295,45,0,0,0,0],[295,48,295,58,0,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC3log33_35E35559F57297284E10802D998550C0LLyySSF","regions":[[298,38,301,6,30,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC9TestHooksV010unregisterE007bootoutE3Job012removeLegacyE9Artifacts08registerE0AEyyYacSg_AjC0M13CleanupResultOSbYacSgSbyYacSgtcfC","regions":[[316,11,321,10,4,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC14applyTestHooksyyAC0hI0VSgF","regions":[[324,46,326,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKF","regions":[[11,58,68,6,0,0,0,0],[13,48,33,10,0,0,0,0],[17,16,17,23,0,0,0,0],[17,24,29,14,0,0,0,0],[20,20,20,52,0,0,0,0],[20,53,23,18,0,0,0,0],[23,24,28,18,0,0,0,0],[28,18,29,14,0,0,0,0],[29,20,32,14,0,0,0,0],[32,14,33,10,0,0,0,0],[33,10,67,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU_","regions":[[50,45,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU_yyYacfU_","regions":[[52,18,52,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU0_","regions":[[55,45,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU0_yyYacfU_","regions":[[57,18,57,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC10disconnectyyF","regions":[[71,23,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC15clearConnectionyyF","regions":[[77,28,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE14ProcessRunning33_362C4EB4DBAFBB505ED3A3C6FDC6869FLL3pidSbs5Int32V_tF","regions":[[88,61,100,6,0,0,0,0],[93,12,93,23,0,0,0,0],[93,24,95,10,0,0,0,0],[95,10,99,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC014verifyEmbeddedE9Signature33_362C4EB4DBAFBB505ED3A3C6FDC6869FLLyyYaF","regions":[[104,68,174,6,0,0,0,0],[110,54,114,10,0,0,0,0],[114,10,174,6,0,0,0,0],[118,12,170,10,0,0,0,0],[123,14,170,10,0,0,0,0],[128,18,131,14,0,0,0,0],[131,14,170,10,0,0,0,0],[135,16,135,66,0,0,0,0],[135,67,137,14,0,0,0,0],[138,16,138,57,0,0,0,0],[138,58,140,14,0,0,0,0],[141,16,141,58,0,0,0,0],[141,59,143,14,0,0,0,0],[150,13,156,14,0,0,0,0],[152,20,152,55,0,0,0,0],[152,56,155,18,0,0,0,0],[158,16,158,32,0,0,0,0],[158,33,160,14,0,0,0,0],[160,20,169,14,0,0,0,0],[163,41,167,18,0,0,0,0],[170,17,173,10,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC07installE0yyYaKF","regions":[[9,39,109,6,1,0,0,0],[10,58,13,10,0,0,0,0],[11,33,12,19,0,0,0,0],[13,10,109,6,1,0,0,0],[18,44,20,10,0,0,0,0],[20,10,109,6,1,0,0,0],[22,65,24,10,0,0,0,0],[24,10,109,6,1,0,0,0],[27,63,37,10,1,0,0,0],[30,75,34,14,0,0,0,0],[34,20,36,14,1,0,0,0],[43,16,43,26,1,0,0,0],[44,9,59,14,0,0,0,0],[48,16,52,14,0,0,0,0],[49,35,51,23,0,0,0,0],[52,21,59,14,0,0,0,0],[53,20,53,42,0,0,0,0],[53,43,56,18,0,0,0,0],[56,18,58,98,0,0,0,0],[60,9,62,73,0,0,0,0],[63,9,81,14,0,0,0,0],[64,16,68,14,0,0,0,0],[65,35,67,23,0,0,0,0],[68,21,81,14,0,0,0,0],[70,20,70,42,0,0,0,0],[70,43,74,18,0,0,0,0],[74,18,80,83,0,0,0,0],[75,20,75,51,0,0,0,0],[75,52,78,18,0,0,0,0],[78,18,80,83,0,0,0,0],[82,9,99,14,1,0,0,0],[88,16,93,14,1,0,0,0],[89,35,92,23,0,0,0,0],[93,21,99,14,1,0,0,0],[100,9,107,14,0,0,0,0],[101,16,104,14,0,0,0,0],[102,35,103,23,0,0,0,0],[104,21,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallE0yyYaKF","regions":[[113,41,123,6,0,0,0,0],[115,44,117,10,0,0,0,0],[117,10,123,6,0,0,0,0],[119,12,119,42,0,0,0,0],[119,40,119,42,0,0,0,0],[119,49,122,10,0,0,0,0],[122,10,123,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13formatSMErrorySSs5Error_pFZ","regions":[[127,57,136,6,1,0,0,0],[132,75,134,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23signingPreflightFailure33_42B085F34AE796CB9436EE79AC3E0339LLSSSgyYaF","regions":[[138,73,192,6,1,0,0,0],[139,12,139,42,1,0,0,0],[139,43,139,57,1,0,0,0],[139,57,191,19,0,0,0,0],[145,12,145,46,0,0,0,0],[145,47,147,10,0,0,0,0],[147,10,191,19,0,0,0,0],[151,12,163,10,0,0,0,0],[156,14,163,10,0,0,0,0],[157,16,157,39,0,0,0,0],[157,40,162,14,0,0,0,0],[162,14,163,10,0,0,0,0],[163,17,166,10,0,0,0,0],[166,10,191,19,0,0,0,0],[168,12,180,10,0,0,0,0],[173,14,180,10,0,0,0,0],[174,16,174,42,0,0,0,0],[174,43,179,14,0,0,0,0],[179,14,180,10,0,0,0,0],[180,17,183,10,0,0,0,0],[183,10,191,19,0,0,0,0],[185,12,185,51,0,0,0,0],[185,52,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKF","regions":[[8,97,43,6,0,0,0,0],[9,51,42,21,0,0,0,0],[39,14,41,10,0,0,0,0],[41,10,42,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKFysAG_pcfU_","regions":[[11,70,38,14,0,0,0,0],[16,20,16,56,0,0,0,0],[16,79,24,18,0,0,0,0],[24,27,24,49,0,0,0,0],[24,50,35,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKFysAG_pcfU_yyYaYbScMYccfU_","regions":[[32,26,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF","regions":[[54,20,111,6,0,0,0,0],[56,12,56,41,0,0,0,0],[56,42,61,10,0,0,0,0],[68,54,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFSSyXEfu_","regions":[[60,30,60,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFys5Error_pcfU_","regions":[[68,46,68,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_","regions":[[88,58,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_yyYacfU_","regions":[[90,18,95,14,0,0,0,0],[92,58,92,68,0,0,0,0],[92,68,95,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_ySb_AHtcfU0_","regions":[[98,25,109,14,0,0,0,0],[99,58,99,68,0,0,0,0],[99,68,109,14,0,0,0,0],[101,20,101,27,0,0,0,0],[101,28,104,18,0,0,0,0],[104,24,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_ySb_AHtcfU0_SSyKXEfu_","regions":[[105,49,105,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[115,81,119,6,0,0,0,0],[118,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19installLaunchDaemon05plistB09serviceIDySS_SStYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[116,57,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24restartUnhealthyServicesyyYaKF","regions":[[121,50,125,6,0,0,0,0],[124,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24restartUnhealthyServicesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[122,62,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30regenerateServiceConfigurationyyYaKF","regions":[[127,56,131,6,0,0,0,0],[130,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30regenerateServiceConfigurationyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[128,68,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC18installLogRotationyyYaKF","regions":[[133,44,137,6,0,0,0,0],[136,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC18installLogRotationyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[134,56,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24repairVHIDDaemonServicesyyYaKF","regions":[[139,50,143,6,0,0,0,0],[142,10,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24repairVHIDDaemonServicesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[140,62,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[145,67,149,6,0,0,0,0],[148,10,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC41installLaunchDaemonServicesWithoutLoadingyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[146,79,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC25activateVirtualHIDManageryyYaKF","regions":[[153,51,157,6,0,0,0,0],[156,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC25activateVirtualHIDManageryyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[154,63,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC26uninstallVirtualHIDDriversyyYaKF","regions":[[159,52,163,6,0,0,0,0],[162,10,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC26uninstallVirtualHIDDriversyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[160,64,162,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23installVirtualHIDDriver7version11downloadURLySS_SStYaKF","regions":[[165,85,169,6,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23installVirtualHIDDriver7version11downloadURLySS_SStYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[166,61,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[171,61,179,6,0,0,0,0],[173,65,177,10,0,0,0,0],[177,10,179,6,0,0,0,0],[178,68,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24installBundledVHIDDriver03pkgB0ySS_tYaKF","regions":[[181,65,185,6,0,0,0,0],[184,10,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24installBundledVHIDDriver03pkgB0ySS_tYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[182,62,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKF","regions":[[189,54,206,6,0,0,0,0],[192,54,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFys5Error_pcfU_","regions":[[192,46,192,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_","regions":[[194,58,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_ySb_SSSgtcfU_","regions":[[195,41,204,14,0,0,0,0],[196,20,196,27,0,0,0,0],[196,28,199,18,0,0,0,0],[199,24,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_ySb_SSSgtcfU_SSyKXEfu_","regions":[[200,49,200,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22killAllKanataProcessesyyYaKF","regions":[[208,48,212,6,0,0,0,0],[211,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22killAllKanataProcessesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[209,60,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22restartKarabinerDaemonyyYaKF","regions":[[214,48,218,6,0,0,0,0],[217,10,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22restartKarabinerDaemonyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[215,60,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23disableKarabinerGrabberyyYaKF","regions":[[220,49,224,6,0,0,0,0],[223,10,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23disableKarabinerGrabberyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[221,61,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30installBundledKanataBinaryOnlyyyYaKF","regions":[[230,56,234,6,0,0,0,0],[233,10,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30installBundledKanataBinaryOnlyyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[231,68,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallaB012deleteConfigySb_tYaKF","regions":[[241,60,246,6,0,0,0,0],[245,10,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallaB012deleteConfigySb_tYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[243,69,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C10_completedSbvpfi","regions":[[73,38,73,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C4lockSo6NSLockCvpfi","regions":[[74,32,74,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C11tryCompleteSbyF","regions":[[77,40,83,14,0,0,0,0],[80,20,80,30,0,0,0,0],[80,31,80,47,0,0,0,0],[80,47,82,28,0,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC29helperNeedsLoginItemsApprovalSbyF","regions":[[12,62,15,6,27,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaF","regions":[[23,56,45,6,26,0,0,0],[25,12,25,34,26,0,0,0],[25,35,25,50,18,0,0,0],[25,50,44,21,8,0,0,0],[30,12,41,10,8,0,0,0],[31,104,41,10,8,0,0,0],[32,16,32,36,8,0,0,0],[32,37,40,14,7,0,0,0],[34,20,34,89,7,0,0,0],[34,90,39,18,5,0,0,0],[39,18,40,14,2,0,0,0],[40,14,41,10,3,0,0,0],[41,17,43,10,0,0,0,0],[43,10,44,21,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaFSbyKXEfu_","regions":[[34,45,34,66,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaFSbyKXEfu0_","regions":[[34,70,34,89,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaF","regions":[[49,46,120,6,0,0,0,0],[51,45,53,10,0,0,0,0],[53,10,120,6,0,0,0,0],[56,12,56,42,0,0,0,0],[56,43,59,10,0,0,0,0],[59,10,120,6,0,0,0,0],[62,46,65,10,0,0,0,0],[65,10,120,6,0,0,0,0],[67,12,115,10,0,0,0,0],[68,100,114,14,0,0,0,0],[115,17,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFys5Error_pcfU_","regions":[[68,50,68,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_","regions":[[69,50,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yAE_AEtcfU_","regions":[[76,34,89,18,0,0,0,0],[77,68,77,74,0,0,0,0],[77,77,77,89,0,0,0,0],[80,36,83,22,0,0,0,0],[83,28,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yAE_AEtcfU_SSyKXEfu_","regions":[[84,44,84,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_","regions":[[92,59,113,18,0,0,0,0],[94,24,94,43,0,0,0,0],[94,44,100,22,0,0,0,0],[100,28,112,22,0,0,0,0],[101,56,104,26,0,0,0,0],[104,32,111,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_yyYacfU_","regions":[[98,30,98,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_yyYacfU0_","regions":[[109,34,109,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE17VersionCompatibleSbyYaF","regions":[[124,52,136,6,0,0,0,0],[125,65,127,10,0,0,0,0],[127,10,135,26,0,0,0,0],[130,12,130,23,0,0,0,0],[130,24,134,10,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04testE13FunctionalitySbyYaF","regions":[[145,50,167,6,9,0,0,0],[146,64,148,10,9,0,0,0],[148,10,166,20,0,0,0,0],[152,46,155,10,0,0,0,0],[155,10,166,20,0,0,0,0],[159,59,162,10,0,0,0,0],[162,10,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC05needsE7UpgradeSbyYaF","regions":[[171,45,177,6,0,0,0,0],[172,46,174,10,0,0,0,0],[174,10,176,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE6HealthAC0H5StateOyYaF","regions":[[180,49,201,6,0,0,0,0],[185,12,185,41,0,0,0,0],[185,42,187,10,0,0,0,0],[187,10,200,92,0,0,0,0],[190,12,190,22,0,0,0,0],[190,23,192,10,0,0,0,0],[192,10,200,92,0,0,0,0],[195,84,197,10,0,0,0,0],[197,10,200,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19runBlessDiagnosticsSSyF","regions":[[205,54,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF","regions":[[214,97,285,6,0,0,0,0],[218,12,229,10,0,0,0,0],[219,92,229,10,0,0,0,0],[220,16,220,36,0,0,0,0],[220,37,228,14,0,0,0,0],[222,20,222,95,0,0,0,0],[222,96,227,18,0,0,0,0],[227,18,228,14,0,0,0,0],[228,14,229,10,0,0,0,0],[229,17,231,10,0,0,0,0],[231,10,284,18,0,0,0,0],[254,26,264,10,0,0,0,0],[263,16,263,40,0,0,0,0],[263,41,263,50,0,0,0,0],[263,50,264,10,0,0,0,0],[264,10,284,18,0,0,0,0],[265,12,265,30,0,0,0,0],[265,31,267,10,0,0,0,0],[267,10,284,18,0,0,0,0],[273,87,283,10,0,0,0,0],[274,16,280,14,0,0,0,0],[275,88,280,14,0,0,0,0],[276,50,280,14,0,0,0,0],[279,20,279,34,0,0,0,0],[279,35,279,72,0,0,0,0],[279,72,280,14,0,0,0,0],[280,21,282,14,0,0,0,0],[282,14,283,10,0,0,0,0],[283,10,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSbyKXEfu_","regions":[[222,65,222,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF5fetchL_yAGSiYaF","regions":[[232,54,250,10,0,0,0,0],[233,16,247,14,0,0,0,0],[244,18,246,77,0,0,0,0],[245,51,245,64,0,0,0,0],[245,64,246,77,0,0,0,0],[247,21,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF5fetchL_yAGSiYaFSSSshYbcfu_","regions":[[246,65,246,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSgSSXEfU_","regions":[[257,45,261,14,0,0,0,0],[258,61,258,75,0,0,0,0],[258,75,260,47,0,0,0,0],[260,38,260,41,0,0,0,0],[260,44,260,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSg10Foundation4DataVXEfU0_","regions":[[277,38,277,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSyKXEfu0_","regions":[[277,79,277,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSshYbcfu1_","regions":[[278,58,278,69,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16smServiceFactoryyAA05SMAppH8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[23,89,25,6,11,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23subprocessRunnerFactory0aB4Core17SubprocessRunning_pycvpZfiAeF_pycfU_","regions":[[29,87,31,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14activeXPCCallsShySSGvpfi","regions":[[59,39,59,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerCACyc33_8A6A7E208D8F60F5EBFB5F0EF7B77E31Llfc","regions":[[63,20,65,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerCfd","regions":[[67,12,70,6,0,0,0,0]]},{"branches":[],"count":93,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV7wrappedACSo0fG0C_tcfC","regions":[[83,51,83,77,93,0,0,0]]},{"branches":[],"count":97,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV6statusSo0fG6StatusVvg","regions":[[84,55,84,73,97,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV8registeryyKF","regions":[[85,28,85,54,0,0,0,0],[85,52,85,54,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV10unregisteryyYaKF","regions":[[86,36,86,101,2,0,0,0],[86,65,86,99,2,0,0,0],[86,97,86,99,0,0,0,0],[86,99,86,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18HelperManagerErrorO16errorDescriptionSSSgvg","regions":[[99,35,112,6,1,0,0,0],[100,16,100,20,1,0,0,0],[101,9,102,49,0,0,0,0],[103,9,104,53,0,0,0,0],[105,9,106,49,0,0,0,0],[107,9,108,50,1,0,0,0],[109,9,110,56,0,0,0,0],[111,10,112,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18HelperManagerErrorO18recoverySuggestionSSSgvg","regions":[[114,37,125,6,0,0,0,0],[115,16,115,20,0,0,0,0],[116,9,117,92,0,0,0,0],[118,9,119,82,0,0,0,0],[120,9,121,61,0,0,0,0],[122,9,123,80,0,0,0,0],[124,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC15_commandPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[6,37,6,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC14_optionPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[7,36,7,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC9_kPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[8,31,8,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC5resetyyF","regions":[[11,18,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg","regions":[[32,25,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_","regions":[[33,50,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_","regions":[[35,32,58,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_A11_yXEfU_","regions":[[39,36,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_A19_yXEfU0_","regions":[[53,36,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A47_yXEfU0_","regions":[[71,20,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvgyycfU0_","regions":[[79,19,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvgyycfU1_","regions":[[82,22,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyF","regions":[[87,38,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyFyyYacfU_","regions":[[89,28,95,10,0,0,0,0],[91,42,91,52,0,0,0,0],[91,52,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyFyyYacfU_yyXEfU_","regions":[[92,52,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV9isPressedSbvpfi","regions":[[102,27,102,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV9textColor7SwiftUI0O0Vvg","regions":[[114,34,116,6,0,0,0,0],[115,21,115,42,0,0,0,0],[115,45,115,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV15backgroundColor7SwiftUI0O0Vvg","regions":[[118,40,120,6,0,0,0,0],[119,21,119,48,0,0,0,0],[119,51,119,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV4bodyQrvg","regions":[[122,25,139,6,0,0,0,0],[135,65,135,68,0,0,0,0],[135,71,135,74,0,0,0,0],[135,100,135,101,0,0,0,0],[135,104,135,107,0,0,0,0],[137,38,137,41,0,0,0,0],[137,44,137,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14DownCaretShape33_19AE86E65D4C014E5CE7852582AFD603LLV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[144,40,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC8keyState33_E899AD1D941E3BEB54A3DD9A2B2696F7LLAA0e8ShortcutaJ0Cvpfi","regions":[[13,28,13,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tF","regions":[[25,45,86,6,0,0,0,0],[27,34,27,44,0,0,0,0],[27,44,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tFSbyYbcfU_","regions":[[33,22,33,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tFySbYbcfU0_","regions":[[34,22,39,18,0,0,0,0],[36,24,36,33,0,0,0,0],[36,34,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyF","regions":[[89,20,111,6,0,0,0,0],[97,31,97,41,0,0,0,0],[97,41,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFySo18NSAnimationContextCXEfU_","regions":[[100,46,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFyyYbcfU0_","regions":[[103,30,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFyyYbcfU0_yyScMYcXEfU_","regions":[[104,38,109,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[113,27,127,6,0,0,0,0],[114,31,114,41,0,0,0,0],[114,41,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo18NSAnimationContextCXEfU_","regions":[[117,46,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYbcfU0_","regions":[[120,30,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYbcfU0_ytSgyYaYbScMYccfU_","regions":[[123,18,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC17startDismissTimer33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[129,38,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC17startDismissTimer33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYacfU_","regions":[[131,28,135,10,0,0,0,0],[133,42,133,52,0,0,0,0],[133,52,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC14updatePosition06parentG0ySo8NSWindowC_tF","regions":[[139,49,145,6,0,0,0,0],[140,31,140,41,0,0,0,0],[140,41,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC9isVisibleSbvg","regions":[[148,25,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[154,39,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU_","regions":[[156,89,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU_ytSgyYaYbScMYccfU_","regions":[[157,18,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU0_","regions":[[162,86,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU0_ytSgyYaYbScMYccfU_","regions":[[163,18,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU1_","regions":[[168,82,172,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU1_ytSgyYaYbScMYccfU_","regions":[[169,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU2_","regions":[[175,87,180,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU2_ytSgyYaYbScMYccfU_","regions":[[176,18,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU3_","regions":[[182,84,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU3_ytSgyYaYbScMYccfU_","regions":[[183,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU4_","regions":[[189,80,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU4_ytSgyYaYbScMYccfU_","regions":[[190,18,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC04stopA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[197,38,222,6,0,0,0,0],[198,45,201,10,0,0,0,0],[202,47,205,10,0,0,0,0],[206,45,209,10,0,0,0,0],[210,44,213,10,0,0,0,0],[214,46,217,10,0,0,0,0],[218,44,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC18handleFlagsChanged33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[224,55,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC06handleA4Down33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[230,50,235,6,0,0,0,0],[232,12,232,31,0,0,0,0],[232,32,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC06handleA2Up33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[237,48,242,6,0,0,0,0],[239,12,239,31,0,0,0,0],[239,32,241,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV12leftHandKeys33_05775FCFAF4929274541B912E3138F9DLLSaySSGvpfi","regions":[[15,32,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV13rightHandKeys33_05775FCFAF4929274541B912E3138F9DLLSaySSGvpfi","regions":[[16,33,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg","regions":[[18,25,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_","regions":[[19,29,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_","regions":[[21,33,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_","regions":[[23,36,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_","regions":[[24,55,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_yycfU_","regions":[[31,36,31,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_ySbcfU0_","regions":[[32,38,36,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_ySbcfU0_yyXEfU_","regions":[[33,75,35,34,0,0,0,0],[34,61,34,64,0,0,0,0],[34,67,34,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_","regions":[[46,36,62,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_","regions":[[47,56,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_yycfU_","regions":[[54,36,54,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_ySbcfU0_","regions":[[55,38,59,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_ySbcfU0_yyXEfU_","regions":[[56,75,58,34,0,0,0,0],[57,61,57,64,0,0,0,0],[57,67,57,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV10_isPressed33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI5StateVySbGvpfi","regions":[[89,36,89,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV10keyDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvg","regions":[[91,36,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15modifierDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvg","regions":[[95,41,104,6,0,0,0,0],[96,33,96,46,0,0,0,0],[96,46,103,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15modifierDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvgSSyKXEfu_","regions":[[103,42,103,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvg","regions":[[106,25,157,6,0,0,0,0],[133,34,133,38,0,0,0,0],[133,41,133,65,0,0,0,0],[133,54,133,58,0,0,0,0],[133,61,133,64,0,0,0,0],[149,13,149,26,0,0,0,2],[155,13,155,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE19_ConditionalContentVyA2IGSgtGyXEfU_","regions":[[107,28,123,10,0,0,0,0],[114,16,114,31,0,0,0,0],[114,43,118,14,0,0,0,0],[118,23,118,33,0,0,0,0],[118,34,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_","regions":[[136,23,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyXEfU_","regions":[[137,54,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyYbScMYccfU0_","regions":[[140,67,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyYbScMYccfU0_yyXEfU_","regions":[[141,58,143,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgySbcfU1_","regions":[[147,18,156,10,0,0,0,0],[149,13,149,26,0,0,0,2],[150,20,150,28,0,0,0,0],[150,29,152,18,0,0,0,0],[152,24,154,18,0,0,0,0],[155,13,155,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15backgroundColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[159,40,169,6,0,0,0,0],[160,12,160,22,0,0,0,0],[160,23,162,10,0,0,0,0],[162,19,162,28,0,0,0,0],[162,29,164,10,0,0,0,0],[164,19,164,28,0,0,0,0],[164,29,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV9textColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[171,34,179,6,0,0,0,0],[172,12,172,22,0,0,0,0],[172,23,174,10,0,0,0,0],[174,19,174,28,0,0,0,0],[174,29,176,10,0,0,0,0],[176,16,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV11borderColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[181,36,189,6,0,0,0,0],[182,12,182,22,0,0,0,0],[182,23,184,10,0,0,0,0],[184,19,184,28,0,0,0,0],[184,29,186,10,0,0,0,0],[186,16,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV11borderWidth33_05775FCFAF4929274541B912E3138F9DLL12CoreGraphics7CGFloatVvg","regions":[[191,38,193,6,0,0,0,0],[192,22,192,23,0,0,0,0],[192,26,192,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV14_showCustomize33_FD890C9F490D80CC0BDCCA5E889EDDEALL7SwiftUI5StateVySbGvpfi","regions":[[11,40,11,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV05_showG6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALL7SwiftUI5StateVySbGvpfi","regions":[[13,42,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg","regions":[[15,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_","regions":[[16,28,60,10,0,0,0,0],[32,16,32,29,0,0,0,0],[32,30,35,14,0,0,0,0],[35,20,52,14,0,0,0,0],[55,16,55,31,0,0,0,0],[55,49,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_","regions":[[22,32,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_yyXEfU_","regions":[[23,62,26,22,0,0,0,0],[24,60,24,63,0,0,0,0],[24,66,24,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[36,24,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[37,63,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_","regions":[[40,26,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_A26_yXEfU_","regions":[[41,28,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg","regions":[[67,45,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_","regions":[[68,50,290,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_","regions":[[70,53,92,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_AWyYbcfU_","regions":[[75,26,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_yAWYbcfU0_","regions":[[76,26,79,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_A_yXEfU1_","regions":[[80,20,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_","regions":[[95,53,143,14,0,0,0,0],[138,20,138,50,0,0,0,0],[138,51,142,18,0,0,0,0],[142,18,143,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A11_yYbcfU_","regions":[[100,26,100,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_yA11_YbcfU0_","regions":[[101,26,110,22,0,0,0,0],[102,32,102,38,0,0,0,0],[103,25,105,88,0,0,0,0],[106,25,107,34,0,0,0,0],[108,26,110,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A13_yXEfU1_","regions":[[111,20,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A20_yYbcfU2_","regions":[[120,26,120,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_yA20_YbcfU3_","regions":[[121,26,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A22_yXEfU4_","regions":[[126,20,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_","regions":[[146,53,269,14,0,0,0,0],[232,20,232,39,0,0,0,0],[232,40,268,18,0,0,0,0],[268,18,269,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_","regions":[[150,37,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_","regions":[[151,61,169,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_","regions":[[155,32,168,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_SiyYbcfU_","regions":[[157,38,157,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_ySiYbcfU0_","regions":[[158,38,161,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_","regions":[[171,61,189,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_","regions":[[175,32,188,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_SiyYbcfU_","regions":[[177,38,177,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_ySiYbcfU0_","regions":[[178,38,181,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_SbyYbcfU0_","regions":[[193,26,193,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_ySbYbcfU1_","regions":[[194,26,197,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_","regions":[[203,24,218,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_SdyYbcfU_","regions":[[208,30,208,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_ySdYbcfU0_","regions":[[209,30,212,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_SbyYbcfU3_","regions":[[222,26,222,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_ySbYbcfU4_","regions":[[223,26,226,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_","regions":[[233,61,266,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_","regions":[[238,101,262,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_","regions":[[239,49,261,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_","regions":[[240,58,259,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_","regions":[[241,77,258,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_SiyYbcfU_","regions":[[246,50,246,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[246,85,246,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_ySiYbcfU0_","regions":[[247,50,254,46,0,0,0,0],[248,52,248,65,0,0,0,0],[248,66,250,50,0,0,0,0],[250,56,252,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_yyScMYccfU2_","regions":[[272,20,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_yyScMYccfU2_yyXEfU_","regions":[[273,59,277,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A123_yXEfU3_","regions":[[278,22,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A123_yXEfU3_A121_yXEfU_","regions":[[279,24,283,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg","regions":[[300,44,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[301,49,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[306,32,334,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[307,72,333,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[308,28,315,22,0,0,0,0],[309,28,309,60,0,0,0,0],[309,61,311,26,0,0,0,0],[311,32,313,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[315,30,329,22,0,0,0,0],[319,81,319,87,0,0,0,0],[319,90,319,98,0,0,0,0],[323,78,323,90,0,0,0,0],[323,93,323,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF","regions":[[340,67,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[341,50,373,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[342,20,358,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[346,24,351,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[347,62,350,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[351,26,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[360,33,372,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[361,50,371,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[366,33,369,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV12layerOptions33_FD890C9F490D80CC0BDCCA5E889EDDEALLSaySS3key_SS5labelSS4icontGvg","regions":[[381,76,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF","regions":[[390,120,413,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_","regions":[[391,32,409,10,0,0,0,0],[402,40,402,52,0,0,0,0],[402,55,402,92,0,0,0,0],[404,43,404,49,0,0,0,0],[404,52,404,60,0,0,0,0],[407,42,407,54,0,0,0,0],[407,57,407,85,0,0,0,0],[407,111,407,112,0,0,0,0],[407,115,407,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_A23_yXEfU_","regions":[[392,32,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV12updateConfig33_FD890C9F490D80CC0BDCCA5E889EDDEALLyyF","regions":[[417,33,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV15presetSelection33_FD890C9F490D80CC0BDCCA5E889EDDEALL4fromAC0efG6PresetAELLOSDyS2SG_tF","regions":[[426,92,429,6,0,0,0,0],[427,12,427,76,0,0,0,0],[427,77,427,96,0,0,0,0],[427,96,428,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_FD890C9F490D80CC0BDCCA5E889EDDEALL2of4sizeSaySayxGGAF_SitlF","regions":[[434,59,438,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_FD890C9F490D80CC0BDCCA5E889EDDEALL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[435,52,437,6,0,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowLayerTogglesConfigV11enabledKeys16layerAssignments6timing12keySelection10toggleMode12showAdvancedACShySSG_SDyS2SGAA06TimingI0VAA0aP0OAA0g6ToggleR0OSbtcfC","regions":[[30,7,37,6,1199,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO11displayNameSSvg","regions":[[65,36,70,6,0,0,0,0],[66,16,66,20,0,0,0,0],[67,9,67,38,0,0,0,0],[68,9,68,31,0,0,0,0],[69,10,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO11descriptionSSvg","regions":[[73,36,78,6,0,0,0,0],[74,16,74,20,0,0,0,0],[75,9,75,65,0,0,0,0],[76,9,76,54,0,0,0,0],[77,10,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO12kanataActionSSvg","regions":[[81,37,86,6,0,0,0,0],[82,16,82,20,0,0,0,0],[83,9,83,44,0,0,0,0],[84,9,84,37,0,0,0,0],[85,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV05_showG6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LL7SwiftUI5StateVySbGvpfi","regions":[[15,42,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV6config6onSave0L6Cancel015initialSelectedA0AC7SwiftUI7BindingVyAA0efgH6ConfigVG_yALcyycSSSgtcfC","regions":[[17,176,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg","regions":[[27,25,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_","regions":[[28,28,312,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_","regions":[[30,20,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[35,42,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_","regions":[[48,58,292,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_","regions":[[49,37,290,18,0,0,0,0],[285,24,285,39,0,0,0,0],[285,57,289,22,0,0,0,0],[289,22,290,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_ySScfU_","regions":[[55,40,60,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_ySScfU_yyXEfU_","regions":[[56,70,59,30,0,0,0,0],[57,68,57,71,0,0,0,0],[57,74,57,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_","regions":[[66,62,85,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_A41_yYbcfU_","regions":[[71,34,71,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_yA41_YbcfU0_","regions":[[72,34,72,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_A45_yXEfU1_","regions":[[73,28,76,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_","regions":[[89,62,134,22,0,0,0,0],[129,28,129,63,0,0,0,0],[129,64,133,26,0,0,0,0],[133,26,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A57_yYbcfU_","regions":[[94,34,94,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_yA57_YbcfU0_","regions":[[95,34,102,30,0,0,0,0],[96,40,96,46,0,0,0,0],[97,33,98,117,0,0,0,0],[99,33,100,42,0,0,0,0],[101,34,102,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A59_yXEfU1_","regions":[[103,28,106,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A66_yYbcfU2_","regions":[[112,34,112,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_yA66_YbcfU3_","regions":[[113,34,116,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A68_yXEfU4_","regions":[[117,28,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_","regions":[[138,62,281,22,0,0,0,0],[209,28,209,52,0,0,0,0],[209,53,280,26,0,0,0,0],[280,26,281,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_","regions":[[142,45,176,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_","regions":[[143,69,158,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_","regions":[[147,40,157,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_SiyYbcfU_","regions":[[149,46,149,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_ySiYbcfU0_","regions":[[150,46,150,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_","regions":[[160,69,175,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_","regions":[[164,40,174,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_SiyYbcfU_","regions":[[166,46,166,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_ySiYbcfU0_","regions":[[167,46,167,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_SbyYbcfU0_","regions":[[179,34,179,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_ySbYbcfU1_","regions":[[180,34,180,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_","regions":[[186,32,198,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_SdyYbcfU_","regions":[[191,38,191,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_ySdYbcfU0_","regions":[[192,38,192,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_SbyYbcfU3_","regions":[[202,34,202,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_ySbYbcfU4_","regions":[[203,34,203,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_","regions":[[210,70,278,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_","regions":[[217,109,240,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_","regions":[[218,57,239,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_","regions":[[219,66,237,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_","regions":[[220,85,236,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_","regions":[[225,58,225,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[225,98,225,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_ySiYbcfU0_","regions":[[226,58,232,54,0,0,0,0],[227,60,227,73,0,0,0,0],[227,74,229,58,0,0,0,0],[229,64,231,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_","regions":[[251,109,274,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_","regions":[[252,57,273,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_","regions":[[253,66,271,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_","regions":[[254,85,270,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_","regions":[[259,58,259,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[259,99,259,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_ySiYbcfU0_","regions":[[260,58,266,54,0,0,0,0],[261,60,261,73,0,0,0,0],[261,74,263,58,0,0,0,0],[263,64,265,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A169_yXEfU1_","regions":[[297,20,310,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A169_yXEfU1_yyScMYccfU_","regions":[[303,40,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvgyycfU0_","regions":[[316,19,322,10,0,0,0,0],[318,45,321,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg","regions":[[327,44,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[328,49,361,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[333,32,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[334,72,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[335,28,341,22,0,0,0,0],[336,28,336,65,0,0,0,0],[336,66,338,26,0,0,0,0],[338,32,340,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[341,30,355,22,0,0,0,0],[345,86,345,92,0,0,0,0],[345,95,345,103,0,0,0,0],[349,83,349,95,0,0,0,0],[349,98,349,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF","regions":[[366,67,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[367,50,398,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[368,20,384,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[372,24,377,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[373,62,376,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[377,26,380,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[386,33,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[387,50,396,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[392,33,394,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV12layerOptions33_A219F92A70EE86D4F59FE5D7C78CCA72LLSaySS3key_SS5labelSS4icontGvg","regions":[[406,76,413,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF","regions":[[415,120,438,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_","regions":[[416,32,434,10,0,0,0,0],[427,40,427,52,0,0,0,0],[427,55,427,92,0,0,0,0],[429,43,429,49,0,0,0,0],[429,52,429,60,0,0,0,0],[432,42,432,54,0,0,0,0],[432,57,432,85,0,0,0,0],[432,111,432,112,0,0,0,0],[432,115,432,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_A23_yXEfU_","regions":[[417,32,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_A219F92A70EE86D4F59FE5D7C78CCA72LL2of4sizeSaySayxGGAF_SitlF","regions":[[443,59,447,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_A219F92A70EE86D4F59FE5D7C78CCA72LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[444,52,446,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15presetSelection33_A219F92A70EE86D4F59FE5D7C78CCA72LL4fromAA18HomeRowLayerPresetACLLOSDyS2SG_tF","regions":[[454,88,457,2,0,0,0,0],[455,8,455,72,0,0,0,0],[455,73,455,92,0,0,0,0],[455,92,456,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14_showCustomize33_1FAFCDC1D457E5F1FF22CD42A6870181LL7SwiftUI5StateVySbGvpfi","regions":[[11,40,11,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV19_showModifierPicker33_1FAFCDC1D457E5F1FF22CD42A6870181LL7SwiftUI5StateVySbGvpfi","regions":[[13,45,13,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg","regions":[[15,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_","regions":[[16,28,60,10,0,0,0,0],[32,16,32,29,0,0,0,0],[32,30,35,14,0,0,0,0],[35,20,52,14,0,0,0,0],[55,16,55,34,0,0,0,0],[55,52,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_","regions":[[22,32,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_yyXEfU_","regions":[[23,62,26,22,0,0,0,0],[24,60,24,63,0,0,0,0],[24,66,24,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[36,32,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[37,63,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_","regions":[[40,20,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_A26_yXEfU_","regions":[[41,28,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg","regions":[[67,45,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_","regions":[[68,50,269,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_","regions":[[70,53,122,14,0,0,0,0],[117,20,117,50,0,0,0,0],[117,51,121,18,0,0,0,0],[121,18,122,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_AVyYbcfU_","regions":[[75,26,75,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_yAVYbcfU0_","regions":[[76,26,88,22,0,0,0,0],[77,32,77,38,0,0,0,0],[78,25,80,80,0,0,0,0],[81,25,83,80,0,0,0,0],[84,25,85,34,0,0,0,0],[86,26,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_AZyXEfU1_","regions":[[89,20,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_A8_yYbcfU2_","regions":[[99,26,99,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_yA8_YbcfU3_","regions":[[100,26,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_A10_yXEfU4_","regions":[[105,20,110,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_","regions":[[125,53,248,14,0,0,0,0],[211,20,211,39,0,0,0,0],[211,40,247,18,0,0,0,0],[247,18,248,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_","regions":[[129,37,169,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_","regions":[[130,61,148,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_","regions":[[134,32,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_SiyYbcfU_","regions":[[136,38,136,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_ySiYbcfU0_","regions":[[137,38,140,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_","regions":[[150,61,168,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_","regions":[[154,32,167,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_SiyYbcfU_","regions":[[156,38,156,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_ySiYbcfU0_","regions":[[157,38,160,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_SbyYbcfU0_","regions":[[172,26,172,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_ySbYbcfU1_","regions":[[173,26,176,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_","regions":[[182,24,197,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_SdyYbcfU_","regions":[[187,30,187,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_ySdYbcfU0_","regions":[[188,30,191,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_SbyYbcfU3_","regions":[[201,26,201,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_ySbYbcfU4_","regions":[[202,26,205,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_","regions":[[212,61,245,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_","regions":[[217,93,241,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_","regions":[[218,49,240,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_","regions":[[219,58,238,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_","regions":[[220,77,237,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_SiyYbcfU_","regions":[[225,50,225,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[225,85,225,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_ySiYbcfU0_","regions":[[226,50,233,46,0,0,0,0],[227,52,227,65,0,0,0,0],[227,66,229,50,0,0,0,0],[229,56,231,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_yyScMYccfU1_","regions":[[251,28,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_yyScMYccfU1_yyXEfU_","regions":[[252,59,256,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A113_yXEfU2_","regions":[[257,16,264,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A113_yXEfU2_A111_yXEfU_","regions":[[258,24,262,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg","regions":[[279,44,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[280,49,314,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[285,32,313,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[286,64,312,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[287,36,294,22,0,0,0,0],[288,28,288,60,0,0,0,0],[288,61,290,26,0,0,0,0],[290,32,292,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[294,24,308,22,0,0,0,0],[298,81,298,87,0,0,0,0],[298,90,298,98,0,0,0,0],[302,78,302,90,0,0,0,0],[302,93,302,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF","regions":[[319,70,358,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[320,50,352,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[321,20,337,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[325,32,330,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[326,62,329,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[330,20,333,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[339,33,351,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[340,53,350,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[345,33,348,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV15modifierOptions33_1FAFCDC1D457E5F1FF22CD42A6870181LLSaySS3key_SS5labelSS6symboltGvg","regions":[[360,81,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF","regions":[[369,125,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_","regions":[[370,32,388,10,0,0,0,0],[381,40,381,52,0,0,0,0],[381,55,381,92,0,0,0,0],[383,43,383,49,0,0,0,0],[383,52,383,60,0,0,0,0],[386,42,386,54,0,0,0,0],[386,57,386,85,0,0,0,0],[386,111,386,112,0,0,0,0],[386,115,386,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_A16_yXEfU_","regions":[[371,32,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV12updateConfig33_1FAFCDC1D457E5F1FF22CD42A6870181LLyyF","regions":[[396,33,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV15presetSelection33_1FAFCDC1D457E5F1FF22CD42A6870181LL4fromAC0eF6PresetAELLOSDyS2SG_tF","regions":[[406,87,410,6,0,0,0,0],[407,12,407,59,0,0,0,0],[407,60,407,79,0,0,0,0],[407,79,409,23,0,0,0,0],[408,12,408,56,0,0,0,0],[408,57,408,76,0,0,0,0],[408,76,409,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_1FAFCDC1D457E5F1FF22CD42A6870181LL2of4sizeSaySayxGGAF_SitlF","regions":[[415,59,419,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_1FAFCDC1D457E5F1FF22CD42A6870181LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[416,52,418,6,0,0,0,0]]},{"branches":[],"count":1203,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HomeRowModsConfigV11enabledKeys19modifierAssignments6timing12keySelection12showAdvancedACShySSG_SDyS2SGAA06TimingH0VAA0aO0OSbtcfC","regions":[[26,7,32,6,1203,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A9SelectionO11enabledKeysShySSGvg","regions":[[65,41,76,6,0,0,0,0],[66,16,66,20,0,0,0,0],[67,9,68,43,0,0,0,0],[69,9,70,48,0,0,0,0],[71,9,72,49,0,0,0,0],[73,9,74,15,0,0,0,0],[75,10,76,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV9tapWindow9holdDelay15quickTapEnabled0kL6TermMs0G7Offsets0iP0ACSi_SiSbSiSDySSSiGAJtcfC","regions":[[98,7,105,6,2,0,0,0]]},{"branches":[],"count":138,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfC","regions":[[116,47,124,6,138,0,0,0],[117,72,124,6,138,0,0,0],[118,80,124,6,138,0,0,0],[119,80,124,6,138,0,0,0],[120,93,124,6,138,0,0,0],[121,90,124,6,138,0,0,0],[122,92,124,6,138,0,0,0],[123,94,124,6,138,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu_","regions":[[118,84,118,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu0_","regions":[[119,84,119,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSbyKXEfu1_","regions":[[120,97,120,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu2_","regions":[[121,94,121,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSDySSSiGyKXEfu3_","regions":[[122,96,122,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSDySSSiGyKXEfu4_","regions":[[123,98,123,101,0,0,0,0]]},{"branches":[],"count":152,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV6encode2toys7Encoder_p_tKF","regions":[[126,52,134,6,152,0,0,0],[128,60,134,6,152,0,0,0],[129,60,134,6,152,0,0,0],[130,72,134,6,152,0,0,0],[131,70,134,6,152,0,0,0],[132,62,134,6,152,0,0,0],[133,64,134,6,152,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV19_showModifierPicker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI5StateVySbGvpfi","regions":[[15,45,15,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV6config6onSave0K6Cancel015initialSelectedA0AC7SwiftUI7BindingVyAA0efG6ConfigVG_yALcyycSSSgtcfC","regions":[[17,160,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg","regions":[[27,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_","regions":[[28,28,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_","regions":[[30,20,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[35,42,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_","regions":[[48,58,282,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_","regions":[[49,37,280,18,0,0,0,0],[275,24,275,42,0,0,0,0],[275,60,279,22,0,0,0,0],[279,22,280,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_ySScfU_","regions":[[55,40,60,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_ySScfU_yyXEfU_","regions":[[56,70,59,30,0,0,0,0],[57,68,57,71,0,0,0,0],[57,74,57,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_","regions":[[66,62,114,22,0,0,0,0],[109,28,109,63,0,0,0,0],[109,64,113,26,0,0,0,0],[113,26,114,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A41_yYbcfU_","regions":[[71,34,71,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_yA41_YbcfU0_","regions":[[72,34,81,30,0,0,0,0],[73,40,73,46,0,0,0,0],[74,33,75,103,0,0,0,0],[76,33,77,100,0,0,0,0],[78,33,79,42,0,0,0,0],[80,34,81,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A45_yXEfU1_","regions":[[82,28,86,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A53_yYbcfU2_","regions":[[92,34,92,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_yA53_YbcfU3_","regions":[[93,34,96,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A55_yXEfU4_","regions":[[97,28,102,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_","regions":[[118,62,271,22,0,0,0,0],[189,28,189,52,0,0,0,0],[189,53,270,26,0,0,0,0],[270,26,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_","regions":[[122,45,156,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_","regions":[[123,69,138,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_","regions":[[127,40,137,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_SiyYbcfU_","regions":[[129,46,129,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_ySiYbcfU0_","regions":[[130,46,130,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_","regions":[[140,69,155,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_","regions":[[144,40,154,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_SiyYbcfU_","regions":[[146,46,146,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_ySiYbcfU0_","regions":[[147,46,147,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_SbyYbcfU0_","regions":[[159,34,159,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_ySbYbcfU1_","regions":[[160,34,160,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_","regions":[[166,32,178,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_SdyYbcfU_","regions":[[171,38,171,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_ySdYbcfU0_","regions":[[172,38,172,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_SbyYbcfU3_","regions":[[182,34,182,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_ySbYbcfU4_","regions":[[183,34,183,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_","regions":[[190,70,268,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_","regions":[[197,101,220,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_","regions":[[198,57,219,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_","regions":[[199,66,217,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_","regions":[[200,85,216,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_","regions":[[205,58,205,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[205,98,205,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_ySiYbcfU0_","regions":[[206,58,212,54,0,0,0,0],[207,60,207,73,0,0,0,0],[207,74,209,58,0,0,0,0],[209,64,211,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A134_yXEfU0_","regions":[[231,85,235,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_","regions":[[241,101,264,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_","regions":[[242,57,263,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_","regions":[[243,66,261,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_","regions":[[244,85,260,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_","regions":[[249,58,249,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[249,99,249,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_ySiYbcfU0_","regions":[[250,58,256,54,0,0,0,0],[251,60,251,73,0,0,0,0],[251,74,253,58,0,0,0,0],[253,64,255,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A166_yXEfU1_","regions":[[287,20,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A166_yXEfU1_yyScMYccfU_","regions":[[293,40,295,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvgyycfU0_","regions":[[306,19,312,10,0,0,0,0],[308,45,311,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg","regions":[[317,44,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[318,49,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[323,32,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[324,64,349,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[325,36,331,22,0,0,0,0],[326,28,326,65,0,0,0,0],[326,66,328,26,0,0,0,0],[328,32,330,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[331,24,345,22,0,0,0,0],[335,86,335,92,0,0,0,0],[335,95,335,103,0,0,0,0],[339,83,339,95,0,0,0,0],[339,98,339,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF","regions":[[356,70,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[357,50,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[358,20,374,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[362,32,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[363,62,366,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[367,20,370,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[376,33,387,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[377,53,386,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[382,33,384,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV15modifierOptions33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLSaySS3key_SS5labelSS6symboltGvg","regions":[[396,81,403,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF","regions":[[405,125,428,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_","regions":[[406,32,424,10,0,0,0,0],[417,40,417,52,0,0,0,0],[417,55,417,92,0,0,0,0],[419,43,419,49,0,0,0,0],[419,52,419,60,0,0,0,0],[422,42,422,54,0,0,0,0],[422,57,422,85,0,0,0,0],[422,111,422,112,0,0,0,0],[422,115,422,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_A16_yXEfU_","regions":[[407,32,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvg","regions":[[434,56,458,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvgAJyYbcfU_","regions":[[436,18,444,14,0,0,0,0],[437,20,437,58,0,0,0,0],[437,59,439,18,0,0,0,0],[439,27,439,79,0,0,0,0],[439,80,441,18,0,0,0,0],[441,24,443,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvgyAJYbcfU0_","regions":[[445,18,456,14,0,0,0,0],[446,24,446,30,0,0,0,0],[447,17,448,57,0,0,0,0],[449,17,450,72,0,0,0,0],[451,17,454,26,0,0,0,0],[455,18,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL2of4sizeSaySayxGGAF_SitlF","regions":[[463,59,467,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[464,52,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15presetSelection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL4fromAA13HomeRowPresetACLLOSDyS2SG_tF","regions":[[475,83,479,2,0,0,0,0],[476,8,476,55,0,0,0,0],[476,56,476,75,0,0,0,0],[476,75,478,19,0,0,0,0],[477,8,477,52,0,0,0,0],[477,53,477,72,0,0,0,0],[477,72,478,19,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[18,85,120,6,8,0,0,0],[19,16,19,26,8,0,0,0],[21,9,21,31,1,0,0,0],[22,9,22,31,1,0,0,0],[23,9,23,31,0,0,0,0],[24,9,24,31,0,0,0,0],[25,9,25,31,0,0,0,0],[26,9,26,31,0,0,0,0],[27,9,27,31,0,0,0,0],[28,9,28,31,0,0,0,0],[29,9,29,31,0,0,0,0],[30,9,30,31,0,0,0,0],[31,9,31,32,0,0,0,0],[32,9,32,32,0,0,0,0],[33,9,33,34,0,0,0,0],[35,9,35,33,1,0,0,0],[36,9,36,31,1,0,0,0],[37,9,37,31,0,0,0,0],[38,9,38,31,0,0,0,0],[39,9,39,31,0,0,0,0],[40,9,40,31,0,0,0,0],[41,9,41,31,0,0,0,0],[42,9,42,31,0,0,0,0],[43,9,43,31,0,0,0,0],[44,9,44,31,0,0,0,0],[45,9,45,32,0,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,32,0,0,0,0],[48,9,48,33,0,0,0,0],[50,9,50,33,1,0,0,0],[51,9,51,30,1,0,0,0],[52,9,52,30,0,0,0,0],[53,9,53,30,0,0,0,0],[54,9,54,30,0,0,0,0],[55,9,55,30,0,0,0,0],[56,9,56,30,0,0,0,0],[57,9,57,31,0,0,0,0],[58,9,58,31,0,0,0,0],[59,9,59,31,0,0,0,0],[60,9,60,32,0,0,0,0],[61,9,61,32,0,0,0,0],[65,9,65,34,0,0,0,0],[66,9,66,34,0,0,0,0],[68,9,68,33,1,0,0,0],[69,9,69,32,1,0,0,0],[70,9,70,30,0,0,0,0],[71,9,71,30,0,0,0,0],[72,9,72,30,0,0,0,0],[73,9,73,30,0,0,0,0],[74,9,74,31,0,0,0,0],[75,9,75,31,0,0,0,0],[76,9,76,31,0,0,0,0],[77,9,77,31,0,0,0,0],[78,9,78,32,0,0,0,0],[79,9,79,32,0,0,0,0],[80,9,80,34,0,0,0,0],[83,9,83,34,0,0,0,0],[85,9,85,33,0,0,0,0],[86,9,86,33,0,0,0,0],[87,9,87,33,0,0,0,0],[88,9,88,33,0,0,0,0],[89,9,89,33,0,0,0,0],[90,9,90,33,0,0,0,0],[91,9,91,34,0,0,0,0],[93,9,93,42,0,0,0,0],[94,9,94,42,0,0,0,0],[95,9,95,41,0,0,0,0],[96,9,96,42,0,0,0,0],[97,9,97,41,0,0,0,0],[98,9,98,41,0,0,0,0],[99,9,99,41,0,0,0,0],[100,9,100,42,0,0,0,0],[101,9,101,42,0,0,0,0],[102,9,102,43,0,0,0,0],[103,9,103,45,0,0,0,0],[104,9,104,45,0,0,0,0],[106,9,106,35,0,0,0,0],[107,9,107,35,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[111,9,111,36,0,0,0,0],[112,9,112,36,0,0,0,0],[113,9,113,35,0,0,0,0],[114,9,114,36,0,0,0,0],[116,9,116,44,0,0,0,0],[117,9,118,16,0,0,0,0],[119,10,120,6,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZ","regions":[[123,140,130,6,0,0,0,0],[125,77,127,10,0,0,0,0],[127,10,129,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZSbSi_Sit_AI_SStt_tXEfU_","regions":[[125,53,125,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC03appE5Cache33_CA570EF758223E2D6E8D5238E96CFD06LLSDySSSo7NSImageCGvpfi","regions":[[25,51,25,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07resolvecE03forSo7NSImageCSgSS_tF","regions":[[32,61,51,6,0,0,0,0],[34,50,36,10,0,0,0,0],[36,10,50,20,0,0,0,0],[39,61,41,10,0,0,0,0],[41,10,50,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC04findC3URL33_CA570EF758223E2D6E8D5238E96CFD06LL3for10Foundation0I0VSgSS_tF","regions":[[55,61,74,6,0,0,0,0],[57,93,59,10,0,0,0,0],[59,10,73,19,0,0,0,0],[63,12,63,62,0,0,0,0],[63,63,65,10,0,0,0,0],[65,10,73,19,0,0,0,0],[69,12,69,67,0,0,0,0],[69,68,71,10,0,0,0,0],[71,10,73,19,0,0,0,0]]},{"branches":[],"count":39,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC18systemActionSymbol3forSSSgSS_tF","regions":[[82,62,89,6,39,0,0,0],[85,67,87,10,37,0,0,0],[87,10,88,19,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC14resolveFavicon3forSo7NSImageCSgSS_tYaF","regions":[[97,60,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC013resolveCustomE05namedAA0aE6SourceOSS_tF","regions":[[107,65,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC013resolveCustomE5Image5namedSo7NSImageCSgSS_tYaF","regions":[[114,71,130,6,0,0,0,0],[117,16,117,22,0,0,0,0],[118,9,120,89,0,0,0,0],[122,9,124,48,0,0,0,0],[126,9,128,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaF","regions":[[136,39,154,6,0,0,0,0],[141,14,144,10,0,0,0,0],[144,10,154,6,0,0,0,0],[149,40,151,10,0,0,0,0],[151,10,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaFSbAA14RuleCollectionVXEfU_","regions":[[139,55,139,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaFSbAA0I7MappingVcfu_","regions":[[146,54,146,65,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC17preloadLayerIcons4fromySayAA14RuleCollectionVG_tYaF","regions":[[158,70,187,6,3,0,0,0],[162,66,182,10,3,0,0,0],[163,48,181,14,19,0,0,0],[167,20,167,46,19,0,0,0],[167,47,172,18,0,0,0,0],[168,75,171,22,0,0,0,0],[175,20,175,44,19,0,0,0],[175,45,180,18,0,0,0,0],[176,67,179,22,0,0,0,0],[181,14,182,10,3,0,0,0],[182,10,187,6,3,0,0,0],[184,12,184,40,3,0,0,0],[184,41,186,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC17preloadLayerIcons4fromySayAA14RuleCollectionVG_tYaFSbyKXEfu_","regions":[[184,28,184,40,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07preloadE03foryAA14LauncherTargetO_tYaF","regions":[[190,56,204,6,0,0,0,0],[191,16,191,22,0,0,0,0],[192,9,194,48,0,0,0,0],[195,9,196,53,0,0,0,0],[197,9,199,54,0,0,0,0],[200,9,202,54,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07preloadE03foryAA14LauncherTargetO_tYaFSSyKXEfu_","regions":[[193,42,193,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07extractC4Name33_CA570EF758223E2D6E8D5238E96CFD06LL4fromSSSgSS_tF","regions":[[210,65,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC10extractUrl33_CA570EF758223E2D6E8D5238E96CFD06LL4fromSSSgSS_tF","regions":[[216,61,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC05clearcE5CacheyyF","regions":[[223,30,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC14clearAllCachesyyF","regions":[[229,27,232,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceCACyc33_CA570EF758223E2D6E8D5238E96CFD06Llfc","regions":[[236,20,238,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO2idSSvg","regions":[[11,20,17,6,0,0,0,0],[12,16,12,20,0,0,0,0],[13,9,13,40,0,0,0,0],[14,9,14,40,0,0,0,0],[15,9,15,40,0,0,0,0],[16,10,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V2id10Foundation4UUIDVvpfi","regions":[[20,18,20,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V11displayNameSSvg","regions":[[25,33,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V10isModifierSbvg","regions":[[29,30,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0cF0V2id10Foundation4UUIDVvpfi","regions":[[35,18,35,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO8URLInputV2id10Foundation4UUIDVvpfi","regions":[[42,18,42,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10_viewModel33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI11StateObjectVyAA0efhJ0CGvpfi","regions":[[51,42,51,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10_viewModel33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI11StateObjectVyAA0efhJ0CGvpfiAJycfu_AJycfu0_","regions":[[51,42,51,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12_isRecording33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[52,38,52,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV08_showingC6Picker33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[53,43,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV20_dropTargetHighlight33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[54,46,54,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg","regions":[[56,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAnEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAnEE7paddingyQrA4_FQOyAE6VStackVyAGyAC014capturedInputsZ0AILLQrvpQOy_Qo__AC13actionButtonsAILLQrvpQOy_Qo_tGG_Qo__Qo__AE5ColorVQo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_","regions":[[57,28,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAnEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAnEE7paddingyQrA4_FQOyAE6VStackVyAGyAC014capturedInputsZ0AILLQrvpQOy_Qo__AC13actionButtonsAILLQrvpQOy_Qo_tGG_Qo__Qo__AE5ColorVQo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_A15_yXEfU_","regions":[[64,33,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvgyycfU0_","regions":[[81,19,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvgyycfU1_","regions":[[84,22,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[91,35,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[92,16,111,10,0,0,0,0],[107,57,107,60,0,0,0,0],[107,63,107,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AMyXEfU_","regions":[[93,53,99,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[101,28,101,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ALyXEfU1_","regions":[[101,54,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[119,47,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAF06_ShapeH0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeH0VyAwyF05EmptyH0VGQo__SbQo__AF19_ConditionalContentVyAC10emptyStateAELLQrvpQOy_Qo_AC12chipsDisplayAELLQrvpQOy_Qo_GtGyXEfU_","regions":[[120,16,142,10,0,0,0,0],[124,23,124,53,0,0,0,0],[125,23,125,73,0,0,0,0],[129,51,129,68,0,0,0,0],[129,71,129,95,0,0,0,0],[130,103,130,109,0,0,0,0],[130,112,130,114,0,0,0,0],[135,16,135,48,0,0,0,0],[135,49,138,14,0,0,0,0],[138,20,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvgSbSaySo14NSItemProviderCGcfU0_","regions":[[145,67,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[150,39,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6ZStackVyAHyAF0H0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF011StrokeShapeH0VyAF6CircleVAF5ColorVAF05EmptyH0VG_Qo__AlFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA8_22IndefiniteSymbolEffectRd__A8_12SymbolEffectRd__lFQOyAlFE15foregroundColoryQrA0_SgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A8_17PulseSymbolEffectVQo_tGG_AF4TextVA29_SgtGyXEfU_","regions":[[151,29,173,10,0,0,0,0],[164,32,164,55,0,0,0,0],[164,58,164,89,0,0,0,0],[168,16,168,28,0,0,0,0],[168,29,172,14,0,0,0,0],[172,14,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6ZStackVyAHyAF0H0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF011StrokeShapeH0VyAF6CircleVAF5ColorVAF05EmptyH0VG_Qo__AlFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA8_22IndefiniteSymbolEffectRd__A8_12SymbolEffectRd__lFQOyAlFE15foregroundColoryQrA0_SgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A8_17PulseSymbolEffectVQo_tGG_AF4TextVA29_SgtGyXEfU_A26_yXEfU_","regions":[[152,20,162,14,0,0,0,0],[158,49,158,59,0,0,0,0],[158,62,158,72,0,0,0,0],[160,52,160,64,0,0,0,0],[160,67,160,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[176,41,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_","regions":[[177,20,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A2_A1_yXEcAQcfu_","regions":[[178,36,178,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A2_A1_yXEcAQcfu_A2_A1_yXEcfu0_","regions":[[178,36,178,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_","regions":[[178,36,190,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_","regions":[[179,51,189,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_yycfU_","regions":[[180,49,184,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_yycfU_yyXEfU_","regions":[[181,85,183,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[197,42,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_","regions":[[198,29,251,10,0,0,0,0],[218,33,218,37,0,0,0,0],[218,40,218,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU_","regions":[[200,20,209,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU_yyXEfU_","regions":[[201,31,208,18,0,0,0,0],[203,24,203,35,0,0,0,0],[203,36,205,22,0,0,0,0],[205,28,207,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A15_yXEfU0_","regions":[[209,22,216,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A15_yXEfU0_A13_yXEfU_","regions":[[210,36,214,18,0,0,0,0],[211,53,211,71,0,0,0,0],[211,74,211,89,0,0,0,0],[212,56,212,60,0,0,0,0],[212,63,212,71,0,0,0,0],[213,40,213,46,0,0,0,0],[213,49,213,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU1_","regions":[[221,20,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU2_","regions":[[223,22,229,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU2_A34_yXEfU_","regions":[[224,36,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_","regions":[[231,54,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_yAA08CapturedE0O0cE0VcfU_","regions":[[232,31,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_yAA08CapturedE0O0cE0VcfU_yyXEfU_","regions":[[233,81,235,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU4_","regions":[[241,20,243,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU5_","regions":[[243,22,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU5_A34_yXEfU_","regions":[[244,36,247,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[256,35,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyAJG_AF023BorderedProminentButtonZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[257,16,270,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyAJG_AF023BorderedProminentButtonZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[264,28,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tF","regions":[[278,66,305,6,0,0,0,0],[279,35,303,10,0,0,0,0],[303,10,304,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_","regions":[[280,83,302,14,0,0,0,0],[282,85,282,95,0,0,0,0],[282,95,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_","regions":[[284,42,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_yyXEfU_","regions":[[285,81,300,22,0,0,0,0],[286,28,286,54,0,0,0,0],[286,55,296,26,0,0,0,0],[296,32,299,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_yyXEfU_SSyKXEfu_","regions":[[289,82,289,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV10_isHovered33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[314,36,314,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV16_appearAnimation33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[315,42,315,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg","regions":[[317,25,352,6,0,0,0,0],[326,71,326,72,0,0,0,0],[326,75,326,76,0,0,0,0],[326,99,326,100,0,0,0,0],[326,103,326,104,0,0,0,0],[327,40,327,41,0,0,0,0],[327,44,327,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgAC11chipContent33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo_yXEfU_","regions":[[318,28,320,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgyycfU0_","regions":[[328,19,332,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgyycfU0_yyXEfU_","regions":[[329,73,331,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgySbcfU1_","regions":[[333,18,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgySbcfU1_yyXEfU_","regions":[[334,55,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg7SwiftUI15ModifiedContentVyAE0G0PAEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAiEE15foregroundColoryQrAE0X0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainvT0VQo__Qo__AeKPAEE8combined4withQrqd___tAeKRd__lFQOyAE05ScaleN0V_AE07OpacityN0VQo_Qo_AE31AccessibilityAttachmentModifierVGSgyXEfU2_","regions":[[338,43,351,10,0,0,0,0],[339,16,339,25,0,0,0,0],[339,26,350,14,0,0,0,0],[350,14,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg7SwiftUI15ModifiedContentVyAE0G0PAEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAiEE15foregroundColoryQrAE0X0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainvT0VQo__Qo__AeKPAEE8combined4withQrqd___tAeKRd__lFQOyAE05ScaleN0V_AE07OpacityN0VQo_Qo_AE31AccessibilityAttachmentModifierVGSgyXEfU2_A5_yXEfU_","regions":[[340,42,344,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV11chipContent33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[355,40,364,6,0,0,0,0],[356,16,356,21,0,0,0,0],[357,9,358,37,0,0,0,0],[359,9,360,37,0,0,0,0],[361,9,362,37,0,0,0,0],[363,10,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03keyF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0aE0VF","regions":[[366,82,387,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03keyF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0aE0VF7SwiftUI05TupleG0VyAC13modifierBadgeAELLyQrSSFQOy_Qo_Sg_A3oJ4TextVtGyXEfU_","regions":[[367,28,386,10,0,0,0,0],[369,16,369,53,0,0,0,0],[369,54,371,14,0,0,0,0],[371,14,386,10,0,0,0,0],[372,16,372,51,0,0,0,0],[372,52,374,14,0,0,0,0],[374,14,386,10,0,0,0,0],[375,16,375,52,0,0,0,0],[375,53,377,14,0,0,0,0],[377,14,386,10,0,0,0,0],[378,16,378,53,0,0,0,0],[378,54,380,14,0,0,0,0],[380,14,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV13modifierBadge33_C2D50E8EF0A6905EC9434F11F0363338LLyQrSSF","regions":[[389,63,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03appF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0cE0VF","regions":[[399,82,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03appF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0cE0VF7SwiftUI05TupleG0VyAJ012_ConditionalI0VyAJ0G0PAJE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxJ9AlignmentVtFQOyAJ5ImageV_Qo_ApJE15foregroundColoryQrAJ5ColorVSgFQOyApJE4fontyQrAJ4FontVSgFQOyA0__Qo__Qo_G_AJ4TextVA11_tGyXEfU_","regions":[[400,28,418,10,0,0,0,0],[401,41,405,14,0,0,0,0],[405,20,409,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03urlF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O8URLInputVF","regions":[[421,82,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03urlF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O8URLInputVF7SwiftUI05TupleG0VyAJ0G0PAJE15foregroundColoryQrAJ0X0VSgFQOyAnJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__AnJE9lineLimityQrSiSgFQOyAJ4TextV_Qo_tGyXEfU_","regions":[[422,28,431,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV14chipBackground33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[434,43,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV14chipBackground33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI19_ConditionalContentVyAHyAF14LinearGradientVAF5ColorVGALGyXEfU_","regions":[[435,15,451,10,0,0,0,0],[436,20,436,25,0,0,0,0],[437,13,445,18,0,0,0,0],[446,13,447,47,0,0,0,0],[448,13,449,42,0,0,0,0],[450,14,451,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV10chipBorder33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[454,39,457,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV11borderColor33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI0I0Vvg","regions":[[459,36,468,6,0,0,0,0],[460,16,460,21,0,0,0,0],[461,9,462,56,0,0,0,0],[462,45,462,48,0,0,0,0],[462,51,462,55,0,0,0,0],[463,9,464,61,0,0,0,0],[464,51,464,54,0,0,0,0],[464,57,464,60,0,0,0,0],[465,9,466,56,0,0,0,0],[466,46,466,49,0,0,0,0],[466,52,466,55,0,0,0,0],[467,10,468,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV16chipCornerRadius33_C2D50E8EF0A6905EC9434F11F0363338LL12CoreGraphics7CGFloatVvg","regions":[[470,43,475,6,0,0,0,0],[471,16,471,21,0,0,0,0],[472,9,472,21,0,0,0,0],[473,9,473,28,0,0,0,0],[474,10,475,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV7spacing12CoreGraphics7CGFloatVvpfi","regions":[[481,28,481,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV12sizeThatFits8proposal8subviews5cacheSo6CGSizeV7SwiftUI16ProposedViewSizeV_AJ0F8SubviewsVytztF","regions":[[483,100,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_7SwiftUI16ProposedViewSizeVAK0fH0VytztF","regions":[[488,110,493,6,0,0,0,0],[490,64,492,10,0,0,0,0],[492,10,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV6layout33_C2D50E8EF0A6905EC9434F11F0363338LL8proposal8subviewsSo6CGSizeV4size_SaySo7CGPointVG9positionst7SwiftUI16ProposedViewSizeV_AO0F8SubviewsVtF","regions":[[495,113,517,6,0,0,0,0],[502,33,514,10,0,0,0,0],[505,16,505,48,0,0,0,0],[505,63,509,14,0,0,0,0],[514,10,516,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV6layout33_C2D50E8EF0A6905EC9434F11F0363338LL8proposal8subviewsSo6CGSizeV4size_SaySo7CGPointVG9positionst7SwiftUI16ProposedViewSizeV_AO0F8SubviewsVtF12CoreGraphics7CGFloatVyKXEfu_","regions":[[496,42,496,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV11_searchText33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySSGvpfi","regions":[[525,37,525,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvg","regions":[[527,48,560,6,0,0,0,0],[546,32,554,10,0,0,0,0],[548,16,548,60,0,0,0,0],[548,61,553,14,0,0,0,0],[554,10,559,86,0,0,0,0],[556,12,556,30,0,0,0,0],[556,31,558,10,0,0,0,0],[558,10,559,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvgSSyKXEfu_","regions":[[550,70,550,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvgSbAIXEfU_","regions":[[559,30,559,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg","regions":[[562,25,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_","regions":[[563,28,604,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A12_yXEfU_","regions":[[565,20,570,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_","regions":[[577,24,603,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_","regions":[[578,40,601,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_","regions":[[579,35,600,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_yyScMYccfU_","regions":[[580,32,582,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_A58_yXEfU0_","regions":[[582,34,596,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_A58_yXEfU0_A52_yXEfU_","regions":[[583,49,592,30,0,0,0,0],[584,56,588,34,0,0,0,0],[588,34,592,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC15_capturedInputs33_C2D50E8EF0A6905EC9434F11F0363338LL7Combine9PublishedVySayAA08CapturedE0OGGvpfi","regions":[[613,54,613,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12_isRecording33_C2D50E8EF0A6905EC9434F11F0363338LL7Combine9PublishedVySbGvpfi","regions":[[614,34,614,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC05setupaF0yyF","regions":[[618,28,620,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyF","regions":[[622,27,648,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_","regions":[[625,77,647,10,0,0,0,0],[626,33,626,49,0,0,0,0],[626,49,646,23,0,0,0,0],[630,16,630,60,0,0,0,0],[630,61,632,14,0,0,0,0],[632,14,646,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_SSyKXEfu_","regions":[[636,66,636,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_yyYbScMYccfU_","regions":[[640,38,644,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_yyYbScMYccfU_yyXEfU_","regions":[[641,77,643,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC13stopRecordingyyF","regions":[[650,26,656,6,0,0,0,0],[652,39,655,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC04stopaF0yyF","regions":[[658,27,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6removeyyAA08CapturedE0OF","regions":[[662,41,664,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6removeyyAA08CapturedE0OFSbAFXEfU_","regions":[[663,34,663,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC8clearAllyyF","regions":[[666,21,670,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC8clearAllyyFyyXEfU_","regions":[[667,69,669,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC03addC0yyAA08CapturedE0O0cE0VF","regions":[[672,48,674,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6addURLyy10Foundation0J0VF","regions":[[676,29,682,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12addSampleURLyyF","regions":[[684,25,692,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12addSampleURLyyFyyXEfU_","regions":[[685,69,691,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit38InputCaptureExperimentWindowControllerC04showH0yyF","regions":[[703,23,730,6,0,0,0,0],[704,66,707,10,0,0,0,0],[707,10,730,6,0,0,0,0],[723,12,723,59,0,0,0,0],[723,60,725,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC06_inputF2ID33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVySSGvpfi","regions":[[13,64,13,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC011_isJapaneseE6Active33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVySbGvpfi","regions":[[16,70,16,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC13_japaneseMode33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVyAA08JapaneseeI0OGvpfi","regions":[[19,74,19,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC13modeIndicatorSSSgvg","regions":[[22,39,25,6,0,0,0,0],[23,42,23,56,0,0,0,0],[23,56,24,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15monitoringCount33_7369601BCD17FEA7B7459859AE8A35CBLLSivpfi","regions":[[28,35,28,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorCACyc33_7369601BCD17FEA7B7459859AE8A35CBLlfc","regions":[[30,20,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyF","regions":[[36,35,61,6,0,0,0,0],[38,41,38,51,0,0,0,0],[38,51,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyFySo23CFNotificationCenterRefaSg_SvSgSo0J4NameaSgSVSgSo012CFDictionaryL0aSgtcfU_","regions":[[46,13,54,14,0,0,0,0],[47,41,47,51,0,0,0,0],[47,51,54,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyFySo23CFNotificationCenterRefaSg_SvSgSo0J4NameaSgSVSgSo012CFDictionaryL0aSgtcfU_yyYaYbScMYccfU_","regions":[[51,22,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC14stopMonitoringyyF","regions":[[65,34,75,6,0,0,0,0],[66,40,66,50,0,0,0,0],[66,50,75,6,0,0,0,0],[68,41,68,51,0,0,0,0],[68,51,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyF","regions":[[78,27,113,6,0,0,0,0],[79,90,84,10,0,0,0,0],[84,10,113,6,0,0,0,0],[87,105,89,10,0,0,0,0],[89,16,91,10,0,0,0,0],[94,43,94,53,0,0,0,0],[94,53,113,6,0,0,0,0],[106,12,106,22,0,0,0,0],[106,23,109,10,0,0,0,0],[109,16,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu_","regions":[[100,13,100,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu0_","regions":[[101,13,101,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu1_","regions":[[102,13,102,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSSyKXEfu2_","regions":[[108,135,108,138,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO6detect4fromACSS_tFZ","regions":[[124,80,141,6,13,0,0,0],[129,12,129,43,13,0,0,0],[129,44,131,10,2,0,0,0],[131,19,131,50,11,0,0,0],[131,51,133,10,3,0,0,0],[133,19,133,54,8,0,0,0],[133,55,135,10,2,0,0,0],[135,19,135,84,6,0,0,0],[135,85,138,10,4,0,0,0],[138,10,140,24,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO6detect4fromACSS_tFZSbyKXEfu_","regions":[[135,54,135,84,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO9indicatorSSSgvg","regions":[[144,35,155,6,4,0,0,0],[145,16,145,20,4,0,0,0],[146,9,147,18,1,0,0,0],[148,9,149,18,1,0,0,0],[150,9,151,16,1,0,0,0],[152,9,153,16,1,0,0,0],[154,10,155,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO11displayNameSSvg","regions":[[158,36,169,6,4,0,0,0],[159,16,159,20,4,0,0,0],[160,9,161,23,1,0,0,0],[162,9,163,23,1,0,0,0],[164,9,165,27,1,0,0,0],[166,9,167,22,1,0,0,0],[168,10,169,6,4,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorCACycfc","regions":[[9,12,9,14,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC18isFirstTimeInstall06configB0SbSS_tF","regions":[[13,57,33,6,0,0,0,0],[18,12,18,24,0,0,0,0],[18,25,21,10,0,0,0,0],[21,10,32,21,0,0,0,0],[26,12,26,26,0,0,0,0],[26,27,29,10,0,0,0,0],[29,10,32,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC17checkKanataBinary10stepNumber10totalStepsAC10StepResultVSi_SitF","regions":[[46,84,60,6,0,0,0,0],[51,12,51,34,0,0,0,0],[51,35,55,10,0,0,0,0],[55,16,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC20checkKarabinerDriver10stepNumber10totalStepsAC10StepResultVSi_SitF","regions":[[63,87,75,6,0,0,0,0],[67,12,67,63,0,0,0,0],[67,64,71,10,0,0,0,0],[71,16,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC24logDaemonDirectoriesStep10stepNumber10totalStepsySi_SitF","regions":[[78,77,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC27logDaemonDirectoriesSuccess10stepNumber10totalStepsySi_SitF","regions":[[82,82,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC15checkConfigFile06configB010stepNumber10totalStepsAC10StepResultVSS_S2itF","regions":[[87,102,97,6,0,0,0,0],[90,12,90,62,0,0,0,0],[90,63,93,10,0,0,0,0],[93,16,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC22logSystemConfigSkipped10stepNumber10totalStepsySi_SitF","regions":[[100,75,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC03logE6Result14stepsCompleted0I6Failed10totalStepsSbSi_S2itF","regions":[[106,96,116,6,0,0,0,0],[109,12,109,19,0,0,0,0],[109,20,111,10,0,0,0,0],[111,16,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC24prepareDaemonDirectoriesyyYaF","regions":[[120,43,150,6,0,0,0,0],[134,12,147,10,0,0,0,0],[139,14,147,10,0,0,0,0],[141,16,141,36,0,0,0,0],[141,37,144,14,0,0,0,0],[144,20,146,14,0,0,0,0],[147,17,149,10,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC21prepareLogDirectories33_A8DD48A4958A9D38580759ADB081838ALLyyYaF","regions":[[152,48,172,6,0,0,0,0],[157,12,169,10,0,0,0,0],[162,14,169,10,0,0,0,0],[164,16,164,36,0,0,0,0],[164,37,166,14,0,0,0,0],[166,20,168,14,0,0,0,0],[169,17,171,10,0,0,0,0],[171,10,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyF","regions":[[10,27,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_","regions":[[13,14,69,10,0,0,0,0],[15,37,20,14,0,0,0,0],[20,14,69,10,0,0,0,0],[26,16,26,47,0,0,0,0],[26,48,34,14,0,0,0,0],[34,14,69,10,0,0,0,0],[60,57,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU_","regions":[[16,37,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[21,33,21,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[27,37,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_","regions":[[40,33,56,14,0,0,0,0],[41,20,41,34,0,0,0,0],[41,35,52,18,0,0,0,0],[44,24,44,38,0,0,0,0],[44,39,49,22,0,0,0,0],[49,28,51,22,0,0,0,0],[52,24,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_SbAA12RecipeResultVcfu_","regions":[[42,70,42,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_SSyKXEfu0_","regions":[[53,65,53,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaF","regions":[[73,93,239,6,0,0,0,0],[75,12,75,47,0,0,0,0],[75,48,82,10,0,0,0,0],[76,16,76,30,0,0,0,0],[76,31,80,14,0,0,0,0],[82,10,238,23,0,0,0,0],[83,12,83,23,0,0,0,0],[83,24,90,10,0,0,0,0],[84,16,84,30,0,0,0,0],[84,31,88,14,0,0,0,0],[90,10,238,23,0,0,0,0],[103,12,103,89,0,0,0,0],[105,9,115,10,0,0,0,0],[106,16,106,30,0,0,0,0],[106,31,113,14,0,0,0,0],[115,10,238,23,0,0,0,0],[117,37,117,43,0,0,0,0],[118,9,120,17,0,0,0,0],[121,9,122,17,0,0,0,0],[123,10,238,23,0,0,0,0],[136,12,140,10,0,0,0,0],[139,14,140,10,0,0,0,0],[140,17,151,10,0,0,0,0],[142,16,142,30,0,0,0,0],[142,31,148,14,0,0,0,0],[151,10,238,23,0,0,0,0],[153,38,153,40,0,0,0,0],[153,43,153,123,0,0,0,0],[155,12,155,26,0,0,0,0],[155,27,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU_","regions":[[77,37,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU0_","regions":[[85,37,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFSbyKXEfu_","regions":[[103,54,103,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU1_","regions":[[107,37,112,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFSbyYaYbcfU2_","regions":[[137,73,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU3_","regions":[[143,37,147,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU4_","regions":[[156,33,170,14,0,0,0,0],[157,20,157,27,0,0,0,0],[157,28,164,18,0,0,0,0],[158,24,158,41,0,0,0,0],[158,42,161,22,0,0,0,0],[161,28,163,22,0,0,0,0],[164,24,169,18,0,0,0,0],[166,25,166,142,0,0,0,0],[167,27,167,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU4_SbyKXEfu_","regions":[[165,48,165,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_","regions":[[176,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_","regions":[[187,18,235,14,0,0,0,0],[200,20,201,95,0,0,0,0],[202,17,234,18,0,0,0,0],[209,24,209,68,0,0,0,0],[209,69,217,22,0,0,0,0],[210,28,210,47,0,0,0,0],[210,64,216,26,0,0,0,0],[217,31,217,45,0,0,0,0],[217,46,233,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU_","regions":[[191,37,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu_","regions":[[200,58,200,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu0_","regions":[[201,21,201,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu1_","regions":[[201,60,201,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyYacfU0_","regions":[[205,59,207,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu2_","regions":[[209,57,209,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU1_","regions":[[211,49,215,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU2_","regions":[[221,45,232,26,0,0,0,0],[222,32,222,67,0,0,0,0],[222,68,227,30,0,0,0,0],[227,36,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV26describeAutoFixActionForUIySS0abF4Core0ijK0OF","regions":[[242,72,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27getAutoFixActionDescriptionySS0abF4Core0ijK0OF","regions":[[247,73,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_6$deferL_yyFyyYaYbScMYccfU_","regions":[[22,26,22,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17getBuildTimestampSSyF","regions":[[9,40,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20describeServiceStateSSyYaF","regions":[[17,49,21,6,0,0,0,0],[20,46,20,51,0,0,0,0],[20,54,20,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17disableFocusRings2inySo6NSViewC_tF","regions":[[34,45,39,6,0,0,0,0],[36,38,38,10,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV7isFreshySb0abF4Core17SystemStateResultVF","regions":[[9,55,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11snapshotAgeySd0abF4Core17SystemStateResultVF","regions":[[13,67,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22navigateToPreviousPageyyF","regions":[[10,35,23,6,0,0,0,0],[11,57,11,67,0,0,0,0],[11,67,23,6,0,0,0,0],[16,46,16,61,0,0,0,0],[16,64,16,75,0,0,0,0],[17,89,19,10,0,0,0,0],[19,10,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18navigateToNextPageyyF","regions":[[26,31,39,6,0,0,0,0],[27,57,27,67,0,0,0,0],[27,67,39,6,0,0,0,0],[32,46,32,61,0,0,0,0],[32,64,32,75,0,0,0,0],[35,14,35,24,0,0,0,0],[35,24,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getCurrentOperationNameSSyF","regions":[[9,46,42,6,0,0,0,0],[11,84,13,10,0,0,0,0],[13,10,42,6,0,0,0,0],[15,12,15,74,0,0,0,0],[15,75,17,10,0,0,0,0],[17,19,17,76,0,0,0,0],[17,77,19,10,0,0,0,0],[19,19,19,77,0,0,0,0],[19,78,21,10,0,0,0,0],[21,19,21,72,0,0,0,0],[21,73,23,10,0,0,0,0],[23,19,23,72,0,0,0,0],[23,73,25,10,0,0,0,0],[25,19,25,75,0,0,0,0],[25,76,27,10,0,0,0,0],[27,19,27,79,0,0,0,0],[27,80,29,10,0,0,0,0],[29,19,29,75,0,0,0,0],[29,76,31,10,0,0,0,0],[31,19,31,58,0,0,0,0],[31,59,33,10,0,0,0,0],[33,19,33,56,0,0,0,0],[33,57,35,10,0,0,0,0],[35,19,35,59,0,0,0,0],[35,60,37,10,0,0,0,0],[37,19,37,76,0,0,0,0],[37,77,39,10,0,0,0,0],[39,16,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27getCurrentOperationProgressSdyF","regions":[[44,50,49,6,0,0,0,0],[45,84,47,10,0,0,0,0],[47,10,48,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV31isCurrentOperationIndeterminateSbyF","regions":[[51,52,58,6,0,0,0,0],[53,84,55,10,0,0,0,0],[55,10,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV31isCurrentOperationIndeterminateSbyFSbyKXEfu_","regions":[[57,60,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getDetailedErrorMessage3for17actionDescriptionSS0abF4Core13AutoFixActionO_SStYaF","regions":[[63,5,78,6,0,0,0,0],[69,12,69,81,0,0,0,0],[69,82,74,10,0,0,0,0],[71,16,71,31,0,0,0,0],[71,32,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getDetailedErrorMessage3for17actionDescriptionSS0abF4Core13AutoFixActionO_SStYaFSbyKXEfu_","regions":[[69,50,69,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaF","regions":[[9,30,68,6,0,0,0,0],[37,50,40,10,0,0,0,0],[40,35,43,10,0,0,0,0],[43,16,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFySSYbScMYccfU_","regions":[[20,29,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFySSYbScMYccfU_yyYacfU_","regions":[[22,22,30,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFyyYacfU0_","regions":[[50,14,67,10,0,0,0,0],[65,42,65,52,0,0,0,0],[65,52,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFyyYacfU0_yyYbScMYcXEfU_","regions":[[51,33,60,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaF","regions":[[70,68,166,6,0,0,0,0],[72,38,75,10,0,0,0,0],[75,10,166,6,0,0,0,0],[78,36,81,10,0,0,0,0],[81,10,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFySdYbcfU_","regions":[[88,31,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFySdYbcfU_yyYaYbScMYccfU_","regions":[[90,22,92,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_","regions":[[96,61,165,10,0,0,0,0],[102,16,102,32,0,0,0,0],[102,33,113,14,0,0,0,0],[106,20,106,32,0,0,0,0],[106,33,108,18,0,0,0,0],[108,24,111,18,0,0,0,0],[113,14,165,10,0,0,0,0],[161,16,161,38,0,0,0,0],[161,77,164,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[107,26,107,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU0_","regions":[[125,18,130,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU0_yyXEfU_","regions":[[127,59,129,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SSAF0F5IssueVXEfU1_","regions":[[136,68,136,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU2_","regions":[[138,18,156,14,0,0,0,0],[139,20,143,18,0,0,0,0],[143,19,146,18,0,0,0,0],[148,17,151,18,0,0,0,0],[151,27,151,63,0,0,0,0],[151,64,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18monitorSystemStateyyYaF","regions":[[168,37,191,6,0,0,0,0],[172,15,172,32,0,0,0,0],[172,33,188,10,0,0,0,0],[176,68,178,14,0,0,0,0],[178,14,188,10,0,0,0,0],[182,35,184,14,0,0,0,0],[184,14,188,10,0,0,0,0],[188,10,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30shouldPerformBackgroundPollingSbyF","regions":[[194,51,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaF","regions":[[200,66,270,6,0,0,0,0],[202,36,205,10,0,0,0,0],[205,10,270,6,0,0,0,0],[207,16,207,40,0,0,0,0],[208,9,260,14,0,0,0,0],[261,9,265,18,0,0,0,0],[266,9,268,18,0,0,0,0],[269,10,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFySdYbcfU_","regions":[[212,35,212,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_","regions":[[214,65,260,14,0,0,0,0],[219,20,219,36,0,0,0,0],[219,37,230,18,0,0,0,0],[223,24,223,36,0,0,0,0],[223,37,225,22,0,0,0,0],[225,28,228,22,0,0,0,0],[230,18,260,14,0,0,0,0],[255,20,255,95,0,0,0,0],[255,96,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[224,30,224,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SSAF0F5IssueVXEfU0_","regions":[[237,107,237,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU1_","regions":[[243,22,253,18,0,0,0,0],[244,24,248,22,0,0,0,0],[248,23,252,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SbyKXEfu_","regions":[[255,60,255,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF","regions":[[12,37,160,6,0,0,0,0],[157,19,157,59,0,0,0,0],[158,19,158,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_","regions":[[13,16,153,10,0,0,0,0],[14,20,14,44,0,0,0,0],[15,13,28,18,0,0,0,0],[29,13,33,18,0,0,0,0],[34,13,42,18,0,0,0,0],[43,13,57,18,0,0,0,0],[58,13,71,18,0,0,0,0],[72,13,81,18,0,0,0,0],[82,13,91,18,0,0,0,0],[92,13,113,18,0,0,0,0],[114,13,129,18,0,0,0,0],[130,13,139,18,0,0,0,0],[140,13,145,18,0,0,0,0],[146,13,151,18,0,0,0,0],[152,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYbScMYccACYbcfu_","regions":[[20,37,20,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[20,37,20,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU_","regions":[[21,32,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU0_","regions":[[22,39,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU1_","regions":[[37,62,37,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU2_","regions":[[40,32,40,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU3_","regions":[[46,62,46,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYacfU4_","regions":[[49,32,49,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU5_","regions":[[50,39,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU6_","regions":[[53,32,55,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU7_","regions":[[61,62,61,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYacfU8_","regions":[[63,32,63,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU9_","regions":[[64,39,66,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU10_","regions":[[67,32,69,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu1_","regions":[[78,32,78,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu1_SbA17__SbtYaYbScMYccfu2_","regions":[[78,32,78,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU11_","regions":[[79,32,79,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu3_","regions":[[88,32,88,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu3_SbA17__SbtYaYbScMYccfu4_","regions":[[88,32,88,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU12_","regions":[[89,32,89,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_","regions":[[94,42,107,22,0,0,0,0],[96,28,96,44,0,0,0,0],[96,45,98,26,0,0,0,0],[98,32,106,26,0,0,0,0],[101,32,101,160,0,0,0,0],[101,161,103,30,0,0,0,0],[103,36,105,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_Sb0abF4Core0F5IssueVXEfU_","regions":[[101,74,101,159,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_Sb0abF4Core0F5IssueVXEfU_SbyKXEfu_","regions":[[101,108,101,157,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU14_","regions":[[108,29,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_","regions":[[116,33,124,22,0,0,0,0],[119,28,119,156,0,0,0,0],[119,157,121,26,0,0,0,0],[121,32,123,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_Sb0abF4Core0F5IssueVXEfU_","regions":[[119,70,119,155,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_Sb0abF4Core0F5IssueVXEfU_SbyKXEfu_","regions":[[119,104,119,153,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU16_","regions":[[125,31,128,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu5_","regions":[[136,32,136,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu5_SbA17__SbtYaYbScMYccfu6_","regions":[[136,32,136,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU17_","regions":[[137,32,137,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu7_","regions":[[144,32,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu7_SbA17__SbtYaYbScMYccfu8_","regions":[[144,32,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU18_","regions":[[150,32,150,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24operationProgressOverlayQryF","regions":[[163,50,183,6,0,0,0,0],[167,12,167,60,0,0,0,0],[167,61,170,10,0,0,0,0],[170,16,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24operationProgressOverlayQryFAA0f9OperationI0VyXEfU_","regions":[[172,33,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtF","regions":[[13,89,67,6,0,0,0,0],[14,36,17,10,0,0,0,0],[17,10,67,6,0,0,0,0],[21,72,24,10,0,0,0,0],[24,10,67,6,0,0,0,0],[33,12,33,23,0,0,0,0],[33,24,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFSSyKXEfu_","regions":[[27,131,27,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyXEfU_","regions":[[34,54,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_","regions":[[40,28,66,10,0,0,0,0],[42,16,42,27,0,0,0,0],[42,103,49,14,0,0,0,0],[44,23,44,40,0,0,0,0],[46,17,48,18,0,0,0,0],[48,18,49,14,0,0,0,0],[51,42,51,52,0,0,0,0],[51,52,66,10,0,0,0,0],[54,16,54,46,0,0,0,0],[54,47,56,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_SbyYbScMYcXEfU_","regions":[[42,55,42,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_SbyYbScMYcXEfU0_","regions":[[45,49,45,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_yyYbScMYcXEfU1_","regions":[[59,33,65,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtF","regions":[[71,92,100,6,0,0,0,0],[72,36,72,46,0,0,0,0],[72,46,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFySdYbcfU_","regions":[[76,31,76,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_","regions":[[79,61,99,10,0,0,0,0],[81,16,81,46,0,0,0,0],[81,106,90,14,0,0,0,0],[90,14,99,10,0,0,0,0],[94,16,94,27,0,0,0,0],[94,28,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[83,22,88,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[85,41,87,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyXEfU0_","regions":[[95,58,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27shouldRetryForCommunication6resultSb0abF4Core17SystemStateResultV_tF","regions":[[103,73,126,6,0,0,0,0],[105,16,105,28,0,0,0,0],[106,9,107,24,0,0,0,0],[108,9,109,18,0,0,0,0],[110,10,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27shouldRetryForCommunication6resultSb0abF4Core17SystemStateResultV_tFSbAF0F5IssueVXEfU_","regions":[[113,39,125,10,0,0,0,0],[114,74,114,90,0,0,0,0],[114,90,125,10,0,0,0,0],[115,20,115,29,0,0,0,0],[116,13,121,28,0,0,0,0],[122,13,123,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25autoNavigateIfSingleIssue2in5stateySay0abF4Core0fL0VG_AG0F11SystemStateOtF","regions":[[129,90,152,6,0,0,0,0],[136,57,139,10,0,0,0,0],[139,10,152,6,0,0,0,0],[143,79,147,10,0,0,0,0],[147,10,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25autoNavigateIfSingleIssue2in5stateySay0abF4Core0fL0VG_AG0F11SystemStateOtFSSAG0F4PageOcfu_","regions":[[134,83,134,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaF","regions":[[156,5,165,6,0,0,0,0],[160,37,160,51,0,0,0,0],[160,51,164,64,0,0,0,0],[164,54,164,58,0,0,0,0],[164,61,164,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaFSbyKXEfu_","regions":[[163,45,163,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaFSbyKXEfu0_","regions":[[164,39,164,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19cachedPreferredPage0abF4Core0fJ0OSgyYaF","regions":[[167,53,173,6,0,0,0,0],[169,70,169,84,0,0,0,0],[169,84,172,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15sanitizedIssues4from3forSay0abF4Core0F5IssueVGAJ_AG0F11SystemStateOtF","regions":[[177,5,189,6,0,0,0,0],[178,66,180,10,0,0,0,0],[180,10,188,24,0,0,0,0],[183,12,183,42,0,0,0,0],[183,43,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15sanitizedIssues4from3forSay0abF4Core0F5IssueVGAJ_AG0F11SystemStateOtFSbAIXEfU_","regions":[[182,38,182,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VF","regions":[[192,79,229,6,0,0,0,0],[200,12,204,10,0,0,0,0],[204,11,207,10,0,0,0,0],[207,19,207,37,0,0,0,0],[207,38,216,10,0,0,0,0],[217,12,217,48,0,0,0,0],[217,69,222,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFyyYacfU_","regions":[[208,18,215,14,0,0,0,0],[211,17,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFyyYacfU0_","regions":[[218,18,221,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFSSAGXEfU1_","regions":[[225,73,225,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV33shouldSuppressCommunicationIssues3forSb0abF4Core0F11SystemStateO_tF","regions":[[231,82,236,6,0,0,0,0],[232,33,234,10,0,0,0,0],[234,10,235,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20isCommunicationIssueySb0abF4Core0fJ0VF","regions":[[238,61,253,6,0,0,0,0],[239,70,241,10,0,0,0,0],[241,10,253,6,0,0,0,0],[243,16,243,25,0,0,0,0],[244,9,249,24,0,0,0,0],[250,9,251,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyF","regions":[[255,31,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_","regions":[[256,14,286,10,0,0,0,0],[260,16,260,27,0,0,0,0],[260,28,285,14,0,0,0,0],[261,20,261,55,0,0,0,0],[261,56,281,18,0,0,0,0],[281,24,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_ySbYaYbScMYccfU_","regions":[[264,73,276,22,0,0,0,0],[265,28,265,35,0,0,0,0],[265,36,269,26,0,0,0,0],[269,32,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_ySbYaYbScMYccfU_SSyKXEfu_","regions":[[273,40,273,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_yAA0F5ErrorVYbScMYccfU0_","regions":[[276,34,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23handleCloseButtonTappedyyF","regions":[[289,36,303,6,0,0,0,0],[296,12,296,34,0,0,0,0],[296,35,299,10,0,0,0,0],[299,16,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23handleCloseButtonTappedyyFSb0abF4Core0F5IssueVXEfU_","regions":[[294,63,294,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17forceInstantCloseyyF","regions":[[306,30,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27dismissAndRefreshMainScreenyyF","regions":[[311,40,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27dismissAndRefreshMainScreenyyFyyYbScMYccfU_","regions":[[316,34,323,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performBackgroundCleanupyyF","regions":[[327,37,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performBackgroundCleanupyyFytSgyYaYbScMYccfU_","regions":[[329,14,331,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22openLoginItemsSettingsyyF","regions":[[334,35,343,6,0,0,0,0],[335,103,337,10,0,0,0,0],[337,16,342,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyF","regions":[[346,43,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyFyyYacfU_","regions":[[351,38,389,10,0,0,0,0],[354,46,385,14,0,0,0,0],[355,46,358,18,0,0,0,0],[358,18,385,14,0,0,0,0],[363,20,363,37,0,0,0,0],[363,38,365,18,0,0,0,0],[367,20,367,48,0,0,0,0],[367,49,381,18,0,0,0,0],[381,18,385,14,0,0,0,0],[385,14,389,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyFyyYacfU_yyYbScMYcXEfU_","regions":[[371,41,375,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV29stopLoginItemsApprovalPollingyyF","regions":[[393,42,396,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyF","regions":[[399,32,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyFyyYaYbScMYccfU_","regions":[[408,14,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyFyyYaYbScMYccfU0_","regions":[[431,14,436,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaF","regions":[[442,48,449,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaFyScCySbs5NeverOGXEfU_","regions":[[443,39,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaFyScCySbs5NeverOGXEfU_yyYbScMYccfU_","regions":[[444,38,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13kanataManagerAA18RuntimeCoordinatorCvg","regions":[[12,43,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16showStatusBanneryySSF","regions":[[17,46,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16showStatusBanneryySSFyyYbScMYccfU_","regions":[[23,63,28,10,0,0,0,0],[25,16,25,47,0,0,0,0],[25,48,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_stateMachine33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0fuI0CGvpfi","regions":[[35,37,35,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_stateMachine33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0fuI0CGvpfiAJycfu_AJycfu0_","regions":[[35,37,35,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV10_autoFixer33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0f4AutoI7ManagerCGvpfi","regions":[[36,34,36,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV10_autoFixer33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0f4AutoI7ManagerCGvpfiAJycfu_AJycfu0_","regions":[[36,34,36,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16stateInterpreterAA0f5StateI0Vvpfi","regions":[[37,28,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22_asyncOperationManager33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyAA0f5AsynciJ0CGvpfi","regions":[[38,40,38,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_toastManager33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyAA0f5ToastI0CGvpfi","regions":[[39,31,39,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_isValidating33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[42,37,42,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15_preflightStart33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVy10Foundation4DateVGvpfi","regions":[[43,33,43,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19_evaluationProgress33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySdGvpfi","regions":[[44,45,44,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20_showAllSummaryItems33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[46,44,46,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV12_navSequence33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySay0abF4Core0F4PageOGGvpfi","regions":[[47,44,47,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19_inFlightFixActions33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyShy0abF4Core04AutoJ6ActionOGGvpfi","regions":[[48,57,48,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV32_showingBackgroundApprovalPrompt33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[49,50,49,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV12_fixInFlight33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[51,36,51,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25_showingStartConfirmation33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[53,43,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25_showingCloseConfirmation33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[55,43,55,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15_isForceClosing33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[59,33,59,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV26currentFixDescriptionForUISSSgvg","regions":[[67,45,70,6,0,0,0,0],[68,41,68,55,0,0,0,0],[68,55,69,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg","regions":[[72,25,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_","regions":[[73,16,122,10,0,0,0,0],[74,49,95,14,0,0,0,0],[95,14,122,10,0,0,0,0],[115,72,115,75,0,0,0,0],[115,78,115,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A33_yXEfU_","regions":[[75,36,92,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A33_yXEfU_A14_yXEfU_","regions":[[76,40,82,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A79_yXEfU0_","regions":[[101,32,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A79_yXEfU0_A78_yXEfU_","regions":[[106,30,112,22,0,0,0,0],[108,28,108,70,0,0,0,0],[108,86,111,26,0,0,0,0],[111,26,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU0_","regions":[[127,37,140,10,0,0,0,0],[128,16,128,24,0,0,0,0],[128,25,136,14,0,0,0,0],[136,20,139,14,0,0,0,0],[138,69,138,72,0,0,0,0],[138,75,138,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU0_yyYbScMYccfU_","regions":[[130,42,135,18,0,0,0,0],[132,91,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE17environmentObjectyQrqd__7Combine010ObservableU0Rd__lFQOyAA11CloseButtonV_AA0F12StateMachineCQo__Qo__Qo__0abfQ00F4PageOQo_SgyXEfU1_","regions":[[142,43,151,10,0,0,0,0],[143,16,143,52,0,0,0,0],[143,53,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU2_","regions":[[152,19,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU2_yyYacfU_","regions":[[154,18,154,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[156,104,160,10,0,0,0,0],[157,67,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU4_","regions":[[161,67,166,10,0,0,0,0],[163,16,163,25,0,0,0,0],[163,26,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU5_","regions":[[168,44,170,10,0,0,0,0],[169,53,169,56,0,0,0,0],[169,59,169,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy0abF4Core0F4PageO_AGtcfU6_","regions":[[171,49,180,10,0,0,0,0],[173,16,173,35,0,0,0,0],[173,51,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy0abF4Core0F4PageO_AGtcfU6_yyYbScMYccfU_","regions":[[177,68,179,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySay0abF4Core0F4PageOG_AHtcfU7_","regions":[[181,36,185,10,0,0,0,0],[182,16,182,36,0,0,0,0],[182,37,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU8_","regions":[[186,49,191,10,0,0,0,0],[188,16,188,25,0,0,0,0],[188,26,190,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU9_","regions":[[192,49,197,10,0,0,0,0],[194,16,194,25,0,0,0,0],[194,26,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu_","regions":[[201,30,201,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[201,30,201,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu1_","regions":[[202,31,202,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[202,31,202,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu3_","regions":[[203,27,203,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[203,27,203,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU10_","regions":[[207,24,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYaYbcfU11_","regions":[[210,15,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy10Foundation12NotificationVcfU12_","regions":[[214,94,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_","regions":[[217,18,231,10,0,0,0,0],[218,16,218,40,0,0,0,0],[218,41,230,14,0,0,0,0],[230,14,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_yycfU_","regions":[[221,32,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_yycfU0_","regions":[[225,31,228,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_","regions":[[232,79,241,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_yyScMYccfU_","regions":[[233,45,235,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_yyScMYccfU0_","regions":[[236,56,239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU15_","regions":[[241,20,247,10,0,0,0,0],[244,47,244,51,0,0,0,0],[244,54,244,59,0,0,0,0],[244,110,244,117,0,0,0,0],[244,120,244,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU15_Sb0abF4Core0F5IssueVXEfU_","regions":[[242,66,242,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_","regions":[[248,96,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_yyScMYccfU_","regions":[[249,26,252,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_yyScMYccfU0_","regions":[[254,44,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU17_","regions":[[258,20,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU18_","regions":[[263,56,269,10,0,0,0,0],[264,16,264,25,0,0,0,0],[264,26,268,14,0,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16determineActions3for7contextSay0aB10WizardCore13AutoFixActionOGAA13InstallIntentO_AA13SystemContextVtF","regions":[[15,5,18,6,144,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15generateRecipes4from7contextSayAA13ServiceRecipeVGSay0aB10WizardCore13AutoFixActionOG_AA13SystemContextVtF","regions":[[25,5,35,6,144,0,0,0],[28,31,32,10,134,0,0,0],[29,71,31,14,134,0,0,0],[32,10,34,23,144,0,0,0]]},{"branches":[],"count":177,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15recipeForAction_7contextAA13ServiceRecipeVSg0aB10WizardCore07AutoFixI0O_AA13SystemContextVtF","regions":[[38,95,217,6,177,0,0,0],[39,16,39,22,177,0,0,0],[40,9,51,14,122,0,0,0],[53,9,58,14,6,0,0,0],[60,9,65,14,3,0,0,0],[67,9,72,14,1,0,0,0],[74,9,79,14,2,0,0,0],[81,9,86,14,1,0,0,0],[88,9,95,14,6,0,0,0],[97,9,102,14,4,0,0,0],[104,9,110,14,2,0,0,0],[112,9,117,14,2,0,0,0],[119,9,124,14,2,0,0,0],[126,9,131,14,5,0,0,0],[133,9,138,14,1,0,0,0],[140,9,145,14,3,0,0,0],[147,9,152,14,2,0,0,0],[154,9,159,14,2,0,0,0],[161,9,166,14,2,0,0,0],[168,9,173,14,2,0,0,0],[175,9,180,14,0,0,0,0],[182,9,187,14,2,0,0,0],[189,9,194,14,2,0,0,0],[196,9,201,14,2,0,0,0],[203,9,208,14,2,0,0,0],[210,9,215,14,1,0,0,0],[216,10,217,6,177,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGF","regions":[[240,70,250,6,144,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSbyXEfu_","regions":[[243,13,243,55,144,0,0,0]]},{"branches":[],"count":134,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSbyXEfu_SbAFcfu0_","regions":[[243,32,243,54,134,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSSyXEfu1_","regions":[[244,13,245,80,0,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17recipeIDForActionySS0aB10WizardCore07AutoFixI0OF","regions":[[253,63,305,6,47,0,0,0],[254,16,254,22,47,0,0,0],[255,9,256,58,5,0,0,0],[257,9,258,51,5,0,0,0],[259,9,260,55,3,0,0,0],[261,9,262,49,1,0,0,0],[263,9,264,54,1,0,0,0],[265,9,266,56,1,0,0,0],[267,9,268,51,2,0,0,0],[269,9,270,55,3,0,0,0],[271,9,272,60,2,0,0,0],[273,9,274,55,2,0,0,0],[275,9,276,55,1,0,0,0],[277,9,279,55,2,0,0,0],[280,9,281,54,1,0,0,0],[282,9,283,50,1,0,0,0],[284,9,285,55,2,0,0,0],[286,9,287,46,2,0,0,0],[288,9,289,53,2,0,0,0],[290,9,291,58,2,0,0,0],[292,9,293,54,0,0,0,0],[294,9,295,48,2,0,0,0],[296,9,297,51,2,0,0,0],[298,9,299,53,2,0,0,0],[300,9,301,55,2,0,0,0],[302,9,303,53,1,0,0,0],[304,10,305,6,47,0,0,0]]},{"branches":[],"count":122,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23processLifecycleManager06kanataI0AC0ab6DaemonH007ProcesshI0C_AA18RuntimeCoordinatorCSgtcfc","regions":[[33,7,43,6,122,0,0,0]]},{"branches":[],"count":122,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineCACycfC","regions":[[46,31,48,6,122,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13kanataManagerAcA18RuntimeCoordinatorC_tcfC","regions":[[51,57,53,6,0,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13inspectSystemAA0H7ContextVyYaF","regions":[[59,56,89,6,48,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC8makePlan3for7contextAA07InstallH0VAA0K6IntentO_AA13SystemContextVtYaF","regions":[[94,98,134,6,144,0,0,0],[98,93,108,10,0,0,0,0],[108,10,133,20,144,0,0,0]]},{"branches":[],"count":133,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC8makePlan3for7contextAA07InstallH0VAA0K6IntentO_AA13SystemContextVtYaFSb0aB10WizardCore13AutoFixActionOXEfU_","regions":[[127,68,127,93,133,0,0,0]]},{"branches":[],"count":144,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17checkRequirements33_DAD45C67DE07FE65D044B9202AF5AA42LL3for7contextAA11RequirementVSgAA13InstallIntentO_AA13SystemContextVtYaF","regions":[[142,5,171,6,144,0,0,0],[144,12,144,34,144,0,0,0],[144,35,146,10,4,0,0,0],[146,10,170,19,140,0,0,0],[154,12,154,69,140,0,0,0],[154,70,159,10,0,0,0,0],[159,10,170,19,140,0,0,0],[162,12,162,51,140,0,0,0],[162,52,167,10,139,0,0,0],[163,16,163,39,139,0,0,0],[163,40,166,14,1,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17checkRequirements33_DAD45C67DE07FE65D044B9202AF5AA42LL3for7contextAA11RequirementVSgAA13InstallIntentO_AA13SystemContextVtYaFSbyKXEfu_","regions":[[162,34,162,51,23,0,0,0]]},{"branches":[],"count":133,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17actionNeedsPrompt33_DAD45C67DE07FE65D044B9202AF5AA42LLySb0aB10WizardCore13AutoFixActionOF","regions":[[188,69,195,6,133,0,0,0],[189,16,189,22,133,0,0,0],[190,9,191,17,1,0,0,0],[192,9,193,18,132,0,0,0],[194,10,195,6,133,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaF","regions":[[200,100,305,6,33,0,0,0],[204,57,213,10,1,0,0,0],[213,10,304,22,32,0,0,0],[220,36,287,10,27,0,0,0],[231,16,264,14,27,0,0,0],[233,96,264,14,23,0,0,0],[238,57,247,18,9,0,0,0],[241,24,241,34,9,0,0,0],[241,35,245,22,9,0,0,0],[245,22,247,18,0,0,0,0],[247,18,264,14,14,0,0,0],[264,21,286,14,13,0,0,0],[286,14,287,10,14,0,0,0],[287,10,304,22,32,0,0,0],[296,42,296,44,19,0,0,0],[296,47,296,80,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSyKXEfu_","regions":[[268,76,268,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSyKXEfu0_","regions":[[282,89,282,104,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSAA13ServiceRecipeV6recipe_s5Error_p5errort_tXEfU_","regions":[[293,45,295,14,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSayAA11RequirementVGANXEfU0_","regions":[[296,66,296,74,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSayAA11RequirementVGyKXEfu1_","regions":[[296,78,296,80,13,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC24executeRecipeWithDetails33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingAC0H15ExecutionResultAELLVAA07ServiceH0V_AA15PrivilegeBrokerVtYaKF","regions":[[316,137,356,6,27,0,0,0],[320,16,320,27,27,0,0,0],[321,9,330,59,12,0,0,0],[324,16,324,47,12,0,0,0],[324,48,326,14,0,0,0,0],[329,67,330,59,10,0,0,0],[332,9,342,53,2,0,0,0],[334,49,337,14,1,0,0,0],[337,20,340,14,1,0,0,0],[341,67,342,53,1,0,0,0],[344,9,347,61,13,0,0,0],[346,69,347,61,12,0,0,0],[349,9,352,49,0,0,0,0],[351,69,352,49,0,0,0,0],[353,10,355,69,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13executeRecipe33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA07ServiceH0V_AA15PrivilegeBrokerVtYaKF","regions":[[359,101,361,6,0,0,0,0],[360,70,361,6,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC21executeInstallService33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA0I6RecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[365,109,398,6,12,0,0,0],[369,12,369,43,12,0,0,0],[369,44,383,10,0,0,0,0],[372,57,383,10,0,0,0,0],[377,16,377,47,0,0,0,0],[377,48,380,14,0,0,0,0],[380,20,382,14,0,0,0,0],[383,10,398,6,12,0,0,0],[388,12,388,70,12,0,0,0],[390,9,394,10,0,0,0,0],[393,52,394,10,0,0,0,0],[394,10,398,6,12,0,0,0],[397,58,398,6,10,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC21executeRestartService33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA0I6RecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[404,5,424,6,2,0,0,0],[407,12,407,43,2,0,0,0],[407,44,412,10,0,0,0,0],[410,57,412,10,0,0,0,0],[412,10,424,6,2,0,0,0],[414,92,420,10,1,0,0,0],[416,76,420,10,1,0,0,0],[417,16,417,24,1,0,0,0],[417,25,419,14,1,0,0,0],[419,14,420,10,0,0,0,0],[420,16,423,10,1,0,0,0],[422,56,423,10,1,0,0,0],[423,10,424,6,1,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23executeInstallComponent33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA13ServiceRecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[429,5,483,6,13,0,0,0],[431,16,431,25,13,0,0,0],[432,9,433,52,2,0,0,0],[435,9,436,67,2,0,0,0],[438,9,439,50,0,0,0,0],[441,9,442,67,1,0,0,0],[444,9,447,67,0,0,0,0],[446,52,447,67,0,0,0,0],[449,9,451,19,0,0,0,0],[453,9,454,57,0,0,0,0],[456,9,457,56,1,0,0,0],[459,9,463,62,3,0,0,0],[465,9,466,56,1,0,0,0],[468,9,469,73,1,0,0,0],[471,9,473,73,1,0,0,0],[472,54,473,73,1,0,0,0],[475,9,476,52,1,0,0,0],[478,9,481,89,0,0,0,0],[482,10,483,6,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23executeCheckRequirement33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA13ServiceRecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[488,5,503,6,0,0,0,0],[490,16,490,25,0,0,0,0],[491,9,493,54,0,0,0,0],[495,9,497,19,0,0,0,0],[499,9,501,97,0,0,0,0],[502,10,503,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17verifyHealthCheck33_DAD45C67DE07FE65D044B9202AF5AA42LLySbAA0hI8CriteriaVYaF","regions":[[506,83,508,6,9,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16isServiceHealthy9serviceIDSbSS_tYaF","regions":[[514,67,516,6,12,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15isServiceLoaded9serviceIDSbSS_tYaF","regions":[[519,66,521,6,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16getServiceStatusAA012LaunchDaemonI0VyYaF","regions":[[524,64,526,6,5,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC24checkKanataServiceHealth7tcpPortAA0hJ8SnapshotVSi_tYaF","regions":[[529,94,532,6,7,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC3run6intent5usingAA0E6ReportVAA13InstallIntentO_AA15PrivilegeBrokerVtYaF","regions":[[536,100,552,6,9,0,0,0],[539,12,539,32,9,0,0,0],[539,33,543,10,1,0,0,0],[543,10,551,22,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC9uninstall12deleteConfig5usingAA0E6ReportVSb_AA15PrivilegeBrokerVtYaF","regions":[[555,103,582,6,1,0,0,0],[565,39,565,62,0,0,0,0],[565,65,565,76,1,0,0,0],[569,30,569,33,0,0,0,0],[569,36,569,43,1,0,0,0],[575,38,575,41,0,0,0,0],[575,44,575,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC9uninstall12deleteConfig5usingAA0E6ReportVSb_AA15PrivilegeBrokerVtYaFSSyKXEfu_","regions":[[563,48,563,66,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaF","regions":[[589,5,644,6,16,0,0,0],[595,78,595,86,2,0,0,0],[595,89,595,96,14,0,0,0],[604,12,604,35,16,0,0,0],[604,36,619,10,14,0,0,0],[607,77,610,14,14,0,0,0],[610,20,618,14,0,0,0,0],[618,14,619,10,14,0,0,0],[619,16,621,10,2,0,0,0],[621,10,643,22,16,0,0,0],[629,19,629,25,14,0,0,0],[630,19,630,34,2,0,0,0],[635,75,635,78,14,0,0,0],[635,81,635,99,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbAA13ServiceRecipeVXEfU_","regions":[[601,55,601,82,2,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbyKXEfu_","regions":[[628,40,628,61,14,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbyKXEfu0_","regions":[[635,51,635,72,14,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC26uninstallVirtualHIDDrivers5usingyAA15PrivilegeBrokerV_tYaKF","regions":[[650,88,653,6,1,0,0,0],[652,54,653,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23disableKarabinerGrabber5usingyAA15PrivilegeBrokerV_tYaKF","regions":[[657,85,660,6,1,0,0,0],[659,51,660,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC22restartKarabinerDaemon5usingSbAA15PrivilegeBrokerV_tYaKF","regions":[[664,92,667,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC18sudoExecuteCommand_11description5usingySS_SSAA15PrivilegeBrokerVtYaKF","regions":[[675,20,678,6,0,0,0,0],[677,79,678,6,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstallerErrorO16errorDescriptionSSSgvg","regions":[[689,35,696,6,20,0,0,0],[690,16,690,20,20,0,0,0],[691,9,692,20,20,0,0,0],[693,9,694,20,0,0,0,0],[695,10,696,6,20,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11RequirementV4name6statusACSS_AA0E6StatusOtcfC","regions":[[39,58,42,6,1,0,0,0]]},{"branches":[],"count":71,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV11permissions8services9conflicts10components6helper6system9timestampAC0aB11Permissions16PermissionOracleC8SnapshotV_0aB10WizardCore12HealthStatusVAP08ConflictU0VAP09ComponentU0VAP06HelperU0VAA06EngineE4InfoV10Foundation4DateVtcfC","regions":[[73,7,81,6,71,0,0,0]]},{"branches":[],"count":71,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16EngineSystemInfoV12macOSVersion16driverCompatibleACSS_SbtcfC","regions":[[91,63,94,6,71,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HealthCheckCriteriaV9serviceID15shouldBeRunningACSS_SbtcfC","regions":[[128,59,131,6,128,0,0,0]]},{"branches":[],"count":184,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ServiceRecipeV2id4type9serviceID12plistContent16launchctlActions11healthCheck12dependenciesACSS_AA0F4TypeOSSSgAMSayAA15LaunchctlActionOGAA06HealthP8CriteriaVSgSaySSGtcfC","regions":[[159,7,167,6,184,0,0,0]]},{"branches":[],"count":149,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12PlanMetadataV11needsReboot13promptsNeededACSb_SbtcfC","regions":[[187,73,190,6,149,0,0,0]]},{"branches":[],"count":165,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11InstallPlanV7recipes6status6intent9blockedBy8metadataACSayAA13ServiceRecipeVG_AA0F6StatusOAA0E6IntentOAA11RequirementVSgAA0F8MetadataVtcfC","regions":[[212,7,218,6,165,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RecipeResultV8recipeID7success5error8duration4logs11commandsRunACSS_SbSSSgSdSaySSGAKtcfC","regions":[[245,7,252,6,28,0,0,0]]},{"branches":[],"count":68,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerReportV9timestamp7success13failureReason17unmetRequirements15executedRecipes12finalContext4logsAC10Foundation4DateV_SbSSSgSayAA11RequirementVGSayAA12RecipeResultVGAA06SystemP0VSgSaySSGtcfC","regions":[[280,7,288,6,68,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataHealthSnapshotV9isRunning0H10RespondingACSb_SbtcfC","regions":[[300,54,303,6,16,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvg","regions":[[318,40,320,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvgSbyKXEfu_","regions":[[319,32,319,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvgSbyKXEfu0_","regions":[[319,59,319,83,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvg","regions":[[323,41,325,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvgSbyKXEfu_","regions":[[324,33,324,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvgSbyKXEfu0_","regions":[[324,61,324,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19vhidServicesHealthySbvg","regions":[[329,42,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19vhidServicesHealthySbvgSbyKXEfu_","regions":[[330,37,330,62,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV11descriptionSSvg","regions":[[334,36,341,6,2,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19kanataServiceLoaded04vhidfiJ00k7ManageriJ00hI7Healthy0kfiM00kliM0ACSb_S5btcfC","regions":[[350,7,357,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC29createSystemRequirementIssues4fromSay0aB10WizardCore0lE0VGAA0H12RequirementsC16ValidationResultV_tF","regions":[[12,5,44,6,0,0,0,0],[16,12,16,32,0,0,0,0],[16,33,29,10,0,0,0,0],[17,40,28,14,0,0,0,0],[28,14,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tF","regions":[[46,86,83,6,0,0,0,0],[47,40,47,53,0,0,0,0],[47,53,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tFSSAF06SystemH0OXEfU_","regions":[[50,71,63,10,0,0,0,0],[51,20,51,28,0,0,0,0],[52,13,53,25,0,0,0,0],[54,13,55,36,0,0,0,0],[56,13,57,33,0,0,0,0],[58,13,59,35,0,0,0,0],[60,13,61,32,0,0,0,0],[62,14,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tFAHSgSS_SayAF06SystemH0OGtXEfU0_","regions":[[66,44,82,10,0,0,0,0],[67,60,67,74,0,0,0,0],[67,74,81,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC32createGroupedConflictDescription33_AEF8D8964E883D9A41529161C5B00178LL12conflictType9conflictsS2S_Say0aB10WizardCore06SystemI0OGtF","regions":[[87,5,154,6,0,0,0,0],[89,34,89,38,0,0,0,0],[89,41,89,43,0,0,0,0],[91,16,91,28,0,0,0,0],[92,9,101,79,0,0,0,0],[94,16,94,25,0,0,0,0],[94,26,94,68,0,0,0,0],[96,39,100,14,0,0,0,0],[97,76,99,18,0,0,0,0],[100,14,101,79,0,0,0,0],[103,9,113,31,0,0,0,0],[105,16,105,25,0,0,0,0],[105,26,105,68,0,0,0,0],[107,39,111,14,0,0,0,0],[108,70,110,18,0,0,0,0],[111,14,113,31,0,0,0,0],[115,9,125,31,0,0,0,0],[117,16,117,25,0,0,0,0],[117,26,117,68,0,0,0,0],[119,39,123,14,0,0,0,0],[120,92,122,18,0,0,0,0],[123,14,125,31,0,0,0,0],[127,9,137,31,0,0,0,0],[129,16,129,25,0,0,0,0],[129,26,129,68,0,0,0,0],[131,39,135,14,0,0,0,0],[132,79,134,18,0,0,0,0],[135,14,137,31,0,0,0,0],[139,9,149,31,0,0,0,0],[141,16,141,25,0,0,0,0],[141,26,141,67,0,0,0,0],[143,39,147,14,0,0,0,0],[144,71,146,18,0,0,0,0],[147,14,149,31,0,0,0,0],[151,9,152,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC35createIndividualConflictDescription33_AEF8D8964E883D9A41529161C5B00178LLySS0aB10WizardCore06SystemI0OF","regions":[[156,92,169,6,0,0,0,0],[157,16,157,24,0,0,0,0],[158,9,159,72,0,0,0,0],[160,9,161,129,0,0,0,0],[162,9,163,144,0,0,0,0],[164,9,165,135,0,0,0,0],[166,9,167,118,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22createPermissionIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tF","regions":[[171,86,197,6,0,0,0,0],[174,42,176,10,0,0,0,0],[176,10,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22createPermissionIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_","regions":[[178,35,196,10,0,0,0,0],[181,60,181,79,0,0,0,0],[181,82,181,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tF","regions":[[199,84,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_","regions":[[200,28,219,10,0,0,0,0],[208,92,208,101,0,0,0,0],[208,104,208,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_SSAF13AutoFixActionOXEfU_","regions":[[202,55,202,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_SSyKXEfu_","regions":[[202,85,202,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC012createDaemonE00aB10WizardCore0iE0VyF","regions":[[222,45,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC017createLogRotationE00aB10WizardCore0jE0VyF","regions":[[235,50,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC012createConfigB6Issues4fromSay0aB10WizardCore0kE0VGAF0hB14MismatchResultV_tF","regions":[[248,89,272,6,0,0,0,0],[251,43,269,10,0,0,0,0],[269,10,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC15permissionTitle33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore21PermissionRequirementO_tF","regions":[[276,83,285,6,0,0,0,0],[277,16,277,26,0,0,0,0],[278,9,278,82,0,0,0,0],[279,9,279,78,0,0,0,0],[280,9,280,85,0,0,0,0],[281,9,281,91,0,0,0,0],[282,9,282,65,0,0,0,0],[283,9,283,60,0,0,0,0],[284,10,285,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21permissionDescription33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore21PermissionRequirementO_tF","regions":[[287,89,302,6,0,0,0,0],[288,16,288,26,0,0,0,0],[289,9,290,164,0,0,0,0],[291,9,292,160,0,0,0,0],[293,9,294,77,0,0,0,0],[295,9,296,135,0,0,0,0],[297,9,298,84,0,0,0,0],[299,9,300,94,0,0,0,0],[301,10,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC23userActionForPermission33_AEF8D8964E883D9A41529161C5B00178LLySS0aB10WizardCore0J11RequirementOF","regions":[[304,89,319,6,0,0,0,0],[305,16,305,26,0,0,0,0],[306,9,307,121,0,0,0,0],[308,9,309,118,0,0,0,0],[310,9,311,81,0,0,0,0],[312,9,313,108,0,0,0,0],[314,9,315,90,0,0,0,0],[316,9,317,87,0,0,0,0],[318,10,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC14componentTitle33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore20ComponentRequirementO_tF","regions":[[321,80,345,6,0,0,0,0],[322,16,322,25,0,0,0,0],[323,9,323,66,0,0,0,0],[324,9,324,73,0,0,0,0],[325,9,325,78,0,0,0,0],[326,9,326,76,0,0,0,0],[327,9,327,54,0,0,0,0],[328,9,328,77,0,0,0,0],[329,9,329,71,0,0,0,0],[330,9,330,68,0,0,0,0],[331,9,331,77,0,0,0,0],[332,9,332,59,0,0,0,0],[333,9,333,79,0,0,0,0],[334,9,334,81,0,0,0,0],[335,9,335,74,0,0,0,0],[336,9,336,77,0,0,0,0],[337,9,337,59,0,0,0,0],[338,9,338,63,0,0,0,0],[339,9,339,94,0,0,0,0],[340,9,340,86,0,0,0,0],[341,9,341,74,0,0,0,0],[342,9,342,66,0,0,0,0],[343,9,343,54,0,0,0,0],[344,10,345,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20componentDescription33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore20ComponentRequirementO_tF","regions":[[347,86,418,6,0,0,0,0],[348,16,348,25,0,0,0,0],[349,9,350,161,0,0,0,0],[351,9,352,115,0,0,0,0],[353,9,354,191,0,0,0,0],[355,9,356,203,0,0,0,0],[357,9,358,55,0,0,0,0],[359,9,360,83,0,0,0,0],[361,9,362,66,0,0,0,0],[363,9,364,138,0,0,0,0],[365,9,366,102,0,0,0,0],[367,9,370,71,0,0,0,0],[371,9,372,133,0,0,0,0],[373,9,374,317,0,0,0,0],[375,9,376,144,0,0,0,0],[377,9,378,185,0,0,0,0],[379,9,380,178,0,0,0,0],[381,9,390,16,0,0,0,0],[391,9,396,16,0,0,0,0],[397,9,402,16,0,0,0,0],[403,9,408,16,0,0,0,0],[409,9,414,16,0,0,0,0],[415,9,416,158,0,0,0,0],[417,10,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC16getAutoFixAction33_AEF8D8964E883D9A41529161C5B00178LL3for0aB10WizardCore0hiJ0OSgAG20ComponentRequirementO_tF","regions":[[420,90,457,6,0,0,0,0],[421,16,421,25,0,0,0,0],[422,9,423,16,0,0,0,0],[424,9,425,39,0,0,0,0],[426,9,427,37,0,0,0,0],[428,9,429,38,0,0,0,0],[430,9,431,38,0,0,0,0],[432,9,433,41,0,0,0,0],[434,9,435,38,0,0,0,0],[436,9,437,34,0,0,0,0],[438,9,439,41,0,0,0,0],[440,9,441,38,0,0,0,0],[442,9,443,34,0,0,0,0],[444,9,445,48,0,0,0,0],[446,9,447,31,0,0,0,0],[448,9,449,29,0,0,0,0],[450,9,451,29,0,0,0,0],[452,9,453,32,0,0,0,0],[454,9,455,38,0,0,0,0],[456,10,457,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC13getUserAction33_AEF8D8964E883D9A41529161C5B00178LL3forSSSg0aB10WizardCore20ComponentRequirementO_tF","regions":[[459,80,482,6,0,0,0,0],[460,16,460,25,0,0,0,0],[461,9,462,54,0,0,0,0],[463,9,464,62,0,0,0,0],[465,9,466,74,0,0,0,0],[467,9,468,76,0,0,0,0],[469,9,470,84,0,0,0,0],[471,9,472,82,0,0,0,0],[473,9,474,47,0,0,0,0],[475,9,476,72,0,0,0,0],[477,9,478,58,0,0,0,0],[479,9,480,16,0,0,0,0],[481,10,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22getComponentUserAction33_AEF8D8964E883D9A41529161C5B00178LL3forSSSg0aB10WizardCore0H11RequirementO_tF","regions":[[484,89,493,6,0,0,0,0],[485,16,485,25,0,0,0,0],[486,9,487,62,0,0,0,0],[488,9,489,74,0,0,0,0],[490,9,491,16,0,0,0,0],[492,10,493,6,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZ","regions":[[7,85,15,6,8,0,0,0],[8,36,8,57,3,0,0,0],[8,57,14,24,5,0,0,0],[10,12,10,89,5,0,0,0],[10,90,12,10,1,0,0,0],[12,10,14,24,4,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZSbAJXEfU_","regions":[[10,35,10,88,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZSbAJXEfU_SbyKXEfu_","regions":[[10,65,10,86,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZ","regions":[[18,89,32,6,0,0,0,0],[19,12,19,64,0,0,0,0],[19,65,21,10,0,0,0,0],[21,10,31,19,0,0,0,0],[22,12,22,61,0,0,0,0],[22,62,24,10,0,0,0,0],[24,10,31,19,0,0,0,0],[25,12,25,63,0,0,0,0],[25,64,27,10,0,0,0,0],[27,10,31,19,0,0,0,0],[28,12,28,60,0,0,0,0],[28,61,30,10,0,0,0,0],[30,10,31,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU_","regions":[[19,35,19,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU0_","regions":[[22,35,22,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU1_","regions":[[25,35,25,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU2_","regions":[[28,35,28,59,0,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO5parseyAA07MappingF0OSgSSFZ","regions":[[35,68,59,6,21,0,0,0],[39,43,41,10,3,0,0,0],[41,10,58,19,18,0,0,0],[44,49,46,10,9,0,0,0],[46,10,58,19,9,0,0,0],[49,50,51,10,4,0,0,0],[51,10,58,19,5,0,0,0],[54,44,56,10,1,0,0,0],[56,10,58,19,4,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO12parseTapHold33_3D001CD6BD55E2235779AECB4528C54DLLyAA08DualRoleF0VSgSSFZ","regions":[[65,77,76,6,18,0,0,0],[69,33,73,10,63,0,0,0],[70,16,70,48,63,0,0,0],[70,49,72,14,10,0,0,0],[72,14,73,10,53,0,0,0],[73,10,75,19,8,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO16parseTapHoldBody33_3D001CD6BD55E2235779AECB4528C54DLL_7variantAA08DualRoleF0VSgSS_SStFZ","regions":[[78,98,126,6,10,0,0,0],[81,49,81,63,0,0,0,0],[81,63,125,10,10,0,0,0],[85,32,85,46,0,0,0,0],[85,46,125,10,10,0,0,0],[91,38,91,52,1,0,0,0],[91,52,125,10,9,0,0,0],[95,14,97,10,0,0,0,0],[97,10,125,10,9,0,0,0],[108,12,108,46,9,0,0,0],[108,66,115,10,2,0,0,0],[111,16,111,40,2,0,0,0],[111,67,114,14,2,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO16parseTapHoldBody33_3D001CD6BD55E2235779AECB4528C54DLL_7variantAA08DualRoleF0VSgSS_SStFZSSSsXEfU_","regions":[[113,68,113,82,6,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO12parseTimeout33_3D001CD6BD55E2235779AECB4528C54DLL_4slotSiSgSS_AC0I4SlotAELLOtFZ","regions":[[133,82,146,6,18,0,0,0],[134,35,136,10,14,0,0,0],[136,10,146,6,4,0,0,0],[138,16,138,20,4,0,0,0],[139,9,140,37,2,0,0,0],[141,9,142,38,2,0,0,0],[143,9,144,23,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO13parseTapDance33_3D001CD6BD55E2235779AECB4528C54DLLyAA0ijF0VSgSSFZ","regions":[[155,78,198,6,9,0,0,0],[157,45,157,59,5,0,0,0],[157,59,197,66,4,0,0,0],[161,49,161,63,0,0,0,0],[161,63,197,66,4,0,0,0],[165,32,165,46,0,0,0,0],[165,46,197,66,4,0,0,0],[170,62,170,76,0,0,0,0],[170,76,197,66,4,0,0,0],[172,50,172,64,0,0,0,0],[172,64,197,66,4,0,0,0],[176,71,176,85,0,0,0,0],[176,85,197,66,4,0,0,0],[181,46,181,60,0,0,0,0],[181,60,197,66,4,0,0,0],[186,37,186,51,0,0,0,0],[186,51,197,66,4,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO13parseTapDance33_3D001CD6BD55E2235779AECB4528C54DLLyAA0ijF0VSgSSFZAA0iJ4StepVSi_SStXEfU_","regions":[[190,46,195,10,9,0,0,0],[192,47,192,60,9,0,0,0],[192,63,192,81,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO10parseMacro33_3D001CD6BD55E2235779AECB4528C54DLLyAA0iF0VSgSSFZ","regions":[[204,72,217,6,5,0,0,0],[206,68,206,82,4,0,0,0],[206,82,216,61,1,0,0,0],[210,32,210,46,0,0,0,0],[210,46,216,61,1,0,0,0],[214,36,214,50,0,0,0,0],[214,50,216,61,1,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO8tokenize33_3D001CD6BD55E2235779AECB4528C54DLLySaySSGSSFZ","regions":[[222,63,253,6,15,0,0,0],[227,27,246,10,296,0,0,0],[228,16,228,27,296,0,0,0],[228,28,231,14,5,0,0,0],[231,23,231,34,291,0,0,0],[231,35,238,14,5,0,0,0],[234,20,234,30,5,0,0,0],[234,49,237,18,5,0,0,0],[238,23,238,40,286,0,0,0],[238,53,243,14,36,0,0,0],[239,20,239,36,36,0,0,0],[239,37,242,18,36,0,0,0],[243,20,245,14,250,0,0,0],[246,10,252,45,15,0,0,0],[248,12,248,28,15,0,0,0],[248,29,250,10,10,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO8tokenize33_3D001CD6BD55E2235779AECB4528C54DLLySaySSGSSFZSbSSXEfU_","regions":[[252,30,252,45,51,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HyperLinkedLayerInfoV9layerName11triggerModeACSS_AA0e7TriggerL0OtcfC","regions":[[10,75,13,6,2,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_17hyperLinkedLayersSSAA0A7MappingV_SaySSGtFZ","regions":[[25,98,29,6,30,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_17hyperLinkedLayersSSAA0A7MappingV_SaySSGtFZAA05HyperJ9LayerInfoVSSXEfU_","regions":[[27,48,27,87,0,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_21hyperLinkedLayerInfosSSAA0A7MappingV_SayAA05HyperjK4InfoVGtFZ","regions":[[36,111,52,6,33,0,0,0],[37,52,40,10,3,0,0,0],[40,10,52,6,30,0,0,0],[42,16,42,24,30,0,0,0],[43,9,44,84,20,0,0,0],[45,9,46,113,7,0,0,0],[47,9,48,38,3,0,0,0],[49,9,50,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderChord33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperrS4InfoVGtFZ","regions":[[60,117,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO21renderChordDefinition_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperlM4InfoVGtFZ","regions":[[72,129,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO21renderChordDefinition_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperlM4InfoVGtFZS2SXEfU_","regions":[[73,32,73,77,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZ","regions":[[82,121,113,6,20,0,0,0],[95,49,95,63,18,0,0,0],[95,66,95,81,2,0,0,0],[96,51,96,66,18,0,0,0],[96,69,96,85,2,0,0,0],[99,12,99,37,20,0,0,0],[99,38,102,10,8,0,0,0],[102,19,102,30,12,0,0,0],[102,31,105,10,1,0,0,0],[105,19,105,44,11,0,0,0],[105,45,109,10,2,0,0,0],[109,16,112,10,9,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZSbAJXEfU_","regions":[[84,60,84,86,2,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZS2SXEfU0_","regions":[[107,45,107,90,6,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderTapDance33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZ","regions":[[119,121,131,6,7,0,0,0],[120,38,123,10,1,0,0,0],[123,10,130,80,6,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderTapDance33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZSSAA0iJ4StepVXEfU_","regions":[[125,36,127,10,13,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO011renderTapOrI5Dance33_9B60B882D58B2FF38AFE61511471EF92LL_7mapping21hyperLinkedLayerInfosSSAA0ijikF0O_AA0A7MappingVSayAA05HyperuV4InfoVGtFZ","regions":[[139,17,146,6,7,0,0,0],[140,16,140,24,7,0,0,0],[141,9,142,71,0,0,0,0],[143,9,144,83,7,0,0,0],[145,10,146,6,7,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderMacro33_9B60B882D58B2FF38AFE61511471EF92LLySSAA0iF0VFZ","regions":[[150,71,165,6,3,0,0,0],[152,37,152,51,0,0,0,0],[152,51,164,56,3,0,0,0],[154,12,154,33,3,0,0,0],[154,72,161,10,2,0,0,0],[155,20,155,57,2,0,0,0],[156,13,157,64,1,0,0,0],[158,13,159,27,1,0,0,0],[161,10,164,56,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderMacro33_9B60B882D58B2FF38AFE61511471EF92LLySSAA0iF0VFZS2SXEfU_","regions":[[163,32,163,85,2,0,0,0]]},{"branches":[],"count":53,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZ","regions":[[171,114,221,6,53,0,0,0],[176,12,176,30,53,0,0,0],[176,31,201,10,10,0,0,0],[177,16,177,45,10,0,0,0],[177,46,179,14,8,0,0,0],[179,20,200,14,2,0,0,0],[182,56,198,18,2,0,0,0],[184,28,184,49,2,0,0,0],[185,21,189,97,2,0,0,0],[190,21,196,99,0,0,0,0],[197,22,198,18,2,0,0,0],[198,18,199,70,2,0,0,0],[201,10,220,61,43,0,0,0],[204,12,204,28,43,0,0,0],[204,29,206,10,1,0,0,0],[206,10,220,61,42,0,0,0],[213,12,213,28,42,0,0,0],[213,29,217,10,2,0,0,0],[217,10,220,61,40,0,0,0]]},{"branches":[],"count":44,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZSbSSXEfU_","regions":[[211,21,211,36,44,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZS2SXEfU0_","regions":[[215,41,215,86,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorCACyc33_C9BC0637776C8E9BF947F1AC7AEB6A85Llfc","regions":[[14,20,14,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC15DetectionResultV13statusMessageSSvg","regions":[[26,35,39,10,0,0,0,0],[27,20,27,26,0,0,0,0],[28,13,29,44,0,0,0,0],[30,13,31,35,0,0,0,0],[32,13,33,34,0,0,0,0],[34,13,35,28,0,0,0,0],[36,13,37,49,0,0,0,0],[38,14,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC15DetectionResultV19detailedDescriptionSSvg","regions":[[42,41,55,10,0,0,0,0],[43,20,43,26,0,0,0,0],[44,13,45,97,0,0,0,0],[46,13,47,128,0,0,0,0],[48,13,49,78,0,0,0,0],[50,13,51,63,0,0,0,0],[52,13,53,165,0,0,0,0],[54,14,55,10,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC19detectCurrentStatusAC15DetectionResultVyF","regions":[[70,51,106,6,24,0,0,0],[74,57,77,10,24,0,0,0],[77,10,105,10,0,0,0,0],[80,53,83,10,0,0,0,0],[83,10,105,10,0,0,0,0],[87,12,87,64,0,0,0,0],[87,65,96,10,0,0,0,0],[96,10,105,10,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC17needsInstallationSbyF","regions":[[111,38,115,6,9,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC11isInstalledSbyF","regions":[[119,32,122,6,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC20getRecommendedAction0aB10WizardCore20ComponentRequirementOSgyF","regions":[[126,58,141,6,0,0,0,0],[129,16,129,29,0,0,0,0],[130,9,131,23,0,0,0,0],[132,9,133,40,0,0,0,0],[134,9,135,40,0,0,0,0],[136,9,137,40,0,0,0,0],[138,9,139,41,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC23checkSystemInstallation33_C9BC0637776C8E9BF947F1AC7AEB6A85LLAC15DetectionResultVSgyF","regions":[[145,64,164,6,24,0,0,0],[148,71,150,10,0,0,0,0],[150,10,163,10,24,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC012checkBundledF033_C9BC0637776C8E9BF947F1AC7AEB6A85LLAC15DetectionResultVSgyF","regions":[[166,59,193,6,0,0,0,0],[169,72,171,10,0,0,0,0],[171,10,193,6,0,0,0,0],[178,12,178,39,0,0,0,0],[178,40,185,10,0,0,0,0],[185,16,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC20getMissingComponentsSay0aB10WizardCore20ComponentRequirementOGyF","regions":[[199,59,210,6,0,0,0,0],[202,16,202,29,0,0,0,0],[203,9,204,22,0,0,0,0],[205,9,206,42,0,0,0,0],[207,9,208,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC22getInstalledComponentsSay0aB10WizardCore20ComponentRequirementOGyF","regions":[[213,61,222,6,0,0,0,0],[216,16,216,29,0,0,0,0],[217,9,218,22,0,0,0,0],[219,9,220,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerCACyc33_565EB1633431B2EAB3DBE4B436DDCCC4Llfc","regions":[[13,20,13,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC014installBundledE0SbyYaF","regions":[[19,47,94,6,1,0,0,0],[29,72,36,10,1,0,0,0],[36,10,94,6,0,0,0,0],[39,78,43,10,0,0,0,0],[43,10,94,6,0,0,0,0],[49,12,49,53,0,0,0,0],[49,54,53,10,0,0,0,0],[53,16,67,10,0,0,0,0],[69,12,69,19,0,0,0,0],[69,20,90,10,0,0,0,0],[77,16,77,58,0,0,0,0],[77,59,79,14,0,0,0,0],[90,16,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC014installBundledE0SbyYaFSSyKXEfu_","regions":[[85,113,85,122,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaF","regions":[[98,46,136,6,1,0,0,0],[103,71,106,10,0,0,0,0],[106,10,135,29,1,0,0,0],[109,72,112,10,1,0,0,0],[112,10,135,29,0,0,0,0],[122,83,125,10,0,0,0,0],[125,10,135,29,0,0,0,0],[129,12,129,25,0,0,0,0],[129,26,131,10,0,0,0,0],[131,16,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaFSSyKXEfu_","regions":[[118,84,118,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaFSSyKXEfu0_","regions":[[118,124,118,133,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC03gete9VersionAtB0ySSSgSSYaF","regions":[[139,66,153,6,1,0,0,0],[140,12,149,10,1,0,0,0],[145,14,148,49,0,0,0,0],[148,37,148,40,0,0,0,0],[148,43,148,49,0,0,0,0],[149,17,152,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC03getefB0SSyF","regions":[[157,42,179,6,2,0,0,0],[163,12,163,62,2,0,0,0],[163,63,167,10,2,0,0,0],[167,16,178,10,0,0,0,0],[169,16,169,67,0,0,0,0],[169,68,172,14,0,0,0,0],[172,20,176,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC09isBundledE9AvailableSbyF","regions":[[182,45,191,6,1,0,0,0],[185,12,185,18,1,0,0,0],[185,19,187,10,0,0,0,0],[187,16,189,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC17verifyCodeSigning33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaF","regions":[[196,59,216,6,0,0,0,0],[200,12,213,10,0,0,0,0],[205,14,213,10,0,0,0,0],[207,16,207,36,0,0,0,0],[207,37,209,14,0,0,0,0],[209,23,209,99,0,0,0,0],[209,100,212,14,0,0,0,0],[213,17,215,10,0,0,0,0],[215,10,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC17verifyCodeSigning33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaFSbyKXEfu_","regions":[[209,61,209,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC12runSmokeTest33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaF","regions":[[219,54,244,6,0,0,0,0],[222,12,240,10,0,0,0,0],[227,14,240,10,0,0,0,0],[229,16,229,36,0,0,0,0],[229,37,234,14,0,0,0,0],[234,20,239,14,0,0,0,0],[240,17,243,10,0,0,0,0],[243,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC13kanataManagerAcA18RuntimeCoordinatorC_tcfc","regions":[[8,45,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC15generateMapping5input6outputSSAA0A8SequenceV_AHtYaKF","regions":[[13,97,31,6,0,0,0,0],[14,60,31,6,0,0,0,0],[22,12,26,10,0,0,0,0],[23,73,25,26,0,0,0,0],[26,17,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC04loadeF5Guide33_29F15AB6495BF7A1F98725B02F76C688LLSSyYaKF","regions":[[34,65,55,6,0,0,0,0],[40,9,43,10,0,0,0,0],[43,10,54,32,0,0,0,0],[46,83,49,10,0,0,0,0],[49,10,54,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC11buildPrompt33_29F15AB6495BF7A1F98725B02F76C688LL5input6output11configGuideSSAA0A8SequenceV_AJSStF","regions":[[58,102,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC20generateBasicMapping33_29F15AB6495BF7A1F98725B02F76C688LL5input6outputSSAA0A8SequenceV_AItF","regions":[[88,90,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToeA033_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VF","regions":[[113,80,135,6,0,0,0,0],[114,55,114,71,0,0,0,0],[114,71,134,22,0,0,0,0],[130,40,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToE6Output33_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VF","regions":[[138,83,165,6,0,0,0,0],[139,12,139,36,0,0,0,0],[139,37,153,10,0,0,0,0],[141,16,141,42,0,0,0,0],[141,43,143,14,0,0,0,0],[143,20,152,14,0,0,0,0],[146,20,146,57,0,0,0,0],[146,58,146,81,0,0,0,0],[147,20,147,56,0,0,0,0],[147,57,147,80,0,0,0,0],[148,20,148,55,0,0,0,0],[148,56,148,79,0,0,0,0],[149,20,149,57,0,0,0,0],[149,58,149,81,0,0,0,0],[153,16,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToE6Output33_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VFSSAA0A5PressVXEfU_","regions":[[155,48,162,14,0,0,0,0],[157,20,157,57,0,0,0,0],[157,58,157,84,0,0,0,0],[158,20,158,56,0,0,0,0],[158,57,158,83,0,0,0,0],[159,20,159,55,0,0,0,0],[159,56,159,82,0,0,0,0],[160,20,160,57,0,0,0,0],[160,58,160,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC14getProjectRoot33_29F15AB6495BF7A1F98725B02F76C688LLSSSgyF","regions":[[168,46,192,6,0,0,0,0],[175,27,189,10,0,0,0,0],[176,35,181,14,0,0,0,0],[178,20,178,62,0,0,0,0],[178,63,180,18,0,0,0,0],[180,18,181,14,0,0,0,0],[181,14,189,10,0,0,0,0],[185,16,185,41,0,0,0,0],[185,42,187,14,0,0,0,0],[187,14,189,10,0,0,0,0],[189,10,191,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC05basicF5Guide33_29F15AB6495BF7A1F98725B02F76C688LLSSvpfi","regions":[[195,36,230,8,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC0fG5ErrorO16errorDescriptionSSSgvg","regions":[[237,46,244,10,2,0,0,0],[238,20,238,24,2,0,0,0],[239,13,240,47,1,0,0,0],[241,13,242,107,1,0,0,0],[243,14,244,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC21callClaudeAPIDirectly33_29F15AB6495BF7A1F98725B02F76C688LL6promptS2S_tYaKF","regions":[[248,79,333,6,0,0,0,0],[250,73,252,10,0,0,0,0],[252,10,332,68,0,0,0,0],[259,16,259,26,0,0,0,0],[260,9,261,63,0,0,0,0],[262,9,263,109,0,0,0,0],[265,9,266,18,0,0,0,0],[267,10,332,68,0,0,0,0],[287,83,332,68,0,0,0,0],[289,78,332,68,0,0,0,0],[291,68,295,10,0,0,0,0],[295,10,332,68,0,0,0,0],[297,59,306,10,0,0,0,0],[306,10,332,68,0,0,0,0],[308,78,332,68,0,0,0,0],[312,14,317,10,0,0,0,0],[317,10,332,68,0,0,0,0],[323,9,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC21callClaudeAPIDirectly33_29F15AB6495BF7A1F98725B02F76C688LL6promptS2S_tYaKFSSyKXEfu_","regions":[[298,71,298,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC0G5ErrorO16errorDescriptionSSSgvg","regions":[[19,46,38,10,0,0,0,0],[20,20,20,24,0,0,0,0],[21,13,22,56,0,0,0,0],[23,13,24,54,0,0,0,0],[25,13,26,84,0,0,0,0],[27,13,28,87,0,0,0,0],[29,13,30,84,0,0,0,0],[31,13,32,83,0,0,0,0],[33,13,34,84,0,0,0,0],[35,13,36,57,0,0,0,0],[37,14,38,10,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC11fileManager33_0E6910811B999845E8E4494D3AFDE504LLSo06NSFileJ0Cvpfi","regions":[[48,31,48,50,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC03keybfB033_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[51,37,51,69,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC03keybF9Directory33_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[52,42,52,79,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC11includeLine33_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[53,31,53,59,7,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC07migrateF04from6method14prependIncludeSSSgSS_AC0G6MethodOSbtKF","regions":[[69,25,95,6,3,0,0,0],[71,63,73,10,1,0,0,0],[73,10,94,26,2,0,0,0],[76,51,94,26,2,0,0,0],[80,12,80,61,2,0,0,0],[80,62,82,10,0,0,0,0],[81,65,82,10,0,0,0,0],[82,10,94,26,2,0,0,0],[85,16,85,22,2,0,0,0],[86,9,87,100,1,0,0,0],[88,9,89,71,1,0,0,0],[92,10,94,26,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC14hasIncludeLine06configB0SbSS_tF","regions":[[100,60,110,6,5,0,0,0],[101,63,101,79,0,0,0,0],[101,79,110,6,5,0,0,0],[103,12,106,10,5,0,0,0],[104,82,105,49,5,0,0,0],[106,17,109,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC27prependIncludeLineIfMissing2toSSSgSS_tKF","regions":[[117,86,150,6,2,0,0,0],[118,63,120,10,0,0,0,0],[120,10,149,26,2,0,0,0],[123,12,123,50,2,0,0,0],[123,51,125,10,1,0,0,0],[125,10,149,26,1,0,0,0],[128,58,149,26,1,0,0,0],[132,12,134,10,1,0,0,0],[133,86,134,10,1,0,0,0],[134,17,136,10,0,0,0,0],[136,10,149,26,1,0,0,0],[142,12,145,10,1,0,0,0],[143,88,145,10,1,0,0,0],[145,17,147,10,0,0,0,0],[147,10,149,26,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC06createabF17DirectoryIfNeeded33_0E6910811B999845E8E4494D3AFDE504LLyyKF","regions":[[154,64,163,6,2,0,0,0],[155,76,155,86,0,0,0,0],[155,86,163,6,2,0,0,0],[161,10,163,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC04copyF033_0E6910811B999845E8E4494D3AFDE504LL4from2to14prependIncludeySS_SSSbtKF","regions":[[165,104,188,6,1,0,0,0],[168,12,170,10,1,0,0,0],[169,84,170,10,1,0,0,0],[170,17,172,10,0,0,0,0],[172,10,188,6,1,0,0,0],[175,39,175,53,1,0,0,0],[175,95,177,10,1,0,0,0],[177,16,179,10,0,0,0,0],[182,12,185,10,1,0,0,0],[183,88,185,10,1,0,0,0],[185,17,187,10,0,0,0,0],[187,10,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC13createSymlink33_0E6910811B999845E8E4494D3AFDE504LL4from2toySS_SStKF","regions":[[190,85,203,6,1,0,0,0],[192,12,192,96,1,0,0,0],[192,97,194,10,0,0,0,0],[197,12,200,10,1,0,0,0],[198,98,200,10,1,0,0,0],[200,17,202,10,0,0,0,0],[202,10,203,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC13createSymlink33_0E6910811B999845E8E4494D3AFDE504LL4from2toySS_SStKFSbyKXEfu_","regions":[[192,56,192,96,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC12createBackup33_0E6910811B999845E8E4494D3AFDE504LL2ofS2S_tKF","regions":[[205,71,231,6,1,0,0,0],[215,12,215,54,1,0,0,0],[215,55,221,10,1,0,0,0],[220,14,221,10,1,0,0,0],[221,10,231,6,1,0,0,0],[224,12,228,10,1,0,0,0],[225,77,227,30,1,0,0,0],[228,17,230,10,0,0,0,0]]},{"branches":[],"count":47919,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigTokenizerO18stripInlineCommentyS2SFZ","regions":[[4,62,7,6,47919,0,0,0],[5,57,5,72,33025,0,0,0],[5,72,6,38,14894,0,0,0]]},{"branches":[],"count":1777,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigTokenizerO8tokenizeySaySSGSSFZ","regions":[[10,54,41,6,1777,0,0,0],[15,26,34,10,44382,0,0,0],[16,16,16,27,44382,0,0,0],[16,28,19,14,710,0,0,0],[19,23,19,34,43672,0,0,0],[19,35,26,14,710,0,0,0],[22,20,22,30,710,0,0,0],[22,49,25,18,276,0,0,0],[26,23,26,40,42962,0,0,0],[26,53,31,14,12222,0,0,0],[27,20,27,36,12222,0,0,0],[27,37,30,18,4778,0,0,0],[31,20,33,14,30740,0,0,0],[34,10,40,22,1777,0,0,0],[36,12,36,28,1777,0,0,0],[36,29,38,10,1564,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV04loadC12SpecificKeysShySSGyFZ","regions":[[11,54,47,6,1403,0,0,0],[17,65,20,10,0,0,0,0],[20,10,46,20,1403,0,0,0],[22,74,25,10,0,0,0,0],[25,10,46,20,1403,0,0,0],[30,84,33,10,0,0,0,0],[33,10,46,20,1403,0,0,0],[39,62,43,10,0,0,0,0],[40,46,42,14,0,0,0,0],[42,14,43,10,0,0,0,0],[43,10,46,20,1403,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZ","regions":[[51,65,66,6,0,0,0,0],[56,39,59,10,0,0,0,0],[59,10,65,34,0,0,0,0],[61,57,63,10,0,0,0,0],[63,10,65,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_","regions":[[54,21,54,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_SbyKXEfu_","regions":[[54,38,54,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_SbyKXEfu0_","regions":[[54,53,54,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZS2i_s7UnicodeO6ScalarVtXEfU0_","regions":[[57,53,57,75,0,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZ","regions":[[41,88,324,6,1403,0,0,0],[53,57,91,10,120,0,0,0],[60,16,60,41,120,0,0,0],[60,42,65,14,120,0,0,0],[61,20,61,58,120,0,0,0],[61,59,64,18,120,0,0,0],[69,33,69,64,120,0,0,0],[69,65,72,14,120,0,0,0],[72,20,75,14,0,0,0,0],[117,66,124,10,2792,0,0,0],[124,10,323,93,1403,0,0,0],[126,77,131,10,2792,0,0,0],[127,16,127,60,2792,0,0,0],[127,61,130,14,31,0,0,0],[131,10,323,93,1403,0,0,0],[133,39,187,10,2792,0,0,0],[134,92,134,104,2775,0,0,0],[134,104,187,10,17,0,0,0],[138,16,138,55,17,0,0,0],[138,56,140,14,2,0,0,0],[140,14,187,10,15,0,0,0],[145,16,145,51,15,0,0,0],[145,52,186,14,12,0,0,0],[151,37,151,67,12,0,0,0],[151,68,161,18,11,0,0,0],[152,24,152,60,11,0,0,0],[152,61,155,22,11,0,0,0],[155,28,160,22,0,0,0,0],[161,24,166,18,1,0,0,0],[170,32,170,62,12,0,0,0],[170,63,176,18,11,0,0,0],[176,24,183,18,1,0,0,0],[187,10,323,93,1403,0,0,0],[189,66,303,10,2792,0,0,0],[200,47,204,14,4,0,0,0],[204,14,303,10,2792,0,0,0],[206,16,206,39,2792,0,0,0],[206,40,215,14,6,0,0,0],[207,20,207,47,6,0,0,0],[207,48,210,18,4,0,0,0],[210,24,212,18,2,0,0,0],[215,14,303,10,2786,0,0,0],[271,16,271,71,2786,0,0,0],[273,13,300,14,10,0,0,0],[303,10,323,93,1403,0,0,0],[305,12,305,34,1403,0,0,0],[305,35,321,10,131,0,0,0],[307,40,310,14,132,0,0,0],[310,14,321,10,131,0,0,0]]},{"branches":[],"count":759,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZ19wrapWithOneShotExitL__5layer06sourceA003hasQ8BasePushS2S_ANSSSbtF","regions":[[106,21,112,10,759,0,0,0],[107,70,107,87,73,0,0,0],[107,87,111,101,686,0,0,0],[108,42,108,59,0,0,0,0],[108,59,111,101,686,0,0,0],[109,16,109,78,686,0,0,0],[109,79,109,96,0,0,0,0],[109,96,111,101,686,0,0,0]]},{"branches":[],"count":15709,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU_","regions":[[119,51,119,78,15709,0,0,0]]},{"branches":[],"count":15705,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSAA0aS0VXEfU0_","regions":[[120,46,120,97,15705,0,0,0]]},{"branches":[],"count":1437,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyXEfu_","regions":[[121,77,121,79,1437,0,0,0]]},{"branches":[],"count":15709,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU1_","regions":[[196,60,196,87,15709,0,0,0]]},{"branches":[],"count":15709,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU2_","regions":[[197,63,197,89,15709,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSSsXEfU3_","regions":[[201,73,201,126,6,0,0,0]]},{"branches":[],"count":15705,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAC0Q5EntryVAA0aS0VXEfU4_","regions":[[216,47,268,14,15705,0,0,0],[225,20,225,43,15705,0,0,0],[225,44,233,18,3,0,0,0],[233,27,233,47,15702,0,0,0],[233,48,239,18,28,0,0,0],[239,27,239,55,15674,0,0,0],[239,81,244,18,388,0,0,0],[244,24,247,18,15286,0,0,0],[249,20,249,51,15705,0,0,0],[249,52,256,18,154,0,0,0],[258,24,258,55,15705,0,0,0],[258,56,260,22,15551,0,0,0],[260,28,262,22,154,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu0_","regions":[[274,77,274,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu0_SSAC0Q5EntryVcfu1_","regions":[[274,93,274,104,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu2_","regions":[[277,88,277,90,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSyKXEfu3_","regions":[[279,111,279,144,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAA14PhysicalLayoutVyKXEfu4_","regions":[[280,75,280,85,0,0,0,0]]},{"branches":[],"count":605,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAC0Q5EntryVSSXEfU5_","regions":[[286,52,298,18,605,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZ","regions":[[329,30,383,6,1403,0,0,0],[334,57,337,10,120,0,0,0],[339,39,343,10,2792,0,0,0],[340,92,340,104,2775,0,0,0],[340,104,343,10,17,0,0,0],[343,10,382,10,1403,0,0,0],[364,90,366,10,120,0,0,0],[367,66,376,10,2792,0,0,0],[368,70,368,82,2775,0,0,0],[368,82,376,10,17,0,0,0],[369,64,369,76,2,0,0,0],[369,76,376,10,15,0,0,0],[370,16,370,52,15,0,0,0],[370,53,372,14,14,0,0,0],[373,16,373,46,15,0,0,0],[373,47,375,14,1,0,0,0],[376,10,382,10,1403,0,0,0]]},{"branches":[],"count":120,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZShySSGyXEfu_","regions":[[336,56,336,58,120,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZShySSGyXEfu0_","regions":[[342,72,342,74,12,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZSbAJcfu1_","regions":[[350,21,350,32,2792,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZAA011HyperLinkedH4InfoVSgAJXEfU_","regions":[[351,25,360,14,2792,0,0,0],[354,22,356,18,2790,0,0,0],[356,18,359,115,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZAA011HyperLinkedH4InfoVSgAJXEfU_AA0Q11TriggerModeOyKXEfu_","regions":[[358,118,358,123,0,0,0,0]]},{"branches":[],"count":5584,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17effectiveMappings3forSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[385,83,405,6,5584,0,0,0],[386,16,386,40,5584,0,0,0],[387,9,388,54,0,0,0,0],[389,9,390,62,0,0,0,0],[391,9,392,54,24,0,0,0],[393,9,395,32,0,0,0,0],[396,9,397,60,6,0,0,0],[398,9,399,58,0,0,0,0],[400,9,401,55,6,0,0,0],[402,9,403,32,5548,0,0,0],[404,10,405,6,5584,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17deduplicateBlocksySayAC15CollectionBlockVGAGFZ","regions":[[407,85,458,6,1403,0,0,0],[415,29,438,10,3055,0,0,0],[417,40,436,14,16573,0,0,0],[418,66,430,18,183,0,0,0],[421,63,423,22,105,0,0,0],[423,22,430,18,183,0,0,0],[430,24,434,18,16390,0,0,0],[436,14,438,10,3055,0,0,0],[438,10,457,22,1403,0,0,0],[444,51,455,10,3055,0,0,0],[447,33,453,14,37966,0,0,0],[448,79,448,91,21576,0,0,0],[448,91,453,14,16390,0,0,0],[449,51,452,18,16390,0,0,0],[453,14,455,10,3055,0,0,0],[455,10,457,22,1403,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22navigationUnmappedKeys9excluding8skipping6layoutSaySSGShySSG_AiA14PhysicalLayoutVtFZ","regions":[[470,19,493,6,10,0,0,0]]},{"branches":[],"count":780,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22navigationUnmappedKeys9excluding8skipping6layoutSaySSGShySSG_AiA14PhysicalLayoutVtFZSSSgAA0mA0VXEfU_","regions":[[479,43,490,10,780,0,0,0],[481,46,481,60,10,0,0,0],[481,60,489,26,770,0,0,0],[484,52,484,66,0,0,0,0],[484,66,489,26,770,0,0,0],[485,45,485,59,90,0,0,0],[485,59,489,26,680,0,0,0],[488,53,488,67,75,0,0,0],[488,67,489,26,605,0,0,0]]},{"branches":[],"count":680,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV022normalizeInternationalA0yS2SFZ","regions":[[495,68,504,6,680,0,0,0],[496,16,496,19,680,0,0,0],[497,9,498,19,0,0,0,0],[499,9,500,19,0,0,0,0],[501,9,502,16,680,0,0,0],[503,10,504,6,680,0,0,0]]},{"branches":[],"count":135,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13aliasSafeName5layer3keySSAA19RuleCollectionLayerO_SStFZ","regions":[[506,82,512,6,135,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13forkAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[515,94,521,6,28,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17behaviorAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[524,98,530,6,3,0,0,0]]},{"branches":[],"count":388,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV15actionAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[533,96,539,6,388,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19buildForkDefinition3forSSAA0A7MappingV_tFZ","regions":[[544,72,561,6,28,0,0,0],[548,54,551,10,19,0,0,0],[551,10,560,29,9,0,0,0],[554,48,557,10,9,0,0,0],[557,10,560,29,0,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZ","regions":[[566,65,579,6,56,0,0,0],[569,12,569,28,56,0,0,0],[569,29,574,10,10,0,0,0],[574,45,577,10,46,0,0,0],[577,10,578,22,0,0,0,0]]},{"branches":[],"count":71,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZSSSshYbcfu_","regions":[[567,55,567,66,71,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZS2SXEfU_","regions":[[572,40,572,93,25,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZ","regions":[[583,65,609,6,56,0,0,0],[587,12,587,59,56,0,0,0],[587,60,589,10,10,0,0,0],[589,10,608,46,46,0,0,0],[602,103,604,10,14,0,0,0],[604,10,608,46,32,0,0,0]]},{"branches":[],"count":46,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZSbyKXEfu_","regions":[[587,38,587,59,46,0,0,0]]},{"branches":[],"count":219,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZSbSS6prefix_SS4keyst_tXEfU_","regions":[[602,61,602,96,219,0,0,0]]},{"branches":[],"count":46,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZ","regions":[[614,71,644,6,46,0,0,0],[631,110,634,10,0,0,0,0],[636,12,636,29,46,0,0,0],[636,30,639,10,46,0,0,0],[639,10,643,72,0,0,0,0]]},{"branches":[],"count":322,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZSbSS6prefix_SS3keyt_tXEfU_","regions":[[631,60,631,108,322,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZSSSshYbcfu_","regions":[[632,75,632,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24systemDefaultCollectionsSayAA14RuleCollectionVGvgZ","regions":[[8,66,10,6,0,0,0,0]]},{"branches":[],"count":1330,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24defaultSystemCollectionsSayAA14RuleCollectionVGvgZ","regions":[[12,59,26,6,1330,0,0,0]]},{"branches":[],"count":1330,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV011macFunctionA8MappingsSayAA0A7MappingVGvgZ","regions":[[28,53,41,6,1330,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO5order33_FDFC11D6DB3E7ED7E29F1281C0338E02LLSDySSSiGvpZfiAHyXEfU_","regions":[[19,51,27,10,2,0,0,0],[21,60,25,14,12,0,0,0],[22,57,24,18,148,0,0,0],[24,18,25,14,12,0,0,0],[25,14,26,23,2,0,0,0]]},{"branches":[],"count":3055,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO12renderDefsrcySaySSGAC15CollectionBlockVFZ","regions":[[29,72,36,10,3055,0,0,0],[30,47,32,14,26,0,0,0],[32,14,35,41,3029,0,0,0]]},{"branches":[],"count":16390,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO12renderDefsrcySaySSGAC15CollectionBlockVFZSSAC10LayerEntryVXEfU_","regions":[[34,48,34,64,16390,0,0,0]]},{"branches":[],"count":3686,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11renderLayer_13valueProviderSaySSGAC15CollectionBlockV_SSAC0K5EntryVXEtFZ","regions":[[41,23,48,10,3686,0,0,0],[42,47,44,14,53,0,0,0],[44,14,47,41,3633,0,0,0]]},{"branches":[],"count":6662,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZ","regions":[[50,82,59,10,6662,0,0,0]]},{"branches":[],"count":48081,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_","regions":[[51,28,58,14,48081,0,0,0],[54,20,54,26,48081,0,0,0],[54,27,56,18,132,0,0,0],[56,18,57,29,47949,0,0,0]]},{"branches":[],"count":194,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_SiyKXEfu_","regions":[[52,49,52,56,194,0,0,0]]},{"branches":[],"count":1399,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_SiyKXEfu0_","regions":[[53,49,53,56,1399,0,0,0]]},{"branches":[],"count":6662,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZ","regions":[[65,23,88,10,6662,0,0,0],[69,41,80,14,39972,0,0,0],[71,38,76,18,492988,0,0,0],[72,87,75,22,34889,0,0,0],[76,18,80,14,39972,0,0,0],[77,20,77,35,39972,0,0,0],[77,36,79,18,6294,0,0,0],[80,14,87,50,6662,0,0,0],[83,16,83,34,6662,0,0,0],[83,35,85,14,547,0,0,0]]},{"branches":[],"count":307795,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSbAKXEfU_","regions":[[72,62,72,85,307795,0,0,0]]},{"branches":[],"count":643,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSSAKXEfU0_","regions":[[84,43,84,64,643,0,0,0]]},{"branches":[],"count":6841,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSSAIXEfU1_","regions":[[87,29,87,50,6841,0,0,0]]},{"branches":[],"count":6841,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZ","regions":[[90,66,96,10,6841,0,0,0]]},{"branches":[],"count":35532,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZSiSScfu_","regions":[[91,36,91,43,35532,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZSiyKXEfu0_","regions":[[91,54,91,55,0,0,0,0]]},{"branches":[],"count":35532,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZS2SXEfU_","regions":[[92,37,94,14,35532,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZ","regions":[[8,93,42,6,0,0,0,0],[11,39,39,10,0,0,0,0],[12,71,12,83,0,0,0,0],[12,83,39,10,0,0,0,0],[18,56,18,84,0,0,0,0],[18,87,18,88,0,0,0,0],[39,10,41,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZSiyKXEfu_","regions":[[17,57,17,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZSiyKXEfu0_","regions":[[20,99,20,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZ","regions":[[45,109,82,6,0,0,0,0],[48,39,79,10,0,0,0,0],[49,69,49,81,0,0,0,0],[49,81,79,10,0,0,0,0],[55,56,55,84,0,0,0,0],[55,87,55,88,0,0,0,0],[79,10,81,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZSiyKXEfu_","regions":[[54,57,54,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZSiyKXEfu0_","regions":[[57,99,57,100,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateChordGroupsMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZ","regions":[[86,93,107,6,24,0,0,0],[90,36,104,10,30,0,0,0],[95,42,103,14,94,0,0,0],[103,14,104,10,30,0,0,0],[104,10,106,24,24,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[110,96,136,6,6,0,0,0],[111,79,113,10,0,0,0,0],[113,10,135,25,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu_","regions":[[115,53,115,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu_SSyKXEfu0_","regions":[[115,88,115,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu1_","regions":[[116,55,116,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu1_SSyKXEfu2_","regions":[[116,91,116,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateLayerPresetMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[139,94,149,6,0,0,0,0],[140,83,142,10,0,0,0,0],[142,10,148,114,0,0,0,0],[144,44,146,10,0,0,0,0],[146,10,148,114,0,0,0,0],[148,50,148,88,0,0,0,0],[148,91,148,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateLayerPresetMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZAHyKXEfu_","regions":[[148,85,148,87,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZ","regions":[[152,95,177,6,6,0,0,0],[172,12,172,21,6,0,0,0],[172,22,174,10,2,0,0,0]]},{"branches":[],"count":98,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0Vcfu_","regions":[[156,21,156,32,98,0,0,0]]},{"branches":[],"count":98,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0VXEfU_","regions":[[158,21,158,67,98,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0VXEfU_SbyKXEfu_","regions":[[158,37,158,65,2,0,0,0]]},{"branches":[],"count":98,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZAgA0hL0VXEfU0_","regions":[[159,18,169,14,98,0,0,0],[160,33,160,42,98,0,0,0],[160,43,162,18,2,0,0,0],[162,24,164,18,96,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderDefvarBlockSSyFZ","regions":[[11,47,26,6,1403,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderAliasBlockySSSayAC0H10DefinitionVGFZ","regions":[[28,74,48,6,1402,0,0,0],[29,37,29,50,1257,0,0,0],[29,50,47,45,145,0,0,0]]},{"branches":[],"count":546,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderAliasBlockySSSayAC0H10DefinitionVGFZSSAFXEfU_","regions":[[39,39,43,10,546,0,0,0]]},{"branches":[],"count":546,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZ","regions":[[52,67,75,6,546,0,0,0],[54,12,54,33,546,0,0,0],[54,34,56,10,130,0,0,0],[56,10,74,22,416,0,0,0],[59,38,61,10,412,0,0,0],[61,10,74,22,4,0,0,0],[64,12,64,39,4,0,0,0],[64,60,66,10,1,0,0,0],[66,10,74,22,3,0,0,0],[69,12,69,118,3,0,0,0],[69,147,71,10,3,0,0,0],[71,10,74,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZSbyKXEfu_","regions":[[69,44,69,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZSbyKXEfu0_","regions":[[69,82,69,118,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17formatMultiActionyS2SFZ","regions":[[79,63,146,6,4,0,0,0],[81,71,83,10,0,0,0,0],[83,10,145,22,4,0,0,0],[92,27,107,10,181,0,0,0],[93,16,93,27,181,0,0,0],[93,28,96,14,4,0,0,0],[96,23,96,34,177,0,0,0],[96,35,99,14,4,0,0,0],[99,23,99,34,173,0,0,0],[99,52,104,14,11,0,0,0],[100,20,100,33,11,0,0,0],[100,34,102,18,11,0,0,0],[104,20,106,14,162,0,0,0],[107,10,145,22,4,0,0,0],[110,40,112,10,0,0,0,0],[112,10,145,22,4,0,0,0],[119,27,136,10,181,0,0,0],[120,16,120,27,181,0,0,0],[120,28,123,14,4,0,0,0],[123,23,123,34,177,0,0,0],[123,35,126,14,4,0,0,0],[126,23,126,34,173,0,0,0],[126,52,133,14,11,0,0,0],[129,20,129,36,11,0,0,0],[129,37,131,18,11,0,0,0],[133,20,135,14,162,0,0,0],[136,10,145,22,4,0,0,0],[140,12,140,28,4,0,0,0],[140,29,142,10,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22formatTapHoldWithMultiyS2SFZ","regions":[[149,68,197,6,3,0,0,0],[154,65,156,10,0,0,0,0],[156,10,196,22,3,0,0,0],[165,15,165,41,81,0,0,0],[165,42,177,10,81,0,0,0],[167,16,167,27,81,0,0,0],[167,28,169,14,3,0,0,0],[169,23,169,34,78,0,0,0],[169,35,175,14,3,0,0,0],[171,20,171,30,3,0,0,0],[171,31,174,18,3,0,0,0],[174,18,175,14,0,0,0,0],[175,14,177,10,78,0,0,0],[177,10,196,22,3,0,0,0],[179,33,181,10,0,0,0,0],[181,10,196,22,3,0,0,0],[190,12,190,41,3,0,0,0],[190,42,194,10,3,0,0,0],[194,10,196,22,0,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19renderFakeKeysBlockySSSayAA19RuleCollectionLayerOGFZ","regions":[[202,80,222,6,1402,0,0,0],[203,36,203,49,1271,0,0,0],[203,49,221,52,131,0,0,0],[215,29,219,10,150,0,0,0],[219,10,221,52,131,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderChordsBlockySSSayAC12ChordMappingVGFZ","regions":[[225,78,244,6,1402,0,0,0],[226,43,226,56,1398,0,0,0],[226,56,243,52,4,0,0,0],[236,36,241,10,4,0,0,0],[241,10,243,52,4,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22renderChordGroupsBlockySSSayAA0H11GroupConfigVGFZ","regions":[[246,85,269,6,1402,0,0,0],[247,41,247,54,1400,0,0,0],[247,54,268,52,2,0,0,0],[257,34,265,10,2,0,0,0],[259,39,262,14,2,0,0,0],[262,14,265,10,2,0,0,0],[265,10,268,52,2,0,0,0],[267,12,267,28,2,0,0,0],[267,29,267,51,2,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20renderSequencesBlockySSSay0aB4Core0E12DefseqParserO14ParsedSequenceVGFZ","regions":[[271,98,290,6,1402,0,0,0],[272,39,272,52,1402,0,0,0],[272,52,289,52,0,0,0,0],[283,35,286,10,0,0,0,0],[286,10,289,52,0,0,0,0]]},{"branches":[],"count":1402,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24renderUIChordGroupsBlockySSAA05ChordI6ConfigVSgFZ","regions":[[293,82,327,6,1402,0,0,0],[294,55,294,68,1391,0,0,0],[294,68,326,52,11,0,0,0],[305,36,323,10,15,0,0,0],[311,42,313,14,47,0,0,0],[313,14,323,10,15,0,0,0],[316,39,319,14,26,0,0,0],[319,14,323,10,15,0,0,0],[323,10,326,52,11,0,0,0],[325,12,325,28,11,0,0,0],[325,29,325,51,11,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderDefsrcBlockySSSayAC010CollectionI0VGFZ","regions":[[329,74,350,6,1403,0,0,0],[339,12,339,26,1403,0,0,0],[339,27,341,10,0,0,0,0],[341,16,347,10,1403,0,0,0],[342,33,345,14,3055,0,0,0],[345,14,347,10,1403,0,0,0],[346,16,346,32,1403,0,0,0],[346,33,346,55,1403,0,0,0]]},{"branches":[],"count":1552,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderLayerBlock4name6blocks13valueProviderS2S_SayAC010CollectionI0VGSSAC0H5EntryVXEtFZ","regions":[[356,17,383,6,1552,0,0,0],[360,12,360,26,1552,0,0,0],[360,27,369,10,1402,0,0,0],[372,12,372,26,1552,0,0,0],[372,27,374,10,0,0,0,0],[374,16,380,10,1552,0,0,0],[375,33,378,14,3686,0,0,0],[378,14,380,10,1552,0,0,0],[379,16,379,32,1552,0,0,0],[379,33,379,55,1552,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13metadataLines3for6indent6statusSaySSGAA14RuleCollectionV_S2StFZ","regions":[[389,5,395,6,2792,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13metadataLines3for6indentSaySSGAA18MomentaryActivatorV_SStFZ","regions":[[397,94,403,6,12,0,0,0]]},{"branches":[],"count":283,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV7content11keyMappings12lastModified4path11chordGroups9sequencesACSS_SayAA0A7MappingVG10Foundation4DateVSSSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtcfC","regions":[[24,7,31,6,283,0,0,0]]},{"branches":[],"count":1247,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20generateFromMappingsySSSayAA0A7MappingVGFZ","regions":[[34,81,37,6,1247,0,0,0]]},{"branches":[],"count":1403,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZ","regions":[[46,17,142,6,1403,0,0,0],[47,57,47,81,5,0,0,0],[47,84,47,95,1398,0,0,0],[48,12,48,103,1403,0,0,0],[48,104,50,10,1325,0,0,0],[73,46,73,52,0,0,0,0],[73,55,73,67,1403,0,0,0],[116,34,116,58,1403,0,0,0],[116,59,121,10,0,0,0,0],[121,16,123,10,1403,0,0,0]]},{"branches":[],"count":1483,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbAIXEfU_","regions":[[48,49,48,102,1483,0,0,0]]},{"branches":[],"count":3814,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbAIcfu_","regions":[[52,61,52,72,3814,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZAA0rmT0VSgAIcfu0_","regions":[[57,25,57,58,2792,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAIXEfU0_","regions":[[60,97,60,140,2792,0,0,0]]},{"branches":[],"count":467,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAC15AliasDefinitionVcfu1_","regions":[[67,157,67,168,467,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAIcfu2_","regions":[[69,51,69,57,2792,0,0,0]]},{"branches":[],"count":16376,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAC10LayerEntryVXEfU1_","regions":[[93,106,101,10,16376,0,0,0],[97,16,97,49,16376,0,0,0],[97,50,99,14,0,0,0,0],[99,14,100,36,16376,0,0,0]]},{"branches":[],"count":150,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_","regions":[[102,53,106,10,150,0,0,0]]},{"branches":[],"count":2766,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_SSAC0Z5EntryVXEfU_","regions":[[103,70,105,14,2766,0,0,0]]},{"branches":[],"count":1885,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_SSAC0Z5EntryVXEfU_SSyKXEfu_","regions":[[104,46,104,49,1885,0,0,0]]},{"branches":[],"count":18226,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbSSXEfU3_","regions":[[140,17,140,32,18226,0,0,0]]},{"branches":[],"count":78,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC16smServiceFactoryyAA05SMAppI8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[21,89,23,6,78,0,0,0]]},{"branches":[],"count":77,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC011legacyPlistB0SSvgZ","regions":[[38,52,40,6,77,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerCACyc33_21C0E69505395A7145D58BEA506529C5Llfc","regions":[[44,20,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerCACyc33_21C0E69505395A7145D58BEA506529C5LlfcAC22ServiceManagementStateOyYacfU_","regions":[[46,14,46,48,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO11descriptionSSvg","regions":[[61,33,70,10,10,0,0,0],[62,20,62,24,10,0,0,0],[63,13,63,51,1,0,0,0],[64,13,64,62,3,0,0,0],[65,13,65,73,1,0,0,0],[66,13,66,45,4,0,0,0],[67,13,67,65,1,0,0,0],[68,13,68,37,0,0,0,0],[69,14,70,10,10,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO07isSMAppH7ManagedSbvg","regions":[[73,41,75,10,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO07isSMAppH7ManagedSbvgSbyKXEfu_","regions":[[74,44,74,72,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO15isLegacyManagedSbvg","regions":[[78,35,80,10,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO17needsInstallationSbvg","regions":[[83,37,85,10,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO14needsMigrationSbyF","regions":[[88,39,90,10,7,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO14needsMigrationSbyFSbyKXEfu_","regions":[[89,38,89,57,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC21cachedManagementState33_21C0E69505395A7145D58BEA506529C5LLAC07ServiceiJ0Ovpfi","regions":[[93,76,93,84,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22currentManagementStateAC07ServiceiJ0Ovg","regions":[[96,67,98,6,10,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaF","regions":[[109,79,170,6,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaFAFyYaXEfU_","regions":[[119,54,164,10,74,0,0,0],[121,16,121,25,74,0,0,0],[121,48,125,14,0,0,0,0],[125,14,164,10,74,0,0,0],[128,16,128,25,74,0,0,0],[128,26,131,14,0,0,0,0],[131,14,164,10,74,0,0,0],[134,20,134,28,74,0,0,0],[135,13,137,43,0,0,0,0],[138,13,140,44,0,0,0,0],[141,13,158,36,74,0,0,0],[142,20,142,46,74,0,0,0],[142,47,146,18,74,0,0,0],[146,18,158,36,0,0,0,0],[151,20,151,36,0,0,0,0],[151,37,156,18,0,0,0,0],[156,18,158,36,0,0,0,0],[159,13,162,32,0,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaFyyYbScMYcXEfU0_","regions":[[166,29,168,10,74,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC05pgrepE12ProcessAsync33_21C0E69505395A7145D58BEA506529C5LLSbyYaFZ","regions":[[180,77,183,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaF","regions":[[193,50,213,6,1,0,0,0],[195,12,195,34,1,0,0,0],[195,35,195,50,0,0,0,0],[195,50,212,21,1,0,0,0],[198,12,209,10,1,0,0,0],[199,114,209,10,1,0,0,0],[200,16,200,36,1,0,0,0],[200,37,208,14,1,0,0,0],[202,20,202,89,1,0,0,0],[202,90,207,18,1,0,0,0],[207,18,208,14,0,0,0,0],[208,14,209,10,0,0,0,0],[209,17,211,10,0,0,0,0],[211,10,212,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaFSbyKXEfu_","regions":[[202,45,202,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaFSbyKXEfu0_","regions":[[202,70,202,89,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC9getStatusSo012SMAppServiceI0VyF","regions":[[217,75,220,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC27isRegisteredViaSMAppServiceSbyFZ","regions":[[224,67,227,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC21hasLegacyInstallationSbyF","regions":[[231,54,233,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC19isUsingSMAppServiceSbvgZ","regions":[[237,54,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC014getActivePlistB0SSyFZ","regions":[[243,60,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaF","regions":[[257,63,308,6,0,0,0,0],[261,43,263,10,0,0,0,0],[263,10,307,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_","regions":[[266,36,307,10,0,0,0,0],[269,16,272,14,0,0,0,0],[270,118,272,14,0,0,0,0],[271,58,271,71,0,0,0,0],[271,74,271,76,0,0,0,0],[272,21,274,14,0,0,0,0],[274,14,306,28,0,0,0,0],[290,16,290,24,0,0,0,0],[290,25,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu_","regions":[[282,17,282,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu0_","regions":[[288,57,288,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu1_","regions":[[288,75,288,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC8registeryyYaKF","regions":[[314,34,508,6,0,0,0,0],[323,44,326,10,0,0,0,0],[326,10,508,6,0,0,0,0],[329,12,329,38,0,0,0,0],[329,39,336,10,0,0,0,0],[333,31,335,19,0,0,0,0],[336,10,508,6,0,0,0,0],[346,12,346,69,0,0,0,0],[346,70,361,10,0,0,0,0],[353,13,360,14,0,0,0,0],[360,14,361,10,0,0,0,0],[363,11,379,10,0,0,0,0],[371,13,378,14,0,0,0,0],[378,14,379,10,0,0,0,0],[379,16,385,10,0,0,0,0],[385,10,508,6,0,0,0,0],[390,71,394,10,0,0,0,0],[394,10,508,6,0,0,0,0],[408,16,408,29,0,0,0,0],[409,9,413,19,0,0,0,0],[415,9,421,73,0,0,0,0],[423,9,460,14,0,0,0,0],[426,16,435,14,0,0,0,0],[428,35,434,23,0,0,0,0],[435,21,460,14,0,0,0,0],[443,20,443,43,0,0,0,0],[443,44,448,18,0,0,0,0],[448,18,459,83,0,0,0,0],[449,20,449,52,0,0,0,0],[449,53,455,18,0,0,0,0],[455,18,459,83,0,0,0,0],[462,9,490,14,0,0,0,0],[467,16,478,14,0,0,0,0],[470,35,477,23,0,0,0,0],[478,21,490,14,0,0,0,0],[485,20,485,52,0,0,0,0],[485,53,487,18,0,0,0,0],[492,9,506,14,0,0,0,0],[496,16,501,14,0,0,0,0],[497,35,500,23,0,0,0,0],[501,21,506,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC10unregisteryyYaKF","regions":[[512,36,525,6,0,0,0,0],[514,44,516,10,0,0,0,0],[516,10,525,6,0,0,0,0],[518,12,521,10,0,0,0,0],[519,39,521,10,0,0,0,0],[521,17,524,10,0,0,0,0],[524,10,525,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC20migrateFromLaunchctlyyYaKF","regions":[[531,46,634,6,0,0,0,0],[535,44,537,10,0,0,0,0],[537,10,633,78,0,0,0,0],[555,10,633,78,0,0,0,0],[559,12,562,10,0,0,0,0],[560,33,562,10,0,0,0,0],[562,17,580,10,0,0,0,0],[567,13,575,14,0,0,0,0],[575,20,579,14,0,0,0,0],[579,14,580,10,0,0,0,0],[580,10,633,78,0,0,0,0],[584,57,633,78,0,0,0,0],[600,12,600,35,0,0,0,0],[600,36,605,10,0,0,0,0],[605,10,633,78,0,0,0,0],[607,12,607,71,0,0,0,0],[607,72,618,10,0,0,0,0],[610,94,610,103,0,0,0,0],[610,106,610,125,0,0,0,0],[612,16,612,48,0,0,0,0],[612,49,616,14,0,0,0,0],[618,10,633,78,0,0,0,0],[621,12,621,31,0,0,0,0],[621,32,629,10,0,0,0,0],[629,10,633,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC20migrateFromLaunchctlyyYaKFSbyKXEfu_","regions":[[607,39,607,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KanataDaemonErrorO16errorDescriptionSSSgvg","regions":[[647,35,660,6,1,0,0,0],[648,16,648,20,1,0,0,0],[649,9,650,45,0,0,0,0],[651,9,652,51,1,0,0,0],[653,9,654,49,0,0,0,0],[655,9,656,42,0,0,0,0],[657,9,658,41,0,0,0,0],[659,10,660,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC32notifyBackgroundApprovalRequired33_21C0E69505395A7145D58BEA506529C5LLyyF","regions":[[664,45,666,6,0,0,0,0]]},{"branches":[],"count":262,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZ","regions":[[4,73,58,6,262,0,0,0],[10,27,55,10,29772,0,0,0],[13,16,13,31,29772,0,0,0],[13,32,13,44,13482,0,0,0],[13,44,55,10,16290,0,0,0],[15,16,15,35,16290,0,0,0],[15,36,30,14,16287,0,0,0],[16,60,16,72,16286,0,0,0],[16,72,29,25,1,0,0,0],[20,52,20,64,0,0,0,0],[20,64,29,25,1,0,0,0],[25,20,25,30,1,0,0,0],[25,57,28,18,0,0,0,0],[30,14,55,10,3,0,0,0],[34,16,34,30,3,0,0,0],[34,31,40,14,1,0,0,0],[35,20,35,30,1,0,0,0],[35,57,38,18,1,0,0,0],[40,14,55,10,2,0,0,0],[43,42,43,54,0,0,0,0],[43,54,55,10,2,0,0,0],[45,77,45,89,0,0,0,0],[45,89,55,10,2,0,0,0],[51,16,51,26,2,0,0,0],[51,53,54,14,0,0,0,0],[55,10,57,22,262,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSbSJXEfU_","regions":[[18,44,18,63,19,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSSSshYbcfu_","regions":[[19,26,19,37,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSbSJXEfU0_","regions":[[47,61,47,80,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSSSshYbcfu0_","regions":[[47,86,47,97,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO21referencedChordGroups2inShySSGSayAA0A7MappingVG_tFZ","regions":[[60,81,67,6,1,0,0,0],[62,33,65,10,2,0,0,0],[63,77,63,89,0,0,0,0],[63,89,65,10,2,0,0,0],[65,10,66,21,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZ","regions":[[69,77,76,6,2,0,0,0],[71,73,71,87,0,0,0,0],[71,87,75,24,2,0,0,0],[74,58,74,72,0,0,0,0],[74,72,75,24,2,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZSbSJXEfU_","regions":[[73,48,73,67,24,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZSSSshYbcfu_","regions":[[73,73,73,84,6,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO10parenDelta33_35550B96BB91681E0E874AC5C72725CELL2inSiSS_tFZ","regions":[[78,60,85,6,4,0,0,0],[80,26,83,10,34,0,0,0],[81,16,81,27,34,0,0,0],[81,28,81,42,3,0,0,0],[82,16,82,27,34,0,0,0],[82,28,82,42,3,0,0,0],[83,10,84,21,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataErrorSeverityO5colorSSvg","regions":[[12,23,18,6,0,0,0,0],[13,16,13,20,0,0,0,0],[14,9,14,30,0,0,0,0],[15,9,15,32,0,0,0,0],[16,9,16,27,0,0,0,0],[17,10,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataErrorSeverityO4iconSSvg","regions":[[20,22,26,6,0,0,0,0],[21,16,21,20,0,0,0,0],[22,9,22,56,0,0,0,0],[23,9,23,53,0,0,0,0],[24,9,24,34,0,0,0,0],[25,10,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KanataErrorV9timestamp8severity7message7rawLine7patternAC10Foundation4DateV_AA0eF8SeverityOS3SSgtcfC","regions":[[46,7,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KanataErrorV15timestampStringSSvg","regions":[[56,33,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO8severityAA0E13ErrorSeverityOvg","regions":[[71,39,77,6,0,0,0,0],[72,16,72,20,0,0,0,0],[73,9,73,29,0,0,0,0],[74,9,74,33,0,0,0,0],[75,9,75,34,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO4iconSSvg","regions":[[79,22,85,6,0,0,0,0],[80,16,80,20,0,0,0,0],[81,9,81,47,0,0,0,0],[82,9,82,54,0,0,0,0],[83,9,83,56,0,0,0,0],[84,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO5colorSSvg","regions":[[87,23,93,6,0,0,0,0],[88,16,88,20,0,0,0,0],[89,9,89,31,0,0,0,0],[90,9,90,33,0,0,0,0],[91,9,91,30,0,0,0,0],[92,10,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ErrorPatternV7pattern8severity11userMessage0G4Name14toastThresholdACSS_AA06KanataE8SeverityOS2SSitcfC","regions":[[106,125,112,6,0,0,0,0],[107,88,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ErrorPatternV7matchesySbSSF","regions":[[114,42,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13_recentErrors33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVySayAA0eF0VGGvpfi","regions":[[129,63,129,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13_healthStatus33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVyAA0e6HealthI0OGvpfi","regions":[[130,68,130,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC07_unreadF5Count33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVySiGvpfi","regions":[[131,57,131,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC9maxErrors33_2ADD83E972CD8298A81F45E946F9A574LLSivpfi","regions":[[135,29,135,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC06stderrB033_2ADD83E972CD8298A81F45E946F9A574LLSSvpfi","regions":[[136,30,136,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18monitoringInterval33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[137,52,137,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18patternCountWindow33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[138,52,138,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13errorPatterns33_2ADD83E972CD8298A81F45E946F9A574LLSayAA0F7PatternVGvg","regions":[[142,54,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC16lastFilePosition33_2ADD83E972CD8298A81F45E946F9A574LLs6UInt64Vvpfi","regions":[[200,44,200,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13patternCounts33_2ADD83E972CD8298A81F45E946F9A574LLSDySSSay10Foundation4DateV_SitGGvpfi","regions":[[202,58,202,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13lastToastTime33_2ADD83E972CD8298A81F45E946F9A574LLSDySS10Foundation4DateVGvpfi","regions":[[203,49,203,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13toastCooldown33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[204,47,204,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorCACyc33_2ADD83E972CD8298A81F45E946F9A574Llfc","regions":[[206,20,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15startMonitoringyyF","regions":[[212,28,234,6,0,0,0,0],[213,42,216,10,0,0,0,0],[216,10,234,6,0,0,0,0],[223,9,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15startMonitoringyyFyyYacfU_","regions":[[228,31,233,10,0,0,0,0],[229,19,229,36,0,0,0,0],[229,37,232,14,0,0,0,0],[232,14,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC14stopMonitoringyyF","regions":[[236,27,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC17checkForNewErrors33_2ADD83E972CD8298A81F45E946F9A574LLyyYaF","regions":[[244,44,276,6,0,0,0,0],[245,78,248,10,0,0,0,0],[248,10,276,6,0,0,0,0],[253,41,255,10,0,0,0,0],[255,16,257,10,0,0,0,0],[261,37,261,47,0,0,0,0],[261,47,276,6,0,0,0,0],[267,73,267,83,0,0,0,0],[267,83,276,6,0,0,0,0],[270,27,272,10,0,0,0,0],[272,10,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC17checkForNewErrors33_2ADD83E972CD8298A81F45E946F9A574LLyyYaFSbSSXEfU_","regions":[[268,71,268,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC07processF4Line33_2ADD83E972CD8298A81F45E946F9A574LLyySSF","regions":[[278,51,317,6,0,0,0,0],[280,45,280,55,0,0,0,0],[280,55,317,6,0,0,0,0],[283,38,316,10,0,0,0,0],[284,16,284,37,0,0,0,0],[284,38,315,14,0,0,0,0],[295,20,295,50,0,0,0,0],[295,51,297,18,0,0,0,0],[306,20,306,49,0,0,0,0],[306,50,309,18,0,0,0,0],[315,14,316,10,0,0,0,0],[316,10,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSF","regions":[[321,64,337,6,0,0,0,0],[325,12,325,45,0,0,0,0],[325,46,327,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSb10Foundation4DateV_Sit_tXEfU_","regions":[[330,73,332,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSay10Foundation4DateV_SitGyKXEfu_","regions":[[332,14,332,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSiyKXEfu0_","regions":[[335,68,335,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getPatternCount33_2ADD83E972CD8298A81F45E946F9A574LLySiSSF","regions":[[339,64,343,6,0,0,0,0],[340,60,340,72,0,0,0,0],[340,72,342,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getPatternCount33_2ADD83E972CD8298A81F45E946F9A574LLySiSSFSb10Foundation4DateV_Sit_tXEfU_","regions":[[342,30,342,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15shouldShowToast33_2ADD83E972CD8298A81F45E946F9A574LL3forSbAA0F7PatternV_tF","regions":[[345,69,357,6,0,0,0,0],[348,52,348,68,0,0,0,0],[348,68,356,20,0,0,0,0],[351,63,354,10,0,0,0,0],[353,59,353,75,0,0,0,0],[353,75,354,10,0,0,0,0],[354,10,356,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyF","regions":[[361,39,380,6,0,0,0,0],[373,12,373,35,0,0,0,0],[373,36,375,10,0,0,0,0],[375,19,375,44,0,0,0,0],[375,45,377,10,0,0,0,0],[377,16,379,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU_","regions":[[365,50,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU_SbyKXEfu_","regions":[[366,41,366,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU0_","regions":[[369,50,371,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU0_SbyKXEfu_","regions":[[370,40,370,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC04showF5Toast33_2ADD83E972CD8298A81F45E946F9A574LLyyAA0eF0VF","regions":[[384,55,393,6,0,0,0,0],[385,58,385,66,0,0,0,0],[385,69,385,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC04showF5Toast33_2ADD83E972CD8298A81F45E946F9A574LLyyAA0eF0VFyyYaYbScMYccfU_","regions":[[388,14,392,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13markAllAsReadyyF","regions":[[397,26,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC11clearErrorsyyF","regions":[[402,24,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getRecentErrors8severity5limitSayAA0eF0VGAA0eF8SeverityOSg_SitF","regions":[[409,98,415,6,0,0,0,0],[411,25,413,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getRecentErrors8severity5limitSayAA0eF0VGAA0eF8SeverityOSg_SitFSbAHXEfU_","regions":[[412,36,412,63,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6targetSSSgvg","regions":[[42,32,42,56,24,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV15targetTitleCaseSSSgvg","regions":[[46,41,49,6,2,0,0,0],[47,31,47,45,0,0,0,0],[47,45,48,33,2,0,0,0]]},{"branches":[],"count":44,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6stringACSgSS_tcfC","regions":[[53,34,68,6,44,0,0,0],[55,12,55,37,44,0,0,0],[55,38,58,10,28,0,0,0],[56,63,56,77,1,0,0,0],[56,77,58,10,27,0,0,0],[60,17,60,47,16,0,0,0],[60,48,63,10,12,0,0,0],[61,65,61,79,0,0,0,0],[61,79,63,10,12,0,0,0],[65,14,67,10,4,0,0,0],[67,10,68,6,39,0,0,0]]},{"branches":[],"count":39,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6action14pathComponents10queryItems3url11isShorthandACSS_SaySSGSDyS2SG10Foundation3URLVSbtc33_A9B1B73E41481448D92C711721994D39LlfC","regions":[[77,7,83,6,39,0,0,0]]},{"branches":[],"count":44,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV02isabF0ySbSSFZ","regions":[[88,63,90,6,44,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ","regions":[[93,77,123,6,28,0,0,0],[97,14,99,10,1,0,0,0],[99,10,122,10,27,0,0,0],[110,9,114,10,3,0,0,0],[111,36,113,14,6,0,0,0],[113,14,114,10,3,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_","regions":[[104,56,104,84,58,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_SbyKXEfu_","regions":[[104,71,104,82,38,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu_","regions":[[112,50,112,52,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV17isShorthandSyntaxySbSSFZ","regions":[[129,68,139,6,16,0,0,0],[131,41,131,57,2,0,0,0],[131,57,138,20,14,0,0,0],[133,44,133,60,1,0,0,0],[133,60,138,20,13,0,0,0],[137,14,137,30,1,0,0,0],[137,30,138,20,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ","regions":[[145,79,206,6,12,0,0,0],[149,45,149,61,1,0,0,0],[149,64,149,67,11,0,0,0],[155,40,155,54,0,0,0,0],[155,54,205,10,12,0,0,0],[158,36,158,50,0,0,0,0],[158,50,205,10,12,0,0,0],[165,28,174,10,1,0,0,0],[169,50,173,14,1,0,0,0],[170,35,172,18,2,0,0,0],[172,18,173,14,1,0,0,0],[178,12,178,35,12,0,0,0],[178,36,180,10,11,0,0,0],[181,28,183,10,1,0,0,0],[187,14,197,10,0,0,0,0],[189,79,189,93,0,0,0,0],[189,93,196,14,0,0,0,0],[197,10,205,10,12,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSSshYbcfu_","regions":[[153,18,153,29,27,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_","regions":[[161,67,161,82,15,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu0_","regions":[[171,59,171,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu1_","regions":[[185,113,185,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ10Foundation3URLVSgyKXEfu2_","regions":[[186,16,186,38,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE10titleCasedSSvg","regions":[[215,28,222,6,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE10titleCasedSSvgSSSsXEfU_","regions":[[217,18,220,14,4,0,0,0],[218,51,218,74,0,0,0,0],[218,74,219,74,4,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12capabilities33_A9B1B73E41481448D92C711721994D39LLShySSGvpfi","regions":[[320,45,320,47,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC13listenerQueue33_A9B1B73E41481448D92C711721994D39LLSo17OS_dispatch_queueCvpfi","regions":[[321,33,321,83,74,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC5start4port13onLayerChange0J9ActionURI0J14UnknownMessage0jA5Input0J13HoldActivated0j3TapS00j7OneShotS00J13ChordResolved0jt5DanceX0ySi_ySSYaYbcyAA0abmN0VYaYbcSgySSYaYbcSgySS_AA0eaM0OtYaYbcSgyAA0eR10ActivationVYaYbcSgyAA0etZ0VYaYbcSgyAA0euvZ0VYaYbcSgyAA0eW10ResolutionVYaYbcSgyAA0etY10ResolutionVYaYbcSgtYaF","regions":[[346,13,365,6,0,0,0,0],[347,12,347,29,0,0,0,0],[347,49,347,59,0,0,0,0],[347,59,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC5start4port13onLayerChange0J9ActionURI0J14UnknownMessage0jA5Input0J13HoldActivated0j3TapS00j7OneShotS00J13ChordResolved0jt5DanceX0ySi_ySSYaYbcyAA0abmN0VYaYbcSgySSYaYbcSgySS_AA0eaM0OtYaYbcSgyAA0eR10ActivationVYaYbcSgyAA0etZ0VYaYbcSgyAA0euvZ0VYaYbcSgyAA0eW10ResolutionVYaYbcSgyAA0etY10ResolutionVYaYbcSgtYaFyyYacfU_","regions":[[361,50,364,10,0,0,0,0],[362,33,362,43,0,0,0,0],[362,43,364,10,0,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4stopyyYaF","regions":[[367,23,383,6,47,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10listenLoop33_A9B1B73E41481448D92C711721994D39LLyyYaF","regions":[[385,37,395,6,0,0,0,0],[386,29,386,39,0,0,0,0],[386,39,395,6,0,0,0,0],[387,15,387,32,0,0,0,0],[387,33,394,10,0,0,0,0],[388,16,390,14,0,0,0,0],[389,55,390,14,0,0,0,0],[390,21,393,14,0,0,0,0],[393,14,394,10,0,0,0,0],[394,10,395,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC16connectAndStream33_A9B1B73E41481448D92C711721994D39LL4portySi_tYaKF","regions":[[397,59,451,6,0,0,0,0],[404,43,451,6,0,0,0,0],[408,89,451,6,0,0,0,0],[413,10,451,6,0,0,0,0],[428,15,428,32,0,0,0,0],[428,33,446,10,0,0,0,0],[429,69,446,10,0,0,0,0],[429,75,431,14,0,0,0,0],[431,14,446,10,0,0,0,0],[432,16,432,29,0,0,0,0],[432,30,432,42,0,0,0,0],[432,42,446,10,0,0,0,0],[435,66,445,14,0,0,0,0],[437,59,439,18,0,0,0,0],[441,46,441,58,0,0,0,0],[441,58,445,14,0,0,0,0],[442,71,444,18,0,0,0,0],[445,14,446,10,0,0,0,0],[446,10,451,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC16connectAndStream33_A9B1B73E41481448D92C711721994D39LL4portySi_tYaKFyyYacfU_","regions":[[416,48,424,10,0,0,0,0],[417,49,417,59,0,0,0,0],[417,59,424,10,0,0,0,0],[418,19,418,36,0,0,0,0],[418,37,423,14,0,0,0,0],[423,14,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKF","regions":[[453,72,472,6,0,0,0,0],[471,10,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKFyScCyyts5Error_pGXEfU_","regions":[[454,51,471,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKFyScCyyts5Error_pGXEfU_yAH5StateOYbcfU_","regions":[[455,45,469,14,0,0,0,0],[456,24,456,29,0,0,0,0],[457,17,459,42,0,0,0,0],[460,17,462,57,0,0,0,0],[463,17,465,82,0,0,0,0],[466,17,467,26,0,0,0,0],[468,18,469,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKF","regions":[[474,84,490,6,0,0,0,0],[475,74,490,6,0,0,0,0],[489,10,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKFyScCyyts5Error_pGXEfU_","regions":[[478,51,489,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKFyScCyyts5Error_pGXEfU_yAH7NWErrorOSgYbcfU_","regions":[[481,47,487,18,0,0,0,0],[482,34,484,22,0,0,0,0],[484,28,486,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKF","regions":[[492,82,511,6,0,0,0,0],[510,10,511,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKFyScCyAJs5Error_pGXEfU_","regions":[[493,51,510,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKFyScCyAJs5Error_pGXEfU_yAJ_AM14ContentContextCSgSbAK7NWErrorOSgtYbcfU_","regions":[[494,81,509,14,0,0,0,0],[496,30,499,18,0,0,0,0],[499,18,509,14,0,0,0,0],[500,32,503,18,0,0,0,0],[503,18,509,14,0,0,0,0],[504,20,504,30,0,0,0,0],[504,31,507,18,0,0,0,0],[507,18,509,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaF","regions":[[513,51,719,6,0,0,0,0],[517,55,520,10,0,0,0,0],[520,10,719,6,0,0,0,0],[522,71,522,89,0,0,0,0],[522,95,525,10,0,0,0,0],[525,10,719,6,0,0,0,0],[530,97,536,10,0,0,0,0],[532,43,534,14,0,0,0,0],[536,10,719,6,0,0,0,0],[541,9,547,10,0,0,0,0],[543,43,545,14,0,0,0,0],[547,10,719,6,0,0,0,0],[553,9,585,10,0,0,0,0],[556,34,583,14,0,0,0,0],[557,64,557,76,0,0,0,0],[557,76,583,14,0,0,0,0],[560,76,576,18,0,0,0,0],[564,55,566,22,0,0,0,0],[576,24,582,18,0,0,0,0],[579,60,581,22,0,0,0,0],[583,14,584,19,0,0,0,0],[585,10,719,6,0,0,0,0],[593,9,602,10,0,0,0,0],[595,79,600,14,0,0,0,0],[597,50,599,18,0,0,0,0],[602,10,719,6,0,0,0,0],[605,60,612,10,0,0,0,0],[612,10,719,6,0,0,0,0],[620,9,632,10,0,0,0,0],[622,16,622,79,0,0,0,0],[622,80,628,14,0,0,0,0],[625,55,627,18,0,0,0,0],[628,20,630,14,0,0,0,0],[632,10,719,6,0,0,0,0],[637,70,653,10,0,0,0,0],[643,16,643,78,0,0,0,0],[643,79,649,14,0,0,0,0],[646,54,648,18,0,0,0,0],[649,20,651,14,0,0,0,0],[653,10,719,6,0,0,0,0],[661,9,672,10,0,0,0,0],[662,16,662,82,0,0,0,0],[662,83,668,14,0,0,0,0],[665,58,667,18,0,0,0,0],[668,20,670,14,0,0,0,0],[672,10,719,6,0,0,0,0],[680,9,691,10,0,0,0,0],[681,16,681,79,0,0,0,0],[681,80,687,14,0,0,0,0],[684,55,686,18,0,0,0,0],[687,20,689,14,0,0,0,0],[691,10,719,6,0,0,0,0],[700,9,716,10,0,0,0,0],[701,16,701,83,0,0,0,0],[701,84,712,14,0,0,0,0],[709,58,711,18,0,0,0,0],[712,20,714,14,0,0,0,0],[716,10,719,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFyyYbScMYcXEfU_","regions":[[569,41,575,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSaySSGyKXEfu_","regions":[[606,66,606,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFS2SXEfU0_","regions":[[607,41,607,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFypyKXEfu0_","regions":[[609,117,609,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu1_","regions":[[622,40,622,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSSyKXEfu2_","regions":[[638,57,638,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSSyKXEfu3_","regions":[[639,63,639,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFs6UInt64VyKXEfu4_","regions":[[640,61,640,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu5_","regions":[[643,40,643,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu6_","regions":[[662,40,662,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu7_","regions":[[681,40,681,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu8_","regions":[[701,40,701,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataServiceErrorO16errorDescriptionSSSgvg","regions":[[15,42,30,6,0,0,0,0],[16,16,16,20,0,0,0,0],[17,9,18,64,0,0,0,0],[19,9,20,68,0,0,0,0],[21,9,22,56,0,0,0,0],[23,9,24,55,0,0,0,0],[25,9,26,95,0,0,0,0],[27,9,28,64,0,0,0,0],[29,10,30,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC02smF7FactoryyAA05SMAppF8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[50,89,52,6,4,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC8pidCache33_6A09A74211527FEC9C9E9B77216CB466LL0aB15DaemonLifecycle06LaunchP8PIDCacheCvpfi","regions":[[57,28,57,50,10,0,0,0]]},{"branches":[],"count":1040,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC0F5StateO9isRunningSbvg","regions":[[74,36,77,10,1040,0,0,0],[75,37,75,52,0,0,0,0],[75,52,76,25,1040,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC0F5StateO11descriptionSSvg","regions":[[79,40,88,10,16,0,0,0],[80,20,80,24,16,0,0,0],[81,13,81,59,0,0,0,0],[82,13,82,37,4,0,0,0],[83,13,83,58,2,0,0,0],[84,13,84,50,0,0,0,0],[85,13,85,56,0,0,0,0],[86,13,86,37,10,0,0,0],[87,14,88,10,16,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC6_state33_6A09A74211527FEC9C9E9B77216CB466LL7Combine9PublishedVyAC0F5StateOGvpfi","regions":[[91,62,91,70,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13healthMonitorAcA0f6HealthH0C_tcfc","regions":[[98,115,112,6,10,0,0,0],[102,52,105,10,10,0,0,0],[105,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13healthMonitorAcA0f6HealthH0C_tcfcAC0F5StateOyYacfU_","regions":[[108,14,108,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyF","regions":[[114,35,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFy10Foundation12NotificationVYbcfU_","regions":[[120,11,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[121,18,123,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFyyYacfU0_","regions":[[127,27,136,10,0,0,0,0],[128,19,128,36,0,0,0,0],[128,37,135,14,0,0,0,0],[130,29,132,18,0,0,0,0],[132,24,134,18,0,0,0,0],[134,18,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceCfd","regions":[[139,12,141,6,8,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13makeSMService33_6A09A74211527FEC9C9E9B77216CB466LLAA05SMAppF8Protocol_pyF","regions":[[145,58,147,6,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC19currentDaemonStatus33_6A09A74211527FEC9C9E9B77216CB466LLSo05SMAppfI0VyF","regions":[[149,63,151,6,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13fetchSMStatus33_6A09A74211527FEC9C9E9B77216CB466LLSo05SMAppF6StatusVyFZ","regions":[[153,76,155,6,19,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC22ensureDaemonRegistered33_6A09A74211527FEC9C9E9B77216CB466LLyyYaKF","regions":[[157,56,195,6,3,0,0,0],[159,16,159,30,3,0,0,0],[160,9,185,19,1,0,0,0],[164,16,164,66,1,0,0,0],[164,67,184,14,1,0,0,0],[170,20,172,18,1,0,0,0],[171,51,172,18,1,0,0,0],[172,25,177,18,0,0,0,0],[177,18,184,14,1,0,0,0],[178,20,181,18,1,0,0,0],[179,43,181,18,1,0,0,0],[181,25,183,18,0,0,0,0],[183,18,184,14,1,0,0,0],[184,14,185,19,1,0,0,0],[186,9,187,54,0,0,0,0],[188,9,193,14,2,0,0,0],[189,16,191,14,2,0,0,0],[190,39,191,14,1,0,0,0],[191,21,193,14,1,0,0,0],[194,10,195,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC16unregisterDaemon33_6A09A74211527FEC9C9E9B77216CB466LLyyYaKF","regions":[[197,50,208,6,3,0,0,0],[199,12,201,10,3,0,0,0],[200,43,201,10,1,0,0,0],[201,17,207,10,2,0,0,0],[202,16,202,46,2,0,0,0],[202,47,205,14,2,0,0,0],[205,14,206,84,0,0,0,0],[207,10,208,6,1,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18detectProcessState33_6A09A74211527FEC9C9E9B77216CB466LLAC0H8SnapshotAELLVyYaF","regions":[[210,64,221,6,62,0,0,0],[211,58,213,10,0,0,0,0],[213,10,220,59,62,0,0,0],[216,12,216,27,62,0,0,0],[216,53,218,10,0,0,0,0],[218,10,220,59,62,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18detectProcessState33_6A09A74211527FEC9C9E9B77216CB466LL8pidCacheAC0H8SnapshotAELLV0aB15DaemonLifecycle06LaunchT8PIDCacheC_tYaFZ","regions":[[225,32,236,6,19,0,0,0],[226,58,228,10,0,0,0,0],[228,10,235,59,19,0,0,0],[231,12,231,27,19,0,0,0],[231,53,233,10,0,0,0,0],[233,10,235,59,19,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC5startyyYaKF","regions":[[241,38,299,6,3,0,0,0],[249,34,252,10,0,0,0,0],[252,10,298,97,3,0,0,0],[256,40,258,10,0,0,0,0],[258,10,298,97,3,0,0,0],[262,43,298,97,2,0,0,0],[269,26,273,10,10,0,0,0],[272,38,272,47,0,0,0,0],[272,47,273,10,10,0,0,0],[273,10,298,97,2,0,0,0],[278,34,282,10,0,0,0,0],[282,10,298,97,2,0,0,0],[285,12,285,42,2,0,0,0],[285,43,290,10,2,0,0,0],[290,10,298,97,0,0,0,0],[294,43,296,10,0,0,0,0],[296,10,298,97,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC4stopyyYaKF","regions":[[302,37,330,6,3,0,0,0],[305,37,330,6,3,0,0,0],[313,34,322,10,0,0,0,0],[314,16,314,46,0,0,0,0],[314,47,317,14,0,0,0,0],[317,20,321,14,0,0,0,0],[321,14,322,10,0,0,0,0],[322,10,330,6,3,0,0,0],[324,12,324,29,3,0,0,0],[324,30,327,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC7restartyyYaKF","regions":[[333,40,338,6,0,0,0,0],[335,25,338,6,0,0,0,0],[337,26,338,6,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13refreshStatusAC0F5StateOyYaF","regions":[[342,55,346,6,19,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC11isInstalledSbvg","regions":[[349,34,356,6,0,0,0,0],[350,16,350,37,0,0,0,0],[351,9,352,18,0,0,0,0],[353,9,354,17,0,0,0,0],[355,10,356,6,0,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC11checkHealth7tcpPortAA0fH6StatusVSi_tYaF","regions":[[359,65,363,6,62,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC010canRestartF0AA0H13CooldownStateVyYaF","regions":[[366,60,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartAttempt9timestampy10Foundation4DateV_tYaF","regions":[[371,52,373,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartSuccessyyYaF","regions":[[376,37,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartFailureyyYaF","regions":[[381,37,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23recordConnectionFailureSbyYaF","regions":[[386,50,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23recordConnectionSuccessyyYaF","regions":[[391,42,393,6,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaF","regions":[[397,57,421,6,19,0,0,0],[409,16,409,24,19,0,0,0],[410,9,411,37,0,0,0,0],[412,9,415,77,8,0,0,0],[414,19,414,55,0,0,0,0],[415,19,415,77,8,0,0,0],[416,9,417,92,11,0,0,0],[417,45,417,81,0,0,0,0],[417,84,417,92,11,0,0,0],[418,9,419,28,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSo05SMAppfH0VyYacfU_","regions":[[399,62,401,10,19,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFAC15ProcessSnapshotAELLVyYacfU0_","regions":[[402,61,404,10,19,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSiyKXEfu_","regions":[[414,53,414,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSiyKXEfu0_","regions":[[417,79,417,80,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOF","regions":[[423,59,450,6,19,0,0,0],[424,39,424,49,13,0,0,0],[424,49,450,6,6,0,0,0],[430,49,432,10,2,0,0,0],[435,47,442,10,0,0,0,0],[444,12,444,30,6,0,0,0],[444,58,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOFyyYacfU_","regions":[[436,18,441,14,0,0,0,0],[438,20,438,31,0,0,0,0],[438,32,440,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOFyyYacfU0_","regions":[[445,18,448,14,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC03logF7Failure33_6A09A74211527FEC9C9E9B77216CB466LL4from6reasonyAC0F5StateO_SStF","regions":[[453,81,497,6,2,0,0,0],[459,12,461,10,2,0,0,0],[460,104,461,10,2,0,0,0],[461,17,463,10,0,0,0,0],[463,10,497,6,2,0,0,0],[479,48,492,10,2,0,0,0],[480,16,489,14,2,0,0,0],[481,20,481,77,2,0,0,0],[481,78,486,18,2,0,0,0],[482,76,486,18,2,0,0,0],[483,43,486,18,2,0,0,0],[484,55,486,18,2,0,0,0],[485,39,486,18,2,0,0,0],[486,24,488,18,0,0,0,0],[487,53,488,18,0,0,0,0],[488,18,489,14,2,0,0,0],[489,21,491,14,0,0,0,0],[491,14,492,10,2,0,0,0],[492,10,497,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23handleCrashLoopDetected33_6A09A74211527FEC9C9E9B77216CB466LLyyYaF","regions":[[500,50,518,6,0,0,0,0],[504,12,515,10,0,0,0,0],[505,41,515,10,0,0,0,0],[515,17,517,10,0,0,0,0],[517,10,518,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16ensureConnection7Network12NWConnectionCyYaKF","regions":[[10,58,24,6,0,0,0,0],[12,12,14,10,0,0,0,0],[14,17,23,10,0,0,0,0],[15,16,15,34,0,0,0,0],[15,35,21,14,0,0,0,0],[21,14,22,24,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKF","regions":[[26,62,116,6,1,0,0,0],[28,55,31,10,0,0,0,0],[31,10,115,10,1,0,0,0],[34,27,36,10,0,0,0,0],[36,16,38,10,1,0,0,0],[41,15,41,27,1,0,0,0],[41,28,43,10,0,0,0,0],[42,59,43,10,0,0,0,0],[43,10,115,10,1,0,0,0],[46,55,49,10,0,0,0,0],[49,10,115,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_","regions":[[65,71,115,10,1,0,0,0],[111,48,114,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_","regions":[[67,27,101,14,1,0,0,0],[100,18,101,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_yScCyAGsAH_pGXEfU_","regions":[[68,59,100,18,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_yScCyAGsAH_pGXEfU_yAG5StateOYbcfU_","regions":[[71,56,97,22,2,0,0,0],[73,32,73,37,2,0,0,0],[74,25,77,30,0,0,0,0],[75,32,75,62,0,0,0,0],[75,63,77,30,0,0,0,0],[79,25,85,51,0,0,0,0],[80,32,80,62,0,0,0,0],[80,63,84,30,0,0,0,0],[87,25,92,30,0,0,0,0],[88,32,88,62,0,0,0,0],[88,63,92,30,0,0,0,0],[94,25,95,34,2,0,0,0],[96,26,97,22,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU0_","regions":[[104,27,108,14,1,0,0,0],[105,88,107,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11stateStringySS7Network12NWConnectionC5StateOSgF","regions":[[118,62,129,6,0,0,0,0],[119,30,119,46,0,0,0,0],[119,46,129,6,0,0,0,0],[120,16,120,21,0,0,0,0],[121,9,121,36,0,0,0,0],[122,9,122,40,0,0,0,0],[123,9,123,44,0,0,0,0],[124,9,124,36,0,0,0,0],[125,9,125,38,0,0,0,0],[126,9,126,44,0,0,0,0],[127,9,127,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC15closeConnectionyyF","regions":[[131,28,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC32cancelInflightAndCloseConnectionyyF","regions":[[145,45,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17withErrorRecoveryyxxyYaKXEYaKs8SendableRzlF","regions":[[152,94,163,6,0,0,0,0],[153,12,155,10,0,0,0,0],[155,17,162,10,0,0,0,0],[157,16,157,34,0,0,0,0],[157,35,160,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11shouldRetryySbs5Error_pF","regions":[[165,46,175,6,0,0,0,0],[166,45,173,10,0,0,0,0],[167,20,167,23,0,0,0,0],[168,13,169,28,0,0,0,0],[170,13,171,29,0,0,0,0],[173,10,174,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKF","regions":[[13,45,85,6,0,0,0,0],[84,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_","regions":[[15,37,84,10,0,0,0,0],[16,32,16,54,0,0,0,0],[16,54,83,63,0,0,0,0],[19,93,83,63,0,0,0,0],[23,56,83,63,0,0,0,0],[27,104,83,63,0,0,0,0],[27,105,34,14,0,0,0,0],[34,14,83,63,0,0,0,0],[37,77,37,95,0,0,0,0],[40,13,43,14,0,0,0,0],[43,14,83,63,0,0,0,0],[46,62,83,63,0,0,0,0],[51,19,51,56,0,0,0,0],[51,71,79,14,0,0,0,0],[55,18,79,14,0,0,0,0],[59,20,59,52,0,0,0,0],[59,53,61,18,0,0,0,0],[61,18,79,14,0,0,0,0],[63,107,79,14,0,0,0,0],[63,108,70,18,0,0,0,0],[70,18,79,14,0,0,0,0],[72,80,72,98,0,0,0,0],[75,17,78,18,0,0,0,0],[78,18,79,14,0,0,0,0],[79,14,83,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu_","regions":[[24,76,24,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu0_","regions":[[41,58,41,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_10Foundation4DataVyYaYbKcfU_","regions":[[53,74,55,18,0,0,0,0],[54,68,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu1_","regions":[[76,62,76,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu2_","regions":[[81,66,81,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC26enforceMinimumCapabilities8requiredySaySSG_tYaKF","regions":[[88,70,98,6,0,0,0,0],[89,38,98,6,0,0,0,0],[90,80,95,10,0,0,0,0],[95,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC9getStatusAC03TcpH4InfoVyYaKF","regions":[[101,52,114,6,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC9getStatusAC03TcpH4InfoVyYaKFAFyYaKXEfU_","regions":[[103,37,113,10,0,0,0,0],[105,94,112,63,0,0,0,0],[106,59,112,63,0,0,0,0],[109,14,112,63,0,0,0,0],[109,15,111,14,0,0,0,0],[111,14,112,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17requestLayerNamesSaySSGyYaKF","regions":[[117,55,129,6,0,0,0,0],[128,10,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17requestLayerNamesSaySSGyYaKFAEyYaKXEfU_","regions":[[118,37,128,10,0,0,0,0],[120,105,127,63,0,0,0,0],[121,59,127,63,0,0,0,0],[124,14,127,63,0,0,0,0],[124,15,126,14,0,0,0,0],[126,14,127,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17checkServerStatusSbyYaF","regions":[[132,44,155,6,1,0,0,0],[135,12,146,10,1,0,0,0],[137,106,145,25,1,0,0,0],[138,56,145,25,1,0,0,0],[140,81,143,14,0,0,0,0],[143,14,145,25,1,0,0,0],[146,17,154,10,0,0,0,0],[149,16,149,34,0,0,0,0],[149,35,152,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF","regions":[[159,74,242,6,0,0,0,0],[163,12,230,10,0,0,0,0],[173,78,229,52,0,0,0,0],[191,14,229,52,0,0,0,0],[198,77,198,95,0,0,0,0],[201,13,205,14,0,0,0,0],[205,14,229,52,0,0,0,0],[209,14,229,52,0,0,0,0],[209,15,223,14,0,0,0,0],[210,20,210,32,0,0,0,0],[210,33,217,18,0,0,0,0],[217,24,222,18,0,0,0,0],[223,14,229,52,0,0,0,0],[230,17,241,10,0,0,0,0],[236,16,236,34,0,0,0,0],[236,35,239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_","regions":[[178,76,191,14,0,0,0,0],[188,52,190,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_ALyYaKcfU_","regions":[[179,31,181,18,0,0,0,0],[180,53,181,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_ALyYaKcfU0_","regions":[[183,31,186,18,0,0,0,0],[184,92,185,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFSSyKXEfu_","regions":[[192,76,192,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFSSyKXEfu0_","regions":[[202,58,202,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFs6UInt64VyKXEfu1_","regions":[[211,53,211,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFs6UInt64VyKXEfu2_","regions":[[212,46,212,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaF","regions":[[265,83,305,6,0,0,0,0],[268,12,298,10,0,0,0,0],[277,78,297,28,0,0,0,0],[279,59,297,28,0,0,0,0],[284,80,284,98,0,0,0,0],[286,13,295,14,0,0,0,0],[287,20,287,47,0,0,0,0],[287,48,290,18,0,0,0,0],[290,24,294,18,0,0,0,0],[295,14,297,28,0,0,0,0],[298,17,304,10,0,0,0,0],[300,16,300,34,0,0,0,0],[300,35,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaFSSyKXEfu_","regions":[[280,78,280,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaFSSyKXEfu0_","regions":[[291,62,291,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaF","regions":[[316,70,355,6,0,0,0,0],[319,12,348,10,0,0,0,0],[327,78,347,28,0,0,0,0],[329,59,347,28,0,0,0,0],[334,80,334,98,0,0,0,0],[336,13,345,14,0,0,0,0],[337,20,337,47,0,0,0,0],[337,48,340,18,0,0,0,0],[340,24,344,18,0,0,0,0],[345,14,347,28,0,0,0,0],[348,17,354,10,0,0,0,0],[350,16,350,34,0,0,0,0],[350,35,352,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaFSSyKXEfu_","regions":[[330,78,330,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaFSSyKXEfu0_","regions":[[341,62,341,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC22isUnsolicitedBroadcastySb10Foundation4DataVF","regions":[[8,67,16,6,0,0,0,0],[9,71,9,89,0,0,0,0],[9,95,11,10,0,0,0,0],[11,10,15,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC22isUnsolicitedBroadcastySb10Foundation4DataVFSbSSXEfU_","regions":[[15,46,15,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractRequestId4froms6UInt64VSg10Foundation4DataV_tF","regions":[[19,67,49,6,1,0,0,0],[20,71,20,89,1,0,0,0],[20,95,22,10,0,0,0,0],[22,10,48,19,1,0,0,0],[34,86,36,10,1,0,0,0],[36,10,48,19,0,0,0,0],[39,32,46,10,0,0,0,0],[43,13,45,14,0,0,0,0],[45,14,46,10,0,0,0,0],[46,10,48,19,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractRequestId4froms6UInt64VSg10Foundation4DataV_tF05parsehI5ValueL_yAHypF","regions":[[24,59,32,10,1,0,0,0],[25,48,27,14,1,0,0,0],[27,14,31,36,0,0,0,0],[28,85,30,14,0,0,0,0],[30,14,31,36,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC21_testExtractRequestId4froms6UInt64VSg10Foundation4DataV_tF","regions":[[53,76,55,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12extractError4fromS2S_tF","regions":[[59,56,85,6,0,0,0,0],[61,51,83,10,0,0,0,0],[66,13,72,14,0,0,0,0],[69,17,71,18,0,0,0,0],[71,18,72,14,0,0,0,0],[72,14,83,10,0,0,0,0],[75,72,75,90,0,0,0,0],[75,91,82,14,0,0,0,0],[76,57,78,18,0,0,0,0],[78,18,82,14,0,0,0,0],[79,53,81,18,0,0,0,0],[81,18,82,14,0,0,0,0],[82,14,83,10,0,0,0,0],[83,10,84,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12extractError4fromS2S_tFSSyKXEfu_","regions":[[70,50,70,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14extractMessage5named4into4fromxSgSS_xm10Foundation4DataVtKSeRzlF","regions":[[90,5,137,6,0,0,0,0],[91,64,94,10,0,0,0,0],[94,10,136,19,0,0,0,0],[100,85,133,10,0,0,0,0],[103,63,103,75,0,0,0,0],[103,75,133,10,0,0,0,0],[105,78,105,96,0,0,0,0],[105,102,108,14,0,0,0,0],[108,14,133,10,0,0,0,0],[113,48,116,14,0,0,0,0],[116,14,133,10,0,0,0,0],[119,95,122,14,0,0,0,0],[122,14,133,10,0,0,0,0],[124,16,129,14,0,0,0,0],[125,82,128,31,0,0,0,0],[129,21,132,14,0,0,0,0],[133,10,136,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14extractMessage5named4into4fromxSgSS_xm10Foundation4DataVtKSeRzlFSSSshYbcfu_","regions":[[100,59,100,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV7version15protocolVersion12capabilities10request_idAESS_SiSaySSGs6UInt64VSgtcfC","regions":[[21,104,26,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfC","regions":[[28,44,48,10,2,0,0,0],[29,76,48,10,2,0,0,0],[30,89,48,10,2,0,0,0],[32,90,48,10,2,0,0,0],[33,103,48,10,2,0,0,0],[34,102,48,10,2,0,0,0],[35,13,40,14,2,0,0,0],[40,14,48,10,0,0,0,0],[43,92,48,10,0,0,0,0],[44,92,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfcSSyKXEfu_","regions":[[43,97,43,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfcSaySSGyKXEfu0_","regions":[[44,97,44,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV6encode2toys7Encoder_p_tKF","regions":[[50,49,55,10,0,0,0,0],[52,60,55,10,0,0,0,0],[53,76,55,10,0,0,0,0],[54,70,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV15hasCapabilitiesySbSaySSGF","regions":[[57,60,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV15hasCapabilitiesySbSaySSGFSbSSXEfU_","regions":[[59,40,59,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4sendy10Foundation4DataVAGYaKF","regions":[[9,50,21,6,1,0,0,0],[10,12,12,10,1,0,0,0],[12,17,20,10,0,0,0,0],[13,16,13,34,0,0,0,0],[13,35,18,14,0,0,0,0],[18,14,19,24,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKF","regions":[[23,54,45,6,1,0,0,0],[25,58,44,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_","regions":[[28,63,44,10,0,0,0,0],[41,48,43,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_","regions":[[30,27,32,14,0,0,0,0],[31,74,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU0_","regions":[[35,27,38,14,0,0,0,0],[36,88,37,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKF","regions":[[51,77,130,6,0,0,0,0],[53,47,56,10,0,0,0,0],[56,10,130,6,0,0,0,0],[61,71,65,10,0,0,0,0],[65,10,130,6,0,0,0,0],[77,15,77,19,0,0,0,0],[77,20,129,10,0,0,0,0],[114,14,129,10,0,0,0,0],[117,81,122,14,0,0,0,0],[122,14,129,10,0,0,0,0],[125,16,125,51,0,0,0,0],[125,52,128,14,0,0,0,0],[128,14,129,10,0,0,0,0],[129,10,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKFyScCyyts5Error_pGXEfU_","regions":[[78,55,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKFyScCyyts5Error_pGXEfU_yAHSg_AK14ContentContextCSgSbAI7NWErrorOSgtYbcfU_","regions":[[80,90,113,18,0,0,0,0],[82,34,87,22,0,0,0,0],[87,22,113,18,0,0,0,0],[89,36,96,22,0,0,0,0],[92,28,92,59,0,0,0,0],[92,60,95,26,0,0,0,0],[95,26,96,22,0,0,0,0],[96,22,113,18,0,0,0,0],[98,24,98,34,0,0,0,0],[98,35,109,22,0,0,0,0],[100,28,100,52,0,0,0,0],[100,53,104,26,0,0,0,0],[104,32,107,26,0,0,0,0],[109,22,113,18,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractFirstLine4from10Foundation4DataV4line_AH9remainingtSgAH_tF","regions":[[135,90,143,6,9,0,0,0],[136,65,138,10,2,0,0,0],[138,10,142,33,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKF","regions":[[147,87,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_","regions":[[151,58,239,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_","regions":[[158,47,237,18,0,0,0,0],[159,34,166,22,0,0,0,0],[160,28,160,58,0,0,0,0],[160,59,164,26,0,0,0,0],[166,22,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_yyYacfU_","regions":[[169,26,236,22,0,0,0,0],[170,28,231,26,0,0,0,0],[177,36,222,30,0,0,0,0],[180,34,221,38,0,0,0,0],[184,36,184,77,0,0,0,0],[184,78,189,34,0,0,0,0],[185,97,187,38,0,0,0,0],[189,34,221,38,0,0,0,0],[192,63,218,34,0,0,0,0],[193,99,207,38,0,0,0,0],[194,44,194,64,0,0,0,0],[194,65,198,42,0,0,0,0],[198,48,206,42,0,0,0,0],[200,105,204,46,0,0,0,0],[207,44,217,38,0,0,0,0],[211,101,215,42,0,0,0,0],[218,34,221,38,0,0,0,0],[222,30,231,26,0,0,0,0],[222,37,222,64,0,0,0,0],[224,32,224,60,0,0,0,0],[224,61,226,30,0,0,0,0],[226,30,231,26,0,0,0,0],[228,32,228,62,0,0,0,0],[228,63,230,30,0,0,0,0],[231,33,235,26,0,0,0,0],[232,32,232,62,0,0,0,0],[232,63,234,30,0,0,0,0],[235,26,236,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_yyYacfU_AIyYaYbKcfU_","regions":[[178,84,180,34,0,0,0,0],[179,84,180,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPTimeoutError33_60264B25E257074A57C426E0E53CE042LLV16errorDescriptionSSSgvg","regions":[[247,35,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlF","regions":[[255,21,278,2,0,0,0,0],[277,6,278,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[256,49,277,6,0,0,0,0],[269,50,276,22,0,0,0,0],[269,56,271,10,0,0,0,0],[271,10,276,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU_","regions":[[258,23,260,10,0,0,0,0],[259,34,260,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[263,23,266,10,0,0,0,0],[264,79,265,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKF11AccumulatorL_C7initialAmH_tcfc","regions":[[70,33,70,51,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV4fromACs7Decoder_p_tKcfC","regions":[[16,40,20,6,2,0,0,0],[17,72,20,6,2,0,0,0],[18,68,20,6,2,0,0,0],[19,71,20,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV6encode2toys7Encoder_p_tKF","regions":[[22,45,26,6,0,0,0,0],[24,54,26,6,0,0,0,0],[25,57,26,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV4isOkSbvg","regions":[[28,20,30,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV7isErrorSbvg","regions":[[32,23,34,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC9completed33_B299CF67816BCCF3389A9D49592D7D12LLSbvpfi","regions":[[39,29,39,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC4lock33_B299CF67816BCCF3389A9D49592D7D12LLSo6NSLockCvpfi","regions":[[40,24,40,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC13markCompletedSbyF","regions":[[42,34,48,6,0,0,0,0],[45,31,45,47,0,0,0,0],[45,47,47,20,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC19retryBackoffSecondsSdvpfi","regions":[[82,45,82,49,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12isConnectingSbvpfi","regions":[[86,24,86,29,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10readBuffer10Foundation4DataVvpfi","regions":[[107,22,107,28,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC13nextRequestIds6UInt64Vvpfi","regions":[[113,33,113,34,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17generateRequestIds6UInt64VyF","regions":[[116,40,120,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14defaultTimeout33_B299CF67816BCCF3389A9D49592D7D12LLSdvgZ","regions":[[125,53,127,6,7,0,0,0],[126,42,126,45,7,0,0,0],[126,48,126,51,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4host4port7timeout15reuseConnectionACSS_SiSdSgSbtcfc","regions":[[132,7,136,6,8,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4host4port7timeout15reuseConnectionACSS_SiSdSgSbtcfcSdyKXEfu_","regions":[[135,35,135,54,7,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO9isSuccessSbvg","regions":[[146,25,153,6,13,0,0,0],[147,16,147,20,13,0,0,0],[148,9,149,17,0,0,0,0],[150,9,151,18,13,0,0,0],[152,10,153,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO12errorMessageSSSgvg","regions":[[155,31,164,6,13,0,0,0],[156,16,156,20,13,0,0,0],[157,9,158,18,0,0,0,0],[159,9,160,18,13,0,0,0],[161,9,162,16,0,0,0,0],[163,10,164,6,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO8responseSSSgvg","regions":[[166,27,175,6,0,0,0,0],[167,16,167,20,0,0,0,0],[168,9,169,21,0,0,0,0],[170,9,171,21,0,0,0,0],[172,9,173,16,0,0,0,0],[174,10,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO14isCancellationSbvg","regions":[[177,30,180,6,0,0,0,0],[178,47,178,63,0,0,0,0],[178,63,179,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO14isCancellationSbvgSbyKXEfu_","regions":[[179,57,179,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveStatusO7messageSSvg","regions":[[13,25,21,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,15,23,0,0,0,0],[16,9,16,34,0,0,0,0],[17,9,17,42,0,0,0,0],[18,9,18,34,0,0,0,0],[19,9,19,64,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveStatusO8isActiveSbvg","regions":[[23,24,28,6,0,0,0,0],[24,16,24,20,0,0,0,0],[25,9,25,36,0,0,0,0],[26,9,26,22,0,0,0,0],[27,10,28,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_keyMappings33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA0A7MappingVGGvpfi","regions":[[25,48,25,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16_ruleCollections33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA14RuleCollectionVGGvpfi","regions":[[26,56,26,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_customRules33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA10CustomRuleVGGvpfi","regions":[[27,48,27,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17_currentLayerName33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[28,47,28,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_diagnostics33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA0E10DiagnosticVGGvpfi","regions":[[29,54,29,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17_lastConfigUpdate33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVy10Foundation4DateVGvpfi","regions":[[31,45,31,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_showingValidationAlert33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[37,45,37,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21_validationAlertTitle33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[38,43,38,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_validationAlertMessage33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[39,45,39,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_validationAlertActions33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA010ValidationI6ActionVGGvpfi","regions":[[40,70,40,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC11_saveStatus33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVyAA04SaveI0OGvpfi","regions":[[43,45,43,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_emergencyStopActivated33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[46,51,46,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC10_toastType33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVyAC05ToastI0OGvpfi","regions":[[50,43,50,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_showRuleConflictDialog33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[54,45,54,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17underlyingManagerAA18RuntimeCoordinatorCvg","regions":[[73,47,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC7managerAcA18RuntimeCoordinatorC_tcfc","regions":[[79,39,82,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelCfd","regions":[[84,12,86,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16setupObservation33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyF","regions":[[92,37,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16setupObservation33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyFyyYacfU_","regions":[[93,37,98,10,1,0,0,0],[94,53,97,14,2,0,0,0],[95,46,95,55,0,0,0,0],[95,55,97,14,2,0,0,0],[97,14,98,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tF","regions":[[103,54,193,6,2,0,0,0],[107,40,109,10,0,0,0,0],[122,68,128,10,0,0,0,0],[126,62,126,66,0,0,0,0],[126,69,126,72,0,0,0,0],[128,16,130,10,2,0,0,0],[137,46,189,10,0,0,0,0],[140,20,140,25,0,0,0,0],[141,13,162,18,0,0,0,0],[164,13,187,18,0,0,0,0],[188,14,189,10,0,0,0,0],[189,16,192,10,2,0,0,0],[192,10,193,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU_","regions":[[155,73,157,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU0_","regions":[[158,91,161,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU1_","regions":[[174,76,176,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU2_","regions":[[177,93,186,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU2_yyYacfU_","regions":[[178,30,185,26,0,0,0,0],[179,32,181,30,0,0,0,0],[180,71,181,30,0,0,0,0],[181,37,183,30,0,0,0,0],[183,30,185,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20clearValidationError33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyF","regions":[[195,41,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaF","regions":[[203,64,242,6,0,0,0,0],[211,12,211,58,0,0,0,0],[211,59,226,10,0,0,0,0],[212,16,212,23,0,0,0,0],[212,24,221,14,0,0,0,0],[216,20,216,26,0,0,0,0],[216,27,218,18,0,0,0,0],[218,24,220,18,0,0,0,0],[221,20,224,14,0,0,0,0],[226,10,242,6,0,0,0,0],[229,12,229,54,0,0,0,0],[229,55,235,10,0,0,0,0],[230,16,230,23,0,0,0,0],[230,24,232,14,0,0,0,0],[232,20,234,14,0,0,0,0],[235,16,241,10,0,0,0,0],[236,16,236,23,0,0,0,0],[236,24,238,14,0,0,0,0],[238,20,240,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaFSbAA0iJ0VXEfU_","regions":[[207,48,207,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[208,50,208,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC016setMacOSFunctionA4Mode33_CA6148F19234CC1A1AED3560A8BB1CD4LL16useStandardFKeysS2b_tF","regions":[[247,74,279,6,0,0,0,0],[255,12,255,44,0,0,0,0],[255,45,258,10,0,0,0,0],[258,10,279,6,0,0,0,0],[263,103,263,109,0,0,0,0],[263,112,263,119,0,0,0,0],[265,12,275,10,0,0,0,0],[266,30,275,10,0,0,0,0],[268,16,268,46,0,0,0,0],[268,47,271,14,0,0,0,0],[271,20,274,14,0,0,0,0],[275,17,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC016setMacOSFunctionA4Mode33_CA6148F19234CC1A1AED3560A8BB1CD4LL16useStandardFKeysS2b_tFSbyKXEfu_","regions":[[253,23,253,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16removeCustomRuleyy10Foundation4UUIDVYaF","regions":[[281,45,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC14saveCustomRuleyyAA0iJ0VYaF","regions":[[285,51,292,6,0,0,0,0],[287,12,287,19,0,0,0,0],[287,20,289,10,0,0,0,0],[289,16,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaF","regions":[[294,60,303,6,0,0,0,0],[298,12,298,19,0,0,0,0],[298,20,300,10,0,0,0,0],[300,16,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaFSbAA0iJ0VXEfU_","regions":[[296,38,296,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[297,46,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17addRuleCollectionyyAA0iJ0VYaF","regions":[[305,64,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC22updateCollectionOutput_6outputy10Foundation4UUIDV_SStYaF","regions":[[309,67,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC25updateCollectionTapOutput_03tapK0y10Foundation4UUIDV_SStYaF","regions":[[313,73,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC26updateCollectionHoldOutput_04holdK0y10Foundation4UUIDV_SStYaF","regions":[[317,75,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC27updateCollectionLayerPreset_8presetIdy10Foundation4UUIDV_SStYaF","regions":[[321,74,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC012updateWindowA10Convention_10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[325,87,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC014updateFunctionA4Mode_4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[329,73,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23updateHomeRowModsConfig12collectionId6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[333,87,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC31updateHomeRowLayerTogglesConfig12collectionId6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[337,103,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23updateChordGroupsConfig12collectionId6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[341,87,343,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21updateSequencesConfig12collectionId6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[345,83,347,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20updateLauncherConfig_6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[349,87,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC012updateLeaderA0yySSYaF","regions":[[354,50,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21isCompletelyInstalledSbyF","regions":[[358,42,360,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC32createDefaultUserConfigIfMissingSbyYaF","regions":[[362,59,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13openFileInZedyySSF","regions":[[366,40,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13openFileInZedyySSFyyYacfU_","regions":[[367,14,367,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC30backupFailedConfigAndApplySafe06failedJ08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[372,5,374,6,0,0,0,0],[373,105,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17autoFixDiagnosticyyAA0eJ0VYaF","regions":[[376,66,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[380,74,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20resetToDefaultConfigyyYaKF","regions":[[384,46,386,6,0,0,0,0],[385,49,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19createPreEditBackupSbyF","regions":[[388,40,390,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC06configB0SSvg","regions":[[392,28,394,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC18regenerateServicesSbyYaF","regions":[[398,45,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12updateStatusyyYaF","regions":[[402,31,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20inspectSystemContextAA0iJ0VyYaF","regions":[[406,56,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9uninstall12deleteConfigAA15InstallerReportVSb_tYaF","regions":[[410,65,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13runFullRepair6reasonAA15InstallerReportVSS_tYaF","regions":[[414,65,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC14runFullInstall6reasonAA15InstallerReportVSS_tYaF","regions":[[418,66,420,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC05startE06reasonSbSS_tYaF","regions":[[424,68,426,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC04stopE06reasonSbSS_tYaF","regions":[[428,67,430,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC11changeLayerySbSSYaF","regions":[[434,57,436,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9showToast33_CA6148F19234CC1A1AED3560A8BB1CD4LL_4type8durationySS_AC0I4TypeOSdtF","regions":[[440,94,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9showToast33_CA6148F19234CC1A1AED3560A8BB1CD4LL_4type8durationySS_AC0I4TypeOSdtFyyYacfU_","regions":[[445,26,449,10,0,0,0,0],[447,42,447,52,0,0,0,0],[447,52,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC07restartE06reasonSbSS_tYaF","regions":[[452,70,454,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19currentServiceStateAA0eI0C0iJ0OyYaF","regions":[[456,68,458,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19resolveRuleConflict4withyAA0iJ6ChoiceOSg_tF","regions":[[463,64,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ValidationAlertActionV2id10Foundation4UUIDVvpfi","regions":[[471,14,471,20,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO8evaluate11systemState6issues0aB10WizardCore012InstallationG0OAG0m6SystemK0O_SayAG0M5IssueVGtFZ","regions":[[26,29,56,6,3,0,0,0],[28,12,28,40,3,0,0,0],[28,41,30,10,0,0,0,0],[30,10,55,57,3,0,0,0],[55,37,55,44,0,0,0,0],[55,47,55,57,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO8evaluate11systemState6issues0aB10WizardCore012InstallationG0OAG0m6SystemK0O_SayAG0M5IssueVGtFZSbAMXEfU_","regions":[[33,50,53,10,3,0,0,0],[35,16,35,47,3,0,0,0],[35,48,50,14,0,0,0,0],[36,24,36,40,0,0,0,0],[37,17,46,32,0,0,0,0],[47,17,48,33,0,0,0,0],[50,14,52,57,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZ","regions":[[66,29,108,6,2,0,0,0],[67,16,67,25,2,0,0,0],[68,9,86,58,1,0,0,0],[86,38,86,45,0,0,0,0],[86,48,86,58,1,0,0,0],[88,9,106,69,1,0,0,0],[106,49,106,56,0,0,0,0],[106,59,106,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZSbALXEfU_","regions":[[70,51,85,14,1,0,0,0],[71,20,71,51,1,0,0,0],[71,52,83,18,0,0,0,0],[72,28,72,44,0,0,0,0],[73,21,79,36,0,0,0,0],[80,21,81,37,0,0,0,0],[83,18,84,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZSbALXEfU0_","regions":[[90,62,105,14,1,0,0,0],[91,20,91,51,1,0,0,0],[91,52,99,18,0,0,0,0],[92,28,92,44,0,0,0,0],[93,21,95,36,0,0,0,0],[96,21,97,37,0,0,0,0],[99,18,104,61,1,0,0,0],[101,100,103,18,0,0,0,0],[103,18,104,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO03getE13RelatedIssues4fromSay0aB10WizardCore0M5IssueVGAI_tFZ","regions":[[113,88,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO03getE13RelatedIssues4fromSay0aB10WizardCore0M5IssueVGAI_tFZSbAHXEfU_","regions":[[114,23,134,10,0,0,0,0],[116,16,116,47,0,0,0,0],[116,48,131,14,0,0,0,0],[117,24,117,40,0,0,0,0],[118,17,127,32,0,0,0,0],[128,17,129,33,0,0,0,0],[131,14,133,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO20hasAutoFixableIssues2inSbSay0aB10WizardCore0N5IssueVG_tFZ","regions":[[140,72,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO20hasAutoFixableIssues2inSbSay0aB10WizardCore0N5IssueVG_tFZSbAHXEfU_","regions":[[142,41,142,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA_AaF_pycfU_","regions":[[35,81,35,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA0_AHycfU_","regions":[[36,58,36,79,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfc","regions":[[37,7,40,6,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06driverB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[45,9,45,85,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06daemonB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[47,9,48,108,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC014disabledMarkerB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[49,38,49,96,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC15vhidDaemonLabel33_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[50,35,50,69,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC15vhidDaemonPlist33_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[51,35,51,98,61,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15DriverInstalledSbyF","regions":[[55,47,57,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaF","regions":[[59,60,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaFyScCySbs5NeverOGXEfU_","regions":[[60,39,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[61,18,90,14,0,0,0,0],[62,20,86,18,0,0,0,0],[67,22,86,18,0,0,0,0],[73,39,81,22,0,0,0,0],[74,28,74,90,0,0,0,0],[76,25,80,26,0,0,0,0],[80,26,81,22,0,0,0,0],[81,22,86,18,0,0,0,0],[86,25,89,18,0,0,0,0],[89,18,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaF","regions":[[94,64,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaFyScCySbs5NeverOGXEfU_","regions":[[95,39,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[96,18,117,14,0,0,0,0],[97,20,113,18,0,0,0,0],[98,89,113,18,0,0,0,0],[104,24,104,35,0,0,0,0],[104,36,106,22,0,0,0,0],[106,28,110,22,0,0,0,0],[113,25,116,18,0,0,0,0],[116,18,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaF","regions":[[121,53,150,6,0,0,0,0],[123,12,123,70,0,0,0,0],[123,71,128,10,0,0,0,0],[128,10,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaFyScCySbs5NeverOGXEfU_","regions":[[131,46,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[132,18,148,14,0,0,0,0],[136,20,136,29,0,0,0,0],[136,30,143,18,0,0,0,0],[143,24,145,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaF","regions":[[152,51,183,6,0,0,0,0],[154,12,154,49,0,0,0,0],[154,50,159,10,0,0,0,0],[159,10,182,10,0,0,0,0],[163,12,163,88,0,0,0,0],[163,89,168,10,0,0,0,0],[168,10,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaFyScCySbs5NeverOGXEfU_","regions":[[170,46,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[171,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC04killE7GrabberSbyYaF","regions":[[187,47,206,6,0,0,0,0],[189,12,202,10,0,0,0,0],[192,68,201,27,0,0,0,0],[196,16,196,23,0,0,0,0],[196,24,198,14,0,0,0,0],[198,20,200,14,0,0,0,0],[202,17,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC07disableE19ElementsPermanentlySbyYaF","regions":[[208,62,228,6,0,0,0,0],[213,34,216,10,0,0,0,0],[216,10,228,6,0,0,0,0],[218,12,224,10,0,0,0,0],[221,68,223,24,0,0,0,0],[224,17,227,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC07restartE6DaemonSbyYaF","regions":[[232,49,249,6,0,0,0,0],[235,12,245,10,0,0,0,0],[238,81,244,27,0,0,0,0],[239,16,239,23,0,0,0,0],[239,24,241,14,0,0,0,0],[241,20,243,14,0,0,0,0],[245,17,248,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC05startE6DaemonSbyYaF","regions":[[251,47,268,6,0,0,0,0],[254,12,264,10,0,0,0,0],[257,76,263,22,0,0,0,0],[258,16,258,18,0,0,0,0],[258,19,260,14,0,0,0,0],[260,20,262,14,0,0,0,0],[264,17,267,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaF","regions":[[276,70,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaFyScCySbs5NeverOGXEfU_","regions":[[277,39,300,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaFyScCySbs5NeverOGXEfU_yyYbScMYccfU_","regions":[[278,38,299,14,0,0,0,0],[279,20,279,50,0,0,0,0],[279,51,282,18,0,0,0,0],[282,24,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC010getDisableE14ElementsScript33_103A23AED49132005ABADAA40FB45155LLSSyF","regions":[[303,64,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaF","regions":[[332,91,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_","regions":[[333,39,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[334,27,381,14,0,0,0,0],[338,20,376,18,0,0,0,0],[340,92,376,18,0,0,0,0],[347,22,376,18,0,0,0,0],[359,24,359,38,0,0,0,0],[359,39,370,22,0,0,0,0],[370,28,374,22,0,0,0,0],[376,25,380,18,0,0,0,0],[380,18,381,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYacfU_yyYacfU_","regions":[[364,30,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06verifyE14GrabberRemoval33_103A23AED49132005ABADAA40FB45155LLyyYaF","regions":[[385,56,415,6,0,0,0,0],[390,12,390,26,0,0,0,0],[390,27,394,10,0,0,0,0],[394,16,396,10,0,0,0,0],[399,12,412,10,0,0,0,0],[400,81,412,10,0,0,0,0],[403,16,403,75,0,0,0,0],[403,76,407,14,0,0,0,0],[407,20,411,14,0,0,0,0],[412,17,414,10,0,0,0,0],[414,10,415,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaF","regions":[[417,68,444,6,0,0,0,0],[437,12,437,22,0,0,0,0],[437,23,439,10,0,0,0,0],[439,16,441,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaFSbyKXEfu_","regions":[[435,42,435,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaFSbyKXEfu0_","regions":[[435,61,435,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC19checkProcessStopped33_103A23AED49132005ABADAA40FB45155LL7pattern11processNameSbSS_SStYaF","regions":[[446,90,459,6,0,0,0,0],[450,12,450,21,0,0,0,0],[450,22,452,10,0,0,0,0],[452,16,456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC19checkProcessStopped33_103A23AED49132005ABADAA40FB45155LL7pattern11processNameSbSS_SStYaFSSs5Int32VXEfU_","regions":[[454,82,454,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO6symbol3forSSSgSS_tFZ","regions":[[124,59,126,6,0,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO6formatyS2SFZ","regions":[[133,56,153,6,31,0,0,0],[137,47,139,10,1,0,0,0],[139,10,152,32,30,0,0,0],[142,12,142,33,30,0,0,0],[142,78,144,10,27,0,0,0],[144,10,152,32,3,0,0,0],[147,12,147,33,3,0,0,0],[147,78,149,10,0,0,0,0],[149,10,152,32,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZ","regions":[[159,68,185,6,0,0,0,0],[161,37,161,51,0,0,0,0],[161,51,184,42,0,0,0,0],[170,12,170,27,0,0,0,0],[170,28,182,10,0,0,0,0],[176,16,176,48,0,0,0,0],[176,49,176,65,0,0,0,0],[176,65,181,58,0,0,0,0],[177,16,177,46,0,0,0,0],[177,47,177,63,0,0,0,0],[177,63,181,58,0,0,0,0],[181,37,181,40,0,0,0,0],[181,43,181,58,0,0,0,0],[182,10,184,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSbSJXEfU_","regions":[[167,36,167,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSbSJXEfU_SbyKXEfu_","regions":[[167,51,167,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSSSshYbcfu_","regions":[[168,18,168,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZAFSSXEfU0_","regions":[[180,43,180,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZ","regions":[[191,66,213,6,0,0,0,0],[193,12,193,57,0,0,0,0],[193,58,195,10,0,0,0,0],[195,10,212,39,0,0,0,0],[197,40,199,10,0,0,0,0],[199,10,212,39,0,0,0,0],[202,12,202,26,0,0,0,0],[202,64,204,10,0,0,0,0],[204,10,212,39,0,0,0,0],[207,12,207,26,0,0,0,0],[207,64,209,10,0,0,0,0],[209,10,212,39,0,0,0,0],[212,30,212,33,0,0,0,0],[212,36,212,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZSbyKXEfu_","regions":[[193,30,193,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZSbyKXEfu0_","regions":[[193,46,193,57,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A12IconRegistryO7resolveyAA0aE6SourceOSSFZ","regions":[[82,58,84,6,14,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A12IconRegistryO7resolveyAA0aE6SourceOSSFZAFyKXEfu_","regions":[[83,27,83,38,2,0,0,0]]},{"branches":[],"count":205837,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV2id5input6output13shiftedOutput04ctrlJ011description12sectionBreak8behaviorAC10Foundation4UUIDV_S3SSgA2OSbAA0E8BehaviorOSgtcfC","regions":[[34,7,43,6,205837,0,0,0]]},{"branches":[],"count":15702,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV12requiresForkSbvg","regions":[[46,35,48,6,15702,0,0,0]]},{"branches":[],"count":15683,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV12requiresForkSbvgSbyKXEfu_","regions":[[47,33,47,50,15683,0,0,0]]},{"branches":[],"count":10881,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfC","regions":[[54,47,64,6,10881,0,0,0],[55,72,64,6,10881,0,0,0],[57,66,64,6,10881,0,0,0],[58,68,64,6,10881,0,0,0],[59,91,64,6,10881,0,0,0],[60,85,64,6,10881,0,0,0],[61,87,64,6,10881,0,0,0],[63,90,64,6,10881,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfc10Foundation4UUIDVyKXEfu_","regions":[[56,65,56,71,0,0,0,0]]},{"branches":[],"count":9845,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfcSbyKXEfu0_","regions":[[62,85,62,90,9845,0,0,0]]},{"branches":[],"count":12018,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV6encode2toys7Encoder_p_tKF","regions":[[66,52,78,6,12018,0,0,0],[68,46,78,6,12018,0,0,0],[69,52,78,6,12018,0,0,0],[70,54,78,6,12018,0,0,0],[71,77,78,6,12018,0,0,0],[72,71,78,6,12018,0,0,0],[73,73,78,6,12018,0,0,0],[74,12,74,24,12018,0,0,0],[74,25,76,10,1141,0,0,0],[75,70,76,10,1141,0,0,0],[76,10,78,6,12018,0,0,0],[77,67,78,6,12018,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO14toKanataFormatySSAA0A8SequenceVFZ","regions":[[27,74,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO14toKanataFormatySSAA0A8SequenceVFZSSAA0A5PressVXEfU_","regions":[[28,44,43,10,0,0,0,0],[32,48,34,14,0,0,0,0],[37,16,37,53,0,0,0,0],[37,54,37,80,0,0,0,0],[38,16,38,52,0,0,0,0],[38,53,38,79,0,0,0,0],[39,16,39,51,0,0,0,0],[39,52,39,78,0,0,0,0],[40,16,40,53,0,0,0,0],[40,54,40,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO15layerFromStringyAA19RuleCollectionLayerOSSFZ","regions":[[54,79,64,6,0,0,0,0],[56,16,56,26,0,0,0,0],[57,9,58,25,0,0,0,0],[59,9,60,31,0,0,0,0],[61,9,62,33,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO13extractDomain4fromS2S_tFZ","regions":[[72,66,77,6,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO13extractDomain4fromS2S_tFZSSyKXEfu_","regions":[[76,62,76,65,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV15installerEngine22privilegeBrokerFactoryAcA09InstallerG8Protocol_p_AA09PrivilegeI0VycSgtcfC","regions":[[26,7,33,6,4,0,0,0],[28,39,30,10,4,0,0,0],[30,16,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV15installerEngine22privilegeBrokerFactoryAcA09InstallerG8Protocol_p_AA09PrivilegeI0VycSgtcfcAHycfU_","regions":[[31,43,31,64,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV3run9argumentss5Int32VSaySSG_tYaF","regions":[[36,57,64,6,4,0,0,0],[37,40,40,10,0,0,0,0],[40,10,64,6,4,0,0,0],[44,16,44,23,4,0,0,0],[45,9,46,37,2,0,0,0],[47,9,48,38,0,0,0,0],[49,9,50,37,0,0,0,0],[51,9,53,66,2,0,0,0],[54,9,55,38,0,0,0,0],[56,9,58,21,0,0,0,0],[59,9,62,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10printUsage33_80AED5650AEBE077AB516B46B4A2ECBDLLyyF","regions":[[67,31,93,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV9runStatus33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[96,45,160,6,2,0,0,0],[103,56,103,65,1,0,0,0],[103,68,103,76,1,0,0,0],[107,58,107,63,1,0,0,0],[107,66,107,71,1,0,0,0],[108,54,108,59,1,0,0,0],[108,62,108,67,1,0,0,0],[109,49,111,10,2,0,0,0],[116,87,116,92,2,0,0,0],[116,95,116,100,0,0,0,0],[117,92,117,97,2,0,0,0],[117,100,117,105,0,0,0,0],[119,86,119,91,2,0,0,0],[119,94,119,99,0,0,0,0],[120,91,120,96,2,0,0,0],[120,99,120,104,0,0,0,0],[125,74,125,89,2,0,0,0],[125,92,125,105,0,0,0,0],[127,80,127,95,2,0,0,0],[127,98,127,111,0,0,0,0],[129,70,129,83,2,0,0,0],[129,86,129,101,0,0,0,0],[130,12,130,50,2,0,0,0],[130,51,132,10,0,0,0,0],[136,67,136,72,2,0,0,0],[136,75,136,80,0,0,0,0],[137,78,137,83,2,0,0,0],[137,86,137,91,0,0,0,0],[138,63,138,68,2,0,0,0],[138,71,138,76,0,0,0,0],[141,12,141,42,2,0,0,0],[141,43,146,10,0,0,0,0],[143,57,145,14,0,0,0,0],[145,14,146,10,0,0,0,0],[152,12,152,33,2,0,0,0],[152,34,155,10,1,0,0,0],[155,16,159,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10runInstall33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[163,46,203,6,0,0,0,0],[170,44,170,53,0,0,0,0],[170,56,170,64,0,0,0,0],[173,53,175,10,0,0,0,0],[177,12,177,45,0,0,0,0],[177,46,182,10,0,0,0,0],[179,49,181,14,0,0,0,0],[181,14,182,10,0,0,0,0],[184,12,184,43,0,0,0,0],[184,44,194,10,0,0,0,0],[186,50,193,14,0,0,0,0],[187,47,187,52,0,0,0,0],[187,55,187,60,0,0,0,0],[190,45,192,18,0,0,0,0],[193,14,194,10,0,0,0,0],[196,12,196,26,0,0,0,0],[196,27,199,10,0,0,0,0],[199,16,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV9runRepair33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[206,45,251,6,0,0,0,0],[209,12,209,37,0,0,0,0],[209,38,212,10,0,0,0,0],[212,10,251,6,0,0,0,0],[218,44,218,53,0,0,0,0],[218,56,218,64,0,0,0,0],[221,53,223,10,0,0,0,0],[225,12,225,45,0,0,0,0],[225,46,230,10,0,0,0,0],[227,49,229,14,0,0,0,0],[229,14,230,10,0,0,0,0],[232,12,232,43,0,0,0,0],[232,44,242,10,0,0,0,0],[234,50,241,14,0,0,0,0],[235,47,235,52,0,0,0,0],[235,55,235,60,0,0,0,0],[238,45,240,18,0,0,0,0],[241,14,242,10,0,0,0,0],[244,12,244,26,0,0,0,0],[244,27,247,10,0,0,0,0],[247,16,250,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV17attemptFastRepair33_80AED5650AEBE077AB516B46B4A2ECBDLLSbyYaF","regions":[[253,52,271,6,0,0,0,0],[258,30,261,10,0,0,0,0],[261,10,271,6,0,0,0,0],[264,12,264,33,0,0,0,0],[264,34,267,10,0,0,0,0],[267,16,270,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaF","regions":[[274,66,310,6,2,0,0,0],[278,19,278,63,1,0,0,0],[278,66,278,109,1,0,0,0],[284,12,284,32,2,0,0,0],[284,33,288,10,0,0,0,0],[290,12,290,43,2,0,0,0],[290,44,301,10,0,0,0,0],[292,50,299,14,0,0,0,0],[293,47,293,52,0,0,0,0],[293,55,293,60,0,0,0,0],[296,45,298,18,0,0,0,0],[299,14,301,10,0,0,0,0],[303,12,303,26,2,0,0,0],[303,27,306,10,1,0,0,0],[306,16,309,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaFySSXEfU_","regions":[[286,33,286,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaFSSyKXEfu_","regions":[[307,68,307,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10runInspect33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[313,46,345,6,0,0,0,0],[324,71,324,76,0,0,0,0],[324,79,324,84,0,0,0,0],[327,16,327,27,0,0,0,0],[328,9,336,14,0,0,0,0],[331,16,331,37,0,0,0,0],[331,38,336,14,0,0,0,0],[333,44,335,18,0,0,0,0],[335,18,336,14,0,0,0,0],[337,9,339,87,0,0,0,0],[340,10,344,17,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10formatDate33_80AED5650AEBE077AB516B46B4A2ECBDLLySS10Foundation0G0VF","regions":[[349,53,354,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV14formatConflict33_80AED5650AEBE077AB516B46B4A2ECBDLLySS0aB10WizardCore06SystemG0OF","regions":[[356,71,369,6,0,0,0,0],[357,16,357,24,0,0,0,0],[358,9,359,72,0,0,0,0],[360,9,361,54,0,0,0,0],[362,9,363,89,0,0,0,0],[364,9,365,64,0,0,0,0],[366,9,367,49,0,0,0,0],[368,10,369,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV19printIssuesIfNeeded33_80AED5650AEBE077AB516B46B4A2ECBDLL3foryAA13SystemContextV_tF","regions":[[371,66,382,6,2,0,0,0],[373,36,373,46,1,0,0,0],[373,46,382,6,1,0,0,0],[376,29,381,10,1,0,0,0],[377,41,377,47,1,0,0,0],[377,50,377,58,0,0,0,0],[378,42,380,14,1,0,0,0],[381,10,382,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12deriveIssues33_80AED5650AEBE077AB516B46B4A2ECBDLL4fromSayAA12ContextIssueAELLVGAA06SystemP0V_tF","regions":[[384,78,438,6,2,0,0,0],[387,12,387,58,2,0,0,0],[387,59,394,10,0,0,0,0],[395,12,395,57,2,0,0,0],[395,58,402,10,0,0,0,0],[403,12,403,46,2,0,0,0],[403,47,410,10,0,0,0,0],[411,12,411,39,2,0,0,0],[411,40,418,10,0,0,0,0],[419,12,419,35,2,0,0,0],[419,36,426,10,1,0,0,0],[427,12,427,42,2,0,0,0],[427,43,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12deriveIssues33_80AED5650AEBE077AB516B46B4A2ECBDLL4fromSayAA12ContextIssueAELLVGAA06SystemP0V_tFAH0aB10WizardCore0R8ConflictOXEfU_","regions":[[429,61,434,18,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvg","regions":[[448,29,451,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu_","regions":[[449,38,449,52,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu0_","regions":[[449,56,449,81,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu1_","regions":[[449,85,449,103,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu2_","regions":[[450,16,450,39,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB13CLIEntrypointO11runIfNeeded9argumentss5Int32VSgSaySSG_tYaFZ","regions":[[17,73,29,6,0,0,0,0],[18,40,20,10,0,0,0,0],[20,10,28,51,0,0,0,0],[23,56,25,10,0,0,0,0],[25,10,28,51,0,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV2id10Foundation4UUIDVvpfi","regions":[[6,27,6,34,33,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV4keys11captureMode9timestampACSayAA0A5PressVG_AA07CaptureH0O10Foundation4DateVtcfC","regions":[[11,87,15,6,33,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvg","regions":[[18,38,27,6,3,0,0,0],[19,16,19,27,3,0,0,0],[20,9,21,44,0,0,0,0],[22,9,23,44,3,0,0,0],[24,9,25,65,0,0,0,0],[26,10,27,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSyKXEfu_","regions":[[21,42,21,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSyKXEfu0_","regions":[[23,42,23,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSAA0A5PressVcfu1_","regions":[[25,22,25,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV20technicalDescriptionSSvg","regions":[[30,45,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV20technicalDescriptionSSvgSSAA0A5PressVcfu_","regions":[[31,40,31,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV7isEmptySbvg","regions":[[36,30,38,6,0,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV04baseA09modifiers9timestamp7keyCodeACSS_AA11ModifierSetV10Foundation4DateVs5Int64VtcfC","regions":[[48,100,53,6,33,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV13displayStringSSvg","regions":[[56,38,159,6,3,0,0,0],[59,12,59,40,3,0,0,0],[59,41,59,60,0,0,0,0],[60,12,60,39,3,0,0,0],[60,40,60,59,0,0,0,0],[61,12,61,38,3,0,0,0],[61,39,61,58,0,0,0,0],[62,12,62,40,3,0,0,0],[62,41,62,60,0,0,0,0],[65,41,65,61,3,0,0,0],[67,9,68,18,0,0,0,0],[69,9,70,18,0,0,0,0],[71,9,72,18,0,0,0,0],[73,9,74,18,0,0,0,0],[75,9,76,17,0,0,0,0],[77,9,78,18,0,0,0,0],[80,9,81,20,0,0,0,0],[82,9,83,18,0,0,0,0],[84,9,85,18,0,0,0,0],[86,9,87,18,0,0,0,0],[88,9,89,18,0,0,0,0],[90,9,91,18,0,0,0,0],[93,9,94,18,0,0,0,0],[95,9,96,18,0,0,0,0],[97,9,98,18,0,0,0,0],[99,9,100,18,0,0,0,0],[102,9,103,18,0,0,0,0],[104,9,105,18,0,0,0,0],[106,9,107,18,0,0,0,0],[108,9,109,18,0,0,0,0],[111,9,113,33,0,0,0,0],[115,9,116,19,0,0,0,0],[117,9,118,19,0,0,0,0],[119,9,120,19,0,0,0,0],[121,9,122,19,0,0,0,0],[123,9,124,19,0,0,0,0],[125,9,126,18,0,0,0,0],[127,9,128,18,0,0,0,0],[129,9,130,18,0,0,0,0],[131,9,132,18,0,0,0,0],[133,9,134,18,0,0,0,0],[135,9,136,18,0,0,0,0],[137,9,138,20,0,0,0,0],[139,9,140,20,0,0,0,0],[141,9,142,19,0,0,0,0],[144,9,145,18,0,0,0,0],[146,9,147,18,0,0,0,0],[148,9,149,35,0,0,0,0],[151,9,152,40,0,0,0,0],[153,9,155,64,3,0,0,0],[155,34,155,54,3,0,0,0],[155,57,155,64,0,0,0,0],[156,10,158,22,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV20technicalDescriptionSSvg","regions":[[162,45,181,6,0,0,0,0],[165,12,165,40,0,0,0,0],[165,41,165,68,0,0,0,0],[166,12,166,39,0,0,0,0],[166,40,166,66,0,0,0,0],[167,12,167,38,0,0,0,0],[167,39,167,64,0,0,0,0],[168,12,168,40,0,0,0,0],[168,41,168,68,0,0,0,0],[172,12,172,28,0,0,0,0],[172,29,174,10,0,0,0,0],[174,45,177,10,0,0,0,0],[177,16,180,10,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV8rawValueACs5UInt8V_tcfC","regions":[[188,34,190,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV12cgEventFlagsACSo07CGEventI0V_tcfC","regions":[[198,45,207,6,0,0,0,0],[201,12,201,47,0,0,0,0],[201,48,201,78,0,0,0,0],[202,12,202,49,0,0,0,0],[202,50,202,79,0,0,0,0],[203,12,203,45,0,0,0,0],[203,46,203,74,0,0,0,0],[204,12,204,47,0,0,0,0],[204,48,204,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV12hasModifiersSbvg","regions":[[210,35,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO11displayNameSSvg","regions":[[221,36,227,6,0,0,0,0],[222,16,222,20,0,0,0,0],[223,9,223,31,0,0,0,0],[224,9,224,30,0,0,0,0],[225,9,225,35,0,0,0,0],[226,10,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO6symbolSSvg","regions":[[229,31,235,6,0,0,0,0],[230,16,230,20,0,0,0,0],[231,9,231,28,0,0,0,0],[232,9,232,27,0,0,0,0],[233,9,233,30,0,0,0,0],[234,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO11descriptionSSvg","regions":[[237,36,243,6,0,0,0,0],[238,16,238,20,0,0,0,0],[239,9,239,45,0,0,0,0],[240,9,240,62,0,0,0,0],[241,9,241,60,0,0,0,0],[242,10,243,6,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC24startEmergencyMonitoring8callbackyyyc_tF","regions":[[9,67,43,6,24,0,0,0],[10,43,10,53,0,0,0,0],[10,53,43,6,24,0,0,0],[13,12,13,42,24,0,0,0],[13,43,17,10,24,0,0,0],[17,10,43,6,0,0,0,0],[25,12,25,36,0,0,0,0],[25,37,29,10,0,0,0,0],[36,12,36,52,0,0,0,0],[36,53,40,10,0,0,0,0],[40,10,43,6,0,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC23stopEmergencyMonitoringyyF","regions":[[45,36,60,6,25,0,0,0],[46,42,46,52,25,0,0,0],[46,52,60,6,0,0,0,0],[51,48,54,10,0,0,0,0],[56,40,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22setupEmergencyEventTapyyF","regions":[[62,35,86,6,0,0,0,0],[78,53,81,10,0,0,0,0],[81,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22setupEmergencyEventTapyyFs9UnmanagedVySo10CGEventRefaGSgs13OpaquePointerV_So0L4TypeVAHSvSgtcfU_","regions":[[70,23,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC20handleEmergencyEvent5event4typeySo10CGEventRefa_So0L4TypeVtF","regions":[[88,66,116,6,0,0,0,0],[96,12,96,28,0,0,0,0],[96,29,113,10,0,0,0,0],[100,16,100,52,0,0,0,0],[103,13,112,14,0,0,0,0],[113,19,113,33,0,0,0,0],[113,34,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC20handleEmergencyEvent5event4typeySo10CGEventRefa_So0L4TypeVtFyyYbScMYccfU_","regions":[[106,42,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyF","regions":[[10,28,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyFy10Foundation12NotificationVYbcfU_","regions":[[17,11,30,10,0,0,0,0],[18,33,18,43,0,0,0,0],[18,43,30,10,0,0,0,0],[24,18,24,28,0,0,0,0],[24,28,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[25,18,29,14,0,0,0,0],[27,45,27,55,0,0,0,0],[27,55,29,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC09handleTcpA11InputValues7keyName6actionySS_SStF","regions":[[36,67,81,6,0,0,0,0],[37,32,37,42,0,0,0,0],[37,42,81,6,0,0,0,0],[57,67,64,10,0,0,0,0],[58,16,58,48,0,0,0,0],[60,13,63,14,0,0,0,0],[63,14,64,10,0,0,0,0],[64,10,81,6,0,0,0,0],[69,12,69,35,0,0,0,0],[69,74,77,10,0,0,0,0],[71,16,71,29,0,0,0,0],[71,30,73,14,0,0,0,0],[73,20,75,14,0,0,0,0],[77,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC03tcpa6NameToA4Codeys5Int64VSSF","regions":[[85,58,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC03tcpa6NameToA4Codeys5Int64VSSFAFyKXEfu_","regions":[[100,48,100,50,0,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11isCapturingSbvpfi","regions":[[18,23,18,28,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12isContinuousSbvpfi","regions":[[19,24,19,29,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14suppressEventsSbvpfi","regions":[[20,39,20,43,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13pauseDurationSdvpfi","regions":[[22,39,22,42,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12anyEventSeenSbvpfi","regions":[[24,24,24,29,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05isTcpF4ModeSbvpfi","regions":[[28,28,28,33,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11captureModeAA0fH0Ovpfi","regions":[[31,36,31,43,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12capturedKeysSayAA0A5PressVGvpfi","regions":[[32,36,32,38,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11chordWindowSdvpfi","regions":[[33,37,33,41,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15sequenceTimeoutSdvpfi","regions":[[34,41,34,44,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11dedupWindowSdvpfi","regions":[[42,37,42,41,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC18currentTapLocationSo07CGEventhI0Vvpfi","regions":[[43,50,43,68,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC015pressedModifierA5CodesShys5Int64VGvpfi","regions":[[44,47,44,49,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14useEventRouterSbvpfi","regions":[[51,39,51,44,29,0,0,0]]},{"branches":[],"count":1034,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22fastProbeKanataRunning7timeoutSbSd_tF","regions":[[61,71,63,6,1034,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14setEventRouter_13kanataManageryAA0hI0CSg_AA18RuntimeCoordinatorCSgtF","regions":[[68,91,73,6,0,0,0,0],[72,68,72,77,0,0,0,0],[72,80,72,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC17enableEventRouteryyF","regions":[[76,37,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC18disableEventRouteryyF","regions":[[84,38,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19setActivityObserveryyAA0ehI0_pSgF","regions":[[92,76,96,6,0,0,0,0],[95,75,95,84,0,0,0,0],[95,87,95,97,0,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC21isMonitoringEmergencySbvpfi","regions":[[102,33,102,38,29,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11pressedKeysShys5Int64VGvpfi","regions":[[103,35,103,37,29,0,0,0]]},{"branches":[],"count":1032,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tF","regions":[[105,61,161,6,1032,0,0,0],[106,33,106,43,1,0,0,0],[106,43,161,6,1031,0,0,0],[108,12,108,56,1031,0,0,0],[108,57,122,10,0,0,0,0],[122,10,161,6,1031,0,0,0],[130,12,130,52,1031,0,0,0],[130,53,152,10,0,0,0,0],[137,16,137,47,0,0,0,0],[137,48,147,14,0,0,0,0],[147,20,150,14,0,0,0,0],[152,10,161,6,1031,0,0,0],[155,12,155,36,1031,0,0,0],[155,37,157,10,0,0,0,0],[157,16,160,10,1031,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_","regions":[[109,18,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_yyYacfU_","regions":[[112,32,115,22,0,0,0,0],[113,45,113,55,0,0,0,0],[113,55,115,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_yycfU0_","regions":[[116,31,118,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF16AfterPermissions33_742F3CE2C2E75B1CC18A462D038A659ELL8callbackyySSc_tF","regions":[[163,85,175,6,0,0,0,0],[169,12,169,36,0,0,0,0],[169,37,171,10,0,0,0,0],[171,16,174,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC015startContinuousF08callbackyySSc_tF","regions":[[177,71,217,6,3,0,0,0],[178,33,178,43,0,0,0,0],[178,43,217,6,3,0,0,0],[186,12,186,52,3,0,0,0],[186,53,209,10,0,0,0,0],[193,16,193,47,0,0,0,0],[193,48,204,14,0,0,0,0],[204,20,207,14,0,0,0,0],[209,10,217,6,3,0,0,0],[212,12,212,36,3,0,0,0],[212,37,214,10,0,0,0,0],[214,16,216,10,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctF","regions":[[220,93,283,6,0,0,0,0],[221,33,221,43,0,0,0,0],[221,43,283,6,0,0,0,0],[236,86,236,91,0,0,0,0],[236,94,236,103,0,0,0,0],[242,12,242,31,0,0,0,0],[242,32,250,10,0,0,0,0],[254,12,254,34,0,0,0,0],[254,35,261,10,0,0,0,0],[278,12,278,25,0,0,0,0],[278,26,280,10,0,0,0,0],[280,16,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFSo7NSEventCSgALcfU_","regions":[[245,81,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSEventCcfU0_","regions":[[256,91,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSEventCcfU0_ytSgyYaYbScMYccfU_","regions":[[257,22,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSTimerCYbcfU1_","regions":[[264,92,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSTimerCYbcfU1_yyYaYbScMYccfU_","regions":[[266,18,274,14,0,0,0,0],[267,37,267,47,0,0,0,0],[267,47,274,14,0,0,0,0],[268,20,268,36,0,0,0,0],[268,57,273,18,0,0,0,0],[271,154,271,159,0,0,0,0],[271,162,271,171,0,0,0,0]]},{"branches":[],"count":1034,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC04stopF0yyF","regions":[[285,24,337,6,1034,0,0,0],[286,32,286,42,2,0,0,0],[286,42,337,6,1032,0,0,0],[307,47,310,10,0,0,0,0],[314,25,317,10,0,0,0,0],[319,30,322,10,0,0,0,0],[325,39,328,10,0,0,0,0],[331,42,334,10,0,0,0,0]]},{"branches":[],"count":1034,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tF","regions":[[339,86,423,6,1034,0,0,0],[341,12,341,42,1034,0,0,0],[341,43,345,10,1034,0,0,0],[345,10,423,6,0,0,0,0],[347,62,347,73,0,0,0,0],[347,76,347,87,0,0,0,0],[384,33,415,10,0,0,0,0],[386,106,386,118,0,0,0,0],[386,121,386,133,0,0,0,0],[402,42,410,14,0,0,0,0],[410,48,413,14,0,0,0,0],[415,10,423,6,0,0,0,0],[420,40,420,61,0,0,0,0],[420,64,420,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFs9UnmanagedVySo0T3RefaGSgs13OpaquePointerV_So0T4TypeVALSvSgtcfU_","regions":[[354,23,380,14,0,0,0,0],[355,39,355,79,0,0,0,0],[355,79,380,14,0,0,0,0],[360,20,360,42,0,0,0,0],[360,77,374,18,0,0,0,0],[369,67,371,22,0,0,0,0],[373,53,373,56,0,0,0,0],[373,59,373,90,0,0,0,0],[374,24,379,18,0,0,0,0],[378,53,378,56,0,0,0,0],[378,59,378,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFyyYbScMYccfU0_","regions":[[407,42,407,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFyyYbScMYccfU1_","regions":[[411,42,411,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC06handleA5Event33_742F3CE2C2E75B1CC18A462D038A659ELL_4typeySo10CGEventRefa_So0S4TypeVtF","regions":[[425,70,490,6,0,0,0,0],[426,12,426,33,0,0,0,0],[426,34,429,10,0,0,0,0],[429,10,490,6,0,0,0,0],[431,37,431,47,0,0,0,0],[431,47,490,6,0,0,0,0],[434,12,434,69,0,0,0,0],[434,70,436,10,0,0,0,0],[436,10,490,6,0,0,0,0],[462,67,470,10,0,0,0,0],[463,16,463,48,0,0,0,0],[466,13,469,14,0,0,0,0],[469,14,470,10,0,0,0,0],[470,10,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC06handleA5Event33_742F3CE2C2E75B1CC18A462D038A659ELL_4typeySo10CGEventRefa_So0S4TypeVtFyyYbScMYccfU_","regions":[[474,34,489,10,0,0,0,0],[476,16,476,44,0,0,0,0],[476,88,485,14,0,0,0,0],[479,20,479,38,0,0,0,0],[479,39,481,18,0,0,0,0],[481,24,483,18,0,0,0,0],[485,14,489,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaF","regions":[[492,56,546,6,0,0,0,0],[494,72,494,82,0,0,0,0],[494,82,546,6,0,0,0,0],[497,12,497,53,0,0,0,0],[497,54,500,10,0,0,0,0],[500,10,546,6,0,0,0,0],[521,67,528,10,0,0,0,0],[522,16,522,48,0,0,0,0],[524,13,527,14,0,0,0,0],[527,14,528,10,0,0,0,0],[528,10,546,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaFSbyKXEfu_","regions":[[494,53,494,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaFyyYbScMYccfU_","regions":[[532,34,545,10,0,0,0,0],[533,16,533,44,0,0,0,0],[533,88,542,14,0,0,0,0],[536,20,536,38,0,0,0,0],[536,39,538,18,0,0,0,0],[538,24,540,18,0,0,0,0],[542,14,545,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011handleMediaA5Event33_742F3CE2C2E75B1CC18A462D038A659ELLyySo7NSEventCF","regions":[[550,56,606,6,0,0,0,0],[551,32,551,42,0,0,0,0],[551,42,606,6,0,0,0,0],[552,48,552,58,0,0,0,0],[552,58,606,6,0,0,0,0],[563,30,563,40,0,0,0,0],[563,40,606,6,0,0,0,0],[566,35,566,45,0,0,0,0],[566,45,606,6,0,0,0,0],[584,67,591,10,0,0,0,0],[585,16,585,48,0,0,0,0],[587,13,590,14,0,0,0,0],[590,14,591,10,0,0,0,0],[591,10,606,6,0,0,0,0],[595,12,595,35,0,0,0,0],[595,74,603,10,0,0,0,0],[597,16,597,29,0,0,0,0],[597,30,599,14,0,0,0,0],[599,20,601,14,0,0,0,0],[603,10,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05mediaA12CodeToString33_742F3CE2C2E75B1CC18A462D038A659ELLySSSgSiF","regions":[[609,66,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VF","regions":[[630,48,680,6,0,0,0,0],[631,12,631,45,0,0,0,0],[631,46,633,10,0,0,0,0],[636,16,636,27,0,0,0,0],[637,9,641,26,0,0,0,0],[643,9,663,14,0,0,0,0],[645,91,648,14,0,0,0,0],[648,20,651,14,0,0,0,0],[665,9,678,14,0,0,0,0],[679,10,680,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU_","regions":[[661,94,663,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[662,22,662,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU0_","regions":[[676,101,678,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[677,22,677,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC014isModifierOnlyA5Press33_742F3CE2C2E75B1CC18A462D038A659ELLySbAA0aJ0VF","regions":[[682,71,684,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC014isModifierOnlyA5Press33_742F3CE2C2E75B1CC18A462D038A659ELLySbAA0aJ0VFSbyKXEfu_","regions":[[683,39,683,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22removeModifierOnlyKeys33_742F3CE2C2E75B1CC18A462D038A659ELL8matchingyAA0H3SetV_tF","regions":[[686,74,693,6,0,0,0,0],[687,43,687,53,0,0,0,0],[687,53,693,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22removeModifierOnlyKeys33_742F3CE2C2E75B1CC18A462D038A659ELL8matchingyAA0H3SetV_tFSbAA0A5PressVXEfU_","regions":[[688,32,692,10,0,0,0,0],[690,72,690,88,0,0,0,0],[690,88,691,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011modifierForA4Code33_742F3CE2C2E75B1CC18A462D038A659ELLyAA11ModifierSetVSgs5Int64VF","regions":[[695,71,708,6,0,0,0,0],[696,16,696,23,0,0,0,0],[697,9,698,19,0,0,0,0],[699,9,700,21,0,0,0,0],[701,9,702,20,0,0,0,0],[703,9,704,21,0,0,0,0],[705,9,706,16,0,0,0,0],[707,10,708,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011modifierForA033_742F3CE2C2E75B1CC18A462D038A659ELLyAA11ModifierSetVSgSSF","regions":[[710,68,723,6,0,0,0,0],[711,16,711,36,0,0,0,0],[712,9,713,19,0,0,0,0],[714,9,715,21,0,0,0,0],[716,9,717,20,0,0,0,0],[718,9,719,21,0,0,0,0],[720,9,721,16,0,0,0,0],[722,10,723,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13completeChord33_742F3CE2C2E75B1CC18A462D038A659ELLyyF","regions":[[725,34,731,6,0,0,0,0],[726,42,726,52,0,0,0,0],[726,52,731,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC16completeSequence33_742F3CE2C2E75B1CC18A462D038A659ELLyyF","regions":[[733,37,739,6,0,0,0,0],[734,42,734,52,0,0,0,0],[734,52,739,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyF","regions":[[741,28,752,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyFySo7NSTimerCYbcfU_","regions":[[746,92,751,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyFySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[748,18,750,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15keyCodeToString33_742F3CE2C2E75B1CC18A462D038A659ELLySSs5Int64VF","regions":[[754,62,792,6,0,0,0,0],[787,42,789,10,0,0,0,0],[789,16,791,10,0,0,0,0]]},{"branches":[],"count":1041,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC37checkAccessibilityPermissionsSilentlySbyF","regions":[[795,58,798,6,1041,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC28requestPermissionsExplicitlyyyF","regions":[[801,41,807,6,1,0,0,0],[804,9,806,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV2id4name12manufacturer3url10maintainer4tags11infoJsonURLACSS_S2SSgA2KSaySSG10Foundation0O0VtcfC","regions":[[22,7,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV2id4name12manufacturer3url10maintainer4tags11infoJsonURLACSS_S2SSgA2KSaySSG10Foundation0O0VtcfcAOSgSSXEfU_","regions":[[26,32,26,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfC","regions":[[37,7,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfcAMSgSSXEfU_","regions":[[41,32,41,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfcSaySSGyKXEfu_","regions":[[43,39,43,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV11onLeftArrow0h5RightJ00H6EscapeACyyc_yycyycSgtcfC","regions":[[12,7,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tF","regions":[[18,46,38,6,0,0,0,0],[19,38,34,10,0,0,0,0],[34,16,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU_","regions":[[21,41,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU0_","regions":[[25,42,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU1_","regions":[[29,38,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16_showImportSheet33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[10,42,10,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV15_refreshTrigger33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVy10Foundation4UUIDVGvpfi","regions":[[11,41,11,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16qmkSearchEnabled33_6A37A03DB3D415AAA696FE13EFD041C0LLSbvpfP","regions":[[14,6,14,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV17_qmkSearchEnabled33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI0C7StorageVySbGvpfi","regions":[[14,87,14,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV021_hasScrolledToInitialF033_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[17,56,17,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV11_searchText33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySSGvpfi","regions":[[20,37,20,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16_searchKeyboards33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySayAA0E8MetadataVGGvpfi","regions":[[22,62,22,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV12_isSearching33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[23,38,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV14groupedLayouts33_6A37A03DB3D415AAA696FE13EFD041C0LLSayAA14LayoutCategoryO8category_SayAA08PhysicalS0VG7layoutstGvg","regions":[[28,89,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV7columns33_6A37A03DB3D415AAA696FE13EFD041C0LLSay7SwiftUI0G4ItemVGvpfi","regions":[[33,27,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16selectedLayoutId6isDark16scrollToCategoryAC7SwiftUI7BindingVySSG_SbAIyAA0jP0OSgGtcfC","regions":[[38,120,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV7layouts16selectedLayoutId6isDarkACSayAA08PhysicalK0VG_7SwiftUI7BindingVySSGSbtcfC","regions":[[47,88,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvg","regions":[[56,25,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvg7SwiftUI05TupleH0VyAC9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvpQOy_Qo_Sg_AE19_ConditionalContentVyAE0H0PAEE2idyQrqd__SHRd__lFQOyAC0m7ResultsH0AILLQrvpQOy_Qo__10Foundation4UUIDVQo_AC06layoutgH0AILLQrvpQOy_Qo_GtGyXEfU_","regions":[[57,28,70,10,0,0,0,0],[59,16,59,32,0,0,0,0],[59,33,61,14,0,0,0,0],[61,14,70,10,0,0,0,0],[64,16,64,32,0,0,0,0],[64,54,67,14,0,0,0,0],[67,20,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgAA14QMKImportSheetVycfU0_","regions":[[71,47,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgAA14QMKImportSheetVycfU0_yycfU_","regions":[[74,35,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgySS_SStcfU1_","regions":[[80,35,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgySS_SStcfU1_yyYacfU_","regions":[[85,31,90,14,0,0,0,0],[87,20,87,37,0,0,0,0],[87,38,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[96,38,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_","regions":[[97,28,123,10,0,0,0,0],[111,16,111,35,0,0,0,0],[111,36,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_yyScMYccfU_","regions":[[112,24,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_AVyXEfU0_","regions":[[114,26,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[130,46,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_","regions":[[131,15,178,10,0,0,0,0],[132,16,132,27,0,0,0,0],[132,28,142,14,0,0,0,0],[142,47,153,14,0,0,0,0],[153,23,153,46,0,0,0,0],[153,47,163,14,0,0,0,0],[163,20,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A19_yXEfU_","regions":[[133,24,140,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A33_yXEfU0_","regions":[[143,36,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A44_yXEfU1_","regions":[[154,36,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_","regions":[[164,28,176,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_","regions":[[165,44,174,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_A57_A54_cfU_","regions":[[166,50,173,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_A57_A54_cfU_yycfU_","regions":[[169,43,171,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[183,43,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_","regions":[[184,26,224,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_","regions":[[185,24,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_","regions":[[186,58,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_SbA3_A4__A7_A8_t_tXEfU_","regions":[[187,51,187,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_SbA3_A4__A7_A8_t_tXEfU_SbyKXEfu_","regions":[[187,79,187,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_A13_A3_A4__A7_A8_t_tcfU0_","regions":[[187,121,197,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_","regions":[[202,45,211,14,0,0,0,0],[203,47,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_yyYacfU_","regions":[[204,26,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_yyYacfU_yyXEfU_","regions":[[206,66,208,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_","regions":[[212,23,223,14,0,0,0,0],[214,59,214,69,0,0,0,0],[214,69,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_yyYacfU_","regions":[[217,22,222,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_yyYacfU_yyXEfU_","regions":[[219,62,221,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaF","regions":[[229,53,246,6,0,0,0,0],[233,12,239,10,0,0,0,0],[234,86,239,10,0,0,0,0],[239,17,245,10,0,0,0,0],[245,10,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaFyyYbScMYcXEfU_","regions":[[235,33,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaFyyYbScMYcXEfU0_","regions":[[240,33,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVF","regions":[[248,63,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_","regions":[[249,14,292,10,0,0,0,0],[250,16,287,14,0,0,0,0],[252,104,287,14,0,0,0,0],[256,22,258,18,0,0,0,0],[258,18,287,14,0,0,0,0],[265,18,287,14,0,0,0,0],[287,21,291,14,0,0,0,0],[291,14,292,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_S2SXEfU_","regions":[[268,79,268,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_SSyKXEfu_","regions":[[268,98,268,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_yyYbScMYcXEfU0_","regions":[[279,37,286,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_yyYbScMYcXEfU1_","regions":[[288,37,290,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV7columnsSay7SwiftUI8GridItemVGvpfi","regions":[[305,27,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV10showHeaderSbvg","regions":[[310,34,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[314,25,385,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_","regions":[[315,50,384,10,0,0,0,0],[317,16,317,26,0,0,0,0],[317,27,347,14,0,0,0,0],[347,14,384,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_","regions":[[318,24,343,18,0,0,0,0],[328,24,328,43,0,0,0,0],[328,44,342,22,0,0,0,0],[342,22,343,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_yyScMYccfU_","regions":[[329,32,331,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_A24_yXEfU0_","regions":[[331,34,339,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_A24_yXEfU0_A20_yXEfU_","regions":[[332,48,337,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_","regions":[[350,54,383,14,0,0,0,0],[378,20,378,39,0,0,0,0],[378,57,382,18,0,0,0,0],[382,18,383,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_","regions":[[351,34,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU_","regions":[[357,23,360,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU0_","regions":[[360,33,373,22,0,0,0,0],[361,28,361,58,0,0,0,0],[361,59,372,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU0_yyYacfU_","regions":[[362,34,371,30,0,0,0,0],[366,36,366,65,0,0,0,0],[366,66,368,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_yycfU0_","regions":[[379,54,381,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[397,37,397,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV23_showDeleteConfirmation7SwiftUI5StateVySbGvpfi","regions":[[398,49,398,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11imageHeight12CoreGraphics7CGFloatVvpfi","regions":[[401,40,401,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV6layout10isSelected0Q4Dark0Q6Custom8onSelect0U6DeleteAdA14PhysicalLayoutV_S3byycyycSgtcfC","regions":[[410,7,417,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[419,25,497,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgyyScMYccfU_","regions":[[420,24,426,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_","regions":[[426,12,461,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_A46_yXEfU_","regions":[[427,32,459,14,0,0,0,0],[453,66,453,75,0,0,0,0],[453,78,453,85,0,0,0,0],[454,51,454,59,0,0,0,0],[454,62,454,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_A46_yXEfU_A29_yXEfU_","regions":[[429,24,448,18,0,0,0,0],[440,24,440,34,0,0,0,0],[440,35,443,22,0,0,0,0],[443,22,448,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU1_","regions":[[465,18,470,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU1_yyXEfU_","regions":[[467,55,469,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_","regions":[[473,22,482,10,0,0,0,0],[474,16,474,24,0,0,0,0],[474,42,481,14,0,0,0,0],[481,14,482,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_yyScMYccfU_","regions":[[475,44,477,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_AQyXEfU0_","regions":[[477,26,479,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_","regions":[[487,11,494,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_yyScMYccfU_","regions":[[488,50,490,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_yyScMYccfU0_","regions":[[492,45,492,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4TextVyXEfU4_","regions":[[494,20,496,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11shadowColor7SwiftUI0Q0Vvg","regions":[[501,36,509,6,0,0,0,0],[502,12,502,22,0,0,0,0],[502,23,504,10,0,0,0,0],[504,19,504,29,0,0,0,0],[504,30,506,10,0,0,0,0],[506,16,508,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[511,39,519,6,0,0,0,0],[512,12,512,22,0,0,0,0],[512,23,514,10,0,0,0,0],[514,19,514,29,0,0,0,0],[514,30,516,10,0,0,0,0],[516,16,518,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV7shadowY12CoreGraphics7CGFloatVvg","regions":[[521,34,529,6,0,0,0,0],[522,12,522,22,0,0,0,0],[522,23,524,10,0,0,0,0],[524,19,524,29,0,0,0,0],[524,30,526,10,0,0,0,0],[526,16,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV13keyboardImageQrvg","regions":[[532,42,556,6,0,0,0,0],[545,9,550,10,0,0,0,0],[550,16,555,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV13keyboardImageQrvg10Foundation3URLVSgyKXEfu_","regions":[[538,14,541,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV14cardBackgroundQrvg","regions":[[558,49,572,6,0,0,0,0],[559,12,559,22,0,0,0,0],[559,23,563,10,0,0,0,0],[561,52,561,56,0,0,0,0],[561,59,561,63,0,0,0,0],[563,19,563,29,0,0,0,0],[563,30,567,10,0,0,0,0],[565,46,565,50,0,0,0,0],[565,53,565,57,0,0,0,0],[567,16,571,10,0,0,0,0],[569,46,569,50,0,0,0,0],[569,53,569,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[580,37,580,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11imageHeight12CoreGraphics7CGFloatVvpfi","regions":[[582,40,582,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[584,25,619,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_","regions":[[585,34,610,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_","regions":[[586,32,608,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_A35_yXEfU_","regions":[[587,24,606,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_A35_yXEfU_A32_yXEfU_","regions":[[597,40,604,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU0_","regions":[[614,18,618,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[615,55,617,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11shadowColor7SwiftUI0Q0Vvg","regions":[[621,36,623,6,0,0,0,0],[622,22,622,47,0,0,0,0],[622,50,622,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[625,39,627,6,0,0,0,0],[626,22,626,23,0,0,0,0],[626,26,626,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV7shadowY12CoreGraphics7CGFloatVvg","regions":[[629,34,631,6,0,0,0,0],[630,22,630,23,0,0,0,0],[630,26,630,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV14cardBackgroundQrvg","regions":[[633,49,637,6,0,0,0,0],[635,42,635,68,0,0,0,0],[635,56,635,60,0,0,0,0],[635,63,635,67,0,0,0,0],[635,71,635,97,0,0,0,0],[635,85,635,89,0,0,0,0],[635,92,635,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV18accessibilityLabelSSvg","regions":[[654,44,663,6,0,0,0,0],[656,53,658,10,0,0,0,0],[659,12,659,34,0,0,0,0],[659,35,661,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[665,25,697,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_","regions":[[666,34,693,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_","regions":[[667,50,689,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A2_yXEfU_","regions":[[668,57,679,18,0,0,0,0],[674,65,678,22,0,0,0,0],[678,22,679,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A13_yXEfU0_","regions":[[684,36,688,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A13_yXEfU0_A12_SScfU_","regions":[[685,66,687,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SearchTagBadge33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[706,25,716,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SearchTagBadge33_6A37A03DB3D415AAA696FE13EFD041C0LLV8tagColor7SwiftUI0Q0Vvg","regions":[[718,33,726,6,0,0,0,0],[719,16,719,32,0,0,0,0],[720,9,720,28,0,0,0,0],[721,9,721,42,0,0,0,0],[722,9,722,29,0,0,0,0],[723,9,723,29,0,0,0,0],[724,9,724,28,0,0,0,0],[725,10,726,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZ","regions":[[19,42,68,6,0,0,0,0],[37,88,40,10,0,0,0,0],[40,10,67,22,0,0,0,0],[47,31,63,10,0,0,0,0],[53,99,62,14,0,0,0,0],[56,20,56,27,0,0,0,0],[56,46,59,18,0,0,0,0],[59,27,59,43,0,0,0,0],[59,44,61,18,0,0,0,0],[61,18,62,14,0,0,0,0],[62,14,63,10,0,0,0,0],[63,10,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZSiyKXEfu_","regions":[[49,101,49,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZAFyKXEfu0_","regions":[[65,43,65,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZAFyKXEfu0_AFyKXEfu1_","regions":[[65,62,65,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO08keyboardF9FromIOKit33_8C30228472FF841F83E939A72E8D1146LLyAC0eF0OSiFZ","regions":[[72,76,88,6,0,0,0,0],[77,16,77,20,0,0,0,0],[78,9,79,18,0,0,0,0],[80,9,81,17,0,0,0,0],[82,9,83,17,0,0,0,0],[84,9,86,40,0,0,0,0],[86,24,86,29,0,0,0,0],[86,32,86,40,0,0,0,0],[87,10,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO19recommendedLayoutIdSSyFZ","regions":[[91,49,100,6,0,0,0,0],[92,16,92,24,0,0,0,0],[93,9,94,26,0,0,0,0],[95,9,96,26,0,0,0,0],[97,9,98,46,0,0,0,0],[99,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14startCapturingyyF","regions":[[6,27,35,6,0,0,0,0],[7,33,10,10,0,0,0,0],[10,10,35,6,0,0,0,0],[13,12,13,42,0,0,0,0],[13,43,16,10,0,0,0,0],[16,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyF","regions":[[37,26,87,6,0,0,0,0],[38,32,38,42,0,0,0,0],[38,42,87,6,0,0,0,0],[53,44,56,10,0,0,0,0],[58,48,61,10,0,0,0,0],[63,49,66,10,0,0,0,0],[68,48,71,10,0,0,0,0],[73,47,76,10,0,0,0,0],[78,51,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyFyScTyyts5NeverOGXEfU_","regions":[[47,44,47,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyFyScTyyts5NeverOGXEfU0_","regions":[[50,46,50,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC9isPressedySbAA08PhysicalA0VF","regions":[[89,48,91,6,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20isLauncherModeActiveSbvg","regions":[[12,36,14,6,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC018oneShotHighlightedA5CodesShys6UInt16VGvg","regions":[[30,49,38,6,0,0,0,0],[32,48,36,10,0,0,0,0],[33,79,35,14,0,0,0,0],[36,10,37,21,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC04hjklA5CodesShys6UInt16VGvpZfiAFSgSSXEfU_","regions":[[44,21,44,48,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC04hjklA5CodesShys6UInt16VGvpZfiyAGz_AFtXEfU0_","regions":[[45,38,45,55,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvg","regions":[[49,41,62,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_","regions":[[51,41,58,10,2,0,0,0],[52,63,52,76,1,0,0,0],[52,76,57,59,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_SbAFXEfU_","regions":[[53,45,56,14,4,0,0,0],[54,60,54,76,0,0,0,0],[54,76,55,43,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_yAGz_AFtXEfU0_","regions":[[57,42,57,59,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016effectivePressedA5CodesShys6UInt16VGvg","regions":[[67,47,70,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16startIdleMonitoryyF","regions":[[11,29,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16startIdleMonitoryyFyyYacfU_","regions":[[15,32,49,10,0,0,0,0],[16,33,16,43,0,0,0,0],[16,43,49,10,0,0,0,0],[17,19,17,36,0,0,0,0],[17,37,48,14,0,0,0,0],[25,20,25,38,0,0,0,0],[25,39,30,18,0,0,0,0],[27,24,27,39,0,0,0,0],[27,40,27,58,0,0,0,0],[28,24,28,43,0,0,0,0],[28,44,28,66,0,0,0,0],[30,18,48,14,0,0,0,0],[39,20,39,46,0,0,0,0],[39,47,41,18,0,0,0,0],[45,20,45,50,0,0,0,0],[45,51,47,18,0,0,0,0],[48,14,49,10,0,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15noteInteractionyyF","regions":[[53,28,57,6,58,0,0,0],[55,12,55,27,58,0,0,0],[55,28,55,46,0,0,0,0],[56,12,56,31,58,0,0,0],[56,32,56,54,0,0,0,0]]},{"branches":[],"count":63,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20noteTcpEventReceivedyyF","regions":[[60,33,66,6,63,0,0,0],[62,12,62,30,63,0,0,0],[62,31,65,10,26,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23checkTcpConnectionStateyyF","regions":[[69,36,84,6,0,0,0,0],[70,53,77,10,0,0,0,0],[72,16,72,33,0,0,0,0],[72,34,75,14,0,0,0,0],[77,10,84,6,0,0,0,0],[80,12,80,42,0,0,0,0],[80,62,83,10,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13OverlayTimingO16holdReleaseGraceSdvgZ","regions":[[12,51,14,10,16,0,0,0],[13,46,13,47,16,0,0,0],[13,50,13,54,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13OverlayTimingO22keyReleaseFadeDurationSdvgZ","regions":[[18,57,20,10,16,0,0,0],[19,46,19,47,16,0,0,0],[19,50,19,54,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05startA7FadeOutyys6UInt16VF","regions":[[24,45,52,6,16,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05startA7FadeOutyys6UInt16VFyyYacfU_","regions":[[33,25,49,10,16,0,0,0],[34,37,44,14,230,0,0,0],[35,46,38,18,5,0,0,0],[38,18,44,14,225,0,0,0],[44,14,49,10,11,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06cancelA7FadeOutyys6UInt16VF","regions":[[55,46,59,6,31,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyF","regions":[[6,40,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_","regions":[[7,14,11,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_SbAA04RuleK0VXEfU_","regions":[[9,55,9,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_SbyKXEfu_","regions":[[9,120,9,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23updateTapHoldIdleLabels4fromySayAA14RuleCollectionVG_tF","regions":[[16,70,27,6,0,0,0,0],[18,66,25,10,0,0,0,0],[19,83,19,95,0,0,0,0],[19,95,25,10,0,0,0,0],[21,92,21,104,0,0,0,0],[21,104,25,10,0,0,0,0],[22,67,24,14,0,0,0,0],[25,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23updateTapHoldIdleLabels4fromySayAA14RuleCollectionVG_tFSSSgyKXEfu_","regions":[[20,54,20,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25tapHoldOutputDisplayLabelySSSgSSFZ","regions":[[31,72,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15preloadAllIconsyyF","regions":[[37,28,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15preloadAllIconsyyFyyYacfU_","regions":[[38,14,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC9setLayoutyyAA08PhysicalJ0VF","regions":[[13,49,18,6,0,0,0,0],[14,46,14,56,0,0,0,0],[14,56,18,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11updateLayeryySSF","regions":[[23,43,50,6,7,0,0,0],[38,12,38,30,7,0,0,0],[38,49,40,10,3,0,0,0],[40,19,40,38,4,0,0,0],[40,56,42,10,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyF","regions":[[53,33,91,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_","regions":[[54,14,90,10,3,0,0,0],[60,18,63,14,0,0,0,0],[63,14,90,10,3,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[58,69,58,115,48,0,0,0]]},{"branches":[],"count":72,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SbAA0J7MappingVXEfU0_","regions":[[67,58,83,14,72,0,0,0],[68,46,68,62,0,0,0,0],[68,62,82,28,72,0,0,0],[71,47,71,62,30,0,0,0],[71,62,82,28,42,0,0,0],[74,67,80,18,42,0,0,0],[76,24,76,36,42,0,0,0],[76,37,78,22,3,0,0,0],[80,18,82,28,0,0,0,0]]},{"branches":[],"count":69,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SS_AA0J7MappingVtAFXEfU1_","regions":[[86,59,86,88,69,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC02isC9Installed4name8bundleIdSbSS_SSSgtFZ","regions":[[94,73,113,6,42,0,0,0],[96,102,98,10,39,0,0,0],[98,10,112,21,3,0,0,0],[102,12,102,62,3,0,0,0],[102,63,104,10,0,0,0,0],[104,10,112,21,3,0,0,0],[108,12,108,67,3,0,0,0],[108,68,110,10,0,0,0,0],[110,10,112,21,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19rebuildLayerMappingyyF","regions":[[116,32,118,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSF","regions":[[122,65,207,6,8,0,0,0],[127,12,127,42,8,0,0,0],[127,43,134,10,8,0,0,0],[134,10,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_","regions":[[139,29,206,10,0,0,0,0],[140,33,140,43,0,0,0,0],[140,43,206,10,0,0,0,0],[142,16,200,14,0,0,0,0],[160,18,200,14,0,0,0,0],[164,59,166,18,0,0,0,0],[166,18,200,14,0,0,0,0],[197,58,199,18,0,0,0,0],[199,18,200,14,0,0,0,0],[200,21,205,14,0,0,0,0],[205,14,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_SbAA14RuleCollectionVcfu_","regions":[[149,61,149,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_SsAA14RuleCollectionVXEfU_","regions":[[152,109,152,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_yyYbScMYcXEfU0_","regions":[[184,37,192,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_yyYbScMYcXEfU1_","regions":[[202,37,204,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19buildRemapOutputMap4fromSDys6UInt16VAGGSDyAgA05LayerA4InfoVG_tF","regions":[[213,88,225,6,0,0,0,0],[215,45,223,10,0,0,0,0],[219,18,221,14,0,0,0,0],[221,14,223,10,0,0,0,0],[223,10,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25augmentWithPushMsgActions7mapping11customRules15ruleCollections16currentLayerNameSDys6UInt16VAA0tA4InfoVGAM_SayAA10CustomRuleVGSayAA0Y10CollectionVGSStF","regions":[[240,33,333,6,0,0,0,0],[248,70,278,10,0,0,0,0],[255,60,258,14,0,0,0,0],[258,14,278,10,0,0,0,0],[260,51,277,14,0,0,0,0],[263,117,265,18,0,0,0,0],[265,24,276,18,0,0,0,0],[268,80,275,22,0,0,0,0],[269,67,269,89,0,0,0,0],[269,92,269,113,0,0,0,0],[277,14,278,10,0,0,0,0],[278,10,332,25,0,0,0,0],[281,54,316,10,0,0,0,0],[287,54,289,14,0,0,0,0],[289,14,316,10,0,0,0,0],[293,95,295,14,0,0,0,0],[295,20,315,14,0,0,0,0],[301,82,306,18,0,0,0,0],[306,83,314,18,0,0,0,0],[308,63,308,85,0,0,0,0],[308,88,308,109,0,0,0,0],[316,10,332,25,0,0,0,0],[323,48,330,10,0,0,0,0],[325,50,329,14,0,0,0,0],[330,10,332,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18attachCollectionId33_366EB9B76DD506FD95C35D6FC2FE9D1DLL_4fromAA05LayerA4InfoVAH_AHtFZ","regions":[[339,23,354,6,0,0,0,0],[341,54,341,69,0,0,0,0],[341,69,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18attachCollectionId33_366EB9B76DD506FD95C35D6FC2FE9D1DLL_4fromAA05LayerA4InfoVAH_AHtFZ10Foundation4UUIDVSgyKXEfu_","regions":[[340,57,340,74,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZ","regions":[[381,108,405,6,3,0,0,0],[385,14,387,10,1,0,0,0],[387,10,405,6,2,0,0,0],[392,16,392,23,2,0,0,0],[393,9,394,55,1,0,0,0],[395,9,398,78,1,0,0,0],[399,9,400,85,0,0,0,0],[401,9,403,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZSSyKXEfu_","regions":[[397,47,397,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZSSyKXEfu0_","regions":[[403,53,403,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24systemActionDisplayLabelyS2SFZ","regions":[[408,82,427,6,1,0,0,0],[409,16,409,35,1,0,0,0],[410,9,411,29,0,0,0,0],[412,9,413,24,1,0,0,0],[414,9,415,24,0,0,0,0],[416,9,417,30,0,0,0,0],[418,9,419,24,0,0,0,0],[420,9,421,34,0,0,0,0],[422,9,423,19,0,0,0,0],[424,9,425,31,0,0,0,0],[426,10,427,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05mediaA12DisplayLabelySSSgSSFZ","regions":[[431,82,443,6,0,0,0,0],[432,16,432,38,0,0,0,0],[433,9,433,37,0,0,0,0],[434,9,434,49,0,0,0,0],[435,9,435,33,0,0,0,0],[436,9,436,45,0,0,0,0],[437,9,437,28,0,0,0,0],[438,9,438,32,0,0,0,0],[439,9,439,34,0,0,0,0],[440,9,440,38,0,0,0,0],[441,9,441,21,0,0,0,0],[442,10,443,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC07extractC16LaunchIdentifier4fromSSSgSS_tFZ","regions":[[448,88,459,6,3,0,0,0],[454,14,456,10,1,0,0,0],[456,10,458,64,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20extractUrlIdentifier4fromSSSgSS_tFZ","regions":[[464,82,475,6,3,0,0,0],[470,14,472,10,1,0,0,0],[472,10,474,64,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyF","regions":[[478,36,487,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyFSSyKXEfu_","regions":[[480,152,480,157,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyFyyYacfU_","regions":[[481,14,486,10,1,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016suppressedOutputA5CodesShys6UInt16VGvg","regions":[[15,47,26,6,51,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016suppressedOutputA5CodesShys6UInt16VGvgyAGz_AFtXEfU_","regions":[[16,58,25,10,6,0,0,0],[18,62,20,14,2,0,0,0],[22,68,24,14,5,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC021suppressedRemapOutputA5CodesShys6UInt16VGvg","regions":[[32,52,38,6,51,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC021suppressedRemapOutputA5CodesShys6UInt16VGvgyAGz_AFtXEfU_","regions":[[33,63,37,10,22,0,0,0],[34,65,36,14,0,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC017activeRemapSourceA5CodesShys6UInt16VGvg","regions":[[41,48,43,6,51,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStF","regions":[[45,92,62,6,51,0,0,0],[51,12,51,56,51,0,0,0],[51,73,59,10,0,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStFSbyKXEfu_","regions":[[49,51,49,66,47,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStFSbyKXEfu0_","regions":[[49,70,49,89,47,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyF","regions":[[12,34,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[17,11,26,10,0,0,0,0],[18,33,18,43,0,0,0,0],[18,43,26,10,0,0,0,0],[21,18,21,28,0,0,0,0],[21,28,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[23,18,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyF","regions":[[31,38,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[36,11,41,10,0,0,0,0],[37,33,37,43,0,0,0,0],[37,43,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[38,18,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyF","regions":[[46,39,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[51,11,60,10,0,0,0,0],[52,33,52,43,0,0,0,0],[52,43,60,10,0,0,0,0],[55,18,55,28,0,0,0,0],[55,28,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[57,18,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyF","regions":[[65,38,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[70,11,79,10,0,0,0,0],[71,33,71,43,0,0,0,0],[71,43,79,10,0,0,0,0],[74,18,74,28,0,0,0,0],[74,28,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[76,18,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyF","regions":[[84,37,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[89,11,96,10,0,0,0,0],[90,33,90,43,0,0,0,0],[90,43,96,10,0,0,0,0],[91,83,91,93,0,0,0,0],[91,93,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[93,18,95,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyF","regions":[[101,41,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[106,11,116,10,0,0,0,0],[107,33,107,43,0,0,0,0],[107,43,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[108,18,115,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyF","regions":[[121,33,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[126,11,133,10,0,0,0,0],[127,33,127,43,0,0,0,0],[127,43,133,10,0,0,0,0],[128,87,128,97,0,0,0,0],[128,97,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[130,18,132,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyF","regions":[[138,36,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyFySSSgcfU_","regions":[[141,19,146,14,0,0,0,0],[142,37,142,47,0,0,0,0],[142,47,146,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyFySSSgcfU_yyYacfU_","regions":[[143,22,145,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06handleC13ContextChange8bundleIdySSSg_tYaF","regions":[[151,58,160,6,0,0,0,0],[153,51,153,61,0,0,0,0],[153,61,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06handleC13ContextChange8bundleIdySSSg_tYaFSSyKXEfu_","regions":[[156,86,156,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaF","regions":[[164,104,199,6,0,0,0,0],[165,54,165,72,0,0,0,0],[165,72,198,27,0,0,0,0],[173,17,175,10,0,0,0,0],[175,10,198,27,0,0,0,0],[179,45,196,10,0,0,0,0],[181,82,184,14,0,0,0,0],[184,14,196,10,0,0,0,0],[196,10,198,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaFSbAA0C6KeymapVXEfU_","regions":[[171,52,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaFSbAA0C6KeymapVXEfU_SbyKXEfu_","regions":[[172,56,172,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22formatOutputForDisplayyS2SF","regions":[[202,61,221,6,0,0,0,0],[207,12,207,30,0,0,0,0],[207,31,209,10,0,0,0,0],[209,10,220,36,0,0,0,0],[212,12,212,34,0,0,0,0],[212,35,217,10,0,0,0,0],[214,16,214,41,0,0,0,0],[214,42,214,59,0,0,0,0],[214,59,216,25,0,0,0,0],[215,16,215,44,0,0,0,0],[215,45,215,61,0,0,0,0],[215,61,216,25,0,0,0,0],[217,10,220,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22handleOneShotActivated9modifiersySS_tF","regions":[[225,52,233,6,0,0,0,0],[229,25,231,10,0,0,0,0],[231,10,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22handleOneShotActivated9modifiersySS_tFSSSsXEfU_","regions":[[228,56,228,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21clearOneShotModifiersyyF","regions":[[236,34,240,6,0,0,0,0],[237,52,237,62,0,0,0,0],[237,62,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSF","regions":[[244,47,314,6,0,0,0,0],[247,12,247,38,0,0,0,0],[247,39,273,10,0,0,0,0],[251,57,254,14,0,0,0,0],[254,14,272,19,0,0,0,0],[273,10,314,6,0,0,0,0],[276,12,276,42,0,0,0,0],[276,43,301,10,0,0,0,0],[279,16,279,32,0,0,0,0],[279,33,283,14,0,0,0,0],[283,14,300,19,0,0,0,0],[290,37,296,14,0,0,0,0],[291,68,293,18,0,0,0,0],[293,24,295,18,0,0,0,0],[296,14,300,19,0,0,0,0],[301,10,314,6,0,0,0,0],[305,12,305,39,0,0,0,0],[305,40,311,10,0,0,0,0],[311,10,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFyyYacfU_","regions":[[265,44,270,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSbSJXEfU0_","regions":[[286,56,286,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSbSJXEfU0_SbyKXEfu_","regions":[[286,71,286,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSSSsXEfU1_","regions":[[287,22,287,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStF","regions":[[317,59,377,6,1,0,0,0],[319,64,322,10,0,0,0,0],[322,10,377,6,1,0,0,0],[325,12,325,27,1,0,0,0],[325,28,328,10,1,0,0,0],[333,12,333,26,1,0,0,0],[333,27,376,10,0,0,0,0],[334,68,337,14,0,0,0,0],[337,14,376,10,0,0,0,0],[339,117,343,14,0,0,0,0],[343,14,376,10,0,0,0,0],[348,16,348,53,0,0,0,0],[348,54,351,14,0,0,0,0],[351,14,376,10,0,0,0,0],[376,10,377,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFSSyKXEfu_","regions":[[330,103,330,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_","regions":[[354,27,375,14,0,0,0,0],[355,37,355,47,0,0,0,0],[355,47,375,14,0,0,0,0],[356,20,369,18,0,0,0,0],[361,22,369,18,0,0,0,0],[361,23,368,22,0,0,0,0],[369,25,374,18,0,0,0,0],[374,18,375,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_yyYbScMYcXEfU_","regions":[[362,45,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_yyYbScMYcXEfU0_","regions":[[370,41,373,22,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18handleTapActivated3key6actionySS_SStF","regions":[[381,58,417,6,4,0,0,0],[383,70,386,10,1,0,0,0],[386,10,417,6,3,0,0,0],[390,12,390,27,3,0,0,0],[390,28,414,10,2,0,0,0],[391,69,411,14,2,0,0,0],[393,20,393,65,2,0,0,0],[393,66,395,18,2,0,0,0],[411,20,413,14,0,0,0,0],[414,16,416,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18handleTapActivated3key6actionySS_SStFyyYacfU_","regions":[[404,59,408,18,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZ","regions":[[421,78,463,6,1,0,0,0],[428,12,428,95,1,0,0,0],[428,96,430,10,1,0,0,0],[430,10,462,47,0,0,0,0],[434,12,434,35,0,0,0,0],[434,36,436,10,0,0,0,0],[436,10,462,47,0,0,0,0],[439,12,439,80,0,0,0,0],[439,81,441,10,0,0,0,0],[441,10,462,47,0,0,0,0],[442,12,442,79,0,0,0,0],[442,80,444,10,0,0,0,0],[444,10,462,47,0,0,0,0],[445,12,445,102,0,0,0,0],[445,103,447,10,0,0,0,0],[447,10,462,47,0,0,0,0],[448,12,448,81,0,0,0,0],[448,82,450,10,0,0,0,0],[450,10,462,47,0,0,0,0],[453,12,453,94,0,0,0,0],[453,95,456,10,0,0,0,0],[454,101,454,103,0,0,0,0],[454,106,454,108,0,0,0,0],[456,10,462,47,0,0,0,0],[459,12,459,28,0,0,0,0],[459,29,461,10,0,0,0,0],[461,10,462,47,0,0,0,0],[462,33,462,38,0,0,0,0],[462,41,462,47,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSSSshYbcfu_","regions":[[427,68,427,79,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu0_","regions":[[428,41,428,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu1_","regions":[[439,36,439,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu2_","regions":[[439,60,439,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu3_","regions":[[442,36,442,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu4_","regions":[[442,60,442,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu5_","regions":[[445,36,445,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu6_","regions":[[445,60,445,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu7_","regions":[[445,83,445,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu8_","regions":[[448,36,448,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu9_","regions":[[448,60,448,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu10_","regions":[[453,57,453,94,0,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStF","regions":[[466,57,608,6,51,0,0,0],[467,64,470,10,0,0,0,0],[470,10,608,6,51,0,0,0],[477,12,477,29,51,0,0,0],[477,63,484,10,0,0,0,0],[481,16,481,29,0,0,0,0],[481,30,483,14,0,0,0,0],[494,15,494,62,0,0,0,0],[495,15,495,20,51,0,0,0],[497,12,497,56,51,0,0,0],[499,9,509,10,0,0,0,0],[511,16,511,22,51,0,0,0],[512,9,542,14,35,0,0,0],[514,16,514,31,35,0,0,0],[514,32,517,14,8,0,0,0],[519,16,519,46,35,0,0,0],[519,47,523,14,0,0,0,0],[526,16,526,30,35,0,0,0],[526,31,528,14,4,0,0,0],[528,14,542,14,31,0,0,0],[534,16,534,52,31,0,0,0],[534,53,537,14,0,0,0,0],[537,20,542,14,31,0,0,0],[539,79,541,18,0,0,0,0],[543,9,598,104,16,0,0,0],[547,16,547,31,16,0,0,0],[547,32,557,14,3,0,0,0],[549,20,549,50,3,0,0,0],[549,51,551,18,3,0,0,0],[551,24,556,18,0,0,0,0],[559,16,559,46,16,0,0,0],[559,47,568,14,0,0,0,0],[572,16,572,30,16,0,0,0],[572,31,580,14,0,0,0,0],[580,14,598,104,16,0,0,0],[599,9,600,18,0,0,0,0],[601,10,608,6,47,0,0,0],[603,12,603,25,47,0,0,0],[603,26,607,10,10,0,0,0]]},{"branches":[],"count":49,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSbyKXEfu_","regions":[[489,16,489,61,49,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSbs6UInt16VAE_AH5valuet_tXEfU_","regions":[[498,59,498,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyyYacfU0_","regions":[[552,26,555,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyyYacfU1_","regions":[[563,65,567,18,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyycfU2_","regions":[[585,41,594,14,16,0,0,0],[586,37,586,47,0,0,0,0],[586,47,594,14,16,0,0,0],[588,20,588,46,16,0,0,0],[588,47,592,18,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSSyKXEfu0_","regions":[[605,168,605,173,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21simulateHoldActivated3key6actionySS_SStF","regions":[[12,61,14,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20simulateTapActivated3key6actionySS_SStF","regions":[[17,60,19,6,4,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC011simulateTcpA5Input3key6actionySS_SStF","regions":[[22,59,24,6,51,0,0,0]]},{"branches":[],"count":87,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC012kanataNameToA4Codeys6UInt16VSgSSFZ","regions":[[28,76,86,6,87,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC08_pressedA5Codes33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[14,51,14,53,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC7_layout33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyAA14PhysicalLayoutVGvpfi","regions":[[15,45,15,55,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11_fadeAmount33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[17,42,17,43,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15_deepFadeAmount33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[19,46,19,47,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15_keyFadeAmounts33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16V12CoreGraphics7CGFloatVGGvpfi","regions":[[21,56,21,59,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12fadeOutTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[23,53,23,56,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17_currentLayerName33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySSGvpfi","regions":[[28,47,28,53,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_isLoadingLayerMap33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[30,46,30,51,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06_layerA3Map33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VAA05LayerA4InfoVGGvpfi","regions":[[37,58,37,61,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11_holdLabels33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[40,51,40,54,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_tapHoldIdleLabels33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[42,58,42,61,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010holdActiveA5CodesShys6UInt16VGvpfi","regions":[[46,43,46,45,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12_customIcons33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[49,52,49,55,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14iconClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[53,55,53,58,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC015_customEmphasisA5Codes33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[56,58,56,60,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17_launcherMappings33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDySSAA15LauncherMappingVGGvpfi","regions":[[62,66,62,69,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22_isTypingSoundsEnabled33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[67,50,67,55,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_isKanataConnected33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[73,46,73,51,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20tcpConnectionTimeoutSdvpfi","regions":[[79,46,79,49,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23_activeOneShotModifiers33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShySSGGvpfi","regions":[[85,58,85,60,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19resolvingHoldLabelsShys6UInt16VGvpfi","regions":[[88,44,88,46,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14holdLabelCacheSDys6UInt16VSS5label_10Foundation4DateV9timestamptGvpfi","regions":[[90,70,90,73,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17holdLabelCacheTTLSdvpfi","regions":[[92,43,92,44,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18holdClearWorkItemsSDys6UInt16V8Dispatch0nK4ItemCGvpfi","regions":[[94,58,94,61,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23dynamicTapHoldOutputMapSDys6UInt16VShyAFGGvpfi","regions":[[101,58,101,61,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16recentTapOutputsShys6UInt16VGvpfi","regions":[[106,41,106,43,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19tapOutputClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[109,60,109,63,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20activeTapHoldSourcesShys6UInt16VGvpfi","regions":[[113,45,113,47,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14remapOutputMapSDys6UInt16VAFGvpfi","regions":[[120,44,120,47,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC017recentRemapSourceA5CodesShys6UInt16VGvpfi","regions":[[123,50,123,52,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21remapSourceClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[125,62,125,65,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05layerA6MapperAA05LayeraJ0Cvpfi","regions":[[151,26,151,42,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11isCapturingSbvpfi","regions":[[157,23,157,28,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15lastInteraction10Foundation4DateVvpfi","regions":[[159,33,159,40,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11idleTimeoutSdvpfi","regions":[[161,37,161,39,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15deepFadeTimeoutSdvpfi","regions":[[162,41,162,43,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12deepFadeRampSdvpfi","regions":[[163,38,163,39,32,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16idlePollIntervalSdvpfi","regions":[[164,42,164,46,32,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV9fontScale12CoreGraphics7CGFloatVvpfi","regions":[[37,30,37,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV14verticalOffset12CoreGraphics7CGFloatVvpfi","regions":[[40,35,40,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV8forLabelyACSSFZ","regions":[[50,65,77,6,0,0,0,0],[51,16,51,21,0,0,0,0],[53,9,53,77,0,0,0,0],[54,9,54,77,0,0,0,0],[55,9,55,74,0,0,0,0],[57,9,57,59,0,0,0,0],[58,9,58,59,0,0,0,0],[60,9,60,53,0,0,0,0],[61,9,61,53,0,0,0,0],[62,9,62,84,0,0,0,0],[64,9,64,58,0,0,0,0],[65,9,65,59,0,0,0,0],[66,9,66,54,0,0,0,0],[67,9,67,53,0,0,0,0],[68,9,68,53,0,0,0,0],[69,9,69,54,0,0,0,0],[71,9,71,59,0,0,0,0],[72,9,72,55,0,0,0,0],[73,9,73,78,0,0,0,0],[74,9,74,53,0,0,0,0],[75,9,75,26,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V10layoutRoleAA012KeycapLayoutG0Ovg","regions":[[115,38,164,6,0,0,0,0],[119,12,119,51,0,0,0,0],[119,52,121,10,0,0,0,0],[121,10,163,25,0,0,0,0],[124,12,124,25,0,0,0,0],[124,26,126,10,0,0,0,0],[126,10,163,25,0,0,0,0],[130,12,130,29,0,0,0,0],[130,47,132,10,0,0,0,0],[132,10,163,25,0,0,0,0],[136,12,136,29,0,0,0,0],[136,30,138,10,0,0,0,0],[138,10,163,25,0,0,0,0],[141,12,141,57,0,0,0,0],[141,58,143,10,0,0,0,0],[143,10,163,25,0,0,0,0],[149,12,149,60,0,0,0,0],[149,61,151,10,0,0,0,0],[151,10,163,25,0,0,0,0],[154,12,154,24,0,0,0,0],[154,25,160,10,0,0,0,0],[156,16,156,25,0,0,0,0],[156,26,158,14,0,0,0,0],[158,14,159,34,0,0,0,0],[160,10,163,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V10layoutRoleAA012KeycapLayoutG0OvgSbyKXEfu_","regions":[[149,47,149,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V011isRightSideA0Sbvg","regions":[[167,30,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV03forE0yACSSFZ","regions":[[188,60,233,6,0,0,0,0],[191,48,191,95,0,0,0,0],[191,98,191,103,0,0,0,0],[193,16,193,26,0,0,0,0],[195,9,195,61,0,0,0,0],[196,9,196,62,0,0,0,0],[197,9,197,62,0,0,0,0],[198,9,198,59,0,0,0,0],[199,9,199,65,0,0,0,0],[200,9,200,59,0,0,0,0],[202,9,202,63,0,0,0,0],[203,9,203,62,0,0,0,0],[204,9,204,63,0,0,0,0],[206,9,206,61,0,0,0,0],[207,9,207,59,0,0,0,0],[209,9,209,57,0,0,0,0],[210,9,210,57,0,0,0,0],[211,9,211,57,0,0,0,0],[212,9,212,57,0,0,0,0],[213,9,213,57,0,0,0,0],[214,9,214,57,0,0,0,0],[215,9,215,57,0,0,0,0],[216,9,216,57,0,0,0,0],[217,9,217,57,0,0,0,0],[218,9,218,57,0,0,0,0],[220,9,220,57,0,0,0,0],[221,9,221,57,0,0,0,0],[222,9,222,57,0,0,0,0],[223,9,223,57,0,0,0,0],[224,9,224,58,0,0,0,0],[225,9,225,57,0,0,0,0],[226,9,226,57,0,0,0,0],[227,9,227,58,0,0,0,0],[228,9,228,57,0,0,0,0],[229,9,229,57,0,0,0,0],[230,9,230,57,0,0,0,0],[231,9,231,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV03forE0yACSSFZSsyKXEfu_","regions":[[191,92,191,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV8sfSymbol03forA4CodeSSSgs6UInt16V_tFZ","regions":[[236,65,252,6,0,0,0,0],[237,16,237,23,0,0,0,0],[238,9,238,28,0,0,0,0],[239,9,239,28,0,0,0,0],[240,9,240,37,0,0,0,0],[241,9,241,36,0,0,0,0],[242,9,242,23,0,0,0,0],[243,9,243,24,0,0,0,0],[244,9,244,28,0,0,0,0],[245,9,245,30,0,0,0,0],[246,9,246,28,0,0,0,0],[247,9,247,34,0,0,0,0],[248,9,248,35,0,0,0,0],[249,9,249,35,0,0,0,0],[250,9,250,21,0,0,0,0],[251,10,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV8sfSymbol09forOutputE0SSSgSS_tFZ","regions":[[259,67,281,6,0,0,0,0],[269,69,271,10,0,0,0,0],[271,10,281,6,0,0,0,0],[275,16,275,26,0,0,0,0],[276,9,276,52,0,0,0,0],[277,9,277,51,0,0,0,0],[278,9,278,49,0,0,0,0],[279,9,279,28,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC11serviceName33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[10,31,10,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceCACyc33_4D4CB9379E9DE9F9B7C19C86D7216D18Llfc","regions":[[12,20,12,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15tcpTokenAccount33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[16,35,16,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC13storeTCPTokenyySSKF","regions":[[19,60,40,6,0,0,0,0],[35,44,37,10,0,0,0,0],[37,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC13storeTCPTokenyySSKF10Foundation4DataVyKXEfu_","regions":[[20,53,20,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC16retrieveTCPTokenSSSgyKF","regions":[[43,59,68,6,0,0,0,0],[55,12,55,40,0,0,0,0],[55,41,57,10,0,0,0,0],[57,10,67,21,0,0,0,0],[62,14,64,10,0,0,0,0],[64,10,67,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC14deleteTCPTokenyyKF","regions":[[71,46,84,6,0,0,0,0],[79,76,81,10,0,0,0,0],[81,10,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC14deleteTCPTokenyyKFSbyKXEfu_","regions":[[79,42,79,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC11hasTCPTokenSbvg","regions":[[87,27,93,6,0,0,0,0],[88,12,90,10,0,0,0,0],[89,42,89,49,0,0,0,0],[90,17,92,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC19claudeAPIKeyAccount33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[97,39,97,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKF","regions":[[102,62,125,6,0,0,0,0],[120,44,122,10,0,0,0,0],[122,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKFSbyXEfu_","regions":[[103,16,103,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKFSSyXEfu0_","regions":[[103,30,103,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKF10Foundation4DataVyKXEfu1_","regions":[[105,49,105,55,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC20retrieveClaudeAPIKeySSSgyF","regions":[[129,56,153,6,4,0,0,0],[141,12,141,40,4,0,0,0],[141,41,143,10,4,0,0,0],[143,10,152,19,0,0,0,0],[148,14,150,10,0,0,0,0],[150,10,152,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18deleteClaudeAPIKeyyyKF","regions":[[157,50,170,6,0,0,0,0],[165,76,167,10,0,0,0,0],[167,10,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18deleteClaudeAPIKeyyyKFSbyKXEfu_","regions":[[165,42,165,70,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15hasClaudeAPIKeySbvg","regions":[[173,31,175,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC30hasClaudeAPIKeyFromEnvironmentSbvg","regions":[[178,46,183,6,2,0,0,0],[179,99,181,10,2,0,0,0],[181,10,182,21,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC017hasClaudeAPIKeyInE0Sbvg","regions":[[186,41,188,6,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15getClaudeAPIKeySSSgyF","regions":[[193,51,201,6,5,0,0,0],[195,99,197,10,5,0,0,0],[197,10,200,38,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC21getClaudeAPIKeyStaticSSSgyFZ","regions":[[205,64,238,6,1,0,0,0],[207,99,209,10,1,0,0,0],[209,10,237,19,0,0,0,0],[226,12,226,40,0,0,0,0],[226,41,228,10,0,0,0,0],[228,10,237,19,0,0,0,0],[233,14,235,10,0,0,0,0],[235,10,237,19,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC12sessionCache33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSDySS10Foundation4DateVGvpfi","regions":[[243,48,243,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18cacheSessionExpiry9sessionId10expiryDateySS_10Foundation0M0VtF","regions":[[245,66,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC16getSessionExpiry9sessionId10Foundation4DateVSgSS_tF","regions":[[249,55,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17clearSessionCacheyyF","regions":[[253,30,256,6,0,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO16generateMappings2to18includePunctuationSayAA0aF0VGAA07LogicalE0V_SbtFZ","regions":[[24,23,67,6,26,0,0,0],[26,63,28,10,2,0,0,0],[28,10,66,24,24,0,0,0],[34,57,45,10,720,0,0,0],[35,75,35,87,0,0,0,0],[35,87,45,10,720,0,0,0],[38,16,38,42,720,0,0,0],[38,43,44,14,467,0,0,0],[45,10,66,24,24,0,0,0],[48,12,48,30,24,0,0,0],[48,31,64,10,16,0,0,0],[50,68,63,14,28,0,0,0],[52,108,54,18,0,0,0,0],[54,18,63,14,28,0,0,0],[56,20,56,46,28,0,0,0],[56,47,62,18,20,0,0,0],[63,14,64,10,16,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO16generateMappings2to18includePunctuationSayAA0aF0VGAA07LogicalE0V_SbtFZSSSgyKXEfu_","regions":[[52,72,52,102,28,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO014punctuationForA4Code33_96862273611D1A2C4A35C52E8C435E17LLySSSgs6UInt16VFZ","regions":[[70,77,82,6,28,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO18generateCollection3for18includePunctuationAA04RuleI0VSgSS_SbtFZ","regions":[[90,26,117,6,4,0,0,0],[91,66,93,10,1,0,0,0],[93,10,116,10,3,0,0,0],[96,56,98,10,1,0,0,0],[98,10,116,10,2,0,0,0],[102,38,104,10,0,0,0,0],[104,10,116,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit010Kinesis360A3MapO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[14,85,116,6,0,0,0,0],[15,16,15,26,0,0,0,0],[18,9,18,31,0,0,0,0],[19,9,19,31,0,0,0,0],[20,9,20,31,0,0,0,0],[21,9,21,31,0,0,0,0],[22,9,22,31,0,0,0,0],[23,9,23,31,0,0,0,0],[24,9,24,37,0,0,0,0],[26,9,26,37,0,0,0,0],[27,9,27,32,0,0,0,0],[28,9,28,32,0,0,0,0],[29,9,29,32,0,0,0,0],[30,9,30,32,0,0,0,0],[31,9,31,32,0,0,0,0],[32,9,32,32,0,0,0,0],[35,9,35,33,0,0,0,0],[36,9,36,31,0,0,0,0],[37,9,37,31,0,0,0,0],[38,9,38,31,0,0,0,0],[39,9,39,31,0,0,0,0],[40,9,40,31,0,0,0,0],[41,9,41,25,0,0,0,0],[43,9,43,32,0,0,0,0],[44,9,44,32,0,0,0,0],[45,9,45,32,0,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,32,0,0,0,0],[48,9,48,33,0,0,0,0],[49,9,49,26,0,0,0,0],[52,9,52,33,0,0,0,0],[53,9,53,30,0,0,0,0],[54,9,54,30,0,0,0,0],[55,9,55,30,0,0,0,0],[56,9,56,30,0,0,0,0],[57,9,57,30,0,0,0,0],[58,9,58,25,0,0,0,0],[60,9,60,33,0,0,0,0],[61,9,61,33,0,0,0,0],[63,9,63,34,0,0,0,0],[64,9,64,34,0,0,0,0],[66,9,66,31,0,0,0,0],[67,9,67,32,0,0,0,0],[68,9,68,32,0,0,0,0],[69,9,69,32,0,0,0,0],[70,9,70,32,0,0,0,0],[71,9,71,32,0,0,0,0],[72,9,72,26,0,0,0,0],[75,9,75,33,0,0,0,0],[76,9,76,30,0,0,0,0],[77,9,77,30,0,0,0,0],[78,9,78,30,0,0,0,0],[79,9,79,30,0,0,0,0],[80,9,80,31,0,0,0,0],[82,9,82,33,0,0,0,0],[84,9,84,34,0,0,0,0],[86,9,86,32,0,0,0,0],[87,9,87,32,0,0,0,0],[88,9,88,32,0,0,0,0],[89,9,89,32,0,0,0,0],[90,9,90,32,0,0,0,0],[91,9,91,34,0,0,0,0],[94,9,94,36,0,0,0,0],[95,9,95,31,0,0,0,0],[96,9,96,33,0,0,0,0],[97,9,97,34,0,0,0,0],[98,9,98,34,0,0,0,0],[100,9,100,35,0,0,0,0],[101,9,101,35,0,0,0,0],[102,9,102,34,0,0,0,0],[104,9,104,34,0,0,0,0],[105,9,105,35,0,0,0,0],[106,9,106,36,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[110,9,110,32,0,0,0,0],[111,9,111,32,0,0,0,0],[112,9,112,37,0,0,0,0],[113,9,114,16,0,0,0,0],[115,10,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV19_showBrowserHistory33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVySbGvpfi","regions":[[15,45,15,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15_showAddMapping33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVySbGvpfi","regions":[[17,41,17,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV22_localHyperTriggerMode33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVyAA0ijK0OGvpfi","regions":[[21,66,21,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15existingDomains33_D437058C26138D6193755706B2F60834LLShySSGvg","regions":[[23,46,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15existingDomains33_D437058C26138D6193755706B2F60834LLShySSGvgSSSgAA0E7MappingVXEfU_","regions":[[24,40,29,10,0,0,0,0],[25,55,27,14,0,0,0,0],[27,14,28,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg","regions":[[32,25,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_","regions":[[33,49,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_","regions":[[42,49,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_","regions":[[44,36,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_ySSYbScMYccACYbcfu_","regions":[[48,39,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_ySSYbScMYccACYbcfu_ySSYbScMYccfu0_","regions":[[48,39,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yycfU0_","regions":[[67,35,67,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yAA0E7MappingVcfU1_","regions":[[68,36,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_y10Foundation4UUIDVcfU2_","regions":[[71,38,73,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yA36__A36_tcfU3_","regions":[[76,39,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA025BrowserHistorySuggestionsG0VycfU0_","regions":[[81,50,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA025BrowserHistorySuggestionsG0VycfU0_ySayAA0iJ7ScannerC11VisitedSiteVGcfU_","regions":[[82,77,84,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_","regions":[[86,39,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_SSAIXEfU_","regions":[[89,55,89,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_yAIcfU0_","regions":[[90,25,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_yycfU1_","regions":[[94,27,96,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_","regions":[[99,46,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_AA0eI0VSSXEfU_","regions":[[101,45,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_SSAA0eI0VXEfU0_","regions":[[104,55,104,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_yAA0eI0VcfU1_","regions":[[105,25,109,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_yycfU2_","regions":[[110,27,113,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg","regions":[[120,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_","regions":[[121,49,176,10,0,0,0,0],[152,16,152,51,0,0,0,0],[152,52,171,14,0,0,0,0],[171,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_","regions":[[122,20,135,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_yyScMYccfU_","regions":[[128,32,128,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_A7_yXEfU0_","regions":[[128,63,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A24_yYbcfU0_","regions":[[138,22,138,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yA24_YbcfU1_","regions":[[139,22,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A28_yXEfU2_","regions":[[143,16,146,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A39_yYbcfU3_","regions":[[154,26,154,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yA39_YbcfU4_","regions":[[155,26,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A41_yXEfU5_","regions":[[161,20,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yycfU6_","regions":[[168,27,170,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationDescription33_D437058C26138D6193755706B2F60834LLSSvg","regions":[[179,47,186,6,0,0,0,0],[180,16,180,37,0,0,0,0],[181,9,182,78,0,0,0,0],[183,9,184,63,0,0,0,0],[185,10,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV06handleA7Clicked33_D437058C26138D6193755706B2F60834LLyySSF","regions":[[190,50,201,6,0,0,0,0],[192,108,196,10,0,0,0,0],[196,16,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV06handleA7Clicked33_D437058C26138D6193755706B2F60834LLyySSFSbAA0E7MappingVXEfU_","regions":[[192,63,192,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13updateMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VF","regions":[[203,60,207,6,0,0,0,0],[204,91,204,101,0,0,0,0],[204,101,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13updateMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VFSbAGXEfU_","regions":[[204,61,204,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV10addMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VF","regions":[[209,57,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tF","regions":[[216,42,225,6,0,0,0,0],[222,9,224,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU_","regions":[[217,35,217,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU0_","regions":[[221,41,221,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGF","regions":[[227,82,244,6,0,0,0,0],[232,54,242,10,0,0,0,0],[233,16,233,63,0,0,0,0],[233,64,235,14,0,0,0,0],[235,14,242,10,0,0,0,0],[242,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFSSAA0E7MappingVXEfU_","regions":[[228,48,228,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFSbSSXEfU0_","regions":[[229,74,229,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15normalizeDomain33_D437058C26138D6193755706B2F60834LLyS2SF","regions":[[246,62,252,6,0,0,0,0],[248,12,248,35,0,0,0,0],[248,36,250,10,0,0,0,0],[250,10,251,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV25_isScriptExecutionEnabled7SwiftUI5StateVySbGvpfi","regions":[[273,57,273,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV16selectedKeymapIdSSvpfP","regions":[[274,6,274,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[274,87,274,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV23includePunctuationStoreSSvpfP","regions":[[275,6,275,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[275,109,275,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV10TargetTypeO23requiresScriptExecutionSbvg","regions":[[283,43,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfC","regions":[[293,7,352,6,0,0,0,0],[299,24,340,10,0,0,0,0],[302,20,302,34,0,0,0,0],[303,13,311,54,0,0,0,0],[312,13,320,54,0,0,0,0],[321,13,329,54,0,0,0,0],[330,13,338,62,0,0,0,0],[339,14,340,10,0,0,0,0],[340,16,351,10,0,0,0,0],[351,10,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu_","regions":[[306,61,306,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu0_","regions":[[327,59,327,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu1_","regions":[[338,59,338,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg","regions":[[354,25,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_","regions":[[355,29,505,10,0,0,0,0],[356,35,356,49,0,0,0,0],[356,52,356,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_","regions":[[359,18,489,14,0,0,0,0],[386,20,386,45,0,0,0,0],[386,69,404,18,0,0,0,0],[404,18,489,14,0,0,0,0],[406,24,406,34,0,0,0,0],[407,17,420,84,0,0,0,0],[421,17,424,78,0,0,0,0],[425,17,449,86,0,0,0,0],[437,56,445,22,0,0,0,0],[445,22,449,86,0,0,0,0],[450,17,477,61,0,0,0,0],[464,56,472,22,0,0,0,0],[472,22,477,61,0,0,0,0],[478,18,489,14,0,0,0,0],[484,48,488,18,0,0,0,0],[488,18,489,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_SSyYbcfU_","regions":[[362,26,362,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_ySSYbcfU0_","regions":[[363,26,363,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A31_yXEfU1_","regions":[[370,56,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A31_yXEfU1_A30_A24_cfU_","regions":[[371,62,374,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_yA24__A24_tcfU2_","regions":[[378,43,383,18,0,0,0,0],[380,24,380,56,0,0,0,0],[380,84,382,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_","regions":[[387,40,401,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_A62_yXEfU_","regions":[[390,65,400,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_A62_yXEfU_yyScMYccfU_","regions":[[395,58,397,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU4_","regions":[[408,28,416,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU4_yyScMYccfU_","regions":[[412,45,414,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU5_","regions":[[426,28,434,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU5_yyScMYccfU_","regions":[[430,45,432,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A79_yXEfU6_","regions":[[438,44,444,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A86_yXEfU7_","regions":[[451,28,461,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A86_yXEfU7_yyScMYccfU_","regions":[[456,45,458,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A79_yXEfU8_","regions":[[465,44,471,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_","regions":[[492,20,503,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_yyScMYccfU_","regions":[[493,34,493,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_yyScMYccfU0_","regions":[[499,32,499,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvgyycfU0_","regions":[[508,19,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[512,99,522,10,0,0,0,0],[515,16,515,52,0,0,0,0],[515,53,521,14,0,0,0,0],[518,20,518,29,0,0,0,0],[518,53,520,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7isValidSbvg","regions":[[525,31,527,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15validationErrorSSSgvg","regions":[[529,42,566,6,0,0,0,0],[530,12,530,33,0,0,0,0],[530,34,532,10,0,0,0,0],[532,10,565,19,0,0,0,0],[533,12,533,57,0,0,0,0],[533,58,535,10,0,0,0,0],[535,10,565,19,0,0,0,0],[537,87,539,10,0,0,0,0],[539,19,539,55,0,0,0,0],[539,56,541,10,0,0,0,0],[541,10,565,19,0,0,0,0],[543,16,543,26,0,0,0,0],[544,9,547,14,0,0,0,0],[545,16,545,31,0,0,0,0],[545,32,547,14,0,0,0,0],[548,9,551,14,0,0,0,0],[549,16,549,27,0,0,0,0],[549,28,551,14,0,0,0,0],[552,9,555,14,0,0,0,0],[553,16,553,34,0,0,0,0],[553,35,555,14,0,0,0,0],[556,9,562,14,0,0,0,0],[557,16,557,34,0,0,0,0],[557,35,559,14,0,0,0,0],[559,14,562,14,0,0,0,0],[560,16,560,41,0,0,0,0],[560,42,562,14,0,0,0,0],[563,10,565,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06folderB7WarningSSSgvg","regions":[[569,44,584,6,0,0,0,0],[570,40,570,54,0,0,0,0],[570,54,583,19,0,0,0,0],[575,12,575,92,0,0,0,0],[575,93,577,10,0,0,0,0],[577,10,583,19,0,0,0,0],[579,12,579,34,0,0,0,0],[579,35,581,10,0,0,0,0],[581,10,583,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06scriptB7WarningSSSgvg","regions":[[587,44,606,6,0,0,0,0],[588,40,588,54,0,0,0,0],[588,54,605,19,0,0,0,0],[592,12,592,65,0,0,0,0],[592,66,594,10,0,0,0,0],[594,10,605,19,0,0,0,0],[601,12,601,21,0,0,0,0],[601,37,603,10,0,0,0,0],[603,10,605,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4saveyyF","regions":[[608,25,627,6,0,0,0,0],[609,45,609,55,0,0,0,0],[610,9,611,77,0,0,0,0],[611,62,611,65,0,0,0,0],[611,68,611,76,0,0,0,0],[612,9,613,22,0,0,0,0],[614,9,615,83,0,0,0,0],[615,66,615,69,0,0,0,0],[615,72,615,82,0,0,0,0],[616,9,617,83,0,0,0,0],[617,66,617,69,0,0,0,0],[617,72,617,82,0,0,0,0],[618,10,627,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4saveyyF10Foundation4UUIDVyKXEfu_","regions":[[621,32,621,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV12openSettingsyyF","regions":[[631,33,636,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15browseForFolderyyF","regions":[[640,36,661,6,0,0,0,0],[648,12,648,35,0,0,0,0],[648,57,660,10,0,0,0,0],[651,16,651,49,0,0,0,0],[651,50,653,14,0,0,0,0],[653,20,655,14,0,0,0,0],[657,16,657,34,0,0,0,0],[657,35,659,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15browseForScriptyyF","regions":[[663,36,719,6,0,0,0,0],[678,75,680,10,0,0,0,0],[681,61,683,10,0,0,0,0],[686,61,688,10,0,0,0,0],[689,59,691,10,0,0,0,0],[692,59,694,10,0,0,0,0],[697,59,699,10,0,0,0,0],[700,61,702,10,0,0,0,0],[706,12,706,35,0,0,0,0],[706,57,718,10,0,0,0,0],[709,16,709,49,0,0,0,0],[709,50,711,14,0,0,0,0],[711,20,713,14,0,0,0,0],[715,16,715,34,0,0,0,0],[715,35,717,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV09browseForC0yyF","regions":[[721,33,738,6,0,0,0,0],[730,12,730,35,0,0,0,0],[730,57,737,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV09browseForC0yyFSSyKXEfu_","regions":[[733,64,733,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV010normalizedA0SSvg","regions":[[740,39,742,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV13keyTranslatorAA0e6KeymapN0Vvg","regions":[[744,57,746,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV07displayA0SSvg","regions":[[748,36,750,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06updateA04fromySS_tF","regions":[[752,55,766,6,0,0,0,0],[755,35,758,10,0,0,0,0],[758,10,766,6,0,0,0,0],[759,67,761,10,0,0,0,0],[761,19,761,55,0,0,0,0],[761,56,763,10,0,0,0,0],[763,16,765,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[16,48,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[18,21,18,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[19,21,19,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[23,52,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[25,21,25,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[26,21,26,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[30,51,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[32,21,32,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[33,21,33,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[37,51,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[39,21,39,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[40,21,40,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg","regions":[[43,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_","regions":[[44,49,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A11_yXEfU_","regions":[[46,20,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A37_yXEfU0_","regions":[[66,24,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_","regions":[[67,58,96,18,0,0,0,0],[69,24,69,44,0,0,0,0],[69,45,72,22,0,0,0,0],[72,22,96,18,0,0,0,0],[75,24,75,48,0,0,0,0],[75,49,78,22,0,0,0,0],[78,22,96,18,0,0,0,0],[81,24,81,47,0,0,0,0],[81,48,84,22,0,0,0,0],[84,22,96,18,0,0,0,0],[87,24,87,47,0,0,0,0],[87,48,90,22,0,0,0,0],[90,22,96,18,0,0,0,0],[93,24,93,47,0,0,0,0],[93,48,95,22,0,0,0,0],[95,22,96,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitF","regions":[[111,76,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitF7SwiftUI05TupleG0VyAG4TextV_AG6SpacerVtGyXEfU_","regions":[[112,16,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF","regions":[[123,75,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_","regions":[[124,28,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_","regions":[[125,31,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU_","regions":[[129,31,131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU0_","regions":[[132,29,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU1_","regions":[[135,31,137,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV10emptyState33_F9366C0AF07D68629BD3790719CA7205LLQrvg","regions":[[146,39,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV10emptyState33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineX9AlignmentyQrAF0xZ0OFQOyAX_Qo_tGyXEfU_","regions":[[147,28,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg","regions":[[166,42,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_","regions":[[167,28,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_AWyXEfU_","regions":[[168,42,170,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_","regions":[[176,18,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_yyScMYccfU_","regions":[[177,45,179,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_yyScMYccfU0_","regions":[[181,57,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_AVyXEfU1_","regions":[[184,22,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[205,37,205,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV16selectedKeymapIdSSvpfP","regions":[[206,6,206,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[206,87,206,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV23includePunctuationStoreSSvpfP","regions":[[207,6,207,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[207,109,207,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV13keyTranslatorAA014LauncherKeymapO0Vvg","regions":[[209,57,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV07displayA0SSvg","regions":[[212,36,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg","regions":[[216,25,286,6,0,0,0,0],[267,38,267,55,0,0,0,0],[267,58,267,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyAF0R0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0W0Rd__lFQOyAnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAnFE11aspectRatio_11contentModeQrA__AF0U4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo_AnFE15foregroundColoryQrAF5ColorVSgFQOyAnFEAtuvWQrA__A_A1_tFQOyA7__Qo__Qo_GG_AnFE10background_AWQrqd___A1_tAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_A_tFQOyAnFEA22_yQrA26__A_tFQOyAF4TextV_Qo__Qo__AF01_wR0VyA11_A15_GQo_AnFEA13_yQrA16_FQOyAnFE9lineLimityQrSiSgFQOyA28__Qo__Qo_AF6SpacerVAnFEA13_yQrA16_FQOyAnFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_SgtGyXEfU_","regions":[[217,29,258,10,0,0,0,0],[248,54,248,62,0,0,0,0],[248,65,248,75,0,0,0,0],[253,16,253,34,0,0,0,0],[253,35,257,14,0,0,0,0],[257,14,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyAF0R0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0W0Rd__lFQOyAnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAnFE11aspectRatio_11contentModeQrA__AF0U4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo_AnFE15foregroundColoryQrAF5ColorVSgFQOyAnFEAtuvWQrA__A_A1_tFQOyA7__Qo__Qo_GG_AnFE10background_AWQrqd___A1_tAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_A_tFQOyAnFEA22_yQrA26__A_tFQOyAF4TextV_Qo__Qo__AF01_wR0VyA11_A15_GQo_AnFEA13_yQrA16_FQOyAnFE9lineLimityQrSiSgFQOyA28__Qo__Qo_AF6SpacerVAnFEA13_yQrA16_FQOyAnFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_SgtGyXEfU_A19_yXEfU_","regions":[[219,19,231,14,0,0,0,0],[220,29,226,18,0,0,0,0],[226,24,230,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgyycfU0_","regions":[[270,23,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgySbcfU1_","regions":[[273,18,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_","regions":[[276,22,280,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_yyScMYccfU_","regions":[[277,28,277,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_yyScMYccfU0_","regions":[[279,50,279,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgyyYaYbcfU3_","regions":[[283,15,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV15backgroundColor7SwiftUI0O0Vvg","regions":[[288,40,296,6,0,0,0,0],[289,12,289,22,0,0,0,0],[289,23,291,10,0,0,0,0],[291,19,291,29,0,0,0,0],[291,30,293,10,0,0,0,0],[293,16,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV8loadIconyyYaF","regions":[[298,35,307,6,0,0,0,0],[299,16,299,30,0,0,0,0],[300,9,301,61,0,0,0,0],[302,9,303,76,0,0,0,0],[304,9,305,61,0,0,0,0],[306,10,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV16fallbackIconNameSSvg","regions":[[310,42,317,6,0,0,0,0],[311,16,311,30,0,0,0,0],[312,9,312,30,0,0,0,0],[313,9,313,27,0,0,0,0],[314,9,314,36,0,0,0,0],[315,9,315,38,0,0,0,0],[316,10,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV16selectedLayoutId33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[14,6,14,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV17_selectedLayoutId33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[14,87,14,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6layout33_44698BE71FA3016AB887661D45B65755LLAA14PhysicalLayoutVvg","regions":[[15,40,15,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6layout33_44698BE71FA3016AB887661D45B65755LLAA14PhysicalLayoutVvgAGyKXEfu_","regions":[[15,87,15,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV16selectedKeymapId33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[18,6,18,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV17_selectedKeymapId33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[18,87,18,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV23includePunctuationStore33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[19,6,19,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV24_includePunctuationStore33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[19,109,19,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12activeKeymap33_44698BE71FA3016AB887661D45B65755LLAA07LogicalI0Vvg","regions":[[20,45,20,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12activeKeymap33_44698BE71FA3016AB887661D45B65755LLAA07LogicalI0VvgAGyKXEfu_","regions":[[20,91,20,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV24includeKeymapPunctuation33_44698BE71FA3016AB887661D45B65755LLSbvg","regions":[[21,48,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV13keyTranslator33_44698BE71FA3016AB887661D45B65755LLAA0e6KeymapI0Vvg","regions":[[24,57,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010mappingsByA033_44698BE71FA3016AB887661D45B65755LLSDySSAA0E7MappingVGvg","regions":[[29,58,35,6,0,0,0,0],[31,64,33,10,0,0,0,0],[33,10,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV11keyUnitSize33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvpfi","regions":[[38,40,38,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6keyGap33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvpfi","regions":[[40,35,40,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg","regions":[[42,25,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_","regions":[[43,24,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_A10_yXEfU_","regions":[[45,44,54,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_A10_yXEfU_A9_A_cfU_","regions":[[47,48,53,18,0,0,0,0],[50,24,50,42,0,0,0,0],[50,43,52,22,0,0,0,0],[52,22,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010shouldShowA033_44698BE71FA3016AB887661D45B65755LLySbAA08PhysicalA0VF","regions":[[63,60,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010shouldShowA033_44698BE71FA3016AB887661D45B65755LLySbAA08PhysicalA0VFSbyKXEfu_","regions":[[70,34,70,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV11aspectRatio33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvg","regions":[[74,38,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtF","regions":[[84,77,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFAA0E7MappingVSgSSXEfU_","regions":[[87,44,87,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[88,49,88,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu0_","regions":[[93,47,93,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFyycfU0_","regions":[[96,20,100,14,0,0,0,0],[97,37,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV09canonicaleA033_44698BE71FA3016AB887661D45B65755LL3forSSSgAA08PhysicalA0V_tF","regions":[[112,72,115,6,0,0,0,0],[114,62,114,74,0,0,0,0],[114,77,114,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12displayLabel33_44698BE71FA3016AB887661D45B65755LL3for09canonicalA0SSAA08PhysicalA0V_SSSgtF","regions":[[117,86,122,6,0,0,0,0],[118,29,120,10,0,0,0,0],[120,10,121,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV14calculateScale33_44698BE71FA3016AB887661D45B65755LL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[126,62,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV8keyWidth33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[136,76,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV9keyHeight33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[140,77,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12keyPositionX33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[144,80,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12keyPositionY33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[150,80,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV12cornerRadius33_88EAD84D9B06A2FAFCE8F7405AE483DBLL12CoreGraphics7CGFloatVvpfi","regions":[[19,41,19,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV16iconCornerRadius33_88EAD84D9B06A2FAFCE8F7405AE483DBLL12CoreGraphics7CGFloatVvpfi","regions":[[22,45,22,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg","regions":[[24,25,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg7SwiftUI6ZStackVyAE05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAE06_ShapeG0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokepG0VyAsuE05EmptyG0VGQo__AE19_ConditionalContentVyA2_yAC08capsLockW033_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tFQOy_Qo_AC06mappedaW0A4_LL8iconSize9labelSizeQrA8__A8_tFQOy_Qo_GAC08unmappedaW0A4_LLA12_QrA8__tFQOy_Qo_GtGGAE13GeometryProxyVcfU_","regions":[[25,24,50,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg7SwiftUI6ZStackVyAE05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAE06_ShapeG0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokepG0VyAsuE05EmptyG0VGQo__AE19_ConditionalContentVyA2_yAC08capsLockW033_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tFQOy_Qo_AC06mappedaW0A4_LL8iconSize9labelSizeQrA8__A8_tFQOy_Qo_GAC08unmappedaW0A4_LLA12_QrA8__tFQOy_Qo_GtGGAE13GeometryProxyVcfU_A18_yXEfU_","regions":[[30,20,49,14,0,0,0,0],[36,74,36,75,0,0,0,0],[36,78,36,79,0,0,0,0],[40,20,40,33,0,0,0,0],[40,34,42,18,0,0,0,0],[42,27,42,41,0,0,0,0],[42,42,45,18,0,0,0,0],[45,24,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyycfU0_","regions":[[53,23,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyyYaYbcfU1_","regions":[[56,15,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyAA0E6TargetOSg_AGtcfU2_","regions":[[59,40,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyAA0E6TargetOSg_AGtcfU2_yyYacfU_","regions":[[60,18,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvg","regions":[[70,37,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvgSbyKXEfu_","regions":[[71,30,71,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvgSbyKXEfu0_","regions":[[71,65,71,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15capsLockContent33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[77,62,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15capsLockContent33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF7SwiftUI05TupleG0VyAJ4TextV_ANtGyXEfU_","regions":[[79,28,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF","regions":[[90,87,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF7SwiftUI05TupleG0VyAK012_ConditionalI0VyAK6ZStackVyAMyAK0G0PAKE6shadow5color6radius1x1yQrAK5ColorV_A3JtFQOyAsKE9clipShape_5styleQrqd___AK9FillStyleVtAK5ShapeRd__lFQOyAsKE5frame5width6height9alignmentQrAJSg_A8_AK9AlignmentVtFQOyAsKE11aspectRatio_11contentModeQrA8__AK0I4ModeOtFQOyAK5ImageV_Qo__Qo__AK16RoundedRectangleVQo__Qo__AC9linkBadgeAELL4sizeQrAJ_tFQOy_Qo_SgtGGAsKE15foregroundColoryQrAZSgFQOyAsKE4fontyQrAK4FontVSgFQOyA16__Qo__Qo_G_AsKE7paddingyQrAJFQOyAK4TextV_Qo_tGyXEfU_","regions":[[91,40,119,10,0,0,0,0],[93,25,107,14,0,0,0,0],[107,20,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF7SwiftUI05TupleG0VyAK012_ConditionalI0VyAK6ZStackVyAMyAK0G0PAKE6shadow5color6radius1x1yQrAK5ColorV_A3JtFQOyAsKE9clipShape_5styleQrqd___AK9FillStyleVtAK5ShapeRd__lFQOyAsKE5frame5width6height9alignmentQrAJSg_A8_AK9AlignmentVtFQOyAsKE11aspectRatio_11contentModeQrA8__AK0I4ModeOtFQOyAK5ImageV_Qo__Qo__AK16RoundedRectangleVQo__Qo__AC9linkBadgeAELL4sizeQrAJ_tFQOy_Qo_SgtGGAsKE15foregroundColoryQrAZSgFQOyAsKE4fontyQrAK4FontVSgFQOyA16__Qo__Qo_G_AsKE7paddingyQrAJFQOyAK4TextV_Qo_tGyXEfU_A27_yXEfU_","regions":[[94,52,106,18,0,0,0,0],[103,24,103,53,0,0,0,0],[103,54,105,22,0,0,0,0],[105,22,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV9linkBadge33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[125,56,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV08unmappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL9labelSizeQr12CoreGraphics7CGFloatV_tF","regions":[[139,70,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15backgroundColor33_88EAD84D9B06A2FAFCE8F7405AE483DBLL7SwiftUI0I0Vvg","regions":[[148,40,159,6,0,0,0,0],[149,12,149,25,0,0,0,0],[149,26,152,10,0,0,0,0],[152,19,152,33,0,0,0,0],[152,34,155,10,0,0,0,0],[154,26,154,38,0,0,0,0],[154,41,154,67,0,0,0,0],[155,16,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV11strokeColor33_88EAD84D9B06A2FAFCE8F7405AE483DBLL7SwiftUI0I0Vvg","regions":[[161,36,169,6,0,0,0,0],[162,12,162,22,0,0,0,0],[162,23,164,10,0,0,0,0],[164,19,164,33,0,0,0,0],[164,34,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV18accessibilityLabel33_88EAD84D9B06A2FAFCE8F7405AE483DBLLSSvg","regions":[[171,44,179,6,0,0,0,0],[172,12,172,25,0,0,0,0],[172,26,174,10,0,0,0,0],[174,31,176,10,0,0,0,0],[176,16,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV8loadIcon33_88EAD84D9B06A2FAFCE8F7405AE483DBLLyyYaF","regions":[[183,35,195,6,0,0,0,0],[184,32,187,10,0,0,0,0],[187,10,195,6,0,0,0,0],[189,16,189,30,0,0,0,0],[190,9,191,61,0,0,0,0],[192,9,193,76,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV16fallbackIconName33_88EAD84D9B06A2FAFCE8F7405AE483DBLLSSvg","regions":[[198,42,206,6,0,0,0,0],[199,49,199,74,0,0,0,0],[199,74,206,6,0,0,0,0],[200,16,200,22,0,0,0,0],[201,9,201,37,0,0,0,0],[202,9,202,34,0,0,0,0],[203,9,203,43,0,0,0,0],[204,9,204,45,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfC","regions":[[11,59,32,6,2,0,0,0],[18,46,28,10,94,0,0,0],[25,16,25,53,94,0,0,0],[25,54,27,14,93,0,0,0],[28,10,32,6,2,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfcSSyKXEfu_","regions":[[21,20,22,32,34,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfcSSyKXEfu_SSyKXEfu0_","regions":[[22,20,22,32,20,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV8keymapId23includePunctuationStoreACSS_SStcfC","regions":[[34,61,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV8keymapId23includePunctuationStoreACSS_SStcfcAA07LogicalF0VyKXEfu_","regions":[[35,66,35,75,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV12displayLabel3forS2S_tF","regions":[[40,59,42,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV12displayLabel3forS2S_tFSSyKXEfu_","regions":[[41,58,41,70,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV09canonicalA03forSSSgSS_tF","regions":[[44,58,46,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV10showToggleSbvpfi","regions":[[9,28,9,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV16selectedKeymapId33_CE9D6BC4E90590B27F279D4F3140B412LLSSvpfP","regions":[[15,6,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV17_selectedKeymapId33_CE9D6BC4E90590B27F279D4F3140B412LL7SwiftUI0C7StorageVySSGvpfi","regions":[[15,87,15,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV23includePunctuationStore33_CE9D6BC4E90590B27F279D4F3140B412LLSSvpfP","regions":[[16,6,16,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV24_includePunctuationStore33_CE9D6BC4E90590B27F279D4F3140B412LL7SwiftUI0C7StorageVySSGvpfi","regions":[[16,109,16,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV13keyTranslator33_CE9D6BC4E90590B27F279D4F3140B412LLAA0e6KeymapJ0Vvg","regions":[[18,57,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV07displayA033_CE9D6BC4E90590B27F279D4F3140B412LLSSvg","regions":[[21,36,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg","regions":[[25,25,95,6,0,0,0,0],[70,44,70,45,0,0,0,0],[70,48,70,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_","regions":[[26,28,69,10,0,0,0,0],[43,62,43,71,0,0,0,0],[43,74,43,79,0,0,0,0],[48,92,48,95,0,0,0,0],[48,98,48,101,0,0,0,0],[50,69,50,81,0,0,0,0],[50,84,50,94,0,0,0,0],[55,69,55,77,0,0,0,0],[55,80,55,90,0,0,0,0],[60,16,60,26,0,0,0,0],[60,41,68,14,0,0,0,0],[68,14,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_A10_yXEfU_","regions":[[28,19,39,14,0,0,0,0],[29,29,34,18,0,0,0,0],[34,24,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu_","regions":[[48,78,48,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu0_","regions":[[50,55,50,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu1_","regions":[[55,55,55,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyYbcfU0_","regions":[[62,26,62,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_ySbYbcfU1_","regions":[[63,26,63,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvgSbyKXEfu_","regions":[[77,30,77,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_","regions":[[77,47,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_","regions":[[78,30,88,14,0,0,0,0],[79,31,81,18,0,0,0,0],[81,18,88,14,0,0,0,0],[82,20,82,33,0,0,0,0],[82,51,84,18,0,0,0,0],[84,18,88,14,0,0,0,0],[85,33,87,18,0,0,0,0],[87,18,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_yyScMYccfU_","regions":[[80,36,80,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_yyScMYccfU0_","regions":[[86,58,86,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvgyyYaYbcfU1_","regions":[[92,15,94,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV8loadIcon33_CE9D6BC4E90590B27F279D4F3140B412LLyyYaF","regions":[[97,35,104,6,0,0,0,0],[98,16,98,30,0,0,0,0],[99,9,100,61,0,0,0,0],[101,9,102,76,0,0,0,0],[103,10,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV16fallbackIconName33_CE9D6BC4E90590B27F279D4F3140B412LLSSvg","regions":[[107,42,114,6,0,0,0,0],[108,16,108,30,0,0,0,0],[109,9,109,25,0,0,0,0],[110,9,110,27,0,0,0,0],[111,9,111,31,0,0,0,0],[112,9,112,33,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV12_currentStep33_73A45019867C554A119E4DBC14150750LL7SwiftUI5StateVyAC0I0OGvpfi","regions":[[15,44,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg","regions":[[30,25,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAYyAC11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvpQOy_Qo_AC11previewStepA_LLQrvpQOy_Qo_GAYyAC13customizeStepA_LLQrvpQOy_Qo_AC18browserHistoryStepA_LLQrvpQOy_Qo_GGG_Qo_yXEfU_","regions":[[31,28,46,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAYyAC11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvpQOy_Qo_AC11previewStepA_LLQrvpQOy_Qo_GAYyAC13customizeStepA_LLQrvpQOy_Qo_AC18browserHistoryStepA_LLQrvpQOy_Qo_GGG_Qo_yXEfU_A9_yXEfU_","regions":[[33,19,44,14,0,0,0,0],[34,24,34,35,0,0,0,0],[35,17,36,32,0,0,0,0],[37,17,38,32,0,0,0,0],[39,17,40,34,0,0,0,0],[41,17,42,39,0,0,0,0],[43,18,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_","regions":[[48,43,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyScMYccfU_","regions":[[49,28,49,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_A1_yXEfU0_","regions":[[49,43,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[63,40,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_","regions":[[64,29,139,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A5_yXEfU_","regions":[[68,33,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A21_yXEfU0_","regions":[[92,54,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_","regions":[[114,33,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU_","regions":[[115,32,115,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A43_yXEfU0_","regions":[[115,60,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_","regions":[[123,37,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_yyScMYccfU_","regions":[[124,47,126,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_yyScMYccfU0_","regions":[[130,59,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF","regions":[[142,95,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF7SwiftUI9TupleViewVyAI0W0PAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAmIE15foregroundColoryQrAI5ColorVSgFQOyAmIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo__AI6VStackVyAKyAI4TextV_A12_tGGtGyXEfU_","regions":[[143,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF7SwiftUI9TupleViewVyAI0W0PAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAmIE15foregroundColoryQrAI5ColorVSgFQOyAmIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo__AI6VStackVyAKyAI4TextV_A12_tGGtGyXEfU_A13_yXEfU_","regions":[[149,53,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[161,40,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_","regions":[[162,28,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_AXyXEfU_","regions":[[164,32,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_","regions":[[178,24,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_","regions":[[179,58,205,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_","regions":[[181,61,191,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_A31_yXEfU_","regions":[[186,93,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_A31_yXEfU_A30_A24_cfU_","regions":[[187,50,189,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_","regions":[[194,61,204,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_A31_yXEfU_","regions":[[199,93,203,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_A31_yXEfU_A30_A24_cfU_","regions":[[200,54,202,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_","regions":[[212,20,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU_","regions":[[213,32,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU0_","regions":[[220,40,222,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU1_","regions":[[226,46,228,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11appMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvg","regions":[[236,48,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11appMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[237,32,237,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15websiteMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvg","regions":[[240,52,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15websiteMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvgSbAGXEfU_","regions":[[241,32,241,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[246,42,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_","regions":[[247,28,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_AXyXEfU_","regions":[[249,32,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A6_yXEfU0_","regions":[[263,24,269,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A6_yXEfU0_yAA0E10GridConfigVcfU_","regions":[[266,38,266,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_","regions":[[274,20,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_yyScMYccfU_","regions":[[275,32,277,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_yyScMYccfU0_","regions":[[282,32,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[294,47,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgSSSgAA0E7MappingVXEfU_","regions":[[295,62,300,10,0,0,0,0],[296,55,298,14,0,0,0,0],[298,14,299,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_","regions":[[302,80,321,10,0,0,0,0],[308,66,318,14,0,0,0,0],[309,20,309,74,0,0,0,0],[309,75,311,18,0,0,0,0],[311,18,318,14,0,0,0,0],[318,14,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_SSAA0E7MappingVXEfU_","regions":[[304,52,304,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_SbSSXEfU0_","regions":[[306,25,306,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV8complete33_73A45019867C554A119E4DBC14150750LL6actionyAC0F6ActionO_tF","regions":[[326,50,329,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15normalizeDomain33_73A45019867C554A119E4DBC14150750LLyS2SF","regions":[[331,62,337,6,0,0,0,0],[333,12,333,35,0,0,0,0],[333,36,335,10,0,0,0,0],[335,10,336,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC4show6config10onComplete0K7Dismissy7SwiftUI7BindingVyAA0E10GridConfigVG_yAL_AA0eF6DialogV0F6ActionOtcyyctFZ","regions":[[22,7,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC7dismissyyFZ","regions":[[37,27,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC6config10onComplete0J7DismissAC7SwiftUI7BindingVyAA0E10GridConfigVG_yAK_AA0eF6DialogV0F6ActionOtcyyctc33_C52A323C3DCF479ECF56F32BA6B09B8DLlfc","regions":[[46,7,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC6config10onComplete0J7DismissAC7SwiftUI7BindingVyAA0E10GridConfigVG_yAK_AA0eF6DialogV0F6ActionOtcyyctc33_C52A323C3DCF479ECF56F32BA6B09B8DLlfcyAK_APtcfU_","regions":[[52,25,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC04showG0yyypSgF","regions":[[95,46,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC15windowWillCloseyy10Foundation12NotificationVF","regions":[[104,43,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28LauncherWelcomeDialogWrapper33_C52A323C3DCF479ECF56F32BA6B09B8DLLV4bodyQrvg","regions":[[117,25,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VisualEffectBlur33_C52A323C3DCF479ECF56F32BA6B09B8DLLV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0R20RepresentableContextVyADG_tF","regions":[[128,63,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VisualEffectBlur33_C52A323C3DCF479ECF56F32BA6B09B8DLLV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0R20RepresentableContextVyADGtF","regions":[[136,66,136,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowCACycfc","regions":[[9,12,34,6,0,0,0,0],[26,39,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tF","regions":[[36,34,55,6,0,0,0,0],[38,80,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tFySo7NSTimerCYbcfU_","regions":[[50,81,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tFySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[51,18,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyF","regions":[[58,36,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFySo18NSAnimationContextCXEfU_","regions":[[59,46,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFyyYbcfU0_","regions":[[62,30,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFyyYbcfU0_yyYaYbScMYccfU_","regions":[[63,18,65,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV9layerNameSSvpfi","regions":[[72,29,72,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV4bodyQrvg","regions":[[74,25,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AItGyXEfU_","regions":[[75,28,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC08previousE033_AFBF11AA4DA3935E8F3F9544F8AB5780LLSSvpfi","regions":[[104,41,104,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerCACyc33_AFBF11AA4DA3935E8F3F9544F8AB5780Llfc","regions":[[106,20,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC04showE0yySSF","regions":[[108,41,148,6,0,0,0,0],[115,73,118,10,0,0,0,0],[118,10,148,6,0,0,0,0],[129,31,132,10,0,0,0,0],[132,10,148,6,0,0,0,0],[134,12,134,25,0,0,0,0],[134,26,137,10,0,0,0,0],[143,12,143,18,0,0,0,0],[143,19,145,10,0,0,0,0],[145,16,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC04showE0yySSFSbyKXEfu_","regions":[[127,37,127,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO8iconName3forS2S_tFZ","regions":[[14,59,37,6,0,0,0,0],[17,16,17,21,0,0,0,0],[18,9,19,30,0,0,0,0],[20,9,21,64,0,0,0,0],[22,9,23,31,0,0,0,0],[24,9,25,28,0,0,0,0],[26,9,27,31,0,0,0,0],[28,9,29,31,0,0,0,0],[30,9,31,31,0,0,0,0],[32,9,33,33,0,0,0,0],[34,9,35,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO11displayName3forS2S_tFZ","regions":[[42,62,78,6,0,0,0,0],[45,16,45,21,0,0,0,0],[46,9,47,26,0,0,0,0],[48,9,49,25,0,0,0,0],[50,9,51,32,0,0,0,0],[52,9,53,25,0,0,0,0],[54,9,55,28,0,0,0,0],[56,9,57,28,0,0,0,0],[58,9,59,25,0,0,0,0],[60,9,61,28,0,0,0,0],[62,9,63,30,0,0,0,0],[64,9,65,30,0,0,0,0],[66,9,67,30,0,0,0,0],[68,9,69,36,0,0,0,0],[70,9,71,30,0,0,0,0],[72,9,73,27,0,0,0,0],[74,9,76,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO07extractE4Name4fromSSSgSS_tFZ","regions":[[83,66,96,6,0,0,0,0],[92,14,94,10,0,0,0,0],[94,10,95,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO02isE6SwitchySbSSFZ","regions":[[101,57,103,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC05buildA13CollectionMap3for11collectionsSDySS10Foundation4UUIDVGSS_SayAA04RuleH0VGtF","regions":[[16,25,43,6,4,0,0,0],[22,39,40,10,0,0,0,0],[23,45,23,57,0,0,0,0],[23,57,40,10,0,0,0,0],[26,16,26,53,0,0,0,0],[26,54,31,14,0,0,0,0],[27,52,30,18,0,0,0,0],[30,18,31,14,0,0,0,0],[36,13,39,14,0,0,0,0],[40,10,42,19,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC014buildActivatorA3Set3for11collectionsShySSGSS_SayAA14RuleCollectionVGtF","regions":[[50,22,62,6,4,0,0,0],[54,66,59,10,0,0,0,0],[56,61,56,73,0,0,0,0],[56,73,59,10,0,0,0,0],[59,10,61,20,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKF","regions":[[8,58,15,6,4,0,0,0],[9,68,14,42,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKFs5UInt8VyKXEfu_","regions":[[12,35,12,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKFs5UInt8VyKXEfu0_","regions":[[13,33,13,34,0,0,0,0]]},{"branches":[],"count":311,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17extractURLMapping4fromSSSgSaySSG_tF","regions":[[19,75,42,6,311,0,0,0],[20,31,40,10,311,0,0,0],[21,62,39,14,311,0,0,0],[23,20,23,61,311,0,0,0],[23,62,27,18,1,0,0,0],[26,46,26,49,0,0,0,0],[26,52,26,59,1,0,0,0],[27,18,39,14,310,0,0,0],[35,17,38,18,1,0,0,0],[38,18,39,14,309,0,0,0],[39,14,40,10,309,0,0,0],[40,10,41,19,309,0,0,0]]},{"branches":[],"count":312,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractC13LaunchMapping4fromSSSgSaySSG_tF","regions":[[46,81,63,6,312,0,0,0],[47,31,61,10,312,0,0,0],[48,62,60,14,314,0,0,0],[52,17,54,18,1,0,0,0],[54,18,60,14,313,0,0,0],[56,20,56,63,313,0,0,0],[56,64,59,18,2,0,0,0],[58,44,58,47,0,0,0,0],[58,50,58,55,2,0,0,0],[59,18,60,14,311,0,0,0],[60,14,61,10,309,0,0,0],[61,10,62,19,309,0,0,0]]},{"branches":[],"count":312,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC26extractSystemActionMapping4fromSSSgSaySSG_tF","regions":[[67,84,84,6,312,0,0,0],[68,31,82,10,312,0,0,0],[69,62,81,14,314,0,0,0],[73,17,75,18,1,0,0,0],[75,18,81,14,313,0,0,0],[77,20,77,63,313,0,0,0],[77,64,80,18,2,0,0,0],[79,47,79,50,0,0,0,0],[79,53,79,61,2,0,0,0],[80,18,81,14,311,0,0,0],[81,14,82,10,309,0,0,0],[82,10,83,19,309,0,0,0]]},{"branches":[],"count":935,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17pushMsgCandidates4fromSaySSGSS_tF","regions":[[87,73,100,6,935,0,0,0],[95,9,97,10,5,0,0,0]]},{"branches":[],"count":628,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tF","regions":[[103,101,114,6,628,0,0,0],[107,14,109,10,626,0,0,0],[109,10,113,48,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFSbSSXEfU_","regions":[[111,59,111,87,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFSbSSXEfU_SbyKXEfu_","regions":[[111,74,111,85,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFAGyKXEfu_","regions":[[112,74,112,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24systemActionDisplayLabelyS2SF","regions":[[117,75,136,6,0,0,0,0],[118,16,118,35,0,0,0,0],[119,9,120,29,0,0,0,0],[121,9,122,24,0,0,0,0],[123,9,124,24,0,0,0,0],[125,9,126,30,0,0,0,0],[127,9,128,24,0,0,0,0],[129,9,130,34,0,0,0,0],[131,9,132,19,0,0,0,0],[133,9,134,31,0,0,0,0],[135,10,136,6,0,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC011toSimulatorA4NameyS2SF","regions":[[8,58,40,6,308,0,0,0],[9,16,9,36,308,0,0,0],[11,9,11,28,4,0,0,0],[12,9,12,28,4,0,0,0],[13,9,13,28,4,0,0,0],[14,9,14,33,4,0,0,0],[15,9,15,33,4,0,0,0],[16,9,16,34,4,0,0,0],[17,9,17,33,4,0,0,0],[18,9,18,34,4,0,0,0],[19,9,19,29,4,0,0,0],[20,9,20,24,4,0,0,0],[21,9,21,26,4,0,0,0],[23,9,23,33,4,0,0,0],[24,9,24,34,4,0,0,0],[25,9,25,32,4,0,0,0],[26,9,26,33,4,0,0,0],[27,9,27,31,4,0,0,0],[28,9,28,32,4,0,0,0],[29,9,29,32,4,0,0,0],[30,9,30,33,0,0,0,0],[31,9,31,32,4,0,0,0],[33,9,33,33,4,0,0,0],[34,9,34,28,4,0,0,0],[35,9,35,28,4,0,0,0],[36,9,36,29,0,0,0,0],[37,9,38,20,220,0,0,0],[39,10,40,6,308,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SF","regions":[[44,65,106,6,9,0,0,0],[45,16,45,38,9,0,0,0],[47,9,48,29,2,0,0,0],[50,9,51,16,2,0,0,0],[54,9,54,34,0,0,0,0],[55,9,55,35,0,0,0,0],[56,9,56,32,0,0,0,0],[57,9,57,34,0,0,0,0],[60,9,60,39,0,0,0,0],[61,9,61,39,0,0,0,0],[62,9,62,39,0,0,0,0],[63,9,63,39,0,0,0,0],[65,9,65,40,0,0,0,0],[66,9,66,41,0,0,0,0],[67,9,67,39,0,0,0,0],[68,9,68,40,0,0,0,0],[69,9,69,38,0,0,0,0],[70,9,70,39,0,0,0,0],[71,9,71,39,0,0,0,0],[72,9,72,40,0,0,0,0],[74,9,74,38,0,0,0,0],[75,9,75,35,0,0,0,0],[76,9,76,40,0,0,0,0],[77,9,77,26,0,0,0,0],[78,9,78,36,0,0,0,0],[79,9,79,39,0,0,0,0],[80,9,80,36,0,0,0,0],[81,9,81,24,0,0,0,0],[83,9,83,33,0,0,0,0],[84,9,84,33,0,0,0,0],[85,9,85,33,0,0,0,0],[86,9,86,38,0,0,0,0],[87,9,87,39,0,0,0,0],[88,9,88,39,0,0,0,0],[89,9,89,38,0,0,0,0],[90,9,90,39,0,0,0,0],[91,9,91,34,0,0,0,0],[92,9,92,29,0,0,0,0],[93,9,93,31,0,0,0,0],[95,9,96,29,0,0,0,0],[98,9,98,27,0,0,0,0],[99,9,99,26,0,0,0,0],[100,9,100,37,0,0,0,0],[101,9,101,39,0,0,0,0],[102,9,104,22,5,0,0,0],[105,10,106,6,9,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu_","regions":[[47,46,47,65,5,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu0_","regions":[[50,46,50,65,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu1_","regions":[[95,50,95,85,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16isModifierSymbolySbSSF","regions":[[109,50,116,6,9,0,0,0],[110,16,110,19,9,0,0,0],[111,9,112,17,0,0,0,0],[113,9,114,18,9,0,0,0],[115,10,116,6,9,0,0,0]]},{"branches":[],"count":622,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC09normalizeA4NameyS2SFZ","regions":[[120,71,161,6,622,0,0,0],[121,16,121,32,622,0,0,0],[123,9,123,34,4,0,0,0],[124,9,124,35,4,0,0,0],[125,9,125,32,4,0,0,0],[126,9,126,34,4,0,0,0],[128,9,128,90,16,0,0,0],[129,9,129,73,16,0,0,0],[130,9,130,85,16,0,0,0],[131,9,131,93,8,0,0,0],[133,9,133,45,9,0,0,0],[134,9,134,40,9,0,0,0],[135,9,135,48,10,0,0,0],[136,9,136,29,4,0,0,0],[137,9,137,32,4,0,0,0],[138,9,138,29,0,0,0,0],[140,9,140,42,8,0,0,0],[141,9,141,49,9,0,0,0],[142,9,142,42,8,0,0,0],[143,9,143,81,8,0,0,0],[144,9,144,84,8,0,0,0],[145,9,145,52,8,0,0,0],[146,9,146,51,8,0,0,0],[147,9,147,62,8,0,0,0],[148,9,148,43,8,0,0,0],[149,9,149,41,8,0,0,0],[150,9,150,43,8,0,0,0],[152,9,152,33,5,0,0,0],[153,9,153,28,0,0,0,0],[154,9,154,32,0,0,0,0],[155,9,155,29,0,0,0,0],[156,9,156,29,5,0,0,0],[157,9,157,31,3,0,0,0],[158,9,159,29,412,0,0,0],[160,10,161,6,622,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataa2ToA4Codeys6UInt16VSgSSF","regions":[[164,61,183,6,308,0,0,0],[166,44,166,53,308,0,0,0],[167,9,167,27,4,0,0,0],[168,9,168,28,4,0,0,0],[169,9,169,25,4,0,0,0],[170,9,170,27,4,0,0,0],[171,9,171,27,292,0,0,0],[172,10,182,19,308,0,0,0],[176,33,181,10,23054,0,0,0],[178,16,178,63,23054,0,0,0],[178,64,180,14,208,0,0,0],[180,14,181,10,22846,0,0,0],[181,10,182,19,100,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24parseRawSimulationEvents33_ED1FC2B63064F1E8AC6C846BE279FF83LL7simName6eventsAC0hI6ResultAELLVSgSS_SayAA8SimEventOGtF","regions":[[21,104,59,6,308,0,0,0],[29,29,42,10,1232,0,0,0],[30,20,30,25,1232,0,0,0],[31,13,38,18,616,0,0,0],[32,20,32,36,616,0,0,0],[32,37,38,18,308,0,0,0],[34,24,34,58,308,0,0,0],[34,59,36,22,308,0,0,0],[39,13,40,25,616,0,0,0],[41,14,42,10,616,0,0,0],[42,10,58,10,308,0,0,0],[44,12,44,37,308,0,0,0],[44,38,46,10,0,0,0,0],[46,10,58,10,308,0,0,0],[51,63,51,106,308,0,0,0],[51,109,51,112,0,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24parseRawSimulationEvents33_ED1FC2B63064F1E8AC6C846BE279FF83LL7simName6eventsAC0hI6ResultAELLVSgSS_SayAA8SimEventOGtFSbyKXEfu_","regions":[[52,56,52,91,308,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKF","regions":[[75,46,298,6,4,0,0,0],[83,57,83,63,4,0,0,0],[83,66,83,84,0,0,0,0],[123,66,294,10,308,0,0,0],[129,16,129,28,308,0,0,0],[129,29,139,14,4,0,0,0],[130,31,136,18,4,0,0,0],[136,24,138,18,0,0,0,0],[141,35,156,14,0,0,0,0],[142,20,142,34,0,0,0,0],[142,35,145,18,0,0,0,0],[145,18,155,25,0,0,0,0],[156,14,294,10,308,0,0,0],[159,103,180,14,0,0,0,0],[160,20,160,34,0,0,0,0],[160,35,163,18,0,0,0,0],[163,18,179,25,0,0,0,0],[176,20,176,33,0,0,0,0],[176,34,178,18,0,0,0,0],[180,14,294,10,308,0,0,0],[182,16,182,30,308,0,0,0],[182,31,185,14,0,0,0,0],[185,14,294,10,308,0,0,0],[188,82,192,14,0,0,0,0],[192,14,294,10,308,0,0,0],[195,84,203,14,0,0,0,0],[203,14,294,10,308,0,0,0],[206,73,210,14,0,0,0,0],[210,14,294,10,308,0,0,0],[214,16,214,29,308,0,0,0],[214,30,218,14,0,0,0,0],[218,14,294,10,308,0,0,0],[220,16,220,36,308,0,0,0],[220,37,235,14,299,0,0,0],[235,23,235,77,9,0,0,0],[235,78,245,14,0,0,0,0],[245,23,245,45,9,0,0,0],[245,46,249,14,0,0,0,0],[249,20,293,14,9,0,0,0],[258,46,264,18,9,0,0,0],[259,24,259,49,9,0,0,0],[259,50,263,22,9,0,0,0],[263,22,264,18,0,0,0,0],[264,18,293,14,9,0,0,0],[270,74,270,76,0,0,0,0],[270,79,270,89,9,0,0,0],[273,34,283,18,9,0,0,0],[280,24,280,75,9,0,0,0],[280,76,282,22,9,0,0,0],[283,24,292,18,0,0,0,0],[294,10,297,23,4,0,0,0]]},{"branches":[],"count":312,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbAA0uA0VXEfU_","regions":[[80,21,80,45,312,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbAA0uA0VXEfU0_","regions":[[81,21,81,101,308,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSayAK_S2SAA16SimulationResultVSgtGScGyAK_S2SAXtGzYaXEfU1_","regions":[[89,97,120,10,4,0,0,0],[90,37,113,14,308,0,0,0],[113,14,119,29,4,0,0,0],[116,39,118,14,308,0,0,0],[118,14,119,29,4,0,0,0]]},{"branches":[],"count":304,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSayAK_S2SAA16SimulationResultVSgtGScGyAK_S2SAXtGzYaXEfU1_AK_S2SAXtyYacfU_","regions":[[96,31,112,18,304,0,0,0],[101,24,108,22,304,0,0,0],[106,26,107,65,304,0,0,0],[108,29,111,22,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSSgAA8SimEventOXEfU2_","regions":[[131,65,134,22,16,0,0,0],[132,87,132,101,4,0,0,0],[132,101,133,35,12,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbSSXEfU3_","regions":[[213,57,213,98,308,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu_","regions":[[216,156,216,162,0,0,0,0]]},{"branches":[],"count":299,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFAKSgSSYbcACYiYbcfu0_","regions":[[223,55,223,73,299,0,0,0]]},{"branches":[],"count":299,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFAKSgSSYbcACYiYbcfu0_AVSSYbcfu1_","regions":[[223,55,223,73,299,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbSSXEfU4_","regions":[[235,49,235,76,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SYbcACYiYbcfu2_","regions":[[252,84,252,107,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SYbcACYiYbcfu2_S2SYbcfu3_","regions":[[252,84,252,107,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu4_","regions":[[253,24,253,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu4_S2SXEfU5_","regions":[[253,43,253,74,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SXEfU6_","regions":[[267,60,267,79,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbyKXEfu5_","regions":[[270,53,270,70,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSSgyKXEfu6_","regions":[[271,53,271,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKF","regions":[[311,31,385,6,0,0,0,0],[312,64,315,10,0,0,0,0],[315,10,384,87,0,0,0,0],[326,10,384,87,0,0,0,0],[333,36,362,10,0,0,0,0],[334,20,334,25,0,0,0,0],[335,13,349,18,0,0,0,0],[336,20,336,36,0,0,0,0],[336,37,342,18,0,0,0,0],[342,27,342,45,0,0,0,0],[342,46,349,18,0,0,0,0],[346,24,346,47,0,0,0,0],[346,48,348,22,0,0,0,0],[350,13,358,18,0,0,0,0],[351,20,351,36,0,0,0,0],[351,37,353,18,0,0,0,0],[353,27,353,45,0,0,0,0],[353,46,355,18,0,0,0,0],[356,20,356,43,0,0,0,0],[356,44,358,18,0,0,0,0],[359,13,360,25,0,0,0,0],[361,14,362,10,0,0,0,0],[362,10,384,87,0,0,0,0],[364,48,364,62,0,0,0,0],[364,65,364,84,0,0,0,0],[366,12,366,26,0,0,0,0],[366,27,382,10,0,0,0,0],[378,22,380,14,0,0,0,0],[380,14,381,23,0,0,0,0],[382,10,384,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFs6UInt64V_S2StSgAA8SimEventOXEfU_","regions":[[367,57,372,14,0,0,0,0],[368,61,370,18,0,0,0,0],[370,18,371,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFAhA8SimEventOXEfU0_","regions":[[375,59,378,14,0,0,0,0],[376,79,376,93,0,0,0,0],[376,93,377,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFS2SYbcACYiYbcfu_","regions":[[384,63,384,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFS2SYbcACYiYbcfu_S2SYbcfu0_","regions":[[384,63,384,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tF","regions":[[389,81,409,6,0,0,0,0],[396,33,405,10,0,0,0,0],[405,10,408,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tFSbAA0mA0VXEfU_","regions":[[393,21,393,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tFSbAA0mA0VXEfU0_","regions":[[394,21,394,101,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZ","regions":[[419,18,470,6,14,0,0,0],[420,12,420,27,14,0,0,0],[420,28,420,42,0,0,0,0],[420,42,469,53,14,0,0,0],[442,12,442,123,14,0,0,0],[442,124,444,10,2,0,0,0],[444,10,469,53,12,0,0,0],[447,12,447,48,12,0,0,0],[447,49,449,10,1,0,0,0],[449,10,469,53,11,0,0,0],[452,12,452,36,11,0,0,0],[454,9,456,10,0,0,0,0],[456,10,469,53,11,0,0,0],[458,12,458,36,11,0,0,0],[458,69,461,10,10,0,0,0],[460,36,460,38,0,0,0,0],[460,41,460,46,10,0,0,0],[461,10,469,53,1,0,0,0],[469,33,469,35,0,0,0,0],[469,38,469,53,1,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU_","regions":[[423,58,438,10,23,0,0,0],[424,20,424,23,23,0,0,0],[425,13,425,70,0,0,0,0],[426,13,426,32,1,0,0,0],[427,13,427,64,1,0,0,0],[428,13,428,53,1,0,0,0],[429,13,429,32,1,0,0,0],[430,13,430,51,2,0,0,0],[432,13,432,34,0,0,0,0],[433,13,433,34,0,0,0,0],[434,13,434,34,0,0,0,0],[435,13,435,34,0,0,0,0],[436,13,436,25,17,0,0,0],[437,14,438,10,23,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZSbyKXEfu_","regions":[[442,54,442,123,12,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU0_","regions":[[465,18,465,39,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU1_","regions":[[466,18,466,72,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZSbSSXEfU2_","regions":[[467,21,467,36,2,0,0,0]]},{"branches":[],"count":336,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV12displayLabel06outputA00iA4Code13isTransparent0kE6Switch19appLaunchIdentifier012systemActionP003urlP012collectionIdACSS_SSSgs6UInt16VSgS2bA3M10Foundation4UUIDVSgtcfC","regions":[[38,7,48,6,336,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV6mapped12displayLabel06outputA00jA4Code12collectionIdACSS_SSs6UInt16VSg10Foundation4UUIDVSgtFZ","regions":[[51,132,60,6,14,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV11transparent13fallbackLabel12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[63,95,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV11layerSwitch12displayLabel12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[75,94,84,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV9appLaunch0G10Identifier12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[90,93,100,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV12systemAction6action11description12collectionIdACSS_SS10Foundation4UUIDVSgtFZ","regions":[[106,110,117,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV7pushMsg7message12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[121,85,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV6webURL3url12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[137,80,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV13extractDomain33_C88BD9D9026146A80A35D3DC1DD8B936LL4fromS2S_tFZ","regions":[[155,67,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV13extractDomain33_C88BD9D9026146A80A35D3DC1DD8B936LL4fromS2S_tFZSSyKXEfu_","regions":[[159,62,159,65,0,0,0,0]]},{"branches":[],"count":39,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC5cacheSDySSSDys6UInt16VAA0eA4InfoVGGvpfi","regions":[[167,51,167,54,39,0,0,0]]},{"branches":[],"count":39,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC10configHashSSvpfi","regions":[[168,30,168,32,39,0,0,0]]},{"branches":[],"count":39,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16simulatorServiceAcA09SimulatorH0C_tcfc","regions":[[170,67,172,6,39,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC10getMapping3for06configB06layout11collectionsSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaKF","regions":[[183,159,229,6,4,0,0,0],[188,12,188,56,4,0,0,0],[188,57,193,10,0,0,0,0],[193,10,228,23,4,0,0,0],[196,57,228,23,4,0,0,0],[197,12,197,37,4,0,0,0],[197,38,201,10,4,0,0,0],[204,48,207,10,0,0,0,0],[207,10,228,23,4,0,0,0],[224,10,228,23,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC15invalidateCacheyyF","regions":[[232,28,235,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaF","regions":[[244,138,298,6,0,0,0,0],[249,12,249,56,0,0,0,0],[249,57,256,10,0,0,0,0],[251,43,253,14,0,0,0,0],[253,14,255,19,0,0,0,0],[256,10,298,6,0,0,0,0],[259,55,264,10,0,0,0,0],[260,16,260,34,0,0,0,0],[260,35,263,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFS2SXEfU_","regions":[[246,47,246,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFyScGySS_SDys6UInt16VAA0eA4InfoVGSgtGzYaXEfU0_","regions":[[267,73,295,10,0,0,0,0],[268,43,287,14,0,0,0,0],[287,14,295,10,0,0,0,0],[289,49,294,14,0,0,0,0],[290,32,293,18,0,0,0,0],[294,14,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFyScGySS_SDys6UInt16VAA0eA4InfoVGSgtGzYaXEfU0_SS_AStyYacfU_","regions":[[269,31,286,18,0,0,0,0],[270,24,282,22,0,0,0,0],[280,26,281,48,0,0,0,0],[282,29,285,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV06isBaseE033_94AB0DF8A6BD20C5FAACF13DF5169225LLSbvg","regions":[[6,35,8,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV4bodyQrvg","regions":[[10,25,28,6,0,0,0,0],[27,43,27,49,0,0,0,0],[27,52,27,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE06_ShapeL0VyAE6CircleVAE5ColorVG_Qo__AE4TextVtGyXEfU_","regions":[[11,28,18,10,0,0,0,0],[13,37,13,65,0,0,0,0],[13,68,13,85,0,0,0,0],[15,32,15,44,0,0,0,0],[15,47,15,74,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06LeaderA10PreferenceV3key11targetLayer7enabledACSS_AA014RuleCollectionI0OSbtcfC","regions":[[23,79,27,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LifecycleControllingPAAE7restartyyYaKF","regions":[[66,33,69,6,0,0,0,0],[67,25,69,6,0,0,0,0],[68,26,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LifecycleControllingPAAE11ensureState7runningySb_tYaKF","regions":[[75,66,81,6,0,0,0,0],[76,12,76,27,0,0,0,0],[76,40,78,10,0,0,0,0],[77,30,78,10,0,0,0,0],[78,19,78,35,0,0,0,0],[78,47,80,10,0,0,0,0],[79,29,80,10,0,0,0,0],[80,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tF","regions":[[9,40,62,6,0,0,0,0],[10,31,10,41,0,0,0,0],[10,41,62,6,0,0,0,0],[25,12,25,33,0,0,0,0],[25,34,30,10,0,0,0,0],[35,12,35,25,0,0,0,0],[35,26,50,10,0,0,0,0],[50,16,61,10,0,0,0,0],[56,16,56,37,0,0,0,0],[56,38,60,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tFSbyKXEfu_","regions":[[13,41,13,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tFyyYbScMYccfU_","regions":[[38,90,49,14,0,0,0,0],[39,71,39,81,0,0,0,0],[39,81,49,14,0,0,0,0],[44,20,44,41,0,0,0,0],[44,42,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tF","regions":[[64,41,119,6,0,0,0,0],[65,31,65,41,0,0,0,0],[65,41,119,6,0,0,0,0],[66,107,69,10,0,0,0,0],[69,10,119,6,0,0,0,0],[78,12,78,33,0,0,0,0],[78,34,83,10,0,0,0,0],[88,12,88,25,0,0,0,0],[88,26,105,10,0,0,0,0],[105,16,118,10,0,0,0,0],[113,16,113,37,0,0,0,0],[113,38,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu_","regions":[[66,42,66,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu0_","regions":[[66,73,66,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSo6CGRectVyKXEfu1_","regions":[[70,60,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu2_","regions":[[76,41,76,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFyyYbScMYccfU_","regions":[[91,90,104,14,0,0,0,0],[92,71,92,81,0,0,0,0],[92,81,104,14,0,0,0,0],[99,20,99,41,0,0,0,0],[99,42,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tF","regions":[[122,59,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tFySo7NSTimerCYbcfU_","regions":[[126,101,145,10,0,0,0,0],[127,33,129,14,0,0,0,0],[129,14,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tFySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[130,18,144,14,0,0,0,0],[140,20,140,35,0,0,0,0],[140,36,143,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26finalizeInspectorAnimationyyF","regions":[[149,39,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23handleWindowFrameChangeyyF","regions":[[155,36,178,6,0,0,0,0],[156,31,156,41,0,0,0,0],[156,41,178,6,0,0,0,0],[157,12,157,35,0,0,0,0],[157,65,159,10,0,0,0,0],[160,12,160,40,0,0,0,0],[160,41,175,10,0,0,0,0],[162,16,162,37,0,0,0,0],[162,38,173,14,0,0,0,0],[164,20,164,53,0,0,0,0],[164,54,172,18,0,0,0,0],[175,10,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC31updateInspectorRevealFromWindowyyF","regions":[[180,44,188,6,0,0,0,0],[181,31,181,41,0,0,0,0],[181,41,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC31updateInspectorRevealFromWindowyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[182,70,182,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20updateCollapsedFrame011forExpandedK0ySo6CGRectV_tF","regions":[[190,71,203,6,0,0,0,0],[192,44,197,10,0,0,0,0],[197,16,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20updateCollapsedFrame011forExpandedK0ySo6CGRectV_tFAGyKXEfu_","regions":[[191,58,191,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtF","regions":[[205,89,216,6,0,0,0,0],[206,31,206,41,0,0,0,0],[206,41,216,6,0,0,0,0],[207,12,207,20,0,0,0,0],[207,21,213,10,0,0,0,0],[213,16,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtFySo18NSAnimationContextCXEfU_","regions":[[208,50,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtFySo18NSAnimationContextCXEfU_SdyKXEfu_","regions":[[209,48,209,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC27observeDesiredContentHeightyyF","regions":[[218,40,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC27observeDesiredContentHeightyyFy12CoreGraphics7CGFloatVcfU_","regions":[[221,19,224,14,0,0,0,0],[222,59,222,69,0,0,0,0],[222,69,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26observeDesiredContentWidthyyF","regions":[[228,39,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26observeDesiredContentWidthyyFy12CoreGraphics7CGFloatVcfU_","regions":[[231,19,234,14,0,0,0,0],[232,59,232,69,0,0,0,0],[232,69,234,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyF","regions":[[240,47,257,6,0,0,0,0],[245,12,245,98,0,0,0,0],[245,99,248,10,0,0,0,0],[248,10,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbyKXEfu_","regions":[[245,58,245,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbAA0mN5StateOcfU_","regions":[[252,21,252,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbAA0mN5StateOcfU_SbyKXEfu_","regions":[[252,43,252,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFyAA0mN5StateOcfU0_","regions":[[254,19,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23showHintBubbleWithDelay7secondsySd_tF","regions":[[259,51,271,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23showHintBubbleWithDelay7secondsySd_tFyyYacfU_","regions":[[260,14,270,10,0,0,0,0],[262,67,262,77,0,0,0,0],[262,77,270,10,0,0,0,0],[265,16,265,43,0,0,0,0],[265,44,267,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17dismissHintBubbleyyF","regions":[[274,30,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07observeF11AspectRatioyyF","regions":[[280,39,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07observeF11AspectRatioyyFy12CoreGraphics7CGFloatVcfU_","regions":[[283,19,286,14,0,0,0,0],[284,59,284,69,0,0,0,0],[284,69,286,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29resizeWindowForNewAspectRatioyy12CoreGraphics7CGFloatVF","regions":[[290,67,325,6,0,0,0,0],[291,31,291,41,0,0,0,0],[291,41,325,6,0,0,0,0],[292,58,292,68,0,0,0,0],[292,68,325,6,0,0,0,0],[312,67,312,77,0,0,0,0],[312,77,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25applyDesiredContentHeightyy12CoreGraphics7CGFloatVF","regions":[[327,55,344,6,0,0,0,0],[328,31,328,41,0,0,0,0],[328,41,344,6,0,0,0,0],[329,31,329,41,0,0,0,0],[329,41,344,6,0,0,0,0],[330,39,330,49,0,0,0,0],[330,49,344,6,0,0,0,0],[333,12,333,51,0,0,0,0],[333,52,335,10,0,0,0,0],[335,10,344,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24applyDesiredContentWidthyy12CoreGraphics7CGFloatVF","regions":[[346,53,367,6,0,0,0,0],[347,31,347,41,0,0,0,0],[347,41,367,6,0,0,0,0],[348,30,348,40,0,0,0,0],[348,40,367,6,0,0,0,0],[349,38,349,48,0,0,0,0],[349,48,367,6,0,0,0,0],[350,44,350,54,0,0,0,0],[350,54,367,6,0,0,0,0],[353,12,353,49,0,0,0,0],[353,50,355,10,0,0,0,0],[355,10,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19resolveResizeAnchor10widthDelta06heightM0AA0gjK0O12CoreGraphics7CGFloatV_AKtF","regions":[[369,96,384,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9viewModelAA0f17VisualizationViewJ0Cvpfi","regions":[[16,21,16,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC7uiStateAA0efG7UIStateCvpfi","regions":[[17,19,17,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38hasAutoHiddenForCurrentSettingsSession33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[18,58,18,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24wasVisibleBeforeAutoHide33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[19,44,19,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17isAdjustingHeightSbvpfi","regions":[[22,29,22,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16isAdjustingWidthSbvpfi","regions":[[23,28,23,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14isUserResizingSbvpfi","regions":[[24,26,24,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23inspectorAnimationToken10Foundation4UUIDVvpfi","regions":[[25,35,25,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12resizeAnchorAA0g6ResizeJ0Ovpfi","regions":[[26,45,26,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resizeStartMouseSo7CGPointVvpfi","regions":[[27,37,27,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resizeStartFrameSo6CGRectVvpfi","regions":[[28,36,28,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21inspectorDebugLastLogSdvpfi","regions":[[29,49,29,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12cancellablesShy7Combine14AnyCancellableCGvpfi","regions":[[30,24,30,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10frameStore33_3F6DCF5274FAA15D1D30B899095A639FLLAA0g11WindowFrameJ0Vvpfi","regions":[[33,30,33,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20userExplicitlyHidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvg","regions":[[53,13,53,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20userExplicitlyHidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvs","regions":[[54,13,54,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19inspectorPanelWidth12CoreGraphics7CGFloatVvpfi","regions":[[57,40,57,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26inspectorAnimationDurationSdvpfi","regions":[[58,52,58,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC03minF6Height12CoreGraphics7CGFloatVvpfi","regions":[[59,38,59,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0Vvg","regions":[[62,46,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0VvgSSyKXEfu_","regions":[[63,95,63,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0VvgAGyKXEfu0_","regions":[[64,53,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07currentF11AspectRatio33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[68,53,70,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC012minInspectorF6Height33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvpfi","regions":[[72,55,72,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19inspectorTotalWidth12CoreGraphics7CGFloatVvg","regions":[[73,38,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21inspectorDebugEnabledSbvg","regions":[[77,37,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15minWindowHeight33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[84,42,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14minWindowWidth33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[88,41,94,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15oneShotOverride33_3F6DCF5274FAA15D1D30B899095A639FLLAA03Onej5LayerK5StateCvpfi","regions":[[105,35,107,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23isLauncherSessionActive33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[108,43,108,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC013shouldRestoreC6Hidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[109,42,109,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC013shouldRestoreG6Hidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[110,46,110,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerCACyc33_3F6DCF5274FAA15D1D30B899095A639FLlfc","regions":[[112,29,118,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38checkBuildVersionAndClearCacheIfNeeded33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[123,59,142,6,1,0,0,0],[130,12,130,37,1,0,0,0],[130,38,139,10,1,0,0,0],[139,16,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38checkBuildVersionAndClearCacheIfNeeded33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSSyKXEfu_","regions":[[131,91,131,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[144,55,174,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[149,11,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[150,18,152,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[159,11,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[165,18,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17openWithMapperTabyyF","regions":[[178,30,194,6,0,0,0,0],[180,78,182,10,0,0,0,0],[182,10,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17openWithMapperTabyyFyyYbScMYccfU_","regions":[[191,63,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26openWithMapperTabAndPreset05inputA006outputA011appBundleId0Q11DisplayNameySSSg_A3ItF","regions":[[203,7,236,6,0,0,0,0],[205,78,207,10,0,0,0,0],[207,10,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26openWithMapperTabAndPreset05inputA006outputA011appBundleId0Q11DisplayNameySSSg_A3ItFyyYbScMYccfU_","regions":[[216,63,235,10,0,0,0,0],[218,29,220,14,0,0,0,0],[221,30,223,14,0,0,0,0],[224,32,226,14,0,0,0,0],[227,35,229,14,0,0,0,0],[233,58,233,61,0,0,0,0],[233,64,233,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15updateLayerNameyySSF","regions":[[241,47,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16currentLayerNameSSvg","regions":[[246,34,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20lookupCurrentMapping03forA4CodeSS5layer_AA05LayerA4InfoV4infotSgs6UInt16V_tF","regions":[[251,99,256,6,0,0,0,0],[252,62,254,10,0,0,0,0],[254,10,255,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18setLoadingLayerMapyySbF","regions":[[259,48,261,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[263,45,289,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[268,11,276,10,0,0,0,0],[269,87,269,97,0,0,0,0],[269,97,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[271,18,275,14,0,0,0,0],[272,37,272,47,0,0,0,0],[272,47,275,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_SSyKXEfu_","regions":[[273,71,273,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_AC0jK6SourceAELLOyKXEfu0_","regions":[[273,78,273,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[283,11,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[285,18,287,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[291,42,314,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[296,11,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[299,18,312,14,0,0,0,0],[300,37,300,47,0,0,0,0],[300,47,312,14,0,0,0,0],[301,55,301,65,0,0,0,0],[301,65,312,14,0,0,0,0],[307,19,311,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17handleLayerChange33_3F6DCF5274FAA15D1D30B899095A639FLL_6sourceySS_AC0jK6SourceAELLOtF","regions":[[316,84,342,6,0,0,0,0],[321,16,321,22,0,0,0,0],[322,9,328,39,0,0,0,0],[323,16,323,36,0,0,0,0],[323,37,325,14,0,0,0,0],[325,20,327,14,0,0,0,0],[329,9,338,39,0,0,0,0],[330,16,330,85,0,0,0,0],[332,13,337,14,0,0,0,0],[337,14,338,39,0,0,0,0],[339,9,340,39,0,0,0,0],[341,10,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29handleLauncherLayerTransition33_3F6DCF5274FAA15D1D30B899095A639FLL010normalizedK0ySS_tF","regions":[[359,73,375,6,0,0,0,0],[360,12,360,41,0,0,0,0],[360,42,363,10,0,0,0,0],[363,10,375,6,0,0,0,0],[365,12,365,35,0,0,0,0],[365,36,374,10,0,0,0,0],[366,16,366,68,0,0,0,0],[366,69,370,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29handleLauncherLayerTransition33_3F6DCF5274FAA15D1D30B899095A639FLL010normalizedK0ySS_tFSbyKXEfu_","regions":[[366,42,366,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28handleLauncherLayerActivated33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[377,49,398,6,0,0,0,0],[378,45,378,55,0,0,0,0],[378,55,398,6,0,0,0,0],[386,53,386,63,0,0,0,0],[386,63,398,6,0,0,0,0],[392,12,392,24,0,0,0,0],[392,25,394,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28handleLauncherLayerActivated33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[386,31,386,47,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28noteLauncherActionDispatchedyyF","regions":[[400,41,418,6,3,0,0,0],[401,73,401,83,3,0,0,0],[401,83,418,6,0,0,0,0],[412,12,412,32,0,0,0,0],[412,33,414,10,0,0,0,0],[415,12,415,28,0,0,0,0],[415,29,417,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28noteLauncherActionDispatchedyyFSbyKXEfu_","regions":[[401,41,401,67,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05bringG7ToFront33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[420,40,427,6,0,0,0,0],[421,12,421,22,0,0,0,0],[421,23,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12restoreStateyyF","regions":[[431,25,444,6,0,0,0,0],[433,65,433,75,0,0,0,0],[433,75,444,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12restoreStateyyFyyYacfU_","regions":[[436,14,443,10,0,0,0,0],[438,16,438,32,0,0,0,0],[438,33,440,14,0,0,0,0],[440,20,442,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14showForStartup17bypassHiddenCheckySb_tF","regions":[[452,58,503,6,0,0,0,0],[454,12,454,30,0,0,0,0],[454,53,457,10,0,0,0,0],[457,10,503,6,0,0,0,0],[468,12,468,25,0,0,0,0],[468,26,470,10,0,0,0,0],[480,47,484,10,0,0,0,0],[484,10,503,6,0,0,0,0],[498,12,498,69,0,0,0,0],[498,70,500,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12bringToFrontyyF","regions":[[506,25,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18showForQuickLaunch17bypassHiddenCheckySb_tF","regions":[[513,62,534,6,0,0,0,0],[516,12,516,30,0,0,0,0],[516,53,519,10,0,0,0,0],[519,10,534,6,0,0,0,0],[521,12,521,25,0,0,0,0],[521,26,523,10,0,0,0,0],[528,62,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[537,39,555,6,0,0,0,0],[538,12,538,33,0,0,0,0],[538,34,549,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyAA0j9IndicatorK0OcfU_","regions":[[540,32,542,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyycfU0_","regions":[[543,28,547,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyycfU0_yyXEfU_","regions":[[544,60,546,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyF","regions":[[558,37,575,6,0,0,0,0],[565,120,567,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFSbSo8NSWindowCXEfU_","regions":[[565,56,565,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFSbSo8NSWindowCXEfU_SbyKXEfu_","regions":[[565,97,565,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFyyXEfU0_","regions":[[572,23,574,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9configure15kanataViewModel22ruleCollectionsManageryAA06KanatakL0C_AA04RulenO0CSgtF","regions":[[578,109,582,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvg","regions":[[586,13,586,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvgSbyKXEfu_","regions":[[586,36,586,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvs","regions":[[587,13,594,10,0,0,0,0],[588,16,588,24,0,0,0,0],[588,25,590,14,0,0,0,0],[590,20,592,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC6toggle03viaF8ShortcutySb_tF","regions":[[600,52,636,6,0,0,0,0],[601,12,601,21,0,0,0,0],[601,22,613,10,0,0,0,0],[606,16,606,35,0,0,0,0],[606,36,610,14,0,0,0,0],[613,16,635,10,0,0,0,0],[618,16,618,35,0,0,0,0],[618,36,622,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC6toggle03viaF8ShortcutySb_tFyyYacfU_","regions":[[625,18,634,14,0,0,0,0],[627,20,627,36,0,0,0,0],[627,37,629,18,0,0,0,0],[629,24,633,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC11canAutoShowSbvg","regions":[[640,27,642,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC11canAutoShowSbvgSbyKXEfu_","regions":[[641,34,641,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21clearExplicitHideFlagyyF","regions":[[645,34,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resetWindowFrameyyF","regions":[[650,29,660,6,0,0,0,0],[654,12,654,21,0,0,0,0],[654,22,657,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyF","regions":[[663,30,687,6,0,0,0,0],[666,12,666,25,0,0,0,0],[666,26,668,10,0,0,0,0],[673,12,673,66,0,0,0,0],[673,67,675,10,0,0,0,0],[677,31,677,41,0,0,0,0],[677,41,687,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyFSbyKXEfu_","regions":[[673,39,673,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyFSo8NSScreenCSgyKXEfu0_","regions":[[679,63,679,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20toggleInspectorPanelyyF","regions":[[689,33,724,6,0,0,0,0],[691,50,694,10,0,0,0,0],[694,10,724,6,0,0,0,0],[696,12,696,66,0,0,0,0],[696,67,699,10,0,0,0,0],[699,16,723,10,0,0,0,0],[700,27,719,14,0,0,0,0],[702,20,702,60,0,0,0,0],[702,61,718,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20toggleInspectorPanelyyFSbyKXEfu_","regions":[[696,39,696,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25toggleDrawerWithHighlightyyF","regions":[[727,38,736,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25toggleDrawerWithHighlightyyFyyYbScMYccfU_","regions":[[730,64,732,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23autoHideOnceForSettingsyyF","regions":[[740,36,747,6,0,0,0,0],[741,60,741,70,0,0,0,0],[741,70,747,6,0,0,0,0],[744,12,744,21,0,0,0,0],[744,22,746,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26resetSettingsAutoHideGuardyyF","regions":[[751,39,760,6,0,0,0,0],[757,12,757,25,0,0,0,0],[757,38,759,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[764,31,819,6,0,0,0,0],[765,12,765,25,0,0,0,0],[765,26,767,10,0,0,0,0],[771,62,783,10,0,0,0,0],[773,16,773,70,0,0,0,0],[773,71,781,14,0,0,0,0],[786,50,806,10,0,0,0,0],[806,16,808,10,0,0,0,0],[811,12,811,69,0,0,0,0],[811,70,813,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[773,43,773,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFySo18NSAnimationContextCXEfU_","regions":[[800,50,805,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[821,31,855,6,0,0,0,0],[827,12,827,66,0,0,0,0],[827,67,829,10,0,0,0,0],[832,50,852,10,0,0,0,0],[852,16,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[827,39,827,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFySo18NSAnimationContextCXEfU_","regions":[[839,50,844,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyyYbcfU0_","regions":[[844,34,851,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyyYbcfU0_yyScMYcXEfU_","regions":[[845,42,850,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19handleKeymapChanged33_3F6DCF5274FAA15D1D30B899095A639FLL8keymapId18includePunctuationySS_SbtF","regions":[[860,82,876,6,0,0,0,0],[861,47,864,10,0,0,0,0],[864,10,876,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19handleKeymapChanged33_3F6DCF5274FAA15D1D30B899095A639FLL8keymapId18includePunctuationySS_SbtFyyYacfU_","regions":[[868,14,875,10,0,0,0,0],[871,16,871,34,0,0,0,0],[871,35,874,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtF","regions":[[879,77,962,6,0,0,0,0],[880,12,880,38,0,0,0,0],[880,39,883,10,0,0,0,0],[883,10,962,6,0,0,0,0],[885,43,888,10,0,0,0,0],[888,10,962,6,0,0,0,0],[894,12,894,42,0,0,0,0],[894,43,911,10,0,0,0,0],[897,16,897,38,0,0,0,0],[897,39,901,14,0,0,0,0],[901,14,911,10,0,0,0,0],[905,13,910,14,0,0,0,0],[910,14,911,10,0,0,0,0],[911,10,962,6,0,0,0,0],[916,76,918,10,0,0,0,0],[918,85,921,10,0,0,0,0],[921,16,924,10,0,0,0,0],[932,37,935,10,0,0,0,0],[935,10,962,6,0,0,0,0],[948,55,950,10,0,0,0,0],[951,61,953,10,0,0,0,0],[954,49,956,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtFSbyKXEfu_","regions":[[931,59,931,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtFSbyKXEfu0_","regions":[[931,91,931,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21launcherActionMessage33_3F6DCF5274FAA15D1D30B899095A639FLL3forSSSgAA14LauncherTargetO_tFZ","regions":[[964,86,976,6,0,0,0,0],[965,16,965,22,0,0,0,0],[966,9,967,48,0,0,0,0],[968,9,970,37,0,0,0,0],[971,9,972,36,0,0,0,0],[973,9,974,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21launcherActionMessage33_3F6DCF5274FAA15D1D30B899095A639FLL3forSSSgAA14LauncherTargetO_tFZSSyKXEfu_","regions":[[967,42,967,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15saveWindowFrameyyF","regions":[[978,28,991,6,0,0,0,0],[979,31,979,41,0,0,0,0],[979,41,991,6,0,0,0,0],[980,24,980,47,0,0,0,0],[980,48,985,10,0,0,0,0],[985,16,987,10,0,0,0,0],[988,57,988,85,0,0,0,0],[988,88,988,100,0,0,0,0],[989,48,989,58,0,0,0,0],[989,58,991,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15saveWindowFrameyyFSo6CGRectVyKXEfu_","regions":[[981,46,984,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18persistWindowFrame33_3F6DCF5274FAA15D1D30B899095A639FLLyySo6CGRectVF","regions":[[993,54,995,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20defaultCenteredFrame33_3F6DCF5274FAA15D1D30B899095A639FLL2onSo6CGRectVSo8NSScreenCSg_tF","regions":[[997,71,1003,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18restoreWindowFrame33_3F6DCF5274FAA15D1D30B899095A639FLLSo6CGRectVSgyF","regions":[[1005,50,1007,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13windowDidMoveyy10Foundation12NotificationVF","regions":[[1011,53,1015,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13windowDidMoveyy10Foundation12NotificationVFyyYaYbScMYccfU_","regions":[[1012,14,1014,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15windowDidResizeyy10Foundation12NotificationVF","regions":[[1017,55,1021,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15windowDidResizeyy10Foundation12NotificationVFyyYaYbScMYccfU_","regions":[[1018,14,1020,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC015windowWillStartE6Resizeyy10Foundation12NotificationVF","regions":[[1023,53,1028,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC015windowWillStartE6Resizeyy10Foundation12NotificationVFSo6CGRectVyKXEfu_","regions":[[1027,45,1027,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC012windowDidEndE6Resizeyy10Foundation12NotificationVF","regions":[[1030,50,1034,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16windowWillResize_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[1036,79,1060,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12createWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[1062,33,1127,6,0,0,0,0],[1110,27,1112,10,0,0,0,0],[1112,46,1121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12createWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSo6CGSizeVyKXEfu_","regions":[[1077,47,1077,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyF","regions":[[1129,45,1154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyAA08PhysicalA0V_AA05LayerA4InfoVSgtcfU_","regions":[[1136,25,1138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU0_","regions":[[1139,22,1141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU1_","regions":[[1142,32,1144,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFySS_SbtcfU2_","regions":[[1145,30,1147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU3_","regions":[[1148,35,1150,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07refreshG7Content33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[1156,42,1159,6,0,0,0,0],[1157,36,1157,46,0,0,0,0],[1157,46,1159,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC16_isInspectorOpen33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[18,38,18,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC16_inspectorReveal33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[19,47,19,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_isInspectorAnimating33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[20,43,20,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC19_isInspectorClosing33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[21,41,21,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_desiredContentHeight33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[22,52,22,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC20_desiredContentWidth33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[23,51,23,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC20_keyboardAspectRatio33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[24,51,24,125,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_healthIndicatorState33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVyAA06HealthjK0OGvpfi","regions":[[27,65,27,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC24_drawerButtonHighlighted33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[30,46,30,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC18_showingHintBubble33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[33,40,33,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InspectorPanelLayoutO13expandedFrame04baseI014inspectorWidth11maxVisibleXSo6CGRectVAI_12CoreGraphics7CGFloatVALSgtFZ","regions":[[44,17,56,6,0,0,0,0],[48,28,53,10,0,0,0,0],[50,16,50,28,0,0,0,0],[50,29,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InspectorPanelLayoutO14collapsedFrame08expandedI014inspectorWidthSo6CGRectVAH_12CoreGraphics7CGFloatVtFZ","regions":[[58,90,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC10minVisible33_EB9EF29BAEF0513321145DEC87DE20ECLL12CoreGraphics7CGFloatVvpfi","regions":[[69,39,69,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC09canBecomeA0Sbvg","regions":[[72,37,72,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC13canBecomeMainSbvg","regions":[[75,38,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC18constrainFrameRect_2toSo6CGRectVAG_So8NSScreenCSgtF","regions":[[77,91,98,6,0,0,0,0],[78,31,78,51,0,0,0,0],[78,51,97,20,0,0,0,0],[84,12,84,49,0,0,0,0],[84,50,86,10,0,0,0,0],[86,19,86,56,0,0,0,0],[86,57,88,10,0,0,0,0],[91,12,91,49,0,0,0,0],[91,50,93,10,0,0,0,0],[93,19,93,56,0,0,0,0],[93,57,95,10,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC13overrideToken33_EB9EF29BAEF0513321145DEC87DE20ECLL10Foundation4UUIDVvpfi","regions":[[105,33,105,39,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC18timeoutNanoseconds5sleepACs6UInt64V_yAGYaYbctcfcfA0_yAGYaYbcfU_","regions":[[111,61,113,10,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC18timeoutNanoseconds5sleepACs6UInt64V_yAGYaYbctcfc","regions":[[114,7,117,6,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC8activateyySSF","regions":[[119,36,122,6,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC5clearyyF","regions":[[124,18,127,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC07clearOnA5Press_12modifierKeysSSSgSS_ShySSGtF","regions":[[129,79,137,6,2,0,0,0],[132,14,134,10,1,0,0,0],[134,10,136,21,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC24shouldIgnoreKanataUpdate010normalizedG0SbSS_tF","regions":[[139,68,142,6,0,0,0,0],[140,45,140,61,0,0,0,0],[140,61,141,40,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC15scheduleTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyF","regions":[[144,36,158,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC15scheduleTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyFyyYacfU_","regions":[[148,29,157,10,4,0,0,0],[150,47,150,57,0,0,0,0],[150,57,157,10,4,0,0,0],[151,41,156,14,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC13cancelTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyF","regions":[[160,34,163,6,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DragHandleTexture33_545A430F95C566103C719C17C5FEFAFALLV4bodyQrvg","regions":[[12,25,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DragHandleTexture33_545A430F95C566103C719C17C5FEFAFALLV4bodyQrvgy7SwiftUI15GraphicsContextVz_So6CGSizeVtcfU_","regions":[[13,16,37,10,0,0,0,0],[18,19,18,44,0,0,0,0],[19,19,19,44,0,0,0,0],[23,19,23,34,0,0,0,0],[23,35,36,14,0,0,0,0],[25,23,25,37,0,0,0,0],[25,38,34,18,0,0,0,0],[34,18,36,14,0,0,0,0],[36,14,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tF","regions":[[47,46,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_","regions":[[50,32,70,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_","regions":[[52,34,69,26,0,0,0,0],[53,32,53,40,0,0,0,0],[53,41,66,30,0,0,0,0],[55,119,65,34,0,0,0,0],[66,36,68,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_SbSo8NSWindowCXEfU_","regions":[[55,76,55,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_SbSo8NSWindowCXEfU_SbyKXEfu_","regions":[[55,94,55,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13windowTooltip33_545A430F95C566103C719C17C5FEFAFALL_2idQrSS_SStF","regions":[[76,65,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13_initialFrame33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[114,47,114,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_initialMouseLocation33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[115,56,115,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18_isLayerPickerOpen33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[116,44,116,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV16_availableLayers33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySaySSGGvpfi","regions":[[117,52,117,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20_isLayerPillExpanded33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[119,46,119,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20_isHoveringLayerPill33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[121,46,121,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14_lastLayerName33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySSGvpfi","regions":[[127,48,127,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_showingNewLayerSheet33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[129,47,129,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13_newLayerName33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySSGvpfi","regions":[[131,39,131,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_layerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVyAF0K0OGvpfi","regions":[[135,53,135,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13isSystemLayer33_545A430F95C566103C719C17C5FEFAFALLySbSSF","regions":[[141,57,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV29layerPillInitialCollapseDelay33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[147,63,147,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27layerPillHoverCollapseDelay33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[148,61,148,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20layerPillGracePeriod33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[149,54,149,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV16layerDisplayName33_545A430F95C566103C719C17C5FEFAFALLSSvg","regions":[[151,42,154,6,0,0,0,0],[152,12,152,26,0,0,0,0],[152,27,152,48,0,0,0,0],[152,48,153,95,0,0,0,0],[153,58,153,64,0,0,0,0],[153,67,153,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14isNonBaseLayer33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[157,38,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14isNonBaseLayer33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu_","regions":[[158,27,158,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV26shouldShowStatusIndicators33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[162,50,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg","regions":[[166,25,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_","regions":[[170,28,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_","regions":[[176,32,216,14,0,0,0,0],[196,50,196,66,0,0,0,0],[196,69,196,84,0,0,0,0],[198,55,198,78,0,0,0,0],[198,81,198,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_yyScMYccfU_","regions":[[183,24,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_A37_yXEfU0_","regions":[[186,26,193,18,0,0,0,0],[187,57,187,71,0,0,0,0],[187,74,187,95,0,0,0,0],[189,68,189,85,0,0,0,0],[189,88,189,103,0,0,0,0],[191,64,191,67,0,0,0,0],[191,70,191,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_ySbcfU1_","regions":[[195,26,195,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_yyScMYccfU2_","regions":[[201,24,205,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_A35_yXEfU3_","regions":[[205,26,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_ySbcfU4_","regions":[[212,26,212,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy7SwiftUI0F7GestureV5ValueVcfU0_","regions":[[230,28,242,18,0,0,0,0],[231,24,231,35,0,0,0,0],[231,36,237,22,0,0,0,0],[232,61,235,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy7SwiftUI0F7GestureV5ValueVcfU1_","regions":[[243,26,245,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgyycfU2_","regions":[[247,19,249,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[250,88,252,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgySb_SbtcfU4_","regions":[[253,40,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyF","regions":[[261,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_","regions":[[262,14,288,10,0,0,0,0],[267,70,275,14,0,0,0,0],[272,66,274,18,0,0,0,0],[275,14,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[280,33,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_yyYbScMYcXEfU_SbSS_SStXEfU_","regions":[[281,49,286,18,0,0,0,0],[283,24,283,35,0,0,0,0],[283,36,283,51,0,0,0,0],[283,51,285,33,0,0,0,0],[284,24,284,35,0,0,0,0],[284,36,284,52,0,0,0,0],[284,52,285,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10headerTint33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5ColorVvg","regions":[[291,35,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10headerFill33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5ColorVvg","regions":[[295,35,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15headerIconColor33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0J0Vvg","regions":[[300,40,302,6,0,0,0,0],[301,38,301,41,0,0,0,0],[301,44,301,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF","regions":[[305,95,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF7SwiftUI19_ConditionalContentVyAA25SystemHealthIndicatorViewVAK4ViewPAKE10transitionyQrqd__AK10TransitionRd__lFQOyAK6HStackVyAK9TupleViewVyAC22kanataDisconnectedPillAELLAFQrAJ_tFQOy_Qo_Sg_AC13inputModePillAELL0Q0AFQrSS_AJtFQOy_Qo_SgAqKE9animation_5valueQrAK9AnimationVSg_qd__tSQRd__lFQOyAqKEARyQrqd__AkSRd__lFQOyAqKE2idyQrqd__SHRd__lFQOyAC9layerPillAELL16layerDisplayNameAfGQrSS_A2JtFQOy_Qo__SSQo__AK14MoveTransitionVQo__SSQo_tGG_AK17OpacityTransitionVQo_GyXEfU_","regions":[[306,37,339,10,0,0,0,0],[307,16,307,50,0,0,0,0],[307,51,314,14,0,0,0,0],[314,20,338,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF7SwiftUI19_ConditionalContentVyAA25SystemHealthIndicatorViewVAK4ViewPAKE10transitionyQrqd__AK10TransitionRd__lFQOyAK6HStackVyAK9TupleViewVyAC22kanataDisconnectedPillAELLAFQrAJ_tFQOy_Qo_Sg_AC13inputModePillAELL0Q0AFQrSS_AJtFQOy_Qo_SgAqKE9animation_5valueQrAK9AnimationVSg_qd__tSQRd__lFQOyAqKEARyQrqd__AkSRd__lFQOyAqKE2idyQrqd__SHRd__lFQOyAC9layerPillAELL16layerDisplayNameAfGQrSS_A2JtFQOy_Qo__SSQo__AK14MoveTransitionVQo__SSQo_tGG_AK17OpacityTransitionVQo_GyXEfU_A17_yXEfU_","regions":[[315,36,336,18,0,0,0,0],[316,24,316,42,0,0,0,0],[316,43,318,22,0,0,0,0],[318,22,336,18,0,0,0,0],[320,47,325,22,0,0,0,0],[325,22,336,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13inputModePill33_545A430F95C566103C719C17C5FEFAFALL9indicator0R12CornerRadiusQrSS_12CoreGraphics7CGFloatVtF","regions":[[344,96,364,6,0,0,0,0],[345,31,345,40,0,0,0,0],[346,9,346,31,0,0,0,0],[347,9,347,31,0,0,0,0],[348,9,348,33,0,0,0,0],[349,9,349,28,0,0,0,0],[350,10,363,68,0,0,0,0],[359,56,359,59,0,0,0,0],[359,62,359,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[367,43,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu_","regions":[[368,32,368,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu0_","regions":[[368,55,368,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV26layerPillBackgroundOpacity33_545A430F95C566103C719C17C5FEFAFALLSdvg","regions":[[372,52,375,6,0,0,0,0],[373,36,373,39,0,0,0,0],[373,42,373,46,0,0,0,0],[374,38,374,56,0,0,0,0],[374,59,374,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15layerPillSpring33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI9AnimationVvg","regions":[[378,44,380,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF","regions":[[383,120,464,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_","regions":[[386,15,425,10,0,0,0,0],[387,16,387,35,0,0,0,0],[387,36,412,14,0,0,0,0],[412,20,424,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_yyScMYccfU_","regions":[[389,24,391,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A27_yXEfU0_","regions":[[391,26,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A27_yXEfU0_A18_yXEfU_","regions":[[392,40,400,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_yyScMYccfU1_","regions":[[414,24,416,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A42_yXEfU2_","regions":[[416,26,421,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFySbcfU0_","regions":[[432,18,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAC0H13PickerPopoverAELLQrvpQOy_Qo_ycfU1_","regions":[[435,84,437,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_","regions":[[438,52,452,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_ySScfU_","regions":[[442,27,446,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_yycfU0_","regions":[[447,27,450,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFySS_SStcfU3_","regions":[[453,41,455,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFyycfU4_","regions":[[456,19,460,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbF","regions":[[467,57,493,6,0,0,0,0],[472,12,472,20,0,0,0,0],[472,21,483,10,0,0,0,0],[478,16,478,36,0,0,0,0],[478,37,482,14,0,0,0,0],[483,16,492,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFyyXEfU_","regions":[[479,48,481,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFySo7NSTimerCYbcfU0_","regions":[[485,114,491,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFySo7NSTimerCYbcfU0_yyYbScMYccfU_","regions":[[486,42,490,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21handleLayerNameChange33_545A430F95C566103C719C17C5FEFAFALLyySSF","regions":[[496,64,512,6,0,0,0,0],[498,50,498,60,0,0,0,0],[498,60,512,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21handleLayerNameChange33_545A430F95C566103C719C17C5FEFAFALLyySSFyyXEfU_","regions":[[506,40,508,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tF","regions":[[515,65,529,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_","regions":[[520,92,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_yyYbScMYccfU_","regions":[[521,38,527,14,0,0,0,0],[523,69,523,79,0,0,0,0],[523,79,527,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_yyYbScMYccfU_yyXEfU_","regions":[[524,48,526,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15toggleLayerMenu33_545A430F95C566103C719C17C5FEFAFALLyyF","regions":[[532,36,541,6,0,0,0,0],[533,12,533,29,0,0,0,0],[533,30,536,10,0,0,0,0],[536,16,540,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27computeLayerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0L0OyF","regions":[[544,56,567,6,0,0,0,0],[547,14,549,10,0,0,0,0],[549,10,566,20,0,0,0,0],[562,12,562,52,0,0,0,0],[562,53,564,10,0,0,0,0],[564,10,566,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27computeLayerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0L0OyFSo8NSScreenCSgyKXEfu_","regions":[[546,45,546,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg","regions":[[570,47,618,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[571,28,608,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A7_Si_SStcfU_","regions":[[572,73,580,14,0,0,0,0],[575,20,575,53,0,0,0,0],[575,54,579,18,0,0,0,0],[579,18,580,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[587,20,590,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A51_yXEfU1_","regions":[[590,22,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A51_yXEfU1_A44_yXEfU_","regions":[[591,37,599,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF","regions":[[622,75,681,6,0,0,0,0],[623,58,623,64,0,0,0,0],[623,67,623,84,0,0,0,0],[676,62,676,66,0,0,0,0],[676,69,676,91,0,0,0,0],[676,82,676,86,0,0,0,0],[676,89,676,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[629,28,673,10,0,0,0,0],[657,16,657,25,0,0,0,0],[657,26,672,14,0,0,0,0],[670,38,670,39,0,0,0,0],[670,42,670,43,0,0,0,0],[672,14,673,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_","regions":[[630,20,633,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A38_yXEfU0_","regions":[[633,22,652,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A38_yXEfU0_A29_yXEfU_","regions":[[634,37,647,18,0,0,0,0],[638,59,638,76,0,0,0,0],[638,79,638,89,0,0,0,0],[642,24,642,38,0,0,0,0],[642,39,646,22,0,0,0,0],[646,22,647,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU1_","regions":[[658,24,661,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A50_yXEfU2_","regions":[[661,26,667,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitFySbcfU0_","regions":[[678,18,680,10,0,0,0,0],[679,39,679,44,0,0,0,0],[679,47,679,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22LayerPickerButtonStyle33_545A430F95C566103C719C17C5FEFAFALLV8makeBody13configurationQr7SwiftUI0jK13ConfigurationV_tF","regions":[[685,66,691,10,0,0,0,0],[689,79,689,83,0,0,0,0],[689,86,689,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13layerIconName33_545A430F95C566103C719C17C5FEFAFALL3forS2S_tF","regions":[[694,72,713,6,0,0,0,0],[697,16,697,21,0,0,0,0],[698,9,699,30,0,0,0,0],[700,9,701,64,0,0,0,0],[702,9,703,31,0,0,0,0],[704,9,705,28,0,0,0,0],[706,9,707,31,0,0,0,0],[708,9,709,31,0,0,0,0],[710,9,711,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22kanataDisconnectedPill33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[715,86,732,6,0,0,0,0],[727,53,727,57,0,0,0,0],[727,60,727,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22kanataDisconnectedPill33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadiusQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ4ViewPAJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGyXEfU_","regions":[[716,28,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10moveWindow33_545A430F95C566103C719C17C5FEFAFALL6deltaX0Q1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[734,63,740,6,0,0,0,0],[735,53,735,63,0,0,0,0],[735,63,740,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyF","regions":[[742,51,746,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyFSbAGXEfU_","regions":[[743,44,745,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[744,51,744,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV15headerIconColor33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0K0Vvg","regions":[[759,40,761,6,0,0,0,0],[760,38,760,41,0,0,0,0],[760,44,760,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg","regions":[[763,25,845,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_","regions":[[764,15,843,10,0,0,0,0],[765,20,765,25,0,0,0,0],[766,13,781,18,0,0,0,0],[780,60,780,63,0,0,0,0],[780,66,780,70,0,0,0,0],[783,13,799,61,0,0,0,0],[801,13,838,19,0,0,0,0],[834,88,834,90,0,0,0,0],[834,93,834,96,0,0,0,0],[840,13,841,28,0,0,0,0],[842,14,843,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A17_yXEfU_","regions":[[768,36,774,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A42_yXEfU0_","regions":[[785,36,792,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_yyScMYccfU1_","regions":[[803,24,806,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A80_yXEfU2_","regions":[[806,26,825,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A80_yXEfU2_A42_yXEfU_","regions":[[807,40,814,22,0,0,0,0],[811,48,811,57,0,0,0,0],[811,60,811,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_yycfU3_","regions":[[828,59,831,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[27,47,27,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14hasCustomRulesSbvpfi","regions":[[29,32,29,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV11customRulesSayAA10CustomRuleVGvpfi","regions":[[31,37,31,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10appKeymapsSayAA0C6KeymapVGvpfi","regions":[[33,35,33,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16selectedKeymapIdSSvpfP","regions":[[45,6,45,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV17_selectedKeymapId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[45,79,45,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23includePunctuationStoreSSvpfP","regions":[[46,6,46,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV24_includePunctuationStore33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[46,101,46,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16selectedLayoutIdSSvpfP","regions":[[47,6,47,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV17_selectedLayoutId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[47,79,47,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18selectedColorwayIdSSvpfP","regions":[[48,6,48,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV19_selectedColorwayId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[48,71,48,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV20_customizeHoldAction33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySSGvpfi","regions":[[59,46,59,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25_customizeDoubleTapAction33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySSGvpfi","regions":[[61,51,61,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23_customizeTapDanceSteps33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySaySS5label_SS6actiontGGvpfi","regions":[[63,76,63,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV20_customizeTapTimeout33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySiGvpfi","regions":[[65,43,65,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV21_customizeHoldTimeout33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySiGvpfi","regions":[[67,44,67,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV28_customizeShowTimingAdvanced33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySbGvpfi","regions":[[69,52,69,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23_launcherActivationMode33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyAA08LauncheriJ0OGvpfi","regions":[[78,65,78,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25_launcherHyperTriggerMode33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyAA0ijK0OGvpfi","regions":[[80,61,80,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31_showLauncherHistorySuggestions33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySbGvpfi","regions":[[82,49,82,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV24_launcherExistingDomains33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyShySSGGvpfi","regions":[[84,55,84,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvg","regions":[[90,49,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvgSbyYbcfU_","regions":[[92,18,92,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvgySbYbcfU0_","regions":[[93,18,93,56,0,0,0,0],[93,23,93,26,0,0,0,0],[93,27,93,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10panelTitle33_7F734AA9422332C07AEE62744CFD1A22LLSSvg","regions":[[98,36,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10panelTitle33_7F734AA9422332C07AEE62744CFD1A22LLSSvgSSyKXEfu_","regions":[[99,37,99,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18includePunctuation33_7F734AA9422332C07AEE62744CFD1A22LLSbvg","regions":[[102,42,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV07visibleF5Width33_7F734AA9422332C07AEE62744CFD1A22LL12CoreGraphics7CGFloatVvg","regions":[[106,48,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg","regions":[[113,25,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_","regions":[[119,26,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_","regions":[[120,36,176,18,0,0,0,0],[134,24,134,53,0,0,0,0],[134,54,139,22,0,0,0,0],[139,31,139,57,0,0,0,0],[139,58,144,22,0,0,0,0],[144,31,144,57,0,0,0,0],[144,58,147,22,0,0,0,0],[147,31,147,62,0,0,0,0],[147,63,152,22,0,0,0,0],[152,28,175,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_A32_yXEfU_","regions":[[153,36,174,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[154,70,171,30,0,0,0,0],[155,40,155,55,0,0,0,0],[156,33,157,48,0,0,0,0],[158,33,159,51,0,0,0,0],[160,33,161,48,0,0,0,0],[162,33,163,51,0,0,0,0],[164,33,165,50,0,0,0,0],[166,33,167,48,0,0,0,0],[168,33,169,48,0,0,0,0],[170,34,171,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI19_ConditionalContentVyAC017launcherCustomizegL0QrvpQOy_Qo_AE9EmptyViewVGycfU0_","regions":[[178,27,185,14,0,0,0,0],[179,24,179,41,0,0,0,0],[180,17,181,50,0,0,0,0],[182,17,183,32,0,0,0,0],[184,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvgySS_SStcfU1_","regions":[[189,41,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvgySS_SStcfU2_","regions":[[192,48,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE16allowsHitTestingyQrSbFQOyAE14GeometryReaderVyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE011StrokeShapeK0VyAE9RectangleVAE5ColorVAE05EmptyK0VG_Qo_G_Qo_SgyXEfU3_","regions":[[195,39,205,10,0,0,0,0],[196,16,196,38,0,0,0,0],[196,39,204,14,0,0,0,0],[204,14,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE16allowsHitTestingyQrSbFQOyAE14GeometryReaderVyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE011StrokeShapeK0VyAE9RectangleVAE5ColorVAE05EmptyK0VG_Qo_G_Qo_SgyXEfU3_A2_AE0O5ProxyVcfU_","regions":[[197,32,202,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV6isDarkSbvg","regions":[[208,22,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18unavailableSection5title7messageQrSS_SStF","regions":[[212,74,228,6,0,0,0,0],[226,45,226,49,0,0,0,0],[226,52,226,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18unavailableSection5title7messageQrSS_SStF7SwiftUI9TupleViewVyAG4TextV_AKtGyXEfU_","regions":[[213,49,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16selectedLayoutId33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[27,6,27,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_selectedLayoutId33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[27,87,27,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16selectedKeymapId33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[28,6,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_selectedKeymapId33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[28,87,28,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29keymapIncludePunctuationStore33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[29,6,29,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV30_keymapIncludePunctuationStore33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[29,115,29,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04_escA9LeftInset33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[31,51,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV14_keyboardWidth33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[32,49,32,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20_inspectorSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySSGvpfi","regions":[[33,54,33,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18settingsSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[34,6,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19_settingsSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[34,86,34,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovg","regions":[[36,13,36,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0OvgAGyKXEfu_","regions":[[36,66,36,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovs","regions":[[37,25,37,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovg","regions":[[41,13,44,10,0,0,0,0],[43,46,43,53,0,0,0,0],[43,56,43,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0OvgAGyKXEfu_","regions":[[42,77,42,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovs","regions":[[45,25,45,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15_hasCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[49,41,49,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18_cachedCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySayAA0J4RuleVGGvpfi","regions":[[51,58,51,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV11_appKeymaps33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[53,50,53,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV30_showResetAllRulesConfirmation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[55,56,55,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20_inputSourceDetector33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI14ObservedObjectVyAA05InputjK0CGvpfi","regions":[[61,55,61,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22_isSettingsShelfActive33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[63,48,63,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25_keyboardDragInitialFrame33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[65,59,65,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV33_keyboardDragInitialMouseLocation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[66,68,66,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV03_isF8Dragging33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[67,45,67,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_isHeaderDragging33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[68,43,68,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV03_isG7Hovered33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[71,43,71,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV23_isHoveringHeaderButton33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[73,49,73,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV27launcherWelcomeSeenForBuild33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[77,6,77,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV28_launcherWelcomeSeenForBuild33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[77,98,77,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV37hasSeenLauncherWelcomeForCurrentBuild33_15B140BD84C145F6533A80BBA93D3EC8LLSbvg","regions":[[81,61,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25markLauncherWelcomeAsSeen33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[87,46,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeLayout33_15B140BD84C145F6533A80BBA93D3EC8LLAA08PhysicalJ0Vvg","regions":[[92,46,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeLayout33_15B140BD84C145F6533A80BBA93D3EC8LLAA08PhysicalJ0VvgAGyKXEfu_","regions":[[93,54,93,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeKeymap33_15B140BD84C145F6533A80BBA93D3EC8LLAA07LogicalJ0Vvg","regions":[[97,45,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeKeymap33_15B140BD84C145F6533A80BBA93D3EC8LLAA07LogicalJ0VvgAGyKXEfu_","regions":[[98,53,98,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV24includeKeymapPunctuation33_15B140BD84C145F6533A80BBA93D3EC8LLSbvg","regions":[[102,48,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22settingsShelfAnimation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0K0Vvg","regions":[[109,51,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22selectInspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0jK0OF","regions":[[113,70,126,6,0,0,0,0],[114,12,114,35,0,0,0,0],[114,36,120,10,0,0,0,0],[117,16,117,38,0,0,0,0],[117,39,119,14,0,0,0,0],[120,16,125,10,0,0,0,0],[122,16,122,37,0,0,0,0],[122,38,124,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19toggleSettingsShelf33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[128,40,139,6,0,0,0,0],[129,52,129,55,0,0,0,0],[129,58,129,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19toggleSettingsShelf33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyXEfU_","regions":[[130,34,138,10,0,0,0,0],[131,16,131,37,0,0,0,0],[131,38,134,14,0,0,0,0],[134,20,137,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg","regions":[[141,25,505,6,0,0,0,0],[157,55,157,56,0,0,0,0],[157,59,157,81,0,0,0,0],[160,54,160,81,0,0,0,0],[160,84,160,85,0,0,0,0],[161,58,161,59,0,0,0,0],[161,62,161,89,0,0,0,0],[164,50,164,69,0,0,0,0],[164,72,164,73,0,0,0,0],[169,64,169,77,0,0,0,0],[169,80,169,83,0,0,0,0],[435,28,435,31,0,0,0,0],[435,34,435,96,0,0,0,0],[435,66,435,89,0,0,0,0],[435,92,435,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu_","regions":[[151,64,151,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu0_","regions":[[153,16,153,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu1_","regions":[[154,16,154,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu2_","regions":[[156,55,156,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu3_","regions":[[168,68,168,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu4_","regions":[[168,88,168,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg12CoreGraphics7CGFloatVAGXEfU_","regions":[[170,68,170,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_","regions":[[173,32,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_SbyKXEfu_","regions":[[185,71,185,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_SbyKXEfu_SbyKXEfu0_","regions":[[185,99,185,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU_","regions":[[189,30,189,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU0_","regions":[[190,40,190,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU1_","regions":[[191,34,191,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU2_","regions":[[192,38,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU2_yyYacfU_","regions":[[193,30,195,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU3_","regions":[[197,36,202,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU3_yyYacfU_","regions":[[198,30,201,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU4_","regions":[[203,36,211,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU4_yyYacfU_","regions":[[204,30,210,26,0,0,0,0],[206,32,206,104,0,0,0,0],[206,105,208,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_","regions":[[233,95,246,10,0,0,0,0],[234,37,234,47,0,0,0,0],[234,47,246,10,0,0,0,0],[237,48,237,70,0,0,0,0],[237,73,237,86,0,0,0,0],[238,16,238,30,0,0,0,0],[238,31,240,14,0,0,0,0],[241,40,241,50,0,0,0,0],[241,50,246,10,0,0,0,0],[243,16,243,61,0,0,0,0],[243,62,245,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_SbyKXEfu_","regions":[[236,56,236,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySS_SStcfU2_","regions":[[247,66,265,10,0,0,0,0],[252,42,252,52,0,0,0,0],[252,52,265,10,0,0,0,0],[254,16,254,61,0,0,0,0],[254,62,256,14,0,0,0,0],[259,16,259,32,0,0,0,0],[259,33,264,14,0,0,0,0],[261,20,261,61,0,0,0,0],[261,62,263,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyAA16InspectorSectionO_AFtcfU3_","regions":[[266,66,288,10,0,0,0,0],[267,16,267,42,0,0,0,0],[267,43,272,14,0,0,0,0],[269,20,269,42,0,0,0,0],[269,43,271,18,0,0,0,0],[272,23,272,44,0,0,0,0],[272,45,274,14,0,0,0,0],[276,16,276,40,0,0,0,0],[276,41,279,14,0,0,0,0],[281,16,281,37,0,0,0,0],[281,38,283,14,0,0,0,0],[285,16,285,42,0,0,0,0],[285,69,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU4_","regions":[[289,73,310,10,0,0,0,0],[290,16,290,22,0,0,0,0],[290,23,305,14,0,0,0,0],[292,20,292,42,0,0,0,0],[292,43,300,18,0,0,0,0],[293,24,293,38,0,0,0,0],[293,39,296,22,0,0,0,0],[296,28,299,22,0,0,0,0],[302,20,302,50,0,0,0,0],[302,51,304,18,0,0,0,0],[305,20,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU5_","regions":[[311,44,327,10,0,0,0,0],[314,16,314,34,0,0,0,0],[314,64,316,14,0,0,0,0],[317,16,317,48,0,0,0,0],[317,49,320,14,0,0,0,0],[322,16,322,54,0,0,0,0],[322,55,324,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU6_","regions":[[328,47,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU7_","regions":[[331,110,333,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU8_","regions":[[335,113,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU9_","regions":[[338,110,345,10,0,0,0,0],[342,16,342,30,0,0,0,0],[342,31,344,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU10_","regions":[[346,108,377,10,0,0,0,0],[355,13,376,14,0,0,0,0],[364,17,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU10_yyYbScMYccfU_","regions":[[369,72,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU11_","regions":[[380,114,394,10,0,0,0,0],[381,16,381,48,0,0,0,0],[381,49,393,14,0,0,0,0],[384,57,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU11_yyYbScMYccfU_","regions":[[385,76,391,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbcfU12_","regions":[[408,43,412,10,0,0,0,0],[410,16,410,24,0,0,0,0],[410,25,410,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU13_","regions":[[413,68,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU14_","regions":[[416,66,418,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU15_","regions":[[419,72,421,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatV_AGtcfU16_","regions":[[422,73,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU17_","regions":[[425,73,427,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU18_","regions":[[428,78,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU19_","regions":[[431,63,431,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyYbcfU20_","regions":[[446,22,446,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbYbcfU21_","regions":[[447,22,447,60,0,0,0,0],[447,27,447,30,0,0,0,0],[447,31,447,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_","regions":[[450,22,462,14,0,0,0,0],[451,52,461,18,0,0,0,0],[461,18,462,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_yyScMYccfU_","regions":[[452,58,455,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_yyScMYccfU0_","regions":[[457,53,459,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVSgyXEfU23_","regions":[[463,22,467,14,0,0,0,0],[464,52,466,18,0,0,0,0],[466,18,467,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyYbcfU24_","regions":[[473,22,473,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbYbcfU25_","regions":[[474,22,474,61,0,0,0,0],[474,27,474,30,0,0,0,0],[474,31,474,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU26_","regions":[[476,22,480,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU26_yyScMYccfU_","regions":[[477,30,479,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVSgyXEfU27_","regions":[[481,22,485,14,0,0,0,0],[482,51,484,18,0,0,0,0],[484,18,485,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_","regions":[[492,22,499,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_yyScMYccfU_","regions":[[493,57,495,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_yyScMYccfU0_","regions":[[497,49,497,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVyXEfU29_","regions":[[500,22,502,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF","regions":[[523,20,667,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[524,40,657,10,0,0,0,0],[526,16,526,32,0,0,0,0],[526,33,564,14,0,0,0,0],[564,14,657,10,0,0,0,0],[569,16,569,32,0,0,0,0],[569,103,575,14,0,0,0,0],[571,49,571,52,0,0,0,0],[571,55,571,59,0,0,0,0],[575,14,657,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_yycfU_","regions":[[536,34,536,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_ys6UInt16VSgcfU0_","regions":[[537,36,539,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_ySSSgcfU1_","regions":[[540,34,549,22,0,0,0,0],[542,47,546,26,0,0,0,0],[546,32,548,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_","regions":[[578,49,652,14,0,0,0,0],[615,20,615,37,0,0,0,0],[615,38,647,18,0,0,0,0],[647,24,649,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_SbyKXEfu_","regions":[[600,71,600,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_SbyKXEfu_SbyKXEfu0_","regions":[[600,99,600,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yAVcfU_","regions":[[610,72,612,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yA81_A59_VcfU0_","regions":[[620,44,636,34,0,0,0,0],[621,40,621,59,0,0,0,0],[621,94,626,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yA81_A59_VcfU1_","regions":[[637,42,645,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI0H0PAZE10preference3key5valueQrqd__m_5ValueQyd__tAZ010PreferenceA0Rd__lFQOyAZ5ColorV_AA0g9Availablez10PreferenceA0VQo_AZ13GeometryProxyVcfU0_","regions":[[659,28,665,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[670,41,689,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[671,14,688,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[673,33,687,14,0,0,0,0],[684,20,684,35,0,0,0,0],[684,70,686,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_SayAA0J4RuleVGyKXEfu_","regions":[[678,85,678,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_SbyKXEfu0_","regions":[[682,52,682,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[692,77,722,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[693,14,721,10,0,0,0,0],[698,16,715,14,0,0,0,0],[699,20,699,51,0,0,0,0],[699,52,702,18,0,0,0,0],[701,116,702,18,0,0,0,0],[702,24,705,18,0,0,0,0],[704,80,705,18,0,0,0,0],[705,18,715,14,0,0,0,0],[708,67,715,14,0,0,0,0],[712,51,714,18,0,0,0,0],[715,21,720,14,0,0,0,0],[720,14,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[696,47,696,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_yyYbScMYcXEfU0_","regions":[[717,37,719,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19resetAllCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[725,40,751,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19resetAllCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[726,14,750,10,0,0,0,0],[727,73,727,83,0,0,0,0],[727,83,750,10,0,0,0,0],[734,43,736,14,0,0,0,0],[736,14,750,10,0,0,0,0],[739,16,743,14,0,0,0,0],[740,67,743,14,0,0,0,0],[743,21,745,14,0,0,0,0],[745,14,750,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[754,41,769,6,0,0,0,0],[755,59,755,69,0,0,0,0],[755,69,769,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[757,14,768,10,0,0,0,0],[762,13,767,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[760,66,760,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[763,37,766,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[772,46,789,6,0,0,0,0],[773,55,773,65,0,0,0,0],[773,65,789,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFAA0J10GridConfigVyYbcfU_","regions":[[777,22,777,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFAA0J10GridConfigVyYbcfU_AGyKXEfu_","regions":[[777,59,777,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyAA0J10GridConfigVYbcfU0_","regions":[[778,22,778,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyAA0J10GridConfigV_AA0jK6DialogV0K6ActionOtcfU1_","regions":[[780,25,782,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyycfU2_","regions":[[783,24,787,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVF","regions":[[792,83,812,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_","regions":[[798,14,809,10,0,0,0,0],[800,114,808,14,0,0,0,0],[804,113,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[800,66,800,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_SbAA14RuleCollectionVXEfU0_","regions":[[804,65,804,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV6isDarkSbvg","regions":[[818,22,818,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16overlayPanelFill7SwiftUI5ColorVvg","regions":[[819,33,821,6,0,0,0,0],[820,31,820,35,0,0,0,0],[820,38,820,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15glassBackground12cornerRadius10fadeAmount9isHovered0O8DraggingQr12CoreGraphics7CGFloatV_AKS2btF","regions":[[829,20,882,6,0,0,0,0],[831,47,831,51,0,0,0,0],[831,54,831,55,0,0,0,0],[833,15,833,72,0,0,0,0],[834,15,834,72,0,0,0,0],[836,59,836,63,0,0,0,0],[836,66,836,70,0,0,0,0],[845,41,845,52,0,0,0,0],[845,55,845,66,0,0,0,0],[849,12,849,30,0,0,0,0],[849,31,861,10,0,0,0,0],[851,45,851,48,0,0,0,0],[851,51,851,55,0,0,0,0],[853,67,853,71,0,0,0,0],[853,74,853,78,0,0,0,0],[859,43,859,46,0,0,0,0],[859,49,859,73,0,0,0,0],[860,43,860,46,0,0,0,0],[860,49,860,73,0,0,0,0],[861,16,881,10,0,0,0,0],[870,58,870,61,0,0,0,0],[870,64,870,67,0,0,0,0],[878,43,878,46,0,0,0,0],[878,49,878,72,0,0,0,0],[879,43,879,46,0,0,0,0],[879,49,879,73,0,0,0,0],[880,43,880,46,0,0,0,0],[880,49,880,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15glassBackground12cornerRadius10fadeAmount9isHovered0O8DraggingQr12CoreGraphics7CGFloatV_AKS2btFAKyXEfU_","regions":[[839,43,844,10,0,0,0,0],[840,16,840,26,0,0,0,0],[840,27,842,14,0,0,0,0],[841,33,841,37,0,0,0,0],[841,40,841,43,0,0,0,0],[842,14,843,58,0,0,0,0],[843,32,843,54,0,0,0,0],[843,42,843,46,0,0,0,0],[843,49,843,53,0,0,0,0],[843,57,843,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06updateG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL8hovering10isDragging09allowDragJ00T10OverButtonySb_S3btF","regions":[[889,7,908,6,0,0,0,0],[890,12,890,22,0,0,0,0],[890,23,893,10,0,0,0,0],[893,10,908,6,0,0,0,0],[895,12,895,24,0,0,0,0],[895,25,898,10,0,0,0,0],[898,10,908,6,0,0,0,0],[899,36,902,10,0,0,0,0],[902,10,908,6,0,0,0,0],[903,12,903,20,0,0,0,0],[903,21,905,10,0,0,0,0],[905,16,907,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV07refreshG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL09allowDragJ0ySb_tF","regions":[[910,62,917,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV07refreshG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL09allowDragJ0ySb_tFSbyKXEfu_","regions":[[913,47,913,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctF","regions":[[928,18,975,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA0J7SectionOcfU_","regions":[[932,34,932,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyyYbScMYccACYbcfu_","regions":[[943,40,943,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[943,40,943,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA0C6KeymapV_AA0cA8OverrideVtcfU0_","regions":[[949,34,952,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA10CustomRuleVcfU1_","regions":[[953,37,959,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA10CustomRuleVcfU1_yyYacfU_","regions":[[955,26,958,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU2_","regions":[[960,34,962,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU3_","regions":[[963,37,970,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU3_yyYbScMYccfU_","regions":[[967,75,969,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04moveF6Window33_15B140BD84C145F6533A80BBA93D3EC8LL6deltaX0S1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[977,71,983,6,0,0,0,0],[978,53,978,63,0,0,0,0],[978,63,983,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyF","regions":[[985,51,989,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyFSbAGXEfU_","regions":[[986,44,988,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[987,51,987,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC11pressedKeysShySSGvpfi","regions":[[27,49,27,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC12currentLayerSSvpfi","regions":[[30,45,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC11isConnectedSbvpfi","regions":[[33,42,33,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC06handleA5InputyyAA0eA5EventVF","regions":[[41,48,54,6,0,0,0,0],[45,16,45,28,0,0,0,0],[46,9,47,42,0,0,0,0],[48,9,49,42,0,0,0,0],[50,9,52,42,0,0,0,0],[53,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17handleLayerChangeyySSF","regions":[[57,45,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC16handleDisconnectyyF","regions":[[64,29,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC5resetyyF","regions":[[71,18,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC02isA7PressedySbSSF","regions":[[81,52,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17hasActiveModifierSbvg","regions":[[86,33,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17hasActiveModifierSbvgSbSSXEfU_","regions":[[88,37,88,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC15activeModifiersShySSGvg","regions":[[92,38,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC15activeModifiersShySSGvgSbSSXEfU_","regions":[[94,35,94,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC7preview11pressedKeys5layerACShySSG_SStFZ","regions":[[102,101,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE5debug_8categoryySS_SSSgtF","regions":[[66,60,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE4info_8categoryySS_SSSgtF","regions":[[78,59,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE7warning_8categoryySS_SSSgtF","regions":[[90,62,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE5error_8categoryySS_SSSgtF","regions":[[102,60,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE8critical_8categoryySS_SSSgtF","regions":[[114,63,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE3logyySSF","regions":[[124,33,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO4nameSSvg","regions":[[138,22,146,6,0,0,0,0],[139,16,139,20,0,0,0,0],[140,9,140,29,0,0,0,0],[141,9,141,27,0,0,0,0],[142,9,142,33,0,0,0,0],[143,9,143,29,0,0,0,0],[144,9,144,35,0,0,0,0],[145,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO6prefixSSvg","regions":[[149,24,157,6,0,0,0,0],[150,16,150,20,0,0,0,0],[151,9,151,28,0,0,0,0],[152,9,152,29,0,0,0,0],[153,9,153,32,0,0,0,0],[154,9,154,27,0,0,0,0],[155,9,155,31,0,0,0,0],[156,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO06shouldE007minimumF0SbAC_tF","regions":[[160,52,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LogDestinationO10identifierSSvg","regions":[[216,28,223,6,0,0,0,0],[217,16,217,20,0,0,0,0],[218,9,218,45,0,0,0,0],[219,9,219,33,0,0,0,0],[220,9,220,34,0,0,0,0],[221,9,221,49,0,0,0,0],[222,10,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ComponentLoggingPAAE06logForE0_5levelySS_AA8LogLevelOtF","regions":[[241,62,243,6,0,0,0,0]]},{"branches":[],"count":94,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV5label3for16includeExtraKeysSSSgs6UInt16V_SbtF","regions":[[12,72,20,6,94,0,0,0],[13,44,15,10,60,0,0,0],[15,10,19,19,34,0,0,0],[16,12,16,28,34,0,0,0],[16,29,18,10,0,0,0,0],[18,10,19,19,34,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12displayLabel3for16includeExtraKeysSSAA08PhysicalA0V_SbtF","regions":[[22,79,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12displayLabel3for16includeExtraKeysSSAA08PhysicalA0V_SbtFSSyKXEfu_","regions":[[23,72,23,81,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV4find2idACSgSS_tFZ","regions":[[60,52,62,6,4,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV4find2idACSgSS_tFZSbACXEfU_","regions":[[61,19,61,34,15,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV7keyCode14forQwertyLabels6UInt16VSgSS_tFZ","regions":[[194,66,196,6,36,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV013qwertyLabelToA4Code33_9F0C8B76BC79023140CC3D28FE7DD47ALLSDySSs6UInt16VGvpZfiAHyXEfU_","regions":[[199,65,223,6,1,0,0,0],[205,67,207,10,13,0,0,0],[207,10,222,19,1,0,0,0],[213,61,215,10,10,0,0,0],[215,10,222,19,1,0,0,0],[216,63,218,10,10,0,0,0],[218,10,222,19,1,0,0,0],[219,67,221,10,10,0,0,0],[221,10,222,19,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12buildCoreMap33_9F0C8B76BC79023140CC3D28FE7DD47ALL3top4home6bottomSDys6UInt16VSSGSaySSG_A2LtFZ","regions":[[229,27,241,6,8,0,0,0],[231,55,233,10,80,0,0,0],[233,10,240,19,8,0,0,0],[234,57,236,10,80,0,0,0],[236,10,240,19,8,0,0,0],[237,61,239,10,80,0,0,0],[239,10,240,19,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for5storeSbSS_SStFZ","regions":[[258,81,261,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for5storeSbSS_SStFZSbyKXEfu_","regions":[[260,33,260,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for12userDefaultsSbSS_So06NSUserK0CtFZ","regions":[[263,106,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for12userDefaultsSbSS_So06NSUserK0CtFZSSyKXEfu_","regions":[[266,79,266,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO30updatedIncludePunctuationStore4from8keymapId07includeI0S2S_SSSbtFZ","regions":[[274,17,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO16decodeIncludeMap33_9F0C8B76BC79023140CC3D28FE7DD47ALL4fromSDySSSbGSS_tFZ","regions":[[280,80,289,6,0,0,0,0],[285,14,287,10,0,0,0,0],[287,10,288,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO16encodeIncludeMap33_9F0C8B76BC79023140CC3D28FE7DD47ALLySSSDySSSbGFZ","regions":[[291,75,300,6,0,0,0,0],[296,14,298,10,0,0,0,0],[298,10,299,23,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC7_issues33_C643E113F393112067458A3BC6AE6975LL7Combine9PublishedVySay0aB10WizardCore0Q5IssueVGGvpfi","regions":[[25,44,25,46,7,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC010ValidationF0O9isSuccessSbvg","regions":[[35,29,38,10,8,0,0,0],[36,37,36,52,2,0,0,0],[36,52,37,25,6,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC010ValidationF0O17hasCriticalIssuesSbvg","regions":[[40,37,43,10,9,0,0,0],[41,77,41,92,4,0,0,0],[41,92,42,25,5,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC23hasRunInitialValidation33_C643E113F393112067458A3BC6AE6975LLSbvpfi","regions":[[50,43,50,48,7,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12isConfiguredSbvg","regions":[[54,28,54,48,2,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC18validationCooldown33_C643E113F393112067458A3BC6AE6975LLSdvpfi","regions":[[59,52,59,56,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12cancellables33_C643E113F393112067458A3BC6AE6975LLShy7Combine14AnyCancellableCGvpfi","regions":[[64,32,64,53,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerCACycfc","regions":[[70,12,72,6,7,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC9configure4withyAA18RuntimeCoordinatorC_tF","regions":[[79,60,98,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[102,46,126,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyFy10Foundation12NotificationVcfU_","regions":[[105,19,122,14,0,0,0,0],[106,37,106,47,0,0,0,0],[106,47,122,14,0,0,0,0],[109,68,121,18,0,0,0,0],[113,24,113,51,0,0,0,0],[113,52,120,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyFy10Foundation12NotificationVcfU_yyYacfU_","regions":[[117,30,119,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13logCrashEvent33_C643E113F393112067458A3BC6AE6975LLyyAA11KanataErrorVF","regions":[[130,54,174,6,0,0,0,0],[136,12,138,10,0,0,0,0],[137,104,138,10,0,0,0,0],[138,17,140,10,0,0,0,0],[140,10,174,6,0,0,0,0],[156,48,169,10,0,0,0,0],[157,16,166,14,0,0,0,0],[158,20,158,77,0,0,0,0],[158,78,163,18,0,0,0,0],[159,76,163,18,0,0,0,0],[160,43,163,18,0,0,0,0],[161,55,163,18,0,0,0,0],[162,39,163,18,0,0,0,0],[163,24,165,18,0,0,0,0],[164,53,165,18,0,0,0,0],[165,18,166,14,0,0,0,0],[166,21,168,14,0,0,0,0],[168,14,169,10,0,0,0,0],[169,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13logCrashEvent33_C643E113F393112067458A3BC6AE6975LLyyAA11KanataErrorVFSSyKXEfu_","regions":[[149,37,149,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21checkTCPConfiguration33_C643E113F393112067458A3BC6AE6975LLSbyYaF","regions":[[184,56,225,6,0,0,0,0],[193,32,197,10,0,0,0,0],[197,10,224,20,0,0,0,0],[200,12,216,10,0,0,0,0],[201,82,216,10,0,0,0,0],[204,14,216,10,0,0,0,0],[206,18,209,14,0,0,0,0],[209,14,216,10,0,0,0,0],[211,35,215,14,0,0,0,0],[215,14,216,10,0,0,0,0],[216,17,220,10,0,0,0,0],[220,10,224,20,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[231,45,257,6,2,0,0,0],[232,38,232,48,0,0,0,0],[232,48,257,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_","regions":[[236,19,253,14,0,0,0,0],[237,37,237,47,0,0,0,0],[237,47,253,14,0,0,0,0],[240,61,240,69,0,0,0,0],[240,75,240,84,0,0,0,0],[244,20,244,43,0,0,0,0],[244,44,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_SSSbXEfU_","regions":[[247,97,247,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_SSyKXEfu_","regions":[[247,115,247,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_yyYacfU0_","regions":[[249,26,251,22,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC20startPeriodicRefresh33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[261,41,278,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC20startPeriodicRefresh33_C643E113F393112067458A3BC6AE6975LLyyFyyYacfU_","regions":[[262,36,275,10,2,0,0,0],[263,19,263,36,4,0,0,0],[263,37,274,14,2,0,0,0],[265,56,265,65,0,0,0,0],[265,65,274,14,2,0,0,0],[270,17,273,18,0,0,0,0],[274,14,275,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24performInitialValidationyyYaF","regions":[[285,43,376,6,0,0,0,0],[286,41,289,10,0,0,0,0],[289,10,376,6,0,0,0,0],[294,9,300,10,0,0,0,0],[300,10,376,6,0,0,0,0],[304,12,304,22,0,0,0,0],[304,23,366,10,0,0,0,0],[336,16,336,53,0,0,0,0],[336,54,345,14,0,0,0,0],[347,16,347,36,0,0,0,0],[347,37,353,14,0,0,0,0],[353,20,357,14,0,0,0,0],[366,16,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17refreshValidation5forceySb_tYaF","regions":[[380,55,388,6,0,0,0,0],[382,12,382,17,0,0,0,0],[382,18,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC28invalidateValidationCooldownyyF","regions":[[392,41,395,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC10revalidateyyYaF","regions":[[398,29,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF","regions":[[406,44,647,6,0,0,0,0],[407,34,420,10,0,0,0,0],[420,10,647,6,0,0,0,0],[431,15,431,50,0,0,0,0],[431,80,437,10,0,0,0,0],[437,10,647,6,0,0,0,0],[439,12,439,47,0,0,0,0],[439,48,454,10,0,0,0,0],[454,10,647,6,0,0,0,0],[466,12,480,10,0,0,0,0],[479,14,480,10,0,0,0,0],[480,17,493,10,0,0,0,0],[493,10,647,6,0,0,0,0],[570,59,573,10,0,0,0,0],[573,10,647,6,0,0,0,0],[576,16,576,29,0,0,0,0],[577,9,610,14,0,0,0,0],[582,16,582,38,0,0,0,0],[582,54,589,14,0,0,0,0],[589,20,610,14,0,0,0,0],[591,20,591,43,0,0,0,0],[591,44,593,18,0,0,0,0],[594,20,594,34,0,0,0,0],[594,35,596,18,0,0,0,0],[599,76,599,77,0,0,0,0],[599,80,599,81,0,0,0,0],[604,67,606,18,0,0,0,0],[606,18,610,14,0,0,0,0],[607,20,607,34,0,0,0,0],[607,35,609,18,0,0,0,0],[612,9,618,93,0,0,0,0],[620,9,633,14,0,0,0,0],[622,16,622,38,0,0,0,0],[622,39,627,14,0,0,0,0],[627,20,633,14,0,0,0,0],[635,9,645,14,0,0,0,0],[642,41,645,14,0,0,0,0],[646,10,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_","regions":[[467,81,479,14,0,0,0,0],[473,57,478,29,0,0,0,0],[473,63,475,18,0,0,0,0],[475,18,478,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_AHyYacfU_","regions":[[468,31,468,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_AHyYaKcfU0_","regions":[[469,31,472,18,0,0,0,0],[470,70,471,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaFSb0aB10WizardCore0P5IssueVXEfU0_","regions":[[558,44,565,10,0,0,0,0],[559,20,559,34,0,0,0,0],[560,13,561,22,0,0,0,0],[562,13,563,72,0,0,0,0],[564,14,565,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaFSb0aB10WizardCore0P5IssueVXEfU0_SbyKXEfu_","regions":[[563,48,563,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13statusTooltipSSvg","regions":[[652,31,670,6,0,0,0,0],[653,48,655,10,0,0,0,0],[655,10,670,6,0,0,0,0],[656,16,656,21,0,0,0,0],[657,9,658,47,0,0,0,0],[659,9,660,57,0,0,0,0],[661,9,668,14,0,0,0,0],[662,16,662,34,0,0,0,0],[662,35,664,14,0,0,0,0],[664,23,664,40,0,0,0,0],[664,41,666,14,0,0,0,0],[666,20,668,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13statusMessageSSvg","regions":[[673,31,685,6,0,0,0,0],[674,48,676,10,0,0,0,0],[676,10,685,6,0,0,0,0],[677,16,677,21,0,0,0,0],[678,9,679,33,0,0,0,0],[680,9,681,27,0,0,0,0],[682,9,683,67,0,0,0,0],[683,40,683,54,0,0,0,0],[683,57,683,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17hasBlockingIssuesSbvg","regions":[[688,33,690,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17hasBlockingIssuesSbvgSbyKXEfu_","regions":[[689,47,689,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvg","regions":[[693,39,705,6,0,0,0,0],[696,44,698,10,0,0,0,0],[698,10,705,6,0,0,0,0],[700,12,700,37,0,0,0,0],[700,38,702,10,0,0,0,0],[702,16,704,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvgSb0aB10WizardCore0K5IssueVXEfU_","regions":[[694,44,694,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvgSb0aB10WizardCore0K5IssueVXEfU_SbyKXEfu_","regions":[[694,74,694,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12isValidatingSbvg","regions":[[708,28,711,6,0,0,0,0],[709,45,709,60,0,0,0,0],[709,60,710,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC9viewModelAcA010KanataViewI0C_tcfc","regions":[[11,38,85,6,0,0,0,0],[50,12,50,51,0,0,0,0],[50,52,52,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC4show5focusySb_tF","regions":[[92,37,114,6,0,0,0,0],[93,31,93,41,0,0,0,0],[93,41,114,6,0,0,0,0],[96,12,96,94,0,0,0,0],[96,95,99,10,0,0,0,0],[102,12,102,33,0,0,0,0],[102,34,105,10,0,0,0,0],[108,12,108,29,0,0,0,0],[108,30,111,10,0,0,0,0],[111,16,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC4show5focusySb_tFSbSo8NSScreenCXEfU_","regions":[[96,42,96,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC05closeF0yyF","regions":[[116,24,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC18primeForActivationyyF","regions":[[125,31,132,6,0,0,0,0],[126,31,126,41,0,0,0,0],[126,41,132,6,0,0,0,0],[127,12,127,29,0,0,0,0],[127,30,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC02isF7VisibleSbvg","regions":[[134,31,138,6,0,0,0,0],[135,31,135,47,0,0,0,0],[135,47,137,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC02isF7VisibleSbvgSbyKXEfu_","regions":[[137,38,137,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC33handlePreferredHeightNotification33_6DF42788BFCECB9653C07A6503C36F16LLyy10Foundation0K0VF","regions":[[140,88,155,6,0,0,0,0],[143,14,143,24,0,0,0,0],[143,24,155,6,0,0,0,0],[145,97,145,103,0,0,0,0],[145,106,145,127,0,0,0,0],[147,59,147,69,0,0,0,0],[147,69,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC06effectG033_6DF42788BFCECB9653C07A6503C36F16LLSo014NSVisualEffectG0Cvpfi","regions":[[163,30,163,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC7hostingACyxG7SwiftUI09NSHostingH0CyxG_tcfc","regions":[[165,49,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC04loadG0yyF","regions":[[173,30,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC17windowShouldCloseySbSo8NSWindowCF","regions":[[205,49,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC015windowDidBecomeA0yy10Foundation12NotificationVF","regions":[[210,46,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC015windowDidResignA0yy10Foundation12NotificationVF","regions":[[214,46,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC16windowWillResize_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[218,71,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC15windowDidResizeyy10Foundation12NotificationVF","regions":[[225,56,240,6,0,0,0,0],[228,14,228,24,0,0,0,0],[228,24,240,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV4name16bundleIdentifier4iconACSS_SSSgSo7NSImageCtcfC","regions":[[12,73,16,6,9,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV12kanataOutputSSvg","regions":[[19,37,23,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV12kanataOutputSSvgSSyKXEfu_","regions":[[21,41,21,45,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C13ConditionInfoV2idSSvg","regions":[[34,27,34,47,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C13ConditionInfoV16bundleIdentifier11displayName4iconACSS_SSSo7NSImageCtcfC","regions":[[36,79,40,6,4,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV2id4name8sfSymbol13kanataKeycode13simulatorNameACSS_S3SSgAItcfC","regions":[[59,121,65,6,17,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV12kanataOutputSSvg","regions":[[68,37,73,6,2,0,0,0],[69,40,71,10,1,0,0,0],[71,10,72,45,1,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV07isMediaA0Sbvg","regions":[[76,33,78,6,48,0,0,0]]},{"branches":[],"count":80,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZ","regions":[[104,75,122,6,80,0,0,0],[106,70,108,10,46,0,0,0],[108,10,121,19,34,0,0,0],[110,72,112,10,2,0,0,0],[112,10,121,19,32,0,0,0],[114,81,116,10,16,0,0,0],[116,10,121,19,16,0,0,0],[118,81,120,10,7,0,0,0],[120,10,121,19,9,0,0,0]]},{"branches":[],"count":879,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU_","regions":[[106,49,106,68,879,0,0,0]]},{"branches":[],"count":486,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU0_","regions":[[110,49,110,70,486,0,0,0]]},{"branches":[],"count":424,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU1_","regions":[[114,49,114,79,424,0,0,0]]},{"branches":[],"count":216,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU2_","regions":[[118,49,118,79,216,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[17,36,17,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[18,36,18,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV8baseSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[20,37,20,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[21,41,21,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvg","regions":[[23,25,52,6,0,0,0,0],[34,34,34,38,0,0,0,0],[34,41,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvg7SwiftUI19_ConditionalContentVyAC14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvpQOy_Qo_AC010configurednO0AILLQrvpQOy_Qo_GyXEfU_","regions":[[24,16,32,10,0,0,0,0],[25,16,25,29,0,0,0,0],[25,44,28,14,0,0,0,0],[28,20,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgySbcfU0_","regions":[[36,18,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[37,55,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_","regions":[[41,23,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[42,73,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[45,67,49,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[46,77,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[56,43,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVG_AjFE15foregroundStyleyQrqd__AF0Z5StyleRd__lFQOyAF012StrokeBorderzJ0VyArF15ForegroundStyleVAF05EmptyJ0VG_ATQo_Qo__AjFEAVyQrqd__AfWRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__ATQo_tGyXEfU_","regions":[[57,16,73,10,0,0,0,0],[66,54,66,78,0,0,0,0],[66,81,66,105,0,0,0,0],[72,46,72,70,0,0,0,0],[72,73,72,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[78,48,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_","regions":[[79,16,130,10,0,0,0,0],[83,78,83,79,0,0,0,0],[83,82,83,83,0,0,0,0],[83,100,83,101,0,0,0,0],[83,104,83,105,0,0,0,0],[86,71,86,72,0,0,0,0],[86,75,86,76,0,0,0,0],[90,16,90,27,0,0,0,0],[90,28,95,14,0,0,0,0],[95,83,105,14,0,0,0,0],[105,20,109,14,0,0,0,0],[112,16,112,28,0,0,0,0],[112,43,129,14,0,0,0,0],[129,14,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A15_yXEfU_","regions":[[97,36,104,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_","regions":[[113,24,128,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_A48_yXEfU_","regions":[[114,28,126,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_A48_yXEfU_A39_yXEfU_","regions":[[116,49,122,26,0,0,0,0],[120,49,120,73,0,0,0,0],[120,76,120,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[135,40,138,6,0,0,0,0],[137,34,137,37,0,0,0,0],[137,40,137,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[140,40,148,6,0,0,0,0],[141,12,141,23,0,0,0,0],[141,24,143,10,0,0,0,0],[143,19,143,28,0,0,0,0],[143,29,145,10,0,0,0,0],[145,16,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[150,36,158,6,0,0,0,0],[151,12,151,23,0,0,0,0],[151,24,153,10,0,0,0,0],[153,19,153,28,0,0,0,0],[153,29,155,10,0,0,0,0],[155,16,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14slotIdentifier33_F022A48C6130A59DB6D9A5D6214DFE6DLLSSvg","regions":[[160,40,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV8maxWidth12CoreGraphics7CGFloatVvpfi","regions":[[176,29,176,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[182,36,182,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[183,36,183,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10baseHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[186,39,186,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV9baseWidth33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[187,38,187,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV19maxHeightMultiplier33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[188,48,188,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV17horizontalPadding33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[189,46,189,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15verticalPadding33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[190,44,190,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12baseFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[191,41,191,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV14outputFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[192,43,192,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11minFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[193,40,193,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[194,41,194,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV9maxHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[197,36,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11keycapWidth33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[202,38,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15dynamicFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[207,42,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV21dynamicOutputFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[212,48,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV18dynamicFontSizeFor33_F022A48C6130A59DB6D9A5D6214DFE6DLLy12CoreGraphics7CGFloatVAHF","regions":[[217,69,241,6,0,0,0,0],[218,41,218,60,0,0,0,0],[218,60,240,45,0,0,0,0],[231,12,231,37,0,0,0,0],[231,38,233,10,0,0,0,0],[233,10,240,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[245,39,267,6,0,0,0,0],[247,12,247,74,0,0,0,0],[247,75,249,10,0,0,0,0],[249,10,266,62,0,0,0,0],[252,12,252,28,0,0,0,0],[252,29,254,10,0,0,0,0],[254,10,266,62,0,0,0,0],[256,41,256,62,0,0,0,0],[256,62,266,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvgSbyKXEfu_","regions":[[247,30,247,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvgSbyKXEfu0_","regions":[[247,57,247,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg","regions":[[269,25,371,6,0,0,0,0],[348,63,348,66,0,0,0,0],[348,69,348,80,0,0,0,0],[348,130,348,133,0,0,0,0],[348,136,348,148,0,0,0,0],[349,34,349,38,0,0,0,0],[349,41,349,44,0,0,0,0],[369,43,369,63,0,0,0,0],[369,66,369,71,0,0,0,0],[370,54,370,60,0,0,0,0],[370,63,370,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_","regions":[[270,16,347,10,0,0,0,0],[277,71,277,72,0,0,0,0],[277,75,277,76,0,0,0,0],[282,34,298,14,0,0,0,0],[298,59,303,14,0,0,0,0],[303,48,319,14,0,0,0,0],[319,23,319,49,0,0,0,0],[319,50,328,14,0,0,0,0],[328,83,338,14,0,0,0,0],[338,20,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A35_yXEfU_","regions":[[284,36,295,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A35_yXEfU0_","regions":[[305,36,316,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A50_yXEfU1_","regions":[[321,36,326,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A55_yXEfU2_","regions":[[330,36,337,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgSbyKXEfu_","regions":[[348,42,348,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgSbyKXEfu0_","regions":[[348,109,348,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgySbcfU0_","regions":[[353,18,357,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgySbcfU0_yyXEfU_","regions":[[354,55,356,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_","regions":[[358,23,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyXEfU_","regions":[[359,73,361,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[362,67,366,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[363,77,365,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[375,40,378,6,0,0,0,0],[377,34,377,37,0,0,0,0],[377,40,377,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[380,40,388,6,0,0,0,0],[381,12,381,23,0,0,0,0],[381,24,383,10,0,0,0,0],[383,19,383,28,0,0,0,0],[383,29,385,10,0,0,0,0],[385,16,387,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[390,36,398,6,0,0,0,0],[391,12,391,23,0,0,0,0],[391,24,393,10,0,0,0,0],[393,19,393,28,0,0,0,0],[393,29,395,10,0,0,0,0],[395,16,397,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11shadowColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[400,36,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12shadowRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[404,39,406,6,0,0,0,0],[405,21,405,22,0,0,0,0],[405,25,405,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12shadowOffset33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[408,39,410,6,0,0,0,0],[409,21,409,22,0,0,0,0],[409,25,409,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[423,36,423,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[424,36,424,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV5scale33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[427,34,427,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV8baseSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[430,37,430,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[431,41,431,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10layoutRole33_F022A48C6130A59DB6D9A5D6214DFE6DLLAA0g6LayoutI0Ovg","regions":[[434,46,479,6,0,0,0,0],[435,32,435,52,0,0,0,0],[435,52,478,25,0,0,0,0],[439,12,439,46,0,0,0,0],[439,47,441,10,0,0,0,0],[441,10,478,25,0,0,0,0],[444,12,444,25,0,0,0,0],[444,26,446,10,0,0,0,0],[446,10,478,25,0,0,0,0],[450,12,450,43,0,0,0,0],[450,44,452,10,0,0,0,0],[452,10,478,25,0,0,0,0],[455,12,455,25,0,0,0,0],[455,26,457,10,0,0,0,0],[457,10,478,25,0,0,0,0],[461,12,461,47,0,0,0,0],[461,48,463,10,0,0,0,0],[463,10,478,25,0,0,0,0],[467,12,467,43,0,0,0,0],[467,44,469,10,0,0,0,0],[469,10,478,25,0,0,0,0],[473,12,473,45,0,0,0,0],[473,46,475,10,0,0,0,0],[475,10,478,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV13labelMetadata33_F022A48C6130A59DB6D9A5D6214DFE6DLLAA05LabelI0Vvg","regions":[[481,46,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvg","regions":[[485,25,518,6,0,0,0,0],[500,34,500,38,0,0,0,0],[500,41,500,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeL0VyAE16RoundedRectangleVATG_Qo__AE06StrokewL0VyA_AtE05EmptyL0VGQo__AC10keyContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvpQOy_Qo_tGyXEfU_","regions":[[486,16,498,10,0,0,0,0],[493,71,493,72,0,0,0,0],[493,75,493,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgySbcfU0_","regions":[[502,18,506,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[503,55,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_","regions":[[507,23,517,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[508,73,510,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[511,67,515,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[512,77,514,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10keyContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[523,39,538,6,0,0,0,0],[524,16,524,26,0,0,0,0],[525,9,526,31,0,0,0,0],[527,9,528,34,0,0,0,0],[529,9,530,26,0,0,0,0],[531,9,532,33,0,0,0,0],[533,9,534,25,0,0,0,0],[535,9,536,28,0,0,0,0],[537,10,538,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[543,47,560,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSSSgs6UInt16VXEfU_","regions":[[544,40,544,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo_Sg_AF6SpacerVAF4TextVtGyXEfU0_","regions":[[546,28,556,10,0,0,0,0],[547,38,551,14,0,0,0,0],[551,14,556,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV21narrowModifierContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[565,50,582,6,0,0,0,0],[566,12,566,38,0,0,0,0],[566,39,575,10,0,0,0,0],[575,16,581,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV21narrowModifierContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0W0PAFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGyXEfU_","regions":[[567,32,572,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[587,42,612,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_","regions":[[588,16,610,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_A10_yXEfU_","regions":[[590,20,595,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_A16_yXEfU0_","regions":[[602,20,607,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[617,49,644,6,0,0,0,0],[623,12,623,42,0,0,0,0],[623,43,629,10,0,0,0,0],[629,16,643,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbSJXEfU_","regions":[[620,45,620,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbSJXEfU_SbyKXEfu_","regions":[[620,62,620,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbyKXEfu_","regions":[[621,50,621,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbyKXEfu0_","regions":[[623,28,623,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF0W0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAF4TextV_AJtGG_Qo__Qo_tGyXEfU0_","regions":[[631,20,641,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF0W0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAF4TextV_AJtGG_Qo__Qo_tGyXEfU0_AZyXEfU_","regions":[[633,24,638,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12arrowContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[649,41,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15centeredContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[659,44,678,6,0,0,0,0],[660,56,671,10,0,0,0,0],[671,16,677,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15centeredContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[662,32,669,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[682,40,685,6,0,0,0,0],[684,34,684,37,0,0,0,0],[684,40,684,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[687,40,695,6,0,0,0,0],[688,12,688,23,0,0,0,0],[688,24,690,10,0,0,0,0],[690,19,690,28,0,0,0,0],[690,29,692,10,0,0,0,0],[692,16,694,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[697,36,705,6,0,0,0,0],[698,12,698,23,0,0,0,0],[698,24,700,10,0,0,0,0],[700,19,700,28,0,0,0,0],[700,29,702,10,0,0,0,0],[702,16,704,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV11shadowColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[707,36,709,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12shadowRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[711,39,713,6,0,0,0,0],[712,21,712,22,0,0,0,0],[712,25,712,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12shadowOffset33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[715,39,717,6,0,0,0,0],[716,21,716,22,0,0,0,0],[716,25,716,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV4bodyQrvg","regions":[[16,25,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg","regions":[[30,43,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_","regions":[[31,16,63,10,0,0,0,0],[45,44,50,14,0,0,0,0],[48,54,48,58,0,0,0,0],[48,61,48,71,0,0,0,0],[50,14,63,10,0,0,0,0],[61,48,61,65,0,0,0,0],[61,68,61,78,0,0,0,0],[62,37,62,53,0,0,0,0],[62,56,62,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_A5_yXEfU_","regions":[[33,32,40,14,0,0,0,0],[35,65,35,93,0,0,0,0],[35,96,35,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_yyScMYccfU0_","regions":[[55,20,57,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_A23_yXEfU1_","regions":[[57,22,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlassEffectModifier33_1E735BD019519F9B574E52A181A8008FLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tF","regions":[[74,46,84,6,0,0,0,0],[75,12,75,21,0,0,0,0],[75,22,77,10,0,0,0,0],[77,16,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24GlassButtonStyleModifier33_1E735BD019519F9B574E52A181A8008FLLV4body7contentQr7SwiftUI05_ViewH8_ContentVyADG_tF","regions":[[90,46,98,6,0,0,0,0],[91,12,91,30,0,0,0,0],[91,31,93,10,0,0,0,0],[93,45,95,10,0,0,0,0],[95,16,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV11_clickCount33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySiGvpfi","regions":[[12,37,12,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV16doubleClickDelay33_BABF1CEA80C80B3023A35ADA2C23761ELLSdvpfi","regions":[[14,50,14,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvg","regions":[[16,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyyScMYccfU_","regions":[[17,16,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvg7SwiftUI5ImageVyXEfU0_","regions":[[19,18,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_","regions":[[26,34,44,14,0,0,0,0],[29,20,29,35,0,0,0,0],[29,36,38,18,0,0,0,0],[38,27,38,42,0,0,0,0],[38,43,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_ySo7NSTimerCYbcfU_","regions":[[30,107,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[31,30,36,26,0,0,0,0],[32,32,32,47,0,0,0,0],[32,48,34,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV10_isHovered33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[57,36,57,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV10_isPressed33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[58,36,58,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4size33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[60,33,60,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12cornerRadius33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[61,41,61,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV8fontSize33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[62,37,62,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvg","regions":[[64,25,110,6,0,0,0,0],[92,34,92,38,0,0,0,0],[92,41,92,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeL0VyAE16RoundedRectangleVATG_Qo__AE06StrokewL0VyA_AtE05EmptyL0VGQo__AE19_ConditionalContentVyA9_yAE4TextVAiEE15foregroundStyleyQrqd__AE0W5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__ATQo_GAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEE9lineLimityQrSiSgFQOyAiEE18minimumScaleFactoryQrAWFQOyA11__Qo__Qo__Qo_GtGyXEfU_","regions":[[65,16,90,10,0,0,0,0],[71,71,71,72,0,0,0,0],[71,75,71,76,0,0,0,0],[74,16,74,27,0,0,0,0],[74,28,78,14,0,0,0,0],[78,23,78,36,0,0,0,0],[78,37,82,14,0,0,0,0],[82,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgySbcfU0_","regions":[[94,18,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[95,55,97,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_","regions":[[99,23,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[100,73,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[103,67,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[104,77,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV15foregroundColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[112,40,115,6,0,0,0,0],[114,34,114,37,0,0,0,0],[114,40,114,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV15backgroundColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[117,40,125,6,0,0,0,0],[118,12,118,23,0,0,0,0],[118,24,120,10,0,0,0,0],[120,19,120,28,0,0,0,0],[120,29,122,10,0,0,0,0],[122,16,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV11borderColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[127,36,135,6,0,0,0,0],[128,12,128,23,0,0,0,0],[128,24,130,10,0,0,0,0],[130,19,130,28,0,0,0,0],[130,29,132,10,0,0,0,0],[132,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV11shadowColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[137,36,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12shadowRadius33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvg","regions":[[141,39,143,6,0,0,0,0],[142,21,142,22,0,0,0,0],[142,25,142,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12shadowOffset33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvg","regions":[[145,39,147,6,0,0,0,0],[146,21,146,22,0,0,0,0],[146,25,146,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg","regions":[[156,25,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_","regions":[[157,29,360,10,0,0,0,0],[267,16,267,84,0,0,0,0],[267,85,290,14,0,0,0,0],[290,14,360,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_","regions":[[159,53,196,14,0,0,0,0],[191,20,191,49,0,0,0,0],[191,50,195,18,0,0,0,0],[195,18,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_","regions":[[160,37,188,18,0,0,0,0],[167,63,167,65,0,0,0,0],[167,68,167,109,0,0,0,0],[172,24,172,53,0,0,0,0],[172,54,185,22,0,0,0,0],[185,22,188,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_yycfU_","regions":[[169,32,169,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_yyScMYccfU0_","regions":[[173,32,177,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_A16_yXEfU1_","regions":[[177,34,180,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_","regions":[[199,33,225,14,0,0,0,0],[206,64,206,66,0,0,0,0],[206,69,206,115,0,0,0,0],[211,20,211,54,0,0,0,0],[211,55,222,18,0,0,0,0],[222,18,225,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_yycfU_","regions":[[208,28,208,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_yyScMYccfU0_","regions":[[212,28,214,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_A16_yXEfU1_","regions":[[214,30,217,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_","regions":[[228,80,264,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_","regions":[[229,37,263,18,0,0,0,0],[236,54,236,56,0,0,0,0],[236,59,236,91,0,0,0,0],[241,24,241,44,0,0,0,0],[241,45,250,22,0,0,0,0],[250,22,263,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yycfU_","regions":[[238,32,238,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yyScMYccfU0_","regions":[[242,32,244,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_A16_yXEfU1_","regions":[[244,34,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yyScMYccfU2_","regions":[[253,28,255,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_A16_yXEfU3_","regions":[[255,30,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_","regions":[[268,37,289,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_yyScMYccfU_","regions":[[272,28,274,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_A72_yXEfU0_","regions":[[274,30,282,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_A72_yXEfU0_A70_yXEfU_","regions":[[275,44,280,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_","regions":[[293,33,359,14,0,0,0,0],[299,20,299,48,0,0,0,0],[299,49,324,18,0,0,0,0],[324,24,335,18,0,0,0,0],[354,54,354,73,0,0,0,0],[354,76,354,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_","regions":[[301,61,323,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_","regions":[[302,44,322,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_A91_yXEfU_","regions":[[303,69,310,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_A91_yXEfU0_","regions":[[311,69,318,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A96_yXEfU0_","regions":[[326,40,334,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_yyScMYccfU1_","regions":[[338,24,348,18,0,0,0,0],[340,24,340,52,0,0,0,0],[340,53,344,22,0,0,0,0],[344,28,347,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A99_yXEfU2_","regions":[[348,26,352,18,0,0,0,0],[351,73,351,85,0,0,0,0],[351,88,351,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg","regions":[[369,47,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_","regions":[[370,50,409,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_","regions":[[371,76,408,14,0,0,0,0],[399,20,399,47,0,0,0,0],[399,87,407,18,0,0,0,0],[407,18,408,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_","regions":[[372,37,394,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_yyScMYccfU_","regions":[[373,28,375,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_A9_yXEfU0_","regions":[[375,30,379,22,0,0,0,0],[376,84,376,107,0,0,0,0],[376,110,376,118,0,0,0,0],[378,87,378,99,0,0,0,0],[378,102,378,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_A23_yXEfU1_","regions":[[382,61,393,22,0,0,0,0],[387,28,387,66,0,0,0,0],[387,67,392,26,0,0,0,0],[392,26,393,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV17nextTapDanceLabel33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[414,43,418,6,0,0,0,0],[416,65,416,87,0,0,0,0],[416,87,417,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV06formatA10ForDisplay33_BABF1CEA80C80B3023A35ADA2C23761ELLyS2SF","regions":[[420,63,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV06formatA10ForDisplay33_BABF1CEA80C80B3023A35ADA2C23761ELLyS2SFSSyKXEfu_","regions":[[434,48,434,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg","regions":[[445,25,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_","regions":[[446,29,479,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_","regions":[[460,33,478,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU_","regions":[[461,37,463,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU0_","regions":[[467,42,469,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU1_","regions":[[473,34,475,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LeftRoundedRectangleV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[489,40,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV20compactNoSidePaddingSbvpfi","regions":[[538,38,538,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalMargin33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[541,45,541,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV17verticalThreshold33_BABF1CEA80C80B3023A35ADA2C23761ELLSivpfi","regions":[[544,37,544,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[547,35,553,6,0,0,0,0],[549,12,549,92,0,0,0,0],[549,93,549,109,0,0,0,0],[549,109,552,93,0,0,0,0],[551,12,551,31,0,0,0,0],[551,32,551,48,0,0,0,0],[551,48,552,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_","regions":[[549,36,549,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu0_","regions":[[549,69,549,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu1_","regions":[[552,56,552,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV15outputTypeLabel33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[556,41,561,6,0,0,0,0],[557,12,557,32,0,0,0,0],[557,33,557,52,0,0,0,0],[557,52,560,21,0,0,0,0],[558,12,558,41,0,0,0,0],[558,42,558,61,0,0,0,0],[558,61,560,21,0,0,0,0],[559,12,559,35,0,0,0,0],[559,36,559,52,0,0,0,0],[559,52,560,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg","regions":[[563,25,582,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAC14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELLAKQrAR_tFQOy_Qo_AC16horizontalLayoutA_LLAKQrAR_tFQOy_Qo_GG_Qo_AE13GeometryProxyVcfU_","regions":[[564,24,581,10,0,0,0,0],[579,51,579,59,0,0,0,0],[579,62,579,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAC14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELLAKQrAR_tFQOy_Qo_AC16horizontalLayoutA_LLAKQrAR_tFQOy_Qo_GG_Qo_AE13GeometryProxyVcfU_A3_yXEfU_","regions":[[569,19,575,14,0,0,0,0],[570,20,570,31,0,0,0,0],[570,32,572,18,0,0,0,0],[572,24,574,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF","regions":[[584,67,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_","regions":[[585,29,627,10,0,0,0,0],[586,16,586,37,0,0,0,0],[586,38,588,14,0,0,0,0],[588,14,627,10,0,0,0,0],[624,16,624,37,0,0,0,0],[624,38,626,14,0,0,0,0],[626,14,627,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_AVyXEfU_","regions":[[591,32,601,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_A12_yXEfU0_","regions":[[609,32,622,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF","regions":[[630,65,669,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_","regions":[[631,28,668,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_ASyXEfU_","regions":[[633,32,644,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_A16_yXEfU0_","regions":[[653,32,667,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV10_isHovered33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[681,36,681,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV11displayName33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[683,37,685,6,0,0,0,0],[684,47,684,59,0,0,0,0],[684,62,684,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV6isDark33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[687,30,687,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg","regions":[[689,25,739,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_","regions":[[690,14,714,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_","regions":[[692,50,704,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_yyScMYccfU_","regions":[[693,24,695,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_AWyXEfU0_","regions":[[695,26,703,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_AWyXEfU0_AVyXEfU_","regions":[[696,28,702,22,0,0,0,0],[697,61,697,73,0,0,0,0],[697,76,697,93,0,0,0,0],[699,28,699,75,0,0,0,0],[699,76,701,26,0,0,0,0],[701,26,702,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_yyScMYccfU0_","regions":[[709,20,711,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_A2_yXEfU1_","regions":[[711,22,713,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEALyQrAP_ATtFQOyAE6HStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalyX0VQo__AE4TextVA8_tGG_Qo__Qo__AE01_yK0VyAE16RoundedRectangleVAE5ColorVGQo_yXEfU0_","regions":[[714,18,734,10,0,0,0,0],[732,39,732,68,0,0,0,0],[732,71,732,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEALyQrAP_ATtFQOyAE6HStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalyX0VQo__AE4TextVA8_tGG_Qo__Qo__AE01_yK0VyAE16RoundedRectangleVAE5ColorVGQo_yXEfU0_A11_yXEfU_","regions":[[715,32,727,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvgySbcfU1_","regions":[[736,18,736,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[753,35,759,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_","regions":[[756,21,756,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_SbyKXEfu_","regions":[[756,38,756,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_SbyKXEfu0_","regions":[[756,53,756,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_","regions":[[758,38,758,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_SbSSXEfU0_","regions":[[758,63,758,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvg","regions":[[761,44,777,6,0,0,0,0],[762,39,762,53,0,0,0,0],[762,53,776,19,0,0,0,0],[768,12,768,29,0,0,0,0],[768,30,770,10,0,0,0,0],[770,10,776,19,0,0,0,0],[772,12,772,76,0,0,0,0],[772,77,774,10,0,0,0,0],[774,10,776,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_","regions":[[766,21,766,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_SbyKXEfu_","regions":[[766,38,766,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_SbyKXEfu0_","regions":[[766,53,766,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSSXEfU0_","regions":[[772,43,772,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg","regions":[[779,25,822,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_","regions":[[780,29,816,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A12_yXEfU_","regions":[[784,53,800,14,0,0,0,0],[795,52,799,18,0,0,0,0],[799,18,800,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A12_yXEfU_yycfU_","regions":[[788,31,792,22,0,0,0,0],[789,28,789,39,0,0,0,0],[789,40,791,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_","regions":[[802,33,815,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_yyScMYccfU_","regions":[[803,34,805,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_yyScMYccfU0_","regions":[[809,34,811,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvgyycfU0_","regions":[[819,19,821,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg","regions":[[833,25,863,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_","regions":[[834,29,860,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_yycfU_","regions":[[841,27,841,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_","regions":[[845,33,859,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_yyScMYccfU_","regions":[[846,34,848,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_yyScMYccfU0_","regions":[[853,30,855,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV6isDark33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLSbvg","regions":[[13,30,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg","regions":[[17,25,50,6,0,0,0,0],[47,47,47,50,0,0,0,0],[47,53,47,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE05TupleK0VyAC19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvpQOy_Qo__AgEEAHyQrAE4EdgeO3SetV_AKSgtFQOyAE7DividerV_Qo_AC010outputTypeT0AQLLQrvpQOy_Qo_AzC016advancedBehaviorT0AQLLQrvpQOy_Qo_AzC013systemActionsT0AQLLQrvpQOy_Qo_tGG_Qo_yXEfU_","regions":[[18,20,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE05TupleK0VyAC19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvpQOy_Qo__AgEEAHyQrAE4EdgeO3SetV_AKSgtFQOyAE7DividerV_Qo_AC010outputTypeT0AQLLQrvpQOy_Qo_AzC016advancedBehaviorT0AQLLQrvpQOy_Qo_AzC013systemActionsT0AQLLQrvpQOy_Qo_tGG_Qo_yXEfU_A5_yXEfU_","regions":[[19,54,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV08_showingC13ConditionMenu33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[54,50,54,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[56,48,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_","regions":[[57,49,168,10,0,0,0,0],[63,63,100,14,0,0,0,0],[100,20,163,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_","regions":[[65,37,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_yyScMYccfU_","regions":[[78,28,80,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_A40_yXEfU0_","regions":[[80,30,84,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_","regions":[[102,22,136,18,0,0,0,0],[114,24,114,44,0,0,0,0],[114,45,128,22,0,0,0,0],[128,22,136,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_yyScMYccfU_","regions":[[104,28,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A77_yXEfU0_","regions":[[106,30,108,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_","regions":[[115,46,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_yyScMYccfU_","regions":[[116,36,118,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_","regions":[[118,38,124,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_AJyXEfU_","regions":[[119,39,121,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_A12_yXEfU0_","regions":[[121,41,123,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_yyScMYccfU2_","regions":[[131,28,133,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A77_yXEfU3_","regions":[[133,30,135,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A74_yXEfU1_","regions":[[136,26,159,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A74_yXEfU1_A70_yXEfU_","regions":[[137,41,152,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[173,46,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_","regions":[[174,49,208,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_SbyKXEfu_","regions":[[183,61,183,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_SbyKXEfu0_","regions":[[183,102,183,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU_","regions":[[184,15,189,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU0_","regions":[[196,15,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU1_","regions":[[205,15,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[213,49,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_","regions":[[214,50,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_","regions":[[219,92,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_AsPcfU_","regions":[[220,54,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_AsPcfU_yycfU_","regions":[[224,23,226,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[234,52,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundStyleyQrqd__AF05ShapeZ0Rd__lFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AF4TextVtGG_AF15ModifiedContentVyAlFEAMyQrqd__AfNRd__lFQOyAlFEAOyQrARFQOyAlFE06toggleZ0yQrqd__AF06ToggleZ0Rd__lFQOyAF6ToggleVyAZG_AF012SwitchToggleZ0VQo__Qo__AF017HierarchicalShapeZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[235,49,253,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundStyleyQrqd__AF05ShapeZ0Rd__lFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AF4TextVtGG_AF15ModifiedContentVyAlFEAMyQrqd__AfNRd__lFQOyAlFEAOyQrARFQOyAlFE06toggleZ0yQrqd__AF06ToggleZ0Rd__lFQOyAF6ToggleVyAZG_AF012SwitchToggleZ0VQo__Qo__AF017HierarchicalShapeZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A_yXEfU_","regions":[[237,32,244,14,0,0,0,0],[240,63,240,80,0,0,0,0],[240,83,240,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV15panelBackground33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[258,44,270,6,0,0,0,0],[259,12,259,30,0,0,0,0],[259,31,262,10,0,0,0,0],[262,45,266,10,0,0,0,0],[266,16,269,10,0,0,0,0],[268,45,268,49,0,0,0,0],[268,52,268,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV10_isHovered33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[283,36,283,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg","regions":[[285,25,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_","regions":[[286,32,323,10,0,0,0,0],[313,51,313,52,0,0,0,0],[313,55,313,57,0,0,0,0],[317,40,317,71,0,0,0,0],[317,74,317,130,0,0,0,0],[317,87,317,115,0,0,0,0],[317,118,317,129,0,0,0,0],[321,42,321,72,0,0,0,0],[321,75,321,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_A27_yXEfU_","regions":[[287,33,312,14,0,0,0,0],[290,51,290,68,0,0,0,0],[290,71,290,81,0,0,0,0],[307,20,307,30,0,0,0,0],[307,31,311,18,0,0,0,0],[311,18,312,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_A27_yXEfU_A22_yXEfU_","regions":[[293,57,303,18,0,0,0,0],[297,37,302,22,0,0,0,0],[302,22,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvgySbcfU0_","regions":[[325,18,325,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV10_isHovered33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[339,36,339,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg","regions":[[341,25,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6HeightAIQrAU_A5uKtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AgEE18minimumScaleFactoryQrATFQOyAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__Qo_tGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA15_GQo__AE011StrokeShapeK0VyA31_A15_AE05EmptyK0VGQo_yXEfU_","regions":[[342,31,364,10,0,0,0,0],[358,40,358,71,0,0,0,0],[358,74,358,130,0,0,0,0],[358,87,358,115,0,0,0,0],[358,118,358,129,0,0,0,0],[362,42,362,72,0,0,0,0],[362,75,362,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6HeightAIQrAU_A5uKtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AgEE18minimumScaleFactoryQrATFQOyAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__Qo_tGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA15_GQo__AE011StrokeShapeK0VyA31_A15_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_","regions":[[343,32,353,14,0,0,0,0],[346,51,346,68,0,0,0,0],[346,71,346,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvgySbcfU0_","regions":[[366,18,366,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV10_viewModel33_3B90C5D9A29137E331B1796363701516LL7SwiftUI11StateObjectVyAA0efH0CGvpfi","regions":[[18,42,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV10_viewModel33_3B90C5D9A29137E331B1796363701516LL7SwiftUI11StateObjectVyAA0efH0CGvpfiAJycfu_AJycfu0_","regions":[[18,42,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV18_showingErrorAlert33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[36,44,36,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV18_errorAlertMessage33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySSGvpfi","regions":[[37,44,37,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV28_showingResetAllConfirmation33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[40,54,40,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV16_isInspectorOpen33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[43,42,43,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV21_showingNewLayerSheet33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[46,47,46,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV13_newLayerName33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySSGvpfi","regions":[[47,39,47,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg","regions":[[49,25,232,6,0,0,0,0],[119,44,119,47,0,0,0,0],[119,50,119,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_","regions":[[50,28,118,10,0,0,0,0],[113,16,113,31,0,0,0,0],[113,32,117,14,0,0,0,0],[117,14,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_","regions":[[52,32,89,14,0,0,0,0],[69,20,69,42,0,0,0,0],[69,43,72,18,0,0,0,0],[72,18,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_yycfU_","regions":[[63,33,63,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_yycfU0_","regions":[[64,34,64,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_","regions":[[77,24,88,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_ySScfU_","regions":[[80,40,82,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_yycfU0_","regions":[[83,40,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_","regions":[[93,22,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_","regions":[[94,52,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_yycfU_","regions":[[96,40,96,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_yycfU0_","regions":[[97,40,97,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_","regions":[[100,52,109,18,0,0,0,0],[106,45,106,61,0,0,0,0],[106,64,106,80,0,0,0,0],[108,59,108,75,0,0,0,0],[108,78,108,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_yyScMYccfU_","regions":[[101,28,103,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_yyScMYccfU_yyXEfU_","regions":[[102,66,102,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_A54_yXEfU0_","regions":[[103,30,105,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgyycfU0_","regions":[[126,19,143,10,0,0,0,0],[129,50,139,14,0,0,0,0],[139,20,142,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgyycfU1_","regions":[[144,22,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[147,84,167,10,0,0,0,0],[151,13,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[168,84,175,10,0,0,0,0],[172,13,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgySSSg_AEtcfU4_","regions":[[176,48,183,10,0,0,0,0],[177,37,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU5_","regions":[[184,72,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU5_yyScMYccfU_","regions":[[185,41,185,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI4TextVyXEfU6_","regions":[[186,20,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_","regions":[[189,83,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU_","regions":[[190,45,190,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU0_","regions":[[191,54,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU0_yyYacfU_","regions":[[192,22,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI4TextVyXEfU8_","regions":[[196,20,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_","regions":[[199,58,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_yycfU_","regions":[[202,27,202,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_yycfU0_","regions":[[203,27,203,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_","regions":[[206,60,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU_","regions":[[208,29,208,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU0_","regions":[[209,33,209,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU1_","regions":[[210,27,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_","regions":[[217,52,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_ySScfU_","regions":[[221,27,225,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_yycfU0_","regions":[[226,27,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14getRunningAppsSayAA0C13ConditionInfoVGyF","regions":[[8,49,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ConditionyyF","regions":[[13,29,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC05clearC9ConditionyyF","regions":[[18,30,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC15SpecificMapping05inputA012outputAction12appCondition13kanataManagerSbSS_SSAA0cO4InfoVAA18RuntimeCoordinatorCtYaF","regions":[[17,21,93,6,0,0,0,0],[20,12,87,10,0,0,0,0],[25,16,25,37,0,0,0,0],[25,38,33,14,0,0,0,0],[35,52,40,14,0,0,0,0],[40,14,86,24,0,0,0,0],[54,65,86,24,0,0,0,0],[57,63,86,24,0,0,0,0],[62,64,86,24,0,0,0,0],[67,16,67,76,0,0,0,0],[67,77,77,14,0,0,0,0],[68,20,71,18,0,0,0,0],[69,89,71,18,0,0,0,0],[71,91,73,18,0,0,0,0],[73,25,76,18,0,0,0,0],[76,18,77,14,0,0,0,0],[77,14,86,24,0,0,0,0],[87,17,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC15SpecificMapping05inputA012outputAction12appCondition13kanataManagerSbSS_SSAA0cO4InfoVAA18RuntimeCoordinatorCtYaFSbAA0cA8OverrideVXEfU_","regions":[[50,40,50,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06removeC15SpecificMapping05inputA012appConditionySS_AA0cM4InfoVtYaF","regions":[[99,13,124,6,0,0,0,0],[100,12,121,10,0,0,0,0],[101,124,103,14,0,0,0,0],[103,14,121,10,0,0,0,0],[108,16,108,40,0,0,0,0],[108,41,111,14,0,0,0,0],[110,110,111,14,0,0,0,0],[111,20,114,14,0,0,0,0],[113,69,114,14,0,0,0,0],[114,14,121,10,0,0,0,0],[117,63,121,10,0,0,0,0],[121,17,123,10,0,0,0,0],[123,10,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06removeC15SpecificMapping05inputA012appConditionySS_AA0cM4InfoVtYaFSbAA0cA8OverrideVXEfU_","regions":[[106,40,106,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23resolveConflictKeepHoldyyF","regions":[[9,36,24,6,0,0,0,0],[15,12,15,27,0,0,0,0],[15,28,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23resolveConflictKeepHoldyyFySScfU_","regions":[[19,35,22,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC27resolveConflictKeepTapDanceyyF","regions":[[27,40,40,6,0,0,0,0],[35,12,35,32,0,0,0,0],[35,33,37,10,0,0,0,0],[37,19,37,47,0,0,0,0],[37,120,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17checkHoldConflictSbyF","regions":[[43,38,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tF","regions":[[48,71,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFSo7NSEventCSgAGcfU_","regions":[[52,88,63,10,0,0,0,0],[54,16,54,35,0,0,0,0],[54,36,57,14,0,0,0,0],[57,14,62,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_","regions":[[66,62,73,10,0,0,0,0],[67,33,67,43,0,0,0,0],[67,43,73,10,0,0,0,0],[68,60,68,70,0,0,0,0],[68,70,73,10,0,0,0,0],[70,16,70,30,0,0,0,0],[70,31,72,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu_","regions":[[69,53,69,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu0_","regions":[[69,77,69,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[69,100,69,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctF","regions":[[80,7,115,6,0,0,0,0],[87,12,87,34,0,0,0,0],[87,35,89,10,0,0,0,0],[91,50,95,10,0,0,0,0],[95,10,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_","regions":[[97,55,114,10,0,0,0,0],[98,33,98,43,0,0,0,0],[98,43,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_","regions":[[100,18,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[108,19,112,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[109,26,111,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24finalizeMultiTapSequence33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[117,45,137,6,0,0,0,0],[129,59,132,10,0,0,0,0],[132,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC27stopMultiTapSequenceCapture8finalizeySb_tF","regions":[[139,54,153,6,0,0,0,0],[140,12,140,20,0,0,0,0],[140,21,143,10,0,0,0,0],[143,10,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16stopAllRecordingyyF","regions":[[156,29,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC010stopSimpleA7CaptureyyF","regions":[[162,33,168,6,0,0,0,0],[163,50,165,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16keyNameFromEvent33_92D0E1D444BBC37380F4906E673A923ALLySSSo7NSEventCFZ","regions":[[171,70,268,6,0,0,0,0],[176,12,176,40,0,0,0,0],[176,41,176,59,0,0,0,0],[177,12,177,40,0,0,0,0],[177,41,177,59,0,0,0,0],[178,12,178,39,0,0,0,0],[178,40,178,58,0,0,0,0],[179,12,179,38,0,0,0,0],[179,39,179,57,0,0,0,0],[181,30,181,37,0,0,0,0],[182,9,182,20,0,0,0,0],[183,9,183,20,0,0,0,0],[184,9,184,20,0,0,0,0],[185,9,185,20,0,0,0,0],[186,9,186,20,0,0,0,0],[187,9,187,20,0,0,0,0],[188,9,188,20,0,0,0,0],[189,9,189,20,0,0,0,0],[190,9,190,20,0,0,0,0],[191,9,191,20,0,0,0,0],[192,9,192,21,0,0,0,0],[193,9,193,21,0,0,0,0],[194,9,194,21,0,0,0,0],[195,9,195,21,0,0,0,0],[196,9,196,21,0,0,0,0],[197,9,197,21,0,0,0,0],[198,9,198,21,0,0,0,0],[199,9,199,21,0,0,0,0],[200,9,200,21,0,0,0,0],[201,9,201,21,0,0,0,0],[202,9,202,21,0,0,0,0],[203,9,203,21,0,0,0,0],[204,9,204,21,0,0,0,0],[205,9,205,21,0,0,0,0],[206,9,206,21,0,0,0,0],[207,9,207,21,0,0,0,0],[208,9,208,21,0,0,0,0],[209,9,209,21,0,0,0,0],[210,9,210,21,0,0,0,0],[211,9,211,21,0,0,0,0],[212,9,212,21,0,0,0,0],[213,9,213,21,0,0,0,0],[214,9,214,21,0,0,0,0],[215,9,215,21,0,0,0,0],[216,9,216,21,0,0,0,0],[217,9,217,23,0,0,0,0],[218,9,218,21,0,0,0,0],[219,9,219,21,0,0,0,0],[220,9,220,21,0,0,0,0],[221,9,221,21,0,0,0,0],[222,9,222,21,0,0,0,0],[223,9,223,22,0,0,0,0],[224,9,224,21,0,0,0,0],[225,9,225,21,0,0,0,0],[226,9,226,21,0,0,0,0],[227,9,227,21,0,0,0,0],[228,9,228,21,0,0,0,0],[229,9,229,23,0,0,0,0],[230,9,230,23,0,0,0,0],[231,9,231,21,0,0,0,0],[232,9,232,24,0,0,0,0],[233,9,233,23,0,0,0,0],[234,9,234,24,0,0,0,0],[235,9,235,24,0,0,0,0],[236,9,236,24,0,0,0,0],[237,9,237,24,0,0,0,0],[238,9,238,24,0,0,0,0],[239,9,239,24,0,0,0,0],[240,9,240,24,0,0,0,0],[241,9,241,24,0,0,0,0],[242,9,242,22,0,0,0,0],[243,9,243,22,0,0,0,0],[244,9,244,22,0,0,0,0],[245,9,245,22,0,0,0,0],[246,9,246,22,0,0,0,0],[247,9,247,23,0,0,0,0],[248,9,248,23,0,0,0,0],[249,9,249,24,0,0,0,0],[250,9,250,24,0,0,0,0],[251,9,251,24,0,0,0,0],[252,9,252,24,0,0,0,0],[253,9,253,24,0,0,0,0],[254,9,254,24,0,0,0,0],[255,9,255,23,0,0,0,0],[256,9,256,24,0,0,0,0],[257,9,257,23,0,0,0,0],[258,9,258,25,0,0,0,0],[259,9,259,23,0,0,0,0],[260,9,260,25,0,0,0,0],[261,9,261,26,0,0,0,0],[262,9,262,25,0,0,0,0],[263,9,263,23,0,0,0,0],[264,9,264,31,0,0,0,0],[265,10,267,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startInputRecordingyyF","regions":[[270,32,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20startOutputRecordingyyF","regions":[[280,33,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tF","regions":[[298,46,348,6,0,0,0,0],[300,12,300,34,0,0,0,0],[300,35,302,10,0,0,0,0],[304,50,308,10,0,0,0,0],[308,10,348,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_","regions":[[311,55,347,10,0,0,0,0],[312,33,312,43,0,0,0,0],[312,43,347,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_","regions":[[314,18,346,14,0,0,0,0],[316,20,316,27,0,0,0,0],[316,28,331,18,0,0,0,0],[324,21,330,22,0,0,0,0],[331,24,334,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[341,19,345,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[342,26,344,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tF","regions":[[351,65,430,6,0,0,0,0],[360,105,420,10,0,0,0,0],[365,13,373,14,0,0,0,0],[373,52,381,14,0,0,0,0],[383,13,391,14,0,0,0,0],[391,54,400,14,0,0,0,0],[400,20,411,14,0,0,0,0],[420,16,429,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tFAA16SystemActionInfoVSgyKXEfu_","regions":[[382,87,382,137,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tFSSyKXEfu0_","regions":[[415,51,415,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[432,36,465,6,0,0,0,0],[445,12,445,19,0,0,0,0],[445,49,464,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFSSyKXEfu_","regions":[[442,125,442,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFSSyKXEfu0_","regions":[[442,175,442,180,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFyyYacfU_","regions":[[446,18,463,14,0,0,0,0],[447,20,447,38,0,0,0,0],[447,39,451,18,0,0,0,0],[451,27,451,45,0,0,0,0],[451,46,455,18,0,0,0,0],[455,27,455,54,0,0,0,0],[455,55,459,18,0,0,0,0],[459,24,462,18,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13stopRecordingyyF","regions":[[467,26,512,6,20,0,0,0],[479,12,479,32,20,0,0,0],[479,33,482,10,0,0,0,0],[485,12,485,30,20,0,0,0],[485,54,496,10,0,0,0,0],[487,50,492,14,0,0,0,0],[492,20,495,14,0,0,0,0],[504,12,504,29,20,0,0,0],[504,30,509,10,0,0,0,0],[505,16,505,87,0,0,0,0],[505,88,507,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13stopRecordingyyFSbyKXEfu_","regions":[[505,40,505,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04stopA7CaptureyyF","regions":[[514,27,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[519,56,670,6,0,0,0,0],[524,14,528,10,0,0,0,0],[528,10,670,6,0,0,0,0],[535,12,535,33,0,0,0,0],[540,9,544,10,0,0,0,0],[544,10,670,6,0,0,0,0],[550,52,573,10,0,0,0,0],[561,16,561,23,0,0,0,0],[561,24,566,14,0,0,0,0],[566,20,569,14,0,0,0,0],[573,10,670,6,0,0,0,0],[576,12,663,10,0,0,0,0],[582,14,663,10,0,0,0,0],[583,80,663,10,0,0,0,0],[601,57,604,14,0,0,0,0],[604,23,604,42,0,0,0,0],[604,43,616,14,0,0,0,0],[612,66,612,122,0,0,0,0],[612,125,612,127,0,0,0,0],[616,23,616,104,0,0,0,0],[616,105,629,14,0,0,0,0],[623,87,625,18,0,0,0,0],[625,18,629,14,0,0,0,0],[629,23,629,53,0,0,0,0],[629,54,640,14,0,0,0,0],[645,16,645,31,0,0,0,0],[645,32,657,14,0,0,0,0],[657,20,662,14,0,0,0,0],[663,17,667,10,0,0,0,0],[667,10,670,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSSSshYbcfu_","regions":[[612,110,612,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSbyKXEfu0_","regions":[[616,51,616,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[616,81,616,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5reset33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[672,26,686,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18resetForNewMappingyyF","regions":[[690,31,701,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyF","regions":[[704,18,773,6,0,0,0,0],[711,40,727,10,0,0,0,0],[712,45,719,14,0,0,0,0],[719,68,726,14,0,0,0,0],[730,81,768,10,0,0,0,0],[740,13,744,14,0,0,0,0],[744,45,748,14,0,0,0,0],[750,13,754,14,0,0,0,0],[754,86,758,14,0,0,0,0],[758,20,764,14,0,0,0,0],[768,16,772,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyFyyYacfU_","regions":[[713,22,717,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyFyyYacfU0_","regions":[[722,22,725,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyF","regions":[[777,30,812,6,0,0,0,0],[790,40,809,10,0,0,0,0],[791,45,799,14,0,0,0,0],[799,68,808,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyFyyYacfU_","regions":[[792,22,797,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyFyyYacfU0_","regions":[[802,22,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18resetAllToDefaults13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[815,70,835,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyF","regions":[[838,29,855,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyFySo15NSModalResponseacfU_","regions":[[848,21,854,10,0,0,0,0],[849,61,849,71,0,0,0,0],[849,71,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyFySo15NSModalResponseacfU_ytSgyYaYbScMYccfU_","regions":[[851,18,853,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13appLaunchInfo3forAA0ciJ0VSgSS_tF","regions":[[857,66,874,6,0,0,0,0],[859,84,861,10,0,0,0,0],[861,10,873,19,0,0,0,0],[869,86,871,10,0,0,0,0],[871,10,873,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC05buildC10LaunchInfo33_92D0E1D444BBC37380F4906E673A923ALL4fromAA0ciJ0V10Foundation3URLV_tF","regions":[[876,69,889,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tF","regions":[[892,49,913,6,0,0,0,0],[905,62,910,10,0,0,0,0],[910,16,912,10,0,0,0,0],[911,181,911,186,0,0,0,0],[911,189,911,194,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFSSyKXEfu_","regions":[[901,115,901,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFyyYacfU_","regions":[[907,18,909,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFSSyKXEfu0_","regions":[[911,140,911,145,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15layerFromStringyAA19RuleCollectionLayerOSSF","regions":[[8,65,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC29convertSequenceToKanataFormatySSAA0aI0VF","regions":[[13,75,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24currentInputKanataStringSSSgyF","regions":[[18,48,30,6,0,0,0,0],[19,41,21,10,0,0,0,0],[21,10,29,19,0,0,0,0],[22,45,28,10,0,0,0,0],[28,10,29,19,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18getAvailableLayersSaySSGyF","regions":[[12,43,17,6,3,0,0,0],[13,12,13,35,3,0,0,0],[13,36,15,10,0,0,0,0],[15,10,16,31,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaF","regions":[[20,41,26,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaFSaySSGyKXEfu_","regions":[[21,77,21,79,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaFyyYbScMYcXEfU_","regions":[[23,29,25,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20buildAvailableLayers33_670AF3586BA6198D193D4337F5A2781ELL10additionalSaySSGAG_tF","regions":[[28,73,54,6,2,0,0,0],[31,33,33,10,4,0,0,0],[33,10,53,10,2,0,0,0],[35,29,45,10,2,0,0,0],[37,87,39,14,0,0,0,0],[39,14,45,10,2,0,0,0],[42,71,44,14,0,0,0,0],[44,14,45,10,2,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20buildAvailableLayers33_670AF3586BA6198D193D4337F5A2781ELL10additionalSaySSGAG_tFSbSS_SStXEfU_","regions":[[48,30,53,10,8,0,0,0],[51,16,51,38,8,0,0,0],[51,39,51,59,4,0,0,0],[51,59,52,29,4,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13isSystemLayerySbSSF","regions":[[57,49,59,6,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSF","regions":[[62,38,115,6,0,0,0,0],[63,34,63,44,0,0,0,0],[63,44,115,6,0,0,0,0],[70,43,70,53,0,0,0,0],[70,53,115,6,0,0,0,0],[74,12,74,80,0,0,0,0],[74,81,78,10,0,0,0,0],[78,10,115,6,0,0,0,0],[105,29,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_","regions":[[68,21,68,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_SbyKXEfu_","regions":[[68,38,68,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_SbyKXEfu0_","regions":[[68,53,68,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSSXEfU0_","regions":[[74,43,74,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFyyYacfU1_","regions":[[106,18,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11deleteLayeryySSF","regions":[[118,39,137,6,0,0,0,0],[119,42,122,10,0,0,0,0],[122,10,137,6,0,0,0,0],[125,12,125,59,0,0,0,0],[125,60,127,10,0,0,0,0],[130,29,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11deleteLayeryySSFyyYacfU_","regions":[[131,18,135,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC13LaunchMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[140,72,180,6,0,0,0,0],[143,72,148,10,0,0,0,0],[148,10,180,6,0,0,0,0],[167,12,167,19,0,0,0,0],[167,20,173,10,0,0,0,0],[173,16,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18selectSystemActionyyAA0iJ4InfoVF","regions":[[183,57,199,6,0,0,0,0],[193,62,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18selectSystemActionyyAA0iJ4InfoVFyyYacfU_","regions":[[195,18,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23saveSystemActionMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[202,75,239,6,0,0,0,0],[205,84,209,10,0,0,0,0],[209,10,239,6,0,0,0,0],[226,12,226,19,0,0,0,0],[226,20,232,10,0,0,0,0],[232,16,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showURLInputDialogyyF","regions":[[242,31,245,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyF","regions":[[248,22,286,6,0,0,0,0],[252,106,256,10,0,0,0,0],[256,10,286,6,0,0,0,0],[280,62,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU_","regions":[[269,14,277,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[271,33,276,14,0,0,0,0],[273,20,273,34,0,0,0,0],[273,35,275,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU0_","regions":[[282,18,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14saveURLMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[289,66,331,6,0,0,0,0],[292,72,297,10,0,0,0,0],[297,10,331,6,0,0,0,0],[316,12,316,19,0,0,0,0],[316,20,324,10,0,0,0,0],[324,16,328,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14saveURLMapping13kanataManageryAA18RuntimeCoordinatorC_tYaFyyYacfU_","regions":[[323,18,323,76,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13extractDomain4fromS2S_tF","regions":[[334,52,336,6,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20toggleMacroRecordingyyF","regions":[[7,33,19,6,0,0,0,0],[8,12,8,28,0,0,0,0],[8,29,11,10,0,0,0,0],[11,10,19,6,0,0,0,0],[14,12,14,31,0,0,0,0],[14,32,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10clearMacroyyF","regions":[[21,23,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[25,40,57,6,0,0,0,0],[30,12,30,34,0,0,0,0],[30,35,32,10,0,0,0,0],[34,50,37,10,0,0,0,0],[37,10,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_","regions":[[39,55,56,10,0,0,0,0],[40,33,40,43,0,0,0,0],[40,43,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_","regions":[[42,18,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_SSAA0A5PressVXEfU_","regions":[[43,49,43,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU0_","regions":[[50,19,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU0_ytSgyYaYbScMYccfU_","regions":[[51,26,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18stopMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[59,39,69,6,0,0,0,0],[65,12,65,83,0,0,0,0],[65,84,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18stopMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFSbyKXEfu_","regions":[[65,36,65,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28clearHoldAndTapDanceForMacro33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[71,49,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14multiTapAction3forSSSgSi_tF","regions":[[7,52,17,6,0,0,0,0],[8,31,8,45,0,0,0,0],[8,45,16,45,0,0,0,0],[9,12,9,22,0,0,0,0],[9,23,11,10,0,0,0,0],[10,46,10,49,0,0,0,0],[10,52,10,67,0,0,0,0],[11,10,16,45,0,0,0,0],[14,60,14,74,0,0,0,0],[14,74,16,45,0,0,0,0],[16,33,16,36,0,0,0,0],[16,39,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitF","regions":[[19,63,31,6,0,0,0,0],[20,31,20,41,0,0,0,0],[20,41,31,6,0,0,0,0],[22,12,22,22,0,0,0,0],[22,23,25,10,0,0,0,0],[25,10,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitFSSyKXEfu_","regions":[[23,41,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitFSSyKXEfu0_","regions":[[29,49,29,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19isRecordingMultiTap3forSbSi_tF","regions":[[33,54,41,6,0,0,0,0],[34,31,34,47,0,0,0,0],[34,47,40,48,0,0,0,0],[35,12,35,22,0,0,0,0],[35,23,37,10,0,0,0,0],[37,10,40,48,0,0,0,0],[39,60,39,76,0,0,0,0],[39,76,40,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleMultiTapRecording3forySi_tF","regions":[[43,50,52,6,0,0,0,0],[44,31,44,41,0,0,0,0],[44,41,52,6,0,0,0,0],[45,12,45,22,0,0,0,0],[45,23,47,10,0,0,0,0],[47,16,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19clearMultiTapAction3forySi_tF","regions":[[54,46,64,6,0,0,0,0],[55,31,55,41,0,0,0,0],[55,41,64,6,0,0,0,0],[56,12,56,22,0,0,0,0],[56,23,58,10,0,0,0,0],[58,16,63,10,0,0,0,0],[60,64,60,74,0,0,0,0],[60,74,63,10,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23ensureTapDanceStepIndex33_24F3CAB81E6ECE3D5BF214F1C132D536LLyySiF","regions":[[66,56,74,6,0,0,0,0],[67,31,67,41,0,0,0,0],[67,41,74,6,0,0,0,0],[68,15,68,43,0,0,0,0],[68,44,73,10,0,0,0,0],[70,62,70,72,0,0,0,0],[70,72,73,10,0,0,0,0],[73,10,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC30trimTrailingEmptyTapDanceSteps33_24F3CAB81E6ECE3D5BF214F1C132D536LLyyF","regions":[[76,51,80,6,0,0,0,0],[77,66,79,10,0,0,0,0],[79,10,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18keyOutputFromPressySSAA0aK0VFZ","regions":[[82,65,89,6,0,0,0,0],[84,12,84,46,0,0,0,0],[84,47,84,65,0,0,0,0],[85,12,85,46,0,0,0,0],[85,47,85,65,0,0,0,0],[86,12,86,45,0,0,0,0],[86,46,86,64,0,0,0,0],[87,12,87,44,0,0,0,0],[87,45,87,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17clearTapDanceStep2atySi_tF","regions":[[92,43,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15addTapDanceStepyyF","regions":[[7,28,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18removeTapDanceStep2atySi_tF","regions":[[12,44,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tF","regions":[[17,49,56,6,0,0,0,0],[18,60,18,70,0,0,0,0],[18,70,56,6,0,0,0,0],[21,12,21,42,0,0,0,0],[21,43,23,10,0,0,0,0],[26,12,26,52,0,0,0,0],[26,53,31,10,0,0,0,0],[31,10,56,6,0,0,0,0],[33,12,33,44,0,0,0,0],[33,45,36,10,0,0,0,0],[36,16,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFySScfU_","regions":[[42,27,45,18,0,0,0,0],[43,70,43,80,0,0,0,0],[43,80,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFySScfU0_","regions":[[46,29,49,18,0,0,0,0],[47,70,47,80,0,0,0,0],[47,80,49,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFyycfU1_","regions":[[50,25,53,18,0,0,0,0],[51,70,51,80,0,0,0,0],[51,80,53,18,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11_inputLabel33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[13,41,13,44,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12_outputLabel33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[14,42,14,45,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_isRecordingInput33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[15,39,15,44,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18_isRecordingOutput33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[16,40,16,45,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9_isSaving33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[17,31,17,36,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14_statusIsError33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[19,36,19,41,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13_currentLayer33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[20,43,20,49,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16_availableLayers33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySaySSGGvpfi","regions":[[21,48,21,63,35,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11selectedURLSSSgvW","regions":[[28,16,32,10,25,0,0,0],[29,16,29,39,25,0,0,0],[29,40,31,14,6,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_showingURLDialog33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[38,39,38,44,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13_urlInputText33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[40,35,40,37,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06_inputA4Code33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVys6UInt16VSgGvpfi","regions":[[43,44,43,45,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC016_appsWithCurrentA7Mapping33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySayAA0C6KeymapVGGvpfi","regions":[[45,61,45,63,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20_appConditionManager33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVyAA0ciJ0CGvpfi","regions":[[50,42,50,63,35,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC08selectedC9ConditionAA0cI4InfoVSgvg","regions":[[54,13,54,57,1,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC08selectedC9ConditionAA0cI4InfoVSgvs","regions":[[55,13,55,68,20,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_advancedBehavior33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVyAA08AdvancedI7ManagerCGvpfi","regions":[[62,39,62,64,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelCACycfc","regions":[[64,12,68,6,35,0,0,0]]},{"branches":[],"count":200,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelCACycfcyyt_tcfU_","regions":[[65,78,67,10,200,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12showAdvancedSbvg","regions":[[73,13,73,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12showAdvancedSbvs","regions":[[74,13,74,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10holdActionSSvg","regions":[[78,13,78,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10holdActionSSvs","regions":[[79,13,79,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15doubleTapActionSSvg","regions":[[83,13,83,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15doubleTapActionSSvs","regions":[[84,13,84,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13macroBehaviorAA05MacroI0VSgvg","regions":[[88,13,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13macroBehaviorAA05MacroI0VSgvs","regions":[[89,13,89,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11tappingTermSivg","regions":[[93,13,93,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11tappingTermSivs","regions":[[94,13,94,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15isRecordingHoldSbvg","regions":[[98,13,98,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15isRecordingHoldSbvs","regions":[[99,13,99,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20isRecordingDoubleTapSbvg","regions":[[103,13,103,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20isRecordingDoubleTapSbvs","regions":[[104,13,104,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22isRecordingComboOutputSbvg","regions":[[108,13,108,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22isRecordingComboOutputSbvs","regions":[[109,13,109,67,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16isRecordingMacroSbvg","regions":[[113,13,113,50,20,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16isRecordingMacroSbvs","regions":[[114,13,114,61,20,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11comboOutputSSvg","regions":[[118,13,118,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11comboOutputSSvs","regions":[[119,13,119,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9comboKeysSaySSGvg","regions":[[123,13,123,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9comboKeysSaySSGvs","regions":[[124,13,124,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12holdBehaviorAA08AdvancedI7ManagerC04HoldI4TypeOvg","regions":[[131,13,131,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12holdBehaviorAA08AdvancedI7ManagerC04HoldI4TypeOvs","regions":[[132,13,132,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17customTapKeysTextSSvg","regions":[[136,13,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17customTapKeysTextSSvs","regions":[[137,13,137,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13tapDanceStepsSaySS5label_SS6actionSb11isRecordingtGvg","regions":[[141,13,141,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13tapDanceStepsSaySS5label_SS6actionSb11isRecordingtGvs","regions":[[142,13,142,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showTimingAdvancedSbvg","regions":[[148,13,148,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showTimingAdvancedSbvs","regions":[[149,13,149,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10tapTimeoutSivg","regions":[[153,13,153,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10tapTimeoutSivs","regions":[[154,13,154,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11holdTimeoutSivg","regions":[[158,13,158,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11holdTimeoutSivs","regions":[[159,13,159,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showConflictDialogSbvg","regions":[[163,13,163,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showConflictDialogSbvs","regions":[[164,13,164,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19pendingConflictTypeAA23AdvancedBehaviorManagerC0iJ0OSgvg","regions":[[170,13,170,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19pendingConflictTypeAA23AdvancedBehaviorManagerC0iJ0OSgvs","regions":[[171,13,171,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20pendingConflictFieldSSvg","regions":[[175,13,175,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20pendingConflictFieldSSvs","regions":[[176,13,176,65,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13inputSequenceAA0aI0VSgvpfi","regions":[[184,39,184,74,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14outputSequenceAA0aI0VSgvpfi","regions":[[185,40,185,75,35,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12rulesManagerAA015RuleCollectionsI0CSgvg","regions":[[196,47,196,78,2,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21sequenceFinalizeDelaySdvpfi","regions":[[217,47,217,50,35,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvg","regions":[[219,23,221,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_","regions":[[220,33,220,131,5,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu0_","regions":[[220,59,220,77,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu1_","regions":[[220,81,220,108,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu2_","regions":[[220,112,220,130,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9configure13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[223,55,228,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9configure13kanataManageryAA18RuntimeCoordinatorC_tFyyYacfU_","regions":[[225,14,227,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC8setLayeryySSF","regions":[[231,36,241,6,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC012setInputFromA5Click7keyCode10inputLabel06outputO013appIdentifier012systemActionR003urlR0ys6UInt16V_S3SSgA2MtF","regions":[[251,7,308,6,20,0,0,0],[270,79,275,10,0,0,0,0],[275,45,280,10,5,0,0,0],[280,119,285,10,4,0,0,0],[285,16,293,10,11,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC012setInputFromA5Click7keyCode10inputLabel06outputO013appIdentifier012systemActionR003urlR0ys6UInt16V_S3SSgA2MtFyyYacfU_","regions":[[296,14,296,47,20,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[312,74,379,6,0,0,0,0],[313,47,313,57,0,0,0,0],[313,57,379,6,0,0,0,0],[319,14,322,10,0,0,0,0],[322,10,379,6,0,0,0,0],[324,16,324,24,0,0,0,0],[325,9,342,133,0,0,0,0],[331,16,331,47,0,0,0,0],[331,48,333,14,0,0,0,0],[333,23,333,40,0,0,0,0],[333,41,335,14,0,0,0,0],[335,23,335,54,0,0,0,0],[335,55,338,14,0,0,0,0],[338,20,340,14,0,0,0,0],[344,9,365,14,0,0,0,0],[345,20,345,31,0,0,0,0],[346,13,347,101,0,0,0,0],[348,13,364,168,0,0,0,0],[354,20,354,44,0,0,0,0],[354,45,356,18,0,0,0,0],[358,20,358,44,0,0,0,0],[358,45,362,18,0,0,0,0],[367,9,369,99,0,0,0,0],[371,9,377,145,0,0,0,0],[378,10,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tFSS5label_SS6actionSb11isRecordingtAA12TapDanceStepVXEfU_","regions":[[359,86,361,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tFSbSSXEfU0_","regions":[[373,60,373,104,0,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21updateAppsWithMappingyyYaF","regions":[[382,40,389,6,20,0,0,0],[383,47,386,10,0,0,0,0],[386,10,389,6,20,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12applyPresets5input6output5layer0jA4Code13appIdentifier012systemActionO003urlO0ySS_S2SSgs6UInt16VSgA3LtF","regions":[[400,7,475,6,0,0,0,0],[419,22,421,10,0,0,0,0],[433,79,438,10,0,0,0,0],[438,37,443,10,0,0,0,0],[445,9,451,10,0,0,0,0],[451,78,457,10,0,0,0,0],[457,16,464,10,0,0,0,0],[467,29,469,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12applyPresets5input6output5layer0jA4Code13appIdentifier012systemActionO003urlO0ySS_S2SSgs6UInt16VSgA3LtFANyKXEfu_","regions":[[427,44,427,45,0,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06formatA10ForDisplayyS2SF","regions":[[479,55,484,6,31,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20toggleInputRecordingyyF","regions":[[486,33,496,6,0,0,0,0],[487,12,487,28,0,0,0,0],[487,29,489,10,0,0,0,0],[489,16,495,10,0,0,0,0],[491,16,491,33,0,0,0,0],[491,34,493,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21toggleOutputRecordingyyF","regions":[[498,34,508,6,0,0,0,0],[499,12,499,29,0,0,0,0],[499,30,501,10,0,0,0,0],[501,16,507,10,0,0,0,0],[503,16,503,32,0,0,0,0],[503,33,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19toggleHoldRecordingyyF","regions":[[510,32,531,6,0,0,0,0],[512,12,512,31,0,0,0,0],[512,32,517,10,0,0,0,0],[517,10,531,6,0,0,0,0],[519,12,519,27,0,0,0,0],[519,28,522,10,0,0,0,0],[522,16,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19toggleHoldRecordingyyFySScfU_","regions":[[526,35,529,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyF","regions":[[533,37,567,6,0,0,0,0],[535,12,535,42,0,0,0,0],[535,43,537,10,0,0,0,0],[540,12,540,52,0,0,0,0],[540,53,545,10,0,0,0,0],[545,10,567,6,0,0,0,0],[547,12,547,32,0,0,0,0],[547,33,550,10,0,0,0,0],[550,16,566,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFySScfU_","regions":[[556,27,558,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFySScfU0_","regions":[[559,29,561,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFyycfU1_","regions":[[562,25,564,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC26toggleComboOutputRecordingyyF","regions":[[569,39,582,6,0,0,0,0],[570,12,570,34,0,0,0,0],[570,35,573,10,0,0,0,0],[573,16,581,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC26toggleComboOutputRecordingyyFySScfU_","regions":[[577,35,580,14,0,0,0,0]]},{"branches":[],"count":77,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingBehaviorO4fromACs7Decoder_p_tKcfC","regions":[[28,47,61,6,77,0,0,0],[29,72,60,10,77,0,0,0],[31,98,60,10,77,0,0,0],[31,99,34,10,72,0,0,0],[34,10,60,10,5,0,0,0],[36,113,60,10,5,0,0,0],[36,114,39,10,1,0,0,0],[39,10,60,10,4,0,0,0],[41,98,60,10,4,0,0,0],[41,99,44,10,1,0,0,0],[44,10,60,10,3,0,0,0],[46,89,60,10,3,0,0,0],[46,90,49,10,1,0,0,0],[49,10,60,10,2,0,0,0],[51,89,60,10,2,0,0,0],[51,90,54,10,3,0,0,0],[54,10,60,10,9223372036854775807,0,0,0]]},{"branches":[],"count":87,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingBehaviorO6encode2toys7Encoder_p_tKF","regions":[[63,52,75,6,87,0,0,0],[65,16,65,20,87,0,0,0],[66,9,67,62,82,0,0,0],[68,9,69,72,1,0,0,0],[70,9,71,56,1,0,0,0],[72,9,73,56,3,0,0,0],[74,10,75,6,87,0,0,0]]},{"branches":[],"count":1240,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV9tapAction04holdI00H7Timeout0jK0019activateHoldOnOtherA08quickTap06customQ4KeysACSS_SSS2iS2bSaySSGtcfC","regions":[[132,7,141,6,1240,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvg","regions":[[144,30,146,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu_","regions":[[145,31,145,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu0_","regions":[[145,54,145,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu1_","regions":[[145,72,145,87,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV8windowMs5stepsACSi_SayAA0eF4StepVGtcfC","regions":[[160,61,164,6,17,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvg","regions":[[167,30,169,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvgSbyKXEfu_","regions":[[168,25,168,62,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvgSbyKXEfu_SbAA0eF4StepVXEfU_","regions":[[168,40,168,62,2,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TapDanceStepV5label6actionACSS_SStcfC","regions":[[180,48,183,6,35,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV7outputs4text11description6sourceACSaySSG_SSSgAiC6SourceOSgtcfC","regions":[[213,7,222,6,9,0,0,0],[217,23,219,10,3,0,0,0],[219,16,221,10,6,0,0,0],[220,54,220,59,5,0,0,0],[220,62,220,67,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV7isValidSbvg","regions":[[225,30,227,6,4,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16effectiveOutputsSaySSGvg","regions":[[230,43,240,6,10,0,0,0],[231,16,231,22,10,0,0,0],[232,9,236,22,6,0,0,0],[233,40,235,14,6,0,0,0],[235,14,236,22,0,0,0,0],[237,9,238,27,4,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16effectiveOutputsSaySSGvgSSSJXEfU_","regions":[[234,33,234,47,16,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV13displayStringSSvg","regions":[[242,38,253,6,0,0,0,0],[243,16,243,22,0,0,0,0],[244,9,248,36,0,0,0,0],[245,40,247,14,0,0,0,0],[247,14,248,36,0,0,0,0],[249,9,251,95,0,0,0,0],[251,40,251,52,0,0,0,0],[251,55,251,95,0,0,0,0],[251,71,251,87,0,0,0,0],[251,90,251,94,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16validationErrorsSaySSGvg","regions":[[255,43,270,6,5,0,0,0],[259,12,259,27,5,0,0,0],[259,28,261,10,1,0,0,0],[263,12,263,27,5,0,0,0],[263,53,267,10,3,0,0,0],[264,92,266,14,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV10homeRowMod6letter8modifierACSS_SStFZ","regions":[[278,82,287,6,5,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7twoStep06singleE006doubleE08windowMsACSS_SSSitFZ","regions":[[292,104,300,6,8,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfC","regions":[[329,7,339,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSbyXEfu_","regions":[[331,22,331,37,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSSyXEfu0_","regions":[[331,39,331,79,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSbyXEfu1_","regions":[[332,22,332,37,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSSyXEfu2_","regions":[[332,39,332,77,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvg","regions":[[342,30,344,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvgSbyKXEfu_","regions":[[343,28,343,43,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvgSbyKXEfu0_","regions":[[343,47,343,60,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV9groupNameSSvg","regions":[[348,34,350,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV03twoA0__6output11descriptionACSS_S3SSgtFZ","regions":[[357,117,359,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV05threeA0___6output11descriptionACSS_S4SSgtFZ","regions":[[362,135,364,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV5_mode33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVyAA0eG4ModeOGvpfi","regions":[[18,50,18,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV20_showTimingOverrides33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[19,46,19,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10_tapAction33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySSGvpfi","regions":[[22,44,22,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV11_holdAction33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySSGvpfi","regions":[[23,45,23,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV11_tapTimeout33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[24,42,24,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12_holdTimeout33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[25,43,25,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV020_activateHoldOnOtherA033_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[26,55,26,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV9_quickTap33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[27,41,27,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV15_tapDanceWindow33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[30,46,30,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV14_tapDanceSteps33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySayAA03TapI4StepVGGvpfi","regions":[[31,56,31,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13_behaviorType33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVyAC0fI0OGvpfi","regions":[[34,53,34,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg","regions":[[41,25,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_","regions":[[42,50,74,10,0,0,0,0],[69,16,69,31,0,0,0,0],[69,32,71,14,0,0,0,0],[71,20,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_A1_yXEfU_","regions":[[44,46,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_A1_yXEfU_A0_AVcfU_","regions":[[45,65,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_yAV_AVtcfU0_","regions":[[52,33,67,14,0,0,0,0],[53,20,53,38,0,0,0,0],[53,39,56,18,0,0,0,0],[56,24,66,18,0,0,0,0],[58,24,58,41,0,0,0,0],[58,42,60,22,0,0,0,0],[62,24,62,45,0,0,0,0],[62,46,64,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvgyycfU0_","regions":[[75,19,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10simpleView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[82,39,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10simpleView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF4TextV_AJtGyXEfU_","regions":[[83,49,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[95,41,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_","regions":[[96,50,116,10,0,0,0,0],[110,20,110,32,0,0,0,0],[111,13,112,31,0,0,0,0],[113,13,114,31,0,0,0,0],[115,14,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_A2_yXEfU_","regions":[[98,58,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_A2_yXEfU_A1_AWcfU_","regions":[[99,60,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_yAW_AWtcfU0_","regions":[[106,41,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[121,43,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_","regions":[[122,50,218,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_","regions":[[124,33,144,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_","regions":[[125,57,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU_","regions":[[126,28,133,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU_ySS_SStcfU_","regions":[[132,54,132,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU0_","regions":[[134,28,141,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU0_ySS_SStcfU_","regions":[[140,55,140,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_","regions":[[147,32,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_","regions":[[148,57,182,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A36_yXEfU_","regions":[[149,28,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A36_yXEfU_ySi_SitcfU_","regions":[[159,51,159,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_","regions":[[162,94,180,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_","regions":[[163,65,178,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_A49_yXEfU_","regions":[[164,36,177,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_A49_yXEfU_ySi_SitcfU_","regions":[[176,60,176,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_","regions":[[187,33,214,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_","regions":[[188,57,212,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU_","regions":[[189,59,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU_A63_yXEfU_","regions":[[190,65,195,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_ySb_SbtcfU0_","regions":[[197,59,197,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU1_","regions":[[201,45,208,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU1_A63_yXEfU_","regions":[[202,65,207,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_ySb_SbtcfU2_","regions":[[211,45,211,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[224,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_","regions":[[225,50,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_","regions":[[226,40,240,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_A7_yXEfU_","regions":[[227,24,238,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_A7_yXEfU_ySi_SitcfU_","regions":[[237,51,237,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_","regions":[[242,31,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_","regions":[[243,57,283,18,0,0,0,0],[272,24,272,47,0,0,0,0],[272,48,282,22,0,0,0,0],[282,22,283,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_","regions":[[244,64,270,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_","regions":[[245,32,269,26,0,0,0,0],[259,32,259,55,0,0,0,0],[259,56,268,30,0,0,0,0],[268,30,269,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_SSyYbcfU_","regions":[[251,38,251,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_ySSYbcfU0_","regions":[[252,38,255,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_yyScMYccfU1_","regions":[[260,40,263,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_A47_yXEfU2_","regions":[[263,42,266,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_yyScMYccfU0_","regions":[[273,32,277,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A59_yXEfU1_","regions":[[277,34,280,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[293,42,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAF05TupleU0VyAF4TextV_AF6SpacerVAhFE13textSelectionyQrqd__AF17TextSelectabilityRd__lFQOyAW_AF24EnabledTextSelectabilityVQo_tGG_Qo_yXEfU_","regions":[[294,18,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAF05TupleU0VyAF4TextV_AF6SpacerVAhFE13textSelectionyQrqd__AF17TextSelectabilityRd__lFQOyAW_AF24EnabledTextSelectabilityVQo_tGG_Qo_yXEfU_A3_yXEfU_","regions":[[295,20,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13previewSyntax33_39D60F8B9FEA1801C6B95CB756F653B3LLSSvg","regions":[[309,39,315,6,0,0,0,0],[310,33,310,50,0,0,0,0],[310,50,314,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV014initializeFromF033_39D60F8B9FEA1801C6B95CB756F653B3LLyyF","regions":[[319,43,356,6,0,0,0,0],[320,33,323,10,0,0,0,0],[323,10,356,6,0,0,0,0],[327,16,327,24,0,0,0,0],[328,9,335,35,0,0,0,0],[337,9,345,14,0,0,0,0],[338,20,338,31,0,0,0,0],[339,13,340,31,0,0,0,0],[341,13,344,41,0,0,0,0],[347,9,349,27,0,0,0,0],[351,9,354,37,0,0,0,0],[355,10,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV04syncF9FromState33_39D60F8B9FEA1801C6B95CB756F653B3LLyyF","regions":[[358,42,390,6,0,0,0,0],[359,38,362,10,0,0,0,0],[362,10,390,6,0,0,0,0],[364,16,364,28,0,0,0,0],[365,9,377,15,0,0,0,0],[366,64,369,14,0,0,0,0],[369,14,377,15,0,0,0,0],[379,9,388,16,0,0,0,0],[381,44,384,14,0,0,0,0],[384,14,388,16,0,0,0,0],[389,10,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV04syncF9FromState33_39D60F8B9FEA1801C6B95CB756F653B3LLyyFSbAA12TapDanceStepVXEfU_","regions":[[380,51,380,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC12cancellables33_ECAB133B94C0BD3BC9558CBA6E9121A6LLShy7Combine14AnyCancellableCGvpfi","regions":[[26,32,26,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC19bringToFrontHandler010showWizardK0012openSettingsK00no5RulesK004quitK0ACyyc_y0abM4Core0M4PageOSgcyycyycyyctcfc","regions":[[47,7,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC9configure08appStateG022ruleCollectionsManageryAA04MaincjG0C_AA04RulelM0CtF","regions":[[66,7,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC9configure08appStateG022ruleCollectionsManageryAA04MaincjG0C_AA04RulelM0CtFyAH010ValidationJ0OSg_Say0aB10WizardCore0Q5IssueVGtcfU_","regions":[[76,15,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15configureButton33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[89,36,105,6,0,0,0,0],[90,51,90,61,0,0,0,0],[90,61,105,6,0,0,0,0],[96,11,99,10,0,0,0,0],[99,16,101,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC09configureE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[107,34,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[115,37,129,6,0,0,0,0],[116,51,116,61,0,0,0,0],[116,61,129,6,0,0,0,0],[122,12,122,35,0,0,0,0],[122,36,125,10,0,0,0,0],[125,16,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[118,75,118,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu0_","regions":[[119,65,119,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu1_","regions":[[122,26,122,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15menuNeedsUpdateyySo6NSMenuCF","regions":[[133,37,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[139,32,150,6,0,0,0,0],[145,12,145,21,0,0,0,0],[145,38,147,10,0,0,0,0],[147,16,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[142,75,142,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSay0aB10WizardCore0Q5IssueVGyKXEfu0_","regions":[[143,52,143,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[152,37,195,6,0,0,0,0],[177,51,189,10,0,0,0,0],[186,45,186,48,0,0,0,0],[186,51,186,55,0,0,0,0],[189,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbAA14RuleCollectionVXEfU_","regions":[[178,75,178,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[178,105,178,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC014buildUnhealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LL6issuesySay0aB10WizardCore0S5IssueVG_tF","regions":[[197,60,237,6,0,0,0,0],[219,42,221,10,0,0,0,0],[225,42,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC14addFooterItems33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[242,35,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15createStatusDot33_ECAB133B94C0BD3BC9558CBA6E9121A6LL5colorSo7NSImageCSo7NSColorC_tF","regions":[[265,61,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15createStatusDot33_ECAB133B94C0BD3BC9558CBA6E9121A6LL5colorSo7NSImageCSo7NSColorC_tFSbSo6CGRectVcfU_","regions":[[267,52,271,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03addC15SpecificSection33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[275,42,348,6,0,0,0,0],[281,14,283,10,0,0,0,0],[283,10,348,6,0,0,0,0],[287,37,290,10,0,0,0,0],[290,16,293,10,0,0,0,0],[300,50,336,10,0,0,0,0],[312,56,322,14,0,0,0,0],[322,14,336,10,0,0,0,0],[325,16,325,42,0,0,0,0],[325,43,335,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03addC15SpecificSection33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSo7NSImageCyKXEfu_","regions":[[292,20,292,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03getC10KeymapSync33_ECAB133B94C0BD3BC9558CBA6E9121A6LL16bundleIdentifierAA0cI0VSgSS_tF","regions":[[351,75,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03getC10KeymapSync33_ECAB133B94C0BD3BC9558CBA6E9121A6LL16bundleIdentifierAA0cI0VSgSS_tFyyYacfU_","regions":[[356,14,359,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC17handleStatusClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[369,38,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC17handleShowOverlay33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[374,38,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC18handleFeatureClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[379,52,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC11handleFixIt33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[385,52,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC14handleSettings33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[391,35,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC10handleQuit33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[396,31,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[401,62,424,6,0,0,0,0],[403,71,403,81,0,0,0,0],[403,81,424,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFSSSg10Foundation3URLVXEfU_","regions":[[407,22,407,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFSSyKXEfu_","regions":[[408,16,408,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFyyYbScMYccfU0_","regions":[[414,63,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012handleCreateC7Mapping33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[427,63,446,6,0,0,0,0],[429,87,429,97,0,0,0,0],[429,97,446,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012handleCreateC7Mapping33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFyyYbScMYccfU_","regions":[[436,63,445,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC10wizardPage33_ECAB133B94C0BD3BC9558CBA6E9121A6LL3for0aB10WizardCore0sI0OAG0S5IssueV_tF","regions":[[451,67,477,6,0,0,0,0],[452,16,452,30,0,0,0,0],[453,9,454,30,0,0,0,0],[455,9,469,36,0,0,0,0],[457,69,468,14,0,0,0,0],[458,24,458,35,0,0,0,0],[459,17,460,42,0,0,0,0],[461,17,462,44,0,0,0,0],[463,17,464,48,0,0,0,0],[465,17,466,36,0,0,0,0],[468,14,469,36,0,0,0,0],[470,9,471,28,0,0,0,0],[472,9,473,27,0,0,0,0],[474,9,475,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsVACycfC","regions":[[5,19,5,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV18startKanataServiceSbyYaF","regions":[[7,52,7,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV20restartKanataServiceSbyYaF","regions":[[8,54,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV17stopKanataServiceSbyYaF","regions":[[9,51,9,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV9tapCounts33_49B636D36606C6E3283A13CC3F2FCB5BLLSaySiGvpfi","regions":[[8,29,8,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg","regions":[[10,25,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_","regions":[[11,50,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_","regions":[[18,44,26,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_SSyKXEfu_","regions":[[21,69,21,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_yycfU_","regions":[[23,31,23,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_yycfU0_","regions":[[24,30,24,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg","regions":[[40,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_","regions":[[41,28,79,10,0,0,0,0],[47,16,47,27,0,0,0,0],[47,28,51,14,0,0,0,0],[51,23,51,37,0,0,0,0],[51,38,55,14,0,0,0,0],[55,20,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_yyScMYccfU_","regions":[[64,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_A23_yXEfU0_","regions":[[66,22,68,14,0,0,0,0],[67,49,67,60,0,0,0,0],[67,63,67,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_yyScMYccfU1_","regions":[[72,20,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_A23_yXEfU2_","regions":[[74,22,76,14,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC9observers33_043C30CAB0A2A1758338AB3888744AEDLLSayAC06StoredF0AELLVGvpfi","regions":[[37,47,37,49,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC4lock33_043C30CAB0A2A1758338AB3888744AEDLLSo6NSLockCvpfi","regions":[[40,24,40,32,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerCACycfc","regions":[[42,19,42,21,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerCfd","regions":[[44,12,46,6,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC7observe_6object5queue6center7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgSo0M6CenterCy10Foundation0E0VYbctF","regions":[[64,7,74,6,24,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15observeUserInfo_6object5queue7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgySDys11AnyHashableVypGSgYbctF","regions":[[88,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15observeUserInfo_6object5queue7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgySDys11AnyHashableVypGSgYbctFy10Foundation0E0VYbcfU_","regions":[[89,53,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC9removeAllyyF","regions":[[100,29,109,6,0,0,0,0],[106,41,108,10,0,0,0,0],[108,10,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15removeObservers3forySo18NSNotificationNamea_tF","regions":[[115,59,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC13observerCountSivg","regions":[[122,35,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC5setupyyyACXEF","regions":[[135,64,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA_AaF_pycfU_","regions":[[19,81,19,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA0_AHycfU_","regions":[[20,58,20,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfc","regions":[[21,7,24,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC21detectOrphanedInstallSbyF","regions":[[36,42,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC21detectOrphanedInstallSbyFSb10Foundation3URLVXEfU_","regions":[[49,48,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC25detectOrphanedVHIDDaemons33_003281E9F8B0D88829DDEF975E8AFAB7LLSbyF","regions":[[60,54,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC25detectOrphanedVHIDDaemons33_003281E9F8B0D88829DDEF975E8AFAB7LLSbyFSbSSXEfU_","regions":[[61,40,61,86,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC15checkForOrphansyyF","regions":[[65,28,92,6,2,0,0,0],[67,85,69,10,2,0,0,0],[69,10,92,6,0,0,0,0],[74,59,76,10,0,0,0,0],[76,10,92,6,0,0,0,0],[80,12,80,28,0,0,0,0],[80,29,82,10,0,0,0,0],[83,12,83,30,0,0,0,0],[83,31,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC15checkForOrphansyyFSbyKXEfu_","regions":[[74,35,74,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC04showE12CleanupAlert33_003281E9F8B0D88829DDEF975E8AFAB7LL8hasFiles0Q7DaemonsySb_SbtF","regions":[[94,75,145,6,0,0,0,0],[100,12,100,20,0,0,0,0],[100,21,104,10,0,0,0,0],[105,12,105,22,0,0,0,0],[105,23,107,10,0,0,0,0],[126,16,126,24,0,0,0,0],[127,9,131,14,0,0,0,0],[133,9,134,92,0,0,0,0],[137,9,140,82,0,0,0,0],[142,9,143,18,0,0,0,0],[144,10,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC04showE12CleanupAlert33_003281E9F8B0D88829DDEF975E8AFAB7LL8hasFiles0Q7DaemonsySb_SbtFyyYacfU_","regions":[[129,18,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC14performCleanup33_003281E9F8B0D88829DDEF975E8AFAB7LL10cleanFiles0P7DaemonsySb_SbtYaF","regions":[[147,77,212,6,0,0,0,0],[156,12,156,22,0,0,0,0],[156,23,185,10,0,0,0,0],[167,62,184,14,0,0,0,0],[168,78,168,90,0,0,0,0],[168,90,184,14,0,0,0,0],[170,20,170,41,0,0,0,0],[170,42,174,18,0,0,0,0],[174,18,184,14,0,0,0,0],[176,20,180,18,0,0,0,0],[177,65,180,18,0,0,0,0],[180,25,183,18,0,0,0,0],[183,18,184,14,0,0,0,0],[184,14,185,10,0,0,0,0],[185,10,212,6,0,0,0,0],[189,12,189,24,0,0,0,0],[189,25,201,10,0,0,0,0],[190,16,197,14,0,0,0,0],[194,75,197,14,0,0,0,0],[197,21,200,14,0,0,0,0],[200,14,201,10,0,0,0,0],[201,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC14performCleanup33_003281E9F8B0D88829DDEF975E8AFAB7LL10cleanFiles0P7DaemonsySb_SbtYaFyyYbScMYcXEfU_","regions":[[204,29,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtF","regions":[[219,7,262,6,0,0,0,0],[225,32,228,10,0,0,0,0],[228,10,262,6,0,0,0,0],[234,12,234,32,0,0,0,0],[234,33,236,10,0,0,0,0],[237,12,237,36,0,0,0,0],[237,37,240,10,0,0,0,0],[241,12,241,26,0,0,0,0],[241,27,243,10,0,0,0,0],[244,37,247,10,0,0,0,0],[251,12,251,25,0,0,0,0],[251,26,254,10,0,0,0,0],[254,19,254,43,0,0,0,0],[254,44,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFSbyKXEfu_","regions":[[222,50,222,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFS2SAJ_SSAKt_tXEfU_","regions":[[239,60,239,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFSbSSAJ_SSAKt_tXEfU0_","regions":[[250,54,250,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC12currentState016_D3986FB33F7A0C5o10DDE5011777O3CB1LLAA0fgJ0Ovpfi","regions":[[17,54,17,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC11isObserving016_D3986FB33F7A0C5o10DDE5011777O3CB1LLSbvpfi","regions":[[18,31,18,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC27checkingDebounceNanoseconds016_D3986FB33F7A0C5p10DDE5011777P3CB1LLs6UInt64Vvpfi","regions":[[21,55,21,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC13onStateChange0I7Dismiss5sleepACyAA0fgJ0Oc_yycys6UInt64VYactcfcfA1_yAJYacfU_","regions":[[26,34,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC13onStateChange0I7Dismiss5sleepACyAA0fgJ0Oc_yycys6UInt64VYactcfc","regions":[[29,7,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC5start24validationStatePublisher06issuesL0y7Combine03AnyL0VyAA04MaincK10ControllerC010ValidationK0OSgs5NeverOG_AIySay0aB10WizardCore0T5IssueVGAPGtF","regions":[[38,7,54,6,0,0,0,0],[40,33,43,10,0,0,0,0],[43,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC5start24validationStatePublisher06issuesL0y7Combine03AnyL0VyAA04MaincK10ControllerC010ValidationK0OSgs5NeverOG_AIySay0aB10WizardCore0T5IssueVGAPGtFyAN_AUtcfU_","regions":[[51,15,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC7refreshyyF","regions":[[64,20,86,6,0,0,0,0],[68,63,80,10,0,0,0,0],[80,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC7refreshyyFSSyXEfu_","regions":[[75,17,75,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtF","regions":[[88,96,135,6,0,0,0,0],[104,16,104,21,0,0,0,0],[105,9,114,14,0,0,0,0],[108,16,108,70,0,0,0,0],[108,71,111,14,0,0,0,0],[111,20,114,14,0,0,0,0],[115,9,121,30,0,0,0,0],[122,9,133,14,0,0,0,0],[128,16,128,38,0,0,0,0],[128,39,131,14,0,0,0,0],[131,20,133,14,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbAOXEfU_","regions":[[95,44,102,10,0,0,0,0],[96,20,96,34,0,0,0,0],[97,13,98,22,0,0,0,0],[99,13,100,72,0,0,0,0],[101,14,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbAOXEfU_SbyKXEfu_","regions":[[100,48,100,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbyKXEfu_","regions":[[108,46,108,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyF","regions":[[139,42,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyFyyYacfU_","regions":[[143,37,149,10,0,0,0,0],[145,42,145,52,0,0,0,0],[145,52,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyFyyYacfU_ytSgyYbScMYcXEfU_","regions":[[146,33,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC15scheduleDismiss016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyF","regions":[[152,36,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC15scheduleDismiss016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyFyyYacfU_","regions":[[153,28,160,10,0,0,0,0],[155,42,155,52,0,0,0,0],[155,52,160,10,0,0,0,0],[156,45,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC8setState016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyAA0fgJ0OF","regions":[[163,58,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[13,37,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg","regions":[[16,25,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_","regions":[[17,34,56,10,0,0,0,0],[54,42,54,59,0,0,0,0],[54,62,54,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_","regions":[[18,32,47,14,0,0,0,0],[20,41,26,18,0,0,0,0],[26,24,29,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_","regions":[[32,36,46,18,0,0,0,0],[35,55,35,63,0,0,0,0],[35,66,35,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_yyScMYccfU_","regions":[[38,28,40,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_A45_yXEfU0_","regions":[[40,30,44,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvgySbcfU0_","regions":[[60,18,60,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvgyycfU1_","regions":[[61,19,61,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV7loadSVG33_0D3B95290E04DF905D4BD3835E2E4378LLyyF","regions":[[64,28,72,6,0,0,0,0],[69,16,69,26,0,0,0,0],[69,26,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV14cardBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[74,43,79,6,0,0,0,0],[77,19,77,50,0,0,0,0],[78,19,78,87,0,0,0,0],[78,33,78,58,0,0,0,0],[78,61,78,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[81,46,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[99,37,99,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg","regions":[[101,25,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_","regions":[[102,34,130,10,0,0,0,0],[128,42,128,59,0,0,0,0],[128,62,128,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A22_yXEfU_","regions":[[103,32,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A22_yXEfU_A20_yXEfU_","regions":[[110,36,120,18,0,0,0,0],[113,55,113,63,0,0,0,0],[113,66,113,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvgySbcfU0_","regions":[[134,18,134,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[139,47,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI6HStackVyAF9TupleViewVyAF0V0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF5ColorV_Qo__A3YtGGAF13GeometryProxyVcfU_","regions":[[140,24,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI6HStackVyAF9TupleViewVyAF0V0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF5ColorV_Qo__A3YtGGAF13GeometryProxyVcfU_AZyXEfU_","regions":[[141,32,157,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV14cardBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[161,43,166,6,0,0,0,0],[164,19,164,50,0,0,0,0],[165,19,165,87,0,0,0,0],[165,33,165,58,0,0,0,0],[165,61,165,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[176,37,176,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg","regions":[[178,25,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEASyQrAW_A_tFQOyAE6HStackVyAE05TupleM0VyAiEE5frame5width6heightAPQrA__A_ARtFQOyAiEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicaloR0VQo__Qo__AE4TextVAE6SpacerVAiEEA7_yQrqd__AEA8_Rd__lFQOyA15__AE5ColorVQo_SgtGG_Qo__Qo__AC13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo_AE31AccessibilityAttachmentModifierVGyXEfU_","regions":[[179,34,204,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEASyQrAW_A_tFQOyAE6HStackVyAE05TupleM0VyAiEE5frame5width6heightAPQrA__A_ARtFQOyAiEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicaloR0VQo__Qo__AE4TextVAE6SpacerVAiEEA7_yQrqd__AEA8_Rd__lFQOyA15__AE5ColorVQo_SgtGG_Qo__Qo__AC13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo_AE31AccessibilityAttachmentModifierVGyXEfU_A28_yXEfU_","regions":[[180,20,197,14,0,0,0,0],[183,51,183,59,0,0,0,0],[183,62,183,72,0,0,0,0],[188,51,188,59,0,0,0,0],[188,62,188,72,0,0,0,0],[192,20,192,30,0,0,0,0],[192,31,196,18,0,0,0,0],[196,18,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvgySbcfU0_","regions":[[206,18,206,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV10layoutIcon33_0D3B95290E04DF905D4BD3835E2E4378LLSSvg","regions":[[209,36,215,6,0,0,0,0],[210,16,210,25,0,0,0,0],[211,9,211,44,0,0,0,0],[212,9,212,39,0,0,0,0],[213,9,213,28,0,0,0,0],[214,10,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[217,42,222,6,0,0,0,0],[220,19,220,50,0,0,0,0],[221,19,221,87,0,0,0,0],[221,33,221,58,0,0,0,0],[221,61,221,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020GearAnchorPreferenceA033_0D3B95290E04DF905D4BD3835E2E4378LLV6reduce5value9nextValueySDyAA0eF8LocationACLLO7SwiftUI0F0VySo6CGRectVGGz_APyXEtFZ","regions":[[236,7,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020GearAnchorPreferenceA033_0D3B95290E04DF905D4BD3835E2E4378LLV6reduce5value9nextValueySDyAA0eF8LocationACLLO7SwiftUI0F0VySo6CGRectVGGz_APyXEtFZA2O_AOtXEfU_","regions":[[237,52,237,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10buttonSize33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[252,39,252,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringMapper33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[253,43,253,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22_isHoveringCustomRules33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[254,48,254,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_isHoveringKeyboard33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[255,45,255,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringLayout33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[256,43,256,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18_isHoveringKeycaps33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[257,44,257,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringSounds33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[258,43,258,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV20_isHoveringLaunchers33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[259,46,259,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_isHoveringSettings33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[260,45,260,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13_showMainTabs33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[261,39,261,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_showSettingsTabs33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[262,43,262,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15_animationToken33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySiGvpfi","regions":[[263,41,263,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16_gearSpinDegrees33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySdGvpfi","regions":[[264,50,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_gearTravelDistance33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[265,54,265,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14_gearPositionX33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[266,49,266,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14_gearPositionY33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[267,49,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg","regions":[[269,25,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI9TupleViewVyAC11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__AC08settingsnO0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[270,37,273,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_","regions":[[274,63,308,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_","regions":[[275,28,307,14,0,0,0,0],[278,53,306,18,0,0,0,0],[306,18,307,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_A9_A19_XEfU_","regions":[[276,52,276,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_A9_A19_XEfU0_","regions":[[277,60,277,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yycfU1_","regions":[[283,35,289,26,0,0,0,0],[285,72,285,85,0,0,0,0],[285,88,285,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yA9__A9_tcfU2_","regions":[[290,50,295,26,0,0,0,0],[292,32,292,54,0,0,0,0],[292,55,294,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yA9__A9_tcfU3_","regions":[[296,54,301,26,0,0,0,0],[298,32,298,53,0,0,0,0],[298,54,300,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_ySb_SbtcfU4_","regions":[[302,62,305,26,0,0,0,0],[303,58,303,71,0,0,0,0],[303,74,303,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvgyycfU1_","regions":[[313,19,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvgySb_SbtcfU2_","regions":[[316,46,318,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[321,40,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0V0PAFE16allowsHitTestingyQrSbFQOyAlFE7opacityyQrSdFQOyAC0hiX0AELLQrvpQOy_Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AC10gearAnchorAELLyQrAA18GearAnchorLocationAELLOFQOy_Qo_tGyXEfU_","regions":[[322,28,328,10,0,0,0,0],[324,41,324,42,0,0,0,0],[324,45,324,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15settingsTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[332,44,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15settingsTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAC10gearAnchorAELLyQrAA04GearX8LocationAELLOFQOy_Qo__AF15ModifiedContentVyAF0V0PAFE16allowsHitTestingyQrSbFQOyApFE7opacityyQrSdFQOyAC0hI7ContentAELLQrvpQOy_Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[333,28,339,10,0,0,0,0],[336,45,336,46,0,0,0,0],[336,49,336,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17gearSlideDuration33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[343,43,345,6,0,0,0,0],[344,24,344,25,0,0,0,0],[344,28,344,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16gearSpinDuration33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[347,42,349,6,0,0,0,0],[348,24,348,25,0,0,0,0],[348,28,348,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16tabFadeAnimation33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0VSgvg","regions":[[351,46,353,6,0,0,0,0],[352,24,352,27,0,0,0,0],[352,30,352,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19gearRotationDegrees33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[355,45,357,6,0,0,0,0],[356,24,356,25,0,0,0,0],[356,28,356,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtF","regions":[[359,85,374,6,0,0,0,0],[371,42,371,64,0,0,0,0],[371,67,371,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtF7SwiftUI4ViewPAHE9clipShape_5styleQrqd___AH9FillStyleVtAH0Z0Rd__lFQOyAjHE10background_9alignmentQrqd___AH9AlignmentVtAhIRd__lFQOyAjHE5frame5width6heightAQQr12CoreGraphics7CGFloatVSg_AzStFQOyAjHE0T6Effect_6anchorQrAH5AngleV_AH9UnitPointVtFQOyAjHE15foregroundStyleyQrqd__AH0Z5StyleRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__AH5ColorVQo__Qo__Qo__AC0H10BackgroundAELLAFQrSb_tFQOy_Qo_Qo__AH16RoundedRectangleVQo_yXEfU_","regions":[[360,47,368,10,0,0,0,0],[363,47,363,64,0,0,0,0],[363,67,363,111,0,0,0,0],[363,89,363,97,0,0,0,0],[363,100,363,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFySbcfU0_","regions":[[373,18,373,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14gearBackground33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelectedQrSb_tF","regions":[[376,64,385,6,0,0,0,0],[377,63,377,67,0,0,0,0],[377,70,377,74,0,0,0,0],[378,35,378,46,0,0,0,0],[378,49,378,60,0,0,0,0],[378,79,378,83,0,0,0,0],[378,86,378,90,0,0,0,0],[380,32,380,44,0,0,0,0],[380,47,380,93,0,0,0,0],[380,69,380,78,0,0,0,0],[380,81,380,92,0,0,0,0],[383,42,383,87,0,0,0,0],[383,77,383,80,0,0,0,0],[383,83,383,86,0,0,0,0],[383,90,383,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13toolbarButton33_0D3B95290E04DF905D4BD3835E2E4378LL11systemImage10isSelected0T8Hovering7onHover6actionQrSS_S2bySbcyyctF","regions":[[393,20,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13toolbarButton33_0D3B95290E04DF905D4BD3835E2E4378LL11systemImage10isSelected0T8Hovering7onHover6actionQrSS_S2bySbcyyctF7SwiftUI4ViewPAKE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuK9AlignmentVtFQOyAmKE15foregroundStyleyQrqd__AK10ShapeStyleRd__lFQOyAmKE4fontyQrAK4FontVSgFQOyAK0S0V_Qo__AK5ColorVQo__Qo_yXEfU_","regions":[[394,32,399,10,0,0,0,0],[397,47,397,64,0,0,0,0],[397,67,397,103,0,0,0,0],[397,81,397,89,0,0,0,0],[397,92,397,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18isMapperTabEnabled33_0D3B95290E04DF905D4BD3835E2E4378LLSbvg","regions":[[404,42,408,6,0,0,0,0],[405,12,405,45,0,0,0,0],[405,46,405,61,0,0,0,0],[405,61,407,33,0,0,0,0],[406,51,406,66,0,0,0,0],[406,66,407,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[410,44,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_","regions":[[411,15,451,10,0,0,0,0],[413,16,413,30,0,0,0,0],[413,31,424,14,0,0,0,0],[424,14,451,10,0,0,0,0],[435,43,435,44,0,0,0,0],[435,47,435,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU_","regions":[[418,30,418,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU0_","regions":[[419,29,419,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU1_","regions":[[431,26,431,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU2_","regions":[[432,25,432,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU3_","regions":[[445,26,445,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU4_","regions":[[446,25,446,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[454,48,501,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_","regions":[[455,15,500,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU_","regions":[[461,26,461,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU0_","regions":[[462,25,462,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU1_","regions":[[472,26,472,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU2_","regions":[[473,25,473,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU3_","regions":[[483,26,483,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU4_","regions":[[484,25,484,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU5_","regions":[[494,26,494,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU6_","regions":[[495,25,495,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearAnchor33_0D3B95290E04DF905D4BD3835E2E4378LLyQrAA04GearI8LocationAELLOF","regions":[[503,74,509,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearAnchor33_0D3B95290E04DF905D4BD3835E2E4378LLyQrAA04GearI8LocationAELLOFSDyAG7SwiftUI0I0VySo6CGRectVGGAMcfU_","regions":[[506,82,506,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19syncShelfVisibility33_0D3B95290E04DF905D4BD3835E2E4378LLyyF","regions":[[511,40,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tF","regions":[[516,57,555,6,0,0,0,0],[519,12,519,24,0,0,0,0],[519,25,523,10,0,0,0,0],[523,10,555,6,0,0,0,0],[528,12,528,20,0,0,0,0],[528,21,541,10,0,0,0,0],[541,16,554,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU_","regions":[[529,42,531,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU0_","regions":[[532,67,534,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU1_","regions":[[535,81,540,14,0,0,0,0],[536,59,536,69,0,0,0,0],[536,69,540,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU1_yyXEfU_","regions":[[537,46,539,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU2_","regions":[[542,42,544,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU3_","regions":[[545,67,547,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU4_","regions":[[548,81,553,14,0,0,0,0],[549,59,549,69,0,0,0,0],[549,69,553,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU4_yyXEfU_","regions":[[550,46,552,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV20gearRotationPerPoint33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[557,46,561,6,0,0,0,0],[559,38,559,50,0,0,0,0],[559,50,560,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV24updateGearTravelDistance33_0D3B95290E04DF905D4BD3835E2E4378LL9mainFrame08settingsU0ySo6CGRectV_AItF","regions":[[563,85,568,6,0,0,0,0],[565,12,565,52,0,0,0,0],[565,53,567,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18updateGearPosition33_0D3B95290E04DF905D4BD3835E2E4378LL2toySo6CGRectV_tF","regions":[[570,55,580,6,0,0,0,0],[571,12,571,24,0,0,0,0],[571,25,574,10,0,0,0,0],[574,16,579,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18updateGearPosition33_0D3B95290E04DF905D4BD3835E2E4378LL2toySo6CGRectV_tFyyXEfU_","regions":[[575,88,578,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31OverlayGlassButtonStyleModifierV4body7contentQr7SwiftUI05_ViewI8_ContentVyACG_tF","regions":[[586,46,594,6,0,0,0,0],[587,12,587,30,0,0,0,0],[587,31,589,10,0,0,0,0],[589,45,591,10,0,0,0,0],[591,16,593,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26OverlayGlassEffectModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tF","regions":[[602,46,612,6,0,0,0,0],[603,12,603,21,0,0,0,0],[603,49,605,10,0,0,0,0],[605,16,611,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11DrawerPanelO5titleSSvg","regions":[[619,23,623,6,0,0,0,0],[620,16,620,20,0,0,0,0],[621,9,621,52,0,0,0,0],[622,10,623,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InspectorSectionO15isSettingsShelfSbvg","regions":[[637,31,644,6,0,0,0,0],[638,16,638,20,0,0,0,0],[639,9,640,17,0,0,0,0],[641,9,642,18,0,0,0,0],[643,10,644,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV10makeNSView7contextAC12TrackingViewC7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[652,57,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12updateNSView_7contextyAC12TrackingViewC_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[656,67,658,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC02onF0AEyyc_tcfc","regions":[[667,44,670,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC5coderAESgSo7NSCoderC_tcfc","regions":[[672,51,675,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC5coderAESgSo7NSCoderC_tcfcyycfU_","regions":[[673,22,673,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC06updateH5AreasyyF","regions":[[677,45,686,10,0,0,0,0],[679,33,681,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC07viewDidF8ToWindowyyF","regions":[[688,45,703,10,0,0,0,0],[694,16,694,36,0,0,0,0],[694,37,702,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC07viewDidF8ToWindowyyFSo7NSEventCSgAHcfU_","regions":[[695,90,701,18,0,0,0,0],[697,24,697,52,0,0,0,0],[697,53,699,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC19removeFromSuperviewyyF","regions":[[705,45,712,10,0,0,0,0],[707,44,710,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC10mouseMoved4withySo7NSEventC_tF","regions":[[714,51,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC12mouseEntered4withySo7NSEventC_tF","regions":[[718,53,720,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC11mouseExited4withySo7NSEventC_tF","regions":[[722,52,724,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC7hitTestySo6NSViewCSgSo7CGPointVF","regions":[[726,54,729,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV10_isHovered33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[741,36,741,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV10_isPressed33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[742,36,742,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4size33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[744,33,744,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12cornerRadius33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[745,41,745,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV8fontSize33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[746,37,746,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvg","regions":[[748,25,794,6,0,0,0,0],[776,34,776,38,0,0,0,0],[776,41,776,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeM0VyAE16RoundedRectangleVATG_Qo__AE06StrokexM0VyA_AtE05EmptyM0VGQo__AE19_ConditionalContentVyA9_yAE4TextVAiEE15foregroundStyleyQrqd__AE0X5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__ATQo_GAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEE9lineLimityQrSiSgFQOyAiEE18minimumScaleFactoryQrAWFQOyA11__Qo__Qo__Qo_GtGyXEfU_","regions":[[749,16,774,10,0,0,0,0],[755,71,755,72,0,0,0,0],[755,75,755,76,0,0,0,0],[758,16,758,27,0,0,0,0],[758,28,762,14,0,0,0,0],[762,23,762,36,0,0,0,0],[762,37,766,14,0,0,0,0],[766,20,773,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgySbcfU0_","regions":[[778,18,782,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[779,55,781,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_","regions":[[783,23,793,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[784,73,786,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[787,67,791,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[788,77,790,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV6isDark33_0D3B95290E04DF905D4BD3835E2E4378LLSbvg","regions":[[798,30,800,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV15foregroundColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[802,40,806,6,0,0,0,0],[804,15,804,87,0,0,0,0],[804,76,804,79,0,0,0,0],[804,82,804,86,0,0,0,0],[805,15,805,60,0,0,0,0],[805,49,805,52,0,0,0,0],[805,55,805,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV15backgroundColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[808,40,816,6,0,0,0,0],[809,12,809,23,0,0,0,0],[809,24,811,10,0,0,0,0],[811,19,811,28,0,0,0,0],[811,29,813,10,0,0,0,0],[812,22,812,40,0,0,0,0],[812,43,812,61,0,0,0,0],[813,16,815,10,0,0,0,0],[814,22,814,40,0,0,0,0],[814,43,814,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV11borderColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[818,36,826,6,0,0,0,0],[819,12,819,23,0,0,0,0],[819,24,821,10,0,0,0,0],[821,19,821,28,0,0,0,0],[821,29,823,10,0,0,0,0],[822,22,822,46,0,0,0,0],[822,49,822,74,0,0,0,0],[823,16,825,10,0,0,0,0],[824,22,824,47,0,0,0,0],[824,50,824,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV11shadowColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[828,36,830,6,0,0,0,0],[829,18,829,42,0,0,0,0],[829,45,829,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12shadowRadius33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvg","regions":[[832,39,834,6,0,0,0,0],[833,21,833,22,0,0,0,0],[833,25,833,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12shadowOffset33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvg","regions":[[836,39,838,6,0,0,0,0],[837,21,837,22,0,0,0,0],[837,25,837,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO13easedProgressy12CoreGraphics7CGFloatVAGFZ","regions":[[5,56,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO11revealValue5start6target7elapsed8duration12CoreGraphics7CGFloatVAK_AKS2dtFZ","regions":[[16,18,21,6,0,0,0,0],[17,33,17,50,0,0,0,0],[17,50,20,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO13clampedReveal13expandedWidth09collapsedK009inspectorK012CoreGraphics7CGFloatVAJ_A2JtFZ","regions":[[27,18,31,6,0,0,0,0],[28,39,28,51,0,0,0,0],[28,51,30,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO12cubicBezierY33_4241BA788B586CA269E9F6618D88EFFFLL1t3p1y3p2y3p1x3p2x12CoreGraphics7CGFloatVAM_A4MtFZ","regions":[[39,18,50,6,0,0,0,0],[41,26,47,10,0,0,0,0],[44,16,44,33,0,0,0,0],[44,34,44,43,0,0,0,0],[44,43,47,10,0,0,0,0],[47,10,49,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO11bezierValue33_4241BA788B586CA269E9F6618D88EFFFLL1t2p12p212CoreGraphics7CGFloatVAK_A2KtFZ","regions":[[52,86,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO16bezierDerivative33_4241BA788B586CA269E9F6618D88EFFFLL1t2p12p212CoreGraphics7CGFloatVAK_A2KtFZ","regions":[[59,91,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg","regions":[[8,39,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_","regions":[[9,28,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_","regions":[[11,24,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_","regions":[[12,41,54,18,0,0,0,0],[14,24,14,44,0,0,0,0],[14,45,36,22,0,0,0,0],[36,22,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yAA06CustomY0VcfU_","regions":[[17,37,19,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yAA06CustomY0VcfU0_","regions":[[20,39,22,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yycfU1_","regions":[[23,40,33,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yycfU1_yyYbScMYccfU_","regions":[[26,87,32,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_","regions":[[39,41,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yAA0cA8OverrideVcfU_","regions":[[42,37,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yAA0cA8OverrideVcfU0_","regions":[[45,39,47,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yycfU1_","regions":[[48,40,50,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_","regions":[[60,20,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_yyScMYccfU_","regions":[[63,24,63,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_A36_yXEfU0_","regions":[[63,54,67,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_yyScMYccfU1_","regions":[[74,24,74,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_A47_yXEfU2_","regions":[[74,57,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[90,75,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYbScMYccfU_","regions":[[94,63,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYbScMYccfU_s6UInt16VyKXEfu_","regions":[[96,87,96,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV010addRuleForC033_78ECD2E8E757EDA429018500E57F3AA1LL6keymapyAA0C6KeymapV_tF","regions":[[112,51,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV010addRuleForC033_78ECD2E8E757EDA429018500E57F3AA1LL6keymapyAA0C6KeymapV_tFyyYbScMYccfU_","regions":[[116,63,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tF","regions":[[129,51,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tFyyYbScMYccfU_","regions":[[132,63,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tFyyYbScMYccfU_s6UInt16VyKXEfu_","regions":[[134,80,134,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg","regions":[[8,35,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[9,50,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_","regions":[[11,93,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_yycfU_","regions":[[18,19,20,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_AkOcfU0_","regions":[[23,51,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_AkOcfU0_yycfU_","regions":[[29,23,31,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_","regions":[[36,54,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_A18_yXEfU_","regions":[[37,24,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_","regions":[[49,97,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_AkOcfU_","regions":[[50,65,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_AkOcfU_yycfU_","regions":[[56,27,58,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU1_","regions":[[64,20,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU1_yyYbScMYccfU_","regions":[[67,71,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A45_yXEfU2_","regions":[[70,22,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A45_yXEfU2_A41_yXEfU_","regions":[[71,36,76,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg","regions":[[6,50,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_","regions":[[7,50,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_","regions":[[9,54,46,14,0,0,0,0],[27,20,27,56,0,0,0,0],[27,57,40,18,0,0,0,0],[40,18,46,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_A1_yXEfU_","regions":[[13,79,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_yAY_AYtcfU0_","regions":[[22,55,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_A14_yXEfU1_","regions":[[28,82,33,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_yA12__A12_tcfU2_","regions":[[37,61,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_","regions":[[49,54,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_","regions":[[54,36,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU_","regions":[[55,28,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU_yyYacfU_","regions":[[56,30,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU0_","regions":[[60,30,75,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU0_A60_yXEfU_","regions":[[61,45,71,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU1_","regions":[[81,28,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU2_","regions":[[83,30,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU2_A60_yXEfU_","regions":[[84,45,94,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgyycfU0_","regions":[[115,19,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgAA29BrowserHistorySuggestionsViewVycfU1_","regions":[[118,62,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgAA29BrowserHistorySuggestionsViewVycfU1_ySayAA0kL7ScannerC11VisitedSiteVGcfU_","regions":[[119,85,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[126,52,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[127,14,146,10,0,0,0,0],[131,13,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[129,66,129,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[132,37,144,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_AA0I10GridConfigVyYbcfU_","regions":[[136,34,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0I10GridConfigVYbcfU0_","regions":[[137,34,137,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0I10GridConfigV_AA0iJ6DialogV0J6ActionOtcfU1_","regions":[[139,37,141,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yycfU2_","regions":[[142,36,142,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VF","regions":[[149,79,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_","regions":[[153,14,163,10,0,0,0,0],[155,114,162,14,0,0,0,0],[158,113,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[155,66,155,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_SbAA14RuleCollectionVXEfU0_","regions":[[158,65,158,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV29launcherActivationDescription33_20B355598D84970F79352E8547512CE8LLSSvg","regions":[[167,55,174,6,0,0,0,0],[168,16,168,38,0,0,0,0],[169,9,170,81,0,0,0,0],[171,9,172,63,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[177,39,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[178,14,188,10,0,0,0,0],[182,13,187,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[180,66,180,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[183,37,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaF","regions":[[191,57,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSbAA14RuleCollectionVXEfU_","regions":[[194,27,194,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSSSgAA0I7MappingVXEfU0_","regions":[[198,25,203,14,0,0,0,0],[199,59,201,18,0,0,0,0],[201,18,202,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSaySSGyKXEfu_","regions":[[203,18,203,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFyyYbScMYcXEfU1_","regions":[[205,29,207,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[211,39,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[212,14,226,10,0,0,0,0],[214,106,225,14,0,0,0,0],[216,77,224,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[214,58,214,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGF","regions":[[230,92,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_","regions":[[231,14,269,10,0,0,0,0],[233,106,268,14,0,0,0,0],[235,77,267,18,0,0,0,0],[246,39,261,22,0,0,0,0],[247,28,247,82,0,0,0,0],[247,83,249,26,0,0,0,0],[249,26,261,22,0,0,0,0],[250,129,252,26,0,0,0,0],[252,26,261,22,0,0,0,0],[261,22,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[233,58,233,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SSAA0L7MappingVXEfU0_","regions":[[237,64,237,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SSSgAA0L7MappingVXEfU1_","regions":[[238,74,243,22,0,0,0,0],[239,67,241,26,0,0,0,0],[241,26,242,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SbSSXEfU2_","regions":[[250,92,250,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV15normalizeDomain33_20B355598D84970F79352E8547512CE8LLyS2SF","regions":[[272,62,278,6,0,0,0,0],[274,12,274,35,0,0,0,0],[274,36,276,10,0,0,0,0],[276,10,277,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV21physicalLayoutContentQrvg","regions":[[8,42,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg","regions":[[22,35,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_","regions":[[24,89,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_AlIcfU_","regions":[[25,38,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_AlIcfU_yycfU_","regions":[[30,19,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13soundsContentQrvg","regions":[[40,34,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16launchersContentQrvg","regions":[[47,37,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16launchersContentQrvgyycfU_","regions":[[52,26,52,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13mapperContentQrvg","regions":[[7,34,34,6,0,0,0,0],[17,12,17,22,0,0,0,0],[17,23,28,10,0,0,0,0],[28,16,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13mapperContentQrvgSbyXEfU_","regions":[[11,32,16,10,0,0,0,0],[12,16,12,33,0,0,0,0],[12,34,12,49,0,0,0,0],[12,49,15,25,0,0,0,0],[13,16,13,49,0,0,0,0],[13,50,13,65,0,0,0,0],[13,65,15,25,0,0,0,0],[14,55,14,70,0,0,0,0],[14,70,15,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit031OverlayAvailableWidthPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[8,72,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RightRoundedRectangle33_03E87E8B52386F05AFE8D1F68B47DE69LLV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[16,40,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InspectorMaskedHostV10makeNSView7contextAA0eF11HostingViewCyxG7SwiftUI0I20RepresentableContextVyACyxGG_tF","regions":[[45,80,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InspectorMaskedHostV12updateNSView_7contextyAA0eF11HostingViewCyxG_7SwiftUI0I20RepresentableContextVyACyxGGtF","regions":[[49,90,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC9maskLayer33_03E87E8B52386F05AFE8D1F68B47DE69LLSo7CALayerCvpfi","regions":[[64,29,64,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6reveal33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[65,35,65,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC10totalWidth33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[66,39,66,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC10leadingGap33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[67,39,67,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC11slideOffset33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[68,40,68,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC14contentOpacity33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[69,43,69,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC12debugEnabled33_03E87E8B52386F05AFE8D1F68B47DE69LLSbvpfi","regions":[[70,38,70,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC16lastDebugLogTime33_03E87E8B52386F05AFE8D1F68B47DE69LLSdvpfi","regions":[[71,52,71,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC7contentACyxGx_tcfc","regions":[[73,28,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6update7content6reveal10totalWidth10leadingGap11slideOffset7opacity12debugEnabledyx_12CoreGraphics7CGFloatVA4NSbtF","regions":[[99,7,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6layoutyyF","regions":[[110,28,134,6,0,0,0,0],[116,43,116,53,0,0,0,0],[116,56,116,68,0,0,0,0],[122,33,122,43,0,0,0,0],[122,43,134,6,0,0,0,0],[124,49,124,59,0,0,0,0],[124,59,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03Esca19LeftInsetPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[8,72,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10isDarkModeSbvpfi","regions":[[20,28,20,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[21,31,21,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14keyFadeAmountsSDys6UInt16V12CoreGraphics7CGFloatVGvpfi","regions":[[22,45,22,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV16currentLayerNameSSvpfi","regions":[[23,36,23,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17isLoadingLayerMapSbvpfi","regions":[[24,35,24,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[26,47,26,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV016effectivePressedA5CodesShys6UInt16VGvpfi","regions":[[28,49,28,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV010emphasizedA5CodesShys6UInt16VGvpfi","regions":[[30,43,30,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV07oneShotA5CodesShys6UInt16VGvpfi","regions":[[32,40,32,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10holdLabelsSDys6UInt16VSSGvpfi","regions":[[34,40,34,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17tapHoldIdleLabelsSDys6UInt16VSSGvpfi","regions":[[36,47,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11customIconsSDys6UInt16VSSGvpfi","regions":[[38,41,38,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14isLauncherModeSbvpfi","regions":[[49,32,49,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV16launcherMappingsSDySSAA15LauncherMappingVGvpfi","regions":[[51,55,51,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV18isInspectorVisibleSbvpfi","regions":[[53,36,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11isLayerMode33_56D43DF5FFE1A1D7C938EE94E00F5328LLSbvg","regions":[[58,35,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11isLayerMode33_56D43DF5FFE1A1D7C938EE94E00F5328LLSbvgSbyKXEfu_","regions":[[59,28,59,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV13_isCapsLockOn33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[63,45,63,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV22_initialRenderComplete33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[69,54,69,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17_previousKeymapId33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySSGvpfi","regions":[[71,51,71,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV22_isKeymapTransitioning33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[74,54,74,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV014_cachedLabelToA4Code33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySDySSs6UInt16VGGvpfi","regions":[[77,65,77,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV18selectedColorwayId33_56D43DF5FFE1A1D7C938EE94E00F5328LLSSvpfP","regions":[[82,6,82,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV19_selectedColorwayId33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI0C7StorageVySSGvpfi","regions":[[82,79,82,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14activeColorway33_56D43DF5FFE1A1D7C938EE94E00F5328LLAA11GMKColorwayVvg","regions":[[85,45,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14activeColorway33_56D43DF5FFE1A1D7C938EE94E00F5328LLAA11GMKColorwayVvgAGyKXEfu_","regions":[[86,53,86,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11keyUnitSize33_56D43DF5FFE1A1D7C938EE94E00F5328LL12CoreGraphics7CGFloatVvpfi","regions":[[90,40,90,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV6keyGap33_56D43DF5FFE1A1D7C938EE94E00F5328LL12CoreGraphics7CGFloatVvpfi","regions":[[92,35,92,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV07labelToA4Code33_56D43DF5FFE1A1D7C938EE94E00F5328LLSDySSs6UInt16VGvg","regions":[[104,50,112,6,0,0,0,0],[106,12,106,41,0,0,0,0],[106,42,108,10,0,0,0,0],[108,10,111,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV014rebuildLabelToA9CodeCache33_56D43DF5FFE1A1D7C938EE94E00F5328LLSDySSs6UInt16VGyF","regions":[[116,67,129,6,0,0,0,0],[118,32,127,10,0,0,0,0],[121,16,121,57,0,0,0,0],[121,58,123,14,0,0,0,0],[123,14,127,10,0,0,0,0],[127,10,128,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_","regions":[[132,46,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_SSs5UInt8VXEfU_","regions":[[134,39,134,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_SSSiXEfU0_","regions":[[136,37,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14isSpecialLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLySbSSFZ","regions":[[173,65,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV15isRemappedLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLySbSSF","regions":[[181,59,198,6,0,0,0,0],[184,12,184,33,0,0,0,0],[184,34,186,10,0,0,0,0],[186,10,197,46,0,0,0,0],[191,14,193,10,0,0,0,0],[193,10,197,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg","regions":[[200,25,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_","regions":[[201,24,255,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_","regions":[[210,44,250,14,0,0,0,0],[221,20,221,33,0,0,0,0],[221,75,249,18,0,0,0,0],[249,18,250,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A19_A11_cfU_","regions":[[212,41,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_","regions":[[222,57,248,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu_","regions":[[234,36,234,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu0_","regions":[[235,36,235,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu1_","regions":[[236,36,236,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu2_","regions":[[237,36,237,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyShys6UInt16VG_AGtcfU0_","regions":[[259,49,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU1_","regions":[[263,34,276,10,0,0,0,0],[264,45,264,55,0,0,0,0],[264,55,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_","regions":[[273,67,275,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySb_SbtcfU2_","regions":[[277,49,280,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU3_","regions":[[281,34,284,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyycfU4_","regions":[[285,19,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyycfU4_yyYbScMYccfU_","regions":[[292,38,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14targetFrameFor33_56D43DF5FFE1A1D7C938EE94E00F5328LL_5scaleSo6CGRectVSS_12CoreGraphics7CGFloatVtF","regions":[[300,76,319,6,0,0,0,0],[305,9,316,10,0,0,0,0],[316,10,318,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14targetFrameFor33_56D43DF5FFE1A1D7C938EE94E00F5328LL_5scaleSo6CGRectVSS_12CoreGraphics7CGFloatVtFSbAA08PhysicalA0VXEfU_","regions":[[304,47,304,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtF","regions":[[321,73,393,6,0,0,0,0],[327,12,327,29,0,0,0,0],[327,75,331,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[327,44,327,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu0_","regions":[[329,104,329,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu1_","regions":[[329,166,329,171,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFALyKXEfu2_","regions":[[335,66,335,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu3_","regions":[[367,49,367,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14calculateScale33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[397,62,401,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV8keyWidth33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[403,76,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9keyHeight33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[407,77,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12keyPositionX33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[411,80,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12keyPositionY33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[418,80,423,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12escLeftInset3for5scale11keyUnitSize0M3Gap12CoreGraphics7CGFloatVAA14PhysicalLayoutV_A3KtFZ","regions":[[430,18,441,6,7,0,0,0],[431,80,433,10,0,0,0,0],[433,10,440,32,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12escLeftInset3for5scale11keyUnitSize0M3Gap12CoreGraphics7CGFloatVAA14PhysicalLayoutV_A3KtFZSbAA0tA0VXEfU_","regions":[[431,53,431,73,7,0,0,0]]},{"branches":[],"count":24633,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV19keyCodeToKanataNameySSs6UInt16VFZ","regions":[[447,78,562,6,24633,0,0,0],[448,16,448,23,24633,0,0,0],[450,9,450,20,343,0,0,0],[451,9,451,20,332,0,0,0],[452,9,452,20,324,0,0,0],[453,9,453,20,319,0,0,0],[454,9,454,20,314,0,0,0],[455,9,455,20,310,0,0,0],[457,9,457,20,305,0,0,0],[458,9,458,20,301,0,0,0],[459,9,459,20,297,0,0,0],[460,9,460,20,292,0,0,0],[461,9,461,21,288,0,0,0],[463,9,463,21,284,0,0,0],[464,9,464,21,280,0,0,0],[465,9,465,21,276,0,0,0],[466,9,466,21,272,0,0,0],[467,9,467,21,268,0,0,0],[468,9,468,21,264,0,0,0],[470,9,470,21,261,0,0,0],[471,9,471,21,259,0,0,0],[472,9,472,21,253,0,0,0],[473,9,473,21,249,0,0,0],[474,9,474,21,245,0,0,0],[475,9,475,21,241,0,0,0],[476,9,476,25,237,0,0,0],[477,9,477,21,237,0,0,0],[478,9,478,21,233,0,0,0],[479,9,479,25,229,0,0,0],[480,9,480,21,229,0,0,0],[481,9,481,21,225,0,0,0],[483,9,483,30,221,0,0,0],[484,9,484,21,220,0,0,0],[485,9,485,21,216,0,0,0],[486,9,486,29,213,0,0,0],[487,9,487,21,212,0,0,0],[488,9,488,21,208,0,0,0],[490,9,490,25,203,0,0,0],[491,9,491,21,205,0,0,0],[492,9,492,21,201,0,0,0],[493,9,493,30,197,0,0,0],[494,9,494,21,197,0,0,0],[495,9,495,29,193,0,0,0],[496,9,496,29,193,0,0,0],[498,9,498,25,193,0,0,0],[499,9,499,25,193,0,0,0],[500,9,500,21,192,0,0,0],[501,9,501,21,188,0,0,0],[502,9,502,23,185,0,0,0],[504,9,504,23,183,0,0,0],[505,9,505,25,183,0,0,0],[506,9,506,25,185,0,0,0],[507,9,507,29,184,0,0,0],[508,9,508,23,183,0,0,0],[510,9,510,29,183,0,0,0],[511,9,511,28,183,0,0,0],[512,9,512,29,183,0,0,0],[513,9,513,28,183,0,0,0],[514,9,514,27,183,0,0,0],[515,9,515,28,183,0,0,0],[516,9,516,30,183,0,0,0],[517,9,517,28,183,0,0,0],[518,9,518,22,183,0,0,0],[520,9,520,22,183,0,0,0],[521,9,521,22,179,0,0,0],[522,9,522,22,175,0,0,0],[523,9,523,22,171,0,0,0],[524,9,524,23,167,0,0,0],[525,9,525,23,163,0,0,0],[526,9,526,24,159,0,0,0],[527,9,527,24,155,0,0,0],[528,9,528,24,151,0,0,0],[529,9,529,23,147,0,0,0],[530,9,530,23,143,0,0,0],[531,9,531,23,139,0,0,0],[533,9,533,25,135,0,0,0],[534,9,534,26,131,0,0,0],[535,9,535,25,127,0,0,0],[536,9,536,23,123,0,0,0],[538,9,538,33,268,0,0,0],[540,9,540,26,164,0,0,0],[542,9,542,28,136,0,0,0],[544,9,544,25,129,0,0,0],[545,9,545,27,129,0,0,0],[546,9,546,24,128,0,0,0],[547,9,547,24,125,0,0,0],[548,9,548,29,121,0,0,0],[549,9,549,25,129,0,0,0],[551,9,551,23,165,0,0,0],[552,9,552,23,165,0,0,0],[553,9,553,23,165,0,0,0],[554,9,554,30,141,0,0,0],[555,9,555,24,137,0,0,0],[556,9,556,24,137,0,0,0],[557,9,557,24,137,0,0,0],[558,9,558,24,129,0,0,0],[559,9,560,33,5518,0,0,0],[561,10,562,6,24633,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15enableAnimationSbvpfi","regions":[[576,33,576,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17animateVisibilitySbvpfi","regions":[[577,35,577,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[578,31,578,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV10isDarkModeSbvpfi","regions":[[579,28,579,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14springResponseSdvg","regions":[[582,40,584,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15dampingFractionSdvg","regions":[[586,41,588,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11wobbleAngleSdvg","regions":[[590,37,592,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17positionAnimation7SwiftUI0R0VSgvg","regions":[[595,47,597,6,0,0,0,0],[596,27,596,94,0,0,0,0],[596,97,596,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11shiftSymbolSSSgvg","regions":[[600,38,602,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16shiftAdjustmentsAA07OpticalR0Vvg","regions":[[605,54,608,6,0,0,0,0],[606,44,606,63,0,0,0,0],[606,63,607,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15mainAdjustmentsAA07OpticalR0Vvg","regions":[[611,53,613,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17dualSymbolSpacing12CoreGraphics7CGFloatVvg","regions":[[616,44,622,6,0,0,0,0],[617,16,617,21,0,0,0,0],[618,9,618,36,0,0,0,0],[619,9,619,30,0,0,0,0],[620,9,620,27,0,0,0,0],[621,10,622,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11isSmallSizeSbvg","regions":[[625,35,625,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV9_rotation7SwiftUI5StateVyAF5AngleVGvpfi","regions":[[627,42,627,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12_scaleEffect7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[628,47,628,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11_wasVisible7SwiftUI5StateVySbGvpfi","regions":[[629,43,629,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11normalizedX12CoreGraphics7CGFloatVvg","regions":[[634,38,634,82,0,0,0,0],[634,52,634,76,0,0,0,0],[634,79,634,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11normalizedY12CoreGraphics7CGFloatVvg","regions":[[635,38,635,82,0,0,0,0],[635,52,635,76,0,0,0,0],[635,79,635,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14isLayoutChangeSbyF","regions":[[638,43,645,6,0,0,0,0],[639,85,641,10,0,0,0,0],[641,10,644,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14isLayoutChangeSbyFSbyKXEfu_","regions":[[644,56,644,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvg","regions":[[647,25,696,6,0,0,0,0],[667,30,667,33,0,0,0,0],[667,36,667,39,0,0,0,0],[671,39,671,56,0,0,0,0],[671,59,671,62,0,0,0,0],[673,40,673,57,0,0,0,0],[673,60,673,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvg7SwiftUI9TupleViewVyAHyAF0U0PAFE7opacityyQrSdFQOyAjFE4blur6radius6opaqueQr12CoreGraphics7CGFloatV_SbtFQOyAD12labelContentQrvpQOy_Qo__Qo__Qo__AUtGSg_AStGyXEfU_","regions":[[648,16,663,10,0,0,0,0],[651,16,651,26,0,0,0,0],[651,27,659,14,0,0,0,0],[659,14,663,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgySo6CGRectV_AGtcfU0_","regions":[[674,36,683,10,0,0,0,0],[680,16,680,25,0,0,0,0],[680,58,682,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgySb_SbtcfU1_","regions":[[684,34,691,10,0,0,0,0],[687,16,687,26,0,0,0,0],[687,76,689,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgyycfU2_","regions":[[692,19,695,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg","regions":[[699,41,724,6,0,0,0,0],[700,36,718,10,0,0,0,0],[718,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_","regions":[[702,48,717,14,0,0,0,0],[708,86,708,87,0,0,0,0],[708,90,708,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_AF4FontV6WeightVyKXEfu_","regions":[[706,64,706,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_AF4FontV6WeightVyKXEfu0_","regions":[[713,63,713,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV13triggerWobbleyyF","regions":[[726,34,733,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV13triggerWobbleyyFyyXEfU_","regions":[[729,92,732,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15glowOuterRadius12CoreGraphics7CGFloatVvg","regions":[[738,42,742,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16glowOuterOpacity12CoreGraphics7CGFloatVvg","regions":[[745,43,749,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15glowInnerRadius12CoreGraphics7CGFloatVvg","regions":[[752,42,756,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16glowInnerOpacity12CoreGraphics7CGFloatVvg","regions":[[759,43,763,6,0,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15collectionColor3for7SwiftUI0I0V10Foundation4UUIDVSg_tF","regions":[[24,60,44,6,21,0,0,0],[25,42,28,10,3,0,0,0],[28,10,44,6,18,0,0,0],[31,16,31,18,18,0,0,0],[32,9,33,35,4,0,0,0],[34,9,35,46,7,0,0,0],[36,9,37,39,3,0,0,0],[38,9,39,40,3,0,0,0],[40,9,42,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvg","regions":[[7,31,154,6,0,0,0,0],[76,34,76,38,0,0,0,0],[76,41,76,44,0,0,0,0],[77,50,77,62,0,0,0,0],[77,65,77,66,0,0,0,0],[120,77,120,81,0,0,0,0],[120,84,120,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA0_A0_tFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA0_Sg_A8_A8_A8_A8_A8_ARtFQOyAE06_ShapeG0VyAE16RoundedRectangleVAYG_Qo__Qo__AE011StrokeShapeG0VyA12_AyE05EmptyG0VGQo__SbQo__AiEEA1_A2_A3_A4_A5_A6_A7_APQrA8__A8_A8_A8_A8_A8_ARtFQOyA20__Qo_SgAiEEAstuvWQrAY_A0_A0_A0_tFQOyA23__Qo_SgA26_AGyAiEE7opacityyQrSdFQOyAiEE4blurAU6opaqueQrA0__SbtFQOyAC10keyContentQrvpQOy_Qo__Qo__Qo__A33_tGSgA31_AiEEAstuvWQrAY_A0_A0_A0_tFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AYQo__Qo_SgAC17capsLockIndicatorQrvpQOy_Qo_SgtGyXEfU_","regions":[[8,16,75,10,0,0,0,0],[24,16,24,34,0,0,0,0],[24,47,28,14,0,0,0,0],[28,14,75,10,0,0,0,0],[31,16,31,26,0,0,0,0],[31,27,36,14,0,0,0,0],[36,14,75,10,0,0,0,0],[40,16,40,31,0,0,0,0],[40,45,45,14,0,0,0,0],[45,14,75,10,0,0,0,0],[50,16,50,26,0,0,0,0],[50,46,58,14,0,0,0,0],[58,14,75,10,0,0,0,0],[64,42,69,14,0,0,0,0],[69,14,75,10,0,0,0,0],[72,16,72,34,0,0,0,0],[72,35,74,14,0,0,0,0],[74,14,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu_","regions":[[77,33,77,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySb_SbtcfU0_","regions":[[83,39,88,10,0,0,0,0],[84,45,84,46,0,0,0,0],[84,49,84,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySb_SbtcfU0_yyXEfU_","regions":[[85,53,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgyycfU1_","regions":[[90,19,93,10,0,0,0,0],[91,51,91,52,0,0,0,0],[91,55,91,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu0_","regions":[[95,49,95,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySbcfU2_","regions":[[98,18,108,10,0,0,0,0],[101,16,101,42,0,0,0,0],[101,64,107,14,0,0,0,0],[102,20,102,28,0,0,0,0],[102,29,104,18,0,0,0,0],[104,24,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgy7SwiftUI11DragGestureV5ValueVcfU3_","regions":[[115,26,118,18,0,0,0,0],[116,47,116,57,0,0,0,0],[116,57,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu1_","regions":[[120,47,120,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgyycfU4_","regions":[[122,19,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySSSg_AEtcfU5_","regions":[[126,58,132,10,0,0,0,0],[127,16,127,31,0,0,0,0],[127,32,129,14,0,0,0,0],[129,20,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySSSg_AEtcfU6_","regions":[[133,52,139,10,0,0,0,0],[134,16,134,31,0,0,0,0],[134,32,136,14,0,0,0,0],[136,20,138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgy10Foundation4UUIDVSg_AHtcfU7_","regions":[[140,44,149,10,0,0,0,0],[142,16,142,31,0,0,0,0],[142,32,145,14,0,0,0,0],[145,20,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21keycapAccessibilityIdSSvg","regions":[[157,39,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV24keycapAccessibilityLabelSSvg","regions":[[162,42,185,6,0,0,0,0],[163,43,163,63,0,0,0,0],[163,66,163,75,0,0,0,0],[166,12,166,26,0,0,0,0],[166,58,169,10,0,0,0,0],[167,53,167,58,0,0,0,0],[167,61,167,70,0,0,0,0],[169,10,184,23,0,0,0,0],[172,12,172,41,0,0,0,0],[172,42,179,10,0,0,0,0],[173,41,173,46,0,0,0,0],[173,49,173,54,0,0,0,0],[175,98,177,14,0,0,0,0],[177,14,178,62,0,0,0,0],[179,10,184,23,0,0,0,0],[181,94,183,10,0,0,0,0],[183,10,184,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV33dotsColorAccessibilityDescription33_C44353B4E0C47290E628BA0BDFE3EA94LLSSvg","regions":[[188,59,205,6,0,0,0,0],[189,53,189,73,0,0,0,0],[189,73,205,6,0,0,0,0],[191,16,191,32,0,0,0,0],[192,9,193,32,0,0,0,0],[194,9,203,44,0,0,0,0],[197,41,197,61,0,0,0,0],[197,61,203,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keyContentQrvg","regions":[[210,31,224,6,0,0,0,0],[212,16,212,36,0,0,0,0],[213,9,214,30,0,0,0,0],[215,9,217,24,0,0,0,0],[218,9,220,28,0,0,0,0],[221,9,222,31,0,0,0,0],[223,10,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08standardA7ContentQrvg","regions":[[228,39,282,6,0,0,0,0],[230,12,230,33,0,0,0,0],[230,34,232,10,0,0,0,0],[234,17,234,31,0,0,0,0],[234,32,236,10,0,0,0,0],[238,17,238,28,0,0,0,0],[238,29,240,10,0,0,0,0],[242,17,242,39,0,0,0,0],[242,40,244,10,0,0,0,0],[246,17,246,30,0,0,0,0],[246,31,248,10,0,0,0,0],[250,17,250,47,0,0,0,0],[250,48,252,10,0,0,0,0],[254,17,254,30,0,0,0,0],[254,31,256,10,0,0,0,0],[258,17,258,29,0,0,0,0],[258,30,260,10,0,0,0,0],[262,17,262,32,0,0,0,0],[262,33,264,10,0,0,0,0],[264,16,281,10,0,0,0,0],[265,20,265,34,0,0,0,0],[266,13,267,32,0,0,0,0],[268,13,269,37,0,0,0,0],[270,13,271,38,0,0,0,0],[272,13,273,35,0,0,0,0],[274,13,275,29,0,0,0,0],[276,13,277,31,0,0,0,0],[278,13,279,30,0,0,0,0],[280,14,281,10,0,0,0,0],[281,10,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV04loadC12IconIfNeededyyF","regions":[[8,32,22,6,0,0,0,0],[10,66,13,10,0,0,0,0],[13,10,22,6,0,0,0,0],[16,90,19,10,0,0,0,0],[19,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyF","regions":[[27,32,45,6,0,0,0,0],[29,50,34,10,0,0,0,0],[34,10,45,6,0,0,0,0],[37,85,42,10,0,0,0,0],[42,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyFyyYacfU_","regions":[[30,18,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyFyyYacfU0_","regions":[[38,18,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvg","regions":[[12,38,33,6,0,0,0,0],[16,12,16,42,0,0,0,0],[16,43,18,10,0,0,0,0],[18,19,18,45,0,0,0,0],[18,46,20,10,0,0,0,0],[20,19,20,43,0,0,0,0],[20,44,23,10,0,0,0,0],[23,19,23,105,0,0,0,0],[23,106,26,10,0,0,0,0],[26,19,26,44,0,0,0,0],[26,45,29,10,0,0,0,0],[29,16,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgAA04DotsI6ConfigVyKXEfu_","regions":[[13,45,13,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgSbyKXEfu0_","regions":[[23,36,23,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgSbyKXEfu1_","regions":[[23,72,23,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8dotShape6config10isModifier14sizeMultiplierQrAA16DotsLegendConfigV_Sb12CoreGraphics7CGFloatVtF","regions":[[37,103,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11oblongShape6configQrAA16DotsLegendConfigV_tF","regions":[[49,61,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV018dotColorForCurrentA06config7SwiftUI0I0VAA16DotsLegendConfigV_tF","regions":[[61,67,66,6,0,0,0,0],[62,45,62,68,0,0,0,0],[62,71,62,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15iconModsContentQrvg","regions":[[72,36,80,6,0,0,0,0],[74,12,74,81,0,0,0,0],[74,82,76,10,0,0,0,0],[76,16,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15iconModsContentQrvgSbyKXEfu_","regions":[[74,48,74,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV25modifierSymbolOnlyContentQrvg","regions":[[84,46,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV017modifierSymbolForA0SSvg","regions":[[94,38,129,6,0,0,0,0],[96,16,96,21,0,0,0,0],[98,9,98,62,0,0,0,0],[99,9,99,70,0,0,0,0],[100,9,100,73,0,0,0,0],[101,9,101,93,0,0,0,0],[102,9,102,45,0,0,0,0],[103,9,103,66,0,0,0,0],[105,9,105,72,0,0,0,0],[106,9,106,69,0,0,0,0],[107,9,107,80,0,0,0,0],[108,9,108,40,0,0,0,0],[109,9,109,50,0,0,0,0],[110,9,110,54,0,0,0,0],[112,9,112,34,0,0,0,0],[113,9,113,33,0,0,0,0],[114,9,114,55,0,0,0,0],[115,9,115,70,0,0,0,0],[117,9,117,48,0,0,0,0],[118,9,118,49,0,0,0,0],[119,9,119,46,0,0,0,0],[120,9,120,48,0,0,0,0],[122,9,122,43,0,0,0,0],[123,9,123,54,0,0,0,0],[124,9,124,52,0,0,0,0],[125,9,125,52,0,0,0,0],[126,9,126,52,0,0,0,0],[127,9,127,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010hasNoveltyA0Sbvg","regions":[[134,29,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV07noveltyA7ContentQrvg","regions":[[140,38,150,6,0,0,0,0],[141,85,149,10,0,0,0,0],[143,19,143,45,0,0,0,0],[144,19,144,34,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16appLaunchContentQrvg","regions":[[155,37,169,6,0,0,0,0],[156,31,162,10,0,0,0,0],[162,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17urlMappingContentQrvg","regions":[[174,38,188,6,0,0,0,0],[175,39,181,10,0,0,0,0],[181,16,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19systemActionContentQrvg","regions":[[193,40,206,6,0,0,0,0],[194,44,199,10,0,0,0,0],[199,16,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSpecialLabelSbvg","regions":[[217,31,257,6,0,0,0,0],[251,12,251,82,0,0,0,0],[251,83,253,10,0,0,0,0],[253,10,256,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSpecialLabelSbvgSbyKXEfu_","regions":[[251,49,251,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19navigationWordLabelSSSgvg","regions":[[260,38,298,6,0,0,0,0],[261,16,261,38,0,0,0,0],[263,9,263,28,0,0,0,0],[264,9,264,26,0,0,0,0],[265,9,265,29,0,0,0,0],[266,9,266,29,0,0,0,0],[267,9,267,29,0,0,0,0],[268,9,268,26,0,0,0,0],[270,9,270,35,0,0,0,0],[271,9,271,29,0,0,0,0],[272,9,272,28,0,0,0,0],[274,9,274,28,0,0,0,0],[276,9,276,27,0,0,0,0],[277,9,277,27,0,0,0,0],[279,9,279,28,0,0,0,0],[280,9,280,24,0,0,0,0],[281,9,281,26,0,0,0,0],[282,9,282,28,0,0,0,0],[283,9,283,29,0,0,0,0],[284,9,284,29,0,0,0,0],[285,9,285,28,0,0,0,0],[286,9,286,28,0,0,0,0],[288,9,288,37,0,0,0,0],[289,9,289,46,0,0,0,0],[290,9,290,43,0,0,0,0],[291,9,291,44,0,0,0,0],[293,9,293,37,0,0,0,0],[294,9,294,37,0,0,0,0],[295,9,295,39,0,0,0,0],[296,9,296,21,0,0,0,0],[297,10,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18navigationSFSymbolSSSgvg","regions":[[301,37,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isRemappedA0Sbvg","regions":[[309,29,318,6,0,0,0,0],[312,12,312,33,0,0,0,0],[312,34,314,10,0,0,0,0],[314,10,317,102,0,0,0,0],[316,44,316,60,0,0,0,0],[316,60,317,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isRemappedA0SbvgSbyKXEfu_","regions":[[317,46,317,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15centeredContentQrvg","regions":[[321,36,376,6,0,0,0,0],[326,12,326,29,0,0,0,0],[326,64,337,10,0,0,0,0],[327,49,330,14,0,0,0,0],[330,20,336,14,0,0,0,0],[337,16,375,10,0,0,0,0],[340,50,346,14,0,0,0,0],[346,59,349,14,0,0,0,0],[349,23,349,40,0,0,0,0],[349,41,352,14,0,0,0,0],[352,56,355,14,0,0,0,0],[355,76,360,14,0,0,0,0],[360,93,366,14,0,0,0,0],[366,20,374,14,0,0,0,0],[369,60,369,69,0,0,0,0],[369,72,369,86,0,0,0,0],[370,36,370,47,0,0,0,0],[370,50,370,74,0,0,0,0],[371,55,371,65,0,0,0,0],[371,68,371,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF","regions":[[380,62,406,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_","regions":[[381,16,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_A4_yXEfU_","regions":[[383,20,400,14,0,0,0,0],[385,20,385,56,0,0,0,0],[385,57,394,18,0,0,0,0],[394,24,398,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_A4_yXEfU_A1_yXEfU_","regions":[[386,61,393,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF","regions":[[409,70,430,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF7SwiftUI05TupleG0VyAG4TextV_AG0G0PAGE15foregroundStyleyQrqd__AG05ShapeR0Rd__lFQOyAmGE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAK_Qo__AG5ColorVQo_tGyXEfU_","regions":[[413,55,428,10,0,0,0,0],[419,72,419,73,0,0,0,0],[419,76,419,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF7SwiftUI05TupleG0VyAG4TextV_AG0G0PAGE15foregroundStyleyQrqd__AG05ShapeR0Rd__lFQOyAmGE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAK_Qo__AG5ColorVQo_tGyXEfU_AG4FontV6WeightVyKXEfu_","regions":[[424,51,424,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE6SymbolSSSgvg","regions":[[434,35,441,6,0,0,0,0],[435,73,435,87,0,0,0,0],[435,87,440,19,0,0,0,0],[437,12,437,51,0,0,0,0],[437,52,439,10,0,0,0,0],[439,10,440,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE7Content5arrow6letterQrSS_SStF","regions":[[444,72,456,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE7Content5arrow6letterQrSS_SStF7SwiftUI05TupleG0VyAG0G0PAGE6shadow5color6radius1x1yQrAG5ColorV_12CoreGraphics7CGFloatVA2UtFQOyAG4TextV_Qo__AWtGyXEfU_","regions":[[445,36,453,10,0,0,0,0],[448,66,448,69,0,0,0,0],[448,72,448,75,0,0,0,0],[452,66,452,69,0,0,0,0],[452,72,452,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE9ArrowOnly5arrowQrSS_tF","regions":[[460,58,466,6,0,0,0,0],[463,62,463,65,0,0,0,0],[463,68,463,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolSpacing3for12CoreGraphics7CGFloatVSS_tF","regions":[[468,58,474,6,0,0,0,0],[469,16,469,21,0,0,0,0],[470,9,470,36,0,0,0,0],[471,9,471,30,0,0,0,0],[472,9,472,27,0,0,0,0],[473,10,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg","regions":[[479,41,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_","regions":[[484,33,493,10,0,0,0,0],[485,30,487,14,0,0,0,0],[487,14,492,81,0,0,0,0],[489,16,489,54,0,0,0,0],[489,55,491,14,0,0,0,0],[491,14,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu_","regions":[[490,54,490,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu0_","regions":[[492,42,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu0_SSyKXEfu1_","regions":[[492,72,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAE012_ConditionalJ0VyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGAGyAI_A_tGGG_Qo__Qo__Qo_tGyXEfU0_","regions":[[497,16,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAE012_ConditionalJ0VyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGAGyAI_A_tGGG_Qo__Qo__Qo_tGyXEfU0_A2_yXEfU_","regions":[[499,20,507,14,0,0,0,0],[500,20,500,28,0,0,0,0],[500,29,503,18,0,0,0,0],[503,24,506,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9labelText_11isHoldLabelQrSS_SbtF","regions":[[517,68,530,6,0,0,0,0],[519,12,519,23,0,0,0,0],[519,24,522,10,0,0,0,0],[522,19,522,30,0,0,0,0],[522,31,526,10,0,0,0,0],[526,16,529,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21narrowModifierContentQrvg","regions":[[535,42,541,6,0,0,0,0],[536,12,536,29,0,0,0,0],[536,30,538,10,0,0,0,0],[538,16,540,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg","regions":[[544,33,562,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg7SwiftUI012_ConditionalI0VyAE6HStackVyAE05TupleG0VyAE0G0PAEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGGATGyXEfU_","regions":[[547,15,559,10,0,0,0,0],[548,16,548,25,0,0,0,0],[548,26,555,14,0,0,0,0],[555,20,558,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg7SwiftUI012_ConditionalI0VyAE6HStackVyAE05TupleG0VyAE0G0PAEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGGATGyXEfU_AWyXEfU_","regions":[[549,44,554,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21modifierSymbolContentQrvg","regions":[[565,42,576,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA18WithMappingContentQrvg","regions":[[583,50,608,6,0,0,0,0],[587,36,587,51,0,0,0,0],[587,84,589,10,0,0,0,0],[589,16,591,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA18WithMappingContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundStyleyQrqd__AE05ShapeP0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_Sg_AE6SpacerVAE4TextVtGyXEfU_","regions":[[593,28,604,10,0,0,0,0],[594,36,598,14,0,0,0,0],[598,14,604,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvg","regions":[[612,39,653,6,0,0,0,0],[620,12,620,34,0,0,0,0],[620,35,626,10,0,0,0,0],[626,16,652,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSSSgSSXEfU_","regions":[[616,52,616,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSbyKXEfu_","regions":[[618,62,618,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSbyKXEfu0_","regions":[[618,85,618,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSSSgyXEfU0_","regions":[[628,37,636,14,0,0,0,0],[631,17,633,18,0,0,0,0],[633,18,635,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundStyleyQrqd__AE05ShapeN0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_Sg_AE6SpacerVAE4TextVtGyXEfU1_","regions":[[638,32,648,14,0,0,0,0],[639,42,643,18,0,0,0,0],[643,18,648,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12arrowContentQrvg","regions":[[658,33,663,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14touchIdContentQrvg","regions":[[668,35,684,6,0,0,0,0],[670,12,670,29,0,0,0,0],[670,30,677,10,0,0,0,0],[677,16,683,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg","regions":[[689,34,703,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGG_Qo__Qo__Qo_tGyXEfU_","regions":[[691,16,700,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGG_Qo__Qo__Qo_tGyXEfU_AZyXEfU_","regions":[[693,20,696,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg","regions":[[708,38,724,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVA4_G_Qo__Qo__Qo__Qo__SbQo__AE6SpacerVtGG_Qo__Qo__A22_tGyXEfU_","regions":[[709,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVA4_G_Qo__Qo__Qo__Qo__SbQo__AE6SpacerVtGG_Qo__Qo__A22_tGyXEfU_A23_yXEfU_","regions":[[710,20,719,14,0,0,0,0],[712,42,712,53,0,0,0,0],[712,56,712,81,0,0,0,0],[714,51,714,75,0,0,0,0],[714,78,714,84,0,0,0,0],[715,51,715,75,0,0,0,0],[715,78,715,84,0,0,0,0],[716,51,716,75,0,0,0,0],[716,78,716,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg","regions":[[22,39,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_","regions":[[23,24,105,10,0,0,0,0],[28,16,28,37,0,0,0,0],[28,38,77,14,0,0,0,0],[77,20,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A3_yXEfU_","regions":[[33,24,75,18,0,0,0,0],[35,56,43,22,0,0,0,0],[43,22,75,18,0,0,0,0],[46,62,54,22,0,0,0,0],[54,22,75,18,0,0,0,0],[66,52,74,22,0,0,0,0],[74,22,75,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_","regions":[[81,24,102,18,0,0,0,0],[89,52,101,22,0,0,0,0],[101,22,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_A28_yXEfU_","regions":[[90,32,100,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_A28_yXEfU_A26_yXEfU_","regions":[[92,36,99,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherA5LabelSSvg","regions":[[112,34,118,6,0,0,0,0],[114,12,114,29,0,0,0,0],[114,30,116,10,0,0,0,0],[116,10,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherA5LabelSSvgSSyKXEfu_","regions":[[117,29,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg","regions":[[123,40,183,6,0,0,0,0],[134,42,173,10,0,0,0,0],[173,16,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI05TupleG0VyAE012_ConditionalJ0VyAE0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAkEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE6ZStackVyAGyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE5frame5width6height9alignmentQrAQSg_A6_AE9AlignmentVtFQOyAkEE11aspectRatio_07contentI0QrA6__AE0jI0OtFQOyAE5ImageV_Qo__Qo__AE16RoundedRectangleVQo__AC0H9LinkBadge4sizeQrAQ_tFQOy_Qo_SgtGG_Qo__Qo__Qo_AkEEAlmNQrAQ_AQtFQOyAkEEARyQrSdFQOyAkEEAS_ATQrAQ_AVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyA14__Qo__AE5ColorVQo__Qo__Qo__Qo_GSg_AkEEAlmNQrAQ_AQtFQOyAE4TextV_Qo_tGyXEfU_","regions":[[136,20,171,14,0,0,0,0],[138,20,138,31,0,0,0,0],[138,32,164,18,0,0,0,0],[139,51,155,22,0,0,0,0],[152,52,152,55,0,0,0,0],[152,58,152,61,0,0,0,0],[153,49,153,52,0,0,0,0],[153,55,153,56,0,0,0,0],[155,28,163,22,0,0,0,0],[157,66,157,76,0,0,0,0],[157,79,157,86,0,0,0,0],[160,56,160,59,0,0,0,0],[160,62,160,65,0,0,0,0],[161,53,161,56,0,0,0,0],[161,59,161,60,0,0,0,0],[164,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI05TupleG0VyAE012_ConditionalJ0VyAE0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAkEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE6ZStackVyAGyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE5frame5width6height9alignmentQrAQSg_A6_AE9AlignmentVtFQOyAkEE11aspectRatio_07contentI0QrA6__AE0jI0OtFQOyAE5ImageV_Qo__Qo__AE16RoundedRectangleVQo__AC0H9LinkBadge4sizeQrAQ_tFQOy_Qo_SgtGG_Qo__Qo__Qo_AkEEAlmNQrAQ_AQtFQOyAkEEARyQrSdFQOyAkEEAS_ATQrAQ_AVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyA14__Qo__AE5ColorVQo__Qo__Qo__Qo_GSg_AkEEAlmNQrAQ_AQtFQOyAE4TextV_Qo_tGyXEfU_A24_yXEfU_","regions":[[140,60,151,26,0,0,0,0],[148,32,148,53,0,0,0,0],[148,54,150,30,0,0,0,0],[150,30,151,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AMtFQOyAE4TextV_Qo_yXEfU0_","regions":[[175,20,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV4lerp4from2to8progress12CoreGraphics7CGFloatVAJ_A2JtF","regions":[[186,73,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17launcherLinkBadge4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[193,56,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherC4IconSo7NSImageCSgvg","regions":[[202,35,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherC4IconSo7NSImageCSgvgAGyKXEfu_","regions":[[203,20,203,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05layerA5LabelSSvg","regions":[[209,31,215,6,0,0,0,0],[211,12,211,29,0,0,0,0],[211,30,213,10,0,0,0,0],[213,10,214,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05layerA5LabelSSvgSSyKXEfu_","regions":[[214,29,214,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg","regions":[[219,37,307,6,0,0,0,0],[223,12,223,32,0,0,0,0],[223,33,225,10,0,0,0,0],[225,19,225,34,0,0,0,0],[225,35,268,10,0,0,0,0],[227,16,227,33,0,0,0,0],[227,34,229,14,0,0,0,0],[229,20,267,14,0,0,0,0],[232,54,232,112,0,0,0,0],[232,115,232,118,0,0,0,0],[234,46,251,18,0,0,0,0],[251,24,266,18,0,0,0,0],[268,16,306,10,0,0,0,0],[270,16,270,26,0,0,0,0],[270,27,273,14,0,0,0,0],[273,23,273,56,0,0,0,0],[273,57,276,14,0,0,0,0],[276,20,305,14,0,0,0,0],[292,59,292,71,0,0,0,0],[292,74,292,99,0,0,0,0],[296,57,296,71,0,0,0,0],[296,74,296,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyKXEfu_","regions":[[232,109,232,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AiEE7paddingyQrATFQOyAE4TextV_Qo_SgtGyXEfU_","regions":[[236,52,250,22,0,0,0,0],[244,28,244,39,0,0,0,0],[244,40,249,26,0,0,0,0],[249,26,250,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAC0h6ActionJ0QrvpQOy_Qo__Qo__AiEE7paddingyQrATFQOyAE4TextV_Qo_SgtGyXEfU0_","regions":[[253,52,265,22,0,0,0,0],[259,28,259,39,0,0,0,0],[259,40,264,26,0,0,0,0],[264,26,265,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyXEfU1_","regions":[[278,44,289,18,0,0,0,0],[279,24,279,62,0,0,0,0],[279,63,287,22,0,0,0,0],[282,28,282,67,0,0,0,0],[282,68,284,26,0,0,0,0],[284,26,286,75,0,0,0,0],[287,22,288,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyXEfU1_SSyKXEfu_","regions":[[286,62,286,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI0G0PAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE4TextV_Qo_yXEfU2_","regions":[[298,46,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18navIdentityContentQrvg","regions":[[311,39,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18layerActionContentQrvg","regions":[[320,39,383,6,0,0,0,0],[322,38,327,10,0,0,0,0],[329,36,335,10,0,0,0,0],[337,44,343,10,0,0,0,0],[345,49,349,10,0,0,0,0],[351,41,382,10,0,0,0,0],[353,16,353,55,0,0,0,0],[353,56,358,14,0,0,0,0],[358,23,358,49,0,0,0,0],[358,50,381,14,0,0,0,0],[364,20,364,41,0,0,0,0],[364,99,369,18,0,0,0,0],[371,25,371,46,0,0,0,0],[371,121,376,18,0,0,0,0],[376,24,380,18,0,0,0,0],[381,14,382,10,0,0,0,0],[382,10,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV019isModifierOrSpecialA0ySbSSF","regions":[[387,58,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSF","regions":[[409,57,527,6,0,0,0,0],[413,12,413,60,0,0,0,0],[413,61,415,10,0,0,0,0],[415,10,526,19,0,0,0,0],[416,12,416,61,0,0,0,0],[416,62,418,10,0,0,0,0],[418,10,526,19,0,0,0,0],[419,12,419,59,0,0,0,0],[419,60,421,10,0,0,0,0],[421,10,526,19,0,0,0,0],[422,12,422,62,0,0,0,0],[422,63,424,10,0,0,0,0],[424,10,526,19,0,0,0,0],[427,12,427,87,0,0,0,0],[427,88,429,10,0,0,0,0],[429,10,526,19,0,0,0,0],[430,12,430,88,0,0,0,0],[430,89,432,10,0,0,0,0],[432,10,526,19,0,0,0,0],[433,12,433,90,0,0,0,0],[433,91,435,10,0,0,0,0],[435,10,526,19,0,0,0,0],[436,12,436,91,0,0,0,0],[436,92,438,10,0,0,0,0],[438,10,526,19,0,0,0,0],[441,12,441,103,0,0,0,0],[441,104,443,10,0,0,0,0],[443,10,526,19,0,0,0,0],[444,12,444,37,0,0,0,0],[444,38,446,10,0,0,0,0],[446,10,526,19,0,0,0,0],[447,12,447,64,0,0,0,0],[447,65,449,10,0,0,0,0],[449,10,526,19,0,0,0,0],[452,12,452,117,0,0,0,0],[452,118,454,10,0,0,0,0],[454,10,526,19,0,0,0,0],[455,12,455,119,0,0,0,0],[455,120,457,10,0,0,0,0],[457,10,526,19,0,0,0,0],[460,12,460,73,0,0,0,0],[460,74,462,10,0,0,0,0],[462,10,526,19,0,0,0,0],[463,12,463,76,0,0,0,0],[463,77,465,10,0,0,0,0],[465,10,526,19,0,0,0,0],[468,12,468,70,0,0,0,0],[468,71,470,10,0,0,0,0],[470,10,526,19,0,0,0,0],[471,12,471,76,0,0,0,0],[471,77,473,10,0,0,0,0],[473,10,526,19,0,0,0,0],[474,12,474,72,0,0,0,0],[474,73,476,10,0,0,0,0],[476,10,526,19,0,0,0,0],[479,12,479,75,0,0,0,0],[479,76,481,10,0,0,0,0],[481,10,526,19,0,0,0,0],[482,12,482,77,0,0,0,0],[482,78,484,10,0,0,0,0],[484,10,526,19,0,0,0,0],[487,12,487,47,0,0,0,0],[487,48,489,10,0,0,0,0],[489,10,526,19,0,0,0,0],[490,12,490,51,0,0,0,0],[490,52,492,10,0,0,0,0],[492,10,526,19,0,0,0,0],[493,12,493,51,0,0,0,0],[493,52,495,10,0,0,0,0],[495,10,526,19,0,0,0,0],[496,12,496,53,0,0,0,0],[496,54,498,10,0,0,0,0],[498,10,526,19,0,0,0,0],[501,12,501,60,0,0,0,0],[501,61,503,10,0,0,0,0],[503,10,526,19,0,0,0,0],[504,12,504,35,0,0,0,0],[504,36,506,10,0,0,0,0],[506,10,526,19,0,0,0,0],[507,12,507,64,0,0,0,0],[507,65,509,10,0,0,0,0],[509,10,526,19,0,0,0,0],[510,12,510,34,0,0,0,0],[510,35,512,10,0,0,0,0],[512,10,526,19,0,0,0,0],[513,12,513,34,0,0,0,0],[513,35,515,10,0,0,0,0],[515,10,526,19,0,0,0,0],[516,12,516,34,0,0,0,0],[516,35,518,10,0,0,0,0],[518,10,526,19,0,0,0,0],[521,12,521,62,0,0,0,0],[521,63,523,10,0,0,0,0],[523,10,526,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu_","regions":[[413,38,413,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu0_","regions":[[416,39,416,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu1_","regions":[[419,37,419,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu2_","regions":[[422,40,422,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu3_","regions":[[427,37,427,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu4_","regions":[[427,63,427,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu5_","regions":[[430,37,430,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu6_","regions":[[430,64,430,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu7_","regions":[[433,40,433,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu8_","regions":[[433,66,433,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu9_","regions":[[436,40,436,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu10_","regions":[[436,67,436,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu11_","regions":[[441,42,441,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu12_","regions":[[441,74,441,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu13_","regions":[[447,40,447,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu14_","regions":[[452,46,452,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu15_","regions":[[452,81,452,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu16_","regions":[[455,50,455,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu17_","regions":[[455,84,455,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu18_","regions":[[460,44,460,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu19_","regions":[[463,48,463,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu20_","regions":[[468,44,468,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu21_","regions":[[471,46,471,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu22_","regions":[[474,45,474,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu23_","regions":[[479,49,479,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu24_","regions":[[482,50,482,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu25_","regions":[[487,29,487,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu26_","regions":[[490,31,490,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu27_","regions":[[493,31,493,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu28_","regions":[[496,32,496,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu29_","regions":[[501,38,501,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu30_","regions":[[507,40,507,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu31_","regions":[[521,40,521,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16dynamicTextLabelyQrSSF","regions":[[531,56,550,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16dynamicTextLabelyQrSSF7SwiftUI0G0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEEAhijklmnOQrAS_A5sUtFQOyAgEE18minimumScaleFactoryQrARFQOyAgEE09multilineiW0yQrAE0iW0OFQOyAgEE9lineLimityQrSiSgFQOyAE0I0V_Qo__Qo__Qo__Qo__Qo_AE13GeometryProxyVcfU_","regions":[[532,24,549,10,0,0,0,0],[539,63,539,76,0,0,0,0],[539,79,539,144,0,0,0,0],[539,121,539,131,0,0,0,0],[539,134,539,143,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV10_isPulsing33_91654166CBD3F35A94740BFFDB3497F8LL7SwiftUI5StateVySbGvpfi","regions":[[7,36,7,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[9,46,18,6,0,0,0,0],[11,34,11,37,0,0,0,0],[11,40,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyycfU_","regions":[[17,23,17,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV7logSizeyySo6CGSizeVF","regions":[[10,34,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtF","regions":[[18,111,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtFSo7NSColorCyKXEfu_","regions":[[20,63,20,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtFSo7NSColorCyKXEfu0_","regions":[[21,59,21,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12cornerRadius12CoreGraphics7CGFloatVvg","regions":[[30,31,32,6,0,0,0,0],[31,36,31,45,0,0,0,0],[31,48,31,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV13keyBackground7SwiftUI5ColorVvg","regions":[[34,30,53,6,0,0,0,0],[36,12,36,27,0,0,0,0],[36,44,44,10,0,0,0,0],[46,17,46,31,0,0,0,0],[46,32,48,10,0,0,0,0],[50,14,52,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9keyStroke7SwiftUI5ColorVvg","regions":[[55,26,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11strokeWidth12CoreGraphics7CGFloatVvg","regions":[[61,30,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11shadowColor7SwiftUI0I0Vvg","regions":[[66,28,68,6,0,0,0,0],[67,42,67,45,0,0,0,0],[67,48,67,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[70,31,78,6,0,0,0,0],[75,38,75,67,0,0,0,0],[75,70,75,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12shadowOffset12CoreGraphics7CGFloatVvg","regions":[[80,31,87,6,0,0,0,0],[85,38,85,67,0,0,0,0],[85,70,85,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0Sbvg","regions":[[90,29,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbSSXEfU_","regions":[[93,40,93,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu_","regions":[[94,16,94,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu0_","regions":[[95,16,95,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu1_","regions":[[96,16,96,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu1_SbyKXEfu2_","regions":[[96,38,96,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isAccentA0Sbvg","regions":[[100,27,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isAccentA0SbvgSbSSXEfU_","regions":[[103,38,103,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isNumpadA0Sbvg","regions":[[109,27,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15foregroundColor7SwiftUI0I0Vvg","regions":[[117,32,126,6,0,0,0,0],[118,35,118,48,0,0,0,0],[118,49,120,10,0,0,0,0],[120,19,120,30,0,0,0,0],[120,31,122,10,0,0,0,0],[122,16,124,10,0,0,0,0],[125,46,125,49,0,0,0,0],[125,52,125,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15backgroundColor7SwiftUI0I0Vvg","regions":[[128,32,162,6,0,0,0,0],[129,12,129,21,0,0,0,0],[129,22,131,10,0,0,0,0],[131,19,131,28,0,0,0,0],[131,29,134,10,0,0,0,0],[134,19,134,31,0,0,0,0],[134,32,136,10,0,0,0,0],[138,17,138,31,0,0,0,0],[138,52,140,10,0,0,0,0],[142,17,142,31,0,0,0,0],[142,32,144,10,0,0,0,0],[146,17,146,28,0,0,0,0],[146,70,148,10,0,0,0,0],[150,17,150,28,0,0,0,0],[150,29,152,10,0,0,0,0],[152,19,152,32,0,0,0,0],[152,33,154,10,0,0,0,0],[154,19,154,30,0,0,0,0],[154,31,156,10,0,0,0,0],[156,19,156,37,0,0,0,0],[156,52,159,10,0,0,0,0],[159,16,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15backgroundColor7SwiftUI0I0VvgSbyKXEfu_","regions":[[146,49,146,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15glowOuterRadius12CoreGraphics7CGFloatVvg","regions":[[167,34,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16glowOuterOpacity12CoreGraphics7CGFloatVvg","regions":[[174,35,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15glowInnerRadius12CoreGraphics7CGFloatVvg","regions":[[181,34,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16glowInnerOpacity12CoreGraphics7CGFloatVvg","regions":[[188,35,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tF","regions":[[7,58,36,6,0,0,0,0],[8,69,8,83,0,0,0,0],[8,83,35,19,0,0,0,0],[13,12,13,59,0,0,0,0],[13,60,13,78,0,0,0,0],[13,78,35,19,0,0,0,0],[14,12,14,60,0,0,0,0],[14,61,14,79,0,0,0,0],[14,79,35,19,0,0,0,0],[15,12,15,62,0,0,0,0],[15,63,15,81,0,0,0,0],[15,81,35,19,0,0,0,0],[16,12,16,63,0,0,0,0],[16,64,16,82,0,0,0,0],[16,82,35,19,0,0,0,0],[19,12,19,60,0,0,0,0],[19,61,19,77,0,0,0,0],[19,77,35,19,0,0,0,0],[20,12,20,61,0,0,0,0],[20,62,20,78,0,0,0,0],[20,78,35,19,0,0,0,0],[23,12,23,70,0,0,0,0],[23,71,23,88,0,0,0,0],[23,88,35,19,0,0,0,0],[24,12,24,36,0,0,0,0],[24,37,24,54,0,0,0,0],[24,54,35,19,0,0,0,0],[27,12,27,66,0,0,0,0],[27,67,27,85,0,0,0,0],[27,85,35,19,0,0,0,0],[30,12,30,35,0,0,0,0],[30,36,30,52,0,0,0,0],[30,52,35,19,0,0,0,0],[33,12,33,34,0,0,0,0],[33,35,33,51,0,0,0,0],[33,51,35,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu_","regions":[[13,37,13,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu0_","regions":[[14,37,14,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu1_","regions":[[15,40,15,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu2_","regions":[[16,40,16,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu3_","regions":[[19,38,19,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu4_","regions":[[20,39,20,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu5_","regions":[[23,42,23,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu6_","regions":[[27,41,27,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tF","regions":[[39,60,68,6,0,0,0,0],[40,69,40,83,0,0,0,0],[40,83,67,19,0,0,0,0],[45,12,45,60,0,0,0,0],[45,61,45,84,0,0,0,0],[45,84,67,19,0,0,0,0],[46,12,46,61,0,0,0,0],[46,62,46,86,0,0,0,0],[46,86,67,19,0,0,0,0],[49,12,49,59,0,0,0,0],[49,60,49,86,0,0,0,0],[49,86,67,19,0,0,0,0],[50,12,50,60,0,0,0,0],[50,61,50,88,0,0,0,0],[50,88,67,19,0,0,0,0],[51,12,51,62,0,0,0,0],[51,63,51,91,0,0,0,0],[51,91,67,19,0,0,0,0],[52,12,52,63,0,0,0,0],[52,64,52,93,0,0,0,0],[52,93,67,19,0,0,0,0],[55,12,55,70,0,0,0,0],[55,71,57,10,0,0,0,0],[57,10,67,19,0,0,0,0],[58,12,58,36,0,0,0,0],[58,37,58,67,0,0,0,0],[58,67,67,19,0,0,0,0],[61,12,61,66,0,0,0,0],[61,67,61,87,0,0,0,0],[61,87,67,19,0,0,0,0],[64,12,64,34,0,0,0,0],[64,60,64,91,0,0,0,0],[64,91,67,19,0,0,0,0],[65,12,65,38,0,0,0,0],[65,64,65,94,0,0,0,0],[65,94,67,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu_","regions":[[45,38,45,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu0_","regions":[[46,39,46,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu1_","regions":[[49,37,49,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu2_","regions":[[50,37,50,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu3_","regions":[[51,40,51,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu4_","regions":[[52,40,52,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu5_","regions":[[55,42,55,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu6_","regions":[[61,41,61,66,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isDarkModeSbvpfi","regions":[[15,28,15,33,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12isCapsLockOnSbvpfi","regions":[[17,30,17,35,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[19,31,19,32,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15isReleaseFadingSbvpfi","regions":[[21,33,21,38,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16currentLayerNameSSvpfi","regions":[[23,36,23,42,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17isLoadingLayerMapSbvpfi","regions":[[25,35,25,40,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12isEmphasizedSbvpfi","regions":[[29,30,29,35,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9isOneShotSbvpfi","regions":[[31,27,31,32,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8colorwayAA11GMKColorwayVvpfi","regions":[[39,33,39,41,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layoutTotalWidth12CoreGraphics7CGFloatVvpfi","regions":[[41,37,41,41,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17useFloatingLabelsSbvpfi","regions":[[43,35,43,40,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18showScoopedHomeRowSbvpfi","regions":[[45,36,45,41,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isSelectedSbvpfi","regions":[[47,28,47,33,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15isHoveredByRuleSbvpfi","regions":[[49,33,49,38,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18isInspectorVisibleSbvpfi","regions":[[51,36,51,41,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14isLauncherModeSbvpfi","regions":[[58,32,58,37,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21isKeymapTransitioningSbvpfi","regions":[[62,39,62,44,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18hasLauncherMappingSbvg","regions":[[65,34,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvg","regions":[[72,27,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvgSbyKXEfu_","regions":[[73,28,73,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvgSbyKXEfu0_","regions":[[73,71,73,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasLayerMappingSbvg","regions":[[77,31,96,6,0,0,0,0],[78,44,78,60,0,0,0,0],[78,60,95,92,0,0,0,0],[82,12,82,45,0,0,0,0],[82,46,84,10,0,0,0,0],[84,10,95,92,0,0,0,0],[86,12,86,30,0,0,0,0],[86,31,86,47,0,0,0,0],[86,47,95,92,0,0,0,0],[87,12,87,30,0,0,0,0],[87,31,87,46,0,0,0,0],[87,46,95,92,0,0,0,0],[88,12,88,43,0,0,0,0],[88,44,88,59,0,0,0,0],[88,59,95,92,0,0,0,0],[89,12,89,46,0,0,0,0],[89,47,89,62,0,0,0,0],[89,62,95,92,0,0,0,0],[90,12,90,37,0,0,0,0],[90,38,90,53,0,0,0,0],[90,53,95,92,0,0,0,0],[92,43,94,10,0,0,0,0],[94,10,95,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasLayerMappingSbvgSbyKXEfu_","regions":[[95,46,95,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isNavLayerSbvg","regions":[[99,26,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isNavLayerSbvgSbyKXEfu_","regions":[[101,34,101,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvg","regions":[[106,38,118,6,0,0,0,0],[107,44,107,60,0,0,0,0],[107,60,117,57,0,0,0,0],[108,45,108,61,0,0,0,0],[108,61,117,57,0,0,0,0],[109,39,109,55,0,0,0,0],[109,55,117,57,0,0,0,0],[112,46,112,62,0,0,0,0],[112,62,117,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvgSbyKXEfu_","regions":[[116,16,116,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvgSbyKXEfu0_","regions":[[117,38,117,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20isNavIdentityMappingSbvg","regions":[[120,36,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20isNavIdentityMappingSbvgSbyKXEfu_","regions":[[121,23,121,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isSmallSizeSbvg","regions":[[125,27,125,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLargeSizeSbvg","regions":[[126,27,126,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV09isHomeRowA0Sbvg","regions":[[132,28,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17hasVisibleContentSbvg","regions":[[138,33,162,6,0,0,0,0],[140,38,140,53,0,0,0,0],[140,53,161,21,0,0,0,0],[143,12,143,27,0,0,0,0],[143,28,143,43,0,0,0,0],[143,43,161,21,0,0,0,0],[146,12,146,35,0,0,0,0],[146,36,146,51,0,0,0,0],[146,51,161,21,0,0,0,0],[149,12,149,32,0,0,0,0],[149,33,149,48,0,0,0,0],[149,48,161,21,0,0,0,0],[156,9,158,10,0,0,0,0],[158,10,161,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14effectiveLabelSSvg","regions":[[165,32,191,6,0,0,0,0],[167,12,167,21,0,0,0,0],[167,37,169,10,0,0,0,0],[169,10,190,33,0,0,0,0],[171,12,171,22,0,0,0,0],[171,73,173,10,0,0,0,0],[173,10,190,33,0,0,0,0],[175,44,177,10,0,0,0,0],[177,10,190,33,0,0,0,0],[181,12,181,37,0,0,0,0],[181,38,184,10,0,0,0,0],[183,40,183,49,0,0,0,0],[183,52,183,61,0,0,0,0],[184,10,190,33,0,0,0,0],[186,12,186,30,0,0,0,0],[186,55,188,10,0,0,0,0],[188,10,190,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV26shouldShowTapHoldIdleLabel33_E9D3C571446F2BDFD63DF30070DB0D22LLSbvg","regions":[[193,50,196,6,0,0,0,0],[194,36,194,52,0,0,0,0],[194,52,195,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05inputA4NameSSvg","regions":[[199,30,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvg","regions":[[204,34,219,6,0,0,0,0],[205,44,205,59,0,0,0,0],[205,59,218,20,0,0,0,0],[206,12,206,30,0,0,0,0],[206,31,206,46,0,0,0,0],[206,46,218,20,0,0,0,0],[207,12,207,30,0,0,0,0],[207,31,207,47,0,0,0,0],[207,47,218,20,0,0,0,0],[208,12,208,110,0,0,0,0],[208,111,210,10,0,0,0,0],[210,10,218,20,0,0,0,0],[212,12,212,38,0,0,0,0],[212,87,214,10,0,0,0,0],[214,10,218,20,0,0,0,0],[215,43,217,10,0,0,0,0],[217,10,218,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvgSbyKXEfu_","regions":[[208,47,208,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvgSbyKXEfu0_","regions":[[208,85,208,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11adjustmentsAA18OpticalAdjustmentsVvg","regions":[[222,41,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8metadataAA13LabelMetadataVvg","regions":[[227,33,229,6,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11_isHovering33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVySbGvpfi","regions":[[232,29,232,34,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19_launcherTransition33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[243,46,243,47,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12_iconVisible33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVySbGvpfi","regions":[[245,36,245,41,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21keyAnimationVariation12CoreGraphics7CGFloatVvg","regions":[[249,40,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19keyAnimationDelayMsSivg","regions":[[270,34,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17keySpringResponse12CoreGraphics7CGFloatVvg","regions":[[275,36,277,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16keySpringDamping12CoreGraphics7CGFloatVvg","regions":[[280,35,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03hasC6LaunchSbvg","regions":[[285,28,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSystemActionSbvg","regions":[[290,31,292,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV13hasURLMappingSbvg","regions":[[295,29,297,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16systemActionIconSSSgvg","regions":[[300,35,303,6,0,0,0,0],[301,72,301,86,0,0,0,0],[301,86,302,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV4bodyQrvg","regions":[[305,25,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[10,31,10,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV6_store33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI11StateObjectVyAA13LauncherStoreCGvpfi","regions":[[16,38,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV6_store33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI11StateObjectVyAA13LauncherStoreCGvpfiAJycfu_AJycfu0_","regions":[[16,38,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV13_showAddSheet33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI5StateVySbGvpfi","regions":[[17,39,17,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg","regions":[[20,25,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_","regions":[[21,49,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_ATyXEfU_","regions":[[23,24,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_ATyXEfU_ASyXEfU_","regions":[[24,57,31,18,0,0,0,0],[26,24,26,46,0,0,0,0],[26,47,28,22,0,0,0,0],[28,28,30,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_","regions":[[37,32,76,14,0,0,0,0],[64,20,64,38,0,0,0,0],[64,39,75,18,0,0,0,0],[75,18,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_yyScMYccfU_","regions":[[39,24,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A46_yXEfU0_","regions":[[41,26,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A46_yXEfU0_A28_yXEfU_","regions":[[42,40,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_yyScMYccfU1_","regions":[[65,28,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A59_yXEfU2_","regions":[[67,30,71,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_","regions":[[79,44,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_SSAA18QuickLaunchMappingVXEfU_","regions":[[81,54,81,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_yAA18QuickLaunchMappingVcfU0_","regions":[[82,25,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_yAA18QuickLaunchMappingVcfU0_yyXEfU_","regions":[[83,61,85,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_","regions":[[90,39,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_SbAIXEfU_","regions":[[93,57,93,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_SSAIXEfU0_","regions":[[93,85,93,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_yAIcfU1_","regions":[[94,25,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_yycfU2_","regions":[[98,27,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg","regions":[[106,39,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI9TupleViewVyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeT0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicaluT0VQo__AF4TextVtGyXEfU_","regions":[[107,28,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg","regions":[[119,41,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_","regions":[[120,28,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_","regions":[[121,43,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_SbyYbcfU_","regions":[[125,30,125,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySbYbcfU0_","regions":[[126,30,132,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySbYbcfU0_yyXEfU_","regions":[[129,70,131,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU1_","regions":[[135,28,135,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU2_","regions":[[136,31,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU2_yyXEfU_","regions":[[137,65,139,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySo7CGPointVcfU3_","regions":[[141,31,148,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySo7CGPointVcfU3_yyXEfU_","regions":[[145,64,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[157,80,157,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV14playDeletePoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tF","regions":[[160,58,169,6,0,0,0,0],[161,38,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV14playDeletePoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tFyyYbScMYccfU_","regions":[[163,68,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10legacyPoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tF","regions":[[172,54,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV02isC0Sbvg","regions":[[196,21,196,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV11displayNameSSvg","regions":[[198,29,203,6,0,0,0,0],[199,12,199,34,0,0,0,0],[199,35,201,10,0,0,0,0],[201,10,202,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV2id3key10targetType0J4Name8bundleId9isEnabledAC10Foundation4UUIDV_SSAC06TargetK0OS2SSgSbtcfC","regions":[[205,135,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV4fromACs7Decoder_p_tKcfC","regions":[[218,40,226,6,0,0,0,0],[219,72,226,6,0,0,0,0],[220,58,226,6,0,0,0,0],[221,62,226,6,0,0,0,0],[222,80,226,6,0,0,0,0],[223,76,226,6,0,0,0,0],[224,81,226,6,0,0,0,0],[225,81,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV4fromACs7Decoder_p_tKcfcSbyKXEfu_","regions":[[225,85,225,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC9_mappings33_8111ADFABBB80E5915CFF0F5CA92834CLL7Combine9PublishedVySayAA18QuickLaunchMappingVGGvpfi","regions":[[233,53,233,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15knownMappingIds33_8111ADFABBB80E5915CFF0F5CA92834CLLShy10Foundation4UUIDVGvpfi","regions":[[234,46,234,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreCACycfc","regions":[[236,12,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyF","regions":[[241,36,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_","regions":[[242,14,288,10,0,0,0,0],[248,18,252,14,0,0,0,0],[252,14,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_SbAA0I10CollectionVXEfU_","regions":[[246,69,246,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_AA18QuickLaunchMappingVSgAA0eM0VXEfU0_","regions":[[255,86,283,14,0,0,0,0],[256,46,256,60,0,0,0,0],[256,60,283,14,0,0,0,0],[258,24,258,38,0,0,0,0],[259,17,269,22,0,0,0,0],[261,84,261,98,0,0,0,0],[261,98,269,22,0,0,0,0],[270,17,278,22,0,0,0,0],[279,17,281,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[286,57,286,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC14sortedMappingsSayAA18QuickLaunchMappingVGvg","regions":[[292,46,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC14sortedMappingsSayAA18QuickLaunchMappingVGvgSbAF_AFtXEfU_","regions":[[293,25,293,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC16homeRowProximity33_8111ADFABBB80E5915CFF0F5CA92834CLL3forSiSS_tFZ","regions":[[300,66,321,6,0,0,0,0],[305,12,305,31,0,0,0,0],[305,32,305,44,0,0,0,0],[305,44,320,17,0,0,0,0],[309,12,309,30,0,0,0,0],[309,31,309,43,0,0,0,0],[309,43,320,17,0,0,0,0],[313,12,313,33,0,0,0,0],[313,34,313,46,0,0,0,0],[313,46,320,17,0,0,0,0],[317,12,317,33,0,0,0,0],[317,34,317,46,0,0,0,0],[317,46,320,17,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC02isC9Installed33_8111ADFABBB80E5915CFF0F5CA92834CLL4name8bundleIdSbSS_SSSgtFZ","regions":[[324,81,345,6,0,0,0,0],[326,102,328,10,0,0,0,0],[328,10,344,21,0,0,0,0],[338,27,342,10,0,0,0,0],[339,16,339,60,0,0,0,0],[339,61,341,14,0,0,0,0],[341,14,342,10,0,0,0,0],[342,10,344,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC10addMappingyyAA011QuickLaunchH0VF","regions":[[347,52,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13updateMappingyyAA011QuickLaunchH0VF","regions":[[352,55,357,6,0,0,0,0],[353,76,355,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13updateMappingyyAA011QuickLaunchH0VFSbAFXEfU_","regions":[[353,51,353,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13deleteMappingyy10Foundation4UUIDVF","regions":[[359,36,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13deleteMappingyy10Foundation4UUIDVFSbAA011QuickLaunchH0VXEfU_","regions":[[360,28,360,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15defaultMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLSayAA18QuickLaunchMappingVGvgZ","regions":[[364,62,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC7appIcon4name8bundleIdSo7NSImageCSgSS_SSSgtFZ","regions":[[374,70,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyF","regions":[[378,36,423,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyF10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[380,74,380,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_","regions":[[382,14,422,10,0,0,0,0],[384,114,386,14,0,0,0,0],[386,14,422,10,0,0,0,0],[388,81,388,91,0,0,0,0],[388,91,422,10,0,0,0,0],[393,42,413,14,0,0,0,0],[394,53,394,69,0,0,0,0],[395,17,396,75,0,0,0,0],[397,17,398,43,0,0,0,0],[399,18,413,14,0,0,0,0],[401,97,405,18,0,0,0,0],[405,24,412,18,0,0,0,0],[413,14,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[384,61,384,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA0E7MappingVXEfU0_","regions":[[391,39,391,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA0E7MappingVXEfU1_","regions":[[401,74,401,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[421,55,421,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[432,31,432,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[441,37,441,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV18_deleteButtonFrame7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[442,52,442,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[443,6,443,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[443,87,443,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[444,6,444,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[444,109,444,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0e6KeymapN0Vvg","regions":[[446,57,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[449,36,451,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV10rowOpacitySdvg","regions":[[453,36,456,6,0,0,0,0],[454,39,454,42,0,0,0,0],[454,45,454,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[458,25,564,6,0,0,0,0],[553,36,553,61,0,0,0,0],[553,64,553,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_","regions":[[459,28,545,10,0,0,0,0],[488,46,488,54,0,0,0,0],[488,57,488,67,0,0,0,0],[496,16,496,26,0,0,0,0],[496,63,534,14,0,0,0,0],[534,14,545,10,0,0,0,0],[543,43,543,60,0,0,0,0],[543,63,543,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A49_yXEfU_","regions":[[461,19,483,14,0,0,0,0],[462,20,462,30,0,0,0,0],[462,31,470,18,0,0,0,0],[470,36,477,18,0,0,0,0],[477,24,482,18,0,0,0,0],[478,55,478,65,0,0,0,0],[478,68,478,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_SbyKXEfu_","regions":[[496,47,496,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_yyScMYccfU0_","regions":[[497,24,515,18,0,0,0,0],[499,67,512,22,0,0,0,0],[512,28,514,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A73_yXEfU1_","regions":[[515,26,519,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A89_AF13GeometryProxyVcfU2_","regions":[[524,36,529,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_yA93_cfU3_","regions":[[531,62,533,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgySbcfU0_","regions":[[555,18,559,10,0,0,0,0],[558,39,558,50,0,0,0,0],[558,53,558,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgyycfU1_","regions":[[560,23,560,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgyyYaYbcfU2_","regions":[[561,15,563,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV8loadIconyyYaF","regions":[[566,35,572,6,0,0,0,0],[567,12,567,25,0,0,0,0],[567,26,569,10,0,0,0,0],[569,16,571,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4_key7SwiftUI5StateVySSGvpfi","regions":[[582,30,582,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_targetType7SwiftUI5StateVyAA18QuickLaunchMappingV06TargetN0OGvpfi","regions":[[583,68,583,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_targetName7SwiftUI5StateVySSGvpfi","regions":[[584,37,584,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV9_bundleId7SwiftUI5StateVySSGvpfi","regions":[[585,35,585,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[586,6,586,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[586,87,586,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[587,6,587,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[587,109,587,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0f6KeymapN0Vvg","regions":[[589,57,591,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[593,25,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_","regions":[[594,29,651,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_","regions":[[598,18,639,14,0,0,0,0],[614,20,614,38,0,0,0,0],[614,39,628,18,0,0,0,0],[628,24,632,18,0,0,0,0],[634,48,638,18,0,0,0,0],[638,18,639,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_SSyYbcfU_","regions":[[600,26,600,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_ySSYbcfU0_","regions":[[601,26,601,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A22_yXEfU1_","regions":[[607,56,610,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_","regions":[[615,28,623,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_yyScMYccfU_","regions":[[619,45,621,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_","regions":[[641,20,650,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU_","regions":[[642,34,642,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU0_","regions":[[646,31,646,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV15validationErrorSSSgvg","regions":[[656,42,662,6,0,0,0,0],[657,12,657,33,0,0,0,0],[657,34,657,58,0,0,0,0],[657,58,661,19,0,0,0,0],[658,12,658,57,0,0,0,0],[658,58,658,100,0,0,0,0],[658,100,661,19,0,0,0,0],[659,12,659,48,0,0,0,0],[659,49,659,107,0,0,0,0],[659,107,661,19,0,0,0,0],[660,12,660,30,0,0,0,0],[660,31,660,93,0,0,0,0],[660,61,660,77,0,0,0,0],[660,80,660,91,0,0,0,0],[660,93,661,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4saveyyF","regions":[[664,25,672,6,0,0,0,0],[669,44,669,79,0,0,0,0],[669,64,669,67,0,0,0,0],[669,70,669,78,0,0,0,0],[669,82,669,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyF","regions":[[674,33,687,6,0,0,0,0],[683,12,683,35,0,0,0,0],[683,57,686,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyFSSyKXEfu_","regions":[[685,62,685,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV010normalizedA0SSvg","regions":[[689,39,691,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[693,36,695,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV06updateA04fromySS_tF","regions":[[697,55,711,6,0,0,0,0],[700,35,703,10,0,0,0,0],[703,10,711,6,0,0,0,0],[704,67,706,10,0,0,0,0],[706,19,706,55,0,0,0,0],[706,56,708,10,0,0,0,0],[708,16,710,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[727,6,727,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[727,87,727,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[728,6,728,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[728,109,728,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0f6KeymapN0Vvg","regions":[[730,57,732,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV7mapping12existingKeys6onSave0P6DeleteAdA18QuickLaunchMappingV_ShySSGyAJcyyctcfC","regions":[[739,7,748,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV7mapping12existingKeys6onSave0P6DeleteAdA18QuickLaunchMappingV_ShySSGyAJcyyctcfcSSyKXEfu_","regions":[[747,61,747,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[750,25,813,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_","regions":[[751,29,810,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_","regions":[[755,18,796,14,0,0,0,0],[771,20,771,38,0,0,0,0],[771,39,785,18,0,0,0,0],[785,24,789,18,0,0,0,0],[791,48,795,18,0,0,0,0],[795,18,796,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_SSyYbcfU_","regions":[[757,26,757,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_ySSYbcfU0_","regions":[[758,26,758,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A22_yXEfU1_","regions":[[764,56,767,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_","regions":[[772,28,780,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_yyScMYccfU_","regions":[[776,45,778,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_","regions":[[798,20,809,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU_","regions":[[799,54,799,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU0_","regions":[[802,34,802,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU1_","regions":[[805,32,805,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV15validationErrorSSSgvg","regions":[[815,42,825,6,0,0,0,0],[816,12,816,33,0,0,0,0],[816,34,816,58,0,0,0,0],[816,58,824,19,0,0,0,0],[817,12,817,57,0,0,0,0],[817,58,817,100,0,0,0,0],[817,100,824,19,0,0,0,0],[818,12,818,73,0,0,0,0],[818,112,820,10,0,0,0,0],[820,10,824,19,0,0,0,0],[821,12,821,30,0,0,0,0],[821,31,823,10,0,0,0,0],[822,41,822,57,0,0,0,0],[822,60,822,71,0,0,0,0],[823,10,824,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4saveyyF","regions":[[827,25,834,6,0,0,0,0],[832,49,832,84,0,0,0,0],[832,69,832,72,0,0,0,0],[832,75,832,83,0,0,0,0],[832,87,832,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyF","regions":[[836,33,849,6,0,0,0,0],[845,12,845,35,0,0,0,0],[845,57,848,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyFSSyKXEfu_","regions":[[847,62,847,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV010normalizedA0SSvg","regions":[[851,39,853,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[855,36,857,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV06updateA04fromySS_tF","regions":[[859,55,873,6,0,0,0,0],[862,35,865,10,0,0,0,0],[865,10,873,6,0,0,0,0],[866,67,868,10,0,0,0,0],[868,19,868,55,0,0,0,0],[868,56,870,10,0,0,0,0],[870,16,872,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit015FramePreferenceA033_8111ADFABBB80E5915CFF0F5CA92834CLLV6reduce5value9nextValueySo6CGRectVz_AIyXEtFZ","regions":[[881,70,883,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayLayoutMetricsO14verticalChrome12CoreGraphics7CGFloatVvgZ","regions":[[11,40,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayLayoutMetricsO16horizontalChrome16inspectorVisible0J5Width12CoreGraphics7CGFloatVSb_AItFZ","regions":[[18,18,24,6,0,0,0,0],[19,50,19,85,0,0,0,0],[19,88,19,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg","regions":[[11,41,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_","regions":[[13,40,27,10,0,0,0,0],[17,16,17,60,0,0,0,0],[19,13,26,14,0,0,0,0],[26,14,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A13_A12_yXEcA_cfu_","regions":[[21,40,21,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A13_A12_yXEcA_cfu_A13_A12_yXEcfu0_","regions":[[21,40,21,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A12_yXEfU_","regions":[[21,40,25,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A12_yXEfU_A11_A3_cfU_","regions":[[22,66,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStF","regions":[[32,82,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFSbAA0cA8OverrideVXEfU_","regions":[[35,49,35,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFSSyKXEfu_","regions":[[36,47,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFyyScMYccfU0_","regions":[[39,23,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStF7SwiftUI19_ConditionalContentVyAI4ViewPAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAI5ImageV_Qo_AmIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAZ_AI22HierarchicalShapeStyleVQo_GyXEfU1_","regions":[[41,18,52,10,0,0,0,0],[42,79,46,14,0,0,0,0],[46,20,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVF","regions":[[59,57,81,6,0,0,0,0],[75,49,80,10,0,0,0,0],[77,119,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVFSo7NSImageCyKXEfu_","regions":[[65,16,65,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVFSbAA0cA8OverrideVXEfU_","regions":[[77,64,77,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg","regions":[[84,37,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvgyyScMYccfU_","regions":[[85,16,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE7opacityyQrSdFQOyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_","regions":[[88,18,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE7opacityyQrSdFQOyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_A18_yXEfU_","regions":[[89,33,97,14,0,0,0,0],[90,75,90,86,0,0,0,0],[90,89,90,96,0,0,0,0],[93,70,93,71,0,0,0,0],[93,74,93,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV12onlyInHeaderQrvg","regions":[[108,33,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV12onlyInHeaderQrvg7SwiftUI9TupleViewVyAE4TextV_AE6SpacerVtGyXEfU_","regions":[[109,16,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvg","regions":[[120,36,135,6,0,0,0,0],[121,12,121,37,0,0,0,0],[121,38,130,10,0,0,0,0],[130,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE4TextVAItGyXEfU_","regions":[[122,20,128,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvgAC0hC6Button3forQrSo20NSRunningApplicationC_tFQOy_Qo_AHcfU0_","regions":[[131,65,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF","regions":[[138,71,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFyyScMYccfU_","regions":[[139,16,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_","regions":[[141,18,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A30_yXEfU_","regions":[[142,33,161,14,0,0,0,0],[143,40,147,18,0,0,0,0],[147,24,151,18,0,0,0,0],[156,20,156,92,0,0,0,0],[156,93,160,18,0,0,0,0],[160,18,161,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A30_yXEfU_SSyKXEfu_","regions":[[152,43,152,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFSSyKXEfu_","regions":[[169,88,169,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFSSyKXEfu0_","regions":[[170,50,170,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCF","regions":[[173,56,185,6,0,0,0,0],[176,9,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCFSo7NSImageCyKXEfu_","regions":[[177,36,177,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCFSo7NSImageCyKXEfu_SSyKXEfu0_","regions":[[177,92,177,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg","regions":[[188,36,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvgyyScMYccfU_","regions":[[189,16,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_","regions":[[192,18,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_A16_yXEfU_","regions":[[193,33,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV027clearAllBehaviorsForCurrentA0yyF","regions":[[211,43,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyF","regions":[[225,28,259,6,0,0,0,0],[226,69,226,79,0,0,0,0],[226,79,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyFyyYacfU_","regions":[[227,14,255,10,0,0,0,0],[232,16,244,14,0,0,0,0],[234,39,236,18,0,0,0,0],[235,116,236,18,0,0,0,0],[236,18,244,14,0,0,0,0],[239,20,239,36,0,0,0,0],[239,37,243,18,0,0,0,0],[240,71,243,18,0,0,0,0],[243,18,244,14,0,0,0,0],[244,21,246,14,0,0,0,0],[246,14,255,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyFyyYacfU_yyYbScMYcXEfU_","regions":[[249,33,251,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC12ForConditionyyF","regions":[[262,32,277,6,0,0,0,0],[271,12,271,35,0,0,0,0],[271,57,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC12ForConditionyyFSSyKXEfu_","regions":[[274,66,274,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29toggleRecordingForCurrentSlotyyF","regions":[[280,42,289,6,0,0,0,0],[281,16,281,36,0,0,0,0],[282,9,283,46,0,0,0,0],[284,9,285,44,0,0,0,0],[286,9,287,51,0,0,0,0],[288,10,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16clearCurrentSlotyyF","regions":[[292,29,304,6,0,0,0,0],[293,16,293,36,0,0,0,0],[294,9,295,42,0,0,0,0],[296,9,297,55,0,0,0,0],[298,9,300,56,0,0,0,0],[301,10,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyF","regions":[[307,42,331,6,0,0,0,0],[316,12,316,24,0,0,0,0],[316,25,318,10,0,0,0,0],[321,12,321,41,0,0,0,0],[321,42,323,10,0,0,0,0],[326,12,326,52,0,0,0,0],[326,53,328,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu_","regions":[[312,13,312,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu0_","regions":[[313,13,313,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu1_","regions":[[314,13,314,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu2_","regions":[[315,13,315,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tF","regions":[[335,56,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_","regions":[[343,38,408,10,0,0,0,0],[344,20,344,24,0,0,0,0],[345,13,353,18,0,0,0,0],[355,13,377,18,0,0,0,0],[379,13,406,18,0,0,0,0],[407,14,408,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU_","regions":[[347,55,349,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU0_","regions":[[351,77,353,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU1_","regions":[[357,57,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU2_","regions":[[362,78,364,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU3_","regions":[[366,78,368,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU4_","regions":[[371,56,373,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU5_","regions":[[375,78,377,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU6_","regions":[[381,57,383,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU7_","regions":[[386,78,388,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU8_","regions":[[390,78,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU9_","regions":[[396,55,398,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU10_","regions":[[400,77,402,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU11_","regions":[[404,78,406,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22currentSlotOutputLabelSSvg","regions":[[9,40,20,6,0,0,0,0],[10,16,10,36,0,0,0,0],[11,9,12,41,0,0,0,0],[13,9,15,76,0,0,0,0],[15,37,15,39,0,0,0,0],[15,42,15,76,0,0,0,0],[16,9,18,76,0,0,0,0],[18,37,18,39,0,0,0,0],[18,42,18,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV23currentSlotIsConfiguredSbvg","regions":[[24,39,34,6,0,0,0,0],[25,16,25,36,0,0,0,0],[26,9,28,17,0,0,0,0],[29,9,30,42,0,0,0,0],[31,9,32,53,0,0,0,0],[33,10,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25isRecordingForCurrentSlotSbvg","regions":[[37,41,46,6,0,0,0,0],[38,16,38,36,0,0,0,0],[39,9,40,40,0,0,0,0],[41,9,42,38,0,0,0,0],[43,9,44,45,0,0,0,0],[45,10,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvg","regions":[[49,36,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu_","regions":[[51,13,51,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu0_","regions":[[52,13,52,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu1_","regions":[[53,13,53,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu2_","regions":[[54,13,54,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18cancelAllRecordingyyF","regions":[[58,31,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg","regions":[[7,38,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvgyyScMYccfU_","regions":[[8,16,10,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_","regions":[[10,18,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_A12_yXEfU_","regions":[[11,32,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvgAC0hI7PopoverQrvpQOy_Qo_ycfU1_","regions":[[34,78,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg","regions":[[40,39,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_","regions":[[41,49,74,10,0,0,0,0],[51,16,51,53,0,0,0,0],[51,54,73,14,0,0,0,0],[73,14,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A4_AKcfU_","regions":[[42,55,48,14,0,0,0,0],[45,20,45,56,0,0,0,0],[45,57,47,18,0,0,0,0],[47,18,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_","regions":[[54,57,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_yycfU_","regions":[[61,35,68,26,0,0,0,0],[63,112,67,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_yycfU_yyYacfU_","regions":[[64,38,66,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF","regions":[[83,62,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_","regions":[[86,23,100,10,0,0,0,0],[91,96,95,14,0,0,0,0],[97,16,97,34,0,0,0,0],[97,35,99,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_yyXEfU_","regions":[[87,55,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_yyYacfU0_","regions":[[92,22,94,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_","regions":[[100,18,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A29_yXEfU_","regions":[[101,33,118,14,0,0,0,0],[102,48,102,71,0,0,0,0],[102,74,102,82,0,0,0,0],[104,51,104,68,0,0,0,0],[104,71,104,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A29_yXEfU_A25_yXEfU_","regions":[[107,57,115,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18currentHoldVariantAC0iJ0Ovg","regions":[[128,41,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO5labelSSvg","regions":[[139,27,146,10,0,0,0,0],[140,20,140,24,0,0,0,0],[141,13,141,33,0,0,0,0],[142,13,142,33,0,0,0,0],[143,13,143,40,0,0,0,0],[144,13,144,40,0,0,0,0],[145,14,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO11explanationSSvg","regions":[[148,33,159,10,0,0,0,0],[149,20,149,24,0,0,0,0],[150,13,151,47,0,0,0,0],[152,13,153,86,0,0,0,0],[154,13,155,79,0,0,0,0],[156,13,157,55,0,0,0,0],[158,14,159,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO14toBehaviorTypeAA08AdvancedK7ManagerC0hkL0Ovg","regions":[[161,62,168,10,0,0,0,0],[162,20,162,24,0,0,0,0],[163,13,163,32,0,0,0,0],[164,13,164,39,0,0,0,0],[165,13,165,37,0,0,0,0],[166,13,166,38,0,0,0,0],[167,14,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO4fromyAeA23AdvancedBehaviorManagerC0hL4TypeOFZ","regions":[[170,91,177,10,0,0,0,0],[171,20,171,32,0,0,0,0],[172,13,172,32,0,0,0,0],[173,13,173,39,0,0,0,0],[174,13,174,37,0,0,0,0],[175,13,175,38,0,0,0,0],[176,14,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg","regions":[[8,46,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[9,28,57,10,0,0,0,0],[22,16,22,33,0,0,0,0],[22,34,31,14,0,0,0,0],[31,20,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU_","regions":[[11,20,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU0_","regions":[[23,24,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A11_A7_cfU1_","regions":[[32,48,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU2_","regions":[[38,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A49_yXEfU3_","regions":[[40,22,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A49_yXEfU3_A40_yXEfU_","regions":[[41,37,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF","regions":[[61,65,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFSSyKXEfu_","regions":[[63,54,63,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFyyScMYccfU_","regions":[[66,23,80,10,0,0,0,0],[75,96,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFyyScMYccfU_yyYacfU_","regions":[[76,22,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0V0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0V5StyleRd__lFQOyAH6HStackVyAH05TupleT0VyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo__AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyA8__Qo__AH5ColorVQo_SgtGG_AH012HierarchicalV5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_","regions":[[80,18,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0V0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0V5StyleRd__lFQOyAH6HStackVyAH05TupleT0VyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo__AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyA8__Qo__AH5ColorVQo_SgtGG_AH012HierarchicalV5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A26_yXEfU_","regions":[[81,33,94,14,0,0,0,0],[89,20,89,30,0,0,0,0],[89,31,93,18,0,0,0,0],[93,18,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyF","regions":[[106,26,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_","regions":[[107,14,148,10,0,0,0,0],[113,35,130,14,0,0,0,0],[119,99,122,18,0,0,0,0],[122,24,124,18,0,0,0,0],[126,49,126,53,0,0,0,0],[126,56,126,64,0,0,0,0],[127,20,127,55,0,0,0,0],[127,56,129,18,0,0,0,0],[130,14,148,10,0,0,0,0],[135,36,143,14,0,0,0,0],[136,52,136,64,0,0,0,0],[136,64,143,14,0,0,0,0],[137,52,137,64,0,0,0,0],[137,64,143,14,0,0,0,0],[140,20,140,55,0,0,0,0],[140,56,142,18,0,0,0,0],[143,14,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_So7NSImageCyKXEfu_","regions":[[123,101,123,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SbSo20NSRunningApplicationCXEfU_","regions":[[134,25,134,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SbSo20NSRunningApplicationCXEfU_SbyKXEfu_","regions":[[134,62,134,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SSyKXEfu0_","regions":[[139,58,139,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[145,33,147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_yyYbScMYcXEfU0_SbAA0C10LaunchInfoV_AFtXEfU_","regions":[[146,41,146,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13appLaunchInfo33_E4092B3F3834CF1445688C4DAECC4549LL3forAA0ciJ0V10Foundation3URLV_tF","regions":[[151,63,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VF","regions":[[159,57,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VFSbyKXEfu_","regions":[[162,13,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VFSbyKXEfu0_","regions":[[163,13,163,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg","regions":[[9,42,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_","regions":[[10,28,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_AYyXEfU_","regions":[[12,20,17,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A7_SScfU0_","regions":[[23,60,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[28,20,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A42_yXEfU2_","regions":[[31,22,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A42_yXEfU2_A33_yXEfU_","regions":[[32,37,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF","regions":[[51,57,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFyyScMYccfU_","regions":[[58,23,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAhFE15foregroundStyleyQrqd__AF0V5StyleRd__lFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQrAT_AtF9AlignmentVtFQOyAhFEAUyQrqd__AfVRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF4TextVAF6SpacerVA14_SgtGG_AF012HierarchicalV5StyleVQo__Qo__Qo__AF9RectangleVQo_yXEfU0_","regions":[[60,18,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAhFE15foregroundStyleyQrqd__AF0V5StyleRd__lFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQrAT_AtF9AlignmentVtFQOyAhFEAUyQrqd__AfVRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF4TextVAF6SpacerVA14_SgtGG_AF012HierarchicalV5StyleVQo__Qo__Qo__AF9RectangleVQo_yXEfU0_A21_yXEfU_","regions":[[61,33,74,14,0,0,0,0],[62,51,62,76,0,0,0,0],[62,79,62,99,0,0,0,0],[64,54,64,59,0,0,0,0],[64,62,64,70,0,0,0,0],[69,20,69,30,0,0,0,0],[69,31,73,18,0,0,0,0],[73,18,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17selectLayerOutputyySSF","regions":[[86,45,100,6,0,0,0,0],[95,92,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17selectLayerOutputyySSFyyYacfU_","regions":[[96,18,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22saveLayerSwitchMapping5layer13kanataManagerySS_AA18RuntimeCoordinatorCtYaF","regions":[[103,89,121,6,0,0,0,0],[104,58,104,68,0,0,0,0],[104,68,121,6,0,0,0,0],[113,12,113,19,0,0,0,0],[113,20,117,10,0,0,0,0],[117,16,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg","regions":[[124,42,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_","regions":[[125,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_","regions":[[134,33,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU_","regions":[[135,34,137,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU0_","regions":[[141,34,151,18,0,0,0,0],[142,24,142,45,0,0,0,0],[142,46,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[146,30,149,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC9ForOutputyyF","regions":[[162,29,179,6,0,0,0,0],[171,12,171,35,0,0,0,0],[171,57,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC9ForOutputyyFSSyKXEfu_","regions":[[175,66,175,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF","regions":[[182,73,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI05TupleK0VyAG4TextV_AG6SpacerVtGyXEfU_","regions":[[184,16,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI7ForEachVySayAA0lI4InfoVGSSAC0hI6ButtonyQrAKFQOy_Qo_GyXEfU0_","regions":[[195,111,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI7ForEachVySayAA0lI4InfoVGSSAC0hI6ButtonyQrAKFQOy_Qo_GyXEfU0_AnKcfU_","regions":[[196,36,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF","regions":[[205,70,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVFyyScMYccfU_","regions":[[207,16,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_","regions":[[211,18,230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A40_yXEfU_","regions":[[212,32,226,14,0,0,0,0],[225,51,225,68,0,0,0,0],[225,71,225,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A40_yXEfU_A30_yXEfU_","regions":[[213,24,220,18,0,0,0,0],[215,44,215,74,0,0,0,0],[215,77,215,104,0,0,0,0],[219,55,219,72,0,0,0,0],[219,75,219,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20shouldShowHealthGateSbvg","regions":[[236,36,240,6,0,0,0,0],[237,12,237,45,0,0,0,0],[237,46,237,61,0,0,0,0],[237,61,239,21,0,0,0,0],[238,51,238,66,0,0,0,0],[238,66,239,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg","regions":[[242,38,276,6,0,0,0,0],[270,53,270,57,0,0,0,0],[270,60,270,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[243,50,265,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AZyXEfU_","regions":[[244,32,252,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU0_","regions":[[258,41,261,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15healthGateTitle33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[278,41,287,6,0,0,0,0],[279,16,279,36,0,0,0,0],[280,9,281,31,0,0,0,0],[282,9,283,77,0,0,0,0],[283,31,283,46,0,0,0,0],[283,49,283,77,0,0,0,0],[284,9,285,27,0,0,0,0],[286,10,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateMessage33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[289,43,300,6,0,0,0,0],[290,16,290,36,0,0,0,0],[291,9,292,65,0,0,0,0],[293,9,296,76,0,0,0,0],[295,19,295,75,0,0,0,0],[296,19,296,76,0,0,0,0],[297,9,298,37,0,0,0,0],[299,10,300,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21healthGateButtonTitle33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[302,47,311,6,0,0,0,0],[303,16,303,36,0,0,0,0],[304,9,305,25,0,0,0,0],[306,9,307,25,0,0,0,0],[308,9,309,25,0,0,0,0],[310,10,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg","regions":[[6,39,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvgyyScMYccfU_","regions":[[9,23,11,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_","regions":[[11,18,32,10,0,0,0,0],[21,54,21,64,0,0,0,0],[21,67,21,75,0,0,0,0],[26,51,26,78,0,0,0,0],[26,81,26,112,0,0,0,0],[30,59,30,85,0,0,0,0],[30,88,30,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_A12_yXEfU_","regions":[[12,32,19,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvgAC19systemActionPopoverQrvpQOy_Qo_ycfU1_","regions":[[36,78,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21outputTypeDisplayInfo33_CD6E076A32D6397B7D8505EC874A9448LLSS5label_SS4iconSb9isDefaulttvg","regions":[[42,87,54,6,0,0,0,0],[43,12,43,40,0,0,0,0],[43,41,45,10,0,0,0,0],[45,19,45,56,0,0,0,0],[45,57,47,10,0,0,0,0],[47,19,47,47,0,0,0,0],[47,48,49,10,0,0,0,0],[49,19,49,45,0,0,0,0],[49,46,51,10,0,0,0,0],[51,16,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21outputTypeDisplayInfo33_CD6E076A32D6397B7D8505EC874A9448LLSS5label_SS4iconSb9isDefaulttvgSSyKXEfu_","regions":[[46,54,46,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV11_isHovering33_ED24B1F5FC969FC1CC4BF50C256A11B6LL7SwiftUI5StateVySbGvpfi","regions":[[7,37,7,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV8makeBody13configurationQr7SwiftUI0hI13ConfigurationV_tF","regions":[[9,62,19,6,0,0,0,0],[13,62,13,65,0,0,0,0],[13,68,13,104,0,0,0,0],[13,95,13,99,0,0,0,0],[13,102,13,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV8makeBody13configurationQr7SwiftUI0hI13ConfigurationV_tFySbcfU_","regions":[[16,22,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvg","regions":[[12,57,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU_","regions":[[15,68,17,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU0_","regions":[[18,70,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU1_","regions":[[21,68,23,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU2_","regions":[[24,69,26,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17expandedMaxHeight33_97CB86D15692FC0073185A545E169520LL12CoreGraphics7CGFloatVvg","regions":[[31,44,43,6,0,0,0,0],[38,12,38,35,0,0,0,0],[38,36,38,69,0,0,0,0],[39,12,39,32,0,0,0,0],[39,33,39,57,0,0,0,0],[40,12,40,28,0,0,0,0],[40,29,40,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16popoverMaxHeight33_97CB86D15692FC0073185A545E169520LL12CoreGraphics7CGFloatVvg","regions":[[45,43,50,6,0,0,0,0],[46,12,46,35,0,0,0,0],[46,36,48,10,0,0,0,0],[48,10,49,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg","regions":[[53,40,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgSbyKXEfu_","regions":[[54,76,54,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgSbyKXEfu0_","regions":[[54,108,54,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_","regions":[[60,27,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_","regions":[[61,32,276,14,0,0,0,0],[130,20,130,43,0,0,0,0],[130,44,137,18,0,0,0,0],[137,18,276,14,0,0,0,0],[189,20,189,40,0,0,0,0],[189,41,192,18,0,0,0,0],[192,18,276,14,0,0,0,0],[272,20,272,36,0,0,0,0],[272,37,275,18,0,0,0,0],[275,18,276,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU_","regions":[[63,24,68,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A36_yXEfU0_","regions":[[68,26,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A36_yXEfU0_A27_yXEfU_","regions":[[69,41,80,22,0,0,0,0],[70,65,70,88,0,0,0,0],[70,91,70,99,0,0,0,0],[72,68,72,85,0,0,0,0],[72,88,72,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU1_","regions":[[92,24,100,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU1_yyXEfU_","regions":[[93,63,99,22,0,0,0,0],[94,28,94,52,0,0,0,0],[94,53,97,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU2_","regions":[[100,26,125,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU2_A49_yXEfU_","regions":[[101,41,120,22,0,0,0,0],[102,68,102,91,0,0,0,0],[102,94,102,102,0,0,0,0],[104,71,104,88,0,0,0,0],[104,91,104,101,0,0,0,0],[112,72,116,26,0,0,0,0],[116,26,120,22,0,0,0,0],[117,69,117,81,0,0,0,0],[117,84,117,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A67_yXEfU3_","regions":[[131,40,135,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A67_yXEfU3_A66_A63_cfU_","regions":[[132,66,134,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU4_","regions":[[142,24,153,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU4_yyXEfU_","regions":[[143,63,152,22,0,0,0,0],[144,28,144,49,0,0,0,0],[144,50,147,26,0,0,0,0],[149,28,149,48,0,0,0,0],[149,49,151,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_","regions":[[153,26,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_A83_yXEfU_","regions":[[154,41,179,22,0,0,0,0],[155,59,155,82,0,0,0,0],[155,85,155,93,0,0,0,0],[157,62,157,79,0,0,0,0],[157,82,157,92,0,0,0,0],[159,60,163,26,0,0,0,0],[163,32,167,26,0,0,0,0],[171,60,175,26,0,0,0,0],[175,26,179,22,0,0,0,0],[176,66,176,78,0,0,0,0],[176,81,176,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_A83_yXEfU_SSyKXEfu_","regions":[[168,61,168,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU6_","regions":[[197,24,201,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A103_yXEfU7_","regions":[[201,26,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A103_yXEfU7_A98_yXEfU_","regions":[[202,41,218,22,0,0,0,0],[203,59,203,82,0,0,0,0],[203,85,203,93,0,0,0,0],[205,62,205,79,0,0,0,0],[205,82,205,92,0,0,0,0],[213,60,217,26,0,0,0,0],[217,26,218,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_","regions":[[231,24,242,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_yyXEfU_","regions":[[232,63,241,22,0,0,0,0],[233,28,233,45,0,0,0,0],[233,46,236,26,0,0,0,0],[238,28,238,44,0,0,0,0],[238,45,240,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_yyXEfU_yyYacfU_","regions":[[239,34,239,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU9_","regions":[[242,26,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU9_A49_yXEfU_","regions":[[243,41,262,22,0,0,0,0],[244,61,244,84,0,0,0,0],[244,87,244,95,0,0,0,0],[246,64,246,81,0,0,0,0],[246,84,246,94,0,0,0,0],[254,60,258,26,0,0,0,0],[258,26,262,22,0,0,0,0],[259,62,259,74,0,0,0,0],[259,77,259,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgyycfU0_","regions":[[292,19,300,10,0,0,0,0],[297,16,297,36,0,0,0,0],[297,37,299,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgAC21newLayerDialogContentQrvpQOy_Qo_ycfU1_","regions":[[301,53,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19collapseAllSections33_97CB86D15692FC0073185A545E169520LLyyF","regions":[[307,40,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19collapseAllSections33_97CB86D15692FC0073185A545E169520LLyyFyyXEfU_","regions":[[308,50,312,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[14,31,14,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[18,47,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_viewModel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI11StateObjectVyAA0f4ViewI0CGvpfi","regions":[[20,34,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_viewModel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI11StateObjectVyAA0f4ViewI0CGvpfiAJycfu_AJycfu0_","regions":[[20,34,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25_isSystemActionPickerOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[21,43,21,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV03_isC19ConditionPickerOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[22,43,22,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_cachedRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySaySo20NSRunningApplicationCGGvpfi","regions":[[23,60,23,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19_showingResetDialog33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[24,37,24,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24_isSystemActionsExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[25,42,25,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21_isLaunchAppsExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[26,39,26,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17_isLayersExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[27,35,27,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_knownApps33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySayAA0C10LaunchInfoVGGvpfi","regions":[[28,45,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22_showingNewLayerDialog33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[29,40,29,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13_newLayerName33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySSGvpfi","regions":[[30,31,30,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25_isHoldVariantPopoverOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[31,43,31,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22_showMultiTapSlideOver33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[32,40,32,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21_selectedBehaviorSlot33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVyAA0iJ0OGvpfi","regions":[[37,53,37,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24_configuredBehaviorSlots33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVyShyAA0I4SlotOGGvpfi","regions":[[39,61,39,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_outputKeycapScale33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[42,45,42,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_showBehaviorLabel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[45,36,45,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19_outputKeycapBounce33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[47,37,47,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV4bodyQrvg","regions":[[49,25,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[53,37,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI19_ConditionalContentVyAC010healthGateT0QrvpQOy_Qo_AF0I0PAFE7opacityyQrSdFQOyAlFE10saturationyQrSdFQOyAC06mapperT0AELLQrvpQOy_Qo__Qo__Qo_GyXEfU_","regions":[[54,39,62,10,0,0,0,0],[55,16,55,36,0,0,0,0],[55,37,57,14,0,0,0,0],[57,20,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU0_","regions":[[64,40,93,10,0,0,0,0],[65,67,65,77,0,0,0,0],[65,77,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU0_SSyKXEfu_","regions":[[73,71,73,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU1_","regions":[[95,52,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU2_","regions":[[99,52,103,10,0,0,0,0],[100,16,100,36,0,0,0,0],[100,37,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgys6UInt16VSg_AHtcfU3_","regions":[[105,77,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU4_","regions":[[114,11,118,10,0,0,0,0],[115,79,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU5_","regions":[[122,11,170,10,0,0,0,0],[123,46,123,56,0,0,0,0],[123,56,170,10,0,0,0,0],[127,18,127,28,0,0,0,0],[127,28,170,10,0,0,0,0],[149,65,151,14,0,0,0,0],[154,77,169,14,0,0,0,0],[157,102,160,18,0,0,0,0],[160,24,163,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU5_So7NSImageCyKXEfu_","regions":[[162,28,162,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU6_","regions":[[174,11,182,10,0,0,0,0],[176,46,176,56,0,0,0,0],[176,56,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU6_yyYbScMYccfU_","regions":[[179,68,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU7_","regions":[[186,11,210,10,0,0,0,0],[188,46,188,56,0,0,0,0],[188,56,210,10,0,0,0,0],[191,18,191,28,0,0,0,0],[191,28,210,10,0,0,0,0],[195,98,198,14,0,0,0,0],[198,20,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU7_So7NSImageCyKXEfu_","regions":[[199,96,199,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_","regions":[[212,90,232,10,0,0,0,0],[214,51,214,61,0,0,0,0],[214,61,232,10,0,0,0,0],[215,46,215,56,0,0,0,0],[215,56,232,10,0,0,0,0],[223,59,223,69,0,0,0,0],[223,69,232,10,0,0,0,0],[224,73,224,83,0,0,0,0],[224,83,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu_","regions":[[219,17,219,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu0_","regions":[[220,17,220,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu1_","regions":[[223,38,223,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_yyYacfU_","regions":[[227,18,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU9_","regions":[[234,81,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU10_","regions":[[238,82,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU11_","regions":[[242,90,244,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgS2S5label_SS6actionSb11isRecordingt_tcfu_","regions":[[246,95,246,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySaySSG_AFtcfU12_","regions":[[246,106,248,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySSSg_AFtcfU13_","regions":[[250,90,252,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySSSg_AFtcfU14_","regions":[[254,95,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyAA12BehaviorSlotO_AGtcfU15_","regions":[[258,82,260,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_","regions":[[266,11,289,10,0,0,0,0],[268,16,268,44,0,0,0,0],[268,70,273,14,0,0,0,0],[273,14,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU_","regions":[[269,68,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU0_","regions":[[276,78,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU1_","regions":[[282,69,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU2_","regions":[[287,45,287,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI19_ConditionalContentVyAF4TextVAJGyXEfU17_","regions":[[289,20,295,10,0,0,0,0],[290,16,290,44,0,0,0,0],[290,70,292,14,0,0,0,0],[292,20,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_","regions":[[297,93,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_yycfU_","regions":[[300,27,300,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_yycfU0_","regions":[[301,27,301,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16showDebugBorders33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvpfi","regions":[[308,36,308,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvg","regions":[[311,45,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu_","regions":[[314,13,314,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu0_","regions":[[315,13,315,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu1_","regions":[[316,13,316,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu2_","regions":[[317,13,317,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu3_","regions":[[322,31,322,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvg","regions":[[327,48,337,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu_","regions":[[333,13,333,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu0_","regions":[[334,13,334,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu1_","regions":[[336,35,336,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu2_","regions":[[336,48,336,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvg","regions":[[339,37,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvgSbyKXEfu_","regions":[[340,47,340,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvgSbyKXEfu_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[340,80,340,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[343,42,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC0h4MainI0AELLQrvpQOy_Qo_ycfU_","regions":[[347,26,347,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC013multiTapPanelI0AELLQrvpQOy_Qo_ycfU0_","regions":[[348,27,348,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[352,46,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_","regions":[[353,28,511,10,0,0,0,0],[478,16,478,38,0,0,0,0],[478,39,481,14,0,0,0,0],[481,14,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_","regions":[[355,28,475,14,0,0,0,0],[471,44,471,54,0,0,0,0],[471,57,471,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_","regions":[[363,59,470,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A11_yXEfU_","regions":[[365,40,374,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A11_yXEfU_yycfU_","regions":[[370,36,370,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_","regions":[[378,28,402,22,0,0,0,0],[386,28,386,49,0,0,0,0],[386,50,401,26,0,0,0,0],[401,26,402,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_","regions":[[387,36,399,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_yyScMYccfU_","regions":[[389,40,391,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_A43_yXEfU0_","regions":[[391,42,395,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_","regions":[[406,40,468,22,0,0,0,0],[449,28,449,57,0,0,0,0],[449,89,451,26,0,0,0,0],[451,26,468,22,0,0,0,0],[453,28,453,56,0,0,0,0],[453,57,467,26,0,0,0,0],[467,26,468,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_","regions":[[408,49,444,26,0,0,0,0],[410,32,410,60,0,0,0,0],[410,61,421,30,0,0,0,0],[421,36,433,30,0,0,0,0],[431,67,431,71,0,0,0,0],[431,74,431,77,0,0,0,0],[436,32,436,60,0,0,0,0],[436,61,443,30,0,0,0,0],[441,66,441,67,0,0,0,0],[441,70,441,71,0,0,0,0],[442,70,442,71,0,0,0,0],[442,74,442,77,0,0,0,0],[443,30,444,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU_","regions":[[418,44,418,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU0_","regions":[[428,44,428,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU1_","regions":[[429,46,429,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_yyScMYccfU0_","regions":[[454,36,456,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A88_yXEfU1_","regions":[[456,38,464,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A88_yXEfU1_A86_yXEfU_","regions":[[457,52,462,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A148_yXEfU0_","regions":[[487,37,510,14,0,0,0,0],[496,57,509,18,0,0,0,0],[499,68,499,72,0,0,0,0],[499,75,499,121,0,0,0,0],[499,101,499,107,0,0,0,0],[499,110,499,120,0,0,0,0],[509,18,510,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20multiTapPanelContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[515,49,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[520,49,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgSSyKXEfu_","regions":[[522,74,522,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyyScMYccfU_","regions":[[524,23,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AJQrqd___ALtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEANyQrAR_AVtFQOyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6heightAJQrAV_AvLtFQOyAF5ImageV_Qo_Sg_AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_AhFEAYyQrA0_FQOyA9__Qo_tGG_Qo__AF22HierarchicalShapeStyleVQo__Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAF5ColorVGQo__AF017StrokeBorderShapeT0VyA29_A31_AF05EmptyT0VGQo_yXEfU0_","regions":[[528,18,552,10,0,0,0,0],[541,45,541,53,0,0,0,0],[541,56,541,66,0,0,0,0],[546,42,546,73,0,0,0,0],[546,76,546,103,0,0,0,0],[550,50,550,80,0,0,0,0],[550,83,550,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AJQrqd___ALtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEANyQrAR_AVtFQOyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6heightAJQrAV_AvLtFQOyAF5ImageV_Qo_Sg_AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_AhFEAYyQrA0_FQOyA9__Qo_tGG_Qo__AF22HierarchicalShapeStyleVQo__Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAF5ColorVGQo__AF017StrokeBorderShapeT0VyA29_A31_AF05EmptyT0VGQo_yXEfU0_A18_yXEfU_","regions":[[529,32,539,14,0,0,0,0],[530,61,534,18,0,0,0,0],[534,18,539,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC0hI7PopoverAELLQrvpQOy_Qo_ycfU1_","regions":[[555,78,557,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18preloadRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LLyyF","regions":[[561,39,563,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18refreshRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LLyyF","regions":[[566,39,568,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyF","regions":[[571,76,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_","regions":[[573,21,577,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_SbyKXEfu_","regions":[[575,21,575,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_SbyKXEfu0_","regions":[[576,21,576,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_","regions":[[578,21,578,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_SSyKXEfu_","regions":[[578,44,578,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_SSyKXEfu0_","regions":[[578,71,578,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[582,48,602,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleT0VyAC16everywhereOptionQrvpQOy_Qo__AhFEAIyQrAM_AQtFQOyAhFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_AC12onlyInHeaderQrvpQOy_Qo_AC15runningAppsListQrvpQOy_Qo_A0_AC06chooseC6OptionQrvpQOy_Qo_tGG_Qo_yXEfU_","regions":[[583,20,593,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleT0VyAC16everywhereOptionQrvpQOy_Qo__AhFEAIyQrAM_AQtFQOyAhFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_AC12onlyInHeaderQrvpQOy_Qo_AC15runningAppsListQrvpQOy_Qo_A0_AC06chooseC6OptionQrvpQOy_Qo_tGG_Qo_yXEfU_A7_yXEfU_","regions":[[584,32,591,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlaySizingDefaultsO11startupSize11aspectRatio14inspectorWidthSo6CGSizeV12CoreGraphics7CGFloatV_AKtFZ","regions":[[10,86,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlaySizingDefaultsO18resetCenteredFrame07visibleJ011aspectRatio14inspectorWidthSo6CGRectVAISg_12CoreGraphics7CGFloatVAMtFZ","regions":[[24,17,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO11windowStyle24useAccessibilityTestModeSo08NSWindowI4MaskVSb_tFZ","regions":[[7,83,9,6,0,0,0,0],[8,36,8,68,0,0,0,0],[8,71,8,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO13defaultOrigin12visibleFrame10windowSize6marginSo7CGPointVSo6CGRectV_So6CGSizeV12CoreGraphics7CGFloatVtFZ","regions":[[11,101,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO9configure6window24useAccessibilityTestModeySo8NSWindowC_SbtFZ","regions":[[19,79,33,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV8defaults12frameVersionACSo14NSUserDefaultsC_SitcfC","regions":[[21,7,24,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV4save5frameySo6CGRectV_tF","regions":[[26,30,33,6,0,0,0,0],[27,54,27,64,0,0,0,0],[27,64,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV5clearyyF","regions":[[35,18,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV7restoreSo6CGRectVSgyF","regions":[[43,31,62,6,0,0,0,0],[45,12,45,39,0,0,0,0],[45,40,48,10,0,0,0,0],[48,10,61,64,0,0,0,0],[51,30,51,44,0,0,0,0],[51,44,61,64,0,0,0,0],[56,31,59,10,0,0,0,0],[59,10,61,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ","regions":[[19,17,64,6,0,0,0,0],[34,48,34,93,0,0,0,0],[34,76,34,83,0,0,0,0],[34,86,34,92,0,0,0,0],[34,96,34,102,0,0,0,0],[39,12,39,37,0,0,0,0],[39,38,42,10,0,0,0,0],[42,16,45,10,0,0,0,0],[47,12,47,36,0,0,0,0],[47,37,50,10,0,0,0,0],[50,19,50,43,0,0,0,0],[50,44,53,10,0,0,0,0],[55,12,55,38,0,0,0,0],[55,39,58,10,0,0,0,0],[58,19,58,45,0,0,0,0],[58,46,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ14heightForWidthL_yA2QF","regions":[[22,58,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ14widthForHeightL_yA2QF","regions":[[27,59,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZ","regions":[[75,30,96,6,0,0,0,0],[76,12,76,29,0,0,0,0],[76,30,78,10,0,0,0,0],[78,10,95,59,0,0,0,0],[81,12,81,20,0,0,0,0],[81,21,87,10,0,0,0,0],[84,16,84,75,0,0,0,0],[84,76,86,14,0,0,0,0],[85,61,85,68,0,0,0,0],[85,71,85,77,0,0,0,0],[86,14,87,10,0,0,0,0],[87,10,95,59,0,0,0,0],[91,12,91,62,0,0,0,0],[91,63,93,10,0,0,0,0],[92,48,92,55,0,0,0,0],[92,58,92,64,0,0,0,0],[93,10,95,59,0,0,0,0],[95,43,95,50,0,0,0,0],[95,53,95,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZAVyKXEfu_","regions":[[82,82,82,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZAVyKXEfu0_","regions":[[83,85,83,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZSbyKXEfu1_","regions":[[84,47,84,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZSbyKXEfu2_","regions":[[91,39,91,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO14widthForAspect13currentHeight6aspect14verticalChrome010horizontalO012CoreGraphics7CGFloatVAK_A3KtFZ","regions":[[103,18,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO5clamp33_6B28C5E626DBFF3858EFC061FABA6110LL_3min3max12CoreGraphics7CGFloatVAJ_A2JtFZ","regions":[[108,106,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayWindowSizingO4size10baseHeight5scale11aspectRatio16inspectorVisible0N5WidthSo6CGSizeV12CoreGraphics7CGFloatV_A2NSbANtFZ","regions":[[10,17,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayWindowSizingO13centeredFrame07visibleI010baseHeight5scale11aspectRatio16inspectorVisible0P5WidthSo6CGRectVALSg_12CoreGraphics7CGFloatVA2PSbAPtFZ","regions":[[30,17,47,6,0,0,0,0],[38,37,40,10,0,0,0,0],[40,10,46,50,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC0eF4TypeO11displayNameSSvg","regions":[[42,33,47,10,2,0,0,0],[43,20,43,24,2,0,0,0],[44,13,44,39,1,0,0,0],[45,13,45,37,1,0,0,0],[46,14,47,10,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25checkHomebrewInstallationSbyF","regions":[[74,46,88,6,3,0,0,0],[81,86,84,10,3,0,0,0],[84,10,87,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC11isInstalledSbyF","regions":[[91,32,93,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC011getHomebrewB0SSSgyF","regions":[[96,39,107,6,3,0,0,0],[102,86,104,10,3,0,0,0],[104,10,106,19,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC014getHomebrewBinB0SSSgyF","regions":[[110,42,118,6,3,0,0,0],[111,12,111,76,3,0,0,0],[111,77,113,10,3,0,0,0],[113,19,113,80,0,0,0,0],[113,81,115,10,0,0,0,0],[115,10,117,19,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC24detectKanataInstallationAA0hI4InfoVyYaF","regions":[[123,69,156,6,5,0,0,0],[132,86,146,10,5,0,0,0],[146,10,155,10,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25determineInstallationType33_21E0DA6DD606B51CBD0AADC13CDF3515LL4pathAA06KanatahI0OSS_tF","regions":[[158,84,170,6,5,0,0,0],[159,12,159,61,5,0,0,0],[159,62,161,10,5,0,0,0],[161,19,161,62,0,0,0,0],[161,63,163,10,0,0,0,0],[163,19,163,88,0,0,0,0],[163,89,165,10,0,0,0,0],[165,19,165,47,0,0,0,0],[165,48,167,10,0,0,0,0],[167,16,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25determineInstallationType33_21E0DA6DD606B51CBD0AADC13CDF3515LL4pathAA06KanatahI0OSS_tFSbyKXEfu_","regions":[[163,57,163,88,0,0,0,0]]},{"branches":[],"count":89,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tF","regions":[[175,69,239,6,89,0,0,0],[180,14,183,10,0,0,0,0],[183,10,238,22,89,0,0,0],[190,23,210,10,25,0,0,0],[192,16,192,50,25,0,0,0],[192,80,202,14,24,0,0,0],[202,20,209,14,1,0,0,0],[209,14,210,10,1,0,0,0],[210,10,238,22,65,0,0,0]]},{"branches":[],"count":89,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFAC10CacheEntry33_21E0DA6DD606B51CBD0AADC13CDF3515LLVSgyYbXEfU_","regions":[[186,59,188,10,89,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU0_","regions":[[195,41,200,18,24,0,0,0],[196,79,198,22,24,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU1_","regions":[[205,41,208,18,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU1_SbSSXEfU_","regions":[[207,53,207,67,3,0,0,0]]},{"branches":[],"count":65,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU2_","regions":[[216,33,235,10,65,0,0,0],[218,16,218,64,65,0,0,0],[218,65,224,14,14,0,0,0],[219,65,223,18,14,0,0,0]]},{"branches":[],"count":1913,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU2_SbSSXEfU_","regions":[[233,45,233,59,1913,0,0,0]]},{"branches":[],"count":70,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tF","regions":[[241,80,298,6,70,0,0,0],[246,66,252,10,0,0,0,0],[252,10,298,6,70,0,0,0],[265,12,265,37,70,0,0,0],[265,38,278,10,7,0,0,0],[269,13,274,14,7,0,0,0],[274,20,277,14,0,0,0,0],[278,16,297,10,63,0,0,0],[281,59,283,18,63,0,0,0],[283,24,285,18,0,0,0,0],[288,16,288,95,63,0,0,0],[288,96,295,14,63,0,0,0],[290,20,291,81,63,0,0,0],[292,17,294,18,0,0,0,0],[294,18,295,14,63,0,0,0],[295,14,296,44,63,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSSyKXEfu_","regions":[[248,76,248,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSSyKXEfu0_","regions":[[272,60,272,86,0,0,0,0]]},{"branches":[],"count":63,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSbyKXEfu1_","regions":[[288,47,288,95,63,0,0,0]]},{"branches":[],"count":63,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSbyKXEfu2_","regions":[[291,24,291,81,63,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC16getKanataVersion33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atSSSgSS_tYaF","regions":[[300,69,310,6,5,0,0,0],[301,12,306,10,5,0,0,0],[302,103,306,10,5,0,0,0],[303,16,303,36,5,0,0,0],[303,37,305,14,5,0,0,0],[305,14,306,10,0,0,0,0],[306,17,308,10,0,0,0,0],[308,10,309,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20installKanataViaBrewAC18InstallationResultOyYaF","regions":[[315,61,391,6,0,0,0,0],[319,48,323,10,0,0,0,0],[323,10,391,6,0,0,0,0],[325,53,328,10,0,0,0,0],[328,10,391,6,0,0,0,0],[332,12,332,44,0,0,0,0],[332,45,336,10,0,0,0,0],[336,10,391,6,0,0,0,0],[340,12,340,66,0,0,0,0],[340,67,344,10,0,0,0,0],[344,10,391,6,0,0,0,0],[348,12,387,10,0,0,0,0],[354,14,387,10,0,0,0,0],[357,16,357,36,0,0,0,0],[357,37,377,14,0,0,0,0],[365,20,365,50,0,0,0,0],[365,51,369,18,0,0,0,0],[369,24,376,18,0,0,0,0],[377,20,386,14,0,0,0,0],[387,17,390,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC28checkBrewFormulaAvailability7formulaSbSS_tYaF","regions":[[394,70,413,6,1,0,0,0],[395,53,397,10,0,0,0,0],[397,10,413,6,1,0,0,0],[399,12,409,10,1,0,0,0],[404,14,408,31,1,0,0,0],[409,17,412,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC28checkBrewFormulaAvailability7formulaSbSS_tYaFSbyKXEfu_","regions":[[406,55,406,79,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC03geteF4InfoAA0efH0VyYaF","regions":[[418,62,450,6,4,0,0,0],[427,12,427,30,4,0,0,0],[427,31,430,10,1,0,0,0],[432,12,432,35,4,0,0,0],[432,36,437,10,2,0,0,0],[448,59,448,70,3,0,0,0],[448,73,448,75,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC18detectCommonIssues33_21E0DA6DD606B51CBD0AADC13CDF3515LLyyYaF","regions":[[453,45,492,6,2,0,0,0],[460,81,463,10,4,0,0,0],[463,10,492,6,2,0,0,0],[467,33,475,10,4,0,0,0],[468,16,468,59,4,0,0,0],[470,13,474,14,0,0,0,0],[475,10,492,6,2,0,0,0],[479,12,479,61,2,0,0,0],[481,9,485,10,2,0,0,0],[488,12,488,39,2,0,0,0],[488,96,491,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC18detectCommonIssues33_21E0DA6DD606B51CBD0AADC13CDF3515LLyyYaFSSyKXEfu_","regions":[[457,70,457,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtF","regions":[[495,78,537,6,0,0,0,0],[502,12,502,104,0,0,0,0],[502,105,507,10,0,0,0,0],[509,12,509,94,0,0,0,0],[509,95,512,10,0,0,0,0],[514,12,515,47,0,0,0,0],[516,9,519,10,0,0,0,0],[521,12,521,80,0,0,0,0],[521,81,524,10,0,0,0,0],[526,12,527,53,0,0,0,0],[528,9,531,10,0,0,0,0],[533,12,533,25,0,0,0,0],[533,69,536,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu_","regions":[[502,57,502,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu0_","regions":[[509,65,509,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu1_","regions":[[514,47,514,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu2_","regions":[[515,16,515,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu3_","regions":[[521,47,521,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu4_","regions":[[526,44,526,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu5_","regions":[[527,16,527,53,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC30getInstallationRecommendationsSayAA0H14RecommendationVGyYaF","regions":[[540,81,579,6,4,0,0,0],[546,12,546,35,4,0,0,0],[546,36,566,10,2,0,0,0],[547,16,547,43,2,0,0,0],[547,44,556,14,1,0,0,0],[556,20,565,14,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationTypeO11displayNameSSvg","regions":[[591,29,599,6,8,0,0,0],[592,16,592,20,8,0,0,0],[593,9,593,33,3,0,0,0],[594,9,594,35,1,0,0,0],[595,9,595,36,2,0,0,0],[596,9,596,31,1,0,0,0],[597,9,597,44,1,0,0,0],[598,10,599,6,8,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CodeSigningStatusO13isDeveloperIDSbvg","regions":[[609,29,612,6,26,0,0,0],[610,43,610,58,24,0,0,0],[610,58,611,21,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CodeSigningStatusO7isAdHocSbvg","regions":[[614,23,617,6,2,0,0,0],[615,37,615,52,0,0,0,0],[615,52,616,21,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV16needsReplacementSbvg","regions":[[627,32,629,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV11descriptionSSvg","regions":[[631,29,645,6,3,0,0,0],[632,12,632,23,3,0,0,0],[632,34,642,10,3,0,0,0],[635,24,635,41,3,0,0,0],[636,17,636,79,3,0,0,0],[637,17,637,52,0,0,0,0],[638,17,638,43,0,0,0,0],[639,17,639,75,0,0,0,0],[640,18,641,106,3,0,0,0],[642,16,644,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV11descriptionSSvgSSyKXEfu_","regions":[[633,42,633,59,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PackageManagerInfoV11descriptionSSvg","regions":[[655,29,672,6,2,0,0,0],[661,36,663,10,2,0,0,0],[665,42,667,10,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InstallationMethodO11displayNameSSvg","regions":[[680,29,686,6,5,0,0,0],[681,16,681,20,5,0,0,0],[682,9,682,35,2,0,0,0],[683,9,683,40,2,0,0,0],[684,9,684,36,1,0,0,0],[685,10,686,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationPriorityO11displayNameSSvg","regions":[[694,29,700,6,5,0,0,0],[695,16,695,20,5,0,0,0],[696,9,696,27,3,0,0,0],[697,9,697,31,1,0,0,0],[698,9,698,25,1,0,0,0],[699,10,700,6,5,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InstallationRecommendationV11displayTextSSvg","regions":[[710,29,717,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV17trailingAreaWidth029_E8FC94CF43A5649BC0EFB17030D6J2A7LL12CoreGraphics7CGFloatVvpfi","regions":[[15,46,15,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg","regions":[[17,25,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC7appIcon029_E8FC94CF43A5649BC0EFB17030D6V2A7LLQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE14truncationModeyQrA_14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyA__Qo__Qo_tGGAE6SpacerVAiEEAjklMQrAQ_AqStFQOyAC014trailingStatusK0AULLQrvpQOy_Qo__Qo_tGyXEfU_","regions":[[18,29,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC7appIcon029_E8FC94CF43A5649BC0EFB17030D6V2A7LLQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE14truncationModeyQrA_14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyA__Qo__Qo_tGGAE6SpacerVAiEEAjklMQrAQ_AqStFQOyAC014trailingStatusK0AULLQrvpQOy_Qo__Qo_tGyXEfU_A7_yXEfU_","regions":[[22,53,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvgyycfU0_","regions":[[48,23,52,10,0,0,0,0],[49,16,49,37,0,0,0,0],[49,38,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg","regions":[[56,47,96,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,62,47,0,0,0,0],[63,9,66,48,0,0,0,0],[67,9,71,47,0,0,0,0],[72,9,76,45,0,0,0,0],[77,9,89,14,0,0,0,0],[90,9,94,56,0,0,0,0],[95,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11controlSizeyQrAF07ControlY0OFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF4TextVG_AF19BorderedButtonStyleVQo__Qo__Qo__AF15ModifiedContentVyAjFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[78,32,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11controlSizeyQrAF07ControlY0OFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF4TextVG_AF19BorderedButtonStyleVQo__Qo__Qo__AF15ModifiedContentVyAjFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[79,34,81,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV7appIcon029_E8FC94CF43A5649BC0EFB17030D6I2A7LLQrvg","regions":[[98,36,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyF","regions":[[111,42,174,6,0,0,0,0],[112,12,112,48,0,0,0,0],[112,49,144,10,0,0,0,0],[127,40,129,14,0,0,0,0],[144,19,144,52,0,0,0,0],[144,53,151,10,0,0,0,0],[148,13,150,14,0,0,0,0],[151,19,151,58,0,0,0,0],[151,59,168,10,0,0,0,0],[154,107,156,14,0,0,0,0],[168,16,173,10,0,0,0,0],[170,97,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU_","regions":[[132,67,143,14,0,0,0,0],[135,17,137,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU_yyYbScMYccfU_","regions":[[140,71,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU0_","regions":[[159,67,167,14,0,0,0,0],[164,19,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU0_SSyKXEfu_","regions":[[163,110,163,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE17hasAllPermissions_3forSbSayAA06SystemE4TypeOG_AA0E7SubjectOtYaF","regions":[[78,5,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE13isSystemReadySbyYaF","regions":[[89,40,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE23getBlockingIssueMessageSSSgyYaF","regions":[[97,53,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemPermissionTypeO11displayNameSSvg","regions":[[109,29,118,6,0,0,0,0],[110,16,110,20,0,0,0,0],[111,9,112,28,0,0,0,0],[113,9,114,31,0,0,0,0],[115,9,116,31,0,0,0,0],[117,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemPermissionTypeO014systemSettingsB0SSvg","regions":[[120,36,129,6,0,0,0,0],[121,16,121,20,0,0,0,0],[122,9,123,49,0,0,0,0],[124,9,125,52,0,0,0,0],[126,9,127,52,0,0,0,0],[128,10,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionSubjectO11displayNameSSvg","regions":[[138,29,147,6,0,0,0,0],[139,16,139,20,0,0,0,0],[140,9,141,94,0,0,0,0],[142,9,143,64,0,0,0,0],[144,9,145,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionSubjectO11displayNameSSvgSSyKXEfu_","regions":[[141,85,141,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO9isGrantedSbvg","regions":[[157,25,160,6,0,0,0,0],[158,33,158,48,0,0,0,0],[158,48,159,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO10isBlockingSbvg","regions":[[162,26,169,6,0,0,0,0],[163,16,163,20,0,0,0,0],[164,9,165,17,0,0,0,0],[166,9,167,18,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO11descriptionSSvg","regions":[[171,29,182,6,0,0,0,0],[172,16,172,20,0,0,0,0],[173,9,174,22,0,0,0,0],[175,9,176,21,0,0,0,0],[177,9,178,22,0,0,0,0],[179,9,180,32,0,0,0,0],[181,10,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20PermissionConfidenceO11descriptionSSvg","regions":[[191,29,197,6,0,0,0,0],[192,16,192,20,0,0,0,0],[193,9,193,27,0,0,0,0],[194,9,194,31,0,0,0,0],[195,9,195,25,0,0,0,0],[196,10,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV13hasAllGrantedSbvg","regions":[[209,29,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV13hasAllGrantedSbvgSbAA0E6StatusOcfu_","regions":[[210,39,210,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV17hasBlockingIssuesSbvg","regions":[[214,33,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV17hasBlockingIssuesSbvgSbAA0E6StatusOXEfU_","regions":[[215,37,215,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV6status3forAA0E6StatusOSgAA06SystemE4TypeO_tF","regions":[[219,70,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV02isE5ReadySbvg","regions":[[231,29,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV02isE5ReadySbvgSbyKXEfu_","regions":[[232,45,232,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV13blockingIssueSSSgvg","regions":[[236,32,258,6,0,0,0,0],[240,9,243,10,0,0,0,0],[243,10,257,19,0,0,0,0],[247,9,250,10,0,0,0,0],[250,10,257,19,0,0,0,0],[253,12,253,47,0,0,0,0],[253,48,255,10,0,0,0,0],[255,10,257,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17diagnosticSummarySSvg","regions":[[261,35,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17formatPermissions33_16A45F4367702E89204DF93325530FAELLySSAA0F3SetVF","regions":[[276,68,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17formatPermissions33_16A45F4367702E89204DF93325530FAELLySSAA0F3SetVFSSAA0eF4TypeO_AA0F6StatusOtXEfU_","regions":[[277,29,279,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionGatedFeatureO19requiredPermissionsShyAA16PGPermissionTypeOGvg","regions":[[15,52,26,6,2,0,0,0],[16,16,16,20,2,0,0,0],[17,9,18,47,2,0,0,0],[19,9,20,29,0,0,0,0],[21,9,22,29,0,0,0,0],[23,9,24,31,0,0,0,0],[25,10,26,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionGatedFeatureO21contextualExplanationSSvg","regions":[[28,39,39,6,0,0,0,0],[29,16,29,20,0,0,0,0],[30,9,31,68,0,0,0,0],[32,9,33,101,0,0,0,0],[34,9,35,98,0,0,0,0],[36,9,37,84,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateCACyc33_038795756C3B4EAB1D1E5276E110EF52Llfc","regions":[[45,20,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC17permissionService33_038795756C3B4EAB1D1E5276E110EF52LLAA0e7RequestH0Cvpfi","regions":[[47,37,47,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC6oracle33_038795756C3B4EAB1D1E5276E110EF52LL0aB11Permissions0E6OracleCvpfi","regions":[[48,26,48,49,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC8evaluate_3forAC10EvaluationV0aB11Permissions0E6OracleC8SnapshotV_AA0E12GatedFeatureOtFZ","regions":[[60,5,96,6,2,0,0,0],[65,49,89,10,4,0,0,0],[66,20,66,24,4,0,0,0],[67,13,76,18,2,0,0,0],[68,20,68,63,2,0,0,0],[68,64,68,107,0,0,0,0],[69,24,69,55,2,0,0,0],[70,17,71,63,1,0,0,0],[72,17,73,60,1,0,0,0],[74,17,75,26,0,0,0,0],[78,13,87,18,2,0,0,0],[79,20,79,61,2,0,0,0],[79,62,79,103,0,0,0,0],[80,24,80,53,2,0,0,0],[81,17,82,61,1,0,0,0],[83,17,84,58,1,0,0,0],[85,17,86,26,0,0,0,0],[88,14,89,10,4,0,0,0],[89,10,95,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaF","regions":[[102,13,193,6,0,0,0,0],[108,12,108,39,0,0,0,0],[108,70,124,10,0,0,0,0],[119,16,119,24,0,0,0,0],[119,25,121,14,0,0,0,0],[124,10,193,6,0,0,0,0],[126,12,126,39,0,0,0,0],[126,73,142,10,0,0,0,0],[137,16,137,24,0,0,0,0],[137,25,139,14,0,0,0,0],[142,10,193,6,0,0,0,0],[144,12,144,39,0,0,0,0],[144,40,147,10,0,0,0,0],[147,10,193,6,0,0,0,0],[157,12,157,21,0,0,0,0],[157,22,160,10,0,0,0,0],[160,10,193,6,0,0,0,0],[163,41,171,10,0,0,0,0],[164,20,164,24,0,0,0,0],[165,13,166,73,0,0,0,0],[167,13,168,71,0,0,0,0],[169,14,171,10,0,0,0,0],[171,10,193,6,0,0,0,0],[174,27,191,10,0,0,0,0],[187,16,187,26,0,0,0,0],[187,27,190,14,0,0,0,0],[190,14,191,10,0,0,0,0],[191,10,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSSAA16PGPermissionTypeOXEfU_","regions":[[109,56,109,121,0,0,0,0],[109,83,109,101,0,0,0,0],[109,104,109,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSSAA16PGPermissionTypeOXEfU0_","regions":[[127,59,127,124,0,0,0,0],[127,86,127,104,0,0,0,0],[127,107,127,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSbAA16PGPermissionTypeOXEfU1_","regions":[[179,69,186,14,0,0,0,0],[180,24,180,25,0,0,0,0],[181,17,182,57,0,0,0,0],[183,17,184,55,0,0,0,0],[185,18,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO11displayNameSSvg","regions":[[11,29,18,6,0,0,0,0],[12,16,12,20,0,0,0,0],[13,9,14,28,0,0,0,0],[15,9,16,31,0,0,0,0],[17,10,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO012userDefaultsA0SSvg","regions":[[20,33,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO09timestampA0SSvg","regions":[[24,30,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC6logger33_723DA19B9EC756E7AD71DE831293FBB1LLAA12WizardLoggerCvpfi","regions":[[33,26,33,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC13maxReturnTime33_723DA19B9EC756E7AD71DE831293FBB1LLSdvpfi","regions":[[34,47,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC17didFireCompletion33_723DA19B9EC756E7AD71DE831293FBB1LLSbvpfi","regions":[[37,37,37,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorCACyc33_723DA19B9EC756E7AD71DE831293FBB1Llfc","regions":[[43,20,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC08initiateeF03for12instructions10onCompleteyAA0gE4TypeO_SSyycSgtF","regions":[[49,7,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC08initiateeF03for12instructions10onCompleteyAA0gE4TypeO_SSyycSgtFyycfU_","regions":[[73,81,83,10,0,0,0,0],[75,48,78,14,0,0,0,0],[78,14,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22showInstructionsDialog33_723DA19B9EC756E7AD71DE831293FBB1LL3for12instructions10onCompleteyAA0gE4TypeO_SSyyctF","regions":[[90,7,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC18openSystemSettings33_723DA19B9EC756E7AD71DE831293FBB1LL3foryAA0gE4TypeO_tF","regions":[[97,84,109,6,0,0,0,0],[99,20,99,34,0,0,0,0],[100,13,101,96,0,0,0,0],[102,13,103,94,0,0,0,0],[104,14,109,6,0,0,0,0],[106,48,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC15quitApplication33_723DA19B9EC756E7AD71DE831293FBB1LLyyF","regions":[[111,36,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC15quitApplication33_723DA19B9EC756E7AD71DE831293FBB1LLyyFyyYacfU_","regions":[[112,14,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC015checkForPendingeF0Sb13shouldRestart_AA0gE4TypeOSg010permissionM0tyF","regions":[[120,7,148,6,0,0,0,0],[123,66,145,10,0,0,0,0],[132,16,132,23,0,0,0,0],[132,39,144,14,0,0,0,0],[134,20,134,45,0,0,0,0],[134,46,140,18,0,0,0,0],[140,24,143,18,0,0,0,0],[143,18,144,14,0,0,0,0],[144,14,145,10,0,0,0,0],[145,10,147,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctF","regions":[[154,7,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_","regions":[[183,14,216,10,0,0,0,0],[187,16,187,23,0,0,0,0],[187,24,201,14,0,0,0,0],[201,20,215,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_yyYbScMYcXEfU_","regions":[[198,37,200,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_yyYbScMYcXEfU0_","regions":[[212,37,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20attemptKanataRestart33_723DA19B9EC756E7AD71DE831293FBB1LL13kanataManagerSbAA07RuntimeG0C_tYaF","regions":[[219,88,227,6,0,0,0,0],[223,12,223,19,0,0,0,0],[223,20,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC03logE8Snapshot33_723DA19B9EC756E7AD71DE831293FBB1LLyyF","regions":[[229,42,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC03logE8Snapshot33_723DA19B9EC756E7AD71DE831293FBB1LLyyFyyYacfU_","regions":[[230,14,251,10,0,0,0,0],[239,73,239,82,0,0,0,0],[239,85,239,93,0,0,0,0],[240,78,240,87,0,0,0,0],[240,90,240,98,0,0,0,0],[248,16,248,39,0,0,0,0],[248,76,250,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16clearPendingFlag3foryAA0gE4TypeO_tF","regions":[[254,74,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20clearAllPendingFlagsyyF","regions":[[260,33,264,6,0,0,0,0],[261,66,263,10,0,0,0,0],[263,10,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16showUserFeedback33_723DA19B9EC756E7AD71DE831293FBB1LLyySSF","regions":[[266,54,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16showUserFeedback33_723DA19B9EC756E7AD71DE831293FBB1LLyySSFyyYbScMYccfU_","regions":[[268,34,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC12reopenWizard3foryAA0gE4TypeO_tF","regions":[[277,70,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC12reopenWizard3foryAA0gE4TypeO_tFyyYacfU_","regions":[[281,14,301,10,0,0,0,0],[284,16,284,34,0,0,0,0],[284,35,287,14,0,0,0,0],[287,20,296,14,0,0,0,0],[290,24,290,38,0,0,0,0],[291,17,292,94,0,0,0,0],[293,17,294,97,0,0,0,0],[295,18,296,14,0,0,0,0],[296,14,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaF","regions":[[307,5,323,6,0,0,0,0],[310,16,310,30,0,0,0,0],[311,9,315,51,0,0,0,0],[317,9,321,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaFSbyKXEfu_","regions":[[315,38,315,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaFSbyKXEfu0_","regions":[[321,38,321,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22setServiceBounceNeeded6reasonySS_tF","regions":[[328,49,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC24checkServiceBounceNeededSb06shouldJ0_SdSg18timeSinceScheduledtyF","regions":[[339,96,358,6,0,0,0,0],[343,47,345,10,0,0,0,0],[345,10,357,67,0,0,0,0],[351,12,351,37,0,0,0,0],[351,38,355,10,0,0,0,0],[355,10,357,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22clearServiceBounceFlagyyF","regions":[[361,35,366,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20performServiceBounceSbyYaF","regions":[[369,47,381,6,0,0,0,0],[373,12,373,26,0,0,0,0],[373,27,376,10,0,0,0,0],[376,10,380,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20performServiceBounceSbyYaFSSyKXEfu_","regions":[[379,75,379,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZ","regions":[[12,21,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_","regions":[[13,39,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_yyYaYbScMYccfU_","regions":[[14,18,29,14,0,0,0,0],[21,64,25,18,0,0,0,0],[25,24,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_yyYaYbScMYccfU_ySo15NSModalResponseacfU_","regions":[[22,56,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceCACyc33_355947BF10F9870FEA4640605EA2709FLlfc","regions":[[14,20,14,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15cooldownSeconds33_355947BF10F9870FEA4640605EA2709FLLSdvpfi","regions":[[18,49,18,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15lastPromptIMKey33_355947BF10F9870FEA4640605EA2709FLLSSvpfi","regions":[[19,35,19,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15lastPromptAXKey33_355947BF10F9870FEA4640605EA2709FLLSSvpfi","regions":[[20,35,20,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC12isForeground33_355947BF10F9870FEA4640605EA2709FLLSbyF","regions":[[22,41,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC16ensureForeground33_355947BF10F9870FEA4640605EA2709FLLyyF","regions":[[26,37,31,6,0,0,0,0],[27,12,27,42,0,0,0,0],[27,43,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC14withinCooldown33_355947BF10F9870FEA4640605EA2709FLLySbSSF","regions":[[33,56,37,6,0,0,0,0],[35,29,35,45,0,0,0,0],[35,45,36,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC10markPrompt33_355947BF10F9870FEA4640605EA2709FLLyySSF","regions":[[39,44,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC022requestInputMonitoringE014ignoreCooldownS2b_tF","regions":[[48,81,73,6,0,0,0,0],[51,12,51,27,0,0,0,0],[51,28,55,10,0,0,0,0],[55,10,72,23,0,0,0,0],[56,12,56,27,0,0,0,0],[56,61,59,10,0,0,0,0],[59,10,72,23,0,0,0,0],[67,12,67,19,0,0,0,0],[67,20,69,10,0,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC020requestAccessibilityE014ignoreCooldownS2b_tF","regions":[[78,79,103,6,0,0,0,0],[81,12,81,27,0,0,0,0],[81,28,84,10,0,0,0,0],[84,10,102,23,0,0,0,0],[85,12,85,27,0,0,0,0],[85,61,88,10,0,0,0,0],[88,10,102,23,0,0,0,0],[97,12,97,19,0,0,0,0],[97,20,99,10,0,0,0,0],[99,16,101,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC21requestAllPermissionsSb15inputMonitoring_Sb13accessibilitytyYaF","regions":[[106,88,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceCACyc33_4A81798971004C269C65BE0F9D2A7731Llfc","regions":[[11,20,11,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC10clearCacheyyF","regions":[[25,23,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC27openInputMonitoringSettingsyyFZ","regions":[[30,47,36,6,0,0,0,0],[33,9,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC019markInputMonitoringE7GrantedyyF","regions":[[39,49,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC06SystemE6StatusV25hasAllRequiredPermissionsSbvg","regions":[[48,45,48,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC06BinaryE6StatusV25hasAllRequiredPermissionsSbvg","regions":[[55,45,55,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC22checkSystemPermissions012kanataBinaryB0AC0hE6StatusVSS_tF","regions":[[59,85,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC33verifyKanataFunctionalPermissions2atSb18hasInputMonitoring_Sb0L13AccessibilitySS10confidenceSS18verificationMethodSb0l11AllRequiredJ0SaySSG12errorDetailstSS_tF","regions":[[76,5,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC18analyzeKanataErrorySb02iseI0_SS11descriptionSSSg12suggestedFixtSSFZ","regions":[[87,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC26detectPossibleStaleEntriesSb03hasiJ0_SaySSG7detailstyYaFZ","regions":[[95,98,97,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV9macBookUSACvpZfiACyXEfU_","regions":[[4,44,217,6,2,0,0,0],[39,46,49,10,24,0,0,0],[49,10,216,10,2,0,0,0],[73,50,79,10,28,0,0,0],[79,10,216,10,2,0,0,0],[94,47,100,10,28,0,0,0],[100,10,216,10,2,0,0,0],[116,50,122,10,26,0,0,0],[122,10,216,10,2,0,0,0],[136,50,142,10,24,0,0,0],[142,10,216,10,2,0,0,0],[174,52,180,10,14,0,0,0],[180,10,216,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV10macBookJISACvpZfiACyXEfU_","regions":[[223,45,499,6,2,0,0,0],[255,46,265,10,24,0,0,0],[265,10,498,10,2,0,0,0],[302,79,309,10,30,0,0,0],[309,10,498,10,2,0,0,0],[340,69,347,10,24,0,0,0],[347,10,498,10,2,0,0,0],[373,77,380,10,26,0,0,0],[380,10,498,10,2,0,0,0],[414,79,421,10,26,0,0,0],[421,10,498,10,2,0,0,0],[458,55,464,10,16,0,0,0],[464,10,498,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV10macBookISOACvpZfiACyXEfU_","regions":[[506,45,715,6,2,0,0,0],[538,46,548,10,24,0,0,0],[548,10,714,10,2,0,0,0],[571,50,577,10,28,0,0,0],[577,10,714,10,2,0,0,0],[592,47,598,10,28,0,0,0],[598,10,714,10,2,0,0,0],[614,50,620,10,26,0,0,0],[620,10,714,10,2,0,0,0],[639,53,645,10,26,0,0,0],[645,10,714,10,2,0,0,0],[675,52,681,10,14,0,0,0],[681,10,714,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV12macBookABNT2ACvpZfiACyXEfU_","regions":[[724,47,931,6,2,0,0,0],[755,46,765,10,24,0,0,0],[765,10,930,10,2,0,0,0],[788,50,794,10,28,0,0,0],[794,10,930,10,2,0,0,0],[809,47,815,10,28,0,0,0],[815,10,930,10,2,0,0,0],[831,50,837,10,26,0,0,0],[837,10,930,10,2,0,0,0],[855,55,861,10,28,0,0,0],[861,10,930,10,2,0,0,0],[891,52,897,10,14,0,0,0],[897,10,930,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13macBookKoreanACvpZfiACyXEfU_","regions":[[937,48,1156,6,2,0,0,0],[968,46,978,10,24,0,0,0],[978,10,1155,10,2,0,0,0],[1001,50,1007,10,28,0,0,0],[1007,10,1155,10,2,0,0,0],[1022,47,1028,10,28,0,0,0],[1028,10,1155,10,2,0,0,0],[1044,50,1050,10,26,0,0,0],[1050,10,1155,10,2,0,0,0],[1064,50,1070,10,24,0,0,0],[1070,10,1155,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV19kinesisAdvantage360ACvpZfiACyXEfU_","regions":[[1164,54,1187,6,2,0,0,0],[1173,11,1175,10,2,0,0,0],[1175,10,1186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV19kinesisAdvantage360ACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1170,25,1170,52,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi40PercentACvpZfiACyXEfU_","regions":[[1193,48,1210,6,2,0,0,0],[1199,11,1201,10,2,0,0,0],[1201,10,1209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi40PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1196,25,1196,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi60PercentACvpZfiACyXEfU_","regions":[[1214,48,1231,6,2,0,0,0],[1220,11,1222,10,2,0,0,0],[1222,10,1230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi60PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1217,25,1217,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi65PercentACvpZfiACyXEfU_","regions":[[1235,48,1252,6,2,0,0,0],[1241,11,1243,10,2,0,0,0],[1243,10,1251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi65PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1238,25,1238,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi75PercentACvpZfiACyXEfU_","regions":[[1256,48,1273,6,2,0,0,0],[1262,11,1264,10,2,0,0,0],[1264,10,1272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi75PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1259,25,1259,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi80PercentACvpZfiACyXEfU_","regions":[[1277,48,1294,6,2,0,0,0],[1283,11,1285,10,2,0,0,0],[1285,10,1293,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi80PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1280,25,1280,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV14ansi100PercentACvpZfiACyXEfU_","regions":[[1298,49,1315,6,2,0,0,0],[1304,11,1306,10,2,0,0,0],[1306,10,1314,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV14ansi100PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1301,25,1301,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4hhkbACvpZfiACyXEfU_","regions":[[1321,39,1338,6,2,0,0,0],[1327,11,1329,10,2,0,0,0],[1329,10,1337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4hhkbACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1324,25,1324,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5corneACvpZfiACyXEfU_","regions":[[1343,40,1360,6,2,0,0,0],[1349,11,1351,10,2,0,0,0],[1351,10,1359,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5corneACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1346,25,1346,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5sofleACvpZfiACyXEfU_","regions":[[1365,40,1382,6,2,0,0,0],[1371,11,1373,10,2,0,0,0],[1373,10,1381,10,0,0,0,0]]},{"branches":[],"count":108,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5sofleACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1368,25,1368,53,108,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV11ferrisSweepACvpZfiACyXEfU_","regions":[[1387,46,1404,6,2,0,0,0],[1393,11,1395,10,2,0,0,0],[1395,10,1403,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV11ferrisSweepACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1390,25,1390,53,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV6cornixACvpZfiACyXEfU_","regions":[[1409,41,1426,6,2,0,0,0],[1415,11,1417,10,2,0,0,0],[1417,10,1425,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV6cornixACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1412,25,1412,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV2id4name4keys10totalWidth0J6HeightACSS_SSSayAA0eA0VGS2dtcfC","regions":[[12,98,18,6,0,0,0,0]]},{"branches":[],"count":54,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV2id4name4keysACSS_SSSayAA0eA0VGtcfC","regions":[[21,57,37,6,54,0,0,0],[29,25,34,10,2426,0,0,0],[34,10,37,6,54,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZ","regions":[[81,48,130,6,24,0,0,0],[89,9,91,10,22,0,0,0],[91,10,129,23,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_","regions":[[96,66,123,10,0,0,0,0],[98,133,100,14,0,0,0,0],[100,20,102,14,0,0,0,0],[105,86,105,100,0,0,0,0],[106,13,107,55,0,0,0,0],[108,13,109,54,0,0,0,0],[110,14,122,26,0,0,0,0],[118,20,120,14,0,0,0,0],[120,14,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[107,17,107,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu0_","regions":[[109,17,109,54,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV016invalidateCustomF5CacheyyFZ","regions":[[133,47,138,6,3,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV3allSayACGvgZ","regions":[[142,38,144,6,25,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV17layoutsByCategorySayAA0fI0O8category_SayACG0G0tGyFZ","regions":[[148,96,155,6,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4find2idACSgSS_tFZ","regions":[[158,53,160,6,24,0,0,0]]},{"branches":[],"count":138,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4find2idACSgSS_tFZSbACXEfU_","regions":[[159,19,159,34,138,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LayoutCategoryO2idSSvg","regions":[[26,20,26,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LayoutCategoryO11displayNameSSvg","regions":[[28,29,28,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvg","regions":[[59,34,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvgSbyKXEfu_","regions":[[60,30,60,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvgSbyKXEfu0_","regions":[[60,49,60,69,0,0,0,0]]},{"branches":[],"count":2424,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V2id7keyCode5label1x1y5width6height8rotation0L6PivotX0lM1Y10shiftLabel03subO008tertiaryO0AC10Foundation4UUIDV_s6UInt16VSSS6dSgAVSSSgA2WtcfC","regions":[[77,7,91,6,2424,0,0,0]]},{"branches":[],"count":2426,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V7visualXSdvg","regions":[[96,25,106,6,2426,0,0,0],[97,84,99,10,2400,0,0,0],[99,10,105,41,26,0,0,0]]},{"branches":[],"count":2426,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V7visualYSdvg","regions":[[108,25,118,6,2426,0,0,0],[109,84,111,10,2400,0,0,0],[111,10,117,42,26,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO011buildKanataE9Arguments06binaryB006configB07tcpPort14verboseLoggingSaySSGSS_SSSiSbtFZ","regions":[[47,19,64,6,15,0,0,0],[54,12,54,26,15,0,0,0],[54,27,57,10,2,0,0,0],[57,16,60,10,13,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO014generateKanataE006binaryB006configB07tcpPort14verboseLoggingS2S_SSSiSbtFZ","regions":[[86,17,141,6,12,0,0,0],[98,30,100,10,84,0,0,0],[100,10,140,12,12,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO018generateVHIDDaemonE0SSyFZ","regions":[[156,53,185,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO019generateVHIDManagerE0SSyFZ","regions":[[200,54,228,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO019generateLogRotationE006scriptB0S2S_tFZ","regions":[[241,72,267,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21CommunicationProtocolO11displayNameSSvg","regions":[[10,29,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21CommunicationProtocolO11descriptionSSvg","regions":[[14,29,16,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfc","regions":[[159,12,210,6,4,0,0,0],[192,122,194,10,0,0,0,0],[194,16,196,10,4,0,0,0],[201,9,203,10,0,0,0,0],[203,16,205,10,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSSyKXEfu_","regions":[[163,20,163,59,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcAA21CommunicationProtocolOyKXEfu0_","regions":[[165,64,165,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSiyKXEfu1_","regions":[[168,81,168,103,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu2_","regions":[[172,20,172,49,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu3_","regions":[[177,20,177,57,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu4_","regions":[[181,20,181,43,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu5_","regions":[[185,20,185,49,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu6_","regions":[[190,20,190,51,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC26resetCommunicationSettingsyyF","regions":[[215,39,219,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC11isValidPortySbSiF","regions":[[222,43,224,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC11isValidPortySbSiFSbyKXEfu_","regions":[[223,25,223,38,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC30communicationConfigDescriptionSSvg","regions":[[227,48,229,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC17preferredProtocolAA013CommunicationH0Ovg","regions":[[236,50,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PreviewFixturesO8noIssuesSay0aB10WizardCore0I5IssueVGvgZ","regions":[[30,40,30,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PreviewFixturesO15permissionIssue_5title11description0aB10WizardCore0kH0VAG21PermissionRequirementO_S2StFZ","regions":[[32,121,42,6,0,0,0,0]]},{"branches":[],"count":103,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerVACycfC","regions":[[12,19,14,6,103,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV11coordinatorAcA32PrivilegedOperationsCoordinating_p_tcfC","regions":[[17,57,19,6,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[24,88,26,6,0,0,0,0],[25,94,26,6,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30installAllLaunchDaemonServicesyyYaKF","regions":[[31,63,33,6,12,0,0,0],[32,63,33,6,10,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV24restartUnhealthyServicesyyYaKF","regions":[[36,57,38,6,2,0,0,0],[37,57,38,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV18installLogRotationyyYaKF","regions":[[41,51,43,6,0,0,0,0],[42,51,43,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[46,74,48,6,2,0,0,0],[47,74,48,6,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30regenerateServiceConfigurationyyYaKF","regions":[[51,63,53,6,3,0,0,0],[52,63,53,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV24repairVHIDDaemonServicesyyYaKF","regions":[[56,57,58,6,1,0,0,0],[57,57,58,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[63,68,65,6,3,0,0,0],[64,68,65,6,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV20installBundledKanatayyYaKF","regions":[[68,53,70,6,3,0,0,0],[69,53,70,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV25activateVirtualHIDManageryyYaKF","regions":[[73,58,75,6,0,0,0,0],[74,58,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV16terminateProcess3pidys5Int32V_tYaKF","regions":[[78,59,80,6,0,0,0,0],[79,57,80,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV22killAllKanataProcessesyyYaKF","regions":[[83,55,85,6,1,0,0,0],[84,55,85,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV17stopKanataServiceyyYaKF","regions":[[88,50,92,6,0,0,0,0],[90,90,92,6,0,0,0,0],[91,55,92,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[95,71,97,6,2,0,0,0],[96,63,97,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV26uninstallVirtualHIDDriversyyYaKF","regions":[[100,59,102,6,1,0,0,0],[101,59,102,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV23disableKarabinerGrabberyyYaKF","regions":[[105,56,107,6,1,0,0,0],[106,56,107,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[110,89,112,6,0,0,0,0],[111,84,112,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorCACyc33_EC4B040E91A89D62AE0AD65C3BBECAA4Llfc","regions":[[27,20,27,22,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC21executeWithPrivileges7command6promptSb7success_SS6outputtSS_SStF","regions":[[40,100,54,6,3,0,0,0],[42,12,42,53,3,0,0,0],[42,54,46,10,3,0,0,0],[46,10,54,6,0,0,0,0],[49,12,49,51,0,0,0,0],[49,52,51,10,0,0,0,0],[51,16,53,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15executeWithSudo7commandSb7success_SS6outputtSS_tF","regions":[[64,78,97,6,1,0,0,0],[77,12,93,10,1,0,0,0],[78,27,93,10,1,0,0,0],[84,16,84,43,1,0,0,0],[84,44,87,14,0,0,0,0],[87,20,92,14,1,0,0,0],[93,17,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15executeWithSudo7commandSb7success_SS6outputtSS_tFSSyKXEfu_","regions":[[82,65,82,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20executeWithOsascript7command6promptSb7success_SS6outputtSS_SStF","regions":[[112,99,164,6,1,0,0,0],[114,12,114,51,1,0,0,0],[114,52,118,10,0,0,0,0],[118,10,164,6,1,0,0,0],[121,12,121,53,1,0,0,0],[121,54,125,10,1,0,0,0],[125,10,164,6,0,0,0,0],[143,12,159,10,0,0,0,0],[144,27,158,57,0,0,0,0],[150,16,150,43,0,0,0,0],[150,44,152,14,0,0,0,0],[152,20,156,14,0,0,0,0],[159,17,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20executeWithOsascript7command6promptSb7success_SS6outputtSS_SStFSSyKXEfu_","regions":[[148,65,148,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15testAdminDialogSbyF","regions":[[177,36,200,6,1,0,0,0],[180,80,180,86,1,0,0,0],[180,89,180,101,0,0,0,0],[184,12,184,81,1,0,0,0],[184,82,188,10,0,0,0,0],[188,10,199,30,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20escapeForAppleScriptyS2SF","regions":[[210,60,214,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC21executeWithPrivileges8commands6promptSb7success_SS6outputtSaySSG_SStF","regions":[[227,103,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC9launchctl_7service6promptSb7success_SS6outputtSS_S2StF","regions":[[241,7,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC8copyFile4from2to6promptSb7success_SS6outputtSS_S2StF","regions":[[255,7,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC10removeFile2at6promptSb7success_SS6outputtSS_SStF","regions":[[266,89,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15createDirectory2at6promptSb7success_SS6outputtSS_SStF","regions":[[277,94,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC11killProcess3pid6signal6promptSb7success_SS6outputts5Int32V_AKSStF","regions":[[291,7,294,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorCACyc33_4D54BDABF60C14AFCD1084193A722150Llfc","regions":[[57,20,60,6,2,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13operationModeAC09OperationI0OvgZ","regions":[[70,45,78,6,16,0,0,0],[71,9,71,18,0,0,0,2],[74,9,77,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[85,81,94,6,0,0,0,0],[88,16,88,34,0,0,0,0],[89,9,90,92,0,0,0,0],[91,9,92,90,0,0,0,0],[93,10,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC07cleanupE6HelperyyYaKF","regions":[[97,49,110,6,0,0,0,0],[108,84,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30installAllLaunchDaemonServices012kanataBinaryB00m6ConfigB07tcpPortySS_SSSitYaKF","regions":[[117,20,126,6,0,0,0,0],[125,10,126,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30installAllLaunchDaemonServicesyyYaKF","regions":[[129,56,146,6,9,0,0,0],[134,16,134,34,9,0,0,0],[135,9,142,14,0,0,0,0],[136,16,139,14,0,0,0,0],[137,91,139,14,0,0,0,0],[139,21,142,14,0,0,0,0],[141,66,142,14,0,0,0,0],[143,9,144,62,9,0,0,0],[145,10,146,6,9,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19currentServiceState33_4D54BDABF60C14AFCD1084193A722150LLAA19KanataDaemonManagerC0i10ManagementJ0OyYaF","regions":[[148,92,155,6,10,0,0,0],[149,9,149,18,0,0,0,2],[150,57,152,14,10,0,0,0],[152,14,154,73,0,0,0,0],[153,9,153,15,0,0,0,2]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17runServiceInstall33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[157,51,165,6,4,0,0,0],[158,9,158,18,0,0,0,2],[159,63,162,14,4,0,0,0],[160,37,161,23,4,0,0,0],[162,14,165,6,0,0,0,0],[163,9,163,15,0,0,0,2],[164,51,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24restartUnhealthyServicesyyYaKF","regions":[[168,50,195,6,0,0,0,0],[172,12,172,74,0,0,0,0],[172,74,195,6,0,0,0,0],[172,75,176,10,0,0,0,0],[176,10,195,6,0,0,0,0],[178,16,178,34,0,0,0,0],[179,9,186,14,0,0,0,0],[180,16,183,14,0,0,0,0],[181,74,183,14,0,0,0,0],[183,21,186,14,0,0,0,0],[185,48,186,14,0,0,0,0],[187,9,188,44,0,0,0,0],[189,10,195,6,0,0,0,0],[192,12,192,75,0,0,0,0],[192,75,195,6,0,0,0,0],[192,76,194,10,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[200,77,240,6,6,0,0,0],[204,12,204,41,6,0,0,0],[204,42,208,10,1,0,0,0],[208,10,239,20,5,0,0,0],[212,36,215,10,0,0,0,0],[215,10,239,20,5,0,0,0],[217,12,217,34,5,0,0,0],[217,35,219,10,2,0,0,0],[224,9,230,10,1,0,0,0],[230,10,239,20,4,0,0,0],[234,38,239,20,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKFSbyKXEfu_","regions":[[210,58,210,80,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30regenerateServiceConfigurationyyYaKF","regions":[[243,56,247,6,0,0,0,0],[246,41,247,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18installLogRotationyyYaKF","regions":[[250,44,259,6,1,0,0,0],[253,16,253,34,1,0,0,0],[254,9,255,49,0,0,0,0],[256,9,257,47,1,0,0,0],[258,10,259,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24repairVHIDDaemonServicesyyYaKF","regions":[[262,50,276,6,0,0,0,0],[265,16,265,34,0,0,0,0],[266,9,272,14,0,0,0,0],[267,16,267,56,0,0,0,0],[267,54,267,56,0,0,0,0],[267,63,272,14,0,0,0,0],[271,51,272,14,0,0,0,0],[273,9,274,47,0,0,0,0],[275,10,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[279,67,294,6,0,0,0,0],[283,16,283,34,0,0,0,0],[284,9,290,14,0,0,0,0],[285,16,285,67,0,0,0,0],[285,65,285,67,0,0,0,0],[285,74,290,14,0,0,0,0],[289,62,290,14,0,0,0,0],[291,9,292,58,0,0,0,0],[293,10,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC25activateVirtualHIDManageryyYaKF","regions":[[299,51,308,6,0,0,0,0],[302,16,302,34,0,0,0,0],[303,9,304,43,0,0,0,0],[305,9,306,41,0,0,0,0],[307,10,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26uninstallVirtualHIDDriversyyYaKF","regions":[[311,52,320,6,0,0,0,0],[314,16,314,34,0,0,0,0],[315,9,316,47,0,0,0,0],[317,9,318,45,0,0,0,0],[319,10,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23installVirtualHIDDriver7version11downloadURLySS_SStYaKF","regions":[[323,85,332,6,0,0,0,0],[326,16,326,34,0,0,0,0],[327,9,328,86,0,0,0,0],[329,9,330,84,0,0,0,0],[331,10,332,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[339,61,358,6,1,0,0,0],[343,16,343,34,1,0,0,0],[344,9,354,14,0,0,0,0],[345,16,349,14,0,0,0,0],[347,55,349,14,0,0,0,0],[349,21,354,14,0,0,0,0],[352,53,354,14,0,0,0,0],[355,9,356,49,1,0,0,0],[357,10,358,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16terminateProcess3pidys5Int32V_tYaKF","regions":[[363,52,372,6,0,0,0,0],[366,16,366,34,0,0,0,0],[367,9,368,55,0,0,0,0],[369,9,370,53,0,0,0,0],[371,10,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22killAllKanataProcessesyyYaKF","regions":[[375,48,384,6,0,0,0,0],[378,16,378,34,0,0,0,0],[379,9,380,44,0,0,0,0],[381,9,382,42,0,0,0,0],[383,10,384,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[390,64,399,6,2,0,0,0],[393,16,393,34,2,0,0,0],[394,9,395,68,0,0,0,0],[396,9,397,66,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20installBundledKanatayyYaKF","regions":[[404,46,417,6,0,0,0,0],[407,16,407,34,0,0,0,0],[408,9,409,51,0,0,0,0],[410,9,411,49,0,0,0,0],[412,10,417,6,0,0,0,0],[416,80,417,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC25helperInstallLaunchDaemon33_4D54BDABF60C14AFCD1084193A722150LL05plistB09serviceIDySS_SStYaKF","regions":[[425,95,427,6,0,0,0,0],[426,103,427,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperRegenerateConfig33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[429,56,433,6,0,0,0,0],[432,41,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24helperInstallLogRotation33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[435,58,444,6,0,0,0,0],[436,12,438,10,0,0,0,0],[437,64,438,10,0,0,0,0],[438,17,443,10,0,0,0,0],[442,47,443,10,0,0,0,0],[443,10,444,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24helperRepairVHIDServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[446,58,455,6,0,0,0,0],[447,12,449,10,0,0,0,0],[448,70,449,10,0,0,0,0],[449,17,454,10,0,0,0,0],[453,47,454,10,0,0,0,0],[454,10,455,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23removeLegacyKanataPlist33_4D54BDABF60C14AFCD1084193A722150LL6reasonySS_tYaF","regions":[[457,64,470,6,2,0,0,0],[459,65,459,75,2,0,0,0],[459,75,470,6,0,0,0,0],[465,12,467,10,0,0,0,0],[466,89,467,10,0,0,0,0],[467,17,469,10,0,0,0,0],[469,10,470,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC35helperInstallServicesWithoutLoading33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[472,69,474,6,0,0,0,0],[473,83,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18helperActivateVHID33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[476,52,478,6,0,0,0,0],[477,67,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperUninstallDrivers33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[480,56,482,6,0,0,0,0],[481,68,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19helperInstallDriver33_4D54BDABF60C14AFCD1084193A722150LL7version11downloadURLySS_SStYaKF","regions":[[484,89,488,6,0,0,0,0],[487,10,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallCorrectDriver33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[490,60,500,6,0,0,0,0],[492,65,497,10,0,0,0,0],[497,10,500,6,0,0,0,0],[499,89,500,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperTerminateProcess33_4D54BDABF60C14AFCD1084193A722150LL3pidys5Int32V_tYaKF","regions":[[502,66,504,6,0,0,0,0],[503,61,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16terminateProcessyys5Int32VYaKF","regions":[[507,54,517,6,0,0,0,0],[508,12,511,10,0,0,0,0],[510,55,511,10,0,0,0,0],[511,17,516,10,0,0,0,0],[515,53,516,10,0,0,0,0],[516,10,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19helperKillAllKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[519,53,521,6,0,0,0,0],[520,64,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC36helperRestartKarabinerDaemonVerified33_4D54BDABF60C14AFCD1084193A722150LLSbyYaKF","regions":[[534,78,599,6,0,0,0,0],[546,12,548,10,0,0,0,0],[547,68,548,10,0,0,0,0],[548,17,552,10,0,0,0,0],[552,10,598,21,0,0,0,0],[556,12,559,10,0,0,0,0],[557,70,559,10,0,0,0,0],[559,17,562,10,0,0,0,0],[562,10,598,21,0,0,0,0],[570,15,570,78,0,0,0,0],[570,79,581,10,0,0,0,0],[575,16,575,25,0,0,0,0],[575,26,579,14,0,0,0,0],[579,14,581,10,0,0,0,0],[580,76,581,10,0,0,0,0],[581,10,598,21,0,0,0,0],[585,69,598,21,0,0,0,0],[592,12,592,45,0,0,0,0],[592,46,595,10,0,0,0,0],[595,10,598,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[601,60,611,6,0,0,0,0],[602,12,604,10,0,0,0,0],[603,76,604,10,0,0,0,0],[604,17,610,10,0,0,0,0],[609,49,610,10,0,0,0,0],[610,10,611,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKFSSyKXEfu_","regions":[[605,79,605,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23disableKarabinerGrabberyyYaKF","regions":[[615,49,618,6,0,0,0,0],[617,65,618,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23sudoInstallLaunchDaemon33_4D54BDABF60C14AFCD1084193A722150LL05plistB09serviceIDySS_SStYaKF","regions":[[623,93,638,6,0,0,0,0],[637,10,638,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoInstallAllServices33_4D54BDABF60C14AFCD1084193A722150LL012kanataBinaryB00q6ConfigB07tcpPortySS_SSSitYaKF","regions":[[646,20,653,6,0,0,0,0],[650,12,650,20,0,0,0,0],[650,21,652,10,0,0,0,0],[652,10,653,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC37sudoInstallAllServicesWithPreferences33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[657,71,663,6,9,0,0,0],[660,12,660,20,9,0,0,0],[660,21,662,10,0,0,0,0],[662,10,663,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19sudoRestartServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[667,53,673,6,0,0,0,0],[670,12,670,20,0,0,0,0],[670,21,672,10,0,0,0,0],[672,10,673,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoRegenerateConfig33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[677,54,684,6,0,0,0,0],[681,12,681,20,0,0,0,0],[681,21,683,10,0,0,0,0],[683,10,684,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoInstallLogRotation33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[688,56,694,6,1,0,0,0],[691,12,691,20,1,0,0,0],[691,21,693,10,0,0,0,0],[693,10,694,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoRepairVHIDServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[698,56,704,6,0,0,0,0],[701,12,701,20,0,0,0,0],[701,21,703,10,0,0,0,0],[703,10,704,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC33sudoInstallServicesWithoutLoading33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[708,67,715,6,0,0,0,0],[712,12,712,20,0,0,0,0],[712,21,714,10,0,0,0,0],[714,10,715,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16sudoActivateVHID33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[718,50,725,6,0,0,0,0],[722,12,722,20,0,0,0,0],[722,21,724,10,0,0,0,0],[724,10,725,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoUninstallDrivers33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[728,54,735,6,0,0,0,0],[732,12,732,20,0,0,0,0],[732,21,734,10,0,0,0,0],[734,10,735,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17sudoInstallDriver33_4D54BDABF60C14AFCD1084193A722150LL7version11downloadURLySS_SStYaKF","regions":[[738,91,745,6,0,0,0,0],[742,12,742,20,0,0,0,0],[742,21,744,10,0,0,0,0],[744,10,745,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24sudoInstallCorrectDriver33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[748,58,755,6,1,0,0,0],[752,12,752,20,1,0,0,0],[752,21,754,10,1,0,0,0],[754,10,755,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoTerminateProcess33_4D54BDABF60C14AFCD1084193A722150LL3pidys5Int32V_tYaKF","regions":[[758,64,770,6,0,0,0,0],[762,12,764,10,0,0,0,0],[763,95,764,10,0,0,0,0],[764,17,769,10,0,0,0,0],[768,96,769,10,0,0,0,0],[769,10,770,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17sudoKillAllKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[773,51,776,6,0,0,0,0],[775,88,776,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC34sudoRestartKarabinerDaemonVerified33_4D54BDABF60C14AFCD1084193A722150LLSbyYaKF","regions":[[782,76,872,6,2,0,0,0],[799,12,799,22,2,0,0,0],[799,23,804,10,2,0,0,0],[816,12,816,22,2,0,0,0],[816,23,822,10,2,0,0,0],[822,16,828,10,0,0,0,0],[836,12,838,10,2,0,0,0],[837,46,838,10,1,0,0,0],[838,17,841,10,1,0,0,0],[841,10,871,21,1,0,0,0],[851,15,851,82,1,0,0,0],[851,83,858,10,1,0,0,0],[852,16,852,49,1,0,0,0],[852,50,856,14,1,0,0,0],[856,14,858,10,0,0,0,0],[857,76,858,10,0,0,0,0],[858,10,871,21,0,0,0,0],[864,12,864,24,0,0,0,0],[864,25,866,10,0,0,0,0],[866,16,870,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24sudoInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[875,58,881,6,0,0,0,0],[878,12,878,20,0,0,0,0],[878,21,880,10,0,0,0,0],[880,10,881,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[885,82,902,6,0,0,0,0],[889,10,902,6,0,0,0,0],[891,12,891,32,0,0,0,0],[891,33,893,10,0,0,0,0],[893,16,901,10,0,0,0,0],[901,10,902,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16sudoExecuteBatch33_4D54BDABF60C14AFCD1084193A722150LLyy0aB4Core0E13CommandRunnerO0J0VYaKF","regions":[[905,88,920,6,2,0,0,0],[907,87,920,6,2,0,0,0],[909,12,909,32,2,0,0,0],[909,33,911,10,1,0,0,0],[911,16,919,10,1,0,0,0],[919,10,920,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20escapeForAppleScript33_4D54BDABF60C14AFCD1084193A722150LLyS2SF","regions":[[925,67,931,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13getDaemonPIDs33_4D54BDABF60C14AFCD1084193A722150LLSaySSGyYaFZ","regions":[[934,59,937,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13getDaemonPIDs33_4D54BDABF60C14AFCD1084193A722150LLSaySSGyYaFZSSs5Int32VXEfU_","regions":[[936,25,936,39,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC34notifySMAppServiceApprovalRequired33_4D54BDABF60C14AFCD1084193A722150LL7contextySS_tFZ","regions":[[939,77,950,6,1,0,0,0],[943,9,945,10,0,0,0,0],[945,10,950,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19_testEnsureServices7contextSbSS_tYaKF","regions":[[956,72,958,10,6,0,0,0],[957,69,958,10,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC29_testResetServiceInstallGuardyyFZ","regions":[[960,53,964,10,6,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PrivilegedOperationErrorO16errorDescriptionSSSgvg","regions":[[978,35,989,6,2,0,0,0],[979,16,979,20,2,0,0,0],[980,9,981,46,0,0,0,0],[982,9,983,43,2,0,0,0],[984,9,985,88,0,0,0,0],[986,9,987,78,0,0,0,0],[988,10,989,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28PrivilegedOperationsProviderO6sharedAA0eF0_pvpZfiAaE_pyXEfU_","regions":[[9,54,14,6,0,0,0,0],[10,12,10,38,0,0,0,0],[10,39,12,10,0,0,0,0],[12,10,13,50,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC13kanataService15installerEngine15privilegeBrokerAcA06KanataH0C_AA09InstallerJ0CAA09PrivilegeL0Vtcfc","regions":[[38,7,42,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaF","regions":[[44,39,68,6,0,0,0,0],[46,12,51,10,0,0,0,0],[47,44,50,24,0,0,0,0],[51,17,67,10,0,0,0,0],[57,16,57,30,0,0,0,0],[57,31,61,14,0,0,0,0],[61,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaFSSyKXEfu_","regions":[[52,75,52,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaFSSyKXEfu0_","regions":[[63,112,63,127,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC11stopServiceSbyYaF","regions":[[70,38,92,6,0,0,0,0],[72,12,77,10,0,0,0,0],[73,43,76,24,0,0,0,0],[77,17,91,10,0,0,0,0],[82,16,87,14,0,0,0,0],[83,62,86,28,0,0,0,0],[87,21,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC11stopServiceSbyYaFSSyKXEfu_","regions":[[78,75,78,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaF","regions":[[94,41,118,6,0,0,0,0],[96,12,101,10,0,0,0,0],[97,46,100,24,0,0,0,0],[101,17,117,10,0,0,0,0],[107,16,107,30,0,0,0,0],[107,31,111,14,0,0,0,0],[111,20,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaFSSyKXEfu_","regions":[[102,75,102,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaFSSyKXEfu0_","regions":[[113,114,113,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC16isServiceRunningSbyYaF","regions":[[120,43,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ProcessKiller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ProcessKillerO4kill3pidySi_tYaFZ","regions":[[5,38,22,6,0,0,0,0],[10,12,19,10,0,0,0,0],[11,27,19,10,0,0,0,0],[14,16,14,43,0,0,0,0],[14,44,16,14,0,0,0,0],[16,20,18,14,0,0,0,0],[19,17,21,10,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC016processLifecycleF024karabinerConflictServiceAC0ab6DaemonH00ehF0C_AA09KarabinerJ8Managing_ptcfc","regions":[[37,7,40,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC12startService06configB09argumentsSbSS_SaySSGtYaF","regions":[[42,80,81,6,0,0,0,0],[51,12,51,19,0,0,0,0],[51,20,77,10,0,0,0,0],[57,44,72,14,0,0,0,0],[72,20,76,14,0,0,0,0],[77,16,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC11stopServiceSbyYaF","regions":[[83,38,99,6,0,0,0,0],[89,12,89,19,0,0,0,0],[89,20,95,10,0,0,0,0],[95,16,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC14restartService06configB09argumentsSbSS_SaySSGtYaF","regions":[[101,80,109,6,0,0,0,0],[104,28,107,10,0,0,0,0],[107,10,108,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC6statusSb9isRunning_SiSg3pidtyYaF","regions":[[111,57,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC16resolveConflictsyyYaF","regions":[[115,35,139,6,0,0,0,0],[121,12,121,33,0,0,0,0],[121,34,136,10,0,0,0,0],[125,45,128,14,0,0,0,0],[128,14,136,10,0,0,0,0],[131,16,133,14,0,0,0,0],[132,79,133,14,0,0,0,0],[133,21,135,14,0,0,0,0],[135,14,136,10,0,0,0,0],[136,16,138,10,0,0,0,0],[138,10,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC17verifyNoConflictsyyYaF","regions":[[141,36,172,6,0,0,0,0],[154,45,157,10,0,0,0,0],[157,10,172,6,0,0,0,0],[160,46,163,10,0,0,0,0],[163,10,172,6,0,0,0,0],[165,12,165,37,0,0,0,0],[165,38,168,10,0,0,0,0],[168,16,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC7cleanupyyYaF","regions":[[174,26,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC24startLaunchDaemonService33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSbyYaF","regions":[[181,59,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23stopLaunchDaemonService33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSbyYaF","regions":[[187,58,195,6,0,0,0,0],[190,12,190,14,0,0,0,0],[190,15,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23checkLaunchDaemonStatus33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSb9isRunning_SiSg3pidtyYaF","regions":[[198,82,246,6,0,0,0,0],[202,12,202,53,0,0,0,0],[202,54,205,10,0,0,0,0],[205,10,246,6,0,0,0,0],[215,12,242,10,0,0,0,0],[216,27,241,36,0,0,0,0],[225,91,232,14,0,0,0,0],[227,20,227,41,0,0,0,0],[227,42,231,18,0,0,0,0],[231,18,232,14,0,0,0,0],[232,14,241,36,0,0,0,0],[236,16,236,25,0,0,0,0],[236,26,238,14,0,0,0,0],[238,20,240,14,0,0,0,0],[242,17,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23checkLaunchDaemonStatus33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSb9isRunning_SiSg3pidtyYaFSSyKXEfu_","regions":[[220,65,220,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceCACyc33_5CAAC922FCC3E22485FF7B2BDD18CA22Llfc","regions":[[8,20,8,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC13importFromURL_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation0I0V_SSSgAA0amN0OtYaKF","regions":[[17,137,40,6,0,0,0,0],[19,66,21,10,0,0,0,0],[21,10,39,131,0,0,0,0],[24,75,39,131,0,0,0,0],[26,68,28,10,0,0,0,0],[28,10,39,131,0,0,0,0],[30,68,32,10,0,0,0,0],[32,10,39,131,0,0,0,0],[35,12,35,41,0,0,0,0],[35,42,37,10,0,0,0,0],[37,10,39,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC13importFromURL_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation0I0V_SSSgAA0amN0OtYaKFSbyKXEfu_","regions":[[19,40,19,60,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC14importFromFile_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation3URLV_SSSgAA0amN0OtYaKF","regions":[[49,142,73,6,7,0,0,0],[50,38,52,10,0,0,0,0],[52,10,72,116,7,0,0,0],[55,92,72,116,7,0,0,0],[56,88,58,10,0,0,0,0],[58,10,72,116,7,0,0,0],[61,12,63,10,7,0,0,0],[62,49,63,10,7,0,0,0],[63,17,65,10,0,0,0,0],[65,10,72,116,7,0,0,0],[68,12,68,41,7,0,0,0],[68,42,70,10,0,0,0,0],[70,10,72,116,7,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKF","regions":[[77,148,117,6,9,0,0,0],[80,12,82,10,9,0,0,0],[81,94,82,10,8,0,0,0],[82,17,84,10,1,0,0,0],[84,10,116,22,8,0,0,0],[86,42,88,10,1,0,0,0],[88,10,116,22,7,0,0,0],[91,82,91,96,7,0,0,0],[92,9,93,51,6,0,0,0],[94,9,95,50,1,0,0,0],[96,10,116,22,7,0,0,0],[100,38,100,54,7,0,0,0],[100,55,102,10,0,0,0,0],[102,16,104,10,7,0,0,0],[112,16,114,10,0,0,0,0],[114,10,116,22,7,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKFs6UInt16V0T4Code_SS5labeltSgSi_SitYbcfu_","regions":[[93,13,93,51,48,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKFs6UInt16V0T4Code_SS5labeltSgSi_SitYbcfu0_","regions":[[95,13,95,50,8,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC16saveCustomLayout6layout4name9sourceURL0J4JSON0J7VariantyAA08PhysicalI0V_S2SSg10Foundation4DataVALtF","regions":[[132,7,162,6,2,0,0,0],[138,12,138,46,2,0,0,0],[138,47,144,10,0,0,0,0],[140,19,140,53,0,0,0,0],[140,54,143,14,0,0,0,0],[143,14,144,10,0,0,0,0],[147,57,147,87,0,0,0,0],[147,90,147,107,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC16saveCustomLayout6layout4name9sourceURL0J4JSON0J7VariantyAA08PhysicalI0V_S2SSg10Foundation4DataVALtFSSAA06StoredI0Vcfu_","regions":[[136,51,136,57,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC17loadCustomLayoutsSayAA14PhysicalLayoutVGyF","regions":[[166,50,197,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC17loadCustomLayoutsSayAA14PhysicalLayoutVGyFAFSgAA06StoredK0VXEfU_","regions":[[169,41,196,10,2,0,0,0],[171,133,173,14,0,0,0,0],[173,20,175,14,2,0,0,0],[178,16,192,14,2,0,0,0],[185,18,191,18,2,0,0,0],[192,21,195,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC18deleteCustomLayout8layoutIdySS_tF","regions":[[201,47,208,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC18deleteCustomLayout8layoutIdySS_tFSbAA06StoredI0VXEfU_","regions":[[203,33,203,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC20getAvailableVariants4fromSaySSG10Foundation4DataV_tKF","regions":[[215,79,223,6,1,0,0,0],[217,12,219,10,1,0,0,0],[218,94,219,10,1,0,0,0],[219,17,221,10,0,0,0,0],[221,10,222,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportErrorO16errorDescriptionSSSgvg","regions":[[240,35,253,6,0,0,0,0],[241,16,241,20,0,0,0,0],[242,9,243,38,0,0,0,0],[244,9,245,40,0,0,0,0],[246,9,247,39,0,0,0,0],[248,9,249,42,0,0,0,0],[250,9,251,38,0,0,0,0],[252,10,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV13_importMethod33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVyAC06ImportH0OGvpfi","regions":[[9,53,9,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV10_urlString33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySSGvpfi","regions":[[10,44,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV11_layoutName33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySSGvpfi","regions":[[13,45,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV15_keyMappingType33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVyAA0ahI0OGvpfi","regions":[[14,57,14,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV18_availableVariants33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySaySSGGvpfi","regions":[[16,54,16,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV10_isLoading33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySbGvpfi","regions":[[17,36,17,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV15_showFilePicker33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySbGvpfi","regions":[[20,41,20,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg","regions":[[28,25,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_","regions":[[29,29,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A5_yXEfU_","regions":[[31,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A5_yXEfU_yyScMYccfU_","regions":[[36,34,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_","regions":[[46,24,210,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_","regions":[[47,58,208,18,0,0,0,0],[56,24,56,44,0,0,0,0],[56,45,86,22,0,0,0,0],[86,22,208,18,0,0,0,0],[89,24,89,45,0,0,0,0],[89,46,116,22,0,0,0,0],[116,22,208,18,0,0,0,0],[133,24,133,50,0,0,0,0],[133,51,148,22,0,0,0,0],[148,22,208,18,0,0,0,0],[163,53,174,22,0,0,0,0],[174,22,208,18,0,0,0,0],[177,49,188,22,0,0,0,0],[188,22,208,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A24_yXEfU_","regions":[[49,71,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_","regions":[[57,65,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_ySS_SStcfU_","regions":[[64,58,81,34,0,0,0,0],[66,40,66,57,0,0,0,0],[66,91,76,38,0,0,0,0],[67,44,67,89,0,0,0,0],[67,90,73,42,0,0,0,0],[68,48,68,105,0,0,0,0],[68,106,70,46,0,0,0,0],[70,52,72,46,0,0,0,0],[73,48,75,42,0,0,0,0],[76,47,76,64,0,0,0,0],[76,65,78,38,0,0,0,0],[78,44,80,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_ySS_SStcfU_SbyKXEfu_","regions":[[67,69,67,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_","regions":[[90,65,115,26,0,0,0,0],[93,62,105,30,0,0,0,0],[105,36,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_A54_yXEfU_","regions":[[94,40,101,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_A54_yXEfU_yyScMYccfU_","regions":[[98,54,100,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_yyScMYccfU0_","regions":[[106,55,108,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A77_yXEfU2_","regions":[[119,61,130,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A77_yXEfU2_A74_yXEfU_","regions":[[122,77,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_","regions":[[134,65,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_A85_yXEfU_","regions":[[137,83,142,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_A85_yXEfU_A80_SScfU_","regions":[[139,72,141,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A94_yXEfU4_","regions":[[151,61,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A100_yXEfU5_","regions":[[164,32,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A100_yXEfU6_","regions":[[178,32,184,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_yyScMYccfU7_","regions":[[191,28,195,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_yyScMYccfU7_yyYacfU_","regions":[[192,30,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A130_yXEfU8_","regions":[[195,30,204,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A130_yXEfU8_A128_yXEfU_","regions":[[196,32,202,26,0,0,0,0],[197,32,197,41,0,0,0,0],[197,42,200,30,0,0,0,0],[200,30,202,26,0,0,0,0],[201,46,201,60,0,0,0,0],[201,63,201,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_SbyKXEfu_","regions":[[206,44,206,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU0_","regions":[[217,11,230,10,0,0,0,0],[218,20,218,26,0,0,0,0],[219,13,226,18,0,0,0,0],[222,45,226,18,0,0,0,0],[227,13,228,86,0,0,0,0],[229,14,230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU0_yyYacfU_","regions":[[223,26,225,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvg","regions":[[233,33,239,6,0,0,0,0],[234,12,234,32,0,0,0,0],[234,33,236,10,0,0,0,0],[236,16,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu_","regions":[[235,35,235,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu0_","regions":[[235,68,235,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu1_","regions":[[237,39,237,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV12loadVariants33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL4fromy10Foundation3URLV_tYaF","regions":[[241,56,252,6,0,0,0,0],[242,12,249,10,0,0,0,0],[243,53,249,10,0,0,0,0],[245,93,249,10,0,0,0,0],[246,16,246,42,0,0,0,0],[246,67,248,14,0,0,0,0],[249,17,251,10,0,0,0,0],[251,10,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV12importLayout33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLyyYaF","regions":[[254,39,352,6,0,0,0,0],[259,12,348,10,0,0,0,0],[263,16,263,36,0,0,0,0],[263,37,300,14,0,0,0,0],[264,61,266,18,0,0,0,0],[266,18,300,14,0,0,0,0],[269,49,271,18,0,0,0,0],[271,24,282,18,0,0,0,0],[272,87,282,18,0,0,0,0],[276,26,278,22,0,0,0,0],[278,22,282,18,0,0,0,0],[282,18,300,14,0,0,0,0],[285,20,285,45,0,0,0,0],[285,46,292,18,0,0,0,0],[286,105,291,27,0,0,0,0],[287,24,287,50,0,0,0,0],[287,75,289,22,0,0,0,0],[292,18,300,14,0,0,0,0],[299,18,300,14,0,0,0,0],[300,20,328,14,0,0,0,0],[301,58,303,18,0,0,0,0],[303,18,328,14,0,0,0,0],[306,49,308,18,0,0,0,0],[308,24,311,18,0,0,0,0],[309,61,311,18,0,0,0,0],[311,18,328,14,0,0,0,0],[314,20,314,45,0,0,0,0],[314,46,321,18,0,0,0,0],[315,105,320,27,0,0,0,0],[316,24,316,50,0,0,0,0],[316,75,318,22,0,0,0,0],[321,18,328,14,0,0,0,0],[327,18,328,14,0,0,0,0],[328,14,348,10,0,0,0,0],[334,51,334,60,0,0,0,0],[334,63,334,66,0,0,0,0],[348,17,351,10,0,0,0,0],[351,10,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC8cacheTTL33_1C90D476633E439ABD53F08E40245772LLSdvpfi","regions":[[10,42,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC7baseURL33_1C90D476633E439ABD53F08E40245772LLSSvpfi","regions":[[12,27,12,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC10rawBaseURL33_1C90D476633E439ABD53F08E40245772LLSSvpfi","regions":[[13,30,13,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseCACyc33_1C90D476633E439ABD53F08E40245772Llfc","regions":[[15,20,15,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyF","regions":[[18,63,66,6,0,0,0,0],[19,105,22,10,0,0,0,0],[22,10,66,6,0,0,0,0],[24,58,27,10,0,0,0,0],[27,10,66,6,0,0,0,0],[40,12,62,10,0,0,0,0],[41,84,61,29,0,0,0,0],[62,17,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_","regions":[[42,57,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSSshYbcfu_","regions":[[44,81,44,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSyKXEfu0_","regions":[[44,97,44,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSyKXEfu1_","regions":[[48,59,48,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SaySSGyKXEfu2_","regions":[[56,58,56,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKF","regions":[[71,67,144,6,0,0,0,0],[74,51,76,10,0,0,0,0],[76,10,143,25,0,0,0,0],[79,75,143,25,0,0,0,0],[81,68,83,10,0,0,0,0],[83,10,143,25,0,0,0,0],[85,68,87,10,0,0,0,0],[87,10,143,25,0,0,0,0],[97,12,99,10,0,0,0,0],[98,82,99,10,0,0,0,0],[99,17,101,10,0,0,0,0],[101,10,143,25,0,0,0,0],[116,67,135,10,0,0,0,0],[135,10,143,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFSbAcdGyYaKF13GitHubContentL_VXEfU_","regions":[[104,44,104,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFyScGyAFSgGzYaXEfU0_","regions":[[119,61,131,14,0,0,0,0],[120,34,124,18,0,0,0,0],[124,18,131,14,0,0,0,0],[126,45,130,18,0,0,0,0],[127,37,129,22,0,0,0,0],[130,18,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFyScGyAFSgGzYaXEfU0_AHyYacfU_","regions":[[121,35,123,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC21fetchKeyboardMetadata33_1C90D476633E439ABD53F08E40245772LL13directoryName4pathAA0hI0VSgSS_SStYaF","regions":[[147,104,177,6,0,0,0,0],[150,12,173,10,0,0,0,0],[151,87,172,14,0,0,0,0],[155,18,157,14,0,0,0,0],[157,14,172,14,0,0,0,0],[161,16,163,14,0,0,0,0],[162,98,163,14,0,0,0,0],[163,21,166,14,0,0,0,0],[166,14,172,14,0,0,0,0],[173,17,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKF","regions":[[180,63,207,6,0,0,0,0],[189,9,195,10,0,0,0,0],[195,10,206,25,0,0,0,0],[199,63,206,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSSAFcfu_","regions":[[183,44,183,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSbAFXEfU_","regions":[[191,44,191,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSbAFXEfU0_","regions":[[202,57,202,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKF","regions":[[213,78,242,6,0,0,0,0],[215,55,241,24,0,0,0,0],[219,35,226,10,0,0,0,0],[226,10,241,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSSAFcfu_","regions":[[216,57,216,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU_","regions":[[221,47,221,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU0_","regions":[[222,46,222,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_","regions":[[229,44,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu_","regions":[[231,17,231,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu0_","regions":[[232,17,232,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu0_SbSSXEfU_","regions":[[232,40,232,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU2_","regions":[[236,46,236,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU3_","regions":[[237,44,237,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15invalidateCacheyyF","regions":[[245,28,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKDatabaseErrorO16errorDescriptionSSSgvg","regions":[[257,35,266,6,0,0,0,0],[258,16,258,20,0,0,0,0],[259,9,260,38,0,0,0,0],[261,9,262,40,0,0,0,0],[263,9,264,38,0,0,0,0],[265,10,266,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11_searchText33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySSGvpfi","regions":[[10,37,10,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV10_keyboards33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySayAA16KeyboardMetadataVGGvpfi","regions":[[12,56,12,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV10_isLoading33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySbGvpfi","regions":[[13,36,13,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg","regions":[[18,25,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI05TupleG0VyAC11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvpQOy_Qo__AE7DividerVAE19_ConditionalContentVyANyAC07loadingG0AILLQrvpQOy_Qo_AC05errorG0AILLyQrSSFQOy_Qo_GANyAC010emptyStateG0AILLQrvpQOy_Qo_AC012keyboardListG0AILLQrvpQOy_Qo_GGAC9statusBarAILLQrvpQOy_Qo_SgtGyXEfU_","regions":[[19,28,40,10,0,0,0,0],[26,16,26,25,0,0,0,0],[26,26,28,14,0,0,0,0],[28,48,30,14,0,0,0,0],[30,23,30,40,0,0,0,0],[30,41,32,14,0,0,0,0],[32,20,34,14,0,0,0,0],[37,16,37,34,0,0,0,0],[37,35,39,14,0,0,0,0],[39,14,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_","regions":[[42,19,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[45,67,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_yyYacfU0_","regions":[[49,18,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgySS_SStcfU1_","regions":[[54,35,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgySS_SStcfU1_yyYacfU_","regions":[[59,31,64,14,0,0,0,0],[61,20,61,37,0,0,0,0],[61,38,63,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU2_","regions":[[66,31,72,10,0,0,0,0],[67,57,70,14,0,0,0,0],[70,14,71,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU3_","regions":[[73,33,82,10,0,0,0,0],[74,44,78,14,0,0,0,0],[75,20,75,49,0,0,0,0],[75,50,77,18,0,0,0,0],[78,23,78,41,0,0,0,0],[78,42,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU4_","regions":[[83,30,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU5_","regions":[[87,30,92,10,0,0,0,0],[88,67,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[98,40,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_","regions":[[99,28,126,10,0,0,0,0],[115,16,115,35,0,0,0,0],[115,36,125,14,0,0,0,0],[125,14,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_yycfU_","regions":[[107,27,111,18,0,0,0,0],[108,75,110,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_yyScMYccfU0_","regions":[[116,24,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_AUyXEfU1_","regions":[[118,26,121,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07loadingG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[133,40,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07loadingG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VAWG_Qo_AF31AccessibilityAttachmentModifierVG_AlFE7paddingyQrAF4EdgeO3SetV_AQSgtFQOyAF4TextV_Qo_tGyXEfU_","regions":[[134,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV05errorG033_44A66EA6339FDEF27D9A4F0112DC8484LLyQrSSF","regions":[[149,58,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV05errorG033_44A66EA6339FDEF27D9A4F0112DC8484LLyQrSSF7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF0wX0OFQOyAF0W0V_Qo_tGyXEfU_","regions":[[150,28,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV010emptyStateG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[166,43,178,6,0,0,0,0],[177,50,177,84,0,0,0,0],[177,87,177,132,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV010emptyStateG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[167,28,174,10,0,0,0,0],[171,39,171,73,0,0,0,0],[171,76,171,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[182,45,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_","regions":[[183,20,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_","regions":[[184,36,194,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_A0_Si_AXtcfU_","regions":[[185,74,193,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_A0_Si_AXtcfU_yycfU_","regions":[[189,35,191,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[201,38,219,6,0,0,0,0],[218,82,218,84,0,0,0,0],[218,87,218,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF7DividerV_AF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrAR_12CoreGraphics7CGFloatVSgtFQOyAlFEATyQrAR_AXtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVA0_tGG_Qo__Qo__AF5ColorVQo_tGyXEfU_","regions":[[202,28,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF7DividerV_AF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrAR_12CoreGraphics7CGFloatVSgtFQOyAlFEATyQrAR_AXtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVA0_tGG_Qo__Qo__AF5ColorVQo_tGyXEfU_A3_yXEfU_","regions":[[204,20,212,14,0,0,0,0],[205,75,205,77,0,0,0,0],[205,80,205,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaF","regions":[[223,53,251,6,0,0,0,0],[228,12,243,10,0,0,0,0],[230,86,243,10,0,0,0,0],[243,17,250,10,0,0,0,0],[250,10,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaFyyYbScMYcXEfU_","regions":[[232,33,242,14,0,0,0,0],[236,20,236,39,0,0,0,0],[236,40,238,18,0,0,0,0],[238,27,238,47,0,0,0,0],[238,81,240,18,0,0,0,0],[239,55,239,58,0,0,0,0],[239,61,239,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaFyyYbScMYcXEfU0_","regions":[[245,33,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVF","regions":[[253,63,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_","regions":[[254,14,295,10,0,0,0,0],[255,16,290,14,0,0,0,0],[257,104,290,14,0,0,0,0],[261,22,263,18,0,0,0,0],[263,18,290,14,0,0,0,0],[270,18,290,14,0,0,0,0],[290,21,294,14,0,0,0,0],[294,14,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_S2SXEfU_","regions":[[273,79,273,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_SSyKXEfu_","regions":[[273,98,273,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_yyYbScMYcXEfU0_","regions":[[284,37,289,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_yyYbScMYcXEfU1_","regions":[[291,37,293,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV18accessibilityLabelSSvg","regions":[[306,44,315,6,0,0,0,0],[308,53,310,10,0,0,0,0],[311,12,311,34,0,0,0,0],[311,35,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg","regions":[[317,25,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_","regions":[[318,34,346,10,0,0,0,0],[344,38,344,69,0,0,0,0],[344,72,344,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_","regions":[[319,50,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A5_yXEfU_","regions":[[320,57,331,18,0,0,0,0],[326,65,330,22,0,0,0,0],[330,22,331,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A16_yXEfU0_","regions":[[336,36,340,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A16_yXEfU0_A15_SScfU_","regions":[[337,66,339,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8TagBadge33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg","regions":[[359,25,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8TagBadge33_44A66EA6339FDEF27D9A4F0112DC8484LLV8tagColor7SwiftUI0O0Vvg","regions":[[371,33,379,6,0,0,0,0],[372,16,372,32,0,0,0,0],[373,9,373,28,0,0,0,0],[374,9,374,42,0,0,0,0],[375,9,375,29,0,0,0,0],[376,9,376,29,0,0,0,0],[377,9,377,28,0,0,0,0],[378,10,379,6,0,0,0,0]]},{"branches":[],"count":52,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO15QMKKeyboardInfoV4fromAEs7Decoder_p_tKcfC","regions":[[32,44,57,10,52,0,0,0],[33,76,57,10,52,0,0,0],[36,78,38,14,52,0,0,0],[38,20,41,14,0,0,0,0],[44,82,46,14,52,0,0,0],[46,101,48,14,0,0,0,0],[48,20,50,14,0,0,0,0],[52,97,57,10,52,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO15QMKKeyboardInfoV4fromAEs7Decoder_p_tKcfcSSyKXEfu_","regions":[[40,86,40,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO11QMKFeaturesV4tagsSaySSGvg","regions":[[73,28,85,10,0,0,0,0],[75,16,75,38,0,0,0,0],[75,39,77,14,0,0,0,0],[78,16,78,54,0,0,0,0],[78,55,80,14,0,0,0,0],[81,16,81,28,0,0,0,0],[81,29,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO11QMKFeaturesV4tagsSaySSGvgSbyKXEfu_","regions":[[78,38,78,54,0,0,0,0]]},{"branches":[],"count":40,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZ","regions":[[130,26,182,6,40,0,0,0],[131,12,178,10,40,0,0,0],[132,82,177,14,39,0,0,0],[133,107,135,14,1,0,0,0],[135,14,177,14,38,0,0,0],[139,48,171,14,1616,0,0,0],[143,83,147,18,1416,0,0,0],[147,76,151,18,198,0,0,0],[151,24,154,18,2,0,0,0],[154,18,171,14,1614,0,0,0],[171,14,177,14,38,0,0,0],[178,17,181,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZAC0E10DefinitionVSgyKXEfu_","regions":[[133,76,133,101,1,0,0,0]]},{"branches":[],"count":1367,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu0_","regions":[[161,40,161,43,1367,0,0,0]]},{"branches":[],"count":1581,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu1_","regions":[[162,41,162,44,1581,0,0,0]]},{"branches":[],"count":1588,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu2_","regions":[[163,43,163,46,1588,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSSyKXEfu3_","regions":[[174,35,174,42,16,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSSyKXEfu4_","regions":[[175,39,175,48,9,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO14loadFromBundle8filename10keyMapping10idOverride04nameN0AA14PhysicalLayoutVSgSS_s6UInt16V0K4Code_SS5labeltSgSi_SitcSSSgAQtFZ","regions":[[196,26,206,6,24,0,0,0],[197,94,200,10,0,0,0,0],[200,10,205,109,24,0,0,0],[201,58,204,10,0,0,0,0],[204,10,205,109,24,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC9maxEvents33_2F622CC52BBBBB9DAB2E8B262B74400DLLSivpfi","regions":[[10,29,10,32,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV2id10Foundation4UUIDVvpfi","regions":[[14,18,14,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV07displayA0SSvg","regions":[[20,32,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV7isPressSbvg","regions":[[25,27,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV9isReleaseSbvg","regions":[[29,29,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV7timeAgoSSvg","regions":[[33,29,42,10,0,0,0,0],[35,16,35,27,0,0,0,0],[35,28,37,14,0,0,0,0],[37,23,37,35,0,0,0,0],[37,36,39,14,0,0,0,0],[39,20,41,14,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC7_events33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySayAC13KeypressEventVGGvpfi","regions":[[46,59,46,61,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13_currentLayer33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySSGvpfi","regions":[[49,56,49,62,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC12_isRecording33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySbGvpfi","regions":[[52,40,52,44,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC011consecutiveA5Count33_2F622CC52BBBBB9DAB2E8B262B74400DLLSivpfi","regions":[[55,44,55,45,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC26consecutivePressTimestamps33_2F622CC52BBBBB9DAB2E8B262B74400DLLSay10Foundation4DateVGvpfi","regions":[[59,54,59,56,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC24sawReleaseBetweenPresses33_2F622CC52BBBBB9DAB2E8B262B74400DLLSbvpfi","regions":[[61,50,61,55,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC9observers33_2F622CC52BBBBB9DAB2E8B262B74400DLLAA27NotificationObserverManagerCvpfi","regions":[[64,29,64,58,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC18notificationCenterACSo014NSNotificationI0C_tc33_2F622CC52BBBBB9DAB2E8B262B74400DLlfc","regions":[[67,69,70,6,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyF","regions":[[72,35,95,6,12,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU_","regions":[[74,72,83,10,37,0,0,0],[75,33,75,43,0,0,0,0],[75,43,83,10,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[79,18,82,14,37,0,0,0],[80,71,80,81,1,0,0,0],[80,81,82,14,36,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[86,76,94,10,2,0,0,0],[87,33,87,43,0,0,0,0],[87,43,94,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU0_yyYaYbScMYccfU_","regions":[[90,18,93,14,2,0,0,0],[91,52,91,62,0,0,0,0],[91,62,93,14,2,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC16makeTestInstance18notificationCenterACSo014NSNotificationL0C_tFZ","regions":[[98,128,100,10,12,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStF","regions":[[103,56,136,6,36,0,0,0],[121,12,125,10,2,0,0,0],[125,10,136,6,34,0,0,0],[133,12,133,36,34,0,0,0],[133,37,135,10,0,0,0,0]]},{"branches":[],"count":118,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_","regions":[[116,59,121,10,118,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu_","regions":[[118,17,118,46,12,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu0_","regions":[[119,17,119,44,6,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu1_","regions":[[120,17,120,78,5,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStF","regions":[[140,107,209,6,34,0,0,0],[145,12,145,37,34,0,0,0],[145,59,149,10,4,0,0,0],[149,10,209,6,30,0,0,0],[152,38,155,10,0,0,0,0],[155,10,209,6,30,0,0,0],[157,12,157,37,30,0,0,0],[161,9,200,10,3,0,0,0],[166,16,166,40,3,0,0,0],[166,41,199,14,0,0,0,0],[171,65,174,18,0,0,0,0],[174,18,199,14,0,0,0,0],[180,20,180,45,0,0,0,0],[180,46,182,18,0,0,0,0],[182,27,182,43,0,0,0,0],[182,44,184,18,0,0,0,0],[184,27,184,79,0,0,0,0],[184,80,186,18,0,0,0,0],[186,24,188,18,0,0,0,0],[195,79,195,84,0,0,0,0],[195,87,195,91,0,0,0,0],[200,16,207,10,27,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStFSSSiXEfU_","regions":[[175,50,175,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStFSbSiXEfU0_","regions":[[184,48,184,78,0,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC11clearEventsyyF","regions":[[212,24,214,6,25,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC15toggleRecordingyyF","regions":[[217,28,219,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV8_service33_AA345E7815EA2DB31493333B8EFBB271LL7SwiftUI14ObservedObjectVyAA0eF7ServiceCGvpfi","regions":[[7,43,7,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg","regions":[[9,25,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_","regions":[[10,28,89,10,0,0,0,0],[61,16,61,38,0,0,0,0],[61,39,79,14,0,0,0,0],[79,20,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_","regions":[[12,20,53,14,0,0,0,0],[38,45,38,62,0,0,0,0],[38,65,38,83,0,0,0,0],[40,59,40,76,0,0,0,0],[40,79,40,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A14_yXEfU_","regions":[[19,36,26,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_yyScMYccfU0_","regions":[[31,24,33,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A29_yXEfU1_","regions":[[33,26,36,18,0,0,0,0],[34,61,34,80,0,0,0,0],[34,83,34,98,0,0,0,0],[35,64,35,68,0,0,0,0],[35,71,35,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_yyScMYccfU2_","regions":[[43,24,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A29_yXEfU3_","regions":[[45,26,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A62_yXEfU0_","regions":[[62,36,77,18,0,0,0,0],[68,24,68,44,0,0,0,0],[68,45,72,22,0,0,0,0],[72,28,76,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_","regions":[[80,28,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_A83_yXEfU_","regions":[[81,44,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_A83_yXEfU_A82_A74_cfU_","regions":[[82,49,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg","regions":[[98,25,135,6,0,0,0,0],[134,37,134,68,0,0,0,0],[134,71,134,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0R0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGG_AF6SpacerVAlFE12cornerRadius_11antialiasedQrAS_SbtFQOyAlFEAWyQrAZFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA16__ATtFQOyAlFEA18_yQrA16__ATtFQOyA4__Qo__Qo__AYQo__Qo__Qo_SgAlFEAmnoPQrAT_AtVtFQOyA4__Qo_tGyXEfU_","regions":[[99,29,131,10,0,0,0,0],[116,57,124,14,0,0,0,0],[124,14,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0R0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGG_AF6SpacerVAlFE12cornerRadius_11antialiasedQrAS_SbtFQOyAlFEAWyQrAZFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA16__ATtFQOyAlFEA18_yQrA16__ATtFQOyA4__Qo__Qo__AYQo__Qo__Qo_SgAlFEAmnoPQrAT_AtVtFQOyA4__Qo_tGyXEfU_A5_yXEfU_","regions":[[101,32,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV10actionIconSSvg","regions":[[137,36,148,6,0,0,0,0],[138,16,138,28,0,0,0,0],[139,9,140,37,0,0,0,0],[141,9,142,30,0,0,0,0],[143,9,144,28,0,0,0,0],[145,9,146,21,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV11actionColor7SwiftUI0O0Vvg","regions":[[150,36,161,6,0,0,0,0],[151,16,151,28,0,0,0,0],[152,9,153,19,0,0,0,0],[154,9,155,23,0,0,0,0],[156,9,157,20,0,0,0,0],[158,9,159,23,0,0,0,0],[160,10,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerCACyc33_AA345E7815EA2DB31493333B8EFBB271Llfc","regions":[[173,20,173,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerC04showG0yyF","regions":[[175,23,203,6,0,0,0,0],[176,40,180,10,0,0,0,0],[180,10,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerC6toggleyyF","regions":[[205,19,211,6,0,0,0,0],[206,66,208,10,0,0,0,0],[208,16,210,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterCACycfc","regions":[[17,12,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC14setEventRouter_13kanataManageryAA0iJ0CSg_AA18RuntimeCoordinatorCSgtF","regions":[[21,85,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aI0VctF","regions":[[25,93,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC04stopF0yyF","regions":[[29,24,31,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV9fieldTextSSvpfi","regions":[[37,33,37,35,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV02isE0Sbvpfi","regions":[[38,33,38,38,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV10buttonIconSSvpfi","regions":[[40,34,40,52,6,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC6_input33_340EE92693F29469C82B5B18EB5741C3LL7Combine9PublishedVyAC12ChannelStateVGvpfi","regions":[[43,41,43,55,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC7_output33_340EE92693F29469C82B5B18EB5741C3LL7Combine9PublishedVyAC12ChannelStateVGvpfi","regions":[[44,42,44,56,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14isSequenceModeSbvW","regions":[[46,16,51,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14captureFactory33_340EE92693F29469C82B5B18EB5741C3LLAA0E7Capture_pycvpfi","regions":[[58,58,58,86,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14captureFactory33_340EE92693F29469C82B5B18EB5741C3LLAA0E7Capture_pycvpfiAaF_pycfU_","regions":[[58,58,58,86,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC25inputPlaceholderRequested33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[64,45,64,50,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC26outputPlaceholderRequested33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[65,46,65,51,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21mappingsWereSuspended33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[66,41,66,46,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorCACycfc","regions":[[68,12,71,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9configure13kanataManager13statusHandler18permissionProvider22keyboardCaptureFactoryyAA07RuntimeF0C_ySScAA27PermissionSnapshotProviding_pAA0eO0_pyctFfA2_AaL_pycfU_","regions":[[77,68,77,96,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9configure13kanataManager13statusHandler18permissionProvider22keyboardCaptureFactoryyAA07RuntimeF0C_ySScAA27PermissionSnapshotProviding_pAA0eO0_pyctF","regions":[[78,7,84,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC18toggleSequenceModeyyF","regions":[[88,31,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19requestPlaceholdersyyF","regions":[[92,32,96,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011toggleInputE0yyF","regions":[[98,33,104,6,2,0,0,0],[99,12,99,29,2,0,0,0],[99,30,101,10,0,0,0,0],[101,16,103,10,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC012toggleOutputE0yyF","regions":[[106,34,112,6,1,0,0,0],[107,12,107,30,1,0,0,0],[107,31,109,10,0,0,0,0],[109,16,111,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21capturedInputSequenceAA0aI0VSgyF","regions":[[114,50,114,76,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC22capturedOutputSequenceAA0aI0VSgyF","regions":[[115,51,115,78,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC22clearCapturedSequencesyyF","regions":[[117,35,123,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16inputDisplayTextSSyF","regions":[[125,39,125,58,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC17outputDisplayTextSSyF","regions":[[126,40,126,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC15inputButtonIconSSyF","regions":[[127,38,127,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16outputButtonIconSSyF","regions":[[128,39,128,60,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07isInputE0SbyF","regions":[[129,37,129,58,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC08isOutputE0SbyF","regions":[[130,38,130,60,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07stopAllE0yyF","regions":[[132,29,142,6,3,0,0,0],[137,12,137,33,3,0,0,0],[137,58,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07stopAllE0yyFyyYacfU_","regions":[[138,18,138,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaF","regions":[[148,13,225,6,0,0,0,0],[151,14,158,10,0,0,0,0],[158,10,225,6,0,0,0,0],[169,12,169,41,0,0,0,0],[173,9,189,10,0,0,0,0],[177,16,184,14,0,0,0,0],[178,88,184,14,0,0,0,0],[184,21,187,14,0,0,0,0],[187,14,188,19,0,0,0,0],[189,10,225,6,0,0,0,0],[194,12,221,10,0,0,0,0],[197,14,221,10,0,0,0,0],[198,80,221,10,0,0,0,0],[221,17,224,10,0,0,0,0],[224,10,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU_","regions":[[153,33,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFAA11ModifierSetVyKXEfu_","regions":[[165,128,165,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFAA11ModifierSetVAA0A5PressVcfu0_","regions":[[166,115,166,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU0_","regions":[[180,37,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU1_","regions":[[216,33,220,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC28convertSequenceToKanataInput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VF","regions":[[230,82,262,6,0,0,0,0],[231,55,231,71,0,0,0,0],[231,71,261,22,0,0,0,0],[247,40,249,10,0,0,0,0],[252,12,252,39,0,0,0,0],[252,40,259,10,0,0,0,0],[254,16,254,53,0,0,0,0],[254,54,254,77,0,0,0,0],[255,16,255,52,0,0,0,0],[255,53,255,76,0,0,0,0],[256,16,256,51,0,0,0,0],[256,52,256,75,0,0,0,0],[257,16,257,53,0,0,0,0],[257,54,257,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC29convertSequenceToKanataOutput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VF","regions":[[265,83,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC29convertSequenceToKanataOutput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VFSSAA0A5PressVXEfU_","regions":[[266,44,290,10,0,0,0,0],[279,44,281,14,0,0,0,0],[284,16,284,53,0,0,0,0],[284,54,284,80,0,0,0,0],[285,16,285,52,0,0,0,0],[285,53,285,79,0,0,0,0],[286,16,286,51,0,0,0,0],[286,52,286,78,0,0,0,0],[287,16,287,53,0,0,0,0],[287,54,287,80,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[297,40,382,6,2,0,0,0],[298,39,298,49,0,0,0,0],[298,49,382,6,2,0,0,0],[305,43,308,10,0,0,0,0],[308,10,382,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[310,14,381,10,2,0,0,0],[313,63,318,14,1,0,0,0],[318,14,381,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[314,37,316,18,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[320,33,380,14,1,0,0,0],[322,63,325,18,0,0,0,0],[325,18,380,14,1,0,0,0],[328,20,328,75,1,0,0,0],[330,17,340,18,0,0,0,0],[344,63,344,72,1,0,0,0],[344,75,344,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_","regions":[[331,26,339,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[333,45,338,26,0,0,0,0],[335,32,335,41,0,0,0,0],[335,42,337,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_","regions":[[346,103,355,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[348,26,354,22,0,0,0,0],[349,45,349,55,0,0,0,0],[349,55,354,22,0,0,0,0],[350,28,350,50,0,0,0,0],[350,51,353,26,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_","regions":[[357,58,379,18,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_","regions":[[358,26,378,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[369,27,377,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[370,34,376,30,1,0,0,0],[371,53,371,63,0,0,0,0],[371,63,376,30,1,0,0,0],[372,36,372,58,1,0,0,0],[372,59,375,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21finalizeDelayDuration33_340EE92693F29469C82B5B18EB5741C3LL3forSdAA11CaptureModeO_tF","regions":[[384,79,391,6,1,0,0,0],[385,16,385,20,1,0,0,0],[386,9,387,51,1,0,0,0],[387,42,387,45,1,0,0,0],[387,48,387,51,0,0,0,0],[388,9,389,17,0,0,0,0],[390,10,391,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tF","regions":[[393,58,414,6,1,0,0,0],[400,12,400,40,1,0,0,0],[400,41,402,10,1,0,0,0],[405,12,405,33,1,0,0,0],[405,58,413,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_","regions":[[406,18,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[408,37,411,18,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[416,39,433,6,3,0,0,0],[417,38,417,48,3,0,0,0],[417,48,433,6,0,0,0,0],[424,12,424,33,0,0,0,0],[424,58,432,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[425,18,431,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[427,37,430,18,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[435,41,520,6,1,0,0,0],[436,40,436,50,0,0,0,0],[436,50,520,6,1,0,0,0],[443,43,446,10,0,0,0,0],[446,10,520,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[448,14,519,10,1,0,0,0],[451,63,456,14,1,0,0,0],[456,14,519,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[452,37,454,18,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[458,33,518,14,0,0,0,0],[460,63,463,18,0,0,0,0],[463,18,518,14,0,0,0,0],[466,20,466,75,0,0,0,0],[468,17,478,18,0,0,0,0],[482,63,482,72,0,0,0,0],[482,75,482,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_","regions":[[469,26,477,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[471,45,476,26,0,0,0,0],[473,32,473,41,0,0,0,0],[473,42,475,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_","regions":[[484,104,493,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[486,26,492,22,0,0,0,0],[487,45,487,55,0,0,0,0],[487,55,492,22,0,0,0,0],[488,28,488,51,0,0,0,0],[488,52,491,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_","regions":[[495,58,517,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_","regions":[[496,26,516,22,0,0,0,0],[504,81,504,84,0,0,0,0],[504,87,504,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[507,27,515,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[508,34,514,30,0,0,0,0],[509,53,509,63,0,0,0,0],[509,63,514,30,0,0,0,0],[510,36,510,59,0,0,0,0],[510,60,513,34,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tF","regions":[[522,59,543,6,1,0,0,0],[529,12,529,40,1,0,0,0],[529,41,531,10,1,0,0,0],[534,12,534,33,1,0,0,0],[534,58,542,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_","regions":[[535,18,541,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[537,37,540,18,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[545,40,562,6,3,0,0,0],[546,39,546,49,3,0,0,0],[546,49,562,6,0,0,0,0],[553,12,553,33,0,0,0,0],[553,58,561,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[554,18,560,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[556,37,559,18,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC30prepareKeyboardCaptureIfNeeded33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[564,51,568,6,1,0,0,0],[565,12,565,34,1,0,0,0],[565,35,567,10,1,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19refreshDisplayTexts33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[570,40,573,6,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC23refreshInputDisplayText33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[575,44,585,6,11,0,0,0],[576,50,578,10,2,0,0,0],[578,19,578,36,9,0,0,0],[578,37,580,10,2,0,0,0],[580,16,583,10,7,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC24refreshOutputDisplayText33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[587,45,597,6,11,0,0,0],[588,51,590,10,0,0,0,0],[590,19,590,37,11,0,0,0],[590,38,592,10,1,0,0,0],[592,16,595,10,10,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19idlePlaceholderText33_340EE92693F29469C82B5B18EB5741C3LLSSyF","regions":[[599,50,601,6,3,0,0,0],[600,26,600,49,3,0,0,0],[600,52,600,78,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19recordingPromptText33_340EE92693F29469C82B5B18EB5741C3LLSSyF","regions":[[603,50,606,6,3,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16updateButtonIcon33_340EE92693F29469C82B5B18EB5741C3LLyyAC12ChannelStateVzF","regions":[[608,66,616,6,24,0,0,0],[609,12,609,31,24,0,0,0],[609,32,611,10,4,0,0,0],[611,19,611,79,20,0,0,0],[611,80,613,10,19,0,0,0],[613,16,615,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16updateButtonIcon33_340EE92693F29469C82B5B18EB5741C3LLyyAC12ChannelStateVzFSbyKXEfu_","regions":[[611,54,611,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC13logFocusState33_340EE92693F29469C82B5B18EB5741C3LL6prefixySS_tF","regions":[[618,48,629,6,1,0,0,0],[619,36,622,10,1,0,0,0],[622,10,629,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC13logFocusState33_340EE92693F29469C82B5B18EB5741C3LL6prefixySS_tFSuyKXEfu_","regions":[[626,67,626,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9normalize33_340EE92693F29469C82B5B18EB5741C3LLyAA0A8SequenceVAGF","regions":[[635,60,651,6,0,0,0,0],[636,43,636,62,0,0,0,0],[636,62,650,91,0,0,0,0],[639,77,648,10,0,0,0,0],[644,13,646,14,0,0,0,0],[646,14,648,10,0,0,0,0],[648,10,650,91,0,0,0,0],[649,55,649,62,0,0,0,0],[649,65,649,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9normalize33_340EE92693F29469C82B5B18EB5741C3LLyAA0A8SequenceVAGFSbAA0A5PressV_AItXEfU_","regions":[[639,44,639,75,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC27recordingFailureDisplayInfo33_340EE92693F29469C82B5B18EB5741C3LL3forAC0ehiJ0AELLVSS_tF","regions":[[663,97,691,6,2,0,0,0],[664,16,664,22,2,0,0,0],[665,9,671,14,2,0,0,0],[672,9,677,14,0,0,0,0],[678,9,683,14,0,0,0,0],[684,9,689,14,0,0,0,0],[690,10,691,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvg","regions":[[10,25,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvg7SwiftUI9TupleViewVyAC05inputF033_62EE939380BE4A14B455753047257781LLQrvpQOy_Qo__AC06outputF0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[11,29,14,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvgyycfU0_","regions":[[15,19,15,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg","regions":[[18,41,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_","regions":[[19,49,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_","regions":[[24,20,69,14,0,0,0,0],[28,89,28,93,0,0,0,0],[28,96,28,100,0,0,0,0],[31,70,31,80,0,0,0,0],[31,83,31,94,0,0,0,0],[37,31,37,48,0,0,0,0],[38,31,38,71,0,0,0,0],[61,54,61,80,0,0,0,0],[61,83,61,101,0,0,0,0],[66,27,66,57,0,0,0,0],[67,27,67,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_yyScMYccfU_","regions":[[43,29,47,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_A52_yXEfU0_","regions":[[48,28,51,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg","regions":[[77,42,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_","regions":[[78,49,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_","regions":[[83,20,126,14,0,0,0,0],[87,90,87,94,0,0,0,0],[87,97,87,101,0,0,0,0],[90,71,90,81,0,0,0,0],[90,84,90,95,0,0,0,0],[96,31,96,48,0,0,0,0],[97,31,97,72,0,0,0,0],[119,55,119,82,0,0,0,0],[119,85,119,104,0,0,0,0],[123,27,123,58,0,0,0,0],[124,27,124,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_yyScMYccfU_","regions":[[101,29,105,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_A50_yXEfU0_","regions":[[106,28,109,22,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfc","regions":[[20,12,25,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcyyYaKcfU_","regions":[[22,34,22,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcSbyYacfU0_","regions":[[23,34,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcSbSSYacfU1_","regions":[[24,26,24,40,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC9configure22killAllKanataProcesses22restartKarabinerDaemon0L7ServiceyyyYaKc_SbyYacSbSSYactF","regions":[[32,7,36,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC015attemptKeyboardE0yyYaF","regions":[[48,42,83,6,0,0,0,0],[53,12,56,10,0,0,0,0],[54,47,56,10,0,0,0,0],[56,17,58,10,0,0,0,0],[58,10,83,6,0,0,0,0],[67,12,67,26,0,0,0,0],[67,27,69,10,0,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC25startKanataWithValidation24isKarabinerDaemonRunning0gH07onErrorySbyYaXE_SbyYaXEySSXEtYaF","regions":[[97,13,110,6,0,0,0,0],[99,12,99,45,0,0,0,0],[99,46,103,10,0,0,0,0],[103,10,110,6,0,0,0,0],[107,12,107,20,0,0,0,0],[107,21,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC25triggerVirtualHIDRecovery13addDiagnostic07attemptE0yyAA06KanataK0VXE_yyYaXEtYaF","regions":[[120,13,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC33createVirtualHIDFailureDiagnosticAA06KanataJ0VyF","regions":[[127,66,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC10canAutoFixySbAA16KanataDiagnosticVF","regions":[[148,61,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC17autoFixActionTypeyAA04AutohiJ0OSgAA16KanataDiagnosticVF","regions":[[153,82,169,6,0,0,0,0],[154,42,154,56,0,0,0,0],[154,56,169,6,0,0,0,0],[156,16,156,35,0,0,0,0],[157,9,158,32,0,0,0,0],[160,9,164,23,0,0,0,0],[161,16,161,56,0,0,0,0],[161,57,163,14,0,0,0,0],[163,14,164,23,0,0,0,0],[166,9,167,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC16logAutoFixResult_7successyAA0hI10ActionTypeO_SbtF","regions":[[172,71,184,6,0,0,0,0],[173,16,173,22,0,0,0,0],[174,9,179,14,0,0,0,0],[175,16,175,23,0,0,0,0],[175,24,177,14,0,0,0,0],[177,20,179,14,0,0,0,0],[181,9,182,112,0,0,0,0],[183,10,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC13pauseMappingsSbyYaF","regions":[[189,40,202,6,0,0,0,0],[192,12,198,10,0,0,0,0],[193,47,197,24,0,0,0,0],[198,17,201,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC14resumeMappingsSbyYaF","regions":[[205,41,217,6,0,0,0,0],[209,12,209,19,0,0,0,0],[209,20,213,10,0,0,0,0],[213,16,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactF","regions":[[235,7,253,6,0,0,0,0],[237,12,237,25,0,0,0,0],[240,9,247,10,0,0,0,0],[250,39,252,10,0,0,0,0],[252,10,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactFSbyKXEfu_","regions":[[239,15,239,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactFyyYacfU_","regions":[[242,18,246,14,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC21reloadCooldownSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[20,55,20,58,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC21trackingWindowSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[23,55,23,59,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC18crashLoopThreshold33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSivpfi","regions":[[26,38,26,39,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC23crashLoopBackoffSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[29,57,29,61,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC13reloadHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSayAC0E7AttemptAELLVGvpfi","regions":[[40,50,40,52,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC14restartHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSay10Foundation4DateV9timestamp_Si3pidtGvpfi","regions":[[49,65,49,67,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC05checkeF010currentPIDAC0F5CheckOSiSg_tF","regions":[[57,63,102,6,0,0,0,0],[61,48,74,10,0,0,0,0],[63,16,63,56,0,0,0,0],[63,57,68,14,0,0,0,0],[68,20,73,14,0,0,0,0],[73,14,74,10,0,0,0,0],[74,10,101,21,0,0,0,0],[77,44,86,10,0,0,0,0],[79,16,79,59,0,0,0,0],[79,60,85,14,0,0,0,0],[85,14,86,10,0,0,0,0],[86,10,101,21,0,0,0,0],[90,12,90,48,0,0,0,0],[90,49,98,10,0,0,0,0],[98,10,101,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC06recordE7Attempt9succeeded9daemonPIDySb_SiSgtF","regions":[[108,64,120,6,0,0,0,0],[117,12,117,22,0,0,0,0],[117,23,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC20recordServiceRestart3pidySi_tF","regions":[[124,41,149,6,0,0,0,0],[132,44,148,10,0,0,0,0],[134,16,134,38,0,0,0,0],[134,39,147,14,0,0,0,0],[141,20,141,56,0,0,0,0],[141,57,146,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC9getStatusAC0fI0VyF","regions":[[152,38,183,6,0,0,0,0],[160,44,163,10,0,0,0,0],[162,67,162,100,0,0,0,0],[162,103,162,106,0,0,0,0],[163,16,165,10,0,0,0,0],[168,48,172,10,0,0,0,0],[171,53,171,88,0,0,0,0],[171,91,171,94,0,0,0,0],[172,16,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC9getStatusAC0fI0VyFSbAC0E7Attempt33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLVXEfU_","regions":[[155,50,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC19countRecentRestarts33_A148CCAF5BAF0D379A0C2F0BB4D692B6LL6withinSiSd_tF","regions":[[187,75,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC19countRecentRestarts33_A148CCAF5BAF0D379A0C2F0BB4D692B6LL6withinSiSd_tFSb10Foundation4DateV9timestamp_Si3pidt_tXEfU_","regions":[[189,38,189,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyF","regions":[[192,38,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyFSbAC0E7AttemptAELLVXEfU_","regions":[[194,33,194,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyFSb10Foundation4DateV9timestamp_Si3pidt_tXEfU0_","regions":[[195,34,195,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F5CheckO6isSafeSbvg","regions":[[204,26,207,10,0,0,0,0],[205,34,205,49,0,0,0,0],[205,49,206,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F5CheckO6reasonSSSgvg","regions":[[209,29,212,10,0,0,0,0],[210,48,210,65,0,0,0,0],[210,65,211,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F6StatusV11descriptionSSvg","regions":[[222,33,236,10,0,0,0,0],[224,16,224,27,0,0,0,0],[224,28,226,14,0,0,0,0],[229,49,231,14,0,0,0,0],[232,47,234,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV16_showingWhatsNew33_AE31ABE521454AEC3675EAA3AD3DC7CALL7SwiftUI5StateVySbGvpfi","regions":[[4,42,4,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg","regions":[[6,25,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15ignoresSafeArea_5edgesQrAE0lM7RegionsV_AE4EdgeO3SetVtFQOyAA0C15GlassBackgroundV_Qo__AiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAA07ContentF0V_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AA022WindowHeightPreferenceA0VQo_GQo_tGyXEfU_","regions":[[7,16,20,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15ignoresSafeArea_5edgesQrAE0lM7RegionsV_AE4EdgeO3SetVtFQOyAA0C15GlassBackgroundV_Qo__AiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAA07ContentF0V_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AA022WindowHeightPreferenceA0VQo_GQo_tGyXEfU_A11_AE0X5ProxyVcfU_","regions":[[15,36,18,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI0F0PAEE11onDisappear7performQryycSg_tFQOyAA08WhatsNewF0V_Qo_ycfU0_","regions":[[21,47,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI0F0PAEE11onDisappear7performQryycSg_tFQOyAA08WhatsNewF0V_Qo_ycfU0_yycfU_","regions":[[23,30,25,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_","regions":[[27,61,34,10,0,0,0,0],[28,38,28,48,0,0,0,0],[28,48,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvgyyYaYbcfU2_","regions":[[35,15,39,10,0,0,0,0],[36,16,36,52,0,0,0,0],[36,53,38,14,0,0,0,0]]},{"branches":[],"count":89,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18defaultCollectionsSayAA0eF0VGyF","regions":[[5,51,7,6,89,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08launcherF0AA0eF0VyF","regions":[[10,49,12,6,0,0,0,0]]},{"branches":[],"count":1110,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tF","regions":[[14,78,45,6,1110,0,0,0],[15,66,15,85,1,0,0,0],[15,85,44,22,1109,0,0,0],[21,12,21,85,1109,0,0,0],[21,86,43,10,1107,0,0,0],[26,13,40,14,69,0,0,0],[31,17,33,18,69,0,0,0],[36,17,38,18,69,0,0,0],[40,20,42,14,1038,0,0,0]]},{"branches":[],"count":276,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tFSbAA06SingleA6PresetVXEfU_","regions":[[30,61,30,89,276,0,0,0]]},{"branches":[],"count":69,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tFSbAA06SingleA6PresetVXEfU0_","regions":[[35,62,35,91,69,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11builtInList33_57D5C9F86170AEBC3E47E0CB9F60A644LLSayAA0eF0VGvg","regions":[[49,47,68,6,1199,0,0,0]]},{"branches":[],"count":1110,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18builtInCollections33_57D5C9F86170AEBC3E47E0CB9F60A644LLSDy10Foundation4UUIDVAA0eF0VGvg","regions":[[70,60,72,6,1110,0,0,0]]},{"branches":[],"count":17760,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18builtInCollections33_57D5C9F86170AEBC3E47E0CB9F60A644LLSDy10Foundation4UUIDVAA0eF0VGvgAH_AJtAJXEfU_","regions":[[71,58,71,73,17760,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV17macOSFunctionKeys33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[74,51,100,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV06leaderA6Config33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[102,49,144,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV16navigationArrows33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[152,50,202,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14missionControl33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[204,48,224,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14windowSnapping33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[232,48,253,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14windowMappings3forSayAA0A7MappingVGAA06WindowA10ConventionO_tFZ","regions":[[256,85,305,6,1199,0,0,0],[257,16,257,26,1199,0,0,0],[258,9,280,14,1199,0,0,0],[281,9,303,14,0,0,0,0],[304,10,305,6,1199,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08functionA8Mappings3forSayAA0A7MappingVGAA08FunctionA4ModeO_tFZ","regions":[[310,80,345,6,2,0,0,0],[311,16,311,20,2,0,0,0],[312,9,327,14,1,0,0,0],[328,9,343,14,1,0,0,0],[344,10,345,6,2,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV13capsLockRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[347,47,433,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14backupCapsLock33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[435,48,468,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11escapeRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[470,45,508,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11deleteRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[510,45,550,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11homeRowMods33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[552,45,565,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV19homeRowLayerToggles33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[567,53,580,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11chordGroups33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[582,45,595,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV9sequences33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[597,43,610,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11numpadLayer33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[614,45,653,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11symbolLayer33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[657,45,680,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18symbolLayerPresets33_57D5C9F86170AEBC3E47E0CB9F60A644LLSayAA0I6PresetVGvg","regions":[[683,51,807,6,1199,0,0,0]]},{"branches":[],"count":1199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV8launcher33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[811,42,831,6,1199,0,0,0]]},{"branches":[],"count":2237,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO12displayStyleAA0ef7DisplayI0Ovg","regions":[[55,57,68,6,2237,0,0,0],[56,16,56,20,2237,0,0,0],[57,9,57,26,10,0,0,0],[58,9,58,28,700,0,0,0],[59,9,59,48,554,0,0,0],[60,9,60,40,139,0,0,0],[61,9,61,56,138,0,0,0],[62,9,62,40,138,0,0,0],[63,9,63,36,140,0,0,0],[64,9,64,44,141,0,0,0],[65,9,65,52,139,0,0,0],[66,9,66,42,138,0,0,0],[67,10,68,6,2237,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO06singleA12PickerConfigAA06SingleaiJ0VSgvg","regions":[[71,62,74,6,9,0,0,0],[72,53,72,70,7,0,0,0],[72,70,73,19,2,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO19tapHoldPickerConfigAA03TapijK0VSgvg","regions":[[77,58,80,6,9,0,0,0],[78,51,78,68,8,0,0,0],[78,68,79,19,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO17homeRowModsConfigAA04HomeijK0VSgvg","regions":[[83,54,86,6,3,0,0,0],[84,49,84,66,2,0,0,0],[84,66,85,19,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO25homeRowLayerTogglesConfigAA04HomeijkL0VSgvg","regions":[[89,70,92,6,0,0,0,0],[90,57,90,74,0,0,0,0],[90,74,91,19,0,0,0,0]]},{"branches":[],"count":2792,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO17chordGroupsConfigAA05ChordiJ0VSgvg","regions":[[95,54,98,6,2792,0,0,0],[96,49,96,66,12,0,0,0],[96,66,97,19,2780,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO15sequencesConfigAA09SequencesI0VSgvg","regions":[[101,50,104,6,11,0,0,0],[102,47,102,64,8,0,0,0],[102,64,103,19,3,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23layerPresetPickerConfigAA05LayerijK0VSgvg","regions":[[107,66,110,6,6,0,0,0],[108,55,108,72,5,0,0,0],[108,72,109,19,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO18launcherGridConfigAA08LauncheriJ0VSgvg","regions":[[113,56,116,6,5,0,0,0],[114,50,114,67,5,0,0,0],[114,67,115,19,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO20updateSelectedOutputyySSF","regions":[[121,65,127,6,3,0,0,0],[122,53,126,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateSelectedTapOutputyySSF","regions":[[130,68,136,6,2,0,0,0],[131,51,135,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO24updateSelectedHoldOutputyySSF","regions":[[139,69,145,6,2,0,0,0],[140,51,144,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateHomeRowModsConfigyyAA0ijkL0VF","regions":[[148,82,152,6,2,0,0,0],[149,37,151,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO31updateHomeRowLayerTogglesConfigyyAA0ijklM0VF","regions":[[155,98,159,6,0,0,0,0],[156,45,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateChordGroupsConfigyyAA0ijK0VF","regions":[[162,82,166,6,0,0,0,0],[163,37,165,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO21updateSequencesConfigyyAA0iJ0VF","regions":[[169,78,173,6,2,0,0,0],[170,35,172,10,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO20updateSelectedPresetyySSF","regions":[[176,67,182,6,2,0,0,0],[177,55,181,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO24updateLauncherGridConfigyyAA0ijK0VF","regions":[[185,84,189,6,0,0,0,0],[186,38,188,10,0,0,0,0]]},{"branches":[],"count":1116,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO4fromACs7Decoder_p_tKcfC","regions":[[210,47,244,6,1116,0,0,0],[211,72,244,6,1116,0,0,0],[212,72,244,6,1116,0,0,0],[214,16,214,20,1116,0,0,0],[215,9,216,25,2,0,0,0],[217,9,218,26,350,0,0,0],[219,9,221,44,277,0,0,0],[220,66,221,44,277,0,0,0],[222,9,224,40,69,0,0,0],[223,62,224,40,69,0,0,0],[225,9,227,48,69,0,0,0],[226,70,227,48,69,0,0,0],[228,9,230,40,69,0,0,0],[229,62,230,40,69,0,0,0],[231,9,233,38,71,0,0,0],[232,60,233,38,71,0,0,0],[234,9,236,42,70,0,0,0],[235,64,236,42,70,0,0,0],[237,9,239,46,70,0,0,0],[238,68,239,46,70,0,0,0],[240,9,242,41,69,0,0,0],[241,63,242,41,69,0,0,0],[243,10,244,6,1116,0,0,0]]},{"branches":[],"count":1256,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO6encode2toys7Encoder_p_tKF","regions":[[246,52,279,6,1256,0,0,0],[249,16,249,20,1256,0,0,0],[250,9,251,65,27,0,0,0],[252,9,253,66,385,0,0,0],[254,9,256,43,305,0,0,0],[255,76,256,43,305,0,0,0],[257,9,259,43,76,0,0,0],[258,72,259,43,76,0,0,0],[260,9,262,43,76,0,0,0],[261,80,262,43,76,0,0,0],[263,9,265,43,76,0,0,0],[264,72,265,43,76,0,0,0],[266,9,268,43,78,0,0,0],[267,70,268,43,78,0,0,0],[269,9,271,43,80,0,0,0],[270,74,271,43,80,0,0,0],[272,9,274,43,77,0,0,0],[273,78,274,43,77,0,0,0],[275,9,277,43,76,0,0,0],[276,73,277,43,76,0,0,0],[278,10,279,6,1256,0,0,0]]},{"branches":[],"count":4800,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA12PickerConfigV05inputA013presetOptions14selectedOutputACSS_SayAA0eA6PresetVGSSSgtcfC","regions":[[302,7,306,6,4800,0,0,0]]},{"branches":[],"count":1204,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TapHoldPickerConfigV05inputA010tapOptions04holdK008selectedE6Output0mfN0ACSS_SayAA06SingleA6PresetVGAKSSSgALtcfC","regions":[[337,7,343,6,1204,0,0,0]]},{"branches":[],"count":1207,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV7presets08selectedF2IdACSayAA0eF0VG_SSSgtcfC","regions":[[362,7,365,6,1207,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV08selectedF0AA0eF0VSgvg","regions":[[368,45,371,6,8,0,0,0],[369,46,369,60,1,0,0,0],[369,60,370,45,7,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV08selectedF0AA0eF0VSgvgSbAFXEfU_","regions":[[370,30,370,45,10,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV16selectedMappingsSayAA0A7MappingVGvg","regions":[[374,47,376,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV16selectedMappingsSayAA0A7MappingVGvgAGyKXEfu_","regions":[[375,37,375,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherActivationModeO11displayNameSSvg","regions":[[389,36,394,6,0,0,0,0],[390,16,390,20,0,0,0,0],[391,9,391,33,0,0,0,0],[392,9,392,45,0,0,0,0],[393,10,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16HyperTriggerModeO11displayNameSSvg","regions":[[405,36,410,6,0,0,0,0],[406,16,406,20,0,0,0,0],[407,9,407,25,0,0,0,0],[408,9,408,27,0,0,0,0],[409,10,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16HyperTriggerModeO11descriptionSSvg","regions":[[413,36,418,6,0,0,0,0],[414,16,414,20,0,0,0,0],[415,9,415,61,0,0,0,0],[416,9,416,67,0,0,0,0],[417,10,418,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvg","regions":[[429,36,440,6,7,0,0,0],[430,16,430,20,7,0,0,0],[431,9,432,17,1,0,0,0],[433,9,434,62,2,0,0,0],[435,9,436,65,2,0,0,0],[437,9,438,89,2,0,0,0],[439,10,440,6,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvgSSyKXEfu_","regions":[[436,21,436,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvgSSyKXEfu0_","regions":[[438,21,438,89,1,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO02isC0Sbvg","regions":[[443,28,446,6,28,0,0,0],[444,29,444,44,15,0,0,0],[444,44,445,21,13,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO5isURLSbvg","regions":[[449,28,452,6,28,0,0,0],[450,29,450,44,11,0,0,0],[450,44,451,21,17,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO8isFolderSbvg","regions":[[455,31,458,6,30,0,0,0],[456,32,456,47,3,0,0,0],[456,47,457,21,27,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO8isScriptSbvg","regions":[[461,31,464,6,6,0,0,0],[462,32,462,47,3,0,0,0],[462,47,463,21,3,0,0,0]]},{"branches":[],"count":102,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO12kanataOutputSSvg","regions":[[467,37,480,6,102,0,0,0],[468,16,468,20,102,0,0,0],[469,9,471,57,59,0,0,0],[470,59,470,68,59,0,0,0],[470,71,470,75,0,0,0,0],[472,9,474,52,41,0,0,0],[475,9,476,51,1,0,0,0],[477,9,478,51,1,0,0,0]]},{"branches":[],"count":28807,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LauncherMappingV2id3key6target9isEnabledAC10Foundation4UUIDV_SSAA0E6TargetOSbtcfC","regions":[[495,7,500,6,28807,0,0,0]]},{"branches":[],"count":1202,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV14activationMode012hyperTriggerI08mappings14hasSeenWelcomeAcA0e10ActivationI0O_AA05HyperkI0OSayAA0E7MappingVGSbtcfC","regions":[[517,7,522,6,1202,0,0,0]]},{"branches":[],"count":1200,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV07defaultG0ACvgZ","regions":[[525,57,527,6,1200,0,0,0]]},{"branches":[],"count":70,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV4fromACs7Decoder_p_tKcfC","regions":[[530,47,536,6,70,0,0,0],[531,72,536,6,70,0,0,0],[532,100,536,6,70,0,0,0],[533,107,536,6,70,0,0,0],[534,83,536,6,70,0,0,0],[535,82,536,6,70,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV4fromACs7Decoder_p_tKcfcAA16HyperTriggerModeOyKXEfu_","regions":[[533,111,533,116,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV010suggestionA5OrderSaySSGvpZfiAEyXEfU_","regions":[[543,54,546,6,1,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV010suggestionA5OrderSaySSGvpZfiAEyXEfU_SSSJXEfU_","regions":[[544,83,544,97,36,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV09normalizeA0yS2SFZ","regions":[[582,62,592,6,3,0,0,0],[584,12,584,27,3,0,0,0],[584,28,584,41,0,0,0,0],[584,41,591,41,3,0,0,0],[585,56,587,10,3,0,0,0],[587,10,591,41,0,0,0,0],[588,12,588,43,0,0,0,0],[588,44,590,10,0,0,0,0],[590,10,591,41,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV07isValidA0ySbSSFZ","regions":[[595,58,601,6,3,0,0,0],[597,59,599,10,0,0,0,0],[599,10,600,50,3,0,0,0]]},{"branches":[],"count":1200,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV15defaultMappingsSayAA0E7MappingVGvgZ","regions":[[605,58,650,6,1200,0,0,0]]},{"branches":[],"count":126,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZ","regions":[[10,105,34,6,126,0,0,0],[14,66,21,10,1197,0,0,0],[15,48,20,14,952,0,0,0],[20,14,21,10,1197,0,0,0],[21,10,33,62,126,0,0,0],[25,88,31,10,949,0,0,0],[31,10,33,62,126,0,0,0]]},{"branches":[],"count":949,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZSaySSGyXEfu_","regions":[[19,48,19,50,949,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZSbAJ_AJtXEfU_","regions":[[33,33,33,62,1,0,0,0]]},{"branches":[],"count":1787,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO6dedupeySayAA0eF0VGAGFZ","regions":[[39,77,73,6,1787,0,0,0]]},{"branches":[],"count":8139,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO6dedupeySayAA0eF0VGAGFZA2FXEfU_","regions":[[44,32,72,10,8139,0,0,0],[49,45,51,14,4922,0,0,0],[51,14,71,27,3217,0,0,0],[54,62,64,14,30,0,0,0],[59,20,59,48,30,0,0,0],[59,49,61,18,2,0,0,0],[61,24,63,18,28,0,0,0]]},{"branches":[],"count":3217,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZ","regions":[[80,23,110,6,3217,0,0,0],[84,44,107,10,19006,0,0,0],[89,16,89,48,19006,0,0,0],[89,49,91,14,5,0,0,0],[91,14,107,10,19001,0,0,0],[102,16,102,64,19001,0,0,0],[102,65,106,14,19001,0,0,0],[107,10,109,22,3217,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZS2SXEfU_","regions":[[98,58,98,108,31,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZS2SXEfU0_","regions":[[99,52,99,102,15,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV12displayStyleAA0ef7DisplayH0Ovg","regions":[[63,57,65,6,5,0,0,0]]},{"branches":[],"count":21942,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV2id4name7summary8category8mappings9isEnabled0L13SystemDefault4icon4tags11targetLayer18momentaryActivator14activationHint13configuration06windowA10Convention08functionA4ModeAC10Foundation4UUIDV_S2SAA0eF8CategoryOSayAA0A7MappingVGS2bSSSgSaySSGAA0efS0OAA09MomentaryU0VSgA_AA0eF13ConfigurationOAA06WindowaZ0OSgAA08FunctionA4ModeOSgtcfC","regions":[[85,7,101,6,21942,0,0,0]]},{"branches":[],"count":1109,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfC","regions":[[115,47,191,6,1109,0,0,0],[116,72,191,6,1109,0,0,0],[119,58,191,6,1109,0,0,0],[120,64,191,6,1109,0,0,0],[121,70,191,6,1109,0,0,0],[122,88,191,6,1109,0,0,0],[123,78,191,6,1109,0,0,0],[124,72,191,6,1109,0,0,0],[125,84,191,6,1109,0,0,0],[126,73,191,6,1109,0,0,0],[127,75,191,6,1109,0,0,0],[128,100,191,6,1109,0,0,0],[129,113,191,6,1109,0,0,0],[130,93,191,6,1109,0,0,0],[131,116,191,6,1109,0,0,0],[132,104,191,6,1109,0,0,0],[135,105,137,10,1108,0,0,0],[137,16,190,10,1,0,0,0],[139,123,190,10,1,0,0,0],[141,20,141,38,1,0,0,0],[142,13,143,38,1,0,0,0],[144,13,145,39,0,0,0,0],[146,13,154,19,0,0,0,0],[147,99,154,19,0,0,0,0],[148,114,154,19,0,0,0,0],[149,105,154,19,0,0,0,0],[155,13,157,53,0,0,0,0],[156,111,157,53,0,0,0,0],[158,13,160,82,0,0,0,0],[161,13,163,66,0,0,0,0],[164,13,166,62,0,0,0,0],[167,13,178,19,0,0,0,0],[168,99,178,19,0,0,0,0],[169,119,178,19,0,0,0,0],[170,111,178,19,0,0,0,0],[171,113,178,19,0,0,0,0],[179,13,185,19,0,0,0,0],[180,103,185,19,0,0,0,0],[181,112,185,19,0,0,0,0],[186,13,188,80,0,0,0,0],[189,14,190,10,1,0,0,0],[190,10,191,6,1109,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSaySSGyKXEfu_","regions":[[127,79,127,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA0eF5LayerOyKXEfu0_","regions":[[128,104,128,109,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA0eF12DisplayStyleOyKXEfu1_","regions":[[139,127,139,132,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSSyKXEfu2_","regions":[[147,103,147,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu3_","regions":[[148,118,148,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA17HomeRowModsConfigVyKXEfu4_","regions":[[156,115,156,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSSyKXEfu5_","regions":[[168,103,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu6_","regions":[[174,63,174,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu7_","regions":[[175,65,175,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA11LayerPresetVGyKXEfu8_","regions":[[180,107,180,109,0,0,0,0]]},{"branches":[],"count":1249,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV6encode2toys7Encoder_p_tKF","regions":[[193,52,211,6,1249,0,0,0],[196,46,211,6,1249,0,0,0],[197,50,211,6,1249,0,0,0],[198,56,211,6,1249,0,0,0],[199,58,211,6,1249,0,0,0],[200,58,211,6,1249,0,0,0],[201,60,211,6,1249,0,0,0],[202,72,211,6,1249,0,0,0],[203,59,211,6,1249,0,0,0],[204,50,211,6,1249,0,0,0],[205,64,211,6,1249,0,0,0],[206,87,211,6,1249,0,0,0],[207,79,211,6,1249,0,0,0],[208,68,211,6,1249,0,0,0],[209,89,211,6,1249,0,0,0],[210,81,211,6,1249,0,0,0]]},{"branches":[],"count":121,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA14RuleCollectionV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyF","regions":[[218,44,222,6,121,0,0,0]]},{"branches":[],"count":1187,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA14RuleCollectionV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFAiCXEfU_","regions":[[219,17,221,10,1187,0,0,0],[220,36,220,55,177,0,0,0],[220,58,220,60,1010,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE06updateF0yyACF","regions":[[229,66,233,6,0,0,0,0],[230,70,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE06updateF0yyACFSbACXEfU_","regions":[[230,42,230,68,0,0,0,0]]},{"branches":[],"count":1251,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE10collection5named8mappings8categorySayACGSS_SayAA0A7MappingVGAA0eF8CategoryOtFZ","regions":[[238,27,251,6,1251,0,0,0],[239,38,239,51,2,0,0,0],[239,51,250,28,1249,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06WindowA10ConventionO11displayNameSSvg","regions":[[261,36,266,6,0,0,0,0],[262,16,262,20,0,0,0,0],[263,9,263,35,0,0,0,0],[264,9,264,25,0,0,0,0],[265,10,266,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06WindowA10ConventionO11descriptionSSvg","regions":[[268,36,273,6,0,0,0,0],[269,16,269,20,0,0,0,0],[270,9,270,59,0,0,0,0],[271,9,271,54,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO11displayNameSSvg","regions":[[281,36,286,6,0,0,0,0],[282,16,282,20,0,0,0,0],[283,9,283,34,0,0,0,0],[284,9,284,40,0,0,0,0],[285,10,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO11descriptionSSvg","regions":[[288,36,293,6,0,0,0,0],[289,16,289,20,0,0,0,0],[290,9,290,91,0,0,0,0],[291,9,291,71,0,0,0,0],[292,10,293,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO15preferMediaKeysACSb_tcfC","regions":[[296,40,298,6,2,0,0,0],[297,34,297,40,1,0,0,0],[297,43,297,52,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO15preferMediaKeysSbvg","regions":[[301,38,303,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionCategoryO11displayNameSSvg","regions":[[315,36,324,6,0,0,0,0],[316,16,316,20,0,0,0,0],[317,9,317,31,0,0,0,0],[318,9,318,39,0,0,0,0],[319,9,319,43,0,0,0,0],[320,9,320,45,0,0,0,0],[321,9,321,31,0,0,0,0],[322,9,322,43,0,0,0,0],[323,10,324,6,0,0,0,0]]},{"branches":[],"count":5450,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO10kanataNameSSvg","regions":[[354,35,360,6,5450,0,0,0],[355,16,355,20,5450,0,0,0],[356,9,356,27,2840,0,0,0],[357,9,357,32,1844,0,0,0],[358,9,358,50,766,0,0,0],[359,10,360,6,5450,0,0,0]]},{"branches":[],"count":276,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO11displayNameSSvg","regions":[[362,36,368,6,276,0,0,0],[363,16,363,20,276,0,0,0],[364,9,364,27,137,0,0,0],[365,9,365,39,136,0,0,0],[366,9,366,49,3,0,0,0],[367,10,368,6,276,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO10kanataNameACSS_tcfC","regions":[[373,37,383,6,8,0,0,0],[375,16,375,26,8,0,0,0],[376,9,377,25,8,0,0,0],[378,9,379,31,0,0,0,0],[380,9,381,39,0,0,0,0],[382,10,383,6,8,0,0,0]]},{"branches":[],"count":1816,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO4fromACs7Decoder_p_tKcfC","regions":[[386,47,394,6,1816,0,0,0],[387,59,394,6,1816,0,0,0],[388,57,394,6,1816,0,0,0],[389,16,389,24,1816,0,0,0],[390,9,390,34,836,0,0,0],[391,9,391,53,423,0,0,0],[392,9,392,42,557,0,0,0],[393,10,394,6,1816,0,0,0]]},{"branches":[],"count":2066,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO6encode2toys7Encoder_p_tKF","regions":[[396,52,399,6,2066,0,0,0],[398,41,399,6,2066,0,0,0]]},{"branches":[],"count":6013,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV5input11targetLayer06sourceI0ACSS_AA014RuleCollectionI0OAHtcfC","regions":[[409,108,413,6,6013,0,0,0]]},{"branches":[],"count":349,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV4fromACs7Decoder_p_tKcfC","regions":[[419,47,425,6,349,0,0,0],[420,72,425,6,349,0,0,0],[421,66,425,6,349,0,0,0],[422,91,425,6,349,0,0,0],[424,100,425,6,349,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV4fromACs7Decoder_p_tKcfcAA19RuleCollectionLayerOyKXEfu_","regions":[[424,104,424,109,1,0,0,0]]},{"branches":[],"count":386,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV6encode2toys7Encoder_p_tKF","regions":[[428,52,433,6,386,0,0,0],[430,52,433,6,386,0,0,0],[431,64,433,6,386,0,0,0],[432,64,433,6,386,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA6PresetV2idSSvg","regions":[[468,27,468,37,0,0,0,0]]},{"branches":[],"count":23983,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA6PresetV6output5label11description4iconACSS_S3SSgtcfC","regions":[[474,90,479,6,23983,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPresetOptionsV03tapH004holdH0ACSayAA06SingleaG0VG_AHtcfC","regions":[[487,80,490,6,0,0,0,0]]},{"branches":[],"count":3606,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPresetV2id5label11description4icon8mappingsACSS_S3SSgSayAA0A7MappingVGtcfC","regions":[[501,110,507,6,3606,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC7fileURL0H7Manager7catalogAC10Foundation0I0VSg_So06NSFileJ0CAA0eF7CatalogVtcfc","regions":[[19,7,31,6,19,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC7fileURL0H7Manager7catalogAC10Foundation0I0VSg_So06NSFileJ0CAA0eF7CatalogVtcfcAIyKXEfu_","regions":[[25,35,25,98,2,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyF","regions":[[33,48,58,6,74,0,0,0],[34,65,36,10,1,0,0,0],[36,10,58,6,73,0,0,0],[38,12,53,10,73,0,0,0],[39,53,52,28,73,0,0,0],[40,84,52,28,73,0,0,0],[48,100,50,14,1168,0,0,0],[50,14,52,28,73,0,0,0],[53,17,57,10,0,0,0,0]]},{"branches":[],"count":1109,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFSbAFXEfU_","regions":[[42,25,42,75,1109,0,0,0]]},{"branches":[],"count":1109,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFA2FXEfU0_","regions":[[43,22,43,62,1109,0,0,0]]},{"branches":[],"count":9884,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFSbAFXEfU1_","regions":[[48,72,48,98,9884,0,0,0]]},{"branches":[],"count":115,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15saveCollectionsyySayAA0eF0VGKF","regions":[[60,66,65,6,115,0,0,0],[62,90,65,6,115,0,0,0],[63,51,65,6,115,0,0,0],[64,54,65,6,115,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC04testG02atAC10Foundation3URLV_tFZ","regions":[[71,79,73,10,4,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfc","regions":[[26,58,31,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfcySayAA0A7MappingVGcfU_","regions":[[29,25,29,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfcyycfU0_","regions":[[30,30,30,32,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC9configure13applyMappings18notifyStateChangedyySayAA0A7MappingVGc_yyctF","regions":[[37,7,40,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC06toggleE10Collection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[45,64,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC03addE10CollectionyyAA0eI0VYaF","regions":[[53,64,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC07replaceeF0yySayAA0E10CollectionVGYaF","regions":[[60,72,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[67,65,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaF","regions":[[74,71,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaF","regions":[[81,73,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaF","regions":[[88,72,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[95,85,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[102,71,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[109,77,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[116,93,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[123,77,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[130,73,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[137,75,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012updateLeaderA0yySSYaF","regions":[[144,50,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaF","regions":[[154,85,162,6,0,0,0,0],[158,12,158,18,0,0,0,0],[158,19,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[165,60,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012removeCustomE06withIDy10Foundation4UUIDV_tYaF","regions":[[173,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC19clearAllCustomRulesyyYaF","regions":[[180,38,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC010makeCustomE05input6outputAA0iE0VSS_SStF","regions":[[187,70,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC09getCustomE08forInputAA0iE0VSgSS_tF","regions":[[192,63,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC15enabledMappingsSayAA0A7MappingVGyF","regions":[[199,44,201,6,0,0,0,0]]},{"branches":[],"count":125,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF0SayAA0E10CollectionVGvg","regions":[[204,43,206,6,125,0,0,0]]},{"branches":[],"count":250,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC11customRulesSayAA06CustomE0VGvg","regions":[[209,35,211,6,250,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaF","regions":[[9,24,77,2,64,0,0,0],[20,8,20,33,64,0,0,0],[24,5,50,6,0,0,0,0],[38,12,40,10,0,0,0,0],[39,68,40,10,0,0,0,0],[40,17,43,10,0,0,0,0],[43,10,50,6,0,0,0,0],[44,12,46,10,0,0,0,0],[45,77,46,10,0,0,0,0],[46,17,49,10,0,0,0,0],[49,10,50,6,0,0,0,0],[50,6,77,2,64,0,0,0],[60,8,60,49,64,0,0,0],[60,50,71,6,0,0,0,0],[64,11,70,10,0,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSayAA0E10CollectionVGyYacfu_","regions":[[13,39,13,76,64,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSayAA06CustomE0VGyYacfu0_","regions":[[14,39,14,67,64,0,0,0]]},{"branches":[],"count":1024,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSbAA0E10CollectionVXEfU_","regions":[[21,62,23,9,1024,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFAA06CustomE0VAA0A7MappingVXEfU0_","regions":[[26,49,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSbAA0E10CollectionVXEfU1_","regions":[[66,39,66,89,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14normalizedKeys3forShySSGAA0E10CollectionV_tF","regions":[[8,68,10,2,9,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14normalizedKeys3forShySSGAA0E10CollectionV_tFSSAA0A7MappingVXEfU_","regions":[[9,33,9,84,25,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19normalizedActivator3forSS5input_AA0E15CollectionLayerO5layertSgAA0eL0V_tF","regions":[[12,106,15,2,5,0,0,0],[13,62,13,76,2,0,0,0],[13,76,14,91,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA0E10CollectionV_tF","regions":[[17,71,47,2,3,0,0,0],[21,84,40,6,3,0,0,0],[22,12,22,54,3,0,0,0],[22,55,27,10,1,0,0,0],[24,16,24,32,1,0,0,0],[24,33,26,14,0,0,0,0],[26,14,27,10,1,0,0,0],[27,10,40,6,3,0,0,0],[31,9,39,10,1,0,0,0],[32,16,32,28,1,0,0,0],[32,29,35,14,1,0,0,0],[35,14,39,10,0,0,0,0],[36,16,36,40,0,0,0,0],[36,41,38,14,0,0,0,0],[38,14,39,10,0,0,0,0],[39,10,40,6,2,0,0,0],[40,6,46,15,3,0,0,0],[42,92,44,6,0,0,0,0],[44,6,46,15,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA0E10CollectionV_tFSbyKXEfu_","regions":[[21,59,21,83,2,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tF","regions":[[49,62,65,2,28,0,0,0],[52,112,56,6,11,0,0,0],[53,12,53,67,11,0,0,0],[53,68,55,10,2,0,0,0],[55,10,56,6,9,0,0,0],[56,6,64,15,26,0,0,0],[58,75,62,6,55,0,0,0],[59,12,59,79,55,0,0,0],[59,80,61,10,3,0,0,0],[61,10,62,6,52,0,0,0],[62,6,64,15,23,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tFSbyKXEfu_","regions":[[52,69,52,111,11,0,0,0]]},{"branches":[],"count":52,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tFSbyKXEfu0_","regions":[[58,55,58,74,52,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23conflictWithCustomRules_5layerAA0E12ConflictInfoVSgShySSG_AA0E15CollectionLayerOtF","regions":[[67,100,75,2,3,0,0,0],[68,79,73,6,0,0,0,0],[70,12,70,37,0,0,0,0],[70,38,72,10,0,0,0,0],[72,10,73,6,0,0,0,0],[73,6,74,15,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23conflictWithCustomRules_5layerAA0E12ConflictInfoVSgShySSG_AA0E15CollectionLayerOtFSbyKXEfu_","regions":[[68,53,68,78,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18disableConflictingyyAA0E12ConflictInfoV6SourceOYaF","regions":[[9,66,16,2,5,0,0,0],[10,12,10,18,5,0,0,0],[11,5,12,68,2,0,0,0],[13,5,14,62,3,0,0,0],[15,6,16,2,5,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tF","regions":[[9,38,107,2,61,0,0,0],[11,48,14,6,61,0,0,0],[14,6,107,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_","regions":[[16,42,106,6,0,0,0,0],[17,29,17,39,0,0,0,0],[17,39,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU_","regions":[[20,28,25,14,0,0,0,0],[21,37,21,47,0,0,0,0],[21,47,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU_yyYbScMYcXEfU_","regions":[[22,37,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA0aB9ActionURIVYaYbcfU0_","regions":[[26,26,31,14,0,0,0,0],[27,37,27,47,0,0,0,0],[27,47,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA0aB9ActionURIVYaYbcfU0_yyYbScMYcXEfU_","regions":[[28,37,30,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU1_","regions":[[32,31,37,14,0,0,0,0],[33,37,33,47,0,0,0,0],[33,47,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU1_yyYbScMYcXEfU_","regions":[[34,37,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySS_AA06KanataA6ActionOtYaYbcfU2_","regions":[[38,25,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySS_AA06KanataA6ActionOtYaYbcfU2_yyYbScMYcXEfU_","regions":[[41,37,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA20KanataHoldActivationVYaYbcfU3_","regions":[[49,30,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA20KanataHoldActivationVYaYbcfU3_yyYbScMYcXEfU_","regions":[[52,37,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA19KanataTapActivationVYaYbcfU4_","regions":[[60,29,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA19KanataTapActivationVYaYbcfU4_yyYbScMYcXEfU_","regions":[[63,37,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA23KanataOneShotActivationVYaYbcfU5_","regions":[[71,33,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA23KanataOneShotActivationVYaYbcfU5_yyYbScMYcXEfU_","regions":[[73,37,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA21KanataChordResolutionVYaYbcfU6_","regions":[[81,30,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA21KanataChordResolutionVYaYbcfU6_yyYbScMYcXEfU_","regions":[[83,37,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA24KanataTapDanceResolutionVYaYbcfU7_","regions":[[91,33,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA24KanataTapDanceResolutionVYaYbcfU7_yyYbScMYcXEfU_","regions":[[93,37,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15handleActionURIyyAA0abiJ0VF","regions":[[110,53,118,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20handleUnknownMessageyySSF","regions":[[122,46,142,2,0,0,0,0],[125,62,131,6,0,0,0,0],[128,72,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21extractOpenURLPayload4fromSSSgSS_tF","regions":[[144,61,149,2,0,0,0,0],[145,56,145,70,0,0,0,0],[145,70,148,43,0,0,0,0],[148,30,148,33,0,0,0,0],[148,36,148,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startLayerMonitoring4portySi_tF","regions":[[153,38,155,2,0,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC013ensureDefaultF8IfNeededyyF","regions":[[8,41,13,2,64,0,0,0],[9,8,9,31,64,0,0,0],[9,32,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaF","regions":[[18,96,71,2,0,0,0,0],[28,8,28,26,0,0,0,0],[28,27,34,6,0,0,0,0],[43,7,47,6,0,0,0,0],[47,15,47,50,0,0,0,0],[47,51,49,6,0,0,0,0],[57,8,57,16,0,0,0,0],[57,17,68,6,0,0,0,0],[65,11,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSaySSGAGcfu_","regions":[[29,46,29,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSbAA0E10CollectionVXEfU_","regions":[[37,31,37,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSbAA0E10CollectionVXEfU0_","regions":[[61,35,61,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21detectKeymapConflicts8keymapId18includePunctuationSayAA0E12ConflictInfoVGSS_SbtF","regions":[[76,94,100,2,0,0,0,0],[79,10,81,6,0,0,0,0],[81,6,99,21,0,0,0,0],[92,50,97,6,0,0,0,0],[94,12,94,48,0,0,0,0],[94,49,96,10,0,0,0,0],[97,6,99,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21detectKeymapConflicts8keymapId18includePunctuationSayAA0E12ConflictInfoVGSS_SbtFSSAA0A7MappingVXEfU_","regions":[[88,45,88,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18persistKeymapStateyyYaF","regions":[[103,33,107,2,0,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18restoreKeymapStateyyF","regions":[[110,27,116,2,64,0,0,0],[111,84,113,6,0,0,0,0]]},{"branches":[],"count":64,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13runMigrationsyyF","regions":[[13,22,25,2,64,0,0,0],[16,8,16,82,64,0,0,0],[16,83,24,6,0,0,0,0],[17,106,22,10,0,0,0,0],[18,16,18,49,0,0,0,0],[18,50,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13runMigrationsyyFSbAA0E10CollectionVXEfU_","regions":[[17,58,17,104,0,0,0,0]]},{"branches":[],"count":188,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC06dedupeeF7InPlaceyyF","regions":[[27,37,29,2,188,0,0,0]]},{"branches":[],"count":143,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyF","regions":[[31,35,36,2,143,0,0,0],[33,8,33,19,143,0,0,0],[33,20,35,6,134,0,0,0]]},{"branches":[],"count":2062,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyFSbAA0E10CollectionVXEfU_","regions":[[32,47,32,90,2062,0,0,0]]},{"branches":[],"count":140,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyFSbAA0E10CollectionVXEfU_SbyKXEfu_","regions":[[32,65,32,88,140,0,0,0]]},{"branches":[],"count":134,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateActiveLayerNameyySSF","regions":[[38,47,55,2,134,0,0,0],[39,40,39,75,0,0,0,0],[39,78,39,85,134,0,0,0],[45,8,45,35,134,0,0,0],[45,36,47,6,134,0,0,0],[47,6,55,2,0,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaF","regions":[[60,78,134,2,113,0,0,0],[67,8,67,31,113,0,0,0],[67,32,69,6,31,0,0,0],[73,8,73,53,113,0,0,0],[73,80,75,6,4,0,0,0],[77,8,110,6,113,0,0,0],[91,10,109,20,113,0,0,0],[95,71,109,20,113,0,0,0],[96,58,109,20,113,0,0,0],[105,12,105,23,113,0,0,0],[105,24,107,10,98,0,0,0],[110,13,133,6,0,0,0,0],[118,9,120,10,0,0,0,0],[120,16,122,10,0,0,0,0],[125,117,125,122,0,0,0,0],[125,125,125,130,0,0,0,0]]},{"branches":[],"count":82,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFSbAA0E10CollectionVcfu_","regions":[[73,41,73,52,82,0,0,0]]},{"branches":[],"count":91,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFSSAA06CustomE0VXEfU_","regions":[[84,94,84,132,91,0,0,0]]},{"branches":[],"count":111,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFyyYbScMYcXEfU0_","regions":[[100,29,103,10,111,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFyyYbScMYcXEfU1_","regions":[[128,29,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15enabledMappingsSayAA0A7MappingVGyF","regions":[[9,40,11,2,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC07replaceF0yySayAA0E10CollectionVGYaF","regions":[[14,64,19,2,6,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[22,56,100,2,5,0,0,0],[28,33,56,6,3,0,0,0],[30,56,55,10,0,0,0,0],[42,74,45,14,0,0,0,0],[45,14,55,10,0,0,0,0],[47,20,47,26,0,0,0,0],[48,13,50,58,0,0,0,0],[51,13,53,23,0,0,0,0],[54,14,55,10,0,0,0,0],[55,10,56,6,3,0,0,0],[56,6,100,2,5,0,0,0],[58,50,58,60,0,0,0,0],[58,60,100,2,5,0,0,0],[60,71,68,6,3,0,0,0],[63,69,65,10,0,0,0,0],[65,19,65,65,3,0,0,0],[65,66,67,10,0,0,0,0],[68,12,80,6,2,0,0,0],[72,12,72,54,2,0,0,0],[72,55,78,10,0,0,0,0],[73,64,75,14,0,0,0,0],[75,20,77,14,0,0,0,0],[87,8,87,48,5,0,0,0],[87,61,90,6,0,0,0,0],[90,6,100,2,5,0,0,0],[97,8,97,17,5,0,0,0],[97,82,99,6,3,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU_","regions":[[24,75,24,90,47,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[25,87,25,92,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU0_","regions":[[26,50,26,65,5,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFAA0eI0VSgyKXEfu0_","regions":[[26,70,26,82,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU1_","regions":[[60,54,60,69,5,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSSAA0eI0VXEfU2_","regions":[[84,100,84,143,7,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU3_","regions":[[97,65,97,80,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13addCollectionyyAA0eI0VYaF","regions":[[103,56,143,2,0,0,0,0],[104,8,104,28,0,0,0,0],[104,75,129,6,0,0,0,0],[116,70,119,10,0,0,0,0],[119,10,129,6,0,0,0,0],[121,16,121,22,0,0,0,0],[122,9,124,54,0,0,0,0],[125,9,127,19,0,0,0,0],[128,10,129,6,0,0,0,0],[129,6,143,2,0,0,0,0],[131,82,137,6,0,0,0,0],[137,12,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13addCollectionyyAA0eI0VYaFSbAFXEfU_","regions":[[131,54,131,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16removeCollection2idy10Foundation4UUIDV_tYaF","regions":[[146,39,151,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16removeCollection2idy10Foundation4UUIDV_tYaFSbAA0eI0VXEfU_","regions":[[147,31,147,46,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaF","regions":[[154,45,182,2,4,0,0,0],[172,8,174,6,4,0,0,0],[173,58,174,6,4,0,0,0],[174,13,176,6,0,0,0,0],[176,6,182,2,4,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaFSbAA0E10CollectionVXEfU_","regions":[[159,31,161,6,6,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaFSbAA06CustomE0VXEfU0_","regions":[[166,27,168,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaF","regions":[[185,40,228,2,0,0,0,0],[186,30,186,40,0,0,0,0],[186,40,228,2,0,0,0,0],[193,39,193,49,0,0,0,0],[193,49,228,2,0,0,0,0],[197,8,197,46,0,0,0,0],[197,47,200,6,0,0,0,0],[200,6,228,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_","regions":[[191,17,191,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_SbyKXEfu_","regions":[[191,34,191,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_SbyKXEfu0_","regions":[[191,49,191,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSSAA0E10CollectionVXEfU0_","regions":[[196,50,196,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[231,61,272,2,0,0,0,0],[232,79,249,6,0,0,0,0],[235,95,247,10,0,0,0,0],[239,83,242,14,0,0,0,0],[249,6,272,2,0,0,0,0],[257,5,260,6,0,0,0,0],[265,8,265,48,0,0,0,0],[265,49,268,6,0,0,0,0],[268,6,272,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[235,78,235,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA06SingleA6PresetVXEfU1_","regions":[[240,62,240,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSSyKXEfu_","regions":[[240,96,240,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[232,57,232,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA06SingleA6PresetVXEfU2_","regions":[[258,54,258,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSSyKXEfu0_","regions":[[258,88,258,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaF","regions":[[275,67,295,2,0,0,0,0],[276,79,288,6,0,0,0,0],[279,95,286,10,0,0,0,0],[288,6,295,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[279,78,279,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[276,57,276,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaF","regions":[[298,69,318,2,0,0,0,0],[299,79,311,6,0,0,0,0],[302,95,309,10,0,0,0,0],[311,6,318,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[302,78,302,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[299,57,299,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaF","regions":[[321,68,341,2,0,0,0,0],[322,79,334,6,0,0,0,0],[325,95,332,10,0,0,0,0],[334,6,341,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[325,78,325,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[322,57,322,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[344,81,366,2,0,0,0,0],[345,79,358,6,0,0,0,0],[348,95,356,10,0,0,0,0],[358,6,366,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU0_","regions":[[348,78,348,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU_","regions":[[345,57,345,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[369,67,391,2,0,0,0,0],[370,79,383,6,0,0,0,0],[373,95,381,10,0,0,0,0],[383,6,391,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU0_","regions":[[373,78,373,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU_","regions":[[370,57,370,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[394,73,415,2,0,0,0,0],[395,79,407,6,0,0,0,0],[398,95,405,10,0,0,0,0],[407,6,415,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[398,78,398,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaFSbAA0E10CollectionVXEfU_","regions":[[395,57,395,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[418,89,439,2,0,0,0,0],[419,79,431,6,0,0,0,0],[422,95,429,10,0,0,0,0],[431,6,439,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[422,78,422,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaFSbAA0E10CollectionVXEfU_","regions":[[419,57,419,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[442,73,463,2,0,0,0,0],[443,79,455,6,0,0,0,0],[446,95,453,10,0,0,0,0],[455,6,463,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[446,78,446,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaFSbAA0E10CollectionVXEfU_","regions":[[443,57,443,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[466,69,487,2,0,0,0,0],[467,79,479,6,0,0,0,0],[470,95,477,10,0,0,0,0],[479,6,487,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[470,78,470,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaFSbAA0E10CollectionVXEfU_","regions":[[467,57,467,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[490,71,516,2,0,0,0,0],[491,79,505,6,0,0,0,0],[494,95,503,10,0,0,0,0],[505,6,516,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[494,78,494,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaFSbAA0E10CollectionVXEfU_","regions":[[491,57,491,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21warmLauncherIconCache3foryAA0I10GridConfigV_tYaF","regions":[[519,66,526,2,0,0,0,0],[523,36,525,6,0,0,0,0],[525,6,526,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21warmLauncherIconCache3foryAA0I10GridConfigV_tYaFSbAA0I7MappingVcfu_","regions":[[520,50,520,61,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18warmLayerIconCache3foryAA0E10CollectionV_tYaF","regions":[[529,63,531,2,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateLeaderA0yySSYaF","regions":[[534,46,554,2,0,0,0,0],[538,42,549,6,0,0,0,0],[539,12,539,60,0,0,0,0],[539,61,548,10,0,0,0,0],[549,6,554,2,0,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaF","regions":[[558,81,618,2,29,0,0,0],[561,8,561,22,29,0,0,0],[563,5,588,6,4,0,0,0],[575,70,578,10,0,0,0,0],[578,10,588,6,4,0,0,0],[580,16,580,22,4,0,0,0],[581,9,583,54,4,0,0,0],[584,9,586,25,0,0,0,0],[587,10,588,6,4,0,0,0],[588,6,617,19,29,0,0,0],[594,34,597,6,0,0,0,0],[597,12,600,6,29,0,0,0],[604,8,604,15,29,0,0,0],[604,16,606,6,29,0,0,0],[606,12,615,6,0,0,0,0],[609,67,611,10,0,0,0,0],[611,16,613,10,0,0,0,0]]},{"branches":[],"count":53,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFSbAGXEfU_","regions":[[591,55,591,75,53,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFAGSiXEfU0_","regions":[[592,42,592,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFSbAGXEfU1_","regions":[[612,35,612,55,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[621,56,657,2,5,0,0,0],[622,73,622,83,0,0,0,0],[622,83,657,2,5,0,0,0],[624,8,624,17,5,0,0,0],[626,5,651,6,1,0,0,0],[638,70,641,10,0,0,0,0],[641,10,651,6,1,0,0,0],[643,16,643,22,1,0,0,0],[644,9,646,54,1,0,0,0],[647,9,649,19,0,0,0,0],[650,10,651,6,1,0,0,0],[651,6,657,2,5,0,0,0],[653,67,655,6,5,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0iE0VXEfU_","regions":[[622,51,622,66,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0iE0VXEfU0_","regions":[[653,50,653,65,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012removeCustomE02idy10Foundation4UUIDV_tYaF","regions":[[660,39,667,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012removeCustomE02idy10Foundation4UUIDV_tYaFSbAA0iE0VXEfU_","regions":[[663,27,663,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19clearAllCustomRulesyyYaF","regions":[[670,34,676,2,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010makeCustomE05input6outputAA0iE0VSS_SStF","regions":[[679,66,695,2,13,0,0,0],[682,8,692,6,0,0,0,0],[692,12,694,6,13,0,0,0]]},{"branches":[],"count":45,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010makeCustomE05input6outputAA0iE0VSS_SStFSbAHXEfU_","regions":[[680,48,682,6,45,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC09getCustomE08forInputAA0iE0VSgSS_tF","regions":[[698,59,700,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC09getCustomE08forInputAA0iE0VSgSS_tFSbAGXEfU_","regions":[[699,23,699,81,0,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4nameSSvg","regions":[[14,26,19,10,15,0,0,0],[15,20,15,24,15,0,0,0],[16,13,16,62,4,0,0,0],[17,13,17,58,11,0,0,0],[18,14,19,10,15,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV11displayNameSSvg","regions":[[25,29,25,44,5,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC04ruleF0SayAA0E10CollectionVGvpfi","regions":[[42,45,42,47,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11customRulesSayAA06CustomE0VGvpfi","regions":[[43,37,43,39,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16currentLayerNameSSvpfi","regions":[[44,36,44,72,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14activeKeymapIdSSvpfi","regions":[[48,34,48,57,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25keymapIncludesPunctuationSbvpfi","regions":[[51,43,51,48,74,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19ruleCollectionStore011customRulesJ020configurationService13eventListenerAcA0eiJ0C_AA06CustomlJ0CAA013ConfigurationN0CAA011KanataEventP0Ctcfc","regions":[[92,7,97,6,74,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerCfd","regions":[[99,12,104,6,47,0,0,0]]},{"branches":[],"count":47,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerCfdyyYacfU_","regions":[[101,46,103,10,47,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ConflictMappingV2idSSvg","regions":[[10,20,10,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4name4icon7summary8mappingsACSS_S2SSayAA0F7MappingVGtcfC","regions":[[21,84,26,6,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4fromAcA0eF4InfoV0G0O_tcfC","regions":[[30,48,41,6,10,0,0,0],[35,16,35,22,10,0,0,0],[36,9,37,103,2,0,0,0],[38,9,39,81,8,0,0,0],[40,10,41,6,10,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4fromAcA0eF4InfoV0G0O_tcfcAA0F7MappingVAA0aK0VXEfU_","regions":[[37,48,37,103,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleConflictContextV03newE008existingE015conflictingKeysAcA0eF14SourceSnapshotV_AHSaySSGtcfC","regions":[[51,116,55,6,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleConflictContextV03newE008existingE015conflictingKeysAcA0eF4InfoV6SourceO_AJSaySSGtcfC","regions":[[59,110,63,6,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV4bodyQrvg","regions":[[80,25,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvpQOy_Qo__AE7DividerVAC015conflictingKeysO0AILLQrvpQOy_Qo_AlC09ruleCardsO0AILLQrvpQOy_Qo_AlC13actionButtonsAILLQrvpQOy_Qo_tGyXEfU_","regions":[[81,28,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[106,42,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0T0PAFE15foregroundColoryQrAF0W0VSgFQOyAC8ruleIconAELL3forQrAA0eF14SourceSnapshotV_tFQOy_Qo__Qo__AlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEA_yQrA3__A7_tFQOyAF4TextV_Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAOGQo_AVtGG_A9_AlFEA_yQrA3__A7_tFQOyAlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_tGyXEfU_","regions":[[107,29,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0T0PAFE15foregroundColoryQrAF0W0VSgFQOyAC8ruleIconAELL3forQrAA0eF14SourceSnapshotV_tFQOy_Qo__Qo__AlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEA_yQrA3__A7_tFQOyAF4TextV_Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAOGQo_AVtGG_A9_AlFEA_yQrA3__A7_tFQOyAlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_tGyXEfU_A18_yXEfU_","regions":[[109,33,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleIcon33_247001663FE6150B77749D75B55ED1EDLL3forQrAA0eF14SourceSnapshotV_tF","regions":[[140,80,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[147,51,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_","regions":[[148,28,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_A24_yXEfU_","regions":[[153,32,174,14,0,0,0,0],[169,20,169,53,0,0,0,0],[169,54,173,18,0,0,0,0],[173,18,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_A24_yXEfU_A21_SScfU_","regions":[[154,72,167,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[181,45,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_","regions":[[182,46,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_yycfU_","regions":[[189,15,191,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_yycfU0_","regions":[[199,15,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctF","regions":[[212,20,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[213,50,285,10,0,0,0,0],[242,16,242,33,0,0,0,0],[242,34,267,14,0,0,0,0],[267,14,285,10,0,0,0,0],[283,63,283,75,0,0,0,0],[283,78,283,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_","regions":[[215,33,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_A11_yXEfU_","regions":[[220,57,228,18,0,0,0,0],[225,34,225,39,0,0,0,0],[225,42,225,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_","regions":[[243,57,261,18,0,0,0,0],[256,24,256,42,0,0,0,0],[256,43,260,22,0,0,0,0],[260,22,261,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A35_A32_cfU_","regions":[[244,56,254,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A35_A32_cfU_A34_yXEfU_","regions":[[245,44,253,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A64_yXEfU1_","regions":[[272,36,280,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A64_yXEfU1_A62_yXEfU_","regions":[[273,24,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16relevantMappings33_247001663FE6150B77749D75B55ED1EDLL4from3forSayAA0F7MappingVGAA0eF14SourceSnapshotV_SaySSGtF","regions":[[302,28,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16relevantMappings33_247001663FE6150B77749D75B55ED1EDLL4from3forSayAA0F7MappingVGAA0eF14SourceSnapshotV_SaySSGtFSbAIXEfU_","regions":[[304,39,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[311,42,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0T0PAFE16keyboardShortcutyQrAF08KeyboardX0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAStGyXEfU_","regions":[[312,16,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0T0PAFE16keyboardShortcutyQrAF08KeyboardX0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAStGyXEfU_yyScMYccfU_","regions":[[313,30,315,14,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4iconSSvg","regions":[[334,22,341,6,10,0,0,0],[335,16,335,20,10,0,0,0],[336,9,337,52,2,0,0,0],[338,9,339,28,8,0,0,0],[340,10,341,6,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4iconSSvgSSyKXEfu_","regions":[[337,32,337,52,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO7summarySSvg","regions":[[344,25,351,6,10,0,0,0],[345,16,345,20,10,0,0,0],[346,9,347,31,2,0,0,0],[348,9,349,47,8,0,0,0],[350,10,351,6,10,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO7summarySSvgSSyKXEfu_","regions":[[349,27,349,47,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZ","regions":[[358,40,395,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZyAA0eF6ChoiceOcfU_","regions":[[392,27,392,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZyycfU0_","regions":[[393,27,393,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV10appKeymapsSayAA0C6KeymapVGvpfi","regions":[[17,35,17,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV13showZeroStateSbvpfi","regions":[[23,31,23,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV06leaderA7DisplaySSvpfi","regions":[[28,36,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV15defaultExpandedSbvpfi","regions":[[31,33,31,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV12displayStyleAA04Rulef7DisplayI0Ovpfi","regions":[[32,52,32,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11_isExpanded33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[73,37,73,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV10_isHovered33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[74,36,74,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV15_hasInitialized33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[75,41,75,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16effectiveEnabled33_61A0AAAAA71F319DD212670C0634E10FLLSbvg","regions":[[79,40,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16effectiveEnabled33_61A0AAAAA71F319DD212670C0634E10FLLSbvgSbyKXEfu_","regions":[[80,25,80,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV24formatModifierForDisplay33_61A0AAAAA71F319DD212670C0634E10FLLyS2SF","regions":[[84,73,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV24formatModifierForDisplay33_61A0AAAAA71F319DD212670C0634E10FLLyS2SFSSyKXEfu_","regions":[[91,42,91,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV4bodyQrvg","regions":[[94,25,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[99,40,139,6,0,0,0,0],[107,35,107,85,0,0,0,0],[107,88,107,124,0,0,0,0],[112,57,112,61,0,0,0,0],[112,64,112,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI9TupleViewVyAC012scrollAnchorS0AELLQrvpQOy_Qo__AC012headerButtonS0AELLQrvpQOy_Qo_AC08expandediS0AELLQrvpQOy_Qo_tGyXEfU_","regions":[[100,49,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySbcfU0_","regions":[[115,18,122,10,0,0,0,0],[117,16,117,24,0,0,0,0],[117,25,119,14,0,0,0,0],[119,20,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgyycfU1_","regions":[[123,19,128,10,0,0,0,0],[124,16,124,31,0,0,0,0],[124,32,127,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU2_","regions":[[129,40,135,10,0,0,0,0],[130,16,130,24,0,0,0,0],[130,38,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU2_yyXEfU_","regions":[[131,58,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU3_","regions":[[136,34,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16scrollAnchorView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[142,45,148,6,0,0,0,0],[143,30,147,10,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[151,45,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[152,46,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[154,20,167,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_","regions":[[155,58,166,18,0,0,0,0],[158,24,158,34,0,0,0,0],[158,79,165,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_yyYbScMYccfU_","regions":[[160,79,164,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_yyYbScMYccfU_yyXEfU_","regions":[[161,70,163,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_","regions":[[167,22,206,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_","regions":[[168,54,204,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[172,61,203,22,0,0,0,0],[186,51,190,26,0,0,0,0],[190,26,203,22,0,0,0,0],[192,54,197,26,0,0,0,0],[197,35,197,56,0,0,0,0],[197,57,202,26,0,0,0,0],[202,26,203,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_A11_yXEfU_","regions":[[173,44,184,26,0,0,0,0],[177,32,177,41,0,0,0,0],[177,81,183,30,0,0,0,0],[183,30,184,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_A11_yXEfU_SbyKXEfu_","regions":[[177,60,177,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyYbcfU1_","regions":[[215,26,215,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ySbYbcfU2_","regions":[[216,26,221,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[234,48,552,6,0,0,0,0],[235,12,235,22,0,0,0,0],[235,23,551,10,0,0,0,0],[551,10,552,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_","regions":[[237,28,550,14,0,0,0,0],[238,20,238,33,0,0,0,0],[238,106,256,18,0,0,0,0],[256,27,256,59,0,0,0,0],[256,83,267,18,0,0,0,0],[267,27,267,57,0,0,0,0],[267,81,281,18,0,0,0,0],[281,27,281,55,0,0,0,0],[281,79,361,18,0,0,0,0],[361,27,361,61,0,0,0,0],[361,85,372,18,0,0,0,0],[372,27,372,56,0,0,0,0],[372,80,390,18,0,0,0,0],[374,75,389,22,0,0,0,0],[389,22,390,18,0,0,0,0],[390,27,390,55,0,0,0,0],[390,79,408,18,0,0,0,0],[408,27,408,53,0,0,0,0],[408,77,455,18,0,0,0,0],[455,27,455,49,0,0,0,0],[455,50,505,18,0,0,0,0],[457,24,457,78,0,0,0,0],[457,79,468,22,0,0,0,0],[468,31,468,87,0,0,0,0],[468,88,474,22,0,0,0,0],[474,31,474,88,0,0,0,0],[474,89,486,22,0,0,0,0],[486,31,486,89,0,0,0,0],[486,90,498,22,0,0,0,0],[498,28,504,22,0,0,0,0],[505,24,549,18,0,0,0,0],[549,18,550,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_","regions":[[240,41,253,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_yyScMYccfU_","regions":[[245,32,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_A24_yXEfU0_","regions":[[247,34,250,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU0_","regions":[[260,41,262,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU1_","regions":[[271,44,273,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU2_","regions":[[274,45,276,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA04HomeG10ModsConfigVyKXEfu_","regions":[[283,74,283,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_","regions":[[284,62,357,22,0,0,0,0],[290,28,290,55,0,0,0,0],[290,56,349,26,0,0,0,0],[349,26,357,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_","regions":[[291,69,342,30,0,0,0,0],[337,84,337,98,0,0,0,0],[337,101,337,116,0,0,0,0],[338,120,338,158,0,0,0,0],[338,161,338,163,0,0,0,0],[339,109,339,131,0,0,0,0],[339,134,339,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_","regions":[[292,53,334,34,0,0,0,0],[294,40,294,123,0,0,0,0],[294,124,312,38,0,0,0,0],[312,38,334,34,0,0,0,0],[315,40,315,124,0,0,0,0],[315,125,333,38,0,0,0,0],[333,38,334,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_SbSSXEfU_","regions":[[294,75,294,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_","regions":[[295,81,311,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_","regions":[[299,64,310,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_","regions":[[300,101,309,50,0,0,0,0],[301,56,301,88,0,0,0,0],[301,89,308,54,0,0,0,0],[308,54,309,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_S2SXEfU_","regions":[[302,109,302,141,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_SSyKXEfu_","regions":[[302,145,302,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_yycfU0_","regions":[[306,69,306,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_SbSSXEfU1_","regions":[[315,75,315,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_","regions":[[316,81,332,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_","regions":[[320,64,331,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_","regions":[[321,102,330,50,0,0,0,0],[322,56,322,88,0,0,0,0],[322,89,329,54,0,0,0,0],[329,54,330,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_S2SXEfU_","regions":[[323,109,323,141,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_SSyKXEfu_","regions":[[323,145,323,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_yycfU0_","regions":[[327,69,327,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_SbyKXEfu_","regions":[[338,85,338,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_yyScMYccfU0_","regions":[[351,48,353,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU4_","regions":[[365,41,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA18LauncherGridConfigVyYbcfU5_","regions":[[377,38,377,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA18LauncherGridConfigVYbcfU6_","regions":[[378,38,380,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA18LauncherGridConfigVcfU7_","regions":[[382,46,384,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA17ChordGroupsConfigVyKXEfu0_","regions":[[392,74,392,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA17ChordGroupsConfigVyYbcfU8_","regions":[[395,34,395,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA17ChordGroupsConfigVYbcfU9_","regions":[[396,34,396,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA17ChordGroupsConfigVcfU10_","regions":[[398,42,400,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yycfU11_","regions":[[401,38,403,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA15SequencesConfigVyKXEfu1_","regions":[[410,72,410,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_","regions":[[411,62,451,22,0,0,0,0],[416,28,416,52,0,0,0,0],[416,53,420,26,0,0,0,0],[420,32,441,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_","regions":[[421,69,440,30,0,0,0,0],[435,36,435,62,0,0,0,0],[435,63,439,34,0,0,0,0],[439,34,440,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_A120_A110_cfU_","regions":[[422,69,434,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_A120_A110_cfU_A119_yXEfU_","regions":[[423,44,433,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_yyScMYccfU0_","regions":[[443,32,445,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A23_yXEfU1_","regions":[[445,34,447,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A139_yXEfU13_","regions":[[459,65,464,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A139_yXEfU13_SayAA0A7MappingVGyKXEfu_","regions":[[463,83,463,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu2_","regions":[[470,79,470,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu3_","regions":[[477,63,477,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA06WindowA10ConventionOyKXEfu4_","regions":[[478,76,478,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA06WindowA10ConventionOcfU14_","regions":[[479,49,481,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu5_","regions":[[489,63,489,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA08FunctionA4ModeOcfU15_","regions":[[491,43,493,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_","regions":[[507,40,546,22,0,0,0,0],[509,28,509,45,0,0,0,0],[509,67,514,26,0,0,0,0],[514,26,546,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_","regions":[[516,53,525,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_S2SYbScMYccACYbcfu_","regions":[[523,48,523,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_S2SYbScMYccACYbcfu_S2SYbScMYccfu0_","regions":[[523,48,523,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_","regions":[[528,45,545,26,0,0,0,0],[530,67,530,68,0,0,0,0],[530,71,530,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_","regions":[[532,55,544,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_yycfU_","regions":[[536,45,538,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_yycfU0_","regions":[[539,47,541,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_S2SYbScMYccACYbcfu_","regions":[[542,52,542,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_S2SYbScMYccACYbcfu_S2SYbScMYccfu0_","regions":[[542,52,542,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV8iconView33_61A0AAAAA71F319DD212670C0634E10FLL3forQrSS_tF","regions":[[555,58,585,6,0,0,0,0],[558,12,558,35,0,0,0,0],[558,36,564,10,0,0,0,0],[564,19,564,46,0,0,0,0],[564,47,580,10,0,0,0,0],[569,76,574,14,0,0,0,0],[574,20,579,14,0,0,0,0],[580,16,584,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV8iconView33_61A0AAAAA71F319DD212670C0634E10FLL3forQrSS_tF10Foundation3URLVSgyKXEfu_","regions":[[568,20,568,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV06prettyA4NameyS2SF","regions":[[587,49,591,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA6ButtonV4bodyQrvg","regions":[[14,25,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA6ButtonV4bodyQrvgAA0efA9ChipSmallVyXEfU_","regions":[[15,32,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV4bodyQrvg","regions":[[30,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15foregroundColoryQrAE0L0VSgFQOyAE5ImageV_Qo__AE4TextVtGyXEfU_","regions":[[31,28,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV8iconName33_CA50CC97932B0A4078A096026B66E28CLLSSvg","regions":[[48,34,55,6,0,0,0,0],[49,16,49,20,0,0,0,0],[50,9,50,47,0,0,0,0],[51,9,51,53,0,0,0,0],[52,9,52,39,0,0,0,0],[53,9,53,55,0,0,0,0],[54,10,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV9iconColor33_CA50CC97932B0A4078A096026B66E28CLL7SwiftUI0H0Vvg","regions":[[57,34,64,6,0,0,0,0],[58,16,58,20,0,0,0,0],[59,9,59,30,0,0,0,0],[60,9,60,26,0,0,0,0],[61,9,61,26,0,0,0,0],[62,9,62,31,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeycapStyleV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[80,46,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg","regions":[[105,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[106,28,124,10,0,0,0,0],[108,35,113,14,0,0,0,0],[113,20,118,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_SSyKXEfu_","regions":[[121,29,121,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvgyycfU0_","regions":[[136,19,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyF","regions":[[141,32,171,6,0,0,0,0],[145,90,148,10,0,0,0,0],[148,10,171,6,0,0,0,0],[151,57,151,70,0,0,0,0],[151,73,151,95,0,0,0,0],[158,33,164,10,0,0,0,0],[160,16,160,60,0,0,0,0],[160,61,163,14,0,0,0,0],[163,14,164,10,0,0,0,0],[164,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFSSSscfu_","regions":[[169,18,169,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFS2SXEfU_","regions":[[170,39,170,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFSSyKXEfu0_","regions":[[170,57,170,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV11loadFromURL33_CA50CC97932B0A4078A096026B66E28CLLyy10Foundation0K0VF","regions":[[173,42,188,6,0,0,0,0],[182,9,184,10,0,0,0,0],[184,16,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25RulesSectionHeaderCompactV4bodyQrvg","regions":[[198,25,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25RulesSectionHeaderCompactV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGyXEfU_","regions":[[199,28,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvg","regions":[[220,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGyXEfU_","regions":[[221,28,239,10,0,0,0,0],[223,35,227,14,0,0,0,0],[227,20,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvgyycfU0_","regions":[[241,19,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV04loadC4Icon33_CA50CC97932B0A4078A096026B66E28CLLyyF","regions":[[246,32,252,6,0,0,0,0],[247,117,251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV10_isHovered33_CA50CC97932B0A4078A096026B66E28CLL7SwiftUI5StateVySbGvpfi","regions":[[263,36,263,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg","regions":[[265,25,341,6,0,0,0,0],[327,35,327,62,0,0,0,0],[327,65,327,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_","regions":[[266,49,320,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_","regions":[[267,32,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A5_yXEfU_","regions":[[269,36,287,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_","regions":[[292,36,318,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_yyScMYccfU_","regions":[[293,28,295,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_A27_yXEfU0_","regions":[[295,30,301,22,0,0,0,0],[298,77,298,78,0,0,0,0],[298,81,298,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_yyScMYccfU1_","regions":[[304,28,306,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_A27_yXEfU2_","regions":[[306,30,312,22,0,0,0,0],[309,77,309,78,0,0,0,0],[309,81,309,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvgySbcfU0_","regions":[[330,18,337,10,0,0,0,0],[332,16,332,24,0,0,0,0],[332,25,334,14,0,0,0,0],[334,20,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvgyycfU1_","regions":[[338,23,340,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV10_isHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12_isMouseDown33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI5StateVySbGvpfi","regions":[[9,38,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12isAnyHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LLSbvg","regions":[[11,36,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12isAnyHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LLSbvgSbyKXEfu_","regions":[[12,22,12,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg","regions":[[15,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgyyScMYccfU_","regions":[[16,16,18,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEAH_AIQrAL_qd__tSQRd__lFQOyAgEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE6ZStackVyAE05TupleK0VyAgEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAgEE5frame5width6height9alignmentQrAQSg_A7_AE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVA2_G_Qo__Qo__AgEE15foregroundColoryQrA2_SgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_Qo__SbQo__SbQo_yXEfU0_","regions":[[18,18,32,10,0,0,0,0],[29,40,29,44,0,0,0,0],[29,47,29,74,0,0,0,0],[29,63,29,67,0,0,0,0],[29,70,29,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEAH_AIQrAL_qd__tSQRd__lFQOyAgEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE6ZStackVyAE05TupleK0VyAgEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAgEE5frame5width6height9alignmentQrAQSg_A7_AE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVA2_G_Qo__Qo__AgEE15foregroundColoryQrA2_SgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_Qo__SbQo__SbQo_yXEfU0_A27_yXEfU_","regions":[[19,20,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgySbcfU1_","regions":[[34,18,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgy7SwiftUI11DragGestureV5ValueVcfU2_","regions":[[39,28,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgy7SwiftUI11DragGestureV5ValueVcfU3_","regions":[[42,26,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV9fillColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[48,34,56,6,0,0,0,0],[49,12,49,23,0,0,0,0],[49,24,51,10,0,0,0,0],[51,19,51,31,0,0,0,0],[51,32,53,10,0,0,0,0],[53,16,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV9iconColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[58,34,66,6,0,0,0,0],[59,12,59,23,0,0,0,0],[59,24,61,10,0,0,0,0],[61,19,61,31,0,0,0,0],[61,32,63,10,0,0,0,0],[63,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV11shadowColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[68,36,76,6,0,0,0,0],[69,12,69,23,0,0,0,0],[69,24,71,10,0,0,0,0],[71,19,71,31,0,0,0,0],[71,32,73,10,0,0,0,0],[73,16,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12shadowRadius33_3E1FE17F2D908FDE2E6A16DA26B144B1LL12CoreGraphics7CGFloatVvg","regions":[[78,39,80,6,0,0,0,0],[79,24,79,25,0,0,0,0],[79,28,79,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV7shadowY33_3E1FE17F2D908FDE2E6A16DA26B144B1LL12CoreGraphics7CGFloatVvg","regions":[[82,34,84,6,0,0,0,0],[83,24,83,25,0,0,0,0],[83,28,83,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV15enableAnimationSbvpfi","regions":[[16,33,16,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV7allKeys33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSaySSGvpZfiA2FXEfU_","regions":[[27,65,27,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[29,56,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[30,24,30,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV15symbolPositions33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSaySS0I0_Si8keyIndextGvg","regions":[[34,68,42,6,0,0,0,0],[36,55,40,10,0,0,0,0],[37,44,39,14,0,0,0,0],[40,10,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg","regions":[[44,25,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_","regions":[[45,28,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_","regions":[[46,53,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_SSSgSSYbScMYccACYbcfu_","regions":[[48,79,48,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_SSSgSSYbScMYccACYbcfu_A5_SSYbScMYccfu0_","regions":[[48,79,48,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg","regions":[[83,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_","regions":[[84,49,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_","regions":[[90,69,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_A18_yXEfU_","regions":[[91,36,103,18,0,0,0,0],[93,24,93,37,0,0,0,0],[93,38,93,66,0,0,0,0],[93,75,93,88,0,0,0,0],[93,89,93,118,0,0,0,0],[93,118,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_A18_yXEfU_A16_SScfU_","regions":[[95,46,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV15enableAnimationSbvpfi","regions":[[117,33,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV13_keycapFrames33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVySDySSSo6CGRectVGGvpfi","regions":[[120,57,120,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[122,56,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[123,24,123,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV13symbolTargets33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSDyS2SGvg","regions":[[127,49,135,6,0,0,0,0],[129,33,133,10,0,0,0,0],[130,47,132,14,0,0,0,0],[133,10,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV12parkingFrame33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSo6CGRectVvg","regions":[[146,38,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV14targetFrameFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySo6CGRectVSSF","regions":[[151,61,158,6,0,0,0,0],[154,9,156,10,0,0,0,0],[156,10,157,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg","regions":[[160,25,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_","regions":[[161,49,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_","regions":[[168,44,204,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_","regions":[[170,57,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_","regions":[[171,77,189,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_","regions":[[172,44,188,26,0,0,0,0],[174,32,174,45,0,0,0,0],[174,46,174,74,0,0,0,0],[174,83,174,96,0,0,0,0],[174,97,174,126,0,0,0,0],[174,126,188,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_A40_SScfU_","regions":[[176,54,187,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_A40_SScfU_A38_AE13GeometryProxyVcfU_","regions":[[180,56,185,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A47_SScfU0_","regions":[[195,54,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_yA54_cfU0_","regions":[[206,61,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeycapSlotV4bodyQrvg","regions":[[219,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeycapSlotV4bodyQrvg7SwiftUI9TupleViewVyAE06_ShapeK0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokelK0VyAkmE05EmptyK0VGAE4TextVSgtGyXEfU_","regions":[[220,16,232,10,0,0,0,0],[222,36,222,67,0,0,0,0],[222,70,222,107,0,0,0,0],[224,38,224,68,0,0,0,0],[224,71,224,99,0,0,0,0],[227,16,227,27,0,0,0,0],[227,28,231,14,0,0,0,0],[231,14,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV15enableAnimationSbvpfi","regions":[[247,33,247,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV14springResponse33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[250,40,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV15dampingFraction33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[254,41,256,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV11wobbleAngle33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[258,37,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV17positionAnimation33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI0H0VSgvg","regions":[[263,47,265,6,0,0,0,0],[264,27,264,94,0,0,0,0],[264,97,264,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV9_rotation33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVyAF5AngleVGvpfi","regions":[[267,42,267,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV6_scale33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[268,41,268,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV11_wasVisible33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVySbGvpfi","regions":[[269,43,269,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvg","regions":[[271,25,294,6,0,0,0,0],[278,34,278,37,0,0,0,0],[278,40,278,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvgySo6CGRectV_AFtcfU_","regions":[[282,40,286,14,0,0,0,0],[283,20,283,29,0,0,0,0],[283,47,285,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvgySb_SbtcfU0_","regions":[[287,38,293,14,0,0,0,0],[288,20,288,30,0,0,0,0],[288,61,291,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV13triggerWobble33_8B337F4DC42CDC8C89E9C9E8781F6F96LLyyF","regions":[[296,34,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV13triggerWobble33_8B337F4DC42CDC8C89E9C9E8781F6F96LLyyFyyXEfU_","regions":[[299,92,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InsetBackPlaneV4bodyQrvg","regions":[[313,25,340,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeycapFramePreferenceV6reduce5value9nextValueySDySSSo6CGRectVGz_AIyXEtFZ","regions":[[347,90,349,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeycapFramePreferenceV6reduce5value9nextValueySDySSSo6CGRectVGz_AIyXEtFZA2H_AHtXEfU_","regions":[[348,34,348,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[364,56,366,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[365,24,365,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg","regions":[[368,25,443,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_","regions":[[369,28,437,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_","regions":[[370,53,431,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_","regions":[[372,57,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_","regions":[[378,82,396,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_A20_yXEfU_","regions":[[379,44,395,26,0,0,0,0],[381,32,381,45,0,0,0,0],[381,46,383,30,0,0,0,0],[383,39,383,52,0,0,0,0],[383,53,385,30,0,0,0,0],[385,30,395,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_","regions":[[387,54,394,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_","regions":[[405,57,430,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_","regions":[[411,82,429,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_","regions":[[412,44,428,26,0,0,0,0],[414,32,414,45,0,0,0,0],[414,46,416,30,0,0,0,0],[416,39,416,52,0,0,0,0],[416,53,418,30,0,0,0,0],[418,30,428,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_","regions":[[420,54,427,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_SSyKXEfu_","regions":[[423,54,423,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TransformKeycapV4bodyQrvg","regions":[[453,25,466,6,0,0,0,0],[455,61,455,70,0,0,0,0],[455,73,455,81,0,0,0,0],[457,46,457,81,0,0,0,0],[457,57,457,65,0,0,0,0],[457,68,457,80,0,0,0,0],[457,84,457,94,0,0,0,0],[460,55,460,86,0,0,0,0],[460,89,460,126,0,0,0,0],[464,45,464,116,0,0,0,0],[464,56,464,82,0,0,0,0],[464,85,464,115,0,0,0,0],[464,119,464,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TransformKeycapV4bodyQrvgSbyKXEfu_","regions":[[460,44,460,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[484,56,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[485,24,485,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg","regions":[[488,25,572,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_","regions":[[489,28,566,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_","regions":[[490,50,560,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_","regions":[[492,57,511,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_","regions":[[500,40,510,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_","regions":[[501,64,509,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_A5_yXEfU_","regions":[[502,48,508,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_A5_yXEfU_SSyKXEfu_","regions":[[507,74,507,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_","regions":[[517,57,559,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_","regions":[[522,61,558,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_","regions":[[524,44,537,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_","regions":[[525,66,531,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_A25_yXEfU_","regions":[[526,52,530,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_A25_yXEfU_ARSScfU_","regions":[[527,62,529,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A28_yXEfU0_","regions":[[533,48,536,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_","regions":[[544,44,557,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_","regions":[[545,88,551,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_","regions":[[546,52,550,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_ARSScfU_","regions":[[547,62,549,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_ARSScfU_SSyKXEfu_","regions":[[548,82,548,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_","regions":[[553,48,556,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_SSyKXEfu_","regions":[[554,74,554,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_SSyKXEfu0_","regions":[[555,74,555,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV06leaderA7DisplaySSvpfi","regions":[[13,36,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV10_isHovered33_499569A88EB5A0EB8337F8C64323106FLL7SwiftUI5StateVySbGvpfi","regions":[[18,36,18,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV19appLaunchIdentifier33_499569A88EB5A0EB8337F8C64323106FLLSSSgvg","regions":[[21,46,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV10isEditable33_499569A88EB5A0EB8337F8C64323106FLLSbvg","regions":[[25,34,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg","regions":[[29,25,147,6,0,0,0,0],[129,49,129,76,0,0,0,0],[129,79,129,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_","regions":[[30,49,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_","regions":[[31,32,121,14,0,0,0,0],[88,20,88,66,0,0,0,0],[88,67,120,18,0,0,0,0],[120,18,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A23_yXEfU_","regions":[[33,36,83,18,0,0,0,0],[35,24,35,45,0,0,0,0],[35,46,49,22,0,0,0,0],[49,22,83,18,0,0,0,0],[61,56,63,22,0,0,0,0],[63,28,68,22,0,0,0,0],[71,72,75,22,0,0,0,0],[75,22,83,18,0,0,0,0],[78,56,80,22,0,0,0,0],[80,22,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A23_yXEfU_ANyXEfU_","regions":[[36,44,43,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_SbyKXEfu_","regions":[[88,44,88,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_","regions":[[89,40,119,22,0,0,0,0],[90,55,101,26,0,0,0,0],[101,26,119,22,0,0,0,0],[103,59,114,26,0,0,0,0],[114,26,119,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_yyScMYccfU_","regions":[[91,36,93,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_A45_yXEfU0_","regions":[[93,38,99,30,0,0,0,0],[96,85,96,86,0,0,0,0],[96,89,96,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_yyScMYccfU1_","regions":[[104,36,106,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_A45_yXEfU2_","regions":[[106,38,112,30,0,0,0,0],[109,85,109,86,0,0,0,0],[109,89,109,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgSbyKXEfu_","regions":[[129,36,129,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgySbcfU0_","regions":[[132,18,141,10,0,0,0,0],[134,16,134,26,0,0,0,0],[134,27,140,14,0,0,0,0],[135,20,135,28,0,0,0,0],[135,29,137,18,0,0,0,0],[137,24,139,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgyycfU1_","regions":[[142,23,146,10,0,0,0,0],[143,43,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF","regions":[[150,78,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyG0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleG0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_","regions":[[151,28,184,10,0,0,0,0],[152,20,152,28,0,0,0,0],[153,13,154,92,0,0,0,0],[156,13,172,18,0,0,0,0],[157,57,172,18,0,0,0,0],[160,24,160,45,0,0,0,0],[160,46,162,22,0,0,0,0],[162,28,171,22,0,0,0,0],[174,13,175,28,0,0,0,0],[177,13,182,18,0,0,0,0],[183,14,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyG0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleG0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_A1_Si_SS_S2SttcfU_","regions":[[163,82,170,26,0,0,0,0],[164,32,164,45,0,0,0,0],[164,46,168,30,0,0,0,0],[168,30,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV31extractBehaviorItemsInEditOrder33_499569A88EB5A0EB8337F8C64323106FLL4fromSaySS_S2StGAA08TapDanceI0V_tF","regions":[[189,107,209,6,0,0,0,0],[197,43,206,10,0,0,0,0],[199,45,199,57,0,0,0,0],[199,57,206,10,0,0,0,0],[202,56,202,77,0,0,0,0],[202,80,202,100,0,0,0,0],[203,54,203,74,0,0,0,0],[203,77,203,87,0,0,0,0],[206,10,208,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV12behaviorItem33_499569A88EB5A0EB8337F8C64323106FLL4icon5label3keyQrSS_S2StF","regions":[[212,86,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV12behaviorItem33_499569A88EB5A0EB8337F8C64323106FLL4icon5label3keyQrSS_S2StF7SwiftUI05TupleG0VyAI0G0PAIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI4TextVAA0A7CapChipVtGyXEfU_","regions":[[213,28,219,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV24formatModifierForDisplay33_499569A88EB5A0EB8337F8C64323106FLLyS2SF","regions":[[223,73,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV24formatModifierForDisplay33_499569A88EB5A0EB8337F8C64323106FLLyS2SFSSyKXEfu_","regions":[[230,42,230,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV06formatA11ForBehavior33_499569A88EB5A0EB8337F8C64323106FLLyS2SF","regions":[[233,64,279,6,0,0,0,0],[253,54,255,10,0,0,0,0],[255,10,278,43,0,0,0,0],[260,12,260,34,0,0,0,0],[260,35,263,10,0,0,0,0],[263,19,263,41,0,0,0,0],[263,42,266,10,0,0,0,0],[266,19,266,41,0,0,0,0],[266,42,269,10,0,0,0,0],[269,19,269,41,0,0,0,0],[269,42,272,10,0,0,0,0],[274,57,276,10,0,0,0,0],[276,10,278,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV16hasShiftVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[13,40,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV16hasShiftVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlV0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[14,27,14,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasCtrlVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[17,39,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasCtrlVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlV0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[18,27,18,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasDescriptions33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[21,39,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasDescriptions33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlU0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[22,27,22,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvg","regions":[[26,41,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgS2S5input_SS6outputSSSg13shiftedOutputAK04ctrlY0AK11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[27,37,27,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgSbSS_SStXEfU0_","regions":[[27,73,27,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgSSyKXEfu_","regions":[[27,101,27,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg","regions":[[31,25,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_","regions":[[32,49,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A20_yXEfU_","regions":[[34,32,53,14,0,0,0,0],[39,20,39,35,0,0,0,0],[39,36,42,18,0,0,0,0],[42,18,53,14,0,0,0,0],[45,20,45,36,0,0,0,0],[45,37,48,18,0,0,0,0],[48,18,53,14,0,0,0,0],[49,20,49,35,0,0,0,0],[49,36,52,18,0,0,0,0],[52,18,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_","regions":[[59,69,88,14,0,0,0,0],[61,20,61,40,0,0,0,0],[61,41,64,18,0,0,0,0],[64,18,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_","regions":[[66,36,85,18,0,0,0,0],[71,24,71,39,0,0,0,0],[71,40,74,22,0,0,0,0],[74,22,85,18,0,0,0,0],[77,24,77,40,0,0,0,0],[77,41,80,22,0,0,0,0],[80,22,85,18,0,0,0,0],[81,24,81,39,0,0,0,0],[81,40,84,22,0,0,0,0],[84,22,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_S2SXEfU_","regions":[[78,64,78,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_S2SXEfU0_","regions":[[82,61,82,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_7SwiftUI5ColorVtF","regions":[[100,85,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV7keyCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSF","regions":[[107,55,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15descriptionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSSgF","regions":[[113,64,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15descriptionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSSgFSSyKXEfu_","regions":[[114,22,114,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV10actionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSF","regions":[[121,58,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12modifierCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSSSg_7SwiftUI5ColorVtF","regions":[[130,75,143,6,0,0,0,0],[131,21,137,10,0,0,0,0],[137,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV06prettyA4Name33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[145,57,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV06formatA10ForDisplay33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[152,63,208,6,0,0,0,0],[202,44,204,10,0,0,0,0],[204,10,207,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV28formatModifierPrefixNotation33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_12macModifiersS2S_SDyS2SGtF","regions":[[211,104,252,6,0,0,0,0],[225,15,225,28,0,0,0,0],[225,29,235,10,0,0,0,0],[227,54,234,14,0,0,0,0],[228,20,228,47,0,0,0,0],[228,48,233,18,0,0,0,0],[233,18,234,14,0,0,0,0],[234,14,235,10,0,0,0,0],[235,10,252,6,0,0,0,0],[238,43,238,46,0,0,0,0],[238,49,238,58,0,0,0,0],[239,88,242,10,0,0,0,0],[242,16,244,10,0,0,0,0],[247,12,247,27,0,0,0,0],[247,28,249,10,0,0,0,0],[249,16,251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV28formatModifierPrefixNotation33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_12macModifiersS2S_SDyS2SGtFSSyKXEfu_","regions":[[241,59,241,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12formatOutput33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[255,59,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12formatOutput33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SFSSSsXEfU_","regions":[[257,42,281,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV21_showingCustomPopover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[15,47,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV07_customA5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[16,41,16,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaF6ConfigVSgvg","regions":[[18,48,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfC","regions":[[22,82,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfcSSyKXEfu_","regions":[[26,70,26,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfcSSyKXEfu_SSyKXEfu0_","regions":[[26,106,26,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV14selectedPreset33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaI0VSgvg","regions":[[29,50,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV14selectedPreset33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaI0VSgvgSbAGXEfU_","regions":[[30,37,30,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[33,41,37,6,0,0,0,0],[34,37,34,53,0,0,0,0],[34,53,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA0eA6PresetVXEfU_","regions":[[35,44,35,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[36,16,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg","regions":[[39,25,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_","regions":[[40,50,109,10,0,0,0,0],[85,44,92,14,0,0,0,0],[92,23,92,40,0,0,0,0],[92,41,108,14,0,0,0,0],[108,14,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_","regions":[[42,32,81,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_AYyKXEfu_","regions":[[43,50,43,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_","regions":[[43,54,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_SbyKXEfu_","regions":[[48,80,48,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_yycfU_","regions":[[49,23,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_yycfU0_","regions":[[61,19,64,18,0,0,0,0],[62,58,62,72,0,0,0,0],[62,75,62,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_","regions":[[65,82,80,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_yycfU_","regions":[[68,36,75,26,0,0,0,0],[70,32,70,74,0,0,0,0],[70,75,73,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_yycfU0_","regions":[[76,35,78,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A50_yXEfU0_","regions":[[93,24,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A50_yXEfU0_yyScMYccfU_","regions":[[98,36,101,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV14_hasInteracted33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[122,40,122,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0efG6ConfigVSgvg","regions":[[125,50,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfC","regions":[[129,82,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfcSSyKXEfu_","regions":[[133,74,133,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfcSSyKXEfu_SSyKXEfu0_","regions":[[133,100,133,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV08selectedF033_1585CDEA11CAFBA56FA38A5F95871886LLAA0eF0VSgvg","regions":[[136,46,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV08selectedF033_1585CDEA11CAFBA56FA38A5F95871886LLAA0eF0VSgvgSbAGXEfU_","regions":[[137,31,137,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg","regions":[[140,25,174,6,0,0,0,0],[173,36,173,80,0,0,0,0],[173,83,173,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_","regions":[[141,50,170,10,0,0,0,0],[157,44,169,14,0,0,0,0],[169,14,170,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_","regions":[[143,33,154,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ANyKXEfu_","regions":[[144,44,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ApMcfU_","regions":[[144,48,153,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ApMcfU_yycfU_","regions":[[148,23,152,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AYyXEfU0_","regions":[[158,57,168,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[184,36,184,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg","regions":[[191,25,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_","regions":[[192,34,223,10,0,0,0,0],[217,40,217,71,0,0,0,0],[217,74,217,111,0,0,0,0],[221,42,221,59,0,0,0,0],[221,62,221,108,0,0,0,0],[221,98,221,101,0,0,0,0],[221,104,221,107,0,0,0,0],[221,134,221,135,0,0,0,0],[221,138,221,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_","regions":[[193,53,212,14,0,0,0,0],[203,47,203,55,0,0,0,0],[203,58,203,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A14_yXEfU_","regions":[[195,24,202,18,0,0,0,0],[196,47,199,22,0,0,0,0],[199,22,202,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_","regions":[[206,36,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_","regions":[[207,62,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_SbAA0A7MappingVXEfU_","regions":[[208,60,208,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_SSyKXEfu_","regions":[[208,109,208,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvgySbcfU0_","regions":[[227,18,227,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MiniKeycapV4bodyQrvg","regions":[[236,25,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV014_showingCustomE7Popover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[260,50,260,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV014_showingCustomF7Popover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[261,51,261,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV07_customE5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[262,41,262,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV07_customF5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[263,42,263,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0efG6ConfigVSgvg","regions":[[265,46,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfC","regions":[[269,133,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSayAA06SingleA6PresetVGyKXEfu_","regions":[[274,45,274,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSayAA06SingleA6PresetVGyKXEfu0_","regions":[[275,47,275,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu1_","regions":[[276,70,276,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu1_SSyKXEfu2_","regions":[[276,98,276,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu3_","regions":[[277,72,277,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu3_SSyKXEfu4_","regions":[[277,101,277,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10tapOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvg","regions":[[280,47,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10tapOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvgAHyKXEfu_","regions":[[281,31,281,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11holdOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvg","regions":[[284,48,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11holdOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvgAHyKXEfu_","regions":[[285,32,285,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedE6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvg","regions":[[288,53,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedE6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvgSbAGXEfU_","regions":[[289,26,289,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedF6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvg","regions":[[292,54,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedF6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvgSbAGXEfU_","regions":[[293,27,293,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[296,44,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA06SingleA6PresetVXEfU_","regions":[[297,30,297,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[297,62,297,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[300,45,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA06SingleA6PresetVXEfU_","regions":[[301,31,301,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[301,64,301,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV06customE12DisplayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[305,47,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV06customF12DisplayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[310,48,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV15displayLabelFor33_1585CDEA11CAFBA56FA38A5F95871886LLyS2SF","regions":[[315,61,322,6,0,0,0,0],[318,9,320,10,0,0,0,0],[320,10,321,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11sfSymbolFor33_1585CDEA11CAFBA56FA38A5F95871886LLySSSgSSF","regions":[[325,58,332,6,0,0,0,0],[328,9,330,10,0,0,0,0],[330,10,331,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV12capsLockLost33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[335,36,337,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV12capsLockLost33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[336,34,336,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg","regions":[[339,25,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_","regions":[[340,50,504,10,0,0,0,0],[488,16,488,28,0,0,0,0],[488,29,503,14,0,0,0,0],[503,14,504,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_","regions":[[342,53,412,14,0,0,0,0],[406,51,411,18,0,0,0,0],[411,18,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_","regions":[[347,36,403,18,0,0,0,0],[361,24,361,44,0,0,0,0],[361,45,370,22,0,0,0,0],[370,22,403,18,0,0,0,0],[373,55,373,61,0,0,0,0],[373,64,373,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_","regions":[[348,41,358,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_SbyKXEfu_","regions":[[353,73,353,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_yycfU_","regions":[[354,27,357,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_yycfU0_","regions":[[367,27,369,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_yycfU1_","regions":[[377,23,380,22,0,0,0,0],[378,65,378,76,0,0,0,0],[378,79,378,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_","regions":[[381,89,402,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_yycfU_","regions":[[384,40,397,30,0,0,0,0],[386,36,386,92,0,0,0,0],[386,93,389,34,0,0,0,0],[389,40,395,34,0,0,0,0],[391,40,391,82,0,0,0,0],[391,83,394,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_yycfU0_","regions":[[398,39,400,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_","regions":[[415,53,485,14,0,0,0,0],[479,52,484,18,0,0,0,0],[484,18,485,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_","regions":[[420,36,476,18,0,0,0,0],[434,24,434,45,0,0,0,0],[434,46,443,22,0,0,0,0],[443,22,476,18,0,0,0,0],[446,56,446,62,0,0,0,0],[446,65,446,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_","regions":[[421,42,431,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_SbyKXEfu_","regions":[[426,74,426,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_yycfU_","regions":[[427,27,430,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_yycfU0_","regions":[[440,27,442,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_yycfU1_","regions":[[450,23,453,22,0,0,0,0],[451,67,451,79,0,0,0,0],[451,82,451,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_","regions":[[454,90,475,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_yycfU_","regions":[[457,40,470,30,0,0,0,0],[459,36,459,93,0,0,0,0],[459,94,462,34,0,0,0,0],[462,40,468,34,0,0,0,0],[464,40,464,82,0,0,0,0],[464,83,467,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_yycfU0_","regions":[[471,39,473,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A45_yXEfU1_","regions":[[489,36,496,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV19_showingSuggestions33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[518,45,518,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV21structuredSuggestions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA0E13RuleValidatorO10SuggestionOGvg","regions":[[521,73,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV07isValidA033_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[525,34,532,6,0,0,0,0],[527,12,527,62,0,0,0,0],[527,63,529,10,0,0,0,0],[529,10,531,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV12displayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[535,38,542,6,0,0,0,0],[538,9,540,10,0,0,0,0],[540,10,541,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg","regions":[[544,25,643,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_","regions":[[545,50,637,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_","regions":[[550,53,613,14,0,0,0,0],[564,20,564,38,0,0,0,0],[564,71,594,18,0,0,0,0],[594,18,613,14,0,0,0,0],[597,20,597,70,0,0,0,0],[597,71,606,18,0,0,0,0],[608,25,608,42,0,0,0,0],[608,56,612,18,0,0,0,0],[612,18,613,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_yycfU_","regions":[[554,31,558,22,0,0,0,0],[555,28,555,38,0,0,0,0],[555,39,557,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_ySS_SStcfU0_","regions":[[559,45,561,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_","regions":[[565,32,592,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_","regions":[[566,69,591,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_","regions":[[567,94,590,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_yyScMYccfU_","regions":[[568,40,571,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_A78_yXEfU0_","regions":[[571,42,588,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_A78_yXEfU0_A73_yXEfU_","regions":[[572,56,583,38,0,0,0,0],[573,77,578,42,0,0,0,0],[578,42,583,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A92_yXEfU2_","regions":[[598,40,605,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_","regions":[[618,20,636,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_yyScMYccfU_","regions":[[619,34,621,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_yyScMYccfU0_","regions":[[628,30,630,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvgyycfU0_","regions":[[640,19,642,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[653,36,653,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvg","regions":[[655,25,673,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealP003maxP00O6Height0qS00rS0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAE4TextV_Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeJ0VyAE16RoundedRectangleVAE5ColorVG_AA0F5ShapeVQo_Qo_yXEfU_","regions":[[656,32,668,10,0,0,0,0],[658,56,658,65,0,0,0,0],[658,68,658,76,0,0,0,0],[659,47,659,53,0,0,0,0],[659,56,659,64,0,0,0,0],[664,62,664,63,0,0,0,0],[664,66,664,82,0,0,0,0],[664,76,664,77,0,0,0,0],[664,80,664,81,0,0,0,0],[665,44,665,61,0,0,0,0],[665,64,665,119,0,0,0,0],[665,77,665,104,0,0,0,0],[665,107,665,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvgySbcfU0_","regions":[[672,18,672,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SegmentShapeV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[680,40,719,6,0,0,0,0],[684,12,684,19,0,0,0,0],[684,28,686,10,0,0,0,0],[686,19,686,26,0,0,0,0],[686,27,700,10,0,0,0,0],[700,19,700,25,0,0,0,0],[700,26,714,10,0,0,0,0],[714,16,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[732,36,732,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg","regions":[[734,25,759,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE6HStackVyAE05TupleK0VyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeK0VyAE16RoundedRectangleVA2_G_AA0G5ShapeVQo_Qo_yXEfU_","regions":[[735,32,754,10,0,0,0,0],[745,43,745,49,0,0,0,0],[745,52,745,60,0,0,0,0],[750,57,750,58,0,0,0,0],[750,61,750,62,0,0,0,0],[751,40,751,57,0,0,0,0],[751,60,751,115,0,0,0,0],[751,73,751,100,0,0,0,0],[751,103,751,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE6HStackVyAE05TupleK0VyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeK0VyAE16RoundedRectangleVA2_G_AA0G5ShapeVQo_Qo_yXEfU_A21_yXEfU_","regions":[[736,32,744,14,0,0,0,0],[737,42,740,18,0,0,0,0],[740,18,744,14,0,0,0,0],[742,60,742,69,0,0,0,0],[742,72,742,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvgySbcfU0_","regions":[[758,18,758,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV12_hasAppeared33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[15,38,15,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV10categories33_F335D18E4AE431DDE30D556CA384F520LLSayAA0E8CategoryOGvg","regions":[[17,43,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV10categories33_F335D18E4AE431DDE30D556CA384F520LLSayAA0E8CategoryOGvgSbAGXEfU_","regions":[[18,37,18,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg","regions":[[21,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_","regions":[[22,50,57,10,0,0,0,0],[55,36,55,37,0,0,0,0],[55,40,55,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_","regions":[[24,50,31,14,0,0,0,0],[25,77,27,18,0,0,0,0],[27,18,31,14,0,0,0,0],[28,75,30,18,0,0,0,0],[30,18,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_SbATXEfU_","regions":[[25,54,25,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_SbATXEfU0_","regions":[[28,55,28,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_","regions":[[35,50,42,14,0,0,0,0],[36,76,38,18,0,0,0,0],[38,18,42,14,0,0,0,0],[39,77,41,18,0,0,0,0],[41,18,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_SbATXEfU_","regions":[[36,57,36,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_SbATXEfU0_","regions":[[39,55,39,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_A27_yXEfU1_","regions":[[46,32,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvgyycfU0_","regions":[[58,19,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[59,67,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitF","regions":[[66,79,78,6,0,0,0,0],[71,36,71,37,0,0,0,0],[71,40,71,43,0,0,0,0],[72,32,72,33,0,0,0,0],[72,36,72,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV11commandsFor33_F335D18E4AE431DDE30D556CA384F520LLySayAA0A7MappingVGAA0E8CategoryOF","regions":[[80,71,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV11commandsFor33_F335D18E4AE431DDE30D556CA384F520LLySayAA0A7MappingVGAA0E8CategoryOFSbAGXEfU_","regions":[[82,32,82,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO2idSSvg","regions":[[94,20,94,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO5titleSSvg","regions":[[96,23,103,6,0,0,0,0],[97,16,97,20,0,0,0,0],[98,9,98,39,0,0,0,0],[99,9,99,33,0,0,0,0],[100,9,100,31,0,0,0,0],[101,9,101,37,0,0,0,0],[102,10,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO4iconSSvg","regions":[[105,22,112,6,0,0,0,0],[106,16,106,20,0,0,0,0],[107,9,107,48,0,0,0,0],[108,9,108,34,0,0,0,0],[109,9,109,40,0,0,0,0],[110,9,110,44,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO13commandInputsSaySSGvg","regions":[[114,33,121,6,0,0,0,0],[115,16,115,20,0,0,0,0],[116,9,116,67,0,0,0,0],[117,9,117,49,0,0,0,0],[118,9,118,33,0,0,0,0],[119,9,119,36,0,0,0,0],[120,10,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO11accentColor7SwiftUI0H0Vvg","regions":[[123,28,130,6,0,0,0,0],[124,16,124,20,0,0,0,0],[125,9,125,32,0,0,0,0],[126,9,126,31,0,0,0,0],[127,9,127,30,0,0,0,0],[128,9,128,32,0,0,0,0],[129,10,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[139,36,139,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg","regions":[[141,25,193,6,0,0,0,0],[181,81,181,84,0,0,0,0],[181,87,181,90,0,0,0,0],[185,66,185,69,0,0,0,0],[185,72,185,75,0,0,0,0],[185,101,185,102,0,0,0,0],[185,105,185,106,0,0,0,0],[187,34,187,38,0,0,0,0],[187,41,187,44,0,0,0,0],[188,65,188,68,0,0,0,0],[188,71,188,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_","regions":[[142,49,176,10,0,0,0,0],[163,16,163,39,0,0,0,0],[163,40,166,14,0,0,0,0],[166,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A29_yXEfU_","regions":[[144,32,160,14,0,0,0,0],[147,50,147,56,0,0,0,0],[147,59,147,79,0,0,0,0],[152,47,152,67,0,0,0,0],[152,70,152,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A52_yXEfU0_","regions":[[169,53,173,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A52_yXEfU0_A51_A45_cfU_","regions":[[170,45,172,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvgySbcfU0_","regions":[[190,18,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg","regions":[[199,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_","regions":[[200,28,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_","regions":[[202,33,230,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ANyXEfU_","regions":[[204,58,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ATyXEfU0_","regions":[[213,36,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ATyXEfU0_ARyXEfU_","regions":[[215,40,219,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ANyXEfU1_","regions":[[223,57,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[243,36,243,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12_pulseOffset33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySo6CGSizeVGvpfi","regions":[[244,46,244,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V13_pulseOpacity33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySdGvpfi","regions":[[245,47,245,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V0F9DirectionO5arrowSSvg","regions":[[250,27,257,10,0,0,0,0],[251,20,251,24,0,0,0,0],[252,13,252,28,0,0,0,0],[253,13,253,30,0,0,0,0],[254,13,254,30,0,0,0,0],[255,13,255,31,0,0,0,0],[256,14,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V0F9DirectionO6offsetSo6CGSizeVvg","regions":[[259,28,266,10,0,0,0,0],[260,20,260,24,0,0,0,0],[261,13,261,52,0,0,0,0],[262,13,262,53,0,0,0,0],[263,13,263,54,0,0,0,0],[264,13,264,54,0,0,0,0],[265,14,266,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvg","regions":[[269,25,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7opacityyQrSdFQOyAiEE6offsetyQrSo6CGSizeVFQOyAE4TextV_Qo__Qo__AiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_ASQrqd___AUtAeHRd__lFQOyAiEE5frame5width6heightASQr12CoreGraphics7CGFloatVSg_A1_AUtFQOyAO_Qo__AE06_ShapeK0VyAE16RoundedRectangleVAE5ColorVGQo__AE06StrokezK0VyA6_A8_AE05EmptyK0VGQo_tGyXEfU_","regions":[[270,16,291,10,0,0,0,0],[281,46,281,51,0,0,0,0],[281,54,281,62,0,0,0,0],[289,45,289,68,0,0,0,0],[289,71,289,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvgySbcfU0_","regions":[[292,18,297,10,0,0,0,0],[294,16,294,24,0,0,0,0],[294,25,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12triggerPulse33_F335D18E4AE431DDE30D556CA384F520LLyyF","regions":[[300,33,310,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12triggerPulse33_F335D18E4AE431DDE30D556CA384F520LLyyFyyXEfU_","regions":[[306,48,309,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg","regions":[[319,25,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_","regions":[[320,29,350,10,0,0,0,0],[325,47,329,14,0,0,0,0],[329,14,350,10,0,0,0,0],[334,16,334,44,0,0,0,0],[334,45,340,14,0,0,0,0],[340,14,350,10,0,0,0,0],[343,16,343,41,0,0,0,0],[343,42,349,14,0,0,0,0],[349,14,350,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_AKyXEfU_","regions":[[335,36,339,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_AKyXEfU0_","regions":[[344,36,348,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg","regions":[[359,25,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAA0eA5BadgeVG_AE4TextVtGyXEfU_","regions":[[360,28,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAA0eA5BadgeVG_AE4TextVtGyXEfU_ALSScfU_","regions":[[361,55,363,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[377,36,377,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV4bodyQrvg","regions":[[379,25,391,6,0,0,0,0],[382,42,382,48,0,0,0,0],[382,51,382,56,0,0,0,0],[386,39,386,44,0,0,0,0],[386,47,386,66,0,0,0,0],[388,38,388,41,0,0,0,0],[388,44,388,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV4bodyQrvgySbcfU_","regions":[[390,22,390,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08StandardA5BadgeV5color7SwiftUI5ColorVvpfi","regions":[[399,24,399,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08StandardA5BadgeV4bodyQrvg","regions":[[401,25,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VimCommandRowCompactV4bodyQrvg","regions":[[420,25,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VimCommandRowCompactV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE0M0PAEE9lineLimityQrSiSgFQOyAE4TextV_Qo_SgAE6SpacerVAOSgATtGyXEfU_","regions":[[421,28,446,10,0,0,0,0],[426,47,431,14,0,0,0,0],[431,14,446,10,0,0,0,0],[436,16,436,44,0,0,0,0],[436,45,440,14,0,0,0,0],[440,14,446,10,0,0,0,0],[441,16,441,41,0,0,0,0],[441,42,445,14,0,0,0,0],[445,14,446,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsEditStateV2id10Foundation4UUIDVvpfi","regions":[[10,14,10,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesEditStateV2id10Foundation4UUIDVvpfi","regions":[[17,14,17,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsEditStateV2id10Foundation4UUIDVvpfi","regions":[[24,14,24,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesEditStateV2id10Foundation4UUIDVvpfi","regions":[[30,14,30,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV25_showingResetConfirmation33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[36,51,36,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20_showingNewRuleSheet33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[37,46,37,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21_settingsToastManager33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVyAA06WizardiJ0CGvpfi","regions":[[38,47,38,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20_createButtonHovered33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[39,46,39,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16_stableSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySay10Foundation4UUIDVGGvpfi","regions":[[41,50,41,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV18_pendingSelections33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySDy10Foundation4UUIDVSSGGvpfi","regions":[[43,60,43,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV15_pendingToggles33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySDy10Foundation4UUIDVSbGGvpfi","regions":[[45,55,45,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV11_appKeymaps33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[50,50,50,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV7catalog33_8B0132A1B084DD9C06E9957F93C2B13FLLAA21RuleCollectionCatalogVvpfi","regions":[[51,27,51,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV011totalCustomE5Count33_8B0132A1B084DD9C06E9957F93C2B13FLLSivg","regions":[[54,44,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV011totalCustomE5Count33_8B0132A1B084DD9C06E9957F93C2B13FLLSivgSayAA0cA8OverrideVGAA0C6KeymapVcfu_","regions":[[55,62,55,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV012hasAnyCustomE033_8B0132A1B084DD9C06E9957F93C2B13FLLSbvg","regions":[[59,41,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV012hasAnyCustomE033_8B0132A1B084DD9C06E9957F93C2B13FLLSbvgSbyKXEfu_","regions":[[60,47,60,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[64,43,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSSAA10CustomRuleVXEfU_","regions":[[66,18,66,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSSAA0C6KeymapVcfu_","regions":[[68,39,68,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvg","regions":[[73,50,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgA2GXEfU_","regions":[[75,49,82,10,0,0,0,0],[77,109,79,14,0,0,0,0],[79,14,81,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgA2GXEfU_SbAGXEfU_","regions":[[77,74,77,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17sortedCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvg","regions":[[86,53,96,6,0,0,0,0],[87,45,87,70,0,0,0,0],[87,70,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17sortedCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgSbAG_AGtXEfU_","regions":[[88,38,95,10,0,0,0,0],[91,18,93,14,0,0,0,0],[93,14,94,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyF","regions":[[99,47,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFSbAA14RuleCollectionVcfu_","regions":[[100,45,100,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFAhA14RuleCollectionVcfu0_","regions":[[100,62,100,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFSbAA14RuleCollectionVXEfU_","regions":[[101,46,101,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFAhA14RuleCollectionVcfu1_","regions":[[101,68,101,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customE5Title33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[105,42,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtF","regions":[[111,107,205,6,0,0,0,0],[127,75,127,76,0,0,0,0],[128,17,128,156,0,0,0,0],[128,48,128,127,0,0,0,0],[128,130,128,155,0,0,0,0],[149,43,149,53,0,0,0,0],[149,56,149,59,0,0,0,0],[150,57,153,14,0,0,0,0],[153,17,153,20,0,0,0,0],[154,58,156,14,0,0,0,0],[156,17,156,20,0,0,0,0],[157,59,159,14,0,0,0,0],[159,17,159,20,0,0,0,0],[160,64,162,14,0,0,0,0],[162,17,162,20,0,0,0,0],[163,61,165,14,0,0,0,0],[165,17,165,20,0,0,0,0],[166,68,168,14,0,0,0,0],[168,17,168,20,0,0,0,0],[169,80,171,14,0,0,0,0],[171,17,171,20,0,0,0,0],[172,77,174,14,0,0,0,0],[174,17,174,20,0,0,0,0],[175,84,177,14,0,0,0,0],[177,17,177,20,0,0,0,0],[178,64,180,14,0,0,0,0],[180,17,180,20,0,0,0,0],[181,61,183,14,0,0,0,0],[183,17,183,20,0,0,0,0],[184,60,186,14,0,0,0,0],[186,17,186,20,0,0,0,0],[187,57,189,14,0,0,0,0],[189,17,189,20,0,0,0,0],[190,64,192,14,0,0,0,0],[192,17,192,20,0,0,0,0],[193,98,195,14,0,0,0,0],[195,17,195,20,0,0,0,0],[196,98,198,14,0,0,0,0],[198,17,198,20,0,0,0,0],[199,91,201,14,0,0,0,0],[201,17,201,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_","regions":[[113,53,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu0_","regions":[[115,17,115,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu1_","regions":[[116,17,116,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu2_","regions":[[117,17,117,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu3_","regions":[[119,60,119,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu4_","regions":[[119,85,119,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu5_","regions":[[119,112,119,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu6_","regions":[[119,143,119,165,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu7_","regions":[[119,169,119,190,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu8_","regions":[[120,13,121,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu9_","regions":[[121,27,121,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSSyKXEfu10_","regions":[[126,38,126,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu11_","regions":[[127,49,127,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSiyKXEfu12_","regions":[[128,125,128,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu13_","regions":[[129,57,129,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSS5input_SS6outputSSSg13shiftedOutputAO10ctrlOutputAO11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA15MappingBehaviorOSg8behaviortAA0A7MappingVXEfU_","regions":[[130,47,132,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySbcfU0_","regions":[[133,23,141,14,0,0,0,0],[136,20,136,25,0,0,0,0],[136,26,138,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySbcfU0_yyYacfU_","regions":[[140,22,140,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU1_","regions":[[150,57,153,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU1_yyYacfU_","regions":[[152,22,152,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU2_","regions":[[154,58,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU2_yyYacfU_","regions":[[155,22,155,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU3_","regions":[[157,59,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU3_yyYacfU_","regions":[[158,22,158,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI10ModsConfigVcfU4_","regions":[[160,64,162,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI10ModsConfigVcfU4_yyYacfU_","regions":[[161,22,161,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU5_","regions":[[163,61,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU6_","regions":[[166,68,168,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI18LayerTogglesConfigVcfU7_","regions":[[169,80,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI18LayerTogglesConfigVcfU7_yyYacfU_","regions":[[170,22,170,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU8_","regions":[[172,77,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU9_","regions":[[175,84,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA17ChordGroupsConfigVcfU10_","regions":[[178,64,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA17ChordGroupsConfigVcfU10_yyYacfU_","regions":[[179,22,179,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU11_","regions":[[181,61,183,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA15SequencesConfigVcfU12_","regions":[[184,60,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA15SequencesConfigVcfU12_yyYacfU_","regions":[[185,22,185,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU13_","regions":[[187,57,189,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU14_","regions":[[190,64,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU14_yyYacfU_","regions":[[191,22,191,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA06WindowA10ConventionOcfU15_","regions":[[193,98,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA06WindowA10ConventionOcfU15_yyYacfU_","regions":[[194,22,194,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA08FunctionA4ModeOcfU16_","regions":[[196,98,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA08FunctionA4ModeOcfU16_yyYacfU_","regions":[[197,22,197,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA18LauncherGridConfigVcfU17_","regions":[[199,91,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA18LauncherGridConfigVcfU17_yyYacfU_","regions":[[200,22,200,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg","regions":[[207,25,464,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_","regions":[[208,28,327,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_","regions":[[210,33,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU_","regions":[[211,24,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU0_","regions":[[214,26,216,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU1_","regions":[[224,24,226,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU2_","regions":[[226,26,228,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU3_","regions":[[234,24,236,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU4_","regions":[[236,26,238,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_","regions":[[252,30,325,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_","regions":[[253,28,324,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_","regions":[[254,40,321,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SbyKXEfu_","regions":[[262,36,262,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SbyKXEfu_SbAA10CustomRuleVcfu0_","regions":[[262,73,262,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SS5input_SS6outputSSSg13shiftedOutputA89_10ctrlOutputA89_11descriptionSb12sectionBreakSb7enabledA68_A56_AA15MappingBehaviorOSg8behaviortAA10CustomRuleVXEfU_","regions":[[263,69,263,180,0,0,0,0],[263,122,263,125,0,0,0,0],[263,128,263,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_ySbcfU0_","regions":[[265,39,271,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_ySbcfU0_yyYacfU_","regions":[[266,38,270,34,0,0,0,0],[267,75,269,38,0,0,0,0],[269,38,270,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU1_","regions":[[272,44,281,30,0,0,0,0],[274,103,280,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU1_SbAA10CustomRuleVXEfU_","regions":[[274,86,274,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU2_","regions":[[282,46,284,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU2_yyYacfU_","regions":[[283,38,283,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU3_","regions":[[285,46,287,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU4_","regions":[[288,44,300,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yycfU5_","regions":[[302,48,305,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_A77_A64_cfU6_","regions":[[316,52,320,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE6zIndexyQrSdFQOyAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAA05ToastG0V_Qo__Qo__AeJPAEE8combined4withQrqd___tAeJRd__lFQOyAE04MoveM0V_AE07OpacityM0VQo_Qo__Qo_SgyXEfU0_","regions":[[331,35,339,10,0,0,0,0],[332,62,338,14,0,0,0,0],[338,14,339,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgyycfU1_","regions":[[341,19,349,10,0,0,0,0],[344,16,344,39,0,0,0,0],[344,40,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[350,85,352,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_","regions":[[353,45,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_AA0ijK6ConfigVyYbcfU_","regions":[[356,26,356,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_AA0ijK6ConfigVyYbcfU_AJyKXEfu_","regions":[[356,84,356,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVYbcfU0_","regions":[[357,26,357,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVcfU1_","regions":[[359,25,364,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVcfU1_yyYacfU_","regions":[[360,26,362,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yycfU2_","regions":[[365,27,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_","regions":[[371,53,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_AA0ijkL6ConfigVyYbcfU_","regions":[[374,26,374,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_AA0ijkL6ConfigVyYbcfU_AJyKXEfu_","regions":[[374,92,374,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVYbcfU0_","regions":[[375,26,375,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVcfU1_","regions":[[377,25,382,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVcfU1_yyYacfU_","regions":[[378,26,380,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yycfU2_","regions":[[383,27,385,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_","regions":[[389,45,411,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_","regions":[[392,26,398,22,0,0,0,0],[394,133,396,26,0,0,0,0],[396,26,397,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_SbAA14RuleCollectionVXEfU_","regions":[[394,95,394,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_AJyKXEfu_","regions":[[395,89,395,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_AJyKXEfu0_","regions":[[397,88,397,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVYbcfU0_","regions":[[399,26,399,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVcfU1_","regions":[[401,25,406,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVcfU1_yyYacfU_","regions":[[402,26,404,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yycfU2_","regions":[[407,27,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_","regions":[[412,43,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_","regions":[[415,26,421,22,0,0,0,0],[417,133,419,26,0,0,0,0],[419,26,420,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_SbAA14RuleCollectionVXEfU_","regions":[[417,95,417,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_AJyKXEfu_","regions":[[418,87,418,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_AJyKXEfu0_","regions":[[420,86,420,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVYbcfU0_","regions":[[422,26,422,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVcfU1_","regions":[[424,25,429,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVcfU1_yyYacfU_","regions":[[425,26,427,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yycfU2_","regions":[[430,27,432,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_","regions":[[435,68,448,10,0,0,0,0],[436,64,447,14,0,0,0,0],[447,14,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_yAA0nO6ChoiceOcfU_","regions":[[439,31,441,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_yycfU0_","regions":[[442,31,444,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_","regions":[[449,80,457,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU_","regions":[[450,45,450,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU0_","regions":[[451,43,453,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU1_","regions":[[454,49,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI4TextVyXEfU9_","regions":[[457,20,463,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[467,42,489,6,0,0,0,0],[469,99,471,10,0,0,0,0],[471,10,488,23,0,0,0,0],[474,80,476,10,0,0,0,0],[476,10,488,23,0,0,0,0],[479,112,485,10,0,0,0,0],[482,16,482,25,0,0,0,0],[482,117,484,14,0,0,0,0],[484,14,485,10,0,0,0,0],[485,10,488,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSbAA14RuleCollectionVXEfU_","regions":[[479,63,479,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSbyKXEfu_","regions":[[481,83,481,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA7Display33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[492,49,494,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicCollectionDescription33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tF","regions":[[499,89,507,6,0,0,0,0],[501,58,503,10,0,0,0,0],[503,10,506,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tF","regions":[[510,90,524,6,0,0,0,0],[511,79,513,10,0,0,0,0],[513,10,523,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu_","regions":[[516,53,516,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu_SSyKXEfu0_","regions":[[516,88,516,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu1_","regions":[[517,55,517,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu1_SSyKXEfu2_","regions":[[517,91,517,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSbAA06SingleA6PresetVXEfU_","regions":[[520,48,520,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu3_","regions":[[520,85,520,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSbAA06SingleA6PresetVXEfU0_","regions":[[521,50,521,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu4_","regions":[[521,88,521,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV26dynamicLauncherDescription33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tF","regions":[[527,87,543,6,0,0,0,0],[528,78,530,10,0,0,0,0],[530,10,543,6,0,0,0,0],[532,16,532,37,0,0,0,0],[533,9,539,14,0,0,0,0],[534,20,534,43,0,0,0,0],[535,13,536,97,0,0,0,0],[537,13,538,93,0,0,0,0],[540,9,541,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV29dynamicLauncherActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tF","regions":[[546,90,562,6,0,0,0,0],[547,78,549,10,0,0,0,0],[549,10,562,6,0,0,0,0],[551,16,551,37,0,0,0,0],[552,9,558,14,0,0,0,0],[553,20,553,43,0,0,0,0],[554,13,555,40,0,0,0,0],[556,13,557,39,0,0,0,0],[559,9,560,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV29dynamicLauncherActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tFSSyKXEfu_","regions":[[548,49,548,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tF","regions":[[565,83,576,6,0,0,0,0],[567,58,569,10,0,0,0,0],[569,10,575,41,0,0,0,0],[571,59,573,10,0,0,0,0],[573,10,575,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tF","regions":[[579,82,624,6,0,0,0,0],[581,81,583,10,0,0,0,0],[583,10,623,61,0,0,0,0],[589,91,591,10,0,0,0,0],[591,16,593,10,0,0,0,0],[600,37,606,10,0,0,0,0],[602,16,602,52,0,0,0,0],[602,53,604,14,0,0,0,0],[604,14,605,56,0,0,0,0],[606,10,623,61,0,0,0,0],[609,89,611,10,0,0,0,0],[611,16,613,10,0,0,0,0],[619,12,619,48,0,0,0,0],[619,49,621,10,0,0,0,0],[621,10,623,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu_","regions":[[597,55,597,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu_SSyKXEfu0_","regions":[[597,93,597,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSbAA06SingleA6PresetVXEfU_","regions":[[598,54,598,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu1_","regions":[[598,96,598,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSbAA06SingleA6PresetVXEfU0_","regions":[[616,63,616,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu2_","regions":[[616,106,616,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV24formatModifierForDisplay33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SF","regions":[[627,73,635,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV24formatModifierForDisplay33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SFSSyKXEfu_","regions":[[634,42,634,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06formatA10WithSymbol33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SF","regions":[[638,63,659,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06formatA10WithSymbol33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SFSSyKXEfu_","regions":[[658,48,658,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV18openConfigInEditor33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[661,39,664,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17openBackupsFolder33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[666,38,669,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20resetToDefaultConfig33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[671,41,685,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20resetToDefaultConfig33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_","regions":[[672,14,684,10,0,0,0,0],[673,16,681,14,0,0,0,0],[674,63,681,14,0,0,0,0],[681,21,683,14,0,0,0,0],[683,14,684,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[689,35,696,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_","regions":[[690,14,695,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[692,33,694,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_yyYbScMYcXEfU_SbAA0C6KeymapV_AGtXEfU_","regions":[[693,45,693,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[698,77,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[699,14,716,10,0,0,0,0],[703,16,713,14,0,0,0,0],[704,20,704,51,0,0,0,0],[704,52,706,18,0,0,0,0],[705,116,706,18,0,0,0,0],[706,24,708,18,0,0,0,0],[707,80,708,18,0,0,0,0],[708,18,713,14,0,0,0,0],[710,67,713,14,0,0,0,0],[713,21,715,14,0,0,0,0],[715,14,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[701,47,701,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyF","regions":[[8,36,61,6,0,0,0,0],[9,56,12,10,0,0,0,0],[12,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFSbyYacfU_","regions":[[17,28,21,14,0,0,0,0],[18,37,18,53,0,0,0,0],[18,53,20,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFSayAA0A7MappingVGSSKcfU0_","regions":[[22,27,26,14,0,0,0,0],[23,37,23,50,0,0,0,0],[23,50,25,42,0,0,0,0],[24,92,25,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU1_","regions":[[31,25,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU2_","regions":[[34,27,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFySScfU3_","regions":[[37,24,44,14,0,0,0,0],[41,96,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFySScfU4_","regions":[[45,24,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU5_","regions":[[49,22,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyyYacfU6_","regions":[[57,53,60,10,0,0,0,0],[58,33,58,43,0,0,0,0],[58,43,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22stopConfigFileWatchingyyF","regions":[[64,35,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11ConfigErrorO16errorDescriptionSSSgvg","regions":[[12,39,23,10,0,0,0,0],[13,20,13,24,0,0,0,0],[14,13,15,65,0,0,0,0],[16,13,17,51,0,0,0,0],[18,13,19,78,0,0,0,0],[20,13,21,81,0,0,0,0],[22,14,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19backupCurrentConfigyyYaF","regions":[[27,38,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21restoreLastGoodConfigyyYaKF","regions":[[33,47,35,6,0,0,0,0],[34,58,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26saveGeneratedConfigurationyySSYaKF","regions":[[38,75,61,6,0,0,0,0],[53,12,53,26,0,0,0,0],[53,59,57,10,0,0,0,0],[57,44,60,10,0,0,0,0],[60,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26saveGeneratedConfigurationyySSYaKFSb7success_SSSg12errorMessagetyYacfU_","regions":[[43,28,47,14,0,0,0,0],[44,37,44,82,0,0,0,0],[44,82,46,75,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17saveConfiguration5input6outputySS_SStYaKF","regions":[[63,72,88,6,14,0,0,0],[80,12,80,26,14,0,0,0],[80,59,84,10,0,0,0,0],[84,44,87,10,14,0,0,0],[87,10,88,6,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17saveConfiguration5input6outputySS_SStYaKFSb7success_SSSg12errorMessagetyYacfU_","regions":[[70,28,74,14,13,0,0,0],[71,37,71,82,0,0,0,0],[71,82,73,69,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27createInitialConfigIfNeededyyYaF","regions":[[12,46,19,6,0,0,0,0],[13,12,15,10,0,0,0,0],[14,73,15,10,0,0,0,0],[15,17,18,10,0,0,0,0],[18,10,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC32createDefaultUserConfigIfMissingSbyYaF","regions":[[23,59,25,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[29,74,31,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[35,5,40,6,0,0,0,0],[39,10,40,6,0,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaF","regions":[[45,54,120,6,62,0,0,0],[48,12,48,43,62,0,0,0],[48,44,57,10,0,0,0,0],[57,10,120,6,62,0,0,0],[63,12,63,35,62,0,0,0],[63,36,73,10,62,0,0,0],[73,10,120,6,0,0,0,0],[76,12,76,56,0,0,0,0],[76,57,89,10,0,0,0,0],[83,16,83,24,0,0,0,0],[83,25,88,14,0,0,0,0],[88,14,89,10,0,0,0,0],[89,10,120,6,0,0,0,0],[94,12,94,31,0,0,0,0],[94,32,103,10,0,0,0,0],[103,16,119,10,0,0,0,0],[109,16,109,25,0,0,0,0],[109,26,112,14,0,0,0,0],[115,39,115,78,0,0,0,0],[115,81,115,84,0,0,0,0],[116,43,116,46,0,0,0,0],[116,49,116,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu_","regions":[[65,122,65,138,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu0_","regions":[[70,54,70,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFyyYacfU_","regions":[[80,28,80,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFyycfU0_","regions":[[81,27,81,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu1_","regions":[[99,49,99,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu2_","regions":[[105,79,105,94,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaF","regions":[[123,54,151,6,13,0,0,0],[124,12,124,42,13,0,0,0],[124,43,127,10,13,0,0,0],[127,10,150,22,0,0,0,0],[134,12,134,31,0,0,0,0],[134,32,138,10,0,0,0,0],[138,10,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSis5Int32VXEfU_","regions":[[132,40,132,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSSyKXEfu_","regions":[[135,48,135,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSis5Int32VXEfU0_","regions":[[147,39,147,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14mapEngineToTCP33_D9FEAA667BCF36ABFD250CC41C808BB1LLyAA15TCPReloadResultOAA0h6ReloadS0OF","regions":[[153,82,159,6,0,0,0,0],[154,16,154,22,0,0,0,0],[155,9,155,68,0,0,0,0],[156,9,156,92,0,0,0,0],[157,9,157,56,0,0,0,0],[158,10,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13triggerReloadyyYaF","regions":[[162,32,170,6,0,0,0,0],[164,12,164,29,0,0,0,0],[164,30,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13triggerReloadyyYaFSSyKXEfu_","regions":[[166,103,166,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReloadResultV9isSuccessSbvg","regions":[[182,25,182,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27promptForConflictResolutionyAA04RuleI6ChoiceOSgAA0kI7ContextVYaF","regions":[[9,99,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27promptForConflictResolutionyAA04RuleI6ChoiceOSgAA0kI7ContextVYaFyScCyAGs5NeverOGXEfU_","regions":[[17,46,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15resolveConflict4withyAA04RuleH6ChoiceOSg_tF","regions":[[23,60,28,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13addDiagnosticyyAA06KanataH0VF","regions":[[7,56,11,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16clearDiagnosticsyyF","regions":[[13,29,16,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStF","regions":[[18,69,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStFyAA0H10DiagnosticVXEfU_","regions":[[25,28,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStFyyYacfU0_","regions":[[28,30,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17autoFixDiagnosticySbAA06KanataI0VYaF","regions":[[36,74,59,6,0,0,0,0],[37,83,39,10,0,0,0,0],[39,10,58,23,0,0,0,0],[42,16,42,22,0,0,0,0],[43,9,49,14,0,0,0,0],[44,16,47,14,0,0,0,0],[45,49,47,14,0,0,0,0],[47,21,49,14,0,0,0,0],[51,9,54,14,0,0,0,0],[55,10,58,23,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20getSystemDiagnosticsSayAA16KanataDiagnosticVGyYaF","regions":[[61,61,63,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21performInitializationyyYaF","regions":[[15,40,58,6,0,0,0,0],[17,12,17,26,0,0,0,0],[17,27,20,10,0,0,0,0],[20,10,58,6,0,0,0,0],[30,12,30,25,0,0,0,0],[30,26,32,10,0,0,0,0],[41,12,41,42,0,0,0,0],[41,43,44,10,0,0,0,0],[44,10,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21performInitializationyyYaFyyYbScMYcXEfU_","regions":[[55,29,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23attemptKeyboardRecoveryyyYaF","regions":[[62,42,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22killAllKanataProcessesyyYaF","regions":[[66,41,75,6,0,0,0,0],[69,12,69,26,0,0,0,0],[69,27,71,10,0,0,0,0],[71,16,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22killAllKanataProcessesyyYaFSSyKXEfu_","regions":[[72,57,72,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22replaceRuleCollectionsyySayAA0H10CollectionVGYaF","regions":[[7,72,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30enabledMappingsFromCollectionsSayAA0A7MappingVGyF","regions":[[11,59,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC05applyA8Mappings_18persistCollectionsySayAA0A7MappingVG_SbtF","regions":[[16,88,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20toggleRuleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[21,64,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17addRuleCollectionyyAA0hI0VYaF","regions":[[27,64,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[31,65,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25updateCollectionTapOutput2id03tapJ0y10Foundation4UUIDV_SStYaF","regions":[[35,71,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26updateCollectionHoldOutput2id04holdJ0y10Foundation4UUIDV_SStYaF","regions":[[39,73,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27updateCollectionLayerPreset_8presetIdy10Foundation4UUIDV_SStYaF","regions":[[43,74,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC012updateWindowA10Convention_10conventiony10Foundation4UUIDV_AA0haI0OtYaF","regions":[[47,87,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC014updateFunctionA4Mode_4modey10Foundation4UUIDV_AA0haI0OtYaF","regions":[[51,73,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23updateHomeRowModsConfig12collectionId6configy10Foundation4UUIDV_AA0hijK0VtYaF","regions":[[55,87,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31updateHomeRowLayerTogglesConfig12collectionId6configy10Foundation4UUIDV_AA0hijkL0VtYaF","regions":[[59,103,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23updateChordGroupsConfig12collectionId6configy10Foundation4UUIDV_AA0hiJ0VtYaF","regions":[[63,87,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21updateSequencesConfig12collectionId6configy10Foundation4UUIDV_AA0hI0VtYaF","regions":[[67,83,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20updateLauncherConfig12collectionId6configy10Foundation4UUIDV_AA0h4GridI0VtYaF","regions":[[71,85,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC012updateLeaderA0yySSYaF","regions":[[75,50,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14saveCustomRule_10skipReloadSbAA0hI0V_SbtYaF","regions":[[80,85,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16toggleCustomRule2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[84,60,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16removeCustomRule6withIDy10Foundation4UUIDV_tYaF","regions":[[88,50,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19clearAllCustomRulesyyYaF","regions":[[93,38,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21makeCustomRuleForSave5input6outputAA0hI0VSS_SStF","regions":[[97,77,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14makeCustomRule5input6outputAA0hI0VSS_SStF","regions":[[104,70,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13getCustomRule8forInputAA0hI0VSgSS_tF","regions":[[109,63,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaF","regions":[[7,44,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFSbyYaXEfU_","regions":[[9,39,9,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFSbyYaXEfU0_","regions":[[10,26,10,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFySSXEfU1_","regions":[[11,22,14,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11startKanata6reasonSbSS_tYaF","regions":[[21,69,52,6,0,0,0,0],[27,12,27,45,0,0,0,0],[27,46,32,10,0,0,0,0],[32,10,52,6,0,0,0,0],[34,12,45,10,0,0,0,0],[35,44,44,24,0,0,0,0],[45,17,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11startKanata6reasonSbSS_tYaFSSyKXEfu_","regions":[[46,75,46,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10stopKanata6reasonSbSS_tYaF","regions":[[55,67,73,6,0,0,0,0],[61,12,66,10,0,0,0,0],[62,43,65,24,0,0,0,0],[66,17,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10stopKanata6reasonSbSS_tYaFSSyKXEfu_","regions":[[67,75,67,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13restartKanata6reasonSbSS_tYaF","regions":[[76,73,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19currentServiceStateAA06KanataH0C0hI0OyYaF","regions":[[80,68,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26restartServiceWithFallback6reasonSbSS_tYaF","regions":[[85,67,105,6,0,0,0,0],[92,12,92,21,0,0,0,0],[92,33,96,10,0,0,0,0],[96,10,104,21,0,0,0,0],[98,12,98,22,0,0,0,0],[98,23,100,10,0,0,0,0],[100,16,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30shouldShowWizardForPermissionsSbyYaF","regions":[[108,57,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18isFirstTimeInstallSbyF","regions":[[116,39,118,6,0,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19saveStatusDidChangeyyAA04SaveH0OF","regions":[[7,52,9,6,28,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15configDidUpdate8mappingsySayAA0A7MappingVG_tF","regions":[[11,50,13,6,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyF","regions":[[18,36,22,6,61,0,0,0]]},{"branches":[],"count":124,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyFAA13KanataUIStateVycfU_","regions":[[19,34,21,10,124,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyFAA13KanataUIStateVycfU_AFyKXEfu_","regions":[[20,37,20,56,0,0,0,0]]},{"branches":[],"count":123,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18notifyStateChangedyyF","regions":[[26,31,28,6,123,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19refreshProcessStateyyF","regions":[[32,32,34,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17getCurrentUIStateAA06KanataI0VyF","regions":[[38,47,40,6,1,0,0,0]]},{"branches":[],"count":125,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12buildUIStateAA06KanataH0VyF","regions":[[43,42,72,6,125,0,0,0],[49,34,51,10,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11keyMappingsSayAA0A7MappingVGvpfi","regions":[[117,37,117,39,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16currentLayerNameSSvpfi","regions":[[118,36,118,72,61,0,0,0]]},{"branches":[],"count":125,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15ruleCollectionsSayAA14RuleCollectionVGvg","regions":[[126,13,126,59,125,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15ruleCollectionsSayAA14RuleCollectionVGvs","regions":[[127,13,127,64,0,0,0,0]]},{"branches":[],"count":250,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11customRulesSayAA10CustomRuleVGvg","regions":[[131,13,131,55,250,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11customRulesSayAA10CustomRuleVGvs","regions":[[132,13,132,64,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11diagnosticsSayAA16KanataDiagnosticVGvpfi","regions":[[135,43,135,45,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16lastConfigUpdate10Foundation4DateVvpfi","regions":[[137,34,137,41,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10saveStatusAA04SaveH0Ovpfi","regions":[[143,34,143,39,61,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10saveStatusAA04SaveH0OvW","regions":[[144,16,146,10,42,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14statePublisherAA05StateH7ServiceCyAA13KanataUIStateVGvpfi","regions":[[150,26,150,64,61,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12stateChangesScSyAA13KanataUIStateVGvg","regions":[[153,62,155,6,1,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15configDirectorySSvpfi","regions":[[157,27,157,60,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14configFileNameSSvpfi","regions":[[158,26,158,39,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19reloadSafetyMonitorAA06ReloadhI0Cvpfi","regions":[[180,31,180,52,61,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12rulesManagerAA015RuleCollectionsH0Cvg","regions":[[187,46,187,72,2,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16isStartingKanataSbvpfi","regions":[[196,28,196,33,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14isInitializingSbvpfi","regions":[[197,26,197,31,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22configHotReloadServiceAA06ConfighiJ0Cvpfi","regions":[[207,34,207,63,61,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC06configB0SSvg","regions":[[209,28,211,6,8,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfc","regions":[[213,153,420,6,61,0,0,0],[226,56,228,10,0,0,0,0],[228,16,231,10,61,0,0,0],[316,12,316,43,61,0,0,0],[316,44,322,10,0,0,0,0],[322,16,325,10,61,0,0,0],[327,12,327,26,61,0,0,0],[327,27,329,10,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyKXEfu_","regions":[[219,20,219,82,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaG_pyKXEfu0_","regions":[[276,43,276,60,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaL_pyKXEfu1_","regions":[[301,59,301,89,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaG_pyKXEfu2_","regions":[[304,45,304,62,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU_","regions":[[317,18,321,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySayAA0A7MappingVGcfU0_","regions":[[339,28,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyycfU1_","regions":[[342,33,344,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYaKcfU2_","regions":[[349,37,359,14,0,0,0,0],[350,37,352,18,0,0,0,0],[352,18,359,14,0,0,0,0],[355,20,355,35,0,0,0,0],[355,36,358,18,0,0,0,0],[358,18,359,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYaKcfU2_SSyKXEfu_","regions":[[357,83,357,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyYacfU3_","regions":[[360,37,362,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyYacfU3_SbyKXEfu_","regions":[[361,57,361,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbSSYacfU4_","regions":[[363,29,365,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbSSYacfU4_SbyKXEfu_","regions":[[364,75,364,80,0,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU5_","regions":[[369,49,377,10,62,0,0,0],[370,33,370,43,0,0,0,0],[370,43,377,10,62,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU6_","regions":[[378,49,387,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU7_","regions":[[388,42,393,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU8_","regions":[[394,44,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU8_yyYacfU_","regions":[[400,18,403,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAA18RuleConflictChoiceOSgAA0pQ7ContextVYacfU9_","regions":[[405,55,407,10,0,0,0,0]]},{"branches":[],"count":77,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyycfU10_","regions":[[410,47,413,10,77,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU11_","regions":[[417,14,417,58,61,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12updateStatusyyYaF","regions":[[428,31,430,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25fetchLayerNamesFromKanataSaySSGyYaF","regions":[[434,56,453,6,0,0,0,0],[439,29,442,10,0,0,0,0],[442,10,453,6,0,0,0,0],[444,12,448,10,0,0,0,0],[445,61,447,49,0,0,0,0],[448,17,452,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25fetchLayerNamesFromKanataSaySSGyYaFS2SXEfU_","regions":[[447,30,447,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11changeLayerySbSSYaF","regions":[[457,57,482,6,0,0,0,0],[462,29,466,10,0,0,0,0],[466,10,482,6,0,0,0,0],[471,16,471,22,0,0,0,0],[472,9,474,24,0,0,0,0],[475,9,477,25,0,0,0,0],[478,9,480,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20inspectSystemContextAA0hI0VyYaF","regions":[[484,56,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC9uninstall12deleteConfigAA15InstallerReportVSb_tYaF","regions":[[488,65,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13runFullRepair6reasonAA15InstallerReportVSS_tYaF","regions":[[492,103,495,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14runFullInstall6reasonAA15InstallerReportVSS_tYaF","regions":[[499,105,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyF","regions":[[504,63,528,6,0,0,0,0],[507,12,509,10,0,0,0,0],[508,79,509,10,0,0,0,0],[509,17,512,10,0,0,0,0],[512,10,527,26,0,0,0,0],[521,38,526,10,0,0,0,0],[523,16,523,70,0,0,0,0],[523,71,525,14,0,0,0,0],[525,14,526,10,0,0,0,0],[526,10,527,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSSSsXEfU_","regions":[[517,22,517,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFS2SXEfU0_","regions":[[518,22,518,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSbSSXEfU1_","regions":[[519,25,519,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSbyKXEfu_","regions":[[523,43,523,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14stripANSICodes33_9A350F213DFC3E18F9433938C42537DFLL4fromS2S_tF","regions":[[530,62,532,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC7cleanupyyYaF","regions":[[535,26,541,6,2,0,0,0],[536,12,538,10,2,0,0,0],[537,43,538,10,2,0,0,0],[538,17,540,10,0,0,0,0],[540,10,541,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11cleanupSyncyyF","regions":[[544,24,555,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26checkExternalKanataProcess33_9A350F213DFC3E18F9433938C42537DFLLSbyYaF","regions":[[557,61,561,6,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11isInstalledSbyF","regions":[[565,32,567,6,5,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyF","regions":[[569,42,571,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyFSbyYbScMYccACYbcfu_","regions":[[570,77,570,95,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[570,77,570,95,6,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28hasInputMonitoringPermissionSbyYaF","regions":[[573,55,575,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26hasAccessibilityPermissionSbyYaF","regions":[[577,53,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatamN0SS17permissionDetailstyYaF","regions":[[583,7,585,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25hasAllRequiredPermissionsSbyYaF","regions":[[587,52,589,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaF","regions":[[591,51,593,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaFSbyYbScMYccACYbcfu_","regions":[[592,86,592,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[592,86,592,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaF","regions":[[597,7,599,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaFSbyYbScMYccACYbcfu_","regions":[[598,89,598,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[598,89,598,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27openInputMonitoringSettingsyyF","regions":[[601,40,603,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25openAccessibilitySettingsyyF","regions":[[605,38,607,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20revealKanataInFinderyyF","regions":[[609,33,611,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26isKarabinerDriverInstalledSbyF","regions":[[613,47,615,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC33isKarabinerDriverExtensionEnabledSbyYaF","regions":[[617,60,619,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC37areKarabinerBackgroundServicesEnabledSbyYaF","regions":[[621,64,623,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26isKarabinerElementsRunningSbyYaF","regions":[[625,53,627,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC35disableKarabinerElementsPermanentlySbyYaF","regions":[[629,62,631,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20killKarabinerGrabberSbyYaF","regions":[[633,47,635,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24isKarabinerDaemonRunningSbyYaF","regions":[[637,51,639,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20startKarabinerDaemonSbyYaF","regions":[[641,47,643,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22restartKarabinerDaemonSbyYaF","regions":[[645,49,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28getVirtualHIDBreakageSummarySSyYaF","regions":[[649,57,655,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyF","regions":[[657,44,659,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyFSbyYbScMYccACYbcfu_","regions":[[658,77,658,95,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[658,77,658,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30performTransparentInstallationSbyYaF","regions":[[661,57,704,6,0,0,0,0],[670,12,670,25,0,0,0,0],[670,26,672,10,0,0,0,0],[672,16,674,10,0,0,0,0],[689,12,689,25,0,0,0,0],[689,26,691,10,0,0,0,0],[691,16,693,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24prepareDaemonDirectories33_9A350F213DFC3E18F9433938C42537DFLLyyYaF","regions":[[706,51,708,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20clearValidationErroryyF","regions":[[714,33,717,6,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18isServiceInstalledSbyF","regions":[[721,39,735,6,10,0,0,0],[723,16,723,21,10,0,0,0],[724,9,725,25,10,0,0,0],[726,9,731,24,0,0,0,0],[732,9,733,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19createPreEditBackupSbyF","regions":[[741,40,743,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19getAvailableBackupsSayAA10BackupInfoVGyF","regions":[[746,48,748,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17restoreFromBackupyyAA0I4InfoVKF","regions":[[751,57,758,6,0,0,0,0],[752,58,758,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17restoreFromBackupyyAA0I4InfoVKFyyYacfU_","regions":[[755,14,757,10,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKF","regions":[[760,46,848,6,3,0,0,0],[768,12,768,25,3,0,0,0],[768,26,770,10,3,0,0,0],[770,16,772,10,0,0,0,0],[791,98,848,6,3,0,0,0],[794,82,848,6,3,0,0,0],[799,77,848,6,3,0,0,0],[800,56,848,6,3,0,0,0],[811,52,814,10,3,0,0,0],[814,10,848,6,0,0,0,0],[818,12,818,34,0,0,0,0],[818,35,847,10,0,0,0,0],[822,16,822,38,0,0,0,0],[822,39,830,14,0,0,0,0],[830,20,840,14,0,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFAA14RuleCollectionVAFXEfU_","regions":[[777,63,782,10,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSbAA14RuleCollectionVcfu_","regions":[[785,56,785,67,48,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu0_","regions":[[823,57,823,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYbScMYcXEfU0_","regions":[[826,37,829,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu1_","regions":[[831,58,831,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu2_","regions":[[832,57,832,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYbScMYcXEfU1_","regions":[[835,37,837,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYacfU2_","regions":[[843,18,846,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13pauseMappingsSbyYaF","regions":[[853,40,855,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14resumeMappingsSbyYaF","regions":[[858,41,860,6,0,0,0,0]]},{"branches":[],"count":90063,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC015convertToKanataA0yS2SF","regions":[[862,54,864,6,90063,0,0,0]]},{"branches":[],"count":90053,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23convertToKanataSequenceyS2SF","regions":[[866,64,868,6,90053,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17analyzeLogContentyySSYaF","regions":[[875,53,890,6,0,0,0,0],[877,29,889,10,0,0,0,0],[878,20,878,25,0,0,0,0],[879,13,885,18,0,0,0,0],[881,20,881,41,0,0,0,0],[881,42,885,18,0,0,0,0],[886,13,887,62,0,0,0,0],[888,14,889,10,0,0,0,0],[889,10,890,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18regenerateServicesSbyYaF","regions":[[896,45,911,6,0,0,0,0],[900,12,900,26,0,0,0,0],[900,27,905,10,0,0,0,0],[905,10,910,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18regenerateServicesSbyYaFSSyKXEfu_","regions":[[907,53,907,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaF","regions":[[914,52,923,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaFyAA16KanataDiagnosticVXEfU_","regions":[[916,28,918,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaFyyYaXEfU0_","regions":[[919,30,921,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13openFileInZedyySSYaF","regions":[[930,50,932,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15attemptAIRepair6config6errorsS2S_SaySSGtYaKF","regions":[[946,83,968,6,0,0,0,0],[950,59,952,10,0,0,0,0],[952,10,967,30,0,0,0,0],[964,10,967,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyAlertPresenterO07presente7TimeoutF0yyFZ","regions":[[7,45,24,6,0,0,0,0],[8,12,8,42,0,0,0,0],[8,43,11,10,0,0,0,0],[11,10,24,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyTimeoutServiceC5start15durationSeconds10shouldStop02onF0ySd_SbyYaYbcyyYaYbctF","regions":[[17,7,29,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyTimeoutServiceC5start15durationSeconds10shouldStop02onF0ySd_SbyYaYbcyyYaYbctFyyYacfU_","regions":[[18,14,28,10,2,0,0,0],[24,16,24,34,2,0,0,0],[24,35,27,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveResultV7success8mappingsACSayAA0A7MappingVG_tFZ","regions":[[17,63,19,6,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveResultV7failureyACs5Error_pFZ","regions":[[21,55,23,6,14,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10saveStatusAA0eH0Ovpfi","regions":[[45,47,45,52,61,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10saveStatusAA0eH0OvW","regions":[[46,16,48,10,28,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC20configurationService12engineClient17configFileWatcherAcA013ConfigurationH0C_AA06EngineJ0_pAA06ConfiglM0CSgtcfc","regions":[[62,7,66,6,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorCACycfC","regions":[[69,24,73,6,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11saveMapping5input6output22ruleCollectionsManager13reloadHandlerAA0E6ResultVSS_SSAA04RulelM0CSb7success_SSSg12errorMessagetyYactYaF","regions":[[91,27,156,6,14,0,0,0],[96,12,152,10,14,0,0,0],[100,14,152,10,13,0,0,0],[112,32,116,14,0,0,0,0],[116,14,152,10,13,0,0,0],[125,16,125,36,13,0,0,0],[125,37,134,14,0,0,0,0],[134,20,150,14,13,0,0,0],[141,50,149,28,13,0,0,0],[152,17,155,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11saveMapping5input6output22ruleCollectionsManager13reloadHandlerAA0E6ResultVSS_SSAA04RulelM0CSb7success_SSSg12errorMessagetyYactYaFSSyKXEfu_","regions":[[136,65,136,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaF","regions":[[167,27,244,6,0,0,0,0],[172,12,239,10,0,0,0,0],[178,16,178,35,0,0,0,0],[178,36,186,14,0,0,0,0],[186,14,239,10,0,0,0,0],[201,14,239,10,0,0,0,0],[204,80,239,10,0,0,0,0],[218,16,218,36,0,0,0,0],[218,37,225,14,0,0,0,0],[225,20,237,14,0,0,0,0],[231,50,236,84,0,0,0,0],[239,17,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaFSSyKXEfu_","regions":[[183,67,183,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaFSSyKXEfu0_","regions":[[227,65,227,90,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19backupCurrentConfigyySSF","regions":[[248,49,251,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC21restoreLastGoodConfigyyYaKF","regions":[[253,47,259,6,13,0,0,0],[254,48,256,10,0,0,0,0],[256,10,259,6,13,0,0,0],[258,73,259,6,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9hasBackupSbyF","regions":[[261,30,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9setSavingyyF","regions":[[267,22,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC13setValidatingyyF","regions":[[271,26,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10setSuccessyyF","regions":[[275,23,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9setFailedyySSF","regions":[[280,39,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC7setIdleyyF","regions":[[284,20,286,6,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19validateInputOutput5input6outputSS09sanitizedH0_SS0lI0tSS_SStKF","regions":[[293,7,303,6,14,0,0,0],[297,70,300,10,1,0,0,0],[300,10,302,49,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playWriteSoundyyF","regions":[[307,27,309,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playWriteSoundyyFyyYaYbScMYccfU_","regions":[[308,14,308,67,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC16playSuccessSoundyyF","regions":[[311,29,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC16playSuccessSoundyyFyyYaYbScMYccfU_","regions":[[312,14,312,68,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playErrorSoundyyF","regions":[[315,27,317,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playErrorSoundyyFyyYaYbScMYccfU_","regions":[[316,14,316,68,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19scheduleStatusReset33_7B0052BF17800D6777E6F156E1E50B64LLyyF","regions":[[321,40,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19scheduleStatusReset33_7B0052BF17800D6777E6F156E1E50B64LLyyFyyYacfU_","regions":[[322,14,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11parseConfig33_7B0052BF17800D6777E6F156E1E50B64LLySayAA0A7MappingVGSSF","regions":[[328,65,336,6,0,0,0,0],[329,12,332,10,0,0,0,0],[330,88,331,38,0,0,0,0],[332,17,335,10,0,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC02isE16ExecutionEnabledSbvW","regions":[[27,16,30,10,42,0,0,0],[29,103,29,112,8,0,0,0],[29,115,29,125,34,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC20bypassFirstRunDialogSbvW","regions":[[35,16,38,10,37,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceCACyc33_5A4F766B5C6EA2B33C0F5E71824292D2Llfc","regions":[[43,20,46,6,2,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC14checkExecution2atAC0I11CheckResultOSS_tF","regions":[[62,73,90,6,9,0,0,0],[64,45,66,10,3,0,0,0],[66,10,89,24,6,0,0,0],[72,73,74,10,3,0,0,0],[74,10,89,24,3,0,0,0],[80,49,82,10,0,0,0,0],[82,10,89,24,3,0,0,0],[85,12,85,33,3,0,0,0],[85,34,87,10,2,0,0,0],[87,10,89,24,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC14checkExecution2atAC0I11CheckResultOSS_tFSbyKXEfu_","regions":[[80,31,80,43,0,0,0,0]]},{"branches":[],"count":113,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtF","regions":[[93,75,116,6,113,0,0,0],[105,12,105,27,113,0,0,0],[105,28,107,10,11,0,0,0],[111,12,111,19,113,0,0,0],[111,20,113,10,112,0,0,0],[113,16,115,10,1,0,0,0]]},{"branches":[],"count":112,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSSyKXEfu_","regions":[[98,31,98,33,112,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSaySDySSypGGyKXEfu0_","regions":[[101,103,101,105,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSSyKXEfu1_","regions":[[114,85,114,100,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12executionLogSaySDySSypGGvg","regions":[[119,46,121,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12executionLogSaySDySSypGGvgAFyKXEfu_","regions":[[120,93,120,95,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isAppleE0ySbSSF","regions":[[126,55,129,6,10,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isAppleE0ySbSSFSbyKXEfu_","regions":[[128,40,128,53,8,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSF","regions":[[132,55,135,6,10,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSFSbyKXEfu_","regions":[[134,31,134,44,8,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSFSbyKXEfu0_","regions":[[134,48,134,60,7,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSF","regions":[[138,61,141,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu_","regions":[[140,31,140,42,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu0_","regions":[[140,46,140,57,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu1_","regions":[[140,61,140,73,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSF","regions":[[144,60,146,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSFSbyKXEfu_","regions":[[145,32,145,51,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSFSbyKXEfu0_","regions":[[145,55,145,80,3,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC16resetAllSettingsyyF","regions":[[149,36,154,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV14_dontShowAgain33_8FF23BFB12832255BB9EB10E82640B68LL7SwiftUI5StateVySbGvpfi","regions":[[10,40,10,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg","regions":[[12,25,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_","regions":[[13,29,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A23_yXEfU_","regions":[[23,32,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A30_yXEfU0_","regions":[[38,54,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_AWyXEfU1_","regions":[[66,42,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_","regions":[[74,33,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_yyScMYccfU_","regions":[[75,34,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_yyScMYccfU0_","regions":[[81,52,86,18,0,0,0,0],[82,24,82,37,0,0,0,0],[82,38,84,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStF","regions":[[97,72,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStF7SwiftUI05TupleH0VyAH0H0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__AH4TextVtGyXEfU_","regions":[[98,46,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg","regions":[[113,25,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_","regions":[[114,29,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_","regions":[[129,33,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_yyScMYccfU_","regions":[[130,34,132,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_yyScMYccfU0_","regions":[[136,41,138,18,0,0,0,0]]},{"branches":[],"count":1214,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV9sequences16activeSequenceID13globalTimeoutACSayAA0I10DefinitionVG_10Foundation4UUIDVSgSitcfC","regions":[[28,7,32,6,1214,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14isValidTimeoutSbvg","regions":[[38,37,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14isValidTimeoutSbvgSbyKXEfu_","regions":[[39,33,39,54,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14defaultPresetsACvgZ","regions":[[45,55,54,6,3,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV15detectConflictsSayAA16SequenceConflictVGyF","regions":[[59,57,86,6,5,0,0,0],[62,40,83,10,11,0,0,0],[63,50,82,14,7,0,0,0],[68,20,68,42,7,0,0,0],[68,43,74,18,2,0,0,0],[74,27,74,97,5,0,0,0],[74,98,81,18,3,0,0,0],[82,14,83,10,11,0,0,0],[83,10,85,25,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV15detectConflictsSayAA16SequenceConflictVGyFSbyKXEfu_","regions":[[74,64,74,97,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV12hasConflictsSbvg","regions":[[89,35,91,6,1,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV2id4name4keys6action11descriptionAC10Foundation4UUIDV_SSSaySSGAA0E6ActionOSSSgtcfC","regions":[[110,7,116,6,128,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvg","regions":[[121,30,123,6,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvgSbyKXEfu_","regions":[[122,26,122,41,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvgSbyKXEfu0_","regions":[[122,45,122,58,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV10prettyKeysSSvg","regions":[[126,35,128,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV10prettyKeysSSvgS2Scfu_","regions":[[127,18,127,31,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV22windowManagementPresetACvgZ","regions":[[133,66,141,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV16navigationPresetACvgZ","regions":[[144,60,152,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV17appLauncherPresetACvgZ","regions":[[155,61,163,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SequenceActionO11displayNameSSvg","regions":[[174,36,179,6,2,0,0,0],[175,16,175,20,2,0,0,0],[176,9,177,44,2,0,0,0],[178,10,179,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SequenceConflictV2id10Foundation4UUIDVvpfi","regions":[[186,21,186,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SequenceConflictV11descriptionSSvg","regions":[[197,36,204,6,0,0,0,0],[198,16,198,20,0,0,0,0],[199,9,200,101,0,0,0,0],[201,9,202,94,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequenceTimeoutO11displayNameSSvg","regions":[[216,36,222,6,3,0,0,0],[217,16,217,20,3,0,0,0],[218,9,218,35,1,0,0,0],[219,9,219,43,1,0,0,0],[220,9,220,42,1,0,0,0],[221,10,222,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequenceTimeoutO11descriptionSSvg","regions":[[225,36,231,6,0,0,0,0],[226,16,226,20,0,0,0,0],[227,9,227,73,0,0,0,0],[228,9,228,66,0,0,0,0],[229,9,229,71,0,0,0,0],[230,10,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10_conflicts33_CDA6968F5E474A8E21566646BF30704FLL7SwiftUI5StateVySayAA16SequenceConflictVGGvpfi","regions":[[25,56,25,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV6config6onSave0I6CancelAC7SwiftUI7BindingVyAA0E6ConfigVG_yAKcyyctcfC","regions":[[38,7,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg","regions":[[47,25,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_","regions":[[48,28,67,10,0,0,0,0],[59,13,64,14,0,0,0,0],[64,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_SbA15_XEfU_","regions":[[58,68,58,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_A15_yYbcfU0_","regions":[[61,26,61,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_yA15_YbcfU1_","regions":[[62,26,62,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvgyycfU0_","regions":[[69,19,75,10,0,0,0,0],[72,16,72,41,0,0,0,0],[72,83,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[80,36,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_","regions":[[81,49,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_","regions":[[83,20,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_A10_yXEfU_","regions":[[87,42,90,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_","regions":[[100,24,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_A37_yXEfU_","regions":[[101,40,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_A37_yXEfU_A36_A30_cfU_","regions":[[102,52,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_","regions":[[112,33,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_yyYbScMYccACYbcfu_","regions":[[114,32,114,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[114,32,114,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A59_yXEfU_","regions":[[114,45,117,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_","regions":[[124,22,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_yyScMYccfU_","regions":[[125,49,127,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_yyScMYccfU0_","regions":[[129,42,131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A59_yXEfU1_","regions":[[133,26,136,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF","regions":[[146,75,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVFyyScMYccfU_","regions":[[147,16,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_","regions":[[149,18,176,10,0,0,0,0],[174,61,174,91,0,0,0,0],[174,94,174,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_","regions":[[150,20,171,14,0,0,0,0],[164,20,166,19,0,0,0,0],[166,20,170,18,0,0,0,0],[170,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_A5_yXEfU_","regions":[[151,57,159,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_SbAA0P8ConflictVXEfU0_","regions":[[164,46,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_SbAA0P8ConflictVXEfU0_SbyKXEfu_","regions":[[165,55,165,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[185,86,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_","regions":[[186,50,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_","regions":[[188,20,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_yyScMYccfU_","regions":[[198,24,200,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_A23_yXEfU0_","regions":[[200,26,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A60_yXEfU0_","regions":[[211,24,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A60_yXEfU0_A58_yXEfU_","regions":[[212,58,230,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_","regions":[[237,20,254,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_yyScMYccfU_","regions":[[244,32,246,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_","regions":[[249,61,251,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_SbAA0T8ConflictVXEfU0_","regions":[[249,87,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_SbAA0T8ConflictVXEfU0_SbyKXEfu_","regions":[[250,68,250,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[261,90,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_","regions":[[262,50,324,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_","regions":[[266,32,319,14,0,0,0,0],[305,20,305,56,0,0,0,0],[305,57,318,18,0,0,0,0],[318,18,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_","regions":[[267,73,302,18,0,0,0,0],[280,24,280,68,0,0,0,0],[280,69,284,22,0,0,0,0],[284,22,302,18,0,0,0,0],[287,24,287,60,0,0,0,0],[287,61,301,22,0,0,0,0],[301,22,302,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_SSyYbcfU_","regions":[[269,30,269,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_ySSYbcfU0_","regions":[[270,30,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_yyScMYccfU1_","regions":[[288,32,293,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_A14_yXEfU2_","regions":[[293,34,297,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_yyScMYccfU0_","regions":[[306,28,311,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A33_yXEfU1_","regions":[[311,30,313,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[329,88,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_","regions":[[330,50,350,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_","regions":[[334,53,346,14,0,0,0,0],[338,82,345,18,0,0,0,0],[345,18,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_AA19RuleCollectionLayerOyYbcfU_","regions":[[340,30,340,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_yAA19RuleCollectionLayerOYbcfU0_","regions":[[341,30,341,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[355,93,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[356,50,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_SSyYbcfU_","regions":[[361,22,361,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_SSyYbcfU_SSyKXEfu_","regions":[[361,61,361,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_ySSYbcfU0_","regions":[[362,22,362,83,0,0,0,0],[362,73,362,76,0,0,0,0],[362,79,362,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[375,43,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_","regions":[[376,50,398,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_","regions":[[380,53,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_","regions":[[381,24,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_SdyYbcfU_","regions":[[383,30,383,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_ySdYbcfU0_","regions":[[384,30,384,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13timeoutPreset33_CDA6968F5E474A8E21566646BF30704FLLAA15SequenceTimeoutOvg","regions":[[401,48,407,6,0,0,0,0],[402,16,402,41,0,0,0,0],[403,9,403,27,0,0,0,0],[404,9,404,36,0,0,0,0],[405,9,405,26,0,0,0,0],[406,10,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF","regions":[[411,82,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tFSbAA0Q8ConflictVXEfU_","regions":[[412,50,414,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tFSbAA0Q8ConflictVXEfU_SbyKXEfu_","regions":[[413,47,413,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_","regions":[[416,22,434,10,0,0,0,0],[417,16,417,42,0,0,0,0],[417,43,433,14,0,0,0,0],[433,14,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_","regions":[[418,57,432,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_A25_AOcfU_","regions":[[419,48,431,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_A25_AOcfU_A21_yXEfU_","regions":[[420,62,427,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[439,40,460,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_","regions":[[440,50,456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_AVyXEfU_","regions":[[441,20,446,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_A2_yXEfU0_","regions":[[448,53,453,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10emptyState33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[464,39,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10emptyState33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[465,29,476,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11addSequence33_CDA6968F5E474A8E21566646BF30704FLLyyF","regions":[[482,32,492,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV9addPreset33_CDA6968F5E474A8E21566646BF30704FLLyyAA18SequenceDefinitionVF","regions":[[494,58,498,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14deleteSequence33_CDA6968F5E474A8E21566646BF30704FLLyy10Foundation4UUIDVF","regions":[[500,45,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14deleteSequence33_CDA6968F5E474A8E21566646BF30704FLLyy10Foundation4UUIDVFSbAA0I10DefinitionVXEfU_","regions":[[501,41,501,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15detectConflicts33_CDA6968F5E474A8E21566646BF30704FLLyyF","regions":[[506,36,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV10commonKeysSaySSGvpfi","regions":[[517,30,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg","regions":[[523,25,533,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySaySSGSSAF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_SSQo_GyXEfU_","regions":[[524,43,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySaySSGSSAF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_SSQo_GyXEfU_APSScfU_","regions":[[525,45,527,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV15availableLayersSayAA014RuleCollectionE0OGvpfi","regions":[[542,58,548,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg","regions":[[550,25,560,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySayAA014RuleCollectionE0OGAjF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_AJQo_GyXEfU_","regions":[[551,48,555,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySayAA014RuleCollectionE0OGAjF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_AJQo_GyXEfU_ArJcfU_","regions":[[552,50,554,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperCACyc33_ADCB2912C91ECA28CA107CE37E8756A2Llfc","regions":[[23,20,23,22,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC15markRestartTime3forySaySSG_tF","regions":[[51,52,58,6,17,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC15markRestartTime3forySaySSG_tFySDySS10Foundation4DateVGzYbXEfU_","regions":[[53,39,57,10,17,0,0,0],[54,34,56,14,21,0,0,0],[56,14,57,10,17,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZ","regions":[[68,15,73,6,24,0,0,0],[70,29,70,45,2,0,0,0],[70,45,72,55,22,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZ10Foundation4DateVSgSDySSAIGzYbXEfU_","regions":[[69,45,69,62,24,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZSdyKXEfu_","regions":[[71,33,71,52,18,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZ","regions":[[81,5,86,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZSbSDySS10Foundation4DateVGzYbXEfU_","regions":[[83,41,85,10,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZSbSDySS10Foundation4DateVGzYbXEfU_SbAHXEfU_","regions":[[84,35,84,74,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC04loadE09serviceIDSbSS_tYaF","regions":[[94,55,130,6,0,0,0,0],[98,12,98,53,0,0,0,0],[98,54,104,10,0,0,0,0],[104,10,130,6,0,0,0,0],[109,12,126,10,0,0,0,0],[114,14,126,10,0,0,0,0],[116,16,116,36,0,0,0,0],[116,37,121,14,0,0,0,0],[121,20,125,14,0,0,0,0],[126,17,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC12loadServicesySbSaySSGYaF","regions":[[136,61,150,6,0,0,0,0],[141,37,147,10,0,0,0,0],[143,16,143,24,0,0,0,0],[143,25,146,14,0,0,0,0],[147,10,149,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC06unloadE09serviceIDSbSS_tYaF","regions":[[158,57,185,6,0,0,0,0],[162,12,162,53,0,0,0,0],[162,54,165,10,0,0,0,0],[165,10,185,6,0,0,0,0],[169,12,181,10,0,0,0,0],[170,92,181,10,0,0,0,0],[172,16,172,36,0,0,0,0],[172,37,175,14,0,0,0,0],[175,20,180,14,0,0,0,0],[181,17,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartServicesWithAdminySbSaySSGYaF","regions":[[196,73,231,6,0,0,0,0],[201,12,201,53,0,0,0,0],[201,54,205,10,0,0,0,0],[205,10,230,30,0,0,0,0],[207,40,210,10,0,0,0,0],[210,10,230,30,0,0,0,0],[220,12,220,26,0,0,0,0],[220,27,225,10,0,0,0,0],[225,16,228,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartServicesWithAdminySbSaySSGYaFS2SXEfU_","regions":[[213,39,213,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC08getPlistB033_ADCB2912C91ECA28CA107CE37E8756A2LL3forS2S_tF","regions":[[239,64,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC016getLaunchDaemonsB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[247,51,253,6,0,0,0,0],[249,80,251,10,0,0,0,0],[251,10,252,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC012getLaunchctlB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[258,47,266,6,0,0,0,0],[262,9,264,10,0,0,0,0],[264,10,265,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC19preparePlistInstall33_ADCB2912C91ECA28CA107CE37E8756A2LL5specsSaySSG9tempFiles_AG8commandstSayAC0hI4SpecAELLVG_tKF","regions":[[278,59,299,6,0,0,0,0],[284,40,286,10,0,0,0,0],[286,10,298,37,0,0,0,0],[288,27,296,10,0,0,0,0],[290,88,296,10,0,0,0,0],[296,10,298,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC19preparePlistInstall33_ADCB2912C91ECA28CA107CE37E8756A2LL5specsSaySSG9tempFiles_AG8commandstSayAC0hI4SpecAELLVG_tKFSSAKXEfU_","regions":[[283,40,283,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22executePrivilegedBatch33_ADCB2912C91ECA28CA107CE37E8756A2LL5label8commands6promptSb7success_SS6outputtSS_SaySSGSStYaF","regions":[[305,48,313,6,0,0,0,0],[307,12,310,10,0,0,0,0],[308,91,309,57,0,0,0,0],[310,17,312,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC018installLogRotationE0SbyYaF","regions":[[322,52,381,6,1,0,0,0],[325,12,325,53,1,0,0,0],[325,54,328,10,1,0,0,0],[328,10,381,6,0,0,0,0],[337,12,377,10,0,0,0,0],[339,88,375,27,0,0,0,0],[340,86,375,27,0,0,0,0],[368,16,368,23,0,0,0,0],[368,24,371,14,0,0,0,0],[371,20,373,14,0,0,0,0],[377,17,380,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC017logRotationScriptB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSvg","regions":[[384,47,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC25generateLogRotationScript33_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[389,56,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC17rotateCurrentLogs33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[411,44,434,6,0,0,0,0],[425,12,431,10,0,0,0,0],[430,14,431,10,0,0,0,0],[431,17,433,10,0,0,0,0],[433,10,434,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC013isLogRotationE9InstalledSbyF","regions":[[437,50,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaF","regions":[[454,51,572,6,0,0,0,0],[458,12,458,53,0,0,0,0],[458,54,461,10,0,0,0,0],[461,10,571,20,0,0,0,0],[469,12,469,45,0,0,0,0],[469,83,471,10,0,0,0,0],[471,19,471,53,0,0,0,0],[471,54,473,10,0,0,0,0],[475,12,475,49,0,0,0,0],[475,91,477,10,0,0,0,0],[477,19,477,57,0,0,0,0],[477,58,479,10,0,0,0,0],[481,12,481,50,0,0,0,0],[481,93,483,10,0,0,0,0],[483,19,483,58,0,0,0,0],[483,59,485,10,0,0,0,0],[492,12,492,58,0,0,0,0],[492,59,494,10,0,0,0,0],[498,12,498,33,0,0,0,0],[498,34,500,10,0,0,0,0],[503,12,503,52,0,0,0,0],[503,53,514,10,0,0,0,0],[504,16,504,43,0,0,0,0],[504,44,507,14,0,0,0,0],[507,23,507,40,0,0,0,0],[507,41,513,14,0,0,0,0],[509,20,509,36,0,0,0,0],[509,37,512,18,0,0,0,0],[517,12,517,30,0,0,0,0],[517,31,532,10,0,0,0,0],[520,16,520,31,0,0,0,0],[520,32,523,14,0,0,0,0],[523,14,532,10,0,0,0,0],[526,31,531,14,0,0,0,0],[527,20,527,102,0,0,0,0],[527,103,529,18,0,0,0,0],[529,18,531,14,0,0,0,0],[531,14,532,10,0,0,0,0],[532,10,571,20,0,0,0,0],[535,12,535,29,0,0,0,0],[535,30,538,10,0,0,0,0],[538,10,571,20,0,0,0,0],[541,12,541,52,0,0,0,0],[541,82,558,10,0,0,0,0],[543,16,555,14,0,0,0,0],[544,66,555,14,0,0,0,0],[546,34,551,18,0,0,0,0],[547,24,547,107,0,0,0,0],[547,108,549,22,0,0,0,0],[549,22,551,18,0,0,0,0],[551,18,555,14,0,0,0,0],[552,64,555,14,0,0,0,0],[555,21,557,14,0,0,0,0],[557,14,558,10,0,0,0,0],[558,10,571,20,0,0,0,0],[561,12,561,30,0,0,0,0],[561,31,568,10,0,0,0,0],[564,16,564,31,0,0,0,0],[564,32,567,14,0,0,0,0],[567,14,568,10,0,0,0,0],[568,10,571,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbyKXEfu_","regions":[[492,38,492,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU_","regions":[[506,37,506,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU0_","regions":[[511,41,511,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU1_","regions":[[553,37,553,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC21resolveLegacyConflict33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[576,48,593,6,0,0,0,0],[588,12,588,26,0,0,0,0],[588,27,590,10,0,0,0,0],[590,16,592,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC014fixBrokenSMAppE5State33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[597,53,637,6,0,0,0,0],[602,41,635,10,0,0,0,0],[603,16,626,14,0,0,0,0],[606,66,626,14,0,0,0,0],[607,35,612,18,0,0,0,0],[608,24,608,107,0,0,0,0],[608,108,610,22,0,0,0,0],[610,22,612,18,0,0,0,0],[612,18,626,14,0,0,0,0],[613,64,626,14,0,0,0,0],[614,35,619,18,0,0,0,0],[615,24,615,107,0,0,0,0],[615,108,617,22,0,0,0,0],[617,22,619,18,0,0,0,0],[619,18,626,14,0,0,0,0],[622,20,622,32,0,0,0,0],[622,33,625,18,0,0,0,0],[625,18,626,14,0,0,0,0],[626,21,628,14,0,0,0,0],[628,14,635,10,0,0,0,0],[629,30,634,14,0,0,0,0],[630,20,630,103,0,0,0,0],[630,104,632,18,0,0,0,0],[632,18,634,14,0,0,0,0],[634,14,635,10,0,0,0,0],[635,10,637,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaF","regions":[[646,51,741,6,0,0,0,0],[649,12,649,53,0,0,0,0],[649,54,653,10,0,0,0,0],[653,10,740,18,0,0,0,0],[675,12,675,36,0,0,0,0],[675,37,679,10,0,0,0,0],[682,12,684,10,0,0,0,0],[683,66,684,10,0,0,0,0],[684,17,690,10,0,0,0,0],[690,10,740,18,0,0,0,0],[717,12,717,31,0,0,0,0],[717,32,719,10,0,0,0,0],[719,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu_","regions":[[729,41,729,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu0_","regions":[[729,57,729,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu1_","regions":[[729,74,729,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22formatVHIDRepairOutput33_ADCB2912C91ECA28CA107CE37E8756A2LL09bootstrapI012daemonLoaded07managerS010configured14securityIssuesSSSgSS_S3bSaySSGtF","regions":[[749,18,769,6,0,0,0,0],[752,12,752,28,0,0,0,0],[752,29,754,10,0,0,0,0],[755,12,755,25,0,0,0,0],[755,26,757,10,0,0,0,0],[758,12,758,26,0,0,0,0],[758,27,760,10,0,0,0,0],[761,12,761,23,0,0,0,0],[761,24,763,10,0,0,0,0],[764,12,764,35,0,0,0,0],[764,36,767,10,0,0,0,0],[768,34,768,37,0,0,0,0],[768,40,768,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22formatVHIDRepairOutput33_ADCB2912C91ECA28CA107CE37E8756A2LL09bootstrapI012daemonLoaded07managerS010configured14securityIssuesSSSgSS_S3bSaySSGtFS2SXEfU_","regions":[[766,59,766,72,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC18installAllServicesSbyYaF","regions":[[783,45,815,6,9,0,0,0],[787,12,787,53,9,0,0,0],[787,54,790,10,9,0,0,0],[790,10,814,20,0,0,0,0],[796,12,796,27,0,0,0,0],[796,28,801,10,0,0,0,0],[801,10,814,20,0,0,0,0],[807,12,807,26,0,0,0,0],[807,27,811,10,0,0,0,0],[811,10,814,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC18installAllServicesSbyYaFSSyKXEfu_","regions":[[798,102,798,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC023registerKanataWithSMAppE033_ADCB2912C91ECA28CA107CE37E8756A2LLSbyYaF","regions":[[823,65,871,6,0,0,0,0],[826,44,829,10,0,0,0,0],[829,10,871,6,0,0,0,0],[836,12,836,32,0,0,0,0],[836,33,853,10,0,0,0,0],[848,16,848,31,0,0,0,0],[848,32,851,14,0,0,0,0],[851,14,853,10,0,0,0,0],[853,10,871,6,0,0,0,0],[856,12,856,39,0,0,0,0],[856,40,859,10,0,0,0,0],[859,10,871,6,0,0,0,0],[862,12,867,10,0,0,0,0],[864,60,866,24,0,0,0,0],[867,17,870,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC32installAllServicesWithoutLoading06binaryB0SbSS_tYaF","regions":[[880,77,944,6,0,0,0,0],[884,12,884,53,0,0,0,0],[884,54,887,10,0,0,0,0],[887,10,943,30,0,0,0,0],[922,12,924,10,0,0,0,0],[923,61,924,10,0,0,0,0],[924,17,927,10,0,0,0,0],[927,10,943,30,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerCACyc33_F143843327E85E5C2509E60A6308EF40Llfc","regions":[[24,20,24,22,1,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE6Loaded9serviceIDSbSS_tYaF","regions":[[46,71,112,6,33,0,0,0],[48,12,48,45,33,0,0,0],[48,46,90,10,11,0,0,0],[49,16,49,57,11,0,0,0],[49,58,55,14,11,0,0,0],[55,14,90,10,0,0,0,0],[60,20,60,25,0,0,0,0],[61,13,64,99,0,0,0,0],[66,13,70,28,0,0,0,0],[71,13,75,28,0,0,0,0],[76,13,83,29,0,0,0,0],[78,20,78,62,0,0,0,0],[78,63,82,18,0,0,0,0],[82,18,83,29,0,0,0,0],[84,13,88,29,0,0,0,0],[89,14,90,10,0,0,0,0],[90,10,112,6,22,0,0,0],[93,12,93,53,22,0,0,0],[93,54,99,10,22,0,0,0],[99,10,112,6,0,0,0,0],[101,12,107,10,0,0,0,0],[102,103,106,28,0,0,0,0],[107,17,111,10,0,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaF","regions":[[123,72,216,6,41,0,0,0],[129,12,129,53,41,0,0,0],[129,54,135,10,41,0,0,0],[135,10,216,6,0,0,0,0],[140,12,209,10,0,0,0,0],[141,103,208,27,0,0,0,0],[147,45,151,14,0,0,0,0],[151,14,208,27,0,0,0,0],[170,16,170,25,0,0,0,0],[170,26,186,14,0,0,0,0],[172,33,175,18,0,0,0,0],[175,27,175,62,0,0,0,0],[175,63,178,18,0,0,0,0],[178,24,185,18,0,0,0,0],[186,20,196,14,0,0,0,0],[188,20,188,43,0,0,0,0],[188,44,190,18,0,0,0,0],[190,27,190,35,0,0,0,0],[190,36,192,18,0,0,0,0],[193,22,195,18,0,0,0,0],[209,17,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSiSgyKXEfu_","regions":[[159,24,159,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSiSgyKXEfu0_","regions":[[162,24,162,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu1_","regions":[[165,56,165,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu2_","regions":[[175,44,175,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu3_","regions":[[175,54,175,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu4_","regions":[[188,37,188,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu5_","regions":[[201,43,201,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu6_","regions":[[201,77,201,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu7_","regions":[[201,121,201,126,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC03getE6StatusAA012LaunchDaemonI0VyYaF","regions":[[226,69,259,6,9,0,0,0],[232,12,232,45,9,0,0,0],[232,46,239,10,0,0,0,0],[239,16,243,10,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC011checkKanataeF07tcpPort9timeoutMsAA0iF8SnapshotVSi_SitYaF","regions":[[276,37,318,6,9,0,0,0],[279,12,299,10,9,0,0,0],[282,14,299,10,9,0,0,0],[283,16,283,36,9,0,0,0],[283,37,296,14,9,0,0,0],[286,102,294,18,657,0,0,0],[288,24,288,40,657,0,0,0],[290,21,293,22,0,0,0,0],[293,22,294,18,657,0,0,0],[294,18,296,14,9,0,0,0],[296,20,298,14,0,0,0,0],[299,17,302,10,0,0,0,0],[302,10,317,10,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC011checkKanataeF07tcpPort9timeoutMsAA0iF8SnapshotVSi_SitYaFSbyYacfU_","regions":[[305,41,312,10,9,0,0,0],[308,13,310,14,0,0,0,0],[310,14,311,65,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC22isKanataPlistInstalledSbyF","regions":[[325,43,328,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC31isVHIDDaemonConfiguredCorrectlySbyF","regions":[[333,52,354,6,1,0,0,0],[335,89,339,10,0,0,0,0],[339,10,353,21,1,0,0,0],[344,85,350,10,1,0,0,0],[350,10,353,21,0,0,0,0]]},{"branches":[],"count":76,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC08getPlistB033_F143843327E85E5C2509E60A6308EF40LL3forS2S_tF","regions":[[359,64,362,6,76,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC014getKanataPlistB033_F143843327E85E5C2509E60A6308EF40LLSSyF","regions":[[365,49,367,6,1,0,0,0]]},{"branches":[],"count":76,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC016getLaunchDaemonsB033_F143843327E85E5C2509E60A6308EF40LLSSyF","regions":[[370,51,376,6,76,0,0,0],[372,80,374,10,0,0,0,0],[374,10,375,75,76,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitF","regions":[[386,74,429,6,9,0,0,0],[389,12,389,20,9,0,0,0],[389,21,389,37,0,0,0,0],[389,37,428,21,9,0,0,0],[406,12,406,30,9,0,0,0],[406,31,409,10,0,0,0,0],[409,10,428,21,9,0,0,0],[412,12,412,32,9,0,0,0],[412,33,415,10,0,0,0,0],[415,10,428,21,9,0,0,0],[419,12,419,19,9,0,0,0],[419,57,425,10,0,0,0,0],[425,10,428,21,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitFs5Int32VSPySo11sockaddr_inVGXEfU_","regions":[[400,55,404,10,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitFs5Int32VSPySo11sockaddr_inVGXEfU_AISPySo0U0VGXEfU_","regions":[[401,66,403,14,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE13firstMatchInt33_F143843327E85E5C2509E60A6308EF40LL7patternSiSgSS_tF","regions":[[436,49,449,6,0,0,0,0],[437,12,446,10,0,0,0,0],[438,63,445,36,0,0,0,0],[442,18,444,14,0,0,0,0],[444,14,445,36,0,0,0,0],[446,17,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE16firstMatchString33_F143843327E85E5C2509E60A6308EF40LL7patternSSSgSS_tF","regions":[[452,55,465,6,0,0,0,0],[453,12,462,10,0,0,0,0],[454,63,461,39,0,0,0,0],[458,18,460,14,0,0,0,0],[460,14,461,39,0,0,0,0],[462,17,464,10,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceHealthStatusV7healthyACyFZ","regions":[[14,50,21,6,4,0,0,0]]},{"branches":[],"count":67,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceHealthStatusV9unhealthy6reason13shouldRestartACSS_SbtFZ","regions":[[23,94,30,6,67,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18minRestartInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[114,52,114,55,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18maxRestartInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[115,52,115,56,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17backoffMultiplier33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[116,45,116,48,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20tcpServerGracePeriod33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[117,54,117,58,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21maxConnectionFailures33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[118,41,118,43,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16maxStartAttempts33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[119,36,119,37,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16maxRetryAttempts33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[120,36,120,37,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC24maxTCPHealthCheckRetries33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[121,44,121,45,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13tcpRetryDelay33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[122,47,122,50,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC22connectionFailureCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[128,42,128,43,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17startAttemptCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[129,37,129,38,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17retryAttemptCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[130,37,130,38,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21recentPIDObservations33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSaySi3pid_10Foundation4DateV9timestamptGvpfi","regions":[[139,72,139,74,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC22crashLoopWindowSeconds33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[142,56,142,60,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18crashLoopThreshold33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[145,38,145,39,37,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16processLifecycleAC0ab6DaemonI007ProcessI7ManagerC_tcfc","regions":[[152,53,155,6,37,0,0,0]]},{"branches":[],"count":66,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC05checkeF013processStatus7tcpPortAA0efJ0VAA07ProcessfJ0V_SitYaF","regions":[[162,36,214,6,66,0,0,0],[166,44,169,10,63,0,0,0],[169,10,214,6,3,0,0,0],[175,45,183,10,3,0,0,0],[177,16,177,53,3,0,0,0],[177,54,182,14,3,0,0,0],[182,14,183,10,0,0,0,0],[183,10,214,6,0,0,0,0],[188,12,188,22,0,0,0,0],[188,23,193,10,0,0,0,0],[193,16,213,10,0,0,0,0],[195,49,205,14,0,0,0,0],[197,20,197,57,0,0,0,0],[197,58,204,18,0,0,0,0],[204,18,205,14,0,0,0,0],[205,14,212,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC05checkeF013processStatus7tcpPortAA0efJ0VAA07ProcessfJ0V_SitYaFSSyKXEfu_","regions":[[172,92,172,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21performTCPHealthCheck33_E4B8DAD92713AA2AB87995FC4F8B30F2LL4portSbSi_tYaF","regions":[[217,65,262,6,0,0,0,0],[219,52,222,10,0,0,0,0],[222,10,261,25,0,0,0,0],[226,12,226,36,0,0,0,0],[226,37,229,10,0,0,0,0],[231,51,234,10,0,0,0,0],[234,10,261,25,0,0,0,0],[238,55,252,10,0,0,0,0],[244,16,244,25,0,0,0,0],[244,26,246,14,0,0,0,0],[246,14,252,10,0,0,0,0],[249,16,249,50,0,0,0,0],[249,51,251,14,0,0,0,0],[252,10,261,25,0,0,0,0],[254,12,254,21,0,0,0,0],[254,22,256,10,0,0,0,0],[256,16,259,10,0,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC24calculateBackoffInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LL12attemptCountSdSi_tF","regions":[[267,78,270,6,36,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC010canRestartE0AA0I13CooldownStateVyYaF","regions":[[272,60,305,6,14,0,0,0],[278,47,290,10,9,0,0,0],[283,16,283,55,9,0,0,0],[283,56,289,14,5,0,0,0],[294,45,297,10,9,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartAttempt9timestampy10Foundation4DateV_tYaF","regions":[[307,52,316,6,19,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartSuccessyyYaF","regions":[[318,37,326,6,4,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartFailureyyYaF","regions":[[328,37,333,6,8,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaF","regions":[[344,58,382,6,23,0,0,0],[351,20,361,10,21,0,0,0],[355,16,355,24,21,0,0,0],[355,25,360,14,19,0,0,0],[367,12,367,23,23,0,0,0],[367,24,379,10,4,0,0,0],[376,51,378,14,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbSi3pid_10Foundation4DateV9timestampt_tXEfU_","regions":[[348,41,348,105,17,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbSi3pid_10Foundation4DateV9timestampt_tXEfU0_","regions":[[353,59,353,76,12,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbyKXEfu_","regions":[[353,80,353,84,9,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFS2i3pid_10Foundation4DateV9timestampt_tcfu0_","regions":[[364,56,364,61,36,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvg","regions":[[385,29,392,6,8,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvgSbSi3pid_10Foundation4DateV9timestampt_tXEfU_","regions":[[387,63,389,10,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvgS2i3pid_10Foundation4DateV9timestampt_tcfu_","regions":[[390,53,390,58,13,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC19clearCrashLoopStateyyYaF","regions":[[395,38,398,6,1,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23recordConnectionFailureSbyYaF","regions":[[402,50,414,6,31,0,0,0],[409,12,409,33,31,0,0,0],[409,34,411,10,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23recordConnectionSuccessyyYaF","regions":[[416,42,421,6,1,0,0,0],[417,12,417,38,1,0,0,0],[417,39,420,10,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23determineRecoveryAction12healthStatusAA0eiJ0OAA0efL0V_tYaF","regions":[[425,100,464,6,5,0,0,0],[427,74,429,10,1,0,0,0],[429,10,463,30,4,0,0,0],[432,12,432,49,4,0,0,0],[432,50,437,10,1,0,0,0],[437,10,463,30,3,0,0,0],[439,12,439,49,3,0,0,0],[439,50,444,10,0,0,0,0],[444,10,463,30,3,0,0,0],[447,12,447,59,3,0,0,0],[447,60,451,10,1,0,0,0],[451,10,463,30,2,0,0,0],[455,12,455,34,2,0,0,0],[455,35,459,10,0,0,0,0],[459,10,463,30,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23determineRecoveryAction12healthStatusAA0eiJ0OAA0efL0V_tYaFSbyKXEfu_","regions":[[427,42,427,68,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20resetMonitoringStateyyYaF","regions":[[466,39,483,6,2,0,0,0],[476,43,480,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO8evaluate15kanataIsRunning11systemState6issuesAA0e7ProcessF0OSb_0aB10WizardCore0p6SystemM0OSayAJ0P5IssueVGtFZ","regions":[[28,31,46,6,0,0,0,0],[30,12,30,40,0,0,0,0],[30,41,32,10,0,0,0,0],[32,10,45,24,0,0,0,0],[35,36,37,10,0,0,0,0],[37,10,45,24,0,0,0,0],[40,69,42,10,0,0,0,0],[42,10,45,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO014toInstallationF0_11systemState0aB10WizardCore0iF0OAA0e7ProcessF0O_AF0l6SystemK0OtFZ","regions":[[56,29,65,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,59,23,0,0,0,0],[60,9,61,20,0,0,0,0],[62,9,63,69,0,0,0,0],[63,44,63,55,0,0,0,0],[63,58,63,69,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO20blockingIssueMessage4fromSSSgSay0aB10WizardCore0lI0VG_tFZ","regions":[[70,77,87,6,3,0,0,0],[71,29,85,10,2,0,0,0],[74,80,74,92,1,0,0,0],[74,92,85,10,1,0,0,0],[75,68,84,14,0,0,0,0],[76,24,76,34,0,0,0,0],[77,17,78,66,0,0,0,0],[79,17,80,63,0,0,0,0],[81,17,82,29,0,0,0,0],[84,14,85,10,1,0,0,0],[85,10,86,19,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO20blockingIssueMessage4fromSSSgSay0aB10WizardCore0lI0VG_tFZSbyKXEfu_","regions":[[74,50,74,74,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO5titleSSvg","regions":[[14,23,22,6,0,0,0,0],[15,16,15,20,0,0,0,0],[16,9,16,33,0,0,0,0],[17,9,17,31,0,0,0,0],[18,9,18,29,0,0,0,0],[19,9,19,37,0,0,0,0],[20,9,20,40,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO4iconSSvg","regions":[[24,22,32,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,35,0,0,0,0],[27,9,27,64,0,0,0,0],[28,9,28,35,0,0,0,0],[29,9,29,36,0,0,0,0],[30,9,30,49,0,0,0,0],[31,10,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO11visibleTabsSayACGvgZ","regions":[[34,43,39,6,0,0,0,0],[35,12,35,55,0,0,0,0],[35,56,37,10,0,0,0,0],[37,10,38,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO11visibleTabsSayACGvgZSbACXEfU_","regions":[[38,32,38,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV10_selection33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVyAA0E3TabOGvpfi","regions":[[44,49,44,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV15_canManageRules33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[45,47,45,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg","regions":[[47,25,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_","regions":[[48,28,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_A25_yXEfU_","regions":[[52,19,69,14,0,0,0,0],[53,24,53,33,0,0,0,0],[54,17,55,45,0,0,0,0],[56,17,57,44,0,0,0,0],[58,17,63,22,0,0,0,0],[59,24,59,38,0,0,0,0],[59,39,61,22,0,0,0,0],[61,28,63,22,0,0,0,0],[64,17,65,36,0,0,0,0],[66,17,67,46,0,0,0,0],[68,18,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_A25_yXEfU_yycfU_","regions":[[62,57,62,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyyYaYbcfU0_","regions":[[73,15,73,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyycfU1_","regions":[[74,19,79,10,0,0,0,0],[75,16,75,60,0,0,0,0],[75,86,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyycfU2_","regions":[[80,22,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[83,85,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU4_","regions":[[86,84,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU5_","regions":[[89,81,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU5_yyYbScMYccfU_","regions":[[92,67,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU6_","regions":[[96,83,98,10,0,0,0,0],[97,42,97,48,0,0,0,0],[97,51,97,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU7_","regions":[[99,87,105,10,0,0,0,0],[100,68,103,14,0,0,0,0],[103,14,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU8_","regions":[[106,78,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU8_yyYacfU_","regions":[[107,18,107,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU9_","regions":[[109,86,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[114,48,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[116,29,121,10,0,0,0,0],[118,16,118,31,0,0,0,0],[118,53,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_SbyKXEfu_","regions":[[117,60,117,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[131,25,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_","regions":[[132,29,150,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_","regions":[[133,58,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_SbyKXEfu_","regions":[[134,50,134,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_","regions":[[139,29,147,22,0,0,0,0],[140,46,145,26,0,0,0,0],[145,26,147,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_yyXEfU_","regions":[[141,90,143,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_yyXEfU0_","regions":[[146,86,146,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[162,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_","regions":[[163,32,190,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_A27_yXEfU_","regions":[[164,32,187,14,0,0,0,0],[167,49,167,78,0,0,0,0],[168,27,168,77,0,0,0,0],[168,41,168,58,0,0,0,0],[168,61,168,76,0,0,0,0],[177,44,177,73,0,0,0,0],[178,39,178,103,0,0,0,0],[178,53,178,70,0,0,0,0],[178,73,178,102,0,0,0,0],[179,70,179,71,0,0,0,0],[179,74,179,75,0,0,0,0],[184,66,184,75,0,0,0,0],[184,78,184,86,0,0,0,0],[185,49,185,72,0,0,0,0],[186,27,186,63,0,0,0,0],[186,41,186,49,0,0,0,0],[186,52,186,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_A27_yXEfU_SbyKXEfu_","regions":[[179,58,179,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO15accessibilityIdSSvg","regions":[[200,33,208,6,0,0,0,0],[201,16,201,20,0,0,0,0],[202,9,202,31,0,0,0,0],[203,9,203,29,0,0,0,0],[204,9,204,37,0,0,0,0],[205,9,205,33,0,0,0,0],[206,9,206,33,0,0,0,0],[207,10,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[214,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFE09multilineV9AlignmentyQrAF0V9AlignmentOFQOyAX_Qo__Qo__Qo_AF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[215,29,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFE09multilineV9AlignmentyQrAF0V9AlignmentOFQOyAX_Qo__Qo__Qo_AF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A20_yXEfU_","regions":[[226,42,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV16_helperInstalled33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[242,48,242,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV17_helperInProgress33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[244,43,244,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV010_duplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySaySSGGvpfi","regions":[[246,55,246,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV27_removeDuplicatesInProgress33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[247,53,247,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV30_showingHelperUninstallConfirm33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[249,56,249,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV31_showingRemoveDuplicatesConfirm33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[250,57,250,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV35_showingResetEverythingConfirmation33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[251,61,251,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV23_showingUninstallDialog33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[252,49,252,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV21_settingsToastManager33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[254,47,254,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg","regions":[[256,25,415,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_","regions":[[257,49,375,10,0,0,0,0],[362,16,362,44,0,0,0,0],[362,45,372,14,0,0,0,0],[372,14,375,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_","regions":[[259,50,357,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_","regions":[[261,37,292,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_","regions":[[262,41,278,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_A27_yXEfU_","regions":[[263,32,271,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_A34_yXEfU0_","regions":[[273,44,277,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_yyScMYccfU0_","regions":[[281,48,283,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A50_yXEfU1_","regions":[[283,30,286,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_","regions":[[296,58,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_","regions":[[298,61,331,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_","regions":[[303,45,317,26,0,0,0,0],[304,70,304,76,0,0,0,0],[304,79,304,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_","regions":[[305,69,315,30,0,0,0,0],[306,36,306,51,0,0,0,0],[306,52,310,34,0,0,0,0],[310,40,314,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_S2SXEfU_","regions":[[307,72,307,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_SSyKXEfu_","regions":[[307,91,307,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_","regions":[[319,45,330,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_yyScMYccfU_","regions":[[320,56,322,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_A77_yXEfU0_","regions":[[322,38,324,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_SbyKXEfu_","regions":[[327,59,327,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_","regions":[[334,61,353,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_yyScMYccfU_","regions":[[343,32,345,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_A77_yXEfU0_","regions":[[345,34,347,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A102_yXEfU0_","regions":[[363,58,369,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI0H0PAEE17environmentObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAA09UninstallaB6DialogV_AA06KanataH5ModelCQo_ycfU0_","regions":[[379,54,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvgyyYaYbcfU1_","regions":[[383,15,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_","regions":[[387,93,392,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU_","regions":[[388,45,388,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU0_","regions":[[389,53,391,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU0_yyYacfU_","regions":[[390,22,390,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU3_","regions":[[392,20,396,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_","regions":[[397,86,402,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU_","regions":[[398,45,398,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_","regions":[[399,57,401,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_yyYacfU_","regions":[[400,22,400,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[402,20,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_","regions":[[405,87,410,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU_","regions":[[406,45,406,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU0_","regions":[[407,49,409,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU0_yyYacfU_","regions":[[408,22,408,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU7_","regions":[[410,20,414,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg","regions":[[420,49,467,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[421,50,465,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_","regions":[[422,50,451,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_","regions":[[427,57,450,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_A18_yXEfU_","regions":[[443,61,449,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_A18_yXEfU_A0_SScfU_","regions":[[444,65,448,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[453,28,455,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A34_yXEfU1_","regions":[[455,16,459,14,0,0,0,0],[457,50,457,63,0,0,0,0],[457,66,457,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[471,46,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[473,29,475,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[477,29,477,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[480,42,507,6,0,0,0,0],[494,12,500,10,0,0,0,0],[495,61,500,10,0,0,0,0],[500,17,505,10,0,0,0,0],[505,10,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[481,29,484,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[496,33,499,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU1_","regions":[[501,33,504,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[509,51,544,6,0,0,0,0],[522,63,532,10,0,0,0,0],[524,16,524,48,0,0,0,0],[524,49,531,14,0,0,0,0],[525,20,528,18,0,0,0,0],[526,74,528,18,0,0,0,0],[528,25,530,18,0,0,0,0],[530,18,531,14,0,0,0,0],[531,14,532,10,0,0,0,0],[532,10,544,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[510,29,510,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[535,29,543,10,0,0,0,0],[537,16,537,27,0,0,0,0],[537,28,540,14,0,0,0,0],[539,68,539,70,0,0,0,0],[539,73,539,78,0,0,0,0],[540,20,542,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[546,49,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[550,29,557,10,0,0,0,0],[551,16,551,30,0,0,0,0],[551,31,553,14,0,0,0,0],[553,20,556,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_SSyKXEfu_","regions":[[555,45,555,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[566,25,571,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[579,25,605,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[580,49,602,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_","regions":[[581,49,592,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_AXyXEfU_","regions":[[584,57,590,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU0_","regions":[[594,38,596,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV08_verboseF033_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[612,41,612,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV20_showingRestartAlert33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[613,46,613,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg","regions":[[615,25,657,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_","regions":[[616,49,644,10,0,0,0,0],[628,16,628,30,0,0,0,0],[628,31,643,14,0,0,0,0],[643,14,644,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_ySb_SbtcfU_","regions":[[621,47,626,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_ySb_SbtcfU_yyYaYbScMYccfU_","regions":[[622,26,625,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_A28_yXEfU0_","regions":[[629,36,639,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_","regions":[[645,79,652,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU_","regions":[[646,44,646,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_","regions":[[647,35,651,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_yyYacfU_","regions":[[648,22,650,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI4TextVyXEfU1_","regions":[[652,20,656,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV20restartKanataService33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[659,47,665,6,0,0,0,0],[662,12,662,20,0,0,0,0],[662,21,664,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_","regions":[[486,18,491,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_yyYbScMYcXEfU_","regions":[[487,37,490,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_","regions":[[512,18,516,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_yyYbScMYcXEfU_","regions":[[513,37,515,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7FormRowV4bodyQrvg","regions":[[10,25,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7FormRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__Qo__xAE6SpacerVtGyXEfU_","regions":[[11,49,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV6header7contentACyxGSSSg_xyctcfC","regions":[[29,80,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg","regions":[[34,25,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyxG_Qo__Qo__AE011StrokeShapeK0VyAE16RoundedRectangleVAE5ColorVAE05EmptyK0VGQo__Qo_AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_tGyXEfU_","regions":[[35,49,58,10,0,0,0,0],[36,27,43,14,0,0,0,0],[43,14,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyxG_Qo__Qo__AE011StrokeShapeK0VyAE16RoundedRectangleVAE5ColorVAE05EmptyK0VGQo__Qo_AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_tGyXEfU_xyXEfU_","regions":[[45,32,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9StatusRowV4bodyQrvg","regions":[[68,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9StatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVAE5ColorVG_Qo__AE4TextVAE6SpacerVtGyXEfU_","regions":[[69,29,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV0eF0V5title4icon5style6actionAESS_SSSgAE0E5StyleOyyctcfC","regions":[[102,11,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg","regions":[[110,25,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySi6offset_AC0eF0V7elementtGSiAC06buttonL033_4C35DEA687654FD810D3445B37DB3118LL3forQrAL_tFQOy_Qo_G_AE6SpacerVtGyXEfU_","regions":[[111,29,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySi6offset_AC0eF0V7elementtGSiAC06buttonL033_4C35DEA687654FD810D3445B37DB3118LL3forQrAL_tFQOy_Qo_G_AE6SpacerVtGyXEfU_ARSi_ALtcfU_","regions":[[112,64,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV10buttonView33_4C35DEA687654FD810D3445B37DB3118LL3forQrAC0eF0V_tF","regions":[[120,68,150,6,0,0,0,0],[129,16,129,28,0,0,0,0],[130,9,135,50,0,0,0,0],[136,9,141,50,0,0,0,0],[142,9,148,50,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV10buttonView33_4C35DEA687654FD810D3445B37DB3118LL3forQrAC0eF0V_tF7SwiftUI19_ConditionalContentVyAI5LabelVyAI4TextVAI5ImageVGAOGyXEfU_","regions":[[121,56,127,10,0,0,0,0],[122,39,124,14,0,0,0,0],[124,20,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7InfoRowV4bodyQrvg","regions":[[159,25,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7InfoRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo_AE6SpacerVtGyXEfU_","regions":[[160,46,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV5title8subtitle4icon6actionACSS_SSSgAHyycSgtcfC","regions":[[182,100,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg","regions":[[189,25,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvgyycyKXEfu_","regions":[[190,34,190,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvgyycyKXEfu_yycfU_","regions":[[190,34,190,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_","regions":[[190,38,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_A27_yXEfU_","regions":[[191,33,217,14,0,0,0,0],[192,29,196,18,0,0,0,0],[196,18,217,14,0,0,0,0],[212,20,212,33,0,0,0,0],[212,34,216,18,0,0,0,0],[216,18,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_A27_yXEfU_A16_yXEfU_","regions":[[198,57,208,18,0,0,0,0],[203,37,207,22,0,0,0,0],[207,22,208,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE18settingsBackgroundQryF","regions":[[231,44,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZ","regions":[[21,41,191,6,0,0,0,0],[33,15,33,26,0,0,0,0],[34,15,34,45,0,0,0,0],[35,67,35,92,0,0,0,0],[35,95,35,98,0,0,0,0],[49,15,49,26,0,0,0,0],[50,15,50,61,0,0,0,0],[50,36,50,46,0,0,0,0],[50,49,50,60,0,0,0,0],[51,61,51,91,0,0,0,0],[51,94,51,97,0,0,0,0],[66,15,66,26,0,0,0,0],[67,15,67,47,0,0,0,0],[68,71,68,98,0,0,0,0],[68,101,68,104,0,0,0,0],[90,73,90,101,0,0,0,0],[90,104,90,107,0,0,0,0],[136,12,136,41,0,0,0,0],[136,42,162,10,0,0,0,0],[151,71,151,96,0,0,0,0],[151,99,151,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU_","regions":[[26,48,31,10,0,0,0,0],[27,60,29,14,0,0,0,0],[29,14,30,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU_SbyKXEfu_","regions":[[28,52,28,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU0_","regions":[[64,50,64,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_","regions":[[85,51,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu_","regions":[[86,49,86,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu0_","regions":[[87,20,87,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu1_","regions":[[88,20,88,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu1_SbyKXEfu2_","regions":[[88,50,88,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQcfu_","regions":[[103,48,103,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZAM012InstallationG0OyXEfU2_","regions":[[105,49,117,10,0,0,0,0],[106,16,106,50,0,0,0,0],[106,51,106,73,0,0,0,0],[106,73,116,31,0,0,0,0],[107,16,107,37,0,0,0,0],[107,38,109,14,0,0,0,0],[109,14,116,31,0,0,0,0],[110,16,110,46,0,0,0,0],[110,47,112,14,0,0,0,0],[112,14,116,31,0,0,0,0],[113,16,113,61,0,0,0,0],[113,62,115,14,0,0,0,0],[115,14,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU3_","regions":[[118,39,123,10,0,0,0,0],[119,16,119,43,0,0,0,0],[119,44,121,14,0,0,0,0],[121,14,122,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU3_AWyKXEfu_","regions":[[120,51,120,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU4_","regions":[[137,52,149,14,0,0,0,0],[138,20,138,51,0,0,0,0],[138,52,147,18,0,0,0,0],[139,28,139,44,0,0,0,0],[140,21,143,36,0,0,0,0],[144,21,145,37,0,0,0,0],[147,18,148,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZAM012InstallationG0OyXEfU5_","regions":[[165,46,170,10,0,0,0,0],[166,16,166,50,0,0,0,0],[166,51,166,73,0,0,0,0],[166,73,169,56,0,0,0,0],[167,70,167,92,0,0,0,0],[167,92,169,56,0,0,0,0],[168,42,168,64,0,0,0,0],[168,64,169,56,0,0,0,0],[169,36,169,46,0,0,0,0],[169,49,169,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU6_","regions":[[171,36,178,10,0,0,0,0],[172,16,172,37,0,0,0,0],[172,38,174,14,0,0,0,0],[174,23,174,48,0,0,0,0],[174,49,176,14,0,0,0,0],[176,14,177,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO05issueG033_B242E7018CA8465907C450B24597F59CLL3for0aB10WizardCore012InstallationG0OSayAG0R5IssueVG_tFZ","regions":[[195,78,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg","regions":[[207,25,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_","regions":[[208,49,236,10,0,0,0,0],[230,50,235,14,0,0,0,0],[235,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_yyScMYccfU_","regions":[[209,28,209,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_A19_yXEfU0_","regions":[[209,42,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_A19_yXEfU0_A18_yXEfU_","regions":[[210,37,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV11statusColor33_B242E7018CA8465907C450B24597F59CLL7SwiftUI0J0Vvg","regions":[[239,36,250,6,0,0,0,0],[240,16,240,22,0,0,0,0],[241,9,242,19,0,0,0,0],[243,9,244,20,0,0,0,0],[245,9,246,17,0,0,0,0],[247,9,248,23,0,0,0,0],[249,10,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV10statusIcon33_B242E7018CA8465907C450B24597F59CLLSSvg","regions":[[252,36,267,6,0,0,0,0],[253,16,253,22,0,0,0,0],[254,9,255,36,0,0,0,0],[256,9,257,32,0,0,0,0],[258,9,259,44,0,0,0,0],[260,9,261,20,0,0,0,0],[262,9,263,21,0,0,0,0],[264,9,265,34,0,0,0,0],[266,10,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10_hasAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[8,42,8,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV17_hasAPIKeyFromEnv33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[9,49,9,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV20_hasAPIKeyInKeychain33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[10,52,10,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV04_apiA5Input33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySSGvpfi","regions":[[11,46,11,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV13_isValidating33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[12,45,12,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV09_isAddingA033_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[14,44,14,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg","regions":[[16,25,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_","regions":[[17,50,60,10,0,0,0,0],[34,16,34,27,0,0,0,0],[34,28,36,14,0,0,0,0],[36,14,60,10,0,0,0,0],[39,16,39,25,0,0,0,0],[39,26,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_AWyXEfU_","regions":[[19,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_AWyXEfU_APyXEfU_","regions":[[20,57,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_","regions":[[40,24,56,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_APyXEfU_","regions":[[41,61,48,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_SbyYbcfU0_","regions":[[51,30,51,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_ySbYbcfU1_","regions":[[52,30,52,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvgyycfU0_","regions":[[61,19,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV17statusDescription33_0473CDED80E39028AA0FA043AE5EB15FLLSSvg","regions":[[66,43,74,6,0,0,0,0],[67,12,67,28,0,0,0,0],[67,29,69,10,0,0,0,0],[69,19,69,38,0,0,0,0],[69,39,71,10,0,0,0,0],[71,16,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg","regions":[[77,41,108,6,0,0,0,0],[78,12,78,28,0,0,0,0],[78,29,82,10,0,0,0,0],[82,19,82,38,0,0,0,0],[82,39,90,10,0,0,0,0],[90,19,90,30,0,0,0,0],[90,31,99,10,0,0,0,0],[99,16,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU_","regions":[[84,30,86,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU0_","regions":[[92,30,96,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU1_","regions":[[101,31,103,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg","regions":[[111,44,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_","regions":[[112,49,142,10,0,0,0,0],[133,44,137,14,0,0,0,0],[137,14,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_","regions":[[113,20,131,14,0,0,0,0],[119,20,119,32,0,0,0,0],[119,33,122,18,0,0,0,0],[122,24,130,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_yyScMYccfU_","regions":[[123,36,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_yyScMYccfU_yyYacfU_","regions":[[124,30,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV13refreshStatus33_0473CDED80E39028AA0FA043AE5EB15FLLyyF","regions":[[146,34,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10saveAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyYaF","regions":[[152,37,174,6,0,0,0,0],[153,41,153,51,0,0,0,0],[153,51,174,6,0,0,0,0],[162,12,162,26,0,0,0,0],[162,27,171,10,0,0,0,0],[163,16,168,14,0,0,0,0],[164,74,168,14,0,0,0,0],[168,21,170,14,0,0,0,0],[170,14,171,10,0,0,0,0],[171,16,173,10,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10saveAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyYaFSSyKXEfu_","regions":[[172,54,172,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12removeAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyF","regions":[[176,33,183,6,0,0,0,0],[177,12,179,10,0,0,0,0],[178,60,179,10,0,0,0,0],[179,17,181,10,0,0,0,0],[181,10,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV04costF0SaySDySSypGGvg","regions":[[192,46,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV18totalEstimatedCostSdvg","regions":[[196,44,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV11totalTokensSi5input_Si6outputtvg","regions":[[200,56,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg","regions":[[204,25,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_","regions":[[205,28,321,10,0,0,0,0],[222,16,222,35,0,0,0,0],[222,36,238,14,0,0,0,0],[238,20,293,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A10_yXEfU_","regions":[[207,20,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[211,32,213,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A45_yXEfU0_","regions":[[224,37,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_","regions":[[240,57,264,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_","regions":[[241,28,259,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_A52_yXEfU_","regions":[[242,53,248,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_A52_yXEfU0_","regions":[[252,54,258,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_","regions":[[270,80,291,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_","regions":[[271,28,289,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_","regions":[[272,65,282,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SSyKXEfu_","regions":[[273,67,273,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SiyKXEfu0_","regions":[[277,79,277,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SiyKXEfu1_","regions":[[278,81,278,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_SdyKXEfu_","regions":[[286,73,286,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_","regions":[[298,53,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_A98_yXEfU_","regions":[[304,24,318,18,0,0,0,0],[310,24,310,44,0,0,0,0],[310,45,317,22,0,0,0,0],[317,22,318,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_A98_yXEfU_yyScMYccfU_","regions":[[311,49,313,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsSection33_5851EC444EDB57EFAED8531B812B024CLLO2idSSvg","regions":[[14,20,14,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsSection33_5851EC444EDB57EFAED8531B812B024CLLO15visibleSectionsSayADGvgZ","regions":[[17,58,26,6,0,0,0,0],[19,12,19,55,0,0,0,0],[19,56,21,10,0,0,0,0],[22,9,22,18,0,0,0,2],[24,9,24,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV21_settingsToastManager33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[31,47,31,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16_selectedSection33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVyAA0efJ0AELLOGvpfi","regions":[[32,66,32,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16selectedLayoutId33_5851EC444EDB57EFAED8531B812B024CLLSSvpfP","regions":[[33,6,33,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV17_selectedLayoutId33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI0C7StorageVySSGvpfi","regions":[[33,87,33,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16selectedKeymapId33_5851EC444EDB57EFAED8531B812B024CLLSSvpfP","regions":[[34,6,34,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV17_selectedKeymapId33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI0C7StorageVySSGvpfi","regions":[[34,87,34,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV18_showingKeymapInfo33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVySbGvpfi","regions":[[35,44,35,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg","regions":[[37,25,73,6,0,0,0,0],[63,17,63,26,0,0,0,2],[66,17,66,23,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_","regions":[[38,28,70,10,0,0,0,0],[63,17,63,26,0,0,0,2],[66,17,66,23,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A11_yXEfU_","regions":[[40,60,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A11_yXEfU_A10_A4_cfU_","regions":[[41,65,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A47_yXEfU0_","regions":[[53,19,68,14,0,0,0,0],[54,24,54,39,0,0,0,0],[55,17,56,43,0,0,0,0],[57,17,62,22,0,0,0,0],[58,24,58,67,0,0,0,0],[58,68,62,22,0,0,0,0],[63,17,63,26,0,0,0,2],[64,17,65,50,0,0,0,0],[66,17,66,23,0,0,0,2],[67,18,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg","regions":[[78,51,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_","regions":[[79,20,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_","regions":[[80,53,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_","regions":[[81,54,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_","regions":[[83,62,127,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_","regions":[[88,45,126,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU_","regions":[[90,48,106,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU_yyScMYccfU_","regions":[[99,48,101,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU0_","regions":[[109,48,125,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU0_yyScMYccfU_","regions":[[118,48,120,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_","regions":[[131,62,250,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_","regions":[[133,65,165,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_SbyYbcfU_","regions":[[141,42,141,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_ySbYbcfU0_","regions":[[142,42,142,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_","regions":[[144,31,160,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A7_yXEfU_","regions":[[145,39,147,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A53_yXEfU0_","regions":[[147,41,150,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A7_yXEfU1_","regions":[[153,39,155,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A53_yXEfU2_","regions":[[155,41,158,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_","regions":[[168,65,200,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_SbyYbcfU_","regions":[[176,42,176,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_ySbYbcfU0_","regions":[[177,42,177,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_","regions":[[179,31,195,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A7_yXEfU_","regions":[[180,39,182,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A53_yXEfU0_","regions":[[182,41,185,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A7_yXEfU1_","regions":[[188,39,190,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A53_yXEfU2_","regions":[[190,41,193,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_","regions":[[203,65,249,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A71_yXEfU_","regions":[[208,76,212,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A71_yXEfU_A70_A68_cfU_","regions":[[209,61,211,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_","regions":[[218,48,239,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A81_yXEfU_","regions":[[219,80,223,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A81_yXEfU_A70_A79_cfU_","regions":[[220,64,222,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_yyScMYccfU0_","regions":[[229,40,231,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A17_yXEfU1_","regions":[[231,42,233,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A106_ycfU2_","regions":[[236,75,238,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_yyScMYccfU1_","regions":[[241,58,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV11openLogFile33_5851EC444EDB57EFAED8531B812B024CLLyySSF","regions":[[262,50,286,6,0,0,0,0],[268,12,272,10,0,0,0,0],[269,33,271,19,0,0,0,0],[272,17,285,10,0,0,0,0],[278,16,281,14,0,0,0,0],[279,42,281,14,0,0,0,0],[281,21,284,14,0,0,0,0],[284,14,285,10,0,0,0,0],[285,10,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV14selectedKeymap33_5851EC444EDB57EFAED8531B812B024CLLAA07LogicalJ0Vvg","regions":[[288,47,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV14selectedKeymap33_5851EC444EDB57EFAED8531B812B024CLLAA07LogicalJ0VvgAGyKXEfu_","regions":[[289,53,289,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapInfoPopover33_5851EC444EDB57EFAED8531B812B024CLLV4bodyQrvg","regions":[[296,25,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapInfoPopover33_5851EC444EDB57EFAED8531B812B024CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF4LinkVyAJGtGyXEfU_","regions":[[297,49,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV16_securityService33_D33ED0796263E17A79D0769FD631C2D1LL7SwiftUI14ObservedObjectVyAA0e8SecurityJ0CGvpfi","regions":[[8,51,8,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV08_showingF3Log33_D33ED0796263E17A79D0769FD631C2D1LL7SwiftUI5StateVySbGvpfi","regions":[[9,46,9,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg","regions":[[11,25,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_","regions":[[12,50,73,10,0,0,0,0],[39,16,39,56,0,0,0,0],[39,57,72,14,0,0,0,0],[72,14,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_AZyXEfU_","regions":[[13,32,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU0_","regions":[[22,20,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU0_A4_yXEfU_","regions":[[23,57,30,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU1_","regions":[[40,24,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU1_A4_yXEfU_","regions":[[41,61,48,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_","regions":[[59,24,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_yyScMYccfU_","regions":[[60,36,60,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_A40_yXEfU0_","regions":[[60,68,62,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvgAA0eF7LogView33_D33ED0796263E17A79D0769FD631C2D1LLVycfU0_","regions":[[74,51,76,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV16_securityService7SwiftUI14ObservedObjectVyAA0e8SecurityR0CGvpfi","regions":[[84,51,84,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvg","regions":[[87,104,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_","regions":[[88,66,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu_","regions":[[91,51,91,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu0_","regions":[[92,61,92,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SbyKXEfu1_","regions":[[93,55,93,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu2_","regions":[[94,53,94,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg","regions":[[99,25,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_","regions":[[100,28,177,10,0,0,0,0],[116,16,116,34,0,0,0,0],[116,35,127,14,0,0,0,0],[127,20,157,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A10_yXEfU_","regions":[[102,20,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[106,32,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A41_yXEfU0_","regions":[[118,37,125,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_","regions":[[129,44,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_A69_yXEfU_","regions":[[130,61,153,22,0,0,0,0],[147,28,147,48,0,0,0,0],[147,49,152,26,0,0,0,0],[152,26,153,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_A69_yXEfU_A66_yXEfU_","regions":[[131,32,145,26,0,0,0,0],[132,63,132,86,0,0,0,0],[132,89,132,108,0,0,0,0],[133,66,133,72,0,0,0,0],[133,75,133,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A86_yXEfU2_","regions":[[162,20,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A86_yXEfU2_yyScMYccfU_","regions":[[169,37,171,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV15formatTimestampyS2SF","regions":[[181,63,189,6,0,0,0,0],[183,61,183,79,0,0,0,0],[183,79,188,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV05clearG0yyF","regions":[[191,29,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg","regions":[[12,25,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvgyyScMYccfU_","regions":[[13,24,13,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0W0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE19_ConditionalContentVyAkEE4fontyQrAE4FontVSgFQOyA0__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE11scaleEffect_6anchorQrAR_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA20_G_Qo__Qo_GtGGyXEfU0_","regions":[[13,38,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0W0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE19_ConditionalContentVyAkEE4fontyQrAE4FontVSgFQOyA0__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE11scaleEffect_6anchorQrAR_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA20_G_Qo__Qo_GtGGyXEfU0_A25_yXEfU_","regions":[[14,33,33,14,0,0,0,0],[24,20,24,33,0,0,0,0],[24,34,28,18,0,0,0,0],[28,24,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV11statusColor33_09EE0BA4FE7930EC8C3A780A6264535CLL7SwiftUI0I0Vvg","regions":[[41,36,53,6,0,0,0,0],[42,31,42,52,0,0,0,0],[42,52,53,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,45,26,0,0,0,0],[46,9,47,24,0,0,0,0],[48,9,51,51,0,0,0,0],[51,31,51,38,0,0,0,0],[51,41,51,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV12trailingIcon33_09EE0BA4FE7930EC8C3A780A6264535CLLSSvg","regions":[[55,38,68,6,0,0,0,0],[56,31,56,59,0,0,0,0],[56,59,68,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,59,43,0,0,0,0],[60,9,61,39,0,0,0,0],[62,9,66,41,0,0,0,0],[63,16,63,24,0,0,0,0],[63,45,65,14,0,0,0,0],[65,14,66,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV13trailingColor33_09EE0BA4FE7930EC8C3A780A6264535CLL7SwiftUI0I0Vvg","regions":[[70,38,80,6,0,0,0,0],[71,31,71,52,0,0,0,0],[71,52,80,6,0,0,0,0],[72,16,72,22,0,0,0,0],[73,9,74,26,0,0,0,0],[75,9,76,24,0,0,0,0],[77,9,78,51,0,0,0,0],[78,31,78,38,0,0,0,0],[78,41,78,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StatusDetailActionV2id10Foundation4UUIDVvpfi","regions":[[84,14,84,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV2idSSvg","regions":[[104,20,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5title7message4icon5level7actionsACSS_S2SAC5LevelOSayAA0eF6ActionVGtcfC","regions":[[114,7,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5LevelO9tintColor7SwiftUI0I0Vvg","regions":[[124,26,131,6,0,0,0,0],[125,16,125,20,0,0,0,0],[126,9,126,30,0,0,0,0],[127,9,127,31,0,0,0,0],[128,9,128,31,0,0,0,0],[129,9,129,29,0,0,0,0],[130,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5LevelO7isIssueSbvg","regions":[[133,23,138,6,0,0,0,0],[134,16,134,20,0,0,0,0],[135,9,135,39,0,0,0,0],[136,9,136,36,0,0,0,0],[137,10,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg","regions":[[144,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_","regions":[[145,46,183,10,0,0,0,0],[163,16,163,39,0,0,0,0],[163,40,182,14,0,0,0,0],[182,14,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A12_yXEfU_","regions":[[151,53,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_","regions":[[164,36,181,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_","regions":[[165,45,180,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_yyScMYccfU_","regions":[[166,32,168,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_A45_yXEfU0_","regions":[[168,34,175,26,0,0,0,0],[169,55,172,30,0,0,0,0],[172,36,174,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16_showSetupBanner33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[13,42,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18_wizardSystemState33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI0K0Vy0aB10WizardCore0tjK0OGvpfi","regions":[[16,63,16,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV13_wizardIssues33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySay0aB10WizardCore0T5IssueVGGvpfi","regions":[[17,54,17,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV010_duplicateC6Copies33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySaySSGGvpfi","regions":[[19,55,19,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV21_settingsToastManager33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[20,47,20,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23_showingPermissionAlert33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[21,49,21,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22_refreshRetryScheduled33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[22,48,22,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16isServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[25,40,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16isServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvgSbyKXEfu_","regions":[[26,50,26,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23effectiveServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[30,47,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23effectiveServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvgSbyKXEfu_","regions":[[31,32,31,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV17hasFullDiskAccess33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[34,41,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15isSystemHealthy33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[38,39,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvg","regions":[[49,56,70,6,0,0,0,0],[50,75,50,95,0,0,0,0],[50,95,69,24,0,0,0,0],[53,12,53,29,0,0,0,0],[53,30,55,10,0,0,0,0],[55,10,69,24,0,0,0,0],[57,12,57,42,0,0,0,0],[57,67,59,10,0,0,0,0],[59,10,69,24,0,0,0,0],[61,12,61,40,0,0,0,0],[61,41,63,10,0,0,0,0],[63,10,69,24,0,0,0,0],[65,12,65,88,0,0,0,0],[65,89,67,10,0,0,0,0],[67,10,69,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSb0aB10WizardCore0S5IssueVXEfU_","regions":[[52,55,52,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSb0aB10WizardCore0S5IssueVXEfU_SbyKXEfu_","regions":[[52,85,52,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSbyKXEfu_","regions":[[65,43,65,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSbyKXEfu_SbyKXEfu0_","regions":[[65,82,65,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16systemHealthIcon33_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[72,42,83,6,0,0,0,0],[73,16,73,34,0,0,0,0],[74,9,75,36,0,0,0,0],[76,9,77,44,0,0,0,0],[78,9,79,32,0,0,0,0],[80,9,81,19,0,0,0,0],[82,10,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16systemHealthTint33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5ColorVvg","regions":[[85,41,96,6,0,0,0,0],[86,16,86,34,0,0,0,0],[87,9,88,19,0,0,0,0],[89,9,90,20,0,0,0,0],[91,9,92,17,0,0,0,0],[93,9,94,23,0,0,0,0],[95,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19systemHealthMessage33_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[98,45,110,6,0,0,0,0],[99,48,99,79,0,0,0,0],[99,79,109,88,0,0,0,0],[100,12,100,43,0,0,0,0],[100,44,102,10,0,0,0,0],[102,10,109,88,0,0,0,0],[103,12,103,34,0,0,0,0],[103,35,105,10,0,0,0,0],[105,10,109,88,0,0,0,0],[106,12,106,57,0,0,0,0],[106,58,108,10,0,0,0,0],[108,10,109,88,0,0,0,0],[109,49,109,71,0,0,0,0],[109,74,109,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19systemHealthMessage33_5610BA5392687163B430B98B8F7675DFLLSSvgSbyKXEfu_","regions":[[106,51,106,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV013kanataServiceE033_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[112,45,121,6,0,0,0,0],[113,48,113,72,0,0,0,0],[113,72,120,33,0,0,0,0],[114,12,114,42,0,0,0,0],[114,43,116,10,0,0,0,0],[116,10,120,33,0,0,0,0],[117,12,117,101,0,0,0,0],[117,102,119,10,0,0,0,0],[119,10,120,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV013kanataServiceE033_5610BA5392687163B430B98B8F7675DFLLSSvgSbyKXEfu_","regions":[[117,62,117,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[123,51,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgSbAG_AGtXEfU_","regions":[[125,21,125,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgSbAGXEfU0_","regions":[[126,27,126,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV13statusDetails33_5610BA5392687163B430B98B8F7675DFLLSayAA0E6DetailVGvg","regions":[[129,47,157,6,0,0,0,0],[132,42,134,10,0,0,0,0],[136,35,138,10,0,0,0,0],[140,41,142,10,0,0,0,0],[144,42,146,10,0,0,0,0],[148,45,150,10,0,0,0,0],[152,54,154,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0Vvg","regions":[[159,51,201,6,0,0,0,0],[160,48,167,10,0,0,0,0],[167,10,200,10,0,0,0,0],[169,12,169,42,0,0,0,0],[169,43,176,10,0,0,0,0],[176,10,200,10,0,0,0,0],[178,12,178,101,0,0,0,0],[178,102,185,10,0,0,0,0],[185,10,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgSbyKXEfu_","regions":[[178,62,178,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgyycfU_","regions":[[193,84,195,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgyycfU0_","regions":[[196,82,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[203,49,278,6,0,0,0,0],[204,54,211,10,0,0,0,0],[211,10,277,10,0,0,0,0],[215,12,215,46,0,0,0,0],[215,75,222,10,0,0,0,0],[222,10,277,10,0,0,0,0],[225,50,227,10,0,0,0,0],[228,12,228,47,0,0,0,0],[228,48,230,10,0,0,0,0],[231,12,231,39,0,0,0,0],[231,40,239,10,0,0,0,0],[232,16,232,33,0,0,0,0],[232,34,234,14,0,0,0,0],[234,20,238,14,0,0,0,0],[247,12,247,30,0,0,0,0],[247,121,253,10,0,0,0,0],[255,12,255,97,0,0,0,0],[255,98,261,10,0,0,0,0],[263,12,263,93,0,0,0,0],[263,94,269,10,0,0,0,0],[275,43,275,52,0,0,0,0],[275,55,275,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU_","regions":[[242,70,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu_","regions":[[247,77,247,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU0_","regions":[[249,85,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu0_","regions":[[255,57,255,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU1_","regions":[[257,89,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu1_","regions":[[263,55,263,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU2_","regions":[[265,86,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[280,42,314,6,0,0,0,0],[281,66,281,80,0,0,0,0],[281,80,313,10,0,0,0,0],[282,38,289,10,0,0,0,0],[289,10,313,10,0,0,0,0],[291,12,291,25,0,0,0,0],[291,26,298,10,0,0,0,0],[298,10,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU_","regions":[[306,97,308,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU0_","regions":[[309,82,311,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[316,48,353,6,0,0,0,0],[321,41,321,55,0,0,0,0],[321,55,352,10,0,0,0,0],[324,15,324,24,0,0,0,0],[325,15,325,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSb0aB10WizardCore0Q5IssueVXEfU_","regions":[[323,70,323,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu_","regions":[[323,100,323,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_","regions":[[327,31,337,10,0,0,0,0],[333,43,335,14,0,0,0,0],[335,14,336,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_","regions":[[328,48,332,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu_","regions":[[329,53,329,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu0_","regions":[[330,24,330,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu1_","regions":[[331,24,331,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu1_SbyKXEfu2_","regions":[[331,54,331,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU1_","regions":[[345,86,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU2_","regions":[[348,82,350,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16kanataLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[355,49,369,6,0,0,0,0],[357,58,357,72,0,0,0,0],[357,72,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16kanataLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[364,69,366,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19karabinerLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[371,52,384,6,0,0,0,0],[372,43,372,57,0,0,0,0],[372,57,383,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19karabinerLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[379,67,381,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19duplicateAppsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[386,52,400,6,0,0,0,0],[387,49,387,63,0,0,0,0],[387,63,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19duplicateAppsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[395,74,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV14permissionGaps33_5610BA5392687163B430B98B8F7675DFLL2inSaySSG15missingOrDenied_AG7unknownSb9hasErrorst0aB11Permissions16PermissionOracleC8SnapshotV_tF","regions":[[406,7,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV14permissionGaps33_5610BA5392687163B430B98B8F7675DFLL2inSaySSG15missingOrDenied_AG7unknownSb9hasErrorst0aB11Permissions16PermissionOracleC8SnapshotV_tF6appendL_6status5labelyAM0E0O_SStF","regions":[[411,69,424,10,0,0,0,0],[412,40,412,50,0,0,0,0],[412,50,424,10,0,0,0,0],[413,20,413,26,0,0,0,0],[414,13,415,38,0,0,0,0],[416,13,417,46,0,0,0,0],[418,13,420,33,0,0,0,0],[421,13,422,22,0,0,0,0],[423,14,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg","regions":[[434,25,640,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_","regions":[[435,49,609,10,0,0,0,0],[436,16,436,48,0,0,0,0],[436,66,442,14,0,0,0,0],[442,14,609,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_yycfU_","regions":[[437,29,439,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_","regions":[[445,50,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_","regions":[[447,37,536,18,0,0,0,0],[494,24,494,40,0,0,0,0],[494,41,504,22,0,0,0,0],[501,65,501,69,0,0,0,0],[501,72,501,79,0,0,0,0],[504,22,536,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_","regions":[[448,41,491,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_","regions":[[449,32,462,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_yyScMYccfU_","regions":[[454,44,454,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_A37_yXEfU0_","regions":[[454,78,458,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_","regions":[[464,44,490,26,0,0,0,0],[469,63,475,30,0,0,0,0],[475,30,490,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_yyScMYccfU_","regions":[[477,44,479,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_","regions":[[479,32,486,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_SbAA14RuleCollectionVcfu_","regions":[[480,95,480,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_SbAA10CustomRuleVcfu0_","regions":[[481,91,481,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_yyScMYccfU0_","regions":[[495,40,495,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A74_yXEfU1_","regions":[[495,74,498,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_","regions":[[507,41,535,22,0,0,0,0],[532,56,532,60,0,0,0,0],[532,63,532,68,0,0,0,0],[534,72,534,78,0,0,0,0],[534,81,534,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_SbyYbcfU_","regions":[[511,38,511,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_ySbYbcfU0_","regions":[[512,38,524,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_ySbYbcfU0_yyYacfU_","regions":[[516,42,523,38,0,0,0,0],[517,44,517,52,0,0,0,0],[517,53,519,42,0,0,0,0],[519,48,521,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_","regions":[[540,58,601,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_","regions":[[545,61,581,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU_","regions":[[552,36,552,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU0_","regions":[[561,36,561,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU1_","regions":[[570,36,570,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU2_","regions":[[579,36,579,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_","regions":[[583,61,600,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_","regions":[[589,51,599,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_yyc0ab6WizardP010WizardPageOXEfU_","regions":[[595,59,597,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_yyc0ab6WizardP010WizardPageOXEfU_yycfU_","regions":[[596,37,596,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI0H0PAEE17environmentObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAgAE20customizeSheetWindowQryFQOyAA018InstallationWizardH0V_Qo__AA06KanataH5ModelCQo_0abT4Core0T4PageOcfU0_","regions":[[612,42,616,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_","regions":[[617,78,622,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_yyScMYccfU_","regions":[[618,35,620,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_yyScMYccfU0_","regions":[[621,45,621,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU2_","regions":[[622,20,626,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgyyYaYbcfU3_","regions":[[627,15,629,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgy10Foundation12NotificationVcfU4_","regions":[[631,78,635,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgy10Foundation12NotificationVcfU4_yyYacfU_","regions":[[632,18,634,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgySb_SbtcfU5_","regions":[[636,41,639,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[644,40,677,6,0,0,0,0],[665,12,665,43,0,0,0,0],[668,9,676,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaF0aB10WizardCore17SystemStateResultVyYbScMYcXEfU_","regions":[[648,43,648,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_","regions":[[652,29,662,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu_","regions":[[658,59,658,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu0_","regions":[[659,20,659,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu1_","regions":[[660,20,660,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu1_SbyKXEfu2_","regions":[[660,55,660,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFSbyKXEfu_","regions":[[666,62,666,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYccfU1_","regions":[[670,67,675,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYccfU1_yyYacfU_","regions":[[671,22,674,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[679,50,695,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_","regions":[[680,29,682,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_","regions":[[687,29,694,10,0,0,0,0],[688,16,688,23,0,0,0,0],[688,24,690,14,0,0,0,0],[690,20,693,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SSyKXEfu_","regions":[[691,57,691,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18openConfigInEditor33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[697,39,700,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV17openBackupsFolder33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[702,38,705,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV20resetToDefaultConfig33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[707,41,716,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV20resetToDefaultConfig33_5610BA5392687163B430B98B8F7675DFLLyyFyyYacfU_","regions":[[708,14,715,10,0,0,0,0],[709,16,712,14,0,0,0,0],[710,63,712,14,0,0,0,0],[712,21,714,14,0,0,0,0],[714,14,715,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[718,49,729,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_","regions":[[721,29,728,10,0,0,0,0],[722,16,722,23,0,0,0,0],[722,24,724,14,0,0,0,0],[724,20,727,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_SSyKXEfu_","regions":[[725,57,725,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV21checkTCPConfiguration33_5610BA5392687163B430B98B8F7675DFLLSbyYaF","regions":[[731,56,753,6,0,0,0,0],[734,70,734,86,0,0,0,0],[734,86,752,39,0,0,0,0],[737,12,747,10,0,0,0,0],[738,82,747,10,0,0,0,0],[741,14,747,10,0,0,0,0],[743,18,745,14,0,0,0,0],[745,14,747,10,0,0,0,0],[747,17,750,10,0,0,0,0],[750,10,752,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV06systemE4Rows33_5610BA5392687163B430B98B8F7675DFLLSayAA0f6SystemE8RowModelVGvg","regions":[[755,66,763,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15activeRulesText33_5610BA5392687163B430B98B8F7675DFLL5countSSSi_tF","regions":[[766,56,771,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV12_isDismissed33_DEED5B2C766DCB30758120188E3F724DLL7SwiftUI5StateVySbGvpfi","regions":[[5,38,5,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg","regions":[[7,25,49,6,0,0,0,0],[8,12,8,24,0,0,0,0],[8,25,48,10,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_","regions":[[9,33,45,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_","regions":[[10,24,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_A9_yXEfU_","regions":[[14,61,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_yyScMYccfU0_","regions":[[24,46,26,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_yyScMYccfU1_","regions":[[32,28,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_A4_yXEfU2_","regions":[[34,30,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tF","regions":[[8,46,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_","regions":[[11,23,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_yyYbScMYccfU_","regions":[[14,71,51,18,0,0,0,0],[16,49,50,22,0,0,0,0],[18,28,18,71,0,0,0,0],[18,72,49,26,0,0,0,0],[30,32,30,54,0,0,0,0],[30,55,37,30,0,0,0,0],[40,69,48,30,0,0,0,0],[42,66,45,34,0,0,0,0],[50,22,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_yyYbScMYccfU_SbyKXEfu_","regions":[[18,46,18,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV13removeBorders027_596C1CF8C22DD960ADDA20FC59J4FE17LL4fromySo6NSViewC_tF","regions":[[56,51,64,6,0,0,0,0],[57,35,60,10,0,0,0,0],[61,38,63,10,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC10isResizing027_596C1CF8C22DD960ADDA20FC59K4FE17LLSbvpfi","regions":[[70,30,70,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC7topLeftACSo7CGPointV_tcfc","regions":[[72,28,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC010windowWillG0_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[77,79,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC09windowDidG0yy10Foundation12NotificationVF","regions":[[85,56,97,6,0,0,0,0],[86,78,86,88,0,0,0,0],[86,88,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20customizeSheetWindowQryF","regions":[[103,46,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO14teamIdentifier33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZ","regions":[[13,73,32,6,0,0,0,0],[18,67,20,10,0,0,0,0],[20,10,31,69,0,0,0,0],[27,14,29,10,0,0,0,0],[29,10,31,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO14isRunningAdHocSbyFZ","regions":[[35,42,39,6,0,0,0,0],[37,68,37,83,0,0,0,0],[37,83,38,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO06verifyE11ConsistencyyyFZ","regions":[[43,46,82,6,0,0,0,0],[48,49,51,10,0,0,0,0],[51,10,82,6,0,0,0,0],[54,72,57,10,0,0,0,0],[57,10,82,6,0,0,0,0],[60,76,63,10,0,0,0,0],[63,10,82,6,0,0,0,0],[66,12,66,40,0,0,0,0],[66,41,68,10,0,0,0,0],[68,16,81,10,0,0,0,0],[76,16,76,73,0,0,0,0],[76,74,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO06verifyE11ConsistencyyyFZyyYbScMYccfU_","regions":[[77,42,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO11getCodeHash33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZ","regions":[[85,70,105,6,0,0,0,0],[90,67,92,10,0,0,0,0],[92,10,104,68,0,0,0,0],[100,14,102,10,0,0,0,0],[102,10,104,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO11getCodeHash33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZSSs5UInt8VXEfU_","regions":[[104,27,104,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO24showRestartAlertIfNeededyyFZ","regions":[[110,44,123,6,0,0,0,0],[115,49,115,59,0,0,0,0],[115,59,123,6,0,0,0,0],[118,12,118,28,0,0,0,0],[118,29,120,10,0,0,0,0],[120,16,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO04showE13MismatchAlert33_558AFF169D35624629CF2171249E19FBLLyyFZ","regions":[[127,54,154,6,0,0,0,0],[128,9,128,30,0,0,0,2],[142,16,142,51,0,0,0,0],[142,52,149,14,0,0,0,0],[150,9,153,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO22showUnsignedBuildAlert33_558AFF169D35624629CF2171249E19FBLLyyFZ","regions":[[158,50,182,6,0,0,0,0],[159,9,159,30,0,0,0,2],[172,16,172,51,0,0,0,0],[172,52,178,14,0,0,0,0],[179,9,181,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV8maxLinesSivpfi","regions":[[7,25,7,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV11_logContent33_93FFF8E2DC1DAC9124530CFB228F6F3ALL7SwiftUI5StateVySSGvpfi","regions":[[9,45,9,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV10_isLoading33_93FFF8E2DC1DAC9124530CFB228F6F3ALL7SwiftUI5StateVySbGvpfi","regions":[[10,36,10,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg","regions":[[12,25,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_","regions":[[13,28,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_","regions":[[15,20,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu_","regions":[[22,32,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[22,32,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A15_yXEfU_","regions":[[22,46,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu1_","regions":[[34,32,34,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[34,32,34,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A32_yXEfU0_","regions":[[34,44,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu3_","regions":[[43,32,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[43,32,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A32_yXEfU1_","regions":[[43,46,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A85_yXEfU0_","regions":[[58,24,79,14,0,0,0,0],[59,20,59,29,0,0,0,0],[59,30,68,18,0,0,0,0],[68,24,78,18,0,0,0,0],[71,31,71,89,0,0,0,0],[71,92,71,102,0,0,0,0],[74,59,74,69,0,0,0,0],[74,72,74,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A85_yXEfU0_A74_yXEfU_","regions":[[60,28,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvgyycfU0_","regions":[[82,19,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[87,28,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyFyyYacfU_","regions":[[89,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[91,33,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV07refreshF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[98,31,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF7Content33_93FFF8E2DC1DAC9124530CFB228F6F3ALLSSyYaF","regions":[[102,51,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF7Content33_93FFF8E2DC1DAC9124530CFB228F6F3ALLSSyYaFSSyYacfU_","regions":[[104,29,118,10,0,0,0,0],[105,92,107,14,0,0,0,0],[107,14,118,10,0,0,0,0],[112,16,112,38,0,0,0,0],[112,39,115,14,0,0,0,0],[115,20,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV12openInFinder33_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[121,33,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV12openInEditor33_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[127,33,154,6,0,0,0,0],[142,43,150,10,0,0,0,0],[143,16,143,66,0,0,0,0],[143,67,149,14,0,0,0,0],[149,14,150,10,0,0,0,0],[150,10,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogCACyc33_5F7291B5F9E528ED2FE58B2689D38A73Llfc","regions":[[8,20,8,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC13getAllPresetsSayAA0E9ModPresetVGyF","regions":[[11,54,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC20getPresetsByCategorySDySSSayAA0E9ModPresetVGGyF","regions":[[99,71,108,6,0,0,0,0],[101,39,106,10,0,0,0,0],[102,16,102,51,0,0,0,0],[102,52,104,14,0,0,0,0],[106,10,107,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStF","regions":[[111,80,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStFSbAHXEfU_","regions":[[112,31,112,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStFSbAHXEfU_SbyKXEfu_","regions":[[112,58,112,75,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimpleMappingV2id04fromA002toA07enabled04fileB09lineRange8checksumAC10Foundation4UUIDV_S2SSbSSSNySiGSgSSSgtcfC","regions":[[21,7,29,6,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleModPresetV2id4name11description8category04fromA002toA0AC10Foundation4UUIDV_S5StcfC","regions":[[48,7,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingConflictV04fromA015conflictingLine0H4File6reasonACSS_SiS2StcfC","regions":[[65,97,70,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SentinelBlockV2id7version9startLine03endJ08mappingsACSS_S3iSayAA13SimpleMappingVGtcfC","regions":[[81,100,87,6,3,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC06configB0ACSS_tcfc","regions":[[8,37,10,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKF","regions":[[15,7,139,6,5,0,0,0],[16,71,19,10,0,0,0,0],[19,10,138,55,5,0,0,0],[21,78,138,55,5,0,0,0],[40,49,136,10,41,0,0,0],[45,16,46,52,41,0,0,0],[47,13,62,14,3,0,0,0],[48,20,48,27,3,0,0,0],[48,28,51,18,0,0,0,0],[51,18,61,25,3,0,0,0],[55,20,55,87,3,0,0,0],[55,88,60,18,3,0,0,0],[62,14,136,10,38,0,0,0],[65,16,66,50,38,0,0,0],[67,13,86,14,3,0,0,0],[68,20,68,27,3,0,0,0],[68,28,84,18,3,0,0,0],[70,24,70,40,3,0,0,0],[70,41,83,22,3,0,0,0],[86,14,136,10,35,0,0,0],[89,16,89,23,35,0,0,0],[89,24,120,14,13,0,0,0],[91,20,91,52,13,0,0,0],[91,81,94,18,3,0,0,0],[94,18,120,14,10,0,0,0],[97,73,113,18,4,0,0,0],[98,24,98,57,4,0,0,0],[98,58,107,22,0,0,0,0],[107,28,111,22,4,0,0,0],[116,20,116,34,10,0,0,0],[116,62,119,18,3,0,0,0],[120,20,135,14,22,0,0,0],[122,73,134,18,0,0,0,0],[124,24,124,88,0,0,0,0],[124,89,132,22,0,0,0,0],[135,14,136,10,32,0,0,0],[136,10,138,55,5,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu_","regions":[[45,51,45,82,41,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu0_","regions":[[46,20,46,52,41,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu1_","regions":[[55,56,55,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu2_","regions":[[58,51,58,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu3_","regions":[[59,65,59,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSiyKXEfu4_","regions":[[59,73,59,74,0,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu5_","regions":[[65,49,65,78,38,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu6_","regions":[[66,20,66,50,38,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu7_","regions":[[73,44,73,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSiyKXEfu8_","regions":[[75,58,75,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbAJXEfU_","regions":[[124,54,124,87,0,0,0,0]]},{"branches":[],"count":32,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitF","regions":[[142,89,187,6,32,0,0,0],[148,12,148,34,32,0,0,0],[148,35,152,10,4,0,0,0],[154,12,154,53,32,0,0,0],[154,54,156,10,2,0,0,0],[156,10,186,10,30,0,0,0],[159,12,159,62,30,0,0,0],[159,63,161,10,7,0,0,0],[161,10,186,10,23,0,0,0],[165,37,167,10,4,0,0,0],[167,10,186,10,19,0,0,0],[176,12,176,66,19,0,0,0],[176,67,178,10,15,0,0,0],[178,10,186,10,4,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSJXEfU_","regions":[[151,50,151,76,15,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSJXEfU_SbyKXEfu_","regions":[[151,65,151,74,8,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu_","regions":[[154,31,154,53,30,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu0_","regions":[[159,48,159,62,30,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSSXEfU0_","regions":[[164,74,164,89,58,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu1_","regions":[[173,38,173,69,15,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu2_","regions":[[176,42,176,66,4,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC15parseAttributes33_AB9D775A1B3CACE5292979C2E51A717CLL4fromSDyS2SGSS_tF","regions":[[190,73,212,6,6,0,0,0],[194,12,194,40,6,0,0,0],[194,41,196,10,3,0,0,0],[196,19,196,46,3,0,0,0],[196,47,198,10,0,0,0,0],[202,52,209,10,24,0,0,0],[204,16,204,35,24,0,0,0],[204,36,208,14,9,0,0,0],[209,10,211,26,6,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSF","regions":[[215,58,234,6,23,0,0,0],[217,12,217,86,23,0,0,0],[217,87,219,10,8,0,0,0],[219,10,233,52,15,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu_","regions":[[217,27,217,44,23,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu0_","regions":[[217,48,217,65,23,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu1_","regions":[[217,69,217,86,15,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC18_installedMappings014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA0E7MappingVGGvpfi","regions":[[7,77,7,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC17_availablePresets014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA0E9ModPresetVGGvpfi","regions":[[8,78,8,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10_conflicts014_733D16E3745B3K17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA15MappingConflictVGGvpfi","regions":[[9,71,9,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC11_isApplying014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySbGvpfi","regions":[[10,53,10,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC7catalog014_733D16E3745B3K17BD5CF484E7E820CC6LLAA0eF7CatalogCvpfi","regions":[[18,27,18,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13debounceDelay014_733D16E3745B3L17BD5CF484E7E820CC6LLSdvpfi","regions":[[22,47,22,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC06configB0ACSS_tcfc","regions":[[27,37,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC15setDependencies13kanataManageryAA18RuntimeCoordinatorCSg_tF","regions":[[36,7,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKF","regions":[[41,31,67,6,0,0,0,0],[43,69,67,6,0,0,0,0],[47,12,47,38,0,0,0,0],[47,39,49,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKFSSAA0E7MappingVXEfU_","regions":[[55,49,55,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKFSbAA0E9ModPresetVXEfU0_","regions":[[57,46,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtF","regions":[[70,82,96,6,0,0,0,0],[73,12,73,93,0,0,0,0],[73,94,76,10,0,0,0,0],[76,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0eI0VXEfU_","regions":[[73,46,73,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0eI0VXEfU_SbyKXEfu_","regions":[[73,73,73,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0E9ModPresetVXEfU0_","regions":[[88,36,88,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0E9ModPresetVXEfU0_SbyKXEfu_","regions":[[88,63,88,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFyyYacfU1_","regions":[[92,34,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tF","regions":[[99,41,118,6,0,0,0,0],[100,85,102,10,0,0,0,0],[102,10,118,6,0,0,0,0],[108,92,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU_","regions":[[100,63,100,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tFyyYacfU0_","regions":[[114,34,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtF","regions":[[121,56,139,6,0,0,0,0],[122,85,124,10,0,0,0,0],[124,10,139,6,0,0,0,0],[129,137,129,141,0,0,0,0],[129,144,129,149,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtFSbAA0eI0VXEfU_","regions":[[122,63,122,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtFyyYacfU0_","regions":[[135,34,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaF","regions":[[142,39,323,6,0,0,0,0],[147,12,296,10,0,0,0,0],[149,72,296,10,0,0,0,0],[154,16,154,35,0,0,0,0],[154,36,178,14,0,0,0,0],[157,68,159,18,0,0,0,0],[159,18,177,23,0,0,0,0],[172,20,172,45,0,0,0,0],[172,46,176,18,0,0,0,0],[178,14,296,10,0,0,0,0],[190,63,296,10,0,0,0,0],[195,44,242,14,0,0,0,0],[198,20,198,48,0,0,0,0],[198,49,240,18,0,0,0,0],[202,81,204,22,0,0,0,0],[204,22,239,27,0,0,0,0],[210,55,213,22,0,0,0,0],[211,98,213,22,0,0,0,0],[213,22,239,27,0,0,0,0],[233,24,233,49,0,0,0,0],[233,50,237,22,0,0,0,0],[240,18,242,14,0,0,0,0],[242,14,296,10,0,0,0,0],[245,44,251,14,0,0,0,0],[254,44,286,14,0,0,0,0],[261,20,261,30,0,0,0,0],[261,31,284,18,0,0,0,0],[278,24,278,49,0,0,0,0],[278,50,282,22,0,0,0,0],[284,18,286,14,0,0,0,0],[286,14,296,10,0,0,0,0],[296,17,322,10,0,0,0,0],[299,48,301,14,0,0,0,0],[317,16,317,41,0,0,0,0],[317,42,321,14,0,0,0,0],[322,10,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSi6offset_SS7elementt_tXEfU_","regions":[[166,71,166,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSgyXEfU0_","regions":[[182,44,187,14,0,0,0,0],[183,20,183,70,0,0,0,0],[183,71,185,18,0,0,0,0],[185,18,186,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSi6offset_SS7elementt_tXEfU1_","regions":[[218,84,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC14validateConfig014_733D16E3745B3L17BD5CF484E7E820CC6LLySb7isValid_SaySSG6errorstSSYaF","regions":[[326,95,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC20getPresetsByCategorySDySSSayAA0E9ModPresetVGGyF","regions":[[334,71,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV11_searchText33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySSGvpfi","regions":[[7,37,7,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV12_selectedTab33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVyAC0I9SelectionOGvpfi","regions":[[10,52,10,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV17_showErrorMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[11,43,11,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV19_showSuccessMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[12,45,12,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV14_statusMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySSGvpfi","regions":[[13,40,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV21_previousMappingCount33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySiGvpfi","regions":[[15,47,15,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV06configB0ACSS_tcfC","regions":[[22,30,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV06configB0ACSS_tcfcAA0eF7ServiceCycfu_","regions":[[23,46,23,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg","regions":[[26,25,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_","regions":[[27,25,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_","regions":[[28,32,151,14,0,0,0,0],[61,20,61,45,0,0,0,0],[61,46,83,18,0,0,0,0],[83,18,151,14,0,0,0,0],[88,20,88,38,0,0,0,0],[88,39,97,18,0,0,0,0],[97,18,151,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_","regions":[[30,36,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_yycfU_","regions":[[35,23,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_yycfU0_","regions":[[43,23,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A42_yXEfU0_","regions":[[51,24,56,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_","regions":[[62,69,81,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_","regions":[[63,45,79,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_yycfU_","regions":[[67,31,69,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_A49_SScfU0_","regions":[[71,102,78,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_A49_SScfU0_yycfU_","regions":[[75,35,77,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A72_yXEfU2_","regions":[[89,28,95,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_","regions":[[99,28,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_","regions":[[100,66,148,22,0,0,0,0],[101,28,101,53,0,0,0,0],[101,54,132,26,0,0,0,0],[102,32,102,65,0,0,0,0],[102,66,124,30,0,0,0,0],[124,36,131,30,0,0,0,0],[132,32,147,26,0,0,0,0],[133,32,133,64,0,0,0,0],[133,65,139,30,0,0,0,0],[139,36,146,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_","regions":[[103,53,123,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_yyScMYccfU_","regions":[[111,49,111,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_A92_yXEfU0_","regions":[[112,48,117,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_A92_yXEfU0_A91_yXEfU_","regions":[[113,64,116,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A110_A104_cfU0_","regions":[[125,68,130,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A117_A114_cfU1_","regions":[[140,67,145,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_","regions":[[152,55,168,14,0,0,0,0],[165,75,165,77,0,0,0,0],[165,80,165,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_A148_yXEfU_","regions":[[154,23,164,18,0,0,0,0],[155,24,155,62,0,0,0,0],[155,63,160,22,0,0,0,0],[160,28,163,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_A148_yXEfU_SbyKXEfu_","regions":[[155,44,155,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_SbyKXEfu_","regions":[[165,53,165,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_","regions":[[170,22,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_A161_yXEfU_","regions":[[171,61,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_A161_yXEfU_yyScMYccfU_","regions":[[172,36,174,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yycfU2_","regions":[[179,23,193,14,0,0,0,0],[187,20,190,18,0,0,0,0],[188,39,190,18,0,0,0,0],[190,25,192,18,0,0,0,0],[192,18,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU3_","regions":[[195,46,211,14,0,0,0,0],[196,41,206,18,0,0,0,0],[198,72,202,22,0,0,0,0],[202,28,204,22,0,0,0,0],[206,24,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU3_SSyKXEfu_","regions":[[199,70,199,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySi_SitcfU4_","regions":[[212,60,240,14,0,0,0,0],[217,20,217,44,0,0,0,0],[217,80,239,18,0,0,0,0],[219,24,219,43,0,0,0,0],[219,71,235,22,0,0,0,0],[235,31,235,50,0,0,0,0],[235,51,238,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySi_SitcfU4_yyYacfU_","regions":[[222,30,234,26,0,0,0,0],[229,75,231,30,0,0,0,0],[231,36,233,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU5_","regions":[[241,55,249,14,0,0,0,0],[242,48,248,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU5_SSyKXEfu_","regions":[[244,66,244,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySb_SbtcfU6_","regions":[[250,47,256,14,0,0,0,0],[252,20,252,30,0,0,0,0],[252,31,255,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvg","regions":[[261,60,276,6,0,0,0,0],[265,12,265,31,0,0,0,0],[265,32,273,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_","regions":[[266,40,272,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu_","regions":[[268,24,268,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_","regions":[[269,24,271,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SayAA0E9ModPresetVGAKXEfU_","regions":[[269,70,269,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbAA0E9ModPresetVXEfU0_","regions":[[270,35,270,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbAA0E9ModPresetVXEfU0_SbyKXEfu_","regions":[[270,70,270,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbyKXEfu1_","regions":[[271,75,271,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvg","regions":[[278,61,297,6,0,0,0,0],[282,12,282,31,0,0,0,0],[282,32,289,10,0,0,0,0],[292,44,294,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_","regions":[[283,38,288,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu_","regions":[[285,24,285,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu0_","regions":[[286,24,286,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu1_","regions":[[287,24,287,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU0_","regions":[[293,38,293,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV04findG5Model33_D2905B9E02049C368D7DDFEECC97BD7DLLAA06KanatagI0CyF","regions":[[301,53,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV9showToast33_D2905B9E02049C368D7DDFEECC97BD7DLL_7isErrorySS_SbtF","regions":[[305,62,318,6,0,0,0,0],[317,69,317,72,0,0,0,0],[317,75,317,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV9showToast33_D2905B9E02049C368D7DDFEECC97BD7DLL_7isErrorySS_SbtFyycfU_","regions":[[312,41,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[328,25,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZ_A5zF9AlignmentVtFQOyAF6HStackVyAF05TupleQ0VyAF4TextV_AhFEAI_AJQrAM_SbtFQOyAhFEAR_ASQrqd___AWtAfXRd__lFQOyAhFEAYyQrAW_AZtFQOyAhFEAYyQrAW_AZtFQOyA14__Qo__Qo__APQo__Qo_SgtGG_Qo__Qo__APQo__Qo__Qo_yXEfU_","regions":[[329,32,347,10,0,0,0,0],[344,38,344,55,0,0,0,0],[344,58,344,69,0,0,0,0],[345,43,345,49,0,0,0,0],[345,52,345,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZ_A5zF9AlignmentVtFQOyAF6HStackVyAF05TupleQ0VyAF4TextV_AhFEAI_AJQrAM_SbtFQOyAhFEAR_ASQrqd___AWtAfXRd__lFQOyAhFEAYyQrAW_AZtFQOyAhFEAYyQrAW_AZtFQOyA14__Qo__Qo__APQo__Qo_SgtGG_Qo__Qo__APQo__Qo__Qo_yXEfU_A20_yXEfU_","regions":[[330,32,341,14,0,0,0,0],[333,20,333,29,0,0,0,0],[333,30,340,18,0,0,0,0],[338,50,338,74,0,0,0,0],[338,77,338,105,0,0,0,0],[340,18,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14EmptyStateView33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[360,25,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14EmptyStateView33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineX9AlignmentyQrAF0xZ0OFQOyAX_Qo_tGyXEfU_","regions":[[361,29,371,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CategoryButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[383,25,396,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CategoryButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFEAYyQrAW_AZtFQOyAF4TextV_Qo__Qo__APQo__Qo__Qo_yXEfU_","regions":[[384,32,392,10,0,0,0,0],[389,42,389,59,0,0,0,0],[389,62,389,99,0,0,0,0],[390,47,390,53,0,0,0,0],[390,56,390,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[404,25,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_","regions":[[405,16,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ATyXEfU_","regions":[[406,53,417,14,0,0,0,0],[407,50,410,18,0,0,0,0],[410,18,417,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ATyXEfU_ARyXEfU_","regions":[[411,36,416,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_SbyYbcfU0_","regions":[[424,26,424,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ySbYbcfU1_","regions":[[425,26,427,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_yyScMYccfU2_","regions":[[436,25,438,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_A23_yXEfU3_","regions":[[439,24,442,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvg","regions":[[454,45,470,6,0,0,0,0],[458,18,468,10,0,0,0,0],[462,16,463,73,0,0,0,0],[464,13,466,14,0,0,0,0],[466,14,467,24,0,0,0,0],[468,10,469,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSayAA15SimpleModPresetVGAIXEfU_","regions":[[455,69,455,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbAA15SimpleModPresetVXEfU0_","regions":[[456,44,458,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbAA15SimpleModPresetVXEfU0_SbyKXEfu_","regions":[[457,46,457,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbyKXEfu_","regions":[[463,20,463,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18_showConflictSheet7SwiftUI5StateVySbGvpfi","regions":[[477,44,477,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[480,25,551,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[481,16,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ATyXEfU_","regions":[[482,53,498,14,0,0,0,0],[483,42,486,18,0,0,0,0],[486,18,498,14,0,0,0,0],[493,49,497,18,0,0,0,0],[497,18,498,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ATyXEfU_ARyXEfU_","regions":[[487,36,492,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[503,25,512,18,0,0,0,0],[506,24,509,22,0,0,0,0],[509,28,511,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_","regions":[[504,78,506,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_SbyKXEfu_","regions":[[505,57,505,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_SbyKXEfu0_","regions":[[505,71,505,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A36_yXEfU1_","regions":[[513,24,524,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A36_yXEfU1_A29_yXEfU_","regions":[[514,40,517,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_","regions":[[534,49,550,10,0,0,0,0],[535,50,549,14,0,0,0,0],[549,14,550,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_yycfU_","regions":[[540,32,544,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_yycfU0_","regions":[[545,29,547,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV9titleTextSSSgvg","regions":[[555,36,564,6,0,0,0,0],[558,12,559,76,0,0,0,0],[560,9,562,10,0,0,0,0],[562,10,563,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV9titleTextSSSgvgSbyKXEfu_","regions":[[559,16,559,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvg","regions":[[566,45,589,6,0,0,0,0],[568,12,568,24,0,0,0,0],[568,25,568,39,0,0,0,0],[568,39,588,20,0,0,0,0],[576,12,576,95,0,0,0,0],[576,96,578,10,0,0,0,0],[578,10,588,20,0,0,0,0],[583,12,583,53,0,0,0,0],[585,9,587,10,0,0,0,0],[587,10,588,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvgSbSSXEfU_","regions":[[576,43,576,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvgSbSSXEfU0_","regions":[[583,30,583,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[600,25,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_","regions":[[601,50,625,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_AWyXEfU_","regions":[[609,33,612,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_","regions":[[614,33,623,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_yyScMYccfU_","regions":[[615,64,615,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_yyScMYccfU0_","regions":[[619,41,619,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF","regions":[[630,73,645,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF7SwiftUI9TupleViewVyAH4TextV_AH0V0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAnHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAnHE7paddingyQrASFQOyAH6HStackVyAJyAA0A7CapChipV_ALA3_tGG_Qo__AH5ColorVQo__Qo_tGyXEfU_","regions":[[631,49,643,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF7SwiftUI9TupleViewVyAH4TextV_AH0V0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAnHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAnHE7paddingyQrASFQOyAH6HStackVyAJyAA0A7CapChipV_ALA3_tGG_Qo__AH5ColorVQo__Qo_tGyXEfU_A4_yXEfU_","regions":[[635,32,639,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV10_isHovered33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[652,36,652,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV4bodyQrvg","regions":[[654,25,671,6,0,0,0,0],[657,42,657,78,0,0,0,0],[657,81,657,94,0,0,0,0],[662,39,662,52,0,0,0,0],[662,55,662,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV4bodyQrvgySbcfU_","regions":[[668,22,670,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV10_isHovered33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[678,36,678,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvg","regions":[[680,25,708,6,0,0,0,0],[691,38,691,74,0,0,0,0],[691,77,691,90,0,0,0,0],[694,35,694,48,0,0,0,0],[694,51,694,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AISgtGyXEfU_","regions":[[681,28,689,10,0,0,0,0],[684,16,684,31,0,0,0,0],[684,32,688,14,0,0,0,0],[687,50,687,99,0,0,0,0],[687,102,687,117,0,0,0,0],[688,14,689,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvgySbcfU0_","regions":[[700,18,707,10,0,0,0,0],[702,16,702,24,0,0,0,0],[702,25,704,14,0,0,0,0],[704,20,706,14,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC06configB0ACSS_tcfc","regions":[[9,37,11,6,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKF","regions":[[14,62,120,6,4,0,0,0],[17,16,17,66,4,0,0,0],[17,67,19,14,4,0,0,0],[18,72,19,14,4,0,0,0],[19,20,21,14,0,0,0,0],[21,14,120,6,4,0,0,0],[27,55,120,6,4,0,0,0],[39,90,42,10,5,0,0,0],[42,10,120,6,4,0,0,0],[44,39,51,10,3,0,0,0],[45,16,45,31,3,0,0,0],[45,32,47,14,2,0,0,0],[47,20,50,14,1,0,0,0],[51,10,120,6,4,0,0,0],[54,12,54,34,4,0,0,0],[54,35,82,10,2,0,0,0],[56,45,78,14,2,0,0,0],[57,57,62,18,18,0,0,0],[59,24,59,88,18,0,0,0],[59,89,61,22,6,0,0,0],[62,18,77,23,2,0,0,0],[64,110,66,18,1,0,0,0],[66,18,77,23,2,0,0,0],[71,105,74,18,1,0,0,0],[74,18,77,23,1,0,0,0],[76,92,77,23,1,0,0,0],[78,20,81,14,0,0,0,0],[82,10,120,6,2,0,0,0],[96,41,107,10,0,0,0,0],[98,53,106,14,0,0,0,0],[100,20,100,84,0,0,0,0],[100,85,102,18,0,0,0,0],[102,27,102,59,0,0,0,0],[102,60,105,18,0,0,0,0],[106,14,107,10,0,0,0,0],[107,16,115,10,2,0,0,0],[110,16,110,33,2,0,0,0],[110,83,112,14,2,0,0,0],[119,84,120,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSSyKXEfu_","regions":[[29,44,29,61,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSiyKXEfu0_","regions":[[30,54,30,55,2,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu1_","regions":[[59,59,59,88,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu2_","regions":[[71,71,71,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu3_","regions":[[100,55,100,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC23generateEffectiveConfigSSyKF","regions":[[123,60,168,6,1,0,0,0],[124,78,167,54,1,0,0,0],[128,47,167,54,1,0,0,0],[130,30,133,10,0,0,0,0],[133,10,167,54,1,0,0,0],[139,49,165,10,13,0,0,0],[143,16,143,45,13,0,0,0],[143,46,147,14,1,0,0,0],[147,14,165,10,12,0,0,0],[150,16,150,43,12,0,0,0],[150,44,154,14,1,0,0,0],[154,14,165,10,11,0,0,0],[157,16,157,23,11,0,0,0],[157,24,162,14,5,0,0,0],[158,20,158,108,5,0,0,0],[158,109,161,18,2,0,0,0],[161,18,162,14,3,0,0,0],[162,14,165,10,9,0,0,0],[165,10,167,54,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC23generateEffectiveConfigSSyKFSbyKXEfu_","regions":[[158,52,158,108,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV2id10Foundation4UUIDVvpfi","regions":[[7,14,7,20,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV06kanataA012displayLabel12delayAfterMs6isHoldACSS_SSs6UInt64VSbtcfC","regions":[[13,95,18,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV2eeoiySbAC_ACtFZ","regions":[[20,73,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV4hash4intoys6HasherVz_tF","regions":[[24,42,26,6,0,0,0,0]]},{"branches":[],"count":1241,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO4fromACs7Decoder_p_tKcfC","regions":[[59,40,100,6,1241,0,0,0],[60,72,100,6,1241,0,0,0],[61,68,100,6,1241,0,0,0],[63,16,63,20,1241,0,0,0],[64,9,68,58,619,0,0,0],[65,66,68,58,619,0,0,0],[66,82,68,58,619,0,0,0],[67,70,68,58,619,0,0,0],[70,9,74,59,619,0,0,0],[71,66,74,59,619,0,0,0],[72,82,74,59,619,0,0,0],[73,70,74,59,619,0,0,0],[76,9,80,52,1,0,0,0],[77,66,80,52,1,0,0,0],[78,72,80,52,1,0,0,0],[79,68,80,52,1,0,0,0],[82,9,85,46,1,0,0,0],[83,66,85,46,1,0,0,0],[84,72,85,46,1,0,0,0],[87,9,91,60,1,0,0,0],[88,66,91,60,1,0,0,0],[89,84,91,60,1,0,0,0],[90,72,91,60,1,0,0,0],[93,9,98,14,0,0,0,0],[99,10,100,6,1241,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO6encode2toys7Encoder_p_tKF","regions":[[102,45,135,6,0,0,0,0],[105,16,105,20,0,0,0,0],[106,9,110,52,0,0,0,0],[107,57,110,52,0,0,0,0],[108,48,110,52,0,0,0,0],[109,58,110,52,0,0,0,0],[112,9,116,52,0,0,0,0],[113,58,116,52,0,0,0,0],[114,48,116,52,0,0,0,0],[115,58,116,52,0,0,0,0],[118,9,122,50,0,0,0,0],[119,57,122,50,0,0,0,0],[120,48,122,50,0,0,0,0],[121,54,122,50,0,0,0,0],[124,9,127,54,0,0,0,0],[125,59,127,54,0,0,0,0],[126,48,127,54,0,0,0,0],[129,9,133,54,0,0,0,0],[130,57,133,54,0,0,0,0],[131,48,133,54,0,0,0,0],[132,58,133,54,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO9timestamps6UInt64Vvg","regions":[[140,27,148,6,0,0,0,0],[141,16,141,20,0,0,0,0],[142,9,142,36,0,0,0,0],[143,9,143,37,0,0,0,0],[144,9,144,36,0,0,0,0],[145,9,145,35,0,0,0,0],[146,9,146,36,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO18displayDescriptionSSvg","regions":[[151,36,164,6,0,0,0,0],[152,16,152,20,0,0,0,0],[153,9,154,37,0,0,0,0],[155,9,156,37,0,0,0,0],[157,9,158,32,0,0,0,0],[159,9,160,24,0,0,0,0],[161,9,162,42,0,0,0,0],[163,10,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO7isInputSbvg","regions":[[167,23,170,6,0,0,0,0],[168,31,168,46,0,0,0,0],[168,46,169,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO8isOutputSbvg","regions":[[173,24,176,6,0,0,0,0],[174,32,174,47,0,0,0,0],[174,47,175,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO13isLayerChangeSbvg","regions":[[179,29,182,6,0,0,0,0],[180,31,180,46,0,0,0,0],[180,46,181,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03SimA6ActionO6symbolSSvg","regions":[[192,24,198,6,0,0,0,0],[193,16,193,20,0,0,0,0],[194,9,194,27,0,0,0,0],[195,9,195,29,0,0,0,0],[196,9,196,28,0,0,0,0],[197,10,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimulatorErrorO16errorDescriptionSSSgvg","regions":[[235,35,248,6,0,0,0,0],[236,16,236,20,0,0,0,0],[237,9,238,52,0,0,0,0],[239,9,240,55,0,0,0,0],[241,9,242,40,0,0,0,0],[243,9,244,49,0,0,0,0],[245,9,246,42,0,0,0,0],[247,10,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV4bodyQrvg","regions":[[8,25,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAC9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pFQOy_Qo_AC06resultL0AILLyQrAA0E6ResultVFQOy_Qo_GAC10emptyStateAILLQrvpQOy_Qo_GyXEfU_","regions":[[9,20,17,10,0,0,0,0],[10,26,12,14,0,0,0,0],[12,34,14,14,0,0,0,0],[14,20,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV10emptyState33_B840D31A3841E2561B5AE6C5440C8ED5LLQrvg","regions":[[23,39,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV10emptyState33_B840D31A3841E2561B5AE6C5440C8ED5LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[24,29,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pF","regions":[[39,57,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pF7SwiftUI05TupleG0VyAG0G0PAGE15foregroundColoryQrAG0X0VSgFQOyAkGE4fontyQrAG4FontVSgFQOyAG5LabelVyAG4TextVAG5ImageVG_Qo__Qo__AWtGyXEfU_","regions":[[40,49,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV13resultContent33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[58,73,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV13resultContent33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAC11summaryCardAELLyQrAGFQOy_Qo__AC17outputKeysSectionAELLyQrAGFQOy_Qo_SgAC19layerChangesSectionAELLyQrAGFQOy_Qo_SgAC15timelineSectionAELLyQrAGFQOy_Qo_tGyXEfU_","regions":[[59,50,75,10,0,0,0,0],[64,16,64,51,0,0,0,0],[64,52,66,14,0,0,0,0],[66,14,75,10,0,0,0,0],[69,16,69,51,0,0,0,0],[69,52,71,14,0,0,0,0],[71,14,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[81,71,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_","regions":[[82,29,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU_","regions":[[84,53,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU0_","regions":[[96,53,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU0_SSyKXEfu_","regions":[[100,43,100,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU1_","regions":[[108,53,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[125,77,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_","regions":[[126,49,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_AXyXEfU_","regions":[[130,80,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_AXyXEfU_AwRcfU_","regions":[[131,70,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15outputEventChip33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA03SimI0OF","regions":[[138,66,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15outputEventChip33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA03SimI0OF7SwiftUI05TupleG0VyAH4TextV_ALtGSgyXEfU_","regions":[[139,28,146,10,0,0,0,0],[140,57,145,14,0,0,0,0],[145,14,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[155,79,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_","regions":[[156,49,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_A21_APcfU_","regions":[[160,66,180,14,0,0,0,0],[161,57,179,18,0,0,0,0],[179,18,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_A21_APcfU_A19_yXEfU_","regions":[[162,28,178,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[186,75,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySaySi6offset_AA8SimEventO7elementtGSiAC0H3RowAELLyQrAQFQOy_Qo_GtGyXEfU_","regions":[[187,49,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySaySi6offset_AA8SimEventO7elementtGSiAC0H3RowAELLyQrAQFQOy_Qo_GtGyXEfU_AUSi_AQtcfU_","regions":[[191,70,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11timelineRow33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF","regions":[[197,62,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11timelineRow33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF7SwiftUI05TupleG0VyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAH4TextV_Qo__AC14eventTypeBadgeAELLyQrAGFQOy_Qo_AxH6SpacerVtGyXEfU_","regions":[[198,29,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV14eventTypeBadge33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF","regions":[[217,65,233,6,0,0,0,0],[218,54,218,59,0,0,0,0],[219,9,219,35,0,0,0,0],[220,9,220,38,0,0,0,0],[221,9,221,38,0,0,0,0],[222,9,222,40,0,0,0,0],[223,9,223,36,0,0,0,0],[224,10,232,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12outputEvents33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tF","regions":[[237,76,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12outputEvents33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tFSbAHcfu_","regions":[[238,30,238,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12layerChanges33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tF","regions":[[241,76,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12layerChanges33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tFSbAHcfu_","regions":[[242,30,242,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV11keyUnitSize33_9F021040619C62C489C58EBA82E5128FLL12CoreGraphics7CGFloatVvpfi","regions":[[13,40,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV6keyGap33_9F021040619C62C489C58EBA82E5128FLL12CoreGraphics7CGFloatVvpfi","regions":[[15,35,15,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg","regions":[[17,25,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_","regions":[[18,24,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_","regions":[[21,44,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_","regions":[[22,38,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_yycfU_","regions":[[26,32,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_yycfU0_","regions":[[27,33,27,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV14calculateScale33_9F021040619C62C489C58EBA82E5128FLL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[47,62,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV8keyWidth33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[54,76,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV9keyHeight33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[58,77,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV12keyPositionX33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[62,80,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV12keyPositionY33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[69,80,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isHovered33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[14,36,14,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isPressed33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[15,36,15,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isHolding33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[16,36,16,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV13showAsPressed33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvg","regions":[[19,37,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV13showAsPressed33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvgSbyKXEfu_","regions":[[20,22,20,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV8metadata33_E5FAC44A25B6F444E6EC799AB06C2886LLAA13LabelMetadataVvg","regions":[[24,41,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvg","regions":[[28,25,67,6,0,0,0,0],[43,42,43,46,0,0,0,0],[43,49,43,73,0,0,0,0],[43,62,43,66,0,0,0,0],[43,69,43,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU_","regions":[[38,22,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU_yyXEfU_","regions":[[39,58,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU0_","regions":[[45,27,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU1_","regions":[[48,65,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU1_yyXEfU_","regions":[[49,58,54,18,0,0,0,0],[51,24,51,32,0,0,0,0],[51,33,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_","regions":[[55,16,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyXEfU_","regions":[[56,59,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyYbScMYccfU0_","regions":[[61,71,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyYbScMYccfU0_yyXEfU_","regions":[[62,35,64,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg","regions":[[72,39,99,6,0,0,0,0],[74,12,74,44,0,0,0,0],[74,81,93,10,0,0,0,0],[93,16,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg7SwiftUI05TupleG0VyAF6SpacerV_AF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAF012_ConditionalI0VyAHyAJ_AF4TextVtGAHyA__AJtGGG_Qo__Qo_tGyXEfU_","regions":[[75,20,92,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg7SwiftUI05TupleG0VyAF6SpacerV_AF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAF012_ConditionalI0VyAHyAJ_AF4TextVtGAHyA__AJtGGG_Qo__Qo_tGyXEfU_A2_yXEfU_","regions":[[77,24,89,18,0,0,0,0],[78,24,78,42,0,0,0,0],[78,43,83,22,0,0,0,0],[83,28,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12displayLabel33_E5FAC44A25B6F444E6EC799AB06C2886LLSSvg","regions":[[102,38,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV6isDark33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvg","regions":[[108,30,108,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV8fontSize33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[110,35,117,6,0,0,0,0],[111,12,111,27,0,0,0,0],[111,28,113,10,0,0,0,0],[113,19,113,34,0,0,0,0],[113,35,115,10,0,0,0,0],[115,10,116,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV15foregroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[119,40,124,6,0,0,0,0],[120,12,120,25,0,0,0,0],[120,26,122,10,0,0,0,0],[121,29,121,48,0,0,0,0],[121,51,121,70,0,0,0,0],[122,10,123,40,0,0,0,0],[123,25,123,31,0,0,0,0],[123,34,123,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV22currentBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[126,47,133,6,0,0,0,0],[127,12,127,21,0,0,0,0],[127,22,129,10,0,0,0,0],[129,19,129,38,0,0,0,0],[129,39,131,10,0,0,0,0],[131,10,132,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[135,43,142,6,0,0,0,0],[136,12,136,21,0,0,0,0],[136,22,138,10,0,0,0,0],[138,19,138,38,0,0,0,0],[138,39,140,10,0,0,0,0],[140,10,141,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderWidth33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[144,45,146,6,0,0,0,0],[145,46,145,47,0,0,0,0],[145,50,145,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderWidth33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvgSbyKXEfu_","regions":[[145,23,145,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV15backgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[148,40,164,6,0,0,0,0],[149,12,149,18,0,0,0,0],[149,19,156,10,0,0,0,0],[150,16,150,25,0,0,0,0],[150,26,152,14,0,0,0,0],[152,23,152,32,0,0,0,0],[152,33,154,14,0,0,0,0],[154,14,155,38,0,0,0,0],[156,16,163,10,0,0,0,0],[157,16,157,25,0,0,0,0],[157,26,159,14,0,0,0,0],[159,23,159,32,0,0,0,0],[159,33,161,14,0,0,0,0],[161,14,162,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV19holdBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[166,44,168,6,0,0,0,0],[167,39,167,42,0,0,0,0],[167,45,167,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV28externalPressBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0K0Vvg","regions":[[170,53,172,6,0,0,0,0],[171,44,171,47,0,0,0,0],[171,50,171,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV11borderColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[174,36,190,6,0,0,0,0],[175,12,175,18,0,0,0,0],[175,19,182,10,0,0,0,0],[176,16,176,25,0,0,0,0],[176,26,178,14,0,0,0,0],[178,23,178,32,0,0,0,0],[178,33,180,14,0,0,0,0],[180,14,181,38,0,0,0,0],[182,16,189,10,0,0,0,0],[183,16,183,25,0,0,0,0],[183,26,185,14,0,0,0,0],[185,23,185,32,0,0,0,0],[185,33,187,14,0,0,0,0],[187,14,188,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV11shadowColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[192,36,194,6,0,0,0,0],[193,25,193,31,0,0,0,0],[193,34,193,69,0,0,0,0],[193,58,193,61,0,0,0,0],[193,64,193,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12shadowRadius33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[196,39,198,6,0,0,0,0],[197,25,197,26,0,0,0,0],[197,29,197,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12shadowOffset33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[200,39,202,6,0,0,0,0],[201,25,201,26,0,0,0,0],[201,29,201,30,0,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC09simulatorB011fileManagerACSSSg_So06NSFileI0Ctcfc","regions":[[16,7,19,6,41,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC09simulatorB011fileManagerACSSSg_So06NSFileI0CtcfcSSyKXEfu_","regions":[[17,47,17,85,37,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC8simulate4taps06configB0AA16SimulationResultVSayAA0eA3TapVG_SStYaKF","regions":[[31,40,71,6,0,0,0,0],[32,64,34,10,0,0,0,0],[34,10,71,6,0,0,0,0],[35,34,37,10,0,0,0,0],[37,10,71,6,0,0,0,0],[40,66,42,10,0,0,0,0],[42,10,71,6,0,0,0,0],[45,63,47,10,0,0,0,0],[47,10,71,6,0,0,0,0],[55,77,71,6,0,0,0,0],[62,10,71,6,0,0,0,0],[65,12,67,10,0,0,0,0],[67,17,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC8simulate4taps06configB0AA16SimulationResultVSayAA0eA3TapVG_SStYaKFSSyKXEfu_","regions":[[68,73,68,83,0,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC11simulateRaw10simContent06configB010startLayerAA16SimulationResultVSS_S2SSgtYaKF","regions":[[82,40,102,6,308,0,0,0],[83,64,85,10,0,0,0,0],[85,10,101,79,308,0,0,0],[86,66,88,10,0,0,0,0],[88,10,101,79,308,0,0,0],[92,77,101,79,308,0,0,0],[99,10,101,79,308,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC08simulateA7Mapping10simContent06configB010startLayerAA0eaH6ResultVSS_S2StYaKF","regions":[[115,49,136,6,0,0,0,0],[116,64,118,10,0,0,0,0],[118,10,135,88,0,0,0,0],[119,66,121,10,0,0,0,0],[121,10,135,88,0,0,0,0],[125,77,135,88,0,0,0,0],[133,10,135,88,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC18generateSimContent4fromSSSayAA0eA3TapVG_tF","regions":[[142,69,147,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC18generateSimContent4fromSSSayAA0eA3TapVG_tFSSAGXEfU_","regions":[[143,18,146,10,2,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKF","regions":[[156,28,198,6,308,0,0,0],[162,12,162,26,308,0,0,0],[162,27,164,10,0,0,0,0],[164,16,166,10,308,0,0,0],[167,35,169,10,308,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_","regions":[[177,58,197,10,308,0,0,0],[192,16,194,14,308,0,0,0],[193,34,194,14,308,0,0,0],[194,21,196,14,0,0,0,0],[196,14,197,10,308,0,0,0]]},{"branches":[],"count":308,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_ySo6NSTaskCYbcfU_","regions":[[178,42,190,14,308,0,0,0],[180,20,180,47,308,0,0,0],[180,48,182,18,308,0,0,0],[182,24,189,18,0,0,0,0],[187,47,187,64,0,0,0,0],[187,67,187,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu_","regions":[[184,83,184,85,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC10forTesting09simulatorB0ACSS_tFZ","regions":[[205,71,207,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV10_viewModel33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI11StateObjectVyAA0efH0CGvpfi","regions":[[6,42,6,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV10_viewModel33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI11StateObjectVyAA0efH0CGvpfiAJycfu_AJycfu0_","regions":[[6,42,6,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16selectedLayoutId33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLSSvpfP","regions":[[8,6,8,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV17_selectedLayoutId33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI0C7StorageVySSGvpfi","regions":[[8,87,8,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12activeLayout33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLAA08PhysicalH0Vvg","regions":[[10,46,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12activeLayout33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLAA08PhysicalH0VvgAGyKXEfu_","regions":[[11,54,11,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg","regions":[[14,25,66,6,0,0,0,0],[15,12,15,56,0,0,0,0],[15,57,17,10,0,0,0,0],[17,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_","regions":[[18,32,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU_","regions":[[27,30,27,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU0_","regions":[[28,28,32,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU0_yyYacfU_","regions":[[29,30,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI0A5PressV6ResultOAGcfU0_","regions":[[48,25,54,14,0,0,0,0],[49,98,52,18,0,0,0,0],[52,18,53,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU1_","regions":[[55,23,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU1_yyYacfU_","regions":[[58,22,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU2_","regions":[[62,26,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[70,44,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_","regions":[[71,28,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_A6_yXEfU_","regions":[[73,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_A6_yXEfU_AZyXEfU_","regions":[[74,57,80,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_yAA08PhysicalA0VcfU0_","regions":[[97,27,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_yAA08PhysicalA0VcfU1_","regions":[[100,28,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[110,45,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[111,28,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A10_yXEfU_","regions":[[116,67,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A10_yXEfU_A3_SSA6__SSA7_t_tcfU_","regions":[[118,66,120,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12delayControl33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[129,41,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12delayControl33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE14textFieldStyleyQrqd__AF0S10FieldStyleRd__lFQOyAF0S5FieldVyAJG_AF013RoundedBorderS10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAJtGyXEfU_","regions":[[130,28,144,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV08disabledF033_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[147,41,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV08disabledF033_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE15foregroundColoryQrAF0S0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineW9AlignmentyQrAF0wY0OFQOyAX_Qo_tGyXEfU_","regions":[[148,29,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC11_queuedTaps33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySayAA0eA3TapVGGvpfi","regions":[[14,52,14,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC15_defaultDelayMs33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVys6UInt64VGvpfi","regions":[[17,45,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC12_holdDelayMs33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVys6UInt64VGvpfi","regions":[[20,42,20,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC08_pressedA5Codes33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[23,51,23,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC14_availableApps33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySaySS8bundleId_SS11displayNametGGvpfi","regions":[[31,79,31,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC10_isRunning33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySbGvpfi","regions":[[39,32,39,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC06configB0SSvg","regions":[[53,28,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC7serviceAcA0E7ServiceC_tcfc","regions":[[57,58,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaF","regions":[[64,36,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbAA0C6KeymapVXEfU_","regions":[[67,21,67,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbAA0C6KeymapVXEfU_SbyKXEfu_","regions":[[67,47,67,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSS_SStAA0C6KeymapVXEfU0_","regions":[[68,18,68,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbSS8bundleId_SS11displayNamet_SSAE_SSAFttXEfU1_","regions":[[69,21,69,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC07virtuala11ForSelectedC0SSSgyYaF","regions":[[73,54,77,6,0,0,0,0],[74,55,74,69,0,0,0,0],[74,69,76,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC07virtuala11ForSelectedC0SSSgyYaFSbAA0C6KeymapVXEfU_","regions":[[76,30,76,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC03tapA0yyAA08PhysicalA0VF","regions":[[82,37,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC04holdA0yyAA08PhysicalA0VF","regions":[[94,38,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC13removeLastTapyyF","regions":[[106,26,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC8clearAllyyF","regions":[[111,21,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyF","regions":[[120,31,129,6,0,0,0,0],[121,40,121,50,0,0,0,0],[121,50,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyFSo7NSEventCSgAFcfU_","regions":[[123,87,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyFSo7NSEventCSgAFcfU_ytSgyYaYbScMYccfU_","regions":[[124,18,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC04stopA10MonitoringyyF","regions":[[132,30,138,6,0,0,0,0],[133,39,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC06handleA5Event33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLLyySo7NSEventCF","regions":[[141,51,152,6,0,0,0,0],[144,16,144,26,0,0,0,0],[145,9,146,44,0,0,0,0],[147,9,148,44,0,0,0,0],[149,9,150,18,0,0,0,0],[151,10,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC13runSimulationyyYaF","regions":[[155,32,185,6,0,0,0,0],[156,40,156,50,0,0,0,0],[156,50,185,6,0,0,0,0],[157,64,160,10,0,0,0,0],[160,10,185,6,0,0,0,0],[165,12,180,10,0,0,0,0],[170,66,174,14,0,0,0,0],[179,14,180,10,0,0,0,0],[180,17,182,10,0,0,0,0],[182,10,185,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC19keyCodeToKanataNameySSs6UInt16VFZ","regions":[[191,78,284,6,9,0,0,0],[192,16,192,23,9,0,0,0],[194,9,194,20,1,0,0,0],[195,9,195,20,1,0,0,0],[196,9,196,20,1,0,0,0],[197,9,197,20,1,0,0,0],[198,9,198,20,0,0,0,0],[199,9,199,20,0,0,0,0],[201,9,201,20,0,0,0,0],[202,9,202,20,0,0,0,0],[203,9,203,20,0,0,0,0],[204,9,204,20,0,0,0,0],[205,9,205,21,0,0,0,0],[207,9,207,21,0,0,0,0],[208,9,208,21,0,0,0,0],[209,9,209,21,0,0,0,0],[210,9,210,21,0,0,0,0],[211,9,211,21,0,0,0,0],[212,9,212,21,0,0,0,0],[214,9,214,21,0,0,0,0],[215,9,215,21,0,0,0,0],[216,9,216,21,0,0,0,0],[217,9,217,21,0,0,0,0],[218,9,218,21,0,0,0,0],[219,9,219,21,0,0,0,0],[220,9,220,21,0,0,0,0],[221,9,221,21,0,0,0,0],[222,9,222,21,0,0,0,0],[223,9,223,21,0,0,0,0],[224,9,224,21,0,0,0,0],[225,9,225,21,0,0,0,0],[227,9,227,21,0,0,0,0],[228,9,228,21,0,0,0,0],[229,9,229,21,0,0,0,0],[230,9,230,21,0,0,0,0],[231,9,231,21,0,0,0,0],[232,9,232,21,0,0,0,0],[234,9,234,23,1,0,0,0],[235,9,235,21,0,0,0,0],[236,9,236,21,0,0,0,0],[237,9,237,21,0,0,0,0],[238,9,238,21,0,0,0,0],[239,9,239,21,0,0,0,0],[240,9,240,22,0,0,0,0],[242,9,242,21,0,0,0,0],[243,9,243,21,0,0,0,0],[244,9,244,21,0,0,0,0],[245,9,245,21,0,0,0,0],[246,9,246,21,0,0,0,0],[248,9,248,23,1,0,0,0],[249,9,249,23,1,0,0,0],[250,9,250,23,0,0,0,0],[251,9,251,24,0,0,0,0],[252,9,252,23,0,0,0,0],[254,9,254,24,0,0,0,0],[255,9,255,24,1,0,0,0],[256,9,256,24,1,0,0,0],[257,9,257,24,0,0,0,0],[258,9,258,24,0,0,0,0],[259,9,259,24,0,0,0,0],[260,9,260,24,0,0,0,0],[261,9,261,24,0,0,0,0],[262,9,262,22,0,0,0,0],[264,9,264,22,0,0,0,0],[265,9,265,22,0,0,0,0],[266,9,266,22,0,0,0,0],[267,9,267,22,0,0,0,0],[268,9,268,23,0,0,0,0],[269,9,269,23,0,0,0,0],[270,9,270,24,0,0,0,0],[271,9,271,24,0,0,0,0],[272,9,272,24,0,0,0,0],[273,9,273,23,0,0,0,0],[274,9,274,23,0,0,0,0],[275,9,275,23,0,0,0,0],[277,9,277,25,0,0,0,0],[278,9,278,25,0,0,0,0],[279,9,279,25,0,0,0,0],[280,9,280,23,0,0,0,0],[281,9,282,33,0,0,0,0],[283,10,284,6,9,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC021displayLabelForKanataA0yS2SFZ","regions":[[287,79,306,6,4,0,0,0],[288,16,288,19,4,0,0,0],[289,9,289,28,1,0,0,0],[290,9,290,29,1,0,0,0],[291,9,291,26,0,0,0,0],[292,9,292,30,0,0,0,0],[293,9,293,26,0,0,0,0],[294,9,294,28,0,0,0,0],[295,9,295,37,1,0,0,0],[296,9,296,36,0,0,0,0],[297,9,297,35,0,0,0,0],[298,9,298,35,0,0,0,0],[299,9,299,24,0,0,0,0],[300,9,300,27,0,0,0,0],[301,9,301,27,0,0,0,0],[302,9,302,25,0,0,0,0],[303,9,303,27,0,0,0,0],[304,9,304,34,1,0,0,0],[305,10,306,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC08physicalA13FromCharacteryAA08PhysicalA0VSgSJFZ","regions":[[309,94,342,6,0,0,0,0],[334,51,334,65,0,0,0,0],[334,65,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC10forTesting7serviceAcA0E7ServiceC_tFZ","regions":[[349,77,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6isDark33_60708B1164977CA318578E4A3BF3977FLLSbvg","regions":[[12,30,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg","regions":[[16,25,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg7SwiftUI9TupleViewVyAC6header33_60708B1164977CA318578E4A3BF3977FLLQrvpQOyx_Qo__AE0L0PAEE7opacityyQrSdFQOyAE7DividerV_Qo_AE06ScrollL0VyAlEE7paddingyQr12CoreGraphics7CGFloatVFQOyx_Qo_GtGyXEfU_","regions":[[17,28,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg7SwiftUI9TupleViewVyAC6header33_60708B1164977CA318578E4A3BF3977FLLQrvpQOyx_Qo__AE0L0PAEE7opacityyQrSdFQOyAE7DividerV_Qo_AE06ScrollL0VyAlEE7paddingyQr12CoreGraphics7CGFloatVFQOyx_Qo_GtGyXEfU_AWyXEfU_","regions":[[25,24,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg","regions":[[36,35,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_","regions":[[37,28,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_yyScMYccfU_","regions":[[38,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A6_yXEfU0_","regions":[[40,22,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A6_yXEfU0_A2_yXEfU_","regions":[[41,36,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A2_yXEfU1_","regions":[[63,32,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV15panelBackground33_60708B1164977CA318578E4A3BF3977FLLQrvg","regions":[[78,44,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg","regions":[[94,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_","regions":[[95,16,113,10,0,0,0,0],[101,16,101,27,0,0,0,0],[101,28,112,14,0,0,0,0],[112,14,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_yycfU_","regions":[[104,29,108,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_yycfU_yyXEfU_","regions":[[105,67,107,26,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerCACyc33_3BB37FF4AB42BFCC7F119B0772C2B28ALlfc","regions":[[10,20,10,22,1,0,0,0]]},{"branches":[],"count":125,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC08playTinkE0yyF","regions":[[13,26,20,6,125,0,0,0],[14,12,14,42,125,0,0,0],[14,43,17,10,125,0,0,0],[17,10,20,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC09playGlassE0yyF","regions":[[23,27,30,6,1,0,0,0],[24,12,24,42,1,0,0,0],[24,43,27,10,1,0,0,0],[27,10,30,6,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC09playErrorE0yyF","regions":[[33,27,40,6,13,0,0,0],[34,12,34,42,13,0,0,0],[34,43,37,10,13,0,0,0],[37,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC011playWarningE0yyF","regions":[[43,29,51,6,0,0,0,0],[44,12,44,42,0,0,0,0],[44,43,47,10,0,0,0,0],[47,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC013playSubmarineE0yyF","regions":[[54,31,61,6,0,0,0,0],[55,12,55,42,0,0,0,0],[55,43,58,10,0,0,0,0],[58,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC011playLayerUpE0yyF","regions":[[66,29,74,6,0,0,0,0],[67,12,67,42,0,0,0,0],[67,43,70,10,0,0,0,0],[70,10,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC013playLayerDownE0yyF","regions":[[77,31,85,6,0,0,0,0],[78,12,78,42,0,0,0,0],[78,43,81,10,0,0,0,0],[81,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC015playOverlayShowE0yyF","regions":[[90,33,98,6,0,0,0,0],[91,12,91,42,0,0,0,0],[91,43,94,10,0,0,0,0],[94,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC015playOverlayHideE0yyF","regions":[[101,33,109,6,0,0,0,0],[102,12,102,42,0,0,0,0],[102,43,105,10,0,0,0,0],[105,10,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC010playSubtleE033_3BB37FF4AB42BFCC7F119B0772C2B28ALL5named6volumeySS_SftF","regions":[[112,69,119,6,0,0,0,0],[113,53,116,10,0,0,0,0],[116,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerCACyc33_3BE75701499EA72B996BEE0E4BA4236BLlfc","regions":[[12,20,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC11setupSounds33_3BE75701499EA72B996BEE0E4BA4236BLLyyF","regions":[[16,32,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC011playSuccessE0yyF","regions":[[26,29,36,6,0,0,0,0],[27,45,30,10,0,0,0,0],[30,10,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC011playSuccessE0yyFyyYbScMYccfU_","regions":[[32,34,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC09playErrorE0yyF","regions":[[39,27,49,6,0,0,0,0],[40,43,43,10,0,0,0,0],[43,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC09playErrorE0yyFyyYbScMYccfU_","regions":[[45,34,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC10testSoundsyyF","regions":[[52,23,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC10testSoundsyyFyyYbScMYccfU_","regions":[[56,63,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SplashViewV4bodyQrvg","regions":[[5,25,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SplashViewV4bodyQrvg7SwiftUI05TupleF0VyAE6SpacerV_AE19_ConditionalContentVyAE0F0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAY_AE0M4ModeOtFQOyAE5ImageV_Qo__Qo_AGyAmEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAmEE4fontyQrAE4FontVSgFQOyA5__Qo__AEA9_PAEE7opacityyQrSdFQOyAE22HierarchicalShapeStyleV_Qo_Qo__AE4TextVA22_tGGAimEEA16_yQrSdFQOyAmEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAE08ProgressF0VyAE05EmptyF0VA32_G_Qo__Qo_AmEEAN5width6heightAUQrAY_AYA_tFQOyAI_Qo_tGyXEfU_","regions":[[6,28,39,10,0,0,0,0],[10,67,15,14,0,0,0,0],[15,20,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg","regions":[[9,25,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_","regions":[[10,16,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_yycfU_","regions":[[14,31,16,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_","regions":[[19,32,150,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A38_yXEfU_","regions":[[21,37,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A38_yXEfU_A30_yXEfU_","regions":[[26,34,30,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_","regions":[[46,37,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_","regions":[[50,41,97,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_A47_yXEfU_","regions":[[51,44,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_A51_yXEfU0_","regions":[[67,45,83,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_","regions":[[103,37,147,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_","regions":[[105,33,112,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_yyXEfU_","regions":[[106,70,108,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_yyYbScMYccfU0_","regions":[[109,83,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A80_yXEfU0_","regions":[[113,32,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A80_yXEfU0_A74_yXEfU_","regions":[[114,36,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_","regions":[[130,33,137,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_yyXEfU_","regions":[[131,70,133,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_yyYbScMYccfU0_","regions":[[134,83,136,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A86_yXEfU2_","regions":[[138,32,144,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A104_yXEfU1_","regions":[[152,25,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapViewV4bodyQrvg","regions":[[173,25,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2StFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE5frame5width6heightAUQrASSg_A_AWtFQOyAiEEAT_AUQrqd___AWtAeHRd__lFQOyAiEE010foregroundN0yQrAPSgFQOyAE16RoundedRectangleV_Qo__AE011StrokeShapeF0VyA3_ApE05EmptyF0VGQo__Qo__AE4TextVQo__Qo__A13_tGyXEfU_","regions":[[174,28,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ","regions":[[200,36,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_","regions":[[201,15,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU_","regions":[[204,28,204,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU0_","regions":[[205,27,205,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU1_","regions":[[211,28,211,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU2_","regions":[[212,27,212,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6_phase33_8AFCF109F94E1541E435D3F3BB03B49BLL7Combine9PublishedVyAC5PhaseOGvpfi","regions":[[19,48,19,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6timers33_8AFCF109F94E1541E435D3F3BB03B49BLLSaySo24OS_dispatch_source_timer_pGvpfi","regions":[[20,49,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorCACyc33_8AFCF109F94E1541E435D3F3BB03B49BLlfc","regions":[[22,20,22,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyF","regions":[[25,18,55,6,0,0,0,0],[26,35,26,45,0,0,0,0],[26,45,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU_","regions":[[30,31,34,10,0,0,0,0],[31,33,31,43,0,0,0,0],[31,43,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU0_","regions":[[37,31,41,10,0,0,0,0],[38,33,38,43,0,0,0,0],[38,43,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU1_","regions":[[43,31,48,10,0,0,0,0],[44,33,44,43,0,0,0,0],[44,43,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU2_","regions":[[50,31,54,10,0,0,0,0],[51,33,51,43,0,0,0,0],[51,43,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6cancelyyF","regions":[[57,19,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6cancelyyFySo24OS_dispatch_source_timer_pXEfU_","regions":[[58,24,58,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC8schedule33_8AFCF109F94E1541E435D3F3BB03B49BLL5after_ySd_yyctF","regions":[[62,87,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC10transition33_8AFCF109F94E1541E435D3F3BB03B49BLL2toyAC5PhaseO_tF","regions":[[70,49,73,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvg","regions":[[44,54,54,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvgyScS12ContinuationVyx_GXEfU_","regions":[[45,21,53,10,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvgyScS12ContinuationVyx_GXEfU_yyYaYbScMYccfU_","regions":[[46,18,52,14,6,0,0,0],[49,54,51,18,6,0,0,0]]},{"branches":[],"count":69,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC9configure13stateProvideryxyc_tF","regions":[[60,58,62,6,69,0,0,0]]},{"branches":[],"count":130,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC06notifyE7ChangedyyF","regions":[[68,31,80,6,130,0,0,0],[69,49,72,10,1,0,0,0],[72,10,80,6,129,0,0,0],[74,12,74,42,129,0,0,0],[74,43,76,10,125,0,0,0],[76,16,78,10,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC010getCurrentE0xSgyF","regions":[[85,38,87,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12isConfiguredSbvg","regions":[[90,28,92,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC14hasSubscribersSbvg","regions":[[95,30,97,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4icon5title6status5onTapACSS_SS0aB10WizardCore18InstallationStatusOyycSgtcfC","regions":[[13,95,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvg","regions":[[20,25,40,6,0,0,0,0],[39,30,39,54,0,0,0,0],[39,57,39,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0U0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVAC10statusIconQrvpQOy_Qo_tGyXEfU_","regions":[[21,55,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvgyycfU0_","regions":[[35,23,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV9iconColor7SwiftUI0I0Vvg","regions":[[42,26,50,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,44,53,0,0,0,0],[45,9,45,57,0,0,0,0],[46,9,46,51,0,0,0,0],[47,9,47,48,0,0,0,0],[48,9,48,73,0,0,0,0],[49,10,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV10statusIconQrvg","regions":[[53,31,79,6,0,0,0,0],[54,16,54,22,0,0,0,0],[55,9,58,63,0,0,0,0],[59,9,61,34,0,0,0,0],[62,9,65,63,0,0,0,0],[66,9,69,63,0,0,0,0],[70,9,73,63,0,0,0,0],[74,9,77,63,0,0,0,0],[78,10,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV5title11description6status13autoFixButtonACSS_SS0aB10WizardCore0E6StatusO7SwiftUI03AnyG0VycSgtcfC","regions":[[93,7,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg","regions":[[100,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC10statusIconQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AZtGGAE6SpacerVAE03AnyG0VSgtGyXEfU_","regions":[[101,55,119,10,0,0,0,0],[116,34,118,14,0,0,0,0],[118,14,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC10statusIconQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AZtGGAE6SpacerVAE03AnyG0VSgtGyXEfU_A_yXEfU_","regions":[[105,85,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV10statusIconQrvg","regions":[[124,31,149,6,0,0,0,0],[125,16,125,22,0,0,0,0],[126,9,129,60,0,0,0,0],[130,9,131,27,0,0,0,0],[132,9,135,60,0,0,0,0],[136,9,139,60,0,0,0,0],[140,9,143,60,0,0,0,0],[144,9,147,60,0,0,0,0],[148,10,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV30_showingBackgroundServicesHelp33_FEE2E5CFDCB1885F7361C036D2EC9606LL7SwiftUI5StateVySbGvpfi","regions":[[160,56,160,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg","regions":[[162,25,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_","regions":[[163,79,221,10,0,0,0,0],[184,16,184,42,0,0,0,0],[184,58,192,14,0,0,0,0],[192,57,220,14,0,0,0,0],[220,14,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A19_yXEfU_","regions":[[164,59,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A19_yXEfU_A15_yXEfU_","regions":[[170,89,179,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A25_yXEfU0_","regions":[[185,24,191,18,0,0,0,0],[188,45,188,56,0,0,0,0],[188,59,188,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A25_yXEfU0_yyYacfU_","regions":[[188,106,190,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_","regions":[[193,57,219,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_A50_yXEfU_","regions":[[199,28,214,22,0,0,0,0],[207,28,207,65,0,0,0,0],[207,66,213,26,0,0,0,0],[213,26,214,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_A50_yXEfU_yyScMYccfU_","regions":[[208,44,210,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvgAA27BackgroundServicesHelpSheetVSgycfU0_","regions":[[227,61,231,10,0,0,0,0],[228,34,230,14,0,0,0,0],[230,14,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV15backgroundColor7SwiftUI0I0Vvg","regions":[[234,32,243,6,0,0,0,0],[235,16,235,30,0,0,0,0],[236,9,237,37,0,0,0,0],[238,9,239,39,0,0,0,0],[240,9,241,36,0,0,0,0],[242,10,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV11borderColor7SwiftUI0I0Vvg","regions":[[245,28,254,6,0,0,0,0],[246,16,246,30,0,0,0,0],[247,9,248,36,0,0,0,0],[249,9,250,38,0,0,0,0],[251,9,252,35,0,0,0,0],[253,10,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg","regions":[[263,25,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE08progressG5StyleyQrqd__AE0fgU0Rd__lFQOyAE0fG0VyAE05EmptyG0VAYG_AE06LinearfgU0VQo__Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA6_tGGtGyXEfU_","regions":[[264,56,281,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE08progressG5StyleyQrqd__AE0fgU0Rd__lFQOyAE0fG0VyAE05EmptyG0VAYG_AE06LinearfgU0VQo__Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA6_tGGtGyXEfU_A9_yXEfU_","regions":[[269,20,280,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg","regions":[[291,25,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_","regions":[[293,56,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_APSi_AKtcfU_","regions":[[294,57,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_APSi_AKtcfU_yycfU_","regions":[[302,28,302,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV9pageIndex33_FEE2E5CFDCB1885F7361C036D2EC9606LLySi0aB10WizardCore0qE0OF","regions":[[313,55,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV9pageIndex33_FEE2E5CFDCB1885F7361C036D2EC9606LLySi0aB10WizardCore0qE0OFSiyKXEfu_","regions":[[314,57,314,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV4bodyQrvg","regions":[[326,25,345,6,0,0,0,0],[329,44,329,45,0,0,0,0],[329,48,329,49,0,0,0,0],[329,76,329,77,0,0,0,0],[329,80,329,81,0,0,0,0],[333,42,333,89,0,0,0,0],[333,92,333,98,0,0,0,0],[336,38,336,41,0,0,0,0],[336,44,336,47,0,0,0,0],[342,49,342,73,0,0,0,0],[342,76,342,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV4bodyQrvgyycfU_","regions":[[338,27,338,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV7dotFill7SwiftUI5ColorVvg","regions":[[347,32,351,6,0,0,0,0],[348,12,348,21,0,0,0,0],[348,22,348,66,0,0,0,0],[348,66,350,62,0,0,0,0],[349,12,349,26,0,0,0,0],[349,27,349,85,0,0,0,0],[349,85,350,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV8helpTextSSvg","regions":[[353,34,356,6,0,0,0,0],[354,12,354,27,0,0,0,0],[354,44,354,96,0,0,0,0],[354,96,355,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV18accessibilityValueSSvg","regions":[[358,44,362,6,0,0,0,0],[359,33,359,47,0,0,0,0],[359,50,359,81,0,0,0,0],[360,12,360,27,0,0,0,0],[360,44,360,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg","regions":[[7,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_","regions":[[8,29,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_A12_yXEfU_","regions":[[10,20,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_A19_yXEfU0_","regions":[[20,53,30,14,0,0,0,0],[25,51,29,18,0,0,0,0],[29,18,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV12messageTitle33_CCEBF277924148B7534378CA57D03884LLSSvg","regions":[[48,38,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV12messageTitle33_CCEBF277924148B7534378CA57D03884LLSSvgSSyKXEfu_","regions":[[49,56,49,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15messageSubtitle33_CCEBF277924148B7534378CA57D03884LLSSSgvg","regions":[[52,42,55,6,0,0,0,0],[54,34,54,42,0,0,0,0],[54,45,54,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvg","regions":[[57,34,69,6,0,0,0,0],[58,12,58,94,0,0,0,0],[58,95,60,10,0,0,0,0],[60,19,60,45,0,0,0,0],[60,46,62,10,0,0,0,0],[62,19,63,45,0,0,0,0],[64,9,66,10,0,0,0,0],[66,16,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu_","regions":[[58,39,58,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu0_","regions":[[58,68,58,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu1_","regions":[[62,49,62,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu2_","regions":[[63,16,63,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[71,34,81,6,0,0,0,0],[72,12,72,94,0,0,0,0],[72,95,74,10,0,0,0,0],[74,19,75,75,0,0,0,0],[76,9,78,10,0,0,0,0],[78,16,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[72,39,72,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[72,68,72,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[74,49,74,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[75,16,75,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[75,49,75,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[83,40,93,6,0,0,0,0],[84,12,84,94,0,0,0,0],[84,95,86,10,0,0,0,0],[86,19,87,75,0,0,0,0],[88,9,90,10,0,0,0,0],[90,16,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[84,39,84,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[84,68,84,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[86,49,86,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[87,16,87,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[87,49,87,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[95,36,105,6,0,0,0,0],[96,12,96,94,0,0,0,0],[96,95,98,10,0,0,0,0],[98,19,99,75,0,0,0,0],[100,9,102,10,0,0,0,0],[102,16,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[96,39,96,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[96,68,96,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[98,49,98,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[99,16,99,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[99,49,99,75,0,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV5adapty0aB10WizardCore0E11StateResultVAA0eF0VFZ","regions":[[11,70,27,6,14,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV05adaptE5State33_B95A7C80D62557012FA2CEA7E5C7001CLLy0aB10WizardCore0reI0OAA0eF0VFZ","regions":[[29,89,72,6,14,0,0,0],[33,12,33,42,14,0,0,0],[33,43,36,10,2,0,0,0],[36,10,71,34,12,0,0,0],[40,12,40,38,12,0,0,0],[40,39,45,10,3,0,0,0],[45,10,71,34,9,0,0,0],[49,12,49,33,9,0,0,0],[49,34,53,10,2,0,0,0],[53,10,71,34,7,0,0,0],[56,12,56,42,7,0,0,0],[56,43,59,10,3,0,0,0],[59,10,71,34,4,0,0,0],[64,12,64,52,4,0,0,0],[64,53,67,10,2,0,0,0],[67,10,71,34,2,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV21getMissingPermissions33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore21PermissionRequirementOGAA0eF0VFZ","regions":[[74,100,101,6,9,0,0,0],[81,12,81,66,9,0,0,0],[81,67,83,10,1,0,0,0],[84,12,84,64,9,0,0,0],[84,65,86,10,0,0,0,0],[93,12,93,65,9,0,0,0],[93,66,95,10,1,0,0,0],[96,12,96,63,9,0,0,0],[96,64,98,10,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV20getMissingComponents33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore20ComponentRequirementOGAA0eF0VFZ","regions":[[103,98,128,6,12,0,0,0],[106,12,106,53,12,0,0,0],[106,54,108,10,1,0,0,0],[109,12,109,56,12,0,0,0],[109,57,111,10,1,0,0,0],[112,12,112,54,12,0,0,0],[112,55,114,10,2,0,0,0],[115,12,115,50,12,0,0,0],[115,51,117,10,0,0,0,0],[118,12,118,49,12,0,0,0],[118,50,120,10,2,0,0,0],[123,12,123,51,12,0,0,0],[123,52,125,10,3,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ","regions":[[130,80,363,6,14,0,0,0],[224,12,224,53,14,0,0,0],[224,54,235,10,1,0,0,0],[236,12,236,56,14,0,0,0],[236,57,247,10,1,0,0,0],[248,12,248,50,14,0,0,0],[248,51,259,10,0,0,0,0],[260,12,260,49,14,0,0,0],[260,50,271,10,2,0,0,0],[274,12,274,51,14,0,0,0],[274,52,285,10,3,0,0,0],[288,12,288,42,14,0,0,0],[288,43,301,10,2,0,0,0],[289,57,300,14,2,0,0,0],[297,75,297,105,1,0,0,0],[297,108,297,111,1,0,0,0],[300,14,301,10,2,0,0,0],[304,12,304,52,14,0,0,0],[304,53,315,10,7,0,0,0],[317,12,317,55,14,0,0,0],[317,56,328,10,7,0,0,0],[331,12,331,43,14,0,0,0],[331,84,344,10,7,0,0,0],[347,12,347,35,14,0,0,0],[347,36,360,10,1,0,0,0],[351,54,351,80,0,0,0,0],[351,83,351,100,1,0,0,0],[357,27,357,53,0,0,0,0],[357,56,357,80,1,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ016appendPermissionT0L__10identifier5title17deniedDescription10userAction14includeUnknowny0aB11Permissions0V6OracleC6StatusO_AF0T10IdentifierOS3SSbtF","regions":[[146,11,188,10,56,0,0,0],[147,46,147,52,56,0,0,0],[148,13,149,22,48,0,0,0],[150,13,151,21,7,0,0,0],[152,13,153,31,1,0,0,0],[154,14,188,10,56,0,0,0],[155,38,155,48,48,0,0,0],[155,48,188,10,8,0,0,0],[157,78,157,86,1,0,0,0],[157,89,157,95,7,0,0,0],[175,19,175,64,1,0,0,0],[176,19,176,29,7,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ016appendPermissionT0L__10identifier5title17deniedDescription10userAction14includeUnknowny0aB11Permissions0V6OracleC6StatusO_AF0T10IdentifierOS3SSbtFSSyXEfU_","regions":[[158,39,173,14,8,0,0,0],[159,20,159,38,8,0,0,0],[159,39,171,18,1,0,0,0],[162,44,162,54,1,0,0,0],[163,21,164,196,1,0,0,0],[165,21,166,193,0,0,0,0],[167,21,168,75,0,0,0,0],[169,22,170,37,1,0,0,0],[171,18,172,41,7,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV23determineAutoFixActions33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0iJ6ActionOGAA0eF0VFZ","regions":[[365,94,368,6,14,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO6TargetO3url33_56E0C6CE0CB3DD73A1D9C67E73285100LL10Foundation3URLVSgvg","regions":[[12,35,25,10,0,0,0,0],[13,20,13,24,0,0,0,0],[14,13,15,66,0,0,0,0],[16,13,17,71,0,0,0,0],[18,13,19,69,0,0,0,0],[20,13,21,70,0,0,0,0],[22,13,23,81,0,0,0,0],[24,14,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO4openyyAC6TargetOFZ","regions":[[28,40,31,6,0,0,0,0],[29,41,29,51,0,0,0,0],[29,51,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO22openKanataLogsInEditoryyFZ","regions":[[33,42,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO22openKanataLogsInEditoryyFZyyYaYbScMYccfU_","regions":[[35,14,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO26openKarabinerLogsDirectoryyyFZ","regions":[[40,46,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO04openE8SettingsyyFZ","regions":[[44,38,46,6,0,0,0,0]]},{"branches":[],"count":60,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO8isModernSbvg","regions":[[16,28,21,10,60,0,0,0],[17,20,17,24,60,0,0,0],[18,13,18,31,57,0,0,0],[19,13,19,42,3,0,0,0],[20,14,21,10,60,0,0,0]]},{"branches":[],"count":54,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO8isLegacySbvg","regions":[[23,28,28,10,54,0,0,0],[24,20,24,24,54,0,0,0],[25,13,25,31,2,0,0,0],[26,13,26,42,52,0,0,0],[27,14,28,10,54,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO13versionStringSSvg","regions":[[30,35,35,10,61,0,0,0],[31,20,31,24,61,0,0,0],[32,13,33,24,61,0,0,0],[34,14,35,10,61,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC10DriverTypeO11displayNameSSvg","regions":[[44,33,50,10,14,0,0,0],[45,20,45,24,14,0,0,0],[46,13,46,58,10,0,0,0],[47,13,47,71,3,0,0,0],[48,13,48,49,1,0,0,0],[49,14,50,10,14,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC10DriverTypeO11descriptionSSvg","regions":[[52,33,61,10,6,0,0,0],[53,20,53,24,6,0,0,0],[54,13,55,90,3,0,0,0],[56,13,57,87,2,0,0,0],[58,13,59,85,1,0,0,0],[60,14,61,10,6,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvg","regions":[[72,33,90,10,4,0,0,0],[75,87,75,95,3,0,0,0],[75,98,75,106,1,0,0,0],[80,16,80,31,4,0,0,0],[80,32,82,14,1,0,0,0],[84,16,84,40,4,0,0,0],[84,41,87,14,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvgS2SXEfU_","regions":[[81,56,81,69,2,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvgS2SXEfU0_","regions":[[86,68,86,81,5,0,0,0]]},{"branches":[],"count":251,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC18detectMacOSVersionAC0hI0OyF","regions":[[96,47,113,6,251,0,0,0],[105,12,105,38,251,0,0,0],[105,39,107,10,251,0,0,0],[107,19,107,45,0,0,0,0],[107,46,109,10,0,0,0,0],[109,16,112,10,0,0,0,0]]},{"branches":[],"count":55,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC21getRequiredDriverTypeAC0iJ0OyF","regions":[[116,48,119,6,55,0,0,0]]},{"branches":[],"count":111,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC21getRequiredDriverType3forAC0iJ0OAC12MacOSVersionO_tF","regions":[[122,73,131,6,111,0,0,0],[123,16,123,23,111,0,0,0],[124,9,125,23,105,0,0,0],[126,9,127,29,4,0,0,0],[128,9,129,21,2,0,0,0],[130,10,131,6,111,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC08validateE13CompatibilityAC16ValidationResultVyF","regions":[[134,60,198,6,50,0,0,0],[145,16,145,28,50,0,0,0],[146,9,148,105,50,0,0,0],[150,9,154,91,0,0,0,0],[156,9,160,91,0,0,0,0],[161,10,197,22,50,0,0,0],[168,12,168,37,50,0,0,0],[168,38,173,10,0,0,0,0],[176,40,180,10,0,0,0,0],[191,87,191,103,50,0,0,0],[191,106,191,126,0,0,0,0],[193,12,193,27,50,0,0,0],[193,28,195,10,0,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC014supportsDriverD0SbyF","regions":[[203,38,206,6,50,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC23requiresKernelExtensionSbyF","regions":[[209,44,212,6,50,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC33getDriverInstallationInstructionsAA0hiJ0VyF","regions":[[215,80,277,6,3,0,0,0],[218,16,218,26,3,0,0,0],[219,9,237,14,2,0,0,0],[239,9,260,14,1,0,0,0],[262,9,275,14,0,0,0,0]]},{"branches":[],"count":49,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC03getE4InfoAA0eH0VyF","regions":[[282,40,294,6,49,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30DriverInstallationInstructionsV11descriptionSSvg","regions":[[310,29,334,6,4,0,0,0],[317,49,319,10,17,0,0,0],[319,10,333,22,4,0,0,0],[322,41,324,10,13,0,0,0],[324,10,333,22,4,0,0,0],[326,12,326,26,4,0,0,0],[326,27,331,10,4,0,0,0],[328,31,330,14,9,0,0,0],[330,14,331,10,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SystemInfoV11descriptionSSvg","regions":[[345,29,354,6,2,0,0,0],[348,83,348,91,2,0,0,0],[348,94,348,102,0,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC24karabinerConflictServiceAcA09KarabinerI8Managing_p_tcfc","regions":[[22,63,24,6,61,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC11isInstalledSbyF","regions":[[29,32,33,6,11,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21isCompletelyInstalled0h7ServiceJ0S2byXE_tF","regions":[[36,72,38,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21isCompletelyInstalled0h7ServiceJ0S2byXE_tFSbyKXEfu_","regions":[[37,26,37,46,6,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21getInstallationStatus18isServiceInstalledSSSbyXE_tF","regions":[[41,76,58,6,4,0,0,0],[46,16,46,32,4,0,0,0],[47,9,48,85,4,0,0,0],[48,38,48,59,4,0,0,0],[48,62,48,85,0,0,0,0],[49,9,50,61,0,0,0,0],[51,9,52,83,0,0,0,0],[53,9,54,39,0,0,0,0],[55,9,56,79,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28hasInputMonitoringPermissionSbyYaF","regions":[[63,55,66,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26hasAccessibilityPermissionSbyYaF","regions":[[69,53,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC25hasAllRequiredPermissionsSbyYaF","regions":[[75,52,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaF","regions":[[83,7,108,6,0,0,0,0],[99,59,99,64,0,0,0,0],[99,67,99,72,0,0,0,0],[100,54,100,59,0,0,0,0],[100,62,100,67,0,0,0,0],[103,58,103,63,0,0,0,0],[103,66,103,71,0,0,0,0],[104,53,104,58,0,0,0,0],[104,61,104,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaFSbyKXEfu_","regions":[[94,59,94,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaFSbyKXEfu0_","regions":[[95,57,95,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaF","regions":[[113,83,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu_","regions":[[116,33,116,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu0_","regions":[[116,51,116,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu1_","regions":[[116,83,116,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC03geteF6Status18isServiceInstalledSb9installed_Sb11permissionsSb6driverSb6daemontSbyXE_tYaF","regions":[[122,7,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC27openInputMonitoringSettingsyyF","regions":[[135,40,139,6,0,0,0,0],[136,80,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC25openAccessibilitySettingsyyF","regions":[[142,38,155,6,0,0,0,0],[143,38,147,10,0,0,0,0],[144,82,146,14,0,0,0,0],[147,16,154,10,0,0,0,0],[148,82,150,14,0,0,0,0],[150,20,153,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20revealKanataInFinder10onRevealedyyycSg_tF","regions":[[160,64,192,6,0,0,0,0],[178,60,189,10,0,0,0,0],[180,26,182,14,0,0,0,0],[182,20,188,14,0,0,0,0],[189,16,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20revealKanataInFinder10onRevealedyyycSg_tFyyYbScMYccfU_","regions":[[185,71,187,18,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26isKarabinerDriverInstalledSbyF","regions":[[196,47,198,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC33isKarabinerDriverExtensionEnabledSbyYaF","regions":[[200,60,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC37areKarabinerBackgroundServicesEnabledSbyYaF","regions":[[204,64,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26isKarabinerElementsRunningSbyYaF","regions":[[208,53,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC35disableKarabinerElementsPermanentlySbyYaF","regions":[[212,62,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20killKarabinerGrabberSbyYaF","regions":[[216,47,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC24isKarabinerDaemonRunningSbyYaF","regions":[[220,51,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20startKarabinerDaemonSbyYaF","regions":[[224,47,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC22restartKarabinerDaemonSbyYaF","regions":[[228,49,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28getVirtualHIDBreakageSummary18diagnosticsServiceSSAA011DiagnosticsM8Protocol_p_tYaF","regions":[[236,103,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28getVirtualHIDBreakageSummary18diagnosticsServiceSSAA011DiagnosticsM8Protocol_p_tYaFSSyKXEfu_","regions":[[243,62,243,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC29makeVirtualHIDBreakageSummary6status13driverEnabled16installedVersion11hasMismatch14securityIssuesSSAA0I15HIDDaemonStatusV_SbSSSbSaySSGtFZ","regions":[[263,17,299,6,0,0,0,0],[265,12,265,33,0,0,0,0],[265,34,271,10,0,0,0,0],[268,16,268,38,0,0,0,0],[268,39,270,14,0,0,0,0],[271,19,271,38,0,0,0,0],[271,39,273,10,0,0,0,0],[273,16,287,10,0,0,0,0],[276,16,276,38,0,0,0,0],[276,39,281,14,0,0,0,0],[281,20,284,14,0,0,0,0],[286,16,286,38,0,0,0,0],[286,39,286,107,0,0,0,0],[288,53,288,64,0,0,0,0],[288,67,288,82,0,0,0,0],[289,54,289,80,0,0,0,0],[289,83,289,85,0,0,0,0],[291,59,291,68,0,0,0,0],[291,71,291,81,0,0,0,0],[292,43,292,80,0,0,0,0],[292,83,292,85,0,0,0,0],[294,12,294,35,0,0,0,0],[294,36,297,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC29makeVirtualHIDBreakageSummary6status13driverEnabled16installedVersion11hasMismatch14securityIssuesSSAA0I15HIDDaemonStatusV_SbSSSbSaySSGtFZS2SXEfU_","regions":[[296,57,296,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV12_isAnimating33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySbGvpfi","regions":[[17,44,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV10_isHovered33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySbGvpfi","regions":[[18,42,18,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV16_rotationDegrees33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[19,50,19,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV23_rotationSpeedDegPerSec33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[20,57,20,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV15_animationPhase33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVyAC09AnimationI0AELLOGvpfi","regions":[[21,57,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV18_decelInitialSpeed33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[23,52,23,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV12displayTimer33_5F6DC1971492A1B6DE64E53B9A3F5408LL7Combine10PublishersO11AutoconnectCy_So7NSTimerC10FoundationE0I9PublisherCGvpfi","regions":[[25,32,25,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV13indicatorSize33_5F6DC1971492A1B6DE64E53B9A3F5408LL12CoreGraphics7CGFloatVvpfi","regions":[[35,42,35,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV14backgroundSize33_5F6DC1971492A1B6DE64E53B9A3F5408LL12CoreGraphics7CGFloatVvpfi","regions":[[36,43,36,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg","regions":[[38,25,73,6,0,0,0,0],[63,34,63,37,0,0,0,0],[63,40,63,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgyyYbScMYccACYbcfu_","regions":[[39,24,39,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[39,24,39,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg7SwiftUI6ZStackVyAE9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA_A_tFQOyAmEE5frame5width6heightAOQrA_Sg_A3_AQtFQOyAE06_ShapeM0VyAE6CircleVAXG_Qo__Qo__AE011StrokeShapeM0VyA7_AxE05EmptyM0VGQo_AmEEAN_AOQrqd___AQtAeLRd__lFQOyAmEEArstuVQrAX_A_A_A_tFQOyAmEEA0_A1_A2_AOQrA3__A3_AQtFQOyAA0C15GlassBackgroundV_Qo__Qo__A15_Qo_G_AmEE010foregroundV0yQrAXSgFQOyAmEE4fontyQrAE4FontVSgFQOyAC04iconM033_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFQOy_Qo__Qo__Qo_tGGyXEfU_","regions":[[39,37,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg7SwiftUI6ZStackVyAE9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA_A_tFQOyAmEE5frame5width6heightAOQrA_Sg_A3_AQtFQOyAE06_ShapeM0VyAE6CircleVAXG_Qo__Qo__AE011StrokeShapeM0VyA7_AxE05EmptyM0VGQo_AmEEAN_AOQrqd___AQtAeLRd__lFQOyAmEEArstuVQrAX_A_A_A_tFQOyAmEEA0_A1_A2_AOQrA3__A3_AQtFQOyAA0C15GlassBackgroundV_Qo__Qo__A15_Qo_G_AmEE010foregroundV0yQrAXSgFQOyAmEE4fontyQrAE4FontVSgFQOyAC04iconM033_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFQOy_Qo__Qo__Qo_tGGyXEfU_A34_yXEfU_","regions":[[40,20,58,14,0,0,0,0],[42,20,42,33,0,0,0,0],[42,34,48,18,0,0,0,0],[46,73,46,74,0,0,0,0],[46,77,46,78,0,0,0,0],[48,24,53,18,0,0,0,0],[51,73,51,74,0,0,0,0],[51,77,51,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgySbcfU0_","regions":[[65,18,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF","regions":[[78,42,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_","regions":[[80,16,121,10,0,0,0,0],[81,54,109,14,0,0,0,0],[82,24,82,29,0,0,0,0],[83,17,93,46,0,0,0,0],[94,17,96,46,0,0,0,0],[97,17,107,42,0,0,0,0],[108,18,109,14,0,0,0,0],[109,20,120,14,0,0,0,0],[120,14,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_yycfU_","regions":[[86,35,91,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_A5_yXEfU0_","regions":[[98,27,106,22,0,0,0,0],[99,28,99,45,0,0,0,0],[99,46,102,26,0,0,0,0],[102,32,105,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_yycfU1_","regions":[[113,31,117,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFyAA04MainC15StateControllerC010ValidationT0OSg_AJtcfU0_","regions":[[124,50,137,10,0,0,0,0],[126,42,130,14,0,0,0,0],[130,20,136,14,0,0,0,0],[131,20,131,46,0,0,0,0],[131,47,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFy10Foundation4DateVcfU1_","regions":[[138,34,157,10,0,0,0,0],[139,20,139,34,0,0,0,0],[140,13,141,93,0,0,0,0],[142,13,153,18,0,0,0,0],[143,51,143,60,0,0,0,0],[143,60,153,18,0,0,0,0],[149,20,149,50,0,0,0,0],[149,51,153,18,0,0,0,0],[154,13,155,22,0,0,0,0],[156,14,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFy10Foundation4DateVcfU1_SbyKXEfu_","regions":[[149,32,149,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV14iconIdentifier33_5F6DC1971492A1B6DE64E53B9A3F5408LLSSvg","regions":[[161,40,168,6,0,0,0,0],[162,58,162,75,0,0,0,0],[162,75,168,6,0,0,0,0],[163,16,163,21,0,0,0,0],[164,9,164,42,0,0,0,0],[165,9,165,40,0,0,0,0],[166,9,166,91,0,0,0,0],[166,72,166,79,0,0,0,0],[166,82,166,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV15backgroundColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[172,40,182,6,0,0,0,0],[173,58,173,80,0,0,0,0],[173,80,182,6,0,0,0,0],[174,16,174,21,0,0,0,0],[175,9,176,49,0,0,0,0],[177,9,178,44,0,0,0,0],[179,9,180,90,0,0,0,0],[180,40,180,62,0,0,0,0],[180,65,180,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV13usesSolidChip33_5F6DC1971492A1B6DE64E53B9A3F5408LLSbvg","regions":[[184,37,191,6,0,0,0,0],[185,58,185,74,0,0,0,0],[185,74,191,6,0,0,0,0],[186,16,186,21,0,0,0,0],[187,9,187,35,0,0,0,0],[188,9,188,59,0,0,0,0],[189,9,189,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11borderColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[193,36,203,6,0,0,0,0],[194,58,194,98,0,0,0,0],[194,98,203,6,0,0,0,0],[195,16,195,21,0,0,0,0],[196,9,197,49,0,0,0,0],[198,9,199,44,0,0,0,0],[200,9,201,90,0,0,0,0],[201,40,201,62,0,0,0,0],[201,65,201,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV9iconColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[205,34,215,6,0,0,0,0],[206,58,206,84,0,0,0,0],[206,84,215,6,0,0,0,0],[207,16,207,21,0,0,0,0],[208,9,209,35,0,0,0,0],[210,9,211,31,0,0,0,0],[212,9,213,64,0,0,0,0],[213,40,213,49,0,0,0,0],[213,52,213,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11shadowColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[217,36,227,6,0,0,0,0],[218,58,218,98,0,0,0,0],[218,98,227,6,0,0,0,0],[219,16,219,21,0,0,0,0],[220,9,221,49,0,0,0,0],[222,9,223,44,0,0,0,0],[224,9,225,90,0,0,0,0],[225,40,225,62,0,0,0,0],[225,65,225,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV18accessibilityLabel33_5F6DC1971492A1B6DE64E53B9A3F5408LLSSvg","regions":[[229,44,239,6,0,0,0,0],[230,58,230,92,0,0,0,0],[230,92,239,6,0,0,0,0],[231,16,231,21,0,0,0,0],[232,9,233,44,0,0,0,0],[234,9,235,40,0,0,0,0],[236,9,237,92,0,0,0,0],[237,40,237,68,0,0,0,0],[237,71,237,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11handleClick33_5F6DC1971492A1B6DE64E53B9A3F5408LLyyF","regions":[[243,32,274,6,0,0,0,0],[259,50,271,10,0,0,0,0],[260,20,260,25,0,0,0,0],[261,13,263,96,0,0,0,0],[264,13,265,106,0,0,0,0],[266,13,269,18,0,0,0,0],[270,14,271,10,0,0,0,0],[271,16,273,10,0,0,0,0],[273,10,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ContentViewSystemStatusV4bodyQrvg","regions":[[284,25,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ","regions":[[296,36,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_","regions":[[311,36,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_","regions":[[312,33,348,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU_","regions":[[313,24,320,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU0_","regions":[[322,24,329,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU1_","regions":[[331,24,338,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU2_","regions":[[340,24,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_A11_yXEfU0_","regions":[[351,20,362,14,0,0,0,0]]},{"branches":[],"count":127,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17vhidDeviceManager016processLifecycleI006kanataI0AcA010VHIDDeviceI0C_0ab6DaemonK007ProcesskI0CAA18RuntimeCoordinatorCSgtcfc","regions":[[47,7,58,6,127,0,0,0],[55,12,55,42,127,0,0,0],[55,70,57,10,2,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[70,79,70,87,50,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[72,5,100,6,50,0,0,0],[76,12,76,42,50,0,0,0],[78,9,82,10,50,0,0,0],[82,10,99,42,0,0,0,0],[85,50,89,10,0,0,0,0],[89,10,99,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAHyYacfU_","regions":[[92,58,94,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17performValidation33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[104,93,104,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17performValidation33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[106,5,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[112,66,112,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[113,31,314,6,0,0,0,0],[115,12,115,28,0,0,0,0],[115,29,117,10,0,0,0,0],[117,10,313,24,0,0,0,0],[122,12,122,28,0,0,0,0],[122,29,122,68,0,0,0,0],[122,68,313,24,0,0,0,0],[124,12,124,91,0,0,0,0],[124,92,126,10,0,0,0,0],[130,53,139,10,0,0,0,0],[132,16,132,30,0,0,0,0],[132,31,138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFSbyKXEfu_","regions":[[124,47,124,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFySiYbcfU_","regions":[[154,30,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFySiYbcfU_S2izYbXEfU_","regions":[[155,51,158,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_","regions":[[190,11,285,10,0,0,0,0],[252,39,260,14,0,0,0,0],[253,24,253,30,0,0,0,0],[254,17,254,62,0,0,0,0],[255,17,255,72,0,0,0,0],[256,17,256,70,0,0,0,0],[257,17,257,68,0,0,0,0],[258,17,258,62,0,0,0,0],[259,18,260,14,0,0,0,0],[260,14,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU_","regions":[[199,27,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU0_","regions":[[209,27,218,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU1_","regions":[[219,27,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU2_","regions":[[229,27,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU3_","regions":[[239,27,248,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AKyKXEfu_","regions":[[264,33,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_APyKXEfu0_","regions":[[266,24,280,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_APyKXEfu0_APyXEfU4_","regions":[[266,24,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_ARyKXEfu1_","regions":[[281,37,281,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_ATyKXEfu2_","regions":[[282,36,282,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AVyKXEfu3_","regions":[[283,33,283,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaF","regions":[[318,54,346,6,0,0,0,0],[323,16,323,22,0,0,0,0],[324,9,326,84,0,0,0,0],[328,9,332,84,0,0,0,0],[334,9,338,83,0,0,0,0],[340,9,344,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu_","regions":[[330,84,330,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu0_","regions":[[336,93,336,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu1_","regions":[[342,78,342,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaF","regions":[[350,72,377,6,0,0,0,0],[361,12,361,43,0,0,0,0],[361,44,366,10,0,0,0,0],[366,19,366,35,0,0,0,0],[366,36,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaFSbyXEfu_","regions":[[363,17,363,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaFSSyXEfu0_","regions":[[364,17,364,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaF","regions":[[385,61,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu_","regions":[[412,74,412,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu0_","regions":[[413,20,413,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu1_","regions":[[413,37,413,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC14checkConflicts33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore14ConflictStatusVyYaF","regions":[[437,59,471,6,0,0,0,0],[450,40,460,10,0,0,0,0],[452,16,452,32,0,0,0,0],[452,33,459,14,0,0,0,0],[456,55,458,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC14checkConflicts33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore14ConflictStatusVyYaFAF0eR0O0aB15DaemonLifecycle07ProcessU7ManagerC0V4InfoVXEfU_","regions":[[445,66,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC22getKarabinerGrabberPID33_290F585963B0195AD0A9E075A11400F9LLSiSgyF","regions":[[474,51,499,6,0,0,0,0],[482,12,494,10,0,0,0,0],[483,27,494,10,0,0,0,0],[490,41,493,14,0,0,0,0],[493,14,494,10,0,0,0,0],[494,17,496,10,0,0,0,0],[496,10,498,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC22getKarabinerGrabberPID33_290F585963B0195AD0A9E075A11400F9LLSiSgyFSSyKXEfu_","regions":[[487,65,487,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHealth33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaF","regions":[[503,54,553,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC18getValidationStatsSi11activeCount_Si05totalK010Foundation4DateVSg9lastStarttyFZ","regions":[[558,95,560,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC13resetCountersyyFZ","regions":[[563,33,569,6,3,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16makeTestSnapshot33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0eI0VyFZ","regions":[[573,62,601,6,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21makeCancelledSnapshot33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0eI0VyFZ","regions":[[604,67,632,6,0,0,0,0]]},{"branches":[],"count":122,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC7timeoutACSd_tcfc","regions":[[7,39,9,6,122,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC12reloadConfigAA18EngineReloadResultOyYaF","regions":[[11,53,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC12reloadConfigAA18EngineReloadResultOyYaFSiyYbScMYcXEfU_","regions":[[12,40,12,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC6mapTCP33_E85932134BF6AB2E28C145C4CDD0F4D9LLyAA18EngineReloadResultOAA09TCPReloadT0OF","regions":[[22,74,28,6,0,0,0,0],[23,16,23,22,0,0,0,0],[24,9,24,68,0,0,0,0],[25,9,25,92,0,0,0,0],[26,9,26,56,0,0,0,0],[27,10,28,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO12MappingErrorV9characterAESJ_tcfC","regions":[[12,43,14,10,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO3map4texts6ResultOySaySSGAC12MappingErrorVGSS_tFZ","regions":[[18,76,30,6,9,0,0,0],[22,31,27,10,35,0,0,0],[23,60,25,14,1,0,0,0],[25,14,27,10,34,0,0,0],[27,10,29,30,8,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO25firstUnsupportedCharacter2inSJSgSS_tFZ","regions":[[33,81,40,6,7,0,0,0],[34,31,38,10,18,0,0,0],[35,16,35,48,18,0,0,0],[35,49,37,14,6,0,0,0],[37,14,38,10,12,0,0,0],[38,10,39,19,1,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO3map9characterSSSgSJ_tFZ","regions":[[43,61,75,6,58,0,0,0],[44,80,46,10,6,0,0,0],[46,10,74,19,52,0,0,0],[49,12,49,25,52,0,0,0],[49,26,49,42,1,0,0,0],[49,42,74,19,51,0,0,0],[50,12,50,25,51,0,0,0],[50,26,50,42,0,0,0,0],[50,42,74,19,51,0,0,0],[51,12,51,25,51,0,0,0],[51,26,51,42,0,0,0,0],[51,42,74,19,51,0,0,0],[52,12,52,25,51,0,0,0],[52,26,52,42,2,0,0,0],[52,42,74,19,49,0,0,0],[54,12,54,30,49,0,0,0],[54,31,60,10,38,0,0,0],[56,16,56,37,38,0,0,0],[56,38,58,14,1,0,0,0],[58,14,59,25,37,0,0,0],[60,10,74,19,11,0,0,0],[62,12,62,30,11,0,0,0],[62,31,64,10,1,0,0,0],[64,10,74,19,10,0,0,0],[66,49,68,10,3,0,0,0],[68,10,74,19,7,0,0,0],[70,52,72,10,5,0,0,0],[72,10,74,19,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TitlebarHeaderAccessoryC5widthAC12CoreGraphics7CGFloatV_tcfc","regions":[[5,34,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TitlebarHeaderAccessoryC5widthAC12CoreGraphics7CGFloatV_tcfc7SwiftUI9TupleViewVyAH6SpacerV_AH0O0PAHE4helpyQrqd__SyRd__lFQOyAnHE7paddingyQrAH4EdgeO3SetV_AGSgtFQOyAH4TextV_Qo__SSQo_tGyXEfU_","regions":[[14,20,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE11showSuccessyySSF","regions":[[15,41,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE9showErroryySSF","regions":[[19,39,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE8showInfoyySSF","regions":[[23,38,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC9showDelay33_0302A1259020813618B738ED13E3770DLLSdvpfi","regions":[[15,43,15,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerCACyc33_0302A1259020813618B738ED13E3770DLlfc","regions":[[17,20,17,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC4show4text2id10anchorRectySS_SSSo6CGRectVtF","regions":[[24,61,45,6,0,0,0,0],[29,12,29,34,0,0,0,0],[29,50,31,10,0,0,0,0],[31,10,45,6,0,0,0,0],[34,12,34,34,0,0,0,0],[34,35,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC4show4text2id10anchorRectySS_SSSo6CGRectVtFyyYacfU_","regions":[[40,25,44,10,0,0,0,0],[42,66,42,76,0,0,0,0],[42,76,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC7dismiss2idySS_tF","regions":[[48,30,53,6,0,0,0,0],[49,43,49,53,0,0,0,0],[49,53,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC18dismissImmediatelyyyF","regions":[[56,31,64,6,0,0,0,0],[61,31,61,41,0,0,0,0],[61,41,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyF","regions":[[66,36,80,6,0,0,0,0],[69,31,69,41,0,0,0,0],[69,41,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFySo18NSAnimationContextCXEfU_","regions":[[71,46,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFyyYbcfU0_","regions":[[74,30,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFyyYbcfU0_yyScMYcXEfU_","regions":[[75,38,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC04showF033_0302A1259020813618B738ED13E3770DLL4text10anchorRectySS_So6CGRectVtF","regions":[[82,63,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC04showF033_0302A1259020813618B738ED13E3770DLL4text10anchorRectySS_So6CGRectVtFySo18NSAnimationContextCXEfU_","regions":[[115,46,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11TooltipView33_0302A1259020813618B738ED13E3770DLLV4bodyQrvg","regions":[[126,25,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC15selectedProfileAA05SoundI0VvW","regions":[[83,16,88,10,0,0,0,0],[85,16,85,57,0,0,0,0],[85,58,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC16_selectedProfile33_CF0A891B14926CCDDFEEBA50F276B88ELL7Combine9PublishedVyAA05SoundI0VGvpfi","regions":[[82,52,82,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC6volumeSfvW","regions":[[93,16,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC7_volume33_CF0A891B14926CCDDFEEBA50F276B88ELL7Combine9PublishedVySfGvpfi","regions":[[92,36,92,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC9isEnabledSbvg","regions":[[99,25,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC14keydownPlayers33_CF0A891B14926CCDDFEEBA50F276B88ELLSaySo13AVAudioPlayerCGvpfi","regions":[[104,51,104,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC12keyupPlayers33_CF0A891B14926CCDDFEEBA50F276B88ELLSaySo13AVAudioPlayerCGvpfi","regions":[[106,49,106,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC12keydownIndex33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[108,32,108,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10keyupIndex33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[109,30,109,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC14playerPoolSize33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[111,34,111,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfc","regions":[[116,20,128,6,0,0,0,0],[120,9,125,10,0,0,0,0],[122,16,122,49,0,0,0,0],[122,50,124,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfcSbAA12SoundProfileVXEfU_","regions":[[119,56,119,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfcSfyKXEfu_","regions":[[126,89,126,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyF","regions":[[130,42,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyFy10Foundation12NotificationVYbcfU_","regions":[[135,11,148,10,0,0,0,0],[136,81,136,91,0,0,0,0],[136,91,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[137,18,147,14,0,0,0,0],[138,37,138,47,0,0,0,0],[138,47,147,14,0,0,0,0],[139,24,139,30,0,0,0,0],[140,17,141,34,0,0,0,0],[142,17,143,32,0,0,0,0],[144,17,145,26,0,0,0,0],[146,18,147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC11playKeydownyyF","regions":[[155,24,161,6,0,0,0,0],[156,108,156,118,0,0,0,0],[156,118,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC9playKeyupyyF","regions":[[164,22,170,6,0,0,0,0],[165,104,165,114,0,0,0,0],[165,114,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10playSample3foryAA12SoundProfileV_tF","regions":[[173,48,195,6,0,0,0,0],[174,54,174,64,0,0,0,0],[174,64,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10playSample3foryAA12SoundProfileV_tFyyYacfU_","regions":[[177,14,194,10,0,0,0,0],[180,13,193,14,0,0,0,0],[189,17,192,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC07preloadF033_CF0A891B14926CCDDFEEBA50F276B88ELL3foryAA12SoundProfileV_tF","regions":[[199,59,226,6,0,0,0,0],[205,14,208,10,0,0,0,0],[208,10,226,6,0,0,0,0],[211,39,220,10,0,0,0,0],[212,72,215,14,0,0,0,0],[216,70,219,14,0,0,0,0],[220,10,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC19nextAvailablePlayer33_CF0A891B14926CCDDFEEBA50F276B88ELL4from5indexSo07AVAudioJ0CSgSayAIG_SiztF","regions":[[228,105,237,6,0,0,0,0],[229,37,229,51,0,0,0,0],[229,51,236,22,0,0,0,0],[230,78,233,10,0,0,0,0],[233,10,236,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC19nextAvailablePlayer33_CF0A891B14926CCDDFEEBA50F276B88ELL4from5indexSo07AVAudioJ0CSgSayAIG_SiztFSbAIXEfU_","regions":[[230,59,230,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC8soundURL33_CF0A891B14926CCDDFEEBA50F276B88ELL3for9isKeydown10Foundation0I0VSgAA12SoundProfileV_SbtF","regions":[[239,79,260,6,0,0,0,0],[240,34,240,40,0,0,0,0],[240,43,240,47,0,0,0,0],[246,85,248,10,0,0,0,0],[248,10,259,19,0,0,0,0],[249,85,251,10,0,0,0,0],[251,10,259,19,0,0,0,0],[252,83,254,10,0,0,0,0],[254,10,259,19,0,0,0,0],[255,83,257,10,0,0,0,0],[257,10,259,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV14_soundsManager33_2333A0FB2864662C1551EDC3E82FAEC7LL7SwiftUI14ObservedObjectVyAA0efI0CGvpfi","regions":[[7,49,7,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg","regions":[[13,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_","regions":[[14,50,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_","regions":[[22,93,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_","regions":[[23,43,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_yycfU_","regions":[[29,35,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_ySbcfU0_","regions":[[32,34,34,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_AVyKXEfu_","regions":[[41,44,41,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV11handleHover33_2333A0FB2864662C1551EDC3E82FAEC7LL7profile10isHoveringyAA12SoundProfileV_SbtF","regions":[[48,71,66,6,0,0,0,0],[51,12,51,22,0,0,0,0],[51,23,63,10,0,0,0,0],[63,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV11handleHover33_2333A0FB2864662C1551EDC3E82FAEC7LL7profile10isHoveringyAA12SoundProfileV_SbtFyyYacfU_","regions":[[53,38,62,14,0,0,0,0],[55,46,55,56,0,0,0,0],[55,56,62,14,0,0,0,0],[59,20,59,53,0,0,0,0],[59,54,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg","regions":[[79,25,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_","regions":[[80,34,116,10,0,0,0,0],[112,65,112,66,0,0,0,0],[112,69,112,70,0,0,0,0],[114,38,114,42,0,0,0,0],[114,45,114,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_A55_yXEfU_","regions":[[81,32,102,14,0,0,0,0],[99,66,99,71,0,0,0,0],[99,74,99,81,0,0,0,0],[100,51,100,59,0,0,0,0],[100,62,100,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_A55_yXEfU_A47_yXEfU_","regions":[[83,24,94,18,0,0,0,0],[84,24,84,57,0,0,0,0],[84,58,88,22,0,0,0,0],[88,28,93,22,0,0,0,0],[92,108,92,109,0,0,0,0],[92,112,92,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvgySbcfU0_","regions":[[120,18,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV14cardBackground7SwiftUI5ColorVvg","regions":[[125,39,134,6,0,0,0,0],[126,12,126,22,0,0,0,0],[126,23,130,10,0,0,0,0],[128,19,128,44,0,0,0,0],[129,19,129,44,0,0,0,0],[130,10,133,40,0,0,0,0],[132,15,132,40,0,0,0,0],[133,15,133,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV10cardBorder7SwiftUI5ColorVvg","regions":[[136,35,143,6,0,0,0,0],[137,12,137,22,0,0,0,0],[137,23,139,10,0,0,0,0],[139,10,142,39,0,0,0,0],[141,15,141,39,0,0,0,0],[142,15,142,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg","regions":[[153,25,203,6,0,0,0,0],[200,32,200,57,0,0,0,0],[200,60,200,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_","regions":[[154,50,196,10,0,0,0,0],[182,16,182,49,0,0,0,0],[182,50,195,14,0,0,0,0],[195,14,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A26_yXEfU_","regions":[[156,32,179,14,0,0,0,0],[158,20,158,53,0,0,0,0],[158,54,162,18,0,0,0,0],[162,24,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A26_yXEfU_A22_yXEfU_","regions":[[168,57,176,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A37_yXEfU0_","regions":[[183,36,194,18,0,0,0,0]]},{"branches":[],"count":41,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZ","regions":[[8,63,11,6,41,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZSSyKXEfu_","regions":[[9,54,9,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZSSyKXEfu0_","regions":[[10,84,10,91,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO21decodeFromPushMessageyS2SFZ","regions":[[14,64,16,6,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO21decodeFromPushMessageyS2SFZSSyKXEfu_","regions":[[15,40,15,43,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO13displayDomain3forS2S_tFZ","regions":[[19,58,37,6,2,0,0,0],[22,37,22,55,0,0,0,0],[22,55,36,23,2,0,0,0],[24,50,26,10,1,0,0,0],[26,10,36,23,1,0,0,0],[28,63,30,10,1,0,0,0],[30,10,36,23,0,0,0,0],[32,69,34,10,0,0,0,0],[34,10,36,23,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC9_logLines33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySaySSGGvpfi","regions":[[8,54,8,56,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC10_isRunning33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySbGvpfi","regions":[[9,45,9,50,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC11_didSucceed33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySbGvpfi","regions":[[10,46,10,51,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC21resolveUninstallerURL22runWithAdminPrivilegesAC10Foundation0I0VSgyc_AA17AppleScriptResultVAH_SbtYactcfc","regions":[[19,7,22,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfC","regions":[[24,24,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfc10Foundation3URLVSgyYbScMYccfu_","regions":[[26,36,26,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfcAA17AppleScriptResultV10Foundation3URLV_SbtYaYbScMYccfu0_","regions":[[27,37,27,71,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC9uninstall12deleteConfigS2b_tYaF","regions":[[32,62,57,6,5,0,0,0],[33,31,33,47,0,0,0,0],[33,47,56,68,5,0,0,0],[47,12,47,67,5,0,0,0],[47,68,52,10,0,0,0,0],[52,10,56,68,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC03tryE9ViaHelper33_3219D349E015FEE7E36E78793BD2953FLL12deleteConfigS2b_tYaF","regions":[[61,74,91,6,5,0,0,0],[65,53,68,10,0,0,0,0],[68,10,91,6,5,0,0,0],[70,59,73,10,5,0,0,0],[73,10,91,6,0,0,0,0],[76,12,76,24,0,0,0,0],[76,25,78,10,0,0,0,0],[78,16,80,10,0,0,0,0],[82,12,86,10,0,0,0,0],[83,74,85,24,0,0,0,0],[86,17,90,10,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC18uninstallViaScript33_3219D349E015FEE7E36E78793BD2953FLL12deleteConfigS2b_tYaF","regions":[[94,71,131,6,5,0,0,0],[95,67,100,10,2,0,0,0],[100,10,130,30,3,0,0,0],[103,12,103,24,3,0,0,0],[103,25,105,10,0,0,0,0],[105,16,107,10,3,0,0,0],[111,12,111,26,3,0,0,0],[111,27,119,10,1,0,0,0],[114,16,114,31,1,0,0,0],[114,32,116,14,0,0,0,0],[119,16,128,10,2,0,0,0],[121,16,121,32,2,0,0,0],[121,33,124,14,1,0,0,0],[124,20,127,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC19copyTerminalCommandyyF","regions":[[133,32,140,6,0,0,0,0],[134,67,134,77,0,0,0,0],[134,77,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC25revealUninstallerInFinderyyF","regions":[[142,38,145,6,0,0,0,0],[143,67,143,77,0,0,0,0],[143,77,145,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC24resetForTestingIfEnabled33_3219D349E015FEE7E36E78793BD2953FLLyyYaF","regions":[[151,51,206,6,1,0,0,0],[152,53,155,10,0,0,0,0],[155,10,206,6,1,0,0,0],[170,44,186,10,4,0,0,0],[175,16,183,14,4,0,0,0],[176,34,183,14,4,0,0,0],[178,20,178,50,4,0,0,0],[178,51,180,18,3,0,0,0],[180,24,182,18,1,0,0,0],[183,21,185,14,0,0,0,0],[185,14,186,10,4,0,0,0],[186,10,206,6,1,0,0,0],[193,12,201,10,1,0,0,0],[194,38,201,10,1,0,0,0],[196,16,196,54,1,0,0,0],[196,55,198,14,1,0,0,0],[198,20,200,14,0,0,0,0],[201,17,203,10,0,0,0,0],[203,10,206,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC29unregisterSMAppServiceDaemons33_3219D349E015FEE7E36E78793BD2953FLLyyYaF","regions":[[213,56,234,6,5,0,0,0],[219,39,233,10,5,0,0,0],[221,51,224,14,5,0,0,0],[224,14,233,10,0,0,0,0],[226,16,229,14,0,0,0,0],[227,47,229,14,0,0,0,0],[229,21,232,14,0,0,0,0],[232,14,233,10,0,0,0,0],[233,10,234,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC28defaultResolveUninstallerURL33_3219D349E015FEE7E36E78793BD2953FLL10Foundation0J0VSgyFZ","regions":[[238,64,250,6,1,0,0,0],[239,89,241,10,0,0,0,0],[241,10,249,19,1,0,0,0],[245,12,245,71,1,0,0,0],[245,72,247,10,0,0,0,0],[247,10,249,19,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC29defaultRunWithAdminPrivileges33_3219D349E015FEE7E36E78793BD2953FLL9scriptURL12deleteConfigAA17AppleScriptResultV10Foundation0S0V_SbtYaFZ","regions":[[254,5,268,6,0,0,0,0],[256,41,256,59,0,0,0,0],[256,62,256,64,0,0,0,0],[265,37,265,39,0,0,0,0],[265,42,265,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC20escapeForAppleScript33_3219D349E015FEE7E36E78793BD2953FLLyS2SFZ","regions":[[270,72,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV10_isRunning33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[9,36,9,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV11_didSucceed33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[11,37,11,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV17_hasScheduledQuit33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[12,43,12,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg","regions":[[15,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_","regions":[[16,29,70,10,0,0,0,0],[17,16,17,26,0,0,0,0],[17,27,25,14,0,0,0,0],[25,20,69,14,0,0,0,0],[40,20,40,29,0,0,0,0],[40,30,43,18,0,0,0,0],[43,49,47,18,0,0,0,0],[47,18,69,14,0,0,0,0],[69,14,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_","regions":[[50,37,68,18,0,0,0,0],[67,53,67,67,0,0,0,0],[67,70,67,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU_","regions":[[51,38,51,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU0_","regions":[[56,48,58,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[57,30,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_A57_yXEfU1_","regions":[[58,30,61,22,0,0,0,0],[59,42,59,54,0,0,0,0],[59,57,59,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvgySb_SbtcfU0_","regions":[[74,35,76,10,0,0,0,0],[75,16,75,24,0,0,0,0],[75,25,75,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvgyycfU1_","regions":[[77,19,79,10,0,0,0,0],[78,16,78,26,0,0,0,0],[78,27,78,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaF","regions":[[84,43,100,6,0,0,0,0],[85,31,85,41,0,0,0,0],[85,41,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaFyyYbScMYcXEfU_","regions":[[87,29,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaFyyYbScMYcXEfU0_","regions":[[95,29,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyF","regions":[[102,33,114,6,0,0,0,0],[103,38,103,48,0,0,0,0],[103,48,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyFyycfU_","regions":[[105,37,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyFyycfU_yyYbScMYccfU_","regions":[[108,67,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC19_canCheckForUpdates33_7EB7DAC5201FA21D086477C132DA1B3CLL7Combine9PublishedVySbGvpfi","regions":[[23,61,23,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC30_automaticallyChecksForUpdates33_7EB7DAC5201FA21D086477C132DA1B3CLL7Combine9PublishedVySbGvpfi","regions":[[25,72,25,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceCACyc33_7EB7DAC5201FA21D086477C132DA1B3CLlfc","regions":[[29,29,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC10initializeyyF","regions":[[36,30,63,6,0,0,0,0],[37,45,37,55,0,0,0,0],[37,55,63,6,0,0,0,0],[40,12,40,42,0,0,0,0],[40,43,43,10,0,0,0,0],[43,10,63,6,0,0,0,0],[54,53,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC15checkForUpdatesyyF","regions":[[66,35,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC18setAutomaticChecks7enabledySb_tF","regions":[[72,51,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updaterSo10SPUUpdaterCSgvg","regions":[[79,37,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_011willInstallE0ySo10SPUUpdaterC_So13SUAppcastItemCtF","regions":[[92,7,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_011willInstallE0ySo10SPUUpdaterC_So13SUAppcastItemCtFyyYacfU_","regions":[[95,14,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_025shouldPostponeRelaunchForE018untilInvokingBlockSbSo10SPUUpdaterC_So13SUAppcastItemCyyctF","regions":[[105,15,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptF","regions":[[110,84,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptFyyYaYbScMYccfU_","regions":[[112,14,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptFyyYaYbScMYccfU_SSyKXEfu_","regions":[[113,95,113,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtF","regions":[[124,7,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtFyyYaYbScMYccfU_","regions":[[126,14,137,10,0,0,0,0],[128,28,132,14,0,0,0,0],[132,20,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtFyyYaYbScMYccfU_SSyKXEfu_","regions":[[127,95,127,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC29updaterDidRelaunchApplicationyySo10SPUUpdaterCF","regions":[[146,74,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC29updaterDidRelaunchApplicationyySo10SPUUpdaterCFyyYacfU_","regions":[[147,14,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC010prepareForE033_7EB7DAC5201FA21D086477C132DA1B3CLL7versionySS_tYaF","regions":[[155,58,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC08finalizeE033_7EB7DAC5201FA21D086477C132DA1B3CLLyyYaF","regions":[[176,41,194,6,0,0,0,0],[186,12,186,26,0,0,0,0],[186,27,188,10,0,0,0,0],[188,16,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserFeedbackService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19UserFeedbackServiceO4show7messageySS_tFZ","regions":[[4,39,10,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC022authorizationRequestedA033_D4395455D76C4073121E64DB601DBE37LLSSvpfi","regions":[[14,45,14,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC08lastSentA033_D4395455D76C4073121E64DB601DBE37LLSSvpfi","regions":[[15,31,15,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC13lastSentCache33_D4395455D76C4073121E64DB601DBE37LLSDySS10Foundation4DateVGvpfi","regions":[[18,49,18,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC11preferencesAcA011PreferencesG0C_tc33_D4395455D76C4073121E64DB601DBE37Llfc","regions":[[37,61,54,6,1,0,0,0],[41,12,41,42,1,0,0,0],[41,43,47,10,1,0,0,0],[47,10,54,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyF","regions":[[57,41,68,6,3,0,0,0],[58,31,58,41,3,0,0,0],[58,41,68,6,0,0,0,0],[60,31,60,41,0,0,0,0],[60,41,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyFySb_s5Error_pSgtYbcfU_","regions":[[62,64,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyFySb_s5Error_pSgtYbcfU_yyYaYbScMYccfU_","regions":[[64,18,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC18registerCategories33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[72,39,111,6,0,0,0,0],[73,31,73,41,0,0,0,0],[73,41,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17loadLastSentCache33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[115,38,123,6,0,0,0,0],[116,104,122,10,0,0,0,0],[118,33,120,14,0,0,0,0],[120,14,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17saveLastSentCache33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[125,38,131,6,0,0,0,0],[127,37,129,10,0,0,0,0],[129,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC10shouldSend33_D4395455D76C4073121E64DB601DBE37LL3key3ttlSbSS_SdtF","regions":[[133,69,140,6,0,0,0,0],[134,80,136,10,0,0,0,0],[136,10,139,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC11isFrontmost33_D4395455D76C4073121E64DB601DBE37LLSbyF","regions":[[142,40,148,6,0,0,0,0],[144,61,146,10,0,0,0,0],[146,10,147,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04sendF033_D4395455D76C4073121E64DB601DBE37LL5title4body8category3key3ttl18allowWhenFrontmostySS_SSAC8CategoryOSSSdSbtF","regions":[[154,7,169,6,0,0,0,0],[155,31,155,41,0,0,0,0],[155,41,169,6,0,0,0,0],[156,53,156,63,0,0,0,0],[156,63,169,6,0,0,0,0],[157,12,157,31,0,0,0,0],[157,47,157,57,0,0,0,0],[157,57,169,6,0,0,0,0],[158,51,158,61,0,0,0,0],[158,61,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC19notifyLaunchFailureyy0aB10WizardCore0iJ6StatusOF","regions":[[172,61,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC24notifyPermissionRequiredyySay0aB10WizardCore0I11RequirementOGF","regions":[[187,71,205,6,0,0,0,0],[188,37,188,47,0,0,0,0],[188,47,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC24notifyPermissionRequiredyySay0aB10WizardCore0I11RequirementOGFSSAGXEfU_","regions":[[189,33,196,10,0,0,0,0],[190,20,190,23,0,0,0,0],[191,13,191,92,0,0,0,0],[192,13,192,85,0,0,0,0],[193,13,193,68,0,0,0,0],[194,13,194,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC23notifyRecoverySucceededyySSF","regions":[[207,65,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17notifyConfigEvent_4body3keyySS_S2StF","regions":[[217,72,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17notifyActionErroryySSF","regions":[[229,47,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04userF6Center_10didReceive21withCompletionHandlerySo06UNUserfI0C_So22UNNotificationResponseCyyctF","regions":[[245,7,264,6,0,0,0,0],[247,16,247,22,0,0,0,0],[248,9,249,88,0,0,0,0],[250,9,251,83,0,0,0,0],[252,9,253,93,0,0,0,0],[254,9,255,91,0,0,0,0],[256,9,259,14,0,0,0,0],[260,9,261,18,0,0,0,0],[262,10,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04userF6Center_10didReceive21withCompletionHandlerySo06UNUserfI0C_So22UNNotificationResponseCyyctFyyYbScMYccfU_","regions":[[257,38,259,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10reportStep33_EC99E35FDEF37C1E196ACF19BA92FD83LLyySSFZ","regions":[[44,52,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10reportStep33_EC99E35FDEF37C1E196ACF19BA92FD83LLyySSFZyyYbScMYccfU_","regions":[[46,34,48,10,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26requiredDriverVersionMajor33_EC99E35FDEF37C1E196ACF19BA92FD83LLSivgZ","regions":[[54,56,54,107,7,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC27requiredDriverVersionStringSSvgZ","regions":[[55,52,55,98,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18detectInstallationSbyF","regions":[[65,39,72,6,0,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC16detectActivationSbyF","regions":[[76,37,83,6,26,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC23securityPreflightIssuesSaySSGyYaF","regions":[[87,54,109,6,0,0,0,0],[94,31,106,10,0,0,0,0],[95,76,95,88,0,0,0,0],[95,88,106,10,0,0,0,0],[97,16,97,52,0,0,0,0],[97,53,99,14,0,0,0,0],[102,16,102,33,0,0,0,0],[102,34,105,14,0,0,0,0],[103,56,103,86,0,0,0,0],[103,89,103,104,0,0,0,0],[106,10,108,22,0,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13detectRunningSbyYaF","regions":[[112,40,145,6,18,0,0,0],[113,67,113,68,13,0,0,0],[113,71,113,72,5,0,0,0],[116,42,143,10,19,0,0,0],[117,20,117,49,19,0,0,0],[118,13,119,28,15,0,0,0],[120,13,128,29,3,0,0,0],[121,20,121,41,3,0,0,0],[121,42,127,18,1,0,0,0],[127,18,128,29,2,0,0,0],[129,13,139,29,0,0,0,0],[131,20,131,51,0,0,0,0],[131,52,131,67,0,0,0,0],[131,67,139,29,0,0,0,0],[132,20,132,41,0,0,0,0],[132,42,138,18,0,0,0,0],[138,18,139,29,0,0,0,0],[140,13,141,29,1,0,0,0],[143,10,144,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13isQuarantined33_EC99E35FDEF37C1E196ACF19BA92FD83LL2atSbSS_tYaF","regions":[[147,63,161,6,0,0,0,0],[148,12,157,10,0,0,0,0],[153,14,157,10,0,0,0,0],[154,16,154,36,0,0,0,0],[154,37,156,14,0,0,0,0],[156,14,157,10,0,0,0,0],[157,17,159,10,0,0,0,0],[159,10,160,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19verifyCodeSignature33_EC99E35FDEF37C1E196ACF19BA92FD83LL2atSb7success_SS6detailtSS_tYaF","regions":[[163,96,179,6,0,0,0,0],[164,12,175,10,0,0,0,0],[169,14,174,70,0,0,0,0],[170,16,170,36,0,0,0,0],[170,37,172,14,0,0,0,0],[172,14,174,70,0,0,0,0],[173,73,173,86,0,0,0,0],[173,89,173,102,0,0,0,0],[175,17,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC22sanitizeCodesignOutput33_EC99E35FDEF37C1E196ACF19BA92FD83LLyS2SF","regions":[[181,69,187,6,0,0,0,0],[183,37,183,63,0,0,0,0],[183,63,186,51,0,0,0,0],[185,12,185,32,0,0,0,0],[185,33,185,51,0,0,0,0],[185,51,186,51,0,0,0,0]]},{"branches":[],"count":19,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaF","regions":[[191,69,312,6,19,0,0,0],[194,12,194,49,19,0,0,0],[194,50,203,10,13,0,0,0],[201,83,201,92,12,0,0,0],[201,95,201,108,1,0,0,0],[202,32,202,40,12,0,0,0],[202,43,202,54,1,0,0,0],[203,10,311,16,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_","regions":[[205,36,311,10,6,0,0,0],[207,16,207,46,6,0,0,0],[207,84,229,14,6,0,0,0],[211,20,211,37,6,0,0,0],[211,38,214,18,2,0,0,0],[214,18,228,32,4,0,0,0],[215,20,215,36,4,0,0,0],[215,37,225,18,1,0,0,0],[225,18,228,32,3,0,0,0],[229,14,311,10,0,0,0,0],[240,16,307,14,0,0,0,0],[242,31,306,58,0,0,0,0],[245,20,258,18,0,0,0,0],[257,22,258,18,0,0,0,0],[258,41,266,18,0,0,0,0],[265,47,265,55,0,0,0,0],[265,58,265,66,0,0,0,0],[266,18,306,58,0,0,0,0],[279,20,279,29,0,0,0,0],[279,48,300,18,0,0,0,0],[283,24,283,48,0,0,0,0],[283,49,288,22,0,0,0,0],[288,28,299,22,0,0,0,0],[299,22,300,18,0,0,0,0],[300,18,306,58,0,0,0,0],[304,81,304,90,0,0,0,0],[304,93,304,106,0,0,0,0],[306,36,306,44,0,0,0,0],[306,47,306,58,0,0,0,0],[307,21,310,14,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbSSXEfU_","regions":[[209,46,209,61,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_","regions":[[246,68,257,22,0,0,0,0],[255,47,257,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_yyYacfU_","regions":[[247,39,249,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_yyYaKcfU0_","regions":[[250,39,254,26,0,0,0,0],[252,68,253,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SSyKXEfu_","regions":[[269,69,269,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbSSXEfU1_","regions":[[273,29,273,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbyKXEfu0_","regions":[[275,64,275,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZ","regions":[[316,60,325,6,0,0,0,0],[317,12,321,10,0,0,0,0],[318,123,320,122,0,0,0,0],[321,17,324,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZSbyKXEfu_","regions":[[320,44,320,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZSbyKXEfu_SbyKXEfu0_","regions":[[320,80,320,121,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaF","regions":[[329,44,342,6,1,0,0,0],[331,12,331,49,1,0,0,0],[331,50,333,10,1,0,0,0],[333,10,341,39,0,0,0,0],[336,12,336,42,0,0,0,0],[336,80,338,10,0,0,0,0],[338,10,341,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaFSbSSXEfU_","regions":[[337,38,337,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaFSSs5Int32VXEfU0_","regions":[[341,25,341,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC20checkLaunchctlHealthSbSgyYaF","regions":[[348,48,367,6,0,0,0,0],[349,12,363,10,0,0,0,0],[350,123,362,27,0,0,0,0],[352,45,356,14,0,0,0,0],[356,14,362,27,0,0,0,0],[363,17,366,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC20checkLaunchctlHealthSbSgyYaFSbyKXEfu_","regions":[[359,62,359,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC22detectConnectionHealthSbyYaF","regions":[[376,49,398,6,0,0,0,0],[388,12,388,22,0,0,0,0],[388,23,390,10,0,0,0,0],[390,16,392,10,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19getInstalledVersionSSSgyF","regions":[[403,43,431,6,6,0,0,0],[405,65,407,10,6,0,0,0],[407,10,431,6,0,0,0,0],[409,95,413,10,0,0,0,0],[413,10,431,6,0,0,0,0],[416,14,419,10,0,0,0,0],[419,10,431,6,0,0,0,0],[421,12,427,10,0,0,0,0],[423,89,426,27,0,0,0,0],[427,17,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19getInstalledVersionSSSgyFSSyKXEfu_","regions":[[425,93,425,102,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18hasVersionMismatchSbyF","regions":[[434,39,460,6,4,0,0,0],[435,65,438,10,1,0,0,0],[438,10,459,27,3,0,0,0],[442,63,445,10,0,0,0,0],[445,10,459,27,3,0,0,0],[448,12,448,23,3,0,0,0],[448,24,455,10,1,0,0,0],[455,16,457,10,2,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18hasVersionMismatchSbyFSiSgSsXEfU_","regions":[[441,83,441,94,9,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC25getVersionMismatchMessageSSSgyF","regions":[[463,49,484,6,2,0,0,0],[464,65,466,10,0,0,0,0],[466,10,483,19,2,0,0,0],[469,63,471,10,0,0,0,0],[471,10,483,19,2,0,0,0],[473,12,473,59,2,0,0,0],[473,60,481,10,1,0,0,0],[481,10,483,19,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC25getVersionMismatchMessageSSSgyFSiSgSsXEfU_","regions":[[468,83,468,94,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC08activateF0SbyYaF","regions":[[490,42,502,6,0,0,0,0],[491,41,494,10,0,0,0,0],[494,10,501,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaF","regions":[[506,97,538,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_","regions":[[507,39,537,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[508,61,536,14,0,0,0,0],[517,20,517,34,0,0,0,0],[517,35,530,18,0,0,0,0],[530,24,535,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYbcfU_yyYacfU_","regions":[[521,26,529,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaF","regions":[[541,102,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaFyScCySbs5NeverOGXEfU_","regions":[[542,39,557,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[543,61,556,14,0,0,0,0],[547,20,547,34,0,0,0,0],[547,35,550,18,0,0,0,0],[550,24,555,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26uninstallAllDriverVersionsSbyYaF","regions":[[562,53,599,6,0,0,0,0],[565,12,595,10,0,0,0,0],[566,59,595,10,0,0,0,0],[566,65,570,14,0,0,0,0],[570,14,595,10,0,0,0,0],[582,16,582,31,0,0,0,0],[582,32,590,14,0,0,0,0],[590,20,594,14,0,0,0,0],[595,17,598,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC28hasInstalledDriverExtensions33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaKF","regions":[[601,70,608,6,1,0,0,0],[606,10,607,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC32downloadAndInstallCorrectVersionSbyYaF","regions":[[616,59,686,6,1,0,0,0],[622,12,624,10,1,0,0,0],[623,71,624,10,1,0,0,0],[624,17,627,10,0,0,0,0],[627,10,686,6,1,0,0,0],[629,12,629,27,1,0,0,0],[629,28,632,10,1,0,0,0],[636,65,642,10,1,0,0,0],[642,10,686,6,0,0,0,0],[651,12,651,27,0,0,0,0],[651,28,656,10,0,0,0,0],[668,12,668,25,0,0,0,0],[668,26,682,10,0,0,0,0],[682,16,685,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC17getDetailedStatusAA0eI0VyYaF","regions":[[689,56,701,6,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10shellAsync33_EC99E35FDEF37C1E196ACF19BA92FD83LLyS2SYaF","regions":[[706,64,722,6,13,0,0,0],[708,12,708,42,13,0,0,0],[708,82,710,10,13,0,0,0],[710,10,722,6,0,0,0,0],[712,12,719,10,0,0,0,0],[717,14,718,33,0,0,0,0],[719,17,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvg","regions":[[735,34,737,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu_","regions":[[736,29,736,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu0_","regions":[[736,49,736,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu1_","regions":[[736,66,736,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV11descriptionSSvg","regions":[[740,29,749,6,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA0V4name6action6sourceACSS_SSAC0eA6SourceOtcfC","regions":[[16,73,21,6,16,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO5parse6configSayAA0eA0VGSS_tFZ","regions":[[29,62,39,6,10,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO10parseBlock33_915F997E55A9952900B477A26624C2E3LL6config9blockType6sourceSayAA0eA0VGSS_SSAJ0eA6SourceOtFZ","regions":[[42,124,70,6,20,0,0,0],[45,74,67,10,12,0,0,0],[49,50,49,62,0,0,0,0],[49,62,67,10,12,0,0,0],[53,62,55,14,0,0,0,0],[55,14,67,10,12,0,0,0],[56,16,56,35,12,0,0,0],[56,36,58,14,12,0,0,0],[60,41,60,53,1,0,0,0],[60,53,67,10,11,0,0,0],[64,47,66,14,16,0,0,0],[66,14,67,10,11,0,0,0],[67,10,69,20,20,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZ","regions":[[74,97,119,6,11,0,0,0],[78,15,78,33,27,0,0,0],[78,34,116,10,16,0,0,0],[81,16,81,33,16,0,0,0],[81,34,81,43,0,0,0,0],[81,43,116,10,16,0,0,0],[84,100,86,14,0,0,0,0],[86,14,116,10,16,0,0,0],[90,16,90,49,16,0,0,0],[90,50,90,59,0,0,0,0],[90,59,116,10,16,0,0,0],[94,16,94,38,16,0,0,0],[94,39,102,14,8,0,0,0],[96,65,99,18,8,0,0,0],[99,24,101,18,0,0,0,0],[101,18,102,14,8,0,0,0],[102,20,111,14,8,0,0,0],[104,101,107,18,2,0,0,0],[107,24,110,18,6,0,0,0],[111,14,116,10,16,0,0,0],[113,16,113,29,16,0,0,0],[113,47,115,14,16,0,0,0],[116,10,118,27,11,0,0,0]]},{"branches":[],"count":134,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU_","regions":[[84,61,84,93,134,0,0,0]]},{"branches":[],"count":118,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU_SbyKXEfu_","regions":[[84,82,84,91,118,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbyKXEfu_","regions":[[90,37,90,49,16,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU0_","regions":[[104,64,104,99,10,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU0_SbyKXEfu_","regions":[[104,85,104,97,8,0,0,0]]},{"branches":[],"count":20,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO13extractBlocks33_915F997E55A9952900B477A26624C2E3LL6config9blockTypeSaySsGSS_SStFZ","regions":[[122,89,158,6,20,0,0,0],[127,15,127,44,32,0,0,0],[129,9,155,10,12,0,0,0],[134,19,134,42,689,0,0,0],[134,43,149,14,689,0,0,0],[136,20,136,31,689,0,0,0],[136,32,138,18,24,0,0,0],[138,27,138,38,665,0,0,0],[138,39,147,18,24,0,0,0],[140,24,140,34,24,0,0,0],[140,35,146,22,12,0,0,0],[146,22,147,18,12,0,0,0],[147,18,149,14,677,0,0,0],[149,14,155,10,12,0,0,0],[151,16,151,27,12,0,0,0],[151,28,154,14,0,0,0,0],[154,14,155,10,12,0,0,0],[155,10,157,23,20,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO17findMatchingParen33_915F997E55A9952900B477A26624C2E3LLySS5IndexVSgSSFZ","regions":[[161,75,176,6,8,0,0,0],[162,37,162,51,0,0,0,0],[162,51,175,19,8,0,0,0],[165,47,174,10,304,0,0,0],[166,16,166,27,304,0,0,0],[166,28,168,14,12,0,0,0],[168,23,168,34,292,0,0,0],[168,35,173,14,12,0,0,0],[170,20,170,30,12,0,0,0],[170,31,172,18,8,0,0,0],[172,18,173,14,4,0,0,0],[173,14,174,10,296,0,0,0],[174,10,175,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV08_virtualF033_D543D0BAF01D3DACA54A57879CF11CF2LL7SwiftUI5StateVySayAA0eA0VGGvpfi","regions":[[7,52,7,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV10_isLoading33_D543D0BAF01D3DACA54A57879CF11CF2LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvg","regions":[[18,25,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvg7SwiftUI05TupleH0VyAC13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvpQOy_Qo__AE19_ConditionalContentVyALyAC07loadingH0AILLQrvpQOy_Qo_AC05errorH0AILLyQrSSFQOy_Qo_GALyAC010emptyStateH0AILLQrvpQOy_Qo_AC07keyListH0AILLQrvpQOy_Qo_GGtGyXEfU_","regions":[[19,50,31,10,0,0,0,0],[22,16,22,25,0,0,0,0],[22,26,24,14,0,0,0,0],[24,48,26,14,0,0,0,0],[26,23,26,42,0,0,0,0],[26,43,28,14,0,0,0,0],[28,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvgyyYaYbcfU0_","regions":[[33,15,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[40,42,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_","regions":[[41,49,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_","regions":[[42,20,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_yyScMYccfU_","regions":[[48,32,48,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_yyScMYccfU_yyYacfU_","regions":[[48,39,48,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_APyXEfU0_","regions":[[48,70,50,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07loadingH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[65,40,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07loadingH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VAUG_Qo__AF4TextVtGyXEfU_","regions":[[66,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV05errorH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrSSF","regions":[[78,58,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV05errorH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrSSF7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_tGyXEfU_","regions":[[79,28,87,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[94,43,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeW0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalxW0VQo__AF4TextVAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAX_Qo_AF4LinkVyAjFEAMyQrAPFQOyAF5LabelVyAxRG_Qo_GtGyXEfU_","regions":[[95,29,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeW0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalxW0VQo__AF4TextVAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAX_Qo_AF4LinkVyAjFEAMyQrAPFQOyAF5LabelVyAxRG_Qo_GtGyXEfU_A6_yXEfU_","regions":[[109,117,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[120,40,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_","regions":[[121,49,136,10,0,0,0,0],[132,40,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_AnLXEfU_","regions":[[123,65,123,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_AuNcfU0_","regions":[[125,87,129,14,0,0,0,0],[126,62,128,18,0,0,0,0],[128,18,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF","regions":[[139,102,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF7SwiftUI05TupleH0VyAM0H0PAME8textCaseyQrAM4TextV0Y0OSgFQOyAT_Qo__AM7ForEachVyALSSAC6keyRowAELLyQrAIFQOy_Qo_GtGyXEfU_","regions":[[140,49,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF7SwiftUI05TupleH0VyAM0H0PAME8textCaseyQrAM4TextV0Y0OSgFQOyAT_Qo__AM7ForEachVyALSSAC6keyRowAELLyQrAIFQOy_Qo_GtGyXEfU_A0_AIcfU_","regions":[[146,27,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF","regions":[[152,57,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_","regions":[[153,29,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_AXyXEfU_","regions":[[155,53,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU0_","regions":[[170,28,170,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_A10_yXEfU1_","regions":[[170,51,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU2_","regions":[[179,28,179,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU2_yyYacfU_","regions":[[179,35,179,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_A43_yXEfU3_","regions":[[179,61,187,14,0,0,0,0],[180,20,180,42,0,0,0,0],[180,43,184,18,0,0,0,0],[184,24,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010testResultH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAC04TestJ0AELLOF","regions":[[200,68,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010testResultH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAC04TestJ0AELLOF7SwiftUI19_ConditionalContentVyAH05TupleH0VyAH0H0PAHE15foregroundStyleyQrqd__AH05ShapeZ0Rd__lFQOyAH5ImageV_AH5ColorVQo__AH4TextVtGAXGyXEfU_","regions":[[201,28,214,10,0,0,0,0],[202,20,202,26,0,0,0,0],[203,13,207,45,0,0,0,0],[208,13,212,43,0,0,0,0],[213,14,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04loadeF033_D543D0BAF01D3DACA54A57879CF11CF2LLyyYaF","regions":[[223,42,237,6,0,0,0,0],[227,12,231,10,0,0,0,0],[229,82,231,10,0,0,0,0],[231,17,234,10,0,0,0,0],[234,10,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VF","regions":[[239,50,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyXEfU_","regions":[[245,23,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyYbScMYccfU0_","regions":[[248,61,254,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyYbScMYccfU0_yyXEfU_","regions":[[249,27,253,14,0,0,0,0],[250,47,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaF","regions":[[257,51,305,6,0,0,0,0],[266,29,275,10,0,0,0,0],[275,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU_","regions":[[267,33,272,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU_yyXEfU_","regions":[[269,31,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_","regions":[[280,29,304,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyXEfU_","regions":[[282,27,296,14,0,0,0,0],[283,24,283,30,0,0,0,0],[284,17,285,82,0,0,0,0],[286,17,292,22,0,0,0,0],[288,24,288,110,0,0,0,0],[288,111,290,22,0,0,0,0],[290,28,292,22,0,0,0,0],[293,17,294,73,0,0,0,0],[295,18,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyXEfU_SbyKXEfu_","regions":[[288,70,288,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyYbScMYccfU0_","regions":[[299,65,303,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyYbScMYccfU0_yyXEfU_","regions":[[300,31,302,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV7FeatureV2id10Foundation4UUIDVvpfi","regions":[[14,18,14,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewVACycfC","regions":[[20,12,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewVACycfcSSyKXEfu_","regions":[[21,91,21,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg","regions":[[25,25,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_","regions":[[26,28,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A18_yXEfU_","regions":[[28,32,41,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_","regions":[[46,24,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_A45_yXEfU_","regions":[[47,37,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_A45_yXEfU_A44_A37_cfU_","regions":[[48,39,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[59,28,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A62_yXEfU2_","regions":[[59,43,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV18featuresForVersion33_28FBD4B0CB9D633AC63C3AB3C06D05DELLySayAC7FeatureVGSSFZ","regions":[[76,76,112,6,0,0,0,0],[79,12,79,65,0,0,0,0],[79,66,102,10,0,0,0,0],[102,10,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV18featuresForVersion33_28FBD4B0CB9D633AC63C3AB3C06D05DELLySayAC7FeatureVGSSFZSbyKXEfu_","regions":[[79,41,79,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg","regions":[[118,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_","regions":[[119,46,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_A14_yXEfU_","regions":[[125,53,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO010shouldShoweF0SbyFZ","regions":[[148,46,160,6,0,0,0,0],[153,51,156,10,0,0,0,0],[156,10,159,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO010shouldShoweF0SbyFZSSyKXEfu_","regions":[[149,102,149,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO10markAsSeenyyFZ","regions":[[163,30,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO10markAsSeenyyFZSSyKXEfu_","regions":[[164,102,164,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg","regions":[[5,25,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_","regions":[[6,28,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU_","regions":[[7,77,9,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU0_","regions":[[10,77,12,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU1_","regions":[[13,77,15,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQr7SwiftUI5ColorV_yyctF","regions":[[22,89,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQr7SwiftUI5ColorV_yyctFAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAH06_ShapeG0VyAH0I0VAJG_Qo_yXEfU_","regions":[[23,32,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit022WindowHeightPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[7,72,9,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14WindowPositionO9allValuesSSvgZ","regions":[[25,34,27,6,1,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14WindowPositionO9allValuesSSvgZSSACcfu_","regions":[[26,22,26,32,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC23hasShownSpaceAPIWarning33_9C034DE33E69EF8D36A78366170035F7LLSbvpfi","regions":[[56,43,56,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC13retryAttempts33_9C034DE33E69EF8D36A78366170035F7LLSivpfi","regions":[[59,33,59,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16maxRetryAttempts33_9C034DE33E69EF8D36A78366170035F7LLSivpfi","regions":[[60,36,60,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC14isInitializing33_9C034DE33E69EF8D36A78366170035F7LLSbvpfi","regions":[[63,34,63,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerCACyc33_9C034DE33E69EF8D36A78366170035F7Llfc","regions":[[67,20,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC26hasAccessibilityPermissionSbvg","regions":[[73,49,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC24isSpaceMovementAvailableSbvg","regions":[[79,47,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19initializeWithRetrySbyYaF","regions":[[87,53,121,6,0,0,0,0],[88,36,91,10,0,0,0,0],[91,10,120,21,0,0,0,0],[97,12,97,43,0,0,0,0],[97,44,100,10,0,0,0,0],[100,10,120,21,0,0,0,0],[105,47,115,10,0,0,0,0],[111,16,111,57,0,0,0,0],[111,58,114,14,0,0,0,0],[114,14,115,10,0,0,0,0],[115,10,120,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC30showSpaceAPIUnavailableWarning33_9C034DE33E69EF8D36A78366170035F7LLyyF","regions":[[124,51,131,6,0,0,0,0],[125,45,125,55,0,0,0,0],[125,55,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC04moveE02toSbAA0E8PositionO_tF","regions":[[139,65,218,6,0,0,0,0],[143,47,147,10,0,0,0,0],[147,10,217,23,0,0,0,0],[150,12,150,29,0,0,0,0],[150,30,156,10,0,0,0,0],[152,16,152,24,0,0,0,0],[152,25,154,14,0,0,0,0],[156,10,217,23,0,0,0,0],[159,12,159,36,0,0,0,0],[159,37,165,10,0,0,0,0],[161,16,161,24,0,0,0,0],[161,25,163,14,0,0,0,0],[165,10,217,23,0,0,0,0],[166,12,166,40,0,0,0,0],[166,41,172,10,0,0,0,0],[168,16,168,24,0,0,0,0],[168,25,170,14,0,0,0,0],[172,10,217,23,0,0,0,0],[175,12,175,34,0,0,0,0],[175,35,181,10,0,0,0,0],[177,16,177,24,0,0,0,0],[177,51,179,14,0,0,0,0],[181,10,217,23,0,0,0,0],[182,12,182,38,0,0,0,0],[182,39,188,10,0,0,0,0],[184,16,184,24,0,0,0,0],[184,51,186,14,0,0,0,0],[188,10,217,23,0,0,0,0],[191,68,195,10,0,0,0,0],[195,10,217,23,0,0,0,0],[202,71,206,10,0,0,0,0],[206,10,217,23,0,0,0,0],[214,12,214,20,0,0,0,0],[214,21,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC37notifyAccessibilityPermissionRequired33_9C034DE33E69EF8D36A78366170035F7LLyyF","regions":[[221,58,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC21notifyOperationFailed33_9C034DE33E69EF8D36A78366170035F7LLyySSF","regions":[[228,59,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC14calculateFrame33_9C034DE33E69EF8D36A78366170035F7LL3for2in07currentH0So6CGRectVAA0E8PositionO_A2JtF","regions":[[235,120,281,6,0,0,0,0],[243,16,243,24,0,0,0,0],[244,9,245,72,0,0,0,0],[247,9,248,84,0,0,0,0],[250,9,257,32,0,0,0,0],[252,16,252,64,0,0,0,0],[252,65,256,14,0,0,0,0],[253,49,255,18,0,0,0,0],[255,18,256,14,0,0,0,0],[256,14,257,32,0,0,0,0],[259,9,263,106,0,0,0,0],[265,9,266,89,0,0,0,0],[268,9,269,101,0,0,0,0],[271,9,272,76,0,0,0,0],[274,9,275,88,0,0,0,0],[277,9,279,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC15moveToNextSpace33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[285,44,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19moveToPreviousSpace33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[289,48,291,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC11moveToSpace33_9C034DE33E69EF8D36A78366170035F7LL9directionSbAC0I9DirectionAELLO_tF","regions":[[297,65,338,6,0,0,0,0],[299,52,310,10,0,0,0,0],[303,16,303,40,0,0,0,0],[303,41,308,14,0,0,0,0],[310,10,337,23,0,0,0,0],[312,78,315,10,0,0,0,0],[315,10,337,23,0,0,0,0],[317,49,317,58,0,0,0,0],[318,9,319,46,0,0,0,0],[320,9,321,50,0,0,0,0],[322,10,337,23,0,0,0,0],[324,48,327,10,0,0,0,0],[327,10,337,23,0,0,0,0],[331,12,331,19,0,0,0,0],[331,20,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19simulateSpaceSwitch33_9C034DE33E69EF8D36A78366170035F7LL9directionyAC0H9DirectionAELLO_tF","regions":[[340,65,355,6,0,0,0,0],[342,55,342,59,0,0,0,0],[342,62,342,66,0,0,0,0],[344,73,344,83,0,0,0,0],[344,83,355,6,0,0,0,0],[346,99,349,10,0,0,0,0],[351,98,354,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17moveToNextDisplay33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[359,46,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC21moveToPreviousDisplay33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[363,50,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC13moveToDisplay33_9C034DE33E69EF8D36A78366170035F7LL6offsetSbSi_tF","regions":[[367,53,415,6,0,0,0,0],[368,68,371,10,0,0,0,0],[371,10,414,58,0,0,0,0],[374,38,377,10,0,0,0,0],[377,10,414,58,0,0,0,0],[382,14,385,10,0,0,0,0],[385,10,414,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC12undoLastMove33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[419,41,432,6,0,0,0,0],[420,61,423,10,0,0,0,0],[423,10,431,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC010getFocusedE033_9C034DE33E69EF8D36A78366170035F7LLSo14AXUIElementRefa_So6CGRectVtSgyF","regions":[[437,63,470,6,0,0,0,0],[439,75,441,10,0,0,0,0],[441,10,469,33,0,0,0,0],[450,69,452,10,0,0,0,0],[452,10,469,33,0,0,0,0],[459,14,461,10,0,0,0,0],[461,10,469,33,0,0,0,0],[465,68,467,10,0,0,0,0],[467,10,469,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03getE8Position33_9C034DE33E69EF8D36A78366170035F7LLySo7CGPointVSgSo14AXUIElementRefaF","regions":[[472,71,483,6,0,0,0,0],[476,72,478,10,0,0,0,0],[478,10,482,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03getE4Size33_9C034DE33E69EF8D36A78366170035F7LLySo6CGSizeVSgSo14AXUIElementRefaF","regions":[[485,66,496,6,0,0,0,0],[489,64,491,10,0,0,0,0],[491,10,495,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03setE5Frame33_9C034DE33E69EF8D36A78366170035F7LL_5frameSbSo14AXUIElementRefa_So6CGRectVtF","regions":[[498,79,531,6,0,0,0,0],[500,64,503,10,0,0,0,0],[503,10,530,23,0,0,0,0],[508,75,510,10,0,0,0,0],[510,10,530,23,0,0,0,0],[516,66,518,10,0,0,0,0],[518,10,530,23,0,0,0,0],[524,12,524,19,0,0,0,0],[524,20,526,10,0,0,0,0],[526,16,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03setE5Frame33_9C034DE33E69EF8D36A78366170035F7LL_5frameSbSo14AXUIElementRefa_So6CGRectVtFSbyKXEfu_","regions":[[522,48,522,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL5frameSo8NSScreenCSgSo6CGRectV_tF","regions":[[536,63,552,6,0,0,0,0],[541,40,548,10,0,0,0,0],[543,16,544,63,0,0,0,0],[545,13,547,14,0,0,0,0],[547,14,548,10,0,0,0,0],[548,10,551,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL5frameSo8NSScreenCSgSo6CGRectV_tFSbyKXEfu_","regions":[[544,17,544,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL7axFrameSo8NSScreenCSgSo6CGRectV_tF","regions":[[555,65,567,6,0,0,0,0],[556,40,564,10,0,0,0,0],[559,16,560,69,0,0,0,0],[561,13,563,14,0,0,0,0],[563,14,564,10,0,0,0,0],[564,10,566,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL7axFrameSo8NSScreenCSgSo6CGRectV_tFSbyKXEfu_","regions":[[560,17,560,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17convertAXToScreen33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[571,84,573,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17convertScreenToAX33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[576,84,578,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC25convertBetweenAXAndScreen33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[581,92,585,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC02isE8OnScreen33_9C034DE33E69EF8D36A78366170035F7LL5frame6screenSbSo6CGRectV_So8NSScreenCtF","regions":[[588,76,597,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtF","regions":[[600,108,605,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[602,13,602,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu0_","regions":[[603,13,603,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu1_","regions":[[604,13,604,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$sSo8NSCursorC13KeyPathAppKitE37_windowResizeNorthWestSouthEastCursor33_340E1F154525E69E0F17F5A6B11DD994LLABSgvgZ","regions":[[10,65,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$sSo8NSCursorC13KeyPathAppKitE37_windowResizeNorthEastSouthWestCursor33_340E1F154525E69E0F17F5A6B11DD994LLABSgvgZ","regions":[[15,65,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvg","regions":[[26,26,37,6,0,0,0,0],[27,16,27,20,0,0,0,0],[28,9,28,42,0,0,0,0],[29,9,29,45,0,0,0,0],[30,9,32,73,0,0,0,0],[33,9,35,73,0,0,0,0],[36,10,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvgAFyKXEfu_","regions":[[32,63,32,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvgAFyKXEfu0_","regions":[[35,63,35,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO8isCornerSbvg","regions":[[39,24,44,6,0,0,0,0],[40,16,40,20,0,0,0,0],[41,9,41,66,0,0,0,0],[42,9,42,23,0,0,0,0],[43,10,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV9edgeWidth12CoreGraphics7CGFloatVvpfi","regions":[[53,30,53,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV10cornerSize12CoreGraphics7CGFloatVvpfi","regions":[[55,31,55,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV09debugShowG033_340E1F154525E69E0F17F5A6B11DD994LLSbvpfi","regions":[[61,36,61,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV11_isDragging33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[63,37,63,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV9_isMoving33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[64,35,64,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV17_isOptionResizing33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[65,43,65,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV13_initialFrame33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[67,47,67,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV21_initialMouseLocation33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[68,56,68,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[70,46,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyAF11DragGestureV5ValueVcfU_","regions":[[76,32,106,22,0,0,0,0],[79,28,79,37,0,0,0,0],[79,57,92,26,0,0,0,0],[80,65,84,30,0,0,0,0],[85,32,85,42,0,0,0,0],[85,43,89,30,0,0,0,0],[89,36,91,30,0,0,0,0],[98,28,98,44,0,0,0,0],[98,45,102,26,0,0,0,0],[102,32,105,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyAF11DragGestureV5ValueVcfU0_","regions":[[107,30,114,22,0,0,0,0],[108,28,108,44,0,0,0,0],[108,45,110,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleL0VyAF0L0PAFE8position1x1yQr12CoreGraphics7CGFloatV_AStFQOyAmFE5frame5width6height9alignmentQrASSg_AxF9AlignmentVtFQOyAC010edgeHandleL033_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFQOy_Qo__Qo__Qo__A5_A5_AmFEAnoPQrAS_AStFQOyAmFEAtuvWQrAX_AxZtFQOyAC06cornerzL0A0_LLyQrA2_FQOy_Qo__Qo__Qo_A9_tGAF13GeometryProxyVcfU1_","regions":[[117,32,148,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV04moveE033_340E1F154525E69E0F17F5A6B11DD994LL6deltaX0R1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[152,63,159,6,0,0,0,0],[153,53,153,63,0,0,0,0],[153,63,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOF","regions":[[163,66,206,6,0,0,0,0],[164,12,164,43,0,0,0,0],[164,44,169,10,0,0,0,0],[169,16,205,10,0,0,0,0],[171,42,171,64,0,0,0,0],[171,67,171,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFSbyKXEfu_","regions":[[164,28,164,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFySbcfU_","regions":[[173,26,181,18,0,0,0,0],[174,24,174,32,0,0,0,0],[174,46,177,22,0,0,0,0],[177,31,177,42,0,0,0,0],[177,43,180,22,0,0,0,0],[179,28,179,46,0,0,0,0],[179,47,179,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU0_","regions":[[184,36,199,26,0,0,0,0],[185,32,185,43,0,0,0,0],[185,44,191,30,0,0,0,0],[186,69,189,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU1_","regions":[[200,34,203,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOF","regions":[[210,70,246,6,0,0,0,0],[212,38,212,61,0,0,0,0],[212,64,212,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFySbcfU_","regions":[[214,22,222,14,0,0,0,0],[215,20,215,28,0,0,0,0],[215,42,218,18,0,0,0,0],[218,27,218,38,0,0,0,0],[218,39,221,18,0,0,0,0],[220,24,220,44,0,0,0,0],[220,45,220,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU0_","regions":[[225,32,240,22,0,0,0,0],[226,28,226,39,0,0,0,0],[226,40,232,26,0,0,0,0],[227,65,230,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU1_","regions":[[241,30,244,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyF","regions":[[250,51,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyFSbAGXEfU_","regions":[[251,44,253,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[252,51,252,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF","regions":[[256,97,351,6,0,0,0,0],[257,53,257,63,0,0,0,0],[257,63,351,6,0,0,0,0],[263,15,263,33,0,0,0,0],[264,15,264,32,0,0,0,0],[266,15,266,34,0,0,0,0],[267,15,267,33,0,0,0,0],[301,16,301,20,0,0,0,0],[302,9,303,54,0,0,0,0],[304,9,305,55,0,0,0,0],[306,9,315,14,0,0,0,0],[309,16,309,92,0,0,0,0],[309,93,312,14,0,0,0,0],[312,20,315,14,0,0,0,0],[316,10,351,6,0,0,0,0],[323,16,323,20,0,0,0,0],[324,9,325,61,0,0,0,0],[326,9,328,18,0,0,0,0],[329,9,331,92,0,0,0,0],[332,10,351,6,0,0,0,0],[334,16,334,20,0,0,0,0],[335,9,337,18,0,0,0,0],[338,9,340,62,0,0,0,0],[341,9,343,94,0,0,0,0],[344,10,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu_","regions":[[262,44,262,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu0_","regions":[[262,64,262,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu1_","regions":[[265,44,265,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu2_","regions":[[265,64,265,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF14heightForWidthL_y12CoreGraphics7CGFloatVARF","regions":[[269,58,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF14widthForHeightL_y12CoreGraphics7CGFloatVARF","regions":[[274,59,277,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF15widthBasedFrameL_12CoreGraphics7CGFloatV_ARtyF","regions":[[279,54,287,10,0,0,0,0],[282,16,282,66,0,0,0,0],[282,67,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF15widthBasedFrameL_12CoreGraphics7CGFloatV_ARtyFSbyKXEfu_","regions":[[282,43,282,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF16heightBasedFrameL_12CoreGraphics7CGFloatV_ARtyF","regions":[[289,55,297,10,0,0,0,0],[292,16,292,62,0,0,0,0],[292,63,295,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF16heightBasedFrameL_12CoreGraphics7CGFloatV_ARtyFSbyKXEfu_","regions":[[292,41,292,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV5clamp33_340E1F154525E69E0F17F5A6B11DD994LL_3min3max12CoreGraphics7CGFloatVAJ_A2JtF","regions":[[353,95,355,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE19windowResizeHandles19keyboardAspectRatio16horizontalChrome08verticalO0Qr12CoreGraphics7CGFloatV_A2KtF","regions":[[364,20,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg","regions":[[12,25,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg7SwiftUI05TupleG0VyAA16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV_AA22PermissionStatusBannerAILLVAA13MonitorCanvasAILLVAA14ActionCardsRowAILLVAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGGtGyXEfU_","regions":[[13,50,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg7SwiftUI05TupleG0VyAA16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV_AA22PermissionStatusBannerAILLVAA13MonitorCanvasAILLVAA14ActionCardsRowAILLVAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGGtGyXEfU_A7_yXEfU_","regions":[[30,32,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV10convention02onE6ChangeAdA06WindowaE0O_yAHctcfC","regions":[[52,104,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[58,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_","regions":[[59,49,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_A_yXEfU_","regions":[[61,63,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_yAW_AWtcfU0_","regions":[[68,44,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_yAW_AWtcfU1_","regions":[[71,39,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MonitorCanvas33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[90,25,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MonitorCanvas33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAA16QuarterZonesGridACLLV_AA10HalvesAxisACLLVtGyXEfU_","regions":[[91,29,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[116,25,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_","regions":[[118,28,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_AOyXEfU_","regions":[[119,32,123,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_AOyXEfU0_","regions":[[125,32,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV9isHoveredSbvg","regions":[[151,33,151,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[153,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_AA04SnapA5BadgeACLLVAF6VStackVyAHyAF6SpacerV_AF0S0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4TextV_Qo_tGGSgtGyXEfU_","regions":[[154,16,176,10,0,0,0,0],[157,35,157,58,0,0,0,0],[157,61,157,72,0,0,0,0],[167,16,167,25,0,0,0,0],[167,26,175,14,0,0,0,0],[175,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_AA04SnapA5BadgeACLLVAF6VStackVyAHyAF6SpacerV_AF0S0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4TextV_Qo_tGGSgtGyXEfU_A8_yXEfU_","regions":[[168,24,174,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[179,18,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[180,53,182,14,0,0,0,0],[181,42,181,46,0,0,0,0],[181,49,181,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ZoneDivider33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[193,25,204,6,0,0,0,0],[194,16,194,27,0,0,0,0],[195,9,198,34,0,0,0,0],[199,9,202,33,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[213,25,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_","regions":[[214,28,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_","regions":[[215,32,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_ySbcfU_","regions":[[231,26,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_ySbcfU_yyXEfU_","regions":[[232,61,234,22,0,0,0,0],[233,50,233,59,0,0,0,0],[233,62,233,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_","regions":[[247,20,261,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_ySbcfU_","regions":[[255,26,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_ySbcfU_yyXEfU_","regions":[[256,61,258,22,0,0,0,0],[257,50,257,57,0,0,0,0],[257,60,257,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV9isHoveredSbvg","regions":[[273,33,273,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[275,25,300,6,0,0,0,0],[293,35,293,59,0,0,0,0],[293,62,293,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI19_ConditionalContentVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF4TextVtGAJyAN_ALtGGyXEfU_","regions":[[276,28,288,10,0,0,0,0],[277,16,277,29,0,0,0,0],[277,30,282,14,0,0,0,0],[281,50,281,60,0,0,0,0],[281,63,281,73,0,0,0,0],[282,20,287,14,0,0,0,0],[285,50,285,60,0,0,0,0],[285,63,285,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[295,18,299,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[296,53,298,14,0,0,0,0],[297,42,297,46,0,0,0,0],[297,49,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActionCardsRow33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[308,25,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActionCardsRow33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAA12DisplaysCardACLLV_AA06SpacesV0ACLLVAA04UndoV0ACLLVtGyXEfU_","regions":[[309,29,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[321,36,321,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[323,25,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_","regions":[[329,11,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_A_yXEfU_","regions":[[330,32,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[338,18,338,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[346,36,346,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV04prevA0SSvg","regions":[[348,33,350,6,0,0,0,0],[349,35,349,38,0,0,0,0],[349,41,349,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV04nextA0SSvg","regions":[[352,33,354,6,0,0,0,0],[353,35,353,38,0,0,0,0],[353,41,353,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[356,25,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_","regions":[[362,11,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_A_yXEfU_","regions":[[363,32,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[371,18,371,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[379,36,379,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[381,25,391,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgAA04SnapA5BadgeACLLVycfU_","regions":[[387,11,389,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[390,18,390,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[403,25,436,6,0,0,0,0],[428,81,428,84,0,0,0,0],[428,87,428,90,0,0,0,0],[432,57,432,60,0,0,0,0],[432,63,432,67,0,0,0,0],[434,34,434,38,0,0,0,0],[434,41,434,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE5frame5width6heightANQr12CoreGraphics7CGFloatVSg_AwPtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF06_ShapeS0VyAF16RoundedRectangleVAZGQo__AF4TextVtGG_xtGyXEfU_","regions":[[404,28,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE5frame5width6heightANQr12CoreGraphics7CGFloatVSg_AwPtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF06_ShapeS0VyAF16RoundedRectangleVAZGQo__AF4TextVtGG_xtGyXEfU_A17_yXEfU_","regions":[[406,32,419,14,0,0,0,0],[409,50,409,56,0,0,0,0],[409,59,409,70,0,0,0,0],[413,47,413,58,0,0,0,0],[413,61,413,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV13isHighlightedSbvpfi","regions":[[444,31,444,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4sizeAD0F4SizeOvpfi","regions":[[445,27,445,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV010_displayedA07SwiftUI5StateVySSGvpfi","regions":[[449,47,449,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_flipAngle7SwiftUI5StateVySdGvpfi","regions":[[450,44,450,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV12_randomDelay7SwiftUI5StateVySdGvpfi","regions":[[452,46,452,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV19_durationMultiplier7SwiftUI5StateVySdGvpfi","regions":[[454,53,454,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV0F4SizeO9dimension12CoreGraphics7CGFloatVvg","regions":[[461,32,467,10,0,0,0,0],[462,20,462,24,0,0,0,0],[463,13,463,28,0,0,0,0],[464,13,464,30,0,0,0,0],[465,13,465,28,0,0,0,0],[466,14,467,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV0F4SizeO04fontO012CoreGraphics7CGFloatVvg","regions":[[469,31,475,10,0,0,0,0],[470,20,470,24,0,0,0,0],[471,13,471,28,0,0,0,0],[472,13,472,30,0,0,0,0],[473,13,473,28,0,0,0,0],[474,14,475,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[478,25,541,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE16rotation3DEffect_4axis6anchor0Z1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AY1yAY1ztAF9UnitPointVA2YtFQOyAjFE11scaleEffect_ARQrAY_A2_tFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A5_Qrqd___A7_tAfIRd__lFQOyAjFE5frame5width6heightA5_QrAYSg_A12_A7_tFQOyAF4TextV_Qo__AF06_ShapeS0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeS0VyA19_A21_AF05EmptyS0VGQo__Qo__Qo__SbQo__A14_SgtGyXEfU_","regions":[[479,28,505,10,0,0,0,0],[482,50,482,56,0,0,0,0],[482,59,482,64,0,0,0,0],[486,47,486,52,0,0,0,0],[486,55,486,74,0,0,0,0],[492,46,492,49,0,0,0,0],[492,52,492,55,0,0,0,0],[500,26,504,14,0,0,0,0],[504,14,505,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgyycfU0_","regions":[[506,19,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_","regions":[[512,28,540,10,0,0,0,0],[513,41,513,51,0,0,0,0],[513,51,540,10,0,0,0,0],[515,16,515,28,0,0,0,0],[515,29,517,14,0,0,0,0],[517,20,539,14,0,0,0,0],[521,58,521,60,0,0,0,0],[521,63,521,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_","regions":[[526,79,538,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyXEfU_","regions":[[528,68,530,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyYbScMYccfU0_","regions":[[532,84,537,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyYbScMYccfU0_yyXEfU_","regions":[[534,73,536,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO3key3forSSAA06WindowA10ConventionO_tF","regions":[[554,61,579,6,0,0,0,0],[555,16,555,26,0,0,0,0],[556,9,566,14,0,0,0,0],[557,20,557,24,0,0,0,0],[558,13,558,31,0,0,0,0],[559,13,559,32,0,0,0,0],[560,13,560,34,0,0,0,0],[561,13,561,35,0,0,0,0],[562,13,562,28,0,0,0,0],[563,13,563,29,0,0,0,0],[564,13,564,32,0,0,0,0],[565,13,565,30,0,0,0,0],[567,9,577,14,0,0,0,0],[568,20,568,24,0,0,0,0],[569,13,569,31,0,0,0,0],[570,13,570,32,0,0,0,0],[571,13,571,34,0,0,0,0],[572,13,572,35,0,0,0,0],[573,13,573,28,0,0,0,0],[574,13,574,29,0,0,0,0],[575,13,575,32,0,0,0,0],[576,13,576,30,0,0,0,0],[578,10,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO5labelSSvg","regions":[[581,23,592,6,0,0,0,0],[582,16,582,20,0,0,0,0],[583,9,583,34,0,0,0,0],[584,9,584,36,0,0,0,0],[585,9,585,40,0,0,0,0],[586,9,586,42,0,0,0,0],[587,9,587,27,0,0,0,0],[588,9,588,29,0,0,0,0],[589,9,589,35,0,0,0,0],[590,9,590,31,0,0,0,0],[591,10,592,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO5color7SwiftUI5ColorVvg","regions":[[594,22,603,6,0,0,0,0],[595,16,595,20,0,0,0,0],[596,9,597,20,0,0,0,0],[598,9,599,18,0,0,0,0],[600,9,601,19,0,0,0,0],[602,10,603,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV04_hasE07SwiftUI5StateVySbGvpfi","regions":[[610,40,610,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[612,25,651,6,0,0,0,0],[613,12,613,26,0,0,0,0],[613,27,650,10,0,0,0,0],[650,10,651,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[614,32,640,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A_yXEfU_","regions":[[619,57,627,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[631,41,635,18,0,0,0,0],[632,127,634,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV17_showSuccessBurst33_7E530F1A021C2D6AFEC1F1295D030C5FLL7SwiftUI5StateVySbGvpfi","regions":[[17,43,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV10statusIcon33_7E530F1A021C2D6AFEC1F1295D030C5FLL3forSS4name_7SwiftUI5ColorV5colort0abE4Core18InstallationStatusO_tF","regions":[[21,93,34,6,0,0,0,0],[22,16,22,22,0,0,0,0],[23,9,24,46,0,0,0,0],[25,9,26,50,0,0,0,0],[27,9,28,40,0,0,0,0],[29,9,30,48,0,0,0,0],[31,9,32,44,0,0,0,0],[33,10,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV14kanataSubtitle33_7E530F1A021C2D6AFEC1F1295D030C5FLL3forSS0abE4Core18InstallationStatusO_tF","regions":[[36,75,45,6,0,0,0,0],[37,16,37,22,0,0,0,0],[38,9,39,44,0,0,0,0],[40,9,41,41,0,0,0,0],[42,9,43,44,0,0,0,0],[44,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV16stateInterpreter33_7E530F1A021C2D6AFEC1F1295D030C5FLLAA0e5StateI0Vvpfi","regions":[[48,36,48,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg","regions":[[50,25,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_","regions":[[51,16,229,10,0,0,0,0],[222,16,222,32,0,0,0,0],[222,33,228,14,0,0,0,0],[228,14,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_","regions":[[52,32,216,14,0,0,0,0],[54,20,54,43,0,0,0,0],[54,44,114,18,0,0,0,0],[114,24,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_","regions":[[55,70,111,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yycfU_","regions":[[60,44,64,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yycfU_yyYacfU_","regions":[[61,38,63,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_","regions":[[68,32,98,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_","regions":[[70,99,96,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[71,53,82,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_A30_yXEfU_","regions":[[74,56,81,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_","regions":[[84,53,95,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_A30_yXEfU_","regions":[[87,56,94,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yyScMYccfU1_","regions":[[105,53,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_","regions":[[116,70,212,22,0,0,0,0],[129,28,129,60,0,0,0,0],[129,61,135,26,0,0,0,0],[135,26,212,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yycfU_","regions":[[121,44,125,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yycfU_yyYacfU_","regions":[[122,38,124,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yyScMYccfU0_","regions":[[138,58,140,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_","regions":[[145,95,206,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_","regions":[[146,49,169,30,0,0,0,0],[159,36,159,76,0,0,0,0],[159,77,168,34,0,0,0,0],[168,34,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_A30_yXEfU_","regions":[[150,52,157,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_yyScMYccfU0_","regions":[[160,55,165,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_","regions":[[172,49,204,30,0,0,0,0],[185,36,185,75,0,0,0,0],[185,76,203,34,0,0,0,0],[203,34,204,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_A30_yXEfU_","regions":[[176,52,183,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_yyScMYccfU0_","regions":[[186,51,200,38,0,0,0,0],[191,44,191,89,0,0,0,0],[191,90,197,42,0,0,0,0],[197,42,200,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_","regions":[[230,19,267,10,0,0,0,0],[232,16,232,44,0,0,0,0],[232,45,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_","regions":[[233,46,265,18,0,0,0,0],[237,27,237,44,0,0,0,0],[237,45,264,22,0,0,0,0],[242,28,242,93,0,0,0,0],[242,94,261,26,0,0,0,0],[250,32,250,43,0,0,0,0],[250,64,259,30,0,0,0,0],[264,22,265,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_SbyKXEfu_","regions":[[241,56,241,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_SbyKXEfu0_","regions":[[242,63,242,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_yyXEfU_","regions":[[254,71,256,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU1_","regions":[[268,22,271,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03hasF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvg","regions":[[276,46,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03hasF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvgSbyKXEfu_","regions":[[277,53,277,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV19nextStepButtonTitle33_7E530F1A021C2D6AFEC1F1295D030C5FLLSSvg","regions":[[280,45,282,6,0,0,0,0],[281,29,281,48,0,0,0,0],[281,51,281,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV31isRunningFromApplicationsFolder33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvg","regions":[[284,55,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Status33_7E530F1A021C2D6AFEC1F1295D030C5FLL0abE4Core012InstallationI0Ovg","regions":[[288,64,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Status33_7E530F1A021C2D6AFEC1F1295D030C5FLL0abE4Core012InstallationI0Ovg","regions":[[292,63,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvg","regions":[[299,59,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[300,23,305,10,0,0,0,0],[301,72,303,14,0,0,0,0],[303,14,304,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvg","regions":[[308,58,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[309,23,314,10,0,0,0,0],[310,72,312,14,0,0,0,0],[312,14,313,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[319,53,371,6,0,0,0,0],[324,12,324,26,0,0,0,0],[324,27,327,10,0,0,0,0],[327,10,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_","regions":[[325,18,325,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU0_","regions":[[330,38,358,10,0,0,0,0],[335,19,335,41,0,0,0,0],[335,42,357,14,0,0,0,0],[343,20,343,85,0,0,0,0],[343,86,350,18,0,0,0,0],[352,20,352,29,0,0,0,0],[352,41,355,18,0,0,0,0],[355,18,357,14,0,0,0,0],[356,20,356,36,0,0,0,0],[356,37,356,47,0,0,0,0],[356,47,357,14,0,0,0,0],[357,14,358,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU0_SbyKXEfu_","regions":[[343,55,343,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU1_","regions":[[360,14,370,10,0,0,0,0],[365,16,365,24,0,0,0,0],[365,25,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU1_SbyKXEfu_","regions":[[364,59,364,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF8Settings33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[373,46,391,6,0,0,0,0],[380,9,390,10,0,0,0,0],[382,16,382,18,0,0,0,0],[382,19,384,14,0,0,0,0],[384,20,389,14,0,0,0,0],[386,20,386,109,0,0,0,0],[386,110,388,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[393,39,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_","regions":[[396,14,421,10,0,0,0,0],[401,16,401,38,0,0,0,0],[401,39,407,14,0,0,0,0],[409,16,409,33,0,0,0,0],[409,34,412,14,0,0,0,0],[412,14,421,10,0,0,0,0],[416,13,418,14,0,0,0,0],[418,20,420,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_SbyKXEfu_","regions":[[399,20,399,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV20revealKanataInFinder33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[424,41,437,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV20revealKanataInFinder33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYbScMYccfU_","regions":[[434,63,436,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV010copyKanataB11ToClipboard33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[439,46,445,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV031positionSettingsAndFinderSideByL033_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFZ","regions":[[448,63,509,6,0,0,0,0],[449,47,449,57,0,0,0,0],[449,57,509,6,0,0,0,0],[473,17,487,10,0,0,0,0],[476,16,476,110,0,0,0,0],[478,13,486,14,0,0,0,0],[492,17,506,10,0,0,0,0],[495,16,495,110,0,0,0,0],[497,13,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ","regions":[[515,36,575,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_","regions":[[520,22,570,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU_","regions":[[536,28,536,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU0_","regions":[[553,28,553,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU1_","regions":[[564,28,564,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV4bodyQrvg","regions":[[12,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE22multilineTextAlignmentyQrAE0nO0OFQOyAE0N0V_Qo_Sg_AC12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvpQOy_Qo_tGyXEfU_","regions":[[13,56,26,10,0,0,0,0],[17,52,22,14,0,0,0,0],[22,14,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV10statusIcon33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSvg","regions":[[32,36,52,6,0,0,0,0],[34,12,34,34,0,0,0,0],[34,54,36,10,0,0,0,0],[36,10,52,6,0,0,0,0],[39,12,39,34,0,0,0,0],[39,55,41,10,0,0,0,0],[41,10,52,6,0,0,0,0],[44,16,44,27,0,0,0,0],[45,9,46,51,0,0,0,0],[47,9,48,51,0,0,0,0],[49,9,50,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV11statusColor33_A2F1DCCABC89C797F11BEA02EFCECFCFLL7SwiftUI0I0Vvg","regions":[[54,36,74,6,0,0,0,0],[56,12,56,34,0,0,0,0],[56,54,58,10,0,0,0,0],[58,10,74,6,0,0,0,0],[61,12,61,34,0,0,0,0],[61,55,63,10,0,0,0,0],[63,10,74,6,0,0,0,0],[66,16,66,27,0,0,0,0],[67,9,68,47,0,0,0,0],[69,9,70,45,0,0,0,0],[71,9,72,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV13statusMessage33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSvg","regions":[[76,39,97,6,0,0,0,0],[78,12,78,34,0,0,0,0],[78,54,81,10,0,0,0,0],[81,10,97,6,0,0,0,0],[84,12,84,34,0,0,0,0],[84,55,86,10,0,0,0,0],[86,10,97,6,0,0,0,0],[89,16,89,27,0,0,0,0],[90,9,91,41,0,0,0,0],[92,9,93,40,0,0,0,0],[94,9,95,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV17statusDescription33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSSgvg","regions":[[99,44,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvg","regions":[[105,41,128,6,0,0,0,0],[107,12,107,34,0,0,0,0],[107,54,111,10,0,0,0,0],[111,16,127,10,0,0,0,0],[113,20,113,31,0,0,0,0],[114,13,117,18,0,0,0,0],[119,13,121,28,0,0,0,0],[123,13,125,28,0,0,0,0],[126,14,127,10,0,0,0,0],[127,10,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvgyyYacfU_","regions":[[108,81,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvgyyYacfU0_","regions":[[115,94,117,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ","regions":[[134,36,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_","regions":[[135,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU_","regions":[[139,33,139,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU0_","regions":[[140,28,140,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU1_","regions":[[146,33,146,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU2_","regions":[[147,28,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU3_","regions":[[153,33,153,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU4_","regions":[[154,28,154,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC17runningOperationsShySSGvpfi","regions":[[15,42,15,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC17operationProgressSDySSSdGvpfi","regions":[[17,47,17,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC12runningTasks33_C14CF4DA0BB15D85D32C08A01C274BAELLSDySSScTyyts5NeverOGGvpfi","regions":[[21,61,21,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC14defaultTimeout33_C14CF4DA0BB15D85D32C08A01C274BAELLSdvpfi","regions":[[24,48,24,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFfA1_yxYaYbScMYccfU_","regions":[[38,61,38,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFfA2_yANYbScMYccfU_","regions":[[39,65,39,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlF","regions":[[40,7,144,6,0,0,0,0],[45,57,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFSdyKXEfu_","regions":[[42,42,42,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYaYbScMYccfU_","regions":[[49,18,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_","regions":[[56,25,140,10,0,0,0,0],[57,33,57,43,0,0,0,0],[57,43,140,10,0,0,0,0],[70,16,113,14,0,0,0,0],[99,18,113,14,0,0,0,0],[102,46,106,18,0,0,0,0],[106,18,113,14,0,0,0,0],[113,21,136,14,0,0,0,0],[115,20,115,36,0,0,0,0],[115,37,117,18,0,0,0,0],[117,24,135,18,0,0,0,0],[119,66,123,22,0,0,0,0],[123,28,128,22,0,0,0,0],[136,14,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_yyYbScMYcXEfU_","regions":[[60,33,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_","regions":[[72,58,79,18,0,0,0,0],[78,22,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_ySdYbcfU_","regions":[[73,49,78,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_ySdYbcfU_yyYaYbScMYccfU_","regions":[[75,30,77,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_","regions":[[82,74,99,18,0,0,0,0],[96,56,98,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_xyYaKcfU_","regions":[[84,35,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_xyYaKcfU0_","regions":[[89,35,93,22,0,0,0,0],[91,78,92,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_yyYbScMYcXEfU2_","regions":[[131,41,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC9isRunningySbSSF","regions":[[147,62,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC11getProgressySdSSF","regions":[[152,66,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC11getProgressySdSSFSdyKXEfu_","regions":[[153,43,153,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC19cancelAllOperationsyyF","regions":[[157,32,171,6,0,0,0,0],[161,35,163,10,0,0,0,0],[163,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC19cancelAllOperationsyyFyyYaYbScMYccfU_","regions":[[165,14,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC019cancelAllOperationsF0yyF","regions":[[174,37,192,6,0,0,0,0],[180,35,182,10,0,0,0,0],[182,10,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC019cancelAllOperationsF0yyFyyYaYbScMYccfU_","regions":[[188,14,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC06cancelG0yySSF","regions":[[195,49,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC07cleanupG033_C14CF4DA0BB15D85D32C08A01C274BAELLyySSF","regions":[[205,58,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC20resetStuckOperationsyyF","regions":[[213,44,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC20hasRunningOperationsSbvg","regions":[[221,47,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimeoutError33_C14CF4DA0BB15D85D32C08A01C274BAELLV20localizedDescriptionSSvg","regions":[[232,38,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AsyncOperationV2id4name7executeACyxGSS_SSxySdYbcYaKctcfC","regions":[[248,7,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO7autoFix6action0G5FixerAA14AsyncOperationVySbG0abE4Core04AutoH6ActionO_AA0enJ0CtFZ","regions":[[264,31,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO7autoFix6action0G5FixerAA14AsyncOperationVySbG0abE4Core04AutoH6ActionO_AA0enJ0CtFZSbySdYbcYaKcfU_","regions":[[268,11,326,10,0,0,0,0],[273,20,273,26,0,0,0,0],[274,13,283,31,0,0,0,0],[281,63,283,31,0,0,0,0],[285,13,300,31,0,0,0,0],[291,63,300,31,0,0,0,0],[298,63,300,31,0,0,0,0],[302,13,312,31,0,0,0,0],[310,56,312,31,0,0,0,0],[314,13,324,31,0,0,0,0],[322,63,324,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO12startService13kanataManagerAA14AsyncOperationVySbGAA18RuntimeCoordinatorC_tFZ","regions":[[330,89,354,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO12startService13kanataManagerAA14AsyncOperationVySbGAA18RuntimeCoordinatorC_tFZSbySdYbcYaKcfU_","regions":[[334,11,353,10,0,0,0,0],[341,42,341,46,0,0,0,0],[341,49,341,52,0,0,0,0],[343,16,343,25,0,0,0,0],[343,26,348,14,0,0,0,0],[346,56,348,14,0,0,0,0],[348,14,352,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZ","regions":[[360,31,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_","regions":[[364,11,410,10,0,0,0,0],[368,20,368,24,0,0,0,0],[369,13,370,84,0,0,0,0],[371,13,372,82,0,0,0,0],[373,14,409,25,0,0,0,0],[381,19,381,41,0,0,0,0],[381,42,406,14,0,0,0,0],[383,56,406,14,0,0,0,0],[390,28,390,32,0,0,0,0],[391,21,392,65,0,0,0,0],[393,21,394,63,0,0,0,0],[395,22,406,14,0,0,0,0],[397,20,397,33,0,0,0,0],[397,34,405,18,0,0,0,0],[405,18,406,14,0,0,0,0],[406,14,409,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_yyYbScMYcXEfU_","regions":[[370,37,370,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_yyYbScMYcXEfU0_","regions":[[372,37,372,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionTypeO11displayNameSSvg","regions":[[420,29,425,6,0,0,0,0],[421,16,421,20,0,0,0,0],[422,9,422,50,0,0,0,0],[423,9,423,45,0,0,0,0],[424,10,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV16errorDescriptionSSSgvg","regions":[[436,35,438,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV18recoverySuggestionSSSgvg","regions":[[440,37,451,6,0,0,0,0],[441,12,441,35,0,0,0,0],[441,36,443,10,0,0,0,0],[443,10,450,80,0,0,0,0],[445,12,445,38,0,0,0,0],[445,39,447,10,0,0,0,0],[447,10,450,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV18recoverySuggestionSSSgvgSSSi6offset_SS7elementt_tXEfU_","regions":[[449,64,449,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV04fromF0_9operationACs0F0_p_SStFZ","regions":[[453,77,462,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV7timeout9operationACSS_tFZ","regions":[[464,59,473,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV9cancelled9operationACSS_tFZ","regions":[[475,61,485,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV25createUserFriendlyMessage33_C14CF4DA0BB15D85D32C08A01C274BAELL3for5errorSS_SaySSGtSS_s0F0_ptFZ","regions":[[491,7,588,6,0,0,0,0],[492,16,492,25,0,0,0,0],[493,9,501,14,0,0,0,0],[503,9,511,14,0,0,0,0],[513,9,521,14,0,0,0,0],[523,9,531,14,0,0,0,0],[533,9,541,14,0,0,0,0],[543,9,551,14,0,0,0,0],[553,9,561,14,0,0,0,0],[563,9,571,14,0,0,0,0],[573,9,586,14,0,0,0,0],[578,54,578,66,0,0,0,0],[578,69,578,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV20createTimeoutMessage33_C14CF4DA0BB15D85D32C08A01C274BAELL3forSS_SaySSGtSS_tFZ","regions":[[590,91,657,6,0,0,0,0],[591,16,591,25,0,0,0,0],[592,9,600,14,0,0,0,0],[602,9,610,14,0,0,0,0],[612,9,620,14,0,0,0,0],[622,9,630,14,0,0,0,0],[632,9,640,14,0,0,0,0],[642,9,655,14,0,0,0,0],[647,54,647,65,0,0,0,0],[647,68,647,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore13AutoFixActionO0aB6AppKitE11displayNameSSvg","regions":[[663,29,714,6,0,0,0,0],[664,16,664,20,0,0,0,0],[665,9,666,40,0,0,0,0],[667,9,668,42,0,0,0,0],[669,9,670,46,0,0,0,0],[671,9,672,37,0,0,0,0],[673,9,674,41,0,0,0,0],[675,9,676,41,0,0,0,0],[677,9,678,40,0,0,0,0],[679,9,680,48,0,0,0,0],[681,9,682,44,0,0,0,0],[683,9,684,37,0,0,0,0],[685,9,686,39,0,0,0,0],[687,9,688,36,0,0,0,0],[689,9,690,42,0,0,0,0],[691,9,692,39,0,0,0,0],[693,9,694,41,0,0,0,0],[695,9,696,35,0,0,0,0],[697,9,698,50,0,0,0,0],[699,9,700,32,0,0,0,0],[701,9,702,39,0,0,0,0],[703,9,704,51,0,0,0,0],[705,9,706,47,0,0,0,0],[707,9,708,33,0,0,0,0],[709,9,710,43,0,0,0,0],[711,9,712,39,0,0,0,0],[713,10,714,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC13kanataManager010vhidDeviceI007packageI015installerEngine14statusReporterAcA18RuntimeCoordinatorC_AA010VHIDDeviceI0CAA07PackageI0CAA0e9InstallerN8Protocol_pySSYbScMYcctcfcfA3_ySSYbScMYccfU_","regions":[[30,65,30,73,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC13kanataManager010vhidDeviceI007packageI015installerEngine14statusReporterAcA18RuntimeCoordinatorC_AA010VHIDDeviceI0CAA07PackageI0CAA0e9InstallerN8Protocol_pySSYbScMYcctcfc","regions":[[31,7,37,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC19analyzeStartupErrory0abE4Core0E5IssueVSg5issue_Sb03canF3FixtSSF","regions":[[42,90,85,6,0,0,0,0],[45,12,45,38,0,0,0,0],[45,39,56,10,0,0,0,0],[56,10,84,28,0,0,0,0],[58,12,58,65,0,0,0,0],[58,66,69,10,0,0,0,0],[69,10,84,28,0,0,0,0],[71,12,71,64,0,0,0,0],[71,65,82,10,0,0,0,0],[82,10,84,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC19analyzeStartupErrory0abE4Core0E5IssueVSg5issue_Sb03canF3FixtSSFSSyKXEfu_","regions":[[51,55,51,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC03canF3FixySb0abE4Core0fI6ActionOF","regions":[[89,54,98,6,0,0,0,0],[90,16,90,22,0,0,0,0],[91,9,92,51,0,0,0,0],[93,9,94,51,0,0,0,0],[95,9,96,17,0,0,0,0],[97,10,98,6,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC07performF3FixySb0abE4Core0fI6ActionOYaF","regions":[[101,64,103,6,24,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC08_performF3Fix33_1A66C404F2D4C6F8409E8E81D6FF1E4DLLySb0abE4Core0fI6ActionOYaF","regions":[[106,73,109,6,24,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC15resetEverythingSbyYaF","regions":[[113,42,116,6,0,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC21runViaInstallerEngine33_1A66C404F2D4C6F8409E8E81D6FF1E4DLLySb0abE4Core0F9FixActionOYaF","regions":[[119,79,122,6,24,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC9configure06kanataH005toastH014statusReporteryAA18RuntimeCoordinatorC_AA0e5ToastH0CySSYbScMYcctFfA1_ySSYbScMYccfU_","regions":[[16,65,16,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC9configure06kanataH005toastH014statusReporteryAA18RuntimeCoordinatorC_AA0e5ToastH0CySSYbScMYcctF","regions":[[17,7,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC03canF3FixySb0abE4Core0fJ6ActionOF","regions":[[26,54,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC03canF3FixySb0abE4Core0fJ6ActionOFSbyKXEfu_","regions":[[27,42,27,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC07performF3FixySb0abE4Core0fJ6ActionOYaF","regions":[[30,64,38,6,0,0,0,0],[32,34,35,10,0,0,0,0],[35,10,37,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV06CancelF0V5title6action9isEnabledAESS_yycSbtcfC","regions":[[12,94,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV09SecondaryF0V5title6action9isEnabledAESS_yycSbtcfC","regions":[[25,83,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV07PrimaryF0V5title6action9isEnabled0K7Loading5styleAESS_yycS2bAE0F5StyleOtcfC","regions":[[48,11,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV6cancel9secondary7primaryA2C06CancelF0VSg_AC09SecondaryF0VSgAC07PrimaryF0VtcfC","regions":[[65,7,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg","regions":[[71,25,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_","regions":[[72,55,112,10,0,0,0,0],[74,33,81,14,0,0,0,0],[81,14,112,10,0,0,0,0],[84,36,90,14,0,0,0,0],[90,14,112,10,0,0,0,0],[95,34,111,14,0,0,0,0],[96,20,96,55,0,0,0,0],[96,56,103,18,0,0,0,0],[103,24,110,18,0,0,0,0],[111,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU_","regions":[[75,44,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU0_","regions":[[85,47,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU1_","regions":[[97,49,99,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_SbyKXEfu_","regions":[[102,59,102,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU2_","regions":[[104,49,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_SbyKXEfu0_","regions":[[109,59,109,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV11primaryOnly5title6action9isLoadingACSS_yycSbtFZ","regions":[[125,5,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV16primaryAndCancel0H5Title0H6Action06cancelK00mL09isLoadingACSS_yycSSyycSbtFZ","regions":[[136,26,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4full12primaryTitle0I6Action09secondaryJ00lK006cancelJ00mK09isLoadingACSS_yycSSyycSSyycSbtFZ","regions":[[152,26,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV11_commStatus33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVyAA0fI0OGvpfi","regions":[[8,58,8,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV9_isFixing33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVySbGvpfi","regions":[[9,35,9,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14_lastCheckTime33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVy10Foundation4DateVGvpfi","regions":[[10,40,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13_actionStatus33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVyAA0E6DesignO06ActionI0OGvpfi","regions":[[11,66,11,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13kanataManager33_24650827CD4C0AF75BAA244C3560DE88LLAA18RuntimeCoordinatorCvg","regions":[[17,51,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV11systemState6issues9onAutoFixAC0abE4Core0e6SystemI0O_SayAG0E5IssueVGSbAG0lM6ActionO_SbtYacSgtcfC","regions":[[27,7,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg","regions":[[33,25,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_","regions":[[34,28,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_","regions":[[36,62,126,14,0,0,0,0],[76,20,76,41,0,0,0,0],[76,78,79,18,0,0,0,0],[79,18,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_","regions":[[38,66,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_","regions":[[39,28,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_A46_yXEfU_","regions":[[46,32,57,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_A46_yXEfU_A44_yXEfU_","regions":[[47,36,55,30,0,0,0,0],[50,80,50,82,0,0,0,0],[50,85,50,87,0,0,0,0],[54,71,54,73,0,0,0,0],[54,76,54,77,0,0,0,0],[54,105,54,107,0,0,0,0],[54,110,54,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_","regions":[[82,66,124,18,0,0,0,0],[83,24,83,44,0,0,0,0],[83,45,95,22,0,0,0,0],[95,31,95,52,0,0,0,0],[95,53,110,22,0,0,0,0],[110,31,110,71,0,0,0,0],[110,72,116,22,0,0,0,0],[116,28,123,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU_","regions":[[84,53,86,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU0_","regions":[[91,51,93,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[92,34,92,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU1_","regions":[[96,58,98,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU1_yyYacfU_","regions":[[97,34,97,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU2_","regions":[[105,51,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU2_yyYacfU_","regions":[[106,34,106,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_SbyKXEfu_","regions":[[110,58,110,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU3_","regions":[[111,47,111,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU4_","regions":[[117,51,119,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU4_yyYacfU_","regions":[[118,34,118,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyycfU0_","regions":[[136,19,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyycfU0_yyYacfU_","regions":[[137,18,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyAA0F6StatusO_AFtcfU1_","regions":[[141,35,152,10,0,0,0,0],[142,56,142,66,0,0,0,0],[142,66,152,10,0,0,0,0],[143,40,143,48,0,0,0,0],[144,13,145,21,0,0,0,0],[146,13,147,22,0,0,0,0],[148,14,152,10,0,0,0,0],[149,16,149,30,0,0,0,0],[149,31,151,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19nextStepButtonTitle33_24650827CD4C0AF75BAA244C3560DE88LLSSvg","regions":[[155,45,157,6,0,0,0,0],[156,26,156,45,0,0,0,0],[156,48,156,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13isAuthTesting33_24650827CD4C0AF75BAA244C3560DE88LLSbvg","regions":[[159,37,164,6,0,0,0,0],[160,43,162,10,0,0,0,0],[162,10,163,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[168,51,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_","regions":[[170,29,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_yyXEfU_","regions":[[171,54,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[184,47,290,6,0,0,0,0],[195,12,261,10,0,0,0,0],[260,14,261,10,0,0,0,0],[261,33,271,10,0,0,0,0],[271,17,280,10,0,0,0,0],[280,10,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_","regions":[[197,60,260,14,0,0,0,0],[258,39,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_","regions":[[199,31,248,18,0,0,0,0],[206,34,225,22,0,0,0,0],[213,28,213,62,0,0,0,0],[213,63,224,26,0,0,0,0],[224,26,225,22,0,0,0,0],[225,28,237,22,0,0,0,0],[237,22,248,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU_","regions":[[215,49,222,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU_yyXEfU_","regions":[[216,74,221,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU0_","regions":[[228,45,235,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU0_yyXEfU_","regions":[[229,70,234,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU1_","regions":[[240,41,247,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU1_yyXEfU_","regions":[[241,66,246,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYaKcfU0_","regions":[[251,31,255,18,0,0,0,0],[253,61,254,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_","regions":[[263,33,270,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_yyXEfU_","regions":[[264,58,269,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU1_","regions":[[273,33,279,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU1_yyXEfU_","regions":[[274,58,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU2_","regions":[[282,29,286,10,0,0,0,0],[283,71,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV12attemptHello33_24650827CD4C0AF75BAA244C3560DE88LL6client11maxAttemptsAA15KanataTCPClientC03TcpI2OkVSgAI_SitYaF","regions":[[295,44,315,6,0,0,0,0],[298,42,309,10,0,0,0,0],[299,16,301,14,0,0,0,0],[301,21,308,14,0,0,0,0],[308,14,309,10,0,0,0,0],[309,10,314,19,0,0,0,0],[311,26,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV16testConfigReload33_24650827CD4C0AF75BAA244C3560DE88LL6clientSbAA15KanataTCPClientC_tYaF","regions":[[319,74,328,6,0,0,0,0],[322,16,322,22,0,0,0,0],[323,9,324,24,0,0,0,0],[325,9,326,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV02isF10Responding33_24650827CD4C0AF75BAA244C3560DE88LLSbyYaF","regions":[[331,60,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[340,41,398,6,0,0,0,0],[341,34,341,44,0,0,0,0],[341,44,398,6,0,0,0,0],[358,12,358,19,0,0,0,0],[358,51,376,10,0,0,0,0],[362,16,362,23,0,0,0,0],[362,24,373,14,0,0,0,0],[367,35,372,18,0,0,0,0],[369,24,369,57,0,0,0,0],[369,58,371,22,0,0,0,0],[371,22,372,18,0,0,0,0],[372,18,373,14,0,0,0,0],[373,20,375,14,0,0,0,0],[387,12,387,19,0,0,0,0],[387,20,397,10,0,0,0,0],[390,31,395,14,0,0,0,0],[392,20,392,53,0,0,0,0],[392,54,394,18,0,0,0,0],[394,18,395,14,0,0,0,0],[395,14,397,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_","regions":[[343,29,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_","regions":[[378,29,385,10,0,0,0,0],[379,16,379,23,0,0,0,0],[379,24,382,14,0,0,0,0],[382,20,384,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19scheduleStatusClear33_24650827CD4C0AF75BAA244C3560DE88LLyyF","regions":[[401,40,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19scheduleStatusClear33_24650827CD4C0AF75BAA244C3560DE88LLyyFyyYacfU_","regions":[[402,14,407,10,0,0,0,0],[404,45,406,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV16getAutoFixAction33_24650827CD4C0AF75BAA244C3560DE88LL0abE4Core0ijK0O_S2StyF","regions":[[410,72,425,6,0,0,0,0],[411,16,411,26,0,0,0,0],[412,9,416,14,0,0,0,0],[417,9,421,14,0,0,0,0],[422,9,423,91,0,0,0,0],[424,10,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV18navigateToNextStep33_24650827CD4C0AF75BAA244C3560DE88LLyyF","regions":[[427,39,442,6,0,0,0,0],[428,12,428,26,0,0,0,0],[428,27,431,10,0,0,0,0],[431,10,442,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV18navigateToNextStep33_24650827CD4C0AF75BAA244C3560DE88LLyyFyyYacfU_","regions":[[433,14,441,10,0,0,0,0],[436,13,438,14,0,0,0,0],[438,20,440,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tF","regions":[[448,46,454,6,0,0,0,0],[449,38,451,10,0,0,0,0],[451,16,453,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO9isSuccessSbvg","regions":[[467,25,474,6,0,0,0,0],[468,16,468,20,0,0,0,0],[469,9,470,17,0,0,0,0],[471,9,472,18,0,0,0,0],[473,10,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO10canAutoFixSbvg","regions":[[476,26,483,6,0,0,0,0],[477,16,477,20,0,0,0,0],[478,9,479,17,0,0,0,0],[480,9,481,18,0,0,0,0],[482,10,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO23isAuthenticationRelatedSbvg","regions":[[485,39,492,6,0,0,0,0],[486,16,486,20,0,0,0,0],[487,9,488,17,0,0,0,0],[489,9,490,18,0,0,0,0],[491,10,492,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO7messageSSvg","regions":[[494,25,502,6,0,0,0,0],[495,16,495,20,0,0,0,0],[496,9,497,54,0,0,0,0],[498,9,500,16,0,0,0,0],[501,10,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO10globeColor7SwiftUI0H0Vvg","regions":[[504,27,517,6,0,0,0,0],[505,16,505,20,0,0,0,0],[506,9,507,40,0,0,0,0],[508,9,509,40,0,0,0,0],[510,9,511,40,0,0,0,0],[512,9,513,38,0,0,0,0],[514,9,515,40,0,0,0,0],[516,10,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO11overlayIconSSvg","regions":[[519,29,534,6,0,0,0,0],[520,16,520,20,0,0,0,0],[521,9,522,36,0,0,0,0],[523,9,524,44,0,0,0,0],[525,9,526,23,0,0,0,0],[527,9,528,25,0,0,0,0],[529,9,530,32,0,0,0,0],[531,9,532,25,0,0,0,0],[533,10,534,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO13fixButtonTextSSvg","regions":[[536,31,545,6,0,0,0,0],[537,16,537,20,0,0,0,0],[538,9,539,47,0,0,0,0],[540,9,541,35,0,0,0,0],[542,9,543,24,0,0,0,0],[544,10,545,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF6$deferL_yyFyyYaYbScMYccfU_","regions":[[348,18,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV11_isScanning33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[14,37,14,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV23_isDisablingPermanently33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[16,49,16,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV20hasKarabinerConflict33_CF54368EAEAE4559A161842AA0588526LLSbvg","regions":[[19,44,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV20hasKarabinerConflict33_CF54368EAEAE4559A161842AA0588526LLSbvgSb0abE4Core0E5IssueVXEfU_","regions":[[20,25,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg","regions":[[25,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_","regions":[[26,28,112,10,0,0,0,0],[27,16,27,30,0,0,0,0],[27,31,65,14,0,0,0,0],[65,20,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_","regions":[[29,66,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yycfU_","regions":[[38,40,51,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yycfU_yyYacfU_","regions":[[42,34,50,30,0,0,0,0],[43,50,48,34,0,0,0,0],[45,40,45,97,0,0,0,0],[45,98,47,38,0,0,0,0],[47,38,48,34,0,0,0,0],[48,34,50,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yyScMYccfU0_","regions":[[54,49,56,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_","regions":[[67,66,107,18,0,0,0,0],[73,83,73,85,0,0,0,0],[73,88,73,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_yycfU_","regions":[[74,40,87,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_yycfU_yyYacfU_","regions":[[78,34,86,30,0,0,0,0],[79,50,84,34,0,0,0,0],[81,40,81,97,0,0,0,0],[81,98,83,38,0,0,0,0],[83,38,84,34,0,0,0,0],[84,34,86,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_A42_yXEfU0_","regions":[[91,88,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvgyycfU0_","regions":[[117,19,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV19nextStepButtonTitle33_CF54368EAEAE4559A161842AA0588526LLSSvg","regions":[[123,45,125,6,0,0,0,0],[124,29,124,48,0,0,0,0],[124,51,124,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV18navigateToNextStep33_CF54368EAEAE4559A161842AA0588526LLyyF","regions":[[127,39,142,6,0,0,0,0],[128,12,128,29,0,0,0,0],[128,30,131,10,0,0,0,0],[131,10,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV18navigateToNextStep33_CF54368EAEAE4559A161842AA0588526LLyyFyyYacfU_","regions":[[133,14,141,10,0,0,0,0],[136,13,138,14,0,0,0,0],[138,20,140,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV15_showingDetails33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[154,41,154,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV25_isPerformingPermanentFix33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[155,51,155,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV19_showSuccessMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[156,45,156,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV17_showErrorMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[157,43,157,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV14_statusMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySSGvpfi","regions":[[158,40,158,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg","regions":[[160,25,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_","regions":[[161,58,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_","regions":[[163,82,300,14,0,0,0,0],[251,20,251,38,0,0,0,0],[251,39,261,18,0,0,0,0],[261,18,300,14,0,0,0,0],[263,20,263,36,0,0,0,0],[263,37,273,18,0,0,0,0],[273,18,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A31_yXEfU_","regions":[[170,64,183,18,0,0,0,0],[178,73,178,75,0,0,0,0],[178,78,178,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_","regions":[[187,29,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[188,30,226,26,0,0,0,0],[194,32,194,40,0,0,0,0],[194,41,204,30,0,0,0,0],[204,36,223,30,0,0,0,0],[211,51,216,34,0,0,0,0],[213,40,213,97,0,0,0,0],[213,98,215,38,0,0,0,0],[215,38,216,34,0,0,0,0],[216,34,223,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_yyYacfU_yyYbScMYccfU_","regions":[[201,85,203,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_","regions":[[228,28,244,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_","regions":[[229,44,242,26,0,0,0,0],[230,32,230,68,0,0,0,0],[230,69,234,30,0,0,0,0],[234,30,242,26,0,0,0,0],[237,39,237,94,0,0,0,0],[237,81,237,83,0,0,0,0],[237,86,237,89,0,0,0,0],[238,39,238,89,0,0,0,0],[238,79,238,81,0,0,0,0],[238,84,238,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_SbyKXEfu_","regions":[[230,44,230,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_SbyKXEfu0_","regions":[[236,45,236,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_SbyKXEfu_","regions":[[248,39,248,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A75_yXEfU2_","regions":[[252,40,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A75_yXEfU3_","regions":[[264,40,270,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_","regions":[[276,63,299,18,0,0,0,0],[295,24,295,38,0,0,0,0],[295,39,298,22,0,0,0,0],[298,22,299,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_yyScMYccfU_","regions":[[278,33,282,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_yyScMYccfU_yyXEfU_","regions":[[279,70,281,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_A91_yXEfU0_","regions":[[283,32,291,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_A91_yXEfU0_A89_yXEfU_","regions":[[284,48,289,30,0,0,0,0],[285,68,285,82,0,0,0,0],[285,85,285,100,0,0,0,0],[287,55,287,79,0,0,0,0],[287,82,287,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV19_isLoadingConflicts33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[316,45,316,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV07processF033_CF54368EAEAE4559A161842AA0588526LLSaySSGvg","regions":[[318,42,349,6,0,0,0,0],[321,64,337,10,0,0,0,0],[327,31,336,14,0,0,0,0],[329,20,329,40,0,0,0,0],[329,41,335,18,0,0,0,0],[332,24,332,42,0,0,0,0],[332,43,334,22,0,0,0,0],[336,14,337,10,0,0,0,0],[337,10,348,23,0,0,0,0],[340,12,340,27,0,0,0,0],[340,28,346,10,0,0,0,0],[342,55,345,14,0,0,0,0],[345,14,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSF","regions":[[352,103,380,6,0,0,0,0],[356,83,362,10,0,0,0,0],[359,90,361,14,0,0,0,0],[365,12,365,93,0,0,0,0],[365,94,367,10,0,0,0,0],[367,19,367,99,0,0,0,0],[367,100,369,10,0,0,0,0],[369,19,369,77,0,0,0,0],[369,78,371,10,0,0,0,0],[371,10,379,64,0,0,0,0],[374,12,374,28,0,0,0,0],[374,42,376,10,0,0,0,0],[376,10,379,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu_","regions":[[365,59,365,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu0_","regions":[[367,56,367,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu1_","regions":[[369,54,369,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg","regions":[[382,25,477,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_","regions":[[383,50,463,10,0,0,0,0],[390,16,390,34,0,0,0,0],[390,35,398,14,0,0,0,0],[398,20,462,14,0,0,0,0],[400,91,418,18,0,0,0,0],[418,18,462,14,0,0,0,0],[421,20,421,43,0,0,0,0],[421,44,453,18,0,0,0,0],[453,18,462,14,0,0,0,0],[456,20,456,78,0,0,0,0],[456,103,461,18,0,0,0,0],[461,18,462,14,0,0,0,0],[462,14,463,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A1_yXEfU_","regions":[[391,24,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A11_yXEfU0_","regions":[[401,61,417,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A11_yXEfU0_A9_SicfU_","regions":[[407,78,416,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A30_yXEfU1_","regions":[[422,61,452,22,0,0,0,0],[423,28,423,86,0,0,0,0],[423,87,426,26,0,0,0,0],[426,26,452,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A30_yXEfU1_A28_Si_SStcfU_","regions":[[433,83,451,26,0,0,0,0],[434,32,434,55,0,0,0,0],[434,56,450,30,0,0,0,0],[438,36,438,65,0,0,0,0],[440,33,449,34,0,0,0,0],[449,34,450,30,0,0,0,0],[450,30,451,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvgyyYaYbcfU0_","regions":[[474,15,476,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaF","regions":[[479,46,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaF0aB15DaemonLifecycle07ProcessO7ManagerCyYbScMYcXEfU_","regions":[[481,59,481,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaFyyYbScMYcXEfU0_","regions":[[484,29,492,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg","regions":[[505,25,526,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0O0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo__A0_tGGAE6SpacerVtGyXEfU_","regions":[[506,49,524,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0O0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo__A0_tGGAE6SpacerVtGyXEfU_A2_yXEfU_","regions":[[512,53,521,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO8isActiveSbvg","regions":[[224,28,229,10,0,0,0,0],[225,20,225,24,0,0,0,0],[226,13,226,30,0,0,0,0],[227,13,227,53,0,0,0,0],[228,14,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO7messageSSSgvg","regions":[[231,30,238,10,0,0,0,0],[232,20,232,24,0,0,0,0],[233,13,233,28,0,0,0,0],[234,13,234,51,0,0,0,0],[235,13,235,48,0,0,0,0],[236,13,236,46,0,0,0,0],[237,14,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO5color7SwiftUI5ColorVvg","regions":[[240,26,247,10,0,0,0,0],[241,20,241,24,0,0,0,0],[242,13,242,35,0,0,0,0],[243,13,243,48,0,0,0,0],[244,13,244,42,0,0,0,0],[245,13,245,38,0,0,0,0],[246,14,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO20HeroSectionContainerV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAEG_tF","regions":[[287,50,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO4CardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[299,54,305,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO9ToastCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[310,54,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15StatusIndicatorV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[326,54,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15StatusIndicatorV08colorForH033_5B79D60B0C5C3CF882236395059D8AABLLy7SwiftUI5ColorV0abE4Core012InstallationH0OF","regions":[[332,80,341,14,0,0,0,0],[333,24,333,30,0,0,0,0],[334,17,334,68,0,0,0,0],[335,17,335,65,0,0,0,0],[336,17,336,59,0,0,0,0],[337,17,337,61,0,0,0,0],[338,17,338,56,0,0,0,0],[339,17,339,68,0,0,0,0],[340,18,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV9isLoadingAGSb_tcfC","regions":[[348,43,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[352,70,372,14,0,0,0,0],[369,56,369,60,0,0,0,0],[369,63,369,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[353,24,361,18,0,0,0,0],[354,24,354,33,0,0,0,0],[354,34,358,22,0,0,0,0],[358,28,360,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV9isLoadingAGSb_tcfC","regions":[[379,43,381,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[383,70,413,14,0,0,0,0],[396,27,396,63,0,0,0,0],[397,27,397,60,0,0,0,0],[404,57,404,90,0,0,0,0],[404,93,404,104,0,0,0,0],[410,56,410,60,0,0,0,0],[410,63,410,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[384,24,392,18,0,0,0,0],[385,24,385,33,0,0,0,0],[385,34,389,22,0,0,0,0],[389,28,391,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV9isLoadingAGSb_tcfC","regions":[[420,43,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[424,70,444,14,0,0,0,0],[441,56,441,60,0,0,0,0],[441,63,441,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[425,24,433,18,0,0,0,0],[426,24,426,33,0,0,0,0],[426,34,430,22,0,0,0,0],[430,28,432,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV7content9alignmentAGSS_7SwiftUI13TextAlignmentOtcfC","regions":[[454,72,457,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV4bodyQrvg","regions":[[459,33,477,14,0,0,0,0],[461,55,461,62,0,0,0,0],[461,65,461,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV4bodyQrvg7SwiftUI9TupleViewVyAI0O0PAIE5frame8minWidth05idealR003maxR00Q6Height0sU00tU09alignmentQr12CoreGraphics7CGFloatVSg_A5yI9AlignmentVtFQOyAmIE013multilineTextZ0yQrAI04TextZ0OFQOyAI4TextV_Qo__Qo__AI6SpacerVtGyXEfU_","regions":[[463,19,472,18,0,0,0,0],[468,87,468,94,0,0,0,0],[468,97,468,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV0H6StatusO5color7SwiftUI5ColorVvg","regions":[[495,34,502,18,0,0,0,0],[496,28,496,32,0,0,0,0],[497,21,497,52,0,0,0,0],[498,21,498,52,0,0,0,0],[499,21,499,50,0,0,0,0],[500,21,500,49,0,0,0,0],[501,22,502,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV0H6StatusO11overlayIconSSvg","regions":[[504,41,511,18,0,0,0,0],[505,28,505,32,0,0,0,0],[506,21,506,59,0,0,0,0],[507,21,507,67,0,0,0,0],[508,21,508,53,0,0,0,0],[509,21,509,51,0,0,0,0],[510,22,511,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4icon5title8subtitle6status11actionLinks11contentCardAGSS_S2SAG0H6StatusOSayAG10ActionLinkVGSg7SwiftUI7AnyViewVycSgtcfC","regions":[[526,15,533,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg","regions":[[535,33,593,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_","regions":[[536,36,591,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_","regions":[[540,70,587,22,0,0,0,0],[565,66,580,26,0,0,0,0],[580,26,587,22,0,0,0,0],[583,44,586,26,0,0,0,0],[586,26,587,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_","regions":[[566,75,578,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_A28_Si_A16_tcfU_","regions":[[567,88,577,34,0,0,0,0],[568,40,568,49,0,0,0,0],[568,50,571,38,0,0,0,0],[571,38,577,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_A28_Si_A16_tcfU_yyScMYccfU_","regions":[[573,56,575,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO04mainK012CoreGraphics7CGFloatVvg","regions":[[608,39,613,18,0,0,0,0],[609,28,609,32,0,0,0,0],[610,21,610,65,0,0,0,0],[611,21,611,71,0,0,0,0],[612,22,613,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO07overlayK012CoreGraphics7CGFloatVvg","regions":[[615,42,620,18,0,0,0,0],[616,28,616,32,0,0,0,0],[617,21,617,68,0,0,0,0],[618,21,618,74,0,0,0,0],[619,22,620,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO10frameWidth12CoreGraphics7CGFloatVvg","regions":[[622,41,627,18,0,0,0,0],[623,28,623,32,0,0,0,0],[624,21,624,71,0,0,0,0],[625,21,625,77,0,0,0,0],[626,22,627,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO6offset12CoreGraphics7CGFloatV1x_AM1ytvg","regions":[[629,54,634,18,0,0,0,0],[630,28,630,32,0,0,0,0],[631,21,631,72,0,0,0,0],[632,21,632,75,0,0,0,0],[633,22,634,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV04mainH007overlayH00K5Color0lM04size011transparentJ0AGSS_SS7SwiftUI0M0VApG0H4SizeOSbtcfC","regions":[[644,15,651,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg","regions":[[653,33,682,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_","regions":[[654,24,681,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_A50_yXEfU_","regions":[[663,28,679,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_A50_yXEfU_A48_yXEfU_","regions":[[664,32,677,26,0,0,0,0],[671,43,671,54,0,0,0,0],[672,43,672,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO19DisableFocusEffectsV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAEG_tF","regions":[[690,50,696,10,0,0,0,0],[691,42,693,14,0,0,0,0],[693,20,695,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE10wizardCardQryF","regions":[[704,36,706,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE21wizardStatusIndicatoryQr0dE10WizardCore012InstallationI0OF","regions":[[709,75,711,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE17wizardPagePaddingQryF","regions":[[714,43,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20wizardContentSpacingQryF","regions":[[720,46,722,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE15wizardToastCardQryF","regions":[[725,41,727,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV15_checkmarkScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[736,50,736,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV17_checkmarkOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[737,51,737,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV10_ringScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[738,45,738,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV12_ringOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[739,46,739,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV14_particleScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[740,49,740,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV16_particleOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[741,50,741,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV17_particleRotation33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[742,51,742,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV13particleCount33_5B79D60B0C5C3CF882236395059D8AABLLSivpfi","regions":[[744,33,744,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg","regions":[[746,25,782,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeG0VyAE6CircleVAE5ColorVAE05EmptyG0VG_Qo__Qo__Qo__AE7ForEachVySnySiGSiAiEEAJyQrSdFQOyAiEE08rotationN0_ALQrAE5AngleV_AQtFQOyAiEE6offset1x1yQrAO_AOtFQOyAiEEArstUQrAV_AvXtFQOyAE06_ShapeG0VyA0_A2_G_Qo__Qo__Qo__Qo_GAiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[747,16,771,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeG0VyAE6CircleVAE5ColorVAE05EmptyG0VG_Qo__Qo__Qo__AE7ForEachVySnySiGSiAiEEAJyQrSdFQOyAiEE08rotationN0_ALQrAE5AngleV_AQtFQOyAiEE6offset1x1yQrAO_AOtFQOyAiEEArstUQrAV_AvXtFQOyAE06_ShapeG0VyA0_A2_G_Qo__Qo__Qo__Qo_GAiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_A24_SicfU_","regions":[[756,54,763,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvgySb_SbtcfU0_","regions":[[772,34,776,10,0,0,0,0],[773,16,773,24,0,0,0,0],[773,25,775,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvgyycfU1_","regions":[[777,19,781,10,0,0,0,0],[778,16,778,25,0,0,0,0],[778,26,780,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyF","regions":[[784,33,825,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU_","regions":[[795,69,798,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU0_","regions":[[801,48,804,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU1_","regions":[[807,48,810,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU2_","regions":[[811,59,813,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU3_","regions":[[816,59,819,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyYbScMYccfU4_","regions":[[822,63,824,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV6_scale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[832,41,832,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV8_opacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[833,42,833,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV10_ringScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[834,45,834,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV12_ringOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[835,46,835,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvg","regions":[[837,25,858,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVAE05EmptyL0VG_Qo__Qo__Qo__AiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[838,16,852,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvgySb_SbtcfU0_","regions":[[853,34,857,10,0,0,0,0],[854,16,854,24,0,0,0,0],[854,25,856,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyF","regions":[[860,28,875,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU_","regions":[[866,69,869,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU0_","regions":[[871,48,874,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AvailabilitySymbolBounceV9repeatingACSb_tcfC","regions":[[883,35,885,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AvailabilitySymbolBounceV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[887,46,897,6,0,0,0,0],[888,38,894,10,0,0,0,0],[889,16,889,25,0,0,0,0],[889,26,891,14,0,0,0,0],[891,20,893,14,0,0,0,0],[894,16,896,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV_5style9isLoading0H13DefaultAction6actionACSS_AC0F5StyleOS2byyYactcfC","regions":[[918,7,924,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvg","regions":[[926,25,963,6,0,0,0,0],[927,16,927,21,0,0,0,0],[928,9,938,73,0,0,0,0],[936,45,936,64,0,0,0,0],[936,67,936,72,0,0,0,0],[937,44,937,67,0,0,0,0],[937,70,937,100,0,0,0,0],[939,9,948,101,0,0,0,0],[947,45,947,64,0,0,0,0],[947,67,947,72,0,0,0,0],[948,44,948,67,0,0,0,0],[948,70,948,100,0,0,0,0],[949,9,961,88,0,0,0,0],[957,45,957,64,0,0,0,0],[957,67,957,72,0,0,0,0],[960,23,960,46,0,0,0,0],[961,23,961,87,0,0,0,0],[962,10,963,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU_","regions":[[929,27,933,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU_yyYacfU_","regions":[[930,22,932,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvg7SwiftUI4ViewPAEE16keyboardShortcutyQrAE08KeyboardL0VFQOyAE15ModifiedContentVyAgEE11buttonStyleyQrqd__AE0fQ0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO07PrimaryF0VQo_AE31AccessibilityAttachmentModifierVG_Qo_A1_XEfU0_","regions":[[938,34,938,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU1_","regions":[[940,27,944,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU1_yyYacfU_","regions":[[941,22,943,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU2_","regions":[[950,27,954,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU2_yyYacfU_","regions":[[951,22,953,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4icon5title8subtitle6status11isNavigable6action0l5FinalF016showInitialClock7tooltipACSS_S2SSg0abE4Core012InstallationF0OSbyycSgS2bAMtcfC","regions":[[985,7,995,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg","regions":[[997,25,1035,6,0,0,0,0],[1034,42,1034,76,0,0,0,0],[1034,79,1034,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg7SwiftUI9TupleViewVyAA08AnimatedF4IconV_AE6VStackVyAGyAE4TextV_AMSgtGGAE6SpacerVAE0L0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo_SgtGyXEfU_","regions":[[998,55,1026,10,0,0,0,0],[1021,16,1021,27,0,0,0,0],[1021,28,1025,14,0,0,0,0],[1025,14,1026,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg7SwiftUI9TupleViewVyAA08AnimatedF4IconV_AE6VStackVyAGyAE4TextV_AMSgtGGAE6SpacerVAE0L0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo_SgtGyXEfU_AOyXEfU_","regions":[[1006,53,1016,14,0,0,0,0],[1011,33,1015,18,0,0,0,0],[1015,18,1016,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvgSSyKXEfu_","regions":[[1030,26,1030,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV10statusText33_5B79D60B0C5C3CF882236395059D8AABLLSSvg","regions":[[1037,36,1046,6,0,0,0,0],[1038,16,1038,22,0,0,0,0],[1039,9,1039,40,0,0,0,0],[1040,9,1040,40,0,0,0,0],[1041,9,1041,33,0,0,0,0],[1042,9,1042,37,0,0,0,0],[1043,9,1043,31,0,0,0,0],[1044,9,1044,45,0,0,0,0],[1045,10,1046,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV04_hasE033_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySbGvpfi","regions":[[1055,38,1055,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV6status07isFinalF016showInitialClockAC0aB10WizardCore012InstallationF0O_S2btcfC","regions":[[1057,99,1061,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg","regions":[[1063,25,1159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_","regions":[[1064,15,1158,10,0,0,0,0],[1065,16,1065,32,0,0,0,0],[1065,76,1095,14,0,0,0,0],[1067,20,1067,31,0,0,0,0],[1067,32,1083,18,0,0,0,0],[1083,24,1094,18,0,0,0,0],[1095,20,1157,14,0,0,0,0],[1097,24,1097,30,0,0,0,0],[1098,17,1102,49,0,0,0,0],[1104,17,1108,49,0,0,0,0],[1110,17,1120,58,0,0,0,0],[1122,17,1132,58,0,0,0,0],[1134,17,1144,58,0,0,0,0],[1146,17,1155,22,0,0,0,0],[1156,18,1157,14,0,0,0,0],[1157,14,1158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_SbyKXEfu_","regions":[[1065,58,1065,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU_","regions":[[1069,28,1076,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_yycfU0_","regions":[[1088,35,1093,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_yycfU0_yyXEfU_","regions":[[1090,89,1092,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU1_","regions":[[1112,28,1119,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU2_","regions":[[1124,28,1131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU3_","regions":[[1136,28,1143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU4_","regions":[[1148,28,1155,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV010finalStateG033_5B79D60B0C5C3CF882236395059D8AABLLSSvg","regions":[[1161,40,1168,6,0,0,0,0],[1162,16,1162,22,0,0,0,0],[1163,9,1163,49,0,0,0,0],[1164,9,1164,42,0,0,0,0],[1165,9,1165,48,0,0,0,0],[1166,9,1166,26,0,0,0,0],[1167,10,1168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV15finalStateColor33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI0J0Vvg","regions":[[1170,40,1177,6,0,0,0,0],[1171,16,1171,22,0,0,0,0],[1172,9,1172,53,0,0,0,0],[1173,9,1173,48,0,0,0,0],[1174,9,1174,60,0,0,0,0],[1175,9,1175,51,0,0,0,0],[1176,10,1177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV0G6StatusO5color7SwiftUI5ColorVvg","regions":[[1190,26,1197,10,0,0,0,0],[1191,20,1191,24,0,0,0,0],[1192,13,1192,55,0,0,0,0],[1193,13,1193,55,0,0,0,0],[1194,13,1194,51,0,0,0,0],[1195,13,1195,49,0,0,0,0],[1196,14,1197,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV4bodyQrvg","regions":[[1200,25,1226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiAE20wizardContentSpacingQryFQOyAiEE09multilineR9AlignmentyQrAE0rW0OFQOyAW_Qo__Qo_SgtGyXEfU_","regions":[[1201,58,1220,10,0,0,0,0],[1213,16,1213,33,0,0,0,0],[1213,34,1219,14,0,0,0,0],[1219,14,1220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18TapGestureModifier33_5B79D60B0C5C3CF882236395059D8AABLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tF","regions":[[1235,46,1243,6,0,0,0,0],[1236,12,1236,23,0,0,0,0],[1236,36,1240,10,0,0,0,0],[1240,16,1242,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18TapGestureModifier33_5B79D60B0C5C3CF882236395059D8AABLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tFyycfU_","regions":[[1237,34,1239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20heroSectionContainerQryF","regions":[[1250,46,1252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE2if_9transformQrSb_qd__xXEtAaBRd__lF","regions":[[1256,79,1262,6,0,0,0,0],[1257,12,1257,21,0,0,0,0],[1257,22,1259,10,0,0,0,0],[1259,16,1261,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV5error7onRetry0I7DismissAcA0eF0V_yycSgAItcfC","regions":[[9,92,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg","regions":[[15,25,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_","regions":[[16,55,79,10,0,0,0,0],[30,16,30,46,0,0,0,0],[30,47,63,14,0,0,0,0],[63,14,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A3_yXEfU_","regions":[[18,62,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_","regions":[[31,85,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_","regions":[[36,89,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_A42_Si_SStcfU_","regions":[[37,90,52,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_A42_Si_SStcfU_A41_yXEfU_","regions":[[38,93,51,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_","regions":[[66,62,78,14,0,0,0,0],[67,34,71,18,0,0,0,0],[71,18,78,14,0,0,0,0],[73,32,77,18,0,0,0,0],[77,18,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_yyYacfU_","regions":[[68,64,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_yyYacfU0_","regions":[[74,64,76,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg","regions":[[91,25,130,6,0,0,0,0],[127,30,127,33,0,0,0,0],[127,36,127,39,0,0,0,0],[128,34,128,37,0,0,0,0],[128,40,128,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_","regions":[[92,58,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_A3_yXEfU_","regions":[[99,53,111,14,0,0,0,0],[105,66,110,18,0,0,0,0],[110,18,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_AUyXEfU0_","regions":[[116,39,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg","regions":[[138,25,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_","regions":[[139,58,166,10,0,0,0,0],[160,28,165,14,0,0,0,0],[165,14,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_A2_yXEfU_","regions":[[145,53,156,14,0,0,0,0],[150,62,155,18,0,0,0,0],[155,18,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_yyScMYccfU0_","regions":[[161,33,163,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ","regions":[[180,36,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_","regions":[[181,29,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU_","regions":[[193,26,193,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU0_","regions":[[194,28,194,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU1_","regions":[[204,26,204,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU2_","regions":[[215,28,215,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC4lock33_70CB4F165F11CF6A399CFF5DAC31DD27LL2os21OSAllocatedUnfairLockVySiGvpfi","regions":[[8,24,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC9incrementSiyF","regions":[[10,29,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC9incrementSiyFS2izYbXEfU_","regions":[[11,23,14,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV15_showingDetails33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[24,41,24,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21_hasCheckedPermission33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[25,47,25,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04_hasfgH033_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[26,44,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV11_isChecking33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[27,37,27,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21_showSuccessAnimation33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[28,47,28,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV26_showingSystemSettingsWait33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[32,52,32,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV23_showingRestartRequired33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[33,49,33,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV32_systemSettingsDetectionAttempts33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySiGvpfi","regions":[[34,58,34,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV20maxDetectionAttempts33_70CB4F165F11CF6A399CFF5DAC31DD27LLSivpfi","regions":[[35,40,35,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV16_cachedFDAStatus33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[39,48,39,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21cacheValidityDuration33_70CB4F165F11CF6A399CFF5DAC31DD27LLSdvpfi","regions":[[40,55,40,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg","regions":[[44,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_","regions":[[45,28,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_","regions":[[47,62,113,14,0,0,0,0],[60,42,60,72,0,0,0,0],[60,75,60,97,0,0,0,0],[67,20,67,37,0,0,0,0],[67,38,72,18,0,0,0,0],[72,24,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A22_yXEfU_","regions":[[49,24,57,18,0,0,0,0],[50,59,50,82,0,0,0,0],[50,85,50,109,0,0,0,0],[53,49,53,76,0,0,0,0],[53,79,53,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A35_yXEfU0_","regions":[[73,41,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_yyScMYccfU1_","regions":[[87,42,89,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_","regions":[[96,37,111,18,0,0,0,0],[97,48,97,67,0,0,0,0],[97,70,97,78,0,0,0,0],[104,24,104,42,0,0,0,0],[104,43,110,22,0,0,0,0],[110,22,111,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_yyScMYccfU_","regions":[[97,80,99,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_SbyKXEfu_","regions":[[102,53,102,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_yyScMYccfU0_","regions":[[105,40,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgyycfU0_","regions":[[121,19,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgyycfU1_","regions":[[126,22,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[129,106,135,10,0,0,0,0],[131,16,131,34,0,0,0,0],[131,35,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA0fgH12DetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLVycfU3_","regions":[[136,46,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_","regions":[[139,57,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU_","regions":[[143,29,149,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU0_","regions":[[150,28,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU0_yyYbScMYccfU_","regions":[[155,75,157,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU1_","regions":[[159,27,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgySb_SbtcfU5_","regions":[[167,42,178,10,0,0,0,0],[168,16,168,24,0,0,0,0],[168,48,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgySb_SbtcfU6_","regions":[[179,50,183,10,0,0,0,0],[180,16,180,25,0,0,0,0],[180,26,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_","regions":[[184,54,195,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_yycfU_","regions":[[186,28,189,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_yycfU0_","regions":[[190,27,193,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV19handlePrimaryButton33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[200,40,206,6,0,0,0,0],[201,12,201,29,0,0,0,0],[201,30,203,10,0,0,0,0],[203,16,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04skipfgH6Prompt33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[208,45,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18navigateToNextStep33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[212,39,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18navigateToNextStep33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFyyYacfU_","regions":[[216,14,227,10,0,0,0,0],[221,13,223,14,0,0,0,0],[223,20,226,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21openSystemSettingsCTA33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[230,42,234,6,0,0,0,0],[231,32,231,42,0,0,0,0],[231,42,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV05checkfgH033_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[236,40,272,6,0,0,0,0],[241,9,247,10,0,0,0,0],[247,10,272,6,0,0,0,0],[258,12,258,21,0,0,0,0],[258,22,261,10,0,0,0,0],[261,16,265,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV19nextStepButtonTitle33_70CB4F165F11CF6A399CFF5DAC31DD27LLSSvg","regions":[[274,45,276,6,0,0,0,0],[275,26,275,45,0,0,0,0],[275,48,275,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV15performFDACheck33_70CB4F165F11CF6A399CFF5DAC31DD27LLSbyF","regions":[[278,44,305,6,0,0,0,0],[290,12,290,69,0,0,0,0],[290,70,301,10,0,0,0,0],[294,15,300,14,0,0,0,0],[295,20,295,34,0,0,0,0],[295,35,299,18,0,0,0,0],[299,18,300,14,0,0,0,0],[300,14,301,10,0,0,0,0],[301,10,304,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18startAutoDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[307,39,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV17stopAutoDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[316,38,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH8Settings33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[321,47,328,6,0,0,0,0],[322,76,327,10,0,0,0,0],[323,16,323,44,0,0,0,0],[323,45,325,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[330,60,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFySo7NSTimerCYbcfU_","regions":[[342,85,373,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFySo7NSTimerCYbcfU_yyScMYcXEfU_","regions":[[344,38,372,14,0,0,0,0],[349,20,349,37,0,0,0,0],[349,38,359,18,0,0,0,0],[355,24,355,49,0,0,0,0],[355,50,358,22,0,0,0,0],[359,27,359,63,0,0,0,0],[359,64,364,18,0,0,0,0],[361,24,361,49,0,0,0,0],[361,50,363,22,0,0,0,0],[364,24,366,18,0,0,0,0],[368,20,368,30,0,0,0,0],[368,31,371,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg","regions":[[386,25,406,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_","regions":[[387,46,405,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_A14_yXEfU_","regions":[[393,53,402,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg","regions":[[414,25,476,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_","regions":[[415,29,473,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A1_yXEfU_","regions":[[416,20,427,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A1_yXEfU_yyScMYccfU_","regions":[[423,32,425,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_","regions":[[429,54,472,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A39_yXEfU_","regions":[[430,57,437,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A50_yXEfU0_","regions":[[443,57,451,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A50_yXEfU1_","regions":[[457,57,465,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV10_isWorking33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[20,36,20,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV16_duplicateCopies33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySaySSGGvpfi","regions":[[23,52,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24_needsLoginItemsApproval33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[24,50,24,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV13_actionStatus33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVyAA0E6DesignO06ActionI0OGvpfi","regions":[[25,66,25,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV21_hasLoggedDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[26,47,26,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18hasUpdateAvailable33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[31,42,34,6,0,0,0,0],[32,80,32,96,0,0,0,0],[32,96,33,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20hasNotInstalledIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[38,44,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20hasNotInstalledIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSb0abE4Core0eK0VXEfU_","regions":[[39,25,44,10,0,0,0,0],[40,60,42,14,0,0,0,0],[42,14,43,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV17hasUnhealthyIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[47,41,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV17hasUnhealthyIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSb0abE4Core0eJ0VXEfU_","regions":[[48,25,53,10,0,0,0,0],[49,60,51,14,0,0,0,0],[51,14,52,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[56,39,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[57,33,57,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu0_","regions":[[57,54,57,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[61,31,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[62,36,62,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu0_","regions":[[62,61,62,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11isInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[66,35,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11isInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[67,36,67,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24_helperVerifiedInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[71,50,71,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV010_isLoadingF6Status33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[72,48,72,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV14isRunningAdHoc33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[74,38,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19nextStepButtonTitle33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[78,45,80,6,0,0,0,0],[79,26,79,45,0,0,0,0],[79,48,79,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18contextualHeadline33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[83,44,91,6,0,0,0,0],[84,12,84,35,0,0,0,0],[84,36,86,10,0,0,0,0],[86,19,86,30,0,0,0,0],[86,31,88,10,0,0,0,0],[88,16,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV21contextualDescription33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[94,47,100,6,0,0,0,0],[95,12,95,35,0,0,0,0],[95,36,97,10,0,0,0,0],[97,16,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvg","regions":[[104,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAC11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvpQOy_Qo_AC07successN0AILLQrvpQOy_Qo_GAC05setupN0AILLQrvpQOy_Qo_GyXEfU_","regions":[[105,28,114,10,0,0,0,0],[106,16,106,37,0,0,0,0],[106,38,109,14,0,0,0,0],[109,23,109,30,0,0,0,0],[109,31,111,14,0,0,0,0],[111,20,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyyYaYbcfU0_","regions":[[119,15,131,10,0,0,0,0],[123,16,123,39,0,0,0,0],[123,40,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyycfU1_","regions":[[132,19,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyycfU2_","regions":[[136,22,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[143,40,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF0I0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAF08ProgressI0VyAF05EmptyI0VA0_G_Qo__Qo__AF4TextVA5_tGyXEfU_","regions":[[144,58,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[162,40,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_","regions":[[163,58,246,10,0,0,0,0],[195,41,195,100,0,0,0,0],[195,103,195,158,0,0,0,0],[201,16,201,37,0,0,0,0],[201,74,204,14,0,0,0,0],[204,14,246,10,0,0,0,0],[232,16,232,34,0,0,0,0],[232,35,238,14,0,0,0,0],[238,14,246,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_","regions":[[165,20,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_A45_yXEfU_","regions":[[173,24,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_A45_yXEfU_A43_yXEfU_","regions":[[174,28,182,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_","regions":[[207,20,227,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_","regions":[[209,87,225,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_A68_yXEfU_","regions":[[210,41,216,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_A68_yXEfU0_","regions":[[218,41,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_SSyKXEfu_","regions":[[233,56,233,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[233,62,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU1_yyYacfU_","regions":[[234,26,234,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU2_","regions":[[240,41,242,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[253,38,377,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_","regions":[[254,29,372,10,0,0,0,0],[294,16,294,37,0,0,0,0],[294,74,297,14,0,0,0,0],[297,14,372,10,0,0,0,0],[299,16,299,45,0,0,0,0],[299,46,311,14,0,0,0,0],[311,14,372,10,0,0,0,0],[314,16,314,39,0,0,0,0],[314,40,343,14,0,0,0,0],[316,58,325,18,0,0,0,0],[325,24,329,18,0,0,0,0],[343,20,351,14,0,0,0,0],[345,38,345,43,0,0,0,0],[345,46,345,62,0,0,0,0],[353,16,353,41,0,0,0,0],[353,42,361,14,0,0,0,0],[361,14,372,10,0,0,0,0],[366,13,371,14,0,0,0,0],[371,14,372,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_","regions":[[256,20,278,14,0,0,0,0],[259,52,259,79,0,0,0,0],[259,82,259,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_A40_yXEfU_","regions":[[263,24,276,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_A40_yXEfU_A38_yXEfU_","regions":[[264,28,274,22,0,0,0,0],[266,57,266,88,0,0,0,0],[266,91,266,110,0,0,0,0],[269,47,269,74,0,0,0,0],[269,77,269,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_SbyKXEfu_","regions":[[299,31,299,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A60_yXEfU0_","regions":[[300,36,309,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU1_","regions":[[337,53,340,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU2_","regions":[[345,64,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU2_yyYacfU_","regions":[[346,26,346,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_SbyKXEfu0_","regions":[[350,40,350,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU3_","regions":[[354,55,359,18,0,0,0,0],[355,46,358,22,0,0,0,0],[358,22,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU4_","regions":[[367,64,369,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[381,45,401,6,0,0,0,0],[382,42,382,52,0,0,0,0],[382,52,401,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSo7NSImageCSg10Foundation3URLVXEfU_","regions":[[387,47,387,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSo7NSImageCSg10Foundation3URLVXEfU0_","regions":[[388,51,388,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[389,61,389,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSSyKXEfu0_","regions":[[394,42,394,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSSyKXEfu1_","regions":[[395,46,395,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20loginItemsScreenshot33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSo7NSImageCSgvg","regions":[[403,48,416,6,0,0,0,0],[407,9,409,10,0,0,0,0],[409,10,415,19,0,0,0,0],[412,9,414,10,0,0,0,0],[414,10,415,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaF","regions":[[418,48,473,6,0,0,0,0],[453,12,453,14,0,0,0,0],[453,15,470,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU_","regions":[[419,29,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU0_","regions":[[429,29,450,10,0,0,0,0],[433,16,433,18,0,0,0,0],[433,19,437,14,0,0,0,0],[437,23,437,37,0,0,0,0],[437,38,444,14,0,0,0,0],[444,20,449,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU0_SSyKXEfu_","regions":[[447,24,447,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU1_","regions":[[460,33,469,14,0,0,0,0],[464,20,464,30,0,0,0,0],[464,31,466,18,0,0,0,0],[466,24,468,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19scheduleStatusClear33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[476,40,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19scheduleStatusClear33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFyyYacfU_","regions":[[477,14,482,10,0,0,0,0],[479,45,481,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18openSystemSettings33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[485,39,491,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV22openLoginItemsSettings33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[493,43,502,6,0,0,0,0],[495,103,499,10,0,0,0,0],[496,16,496,44,0,0,0,0],[496,45,498,14,0,0,0,0],[499,16,501,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV29checkLoginItemsApprovalNeeded33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbyF","regions":[[504,58,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[511,41,518,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFySo7NSTimerCYbcfU_","regions":[[513,91,517,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFySo7NSTimerCYbcfU_yyYacfU_","regions":[[514,18,516,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19stopApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[520,40,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19checkApprovalStatus33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaF","regions":[[525,46,547,6,0,0,0,0],[529,12,529,43,0,0,0,0],[529,44,546,10,0,0,0,0],[531,16,531,23,0,0,0,0],[531,24,541,14,0,0,0,0],[541,23,541,45,0,0,0,0],[541,46,545,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18navigateToNextStep33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[549,39,564,6,0,0,0,0],[550,12,550,26,0,0,0,0],[550,27,553,10,0,0,0,0],[553,10,564,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18navigateToNextStep33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFyyYacfU_","regions":[[555,14,563,10,0,0,0,0],[558,13,560,14,0,0,0,0],[560,20,562,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV010getBundledF7Version33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSSgyF","regions":[[567,55,579,6,0,0,0,0],[568,71,568,85,0,0,0,0],[568,85,578,23,0,0,0,0],[574,75,574,89,0,0,0,0],[574,89,578,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV13_iconHovering33_D610A6160A46A0DF96DEC9CF438E637ALL7SwiftUI5StateVySbGvpfi","regions":[[21,45,21,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4icon0H5Color11overlayIcon0jI00J4Size5title8subtitle17actionButtonTitle0oP6Action0h3TapR0ACSS_7SwiftUI0I0VSSSgAPSgAC07OverlayL0OS2SAQyycSgAUtcfC","regions":[[41,7,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg","regions":[[56,25,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAC04iconL033_D610A6160A46A0DF96DEC9CF438E637ALLQrvpQOy_Qo__AE0L0PAEE9lineLimityQrSiSgFQOyAlEE22multilineTextAlignmentyQrAE0yZ0OFQOyAE0Y0V_Qo__Qo_AtE15ModifiedContentVyAlEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyASG_AE15LinkButtonStyleVQo_AE31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[57,58,82,10,0,0,0,0],[75,62,81,14,0,0,0,0],[81,14,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAC04iconL033_D610A6160A46A0DF96DEC9CF438E637ALLQrvpQOy_Qo__AE0L0PAEE9lineLimityQrSiSgFQOyAlEE22multilineTextAlignmentyQrAE0yZ0OFQOyAE0Y0V_Qo__Qo_AtE15ModifiedContentVyAlEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyASG_AE15LinkButtonStyleVQo_AE31AccessibilityAttachmentModifierVGSgtGyXEfU_ASyXEfU_","regions":[[76,52,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvg","regions":[[93,37,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvg7SwiftUI05TupleI0VyAF0I0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE16allowsHitTestingyQrSbFQOyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyAF011StrokeShapeI0VyAF6CircleVAF5ColorVAF05EmptyI0VG_Qo__Qo__SbQo_Sg_AF15ModifiedContentVyAjFE19symbolRenderingModeyQrAF19SymbolRenderingModeVSgFQOyAjFE15foregroundColoryQrA4_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGAC011overlayIconI0AELL0H05colorQrSS_A4_tFQOy_Qo_SgtGyXEfU_","regions":[[94,16,115,10,0,0,0,0],[96,16,96,36,0,0,0,0],[96,37,102,14,0,0,0,0],[98,66,98,70,0,0,0,0],[98,73,98,76,0,0,0,0],[102,14,115,10,0,0,0,0],[112,50,114,14,0,0,0,0],[114,14,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvgySbcfU0_","regions":[[117,18,121,10,0,0,0,0],[118,16,118,36,0,0,0,0],[118,37,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvgyycfU1_","regions":[[122,23,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtF","regions":[[128,75,148,6,0,0,0,0],[145,44,145,47,0,0,0,0],[145,50,145,52,0,0,0,0],[146,45,146,48,0,0,0,0],[146,51,146,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtFAH05TupleJ0VyAH6HStackVyALyAH6SpacerV_AH0J0PAHE6offset1x1yQr12CoreGraphics7CGFloatV_AXtFQOyArHE9clipShape_5styleQrqd___AH9FillStyleVtAH5ShapeRd__lFQOyArHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyArHE010foregroundW0yQrAJSgFQOyArHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AJQo__AH6CircleVQo__Qo_tGG_APtGyXEfU_","regions":[[129,16,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtFAH05TupleJ0VyAH6HStackVyALyAH6SpacerV_AH0J0PAHE6offset1x1yQr12CoreGraphics7CGFloatV_AXtFQOyArHE9clipShape_5styleQrqd___AH9FillStyleVtAH5ShapeRd__lFQOyArHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyArHE010foregroundW0yQrAJSgFQOyArHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AJQo__AH6CircleVQo__Qo_tGG_APtGyXEfU_A24_yXEfU_","regions":[[130,20,141,14,0,0,0,0],[133,65,133,67,0,0,0,0],[133,70,133,72,0,0,0,0],[138,52,138,54,0,0,0,0],[138,57,138,58,0,0,0,0],[139,52,139,54,0,0,0,0],[139,57,139,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV7success4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[162,28,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV7warning4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[185,28,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV5error4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[208,28,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg","regions":[[232,25,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_","regions":[[233,28,263,10,0,0,0,0],[260,42,262,14,0,0,0,0],[262,14,263,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_A11_yXEfU_","regions":[[234,62,258,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_A11_yXEfU_A3_yXEfU_","regions":[[236,23,251,18,0,0,0,0],[237,28,237,34,0,0,0,0],[238,21,241,74,0,0,0,0],[243,21,246,72,0,0,0,0],[248,21,249,36,0,0,0,0],[250,22,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV5width12CoreGraphics7CGFloatVvpfi","regions":[[275,34,275,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV6height12CoreGraphics7CGFloatVvpfi","regions":[[276,35,276,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV4bodyQrvg","regions":[[278,25,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_Qo__AjFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAjFEAklmNQrAR_ArTtFQOyAA013IndeterminategH0V_Qo__AXQo_tGyXEfU_","regions":[[279,37,287,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV25_showingStaleEntryCleanup026_DCD82C7C854EC54C32E1EB335N5A32F4LL7SwiftUI5StateVySbGvpfi","regions":[[18,51,18,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18_staleEntryDetails026_DCD82C7C854EC54C32E1EB335M5A32F4LL7SwiftUI5StateVySaySSGGvpfi","regions":[[19,54,19,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV17_showSuccessBurst026_DCD82C7C854EC54C32E1EB335M5A32F4LL7SwiftUI5StateVySbGvpfi","regions":[[21,43,21,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV10statusIcon026_DCD82C7C854EC54C32E1EB335L5A32F4LL3forSS4name_7SwiftUI5ColorV5colort0abE4Core18InstallationStatusO_tF","regions":[[25,93,38,6,0,0,0,0],[26,16,26,22,0,0,0,0],[27,9,28,46,0,0,0,0],[29,9,30,50,0,0,0,0],[31,9,32,40,0,0,0,0],[33,9,34,48,0,0,0,0],[35,9,36,44,0,0,0,0],[37,10,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV14kanataSubtitle026_DCD82C7C854EC54C32E1EB335L5A32F4LL3forSS0abE4Core18InstallationStatusO_tF","regions":[[40,75,49,6,0,0,0,0],[41,16,41,22,0,0,0,0],[42,9,43,60,0,0,0,0],[44,9,45,41,0,0,0,0],[46,9,47,51,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg","regions":[[51,25,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_","regions":[[52,16,213,10,0,0,0,0],[206,16,206,32,0,0,0,0],[206,33,212,14,0,0,0,0],[212,14,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_","regions":[[53,32,200,14,0,0,0,0],[55,20,55,45,0,0,0,0],[55,46,115,18,0,0,0,0],[115,24,199,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_","regions":[[56,70,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yycfU_","regions":[[61,44,65,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yycfU_yyYacfU_","regions":[[62,38,64,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_","regions":[[69,32,99,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_","regions":[[71,99,97,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[72,53,83,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_A30_yXEfU_","regions":[[75,56,82,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_","regions":[[85,53,96,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_A30_yXEfU_","regions":[[88,56,95,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yyScMYccfU1_","regions":[[106,53,108,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_","regions":[[117,70,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_yycfU_","regions":[[123,44,127,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_yycfU_yyYacfU_","regions":[[124,38,126,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_","regions":[[131,95,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_","regions":[[132,49,152,30,0,0,0,0],[145,36,145,78,0,0,0,0],[145,79,151,34,0,0,0,0],[151,34,152,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_A30_yXEfU_","regions":[[136,52,143,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_yyScMYccfU0_","regions":[[146,51,148,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_","regions":[[155,49,188,30,0,0,0,0],[168,36,168,77,0,0,0,0],[168,78,187,34,0,0,0,0],[187,34,188,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_A30_yXEfU_","regions":[[159,52,166,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_yyScMYccfU0_","regions":[[169,51,184,38,0,0,0,0],[174,44,174,89,0,0,0,0],[174,90,180,42,0,0,0,0],[180,42,184,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvgyycfU0_","regions":[[214,19,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvgyycfU1_","regions":[[217,22,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03hasfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSbvg","regions":[[225,48,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03hasfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSbvgSbyKXEfu_","regions":[[226,55,226,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV19nextStepButtonTitle026_DCD82C7C854EC54C32E1EB335N5A32F4LLSSvg","regions":[[229,45,231,6,0,0,0,0],[230,29,230,48,0,0,0,0],[230,51,230,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Status026_DCD82C7C854EC54C32E1EB335L5A32F4LL0abE4Core012InstallationJ0Ovg","regions":[[233,66,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Status026_DCD82C7C854EC54C32E1EB335L5A32F4LL0abE4Core012InstallationJ0Ovg","regions":[[237,65,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvg","regions":[[242,61,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[243,23,248,10,0,0,0,0],[244,72,246,14,0,0,0,0],[246,14,247,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvg","regions":[[251,60,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[252,23,257,10,0,0,0,0],[253,72,255,14,0,0,0,0],[255,14,256,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[262,41,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[263,14,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[266,33,273,14,0,0,0,0],[267,20,267,45,0,0,0,0],[267,46,272,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18navigateToNextStep026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[277,39,296,6,0,0,0,0],[282,12,282,29,0,0,0,0],[282,30,285,10,0,0,0,0],[285,10,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18navigateToNextStep026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[287,14,295,10,0,0,0,0],[290,13,292,14,0,0,0,0],[292,20,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[298,45,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[299,14,316,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[304,33,315,14,0,0,0,0],[305,20,305,45,0,0,0,0],[305,46,311,18,0,0,0,0],[311,24,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tF","regions":[[320,78,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_","regions":[[322,38,351,10,0,0,0,0],[325,19,325,41,0,0,0,0],[325,42,350,14,0,0,0,0],[330,28,330,32,0,0,0,0],[331,21,332,104,0,0,0,0],[333,21,334,108,0,0,0,0],[335,22,350,14,0,0,0,0],[336,20,336,33,0,0,0,0],[336,34,348,18,0,0,0,0],[348,18,350,14,0,0,0,0],[349,20,349,36,0,0,0,0],[349,37,349,47,0,0,0,0],[349,47,350,14,0,0,0,0],[350,14,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_SbyKXEfu_","regions":[[332,67,332,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_SbyKXEfu0_","regions":[[334,69,334,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_yyXEfU_","regions":[[340,59,342,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyF","regions":[[354,48,382,6,0,0,0,0],[361,12,361,26,0,0,0,0],[361,27,364,10,0,0,0,0],[364,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU_","regions":[[362,18,362,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU0_","regions":[[370,14,381,10,0,0,0,0],[371,30,377,14,0,0,0,0],[376,20,376,27,0,0,0,0],[376,28,376,38,0,0,0,0],[376,38,377,14,0,0,0,0],[377,14,381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU0_SbyKXEfu_","regions":[[375,65,375,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit35openInputMonitoringPreferencesPanel026_DCD82C7C854EC54C32E1EB335K5A32F4LLyyF","regions":[[386,52,400,2,0,0,0,0],[389,5,399,6,0,0,0,0],[391,12,391,14,0,0,0,0],[391,15,393,10,0,0,0,0],[393,16,398,10,0,0,0,0],[395,16,395,105,0,0,0,0],[395,106,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20revealKanataInFinder026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyF","regions":[[405,37,417,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20revealKanataInFinder026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyFyyYbScMYccfU_","regions":[[414,59,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit031positionSettingsAndFinderSideByI0026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyF","regions":[[420,52,481,2,0,0,0,0],[421,43,421,53,0,0,0,0],[421,53,481,2,0,0,0,0],[445,13,459,6,0,0,0,0],[448,12,448,106,0,0,0,0],[450,9,458,10,0,0,0,0],[464,13,478,6,0,0,0,0],[467,12,467,106,0,0,0,0],[469,9,477,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit010copyKanataB11ToClipboard026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyF","regions":[[483,42,489,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg","regions":[[497,25,571,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_","regions":[[498,79,569,10,0,0,0,0],[512,16,512,42,0,0,0,0],[512,43,531,14,0,0,0,0],[531,14,569,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A1_yXEfU_","regions":[[499,53,509,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_","regions":[[513,57,527,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_A23_SScfU_","regions":[[518,60,526,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_A23_SScfU_A22_yXEfU_","regions":[[519,61,525,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A33_yXEfU1_","regions":[[534,54,546,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A39_yXEfU2_","regions":[[552,20,558,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_yyScMYccfU3_","regions":[[564,37,566,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CleanupStepV4bodyQrvg","regions":[[578,25,590,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CleanupStepV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE4TextV_Qo__AUtGyXEfU_","regions":[[579,45,589,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ","regions":[[596,36,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_","regions":[[602,22,655,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU_","regions":[[619,28,619,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU0_","regions":[[637,28,637,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU1_","regions":[[649,28,649,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13_fixingIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELL7SwiftUI5StateVyShy10Foundation4UUIDVGGvpfi","regions":[[16,50,16,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13_actionStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[17,66,17,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg","regions":[[25,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_","regions":[[26,28,78,10,0,0,0,0],[27,16,27,32,0,0,0,0],[27,33,49,14,0,0,0,0],[49,20,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_","regions":[[28,66,45,18,0,0,0,0],[37,58,37,59,0,0,0,0],[37,62,37,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_SSyKXEfu_","regions":[[36,93,36,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_yyScMYccfU_","regions":[[39,49,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_","regions":[[50,66,73,18,0,0,0,0],[63,58,63,59,0,0,0,0],[63,62,63,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yycfU_","regions":[[55,40,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yycfU_yyYacfU_","regions":[[56,34,58,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_SSyKXEfu_","regions":[[62,93,62,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yyScMYccfU0_","regions":[[65,35,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_SbyKXEfu0_","regions":[[70,54,70,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgySb_SbtcfU0_","regions":[[83,33,110,10,0,0,0,0],[84,34,84,44,0,0,0,0],[84,44,110,10,0,0,0,0],[89,13,95,14,0,0,0,0],[95,14,110,10,0,0,0,0],[97,68,97,78,0,0,0,0],[97,78,110,10,0,0,0,0],[99,80,106,14,0,0,0,0],[106,14,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgySb_SbtcfU0_Sb0abE4Core0E5IssueVXEfU_","regions":[[99,51,99,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgyycfU1_","regions":[[111,22,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV12kanataIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSay0abE4Core0E5IssueVGvg","regions":[[119,45,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV12kanataIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[120,23,135,10,0,0,0,0],[122,16,122,47,0,0,0,0],[122,48,132,14,0,0,0,0],[123,24,123,40,0,0,0,0],[124,17,128,32,0,0,0,0],[129,17,130,33,0,0,0,0],[132,14,134,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tF","regions":[[138,83,168,6,0,0,0,0],[140,16,140,29,0,0,0,0],[141,9,148,51,0,0,0,0],[148,31,148,38,0,0,0,0],[148,41,148,51,0,0,0,0],[150,9,159,51,0,0,0,0],[159,31,159,38,0,0,0,0],[159,41,159,51,0,0,0,0],[161,9,166,51,0,0,0,0],[166,31,166,38,0,0,0,0],[166,41,166,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU_","regions":[[142,44,147,14,0,0,0,0],[143,70,145,18,0,0,0,0],[145,18,146,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_","regions":[[151,44,158,14,0,0,0,0],[152,70,156,18,0,0,0,0],[156,18,157,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_SbyKXEfu_","regions":[[154,28,154,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_SbyKXEfu0_","regions":[[155,28,155,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU1_","regions":[[163,44,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU1_SbyKXEfu_","regions":[[164,52,164,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV17getComponentTitle33_9C2C4D79E7EB966894E8883CE6CEE7CELL3forSS0abE4Core0E5IssueV_tF","regions":[[170,70,183,6,0,0,0,0],[172,62,181,10,0,0,0,0],[173,20,173,29,0,0,0,0],[174,13,175,39,0,0,0,0],[176,13,177,54,0,0,0,0],[178,13,179,35,0,0,0,0],[181,10,182,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV23getComponentDescription33_9C2C4D79E7EB966894E8883CE6CEE7CELL3forSS0abE4Core0E5IssueV_tF","regions":[[185,76,198,6,0,0,0,0],[187,62,196,10,0,0,0,0],[188,20,188,29,0,0,0,0],[189,13,190,84,0,0,0,0],[191,13,192,79,0,0,0,0],[193,13,194,41,0,0,0,0],[196,10,197,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV03hasF6Issues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSbvg","regions":[[200,39,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvg","regions":[[204,47,221,6,0,0,0,0],[205,111,207,10,0,0,0,0],[207,10,220,34,0,0,0,0],[217,12,219,10,0,0,0,0],[219,10,220,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvgSbAHXEfU_","regions":[[205,56,205,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvgSbAHXEfU0_","regions":[[208,57,217,10,0,0,0,0],[209,20,209,33,0,0,0,0],[210,13,213,21,0,0,0,0],[214,13,215,22,0,0,0,0],[216,14,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19isPrimaryFixLoading33_9C2C4D79E7EB966894E8883CE6CEE7CELLSbvg","regions":[[223,43,228,6,0,0,0,0],[224,44,226,10,0,0,0,0],[226,10,227,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV16handlePrimaryFix33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[230,37,241,6,0,0,0,0],[231,48,231,58,0,0,0,0],[231,58,241,6,0,0,0,0],[233,12,233,56,0,0,0,0],[233,57,236,10,0,0,0,0],[236,10,241,6,0,0,0,0],[238,53,238,63,0,0,0,0],[238,63,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[243,41,277,6,0,0,0,0],[246,97,276,10,0,0,0,0],[247,16,247,24,0,0,0,0],[247,25,273,14,0,0,0,0],[273,14,276,10,0,0,0,0],[276,10,277,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFSb0abE4Core0E5IssueVXEfU_","regions":[[246,50,246,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFSSyKXEfu_","regions":[[251,57,251,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU0_","regions":[[260,45,271,18,0,0,0,0],[262,88,262,98,0,0,0,0],[262,98,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tF","regions":[[279,64,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_","regions":[[284,14,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_yyYbScMYcXEfU_","regions":[[285,33,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_yyYbScMYcXEfU0_","regions":[[292,33,300,14,0,0,0,0],[294,20,294,22,0,0,0,0],[294,23,297,18,0,0,0,0],[297,24,299,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStF","regions":[[304,87,335,6,0,0,0,0],[305,12,305,20,0,0,0,0],[305,21,332,10,0,0,0,0],[332,10,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFSSyKXEfu_","regions":[[311,53,311,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_","regions":[[317,41,330,14,0,0,0,0],[319,67,319,77,0,0,0,0],[319,77,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStF","regions":[[337,85,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_","regions":[[342,14,360,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_yyYbScMYcXEfU_","regions":[[343,33,347,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_yyYbScMYcXEfU0_","regions":[[351,33,359,14,0,0,0,0],[353,20,353,22,0,0,0,0],[353,23,356,18,0,0,0,0],[356,24,358,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19nextStepButtonTitle33_9C2C4D79E7EB966894E8883CE6CEE7CELLSSvg","regions":[[363,45,365,6,0,0,0,0],[364,26,364,45,0,0,0,0],[364,48,364,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV18navigateToNextStep33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[367,39,382,6,0,0,0,0],[368,12,368,26,0,0,0,0],[368,27,371,10,0,0,0,0],[371,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV18navigateToNextStep33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU_","regions":[[373,14,381,10,0,0,0,0],[376,13,378,14,0,0,0,0],[378,20,380,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19scheduleStatusClear33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[385,40,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19scheduleStatusClear33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU_","regions":[[386,14,391,10,0,0,0,0],[388,45,390,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12_isMigrating33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[11,38,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showFilePicker33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[13,41,13,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showConfigCard33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[16,41,16,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showCheckmarks33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySaySbGGvpfi","regions":[[17,41,17,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV10_heroScale33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[18,45,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12_heroOpacity33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySdGvpfi","regions":[[19,46,19,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV17_showSuccessBurst33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[20,43,20,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14DetectedConfigO4pathSSvg","regions":[[30,26,35,10,0,0,0,0],[31,20,31,24,0,0,0,0],[32,13,32,56,0,0,0,0],[33,13,33,43,0,0,0,0],[34,14,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14DetectedConfigO07displayB0SSvg","regions":[[37,33,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg","regions":[[42,25,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_","regions":[[43,16,78,10,0,0,0,0],[65,16,65,32,0,0,0,0],[65,33,77,14,0,0,0,0],[77,14,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_A7_yXEfU_","regions":[[44,32,62,14,0,0,0,0],[51,27,51,52,0,0,0,0],[52,27,52,63,0,0,0,0],[57,48,59,18,0,0,0,0],[59,24,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_ySb_SbtcfU0_","regions":[[71,53,76,22,0,0,0,0],[72,28,72,38,0,0,0,0],[72,75,75,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvgyycfU0_","regions":[[85,19,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU1_","regions":[[93,11,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyF","regions":[[100,36,118,6,0,0,0,0],[113,26,117,10,0,0,0,0],[117,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU_","regions":[[102,69,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU0_","regions":[[108,80,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU1_","regions":[[114,102,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF","regions":[[123,74,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_","regions":[[124,20,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_","regions":[[125,62,195,14,0,0,0,0],[140,43,140,44,0,0,0,0],[140,47,140,48,0,0,0,0],[141,45,141,46,0,0,0,0],[141,49,141,52,0,0,0,0],[153,47,164,18,0,0,0,0],[164,18,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A26_yXEfU_","regions":[[127,24,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A40_yXEfU0_","regions":[[144,58,148,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A45_yXEfU1_","regions":[[154,28,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_","regions":[[167,66,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_","regions":[[168,70,183,22,0,0,0,0],[169,46,169,60,0,0,0,0],[169,63,169,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_yyScMYccfU_","regions":[[169,82,171,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_yyScMYccfU0_","regions":[[177,52,179,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_yyScMYccfU0_","regions":[[185,44,187,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF","regions":[[202,46,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_","regions":[[203,58,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_","regions":[[211,62,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_yyScMYccfU_","regions":[[212,46,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_yyScMYccfU0_","regions":[[218,54,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14reassuranceRow33_579E9A65705B7D342ED415D960FDCEFBLL4text5indexQrSS_SitF","regions":[[231,72,247,6,0,0,0,0],[232,56,232,77,0,0,0,0],[232,80,232,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14reassuranceRow33_579E9A65705B7D342ED415D960FDCEFBLL4text5indexQrSS_SitF7SwiftUI9TupleViewVyAH0W0PAHE7opacityyQrSdFQOyAlHE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AH9UnitPointVtFQOyAlHE4fontyQrAH4FontVSgFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__Qo__Qo__AlHE6offset1x1yQrAR_ARtFQOyAlHEAMyQrSdFQOyAH4TextV_Qo__Qo_AH6SpacerVtGyXEfU_","regions":[[234,29,246,10,0,0,0,0],[238,42,238,43,0,0,0,0],[238,46,238,47,0,0,0,0],[239,38,239,39,0,0,0,0],[239,42,239,43,0,0,0,0],[243,38,243,39,0,0,0,0],[243,42,243,43,0,0,0,0],[244,40,244,41,0,0,0,0],[244,44,244,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12detectConfig33_579E9A65705B7D342ED415D960FDCEFBLLyyF","regions":[[251,33,268,6,0,0,0,0],[255,9,261,10,0,0,0,0],[257,56,260,14,0,0,0,0],[260,14,261,10,0,0,0,0],[261,10,268,6,0,0,0,0],[265,43,267,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tF","regions":[[272,55,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_","regions":[[276,14,316,10,0,0,0,0],[277,16,299,14,0,0,0,0],[285,18,299,14,0,0,0,0],[289,20,289,76,0,0,0,0],[289,77,291,18,0,0,0,0],[290,89,291,18,0,0,0,0],[291,18,299,14,0,0,0,0],[299,78,310,14,0,0,0,0],[310,21,315,14,0,0,0,0],[315,14,316,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[293,37,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_SbyKXEfu_","regions":[[296,66,296,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_SbyKXEfu_SbyKXEfu0_","regions":[[296,107,296,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_","regions":[[300,37,309,18,0,0,0,0],[301,60,305,22,0,0,0,0],[305,28,308,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_","regions":[[303,70,303,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_SbyKXEfu0_","regions":[[303,111,303,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU1_","regions":[[311,37,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV19triggerSuccessBurst33_579E9A65705B7D342ED415D960FDCEFBLL010hasRunningF0ySb_tF","regions":[[319,62,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV16handleFilePicker33_579E9A65705B7D342ED415D960FDCEFBLLyys6ResultOySay10Foundation3URLVGs5Error_pGF","regions":[[326,67,340,6,0,0,0,0],[327,16,327,22,0,0,0,0],[328,9,335,51,0,0,0,0],[329,45,329,55,0,0,0,0],[329,55,335,51,0,0,0,0],[331,67,331,77,0,0,0,0],[331,77,335,51,0,0,0,0],[337,9,338,56,0,0,0,0],[339,10,340,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13kanataManager33_6BCA1819524859AA98E9B6200AA61640LLAA18RuntimeCoordinatorCvg","regions":[[12,51,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19_isPerformingAction33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVySbGvpfi","regions":[[16,45,16,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV14_serviceStatus33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVyAC0gJ0OGvpfi","regions":[[17,55,17,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13_actionStatus33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[19,66,19,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO5color7SwiftUI5ColorVvg","regions":[[33,26,41,10,0,0,0,0],[34,20,34,24,0,0,0,0],[35,13,35,34,0,0,0,0],[36,13,36,35,0,0,0,0],[37,13,37,31,0,0,0,0],[38,13,38,45,0,0,0,0],[39,13,39,33,0,0,0,0],[40,14,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO4iconSSvg","regions":[[43,26,51,10,0,0,0,0],[44,20,44,24,0,0,0,0],[45,13,45,51,0,0,0,0],[46,13,46,46,0,0,0,0],[47,13,47,58,0,0,0,0],[48,13,48,69,0,0,0,0],[49,13,49,54,0,0,0,0],[50,14,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO11descriptionSSvg","regions":[[53,33,62,10,0,0,0,0],[54,20,54,24,0,0,0,0],[55,13,55,48,0,0,0,0],[56,13,56,52,0,0,0,0],[57,13,57,42,0,0,0,0],[58,13,58,53,0,0,0,0],[59,13,59,53,0,0,0,0],[60,13,60,56,0,0,0,0],[61,14,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg","regions":[[65,25,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_","regions":[[66,58,102,10,0,0,0,0],[80,16,80,37,0,0,0,0],[80,74,83,14,0,0,0,0],[83,14,102,10,0,0,0,0],[85,50,92,14,0,0,0,0],[92,14,102,10,0,0,0,0],[94,16,94,40,0,0,0,0],[94,41,101,14,0,0,0,0],[101,14,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_yycfU_","regions":[[75,32,75,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[95,45,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvgyycfU0_","regions":[[109,19,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvgyycfU1_","regions":[[113,22,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV08evaluateG10Completion33_6BCA1819524859AA98E9B6200AA61640LL6target10actionNameyAC07DesiredG5StateAELLO_SStF","regions":[[127,93,150,6,0,0,0,0],[128,16,128,22,0,0,0,0],[129,9,138,14,0,0,0,0],[130,20,130,33,0,0,0,0],[131,13,133,38,0,0,0,0],[134,13,135,83,0,0,0,0],[136,13,137,93,0,0,0,0],[139,9,148,14,0,0,0,0],[140,20,140,33,0,0,0,0],[141,13,143,38,0,0,0,0],[144,13,145,83,0,0,0,0],[146,13,147,93,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19scheduleStatusClear33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[153,40,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19scheduleStatusClear33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[154,14,159,10,0,0,0,0],[156,45,158,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV15statusForHeader33_6BCA1819524859AA98E9B6200AA61640LLAA0ehK0V0K6StatusOvg","regions":[[164,64,171,6,0,0,0,0],[165,16,165,29,0,0,0,0],[166,9,166,32,0,0,0,0],[167,9,167,39,0,0,0,0],[168,9,168,29,0,0,0,0],[169,9,169,44,0,0,0,0],[170,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV11statusTitle33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[173,37,182,6,0,0,0,0],[174,16,174,29,0,0,0,0],[175,9,175,41,0,0,0,0],[176,9,176,45,0,0,0,0],[177,9,177,38,0,0,0,0],[178,9,178,43,0,0,0,0],[179,9,179,43,0,0,0,0],[180,9,180,41,0,0,0,0],[181,10,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13statusMessage33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[184,39,199,6,0,0,0,0],[185,16,185,29,0,0,0,0],[186,9,187,70,0,0,0,0],[188,9,189,68,0,0,0,0],[190,9,191,58,0,0,0,0],[192,9,193,41,0,0,0,0],[194,9,195,41,0,0,0,0],[196,9,197,83,0,0,0,0],[198,10,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV24shouldShowNextStepButton33_6BCA1819524859AA98E9B6200AA61640LLSbvg","regions":[[201,48,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19nextStepButtonTitle33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[205,45,207,6,0,0,0,0],[206,26,206,45,0,0,0,0],[206,48,206,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV05startG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[211,33,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV05startG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[216,14,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV07restartG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[224,35,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV07restartG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[229,14,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV04stopG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[237,32,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV04stopG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[242,14,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13refreshStatus33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[250,34,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13refreshStatus33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[252,28,254,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaF","regions":[[257,45,273,6,0,0,0,0],[266,38,266,48,0,0,0,0],[266,48,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU_","regions":[[268,29,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU_yyXEfU_","regions":[[269,54,271,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtF","regions":[[279,7,333,6,0,0,0,0],[282,16,282,28,0,0,0,0],[283,9,284,37,0,0,0,0],[285,9,286,37,0,0,0,0],[287,9,294,14,0,0,0,0],[290,76,292,14,0,0,0,0],[292,20,294,14,0,0,0,0],[295,9,296,38,0,0,0,0],[297,9,299,52,0,0,0,0],[300,9,301,37,0,0,0,0],[302,10,333,6,0,0,0,0],[304,16,304,29,0,0,0,0],[305,9,306,18,0,0,0,0],[307,9,309,57,0,0,0,0],[310,9,314,14,0,0,0,0],[312,16,312,41,0,0,0,0],[312,42,314,14,0,0,0,0],[315,10,333,6,0,0,0,0],[317,42,324,10,0,0,0,0],[324,10,333,6,0,0,0,0],[326,42,328,10,0,0,0,0],[328,59,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtFSSyKXEfu_","regions":[[308,43,308,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtFyyYacfU_","regions":[[320,18,322,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaF","regions":[[335,45,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFSSSgyYacfU_","regions":[[339,49,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU0_","regions":[[343,29,350,10,0,0,0,0],[344,54,344,64,0,0,0,0],[344,64,350,10,0,0,0,0],[345,33,347,14,0,0,0,0],[347,20,349,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZ","regions":[[353,103,371,6,0,0,0,0],[354,67,356,10,0,0,0,0],[356,10,370,19,0,0,0,0],[358,80,368,10,0,0,0,0],[363,48,367,14,0,0,0,0],[364,20,364,94,0,0,0,0],[364,95,366,18,0,0,0,0],[366,18,367,14,0,0,0,0],[367,14,368,10,0,0,0,0],[368,10,370,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZSbyKXEfu_","regions":[[364,46,364,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZSbyKXEfu0_","regions":[[364,72,364,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17readRecentLogData33_6BCA1819524859AA98E9B6200AA61640LL4from8maxBytes10Foundation0L0VSgSS_SitFZ","regions":[[373,98,387,6,0,0,0,0],[374,68,374,82,0,0,0,0],[374,82,387,6,0,0,0,0],[379,12,384,10,0,0,0,0],[380,51,383,42,0,0,0,0],[382,59,383,42,0,0,0,0],[384,17,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18extractConfigError33_6BCA1819524859AA98E9B6200AA61640LL4fromSSSgSS_tFZ","regions":[[391,92,467,6,0,0,0,0],[397,9,399,10,0,0,0,0],[399,10,466,19,0,0,0,0],[401,91,403,10,0,0,0,0],[403,10,466,19,0,0,0,0],[414,44,449,10,0,0,0,0],[416,16,416,55,0,0,0,0],[416,56,418,14,0,0,0,0],[421,16,421,32,0,0,0,0],[423,13,431,14,0,0,0,0],[427,20,427,36,0,0,0,0],[427,37,430,18,0,0,0,0],[434,16,434,32,0,0,0,0],[434,77,438,14,0,0,0,0],[435,60,437,18,0,0,0,0],[441,16,441,53,0,0,0,0],[441,54,443,14,0,0,0,0],[446,16,446,32,0,0,0,0],[446,53,448,14,0,0,0,0],[448,14,449,10,0,0,0,0],[449,10,466,19,0,0,0,0],[452,12,452,28,0,0,0,0],[452,29,464,10,0,0,0,0],[454,37,459,14,0,0,0,0],[456,44,458,18,0,0,0,0],[460,39,462,14,0,0,0,0],[464,10,466,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18navigateToNextStep33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[469,39,484,6,0,0,0,0],[470,12,470,26,0,0,0,0],[470,27,473,10,0,0,0,0],[473,10,484,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18navigateToNextStep33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[475,14,483,10,0,0,0,0],[478,13,480,14,0,0,0,0],[480,20,482,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvg","regions":[[488,5,513,6,0,0,0,0],[489,16,489,29,0,0,0,0],[490,9,491,16,0,0,0,0],[492,9,493,16,0,0,0,0],[494,9,499,14,0,0,0,0],[500,9,505,14,0,0,0,0],[506,9,511,14,0,0,0,0],[512,10,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu_","regions":[[497,25,497,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[497,25,497,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu1_","regions":[[503,25,503,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[503,25,503,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu3_","regions":[[509,25,509,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[509,25,509,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19extractErrorMessage33_6BCA1819524859AA98E9B6200AA61640LL4fromS2S_tFZ","regions":[[515,89,526,6,0,0,0,0],[517,12,517,49,0,0,0,0],[517,50,519,10,0,0,0,0],[519,19,519,51,0,0,0,0],[519,52,521,10,0,0,0,0],[521,19,521,55,0,0,0,0],[521,56,523,10,0,0,0,0],[523,16,525,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV16startAutoRefresh33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[530,37,537,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV15stopAutoRefresh33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[539,36,542,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ","regions":[[548,36,577,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_","regions":[[553,22,574,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU_","regions":[[557,28,557,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU0_","regions":[[564,28,564,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU1_","regions":[[571,28,571,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV13_showAllItems33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[22,39,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21_isCombinedFixLoading33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[23,47,23,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19_pendingCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[24,45,24,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV13_actionStatus33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[26,66,26,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV05_lastF7Healthy33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[27,47,27,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg","regions":[[31,25,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_","regions":[[32,28,143,10,0,0,0,0],[34,16,34,35,0,0,0,0],[34,36,110,14,0,0,0,0],[110,20,142,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_","regions":[[35,66,106,18,0,0,0,0],[51,58,51,59,0,0,0,0],[51,62,51,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yycfU_","regions":[[40,40,45,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yycfU_yyYacfU_","regions":[[42,34,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_SSyKXEfu_","regions":[[50,93,50,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_","regions":[[54,28,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_","regions":[[56,95,92,26,0,0,0,0],[58,32,58,44,0,0,0,0],[58,45,71,30,0,0,0,0],[71,30,92,26,0,0,0,0],[74,32,74,103,0,0,0,0],[74,104,91,30,0,0,0,0],[91,30,92,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU_","regions":[[59,53,70,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU_A37_yXEfU_","regions":[[62,56,69,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_SbyKXEfu_","regions":[[74,48,74,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU0_","regions":[[75,53,90,34,0,0,0,0],[78,47,78,70,0,0,0,0],[78,73,78,92,0,0,0,0],[81,99,81,105,0,0,0,0],[81,108,81,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU0_A37_yXEfU_","regions":[[82,56,89,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yyScMYccfU1_","regions":[[100,49,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_","regions":[[112,66,138,18,0,0,0,0],[128,58,128,59,0,0,0,0],[128,62,128,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yycfU_","regions":[[118,40,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yycfU_yyYacfU_","regions":[[119,34,121,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_SSyKXEfu_","regions":[[127,93,127,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yyScMYccfU0_","regions":[[130,35,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgySb_SbtcfU0_","regions":[[148,43,162,10,0,0,0,0],[150,16,150,26,0,0,0,0],[150,27,158,14,0,0,0,0],[152,20,152,40,0,0,0,0],[152,41,154,18,0,0,0,0],[158,20,161,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgyycfU1_","regions":[[163,19,176,10,0,0,0,0],[166,16,166,35,0,0,0,0],[166,36,171,14,0,0,0,0],[171,20,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgySb_SbtcfU2_","regions":[[177,33,180,10,0,0,0,0],[178,54,178,64,0,0,0,0],[178,64,180,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgyycfU3_","regions":[[181,22,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV03hasF6Issues33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbvg","regions":[[191,42,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19nextStepButtonTitle33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSSvg","regions":[[199,45,201,6,0,0,0,0],[200,26,200,45,0,0,0,0],[200,48,200,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22karabinerRelatedIssues33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSay0abE4Core0E5IssueVGvg","regions":[[203,55,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV15componentStatus33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3for0abE4Core012InstallationJ0OAA0F9ComponentO_tF","regions":[[208,91,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV17needsManualAction33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbvg","regions":[[216,41,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV18navigateToNextStep33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[220,39,235,6,0,0,0,0],[221,12,221,26,0,0,0,0],[221,27,224,10,0,0,0,0],[224,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV18navigateToNextStep33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[226,14,234,10,0,0,0,0],[229,13,231,14,0,0,0,0],[231,20,233,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV17getComponentTitle33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3forSS0abE4Core0E5IssueV_tF","regions":[[237,70,258,6,0,0,0,0],[238,16,238,27,0,0,0,0],[239,9,240,39,0,0,0,0],[241,9,242,38,0,0,0,0],[243,9,244,52,0,0,0,0],[245,9,246,36,0,0,0,0],[247,9,248,36,0,0,0,0],[249,9,250,31,0,0,0,0],[251,9,252,31,0,0,0,0],[253,9,254,26,0,0,0,0],[255,9,256,24,0,0,0,0],[257,10,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV23getComponentDescription33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3forSS0abE4Core0E5IssueV_tF","regions":[[260,76,281,6,0,0,0,0],[261,16,261,27,0,0,0,0],[262,9,263,95,0,0,0,0],[264,9,265,82,0,0,0,0],[266,9,267,84,0,0,0,0],[268,9,269,77,0,0,0,0],[270,9,271,96,0,0,0,0],[272,9,273,74,0,0,0,0],[274,9,275,80,0,0,0,0],[276,9,277,87,0,0,0,0],[278,9,279,30,0,0,0,0],[280,10,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22openLoginItemsSettings33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[283,43,287,6,0,0,0,0],[284,103,286,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[293,42,325,6,0,0,0,0],[294,42,297,10,0,0,0,0],[297,10,325,6,0,0,0,0],[300,12,300,20,0,0,0,0],[300,21,322,10,0,0,0,0],[322,10,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFSSyKXEfu_","regions":[[304,53,304,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[311,41,320,14,0,0,0,0],[313,57,313,67,0,0,0,0],[313,67,320,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[327,37,393,6,0,0,0,0],[328,12,328,32,0,0,0,0],[328,33,331,10,0,0,0,0],[331,10,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFySScfU_","regions":[[343,19,345,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU0_","regions":[[350,14,392,10,0,0,0,0],[359,16,359,27,0,0,0,0],[359,28,365,14,0,0,0,0],[365,20,379,14,0,0,0,0],[372,20,372,23,0,0,0,0],[372,24,378,18,0,0,0,0],[378,18,379,14,0,0,0,0],[379,14,392,10,0,0,0,0],[384,16,384,29,0,0,0,0],[384,30,388,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV23resumeQueuedCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[395,44,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV24attemptAutoInstallDriver33_8B7A6FF0999DE8E47457D9BBA5B0A090LL11maxAttemptsSbSi_tYaF","regions":[[408,75,430,6,0,0,0,0],[410,33,416,10,0,0,0,0],[413,16,413,18,0,0,0,0],[413,19,413,34,0,0,0,0],[413,34,416,10,0,0,0,0],[416,10,429,21,0,0,0,0],[421,12,421,43,0,0,0,0],[421,44,427,10,0,0,0,0],[427,10,429,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19toastApprovalNeeded33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[432,40,440,6,0,0,0,0],[433,53,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19toastApprovalNeeded33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYaYbScMYccfU_","regions":[[436,14,439,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaF","regions":[[446,63,531,6,0,0,0,0],[461,12,461,99,0,0,0,0],[461,100,464,10,0,0,0,0],[466,12,466,97,0,0,0,0],[466,98,469,10,0,0,0,0],[474,12,474,29,0,0,0,0],[474,30,477,10,0,0,0,0],[477,19,477,101,0,0,0,0],[477,102,480,10,0,0,0,0],[494,12,494,19,0,0,0,0],[494,20,520,10,0,0,0,0],[500,16,500,43,0,0,0,0],[500,44,504,14,0,0,0,0],[504,20,519,14,0,0,0,0],[515,27,515,95,0,0,0,0],[516,27,516,33,0,0,0,0],[520,16,530,10,0,0,0,0],[527,43,527,91,0,0,0,0],[527,94,527,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVcfu_","regions":[[453,40,453,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSS0abE4Core0E5IssueVXEfU_","regions":[[455,66,455,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU0_","regions":[[461,39,461,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU1_","regions":[[466,39,466,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu0_","regions":[[468,74,468,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU2_","regions":[[471,60,471,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu1_","regions":[[472,13,472,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu1_Sb0abE4Core0E5IssueVXEfU3_","regions":[[472,36,472,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu2_","regions":[[473,13,473,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu2_Sb0abE4Core0E5IssueVXEfU4_","regions":[[473,36,473,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu3_","regions":[[476,74,476,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU5_","regions":[[477,46,477,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu4_","regions":[[479,77,479,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu5_","regions":[[485,30,485,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSay0abE4Core0E5IssueVGyKXEfu6_","regions":[[498,78,498,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVcfu7_","regions":[[499,62,499,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSS0abE4Core0E5IssueVXEfU6_","regions":[[511,110,511,142,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19repairFailureDetail33_8B7A6FF0999DE8E47457D9BBA5B0A090LL4fromS2SSg_tF","regions":[[533,70,542,6,0,0,0,0],[534,48,534,61,0,0,0,0],[534,61,541,60,0,0,0,0],[539,37,539,50,0,0,0,0],[539,50,541,60,0,0,0,0],[541,49,541,54,0,0,0,0],[541,57,541,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SF","regions":[[544,70,579,6,0,0,0,0],[549,35,549,48,0,0,0,0],[549,48,578,48,0,0,0,0],[560,41,564,10,0,0,0,0],[561,72,563,14,0,0,0,0],[564,10,578,48,0,0,0,0],[566,94,569,10,0,0,0,0],[571,12,571,28,0,0,0,0],[571,29,576,10,0,0,0,0],[573,16,573,25,0,0,0,0],[573,26,575,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSJcfu_","regions":[[546,36,546,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSSSsXEfU_","regions":[[547,18,547,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU0_","regions":[[548,21,548,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU1_","regions":[[561,46,561,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU2_","regions":[[566,56,566,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFS2SXEfU3_","regions":[[574,51,574,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV27composeRepairFailureMessage33_8B7A6FF0999DE8E47457D9BBA5B0A090LL8headline15bootstrapOutput17diagnosticSummaryS2S_SSSgSStF","regions":[[585,17,596,6,0,0,0,0],[588,12,588,28,0,0,0,0],[588,29,590,10,0,0,0,0],[592,12,592,36,0,0,0,0],[592,37,594,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19scheduleStatusClear33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[599,40,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19scheduleStatusClear33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[600,14,605,10,0,0,0,0],[602,45,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV29performAutomaticServiceRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaF","regions":[[609,64,624,6,0,0,0,0],[613,12,613,19,0,0,0,0],[613,20,618,10,0,0,0,0],[618,16,622,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV14performAutoFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLySb0abE4Core0jK6ActionOYaF","regions":[[627,72,629,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV14refreshAndWait33_8B7A6FF0999DE8E47457D9BBA5B0A090LL12fixSucceededySb_tYaF","regions":[[635,59,676,6,0,0,0,0],[649,15,649,57,0,0,0,0],[649,84,652,10,0,0,0,0],[652,10,676,6,0,0,0,0],[656,87,656,98,0,0,0,0],[656,101,656,112,0,0,0,0],[660,12,660,34,0,0,0,0],[660,35,664,10,0,0,0,0],[664,10,676,6,0,0,0,0],[668,33,672,10,0,0,0,0],[672,10,676,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardLoggerCACyc33_9D9060E070675027098E1DE13306F8DELlfc","regions":[[10,20,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardLoggerC3logyySSF","regions":[[23,33,44,6,0,0,0,0],[31,51,43,10,0,0,0,0],[32,16,32,71,0,0,0,0],[32,72,39,14,0,0,0,0],[34,79,38,18,0,0,0,0],[39,20,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV11_isHovering33_AE2AB4DE677394F5E5D88D39389DC274LL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg","regions":[[11,25,77,6,0,0,0,0],[13,12,13,75,0,0,0,0],[13,76,76,10,0,0,0,0],[62,31,62,81,0,0,0,0],[63,31,63,68,0,0,0,0],[68,38,68,66,0,0,0,0],[68,69,68,97,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgSbyKXEfu_","regions":[[13,44,13,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_","regions":[[14,32,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_yyScMYccfU_","regions":[[16,32,20,18,0,0,0,0],[17,75,19,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_A11_yXEfU0_","regions":[[20,20,27,18,0,0,0,0],[24,60,24,68,0,0,0,0],[24,71,24,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_yyScMYccfU1_","regions":[[39,32,43,18,0,0,0,0],[40,67,42,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_A11_yXEfU2_","regions":[[43,20,50,18,0,0,0,0],[47,63,47,71,0,0,0,0],[47,74,47,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgySbcfU0_","regions":[[71,22,75,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgySbcfU0_yyXEfU_","regions":[[72,59,74,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardDetailPageModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tF","regions":[[84,46,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardDetailPageModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tFAF0M0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEALyQrAP_ATtFQOyAA0E17NavigationControlV_Qo__Qo_yXEfU_","regions":[[86,46,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE16wizardDetailPageQryF","regions":[[97,42,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV11_isHovering33_AE2AB4DE677394F5E5D88D39389DC274LL7SwiftUI5StateVySbGvpfi","regions":[[105,37,105,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvg","regions":[[107,25,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgyyScMYccfU_","regions":[[108,16,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame5width6heightAIQr12CoreGraphics7CGFloatVSg_ArKtFQOyAgEE15foregroundColoryQrAE0U0VSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE06_ShapeJ0VyAE6CircleVAUGQo_yXEfU0_","regions":[[111,18,123,10,0,0,0,0],[120,35,120,81,0,0,0,0],[121,35,121,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgySbcfU1_","regions":[[128,18,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgySbcfU1_yyXEfU_","regions":[[129,55,131,14,0,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC26hasShownFullDiskAccessPage33_24A2EA864521011481BFED665DF41F66LLSbvpfi","regions":[[10,46,10,51,51,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC27hasShownKanataMigrationPage33_24A2EA864521011481BFED665DF41F66LLSbvpfi","regions":[[11,47,11,52,51,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC05resetF5StateyyF","regions":[[14,33,17,6,0,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC16markFDAPageShownyyF","regions":[[20,29,22,6,25,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC15hasFDABeenShownSbvg","regions":[[25,31,27,6,0,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaF","regions":[[34,104,85,6,18,0,0,0],[52,12,52,70,18,0,0,0],[52,71,55,10,1,0,0,0],[55,10,84,24,17,0,0,0],[58,12,58,40,17,0,0,0],[61,9,65,10,0,0,0,0],[65,10,84,24,17,0,0,0],[69,12,69,39,17,0,0,0],[69,40,73,10,0,0,0,0],[73,10,84,24,17,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbAMXEfU_","regions":[[44,47,49,10,31,0,0,0],[45,60,47,14,12,0,0,0],[47,14,48,25,19,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbAMXEfU_SbyKXEfu_","regions":[[46,52,46,85,12,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbyKXEfu_","regions":[[52,32,52,47,17,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbyKXEfu0_","regions":[[52,51,52,70,17,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC11canNavigate4from2to5givenSb0abE4Core0E4PageO_AjH0E11SystemStateOtF","regions":[[87,96,91,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC8nextPage4from5given6issues0abE4Core0eI0OSgAJ_AH0E11SystemStateOSayAH0E5IssueVGtYaF","regions":[[95,28,127,6,3,0,0,0],[98,73,100,10,0,0,0,0],[100,10,126,19,3,0,0,0],[106,12,106,44,3,0,0,0],[106,68,108,10,1,0,0,0],[108,10,126,19,2,0,0,0],[114,9,116,10,0,0,0,0],[116,10,126,19,2,0,0,0],[121,12,121,39,2,0,0,0],[121,40,123,10,2,0,0,0],[123,10,126,19,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC06createF5State11currentPage06systemI06issues0abE4Core0efI0VAH0eK0O_AH0e6SystemI0OSayAH0E5IssueVGtYaF","regions":[[133,38,144,6,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC12getPageOrderSay0abE4Core0eI0OGyF","regions":[[150,41,154,6,7,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC9pageIndexySi0abE4Core0E4PageOF","regions":[[157,47,160,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC9pageIndexySi0abE4Core0E4PageOFSiyKXEfu_","regions":[[159,46,159,47,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC14isBlockingPageySb0abE4Core0eJ0OYaF","regions":[[163,59,190,6,12,0,0,0],[164,16,164,20,12,0,0,0],[165,9,166,24,1,0,0,0],[167,9,168,24,3,0,0,0],[169,9,174,49,3,0,0,0],[175,9,176,25,1,0,0,0],[177,9,178,25,2,0,0,0],[179,9,180,25,0,0,0,0],[181,9,182,25,0,0,0,0],[183,9,184,25,0,0,0,0],[185,9,186,25,0,0,0,0],[187,9,188,25,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC14isBlockingPageySb0abE4Core0eJ0OYaFSbyKXEfu_","regions":[[174,37,174,49,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20shouldShowNextButton3for5state6issuesSb0abE4Core0E4PageO_AH0E11SystemStateOSayAH0E5IssueVGtYaF","regions":[[197,21,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20shouldShowNextButton3for5state6issuesSb0abE4Core0E4PageO_AH0E11SystemStateOSayAH0E5IssueVGtYaFSbyKXEfu_","regions":[[203,46,203,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC24shouldShowPreviousButton3for5stateSb0abE4Core0E4PageO_AG0E11SystemStateOtF","regions":[[207,91,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC24shouldShowPreviousButton3for5stateSb0abE4Core0E4PageO_AG0E11SystemStateOtFSbyKXEfu_","regions":[[209,31,209,47,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC17primaryButtonText3for5stateSS0abE4Core0E4PageO_AG0E11SystemStateOtYaF","regions":[[213,92,247,6,9,0,0,0],[214,16,214,20,9,0,0,0],[215,9,216,32,1,0,0,0],[217,9,218,35,1,0,0,0],[219,9,220,35,1,0,0,0],[221,9,222,43,1,0,0,0],[223,9,224,40,1,0,0,0],[225,9,226,96,0,0,0,0],[226,62,226,77,0,0,0,0],[226,80,226,96,0,0,0,0],[227,9,228,31,0,0,0,0],[229,9,230,37,1,0,0,0],[231,9,232,37,0,0,0,0],[233,9,234,30,0,0,0,0],[235,9,236,26,0,0,0,0],[237,9,245,14,3,0,0,0],[238,20,238,25,3,0,0,0],[239,13,240,30,1,0,0,0],[241,13,242,39,2,0,0,0],[243,13,244,33,0,0,0,0],[246,10,247,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC22isPrimaryButtonEnabled3for5state0H10ProcessingSb0abE4Core0E4PageO_AH0E11SystemStateOSbtF","regions":[[252,15,285,6,0,0,0,0],[253,12,253,24,0,0,0,0],[253,25,255,10,0,0,0,0],[255,10,285,6,0,0,0,0],[257,16,257,20,0,0,0,0],[258,9,262,25,0,0,0,0],[259,63,261,14,0,0,0,0],[261,14,262,25,0,0,0,0],[263,9,264,24,0,0,0,0],[265,9,269,24,0,0,0,0],[266,61,268,14,0,0,0,0],[268,14,269,24,0,0,0,0],[270,9,271,24,0,0,0,0],[272,9,273,24,0,0,0,0],[274,9,275,24,0,0,0,0],[276,9,277,24,0,0,0,0],[278,9,279,24,0,0,0,0],[280,9,281,24,0,0,0,0],[282,9,283,24,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC17calculateProgress3forSd0abE4Core0E11SystemStateO_tF","regions":[[290,68,307,6,4,0,0,0],[291,16,291,21,4,0,0,0],[292,9,293,16,1,0,0,0],[294,9,295,16,1,0,0,0],[296,9,297,16,0,0,0,0],[298,9,299,16,0,0,0,0],[300,9,301,16,0,0,0,0],[302,9,303,16,1,0,0,0],[304,9,305,16,1,0,0,0],[306,10,307,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC19progressDescription3forSS0abE4Core0E11SystemStateO_tF","regions":[[310,70,327,6,4,0,0,0],[311,16,311,21,4,0,0,0],[312,9,313,33,1,0,0,0],[314,9,315,37,1,0,0,0],[316,9,317,39,0,0,0,0],[318,9,319,41,0,0,0,0],[320,9,321,35,0,0,0,0],[322,9,323,32,1,0,0,0],[324,9,325,30,1,0,0,0],[326,10,327,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtF","regions":[[10,11,12,2,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtFSbyKXEfu_","regions":[[11,25,11,39,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtFSbyKXEfu0_","regions":[[11,43,11,66,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZfA0_ySdYbcfU_","regions":[[13,66,13,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZ","regions":[[14,44,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_","regions":[[22,11,67,10,0,0,0,0],[24,43,62,14,0,0,0,0],[26,20,36,18,0,0,0,0],[35,22,36,18,0,0,0,0],[36,25,41,18,0,0,0,0],[41,18,61,18,0,0,0,0],[62,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_","regions":[[27,68,35,22,0,0,0,0],[33,51,35,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_yyYacfU_","regions":[[28,39,28,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_yyYaKcfU0_","regions":[[29,39,32,26,0,0,0,0],[30,78,31,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_AKyYbScMYcXEfU0_","regions":[[46,44,61,18,0,0,0,0],[47,62,58,22,0,0,0,0],[58,28,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO13timeoutResult33_CDDF1930593A11074AE1FB30A917AE9CLL0abE4Core011SystemStateH0VyFZ","regions":[[70,62,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlF","regions":[[96,21,108,2,0,0,0,0],[107,6,108,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[97,49,107,6,0,0,0,0],[104,44,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYacfU_","regions":[[98,23,98,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[99,23,103,10,0,0,0,0],[101,58,102,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV8progressAC7SwiftUI7BindingVySdG_tcfC","regions":[[7,54,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg","regions":[[11,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_","regions":[[12,29,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_A23_AE0S5ProxyVcfU_","regions":[[13,28,23,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_A23_AE0S5ProxyVcfU_A22_yXEfU_","regions":[[14,24,22,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV5title8progress15isIndeterminateACSS_SdSbtcfC","regions":[[9,80,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg","regions":[[15,25,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_","regions":[[16,29,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A21_AE0U5ProxyVcfU_","regions":[[18,28,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A21_AE0U5ProxyVcfU_A20_yXEfU_","regions":[[19,45,42,18,0,0,0,0],[25,24,25,39,0,0,0,0],[25,40,29,22,0,0,0,0],[29,28,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A31_yXEfU0_","regions":[[47,20,59,14,0,0,0,0],[54,20,54,36,0,0,0,0],[54,37,58,18,0,0,0,0],[58,18,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV7_offset33_82490D4BD1281763590D87B6C3BF22DCLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[76,42,76,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg","regions":[[78,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_","regions":[[79,24,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_yycfU_","regions":[[96,27,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_yycfU_yyXEfU_","regions":[[100,23,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV14_rotationAngle33_82490D4BD1281763590D87B6C3BF22DCLL7SwiftUI5StateVySdGvpfi","regions":[[115,48,115,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvg","regions":[[117,25,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvgyycfU_","regions":[[123,23,127,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvgyycfU_yyXEfU_","regions":[[124,90,126,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV03getG11Description33_82490D4BD1281763590D87B6C3BF22DCLLSSyF","regions":[[135,53,147,6,0,0,0,0],[136,12,136,27,0,0,0,0],[136,28,138,10,0,0,0,0],[138,19,138,33,0,0,0,0],[138,34,140,10,0,0,0,0],[140,19,140,33,0,0,0,0],[140,34,142,10,0,0,0,0],[142,19,142,33,0,0,0,0],[142,34,144,10,0,0,0,0],[144,16,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardProgressIndicator_PreviewsV8previewsQrvgZ","regions":[[153,36,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardProgressIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AiA0e9OperationF0VAItGyXEfU_","regions":[[154,29,175,10,0,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZ","regions":[[15,21,113,6,23,0,0,0],[24,12,24,65,23,0,0,0],[24,66,26,10,4,0,0,0],[26,10,112,24,19,0,0,0],[29,12,29,31,19,0,0,0],[29,32,29,50,0,0,0,0],[29,50,112,24,19,0,0,0],[30,12,30,28,19,0,0,0],[30,29,30,47,1,0,0,0],[30,47,112,24,18,0,0,0],[40,12,41,79,18,0,0,0],[42,9,44,10,5,0,0,0],[44,10,112,24,13,0,0,0],[45,12,46,77,13,0,0,0],[47,9,49,10,1,0,0,0],[49,10,112,24,12,0,0,0],[66,12,66,34,12,0,0,0],[66,35,66,60,0,0,0,0],[66,60,112,24,12,0,0,0],[87,12,87,30,12,0,0,0],[87,31,87,62,1,0,0,0],[87,62,112,24,11,0,0,0],[101,12,101,27,11,0,0,0],[101,28,101,56,3,0,0,0],[101,56,112,24,8,0,0,0],[104,16,104,21,8,0,0,0],[105,9,106,28,4,0,0,0],[107,9,108,18,4,0,0,0],[109,10,112,24,4,0,0,0]]},{"branches":[],"count":59,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_","regions":[[16,69,21,10,59,0,0,0]]},{"branches":[],"count":76,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_SbAOXEfU_","regions":[[17,29,20,14,76,0,0,0],[18,84,18,100,17,0,0,0],[18,100,19,54,59,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_SbAOXEfU_SbyKXEfu_","regions":[[18,51,18,78,17,0,0,0]]},{"branches":[],"count":51,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU0_","regions":[[24,35,24,64,51,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbyKXEfu_","regions":[[41,16,41,79,15,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbyKXEfu0_","regions":[[46,16,46,77,13,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU1_","regions":[[52,54,65,10,15,0,0,0],[53,16,53,44,15,0,0,0],[53,45,63,14,7,0,0,0],[54,24,54,37,7,0,0,0],[55,17,59,32,0,0,0,0],[60,17,61,33,7,0,0,0],[63,14,64,25,8,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU2_","regions":[[69,50,86,10,11,0,0,0],[70,16,70,44,11,0,0,0],[70,45,84,14,5,0,0,0],[71,24,71,37,5,0,0,0],[72,17,80,32,1,0,0,0],[81,17,82,33,4,0,0,0],[84,14,85,25,6,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU3_","regions":[[90,47,100,10,8,0,0,0],[91,16,91,44,8,0,0,0],[91,45,98,14,3,0,0,0],[92,24,92,37,3,0,0,0],[93,17,94,32,3,0,0,0],[95,17,96,33,0,0,0,0],[98,14,99,25,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardSleepO2msySbSiYaFZ","regions":[[11,48,18,6,1,0,0,0],[12,12,15,10,1,0,0,0],[13,61,14,24,1,0,0,0],[15,17,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardSleepO7secondsySbSdYaFZ","regions":[[22,56,25,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtF","regions":[[14,5,17,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtFSbALXEfU_","regions":[[15,38,15,82,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV22hasAnyPermissionIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[20,67,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV22hasAnyPermissionIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[21,25,21,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[25,73,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[26,23,26,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19isPermissionGranted_2inSb0abE4Core0I11RequirementO_SayAF0E5IssueVGtF","regions":[[30,101,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19isPermissionGranted_2inSb0abE4Core0I11RequirementO_SayAF0E5IssueVGtFSbAJXEfU_","regions":[[31,26,31,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtF","regions":[[39,5,42,6,0,0,0,0],[41,27,41,34,0,0,0,0],[41,37,41,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtFSbALXEfU_","regions":[[40,40,40,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21hasAnyComponentIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[45,66,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21hasAnyComponentIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[46,25,46,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[50,72,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[51,23,51,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15hasAnyConflicts2inSbSay0abE4Core0E5IssueVG_tF","regions":[[57,60,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15hasAnyConflicts2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[58,25,58,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getConflictIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[62,71,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getConflictIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[63,23,63,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV20hasKarabinerConflict2inSbSay0abE4Core0E5IssueVG_tF","regions":[[67,65,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV20hasKarabinerConflict2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[68,25,75,10,0,0,0,0],[69,64,73,14,0,0,0,0],[70,61,72,18,0,0,0,0],[72,18,73,14,0,0,0,0],[73,14,74,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15isDaemonRunning2inSbSay0abE4Core0E5IssueVG_tF","regions":[[81,60,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15isDaemonRunning2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[82,26,82,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15getDaemonIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[86,69,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15getDaemonIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[87,23,87,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV28areBackgroundServicesEnabled2inSbSay0abE4Core0E5IssueVG_tF","regions":[[93,73,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV28areBackgroundServicesEnabled2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[94,26,94,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV26getBackgroundServiceIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[98,80,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV26getBackgroundServiceIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHXEfU_","regions":[[99,23,99,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21areAllRequirementsMet2inSbSay0abE4Core0E5IssueVG_tF","regions":[[105,66,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[110,62,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[111,25,111,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_SbyKXEfu_","regions":[[111,55,111,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tF","regions":[[115,90,126,6,0,0,0,0],[116,12,116,64,0,0,0,0],[116,65,118,10,0,0,0,0],[118,19,118,68,0,0,0,0],[118,69,120,10,0,0,0,0],[120,19,120,70,0,0,0,0],[120,71,122,10,0,0,0,0],[122,19,122,67,0,0,0,0],[122,68,124,10,0,0,0,0],[124,10,125,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU_","regions":[[116,35,116,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU0_","regions":[[118,42,118,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU1_","regions":[[120,42,120,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU2_","regions":[[122,42,122,66,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtF","regions":[[131,93,212,6,2,0,0,0],[132,16,132,20,2,0,0,0],[133,9,134,15,0,0,0,0],[135,9,136,42,0,0,0,0],[137,9,142,14,1,0,0,0],[143,9,149,14,1,0,0,0],[150,9,171,14,0,0,0,0],[172,9,185,14,0,0,0,0],[186,9,187,15,0,0,0,0],[188,9,202,14,0,0,0,0],[203,9,204,15,0,0,0,0],[205,9,206,15,0,0,0,0],[207,9,208,19,0,0,0,0],[209,9,210,15,0,0,0,0],[211,10,212,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU_","regions":[[139,27,142,14,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU_SbyKXEfu_","regions":[[141,24,141,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_","regions":[[145,27,149,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_SbyKXEfu_","regions":[[147,24,147,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_SbyKXEfu0_","regions":[[148,24,148,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU1_","regions":[[152,27,171,14,0,0,0,0],[154,20,154,51,0,0,0,0],[154,52,168,18,0,0,0,0],[155,28,155,44,0,0,0,0],[156,21,164,36,0,0,0,0],[165,21,166,37,0,0,0,0],[168,18,170,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU1_SbyKXEfu_","regions":[[170,53,170,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU2_","regions":[[174,27,185,14,0,0,0,0],[175,20,175,51,0,0,0,0],[175,52,183,18,0,0,0,0],[176,28,176,44,0,0,0,0],[177,21,179,36,0,0,0,0],[180,21,181,37,0,0,0,0],[183,18,184,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU3_","regions":[[190,27,202,14,0,0,0,0],[191,70,200,18,0,0,0,0],[192,28,192,37,0,0,0,0],[193,21,196,36,0,0,0,0],[197,21,198,37,0,0,0,0],[200,18,201,29,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV13getPageStatus3for2in0abE4Core012InstallationJ0OAG0eI0O_SayAG0E5IssueVGtF","regions":[[215,94,219,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV14getStatusColory7SwiftUI0J0V0abE4Core012InstallationI0OF","regions":[[224,64,239,6,0,0,0,0],[225,16,225,22,0,0,0,0],[226,9,227,23,0,0,0,0],[228,9,229,18,0,0,0,0],[230,9,231,20,0,0,0,0],[232,9,233,19,0,0,0,0],[234,9,235,17,0,0,0,0],[236,9,237,23,0,0,0,0],[238,10,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV13getStatusIconySS0abE4Core012InstallationI0OF","regions":[[242,64,257,6,0,0,0,0],[243,16,243,22,0,0,0,0],[244,9,245,21,0,0,0,0],[246,9,247,20,0,0,0,0],[248,9,249,44,0,0,0,0],[250,9,251,36,0,0,0,0],[252,9,253,32,0,0,0,0],[254,9,255,34,0,0,0,0],[256,10,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19shouldShowHelperCTA23helperInstalledProviderS2byYaXE_tYaFfA_SbyYacfU_","regions":[[264,53,264,103,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19shouldShowHelperCTA23helperInstalledProviderS2byYaXE_tYaF","regions":[[265,21,267,6,2,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC07_wizardF033_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVy0abE4Core0e6SystemF0OGvpfi","regions":[[29,53,29,66,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_wizardIssues33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySay0abE4Core0E5IssueVGGvpfi","regions":[[32,50,32,52,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12_currentPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVy0abE4Core0eI0OGvpfi","regions":[[35,46,35,54,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20_userInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySbGvpfi","regions":[[41,42,41,47,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_isRefreshing33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySbGvpfi","regions":[[48,35,48,40,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_stateVersion33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySiGvpfi","regions":[[55,53,55,54,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16navigationEngineAA0e10NavigationI0Cvpfi","regions":[[66,28,66,52,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18lastPageChangeTime33_264F3D17264C5CDEE53E9BE5CB06EF06LL10Foundation4DateVvpfi","regions":[[70,38,70,44,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC25autoNavigationGracePeriod33_264F3D17264C5CDEE53E9BE5CB06EF06LLSdvpfi","regions":[[71,59,71,63,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19navigationAnimation33_264F3D17264C5CDEE53E9BE5CB06EF06LL7SwiftUI0I0Vvpfi","regions":[[72,50,72,95,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12refreshCount33_264F3D17264C5CDEE53E9BE5CB06EF06LLSivpfi","regions":[[76,32,76,33,26,0,0,0]]},{"branches":[],"count":26,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineCACycfc","regions":[[81,12,83,6,26,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC9configure13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[86,55,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC7refreshyyYaF","regions":[[102,26,138,6,0,0,0,0],[103,34,106,10,0,0,0,0],[106,10,138,6,0,0,0,0],[109,40,118,10,0,0,0,0],[111,16,111,30,0,0,0,0],[111,31,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC013detectCurrentF016progressCallback0abE4Core06SystemF6ResultVySdYbc_tYaFfA_ySdYbcfU_","regions":[[142,88,142,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC013detectCurrentF016progressCallback0abE4Core06SystemF6ResultVySdYbc_tYaF","regions":[[144,5,154,6,0,0,0,0],[145,40,149,10,0,0,0,0],[149,16,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19markRefreshCompleteyyF","regions":[[157,32,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC06updateeF0_6issuesy0abE4Core0e6SystemF0O_SayAF0E5IssueVGtF","regions":[[163,79,169,6,0,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPageyy0abE4Core0eJ0OF","regions":[[174,45,183,6,22,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPageyy0abE4Core0eJ0OFyyXEfU_","regions":[[176,44,181,10,22,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20autoNavigateIfNeeded3for6issuesy0abE4Core0e6SystemF0O_SayAG0E5IssueVGtYaF","regions":[[186,90,200,6,1,0,0,0],[188,47,188,57,1,0,0,0],[188,57,200,6,0,0,0,0],[193,51,193,61,0,0,0,0],[193,61,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20autoNavigateIfNeeded3for6issuesy0abE4Core0e6SystemF0O_SayAG0E5IssueVGtYaFyyXEfU_","regions":[[195,44,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC11canNavigate2to5givenSb0abE4Core0E4PageO_AG0e6SystemF0OtF","regions":[[203,83,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC11getNextPage3for6issues0abE4Core0eJ0OSgAG0e6SystemF0O_SayAG0E5IssueVGtYaF","regions":[[208,96,210,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15resetNavigationyyF","regions":[[213,28,217,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC10navigateToyy0abE4Core0E4PageOF","regions":[[220,41,223,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC8nextPageyyF","regions":[[226,21,236,6,6,0,0,0],[227,50,230,10,0,0,0,0],[230,10,236,6,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12previousPageyyF","regions":[[239,25,244,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC17determineNextPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL4from5state0abE4Core0eJ0OAJ_AH14SystemSnapshotVtF","regions":[[248,99,271,6,6,0,0,0],[270,36,270,43,0,0,0,0],[270,46,270,52,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC21determinePreviousPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL4from0abE4Core0eJ0OAI_tF","regions":[[273,80,301,6,0,0,0,0],[275,16,275,23,0,0,0,0],[276,9,277,21,0,0,0,0],[278,9,279,21,0,0,0,0],[280,9,281,29,0,0,0,0],[282,9,283,32,0,0,0,0],[284,9,285,20,0,0,0,0],[286,9,287,20,0,0,0,0],[288,9,289,23,0,0,0,0],[290,9,291,29,0,0,0,0],[292,9,293,27,0,0,0,0],[294,9,295,33,0,0,0,0],[296,9,297,30,0,0,0,0],[298,9,299,30,0,0,0,0],[300,10,301,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC23isInUserInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LLSbyF","regions":[[303,52,306,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC23isInUserInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LLSbyFSbyKXEfu_","regions":[[305,16,305,88,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isSystemReadySbvg","regions":[[311,29,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isSystemReadySbvgSbyKXEfu_","regions":[[312,36,312,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18blockingIssueCountSivg","regions":[[316,33,318,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18blockingIssueCountSivgSiyKXEfu_","regions":[[317,49,317,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15totalIssueCountSivg","regions":[[321,30,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15totalIssueCountSivgSiyKXEfu_","regions":[[322,44,322,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16isServiceRunningSbvg","regions":[[326,32,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16isServiceRunningSbvgSbyKXEfu_","regions":[[327,49,327,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15getRefreshStatsSi5count_10Foundation4DateVSg9lastStarttyF","regions":[[333,62,335,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19isNavigatingForwardSbvg","regions":[[342,35,348,6,3,0,0,0],[343,51,343,66,1,0,0,0],[343,66,347,40,2,0,0,0],[346,67,346,82,0,0,0,0],[346,82,347,40,2,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14activeSequence33_264F3D17264C5CDEE53E9BE5CB06EF06LLSay0abE4Core0E4PageOGvg","regions":[[351,46,356,6,23,0,0,0],[352,57,354,10,6,0,0,0],[354,10,355,39,17,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC010navigationF00abE4Core0e10NavigationF0Vvg","regions":[[359,48,367,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isCurrentPageySb0abE4Core0eJ0OF","regions":[[370,52,372,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC17getAvailablePages3forSay0abE4Core0E4PageOGAF0e6SystemF0O_tF","regions":[[375,70,379,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15canNavigateBackSbvg","regions":[[382,31,387,6,6,0,0,0],[383,82,385,10,0,0,0,0],[385,10,386,32,6,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18canNavigateForwardSbvg","regions":[[390,34,395,6,2,0,0,0],[391,82,393,10,0,0,0,0],[393,10,394,55,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC22previousPageInSequence0abE4Core0eI0OSgvg","regions":[[398,45,405,6,3,0,0,0],[401,14,403,10,1,0,0,0],[403,10,404,48,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18nextPageInSequence0abE4Core0eI0OSgvg","regions":[[408,41,415,6,3,0,0,0],[411,14,413,10,1,0,0,0],[413,10,414,48,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPage_9animationy0abE4Core0eJ0O_7SwiftUI9AnimationVtF","regions":[[428,67,434,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPage_9animationy0abE4Core0eJ0O_7SwiftUI9AnimationVtFyyXEfU_","regions":[[429,34,433,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11_isStopping33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV10_heroScale33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[14,45,14,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV12_heroOpacity33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySdGvpfi","regions":[[15,46,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV12_showContent33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySbGvpfi","regions":[[16,38,16,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11_pulseScale33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[17,46,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvg","regions":[[22,25,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AiEE6offset1x1yQrAO_AOtFQOyAiEEAJyQrSdFQOyAC07contentM033_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvpQOy_Qo__Qo__Qo_tGyXEfU_","regions":[[23,28,37,10,0,0,0,0],[35,40,35,41,0,0,0,0],[35,44,35,45,0,0,0,0],[36,42,36,43,0,0,0,0],[36,46,36,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvgyycfU0_","regions":[[43,19,46,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyF","regions":[[51,36,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyXEfU_","regions":[[53,69,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyXEfU0_","regions":[[59,59,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg","regions":[[67,40,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_","regions":[[68,58,153,10,0,0,0,0],[121,38,132,14,0,0,0,0],[132,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_","regions":[[70,83,116,14,0,0,0,0],[71,43,103,18,0,0,0,0],[103,18,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_","regions":[[72,28,100,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_","regions":[[73,32,91,26,0,0,0,0],[75,32,75,42,0,0,0,0],[75,43,86,30,0,0,0,0],[86,30,91,26,0,0,0,0],[87,60,87,71,0,0,0,0],[87,74,87,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_yycfU_","regions":[[81,47,85,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_yycfU_yyXEfU_","regions":[[82,115,84,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A58_yXEfU0_","regions":[[92,65,98,26,0,0,0,0],[93,47,93,67,0,0,0,0],[93,70,93,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A70_yXEfU0_","regions":[[109,36,115,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A76_yXEfU0_","regions":[[122,24,128,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_","regions":[[135,62,150,14,0,0,0,0],[136,37,136,50,0,0,0,0],[136,53,136,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_yyScMYccfU_","regions":[[136,68,138,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_SbyKXEfu_","regions":[[140,41,140,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_yyScMYccfU0_","regions":[[144,34,146,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyF","regions":[[158,31,187,6,0,0,0,0],[159,43,159,53,0,0,0,0],[159,53,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyYacfU_","regions":[[164,14,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[167,33,185,14,0,0,0,0],[170,24,170,30,0,0,0,0],[171,17,172,33,0,0,0,0],[174,17,175,87,0,0,0,0],[177,17,183,22,0,0,0,0],[181,24,181,73,0,0,0,0],[181,74,183,22,0,0,0,0],[184,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13kanataManager33_192D1F9BDE7665DED69EB9B4018F2CC6LLAA18RuntimeCoordinatorCvg","regions":[[20,51,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV11_headerMode33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVyAC06HeaderI0AELLOGvpfi","regions":[[32,49,32,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13_gearRotation33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySdGvpfi","regions":[[33,47,33,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13_iconHovering33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySbGvpfi","regions":[[34,45,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16_fadeMaskOpacity33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySdGvpfi","regions":[[35,50,35,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV18_visibleIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySiGvpfi","regions":[[36,49,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg","regions":[[38,25,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_","regions":[[39,33,204,10,0,0,0,0],[153,91,153,103,0,0,0,0],[153,106,153,153,0,0,0,0],[153,132,153,141,0,0,0,0],[153,144,153,152,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A31_yXEfU_","regions":[[41,32,86,14,0,0,0,0],[48,20,48,33,0,0,0,0],[48,34,65,18,0,0,0,0],[62,40,62,50,0,0,0,0],[62,53,62,66,0,0,0,0],[65,24,67,18,0,0,0,0],[74,20,74,33,0,0,0,0],[74,34,83,18,0,0,0,0],[83,24,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A31_yXEfU_A11_yXEfU_","regions":[[50,27,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_","regions":[[89,20,124,14,0,0,0,0],[91,20,91,41,0,0,0,0],[91,42,99,18,0,0,0,0],[93,70,93,74,0,0,0,0],[93,77,93,80,0,0,0,0],[99,18,124,14,0,0,0,0],[101,20,101,45,0,0,0,0],[101,46,117,18,0,0,0,0],[117,24,123,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU_","regions":[[107,35,112,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU_yyXEfU_","regions":[[109,102,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU0_","regions":[[113,38,116,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySbcfU1_","regions":[[134,22,140,14,0,0,0,0],[135,20,135,41,0,0,0,0],[135,42,137,18,0,0,0,0],[137,24,139,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU2_","regions":[[141,27,151,14,0,0,0,0],[143,20,143,41,0,0,0,0],[143,42,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU2_yyXEfU_","regions":[[146,63,149,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_","regions":[[155,23,172,14,0,0,0,0],[157,20,157,32,0,0,0,0],[157,33,159,18,0,0,0,0],[159,24,161,18,0,0,0,0],[160,57,160,65,0,0,0,0],[160,68,160,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_yyYbScMYccfU_","regions":[[163,42,171,18,0,0,0,0],[166,53,170,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_yyYbScMYccfU_ySo6NSViewCXEfU_","regions":[[167,62,169,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_","regions":[[173,41,184,14,0,0,0,0],[174,20,174,29,0,0,0,0],[174,30,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_yyYbScMYccfU_","regions":[[176,46,178,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_yyXEfU0_","regions":[[179,62,181,22,0,0,0,0],[180,61,180,69,0,0,0,0],[180,72,180,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU5_","regions":[[185,49,192,14,0,0,0,0],[187,20,187,33,0,0,0,0],[187,34,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU5_yyXEfU_","regions":[[188,76,190,22,0,0,0,0],[189,49,189,57,0,0,0,0],[189,60,189,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAE5ColorV_Qo__SdQo_yXEfU0_","regions":[[209,18,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV20isEverythingComplete33_192D1F9BDE7665DED69EB9B4018F2CC6LLSbvg","regions":[[219,44,232,6,0,0,0,0],[225,43,227,10,0,0,0,0],[227,10,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV11headerTitle33_192D1F9BDE7665DED69EB9B4018F2CC6LLSSvg","regions":[[234,37,251,6,0,0,0,0],[235,16,235,26,0,0,0,0],[236,9,237,40,0,0,0,0],[238,9,247,53,0,0,0,0],[243,16,243,22,0,0,0,0],[243,23,245,14,0,0,0,0],[245,14,247,53,0,0,0,0],[246,35,246,42,0,0,0,0],[246,45,246,53,0,0,0,0],[248,9,249,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV14headerIconName33_192D1F9BDE7665DED69EB9B4018F2CC6LLSSvg","regions":[[253,40,262,6,0,0,0,0],[254,16,254,26,0,0,0,0],[255,9,256,19,0,0,0,0],[257,9,258,32,0,0,0,0],[259,9,260,36,0,0,0,0],[261,10,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV15headerIconColor33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI0J0Vvg","regions":[[264,40,273,6,0,0,0,0],[265,16,265,26,0,0,0,0],[266,9,267,23,0,0,0,0],[268,9,269,38,0,0,0,0],[270,9,271,40,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV14iconTopPadding33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[276,41,283,6,0,0,0,0],[277,16,277,26,0,0,0,0],[278,9,279,30,0,0,0,0],[280,9,281,15,0,0,0,0],[282,10,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13listMaxHeight33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[286,40,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV17iconVerticalTweak33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[291,44,291,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivg","regions":[[295,39,378,6,0,0,0,0],[308,12,308,29,0,0,0,0],[308,30,308,44,0,0,0,0],[312,12,312,24,0,0,0,0],[312,25,312,39,0,0,0,0],[328,12,328,89,0,0,0,0],[328,90,330,10,0,0,0,0],[345,12,345,85,0,0,0,0],[345,86,347,10,0,0,0,0],[354,12,354,38,0,0,0,0],[354,39,354,53,0,0,0,0],[370,12,370,27,0,0,0,0],[370,28,370,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU_","regions":[[302,49,307,10,0,0,0,0],[303,60,305,14,0,0,0,0],[305,14,306,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU_SbyKXEfu_","regions":[[304,52,304,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU0_","regions":[[311,44,311,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU1_","regions":[[315,63,320,10,0,0,0,0],[316,59,318,14,0,0,0,0],[318,14,319,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU2_","regions":[[321,62,326,10,0,0,0,0],[322,59,324,14,0,0,0,0],[324,14,325,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu_","regions":[[328,47,328,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu_SbyKXEfu0_","regions":[[328,58,328,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU3_","regions":[[333,61,338,10,0,0,0,0],[334,59,336,14,0,0,0,0],[336,14,337,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU4_","regions":[[339,60,344,10,0,0,0,0],[340,59,342,14,0,0,0,0],[342,14,343,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu1_","regions":[[345,45,345,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu1_SbyKXEfu2_","regions":[[345,56,345,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU5_","regions":[[357,47,369,10,0,0,0,0],[358,16,358,47,0,0,0,0],[358,48,367,14,0,0,0,0],[359,24,359,40,0,0,0,0],[360,17,363,32,0,0,0,0],[364,17,365,33,0,0,0,0],[367,14,368,25,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV17computeIssueCount07visibleJ006failedJ0S2i_SitFZ","regions":[[382,79,385,6,3,0,0,0],[384,28,384,40,1,0,0,0],[384,43,384,54,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV13_scrollOffset33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[22,48,22,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV14_contentHeight33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[23,49,23,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16_containerHeight33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[24,51,24,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16_duplicateCopies33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVySaySSGGvpfi","regions":[[25,52,25,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg","regions":[[29,25,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_","regions":[[30,20,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_","regions":[[31,85,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_","regions":[[32,49,73,18,0,0,0,0],[36,51,36,89,0,0,0,0],[36,92,36,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_yycfU_","regions":[[36,51,36,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_","regions":[[37,23,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_","regions":[[38,65,69,26,0,0,0,0],[52,32,52,54,0,0,0,0],[52,79,68,30,0,0,0,0],[68,30,69,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_","regions":[[53,101,66,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_A20_A7_cfU_","regions":[[54,70,65,38,0,0,0,0],[61,75,61,116,0,0,0,0],[61,119,61,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_A20_A7_cfU_yycfU_","regions":[[61,75,61,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A45_AE13GeometryProxyVcfU0_","regions":[[77,32,86,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU0_","regions":[[98,19,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[100,38,106,14,0,0,0,0],[103,17,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_","regions":[[110,28,124,14,0,0,0,0],[111,46,117,18,0,0,0,0],[117,24,123,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yycfU_","regions":[[113,35,113,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yAV_AVtcfU0_","regions":[[114,58,116,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yycfU1_","regions":[[119,35,119,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yAVcfU2_","regions":[[120,58,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyAC15ContentGeometry33_A86244F5C50E7389327DA752310B2A1BLLVcfU2_","regions":[[126,54,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU3_","regions":[[130,19,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgySb_SbtcfU4_","regions":[[134,37,134,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgySi_SitcfU5_","regions":[[135,37,135,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgy0abE4Core0eF5StateO_AGtcfU6_","regions":[[136,36,136,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE14LinearGradientV_Qo__Qo__AE07OpacityN0VQo_SgyXEfU7_","regions":[[137,35,151,10,0,0,0,0],[138,16,138,30,0,0,0,0],[138,31,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE14LinearGradientV_Qo__Qo__AE07OpacityN0VQo_SgyXEfU8_","regions":[[152,38,166,10,0,0,0,0],[153,16,153,33,0,0,0,0],[153,34,165,14,0,0,0,0],[165,14,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17disableFocusRings33_A86244F5C50E7389327DA752310B2A1BLL2inySo6NSViewC_tF","regions":[[172,53,177,6,0,0,0,0],[174,38,176,10,0,0,0,0],[176,10,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV14canShowTopFade33_A86244F5C50E7389327DA752310B2A1BLLSbvg","regions":[[179,38,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17canShowBottomFade33_A86244F5C50E7389327DA752310B2A1BLLSbvg","regions":[[184,41,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV12displayItems33_A86244F5C50E7389327DA752310B2A1BLLSayAC0G9ItemModelVGvg","regions":[[190,49,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV015ContentGeometryA033_A86244F5C50E7389327DA752310B2A1BLLV6reduce5value9nextValueyAC0iJ0AELLVz_AKyXEtFZ","regions":[[203,92,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV07isFinalabG033_A86244F5C50E7389327DA752310B2A1BLL4itemSbAC0G9ItemModelV_tF","regions":[[210,70,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV07isFinalabG033_A86244F5C50E7389327DA752310B2A1BLL4itemSbAC0G9ItemModelV_tFSbyKXEfu_","regions":[[212,46,212,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV22shouldShowInitialClock33_A86244F5C50E7389327DA752310B2A1BLL3forSbAC0G9ItemModelV_tF","regions":[[215,76,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV22shouldShowInitialClock33_A86244F5C50E7389327DA752310B2A1BLL3forSbAC0G9ItemModelV_tFSbyKXEfu_","regions":[[218,38,218,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg","regions":[[224,40,416,6,1,0,0,0],[243,67,243,97,0,0,0,0],[243,100,243,103,1,0,0,0],[266,32,266,50,1,0,0,0],[266,53,266,77,0,0,0,0],[268,36,268,39,1,0,0,0],[268,42,268,52,0,0,0,0],[303,15,303,33,0,0,0,0],[303,36,303,39,1,0,0,0],[325,15,325,33,0,0,0,0],[325,36,325,39,1,0,0,0],[366,45,366,54,0,0,0,0],[366,57,366,60,1,0,0,0],[377,12,377,49,1,0,0,0],[377,50,396,10,1,0,0,0],[399,12,399,50,1,0,0,0],[399,51,413,10,0,0,0,0],[408,27,408,49,0,0,0,0],[408,52,408,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU_","regions":[[231,42,236,10,1,0,0,0],[232,60,234,14,0,0,0,0],[234,14,235,25,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU_SbyKXEfu_","regions":[[233,52,233,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU0_","regions":[[237,48,242,10,1,0,0,0],[238,16,238,44,1,0,0,0],[238,45,240,14,0,0,0,0],[240,14,241,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU1_","regions":[[257,56,262,10,1,0,0,0],[258,16,258,44,1,0,0,0],[258,45,260,14,0,0,0,0],[260,14,261,53,1,0,0,0],[261,29,261,39,1,0,0,0],[261,42,261,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU2_","regions":[[275,44,275,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU3_","regions":[[276,50,281,10,1,0,0,0],[277,16,277,44,1,0,0,0],[277,45,279,14,0,0,0,0],[279,14,280,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU4_","regions":[[295,51,300,10,1,0,0,0],[296,61,298,14,1,0,0,0],[298,14,299,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU4_SbyKXEfu_","regions":[[297,58,297,87,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu_","regions":[[302,60,302,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU5_","regions":[[318,49,323,10,1,0,0,0],[319,61,321,14,1,0,0,0],[321,14,322,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU5_SbyKXEfu_","regions":[[320,56,320,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu0_","regions":[[324,58,324,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU6_","regions":[[340,45,343,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU6_SbyKXEfu_","regions":[[342,48,342,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU7_","regions":[[358,43,360,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU8_","regions":[[379,56,385,14,1,0,0,0],[381,65,383,18,0,0,0,0],[383,18,384,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu1_","regions":[[407,66,407,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyF","regions":[[420,38,440,6,0,0,0,0],[427,34,434,10,0,0,0,0],[430,16,430,32,0,0,0,0],[430,55,433,14,0,0,0,0],[434,10,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSbAC0G9ItemModelVXEfU_","regions":[[437,49,437,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSbAC0G9ItemModelVXEfU_SbyKXEfu_","regions":[[437,78,437,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSS0abE4Core0E4PageOcfu_","regions":[[439,91,439,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV21fullDiskAccessIfFreshSbSgyF","regions":[[458,56,461,10,0,0,0,0],[459,77,459,91,0,0,0,0],[459,91,460,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV20updateFullDiskAccessyySbF","regions":[[463,59,465,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV013communicationG7IfFresh4port13kanataRunning0abE4Core012InstallationG0OSgSi_SbtF","regions":[[470,34,477,10,0,0,0,0],[475,18,475,32,0,0,0,0],[475,32,476,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV19updateCommunication6status4port13kanataRunningy0abE4Core012InstallationG0O_SiSbtF","regions":[[483,11,485,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV24shouldShowDependentItems33_A86244F5C50E7389327DA752310B2A1BLLAC20DependencyVisibilityAELLVyF","regions":[[488,69,498,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16itemDependencies33_A86244F5C50E7389327DA752310B2A1BLLSDySSSaySSGGvg","regions":[[504,54,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtF","regions":[[519,15,523,6,0,0,0,0],[520,72,520,87,0,0,0,0],[520,87,522,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtFSS_0abE4Core012InstallationG0OtAIXEfU_","regions":[[521,72,521,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtFSbSSXEfU0_","regions":[[522,32,522,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZ","regions":[[529,5,534,6,0,0,0,0],[530,12,530,24,0,0,0,0],[530,25,530,41,0,0,0,0],[530,41,533,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZSbAGXEfU_","regions":[[533,29,533,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZSbAGXEfU_SbyKXEfu_","regions":[[533,58,533,82,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV0G9ItemModelV2id4icon5title8subtitle6status11isNavigable10targetPage8subItems13relatedIssuesAESS_S3SSg0abE4Core012InstallationG0OSbAP0eS0OSayAEGSayAP0E5IssueVGtcfC","regions":[[559,11,569,10,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV19checkFullDiskAccess33_A86244F5C50E7389327DA752310B2A1BLLSbyF","regions":[[577,48,587,6,1,0,0,0],[584,19,584,75,1,0,0,0],[585,19,585,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tF","regions":[[589,79,632,6,1,0,0,0],[590,12,590,40,1,0,0,0],[590,41,592,10,0,0,0,0],[592,10,631,26,1,0,0,0],[617,12,617,34,1,0,0,0],[617,35,619,10,0,0,0,0],[619,10,631,26,1,0,0,0],[622,12,622,19,1,0,0,0],[622,43,624,10,0,0,0,0],[624,10,631,26,1,0,0,0],[627,12,627,42,1,0,0,0],[627,43,629,10,1,0,0,0],[629,10,631,26,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_","regions":[[594,51,599,10,1,0,0,0],[595,72,597,14,1,0,0,0],[597,14,598,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_SbyKXEfu_","regions":[[596,69,596,109,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU0_","regions":[[603,57,608,10,1,0,0,0],[604,59,606,14,1,0,0,0],[606,14,607,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU1_","regions":[[609,58,614,10,1,0,0,0],[610,59,612,14,1,0,0,0],[612,14,613,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tF","regions":[[634,77,677,6,1,0,0,0],[635,12,635,40,1,0,0,0],[635,41,637,10,0,0,0,0],[637,10,676,26,1,0,0,0],[662,12,662,34,1,0,0,0],[662,35,664,10,0,0,0,0],[664,10,676,26,1,0,0,0],[667,12,667,19,1,0,0,0],[667,43,669,10,0,0,0,0],[669,10,676,26,1,0,0,0],[672,12,672,40,1,0,0,0],[672,41,674,10,0,0,0,0],[674,10,676,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_","regions":[[639,49,644,10,1,0,0,0],[640,72,642,14,1,0,0,0],[642,14,643,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_SbyKXEfu_","regions":[[641,67,641,105,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU0_","regions":[[648,55,653,10,0,0,0,0],[649,59,651,14,0,0,0,0],[651,14,652,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU1_","regions":[[654,56,659,10,0,0,0,0],[655,59,657,14,0,0,0,0],[657,14,658,25,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV022getKarabinerComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[679,71,685,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV019getKanataComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[687,68,706,6,1,0,0,0],[688,12,688,40,1,0,0,0],[688,41,690,10,0,0,0,0],[690,10,705,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV019getKanataComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyFSbAF0E5IssueVXEfU_","regions":[[692,42,704,10,1,0,0,0],[693,16,693,47,1,0,0,0],[693,48,702,14,0,0,0,0],[694,24,694,40,0,0,0,0],[695,17,698,32,0,0,0,0],[699,17,700,33,0,0,0,0],[702,14,703,25,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV022getCommunicationServerG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[708,71,713,6,0,0,0,0],[711,12,711,40,0,0,0,0],[711,41,711,63,0,0,0,0],[711,63,712,58,0,0,0,0],[712,34,712,44,0,0,0,0],[712,47,712,58,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV010getServiceG00abE4Core012InstallationG0OyF","regions":[[715,51,734,6,3,0,0,0],[716,12,716,40,3,0,0,0],[716,41,718,10,0,0,0,0],[718,10,733,27,3,0,0,0],[721,12,721,33,3,0,0,0],[721,34,723,10,0,0,0,0],[723,10,733,27,3,0,0,0],[725,12,725,76,3,0,0,0],[725,77,727,10,0,0,0,0],[727,10,733,27,3,0,0,0],[729,12,729,27,3,0,0,0],[729,28,731,10,2,0,0,0],[731,10,733,27,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV010getServiceG00abE4Core012InstallationG0OyFSbAE0E5IssueVcfu_","regions":[[720,42,720,63,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyF","regions":[[736,85,763,6,1,0,0,0],[755,12,755,38,1,0,0,0],[755,39,757,10,0,0,0,0],[757,19,757,43,1,0,0,0],[757,44,759,10,0,0,0,0],[759,16,762,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU_","regions":[[738,58,744,10,1,0,0,0],[739,80,739,96,1,0,0,0],[739,96,743,25,0,0,0,0],[740,68,742,14,0,0,0,0],[742,14,743,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU_SbyKXEfu_","regions":[[739,50,739,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU0_","regions":[[746,56,752,10,1,0,0,0],[747,80,747,96,1,0,0,0],[747,96,751,25,0,0,0,0],[748,68,750,14,0,0,0,0],[750,14,751,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU0_SbyKXEfu_","regions":[[747,50,747,74,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV05issueG033_A86244F5C50E7389327DA752310B2A1BLL3for0abE4Core012InstallationG0OSayAG0E5IssueVG_tF","regions":[[765,79,767,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV9_hovering7SwiftUI5StateVySbGvpfi","regions":[[773,35,773,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV11isNavigable5onTap7contentADyxGSb_yycSgxyctcfC","regions":[[782,7,786,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg","regions":[[788,25,814,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF06_ShapeQ0VyAF16RoundedRectangleVAF5ColorVG_Qo_yXEfU_","regions":[[793,42,798,14,0,0,0,0],[796,38,796,65,0,0,0,0],[796,68,796,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF011StrokeShapeQ0VyAF16RoundedRectangleVAF5ColorVAF05EmptyQ0VG_Qo_yXEfU0_","regions":[[799,42,803,14,0,0,0,0],[801,40,801,80,0,0,0,0],[801,83,801,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgySbcfU1_","regions":[[804,22,808,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgySbcfU1_yyXEfU_","regions":[[805,59,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgyycfU2_","regions":[[809,27,813,14,0,0,0,0],[810,20,810,31,0,0,0,0],[810,32,812,18,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6buffer33_63DF169A8687D83C15A9DCA47D8094E1LLSayAA0E5EventVGvpfi","regions":[[7,41,7,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC5index33_63DF169A8687D83C15A9DCA47D8094E1LLSivpfi","regions":[[9,30,9,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6isFull33_63DF169A8687D83C15A9DCA47D8094E1LLSbvpfi","regions":[[10,26,10,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC8capacityACSi_tcfc","regions":[[12,31,15,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6recordyyAA0E5EventVF","regions":[[17,39,21,6,5,0,0,0],[20,12,20,22,5,0,0,0],[20,23,20,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC8snapshotSayAA0E5EventVGyF","regions":[[23,38,28,6,1,0,0,0],[24,12,24,19,1,0,0,0],[24,20,26,10,0,0,0,0],[26,10,27,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC5resetyyF","regions":[[30,18,34,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC11showSuccess_8durationySS_SdtF","regions":[[16,100,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC9showError_8durationySS_SdtF","regions":[[21,99,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC8showInfo_8durationySS_SdtF","regions":[[26,97,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC17showLaunchFailure_8durationy0abE4Core0iJ6StatusO_SdtF","regions":[[34,7,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC014makeActionableF033_41B10A284B44310404BA71C6CC2713E6LL4fromAA0eF0O0abE4Core19LaunchFailureStatusO_tF","regions":[[39,87,61,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,47,14,0,0,0,0],[48,9,51,14,0,0,0,0],[52,9,55,14,0,0,0,0],[56,9,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC07dismissF0yyF","regions":[[64,25,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC04showF033_41B10A284B44310404BA71C6CC2713E6LL_8durationyAA0eF0O_SdtF","regions":[[69,74,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC04showF033_41B10A284B44310404BA71C6CC2713E6LL_8durationyAA0eF0O_SdtFyyYacfU_","regions":[[77,26,84,10,0,0,0,0],[79,19,79,36,0,0,0,0],[79,37,81,14,0,0,0,0],[81,14,84,10,0,0,0,0],[82,42,82,52,0,0,0,0],[82,52,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO7messageSSvg","regions":[[103,25,110,6,0,0,0,0],[104,16,104,20,0,0,0,0],[105,9,106,20,0,0,0,0],[107,9,108,20,0,0,0,0],[109,10,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO4iconSSvg","regions":[[112,22,119,6,0,0,0,0],[113,16,113,20,0,0,0,0],[114,9,114,47,0,0,0,0],[115,9,115,53,0,0,0,0],[116,9,116,39,0,0,0,0],[117,9,117,50,0,0,0,0],[118,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO5styleAA0F5StyleOvg","regions":[[121,27,128,6,0,0,0,0],[122,16,122,20,0,0,0,0],[123,9,123,32,0,0,0,0],[124,9,124,28,0,0,0,0],[125,9,125,26,0,0,0,0],[126,9,126,52,0,0,0,0],[127,10,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO5color7SwiftUI5ColorVvg","regions":[[130,22,137,6,0,0,0,0],[131,16,131,21,0,0,0,0],[132,9,132,51,0,0,0,0],[133,9,133,47,0,0,0,0],[134,9,134,45,0,0,0,0],[135,9,135,51,0,0,0,0],[136,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO11actionTitleSSSgvg","regions":[[139,30,144,6,0,0,0,0],[140,16,140,20,0,0,0,0],[141,9,141,42,0,0,0,0],[142,9,142,64,0,0,0,0],[143,10,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV10_isVisible33_41B10A284B44310404BA71C6CC2713E6LL7SwiftUI5StateVySbGvpfi","regions":[[153,36,153,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV5toast9onDismiss0I6ActionAcA0eF0O_yycyycSgtcfC","regions":[[155,94,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg","regions":[[161,25,220,6,0,0,0,0],[204,34,204,37,0,0,0,0],[204,40,204,44,0,0,0,0],[205,30,205,33,0,0,0,0],[205,36,205,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_","regions":[[162,49,200,10,0,0,0,0],[191,75,199,14,0,0,0,0],[199,14,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_","regions":[[163,33,188,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_A14_yXEfU_","regions":[[165,24,172,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_A31_yXEfU0_","regions":[[181,43,185,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A50_yXEfU0_","regions":[[192,24,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A50_yXEfU0_A20_yXEfU_","regions":[[194,44,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU0_","regions":[[207,19,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU0_yyXEfU_","regions":[[208,27,210,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU1_","regions":[[212,22,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV12toastManager02onE6ActionAcA06WizardeH0C_yycSgtcfC","regions":[[228,80,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tF","regions":[[233,46,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tFAF0K0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAkFE6zIndexyQrSdFQOyAkFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEARyQrAV_AZtFQOyAA06WizardeK0V_Qo__Qo__Qo__AA0wE0OSgQo_SgyXEfU_","regions":[[235,39,249,14,0,0,0,0],[236,58,248,18,0,0,0,0],[248,18,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tFAF0K0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAkFE6zIndexyQrSdFQOyAkFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEARyQrAV_AZtFQOyAA06WizardeK0V_Qo__Qo__Qo__AA0wE0OSgQo_SgyXEfU_yycfU_","regions":[[239,36,241,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE10withToasts_13onToastActionQrAD06WizardK7ManagerC_yycSgtF","regions":[[257,5,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerCACyc33_185D5ECA024A60A9DC5866857679FA95Llfc","regions":[[23,20,23,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtF","regions":[[30,7,116,6,0,0,0,0],[34,66,38,10,0,0,0,0],[38,10,116,6,0,0,0,0],[45,82,53,10,0,0,0,0],[53,16,60,10,0,0,0,0],[88,12,88,53,0,0,0,0],[88,54,90,10,0,0,0,0],[94,12,94,32,0,0,0,0],[94,33,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFSSyKXEfu_","regions":[[40,117,40,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFy10Foundation12NotificationVYbcfU_","regions":[[108,11,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[109,18,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC05closeF0yyF","regions":[[119,24,128,6,0,0,0,0],[121,40,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06updateF16SizeToFitContent33_185D5ECA024A60A9DC5866857679FA95LLyyF","regions":[[131,49,143,6,0,0,0,0],[132,46,132,56,0,0,0,0],[132,56,143,6,0,0,0,0],[138,41,138,51,0,0,0,0],[138,51,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06resizeF8ToHeight33_185D5ECA024A60A9DC5866857679FA95LL_8animatedy12CoreGraphics7CGFloatV_SbtF","regions":[[146,77,170,6,0,0,0,0],[147,31,147,41,0,0,0,0],[147,41,170,6,0,0,0,0],[161,12,161,20,0,0,0,0],[161,21,167,10,0,0,0,0],[167,16,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06resizeF8ToHeight33_185D5ECA024A60A9DC5866857679FA95LL_8animatedy12CoreGraphics7CGFloatV_SbtFySo18NSAnimationContextCXEfU_","regions":[[162,50,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06handleF6ClosedyyF","regions":[[173,31,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC9isVisibleSbvg","regions":[[185,25,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC9isVisibleSbvgSbyKXEfu_","regions":[[186,30,186,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC10controllerAdA0eF10ControllerC_tcfc","regions":[[195,46,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC15windowWillCloseyy10Foundation12NotificationVF","regions":[[199,43,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC15windowWillCloseyy10Foundation12NotificationVFytSgyYaYbScMYccfU_","regions":[[200,14,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerCACyc33_161F1B28CE7E9E69EDC07716BCD8030FLlfc","regions":[[10,20,10,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC21didOpenSystemSettingsSbvpfi","regions":[[15,46,15,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC013didOpenFinderF0Sbvpfi","regions":[[18,44,18,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC24markSystemSettingsOpenedyyF","regions":[[25,37,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC010markFinderF6Opened03forB0ySS_tF","regions":[[30,55,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC13resetTrackingyyF","regions":[[37,26,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC31closeSystemSettingsIfWeOpenedItyyF","regions":[[47,44,78,6,0,0,0,0],[48,42,51,10,0,0,0,0],[51,10,78,6,0,0,0,0],[56,41,60,10,0,0,0,0],[60,10,78,6,0,0,0,0],[69,60,77,10,0,0,0,0],[71,26,73,14,0,0,0,0],[73,20,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC011closeFinderF12IfWeOpenedItyyF","regions":[[81,42,117,6,0,0,0,0],[82,71,85,10,0,0,0,0],[85,10,117,6,0,0,0,0],[106,60,113,10,0,0,0,0],[108,26,110,14,0,0,0,0],[110,20,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC18performFullCleanupyyF","regions":[[120,31,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC05focusaB0yyF","regions":[[127,25,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC13bounceDocIconyyF","regions":[[133,26,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO10DescriptorV2id6source7versionAESS_AC6SourceOSSSgtcfC","regions":[[15,73,19,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZ","regions":[[28,19,45,6,1,0,0,0],[34,9,36,10,1,0,0,0],[36,10,44,18,0,0,0,0],[40,9,42,10,0,0,0,0],[42,10,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZAKyKXEfu_","regions":[[29,51,29,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZANyKXEfu0_","regions":[[30,40,30,47,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04userE3URL2id010appSupportH010Foundation0H0VSgSS_AItFZ","regions":[[47,80,51,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZ","regions":[[53,60,58,6,2,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSJcfu_","regions":[[55,36,55,47,33,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSSSsXEfU_","regions":[[56,18,56,72,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSSXEfU0_","regions":[[57,21,57,58,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSSXEfU0_SbyKXEfu_","regions":[[57,38,57,56,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO07defaultC10SupportURL33_0BBE27C3848D62235A1111301C27044CLL10Foundation0I0VyFZ","regions":[[60,55,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO07defaultC10SupportURL33_0BBE27C3848D62235A1111301C27044CLL10Foundation0I0VyFZAHyKXEfu_","regions":[[62,25,62,69,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_","regions":[[4,33,16,6,2,0,0,0],[10,76,13,10,0,0,0,0],[13,10,15,22,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_SSyXEfu0_","regions":[[12,30,12,96,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_ABSgyKXEfu_","regions":[[10,47,10,70,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC10stateQueue33_BF24846FDFDC439E5B9349D607E45E8ALLSo17OS_dispatch_queueCvpfi","regions":[[6,30,8,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC18_startupModeActive33_BF24846FDFDC439E5B9349D607E45E8ALLSbvpfi","regions":[[12,44,12,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC17startupModeActiveSbvg","regions":[[18,40,24,6,0,0,0,0],[20,12,20,42,0,0,0,0],[20,80,22,10,0,0,0,0],[22,10,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC17startupModeActiveSbvgSbyXEfU_","regions":[[23,32,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tF","regions":[[27,67,37,6,0,0,0,0],[29,12,29,30,0,0,0,0],[29,31,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyXEfU_","regions":[[28,25,28,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyYbScMYccfU0_","regions":[[30,78,35,14,0,0,0,0],[31,37,31,47,0,0,0,0],[31,47,35,14,0,0,0,0],[32,20,32,37,0,0,0,0],[32,38,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC21deactivateStartupModeyyF","regions":[[40,41,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC21deactivateStartupModeyyFyyXEfU_","regions":[[41,25,41,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC24captureListenOnlyEnabledSbvgZ","regions":[[54,47,59,6,0,0,0,0],[55,12,55,77,0,0,0,0],[55,78,57,10,0,0,0,0],[57,10,58,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC27setCaptureListenOnlyEnabledyySbFZ","regions":[[61,62,63,6,0,0,0,0]]},{"branches":[],"count":36,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14ParsedSequenceV4name4keysAESS_SaySSGtcfC","regions":[[23,51,26,10,36,0,0,0]]},{"branches":[],"count":278,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZ","regions":[[40,81,137,6,278,0,0,0],[52,100,56,10,0,0,0,0],[56,10,136,31,278,0,0,0],[62,36,73,10,8,0,0,0],[63,50,63,62,0,0,0,0],[63,62,73,10,8,0,0,0],[69,16,69,29,8,0,0,0],[69,30,72,14,8,0,0,0],[73,10,136,31,278,0,0,0],[81,123,85,10,0,0,0,0],[85,10,136,31,278,0,0,0],[90,35,118,10,15,0,0,0],[91,50,91,62,0,0,0,0],[91,62,118,10,15,0,0,0],[97,100,101,14,0,0,0,0],[101,14,118,10,15,0,0,0],[106,42,117,14,28,0,0,0],[107,58,107,70,0,0,0,0],[107,70,117,14,28,0,0,0],[113,20,113,33,28,0,0,0],[113,34,116,18,28,0,0,0],[117,14,118,10,15,0,0,0],[118,10,136,31,278,0,0,0],[125,35,133,10,36,0,0,0],[127,16,127,35,36,0,0,0],[127,36,130,14,28,0,0,0],[130,20,132,14,8,0,0,0],[133,10,136,31,278,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu_","regions":[[41,63,41,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu0_","regions":[[46,68,46,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu1_","regions":[[53,30,53,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu2_","regions":[[60,75,60,94,0,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSSsXEfU_","regions":[[67,61,67,112,18,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu3_","regions":[[70,83,70,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu4_","regions":[[70,94,70,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu5_","regions":[[82,30,82,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu6_","regions":[[88,74,88,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu7_","regions":[[98,34,98,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu8_","regions":[[104,55,104,72,0,0,0,0]]},{"branches":[],"count":60,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSSsXEfU0_","regions":[[111,65,111,116,60,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu9_","regions":[[114,86,114,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu10_","regions":[[114,97,114,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu11_","regions":[[121,59,121,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu12_","regions":[[131,73,131,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu13_","regions":[[135,54,135,75,0,0,0,0]]},{"branches":[],"count":278,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14removeComments33_A03A2B905F65053E060D4871FA493671LL4fromS2S_tFZ","regions":[[140,72,167,6,278,0,0,0],[144,86,164,10,29843,0,0,0],[148,16,148,40,29843,0,0,0],[148,41,150,14,1237,0,0,0],[151,16,151,30,29843,0,0,0],[151,31,156,14,6180,0,0,0],[152,20,152,44,6180,0,0,0],[152,45,154,18,1237,0,0,0],[156,14,164,10,23663,0,0,0],[159,65,161,14,9205,0,0,0],[164,10,166,22,278,0,0,0]]},{"branches":[],"count":183,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB9ConstantsO6ConfigO9directorySSvgZ","regions":[[33,45,35,10,183,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB9ConstantsO6ConfigO04maineB0SSvgZ","regions":[[38,50,40,10,61,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19MappingConflictInfoV05inputA05layer22conflictingCollectionsAESS_SSSaySSGtcfC","regions":[[56,88,60,10,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19MappingConflictInfoV11descriptionSSvg","regions":[[62,40,65,10,0,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO16errorDescriptionSSSgvg","regions":[[154,42,171,6,48,0,0,0],[155,16,155,20,48,0,0,0],[156,9,157,49,23,0,0,0],[158,9,159,43,5,0,0,0],[160,9,161,46,5,0,0,0],[162,9,163,42,4,0,0,0],[164,9,165,49,4,0,0,0],[166,9,167,48,5,0,0,0],[168,9,169,43,2,0,0,0],[170,10,171,6,48,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO13failureReasonSSSgvg","regions":[[173,39,190,6,3,0,0,0],[174,16,174,20,3,0,0,0],[175,9,176,45,1,0,0,0],[177,9,178,49,1,0,0,0],[179,9,180,50,1,0,0,0],[181,9,182,44,0,0,0,0],[183,9,184,48,0,0,0,0],[185,9,186,54,0,0,0,0],[187,9,188,39,0,0,0,0],[189,10,190,6,3,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18recoverySuggestionSSSgvg","regions":[[192,44,215,6,10,0,0,0],[193,16,193,20,10,0,0,0],[194,9,195,79,1,0,0,0],[196,9,197,76,1,0,0,0],[198,9,199,85,2,0,0,0],[200,9,201,88,1,0,0,0],[202,9,203,72,1,0,0,0],[204,9,205,73,1,0,0,0],[206,9,207,80,1,0,0,0],[208,9,209,60,1,0,0,0],[210,9,211,74,1,0,0,0],[212,9,213,16,0,0,0,0],[214,10,215,6,10,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO13isRecoverableSbvg","regions":[[220,36,236,6,17,0,0,0],[221,16,221,20,17,0,0,0],[222,9,228,17,9,0,0,0],[229,9,232,18,6,0,0,0],[233,9,234,18,2,0,0,0],[235,10,236,6,17,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19shouldDisplayToUserSbvg","regions":[[239,42,252,6,8,0,0,0],[240,16,240,20,8,0,0,0],[241,9,245,17,3,0,0,0],[246,9,248,18,4,0,0,0],[249,9,250,17,1,0,0,0],[251,10,252,6,8,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013configurationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013ConfigurationD0OF","regions":[[256,87,291,6,23,0,0,0],[257,16,257,21,23,0,0,0],[258,9,259,52,4,0,0,0],[260,9,261,54,13,0,0,0],[262,9,263,54,0,0,0,0],[264,9,265,81,4,0,0,0],[266,9,267,54,0,0,0,0],[268,9,269,60,0,0,0,0],[270,9,271,49,0,0,0,0],[272,9,273,55,0,0,0,0],[274,9,275,48,0,0,0,0],[276,9,281,14,2,0,0,0],[277,25,279,14,2,0,0,0],[279,20,281,14,0,0,0,0],[282,9,283,44,0,0,0,0],[284,9,285,58,0,0,0,0],[286,9,287,56,0,0,0,0],[288,9,289,98,0,0,0,0],[290,10,291,6,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013configurationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013ConfigurationD0OFSSAC19MappingConflictInfoVcfu_","regions":[[289,58,289,71,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO07processD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC07ProcessD0OF","regions":[[293,75,316,6,5,0,0,0],[294,16,294,21,5,0,0,0],[295,9,296,46,2,0,0,0],[297,9,298,54,0,0,0,0],[299,9,300,61,0,0,0,0],[301,9,302,37,1,0,0,0],[303,9,304,41,0,0,0,0],[305,9,306,53,0,0,0,0],[307,9,308,55,0,0,0,0],[309,9,310,37,0,0,0,0],[311,9,312,60,2,0,0,0],[313,9,314,35,0,0,0,0],[315,10,316,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO010permissionD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC010PermissionD0OF","regions":[[318,81,337,6,5,0,0,0],[319,16,319,21,5,0,0,0],[320,9,321,51,2,0,0,0],[322,9,323,54,2,0,0,0],[324,9,325,48,0,0,0,0],[326,9,327,54,0,0,0,0],[328,9,329,58,1,0,0,0],[330,9,331,58,0,0,0,0],[332,9,333,60,0,0,0,0],[334,9,335,68,0,0,0,0],[336,10,337,6,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO06systemD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC06SystemD0OF","regions":[[339,73,356,6,4,0,0,0],[340,16,340,21,4,0,0,0],[341,9,342,41,1,0,0,0],[343,9,344,41,0,0,0,0],[345,9,346,49,0,0,0,0],[347,9,348,49,0,0,0,0],[349,9,350,40,1,0,0,0],[351,9,352,31,0,0,0,0],[353,9,354,43,2,0,0,0],[355,10,356,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013communicationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013CommunicationD0OF","regions":[[358,87,379,6,4,0,0,0],[359,16,359,21,4,0,0,0],[360,9,361,36,2,0,0,0],[362,9,363,47,0,0,0,0],[364,9,365,34,0,0,0,0],[366,9,367,43,0,0,0,0],[368,9,369,32,1,0,0,0],[370,9,371,47,1,0,0,0],[372,9,373,43,0,0,0,0],[374,9,375,39,0,0,0,0],[376,9,377,45,0,0,0,0],[378,10,379,6,4,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO012coordinationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC012CoordinationD0OF","regions":[[381,85,394,6,5,0,0,0],[382,16,382,21,5,0,0,0],[383,9,384,65,2,0,0,0],[385,9,386,34,0,0,0,0],[387,9,388,42,0,0,0,0],[389,9,390,66,2,0,0,0],[391,9,392,48,1,0,0,0],[393,10,394,6,5,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO07loggingD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC07LoggingD0OF","regions":[[396,75,405,6,2,0,0,0],[397,16,397,21,2,0,0,0],[398,9,399,49,1,0,0,0],[400,9,401,42,1,0,0,0],[402,9,403,45,0,0,0,0],[404,10,405,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18configFileNotFoundyACSSFZ","regions":[[412,68,414,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18processStartFailedyACSSFZ","regions":[[417,70,419,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO23accessibilityNotGrantedACvgZ","regions":[[422,54,424,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO25inputMonitoringNotGrantedACvgZ","regions":[[427,56,429,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO10udpTimeoutACvgZ","regions":[[432,41,434,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO15driverNotLoadedyACSSFZ","regions":[[437,67,439,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO2eeoiySbAC_ACtFZ","regions":[[445,74,464,6,4,0,0,0],[446,16,446,26,4,0,0,0],[447,9,448,19,3,0,0,0],[449,9,450,19,0,0,0,0],[451,9,452,19,0,0,0,0],[453,9,454,19,0,0,0,0],[455,9,456,19,0,0,0,0],[457,9,458,19,0,0,0,0],[459,9,460,19,0,0,0,0],[461,9,462,18,1,0,0,0],[463,10,464,6,4,0,0,0]]},{"branches":[],"count":29301,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore11AppLogLevelO06shouldE007minimumF0SbAC_tF","regions":[[12,55,14,6,29301,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore11AppLogLevelO014defaultMinimumF0ACvgZ","regions":[[17,49,23,6,2,0,0,0],[18,9,18,18,0,0,0,2],[20,9,22,15,0,0,0,2]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC10maxLogSize023_E57F253619A0C5579C0358K8FDE929B7LLSivpfi","regions":[[31,35,31,50,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11maxLogFiles023_E57F253619A0C5579C0358K8FDE929B7LLSivpfi","regions":[[32,36,32,37,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC10bufferSize023_E57F253619A0C5579C0358J8FDE929B7LLSivpfi","regions":[[33,35,33,38,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC13flushInterval023_E57F253619A0C5579C0358J8FDE929B7LLSdvpfi","regions":[[34,47,34,50,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC9levelLock023_E57F253619A0C5579C0358J8FDE929B7LLSo6NSLockCvpfi","regions":[[38,29,38,37,2,0,0,0]]},{"branches":[],"count":29299,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getMinimumLevel023_E57F253619A0C5579C0358K8FDE929B7LLAA0d3LogH0OyF","regions":[[40,51,44,6,29299,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC23setMinimumLevelInternal023_E57F253619A0C5579C0358L8FDE929B7LLyyAA0d3LogH0OF","regions":[[46,64,50,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11logFileName023_E57F253619A0C5579C0358K8FDE929B7LLSSvpfi","regions":[[58,31,58,50,2,0,0,0]]},{"branches":[],"count":78090,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC03logB0023_E57F253619A0C5579C0358I8FDE929B7LLSSvg","regions":[[59,33,61,6,78090,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC13messageBuffer023_E57F253619A0C5579C0358J8FDE929B7LLSaySSGvpfi","regions":[[64,43,64,45,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11bufferQueue023_E57F253619A0C5579C0358J8FDE929B7LLSo17OS_dispatch_queueCvpfi","regions":[[65,31,65,88,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfc","regions":[[71,7,127,6,2,0,0,0],[76,9,78,10,0,0,0,0],[78,16,80,10,2,0,0,0],[83,9,83,18,0,0,0,2],[85,9,87,15,0,0,0,2],[92,9,94,10,0,0,0,0],[96,9,98,10,0,0,0,0],[98,16,100,10,2,0,0,0],[106,12,112,10,2,0,0,0],[111,14,112,10,2,0,0,0],[112,17,118,10,0,0,0,0],[118,10,127,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcAGyKXEfu_","regions":[[79,49,79,80,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcSbyKXEfu0_","regions":[[84,65,84,69,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcyyYbScMYccfU_","regions":[[121,34,126,10,2,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcyyYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[122,105,125,14,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15setMinimumLevelyyAA0d3LogH0OF","regions":[[130,55,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15setMinimumLevelyyAA0d3LogH0OFyyYbcfU_","regions":[[131,27,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC20overrideLogDirectoryyySSF","regions":[[137,59,152,6,0,0,0,0],[138,39,138,49,0,0,0,0],[138,49,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC20overrideLogDirectoryyySSFyyXEfU_","regions":[[139,26,151,10,0,0,0,0],[141,16,147,14,0,0,0,0],[146,18,147,14,0,0,0,0],[147,21,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC19currentLogDirectorySSyF","regions":[[155,49,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC19currentLogDirectorySSyFSSyXEfU_","regions":[[156,26,156,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerCfd","regions":[[159,12,162,6,0,0,0,0]]},{"branches":[],"count":29299,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC3log_5level4file8function4lineySS_AA0D8LogLevelOS2SSitF","regions":[[173,7,193,6,29299,0,0,0],[175,69,177,10,0,0,0,0],[177,10,193,6,29299,0,0,0],[185,12,185,32,29299,0,0,0],[185,33,187,10,29300,0,0,0]]},{"branches":[],"count":19519,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC3log_5level4file8function4lineySS_AA0D8LogLevelOS2SSitFyyYbcfU_","regions":[[190,27,192,10,19519,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5trace_4file8function4lineySS_S2SSitF","regions":[[198,7,200,6,0,0,0,0]]},{"branches":[],"count":1668,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5debug_4file8function4lineySS_S2SSitF","regions":[[204,7,206,6,1668,0,0,0]]},{"branches":[],"count":116,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC4info_4file8function4lineySS_S2SSitF","regions":[[210,7,212,6,116,0,0,0]]},{"branches":[],"count":140,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC4warn_4file8function4lineySS_S2SSitF","regions":[[216,7,218,6,140,0,0,0]]},{"branches":[],"count":44,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5error_4file8function4lineySS_S2SSitF","regions":[[222,7,224,6,44,0,0,0]]},{"branches":[],"count":29301,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11levelPrefix023_E57F253619A0C5579C0358J8FDE929B7LL3forSSAA0D8LogLevelO_tF","regions":[[228,64,236,6,29301,0,0,0],[229,16,229,21,29301,0,0,0],[230,9,230,29,0,0,0,0],[231,9,231,29,1668,0,0,0],[232,9,232,27,27449,0,0,0],[233,9,233,27,140,0,0,0],[234,9,234,29,44,0,0,0],[235,10,236,6,29301,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11flushBufferyyF","regions":[[239,31,243,6,27,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11flushBufferyyFyyYbcfU_","regions":[[240,27,242,10,23,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17flushBufferUnsafe023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[247,38,275,6,23,0,0,0],[248,43,248,53,23,0,0,0],[248,53,275,6,0,0,0,0],[257,59,257,69,0,0,0,0],[257,69,275,6,0,0,0,0],[260,12,260,59,0,0,0,0],[260,60,271,10,0,0,0,0],[262,16,267,14,0,0,0,0],[263,93,267,14,0,0,0,0],[267,21,270,14,0,0,0,0],[270,14,271,10,0,0,0,0],[271,16,274,10,0,0,0,0],[274,10,275,6,0,0,0,0]]},{"branches":[],"count":19519,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC23writeLogMessageDirectly023_E57F253619A0C5579C0358L8FDE929B7LLyySSF","regions":[[278,61,301,6,19519,0,0,0],[283,59,283,69,0,0,0,0],[283,69,301,6,19519,0,0,0],[286,12,286,59,19519,0,0,0],[286,60,297,10,19515,0,0,0],[288,16,293,14,19515,0,0,0],[289,93,293,14,19515,0,0,0],[293,21,296,14,0,0,0,0],[296,14,297,10,19515,0,0,0],[297,16,300,10,4,0,0,0],[300,10,301,6,19519,0,0,0]]},{"branches":[],"count":19519,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateIfNeeded023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[303,35,317,6,19519,0,0,0],[304,68,304,78,2,0,0,0],[304,78,317,6,19517,0,0,0],[306,12,313,10,19517,0,0,0],[307,87,313,10,19517,0,0,0],[310,16,310,38,19517,0,0,0],[310,39,312,14,0,0,0,0],[313,17,316,10,0,0,0,0],[316,10,317,6,19517,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateIfNeeded023_E57F253619A0C5579C0358K8FDE929B7LLyyFSiyKXEfu_","regions":[[308,57,308,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateLogFiles023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[319,35,344,6,0,0,0,0],[324,12,324,56,0,0,0,0],[324,57,326,10,0,0,0,0],[329,76,336,10,0,0,0,0],[333,16,333,55,0,0,0,0],[333,56,335,14,0,0,0,0],[336,10,344,6,0,0,0,0],[339,12,339,51,0,0,0,0],[339,52,341,10,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17getCurrentLogSizeSiyF","regions":[[348,44,357,6,5,0,0,0],[349,68,349,80,0,0,0,0],[349,80,357,6,5,0,0,0],[351,12,354,10,5,0,0,0],[352,87,353,50,5,0,0,0],[354,17,356,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17getCurrentLogSizeSiyFSiyKXEfu_","regions":[[353,49,353,50,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getTotalLogSizeSiyF","regions":[[359,42,375,6,1,0,0,0],[362,46,372,10,2,0,0,0],[364,16,364,66,2,0,0,0],[364,67,371,14,0,0,0,0],[365,20,368,18,0,0,0,0],[366,98,368,18,0,0,0,0],[368,25,370,18,0,0,0,0],[370,18,371,14,0,0,0,0],[371,14,372,10,2,0,0,0],[372,10,374,25,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getTotalLogSizeSiyFSiyKXEfu_","regions":[[367,63,367,64,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12clearAllLogsyyF","regions":[[377,32,400,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12clearAllLogsyyFyyYbcfU_","regions":[[378,27,399,10,2,0,0,0],[386,16,386,60,2,0,0,0],[386,61,388,14,2,0,0,0],[391,52,396,14,4,0,0,0],[393,20,393,62,4,0,0,0],[393,63,395,18,0,0,0,0],[396,14,399,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV5label8commands6promptAESS_SaySSGSSSgtcfC","regions":[[20,79,24,10,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV5label8commands6promptAESS_SaySSGSSSgtcfcSSyKXEfu_","regions":[[23,37,23,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvg","regions":[[26,35,34,10,1,0,0,0],[30,16,30,31,1,0,0,0],[30,32,32,14,0,0,0,0],[32,14,33,64,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvgS2SXEfU_","regions":[[28,22,28,76,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvgSbSSXEfU0_","regions":[[29,25,29,40,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO6ResultV7success6output8exitCodeAESb_SSs5Int32VtcfC","regions":[[43,73,47,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute7command6promptAC6ResultVSS_SStFZ","regions":[[56,75,62,6,1,0,0,0],[57,12,57,51,1,0,0,0],[57,52,59,10,0,0,0,0],[59,16,61,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute8commands6promptAC6ResultVSaySSG_SStFZ","regions":[[71,78,74,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute5batchAC6ResultVAC5BatchV_tFZ","regions":[[77,56,82,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15executeWithSudo33_EB3BE3F95BE006FA62DE1B231D9D421ALL7commandAC6ResultVSS_tFZ","regions":[[88,68,120,6,0,0,0,0],[100,12,115,10,0,0,0,0],[101,27,114,94,0,0,0,0],[108,16,108,23,0,0,0,0],[108,24,110,14,0,0,0,0],[110,20,112,14,0,0,0,0],[115,17,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15executeWithSudo33_EB3BE3F95BE006FA62DE1B231D9D421ALL7commandAC6ResultVSS_tFZSSyKXEfu_","regions":[[105,65,105,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20executeWithOsascript33_EB3BE3F95BE006FA62DE1B231D9D421ALL7command6promptAC6ResultVSS_SStFZ","regions":[[123,89,165,6,1,0,0,0],[145,12,160,10,1,0,0,0],[146,27,159,94,1,0,0,0],[153,16,153,23,1,0,0,0],[153,24,155,14,0,0,0,0],[155,20,157,14,1,0,0,0],[160,17,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20executeWithOsascript33_EB3BE3F95BE006FA62DE1B231D9D421ALL7command6promptAC6ResultVSS_SStFZSSyKXEfu_","regions":[[150,65,150,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20escapeForAppleScript33_EB3BE3F95BE006FA62DE1B231D9D421ALLyS2SFZ","regions":[[168,75,173,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO9launchctl_7service6promptAC6ResultVSS_S2StFZ","regions":[[180,92,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO8copyFile4from2to6promptAC6ResultVSS_S2StFZ","regions":[[186,97,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO10removeFile2at6promptAC6ResultVSS_SStFZ","regions":[[192,71,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15createDirectory2at6promptAC6ResultVSS_SStFZ","regions":[[198,76,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO11killProcess3pid6signal6promptAC6ResultVs5Int32V_AKSStFZ","regions":[[204,87,207,6,0,0,0,0]]},{"branches":[],"count":108,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore13ProcessResultV8exitCode6stdout6stderr8durationACs5Int32V_S2SSdtcfC","regions":[[26,90,31,6,108,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerCACyc33_5286055E1748C51C05A95A25F8EF0B0BLlfc","regions":[[43,20,43,22,1,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKF","regions":[[57,37,150,6,30,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFSdyKXEfu_","regions":[[59,42,59,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKF18terminateIfRunningL_yySo6NSTaskCYbF","regions":[[74,60,77,10,1,0,0,0],[75,39,75,49,0,0,0,0],[75,49,77,10,1,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_","regions":[[79,65,145,10,30,0,0,0],[144,14,145,10,27,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_","regions":[[80,55,144,14,30,0,0,0],[135,20,137,18,30,0,0,0],[136,35,137,18,28,0,0,0],[137,25,143,18,2,0,0,0],[143,18,144,14,30,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_","regions":[[84,43,113,18,28,0,0,0],[102,24,102,38,28,0,0,0],[102,39,106,22,1,0,0,0],[106,28,110,22,27,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu_","regions":[[91,79,91,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu0_","regions":[[92,79,92,81,0,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_yyYacfU0_","regions":[[116,47,132,18,30,0,0,0],[117,24,119,22,30,0,0,0],[118,99,119,22,0,0,0,0],[119,29,122,22,30,0,0,0],[122,22,132,18,0,0,0,0],[125,24,127,22,0,0,0,0],[127,23,131,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFyyYbXEfU0_","regions":[[145,22,149,10,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaF","regions":[[156,59,177,6,4,0,0,0],[157,12,173,10,4,0,0,0],[158,92,172,24,4,0,0,0],[160,16,160,36,4,0,0,0],[160,37,162,14,4,0,0,0],[162,14,172,24,0,0,0,0],[163,16,163,36,0,0,0,0],[163,37,166,14,0,0,0,0],[166,14,172,24,0,0,0,0],[173,17,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaFSbSSXEfU_","regions":[[170,25,170,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaFAFSgSSXEfU0_","regions":[[171,29,171,79,0,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC9launchctlyAA13ProcessResultVSS_SaySSGtYaKF","regions":[[186,97,190,6,15,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC11resumeQueueSo17OS_dispatch_queueCvpfi","regions":[[196,31,196,84,30,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC10hasResumedSbvpfi","regions":[[197,30,197,35,30,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC15setContinuationyyScCyAA13ProcessResultVs5Error_pGF","regions":[[202,85,206,6,30,0,0,0]]},{"branches":[],"count":30,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC15setContinuationyyScCyAA13ProcessResultVs5Error_pGFyyXEfU_","regions":[[203,26,205,10,30,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC6resume4withSbs6ResultOyAA07ProcessP0Vs5Error_pG_tF","regions":[[209,68,217,6,31,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC6resume4withSbs6ResultOyAA07ProcessP0Vs5Error_pG_tFSbyXEfU_","regions":[[210,26,216,10,31,0,0,0],[211,36,211,52,1,0,0,0],[211,52,215,24,30,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15SubprocessErrorO20localizedDescriptionSSvg","regions":[[227,38,236,6,0,0,0,0],[228,16,228,20,0,0,0,0],[229,9,230,69,0,0,0,0],[231,9,232,78,0,0,0,0],[233,9,234,61,0,0,0,0],[235,10,236,6,0,0,0,0]]},{"branches":[],"count":1996,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZ","regions":[[6,44,56,6,1996,0,0,0],[8,12,8,50,1996,0,0,0],[8,51,10,10,1996,0,0,0],[10,10,55,21,0,0,0,0],[14,12,15,73,0,0,0,0],[16,9,18,10,0,0,0,0],[18,10,55,21,0,0,0,0],[21,12,21,68,0,0,0,0],[21,69,23,10,0,0,0,0],[23,10,55,21,0,0,0,0],[27,12,27,74,0,0,0,0],[27,75,29,10,0,0,0,0],[29,10,55,21,0,0,0,0],[33,12,34,50,0,0,0,0],[35,9,37,10,0,0,0,0],[37,10,55,21,0,0,0,0],[41,12,42,100,0,0,0,0],[43,9,45,10,0,0,0,0],[45,10,55,21,0,0,0,0],[51,99,53,10,0,0,0,0],[53,10,55,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu_","regions":[[15,16,15,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu0_","regions":[[33,46,33,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu1_","regions":[[34,16,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu2_","regions":[[42,16,42,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO27allowAdminOperationsInTestsSbvgZ","regions":[[63,13,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO27allowAdminOperationsInTestsSbvsZ","regions":[[68,13,72,10,0,0,0,0]]},{"branches":[],"count":95,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO25shouldSkipAdminOperationsSbvgZ","regions":[[76,55,88,6,95,0,0,0],[80,12,80,25,95,0,0,0],[80,26,82,10,0,0,0,0],[82,10,87,30,95,0,0,0],[84,12,84,35,95,0,0,0],[84,36,86,10,0,0,0,0],[86,10,87,30,95,0,0,0]]},{"branches":[],"count":97,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO23useSudoForPrivilegedOpsSbvgZ","regions":[[108,53,146,6,97,0,0,0],[110,83,125,10,97,0,0,0],[111,16,111,31,97,0,0,0],[111,32,121,14,0,0,0,0],[113,20,113,34,0,0,0,0],[113,35,115,18,0,0,0,0],[115,18,117,32,0,0,0,0],[116,17,116,26,0,0,0,2],[118,17,120,23,0,0,0,2],[121,20,124,14,97,0,0,0],[125,10,145,21,0,0,0,0],[128,12,128,26,0,0,0,0],[128,27,142,10,0,0,0,0],[133,16,133,32,0,0,0,0],[133,33,139,14,0,0,0,0],[136,20,136,48,0,0,0,0],[136,49,138,18,0,0,0,0],[142,10,145,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO23useSudoForPrivilegedOpsSbvgZSbyKXEfu_","regions":[[141,44,141,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO20verifySudoConfiguredSbyFZ","regions":[[150,55,182,6,0,0,0,0],[159,12,179,10,0,0,0,0],[160,27,178,24,0,0,0,0],[170,16,170,43,0,0,0,0],[170,44,175,14,0,0,0,0],[175,14,178,24,0,0,0,0],[179,17,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO20verifySudoConfiguredSbyFZSSyKXEfu_","regions":[[172,74,172,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO17shouldUseMockDataSbvgZ","regions":[[185,47,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO05forceD4ModeSbvgZ","regions":[[195,13,199,10,0,0,0,0]]},{"branches":[],"count":40,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO05forceD4ModeSbvsZ","regions":[[200,13,208,10,40,0,0,0],[205,16,205,24,40,0,0,0],[205,25,207,14,20,0,0,0]]},{"branches":[],"count":206,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO02isD4ModeSbvgZ","regions":[[213,40,217,6,206,0,0,0]]},{"branches":[],"count":165,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO02isD4ModeSbvgZSbyKXEfu_","regions":[[216,34,216,48,165,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO03logE6StatusyyFZ","regions":[[220,47,239,6,0,0,0,0],[225,12,225,26,0,0,0,0],[225,27,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO03logE6StatusyyFZSbSSXEfU_","regions":[[228,102,230,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore14MockSystemDataO17mockServiceStatus6loaded7runningSSSb_SbtFZ","regions":[[245,96,284,6,0,0,0,0],[246,12,246,18,0,0,0,0],[246,28,264,10,0,0,0,0],[264,19,264,25,0,0,0,0],[264,26,281,10,0,0,0,0],[281,16,283,10,0,0,0,0]]},{"branches":[],"count":192,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO15currentTestRoot33_0447454873C68C9FF7070A591DE819E7LLSSSgyFZ","regions":[[8,54,18,6,192,0,0,0],[11,14,13,10,192,0,0,0],[13,10,17,19,0,0,0,0],[14,12,14,30,0,0,0,0],[14,31,16,10,0,0,0,0],[16,10,17,19,0,0,0,0]]},{"branches":[],"count":192,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO05remapeB0yS2SFZ","regions":[[20,66,28,6,192,0,0,0],[21,70,23,10,192,0,0,0],[23,10,27,27,0,0,0,0],[24,12,24,32,0,0,0,0],[24,33,26,10,0,0,0,0],[26,10,27,27,0,0,0,0]]},{"branches":[],"count":1526,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO21resolvedHomeDirectory33_0447454873C68C9FF7070A591DE819E7LLSSyFZ","regions":[[30,59,37,6,1526,0,0,0],[33,9,35,10,27,0,0,0],[35,10,36,33,1499,0,0,0]]},{"branches":[],"count":1526,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO17userHomeDirectorySSvgZ","regions":[[39,49,41,6,1526,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO06kanatae7InstallB0SSvgZ","regions":[[47,55,49,6,38,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO22kanataStandardLocationSSvgZ","regions":[[53,54,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO15kanataBinaryARMSSvgZ","regions":[[58,47,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO19kanataBinaryDefaultSSvgZ","regions":[[63,51,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO016setBundledKanataB8OverrideyySSSgFZ","regions":[[69,70,71,6,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO013bundledKanataB0SSvgZ","regions":[[74,49,84,6,8,0,0,0],[75,72,77,10,0,0,0,0],[77,10,83,75,8,0,0,0],[80,9,82,10,0,0,0,0],[82,10,83,75,8,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO016bundledSimulatorB0SSvgZ","regions":[[88,52,95,6,37,0,0,0],[91,9,93,10,0,0,0,0],[93,10,94,85,37,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO22bundledSimulatorExistsSbvgZ","regions":[[98,52,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO18kanataActiveBinarySSvgZ","regions":[[104,50,111,6,0,0,0,0],[107,12,107,75,0,0,0,0],[107,76,109,10,0,0,0,0],[109,10,110,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO014allKnownKanataF0SaySSGyFZ","regions":[[114,58,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO014allKnownKanataF0SaySSGyFZSbSSXEfU_","regions":[[115,61,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO10brewBinarySSvgZ","regions":[[121,42,123,6,0,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO010userConfigB0SSvgZ","regions":[[128,46,130,6,28,0,0,0]]},{"branches":[],"count":1489,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO19userConfigDirectorySSvgZ","regions":[[133,51,135,6,1489,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO21systemConfigDirectorySSvgZ","regions":[[138,53,140,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO012systemConfigB0SSvgZ","regions":[[143,48,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO23kanataLogFileCandidatesSaySSGvgZ","regions":[[150,57,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZ","regions":[[158,45,164,6,0,0,0,0],[160,104,162,10,0,0,0,0],[162,10,163,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZSbSSXEfU_","regions":[[160,64,160,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZSSyKXEfu_","regions":[[163,49,163,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO18systemLogDirectorySSvgZ","regions":[[167,50,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO17launchDaemonPlistSSvgZ","regions":[[174,49,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO018detectKanataBinaryB0SSSgyFZ","regions":[[216,60,228,6,0,0,0,0],[218,12,218,75,0,0,0,0],[218,76,220,10,0,0,0,0],[220,10,227,19,0,0,0,0],[223,12,223,69,0,0,0,0],[223,70,225,10,0,0,0,0],[225,10,227,19,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZ","regions":[[237,58,239,6,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZSsyKXEfu_","regions":[[238,69,238,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZSiyKXEfu0_","regions":[[238,77,238,78,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO28bundledVHIDDriverPkgFilename33_0447454873C68C9FF7070A591DE819E7LLSSvgZ","regions":[[242,61,244,6,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO020bundledVHIDDriverPkgB0SSvgZ","regions":[[249,56,259,6,2,0,0,0],[254,11,256,10,0,0,0,0],[256,10,258,98,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26bundledVHIDDriverPkgExistsSbvgZ","regions":[[262,56,264,6,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO16userConfigExistsSbvgZ","regions":[[267,46,269,6,17,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO27systemConfigDirectoryExistsSbvgZ","regions":[[272,57,274,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO23commonKanataConfigNamesSaySSGvgZ","regions":[[279,57,281,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29commonKanataConfigDirectoriesSaySSGvgZ","regions":[[284,63,291,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO27detectExistingKanataConfigsSaySS4path_SS11displayNametGyFZ","regions":[[295,95,325,6,1,0,0,0],[299,56,313,10,4,0,0,0],[300,66,300,78,1,0,0,0],[300,78,313,10,3,0,0,0],[302,55,312,14,9,0,0,0],[304,20,304,60,9,0,0,0],[304,61,311,18,2,0,0,0],[306,24,306,50,2,0,0,0],[306,51,308,22,0,0,0,0],[308,22,311,18,2,0,0,0],[311,18,312,14,9,0,0,0],[312,14,313,10,3,0,0,0],[313,10,324,28,1,0,0,0],[316,51,322,10,3,0,0,0],[318,16,318,62,3,0,0,0],[318,63,321,14,1,0,0,0],[322,10,324,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyB15ConfigDirectorySSvgZ","regions":[[328,54,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyb6ConfigB0SSvgZ","regions":[[333,49,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyb10AppsConfigB0SSvgZ","regions":[[338,53,340,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO07displayB03forS2S_tFZ","regions":[[343,68,349,6,3,0,0,0],[345,12,345,45,3,0,0,0],[345,46,347,10,3,0,0,0],[347,10,348,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZ","regions":[[364,75,436,6,0,0,0,0],[373,12,376,10,0,0,0,0],[374,27,376,10,0,0,0,0],[376,17,378,10,0,0,0,0],[378,10,435,49,0,0,0,0],[381,69,381,83,0,0,0,0],[381,83,435,49,0,0,0,0],[392,58,432,10,0,0,0,0],[396,51,396,63,0,0,0,0],[396,63,432,10,0,0,0,0],[398,81,398,93,0,0,0,0],[398,93,432,10,0,0,0,0],[403,48,403,60,0,0,0,0],[403,60,432,10,0,0,0,0],[409,70,409,82,0,0,0,0],[409,82,432,10,0,0,0,0],[413,89,413,101,0,0,0,0],[413,101,432,10,0,0,0,0],[427,16,427,32,0,0,0,0],[427,33,429,14,0,0,0,0],[429,20,431,14,0,0,0,0],[432,10,435,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbyKXEfu_","regions":[[398,48,398,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbyKXEfu0_","regions":[[413,53,413,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbSSXEfU_","regions":[[418,65,418,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZAGyKXEfu1_","regions":[[435,35,435,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO013extractConfigB033_0447454873C68C9FF7070A591DE819E7LL4fromSSSgSS_tFZ","regions":[[440,73,469,6,0,0,0,0],[443,33,466,10,0,0,0,0],[444,60,444,72,0,0,0,0],[444,72,466,10,0,0,0,0],[449,16,449,44,0,0,0,0],[449,45,454,14,0,0,0,0],[451,69,453,18,0,0,0,0],[453,18,454,14,0,0,0,0],[454,23,454,50,0,0,0,0],[454,51,459,14,0,0,0,0],[456,68,458,18,0,0,0,0],[458,18,459,14,0,0,0,0],[459,20,465,14,0,0,0,0],[462,29,464,18,0,0,0,0],[464,18,465,14,0,0,0,0],[465,14,466,10,0,0,0,0],[466,10,468,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZ","regions":[[472,60,485,6,0,0,0,0],[478,14,480,10,0,0,0,0],[480,10,484,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZSbSSXEfU_","regions":[[483,21,483,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZSbSSXEfU_SbyKXEfu_","regions":[[483,61,483,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZS2SXEfU0_","regions":[[484,18,484,48,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheCACycfc","regions":[[13,19,13,21,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12cacheTimeout33_51186E96369D99C10444D5F5B766BE82LLSdvpfi","regions":[[19,46,19,50,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC16launchctlTimeout33_51186E96369D99C10444D5F5B766BE82LLSdvpfi","regions":[[20,50,20,53,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC26getCachedPIDWithConfidences5Int32VSg3pid_AA05CacheJ0O10confidencetyYaF","regions":[[26,98,41,6,0,0,0,0],[29,27,38,10,0,0,0,0],[31,16,31,38,0,0,0,0],[31,39,33,14,0,0,0,0],[33,23,33,41,0,0,0,0],[33,42,35,14,0,0,0,0],[35,20,37,14,0,0,0,0],[38,10,40,54,0,0,0,0],[40,41,40,45,0,0,0,0],[40,48,40,53,0,0,0,0]]},{"branches":[],"count":81,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12getCachedPIDs5Int32VSgyYaF","regions":[[44,48,96,6,81,0,0,0],[47,12,47,42,81,0,0,0],[47,43,50,10,81,0,0,0],[50,10,96,6,0,0,0,0],[56,9,61,10,0,0,0,0],[61,10,96,6,0,0,0,0],[66,12,75,10,0,0,0,0],[67,71,74,28,0,0,0,0],[75,33,85,10,0,0,0,0],[79,43,82,14,0,0,0,0],[82,14,84,23,0,0,0,0],[85,17,95,10,0,0,0,0],[89,43,92,14,0,0,0,0],[92,14,94,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12getCachedPIDs5Int32VSgyYaFAFyKXEfu_","regions":[[73,83,73,85,0,0,0,0]]},{"branches":[],"count":229,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC15invalidateCacheyyF","regions":[[99,35,103,6,229,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKF","regions":[[107,75,143,6,0,0,0,0],[120,12,138,10,0,0,0,0],[138,17,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHyYaKcfU_","regions":[[116,32,118,10,0,0,0,0],[117,69,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_","regions":[[121,69,137,14,0,0,0,0],[131,58,136,30,0,0,0,0],[131,64,134,18,0,0,0,0],[134,18,136,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_AHyYaKcfU_","regions":[[122,31,124,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_AHyYaKcfU0_","regions":[[126,31,129,18,0,0,0,0],[127,101,128,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKF","regions":[[145,86,164,6,0,0,0,0],[163,10,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_","regions":[[146,51,163,10,0,0,0,0],[158,16,160,14,0,0,0,0],[159,31,160,14,0,0,0,0],[160,21,162,14,0,0,0,0],[162,14,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_yALYbcfU_","regions":[[147,39,156,14,0,0,0,0],[148,20,148,47,0,0,0,0],[148,48,153,18,0,0,0,0],[153,24,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_yALYbcfU_SSyKXEfu_","regions":[[150,73,150,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC18terminateLaunchctl33_51186E96369D99C10444D5F5B766BE82LLyySo6NSTaskCF","regions":[[166,54,179,6,0,0,0,0],[167,35,167,45,0,0,0,0],[167,45,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC18terminateLaunchctl33_51186E96369D99C10444D5F5B766BE82LLyySo6NSTaskCFyyYacfU_","regions":[[172,23,178,10,0,0,0,0],[174,16,174,23,0,0,0,0],[174,43,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC29extractPIDFromLaunchctlOutput33_51186E96369D99C10444D5F5B766BE82LLys5Int32VSgSSF","regions":[[181,88,205,6,0,0,0,0],[183,54,201,10,0,0,0,0],[187,19,187,43,0,0,0,0],[187,69,189,14,0,0,0,0],[189,14,200,41,0,0,0,0],[200,32,200,35,0,0,0,0],[200,38,200,41,0,0,0,0],[201,10,204,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC29extractPIDFromLaunchctlOutput33_51186E96369D99C10444D5F5B766BE82LLys5Int32VSgSSFAGyKXEfu_","regions":[[197,73,197,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle12TimeoutErrorV7messageSSvpfi","regions":[[210,26,210,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O11displayNameSSvg","regions":[[31,40,48,10,0,0,0,0],[32,20,32,24,0,0,0,0],[33,13,33,47,0,0,0,0],[34,13,34,50,0,0,0,0],[35,13,35,61,0,0,0,0],[36,13,36,60,0,0,0,0],[37,13,37,46,0,0,0,0],[38,13,38,60,0,0,0,0],[39,13,39,42,0,0,0,0],[40,13,40,37,0,0,0,0],[41,13,41,42,0,0,0,0],[42,13,42,37,0,0,0,0],[43,13,43,46,0,0,0,0],[44,13,44,33,0,0,0,0],[45,13,45,48,0,0,0,0],[46,13,46,60,0,0,0,0],[47,14,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O13isOperationalSbvg","regions":[[51,40,56,10,0,0,0,0],[52,20,52,24,0,0,0,0],[53,13,53,32,0,0,0,0],[54,13,54,27,0,0,0,0],[55,14,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O7isErrorSbvg","regions":[[59,34,66,10,0,0,0,0],[60,20,60,24,0,0,0,0],[61,13,62,21,0,0,0,0],[63,13,64,22,0,0,0,0],[65,14,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O15isTransitioningSbvg","regions":[[69,42,77,10,0,0,0,0],[70,20,70,24,0,0,0,0],[71,13,73,21,0,0,0,0],[74,13,75,22,0,0,0,0],[76,14,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O17allowsUserActionsSbvg","regions":[[80,44,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC08_currentE033_CCD47AE1AC0B3364814F57B05C3C18F3LL7Combine9PublishedVyAC06KanataE0OGvpfi","regions":[[111,68,111,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC13_stateContext33_CCD47AE1AC0B3364814F57B05C3C18F3LL7Combine9PublishedVySDySSypGGvpfi","regions":[[115,70,115,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC16stateTransitions33_CCD47AE1AC0B3364814F57B05C3C18F3LLSDyAC06KanataE0OSDyAC0D5EventOAGGGvpfi","regions":[[120,82,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9sendEvent_7contextSbAC0dH0O_SDySSypGtF","regions":[[209,90,248,6,0,0,0,0],[219,14,224,10,0,0,0,0],[224,10,247,20,0,0,0,0],[236,12,236,30,0,0,0,0],[236,31,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9sendEvent_7contextSbAC0dH0O_SDySSypGtFypyp_yptXEfU_","regions":[[233,37,233,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC8setErroryySSF","regions":[[251,45,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC12canSendEventySbAC0dI0OF","regions":[[257,63,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC11validEventsSayAC0D5EventOGyF","regions":[[262,51,265,6,0,0,0,0],[263,69,263,82,0,0,0,0],[263,82,264,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC5resetyyF","regions":[[268,25,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC03getE4InfoSDySSypGyF","regions":[[279,49,305,6,0,0,0,0],[289,26,291,10,0,0,0,0],[293,31,295,10,0,0,0,0],[297,29,299,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC03getE4InfoSDySSypGyFSSAC0D5EventOcfu_","regions":[[301,49,301,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9isRunningSbvg","regions":[[312,25,312,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC8hasErrorSbvg","regions":[[315,24,315,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC6isBusySbvg","regions":[[318,22,318,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC17canPerformActionsSbvg","regions":[[321,33,321,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC12stateDisplaySSvg","regions":[[324,30,324,58,0,0,0,0]]},{"branches":[],"count":527,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO07pidFileB0SSvgZ","regions":[[13,43,15,6,527,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9PIDRecordV3ageSdvg","regions":[[25,38,25,77,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9PIDRecordV7isStaleSbvg","regions":[[26,34,26,48,0,0,0,0]]},{"branches":[],"count":112,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO8writePID_7commandys5Int32V_SStKFZ","regions":[[32,71,48,6,112,0,0,0],[44,46,48,6,112,0,0,0],[46,62,48,6,112,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO8writePID_7commandys5Int32V_SStKFZSSyKXEfu_","regions":[[39,63,39,84,0,0,0,0]]},{"branches":[],"count":84,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO7readPIDAC9PIDRecordVSgyFZ","regions":[[51,48,69,6,84,0,0,0],[52,72,54,10,83,0,0,0],[54,10,69,6,1,0,0,0],[56,12,63,10,1,0,0,0],[57,79,62,26,1,0,0,0],[59,72,62,26,1,0,0,0],[63,17,68,10,0,0,0,0]]},{"branches":[],"count":115,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9removePIDyyKFZ","regions":[[72,43,79,6,115,0,0,0],[73,72,75,10,12,0,0,0],[75,10,79,6,103,0,0,0],[77,64,79,6,103,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO16isProcessRunning3pidSbs5Int32V_tFZ","regions":[[82,61,85,6,1,0,0,0]]},{"branches":[],"count":81,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO14checkOwnershipSb5owned_s5Int32VSg3pidtyFZ","regions":[[88,71,111,6,81,0,0,0],[89,43,92,10,81,0,0,0],[92,10,110,34,0,0,0,0],[95,12,95,46,0,0,0,0],[95,47,99,10,0,0,0,0],[99,10,110,34,0,0,0,0],[102,12,102,26,0,0,0,0],[102,27,106,10,0,0,0,0],[106,10,110,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO19killOrphanedProcessyyYaFZ","regions":[[114,52,133,6,0,0,0,0],[115,43,115,53,0,0,0,0],[115,53,133,6,0,0,0,0],[117,12,117,45,0,0,0,0],[117,46,130,10,0,0,0,0],[127,16,127,49,0,0,0,0],[127,50,129,14,0,0,0,0]]},{"branches":[],"count":112,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO21ensureDirectoryExists33_31E119C166F0A7A1B16810F3C54AE54ELLyyFZ","regions":[[137,49,145,6,112,0,0,0],[138,12,138,65,112,0,0,0],[138,66,144,10,0,0,0,0]]},{"branches":[],"count":119,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC9setIntentyyAC0eH0OF","regions":[[21,52,23,6,119,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC19reconcileWithIntentyyYaKF","regions":[[25,52,40,6,3,0,0,0],[26,47,29,10,0,0,0,0],[29,10,40,6,3,0,0,0],[31,16,31,22,3,0,0,0],[32,9,34,95,2,0,0,0],[36,9,37,95,1,0,0,0],[39,10,40,6,3,0,0,0]]},{"branches":[],"count":255,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerCACycfc","regions":[[42,19,45,6,255,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC0E4InfoV3pid7commandAEs5Int32V_SStcfC","regions":[[54,50,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC0E4InfoV3pid7commandAEs5Int32V_SStcfcSSyKXEfu_","regions":[[57,72,57,74,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV17externalProcesses07managedJ014canAutoResolveAESayAC0E4InfoVG_AKSbtcfC","regions":[[68,11,72,10,7,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV12hasConflictsSbvg","regions":[[74,39,74,69,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV14totalProcessesSivg","regions":[[75,40,75,92,0,0,0,0]]},{"branches":[],"count":223,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC8pidCache33_CB4F03DCB9DE6A67687A574C0394DAD7LLAA06LaunchC8PIDCacheCvg","regions":[[86,48,86,79,223,0,0,0]]},{"branches":[],"count":112,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC015registerStartedE03pid7commandys5Int32V_SStYaF","regions":[[91,75,101,6,112,0,0,0],[92,12,98,10,112,0,0,0],[93,63,98,10,112,0,0,0],[98,17,100,10,0,0,0,0],[100,10,101,6,112,0,0,0]]},{"branches":[],"count":111,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC010unregisterE0yyYaF","regions":[[104,43,114,6,111,0,0,0],[105,12,111,10,111,0,0,0],[106,43,111,10,111,0,0,0],[111,17,113,10,0,0,0,0],[113,10,114,6,111,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC15detectConflictsAC18ConflictResolutionVyYaF","regions":[[117,63,178,6,7,0,0,0],[121,12,121,53,7,0,0,0],[121,54,129,10,7,0,0,0],[129,10,177,10,0,0,0,0],[142,37,165,10,0,0,0,0],[149,16,149,26,0,0,0,0],[149,27,154,14,0,0,0,0],[154,23,154,44,0,0,0,0],[154,45,159,14,0,0,0,0],[159,20,164,14,0,0,0,0],[165,10,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC15detectConflictsAC18ConflictResolutionVyYaFSbyKXEfu_","regions":[[143,54,143,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC26terminateExternalProcessesyyYaKF","regions":[[181,59,201,6,1,0,0,0],[184,52,190,10,0,0,0,0],[190,10,201,6,1,0,0,0],[197,61,200,10,0,0,0,0],[200,10,201,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC24cleanupOrphanedProcessesyyYaF","regions":[[204,50,222,6,3,0,0,0],[208,50,221,10,1,0,0,0],[209,16,209,64,1,0,0,0],[209,65,217,14,0,0,0,0],[217,20,220,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18invalidatePIDCacheyyYaF","regions":[[226,44,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaF","regions":[[234,65,283,6,0,0,0,0],[248,12,277,10,0,0,0,0],[249,27,277,10,0,0,0,0],[255,16,255,43,0,0,0,0],[255,44,276,14,0,0,0,0],[258,35,275,18,0,0,0,0],[263,26,265,22,0,0,0,0],[265,22,275,18,0,0,0,0],[270,24,270,47,0,0,0,0],[270,48,274,22,0,0,0,0],[275,18,276,14,0,0,0,0],[277,17,279,10,0,0,0,0],[279,10,282,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaFSSyKXEfu_","regions":[[253,65,253,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaFSbSSXEfU_","regions":[[256,73,256,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSF","regions":[[286,60,307,6,0,0,0,0],[288,12,288,98,0,0,0,0],[288,99,290,10,0,0,0,0],[290,10,306,102,0,0,0,0],[293,12,294,95,0,0,0,0],[295,9,297,10,0,0,0,0],[297,10,306,102,0,0,0,0],[301,61,303,10,0,0,0,0],[303,10,306,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu_","regions":[[288,41,288,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu0_","regions":[[288,71,288,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu1_","regions":[[293,40,293,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu2_","regions":[[293,67,293,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu3_","regions":[[294,16,294,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu4_","regions":[[294,44,294,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu5_","regions":[[294,71,294,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu6_","regions":[[306,51,306,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu7_","regions":[[306,83,306,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaF","regions":[[312,87,333,6,0,0,0,0],[314,77,318,10,0,0,0,0],[318,10,332,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSbyKXEfu_","regions":[[322,56,322,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSd10Foundation4DateVXEfU_","regions":[[324,54,324,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSdyKXEfu0_","regions":[[324,90,324,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFs5Int32VyKXEfu1_","regions":[[328,45,328,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift"],"mcdc_records":[],"name":"$s19KeyPathPackageTests6RunnerV14testingLibrary33_01F8196AF9AA0F8EB52AC0D50CFDE382LLSSyFZ","regions":[[510,52,520,6,1,0,0,0],[512,46,516,10,6,0,0,0],[513,16,513,47,6,0,0,0],[513,83,515,14,1,0,0,0],[515,14,516,10,5,0,0,0],[516,10,519,24,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift"],"mcdc_records":[],"name":"$s19KeyPathPackageTests6RunnerV4mainyyYaFZ","regions":[[527,30,546,6,1,0,0,0],[529,9,529,31,0,0,0,2],[530,12,530,45,1,0,0,0],[530,46,538,10,1,0,0,0],[531,13,535,18,0,0,0,2],[537,13,537,19,0,0,0,2],[539,9,539,15,0,0,0,2],[540,9,545,15,0,0,0,2]]},{"branches":[],"count":444,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO7isReadySbvg","regions":[[23,34,26,10,444,0,0,0],[24,37,24,52,431,0,0,0],[24,52,25,25,13,0,0,0]]},{"branches":[],"count":62,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO10isBlockingSbvg","regions":[[28,37,32,10,62,0,0,0],[29,36,29,51,12,0,0,0],[29,51,31,25,50,0,0,0],[30,35,30,50,1,0,0,0],[30,50,31,25,49,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO9isMissingSbvg","regions":[[37,36,40,10,0,0,0,0],[38,37,38,53,0,0,0,0],[38,53,39,24,0,0,0,0]]},{"branches":[],"count":119,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV13accessibility15inputMonitoring6source10confidence9timestampAeC6StatusO_ALSSAC10ConfidenceO10Foundation4DateVtcfC","regions":[[53,11,59,10,119,0,0,0]]},{"branches":[],"count":216,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV06hasAllC0Sbvg","regions":[[61,44,63,10,216,0,0,0]]},{"branches":[],"count":211,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV06hasAllC0SbvgSbyKXEfu_","regions":[[62,38,62,61,211,0,0,0]]},{"branches":[],"count":101,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV03keyB06kanata9timestampAeC0D3SetV_AJ10Foundation4DateVtcfC","regions":[[71,85,75,10,101,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13isSystemReadySbvg","regions":[[78,40,80,10,57,0,0,0]]},{"branches":[],"count":55,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13isSystemReadySbvgSbyKXEfu_","regions":[[79,42,79,66,55,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13blockingIssueSSSgvg","regions":[[83,43,102,10,9,0,0,0],[85,16,85,48,9,0,0,0],[85,49,88,14,4,0,0,0],[88,14,101,23,5,0,0,0],[90,16,90,50,5,0,0,0],[90,51,93,14,2,0,0,0],[93,14,101,23,3,0,0,0],[96,16,96,84,3,0,0,0],[96,85,99,14,2,0,0,0],[99,14,101,23,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13blockingIssueSSSgvgSbyKXEfu_","regions":[[96,51,96,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV17diagnosticSummarySSvg","regions":[[105,46,119,10,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC10ConfidenceO11descriptionSSvg","regions":[[126,40,131,10,12,0,0,0],[127,20,127,24,12,0,0,0],[128,13,128,31,11,0,0,0],[129,13,129,29,1,0,0,0],[130,14,131,10,12,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8cacheTTL33_6CF8B972D0296D562DC221AFA4D79DC2LLSdvpfi","regions":[[140,42,140,45,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleCACycfc","regions":[[142,19,144,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC15invalidateCacheyyF","regions":[[149,35,153,6,1,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC15currentSnapshotAC0G0VyYaF","regions":[[159,53,230,6,14,0,0,0],[161,12,161,42,14,0,0,0],[161,43,184,10,14,0,0,0],[166,13,169,14,8,0,0,0],[169,14,183,24,6,0,0,0],[184,10,229,24,0,0,0,0],[190,9,195,10,0,0,0,0],[195,10,229,24,0,0,0,0],[216,47,218,10,0,0,0,0],[221,40,223,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC12forceRefreshAC8SnapshotVyYaF","regions":[[233,50,238,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC05checkabC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyF","regions":[[242,61,288,6,0,0,0,0],[247,49,247,57,0,0,0,0],[247,60,247,67,0,0,0,0],[253,12,253,49,0,0,0,0],[253,50,258,10,0,0,0,0],[258,16,272,10,0,0,0,0],[264,16,264,41,0,0,0,0],[264,42,268,14,0,0,0,0],[271,43,271,51,0,0,0,0],[271,54,271,61,0,0,0,0],[279,64,279,72,0,0,0,0],[279,78,279,87,0,0,0,0],[284,37,284,59,0,0,0,0],[284,62,284,85,0,0,0,0],[285,41,285,45,0,0,0,0],[285,48,285,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaF","regions":[[317,66,360,6,0,0,0,0],[330,16,330,29,0,0,0,0],[331,9,332,41,0,0,0,0],[333,9,334,18,0,0,0,0],[335,10,359,10,0,0,0,0],[336,16,336,31,0,0,0,0],[337,9,338,41,0,0,0,0],[339,9,340,18,0,0,0,0],[341,10,359,10,0,0,0,0],[343,12,343,31,0,0,0,0],[343,32,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaFAC6StatusOyKXEfu_","regions":[[324,46,324,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaFAC6StatusOyKXEfu0_","regions":[[325,48,325,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC27checkKanataFunctionalStatus33_6CF8B972D0296D562DC221AFA4D79DC2LLAC0I0OyYaF","regions":[[364,64,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlF","regions":[[372,25,392,6,0,0,0,0],[391,10,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[373,53,391,10,0,0,0,0],[384,54,390,26,0,0,0,0],[384,60,387,14,0,0,0,0],[387,14,390,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYacfU_","regions":[[374,27,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[378,27,382,14,0,0,0,0],[379,83,381,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC023resolveKanataExecutableB033_6CF8B972D0296D562DC221AFA4D79DC2LLSSyF","regions":[[403,58,418,6,0,0,0,0],[406,12,406,58,0,0,0,0],[406,59,408,10,0,0,0,0],[408,10,417,52,0,0,0,0],[412,12,412,59,0,0,0,0],[412,60,414,10,0,0,0,0],[414,10,417,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC03logD11Transitions33_6CF8B972D0296D562DC221AFA4D79DC2LL4from2toyAC8SnapshotV_AItF","regions":[[421,81,460,6,0,0,0,0],[456,12,456,50,0,0,0,0],[456,51,459,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC03logD11Transitions33_6CF8B972D0296D562DC221AFA4D79DC2LL4from2toyAC8SnapshotV_AItF0F6ChangeL_7subject3old3newySS_AC6StatusOAOtF","regions":[[422,67,435,10,0,0,0,0],[423,35,423,45,0,0,0,0],[423,45,435,10,0,0,0,0],[425,20,425,23,0,0,0,0],[426,13,427,73,0,0,0,0],[428,13,429,72,0,0,0,0],[430,13,431,81,0,0,0,0],[432,13,433,75,0,0,0,0],[434,14,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC17checkTCCForKanata33_6CF8B972D0296D562DC221AFA4D79DC2LL010executableB0AC6StatusOSg2ax_AI2imtSS_tYaF","regions":[[475,96,481,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC09normalizeB6ForTCC33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SF","regions":[[486,64,498,6,0,0,0,0],[488,12,488,76,0,0,0,0],[488,77,496,10,0,0,0,0],[490,60,495,14,0,0,0,0],[495,14,496,10,0,0,0,0],[496,10,497,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC09normalizeB6ForTCC33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SFSbyKXEfu_","regions":[[488,52,488,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC9tccStatus33_6CF8B972D0296D562DC221AFA4D79DC2LL13forExecutable7serviceAC0G0OSgSS_AC14TCCServiceNameAELLOtYaF","regions":[[503,102,522,6,0,0,0,0],[505,76,519,10,0,0,0,0],[508,15,518,14,0,0,0,0],[512,20,512,40,0,0,0,0],[512,41,514,18,0,0,0,0],[514,27,514,35,0,0,0,0],[514,36,517,18,0,0,0,0],[517,18,518,14,0,0,0,0],[518,14,519,10,0,0,0,0],[519,10,521,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC9tccStatus33_6CF8B972D0296D562DC221AFA4D79DC2LL13forExecutable7serviceAC0G0OSgSS_AC14TCCServiceNameAELLOtYaFSbyKXEfu_","regions":[[512,32,512,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC21tccDatabaseCandidates33_6CF8B972D0296D562DC221AFA4D79DC2LLSaySSGyF","regions":[[526,54,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC16queryTCCDatabase33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB07service010executableB0SiSgSS_S2StYaF","regions":[[539,5,581,6,0,0,0,0],[553,50,578,10,0,0,0,0],[555,87,575,14,0,0,0,0],[560,20,560,35,0,0,0,0],[560,36,568,18,0,0,0,0],[564,24,564,34,0,0,0,0],[564,35,567,22,0,0,0,0],[567,22,568,18,0,0,0,0],[568,18,575,14,0,0,0,0],[570,43,574,18,0,0,0,0],[574,18,575,14,0,0,0,0],[575,20,577,14,0,0,0,0],[577,14,578,10,0,0,0,0],[578,10,580,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC19escapeSQLiteLiteral33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SF","regions":[[584,61,586,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaF","regions":[[590,96,621,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_","regions":[[591,39,620,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_yyYacfU_","regions":[[592,27,619,14,0,0,0,0],[602,20,614,18,0,0,0,0],[603,35,614,18,0,0,0,0],[614,25,617,18,0,0,0,0],[617,18,619,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_yyYacfU_yyYbcfU_","regions":[[606,75,610,22,0,0,0,0],[607,28,607,42,0,0,0,0],[607,43,609,26,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO11descriptionSSvg","regions":[[627,29,634,6,4,0,0,0],[628,16,628,20,4,0,0,0],[629,9,629,33,1,0,0,0],[630,9,630,31,1,0,0,0],[631,9,631,46,1,0,0,0],[632,9,632,33,1,0,0,0],[633,10,634,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testKeychainServiceHasClaudeAPIKeyMethodsExistyyF","regions":[[9,59,20,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyF","regions":[[22,72,32,6,1,0,0,0],[29,20,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyFSbyKXEfu_","regions":[[30,27,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyFSSyXEfu0_","regions":[[30,53,30,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyF","regions":[[34,54,49,6,1,0,0,0],[43,99,45,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSSgyKXEfu_","regions":[[44,28,44,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSSgyKXEfu0_","regions":[[44,33,44,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSyXEfu1_","regions":[[44,41,44,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyF","regions":[[51,44,59,6,1,0,0,0],[56,20,58,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyFSbyKXEfu_","regions":[[57,28,57,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyFSSyXEfu0_","regions":[[57,41,57,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyF","regions":[[61,55,71,6,1,0,0,0],[68,99,70,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyFSbyKXEfu_","regions":[[69,27,69,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyFSSyXEfu0_","regions":[[69,39,69,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyF","regions":[[73,50,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSbyKXEfu_","regions":[[80,24,80,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSbyKXEfu0_","regions":[[80,39,80,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSSyXEfu1_","regions":[[80,50,80,111,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyF","regions":[[83,48,92,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu_","regions":[[91,24,91,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu0_","regions":[[91,32,91,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu0_SbyKXEfu1_","regions":[[91,46,91,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSSyXEfu2_","regions":[[91,61,91,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaF","regions":[[101,63,107,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu_","regions":[[105,24,105,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu0_","regions":[[106,23,106,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[106,67,106,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSSyXEfu2_","regions":[[106,74,106,111,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaF","regions":[[109,56,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu_","regions":[[113,24,113,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu0_","regions":[[114,23,114,75,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[114,70,114,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSSyXEfu2_","regions":[[114,77,114,117,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyF","regions":[[117,53,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSbyKXEfu_","regions":[[120,23,120,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFypSgyKXEfu0_","regions":[[121,22,121,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu1_","regions":[[122,24,122,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu2_","regions":[[122,42,122,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSbyKXEfu3_","regions":[[125,24,125,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSSSgyKXEfu4_","regions":[[126,24,126,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSSSgyKXEfu5_","regions":[[126,46,126,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu6_","regions":[[127,24,127,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu7_","regions":[[127,44,127,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C44testBiometricAuthServiceSharedInstanceExistsyyF","regions":[[132,57,135,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C44testBiometricAuthServiceSharedInstanceExistsyyFypSgyKXEfu_","regions":[[134,25,134,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testBiometricAuthServiceIsEnabledDefaultsFalseyyF","regions":[[137,59,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testBiometricAuthServiceIsEnabledDefaultsFalseyyFSbyKXEfu_","regions":[[144,24,144,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyF","regions":[[147,58,159,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyFSbyKXEfu_","regions":[[155,24,155,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyFSbyKXEfu0_","regions":[[155,43,155,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyF","regions":[[161,54,168,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyFSbyKXEfu_","regions":[[167,23,167,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyFSSyXEfu0_","regions":[[167,50,167,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyF","regions":[[170,70,184,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyFSbyKXEfu_","regions":[[175,24,175,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyFSbyKXEfu0_","regions":[[180,23,180,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceH30ReturnsNotRequiredWhenDisabledyyYaF","regions":[[186,77,199,6,1,0,0,0],[192,16,192,22,1,0,0,0],[193,9,195,18,1,0,0,0],[196,9,197,64,0,0,0,0],[198,10,199,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C032testAIKeyRequiredDialogDismissedA6ExistsyyF","regions":[[203,54,205,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C032testAIKeyRequiredDialogDismissedA6ExistsyyFypSgyKXEfu_","regions":[[204,25,204,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyF","regions":[[207,55,215,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyFSbyKXEfu_","regions":[[210,23,210,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyFSbyKXEfu0_","regions":[[214,24,214,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C38testAIKeyRequiredDialogShouldShowLogicyyF","regions":[[217,51,228,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerSharedInstanceExistsyyF","regions":[[232,50,235,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerSharedInstanceExistsyyFypSgyKXEfu_","regions":[[234,25,234,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyF","regions":[[237,52,240,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyFSSyKXEfu_","regions":[[239,24,239,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyFSSyKXEfu0_","regions":[[239,54,239,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyF","regions":[[242,42,253,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyFSdyKXEfu_","regions":[[252,24,252,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyFSdyKXEfu0_","regions":[[252,30,252,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyF","regions":[[255,42,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu_","regions":[[257,24,257,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu0_","regions":[[257,63,257,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu1_","regions":[[258,24,258,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu2_","regions":[[258,64,258,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyF","regions":[[261,45,265,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyFSdyKXEfu_","regions":[[264,24,264,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyFSdyKXEfu0_","regions":[[264,30,264,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyF","regions":[[267,50,271,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu_","regions":[[269,24,269,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu0_","regions":[[269,75,269,93,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu1_","regions":[[270,24,270,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu2_","regions":[[270,72,270,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C30testAICostTrackerHistoryAccessyyF","regions":[[273,43,279,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyF","regions":[[281,45,288,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFypSgyKXEfu_","regions":[[283,25,283,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSbyKXEfu0_","regions":[[284,24,284,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSbyKXEfu1_","regions":[[285,24,285,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSiyKXEfu2_","regions":[[286,30,286,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSiyKXEfu3_","regions":[[286,69,286,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSdyKXEfu4_","regions":[[287,30,287,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSdyKXEfu5_","regions":[[287,65,287,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C24testAssertionsAreEnabledyyF","regions":[[292,37,301,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C24testAssertionsAreEnabledyyFSbyKXEfu_","regions":[[300,23,300,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyF","regions":[[307,49,313,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSSSgyKXEfu_","regions":[[309,24,309,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSSSgyKXEfu0_","regions":[[309,56,309,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSbyKXEfu1_","regions":[[312,23,312,78,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSbyKXEfu1_SbyKXEfu2_","regions":[[312,73,312,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesSimpleLaunchURIyyF","regions":[[10,34,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV014parsesMultipleB10ComponentsyyF","regions":[[21,41,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesQueryParametersyyF","regions":[[31,34,40,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV017parsesFakekeyWithD0yyF","regions":[[43,36,50,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV15parsesVkeyAliasyyF","regions":[[53,28,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV23rejectsNonKeypathSchemeyyF","regions":[[63,36,66,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV16rejectsEmptyHostyyF","regions":[[69,29,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV17rejectsInvalidURLyyF","regions":[[75,30,78,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV27handlesURLEncodedCharactersyyF","regions":[[81,40,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesOpenURLActionyyF","regions":[[89,32,95,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesShorthandLaunchyyF","regions":[[100,34,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV28parsesShorthandMultiplePathsyyF","regions":[[111,41,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV24parsesShorthandWithQueryyyF","regions":[[122,37,131,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV22parsesShorthandFakekeyyyF","regions":[[134,35,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesShorthandRuleyyF","regions":[[145,32,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesShorthandOpenyyF","regions":[[155,32,161,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV25convertsTargetToTitleCaseyyF","regions":[[164,38,169,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19fullURINotShorthandyyF","regions":[[172,32,176,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV012rejectsEmptyD9ShorthandyyF","regions":[[179,40,182,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV14rejectsNoColonyyF","regions":[[185,27,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV18syntaxesEquivalentyyF","regions":[[191,31,198,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V016dispatchesLaunchD0yyF","regions":[[207,35,213,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014returnsUnknownD14ForInvalidTypeyyF","regions":[[217,47,226,6,1,0,0,0],[221,53,223,10,1,0,0,0],[223,16,225,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V39returnsMissingTargetForLaunchWithoutAppyyF","regions":[[230,52,241,6,1,0,0,0],[236,53,238,10,1,0,0,0],[238,16,240,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V015dispatchesLayerD0yyF","regions":[[245,34,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V015dispatchesLayerD0yyFySScfU_","regions":[[247,49,249,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesRuled4WithB0yyF","regions":[[263,41,280,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesRuled4WithB0yyFySS_SaySSGtcfU_","regions":[[266,48,269,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V016dispatchesNotifyD0yyF","regions":[[284,35,289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesOpenD0yyF","regions":[[293,33,298,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V017dispatchesFakekeyD0yyF","regions":[[302,36,312,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V41returnsMissingTargetForFakekeyWithoutNameyyF","regions":[[316,54,329,6,1,0,0,0],[324,53,326,10,1,0,0,0],[326,16,328,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V022callsOnErrorForUnknownD0yyF","regions":[[333,41,346,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V022callsOnErrorForUnknownD0yyFySScfU_","regions":[[335,43,337,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V06parsesF3URIyyF","regions":[[354,28,360,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V015parsesShorthandF0yyF","regions":[[363,34,369,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V023returnsMissingTargetForf7WithoutB0yyF","regions":[[373,53,382,6,1,0,0,0],[377,53,379,10,1,0,0,0],[379,16,381,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V027returnsFailedForNonexistentF0yyF","regions":[[386,46,395,6,1,0,0,0],[390,49,392,10,1,0,0,0],[392,16,394,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V013opensExistingF0yyF","regions":[[399,32,407,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V06parsesF3URIyyF","regions":[[413,28,419,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V015parsesShorthandF0yyF","regions":[[422,34,428,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V023returnsMissingTargetForf7WithoutB0yyF","regions":[[432,53,441,6,1,0,0,0],[436,53,438,10,1,0,0,0],[438,16,440,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25returnsFailedWhenDisabledyyYaF","regions":[[445,44,457,6,1,0,0,0],[452,49,454,10,1,0,0,0],[454,16,456,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V027returnsFailedForNonexistentF0yyYaF","regions":[[461,52,478,6,1,0,0,0],[473,49,475,10,1,0,0,0],[475,16,477,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25callsConfirmationCallbackyyYaF","regions":[[482,44,505,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25callsConfirmationCallbackyyYaFySS_yycyyctcfU_","regions":[[494,62,497,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V21callsDisabledCallbackyyYaF","regions":[[509,40,525,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V21callsDisabledCallbackyyYaFyyyccfU_","regions":[[517,61,519,10,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ActionDispatchResultO0aB5TestsE2eeoiySbAC_ACtFZ","regions":[[531,90,544,6,7,0,0,0],[532,16,532,26,7,0,0,0],[533,9,534,17,7,0,0,0],[535,9,536,19,0,0,0,0],[537,9,538,19,0,0,0,0],[539,9,540,31,0,0,0,0],[541,9,542,18,0,0,0,0],[543,10,544,6,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyF","regions":[[8,57,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyFSbyKXEfu_","regions":[[11,23,11,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyFSbyKXEfu0_","regions":[[12,24,12,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_AllDisabled_ReturnsEmptyE0yyF","regions":[[15,56,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_AllDisabled_ReturnsEmptyE0yyFSbyKXEfu_","regions":[[28,23,28,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyF","regions":[[33,59,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu_","regions":[[42,23,42,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu0_","regions":[[44,23,44,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSSyXEfu1_","regions":[[44,57,44,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu2_","regions":[[45,24,45,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSSyXEfu3_","regions":[[45,50,45,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyF","regions":[[48,60,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu_","regions":[[65,23,65,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu0_","regions":[[65,57,65,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu1_","regions":[[66,23,66,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu2_","regions":[[66,58,66,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu3_","regions":[[67,24,67,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu4_","regions":[[67,50,67,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyF","regions":[[72,51,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyFSbyKXEfu_","regions":[[84,23,84,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyFSbyKXEfu0_","regions":[[85,24,85,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyF","regions":[[90,64,104,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu_","regions":[[99,23,99,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu0_","regions":[[100,23,100,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu1_","regions":[[101,23,101,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu2_","regions":[[102,23,102,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu3_","regions":[[103,23,103,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyF","regions":[[106,75,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu_","regions":[[123,23,123,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu0_","regions":[[124,23,124,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu1_","regions":[[125,23,125,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu2_","regions":[[126,23,126,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu3_","regions":[[127,23,127,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyF","regions":[[130,50,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyFSbyKXEfu_","regions":[[140,23,140,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyFSbyKXEfu0_","regions":[[141,24,141,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A35WithSpecialChars_SanitizesAliasNameyyF","regions":[[146,64,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A35WithSpecialChars_SanitizesAliasNameyyFSbyKXEfu_","regions":[[155,23,155,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A27StartsWithNumber_AddsPrefixyyF","regions":[[158,56,169,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A27StartsWithNumber_AddsPrefixyyFSbyKXEfu_","regions":[[168,23,168,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyF","regions":[[173,40,185,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu_","regions":[[182,23,182,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu0_","regions":[[183,23,183,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu1_","regions":[[184,23,184,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyF","regions":[[187,51,197,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyFSbyKXEfu_","regions":[[195,23,195,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyFSbyKXEfu0_","regions":[[196,23,196,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyF","regions":[[201,55,204,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyFSSyKXEfu_","regions":[[203,24,203,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyFSSyKXEfu0_","regions":[[203,33,203,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyF","regions":[[206,51,209,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyFSSyKXEfu_","regions":[[208,24,208,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyFSSyKXEfu0_","regions":[[208,33,208,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyF","regions":[[211,60,214,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyFSSyKXEfu_","regions":[[213,24,213,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyFSSyKXEfu0_","regions":[[213,33,213,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyF","regions":[[216,51,219,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyFSSyKXEfu_","regions":[[218,24,218,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyFSSyKXEfu0_","regions":[[218,33,218,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyF","regions":[[223,41,241,6,1,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSbSsXEfU_","regions":[[237,61,237,91,21,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSbSsXEfU0_","regions":[[238,61,238,91,21,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSaySsGyKXEfu_","regions":[[240,24,240,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSaySsGyKXEfu0_","regions":[[240,32,240,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyF","regions":[[243,39,268,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu_","regions":[[261,25,261,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu0_","regions":[[262,25,262,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu1_","regions":[[263,25,263,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFSbyKXEfu2_","regions":[[266,23,266,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFSbyKXEfu3_","regions":[[267,23,267,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyF","regions":[[272,69,277,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSSyKXEfu_","regions":[[275,24,275,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSSyKXEfu0_","regions":[[275,49,275,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSbyKXEfu1_","regions":[[276,23,276,85,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSbyKXEfu1_SbyKXEfu2_","regions":[[276,80,276,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyF","regions":[[279,79,283,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyFSSyKXEfu_","regions":[[282,24,282,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyFSSyKXEfu0_","regions":[[282,49,282,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyF","regions":[[285,64,290,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu_","regions":[[288,23,288,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu0_","regions":[[289,23,289,85,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu0_SbyKXEfu1_","regions":[[289,80,289,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF","regions":[[292,41,299,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu_","regions":[[297,24,297,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu0_","regions":[[297,32,297,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu1_","regions":[[298,27,298,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu2_","regions":[[298,35,298,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyF","regions":[[306,57,330,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSbyKXEfu_","regions":[[324,13,324,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSSyXEfu0_","regions":[[325,13,325,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSbyKXEfu1_","regions":[[329,23,329,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSSyXEfu2_","regions":[[329,48,329,92,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C14setUpWithErroryyKF","regions":[[11,43,16,6,16,0,0,0],[14,102,16,6,16,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C17tearDownWithErroryyKF","regions":[[18,46,24,6,16,0,0,0],[19,30,21,10,16,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKF","regions":[[28,63,42,6,1,0,0,0],[35,45,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKFSSSgyKXEfu_","regions":[[41,24,41,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKFSSSgyKXEfu0_","regions":[[41,51,41,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C041testBundleToVKLookup_ReturnsNilForUnknownD0yyYaKF","regions":[[44,70,57,6,1,0,0,0],[51,45,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C041testBundleToVKLookup_ReturnsNilForUnknownD0yyYaKFypSgyKXEfu_","regions":[[56,22,56,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testdeF13_InitialStateyyYaF","regions":[[62,53,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testdeF13_InitialStateyyYaFypSgyKXEfu_","regions":[[67,25,67,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyF","regions":[[72,43,78,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyFSSyKXEfu_","regions":[[77,24,77,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyFSSyKXEfu0_","regions":[[77,32,77,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyF","regions":[[80,45,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyFSSyKXEfu_","regions":[[85,24,85,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyFSSyKXEfu0_","regions":[[85,32,85,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyF","regions":[[88,53,95,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyFSSyKXEfu_","regions":[[94,24,94,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyFSSyKXEfu0_","regions":[[94,32,94,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyF","regions":[[99,40,115,6,1,0,0,0],[107,65,107,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFypSgyKXEfu_","regions":[[109,25,109,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFypSgyKXEfu0_","regions":[[110,25,110,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu1_","regions":[[113,24,113,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu2_","regions":[[113,42,113,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu3_","regions":[[114,24,114,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu4_","regions":[[114,44,114,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyF","regions":[[117,42,127,6,1,0,0,0],[123,65,123,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyFSSSgyKXEfu_","regions":[[126,24,126,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyFSSSgyKXEfu0_","regions":[[126,44,126,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKF","regions":[[131,66,152,6,1,0,0,0],[138,49,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFypSgyKXEfu_","regions":[[146,22,146,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSyXEfu0_","regions":[[146,32,146,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSSgyKXEfu1_","regions":[[147,24,147,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSSgyKXEfu2_","regions":[[147,32,147,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSyXEfu3_","regions":[[147,43,147,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKF","regions":[[154,64,181,6,1,0,0,0],[166,49,181,6,1,0,0,0],[167,51,181,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu_","regions":[[175,24,175,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu0_","regions":[[175,32,175,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu1_","regions":[[176,24,176,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu2_","regions":[[176,34,176,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKF","regions":[[183,66,204,6,1,0,0,0],[190,49,204,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFSSSgyKXEfu_","regions":[[198,24,198,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFSSSgyKXEfu0_","regions":[[198,32,198,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFypSgyKXEfu1_","regions":[[199,22,199,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C27testEmptyStore_NoVKMappingsyyYaF","regions":[[208,46,211,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C27testEmptyStore_NoVKMappingsyyYaFSbyKXEfu_","regions":[[210,23,210,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C38testDisabledKeymap_ExcludedFromMappingyyYaKF","regions":[[213,64,230,6,1,0,0,0],[224,45,230,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C38testDisabledKeymap_ExcludedFromMappingyyYaKFypSgyKXEfu_","regions":[[229,22,229,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKF","regions":[[232,62,245,6,1,0,0,0],[239,45,245,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKFSSSgyKXEfu_","regions":[[244,24,244,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKFSSSgyKXEfu0_","regions":[[244,51,244,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKF","regions":[[249,62,267,6,1,0,0,0],[260,45,267,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSbyKXEfu_","regions":[[252,23,252,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSSSgyKXEfu0_","regions":[[266,24,266,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSSSgyKXEfu1_","regions":[[266,51,266,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKF","regions":[[269,66,289,6,1,0,0,0],[276,45,289,6,1,0,0,0],[282,73,289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKFypSgyKXEfu_","regions":[[279,25,279,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKFypSgyKXEfu0_","regions":[[288,22,288,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyF","regions":[[8,53,14,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyFSSyKXEfu_","regions":[[13,24,13,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyFSSyKXEfu0_","regions":[[13,32,13,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyF","regions":[[16,57,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyFSSyKXEfu_","regions":[[21,24,21,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyFSSyKXEfu0_","regions":[[21,32,21,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyF","regions":[[24,58,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyFSSyKXEfu_","regions":[[29,24,29,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyFSSyKXEfu0_","regions":[[29,32,29,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyF","regions":[[32,58,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyFSSyKXEfu_","regions":[[38,24,38,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyFSSyKXEfu0_","regions":[[38,32,38,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyF","regions":[[41,76,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyFSSyKXEfu_","regions":[[46,24,46,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyFSSyKXEfu0_","regions":[[46,32,46,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyF","regions":[[49,65,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyFSbyKXEfu_","regions":[[55,23,55,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyFSbyKXEfu0_","regions":[[56,23,56,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyF","regions":[[59,57,66,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyFSSyKXEfu_","regions":[[65,24,65,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyFSSyKXEfu0_","regions":[[65,32,65,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyF","regions":[[70,60,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu_","regions":[[80,23,80,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu0_","regions":[[81,23,81,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu1_","regions":[[82,23,82,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyF","regions":[[85,61,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyFSSyKXEfu_","regions":[[96,24,96,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyFSSyKXEfu0_","regions":[[96,31,96,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyF","regions":[[99,85,110,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyFSSyKXEfu_","regions":[[109,27,109,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyFSSyKXEfu0_","regions":[[109,34,109,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyF","regions":[[114,49,125,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu_","regions":[[120,24,120,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu0_","regions":[[120,50,120,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu1_","regions":[[121,24,121,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu2_","regions":[[121,45,121,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu3_","regions":[[122,24,122,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu4_","regions":[[122,48,122,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSbyKXEfu5_","regions":[[123,23,123,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFypSgyKXEfu6_","regions":[[124,25,124,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyF","regions":[[127,51,135,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyFSSyKXEfu_","regions":[[134,24,134,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyFSSyKXEfu0_","regions":[[134,48,134,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyF","regions":[[139,46,149,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu_","regions":[[146,24,146,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu0_","regions":[[146,43,146,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu1_","regions":[[147,24,147,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu2_","regions":[[147,47,147,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSSgyKXEfu3_","regions":[[148,24,148,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSSgyKXEfu4_","regions":[[148,46,148,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyF","regions":[[153,49,166,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu_","regions":[[163,24,163,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu0_","regions":[[163,57,163,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu1_","regions":[[164,24,164,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu2_","regions":[[164,52,164,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSiyKXEfu3_","regions":[[165,24,165,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSiyKXEfu4_","regions":[[165,48,165,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKF","regions":[[170,50,192,6,1,0,0,0],[182,48,192,6,1,0,0,0],[186,69,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu_","regions":[[188,24,188,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu0_","regions":[[188,58,188,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu1_","regions":[[189,24,189,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu2_","regions":[[189,53,189,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu3_","regions":[[190,24,190,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu4_","regions":[[190,56,190,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSiyKXEfu5_","regions":[[191,24,191,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSiyKXEfu6_","regions":[[191,49,191,73,1,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C14setUpWithErroryyKF","regions":[[9,43,14,6,14,0,0,0],[12,102,14,6,14,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C17tearDownWithErroryyKF","regions":[[16,46,22,6,14,0,0,0],[17,30,19,10,14,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaF","regions":[[26,54,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaFSbyKXEfu_","regions":[[28,23,28,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKF","regions":[[31,62,41,6,1,0,0,0],[33,73,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKFSbyKXEfu_","regions":[[40,23,40,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[45,50,72,6,1,0,0,0],[64,45,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu_","regions":[[68,24,68,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu0_","regions":[[68,38,68,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu1_","regions":[[69,24,69,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu2_","regions":[[69,60,69,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu3_","regions":[[70,24,70,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu4_","regions":[[70,51,70,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu5_","regions":[[71,24,71,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu6_","regions":[[71,60,71,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKF","regions":[[76,56,88,6,1,0,0,0],[83,45,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSiyKXEfu_","regions":[[86,24,86,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSiyKXEfu0_","regions":[[86,38,86,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSSyKXEfu1_","regions":[[87,24,87,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSSyKXEfu2_","regions":[[87,60,87,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKF","regions":[[90,64,114,6,1,0,0,0],[97,46,114,6,1,0,0,0],[108,46,114,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu_","regions":[[112,24,112,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu0_","regions":[[112,38,112,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu1_","regions":[[113,24,113,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu2_","regions":[[113,51,113,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKF","regions":[[116,73,140,6,1,0,0,0],[123,46,140,6,1,0,0,0],[131,46,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu_","regions":[[135,24,135,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu0_","regions":[[135,38,135,39,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSS0abD3Kit0dE0Vcfu1_","regions":[[138,38,138,62,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu2_","regions":[[139,24,139,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu3_","regions":[[139,39,139,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSSyXEfu4_","regions":[[139,42,139,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee16_RemovesExistingE0yyYaKF","regions":[[144,64,156,6,1,0,0,0],[150,45,156,6,1,0,0,0],[152,75,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee16_RemovesExistingE0yyYaKFSbyKXEfu_","regions":[[155,23,155,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee15_NoOpForMissingE0yyYaKF","regions":[[158,63,163,6,1,0,0,0],[160,78,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee15_NoOpForMissingE0yyYaKFSbyKXEfu_","regions":[[162,23,162,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKF","regions":[[167,60,178,6,1,0,0,0],[173,45,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFypSgyKXEfu_","regions":[[176,25,176,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFSSSgyKXEfu0_","regions":[[177,24,177,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFSSSgyKXEfu1_","regions":[[177,52,177,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete21_ReturnsNilForMissingE0yyYaF","regions":[[180,59,183,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete21_ReturnsNilForMissingE0yyYaFypSgyKXEfu_","regions":[[182,22,182,27,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKF","regions":[[185,63,208,6,1,0,0,0],[202,69,208,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSiyKXEfu_","regions":[[206,24,206,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSiyKXEfu0_","regions":[[206,39,206,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSSyKXEfu1_","regions":[[207,24,207,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSSyKXEfu2_","regions":[[207,61,207,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKF","regions":[[210,72,230,6,1,0,0,0],[223,45,230,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSiyKXEfu_","regions":[[227,24,227,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSiyKXEfu0_","regions":[[227,39,227,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu1_","regions":[[228,24,228,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu2_","regions":[[228,53,228,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu3_","regions":[[229,24,229,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu4_","regions":[[229,57,229,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKF","regions":[[234,41,252,6,1,0,0,0],[240,46,252,6,1,0,0,0],[247,104,252,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu_","regions":[[244,24,244,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu0_","regions":[[244,39,244,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu1_","regions":[[251,24,251,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu2_","regions":[[251,39,251,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C31testInvalidateCacheForcesReloadyyYaKF","regions":[[254,57,274,6,1,0,0,0],[260,46,274,6,1,0,0,0],[266,104,274,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C31testInvalidateCacheForcesReloadyyYaKFSbyKXEfu_","regions":[[273,23,273,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyF","regions":[[8,50,15,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyFSSyKXEfu_","regions":[[14,24,14,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyFSSyKXEfu0_","regions":[[14,43,14,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyF","regions":[[17,53,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyFSSyKXEfu_","regions":[[23,24,23,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyFSSyKXEfu0_","regions":[[23,43,23,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyF","regions":[[26,61,35,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyFSbyKXEfu_","regions":[[33,23,33,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyFSbyKXEfu0_","regions":[[34,24,34,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF","regions":[[39,37,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF0abD3Kit0deF0VyKXEfu_","regions":[[43,24,43,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF0abD3Kit0deF0VyKXEfu0_","regions":[[43,31,43,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF","regions":[[46,41,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF0abD3Kit0deF0VyKXEfu_","regions":[[50,27,50,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF0abD3Kit0deF0VyKXEfu0_","regions":[[50,34,50,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF","regions":[[53,45,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF0abD3Kit0deF0VyKXEfu_","regions":[[57,27,57,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF0abD3Kit0deF0VyKXEfu0_","regions":[[57,34,57,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyF","regions":[[7,28,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSiyKXEfu_","regions":[[9,24,9,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSiyKXEfu0_","regions":[[9,45,9,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFypSgyKXEfu1_","regions":[[10,22,10,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSbyKXEfu2_","regions":[[11,24,11,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF","regions":[[16,33,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiyKXEfu_","regions":[[20,30,20,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiyKXEfu0_","regions":[[20,51,20,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D5GroupVXEfU_","regions":[[22,44,22,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu1_","regions":[[23,25,23,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu2_","regions":[[23,35,23,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu3_","regions":[[24,24,24,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu4_","regions":[[24,43,24,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu5_","regions":[[24,48,24,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF0aB6AppKit0D8CategoryOSgyKXEfu6_","regions":[[25,24,25,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF0aB6AppKit0D8CategoryOSgyKXEfu7_","regions":[[25,44,25,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D10DefinitionVXEfU0_","regions":[[28,46,28,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu8_","regions":[[29,25,29,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu9_","regions":[[29,34,29,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu10_","regions":[[30,24,30,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu11_","regions":[[30,41,30,46,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D10DefinitionVXEfU1_","regions":[[33,46,33,81,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu12_","regions":[[34,25,34,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu13_","regions":[[34,34,34,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu14_","regions":[[35,24,35,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu15_","regions":[[35,41,35,48,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D5GroupVXEfU2_","regions":[[38,45,38,69,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu16_","regions":[[39,25,39,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu17_","regions":[[39,36,39,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu18_","regions":[[40,24,40,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu19_","regions":[[40,44,40,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu20_","regions":[[40,49,40,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF10Foundation4UUIDVSgyKXEfu21_","regions":[[43,24,43,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF10Foundation4UUIDVSgyKXEfu22_","regions":[[43,46,43,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF","regions":[[46,42,65,6,1,0,0,0],[53,69,61,10,2,0,0,0],[58,71,60,14,7,0,0,0],[60,14,61,10,2,0,0,0],[61,10,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu_","regions":[[52,24,52,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu0_","regions":[[52,46,52,66,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu1_","regions":[[54,28,54,37,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu2_","regions":[[54,39,54,48,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu3_","regions":[[54,50,54,96,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu4_","regions":[[57,28,57,47,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu5_","regions":[[57,49,57,68,2,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu6_","regions":[[59,32,59,41,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu7_","regions":[[59,43,59,52,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu8_","regions":[[59,54,59,109,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF0aB6AppKit0deF0VyKXEfu9_","regions":[[64,24,64,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF0aB6AppKit0deF0VyKXEfu10_","regions":[[64,33,64,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu11_","regions":[[64,42,64,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyF","regions":[[69,44,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyFShySSGyKXEfu_","regions":[[82,24,82,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyFShySSGyKXEfu0_","regions":[[82,49,82,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyF","regions":[[85,47,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyFSbyKXEfu_","regions":[[96,23,96,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyFSSyXEfu0_","regions":[[96,38,96,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyF","regions":[[99,47,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyFSbyKXEfu_","regions":[[110,24,110,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyFSSyXEfu0_","regions":[[110,39,110,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF","regions":[[115,39,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSiyKXEfu_","regions":[[127,24,127,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSiyKXEfu0_","regions":[[127,41,127,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSSyXEfu1_","regions":[[127,44,127,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF0aB6AppKit0dI0V0I4TypeOyKXEfu2_","regions":[[128,24,128,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF0aB6AppKit0dI0V0I4TypeOyKXEfu3_","regions":[[128,43,128,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyF","regions":[[131,48,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSiyKXEfu_","regions":[[144,24,144,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSiyKXEfu0_","regions":[[144,41,144,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSSyXEfu1_","regions":[[144,44,144,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyF","regions":[[147,40,161,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSiyKXEfu_","regions":[[160,24,160,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSiyKXEfu0_","regions":[[160,41,160,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSSyXEfu1_","regions":[[160,44,160,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyF","regions":[[165,48,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu_","regions":[[167,23,167,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu0_","regions":[[167,51,167,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu1_","regions":[[170,23,170,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu2_","regions":[[170,53,170,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu3_","regions":[[173,23,173,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu4_","regions":[[173,52,173,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyF","regions":[[176,51,182,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSbyKXEfu_","regions":[[178,24,178,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSSyXEfu0_","regions":[[178,51,178,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSbyKXEfu1_","regions":[[181,24,181,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSSyXEfu2_","regions":[[181,53,181,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF","regions":[[184,46,204,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu_","regions":[[187,24,187,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu0_","regions":[[187,56,187,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu1_","regions":[[191,24,191,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu2_","regions":[[191,56,191,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu3_","regions":[[195,24,195,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu4_","regions":[[195,59,195,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu5_","regions":[[199,24,199,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu6_","regions":[[199,50,199,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu7_","regions":[[203,24,203,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu8_","regions":[[203,50,203,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyF","regions":[[208,47,214,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu_","regions":[[209,24,209,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu0_","regions":[[209,67,209,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu1_","regions":[[210,24,210,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu2_","regions":[[210,64,210,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu3_","regions":[[211,24,211,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu4_","regions":[[211,64,211,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu5_","regions":[[212,24,212,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu6_","regions":[[212,66,212,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu7_","regions":[[213,24,213,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu8_","regions":[[213,63,213,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyF","regions":[[216,42,222,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu_","regions":[[217,24,217,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu0_","regions":[[217,62,217,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu1_","regions":[[218,24,218,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu2_","regions":[[218,59,218,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu3_","regions":[[219,24,219,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu4_","regions":[[219,59,219,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu5_","regions":[[220,24,220,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu6_","regions":[[220,61,220,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu7_","regions":[[221,24,221,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu8_","regions":[[221,58,221,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyF","regions":[[226,39,231,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu_","regions":[[227,24,227,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu0_","regions":[[227,59,227,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu1_","regions":[[228,24,228,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu2_","regions":[[228,54,228,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu3_","regions":[[229,24,229,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu4_","regions":[[229,58,229,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu5_","regions":[[230,24,230,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu6_","regions":[[230,60,230,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF","regions":[[233,34,241,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu_","regions":[[234,24,234,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[234,53,234,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[235,24,235,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[235,53,235,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[236,24,236,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[236,53,236,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu5_","regions":[[237,24,237,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu6_","regions":[[237,53,237,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu7_","regions":[[238,24,238,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu8_","regions":[[238,53,238,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu9_","regions":[[239,24,239,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu10_","regions":[[239,53,239,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu11_","regions":[[240,24,240,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu12_","regions":[[240,53,240,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF","regions":[[245,40,254,6,1,0,0,0],[250,48,254,6,1,0,0,0],[251,77,254,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF0aB6AppKit0deF0VyKXEfu_","regions":[[253,24,253,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF0aB6AppKit0deF0VyKXEfu0_","regions":[[253,34,253,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF","regions":[[256,41,275,6,1,0,0,0],[271,48,275,6,1,0,0,0],[272,70,275,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF0aB6AppKit0dH0VyKXEfu_","regions":[[274,24,274,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF0aB6AppKit0dH0VyKXEfu0_","regions":[[274,34,274,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF","regions":[[277,46,292,6,1,0,0,0],[288,48,292,6,1,0,0,0],[289,75,292,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF0aB6AppKit0dH0VyKXEfu_","regions":[[291,24,291,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF0aB6AppKit0dH0VyKXEfu0_","regions":[[291,34,291,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyF","regions":[[296,36,302,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu_","regions":[[297,24,297,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu0_","regions":[[297,56,297,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu1_","regions":[[298,24,298,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu2_","regions":[[298,51,298,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu3_","regions":[[299,24,299,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu4_","regions":[[299,55,299,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu5_","regions":[[300,24,300,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu6_","regions":[[300,51,300,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu7_","regions":[[301,24,301,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu8_","regions":[[301,51,301,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyF","regions":[[304,35,310,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu_","regions":[[305,24,305,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu0_","regions":[[305,55,305,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu1_","regions":[[306,24,306,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu2_","regions":[[306,50,306,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu3_","regions":[[307,24,307,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu4_","regions":[[307,54,307,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu5_","regions":[[308,24,308,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu6_","regions":[[308,50,308,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu7_","regions":[[309,24,309,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu8_","regions":[[309,50,309,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyF","regions":[[314,41,323,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu_","regions":[[320,23,320,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu0_","regions":[[321,23,321,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu1_","regions":[[322,23,322,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testEmptyConfigGeneratesNoOutputyyF","regions":[[10,45,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testEmptyConfigGeneratesNoOutputyyFSbyKXEfu_","regions":[[27,24,27,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyF","regions":[[30,55,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu_","regions":[[56,23,56,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu0_","regions":[[59,23,59,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu1_","regions":[[62,23,62,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu2_","regions":[[63,23,63,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu3_","regions":[[64,23,64,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu4_","regions":[[67,23,67,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu5_","regions":[[68,23,68,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyF","regions":[[71,53,100,6,1,0,0,0],[97,51,99,10,6,0,0,0],[99,10,100,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu_","regions":[[88,23,88,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu0_","regions":[[91,23,91,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu1_","regions":[[92,23,92,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu2_","regions":[[93,23,93,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu3_","regions":[[94,23,94,52,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu4_","regions":[[98,27,98,61,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyF","regions":[[104,54,132,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyFSbyKXEfu_","regions":[[130,23,130,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyFSbyKXEfu0_","regions":[[131,23,131,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyF","regions":[[136,58,175,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu_","regions":[[169,23,169,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu0_","regions":[[170,23,170,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu1_","regions":[[173,23,173,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu2_","regions":[[174,23,174,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyF","regions":[[179,47,206,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyFSbyKXEfu_","regions":[[204,24,204,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyFSbyKXEfu0_","regions":[[205,24,205,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyF","regions":[[210,52,255,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu_","regions":[[245,23,245,97,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu0_","regions":[[246,23,246,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu1_","regions":[[249,23,249,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu2_","regions":[[250,23,250,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu3_","regions":[[253,23,253,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu4_","regions":[[254,23,254,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyF","regions":[[259,57,287,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyFSbyKXEfu_","regions":[[285,23,285,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyFSbyKXEfu0_","regions":[[286,23,286,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyF","regions":[[289,46,320,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu_","regions":[[314,23,314,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu0_","regions":[[317,23,317,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu1_","regions":[[318,23,318,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu2_","regions":[[319,23,319,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C27testMinimalGroupNameHandledyyF","regions":[[324,40,350,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C27testMinimalGroupNameHandledyyFSbyKXEfu_","regions":[[349,23,349,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C21testGroupWithNoChordsyyF","regions":[[352,34,378,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C21testGroupWithNoChordsyyFSbyKXEfu_","regions":[[377,23,377,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyF","regions":[[382,51,411,6,1,0,0,0],[405,36,407,10,3,0,0,0],[407,10,411,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu_","regions":[[399,23,399,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu0_","regions":[[400,23,400,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu1_","regions":[[401,23,401,56,1,0,0,0]]},{"branches":[],"count":110,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbSSXEfU_","regions":[[404,74,404,103,110,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu2_","regions":[[406,27,406,54,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu3_","regions":[[410,24,410,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyF","regions":[[415,45,448,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu_","regions":[[438,23,438,103,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu_SbyKXEfu0_","regions":[[438,66,438,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu1_","regions":[[439,23,439,103,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu1_SbyKXEfu2_","regions":[[439,66,439,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu3_","regions":[[442,23,442,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu4_","regions":[[443,23,443,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu5_","regions":[[446,23,446,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu6_","regions":[[447,23,447,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyF","regions":[[9,45,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyFSSyKXEfu_","regions":[[23,24,23,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyFSSyKXEfu0_","regions":[[23,36,23,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyF","regions":[[26,56,44,6,1,0,0,0],[34,32,43,10,4,0,0,0],[43,10,44,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyKXEfu_","regions":[[42,28,42,38,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyKXEfu0_","regions":[[42,40,42,44,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyXEfu1_","regions":[[42,46,42,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyF","regions":[[46,31,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyKXEfu_","regions":[[58,24,58,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyKXEfu0_","regions":[[58,36,58,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyXEfu1_","regions":[[58,41,58,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyF","regions":[[63,41,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyFSiyKXEfu_","regions":[[75,24,75,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyFSiyKXEfu0_","regions":[[75,39,75,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyF","regions":[[78,37,89,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyFSiyKXEfu_","regions":[[88,24,88,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyFSiyKXEfu0_","regions":[[88,39,88,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyF","regions":[[91,38,102,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyFSiyKXEfu_","regions":[[101,24,101,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyFSiyKXEfu0_","regions":[[101,39,101,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyF","regions":[[104,39,118,6,1,0,0,0],[108,38,117,10,7,0,0,0],[117,10,118,6,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSiyKXEfu_","regions":[[116,28,116,41,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSiyKXEfu0_","regions":[[116,43,116,50,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSSyXEfu1_","regions":[[116,52,116,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyF","regions":[[122,50,133,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSiyKXEfu_","regions":[[131,24,131,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSiyKXEfu0_","regions":[[131,42,131,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSbyKXEfu1_","regions":[[132,24,132,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSSyXEfu2_","regions":[[132,50,132,111,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyF","regions":[[135,47,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu_","regions":[[144,24,144,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu0_","regions":[[144,42,144,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSbyKXEfu1_","regions":[[145,23,145,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSSyXEfu2_","regions":[[145,49,145,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu3_","regions":[[153,24,153,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu4_","regions":[[153,55,153,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSSyXEfu5_","regions":[[153,58,153,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyF","regions":[[156,39,167,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSiyKXEfu_","regions":[[165,24,165,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSiyKXEfu0_","regions":[[165,42,165,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSbyKXEfu1_","regions":[[166,23,166,60,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSbyKXEfu1_SbSSXEfU_","regions":[[166,45,166,60,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C21testEmptyOutputStringyyF","regions":[[171,34,181,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C21testEmptyOutputStringyyFSbyKXEfu_","regions":[[180,24,180,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyF","regions":[[183,48,196,6,1,0,0,0],[187,38,195,10,5,0,0,0],[195,10,196,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyFSbyKXEfu_","regions":[[194,28,194,54,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyFSSyXEfu0_","regions":[[194,56,194,114,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyF","regions":[[198,46,211,6,1,0,0,0],[202,36,210,10,4,0,0,0],[210,10,211,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyFSbyKXEfu_","regions":[[209,27,209,53,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyFSSyXEfu0_","regions":[[209,55,209,109,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyF","regions":[[213,39,232,6,1,0,0,0],[223,36,231,10,5,0,0,0],[231,10,232,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyKXEfu_","regions":[[230,28,230,40,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyKXEfu0_","regions":[[230,42,230,48,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyXEfu1_","regions":[[230,50,230,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyF","regions":[[236,47,272,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu_","regions":[[258,23,258,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSSyXEfu0_","regions":[[258,54,258,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSiyKXEfu1_","regions":[[261,24,261,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSiyKXEfu2_","regions":[[261,41,261,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSSyXEfu3_","regions":[[261,44,261,90,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSS0aB6AppKit0hI8ConflictVcfu4_","regions":[[264,46,264,51,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFShySSGyKXEfu5_","regions":[[265,24,265,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFShySSGyKXEfu6_","regions":[[265,38,265,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSb0aB6AppKit0hI8ConflictVXEfU_","regions":[[268,41,268,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFypSgyKXEfu7_","regions":[[269,25,269,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu8_","regions":[[270,23,270,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu9_","regions":[[271,23,271,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyF","regions":[[274,44,303,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSbyKXEfu_","regions":[[298,23,298,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSSyXEfu0_","regions":[[298,54,298,89,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSS0aB6AppKit0hI8ConflictVcfu1_","regions":[[301,46,301,51,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFShySSGyKXEfu2_","regions":[[302,24,302,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFShySSGyKXEfu3_","regions":[[302,38,302,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSSyXEfu4_","regions":[[302,50,302,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF","regions":[[307,41,330,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu_","regions":[[320,24,320,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu0_","regions":[[320,39,320,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSiyKXEfu1_","regions":[[322,24,322,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSiyKXEfu2_","regions":[[322,41,322,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu3_","regions":[[322,44,322,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu4_","regions":[[323,24,323,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu5_","regions":[[323,47,323,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu6_","regions":[[328,23,328,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu7_","regions":[[328,50,328,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu8_","regions":[[329,24,329,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu9_","regions":[[329,40,329,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF","regions":[[332,41,353,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSbyKXEfu_","regions":[[345,24,345,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSSyXEfu0_","regions":[[345,39,345,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSiyKXEfu1_","regions":[[347,24,347,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSiyKXEfu2_","regions":[[347,41,347,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu3_","regions":[[348,24,348,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu4_","regions":[[348,47,348,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSbyKXEfu5_","regions":[[352,23,352,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSSyXEfu6_","regions":[[352,50,352,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyF","regions":[[355,43,380,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu_","regions":[[369,23,369,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu0_","regions":[[369,38,369,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSiyKXEfu1_","regions":[[372,24,372,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSiyKXEfu2_","regions":[[372,41,372,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu3_","regions":[[372,44,372,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu4_","regions":[[377,23,377,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu5_","regions":[[377,50,377,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu6_","regions":[[378,24,378,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu7_","regions":[[378,51,378,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu8_","regions":[[379,23,379,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu9_","regions":[[379,50,379,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF","regions":[[384,40,389,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF0aB6AppKit0hI0OyKXEfu_","regions":[[388,24,388,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF0aB6AppKit0hI0OyKXEfu0_","regions":[[388,46,388,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyFSSyXEfu1_","regions":[[388,53,388,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF","regions":[[391,40,394,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF0aB6AppKit0hI0OyKXEfu_","regions":[[393,24,393,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF0aB6AppKit0hI0OyKXEfu0_","regions":[[393,46,393,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyFSSyXEfu1_","regions":[[393,53,393,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF","regions":[[396,49,401,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF0aB6AppKit0hI0OyKXEfu_","regions":[[400,24,400,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF0aB6AppKit0hI0OyKXEfu0_","regions":[[400,46,400,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyFSSyXEfu1_","regions":[[400,57,400,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF","regions":[[405,39,409,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[408,24,408,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[408,46,408,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyFSSyXEfu1_","regions":[[408,58,408,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF","regions":[[411,39,415,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[414,24,414,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[414,46,414,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyFSSyXEfu1_","regions":[[414,53,414,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF","regions":[[417,40,422,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[421,24,421,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[421,46,421,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyFSSyXEfu1_","regions":[[421,53,421,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyF","regions":[[426,35,438,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyKXEfu_","regions":[[436,24,436,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyKXEfu0_","regions":[[436,36,436,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyXEfu1_","regions":[[436,50,436,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_","regions":[[437,23,437,117,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_","regions":[[437,45,437,117,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu_","regions":[[437,62,437,73,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu0_","regions":[[437,78,437,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu1_","regions":[[437,93,437,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu2_","regions":[[437,106,437,115,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyF","regions":[[440,30,449,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSaySSGyKXEfu_","regions":[[448,24,448,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSaySSGyKXEfu0_","regions":[[448,36,448,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSSyXEfu1_","regions":[[448,52,448,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyF","regions":[[451,32,460,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyKXEfu_","regions":[[459,24,459,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyKXEfu0_","regions":[[459,38,459,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyXEfu1_","regions":[[459,56,459,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyF","regions":[[464,57,474,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu_","regions":[[471,23,471,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu0_","regions":[[472,23,472,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu1_","regions":[[473,23,473,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF","regions":[[478,48,483,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu_","regions":[[479,24,479,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[479,53,479,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[480,24,480,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[480,53,480,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[481,24,481,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[481,53,481,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu5_","regions":[[482,24,482,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu6_","regions":[[482,53,482,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF","regions":[[485,48,489,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu_","regions":[[486,24,486,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[486,51,486,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[487,24,487,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[487,54,487,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[488,24,488,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[488,57,488,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyF","regions":[[493,45,508,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSiyKXEfu_","regions":[[507,24,507,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSiyKXEfu0_","regions":[[507,41,507,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSSyXEfu1_","regions":[[507,44,507,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyF","regions":[[512,38,519,6,1,0,0,0],[514,48,518,10,5,0,0,0],[518,10,519,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSbyKXEfu_","regions":[[515,28,515,49,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu0_","regions":[[515,51,515,84,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSbyKXEfu1_","regions":[[516,28,516,56,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu2_","regions":[[516,58,516,98,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSiyKXEfu3_","regions":[[517,34,517,59,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSiyKXEfu4_","regions":[[517,61,517,62,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu5_","regions":[[517,64,517,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyF","regions":[[7,39,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyFSbyKXEfu_","regions":[[12,23,12,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyFSSyXEfu0_","regions":[[12,29,12,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyF","regions":[[15,43,21,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFSbyKXEfu_","regions":[[17,23,17,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFSbyKXEfu0_","regions":[[18,24,18,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFypSgyKXEfu1_","regions":[[19,22,19,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFypSgyKXEfu2_","regions":[[20,22,20,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF","regions":[[23,36,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF0aB6AppKit0dH0OyKXEfu_","regions":[[26,24,26,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[26,28,26,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyF","regions":[[29,38,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSSSgyKXEfu_","regions":[[37,24,37,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSSSgyKXEfu0_","regions":[[37,44,37,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSiSgyKXEfu1_","regions":[[38,24,38,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSiSgyKXEfu2_","regions":[[38,45,38,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF","regions":[[41,43,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF0aB6AppKit0dhI0OyKXEfu_","regions":[[45,24,45,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF0aB6AppKit0dhI0OyKXEfu0_","regions":[[45,28,45,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKF","regions":[[7,63,28,6,1,0,0,0],[9,96,28,6,1,0,0,0],[21,77,28,6,1,0,0,0],[22,77,28,6,1,0,0,0],[23,79,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFyyYacfU_","regions":[[16,47,19,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFSiyKXEfu_","regions":[[26,24,26,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFSiyKXEfu0_","regions":[[26,39,26,40,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKF","regions":[[21,40,41,6,12,0,0,0],[22,32,41,6,12,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSbyYacfU_","regions":[[32,28,35,14,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSbyYacfU_SbyKXEfu_","regions":[[34,53,34,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSay0aB6AppKit0A7MappingVGSScfU0_","regions":[[36,27,39,14,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C8tearDownyyYaKF","regions":[[43,43,51,6,12,0,0,0],[50,35,51,6,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyF","regions":[[55,42,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyFypSgyKXEfu_","regions":[[56,25,56,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyFSSyXEfu0_","regions":[[56,34,56,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKF","regions":[[61,59,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFypSgyKXEfu_","regions":[[66,25,66,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSSyXEfu0_","regions":[[66,44,66,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSbyKXEfu1_","regions":[[67,23,67,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[67,64,67,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSSyXEfu3_","regions":[[67,71,67,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaF","regions":[[70,63,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu_","regions":[[73,24,73,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu0_","regions":[[73,40,73,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu1_","regions":[[74,23,74,97,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[74,61,74,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu3_","regions":[[74,99,74,140,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFypSgyKXEfu4_","regions":[[75,22,75,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu5_","regions":[[75,41,75,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKF","regions":[[80,65,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSbyKXEfu_","regions":[[92,23,92,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[92,41,92,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSSyXEfu1_","regions":[[92,58,92,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKF","regions":[[95,70,103,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKFypSgyKXEfu_","regions":[[102,25,102,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKFSSyXEfu0_","regions":[[102,33,102,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKF","regions":[[107,68,122,6,1,0,0,0],[119,12,119,26,1,0,0,0],[119,27,121,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKFSbyKXEfu_","regions":[[120,27,120,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKFSSyXEfu0_","regions":[[120,48,120,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKF","regions":[[124,101,144,6,1,0,0,0],[140,12,140,31,1,0,0,0],[140,32,143,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSbyKXEfu_","regions":[[141,27,141,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyXEfu0_","regions":[[141,43,141,109,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyKXEfu1_","regions":[[142,28,142,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyKXEfu2_","regions":[[142,44,142,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKF","regions":[[148,55,176,6,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU_","regions":[[162,40,162,65,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU0_","regions":[[163,42,163,69,7,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFySScfU1_","regions":[[164,39,164,68,5,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU2_","regions":[[165,37,165,59,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu_","regions":[[172,23,172,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu0_","regions":[[172,39,172,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu1_","regions":[[173,23,173,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu2_","regions":[[173,41,173,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu3_","regions":[[174,23,174,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu4_","regions":[[174,38,174,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu5_","regions":[[175,23,175,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu6_","regions":[[175,36,175,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKF","regions":[[178,66,205,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFyycfU_","regions":[[192,40,192,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFyycfU0_","regions":[[193,37,193,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu_","regions":[[200,23,200,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu0_","regions":[[200,39,200,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu1_","regions":[[203,23,203,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu2_","regions":[[203,39,203,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu3_","regions":[[204,23,204,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu4_","regions":[[204,36,204,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyF","regions":[[209,48,221,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSbyYacfU_","regions":[[212,28,212,36,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSay0aB6AppKit0A7MappingVGSScfU0_","regions":[[213,27,215,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSiSgyKXEfu_","regions":[[219,24,219,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSiSgyKXEfu0_","regions":[[219,41,219,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSyXEfu1_","regions":[[219,44,219,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSSgyKXEfu2_","regions":[[220,24,220,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSSgyKXEfu3_","regions":[[220,48,220,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSyXEfu4_","regions":[[220,56,220,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyF","regions":[[223,59,235,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSbyYacfU_","regions":[[227,28,227,36,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSay0aB6AppKit0A7MappingVGSSKcfU0_","regions":[[228,27,230,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFypSgyKXEfu_","regions":[[234,22,234,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSSyXEfu0_","regions":[[234,32,234,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyF","regions":[[237,52,248,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSbyYacfU_","regions":[[240,28,240,36,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSay0aB6AppKit0A7MappingVGSSKcfU0_","regions":[[241,27,243,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFypSgyKXEfu_","regions":[[247,22,247,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSSyXEfu0_","regions":[[247,32,247,70,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C010createTempD4File33_BBAA9A479405C2E72D85C9B1378B4073LL7content10Foundation3URLVSS_tF","regions":[[252,63,259,6,7,0,0,0],[256,76,258,24,7,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13tempDirectory10Foundation3URLVvg","regions":[[9,35,14,8,28,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13tempDirectory10Foundation3URLVvgAGyXEfU_","regions":[[9,35,14,6,28,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C06configE00aB6AppKit0dE0Cvg","regions":[[16,52,16,94,27,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyF","regions":[[20,51,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu_","regions":[[24,23,24,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu0_","regions":[[24,51,24,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu1_","regions":[[26,13,26,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu2_","regions":[[26,59,26,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu3_","regions":[[28,23,28,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu4_","regions":[[28,51,28,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu5_","regions":[[29,23,29,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu6_","regions":[[29,58,29,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu7_","regions":[[31,13,31,80,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu8_","regions":[[32,13,32,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu9_","regions":[[35,13,35,84,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu10_","regions":[[36,13,36,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu11_","regions":[[39,13,39,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu12_","regions":[[40,13,40,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu13_","regions":[[42,23,42,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu14_","regions":[[42,48,42,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu15_","regions":[[43,23,43,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu16_","regions":[[43,47,43,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu17_","regions":[[44,23,44,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu18_","regions":[[44,46,44,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu19_","regions":[[45,23,45,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu20_","regions":[[45,48,45,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyF","regions":[[48,54,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu_","regions":[[57,13,57,80,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu0_","regions":[[58,13,58,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu1_","regions":[[61,13,61,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu2_","regions":[[62,13,62,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu3_","regions":[[64,23,64,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu4_","regions":[[64,48,64,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu5_","regions":[[65,23,65,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu6_","regions":[[65,47,65,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu7_","regions":[[66,23,66,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu8_","regions":[[66,45,66,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu9_","regions":[[67,23,67,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu10_","regions":[[67,45,67,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyF","regions":[[70,51,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu_","regions":[[73,23,73,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu0_","regions":[[73,51,73,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu1_","regions":[[75,13,75,84,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu2_","regions":[[76,13,76,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu3_","regions":[[79,13,79,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu4_","regions":[[80,13,80,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu5_","regions":[[82,23,82,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu6_","regions":[[82,46,82,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyF","regions":[[85,65,107,6,1,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU_","regions":[[95,25,95,111,56,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU_SbyKXEfu_","regions":[[95,53,95,109,1,0,0,0]]},{"branches":[],"count":56,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU0_","regions":[[100,25,102,18,56,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU0_SbyKXEfu_","regions":[[101,54,101,110,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu_","regions":[[105,24,105,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu0_","regions":[[105,37,105,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSSyXEfu1_","regions":[[105,40,105,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu2_","regions":[[106,24,106,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu3_","regions":[[106,39,106,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSSyXEfu4_","regions":[[106,42,106,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyF","regions":[[109,63,148,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu_","regions":[[135,13,135,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu0_","regions":[[135,41,135,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu1_","regions":[[139,13,139,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu2_","regions":[[140,13,140,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu3_","regions":[[142,23,142,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu4_","regions":[[143,23,143,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu5_","regions":[[145,13,145,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu6_","regions":[[146,13,146,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyF","regions":[[150,66,191,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu_","regions":[[168,23,168,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu0_","regions":[[168,53,168,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu1_","regions":[[170,13,170,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu2_","regions":[[170,47,170,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu3_","regions":[[174,13,174,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu4_","regions":[[175,13,175,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu5_","regions":[[179,23,179,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu6_","regions":[[179,48,179,85,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbSsXEfU_","regions":[[182,60,182,102,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbSsXEfU_SbyKXEfu_","regions":[[182,82,182,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFypSgyKXEfu7_","regions":[[183,25,183,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu8_","regions":[[183,32,183,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu9_","regions":[[184,24,184,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu9_SbyKXEfu10_","regions":[[184,51,184,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu11_","regions":[[184,57,184,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu12_","regions":[[187,23,187,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu13_","regions":[[187,50,187,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu14_","regions":[[189,13,189,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu15_","regions":[[189,38,189,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKF","regions":[[195,64,217,6,1,0,0,0],[210,83,217,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSiyKXEfu_","regions":[[212,24,212,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSiyKXEfu0_","regions":[[212,50,212,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyXEfu1_","regions":[[212,53,212,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu2_","regions":[[213,24,213,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu3_","regions":[[213,53,213,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu4_","regions":[[214,24,214,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu5_","regions":[[214,54,214,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu6_","regions":[[215,24,215,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu7_","regions":[[215,53,215,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu8_","regions":[[216,24,216,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu9_","regions":[[216,54,216,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKF","regions":[[219,65,242,6,1,0,0,0],[237,83,242,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSiyKXEfu_","regions":[[239,24,239,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSiyKXEfu0_","regions":[[239,50,239,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyXEfu1_","regions":[[239,53,239,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu2_","regions":[[240,24,240,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu3_","regions":[[240,53,240,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu4_","regions":[[241,24,241,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu5_","regions":[[241,54,241,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKF","regions":[[244,66,265,6,1,0,0,0],[259,83,265,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSiyKXEfu_","regions":[[262,24,262,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSiyKXEfu0_","regions":[[262,50,262,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSyXEfu1_","regions":[[262,53,262,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[263,52,263,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSSgyKXEfu2_","regions":[[264,24,264,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSSgyKXEfu3_","regions":[[264,45,264,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSyXEfu4_","regions":[[264,53,264,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKF","regions":[[267,69,298,6,1,0,0,0],[287,83,298,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu_","regions":[[289,24,289,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu0_","regions":[[289,50,289,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyXEfu1_","regions":[[289,53,289,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu2_","regions":[[290,24,290,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu3_","regions":[[290,54,290,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu4_","regions":[[291,24,291,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu5_","regions":[[291,54,291,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu6_","regions":[[293,24,293,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu7_","regions":[[293,50,293,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyXEfu8_","regions":[[293,53,293,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu9_","regions":[[295,24,295,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu10_","regions":[[295,37,295,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu11_","regions":[[296,24,296,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu12_","regions":[[296,45,296,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiSgyKXEfu13_","regions":[[297,24,297,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiSgyKXEfu14_","regions":[[297,45,297,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKF","regions":[[302,63,317,6,1,0,0,0],[305,73,317,6,1,0,0,0],[314,88,317,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu_","regions":[[310,13,310,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu0_","regions":[[310,70,310,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu1_","regions":[[315,23,315,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu2_","regions":[[315,54,315,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu3_","regions":[[316,23,316,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu4_","regions":[[316,53,316,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKF","regions":[[319,63,332,6,1,0,0,0],[320,75,332,6,1,0,0,0],[329,88,332,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu_","regions":[[325,13,325,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu0_","regions":[[325,70,325,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu1_","regions":[[330,23,330,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu2_","regions":[[330,51,330,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu3_","regions":[[331,23,331,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu4_","regions":[[331,51,331,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKF","regions":[[334,67,376,6,1,0,0,0],[352,88,376,6,1,0,0,0],[355,88,376,6,1,0,0,0],[368,82,376,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu_","regions":[[356,23,356,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu0_","regions":[[357,23,357,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu1_","regions":[[359,13,359,90,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu2_","regions":[[360,13,360,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu3_","regions":[[364,13,364,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu4_","regions":[[365,13,365,70,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[369,54,369,76,13,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSiyKXEfu5_","regions":[[370,24,370,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSiyKXEfu6_","regions":[[370,44,370,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSSgyKXEfu7_","regions":[[371,24,371,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSSgyKXEfu8_","regions":[[371,52,371,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu9_","regions":[[373,13,373,62,1,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu9_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[373,43,373,62,13,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu10_","regions":[[374,13,374,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKF","regions":[[378,63,409,6,1,0,0,0],[395,103,409,6,1,0,0,0],[398,79,409,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu_","regions":[[400,13,400,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu0_","regions":[[400,51,400,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu1_","regions":[[402,23,402,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu2_","regions":[[402,54,402,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu3_","regions":[[403,23,403,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu4_","regions":[[403,53,403,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu5_","regions":[[406,13,406,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu6_","regions":[[407,13,407,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyF","regions":[[413,48,425,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSiyKXEfu_","regions":[[422,24,422,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSiyKXEfu0_","regions":[[422,38,422,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu1_","regions":[[422,41,422,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSbyKXEfu2_","regions":[[423,23,423,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu3_","regions":[[423,53,423,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSbyKXEfu4_","regions":[[424,23,424,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu5_","regions":[[424,54,424,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyF","regions":[[427,46,435,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSiyKXEfu_","regions":[[433,24,433,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSiyKXEfu0_","regions":[[433,38,433,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyXEfu1_","regions":[[433,41,433,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyKXEfu2_","regions":[[434,24,434,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyKXEfu3_","regions":[[434,35,434,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyF","regions":[[437,46,441,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSiyKXEfu_","regions":[[440,24,440,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSiyKXEfu0_","regions":[[440,38,440,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSSyXEfu1_","regions":[[440,41,440,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaF","regions":[[445,60,466,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaFSbyKXEfu_","regions":[[464,23,464,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaFSbyKXEfu0_","regions":[[465,23,465,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaF","regions":[[468,73,475,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSbyKXEfu_","regions":[[473,24,473,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSSSgyKXEfu0_","regions":[[474,24,474,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSSSgyKXEfu1_","regions":[[474,45,474,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaF","regions":[[477,65,484,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaFSbyKXEfu_","regions":[[482,23,482,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaFSbyKXEfu0_","regions":[[483,23,483,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKF","regions":[[486,66,495,6,1,0,0,0],[490,62,495,6,1,0,0,0],[493,75,495,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKFSbyKXEfu_","regions":[[492,23,492,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKFSbyKXEfu0_","regions":[[494,23,494,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKF","regions":[[497,67,515,6,1,0,0,0],[507,10,515,6,1,0,0,0],[512,10,515,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu_","regions":[[508,23,508,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu0_","regions":[[513,23,513,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu1_","regions":[[514,23,514,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyF","regions":[[519,48,524,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu_","regions":[[520,24,520,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu0_","regions":[[520,71,520,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu1_","regions":[[521,24,521,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu2_","regions":[[521,72,521,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu3_","regions":[[522,24,522,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu4_","regions":[[522,73,522,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu5_","regions":[[523,24,523,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu6_","regions":[[523,70,523,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyF","regions":[[526,51,530,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu_","regions":[[527,24,527,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu0_","regions":[[527,71,527,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu1_","regions":[[528,24,528,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu2_","regions":[[528,75,528,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu3_","regions":[[529,24,529,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu4_","regions":[[529,76,529,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyF","regions":[[532,48,537,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu_","regions":[[533,24,533,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu0_","regions":[[533,70,533,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu1_","regions":[[534,24,534,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu2_","regions":[[534,74,534,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu3_","regions":[[535,24,535,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu4_","regions":[[535,79,535,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu5_","regions":[[536,24,536,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu6_","regions":[[536,77,536,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyF","regions":[[539,50,544,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyKXEfu_","regions":[[541,24,541,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyKXEfu0_","regions":[[541,32,541,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu1_","regions":[[541,39,541,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSbyKXEfu2_","regions":[[542,24,542,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu3_","regions":[[542,47,542,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSbyKXEfu4_","regions":[[543,24,543,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu5_","regions":[[543,47,543,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyF","regions":[[546,54,552,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyKXEfu_","regions":[[549,24,549,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyKXEfu0_","regions":[[549,32,549,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu1_","regions":[[549,39,549,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSbyKXEfu2_","regions":[[550,24,550,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu3_","regions":[[550,47,550,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSbyKXEfu4_","regions":[[551,24,551,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu5_","regions":[[551,47,551,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyF","regions":[[554,58,572,6,1,0,0,0],[564,48,571,10,5,0,0,0],[571,10,572,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu_","regions":[[566,28,566,49,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu0_","regions":[[566,51,566,98,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu1_","regions":[[567,28,567,49,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu2_","regions":[[567,51,567,98,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu3_","regions":[[569,17,569,46,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu4_","regions":[[569,48,569,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyF","regions":[[574,53,580,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu_","regions":[[576,23,576,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu0_","regions":[[576,46,576,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu1_","regions":[[577,23,577,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu2_","regions":[[577,46,577,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu3_","regions":[[578,23,578,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu4_","regions":[[578,48,578,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu5_","regions":[[579,23,579,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu6_","regions":[[579,47,579,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyF","regions":[[582,58,590,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu_","regions":[[585,23,585,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu0_","regions":[[585,52,585,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu1_","regions":[[586,23,586,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu2_","regions":[[586,45,586,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu3_","regions":[[587,23,587,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu4_","regions":[[587,45,587,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu5_","regions":[[588,23,588,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu6_","regions":[[588,45,588,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyKXEfu7_","regions":[[589,24,589,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyKXEfu8_","regions":[[589,32,589,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu9_","regions":[[589,49,589,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyF","regions":[[592,58,597,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSbyKXEfu_","regions":[[595,23,595,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyXEfu0_","regions":[[595,52,595,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyKXEfu1_","regions":[[596,24,596,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyKXEfu2_","regions":[[596,32,596,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyXEfu3_","regions":[[596,53,596,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyF","regions":[[599,56,610,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu_","regions":[[602,24,602,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu0_","regions":[[602,38,602,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu1_","regions":[[602,45,602,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSbyKXEfu2_","regions":[[603,24,603,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu3_","regions":[[603,56,603,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu4_","regions":[[606,24,606,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu5_","regions":[[606,35,606,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu6_","regions":[[606,42,606,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu7_","regions":[[609,24,609,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu8_","regions":[[609,37,609,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu9_","regions":[[609,44,609,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyF","regions":[[612,45,624,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu_","regions":[[621,23,621,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu0_","regions":[[621,57,621,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu1_","regions":[[622,23,622,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu2_","regions":[[622,51,622,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu3_","regions":[[623,23,623,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu4_","regions":[[623,58,623,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyF","regions":[[626,55,653,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu_","regions":[[638,13,638,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu0_","regions":[[638,39,638,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu1_","regions":[[641,13,641,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu2_","regions":[[642,13,642,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu3_","regions":[[645,13,645,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu4_","regions":[[645,39,645,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu5_","regions":[[650,23,650,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu6_","regions":[[650,56,650,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu7_","regions":[[651,23,651,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu8_","regions":[[651,57,651,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu9_","regions":[[652,23,652,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu10_","regions":[[652,56,652,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKF","regions":[[657,60,684,6,1,0,0,0],[668,10,684,6,1,0,0,0],[676,84,684,6,1,0,0,0],[681,87,684,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu_","regions":[[672,13,672,63,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu0_","regions":[[672,65,672,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu1_","regions":[[677,23,677,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu2_","regions":[[677,61,677,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu3_","regions":[[682,23,682,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu4_","regions":[[682,53,682,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu5_","regions":[[683,23,683,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu6_","regions":[[683,52,683,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKF","regions":[[686,63,709,6,1,0,0,0],[698,10,709,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu_","regions":[[700,23,700,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu0_","regions":[[700,59,700,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu1_","regions":[[702,13,702,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu2_","regions":[[703,13,703,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu3_","regions":[[706,13,706,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu4_","regions":[[707,13,707,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKF","regions":[[711,67,736,6,1,0,0,0],[729,10,736,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu_","regions":[[732,23,732,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu0_","regions":[[732,56,732,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu1_","regions":[[733,23,733,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu2_","regions":[[733,53,733,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu3_","regions":[[734,23,734,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu4_","regions":[[734,55,734,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu5_","regions":[[735,23,735,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu6_","regions":[[735,53,735,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyF","regions":[[740,50,766,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu_","regions":[[759,23,759,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu0_","regions":[[759,53,759,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu1_","regions":[[760,23,760,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu2_","regions":[[760,54,760,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu3_","regions":[[761,23,761,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu4_","regions":[[761,49,761,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu5_","regions":[[763,23,763,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu6_","regions":[[763,59,763,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu7_","regions":[[764,23,764,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu8_","regions":[[764,61,764,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu9_","regions":[[765,23,765,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu10_","regions":[[765,55,765,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyF","regions":[[768,47,792,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu_","regions":[[786,23,786,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu0_","regions":[[786,53,786,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu1_","regions":[[787,23,787,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu2_","regions":[[787,54,787,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu3_","regions":[[788,23,788,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu4_","regions":[[788,49,788,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu5_","regions":[[789,23,789,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu6_","regions":[[789,61,789,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu7_","regions":[[790,23,790,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu8_","regions":[[790,48,790,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu9_","regions":[[791,23,791,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu10_","regions":[[791,55,791,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyF","regions":[[794,64,821,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu_","regions":[[812,23,812,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu0_","regions":[[812,53,812,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu1_","regions":[[813,23,813,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu2_","regions":[[813,54,813,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu3_","regions":[[815,23,815,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu4_","regions":[[815,63,815,108,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu5_","regions":[[817,13,817,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu6_","regions":[[817,56,817,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu7_","regions":[[820,24,820,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu8_","regions":[[820,52,820,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyF","regions":[[823,56,847,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu_","regions":[[843,23,843,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu0_","regions":[[843,57,843,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu1_","regions":[[844,23,844,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu2_","regions":[[844,46,844,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu3_","regions":[[846,23,846,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu4_","regions":[[846,48,846,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyF","regions":[[849,71,886,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu_","regions":[[852,13,852,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu0_","regions":[[853,13,853,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu1_","regions":[[854,13,854,43,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu2_","regions":[[857,13,857,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu3_","regions":[[858,13,858,22,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu4_","regions":[[859,13,859,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu5_","regions":[[862,13,862,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu6_","regions":[[863,13,863,20,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu7_","regions":[[864,13,864,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu8_","regions":[[867,13,867,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu9_","regions":[[868,13,868,20,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu10_","regions":[[869,13,869,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu11_","regions":[[872,13,872,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu12_","regions":[[873,13,873,21,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu13_","regions":[[874,13,874,43,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu14_","regions":[[877,13,877,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu15_","regions":[[878,13,878,18,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu16_","regions":[[879,13,879,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu17_","regions":[[882,13,882,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu18_","regions":[[883,13,883,17,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu19_","regions":[[884,13,884,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyF","regions":[[888,71,908,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSbyKXEfu_","regions":[[906,23,906,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSSyXEfu0_","regions":[[906,62,906,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSbyKXEfu1_","regions":[[907,24,907,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSSyXEfu2_","regions":[[907,52,907,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyF","regions":[[913,49,949,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu_","regions":[[931,13,931,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu0_","regions":[[932,13,932,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu1_","regions":[[935,13,935,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu2_","regions":[[936,13,936,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu3_","regions":[[939,13,939,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu4_","regions":[[940,13,940,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu5_","regions":[[946,13,946,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu6_","regions":[[947,13,947,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyF","regions":[[951,50,975,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSbyKXEfu_","regions":[[973,23,973,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSSyXEfu0_","regions":[[973,63,973,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSbyKXEfu1_","regions":[[974,23,974,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSSyXEfu2_","regions":[[974,51,974,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyF","regions":[[978,66,1004,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSbyKXEfu_","regions":[[995,13,995,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSSyXEfu0_","regions":[[996,13,996,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSbyKXEfu1_","regions":[[1001,13,1001,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSSyXEfu2_","regions":[[1002,13,1002,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyF","regions":[[1007,45,1036,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu_","regions":[[1028,23,1028,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu0_","regions":[[1028,51,1028,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu1_","regions":[[1029,23,1029,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu2_","regions":[[1029,58,1029,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu3_","regions":[[1030,23,1030,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu4_","regions":[[1030,48,1030,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu5_","regions":[[1031,23,1031,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu6_","regions":[[1031,47,1031,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu7_","regions":[[1034,23,1034,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu8_","regions":[[1034,56,1034,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu9_","regions":[[1035,23,1035,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu10_","regions":[[1035,60,1035,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyF","regions":[[1038,55,1068,6,1,0,0,0],[1055,95,1058,10,0,0,0,0],[1058,10,1068,6,1,0,0,0],[1065,31,1067,10,1,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSSshYbcfu_","regions":[[1053,54,1053,65,11,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU_","regions":[[1055,48,1055,88,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU_SbyKXEfu_","regions":[[1055,70,1055,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSS5IndexVyKXEfu0_","regions":[[1061,27,1061,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSS5IndexVyKXEfu1_","regions":[[1061,33,1061,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu2_","regions":[[1061,39,1061,91,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU0_","regions":[[1063,35,1063,57,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFypSgyKXEfu3_","regions":[[1064,25,1064,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu4_","regions":[[1064,35,1064,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbyKXEfu5_","regions":[[1066,27,1066,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu6_","regions":[[1066,48,1066,92,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13extractDefsrc33_8E9442AF8F270AE243C0AB9C3127A04BLL4fromS2S_tF","regions":[[1071,63,1076,6,2,0,0,0],[1072,60,1072,73,0,0,0,0],[1072,73,1075,49,2,0,0,0],[1074,54,1074,79,0,0,0,0],[1074,79,1075,49,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyF","regions":[[1079,62,1107,6,1,0,0,0],[1086,108,1088,10,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSb0aB6AppKit14RuleCollectionVXEfU_","regions":[[1086,54,1086,106,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSb0aB6AppKit14RuleCollectionVXEfU0_","regions":[[1093,50,1093,102,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFypSgyKXEfu_","regions":[[1094,25,1094,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu0_","regions":[[1094,43,1094,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu1_","regions":[[1095,23,1095,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu1_SbyKXEfu2_","regions":[[1095,54,1095,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu3_","regions":[[1095,61,1095,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSSgyKXEfu4_","regions":[[1096,24,1096,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSSgyKXEfu5_","regions":[[1096,65,1096,76,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu6_","regions":[[1096,78,1096,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu7_","regions":[[1100,13,1100,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu8_","regions":[[1101,13,1101,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu9_","regions":[[1104,13,1104,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu10_","regions":[[1105,13,1105,43,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyF","regions":[[1110,56,1129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSbyKXEfu_","regions":[[1126,23,1126,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSyXEfu0_","regions":[[1126,43,1126,110,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSSgyKXEfu1_","regions":[[1128,24,1128,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSSgyKXEfu2_","regions":[[1128,56,1128,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSyXEfu3_","regions":[[1128,69,1128,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C44testDefaultCatalogGeneratesValidKanataConfigyyYaKF","regions":[[1136,70,1140,6,1,0,0,0],[1138,50,1140,6,1,0,0,0],[1139,66,1140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C16findKanataBinary33_8E9442AF8F270AE243C0AB9C3127A04BLLSSyKF","regions":[[1143,54,1174,6,1,0,0,0],[1164,37,1168,10,2,0,0,0],[1165,16,1165,71,2,0,0,0],[1165,72,1167,14,1,0,0,0],[1167,14,1168,10,1,0,0,0],[1168,10,1173,13,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKF","regions":[[1176,86,1233,6,1,0,0,0],[1184,81,1233,6,1,0,0,0],[1196,26,1233,6,1,0,0,0],[1208,12,1208,42,1,0,0,0],[1208,43,1226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyKXEfu_","regions":[[1201,67,1201,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyKXEfu0_","regions":[[1202,71,1202,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSbyKXEfu1_","regions":[[1230,13,1230,100,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[1230,56,1230,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyXEfu3_","regions":[[1231,13,1231,52,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKF","regions":[[1235,55,1257,6,1,0,0,0],[1245,85,1257,6,1,0,0,0],[1248,42,1252,10,2,0,0,0],[1252,10,1257,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[1249,50,1249,80,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFypSgyKXEfu_","regions":[[1250,29,1250,34,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu0_","regions":[[1250,36,1250,79,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSSgyKXEfu1_","regions":[[1251,28,1251,41,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSSgyKXEfu2_","regions":[[1251,43,1251,58,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu3_","regions":[[1251,60,1251,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSiyKXEfu4_","regions":[[1254,13,1254,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSiyKXEfu5_","regions":[[1254,39,1254,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu6_","regions":[[1255,13,1255,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyF","regions":[[1262,62,1270,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu_","regions":[[1266,24,1266,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu0_","regions":[[1267,24,1267,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu1_","regions":[[1268,23,1268,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu2_","regions":[[1268,50,1268,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu3_","regions":[[1269,23,1269,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu4_","regions":[[1269,52,1269,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyF","regions":[[1273,65,1289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu_","regions":[[1285,24,1285,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu0_","regions":[[1286,24,1286,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu1_","regions":[[1287,23,1287,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu2_","regions":[[1287,50,1287,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu3_","regions":[[1288,23,1288,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu4_","regions":[[1288,52,1288,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKF","regions":[[1292,68,1305,6,1,0,0,0],[1296,73,1305,6,1,0,0,0],[1300,74,1305,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu_","regions":[[1301,23,1301,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu0_","regions":[[1301,51,1301,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu1_","regions":[[1302,23,1302,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu2_","regions":[[1302,53,1302,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu3_","regions":[[1303,24,1303,87,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu4_","regions":[[1304,24,1304,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKF","regions":[[1308,75,1322,6,1,0,0,0],[1310,12,1313,10,1,0,0,0],[1311,66,1313,10,0,0,0,0],[1313,43,1321,10,1,0,0,0],[1316,13,1318,14,1,0,0,0],[1318,20,1320,14,0,0,0,0],[1321,10,1322,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKFSbyKXEfu_","regions":[[1317,31,1317,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKFSSyXEfu0_","regions":[[1317,57,1317,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKF","regions":[[1325,79,1349,6,1,0,0,0],[1336,12,1339,10,1,0,0,0],[1337,78,1339,10,0,0,0,0],[1339,43,1348,10,1,0,0,0],[1342,13,1345,14,1,0,0,0],[1345,20,1347,14,0,0,0,0],[1348,10,1349,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSbyKXEfu_","regions":[[1343,31,1343,87,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[1343,60,1343,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSSyXEfu1_","regions":[[1344,31,1344,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKF","regions":[[1352,75,1368,6,1,0,0,0],[1362,72,1368,6,1,0,0,0],[1366,74,1368,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyKXEfu_","regions":[[1367,24,1367,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyKXEfu0_","regions":[[1367,33,1367,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyXEfu1_","regions":[[1367,47,1367,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF","regions":[[1372,61,1393,6,1,0,0,0],[1388,80,1393,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_","regions":[[1381,35,1386,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_yyYacfU_","regions":[[1382,18,1385,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFSbyKXEfu_","regions":[[1392,23,1392,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFSSyXEfu0_","regions":[[1392,30,1392,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF","regions":[[1395,63,1428,6,1,0,0,0],[1406,77,1428,6,1,0,0,0],[1423,45,1428,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_","regions":[[1416,35,1421,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_yyYacfU_","regions":[[1417,18,1420,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFSbyKXEfu_","regions":[[1427,23,1427,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFSSyXEfu0_","regions":[[1427,30,1427,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKF","regions":[[1430,67,1442,6,1,0,0,0],[1435,54,1442,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu_","regions":[[1433,24,1433,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu0_","regions":[[1438,13,1438,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSSyXEfu1_","regions":[[1439,13,1439,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu2_","regions":[[1441,24,1441,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSSyXEfu3_","regions":[[1441,48,1441,92,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C12extractLayer33_8E9442AF8F270AE243C0AB9C3127A04BLL5named4fromS2S_SStF","regions":[[1446,74,1457,6,3,0,0,0],[1448,57,1448,70,0,0,0,0],[1448,70,1457,6,3,0,0,0],[1450,48,1452,10,2,0,0,0],[1452,60,1454,10,0,0,0,0],[1454,16,1456,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C5valueSbvpfi","regions":[[1375,25,1375,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C7setTrueyyF","regions":[[1376,28,1376,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C3getSbyF","regions":[[1377,32,1377,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C5valueSbvpfi","regions":[[1410,25,1410,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C7setTrueyyF","regions":[[1411,28,1411,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C3getSbyF","regions":[[1412,32,1412,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C11testManager0aB6AppKit18RuntimeCoordinatorCvg","regions":[[11,48,11,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKF","regions":[[15,57,40,6,1,0,0,0],[23,10,40,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSbyKXEfu_","regions":[[32,23,32,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSSyXEfu0_","regions":[[32,52,32,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSbyKXEfu1_","regions":[[35,13,35,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSSyXEfu2_","regions":[[36,13,36,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C33testErrorHandlingPreservesUIStateyyYaF","regions":[[42,52,55,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C33testErrorHandlingPreservesUIStateyyYaFypSgyKXEfu_","regions":[[53,25,53,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKF","regions":[[59,51,83,6,1,0,0,0],[67,10,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKFSbyKXEfu_","regions":[[79,23,79,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKFSbyKXEfu0_","regions":[[80,23,80,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKF","regions":[[85,53,110,6,1,0,0,0],[105,31,107,10,3,0,0,0],[107,10,110,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_","regions":[[90,39,102,10,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_","regions":[[91,18,101,14,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_SbyKXEfu_","regions":[[99,31,99,62,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C26createTestRecordingSection33_7DDF8237756E412E2E7EA0DD3960BC17LL0aB6AppKit0iJ0VSgyF","regions":[[114,68,122,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaF","regions":[[129,54,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu_","regions":[[138,23,138,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu0_","regions":[[138,51,138,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu1_","regions":[[139,23,139,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu2_","regions":[[139,46,139,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu3_","regions":[[141,13,141,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu4_","regions":[[141,37,141,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyF","regions":[[148,38,171,6,1,0,0,0],[157,37,168,10,4,0,0,0],[168,10,171,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu_","regions":[[162,27,162,48,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSSyXEfu0_","regions":[[162,50,162,94,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_","regions":[[164,17,165,83,4,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu2_","regions":[[164,46,164,71,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu3_","regions":[[164,75,164,100,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu4_","regions":[[165,24,165,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu5_","regions":[[165,53,165,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSSyXEfu6_","regions":[[166,17,166,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyF","regions":[[8,32,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu_","regions":[[10,23,10,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu0_","regions":[[11,23,11,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu1_","regions":[[14,23,14,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu2_","regions":[[15,23,15,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu3_","regions":[[18,23,18,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu4_","regions":[[19,23,19,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu5_","regions":[[20,23,20,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu6_","regions":[[21,23,21,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu7_","regions":[[24,23,24,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu8_","regions":[[25,23,25,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu9_","regions":[[26,23,26,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu10_","regions":[[27,23,27,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu11_","regions":[[28,23,28,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu12_","regions":[[29,23,29,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu13_","regions":[[32,23,32,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu14_","regions":[[33,23,33,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu15_","regions":[[34,23,34,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu16_","regions":[[35,23,35,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu17_","regions":[[36,23,36,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu18_","regions":[[39,23,39,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu19_","regions":[[40,23,40,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu20_","regions":[[41,23,41,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu21_","regions":[[42,23,42,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu22_","regions":[[43,23,43,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu23_","regions":[[44,23,44,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyF","regions":[[47,32,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu_","regions":[[49,23,49,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu0_","regions":[[50,23,50,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu1_","regions":[[51,23,51,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu2_","regions":[[52,23,52,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu3_","regions":[[53,23,53,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu4_","regions":[[54,23,54,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu5_","regions":[[55,23,55,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu6_","regions":[[56,23,56,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu7_","regions":[[57,23,57,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu8_","regions":[[58,23,58,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu9_","regions":[[59,23,59,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyF","regions":[[62,28,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu_","regions":[[63,24,63,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu0_","regions":[[64,24,64,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu1_","regions":[[65,24,65,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu2_","regions":[[66,24,66,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyF","regions":[[69,42,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu_","regions":[[70,23,70,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu0_","regions":[[71,23,71,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu1_","regions":[[72,23,72,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu2_","regions":[[73,23,73,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyF","regions":[[76,37,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu_","regions":[[77,23,77,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu0_","regions":[[78,23,78,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu1_","regions":[[79,23,79,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu2_","regions":[[80,23,80,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu3_","regions":[[81,23,81,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu4_","regions":[[82,23,82,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyF","regions":[[85,39,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyFSbyKXEfu_","regions":[[86,24,86,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyFSbyKXEfu0_","regions":[[87,24,87,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyF","regions":[[92,29,109,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu_","regions":[[94,24,94,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu0_","regions":[[94,70,94,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu1_","regions":[[95,24,95,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu2_","regions":[[95,67,95,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu3_","regions":[[96,24,96,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu4_","regions":[[96,67,96,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu5_","regions":[[97,24,97,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu6_","regions":[[97,68,97,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu7_","regions":[[98,24,98,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu8_","regions":[[98,69,98,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu9_","regions":[[99,24,99,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu10_","regions":[[99,71,99,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu11_","regions":[[102,24,102,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu12_","regions":[[102,66,102,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu13_","regions":[[103,24,103,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu14_","regions":[[103,65,103,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu15_","regions":[[104,24,104,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu16_","regions":[[104,64,104,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu17_","regions":[[107,24,107,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu18_","regions":[[107,66,107,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu19_","regions":[[108,24,108,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu20_","regions":[[108,65,108,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C22testValidateEmptyInputyyF","regions":[[113,35,118,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C22testValidateEmptyInputyyFSbyKXEfu_","regions":[[117,23,117,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateEmptyOutputyyF","regions":[[120,36,125,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateEmptyOutputyyFSbyKXEfu_","regions":[[124,23,124,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyF","regions":[[127,40,137,6,1,0,0,0],[132,58,134,10,1,0,0,0],[134,16,136,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSiyKXEfu_","regions":[[131,24,131,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSiyKXEfu0_","regions":[[131,38,131,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSSyKXEfu1_","regions":[[133,28,133,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSSyKXEfu2_","regions":[[133,33,133,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyF","regions":[[139,41,149,6,1,0,0,0],[144,59,146,10,1,0,0,0],[146,16,148,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSiyKXEfu_","regions":[[143,24,143,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSiyKXEfu0_","regions":[[143,38,143,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSSyKXEfu1_","regions":[[145,28,145,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSSyKXEfu2_","regions":[[145,33,145,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateSelfMappingyyF","regions":[[151,36,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateSelfMappingyyFSbyKXEfu_","regions":[[155,23,155,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C32testValidateSelfMappingWithAliasyyF","regions":[[158,45,164,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C32testValidateSelfMappingWithAliasyyFSbyKXEfu_","regions":[[163,23,163,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C017testValidateValidE0yyF","regions":[[166,34,171,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C017testValidateValidE0yyFSbyKXEfu_","regions":[[170,23,170,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE19WithMultipleOutputsyyF","regions":[[173,48,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE19WithMultipleOutputsyyFSbyKXEfu_","regions":[[177,23,177,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyF","regions":[[180,54,190,6,1,0,0,0],[185,59,187,10,1,0,0,0],[187,16,189,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSiyKXEfu_","regions":[[184,24,184,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSiyKXEfu0_","regions":[[184,38,184,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSSyKXEfu1_","regions":[[186,28,186,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSSyKXEfu2_","regions":[[186,33,186,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyF","regions":[[194,34,208,6,1,0,0,0],[203,50,205,10,1,0,0,0],[205,16,207,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFypSgyKXEfu_","regions":[[202,25,202,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFSSyKXEfu0_","regions":[[204,28,204,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFSSyKXEfu1_","regions":[[204,33,204,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C30testConflictDetectionWithAliasyyF","regions":[[210,43,220,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C30testConflictDetectionWithAliasyyFypSgyKXEfu_","regions":[[219,25,219,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testNoConflictWithDisabledE0yyF","regions":[[222,43,231,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testNoConflictWithDisabledE0yyFypSgyKXEfu_","regions":[[230,22,230,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testNoConflictWithSameIdyyF","regions":[[233,37,244,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testNoConflictWithSameIdyyFypSgyKXEfu_","regions":[[243,22,243,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testNoConflictWithDifferentKeysyyF","regions":[[246,44,255,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testNoConflictWithDifferentKeysyyFypSgyKXEfu_","regions":[[254,22,254,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyF","regions":[[257,58,269,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyFSbyKXEfu_","regions":[[265,23,268,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyFSbyKXEfu_Sb0aB6AppKit0deF0O15ValidationErrorOXEfU_","regions":[[265,39,268,10,1,0,0,0],[266,39,266,54,1,0,0,0],[266,54,267,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyF","regions":[[273,41,280,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu_","regions":[[277,23,277,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu0_","regions":[[278,23,278,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu1_","regions":[[279,23,279,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testSuggestionsForPrefixyyF","regions":[[282,37,286,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testSuggestionsForPrefixyyFSbyKXEfu_","regions":[[285,23,285,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyF","regions":[[288,42,296,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu_","regions":[[291,23,291,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu0_","regions":[[292,23,292,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu1_","regions":[[293,23,293,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu2_","regions":[[294,23,294,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu3_","regions":[[295,23,295,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyF","regions":[[298,48,309,6,1,0,0,0],[304,9,308,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyFypSgyKXEfu_","regions":[[306,29,306,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyFypSgyKXEfu0_","regions":[[307,29,307,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyF","regions":[[313,42,318,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyFSSSgyKXEfu_","regions":[[317,24,317,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyFSSSgyKXEfu0_","regions":[[317,36,317,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyF","regions":[[320,49,324,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyFSSSgyKXEfu_","regions":[[323,24,323,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyFSSSgyKXEfu0_","regions":[[323,36,323,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testSuggestCorrectionForNoMatchyyF","regions":[[326,44,330,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testSuggestCorrectionForNoMatchyyFypSgyKXEfu_","regions":[[329,22,329,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyF","regions":[[334,34,338,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyFSaySSGyKXEfu_","regions":[[337,24,337,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyFSaySSGyKXEfu0_","regions":[[337,32,337,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyF","regions":[[340,37,344,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyFSaySSGyKXEfu_","regions":[[343,24,343,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyFSaySSGyKXEfu0_","regions":[[343,32,343,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyF","regions":[[346,47,350,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyFSaySSGyKXEfu_","regions":[[349,24,349,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyFSaySSGyKXEfu0_","regions":[[349,32,349,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testTokenizeEmptyStringyyF","regions":[[352,36,356,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testTokenizeEmptyStringyyFSbyKXEfu_","regions":[[355,23,355,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyF","regions":[[7,57,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu_","regions":[[15,24,15,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu0_","regions":[[15,36,15,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu1_","regions":[[16,24,16,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu2_","regions":[[16,37,16,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu3_","regions":[[17,24,17,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu4_","regions":[[17,36,17,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFypSgyKXEfu5_","regions":[[18,22,18,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyF","regions":[[21,47,31,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyFSbyKXEfu_","regions":[[30,23,30,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyFSSyXEfu0_","regions":[[30,39,30,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyF","regions":[[33,47,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSbyKXEfu_","regions":[[42,23,45,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSbyKXEfu_Sb0aB6AppKit0dI9ValidatorO15ValidationErrorOXEfU_","regions":[[42,39,45,10,1,0,0,0],[43,46,43,61,1,0,0,0],[43,61,44,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSSyXEfu0_","regions":[[45,12,45,65,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C14setUpWithErroryyKF","regions":[[9,43,14,6,3,0,0,0],[12,102,14,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C17tearDownWithErroryyKF","regions":[[16,46,22,6,3,0,0,0],[17,30,19,10,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaF","regions":[[24,54,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaFSbyKXEfu_","regions":[[26,23,26,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[29,50,44,6,1,0,0,0],[41,41,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKFSay0aB6AppKit0D4RuleVGyKXEfu_","regions":[[43,24,43,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKFSay0aB6AppKit0D4RuleVGyKXEfu0_","regions":[[43,32,43,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKF","regions":[[46,62,52,6,1,0,0,0],[48,73,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKFSbyKXEfu_","regions":[[51,23,51,37,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C5setUpyyYaKF","regions":[[12,40,16,6,17,0,0,0],[13,32,16,6,17,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C8tearDownyyYaKF","regions":[[19,43,23,6,17,0,0,0],[22,35,23,6,17,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF","regions":[[27,40,38,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSiyKXEfu_","regions":[[33,24,33,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSiyKXEfu0_","regions":[[33,43,33,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSSyKXEfu1_","regions":[[34,24,34,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSSyKXEfu2_","regions":[[34,46,34,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[35,24,35,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[35,49,35,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[36,24,36,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[36,49,36,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSbyKXEfu7_","regions":[[37,24,37,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF","regions":[[40,43,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSiyKXEfu_","regions":[[46,24,46,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSiyKXEfu0_","regions":[[46,43,46,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSSyKXEfu1_","regions":[[47,24,47,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSSyKXEfu2_","regions":[[47,46,47,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[48,24,48,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[48,49,48,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[49,24,49,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[49,49,49,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSbyKXEfu7_","regions":[[50,23,50,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF","regions":[[53,39,64,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSiyKXEfu_","regions":[[59,24,59,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSiyKXEfu0_","regions":[[59,43,59,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSSyKXEfu1_","regions":[[60,24,60,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSSyKXEfu2_","regions":[[60,46,60,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[61,24,61,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[61,49,61,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[62,24,62,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[62,49,62,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSbyKXEfu7_","regions":[[63,24,63,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF","regions":[[66,32,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSiyKXEfu_","regions":[[72,24,72,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSiyKXEfu0_","regions":[[72,43,72,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSSyKXEfu1_","regions":[[73,24,73,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSSyKXEfu2_","regions":[[73,46,73,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[74,24,74,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[74,49,74,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[75,24,75,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[75,49,75,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSbyKXEfu7_","regions":[[76,23,76,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF","regions":[[79,32,90,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSiyKXEfu_","regions":[[85,24,85,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSiyKXEfu0_","regions":[[85,43,85,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSSyKXEfu1_","regions":[[86,24,86,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSSyKXEfu2_","regions":[[86,46,86,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[87,24,87,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[87,49,87,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[88,24,88,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[88,49,88,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSbyKXEfu7_","regions":[[89,24,89,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF","regions":[[92,52,103,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSiyKXEfu_","regions":[[98,24,98,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSiyKXEfu0_","regions":[[98,43,98,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSSyKXEfu1_","regions":[[99,24,99,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSSyKXEfu2_","regions":[[99,46,99,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[100,24,100,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[100,49,100,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[101,24,101,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[101,49,101,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSbyKXEfu7_","regions":[[102,23,102,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF","regions":[[105,41,116,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSiyKXEfu_","regions":[[111,24,111,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSiyKXEfu0_","regions":[[111,43,111,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSSyKXEfu1_","regions":[[112,24,112,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSSyKXEfu2_","regions":[[112,46,112,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[113,24,113,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[113,49,113,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[114,24,114,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[114,49,114,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSbyKXEfu7_","regions":[[115,24,115,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF","regions":[[118,57,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSiyKXEfu_","regions":[[124,24,124,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSiyKXEfu0_","regions":[[124,43,124,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSSyKXEfu1_","regions":[[125,24,125,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSSyKXEfu2_","regions":[[125,46,125,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[126,24,126,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[126,49,126,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[127,24,127,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[127,49,127,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSbyKXEfu7_","regions":[[128,24,128,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF","regions":[[131,40,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSiyKXEfu_","regions":[[137,24,137,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSiyKXEfu0_","regions":[[137,43,137,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSSyKXEfu1_","regions":[[138,24,138,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSSyKXEfu2_","regions":[[138,46,138,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[139,24,139,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[139,49,139,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[140,24,140,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[140,49,140,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSbyKXEfu7_","regions":[[141,24,141,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testCheckProcessConflictsReturnsNonNilResultyyYaF","regions":[[146,63,153,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testCheckProcessConflictsReturnsNonNilResultyyYaFypSgyKXEfu_","regions":[[152,25,152,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF","regions":[[157,45,164,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSiyKXEfu_","regions":[[160,24,160,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSiyKXEfu0_","regions":[[160,43,160,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSSyKXEfu1_","regions":[[161,24,161,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSSyKXEfu2_","regions":[[161,46,161,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[162,24,162,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[162,49,162,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[163,24,163,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[163,49,163,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF","regions":[[166,56,184,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSiyKXEfu_","regions":[[179,37,179,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSiyKXEfu0_","regions":[[179,56,179,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[180,49,180,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFypSgyKXEfu1_","regions":[[181,25,181,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[182,24,182,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[182,51,182,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[183,24,183,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[183,51,183,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF","regions":[[186,56,205,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSiyKXEfu_","regions":[[199,37,199,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSiyKXEfu0_","regions":[[199,56,199,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[200,49,200,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFypSgyKXEfu1_","regions":[[201,25,201,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[202,24,202,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[202,51,202,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[203,24,203,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[203,51,203,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSbyKXEfu6_","regions":[[204,23,204,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSbyKXEfu6_SbyKXEfu7_","regions":[[204,54,204,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF","regions":[[207,53,225,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSiyKXEfu_","regions":[[220,37,220,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSiyKXEfu0_","regions":[[220,56,220,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[221,46,221,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFypSgyKXEfu1_","regions":[[222,25,222,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[223,24,223,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[223,48,223,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[224,24,224,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[224,48,224,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaF","regions":[[227,50,241,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaFSiyKXEfu_","regions":[[240,24,240,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaFSiyKXEfu0_","regions":[[240,43,240,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyF","regions":[[245,41,250,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu_","regions":[[246,24,246,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu0_","regions":[[246,55,246,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu1_","regions":[[247,24,247,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu2_","regions":[[247,58,247,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu3_","regions":[[248,24,248,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu4_","regions":[[248,56,248,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu5_","regions":[[249,24,249,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu6_","regions":[[249,59,249,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyF","regions":[[252,44,258,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu_","regions":[[253,24,253,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu0_","regions":[[253,67,253,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu1_","regions":[[254,24,254,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu2_","regions":[[254,65,254,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu3_","regions":[[255,24,255,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu4_","regions":[[255,61,255,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu5_","regions":[[256,24,256,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu6_","regions":[[256,60,256,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu7_","regions":[[257,24,257,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu8_","regions":[[257,62,257,72,1,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C7manager0aB6AppKit18RuntimeCoordinatorCvg","regions":[[8,44,8,51,13,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C7capture0aB6AppKit15KeyboardCaptureCvg","regions":[[9,41,9,48,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKF","regions":[[13,47,41,6,1,0,0,0],[29,43,40,10,11,0,0,0],[40,10,41,6,1,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFyyKXEfu_","regions":[[32,17,38,20,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFyyKXEfu_yyXEfU_","regions":[[32,17,38,18,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFSSyXEfu0_","regions":[[38,22,38,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKF","regions":[[43,50,66,6,1,0,0,0],[59,39,65,10,11,0,0,0],[65,10,66,6,1,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSbyKXEfu_","regions":[[61,28,61,45,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSSyXEfu0_","regions":[[61,47,61,96,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSbyKXEfu1_","regions":[[64,28,64,44,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSSyXEfu2_","regions":[[64,46,64,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKF","regions":[[68,46,88,6,1,0,0,0],[81,37,87,10,8,0,0,0],[87,10,88,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSbyKXEfu_","regions":[[85,28,85,45,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSSyXEfu0_","regions":[[85,47,85,88,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSbyKXEfu1_","regions":[[86,28,86,44,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSSyXEfu2_","regions":[[86,46,86,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKF","regions":[[90,46,110,6,1,0,0,0],[101,40,109,10,6,0,0,0],[109,10,110,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu_","regions":[[103,28,103,42,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSSyXEfu0_","regions":[[103,44,103,88,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_","regions":[[105,17,106,95,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[105,44,105,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_SbyKXEfu3_","regions":[[106,24,106,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSSyXEfu4_","regions":[[107,17,107,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKF","regions":[[114,62,146,6,1,0,0,0],[127,50,145,10,8,0,0,0],[145,10,146,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu_","regions":[[132,27,132,53,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu0_","regions":[[132,55,132,106,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu1_","regions":[[133,27,133,53,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu2_","regions":[[133,55,133,106,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu3_","regions":[[135,17,135,45,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu4_","regions":[[135,47,135,100,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSiyKXEfu5_","regions":[[142,17,142,27,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSiyKXEfu6_","regions":[[142,29,142,40,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu7_","regions":[[143,17,143,116,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKF","regions":[[148,57,177,6,1,0,0,0],[162,47,176,10,9,0,0,0],[176,10,177,6,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSbyKXEfu_","regions":[[167,27,167,53,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSSyXEfu0_","regions":[[167,55,167,106,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSiyKXEfu1_","regions":[[173,17,173,27,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSiyKXEfu2_","regions":[[173,29,173,40,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSSyXEfu3_","regions":[[174,17,174,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKF","regions":[[179,52,217,6,1,0,0,0],[190,40,216,10,21,0,0,0],[216,10,217,6,1,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSbyKXEfu_","regions":[[198,17,198,48,21,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu0_","regions":[[198,50,198,99,0,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSbyKXEfu1_","regions":[[201,17,201,49,21,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu2_","regions":[[201,51,201,101,0,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu3_","regions":[[208,17,208,32,21,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu4_","regions":[[208,34,208,50,21,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu5_","regions":[[208,52,208,104,0,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu6_","regions":[[214,17,214,33,21,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu7_","regions":[[214,35,214,52,21,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu8_","regions":[[214,54,214,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKF","regions":[[221,54,236,6,1,0,0,0],[223,12,226,10,1,0,0,0],[224,71,226,10,0,0,0,0],[226,17,235,10,1,0,0,0],[235,10,236,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_","regions":[[230,17,232,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[230,49,230,77,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu1_","regions":[[231,24,231,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu2_","regions":[[231,60,231,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu3_","regions":[[232,24,232,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu4_","regions":[[232,59,232,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSSyXEfu5_","regions":[[233,17,233,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKF","regions":[[238,59,254,6,1,0,0,0],[240,12,243,10,1,0,0,0],[241,53,243,10,1,0,0,0],[243,17,253,10,0,0,0,0],[253,10,254,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu_","regions":[[246,28,246,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSSyXEfu0_","regions":[[246,47,246,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_","regions":[[248,17,250,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[248,49,248,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu3_","regions":[[249,24,249,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu4_","regions":[[249,59,249,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu5_","regions":[[250,24,250,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSSyXEfu6_","regions":[[251,17,251,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKF","regions":[[256,63,286,6,1,0,0,0],[266,39,277,10,10,0,0,0],[277,10,286,6,1,0,0,0],[282,29,285,10,10,0,0,0],[285,10,286,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFyyYacfU_","regions":[[267,18,276,14,10,0,0,0],[268,20,270,18,10,0,0,0],[269,105,270,18,0,0,0,0],[270,25,274,18,10,0,0,0],[274,18,276,14,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFyyYacfU_yyXEfU_","regions":[[271,37,273,22,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFSbyKXEfu_","regions":[[284,28,284,45,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFSSyXEfu0_","regions":[[284,47,284,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKF","regions":[[290,51,305,6,1,0,0,0],[292,36,304,10,100,0,0,0],[304,10,305,6,1,0,0,0]]},{"branches":[],"count":100,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKFSbyKXEfu_","regions":[[301,17,301,43,100,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKFSSyXEfu0_","regions":[[302,17,302,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKF","regions":[[307,52,326,6,1,0,0,0],[312,27,317,10,20,0,0,0],[317,10,326,6,1,0,0,0],[320,27,323,10,20,0,0,0],[323,10,326,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFySScfU_","regions":[[313,34,315,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFyycfU0_","regions":[[321,46,321,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFSbyKXEfu_","regions":[[325,23,325,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFSSyXEfu0_","regions":[[325,29,325,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKF","regions":[[330,43,345,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu_","regions":[[335,59,335,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu0_","regions":[[338,13,338,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu0_SbyKXEfu1_","regions":[[338,26,338,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu2_","regions":[[338,39,338,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu3_","regions":[[340,23,340,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu4_","regions":[[340,53,340,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu5_","regions":[[343,24,343,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu6_","regions":[[343,44,343,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu7_","regions":[[344,24,344,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu8_","regions":[[344,51,344,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKF","regions":[[347,60,357,6,1,0,0,0],[349,12,352,10,1,0,0,0],[350,81,352,10,0,0,0,0],[352,17,356,10,1,0,0,0],[356,10,357,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKFSbyKXEfu_","regions":[[355,28,355,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKFSSyXEfu0_","regions":[[355,47,355,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKF","regions":[[361,56,393,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu_","regions":[[368,23,368,66,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu_SbyKXEfu0_","regions":[[368,46,368,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu1_","regions":[[368,68,368,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu2_","regions":[[370,13,370,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu2_SbyKXEfu3_","regions":[[370,43,370,70,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu4_","regions":[[371,13,371,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu5_","regions":[[374,13,374,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu5_SbyKXEfu6_","regions":[[374,46,374,76,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu7_","regions":[[375,13,375,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu8_","regions":[[380,24,380,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu9_","regions":[[380,40,380,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu10_","regions":[[391,13,391,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu11_","regions":[[391,45,391,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKF","regions":[[395,53,408,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu_","regions":[[399,13,399,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[399,43,399,70,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSSyXEfu1_","regions":[[400,13,400,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu2_","regions":[[405,13,405,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[405,51,405,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSSyXEfu4_","regions":[[406,13,406,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKF","regions":[[412,56,426,6,1,0,0,0],[423,42,425,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSbyKXEfu_","regions":[[420,23,420,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSSyXEfu0_","regions":[[420,29,420,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSbyKXEfu1_","regions":[[424,28,424,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSSyXEfu2_","regions":[[424,43,424,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKF","regions":[[430,55,458,6,1,0,0,0],[443,40,457,10,8,0,0,0],[448,16,448,31,8,0,0,0],[450,13,456,14,8,0,0,0],[457,10,458,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu_","regions":[[445,28,445,44,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSSyXEfu0_","regions":[[445,46,445,89,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu1_","regions":[[453,21,453,67,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[453,48,453,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSSyXEfu3_","regions":[[454,21,454,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKF","regions":[[460,54,479,6,1,0,0,0],[469,37,478,10,16,0,0,0],[478,10,479,6,1,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu_","regions":[[471,28,471,42,16,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSSyXEfu0_","regions":[[471,44,471,86,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu1_","regions":[[475,17,475,59,16,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[475,43,475,59,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSSyXEfu3_","regions":[[476,17,476,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKF","regions":[[483,46,504,6,1,0,0,0],[492,42,503,10,4,0,0,0],[503,10,504,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyKXEfu_","regions":[[498,28,498,35,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyKXEfu0_","regions":[[498,37,498,44,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu1_","regions":[[498,46,498,96,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSbyKXEfu2_","regions":[[501,27,501,54,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu3_","regions":[[501,56,501,86,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSbyKXEfu4_","regions":[[502,27,502,54,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu5_","regions":[[502,56,502,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKF","regions":[[506,46,531,6,1,0,0,0],[513,35,530,10,50,0,0,0],[530,10,531,6,1,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSSiXEfU_","regions":[[508,43,511,10,50,0,0,0]]},{"branches":[],"count":236,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSSiXEfU_SJSiXEfU_","regions":[[510,64,510,95,236,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu_","regions":[[518,27,518,53,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu0_","regions":[[518,55,518,99,0,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu1_","regions":[[519,27,519,53,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu2_","regions":[[519,55,519,99,0,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu3_","regions":[[520,27,520,55,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu4_","regions":[[520,57,520,103,0,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu5_","regions":[[522,17,522,61,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu6_","regions":[[523,17,523,76,0,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSiyKXEfu7_","regions":[[529,28,529,38,50,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSiyKXEfu8_","regions":[[529,40,529,51,50,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu9_","regions":[[529,53,529,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyF","regions":[[8,42,33,6,1,0,0,0],[21,12,21,26,1,0,0,0],[21,27,26,10,1,0,0,0],[26,16,32,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFSbyKXEfu_","regions":[[19,20,19,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFyyKXEfu0_","regions":[[23,30,23,84,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFyyKXEfu1_","regions":[[28,34,28,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFys5Error_pXEfU_","regions":[[28,90,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFys5Error_pXEfU_ypSgyKXEfu_","regions":[[30,33,30,38,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaF","regions":[[35,33,59,6,1,0,0,0],[51,12,51,54,1,0,0,0],[51,69,53,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu_","regions":[[48,27,48,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu0_","regions":[[48,47,48,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSbyKXEfu1_","regions":[[52,27,52,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSSyXEfu2_","regions":[[52,41,52,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu3_","regions":[[58,30,58,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu4_","regions":[[58,53,58,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C013testProtectedB9DetectionyyF","regions":[[61,39,87,6,1,0,0,0],[69,36,86,10,3,0,0,0],[73,16,73,60,3,0,0,0],[73,61,85,14,3,0,0,0],[77,20,77,31,3,0,0,0],[77,32,79,18,1,0,0,0],[79,24,81,18,2,0,0,0],[86,10,87,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C013testProtectedB9DetectionyyFSbyKXEfu_","regions":[[84,31,84,35,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyF","regions":[[91,40,113,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSSgyKXEfu_","regions":[[103,24,103,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSSgyKXEfu0_","regions":[[103,38,103,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSdyKXEfu1_","regions":[[104,30,104,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSdyKXEfu2_","regions":[[104,43,104,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSbyKXEfu3_","regions":[[108,23,108,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSyXEfu4_","regions":[[108,32,108,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyF","regions":[[115,36,130,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSdyKXEfu_","regions":[[125,30,125,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSdyKXEfu0_","regions":[[125,48,125,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSSyXEfu1_","regions":[[125,53,125,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyF","regions":[[134,37,148,6,1,0,0,0],[143,51,147,10,4,0,0,0],[147,10,148,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSdyKXEfu_","regions":[[140,24,140,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSdyKXEfu0_","regions":[[140,44,140,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSSyXEfu1_","regions":[[140,49,140,89,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu2_","regions":[[145,41,145,54,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu3_","regions":[[145,56,145,57,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu4_","regions":[[146,38,146,51,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu5_","regions":[[146,53,146,54,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testFDACheckPerformanceyyF","regions":[[152,36,162,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testFDACheckPerformanceyyFyyXEfU_","regions":[[154,17,161,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests010FacadeLintC0C43testAppKitSourcesDoNotBypassInstallerEngineyyKF","regions":[[5,63,22,6,1,0,0,0],[19,12,19,31,1,0,0,0],[19,32,21,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests010FacadeLintC0C39testDirectAXChecksAreLimitedToAllowlistyyKF","regions":[[24,59,36,6,1,0,0,0],[33,12,33,31,1,0,0,0],[33,32,35,10,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_62B51328785D9996BA1553E2A8A1086ELL4file10Foundation3URLVs12StaticStringV_tF","regions":[[41,68,48,2,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests11findPattern33_62B51328785D9996BA1553E2A8A1086ELL_2in9allowListSaySSGSS_10Foundation3URLVAFtF","regions":[[50,97,66,2,2,0,0,0],[51,112,53,6,0,0,0,0],[53,6,65,16,2,0,0,0],[56,47,64,6,1134,0,0,0],[57,53,57,65,216,0,0,0],[57,65,64,6,918,0,0,0],[58,12,58,42,918,0,0,0],[58,43,58,55,9,0,0,0],[58,55,64,6,909,0,0,0],[59,85,59,97,0,0,0,0],[59,97,64,6,909,0,0,0],[61,76,63,10,238967,0,0,0],[63,10,64,6,909,0,0,0],[64,6,65,16,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C8tearDownyyYaKF","regions":[[6,43,11,6,2,0,0,0],[10,35,11,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyF","regions":[[13,49,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbycfU_","regions":[[17,47,20,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbyKXEfu_","regions":[[25,24,25,25,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbyKXEfu0_","regions":[[26,24,26,25,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSiyKXEfu1_","regions":[[27,24,27,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSiyKXEfu2_","regions":[[27,36,27,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSSyXEfu3_","regions":[[27,39,27,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyF","regions":[[30,37,50,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbycfU_","regions":[[35,47,38,10,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu_","regions":[[40,24,40,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu0_","regions":[[41,24,41,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu1_","regions":[[41,36,41,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu2_","regions":[[44,23,44,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu3_","regions":[[45,24,45,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu4_","regions":[[45,36,45,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSSyXEfu5_","regions":[[45,39,45,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu6_","regions":[[48,23,48,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu7_","regions":[[49,24,49,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu8_","regions":[[49,36,49,37,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C5setUpyyYaKF","regions":[[9,40,12,6,5,0,0,0],[10,32,12,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C8tearDownyyYaKF","regions":[[14,43,21,6,5,0,0,0],[15,35,21,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyF","regions":[[23,83,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSaySSGSgycfU_","regions":[[24,59,31,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSSSgyKXEfu_","regions":[[34,24,34,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSSSgyKXEfu0_","regions":[[34,38,34,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFShySSGyKXEfu1_","regions":[[37,13,37,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFShySSGyKXEfu2_","regions":[[38,13,41,15,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaF","regions":[[45,62,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSaySSGSgycfU_","regions":[[46,59,51,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFyyYacfU0_","regions":[[54,31,54,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFyyYacfU1_","regions":[[55,31,55,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaF0aB6AppKit0dE0C06LegacyH6ResultOSbYacfU2_","regions":[[56,42,56,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyYacfU3_","regions":[[57,29,57,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyYacfU4_","regions":[[60,57,60,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu_","regions":[[63,23,63,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu0_","regions":[[65,13,67,14,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu0_SbSSXEfU5_","regions":[[65,56,67,14,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaF","regions":[[70,59,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSaySSGSgycfU_","regions":[[71,59,71,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaF0aB6AppKit22CommandExecutionResultVSS_SStcfU0_","regions":[[73,69,75,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFyyYacfU1_","regions":[[80,31,80,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFyyYacfU2_","regions":[[81,31,81,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyYacfU3_","regions":[[82,29,86,14,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyYacfU4_","regions":[[89,57,89,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu_","regions":[[92,24,92,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu0_","regions":[[94,13,94,105,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu0_SbSSXEfU5_","regions":[[94,56,94,105,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSSyXEfu1_","regions":[[95,13,95,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaF","regions":[[99,63,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSaySSGSgycfU_","regions":[[100,59,100,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFyyYacfU0_","regions":[[107,31,107,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFyyYacfU1_","regions":[[108,31,108,33,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyYacfU2_","regions":[[109,29,113,14,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyYacfU3_","regions":[[116,57,116,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu_","regions":[[119,23,119,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu0_","regions":[[121,13,121,105,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu0_SbSS7command_SS11descriptiont_tXEfU4_","regions":[[121,44,121,105,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu1_","regions":[[124,13,126,14,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu1_SbSSXEfU5_","regions":[[124,56,126,14,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaF","regions":[[130,62,145,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSaySSGSgycfU_","regions":[[131,59,131,92,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFyyYacfU0_","regions":[[133,31,133,33,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFyyYacfU1_","regions":[[134,31,134,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaF0aB6AppKit0dE0C06LegacyH6ResultOSbYacfU2_","regions":[[135,42,135,59,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyYacfU3_","regions":[[136,29,136,37,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyYacfU4_","regions":[[139,57,139,65,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyKXEfu_","regions":[[142,23,142,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyKXEfu0_","regions":[[144,23,144,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C5setUpyyF","regions":[[9,27,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C8tearDownyyF","regions":[[14,30,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaF","regions":[[19,88,42,6,1,0,0,0],[31,12,34,10,1,0,0,0],[32,59,34,10,0,0,0,0],[34,17,41,10,1,0,0,0],[41,10,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[26,42,28,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSbyKXEfu_","regions":[[38,17,38,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSSyXEfu0_","regions":[[38,63,38,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSbyKXEfu1_","regions":[[40,27,40,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSSyXEfu2_","regions":[[40,62,40,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16FakeSMAppService33_26B68CD1A54B88EAC483045C42814BAALLV8registeryyKF","regions":[[50,28,50,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16FakeSMAppService33_26B68CD1A54B88EAC483045C42814BAALLV10unregisteryyYaKF","regions":[[51,36,51,38,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKF","regions":[[12,55,34,6,1,0,0,0],[17,80,34,6,1,0,0,0],[18,80,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyKXEfu_","regions":[[21,13,21,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyKXEfu0_","regions":[[22,13,22,26,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyXEfu1_","regions":[[23,13,32,16,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_67AEE7351006523FBA9A81DDB8C2DB15LL4file10Foundation3URLVs12StaticStringV_tF","regions":[[39,68,46,2,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyF","regions":[[9,45,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyFSSSgyKXEfu_","regions":[[11,24,11,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyFSSSgyKXEfu0_","regions":[[11,32,11,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyF","regions":[[14,50,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyFSSSgyKXEfu_","regions":[[16,24,16,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyFSSSgyKXEfu0_","regions":[[16,32,16,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyF","regions":[[19,45,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyFSSSgyKXEfu_","regions":[[21,24,21,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyFSSSgyKXEfu0_","regions":[[21,32,21,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyF","regions":[[24,39,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyFSSSgyKXEfu_","regions":[[26,24,26,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyFSSSgyKXEfu0_","regions":[[26,32,26,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyF","regions":[[29,54,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyFSSSgyKXEfu_","regions":[[31,24,31,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyFSSSgyKXEfu0_","regions":[[31,32,31,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyF","regions":[[36,48,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyFSSSgyKXEfu_","regions":[[38,24,38,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyFSSSgyKXEfu0_","regions":[[38,32,38,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyF","regions":[[41,50,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyFSSSgyKXEfu_","regions":[[43,24,43,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyFSSSgyKXEfu0_","regions":[[43,32,43,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyF","regions":[[46,44,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyFSSSgyKXEfu_","regions":[[48,24,48,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyFSSSgyKXEfu0_","regions":[[48,32,48,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyF","regions":[[51,46,54,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyFSSSgyKXEfu_","regions":[[53,24,53,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyFSSSgyKXEfu0_","regions":[[53,32,53,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyF","regions":[[56,40,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyFSSSgyKXEfu_","regions":[[58,24,58,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyFSSSgyKXEfu0_","regions":[[58,32,58,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyF","regions":[[61,45,64,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyFSSSgyKXEfu_","regions":[[63,24,63,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyFSSSgyKXEfu0_","regions":[[63,32,63,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyF","regions":[[66,45,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyFSSSgyKXEfu_","regions":[[68,24,68,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyFSSSgyKXEfu0_","regions":[[68,32,68,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyF","regions":[[71,45,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyFSSSgyKXEfu_","regions":[[73,24,73,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyFSSSgyKXEfu0_","regions":[[73,32,73,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C40testSystemActionSymbol_unknownReturnsNilyyF","regions":[[78,53,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C40testSystemActionSymbol_unknownReturnsNilyyFypSgyKXEfu_","regions":[[80,22,80,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C38testSystemActionSymbol_emptyReturnsNilyyF","regions":[[83,51,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C38testSystemActionSymbol_emptyReturnsNilyyFypSgyKXEfu_","regions":[[85,22,85,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyF","regions":[[90,59,96,6,1,0,0,0],[92,51,95,10,15,0,0,0],[95,10,96,6,1,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSSgyKXEfu_","regions":[[94,28,94,34,15,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSSgyKXEfu0_","regions":[[94,36,94,51,15,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSyXEfu1_","regions":[[94,53,94,88,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C5setUpyyYaKF","regions":[[10,40,13,6,3,0,0,0],[11,32,13,6,3,0,0,0],[12,39,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKF","regions":[[15,58,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSbyKXEfu_","regions":[[19,24,19,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSSyXEfu0_","regions":[[19,61,19,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFypSgyKXEfu1_","regions":[[20,25,20,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSSyXEfu2_","regions":[[20,56,20,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF","regions":[[23,64,35,6,0,0,0,0],[29,16,29,27,0,0,0,0],[30,9,31,106,0,0,0,0],[32,9,33,97,0,0,0,0],[34,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF0aB6AppKit0J6IntentOyKXEfu_","regions":[[28,24,28,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF0aB6AppKit0J6IntentOyKXEfu0_","regions":[[28,37,28,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSiyKXEfu1_","regions":[[31,34,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSiyKXEfu2_","regions":[[31,54,31,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSSyXEfu3_","regions":[[31,57,31,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSbyKXEfu4_","regions":[[33,28,33,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSSyXEfu5_","regions":[[33,54,33,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKF","regions":[[37,54,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSbyKXEfu_","regions":[[43,23,43,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSSyXEfu0_","regions":[[43,39,43,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSiyKXEfu1_","regions":[[44,24,44,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSiyKXEfu2_","regions":[[44,54,44,55,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18requireDeviceOptIn33_47E59F35C27C2DAA9D60159B4153965CLLyyYaKF","regions":[[50,48,55,2,3,0,0,0],[52,49,54,6,3,0,0,0],[54,6,55,2,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKF","regions":[[7,70,15,6,1,0,0,0],[12,67,15,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKFSiyKXEfu_","regions":[[14,24,14,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKFSiyKXEfu0_","regions":[[14,73,14,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKF","regions":[[17,67,25,6,1,0,0,0],[22,64,25,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKFSiyKXEfu_","regions":[[24,24,24,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKFSiyKXEfu0_","regions":[[24,70,24,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKF","regions":[[27,66,36,6,1,0,0,0],[32,76,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSbyKXEfu_","regions":[[34,23,34,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSiyKXEfu0_","regions":[[35,24,35,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSiyKXEfu1_","regions":[[35,77,35,78,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18restartReturnValueADSb_tcfc","regions":[[44,43,46,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC35uninstallVirtualHIDDriversCallCountSivpfi","regions":[[49,60,49,61,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC32disableKarabinerGrabberCallCountSivpfi","regions":[[50,57,50,58,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC39restartKarabinerDaemonVerifiedCallCountSivpfi","regions":[[51,64,51,65,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[54,85,54,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC07cleanupD6HelperyyYaKF","regions":[[55,49,55,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30installAllLaunchDaemonServices012kanataBinaryB00s6ConfigB07tcpPortySS_SSSitYaKF","regions":[[56,126,56,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30installAllLaunchDaemonServicesyyYaKF","regions":[[57,56,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC24restartUnhealthyServicesyyYaKF","regions":[[58,50,58,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[59,79,59,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[60,67,60,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18installLogRotationyyYaKF","regions":[[61,44,61,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30regenerateServiceConfigurationyyYaKF","regions":[[62,56,62,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC24repairVHIDDaemonServicesyyYaKF","regions":[[63,50,63,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[64,61,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC20installBundledKanatayyYaKF","regions":[[65,46,65,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC25activateVirtualHIDManageryyYaKF","regions":[[66,51,66,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC16terminateProcess3pidys5Int32V_tYaKF","regions":[[67,54,67,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC22killAllKanataProcessesyyYaKF","regions":[[68,48,68,50,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[69,64,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC26uninstallVirtualHIDDriversyyYaKF","regions":[[74,52,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC23disableKarabinerGrabberyyYaKF","regions":[[78,49,80,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[82,76,82,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaF","regions":[[8,58,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu_","regions":[[24,23,24,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu0_","regions":[[24,39,24,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu1_","regions":[[26,13,26,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu2_","regions":[[27,13,27,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu3_","regions":[[30,13,30,63,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu4_","regions":[[31,13,31,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaF","regions":[[35,54,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu_","regions":[[52,24,52,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu0_","regions":[[52,40,52,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSiyKXEfu1_","regions":[[53,24,53,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSiyKXEfu2_","regions":[[53,54,53,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu3_","regions":[[53,57,53,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu4_","regions":[[55,13,55,71,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[55,66,55,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu6_","regions":[[56,13,56,58,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C5setUpyyYaKF","regions":[[11,40,14,6,11,0,0,0],[12,32,14,6,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C8tearDownyyYaKF","regions":[[16,43,19,6,11,0,0,0],[18,35,19,6,11,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaF","regions":[[23,64,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaFypSgyKXEfu_","regions":[[27,25,27,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaFSSyXEfu0_","regions":[[27,33,27,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaF","regions":[[35,63,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu_","regions":[[41,13,41,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu0_","regions":[[41,42,41,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu1_","regions":[[42,13,42,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu2_","regions":[[45,13,45,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu3_","regions":[[45,46,45,77,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu4_","regions":[[46,13,46,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu5_","regions":[[49,13,49,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu6_","regions":[[49,47,49,79,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu7_","regions":[[50,13,50,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaF","regions":[[56,53,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaFypSgyKXEfu_","regions":[[60,25,60,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaFSSyXEfu0_","regions":[[60,36,60,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaF","regions":[[63,60,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaFSbyKXEfu_","regions":[[67,24,67,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaFSSyXEfu0_","regions":[[67,35,67,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaF","regions":[[72,52,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaFypSgyKXEfu_","regions":[[76,25,76,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaFSSyXEfu0_","regions":[[76,35,76,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaF","regions":[[79,59,84,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaFSbyKXEfu_","regions":[[83,24,83,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaFSSyXEfu0_","regions":[[83,34,83,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaF","regions":[[88,68,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaFypSgyKXEfu_","regions":[[92,25,92,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaFSSyXEfu0_","regions":[[92,33,92,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaF","regions":[[99,64,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFypSgyKXEfu_","regions":[[104,25,104,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSSyXEfu0_","regions":[[104,33,104,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSbyKXEfu1_","regions":[[107,24,107,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSSyXEfu2_","regions":[[107,45,107,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaF","regions":[[110,71,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSbyKXEfu_","regions":[[116,13,116,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSbyKXEfu0_","regions":[[116,32,116,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSSyXEfu1_","regions":[[117,13,117,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaF","regions":[[123,74,132,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSbyKXEfu_","regions":[[129,13,129,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSbyKXEfu0_","regions":[[129,42,129,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSSyXEfu1_","regions":[[130,13,130,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaF","regions":[[134,70,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFypSgyKXEfu_","regions":[[140,25,140,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFSSyXEfu0_","regions":[[140,33,140,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFypSgyKXEfu1_","regions":[[141,25,141,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFSSyXEfu2_","regions":[[141,33,141,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaF","regions":[[8,47,30,6,1,0,0,0],[17,35,22,10,5,0,0,0],[22,10,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSdyKXEfu_","regions":[[29,27,29,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSdyKXEfu0_","regions":[[29,40,29,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSSyXEfu1_","regions":[[29,45,29,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaF","regions":[[32,42,51,6,1,0,0,0],[41,35,43,10,100,0,0,0],[43,10,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSdyKXEfu_","regions":[[50,27,50,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSdyKXEfu0_","regions":[[50,40,50,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSSyXEfu1_","regions":[[50,46,50,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaF","regions":[[8,70,18,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSS0aB6AppKit13ServiceRecipeVcfu_","regions":[[13,36,13,40,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu0_","regions":[[15,24,15,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu1_","regions":[[15,37,15,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu2_","regions":[[16,23,16,82,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu3_","regions":[[16,84,16,122,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu4_","regions":[[17,23,17,75,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu5_","regions":[[17,77,17,115,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaF","regions":[[20,57,29,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSS0aB6AppKit13ServiceRecipeVcfu_","regions":[[25,36,25,40,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSbyKXEfu0_","regions":[[27,23,27,112,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[27,69,27,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSSyXEfu2_","regions":[[28,23,28,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaF","regions":[[31,54,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu_","regions":[[49,24,49,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu0_","regions":[[49,40,49,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu1_","regions":[[50,24,50,74,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu2_","regions":[[50,76,50,124,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu3_","regions":[[51,24,51,78,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu4_","regions":[[51,80,51,128,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSiyKXEfu5_","regions":[[52,24,52,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSiyKXEfu6_","regions":[[52,54,52,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu7_","regions":[[52,57,52,112,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaF","regions":[[7,56,23,6,1,0,0,0],[15,34,22,10,3,0,0,0],[22,10,23,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaFSbyKXEfu_","regions":[[19,17,19,77,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaFSSyXEfu0_","regions":[[20,17,20,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaF","regions":[[25,64,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaFSbyKXEfu_","regions":[[33,13,33,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaFSSyXEfu0_","regions":[[34,13,34,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaF","regions":[[38,56,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu_","regions":[[44,23,44,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu0_","regions":[[48,23,48,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu1_","regions":[[52,23,52,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaF","regions":[[55,59,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu_","regions":[[61,23,61,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu0_","regions":[[65,23,65,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu1_","regions":[[66,23,66,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaF","regions":[[69,53,80,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaFSbyKXEfu_","regions":[[75,23,75,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaFSbyKXEfu0_","regions":[[79,23,79,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaF","regions":[[82,66,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaFSbyKXEfu_","regions":[[90,13,90,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaFSSyXEfu0_","regions":[[91,13,91,80,0,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C5setUpyyYaKF","regions":[[10,40,15,6,28,0,0,0],[11,32,15,6,28,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C5setUpyyYaKFSbyYacfU_","regions":[[13,57,13,66,1,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C8tearDownyyYaKF","regions":[[17,43,21,6,28,0,0,0],[20,35,21,6,28,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyF","regions":[[25,49,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyFypSgyKXEfu_","regions":[[27,25,27,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyFSSyXEfu0_","regions":[[27,33,27,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaF","regions":[[32,56,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu_","regions":[[35,25,35,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu0_","regions":[[35,34,35,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu1_","regions":[[36,25,36,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu2_","regions":[[36,46,36,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu3_","regions":[[37,25,37,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu4_","regions":[[37,43,37,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu5_","regions":[[38,25,38,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu6_","regions":[[38,44,38,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu7_","regions":[[39,25,39,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu8_","regions":[[39,45,39,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu9_","regions":[[40,25,40,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu10_","regions":[[40,41,40,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu11_","regions":[[41,25,41,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu12_","regions":[[41,41,41,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu13_","regions":[[42,25,42,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu14_","regions":[[42,44,42,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSbyKXEfu15_","regions":[[45,24,45,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu16_","regions":[[45,61,45,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu17_","regions":[[46,25,46,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu18_","regions":[[46,56,46,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaF","regions":[[49,60,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu_","regions":[[56,25,56,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu0_","regions":[[56,47,56,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu1_","regions":[[57,25,57,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu2_","regions":[[57,44,57,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu3_","regions":[[58,25,58,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu4_","regions":[[58,46,58,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu5_","regions":[[59,25,59,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu6_","regions":[[59,47,59,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu7_","regions":[[60,25,60,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu8_","regions":[[60,44,60,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu9_","regions":[[61,25,61,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu10_","regions":[[61,46,61,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu11_","regions":[[67,13,67,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu12_","regions":[[67,24,67,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu13_","regions":[[67,30,67,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu14_","regions":[[70,13,70,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu15_","regions":[[70,24,70,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu16_","regions":[[70,30,70,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF","regions":[[76,49,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu_","regions":[[80,25,80,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu0_","regions":[[80,31,80,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF0aB6AppKit0J6IntentOyKXEfu1_","regions":[[81,24,81,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF0aB6AppKit0J6IntentOyKXEfu2_","regions":[[81,37,81,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu3_","regions":[[81,47,81,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu4_","regions":[[82,25,82,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu5_","regions":[[82,39,82,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu6_","regions":[[83,25,83,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu7_","regions":[[83,38,83,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu8_","regions":[[84,25,84,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu9_","regions":[[84,40,84,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF","regions":[[87,48,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu_","regions":[[91,24,91,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu0_","regions":[[91,44,91,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu1_","regions":[[94,24,94,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu2_","regions":[[94,43,94,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu3_","regions":[[97,24,97,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu4_","regions":[[97,46,97,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu5_","regions":[[100,24,100,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu6_","regions":[[100,44,100,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaF","regions":[[103,57,111,6,1,0,0,0],[108,38,110,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSiyKXEfu_","regions":[[109,34,109,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSiyKXEfu0_","regions":[[109,54,109,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSSyXEfu1_","regions":[[109,57,109,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaF","regions":[[113,56,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaFypSgyKXEfu_","regions":[[118,25,118,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaFSSyXEfu0_","regions":[[118,39,118,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaF","regions":[[121,57,130,6,1,0,0,0],[127,38,129,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSiyKXEfu_","regions":[[126,24,126,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSiyKXEfu0_","regions":[[126,44,126,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSSyXEfu1_","regions":[[126,47,126,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSbyKXEfu2_","regions":[[128,27,128,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSSyXEfu3_","regions":[[128,33,128,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaF","regions":[[132,43,145,6,1,0,0,0],[138,16,138,27,1,0,0,0],[139,9,140,49,1,0,0,0],[141,9,143,82,0,0,0,0],[144,10,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSbyKXEfu_","regions":[[140,27,140,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu0_","regions":[[140,33,140,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFypSgyKXEfu1_","regions":[[142,29,142,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu2_","regions":[[142,42,142,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFypSgyKXEfu3_","regions":[[143,29,143,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu4_","regions":[[143,45,143,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaF","regions":[[147,56,158,6,1,0,0,0],[151,38,157,10,1,0,0,0],[152,40,156,14,1,0,0,0],[156,14,157,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaFSbyKXEfu_","regions":[[153,32,153,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaFSSyXEfu0_","regions":[[153,51,153,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaF","regions":[[162,52,173,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu_","regions":[[169,25,169,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu0_","regions":[[169,33,169,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu1_","regions":[[170,25,170,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu2_","regions":[[170,43,170,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu3_","regions":[[171,25,171,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu4_","regions":[[171,49,171,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu5_","regions":[[172,25,172,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu6_","regions":[[172,51,172,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaF","regions":[[175,48,196,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSbyKXEfu_","regions":[[187,24,187,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu0_","regions":[[187,40,187,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFypSgyKXEfu1_","regions":[[188,25,188,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu2_","regions":[[188,47,188,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSiyKXEfu3_","regions":[[190,13,190,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSiyKXEfu4_","regions":[[190,45,190,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu5_","regions":[[190,48,190,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSSgyKXEfu6_","regions":[[193,13,193,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSSgyKXEfu7_","regions":[[193,51,193,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu8_","regions":[[194,13,194,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaF","regions":[[198,52,214,6,1,0,0,0],[208,38,213,10,1,0,0,0],[210,16,210,38,1,0,0,0],[210,39,212,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFypSgyKXEfu_","regions":[[207,25,207,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSSyXEfu0_","regions":[[207,49,207,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSiyKXEfu1_","regions":[[211,45,211,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSiyKXEfu2_","regions":[[211,75,211,76,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSSyXEfu3_","regions":[[211,78,211,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaF","regions":[[216,50,228,6,1,0,0,0],[224,46,227,10,1,0,0,0],[227,10,228,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSbyKXEfu_","regions":[[225,28,225,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSSyXEfu0_","regions":[[225,53,225,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSdyKXEfu1_","regions":[[226,41,226,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSdyKXEfu2_","regions":[[226,58,226,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSSyXEfu3_","regions":[[226,61,226,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaF","regions":[[230,49,259,6,1,0,0,0],[243,12,243,27,1,0,0,0],[243,28,252,10,1,0,0,0],[247,16,247,38,1,0,0,0],[247,39,251,14,1,0,0,0],[252,16,258,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu_","regions":[[239,25,239,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu0_","regions":[[239,33,239,54,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu1_","regions":[[240,25,240,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu2_","regions":[[240,49,240,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu3_","regions":[[244,29,244,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu4_","regions":[[244,51,244,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu5_","regions":[[249,21,249,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu6_","regions":[[249,51,249,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu7_","regions":[[249,54,249,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu8_","regions":[[255,17,255,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu9_","regions":[[255,47,255,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu10_","regions":[[256,17,256,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaF","regions":[[261,43,274,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSbyKXEfu_","regions":[[272,23,272,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSSyXEfu0_","regions":[[272,39,272,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSiyKXEfu1_","regions":[[273,24,273,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSiyKXEfu2_","regions":[[273,54,273,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSSyXEfu3_","regions":[[273,57,273,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaF","regions":[[278,46,284,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFypSgyKXEfu_","regions":[[282,25,282,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFSSyXEfu0_","regions":[[282,33,282,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFypSgyKXEfu1_","regions":[[283,25,283,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFSSyXEfu2_","regions":[[283,43,283,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaF","regions":[[286,43,304,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu_","regions":[[290,25,290,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu0_","regions":[[291,25,291,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu1_","regions":[[294,25,294,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu2_","regions":[[295,25,295,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu3_","regions":[[298,25,298,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu4_","regions":[[299,25,299,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu5_","regions":[[302,25,302,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu6_","regions":[[303,25,303,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaF","regions":[[306,40,320,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu_","regions":[[312,25,312,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu0_","regions":[[312,33,312,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu1_","regions":[[313,25,313,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu2_","regions":[[313,43,313,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu3_","regions":[[314,25,314,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu4_","regions":[[314,49,314,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu5_","regions":[[315,25,315,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu6_","regions":[[315,51,315,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu7_","regions":[[319,25,319,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu8_","regions":[[319,41,319,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaF","regions":[[322,48,336,6,1,0,0,0],[330,12,330,27,1,0,0,0],[330,63,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFypSgyKXEfu_","regions":[[331,29,331,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSSyXEfu0_","regions":[[331,51,331,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSiyKXEfu1_","regions":[[333,17,333,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSiyKXEfu2_","regions":[[333,47,333,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSSyXEfu3_","regions":[[333,50,333,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaF","regions":[[338,47,350,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu_","regions":[[344,25,344,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu0_","regions":[[344,43,344,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu1_","regions":[[345,25,345,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu2_","regions":[[345,41,345,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu3_","regions":[[346,25,346,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu4_","regions":[[346,49,346,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu5_","regions":[[347,25,347,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu6_","regions":[[347,51,347,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaF","regions":[[352,53,361,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSiyKXEfu_","regions":[[358,24,358,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSiyKXEfu0_","regions":[[358,54,358,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSSyXEfu1_","regions":[[358,57,358,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSbyKXEfu2_","regions":[[360,23,360,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSSyXEfu3_","regions":[[360,39,360,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaF","regions":[[365,68,394,6,1,0,0,0],[375,12,375,27,1,0,0,0],[375,28,381,10,1,0,0,0],[388,12,388,26,1,0,0,0],[388,27,393,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu_","regions":[[372,25,372,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu0_","regions":[[372,33,372,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu1_","regions":[[376,29,376,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu2_","regions":[[376,51,376,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSbyKXEfu3_","regions":[[378,17,378,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[378,78,378,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu5_","regions":[[379,17,379,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu6_","regions":[[384,25,384,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu7_","regions":[[384,43,384,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu8_","regions":[[385,25,385,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu9_","regions":[[385,49,385,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSiyKXEfu10_","regions":[[390,17,390,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSiyKXEfu11_","regions":[[390,47,390,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu12_","regions":[[391,17,391,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaF","regions":[[396,83,433,6,1,0,0,0],[416,12,416,27,1,0,0,0],[416,28,423,10,1,0,0,0],[426,12,426,28,1,0,0,0],[426,29,432,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSS0aB6AppKit07ServiceK0Vcfu_","regions":[[404,54,404,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFypSgyKXEfu0_","regions":[[414,25,414,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu1_","regions":[[414,33,414,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFypSgyKXEfu2_","regions":[[418,29,418,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu3_","regions":[[418,51,418,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu4_","regions":[[420,17,420,79,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[420,74,420,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu6_","regions":[[421,17,421,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu7_","regions":[[429,17,429,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu8_","regions":[[430,17,430,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaF","regions":[[435,54,454,6,1,0,0,0],[447,12,447,27,1,0,0,0],[447,28,453,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu_","regions":[[442,25,442,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu0_","regions":[[442,33,442,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu1_","regions":[[443,25,443,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu2_","regions":[[443,43,443,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu3_","regions":[[444,25,444,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu4_","regions":[[444,49,444,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu5_","regions":[[448,29,448,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu6_","regions":[[448,51,448,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSbyKXEfu7_","regions":[[450,17,450,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSbyKXEfu7_SbyKXEfu8_","regions":[[450,78,450,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu9_","regions":[[451,17,451,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaF","regions":[[456,66,471,6,1,0,0,0],[464,12,464,27,1,0,0,0],[464,28,470,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFypSgyKXEfu_","regions":[[462,25,462,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu0_","regions":[[462,33,462,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFypSgyKXEfu1_","regions":[[465,29,465,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu2_","regions":[[465,51,465,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSbyKXEfu3_","regions":[[467,17,467,79,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[467,74,467,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu5_","regions":[[468,17,468,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaF","regions":[[473,51,510,6,1,0,0,0],[503,31,509,10,23,0,0,0],[509,10,510,6,1,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyKXEfu_","regions":[[505,31,505,33,23,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyKXEfu0_","regions":[[505,35,505,51,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyXEfu1_","regions":[[505,53,505,97,0,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFypSgyKXEfu2_","regions":[[508,29,508,35,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyXEfu3_","regions":[[508,37,508,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaF","regions":[[512,78,529,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu_","regions":[[516,13,516,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu0_","regions":[[517,13,517,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu1_","regions":[[520,13,520,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu2_","regions":[[521,13,521,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu3_","regions":[[525,24,525,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu4_","regions":[[525,42,525,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu5_","regions":[[528,24,528,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu6_","regions":[[528,42,528,80,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC13testScenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLSayAC0E8ScenarioVGvpfi","regions":[[10,49,10,51,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC5setUpyyYaKF","regions":[[20,40,23,6,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC8tearDownyyYaKF","regions":[[25,43,28,6,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyF","regions":[[32,39,142,6,9,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU_","regions":[[38,24,38,63,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU0_","regions":[[40,29,58,18,3,0,0,0],[43,47,43,63,1,0,0,0],[43,63,57,80,2,0,0,0],[47,50,47,66,0,0,0,0],[47,66,57,80,2,0,0,0],[50,24,52,22,2,0,0,0],[51,93,52,22,2,0,0,0],[52,29,54,22,0,0,0,0],[54,22,57,80,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU0_SbyKXEfu_","regions":[[57,63,57,80,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU1_","regions":[[65,24,65,65,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU2_","regions":[[67,29,73,18,2,0,0,0],[68,54,68,70,0,0,0,0],[68,70,72,77,2,0,0,0],[69,65,69,81,0,0,0,0],[69,81,72,77,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU2_SbyKXEfu_","regions":[[72,46,72,77,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU3_","regions":[[80,24,80,66,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU4_","regions":[[82,29,102,18,2,0,0,0],[85,50,85,66,0,0,0,0],[85,66,101,45,2,0,0,0],[88,38,97,22,10,0,0,0],[89,28,91,26,10,0,0,0],[90,98,91,26,10,0,0,0],[91,33,93,26,0,0,0,0],[93,26,97,22,10,0,0,0],[96,54,96,70,0,0,0,0],[96,70,97,22,10,0,0,0],[97,22,101,45,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU5_","regions":[[109,24,109,66,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU6_","regions":[[111,29,123,18,2,0,0,0],[114,50,114,66,0,0,0,0],[114,66,122,45,2,0,0,0],[118,51,118,67,0,0,0,0],[118,67,122,45,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU7_","regions":[[130,24,130,66,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU8_","regions":[[132,29,139,18,2,0,0,0],[134,50,134,66,0,0,0,0],[134,66,138,49,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKF","regions":[[146,53,195,6,1,0,0,0],[150,39,178,10,5,0,0,0],[162,16,172,14,5,0,0,0],[163,69,172,14,5,0,0,0],[165,20,165,27,5,0,0,0],[165,28,168,18,5,0,0,0],[168,24,171,18,0,0,0,0],[172,21,175,14,0,0,0,0],[175,14,178,10,5,0,0,0],[178,10,195,6,1,0,0,0],[185,12,185,36,1,0,0,0],[185,37,190,10,0,0,0,0],[187,50,189,14,0,0,0,0],[189,14,190,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu_","regions":[[193,24,193,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu0_","regions":[[193,47,193,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSSyXEfu1_","regions":[[193,50,193,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu2_","regions":[[194,24,194,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu3_","regions":[[194,47,194,66,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSSyXEfu4_","regions":[[194,68,194,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKF","regions":[[199,52,209,6,1,0,0,0],[206,61,209,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[200,44,200,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSbyKXEfu_","regions":[[208,23,208,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSSyXEfu0_","regions":[[208,32,208,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKF","regions":[[211,65,226,6,1,0,0,0],[219,61,226,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[212,44,212,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbyKXEfu_","regions":[[221,24,221,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSyXEfu0_","regions":[[221,33,221,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSSgyKXEfu1_","regions":[[222,24,222,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSSgyKXEfu2_","regions":[[222,43,222,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbyKXEfu3_","regions":[[224,13,224,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSyXEfu4_","regions":[[224,36,224,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKF","regions":[[228,57,238,6,1,0,0,0],[235,61,238,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[229,44,229,90,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSbyKXEfu_","regions":[[237,23,237,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSSyXEfu0_","regions":[[237,32,237,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKF","regions":[[240,47,250,6,1,0,0,0],[247,61,250,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[241,44,241,86,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSbyKXEfu_","regions":[[249,23,249,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSSyXEfu0_","regions":[[249,32,249,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKF","regions":[[252,43,262,6,1,0,0,0],[259,61,262,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[253,44,253,90,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSbyKXEfu_","regions":[[261,23,261,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSSyXEfu0_","regions":[[261,32,261,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKF","regions":[[264,48,274,6,1,0,0,0],[271,61,274,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[265,44,265,89,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSbyKXEfu_","regions":[[273,23,273,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSSyXEfu0_","regions":[[273,32,273,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKF","regions":[[278,49,305,6,1,0,0,0],[294,12,296,10,1,0,0,0],[295,81,296,10,1,0,0,0],[296,17,298,10,0,0,0,0],[298,10,305,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSbyKXEfu_","regions":[[287,23,287,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSbyKXEfu0_","regions":[[291,23,291,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSdyKXEfu1_","regions":[[304,27,304,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSdyKXEfu2_","regions":[[304,40,304,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSSyXEfu3_","regions":[[304,46,304,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKF","regions":[[309,44,334,6,1,0,0,0],[318,27,322,10,10,0,0,0],[322,10,334,6,1,0,0,0],[325,27,331,10,20,0,0,0],[326,16,328,14,20,0,0,0],[327,92,328,14,20,0,0,0],[328,21,330,14,0,0,0,0],[330,14,331,10,20,0,0,0],[331,10,334,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu_","regions":[[315,23,315,40,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu0_","regions":[[321,27,321,44,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSSyXEfu1_","regions":[[321,46,321,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu2_","regions":[[333,23,333,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSSyXEfu3_","regions":[[333,42,333,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF","regions":[[8,36,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[11,13,11,107,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[12,13,12,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[16,13,16,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[17,13,17,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF","regions":[[21,36,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[23,13,23,107,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[24,13,24,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[27,13,27,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[28,13,28,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF","regions":[[32,40,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[34,13,34,111,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[35,13,35,26,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF","regions":[[39,47,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF0aB6AppKit0deF0OyKXEfu_","regions":[[43,13,43,98,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF0aB6AppKit0deF0OyKXEfu0_","regions":[[44,13,44,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF","regions":[[48,53,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[51,13,51,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[52,13,52,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[55,13,55,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[56,13,56,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF","regions":[[60,45,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[62,13,62,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[63,13,63,21,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[66,13,66,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[67,13,67,21,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyF","regions":[[73,34,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyFSSSgyKXEfu_","regions":[[74,24,74,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyFSSSgyKXEfu0_","regions":[[74,62,74,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyF","regions":[[77,34,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyFSSSgyKXEfu_","regions":[[78,24,78,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyFSSSgyKXEfu0_","regions":[[78,62,78,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyF","regions":[[81,38,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyFSSSgyKXEfu_","regions":[[82,24,82,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyFSSSgyKXEfu0_","regions":[[82,66,82,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testUnknownIndicatorIsNilyyF","regions":[[85,38,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testUnknownIndicatorIsNilyyFypSgyKXEfu_","regions":[[86,22,86,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyF","regions":[[91,29,96,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu_","regions":[[92,24,92,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu0_","regions":[[92,64,92,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu1_","regions":[[93,24,93,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu2_","regions":[[93,64,93,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu3_","regions":[[94,24,94,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu4_","regions":[[94,68,94,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu5_","regions":[[95,24,95,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu6_","regions":[[95,63,95,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF","regions":[[100,42,110,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu_","regions":[[107,24,107,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu0_","regions":[[107,68,107,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu1_","regions":[[108,24,108,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu2_","regions":[[108,68,108,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu3_","regions":[[109,24,109,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu4_","regions":[[109,72,109,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V06simpleA0yyF","regions":[[10,22,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V06simpleA12WithModifieryyF","regions":[[16,34,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V12basicTapHoldyyF","regions":[[24,25,38,6,1,0,0,0],[27,52,30,10,0,0,0,0],[30,10,38,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V21tapHoldCustomTimeoutsyyF","regions":[[41,34,51,6,1,0,0,0],[44,52,47,10,0,0,0,0],[47,10,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V12tapHoldPressyyF","regions":[[54,25,66,6,1,0,0,0],[57,52,60,10,0,0,0,0],[60,10,66,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14tapHoldReleaseyyF","regions":[[69,27,81,6,1,0,0,0],[72,52,75,10,0,0,0,0],[75,10,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V18tapHoldReleaseKeysyyF","regions":[[84,31,97,6,1,0,0,0],[87,52,90,10,0,0,0,0],[90,10,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V22customTapKeysRoundTripyyF","regions":[[100,35,118,6,1,0,0,0],[110,52,113,10,0,0,0,0],[113,10,118,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V15twoStepTapDanceyyF","regions":[[123,28,139,6,1,0,0,0],[128,14,131,10,0,0,0,0],[131,10,139,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V20tapDanceCustomWindowyyF","regions":[[142,33,156,6,1,0,0,0],[147,14,150,10,0,0,0,0],[150,10,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V10macroParseyyF","regions":[[159,23,168,6,1,0,0,0],[162,52,165,10,0,0,0,0],[165,10,168,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17dualRoleRoundTripyyF","regions":[[173,30,193,6,1,0,0,0],[184,52,187,10,0,0,0,0],[187,10,193,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17tapDanceRoundTripyyF","regions":[[196,30,213,6,1,0,0,0],[204,14,207,10,0,0,0,0],[207,10,213,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14malformedInputyyF","regions":[[218,27,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V016tapHoldWithMultiH0yyF","regions":[[229,33,241,6,1,0,0,0],[232,52,235,10,0,0,0,0],[235,10,241,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17tapDanceWithMultiyyF","regions":[[244,30,258,6,1,0,0,0],[249,14,252,10,0,0,0,0],[252,10,258,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14hyperRoundTripyyF","regions":[[261,27,284,6,1,0,0,0],[276,52,279,10,0,0,0,0],[279,10,284,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13simpleMappingyyF","regions":[[10,26,14,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V25simpleMappingWithModifieryyF","regions":[[17,38,21,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12basicTapHoldyyF","regions":[[26,25,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V21tapHoldCustomTimeoutsyyF","regions":[[40,34,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12tapHoldPressyyF","regions":[[56,25,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V14tapHoldReleaseyyF","regions":[[71,27,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V17homeRowModFactoryyyF","regions":[[86,30,95,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12bothFlagsSetyyF","regions":[[98,25,112,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13customTapKeysyyF","regions":[[115,26,127,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V22customTapKeysWithFlagsyyF","regions":[[130,35,144,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V15twoStepTapDanceyyF","regions":[[149,28,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V20tapDanceCustomWindowyyF","regions":[[163,33,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13emptyTapDanceyyF","regions":[[181,26,189,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V18macroTextRenderingyyF","regions":[[194,31,202,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05macroA17SequenceRenderingyyF","regions":[[205,38,213,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V30macroTextUnsupportedCharactersyyF","regions":[[216,43,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V18tapHoldSpecialKeysyyF","regions":[[229,31,241,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V21customRuleIntegrationyyF","regions":[[246,34,258,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V29customRuleTapDanceIntegrationyyF","regions":[[261,42,273,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V27customRuleSimpleIntegrationyyF","regions":[[276,40,286,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12hyperKeywordyyF","regions":[[291,25,302,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V10mehKeywordyyF","regions":[[305,23,316,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V20hyperCaseInsensitiveyyF","regions":[[319,33,330,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05multiA6ActionyyF","regions":[[335,27,346,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05multiA8TapDanceyyF","regions":[[349,29,363,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V15hyperInTapDanceyyF","regions":[[366,28,380,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C5setUpyyYaKF","regions":[[17,40,20,6,6,0,0,0],[18,32,20,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C8tearDownyyYaKF","regions":[[22,43,25,6,6,0,0,0],[24,35,25,6,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyF","regions":[[29,41,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSbyKXEfu_","regions":[[32,23,32,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSbyKXEfu_SbyKXEfu0_","regions":[[32,44,32,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSSyXEfu1_","regions":[[32,64,32,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyF","regions":[[35,36,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu_","regions":[[39,24,39,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSSyXEfu0_","regions":[[39,38,39,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu1_","regions":[[41,13,41,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu1_SbyKXEfu2_","regions":[[41,40,41,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSSyXEfu3_","regions":[[42,13,42,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaF","regions":[[48,60,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaFypSgyKXEfu_","regions":[[50,22,50,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaFSSyXEfu0_","regions":[[50,31,50,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaF","regions":[[53,42,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSbyKXEfu_","regions":[[56,23,56,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSbyKXEfu_SbyKXEfu0_","regions":[[56,48,56,70,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSSyXEfu1_","regions":[[56,72,56,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaF","regions":[[61,53,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSbyKXEfu_","regions":[[66,23,66,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[66,41,66,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSSyXEfu1_","regions":[[66,58,66,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyF","regions":[[71,37,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyFSbyKXEfu_","regions":[[75,23,75,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyFSSyXEfu0_","regions":[[75,44,75,69,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C5setUpyyF","regions":[[11,27,21,6,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C8tearDownyyF","regions":[[23,30,27,6,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyF","regions":[[29,44,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSiyKXEfu_","regions":[[45,37,45,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSiyKXEfu0_","regions":[[45,53,45,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSSyXEfu1_","regions":[[45,56,45,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKF","regions":[[48,41,76,6,1,0,0,0],[51,98,76,6,1,0,0,0],[54,83,76,6,1,0,0,0],[61,10,76,6,1,0,0,0],[68,80,76,6,1,0,0,0],[73,12,73,29,1,0,0,0],[73,30,75,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu_","regions":[[65,23,65,71,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu0_","regions":[[65,73,65,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu1_","regions":[[69,23,69,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu2_","regions":[[69,75,69,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu3_","regions":[[70,23,70,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu4_","regions":[[70,62,70,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu5_","regions":[[74,27,74,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu6_","regions":[[74,80,74,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKF","regions":[[78,44,100,6,1,0,0,0],[81,98,100,6,1,0,0,0],[84,83,100,6,1,0,0,0],[91,10,100,6,1,0,0,0],[95,84,100,6,1,0,0,0],[97,79,99,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFypSgyKXEfu_","regions":[[96,25,96,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSo19NSFileAttributeTypeayKXEfu0_","regions":[[98,28,98,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSo19NSFileAttributeTypeayKXEfu1_","regions":[[98,34,98,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSSyXEfu2_","regions":[[98,53,98,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKF","regions":[[102,38,116,6,1,0,0,0],[106,88,116,6,1,0,0,0],[113,92,116,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKFSbyKXEfu_","regions":[[108,23,108,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKFSbyKXEfu0_","regions":[[115,24,115,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKF","regions":[[118,51,137,6,1,0,0,0],[122,85,137,6,1,0,0,0],[125,95,137,6,1,0,0,0],[128,86,137,6,1,0,0,0],[134,36,136,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu_","regions":[[129,23,129,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu0_","regions":[[129,75,129,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu1_","regions":[[130,23,130,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu2_","regions":[[130,61,130,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFypSgyKXEfu3_","regions":[[133,25,133,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu4_","regions":[[135,27,135,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu5_","regions":[[135,75,135,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKF","regions":[[139,56,154,6,1,0,0,0],[143,88,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKFSSSgyKXEfu_","regions":[[146,30,146,99,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKFys5Error_pXEfU_","regions":[[146,101,153,10,1,0,0,0],[149,18,152,14,0,0,0,0],[152,14,153,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyF","regions":[[156,45,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyFSSSgyKXEfu_","regions":[[158,13,162,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyFys0I0_pXEfU_","regions":[[163,11,173,10,1,0,0,0],[164,91,170,14,1,0,0,0],[165,58,167,18,1,0,0,0],[167,24,169,18,0,0,0,0],[170,20,172,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C41testBaseConfigIncludesDefaultFunctionKeysyyF","regions":[[5,54,10,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C50testNavigationActivatorUsesOneShotAndWrapsMappingsyyF","regions":[[12,63,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C37testChainedWindowLayerUsesOneShotExityyF","regions":[[31,50,62,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C43testLauncherTapModeWrapsOutputAndAddsCancelyyF","regions":[[64,56,97,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14makeCollection33_A753F293A70A163584C93AB994C0AD4CLL2id4name7summary8category8mappings11targetLayer18momentaryActivator13configuration0aB6AppKit04RuleI0V10Foundation4UUIDV_S2SAN04RuleI8CategoryOSayAN0A7MappingVGAN04RuleiX0OAN09MomentaryZ0VSgAN04RuleiE0OtF","regions":[[108,25,124,6,4,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutF","regions":[[131,7,138,6,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutFSbyKXEfu_","regions":[[133,13,133,37,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutFSSyXEfu0_","regions":[[134,13,134,83,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C5setUpyyYaKF","regions":[[10,40,13,6,9,0,0,0],[11,32,13,6,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C8tearDownyyYaKF","regions":[[15,43,18,6,9,0,0,0],[17,35,18,6,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyF","regions":[[22,26,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_","regions":[[26,13,27,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu0_","regions":[[26,36,26,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu1_","regions":[[26,64,26,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu2_","regions":[[27,20,27,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSSyXEfu3_","regions":[[28,13,28,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testIsRegisteredViaSMAppServiceyyF","regions":[[32,44,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testIsRegisteredViaSMAppServiceyyFypSgyKXEfu_","regions":[[35,25,35,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C25testHasLegacyInstallationyyF","regions":[[38,38,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C25testHasLegacyInstallationyyFypSgyKXEfu_","regions":[[41,25,41,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C15testIsInstalledyyYaF","regions":[[44,34,48,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C15testIsInstalledyyYaFypSgyKXEfu_","regions":[[47,25,47,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C23testPlistExistsInBundleyyF","regions":[[52,36,65,6,1,0,0,0],[58,12,58,18,1,0,0,0],[58,19,60,10,0,0,0,0],[60,16,63,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C04testD20BinaryExistsInBundleyyF","regions":[[67,43,79,6,1,0,0,0],[72,12,72,18,1,0,0,0],[72,19,74,10,0,0,0,0],[74,16,77,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaF","regions":[[83,50,108,6,1,0,0,0],[88,36,94,10,1,0,0,0],[94,16,107,10,0,0,0,0],[96,16,99,14,0,0,0,0],[97,45,99,14,0,0,0,0],[99,70,104,14,0,0,0,0],[104,21,106,14,0,0,0,0],[106,14,107,10,0,0,0,0],[107,10,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFypSgyKXEfu_","regions":[[93,29,93,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSSyXEfu0_","regions":[[93,37,93,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSbyKXEfu1_","regions":[[101,21,101,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSSyXEfu2_","regions":[[102,21,102,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyF","regions":[[112,26,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu_","regions":[[113,24,113,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu0_","regions":[[113,61,113,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu1_","regions":[[114,24,114,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu2_","regions":[[114,61,114,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyF","regions":[[119,26,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFyXlSgyKXEfu_","regions":[[122,28,122,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFyXlSgyKXEfu0_","regions":[[122,38,122,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFSSyXEfu1_","regions":[[122,48,122,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyF","regions":[[15,42,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSiyKXEfu_","regions":[[23,24,23,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSiyKXEfu0_","regions":[[23,41,23,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu1_","regions":[[23,44,23,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyKXEfu2_","regions":[[24,24,24,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyKXEfu3_","regions":[[24,43,24,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu4_","regions":[[24,60,24,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSaySSGyKXEfu5_","regions":[[25,24,25,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSaySSGyKXEfu6_","regions":[[25,43,25,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu7_","regions":[[25,59,25,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyF","regions":[[28,46,38,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSiyKXEfu_","regions":[[36,24,36,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSiyKXEfu0_","regions":[[36,41,36,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSaySSGyKXEfu1_","regions":[[37,24,37,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSaySSGyKXEfu2_","regions":[[37,43,37,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSSyXEfu3_","regions":[[37,63,37,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyF","regions":[[42,48,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSiyKXEfu_","regions":[[51,24,51,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSiyKXEfu0_","regions":[[51,41,51,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu1_","regions":[[51,44,51,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSb0aB4Core0deF0O06ParsedJ0VXEfU_","regions":[[53,41,53,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFypSgyKXEfu2_","regions":[[54,25,54,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu3_","regions":[[54,36,54,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu4_","regions":[[55,24,55,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu5_","regions":[[55,41,55,55,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSb0aB4Core0deF0O06ParsedJ0VXEfU0_","regions":[[57,38,57,65,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFypSgyKXEfu6_","regions":[[58,25,58,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu7_","regions":[[58,33,58,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu8_","regions":[[59,24,59,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu9_","regions":[[59,38,59,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyF","regions":[[62,50,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSiyKXEfu_","regions":[[72,24,72,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSiyKXEfu0_","regions":[[72,41,72,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyXEfu1_","regions":[[72,44,72,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu2_","regions":[[73,24,73,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu3_","regions":[[73,43,73,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu4_","regions":[[74,24,74,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu5_","regions":[[74,43,74,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu6_","regions":[[75,24,75,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu7_","regions":[[75,43,75,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu8_","regions":[[76,24,76,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu9_","regions":[[76,43,76,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu10_","regions":[[77,24,77,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu11_","regions":[[77,43,77,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu12_","regions":[[78,24,78,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu13_","regions":[[78,43,78,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyF","regions":[[83,42,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSiyKXEfu_","regions":[[95,24,95,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSiyKXEfu0_","regions":[[95,41,95,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu1_","regions":[[95,44,95,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu2_","regions":[[96,23,96,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[96,42,96,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu3_","regions":[[96,74,96,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu4_","regions":[[97,23,97,69,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[97,42,97,69,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu5_","regions":[[97,71,97,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu6_","regions":[[98,23,98,69,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu6_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[98,42,98,69,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu7_","regions":[[98,71,98,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyF","regions":[[103,38,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSiyKXEfu_","regions":[[112,24,112,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSiyKXEfu0_","regions":[[112,41,112,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyXEfu1_","regions":[[112,44,112,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyKXEfu2_","regions":[[113,24,113,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyKXEfu3_","regions":[[113,43,113,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSaySSGyKXEfu4_","regions":[[114,24,114,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSaySSGyKXEfu5_","regions":[[114,43,114,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyF","regions":[[117,39,131,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSiyKXEfu_","regions":[[129,24,129,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSiyKXEfu0_","regions":[[129,41,129,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyXEfu1_","regions":[[129,44,129,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyKXEfu2_","regions":[[130,24,130,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyKXEfu3_","regions":[[130,43,130,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyF","regions":[[135,43,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSiyKXEfu_","regions":[[143,24,143,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSiyKXEfu0_","regions":[[143,41,143,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSSyXEfu1_","regions":[[143,44,143,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSaySSGyKXEfu2_","regions":[[144,24,144,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSaySSGyKXEfu3_","regions":[[144,43,144,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSSyXEfu4_","regions":[[144,59,144,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyF","regions":[[147,31,159,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSiyKXEfu_","regions":[[158,24,158,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSiyKXEfu0_","regions":[[158,41,158,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSSyXEfu1_","regions":[[158,44,158,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyF","regions":[[163,33,167,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyFSbyKXEfu_","regions":[[166,23,166,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyFSSyXEfu0_","regions":[[166,42,166,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyF","regions":[[169,41,179,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyFSbyKXEfu_","regions":[[178,23,178,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyFSSyXEfu0_","regions":[[178,42,178,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyF","regions":[[181,34,190,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyFSbyKXEfu_","regions":[[189,23,189,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyFSSyXEfu0_","regions":[[189,42,189,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyF","regions":[[194,37,219,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSiyKXEfu_","regions":[[215,24,215,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSiyKXEfu0_","regions":[[215,41,215,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSSyXEfu1_","regions":[[215,44,215,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu2_","regions":[[216,23,216,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[216,42,216,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu3_","regions":[[217,23,217,69,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[217,42,217,69,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu4_","regions":[[218,23,218,69,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[218,42,218,69,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyF","regions":[[221,38,239,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSiyKXEfu_","regions":[[232,24,232,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSiyKXEfu0_","regions":[[232,41,232,42,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[234,44,234,77,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu1_","regions":[[235,24,235,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu2_","regions":[[235,44,235,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSSyXEfu3_","regions":[[235,69,235,102,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[237,42,237,70,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu4_","regions":[[238,24,238,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu5_","regions":[[238,42,238,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSSyXEfu6_","regions":[[238,63,238,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyF","regions":[[243,42,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSiyKXEfu_","regions":[[254,24,254,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSiyKXEfu0_","regions":[[254,41,254,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSSyXEfu1_","regions":[[254,44,254,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu2_","regions":[[255,23,255,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[255,42,255,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu3_","regions":[[256,23,256,70,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[256,42,256,70,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu4_","regions":[[257,23,257,74,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[257,42,257,74,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu5_","regions":[[258,23,258,68,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu5_Sb0aB4Core0deF0O14ParsedSequenceVXEfU2_","regions":[[258,42,258,68,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyF","regions":[[263,43,280,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSiyKXEfu_","regions":[[276,24,276,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSiyKXEfu0_","regions":[[276,41,276,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSSyXEfu1_","regions":[[276,44,276,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu2_","regions":[[277,23,277,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[277,42,277,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu3_","regions":[[278,23,278,70,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[278,42,278,70,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu4_","regions":[[279,24,279,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[279,40,279,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu5_","regions":[[279,80,279,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF","regions":[[9,47,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[11,24,11,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[11,32,11,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF","regions":[[14,49,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[16,24,16,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[16,32,16,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF","regions":[[19,48,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[21,24,21,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[21,32,21,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyF","regions":[[24,60,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyFypSgyKXEfu_","regions":[[27,22,27,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyFSSyXEfu0_","regions":[[27,30,27,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyF","regions":[[30,62,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyFypSgyKXEfu_","regions":[[32,22,32,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyFSSyXEfu0_","regions":[[32,30,32,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF","regions":[[35,67,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[38,24,38,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[38,32,38,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyFSSyXEfu1_","regions":[[38,40,38,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF","regions":[[41,69,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[43,24,43,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[43,32,43,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyFSSyXEfu1_","regions":[[43,42,43,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF","regions":[[46,68,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[48,24,48,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[48,32,48,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyFSSyXEfu1_","regions":[[48,41,48,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA19Action_unknownValueyyF","regions":[[51,45,54,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA19Action_unknownValueyyFypSgyKXEfu_","regions":[[53,22,53,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA18Action_emptyStringyyF","regions":[[56,44,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA18Action_emptyStringyyFypSgyKXEfu_","regions":[[58,22,58,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyF","regions":[[63,50,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu_","regions":[[64,24,64,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu0_","regions":[[64,56,64,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu1_","regions":[[65,24,65,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu2_","regions":[[65,58,65,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu3_","regions":[[66,24,66,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu4_","regions":[[66,57,66,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaF","regions":[[73,65,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaFSbyKXEfu_","regions":[[83,13,83,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaFSSyXEfu0_","regions":[[84,13,84,52,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaF","regions":[[88,67,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSbyKXEfu_","regions":[[95,23,95,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSbyKXEfu0_","regions":[[102,13,102,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSSyXEfu1_","regions":[[103,13,103,41,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaF","regions":[[107,67,127,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSbyKXEfu_","regions":[[115,13,115,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSSyXEfu0_","regions":[[116,13,116,54,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSbyKXEfu1_","regions":[[124,13,124,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSSyXEfu2_","regions":[[125,13,125,42,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaF","regions":[[129,55,163,6,1,0,0,0],[146,53,162,10,10,0,0,0],[162,10,163,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSbyKXEfu_","regions":[[151,17,151,68,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSSyXEfu0_","regions":[[152,17,152,72,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSbyKXEfu1_","regions":[[159,17,159,68,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSSyXEfu2_","regions":[[160,17,160,44,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC14registerCalledSbvpfi","regions":[[9,26,9,31,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC16unregisterCalledSbvpfi","regions":[[10,28,10,33,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC6statusADSo0eF6StatusV_tcfc","regions":[[12,56,14,6,11,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC8registeryyKF","regions":[[16,28,22,6,1,0,0,0],[19,12,19,59,1,0,0,0],[19,60,21,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC8registeryyKFSbyKXEfu_","regions":[[19,40,19,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC10unregisteryyYaKF","regions":[[24,36,27,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C5setUpyyYaKF","regions":[[37,40,48,6,5,0,0,0],[38,32,48,6,5,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C5setUpyyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[42,42,44,10,9,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C8tearDownyyYaKF","regions":[[50,43,54,6,5,0,0,0],[53,35,54,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKF","regions":[[56,83,84,6,1,0,0,0],[60,34,84,6,1,0,0,0],[76,16,76,21,1,0,0,0],[77,9,78,32,1,0,0,0],[79,9,80,124,0,0,0,0],[81,9,82,62,0,0,0,0],[83,10,84,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSbyKXEfu_","regions":[[78,27,78,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSbyKXEfu0_","regions":[[80,27,80,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSSyXEfu1_","regions":[[80,67,80,123,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF","regions":[[86,58,100,6,1,0,0,0],[95,33,100,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[88,42,90,10,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit0dE0C0E5StateOyKXEfu_","regions":[[99,24,99,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit0dE0C0E5StateOyKXEfu0_","regions":[[99,31,99,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF","regions":[[102,56,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu_","regions":[[109,27,109,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu0_","regions":[[109,35,109,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu1_","regions":[[110,24,110,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu2_","regions":[[110,39,110,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF","regions":[[113,87,136,6,1,0,0,0],[124,12,127,10,1,0,0,0],[125,38,127,10,0,0,0,0],[127,49,133,10,1,0,0,0],[128,54,130,14,1,0,0,0],[130,20,132,14,0,0,0,0],[133,17,135,10,0,0,0,0],[135,10,136,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[120,42,120,67,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaFSbyKXEfu_","regions":[[129,31,129,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF","regions":[[138,94,170,6,1,0,0,0],[165,34,170,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[158,42,158,60,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSbyKXEfu_","regions":[[168,23,168,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSSyXEfu0_","regions":[[168,51,168,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSbyKXEfu1_","regions":[[169,23,169,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSSyXEfu2_","regions":[[169,49,169,96,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C6statusSo05SMAppE6StatusVvpfi","regions":[[116,47,116,61,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C8registeryyKF","regions":[[117,36,117,96,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C10unregisteryyYaKF","regions":[[118,44,118,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C6statusSo05SMAppE6StatusVvpfi","regions":[[142,47,142,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C16unregisterCalledSbvpfi","regions":[[143,36,143,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C14registerCalledSbvpfi","regions":[[144,34,144,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C8registeryyKF","regions":[[146,36,149,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C10unregisteryyYaKF","regions":[[151,44,154,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyF","regions":[[16,34,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyFypSgyKXEfu_","regions":[[22,25,22,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyFSbyKXEfu0_","regions":[[25,24,25,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C23testStateSnapshotMethodyyF","regions":[[28,36,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C23testStateSnapshotMethodyyFypSgyKXEfu_","regions":[[36,25,36,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C9makeIssue33_3338DECC1827D82946160AA6BE048107LL8category10identifier0aB10WizardCore0pI0VAJ0I8CategoryO_AH0I10IdentifierOtF","regions":[[12,22,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF","regions":[[24,55,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu_","regions":[[43,24,43,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu0_","regions":[[43,32,43,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu1_","regions":[[43,62,43,124,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu2_","regions":[[44,24,44,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu3_","regions":[[44,34,44,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu4_","regions":[[44,64,44,130,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu5_","regions":[[45,24,45,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu6_","regions":[[45,33,45,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu7_","regions":[[45,63,45,130,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyF","regions":[[53,67,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSb0aB10WizardCore0rM0VXEfU_","regions":[[101,59,108,10,1,0,0,0],[104,13,106,14,0,0,0,0],[106,14,107,25,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSbyKXEfu_","regions":[[111,13,111,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSSyXEfu0_","regions":[[112,13,113,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSb0aB10WizardCore0rM0VXEfU0_","regions":[[117,49,122,10,1,0,0,0],[118,67,120,14,1,0,0,0],[120,14,121,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSbyKXEfu1_","regions":[[125,13,125,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSSyXEfu2_","regions":[[126,13,126,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyF","regions":[[131,59,189,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSb0aB10WizardCore0oL0VXEfU_","regions":[[176,47,183,10,1,0,0,0],[179,13,181,14,1,0,0,0],[181,14,182,25,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSbyKXEfu_","regions":[[186,13,186,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSSyXEfu0_","regions":[[187,13,187,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyF","regions":[[7,50,14,6,1,0,0,0],[9,46,11,10,1,0,0,0],[11,16,13,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyFSSyKXEfu_","regions":[[10,28,10,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyFSSyKXEfu0_","regions":[[10,34,10,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyF","regions":[[16,51,23,6,1,0,0,0],[18,46,20,10,1,0,0,0],[20,16,22,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyFSSyKXEfu_","regions":[[19,28,19,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyFSSyKXEfu0_","regions":[[19,34,19,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyF","regions":[[25,45,32,6,1,0,0,0],[27,46,29,10,1,0,0,0],[29,16,31,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyFSSyKXEfu_","regions":[[28,28,28,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyFSSyKXEfu0_","regions":[[28,34,28,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyF","regions":[[36,47,43,6,1,0,0,0],[38,46,40,10,1,0,0,0],[40,16,42,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyFSSyKXEfu_","regions":[[39,28,39,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyFSSyKXEfu0_","regions":[[39,34,39,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyF","regions":[[45,45,52,6,1,0,0,0],[47,46,49,10,1,0,0,0],[49,16,51,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyFSSyKXEfu_","regions":[[48,28,48,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyFSSyKXEfu0_","regions":[[48,34,48,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyF","regions":[[54,45,61,6,1,0,0,0],[56,46,58,10,1,0,0,0],[58,16,60,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyFSSyKXEfu_","regions":[[57,28,57,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyFSSyKXEfu0_","regions":[[57,34,57,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyF","regions":[[65,45,72,6,1,0,0,0],[67,46,69,10,1,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyFSSyKXEfu_","regions":[[68,28,68,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyFSSyKXEfu0_","regions":[[68,34,68,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyF","regions":[[74,45,81,6,1,0,0,0],[76,46,78,10,1,0,0,0],[78,16,80,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyFSSyKXEfu_","regions":[[77,28,77,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyFSSyKXEfu0_","regions":[[77,34,77,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyF","regions":[[85,46,92,6,1,0,0,0],[87,45,89,10,1,0,0,0],[89,16,91,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyFSSyKXEfu_","regions":[[88,28,88,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyFSSyKXEfu0_","regions":[[88,34,88,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyF","regions":[[94,48,101,6,1,0,0,0],[96,45,98,10,1,0,0,0],[98,16,100,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyFSSyKXEfu_","regions":[[97,28,97,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyFSSyKXEfu0_","regions":[[97,34,97,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyF","regions":[[103,45,110,6,1,0,0,0],[105,45,107,10,1,0,0,0],[107,16,109,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyFSSyKXEfu_","regions":[[106,28,106,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyFSSyKXEfu0_","regions":[[106,34,106,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyF","regions":[[112,46,119,6,1,0,0,0],[114,45,116,10,1,0,0,0],[116,16,118,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyFSSyKXEfu_","regions":[[115,28,115,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyFSSyKXEfu0_","regions":[[115,34,115,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyF","regions":[[123,56,130,6,1,0,0,0],[125,42,127,10,1,0,0,0],[127,16,129,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyFSSyKXEfu_","regions":[[126,28,126,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyFSSyKXEfu0_","regions":[[126,34,126,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyF","regions":[[132,56,139,6,1,0,0,0],[134,42,136,10,1,0,0,0],[136,16,138,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyFSSyKXEfu_","regions":[[135,28,135,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyFSSyKXEfu0_","regions":[[135,34,135,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyF","regions":[[143,57,148,6,1,0,0,0],[145,37,147,10,8,0,0,0],[147,10,148,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyFypSgyKXEfu_","regions":[[146,29,146,59,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyFSSyXEfu0_","regions":[[146,61,146,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyF","regions":[[150,54,155,6,1,0,0,0],[152,34,154,10,7,0,0,0],[154,10,155,6,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyFypSgyKXEfu_","regions":[[153,29,153,59,7,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyFSSyXEfu0_","regions":[[153,61,153,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyF","regions":[[157,52,162,6,1,0,0,0],[159,32,161,10,8,0,0,0],[161,10,162,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyFypSgyKXEfu_","regions":[[160,29,160,59,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyFSSyXEfu0_","regions":[[160,61,160,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyF","regions":[[164,53,169,6,1,0,0,0],[166,33,168,10,6,0,0,0],[168,10,169,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyFypSgyKXEfu_","regions":[[167,29,167,59,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyFSSyXEfu0_","regions":[[167,61,167,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyF","regions":[[171,50,176,6,1,0,0,0],[173,30,175,10,8,0,0,0],[175,10,176,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyFypSgyKXEfu_","regions":[[174,29,174,59,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyFSSyXEfu0_","regions":[[174,61,174,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaF","regions":[[9,71,18,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[12,77,12,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFs5Int32VyKXEfu_","regions":[[16,24,16,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFs5Int32VyKXEfu0_","regions":[[16,34,16,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFSiyKXEfu1_","regions":[[17,24,17,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFSiyKXEfu2_","regions":[[17,47,17,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaF","regions":[[20,69,29,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[24,77,24,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaFs5Int32VyKXEfu_","regions":[[28,24,28,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaFs5Int32VyKXEfu0_","regions":[[28,34,28,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaF","regions":[[31,65,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[34,77,34,98,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFs5Int32VyKXEfu_","regions":[[38,24,38,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFs5Int32VyKXEfu0_","regions":[[38,34,38,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSiyKXEfu1_","regions":[[39,24,39,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSiyKXEfu2_","regions":[[39,49,39,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSbSgyKXEfu3_","regions":[[40,24,40,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSbSgyKXEfu4_","regions":[[40,47,40,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaF","regions":[[43,75,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[46,77,46,98,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFs5Int32VyKXEfu_","regions":[[50,24,50,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFs5Int32VyKXEfu0_","regions":[[50,34,50,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSiyKXEfu1_","regions":[[51,24,51,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSiyKXEfu2_","regions":[[51,49,51,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSbSgyKXEfu3_","regions":[[52,24,52,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSbSgyKXEfu4_","regions":[[52,47,52,51,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests17makeSystemContext33_8958E7948D36B4F9631F025A71273482LL11helperReady010componentsN015servicesHealthy011permissionsN09conflicts0aB6AppKit0eF0VSb_S3bSay0aB10WizardCore0E8ConflictOGtF","regions":[[64,20,110,2,5,0,0,0],[65,62,65,70,5,0,0,0],[65,73,65,80,0,0,0,0],[82,15,91,14,5,0,0,0],[92,15,92,36,0,0,0,0],[96,15,96,97,5,0,0,0],[97,15,97,33,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC16inspectCallCountSivpfi","regions":[[117,41,117,42,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC18uninstallCallCountSivpfi","regions":[[118,43,118,44,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC7contextAD0aB6AppKit13SystemContextV_tcfc","regions":[[121,34,125,6,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC13inspectSystem0aB6AppKit0N7ContextVyYaF","regions":[[127,49,130,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC8makePlan3for7context0aB6AppKit07InstallN0VAH0S6IntentO_AH13SystemContextVtYaF","regions":[[132,93,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC3run6intent5using0aB6AppKit0D6ReportVAH13InstallIntentO_AH15PrivilegeBrokerVtYaF","regions":[[136,90,138,6,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC9uninstall12deleteConfig5using0aB6AppKit0D6ReportVSb_AH15PrivilegeBrokerVtYaF","regions":[[140,91,144,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD12DescriptionsyyF","regions":[[21,43,35,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD19RecoverySuggestionsyyF","regions":[[38,50,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD14RecoverabilityyyF","regions":[[49,45,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD12DescriptionsyyF","regions":[[63,37,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD19RecoverySuggestionsyyF","regions":[[79,44,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD14RecoverabilityyyF","regions":[[88,39,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD12DescriptionsyyF","regions":[[102,40,112,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD19RecoverySuggestionsyyF","regions":[[115,47,122,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD14RecoverabilityyyF","regions":[[125,42,131,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD12DescriptionsyyF","regions":[[136,36,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD19RecoverySuggestionsyyF","regions":[[148,43,151,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD14RecoverabilityyyF","regions":[[154,38,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD12DescriptionsyyF","regions":[[165,43,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD19RecoverySuggestionsyyF","regions":[[177,50,183,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD14RecoverabilityyyF","regions":[[186,45,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V012coordinationD12DescriptionsyyF","regions":[[197,42,212,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V012coordinationD18DisplayPreferencesyyF","regions":[[215,48,223,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07loggingD12DescriptionsyyF","regions":[[228,37,236,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07loggingD18DisplayPreferencesyyF","regions":[[239,43,244,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V23convenienceConstructorsyyF","regions":[[249,36,267,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V20equatableConformanceyyF","regions":[[272,33,289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V21errorDisplayFilteringyyF","regions":[[294,34,313,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V33errorRecoverabilityClassificationyyF","regions":[[316,46,333,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V19sendableConformanceyyYaF","regions":[[338,38,349,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V19sendableConformanceyyYaFyyYacfU_","regions":[[344,29,346,10,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC5setUpyyF","regions":[[41,32,47,6,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC5setUpyyFSaySSGycfU_","regions":[[46,45,46,51,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC8tearDownyyF","regions":[[49,35,52,6,10,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC5setUpyyYaKF","regions":[[60,45,63,6,58,0,0,0],[61,32,63,6,58,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC5setUpyyYaKFSaySSGycfU_","regions":[[62,45,62,51,0,0,0,0]]},{"branches":[],"count":58,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC8tearDownyyYaKF","regions":[[65,48,68,6,58,0,0,0],[67,35,68,6,58,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC14setUpWithErroryyKF","regions":[[7,43,9,6,35,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC17tearDownWithErroryyKF","regions":[[11,46,13,6,35,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKF","regions":[[17,51,26,6,1,0,0,0],[20,42,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSbyKXEfu_","regions":[[21,27,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyXEfu0_","regions":[[21,67,21,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyKXEfu1_","regions":[[24,13,24,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyKXEfu2_","regions":[[24,33,24,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKF","regions":[[28,42,55,6,1,0,0,0],[51,44,54,10,16,0,0,0],[54,10,55,6,1,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyKXEfu_","regions":[[53,28,53,34,16,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyKXEfu0_","regions":[[53,36,53,44,16,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyXEfu1_","regions":[[53,46,53,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKF","regions":[[57,47,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu_","regions":[[61,24,61,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu0_","regions":[[61,62,61,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu1_","regions":[[62,24,62,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu2_","regions":[[62,62,62,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu3_","regions":[[63,24,63,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu4_","regions":[[63,62,63,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu5_","regions":[[66,24,66,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu6_","regions":[[66,67,66,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu7_","regions":[[67,24,67,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu8_","regions":[[67,66,67,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu9_","regions":[[68,24,68,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu10_","regions":[[68,67,68,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu11_","regions":[[71,24,71,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu12_","regions":[[71,64,71,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu13_","regions":[[72,24,72,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu14_","regions":[[72,68,72,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu15_","regions":[[73,24,73,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu16_","regions":[[73,65,73,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu17_","regions":[[74,24,74,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu18_","regions":[[74,65,74,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu19_","regions":[[75,24,75,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu20_","regions":[[75,68,75,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu21_","regions":[[76,24,76,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu22_","regions":[[76,69,76,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu23_","regions":[[79,24,79,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu24_","regions":[[79,66,79,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu25_","regions":[[80,24,80,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu26_","regions":[[80,64,80,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKF","regions":[[83,44,103,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu_","regions":[[89,23,89,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu0_","regions":[[90,23,90,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu1_","regions":[[91,23,91,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu2_","regions":[[92,23,92,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu3_","regions":[[93,23,93,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu4_","regions":[[93,46,93,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu5_","regions":[[94,23,94,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu6_","regions":[[94,47,94,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu7_","regions":[[95,23,95,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu8_","regions":[[96,23,96,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu9_","regions":[[97,23,97,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu10_","regions":[[97,48,97,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu11_","regions":[[98,23,98,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu12_","regions":[[98,48,98,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu13_","regions":[[99,23,99,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu14_","regions":[[99,62,99,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu15_","regions":[[102,24,102,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKF","regions":[[105,54,122,6,1,0,0,0],[113,73,121,10,4,0,0,0],[121,10,122,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu_","regions":[[117,27,117,53,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu0_","regions":[[118,27,118,57,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu1_","regions":[[119,27,119,60,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu2_","regions":[[120,27,120,58,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKF","regions":[[124,40,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSiyKXEfu_","regions":[[132,24,132,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSiyKXEfu0_","regions":[[132,36,132,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSSyXEfu1_","regions":[[132,49,132,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu2_","regions":[[135,23,135,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu3_","regions":[[136,23,136,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu4_","regions":[[137,23,137,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu5_","regions":[[140,24,140,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu6_","regions":[[141,24,141,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testKeyboardCaptureInitializationyyKF","regions":[[146,53,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testKeyboardCaptureInitializationyyKFypSgyKXEfu_","regions":[[150,25,150,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKF","regions":[[154,39,177,6,1,0,0,0],[173,46,176,10,12,0,0,0],[176,10,177,6,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyKXEfu_","regions":[[175,28,175,34,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyKXEfu0_","regions":[[175,36,175,44,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyXEfu1_","regions":[[175,46,175,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKF","regions":[[181,54,199,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu_","regions":[[189,23,189,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu0_","regions":[[190,23,190,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu1_","regions":[[191,23,191,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu2_","regions":[[197,24,197,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu3_","regions":[[197,34,197,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu4_","regions":[[198,24,198,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu5_","regions":[[198,35,198,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testConfigGenerationPerformanceyyKF","regions":[[203,51,212,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testConfigGenerationPerformanceyyKFyyXEfU_","regions":[[204,17,211,10,10,0,0,0],[205,32,210,14,1000,0,0,0],[206,42,206,48,500,0,0,0],[206,51,206,58,500,0,0,0],[207,43,207,51,500,0,0,0],[207,54,207,62,500,0,0,0],[210,14,211,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA21ConversionPerformanceyyKF","regions":[[214,48,227,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA21ConversionPerformanceyyKFyyXEfU_","regions":[[219,17,226,10,10,0,0,0],[220,33,225,14,10000,0,0,0],[221,37,224,18,90000,0,0,0],[224,18,225,14,10000,0,0,0],[225,14,226,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKF","regions":[[231,44,243,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu_","regions":[[235,23,235,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu0_","regions":[[236,23,236,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu1_","regions":[[241,23,241,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu2_","regions":[[242,23,242,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKF","regions":[[245,52,253,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKFSbyKXEfu_","regions":[[252,23,252,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKFSbyKXEfu_SbyKXEfu0_","regions":[[252,49,252,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoStartInitializationyyKF","regions":[[257,47,266,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoStartInitializationyyKFypSgyKXEfu_","regions":[[262,25,262,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC19testCleanupFunctionyyYaKF","regions":[[268,45,276,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC19testCleanupFunctionyyYaKFSbyKXEfu_","regions":[[275,23,275,27,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testDaemonManagementyyYaKF","regions":[[278,46,292,6,1,0,0,0],[289,12,289,36,1,0,0,0],[289,37,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testDaemonManagementyyYaKFSbyKXEfu_","regions":[[290,28,290,54,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKF","regions":[[294,52,316,6,1,0,0,0],[301,12,301,34,1,0,0,0],[301,35,315,10,0,0,0,0],[304,46,306,14,0,0,0,0],[306,20,314,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu_","regions":[[305,32,305,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu0_","regions":[[311,21,311,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[311,57,311,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSSyXEfu2_","regions":[[312,21,312,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKF","regions":[[320,49,330,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu_","regions":[[329,24,329,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu0_","regions":[[329,45,329,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu0_SbyKXEfu1_","regions":[[329,61,329,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKF","regions":[[332,50,350,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKFSbyKXEfu_","regions":[[348,13,348,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKFSSyXEfu0_","regions":[[348,45,348,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKF","regions":[[352,53,374,6,1,0,0,0],[359,12,363,10,1,0,0,0],[360,81,363,10,0,0,0,0],[363,17,373,10,1,0,0,0],[373,10,374,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu_","regions":[[362,27,362,31,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_","regions":[[367,17,370,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[367,56,367,91,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu2_","regions":[[368,24,368,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu3_","regions":[[368,67,368,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu4_","regions":[[369,24,369,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu5_","regions":[[369,65,369,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu6_","regions":[[370,24,370,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSSyXEfu7_","regions":[[371,17,371,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKF","regions":[[376,50,397,6,1,0,0,0],[390,12,392,10,1,0,0,0],[391,81,392,10,0,0,0,0],[392,17,396,10,1,0,0,0],[396,10,397,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu_","regions":[[384,23,384,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu0_","regions":[[384,69,384,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu1_","regions":[[385,23,385,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu2_","regions":[[385,62,385,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu3_","regions":[[386,23,386,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu4_","regions":[[386,46,386,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu5_","regions":[[387,23,387,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu6_","regions":[[387,48,387,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFypSgyKXEfu7_","regions":[[395,29,395,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKF","regions":[[399,54,427,6,1,0,0,0],[403,12,403,44,1,0,0,0],[403,45,426,10,1,0,0,0],[405,16,405,38,1,0,0,0],[405,39,414,14,0,0,0,0],[408,50,413,18,0,0,0,0],[416,16,416,45,1,0,0,0],[416,46,425,14,1,0,0,0],[419,50,424,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu_","regions":[[410,25,410,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[410,79,410,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSSyXEfu1_","regions":[[411,25,411,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu2_","regions":[[421,25,421,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[421,59,421,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSSyXEfu4_","regions":[[422,25,422,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKF","regions":[[429,51,448,6,1,0,0,0],[436,12,436,34,1,0,0,0],[436,35,438,10,0,0,0,0],[438,19,438,41,1,0,0,0],[438,42,440,10,1,0,0,0],[443,42,447,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu_","regions":[[437,27,437,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu0_","regions":[[437,58,437,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu1_","regions":[[439,27,439,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu2_","regions":[[439,60,439,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu3_","regions":[[444,28,444,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu4_","regions":[[444,57,444,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu5_","regions":[[445,28,445,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu6_","regions":[[445,53,445,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu7_","regions":[[446,28,446,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu8_","regions":[[446,70,446,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKF","regions":[[452,46,473,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu_","regions":[[462,25,462,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu0_","regions":[[463,25,463,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu1_","regions":[[464,25,464,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu2_","regions":[[468,24,468,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSSyXEfu3_","regions":[[468,40,468,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_","regions":[[470,13,470,90,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_SbyKXEfu5_","regions":[[470,39,470,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_SbyKXEfu6_","regions":[[470,68,470,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSSyXEfu7_","regions":[[471,13,471,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKF","regions":[[477,53,499,6,1,0,0,0],[483,32,485,10,1,0,0,0],[485,10,499,6,0,0,0,0],[493,12,493,40,0,0,0,0],[493,41,498,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFypSgyKXEfu_","regions":[[490,25,490,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFSbyKXEfu0_","regions":[[495,17,495,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFSSyXEfu1_","regions":[[496,17,496,50,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKF","regions":[[501,55,530,6,1,0,0,0],[508,12,508,43,1,0,0,0],[508,44,521,10,0,0,0,0],[521,16,529,10,1,0,0,0],[523,46,528,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu_","regions":[[514,27,514,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSSyXEfu0_","regions":[[514,33,514,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu1_","regions":[[525,21,525,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[525,50,525,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSSyXEfu3_","regions":[[526,21,526,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKF","regions":[[532,45,550,6,1,0,0,0],[542,12,542,24,1,0,0,0],[542,25,545,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSbyKXEfu_","regions":[[544,27,544,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSSyXEfu0_","regions":[[544,50,544,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSbyKXEfu1_","regions":[[549,23,549,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSSyXEfu2_","regions":[[549,29,549,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKF","regions":[[554,50,572,6,1,0,0,0],[557,12,563,10,1,0,0,0],[559,53,563,10,1,0,0,0],[563,17,571,10,0,0,0,0],[571,10,572,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu_","regions":[[562,27,562,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSSyXEfu0_","regions":[[562,33,562,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_","regions":[[567,17,568,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[567,49,567,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu3_","regions":[[568,24,568,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu4_","regions":[[568,59,568,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSSyXEfu5_","regions":[[569,17,569,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKF","regions":[[574,49,584,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFypSgyKXEfu_","regions":[[579,25,579,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSSyXEfu0_","regions":[[579,34,579,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSbyKXEfu1_","regions":[[583,23,583,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSSyXEfu2_","regions":[[583,29,583,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKF","regions":[[586,64,609,6,1,0,0,0],[599,12,599,26,1,0,0,0],[599,27,608,10,1,0,0,0],[601,46,607,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu_","regions":[[594,13,594,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[594,38,594,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSSyXEfu1_","regions":[[595,13,595,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_","regions":[[603,21,604,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[603,53,603,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu4_","regions":[[604,28,604,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu5_","regions":[[604,55,604,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSSyXEfu6_","regions":[[605,21,605,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKF","regions":[[611,47,627,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyKXEfu_","regions":[[616,13,616,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyKXEfu0_","regions":[[616,33,616,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu1_","regions":[[617,13,617,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSbyKXEfu2_","regions":[[625,23,625,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu3_","regions":[[625,50,625,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSbyKXEfu4_","regions":[[626,23,626,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu5_","regions":[[626,50,626,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKF","regions":[[629,40,641,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu_","regions":[[634,23,634,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu0_","regions":[[634,29,634,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu1_","regions":[[637,23,637,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu2_","regions":[[637,29,637,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu3_","regions":[[640,23,640,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu4_","regions":[[640,29,640,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKF","regions":[[643,40,654,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSbyKXEfu_","regions":[[650,23,650,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSSyXEfu0_","regions":[[650,29,650,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSbyKXEfu1_","regions":[[653,23,653,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSSyXEfu2_","regions":[[653,29,653,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKF","regions":[[656,36,664,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSbyKXEfu_","regions":[[660,23,660,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSSyXEfu0_","regions":[[660,29,660,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSbyKXEfu1_","regions":[[663,23,663,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSSyXEfu2_","regions":[[663,29,663,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKF","regions":[[666,41,673,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSbyKXEfu_","regions":[[669,23,669,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSSyXEfu0_","regions":[[669,29,669,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSbyKXEfu1_","regions":[[672,23,672,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSSyXEfu2_","regions":[[672,29,672,58,0,0,0,0]]},{"branches":[],"count":1369,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC0aB5TestsE15keyCodeToStringySSs5Int64VF","regions":[[680,54,699,6,1369,0,0,0],[694,42,696,10,684,0,0,0],[696,16,698,10,685,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC0aB5TestsE27hasAccessibilityPermissionsSbyF","regions":[[701,48,703,6,1,0,0,0]]},{"branches":[],"count":21,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C7capture0aB6AppKit0dE0Cvg","regions":[[10,41,10,48,21,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C21receivedNotificationsSay10Foundation12NotificationVGvpfi","regions":[[11,49,11,51,22,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C5setUpyyF","regions":[[13,27,23,6,22,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0CfD","regions":[[25,12,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C20notificationReceived33_7F15D879B266FD0212019990B9196437LLyy10Foundation12NotificationVF","regions":[[29,75,31,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKF","regions":[[35,53,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFypSgyKXEfu_","regions":[[36,25,36,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSbyKXEfu0_","regions":[[38,19,38,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSbyKXEfu0_SbyKXEfu1_","regions":[[38,45,38,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSSyXEfu2_","regions":[[38,70,38,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKF","regions":[[43,46,65,6,1,0,0,0],[61,46,64,10,61,0,0,0],[64,10,65,6,1,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyKXEfu_","regions":[[63,28,63,34,61,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyKXEfu0_","regions":[[63,36,63,44,61,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyXEfu1_","regions":[[63,46,63,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKF","regions":[[67,45,77,6,1,0,0,0],[71,40,76,10,6,0,0,0],[76,10,77,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyKXEfu_","regions":[[74,17,74,23,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyKXEfu0_","regions":[[74,25,74,40,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyXEfu1_","regions":[[74,42,74,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKF","regions":[[79,40,92,6,1,0,0,0],[88,46,91,10,4,0,0,0],[91,10,92,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyKXEfu_","regions":[[90,28,90,34,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyKXEfu0_","regions":[[90,36,90,44,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyXEfu1_","regions":[[90,46,90,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKF","regions":[[96,52,100,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSbyKXEfu_","regions":[[99,23,99,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSbyKXEfu_SbyKXEfu0_","regions":[[99,49,99,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSSyXEfu1_","regions":[[99,74,99,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKF","regions":[[102,51,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKFSbyKXEfu_","regions":[[107,23,107,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKFSSyXEfu0_","regions":[[107,29,107,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKF","regions":[[112,49,149,6,1,0,0,0],[124,12,124,60,1,0,0,0],[124,61,136,10,0,0,0,0],[136,16,144,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFySScfU_","regions":[[118,30,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFyyYbScMYccfU0_","regions":[[126,67,128,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu_","regions":[[132,28,132,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu0_","regions":[[132,57,132,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu1_","regions":[[132,60,132,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyKXEfu2_","regions":[[133,28,133,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyKXEfu3_","regions":[[133,68,133,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu4_","regions":[[134,28,134,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu5_","regions":[[134,48,134,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu6_","regions":[[134,51,134,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSbyKXEfu7_","regions":[[135,27,135,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu8_","regions":[[135,63,135,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFyyYbScMYccfU1_","regions":[[139,67,141,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSbyKXEfu9_","regions":[[148,23,148,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu10_","regions":[[148,29,148,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKF","regions":[[151,50,200,6,1,0,0,0],[174,12,174,27,1,0,0,0],[174,28,189,10,0,0,0,0],[183,16,183,46,0,0,0,0],[183,47,186,14,0,0,0,0],[186,20,188,14,0,0,0,0],[189,16,195,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyycfU_","regions":[[159,27,165,10,1,0,0,0],[162,36,162,46,0,0,0,0],[162,46,165,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFySScfU0_","regions":[[168,40,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyyYbScMYccfU1_","regions":[[175,67,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu_","regions":[[181,28,181,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu0_","regions":[[181,48,181,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu1_","regions":[[181,51,181,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSbyKXEfu2_","regions":[[182,27,182,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu3_","regions":[[182,67,182,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu4_","regions":[[185,21,185,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu5_","regions":[[185,50,185,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu6_","regions":[[185,53,185,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu7_","regions":[[187,32,187,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu8_","regions":[[187,61,187,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu9_","regions":[[187,64,187,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyyYbScMYccfU2_","regions":[[190,67,192,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSbyKXEfu10_","regions":[[199,23,199,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu11_","regions":[[199,29,199,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKF","regions":[[202,45,221,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFySScfU_","regions":[[206,30,208,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFySScfU0_","regions":[[211,30,213,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFSbyKXEfu_","regions":[[220,23,220,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFSSyXEfu0_","regions":[[220,29,220,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKF","regions":[[223,49,228,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKFSbyKXEfu_","regions":[[227,23,227,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKFSSyXEfu0_","regions":[[227,29,227,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKF","regions":[[232,52,255,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFyycfU_","regions":[[237,42,240,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFyyYbScMYccfU0_","regions":[[244,63,248,10,1,0,0,0],[245,16,245,35,1,0,0,0],[245,36,247,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFSbyKXEfu_","regions":[[254,23,254,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFSSyXEfu0_","regions":[[254,29,254,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKF","regions":[[257,57,274,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFyycfU_","regions":[[261,42,263,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFyycfU0_","regions":[[266,42,268,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFSbyKXEfu_","regions":[[273,23,273,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFSSyXEfu0_","regions":[[273,29,273,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKF","regions":[[276,61,281,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKFSbyKXEfu_","regions":[[280,23,280,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKFSSyXEfu0_","regions":[[280,29,280,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKF","regions":[[285,53,316,6,1,0,0,0],[304,12,304,62,1,0,0,0],[304,63,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_","regions":[[291,30,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SbyKXEfu_","regions":[[293,27,293,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SSyXEfu0_","regions":[[293,51,293,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SbyKXEfu1_","regions":[[294,27,294,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SSyXEfu2_","regions":[[294,55,294,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFyyYbScMYccfU0_","regions":[[297,63,299,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSbyKXEfu_","regions":[[304,47,304,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSiyKXEfu0_","regions":[[306,17,306,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSiyKXEfu1_","regions":[[306,46,306,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu2_","regions":[[306,49,306,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyKXEfu3_","regions":[[310,28,310,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyKXEfu4_","regions":[[310,56,310,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFypSgyKXEfu5_","regions":[[313,29,313,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu6_","regions":[[313,39,313,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSbyKXEfu7_","regions":[[314,27,314,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu8_","regions":[[314,58,314,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKF","regions":[[318,63,340,6,1,0,0,0],[333,12,333,62,1,0,0,0],[333,63,339,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_","regions":[[323,40,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_SbyKXEfu_","regions":[[324,27,324,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_SSyXEfu0_","regions":[[324,51,324,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFyyYbScMYccfU0_","regions":[[327,63,329,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu_","regions":[[333,47,333,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu0_","regions":[[334,28,334,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSSyXEfu1_","regions":[[334,59,334,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu2_","regions":[[338,27,338,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSSyXEfu3_","regions":[[338,58,338,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKF","regions":[[344,42,363,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFySScfU_","regions":[[349,40,351,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFyyYbScMYccfU0_","regions":[[355,63,359,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFSbyKXEfu_","regions":[[362,23,362,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFSSyXEfu0_","regions":[[362,29,362,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKF","regions":[[367,53,390,6,1,0,0,0],[371,12,382,10,1,0,0,0],[382,10,390,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFypSgyKXEfu_","regions":[[375,29,375,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFSSyXEfu0_","regions":[[375,42,375,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFySScfU_","regions":[[377,39,377,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFyycfU0_","regions":[[380,51,380,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFypSgyKXEfu1_","regions":[[389,22,389,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFSSyXEfu2_","regions":[[389,35,389,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKF","regions":[[394,47,405,6,1,0,0,0],[399,26,402,10,5,0,0,0],[402,10,405,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFySScfU_","regions":[[400,34,400,42,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFSbyKXEfu_","regions":[[404,23,404,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFSSyXEfu0_","regions":[[404,29,404,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKF","regions":[[407,45,439,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFyycfU_","regions":[[412,27,418,10,1,0,0,0],[415,36,415,46,0,0,0,0],[415,46,418,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFySScfU0_","regions":[[421,30,427,10,0,0,0,0],[423,16,423,36,0,0,0,0],[423,37,425,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFySScfU0_SSyXEfu_","regions":[[424,28,424,40,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFyyYbScMYccfU1_","regions":[[431,63,433,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFSbyKXEfu_","regions":[[438,23,438,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFSSyXEfu0_","regions":[[438,29,438,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKF","regions":[[443,61,484,6,1,0,0,0],[479,38,483,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFyycfU_","regions":[[452,27,458,10,1,0,0,0],[455,36,455,46,0,0,0,0],[455,46,458,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_","regions":[[460,30,468,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_SbyKXEfu_","regions":[[465,28,465,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_SSyXEfu0_","regions":[[465,50,465,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFyyYbScMYccfU1_","regions":[[471,63,473,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFSbyKXEfu_","regions":[[482,28,482,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFSSyXEfu0_","regions":[[482,47,482,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA22CodeMappingPerformanceyyKF","regions":[[488,49,496,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA22CodeMappingPerformanceyyKFyyXEfU_","regions":[[491,17,495,10,10,0,0,0],[492,41,494,14,1280,0,0,0],[494,14,495,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKF","regions":[[498,51,505,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKFyyXEfU_","regions":[[499,17,504,10,10,0,0,0],[500,32,503,14,1000,0,0,0],[503,14,504,10,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKFyyXEfU_ySScfU_","regions":[[501,38,501,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VF","regions":[[509,53,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VFSbyKXEfu_","regions":[[513,24,513,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VFSSyXEfu0_","regions":[[513,41,513,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA11CodeMapping33_7F15D879B266FD0212019990B9196437LLySSs5Int64VF","regions":[[521,65,524,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA18PressAddsToPressedyyYaF","regions":[[9,47,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA18PressAddsToPressedyyYaFSbyKXEfu_","regions":[[16,23,16,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaF","regions":[[19,54,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaFSbyKXEfu_","regions":[[24,23,24,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaFSbyKXEfu0_","regions":[[28,24,28,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaF","regions":[[31,52,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaFSbyKXEfu_","regions":[[43,23,43,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaFSbyKXEfu0_","regions":[[44,23,44,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaF","regions":[[47,51,63,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaFSbyKXEfu_","regions":[[61,23,61,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaFSbyKXEfu0_","regions":[[62,24,62,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaF","regions":[[65,63,80,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFSSSgyKXEfu_","regions":[[73,24,73,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFSSSgyKXEfu0_","regions":[[73,50,73,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFypSgyKXEfu1_","regions":[[79,22,79,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaF","regions":[[82,60,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaFSbyKXEfu_","regions":[[86,24,86,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaFSbyKXEfu0_","regions":[[92,23,92,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaF","regions":[[95,63,106,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaFSbyKXEfu_","regions":[[99,24,99,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaFSbyKXEfu0_","regions":[[105,23,105,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaF","regions":[[108,45,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSbyKXEfu_","regions":[[116,13,116,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSSyXEfu0_","regions":[[117,13,117,44,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSbyKXEfu1_","regions":[[120,13,120,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSSyXEfu2_","regions":[[121,13,121,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaF","regions":[[125,51,136,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaFSbyKXEfu_","regions":[[133,13,133,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaFSSyXEfu0_","regions":[[134,13,134,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyF","regions":[[140,41,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFypSgyKXEfu_","regions":[[144,25,144,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFSSSgyKXEfu0_","regions":[[145,24,145,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFSSSgyKXEfu1_","regions":[[145,53,145,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyF","regions":[[148,41,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFypSgyKXEfu_","regions":[[152,25,152,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu0_","regions":[[153,24,153,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu1_","regions":[[153,56,153,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu2_","regions":[[154,24,154,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu3_","regions":[[154,46,154,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C46testExtractPushMsgInfoReturnsNilForNonMatchingyyF","regions":[[157,59,161,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C46testExtractPushMsgInfoReturnsNilForNonMatchingyyFypSgyKXEfu_","regions":[[160,22,160,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyF","regions":[[163,43,167,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyFSSSgyKXEfu_","regions":[[166,24,166,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyFSSSgyKXEfu0_","regions":[[166,32,166,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyF","regions":[[169,55,173,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyFSSSgyKXEfu_","regions":[[172,24,172,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyFSSSgyKXEfu0_","regions":[[172,32,172,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C046testExtractAppLaunchIdentifierReturnsNilForNonK0yyF","regions":[[175,65,179,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C046testExtractAppLaunchIdentifierReturnsNilForNonK0yyFypSgyKXEfu_","regions":[[178,22,178,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyF","regions":[[181,37,185,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyFSSSgyKXEfu_","regions":[[184,24,184,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyFSSSgyKXEfu0_","regions":[[184,32,184,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyF","regions":[[187,46,191,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyFSSSgyKXEfu_","regions":[[190,24,190,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyFSSSgyKXEfu0_","regions":[[190,32,190,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testExtractUrlIdentifierReturnsNilForNonOpenyyF","regions":[[193,57,197,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testExtractUrlIdentifierReturnsNilForNonOpenyyFypSgyKXEfu_","regions":[[196,22,196,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaF","regions":[[201,51,218,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu_","regions":[[214,23,214,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu0_","regions":[[214,47,214,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu1_","regions":[[215,23,215,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu2_","regions":[[215,48,215,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu3_","regions":[[216,23,216,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu4_","regions":[[216,48,216,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu5_","regions":[[217,23,217,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu6_","regions":[[217,48,217,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaF","regions":[[220,52,231,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu_","regions":[[227,24,227,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu0_","regions":[[228,24,228,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu1_","regions":[[229,24,229,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu2_","regions":[[230,24,230,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyF","regions":[[233,49,243,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu_","regions":[[235,24,235,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu0_","regions":[[235,81,235,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu1_","regions":[[236,24,236,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu2_","regions":[[236,81,236,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu3_","regions":[[237,24,237,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu4_","regions":[[237,81,237,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu5_","regions":[[238,24,238,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu6_","regions":[[238,81,238,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu7_","regions":[[239,24,239,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu8_","regions":[[239,85,239,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu9_","regions":[[240,24,240,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu10_","regions":[[240,84,240,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu11_","regions":[[241,24,241,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu12_","regions":[[241,88,241,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFypSgyKXEfu13_","regions":[[242,22,242,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyF","regions":[[245,51,254,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu_","regions":[[246,24,246,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu0_","regions":[[246,84,246,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu1_","regions":[[247,24,247,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu2_","regions":[[247,86,247,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu3_","regions":[[248,24,248,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu4_","regions":[[248,84,248,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu5_","regions":[[249,24,249,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu6_","regions":[[249,83,249,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu7_","regions":[[250,24,250,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu8_","regions":[[250,88,250,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu9_","regions":[[251,24,251,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu10_","regions":[[251,84,251,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu11_","regions":[[252,24,252,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu12_","regions":[[252,84,252,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu13_","regions":[[253,24,253,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu14_","regions":[[253,86,253,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyF","regions":[[256,57,264,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu_","regions":[[257,24,257,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu0_","regions":[[257,83,257,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu1_","regions":[[258,24,258,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu2_","regions":[[258,83,258,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu3_","regions":[[259,24,259,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu4_","regions":[[259,83,259,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu5_","regions":[[260,24,260,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu6_","regions":[[260,83,260,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu7_","regions":[[261,24,261,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu8_","regions":[[261,83,261,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu9_","regions":[[262,24,262,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu10_","regions":[[262,83,262,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu11_","regions":[[263,24,263,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu12_","regions":[[263,83,263,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyF","regions":[[266,49,269,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu_","regions":[[267,24,267,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu0_","regions":[[267,89,267,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu1_","regions":[[268,24,268,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu2_","regions":[[268,84,268,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaF","regions":[[273,58,301,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu_","regions":[[282,13,282,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu0_","regions":[[283,13,283,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu1_","regions":[[292,13,292,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu2_","regions":[[293,13,293,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu3_","regions":[[298,13,298,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu4_","regions":[[299,13,299,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaF","regions":[[303,61,315,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaFSbyKXEfu_","regions":[[312,13,312,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaFSSyXEfu0_","regions":[[313,13,313,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaF","regions":[[317,52,335,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaFSbyKXEfu_","regions":[[332,13,332,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaFSSyXEfu0_","regions":[[333,13,333,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaF","regions":[[337,66,352,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSbyKXEfu_","regions":[[350,23,350,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSSyXEfu0_","regions":[[350,47,350,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSbyKXEfu1_","regions":[[351,24,351,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSSyXEfu2_","regions":[[351,48,351,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaF","regions":[[356,54,379,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSbyKXEfu_","regions":[[372,13,372,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSSyXEfu0_","regions":[[373,13,373,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSbyKXEfu1_","regions":[[376,13,376,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSSyXEfu2_","regions":[[377,13,377,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaF","regions":[[381,51,404,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSbyKXEfu_","regions":[[397,13,397,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSSyXEfu0_","regions":[[398,13,398,43,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSbyKXEfu1_","regions":[[401,13,401,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSSyXEfu2_","regions":[[402,13,402,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaF","regions":[[406,62,418,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaFSbyKXEfu_","regions":[[417,23,417,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaFSSyXEfu0_","regions":[[417,62,417,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaF","regions":[[420,61,432,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaFSbyKXEfu_","regions":[[431,23,431,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaFSSyXEfu0_","regions":[[431,63,431,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyF","regions":[[436,56,441,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyFSbyKXEfu_","regions":[[440,23,440,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyFSSyXEfu0_","regions":[[440,55,440,112,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyF","regions":[[443,54,448,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyFSbyKXEfu_","regions":[[447,23,447,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyFSSyXEfu0_","regions":[[447,55,447,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyF","regions":[[450,51,455,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyFSbyKXEfu_","regions":[[454,24,454,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyFSSyXEfu0_","regions":[[454,56,454,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyF","regions":[[457,50,462,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyFSbyKXEfu_","regions":[[461,24,461,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyFSSyXEfu0_","regions":[[461,56,461,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyF","regions":[[464,47,468,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyFSbyKXEfu_","regions":[[467,23,467,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyFSSyXEfu0_","regions":[[467,59,467,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaF","regions":[[470,69,481,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaFSbyKXEfu_","regions":[[480,23,480,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaFSSyXEfu0_","regions":[[480,59,480,123,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyF","regions":[[485,49,488,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyFypSgyKXEfu_","regions":[[487,22,487,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyFSSyXEfu0_","regions":[[487,52,487,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyF","regions":[[490,43,498,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFs6UInt16VSgyKXEfu_","regions":[[494,24,494,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFs6UInt16VSgyKXEfu0_","regions":[[494,54,494,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFypSgyKXEfu1_","regions":[[497,22,497,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyF","regions":[[502,50,514,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[504,24,504,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[504,68,504,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[505,24,505,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[505,68,505,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[506,24,506,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[506,68,506,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[507,24,507,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[507,68,507,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[508,24,508,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[508,68,508,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[509,24,509,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[509,68,509,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[510,24,510,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[510,68,510,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[511,24,511,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[511,68,511,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[512,24,512,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[512,68,512,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[513,24,513,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[513,68,513,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyF","regions":[[516,49,528,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[518,24,518,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[518,68,518,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[519,24,519,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[519,68,519,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[520,24,520,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[520,68,520,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[521,24,521,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[521,68,521,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[522,24,522,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[522,68,522,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[523,24,523,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[523,68,523,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[524,24,524,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[524,68,524,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[525,24,525,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[525,68,525,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[526,24,526,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[526,68,526,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[527,24,527,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[527,68,527,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyF","regions":[[530,52,542,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[532,24,532,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[532,68,532,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[533,24,533,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[533,68,533,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[534,24,534,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[534,68,534,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[535,24,535,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[535,68,535,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[536,24,536,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[536,68,536,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[537,24,537,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[537,68,537,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[538,24,538,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[538,68,538,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[539,24,539,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[539,68,539,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[540,24,540,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[540,68,540,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[541,24,541,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[541,68,541,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyF","regions":[[544,54,549,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu_","regions":[[546,24,546,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu0_","regions":[[546,68,546,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu1_","regions":[[547,24,547,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu2_","regions":[[547,68,547,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu3_","regions":[[548,24,548,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu4_","regions":[[548,68,548,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyF","regions":[[551,59,555,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu_","regions":[[552,22,552,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu0_","regions":[[553,22,553,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu1_","regions":[[554,22,554,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKF","regions":[[5,69,14,6,1,0,0,0],[8,74,14,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKFSbyKXEfu_","regions":[[11,13,11,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKFSSyXEfu0_","regions":[[12,13,12,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyF","regions":[[16,65,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu_","regions":[[24,23,24,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu0_","regions":[[24,52,24,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu1_","regions":[[25,23,25,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu2_","regions":[[25,54,25,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu3_","regions":[[27,13,27,78,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu4_","regions":[[28,13,28,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyF","regions":[[7,42,14,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyFSbyKXEfu_","regions":[[13,23,13,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyFSSyXEfu0_","regions":[[13,41,13,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyF","regions":[[16,62,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyFSbyKXEfu_","regions":[[22,23,22,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyFSSyXEfu0_","regions":[[22,41,22,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyF","regions":[[27,48,50,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[36,24,36,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[36,42,36,76,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[40,35,40,74,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[40,56,40,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[41,25,41,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[41,31,41,60,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[44,35,44,74,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[44,56,44,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[45,25,45,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[45,31,45,60,0,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU1_","regions":[[48,35,48,74,17,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU1_SbyKXEfu_","regions":[[48,56,48,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu5_","regions":[[49,22,49,26,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu6_","regions":[[49,28,49,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyF","regions":[[52,50,65,6,1,0,0,0],[61,34,64,10,12,0,0,0],[64,10,65,6,1,0,0,0]]},{"branches":[],"count":204,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSb0aB6AppKit0aE0VXEfU_","regions":[[62,50,62,89,204,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[62,71,62,87,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFypSgyKXEfu_","regions":[[63,26,63,41,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSSyXEfu0_","regions":[[63,43,63,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyF","regions":[[69,50,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[75,24,75,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[75,42,75,79,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[79,35,79,74,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[79,56,79,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[80,25,80,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[80,31,80,63,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[83,35,83,74,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[83,56,83,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[84,25,84,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[84,31,84,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyF","regions":[[89,47,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[95,24,95,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[95,42,95,75,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[99,44,99,83,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[99,65,99,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[100,25,100,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[100,40,100,68,0,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[103,35,103,74,28,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[103,56,103,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[104,22,104,26,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[104,28,104,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyF","regions":[[107,57,125,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSiyKXEfu_","regions":[[121,13,121,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSiyKXEfu0_","regions":[[122,13,122,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSSyXEfu1_","regions":[[123,13,123,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyF","regions":[[129,48,144,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[135,24,135,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[135,42,135,76,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[138,35,138,74,11,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[138,56,138,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[139,25,139,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[139,31,139,60,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[142,35,142,74,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[142,56,142,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[143,25,143,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[143,31,143,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyF","regions":[[148,54,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyFypSgyKXEfu_","regions":[[154,22,154,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyFSSyXEfu0_","regions":[[154,34,154,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyF","regions":[[157,57,164,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyFypSgyKXEfu_","regions":[[163,22,163,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyFSSyXEfu0_","regions":[[163,34,163,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF","regions":[[166,45,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFypSgyKXEfu_","regions":[[172,25,172,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSSSgyKXEfu0_","regions":[[173,24,173,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSSSgyKXEfu1_","regions":[[173,42,173,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF10Foundation4UUIDVSgyKXEfu2_","regions":[[174,24,174,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF10Foundation4UUIDVSgyKXEfu3_","regions":[[174,40,174,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu4_","regions":[[175,23,175,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu4_SbyKXEfu5_","regions":[[175,48,175,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF0aB6AppKit04RuleI5LayerOSgyKXEfu6_","regions":[[176,24,176,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF0aB6AppKit04RuleI5LayerOSgyKXEfu7_","regions":[[176,49,176,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu8_","regions":[[177,24,177,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu8_SbyKXEfu9_","regions":[[177,56,177,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyF","regions":[[180,44,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFypSgyKXEfu_","regions":[[186,25,186,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFSSSgyKXEfu0_","regions":[[187,24,187,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFSSSgyKXEfu1_","regions":[[187,42,187,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyF","regions":[[192,45,204,6,1,0,0,0],[200,33,203,10,17,0,0,0],[203,10,204,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu_","regions":[[198,24,198,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu0_","regions":[[198,42,198,76,0,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu1_","regions":[[201,28,201,49,17,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu2_","regions":[[201,51,201,88,0,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu3_","regions":[[202,28,202,50,17,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu4_","regions":[[202,52,202,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyF","regions":[[206,47,218,6,1,0,0,0],[207,84,217,10,8,0,0,0],[213,37,216,14,128,0,0,0],[216,14,217,10,8,0,0,0],[217,10,218,6,1,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSbyKXEfu_","regions":[[214,32,214,53,128,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSSyXEfu0_","regions":[[214,55,214,107,0,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSbyKXEfu1_","regions":[[215,32,215,54,128,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSSyXEfu2_","regions":[[215,56,215,109,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyF","regions":[[220,43,235,6,1,0,0,0],[221,84,234,10,8,0,0,0],[227,37,233,14,128,0,0,0],[233,14,234,10,8,0,0,0],[234,10,235,6,1,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyKXEfu_","regions":[[229,21,229,34,128,0,0,0]]},{"branches":[],"count":128,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyKXEfu0_","regions":[[230,21,230,35,128,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyXEfu1_","regions":[[231,21,231,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF","regions":[[239,49,243,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF10Foundation4UUIDVyKXEfu_","regions":[[242,24,242,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF10Foundation4UUIDVyKXEfu0_","regions":[[242,63,242,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyF","regions":[[6,55,9,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu_","regions":[[7,24,7,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu0_","regions":[[7,62,7,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu1_","regions":[[8,24,8,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu2_","regions":[[8,62,8,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyF","regions":[[11,54,14,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyFSbyKXEfu_","regions":[[12,23,12,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyFSbyKXEfu0_","regions":[[13,23,13,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA14RejectsUnknownyyF","regions":[[16,41,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA14RejectsUnknownyyFSbyKXEfu_","regions":[[17,24,17,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C014testSuggestionA24OrderIncludesPunctuationyyF","regions":[[20,54,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C014testSuggestionA24OrderIncludesPunctuationyyFSbyKXEfu_","regions":[[21,23,21,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyF","regions":[[6,59,11,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSyKXEfu_","regions":[[9,24,9,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSyKXEfu0_","regions":[[9,67,9,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSSgyKXEfu1_","regions":[[10,24,10,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSSgyKXEfu2_","regions":[[10,60,10,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyF","regions":[[13,66,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSyKXEfu_","regions":[[16,24,16,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSyKXEfu0_","regions":[[16,67,16,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSSgyKXEfu1_","regions":[[17,24,17,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSSgyKXEfu2_","regions":[[17,59,17,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyF","regions":[[11,66,25,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSyKXEfu_","regions":[[23,24,23,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSyKXEfu0_","regions":[[23,43,23,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSSgyKXEfu1_","regions":[[24,24,24,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSSgyKXEfu2_","regions":[[24,40,24,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyF","regions":[[27,71,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFSSSgyKXEfu_","regions":[[39,24,39,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFSSSgyKXEfu0_","regions":[[39,50,39,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFypSgyKXEfu1_","regions":[[40,22,40,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFypSgyKXEfu2_","regions":[[41,22,41,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyF","regions":[[44,74,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFSSSgyKXEfu_","regions":[[56,24,56,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFSSSgyKXEfu0_","regions":[[56,53,56,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFypSgyKXEfu1_","regions":[[57,22,57,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFypSgyKXEfu2_","regions":[[58,22,58,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyF","regions":[[61,65,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFSSSgyKXEfu_","regions":[[73,24,73,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFSSSgyKXEfu0_","regions":[[73,44,73,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFypSgyKXEfu1_","regions":[[74,22,74,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFypSgyKXEfu2_","regions":[[75,22,75,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyF","regions":[[80,53,149,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu_","regions":[[134,25,134,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu0_","regions":[[135,24,135,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu1_","regions":[[135,45,135,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu2_","regions":[[136,22,136,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu3_","regions":[[139,25,139,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu4_","regions":[[140,24,140,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu5_","regions":[[140,55,140,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu6_","regions":[[143,25,143,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu7_","regions":[[144,24,144,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu8_","regions":[[144,52,144,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu9_","regions":[[147,25,147,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu10_","regions":[[148,24,148,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu11_","regions":[[148,46,148,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyF","regions":[[151,56,157,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyFypSgyKXEfu_","regions":[[156,22,156,26,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyFSSyXEfu0_","regions":[[156,28,156,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyF","regions":[[161,51,188,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu_","regions":[[179,67,179,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu0_","regions":[[184,24,184,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu1_","regions":[[184,37,184,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyXEfu2_","regions":[[184,42,184,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu3_","regions":[[185,22,185,27,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu4_","regions":[[186,22,186,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu5_","regions":[[187,22,187,27,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyF","regions":[[190,54,212,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu_","regions":[[207,67,207,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu0_","regions":[[210,24,210,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu1_","regions":[[210,37,210,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSSgyKXEfu2_","regions":[[211,24,211,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSSgyKXEfu3_","regions":[[211,34,211,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyXEfu4_","regions":[[211,47,211,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyF","regions":[[214,49,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu_","regions":[[220,67,220,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFypSgyKXEfu0_","regions":[[222,22,222,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyXEfu1_","regions":[[222,33,222,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu2_","regions":[[223,24,223,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu3_","regions":[[223,37,223,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyXEfu4_","regions":[[223,42,223,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF","regions":[[228,39,264,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu_","regions":[[262,24,262,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu0_","regions":[[262,31,262,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyFSSyXEfu1_","regions":[[262,38,262,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu2_","regions":[[263,27,263,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu3_","regions":[[263,34,263,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyFSSyXEfu4_","regions":[[263,41,263,77,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C03vimF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[9,35,9,92,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C06windowF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[10,38,10,95,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C06customF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[11,38,11,44,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C07makeVimF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[13,56,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C010makeWindowF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[33,59,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C010makeCustomF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[56,59,71,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF","regions":[[75,70,170,6,1,0,0,0],[79,12,170,6,0,0,0,0],[128,91,170,6,0,0,0,0],[144,10,170,6,0,0,0,0],[164,10,170,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyKXEfu_","regions":[[77,64,79,12,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[77,64,79,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu0_","regions":[[148,25,148,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu1_","regions":[[148,31,148,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu2_","regions":[[149,24,149,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu3_","regions":[[149,44,149,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu4_","regions":[[149,61,149,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSSgyKXEfu5_","regions":[[150,24,150,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSSgyKXEfu6_","regions":[[150,41,150,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu7_","regions":[[150,49,150,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu8_","regions":[[154,25,154,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu9_","regions":[[154,31,154,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu10_","regions":[[155,24,155,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu11_","regions":[[155,44,155,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu12_","regions":[[155,64,155,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSbyKXEfu13_","regions":[[156,23,156,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSbyKXEfu13_SbyKXEfu14_","regions":[[156,46,156,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu15_","regions":[[156,53,156,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu16_","regions":[[168,25,168,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu17_","regions":[[168,37,168,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu18_","regions":[[169,24,169,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu19_","regions":[[169,50,169,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu20_","regions":[[169,70,169,126,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKF","regions":[[172,51,201,6,1,0,0,0],[175,12,201,6,0,0,0,0],[183,90,201,6,0,0,0,0],[195,10,201,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyKXEfu_","regions":[[173,64,175,12,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[173,64,175,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFypSgyKXEfu0_","regions":[[199,25,199,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyXEfu1_","regions":[[199,31,199,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFypSgyKXEfu2_","regions":[[200,22,200,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyXEfu3_","regions":[[200,42,200,108,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKF","regions":[[203,56,235,6,1,0,0,0],[206,12,235,6,0,0,0,0],[214,92,235,6,0,0,0,0],[229,10,235,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyKXEfu_","regions":[[204,64,206,12,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[204,64,206,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFypSgyKXEfu0_","regions":[[233,25,233,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyXEfu1_","regions":[[233,31,233,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFypSgyKXEfu2_","regions":[[234,22,234,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyXEfu3_","regions":[[234,42,234,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF","regions":[[237,58,271,6,1,0,0,0],[240,12,271,6,0,0,0,0],[248,89,271,6,0,0,0,0],[262,10,271,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyKXEfu_","regions":[[238,64,240,12,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyKXEfu_SSyKXEfU_","regions":[[238,64,240,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu0_","regions":[[266,24,266,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu1_","regions":[[266,44,266,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyXEfu2_","regions":[[266,61,266,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu3_","regions":[[270,24,270,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu4_","regions":[[270,44,270,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyXEfu5_","regions":[[270,64,270,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C16createTempConfig33_05CA10666FA0A915948AE3B4DA37B96BLL_4nameS2S_SStKF","regions":[[275,85,280,6,0,0,0,0],[278,81,279,26,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C016resolveSimulatorB033_05CA10666FA0A915948AE3B4DA37B96BLLSSSgyFZ","regions":[[282,59,304,6,4,0,0,0],[285,12,285,65,4,0,0,0],[285,66,287,10,0,0,0,0],[287,10,303,19,4,0,0,0],[299,12,299,61,4,0,0,0],[299,62,301,10,0,0,0,0],[301,10,303,19,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyF","regions":[[5,51,9,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFS2SXEfU_","regions":[[7,64,7,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFSSSgyKXEfu_","regions":[[8,24,8,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFSSSgyKXEfu0_","regions":[[8,31,8,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyF","regions":[[11,53,15,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFS2SXEfU_","regions":[[13,64,13,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFSSSgyKXEfu_","regions":[[14,24,14,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFSSSgyKXEfu0_","regions":[[14,31,14,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyF","regions":[[17,45,21,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFS2SXEfU_","regions":[[19,64,19,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFSSSgyKXEfu_","regions":[[20,24,20,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFSSSgyKXEfu0_","regions":[[20,31,20,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyF","regions":[[23,34,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFS2SXEfU_","regions":[[25,64,25,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFSSSgyKXEfu_","regions":[[26,24,26,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFSSSgyKXEfu0_","regions":[[26,31,26,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyF","regions":[[29,41,39,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFS2SXEfU_","regions":[[31,64,37,10,2,0,0,0],[32,20,32,23,2,0,0,0],[33,13,33,31,1,0,0,0],[34,13,34,31,1,0,0,0],[35,13,35,25,0,0,0,0],[36,14,37,10,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu_","regions":[[38,24,38,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu_SSyKXEfu0_","regions":[[38,37,38,39,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu1_","regions":[[38,42,38,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFSSyXEfu2_","regions":[[38,63,38,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyF","regions":[[5,55,22,6,1,0,0,0],[15,31,21,10,6,0,0,0],[21,10,22,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyKXEfu_","regions":[[17,17,17,64,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyKXEfu0_","regions":[[18,17,18,34,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyXEfu1_","regions":[[19,17,19,86,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C09simulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgvg","regions":[[7,47,7,74,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18simulatorAvailable33_66224B7BD90071F5CAC6C39DB2F86591LLSbvg","regions":[[11,42,13,6,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C5setUpyyF","regions":[[15,27,19,6,7,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C8tearDownyyF","regions":[[21,30,26,6,7,0,0,0],[22,38,24,10,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKF","regions":[[30,41,52,6,1,0,0,0],[31,55,52,6,1,0,0,0],[40,82,52,6,1,0,0,0],[45,107,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFypSgyKXEfu_","regions":[[49,25,49,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu0_","regions":[[49,38,49,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu1_","regions":[[50,24,50,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu2_","regions":[[50,51,50,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu3_","regions":[[50,56,50,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu4_","regions":[[51,24,51,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu5_","regions":[[51,48,51,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu6_","regions":[[51,53,51,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKF","regions":[[54,42,81,6,1,0,0,0],[55,55,81,6,1,0,0,0],[67,82,81,6,1,0,0,0],[72,107,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKFypSgyKXEfu_","regions":[[78,25,78,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKFSSyXEfu0_","regions":[[78,38,78,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKF","regions":[[83,44,108,6,1,0,0,0],[84,55,108,6,1,0,0,0],[92,84,108,6,1,0,0,0],[97,107,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFypSgyKXEfu_","regions":[[101,25,101,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu0_","regions":[[101,38,101,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu1_","regions":[[102,24,102,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu2_","regions":[[102,51,102,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu3_","regions":[[102,56,102,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFypSgyKXEfu4_","regions":[[106,25,106,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu5_","regions":[[106,38,106,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu6_","regions":[[107,24,107,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu7_","regions":[[107,51,107,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu8_","regions":[[107,56,107,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKF","regions":[[110,53,138,6,1,0,0,0],[111,55,138,6,1,0,0,0],[120,77,138,6,1,0,0,0],[125,107,138,6,1,0,0,0],[129,28,132,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu_","regions":[[131,28,131,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu0_","regions":[[131,65,131,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu1_","regions":[[131,70,131,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFypSgyKXEfu2_","regions":[[136,25,136,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu3_","regions":[[136,38,136,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu4_","regions":[[137,24,137,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu5_","regions":[[137,51,137,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu6_","regions":[[137,56,137,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyF","regions":[[142,46,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[146,13,146,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[147,13,147,25,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[150,13,150,93,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[151,13,151,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFypSgyKXEfu3_","regions":[[153,22,153,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyF","regions":[[156,52,172,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[160,13,160,93,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[161,13,161,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[164,13,164,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[165,13,165,23,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu3_","regions":[[168,13,168,109,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu4_","regions":[[169,13,169,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFypSgyKXEfu5_","regions":[[171,22,171,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyF","regions":[[174,55,190,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[178,13,178,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[179,13,179,24,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[182,13,182,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[183,13,183,18,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu3_","regions":[[186,13,186,109,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu4_","regions":[[187,13,187,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFypSgyKXEfu5_","regions":[[189,22,189,80,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16createTempConfig33_66224B7BD90071F5CAC6C39DB2F86591LL_4nameS2S_SStKF","regions":[[194,85,199,6,4,0,0,0],[197,81,198,26,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016requireSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSyKF","regions":[[201,58,208,6,4,0,0,0],[202,30,204,10,4,0,0,0],[204,10,207,149,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C23simulatorCandidatePaths33_66224B7BD90071F5CAC6C39DB2F86591LLSaySSGvgZ","regions":[[210,58,217,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016resolveSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgyFZ","regions":[[219,59,229,6,4,0,0,0],[224,9,226,10,0,0,0,0],[226,10,228,84,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016resolveSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgyFZSbSSXEfU_","regions":[[228,46,228,84,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyF","regions":[[10,56,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSbyKXEfu_","regions":[[15,23,15,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSbyKXEfu0_","regions":[[16,23,16,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSiyKXEfu1_","regions":[[17,24,17,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSiyKXEfu2_","regions":[[17,38,17,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyF","regions":[[20,58,32,6,1,0,0,0],[27,9,31,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu_","regions":[[29,31,29,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu0_","regions":[[29,42,29,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu1_","regions":[[30,31,30,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu2_","regions":[[30,41,30,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyF","regions":[[36,35,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu_","regions":[[38,23,38,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu0_","regions":[[39,23,39,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu1_","regions":[[40,23,40,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyF","regions":[[43,34,48,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu_","regions":[[45,23,45,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu0_","regions":[[46,23,46,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu1_","regions":[[47,23,47,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyF","regions":[[50,41,54,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyFSbyKXEfu_","regions":[[52,23,52,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyFSbyKXEfu0_","regions":[[53,23,53,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyF","regions":[[56,54,62,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu_","regions":[[58,24,58,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu0_","regions":[[59,24,59,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu1_","regions":[[60,24,60,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu2_","regions":[[61,24,61,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaF","regions":[[64,63,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaFSaySSGyKXEfu_","regions":[[72,24,72,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaFSaySSGyKXEfu0_","regions":[[72,56,72,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyF","regions":[[77,47,82,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu_","regions":[[78,24,78,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu0_","regions":[[78,61,78,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu1_","regions":[[79,24,79,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu2_","regions":[[79,67,79,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu3_","regions":[[80,24,80,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu4_","regions":[[80,73,80,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu5_","regions":[[81,24,81,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu6_","regions":[[81,70,81,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyF","regions":[[84,48,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu_","regions":[[85,24,85,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu0_","regions":[[85,62,85,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu1_","regions":[[86,24,86,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu2_","regions":[[86,68,86,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu3_","regions":[[87,24,87,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu4_","regions":[[87,74,87,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF","regions":[[92,54,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyFSSyKXEfu_","regions":[[98,24,98,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyFSSyKXEfu0_","regions":[[98,41,98,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu1_","regions":[[99,24,99,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu2_","regions":[[99,47,99,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu3_","regions":[[100,24,100,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu4_","regions":[[100,47,100,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF","regions":[[103,53,113,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyFSSyKXEfu_","regions":[[110,24,110,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyFSSyKXEfu0_","regions":[[110,41,110,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu1_","regions":[[111,24,111,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu2_","regions":[[111,47,111,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu3_","regions":[[112,24,112,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu4_","regions":[[112,47,112,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF","regions":[[117,52,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu_","regions":[[138,24,138,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu0_","regions":[[138,41,138,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0gH8CategoryOyKXEfu1_","regions":[[139,24,139,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0gH8CategoryOyKXEfu2_","regions":[[139,45,139,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu3_","regions":[[140,24,140,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu4_","regions":[[140,59,140,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFypSgyKXEfu5_","regions":[[141,25,141,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu6_","regions":[[142,24,142,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu7_","regions":[[142,62,142,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0ghD0OSgyKXEfu8_","regions":[[143,24,143,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0ghD0OSgyKXEfu9_","regions":[[143,68,143,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu10_","regions":[[144,24,144,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu11_","regions":[[144,51,144,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyF","regions":[[147,56,158,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu_","regions":[[152,24,152,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu0_","regions":[[152,38,152,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu1_","regions":[[157,24,157,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu2_","regions":[[157,39,157,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyF","regions":[[162,49,169,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_","regions":[[166,21,166,64,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_SbyKXEfu_","regions":[[166,38,166,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_SbyKXEfu0_","regions":[[166,53,166,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSSyKXEfu_","regions":[[168,24,168,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSSyKXEfu0_","regions":[[168,35,168,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyF","regions":[[171,58,178,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_","regions":[[175,21,175,64,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_SbyKXEfu_","regions":[[175,38,175,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_SbyKXEfu0_","regions":[[175,53,175,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSSyKXEfu_","regions":[[177,24,177,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSSyKXEfu0_","regions":[[177,35,177,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyF","regions":[[180,58,187,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_","regions":[[184,21,184,64,10,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_SbyKXEfu_","regions":[[184,38,184,49,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_SbyKXEfu0_","regions":[[184,53,184,62,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSSyKXEfu_","regions":[[186,24,186,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSSyKXEfu0_","regions":[[186,35,186,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyF","regions":[[189,55,196,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_","regions":[[193,21,193,64,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_SbyKXEfu_","regions":[[193,38,193,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_SbyKXEfu0_","regions":[[193,53,193,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSSyKXEfu_","regions":[[195,24,195,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSSyKXEfu0_","regions":[[195,35,195,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD18Result_successCaseyyF","regions":[[202,46,209,6,1,0,0,0],[204,35,206,10,1,0,0,0],[206,16,208,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyF","regions":[[211,44,218,6,1,0,0,0],[213,42,215,10,1,0,0,0],[215,16,217,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyFSSyKXEfu_","regions":[[214,28,214,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyFSSyKXEfu0_","regions":[[214,33,214,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyF","regions":[[220,51,227,6,1,0,0,0],[222,49,224,10,1,0,0,0],[224,16,226,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyFSSyKXEfu_","regions":[[223,28,223,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyFSSyKXEfu0_","regions":[[223,33,223,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_successyyYaF","regions":[[229,58,235,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_successyyYaFSbyKXEfu_","regions":[[234,23,234,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_failureyyYaF","regions":[[237,58,243,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_failureyyYaFSbyKXEfu_","regions":[[242,24,242,31,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC14stubLayerNamesSaySSGvpfi","regions":[[247,36,247,38,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC21stubChangeLayerResultSbvpfi","regions":[[248,39,248,44,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC25fetchLayerNamesFromKanataSaySSGyYaF","regions":[[250,65,252,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC11changeLayerySbSSYaF","regions":[[254,56,256,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF9IsSuccessyyF","regions":[[13,37,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF17HasCriticalIssuesyyF","regions":[[25,45,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF8EqualityyyF","regions":[[40,36,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V14initializationyyF","regions":[[57,27,62,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V13configurationyyF","regions":[[65,26,71,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V20isConfiguredPropertyyyF","regions":[[74,33,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V18stateObservabilityyyF","regions":[[91,31,106,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V010successfulD4FlowyyF","regions":[[114,37,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V06failedD4FlowyyF","regions":[[132,33,145,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V21nonBlockingIssuesFlowyyF","regions":[[148,34,157,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C8testIcon33_F8DE4F00363AF40C808FB9931A03D56FLLSo7NSImageCvg","regions":[[14,35,16,6,4,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C14setUpWithErroryyKF","regions":[[18,43,23,6,9,0,0,0],[21,102,23,6,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C17tearDownWithErroryyKF","regions":[[25,46,31,6,9,0,0,0],[26,30,28,10,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyF","regions":[[35,54,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu_","regions":[[42,24,42,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu0_","regions":[[42,52,42,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu1_","regions":[[43,24,43,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu2_","regions":[[43,47,43,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu3_","regions":[[44,24,44,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu4_","regions":[[44,38,44,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyF","regions":[[47,42,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu_","regions":[[65,24,65,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu0_","regions":[[65,39,65,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu1_","regions":[[68,27,68,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu2_","regions":[[68,42,68,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKF","regions":[[73,66,99,6,1,0,0,0],[90,45,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFypSgyKXEfu_","regions":[[94,25,94,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu0_","regions":[[95,24,95,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu1_","regions":[[95,53,95,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSiSgyKXEfu2_","regions":[[96,24,96,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSiSgyKXEfu3_","regions":[[96,49,96,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu4_","regions":[[97,24,97,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu5_","regions":[[97,59,97,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu6_","regions":[[98,24,98,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu7_","regions":[[98,63,98,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKF","regions":[[101,67,123,6,1,0,0,0],[111,46,123,6,1,0,0,0],[117,46,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSiSgyKXEfu_","regions":[[121,24,121,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSiSgyKXEfu0_","regions":[[121,49,121,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSSSgyKXEfu1_","regions":[[122,24,122,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSSSgyKXEfu2_","regions":[[122,63,122,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKF","regions":[[125,75,154,6,1,0,0,0],[142,49,154,6,1,0,0,0],[143,51,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSiyKXEfu_","regions":[[147,24,147,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSiyKXEfu0_","regions":[[147,42,147,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu1_","regions":[[152,24,152,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu2_","regions":[[152,67,152,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu3_","regions":[[153,24,153,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu4_","regions":[[153,69,153,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKF","regions":[[158,77,180,6,1,0,0,0],[166,45,180,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu_","regions":[[173,23,173,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu0_","regions":[[173,58,173,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu1_","regions":[[174,23,174,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu2_","regions":[[174,51,174,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu3_","regions":[[175,23,175,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu4_","regions":[[175,52,175,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu5_","regions":[[176,23,176,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu6_","regions":[[176,48,176,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu7_","regions":[[177,23,177,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu8_","regions":[[177,51,177,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu9_","regions":[[178,23,178,75,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu10_","regions":[[178,77,178,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu11_","regions":[[179,23,179,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu12_","regions":[[179,55,179,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKF","regions":[[182,83,210,6,1,0,0,0],[196,49,210,6,1,0,0,0],[197,51,210,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu_","regions":[[203,23,203,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu0_","regions":[[204,23,204,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu1_","regions":[[207,23,207,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu2_","regions":[[208,23,208,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu3_","regions":[[209,23,209,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKF","regions":[[214,69,225,6,1,0,0,0],[220,45,225,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu_","regions":[[224,24,224,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu0_","regions":[[224,51,224,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKF","regions":[[227,68,250,6,1,0,0,0],[243,69,250,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFSiyKXEfu_","regions":[[247,24,247,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFSiyKXEfu0_","regions":[[247,39,247,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFypSgyKXEfu1_","regions":[[248,25,248,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFypSgyKXEfu2_","regions":[[249,22,249,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyF","regions":[[13,38,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyFSSyKXEfu_","regions":[[17,24,17,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyFSSyKXEfu0_","regions":[[17,46,17,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyF","regions":[[21,39,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyFSSyKXEfu_","regions":[[25,24,25,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyFSSyKXEfu0_","regions":[[25,47,25,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyF","regions":[[29,43,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyFs6UInt16VSgyKXEfu_","regions":[[33,24,33,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyFs6UInt16VSgyKXEfu0_","regions":[[33,48,33,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C31testCanSave_DefaultState_IsTrueyyF","regions":[[39,44,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C31testCanSave_DefaultState_IsTrueyyFSbyKXEfu_","regions":[[44,23,44,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C36testCanSave_AfterOutputChange_IsTrueyyF","regions":[[48,49,56,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C36testCanSave_AfterOutputChange_IsTrueyyFSbyKXEfu_","regions":[[55,23,55,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C35testInitialState_HasNoStatusMessageyyF","regions":[[61,48,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C35testInitialState_HasNoStatusMessageyyFypSgyKXEfu_","regions":[[64,22,64,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C28testInitialState_IsNotSavingyyF","regions":[[68,41,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C28testInitialState_IsNotSavingyyFSbyKXEfu_","regions":[[71,24,71,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C33testInitialState_HasNoSelectedAppyyF","regions":[[75,46,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C33testInitialState_HasNoSelectedAppyyFypSgyKXEfu_","regions":[[78,22,78,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedSystemActionyyF","regions":[[82,55,86,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedSystemActionyyFypSgyKXEfu_","regions":[[85,22,85,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedAppConditionyyF","regions":[[89,55,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedAppConditionyyFypSgyKXEfu_","regions":[[92,22,92,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyF","regions":[[17,55,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyKXEfu_","regions":[[22,24,22,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyKXEfu0_","regions":[[22,46,22,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyXEfu1_","regions":[[22,51,22,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFs6UInt16VSgyKXEfu2_","regions":[[23,24,23,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFs6UInt16VSgyKXEfu3_","regions":[[23,48,23,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyXEfu4_","regions":[[23,51,23,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyF","regions":[[27,56,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyKXEfu_","regions":[[32,24,32,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyKXEfu0_","regions":[[32,47,32,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyXEfu1_","regions":[[32,52,32,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyF","regions":[[36,66,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyFSbyKXEfu_","regions":[[42,23,42,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyFSSyXEfu0_","regions":[[42,42,42,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyF","regions":[[46,64,55,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu_","regions":[[52,22,52,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu0_","regions":[[52,45,52,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu1_","regions":[[53,22,53,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu2_","regions":[[53,54,53,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu3_","regions":[[54,22,54,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu4_","regions":[[54,45,54,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyF","regions":[[60,79,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFypSgyKXEfu_","regions":[[71,25,71,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSyXEfu0_","regions":[[71,57,71,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSSgyKXEfu1_","regions":[[72,24,72,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSSgyKXEfu2_","regions":[[72,60,72,71,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSyXEfu3_","regions":[[72,73,72,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyF","regions":[[76,67,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyFSbyKXEfu_","regions":[[86,23,86,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyFSSyXEfu0_","regions":[[86,42,86,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyF","regions":[[90,70,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSSgyKXEfu_","regions":[[100,24,100,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSSgyKXEfu0_","regions":[[100,62,100,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSyXEfu1_","regions":[[100,85,100,128,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyF","regions":[[104,84,117,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFypSgyKXEfu_","regions":[[115,22,115,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyXEfu0_","regions":[[115,54,115,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyKXEfu1_","regions":[[116,24,116,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyKXEfu2_","regions":[[116,47,116,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyXEfu3_","regions":[[116,52,116,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyF","regions":[[122,61,133,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSSgyKXEfu_","regions":[[132,24,132,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSSgyKXEfu0_","regions":[[132,47,132,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSyXEfu1_","regions":[[132,69,132,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyF","regions":[[136,58,147,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyFSbyKXEfu_","regions":[[146,23,146,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyFSSyXEfu0_","regions":[[146,42,146,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyF","regions":[[150,60,162,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyKXEfu_","regions":[[161,24,161,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyKXEfu0_","regions":[[161,47,161,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyXEfu1_","regions":[[161,61,161,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyF","regions":[[167,64,183,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFypSgyKXEfu_","regions":[[177,25,177,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFypSgyKXEfu0_","regions":[[182,22,182,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFSSyXEfu1_","regions":[[182,54,182,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyF","regions":[[186,55,202,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFypSgyKXEfu_","regions":[[196,25,196,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFypSgyKXEfu0_","regions":[[201,22,201,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFSSyXEfu1_","regions":[[201,45,201,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyF","regions":[[205,55,213,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyFypSgyKXEfu_","regions":[[212,22,212,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyFSSyXEfu0_","regions":[[212,45,212,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyF","regions":[[218,72,233,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFypSgyKXEfu_","regions":[[231,25,231,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFSSyXEfu0_","regions":[[231,48,231,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFypSgyKXEfu1_","regions":[[232,22,232,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFSSyXEfu2_","regions":[[232,54,232,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyF","regions":[[238,58,249,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSbyKXEfu_","regions":[[247,24,247,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSSyXEfu0_","regions":[[247,52,247,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSbyKXEfu1_","regions":[[248,24,248,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSSyXEfu2_","regions":[[248,53,248,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyF","regions":[[254,53,262,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu_","regions":[[260,24,260,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu0_","regions":[[260,46,260,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu1_","regions":[[261,24,261,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu2_","regions":[[261,47,261,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyF","regions":[[265,59,271,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyKXEfu_","regions":[[270,24,270,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyKXEfu0_","regions":[[270,46,270,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyXEfu1_","regions":[[270,53,270,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17dualRoleRoundTripyyKF","regions":[[10,37,29,6,1,0,0,0],[20,54,29,6,1,0,0,0],[21,82,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V16dualRoleDefaultsyyF","regions":[[32,29,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17homeRowModFactoryyyF","regions":[[42,30,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17tapDanceRoundTripyyKF","regions":[[54,37,70,6,1,0,0,0],[63,54,70,6,1,0,0,0],[64,82,70,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14twoStepFactoryyyF","regions":[[73,27,80,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V16macroTextOutputsyyF","regions":[[85,29,89,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V05macroA7OutputsyyF","regions":[[92,28,96,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17macroInvalidEmptyyyF","regions":[[99,30,102,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V27macroInvalidUnsupportedTextyyF","regions":[[105,40,109,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE8DualRoleyyKF","regions":[[114,43,128,6,1,0,0,0],[119,54,128,6,1,0,0,0],[120,81,128,6,1,0,0,0],[122,45,125,10,1,0,0,0],[125,16,127,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE8TapDanceyyKF","regions":[[131,43,146,6,1,0,0,0],[136,54,146,6,1,0,0,0],[137,81,146,6,1,0,0,0],[141,9,143,10,1,0,0,0],[143,16,145,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE5MacroyyKF","regions":[[149,40,160,6,1,0,0,0],[152,54,160,6,1,0,0,0],[153,81,160,6,1,0,0,0],[155,45,157,10,1,0,0,0],[157,16,159,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE20LegacyTapDanceDecodeyyKF","regions":[[163,55,186,6,1,0,0,0],[177,81,186,6,1,0,0,0],[181,9,183,10,1,0,0,0],[183,16,185,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyD12LegacyDecodeyyKF","regions":[[191,42,205,6,1,0,0,0],[200,76,205,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyd4WithE0yyKF","regions":[[208,42,226,6,1,0,0,0],[215,53,226,6,1,0,0,0],[216,76,226,6,1,0,0,0],[221,54,223,10,1,0,0,0],[223,16,225,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V014customRuleWithE0yyKF","regions":[[231,42,251,6,1,0,0,0],[239,50,251,6,1,0,0,0],[240,76,251,6,1,0,0,0],[245,54,248,10,1,0,0,0],[248,16,250,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V012customRuleAsaD0yyF","regions":[[254,35,268,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V22customRuleLegacyDecodeyyKF","regions":[[271,42,288,6,1,0,0,0],[283,73,288,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18dualRoleValidationyyF","regions":[[293,31,296,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V24dualRoleInvalidTapActionyyF","regions":[[299,37,303,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18tapDanceValidationyyF","regions":[[306,31,309,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18tapDanceEmptyStepsyyF","regions":[[312,31,317,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V20tapDanceEmptyActionsyyF","regions":[[320,33,324,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14chordRoundTripyyKF","regions":[[329,34,344,6,1,0,0,0],[337,54,344,6,1,0,0,0],[338,79,344,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V13chordDefaultsyyF","regions":[[347,26,352,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V08chordTwoA7FactoryyyF","regions":[[355,31,362,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V010chordThreeA7FactoryyyF","regions":[[365,33,372,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V15chordValidationyyF","regions":[[375,28,378,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V018chordInvalidSingleA0yyF","regions":[[381,34,385,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V23chordInvalidEmptyOutputyyF","regions":[[388,36,392,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14chordGroupNameyyF","regions":[[395,27,402,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V19chordTimeoutClampedyyF","regions":[[405,32,408,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE5ChordyyKF","regions":[[411,40,425,6,1,0,0,0],[416,54,425,6,1,0,0,0],[417,81,425,6,1,0,0,0],[419,42,422,10,1,0,0,0],[422,16,424,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyd9WithChordE0yyKF","regions":[[428,47,447,6,1,0,0,0],[435,53,447,6,1,0,0,0],[436,76,447,6,1,0,0,0],[441,51,444,10,1,0,0,0],[444,16,446,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V019customRuleWithChordE0yyKF","regions":[[450,47,470,6,1,0,0,0],[458,50,470,6,1,0,0,0],[459,76,470,6,1,0,0,0],[464,51,467,10,1,0,0,0],[467,16,469,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyF","regions":[[13,47,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFypSgyKXEfu_","regions":[[16,25,16,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSyXEfu0_","regions":[[16,33,16,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu1_","regions":[[17,24,17,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu2_","regions":[[17,36,17,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu3_","regions":[[18,24,18,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu4_","regions":[[18,42,18,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyF","regions":[[21,49,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFypSgyKXEfu_","regions":[[23,25,23,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu0_","regions":[[24,24,24,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu1_","regions":[[24,36,24,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu2_","regions":[[25,24,25,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu3_","regions":[[25,42,25,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyF","regions":[[28,43,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFypSgyKXEfu_","regions":[[30,25,30,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu0_","regions":[[31,24,31,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu1_","regions":[[31,36,31,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu2_","regions":[[32,24,32,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu3_","regions":[[32,42,32,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyF","regions":[[35,45,40,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFypSgyKXEfu_","regions":[[37,25,37,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu0_","regions":[[38,24,38,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu1_","regions":[[38,36,38,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu2_","regions":[[39,24,39,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu3_","regions":[[39,42,39,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyF","regions":[[42,44,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFypSgyKXEfu_","regions":[[44,25,44,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu0_","regions":[[45,24,45,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu1_","regions":[[45,36,45,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu2_","regions":[[46,24,46,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu3_","regions":[[46,42,46,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyF","regions":[[49,39,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFypSgyKXEfu_","regions":[[51,25,51,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFSSSgyKXEfu0_","regions":[[52,24,52,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFSSSgyKXEfu1_","regions":[[52,36,52,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyF","regions":[[55,39,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFypSgyKXEfu_","regions":[[57,25,57,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFSSSgyKXEfu0_","regions":[[58,24,58,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFSSSgyKXEfu1_","regions":[[58,36,58,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyF","regions":[[61,39,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFypSgyKXEfu_","regions":[[63,25,63,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFSSSgyKXEfu0_","regions":[[64,24,64,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFSSSgyKXEfu1_","regions":[[64,36,64,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyF","regions":[[69,35,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyFypSgyKXEfu_","regions":[[71,22,71,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyFSSyXEfu0_","regions":[[71,30,71,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterByyF","regions":[[74,35,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterByyFypSgyKXEfu_","regions":[[76,22,76,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyF","regions":[[79,34,82,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyFypSgyKXEfu_","regions":[[81,22,81,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyFSSyXEfu0_","regions":[[81,30,81,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA6_enteryyF","regions":[[84,33,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA6_enteryyFypSgyKXEfu_","regions":[[86,22,86,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyF","regions":[[91,68,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSSgyKXEfu_","regions":[[93,24,93,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSSgyKXEfu0_","regions":[[93,53,93,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSyKXEfu1_","regions":[[94,24,94,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSyKXEfu2_","regions":[[94,43,94,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSbyKXEfu3_","regions":[[95,24,95,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSbyKXEfu4_","regions":[[96,24,96,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyF","regions":[[99,61,104,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFypSgyKXEfu_","regions":[[101,22,101,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSyKXEfu0_","regions":[[102,24,102,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSyKXEfu1_","regions":[[102,43,102,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSSgyKXEfu2_","regions":[[103,24,103,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSSgyKXEfu3_","regions":[[103,40,103,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyF","regions":[[109,49,118,6,1,0,0,0],[111,73,114,10,0,0,0,0],[114,10,118,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSSgyKXEfu_","regions":[[117,24,117,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSSgyKXEfu0_","regions":[[117,32,117,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSyXEfu1_","regions":[[117,43,117,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyF","regions":[[121,55,129,6,1,0,0,0],[124,30,128,10,8,0,0,0],[128,10,129,6,1,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSb0aB6AppKit012SystemActionF0Vcfu_","regions":[[122,60,122,72,15,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFypSgyKXEfu0_","regions":[[126,29,126,35,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSyXEfu1_","regions":[[126,37,126,83,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSSgyKXEfu2_","regions":[[127,28,127,34,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSSgyKXEfu3_","regions":[[127,36,127,48,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSyXEfu4_","regions":[[127,50,127,81,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC08mockFileE033_B20E1C763EABC71457DC82AA53F672F2LLSDySSAC0dH0VGvpfi","regions":[[10,54,10,57,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC13mockProcesses33_B20E1C763EABC71457DC82AA53F672F2LLSDySSAC0D7ProcessVGvpfi","regions":[[11,56,11,59,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockKanataInstalledSbvpfi","regions":[[29,31,29,36,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC17mockKanataRunningSbvpfi","regions":[[30,29,30,34,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC26installationScriptExitCode33_B20E1C763EABC71457DC82AA53F672F2LLSivpfi","regions":[[34,51,34,52,9,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24installationScriptOutput33_B20E1C763EABC71457DC82AA53F672F2LLSSvpfi","regions":[[35,52,35,89,9,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC5resetyyF","regions":[[39,18,44,6,29,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC22setupCleanInstallationyyF","regions":[[46,35,49,6,4,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24setupPartialInstallationyyF","regions":[[51,37,60,6,2,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC25setupCompleteInstallationyyF","regions":[[62,38,84,6,12,0,0,0]]},{"branches":[],"count":38,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC03addD4File4path7content11permissions5ownerySS_S3StF","regions":[[88,89,95,6,38,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC06removeD4File4pathySS_tF","regions":[[97,39,104,6,0,0,0,0]]},{"branches":[],"count":403,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC10fileExists02atB0SbSS_tF","regions":[[106,50,108,6,403,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC10fileExists02atB0SbSS_tFSbyKXEfu_","regions":[[107,41,107,46,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC11fileContent02atB0SSSgSS_tF","regions":[[110,54,112,6,0,0,0,0]]},{"branches":[],"count":69,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC03addD7Process3pid4user7command9isRunningySi_S2SSbtF","regions":[[116,83,124,6,69,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tF","regions":[[126,52,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tFSbAC0dH0VXEfU_","regions":[[127,39,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tFSbAC0dH0VXEfU_SbyKXEfu_","regions":[[128,50,128,67,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tF","regions":[[132,53,136,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tFSbAC0dH0VXEfU_","regions":[[133,36,135,10,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tFSbAC0dH0VXEfU_SbyKXEfu_","regions":[[134,50,134,67,2,0,0,0]]},{"branches":[],"count":105,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockLaunchctlResult7commandSi8exitCode_SS6outputtSaySSG_tF","regions":[[140,84,166,6,105,0,0,0],[143,16,143,22,105,0,0,0],[144,9,152,14,57,0,0,0],[145,16,145,85,57,0,0,0],[147,13,150,14,57,0,0,0],[150,20,152,14,0,0,0,0],[153,9,156,42,48,0,0,0],[157,9,162,14,0,0,0,0],[158,16,158,51,0,0,0,0],[158,52,160,14,0,0,0,0],[160,20,162,14,0,0,0,0],[163,9,164,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockLaunchctlResult7commandSi8exitCode_SS6outputtSaySSG_tFSSyKXEfu_","regions":[[141,39,141,41,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC22mockInstallationScriptSi8exitCode_SS6outputtyF","regions":[[168,70,176,6,6,0,0,0],[169,12,169,43,6,0,0,0],[169,44,173,10,5,0,0,0],[173,10,175,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24forceInstallationFailure8exitCode6outputySi_SStF","regions":[[178,66,181,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC30clearForcedInstallationFailureyyF","regions":[[183,43,186,6,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC21mockLaunchDaemonPlist33_B20E1C763EABC71457DC82AA53F672F2LLSSyF","regions":[[190,52,213,6,12,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC10_isRunning33_B20E1C763EABC71457DC82AA53F672F2LL7Combine9PublishedVySbGvpfi","regions":[[221,38,221,43,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC04mockE0AcA0d6SystemE0C_tcfc","regions":[[224,50,226,6,13,0,0,0]]},{"branches":[],"count":99,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC11isInstalledSbyF","regions":[[229,32,231,6,99,0,0,0]]},{"branches":[],"count":96,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC18isServiceInstalledSbyF","regions":[[233,39,235,6,96,0,0,0]]},{"branches":[],"count":94,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC26isKarabinerDriverInstalledSbyF","regions":[[237,47,240,6,94,0,0,0]]},{"branches":[],"count":96,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyF","regions":[[242,42,244,6,96,0,0,0]]},{"branches":[],"count":96,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyFSbyKXEfu_","regions":[[243,26,243,46,96,0,0,0]]},{"branches":[],"count":94,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyFSbyKXEfu0_","regions":[[243,50,243,78,94,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21getInstallationStatusSSyF","regions":[[246,44,260,6,0,0,0,0],[251,12,251,27,0,0,0,0],[251,63,253,10,0,0,0,0],[253,19,253,34,0,0,0,0],[253,53,255,10,0,0,0,0],[255,19,255,34,0,0,0,0],[255,35,257,10,0,0,0,0],[257,16,259,10,0,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC05startF0yyYaF","regions":[[263,30,283,6,57,0,0,0],[264,44,270,10,0,0,0,0],[270,10,283,6,57,0,0,0],[276,12,276,32,57,0,0,0],[276,33,279,10,57,0,0,0],[279,16,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC05startF0yyYaFyyYbScMYcXEfU_","regions":[[265,33,268,14,0,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC04stopF0yyYaF","regions":[[285,29,294,6,48,0,0,0],[288,12,288,32,48,0,0,0],[288,33,291,10,48,0,0,0],[291,16,293,10,0,0,0,0]]},{"branches":[],"count":35,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC07restartF0yyYaF","regions":[[296,32,299,6,35,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC13emergencyStopyyYaF","regions":[[301,32,304,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC7cleanupyyYaF","regions":[[306,26,310,6,1,0,0,0],[307,12,307,21,1,0,0,0],[307,22,309,10,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC30performTransparentInstallationSbyYaF","regions":[[312,57,321,6,6,0,0,0],[314,12,314,32,6,0,0,0],[314,33,317,10,5,0,0,0],[317,10,320,21,1,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC17saveConfiguration5input6outputySS_SStYaKF","regions":[[323,72,346,6,33,0,0,0],[325,44,333,10,0,0,0,0],[333,10,346,6,33,0,0,0],[336,12,336,43,33,0,0,0],[336,44,340,10,0,0,0,0],[340,10,346,6,33,0,0,0],[343,12,343,21,33,0,0,0],[343,22,345,10,33,0,0,0]]},{"branches":[],"count":33,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC17saveConfiguration5input6outputySS_SStYaKFSbyKXEfu_","regions":[[336,29,336,43,33,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V25decodesWithoutSourceLayeryyKF","regions":[[8,51,23,6,1,0,0,0],[18,83,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V22decodesWithSourceLayeryyKF","regions":[[26,48,41,6,1,0,0,0],[36,83,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V22encodesWithSourceLayeryyKF","regions":[[44,48,61,6,1,0,0,0],[53,49,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V17roundTripEncodingyyKF","regions":[[64,43,80,6,1,0,0,0],[72,48,80,6,1,0,0,0],[75,78,80,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyF","regions":[[9,44,11,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyFSSyKXEfu_","regions":[[10,24,10,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyFSSyKXEfu0_","regions":[[10,68,10,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyF","regions":[[13,44,15,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyFSSyKXEfu_","regions":[[14,24,14,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyFSSyKXEfu0_","regions":[[14,68,14,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyF","regions":[[17,44,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyFSSyKXEfu_","regions":[[18,24,18,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyFSSyKXEfu0_","regions":[[18,68,18,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyF","regions":[[21,44,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyFSSyKXEfu_","regions":[[22,24,22,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyFSSyKXEfu0_","regions":[[22,68,22,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyF","regions":[[25,44,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu_","regions":[[27,24,27,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu0_","regions":[[27,68,27,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu1_","regions":[[28,24,28,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu2_","regions":[[28,68,28,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu3_","regions":[[29,24,29,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu4_","regions":[[29,68,29,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu5_","regions":[[30,24,30,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu6_","regions":[[30,68,30,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu7_","regions":[[31,24,31,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu8_","regions":[[31,68,31,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu9_","regions":[[32,24,32,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu10_","regions":[[32,68,32,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu11_","regions":[[33,24,33,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu12_","regions":[[33,69,33,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu13_","regions":[[34,24,34,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu14_","regions":[[34,69,34,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu15_","regions":[[35,24,35,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu16_","regions":[[35,69,35,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyF","regions":[[38,44,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu_","regions":[[39,24,39,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu0_","regions":[[39,69,39,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu1_","regions":[[40,24,40,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu2_","regions":[[40,69,40,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu3_","regions":[[41,24,41,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu4_","regions":[[41,69,41,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu5_","regions":[[42,24,42,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu6_","regions":[[42,69,42,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu7_","regions":[[43,24,43,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu8_","regions":[[43,69,43,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu9_","regions":[[44,24,44,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu10_","regions":[[44,69,44,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu11_","regions":[[45,24,45,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu12_","regions":[[45,69,45,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu13_","regions":[[46,24,46,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu14_","regions":[[46,69,46,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu15_","regions":[[47,24,47,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu16_","regions":[[47,69,47,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu17_","regions":[[48,24,48,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu18_","regions":[[48,69,48,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyF","regions":[[51,46,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu_","regions":[[52,24,52,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu0_","regions":[[52,69,52,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu1_","regions":[[53,24,53,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu2_","regions":[[53,69,53,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu3_","regions":[[54,24,54,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu4_","regions":[[54,69,54,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu5_","regions":[[55,24,55,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu6_","regions":[[55,69,55,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu7_","regions":[[56,24,56,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu8_","regions":[[56,69,56,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu9_","regions":[[57,24,57,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu10_","regions":[[57,69,57,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu11_","regions":[[58,24,58,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu12_","regions":[[58,69,58,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu13_","regions":[[59,24,59,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu14_","regions":[[59,69,59,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu15_","regions":[[60,24,60,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu16_","regions":[[60,69,60,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyF","regions":[[63,48,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu_","regions":[[64,24,64,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu0_","regions":[[64,69,64,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu1_","regions":[[65,24,65,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu2_","regions":[[65,69,65,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu3_","regions":[[66,24,66,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu4_","regions":[[66,69,66,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu5_","regions":[[67,24,67,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu6_","regions":[[67,69,67,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu7_","regions":[[68,24,68,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu8_","regions":[[68,69,68,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyF","regions":[[71,46,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu_","regions":[[72,24,72,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu0_","regions":[[72,70,72,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu1_","regions":[[73,24,73,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu2_","regions":[[73,70,73,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu3_","regions":[[74,24,74,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu4_","regions":[[74,70,74,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu5_","regions":[[75,24,75,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu6_","regions":[[75,70,75,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyF","regions":[[78,49,91,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu_","regions":[[79,24,79,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu0_","regions":[[79,70,79,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu1_","regions":[[80,24,80,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu2_","regions":[[80,70,80,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu3_","regions":[[81,24,81,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu4_","regions":[[81,69,81,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu5_","regions":[[82,24,82,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu6_","regions":[[82,70,82,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu7_","regions":[[83,24,83,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu8_","regions":[[83,69,83,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu9_","regions":[[84,24,84,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu10_","regions":[[84,69,84,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu11_","regions":[[85,24,85,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu12_","regions":[[85,69,85,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu13_","regions":[[86,24,86,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu14_","regions":[[86,70,86,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu15_","regions":[[87,24,87,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu16_","regions":[[87,70,87,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu17_","regions":[[88,24,88,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu18_","regions":[[88,70,88,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu19_","regions":[[89,24,89,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu20_","regions":[[89,70,89,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu21_","regions":[[90,24,90,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu22_","regions":[[90,70,90,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyF","regions":[[93,48,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu_","regions":[[94,24,94,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu0_","regions":[[94,69,94,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu1_","regions":[[95,24,95,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu2_","regions":[[95,69,95,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu3_","regions":[[96,24,96,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu4_","regions":[[96,69,96,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu5_","regions":[[97,24,97,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu6_","regions":[[97,69,97,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu7_","regions":[[98,24,98,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu8_","regions":[[98,69,98,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu9_","regions":[[99,24,99,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu10_","regions":[[99,69,99,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu11_","regions":[[100,24,100,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu12_","regions":[[100,69,100,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu13_","regions":[[101,24,101,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu14_","regions":[[101,69,101,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu15_","regions":[[102,24,102,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu16_","regions":[[102,69,102,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu17_","regions":[[103,24,103,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu18_","regions":[[103,69,103,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu19_","regions":[[104,24,104,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu20_","regions":[[104,69,104,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyF","regions":[[107,51,113,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu_","regions":[[108,24,108,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu0_","regions":[[108,70,108,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu1_","regions":[[109,24,109,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu2_","regions":[[109,70,109,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu3_","regions":[[110,24,110,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu4_","regions":[[110,70,110,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu5_","regions":[[111,24,111,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu6_","regions":[[111,70,111,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu7_","regions":[[112,24,112,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu8_","regions":[[112,70,112,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyF","regions":[[115,57,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu_","regions":[[116,24,116,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu0_","regions":[[116,69,116,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu1_","regions":[[117,24,117,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu2_","regions":[[117,69,117,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu3_","regions":[[118,24,118,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu4_","regions":[[118,69,118,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu5_","regions":[[119,24,119,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu6_","regions":[[119,70,119,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu7_","regions":[[120,24,120,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu8_","regions":[[120,70,120,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu9_","regions":[[121,24,121,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu10_","regions":[[121,70,121,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu11_","regions":[[122,24,122,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu12_","regions":[[122,70,122,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyF","regions":[[125,49,127,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyFSSyKXEfu_","regions":[[126,24,126,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyFSSyKXEfu0_","regions":[[126,70,126,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyF","regions":[[129,51,132,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu_","regions":[[130,24,130,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu0_","regions":[[130,70,130,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu1_","regions":[[131,24,131,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu2_","regions":[[131,70,131,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF","regions":[[136,43,143,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[142,37,142,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[142,44,142,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF","regions":[[145,49,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[151,24,151,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[151,32,151,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF","regions":[[154,47,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[161,37,161,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[161,45,161,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu1_","regions":[[162,37,162,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu2_","regions":[[162,45,162,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF","regions":[[165,42,172,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[171,30,171,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[171,38,171,44,1,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C15vimCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[11,35,11,73,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C18windowCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[12,38,12,77,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C18symbolCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[13,38,13,74,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C20launcherCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[14,40,14,73,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C19unknownCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[15,39,15,45,11,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C04makeeF033_FFF9EA463FBB9E260B41E11A1A8BFA58LL0aB6AppKit0deF0VyF","regions":[[17,56,31,6,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyF","regions":[[35,56,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyFypSgyKXEfu_","regions":[[41,25,41,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyFSSyXEfu0_","regions":[[41,32,41,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyF","regions":[[44,49,50,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyFypSgyKXEfu_","regions":[[49,25,49,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyFSSyXEfu0_","regions":[[49,32,49,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF","regions":[[52,60,62,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFypSgyKXEfu_","regions":[[57,25,57,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFSSyXEfu0_","regions":[[57,32,57,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF7SwiftUI0G0VyKXEfu1_","regions":[[61,24,61,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF7SwiftUI0G0VyKXEfu2_","regions":[[61,31,61,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFSSyXEfu3_","regions":[[61,39,61,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF","regions":[[64,55,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFypSgyKXEfu_","regions":[[69,25,69,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFSSyXEfu0_","regions":[[69,32,69,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF7SwiftUI0G0VyKXEfu1_","regions":[[72,24,72,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF7SwiftUI0G0VyKXEfu2_","regions":[[72,31,72,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFSSyXEfu3_","regions":[[72,37,72,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF","regions":[[75,52,84,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFypSgyKXEfu_","regions":[[80,25,80,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFSSyXEfu0_","regions":[[80,32,80,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF7SwiftUI0G0VyKXEfu1_","regions":[[83,24,83,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF7SwiftUI0G0VyKXEfu2_","regions":[[83,31,83,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFSSyXEfu3_","regions":[[83,37,83,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyF","regions":[[86,70,92,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyFypSgyKXEfu_","regions":[[91,25,91,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyFSSyXEfu0_","regions":[[91,32,91,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF","regions":[[94,68,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu_","regions":[[103,27,103,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu0_","regions":[[103,40,103,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu1_","regions":[[103,53,103,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu2_","regions":[[104,27,104,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu3_","regions":[[104,40,104,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu4_","regions":[[104,55,104,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu5_","regions":[[105,27,105,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu6_","regions":[[105,40,105,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu7_","regions":[[105,55,105,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyF","regions":[[112,50,124,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyFypSgyKXEfu_","regions":[[122,25,122,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyFypSgyKXEfu0_","regions":[[123,25,123,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF","regions":[[126,52,137,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu_","regions":[[134,24,134,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu0_","regions":[[134,37,134,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu1_","regions":[[135,24,135,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu2_","regions":[[135,37,135,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu3_","regions":[[136,24,136,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu4_","regions":[[136,39,136,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF","regions":[[141,62,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu_","regions":[[147,24,147,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu0_","regions":[[147,30,147,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyFSSyXEfu1_","regions":[[147,36,147,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu2_","regions":[[151,24,151,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu3_","regions":[[151,33,151,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyFSSyXEfu4_","regions":[[151,42,151,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF","regions":[[154,63,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF7SwiftUI0G0VyKXEfu_","regions":[[162,24,162,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF7SwiftUI0G0VyKXEfu0_","regions":[[162,32,162,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyFSSyXEfu1_","regions":[[162,40,162,111,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C12modifierKeys33_29E79CD9F1FF268113EB9A933BA2E300LLShySSGvpfi","regions":[[6,45,17,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaF","regions":[[19,53,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFSSSgyKXEfu_","regions":[[23,24,23,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFSSSgyKXEfu0_","regions":[[23,44,23,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFypSgyKXEfu1_","regions":[[26,22,26,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaF","regions":[[29,57,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFypSgyKXEfu_","regions":[[35,22,35,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFSSSgyKXEfu0_","regions":[[36,24,36,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFSSSgyKXEfu1_","regions":[[36,44,36,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaF","regions":[[41,64,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFSSSgyKXEfu_","regions":[[47,24,47,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFSSSgyKXEfu0_","regions":[[47,33,47,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFypSgyKXEfu1_","regions":[[48,22,48,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaF","regions":[[51,50,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaFys6UInt64VYaYbcfU_","regions":[[52,77,52,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaFypSgyKXEfu_","regions":[[57,22,57,40,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C16cancelAwareSleepyys6UInt64VYaYbcvpZfiyAFYaYbcfU_","regions":[[60,81,64,6,3,0,0,0],[61,15,61,32,3,0,0,0],[61,33,63,10,0,0,0,0],[63,10,64,6,3,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C5setUpyyF","regions":[[8,27,11,6,17,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C8tearDownyyF","regions":[[13,30,16,6,17,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyF","regions":[[20,57,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyFSbyKXEfu_","regions":[[22,23,22,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[22,41,22,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyF","regions":[[25,54,32,6,1,0,0,0],[28,21,31,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSbyKXEfu_","regions":[[29,27,29,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSSyXEfu0_","regions":[[29,50,29,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSbyKXEfu1_","regions":[[30,27,30,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSSyXEfu2_","regions":[[30,52,30,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyF","regions":[[34,57,41,6,1,0,0,0],[37,24,40,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSbyKXEfu_","regions":[[38,27,38,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSSyXEfu0_","regions":[[38,52,38,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSbyKXEfu1_","regions":[[39,27,39,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSSyXEfu2_","regions":[[39,54,39,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF","regions":[[45,64,68,6,1,0,0,0],[51,12,51,34,1,0,0,0],[51,35,58,10,1,0,0,0],[58,16,64,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu_","regions":[[49,23,49,88,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[49,57,49,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFypSgyKXEfu1_","regions":[[52,29,52,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu2_","regions":[[52,46,52,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu3_","regions":[[54,17,54,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu4_","regions":[[54,46,54,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu5_","regions":[[55,17,55,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu6_","regions":[[57,28,57,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu7_","regions":[[57,54,57,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFypSgyKXEfu8_","regions":[[59,26,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu9_","regions":[[59,43,59,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu10_","regions":[[61,17,61,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu11_","regions":[[61,46,61,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu12_","regions":[[62,17,62,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu13_","regions":[[67,24,67,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu14_","regions":[[67,56,67,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyF","regions":[[70,52,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu_","regions":[[71,24,71,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu0_","regions":[[71,69,71,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu1_","regions":[[72,24,72,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu2_","regions":[[72,66,72,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu3_","regions":[[73,24,73,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu4_","regions":[[73,67,73,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu5_","regions":[[74,24,74,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu6_","regions":[[74,73,74,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaF","regions":[[79,61,101,6,1,0,0,0],[94,12,94,35,1,0,0,0],[94,36,100,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu_","regions":[[83,23,83,88,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu_SbyKXEfu0_","regions":[[83,57,83,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu1_","regions":[[85,13,85,104,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[85,60,85,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu3_","regions":[[86,24,86,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[86,65,86,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu5_","regions":[[89,24,89,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu6_","regions":[[90,23,90,79,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu7_","regions":[[97,17,97,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSSyXEfu8_","regions":[[98,17,98,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaF","regions":[[105,61,128,6,1,0,0,0],[113,12,113,48,1,0,0,0],[113,49,127,10,0,0,0,0],[123,37,126,14,0,0,0,0],[126,14,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSSyKXEfu_","regions":[[118,74,118,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSbyKXEfu0_","regions":[[119,28,119,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSSyXEfu1_","regions":[[119,45,119,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaF","regions":[[130,60,167,6,1,0,0,0],[143,35,156,10,2,0,0,0],[145,16,145,22,2,0,0,0],[145,54,155,14,1,0,0,0],[155,14,156,10,1,0,0,0],[156,10,167,6,1,0,0,0],[159,12,159,41,1,0,0,0],[159,42,166,10,1,0,0,0],[161,58,165,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFypSgyKXEfu_","regions":[[149,33,149,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu0_","regions":[[149,57,149,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu1_","regions":[[151,21,151,89,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu1_SSyKXEfu2_","regions":[[151,86,151,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu3_","regions":[[152,21,152,49,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFypSgyKXEfu4_","regions":[[160,29,160,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu5_","regions":[[160,53,160,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu6_","regions":[[163,21,163,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu7_","regions":[[163,75,163,110,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaF","regions":[[171,81,190,6,1,0,0,0],[178,47,183,10,1,0,0,0],[183,10,190,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSiyKXEfu_","regions":[[175,37,175,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSiyKXEfu0_","regions":[[175,60,175,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu1_","regions":[[179,28,179,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu2_","regions":[[180,28,180,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu3_","regions":[[181,28,181,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu4_","regions":[[182,28,182,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSb0aB6AppKit0H14RecommendationVXEfU_","regions":[[186,67,188,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu5_","regions":[[189,23,189,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSSyXEfu6_","regions":[[189,51,189,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyF","regions":[[192,55,206,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu_","regions":[[202,23,202,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu0_","regions":[[203,23,203,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu1_","regions":[[204,23,204,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu2_","regions":[[205,23,205,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyF","regions":[[210,44,222,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu_","regions":[[212,24,212,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu0_","regions":[[212,64,212,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSSgyKXEfu1_","regions":[[213,24,213,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSSgyKXEfu2_","regions":[[213,75,213,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu3_","regions":[[214,23,214,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu4_","regions":[[215,24,215,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu5_","regions":[[218,24,218,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu6_","regions":[[218,75,218,95,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFypSgyKXEfu7_","regions":[[219,22,219,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu8_","regions":[[220,23,220,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu9_","regions":[[221,24,221,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyF","regions":[[224,48,227,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu_","regions":[[225,24,225,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu0_","regions":[[225,80,225,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu1_","regions":[[226,24,226,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu2_","regions":[[226,79,226,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyF","regions":[[229,48,233,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu_","regions":[[230,24,230,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu0_","regions":[[230,65,230,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu1_","regions":[[231,24,231,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu2_","regions":[[231,63,231,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu3_","regions":[[232,24,232,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu4_","regions":[[232,62,232,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyF","regions":[[235,50,239,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu_","regions":[[236,24,236,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu0_","regions":[[236,63,236,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu1_","regions":[[237,24,237,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu2_","regions":[[237,65,237,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu3_","regions":[[238,24,238,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu4_","regions":[[238,62,238,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyF","regions":[[243,37,261,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFypSgyKXEfu_","regions":[[255,25,255,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu0_","regions":[[259,24,259,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu1_","regions":[[259,47,259,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu2_","regions":[[260,24,260,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu3_","regions":[[260,41,260,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testCodeSigningCache_InvalidationOnFileChangeyyF","regions":[[263,58,283,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testCodeSigningCache_InvalidationOnFileChangeyyFypSgyKXEfu_","regions":[[282,25,282,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C30testCodeSigningCache_SizeLimityyF","regions":[[285,43,313,6,1,0,0,0],[291,27,295,10,60,0,0,0],[295,10,313,6,1,0,0,0],[304,31,306,10,60,0,0,0],[306,10,313,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C30testCodeSigningCache_SizeLimityyFypSgyKXEfu_","regions":[[312,25,312,35,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC17homebrewAvailable15kanataInstalled0iB016installationTypeACSb_SbSSSg0aB6AppKit018KanataInstallationL0Otcfc","regions":[[330,7,335,6,3,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC25checkHomebrewInstallationSbyF","regions":[[337,55,339,6,6,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC011getHomebrewB0SSSgyF","regions":[[341,48,343,6,3,0,0,0],[342,33,342,57,2,0,0,0],[342,60,342,63,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC014getHomebrewBinB0SSSgyF","regions":[[345,51,347,6,2,0,0,0],[346,33,346,52,1,0,0,0],[346,55,346,58,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC24detectKanataInstallation0aB6AppKit0hI4InfoVyYaF","regions":[[349,78,357,6,6,0,0,0],[354,44,354,51,2,0,0,0],[354,54,354,57,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF","regions":[[364,68,386,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSbyKXEfu_","regions":[[369,23,369,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSbyKXEfu0_","regions":[[370,24,370,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu1_","regions":[[371,24,371,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu2_","regions":[[371,61,371,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF0aB6AppKit0eF0C0eF4TypeOSgyKXEfu3_","regions":[[372,24,372,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF0aB6AppKit0eF0C0eF4TypeOSgyKXEfu4_","regions":[[372,61,372,70,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSb0aB6AppKit26InstallationRecommendationVXEfU_","regions":[[376,60,376,91,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu5_","regions":[[378,13,378,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu6_","regions":[[378,42,378,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSSyXEfu7_","regions":[[378,45,378,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSb0aB6AppKit26InstallationRecommendationVXEfU0_","regions":[[382,68,382,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu8_","regions":[[384,13,384,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu9_","regions":[[384,44,384,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSSyXEfu10_","regions":[[384,47,384,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaF","regions":[[389,51,407,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSbyKXEfu_","regions":[[394,24,394,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSbyKXEfu0_","regions":[[395,24,395,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu1_","regions":[[396,24,396,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu2_","regions":[[396,61,396,62,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSb0aB6AppKit26InstallationRecommendationVXEfU_","regions":[[399,60,399,91,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu3_","regions":[[400,30,400,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu4_","regions":[[400,59,400,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSSyXEfu5_","regions":[[400,62,400,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSb0aB6AppKit26InstallationRecommendationVXEfU0_","regions":[[403,66,403,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu6_","regions":[[405,13,405,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu7_","regions":[[405,42,405,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSSyXEfu8_","regions":[[405,45,405,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF","regions":[[410,49,433,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSbyKXEfu_","regions":[[420,23,420,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF0aB6AppKit06KanataK4TypeOyKXEfu0_","regions":[[421,24,421,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF0aB6AppKit06KanataK4TypeOyKXEfu1_","regions":[[421,53,421,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyKXEfu2_","regions":[[422,24,422,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyKXEfu3_","regions":[[422,65,422,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSbyKXEfu4_","regions":[[423,23,423,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSb0aB6AppKit0K14RecommendationVXEfU_","regions":[[427,63,429,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSiyKXEfu5_","regions":[[431,13,431,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSiyKXEfu6_","regions":[[431,45,431,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyXEfu7_","regions":[[431,48,431,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyF","regions":[[7,64,31,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFSbyKXEfu_","regions":[[28,23,28,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFSbyKXEfu0_","regions":[[29,23,29,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu1_","regions":[[30,24,30,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu2_","regions":[[30,48,30,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyF","regions":[[33,49,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFSbyKXEfu_","regions":[[54,23,54,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu0_","regions":[[55,24,55,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu1_","regions":[[55,45,55,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFSbyKXEfu2_","regions":[[56,23,56,53,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C5setUpyyYaKF","regions":[[9,40,11,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C8tearDownyyYaKF","regions":[[13,43,15,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF","regions":[[17,61,25,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSdyKXEfu_","regions":[[22,27,22,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSdyKXEfu0_","regions":[[22,37,22,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSSyXEfu1_","regions":[[22,42,22,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu2_","regions":[[23,24,23,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu3_","regions":[[23,53,23,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSbyKXEfu4_","regions":[[24,23,24,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaF","regions":[[27,57,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaFSdyKXEfu_","regions":[[31,24,31,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaFSdyKXEfu0_","regions":[[31,63,31,101,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V39blockingMessageSpecificityAccessibilityyyF","regions":[[12,52,39,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V39blockingMessageSpecificityAccessibilityyyFSSyKXEfu_","regions":[[34,43,34,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V41blockingMessageSpecificityInputMonitoringyyF","regions":[[42,54,69,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V41blockingMessageSpecificityInputMonitoringyyFSSyKXEfu_","regions":[[64,43,64,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V016kanataBlocksWhenaB7UnknownyyF","regions":[[74,43,101,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V016kanataBlocksWhenaB7UnknownyyFSSyKXEfu_","regions":[[96,43,96,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V13statusIsReadyyyF","regions":[[13,26,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V16statusIsBlockingyyF","regions":[[21,29,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V17statusDescriptionyyF","regions":[[29,30,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V19permissionSetHasAllyyF","regions":[[39,32,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V19snapshotSystemReadyyyF","regions":[[80,32,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V21snapshotBlockingIssueyyF","regions":[[132,34,194,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V29snapshotBlockingIssuePriorityyyF","regions":[[197,42,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V25snapshotDiagnosticSummaryyyF","regions":[[227,38,251,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V21confidenceDescriptionyyF","regions":[[256,34,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V12modeSnapshotyyYaF","regions":[[264,31,276,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V17cacheInvalidationyyYaF","regions":[[279,36,302,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V12forceRefreshyyYaF","regions":[[305,31,318,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC5setUpyyYaKF","regions":[[9,40,11,6,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC8tearDownyyYaKF","regions":[[13,43,15,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF","regions":[[17,61,25,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSdyKXEfu_","regions":[[22,27,22,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSdyKXEfu0_","regions":[[22,37,22,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSSyXEfu1_","regions":[[22,42,22,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu2_","regions":[[23,24,23,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu3_","regions":[[23,53,23,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSbyKXEfu4_","regions":[[24,23,24,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaF","regions":[[27,57,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaFSdyKXEfu_","regions":[[31,24,31,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaFSdyKXEfu0_","regions":[[31,63,31,101,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V23allLayoutsAreRegisteredyyF","regions":[[8,42,10,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findMacBookE0yyF","regions":[[12,36,16,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findKinesisE0yyF","regions":[[18,36,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findUnknownE10ReturnsNilyyF","regions":[[24,46,27,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07macBookE7HasKeysyyF","regions":[[31,39,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07macBookE13HasDimensionsyyF","regions":[[38,45,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE7HasKeysyyF","regions":[[46,39,51,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE11HasSplitGapyyF","regions":[[53,43,57,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE19HasRotatedThumbKeysyyF","regions":[[59,51,63,6,1,0,0,0]]},{"branches":[],"count":72,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE19HasRotatedThumbKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[61,46,61,66,72,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE16HasTallThumbKeysyyF","regions":[[65,48,69,6,1,0,0,0]]},{"branches":[],"count":72,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE16HasTallThumbKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[67,43,67,62,72,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08physicalA8DefaultsyyF","regions":[[73,38,78,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08physicalA16CustomDimensionsyyF","regions":[[80,46,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi60E0yyF","regions":[[89,35,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi65E0yyF","regions":[[95,35,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi75E0yyF","regions":[[101,35,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi80E0yyF","regions":[[107,35,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findAnsi100E0yyF","regions":[[113,36,117,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi60E7HasKeysyyF","regions":[[119,38,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi65E12HasArrowKeysyyF","regions":[[125,43,130,6,1,0,0,0]]},{"branches":[],"count":68,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi65E12HasArrowKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[127,44,127,89,68,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyF","regions":[[132,46,136,6,1,0,0,0]]},{"branches":[],"count":83,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[134,47,134,128,83,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_SbyKXEfu_","regions":[[134,86,134,126,74,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyF","regions":[[138,46,142,6,1,0,0,0]]},{"branches":[],"count":87,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[140,47,140,128,87,0,0,0]]},{"branches":[],"count":76,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_SbyKXEfu_","regions":[[140,86,140,126,76,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi40E0yyF","regions":[[146,35,150,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08findHhkbE0yyF","regions":[[152,33,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V09findCorneE0yyF","regions":[[158,34,162,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V09findSofleE0yyF","regions":[[164,34,168,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V015findFerrisSweepE0yyF","regions":[[170,40,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findCornixE0yyF","regions":[[176,35,180,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi40E7HasKeysyyF","regions":[[182,38,186,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V04hhkbE7HasKeysyyF","regions":[[188,36,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE7HasKeysyyF","regions":[[194,37,199,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyF","regions":[[201,41,208,6,1,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[204,43,204,55,42,0,0,0]]},{"branches":[],"count":42,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[205,44,205,56,42,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE7HasKeysyyF","regions":[[210,37,215,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyF","regions":[[217,41,223,6,1,0,0,0]]},{"branches":[],"count":54,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[219,43,219,55,54,0,0,0]]},{"branches":[],"count":54,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[220,44,220,56,54,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE7HasKeysyyF","regions":[[225,43,230,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyF","regions":[[232,47,238,6,1,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[234,43,234,55,34,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[235,44,235,56,34,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE7HasKeysyyF","regions":[[240,38,244,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyF","regions":[[246,42,252,6,1,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[248,43,248,55,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[249,44,249,56,48,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyF","regions":[[16,35,21,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu_","regions":[[17,24,17,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu0_","regions":[[17,56,17,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu1_","regions":[[18,24,18,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu2_","regions":[[18,60,18,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu3_","regions":[[19,24,19,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu4_","regions":[[19,61,19,96,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu5_","regions":[[20,24,20,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu6_","regions":[[20,61,20,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyF","regions":[[23,32,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyFSbyKXEfu_","regions":[[24,23,24,98,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyFSbyKXEfu0_","regions":[[25,23,25,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyF","regions":[[30,47,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu_","regions":[[38,24,38,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu0_","regions":[[38,33,38,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu1_","regions":[[39,24,39,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu2_","regions":[[39,33,39,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu3_","regions":[[40,24,40,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu4_","regions":[[40,33,40,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu5_","regions":[[41,24,41,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu6_","regions":[[41,33,41,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu7_","regions":[[42,24,42,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu8_","regions":[[42,33,42,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu9_","regions":[[43,24,43,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu10_","regions":[[43,33,43,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu11_","regions":[[44,24,44,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu12_","regions":[[44,33,44,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyF","regions":[[47,49,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu_","regions":[[55,23,55,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu0_","regions":[[56,24,56,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu1_","regions":[[57,23,57,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu2_","regions":[[58,23,58,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyF","regions":[[61,52,73,6,1,0,0,0],[70,58,72,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFypSgyKXEfu_","regions":[[69,25,69,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFSSyKXEfu0_","regions":[[71,28,71,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFSSyKXEfu1_","regions":[[71,45,71,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyF","regions":[[77,56,90,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[85,23,85,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[86,23,86,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[87,23,87,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu2_","regions":[[88,23,88,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu3_","regions":[[89,23,89,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD17ContainsServiceIDyyF","regions":[[92,53,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD17ContainsServiceIDyyFSbyKXEfu_","regions":[[98,23,98,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsBinaryB0yyF","regions":[[101,54,109,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsBinaryB0yyFSbyKXEfu_","regions":[[108,23,108,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsConfigB0yyF","regions":[[111,54,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsConfigB0yyFSbyKXEfu_","regions":[[118,23,118,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyF","regions":[[121,51,130,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyFSbyKXEfu_","regions":[[128,23,128,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyFSbyKXEfu0_","regions":[[129,23,129,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyF","regions":[[132,50,151,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu_","regions":[[147,23,147,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu0_","regions":[[148,23,148,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu1_","regions":[[149,24,149,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu2_","regions":[[150,24,150,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD8ValidXMLyyF","regions":[[153,44,166,6,1,0,0,0],[161,104,161,122,1,0,0,0],[162,14,165,10,0,0,0,0],[165,10,166,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyF","regions":[[170,60,176,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[173,23,173,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[174,23,174,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[175,23,175,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD17ContainsServiceIDyyF","regions":[[178,57,182,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD17ContainsServiceIDyyFSbyKXEfu_","regions":[[181,23,181,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemond18ContainsExecutableB0yyF","regions":[[184,62,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemond18ContainsExecutableB0yyFSbyKXEfu_","regions":[[187,23,187,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD8ValidXMLyyF","regions":[[190,48,199,6,1,0,0,0],[194,104,194,122,1,0,0,0],[195,14,198,10,0,0,0,0],[198,10,199,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyF","regions":[[203,61,209,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[206,23,206,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[207,23,207,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[208,23,208,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD17ContainsServiceIDyyF","regions":[[211,58,215,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD17ContainsServiceIDyyFSbyKXEfu_","regions":[[214,23,214,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerd18ContainsExecutableB0yyF","regions":[[217,63,221,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerd18ContainsExecutableB0yyFSbyKXEfu_","regions":[[220,23,220,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD8ValidXMLyyF","regions":[[223,49,232,6,1,0,0,0],[227,104,227,122,1,0,0,0],[228,14,231,10,0,0,0,0],[231,10,232,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyF","regions":[[236,61,243,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[240,23,240,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[241,23,241,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[242,23,242,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD17ContainsServiceIDyyF","regions":[[245,58,249,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD17ContainsServiceIDyyFSbyKXEfu_","regions":[[248,23,248,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationd14ContainsScriptB0yyF","regions":[[251,59,256,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationd14ContainsScriptB0yyFSbyKXEfu_","regions":[[255,23,255,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD8ValidXMLyyF","regions":[[258,49,267,6,1,0,0,0],[262,104,262,122,1,0,0,0],[263,14,266,10,0,0,0,0],[266,10,267,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyF","regions":[[271,47,285,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyKXEfu_","regions":[[284,24,284,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyKXEfu0_","regions":[[284,32,284,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyXEfu1_","regions":[[284,40,284,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyF","regions":[[287,55,301,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyKXEfu_","regions":[[300,27,300,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyKXEfu0_","regions":[[300,35,300,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyXEfu1_","regions":[[300,43,300,99,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C5setUpyyYaKF","regions":[[17,40,20,6,8,0,0,0],[18,32,20,6,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C8tearDownyyYaKF","regions":[[22,43,25,6,8,0,0,0],[24,35,25,6,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyF","regions":[[29,50,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyKXEfu_","regions":[[35,27,35,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyKXEfu0_","regions":[[35,36,35,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyXEfu1_","regions":[[35,61,35,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSbyKXEfu2_","regions":[[36,23,36,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyXEfu3_","regions":[[36,49,36,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyF","regions":[[39,61,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyFSbyKXEfu_","regions":[[44,23,44,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyFSSyXEfu0_","regions":[[44,47,44,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyF","regions":[[47,56,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyFSbyKXEfu_","regions":[[52,24,52,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyFSSyXEfu0_","regions":[[52,41,52,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyF","regions":[[57,48,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyFSbyKXEfu_","regions":[[68,24,68,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyFSSyXEfu0_","regions":[[68,47,68,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyF","regions":[[71,42,78,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFypSgyKXEfu_","regions":[[76,25,76,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSSyXEfu0_","regions":[[76,33,76,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSbyKXEfu1_","regions":[[77,23,77,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSbyKXEfu1_SbyKXEfu2_","regions":[[77,49,77,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSSyXEfu3_","regions":[[77,74,77,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyF","regions":[[80,47,90,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFypSgyKXEfu_","regions":[[88,25,88,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSSyXEfu0_","regions":[[88,33,88,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSbyKXEfu1_","regions":[[89,23,89,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSbyKXEfu1_SbyKXEfu2_","regions":[[89,49,89,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSSyXEfu3_","regions":[[89,74,89,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyF","regions":[[94,32,98,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSbyKXEfu_","regions":[[97,23,97,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSbyKXEfu_SbyKXEfu0_","regions":[[97,41,97,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSSyXEfu1_","regions":[[97,58,97,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyF","regions":[[102,42,110,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyFypSgyKXEfu_","regions":[[109,25,109,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyFSSyXEfu0_","regions":[[109,33,109,82,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C5setUpyyYaKF","regions":[[13,40,18,6,4,0,0,0],[14,32,18,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C5setUpyyYaKFyyYbScMYcXEfU_","regions":[[15,29,17,10,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C8tearDownyyYaKF","regions":[[20,43,25,6,4,0,0,0],[24,35,25,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C8tearDownyyYaKFyyYbScMYcXEfU_","regions":[[21,29,23,10,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C42testInstallLogRotationExecutesWithoutCrashyyYaF","regions":[[27,61,42,6,1,0,0,0],[35,12,38,10,1,0,0,0],[36,55,38,10,1,0,0,0],[38,17,41,10,0,0,0,0],[41,10,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyF","regions":[[44,43,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyFypSgyKXEfu_","regions":[[46,25,46,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyFSSyXEfu0_","regions":[[46,38,46,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF","regions":[[49,49,57,6,1,0,0,0],[50,9,50,18,0,0,0,2],[56,9,56,15,0,0,0,2]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF0aB6AppKit0deF0C0hI0OyKXEfu_","regions":[[52,17,52,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF0aB6AppKit0deF0C0hI0OyKXEfu0_","regions":[[53,17,53,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyFSSyXEfu1_","regions":[[54,17,54,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKF","regions":[[59,67,73,6,1,0,0,0],[69,77,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSaySSGycfU_","regions":[[62,45,62,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSbyKXEfu_","regions":[[71,23,71,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSiyKXEfu0_","regions":[[72,24,72,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSiyKXEfu1_","regions":[[72,52,72,53,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC13defaultResult14resultProviderAC0aB6AppKit0f9ExecutionI0V_AHSS_SStcSgtcfc","regions":[[14,7,17,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC8commandsSaySS7command_SS11descriptiontGvpfi","regions":[[19,75,19,77,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7batchesSay0aB4Core010PrivilegedF6RunnerO5BatchVGvpfi","regions":[[20,65,20,67,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7execute7command11description0aB6AppKit0F15ExecutionResultVSS_SStYaKF","regions":[[22,95,28,6,2,0,0,0],[24,42,26,10,1,0,0,0],[26,10,27,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7execute5batch0aB6AppKit0F15ExecutionResultV0aB4Core010PrivilegedF6RunnerO5BatchV_tYaKF","regions":[[30,95,36,6,1,0,0,0],[32,42,34,10,0,0,0,0],[34,10,35,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$sSo10XCTestCaseC12KeyPathTestsE25XCTAssertThrowsErrorAsync__4file4line_yxyYaYbKXA_SSyXKs12StaticStringVSuys0H0_pXEtYas8SendableRzlFfA0_SSycfu_","regions":[[43,48,43,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$sSo10XCTestCaseC12KeyPathTestsE25XCTAssertThrowsErrorAsync__4file4line_yxyYaYbKXA_SSyXKs12StaticStringVSuys0H0_pXEtYas8SendableRzlF","regions":[[47,13,54,6,0,0,0,0],[48,12,51,10,0,0,0,0],[49,39,51,10,0,0,0,0],[51,17,53,10,0,0,0,0],[53,10,54,6,0,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C5setUpyyYaKF","regions":[[14,40,17,6,10,0,0,0],[15,32,17,6,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C8tearDownyyYaKF","regions":[[19,43,22,6,10,0,0,0],[21,35,22,6,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaF","regions":[[26,61,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaFSbyKXEfu_","regions":[[41,23,41,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaFSSyXEfu0_","regions":[[41,29,41,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKF","regions":[[46,47,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFypSgyKXEfu_","regions":[[59,25,59,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFSSyXEfu0_","regions":[[59,54,59,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFypSgyKXEfu1_","regions":[[60,25,60,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFSSyXEfu2_","regions":[[60,51,60,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKF","regions":[[63,48,76,6,1,0,0,0],[69,12,72,10,1,0,0,0],[70,66,72,10,1,0,0,0],[72,17,75,10,0,0,0,0],[75,10,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSbyKXEfu_","regions":[[71,27,71,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSSyXEfu0_","regions":[[71,33,71,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSbyKXEfu1_","regions":[[74,27,74,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSSyXEfu2_","regions":[[74,33,74,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaF","regions":[[78,45,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaFSbyKXEfu_","regions":[[82,23,82,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaFSSyXEfu0_","regions":[[82,29,82,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaF","regions":[[87,50,106,6,1,0,0,0],[93,36,99,10,100,0,0,0],[99,10,106,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSdyKXEfu_","regions":[[105,27,105,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSdyKXEfu0_","regions":[[105,37,105,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSSyXEfu1_","regions":[[105,42,105,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaF","regions":[[110,40,130,6,1,0,0,0],[116,52,129,10,1,0,0,0],[117,20,117,32,1,0,0,0],[118,13,119,62,1,0,0,0],[120,13,121,64,0,0,0,0],[122,13,123,63,0,0,0,0],[124,13,125,68,0,0,0,0],[126,13,127,22,0,0,0,0],[128,14,129,10,1,0,0,0],[129,10,130,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu_","regions":[[119,31,119,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu0_","regions":[[119,37,119,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu1_","regions":[[121,31,121,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu2_","regions":[[121,37,121,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu3_","regions":[[123,31,123,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu4_","regions":[[123,37,123,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu5_","regions":[[125,31,125,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu6_","regions":[[125,37,125,67,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKF","regions":[[134,57,157,6,1,0,0,0],[151,37,153,10,10,0,0,0],[153,10,157,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFScTyyts5NeverOGSiXEfU_","regions":[[138,46,148,10,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_","regions":[[139,18,147,14,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFSbyKXEfu_","regions":[[156,23,156,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFSSyXEfu0_","regions":[[156,29,156,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaF","regions":[[161,60,173,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaFSbyKXEfu_","regions":[[172,23,172,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaFSSyXEfu0_","regions":[[172,29,172,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaF","regions":[[175,50,185,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaFSbyKXEfu_","regions":[[184,23,184,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaFSSyXEfu0_","regions":[[184,29,184,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKF","regions":[[187,50,199,6,1,0,0,0],[192,12,195,10,1,0,0,0],[193,59,195,10,1,0,0,0],[195,17,198,10,0,0,0,0],[198,10,199,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSbyKXEfu_","regions":[[194,27,194,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSSyXEfu0_","regions":[[194,33,194,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSbyKXEfu1_","regions":[[197,27,197,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSSyXEfu2_","regions":[[197,33,197,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaF","regions":[[9,36,20,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaFSbyKXEfu_","regions":[[19,23,19,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaFSSyXEfu0_","regions":[[19,29,19,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaF","regions":[[22,42,44,6,1,0,0,0],[28,12,31,10,1,0,0,0],[29,52,31,10,1,0,0,0],[31,17,33,10,0,0,0,0],[33,10,44,6,1,0,0,0],[38,12,41,10,1,0,0,0],[39,52,41,10,1,0,0,0],[41,17,43,10,0,0,0,0],[43,10,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSbyKXEfu_","regions":[[30,27,30,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSSyXEfu0_","regions":[[30,33,30,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSbyKXEfu1_","regions":[[40,27,40,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSSyXEfu2_","regions":[[40,33,40,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaF","regions":[[46,46,65,6,1,0,0,0],[52,16,52,29,1,0,0,0],[53,9,54,66,1,0,0,0],[55,9,56,48,0,0,0,0],[57,10,65,6,1,0,0,0],[59,16,59,29,1,0,0,0],[60,9,61,48,0,0,0,0],[62,9,63,58,1,0,0,0],[64,10,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyKXEfu_","regions":[[54,28,54,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyKXEfu0_","regions":[[54,36,54,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyXEfu1_","regions":[[54,44,54,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSbyKXEfu2_","regions":[[63,27,63,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyXEfu3_","regions":[[63,33,63,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaF","regions":[[67,45,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu_","regions":[[75,25,75,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu0_","regions":[[76,25,76,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu1_","regions":[[77,25,77,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu2_","regions":[[78,25,78,45,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C5setUpyyF","regions":[[11,27,16,6,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C8tearDownyyF","regions":[[18,30,22,6,8,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C13sampleQMKJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[27,37,54,6,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C11invalidJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[57,35,59,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C13noLayoutsJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[62,37,70,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKF","regions":[[74,47,89,6,1,0,0,0],[78,46,89,6,1,0,0,0],[85,10,89,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSSyKXEfu_","regions":[[87,24,87,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSSyKXEfu0_","regions":[[87,37,87,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSbyKXEfu1_","regions":[[88,24,88,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C20testParseInvalidJSONyyYaKF","regions":[[91,46,114,6,1,0,0,0],[95,44,114,6,1,0,0,0],[98,12,105,10,1,0,0,0],[103,14,105,10,0,0,0,0],[105,45,111,10,1,0,0,0],[106,42,108,14,1,0,0,0],[108,20,110,14,0,0,0,0],[111,17,113,10,0,0,0,0],[113,10,114,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C18testParseNoLayoutsyyYaKF","regions":[[116,44,141,6,1,0,0,0],[120,46,141,6,1,0,0,0],[123,12,130,10,1,0,0,0],[128,14,130,10,0,0,0,0],[130,45,138,10,1,0,0,0],[132,44,134,14,1,0,0,0],[134,20,137,14,0,0,0,0],[138,17,140,10,0,0,0,0],[140,10,141,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKF","regions":[[143,50,146,6,1,0,0,0],[144,77,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKFSaySSGyKXEfu_","regions":[[145,24,145,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKFSaySSGyKXEfu0_","regions":[[145,43,145,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKF","regions":[[150,53,176,6,1,0,0,0],[154,46,176,6,1,0,0,0],[161,10,176,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSiyKXEfu_","regions":[[174,24,174,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSiyKXEfu0_","regions":[[174,45,174,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSSSgyKXEfu1_","regions":[[175,24,175,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSSSgyKXEfu2_","regions":[[175,51,175,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKF","regions":[[178,48,217,6,1,0,0,0],[182,46,217,6,1,0,0,0],[189,10,217,6,1,0,0,0],[205,65,208,10,0,0,0,0],[208,10,217,6,1,0,0,0],[211,62,211,97,1,0,0,0],[211,100,211,114,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu_","regions":[[202,24,202,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu0_","regions":[[202,45,202,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu1_","regions":[[216,24,216,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu2_","regions":[[216,45,216,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKF","regions":[[221,41,241,6,1,0,0,0],[225,46,241,6,1,0,0,0],[232,10,241,6,1,0,0,0],[237,45,240,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFSbyKXEfu_","regions":[[235,24,235,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFs6UInt16VyKXEfu0_","regions":[[239,31,239,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFs6UInt16VyKXEfu1_","regions":[[239,49,239,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C14testISOMappingyyYaKF","regions":[[243,40,258,6,1,0,0,0],[247,46,258,6,1,0,0,0],[254,10,258,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C14testISOMappingyyYaKFSbyKXEfu_","regions":[[257,24,257,43,1,0,0,0]]},{"branches":[],"count":31,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V06simpleA7Mapping3row3cols6UInt16V7keyCode_SS5labeltSgSi_SitFZ","regions":[[46,91,51,6,31,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V16parseMinimalJSONyyF","regions":[[55,35,65,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V16parseMinimalJSONyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[58,25,58,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyF","regions":[[67,36,84,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[70,25,70,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[74,39,74,60,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[80,39,80,60,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyF","regions":[[86,32,106,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[89,25,89,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[93,43,93,64,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[98,41,98,62,3,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[103,41,103,62,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyF","regions":[[108,32,125,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[111,25,111,46,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[115,43,115,64,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[119,44,119,65,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[123,44,123,65,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V19parseWithIdOverrideyyF","regions":[[129,38,138,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V19parseWithIdOverrideyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[132,25,132,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21parseWithNameOverrideyyF","regions":[[140,40,149,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21parseWithNameOverrideyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[143,25,143,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22parseWithBothOverridesyyF","regions":[[151,41,161,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22parseWithBothOverridesyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[154,25,154,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22unmappedKeysAreSkippedyyF","regions":[[165,41,179,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22unmappedKeysAreSkippedyyF14partialMappingL_3row3cols6UInt16V7keyCode_SS5labeltSgSi_SitF","regions":[[167,86,170,10,4,0,0,0],[168,33,168,47,2,0,0,0],[168,47,169,46,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V18computedDimensionsyyF","regions":[[183,37,196,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V18computedDimensionsyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[186,25,186,46,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21invalidJSONReturnsNilyyF","regions":[[200,40,208,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21invalidJSONReturnsNilyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[204,25,204,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22emptyLayoutsReturnsNilyyF","regions":[[210,41,225,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22emptyLayoutsReturnsNilyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[221,25,221,46,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyF","regions":[[229,43,243,6,1,0,0,0]]},{"branches":[],"count":61,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[238,51,238,71,61,0,0,0]]},{"branches":[],"count":63,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[241,48,241,67,63,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyF","regions":[[247,55,290,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyF10nilMappingL_ys6UInt16V03keyI0_SS5labeltSgSi_SitF","regions":[[266,78,268,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[279,39,279,59,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[283,39,283,58,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[287,42,287,63,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyF","regions":[[292,55,332,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyF15fallbackMappingL_3row3cols6UInt16V03keyI0_SS5labeltSgSi_SitF","regions":[[310,87,315,10,1,0,0,0],[311,16,311,24,1,0,0,0],[311,35,313,14,1,0,0,0],[313,14,314,23,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[326,39,326,59,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[330,39,330,59,2,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C5setUpyyYaKF","regions":[[11,40,18,6,12,0,0,0],[12,32,18,6,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C8tearDownyyYaKF","regions":[[20,43,24,6,12,0,0,0],[23,35,24,6,12,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C04postA033_91E6AF1A4E49121B00233CD3FA7B2839LL_6actionySS_SStF","regions":[[26,57,32,6,37,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C9postLayer33_91E6AF1A4E49121B00233CD3FA7B2839LLyySSF","regions":[[34,49,40,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKF","regions":[[44,74,65,6,1,0,0,0],[49,54,65,6,1,0,0,0],[58,54,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu_","regions":[[52,24,52,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu0_","regions":[[52,42,52,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSSyXEfu1_","regions":[[52,45,52,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu2_","regions":[[62,13,62,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu3_","regions":[[62,35,62,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSSyXEfu4_","regions":[[63,13,63,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKF","regions":[[67,78,82,6,1,0,0,0],[71,54,82,6,1,0,0,0],[76,54,82,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[79,13,79,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[79,35,79,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[80,13,80,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKF","regions":[[84,81,99,6,1,0,0,0],[88,54,99,6,1,0,0,0],[93,54,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[96,13,96,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[96,35,96,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[97,13,97,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKF","regions":[[101,72,117,6,1,0,0,0],[106,55,117,6,1,0,0,0],[111,54,117,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[114,13,114,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[114,35,114,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[115,13,115,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKF","regions":[[119,73,156,6,1,0,0,0],[125,54,156,6,1,0,0,0],[128,54,156,6,1,0,0,0],[132,54,156,6,1,0,0,0],[135,54,156,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu_","regions":[[139,13,139,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[139,35,139,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu1_","regions":[[140,13,140,82,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU_","regions":[[144,50,144,91,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU_SbyKXEfu_","regions":[[144,69,144,89,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu2_","regions":[[146,13,146,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu3_","regions":[[146,33,146,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu4_","regions":[[147,13,147,55,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU0_","regions":[[151,52,151,95,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU0_SbyKXEfu_","regions":[[151,71,151,93,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu5_","regions":[[153,13,153,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu6_","regions":[[153,35,153,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu7_","regions":[[154,13,154,57,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKF","regions":[[158,75,178,6,1,0,0,0],[161,54,178,6,1,0,0,0],[164,54,178,6,1,0,0,0],[168,54,178,6,1,0,0,0],[172,54,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSiyKXEfu_","regions":[[175,13,175,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSiyKXEfu0_","regions":[[175,35,175,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSSyXEfu1_","regions":[[176,13,176,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKF","regions":[[180,72,197,6,1,0,0,0],[187,53,197,6,1,0,0,0],[191,54,197,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSiyKXEfu_","regions":[[194,13,194,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSiyKXEfu0_","regions":[[194,35,194,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSSyXEfu1_","regions":[[195,13,195,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKF","regions":[[199,74,218,6,1,0,0,0],[204,54,218,6,1,0,0,0],[208,54,218,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSiyKXEfu_","regions":[[211,13,211,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSiyKXEfu0_","regions":[[211,35,211,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyXEfu1_","regions":[[212,13,212,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu2_","regions":[[216,24,216,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu3_","regions":[[216,50,216,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu4_","regions":[[217,24,217,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu5_","regions":[[217,50,217,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKF","regions":[[222,73,233,6,1,0,0,0],[227,54,233,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSiyKXEfu_","regions":[[230,13,230,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSiyKXEfu0_","regions":[[230,35,230,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSSyXEfu1_","regions":[[231,13,231,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKF","regions":[[235,71,249,6,1,0,0,0],[243,54,249,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSbyKXEfu_","regions":[[239,23,239,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSSyXEfu0_","regions":[[239,44,239,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSiyKXEfu1_","regions":[[246,13,246,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSiyKXEfu2_","regions":[[246,35,246,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSSyXEfu3_","regions":[[247,13,247,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKF","regions":[[253,62,273,6,1,0,0,0],[255,27,258,10,15,0,0,0],[257,57,258,10,15,0,0,0],[258,10,273,6,1,0,0,0],[260,54,273,6,1,0,0,0],[266,54,273,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSiyKXEfu_","regions":[[270,13,270,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSiyKXEfu0_","regions":[[270,35,270,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSSyXEfu1_","regions":[[271,13,271,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKF","regions":[[275,58,286,6,1,0,0,0],[279,54,286,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu_","regions":[[281,30,281,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu0_","regions":[[281,52,281,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu1_","regions":[[285,24,285,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu2_","regions":[[285,46,285,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSSyXEfu3_","regions":[[285,49,285,81,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C14statusMessages33_0DB0A4BC9B3C410B234D9B2838420FF5LLSaySSGvpfi","regions":[[8,44,8,46,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C18permissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLAA014StubPermissionG0AELLCvg","regions":[[9,43,11,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11captureStub33_0DB0A4BC9B3C410B234D9B2838420FF5LLAA0gD7CaptureAELLCvg","regions":[[12,36,12,58,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C13kanataManager33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit07RuntimeE0Cvg","regions":[[13,38,13,58,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0Cvg","regions":[[14,58,23,8,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_","regions":[[14,58,23,6,3,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_ySScfU_","regions":[[18,28,18,91,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_AF0D7Capture_pycfU0_","regions":[[20,37,20,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKF","regions":[[25,72,40,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu_","regions":[[35,24,35,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu0_","regions":[[37,13,37,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu1_","regions":[[37,45,37,101,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_","regions":[[39,23,39,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_SbSSXEfU_","regions":[[39,47,39,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF","regions":[[42,77,83,6,1,0,0,0],[67,27,73,10,1,0,0,0],[68,16,68,47,1,0,0,0],[68,48,71,14,1,0,0,0],[71,14,73,10,0,0,0,0],[73,10,83,6,1,0,0,0],[79,12,79,63,1,0,0,0],[79,64,82,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu_","regions":[[53,23,53,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu0_","regions":[[54,23,54,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSiyKXEfu1_","regions":[[55,24,55,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSiyKXEfu2_","regions":[[55,48,55,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu3_","regions":[[76,13,76,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu3_SbyKXEfu4_","regions":[[76,33,76,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyXEfu5_","regions":[[77,13,77,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu6_","regions":[[79,32,79,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyKXEfu7_","regions":[[80,28,80,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyKXEfu8_","regions":[[80,60,80,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF0aB6AppKit0A8SequenceVSgyKXEfu9_","regions":[[81,28,81,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF0aB6AppKit0A8SequenceVSgyKXEfu10_","regions":[[81,65,81,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKF","regions":[[85,73,100,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu_","regions":[[95,24,95,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu0_","regions":[[97,13,97,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu1_","regions":[[97,46,97,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_","regions":[[99,23,99,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_SbSSXEfU_","regions":[[99,47,99,79,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C8snapshot33_0DB0A4BC9B3C410B234D9B2838420FF5LL13accessibility0aB11Permissions16PermissionOracleC8SnapshotVAI6StatusO_tFZ","regions":[[102,103,113,6,6,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubPermissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLC8snapshotAD0aB11Permissions0E6OracleC8SnapshotV_tcfc","regions":[[121,47,123,6,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubPermissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLC15currentSnapshot0aB11Permissions0E6OracleC0Q0VyYaF","regions":[[125,63,127,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC10startCallsSivpfi","regions":[[132,35,132,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC8autoFireSbvpfi","regions":[[134,20,134,24,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC14setEventRouter_13kanataManagery0aB6AppKit0qR0CSg_AG18RuntimeCoordinatorCSgtF","regions":[[136,80,138,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC013startSequenceF04mode8callbacky0aB6AppKit0F4ModeO_yAH0aQ0VctF","regions":[[140,93,146,6,1,0,0,0],[143,12,143,20,1,0,0,0],[143,21,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC04stopF0yyF","regions":[[148,24,150,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC07triggerF04withy0aB6AppKit0A8SequenceV_tF","regions":[[152,53,154,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC14sampleSequence3for0aB6AppKit0aQ0VAG0F4ModeO_tFZ","regions":[[156,78,159,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyF","regions":[[12,70,31,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFs6UInt16VSgyKXEfu_","regions":[[30,24,30,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFs6UInt16VSgyKXEfu0_","regions":[[30,37,30,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFSSyXEfu1_","regions":[[30,41,30,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyF","regions":[[33,64,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyFypSgyKXEfu_","regions":[[51,22,51,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyFSSyXEfu0_","regions":[[51,35,51,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyF","regions":[[54,63,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyFypSgyKXEfu_","regions":[[72,22,72,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyFSSyXEfu0_","regions":[[72,35,72,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyF","regions":[[75,64,94,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyFypSgyKXEfu_","regions":[[93,22,93,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyFSSyXEfu0_","regions":[[93,35,93,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyF","regions":[[96,51,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSiyKXEfu_","regions":[[119,24,119,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSiyKXEfu0_","regions":[[119,40,119,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu1_","regions":[[119,43,119,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu2_","regions":[[120,24,120,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu3_","regions":[[120,37,120,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu4_","regions":[[120,41,120,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu5_","regions":[[121,24,121,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu6_","regions":[[121,37,121,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu7_","regions":[[121,40,121,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu8_","regions":[[122,24,122,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu9_","regions":[[122,37,122,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu10_","regions":[[122,40,122,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyF","regions":[[127,80,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyFSbyKXEfu_","regions":[[139,23,139,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyFSSyXEfu0_","regions":[[139,48,139,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyF","regions":[[142,84,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyFSbyKXEfu_","regions":[[154,23,154,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyFSSyXEfu0_","regions":[[154,43,154,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyF","regions":[[157,68,172,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSbyKXEfu_","regions":[[169,23,169,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSSyXEfu0_","regions":[[169,48,169,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSbyKXEfu1_","regions":[[170,23,170,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSSyXEfu2_","regions":[[170,47,170,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSiyKXEfu3_","regions":[[171,24,171,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSiyKXEfu4_","regions":[[171,42,171,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyF","regions":[[174,83,187,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyFSbyKXEfu_","regions":[[186,23,186,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyFSSyXEfu0_","regions":[[186,43,186,90,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C05builddE3Map025_CA2EBCCB8A78F34B6D6A2DA3O6BCCDC5LL4fromSDys6UInt16VAHGSDyAH0aB6AppKit05LayerA4InfoVG_tF","regions":[[191,96,203,6,5,0,0,0],[193,45,201,10,7,0,0,0],[197,18,199,14,3,0,0,0],[199,14,201,10,4,0,0,0],[201,10,202,22,5,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C019calculateSuppresseddeA5Codes025_CA2EBCCB8A78F34B6D6A2DA3P6BCCDC5LL010tcpPressedaI005remapE3MapShys6UInt16VGAJ_SDyA2IGtF","regions":[[208,22,214,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C019calculateSuppresseddeA5Codes025_CA2EBCCB8A78F34B6D6A2DA3P6BCCDC5LL010tcpPressedaI005remapE3MapShys6UInt16VGAJ_SDyA2IGtFyAJz_AItXEfU_","regions":[[209,56,213,10,4,0,0,0],[210,65,212,14,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyF","regions":[[15,41,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFypSgyKXEfu_","regions":[[21,25,21,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSyXEfu0_","regions":[[21,53,21,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSiSgyKXEfu1_","regions":[[22,24,22,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSiSgyKXEfu2_","regions":[[22,69,22,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSSgyKXEfu3_","regions":[[23,24,23,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSSgyKXEfu4_","regions":[[23,71,23,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyF","regions":[[26,44,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyFypSgyKXEfu_","regions":[[29,22,29,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyFSSyXEfu0_","regions":[[29,50,29,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyF","regions":[[34,46,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSiSgyKXEfu_","regions":[[43,24,43,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSiSgyKXEfu0_","regions":[[43,69,43,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSSSgyKXEfu1_","regions":[[44,24,44,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSSSgyKXEfu2_","regions":[[44,71,44,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyF","regions":[[47,48,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyFypSgyKXEfu_","regions":[[57,22,57,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyFSSyXEfu0_","regions":[[57,50,57,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF","regions":[[62,29,66,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF0aB6AppKit0deiJ0OyKXEfu_","regions":[[65,24,65,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF0aB6AppKit0deiJ0OyKXEfu0_","regions":[[65,49,65,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyFSSyXEfu1_","regions":[[65,61,65,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF","regions":[[70,41,81,6,1,0,0,0],[74,48,81,6,1,0,0,0],[77,87,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu_","regions":[[79,24,79,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu0_","regions":[[79,46,79,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSSyXEfu1_","regions":[[79,58,79,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSiSgyKXEfu2_","regions":[[80,24,80,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSiSgyKXEfu3_","regions":[[80,66,80,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSSyXEfu4_","regions":[[80,69,80,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF","regions":[[83,46,96,6,1,0,0,0],[92,92,96,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu_","regions":[[94,24,94,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu0_","regions":[[94,45,94,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFSSyXEfu1_","regions":[[94,53,94,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFypSgyKXEfu2_","regions":[[95,22,95,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFSSyXEfu3_","regions":[[95,46,95,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKF","regions":[[100,44,108,6,1,0,0,0],[104,56,108,6,1,0,0,0],[105,93,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSiSgyKXEfu_","regions":[[107,24,107,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSiSgyKXEfu0_","regions":[[107,66,107,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSSyXEfu1_","regions":[[107,69,107,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyF","regions":[[110,29,124,6,1,0,0,0]]},{"branches":[],"count":100,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyF0aB6AppKit18SequenceDefinitionVSiXEfU_","regions":[[112,41,118,10,100,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSiSgyKXEfu_","regions":[[123,24,123,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSiSgyKXEfu0_","regions":[[123,69,123,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSSyXEfu1_","regions":[[123,74,123,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF","regions":[[9,36,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[11,24,11,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[11,45,11,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF","regions":[[14,37,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[16,24,16,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[16,45,16,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF","regions":[[19,47,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[23,24,23,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[23,45,23,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF","regions":[[26,43,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[28,24,28,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[28,45,28,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF","regions":[[31,45,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[35,24,35,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[35,45,35,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF","regions":[[38,49,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[42,24,42,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[42,45,42,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyF","regions":[[47,46,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu_","regions":[[51,25,51,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu0_","regions":[[52,24,52,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu1_","regions":[[52,64,52,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[53,24,53,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[53,70,53,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu4_","regions":[[56,22,56,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu5_","regions":[[57,22,57,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyF","regions":[[60,44,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFypSgyKXEfu_","regions":[[70,25,70,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu0_","regions":[[71,24,71,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu1_","regions":[[71,62,71,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[72,24,72,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[72,71,72,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu4_","regions":[[73,24,73,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu5_","regions":[[73,72,73,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFypSgyKXEfu6_","regions":[[76,22,76,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyF","regions":[[79,42,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyFypSgyKXEfu_","regions":[[83,25,83,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyFypSgyKXEfu0_","regions":[[86,22,86,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyF","regions":[[89,48,100,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFypSgyKXEfu_","regions":[[94,25,94,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSiSgyKXEfu0_","regions":[[95,24,95,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSiSgyKXEfu1_","regions":[[95,71,95,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[96,24,96,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[96,74,96,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFypSgyKXEfu4_","regions":[[99,22,99,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF","regions":[[104,37,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu_","regions":[[110,24,110,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu0_","regions":[[110,70,110,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu1_","regions":[[113,24,113,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu2_","regions":[[113,70,113,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu3_","regions":[[118,24,118,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu4_","regions":[[118,49,118,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF","regions":[[121,40,133,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyFSSSgyKXEfu_","regions":[[127,24,127,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyFSSSgyKXEfu0_","regions":[[127,71,127,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[132,24,132,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[132,49,132,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF","regions":[[135,41,147,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyFSSSgyKXEfu_","regions":[[141,24,141,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyFSSSgyKXEfu0_","regions":[[141,72,141,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[146,24,146,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[146,49,146,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF","regions":[[149,40,162,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyFShySSGSgyKXEfu_","regions":[[156,24,156,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyFShySSGSgyKXEfu0_","regions":[[156,63,156,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[161,24,161,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[161,49,161,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF","regions":[[164,37,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyFSSSgyKXEfu_","regions":[[172,24,172,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyFSSSgyKXEfu0_","regions":[[172,74,172,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[177,24,177,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[177,49,177,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF","regions":[[182,47,188,6,1,0,0,0],[184,54,188,6,1,0,0,0],[185,93,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF0aB6AppKit0deF0OyKXEfu_","regions":[[187,24,187,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[187,34,187,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF","regions":[[190,48,196,6,1,0,0,0],[192,54,196,6,1,0,0,0],[193,93,196,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF0aB6AppKit0deF0OyKXEfu_","regions":[[195,24,195,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[195,34,195,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF","regions":[[198,58,209,6,1,0,0,0],[203,54,209,6,1,0,0,0],[204,93,209,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[206,24,206,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[206,34,206,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu1_","regions":[[207,24,207,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu2_","regions":[[207,65,207,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu3_","regions":[[208,24,208,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu4_","regions":[[208,71,208,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF","regions":[[211,56,229,6,1,0,0,0],[223,54,229,6,1,0,0,0],[224,93,229,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[226,24,226,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[226,34,226,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu1_","regions":[[227,24,227,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu2_","regions":[[227,72,227,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu3_","regions":[[228,24,228,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu4_","regions":[[228,73,228,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF","regions":[[231,60,242,6,1,0,0,0],[237,54,242,6,1,0,0,0],[238,93,242,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[240,24,240,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[240,34,240,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKFSSSgyKXEfu1_","regions":[[241,24,241,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKFSSSgyKXEfu2_","regions":[[241,75,241,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyF","regions":[[246,47,254,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFypSgyKXEfu_","regions":[[251,25,251,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu0_","regions":[[252,24,252,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu1_","regions":[[252,51,252,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu2_","regions":[[253,24,253,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu3_","regions":[[253,54,253,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testSelectedPresetReturnsNilWhenNoMatchyyF","regions":[[256,52,261,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testSelectedPresetReturnsNilWhenNoMatchyyFypSgyKXEfu_","regions":[[260,22,260,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyF","regions":[[263,55,272,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSiyKXEfu_","regions":[[269,24,269,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSiyKXEfu0_","regions":[[269,55,269,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu1_","regions":[[270,24,270,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu2_","regions":[[270,58,270,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu3_","regions":[[271,24,271,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu4_","regions":[[271,59,271,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C044testSelectedMappingsReturnsEmptyWhenNoPresetH0yyF","regions":[[274,65,280,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C044testSelectedMappingsReturnsEmptyWhenNoPresetH0yyFSbyKXEfu_","regions":[[279,23,279,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyF","regions":[[284,45,291,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSSyKXEfu_","regions":[[286,24,286,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSSyKXEfu0_","regions":[[286,44,286,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu1_","regions":[[287,23,287,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu2_","regions":[[288,24,288,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu3_","regions":[[289,24,289,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu4_","regions":[[290,24,290,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyF","regions":[[293,45,300,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSSyKXEfu_","regions":[[295,24,295,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSSyKXEfu0_","regions":[[295,44,295,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu1_","regions":[[296,24,296,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu2_","regions":[[297,23,297,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu3_","regions":[[298,24,298,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu4_","regions":[[299,24,299,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyF","regions":[[302,57,305,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyFSSyKXEfu_","regions":[[304,24,304,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyFSSyKXEfu0_","regions":[[304,44,304,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyF","regions":[[307,48,319,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu_","regions":[[310,24,310,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu0_","regions":[[310,52,310,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu1_","regions":[[311,24,311,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu2_","regions":[[312,24,312,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu3_","regions":[[313,23,313,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu4_","regions":[[314,24,314,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu5_","regions":[[318,24,318,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu6_","regions":[[318,50,318,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyF","regions":[[321,48,333,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu_","regions":[[324,24,324,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu0_","regions":[[324,52,324,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu1_","regions":[[325,24,325,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu2_","regions":[[326,24,326,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu3_","regions":[[327,24,327,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu4_","regions":[[328,23,328,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu5_","regions":[[332,24,332,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu6_","regions":[[332,50,332,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyF","regions":[[335,49,338,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyFSSyKXEfu_","regions":[[337,24,337,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyFSSyKXEfu0_","regions":[[337,45,337,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyF","regions":[[340,49,343,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyFSSyKXEfu_","regions":[[342,24,342,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyFSSyKXEfu0_","regions":[[342,45,342,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyF","regions":[[345,52,348,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyFSSyKXEfu_","regions":[[347,24,347,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyFSSyKXEfu0_","regions":[[347,45,347,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyF","regions":[[350,52,353,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyFSSyKXEfu_","regions":[[352,24,352,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyFSSyKXEfu0_","regions":[[352,45,352,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF","regions":[[355,63,367,6,1,0,0,0],[357,54,367,6,1,0,0,0],[358,80,367,6,1,0,0,0],[361,51,364,10,1,0,0,0],[364,16,366,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF0aB6AppKit0hI0OyKXEfu_","regions":[[360,24,360,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF0aB6AppKit0hI0OyKXEfu0_","regions":[[360,34,360,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSyKXEfu1_","regions":[[362,28,362,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSyKXEfu2_","regions":[[362,34,362,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSSgyKXEfu3_","regions":[[363,28,363,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSSgyKXEfu4_","regions":[[363,34,363,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF","regions":[[369,63,381,6,1,0,0,0],[371,54,381,6,1,0,0,0],[372,80,381,6,1,0,0,0],[375,51,378,10,1,0,0,0],[378,16,380,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF0aB6AppKit0hI0OyKXEfu_","regions":[[374,24,374,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF0aB6AppKit0hI0OyKXEfu0_","regions":[[374,34,374,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSyKXEfu1_","regions":[[376,28,376,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSyKXEfu2_","regions":[[376,34,376,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSSgyKXEfu3_","regions":[[377,28,377,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSSgyKXEfu4_","regions":[[377,34,377,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyF","regions":[[383,48,393,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSSyKXEfu_","regions":[[390,24,390,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSSyKXEfu0_","regions":[[390,37,390,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSbyKXEfu1_","regions":[[391,23,391,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSbyKXEfu2_","regions":[[392,23,392,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyF","regions":[[395,48,405,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSSyKXEfu_","regions":[[402,24,402,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSSyKXEfu0_","regions":[[402,37,402,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSbyKXEfu1_","regions":[[403,23,403,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSbyKXEfu2_","regions":[[404,23,404,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyF","regions":[[407,68,424,6,1,0,0,0],[420,66,423,10,1,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu_","regions":[[409,50,409,64,24,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu0_","regions":[[410,50,410,64,24,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu1_","regions":[[411,53,411,70,24,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu2_","regions":[[413,24,413,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu3_","regions":[[413,45,413,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu4_","regions":[[414,24,414,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu5_","regions":[[414,45,414,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu6_","regions":[[415,23,415,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu7_","regions":[[415,47,415,98,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVXEfU_","regions":[[418,47,418,64,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFypSgyKXEfu8_","regions":[[419,25,419,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyKXEfu9_","regions":[[421,28,421,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyKXEfu10_","regions":[[421,34,421,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSSgyKXEfu11_","regions":[[422,28,422,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSSgyKXEfu12_","regions":[[422,38,422,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKF","regions":[[428,71,443,6,1,0,0,0],[437,52,443,6,1,0,0,0],[438,84,443,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSiyKXEfu_","regions":[[440,24,440,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSiyKXEfu0_","regions":[[440,48,440,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSbyKXEfu1_","regions":[[441,23,441,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSbyKXEfu2_","regions":[[442,23,442,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyF","regions":[[8,60,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSiyKXEfu_","regions":[[27,24,27,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSiyKXEfu0_","regions":[[27,41,27,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSSSgyKXEfu1_","regions":[[28,24,28,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSSSgyKXEfu2_","regions":[[28,51,28,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSaySSGSgyKXEfu3_","regions":[[29,24,29,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSaySSGSgyKXEfu4_","regions":[[29,65,29,90,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C022testNoConflictWhenSameA15DifferentLayersyyF","regions":[[32,53,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C022testNoConflictWhenSameA15DifferentLayersyyFSbyKXEfu_","regions":[[51,23,51,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C018testNoConflictWhenH15OverlappingKeysyyF","regions":[[54,48,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C018testNoConflictWhenH15OverlappingKeysyyFSbyKXEfu_","regions":[[73,23,73,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C49testDisabledCollectionsIgnoredInConflictDetectionyyF","regions":[[76,62,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C49testDisabledCollectionsIgnoredInConflictDetectionyyFSbyKXEfu_","regions":[[98,23,98,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyF","regions":[[101,41,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSiyKXEfu_","regions":[[126,24,126,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSiyKXEfu0_","regions":[[126,41,126,42,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSS0aB4Core0aB5ErrorO19MappingConflictInfoVcfu1_","regions":[[127,42,127,52,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSaySSGyKXEfu2_","regions":[[128,24,128,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSaySSGyKXEfu3_","regions":[[128,38,128,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyF","regions":[[133,59,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu_","regions":[[159,24,159,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu0_","regions":[[159,51,159,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu1_","regions":[[161,24,161,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu2_","regions":[[161,51,161,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSSSgyKXEfu3_","regions":[[162,24,162,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSSSgyKXEfu4_","regions":[[162,59,162,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyF","regions":[[165,45,190,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyFypSgyKXEfu_","regions":[[188,25,188,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyFypSgyKXEfu0_","regions":[[189,22,189,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyF","regions":[[192,57,205,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyFSiSgyKXEfu_","regions":[[204,24,204,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyFSiSgyKXEfu0_","regions":[[204,55,204,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyF","regions":[[207,51,223,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSiSgyKXEfu_","regions":[[221,24,221,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSiSgyKXEfu0_","regions":[[221,55,221,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSSSgyKXEfu1_","regions":[[222,24,222,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSSSgyKXEfu2_","regions":[[222,63,222,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyF","regions":[[225,59,258,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu_","regions":[[249,24,249,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu0_","regions":[[249,51,249,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSSyKXEfu1_","regions":[[250,24,250,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSSyKXEfu2_","regions":[[250,54,250,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu3_","regions":[[251,23,251,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu4_","regions":[[254,24,254,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu5_","regions":[[254,51,254,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu6_","regions":[[255,24,255,73,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[255,53,255,73,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu7_","regions":[[256,23,256,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu7_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[256,52,256,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu8_","regions":[[257,23,257,72,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU1_","regions":[[257,52,257,72,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKF","regions":[[6,68,15,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSbyKXEfu_","regions":[[13,24,13,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSyXEfu0_","regions":[[13,45,13,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSSgyKXEfu1_","regions":[[14,24,14,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSSgyKXEfu2_","regions":[[14,49,14,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[17,50,55,6,1,0,0,0],[20,96,55,6,1,0,0,0],[40,48,55,6,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu_","regions":[[43,40,43,44,17,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu0_","regions":[[44,40,44,44,1,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu1_","regions":[[45,79,45,83,16,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSbyKXEfu2_","regions":[[48,13,48,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyXEfu3_","regions":[[49,13,49,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSbyKXEfu4_","regions":[[52,13,52,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyXEfu5_","regions":[[53,13,53,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF","regions":[[57,78,88,6,1,0,0,0],[60,96,88,6,1,0,0,0],[76,77,88,6,1,0,0,0],[77,36,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSb0aB6AppKit0dE0VXEfU_","regions":[[82,32,82,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFypSgyKXEfu_","regions":[[83,25,83,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu0_","regions":[[84,24,84,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu1_","regions":[[84,42,84,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu2_","regions":[[85,24,85,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu3_","regions":[[85,56,85,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu4_","regions":[[86,24,86,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu5_","regions":[[86,62,86,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu6_","regions":[[87,24,87,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu7_","regions":[[87,45,87,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF","regions":[[90,77,119,6,1,0,0,0],[93,96,119,6,1,0,0,0],[99,16,102,10,0,0,0,0],[102,10,119,6,1,0,0,0],[106,49,119,6,1,0,0,0],[107,36,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFSb0aB6AppKit0dE0VXEfU_","regions":[[98,20,98,73,1,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu_","regions":[[112,40,112,44,16,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu0_","regions":[[113,63,113,67,16,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFShy10Foundation4UUIDVGyKXEfu1_","regions":[[116,13,116,23,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFShy10Foundation4UUIDVGyKXEfu2_","regions":[[116,25,116,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFSSyXEfu3_","regions":[[117,13,117,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF","regions":[[9,50,12,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu_","regions":[[10,24,10,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[10,50,10,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu1_","regions":[[11,27,11,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu2_","regions":[[11,53,11,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF","regions":[[14,52,17,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu_","regions":[[15,24,15,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[15,60,15,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu1_","regions":[[16,27,16,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu2_","regions":[[16,63,16,98,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF","regions":[[19,65,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF0aB6AppKit0diG0OyKXEfu_","regions":[[26,27,26,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[26,35,26,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyFSSyKXEfu1_","regions":[[29,24,29,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyFSSyKXEfu2_","regions":[[29,43,29,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyF","regions":[[34,47,46,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyFSSyKXEfu_","regions":[[45,24,45,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyFSSyKXEfu0_","regions":[[45,59,45,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyF","regions":[[48,41,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyFSSyKXEfu_","regions":[[59,24,59,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyFSSyKXEfu0_","regions":[[59,59,59,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyF","regions":[[62,47,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyFSSyKXEfu_","regions":[[73,24,73,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyFSSyKXEfu0_","regions":[[73,59,73,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyF","regions":[[78,49,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyFSSyKXEfu_","regions":[[87,24,87,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyFSSyKXEfu0_","regions":[[87,53,87,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF","regions":[[90,46,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF0aB6AppKit0d10CollectionG0OyKXEfu_","regions":[[98,24,98,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF0aB6AppKit0d10CollectionG0OyKXEfu0_","regions":[[98,42,98,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG24Matching_caseInsensitiveyyF","regions":[[103,46,120,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG24Matching_caseInsensitiveyyFSbyKXEfu_","regions":[[119,23,119,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg25Matching_noMatchDifferentG0yyF","regions":[[122,52,138,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg25Matching_noMatchDifferentG0yyFSbyKXEfu_","regions":[[137,24,137,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyF","regions":[[142,55,158,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[151,31,153,10,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSiyKXEfu_","regions":[[155,24,155,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSiyKXEfu0_","regions":[[155,43,155,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu1_","regions":[[156,24,156,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu2_","regions":[[156,45,156,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu3_","regions":[[157,24,157,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu4_","regions":[[157,45,157,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyF","regions":[[160,49,176,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSb0aB6AppKit06CustomD0VXEfU_","regions":[[169,25,171,10,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSiyKXEfu_","regions":[[173,24,173,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSiyKXEfu0_","regions":[[173,37,173,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu1_","regions":[[174,24,174,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu2_","regions":[[174,40,174,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu3_","regions":[[175,24,175,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu4_","regions":[[175,40,175,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF","regions":[[178,55,194,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[187,31,189,10,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSiyKXEfu_","regions":[[191,24,191,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSiyKXEfu0_","regions":[[191,43,191,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu1_","regions":[[192,24,192,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu2_","regions":[[192,52,192,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu3_","regions":[[193,24,193,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu4_","regions":[[193,52,193,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyF","regions":[[198,39,212,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSb0aB6AppKit0dI0VXEfU_","regions":[[206,31,206,54,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSiyKXEfu_","regions":[[208,24,208,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSiyKXEfu0_","regions":[[208,43,208,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu1_","regions":[[209,24,209,68,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu1_Sb0aB6AppKit0dI0VXEfU0_","regions":[[209,45,209,68,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu2_","regions":[[210,23,210,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu2_Sb0aB6AppKit0dI0VXEfU1_","regions":[[210,44,210,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu3_","regions":[[211,23,211,62,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu3_Sb0aB6AppKit0dI0VXEfU2_","regions":[[211,44,211,62,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyF","regions":[[216,48,234,6,1,0,0,0],[225,66,227,10,4,0,0,0],[227,10,234,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSiyKXEfu_","regions":[[229,24,229,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSiyKXEfu0_","regions":[[229,38,229,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu1_","regions":[[230,23,230,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu2_","regions":[[231,23,231,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu3_","regions":[[232,23,232,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu4_","regions":[[233,24,233,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyF","regions":[[236,48,253,6,1,0,0,0],[244,48,246,10,3,0,0,0],[246,10,253,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSiyKXEfu_","regions":[[248,24,248,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSiyKXEfu0_","regions":[[248,38,248,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu1_","regions":[[249,23,249,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu2_","regions":[[250,23,250,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu3_","regions":[[251,23,251,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu4_","regions":[[252,24,252,51,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010createTestF0023_E037ECE06C6F736C5E6497K8A4C7DB92LL0aB6AppKit0deF0C_10Foundation3URLVtyYaKF","regions":[[9,84,29,6,12,0,0,0],[14,96,28,34,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKF","regions":[[34,70,70,6,1,0,0,0],[40,96,70,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSb0aB6AppKit0dL0VXEfU_","regions":[[56,58,58,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu_","regions":[[60,24,60,108,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu_Sb0aB6AppKit0dL0VXEfU0_","regions":[[60,57,60,108,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_","regions":[[65,23,65,123,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_Sb0aB6AppKit0dL0VXEfU1_","regions":[[65,56,65,123,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_Sb0aB6AppKit0dL0VXEfU1_SbyKXEfu_","regions":[[65,109,65,121,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_","regions":[[69,23,69,109,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_Sb0aB6AppKit0dL0VXEfU2_","regions":[[69,42,69,109,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_Sb0aB6AppKit0dL0VXEfU2_SbyKXEfu_","regions":[[69,95,69,107,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyF","regions":[[72,62,84,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[74,54,74,105,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSbyKXEfu_","regions":[[80,13,80,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSSyXEfu0_","regions":[[81,13,81,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSbyKXEfu1_","regions":[[83,23,83,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSSyXEfu2_","regions":[[83,57,83,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyF","regions":[[88,45,100,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSiyKXEfu_","regions":[[91,24,91,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSiyKXEfu0_","regions":[[91,40,91,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu1_","regions":[[91,44,91,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_","regions":[[94,23,94,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[94,41,94,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_SbyKXEfu_","regions":[[94,63,94,82,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu3_","regions":[[94,86,94,120,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_","regions":[[95,23,95,84,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[95,41,95,84,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_Sb0aB6AppKit0A7MappingVXEfU0_SbyKXEfu_","regions":[[95,63,95,82,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu5_","regions":[[95,86,95,118,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_","regions":[[96,23,96,84,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU1_","regions":[[96,41,96,84,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU1_SbyKXEfu_","regions":[[96,63,96,82,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu7_","regions":[[96,86,96,119,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_","regions":[[97,23,97,82,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU2_","regions":[[97,41,97,82,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU2_SbyKXEfu_","regions":[[97,63,97,80,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu9_","regions":[[97,84,97,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_","regions":[[98,23,98,85,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_Sb0aB6AppKit0A7MappingVXEfU3_","regions":[[98,41,98,85,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_Sb0aB6AppKit0A7MappingVXEfU3_SbyKXEfu_","regions":[[98,64,98,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu11_","regions":[[98,87,98,111,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_","regions":[[99,23,99,85,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_Sb0aB6AppKit0A7MappingVXEfU4_","regions":[[99,41,99,85,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_Sb0aB6AppKit0A7MappingVXEfU4_SbyKXEfu_","regions":[[99,64,99,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu13_","regions":[[99,87,99,116,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyF","regions":[[102,48,115,6,1,0,0,0],[108,27,114,10,12,0,0,0],[114,10,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSiyKXEfu_","regions":[[105,24,105,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSiyKXEfu0_","regions":[[105,40,105,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSSyXEfu1_","regions":[[105,44,105,82,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_","regions":[[111,17,111,74,12,0,0,0]]},{"branches":[],"count":78,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[111,35,111,74,78,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_SbyKXEfu_","regions":[[111,56,111,72,12,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSSyXEfu3_","regions":[[112,17,112,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF","regions":[[117,42,125,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu_","regions":[[119,24,119,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu0_","regions":[[119,64,119,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu1_","regions":[[120,24,120,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu2_","regions":[[120,65,120,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyFSbyKXEfu3_","regions":[[123,23,123,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyFSbyKXEfu4_","regions":[[124,24,124,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKF","regions":[[130,77,163,6,1,0,0,0],[131,57,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[135,40,138,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[143,23,143,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu0_","regions":[[143,31,143,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu1_","regions":[[150,23,150,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu2_","regions":[[150,31,150,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFypSgyKXEfu3_","regions":[[151,25,151,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu4_","regions":[[151,42,151,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu5_","regions":[[153,13,153,71,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu5_SbyKXEfu6_","regions":[[153,66,153,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu7_","regions":[[154,13,154,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSiyKXEfu8_","regions":[[158,24,158,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSiyKXEfu9_","regions":[[158,51,158,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu10_","regions":[[158,54,158,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_","regions":[[160,13,160,102,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_","regions":[[160,42,160,102,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_SbyKXEfu_","regions":[[160,66,160,84,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_SbyKXEfu0_","regions":[[160,88,160,100,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu12_","regions":[[161,13,161,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKF","regions":[[166,77,195,6,1,0,0,0],[167,57,195,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[171,40,174,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[178,23,178,123,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_Sb0aB6AppKit0dK0VXEfU0_","regions":[[178,56,178,123,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_Sb0aB6AppKit0dK0VXEfU0_SbyKXEfu_","regions":[[178,109,178,121,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu0_","regions":[[185,23,185,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu1_","regions":[[185,30,185,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFypSgyKXEfu2_","regions":[[186,25,186,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu3_","regions":[[186,42,186,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu4_","regions":[[188,13,188,71,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu4_SbyKXEfu5_","regions":[[188,66,188,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu6_","regions":[[189,13,189,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_","regions":[[192,13,192,113,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_Sb0aB6AppKit0dK0VXEfU1_","regions":[[192,46,192,113,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_Sb0aB6AppKit0dK0VXEfU1_SbyKXEfu_","regions":[[192,99,192,111,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu8_","regions":[[193,13,193,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKF","regions":[[198,90,238,6,1,0,0,0],[199,57,238,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[203,40,206,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[228,23,228,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu0_","regions":[[228,30,228,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFypSgyKXEfu1_","regions":[[229,25,229,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu2_","regions":[[229,42,229,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu3_","regions":[[231,13,231,68,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu3_SbyKXEfu4_","regions":[[231,63,231,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu5_","regions":[[232,13,232,58,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_","regions":[[235,13,235,96,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_Sb0aB6AppKit0dK0VXEfU0_","regions":[[235,46,235,96,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_Sb0aB6AppKit0dK0VXEfU0_SbyKXEfu_","regions":[[235,82,235,94,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu7_","regions":[[236,13,236,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKF","regions":[[241,70,273,6,1,0,0,0],[242,57,273,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKF0aB6AppKit0dJ6ChoiceOSgAE0dJ7ContextVYacfU_","regions":[[246,40,249,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0VXEfU0_","regions":[[258,43,258,65,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0VXEfU1_","regions":[[259,43,259,65,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFypSgyKXEfu_","regions":[[263,22,263,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu0_","regions":[[263,39,263,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFypSgyKXEfu1_","regions":[[267,25,267,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu2_","regions":[[267,42,267,83,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0Vcfu3_","regions":[[270,55,270,66,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSiyKXEfu4_","regions":[[271,24,271,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSiyKXEfu5_","regions":[[271,44,271,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu6_","regions":[[271,47,271,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSbyKXEfu7_","regions":[[272,23,272,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSbyKXEfu7_Sb0aB6AppKit0iD0VXEfU2_","regions":[[272,45,272,66,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu8_","regions":[[272,68,272,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKF","regions":[[276,61,293,6,1,0,0,0],[277,57,293,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFySScfU_","regions":[[281,29,281,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFypSgyKXEfu_","regions":[[291,22,291,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSSyXEfu0_","regions":[[291,39,291,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSiyKXEfu1_","regions":[[292,24,292,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSiyKXEfu2_","regions":[[292,51,292,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKF","regions":[[296,57,312,6,1,0,0,0],[297,57,312,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFySScfU_","regions":[[301,29,301,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFypSgyKXEfu_","regions":[[311,22,311,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFSSyXEfu0_","regions":[[311,39,311,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKF","regions":[[315,62,335,6,1,0,0,0],[316,57,335,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKF0aB6AppKit0dH6ChoiceOSgAE0dH7ContextVYacfU_","regions":[[320,40,323,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFypSgyKXEfu_","regions":[[333,25,333,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSbyKXEfu0_","regions":[[334,23,334,81,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[334,76,334,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSSyXEfu2_","regions":[[334,83,334,116,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKF","regions":[[338,67,372,6,1,0,0,0],[339,57,372,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFySScfU_","regions":[[343,29,343,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu_","regions":[[368,22,368,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFSSyXEfu0_","regions":[[368,39,368,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu1_","regions":[[370,25,370,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu1_Sb0aB6AppKit0D10CollectionVXEfU0_","regions":[[370,46,370,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu2_","regions":[[371,22,371,86,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu2_Sb0aB6AppKit0D10CollectionVXEfU1_","regions":[[371,43,371,65,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKF","regions":[[377,68,440,6,1,0,0,0],[378,57,440,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu_","regions":[[424,24,424,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu0_","regions":[[424,55,424,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu1_","regions":[[425,24,425,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu2_","regions":[[425,51,425,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu3_","regions":[[431,24,431,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu4_","regions":[[431,55,431,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu5_","regions":[[432,24,432,98,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu5_Sb0aB6AppKit0D10CollectionVXEfU_","regions":[[432,57,432,98,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu6_","regions":[[433,23,433,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu6_Sb0aB6AppKit0D10CollectionVXEfU0_","regions":[[433,56,433,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu7_","regions":[[434,23,434,81,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu7_Sb0aB6AppKit0D10CollectionVXEfU1_","regions":[[434,56,434,81,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu8_","regions":[[437,24,437,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu9_","regions":[[437,51,437,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu10_","regions":[[438,24,438,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu10_Sb0aB6AppKit06CustomD0VXEfU2_","regions":[[438,53,438,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_","regions":[[439,23,439,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_Sb0aB6AppKit06CustomD0VXEfU3_","regions":[[439,52,439,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_Sb0aB6AppKit06CustomD0VXEfU3_SbyKXEfu_","regions":[[439,73,439,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKF","regions":[[443,63,463,6,1,0,0,0],[444,63,463,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu_","regions":[[451,24,451,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu0_","regions":[[451,51,451,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu1_","regions":[[456,24,456,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu2_","regions":[[456,51,456,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu3_","regions":[[462,24,462,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu4_","regions":[[462,43,462,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSSyXEfu5_","regions":[[462,46,462,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKF","regions":[[466,57,488,6,1,0,0,0],[467,57,488,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu_","regions":[[482,24,482,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu0_","regions":[[482,55,482,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu1_","regions":[[487,24,487,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu2_","regions":[[487,55,487,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSSyXEfu3_","regions":[[487,58,487,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKF","regions":[[491,66,524,6,1,0,0,0],[492,57,524,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSiyKXEfu_","regions":[[522,24,522,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSiyKXEfu0_","regions":[[522,55,522,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSbyKXEfu1_","regions":[[523,23,523,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSbyKXEfu1_Sb0aB6AppKit0D10CollectionVXEfU_","regions":[[523,56,523,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKF","regions":[[7,54,43,6,1,0,0,0],[12,49,43,6,1,0,0,0],[16,72,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu_","regions":[[19,24,19,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu0_","regions":[[19,41,19,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu1_","regions":[[21,13,21,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu2_","regions":[[22,13,22,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu3_","regions":[[25,13,25,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu4_","regions":[[26,13,26,49,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu5_","regions":[[29,13,29,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu6_","regions":[[30,13,30,49,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu7_","regions":[[33,13,33,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu8_","regions":[[34,13,34,51,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_","regions":[[40,13,40,93,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_SbyKXEfu10_","regions":[[40,41,40,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_SbyKXEfu11_","regions":[[40,69,40,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu12_","regions":[[41,13,41,64,0,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C7manager0aB6AppKit0dE0Cvg","regions":[[7,44,7,51,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaF","regions":[[9,35,21,6,1,0,0,0],[12,42,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu_","regions":[[14,17,14,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu0_","regions":[[15,17,15,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu1_","regions":[[18,23,18,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu2_","regions":[[18,52,18,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu3_","regions":[[19,23,19,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu4_","regions":[[19,52,19,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFypSgyKXEfu5_","regions":[[20,22,20,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu6_","regions":[[20,51,20,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaF","regions":[[23,43,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSiyKXEfu_","regions":[[37,24,37,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSiyKXEfu0_","regions":[[37,51,37,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSyXEfu1_","regions":[[37,54,37,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSSgyKXEfu2_","regions":[[38,24,38,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSSgyKXEfu3_","regions":[[38,58,38,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSbyKXEfu4_","regions":[[42,23,42,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSyXEfu5_","regions":[[42,52,42,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaF","regions":[[45,39,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaFypSgyKXEfu_","regions":[[50,25,50,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaFypSgyKXEfu0_","regions":[[51,25,51,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C21testSystemDiagnosticsyyYaF","regions":[[54,40,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C21testSystemDiagnosticsyyYaFypSgyKXEfu_","regions":[[59,25,59,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaF","regions":[[62,40,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSiyKXEfu_","regions":[[69,24,69,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSiyKXEfu0_","regions":[[69,51,69,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSyXEfu1_","regions":[[69,54,69,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu2_","regions":[[70,24,70,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu3_","regions":[[70,58,70,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu4_","regions":[[71,24,71,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu5_","regions":[[71,59,71,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaF","regions":[[74,41,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSbyKXEfu_","regions":[[77,24,77,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSSyXEfu0_","regions":[[77,44,77,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSbyKXEfu1_","regions":[[78,23,78,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSSyXEfu2_","regions":[[78,59,78,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C22testInstallationStatusyyYaF","regions":[[81,41,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C22testInstallationStatusyyYaFypSgyKXEfu_","regions":[[86,25,86,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaF","regions":[[89,50,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSdyKXEfu_","regions":[[96,27,96,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSdyKXEfu0_","regions":[[96,37,96,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSSyXEfu1_","regions":[[96,43,96,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKF","regions":[[7,60,20,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKFSbyYaYbcfU_","regions":[[13,25,13,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKFyyYaYbcfU0_","regions":[[14,24,16,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKF","regions":[[22,67,36,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKFSbyYaYbcfU_","regions":[[29,25,29,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKFyyYaYbcfU0_","regions":[[30,24,32,14,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C5setUpyyYaKF","regions":[[10,40,15,6,12,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C8tearDownyyYaKF","regions":[[17,43,21,6,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionWhenDisabledyyF","regions":[[25,43,35,6,1,0,0,0],[30,36,32,10,1,0,0,0],[32,16,34,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyF","regions":[[37,43,48,6,1,0,0,0],[43,50,45,10,1,0,0,0],[45,16,47,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyFSSyKXEfu_","regions":[[44,28,44,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyFSSyKXEfu0_","regions":[[44,34,44,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyF","regions":[[50,63,62,6,1,0,0,0],[57,55,59,10,1,0,0,0],[59,16,61,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyFSSyKXEfu_","regions":[[58,28,58,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyFSSyKXEfu0_","regions":[[58,34,58,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C37testCheckExecutionAllowedWhenBypassedyyF","regions":[[64,50,76,6,1,0,0,0],[71,35,73,10,1,0,0,0],[73,16,75,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyF","regions":[[78,37,92,6,1,0,0,0],[86,50,89,10,1,0,0,0],[89,16,91,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu_","regions":[[87,27,87,79,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu_SbyKXEfu0_","regions":[[87,56,87,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSSyXEfu1_","regions":[[87,81,87,115,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu2_","regions":[[88,28,88,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSSyXEfu3_","regions":[[88,49,88,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyF","regions":[[96,30,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu_","regions":[[97,23,97,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu0_","regions":[[98,23,98,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu1_","regions":[[99,23,99,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu2_","regions":[[100,23,100,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu3_","regions":[[102,24,102,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu4_","regions":[[103,24,103,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu5_","regions":[[104,24,104,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyF","regions":[[107,30,116,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu_","regions":[[108,23,108,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu0_","regions":[[109,23,109,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu1_","regions":[[110,23,110,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu2_","regions":[[111,23,111,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu3_","regions":[[113,24,113,76,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu4_","regions":[[114,24,114,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu5_","regions":[[115,24,115,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyF","regions":[[120,36,135,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu_","regions":[[126,23,126,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu0_","regions":[[127,23,127,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu1_","regions":[[133,24,133,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu2_","regions":[[134,24,134,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyF","regions":[[139,36,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSiyKXEfu_","regions":[[146,24,146,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSiyKXEfu0_","regions":[[146,35,146,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu1_","regions":[[149,24,149,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu2_","regions":[[149,50,149,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSbSgyKXEfu3_","regions":[[150,24,150,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSbSgyKXEfu4_","regions":[[150,51,150,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu5_","regions":[[151,24,151,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu6_","regions":[[151,51,151,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyF","regions":[[154,36,167,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSiyKXEfu_","regions":[[161,24,161,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSiyKXEfu0_","regions":[[161,35,161,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu1_","regions":[[164,24,164,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu2_","regions":[[164,50,164,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSbSgyKXEfu3_","regions":[[165,24,165,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSbSgyKXEfu4_","regions":[[165,51,165,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu5_","regions":[[166,24,166,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu6_","regions":[[166,51,166,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyF","regions":[[169,39,188,6,1,0,0,0],[174,28,176,10,110,0,0,0],[176,10,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSiyKXEfu_","regions":[[179,24,179,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSiyKXEfu0_","regions":[[179,35,179,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSyXEfu1_","regions":[[179,40,179,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu2_","regions":[[183,24,183,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu3_","regions":[[183,55,183,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu4_","regions":[[187,24,187,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu5_","regions":[[187,54,187,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyF","regions":[[192,33,202,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu_","regions":[[199,24,199,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu0_","regions":[[200,24,200,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu1_","regions":[[201,23,201,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyF","regions":[[15,28,21,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu_","regions":[[18,24,18,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu0_","regions":[[18,48,18,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu1_","regions":[[18,51,18,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFypSgyKXEfu2_","regions":[[19,22,19,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu3_","regions":[[19,47,19,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu4_","regions":[[20,24,20,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu5_","regions":[[20,46,20,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu6_","regions":[[20,51,20,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF","regions":[[23,24,48,6,1,0,0,0],[33,63,35,10,1,0,0,0],[35,16,37,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu_","regions":[[26,24,26,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu0_","regions":[[26,48,26,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu1_","regions":[[26,51,26,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu2_","regions":[[27,24,27,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu3_","regions":[[27,46,27,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu4_","regions":[[27,51,27,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU_","regions":[[30,48,30,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu5_","regions":[[31,25,31,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu6_","regions":[[31,36,31,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu7_","regions":[[32,24,32,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu8_","regions":[[32,41,32,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu9_","regions":[[32,57,32,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF0aB6AppKit19RuleCollectionLayerOyKXEfu10_","regions":[[34,28,34,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF0aB6AppKit19RuleCollectionLayerOyKXEfu11_","regions":[[34,35,34,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu12_","regions":[[34,54,34,98,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU0_","regions":[[40,45,40,74,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu13_","regions":[[41,25,41,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu14_","regions":[[41,33,41,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu15_","regions":[[42,24,42,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu16_","regions":[[42,38,42,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu17_","regions":[[42,54,42,95,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU1_","regions":[[45,45,45,72,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu18_","regions":[[46,25,46,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu19_","regions":[[46,33,46,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu20_","regions":[[47,24,47,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu21_","regions":[[47,38,47,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu22_","regions":[[47,54,47,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF","regions":[[52,43,76,6,1,0,0,0],[68,43,75,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSiyKXEfu_","regions":[[67,24,67,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSiyKXEfu0_","regions":[[67,41,67,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu1_","regions":[[67,44,67,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu2_","regions":[[69,28,69,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu3_","regions":[[69,43,69,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu4_","regions":[[69,54,69,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_","regions":[[71,17,72,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu6_","regions":[[71,54,71,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu7_","regions":[[72,21,72,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu7_SbyKXEfu8_","regions":[[72,58,72,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu9_","regions":[[73,17,73,59,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF","regions":[[78,48,97,6,1,0,0,0],[94,43,96,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSiyKXEfu_","regions":[[93,24,93,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSiyKXEfu0_","regions":[[93,41,93,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSSyXEfu1_","regions":[[93,44,93,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu2_","regions":[[95,28,95,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu3_","regions":[[95,43,95,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSSyXEfu4_","regions":[[95,59,95,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyF","regions":[[99,46,116,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSbyKXEfu_","regions":[[114,23,114,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSSyXEfu0_","regions":[[114,42,114,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSbyKXEfu1_","regions":[[115,24,115,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSSyXEfu2_","regions":[[115,45,115,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyF","regions":[[118,52,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSiyKXEfu_","regions":[[127,30,127,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSiyKXEfu0_","regions":[[127,47,127,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSSyXEfu1_","regions":[[127,50,127,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyF","regions":[[132,41,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyFSbyKXEfu_","regions":[[139,23,139,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyFSSyXEfu0_","regions":[[139,38,139,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyF","regions":[[142,45,150,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyFSbyKXEfu_","regions":[[149,24,149,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyFSSyXEfu0_","regions":[[149,43,149,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyF","regions":[[152,47,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyFSbyKXEfu_","regions":[[159,24,159,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyFSSyXEfu0_","regions":[[159,41,159,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyF","regions":[[162,45,170,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyFSbyKXEfu_","regions":[[169,24,169,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyFSSyXEfu0_","regions":[[169,43,169,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyF","regions":[[172,43,180,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyFSbyKXEfu_","regions":[[179,23,179,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyFSSyXEfu0_","regions":[[179,40,179,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyF","regions":[[184,27,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyKXEfu_","regions":[[191,24,191,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyKXEfu0_","regions":[[191,45,191,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyXEfu1_","regions":[[191,66,191,117,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyF","regions":[[194,34,200,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu_","regions":[[196,24,196,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu0_","regions":[[196,44,196,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyXEfu1_","regions":[[196,67,196,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu2_","regions":[[199,24,199,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu3_","regions":[[199,50,199,67,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyXEfu4_","regions":[[199,69,199,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF","regions":[[204,40,216,6,1,0,0,0],[208,48,216,6,1,0,0,0],[211,75,216,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF0aB6AppKit0dE0VyKXEfu_","regions":[[213,24,213,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF0aB6AppKit0dE0VyKXEfu0_","regions":[[213,34,213,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu1_","regions":[[213,43,213,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu2_","regions":[[214,24,214,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu3_","regions":[[214,49,214,73,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu4_","regions":[[214,75,214,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu5_","regions":[[215,24,215,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu6_","regions":[[215,47,215,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu7_","regions":[[215,71,215,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF","regions":[[218,49,235,6,1,0,0,0],[227,54,235,6,1,0,0,0],[228,84,235,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF0aB6AppKit0gH0VyKXEfu_","regions":[[230,24,230,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF0aB6AppKit0gH0VyKXEfu0_","regions":[[230,34,230,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu1_","regions":[[230,43,230,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF10Foundation4UUIDVyKXEfu2_","regions":[[231,24,231,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF10Foundation4UUIDVyKXEfu3_","regions":[[231,36,231,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu4_","regions":[[231,49,231,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyKXEfu5_","regions":[[232,24,232,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyKXEfu6_","regions":[[232,38,232,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu7_","regions":[[232,53,232,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSaySSGyKXEfu8_","regions":[[233,24,233,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSaySSGyKXEfu9_","regions":[[233,38,233,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu10_","regions":[[233,53,233,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSSgyKXEfu11_","regions":[[234,24,234,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSSgyKXEfu12_","regions":[[234,45,234,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu13_","regions":[[234,67,234,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyF","regions":[[239,31,247,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu_","regions":[[240,24,240,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu0_","regions":[[240,55,240,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu1_","regions":[[240,60,240,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu2_","regions":[[241,24,241,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu3_","regions":[[241,59,241,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu4_","regions":[[241,64,241,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu5_","regions":[[242,24,242,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu6_","regions":[[242,58,242,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu7_","regions":[[242,64,242,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu8_","regions":[[244,24,244,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu9_","regions":[[244,58,244,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu10_","regions":[[245,24,245,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu11_","regions":[[245,62,245,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu12_","regions":[[246,24,246,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu13_","regions":[[246,61,246,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyF","regions":[[17,35,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu_","regions":[[18,24,18,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu0_","regions":[[18,61,18,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu1_","regions":[[19,24,19,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu2_","regions":[[19,65,19,99,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu3_","regions":[[20,24,20,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu4_","regions":[[20,66,20,101,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu5_","regions":[[21,24,21,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu6_","regions":[[21,66,21,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyF","regions":[[26,48,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSbyKXEfu_","regions":[[40,24,40,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSSyXEfu0_","regions":[[40,32,40,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSbyKXEfu1_","regions":[[41,23,41,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSSyXEfu2_","regions":[[41,30,41,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyF","regions":[[44,66,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyFSbyKXEfu_","regions":[[46,24,46,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyFSSyXEfu0_","regions":[[46,32,46,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaF","regions":[[49,67,66,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSbyKXEfu_","regions":[[58,23,58,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSSyXEfu0_","regions":[[58,36,58,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSbyKXEfu1_","regions":[[65,24,65,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSSyXEfu2_","regions":[[65,36,65,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyF","regions":[[68,53,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu_","regions":[[76,23,76,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu0_","regions":[[76,38,76,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu1_","regions":[[80,23,80,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu2_","regions":[[80,36,80,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu3_","regions":[[84,23,84,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu4_","regions":[[84,35,84,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyF","regions":[[87,51,101,6,1,0,0,0],[97,37,100,10,3,0,0,0],[100,10,101,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyFSbyKXEfu_","regions":[[99,27,99,35,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyFSSyXEfu0_","regions":[[99,37,99,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyF","regions":[[103,67,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyFSbyKXEfu_","regions":[[110,23,110,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyFSSyXEfu0_","regions":[[110,34,110,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyF","regions":[[113,68,117,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyFSbyKXEfu_","regions":[[116,24,116,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyFSSyXEfu0_","regions":[[116,35,116,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaF","regions":[[119,55,135,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSbyKXEfu_","regions":[[127,23,127,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSSyXEfu0_","regions":[[127,36,127,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSbyKXEfu1_","regions":[[134,24,134,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSSyXEfu2_","regions":[[134,36,134,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaF","regions":[[139,50,157,6,1,0,0,0],[153,37,156,10,10,0,0,0],[156,10,157,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSSSiXEfU_","regions":[[141,41,141,72,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFyScGyytGzYaXEfU0_","regions":[[144,44,150,10,1,0,0,0],[145,41,149,14,10,0,0,0],[149,14,150,10,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFyScGyytGzYaXEfU0_yyYaYbScMYccfU_","regions":[[146,31,148,18,10,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSbyKXEfu_","regions":[[155,27,155,35,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSSyXEfu0_","regions":[[155,37,155,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyF","regions":[[161,55,176,6,1,0,0,0],[172,37,175,10,3,0,0,0],[175,10,176,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyFSbyKXEfu_","regions":[[174,27,174,35,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyFSSyXEfu0_","regions":[[174,37,174,85,0,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C5setUpyyYaKF","regions":[[17,40,20,6,13,0,0,0],[18,32,20,6,13,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C8tearDownyyYaKF","regions":[[22,43,25,6,13,0,0,0],[24,35,25,6,13,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyF","regions":[[29,35,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu_","regions":[[30,24,30,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu0_","regions":[[30,62,30,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu1_","regions":[[31,24,31,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu2_","regions":[[31,66,31,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu3_","regions":[[32,24,32,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu4_","regions":[[32,67,32,102,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaF","regions":[[37,52,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSbyKXEfu_","regions":[[41,23,41,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[41,41,41,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSSyXEfu1_","regions":[[41,58,41,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaF","regions":[[44,58,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaFSbyKXEfu_","regions":[[48,24,48,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaFSSyXEfu0_","regions":[[48,32,48,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaF","regions":[[51,53,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu_","regions":[[56,23,56,76,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[56,51,56,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSSyXEfu1_","regions":[[56,78,56,117,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu2_","regions":[[57,23,57,78,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu2_SbyKXEfu3_","regions":[[57,52,57,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSSyXEfu4_","regions":[[57,80,57,120,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaF","regions":[[62,53,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSbyKXEfu_","regions":[[66,23,66,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[66,42,66,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSSyXEfu1_","regions":[[66,60,66,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaF","regions":[[69,59,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaFSbyKXEfu_","regions":[[73,24,73,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaFSSyXEfu0_","regions":[[73,33,73,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaF","regions":[[78,52,95,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFypSgyKXEfu_","regions":[[82,25,82,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu0_","regions":[[82,33,82,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu1_","regions":[[84,13,84,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[84,51,84,86,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu3_","regions":[[85,13,85,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu4_","regions":[[88,13,88,94,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[88,55,88,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu6_","regions":[[89,13,89,52,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu7_","regions":[[92,13,92,96,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu7_SbyKXEfu8_","regions":[[92,56,92,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu9_","regions":[[93,13,93,53,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaF","regions":[[97,57,107,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaFSbyKXEfu_","regions":[[106,23,106,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaFSSyXEfu0_","regions":[[106,29,106,62,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaF","regions":[[109,51,122,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu_","regions":[[115,13,115,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu0_","regions":[[115,42,115,69,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSSyXEfu1_","regions":[[116,13,116,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu2_","regions":[[119,13,119,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu3_","regions":[[119,46,119,77,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSSyXEfu4_","regions":[[120,13,120,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaF","regions":[[126,60,139,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFypSgyKXEfu_","regions":[[130,25,130,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu0_","regions":[[130,33,130,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu1_","regions":[[132,13,132,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[132,41,132,66,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu3_","regions":[[133,13,133,44,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu4_","regions":[[136,13,136,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[136,44,136,72,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu6_","regions":[[137,13,137,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaF","regions":[[141,61,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaFypSgyKXEfu_","regions":[[145,25,145,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaFSSyXEfu0_","regions":[[145,33,145,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyF","regions":[[150,39,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSbyKXEfu_","regions":[[154,23,154,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSbyKXEfu_SbyKXEfu0_","regions":[[154,44,154,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSSyXEfu1_","regions":[[154,64,154,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyF","regions":[[157,48,162,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSbyKXEfu_","regions":[[161,23,161,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSbyKXEfu_SbyKXEfu0_","regions":[[161,45,161,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSSyXEfu1_","regions":[[161,66,161,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC13shouldSucceedSbvpfi","regions":[[9,31,9,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC9callCountSivpfi","regions":[[10,26,10,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC17checkServerStatusSbyYaF","regions":[[12,44,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC14resetCallCountyyF","regions":[[17,27,19,6,0,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C5setUpyyYaKF","regions":[[28,40,34,6,27,0,0,0],[29,32,34,6,27,0,0,0]]},{"branches":[],"count":27,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C8tearDownyyYaKF","regions":[[36,43,45,6,27,0,0,0],[37,32,39,10,27,0,0,0],[39,16,41,10,0,0,0,0],[44,35,45,6,27,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaF","regions":[[49,59,56,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSbyKXEfu_","regions":[[53,24,53,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSyXEfu0_","regions":[[53,48,53,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSbyKXEfu1_","regions":[[54,23,54,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSyXEfu2_","regions":[[54,51,54,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSSgyKXEfu3_","regions":[[55,24,55,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSSgyKXEfu4_","regions":[[55,45,55,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaF","regions":[[58,68,73,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu_","regions":[[67,39,67,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[67,89,67,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu1_","regions":[[69,13,69,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSSyXEfu2_","regions":[[70,13,70,123,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaF","regions":[[75,59,83,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaFSbyKXEfu_","regions":[[82,23,82,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaFSSyXEfu0_","regions":[[82,47,82,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaF","regions":[[87,58,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSbyKXEfu_","regions":[[90,23,90,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu0_","regions":[[90,49,90,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSdyKXEfu1_","regions":[[91,24,91,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSdyKXEfu2_","regions":[[91,57,91,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu3_","regions":[[91,60,91,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSiyKXEfu4_","regions":[[92,24,92,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSiyKXEfu5_","regions":[[92,64,92,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu6_","regions":[[92,67,92,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaF","regions":[[95,55,103,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSbyKXEfu_","regions":[[101,24,101,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSSyXEfu0_","regions":[[101,50,101,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSdyKXEfu1_","regions":[[102,30,102,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSdyKXEfu2_","regions":[[102,63,102,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSSyXEfu3_","regions":[[102,66,102,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaF","regions":[[105,54,114,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSbyKXEfu_","regions":[[112,23,112,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSSyXEfu0_","regions":[[112,49,112,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSdyKXEfu1_","regions":[[113,24,113,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSdyKXEfu2_","regions":[[113,57,113,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSSyXEfu3_","regions":[[113,60,113,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaF","regions":[[116,61,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaFSbyKXEfu_","regions":[[122,23,122,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaFSSyXEfu0_","regions":[[122,54,122,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaF","regions":[[127,58,137,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu_","regions":[[131,24,131,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu0_","regions":[[131,64,131,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSSyXEfu1_","regions":[[131,67,131,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu2_","regions":[[136,24,136,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu3_","regions":[[136,64,136,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSSyXEfu4_","regions":[[136,67,136,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaF","regions":[[139,55,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu_","regions":[[147,24,147,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu0_","regions":[[147,64,147,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSSyXEfu1_","regions":[[147,67,147,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu2_","regions":[[153,24,153,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu3_","regions":[[153,64,153,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSSyXEfu4_","regions":[[153,67,153,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaF","regions":[[158,61,163,6,1,0,0,0],[159,26,162,10,5,0,0,0],[162,10,163,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaFSbyKXEfu_","regions":[[161,28,161,41,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaFSSyXEfu0_","regions":[[161,43,161,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaF","regions":[[165,68,174,6,1,0,0,0],[167,26,169,10,9,0,0,0],[169,10,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaFSbyKXEfu_","regions":[[173,23,173,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaFSSyXEfu0_","regions":[[173,38,173,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaF","regions":[[176,59,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaFSbyKXEfu_","regions":[[187,24,187,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaFSSyXEfu0_","regions":[[187,39,187,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C035testDetermineRecoveryAction_HealthyD0yyYaF","regions":[[192,61,201,6,1,0,0,0],[196,32,198,10,1,0,0,0],[198,16,200,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C41testDetermineRecoveryAction_SimpleRestartyyYaF","regions":[[203,60,212,6,1,0,0,0],[207,41,209,10,1,0,0,0],[209,16,211,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaF","regions":[[214,65,229,6,1,0,0,0],[216,26,219,10,5,0,0,0],[219,10,229,6,1,0,0,0],[224,46,226,10,1,0,0,0],[226,16,228,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaFSbyKXEfu_","regions":[[225,27,225,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaFSSyXEfu0_","regions":[[225,56,225,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_ConnectionFailuresyyYaF","regions":[[231,65,247,6,1,0,0,0],[233,27,235,10,10,0,0,0],[235,10,247,6,1,0,0,0],[242,40,244,10,1,0,0,0],[244,16,246,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49skip_testDetermineRecoveryAction_ProcessConflictsyyYaF","regions":[[251,68,268,6,0,0,0,0],[263,42,265,10,0,0,0,0],[265,16,267,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaF","regions":[[272,43,289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu_","regions":[[280,13,280,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu0_","regions":[[280,53,280,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu1_","regions":[[280,56,280,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu2_","regions":[[287,24,287,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu3_","regions":[[287,64,287,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu4_","regions":[[287,67,287,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSbyKXEfu5_","regions":[[288,23,288,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu6_","regions":[[288,49,288,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaF","regions":[[293,61,307,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaFSbyKXEfu_","regions":[[305,13,305,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaFSSyXEfu0_","regions":[[305,37,305,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaF","regions":[[309,58,329,6,1,0,0,0],[318,41,320,10,1,0,0,0],[320,16,322,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSiyKXEfu_","regions":[[328,24,328,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSiyKXEfu0_","regions":[[328,64,328,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSSyXEfu1_","regions":[[328,67,328,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaF","regions":[[333,65,345,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu_","regions":[[336,24,336,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu0_","regions":[[336,38,336,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu1_","regions":[[339,24,339,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu2_","regions":[[339,38,339,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu3_","regions":[[342,24,342,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu4_","regions":[[342,38,342,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu5_","regions":[[344,24,344,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu6_","regions":[[344,47,344,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaF","regions":[[347,63,356,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu_","regions":[[350,24,350,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu0_","regions":[[350,38,350,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu1_","regions":[[353,24,353,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu2_","regions":[[353,38,353,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu3_","regions":[[355,24,355,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu4_","regions":[[355,47,355,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaF","regions":[[358,71,370,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu_","regions":[[361,24,361,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu0_","regions":[[361,38,361,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu1_","regions":[[364,24,364,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu2_","regions":[[364,38,364,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu3_","regions":[[367,23,367,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu4_","regions":[[367,37,367,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu5_","regions":[[369,23,369,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu6_","regions":[[369,46,369,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaF","regions":[[372,58,384,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu_","regions":[[375,24,375,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu0_","regions":[[375,38,375,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu1_","regions":[[378,24,378,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu2_","regions":[[378,38,378,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu3_","regions":[[381,24,381,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu4_","regions":[[381,38,381,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu5_","regions":[[383,24,383,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu6_","regions":[[383,47,383,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaF","regions":[[386,58,402,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu_","regions":[[392,23,392,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu0_","regions":[[392,46,392,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu1_","regions":[[397,24,397,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu2_","regions":[[397,47,397,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu3_","regions":[[401,24,401,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu4_","regions":[[401,37,401,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaF","regions":[[404,64,416,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSbyKXEfu_","regions":[[410,23,410,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSSyXEfu0_","regions":[[410,46,410,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSbyKXEfu1_","regions":[[415,24,415,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSSyXEfu2_","regions":[[415,47,415,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaF","regions":[[418,59,431,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFyyYacfU_","regions":[[421,39,423,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFSbyKXEfu_","regions":[[430,23,430,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFSSyXEfu0_","regions":[[430,40,430,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaF","regions":[[433,65,445,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFyyYacfU_","regions":[[436,39,438,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFSbyKXEfu_","regions":[[444,24,444,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFSSyXEfu0_","regions":[[444,41,444,89,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C8tearDownyyYaKF","regions":[[7,43,10,6,5,0,0,0],[9,35,10,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKF","regions":[[12,65,27,6,1,0,0,0],[23,34,27,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[14,64,14,80,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFyyYacfU0_","regions":[[17,70,20,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSbyKXEfu_","regions":[[25,23,25,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSiyKXEfu0_","regions":[[26,24,26,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSiyKXEfu1_","regions":[[26,38,26,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKF","regions":[[29,63,46,6,1,0,0,0],[39,34,46,6,1,0,0,0],[41,34,46,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[31,64,31,80,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFyyYacfU0_","regions":[[34,70,36,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSbyKXEfu_","regions":[[43,23,43,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSbyKXEfu0_","regions":[[44,24,44,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSSyXEfu1_","regions":[[44,32,44,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSiyKXEfu2_","regions":[[45,24,45,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSiyKXEfu3_","regions":[[45,38,45,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKF","regions":[[48,65,63,6,1,0,0,0],[59,36,63,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKF0aB6AppKit19KanataDaemonManagerC0d10ManagementI0OycfU_","regions":[[50,64,50,80,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFyyYacfU0_","regions":[[53,70,56,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSbyKXEfu_","regions":[[61,23,61,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSiyKXEfu0_","regions":[[62,24,62,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSiyKXEfu1_","regions":[[62,38,62,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKF","regions":[[65,61,77,6,1,0,0,0],[73,37,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[66,64,66,88,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFyyYacfU0_","regions":[[68,70,70,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSbyKXEfu_","regions":[[75,24,75,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSiyKXEfu0_","regions":[[76,24,76,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSiyKXEfu1_","regions":[[76,38,76,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKF","regions":[[79,64,94,6,1,0,0,0],[90,38,94,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKF0aB6AppKit19KanataDaemonManagerC0d10ManagementI0OycfU_","regions":[[81,64,81,80,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFyyYacfU0_","regions":[[84,70,87,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSbyKXEfu_","regions":[[92,23,92,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSiyKXEfu0_","regions":[[93,24,93,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSiyKXEfu1_","regions":[[93,38,93,39,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C010signingLibB033_A9960D7AD5306EA3447322F76F802CE5LLSSvpfi","regions":[[4,34,4,58,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C9runScript33_A9960D7AD5306EA3447322F76F802CE5LL_3envs5Int32V4code_SS6stdoutSS6stderrtSS_SDyS2SGtF","regions":[[7,124,36,6,3,0,0,0],[21,12,23,10,3,0,0,0],[22,30,23,10,3,0,0,0],[23,17,25,10,0,0,0,0],[25,10,35,10,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C9runScript33_A9960D7AD5306EA3447322F76F802CE5LL_3envs5Int32V4code_SS6stdoutSS6stderrtSS_SDyS2SGtFySS3key_SS5valuet_tXEfU_","regions":[[13,21,13,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKF","regions":[[38,53,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFs5Int32VyKXEfu_","regions":[[48,24,48,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFs5Int32VyKXEfu0_","regions":[[48,37,48,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFSSyXEfu1_","regions":[[48,40,48,121,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKF","regions":[[51,57,63,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFs5Int32VyKXEfu_","regions":[[62,27,62,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFs5Int32VyKXEfu0_","regions":[[62,40,62,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFSSyXEfu1_","regions":[[62,43,62,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKF","regions":[[65,55,74,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFs5Int32VyKXEfu_","regions":[[73,27,73,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFs5Int32VyKXEfu0_","regions":[[73,40,73,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFSSyXEfu1_","regions":[[73,43,73,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKF","regions":[[10,56,58,6,1,0,0,0],[11,41,13,10,1,0,0,0],[13,10,58,6,0,0,0,0],[19,10,58,6,0,0,0,0],[33,9,37,10,0,0,0,0],[37,10,58,6,0,0,0,0],[45,16,45,22,0,0,0,0],[46,9,47,18,0,0,0,0],[48,9,49,57,0,0,0,0],[50,10,58,6,0,0,0,0],[53,50,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu_","regions":[[18,13,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSSgyXEfu0_","regions":[[18,20,18,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSb0aB6AppKit0D7MappingVXEfU_","regions":[[32,62,32,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSb0aB6AppKit0D7MappingVXEfU_SbyKXEfu_","regions":[[32,89,32,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu1_","regions":[[38,23,38,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSyXEfu2_","regions":[[38,30,38,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu3_","regions":[[55,13,55,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSyXEfu4_","regions":[[56,13,56,74,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C5setUpyyYaKF","regions":[[12,40,18,6,5,0,0,0],[13,32,18,6,5,0,0,0],[16,102,18,6,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C8tearDownyyYaKF","regions":[[20,43,23,6,5,0,0,0],[22,35,23,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKF","regions":[[28,66,65,6,1,0,0,0],[40,99,65,6,1,0,0,0],[46,12,56,10,1,0,0,0],[47,48,56,10,0,0,0,0],[50,82,56,10,0,0,0,0],[56,43,64,10,1,0,0,0],[60,13,63,14,1,0,0,0],[64,10,65,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu_","regions":[[54,28,54,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSSyXEfu0_","regions":[[55,28,55,68,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu1_","regions":[[61,31,61,85,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[61,59,61,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSSyXEfu3_","regions":[[62,31,62,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKF","regions":[[68,81,101,6,1,0,0,0],[85,97,101,6,1,0,0,0],[90,12,92,10,1,0,0,0],[91,48,92,10,1,0,0,0],[92,17,94,10,0,0,0,0],[94,10,101,6,1,0,0,0],[97,78,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu_","regions":[[98,23,98,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu0_","regions":[[98,51,98,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu1_","regions":[[99,23,99,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu2_","regions":[[99,58,99,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu3_","regions":[[100,24,100,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu4_","regions":[[100,54,100,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKF","regions":[[104,62,136,6,1,0,0,0],[114,84,136,6,1,0,0,0],[122,50,136,6,1,0,0,0],[124,78,136,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu_","regions":[[127,23,127,63,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu0_","regions":[[127,65,127,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu1_","regions":[[128,23,128,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu2_","regions":[[128,51,128,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu3_","regions":[[131,23,131,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu4_","regions":[[131,50,131,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu5_","regions":[[134,23,134,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu5_SbyKXEfu6_","regions":[[134,52,134,83,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu7_","regions":[[135,23,135,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKF","regions":[[139,61,169,6,1,0,0,0],[148,84,169,6,1,0,0,0],[157,50,169,6,1,0,0,0],[159,78,169,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu_","regions":[[166,24,166,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu0_","regions":[[166,35,166,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu1_","regions":[[166,38,166,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu2_","regions":[[167,24,167,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu3_","regions":[[167,35,167,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu4_","regions":[[167,38,167,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu5_","regions":[[168,24,168,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu6_","regions":[[168,35,168,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu7_","regions":[[168,38,168,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKF","regions":[[172,74,206,6,1,0,0,0],[190,89,206,6,1,0,0,0],[193,67,206,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu_","regions":[[196,23,196,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu0_","regions":[[196,56,196,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu1_","regions":[[199,24,199,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu2_","regions":[[199,57,199,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu3_","regions":[[200,24,200,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu4_","regions":[[200,62,200,110,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu5_","regions":[[201,24,201,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu6_","regions":[[201,60,201,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu7_","regions":[[204,23,204,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu8_","regions":[[204,59,204,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu9_","regions":[[205,23,205,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu10_","regions":[[205,66,205,105,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKF","regions":[[7,45,26,6,1,0,0,0],[21,101,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSiyKXEfu_","regions":[[23,24,23,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSiyKXEfu0_","regions":[[23,45,23,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSSSgyKXEfu1_","regions":[[24,24,24,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSSSgyKXEfu2_","regions":[[24,43,24,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFs6UInt64VyKXEfu3_","regions":[[25,24,25,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFs6UInt64VyKXEfu4_","regions":[[25,43,25,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF","regions":[[28,39,42,6,1,0,0,0],[33,92,42,6,1,0,0,0],[35,52,39,10,1,0,0,0],[39,16,41,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFs6UInt64VyKXEfu_","regions":[[36,28,36,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFs6UInt64VyKXEfu0_","regions":[[36,31,36,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu1_","regions":[[37,28,37,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu2_","regions":[[37,36,37,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFSSyKXEfu3_","regions":[[38,28,38,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFSSyKXEfu4_","regions":[[38,33,38,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF","regions":[[44,40,58,6,1,0,0,0],[49,92,58,6,1,0,0,0],[51,53,55,10,1,0,0,0],[55,16,57,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFs6UInt64VyKXEfu_","regions":[[52,28,52,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFs6UInt64VyKXEfu0_","regions":[[52,31,52,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu1_","regions":[[53,28,53,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu2_","regions":[[53,36,53,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFSSyKXEfu3_","regions":[[54,28,54,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFSSyKXEfu4_","regions":[[54,33,54,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKF","regions":[[60,39,74,6,1,0,0,0],[65,92,74,6,1,0,0,0],[67,49,71,10,1,0,0,0],[71,16,73,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFs6UInt64VyKXEfu_","regions":[[68,28,68,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFs6UInt64VyKXEfu0_","regions":[[68,31,68,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu1_","regions":[[69,28,69,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu2_","regions":[[69,34,69,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu3_","regions":[[70,28,70,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu4_","regions":[[70,32,70,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKF","regions":[[76,41,89,6,1,0,0,0],[81,92,89,6,1,0,0,0],[83,47,86,10,1,0,0,0],[86,16,88,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFs6UInt64VyKXEfu_","regions":[[84,28,84,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFs6UInt64VyKXEfu0_","regions":[[84,31,84,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFSSyKXEfu1_","regions":[[85,28,85,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFSSyKXEfu2_","regions":[[85,34,85,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF","regions":[[91,39,105,6,1,0,0,0],[96,92,105,6,1,0,0,0],[98,53,102,10,1,0,0,0],[102,16,104,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFs6UInt64VyKXEfu_","regions":[[99,28,99,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFs6UInt64VyKXEfu0_","regions":[[99,31,99,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF0aB6AppKit03SimH6ActionOyKXEfu1_","regions":[[100,28,100,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF0aB6AppKit03SimH6ActionOyKXEfu2_","regions":[[100,36,100,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFSSyKXEfu3_","regions":[[101,28,101,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFSSyKXEfu4_","regions":[[101,34,101,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C18testNullFinalLayeryyKF","regions":[[107,38,119,6,1,0,0,0],[116,101,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C18testNullFinalLayeryyKFypSgyKXEfu_","regions":[[118,22,118,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaF","regions":[[123,41,133,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaFSSyKXEfu_","regions":[[132,24,132,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaFSSyKXEfu0_","regions":[[132,33,132,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaF","regions":[[135,46,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaFSSyKXEfu_","regions":[[139,24,139,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaFSSyKXEfu0_","regions":[[139,33,139,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyF","regions":[[144,36,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu_","regions":[[146,24,146,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu0_","regions":[[146,67,146,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu1_","regions":[[147,24,147,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu2_","regions":[[147,67,147,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu3_","regions":[[148,24,148,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu4_","regions":[[148,67,148,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu5_","regions":[[149,24,149,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu6_","regions":[[149,67,149,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu7_","regions":[[150,24,150,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu8_","regions":[[150,68,150,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu9_","regions":[[151,24,151,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu10_","regions":[[151,68,151,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu11_","regions":[[152,24,152,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu12_","regions":[[152,68,152,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu13_","regions":[[153,24,153,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu14_","regions":[[153,68,153,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu15_","regions":[[154,24,154,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu16_","regions":[[154,68,154,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyF","regions":[[157,41,162,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu_","regions":[[158,24,158,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu0_","regions":[[158,76,158,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu1_","regions":[[159,24,159,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu2_","regions":[[159,76,159,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu3_","regions":[[160,24,160,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu4_","regions":[[160,77,160,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu5_","regions":[[161,24,161,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu6_","regions":[[161,74,161,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyF","regions":[[17,38,27,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSSycfU_","regions":[[21,29,24,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSbyKXEfu_","regions":[[26,23,26,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSSyXEfu0_","regions":[[26,47,26,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyF","regions":[[29,52,35,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSycfU_","regions":[[31,29,31,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSSgyKXEfu_","regions":[[34,24,34,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSSgyKXEfu0_","regions":[[34,31,34,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSyXEfu1_","regions":[[34,45,34,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyF","regions":[[37,59,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyFypSgyKXEfu_","regions":[[41,22,41,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyFSSyXEfu0_","regions":[[41,29,41,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyF","regions":[[44,52,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyFSbyKXEfu_","regions":[[46,24,46,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyFSSyXEfu0_","regions":[[46,50,46,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaF","regions":[[51,52,70,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSSycfU_","regions":[[53,29,53,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFyyYacfU0_","regions":[[58,14,66,10,1,0,0,0],[59,55,65,14,1,0,0,0],[61,20,61,45,1,0,0,0],[61,46,64,18,1,0,0,0],[64,18,65,14,0,0,0,0],[65,14,66,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSaySSGyKXEfu_","regions":[[69,24,69,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSaySSGyKXEfu0_","regions":[[69,40,69,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSSyXEfu1_","regions":[[69,59,69,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaF","regions":[[72,60,105,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSiycfU_","regions":[[75,29,75,40,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFyyYacfU0_","regions":[[81,14,89,10,1,0,0,0],[82,55,88,14,3,0,0,0],[85,20,85,45,3,0,0,0],[85,46,87,18,1,0,0,0],[87,18,88,14,2,0,0,0],[88,14,89,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSaySiGyKXEfu_","regions":[[104,24,104,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSaySiGyKXEfu0_","regions":[[104,40,104,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSSyXEfu1_","regions":[[104,51,104,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyF","regions":[[107,61,114,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyFSbyKXEfu_","regions":[[113,24,113,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyFSSyXEfu0_","regions":[[113,50,113,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaF","regions":[[116,56,152,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSSycfU_","regions":[[122,29,122,56,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFyyYacfU0_","regions":[[129,14,140,10,1,0,0,0],[131,51,139,14,2,0,0,0],[132,20,132,36,2,0,0,0],[132,37,135,18,1,0,0,0],[135,18,138,22,1,0,0,0],[139,14,140,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSbyKXEfu_","regions":[[151,23,151,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSSyXEfu0_","regions":[[151,49,151,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaF","regions":[[156,54,177,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFAcDyyYaF04TestD0L_VycfU_","regions":[[162,29,162,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFyyYacfU0_","regions":[[167,14,173,10,1,0,0,0],[168,55,172,14,1,0,0,0],[172,14,173,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSiSgyKXEfu_","regions":[[176,24,176,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSiSgyKXEfu0_","regions":[[176,46,176,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSSyXEfu1_","regions":[[176,50,176,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyF","regions":[[179,49,197,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiycfU_","regions":[[183,29,186,10,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiyKXEfu_","regions":[[196,30,196,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiyKXEfu0_","regions":[[196,41,196,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSSyXEfu1_","regions":[[196,55,196,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaF","regions":[[199,65,218,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSycfU_","regions":[[203,29,203,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFyyYacfU0_","regions":[[208,14,214,10,1,0,0,0],[209,55,213,14,1,0,0,0],[213,14,214,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSSgyKXEfu_","regions":[[217,24,217,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSSgyKXEfu0_","regions":[[217,46,217,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSyXEfu1_","regions":[[217,66,217,129,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC5callsSaySSGvpfi","regions":[[5,27,5,29,9,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC6record08_D8A95A9K23CF284084E23977B6138485BLLyySSKF","regions":[[8,48,13,6,17,0,0,0],[9,12,9,30,17,0,0,0],[9,31,11,10,2,0,0,0],[11,10,13,6,15,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[15,85,17,6,0,0,0,0],[16,42,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC07cleanupE6HelperyyYaKF","regions":[[19,49,21,6,0,0,0,0],[20,46,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30installAllLaunchDaemonServices012kanataBinaryB00m6ConfigB07tcpPortySS_SSSitYaKF","regions":[[23,126,25,6,0,0,0,0],[24,53,25,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30installAllLaunchDaemonServicesyyYaKF","regions":[[27,56,29,6,3,0,0,0],[28,53,29,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC24restartUnhealthyServicesyyYaKF","regions":[[31,50,33,6,2,0,0,0],[32,47,33,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[35,79,38,6,0,0,0,0],[36,51,37,21,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[40,67,42,6,2,0,0,0],[41,64,42,6,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC18installLogRotationyyYaKF","regions":[[44,44,46,6,0,0,0,0],[45,41,46,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30regenerateServiceConfigurationyyYaKF","regions":[[48,56,50,6,3,0,0,0],[49,53,50,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC24repairVHIDDaemonServicesyyYaKF","regions":[[52,50,54,6,1,0,0,0],[53,47,54,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[56,61,58,6,2,0,0,0],[57,58,58,6,2,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC20installBundledKanatayyYaKF","regions":[[60,46,62,6,3,0,0,0],[61,43,62,6,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC25activateVirtualHIDManageryyYaKF","regions":[[64,51,66,6,0,0,0,0],[65,48,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC16terminateProcess3pidys5Int32V_tYaKF","regions":[[68,54,70,6,0,0,0,0],[69,39,70,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC22killAllKanataProcessesyyYaKF","regions":[[72,48,74,6,1,0,0,0],[73,45,74,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC17stopKanataServiceyyYaKF","regions":[[76,43,78,6,0,0,0,0],[77,40,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[80,64,83,6,0,0,0,0],[81,53,82,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC26uninstallVirtualHIDDriversyyYaKF","regions":[[85,52,87,6,0,0,0,0],[86,49,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC23disableKarabinerGrabberyyYaKF","regions":[[89,49,91,6,0,0,0,0],[90,46,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[93,84,95,6,0,0,0,0],[94,52,95,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16defaultRunResult0aB4Core07ProcessI0Vvpfi","regions":[[17,28,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC18defaultPgrepResultSays5Int32VGvpfi","regions":[[28,39,28,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC22defaultLaunchctlResult0aB4Core07ProcessI0Vvpfi","regions":[[34,34,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC13shouldTimeoutSbvpfi","regions":[[42,25,42,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16shouldFailLaunchSbvpfi","regions":[[45,28,45,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16executedCommandsSaySS10executable_SaySSG4argstGvpfi","regions":[[48,81,48,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeCACyc33_B96DF81377C7411098600EE939AB6B69Llfc","regions":[[52,20,52,22,1,0,0,0]]},{"branches":[],"count":37,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC5resetyyF","regions":[[56,18,66,6,37,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC18configureRunResultyy0aB4Core07ProcessI0VSS_SaySSGtcF","regions":[[70,88,72,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC20configurePgrepResultyySays5Int32VGSScF","regions":[[74,74,76,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC24configureLaunchctlResultyy0aB4Core07ProcessI0VSS_SaySSGtcF","regions":[[78,94,80,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16setShouldTimeoutyySbF","regions":[[82,42,84,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC19setShouldFailLaunchyySbF","regions":[[86,45,88,6,2,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC3run_4args7timeout0aB4Core13ProcessResultVSS_SaySSGSdSgtYaKF","regions":[[96,37,115,6,4,0,0,0],[99,12,99,28,4,0,0,0],[99,29,104,10,1,0,0,0],[104,10,114,32,3,0,0,0],[106,12,106,25,3,0,0,0],[106,26,108,10,1,0,0,0],[108,10,114,32,2,0,0,0],[110,45,112,10,2,0,0,0],[112,10,114,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC3run_4args7timeout0aB4Core13ProcessResultVSS_SaySSGSdSgtYaKFSdyKXEfu_","regions":[[107,87,107,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC5pgrepySays5Int32VGSSYaF","regions":[[117,52,125,6,1,0,0,0],[120,47,122,10,1,0,0,0],[122,10,124,34,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC9launchctly0aB4Core13ProcessResultVSS_SaySSGtYaKF","regions":[[127,90,144,6,5,0,0,0],[132,12,132,28,5,0,0,0],[132,29,137,10,1,0,0,0],[137,10,143,38,4,0,0,0],[139,51,141,10,2,0,0,0],[141,10,143,38,2,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C5setUpyyYaKF","regions":[[10,40,14,6,11,0,0,0],[11,32,14,6,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C8tearDownyyYaKF","regions":[[16,43,19,6,11,0,0,0],[18,35,19,6,11,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKF","regions":[[23,40,43,6,1,0,0,0],[34,92,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[25,45,32,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFs5Int32VyKXEfu_","regions":[[36,24,36,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFs5Int32VyKXEfu0_","regions":[[36,41,36,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu1_","regions":[[37,24,37,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu2_","regions":[[37,39,37,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu3_","regions":[[38,24,38,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu4_","regions":[[38,39,38,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSiyKXEfu5_","regions":[[40,24,40,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSiyKXEfu6_","regions":[[40,40,40,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu7_","regions":[[41,24,41,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu8_","regions":[[41,48,41,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSaySSGyKXEfu9_","regions":[[42,24,42,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSaySSGyKXEfu10_","regions":[[42,42,42,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKF","regions":[[45,44,60,6,1,0,0,0],[56,92,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[47,45,54,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFs5Int32VyKXEfu_","regions":[[58,24,58,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFs5Int32VyKXEfu0_","regions":[[58,41,58,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFSSyKXEfu1_","regions":[[59,24,59,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFSSyKXEfu2_","regions":[[59,39,59,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaF","regions":[[62,35,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGSScfU_","regions":[[63,47,65,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGyKXEfu_","regions":[[69,24,69,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGyKXEfu0_","regions":[[69,30,69,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSiyKXEfu1_","regions":[[71,24,71,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSiyKXEfu2_","regions":[[71,40,71,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSSyKXEfu3_","regions":[[72,24,72,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSSyKXEfu4_","regions":[[72,48,72,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKF","regions":[[75,46,92,6,1,0,0,0],[85,92,92,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[76,51,83,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFs5Int32VyKXEfu_","regions":[[87,24,87,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFs5Int32VyKXEfu0_","regions":[[87,41,87,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSbyKXEfu1_","regions":[[88,23,88,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSiyKXEfu2_","regions":[[90,24,90,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSiyKXEfu3_","regions":[[90,40,90,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSSyKXEfu4_","regions":[[91,24,91,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSSyKXEfu5_","regions":[[91,48,91,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunThrowsErroryyYaF","regions":[[96,37,115,6,1,0,0,0],[99,12,102,10,1,0,0,0],[100,80,102,10,0,0,0,0],[102,17,114,10,1,0,0,0],[103,64,111,14,1,0,0,0],[104,24,104,39,1,0,0,0],[105,17,107,26,1,0,0,0],[108,17,109,73,0,0,0,0],[110,18,111,14,1,0,0,0],[111,20,113,14,0,0,0,0],[113,14,114,10,1,0,0,0],[114,10,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C24testLaunchctlThrowsErroryyYaF","regions":[[117,43,136,6,1,0,0,0],[120,12,123,10,1,0,0,0],[121,87,123,10,0,0,0,0],[123,17,135,10,1,0,0,0],[124,64,132,14,1,0,0,0],[125,24,125,39,1,0,0,0],[126,17,128,26,1,0,0,0],[129,17,130,73,0,0,0,0],[131,18,132,14,1,0,0,0],[132,20,134,14,0,0,0,0],[134,14,135,10,1,0,0,0],[135,10,136,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C19testTimeoutHandlingyyYaF","regions":[[140,38,160,6,1,0,0,0],[144,12,147,10,1,0,0,0],[145,81,147,10,0,0,0,0],[147,17,159,10,1,0,0,0],[148,64,156,14,1,0,0,0],[149,24,149,39,1,0,0,0],[150,17,152,26,1,0,0,0],[153,17,154,73,0,0,0,0],[155,18,156,14,1,0,0,0],[156,20,158,14,0,0,0,0],[158,14,159,10,1,0,0,0],[159,10,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKF","regions":[[164,54,174,6,1,0,0,0],[170,10,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFs5Int32VyKXEfu_","regions":[[172,24,172,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFs5Int32VyKXEfu0_","regions":[[172,41,172,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFSbyKXEfu1_","regions":[[173,23,173,128,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[173,57,173,128,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE18NonExistentCommandyyYaF","regions":[[176,61,189,6,1,0,0,0],[178,12,185,10,1,0,0,0],[183,14,185,10,0,0,0,0],[185,17,188,10,1,0,0,0],[188,10,189,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE18NonExistentCommandyyYaFSbyKXEfu_","regions":[[187,27,187,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE5PgrepyyYaF","regions":[[191,48,197,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE5PgrepyyYaFSbyKXEfu_","regions":[[196,23,196,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaF","regions":[[199,55,219,6,1,0,0,0],[213,12,216,10,1,0,0,0],[216,17,218,10,1,0,0,0],[218,10,219,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaF0aB4Core0J6ResultVyYaKcfU_","regions":[[200,36,206,10,1,0,0,0],[205,14,206,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaFSbyKXEfu_","regions":[[217,27,217,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaFSSyXEfu0_","regions":[[217,55,217,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SwiftTestingWorkaround.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29_swiftTesting_noop_workaroundyyF","regions":[[9,42,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyF","regions":[[8,35,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFypSgyKXEfu_","regions":[[10,25,10,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu0_","regions":[[11,24,11,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu1_","regions":[[11,36,11,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu2_","regions":[[12,24,12,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu3_","regions":[[12,38,12,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyF","regions":[[15,35,20,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFypSgyKXEfu_","regions":[[17,25,17,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSSSgyKXEfu0_","regions":[[18,24,18,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSSSgyKXEfu1_","regions":[[18,36,18,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSbyKXEfu2_","regions":[[19,23,19,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSbyKXEfu2_SbyKXEfu3_","regions":[[19,45,19,50,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyF","regions":[[24,42,28,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFypSgyKXEfu_","regions":[[26,25,26,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFSSSgyKXEfu0_","regions":[[27,24,27,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFSSSgyKXEfu1_","regions":[[27,36,27,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyF","regions":[[30,40,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFypSgyKXEfu_","regions":[[32,25,32,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFSSSgyKXEfu0_","regions":[[33,24,33,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFSSSgyKXEfu1_","regions":[[33,36,33,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyF","regions":[[38,33,43,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFypSgyKXEfu_","regions":[[40,25,40,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu0_","regions":[[41,24,41,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu1_","regions":[[41,36,41,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu2_","regions":[[42,24,42,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu3_","regions":[[42,47,42,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyF","regions":[[45,35,49,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFypSgyKXEfu_","regions":[[47,25,47,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFSSSgyKXEfu0_","regions":[[48,24,48,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFSSSgyKXEfu1_","regions":[[48,36,48,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyF","regions":[[51,35,55,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFypSgyKXEfu_","regions":[[53,25,53,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFSSSgyKXEfu0_","regions":[[54,24,54,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFSSSgyKXEfu1_","regions":[[54,36,54,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyF","regions":[[57,35,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFypSgyKXEfu_","regions":[[59,25,59,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFSSSgyKXEfu0_","regions":[[60,24,60,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFSSSgyKXEfu1_","regions":[[60,36,60,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyF","regions":[[63,39,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFypSgyKXEfu_","regions":[[65,25,65,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFSSSgyKXEfu0_","regions":[[66,24,66,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFSSSgyKXEfu1_","regions":[[66,36,66,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyF","regions":[[69,41,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFypSgyKXEfu_","regions":[[71,25,71,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFSSSgyKXEfu0_","regions":[[72,24,72,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFSSSgyKXEfu1_","regions":[[72,36,72,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyF","regions":[[75,43,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFypSgyKXEfu_","regions":[[77,25,77,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFSSSgyKXEfu0_","regions":[[78,24,78,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFSSSgyKXEfu1_","regions":[[78,36,78,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyF","regions":[[81,45,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFypSgyKXEfu_","regions":[[83,25,83,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFSSSgyKXEfu0_","regions":[[84,24,84,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFSSSgyKXEfu1_","regions":[[84,36,84,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyF","regions":[[89,51,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFypSgyKXEfu_","regions":[[91,25,91,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFSSSgyKXEfu0_","regions":[[92,24,92,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFSSSgyKXEfu1_","regions":[[92,36,92,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyF","regions":[[95,50,99,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFypSgyKXEfu_","regions":[[97,25,97,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFSSSgyKXEfu0_","regions":[[98,24,98,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFSSSgyKXEfu1_","regions":[[98,36,98,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyF","regions":[[101,54,105,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFypSgyKXEfu_","regions":[[103,25,103,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFSSSgyKXEfu0_","regions":[[104,24,104,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFSSSgyKXEfu1_","regions":[[104,36,104,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyF","regions":[[107,42,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFypSgyKXEfu_","regions":[[109,25,109,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFSSSgyKXEfu0_","regions":[[110,24,110,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFSSSgyKXEfu1_","regions":[[110,36,110,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyF","regions":[[113,44,117,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFypSgyKXEfu_","regions":[[115,25,115,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFSSSgyKXEfu0_","regions":[[116,24,116,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFSSSgyKXEfu1_","regions":[[116,36,116,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyF","regions":[[119,49,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFypSgyKXEfu_","regions":[[121,25,121,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFSSSgyKXEfu0_","regions":[[122,24,122,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFSSSgyKXEfu1_","regions":[[122,36,122,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyF","regions":[[125,51,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFypSgyKXEfu_","regions":[[127,25,127,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFSSSgyKXEfu0_","regions":[[128,24,128,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFSSSgyKXEfu1_","regions":[[128,36,128,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C34testFindByOutput_unknownReturnsNilyyF","regions":[[133,47,136,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C34testFindByOutput_unknownReturnsNilyyFypSgyKXEfu_","regions":[[135,22,135,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindByOutput_emptyStringReturnsNilyyF","regions":[[138,51,141,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindByOutput_emptyStringReturnsNilyyFypSgyKXEfu_","regions":[[140,22,140,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyF","regions":[[145,43,148,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyFSSyKXEfu_","regions":[[147,24,147,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyFSSyKXEfu0_","regions":[[147,45,147,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyF","regions":[[150,43,153,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyFSSyKXEfu_","regions":[[152,24,152,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyFSSyKXEfu0_","regions":[[152,45,152,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyF","regions":[[157,39,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyFSbyKXEfu_","regions":[[159,23,159,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyFSbyKXEfu_SbyKXEfu0_","regions":[[159,50,159,55,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyF","regions":[[162,42,165,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyFSbyKXEfu_","regions":[[164,24,164,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyFSbyKXEfu_SbyKXEfu0_","regions":[[164,52,164,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyF","regions":[[169,49,172,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyFSiyKXEfu_","regions":[[171,24,171,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyFSiyKXEfu0_","regions":[[171,59,171,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyF","regions":[[174,42,186,6,1,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSb0aB6AppKit0deF0VXEfU_","regions":[[175,65,175,83,15,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSiyKXEfu_","regions":[[176,24,176,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSiyKXEfu0_","regions":[[176,46,176,47,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSS0aB6AppKit0deF0Vcfu1_","regions":[[178,42,178,46,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu2_","regions":[[179,23,179,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu3_","regions":[[180,23,180,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu4_","regions":[[181,23,181,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu5_","regions":[[182,23,182,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu6_","regions":[[183,23,183,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu7_","regions":[[184,23,184,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu8_","regions":[[185,23,185,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyF","regions":[[188,37,201,6,1,0,0,0]]},{"branches":[],"count":15,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSb0aB6AppKit0deF0Vcfu_","regions":[[189,60,189,72,15,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSiyKXEfu0_","regions":[[190,24,190,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSiyKXEfu1_","regions":[[190,41,190,42,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSS0aB6AppKit0deF0Vcfu2_","regions":[[192,37,192,41,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu3_","regions":[[193,23,193,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu4_","regions":[[194,23,194,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu5_","regions":[[195,23,195,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu6_","regions":[[196,23,196,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu7_","regions":[[197,23,197,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu8_","regions":[[198,23,198,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu9_","regions":[[199,23,199,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu10_","regions":[[200,23,200,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF","regions":[[11,79,71,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSb0aB10WizardCore0rN0VXEfU_","regions":[[54,49,54,105,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFypSgyKXEfu_","regions":[[55,25,55,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu0_","regions":[[55,40,55,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore0rN0V0nH0OSgyKXEfu1_","regions":[[56,24,56,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore0rN0V0nH0OSgyKXEfu2_","regions":[[56,49,56,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu3_","regions":[[56,59,56,119,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFypSgyKXEfu4_","regions":[[57,25,57,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu5_","regions":[[58,23,58,107,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu5_SbyKXEfu6_","regions":[[58,102,58,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu7_","regions":[[60,13,60,93,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu7_SbyKXEfu8_","regions":[[60,88,60,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu9_","regions":[[61,13,61,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu10_","regions":[[64,13,64,91,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu10_SbyKXEfu11_","regions":[[64,86,64,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu12_","regions":[[65,13,65,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore012InstallationQ0OyKXEfu13_","regions":[[70,24,70,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore012InstallationQ0OyKXEfu14_","regions":[[70,36,70,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu15_","regions":[[70,46,70,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV17permissionsStatus0aB11Permissions16PermissionOracleC0H0Ovpfi","regions":[[8,54,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV11helperReadySbvpfi","regions":[[9,29,9,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV15servicesHealthySbvpfi","regions":[[10,33,10,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV19componentsInstalledSbvpfi","regions":[[11,37,11,42,0,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV9conflictsSay0aB10WizardCore0D8ConflictOGvpfi","regions":[[12,39,12,41,7,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV5build0aB6AppKit0dE0VyF","regions":[[14,35,60,6,8,0,0,0],[30,46,30,65,8,0,0,0],[30,66,41,10,5,0,0,0],[41,16,43,10,3,0,0,0],[46,15,46,97,2,0,0,0],[47,15,47,33,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV12cleanInstall0aB6AppKit0dE0VyFZ","regions":[[62,49,69,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV14degradedRepair0aB6AppKit0dE0VyFZ","regions":[[71,51,78,6,1,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C5setUpyyF","regions":[[8,27,11,6,17,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C8tearDownyyF","regions":[[13,30,16,6,17,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyF","regions":[[20,55,37,6,1,0,0,0],[33,16,33,23,1,0,0,0],[34,9,35,18,1,0,0,0],[36,10,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSbyKXEfu_","regions":[[24,24,24,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSSyXEfu0_","regions":[[24,55,24,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSiyKXEfu1_","regions":[[29,13,29,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSiyKXEfu2_","regions":[[29,31,29,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSSyXEfu3_","regions":[[29,34,29,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyF","regions":[[39,53,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSbyKXEfu_","regions":[[42,23,42,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSbyKXEfu0_","regions":[[43,24,43,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSSyKXEfu1_","regions":[[44,24,44,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSSyKXEfu2_","regions":[[44,47,44,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyF","regions":[[47,53,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSbyKXEfu_","regions":[[50,24,50,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSbyKXEfu0_","regions":[[51,23,51,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSSyKXEfu1_","regions":[[52,24,52,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSSyKXEfu2_","regions":[[52,47,52,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyF","regions":[[55,54,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSbyKXEfu_","regions":[[58,24,58,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSbyKXEfu0_","regions":[[59,24,59,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSSyKXEfu1_","regions":[[60,24,60,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSSyKXEfu2_","regions":[[60,47,60,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyF","regions":[[65,61,77,6,1,0,0,0],[69,16,69,26,1,0,0,0],[70,9,71,18,1,0,0,0],[72,10,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyFSbyKXEfu_","regions":[[75,24,75,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyFSbyKXEfu0_","regions":[[76,24,76,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF","regions":[[79,72,84,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF0ab3AppO00dE0C0iJ0OyKXEfu_","regions":[[83,24,83,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF0ab3AppO00dE0C0iJ0OyKXEfu0_","regions":[[83,36,83,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF","regions":[[86,78,91,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF0aB6AppKit0dE0C0iJ0OyKXEfu_","regions":[[90,24,90,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF0aB6AppKit0dE0C0iJ0OyKXEfu0_","regions":[[90,36,90,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF","regions":[[93,71,98,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF0aB6AppKit0dE0C0iJ0OyKXEfu_","regions":[[97,24,97,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF0aB6AppKit0dE0C0iJ0OyKXEfu0_","regions":[[97,36,97,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyF","regions":[[100,40,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu_","regions":[[102,13,102,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu0_","regions":[[102,66,102,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu1_","regions":[[105,13,105,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu2_","regions":[[105,72,105,107,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu3_","regions":[[107,24,107,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu4_","regions":[[107,75,107,96,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyF","regions":[[110,40,122,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu_","regions":[[115,23,115,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu0_","regions":[[116,23,116,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu1_","regions":[[118,23,118,79,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu2_","regions":[[119,23,119,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu3_","regions":[[121,23,121,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF","regions":[[126,63,146,6,1,0,0,0],[134,16,134,35,1,0,0,0],[135,9,136,66,1,0,0,0],[137,9,138,72,0,0,0,0],[139,9,140,64,0,0,0,0],[141,10,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu_","regions":[[130,23,130,82,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu_SbyKXEfu0_","regions":[[130,54,130,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu1_","regions":[[131,24,131,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu2_","regions":[[136,28,136,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu3_","regions":[[136,55,136,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu4_","regions":[[138,28,138,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu5_","regions":[[138,55,138,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu6_","regions":[[140,28,140,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu7_","regions":[[140,55,140,63,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu8_","regions":[[144,24,144,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu9_","regions":[[145,23,145,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyF","regions":[[148,45,163,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu_","regions":[[158,23,158,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu0_","regions":[[159,23,159,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu1_","regions":[[160,23,160,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu2_","regions":[[161,23,161,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu3_","regions":[[162,23,162,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyF","regions":[[165,62,181,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu_","regions":[[175,23,175,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu0_","regions":[[176,23,176,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu1_","regions":[[177,23,177,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu2_","regions":[[178,23,178,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu3_","regions":[[179,23,179,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu4_","regions":[[180,23,180,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyF","regions":[[185,49,188,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyFSbyKXEfu_","regions":[[187,23,187,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[187,41,187,56,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyF","regions":[[190,55,193,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyFSbyKXEfu_","regions":[[192,23,192,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[192,41,192,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyF","regions":[[195,75,208,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu_","regions":[[199,24,199,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu0_","regions":[[200,24,200,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu1_","regions":[[201,24,201,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu2_","regions":[[205,23,205,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu3_","regions":[[206,23,206,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu4_","regions":[[207,23,207,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyF","regions":[[210,47,221,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu_","regions":[[214,24,214,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu0_","regions":[[215,23,215,88,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu0_SbyKXEfu1_","regions":[[215,57,215,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu2_","regions":[[216,23,216,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu2_SbyKXEfu3_","regions":[[216,63,216,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu4_","regions":[[219,24,219,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu5_","regions":[[220,23,220,70,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC7version12isCompatible6issues15recommendationsAC0aB6AppKit0eF0C12MacOSVersionO_SbSaySSGAMtcfc","regions":[[242,7,248,6,5,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC18detectMacOSVersion0aB6AppKit0eF0C0hI0OyF","regions":[[250,56,252,6,6,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC08validateE13Compatibility0aB6AppKit0eF0C16ValidationResultVyF","regions":[[254,69,262,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF","regions":[[268,51,284,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu_","regions":[[275,24,275,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu0_","regions":[[275,33,275,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyFSbyKXEfu1_","regions":[[276,23,276,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu2_","regions":[[279,24,279,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu3_","regions":[[279,36,279,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyFSbyKXEfu4_","regions":[[282,23,282,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu5_","regions":[[283,24,283,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu6_","regions":[[283,55,283,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF","regions":[[286,51,302,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu_","regions":[[293,24,293,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu0_","regions":[[293,33,293,60,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyFSbyKXEfu1_","regions":[[294,23,294,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu2_","regions":[[297,24,297,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu3_","regions":[[297,36,297,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyFSbyKXEfu4_","regions":[[300,23,300,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu5_","regions":[[301,24,301,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu6_","regions":[[301,55,301,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyF","regions":[[304,58,316,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSbyKXEfu_","regions":[[313,24,313,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu0_","regions":[[314,24,314,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu1_","regions":[[314,43,314,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu2_","regions":[[315,24,315,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu3_","regions":[[315,52,315,86,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF","regions":[[318,57,326,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF0ab3AppK00eF0C0H4TypeOyKXEfu_","regions":[[322,24,322,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF0ab3AppK00eF0C0H4TypeOyKXEfu0_","regions":[[322,49,322,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu1_","regions":[[323,23,323,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu2_","regions":[[324,23,324,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu2_SbSSXEfU_","regions":[[324,58,324,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu3_","regions":[[325,23,325,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF","regions":[[328,63,336,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF0aB6AppKit0eF0C0H4TypeOyKXEfu_","regions":[[332,24,332,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF0aB6AppKit0eF0C0H4TypeOyKXEfu0_","regions":[[332,49,332,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu1_","regions":[[333,23,333,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu2_","regions":[[334,23,334,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu2_SbSSXEfU_","regions":[[334,58,334,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu3_","regions":[[335,23,335,76,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V9setupTest33_123EE36CCD5AE5514A0A4F45B7494FACLLyyYaF","regions":[[13,36,18,6,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V13instantiationyyYaF","regions":[[21,32,40,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V15validationCountyyYaF","regions":[[43,34,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V17snapshotFreshnessyyYaF","regions":[[90,36,104,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V26snapshotStalenessDetectionyyYaF","regions":[[107,45,158,6,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C4port33_BEB71EE51ED2E42E71B29CA15C0FE3A0LLSivpfi","regions":[[9,29,9,34,9,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C15serverReachable33_BEB71EE51ED2E42E71B29CA15C0FE3A0LL7timeoutSbSd_tYaF","regions":[[11,77,15,6,8,0,0,0],[12,41,12,57,8,0,0,0],[12,57,14,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKF","regions":[[17,58,24,6,1,0,0,0],[18,44,18,87,1,0,0,0],[18,87,24,6,0,0,0,0],[20,45,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSiyKXEfu_","regions":[[21,37,21,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSiyKXEfu0_","regions":[[21,60,21,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSbyKXEfu1_","regions":[[22,23,22,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSbyKXEfu2_","regions":[[23,23,23,60,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C27testReloadWaitReturnsResultyyYaKF","regions":[[26,53,36,6,1,0,0,0],[27,44,27,87,1,0,0,0],[27,87,36,6,0,0,0,0],[30,16,30,22,0,0,0,0],[31,9,32,32,0,0,0,0],[33,9,34,63,0,0,0,0],[35,10,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C27testReloadWaitReturnsResultyyYaKFSbyKXEfu_","regions":[[32,27,32,31,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKF","regions":[[38,62,48,6,1,0,0,0],[39,44,39,87,1,0,0,0],[39,87,48,6,0,0,0,0],[41,50,48,6,0,0,0,0],[43,42,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSbyKXEfu_","regions":[[45,51,45,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSbyKXEfu0_","regions":[[46,27,46,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSSyXEfu1_","regions":[[46,42,46,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C33testFramingReloadWaitSingleObjectyyYaKF","regions":[[52,59,69,6,1,0,0,0],[53,44,53,87,1,0,0,0],[53,87,69,6,0,0,0,0],[60,16,60,22,0,0,0,0],[61,9,63,32,0,0,0,0],[64,9,65,58,0,0,0,0],[66,9,67,64,0,0,0,0],[68,10,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C33testFramingReloadWaitSingleObjectyyYaKFSbyKXEfu_","regions":[[63,27,63,31,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKF","regions":[[72,65,92,6,1,0,0,0],[73,44,73,87,1,0,0,0],[73,87,92,6,0,0,0,0],[76,16,76,22,0,0,0,0],[77,9,86,108,0,0,0,0],[78,54,86,108,0,0,0,0],[79,54,81,14,0,0,0,0],[81,14,86,108,0,0,0,0],[87,9,88,62,0,0,0,0],[89,9,90,58,0,0,0,0],[91,10,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu_","regions":[[82,27,82,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSSyXEfu0_","regions":[[82,36,82,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu1_","regions":[[85,51,85,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu2_","regions":[[85,78,85,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu3_","regions":[[86,27,86,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSSyXEfu4_","regions":[[86,42,86,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKF","regions":[[95,73,112,6,1,0,0,0],[96,44,96,87,1,0,0,0],[96,87,112,6,0,0,0,0],[104,16,104,22,0,0,0,0],[105,9,106,74,0,0,0,0],[107,9,108,79,0,0,0,0],[109,9,110,82,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu_","regions":[[106,27,106,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu0_","regions":[[106,33,106,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu1_","regions":[[108,27,108,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu2_","regions":[[108,33,108,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu3_","regions":[[110,27,110,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu4_","regions":[[110,33,110,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKF","regions":[[118,60,135,6,1,0,0,0],[119,44,119,87,1,0,0,0],[119,87,135,6,0,0,0,0],[125,16,125,22,0,0,0,0],[126,9,128,32,0,0,0,0],[129,9,131,114,0,0,0,0],[132,9,133,60,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu_","regions":[[128,27,128,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu0_","regions":[[131,27,131,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[131,73,131,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA19ActionSerializationyyYaKF","regions":[[138,56,153,6,1,0,0,0],[139,44,139,87,1,0,0,0],[139,87,153,6,0,0,0,0],[143,86,152,10,0,0,0,0],[145,20,145,26,0,0,0,0],[146,13,147,83,0,0,0,0],[148,13,150,22,0,0,0,0],[151,14,152,10,0,0,0,0],[152,10,153,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyF","regions":[[156,39,161,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu_","regions":[[157,24,157,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu0_","regions":[[157,70,157,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu1_","regions":[[158,24,158,70,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu2_","regions":[[158,72,158,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu3_","regions":[[159,24,159,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu4_","regions":[[159,68,159,73,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu5_","regions":[[160,24,160,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu6_","regions":[[160,71,160,79,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC4port33_DBD76E9ED9449222077CACD45FAB9738LLSivpfi","regions":[[12,29,12,34,9,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC15serverReachable33_DBD76E9ED9449222077CACD45FAB9738LL7timeoutSbSd_tYaF","regions":[[14,77,18,6,6,0,0,0],[15,41,15,57,6,0,0,0],[15,57,17,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKF","regions":[[24,51,49,6,1,0,0,0],[25,44,25,87,1,0,0,0],[25,87,49,6,0,0,0,0],[32,26,37,10,0,0,0,0],[33,49,37,10,0,0,0,0],[34,49,36,14,0,0,0,0],[37,10,49,6,0,0,0,0],[43,41,48,10,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSiyKXEfu_","regions":[[40,37,40,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSiyKXEfu0_","regions":[[40,55,40,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSSyXEfu1_","regions":[[40,58,40,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFs6UInt64VyKXEfu2_","regions":[[45,17,45,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFs6UInt64VyKXEfu3_","regions":[[45,32,45,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSSyXEfu4_","regions":[[46,17,46,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKF","regions":[[53,59,68,6,1,0,0,0],[54,44,54,87,1,0,0,0],[54,87,68,6,0,0,0,0],[59,46,68,6,0,0,0,0],[60,51,68,6,0,0,0,0],[61,46,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFs6UInt64VSgAGXEfU_","regions":[[63,89,63,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSiyKXEfu_","regions":[[67,24,67,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSiyKXEfu0_","regions":[[67,35,67,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSSyXEfu1_","regions":[[67,52,67,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKF","regions":[[74,51,85,6,1,0,0,0],[75,44,75,87,1,0,0,0],[75,87,85,6,0,0,0,0],[80,45,85,6,0,0,0,0],[83,50,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFypSgyKXEfu_","regions":[[81,25,81,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFSSyXEfu0_","regions":[[81,43,81,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFypSgyKXEfu1_","regions":[[84,25,84,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFSSyXEfu2_","regions":[[84,44,84,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKF","regions":[[89,53,112,6,1,0,0,0],[90,44,90,87,1,0,0,0],[90,87,112,6,0,0,0,0],[96,16,96,22,0,0,0,0],[97,9,102,14,0,0,0,0],[103,9,108,14,0,0,0,0],[109,9,110,57,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSbyKXEfu_","regions":[[100,17,100,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSSyXEfu0_","regions":[[101,17,101,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSbyKXEfu1_","regions":[[106,17,106,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSSyXEfu2_","regions":[[107,17,107,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKF","regions":[[118,40,146,6,1,0,0,0],[126,69,146,6,1,0,0,0],[128,85,146,6,1,0,0,0],[130,97,146,6,1,0,0,0],[138,79,146,6,1,0,0,0],[140,90,146,6,1,0,0,0],[144,10,146,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu_","regions":[[131,24,131,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu0_","regions":[[131,42,131,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFSSyXEfu1_","regions":[[131,46,131,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu2_","regions":[[145,24,145,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu3_","regions":[[145,43,145,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFSSyXEfu4_","regions":[[145,47,145,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKF","regions":[[150,52,178,6,1,0,0,0],[156,69,178,6,1,0,0,0],[158,85,178,6,1,0,0,0],[160,97,178,6,1,0,0,0],[169,79,178,6,1,0,0,0],[171,90,178,6,1,0,0,0],[175,10,178,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFypSgyKXEfu_","regions":[[161,22,161,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu0_","regions":[[161,40,161,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyKXEfu1_","regions":[[162,24,162,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyKXEfu2_","regions":[[162,39,162,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu3_","regions":[[162,49,162,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFypSgyKXEfu4_","regions":[[176,22,176,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu5_","regions":[[176,41,176,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSbyKXEfu6_","regions":[[177,23,177,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu7_","regions":[[177,37,177,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyF","regions":[[181,42,186,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyFs6UInt64VSgyKXEfu_","regions":[[185,24,185,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyFs6UInt64VSgyKXEfu0_","regions":[[185,35,185,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKF","regions":[[192,53,214,6,1,0,0,0],[193,44,193,87,1,0,0,0],[193,87,214,6,0,0,0,0],[199,27,206,10,0,0,0,0],[200,16,203,14,0,0,0,0],[201,45,203,14,0,0,0,0],[203,21,205,14,0,0,0,0],[205,14,206,10,0,0,0,0],[206,10,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSiyKXEfu_","regions":[[211,13,211,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSiyKXEfu0_","regions":[[211,24,211,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSSyXEfu1_","regions":[[212,13,212,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF","regions":[[218,53,236,6,1,0,0,0],[219,44,219,87,1,0,0,0],[219,87,236,6,0,0,0,0],[224,42,236,6,0,0,0,0],[225,47,236,6,0,0,0,0],[226,42,236,6,0,0,0,0],[227,47,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C10TcpHelloOkVyYaKcfu_","regions":[[224,28,224,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C13TcpStatusInfoVyYaKcfu0_","regions":[[225,29,225,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C10TcpHelloOkVyYaKcfu1_","regions":[[226,28,226,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C13TcpStatusInfoVyYaKcfu2_","regions":[[227,29,227,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFypSgyKXEfu3_","regions":[[232,25,232,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu4_","regions":[[232,44,232,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSbyKXEfu5_","regions":[[233,23,233,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu6_","regions":[[233,40,233,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFypSgyKXEfu7_","regions":[[234,25,234,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu8_","regions":[[234,44,234,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSbyKXEfu9_","regions":[[235,23,235,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu10_","regions":[[235,40,235,70,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C4port33_2B19C804D03BB5B54788670370FD191CLLSivpfi","regions":[[11,29,11,34,5,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C15serverReachable33_2B19C804D03BB5B54788670370FD191CLL7timeoutSbSd_tYaF","regions":[[13,77,17,6,5,0,0,0],[14,41,14,57,5,0,0,0],[14,57,16,48,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKF","regions":[[23,65,49,6,1,0,0,0],[24,44,24,87,1,0,0,0],[24,87,49,6,0,0,0,0],[29,40,42,10,0,0,0,0],[38,16,38,27,0,0,0,0],[38,28,41,14,0,0,0,0],[42,10,49,6,0,0,0,0],[47,50,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKFypSgyKXEfu_","regions":[[48,25,48,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKFSSyXEfu0_","regions":[[48,40,48,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKF","regions":[[53,50,77,6,1,0,0,0],[54,44,54,87,1,0,0,0],[54,87,77,6,0,0,0,0],[60,40,66,10,0,0,0,0],[62,16,62,50,0,0,0,0],[62,51,64,14,0,0,0,0],[66,10,77,6,0,0,0,0],[76,42,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSiyKXEfu_","regions":[[70,13,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSiyKXEfu0_","regions":[[70,24,70,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSSyXEfu1_","regions":[[71,13,71,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKF","regions":[[81,51,116,6,1,0,0,0],[82,44,82,87,1,0,0,0],[82,87,116,6,0,0,0,0],[115,42,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiScGySbGzYaXEfU_","regions":[[86,60,106,10,0,0,0,0],[87,31,97,14,0,0,0,0],[97,14,105,25,0,0,0,0],[100,39,104,14,0,0,0,0],[101,20,101,26,0,0,0,0],[101,27,103,18,0,0,0,0],[104,14,105,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiScGySbGzYaXEfU_SbyYacfU_","regions":[[88,31,96,18,0,0,0,0],[90,24,93,22,0,0,0,0],[91,53,92,36,0,0,0,0],[93,29,95,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiyKXEfu_","regions":[[109,13,109,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiyKXEfu0_","regions":[[109,24,109,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSSyXEfu1_","regions":[[110,13,110,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKF","regions":[[120,57,133,6,1,0,0,0],[121,44,121,87,1,0,0,0],[121,87,133,6,0,0,0,0],[126,37,133,6,0,0,0,0],[131,48,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKFypSgyKXEfu_","regions":[[132,25,132,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKFSSyXEfu0_","regions":[[132,40,132,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKF","regions":[[139,59,177,6,1,0,0,0],[140,44,140,87,1,0,0,0],[140,87,177,6,0,0,0,0],[149,39,166,10,0,0,0,0],[151,16,153,14,0,0,0,0],[152,45,153,14,0,0,0,0],[153,21,161,14,0,0,0,0],[157,20,157,50,0,0,0,0],[157,51,160,18,0,0,0,0],[160,18,161,14,0,0,0,0],[161,14,166,10,0,0,0,0],[163,16,163,27,0,0,0,0],[163,28,165,14,0,0,0,0],[166,10,177,6,0,0,0,0],[173,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSiyKXEfu_","regions":[[169,27,169,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSiyKXEfu0_","regions":[[169,37,169,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSSyXEfu1_","regions":[[169,41,169,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFypSgyKXEfu2_","regions":[[175,13,175,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSSyXEfu3_","regions":[[175,28,175,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaF","regions":[[11,50,20,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFypSgyKXEfu_","regions":[[17,25,17,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSSSgyKXEfu0_","regions":[[18,24,18,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSSSgyKXEfu1_","regions":[[18,69,18,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSbyKXEfu2_","regions":[[19,23,19,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaF","regions":[[22,48,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFypSgyKXEfu_","regions":[[29,25,29,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu0_","regions":[[30,24,30,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu1_","regions":[[30,69,30,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu2_","regions":[[32,13,32,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu3_","regions":[[33,13,33,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFypSgyKXEfu4_","regions":[[38,25,38,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu5_","regions":[[40,13,40,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu6_","regions":[[41,13,41,71,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSbyKXEfu7_","regions":[[43,23,43,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaF","regions":[[46,49,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaFypSgyKXEfu_","regions":[[52,22,52,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaFSSyXEfu0_","regions":[[52,30,52,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaF","regions":[[55,49,62,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaFypSgyKXEfu_","regions":[[61,22,61,28,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaFSSyXEfu0_","regions":[[61,30,61,64,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaF","regions":[[64,50,81,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu_","regions":[[71,24,71,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu0_","regions":[[71,65,71,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu1_","regions":[[75,24,75,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu2_","regions":[[75,65,75,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu3_","regions":[[79,24,79,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu4_","regions":[[79,65,79,104,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSbyKXEfu5_","regions":[[80,23,80,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaF","regions":[[83,57,93,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFypSgyKXEfu_","regions":[[90,25,90,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu0_","regions":[[91,24,91,67,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu1_","regions":[[91,69,91,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu2_","regions":[[92,24,92,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu3_","regions":[[92,74,92,89,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyF","regions":[[14,48,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu_","regions":[[16,24,16,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu0_","regions":[[16,55,16,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu1_","regions":[[16,62,16,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu2_","regions":[[17,24,17,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu3_","regions":[[17,55,17,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu4_","regions":[[17,62,17,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu5_","regions":[[18,24,18,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu6_","regions":[[18,55,18,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu7_","regions":[[18,62,18,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu8_","regions":[[19,24,19,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu9_","regions":[[19,55,19,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu10_","regions":[[19,62,19,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu11_","regions":[[22,24,22,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu12_","regions":[[22,55,22,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu13_","regions":[[22,62,22,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu14_","regions":[[23,24,23,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu15_","regions":[[23,55,23,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu16_","regions":[[23,62,23,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu17_","regions":[[24,24,24,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu18_","regions":[[24,55,24,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu19_","regions":[[24,62,24,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu20_","regions":[[25,24,25,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu21_","regions":[[25,55,25,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu22_","regions":[[25,62,25,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu23_","regions":[[28,24,28,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu24_","regions":[[28,54,28,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu25_","regions":[[28,61,28,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu26_","regions":[[29,24,29,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu27_","regions":[[29,54,29,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu28_","regions":[[29,61,29,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu29_","regions":[[30,24,30,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu30_","regions":[[30,54,30,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu31_","regions":[[30,61,30,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu32_","regions":[[31,24,31,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu33_","regions":[[31,54,31,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu34_","regions":[[31,61,31,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyF","regions":[[34,50,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu_","regions":[[35,24,35,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu0_","regions":[[35,56,35,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu1_","regions":[[35,63,35,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu2_","regions":[[36,24,36,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu3_","regions":[[36,54,36,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu4_","regions":[[36,61,36,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu5_","regions":[[37,24,37,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu6_","regions":[[37,54,37,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu7_","regions":[[37,61,37,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu8_","regions":[[38,24,38,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu9_","regions":[[38,57,38,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu10_","regions":[[38,64,38,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu11_","regions":[[39,24,39,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu12_","regions":[[39,56,39,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu13_","regions":[[39,63,39,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu14_","regions":[[40,24,40,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu15_","regions":[[40,55,40,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu16_","regions":[[40,62,40,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu17_","regions":[[41,24,41,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu18_","regions":[[41,60,41,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu19_","regions":[[41,67,41,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu20_","regions":[[42,24,42,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu21_","regions":[[42,54,42,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu22_","regions":[[42,61,42,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu23_","regions":[[43,24,43,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu24_","regions":[[43,54,43,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu25_","regions":[[43,61,43,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu26_","regions":[[44,24,44,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu27_","regions":[[44,57,44,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu28_","regions":[[44,64,44,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyF","regions":[[47,50,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu_","regions":[[48,24,48,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu0_","regions":[[48,52,48,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu1_","regions":[[48,57,48,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu2_","regions":[[49,24,49,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu3_","regions":[[49,52,49,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu4_","regions":[[49,57,49,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu5_","regions":[[50,24,50,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu6_","regions":[[50,52,50,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu7_","regions":[[50,57,50,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu8_","regions":[[51,24,51,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu9_","regions":[[51,52,51,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu10_","regions":[[51,57,51,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyF","regions":[[54,54,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu_","regions":[[55,24,55,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu0_","regions":[[55,55,55,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu1_","regions":[[55,62,55,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu2_","regions":[[56,24,56,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu3_","regions":[[56,55,56,60,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu4_","regions":[[56,62,56,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu5_","regions":[[57,24,57,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu6_","regions":[[57,56,57,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu7_","regions":[[57,63,57,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyF","regions":[[62,37,65,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSiyKXEfu_","regions":[[64,24,64,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSiyKXEfu0_","regions":[[64,38,64,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSSyXEfu1_","regions":[[64,41,64,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyF","regions":[[67,37,72,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu_","regions":[[69,24,69,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu0_","regions":[[69,35,69,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu1_","regions":[[69,49,69,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu2_","regions":[[70,24,70,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu3_","regions":[[70,35,70,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu4_","regions":[[70,47,70,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu5_","regions":[[71,24,71,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu6_","regions":[[71,35,71,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu7_","regions":[[71,48,71,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyF","regions":[[76,36,82,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu_","regions":[[80,24,80,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu0_","regions":[[80,43,80,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSSyXEfu1_","regions":[[80,48,80,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu2_","regions":[[81,24,81,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu3_","regions":[[81,44,81,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSSyXEfu4_","regions":[[81,49,81,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyF","regions":[[84,28,91,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu_","regions":[[89,37,89,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu0_","regions":[[89,42,89,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSSyXEfu1_","regions":[[89,53,89,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu2_","regions":[[90,34,90,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu3_","regions":[[90,39,90,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSSyXEfu4_","regions":[[90,50,90,87,0,0,0,0]]},{"branches":[],"count":29,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C06formata3ForF033_5B9D6EBDA6ABDB74557422F05D9EAE05LLyS2SF","regions":[[96,65,109,6,29,0,0,0],[97,16,97,32,29,0,0,0],[98,9,98,42,4,0,0,0],[99,9,99,42,4,0,0,0],[100,9,100,42,3,0,0,0],[101,9,101,42,3,0,0,0],[102,9,102,35,3,0,0,0],[103,9,103,45,3,0,0,0],[104,9,104,40,2,0,0,0],[105,9,105,26,1,0,0,0],[106,9,106,36,2,0,0,0],[107,9,107,34,4,0,0,0],[108,10,109,6,29,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF","regions":[[115,27,118,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[117,24,117,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[117,38,117,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyFSSyXEfu1_","regions":[[117,42,117,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF","regions":[[120,35,123,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[122,24,122,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[122,46,122,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyFSSyXEfu1_","regions":[[122,49,122,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF","regions":[[125,31,128,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[127,24,127,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[127,42,127,44,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyFSSyXEfu1_","regions":[[127,46,127,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyF","regions":[[130,32,152,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFypSgyKXEfu_","regions":[[135,22,135,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu0_","regions":[[135,38,135,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu1_","regions":[[139,24,139,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu2_","regions":[[139,40,139,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu3_","regions":[[139,48,139,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFypSgyKXEfu4_","regions":[[143,22,143,36,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu5_","regions":[[143,38,143,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu6_","regions":[[147,24,147,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu7_","regions":[[147,40,147,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu8_","regions":[[147,53,147,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu9_","regions":[[151,24,151,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu10_","regions":[[151,40,151,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu11_","regions":[[151,54,151,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyF","regions":[[158,32,183,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu_","regions":[[165,24,165,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu0_","regions":[[165,37,165,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu1_","regions":[[165,40,165,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu2_","regions":[[166,24,166,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu3_","regions":[[166,40,166,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu4_","regions":[[166,54,166,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSbyKXEfu5_","regions":[[167,23,167,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu6_","regions":[[167,48,167,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu7_","regions":[[172,24,172,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu8_","regions":[[172,37,172,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu9_","regions":[[172,40,172,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu10_","regions":[[173,24,173,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu11_","regions":[[173,40,173,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu12_","regions":[[173,52,173,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu13_","regions":[[178,24,178,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu14_","regions":[[178,37,178,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu15_","regions":[[178,40,178,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu16_","regions":[[179,24,179,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu17_","regions":[[179,40,179,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu18_","regions":[[179,53,179,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu19_","regions":[[182,24,182,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu20_","regions":[[182,37,182,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu21_","regions":[[182,51,182,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyF","regions":[[185,35,195,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSiyKXEfu_","regions":[[193,24,193,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSiyKXEfu0_","regions":[[193,37,193,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyXEfu1_","regions":[[193,40,193,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyKXEfu2_","regions":[[194,24,194,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyKXEfu3_","regions":[[194,40,194,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyXEfu4_","regions":[[194,52,194,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyF","regions":[[197,40,206,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSbyKXEfu_","regions":[[204,23,204,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyXEfu0_","regions":[[204,48,204,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyKXEfu1_","regions":[[205,24,205,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyKXEfu2_","regions":[[205,40,205,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyXEfu3_","regions":[[205,54,205,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyF","regions":[[208,38,216,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyKXEfu_","regions":[[215,24,215,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyKXEfu0_","regions":[[215,41,215,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyXEfu1_","regions":[[215,49,215,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyF","regions":[[222,47,251,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu_","regions":[[238,23,238,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu0_","regions":[[238,59,238,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu1_","regions":[[239,23,239,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu2_","regions":[[239,58,239,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu3_","regions":[[240,23,240,62,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu4_","regions":[[240,64,240,115,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu5_","regions":[[241,23,241,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu6_","regions":[[241,59,241,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu7_","regions":[[242,23,242,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu8_","regions":[[242,60,242,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu9_","regions":[[243,23,243,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu10_","regions":[[243,59,243,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu11_","regions":[[244,23,244,56,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu12_","regions":[[244,58,244,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu13_","regions":[[245,23,245,53,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu14_","regions":[[245,55,245,90,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu15_","regions":[[246,23,246,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu16_","regions":[[246,52,246,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu17_","regions":[[247,23,247,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu18_","regions":[[247,50,247,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu19_","regions":[[248,23,248,57,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu20_","regions":[[248,59,248,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu21_","regions":[[249,23,249,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu22_","regions":[[249,61,249,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu23_","regions":[[250,23,250,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu24_","regions":[[250,60,250,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKF","regions":[[6,32,13,6,1,0,0,0],[9,80,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFSbyKXEfu_","regions":[[10,23,10,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFSbyKXEfu0_","regions":[[11,24,11,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFypSgyKXEfu1_","regions":[[12,22,12,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKF","regions":[[15,46,22,6,1,0,0,0],[18,80,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSbyKXEfu_","regions":[[19,23,19,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSbyKXEfu0_","regions":[[20,24,20,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSSSgyKXEfu1_","regions":[[21,24,21,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSSSgyKXEfu2_","regions":[[21,34,21,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V20mapsLettersAndDigitsyyF","regions":[[7,33,10,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V28mapsPunctuationAndWhitespaceyyF","regions":[[13,41,16,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V28detectsUnsupportedCharactersyyF","regions":[[19,41,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V04mapsD17WithTrailingSpaceyyF","regions":[[28,38,31,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V04mapsD18WithTrailingPeriodyyF","regions":[[34,39,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V15rejectsNonASCIIyyF","regions":[[40,28,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V21mapsCommonPunctuationyyF","regions":[[48,34,55,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V013mapsLowercaseD9SequencesyyF","regions":[[58,39,63,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$ss6ResultO12KeyPathTestsSaySSGRsz0bC6AppKit012TextToKanataB6MapperO12MappingErrorVRs_rlE9isSuccessSbvg","regions":[[68,25,71,6,4,0,0,0],[69,33,69,48,4,0,0,0],[69,48,70,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13automationLog33_54C70BC633E53D535E0FAAD09B763FAELLSayAA14AutomationStepOGvpfi","regions":[[15,51,15,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13enableLoggingSbvpfi","regions":[[19,38,19,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC7timeoutSdvpfi","regions":[[20,40,20,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC14validationModeAA010ValidationG0Ovpfi","regions":[[21,49,21,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13kanataManager15keyboardCaptureAC0aB6AppKit18RuntimeCoordinatorC_AA012MockKeyboardI0CSgtcfc","regions":[[25,97,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13kanataManager15keyboardCaptureAC0aB6AppKit18RuntimeCoordinatorC_AA012MockKeyboardI0CSgtcfcAJyKXEfu_","regions":[[27,51,27,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC08automateA7MappingyAA16AutomationResultV0aB6AppKit0aG0VYaF","regions":[[33,85,91,6,0,0,0,0],[42,12,81,10,0,0,0,0],[44,53,79,14,0,0,0,0],[48,44,50,14,0,0,0,0],[50,14,79,14,0,0,0,0],[54,45,56,14,0,0,0,0],[56,14,79,14,0,0,0,0],[60,43,62,14,0,0,0,0],[62,14,79,14,0,0,0,0],[65,16,65,39,0,0,0,0],[65,40,70,14,0,0,0,0],[67,20,67,45,0,0,0,0],[67,73,69,18,0,0,0,0],[69,18,70,14,0,0,0,0],[70,14,79,14,0,0,0,0],[81,17,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC24automateMultipleMappingsySayAA16AutomationResultVGSay0aB6AppKit0A7MappingVGYaF","regions":[[94,96,108,6,0,0,0,0],[97,33,105,10,0,0,0,0],[102,16,102,31,0,0,0,0],[102,59,104,14,0,0,0,0],[104,14,105,10,0,0,0,0],[105,10,107,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19createTestScenariosSayAA0A15MappingScenarioVGyFZ","regions":[[111,70,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC14prepareUIState33_54C70BC633E53D535E0FAAD09B763FAELLAA0G8SnapshotVyYaKF","regions":[[172,67,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19executeInputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaF","regions":[[187,5,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19executeInputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaFySScfU_","regions":[[191,38,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC20executeOutputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaF","regions":[[206,5,224,6,0,0,0,0],[216,31,218,10,0,0,0,0],[218,10,223,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC20executeOutputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaFySScfU_","regions":[[210,48,212,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC11executeSave33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0G6ResultV0aB6AppKit0A7MappingV_AA15UIStateSnapshotVtYaF","regions":[[226,101,237,6,0,0,0,0],[229,12,233,10,0,0,0,0],[230,100,232,45,0,0,0,0],[233,17,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC15validateMapping33_54C70BC633E53D535E0FAAD09B763FAELLyAA16ValidationResultV0aB6AppKit0aG0VYaF","regions":[[239,83,264,6,0,0,0,0],[247,12,247,25,0,0,0,0],[247,26,249,10,0,0,0,0],[255,12,255,30,0,0,0,0],[255,31,257,10,0,0,0,0],[257,16,261,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC3log33_54C70BC633E53D535E0FAAD09B763FAELLyyAA14AutomationStepO_SStF","regions":[[266,65,271,6,0,0,0,0],[267,12,267,25,0,0,0,0],[267,26,269,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE11descriptionSSvg","regions":[[280,29,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0A15MappingScenarioV4name11description8mappingsACSS_SSSay0aB6AppKit0aD0VGtcfC","regions":[[291,76,295,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16AutomationResultV7success7mapping5steps9timestamp5errorACSb_0aB6AppKit0A7MappingVSayAA0D4StepOG10Foundation4DateVs5Error_pSgtcfC","regions":[[316,7,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13CaptureResultV7success08capturedA05errorACSb_SSSgs5Error_pSgtcfC","regions":[[366,81,370,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10SaveResultV7success5errorACSb_s5Error_pSgtcfC","regions":[[378,53,381,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16ValidationResultV7isValidSbvpfi","regions":[[386,32,386,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16ValidationResultV6errorsSaySSGvpfi","regions":[[387,35,387,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC15simulationDelay33_54C70BC633E53D535E0FAAD09B763FAELLSdvpfi","regions":[[406,49,406,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC05startF08callbackyySSc_tF","regions":[[408,77,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC015startContinuousF08callbackyySSc_tF","regions":[[413,87,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC04stopF0yyF","regions":[[418,40,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC08simulateA5PressyySSF","regions":[[424,53,431,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC08simulateA5PressyySSFyyYbScMYccfU_","regions":[[426,75,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC18setSimulationDelayyySdF","regions":[[433,59,435,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C5setUpyyF","regions":[[7,27,11,6,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C5setUpyyFSbyYacfU_","regions":[[10,57,10,66,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C8tearDownyyF","regions":[[13,30,16,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF","regions":[[18,65,85,6,1,0,0,0],[21,93,85,6,1,0,0,0],[23,102,85,6,1,0,0,0],[29,100,85,6,1,0,0,0],[31,92,85,6,1,0,0,0],[42,69,85,6,1,0,0,0],[43,104,85,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF10Foundation3URLVSgycfU_","regions":[[46,36,46,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[47,37,72,14,1,0,0,0],[56,20,67,18,1,0,0,0],[57,38,66,22,1,0,0,0],[67,25,71,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_SSyKXEfu_","regions":[[60,106,60,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_SSyKXEfu0_","regions":[[62,106,62,108,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu_","regions":[[76,23,76,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu0_","regions":[[77,23,77,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFypSgyKXEfu1_","regions":[[78,22,78,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu2_","regions":[[79,24,79,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu3_","regions":[[80,24,80,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu4_","regions":[[81,24,81,72,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu5_","regions":[[83,13,83,100,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu6_","regions":[[84,23,84,91,1,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu6_SbSSXEfU1_","regions":[[84,53,84,91,14,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF","regions":[[87,61,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF10Foundation3URLVSgycfU_","regions":[[89,36,89,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF0aB6AppKit05AppleI6ResultV10Foundation3URLV_SbtYacfU0_","regions":[[90,37,92,14,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu_","regions":[[97,24,97,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu0_","regions":[[98,24,98,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSSSgyKXEfu1_","regions":[[99,24,99,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSSSgyKXEfu2_","regions":[[99,47,99,95,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu3_","regions":[[100,23,100,103,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[100,53,100,103,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF","regions":[[103,53,119,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF10Foundation3URLVSgycfU_","regions":[[107,36,107,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[108,37,110,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu_","regions":[[115,24,115,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu0_","regions":[[116,24,116,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSSSgyKXEfu1_","regions":[[117,24,117,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSSSgyKXEfu2_","regions":[[117,47,117,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu3_","regions":[[118,23,118,89,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[118,53,118,89,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF","regions":[[121,79,137,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF10Foundation3URLVSgycfU_","regions":[[125,36,125,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[126,37,128,14,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu_","regions":[[133,24,133,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu0_","regions":[[134,24,134,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSSSgyKXEfu1_","regions":[[135,24,135,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSSSgyKXEfu2_","regions":[[135,47,135,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu3_","regions":[[136,23,136,104,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[136,53,136,104,7,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKF","regions":[[14,48,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu_","regions":[[17,24,17,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu0_","regions":[[17,39,17,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu1_","regions":[[18,24,18,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu2_","regions":[[18,40,18,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKF","regions":[[21,44,29,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKFSbyKXEfu_","regions":[[24,23,24,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKFSbyKXEfu0_","regions":[[28,24,28,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKF","regions":[[33,45,50,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu_","regions":[[42,23,42,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu0_","regions":[[43,23,43,49,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu1_","regions":[[44,23,44,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu2_","regions":[[47,23,47,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu3_","regions":[[48,23,48,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu4_","regions":[[49,23,49,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKF","regions":[[52,51,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_","regions":[[59,13,60,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu0_","regions":[[59,39,59,61,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu1_","regions":[[59,65,59,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu2_","regions":[[60,20,60,43,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKF","regions":[[65,44,71,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu_","regions":[[67,24,67,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu0_","regions":[[67,82,67,97,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu1_","regions":[[68,24,68,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu2_","regions":[[68,77,68,87,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu3_","regions":[[69,24,69,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu4_","regions":[[69,76,69,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu5_","regions":[[70,24,70,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu6_","regions":[[70,76,70,85,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKF","regions":[[75,58,79,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu_","regions":[[76,24,76,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu0_","regions":[[76,68,76,78,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu1_","regions":[[77,24,77,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu2_","regions":[[77,70,77,81,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu3_","regions":[[78,24,78,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu4_","regions":[[78,76,78,94,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKF","regions":[[83,43,91,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu_","regions":[[88,23,88,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu0_","regions":[[89,23,89,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu1_","regions":[[90,23,90,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKF","regions":[[95,47,102,6,1,0,0,0],[98,49,102,6,1,0,0,0],[99,72,102,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKFAA0H0VyKXEfu_","regions":[[101,24,101,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKFAA0H0VyKXEfu0_","regions":[[101,33,101,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF","regions":[[107,42,113,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF0aB6AppKit21CommunicationProtocolOyKXEfu_","regions":[[111,24,111,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF0aB6AppKit21CommunicationProtocolOyKXEfu0_","regions":[[111,55,111,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKFSbyKXEfu1_","regions":[[112,23,112,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC30testSoundManagerSharedInstanceyyKF","regions":[[117,50,124,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC30testSoundManagerSharedInstanceyyKFypSgyKXEfu_","regions":[[120,25,120,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKF","regions":[[128,43,135,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKFypSgyKXEfu_","regions":[[131,25,131,31,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKFyyKXEfu0_","regions":[[134,26,134,52,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE7isValidSbvg","regions":[[141,23,143,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE7isValidSbvgSbyKXEfu_","regions":[[142,27,142,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV11layerChangeyACSSFZ","regions":[[153,60,155,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV9serialize10Foundation4DataVyKF","regions":[[157,37,160,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV11deserialize4fromAC10Foundation4DataV_tKFZ","regions":[[162,67,165,6,1,0,0,0],[163,64,164,74,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V17categoryRawValuesyyF","regions":[[14,30,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V17actionIdentifiersyyF","regions":[[24,30,33,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V27launchFailureStatusMessagesyyF","regions":[[38,40,58,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V21serviceInitializationyyF","regions":[[63,34,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V20authorizationRequestyyF","regions":[[71,33,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025NotificationDeduplicationC0V33differentKeysForDifferentMessagesyyF","regions":[[83,46,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025NotificationDeduplicationC0V18consistentMessagesyyF","regions":[[91,31,97,6,1,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C14setUpWithErroryyKF","regions":[[11,43,17,6,28,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17tearDownWithErroryyKF","regions":[[19,46,25,6,28,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKF","regions":[[29,51,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSSgyKXEfu_","regions":[[41,24,41,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSSgyKXEfu0_","regions":[[41,35,41,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu1_","regions":[[41,45,41,70,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu2_","regions":[[42,30,42,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu3_","regions":[[42,41,42,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu4_","regions":[[42,53,42,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu5_","regions":[[43,27,43,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu6_","regions":[[43,38,43,70,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu7_","regions":[[43,72,43,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKF","regions":[[46,51,61,6,1,0,0,0],[50,27,55,10,3,0,0,0],[55,10,61,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu_","regions":[[54,28,54,37,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu0_","regions":[[54,39,54,43,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSyXEfu1_","regions":[[54,45,54,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu2_","regions":[[60,24,60,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu3_","regions":[[60,35,60,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSyXEfu4_","regions":[[60,39,60,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKF","regions":[[63,53,80,6,1,0,0,0],[74,34,79,10,6,0,0,0],[79,10,80,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSSgyKXEfu_","regions":[[78,28,78,37,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSSgyKXEfu0_","regions":[[78,39,78,43,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSyXEfu1_","regions":[[78,45,78,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKF","regions":[[82,53,95,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu_","regions":[[90,13,90,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu0_","regions":[[90,24,90,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSSyXEfu1_","regions":[[90,36,90,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu2_","regions":[[93,13,93,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu3_","regions":[[93,24,93,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSSyXEfu4_","regions":[[93,35,93,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKF","regions":[[97,63,106,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSSgyKXEfu_","regions":[[105,24,105,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSSgyKXEfu0_","regions":[[105,35,105,45,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSyXEfu1_","regions":[[105,47,105,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKF","regions":[[108,54,120,6,1,0,0,0],[113,12,113,39,1,0,0,0],[113,40,115,10,1,0,0,0],[115,19,115,49,0,0,0,0],[115,50,117,10,0,0,0,0],[117,16,119,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu_","regions":[[111,24,111,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu0_","regions":[[111,44,111,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu1_","regions":[[114,27,114,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu2_","regions":[[114,33,114,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu3_","regions":[[116,27,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu4_","regions":[[116,33,116,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu5_","regions":[[118,27,118,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu6_","regions":[[118,60,118,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKF","regions":[[124,39,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKFSbyKXEfu_","regions":[[128,23,128,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKFSSyXEfu0_","regions":[[128,44,128,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKF","regions":[[131,42,140,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKFSbyKXEfu_","regions":[[139,23,139,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKFSSyXEfu0_","regions":[[139,29,139,61,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKF","regions":[[142,42,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKFSbyKXEfu_","regions":[[153,23,153,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKFSSyXEfu0_","regions":[[153,29,153,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKF","regions":[[156,43,166,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKFSbyKXEfu_","regions":[[165,23,165,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKFSSyXEfu0_","regions":[[165,29,165,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKF","regions":[[168,41,180,6,1,0,0,0],[172,27,174,10,10,0,0,0],[174,10,180,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKFSbyKXEfu_","regions":[[179,23,179,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKFSSyXEfu0_","regions":[[179,29,179,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKF","regions":[[182,42,196,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKFSbyKXEfu_","regions":[[195,23,195,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKFSSyXEfu0_","regions":[[195,29,195,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKF","regions":[[198,37,207,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu_","regions":[[205,37,205,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu0_","regions":[[205,50,205,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSSyXEfu1_","regions":[[205,53,205,94,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu2_","regions":[[206,37,206,46,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu3_","regions":[[206,48,206,59,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSSyXEfu4_","regions":[[206,61,206,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKF","regions":[[209,47,215,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKFypSgyKXEfu_","regions":[[214,25,214,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKFSSyXEfu0_","regions":[[214,33,214,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKF","regions":[[217,45,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKFSbyKXEfu_","regions":[[223,23,223,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKFSSyXEfu0_","regions":[[223,29,223,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKF","regions":[[226,46,241,6,1,0,0,0],[232,27,237,10,10,0,0,0],[237,10,241,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFyyYbcfU_","regions":[[233,58,236,14,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFSbyKXEfu_","regions":[[240,23,240,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFSSyXEfu0_","regions":[[240,29,240,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKF","regions":[[243,46,259,6,1,0,0,0],[251,28,253,10,100,0,0,0],[253,10,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSiyKXEfu_","regions":[[257,13,257,22,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSiyKXEfu0_","regions":[[257,24,257,34,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSSyXEfu1_","regions":[[257,36,257,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKF","regions":[[263,43,276,6,1,0,0,0],[267,12,271,10,1,0,0,0],[271,17,273,10,1,0,0,0],[273,10,276,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKFSbyKXEfu_","regions":[[275,23,275,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKFSSyXEfu0_","regions":[[275,29,275,66,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKF","regions":[[278,51,293,6,1,0,0,0],[286,38,292,10,3,0,0,0],[292,10,293,6,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSSgyKXEfu_","regions":[[291,28,291,33,3,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSSgyKXEfu0_","regions":[[291,35,291,43,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSyXEfu1_","regions":[[291,45,291,100,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKF","regions":[[295,44,309,6,1,0,0,0],[300,27,303,10,50,0,0,0],[303,10,309,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKFSbyKXEfu_","regions":[[308,23,308,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKFSSyXEfu0_","regions":[[308,29,308,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKF","regions":[[311,42,325,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSiyKXEfu_","regions":[[323,13,323,24,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSiyKXEfu0_","regions":[[323,26,323,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSSyXEfu1_","regions":[[323,29,323,84,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKF","regions":[[329,46,342,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSSgyKXEfu_","regions":[[341,24,341,33,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSSgyKXEfu0_","regions":[[341,35,341,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSyXEfu1_","regions":[[341,54,341,89,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKF","regions":[[344,49,367,6,1,0,0,0],[349,40,359,10,100,0,0,0],[352,16,352,27,100,0,0,0],[352,28,354,14,10,0,0,0],[356,16,356,27,100,0,0,0],[356,28,358,14,4,0,0,0],[359,10,367,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSbyKXEfu_","regions":[[363,23,363,65,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSSyXEfu0_","regions":[[363,67,363,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSbyKXEfu1_","regions":[[366,23,366,27,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSSyXEfu2_","regions":[[366,29,366,71,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerPerformanceyyKF","regions":[[371,41,379,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerPerformanceyyKFyyXEfU_","regions":[[374,17,378,10,10,0,0,0],[375,33,377,14,10000,0,0,0],[377,14,378,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testAppRestarterPerformanceyyKF","regions":[[381,47,387,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testAppRestarterPerformanceyyKFyyXEfU_","regions":[[382,17,386,10,10,0,0,0],[383,32,385,14,1000,0,0,0],[385,14,386,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerFlushPerformanceyyKF","regions":[[389,46,400,6,1,0,0,0],[393,27,395,10,50,0,0,0],[395,10,400,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerFlushPerformanceyyKFyyXEfU_","regions":[[397,17,399,10,10,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKF","regions":[[404,45,418,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKFypSgyKXEfu_","regions":[[417,25,417,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKFSSyXEfu0_","regions":[[417,37,417,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKF","regions":[[420,43,432,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKFypSgyKXEfu_","regions":[[424,25,424,82,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKFypSgyKXEfu0_","regions":[[431,22,431,88,1,0,0,0]]},{"branches":[],"count":18,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C8tearDownyyF","regions":[[7,30,14,6,18,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyF","regions":[[18,57,23,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSSSgycfU_","regions":[[20,58,20,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSbyKXEfu_","regions":[[22,23,22,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSSyXEfu0_","regions":[[22,49,22,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyF","regions":[[25,57,30,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSSSgycfU_","regions":[[27,58,27,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSbyKXEfu_","regions":[[29,24,29,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSSyXEfu0_","regions":[[29,50,29,106,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyF","regions":[[32,59,37,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSSSgycfU_","regions":[[34,58,34,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSbyKXEfu_","regions":[[36,24,36,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSSyXEfu0_","regions":[[36,50,36,121,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyF","regions":[[39,54,44,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSSSgycfU_","regions":[[41,58,41,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSbyKXEfu_","regions":[[43,24,43,48,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSSyXEfu0_","regions":[[43,50,43,121,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyF","regions":[[46,68,53,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSSgycfU_","regions":[[47,58,47,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFypSgyKXEfu_","regions":[[50,25,50,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu0_","regions":[[50,34,50,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu1_","regions":[[51,23,51,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu1_SbyKXEfu2_","regions":[[51,53,51,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu3_","regions":[[51,60,51,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu4_","regions":[[52,23,52,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu4_SbyKXEfu5_","regions":[[52,53,52,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu6_","regions":[[52,60,52,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyF","regions":[[55,67,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFSSSgycfU_","regions":[[56,58,56,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFypSgyKXEfu_","regions":[[59,22,59,29,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFSSyXEfu0_","regions":[[59,31,59,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaF","regions":[[62,60,68,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSaySSGycfU_","regions":[[64,45,64,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSbyKXEfu_","regions":[[67,24,67,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSSyXEfu0_","regions":[[67,33,67,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaF","regions":[[70,58,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSaySSGycfU_","regions":[[71,45,71,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSbyKXEfu_","regions":[[74,23,74,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSSyXEfu0_","regions":[[74,32,74,65,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaF","regions":[[77,47,82,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSaySSGycfU_","regions":[[78,45,78,51,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSbyKXEfu_","regions":[[81,24,81,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSSyXEfu0_","regions":[[81,33,81,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaF","regions":[[86,62,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFS2ScfU_","regions":[[91,47,106,10,1,0,0,0],[92,16,92,50,1,0,0,0],[92,51,104,14,1,0,0,0],[104,14,105,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFSbyKXEfu_","regions":[[110,23,110,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFSSyXEfu0_","regions":[[110,32,110,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaF","regions":[[113,65,130,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFS2ScfU_","regions":[[118,47,123,10,1,0,0,0],[119,16,119,50,1,0,0,0],[119,51,121,14,1,0,0,0],[121,14,122,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFSbyKXEfu_","regions":[[128,13,128,20,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFSSyXEfu0_","regions":[[128,22,128,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaF","regions":[[132,70,153,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFS2ScfU_","regions":[[137,47,147,10,1,0,0,0],[138,16,138,50,1,0,0,0],[138,51,145,14,1,0,0,0],[145,14,146,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFSbyKXEfu_","regions":[[152,23,152,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFSSyXEfu0_","regions":[[152,40,152,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaF","regions":[[155,65,172,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSaySSGycfU_","regions":[[160,45,160,58,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFS2ScfU0_","regions":[[163,47,166,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSbyKXEfu_","regions":[[171,24,171,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSSyXEfu0_","regions":[[171,44,171,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaF","regions":[[174,61,185,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSaySSGycfU_","regions":[[179,45,179,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSbyKXEfu_","regions":[[184,23,184,35,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSSyXEfu0_","regions":[[184,37,184,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaF","regions":[[187,58,215,6,1,0,0,0],[207,27,209,10,10,0,0,0],[209,10,215,6,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFS2ScfU_","regions":[[192,47,201,10,10,0,0,0],[193,16,193,50,10,0,0,0],[193,51,199,14,10,0,0,0],[199,14,200,22,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSbyKXEfu_","regions":[[213,13,213,46,1,0,0,0]]},{"branches":[],"count":10,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSbyKXEfu_S2bXEfU0_","regions":[[213,32,213,46,10,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSSyXEfu0_","regions":[[213,48,213,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyF","regions":[[219,51,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSiyKXEfu_","regions":[[222,24,222,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSiyKXEfu0_","regions":[[222,42,222,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSSyXEfu1_","regions":[[222,45,222,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSbyKXEfu2_","regions":[[223,23,223,63,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSbyKXEfu2_SbSsXEfU_","regions":[[223,45,223,63,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSSyXEfu3_","regions":[[223,65,223,107,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyF","regions":[[226,61,231,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSsyKXEfu_","regions":[[229,76,229,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu0_","regions":[[229,84,229,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu1_","regions":[[230,24,230,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu2_","regions":[[230,38,230,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSSyXEfu3_","regions":[[230,53,230,113,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyF","regions":[[233,57,240,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyKXEfu_","regions":[[236,13,236,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyKXEfu0_","regions":[[237,13,237,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyXEfu1_","regions":[[238,13,238,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V26parsesSimpleDefvirtualkeysyyF","regions":[[8,39,24,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V26parsesParenthesizedActionsyyF","regions":[[27,39,42,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V17parsesDeffakekeysyyF","regions":[[45,30,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyF","regions":[[63,33,82,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyFSb0aB6AppKit0dA0VXEfU_","regions":[[77,31,77,60,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[78,31,78,57,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V18parsesNestedParensyyF","regions":[[85,31,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V18handlesEmptyBlocksyyF","regions":[[100,31,109,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V020handlesConfigWithoutD4KeysyyF","regions":[[112,44,124,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V21handlesMultipleBlocksyyF","regions":[[127,34,142,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V15handlesCommentsyyF","regions":[[145,28,157,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyF","regions":[[160,35,201,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyFSb0aB6AppKit0dA0VXEfU_","regions":[[193,39,193,68,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[194,36,194,62,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V03allE18RawValuesAreUniqueyyF","regions":[[11,42,15,6,1,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V03allE18RawValuesAreUniqueyyFSS0aB6AppKit0dE0Ocfu_","regions":[[12,53,12,63,13,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V20positionFromRawValueyyF","regions":[[18,33,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V25invalidRawValueReturnsNilyyF","regions":[[35,38,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V29allValuesContainsAllPositionsyyF","regions":[[42,42,47,6,1,0,0,0],[44,49,46,10,13,0,0,0],[46,10,47,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V13positionCountyyF","regions":[[50,26,58,6,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V07visibleE0So6CGRectVvpfi","regions":[[66,24,66,69,8,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V08leftHalfF0yyF","regions":[[69,32,73,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09rightHalfF0yyF","regions":[[76,33,80,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V014topLeftQuarterF0yyF","regions":[[83,38,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V015topRightQuarterF0yyF","regions":[[90,39,94,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V017bottomLeftQuarterF0yyF","regions":[[97,41,101,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V018bottomRightQuarterF0yyF","regions":[[104,42,108,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V08maximizeF0yyF","regions":[[111,32,114,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V06centerF0yyF","regions":[[117,30,131,6,1,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09calculateE033_2164687D2D337F249823CF4D76CCD139LL3for2inSo6CGRectV0aB6AppKit0D8PositionO_AItF","regions":[[134,98,136,6,7,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09calculatee11WithCurrentE033_2164687D2D337F249823CF4D76CCD139LL3for2in07currentE0So6CGRectV0aB6AppKit0D8PositionO_A2JtF","regions":[[142,17,172,6,8,0,0,0],[150,16,150,24,8,0,0,0],[151,9,152,72,1,0,0,0],[153,9,154,84,1,0,0,0],[155,9,156,32,1,0,0,0],[157,9,160,106,1,0,0,0],[161,9,162,89,1,0,0,0],[163,9,164,101,1,0,0,0],[165,9,166,76,1,0,0,0],[167,9,168,88,1,0,0,0],[169,9,170,32,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07CGSTypeC0V16connectionIDTypeyyF","regions":[[180,29,183,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07CGSTypeC0V11spaceIDTypeyyF","regions":[[186,24,189,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V21isAvailableConsistentyyF","regions":[[197,34,202,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V36checkAvailabilityDetailsReturnsTupleyyF","regions":[[205,49,215,6,1,0,0,0],[208,12,208,21,1,0,0,0],[208,22,210,10,1,0,0,0],[212,12,212,22,1,0,0,0],[212,23,214,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V21statusMessageNonEmptyyyF","regions":[[218,34,221,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V31spaceManagerAvailabilityMatchesyyF","regions":[[225,44,229,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaF","regions":[[8,63,47,6,1,0,0,0],[41,31,44,10,23,0,0,0],[44,10,47,6,1,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSbyKXEfu_","regions":[[43,27,43,34,23,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSSyXEfu0_","regions":[[43,36,43,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSay0abD4Core0eJ6ActionOGyKXEfu1_","regions":[[46,24,46,42,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSay0abD4Core0eJ6ActionOGyKXEfu2_","regions":[[46,44,46,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaF","regions":[[49,54,60,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSbyKXEfu_","regions":[[58,24,58,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSSyXEfu0_","regions":[[58,33,58,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSay0abD4Core0eJ6ActionOGyKXEfu1_","regions":[[59,24,59,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSay0abD4Core0eJ6ActionOGyKXEfu2_","regions":[[59,47,59,70,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC7actionsSay0aB10WizardCore13AutoFixActionOGvpfi","regions":[[67,49,67,51,2,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC7successADSb_tcfc","regions":[[70,32,72,6,2,0,0,0]]},{"branches":[],"count":24,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC15runSingleAction_5using0aB6AppKit0E6ReportV0aB10WizardCore07AutoFixP0O_AG15PrivilegeBrokerVtYaF","regions":[[74,102,77,6,24,0,0,0],[76,73,76,76,23,0,0,0],[76,79,76,93,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF","regions":[[14,40,23,6,2,0,0,0],[15,32,23,6,2,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[18,42,18,76,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF0aB4Core17SubprocessRunning_pycfU0_","regions":[[21,49,21,80,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C8tearDownyyYaKF","regions":[[25,43,31,6,2,0,0,0],[30,35,31,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF","regions":[[33,60,52,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF0abD4Core0dJ0OyKXEfu_","regions":[[51,24,51,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF0abD4Core0dJ0OyKXEfu0_","regions":[[51,31,51,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaFSSyXEfu1_","regions":[[51,39,51,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF","regions":[[54,61,88,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[86,24,86,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[86,38,86,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu1_","regions":[[87,27,87,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu2_","regions":[[87,41,87,50,1,0,0,0]]},{"branches":[],"count":8,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV6statusSo0fG6StatusVvg","regions":[[94,37,94,49,8,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV8registeryyKF","regions":[[95,28,95,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV10unregisteryyYaKF","regions":[[96,36,96,38,0,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0fG6StatusVvg","regions":[[10,37,10,49,28,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[11,28,11,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[12,36,12,38,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0gH6StatusVvg","regions":[[17,37,17,58,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[18,28,18,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[19,36,19,38,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0gH6StatusVvg","regions":[[24,37,24,55,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[25,28,25,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[26,36,26,38,0,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF","regions":[[34,40,50,6,23,0,0,0],[35,32,50,6,23,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKFyyYbScMYcXEfU_","regions":[[38,29,40,10,23,0,0,0]]},{"branches":[],"count":28,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[45,42,45,76,28,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF0aB4Core17SubprocessRunning_pycfU1_","regions":[[48,49,48,80,3,0,0,0]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C8tearDownyyYaKF","regions":[[52,43,60,6,23,0,0,0],[59,35,60,6,23,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF","regions":[[64,55,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[74,24,74,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[74,30,74,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaFSSyXEfu1_","regions":[[74,42,74,82,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF","regions":[[77,53,98,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[80,42,80,85,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[94,24,94,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[94,30,94,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaFSSyXEfu1_","regions":[[94,39,94,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[97,42,97,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF","regions":[[100,64,115,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[114,24,114,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[114,30,114,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaFSSyXEfu1_","regions":[[114,49,114,104,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF","regions":[[117,61,136,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[135,24,135,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[135,30,135,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaFSSyXEfu1_","regions":[[135,48,135,99,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF","regions":[[138,60,154,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[152,13,152,17,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[152,19,152,33,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaFSSyXEfu1_","regions":[[152,35,152,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF","regions":[[156,72,173,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[172,24,172,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[172,30,172,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF","regions":[[175,72,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[191,24,191,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[191,30,191,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF","regions":[[194,50,203,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[202,24,202,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[202,30,202,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaFSSyXEfu1_","regions":[[202,40,202,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF","regions":[[205,43,214,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[213,24,213,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[213,30,213,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaFSSyXEfu1_","regions":[[213,40,213,101,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF","regions":[[216,41,225,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[224,24,224,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[224,30,224,38,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaFSSyXEfu1_","regions":[[224,40,224,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaF","regions":[[229,32,251,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSay0abD4Core0dH0OGyKXEfu_","regions":[[250,24,250,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSay0abD4Core0dH0OGyKXEfu0_","regions":[[250,37,250,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSSyXEfu1_","regions":[[250,52,250,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaF","regions":[[253,32,265,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu_","regions":[[262,24,262,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu0_","regions":[[262,38,262,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu1_","regions":[[262,41,262,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu2_","regions":[[263,24,263,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu3_","regions":[[263,40,263,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu4_","regions":[[263,43,263,75,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu5_","regions":[[264,24,264,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu6_","regions":[[264,38,264,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu7_","regions":[[264,42,264,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaF","regions":[[269,36,289,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu_","regions":[[282,23,282,40,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu0_","regions":[[282,42,282,72,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu1_","regions":[[283,23,283,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu2_","regions":[[283,45,283,78,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu3_","regions":[[284,24,284,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu4_","regions":[[284,51,284,95,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu5_","regions":[[285,24,285,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu6_","regions":[[285,45,285,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu7_","regions":[[286,24,286,50,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu8_","regions":[[286,52,286,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu9_","regions":[[287,24,287,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu10_","regions":[[287,41,287,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu11_","regions":[[288,24,288,39,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu12_","regions":[[288,41,288,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF","regions":[[291,55,303,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[293,42,293,85,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaFSbyKXEfu_","regions":[[299,23,299,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaFSSyXEfu0_","regions":[[299,39,299,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[302,42,302,76,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF","regions":[[305,53,327,6,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[307,42,307,82,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB4Core13ProcessResultVSS_SaySSGtcfU0_","regions":[[308,68,315,10,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaFSbyKXEfu_","regions":[[321,23,321,37,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaFSSyXEfu0_","regions":[[321,39,321,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU1_","regions":[[324,42,324,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB4Core17SubprocessRunning_pycfU2_","regions":[[326,49,326,80,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaF","regions":[[331,42,348,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu_","regions":[[339,24,339,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu0_","regions":[[339,46,339,49,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu1_","regions":[[339,51,339,87,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu2_","regions":[[340,24,340,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu3_","regions":[[340,43,340,46,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu4_","regions":[[340,48,340,91,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu5_","regions":[[341,24,341,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu6_","regions":[[341,39,341,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu7_","regions":[[341,44,341,74,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu8_","regions":[[342,24,342,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu9_","regions":[[342,40,342,43,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu10_","regions":[[342,45,342,77,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu11_","regions":[[345,27,345,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu12_","regions":[[345,49,345,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu13_","regions":[[346,27,346,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu14_","regions":[[346,46,346,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu15_","regions":[[347,27,347,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu16_","regions":[[347,42,347,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaF","regions":[[350,42,366,6,1,0,0,0],[360,58,365,10,4,0,0,0],[365,10,366,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyKXEfu_","regions":[[363,17,363,34,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyKXEfu0_","regions":[[363,36,363,55,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyXEfu1_","regions":[[363,57,363,96,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaF","regions":[[370,40,386,6,1,0,0,0],[382,49,385,10,6,0,0,0],[385,10,386,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyKXEfu_","regions":[[384,28,384,38,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyKXEfu0_","regions":[[384,40,384,52,6,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyXEfu1_","regions":[[384,54,384,92,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaF","regions":[[388,49,405,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu_","regions":[[397,24,397,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu0_","regions":[[397,42,397,55,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu1_","regions":[[397,57,397,97,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu2_","regions":[[399,13,399,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu3_","regions":[[399,42,399,64,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu4_","regions":[[400,13,400,69,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu5_","regions":[[403,13,403,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu6_","regions":[[403,30,403,52,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu7_","regions":[[403,54,403,102,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF","regions":[[409,46,426,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[423,24,423,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[423,46,423,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSay0abD4Core0D4PageOGyKXEfu1_","regions":[[424,24,424,47,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSay0abD4Core0D4PageOGyKXEfu2_","regions":[[424,49,424,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSbyKXEfu3_","regions":[[425,23,425,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSSyXEfu4_","regions":[[425,53,425,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF","regions":[[430,36,447,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[446,24,446,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[446,34,446,51,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaFSSyXEfu1_","regions":[[446,53,446,103,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF","regions":[[449,50,466,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[465,24,465,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[465,34,465,42,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaFSSyXEfu1_","regions":[[465,44,465,86,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF","regions":[[468,60,479,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[478,24,478,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[478,34,478,54,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaFSSyXEfu1_","regions":[[478,56,478,101,0,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C15createTestIssue33_4D93C087CB75B31B25151EDA3BD61DB0LL8category5title10identifier0abD4Core0dI0VAK0I8CategoryO_SSAI0I10IdentifierOtF","regions":[[487,22,497,6,12,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C51testNavigatesToSummaryWhenHealthyAndNotAlreadyThereyyF","regions":[[6,64,13,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C51testNavigatesToSummaryWhenHealthyAndNotAlreadyThereyyFSbyKXEfu_","regions":[[12,23,12,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C36testDoesNotNavigateWhenIssuesPresentyyF","regions":[[15,49,32,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C36testDoesNotNavigateWhenIssuesPresentyyFSbyKXEfu_","regions":[[31,24,31,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C023testDoesNotNavigateWhenI6ActiveyyF","regions":[[34,45,41,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C023testDoesNotNavigateWhenI6ActiveyyFSbyKXEfu_","regions":[[40,24,40,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C39testDoesNotNavigateWhenAlreadyOnSummaryyyF","regions":[[43,52,50,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C39testDoesNotNavigateWhenAlreadyOnSummaryyyFSbyKXEfu_","regions":[[49,24,49,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKF","regions":[[12,55,98,6,1,0,0,0],[17,94,98,6,1,0,0,0],[22,27,82,10,12,0,0,0],[23,72,82,10,12,0,0,0],[38,35,38,47,8,0,0,0],[38,47,82,10,4,0,0,0],[55,55,81,14,2298,0,0,0],[57,20,57,74,2298,0,0,0],[59,17,62,18,7,0,0,0],[64,20,64,34,2298,0,0,0],[64,35,80,18,153,0,0,0],[69,52,75,22,459,0,0,0],[70,28,70,50,459,0,0,0],[70,51,74,26,0,0,0,0],[75,22,80,18,153,0,0,0],[77,24,77,39,153,0,0,0],[77,40,79,22,6,0,0,0],[81,14,82,10,4,0,0,0],[82,10,98,6,1,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSb10Foundation3URLVXEfU_","regions":[[18,21,18,52,12,0,0,0]]},{"branches":[],"count":59,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSSXEfU0_","regions":[[37,55,37,79,59,0,0,0]]},{"branches":[],"count":13726,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSSXEfU1_","regions":[[57,52,57,73,13726,0,0,0]]},{"branches":[],"count":17,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbyKXEfu_","regions":[[58,42,58,65,17,0,0,0]]},{"branches":[],"count":7328,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSJXEfU2_","regions":[[65,47,65,60,7328,0,0,0]]},{"branches":[],"count":7328,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSJXEfU3_","regions":[[66,47,66,60,7328,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbyKXEfu0_","regions":[[85,13,85,31,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSSyXEfu1_","regions":[[86,13,96,16,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_E8BE25092129FDAA06DC6074E9C80C3ELL4file10Foundation3URLVs12StaticStringV_tF","regions":[[103,68,110,2,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaF","regions":[[10,53,37,6,1,0,0,0],[26,31,36,10,4,0,0,0],[27,86,30,14,0,0,0,0],[30,14,36,10,4,0,0,0],[36,10,37,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyKXEfu_","regions":[[32,17,32,26,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyKXEfu0_","regions":[[33,17,33,49,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyXEfu1_","regions":[[34,17,34,83,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaF","regions":[[39,76,55,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSS0aB6AppKit07ServiceE0Vcfu_","regions":[[49,36,49,40,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSbyKXEfu0_","regions":[[52,13,52,74,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSSyXEfu1_","regions":[[53,13,53,85,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaF","regions":[[57,62,73,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSS0aB6AppKit07ServiceE0Vcfu_","regions":[[67,36,67,40,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSbyKXEfu0_","regions":[[70,13,70,78,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSSyXEfu1_","regions":[[71,13,71,81,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF","regions":[[7,67,22,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[21,24,21,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[21,32,21,40,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF","regions":[[24,65,39,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[38,24,38,30,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[38,32,38,39,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF","regions":[[41,59,56,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[55,24,55,34,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[55,36,55,44,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C15makePermissions33_6AE65CB5A720FB7B39A7F38853DA4529LL03keyB2AX0rB2IM06kanataS00uT00abI016PermissionOracleC8SnapshotVAL6StatusO_A3PtF","regions":[[16,36,33,6,6,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C12makeSnapshot33_6AE65CB5A720FB7B39A7F38853DA4529LL15helperInstalled0R7Working9conflicts03keyB2AX0vB2IM06kanataW00yX010components0abD4Core06SystemI0VSb_SbSayAN14SystemConflictOG0aB11Permissions16PermissionOracleC6StatusOA3xN15ComponentStatusVtF","regions":[[44,25,58,6,6,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C20allComponentsMissing33_6AE65CB5A720FB7B39A7F38853DA4529LL0abD4Core15ComponentStatusVvg","regions":[[60,55,71,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C18allComponentsReady33_6AE65CB5A720FB7B39A7F38853DA4529LL0abD4Core15ComponentStatusVvg","regions":[[73,53,84,6,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF","regions":[[86,42,180,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu_","regions":[[104,24,104,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu0_","regions":[[104,45,104,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu1_","regions":[[119,24,119,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu2_","regions":[[119,45,119,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu3_","regions":[[134,24,134,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu4_","regions":[[134,45,134,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu5_","regions":[[149,24,149,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu6_","regions":[[149,45,149,61,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu7_","regions":[[164,24,164,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu8_","regions":[[164,45,164,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu9_","regions":[[179,24,179,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu10_","regions":[[179,45,179,53,1,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C5setUpyyYaKF","regions":[[13,40,16,6,25,0,0,0],[14,32,16,6,25,0,0,0]]},{"branches":[],"count":25,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C8tearDownyyYaKF","regions":[[18,43,21,6,25,0,0,0],[20,35,21,6,25,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF","regions":[[25,50,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu_","regions":[[27,24,27,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu0_","regions":[[27,50,27,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu1_","regions":[[33,24,33,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu2_","regions":[[33,50,33,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF","regions":[[36,54,45,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyFypSgyKXEfu_","regions":[[38,22,38,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF0abD4Core0dK0OSgyKXEfu0_","regions":[[44,24,44,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF0abD4Core0dK0OSgyKXEfu1_","regions":[[44,54,44,62,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyF","regions":[[47,55,56,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyFSbyKXEfu_","regions":[[49,24,49,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyFSbyKXEfu0_","regions":[[55,23,55,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF","regions":[[58,69,67,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OyKXEfu_","regions":[[65,24,65,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OyKXEfu0_","regions":[[65,50,65,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OSgyKXEfu1_","regions":[[66,24,66,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OSgyKXEfu2_","regions":[[66,54,66,68,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyF","regions":[[71,63,77,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyFypSgyKXEfu_","regions":[[73,22,73,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyFSbyKXEfu0_","regions":[[76,23,76,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testIsNavigatingForward_whenMovingK12_returnsTrueyyF","regions":[[79,66,87,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testIsNavigatingForward_whenMovingK12_returnsTrueyyFSbyKXEfu_","regions":[[86,23,86,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C55testIsNavigatingForward_whenMovingBackward_returnsFalseyyF","regions":[[89,68,97,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C55testIsNavigatingForward_whenMovingBackward_returnsFalseyyFSbyKXEfu_","regions":[[96,24,96,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyF","regions":[[101,54,111,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyFSbyKXEfu_","regions":[[103,24,103,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyFSbyKXEfu0_","regions":[[110,23,110,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF","regions":[[113,51,120,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF0abD4Core0dM0OSgyKXEfu_","regions":[[119,24,119,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF0abD4Core0dM0OSgyKXEfu0_","regions":[[119,61,119,77,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF","regions":[[122,47,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF0abD4Core0dM0OSgyKXEfu_","regions":[[128,24,128,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF0abD4Core0dM0OSgyKXEfu0_","regions":[[128,57,128,65,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C43testCustomSequence_whenNil_usesDefaultOrderyyF","regions":[[131,56,138,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C43testCustomSequence_whenNil_usesDefaultOrderyyFSbyKXEfu_","regions":[[137,24,137,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C45testCustomSequence_whenEmpty_usesDefaultOrderyyF","regions":[[140,58,147,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C45testCustomSequence_whenEmpty_usesDefaultOrderyyFSbyKXEfu_","regions":[[146,24,146,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF","regions":[[151,61,157,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF0abD4Core0dO0OyKXEfu_","regions":[[153,24,153,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF0abD4Core0dO0OyKXEfu0_","regions":[[153,50,153,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyFSbyKXEfu1_","regions":[[156,24,156,52,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateBack_whenNotOnFirstPage_returnsTrueyyF","regions":[[159,63,165,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateBack_whenNotOnFirstPage_returnsTrueyyFSbyKXEfu_","regions":[[164,23,164,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateForward_whenOnLastPage_returnsFalseyyF","regions":[[167,63,174,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateForward_whenOnLastPage_returnsFalseyyFSbyKXEfu_","regions":[[173,24,173,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF","regions":[[176,65,182,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF0abD4Core0dP0OyKXEfu_","regions":[[178,24,178,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF0abD4Core0dP0OyKXEfu0_","regions":[[178,50,178,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyFSbyKXEfu1_","regions":[[181,23,181,54,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF","regions":[[186,56,192,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF0abD4Core0dJ0OyKXEfu_","regions":[[188,24,188,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF0abD4Core0dJ0OyKXEfu0_","regions":[[188,50,188,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyFypSgyKXEfu1_","regions":[[191,22,191,57,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF","regions":[[194,48,200,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu_","regions":[[199,24,199,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu0_","regions":[[199,61,199,75,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C023testNextPage_whenOnLastJ11_returnsNilyyF","regions":[[202,51,209,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C023testNextPage_whenOnLastJ11_returnsNilyyFypSgyKXEfu_","regions":[[208,22,208,53,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF","regions":[[211,44,217,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu_","regions":[[216,24,216,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu0_","regions":[[216,57,216,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF","regions":[[221,50,230,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF0abD4Core0dL0OyKXEfu_","regions":[[229,24,229,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF0abD4Core0dL0OyKXEfu0_","regions":[[229,50,229,58,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyF","regions":[[232,58,242,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyFSbyKXEfu_","regions":[[235,23,235,55,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyFSbyKXEfu0_","regions":[[241,24,241,56,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testIsCurrentPage_returnsTrue_whenMatchesyyF","regions":[[246,54,248,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testIsCurrentPage_returnsTrue_whenMatchesyyFSbyKXEfu_","regions":[[247,23,247,59,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C47testIsCurrentPage_returnsFalse_whenDoesNotMatchyyF","regions":[[250,60,252,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C47testIsCurrentPage_returnsFalse_whenDoesNotMatchyyFSbyKXEfu_","regions":[[251,24,251,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF","regions":[[256,81,265,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[264,24,264,48,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[264,50,264,66,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF","regions":[[10,61,61,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu_","regions":[[57,24,57,35,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu0_","regions":[[57,37,57,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu1_","regions":[[58,24,58,36,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu2_","regions":[[58,38,58,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyFSbyKXEfu3_","regions":[[59,23,59,43,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyFSbyKXEfu4_","regions":[[60,23,60,44,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaF","regions":[[6,56,10,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaFSbyYaXEfU_","regions":[[8,83,8,92,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaFSbyKXEfu_","regions":[[9,23,9,27,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaF","regions":[[12,57,16,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaFSbyYaXEfU_","regions":[[14,83,14,91,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaFSbyKXEfu_","regions":[[15,24,15,28,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyF","regions":[[6,46,10,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSiyKXEfu_","regions":[[9,24,9,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSiyKXEfu0_","regions":[[9,31,9,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSSyXEfu1_","regions":[[9,34,9,93,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyF","regions":[[12,60,16,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSiyKXEfu_","regions":[[15,24,15,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSiyKXEfu0_","regions":[[15,31,15,32,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSSyXEfu1_","regions":[[15,34,15,88,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyF","regions":[[18,43,21,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyFSiyKXEfu_","regions":[[20,24,20,29,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyFSiyKXEfu0_","regions":[[20,31,20,32,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyF","regions":[[7,73,39,6,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSb0aB6AppKit0defG0V0F9ItemModelVXEfU_","regions":[[32,40,32,71,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFypSgyKXEfu_","regions":[[33,25,33,30,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSSyXEfu0_","regions":[[33,32,33,73,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyF0abD4Core012InstallationF0OSgyKXEfu1_","regions":[[34,24,34,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyF0abD4Core012InstallationF0OSgyKXEfu2_","regions":[[34,39,34,47,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSSyXEfu3_","regions":[[34,49,34,109,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSbyKXEfu4_","regions":[[36,13,36,110,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSbyKXEfu4_Sb0abD4Core0D5IssueVXEfU0_","regions":[[36,44,36,100,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSbyKXEfu4_SbyKXEfu5_","regions":[[36,104,36,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C010testKanatah31WarningAppearsInInputMonitoringF3RowyyFSSyXEfu6_","regions":[[37,13,37,79,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyF","regions":[[7,55,31,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu_","regions":[[29,24,29,42,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu_SSAA05LocalF4Item33_8AE9E5F86C50F13FC3EA0611BD022572LLVcfu0_","regions":[[29,37,29,41,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu1_","regions":[[29,44,29,83,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSiyKXEfu2_","regions":[[30,24,30,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSiyKXEfu3_","regions":[[30,40,30,41,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSSyXEfu4_","regions":[[30,43,30,98,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF","regions":[[33,61,48,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF0abD4Core012InstallationF0OyKXEfu_","regions":[[47,24,47,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF0abD4Core012InstallationF0OyKXEfu0_","regions":[[47,53,47,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF","regions":[[50,64,76,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF0abD4Core012InstallationF0OyKXEfu_","regions":[[75,24,75,51,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF0abD4Core012InstallationF0OyKXEfu0_","regions":[[75,53,75,63,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20filteredDisplayItems33_8AE9E5F86C50F13FC3EA0611BD022572LL_07showAllF0SayAA15LocalStatusItemACLLVGAG_SbtF","regions":[[91,1,94,2,1,0,0,0],[92,8,92,20,1,0,0,0],[92,21,92,37,0,0,0,0],[92,37,93,52,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20filteredDisplayItems33_8AE9E5F86C50F13FC3EA0611BD022572LL_07showAllF0SayAA15LocalStatusItemACLLVGAG_SbtFSbAFXEfU_","regions":[[93,25,93,52,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaF","regions":[[5,52,25,6,1,0,0,0],[18,25,20,10,5,0,0,0],[20,10,25,6,1,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaF0aB6AppKit0D5EventVSiXEfU_","regions":[[9,36,17,10,5,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSiyKXEfu_","regions":[[23,24,23,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSiyKXEfu0_","regions":[[23,40,23,41,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu1_","regions":[[24,24,24,44,1,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu1_SS0aB6AppKit0D5EventVcfu2_","regions":[[24,37,24,43,3,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu3_","regions":[[24,46,24,64,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013WordlistStoreC0V04userD9PreferredyyKF","regions":[[8,41,19,6,1,0,0,0],[14,128,19,6,1,0,0,0],[15,86,19,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013WordlistStoreC0V13parseContentsyyF","regions":[[22,26,31,6,1,0,0,0]]},{"branches":[],"count":57,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV11permissions10components9conflicts6health6helper9timestampAC0aB11Permissions16PermissionOracleC0F0V_AA15ComponentStatusVAA08ConflictQ0VAA06HealthQ0VAA06HelperQ0V10Foundation4DateVtcfC","regions":[[23,7,30,6,57,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvg","regions":[[35,30,38,6,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu_","regions":[[36,27,36,52,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu0_","regions":[[36,56,36,79,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu1_","regions":[[37,16,37,41,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu2_","regions":[[37,45,37,61,48,0,0,0]]},{"branches":[],"count":48,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV14blockingIssuesSayAA5IssueOGvg","regions":[[41,40,121,6,48,0,0,0],[45,12,45,31,48,0,0,0],[45,32,47,10,0,0,0,0],[47,19,47,36,48,0,0,0],[47,37,49,10,0,0,0,0],[52,12,52,50,48,0,0,0],[52,51,69,10,0,0,0,0],[53,16,53,58,0,0,0,0],[53,59,60,14,0,0,0,0],[61,16,61,60,0,0,0,0],[61,61,68,14,0,0,0,0],[71,12,71,49,48,0,0,0],[71,50,88,10,0,0,0,0],[72,16,72,57,0,0,0,0],[72,58,79,14,0,0,0,0],[80,16,80,59,0,0,0,0],[80,60,87,14,0,0,0,0],[91,45,93,10,0,0,0,0],[93,10,120,22,48,0,0,0],[96,12,96,45,48,0,0,0],[96,46,98,10,0,0,0,0],[99,12,99,48,48,0,0,0],[99,49,101,10,0,0,0,0],[103,12,103,42,48,0,0,0],[103,43,105,10,0,0,0,0],[106,12,106,41,48,0,0,0],[106,42,108,10,0,0,0,0],[111,12,111,29,48,0,0,0],[111,30,118,10,0,0,0,0],[112,16,112,37,0,0,0,0],[112,38,114,14,0,0,0,0],[115,16,115,46,0,0,0,0],[115,47,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV9allIssuesSayAA5IssueOGvg","regions":[[124,35,128,6,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV3ageSdvg","regions":[[131,34,133,6,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyF","regions":[[136,28,147,6,1,0,0,0],[143,12,143,22,1,0,0,0],[143,23,146,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyFSbyXEfu_","regions":[[139,13,139,23,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyFSSyXEfu0_","regions":[[140,13,140,109,0,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV21kanataBinaryInstalled015karabinerDriverI00J13DaemonRunning010vhidDeviceI00nO7Healthy06launchl8ServicesP00nrP00N15VersionMismatchACSb_S7btcfC","regions":[[173,7,182,6,74,0,0,0]]},{"branches":[],"count":205,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvg","regions":[[184,37,187,6,205,0,0,0]]},{"branches":[],"count":202,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu_","regions":[[185,34,185,58,202,0,0,0]]},{"branches":[],"count":202,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu0_","regions":[[185,62,185,84,202,0,0,0]]},{"branches":[],"count":199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu1_","regions":[[185,88,185,105,199,0,0,0]]},{"branches":[],"count":199,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu2_","regions":[[186,16,186,43,199,0,0,0]]},{"branches":[],"count":197,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu3_","regions":[[186,47,186,67,197,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV5emptyACvgZ","regions":[[190,46,201,6,3,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV9conflicts14canAutoResolveACSayAA06SystemE0OG_SbtcfC","regions":[[210,68,213,6,74,0,0,0]]},{"branches":[],"count":235,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV12hasConflictsSbvg","regions":[[215,35,215,57,235,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV13conflictCountSivg","regions":[[216,35,216,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV5emptyACvgZ","regions":[[219,45,221,6,0,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV13kanataRunning015karabinerDaemonH011vhidHealthyACSb_S2btcfC","regions":[[231,87,235,6,74,0,0,0]]},{"branches":[],"count":100,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvg","regions":[[238,32,240,6,100,0,0,0]]},{"branches":[],"count":100,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvgSbyKXEfu_","regions":[[239,26,239,48,100,0,0,0]]},{"branches":[],"count":100,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvgSbyKXEfu0_","regions":[[239,52,239,63,100,0,0,0]]},{"branches":[],"count":50,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV25backgroundServicesHealthySbvg","regions":[[243,48,245,6,50,0,0,0]]},{"branches":[],"count":34,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV25backgroundServicesHealthySbvgSbyKXEfu_","regions":[[244,35,244,46,34,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV5emptyACvgZ","regions":[[248,43,250,6,6,0,0,0]]},{"branches":[],"count":74,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV11isInstalled7version0G7WorkingACSb_SSSgSbtcfC","regions":[[260,71,264,6,74,0,0,0]]},{"branches":[],"count":360,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV7isReadySbvg","regions":[[266,30,266,58,360,0,0,0]]},{"branches":[],"count":353,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV7isReadySbvgSbyKXEfu_","regions":[[266,47,266,56,353,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV14displayVersionSSvg","regions":[[267,39,267,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV14displayVersionSSvgSSyKXEfu_","regions":[[267,52,267,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV5emptyACvgZ","regions":[[270,43,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO5titleSSvg","regions":[[285,30,311,6,0,0,0,0],[286,16,286,20,0,0,0,0],[287,9,288,52,0,0,0,0],[289,9,290,36,0,0,0,0],[291,9,292,32,0,0,0,0],[293,9,294,43,0,0,0,0],[295,9,296,34,0,0,0,0],[297,9,309,14,0,0,0,0],[298,20,298,28,0,0,0,0],[299,13,300,58,0,0,0,0],[301,13,302,57,0,0,0,0],[303,13,304,60,0,0,0,0],[305,13,306,67,0,0,0,0],[307,13,308,42,0,0,0,0],[310,10,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO10canAutoFixSbvg","regions":[[313,33,325,6,0,0,0,0],[314,16,314,20,0,0,0,0],[315,9,316,18,0,0,0,0],[317,9,321,20,0,0,0,0],[322,9,323,17,0,0,0,0],[324,10,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO6actionSSvg","regions":[[327,31,342,6,0,0,0,0],[328,16,328,20,0,0,0,0],[329,9,330,19,0,0,0,0],[331,9,332,33,0,0,0,0],[333,9,334,32,0,0,0,0],[335,9,336,38,0,0,0,0],[337,9,338,28,0,0,0,0],[339,9,340,44,0,0,0,0],[341,10,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO2idSSvg","regions":[[9,27,9,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO11displayNameSSvg","regions":[[24,36,39,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,40,0,0,0,0],[27,9,27,55,0,0,0,0],[28,9,28,60,0,0,0,0],[29,9,29,52,0,0,0,0],[30,9,30,61,0,0,0,0],[31,9,31,56,0,0,0,0],[32,9,32,60,0,0,0,0],[33,9,33,54,0,0,0,0],[34,9,34,64,0,0,0,0],[35,9,35,57,0,0,0,0],[36,9,36,54,0,0,0,0],[37,9,37,48,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO23accessibilityIdentifierSSvg","regions":[[42,48,57,6,3,0,0,0],[43,16,43,20,3,0,0,0],[44,9,44,34,1,0,0,0],[45,9,45,49,0,0,0,0],[46,9,46,37,1,0,0,0],[47,9,47,50,1,0,0,0],[48,9,48,45,0,0,0,0],[49,9,49,58,0,0,0,0],[50,9,50,52,0,0,0,0],[51,9,51,50,0,0,0,0],[52,9,52,57,0,0,0,0],[53,9,53,42,0,0,0,0],[54,9,54,45,0,0,0,0],[55,9,55,33,0,0,0,0],[56,10,57,6,3,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore19LaunchFailureStatusO12shortMessageSSvg","regions":[[98,37,110,6,9,0,0,0],[99,16,99,20,9,0,0,0],[100,9,102,65,4,0,0,0],[102,30,102,56,0,0,0,0],[102,59,102,65,4,0,0,0],[103,9,104,60,1,0,0,0],[104,30,104,51,0,0,0,0],[104,54,104,60,1,0,0,0],[105,9,106,62,3,0,0,0],[106,30,106,53,0,0,0,0],[106,56,106,62,3,0,0,0],[107,9,108,61,1,0,0,0],[108,30,108,52,0,0,0,0],[108,55,108,61,1,0,0,0],[109,10,110,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO10isConflictSbvg","regions":[[207,33,210,6,0,0,0,0],[208,34,208,49,0,0,0,0],[208,49,209,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO12isPermissionSbvg","regions":[[213,35,216,6,0,0,0,0],[214,36,214,51,0,0,0,0],[214,51,215,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO11isComponentSbvg","regions":[[219,34,222,6,0,0,0,0],[220,35,220,50,0,0,0,0],[220,50,221,21,0,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO8isDaemonSbvg","regions":[[225,31,228,6,2,0,0,0],[226,32,226,47,0,0,0,0],[226,47,227,21,2,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO13isVHIDRelatedSbvg","regions":[[231,36,244,6,0,0,0,0],[232,16,232,20,0,0,0,0],[233,9,240,14,0,0,0,0],[234,20,234,29,0,0,0,0],[235,13,237,21,0,0,0,0],[238,13,239,22,0,0,0,0],[241,9,242,18,0,0,0,0],[243,10,244,6,0,0,0,0]]},{"branches":[],"count":60,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV2id10Foundation4UUIDVvpfi","regions":[[249,21,249,27,60,0,0,0]]},{"branches":[],"count":60,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV10identifier8severity8category5title11description13autoFixAction04userM0AcA0E10IdentifierO_AC0E8SeverityOAC0E8CategoryOS2SAA04AutolM0OSgSSSgtcfC","regions":[[266,7,274,6,60,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV0E8SeverityO5color7SwiftUI5ColorVvg","regions":[[282,33,289,10,0,0,0,0],[283,20,283,24,0,0,0,0],[284,13,284,30,0,0,0,0],[285,13,285,35,0,0,0,0],[286,13,286,30,0,0,0,0],[287,13,287,36,0,0,0,0],[288,14,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV0E8SeverityO4iconSSvg","regions":[[291,33,298,10,0,0,0,0],[292,20,292,24,0,0,0,0],[293,13,293,38,0,0,0,0],[294,13,294,54,0,0,0,0],[295,13,295,40,0,0,0,0],[296,13,296,54,0,0,0,0],[297,14,298,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C15NavigationStateV11currentPage14availablePages15canNavigateNext0kL8Previous010shouldAutoL0AcA0cH0O_SayAJGS3btcfC","regions":[[322,7,328,6,1,0,0,0]]},{"branches":[],"count":14,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV5state6issues14autoFixActions18detectionTimestampAcA0ceF0O_SayAA0C5IssueVGSayAA04AutoK6ActionOG10Foundation4DateVtcfC","regions":[[343,7,348,6,14,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvg","regions":[[350,40,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvgSbAA0C5IssueVXEfU_","regions":[[351,25,351,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvgSbAA0C5IssueVXEfU_SbyKXEfu_","regions":[[351,55,351,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV10canAutoFixSbvg","regions":[[354,33,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore23ConflictDetectionResultV9conflicts14canAutoResolve11description16managedProcessesACSayAA06SystemE0OG_SbSSSay0aB15DaemonLifecycle07ProcessQ7ManagerC0R4InfoVGtcfC","regions":[[369,7,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore23ConflictDetectionResultV12hasConflictsSbvg","regions":[[376,35,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore21PermissionCheckResultV7missing7granted15needsUserActionACSayAA0E11RequirementOG_AISbtcfC","regions":[[389,7,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore21PermissionCheckResultV10allGrantedSbvg","regions":[[395,33,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore20ComponentCheckResultV7missing9installed14canAutoInstallACSayAA0E11RequirementOG_AISbtcfC","regions":[[408,7,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore20ComponentCheckResultV12allInstalledSbvg","regions":[[414,35,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB14MismatchResultV10mismatches14canAutoResolveACSayAA0ebF0VG_SbtcfC","regions":[[424,73,427,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB14MismatchResultV13hasMismatchesSbvg","regions":[[429,36,431,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB8MismatchV10processPID0G7Command06actualeB008expectedeB0ACs5Int32V_S3StcfC","regions":[[443,7,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyF","regions":[[505,36,528,6,0,0,0,0],[506,29,506,42,0,0,0,0],[506,42,528,6,0,0,0,0],[514,12,514,22,0,0,0,0],[514,23,518,10,0,0,0,0],[517,38,517,49,0,0,0,0],[517,52,517,83,0,0,0,0],[518,10,528,6,0,0,0,0],[523,12,523,25,0,0,0,0],[523,26,525,10,0,0,0,0],[525,16,527,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyF8truncateL__5limitS2S_SitACRszlF","regions":[[508,63,512,10,0,0,0,0],[509,16,509,32,0,0,0,0],[509,33,509,45,0,0,0,0],[509,45,511,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyFSSACXEfU_","regions":[[521,42,521,63,0,0,0,0]]}],"totals":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21744,"covered":8993,"percent":41.358535688005887},"instantiations":{"count":21806,"covered":9003,"percent":41.286801797670364},"lines":{"count":198344,"covered":51180,"percent":25.803654257250031},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43948,"covered":14213,"notcovered":29735,"percent":32.340493310275782}}}],"type":"llvm.coverage.json.export","version":"2.0.1"} \ No newline at end of file diff --git a/coverage/coverage-report.txt b/coverage/coverage-report.txt deleted file mode 100644 index 226773844..000000000 --- a/coverage/coverage-report.txt +++ /dev/null @@ -1,626 +0,0 @@ -Filename Regions Missed Regions Cover Functions Missed Functions Executed Lines Missed Lines Cover Branches Missed Branches Cover ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift 5 5 0.00% 3 3 0.00% 15 15 0.00% 0 0 - -.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift 9 1 88.89% 2 0 100.00% 17 3 82.35% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift 44 44 0.00% 10 10 0.00% 70 70 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift 20 20 0.00% 14 14 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift 42 42 0.00% 10 10 0.00% 114 114 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift 89 89 0.00% 30 30 0.00% 236 236 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift 64 64 0.00% 35 35 0.00% 240 240 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift 37 37 0.00% 22 22 0.00% 144 144 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift 46 46 0.00% 31 31 0.00% 322 322 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift 27 27 0.00% 24 24 0.00% 320 320 0.00% 0 0 - -Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift 45 45 0.00% 32 32 0.00% 568 568 0.00% 0 0 - -Sources/KeyPathAppKit/App.swift 204 204 0.00% 89 89 0.00% 1563 1563 0.00% 0 0 - -Sources/KeyPathAppKit/CLI/KeyPathCLI.swift 162 162 0.00% 22 22 0.00% 409 409 0.00% 0 0 - -Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift 5 5 0.00% 1 1 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Core/BlessDiagnostics.swift 35 35 0.00% 13 13 0.00% 124 124 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift 18 18 0.00% 8 8 0.00% 44 44 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift 17 17 0.00% 3 3 0.00% 20 20 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift 6 6 0.00% 4 4 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift 7 7 0.00% 2 2 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift 11 11 0.00% 2 2 0.00% 11 11 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/Logging.swift 31 31 0.00% 11 11 0.00% 50 50 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift 60 60 0.00% 22 22 0.00% 134 134 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift 36 36 0.00% 12 12 0.00% 135 135 0.00% 0 0 - -Sources/KeyPathAppKit/Core/Events/EventRouter.swift 53 53 0.00% 33 33 0.00% 183 183 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift 43 43 0.00% 9 9 0.00% 164 164 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+Installation.swift 70 70 0.00% 4 4 0.00% 177 177 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift 91 91 0.00% 49 49 0.00% 350 350 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager+Status.swift 114 114 0.00% 25 25 0.00% 357 357 0.00% 0 0 - -Sources/KeyPathAppKit/Core/HelperManager.swift 28 28 0.00% 11 11 0.00% 44 44 0.00% 0 0 - -Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift 305 305 0.00% 65 65 0.00% 742 742 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift 22 22 0.00% 2 2 0.00% 59 59 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift 74 74 0.00% 9 9 0.00% 239 239 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift 220 220 0.00% 72 72 0.00% 872 872 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift 80 80 0.00% 10 10 0.00% 198 198 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift 68 68 0.00% 18 18 0.00% 169 169 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift 19 19 0.00% 2 2 0.00% 36 36 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift 20 20 0.00% 6 6 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift 180 180 0.00% 40 40 0.00% 680 680 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift 3 3 0.00% 3 3 0.00% 32 32 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift 36 36 0.00% 16 16 0.00% 85 85 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift 48 48 0.00% 19 19 0.00% 182 182 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift 122 122 0.00% 17 17 0.00% 369 369 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift 26 26 0.00% 14 14 0.00% 134 134 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift 49 49 0.00% 10 10 0.00% 85 85 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift 40 40 0.00% 4 4 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift 25 25 0.00% 5 5 0.00% 61 61 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift 4 4 0.00% 1 1 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift 4 4 0.00% 4 4 0.00% 4 4 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift 92 92 0.00% 77 77 0.00% 1945 1945 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift 7 7 0.00% 5 5 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift 37 37 0.00% 14 14 0.00% 228 228 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift 109 109 0.00% 38 38 0.00% 535 535 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift 49 49 0.00% 5 5 0.00% 118 118 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift 38 38 0.00% 2 2 0.00% 74 74 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift 63 63 0.00% 8 8 0.00% 263 263 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift 160 160 0.00% 38 38 0.00% 557 557 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift 20 20 0.00% 20 20 0.00% 92 92 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift 193 193 0.00% 23 23 0.00% 534 534 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift 25 25 0.00% 8 8 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift 52 52 0.00% 11 11 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift 62 62 0.00% 12 12 0.00% 215 215 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift 47 47 0.00% 9 9 0.00% 176 176 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift 193 193 0.00% 46 46 0.00% 604 604 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift 87 87 0.00% 35 35 0.00% 424 424 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift 10 10 0.00% 5 5 0.00% 160 160 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift 37 37 0.00% 19 19 0.00% 59 59 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift 43 43 0.00% 14 14 0.00% 158 158 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift 244 244 0.00% 42 42 0.00% 763 763 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift 112 112 0.00% 25 25 0.00% 376 376 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift 28 28 0.00% 4 4 0.00% 48 48 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift 90 90 0.00% 8 8 0.00% 412 412 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift 81 81 0.00% 18 18 0.00% 272 272 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift 3 3 0.00% 3 3 0.00% 9 9 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift 215 215 0.00% 53 53 0.00% 855 855 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift 158 158 0.00% 49 49 0.00% 871 871 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift 23 23 0.00% 9 9 0.00% 78 78 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift 7 7 0.00% 5 5 0.00% 22 22 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift 7 7 0.00% 2 2 0.00% 34 34 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift 114 114 0.00% 26 26 0.00% 281 281 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift 3 3 0.00% 3 3 0.00% 5 5 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift 25 25 0.00% 12 12 0.00% 179 179 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift 58 58 0.00% 10 10 0.00% 156 156 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift 5 5 0.00% 2 2 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift 114 114 0.00% 52 52 0.00% 277 277 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift 95 95 0.00% 52 52 0.00% 300 300 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift 12 12 0.00% 7 7 0.00% 23 23 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift 23 23 0.00% 11 11 0.00% 100 100 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift 39 39 0.00% 28 28 0.00% 536 536 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift 7 7 0.00% 5 5 0.00% 38 38 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift 23 23 0.00% 10 10 0.00% 164 164 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift 29 29 0.00% 29 29 0.00% 776 776 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift 58 58 0.00% 17 17 0.00% 182 182 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift 24 24 0.00% 15 15 0.00% 141 141 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift 42 42 0.00% 25 25 0.00% 489 489 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift 51 51 0.00% 23 23 0.00% 359 359 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift 34 34 0.00% 19 19 0.00% 215 215 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift 5 5 0.00% 5 5 0.00% 55 55 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift 33 33 0.00% 18 18 0.00% 324 324 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift 255 255 0.00% 104 104 0.00% 1158 1158 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift 90 90 0.00% 30 30 0.00% 499 499 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift 7 7 0.00% 3 3 0.00% 17 17 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift 2 2 0.00% 2 2 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift 14 14 0.00% 2 2 0.00% 28 28 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift 41 41 0.00% 6 6 0.00% 66 66 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift 69 69 0.00% 23 23 0.00% 476 476 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift 61 61 0.00% 33 33 0.00% 387 387 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift 133 133 0.00% 52 52 0.00% 637 637 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift 100 100 0.00% 58 58 0.00% 507 507 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift 145 145 0.00% 63 63 0.00% 1522 1522 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift 190 190 0.00% 68 68 0.00% 1060 1060 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift 161 161 0.00% 62 62 0.00% 1394 1394 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift 119 119 0.00% 63 63 0.00% 963 963 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift 175 175 0.00% 82 82 0.00% 1015 1015 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift 158 158 0.00% 77 77 0.00% 1642 1642 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift 143 143 0.00% 53 53 0.00% 651 651 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift 106 106 0.00% 49 49 0.00% 703 703 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift 211 211 0.00% 57 57 0.00% 637 637 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift 217 217 0.00% 80 80 0.00% 1107 1107 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift 54 54 0.00% 28 28 0.00% 462 462 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift 141 141 0.00% 47 47 0.00% 747 747 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift 283 283 0.00% 112 112 0.00% 1307 1307 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift 74 74 0.00% 30 30 0.00% 310 310 0.00% 0 0 - -Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift 33 33 0.00% 15 15 0.00% 175 175 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift 90 90 0.00% 19 19 0.00% 332 332 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift 52 52 0.00% 17 17 0.00% 252 252 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/HelperMaintenance.swift 117 117 0.00% 29 29 0.00% 313 313 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift 43 43 0.00% 11 11 0.00% 134 134 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift 161 161 0.00% 36 36 0.00% 624 624 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift 28 28 0.00% 10 10 0.00% 87 87 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift 55 55 0.00% 12 12 0.00% 196 196 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift 55 55 0.00% 17 17 0.00% 171 171 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift 30 30 0.00% 28 28 0.00% 128 128 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift 20 20 0.00% 10 10 0.00% 93 93 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift 26 26 0.00% 7 7 0.00% 79 79 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift 58 58 0.00% 19 19 0.00% 152 152 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift 3 3 0.00% 3 3 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift 16 16 0.00% 7 7 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift 16 16 0.00% 5 5 0.00% 61 61 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift 24 24 0.00% 24 24 0.00% 75 75 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift 28 28 0.00% 13 13 0.00% 103 103 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift 10 10 0.00% 9 9 0.00% 54 54 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift 191 191 0.00% 114 114 0.00% 791 791 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/SaveCoordinator.swift 57 57 0.00% 29 29 0.00% 239 239 0.00% 0 0 - -Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift 84 84 0.00% 17 17 0.00% 233 233 0.00% 0 0 - -Sources/KeyPathAppKit/MenuBar/MenuBarController.swift 82 82 0.00% 38 38 0.00% 423 423 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ANSIPositionTable.swift 88 88 0.00% 3 3 0.00% 116 116 0.00% 0 0 - -Sources/KeyPathAppKit/Models/AppKeyMapping.swift 21 21 0.00% 15 15 0.00% 77 77 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ChordGroupConfig.swift 4 4 0.00% 4 4 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift 178 178 0.00% 70 70 0.00% 380 380 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift 2 2 0.00% 2 2 0.00% 14 14 0.00% 0 0 - -Sources/KeyPathAppKit/Models/CustomLayoutStore.swift 7 7 0.00% 3 3 0.00% 23 23 0.00% 0 0 - -Sources/KeyPathAppKit/Models/CustomRule.swift 36 36 0.00% 13 13 0.00% 75 75 0.00% 0 0 - -Sources/KeyPathAppKit/Models/CustomRuleValidator.swift 154 154 0.00% 35 35 0.00% 355 355 0.00% 0 0 - -Sources/KeyPathAppKit/Models/GMKColorway.swift 36 36 0.00% 14 14 0.00% 64 64 0.00% 0 0 - -Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift 16 16 0.00% 4 4 0.00% 26 26 0.00% 0 0 - -Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift 30 30 0.00% 11 11 0.00% 51 51 0.00% 0 0 - -Sources/KeyPathAppKit/Models/ISOPositionTable.swift 91 91 0.00% 3 3 0.00% 112 112 0.00% 0 0 - -Sources/KeyPathAppKit/Models/KanataUIState.swift 13 13 0.00% 2 2 0.00% 15 15 0.00% 0 0 - -Sources/KeyPathAppKit/Models/KeyMapping.swift 25 25 0.00% 7 7 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/Models/KeySequence.swift 110 110 0.00% 18 18 0.00% 194 194 0.00% 0 0 - -Sources/KeyPathAppKit/Models/KeyboardMetadata.swift 5 5 0.00% 5 5 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift 80 80 0.00% 1 1 0.00% 103 103 0.00% 0 0 - -Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift 1 1 0.00% 1 1 0.00% 5 5 0.00% 0 0 - -Sources/KeyPathAppKit/Models/LiveKeyboardState.swift 18 18 0.00% 13 13 0.00% 54 54 0.00% 0 0 - -Sources/KeyPathAppKit/Models/LogicalKeymap.swift 38 38 0.00% 15 15 0.00% 95 95 0.00% 0 0 - -Sources/KeyPathAppKit/Models/MappingBehavior.swift 76 76 0.00% 31 31 0.00% 178 178 0.00% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift 111 111 0.00% 29 29 0.00% 1363 1363 0.00% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayout.swift 23 23 0.00% 11 11 0.00% 125 125 0.00% 0 0 - -Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift 12 12 0.00% 8 8 0.00% 44 44 0.00% 0 0 - -Sources/KeyPathAppKit/Models/QMKLayoutParser.swift 40 40 0.00% 12 12 0.00% 111 111 0.00% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift 177 177 0.00% 48 48 0.00% 347 347 0.00% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift 27 27 0.00% 8 8 0.00% 124 124 0.00% 0 0 - -Sources/KeyPathAppKit/Models/RuleCollectionModels.swift 156 156 0.00% 39 39 0.00% 269 269 0.00% 0 0 - -Sources/KeyPathAppKit/Models/SequencesConfig.swift 46 46 0.00% 21 21 0.00% 123 123 0.00% 0 0 - -Sources/KeyPathAppKit/Models/SimpleModsModels.swift 4 4 0.00% 4 4 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/Models/SimulationModels.swift 90 90 0.00% 13 13 0.00% 145 145 0.00% 0 0 - -Sources/KeyPathAppKit/Models/VirtualKey.swift 74 74 0.00% 11 11 0.00% 150 150 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/AICostTracker.swift 18 18 0.00% 16 16 0.00% 80 80 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift 40 40 0.00% 12 12 0.00% 116 116 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift 22 22 0.00% 5 5 0.00% 127 127 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift 47 47 0.00% 11 11 0.00% 123 123 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift 2 2 0.00% 2 2 0.00% 5 5 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ActionDispatcher.swift 234 234 0.00% 50 50 0.00% 930 930 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AppConfigGenerator.swift 91 91 0.00% 27 27 0.00% 322 322 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AppContextService.swift 50 50 0.00% 24 24 0.00% 167 167 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AppIconResolver.swift 64 64 0.00% 11 11 0.00% 149 149 0.00% 0 0 - -Sources/KeyPathAppKit/Services/AppKeymapStore.swift 45 45 0.00% 21 21 0.00% 151 151 0.00% 0 0 - -Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift 217 217 0.00% 44 44 0.00% 523 523 0.00% 0 0 - -Sources/KeyPathAppKit/Services/CGSPrivate.swift 76 76 0.00% 21 21 0.00% 208 208 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ConfigBackupManager.swift 71 71 0.00% 18 18 0.00% 209 209 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift 139 139 0.00% 51 51 0.00% 522 522 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift 42 42 0.00% 15 15 0.00% 140 140 0.00% 0 0 - -Sources/KeyPathAppKit/Services/CustomRulesStore.swift 18 18 0.00% 5 5 0.00% 51 51 0.00% 0 0 - -Sources/KeyPathAppKit/Services/DiagnosticsService.swift 133 133 0.00% 34 34 0.00% 593 593 0.00% 0 0 - -Sources/KeyPathAppKit/Services/EventTapController.swift 20 20 0.00% 8 8 0.00% 63 63 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ExternalKanataService.swift 44 44 0.00% 9 9 0.00% 127 127 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FaviconFetcher.swift 125 125 0.00% 40 40 0.00% 393 393 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FaviconLoader.swift 41 41 0.00% 14 14 0.00% 108 108 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FeatureTipManager.swift 42 42 0.00% 21 21 0.00% 96 96 0.00% 0 0 - -Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift 20 20 0.00% 8 8 0.00% 53 53 0.00% 0 0 - -Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift 42 42 0.00% 18 18 0.00% 146 146 0.00% 0 0 - -Sources/KeyPathAppKit/Services/IconResolverService.swift 59 59 0.00% 19 19 0.00% 157 157 0.00% 0 0 - -Sources/KeyPathAppKit/Services/InputSourceDetector.swift 59 59 0.00% 19 19 0.00% 143 143 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift 77 77 0.00% 13 13 0.00% 310 310 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift 80 80 0.00% 13 13 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift 117 117 0.00% 46 46 0.00% 338 338 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataEventListener.swift 203 203 0.00% 48 48 0.00% 641 641 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataService.swift 174 174 0.00% 42 42 0.00% 445 445 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift 61 61 0.00% 12 12 0.00% 308 308 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift 118 118 0.00% 27 27 0.00% 428 428 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift 54 54 0.00% 9 9 0.00% 130 130 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift 19 19 0.00% 7 7 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift 95 95 0.00% 20 20 0.00% 611 611 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KanataTCPClient.swift 45 45 0.00% 20 20 0.00% 76 76 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KarabinerConflictService.swift 117 117 0.00% 39 39 0.00% 712 712 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift 28 28 0.00% 6 6 0.00% 113 113 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift 25 25 0.00% 6 6 0.00% 107 107 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardCapture.swift 233 233 0.00% 64 64 0.00% 853 853 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift 30 30 0.00% 6 6 0.00% 80 80 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeychainService.swift 58 58 0.00% 26 26 0.00% 208 208 0.00% 0 0 - -Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift 26 26 0.00% 4 4 0.00% 86 86 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerInfo.swift 32 32 0.00% 4 4 0.00% 78 78 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift 15 15 0.00% 2 2 0.00% 41 41 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift 59 59 0.00% 12 12 0.00% 119 119 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift 130 130 0.00% 8 8 0.00% 169 169 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift 172 172 0.00% 31 31 0.00% 510 510 0.00% 0 0 - -Sources/KeyPathAppKit/Services/LayerKeyMapper.swift 44 44 0.00% 19 19 0.00% 255 255 0.00% 0 0 - -Sources/KeyPathAppKit/Services/MainAppStateController.swift 177 177 0.00% 40 40 0.00% 686 686 0.00% 0 0 - -Sources/KeyPathAppKit/Services/OrphanDetector.swift 69 69 0.00% 17 17 0.00% 240 240 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PermissionGate.swift 75 75 0.00% 10 10 0.00% 166 166 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PermissionRequestService.swift 33 33 0.00% 11 11 0.00% 79 79 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PermissionService.swift 11 11 0.00% 10 10 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathAppKit/Services/PreferencesService.swift 20 20 0.00% 16 16 0.00% 81 81 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ProcessKiller.swift 8 8 0.00% 1 1 0.00% 18 18 0.00% 0 0 - -Sources/KeyPathAppKit/Services/QMKImportService.swift 75 75 0.00% 15 15 0.00% 218 218 0.00% 0 0 - -Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift 76 76 0.00% 31 31 0.00% 285 285 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RecentKeypressesService.swift 68 68 0.00% 30 30 0.00% 208 208 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift 56 56 0.00% 19 19 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift 43 43 0.00% 27 27 0.00% 781 781 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionStore.swift 19 19 0.00% 8 8 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift 20 20 0.00% 6 6 0.00% 84 84 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift 45 45 0.00% 10 10 0.00% 69 69 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift 5 5 0.00% 1 1 0.00% 8 8 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift 40 40 0.00% 24 24 0.00% 369 369 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift 3 3 0.00% 1 1 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift 23 23 0.00% 8 8 0.00% 95 95 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift 39 39 0.00% 12 12 0.00% 127 127 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift 199 199 0.00% 77 77 0.00% 695 695 0.00% 0 0 - -Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift 14 14 0.00% 10 10 0.00% 27 27 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift 4 4 0.00% 1 1 0.00% 18 18 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift 4 4 0.00% 2 2 0.00% 24 24 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ScriptSecurityService.swift 40 40 0.00% 24 24 0.00% 102 102 0.00% 0 0 - -Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift 100 100 0.00% 40 40 0.00% 335 335 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift 10 10 0.00% 6 6 0.00% 102 102 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsParser.swift 86 86 0.00% 26 26 0.00% 238 238 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsService.swift 80 80 0.00% 29 29 0.00% 330 330 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimpleModsWriter.swift 65 65 0.00% 9 9 0.00% 162 162 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SimulatorService.swift 50 50 0.00% 13 13 0.00% 181 181 0.00% 0 0 - -Sources/KeyPathAppKit/Services/StartupCoordinator.swift 22 22 0.00% 12 12 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/Services/StatePublisherService.swift 14 14 0.00% 8 8 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift 81 81 0.00% 33 33 0.00% 227 227 0.00% 0 0 - -Sources/KeyPathAppKit/Services/SystemValidator.swift 88 88 0.00% 42 42 0.00% 732 732 0.00% 0 0 - -Sources/KeyPathAppKit/Services/TCPEngineClient.swift 9 9 0.00% 4 4 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/Services/TypingSoundsManager.swift 66 66 0.00% 24 24 0.00% 196 196 0.00% 0 0 - -Sources/KeyPathAppKit/Services/URLMappingFormatter.swift 14 14 0.00% 6 6 0.00% 29 29 0.00% 0 0 - -Sources/KeyPathAppKit/Services/UpdateService.swift 31 31 0.00% 20 20 0.00% 149 149 0.00% 0 0 - -Sources/KeyPathAppKit/Services/UserFeedbackService.swift 1 1 0.00% 1 1 0.00% 7 7 0.00% 0 0 - -Sources/KeyPathAppKit/Services/UserNotificationService.swift 63 63 0.00% 21 21 0.00% 218 218 0.00% 0 0 - -Sources/KeyPathAppKit/Services/WindowManager.swift 159 159 0.00% 40 40 0.00% 482 482 0.00% 0 0 - -Sources/KeyPathAppKit/Services/WordlistStore.swift 16 16 0.00% 12 12 0.00% 46 46 0.00% 0 0 - -Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift 67 67 0.00% 48 48 0.00% 566 566 0.00% 0 0 - -Sources/KeyPathAppKit/UI/AboutView.swift 44 44 0.00% 30 30 0.00% 677 677 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift 2 2 0.00% 2 2 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift 25 25 0.00% 8 8 0.00% 114 114 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift 134 134 0.00% 39 39 0.00% 592 592 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift 2 2 0.00% 2 2 0.00% 33 33 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift 7 7 0.00% 7 7 0.00% 46 46 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift 86 86 0.00% 43 43 0.00% 515 515 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Recording.swift 84 84 0.00% 25 25 0.00% 238 238 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView+Subviews.swift 74 74 0.00% 43 43 0.00% 819 819 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView.swift 176 176 0.00% 127 127 0.00% 937 937 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift 9 9 0.00% 6 6 0.00% 174 174 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift 16 16 0.00% 10 10 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift 22 22 0.00% 8 8 0.00% 257 257 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift 9 9 0.00% 3 3 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift 33 33 0.00% 13 13 0.00% 336 336 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift 56 56 0.00% 30 30 0.00% 159 159 0.00% 0 0 - -Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift 43 43 0.00% 19 19 0.00% 796 796 0.00% 0 0 - -Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift 19 19 0.00% 12 12 0.00% 296 296 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift 231 231 0.00% 115 115 0.00% 1295 1295 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift 75 75 0.00% 57 57 0.00% 148 148 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift 21 21 0.00% 13 13 0.00% 119 119 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift 18 18 0.00% 5 5 0.00% 54 54 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift 23 23 0.00% 13 13 0.00% 56 56 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift 250 250 0.00% 105 105 0.00% 1018 1018 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift 253 253 0.00% 132 132 0.00% 2005 2005 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift 87 87 0.00% 49 49 0.00% 847 847 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperView.swift 63 63 0.00% 46 46 0.00% 497 497 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift 3 3 0.00% 3 3 0.00% 9 9 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift 33 33 0.00% 4 4 0.00% 105 105 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift 267 267 0.00% 59 59 0.00% 1068 1068 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift 7 7 0.00% 3 3 0.00% 19 19 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift 74 74 0.00% 27 27 0.00% 348 348 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift 24 24 0.00% 11 11 0.00% 109 109 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift 64 64 0.00% 11 11 0.00% 81 81 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift 22 22 0.00% 6 6 0.00% 58 58 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift 156 156 0.00% 90 90 0.00% 432 432 0.00% 0 0 - -Sources/KeyPathAppKit/UI/FunctionKeysView.swift 73 73 0.00% 41 41 0.00% 405 405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift 18 18 0.00% 5 5 0.00% 86 86 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift 16 16 0.00% 9 9 0.00% 45 45 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift 33 33 0.00% 5 5 0.00% 103 103 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift 13 13 0.00% 5 5 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift 16 16 0.00% 9 9 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift 128 128 0.00% 29 29 0.00% 545 545 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift 13 13 0.00% 8 8 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift 235 235 0.00% 65 65 0.00% 743 743 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift 4 4 0.00% 4 4 0.00% 68 68 0.00% 0 0 - -Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift 38 38 0.00% 38 38 0.00% 38 38 0.00% 0 0 - -Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift 26 26 0.00% 15 15 0.00% 153 153 0.00% 0 0 - -Sources/KeyPathAppKit/UI/MainWindowController.swift 41 41 0.00% 16 16 0.00% 197 197 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift 75 75 0.00% 42 42 0.00% 594 594 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift 103 103 0.00% 35 35 0.00% 355 355 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift 32 32 0.00% 20 20 0.00% 209 209 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift 55 55 0.00% 33 33 0.00% 299 299 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift 2 2 0.00% 2 2 0.00% 4 4 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift 219 219 0.00% 113 113 0.00% 1479 1479 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift 113 113 0.00% 10 10 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift 130 130 0.00% 39 39 0.00% 460 460 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift 305 305 0.00% 135 135 0.00% 1201 1201 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift 46 46 0.00% 26 26 0.00% 111 111 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift 244 244 0.00% 114 114 0.00% 1490 1490 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift 71 71 0.00% 42 42 0.00% 353 353 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift 345 345 0.00% 156 156 0.00% 1680 1680 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift 20 20 0.00% 13 13 0.00% 145 145 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift 43 43 0.00% 19 19 0.00% 158 158 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift 313 313 0.00% 145 145 0.00% 1238 1238 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift 15 15 0.00% 6 6 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift 28 28 0.00% 25 25 0.00% 428 428 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift 15 15 0.00% 15 15 0.00% 273 273 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift 80 80 0.00% 51 51 0.00% 755 755 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift 8 8 0.00% 8 8 0.00% 59 59 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift 13 13 0.00% 2 2 0.00% 34 34 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift 21 21 0.00% 15 15 0.00% 90 90 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift 256 256 0.00% 103 103 0.00% 829 829 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift 9 9 0.00% 1 1 0.00% 21 21 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift 120 120 0.00% 19 19 0.00% 390 390 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift 12 12 0.00% 4 4 0.00% 40 40 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift 237 237 0.00% 64 64 0.00% 814 814 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift 247 247 0.00% 64 64 0.00% 813 813 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift 5 5 0.00% 3 3 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift 68 68 0.00% 27 27 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift 88 88 0.00% 18 18 0.00% 76 76 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift 133 133 0.00% 54 54 0.00% 205 205 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift 292 292 0.00% 146 146 0.00% 1602 1602 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift 4 4 0.00% 2 2 0.00% 10 10 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift 118 118 0.00% 63 63 0.00% 677 677 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift 27 27 0.00% 9 9 0.00% 48 48 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift 61 61 0.00% 23 23 0.00% 329 329 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift 49 49 0.00% 26 26 0.00% 345 345 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift 88 88 0.00% 39 39 0.00% 568 568 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift 22 22 0.00% 7 7 0.00% 84 84 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift 7 7 0.00% 3 3 0.00% 15 15 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift 104 104 0.00% 38 38 0.00% 1062 1062 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift 191 191 0.00% 113 113 0.00% 1478 1478 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift 2 2 0.00% 2 2 0.00% 19 19 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift 5 5 0.00% 3 3 0.00% 24 24 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift 13 13 0.00% 4 4 0.00% 39 39 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift 43 43 0.00% 10 10 0.00% 87 87 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift 4 4 0.00% 2 2 0.00% 30 30 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift 125 125 0.00% 42 42 0.00% 1053 1053 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift 113 113 0.00% 51 51 0.00% 677 677 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift 18 18 0.00% 15 15 0.00% 186 186 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift 26 26 0.00% 13 13 0.00% 130 130 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift 62 62 0.00% 22 22 0.00% 409 409 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift 120 120 0.00% 44 44 0.00% 485 485 0.00% 0 0 - -Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift 6 6 0.00% 4 4 0.00% 57 57 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift 1 1 0.00% 1 1 0.00% 3 3 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift 2 2 0.00% 2 2 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RecentKeypressesView.swift 55 55 0.00% 21 21 0.00% 405 405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RecordingCoordinator.swift 236 236 0.00% 91 91 0.00% 1136 1136 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RootView.swift 12 12 0.00% 8 8 0.00% 76 76 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift 118 118 0.00% 59 59 0.00% 728 728 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift 39 39 0.00% 21 21 0.00% 332 332 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift 184 184 0.00% 97 97 0.00% 1501 1501 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift 108 108 0.00% 68 68 0.00% 925 925 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift 161 161 0.00% 108 108 0.00% 2219 2219 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift 63 63 0.00% 37 37 0.00% 803 803 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift 64 64 0.00% 42 42 0.00% 567 567 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift 102 102 0.00% 48 48 0.00% 1020 1020 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift 78 78 0.00% 47 47 0.00% 365 365 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift 67 67 0.00% 30 30 0.00% 383 383 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift 114 114 0.00% 75 75 0.00% 1470 1470 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift 118 118 0.00% 78 78 0.00% 2077 2077 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift 114 114 0.00% 71 71 0.00% 1405 1405 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift 132 132 0.00% 78 78 0.00% 2089 2089 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift 237 237 0.00% 99 99 0.00% 1377 1377 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift 93 93 0.00% 53 53 0.00% 582 582 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift 44 44 0.00% 34 34 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift 65 65 0.00% 24 24 0.00% 273 273 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift 12 12 0.00% 8 8 0.00% 38 38 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift 55 55 0.00% 23 23 0.00% 189 189 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift 70 70 0.00% 54 54 0.00% 829 829 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift 9 9 0.00% 9 9 0.00% 87 87 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift 113 113 0.00% 70 70 0.00% 1088 1088 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift 66 66 0.00% 41 41 0.00% 641 641 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift 18 18 0.00% 16 16 0.00% 321 321 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift 124 124 0.00% 94 94 0.00% 1287 1287 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift 194 194 0.00% 97 97 0.00% 1604 1604 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift 71 71 0.00% 34 34 0.00% 516 516 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift 39 39 0.00% 16 16 0.00% 108 108 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift 145 145 0.00% 90 90 0.00% 1347 1347 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift 88 88 0.00% 27 27 0.00% 611 611 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift 69 69 0.00% 29 29 0.00% 412 412 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift 243 243 0.00% 134 134 0.00% 1881 1881 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift 155 155 0.00% 60 60 0.00% 683 683 0.00% 0 0 - -Sources/KeyPathAppKit/UI/RulesSummaryView.swift 310 310 0.00% 186 186 0.00% 1481 1481 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift 47 47 0.00% 47 47 0.00% 561 561 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift 80 80 0.00% 48 48 0.00% 549 549 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsContainerView.swift 229 229 0.00% 133 133 0.00% 1598 1598 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift 39 39 0.00% 23 23 0.00% 305 305 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift 94 94 0.00% 51 51 0.00% 752 752 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+General.swift 73 73 0.00% 56 56 0.00% 1338 1338 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift 47 47 0.00% 32 32 0.00% 501 501 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift 62 62 0.00% 19 19 0.00% 268 268 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SettingsView.swift 272 272 0.00% 125 125 0.00% 1615 1615 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SetupBanner.swift 11 11 0.00% 8 8 0.00% 130 130 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SimpleLogViewer.swift 40 40 0.00% 23 23 0.00% 319 319 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SimpleModsView.swift 218 218 0.00% 116 116 0.00% 1715 1715 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift 30 30 0.00% 16 16 0.00% 172 172 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift 54 54 0.00% 34 34 0.00% 429 429 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift 13 13 0.00% 13 13 0.00% 115 115 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift 108 108 0.00% 34 34 0.00% 244 244 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift 33 33 0.00% 28 28 0.00% 320 320 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift 148 148 0.00% 29 29 0.00% 277 277 0.00% 0 0 - -Sources/KeyPathAppKit/UI/SplashView.swift 4 4 0.00% 2 2 0.00% 71 71 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift 97 97 0.00% 24 24 0.00% 358 358 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift 15 15 0.00% 6 6 0.00% 33 33 0.00% 0 0 - -Sources/KeyPathAppKit/UI/Style/AppGlass.swift 43 43 0.00% 33 33 0.00% 161 161 0.00% 0 0 - -Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift 38 38 0.00% 18 18 0.00% 208 208 0.00% 0 0 - -Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift 133 133 0.00% 74 74 0.00% 380 380 0.00% 0 0 - -Sources/KeyPathAppKit/UI/WhatsNewView.swift 25 25 0.00% 20 20 0.00% 245 245 0.00% 0 0 - -Sources/KeyPathAppKit/UI/WindowSnappingView.swift 186 186 0.00% 80 80 0.00% 961 961 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift 3 3 0.00% 3 3 0.00% 13 13 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/AppRestarter.swift 13 13 0.00% 6 6 0.00% 69 69 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/BuildInfo.swift 27 27 0.00% 11 11 0.00% 84 84 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/DependencyInjection.swift 10 10 0.00% 10 10 0.00% 12 12 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/FeatureFlags.swift 61 61 0.00% 26 26 0.00% 113 113 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift 44 44 0.00% 10 10 0.00% 80 80 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift 13 13 0.00% 11 11 0.00% 48 48 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift 39 39 0.00% 9 9 0.00% 148 148 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/SoundManager.swift 40 40 0.00% 11 11 0.00% 86 86 0.00% 0 0 - -Sources/KeyPathAppKit/Utilities/SoundPlayer.swift 12 12 0.00% 8 8 0.00% 52 52 0.00% 0 0 - -Sources/KeyPathCore/Config/KanataDefseqParser.swift 57 57 0.00% 20 20 0.00% 147 147 0.00% 0 0 - -Sources/KeyPathCore/FeatureFlags.swift 23 23 0.00% 11 11 0.00% 43 43 0.00% 0 0 - -Sources/KeyPathCore/KeyPathConstants.swift 2 2 0.00% 2 2 0.00% 6 6 0.00% 0 0 - -Sources/KeyPathCore/KeyPathError.swift 144 144 0.00% 22 22 0.00% 283 283 0.00% 0 0 - -Sources/KeyPathCore/Logger.swift 130 89 31.54% 46 25 45.65% 363 232 36.09% 0 0 - -Sources/KeyPathCore/PrivilegedCommandRunner.swift 37 37 0.00% 19 19 0.00% 143 143 0.00% 0 0 - -Sources/KeyPathCore/SubprocessRunner.swift 55 55 0.00% 23 23 0.00% 357 357 0.00% 0 0 - -Sources/KeyPathCore/TestEnvironment.swift 76 73 3.95% 20 19 5.00% 234 228 2.56% 0 0 - -Sources/KeyPathCore/WizardSystemPaths.swift 141 141 0.00% 52 52 0.00% 343 343 0.00% 0 0 - -Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift 69 69 0.00% 21 21 0.00% 239 239 0.00% 0 0 - -Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift 58 58 0.00% 21 21 0.00% 220 220 0.00% 0 0 - -Sources/KeyPathDaemonLifecycle/PIDFileManager.swift 38 38 0.00% 11 11 0.00% 107 107 0.00% 0 0 - -Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift 88 88 0.00% 34 34 0.00% 275 275 0.00% 0 0 - -Sources/KeyPathPermissions/PermissionOracle.swift 158 111 29.75% 43 25 41.86% 573 452 21.12% 0 0 - -Sources/KeyPathWizardCore/SystemSnapshot.swift 101 101 0.00% 40 40 0.00% 244 244 0.00% 0 0 - -Sources/KeyPathWizardCore/WizardTypes.swift 113 113 0.00% 31 31 0.00% 191 191 0.00% 0 0 - -Tests/KeyPathTests/AIConfigGenerationTests.swift 108 108 0.00% 100 100 0.00% 329 329 0.00% 0 0 - -Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift 92 92 0.00% 92 92 0.00% 349 349 0.00% 0 0 - -Tests/KeyPathTests/AppContext/AppContextServiceTests.swift 72 72 0.00% 57 57 0.00% 286 286 0.00% 0 0 - -Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift 68 68 0.00% 66 66 0.00% 212 212 0.00% 0 0 - -Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift 80 80 0.00% 61 61 0.00% 284 284 0.00% 0 0 - -Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift 78 78 0.00% 66 66 0.00% 272 272 0.00% 0 0 - -Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift 19 18 5.26% 15 14 6.67% 76 75 1.32% 0 0 - -Tests/KeyPathTests/CLI/KeyPathCLITests.swift 40 40 0.00% 34 34 0.00% 133 133 0.00% 0 0 - -Tests/KeyPathTests/Config/KanataDefseqParserTests.swift 137 137 0.00% 137 137 0.00% 356 356 0.00% 0 0 - -Tests/KeyPathTests/ConfigApplyTypesTests.swift 19 19 0.00% 19 19 0.00% 50 50 0.00% 0 0 - -Tests/KeyPathTests/ContentViewDebounceTests.swift 38 38 0.00% 32 32 0.00% 190 190 0.00% 0 0 - -Tests/KeyPathTests/Core/HelperManagerTests.swift 14 14 0.00% 10 10 0.00% 41 41 0.00% 0 0 - -Tests/KeyPathTests/Core/KeyPathErrorTests.swift 25 25 0.00% 25 25 0.00% 266 266 0.00% 0 0 - -Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift 24 24 0.00% 17 17 0.00% 69 69 0.00% 0 0 - -Tests/KeyPathTests/Core/SubprocessRunnerTests.swift 102 102 0.00% 55 55 0.00% 261 261 0.00% 0 0 - -Tests/KeyPathTests/ErrorHandlingTests.swift 204 204 0.00% 153 153 0.00% 642 642 0.00% 0 0 - -Tests/KeyPathTests/FDADetectionTests.swift 50 50 0.00% 36 36 0.00% 182 182 0.00% 0 0 - -Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift 67 67 0.00% 63 63 0.00% 461 461 0.00% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift 45 45 0.00% 17 17 0.00% 233 233 0.00% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift 26 26 0.00% 26 26 0.00% 307 307 0.00% 0 0 - -Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift 8 8 0.00% 8 8 0.00% 117 117 0.00% 0 0 - -Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift 11 11 0.00% 9 9 0.00% 45 45 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift 28 28 0.00% 20 20 0.00% 54 54 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift 36 36 0.00% 33 33 0.00% 67 67 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift 16 16 0.00% 16 16 0.00% 64 64 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift 50 50 0.00% 48 48 0.00% 145 145 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift 12 12 0.00% 8 8 0.00% 49 49 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift 23 23 0.00% 23 23 0.00% 64 64 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift 22 22 0.00% 20 20 0.00% 96 96 0.00% 0 0 - -Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift 285 285 0.00% 248 248 0.00% 697 697 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift 28 28 0.00% 22 22 0.00% 207 207 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift 19 19 0.00% 19 19 0.00% 79 79 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift 17 17 0.00% 13 13 0.00% 68 68 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift 18 18 0.00% 16 16 0.00% 84 84 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift 8 8 0.00% 8 8 0.00% 46 46 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift 16 16 0.00% 12 12 0.00% 71 71 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift 9 9 0.00% 9 9 0.00% 54 54 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift 78 78 0.00% 76 76 0.00% 260 260 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift 7 7 0.00% 7 7 0.00% 58 58 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift 11 11 0.00% 11 11 0.00% 22 22 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift 11 11 0.00% 11 11 0.00% 43 43 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift 18 18 0.00% 15 15 0.00% 83 83 0.00% 0 0 - -Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift 9 9 0.00% 7 7 0.00% 35 35 0.00% 0 0 - -Tests/KeyPathTests/IntegrationTestSuite.swift 122 121 0.82% 63 62 1.59% 408 407 0.25% 0 0 - -Tests/KeyPathTests/JapaneseInputModeTests.swift 53 53 0.00% 53 53 0.00% 127 127 0.00% 0 0 - -Tests/KeyPathTests/KeyPathTestCase.swift 8 8 0.00% 6 6 0.00% 21 21 0.00% 0 0 - -Tests/KeyPathTests/KeyPathTests.swift 296 296 0.00% 233 233 0.00% 847 847 0.00% 0 0 - -Tests/KeyPathTests/KeyboardCaptureTests.swift 189 188 0.53% 151 150 0.66% 671 670 0.15% 0 0 - -Tests/KeyPathTests/KeymapMappingGeneratorTests.swift 116 116 0.00% 104 104 0.00% 296 296 0.00% 0 0 - -Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift 66 66 0.00% 66 66 0.00% 295 295 0.00% 0 0 - -Tests/KeyPathTests/Lint/FacadeLintTests.swift 21 21 0.00% 4 4 0.00% 56 56 0.00% 0 0 - -Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift 7 7 0.00% 5 5 0.00% 43 43 0.00% 0 0 - -Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift 28 28 0.00% 10 10 0.00% 113 113 0.00% 0 0 - -Tests/KeyPathTests/MainAppStateControllerTests.swift 10 10 0.00% 10 10 0.00% 118 118 0.00% 0 0 - -Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift 51 51 0.00% 49 49 0.00% 206 206 0.00% 0 0 - -Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift 46 46 0.00% 30 30 0.00% 114 114 0.00% 0 0 - -Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift 53 53 0.00% 44 44 0.00% 195 195 0.00% 0 0 - -Tests/KeyPathTests/MapperViewModelDefaultsTests.swift 23 23 0.00% 23 23 0.00% 72 72 0.00% 0 0 - -Tests/KeyPathTests/MapperViewModelKeyClickTests.swift 81 81 0.00% 81 81 0.00% 272 272 0.00% 0 0 - -Tests/KeyPathTests/MockSystemEnvironment.swift 87 87 0.00% 46 46 0.00% 285 285 0.00% 0 0 - -Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift 185 185 0.00% 175 175 0.00% 431 431 0.00% 0 0 - -Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift 193 193 0.00% 181 181 0.00% 603 603 0.00% 0 0 - -Tests/KeyPathTests/Models/MappingBehaviorTests.swift 78 78 0.00% 35 35 0.00% 379 379 0.00% 0 0 - -Tests/KeyPathTests/Models/PhysicalLayoutTests.swift 52 52 0.00% 52 52 0.00% 214 214 0.00% 0 0 - -Tests/KeyPathTests/Models/QMKLayoutParserTests.swift 48 48 0.00% 43 43 0.00% 297 297 0.00% 0 0 - -Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift 49 49 0.00% 44 44 0.00% 135 135 0.00% 0 0 - -Tests/KeyPathTests/Models/SequencesConfigTests.swift 141 141 0.00% 133 133 0.00% 326 326 0.00% 0 0 - -Tests/KeyPathTests/Models/VirtualKeyParserTests.swift 14 14 0.00% 14 14 0.00% 180 180 0.00% 0 0 - -Tests/KeyPathTests/PackageManagerTests.swift 197 197 0.00% 166 166 0.00% 507 507 0.00% 0 0 - -Tests/KeyPathTests/PermissionOracleFastModeTests.swift 12 12 0.00% 12 12 0.00% 29 29 0.00% 0 0 - -Tests/KeyPathTests/PermissionOracleXCTests.swift 12 12 0.00% 12 12 0.00% 29 29 0.00% 0 0 - -Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift 70 70 0.00% 47 47 0.00% 216 216 0.00% 0 0 - -Tests/KeyPathTests/ProcessLifecycleManagerTests.swift 35 35 0.00% 19 19 0.00% 83 83 0.00% 0 0 - -Tests/KeyPathTests/RecordingCoordinatorTests.swift 51 50 1.96% 42 41 2.38% 154 153 0.65% 0 0 - -Tests/KeyPathTests/RemapOutputSuppressionTests.swift 50 50 0.00% 45 45 0.00% 224 224 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift 168 168 0.00% 157 157 0.00% 435 435 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift 13 13 0.00% 9 9 0.00% 44 44 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift 12 12 0.00% 12 12 0.00% 22 22 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift 9 9 0.00% 4 4 0.00% 67 67 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift 227 227 0.00% 206 206 0.00% 552 552 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift 51 51 0.00% 51 51 0.00% 281 281 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift 41 41 0.00% 31 31 0.00% 138 138 0.00% 0 0 - -Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift 202 202 0.00% 186 186 0.00% 663 663 0.00% 0 0 - -Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift 17 17 0.00% 15 15 0.00% 51 51 0.00% 0 0 - -Tests/KeyPathTests/RuntimeCoordinatorTests.swift 43 43 0.00% 42 42 0.00% 116 116 0.00% 0 0 - -Tests/KeyPathTests/Services/ActionDispatcherTests.swift 72 72 0.00% 49 49 0.00% 430 430 0.00% 0 0 - -Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift 8 8 0.00% 4 4 0.00% 28 28 0.00% 0 0 - -Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift 86 86 0.00% 79 79 0.00% 287 287 0.00% 0 0 - -Tests/KeyPathTests/Services/ConfigurationServiceTests.swift 618 618 0.00% 547 547 0.00% 1839 1839 0.00% 0 0 - -Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift 157 157 0.00% 155 155 0.00% 356 356 0.00% 0 0 - -Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift 21 21 0.00% 20 20 0.00% 66 66 0.00% 0 0 - -Tests/KeyPathTests/Services/IconResolverServiceTests.swift 49 49 0.00% 47 47 0.00% 98 98 0.00% 0 0 - -Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift 28 28 0.00% 26 26 0.00% 63 63 0.00% 0 0 - -Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift 61 61 0.00% 37 37 0.00% 205 205 0.00% 0 0 - -Tests/KeyPathTests/Services/KanataEventListenerTests.swift 57 57 0.00% 55 55 0.00% 175 175 0.00% 0 0 - -Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift 58 58 0.00% 39 39 0.00% 181 181 0.00% 0 0 - -Tests/KeyPathTests/Services/KeychainServiceTests.swift 11 11 0.00% 10 10 0.00% 33 33 0.00% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift 71 68 4.23% 51 48 5.88% 330 327 0.91% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift 27 27 0.00% 22 22 0.00% 54 54 0.00% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift 6 6 0.00% 4 4 0.00% 21 21 0.00% 0 0 - -Tests/KeyPathTests/Services/LayerKeyMapperTests.swift 82 82 0.00% 63 63 0.00% 249 249 0.00% 0 0 - -Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift 10 10 0.00% 10 10 0.00% 58 58 0.00% 0 0 - -Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift 6 6 0.00% 6 6 0.00% 87 87 0.00% 0 0 - -Tests/KeyPathTests/Services/PermissionOracleTests.swift 12 0 100.00% 12 0 100.00% 276 0 100.00% 0 0 - -Tests/KeyPathTests/Services/PlistGeneratorTests.swift 105 105 0.00% 92 92 0.00% 315 315 0.00% 0 0 - -Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift 38 38 0.00% 36 36 0.00% 103 103 0.00% 0 0 - -Tests/KeyPathTests/Services/QMKImportServiceTests.swift 62 62 0.00% 30 30 0.00% 242 242 0.00% 0 0 - -Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift 103 103 0.00% 73 73 0.00% 312 312 0.00% 0 0 - -Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift 86 86 0.00% 82 82 0.00% 290 290 0.00% 0 0 - -Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift 6 6 0.00% 6 6 0.00% 37 37 0.00% 0 0 - -Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift 79 79 0.00% 67 67 0.00% 223 223 0.00% 0 0 - -Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift 60 60 0.00% 52 52 0.00% 193 193 0.00% 0 0 - -Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift 74 74 0.00% 72 72 0.00% 177 177 0.00% 0 0 - -Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift 169 169 0.00% 145 145 0.00% 495 495 0.00% 0 0 - -Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift 40 40 0.00% 33 33 0.00% 123 123 0.00% 0 0 - -Tests/KeyPathTests/Services/SimpleModsWriterTests.swift 72 72 0.00% 48 48 0.00% 223 223 0.00% 0 0 - -Tests/KeyPathTests/Services/SimulatorServiceTests.swift 93 93 0.00% 76 76 0.00% 207 207 0.00% 0 0 - -Tests/KeyPathTests/Services/StatePublisherServiceTests.swift 71 71 0.00% 52 52 0.00% 274 274 0.00% 0 0 - -Tests/KeyPathTests/Services/SystemValidatorTests.swift 5 5 0.00% 5 5 0.00% 138 138 0.00% 0 0 - -Tests/KeyPathTests/Services/UserNotificationServiceTests.swift 7 7 0.00% 7 7 0.00% 62 62 0.00% 0 0 - -Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift 100 100 0.00% 86 86 0.00% 319 319 0.00% 0 0 - -Tests/KeyPathTests/Services/WordlistStoreTests.swift 4 4 0.00% 2 2 0.00% 22 22 0.00% 0 0 - -Tests/KeyPathTests/SimpleModsSmokeTests.swift 19 19 0.00% 9 9 0.00% 57 57 0.00% 0 0 - -Tests/KeyPathTests/SwiftTestingWorkaround.swift 1 1 0.00% 1 1 0.00% 5 5 0.00% 0 0 - -Tests/KeyPathTests/SystemRequirementsTests.swift 146 146 0.00% 135 135 0.00% 380 380 0.00% 0 0 - -Tests/KeyPathTests/TCPClientIntegrationTests.swift 97 96 1.03% 43 42 2.33% 165 164 0.61% 0 0 - -Tests/KeyPathTests/TCPClientRequestIDTests.swift 113 112 0.88% 61 60 1.64% 240 239 0.42% 0 0 - -Tests/KeyPathTests/TCPConnectionLeakTests.swift 70 69 1.43% 24 23 4.17% 192 191 0.52% 0 0 - -Tests/KeyPathTests/TCPReadBufferTests.swift 35 35 0.00% 35 35 0.00% 107 107 0.00% 0 0 - -Tests/KeyPathTests/TcpServerResponseTests.swift 11 11 0.00% 9 9 0.00% 23 23 0.00% 0 0 - -Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift 15 15 0.00% 7 7 0.00% 29 29 0.00% 0 0 - -Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift 32 32 0.00% 17 17 0.00% 91 91 0.00% 0 0 - -Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift 45 45 0.00% 22 22 0.00% 69 69 0.00% 0 0 - -Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift 13 13 0.00% 8 8 0.00% 68 68 0.00% 0 0 - -Tests/KeyPathTests/UI/AppLaunchInfoTests.swift 18 18 0.00% 18 18 0.00% 56 56 0.00% 0 0 - -Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift 17 17 0.00% 15 15 0.00% 56 56 0.00% 0 0 - -Tests/KeyPathTests/UI/KanataViewModelTests.swift 5 5 0.00% 5 5 0.00% 24 24 0.00% 0 0 - -Tests/KeyPathTests/UI/KeyIconRegistryTests.swift 95 95 0.00% 57 57 0.00% 180 180 0.00% 0 0 - -Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift 257 257 0.00% 257 257 0.00% 701 701 0.00% 0 0 - -Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift 10 10 0.00% 10 10 0.00% 20 20 0.00% 0 0 - -Tests/KeyPathTests/UI/LayerSelectorTests.swift 124 124 0.00% 117 117 0.00% 298 298 0.00% 0 0 - -Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift 81 81 0.00% 77 77 0.00% 155 155 0.00% 0 0 - -Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift 187 187 0.00% 187 187 0.00% 312 312 0.00% 0 0 - -Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift 64 59 7.81% 64 59 7.81% 182 177 2.75% 0 0 - -Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift 20 19 5.00% 17 16 5.88% 65 53 18.46% 0 0 - -Tests/KeyPathTests/UI/SystemActionInfoTests.swift 126 126 0.00% 126 126 0.00% 251 251 0.00% 0 0 - -Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift 226 226 0.00% 214 214 0.00% 398 398 0.00% 0 0 - -Tests/KeyPathTests/UIAutomationFramework.swift 63 63 0.00% 31 31 0.00% 294 294 0.00% 0 0 - -Tests/KeyPathTests/UnitTestSuite.swift 60 60 0.00% 57 57 0.00% 152 152 0.00% 0 0 - -Tests/KeyPathTests/UtilitiesTests.swift 151 151 0.00% 117 117 0.00% 481 481 0.00% 0 0 - -Tests/KeyPathTests/WindowManagerTests.swift 39 39 0.00% 23 23 0.00% 159 159 0.00% 0 0 - -Tests/KeyPathTests/WizardNavigationEngineTests.swift 158 158 0.00% 152 152 0.00% 554 554 0.00% 0 0 - -Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift 17 17 0.00% 17 17 0.00% 164 164 0.00% 0 0 - -Tests/KeyPathTests/WizardSummaryCTATests.swift 6 6 0.00% 6 6 0.00% 14 14 0.00% 0 0 - ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -TOTAL 43854 43727 0.29% 21696 21626 0.32% 197894 197319 0.29% 0 0 - diff --git a/coverage/coverage-summary.txt b/coverage/coverage-summary.txt deleted file mode 100644 index 9b40dd251..000000000 --- a/coverage/coverage-summary.txt +++ /dev/null @@ -1 +0,0 @@ -TOTAL 43854 43727 0.29% 21696 21626 0.32% 197894 197319 0.29% 0 0 - diff --git a/coverage/coverage.json b/coverage/coverage.json deleted file mode 100644 index 20d587115..000000000 --- a/coverage/coverage.json +++ /dev/null @@ -1 +0,0 @@ -{"data":[{"files":[{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift","mcdc_records":[],"segments":[[4,33,0,true,true,false],[10,47,0,true,true,false],[10,70,0,true,false,false],[10,76,0,true,true,false],[12,30,0,true,true,false],[12,96,0,true,false,false],[13,10,0,true,true,false],[15,22,0,true,false,false],[16,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":15,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift","mcdc_records":[],"segments":[[510,52,1,true,true,false],[512,46,8,true,true,false],[513,16,8,true,true,false],[513,47,8,true,false,false],[513,83,1,true,true,false],[515,14,7,true,true,false],[516,10,0,true,true,false],[519,24,1,true,false,false],[520,6,0,false,false,false],[527,30,1,true,true,false],[529,9,0,false,true,false],[529,31,1,true,false,false],[530,12,1,true,true,false],[530,45,1,true,false,false],[530,46,1,true,true,false],[531,13,0,false,true,false],[535,18,1,true,false,false],[537,13,0,false,true,false],[537,19,1,true,false,false],[539,9,0,false,true,false],[539,15,1,true,false,false],[540,9,0,false,true,false],[545,15,1,true,false,false],[546,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":2,"percent":100},"instantiations":{"count":2,"covered":2,"percent":100},"lines":{"count":17,"covered":14,"percent":82.35294117647058},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":8,"notcovered":1,"percent":88.888888888888886}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift","mcdc_records":[],"segments":[[23,7,0,true,true,false],[28,6,0,false,false,false],[45,52,0,true,true,false],[47,16,0,true,true,false],[47,20,0,true,false,false],[48,9,0,true,true,false],[49,65,0,true,true,false],[50,54,0,true,false,false],[51,9,0,true,true,false],[52,70,0,true,true,false],[53,54,0,true,false,false],[54,9,0,true,true,false],[55,68,0,true,true,false],[56,54,0,true,false,false],[57,10,0,true,true,false],[58,6,0,false,false,false],[60,47,0,true,true,false],[61,72,0,true,true,false],[62,73,0,true,true,false],[63,16,0,true,true,false],[63,20,0,true,false,false],[64,9,0,true,true,false],[65,79,0,true,true,false],[65,80,0,true,false,false],[66,9,0,true,true,false],[67,89,0,true,true,false],[67,90,0,true,false,false],[68,9,0,true,true,false],[69,85,0,true,true,false],[69,86,0,true,false,false],[70,10,0,true,true,false],[71,6,0,false,false,false],[80,76,0,true,true,false],[84,6,0,false,false,false],[93,76,0,true,true,false],[97,6,0,false,false,false],[100,38,0,true,true,false],[102,12,0,true,true,false],[102,40,0,true,false,false],[102,41,0,true,true,false],[102,60,0,true,false,false],[103,12,0,true,true,false],[103,39,0,true,false,false],[103,40,0,true,true,false],[103,59,0,true,false,false],[104,12,0,true,true,false],[104,38,0,true,false,false],[104,39,0,true,true,false],[104,58,0,true,false,false],[105,12,0,true,true,false],[105,40,0,true,false,false],[105,41,0,true,true,false],[105,60,0,true,false,false],[108,6,0,false,false,false],[115,34,0,true,true,false],[117,6,0,false,false,false],[125,35,0,true,true,false],[127,6,0,false,false,false],[130,48,0,true,true,false],[132,12,0,true,true,false],[132,42,0,true,false,false],[132,43,0,true,true,false],[132,68,0,true,false,false],[133,12,0,true,true,false],[133,41,0,true,false,false],[133,42,0,true,true,false],[133,66,0,true,false,false],[134,12,0,true,true,false],[134,40,0,true,false,false],[134,41,0,true,true,false],[134,64,0,true,false,false],[135,12,0,true,true,false],[135,42,0,true,false,false],[135,43,0,true,true,false],[135,68,0,true,false,false],[137,6,0,false,false,false],[146,63,0,true,true,false],[150,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":70,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift","mcdc_records":[],"segments":[[10,43,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[17,56,0,true,false,false],[19,9,0,true,true,false],[23,19,0,true,true,false],[23,22,0,true,false,false],[26,9,0,true,true,false],[30,19,0,true,true,false],[30,22,0,true,false,false],[33,6,0,false,false,false],[52,7,0,true,true,false],[59,6,0,false,false,false],[62,74,0,true,true,false],[70,6,0,false,false,false],[75,27,0,true,true,false],[75,47,0,false,false,false],[87,7,0,true,true,false],[92,6,0,false,false,false],[95,39,0,true,true,false],[97,6,0,false,false,false],[102,27,0,true,true,false],[102,39,0,false,false,false],[107,47,0,true,true,false],[110,6,0,false,false,false],[115,27,0,true,true,false],[115,52,0,true,true,false],[115,54,0,true,false,false],[115,58,0,false,false,false],[121,62,0,true,true,false],[125,6,0,false,false,false],[128,38,0,true,true,false],[129,23,0,true,true,false],[131,10,0,true,true,false],[132,22,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift","mcdc_records":[],"segments":[[25,46,0,true,true,false],[26,20,0,true,true,false],[26,24,0,true,false,false],[27,13,0,true,true,false],[28,52,0,true,false,false],[29,13,0,true,true,false],[30,70,0,true,false,false],[31,13,0,true,true,false],[32,71,0,true,false,false],[33,13,0,true,true,false],[34,73,0,true,false,false],[35,13,0,true,true,false],[36,67,0,true,false,false],[37,13,0,true,true,false],[38,67,0,true,false,false],[39,13,0,true,true,false],[40,48,0,true,false,false],[41,14,0,true,true,false],[42,10,0,false,false,false],[49,20,0,true,true,false],[49,22,0,false,false,false],[55,57,0,true,true,false],[57,57,0,true,true,false],[59,10,0,true,true,false],[63,39,0,true,true,false],[65,22,0,true,false,false],[66,6,0,false,false,false],[69,37,0,true,true,false],[71,6,0,false,false,false],[74,36,0,true,true,false],[82,12,0,true,true,false],[82,35,0,true,false,false],[82,66,0,true,true,false],[84,10,0,true,true,false],[86,6,0,false,false,false],[91,54,0,true,true,false],[92,39,0,true,true,false],[94,12,0,true,true,false],[95,63,0,true,true,false],[96,58,0,true,true,false],[98,14,0,true,true,false],[99,28,0,true,false,false],[100,46,0,true,true,false],[102,10,0,true,false,false],[102,17,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false],[108,54,0,true,true,false],[109,39,0,true,true,false],[111,12,0,true,true,false],[112,66,0,true,true,false],[113,59,0,true,false,false],[114,46,0,true,true,false],[116,10,0,true,false,false],[116,17,0,true,true,false],[118,10,0,true,false,false],[119,6,0,false,false,false],[123,65,0,true,true,false],[125,43,0,true,true,false],[125,55,0,true,false,false],[140,12,0,true,true,false],[140,35,0,true,false,false],[140,36,0,true,true,false],[142,10,0,true,true,false],[143,6,0,false,false,false],[145,63,0,true,true,false],[157,75,0,true,true,false],[159,10,0,true,true,false],[161,43,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":114,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift","mcdc_records":[],"segments":[[28,46,0,true,true,false],[29,20,0,true,true,false],[29,24,0,true,false,false],[30,13,0,true,true,false],[31,84,0,true,false,false],[32,13,0,true,true,false],[33,78,0,true,false,false],[34,13,0,true,true,false],[35,77,0,true,false,false],[36,13,0,true,true,false],[37,51,0,true,false,false],[38,14,0,true,true,false],[39,10,0,false,false,false],[46,20,0,true,true,false],[63,6,0,false,false,false],[68,64,0,true,true,false],[69,36,0,true,true,false],[69,46,0,true,true,false],[71,36,0,true,true,false],[76,70,0,true,true,false],[76,72,0,true,false,false],[80,63,0,true,true,false],[85,6,0,false,false,false],[88,100,0,true,true,false],[89,36,0,true,true,false],[98,10,0,true,true,false],[98,18,0,true,true,false],[98,47,0,true,false,false],[101,27,0,true,true,false],[102,65,0,true,true,false],[103,46,0,true,true,false],[104,53,0,true,true,false],[104,79,0,true,false,false],[108,10,0,true,true,false],[111,33,0,true,true,false],[111,64,0,true,false,false],[112,6,0,false,false,false],[115,65,0,true,true,false],[116,36,0,true,true,false],[124,10,0,true,true,false],[124,18,0,true,true,false],[124,47,0,true,false,false],[126,27,0,true,true,false],[127,65,0,true,true,false],[129,14,0,true,false,false],[130,10,0,true,true,false],[132,33,0,true,true,false],[132,64,0,true,false,false],[133,6,0,false,false,false],[136,44,0,true,true,false],[141,16,0,true,true,false],[143,10,0,true,true,false],[145,32,0,true,true,false],[146,73,0,true,true,false],[146,82,0,true,false,false],[146,87,0,true,true,false],[146,88,0,true,false,false],[149,6,0,false,false,false],[152,48,0,true,true,false],[153,60,0,true,true,false],[155,10,0,true,true,false],[156,28,0,true,false,false],[157,6,0,false,false,false],[160,41,0,true,true,false],[161,79,0,true,true,false],[163,10,0,true,true,false],[169,10,0,true,true,false],[169,18,0,true,true,false],[169,47,0,true,false,false],[171,27,0,true,true,false],[172,57,0,true,true,false],[173,10,0,true,true,false],[176,41,0,true,true,false],[179,6,0,false,false,false],[182,41,0,true,true,false],[183,79,0,true,true,false],[185,10,0,true,true,false],[191,10,0,true,true,false],[191,18,0,true,true,false],[191,47,0,true,false,false],[191,52,0,true,true,false],[191,54,0,true,false,false],[194,6,0,false,false,false],[198,49,0,true,true,false],[199,80,0,true,true,false],[201,10,0,true,true,false],[203,12,0,true,true,false],[207,14,0,true,true,false],[209,10,0,true,false,false],[209,17,0,true,true,false],[211,10,0,true,true,false],[212,6,0,false,false,false],[214,48,0,true,true,false],[219,6,0,false,false,false],[221,82,0,true,true,false],[222,70,0,true,true,false],[224,10,0,true,true,false],[226,12,0,true,true,false],[227,59,0,true,true,false],[228,76,0,true,true,false],[231,78,0,true,true,false],[231,80,0,true,false,false],[232,78,0,true,true,false],[232,93,0,true,false,false],[234,37,0,true,true,false],[235,67,0,true,true,false],[235,81,0,true,true,false],[236,79,0,true,false,false],[238,17,0,true,true,false],[240,10,0,true,false,false],[241,6,0,false,false,false],[243,87,0,true,true,false],[244,12,0,true,true,false],[246,40,0,true,true,false],[247,53,0,true,true,false],[248,63,0,true,true,false],[248,65,0,true,false,false],[249,14,0,true,true,false],[252,69,0,true,true,false],[254,14,0,true,true,false],[256,72,0,true,true,false],[257,64,0,true,true,false],[258,10,0,true,false,false],[258,43,0,true,true,false],[260,10,0,true,false,false],[260,17,0,true,true,false],[262,10,0,true,true,false],[263,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":236,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":89,"covered":0,"notcovered":89,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift","mcdc_records":[],"segments":[[16,58,0,true,true,false],[16,63,0,false,false,false],[17,58,0,true,true,false],[17,59,0,false,false,false],[26,27,0,true,true,false],[26,52,0,false,false,false],[27,43,0,true,true,false],[27,45,0,false,false,false],[28,33,0,true,true,false],[28,35,0,false,false,false],[29,47,0,true,true,false],[29,51,0,false,false,false],[32,38,0,true,true,false],[32,67,0,false,false,false],[36,20,0,true,true,false],[38,14,0,true,true,false],[40,10,0,true,false,false],[41,6,0,false,false,false],[46,32,0,true,true,false],[47,31,0,true,true,false],[47,41,0,true,true,false],[56,6,0,false,false,false],[59,33,0,true,true,false],[60,30,0,true,true,false],[60,40,0,true,true,false],[71,6,0,false,false,false],[74,42,0,true,true,false],[76,37,0,true,true,false],[82,6,0,false,false,false],[85,31,0,true,true,false],[86,36,0,true,true,false],[86,46,0,true,true,false],[91,12,0,true,true,false],[92,52,0,true,true,false],[94,10,0,true,false,false],[94,17,0,true,true,false],[98,10,0,true,true,false],[99,6,0,false,false,false],[104,76,0,true,true,false],[105,30,0,true,true,false],[105,40,0,true,true,false],[116,6,0,false,false,false],[119,76,0,true,true,false],[120,30,0,true,true,false],[120,40,0,true,true,false],[131,6,0,false,false,false],[134,83,0,true,true,false],[135,30,0,true,true,false],[135,40,0,true,true,false],[146,6,0,false,false,false],[151,70,0,true,true,false],[153,52,0,true,true,false],[153,62,0,true,true,false],[155,14,0,true,true,false],[156,34,0,true,true,false],[156,44,0,true,true,false],[167,10,0,true,false,false],[168,6,0,false,false,false],[172,54,0,true,true,false],[178,12,0,true,true,false],[178,41,0,true,false,false],[178,42,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[185,35,0,true,true,false],[190,11,0,true,true,false],[191,118,0,true,true,false],[193,14,0,true,true,false],[194,52,0,true,true,false],[194,61,0,true,false,false],[195,48,0,true,true,false],[195,57,0,true,false,false],[196,18,0,true,true,false],[198,14,0,true,false,false],[205,11,0,true,true,false],[206,118,0,true,true,false],[208,14,0,true,true,false],[209,52,0,true,true,false],[209,61,0,true,false,false],[210,48,0,true,true,false],[210,57,0,true,false,false],[211,18,0,true,true,false],[213,14,0,true,false,false],[217,6,0,false,false,false],[219,34,0,true,true,false],[222,6,0,false,false,false],[224,36,0,true,true,false],[225,91,0,true,true,false],[226,18,0,true,true,false],[228,14,0,true,false,false],[230,6,0,false,false,false],[232,35,0,true,true,false],[235,6,0,false,false,false],[242,40,0,true,true,false],[243,12,0,true,true,false],[243,21,0,true,false,false],[243,22,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":240,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift","mcdc_records":[],"segments":[[10,27,0,true,true,false],[10,52,0,false,false,false],[12,20,0,true,true,false],[12,22,0,false,false,false],[17,82,0,true,true,false],[20,12,0,true,true,false],[24,14,0,true,true,false],[26,61,0,true,false,false],[27,17,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[35,100,0,true,true,false],[46,29,0,true,true,false],[47,20,0,true,true,false],[47,33,0,true,false,false],[48,13,0,true,true,false],[49,20,0,true,true,false],[49,33,0,true,false,false],[49,34,0,true,true,false],[53,52,0,true,true,false],[53,53,0,true,false,false],[55,24,0,true,true,false],[59,52,0,true,true,false],[59,53,0,true,false,false],[63,13,0,true,true,false],[65,53,0,true,true,false],[65,54,0,true,false,false],[67,13,0,true,true,false],[68,60,0,true,true,false],[68,62,0,true,false,false],[72,48,0,true,true,false],[72,49,0,true,false,false],[74,14,0,true,true,false],[75,10,0,true,true,false],[85,18,0,true,true,false],[85,72,0,true,false,false],[86,21,0,true,true,false],[86,44,0,true,false,false],[91,18,0,true,true,false],[93,52,0,true,true,false],[93,54,0,true,false,false],[94,48,0,true,true,false],[94,64,0,true,false,false],[94,67,0,true,true,false],[94,70,0,true,false,false],[97,21,0,true,true,false],[97,44,0,true,false,false],[106,6,0,false,false,false],[111,28,0,true,true,false],[116,42,0,true,true,false],[122,46,0,true,true,false],[122,66,0,true,true,false],[122,74,0,true,false,false],[123,51,0,true,true,false],[123,52,0,true,false,false],[124,51,0,true,true,false],[124,52,0,true,false,false],[130,21,0,true,true,false],[130,68,0,true,false,false],[132,18,0,true,true,false],[132,24,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":144,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift","mcdc_records":[],"segments":[[6,41,0,true,true,false],[6,46,0,false,false,false],[7,48,0,true,true,false],[7,53,0,false,false,false],[8,42,0,true,true,false],[8,47,0,false,false,false],[9,42,0,true,true,false],[9,43,0,false,false,false],[10,38,0,true,true,false],[10,43,0,false,false,false],[13,33,0,true,true,false],[15,6,0,false,false,false],[17,25,0,true,true,false],[18,50,0,true,true,false],[20,32,0,true,true,false],[27,14,0,true,false,false],[30,20,0,true,true,false],[31,57,0,true,true,false],[35,38,0,true,true,false],[35,67,0,true,false,false],[35,70,0,true,true,false],[35,95,0,true,false,false],[40,20,0,true,true,false],[40,29,0,true,false,false],[40,30,0,true,true,false],[41,39,0,true,true,false],[43,22,0,true,false,false],[47,24,0,true,true,false],[48,38,0,true,true,false],[50,22,0,true,false,false],[59,16,0,true,true,false],[59,25,0,true,false,false],[59,26,0,true,true,false],[60,37,0,true,true,false],[61,43,0,true,true,false],[63,22,0,true,false,false],[68,28,0,true,true,false],[70,22,0,true,false,false],[70,30,0,true,true,false],[71,28,0,true,true,false],[71,39,0,true,false,false],[71,40,0,true,true,false],[74,26,0,true,false,false],[74,32,0,true,true,false],[76,26,0,true,false,false],[85,14,0,true,true,false],[86,10,0,true,false,false],[87,19,0,true,true,false],[89,10,0,true,false,false],[90,88,0,true,true,false],[92,10,0,true,false,false],[93,46,0,true,true,false],[95,10,0,true,false,false],[96,47,0,true,true,false],[98,10,0,true,false,false],[99,77,0,true,true,false],[100,45,0,true,true,false],[100,47,0,true,false,false],[101,49,0,true,true,false],[103,14,0,true,false,false],[104,20,0,true,true,false],[106,10,0,true,false,false],[107,6,0,false,false,false],[109,38,0,true,true,false],[110,14,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[115,35,0,true,true,false],[116,14,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[122,30,0,true,true,false],[124,14,0,true,true,false],[125,16,0,true,true,false],[126,60,0,true,true,false],[130,14,0,true,false,false],[130,21,0,true,true,false],[132,14,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":322,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":0,"notcovered":46,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift","mcdc_records":[],"segments":[[7,45,0,true,true,false],[7,50,0,false,false,false],[8,45,0,true,true,false],[8,50,0,false,false,false],[9,37,0,true,true,false],[9,42,0,false,false,false],[11,25,0,true,true,false],[12,50,0,true,true,false],[14,20,0,true,true,false],[20,14,0,true,false,false],[27,53,0,true,true,false],[31,14,0,true,false,false],[37,54,0,true,true,false],[38,51,0,true,true,false],[39,61,0,true,true,false],[45,22,0,true,false,false],[50,51,0,true,true,false],[51,61,0,true,true,false],[57,22,0,true,false,false],[66,20,0,true,true,false],[67,34,0,true,true,false],[69,18,0,true,false,false],[75,24,0,true,true,false],[77,18,0,true,false,false],[77,26,0,true,true,false],[78,24,0,true,true,false],[78,34,0,true,false,false],[78,35,0,true,true,false],[81,22,0,true,false,false],[81,28,0,true,true,false],[83,22,0,true,false,false],[86,41,0,true,true,false],[86,51,0,true,false,false],[93,6,0,false,false,false],[95,33,0,true,true,false],[96,31,0,true,true,false],[96,49,0,true,false,false],[97,6,0,false,false,false],[99,34,0,true,true,false],[102,14,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[120,26,0,true,true,false],[122,6,0,false,false,false],[124,25,0,true,true,false],[125,45,0,true,true,false],[130,10,0,true,false,false],[131,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":320,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift","mcdc_records":[],"segments":[[6,55,0,true,true,false],[6,61,0,false,false,false],[8,36,0,true,true,false],[8,40,0,false,false,false],[10,25,0,true,true,false],[11,28,0,true,true,false],[13,20,0,true,true,false],[19,24,0,true,true,false],[21,18,0,true,false,false],[21,26,0,true,true,false],[24,18,0,true,false,false],[33,58,0,true,true,false],[34,60,0,true,true,false],[36,18,0,true,false,false],[44,16,0,true,true,false],[44,25,0,true,false,false],[44,26,0,true,true,false],[48,14,0,true,false,false],[48,34,0,true,true,false],[50,14,0,true,false,false],[50,20,0,true,true,false],[55,14,0,true,false,false],[58,19,0,true,true,false],[60,10,0,true,false,false],[61,39,0,true,true,false],[63,10,0,true,false,false],[64,6,0,false,false,false],[67,71,0,true,true,false],[68,20,0,true,true,false],[69,54,0,true,true,false],[71,24,0,true,true,false],[87,18,0,true,false,false],[91,20,0,true,true,false],[91,44,0,true,false,false],[91,45,0,true,true,false],[92,73,0,true,true,false],[93,61,0,true,true,false],[94,36,0,true,true,false],[101,30,0,true,false,false],[106,18,0,true,true,false],[109,20,0,true,true,false],[109,48,0,true,false,false],[109,49,0,true,true,false],[110,77,0,true,true,false],[111,65,0,true,true,false],[112,36,0,true,true,false],[119,30,0,true,false,false],[124,18,0,true,true,false],[127,20,0,true,true,false],[127,50,0,true,false,false],[127,51,0,true,true,false],[128,75,0,true,true,false],[129,67,0,true,true,false],[130,36,0,true,true,false],[137,30,0,true,false,false],[142,18,0,true,true,false],[143,14,0,true,false,false],[146,6,0,false,false,false],[148,31,0,true,true,false],[150,14,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[164,25,0,true,true,false],[165,28,0,true,true,false],[175,10,0,true,false,false],[180,6,0,false,false,false],[188,25,0,true,true,false],[189,49,0,true,true,false],[190,20,0,true,true,false],[196,14,0,true,false,false],[198,53,0,true,true,false],[200,14,0,true,false,false],[205,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":0,"percent":0},"instantiations":{"count":32,"covered":0,"percent":0},"lines":{"count":568,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift","mcdc_records":[],"segments":[[16,19,0,true,true,false],[20,44,0,true,true,false],[20,106,0,true,false,false],[43,48,0,true,true,false],[43,81,0,true,false,false],[57,12,0,true,true,false],[57,26,0,true,false,false],[57,27,0,true,true,false],[61,10,0,true,false,false],[61,16,0,true,true,false],[65,10,0,true,false,false],[73,14,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[98,33,0,true,true,false],[101,18,0,true,true,false],[106,10,0,true,false,false],[107,19,0,true,true,false],[109,47,0,true,true,false],[110,41,0,true,true,false],[113,63,0,true,true,false],[115,22,0,true,false,false],[136,47,0,true,true,false],[138,29,0,true,true,false],[140,22,0,true,false,false],[141,28,0,true,true,false],[143,22,0,true,false,false],[148,29,0,true,true,false],[150,22,0,true,false,false],[151,28,0,true,true,false],[153,22,0,true,false,false],[158,29,0,true,true,false],[160,22,0,true,false,false],[161,28,0,true,true,false],[163,22,0,true,false,false],[167,29,0,true,true,false],[169,22,0,true,false,false],[170,28,0,true,true,false],[172,22,0,true,false,false],[177,29,0,true,true,false],[179,22,0,true,false,false],[180,28,0,true,true,false],[182,22,0,true,false,false],[188,45,0,true,true,false],[190,18,0,true,false,false],[196,29,0,true,true,false],[198,22,0,true,false,false],[199,28,0,true,true,false],[201,22,0,true,false,false],[208,29,0,true,true,false],[210,22,0,true,false,false],[211,28,0,true,true,false],[213,22,0,true,false,false],[218,29,0,true,true,false],[220,22,0,true,false,false],[221,28,0,true,true,false],[223,22,0,true,false,false],[227,52,0,true,true,false],[229,18,0,true,false,false],[232,34,0,true,true,false],[234,18,0,true,false,false],[239,49,0,true,true,false],[244,18,0,true,false,false],[251,29,0,true,true,false],[253,22,0,true,false,false],[254,28,0,true,true,false],[256,22,0,true,false,false],[262,29,0,true,true,false],[263,30,0,true,true,false],[267,32,0,true,true,false],[267,39,0,true,false,false],[267,40,0,true,true,false],[270,30,0,true,false,false],[270,36,0,true,true,false],[274,82,0,true,true,false],[274,126,0,true,false,false],[280,28,0,true,true,false],[282,22,0,true,false,false],[288,13,0,false,true,false],[288,22,0,true,false,false],[289,59,0,true,true,false],[290,64,0,true,true,false],[292,22,0,true,false,false],[294,65,0,true,true,false],[296,22,0,true,false,false],[298,67,0,true,true,false],[300,22,0,true,false,false],[303,13,0,false,true,false],[303,19,0,true,false,false],[305,6,0,false,false,false],[311,53,0,true,true,false],[314,2,0,false,false,false],[318,44,0,true,true,false],[322,93,0,true,true,false],[324,90,0,true,true,false],[325,26,0,true,true,false],[328,14,0,true,false,false],[328,20,0,true,true,false],[330,14,0,true,false,false],[332,12,0,true,true,false],[336,6,0,true,false,false],[337,2,0,false,false,false],[340,68,0,true,true,false],[348,59,0,true,true,false],[349,35,0,true,true,false],[351,16,0,true,true,false],[351,51,0,true,true,false],[351,85,0,true,false,false],[353,13,0,true,true,false],[358,14,0,true,true,false],[359,10,0,true,true,false],[360,6,0,true,true,false],[366,32,0,true,true,false],[368,6,0,true,false,false],[368,12,0,true,true,false],[370,6,0,true,false,false],[371,2,0,false,false,false],[377,26,0,true,true,false],[377,31,0,false,false,false],[380,42,0,true,true,false],[380,47,0,false,false,false],[381,37,0,true,true,false],[381,42,0,false,false,false],[383,87,0,true,true,false],[386,6,0,false,false,false],[388,84,0,true,true,false],[393,6,0,false,false,false],[395,47,0,true,true,false],[397,6,0,false,false,false],[399,54,0,true,true,false],[404,12,0,true,true,false],[404,35,0,true,false,false],[404,36,0,true,true,false],[413,16,0,true,true,false],[413,30,0,true,false,false],[413,31,0,true,true,false],[416,14,0,true,false,false],[425,16,0,true,true,false],[425,33,0,true,false,false],[425,34,0,true,true,false],[431,14,0,true,false,false],[432,16,0,true,true,false],[434,16,0,true,true,false],[434,63,0,true,false,false],[436,13,0,true,true,false],[439,14,0,true,false,false],[439,23,0,true,true,false],[439,70,0,true,false,false],[439,71,0,true,true,false],[441,14,0,true,false,false],[441,20,0,true,true,false],[443,14,0,true,false,false],[445,6,0,false,false,false],[447,57,0,true,true,false],[462,12,0,true,true,false],[462,27,0,true,false,false],[462,28,0,true,true,false],[464,10,0,true,false,false],[470,14,0,true,true,false],[473,16,0,true,true,false],[473,30,0,true,false,false],[473,31,0,true,true,false],[477,14,0,true,true,false],[481,16,0,true,true,false],[481,28,0,true,false,false],[481,29,0,true,true,false],[482,34,0,true,true,false],[485,18,0,true,false,false],[485,24,0,true,true,false],[487,18,0,true,false,false],[490,20,0,true,true,false],[490,33,0,true,false,false],[490,34,0,true,true,false],[493,18,0,true,false,false],[493,24,0,true,true,false],[495,18,0,true,false,false],[499,12,0,true,true,false],[499,26,0,true,false,false],[499,27,0,true,true,false],[503,18,0,true,true,false],[508,53,0,true,true,false],[510,24,0,true,true,false],[510,32,0,true,false,false],[510,33,0,true,true,false],[512,22,0,true,false,false],[513,24,0,true,true,false],[515,18,0,true,false,false],[521,12,0,true,true,false],[521,27,0,true,false,false],[521,28,0,true,true,false],[524,43,0,true,true,false],[527,14,0,true,true,false],[547,18,0,true,true,false],[548,20,0,true,true,false],[549,71,0,true,true,false],[551,18,0,true,false,false],[551,25,0,true,true,false],[555,18,0,true,true,false],[559,20,0,true,true,false],[559,41,0,true,false,false],[559,42,0,true,true,false],[561,57,0,true,true,false],[563,28,0,true,true,false],[563,35,0,true,false,false],[563,36,0,true,true,false],[565,26,0,true,false,false],[565,32,0,true,true,false],[567,26,0,true,false,false],[568,28,0,true,true,false],[572,22,0,true,false,false],[573,24,0,true,true,false],[576,18,0,true,false,false],[585,20,0,true,true,false],[585,37,0,true,false,false],[585,38,0,true,true,false],[590,18,0,true,false,false],[592,16,0,true,true,false],[594,10,0,true,true,false],[597,104,0,true,true,false],[598,18,0,true,true,false],[600,62,0,true,true,false],[603,18,0,true,true,false],[605,20,0,true,true,false],[605,28,0,true,false,false],[605,29,0,true,true,false],[607,18,0,true,false,false],[613,11,0,true,true,false],[614,18,0,true,true,false],[616,14,0,true,false,false],[621,11,0,true,true,false],[622,18,0,true,true,false],[624,14,0,true,false,false],[628,43,0,true,true,false],[630,10,0,true,false,false],[634,49,0,true,true,false],[635,18,0,true,true,false],[647,14,0,true,false,false],[649,6,0,false,false,false],[653,55,0,true,true,false],[658,57,0,true,true,false],[658,87,0,true,false,false],[663,6,0,false,false,false],[665,43,0,true,true,false],[666,45,0,true,true,false],[666,55,0,true,true,false],[668,34,0,true,true,false],[670,14,0,true,false,false],[671,32,0,true,true,false],[675,46,0,true,true,false],[675,68,0,true,false,false],[678,34,0,true,true,false],[680,14,0,true,false,false],[681,39,0,true,true,false],[683,14,0,true,false,false],[684,26,0,true,true,false],[686,60,0,true,true,false],[688,18,0,true,true,false],[690,14,0,true,false,false],[694,59,0,true,true,false],[699,10,0,true,false,false],[702,6,0,false,false,false],[704,46,0,true,true,false],[707,12,0,true,true,false],[707,39,0,true,false,false],[707,40,0,true,true,false],[708,35,0,true,true,false],[711,14,0,true,false,false],[711,20,0,true,true,false],[714,14,0,true,true,false],[715,10,0,true,true,false],[717,12,0,true,true,false],[717,26,0,true,false,false],[717,27,0,true,true,false],[719,10,0,true,false,false],[725,6,0,false,false,false],[727,55,0,true,true,false],[729,6,0,false,false,false],[731,52,0,true,true,false],[741,6,0,false,false,false],[745,58,0,true,true,false],[748,25,0,true,true,false],[752,62,0,true,true,false],[753,102,0,true,true,false],[753,107,0,true,false,false],[755,14,0,true,true,false],[758,77,0,true,true,false],[761,14,0,true,false,false],[761,20,0,true,true,false],[764,14,0,true,false,false],[765,10,0,true,true,false],[766,6,0,false,false,false],[770,50,0,true,true,false],[774,12,0,true,true,false],[774,60,0,true,false,false],[774,61,0,true,true,false],[777,10,0,true,true,false],[785,6,0,false,false,false],[787,96,0,true,true,false],[793,12,0,true,true,false],[793,39,0,true,false,false],[793,40,0,true,true,false],[794,16,0,true,true,false],[794,67,0,true,false,false],[794,68,0,true,true,false],[798,14,0,true,false,false],[800,35,0,true,true,false],[803,14,0,true,false,false],[803,20,0,true,true,false],[806,14,0,true,false,false],[810,12,0,true,true,false],[810,35,0,true,false,false],[810,36,0,true,true,false],[814,10,0,true,false,false],[814,16,0,true,true,false],[817,10,0,true,false,false],[820,6,0,false,false,false],[828,60,0,true,true,false],[834,6,0,false,false,false],[837,58,0,true,true,false],[839,12,0,true,true,false],[840,31,0,true,true,false],[842,10,0,true,false,false],[842,17,0,true,true,false],[844,10,0,true,true,false],[846,6,0,false,false,false],[848,60,0,true,true,false],[850,36,0,true,true,false],[851,18,0,true,true,false],[852,20,0,true,true,false],[853,47,0,true,true,false],[855,18,0,true,false,false],[855,25,0,true,true,false],[857,18,0,true,true,false],[859,14,0,true,false,false],[860,16,0,true,true,false],[862,10,0,true,false,false],[863,6,0,false,false,false],[870,49,0,true,true,false],[870,69,0,false,false,false],[873,34,0,true,true,false],[873,36,0,false,false,false],[875,25,0,true,true,false],[876,40,0,true,true,false],[878,10,0,true,false,false],[880,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":89,"covered":0,"percent":0},"instantiations":{"count":89,"covered":0,"percent":0},"lines":{"count":1563,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":204,"covered":0,"notcovered":204,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift","mcdc_records":[],"segments":[[26,7,0,true,true,false],[28,39,0,true,true,false],[30,10,0,true,false,false],[30,16,0,true,true,false],[31,43,0,true,true,false],[31,64,0,true,false,false],[33,6,0,false,false,false],[36,57,0,true,true,false],[37,40,0,true,true,false],[40,10,0,true,true,false],[44,16,0,true,true,false],[44,23,0,true,false,false],[45,9,0,true,true,false],[46,37,0,true,false,false],[47,9,0,true,true,false],[48,38,0,true,false,false],[49,9,0,true,true,false],[50,37,0,true,false,false],[51,9,0,true,true,false],[53,66,0,true,false,false],[54,9,0,true,true,false],[55,38,0,true,false,false],[56,9,0,true,true,false],[58,21,0,true,false,false],[59,9,0,true,true,false],[62,21,0,true,false,false],[64,6,0,false,false,false],[67,31,0,true,true,false],[93,6,0,false,false,false],[96,45,0,true,true,false],[103,56,0,true,true,false],[103,65,0,true,false,false],[103,68,0,true,true,false],[103,76,0,true,false,false],[107,58,0,true,true,false],[107,63,0,true,false,false],[107,66,0,true,true,false],[107,71,0,true,false,false],[108,54,0,true,true,false],[108,59,0,true,false,false],[108,62,0,true,true,false],[108,67,0,true,false,false],[109,49,0,true,true,false],[111,10,0,true,false,false],[116,87,0,true,true,false],[116,92,0,true,false,false],[116,95,0,true,true,false],[116,100,0,true,false,false],[117,92,0,true,true,false],[117,97,0,true,false,false],[117,100,0,true,true,false],[117,105,0,true,false,false],[119,86,0,true,true,false],[119,91,0,true,false,false],[119,94,0,true,true,false],[119,99,0,true,false,false],[120,91,0,true,true,false],[120,96,0,true,false,false],[120,99,0,true,true,false],[120,104,0,true,false,false],[125,74,0,true,true,false],[125,89,0,true,false,false],[125,92,0,true,true,false],[125,105,0,true,false,false],[127,80,0,true,true,false],[127,95,0,true,false,false],[127,98,0,true,true,false],[127,111,0,true,false,false],[129,70,0,true,true,false],[129,83,0,true,false,false],[129,86,0,true,true,false],[129,101,0,true,false,false],[130,12,0,true,true,false],[130,50,0,true,false,false],[130,51,0,true,true,false],[132,10,0,true,false,false],[136,67,0,true,true,false],[136,72,0,true,false,false],[136,75,0,true,true,false],[136,80,0,true,false,false],[137,78,0,true,true,false],[137,83,0,true,false,false],[137,86,0,true,true,false],[137,91,0,true,false,false],[138,63,0,true,true,false],[138,68,0,true,false,false],[138,71,0,true,true,false],[138,76,0,true,false,false],[141,12,0,true,true,false],[141,42,0,true,false,false],[141,43,0,true,true,false],[143,57,0,true,true,false],[145,14,0,true,true,false],[146,10,0,true,false,false],[152,12,0,true,true,false],[152,33,0,true,false,false],[152,34,0,true,true,false],[155,10,0,true,false,false],[155,16,0,true,true,false],[159,10,0,true,false,false],[160,6,0,false,false,false],[163,46,0,true,true,false],[170,44,0,true,true,false],[170,53,0,true,false,false],[170,56,0,true,true,false],[170,64,0,true,false,false],[173,53,0,true,true,false],[175,10,0,true,false,false],[177,12,0,true,true,false],[177,45,0,true,false,false],[177,46,0,true,true,false],[179,49,0,true,true,false],[181,14,0,true,true,false],[182,10,0,true,false,false],[184,12,0,true,true,false],[184,43,0,true,false,false],[184,44,0,true,true,false],[186,50,0,true,true,false],[187,47,0,true,true,false],[187,52,0,true,false,false],[187,55,0,true,true,false],[187,60,0,true,false,false],[190,45,0,true,true,false],[192,18,0,true,false,false],[193,14,0,true,true,false],[194,10,0,true,false,false],[196,12,0,true,true,false],[196,26,0,true,false,false],[196,27,0,true,true,false],[199,10,0,true,false,false],[199,16,0,true,true,false],[202,10,0,true,false,false],[203,6,0,false,false,false],[206,45,0,true,true,false],[209,12,0,true,true,false],[209,37,0,true,false,false],[209,38,0,true,true,false],[212,10,0,true,true,false],[218,44,0,true,true,false],[218,53,0,true,false,false],[218,56,0,true,true,false],[218,64,0,true,false,false],[221,53,0,true,true,false],[223,10,0,true,false,false],[225,12,0,true,true,false],[225,45,0,true,false,false],[225,46,0,true,true,false],[227,49,0,true,true,false],[229,14,0,true,true,false],[230,10,0,true,false,false],[232,12,0,true,true,false],[232,43,0,true,false,false],[232,44,0,true,true,false],[234,50,0,true,true,false],[235,47,0,true,true,false],[235,52,0,true,false,false],[235,55,0,true,true,false],[235,60,0,true,false,false],[238,45,0,true,true,false],[240,18,0,true,false,false],[241,14,0,true,true,false],[242,10,0,true,false,false],[244,12,0,true,true,false],[244,26,0,true,false,false],[244,27,0,true,true,false],[247,10,0,true,false,false],[247,16,0,true,true,false],[250,10,0,true,false,false],[251,6,0,false,false,false],[253,52,0,true,true,false],[258,30,0,true,true,false],[261,10,0,true,true,false],[264,12,0,true,true,false],[264,33,0,true,false,false],[264,34,0,true,true,false],[267,10,0,true,false,false],[267,16,0,true,true,false],[270,10,0,true,false,false],[271,6,0,false,false,false],[274,66,0,true,true,false],[278,19,0,true,true,false],[278,63,0,true,false,false],[278,66,0,true,true,false],[278,109,0,true,false,false],[284,12,0,true,true,false],[284,32,0,true,false,false],[284,33,0,true,true,false],[286,33,0,true,true,false],[286,46,0,true,false,false],[290,12,0,true,true,false],[290,43,0,true,false,false],[290,44,0,true,true,false],[292,50,0,true,true,false],[293,47,0,true,true,false],[293,52,0,true,false,false],[293,55,0,true,true,false],[293,60,0,true,false,false],[296,45,0,true,true,false],[298,18,0,true,false,false],[299,14,0,true,true,false],[301,10,0,true,false,false],[303,12,0,true,true,false],[303,26,0,true,false,false],[303,27,0,true,true,false],[306,10,0,true,false,false],[306,16,0,true,true,false],[307,68,0,true,true,false],[307,83,0,true,false,false],[310,6,0,false,false,false],[313,46,0,true,true,false],[324,71,0,true,true,false],[324,76,0,true,false,false],[324,79,0,true,true,false],[324,84,0,true,false,false],[327,16,0,true,true,false],[327,27,0,true,false,false],[328,9,0,true,true,false],[331,16,0,true,true,false],[331,37,0,true,false,false],[331,38,0,true,true,false],[333,44,0,true,true,false],[335,18,0,true,true,false],[336,14,0,true,false,false],[337,9,0,true,true,false],[339,87,0,true,false,false],[340,10,0,true,true,false],[344,17,0,true,false,false],[345,6,0,false,false,false],[349,53,0,true,true,false],[354,6,0,false,false,false],[356,71,0,true,true,false],[357,16,0,true,true,false],[357,24,0,true,false,false],[358,9,0,true,true,false],[359,72,0,true,false,false],[360,9,0,true,true,false],[361,54,0,true,false,false],[362,9,0,true,true,false],[363,89,0,true,false,false],[364,9,0,true,true,false],[365,64,0,true,false,false],[366,9,0,true,true,false],[367,49,0,true,false,false],[368,10,0,true,true,false],[369,6,0,false,false,false],[371,66,0,true,true,false],[373,36,0,true,true,false],[373,46,0,true,true,false],[376,29,0,true,true,false],[377,41,0,true,true,false],[377,47,0,true,false,false],[377,50,0,true,true,false],[377,58,0,true,false,false],[378,42,0,true,true,false],[380,14,0,true,false,false],[381,10,0,true,true,false],[382,6,0,false,false,false],[384,78,0,true,true,false],[387,12,0,true,true,false],[387,58,0,true,false,false],[387,59,0,true,true,false],[394,10,0,true,false,false],[395,12,0,true,true,false],[395,57,0,true,false,false],[395,58,0,true,true,false],[402,10,0,true,false,false],[403,12,0,true,true,false],[403,46,0,true,false,false],[403,47,0,true,true,false],[410,10,0,true,false,false],[411,12,0,true,true,false],[411,39,0,true,false,false],[411,40,0,true,true,false],[418,10,0,true,false,false],[419,12,0,true,true,false],[419,35,0,true,false,false],[419,36,0,true,true,false],[426,10,0,true,false,false],[427,12,0,true,true,false],[427,42,0,true,false,false],[427,43,0,true,true,false],[429,61,0,true,true,false],[434,18,0,true,false,false],[438,6,0,false,false,false],[448,29,0,true,true,false],[449,38,0,true,true,false],[449,52,0,true,false,false],[449,56,0,true,true,false],[449,81,0,true,false,false],[449,85,0,true,true,false],[449,103,0,true,false,false],[450,16,0,true,true,false],[450,39,0,true,false,false],[451,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":409,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":162,"covered":0,"notcovered":162,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift","mcdc_records":[],"segments":[[17,73,0,true,true,false],[18,40,0,true,true,false],[20,10,0,true,true,false],[23,56,0,true,true,false],[25,10,0,true,true,false],[28,51,0,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift","mcdc_records":[],"segments":[[11,27,0,true,true,false],[11,29,0,false,false,false],[18,37,0,true,true,false],[20,55,0,true,true,false],[20,60,0,true,false,false],[20,63,0,true,true,false],[20,67,0,true,false,false],[21,59,0,true,true,false],[21,64,0,true,false,false],[21,67,0,true,true,false],[21,71,0,true,false,false],[25,12,0,true,true,false],[25,26,0,true,false,false],[25,27,0,true,true,false],[27,48,0,true,true,false],[27,61,0,true,false,false],[29,39,0,true,true,false],[31,10,0,true,false,false],[32,35,0,true,true,false],[34,10,0,true,false,false],[35,40,0,true,true,false],[37,10,0,true,false,false],[38,41,0,true,true,false],[40,10,0,true,false,false],[42,6,0,false,false,false],[46,49,0,true,true,false],[55,12,0,true,true,false],[55,24,0,true,false,false],[55,25,0,true,true,false],[60,73,0,true,true,false],[60,75,0,true,false,false],[61,16,0,true,true,false],[63,10,0,true,false,false],[68,36,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[73,10,0,true,false,false],[81,12,0,true,true,false],[81,26,0,true,false,false],[81,27,0,true,true,false],[84,77,0,true,true,false],[84,103,0,true,false,false],[86,75,0,true,true,false],[86,99,0,true,false,false],[88,79,0,true,true,false],[89,45,0,true,true,false],[89,73,0,true,false,false],[91,80,0,true,true,false],[93,14,0,true,false,false],[94,16,0,true,true,false],[96,10,0,true,false,false],[111,6,0,false,false,false],[115,7,0,true,true,false],[124,12,0,true,true,false],[124,25,0,true,true,false],[124,27,0,true,false,false],[124,34,0,true,true,false],[126,10,0,true,true,false],[130,61,0,true,true,false],[130,63,0,true,false,false],[131,61,0,true,true,false],[131,63,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":124,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":0,"notcovered":35,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift","mcdc_records":[],"segments":[[8,53,0,true,true,false],[10,6,0,false,false,false],[13,26,0,true,true,false],[15,6,0,false,false,false],[97,96,0,true,true,false],[98,14,0,true,true,false],[99,16,0,true,true,false],[100,48,0,true,true,false],[101,37,0,true,true,false],[101,69,0,true,false,false],[102,21,0,true,true,false],[103,37,0,true,true,false],[103,68,0,true,false,false],[104,14,0,true,true,false],[105,10,0,true,false,false],[106,6,0,false,false,false],[114,74,0,true,true,false],[117,6,0,false,false,false],[140,42,0,true,true,false],[141,78,0,true,true,false],[143,10,0,true,true,false],[145,12,0,true,true,false],[146,89,0,true,true,false],[147,50,0,true,false,false],[148,43,0,true,true,false],[150,10,0,true,false,false],[150,17,0,true,true,false],[152,10,0,true,false,false],[153,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":44,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[10,20,0,true,false,false],[11,9,0,true,true,false],[11,28,0,true,false,false],[12,9,0,true,true,false],[12,23,0,true,false,false],[13,10,0,true,true,false],[14,6,0,false,false,false],[16,31,0,true,true,false],[17,16,0,true,true,false],[17,20,0,true,false,false],[18,9,0,true,true,false],[18,43,0,true,false,false],[19,9,0,true,true,false],[19,45,0,true,false,false],[20,9,0,true,true,false],[20,27,0,true,false,false],[21,10,0,true,true,false],[22,6,0,false,false,false],[24,27,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,38,0,true,false,false],[27,9,0,true,true,false],[27,41,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,10,0,true,true,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":20,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift","mcdc_records":[],"segments":[[74,46,0,true,true,false],[82,6,0,false,false,false],[88,48,0,true,true,false],[90,41,0,true,true,false],[90,60,0,true,false,false],[91,6,0,false,false,false],[122,19,0,true,true,false],[123,48,0,true,true,false],[125,10,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift","mcdc_records":[],"segments":[[87,42,0,true,true,false],[90,6,0,false,false,false],[97,78,0,true,true,false],[98,12,0,true,true,false],[98,29,0,true,false,false],[98,44,0,true,true,false],[100,10,0,true,false,false],[100,19,0,true,true,false],[100,37,0,true,false,false],[100,51,0,true,true,false],[103,10,0,true,true,false],[104,19,0,true,false,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift","mcdc_records":[],"segments":[[66,33,0,true,true,false],[67,25,0,true,true,false],[68,26,0,true,true,false],[69,6,0,false,false,false],[75,66,0,true,true,false],[76,12,0,true,true,false],[76,27,0,true,false,false],[76,40,0,true,true,false],[77,30,0,true,true,false],[78,10,0,true,false,false],[78,19,0,true,true,false],[78,35,0,true,false,false],[78,47,0,true,true,false],[79,29,0,true,true,false],[80,10,0,true,true,false],[81,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":11,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift","mcdc_records":[],"segments":[[66,60,0,true,true,false],[68,6,0,false,false,false],[78,59,0,true,true,false],[80,6,0,false,false,false],[90,62,0,true,true,false],[92,6,0,false,false,false],[102,60,0,true,true,false],[104,6,0,false,false,false],[114,63,0,true,true,false],[116,6,0,false,false,false],[124,33,0,true,true,false],[126,6,0,false,false,false],[138,22,0,true,true,false],[139,16,0,true,true,false],[139,20,0,true,false,false],[140,9,0,true,true,false],[140,29,0,true,false,false],[141,9,0,true,true,false],[141,27,0,true,false,false],[142,9,0,true,true,false],[142,33,0,true,false,false],[143,9,0,true,true,false],[143,29,0,true,false,false],[144,9,0,true,true,false],[144,35,0,true,false,false],[145,10,0,true,true,false],[146,6,0,false,false,false],[149,24,0,true,true,false],[150,16,0,true,true,false],[150,20,0,true,false,false],[151,9,0,true,true,false],[151,28,0,true,false,false],[152,9,0,true,true,false],[152,29,0,true,false,false],[153,9,0,true,true,false],[153,32,0,true,false,false],[154,9,0,true,true,false],[154,27,0,true,false,false],[155,9,0,true,true,false],[155,31,0,true,false,false],[156,10,0,true,true,false],[157,6,0,false,false,false],[160,52,0,true,true,false],[162,6,0,false,false,false],[216,28,0,true,true,false],[217,16,0,true,true,false],[217,20,0,true,false,false],[218,9,0,true,true,false],[218,45,0,true,false,false],[219,9,0,true,true,false],[219,33,0,true,false,false],[220,9,0,true,true,false],[220,34,0,true,false,false],[221,9,0,true,true,false],[221,49,0,true,false,false],[222,10,0,true,true,false],[223,6,0,false,false,false],[241,62,0,true,true,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":50,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":31,"covered":0,"notcovered":31,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift","mcdc_records":[],"segments":[[78,5,0,true,true,false],[81,6,0,false,false,false],[89,40,0,true,true,false],[92,6,0,false,false,false],[97,53,0,true,true,false],[100,6,0,false,false,false],[109,29,0,true,true,false],[110,16,0,true,true,false],[110,20,0,true,false,false],[111,9,0,true,true,false],[112,28,0,true,false,false],[113,9,0,true,true,false],[114,31,0,true,false,false],[115,9,0,true,true,false],[116,31,0,true,false,false],[117,10,0,true,true,false],[118,6,0,false,false,false],[120,36,0,true,true,false],[121,16,0,true,true,false],[121,20,0,true,false,false],[122,9,0,true,true,false],[123,49,0,true,false,false],[124,9,0,true,true,false],[125,52,0,true,false,false],[126,9,0,true,true,false],[127,52,0,true,false,false],[128,10,0,true,true,false],[129,6,0,false,false,false],[138,29,0,true,true,false],[139,16,0,true,true,false],[139,20,0,true,false,false],[140,9,0,true,true,false],[141,85,0,true,true,false],[141,94,0,true,false,false],[142,9,0,true,true,false],[143,64,0,true,false,false],[144,9,0,true,true,false],[145,22,0,true,false,false],[147,6,0,false,false,false],[157,25,0,true,true,false],[158,33,0,true,true,false],[158,48,0,true,true,false],[159,21,0,true,false,false],[160,6,0,false,false,false],[162,26,0,true,true,false],[163,16,0,true,true,false],[163,20,0,true,false,false],[164,9,0,true,true,false],[165,17,0,true,false,false],[166,9,0,true,true,false],[167,18,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,29,0,true,true,false],[172,16,0,true,true,false],[172,20,0,true,false,false],[173,9,0,true,true,false],[174,22,0,true,false,false],[175,9,0,true,true,false],[176,21,0,true,false,false],[177,9,0,true,true,false],[178,22,0,true,false,false],[179,9,0,true,true,false],[180,32,0,true,false,false],[181,10,0,true,true,false],[182,6,0,false,false,false],[191,29,0,true,true,false],[192,16,0,true,true,false],[192,20,0,true,false,false],[193,9,0,true,true,false],[193,27,0,true,false,false],[194,9,0,true,true,false],[194,31,0,true,false,false],[195,9,0,true,true,false],[195,25,0,true,false,false],[196,10,0,true,true,false],[197,6,0,false,false,false],[209,29,0,true,true,false],[210,39,0,true,true,false],[210,50,0,true,false,false],[211,6,0,false,false,false],[214,33,0,true,true,false],[215,37,0,true,true,false],[215,54,0,true,false,false],[216,6,0,false,false,false],[219,70,0,true,true,false],[221,6,0,false,false,false],[231,29,0,true,true,false],[232,45,0,true,true,false],[232,76,0,true,false,false],[233,6,0,false,false,false],[236,32,0,true,true,false],[240,9,0,true,true,false],[243,10,0,true,true,false],[247,9,0,true,true,false],[250,10,0,true,true,false],[253,12,0,true,true,false],[253,47,0,true,false,false],[253,48,0,true,true,false],[255,10,0,true,true,false],[257,19,0,true,false,false],[258,6,0,false,false,false],[261,35,0,true,true,false],[274,6,0,false,false,false],[276,68,0,true,true,false],[277,29,0,true,true,false],[279,10,0,true,false,false],[280,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":134,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":0,"notcovered":60,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift","mcdc_records":[],"segments":[[24,11,0,true,true,false],[28,10,0,false,false,false],[38,7,0,true,true,false],[41,6,0,false,false,false],[49,19,0,true,true,false],[51,48,0,true,true,false],[53,10,0,true,true,false],[55,12,0,true,true,false],[55,35,0,true,false,false],[55,36,0,true,true,false],[57,10,0,true,false,false],[63,12,0,true,true,false],[63,46,0,true,false,false],[63,47,0,true,true,false],[64,61,0,true,true,false],[67,14,0,true,true,false],[68,10,0,true,true,false],[71,47,0,true,true,false],[71,50,0,true,false,false],[71,53,0,true,true,false],[71,58,0,true,false,false],[72,6,0,false,false,false],[77,75,0,true,true,false],[81,6,0,false,false,false],[84,68,0,true,true,false],[92,12,0,true,true,false],[92,25,0,true,false,false],[92,49,0,true,true,false],[94,96,0,true,true,false],[101,14,0,true,true,false],[102,10,0,true,true,false],[104,21,0,true,false,false],[105,6,0,false,false,false],[108,45,0,true,true,false],[116,6,0,false,false,false],[121,55,0,true,true,false],[124,6,0,false,false,false],[135,19,0,true,true,false],[139,12,0,true,true,false],[139,35,0,true,false,false],[139,36,0,true,true,false],[143,10,0,true,false,false],[151,11,0,true,true,false],[153,10,0,true,true,false],[156,47,0,true,true,false],[156,50,0,true,false,false],[156,53,0,true,true,false],[156,58,0,true,false,false],[157,6,0,false,false,false],[164,19,0,true,true,false],[169,12,0,true,true,false],[169,26,0,true,false,false],[169,27,0,true,true,false],[172,10,0,true,false,false],[175,6,0,false,false,false],[182,53,0,true,true,false],[190,6,0,false,false,false],[193,54,0,true,true,false],[201,6,0,false,false,false],[204,56,0,true,true,false],[212,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":135,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift","mcdc_records":[],"segments":[[31,7,0,true,true,false],[36,6,0,false,false,false],[42,49,0,true,true,false],[42,51,0,false,false,false],[43,44,0,true,true,false],[43,46,0,false,false,false],[44,25,0,true,true,false],[44,95,0,false,false,false],[46,19,0,true,true,false],[46,21,0,false,false,false],[49,74,0,true,true,false],[50,20,0,true,true,false],[53,10,0,true,false,false],[55,6,0,false,false,false],[58,92,0,true,true,false],[59,20,0,true,true,false],[63,10,0,true,false,false],[65,6,0,false,false,false],[68,53,0,true,true,false],[69,20,0,true,true,false],[70,64,0,true,true,false],[74,14,0,true,false,false],[76,6,0,false,false,false],[79,35,0,true,true,false],[80,20,0,true,true,false],[83,10,0,true,false,false],[85,6,0,false,false,false],[88,49,0,true,true,false],[89,20,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[100,29,0,true,true,false],[102,70,0,true,true,false],[104,10,0,true,true,false],[109,53,0,true,true,false],[111,10,0,true,true,false],[114,60,0,true,true,false],[114,92,0,true,false,false],[116,66,0,true,true,false],[117,58,0,true,true,false],[125,14,0,true,true,false],[129,16,0,true,true,false],[136,20,0,true,true,false],[136,33,0,true,false,false],[136,34,0,true,true,false],[144,18,0,true,true,false],[147,20,0,true,true,false],[147,32,0,true,false,false],[147,101,0,true,true,false],[150,18,0,true,false,false],[153,14,0,true,true,false],[154,10,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false],[165,77,0,true,true,false],[174,6,0,false,false,false],[178,83,0,true,true,false],[181,16,0,true,true,false],[181,21,0,true,false,false],[182,9,0,true,true,false],[183,45,0,true,true,false],[183,64,0,true,false,false],[183,68,0,true,true,false],[183,94,0,true,false,false],[184,9,0,true,true,false],[185,51,0,true,true,false],[185,76,0,true,false,false],[186,20,0,true,true,false],[186,48,0,true,false,false],[186,52,0,true,true,false],[186,78,0,true,false,false],[186,82,0,true,true,false],[186,106,0,true,false,false],[187,20,0,true,true,false],[187,50,0,true,false,false],[187,54,0,true,true,false],[187,85,0,true,false,false],[188,20,0,true,true,false],[188,45,0,true,false,false],[189,9,0,true,true,false],[190,24,0,true,false,false],[192,6,0,false,false,false],[194,76,0,true,true,false],[197,16,0,true,true,false],[198,66,0,true,false,false],[199,16,0,true,true,false],[199,44,0,true,false,false],[200,6,0,false,false,false],[210,36,0,true,true,false],[212,6,0,false,false,false],[215,35,0,true,true,false],[217,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":183,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":0,"notcovered":53,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift","mcdc_records":[],"segments":[[11,58,0,true,true,false],[13,48,0,true,true,false],[17,16,0,true,true,false],[17,23,0,true,false,false],[17,24,0,true,true,false],[20,20,0,true,true,false],[20,52,0,true,false,false],[20,53,0,true,true,false],[23,18,0,true,false,false],[23,24,0,true,true,false],[28,18,0,true,true,false],[29,14,0,true,false,false],[29,20,0,true,true,false],[32,14,0,true,true,false],[33,10,0,true,true,false],[50,45,0,true,true,false],[52,18,0,true,true,false],[52,66,0,true,false,false],[55,45,0,true,true,false],[57,18,0,true,true,false],[57,66,0,true,false,false],[68,6,0,false,false,false],[71,23,0,true,true,false],[75,6,0,false,false,false],[77,28,0,true,true,false],[83,6,0,false,false,false],[88,61,0,true,true,false],[93,12,0,true,true,false],[93,23,0,true,false,false],[93,24,0,true,true,false],[95,10,0,true,true,false],[99,30,0,true,false,false],[100,6,0,false,false,false],[104,68,0,true,true,false],[110,54,0,true,true,false],[114,10,0,true,true,false],[118,12,0,true,true,false],[123,14,0,true,true,false],[128,18,0,true,true,false],[131,14,0,true,true,false],[135,16,0,true,true,false],[135,66,0,true,false,false],[135,67,0,true,true,false],[137,14,0,true,false,false],[138,16,0,true,true,false],[138,57,0,true,false,false],[138,58,0,true,true,false],[140,14,0,true,false,false],[141,16,0,true,true,false],[141,58,0,true,false,false],[141,59,0,true,true,false],[143,14,0,true,false,false],[150,13,0,true,true,false],[152,20,0,true,true,false],[152,55,0,true,false,false],[152,56,0,true,true,false],[155,18,0,true,false,false],[158,16,0,true,true,false],[158,32,0,true,false,false],[158,33,0,true,true,false],[160,14,0,true,false,false],[160,20,0,true,true,false],[163,41,0,true,true,false],[167,18,0,true,false,false],[170,17,0,true,true,false],[173,10,0,true,true,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":164,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift","mcdc_records":[],"segments":[[9,39,0,true,true,false],[10,58,0,true,true,false],[11,33,0,true,true,false],[12,19,0,true,false,false],[13,10,0,true,true,false],[18,44,0,true,true,false],[20,10,0,true,true,false],[22,65,0,true,true,false],[24,10,0,true,true,false],[27,63,0,true,true,false],[30,75,0,true,true,false],[34,14,0,true,false,false],[34,20,0,true,true,false],[36,14,0,true,false,false],[43,16,0,true,true,false],[43,26,0,true,false,false],[44,9,0,true,true,false],[48,16,0,true,true,false],[49,35,0,true,true,false],[51,23,0,true,false,false],[52,21,0,true,true,false],[53,20,0,true,true,false],[53,42,0,true,false,false],[53,43,0,true,true,false],[56,18,0,true,true,false],[58,98,0,true,false,false],[60,9,0,true,true,false],[62,73,0,true,false,false],[63,9,0,true,true,false],[64,16,0,true,true,false],[65,35,0,true,true,false],[67,23,0,true,false,false],[68,21,0,true,true,false],[70,20,0,true,true,false],[70,42,0,true,false,false],[70,43,0,true,true,false],[74,18,0,true,true,false],[75,20,0,true,true,false],[75,51,0,true,false,false],[75,52,0,true,true,false],[78,18,0,true,true,false],[80,83,0,true,false,false],[82,9,0,true,true,false],[88,16,0,true,true,false],[89,35,0,true,true,false],[92,23,0,true,false,false],[93,21,0,true,true,false],[99,14,0,true,false,false],[100,9,0,true,true,false],[101,16,0,true,true,false],[102,35,0,true,true,false],[103,23,0,true,false,false],[104,21,0,true,true,false],[107,14,0,true,false,false],[109,6,0,false,false,false],[113,41,0,true,true,false],[115,44,0,true,true,false],[117,10,0,true,true,false],[119,12,0,true,true,false],[119,40,0,true,true,false],[119,42,0,true,false,false],[119,49,0,true,true,false],[122,10,0,true,true,false],[123,6,0,false,false,false],[127,57,0,true,true,false],[132,75,0,true,true,false],[134,10,0,true,false,false],[136,6,0,false,false,false],[138,73,0,true,true,false],[139,12,0,true,true,false],[139,42,0,true,false,false],[139,43,0,true,true,false],[139,57,0,true,true,false],[145,12,0,true,true,false],[145,46,0,true,false,false],[145,47,0,true,true,false],[147,10,0,true,true,false],[151,12,0,true,true,false],[156,14,0,true,true,false],[157,16,0,true,true,false],[157,39,0,true,false,false],[157,40,0,true,true,false],[162,14,0,true,true,false],[163,10,0,true,false,false],[163,17,0,true,true,false],[166,10,0,true,true,false],[168,12,0,true,true,false],[173,14,0,true,true,false],[174,16,0,true,true,false],[174,42,0,true,false,false],[174,43,0,true,true,false],[179,14,0,true,true,false],[180,10,0,true,false,false],[180,17,0,true,true,false],[183,10,0,true,true,false],[185,12,0,true,true,false],[185,51,0,true,false,false],[185,52,0,true,true,false],[189,10,0,true,false,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":177,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":0,"notcovered":70,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift","mcdc_records":[],"segments":[[8,97,0,true,true,false],[9,51,0,true,true,false],[11,70,0,true,true,false],[16,20,0,true,true,false],[16,56,0,true,false,false],[16,79,0,true,true,false],[24,18,0,true,false,false],[24,27,0,true,true,false],[24,49,0,true,false,false],[24,50,0,true,true,false],[32,26,0,true,true,false],[34,22,0,true,false,false],[39,14,0,true,true,false],[41,10,0,true,true,false],[42,21,0,true,false,false],[43,6,0,false,false,false],[54,20,0,true,true,false],[56,12,0,true,true,false],[56,41,0,true,false,false],[56,42,0,true,true,false],[60,30,0,true,true,false],[60,83,0,true,false,false],[68,46,0,true,true,false],[68,54,0,true,true,false],[73,38,0,true,true,false],[73,43,0,true,false,false],[74,32,0,true,true,false],[74,40,0,true,false,false],[77,40,0,true,true,false],[80,20,0,true,true,false],[80,30,0,true,false,false],[80,31,0,true,true,false],[80,47,0,true,true,false],[82,28,0,true,false,false],[88,58,0,true,true,false],[90,18,0,true,true,false],[92,58,0,true,true,false],[92,68,0,true,true,false],[95,14,0,true,false,false],[98,25,0,true,true,false],[99,58,0,true,true,false],[99,68,0,true,true,false],[101,20,0,true,true,false],[101,27,0,true,false,false],[101,28,0,true,true,false],[104,18,0,true,false,false],[104,24,0,true,true,false],[105,49,0,true,true,false],[105,64,0,true,false,false],[111,6,0,false,false,false],[115,81,0,true,true,false],[116,57,0,true,true,false],[118,10,0,true,true,false],[119,6,0,false,false,false],[121,50,0,true,true,false],[122,62,0,true,true,false],[124,10,0,true,true,false],[125,6,0,false,false,false],[127,56,0,true,true,false],[128,68,0,true,true,false],[130,10,0,true,true,false],[131,6,0,false,false,false],[133,44,0,true,true,false],[134,56,0,true,true,false],[136,10,0,true,true,false],[137,6,0,false,false,false],[139,50,0,true,true,false],[140,62,0,true,true,false],[142,10,0,true,true,false],[143,6,0,false,false,false],[145,67,0,true,true,false],[146,79,0,true,true,false],[148,10,0,true,true,false],[149,6,0,false,false,false],[153,51,0,true,true,false],[154,63,0,true,true,false],[156,10,0,true,true,false],[157,6,0,false,false,false],[159,52,0,true,true,false],[160,64,0,true,true,false],[162,10,0,true,true,false],[163,6,0,false,false,false],[165,85,0,true,true,false],[166,61,0,true,true,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,61,0,true,true,false],[173,65,0,true,true,false],[177,10,0,true,true,false],[178,68,0,true,true,false],[179,6,0,false,false,false],[181,65,0,true,true,false],[182,62,0,true,true,false],[184,10,0,true,true,false],[185,6,0,false,false,false],[189,54,0,true,true,false],[192,46,0,true,true,false],[192,54,0,true,true,false],[194,58,0,true,true,false],[195,41,0,true,true,false],[196,20,0,true,true,false],[196,27,0,true,false,false],[196,28,0,true,true,false],[199,18,0,true,false,false],[199,24,0,true,true,false],[200,49,0,true,true,false],[200,64,0,true,false,false],[206,6,0,false,false,false],[208,48,0,true,true,false],[209,60,0,true,true,false],[211,10,0,true,true,false],[212,6,0,false,false,false],[214,48,0,true,true,false],[215,60,0,true,true,false],[217,10,0,true,true,false],[218,6,0,false,false,false],[220,49,0,true,true,false],[221,61,0,true,true,false],[223,10,0,true,true,false],[224,6,0,false,false,false],[230,56,0,true,true,false],[231,68,0,true,true,false],[233,10,0,true,true,false],[234,6,0,false,false,false],[241,60,0,true,true,false],[243,69,0,true,true,false],[245,10,0,true,true,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":350,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":0,"notcovered":91,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift","mcdc_records":[],"segments":[[12,62,0,true,true,false],[15,6,0,false,false,false],[23,56,0,true,true,false],[25,12,0,true,true,false],[25,34,0,true,false,false],[25,35,0,true,true,false],[25,50,0,true,true,false],[30,12,0,true,true,false],[31,104,0,true,true,false],[32,16,0,true,true,false],[32,36,0,true,false,false],[32,37,0,true,true,false],[34,20,0,true,true,false],[34,45,0,true,true,false],[34,66,0,true,false,false],[34,70,0,true,true,false],[34,89,0,true,false,false],[34,90,0,true,true,false],[39,18,0,true,true,false],[40,14,0,true,true,false],[41,10,0,true,false,false],[41,17,0,true,true,false],[43,10,0,true,true,false],[44,21,0,true,false,false],[45,6,0,false,false,false],[49,46,0,true,true,false],[51,45,0,true,true,false],[53,10,0,true,true,false],[56,12,0,true,true,false],[56,42,0,true,false,false],[56,43,0,true,true,false],[59,10,0,true,true,false],[62,46,0,true,true,false],[65,10,0,true,true,false],[67,12,0,true,true,false],[68,50,0,true,true,false],[68,100,0,true,true,false],[69,50,0,true,true,false],[76,34,0,true,true,false],[77,68,0,true,true,false],[77,74,0,true,false,false],[77,77,0,true,true,false],[77,89,0,true,false,false],[80,36,0,true,true,false],[83,22,0,true,false,false],[83,28,0,true,true,false],[84,44,0,true,true,false],[84,59,0,true,false,false],[92,59,0,true,true,false],[94,24,0,true,true,false],[94,43,0,true,false,false],[94,44,0,true,true,false],[98,30,0,true,true,false],[98,78,0,true,false,false],[100,28,0,true,true,false],[101,56,0,true,true,false],[104,26,0,true,false,false],[104,32,0,true,true,false],[109,34,0,true,true,false],[109,82,0,true,false,false],[115,17,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,52,0,true,true,false],[125,65,0,true,true,false],[127,10,0,true,true,false],[130,12,0,true,true,false],[130,23,0,true,false,false],[130,24,0,true,true,false],[134,10,0,true,false,false],[136,6,0,false,false,false],[145,50,0,true,true,false],[146,64,0,true,true,false],[148,10,0,true,true,false],[152,46,0,true,true,false],[155,10,0,true,true,false],[159,59,0,true,true,false],[162,10,0,true,true,false],[166,20,0,true,false,false],[167,6,0,false,false,false],[171,45,0,true,true,false],[172,46,0,true,true,false],[174,10,0,true,true,false],[176,50,0,true,false,false],[177,6,0,false,false,false],[180,49,0,true,true,false],[185,12,0,true,true,false],[185,41,0,true,false,false],[185,42,0,true,true,false],[187,10,0,true,true,false],[190,12,0,true,true,false],[190,22,0,true,false,false],[190,23,0,true,true,false],[192,10,0,true,true,false],[195,84,0,true,true,false],[197,10,0,true,true,false],[200,92,0,true,false,false],[201,6,0,false,false,false],[205,54,0,true,true,false],[208,6,0,false,false,false],[214,97,0,true,true,false],[218,12,0,true,true,false],[219,92,0,true,true,false],[220,16,0,true,true,false],[220,36,0,true,false,false],[220,37,0,true,true,false],[222,20,0,true,true,false],[222,65,0,true,true,false],[222,95,0,true,false,false],[222,96,0,true,true,false],[227,18,0,true,true,false],[228,14,0,true,true,false],[229,10,0,true,false,false],[229,17,0,true,true,false],[231,10,0,true,true,false],[232,54,0,true,true,false],[233,16,0,true,true,false],[244,18,0,true,true,false],[245,51,0,true,true,false],[245,64,0,true,true,false],[246,65,0,true,true,false],[246,76,0,true,false,false],[247,21,0,true,true,false],[249,14,0,true,false,false],[254,26,0,true,true,false],[257,45,0,true,true,false],[258,61,0,true,true,false],[258,75,0,true,true,false],[260,38,0,true,true,false],[260,41,0,true,false,false],[260,44,0,true,true,false],[260,47,0,true,false,false],[263,16,0,true,true,false],[263,40,0,true,false,false],[263,41,0,true,true,false],[263,50,0,true,true,false],[264,10,0,true,true,false],[265,12,0,true,true,false],[265,30,0,true,false,false],[265,31,0,true,true,false],[267,10,0,true,true,false],[273,87,0,true,true,false],[274,16,0,true,true,false],[275,88,0,true,true,false],[276,50,0,true,true,false],[277,38,0,true,true,false],[277,75,0,true,false,false],[277,79,0,true,true,false],[277,81,0,true,false,false],[278,58,0,true,true,false],[278,69,0,true,false,false],[279,20,0,true,true,false],[279,34,0,true,false,false],[279,35,0,true,true,false],[279,72,0,true,true,false],[280,14,0,true,false,false],[280,21,0,true,true,false],[282,14,0,true,true,false],[283,10,0,true,true,false],[284,18,0,true,false,false],[285,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":357,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift","mcdc_records":[],"segments":[[23,89,0,true,true,false],[25,6,0,false,false,false],[29,87,0,true,true,false],[31,6,0,false,false,false],[59,39,0,true,true,false],[59,41,0,false,false,false],[63,20,0,true,true,false],[65,6,0,false,false,false],[67,12,0,true,true,false],[70,6,0,false,false,false],[83,51,0,true,true,false],[83,77,0,false,false,false],[84,55,0,true,true,false],[84,73,0,false,false,false],[85,28,0,true,true,false],[85,52,0,true,true,false],[85,54,0,false,false,false],[86,36,0,true,true,false],[86,65,0,true,true,false],[86,97,0,true,true,false],[86,99,0,true,true,false],[86,101,0,false,false,false],[99,35,0,true,true,false],[100,16,0,true,true,false],[100,20,0,true,false,false],[101,9,0,true,true,false],[102,49,0,true,false,false],[103,9,0,true,true,false],[104,53,0,true,false,false],[105,9,0,true,true,false],[106,49,0,true,false,false],[107,9,0,true,true,false],[108,50,0,true,false,false],[109,9,0,true,true,false],[110,56,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[114,37,0,true,true,false],[115,16,0,true,true,false],[115,20,0,true,false,false],[116,9,0,true,true,false],[117,92,0,true,false,false],[118,9,0,true,true,false],[119,82,0,true,false,false],[120,9,0,true,true,false],[121,61,0,true,false,false],[122,9,0,true,true,false],[123,80,0,true,false,false],[124,10,0,true,true,false],[125,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":44,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift","mcdc_records":[],"segments":[[57,20,0,true,true,false],[60,6,0,false,false,false],[70,45,0,true,true,false],[71,9,0,false,true,false],[71,18,0,true,false,false],[74,9,0,false,true,false],[77,15,0,true,false,false],[78,6,0,false,false,false],[85,81,0,true,true,false],[88,16,0,true,true,false],[88,34,0,true,false,false],[89,9,0,true,true,false],[90,92,0,true,false,false],[91,9,0,true,true,false],[92,90,0,true,false,false],[93,10,0,true,true,false],[94,6,0,false,false,false],[97,49,0,true,true,false],[108,84,0,true,true,false],[110,6,0,false,false,false],[117,20,0,true,true,false],[125,10,0,true,true,false],[126,6,0,false,false,false],[129,56,0,true,true,false],[134,16,0,true,true,false],[134,34,0,true,false,false],[135,9,0,true,true,false],[136,16,0,true,true,false],[137,91,0,true,true,false],[139,14,0,true,false,false],[139,21,0,true,true,false],[141,66,0,true,true,false],[142,14,0,true,false,false],[143,9,0,true,true,false],[144,62,0,true,false,false],[145,10,0,true,true,false],[146,6,0,false,false,false],[148,92,0,true,true,false],[149,9,0,false,true,false],[149,18,0,true,false,false],[150,57,0,true,true,false],[152,14,0,true,true,false],[153,9,0,false,true,false],[153,15,0,true,false,false],[155,6,0,false,false,false],[157,51,0,true,true,false],[158,9,0,false,true,false],[158,18,0,true,false,false],[159,63,0,true,true,false],[160,37,0,true,true,false],[161,23,0,true,false,false],[162,14,0,true,true,false],[163,9,0,false,true,false],[163,15,0,true,false,false],[164,51,0,true,true,false],[165,6,0,false,false,false],[168,50,0,true,true,false],[172,12,0,true,true,false],[172,74,0,true,true,false],[172,75,0,true,true,false],[176,10,0,true,true,false],[178,16,0,true,true,false],[178,34,0,true,false,false],[179,9,0,true,true,false],[180,16,0,true,true,false],[181,74,0,true,true,false],[183,14,0,true,false,false],[183,21,0,true,true,false],[185,48,0,true,true,false],[186,14,0,true,false,false],[187,9,0,true,true,false],[188,44,0,true,false,false],[189,10,0,true,true,false],[192,12,0,true,true,false],[192,75,0,true,true,false],[192,76,0,true,true,false],[194,10,0,true,false,false],[195,6,0,false,false,false],[200,77,0,true,true,false],[204,12,0,true,true,false],[204,41,0,true,false,false],[204,42,0,true,true,false],[208,10,0,true,true,false],[210,58,0,true,true,false],[210,80,0,true,false,false],[212,36,0,true,true,false],[215,10,0,true,true,false],[217,12,0,true,true,false],[217,34,0,true,false,false],[217,35,0,true,true,false],[219,10,0,true,false,false],[224,9,0,true,true,false],[230,10,0,true,true,false],[234,38,0,true,true,false],[239,20,0,true,false,false],[240,6,0,false,false,false],[243,56,0,true,true,false],[246,41,0,true,true,false],[247,6,0,false,false,false],[250,44,0,true,true,false],[253,16,0,true,true,false],[253,34,0,true,false,false],[254,9,0,true,true,false],[255,49,0,true,false,false],[256,9,0,true,true,false],[257,47,0,true,false,false],[258,10,0,true,true,false],[259,6,0,false,false,false],[262,50,0,true,true,false],[265,16,0,true,true,false],[265,34,0,true,false,false],[266,9,0,true,true,false],[267,16,0,true,true,false],[267,54,0,true,true,false],[267,56,0,true,false,false],[267,63,0,true,true,false],[271,51,0,true,true,false],[272,14,0,true,false,false],[273,9,0,true,true,false],[274,47,0,true,false,false],[275,10,0,true,true,false],[276,6,0,false,false,false],[279,67,0,true,true,false],[283,16,0,true,true,false],[283,34,0,true,false,false],[284,9,0,true,true,false],[285,16,0,true,true,false],[285,65,0,true,true,false],[285,67,0,true,false,false],[285,74,0,true,true,false],[289,62,0,true,true,false],[290,14,0,true,false,false],[291,9,0,true,true,false],[292,58,0,true,false,false],[293,10,0,true,true,false],[294,6,0,false,false,false],[299,51,0,true,true,false],[302,16,0,true,true,false],[302,34,0,true,false,false],[303,9,0,true,true,false],[304,43,0,true,false,false],[305,9,0,true,true,false],[306,41,0,true,false,false],[307,10,0,true,true,false],[308,6,0,false,false,false],[311,52,0,true,true,false],[314,16,0,true,true,false],[314,34,0,true,false,false],[315,9,0,true,true,false],[316,47,0,true,false,false],[317,9,0,true,true,false],[318,45,0,true,false,false],[319,10,0,true,true,false],[320,6,0,false,false,false],[323,85,0,true,true,false],[326,16,0,true,true,false],[326,34,0,true,false,false],[327,9,0,true,true,false],[328,86,0,true,false,false],[329,9,0,true,true,false],[330,84,0,true,false,false],[331,10,0,true,true,false],[332,6,0,false,false,false],[339,61,0,true,true,false],[343,16,0,true,true,false],[343,34,0,true,false,false],[344,9,0,true,true,false],[345,16,0,true,true,false],[347,55,0,true,true,false],[349,14,0,true,false,false],[349,21,0,true,true,false],[352,53,0,true,true,false],[354,14,0,true,false,false],[355,9,0,true,true,false],[356,49,0,true,false,false],[357,10,0,true,true,false],[358,6,0,false,false,false],[363,52,0,true,true,false],[366,16,0,true,true,false],[366,34,0,true,false,false],[367,9,0,true,true,false],[368,55,0,true,false,false],[369,9,0,true,true,false],[370,53,0,true,false,false],[371,10,0,true,true,false],[372,6,0,false,false,false],[375,48,0,true,true,false],[378,16,0,true,true,false],[378,34,0,true,false,false],[379,9,0,true,true,false],[380,44,0,true,false,false],[381,9,0,true,true,false],[382,42,0,true,false,false],[383,10,0,true,true,false],[384,6,0,false,false,false],[390,64,0,true,true,false],[393,16,0,true,true,false],[393,34,0,true,false,false],[394,9,0,true,true,false],[395,68,0,true,false,false],[396,9,0,true,true,false],[397,66,0,true,false,false],[399,6,0,false,false,false],[404,46,0,true,true,false],[407,16,0,true,true,false],[407,34,0,true,false,false],[408,9,0,true,true,false],[409,51,0,true,false,false],[410,9,0,true,true,false],[411,49,0,true,false,false],[412,10,0,true,true,false],[416,80,0,true,true,false],[417,6,0,false,false,false],[425,95,0,true,true,false],[426,103,0,true,true,false],[427,6,0,false,false,false],[429,56,0,true,true,false],[432,41,0,true,true,false],[433,6,0,false,false,false],[435,58,0,true,true,false],[436,12,0,true,true,false],[437,64,0,true,true,false],[438,10,0,true,false,false],[438,17,0,true,true,false],[442,47,0,true,true,false],[443,10,0,true,true,false],[444,6,0,false,false,false],[446,58,0,true,true,false],[447,12,0,true,true,false],[448,70,0,true,true,false],[449,10,0,true,false,false],[449,17,0,true,true,false],[453,47,0,true,true,false],[454,10,0,true,true,false],[455,6,0,false,false,false],[457,64,0,true,true,false],[459,65,0,true,true,false],[459,75,0,true,true,false],[465,12,0,true,true,false],[466,89,0,true,true,false],[467,10,0,true,false,false],[467,17,0,true,true,false],[469,10,0,true,true,false],[470,6,0,false,false,false],[472,69,0,true,true,false],[473,83,0,true,true,false],[474,6,0,false,false,false],[476,52,0,true,true,false],[477,67,0,true,true,false],[478,6,0,false,false,false],[480,56,0,true,true,false],[481,68,0,true,true,false],[482,6,0,false,false,false],[484,89,0,true,true,false],[487,10,0,true,true,false],[488,6,0,false,false,false],[490,60,0,true,true,false],[492,65,0,true,true,false],[497,10,0,true,true,false],[499,89,0,true,true,false],[500,6,0,false,false,false],[502,66,0,true,true,false],[503,61,0,true,true,false],[504,6,0,false,false,false],[507,54,0,true,true,false],[508,12,0,true,true,false],[510,55,0,true,true,false],[511,10,0,true,false,false],[511,17,0,true,true,false],[515,53,0,true,true,false],[516,10,0,true,true,false],[517,6,0,false,false,false],[519,53,0,true,true,false],[520,64,0,true,true,false],[521,6,0,false,false,false],[534,78,0,true,true,false],[546,12,0,true,true,false],[547,68,0,true,true,false],[548,10,0,true,false,false],[548,17,0,true,true,false],[552,10,0,true,true,false],[556,12,0,true,true,false],[557,70,0,true,true,false],[559,10,0,true,false,false],[559,17,0,true,true,false],[562,10,0,true,true,false],[570,15,0,true,true,false],[570,78,0,true,false,false],[570,79,0,true,true,false],[575,16,0,true,true,false],[575,25,0,true,false,false],[575,26,0,true,true,false],[579,14,0,true,true,false],[580,76,0,true,true,false],[581,10,0,true,true,false],[585,69,0,true,true,false],[592,12,0,true,true,false],[592,45,0,true,false,false],[592,46,0,true,true,false],[595,10,0,true,true,false],[598,21,0,true,false,false],[599,6,0,false,false,false],[601,60,0,true,true,false],[602,12,0,true,true,false],[603,76,0,true,true,false],[604,10,0,true,false,false],[604,17,0,true,true,false],[605,79,0,true,true,false],[605,104,0,true,false,false],[609,49,0,true,true,false],[610,10,0,true,true,false],[611,6,0,false,false,false],[615,49,0,true,true,false],[617,65,0,true,true,false],[618,6,0,false,false,false],[623,93,0,true,true,false],[637,10,0,true,true,false],[638,6,0,false,false,false],[646,20,0,true,true,false],[650,12,0,true,true,false],[650,20,0,true,false,false],[650,21,0,true,true,false],[652,10,0,true,true,false],[653,6,0,false,false,false],[657,71,0,true,true,false],[660,12,0,true,true,false],[660,20,0,true,false,false],[660,21,0,true,true,false],[662,10,0,true,true,false],[663,6,0,false,false,false],[667,53,0,true,true,false],[670,12,0,true,true,false],[670,20,0,true,false,false],[670,21,0,true,true,false],[672,10,0,true,true,false],[673,6,0,false,false,false],[677,54,0,true,true,false],[681,12,0,true,true,false],[681,20,0,true,false,false],[681,21,0,true,true,false],[683,10,0,true,true,false],[684,6,0,false,false,false],[688,56,0,true,true,false],[691,12,0,true,true,false],[691,20,0,true,false,false],[691,21,0,true,true,false],[693,10,0,true,true,false],[694,6,0,false,false,false],[698,56,0,true,true,false],[701,12,0,true,true,false],[701,20,0,true,false,false],[701,21,0,true,true,false],[703,10,0,true,true,false],[704,6,0,false,false,false],[708,67,0,true,true,false],[712,12,0,true,true,false],[712,20,0,true,false,false],[712,21,0,true,true,false],[714,10,0,true,true,false],[715,6,0,false,false,false],[718,50,0,true,true,false],[722,12,0,true,true,false],[722,20,0,true,false,false],[722,21,0,true,true,false],[724,10,0,true,true,false],[725,6,0,false,false,false],[728,54,0,true,true,false],[732,12,0,true,true,false],[732,20,0,true,false,false],[732,21,0,true,true,false],[734,10,0,true,true,false],[735,6,0,false,false,false],[738,91,0,true,true,false],[742,12,0,true,true,false],[742,20,0,true,false,false],[742,21,0,true,true,false],[744,10,0,true,true,false],[745,6,0,false,false,false],[748,58,0,true,true,false],[752,12,0,true,true,false],[752,20,0,true,false,false],[752,21,0,true,true,false],[754,10,0,true,true,false],[755,6,0,false,false,false],[758,64,0,true,true,false],[762,12,0,true,true,false],[763,95,0,true,true,false],[764,10,0,true,false,false],[764,17,0,true,true,false],[768,96,0,true,true,false],[769,10,0,true,true,false],[770,6,0,false,false,false],[773,51,0,true,true,false],[775,88,0,true,true,false],[776,6,0,false,false,false],[782,76,0,true,true,false],[799,12,0,true,true,false],[799,22,0,true,false,false],[799,23,0,true,true,false],[804,10,0,true,false,false],[816,12,0,true,true,false],[816,22,0,true,false,false],[816,23,0,true,true,false],[822,10,0,true,false,false],[822,16,0,true,true,false],[828,10,0,true,false,false],[836,12,0,true,true,false],[837,46,0,true,true,false],[838,10,0,true,false,false],[838,17,0,true,true,false],[841,10,0,true,true,false],[851,15,0,true,true,false],[851,82,0,true,false,false],[851,83,0,true,true,false],[852,16,0,true,true,false],[852,49,0,true,false,false],[852,50,0,true,true,false],[856,14,0,true,true,false],[857,76,0,true,true,false],[858,10,0,true,true,false],[864,12,0,true,true,false],[864,24,0,true,false,false],[864,25,0,true,true,false],[866,10,0,true,false,false],[866,16,0,true,true,false],[870,10,0,true,false,false],[872,6,0,false,false,false],[875,58,0,true,true,false],[878,12,0,true,true,false],[878,20,0,true,false,false],[878,21,0,true,true,false],[880,10,0,true,true,false],[881,6,0,false,false,false],[885,82,0,true,true,false],[889,10,0,true,true,false],[891,12,0,true,true,false],[891,32,0,true,false,false],[891,33,0,true,true,false],[893,10,0,true,false,false],[893,16,0,true,true,false],[901,10,0,true,true,false],[902,6,0,false,false,false],[905,88,0,true,true,false],[907,87,0,true,true,false],[909,12,0,true,true,false],[909,32,0,true,false,false],[909,33,0,true,true,false],[911,10,0,true,false,false],[911,16,0,true,true,false],[919,10,0,true,true,false],[920,6,0,false,false,false],[925,67,0,true,true,false],[931,6,0,false,false,false],[934,59,0,true,true,false],[936,25,0,true,true,false],[936,39,0,true,false,false],[937,6,0,false,false,false],[939,77,0,true,true,false],[943,9,0,true,true,false],[945,10,0,true,true,false],[950,6,0,false,false,false],[956,72,0,true,true,false],[957,69,0,true,true,false],[958,10,0,false,false,false],[960,53,0,true,true,false],[964,10,0,false,false,false],[978,35,0,true,true,false],[979,16,0,true,true,false],[979,20,0,true,false,false],[980,9,0,true,true,false],[981,46,0,true,false,false],[982,9,0,true,true,false],[983,43,0,true,false,false],[984,9,0,true,true,false],[985,88,0,true,false,false],[986,9,0,true,true,false],[987,78,0,true,false,false],[988,10,0,true,true,false],[989,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":65,"covered":0,"percent":0},"instantiations":{"count":65,"covered":0,"percent":0},"lines":{"count":742,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":305,"covered":0,"notcovered":305,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift","mcdc_records":[],"segments":[[6,95,0,true,true,false],[8,39,0,true,true,false],[9,6,0,false,false,false],[12,81,0,true,true,false],[21,27,0,true,true,false],[25,16,0,true,true,false],[25,44,0,true,false,false],[25,45,0,true,true,false],[29,14,0,true,false,false],[29,23,0,true,true,false],[29,53,0,true,false,false],[29,54,0,true,true,false],[33,14,0,true,false,false],[33,23,0,true,true,false],[33,37,0,true,false,false],[33,38,0,true,true,false],[37,14,0,true,true,false],[39,16,0,true,true,false],[39,24,0,true,false,false],[39,68,0,true,true,false],[41,14,0,true,false,false],[41,23,0,true,true,false],[41,33,0,true,false,false],[41,77,0,true,true,false],[43,14,0,true,false,false],[44,10,0,true,true,false],[48,83,0,true,true,false],[50,16,0,true,true,false],[50,35,0,true,false,false],[50,53,0,true,true,false],[52,14,0,true,false,false],[53,10,0,true,true,false],[57,90,0,true,true,false],[60,10,0,true,true,false],[65,24,0,true,false,false],[66,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":59,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift","mcdc_records":[],"segments":[[8,84,0,true,true,false],[9,12,0,true,true,false],[9,38,0,true,false,false],[9,39,0,true,true,false],[12,10,0,true,true,false],[15,77,0,true,true,false],[19,10,0,true,true,false],[23,12,0,true,true,false],[28,14,0,true,true,false],[31,16,0,true,true,false],[31,36,0,true,false,false],[31,37,0,true,true,false],[34,14,0,true,false,false],[34,20,0,true,true,false],[37,58,0,true,true,false],[37,85,0,true,true,false],[37,107,0,true,false,false],[37,109,0,true,true,false],[39,18,0,true,true,false],[41,20,0,true,true,false],[41,34,0,true,false,false],[41,35,0,true,true,false],[43,18,0,true,false,false],[50,17,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[64,100,0,true,true,false],[68,12,0,true,true,false],[68,38,0,true,false,false],[68,39,0,true,true,false],[73,10,0,true,true,false],[78,25,0,true,false,false],[79,6,0,false,false,false],[86,65,0,true,true,false],[91,58,0,true,true,false],[92,59,0,true,true,false],[96,14,0,true,false,false],[97,10,0,true,true,false],[101,27,0,true,true,false],[103,16,0,true,true,false],[103,42,0,true,false,false],[103,43,0,true,true,false],[105,20,0,true,true,false],[105,40,0,true,false,false],[105,41,0,true,true,false],[107,18,0,true,false,false],[109,10,0,true,true,false],[113,12,0,true,true,false],[113,26,0,true,false,false],[113,27,0,true,true,false],[115,16,0,true,true,false],[115,38,0,true,false,false],[115,39,0,true,true,false],[118,14,0,true,false,false],[122,6,0,false,false,false],[125,101,0,true,true,false],[135,12,0,true,true,false],[138,102,0,true,true,false],[139,75,0,true,true,false],[147,83,0,true,true,false],[150,20,0,true,true,false],[150,46,0,true,false,false],[150,47,0,true,true,false],[154,18,0,true,true,false],[156,42,0,true,false,false],[157,14,0,true,true,false],[168,14,0,true,true,false],[177,16,0,true,true,false],[177,31,0,true,false,false],[177,32,0,true,true,false],[179,14,0,true,false,false],[181,16,0,true,true,false],[181,36,0,true,false,false],[181,37,0,true,true,false],[185,14,0,true,false,false],[185,20,0,true,true,false],[188,20,0,true,true,false],[188,36,0,true,false,false],[188,37,0,true,true,false],[192,18,0,true,false,false],[192,24,0,true,true,false],[194,18,0,true,false,false],[197,59,0,true,true,false],[199,18,0,true,true,false],[200,39,0,true,false,false],[202,17,0,true,true,false],[204,16,0,true,true,false],[204,32,0,true,false,false],[204,33,0,true,true,false],[208,14,0,true,false,false],[208,20,0,true,true,false],[210,14,0,true,false,false],[219,6,0,false,false,false],[223,7,0,true,true,false],[224,84,0,true,true,false],[226,10,0,true,true,false],[228,12,0,true,true,false],[229,57,0,true,true,false],[230,30,0,true,false,false],[231,17,0,true,true,false],[233,10,0,true,false,false],[234,6,0,false,false,false],[236,79,0,true,true,false],[237,69,0,true,true,false],[237,79,0,true,true,false],[246,6,0,false,false,false],[248,76,0,true,true,false],[250,12,0,true,true,false],[250,21,0,true,false,false],[250,22,0,true,true,false],[252,10,0,true,false,false],[255,12,0,true,true,false],[255,22,0,true,false,false],[255,23,0,true,true,false],[259,10,0,true,false,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":239,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift","mcdc_records":[],"segments":[[24,33,0,true,true,false],[24,65,0,false,false,false],[28,71,0,true,true,false],[28,74,0,false,false,false],[31,27,0,true,true,false],[31,94,0,false,false,false],[33,29,0,true,true,false],[33,37,0,false,false,false],[37,49,0,true,true,false],[38,50,0,true,true,false],[40,10,0,true,false,false],[40,16,0,true,true,false],[42,10,0,true,false,false],[44,6,0,false,false,false],[48,56,0,true,true,false],[50,51,0,true,true,false],[50,68,0,true,true,false],[53,12,0,true,true,false],[54,44,0,true,true,false],[55,26,0,true,false,false],[56,17,0,true,true,false],[66,10,0,true,false,false],[67,6,0,false,false,false],[69,62,0,true,true,false],[72,12,0,true,true,false],[72,19,0,true,false,false],[72,20,0,true,true,false],[75,16,0,true,true,false],[76,56,0,true,true,false],[78,14,0,true,false,false],[78,21,0,true,true,false],[81,14,0,true,true,false],[82,10,0,true,true,false],[84,27,0,true,true,false],[86,10,0,true,true,false],[88,12,0,true,true,false],[89,75,0,true,true,false],[90,56,0,true,true,false],[95,38,0,true,true,false],[96,22,0,true,true,false],[96,62,0,true,false,false],[98,28,0,true,true,false],[100,14,0,true,true,false],[102,26,0,true,false,false],[103,43,0,true,true,false],[105,10,0,true,false,false],[105,17,0,true,true,false],[107,10,0,true,false,false],[108,6,0,false,false,false],[112,5,0,true,true,false],[118,46,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[127,73,0,true,true,false],[129,85,0,true,true,false],[131,10,0,true,true,false],[135,73,0,true,true,false],[135,79,0,true,false,false],[141,12,0,true,true,false],[141,32,0,true,false,false],[141,33,0,true,true,false],[142,51,0,true,true,false],[142,57,0,true,false,false],[145,16,0,true,true,false],[145,32,0,true,false,false],[145,33,0,true,true,false],[149,14,0,true,false,false],[163,6,0,false,false,false],[165,72,0,true,true,false],[166,39,0,true,true,false],[168,50,0,true,true,false],[168,65,0,true,false,false],[169,10,0,true,true,false],[171,60,0,true,true,false],[172,18,0,true,true,false],[174,14,0,true,false,false],[177,46,0,true,true,false],[179,10,0,true,false,false],[180,6,0,false,false,false],[185,60,0,true,true,false],[187,62,0,true,true,false],[192,12,0,true,true,false],[192,19,0,true,false,false],[192,20,0,true,true,false],[199,19,0,true,true,false],[199,63,0,true,false,false],[200,19,0,true,true,false],[200,36,0,true,false,false],[209,14,0,true,true,false],[213,10,0,true,false,false],[213,16,0,true,true,false],[215,10,0,true,true,false],[216,6,0,false,false,false],[223,20,0,true,true,false],[227,61,0,true,true,false],[228,49,0,true,true,false],[228,87,0,true,false,false],[230,10,0,true,true,false],[236,12,0,true,true,false],[236,30,0,true,false,false],[236,31,0,true,true,false],[238,85,0,true,true,false],[238,98,0,true,false,false],[241,10,0,true,true,false],[250,49,0,true,true,false],[252,10,0,true,false,false],[265,12,0,true,true,false],[265,31,0,true,false,false],[265,32,0,true,true,false],[269,10,0,true,true,false],[273,79,0,true,true,false],[288,34,0,true,true,false],[289,18,0,true,true,false],[289,61,0,true,false,false],[291,24,0,true,true,false],[293,10,0,true,true,false],[296,6,0,false,false,false],[299,75,0,true,true,false],[305,66,0,true,true,false],[306,6,0,false,false,false],[309,79,0,true,true,false],[311,63,0,true,true,false],[312,6,0,false,false,false],[315,75,0,true,true,false],[316,73,0,true,true,false],[318,55,0,true,true,false],[320,6,0,false,false,false],[328,5,0,true,true,false],[334,101,0,true,true,false],[352,74,0,true,true,false],[360,71,0,true,true,false],[373,26,0,true,false,false],[374,6,0,false,false,false],[380,5,0,true,true,false],[386,29,0,true,true,false],[390,16,0,true,true,false],[390,46,0,true,false,false],[390,78,0,true,true,false],[392,20,0,true,true,false],[392,55,0,true,false,false],[392,56,0,true,true,false],[401,18,0,true,false,false],[405,16,0,true,true,false],[405,45,0,true,true,false],[405,73,0,true,false,false],[405,74,0,true,true,false],[408,14,0,true,false,false],[411,16,0,true,true,false],[411,51,0,true,true,false],[411,80,0,true,false,false],[411,81,0,true,true,false],[414,14,0,true,true,false],[415,10,0,true,true,false],[417,30,0,true,false,false],[418,6,0,false,false,false],[421,60,0,true,true,false],[422,57,0,true,true,false],[423,6,0,false,false,false],[427,69,0,true,true,false],[433,101,0,true,true,false],[444,78,0,true,true,false],[453,74,0,true,true,false],[456,26,0,true,false,false],[457,6,0,false,false,false],[460,76,0,true,true,false],[464,76,0,true,true,false],[476,6,0,false,false,false],[480,43,0,true,true,false],[482,12,0,true,true,false],[483,35,0,true,true,false],[485,10,0,true,false,false],[485,17,0,true,true,false],[487,10,0,true,true,false],[488,6,0,false,false,false],[490,39,0,true,true,false],[493,6,0,false,false,false],[500,60,0,true,true,false],[504,6,0,false,false,false],[506,59,0,true,true,false],[507,82,0,true,true,false],[509,10,0,true,true,false],[513,14,0,true,true,false],[515,10,0,true,true,false],[517,64,0,true,false,false],[518,6,0,false,false,false],[520,74,0,true,true,false],[522,80,0,true,true,false],[524,10,0,true,false,false],[524,19,0,true,true,false],[524,76,0,true,false,false],[526,9,0,true,true,false],[528,10,0,true,false,false],[528,16,0,true,true,false],[530,10,0,true,true,false],[532,25,0,true,false,false],[533,6,0,false,false,false],[535,65,0,true,true,false],[539,6,0,false,false,false],[541,68,0,true,true,false],[545,6,0,false,false,false],[547,61,0,true,true,false],[548,51,0,true,true,false],[549,27,0,true,true,false],[550,20,0,true,true,false],[551,84,0,true,true,false],[553,18,0,true,false,false],[553,25,0,true,true,false],[555,18,0,true,true,false],[556,14,0,true,false,false],[557,10,0,true,true,false],[558,6,0,false,false,false],[560,71,0,true,true,false],[564,37,0,true,true,false],[567,10,0,true,true,false],[570,12,0,true,true,false],[570,34,0,true,false,false],[570,35,0,true,true,false],[571,49,0,true,true,false],[571,77,0,true,false,false],[571,83,0,true,true,false],[574,14,0,true,true,false],[575,10,0,true,true,false],[577,51,0,true,true,false],[578,27,0,true,true,false],[579,20,0,true,true,false],[580,86,0,true,true,false],[582,18,0,true,false,false],[582,25,0,true,true,false],[584,18,0,true,true,false],[585,14,0,true,false,false],[586,10,0,true,true,false],[587,6,0,false,false,false],[589,70,0,true,true,false],[590,51,0,true,true,false],[591,27,0,true,true,false],[592,20,0,true,true,false],[593,81,0,true,true,false],[595,18,0,true,false,false],[595,25,0,true,true,false],[597,18,0,true,true,false],[598,14,0,true,false,false],[599,10,0,true,true,false],[600,6,0,false,false,false],[602,58,0,true,true,false],[603,51,0,true,true,false],[604,27,0,true,true,false],[605,20,0,true,true,false],[610,22,0,true,true,false],[612,18,0,true,false,false],[612,25,0,true,true,false],[614,18,0,true,true,false],[615,14,0,true,false,false],[616,10,0,true,true,false],[617,6,0,false,false,false],[619,54,0,true,true,false],[620,39,0,true,true,false],[621,27,0,true,true,false],[623,14,0,true,false,false],[625,6,0,false,false,false],[635,78,0,true,true,false],[641,40,0,true,true,false],[642,16,0,true,true,false],[642,49,0,true,false,false],[642,50,0,true,true,false],[647,14,0,true,true,false],[648,10,0,true,true,false],[651,41,0,true,false,false],[652,6,0,false,false,false],[655,70,0,true,true,false],[724,44,0,true,true,false],[726,10,0,true,true,false],[729,12,0,true,true,false],[729,33,0,true,false,false],[729,34,0,true,true,false],[731,10,0,true,true,false],[734,12,0,true,true,false],[734,36,0,true,false,false],[734,37,0,true,true,false],[734,54,0,true,true,false],[735,12,0,true,true,false],[735,36,0,true,false,false],[735,37,0,true,true,false],[735,54,0,true,true,false],[738,26,0,true,false,false],[739,6,0,false,false,false],[742,76,0,true,true,false],[746,86,0,true,true,false],[746,101,0,true,false,false],[749,12,0,true,true,false],[749,26,0,true,false,false],[749,27,0,true,true,false],[751,10,0,true,true,false],[754,12,0,true,true,false],[754,28,0,true,false,false],[754,29,0,true,true,false],[756,41,0,true,true,false],[756,75,0,true,false,false],[758,10,0,true,true,false],[765,12,0,true,true,false],[765,33,0,true,false,false],[765,69,0,true,true,false],[768,39,0,true,true,false],[768,53,0,true,false,false],[770,10,0,true,true,false],[774,55,0,true,false,false],[775,6,0,false,false,false],[779,71,0,true,true,false],[783,102,0,true,true,false],[785,16,0,true,true,false],[785,77,0,true,false,false],[785,78,0,true,true,false],[787,14,0,true,true,false],[788,10,0,true,true,false],[812,12,0,true,true,false],[812,49,0,true,false,false],[812,50,0,true,true,false],[814,10,0,true,true,false],[817,31,0,true,false,false],[818,6,0,false,false,false],[829,56,0,true,true,false],[833,6,0,false,false,false],[835,12,0,true,true,false],[837,6,0,false,false,false],[839,34,0,true,true,false],[841,40,0,true,true,false],[844,10,0,true,true,false],[852,33,0,true,true,false],[854,10,0,true,false,false],[856,34,0,true,true,false],[858,10,0,true,false,false],[861,6,0,false,false,false],[863,33,0,true,true,false],[866,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":72,"covered":0,"percent":0},"instantiations":{"count":72,"covered":0,"percent":0},"lines":{"count":872,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":220,"covered":0,"notcovered":220,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift","mcdc_records":[],"segments":[[35,68,0,true,true,false],[39,43,0,true,true,false],[41,10,0,true,true,false],[44,49,0,true,true,false],[46,10,0,true,true,false],[49,50,0,true,true,false],[51,10,0,true,true,false],[54,44,0,true,true,false],[56,10,0,true,true,false],[58,19,0,true,false,false],[59,6,0,false,false,false],[65,77,0,true,true,false],[69,33,0,true,true,false],[70,16,0,true,true,false],[70,48,0,true,false,false],[70,49,0,true,true,false],[72,14,0,true,true,false],[73,10,0,true,true,false],[75,19,0,true,false,false],[76,6,0,false,false,false],[78,98,0,true,true,false],[81,49,0,true,true,false],[81,63,0,true,true,false],[85,32,0,true,true,false],[85,46,0,true,true,false],[91,38,0,true,true,false],[91,52,0,true,true,false],[95,14,0,true,true,false],[97,10,0,true,true,false],[108,12,0,true,true,false],[108,46,0,true,false,false],[108,66,0,true,true,false],[111,16,0,true,true,false],[111,40,0,true,false,false],[111,67,0,true,true,false],[113,68,0,true,true,false],[113,82,0,true,false,false],[126,6,0,false,false,false],[133,82,0,true,true,false],[134,35,0,true,true,false],[136,10,0,true,true,false],[138,16,0,true,true,false],[138,20,0,true,false,false],[139,9,0,true,true,false],[140,37,0,true,false,false],[141,9,0,true,true,false],[142,38,0,true,false,false],[143,9,0,true,true,false],[144,23,0,true,false,false],[146,6,0,false,false,false],[155,78,0,true,true,false],[157,45,0,true,true,false],[157,59,0,true,true,false],[161,49,0,true,true,false],[161,63,0,true,true,false],[165,32,0,true,true,false],[165,46,0,true,true,false],[170,62,0,true,true,false],[170,76,0,true,true,false],[172,50,0,true,true,false],[172,64,0,true,true,false],[176,71,0,true,true,false],[176,85,0,true,true,false],[181,46,0,true,true,false],[181,60,0,true,true,false],[186,37,0,true,true,false],[186,51,0,true,true,false],[190,46,0,true,true,false],[192,47,0,true,true,false],[192,60,0,true,false,false],[192,63,0,true,true,false],[192,81,0,true,false,false],[198,6,0,false,false,false],[204,72,0,true,true,false],[206,68,0,true,true,false],[206,82,0,true,true,false],[210,32,0,true,true,false],[210,46,0,true,true,false],[214,36,0,true,true,false],[214,50,0,true,true,false],[216,61,0,true,false,false],[217,6,0,false,false,false],[222,63,0,true,true,false],[227,27,0,true,true,false],[228,16,0,true,true,false],[228,27,0,true,false,false],[228,28,0,true,true,false],[231,14,0,true,false,false],[231,23,0,true,true,false],[231,34,0,true,false,false],[231,35,0,true,true,false],[234,20,0,true,true,false],[234,30,0,true,false,false],[234,49,0,true,true,false],[237,18,0,true,false,false],[238,23,0,true,true,false],[238,40,0,true,false,false],[238,53,0,true,true,false],[239,20,0,true,true,false],[239,36,0,true,false,false],[239,37,0,true,true,false],[242,18,0,true,false,false],[243,20,0,true,true,false],[245,14,0,true,false,false],[246,10,0,true,true,false],[248,12,0,true,true,false],[248,28,0,true,false,false],[248,29,0,true,true,false],[250,10,0,true,false,false],[252,30,0,true,true,false],[252,45,0,true,false,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":198,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift","mcdc_records":[],"segments":[[10,75,0,true,true,false],[13,6,0,false,false,false],[25,98,0,true,true,false],[27,48,0,true,true,false],[27,87,0,true,false,false],[29,6,0,false,false,false],[36,111,0,true,true,false],[37,52,0,true,true,false],[40,10,0,true,true,false],[42,16,0,true,true,false],[42,24,0,true,false,false],[43,9,0,true,true,false],[44,84,0,true,false,false],[45,9,0,true,true,false],[46,113,0,true,false,false],[47,9,0,true,true,false],[48,38,0,true,false,false],[49,9,0,true,true,false],[50,81,0,true,false,false],[52,6,0,false,false,false],[60,117,0,true,true,false],[67,6,0,false,false,false],[72,129,0,true,true,false],[73,32,0,true,true,false],[73,77,0,true,false,false],[76,6,0,false,false,false],[82,121,0,true,true,false],[84,60,0,true,true,false],[84,86,0,true,false,false],[95,49,0,true,true,false],[95,63,0,true,false,false],[95,66,0,true,true,false],[95,81,0,true,false,false],[96,51,0,true,true,false],[96,66,0,true,false,false],[96,69,0,true,true,false],[96,85,0,true,false,false],[99,12,0,true,true,false],[99,37,0,true,false,false],[99,38,0,true,true,false],[102,10,0,true,false,false],[102,19,0,true,true,false],[102,30,0,true,false,false],[102,31,0,true,true,false],[105,10,0,true,false,false],[105,19,0,true,true,false],[105,44,0,true,false,false],[105,45,0,true,true,false],[107,45,0,true,true,false],[107,90,0,true,false,false],[109,16,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[119,121,0,true,true,false],[120,38,0,true,true,false],[123,10,0,true,true,false],[125,36,0,true,true,false],[127,10,0,true,false,false],[131,6,0,false,false,false],[139,17,0,true,true,false],[140,16,0,true,true,false],[140,24,0,true,false,false],[141,9,0,true,true,false],[142,71,0,true,false,false],[143,9,0,true,true,false],[144,83,0,true,false,false],[145,10,0,true,true,false],[146,6,0,false,false,false],[150,71,0,true,true,false],[152,37,0,true,true,false],[152,51,0,true,true,false],[154,12,0,true,true,false],[154,33,0,true,false,false],[154,72,0,true,true,false],[155,20,0,true,true,false],[155,57,0,true,false,false],[156,13,0,true,true,false],[157,64,0,true,false,false],[158,13,0,true,true,false],[159,27,0,true,false,false],[161,10,0,true,true,false],[163,32,0,true,true,false],[163,85,0,true,false,false],[165,6,0,false,false,false],[171,114,0,true,true,false],[176,12,0,true,true,false],[176,30,0,true,false,false],[176,31,0,true,true,false],[177,16,0,true,true,false],[177,45,0,true,false,false],[177,46,0,true,true,false],[179,14,0,true,false,false],[179,20,0,true,true,false],[182,56,0,true,true,false],[184,28,0,true,true,false],[184,49,0,true,false,false],[185,21,0,true,true,false],[189,97,0,true,false,false],[190,21,0,true,true,false],[196,99,0,true,false,false],[197,22,0,true,true,false],[198,18,0,true,true,false],[199,70,0,true,false,false],[201,10,0,true,true,false],[204,12,0,true,true,false],[204,28,0,true,false,false],[204,29,0,true,true,false],[206,10,0,true,true,false],[211,21,0,true,true,false],[211,36,0,true,false,false],[213,12,0,true,true,false],[213,28,0,true,false,false],[213,29,0,true,true,false],[215,41,0,true,true,false],[215,86,0,true,false,false],[217,10,0,true,true,false],[220,61,0,true,false,false],[221,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":169,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":0,"notcovered":68,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift","mcdc_records":[],"segments":[[4,62,0,true,true,false],[5,57,0,true,true,false],[5,72,0,true,true,false],[6,38,0,true,false,false],[7,6,0,false,false,false],[10,54,0,true,true,false],[15,26,0,true,true,false],[16,16,0,true,true,false],[16,27,0,true,false,false],[16,28,0,true,true,false],[19,14,0,true,false,false],[19,23,0,true,true,false],[19,34,0,true,false,false],[19,35,0,true,true,false],[22,20,0,true,true,false],[22,30,0,true,false,false],[22,49,0,true,true,false],[25,18,0,true,false,false],[26,23,0,true,true,false],[26,40,0,true,false,false],[26,53,0,true,true,false],[27,20,0,true,true,false],[27,36,0,true,false,false],[27,37,0,true,true,false],[30,18,0,true,false,false],[31,20,0,true,true,false],[33,14,0,true,false,false],[34,10,0,true,true,false],[36,12,0,true,true,false],[36,28,0,true,false,false],[36,29,0,true,true,false],[38,10,0,true,false,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":36,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift","mcdc_records":[],"segments":[[11,54,0,true,true,false],[17,65,0,true,true,false],[20,10,0,true,true,false],[22,74,0,true,true,false],[25,10,0,true,true,false],[30,84,0,true,true,false],[33,10,0,true,true,false],[39,62,0,true,true,false],[40,46,0,true,true,false],[42,14,0,true,true,false],[43,10,0,true,true,false],[46,20,0,true,false,false],[47,6,0,false,false,false],[51,65,0,true,true,false],[54,21,0,true,true,false],[54,38,0,true,true,false],[54,49,0,true,false,false],[54,53,0,true,true,false],[54,62,0,true,false,false],[56,39,0,true,true,false],[57,53,0,true,true,false],[57,75,0,true,false,false],[59,10,0,true,true,false],[61,57,0,true,true,false],[63,10,0,true,true,false],[65,34,0,true,false,false],[66,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift","mcdc_records":[],"segments":[[41,88,0,true,true,false],[53,57,0,true,true,false],[60,16,0,true,true,false],[60,41,0,true,false,false],[60,42,0,true,true,false],[61,20,0,true,true,false],[61,58,0,true,false,false],[61,59,0,true,true,false],[64,18,0,true,false,false],[69,33,0,true,true,false],[69,64,0,true,false,false],[69,65,0,true,true,false],[72,14,0,true,false,false],[72,20,0,true,true,false],[75,14,0,true,false,false],[106,21,0,true,true,false],[107,70,0,true,true,false],[107,87,0,true,true,false],[108,42,0,true,true,false],[108,59,0,true,true,false],[109,16,0,true,true,false],[109,78,0,true,false,false],[109,79,0,true,true,false],[109,96,0,true,true,false],[111,101,0,true,false,false],[117,66,0,true,true,false],[119,51,0,true,true,false],[119,78,0,true,false,false],[120,46,0,true,true,false],[120,97,0,true,false,false],[121,77,0,true,true,false],[121,79,0,true,false,false],[124,10,0,true,true,false],[126,77,0,true,true,false],[127,16,0,true,true,false],[127,60,0,true,false,false],[127,61,0,true,true,false],[130,14,0,true,false,false],[131,10,0,true,true,false],[133,39,0,true,true,false],[134,92,0,true,true,false],[134,104,0,true,true,false],[138,16,0,true,true,false],[138,55,0,true,false,false],[138,56,0,true,true,false],[140,14,0,true,true,false],[145,16,0,true,true,false],[145,51,0,true,false,false],[145,52,0,true,true,false],[151,37,0,true,true,false],[151,67,0,true,false,false],[151,68,0,true,true,false],[152,24,0,true,true,false],[152,60,0,true,false,false],[152,61,0,true,true,false],[155,22,0,true,false,false],[155,28,0,true,true,false],[160,22,0,true,false,false],[161,24,0,true,true,false],[166,18,0,true,false,false],[170,32,0,true,true,false],[170,62,0,true,false,false],[170,63,0,true,true,false],[176,18,0,true,false,false],[176,24,0,true,true,false],[183,18,0,true,false,false],[187,10,0,true,true,false],[189,66,0,true,true,false],[196,60,0,true,true,false],[196,87,0,true,false,false],[197,63,0,true,true,false],[197,89,0,true,false,false],[200,47,0,true,true,false],[201,73,0,true,true,false],[201,126,0,true,false,false],[204,14,0,true,true,false],[206,16,0,true,true,false],[206,39,0,true,false,false],[206,40,0,true,true,false],[207,20,0,true,true,false],[207,47,0,true,false,false],[207,48,0,true,true,false],[210,18,0,true,false,false],[210,24,0,true,true,false],[212,18,0,true,false,false],[215,14,0,true,true,false],[216,47,0,true,true,false],[225,20,0,true,true,false],[225,43,0,true,false,false],[225,44,0,true,true,false],[233,18,0,true,false,false],[233,27,0,true,true,false],[233,47,0,true,false,false],[233,48,0,true,true,false],[239,18,0,true,false,false],[239,27,0,true,true,false],[239,55,0,true,false,false],[239,81,0,true,true,false],[244,18,0,true,false,false],[244,24,0,true,true,false],[247,18,0,true,false,false],[249,20,0,true,true,false],[249,51,0,true,false,false],[249,52,0,true,true,false],[256,18,0,true,false,false],[258,24,0,true,true,false],[258,55,0,true,false,false],[258,56,0,true,true,false],[260,22,0,true,false,false],[260,28,0,true,true,false],[262,22,0,true,false,false],[271,16,0,true,true,false],[271,71,0,true,false,false],[273,13,0,true,true,false],[274,77,0,true,true,false],[274,93,0,true,true,false],[274,104,0,true,false,false],[277,88,0,true,true,false],[277,90,0,true,false,false],[279,111,0,true,true,false],[279,144,0,true,false,false],[280,75,0,true,true,false],[280,85,0,true,false,false],[286,52,0,true,true,false],[298,18,0,true,false,false],[303,10,0,true,true,false],[305,12,0,true,true,false],[305,34,0,true,false,false],[305,35,0,true,true,false],[307,40,0,true,true,false],[310,14,0,true,true,false],[321,10,0,true,false,false],[324,6,0,false,false,false],[329,30,0,true,true,false],[334,57,0,true,true,false],[336,56,0,true,true,false],[336,58,0,true,false,false],[339,39,0,true,true,false],[340,92,0,true,true,false],[340,104,0,true,true,false],[342,72,0,true,true,false],[342,74,0,true,false,false],[343,10,0,true,true,false],[350,21,0,true,true,false],[350,32,0,true,false,false],[351,25,0,true,true,false],[354,22,0,true,true,false],[356,18,0,true,true,false],[358,118,0,true,true,false],[358,123,0,true,false,false],[364,90,0,true,true,false],[366,10,0,true,false,false],[367,66,0,true,true,false],[368,70,0,true,true,false],[368,82,0,true,true,false],[369,64,0,true,true,false],[369,76,0,true,true,false],[370,16,0,true,true,false],[370,52,0,true,false,false],[370,53,0,true,true,false],[372,14,0,true,false,false],[373,16,0,true,true,false],[373,46,0,true,false,false],[373,47,0,true,true,false],[375,14,0,true,false,false],[376,10,0,true,true,false],[382,10,0,true,false,false],[383,6,0,false,false,false],[385,83,0,true,true,false],[386,16,0,true,true,false],[386,40,0,true,false,false],[387,9,0,true,true,false],[388,54,0,true,false,false],[389,9,0,true,true,false],[390,62,0,true,false,false],[391,9,0,true,true,false],[392,54,0,true,false,false],[393,9,0,true,true,false],[395,32,0,true,false,false],[396,9,0,true,true,false],[397,60,0,true,false,false],[398,9,0,true,true,false],[399,58,0,true,false,false],[400,9,0,true,true,false],[401,55,0,true,false,false],[402,9,0,true,true,false],[403,32,0,true,false,false],[404,10,0,true,true,false],[405,6,0,false,false,false],[407,85,0,true,true,false],[415,29,0,true,true,false],[417,40,0,true,true,false],[418,66,0,true,true,false],[421,63,0,true,true,false],[423,22,0,true,true,false],[430,18,0,true,false,false],[430,24,0,true,true,false],[434,18,0,true,false,false],[436,14,0,true,true,false],[438,10,0,true,true,false],[444,51,0,true,true,false],[447,33,0,true,true,false],[448,79,0,true,true,false],[448,91,0,true,true,false],[449,51,0,true,true,false],[452,18,0,true,false,false],[453,14,0,true,true,false],[455,10,0,true,true,false],[457,22,0,true,false,false],[458,6,0,false,false,false],[470,19,0,true,true,false],[479,43,0,true,true,false],[481,46,0,true,true,false],[481,60,0,true,true,false],[484,52,0,true,true,false],[484,66,0,true,true,false],[485,45,0,true,true,false],[485,59,0,true,true,false],[488,53,0,true,true,false],[488,67,0,true,true,false],[489,26,0,true,false,false],[493,6,0,false,false,false],[495,68,0,true,true,false],[496,16,0,true,true,false],[496,19,0,true,false,false],[497,9,0,true,true,false],[498,19,0,true,false,false],[499,9,0,true,true,false],[500,19,0,true,false,false],[501,9,0,true,true,false],[502,16,0,true,false,false],[503,10,0,true,true,false],[504,6,0,false,false,false],[506,82,0,true,true,false],[512,6,0,false,false,false],[515,94,0,true,true,false],[521,6,0,false,false,false],[524,98,0,true,true,false],[530,6,0,false,false,false],[533,96,0,true,true,false],[539,6,0,false,false,false],[544,72,0,true,true,false],[548,54,0,true,true,false],[551,10,0,true,true,false],[554,48,0,true,true,false],[557,10,0,true,true,false],[560,29,0,true,false,false],[561,6,0,false,false,false],[566,65,0,true,true,false],[567,55,0,true,true,false],[567,66,0,true,false,false],[569,12,0,true,true,false],[569,28,0,true,false,false],[569,29,0,true,true,false],[572,40,0,true,true,false],[572,93,0,true,false,false],[574,45,0,true,true,false],[577,10,0,true,true,false],[578,22,0,true,false,false],[579,6,0,false,false,false],[583,65,0,true,true,false],[587,12,0,true,true,false],[587,38,0,true,true,false],[587,59,0,true,false,false],[587,60,0,true,true,false],[589,10,0,true,true,false],[602,61,0,true,true,false],[602,96,0,true,false,false],[602,103,0,true,true,false],[604,10,0,true,true,false],[608,46,0,true,false,false],[609,6,0,false,false,false],[614,71,0,true,true,false],[631,60,0,true,true,false],[631,108,0,true,false,false],[631,110,0,true,true,false],[632,75,0,true,true,false],[632,86,0,true,false,false],[636,12,0,true,true,false],[636,29,0,true,false,false],[636,30,0,true,true,false],[639,10,0,true,true,false],[643,72,0,true,false,false],[644,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":680,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":180,"covered":0,"notcovered":180,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift","mcdc_records":[],"segments":[[8,66,0,true,true,false],[10,6,0,false,false,false],[12,59,0,true,true,false],[26,6,0,false,false,false],[28,53,0,true,true,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":32,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift","mcdc_records":[],"segments":[[19,51,0,true,true,false],[21,60,0,true,true,false],[22,57,0,true,true,false],[24,18,0,true,true,false],[25,14,0,true,true,false],[26,23,0,true,false,false],[27,10,0,false,false,false],[29,72,0,true,true,false],[30,47,0,true,true,false],[32,14,0,true,true,false],[34,48,0,true,true,false],[34,64,0,true,false,false],[36,10,0,false,false,false],[41,23,0,true,true,false],[42,47,0,true,true,false],[44,14,0,true,true,false],[47,41,0,true,false,false],[48,10,0,false,false,false],[50,82,0,true,true,false],[51,28,0,true,true,false],[52,49,0,true,true,false],[52,56,0,true,false,false],[53,49,0,true,true,false],[53,56,0,true,false,false],[54,20,0,true,true,false],[54,26,0,true,false,false],[54,27,0,true,true,false],[56,18,0,true,true,false],[57,29,0,true,false,false],[59,10,0,false,false,false],[65,23,0,true,true,false],[69,41,0,true,true,false],[71,38,0,true,true,false],[72,62,0,true,true,false],[72,85,0,true,false,false],[72,87,0,true,true,false],[75,22,0,true,false,false],[76,18,0,true,true,false],[77,20,0,true,true,false],[77,35,0,true,false,false],[77,36,0,true,true,false],[79,18,0,true,false,false],[80,14,0,true,true,false],[83,16,0,true,true,false],[83,34,0,true,false,false],[83,35,0,true,true,false],[84,43,0,true,true,false],[84,64,0,true,false,false],[87,29,0,true,true,false],[87,50,0,true,false,false],[88,10,0,false,false,false],[90,66,0,true,true,false],[91,36,0,true,true,false],[91,43,0,true,false,false],[91,54,0,true,true,false],[91,55,0,true,false,false],[92,37,0,true,true,false],[94,14,0,true,false,false],[96,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":85,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift","mcdc_records":[],"segments":[[8,93,0,true,true,false],[11,39,0,true,true,false],[12,71,0,true,true,false],[12,83,0,true,true,false],[17,57,0,true,true,false],[17,58,0,true,false,false],[18,56,0,true,true,false],[18,84,0,true,false,false],[18,87,0,true,true,false],[18,88,0,true,false,false],[20,99,0,true,true,false],[20,100,0,true,false,false],[39,10,0,true,true,false],[41,24,0,true,false,false],[42,6,0,false,false,false],[45,109,0,true,true,false],[48,39,0,true,true,false],[49,69,0,true,true,false],[49,81,0,true,true,false],[54,57,0,true,true,false],[54,58,0,true,false,false],[55,56,0,true,true,false],[55,84,0,true,false,false],[55,87,0,true,true,false],[55,88,0,true,false,false],[57,99,0,true,true,false],[57,100,0,true,false,false],[79,10,0,true,true,false],[81,24,0,true,false,false],[82,6,0,false,false,false],[86,93,0,true,true,false],[90,36,0,true,true,false],[95,42,0,true,true,false],[103,14,0,true,true,false],[104,10,0,true,true,false],[106,24,0,true,false,false],[107,6,0,false,false,false],[110,96,0,true,true,false],[111,79,0,true,true,false],[113,10,0,true,true,false],[115,53,0,true,true,false],[115,88,0,true,true,false],[115,95,0,true,false,false],[116,55,0,true,true,false],[116,91,0,true,true,false],[116,98,0,true,false,false],[136,6,0,false,false,false],[139,94,0,true,true,false],[140,83,0,true,true,false],[142,10,0,true,true,false],[144,44,0,true,true,false],[146,10,0,true,true,false],[148,50,0,true,true,false],[148,85,0,true,true,false],[148,87,0,true,false,false],[148,91,0,true,true,false],[148,114,0,true,false,false],[149,6,0,false,false,false],[152,95,0,true,true,false],[156,21,0,true,true,false],[156,32,0,true,false,false],[158,21,0,true,true,false],[158,37,0,true,true,false],[158,65,0,true,false,false],[159,18,0,true,true,false],[160,33,0,true,true,false],[160,42,0,true,false,false],[160,43,0,true,true,false],[162,18,0,true,false,false],[162,24,0,true,true,false],[164,18,0,true,false,false],[172,12,0,true,true,false],[172,21,0,true,false,false],[172,22,0,true,true,false],[174,10,0,true,false,false],[177,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":182,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":48,"covered":0,"notcovered":48,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift","mcdc_records":[],"segments":[[11,47,0,true,true,false],[26,6,0,false,false,false],[28,74,0,true,true,false],[29,37,0,true,true,false],[29,50,0,true,true,false],[39,39,0,true,true,false],[43,10,0,true,false,false],[48,6,0,false,false,false],[52,67,0,true,true,false],[54,12,0,true,true,false],[54,33,0,true,false,false],[54,34,0,true,true,false],[56,10,0,true,true,false],[59,38,0,true,true,false],[61,10,0,true,true,false],[64,12,0,true,true,false],[64,39,0,true,false,false],[64,60,0,true,true,false],[66,10,0,true,true,false],[69,12,0,true,true,false],[69,44,0,true,true,false],[69,78,0,true,false,false],[69,82,0,true,true,false],[69,118,0,true,false,false],[69,147,0,true,true,false],[71,10,0,true,true,false],[74,22,0,true,false,false],[75,6,0,false,false,false],[79,63,0,true,true,false],[81,71,0,true,true,false],[83,10,0,true,true,false],[92,27,0,true,true,false],[93,16,0,true,true,false],[93,27,0,true,false,false],[93,28,0,true,true,false],[96,14,0,true,false,false],[96,23,0,true,true,false],[96,34,0,true,false,false],[96,35,0,true,true,false],[99,14,0,true,false,false],[99,23,0,true,true,false],[99,34,0,true,false,false],[99,52,0,true,true,false],[100,20,0,true,true,false],[100,33,0,true,false,false],[100,34,0,true,true,false],[102,18,0,true,false,false],[104,20,0,true,true,false],[106,14,0,true,false,false],[107,10,0,true,true,false],[110,40,0,true,true,false],[112,10,0,true,true,false],[119,27,0,true,true,false],[120,16,0,true,true,false],[120,27,0,true,false,false],[120,28,0,true,true,false],[123,14,0,true,false,false],[123,23,0,true,true,false],[123,34,0,true,false,false],[123,35,0,true,true,false],[126,14,0,true,false,false],[126,23,0,true,true,false],[126,34,0,true,false,false],[126,52,0,true,true,false],[129,20,0,true,true,false],[129,36,0,true,false,false],[129,37,0,true,true,false],[131,18,0,true,false,false],[133,20,0,true,true,false],[135,14,0,true,false,false],[136,10,0,true,true,false],[140,12,0,true,true,false],[140,28,0,true,false,false],[140,29,0,true,true,false],[142,10,0,true,false,false],[146,6,0,false,false,false],[149,68,0,true,true,false],[154,65,0,true,true,false],[156,10,0,true,true,false],[165,15,0,true,true,false],[165,41,0,true,false,false],[165,42,0,true,true,false],[167,16,0,true,true,false],[167,27,0,true,false,false],[167,28,0,true,true,false],[169,14,0,true,false,false],[169,23,0,true,true,false],[169,34,0,true,false,false],[169,35,0,true,true,false],[171,20,0,true,true,false],[171,30,0,true,false,false],[171,31,0,true,true,false],[174,18,0,true,true,false],[175,14,0,true,true,false],[177,10,0,true,true,false],[179,33,0,true,true,false],[181,10,0,true,true,false],[190,12,0,true,true,false],[190,41,0,true,false,false],[190,42,0,true,true,false],[194,10,0,true,true,false],[196,22,0,true,false,false],[197,6,0,false,false,false],[202,80,0,true,true,false],[203,36,0,true,true,false],[203,49,0,true,true,false],[215,29,0,true,true,false],[219,10,0,true,true,false],[221,52,0,true,false,false],[222,6,0,false,false,false],[225,78,0,true,true,false],[226,43,0,true,true,false],[226,56,0,true,true,false],[236,36,0,true,true,false],[241,10,0,true,true,false],[243,52,0,true,false,false],[244,6,0,false,false,false],[246,85,0,true,true,false],[247,41,0,true,true,false],[247,54,0,true,true,false],[257,34,0,true,true,false],[259,39,0,true,true,false],[262,14,0,true,true,false],[265,10,0,true,true,false],[267,12,0,true,true,false],[267,28,0,true,false,false],[267,29,0,true,true,false],[267,51,0,true,false,false],[269,6,0,false,false,false],[271,98,0,true,true,false],[272,39,0,true,true,false],[272,52,0,true,true,false],[283,35,0,true,true,false],[286,10,0,true,true,false],[289,52,0,true,false,false],[290,6,0,false,false,false],[293,82,0,true,true,false],[294,55,0,true,true,false],[294,68,0,true,true,false],[305,36,0,true,true,false],[311,42,0,true,true,false],[313,14,0,true,true,false],[316,39,0,true,true,false],[319,14,0,true,true,false],[323,10,0,true,true,false],[325,12,0,true,true,false],[325,28,0,true,false,false],[325,29,0,true,true,false],[325,51,0,true,false,false],[327,6,0,false,false,false],[329,74,0,true,true,false],[339,12,0,true,true,false],[339,26,0,true,false,false],[339,27,0,true,true,false],[341,10,0,true,false,false],[341,16,0,true,true,false],[342,33,0,true,true,false],[345,14,0,true,true,false],[346,16,0,true,true,false],[346,32,0,true,false,false],[346,33,0,true,true,false],[346,55,0,true,false,false],[350,6,0,false,false,false],[356,17,0,true,true,false],[360,12,0,true,true,false],[360,26,0,true,false,false],[360,27,0,true,true,false],[369,10,0,true,false,false],[372,12,0,true,true,false],[372,26,0,true,false,false],[372,27,0,true,true,false],[374,10,0,true,false,false],[374,16,0,true,true,false],[375,33,0,true,true,false],[378,14,0,true,true,false],[379,16,0,true,true,false],[379,32,0,true,false,false],[379,33,0,true,true,false],[379,55,0,true,false,false],[383,6,0,false,false,false],[389,5,0,true,true,false],[395,6,0,false,false,false],[397,94,0,true,true,false],[403,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":369,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":122,"covered":0,"notcovered":122,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift","mcdc_records":[],"segments":[[24,7,0,true,true,false],[31,6,0,false,false,false],[34,81,0,true,true,false],[37,6,0,false,false,false],[46,17,0,true,true,false],[47,57,0,true,true,false],[47,81,0,true,false,false],[47,84,0,true,true,false],[47,95,0,true,false,false],[48,12,0,true,true,false],[48,49,0,true,true,false],[48,102,0,true,false,false],[48,104,0,true,true,false],[50,10,0,true,false,false],[52,61,0,true,true,false],[52,72,0,true,false,false],[57,25,0,true,true,false],[57,58,0,true,false,false],[60,97,0,true,true,false],[60,140,0,true,false,false],[67,157,0,true,true,false],[67,168,0,true,false,false],[69,51,0,true,true,false],[69,57,0,true,false,false],[73,46,0,true,true,false],[73,52,0,true,false,false],[73,55,0,true,true,false],[73,67,0,true,false,false],[93,106,0,true,true,false],[97,16,0,true,true,false],[97,49,0,true,false,false],[97,50,0,true,true,false],[99,14,0,true,true,false],[100,36,0,true,false,false],[102,53,0,true,true,false],[103,70,0,true,true,false],[104,46,0,true,true,false],[104,49,0,true,false,false],[116,34,0,true,true,false],[116,58,0,true,false,false],[116,59,0,true,true,false],[121,10,0,true,false,false],[121,16,0,true,true,false],[123,10,0,true,false,false],[140,17,0,true,true,false],[140,32,0,true,false,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":134,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift","mcdc_records":[],"segments":[[4,73,0,true,true,false],[10,27,0,true,true,false],[13,16,0,true,true,false],[13,31,0,true,false,false],[13,32,0,true,true,false],[13,44,0,true,true,false],[15,16,0,true,true,false],[15,35,0,true,false,false],[15,36,0,true,true,false],[16,60,0,true,true,false],[16,72,0,true,true,false],[18,44,0,true,true,false],[18,63,0,true,false,false],[19,26,0,true,true,false],[19,37,0,true,false,false],[20,52,0,true,true,false],[20,64,0,true,true,false],[25,20,0,true,true,false],[25,30,0,true,false,false],[25,57,0,true,true,false],[28,18,0,true,false,false],[30,14,0,true,true,false],[34,16,0,true,true,false],[34,30,0,true,false,false],[34,31,0,true,true,false],[35,20,0,true,true,false],[35,30,0,true,false,false],[35,57,0,true,true,false],[38,18,0,true,false,false],[40,14,0,true,true,false],[43,42,0,true,true,false],[43,54,0,true,true,false],[45,77,0,true,true,false],[45,89,0,true,true,false],[47,61,0,true,true,false],[47,80,0,true,false,false],[47,86,0,true,true,false],[47,97,0,true,false,false],[51,16,0,true,true,false],[51,26,0,true,false,false],[51,53,0,true,true,false],[54,14,0,true,false,false],[55,10,0,true,true,false],[57,22,0,true,false,false],[58,6,0,false,false,false],[60,81,0,true,true,false],[62,33,0,true,true,false],[63,77,0,true,true,false],[63,89,0,true,true,false],[65,10,0,true,true,false],[66,21,0,true,false,false],[67,6,0,false,false,false],[69,77,0,true,true,false],[71,73,0,true,true,false],[71,87,0,true,true,false],[73,48,0,true,true,false],[73,67,0,true,false,false],[73,73,0,true,true,false],[73,84,0,true,false,false],[74,58,0,true,true,false],[74,72,0,true,true,false],[75,24,0,true,false,false],[76,6,0,false,false,false],[78,60,0,true,true,false],[80,26,0,true,true,false],[81,16,0,true,true,false],[81,27,0,true,false,false],[81,28,0,true,true,false],[81,42,0,true,false,false],[82,16,0,true,true,false],[82,27,0,true,false,false],[82,28,0,true,true,false],[82,42,0,true,false,false],[83,10,0,true,true,false],[84,21,0,true,false,false],[85,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":85,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift","mcdc_records":[],"segments":[[12,43,0,true,true,false],[14,10,0,false,false,false],[18,76,0,true,true,false],[22,31,0,true,true,false],[23,60,0,true,true,false],[25,14,0,true,true,false],[27,10,0,true,true,false],[29,30,0,true,false,false],[30,6,0,false,false,false],[33,81,0,true,true,false],[34,31,0,true,true,false],[35,16,0,true,true,false],[35,48,0,true,false,false],[35,49,0,true,true,false],[37,14,0,true,true,false],[38,10,0,true,true,false],[39,19,0,true,false,false],[40,6,0,false,false,false],[43,61,0,true,true,false],[44,80,0,true,true,false],[46,10,0,true,true,false],[49,12,0,true,true,false],[49,25,0,true,false,false],[49,26,0,true,true,false],[49,42,0,true,true,false],[50,12,0,true,true,false],[50,25,0,true,false,false],[50,26,0,true,true,false],[50,42,0,true,true,false],[51,12,0,true,true,false],[51,25,0,true,false,false],[51,26,0,true,true,false],[51,42,0,true,true,false],[52,12,0,true,true,false],[52,25,0,true,false,false],[52,26,0,true,true,false],[52,42,0,true,true,false],[54,12,0,true,true,false],[54,30,0,true,false,false],[54,31,0,true,true,false],[56,16,0,true,true,false],[56,37,0,true,false,false],[56,38,0,true,true,false],[58,14,0,true,true,false],[59,25,0,true,false,false],[60,10,0,true,true,false],[62,12,0,true,true,false],[62,30,0,true,false,false],[62,31,0,true,true,false],[64,10,0,true,true,false],[66,49,0,true,true,false],[68,10,0,true,true,false],[70,52,0,true,true,false],[72,10,0,true,true,false],[74,19,0,true,false,false],[75,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift","mcdc_records":[],"segments":[[8,19,0,true,true,false],[8,21,0,false,false,false],[10,52,0,true,true,false],[11,12,0,true,true,false],[13,88,0,true,true,false],[14,24,0,true,false,false],[15,17,0,true,true,false],[16,16,0,true,true,false],[16,52,0,true,false,false],[16,53,0,true,true,false],[22,14,0,true,true,false],[25,25,0,true,false,false],[27,6,0,false,false,false],[29,54,0,true,true,false],[30,12,0,true,true,false],[32,88,0,true,true,false],[33,24,0,true,false,false],[34,17,0,true,true,false],[35,16,0,true,true,false],[35,52,0,true,false,false],[35,53,0,true,true,false],[41,14,0,true,true,false],[44,25,0,true,false,false],[46,6,0,false,false,false],[48,51,0,true,true,false],[49,12,0,true,true,false],[51,86,0,true,true,false],[52,24,0,true,false,false],[53,17,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[62,46,0,true,true,false],[63,68,0,true,true,false],[64,20,0,true,true,false],[64,35,0,true,false,false],[65,13,0,true,true,false],[66,93,0,true,false,false],[67,13,0,true,true,false],[68,29,0,true,false,false],[70,10,0,true,true,false],[73,76,0,true,false,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":61,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift","mcdc_records":[],"segments":[[9,54,0,true,true,false],[10,12,0,true,true,false],[10,38,0,true,false,false],[10,39,0,true,true,false],[12,10,0,true,true,false],[13,50,0,true,false,false],[14,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift","mcdc_records":[],"segments":[[5,19,0,true,true,false],[5,21,0,false,false,false],[7,52,0,true,true,false],[7,60,0,false,false,false],[8,54,0,true,true,false],[8,62,0,false,false,false],[9,51,0,true,true,false],[9,59,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":4,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift","mcdc_records":[],"segments":[[9,44,0,true,true,false],[9,46,0,false,false,false],[10,36,0,true,true,false],[10,40,0,false,false,false],[12,25,0,true,true,false],[13,29,0,true,true,false],[14,20,0,true,true,false],[21,33,0,true,true,false],[23,18,0,true,false,false],[27,16,0,true,true,false],[27,25,0,true,false,false],[27,26,0,true,true,false],[30,14,0,true,false,false],[30,20,0,true,true,false],[31,28,0,true,true,false],[32,62,0,true,true,false],[45,65,0,true,true,false],[55,26,0,true,false,false],[67,19,0,true,true,false],[69,10,0,true,false,false],[70,6,0,false,false,false],[72,42,0,true,true,false],[73,14,0,true,true,false],[78,33,0,true,true,false],[84,62,0,true,true,false],[84,75,0,true,false,false],[84,78,0,true,true,false],[84,95,0,true,false,false],[85,61,0,true,true,false],[85,72,0,true,false,false],[85,75,0,true,true,false],[85,90,0,true,false,false],[88,70,0,true,true,false],[88,83,0,true,false,false],[88,86,0,true,true,false],[88,103,0,true,false,false],[99,6,0,false,false,false],[108,25,0,true,true,false],[109,29,0,true,true,false],[110,20,0,true,true,false],[117,32,0,true,true,false],[119,18,0,true,false,false],[123,24,0,true,true,false],[124,58,0,true,true,false],[125,62,0,true,true,false],[129,65,0,true,true,false],[130,53,0,true,true,false],[135,30,0,true,false,false],[136,53,0,true,true,false],[141,30,0,true,false,false],[142,53,0,true,true,false],[147,30,0,true,false,false],[148,53,0,true,true,false],[153,30,0,true,false,false],[161,24,0,true,true,false],[161,73,0,true,false,false],[161,74,0,true,true,false],[162,65,0,true,true,false],[163,48,0,true,true,false],[167,30,0,true,false,false],[168,70,0,true,true,false],[169,100,0,true,true,false],[171,34,0,true,false,false],[178,22,0,true,true,false],[180,41,0,true,true,false],[181,59,0,true,true,false],[182,34,0,true,true,false],[185,30,0,true,false,false],[195,6,0,false,false,false],[204,25,0,true,true,false],[205,29,0,true,true,false],[206,20,0,true,true,false],[213,32,0,true,true,false],[215,18,0,true,false,false],[219,24,0,true,true,false],[220,58,0,true,true,false],[221,62,0,true,true,false],[225,65,0,true,true,false],[226,53,0,true,true,false],[231,30,0,true,false,false],[232,53,0,true,true,false],[237,30,0,true,false,false],[238,53,0,true,true,false],[243,30,0,true,false,false],[244,53,0,true,true,false],[249,30,0,true,false,false],[250,53,0,true,true,false],[255,30,0,true,false,false],[263,41,0,true,true,false],[264,59,0,true,true,false],[265,34,0,true,true,false],[268,30,0,true,false,false],[278,6,0,false,false,false],[287,25,0,true,true,false],[288,29,0,true,true,false],[289,20,0,true,true,false],[296,32,0,true,true,false],[298,18,0,true,false,false],[302,24,0,true,true,false],[303,58,0,true,true,false],[304,62,0,true,true,false],[314,65,0,true,true,false],[315,53,0,true,true,false],[320,30,0,true,false,false],[321,53,0,true,true,false],[326,30,0,true,false,false],[327,53,0,true,true,false],[332,30,0,true,false,false],[333,53,0,true,true,false],[338,30,0,true,false,false],[339,53,0,true,true,false],[345,30,0,true,false,false],[346,53,0,true,true,false],[350,73,0,true,true,false],[358,34,0,true,false,false],[360,53,0,true,true,false],[365,30,0,true,false,false],[373,61,0,true,true,false],[382,22,0,true,false,false],[387,41,0,true,true,false],[388,45,0,true,true,false],[389,60,0,true,true,false],[392,33,0,true,true,false],[394,34,0,true,false,false],[398,61,0,true,true,false],[400,30,0,true,false,false],[404,45,0,true,true,false],[405,55,0,true,true,false],[407,30,0,true,false,false],[410,60,0,true,true,false],[411,38,0,true,true,false],[414,34,0,true,false,false],[425,6,0,false,false,false],[427,48,0,true,true,false],[431,102,0,true,true,false],[431,115,0,true,false,false],[432,11,0,true,true,false],[434,10,0,true,false,false],[435,6,0,false,false,false],[437,50,0,true,true,false],[450,6,0,false,false,false],[456,63,0,true,true,false],[462,6,0,false,false,false],[464,66,0,true,true,false],[464,68,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":1945,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":92,"covered":0,"notcovered":92,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,49,0,true,true,false],[12,24,0,true,true,false],[13,38,0,true,true,false],[13,61,0,true,false,false],[13,64,0,true,true,false],[13,93,0,true,false,false],[18,20,0,true,true,false],[20,33,0,true,true,false],[20,47,0,true,false,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift","mcdc_records":[],"segments":[[15,46,0,true,true,false],[15,49,0,false,false,false],[17,25,0,true,true,false],[18,29,0,true,true,false],[22,53,0,true,true,false],[31,14,0,true,false,false],[48,23,0,true,true,false],[49,16,0,true,true,false],[49,37,0,true,false,false],[49,38,0,true,true,false],[51,14,0,true,false,false],[53,6,0,false,false,false],[56,47,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[62,47,0,true,false,false],[63,9,0,true,true,false],[66,48,0,true,false,false],[67,9,0,true,true,false],[71,47,0,true,false,false],[72,9,0,true,true,false],[76,45,0,true,false,false],[77,9,0,true,true,false],[78,32,0,true,true,false],[79,34,0,true,true,false],[81,18,0,true,false,false],[90,9,0,true,true,false],[94,56,0,true,false,false],[95,10,0,true,true,false],[96,6,0,false,false,false],[98,36,0,true,true,false],[107,6,0,false,false,false],[111,42,0,true,true,false],[112,12,0,true,true,false],[112,48,0,true,false,false],[112,49,0,true,true,false],[127,40,0,true,true,false],[129,14,0,true,false,false],[132,67,0,true,true,false],[135,17,0,true,true,false],[137,18,0,true,false,false],[140,71,0,true,true,false],[142,18,0,true,false,false],[144,19,0,true,true,false],[144,52,0,true,false,false],[144,53,0,true,true,false],[148,13,0,true,true,false],[150,14,0,true,false,false],[151,19,0,true,true,false],[151,58,0,true,false,false],[151,59,0,true,true,false],[154,107,0,true,true,false],[156,14,0,true,false,false],[159,67,0,true,true,false],[163,110,0,true,true,false],[163,123,0,true,false,false],[164,19,0,true,true,false],[166,18,0,true,false,false],[168,16,0,true,true,false],[170,97,0,true,true,false],[172,14,0,true,false,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":228,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift","mcdc_records":[],"segments":[[13,95,0,true,true,false],[18,6,0,false,false,false],[20,25,0,true,true,false],[21,55,0,true,true,false],[33,10,0,true,false,false],[35,23,0,true,true,false],[37,10,0,true,false,false],[39,30,0,true,true,false],[39,54,0,true,false,false],[39,57,0,true,true,false],[39,59,0,true,false,false],[40,6,0,false,false,false],[42,26,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[44,53,0,true,false,false],[45,9,0,true,true,false],[45,57,0,true,false,false],[46,9,0,true,true,false],[46,51,0,true,false,false],[47,9,0,true,true,false],[47,48,0,true,false,false],[48,9,0,true,true,false],[48,73,0,true,false,false],[49,10,0,true,true,false],[50,6,0,false,false,false],[53,31,0,true,true,false],[54,16,0,true,true,false],[54,22,0,true,false,false],[55,9,0,true,true,false],[58,63,0,true,false,false],[59,9,0,true,true,false],[61,34,0,true,false,false],[62,9,0,true,true,false],[65,63,0,true,false,false],[66,9,0,true,true,false],[69,63,0,true,false,false],[70,9,0,true,true,false],[73,63,0,true,false,false],[74,9,0,true,true,false],[77,63,0,true,false,false],[78,10,0,true,true,false],[79,6,0,false,false,false],[93,7,0,true,true,false],[98,6,0,false,false,false],[100,25,0,true,true,false],[101,55,0,true,true,false],[105,85,0,true,true,false],[111,14,0,true,false,false],[116,34,0,true,true,false],[118,14,0,true,true,false],[119,10,0,true,false,false],[121,6,0,false,false,false],[124,31,0,true,true,false],[125,16,0,true,true,false],[125,22,0,true,false,false],[126,9,0,true,true,false],[129,60,0,true,false,false],[130,9,0,true,true,false],[131,27,0,true,false,false],[132,9,0,true,true,false],[135,60,0,true,false,false],[136,9,0,true,true,false],[139,60,0,true,false,false],[140,9,0,true,true,false],[143,60,0,true,false,false],[144,9,0,true,true,false],[147,60,0,true,false,false],[148,10,0,true,true,false],[149,6,0,false,false,false],[160,56,0,true,true,false],[160,61,0,false,false,false],[162,25,0,true,true,false],[163,79,0,true,true,false],[164,59,0,true,true,false],[170,89,0,true,true,false],[179,18,0,true,false,false],[184,16,0,true,true,false],[184,42,0,true,false,false],[184,58,0,true,true,false],[185,24,0,true,true,false],[188,45,0,true,true,false],[188,56,0,true,false,false],[188,59,0,true,true,false],[188,64,0,true,false,false],[188,106,0,true,true,false],[190,22,0,true,false,false],[192,57,0,true,true,false],[193,57,0,true,true,false],[199,28,0,true,true,false],[207,28,0,true,true,false],[207,65,0,true,false,false],[207,66,0,true,true,false],[208,44,0,true,true,false],[210,30,0,true,false,false],[213,26,0,true,true,false],[214,22,0,true,false,false],[220,14,0,true,true,false],[221,10,0,true,false,false],[227,61,0,true,true,false],[228,34,0,true,true,false],[230,14,0,true,true,false],[231,10,0,true,false,false],[232,6,0,false,false,false],[234,32,0,true,true,false],[235,16,0,true,true,false],[235,30,0,true,false,false],[236,9,0,true,true,false],[237,37,0,true,false,false],[238,9,0,true,true,false],[239,39,0,true,false,false],[240,9,0,true,true,false],[241,36,0,true,false,false],[242,10,0,true,true,false],[243,6,0,false,false,false],[245,28,0,true,true,false],[246,16,0,true,true,false],[246,30,0,true,false,false],[247,9,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[250,38,0,true,false,false],[251,9,0,true,true,false],[252,35,0,true,false,false],[253,10,0,true,true,false],[254,6,0,false,false,false],[263,25,0,true,true,false],[264,56,0,true,true,false],[269,20,0,true,true,false],[280,14,0,true,false,false],[282,6,0,false,false,false],[291,25,0,true,true,false],[293,56,0,true,true,false],[294,57,0,true,true,false],[302,28,0,true,true,false],[302,52,0,true,false,false],[311,6,0,false,false,false],[313,55,0,true,true,false],[314,57,0,true,true,false],[314,58,0,true,false,false],[315,6,0,false,false,false],[326,25,0,true,true,false],[329,44,0,true,true,false],[329,45,0,true,false,false],[329,48,0,true,true,false],[329,49,0,true,false,false],[329,76,0,true,true,false],[329,77,0,true,false,false],[329,80,0,true,true,false],[329,81,0,true,false,false],[333,42,0,true,true,false],[333,89,0,true,false,false],[333,92,0,true,true,false],[333,98,0,true,false,false],[336,38,0,true,true,false],[336,41,0,true,false,false],[336,44,0,true,true,false],[336,47,0,true,false,false],[338,27,0,true,true,false],[338,38,0,true,false,false],[342,49,0,true,true,false],[342,73,0,true,false,false],[342,76,0,true,true,false],[342,85,0,true,false,false],[345,6,0,false,false,false],[347,32,0,true,true,false],[348,12,0,true,true,false],[348,21,0,true,false,false],[348,22,0,true,true,false],[348,66,0,true,true,false],[349,12,0,true,true,false],[349,26,0,true,false,false],[349,27,0,true,true,false],[349,85,0,true,true,false],[350,62,0,true,false,false],[351,6,0,false,false,false],[353,34,0,true,true,false],[354,12,0,true,true,false],[354,27,0,true,false,false],[354,44,0,true,true,false],[354,96,0,true,true,false],[355,49,0,true,false,false],[356,6,0,false,false,false],[358,44,0,true,true,false],[359,33,0,true,true,false],[359,47,0,true,false,false],[359,50,0,true,true,false],[359,81,0,true,false,false],[360,12,0,true,true,false],[360,27,0,true,false,false],[360,44,0,true,true,false],[360,69,0,true,false,false],[362,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":535,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":109,"covered":0,"notcovered":109,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift","mcdc_records":[],"segments":[[17,26,0,true,true,false],[18,16,0,true,true,false],[18,22,0,true,false,false],[19,9,0,true,true,false],[20,54,0,true,false,false],[21,9,0,true,true,false],[22,53,0,true,false,false],[23,9,0,true,true,false],[24,56,0,true,false,false],[25,9,0,true,true,false],[26,15,0,true,false,false],[27,10,0,true,true,false],[28,6,0,false,false,false],[32,83,0,true,true,false],[36,12,0,true,true,false],[36,42,0,true,false,false],[36,77,0,true,true,false],[38,10,0,true,false,false],[41,12,0,true,true,false],[41,50,0,true,false,false],[41,51,0,true,true,false],[43,10,0,true,false,false],[46,12,0,true,true,false],[46,46,0,true,false,false],[46,47,0,true,true,false],[47,16,0,true,true,false],[47,57,0,true,false,false],[47,58,0,true,true,false],[49,14,0,true,false,false],[54,16,0,true,true,false],[54,60,0,true,false,false],[54,61,0,true,true,false],[56,14,0,true,false,false],[60,12,0,true,true,false],[60,63,0,true,true,false],[60,94,0,true,false,false],[60,95,0,true,true,false],[62,10,0,true,false,false],[65,12,0,true,true,false],[65,52,0,true,false,false],[65,53,0,true,true,false],[67,16,0,true,true,false],[67,60,0,true,false,false],[67,108,0,true,true,false],[69,14,0,true,false,false],[74,12,0,true,true,false],[74,35,0,true,false,false],[74,36,0,true,true,false],[76,46,0,true,true,false],[76,72,0,true,false,false],[76,75,0,true,true,false],[76,99,0,true,false,false],[80,12,0,true,true,false],[80,55,0,true,false,false],[80,56,0,true,true,false],[82,10,0,true,false,false],[85,6,0,false,false,false],[88,84,0,true,true,false],[92,12,0,true,true,false],[92,42,0,true,false,false],[92,77,0,true,true,false],[94,10,0,true,false,false],[97,12,0,true,true,false],[97,50,0,true,false,false],[97,51,0,true,true,false],[99,10,0,true,false,false],[102,12,0,true,true,false],[102,46,0,true,false,false],[102,47,0,true,true,false],[103,16,0,true,true,false],[103,57,0,true,false,false],[103,58,0,true,true,false],[105,14,0,true,false,false],[110,16,0,true,true,false],[110,60,0,true,false,false],[110,61,0,true,true,false],[112,14,0,true,false,false],[116,12,0,true,true,false],[116,52,0,true,false,false],[116,53,0,true,true,false],[118,16,0,true,true,false],[118,60,0,true,false,false],[118,108,0,true,true,false],[120,14,0,true,false,false],[125,12,0,true,true,false],[125,35,0,true,false,false],[125,36,0,true,true,false],[127,10,0,true,false,false],[134,6,0,false,false,false],[137,88,0,true,true,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":118,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift","mcdc_records":[],"segments":[[9,61,0,true,true,false],[10,16,0,true,true,false],[10,22,0,true,false,false],[11,9,0,true,true,false],[12,62,0,true,false,false],[13,9,0,true,true,false],[14,67,0,true,false,false],[15,9,0,true,true,false],[16,46,0,true,false,false],[17,9,0,true,true,false],[18,37,0,true,false,false],[19,9,0,true,true,false],[20,47,0,true,false,false],[21,9,0,true,true,false],[22,41,0,true,false,false],[23,9,0,true,true,false],[24,47,0,true,false,false],[25,9,0,true,true,false],[26,49,0,true,false,false],[27,9,0,true,true,false],[28,44,0,true,false,false],[29,9,0,true,true,false],[30,60,0,true,false,false],[31,9,0,true,true,false],[32,60,0,true,false,false],[33,9,0,true,true,false],[34,36,0,true,false,false],[35,9,0,true,true,false],[36,48,0,true,false,false],[37,9,0,true,true,false],[38,66,0,true,false,false],[39,9,0,true,true,false],[40,46,0,true,false,false],[41,9,0,true,true,false],[42,59,0,true,false,false],[43,9,0,true,true,false],[44,62,0,true,false,false],[45,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[48,64,0,true,false,false],[49,9,0,true,true,false],[50,47,0,true,false,false],[51,9,0,true,true,false],[52,47,0,true,false,false],[53,9,0,true,true,false],[54,50,0,true,false,false],[55,9,0,true,true,false],[56,55,0,true,false,false],[57,9,0,true,true,false],[58,50,0,true,false,false],[59,10,0,true,true,false],[60,6,0,false,false,false],[63,67,0,true,true,false],[64,16,0,true,true,false],[64,22,0,true,false,false],[65,9,0,true,true,false],[66,103,0,true,false,false],[67,9,0,true,true,false],[68,133,0,true,false,false],[69,9,0,true,true,false],[70,86,0,true,false,false],[71,9,0,true,true,false],[72,45,0,true,false,false],[73,9,0,true,true,false],[74,89,0,true,false,false],[75,9,0,true,true,false],[76,52,0,true,false,false],[77,9,0,true,true,false],[80,87,0,true,false,false],[81,9,0,true,true,false],[82,96,0,true,false,false],[83,10,0,true,true,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":74,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift","mcdc_records":[],"segments":[[15,5,0,true,true,false],[18,6,0,false,false,false],[25,5,0,true,true,false],[28,31,0,true,true,false],[29,71,0,true,true,false],[31,14,0,true,false,false],[32,10,0,true,true,false],[34,23,0,true,false,false],[35,6,0,false,false,false],[38,95,0,true,true,false],[39,16,0,true,true,false],[39,22,0,true,false,false],[40,9,0,true,true,false],[51,14,0,true,false,false],[53,9,0,true,true,false],[58,14,0,true,false,false],[60,9,0,true,true,false],[65,14,0,true,false,false],[67,9,0,true,true,false],[72,14,0,true,false,false],[74,9,0,true,true,false],[79,14,0,true,false,false],[81,9,0,true,true,false],[86,14,0,true,false,false],[88,9,0,true,true,false],[95,14,0,true,false,false],[97,9,0,true,true,false],[102,14,0,true,false,false],[104,9,0,true,true,false],[110,14,0,true,false,false],[112,9,0,true,true,false],[117,14,0,true,false,false],[119,9,0,true,true,false],[124,14,0,true,false,false],[126,9,0,true,true,false],[131,14,0,true,false,false],[133,9,0,true,true,false],[138,14,0,true,false,false],[140,9,0,true,true,false],[145,14,0,true,false,false],[147,9,0,true,true,false],[152,14,0,true,false,false],[154,9,0,true,true,false],[159,14,0,true,false,false],[161,9,0,true,true,false],[166,14,0,true,false,false],[168,9,0,true,true,false],[173,14,0,true,false,false],[175,9,0,true,true,false],[180,14,0,true,false,false],[182,9,0,true,true,false],[187,14,0,true,false,false],[189,9,0,true,true,false],[194,14,0,true,false,false],[196,9,0,true,true,false],[201,14,0,true,false,false],[203,9,0,true,true,false],[208,14,0,true,false,false],[210,9,0,true,true,false],[215,14,0,true,false,false],[216,10,0,true,true,false],[217,6,0,false,false,false],[240,70,0,true,true,false],[243,13,0,true,true,false],[243,32,0,true,true,false],[243,54,0,true,false,false],[244,13,0,true,true,false],[245,80,0,true,false,false],[250,6,0,false,false,false],[253,63,0,true,true,false],[254,16,0,true,true,false],[254,22,0,true,false,false],[255,9,0,true,true,false],[256,58,0,true,false,false],[257,9,0,true,true,false],[258,51,0,true,false,false],[259,9,0,true,true,false],[260,55,0,true,false,false],[261,9,0,true,true,false],[262,49,0,true,false,false],[263,9,0,true,true,false],[264,54,0,true,false,false],[265,9,0,true,true,false],[266,56,0,true,false,false],[267,9,0,true,true,false],[268,51,0,true,false,false],[269,9,0,true,true,false],[270,55,0,true,false,false],[271,9,0,true,true,false],[272,60,0,true,false,false],[273,9,0,true,true,false],[274,55,0,true,false,false],[275,9,0,true,true,false],[276,55,0,true,false,false],[277,9,0,true,true,false],[279,55,0,true,false,false],[280,9,0,true,true,false],[281,54,0,true,false,false],[282,9,0,true,true,false],[283,50,0,true,false,false],[284,9,0,true,true,false],[285,55,0,true,false,false],[286,9,0,true,true,false],[287,46,0,true,false,false],[288,9,0,true,true,false],[289,53,0,true,false,false],[290,9,0,true,true,false],[291,58,0,true,false,false],[292,9,0,true,true,false],[293,54,0,true,false,false],[294,9,0,true,true,false],[295,48,0,true,false,false],[296,9,0,true,true,false],[297,51,0,true,false,false],[298,9,0,true,true,false],[299,53,0,true,false,false],[300,9,0,true,true,false],[301,55,0,true,false,false],[302,9,0,true,true,false],[303,53,0,true,false,false],[304,10,0,true,true,false],[305,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":263,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift","mcdc_records":[],"segments":[[33,7,0,true,true,false],[43,6,0,false,false,false],[46,31,0,true,true,false],[48,6,0,false,false,false],[51,57,0,true,true,false],[53,6,0,false,false,false],[59,56,0,true,true,false],[89,6,0,false,false,false],[94,98,0,true,true,false],[98,93,0,true,true,false],[108,10,0,true,true,false],[127,68,0,true,true,false],[127,93,0,true,false,false],[134,6,0,false,false,false],[142,5,0,true,true,false],[144,12,0,true,true,false],[144,34,0,true,false,false],[144,35,0,true,true,false],[146,10,0,true,true,false],[154,12,0,true,true,false],[154,69,0,true,false,false],[154,70,0,true,true,false],[159,10,0,true,true,false],[162,12,0,true,true,false],[162,34,0,true,true,false],[162,51,0,true,false,false],[162,52,0,true,true,false],[163,16,0,true,true,false],[163,39,0,true,false,false],[163,40,0,true,true,false],[166,14,0,true,false,false],[171,6,0,false,false,false],[188,69,0,true,true,false],[189,16,0,true,true,false],[189,22,0,true,false,false],[190,9,0,true,true,false],[191,17,0,true,false,false],[192,9,0,true,true,false],[193,18,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false],[200,100,0,true,true,false],[204,57,0,true,true,false],[213,10,0,true,true,false],[220,36,0,true,true,false],[231,16,0,true,true,false],[233,96,0,true,true,false],[238,57,0,true,true,false],[241,24,0,true,true,false],[241,34,0,true,false,false],[241,35,0,true,true,false],[245,22,0,true,true,false],[247,18,0,true,true,false],[264,14,0,true,false,false],[264,21,0,true,true,false],[268,76,0,true,true,false],[268,91,0,true,false,false],[282,89,0,true,true,false],[282,104,0,true,false,false],[286,14,0,true,true,false],[287,10,0,true,true,false],[293,45,0,true,true,false],[295,14,0,true,false,false],[296,42,0,true,true,false],[296,44,0,true,false,false],[296,47,0,true,true,false],[296,66,0,true,true,false],[296,74,0,true,false,false],[296,78,0,true,true,false],[296,80,0,true,false,false],[305,6,0,false,false,false],[316,137,0,true,true,false],[320,16,0,true,true,false],[320,27,0,true,false,false],[321,9,0,true,true,false],[324,16,0,true,true,false],[324,47,0,true,false,false],[324,48,0,true,true,false],[326,14,0,true,false,false],[329,67,0,true,true,false],[330,59,0,true,false,false],[332,9,0,true,true,false],[334,49,0,true,true,false],[337,14,0,true,false,false],[337,20,0,true,true,false],[340,14,0,true,false,false],[341,67,0,true,true,false],[342,53,0,true,false,false],[344,9,0,true,true,false],[346,69,0,true,true,false],[347,61,0,true,false,false],[349,9,0,true,true,false],[351,69,0,true,true,false],[352,49,0,true,false,false],[353,10,0,true,true,false],[355,69,0,true,false,false],[356,6,0,false,false,false],[359,101,0,true,true,false],[360,70,0,true,true,false],[361,6,0,false,false,false],[365,109,0,true,true,false],[369,12,0,true,true,false],[369,43,0,true,false,false],[369,44,0,true,true,false],[372,57,0,true,true,false],[377,16,0,true,true,false],[377,47,0,true,false,false],[377,48,0,true,true,false],[380,14,0,true,false,false],[380,20,0,true,true,false],[382,14,0,true,false,false],[383,10,0,true,true,false],[388,12,0,true,true,false],[388,70,0,true,false,false],[390,9,0,true,true,false],[393,52,0,true,true,false],[394,10,0,true,true,false],[397,58,0,true,true,false],[398,6,0,false,false,false],[404,5,0,true,true,false],[407,12,0,true,true,false],[407,43,0,true,false,false],[407,44,0,true,true,false],[410,57,0,true,true,false],[412,10,0,true,true,false],[414,92,0,true,true,false],[416,76,0,true,true,false],[417,16,0,true,true,false],[417,24,0,true,false,false],[417,25,0,true,true,false],[419,14,0,true,true,false],[420,10,0,true,false,false],[420,16,0,true,true,false],[422,56,0,true,true,false],[423,10,0,true,true,false],[424,6,0,false,false,false],[429,5,0,true,true,false],[431,16,0,true,true,false],[431,25,0,true,false,false],[432,9,0,true,true,false],[433,52,0,true,false,false],[435,9,0,true,true,false],[436,67,0,true,false,false],[438,9,0,true,true,false],[439,50,0,true,false,false],[441,9,0,true,true,false],[442,67,0,true,false,false],[444,9,0,true,true,false],[446,52,0,true,true,false],[447,67,0,true,false,false],[449,9,0,true,true,false],[451,19,0,true,false,false],[453,9,0,true,true,false],[454,57,0,true,false,false],[456,9,0,true,true,false],[457,56,0,true,false,false],[459,9,0,true,true,false],[463,62,0,true,false,false],[465,9,0,true,true,false],[466,56,0,true,false,false],[468,9,0,true,true,false],[469,73,0,true,false,false],[471,9,0,true,true,false],[472,54,0,true,true,false],[473,73,0,true,false,false],[475,9,0,true,true,false],[476,52,0,true,false,false],[478,9,0,true,true,false],[481,89,0,true,false,false],[482,10,0,true,true,false],[483,6,0,false,false,false],[488,5,0,true,true,false],[490,16,0,true,true,false],[490,25,0,true,false,false],[491,9,0,true,true,false],[493,54,0,true,false,false],[495,9,0,true,true,false],[497,19,0,true,false,false],[499,9,0,true,true,false],[501,97,0,true,false,false],[502,10,0,true,true,false],[503,6,0,false,false,false],[506,83,0,true,true,false],[508,6,0,false,false,false],[514,67,0,true,true,false],[516,6,0,false,false,false],[519,66,0,true,true,false],[521,6,0,false,false,false],[524,64,0,true,true,false],[526,6,0,false,false,false],[529,94,0,true,true,false],[532,6,0,false,false,false],[536,100,0,true,true,false],[539,12,0,true,true,false],[539,32,0,true,false,false],[539,33,0,true,true,false],[543,10,0,true,true,false],[551,22,0,true,false,false],[552,6,0,false,false,false],[555,103,0,true,true,false],[563,48,0,true,true,false],[563,66,0,true,false,false],[565,39,0,true,true,false],[565,62,0,true,false,false],[565,65,0,true,true,false],[565,76,0,true,false,false],[569,30,0,true,true,false],[569,33,0,true,false,false],[569,36,0,true,true,false],[569,43,0,true,false,false],[575,38,0,true,true,false],[575,41,0,true,false,false],[575,44,0,true,true,false],[575,51,0,true,false,false],[582,6,0,false,false,false],[589,5,0,true,true,false],[595,78,0,true,true,false],[595,86,0,true,false,false],[595,89,0,true,true,false],[595,96,0,true,false,false],[601,55,0,true,true,false],[601,82,0,true,false,false],[604,12,0,true,true,false],[604,35,0,true,false,false],[604,36,0,true,true,false],[607,77,0,true,true,false],[610,14,0,true,false,false],[610,20,0,true,true,false],[618,14,0,true,true,false],[619,10,0,true,false,false],[619,16,0,true,true,false],[621,10,0,true,true,false],[628,40,0,true,true,false],[628,61,0,true,false,false],[629,19,0,true,true,false],[629,25,0,true,false,false],[630,19,0,true,true,false],[630,34,0,true,false,false],[635,51,0,true,true,false],[635,72,0,true,false,false],[635,75,0,true,true,false],[635,78,0,true,false,false],[635,81,0,true,true,false],[635,99,0,true,false,false],[644,6,0,false,false,false],[650,88,0,true,true,false],[652,54,0,true,true,false],[653,6,0,false,false,false],[657,85,0,true,true,false],[659,51,0,true,true,false],[660,6,0,false,false,false],[664,92,0,true,true,false],[667,6,0,false,false,false],[675,20,0,true,true,false],[677,79,0,true,true,false],[678,6,0,false,false,false],[689,35,0,true,true,false],[690,16,0,true,true,false],[690,20,0,true,false,false],[691,9,0,true,true,false],[692,20,0,true,false,false],[693,9,0,true,true,false],[694,20,0,true,false,false],[695,10,0,true,true,false],[696,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":557,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":160,"covered":0,"notcovered":160,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift","mcdc_records":[],"segments":[[39,58,0,true,true,false],[42,6,0,false,false,false],[73,7,0,true,true,false],[81,6,0,false,false,false],[91,63,0,true,true,false],[94,6,0,false,false,false],[128,59,0,true,true,false],[131,6,0,false,false,false],[159,7,0,true,true,false],[167,6,0,false,false,false],[187,73,0,true,true,false],[190,6,0,false,false,false],[212,7,0,true,true,false],[218,6,0,false,false,false],[245,7,0,true,true,false],[252,6,0,false,false,false],[280,7,0,true,true,false],[288,6,0,false,false,false],[300,54,0,true,true,false],[303,6,0,false,false,false],[318,40,0,true,true,false],[319,32,0,true,true,false],[319,55,0,true,false,false],[319,59,0,true,true,false],[319,83,0,true,false,false],[320,6,0,false,false,false],[323,41,0,true,true,false],[324,33,0,true,true,false],[324,57,0,true,false,false],[324,61,0,true,true,false],[324,86,0,true,false,false],[325,6,0,false,false,false],[329,42,0,true,true,false],[330,37,0,true,true,false],[330,62,0,true,false,false],[331,6,0,false,false,false],[334,36,0,true,true,false],[341,6,0,false,false,false],[350,7,0,true,true,false],[357,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":92,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift","mcdc_records":[],"segments":[[12,5,0,true,true,false],[16,12,0,true,true,false],[16,32,0,true,false,false],[16,33,0,true,true,false],[17,40,0,true,true,false],[28,14,0,true,true,false],[29,10,0,true,false,false],[44,6,0,false,false,false],[46,86,0,true,true,false],[47,40,0,true,true,false],[47,53,0,true,true,false],[50,71,0,true,true,false],[51,20,0,true,true,false],[51,28,0,true,false,false],[52,13,0,true,true,false],[53,25,0,true,false,false],[54,13,0,true,true,false],[55,36,0,true,false,false],[56,13,0,true,true,false],[57,33,0,true,false,false],[58,13,0,true,true,false],[59,35,0,true,false,false],[60,13,0,true,true,false],[61,32,0,true,false,false],[62,14,0,true,true,false],[63,10,0,true,false,false],[66,44,0,true,true,false],[67,60,0,true,true,false],[67,74,0,true,true,false],[81,14,0,true,false,false],[83,6,0,false,false,false],[87,5,0,true,true,false],[89,34,0,true,true,false],[89,38,0,true,false,false],[89,41,0,true,true,false],[89,43,0,true,false,false],[91,16,0,true,true,false],[91,28,0,true,false,false],[92,9,0,true,true,false],[94,16,0,true,true,false],[94,25,0,true,false,false],[94,26,0,true,true,false],[94,68,0,true,false,false],[96,39,0,true,true,false],[97,76,0,true,true,false],[99,18,0,true,false,false],[100,14,0,true,true,false],[101,79,0,true,false,false],[103,9,0,true,true,false],[105,16,0,true,true,false],[105,25,0,true,false,false],[105,26,0,true,true,false],[105,68,0,true,false,false],[107,39,0,true,true,false],[108,70,0,true,true,false],[110,18,0,true,false,false],[111,14,0,true,true,false],[113,31,0,true,false,false],[115,9,0,true,true,false],[117,16,0,true,true,false],[117,25,0,true,false,false],[117,26,0,true,true,false],[117,68,0,true,false,false],[119,39,0,true,true,false],[120,92,0,true,true,false],[122,18,0,true,false,false],[123,14,0,true,true,false],[125,31,0,true,false,false],[127,9,0,true,true,false],[129,16,0,true,true,false],[129,25,0,true,false,false],[129,26,0,true,true,false],[129,68,0,true,false,false],[131,39,0,true,true,false],[132,79,0,true,true,false],[134,18,0,true,false,false],[135,14,0,true,true,false],[137,31,0,true,false,false],[139,9,0,true,true,false],[141,16,0,true,true,false],[141,25,0,true,false,false],[141,26,0,true,true,false],[141,67,0,true,false,false],[143,39,0,true,true,false],[144,71,0,true,true,false],[146,18,0,true,false,false],[147,14,0,true,true,false],[149,31,0,true,false,false],[151,9,0,true,true,false],[152,60,0,true,false,false],[154,6,0,false,false,false],[156,92,0,true,true,false],[157,16,0,true,true,false],[157,24,0,true,false,false],[158,9,0,true,true,false],[159,72,0,true,false,false],[160,9,0,true,true,false],[161,129,0,true,false,false],[162,9,0,true,true,false],[163,144,0,true,false,false],[164,9,0,true,true,false],[165,135,0,true,false,false],[166,9,0,true,true,false],[167,118,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,86,0,true,true,false],[174,42,0,true,true,false],[176,10,0,true,true,false],[178,35,0,true,true,false],[181,60,0,true,true,false],[181,79,0,true,false,false],[181,82,0,true,true,false],[181,94,0,true,false,false],[197,6,0,false,false,false],[199,84,0,true,true,false],[200,28,0,true,true,false],[202,55,0,true,true,false],[202,81,0,true,false,false],[202,85,0,true,true,false],[202,90,0,true,false,false],[208,92,0,true,true,false],[208,101,0,true,false,false],[208,104,0,true,true,false],[208,110,0,true,false,false],[220,6,0,false,false,false],[222,45,0,true,true,false],[233,6,0,false,false,false],[235,50,0,true,true,false],[246,6,0,false,false,false],[248,89,0,true,true,false],[251,43,0,true,true,false],[269,10,0,true,true,false],[271,22,0,true,false,false],[272,6,0,false,false,false],[276,83,0,true,true,false],[277,16,0,true,true,false],[277,26,0,true,false,false],[278,9,0,true,true,false],[278,82,0,true,false,false],[279,9,0,true,true,false],[279,78,0,true,false,false],[280,9,0,true,true,false],[280,85,0,true,false,false],[281,9,0,true,true,false],[281,91,0,true,false,false],[282,9,0,true,true,false],[282,65,0,true,false,false],[283,9,0,true,true,false],[283,60,0,true,false,false],[284,10,0,true,true,false],[285,6,0,false,false,false],[287,89,0,true,true,false],[288,16,0,true,true,false],[288,26,0,true,false,false],[289,9,0,true,true,false],[290,164,0,true,false,false],[291,9,0,true,true,false],[292,160,0,true,false,false],[293,9,0,true,true,false],[294,77,0,true,false,false],[295,9,0,true,true,false],[296,135,0,true,false,false],[297,9,0,true,true,false],[298,84,0,true,false,false],[299,9,0,true,true,false],[300,94,0,true,false,false],[301,10,0,true,true,false],[302,6,0,false,false,false],[304,89,0,true,true,false],[305,16,0,true,true,false],[305,26,0,true,false,false],[306,9,0,true,true,false],[307,121,0,true,false,false],[308,9,0,true,true,false],[309,118,0,true,false,false],[310,9,0,true,true,false],[311,81,0,true,false,false],[312,9,0,true,true,false],[313,108,0,true,false,false],[314,9,0,true,true,false],[315,90,0,true,false,false],[316,9,0,true,true,false],[317,87,0,true,false,false],[318,10,0,true,true,false],[319,6,0,false,false,false],[321,80,0,true,true,false],[322,16,0,true,true,false],[322,25,0,true,false,false],[323,9,0,true,true,false],[323,66,0,true,false,false],[324,9,0,true,true,false],[324,73,0,true,false,false],[325,9,0,true,true,false],[325,78,0,true,false,false],[326,9,0,true,true,false],[326,76,0,true,false,false],[327,9,0,true,true,false],[327,54,0,true,false,false],[328,9,0,true,true,false],[328,77,0,true,false,false],[329,9,0,true,true,false],[329,71,0,true,false,false],[330,9,0,true,true,false],[330,68,0,true,false,false],[331,9,0,true,true,false],[331,77,0,true,false,false],[332,9,0,true,true,false],[332,59,0,true,false,false],[333,9,0,true,true,false],[333,79,0,true,false,false],[334,9,0,true,true,false],[334,81,0,true,false,false],[335,9,0,true,true,false],[335,74,0,true,false,false],[336,9,0,true,true,false],[336,77,0,true,false,false],[337,9,0,true,true,false],[337,59,0,true,false,false],[338,9,0,true,true,false],[338,63,0,true,false,false],[339,9,0,true,true,false],[339,94,0,true,false,false],[340,9,0,true,true,false],[340,86,0,true,false,false],[341,9,0,true,true,false],[341,74,0,true,false,false],[342,9,0,true,true,false],[342,66,0,true,false,false],[343,9,0,true,true,false],[343,54,0,true,false,false],[344,10,0,true,true,false],[345,6,0,false,false,false],[347,86,0,true,true,false],[348,16,0,true,true,false],[348,25,0,true,false,false],[349,9,0,true,true,false],[350,161,0,true,false,false],[351,9,0,true,true,false],[352,115,0,true,false,false],[353,9,0,true,true,false],[354,191,0,true,false,false],[355,9,0,true,true,false],[356,203,0,true,false,false],[357,9,0,true,true,false],[358,55,0,true,false,false],[359,9,0,true,true,false],[360,83,0,true,false,false],[361,9,0,true,true,false],[362,66,0,true,false,false],[363,9,0,true,true,false],[364,138,0,true,false,false],[365,9,0,true,true,false],[366,102,0,true,false,false],[367,9,0,true,true,false],[370,71,0,true,false,false],[371,9,0,true,true,false],[372,133,0,true,false,false],[373,9,0,true,true,false],[374,317,0,true,false,false],[375,9,0,true,true,false],[376,144,0,true,false,false],[377,9,0,true,true,false],[378,185,0,true,false,false],[379,9,0,true,true,false],[380,178,0,true,false,false],[381,9,0,true,true,false],[390,16,0,true,false,false],[391,9,0,true,true,false],[396,16,0,true,false,false],[397,9,0,true,true,false],[402,16,0,true,false,false],[403,9,0,true,true,false],[408,16,0,true,false,false],[409,9,0,true,true,false],[414,16,0,true,false,false],[415,9,0,true,true,false],[416,158,0,true,false,false],[417,10,0,true,true,false],[418,6,0,false,false,false],[420,90,0,true,true,false],[421,16,0,true,true,false],[421,25,0,true,false,false],[422,9,0,true,true,false],[423,16,0,true,false,false],[424,9,0,true,true,false],[425,39,0,true,false,false],[426,9,0,true,true,false],[427,37,0,true,false,false],[428,9,0,true,true,false],[429,38,0,true,false,false],[430,9,0,true,true,false],[431,38,0,true,false,false],[432,9,0,true,true,false],[433,41,0,true,false,false],[434,9,0,true,true,false],[435,38,0,true,false,false],[436,9,0,true,true,false],[437,34,0,true,false,false],[438,9,0,true,true,false],[439,41,0,true,false,false],[440,9,0,true,true,false],[441,38,0,true,false,false],[442,9,0,true,true,false],[443,34,0,true,false,false],[444,9,0,true,true,false],[445,48,0,true,false,false],[446,9,0,true,true,false],[447,31,0,true,false,false],[448,9,0,true,true,false],[449,29,0,true,false,false],[450,9,0,true,true,false],[451,29,0,true,false,false],[452,9,0,true,true,false],[453,32,0,true,false,false],[454,9,0,true,true,false],[455,38,0,true,false,false],[456,10,0,true,true,false],[457,6,0,false,false,false],[459,80,0,true,true,false],[460,16,0,true,true,false],[460,25,0,true,false,false],[461,9,0,true,true,false],[462,54,0,true,false,false],[463,9,0,true,true,false],[464,62,0,true,false,false],[465,9,0,true,true,false],[466,74,0,true,false,false],[467,9,0,true,true,false],[468,76,0,true,false,false],[469,9,0,true,true,false],[470,84,0,true,false,false],[471,9,0,true,true,false],[472,82,0,true,false,false],[473,9,0,true,true,false],[474,47,0,true,false,false],[475,9,0,true,true,false],[476,72,0,true,false,false],[477,9,0,true,true,false],[478,58,0,true,false,false],[479,9,0,true,true,false],[480,16,0,true,false,false],[481,10,0,true,true,false],[482,6,0,false,false,false],[484,89,0,true,true,false],[485,16,0,true,true,false],[485,25,0,true,false,false],[486,9,0,true,true,false],[487,62,0,true,false,false],[488,9,0,true,true,false],[489,74,0,true,false,false],[490,9,0,true,true,false],[491,16,0,true,false,false],[492,10,0,true,true,false],[493,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":534,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":0,"notcovered":193,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift","mcdc_records":[],"segments":[[7,85,0,true,true,false],[8,36,0,true,true,false],[8,57,0,true,true,false],[10,12,0,true,true,false],[10,35,0,true,true,false],[10,65,0,true,true,false],[10,86,0,true,false,false],[10,90,0,true,true,false],[12,10,0,true,true,false],[14,24,0,true,false,false],[15,6,0,false,false,false],[18,89,0,true,true,false],[19,12,0,true,true,false],[19,35,0,true,true,false],[19,63,0,true,false,false],[19,65,0,true,true,false],[21,10,0,true,true,false],[22,12,0,true,true,false],[22,35,0,true,true,false],[22,60,0,true,false,false],[22,62,0,true,true,false],[24,10,0,true,true,false],[25,12,0,true,true,false],[25,35,0,true,true,false],[25,62,0,true,false,false],[25,64,0,true,true,false],[27,10,0,true,true,false],[28,12,0,true,true,false],[28,35,0,true,true,false],[28,59,0,true,false,false],[28,61,0,true,true,false],[30,10,0,true,true,false],[31,19,0,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift","mcdc_records":[],"segments":[[14,20,0,true,true,false],[14,22,0,false,false,false],[26,35,0,true,true,false],[27,20,0,true,true,false],[27,26,0,true,false,false],[28,13,0,true,true,false],[29,44,0,true,false,false],[30,13,0,true,true,false],[31,35,0,true,false,false],[32,13,0,true,true,false],[33,34,0,true,false,false],[34,13,0,true,true,false],[35,28,0,true,false,false],[36,13,0,true,true,false],[37,49,0,true,false,false],[38,14,0,true,true,false],[39,10,0,false,false,false],[42,41,0,true,true,false],[43,20,0,true,true,false],[43,26,0,true,false,false],[44,13,0,true,true,false],[45,97,0,true,false,false],[46,13,0,true,true,false],[47,128,0,true,false,false],[48,13,0,true,true,false],[49,78,0,true,false,false],[50,13,0,true,true,false],[51,63,0,true,false,false],[52,13,0,true,true,false],[53,165,0,true,false,false],[54,14,0,true,true,false],[55,10,0,false,false,false],[70,51,0,true,true,false],[74,57,0,true,true,false],[77,10,0,true,true,false],[80,53,0,true,true,false],[83,10,0,true,true,false],[87,12,0,true,true,false],[87,64,0,true,false,false],[87,65,0,true,true,false],[96,10,0,true,true,false],[105,10,0,true,false,false],[106,6,0,false,false,false],[111,38,0,true,true,false],[115,6,0,false,false,false],[119,32,0,true,true,false],[122,6,0,false,false,false],[126,58,0,true,true,false],[129,16,0,true,true,false],[129,29,0,true,false,false],[130,9,0,true,true,false],[131,23,0,true,false,false],[132,9,0,true,true,false],[133,40,0,true,false,false],[134,9,0,true,true,false],[135,40,0,true,false,false],[136,9,0,true,true,false],[137,40,0,true,false,false],[138,9,0,true,true,false],[139,41,0,true,false,false],[141,6,0,false,false,false],[145,64,0,true,true,false],[148,71,0,true,true,false],[150,10,0,true,true,false],[163,10,0,true,false,false],[164,6,0,false,false,false],[166,59,0,true,true,false],[169,72,0,true,true,false],[171,10,0,true,true,false],[178,12,0,true,true,false],[178,39,0,true,false,false],[178,40,0,true,true,false],[185,10,0,true,false,false],[185,16,0,true,true,false],[192,10,0,true,false,false],[193,6,0,false,false,false],[199,59,0,true,true,false],[202,16,0,true,true,false],[202,29,0,true,false,false],[203,9,0,true,true,false],[204,22,0,true,false,false],[205,9,0,true,true,false],[206,42,0,true,false,false],[207,9,0,true,true,false],[208,43,0,true,false,false],[210,6,0,false,false,false],[213,61,0,true,true,false],[216,16,0,true,true,false],[216,29,0,true,false,false],[217,9,0,true,true,false],[218,22,0,true,false,false],[219,9,0,true,true,false],[220,22,0,true,false,false],[222,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":0,"notcovered":52,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift","mcdc_records":[],"segments":[[13,20,0,true,true,false],[13,22,0,false,false,false],[19,47,0,true,true,false],[29,72,0,true,true,false],[36,10,0,true,true,false],[39,78,0,true,true,false],[43,10,0,true,true,false],[49,12,0,true,true,false],[49,53,0,true,false,false],[49,54,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[67,10,0,true,false,false],[69,12,0,true,true,false],[69,19,0,true,false,false],[69,20,0,true,true,false],[77,16,0,true,true,false],[77,58,0,true,false,false],[77,59,0,true,true,false],[79,14,0,true,false,false],[85,113,0,true,true,false],[85,122,0,true,false,false],[90,16,0,true,true,false],[93,10,0,true,false,false],[94,6,0,false,false,false],[98,46,0,true,true,false],[103,71,0,true,true,false],[106,10,0,true,true,false],[109,72,0,true,true,false],[112,10,0,true,true,false],[118,84,0,true,true,false],[118,93,0,true,false,false],[118,124,0,true,true,false],[118,133,0,true,false,false],[122,83,0,true,true,false],[125,10,0,true,true,false],[129,12,0,true,true,false],[129,25,0,true,false,false],[129,26,0,true,true,false],[131,10,0,true,false,false],[131,16,0,true,true,false],[133,10,0,true,false,false],[136,6,0,false,false,false],[139,66,0,true,true,false],[140,12,0,true,true,false],[145,14,0,true,true,false],[148,37,0,true,true,false],[148,40,0,true,false,false],[148,43,0,true,true,false],[148,49,0,true,false,false],[149,17,0,true,true,false],[152,10,0,true,false,false],[153,6,0,false,false,false],[157,42,0,true,true,false],[163,12,0,true,true,false],[163,62,0,true,false,false],[163,63,0,true,true,false],[167,10,0,true,false,false],[167,16,0,true,true,false],[169,16,0,true,true,false],[169,67,0,true,false,false],[169,68,0,true,true,false],[172,14,0,true,false,false],[172,20,0,true,true,false],[176,14,0,true,false,false],[179,6,0,false,false,false],[182,45,0,true,true,false],[185,12,0,true,true,false],[185,18,0,true,false,false],[185,19,0,true,true,false],[187,10,0,true,false,false],[187,16,0,true,true,false],[189,10,0,true,false,false],[191,6,0,false,false,false],[196,59,0,true,true,false],[200,12,0,true,true,false],[205,14,0,true,true,false],[207,16,0,true,true,false],[207,36,0,true,false,false],[207,37,0,true,true,false],[209,14,0,true,false,false],[209,23,0,true,true,false],[209,61,0,true,true,false],[209,99,0,true,false,false],[209,100,0,true,true,false],[212,14,0,true,false,false],[213,17,0,true,true,false],[215,10,0,true,true,false],[216,6,0,false,false,false],[219,54,0,true,true,false],[222,12,0,true,true,false],[227,14,0,true,true,false],[229,16,0,true,true,false],[229,36,0,true,false,false],[229,37,0,true,true,false],[234,14,0,true,false,false],[234,20,0,true,true,false],[239,14,0,true,false,false],[240,17,0,true,true,false],[243,10,0,true,true,false],[244,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":215,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift","mcdc_records":[],"segments":[[26,29,0,true,true,false],[28,12,0,true,true,false],[28,40,0,true,false,false],[28,41,0,true,true,false],[30,10,0,true,true,false],[33,50,0,true,true,false],[35,16,0,true,true,false],[35,47,0,true,false,false],[35,48,0,true,true,false],[36,24,0,true,true,false],[36,40,0,true,false,false],[37,17,0,true,true,false],[46,32,0,true,false,false],[47,17,0,true,true,false],[48,33,0,true,false,false],[50,14,0,true,true,false],[52,57,0,true,false,false],[55,37,0,true,true,false],[55,44,0,true,false,false],[55,47,0,true,true,false],[55,57,0,true,false,false],[56,6,0,false,false,false],[66,29,0,true,true,false],[67,16,0,true,true,false],[67,25,0,true,false,false],[68,9,0,true,true,false],[70,51,0,true,true,false],[71,20,0,true,true,false],[71,51,0,true,false,false],[71,52,0,true,true,false],[72,28,0,true,true,false],[72,44,0,true,false,false],[73,21,0,true,true,false],[79,36,0,true,false,false],[80,21,0,true,true,false],[81,37,0,true,false,false],[83,18,0,true,true,false],[84,29,0,true,false,false],[86,38,0,true,true,false],[86,45,0,true,false,false],[86,48,0,true,true,false],[86,58,0,true,false,false],[88,9,0,true,true,false],[90,62,0,true,true,false],[91,20,0,true,true,false],[91,51,0,true,false,false],[91,52,0,true,true,false],[92,28,0,true,true,false],[92,44,0,true,false,false],[93,21,0,true,true,false],[95,36,0,true,false,false],[96,21,0,true,true,false],[97,37,0,true,false,false],[99,18,0,true,true,false],[101,100,0,true,true,false],[103,18,0,true,true,false],[104,61,0,true,false,false],[106,49,0,true,true,false],[106,56,0,true,false,false],[106,59,0,true,true,false],[106,69,0,true,false,false],[108,6,0,false,false,false],[113,88,0,true,true,false],[114,23,0,true,true,false],[116,16,0,true,true,false],[116,47,0,true,false,false],[116,48,0,true,true,false],[117,24,0,true,true,false],[117,40,0,true,false,false],[118,17,0,true,true,false],[127,32,0,true,false,false],[128,17,0,true,true,false],[129,33,0,true,false,false],[131,14,0,true,true,false],[133,57,0,true,false,false],[135,6,0,false,false,false],[140,72,0,true,true,false],[142,41,0,true,true,false],[142,68,0,true,false,false],[143,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":176,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift","mcdc_records":[],"segments":[[42,33,0,true,true,false],[43,20,0,true,true,false],[43,24,0,true,false,false],[44,13,0,true,true,false],[44,39,0,true,false,false],[45,13,0,true,true,false],[45,37,0,true,false,false],[46,14,0,true,true,false],[47,10,0,false,false,false],[74,46,0,true,true,false],[81,86,0,true,true,false],[84,10,0,true,true,false],[87,21,0,true,false,false],[88,6,0,false,false,false],[91,32,0,true,true,false],[93,6,0,false,false,false],[96,39,0,true,true,false],[102,86,0,true,true,false],[104,10,0,true,true,false],[106,19,0,true,false,false],[107,6,0,false,false,false],[110,42,0,true,true,false],[111,12,0,true,true,false],[111,76,0,true,false,false],[111,77,0,true,true,false],[113,10,0,true,false,false],[113,19,0,true,true,false],[113,80,0,true,false,false],[113,81,0,true,true,false],[115,10,0,true,true,false],[117,19,0,true,false,false],[118,6,0,false,false,false],[123,69,0,true,true,false],[132,86,0,true,true,false],[146,10,0,true,true,false],[155,10,0,true,false,false],[156,6,0,false,false,false],[158,84,0,true,true,false],[159,12,0,true,true,false],[159,61,0,true,false,false],[159,62,0,true,true,false],[161,10,0,true,false,false],[161,19,0,true,true,false],[161,62,0,true,false,false],[161,63,0,true,true,false],[163,10,0,true,false,false],[163,19,0,true,true,false],[163,57,0,true,true,false],[163,88,0,true,false,false],[163,89,0,true,true,false],[165,10,0,true,false,false],[165,19,0,true,true,false],[165,47,0,true,false,false],[165,48,0,true,true,false],[167,10,0,true,false,false],[167,16,0,true,true,false],[169,10,0,true,false,false],[170,6,0,false,false,false],[175,69,0,true,true,false],[180,14,0,true,true,false],[183,10,0,true,true,false],[186,59,0,true,true,false],[188,10,0,true,false,false],[190,23,0,true,true,false],[192,16,0,true,true,false],[192,50,0,true,false,false],[192,80,0,true,true,false],[195,41,0,true,true,false],[196,79,0,true,true,false],[198,22,0,true,false,false],[202,20,0,true,true,false],[205,41,0,true,true,false],[207,53,0,true,true,false],[207,67,0,true,false,false],[209,14,0,true,true,false],[210,10,0,true,true,false],[216,33,0,true,true,false],[218,16,0,true,true,false],[218,64,0,true,false,false],[218,65,0,true,true,false],[219,65,0,true,true,false],[223,18,0,true,false,false],[233,45,0,true,true,false],[233,59,0,true,false,false],[239,6,0,false,false,false],[241,80,0,true,true,false],[246,66,0,true,true,false],[248,76,0,true,true,false],[248,102,0,true,false,false],[252,10,0,true,true,false],[265,12,0,true,true,false],[265,37,0,true,false,false],[265,38,0,true,true,false],[269,13,0,true,true,false],[272,60,0,true,true,false],[272,86,0,true,false,false],[274,20,0,true,true,false],[277,14,0,true,false,false],[278,16,0,true,true,false],[281,59,0,true,true,false],[283,18,0,true,false,false],[283,24,0,true,true,false],[285,18,0,true,false,false],[288,16,0,true,true,false],[288,47,0,true,true,false],[288,95,0,true,false,false],[288,96,0,true,true,false],[290,20,0,true,true,false],[291,24,0,true,true,false],[291,81,0,true,false,false],[292,17,0,true,true,false],[294,18,0,true,true,false],[295,14,0,true,true,false],[296,44,0,true,false,false],[298,6,0,false,false,false],[300,69,0,true,true,false],[301,12,0,true,true,false],[302,103,0,true,true,false],[303,16,0,true,true,false],[303,36,0,true,false,false],[303,37,0,true,true,false],[305,14,0,true,true,false],[306,10,0,true,false,false],[306,17,0,true,true,false],[308,10,0,true,true,false],[309,19,0,true,false,false],[310,6,0,false,false,false],[315,61,0,true,true,false],[319,48,0,true,true,false],[323,10,0,true,true,false],[325,53,0,true,true,false],[328,10,0,true,true,false],[332,12,0,true,true,false],[332,44,0,true,false,false],[332,45,0,true,true,false],[336,10,0,true,true,false],[340,12,0,true,true,false],[340,66,0,true,false,false],[340,67,0,true,true,false],[344,10,0,true,true,false],[348,12,0,true,true,false],[354,14,0,true,true,false],[357,16,0,true,true,false],[357,36,0,true,false,false],[357,37,0,true,true,false],[365,20,0,true,true,false],[365,50,0,true,false,false],[365,51,0,true,true,false],[369,18,0,true,false,false],[369,24,0,true,true,false],[376,18,0,true,false,false],[377,20,0,true,true,false],[386,14,0,true,false,false],[387,17,0,true,true,false],[390,10,0,true,false,false],[391,6,0,false,false,false],[394,70,0,true,true,false],[395,53,0,true,true,false],[397,10,0,true,true,false],[399,12,0,true,true,false],[404,14,0,true,true,false],[406,55,0,true,true,false],[406,79,0,true,false,false],[409,17,0,true,true,false],[412,10,0,true,false,false],[413,6,0,false,false,false],[418,62,0,true,true,false],[427,12,0,true,true,false],[427,30,0,true,false,false],[427,31,0,true,true,false],[430,10,0,true,false,false],[432,12,0,true,true,false],[432,35,0,true,false,false],[432,36,0,true,true,false],[437,10,0,true,false,false],[448,59,0,true,true,false],[448,70,0,true,false,false],[448,73,0,true,true,false],[448,75,0,true,false,false],[450,6,0,false,false,false],[453,45,0,true,true,false],[457,70,0,true,true,false],[457,72,0,true,false,false],[460,81,0,true,true,false],[463,10,0,true,true,false],[467,33,0,true,true,false],[468,16,0,true,true,false],[468,59,0,true,false,false],[470,13,0,true,true,false],[474,14,0,true,false,false],[475,10,0,true,true,false],[479,12,0,true,true,false],[479,61,0,true,false,false],[481,9,0,true,true,false],[485,10,0,true,false,false],[488,12,0,true,true,false],[488,39,0,true,false,false],[488,96,0,true,true,false],[491,10,0,true,false,false],[492,6,0,false,false,false],[495,78,0,true,true,false],[502,12,0,true,true,false],[502,57,0,true,true,false],[502,104,0,true,false,false],[502,105,0,true,true,false],[507,10,0,true,false,false],[509,12,0,true,true,false],[509,65,0,true,true,false],[509,94,0,true,false,false],[509,95,0,true,true,false],[512,10,0,true,false,false],[514,12,0,true,true,false],[514,47,0,true,true,false],[514,81,0,true,false,false],[515,16,0,true,true,false],[515,47,0,true,false,false],[516,9,0,true,true,false],[519,10,0,true,false,false],[521,12,0,true,true,false],[521,47,0,true,true,false],[521,80,0,true,false,false],[521,81,0,true,true,false],[524,10,0,true,false,false],[526,12,0,true,true,false],[526,44,0,true,true,false],[526,73,0,true,false,false],[527,16,0,true,true,false],[527,53,0,true,false,false],[528,9,0,true,true,false],[531,10,0,true,false,false],[533,12,0,true,true,false],[533,25,0,true,false,false],[533,69,0,true,true,false],[536,10,0,true,false,false],[537,6,0,false,false,false],[540,81,0,true,true,false],[546,12,0,true,true,false],[546,35,0,true,false,false],[546,36,0,true,true,false],[547,16,0,true,true,false],[547,43,0,true,false,false],[547,44,0,true,true,false],[556,14,0,true,false,false],[556,20,0,true,true,false],[565,14,0,true,false,false],[579,6,0,false,false,false],[591,29,0,true,true,false],[592,16,0,true,true,false],[592,20,0,true,false,false],[593,9,0,true,true,false],[593,33,0,true,false,false],[594,9,0,true,true,false],[594,35,0,true,false,false],[595,9,0,true,true,false],[595,36,0,true,false,false],[596,9,0,true,true,false],[596,31,0,true,false,false],[597,9,0,true,true,false],[597,44,0,true,false,false],[598,10,0,true,true,false],[599,6,0,false,false,false],[609,29,0,true,true,false],[610,43,0,true,true,false],[610,58,0,true,true,false],[611,21,0,true,false,false],[612,6,0,false,false,false],[614,23,0,true,true,false],[615,37,0,true,true,false],[615,52,0,true,true,false],[616,21,0,true,false,false],[617,6,0,false,false,false],[627,32,0,true,true,false],[629,6,0,false,false,false],[631,29,0,true,true,false],[632,12,0,true,true,false],[632,23,0,true,false,false],[632,34,0,true,true,false],[633,42,0,true,true,false],[633,59,0,true,false,false],[635,24,0,true,true,false],[635,41,0,true,false,false],[636,17,0,true,true,false],[636,79,0,true,false,false],[637,17,0,true,true,false],[637,52,0,true,false,false],[638,17,0,true,true,false],[638,43,0,true,false,false],[639,17,0,true,true,false],[639,75,0,true,false,false],[640,18,0,true,true,false],[641,106,0,true,false,false],[642,16,0,true,true,false],[644,10,0,true,false,false],[645,6,0,false,false,false],[655,29,0,true,true,false],[661,36,0,true,true,false],[663,10,0,true,false,false],[665,42,0,true,true,false],[667,10,0,true,false,false],[672,6,0,false,false,false],[680,29,0,true,true,false],[681,16,0,true,true,false],[681,20,0,true,false,false],[682,9,0,true,true,false],[682,35,0,true,false,false],[683,9,0,true,true,false],[683,40,0,true,false,false],[684,9,0,true,true,false],[684,36,0,true,false,false],[685,10,0,true,true,false],[686,6,0,false,false,false],[694,29,0,true,true,false],[695,16,0,true,true,false],[695,20,0,true,false,false],[696,9,0,true,true,false],[696,27,0,true,false,false],[697,9,0,true,true,false],[697,31,0,true,false,false],[698,9,0,true,true,false],[698,25,0,true,false,false],[699,10,0,true,true,false],[700,6,0,false,false,false],[710,29,0,true,true,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":46,"covered":0,"percent":0},"lines":{"count":604,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":0,"notcovered":193,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift","mcdc_records":[],"segments":[[11,29,0,true,true,false],[12,16,0,true,true,false],[12,20,0,true,false,false],[13,9,0,true,true,false],[14,28,0,true,false,false],[15,9,0,true,true,false],[16,31,0,true,false,false],[17,10,0,true,true,false],[18,6,0,false,false,false],[20,33,0,true,true,false],[22,6,0,false,false,false],[24,30,0,true,true,false],[26,6,0,false,false,false],[33,26,0,true,true,false],[33,45,0,false,false,false],[34,47,0,true,true,false],[34,50,0,false,false,false],[37,37,0,true,true,false],[37,42,0,false,false,false],[43,20,0,true,true,false],[43,22,0,false,false,false],[49,7,0,true,true,false],[73,81,0,true,true,false],[75,48,0,true,true,false],[78,14,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false],[90,7,0,true,true,false],[95,6,0,false,false,false],[97,84,0,true,true,false],[99,20,0,true,true,false],[99,34,0,true,false,false],[100,13,0,true,true,false],[101,96,0,true,false,false],[102,13,0,true,true,false],[103,94,0,true,false,false],[104,14,0,true,true,false],[106,48,0,true,true,false],[108,10,0,true,false,false],[109,6,0,false,false,false],[111,36,0,true,true,false],[112,14,0,true,true,false],[115,10,0,true,false,false],[116,6,0,false,false,false],[120,7,0,true,true,false],[123,66,0,true,true,false],[132,16,0,true,true,false],[132,23,0,true,false,false],[132,39,0,true,true,false],[134,20,0,true,true,false],[134,45,0,true,false,false],[134,46,0,true,true,false],[140,18,0,true,false,false],[140,24,0,true,true,false],[143,18,0,true,true,false],[144,14,0,true,true,false],[145,10,0,true,true,false],[147,59,0,true,false,false],[148,6,0,false,false,false],[154,7,0,true,true,false],[183,14,0,true,true,false],[187,16,0,true,true,false],[187,23,0,true,false,false],[187,24,0,true,true,false],[198,37,0,true,true,false],[200,18,0,true,false,false],[201,20,0,true,true,false],[212,37,0,true,true,false],[214,18,0,true,false,false],[217,6,0,false,false,false],[219,88,0,true,true,false],[223,12,0,true,true,false],[223,19,0,true,false,false],[223,20,0,true,true,false],[225,10,0,true,false,false],[227,6,0,false,false,false],[229,42,0,true,true,false],[230,14,0,true,true,false],[239,73,0,true,true,false],[239,82,0,true,false,false],[239,85,0,true,true,false],[239,93,0,true,false,false],[240,78,0,true,true,false],[240,87,0,true,false,false],[240,90,0,true,true,false],[240,98,0,true,false,false],[248,16,0,true,true,false],[248,39,0,true,false,false],[248,76,0,true,true,false],[250,14,0,true,false,false],[252,6,0,false,false,false],[254,74,0,true,true,false],[258,6,0,false,false,false],[260,33,0,true,true,false],[261,66,0,true,true,false],[263,10,0,true,true,false],[264,6,0,false,false,false],[266,54,0,true,true,false],[268,34,0,true,true,false],[274,10,0,true,false,false],[275,6,0,false,false,false],[277,70,0,true,true,false],[281,14,0,true,true,false],[284,16,0,true,true,false],[284,34,0,true,false,false],[284,35,0,true,true,false],[287,14,0,true,false,false],[287,20,0,true,true,false],[290,24,0,true,true,false],[290,38,0,true,false,false],[291,17,0,true,true,false],[292,94,0,true,false,false],[293,17,0,true,true,false],[294,97,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,true,false],[301,10,0,true,false,false],[302,6,0,false,false,false],[307,5,0,true,true,false],[310,16,0,true,true,false],[310,30,0,true,false,false],[311,9,0,true,true,false],[315,38,0,true,true,false],[315,51,0,true,false,false],[317,9,0,true,true,false],[321,38,0,true,true,false],[321,51,0,true,false,false],[323,6,0,false,false,false],[328,49,0,true,true,false],[336,6,0,false,false,false],[339,96,0,true,true,false],[343,47,0,true,true,false],[345,10,0,true,true,false],[351,12,0,true,true,false],[351,37,0,true,false,false],[351,38,0,true,true,false],[355,10,0,true,true,false],[357,67,0,true,false,false],[358,6,0,false,false,false],[361,35,0,true,true,false],[366,6,0,false,false,false],[369,47,0,true,true,false],[373,12,0,true,true,false],[373,26,0,true,false,false],[373,27,0,true,true,false],[376,10,0,true,true,false],[379,75,0,true,true,false],[379,90,0,true,false,false],[381,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":424,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":0,"notcovered":87,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift","mcdc_records":[],"segments":[[47,19,0,true,true,false],[54,12,0,true,true,false],[54,26,0,true,false,false],[54,27,0,true,true,false],[57,10,0,true,false,false],[57,16,0,true,true,false],[60,10,0,true,false,false],[64,6,0,false,false,false],[86,17,0,true,true,false],[98,30,0,true,true,false],[100,10,0,true,true,false],[140,12,0,true,false,false],[141,6,0,false,false,false],[156,53,0,true,true,false],[185,6,0,false,false,false],[200,54,0,true,true,false],[228,6,0,false,false,false],[241,72,0,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":160,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift","mcdc_records":[],"segments":[[12,19,0,true,true,false],[14,6,0,false,false,false],[17,57,0,true,true,false],[19,6,0,false,false,false],[24,88,0,true,true,false],[25,94,0,true,true,false],[26,6,0,false,false,false],[31,63,0,true,true,false],[32,63,0,true,true,false],[33,6,0,false,false,false],[36,57,0,true,true,false],[37,57,0,true,true,false],[38,6,0,false,false,false],[41,51,0,true,true,false],[42,51,0,true,true,false],[43,6,0,false,false,false],[46,74,0,true,true,false],[47,74,0,true,true,false],[48,6,0,false,false,false],[51,63,0,true,true,false],[52,63,0,true,true,false],[53,6,0,false,false,false],[56,57,0,true,true,false],[57,57,0,true,true,false],[58,6,0,false,false,false],[63,68,0,true,true,false],[64,68,0,true,true,false],[65,6,0,false,false,false],[68,53,0,true,true,false],[69,53,0,true,true,false],[70,6,0,false,false,false],[73,58,0,true,true,false],[74,58,0,true,true,false],[75,6,0,false,false,false],[78,59,0,true,true,false],[79,57,0,true,true,false],[80,6,0,false,false,false],[83,55,0,true,true,false],[84,55,0,true,true,false],[85,6,0,false,false,false],[88,50,0,true,true,false],[90,90,0,true,true,false],[91,55,0,true,true,false],[92,6,0,false,false,false],[95,71,0,true,true,false],[96,63,0,true,true,false],[97,6,0,false,false,false],[100,59,0,true,true,false],[101,59,0,true,true,false],[102,6,0,false,false,false],[105,56,0,true,true,false],[106,56,0,true,true,false],[107,6,0,false,false,false],[110,89,0,true,true,false],[111,84,0,true,true,false],[112,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":59,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift","mcdc_records":[],"segments":[[27,20,0,true,true,false],[27,22,0,false,false,false],[40,100,0,true,true,false],[42,12,0,true,true,false],[42,53,0,true,false,false],[42,54,0,true,true,false],[46,10,0,true,true,false],[49,12,0,true,true,false],[49,51,0,true,false,false],[49,52,0,true,true,false],[51,10,0,true,false,false],[51,16,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false],[64,78,0,true,true,false],[77,12,0,true,true,false],[78,27,0,true,true,false],[82,65,0,true,true,false],[82,67,0,true,false,false],[84,16,0,true,true,false],[84,43,0,true,false,false],[84,44,0,true,true,false],[87,14,0,true,false,false],[87,20,0,true,true,false],[92,14,0,true,false,false],[93,17,0,true,true,false],[96,10,0,true,false,false],[97,6,0,false,false,false],[112,99,0,true,true,false],[114,12,0,true,true,false],[114,51,0,true,false,false],[114,52,0,true,true,false],[118,10,0,true,true,false],[121,12,0,true,true,false],[121,53,0,true,false,false],[121,54,0,true,true,false],[125,10,0,true,true,false],[143,12,0,true,true,false],[144,27,0,true,true,false],[148,65,0,true,true,false],[148,67,0,true,false,false],[150,16,0,true,true,false],[150,43,0,true,false,false],[150,44,0,true,true,false],[152,14,0,true,false,false],[152,20,0,true,true,false],[156,14,0,true,false,false],[159,17,0,true,true,false],[163,10,0,true,false,false],[164,6,0,false,false,false],[177,36,0,true,true,false],[180,80,0,true,true,false],[180,86,0,true,false,false],[180,89,0,true,true,false],[180,101,0,true,false,false],[184,12,0,true,true,false],[184,81,0,true,false,false],[184,82,0,true,true,false],[188,10,0,true,true,false],[199,30,0,true,false,false],[200,6,0,false,false,false],[210,60,0,true,true,false],[214,6,0,false,false,false],[227,103,0,true,true,false],[230,6,0,false,false,false],[241,7,0,true,true,false],[244,6,0,false,false,false],[255,7,0,true,true,false],[258,6,0,false,false,false],[266,89,0,true,true,false],[269,6,0,false,false,false],[277,94,0,true,true,false],[280,6,0,false,false,false],[291,7,0,true,true,false],[294,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":158,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift","mcdc_records":[],"segments":[[23,20,0,true,true,false],[23,22,0,false,false,false],[51,52,0,true,true,false],[53,39,0,true,true,false],[54,34,0,true,true,false],[56,14,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[68,15,0,true,true,false],[69,45,0,true,true,false],[69,62,0,true,false,false],[70,29,0,true,true,false],[70,45,0,true,true,false],[71,33,0,true,true,false],[71,52,0,true,false,false],[73,6,0,false,false,false],[81,5,0,true,true,false],[83,41,0,true,true,false],[84,35,0,true,true,false],[84,74,0,true,false,false],[86,6,0,false,false,false],[94,55,0,true,true,false],[98,12,0,true,true,false],[98,53,0,true,false,false],[98,54,0,true,true,false],[104,10,0,true,true,false],[109,12,0,true,true,false],[114,14,0,true,true,false],[116,16,0,true,true,false],[116,36,0,true,false,false],[116,37,0,true,true,false],[121,14,0,true,false,false],[121,20,0,true,true,false],[125,14,0,true,false,false],[126,17,0,true,true,false],[129,10,0,true,false,false],[130,6,0,false,false,false],[136,61,0,true,true,false],[141,37,0,true,true,false],[143,16,0,true,true,false],[143,24,0,true,false,false],[143,25,0,true,true,false],[146,14,0,true,false,false],[147,10,0,true,true,false],[149,28,0,true,false,false],[150,6,0,false,false,false],[158,57,0,true,true,false],[162,12,0,true,true,false],[162,53,0,true,false,false],[162,54,0,true,true,false],[165,10,0,true,true,false],[169,12,0,true,true,false],[170,92,0,true,true,false],[172,16,0,true,true,false],[172,36,0,true,false,false],[172,37,0,true,true,false],[175,14,0,true,false,false],[175,20,0,true,true,false],[180,14,0,true,false,false],[181,17,0,true,true,false],[184,10,0,true,false,false],[185,6,0,false,false,false],[196,73,0,true,true,false],[201,12,0,true,true,false],[201,53,0,true,false,false],[201,54,0,true,true,false],[205,10,0,true,true,false],[207,40,0,true,true,false],[210,10,0,true,true,false],[213,39,0,true,true,false],[213,85,0,true,false,false],[220,12,0,true,true,false],[220,26,0,true,false,false],[220,27,0,true,true,false],[225,10,0,true,false,false],[225,16,0,true,true,false],[228,10,0,true,false,false],[231,6,0,false,false,false],[239,64,0,true,true,false],[242,6,0,false,false,false],[247,51,0,true,true,false],[249,80,0,true,true,false],[251,10,0,true,true,false],[252,75,0,true,false,false],[253,6,0,false,false,false],[258,47,0,true,true,false],[262,9,0,true,true,false],[264,10,0,true,true,false],[265,32,0,true,false,false],[266,6,0,false,false,false],[278,59,0,true,true,false],[283,40,0,true,true,false],[283,91,0,true,false,false],[284,40,0,true,true,false],[286,10,0,true,true,false],[288,27,0,true,true,false],[290,88,0,true,true,false],[296,10,0,true,true,false],[298,37,0,true,false,false],[299,6,0,false,false,false],[305,48,0,true,true,false],[307,12,0,true,true,false],[308,91,0,true,true,false],[309,57,0,true,false,false],[310,17,0,true,true,false],[312,10,0,true,false,false],[313,6,0,false,false,false],[322,52,0,true,true,false],[325,12,0,true,true,false],[325,53,0,true,false,false],[325,54,0,true,true,false],[328,10,0,true,true,false],[337,12,0,true,true,false],[339,88,0,true,true,false],[340,86,0,true,true,false],[368,16,0,true,true,false],[368,23,0,true,false,false],[368,24,0,true,true,false],[371,14,0,true,false,false],[371,20,0,true,true,false],[373,14,0,true,false,false],[377,17,0,true,true,false],[380,10,0,true,false,false],[381,6,0,false,false,false],[384,47,0,true,true,false],[386,6,0,false,false,false],[389,56,0,true,true,false],[408,6,0,false,false,false],[411,44,0,true,true,false],[425,12,0,true,true,false],[430,14,0,true,true,false],[431,10,0,true,false,false],[431,17,0,true,true,false],[433,10,0,true,true,false],[434,6,0,false,false,false],[437,50,0,true,true,false],[440,6,0,false,false,false],[454,51,0,true,true,false],[458,12,0,true,true,false],[458,53,0,true,false,false],[458,54,0,true,true,false],[461,10,0,true,true,false],[469,12,0,true,true,false],[469,45,0,true,false,false],[469,83,0,true,true,false],[471,10,0,true,false,false],[471,19,0,true,true,false],[471,53,0,true,false,false],[471,54,0,true,true,false],[473,10,0,true,false,false],[475,12,0,true,true,false],[475,49,0,true,false,false],[475,91,0,true,true,false],[477,10,0,true,false,false],[477,19,0,true,true,false],[477,57,0,true,false,false],[477,58,0,true,true,false],[479,10,0,true,false,false],[481,12,0,true,true,false],[481,50,0,true,false,false],[481,93,0,true,true,false],[483,10,0,true,false,false],[483,19,0,true,true,false],[483,58,0,true,false,false],[483,59,0,true,true,false],[485,10,0,true,false,false],[492,12,0,true,true,false],[492,38,0,true,true,false],[492,58,0,true,false,false],[492,59,0,true,true,false],[494,10,0,true,false,false],[498,12,0,true,true,false],[498,33,0,true,false,false],[498,34,0,true,true,false],[500,10,0,true,false,false],[503,12,0,true,true,false],[503,52,0,true,false,false],[503,53,0,true,true,false],[504,16,0,true,true,false],[504,43,0,true,false,false],[504,44,0,true,true,false],[506,37,0,true,true,false],[506,67,0,true,false,false],[507,23,0,true,true,false],[507,40,0,true,false,false],[507,41,0,true,true,false],[509,20,0,true,true,false],[509,36,0,true,false,false],[509,37,0,true,true,false],[511,41,0,true,true,false],[511,71,0,true,false,false],[517,12,0,true,true,false],[517,30,0,true,false,false],[517,31,0,true,true,false],[520,16,0,true,true,false],[520,31,0,true,false,false],[520,32,0,true,true,false],[523,14,0,true,true,false],[526,31,0,true,true,false],[527,20,0,true,true,false],[527,102,0,true,false,false],[527,103,0,true,true,false],[529,18,0,true,true,false],[531,14,0,true,true,false],[532,10,0,true,true,false],[535,12,0,true,true,false],[535,29,0,true,false,false],[535,30,0,true,true,false],[538,10,0,true,true,false],[541,12,0,true,true,false],[541,52,0,true,false,false],[541,82,0,true,true,false],[543,16,0,true,true,false],[544,66,0,true,true,false],[546,34,0,true,true,false],[547,24,0,true,true,false],[547,107,0,true,false,false],[547,108,0,true,true,false],[549,22,0,true,true,false],[551,18,0,true,true,false],[552,64,0,true,true,false],[553,37,0,true,true,false],[553,67,0,true,false,false],[555,21,0,true,true,false],[557,14,0,true,true,false],[558,10,0,true,true,false],[561,12,0,true,true,false],[561,30,0,true,false,false],[561,31,0,true,true,false],[564,16,0,true,true,false],[564,31,0,true,false,false],[564,32,0,true,true,false],[567,14,0,true,true,false],[568,10,0,true,true,false],[571,20,0,true,false,false],[572,6,0,false,false,false],[576,48,0,true,true,false],[588,12,0,true,true,false],[588,26,0,true,false,false],[588,27,0,true,true,false],[590,10,0,true,false,false],[590,16,0,true,true,false],[592,10,0,true,false,false],[593,6,0,false,false,false],[597,53,0,true,true,false],[602,41,0,true,true,false],[603,16,0,true,true,false],[606,66,0,true,true,false],[607,35,0,true,true,false],[608,24,0,true,true,false],[608,107,0,true,false,false],[608,108,0,true,true,false],[610,22,0,true,true,false],[612,18,0,true,true,false],[613,64,0,true,true,false],[614,35,0,true,true,false],[615,24,0,true,true,false],[615,107,0,true,false,false],[615,108,0,true,true,false],[617,22,0,true,true,false],[619,18,0,true,true,false],[622,20,0,true,true,false],[622,32,0,true,false,false],[622,33,0,true,true,false],[625,18,0,true,true,false],[626,14,0,true,false,false],[626,21,0,true,true,false],[628,14,0,true,true,false],[629,30,0,true,true,false],[630,20,0,true,true,false],[630,103,0,true,false,false],[630,104,0,true,true,false],[632,18,0,true,true,false],[634,14,0,true,true,false],[635,10,0,true,true,false],[637,6,0,false,false,false],[646,51,0,true,true,false],[649,12,0,true,true,false],[649,53,0,true,false,false],[649,54,0,true,true,false],[653,10,0,true,true,false],[675,12,0,true,true,false],[675,36,0,true,false,false],[675,37,0,true,true,false],[679,10,0,true,false,false],[682,12,0,true,true,false],[683,66,0,true,true,false],[684,10,0,true,false,false],[684,17,0,true,true,false],[690,10,0,true,true,false],[717,12,0,true,true,false],[717,31,0,true,false,false],[717,32,0,true,true,false],[719,10,0,true,false,false],[719,16,0,true,true,false],[723,10,0,true,false,false],[729,41,0,true,true,false],[729,53,0,true,false,false],[729,57,0,true,true,false],[729,70,0,true,false,false],[729,74,0,true,true,false],[729,84,0,true,false,false],[741,6,0,false,false,false],[749,18,0,true,true,false],[752,12,0,true,true,false],[752,28,0,true,false,false],[752,29,0,true,true,false],[754,10,0,true,false,false],[755,12,0,true,true,false],[755,25,0,true,false,false],[755,26,0,true,true,false],[757,10,0,true,false,false],[758,12,0,true,true,false],[758,26,0,true,false,false],[758,27,0,true,true,false],[760,10,0,true,false,false],[761,12,0,true,true,false],[761,23,0,true,false,false],[761,24,0,true,true,false],[763,10,0,true,false,false],[764,12,0,true,true,false],[764,35,0,true,false,false],[764,36,0,true,true,false],[766,59,0,true,true,false],[766,72,0,true,false,false],[768,34,0,true,true,false],[768,37,0,true,false,false],[768,40,0,true,true,false],[768,71,0,true,false,false],[769,6,0,false,false,false],[783,45,0,true,true,false],[787,12,0,true,true,false],[787,53,0,true,false,false],[787,54,0,true,true,false],[790,10,0,true,true,false],[796,12,0,true,true,false],[796,27,0,true,false,false],[796,28,0,true,true,false],[798,102,0,true,true,false],[798,117,0,true,false,false],[801,10,0,true,true,false],[807,12,0,true,true,false],[807,26,0,true,false,false],[807,27,0,true,true,false],[811,10,0,true,true,false],[814,20,0,true,false,false],[815,6,0,false,false,false],[823,65,0,true,true,false],[826,44,0,true,true,false],[829,10,0,true,true,false],[836,12,0,true,true,false],[836,32,0,true,false,false],[836,33,0,true,true,false],[848,16,0,true,true,false],[848,31,0,true,false,false],[848,32,0,true,true,false],[851,14,0,true,true,false],[853,10,0,true,true,false],[856,12,0,true,true,false],[856,39,0,true,false,false],[856,40,0,true,true,false],[859,10,0,true,true,false],[862,12,0,true,true,false],[864,60,0,true,true,false],[866,24,0,true,false,false],[867,17,0,true,true,false],[870,10,0,true,false,false],[871,6,0,false,false,false],[880,77,0,true,true,false],[884,12,0,true,true,false],[884,53,0,true,false,false],[884,54,0,true,true,false],[887,10,0,true,true,false],[922,12,0,true,true,false],[923,61,0,true,true,false],[924,10,0,true,false,false],[924,17,0,true,true,false],[927,10,0,true,true,false],[943,30,0,true,false,false],[944,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":763,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":244,"covered":0,"notcovered":244,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift","mcdc_records":[],"segments":[[24,20,0,true,true,false],[24,22,0,false,false,false],[46,71,0,true,true,false],[48,12,0,true,true,false],[48,45,0,true,false,false],[48,46,0,true,true,false],[49,16,0,true,true,false],[49,57,0,true,false,false],[49,58,0,true,true,false],[55,14,0,true,true,false],[60,20,0,true,true,false],[60,25,0,true,false,false],[61,13,0,true,true,false],[64,99,0,true,false,false],[66,13,0,true,true,false],[70,28,0,true,false,false],[71,13,0,true,true,false],[75,28,0,true,false,false],[76,13,0,true,true,false],[78,20,0,true,true,false],[78,62,0,true,false,false],[78,63,0,true,true,false],[82,18,0,true,true,false],[83,29,0,true,false,false],[84,13,0,true,true,false],[88,29,0,true,false,false],[89,14,0,true,true,false],[90,10,0,true,true,false],[93,12,0,true,true,false],[93,53,0,true,false,false],[93,54,0,true,true,false],[99,10,0,true,true,false],[101,12,0,true,true,false],[102,103,0,true,true,false],[106,28,0,true,false,false],[107,17,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[123,72,0,true,true,false],[129,12,0,true,true,false],[129,53,0,true,false,false],[129,54,0,true,true,false],[135,10,0,true,true,false],[140,12,0,true,true,false],[141,103,0,true,true,false],[147,45,0,true,true,false],[151,14,0,true,true,false],[159,24,0,true,true,false],[159,79,0,true,false,false],[162,24,0,true,true,false],[162,89,0,true,false,false],[165,56,0,true,true,false],[165,76,0,true,false,false],[170,16,0,true,true,false],[170,25,0,true,false,false],[170,26,0,true,true,false],[172,33,0,true,true,false],[175,18,0,true,false,false],[175,27,0,true,true,false],[175,44,0,true,true,false],[175,50,0,true,false,false],[175,54,0,true,true,false],[175,62,0,true,false,false],[175,63,0,true,true,false],[178,18,0,true,false,false],[178,24,0,true,true,false],[185,18,0,true,false,false],[186,20,0,true,true,false],[188,20,0,true,true,false],[188,37,0,true,true,false],[188,43,0,true,false,false],[188,44,0,true,true,false],[190,18,0,true,false,false],[190,27,0,true,true,false],[190,35,0,true,false,false],[190,36,0,true,true,false],[192,18,0,true,false,false],[193,22,0,true,true,false],[195,18,0,true,false,false],[201,43,0,true,true,false],[201,48,0,true,false,false],[201,77,0,true,true,false],[201,82,0,true,false,false],[201,121,0,true,true,false],[201,126,0,true,false,false],[209,17,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false],[226,69,0,true,true,false],[232,12,0,true,true,false],[232,45,0,true,false,false],[232,46,0,true,true,false],[239,10,0,true,false,false],[239,16,0,true,true,false],[243,10,0,true,false,false],[259,6,0,false,false,false],[276,37,0,true,true,false],[279,12,0,true,true,false],[282,14,0,true,true,false],[283,16,0,true,true,false],[283,36,0,true,false,false],[283,37,0,true,true,false],[286,102,0,true,true,false],[288,24,0,true,true,false],[288,40,0,true,false,false],[290,21,0,true,true,false],[293,22,0,true,true,false],[294,18,0,true,true,false],[296,14,0,true,false,false],[296,20,0,true,true,false],[298,14,0,true,false,false],[299,17,0,true,true,false],[302,10,0,true,true,false],[305,41,0,true,true,false],[308,13,0,true,true,false],[310,14,0,true,true,false],[311,65,0,true,false,false],[318,6,0,false,false,false],[325,43,0,true,true,false],[328,6,0,false,false,false],[333,52,0,true,true,false],[335,89,0,true,true,false],[339,10,0,true,true,false],[344,85,0,true,true,false],[350,10,0,true,true,false],[353,21,0,true,false,false],[354,6,0,false,false,false],[359,64,0,true,true,false],[362,6,0,false,false,false],[365,49,0,true,true,false],[367,6,0,false,false,false],[370,51,0,true,true,false],[372,80,0,true,true,false],[374,10,0,true,true,false],[375,75,0,true,false,false],[376,6,0,false,false,false],[386,74,0,true,true,false],[389,12,0,true,true,false],[389,20,0,true,false,false],[389,21,0,true,true,false],[389,37,0,true,true,false],[400,55,0,true,true,false],[401,66,0,true,true,false],[403,14,0,true,false,false],[406,12,0,true,true,false],[406,30,0,true,false,false],[406,31,0,true,true,false],[409,10,0,true,true,false],[412,12,0,true,true,false],[412,32,0,true,false,false],[412,33,0,true,true,false],[415,10,0,true,true,false],[419,12,0,true,true,false],[419,19,0,true,false,false],[419,57,0,true,true,false],[425,10,0,true,true,false],[428,21,0,true,false,false],[429,6,0,false,false,false],[436,49,0,true,true,false],[437,12,0,true,true,false],[438,63,0,true,true,false],[442,18,0,true,true,false],[444,14,0,true,true,false],[445,36,0,true,false,false],[446,17,0,true,true,false],[448,10,0,true,false,false],[449,6,0,false,false,false],[452,55,0,true,true,false],[453,12,0,true,true,false],[454,63,0,true,true,false],[458,18,0,true,true,false],[460,14,0,true,true,false],[461,39,0,true,false,false],[462,17,0,true,true,false],[464,10,0,true,false,false],[465,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":376,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":112,"covered":0,"notcovered":112,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift","mcdc_records":[],"segments":[[28,31,0,true,true,false],[30,12,0,true,true,false],[30,40,0,true,false,false],[30,41,0,true,true,false],[32,10,0,true,true,false],[35,36,0,true,true,false],[37,10,0,true,true,false],[40,69,0,true,true,false],[42,10,0,true,true,false],[45,24,0,true,false,false],[46,6,0,false,false,false],[56,29,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[59,23,0,true,false,false],[60,9,0,true,true,false],[61,20,0,true,false,false],[62,9,0,true,true,false],[63,44,0,true,true,false],[63,55,0,true,false,false],[63,58,0,true,true,false],[63,69,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[70,77,0,true,true,false],[71,29,0,true,true,false],[74,50,0,true,true,false],[74,74,0,true,false,false],[74,80,0,true,true,false],[74,92,0,true,true,false],[75,68,0,true,true,false],[76,24,0,true,true,false],[76,34,0,true,false,false],[77,17,0,true,true,false],[78,66,0,true,false,false],[79,17,0,true,true,false],[80,63,0,true,false,false],[81,17,0,true,true,false],[82,29,0,true,false,false],[84,14,0,true,true,false],[85,10,0,true,true,false],[86,19,0,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":48,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift","mcdc_records":[],"segments":[[11,70,0,true,true,false],[27,6,0,false,false,false],[29,89,0,true,true,false],[33,12,0,true,true,false],[33,42,0,true,false,false],[33,43,0,true,true,false],[36,10,0,true,true,false],[40,12,0,true,true,false],[40,38,0,true,false,false],[40,39,0,true,true,false],[45,10,0,true,true,false],[49,12,0,true,true,false],[49,33,0,true,false,false],[49,34,0,true,true,false],[53,10,0,true,true,false],[56,12,0,true,true,false],[56,42,0,true,false,false],[56,43,0,true,true,false],[59,10,0,true,true,false],[64,12,0,true,true,false],[64,52,0,true,false,false],[64,53,0,true,true,false],[67,10,0,true,true,false],[71,34,0,true,false,false],[72,6,0,false,false,false],[74,100,0,true,true,false],[81,12,0,true,true,false],[81,66,0,true,false,false],[81,67,0,true,true,false],[83,10,0,true,false,false],[84,12,0,true,true,false],[84,64,0,true,false,false],[84,65,0,true,true,false],[86,10,0,true,false,false],[93,12,0,true,true,false],[93,65,0,true,false,false],[93,66,0,true,true,false],[95,10,0,true,false,false],[96,12,0,true,true,false],[96,63,0,true,false,false],[96,64,0,true,true,false],[98,10,0,true,false,false],[101,6,0,false,false,false],[103,98,0,true,true,false],[106,12,0,true,true,false],[106,53,0,true,false,false],[106,54,0,true,true,false],[108,10,0,true,false,false],[109,12,0,true,true,false],[109,56,0,true,false,false],[109,57,0,true,true,false],[111,10,0,true,false,false],[112,12,0,true,true,false],[112,54,0,true,false,false],[112,55,0,true,true,false],[114,10,0,true,false,false],[115,12,0,true,true,false],[115,50,0,true,false,false],[115,51,0,true,true,false],[117,10,0,true,false,false],[118,12,0,true,true,false],[118,49,0,true,false,false],[118,50,0,true,true,false],[120,10,0,true,false,false],[123,12,0,true,true,false],[123,51,0,true,false,false],[123,52,0,true,true,false],[125,10,0,true,false,false],[128,6,0,false,false,false],[130,80,0,true,true,false],[146,11,0,true,true,false],[147,46,0,true,true,false],[147,52,0,true,false,false],[148,13,0,true,true,false],[149,22,0,true,false,false],[150,13,0,true,true,false],[151,21,0,true,false,false],[152,13,0,true,true,false],[153,31,0,true,false,false],[154,14,0,true,true,false],[155,38,0,true,true,false],[155,48,0,true,true,false],[157,78,0,true,true,false],[157,86,0,true,false,false],[157,89,0,true,true,false],[157,95,0,true,false,false],[158,39,0,true,true,false],[159,20,0,true,true,false],[159,38,0,true,false,false],[159,39,0,true,true,false],[162,44,0,true,true,false],[162,54,0,true,false,false],[163,21,0,true,true,false],[164,196,0,true,false,false],[165,21,0,true,true,false],[166,193,0,true,false,false],[167,21,0,true,true,false],[168,75,0,true,false,false],[169,22,0,true,true,false],[170,37,0,true,false,false],[171,18,0,true,true,false],[172,41,0,true,false,false],[175,19,0,true,true,false],[175,64,0,true,false,false],[176,19,0,true,true,false],[176,29,0,true,false,false],[224,12,0,true,true,false],[224,53,0,true,false,false],[224,54,0,true,true,false],[235,10,0,true,false,false],[236,12,0,true,true,false],[236,56,0,true,false,false],[236,57,0,true,true,false],[247,10,0,true,false,false],[248,12,0,true,true,false],[248,50,0,true,false,false],[248,51,0,true,true,false],[259,10,0,true,false,false],[260,12,0,true,true,false],[260,49,0,true,false,false],[260,50,0,true,true,false],[271,10,0,true,false,false],[274,12,0,true,true,false],[274,51,0,true,false,false],[274,52,0,true,true,false],[285,10,0,true,false,false],[288,12,0,true,true,false],[288,42,0,true,false,false],[288,43,0,true,true,false],[289,57,0,true,true,false],[297,75,0,true,true,false],[297,105,0,true,false,false],[297,108,0,true,true,false],[297,111,0,true,false,false],[300,14,0,true,true,false],[301,10,0,true,false,false],[304,12,0,true,true,false],[304,52,0,true,false,false],[304,53,0,true,true,false],[315,10,0,true,false,false],[317,12,0,true,true,false],[317,55,0,true,false,false],[317,56,0,true,true,false],[328,10,0,true,false,false],[331,12,0,true,true,false],[331,43,0,true,false,false],[331,84,0,true,true,false],[344,10,0,true,false,false],[347,12,0,true,true,false],[347,35,0,true,false,false],[347,36,0,true,true,false],[351,54,0,true,true,false],[351,80,0,true,false,false],[351,83,0,true,true,false],[351,100,0,true,false,false],[357,27,0,true,true,false],[357,53,0,true,false,false],[357,56,0,true,true,false],[357,80,0,true,false,false],[363,6,0,false,false,false],[365,94,0,true,true,false],[368,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":412,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":0,"notcovered":90,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift","mcdc_records":[],"segments":[[16,28,0,true,true,false],[17,20,0,true,true,false],[17,24,0,true,false,false],[18,13,0,true,true,false],[18,31,0,true,false,false],[19,13,0,true,true,false],[19,42,0,true,false,false],[20,14,0,true,true,false],[21,10,0,false,false,false],[23,28,0,true,true,false],[24,20,0,true,true,false],[24,24,0,true,false,false],[25,13,0,true,true,false],[25,31,0,true,false,false],[26,13,0,true,true,false],[26,42,0,true,false,false],[27,14,0,true,true,false],[28,10,0,false,false,false],[30,35,0,true,true,false],[31,20,0,true,true,false],[31,24,0,true,false,false],[32,13,0,true,true,false],[33,24,0,true,false,false],[34,14,0,true,true,false],[35,10,0,false,false,false],[44,33,0,true,true,false],[45,20,0,true,true,false],[45,24,0,true,false,false],[46,13,0,true,true,false],[46,58,0,true,false,false],[47,13,0,true,true,false],[47,71,0,true,false,false],[48,13,0,true,true,false],[48,49,0,true,false,false],[49,14,0,true,true,false],[50,10,0,false,false,false],[52,33,0,true,true,false],[53,20,0,true,true,false],[53,24,0,true,false,false],[54,13,0,true,true,false],[55,90,0,true,false,false],[56,13,0,true,true,false],[57,87,0,true,false,false],[58,13,0,true,true,false],[59,85,0,true,false,false],[60,14,0,true,true,false],[61,10,0,false,false,false],[72,33,0,true,true,false],[75,87,0,true,true,false],[75,95,0,true,false,false],[75,98,0,true,true,false],[75,106,0,true,false,false],[80,16,0,true,true,false],[80,31,0,true,false,false],[80,32,0,true,true,false],[81,56,0,true,true,false],[81,69,0,true,false,false],[84,16,0,true,true,false],[84,40,0,true,false,false],[84,41,0,true,true,false],[86,68,0,true,true,false],[86,81,0,true,false,false],[90,10,0,false,false,false],[96,47,0,true,true,false],[105,12,0,true,true,false],[105,38,0,true,false,false],[105,39,0,true,true,false],[107,10,0,true,false,false],[107,19,0,true,true,false],[107,45,0,true,false,false],[107,46,0,true,true,false],[109,10,0,true,false,false],[109,16,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[116,48,0,true,true,false],[119,6,0,false,false,false],[122,73,0,true,true,false],[123,16,0,true,true,false],[123,23,0,true,false,false],[124,9,0,true,true,false],[125,23,0,true,false,false],[126,9,0,true,true,false],[127,29,0,true,false,false],[128,9,0,true,true,false],[129,21,0,true,false,false],[130,10,0,true,true,false],[131,6,0,false,false,false],[134,60,0,true,true,false],[145,16,0,true,true,false],[145,28,0,true,false,false],[146,9,0,true,true,false],[148,105,0,true,false,false],[150,9,0,true,true,false],[154,91,0,true,false,false],[156,9,0,true,true,false],[160,91,0,true,false,false],[161,10,0,true,true,false],[168,12,0,true,true,false],[168,37,0,true,false,false],[168,38,0,true,true,false],[173,10,0,true,false,false],[176,40,0,true,true,false],[180,10,0,true,false,false],[191,87,0,true,true,false],[191,103,0,true,false,false],[191,106,0,true,true,false],[191,126,0,true,false,false],[193,12,0,true,true,false],[193,27,0,true,false,false],[193,28,0,true,true,false],[195,10,0,true,false,false],[198,6,0,false,false,false],[203,38,0,true,true,false],[206,6,0,false,false,false],[209,44,0,true,true,false],[212,6,0,false,false,false],[215,80,0,true,true,false],[218,16,0,true,true,false],[218,26,0,true,false,false],[219,9,0,true,true,false],[237,14,0,true,false,false],[239,9,0,true,true,false],[260,14,0,true,false,false],[262,9,0,true,true,false],[275,14,0,true,false,false],[277,6,0,false,false,false],[282,40,0,true,true,false],[294,6,0,false,false,false],[310,29,0,true,true,false],[317,49,0,true,true,false],[319,10,0,true,true,false],[322,41,0,true,true,false],[324,10,0,true,true,false],[326,12,0,true,true,false],[326,26,0,true,false,false],[326,27,0,true,true,false],[328,31,0,true,true,false],[330,14,0,true,true,false],[331,10,0,true,false,false],[334,6,0,false,false,false],[345,29,0,true,true,false],[348,83,0,true,true,false],[348,91,0,true,false,false],[348,94,0,true,true,false],[348,102,0,true,false,false],[354,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":272,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":0,"notcovered":81,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift","mcdc_records":[],"segments":[[15,41,0,true,true,false],[17,6,0,false,false,false],[19,39,0,true,true,false],[21,6,0,false,false,false],[23,38,0,true,true,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":9,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift","mcdc_records":[],"segments":[[44,52,0,true,true,false],[46,34,0,true,true,false],[48,10,0,true,false,false],[49,6,0,false,false,false],[54,56,0,true,true,false],[54,107,0,false,false,false],[55,52,0,true,true,false],[55,98,0,false,false,false],[65,39,0,true,true,false],[72,6,0,false,false,false],[76,37,0,true,true,false],[83,6,0,false,false,false],[87,54,0,true,true,false],[94,31,0,true,true,false],[95,76,0,true,true,false],[95,88,0,true,true,false],[97,16,0,true,true,false],[97,52,0,true,false,false],[97,53,0,true,true,false],[99,14,0,true,false,false],[102,16,0,true,true,false],[102,33,0,true,false,false],[102,34,0,true,true,false],[103,56,0,true,true,false],[103,86,0,true,false,false],[103,89,0,true,true,false],[103,104,0,true,false,false],[106,10,0,true,true,false],[108,22,0,true,false,false],[109,6,0,false,false,false],[112,40,0,true,true,false],[113,67,0,true,true,false],[113,68,0,true,false,false],[113,71,0,true,true,false],[113,72,0,true,false,false],[116,42,0,true,true,false],[117,20,0,true,true,false],[117,49,0,true,false,false],[118,13,0,true,true,false],[119,28,0,true,false,false],[120,13,0,true,true,false],[121,20,0,true,true,false],[121,41,0,true,false,false],[121,42,0,true,true,false],[127,18,0,true,true,false],[128,29,0,true,false,false],[129,13,0,true,true,false],[131,20,0,true,true,false],[131,51,0,true,false,false],[131,52,0,true,true,false],[131,67,0,true,true,false],[132,20,0,true,true,false],[132,41,0,true,false,false],[132,42,0,true,true,false],[138,18,0,true,true,false],[139,29,0,true,false,false],[140,13,0,true,true,false],[141,29,0,true,false,false],[143,10,0,true,true,false],[144,21,0,true,false,false],[145,6,0,false,false,false],[147,63,0,true,true,false],[148,12,0,true,true,false],[153,14,0,true,true,false],[154,16,0,true,true,false],[154,36,0,true,false,false],[154,37,0,true,true,false],[156,14,0,true,true,false],[157,10,0,true,false,false],[157,17,0,true,true,false],[159,10,0,true,true,false],[160,21,0,true,false,false],[161,6,0,false,false,false],[163,96,0,true,true,false],[164,12,0,true,true,false],[169,14,0,true,true,false],[170,16,0,true,true,false],[170,36,0,true,false,false],[170,37,0,true,true,false],[172,14,0,true,true,false],[173,73,0,true,true,false],[173,86,0,true,false,false],[173,89,0,true,true,false],[173,102,0,true,false,false],[175,17,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[181,69,0,true,true,false],[183,37,0,true,true,false],[183,63,0,true,true,false],[185,12,0,true,true,false],[185,32,0,true,false,false],[185,33,0,true,true,false],[185,51,0,true,true,false],[186,51,0,true,false,false],[187,6,0,false,false,false],[191,69,0,true,true,false],[194,12,0,true,true,false],[194,49,0,true,false,false],[194,50,0,true,true,false],[201,83,0,true,true,false],[201,92,0,true,false,false],[201,95,0,true,true,false],[201,108,0,true,false,false],[202,32,0,true,true,false],[202,40,0,true,false,false],[202,43,0,true,true,false],[202,54,0,true,false,false],[203,10,0,true,true,false],[205,36,0,true,true,false],[207,16,0,true,true,false],[207,46,0,true,false,false],[207,84,0,true,true,false],[209,46,0,true,true,false],[209,61,0,true,false,false],[211,20,0,true,true,false],[211,37,0,true,false,false],[211,38,0,true,true,false],[214,18,0,true,true,false],[215,20,0,true,true,false],[215,36,0,true,false,false],[215,37,0,true,true,false],[225,18,0,true,true,false],[228,32,0,true,false,false],[229,14,0,true,true,false],[240,16,0,true,true,false],[242,31,0,true,true,false],[245,20,0,true,true,false],[246,68,0,true,true,false],[247,39,0,true,true,false],[249,26,0,true,false,false],[250,39,0,true,true,false],[252,68,0,true,true,false],[253,49,0,true,false,false],[255,47,0,true,true,false],[257,22,0,true,true,false],[258,18,0,true,false,false],[258,41,0,true,true,false],[265,47,0,true,true,false],[265,55,0,true,false,false],[265,58,0,true,true,false],[265,66,0,true,false,false],[266,18,0,true,true,false],[269,69,0,true,true,false],[269,71,0,true,false,false],[273,29,0,true,true,false],[273,44,0,true,false,false],[275,64,0,true,true,false],[275,80,0,true,false,false],[279,20,0,true,true,false],[279,29,0,true,false,false],[279,48,0,true,true,false],[283,24,0,true,true,false],[283,48,0,true,false,false],[283,49,0,true,true,false],[288,22,0,true,false,false],[288,28,0,true,true,false],[299,22,0,true,true,false],[300,18,0,true,true,false],[304,81,0,true,true,false],[304,90,0,true,false,false],[304,93,0,true,true,false],[304,106,0,true,false,false],[306,36,0,true,true,false],[306,44,0,true,false,false],[306,47,0,true,true,false],[306,58,0,true,false,false],[307,21,0,true,true,false],[310,14,0,true,false,false],[312,6,0,false,false,false],[316,60,0,true,true,false],[317,12,0,true,true,false],[318,123,0,true,true,false],[320,44,0,true,true,false],[320,80,0,true,true,false],[320,121,0,true,false,false],[321,17,0,true,true,false],[324,10,0,true,false,false],[325,6,0,false,false,false],[329,44,0,true,true,false],[331,12,0,true,true,false],[331,49,0,true,false,false],[331,50,0,true,true,false],[333,10,0,true,true,false],[336,12,0,true,true,false],[336,42,0,true,false,false],[336,80,0,true,true,false],[337,38,0,true,true,false],[337,53,0,true,false,false],[338,10,0,true,true,false],[341,25,0,true,true,false],[341,39,0,true,false,false],[342,6,0,false,false,false],[348,48,0,true,true,false],[349,12,0,true,true,false],[350,123,0,true,true,false],[352,45,0,true,true,false],[356,14,0,true,true,false],[359,62,0,true,true,false],[359,95,0,true,false,false],[363,17,0,true,true,false],[366,10,0,true,false,false],[367,6,0,false,false,false],[376,49,0,true,true,false],[388,12,0,true,true,false],[388,22,0,true,false,false],[388,23,0,true,true,false],[390,10,0,true,false,false],[390,16,0,true,true,false],[392,10,0,true,false,false],[398,6,0,false,false,false],[403,43,0,true,true,false],[405,65,0,true,true,false],[407,10,0,true,true,false],[409,95,0,true,true,false],[413,10,0,true,true,false],[416,14,0,true,true,false],[419,10,0,true,true,false],[421,12,0,true,true,false],[423,89,0,true,true,false],[425,93,0,true,true,false],[425,102,0,true,false,false],[427,17,0,true,true,false],[430,10,0,true,false,false],[431,6,0,false,false,false],[434,39,0,true,true,false],[435,65,0,true,true,false],[438,10,0,true,true,false],[441,83,0,true,true,false],[441,94,0,true,false,false],[442,63,0,true,true,false],[445,10,0,true,true,false],[448,12,0,true,true,false],[448,23,0,true,false,false],[448,24,0,true,true,false],[455,10,0,true,false,false],[455,16,0,true,true,false],[457,10,0,true,false,false],[460,6,0,false,false,false],[463,49,0,true,true,false],[464,65,0,true,true,false],[466,10,0,true,true,false],[468,83,0,true,true,false],[468,94,0,true,false,false],[469,63,0,true,true,false],[471,10,0,true,true,false],[473,12,0,true,true,false],[473,59,0,true,false,false],[473,60,0,true,true,false],[481,10,0,true,true,false],[483,19,0,true,false,false],[484,6,0,false,false,false],[490,42,0,true,true,false],[491,41,0,true,true,false],[494,10,0,true,true,false],[501,10,0,true,false,false],[502,6,0,false,false,false],[506,97,0,true,true,false],[507,39,0,true,true,false],[508,61,0,true,true,false],[517,20,0,true,true,false],[517,34,0,true,false,false],[517,35,0,true,true,false],[521,26,0,true,true,false],[529,22,0,true,false,false],[530,24,0,true,true,false],[535,18,0,true,false,false],[538,6,0,false,false,false],[541,102,0,true,true,false],[542,39,0,true,true,false],[543,61,0,true,true,false],[547,20,0,true,true,false],[547,34,0,true,false,false],[547,35,0,true,true,false],[550,18,0,true,false,false],[550,24,0,true,true,false],[555,18,0,true,false,false],[558,6,0,false,false,false],[562,53,0,true,true,false],[565,12,0,true,true,false],[566,59,0,true,true,false],[566,65,0,true,true,false],[570,14,0,true,true,false],[582,16,0,true,true,false],[582,31,0,true,false,false],[582,32,0,true,true,false],[590,14,0,true,false,false],[590,20,0,true,true,false],[594,14,0,true,false,false],[595,17,0,true,true,false],[598,10,0,true,false,false],[599,6,0,false,false,false],[601,70,0,true,true,false],[606,10,0,true,true,false],[607,82,0,true,false,false],[608,6,0,false,false,false],[616,59,0,true,true,false],[622,12,0,true,true,false],[623,71,0,true,true,false],[624,10,0,true,false,false],[624,17,0,true,true,false],[627,10,0,true,true,false],[629,12,0,true,true,false],[629,27,0,true,false,false],[629,28,0,true,true,false],[632,10,0,true,false,false],[636,65,0,true,true,false],[642,10,0,true,true,false],[651,12,0,true,true,false],[651,27,0,true,false,false],[651,28,0,true,true,false],[656,10,0,true,false,false],[668,12,0,true,true,false],[668,25,0,true,false,false],[668,26,0,true,true,false],[682,10,0,true,false,false],[682,16,0,true,true,false],[685,10,0,true,false,false],[686,6,0,false,false,false],[689,56,0,true,true,false],[701,6,0,false,false,false],[706,64,0,true,true,false],[708,12,0,true,true,false],[708,42,0,true,false,false],[708,82,0,true,true,false],[710,10,0,true,true,false],[712,12,0,true,true,false],[717,14,0,true,true,false],[718,33,0,true,false,false],[719,17,0,true,true,false],[721,10,0,true,false,false],[722,6,0,false,false,false],[735,34,0,true,true,false],[736,29,0,true,true,false],[736,45,0,true,false,false],[736,49,0,true,true,false],[736,62,0,true,false,false],[736,66,0,true,true,false],[736,83,0,true,false,false],[737,6,0,false,false,false],[740,29,0,true,true,false],[749,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":855,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":215,"covered":0,"notcovered":215,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[15,44,0,false,false,false],[17,47,0,true,true,false],[17,50,0,false,false,false],[21,61,0,true,true,false],[21,64,0,false,false,false],[24,48,0,true,true,false],[24,52,0,false,false,false],[38,61,0,true,true,false],[38,69,0,false,false,false],[39,65,0,true,true,false],[39,73,0,false,false,false],[40,7,0,true,true,false],[42,42,0,true,true,false],[42,56,0,true,false,false],[45,57,0,true,true,false],[49,18,0,true,true,false],[52,14,0,true,false,false],[56,25,0,true,true,false],[57,33,0,true,true,false],[57,43,0,true,true,false],[60,33,0,true,true,false],[63,14,0,true,false,false],[70,16,0,true,true,false],[72,58,0,true,true,false],[73,49,0,true,true,false],[75,30,0,true,true,false],[77,26,0,true,false,false],[78,22,0,true,true,false],[79,18,0,true,false,false],[82,74,0,true,true,false],[84,35,0,true,true,false],[86,22,0,true,false,false],[89,35,0,true,true,false],[91,78,0,true,true,false],[92,88,0,true,false,false],[96,56,0,true,true,false],[98,34,0,true,false,false],[99,18,0,true,true,false],[102,46,0,true,true,false],[106,18,0,true,true,false],[113,14,0,true,false,false],[113,21,0,true,true,false],[115,20,0,true,true,false],[115,36,0,true,false,false],[115,37,0,true,true,false],[117,18,0,true,false,false],[117,24,0,true,true,false],[119,66,0,true,true,false],[123,22,0,true,false,false],[123,28,0,true,true,false],[128,22,0,true,false,false],[131,41,0,true,true,false],[134,22,0,true,false,false],[136,14,0,true,true,false],[140,10,0,true,false,false],[144,6,0,false,false,false],[147,62,0,true,true,false],[149,6,0,false,false,false],[152,66,0,true,true,false],[153,43,0,true,true,false],[153,46,0,true,false,false],[154,6,0,false,false,false],[157,32,0,true,true,false],[161,35,0,true,true,false],[163,10,0,true,true,false],[165,14,0,true,true,false],[168,10,0,true,false,false],[171,6,0,false,false,false],[174,37,0,true,true,false],[180,35,0,true,true,false],[182,10,0,true,true,false],[188,14,0,true,true,false],[191,10,0,true,false,false],[192,6,0,false,false,false],[195,49,0,true,true,false],[201,6,0,false,false,false],[205,58,0,true,true,false],[210,6,0,false,false,false],[213,44,0,true,true,false],[218,6,0,false,false,false],[221,47,0,true,true,false],[223,6,0,false,false,false],[232,38,0,true,true,false],[234,6,0,false,false,false],[248,7,0,true,true,false],[252,6,0,false,false,false],[264,31,0,true,true,false],[268,11,0,true,true,false],[273,20,0,true,true,false],[273,26,0,true,false,false],[274,13,0,true,true,false],[281,63,0,true,true,false],[283,31,0,true,false,false],[285,13,0,true,true,false],[291,63,0,true,true,false],[298,63,0,true,true,false],[300,31,0,true,false,false],[302,13,0,true,true,false],[310,56,0,true,true,false],[312,31,0,true,false,false],[314,13,0,true,true,false],[322,63,0,true,true,false],[324,31,0,true,false,false],[327,6,0,false,false,false],[330,89,0,true,true,false],[334,11,0,true,true,false],[341,42,0,true,true,false],[341,46,0,true,false,false],[341,49,0,true,true,false],[341,52,0,true,false,false],[343,16,0,true,true,false],[343,25,0,true,false,false],[343,26,0,true,true,false],[346,56,0,true,true,false],[348,14,0,true,true,false],[352,29,0,true,false,false],[354,6,0,false,false,false],[360,31,0,true,true,false],[364,11,0,true,true,false],[368,20,0,true,true,false],[368,24,0,true,false,false],[369,13,0,true,true,false],[370,37,0,true,true,false],[370,84,0,true,false,false],[371,13,0,true,true,false],[372,37,0,true,true,false],[372,82,0,true,false,false],[373,14,0,true,true,false],[381,19,0,true,true,false],[381,41,0,true,false,false],[381,42,0,true,true,false],[383,56,0,true,true,false],[390,28,0,true,true,false],[390,32,0,true,false,false],[391,21,0,true,true,false],[392,65,0,true,false,false],[393,21,0,true,true,false],[394,63,0,true,false,false],[395,22,0,true,true,false],[397,20,0,true,true,false],[397,33,0,true,false,false],[397,34,0,true,true,false],[405,18,0,true,true,false],[406,14,0,true,true,false],[409,25,0,true,false,false],[411,6,0,false,false,false],[420,29,0,true,true,false],[421,16,0,true,true,false],[421,20,0,true,false,false],[422,9,0,true,true,false],[422,50,0,true,false,false],[423,9,0,true,true,false],[423,45,0,true,false,false],[424,10,0,true,true,false],[425,6,0,false,false,false],[436,35,0,true,true,false],[438,6,0,false,false,false],[440,37,0,true,true,false],[441,12,0,true,true,false],[441,35,0,true,false,false],[441,36,0,true,true,false],[443,10,0,true,true,false],[445,12,0,true,true,false],[445,38,0,true,false,false],[445,39,0,true,true,false],[447,10,0,true,true,false],[449,64,0,true,true,false],[449,101,0,true,false,false],[451,6,0,false,false,false],[453,77,0,true,true,false],[462,6,0,false,false,false],[464,59,0,true,true,false],[473,6,0,false,false,false],[475,61,0,true,true,false],[485,6,0,false,false,false],[491,7,0,true,true,false],[492,16,0,true,true,false],[492,25,0,true,false,false],[493,9,0,true,true,false],[501,14,0,true,false,false],[503,9,0,true,true,false],[511,14,0,true,false,false],[513,9,0,true,true,false],[521,14,0,true,false,false],[523,9,0,true,true,false],[531,14,0,true,false,false],[533,9,0,true,true,false],[541,14,0,true,false,false],[543,9,0,true,true,false],[551,14,0,true,false,false],[553,9,0,true,true,false],[561,14,0,true,false,false],[563,9,0,true,true,false],[571,14,0,true,false,false],[573,9,0,true,true,false],[578,54,0,true,true,false],[578,66,0,true,false,false],[578,69,0,true,true,false],[578,92,0,true,false,false],[588,6,0,false,false,false],[590,91,0,true,true,false],[591,16,0,true,true,false],[591,25,0,true,false,false],[592,9,0,true,true,false],[600,14,0,true,false,false],[602,9,0,true,true,false],[610,14,0,true,false,false],[612,9,0,true,true,false],[620,14,0,true,false,false],[622,9,0,true,true,false],[630,14,0,true,false,false],[632,9,0,true,true,false],[640,14,0,true,false,false],[642,9,0,true,true,false],[647,54,0,true,true,false],[647,65,0,true,false,false],[647,68,0,true,true,false],[647,91,0,true,false,false],[657,6,0,false,false,false],[663,29,0,true,true,false],[664,16,0,true,true,false],[664,20,0,true,false,false],[665,9,0,true,true,false],[666,40,0,true,false,false],[667,9,0,true,true,false],[668,42,0,true,false,false],[669,9,0,true,true,false],[670,46,0,true,false,false],[671,9,0,true,true,false],[672,37,0,true,false,false],[673,9,0,true,true,false],[674,41,0,true,false,false],[675,9,0,true,true,false],[676,41,0,true,false,false],[677,9,0,true,true,false],[678,40,0,true,false,false],[679,9,0,true,true,false],[680,48,0,true,false,false],[681,9,0,true,true,false],[682,44,0,true,false,false],[683,9,0,true,true,false],[684,37,0,true,false,false],[685,9,0,true,true,false],[686,39,0,true,false,false],[687,9,0,true,true,false],[688,36,0,true,false,false],[689,9,0,true,true,false],[690,42,0,true,false,false],[691,9,0,true,true,false],[692,39,0,true,false,false],[693,9,0,true,true,false],[694,41,0,true,false,false],[695,9,0,true,true,false],[696,35,0,true,false,false],[697,9,0,true,true,false],[698,50,0,true,false,false],[699,9,0,true,true,false],[700,32,0,true,false,false],[701,9,0,true,true,false],[702,39,0,true,false,false],[703,9,0,true,true,false],[704,51,0,true,false,false],[705,9,0,true,true,false],[706,47,0,true,false,false],[707,9,0,true,true,false],[708,33,0,true,false,false],[709,9,0,true,true,false],[710,43,0,true,false,false],[711,9,0,true,true,false],[712,39,0,true,false,false],[713,10,0,true,true,false],[714,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":871,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":0,"notcovered":158,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift","mcdc_records":[],"segments":[[30,65,0,true,true,false],[30,73,0,false,false,false],[31,7,0,true,true,false],[37,6,0,false,false,false],[42,90,0,true,true,false],[45,12,0,true,true,false],[45,38,0,true,false,false],[45,39,0,true,true,false],[51,55,0,true,true,false],[51,103,0,true,false,false],[56,10,0,true,true,false],[58,12,0,true,true,false],[58,65,0,true,false,false],[58,66,0,true,true,false],[69,10,0,true,true,false],[71,12,0,true,true,false],[71,64,0,true,false,false],[71,65,0,true,true,false],[82,10,0,true,true,false],[84,28,0,true,false,false],[85,6,0,false,false,false],[89,54,0,true,true,false],[90,16,0,true,true,false],[90,22,0,true,false,false],[91,9,0,true,true,false],[92,51,0,true,false,false],[93,9,0,true,true,false],[94,51,0,true,false,false],[95,9,0,true,true,false],[96,17,0,true,false,false],[97,10,0,true,true,false],[98,6,0,false,false,false],[101,64,0,true,true,false],[103,6,0,false,false,false],[106,73,0,true,true,false],[109,6,0,false,false,false],[113,42,0,true,true,false],[116,6,0,false,false,false],[119,79,0,true,true,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":78,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift","mcdc_records":[],"segments":[[16,65,0,true,true,false],[16,73,0,false,false,false],[17,7,0,true,true,false],[24,6,0,false,false,false],[26,54,0,true,true,false],[27,42,0,true,true,false],[27,47,0,true,false,false],[28,6,0,false,false,false],[30,64,0,true,true,false],[32,34,0,true,true,false],[35,10,0,true,true,false],[37,54,0,true,false,false],[38,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":22,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[21,6,0,false,false,false],[23,33,0,true,true,false],[31,51,0,true,true,false],[32,16,0,true,true,false],[32,71,0,true,false,false],[32,72,0,true,true,false],[34,79,0,true,true,false],[38,18,0,true,false,false],[39,20,0,true,true,false],[42,14,0,true,false,false],[44,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":34,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift","mcdc_records":[],"segments":[[10,46,0,true,true,false],[10,51,0,false,false,false],[11,47,0,true,true,false],[11,52,0,false,false,false],[14,33,0,true,true,false],[17,6,0,false,false,false],[20,29,0,true,true,false],[22,6,0,false,false,false],[25,31,0,true,true,false],[27,6,0,false,false,false],[34,104,0,true,true,false],[44,47,0,true,true,false],[45,60,0,true,true,false],[46,52,0,true,true,false],[46,85,0,true,false,false],[47,14,0,true,true,false],[48,25,0,true,false,false],[52,12,0,true,true,false],[52,32,0,true,true,false],[52,47,0,true,false,false],[52,51,0,true,true,false],[52,70,0,true,false,false],[52,71,0,true,true,false],[55,10,0,true,true,false],[58,12,0,true,true,false],[58,40,0,true,false,false],[61,9,0,true,true,false],[65,10,0,true,true,false],[69,12,0,true,true,false],[69,39,0,true,false,false],[69,40,0,true,true,false],[73,10,0,true,true,false],[84,24,0,true,false,false],[85,6,0,false,false,false],[87,96,0,true,true,false],[91,6,0,false,false,false],[95,28,0,true,true,false],[98,73,0,true,true,false],[100,10,0,true,true,false],[106,12,0,true,true,false],[106,44,0,true,false,false],[106,68,0,true,true,false],[108,10,0,true,true,false],[114,9,0,true,true,false],[116,10,0,true,true,false],[121,12,0,true,true,false],[121,39,0,true,false,false],[121,40,0,true,true,false],[123,10,0,true,true,false],[126,19,0,true,false,false],[127,6,0,false,false,false],[133,38,0,true,true,false],[144,6,0,false,false,false],[150,41,0,true,true,false],[154,6,0,false,false,false],[157,47,0,true,true,false],[159,46,0,true,true,false],[159,47,0,true,false,false],[160,6,0,false,false,false],[163,59,0,true,true,false],[164,16,0,true,true,false],[164,20,0,true,false,false],[165,9,0,true,true,false],[166,24,0,true,false,false],[167,9,0,true,true,false],[168,24,0,true,false,false],[169,9,0,true,true,false],[174,37,0,true,true,false],[174,49,0,true,false,false],[175,9,0,true,true,false],[176,25,0,true,false,false],[177,9,0,true,true,false],[178,25,0,true,false,false],[179,9,0,true,true,false],[180,25,0,true,false,false],[181,9,0,true,true,false],[182,25,0,true,false,false],[183,9,0,true,true,false],[184,25,0,true,false,false],[185,9,0,true,true,false],[186,25,0,true,false,false],[187,9,0,true,true,false],[188,25,0,true,false,false],[190,6,0,false,false,false],[197,21,0,true,true,false],[203,46,0,true,true,false],[203,78,0,true,false,false],[204,6,0,false,false,false],[207,91,0,true,true,false],[209,31,0,true,true,false],[209,47,0,true,false,false],[210,6,0,false,false,false],[213,92,0,true,true,false],[214,16,0,true,true,false],[214,20,0,true,false,false],[215,9,0,true,true,false],[216,32,0,true,false,false],[217,9,0,true,true,false],[218,35,0,true,false,false],[219,9,0,true,true,false],[220,35,0,true,false,false],[221,9,0,true,true,false],[222,43,0,true,false,false],[223,9,0,true,true,false],[224,40,0,true,false,false],[225,9,0,true,true,false],[226,62,0,true,true,false],[226,77,0,true,false,false],[226,80,0,true,true,false],[226,96,0,true,false,false],[227,9,0,true,true,false],[228,31,0,true,false,false],[229,9,0,true,true,false],[230,37,0,true,false,false],[231,9,0,true,true,false],[232,37,0,true,false,false],[233,9,0,true,true,false],[234,30,0,true,false,false],[235,9,0,true,true,false],[236,26,0,true,false,false],[237,9,0,true,true,false],[238,20,0,true,true,false],[238,25,0,true,false,false],[239,13,0,true,true,false],[240,30,0,true,false,false],[241,13,0,true,true,false],[242,39,0,true,false,false],[243,13,0,true,true,false],[244,33,0,true,false,false],[246,10,0,true,true,false],[247,6,0,false,false,false],[252,15,0,true,true,false],[253,12,0,true,true,false],[253,24,0,true,false,false],[253,25,0,true,true,false],[255,10,0,true,true,false],[257,16,0,true,true,false],[257,20,0,true,false,false],[258,9,0,true,true,false],[259,63,0,true,true,false],[261,14,0,true,true,false],[262,25,0,true,false,false],[263,9,0,true,true,false],[264,24,0,true,false,false],[265,9,0,true,true,false],[266,61,0,true,true,false],[268,14,0,true,true,false],[269,24,0,true,false,false],[270,9,0,true,true,false],[271,24,0,true,false,false],[272,9,0,true,true,false],[273,24,0,true,false,false],[274,9,0,true,true,false],[275,24,0,true,false,false],[276,9,0,true,true,false],[277,24,0,true,false,false],[278,9,0,true,true,false],[279,24,0,true,false,false],[280,9,0,true,true,false],[281,24,0,true,false,false],[282,9,0,true,true,false],[283,24,0,true,false,false],[285,6,0,false,false,false],[290,68,0,true,true,false],[291,16,0,true,true,false],[291,21,0,true,false,false],[292,9,0,true,true,false],[293,16,0,true,false,false],[294,9,0,true,true,false],[295,16,0,true,false,false],[296,9,0,true,true,false],[297,16,0,true,false,false],[298,9,0,true,true,false],[299,16,0,true,false,false],[300,9,0,true,true,false],[301,16,0,true,false,false],[302,9,0,true,true,false],[303,16,0,true,false,false],[304,9,0,true,true,false],[305,16,0,true,false,false],[306,10,0,true,true,false],[307,6,0,false,false,false],[310,70,0,true,true,false],[311,16,0,true,true,false],[311,21,0,true,false,false],[312,9,0,true,true,false],[313,33,0,true,false,false],[314,9,0,true,true,false],[315,37,0,true,false,false],[316,9,0,true,true,false],[317,39,0,true,false,false],[318,9,0,true,true,false],[319,41,0,true,false,false],[320,9,0,true,true,false],[321,35,0,true,false,false],[322,9,0,true,true,false],[323,32,0,true,false,false],[324,9,0,true,true,false],[325,30,0,true,false,false],[326,10,0,true,true,false],[327,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":281,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift","mcdc_records":[],"segments":[[10,11,0,true,true,false],[11,25,0,true,true,false],[11,39,0,true,false,false],[11,43,0,true,true,false],[11,66,0,true,false,false],[12,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":5,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift","mcdc_records":[],"segments":[[13,66,0,true,true,false],[13,74,0,false,false,false],[14,44,0,true,true,false],[22,11,0,true,true,false],[24,43,0,true,true,false],[26,20,0,true,true,false],[27,68,0,true,true,false],[28,39,0,true,true,false],[28,66,0,true,false,false],[29,39,0,true,true,false],[30,78,0,true,true,false],[31,62,0,true,false,false],[33,51,0,true,true,false],[35,22,0,true,true,false],[36,18,0,true,false,false],[36,25,0,true,true,false],[41,18,0,true,true,false],[46,44,0,true,true,false],[47,62,0,true,true,false],[58,22,0,true,false,false],[58,28,0,true,true,false],[60,22,0,true,false,false],[62,20,0,true,true,false],[66,14,0,true,false,false],[68,6,0,false,false,false],[70,62,0,true,true,false],[86,6,0,false,false,false],[96,21,0,true,true,false],[97,49,0,true,true,false],[98,23,0,true,true,false],[98,44,0,true,false,false],[99,23,0,true,true,false],[101,58,0,true,true,false],[102,40,0,true,false,false],[104,44,0,true,true,false],[106,22,0,true,false,false],[107,6,0,true,true,false],[108,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":179,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift","mcdc_records":[],"segments":[[15,21,0,true,true,false],[16,69,0,true,true,false],[17,29,0,true,true,false],[18,51,0,true,true,false],[18,78,0,true,false,false],[18,84,0,true,true,false],[18,100,0,true,true,false],[19,54,0,true,false,false],[24,12,0,true,true,false],[24,35,0,true,true,false],[24,64,0,true,false,false],[24,66,0,true,true,false],[26,10,0,true,true,false],[29,12,0,true,true,false],[29,31,0,true,false,false],[29,32,0,true,true,false],[29,50,0,true,true,false],[30,12,0,true,true,false],[30,28,0,true,false,false],[30,29,0,true,true,false],[30,47,0,true,true,false],[40,12,0,true,true,false],[41,16,0,true,true,false],[41,79,0,true,false,false],[42,9,0,true,true,false],[44,10,0,true,true,false],[45,12,0,true,true,false],[46,16,0,true,true,false],[46,77,0,true,false,false],[47,9,0,true,true,false],[49,10,0,true,true,false],[52,54,0,true,true,false],[53,16,0,true,true,false],[53,44,0,true,false,false],[53,45,0,true,true,false],[54,24,0,true,true,false],[54,37,0,true,false,false],[55,17,0,true,true,false],[59,32,0,true,false,false],[60,17,0,true,true,false],[61,33,0,true,false,false],[63,14,0,true,true,false],[64,25,0,true,false,false],[66,12,0,true,true,false],[66,34,0,true,false,false],[66,35,0,true,true,false],[66,60,0,true,true,false],[69,50,0,true,true,false],[70,16,0,true,true,false],[70,44,0,true,false,false],[70,45,0,true,true,false],[71,24,0,true,true,false],[71,37,0,true,false,false],[72,17,0,true,true,false],[80,32,0,true,false,false],[81,17,0,true,true,false],[82,33,0,true,false,false],[84,14,0,true,true,false],[85,25,0,true,false,false],[87,12,0,true,true,false],[87,30,0,true,false,false],[87,31,0,true,true,false],[87,62,0,true,true,false],[90,47,0,true,true,false],[91,16,0,true,true,false],[91,44,0,true,false,false],[91,45,0,true,true,false],[92,24,0,true,true,false],[92,37,0,true,false,false],[93,17,0,true,true,false],[94,32,0,true,false,false],[95,17,0,true,true,false],[96,33,0,true,false,false],[98,14,0,true,true,false],[99,25,0,true,false,false],[101,12,0,true,true,false],[101,27,0,true,false,false],[101,28,0,true,true,false],[101,56,0,true,true,false],[104,16,0,true,true,false],[104,21,0,true,false,false],[105,9,0,true,true,false],[106,28,0,true,false,false],[107,9,0,true,true,false],[108,18,0,true,false,false],[109,10,0,true,true,false],[112,24,0,true,false,false],[113,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":156,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift","mcdc_records":[],"segments":[[11,48,0,true,true,false],[12,12,0,true,true,false],[13,61,0,true,true,false],[14,24,0,true,false,false],[15,17,0,true,true,false],[17,10,0,true,false,false],[18,6,0,false,false,false],[22,56,0,true,true,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift","mcdc_records":[],"segments":[[14,5,0,true,true,false],[15,38,0,true,true,false],[15,82,0,true,false,false],[17,6,0,false,false,false],[20,67,0,true,true,false],[21,25,0,true,true,false],[21,55,0,true,false,false],[22,6,0,false,false,false],[25,73,0,true,true,false],[26,23,0,true,true,false],[26,48,0,true,false,false],[27,6,0,false,false,false],[30,101,0,true,true,false],[31,26,0,true,true,false],[31,70,0,true,false,false],[32,6,0,false,false,false],[39,5,0,true,true,false],[40,40,0,true,true,false],[40,82,0,true,false,false],[41,27,0,true,true,false],[41,34,0,true,false,false],[41,37,0,true,true,false],[41,47,0,true,false,false],[42,6,0,false,false,false],[45,66,0,true,true,false],[46,25,0,true,true,false],[46,54,0,true,false,false],[47,6,0,false,false,false],[50,72,0,true,true,false],[51,23,0,true,true,false],[51,47,0,true,false,false],[52,6,0,false,false,false],[57,60,0,true,true,false],[58,25,0,true,true,false],[58,53,0,true,false,false],[59,6,0,false,false,false],[62,71,0,true,true,false],[63,23,0,true,true,false],[63,46,0,true,false,false],[64,6,0,false,false,false],[67,65,0,true,true,false],[68,25,0,true,true,false],[69,64,0,true,true,false],[70,61,0,true,true,false],[72,18,0,true,true,false],[73,14,0,true,true,false],[74,25,0,true,false,false],[76,6,0,false,false,false],[81,60,0,true,true,false],[82,26,0,true,true,false],[82,52,0,true,false,false],[83,6,0,false,false,false],[86,69,0,true,true,false],[87,23,0,true,true,false],[87,44,0,true,false,false],[88,6,0,false,false,false],[93,73,0,true,true,false],[94,26,0,true,true,false],[94,64,0,true,false,false],[95,6,0,false,false,false],[98,80,0,true,true,false],[99,23,0,true,true,false],[99,61,0,true,false,false],[100,6,0,false,false,false],[105,66,0,true,true,false],[107,6,0,false,false,false],[110,62,0,true,true,false],[111,25,0,true,true,false],[111,55,0,true,true,false],[111,76,0,true,false,false],[112,6,0,false,false,false],[115,90,0,true,true,false],[116,12,0,true,true,false],[116,35,0,true,true,false],[116,63,0,true,false,false],[116,65,0,true,true,false],[118,10,0,true,false,false],[118,19,0,true,true,false],[118,42,0,true,true,false],[118,67,0,true,false,false],[118,69,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,42,0,true,true,false],[120,69,0,true,false,false],[120,71,0,true,true,false],[122,10,0,true,false,false],[122,19,0,true,true,false],[122,42,0,true,true,false],[122,66,0,true,false,false],[122,68,0,true,true,false],[124,10,0,true,true,false],[125,19,0,true,false,false],[126,6,0,false,false,false],[131,93,0,true,true,false],[132,16,0,true,true,false],[132,20,0,true,false,false],[133,9,0,true,true,false],[134,15,0,true,false,false],[135,9,0,true,true,false],[136,42,0,true,false,false],[137,9,0,true,true,false],[139,27,0,true,true,false],[141,24,0,true,true,false],[141,77,0,true,false,false],[143,9,0,true,true,false],[145,27,0,true,true,false],[147,24,0,true,true,false],[147,75,0,true,false,false],[148,24,0,true,true,false],[148,77,0,true,false,false],[150,9,0,true,true,false],[152,27,0,true,true,false],[154,20,0,true,true,false],[154,51,0,true,false,false],[154,52,0,true,true,false],[155,28,0,true,true,false],[155,44,0,true,false,false],[156,21,0,true,true,false],[164,36,0,true,false,false],[165,21,0,true,true,false],[166,37,0,true,false,false],[168,18,0,true,true,false],[170,53,0,true,true,false],[170,90,0,true,false,false],[172,9,0,true,true,false],[174,27,0,true,true,false],[175,20,0,true,true,false],[175,51,0,true,false,false],[175,52,0,true,true,false],[176,28,0,true,true,false],[176,44,0,true,false,false],[177,21,0,true,true,false],[179,36,0,true,false,false],[180,21,0,true,true,false],[181,37,0,true,false,false],[183,18,0,true,true,false],[184,29,0,true,false,false],[186,9,0,true,true,false],[187,15,0,true,false,false],[188,9,0,true,true,false],[190,27,0,true,true,false],[191,70,0,true,true,false],[192,28,0,true,true,false],[192,37,0,true,false,false],[193,21,0,true,true,false],[196,36,0,true,false,false],[197,21,0,true,true,false],[198,37,0,true,false,false],[200,18,0,true,true,false],[201,29,0,true,false,false],[203,9,0,true,true,false],[204,15,0,true,false,false],[205,9,0,true,true,false],[206,15,0,true,false,false],[207,9,0,true,true,false],[208,19,0,true,false,false],[209,9,0,true,true,false],[210,15,0,true,false,false],[211,10,0,true,true,false],[212,6,0,false,false,false],[215,94,0,true,true,false],[219,6,0,false,false,false],[224,64,0,true,true,false],[225,16,0,true,true,false],[225,22,0,true,false,false],[226,9,0,true,true,false],[227,23,0,true,false,false],[228,9,0,true,true,false],[229,18,0,true,false,false],[230,9,0,true,true,false],[231,20,0,true,false,false],[232,9,0,true,true,false],[233,19,0,true,false,false],[234,9,0,true,true,false],[235,17,0,true,false,false],[236,9,0,true,true,false],[237,23,0,true,false,false],[238,10,0,true,true,false],[239,6,0,false,false,false],[242,64,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[245,21,0,true,false,false],[246,9,0,true,true,false],[247,20,0,true,false,false],[248,9,0,true,true,false],[249,44,0,true,false,false],[250,9,0,true,true,false],[251,36,0,true,false,false],[252,9,0,true,true,false],[253,32,0,true,false,false],[254,9,0,true,true,false],[255,34,0,true,false,false],[256,10,0,true,true,false],[257,6,0,false,false,false],[264,53,0,true,true,false],[264,103,0,false,false,false],[265,21,0,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":277,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift","mcdc_records":[],"segments":[[29,53,0,true,true,false],[29,66,0,false,false,false],[32,50,0,true,true,false],[32,52,0,false,false,false],[35,46,0,true,true,false],[35,54,0,false,false,false],[41,42,0,true,true,false],[41,47,0,false,false,false],[48,35,0,true,true,false],[48,40,0,false,false,false],[55,53,0,true,true,false],[55,54,0,false,false,false],[66,28,0,true,true,false],[66,52,0,false,false,false],[70,38,0,true,true,false],[70,44,0,false,false,false],[71,59,0,true,true,false],[71,63,0,false,false,false],[72,50,0,true,true,false],[72,95,0,false,false,false],[76,32,0,true,true,false],[76,33,0,false,false,false],[81,12,0,true,true,false],[83,6,0,false,false,false],[86,55,0,true,true,false],[97,6,0,false,false,false],[102,26,0,true,true,false],[103,34,0,true,true,false],[106,10,0,true,true,false],[109,40,0,true,true,false],[111,16,0,true,true,false],[111,30,0,true,false,false],[111,31,0,true,true,false],[117,14,0,true,false,false],[138,6,0,false,false,false],[142,88,0,true,true,false],[142,96,0,false,false,false],[144,5,0,true,true,false],[145,40,0,true,true,false],[149,10,0,true,false,false],[149,16,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[157,32,0,true,true,false],[159,6,0,false,false,false],[163,79,0,true,true,false],[169,6,0,false,false,false],[174,45,0,true,true,false],[176,44,0,true,true,false],[181,10,0,true,false,false],[183,6,0,false,false,false],[186,90,0,true,true,false],[188,47,0,true,true,false],[188,57,0,true,true,false],[193,51,0,true,true,false],[193,61,0,true,true,false],[195,44,0,true,true,false],[199,10,0,true,false,false],[200,6,0,false,false,false],[203,83,0,true,true,false],[205,6,0,false,false,false],[208,96,0,true,true,false],[210,6,0,false,false,false],[213,28,0,true,true,false],[217,6,0,false,false,false],[220,41,0,true,true,false],[223,6,0,false,false,false],[226,21,0,true,true,false],[227,50,0,true,true,false],[230,10,0,true,true,false],[236,6,0,false,false,false],[239,25,0,true,true,false],[244,6,0,false,false,false],[248,99,0,true,true,false],[270,36,0,true,true,false],[270,43,0,true,false,false],[270,46,0,true,true,false],[270,52,0,true,false,false],[271,6,0,false,false,false],[273,80,0,true,true,false],[275,16,0,true,true,false],[275,23,0,true,false,false],[276,9,0,true,true,false],[277,21,0,true,false,false],[278,9,0,true,true,false],[279,21,0,true,false,false],[280,9,0,true,true,false],[281,29,0,true,false,false],[282,9,0,true,true,false],[283,32,0,true,false,false],[284,9,0,true,true,false],[285,20,0,true,false,false],[286,9,0,true,true,false],[287,20,0,true,false,false],[288,9,0,true,true,false],[289,23,0,true,false,false],[290,9,0,true,true,false],[291,29,0,true,false,false],[292,9,0,true,true,false],[293,27,0,true,false,false],[294,9,0,true,true,false],[295,33,0,true,false,false],[296,9,0,true,true,false],[297,30,0,true,false,false],[298,9,0,true,true,false],[299,30,0,true,false,false],[300,10,0,true,true,false],[301,6,0,false,false,false],[303,52,0,true,true,false],[305,16,0,true,true,false],[305,88,0,true,false,false],[306,6,0,false,false,false],[311,29,0,true,true,false],[312,36,0,true,true,false],[312,41,0,true,false,false],[313,6,0,false,false,false],[316,33,0,true,true,false],[317,49,0,true,true,false],[317,50,0,true,false,false],[318,6,0,false,false,false],[321,30,0,true,true,false],[322,44,0,true,true,false],[322,45,0,true,false,false],[323,6,0,false,false,false],[326,32,0,true,true,false],[327,49,0,true,true,false],[327,54,0,true,false,false],[328,6,0,false,false,false],[333,62,0,true,true,false],[335,6,0,false,false,false],[342,35,0,true,true,false],[343,51,0,true,true,false],[343,66,0,true,true,false],[346,67,0,true,true,false],[346,82,0,true,true,false],[347,40,0,true,false,false],[348,6,0,false,false,false],[351,46,0,true,true,false],[352,57,0,true,true,false],[354,10,0,true,true,false],[355,39,0,true,false,false],[356,6,0,false,false,false],[359,48,0,true,true,false],[367,6,0,false,false,false],[370,52,0,true,true,false],[372,6,0,false,false,false],[375,70,0,true,true,false],[379,6,0,false,false,false],[382,31,0,true,true,false],[383,82,0,true,true,false],[385,10,0,true,true,false],[386,32,0,true,false,false],[387,6,0,false,false,false],[390,34,0,true,true,false],[391,82,0,true,true,false],[393,10,0,true,true,false],[394,55,0,true,false,false],[395,6,0,false,false,false],[398,45,0,true,true,false],[401,14,0,true,true,false],[403,10,0,true,true,false],[404,48,0,true,false,false],[405,6,0,false,false,false],[408,41,0,true,true,false],[411,14,0,true,true,false],[413,10,0,true,true,false],[414,48,0,true,false,false],[415,6,0,false,false,false],[428,67,0,true,true,false],[429,34,0,true,true,false],[433,10,0,true,false,false],[434,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":300,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":0,"notcovered":95,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift","mcdc_records":[],"segments":[[7,41,0,true,true,false],[7,43,0,false,false,false],[9,30,0,true,true,false],[9,31,0,false,false,false],[10,26,0,true,true,false],[10,31,0,false,false,false],[12,31,0,true,true,false],[15,6,0,false,false,false],[17,39,0,true,true,false],[20,12,0,true,true,false],[20,22,0,true,false,false],[20,23,0,true,true,false],[20,40,0,true,false,false],[21,6,0,false,false,false],[23,38,0,true,true,false],[24,12,0,true,true,false],[24,19,0,true,false,false],[24,20,0,true,true,false],[26,10,0,true,true,false],[27,58,0,true,false,false],[28,6,0,false,false,false],[30,18,0,true,true,false],[34,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":23,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[10,22,0,false,false,false],[15,46,0,true,true,false],[15,51,0,false,false,false],[18,44,0,true,true,false],[18,49,0,false,false,false],[25,37,0,true,true,false],[28,6,0,false,false,false],[30,55,0,true,true,false],[34,6,0,false,false,false],[37,26,0,true,true,false],[42,6,0,false,false,false],[47,44,0,true,true,false],[48,42,0,true,true,false],[51,10,0,true,true,false],[56,41,0,true,true,false],[60,10,0,true,true,false],[69,60,0,true,true,false],[71,26,0,true,true,false],[73,14,0,true,false,false],[73,20,0,true,true,false],[76,14,0,true,false,false],[78,6,0,false,false,false],[81,42,0,true,true,false],[82,71,0,true,true,false],[85,10,0,true,true,false],[106,60,0,true,true,false],[108,26,0,true,true,false],[110,14,0,true,false,false],[110,20,0,true,true,false],[112,14,0,true,false,false],[117,6,0,false,false,false],[120,31,0,true,true,false],[124,6,0,false,false,false],[127,25,0,true,true,false],[130,6,0,false,false,false],[133,26,0,true,true,false],[136,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":100,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift","mcdc_records":[],"segments":[[12,36,0,true,true,false],[14,6,0,false,false,false],[16,39,0,true,true,false],[18,6,0,false,false,false],[20,25,0,true,true,false],[21,29,0,true,true,false],[34,33,0,true,true,false],[39,57,0,true,true,false],[43,18,0,true,false,false],[50,32,0,true,true,false],[55,20,0,true,true,false],[55,37,0,true,false,false],[55,38,0,true,true,false],[59,18,0,true,false,false],[59,24,0,true,true,false],[63,18,0,true,false,false],[67,32,0,true,true,false],[68,34,0,true,true,false],[72,71,0,true,true,false],[72,74,0,true,false,false],[72,77,0,true,true,false],[72,80,0,true,false,false],[81,30,0,true,true,false],[83,14,0,true,false,false],[90,6,0,false,false,false],[99,39,0,true,true,false],[99,44,0,false,false,false],[101,25,0,true,true,false],[102,29,0,true,true,false],[104,20,0,true,true,false],[113,14,0,true,false,false],[121,33,0,true,true,false],[133,14,0,true,false,false],[137,53,0,true,true,false],[149,14,0,true,false,false],[155,33,0,true,true,false],[156,35,0,true,true,false],[158,18,0,true,false,false],[161,39,0,true,true,false],[161,54,0,true,false,false],[161,57,0,true,true,false],[161,74,0,true,false,false],[161,76,0,true,true,false],[164,75,0,true,true,false],[166,22,0,true,false,false],[182,6,0,false,false,false],[191,25,0,true,true,false],[192,46,0,true,true,false],[193,20,0,true,true,false],[201,14,0,true,false,false],[210,6,0,false,false,false],[216,38,0,true,true,false],[216,43,0,false,false,false],[218,25,0,true,true,false],[219,29,0,true,true,false],[220,20,0,true,true,false],[224,48,0,true,true,false],[224,51,0,true,false,false],[224,54,0,true,true,false],[224,57,0,true,false,false],[229,48,0,true,true,false],[229,51,0,true,false,false],[229,54,0,true,true,false],[229,57,0,true,false,false],[241,19,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":28,"covered":0,"percent":0},"lines":{"count":536,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift","mcdc_records":[],"segments":[[12,7,0,true,true,false],[16,6,0,false,false,false],[18,46,0,true,true,false],[19,38,0,true,true,false],[21,41,0,true,true,false],[24,18,0,true,false,false],[25,42,0,true,true,false],[28,18,0,true,false,false],[29,38,0,true,true,false],[32,18,0,true,false,false],[34,16,0,true,true,false],[37,10,0,true,false,false],[38,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":38,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift","mcdc_records":[],"segments":[[8,46,0,true,true,false],[11,23,0,true,true,false],[14,71,0,true,true,false],[16,49,0,true,true,false],[18,28,0,true,true,false],[18,46,0,true,true,false],[18,71,0,true,false,false],[18,72,0,true,true,false],[30,32,0,true,true,false],[30,54,0,true,false,false],[30,55,0,true,true,false],[37,30,0,true,false,false],[40,69,0,true,true,false],[42,66,0,true,true,false],[45,34,0,true,false,false],[50,22,0,true,true,false],[51,18,0,true,false,false],[53,6,0,false,false,false],[56,51,0,true,true,false],[57,35,0,true,true,false],[60,10,0,true,false,false],[61,38,0,true,true,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[70,30,0,true,true,false],[70,35,0,false,false,false],[72,28,0,true,true,false],[75,6,0,false,false,false],[77,79,0,true,true,false],[83,6,0,false,false,false],[85,56,0,true,true,false],[86,78,0,true,true,false],[86,88,0,true,true,false],[97,6,0,false,false,false],[103,46,0,true,true,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":164,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[14,31,0,true,true,false],[16,18,0,true,false,false],[19,32,0,true,true,false],[21,37,0,true,true,false],[26,34,0,true,true,false],[30,26,0,true,false,false],[46,37,0,true,true,false],[50,41,0,true,true,false],[51,44,0,true,true,false],[59,26,0,true,false,false],[67,45,0,true,true,false],[83,26,0,true,false,false],[103,37,0,true,true,false],[105,33,0,true,true,false],[106,70,0,true,true,false],[108,30,0,true,false,false],[109,83,0,true,true,false],[111,30,0,true,false,false],[113,32,0,true,true,false],[114,36,0,true,true,false],[119,30,0,true,false,false],[130,33,0,true,true,false],[131,70,0,true,true,false],[133,30,0,true,false,false],[134,83,0,true,true,false],[136,30,0,true,false,false],[138,32,0,true,true,false],[144,26,0,true,false,false],[152,25,0,true,true,false],[156,14,0,true,false,false],[165,6,0,false,false,false],[173,25,0,true,true,false],[174,28,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false],[200,36,0,true,true,false],[201,15,0,true,true,false],[204,28,0,true,true,false],[204,30,0,true,false,false],[205,27,0,true,true,false],[205,29,0,true,false,false],[211,28,0,true,true,false],[211,30,0,true,false,false],[212,27,0,true,true,false],[212,29,0,true,false,false],[216,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":776,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":29,"covered":0,"notcovered":29,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,56,0,true,true,false],[17,52,0,true,true,false],[22,14,0,true,true,false],[26,10,0,true,false,false],[28,6,0,false,false,false],[32,36,0,true,true,false],[34,12,0,true,true,false],[34,34,0,true,false,false],[34,54,0,true,true,false],[36,10,0,true,true,false],[39,12,0,true,true,false],[39,34,0,true,false,false],[39,55,0,true,true,false],[41,10,0,true,true,false],[44,16,0,true,true,false],[44,27,0,true,false,false],[45,9,0,true,true,false],[46,51,0,true,false,false],[47,9,0,true,true,false],[48,51,0,true,false,false],[49,9,0,true,true,false],[50,38,0,true,false,false],[52,6,0,false,false,false],[54,36,0,true,true,false],[56,12,0,true,true,false],[56,34,0,true,false,false],[56,54,0,true,true,false],[58,10,0,true,true,false],[61,12,0,true,true,false],[61,34,0,true,false,false],[61,55,0,true,true,false],[63,10,0,true,true,false],[66,16,0,true,true,false],[66,27,0,true,false,false],[67,9,0,true,true,false],[68,47,0,true,false,false],[69,9,0,true,true,false],[70,45,0,true,false,false],[71,9,0,true,true,false],[72,53,0,true,false,false],[74,6,0,false,false,false],[76,39,0,true,true,false],[78,12,0,true,true,false],[78,34,0,true,false,false],[78,54,0,true,true,false],[81,10,0,true,true,false],[84,12,0,true,true,false],[84,34,0,true,false,false],[84,55,0,true,true,false],[86,10,0,true,true,false],[89,16,0,true,true,false],[89,27,0,true,false,false],[90,9,0,true,true,false],[91,41,0,true,false,false],[92,9,0,true,true,false],[93,40,0,true,false,false],[94,9,0,true,true,false],[95,38,0,true,false,false],[97,6,0,false,false,false],[99,44,0,true,true,false],[102,6,0,false,false,false],[105,41,0,true,true,false],[107,12,0,true,true,false],[107,34,0,true,false,false],[107,54,0,true,true,false],[108,81,0,true,true,false],[110,14,0,true,false,false],[111,16,0,true,true,false],[113,20,0,true,true,false],[113,31,0,true,false,false],[114,13,0,true,true,false],[115,94,0,true,true,false],[117,18,0,true,false,false],[119,13,0,true,true,false],[121,28,0,true,false,false],[123,13,0,true,true,false],[125,28,0,true,false,false],[126,14,0,true,true,false],[127,10,0,true,true,false],[128,6,0,false,false,false],[134,36,0,true,true,false],[135,29,0,true,true,false],[139,33,0,true,true,false],[139,35,0,true,false,false],[140,28,0,true,true,false],[140,30,0,true,false,false],[146,33,0,true,true,false],[146,35,0,true,false,false],[147,28,0,true,true,false],[147,30,0,true,false,false],[153,33,0,true,true,false],[153,35,0,true,false,false],[154,28,0,true,true,false],[154,30,0,true,false,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":182,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift","mcdc_records":[],"segments":[[12,94,0,true,true,false],[16,10,0,false,false,false],[25,83,0,true,true,false],[29,10,0,false,false,false],[48,11,0,true,true,false],[54,10,0,false,false,false],[65,7,0,true,true,false],[69,6,0,false,false,false],[71,25,0,true,true,false],[72,55,0,true,true,false],[74,33,0,true,true,false],[75,44,0,true,true,false],[77,18,0,true,false,false],[81,14,0,true,true,false],[84,36,0,true,true,false],[85,47,0,true,true,false],[87,18,0,true,false,false],[90,14,0,true,true,false],[95,34,0,true,true,false],[96,20,0,true,true,false],[96,55,0,true,false,false],[96,56,0,true,true,false],[97,49,0,true,true,false],[99,22,0,true,false,false],[102,59,0,true,true,false],[102,82,0,true,false,false],[103,24,0,true,true,false],[104,49,0,true,true,false],[106,22,0,true,false,false],[109,59,0,true,true,false],[109,82,0,true,false,false],[111,14,0,true,true,false],[112,10,0,true,false,false],[116,6,0,false,false,false],[125,5,0,true,true,false],[129,6,0,false,false,false],[136,26,0,true,true,false],[141,6,0,false,false,false],[152,26,0,true,true,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":141,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift","mcdc_records":[],"segments":[[9,92,0,true,true,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,55,0,true,true,false],[18,62,0,true,true,false],[27,14,0,true,false,false],[30,16,0,true,true,false],[30,46,0,true,false,false],[30,47,0,true,true,false],[31,85,0,true,true,false],[36,89,0,true,true,false],[37,90,0,true,true,false],[38,93,0,true,true,false],[51,30,0,true,false,false],[63,14,0,true,true,false],[66,62,0,true,true,false],[67,34,0,true,true,false],[68,64,0,true,true,false],[70,22,0,true,false,false],[71,18,0,true,true,false],[73,32,0,true,true,false],[74,64,0,true,true,false],[76,22,0,true,false,false],[77,18,0,true,true,false],[78,14,0,true,false,false],[82,6,0,false,false,false],[91,25,0,true,true,false],[92,58,0,true,true,false],[99,53,0,true,true,false],[105,66,0,true,true,false],[110,18,0,true,true,false],[111,14,0,true,false,false],[116,39,0,true,true,false],[120,14,0,true,false,false],[127,30,0,true,true,false],[127,33,0,true,false,false],[127,36,0,true,true,false],[127,39,0,true,false,false],[128,34,0,true,true,false],[128,37,0,true,false,false],[128,40,0,true,true,false],[128,43,0,true,false,false],[130,6,0,false,false,false],[138,25,0,true,true,false],[139,58,0,true,true,false],[145,53,0,true,true,false],[150,62,0,true,true,false],[155,18,0,true,true,false],[156,14,0,true,false,false],[160,28,0,true,true,false],[161,33,0,true,true,false],[163,18,0,true,false,false],[165,14,0,true,true,false],[166,10,0,true,false,false],[174,6,0,false,false,false],[180,36,0,true,true,false],[181,29,0,true,true,false],[193,26,0,true,true,false],[193,28,0,true,false,false],[194,28,0,true,true,false],[194,30,0,true,false,false],[204,26,0,true,true,false],[204,28,0,true,false,false],[215,28,0,true,true,false],[215,30,0,true,false,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":489,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift","mcdc_records":[],"segments":[[21,45,0,true,true,false],[21,50,0,false,false,false],[41,7,0,true,true,false],[52,6,0,false,false,false],[56,25,0,true,true,false],[57,58,0,true,true,false],[75,62,0,true,true,false],[76,52,0,true,true,false],[78,18,0,true,false,false],[81,14,0,true,true,false],[82,10,0,true,false,false],[88,6,0,false,false,false],[93,37,0,true,true,false],[94,16,0,true,true,false],[96,16,0,true,true,false],[96,36,0,true,false,false],[96,37,0,true,true,false],[98,66,0,true,true,false],[98,70,0,true,false,false],[98,73,0,true,true,false],[98,76,0,true,false,false],[102,14,0,true,true,false],[112,50,0,true,true,false],[114,14,0,true,true,false],[115,10,0,true,false,false],[117,18,0,true,true,false],[118,16,0,true,true,false],[118,36,0,true,false,false],[118,37,0,true,true,false],[120,14,0,true,false,false],[122,23,0,true,true,false],[124,10,0,true,false,false],[125,6,0,false,false,false],[128,75,0,true,true,false],[129,16,0,true,true,false],[130,20,0,true,true,false],[133,65,0,true,true,false],[133,67,0,true,false,false],[133,70,0,true,true,false],[133,72,0,true,false,false],[138,52,0,true,true,false],[138,54,0,true,false,false],[138,57,0,true,true,false],[138,58,0,true,false,false],[139,52,0,true,true,false],[139,54,0,true,false,false],[139,57,0,true,true,false],[139,59,0,true,false,false],[145,44,0,true,true,false],[145,47,0,true,false,false],[145,50,0,true,true,false],[145,52,0,true,false,false],[146,45,0,true,true,false],[146,48,0,true,false,false],[146,51,0,true,true,false],[146,53,0,true,false,false],[148,6,0,false,false,false],[162,28,0,true,true,false],[175,6,0,false,false,false],[185,28,0,true,true,false],[198,6,0,false,false,false],[208,28,0,true,true,false],[221,6,0,false,false,false],[232,25,0,true,true,false],[233,28,0,true,true,false],[234,62,0,true,true,false],[236,23,0,true,true,false],[237,28,0,true,true,false],[237,34,0,true,false,false],[238,21,0,true,true,false],[241,74,0,true,false,false],[243,21,0,true,true,false],[246,72,0,true,false,false],[248,21,0,true,true,false],[249,36,0,true,false,false],[250,22,0,true,true,false],[251,18,0,true,false,false],[260,42,0,true,true,false],[262,14,0,true,true,false],[263,10,0,true,false,false],[267,6,0,false,false,false],[275,34,0,true,true,false],[275,37,0,false,false,false],[276,35,0,true,true,false],[276,36,0,false,false,false],[278,25,0,true,true,false],[279,37,0,true,true,false],[287,10,0,true,false,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":359,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":0,"notcovered":51,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift","mcdc_records":[],"segments":[[9,37,0,true,true,false],[9,42,0,false,false,false],[11,25,0,true,true,false],[13,12,0,true,true,false],[13,44,0,true,true,false],[13,75,0,true,false,false],[13,76,0,true,true,false],[14,32,0,true,true,false],[16,32,0,true,true,false],[17,75,0,true,true,false],[19,22,0,true,false,false],[20,20,0,true,true,false],[24,60,0,true,true,false],[24,68,0,true,false,false],[24,71,0,true,true,false],[24,94,0,true,false,false],[39,32,0,true,true,false],[40,67,0,true,true,false],[42,22,0,true,false,false],[43,20,0,true,true,false],[47,63,0,true,true,false],[47,71,0,true,false,false],[47,74,0,true,true,false],[47,97,0,true,false,false],[62,31,0,true,true,false],[62,81,0,true,false,false],[63,31,0,true,true,false],[63,68,0,true,false,false],[68,38,0,true,true,false],[68,66,0,true,false,false],[68,69,0,true,true,false],[68,97,0,true,false,false],[71,22,0,true,true,false],[72,59,0,true,true,false],[74,18,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[84,46,0,true,true,false],[86,46,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[97,42,0,true,true,false],[99,6,0,false,false,false],[105,37,0,true,true,false],[105,42,0,false,false,false],[107,25,0,true,true,false],[108,16,0,true,true,false],[111,10,0,true,false,false],[111,18,0,true,true,false],[120,35,0,true,true,false],[120,81,0,true,false,false],[121,35,0,true,true,false],[121,81,0,true,false,false],[128,18,0,true,true,false],[129,55,0,true,true,false],[131,14,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":215,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":34,"covered":0,"notcovered":34,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift","mcdc_records":[],"segments":[[7,54,0,true,true,false],[9,6,0,false,false,false],[11,25,0,true,true,false],[12,29,0,true,true,false],[13,28,0,true,true,false],[14,24,0,true,true,false],[22,18,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":55,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift","mcdc_records":[],"segments":[[9,80,0,true,true,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,29,0,true,true,false],[18,28,0,true,true,false],[19,45,0,true,true,false],[25,24,0,true,true,false],[25,39,0,true,false,false],[25,40,0,true,true,false],[29,22,0,true,false,false],[29,28,0,true,true,false],[41,22,0,true,false,false],[47,20,0,true,true,false],[54,20,0,true,true,false],[54,36,0,true,false,false],[54,37,0,true,true,false],[58,18,0,true,true,false],[59,14,0,true,false,false],[71,6,0,false,false,false],[76,42,0,true,true,false],[76,44,0,false,false,false],[78,25,0,true,true,false],[79,24,0,true,true,false],[96,27,0,true,true,false],[100,23,0,true,true,false],[102,22,0,true,false,false],[106,6,0,false,false,false],[115,48,0,true,true,false],[115,49,0,false,false,false],[117,25,0,true,true,false],[123,23,0,true,true,false],[124,90,0,true,true,false],[126,18,0,true,false,false],[133,6,0,false,false,false],[135,53,0,true,true,false],[136,12,0,true,true,false],[136,27,0,true,false,false],[136,28,0,true,true,false],[138,10,0,true,false,false],[138,19,0,true,true,false],[138,33,0,true,false,false],[138,34,0,true,true,false],[140,10,0,true,false,false],[140,19,0,true,true,false],[140,33,0,true,false,false],[140,34,0,true,true,false],[142,10,0,true,false,false],[142,19,0,true,true,false],[142,33,0,true,false,false],[142,34,0,true,true,false],[144,10,0,true,false,false],[144,16,0,true,true,false],[146,10,0,true,false,false],[147,6,0,false,false,false],[153,36,0,true,true,false],[154,29,0,true,true,false],[175,10,0,true,false,false],[178,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":324,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift","mcdc_records":[],"segments":[[22,48,0,true,true,false],[22,49,0,false,false,false],[23,49,0,true,true,false],[23,50,0,false,false,false],[24,51,0,true,true,false],[24,52,0,false,false,false],[25,52,0,true,true,false],[25,54,0,false,false,false],[29,25,0,true,true,false],[30,20,0,true,true,false],[31,85,0,true,true,false],[32,49,0,true,true,false],[36,51,0,true,true,false],[36,89,0,true,false,false],[36,92,0,true,true,false],[36,95,0,true,false,false],[37,23,0,true,true,false],[38,65,0,true,true,false],[52,32,0,true,true,false],[52,54,0,true,false,false],[52,79,0,true,true,false],[53,101,0,true,true,false],[54,70,0,true,true,false],[61,75,0,true,true,false],[61,116,0,true,false,false],[61,119,0,true,true,false],[61,122,0,true,false,false],[68,30,0,true,true,false],[69,26,0,true,false,false],[77,32,0,true,true,false],[86,18,0,true,false,false],[98,19,0,true,true,false],[100,38,0,true,true,false],[103,17,0,true,true,false],[105,18,0,true,false,false],[110,28,0,true,true,false],[111,46,0,true,true,false],[113,35,0,true,true,false],[113,74,0,true,false,false],[114,58,0,true,true,false],[116,26,0,true,false,false],[117,24,0,true,true,false],[119,35,0,true,true,false],[119,74,0,true,false,false],[120,58,0,true,true,false],[122,26,0,true,false,false],[126,54,0,true,true,false],[129,10,0,true,false,false],[130,19,0,true,true,false],[133,10,0,true,false,false],[134,37,0,true,true,false],[134,68,0,true,false,false],[135,37,0,true,true,false],[135,68,0,true,false,false],[136,36,0,true,true,false],[136,67,0,true,false,false],[137,35,0,true,true,false],[138,16,0,true,true,false],[138,30,0,true,false,false],[138,31,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,38,0,true,true,false],[153,16,0,true,true,false],[153,33,0,true,false,false],[153,34,0,true,true,false],[165,14,0,true,true,false],[166,10,0,true,false,false],[169,6,0,false,false,false],[172,53,0,true,true,false],[174,38,0,true,true,false],[176,10,0,true,true,false],[177,6,0,false,false,false],[179,38,0,true,true,false],[182,6,0,false,false,false],[184,41,0,true,true,false],[187,6,0,false,false,false],[190,49,0,true,true,false],[192,6,0,false,false,false],[203,92,0,true,true,false],[205,10,0,false,false,false],[210,70,0,true,true,false],[212,46,0,true,true,false],[212,71,0,true,false,false],[213,6,0,false,false,false],[215,76,0,true,true,false],[218,38,0,true,true,false],[218,60,0,true,false,false],[219,6,0,false,false,false],[224,40,0,true,true,false],[231,42,0,true,true,false],[232,60,0,true,true,false],[233,52,0,true,true,false],[233,85,0,true,false,false],[234,14,0,true,true,false],[235,25,0,true,false,false],[237,48,0,true,true,false],[238,16,0,true,true,false],[238,44,0,true,false,false],[238,45,0,true,true,false],[240,14,0,true,true,false],[241,50,0,true,false,false],[243,67,0,true,true,false],[243,97,0,true,false,false],[243,100,0,true,true,false],[243,103,0,true,false,false],[257,56,0,true,true,false],[258,16,0,true,true,false],[258,44,0,true,false,false],[258,45,0,true,true,false],[260,14,0,true,true,false],[261,29,0,true,true,false],[261,39,0,true,false,false],[261,42,0,true,true,false],[261,53,0,true,false,false],[266,32,0,true,true,false],[266,50,0,true,false,false],[266,53,0,true,true,false],[266,77,0,true,false,false],[268,36,0,true,true,false],[268,39,0,true,false,false],[268,42,0,true,true,false],[268,52,0,true,false,false],[275,44,0,true,true,false],[275,73,0,true,false,false],[276,50,0,true,true,false],[277,16,0,true,true,false],[277,44,0,true,false,false],[277,45,0,true,true,false],[279,14,0,true,true,false],[280,52,0,true,false,false],[295,51,0,true,true,false],[296,61,0,true,true,false],[297,58,0,true,true,false],[297,87,0,true,false,false],[298,14,0,true,true,false],[299,25,0,true,false,false],[302,60,0,true,true,false],[302,96,0,true,false,false],[303,15,0,true,true,false],[303,33,0,true,false,false],[303,36,0,true,true,false],[303,39,0,true,false,false],[318,49,0,true,true,false],[319,61,0,true,true,false],[320,56,0,true,true,false],[320,83,0,true,false,false],[321,14,0,true,true,false],[322,25,0,true,false,false],[324,58,0,true,true,false],[324,92,0,true,false,false],[325,15,0,true,true,false],[325,33,0,true,false,false],[325,36,0,true,true,false],[325,39,0,true,false,false],[340,45,0,true,true,false],[342,48,0,true,true,false],[342,78,0,true,false,false],[358,43,0,true,true,false],[360,10,0,true,false,false],[366,45,0,true,true,false],[366,54,0,true,false,false],[366,57,0,true,true,false],[366,60,0,true,false,false],[377,12,0,true,true,false],[377,49,0,true,false,false],[377,50,0,true,true,false],[379,56,0,true,true,false],[381,65,0,true,true,false],[383,18,0,true,true,false],[384,29,0,true,false,false],[399,12,0,true,true,false],[399,50,0,true,false,false],[399,51,0,true,true,false],[407,66,0,true,true,false],[407,82,0,true,false,false],[408,27,0,true,true,false],[408,49,0,true,false,false],[408,52,0,true,true,false],[408,55,0,true,false,false],[416,6,0,false,false,false],[420,38,0,true,true,false],[427,34,0,true,true,false],[430,16,0,true,true,false],[430,32,0,true,false,false],[430,55,0,true,true,false],[433,14,0,true,false,false],[434,10,0,true,true,false],[437,49,0,true,true,false],[437,78,0,true,true,false],[437,102,0,true,false,false],[439,91,0,true,true,false],[439,104,0,true,false,false],[440,6,0,false,false,false],[458,56,0,true,true,false],[459,77,0,true,true,false],[459,91,0,true,true,false],[460,29,0,true,false,false],[461,10,0,false,false,false],[463,59,0,true,true,false],[465,10,0,false,false,false],[470,34,0,true,true,false],[475,18,0,true,true,false],[475,32,0,true,true,false],[476,30,0,true,false,false],[477,10,0,false,false,false],[483,11,0,true,true,false],[485,10,0,false,false,false],[488,69,0,true,true,false],[498,6,0,false,false,false],[504,54,0,true,true,false],[513,6,0,false,false,false],[519,15,0,true,true,false],[520,72,0,true,true,false],[520,87,0,true,true,false],[521,72,0,true,true,false],[521,94,0,true,false,false],[522,32,0,true,true,false],[522,64,0,true,false,false],[523,6,0,false,false,false],[529,5,0,true,true,false],[530,12,0,true,true,false],[530,24,0,true,false,false],[530,25,0,true,true,false],[530,41,0,true,true,false],[533,29,0,true,true,false],[533,58,0,true,true,false],[533,82,0,true,false,false],[534,6,0,false,false,false],[559,11,0,true,true,false],[569,10,0,false,false,false],[577,48,0,true,true,false],[584,19,0,true,true,false],[584,75,0,true,false,false],[585,19,0,true,true,false],[585,79,0,true,false,false],[587,6,0,false,false,false],[589,79,0,true,true,false],[590,12,0,true,true,false],[590,40,0,true,false,false],[590,41,0,true,true,false],[592,10,0,true,true,false],[594,51,0,true,true,false],[595,72,0,true,true,false],[596,69,0,true,true,false],[596,109,0,true,false,false],[597,14,0,true,true,false],[598,25,0,true,false,false],[603,57,0,true,true,false],[604,59,0,true,true,false],[606,14,0,true,true,false],[607,25,0,true,false,false],[609,58,0,true,true,false],[610,59,0,true,true,false],[612,14,0,true,true,false],[613,25,0,true,false,false],[617,12,0,true,true,false],[617,34,0,true,false,false],[617,35,0,true,true,false],[619,10,0,true,true,false],[622,12,0,true,true,false],[622,19,0,true,false,false],[622,43,0,true,true,false],[624,10,0,true,true,false],[627,12,0,true,true,false],[627,42,0,true,false,false],[627,43,0,true,true,false],[629,10,0,true,true,false],[631,26,0,true,false,false],[632,6,0,false,false,false],[634,77,0,true,true,false],[635,12,0,true,true,false],[635,40,0,true,false,false],[635,41,0,true,true,false],[637,10,0,true,true,false],[639,49,0,true,true,false],[640,72,0,true,true,false],[641,67,0,true,true,false],[641,105,0,true,false,false],[642,14,0,true,true,false],[643,25,0,true,false,false],[648,55,0,true,true,false],[649,59,0,true,true,false],[651,14,0,true,true,false],[652,25,0,true,false,false],[654,56,0,true,true,false],[655,59,0,true,true,false],[657,14,0,true,true,false],[658,25,0,true,false,false],[662,12,0,true,true,false],[662,34,0,true,false,false],[662,35,0,true,true,false],[664,10,0,true,true,false],[667,12,0,true,true,false],[667,19,0,true,false,false],[667,43,0,true,true,false],[669,10,0,true,true,false],[672,12,0,true,true,false],[672,40,0,true,false,false],[672,41,0,true,true,false],[674,10,0,true,true,false],[676,26,0,true,false,false],[677,6,0,false,false,false],[679,71,0,true,true,false],[685,6,0,false,false,false],[687,68,0,true,true,false],[688,12,0,true,true,false],[688,40,0,true,false,false],[688,41,0,true,true,false],[690,10,0,true,true,false],[692,42,0,true,true,false],[693,16,0,true,true,false],[693,47,0,true,false,false],[693,48,0,true,true,false],[694,24,0,true,true,false],[694,40,0,true,false,false],[695,17,0,true,true,false],[698,32,0,true,false,false],[699,17,0,true,true,false],[700,33,0,true,false,false],[702,14,0,true,true,false],[703,25,0,true,false,false],[706,6,0,false,false,false],[708,71,0,true,true,false],[711,12,0,true,true,false],[711,40,0,true,false,false],[711,41,0,true,true,false],[711,63,0,true,true,false],[712,34,0,true,true,false],[712,44,0,true,false,false],[712,47,0,true,true,false],[712,58,0,true,false,false],[713,6,0,false,false,false],[715,51,0,true,true,false],[716,12,0,true,true,false],[716,40,0,true,false,false],[716,41,0,true,true,false],[718,10,0,true,true,false],[720,42,0,true,true,false],[720,63,0,true,false,false],[721,12,0,true,true,false],[721,33,0,true,false,false],[721,34,0,true,true,false],[723,10,0,true,true,false],[725,12,0,true,true,false],[725,76,0,true,false,false],[725,77,0,true,true,false],[727,10,0,true,true,false],[729,12,0,true,true,false],[729,27,0,true,false,false],[729,28,0,true,true,false],[731,10,0,true,true,false],[733,27,0,true,false,false],[734,6,0,false,false,false],[736,85,0,true,true,false],[738,58,0,true,true,false],[739,50,0,true,true,false],[739,74,0,true,false,false],[739,80,0,true,true,false],[739,96,0,true,true,false],[740,68,0,true,true,false],[742,14,0,true,true,false],[743,25,0,true,false,false],[746,56,0,true,true,false],[747,50,0,true,true,false],[747,74,0,true,false,false],[747,80,0,true,true,false],[747,96,0,true,true,false],[748,68,0,true,true,false],[750,14,0,true,true,false],[751,25,0,true,false,false],[755,12,0,true,true,false],[755,38,0,true,false,false],[755,39,0,true,true,false],[757,10,0,true,false,false],[757,19,0,true,true,false],[757,43,0,true,false,false],[757,44,0,true,true,false],[759,10,0,true,false,false],[759,16,0,true,true,false],[762,10,0,true,false,false],[763,6,0,false,false,false],[765,79,0,true,true,false],[767,6,0,false,false,false],[773,35,0,true,true,false],[773,40,0,false,false,false],[782,7,0,true,true,false],[786,6,0,false,false,false],[788,25,0,true,true,false],[793,42,0,true,true,false],[796,38,0,true,true,false],[796,65,0,true,false,false],[796,68,0,true,true,false],[796,79,0,true,false,false],[799,42,0,true,true,false],[801,40,0,true,true,false],[801,80,0,true,false,false],[801,83,0,true,true,false],[801,94,0,true,false,false],[804,22,0,true,true,false],[805,59,0,true,true,false],[807,18,0,true,false,false],[809,27,0,true,true,false],[810,20,0,true,true,false],[810,31,0,true,false,false],[810,32,0,true,true,false],[812,18,0,true,false,false],[814,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":104,"covered":0,"percent":0},"instantiations":{"count":104,"covered":0,"percent":0},"lines":{"count":1158,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":255,"covered":0,"notcovered":255,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift","mcdc_records":[],"segments":[[10,27,0,true,true,false],[13,14,0,true,true,false],[15,37,0,true,true,false],[16,37,0,true,true,false],[18,18,0,true,false,false],[20,14,0,true,true,false],[21,33,0,true,true,false],[21,55,0,true,false,false],[22,26,0,true,true,false],[22,63,0,true,false,false],[26,16,0,true,true,false],[26,47,0,true,false,false],[26,48,0,true,true,false],[27,37,0,true,true,false],[32,18,0,true,false,false],[34,14,0,true,true,false],[40,33,0,true,true,false],[41,20,0,true,true,false],[41,34,0,true,false,false],[41,35,0,true,true,false],[42,70,0,true,true,false],[42,79,0,true,false,false],[44,24,0,true,true,false],[44,38,0,true,false,false],[44,39,0,true,true,false],[49,22,0,true,false,false],[49,28,0,true,true,false],[51,22,0,true,false,false],[52,24,0,true,true,false],[53,65,0,true,true,false],[53,80,0,true,false,false],[60,57,0,true,true,false],[62,14,0,true,false,false],[70,6,0,false,false,false],[73,93,0,true,true,false],[75,12,0,true,true,false],[75,47,0,true,false,false],[75,48,0,true,true,false],[76,16,0,true,true,false],[76,30,0,true,false,false],[76,31,0,true,true,false],[77,37,0,true,true,false],[79,18,0,true,false,false],[82,10,0,true,true,false],[83,12,0,true,true,false],[83,23,0,true,false,false],[83,24,0,true,true,false],[84,16,0,true,true,false],[84,30,0,true,false,false],[84,31,0,true,true,false],[85,37,0,true,true,false],[87,18,0,true,false,false],[90,10,0,true,true,false],[103,12,0,true,true,false],[103,54,0,true,true,false],[103,89,0,true,false,false],[105,9,0,true,true,false],[106,16,0,true,true,false],[106,30,0,true,false,false],[106,31,0,true,true,false],[107,37,0,true,true,false],[112,18,0,true,false,false],[115,10,0,true,true,false],[117,37,0,true,true,false],[117,43,0,true,false,false],[118,9,0,true,true,false],[120,17,0,true,false,false],[121,9,0,true,true,false],[122,17,0,true,false,false],[123,10,0,true,true,false],[136,12,0,true,true,false],[137,73,0,true,true,false],[139,14,0,true,true,false],[140,10,0,true,false,false],[140,17,0,true,true,false],[142,16,0,true,true,false],[142,30,0,true,false,false],[142,31,0,true,true,false],[143,37,0,true,true,false],[147,18,0,true,false,false],[151,10,0,true,true,false],[153,38,0,true,true,false],[153,40,0,true,false,false],[153,43,0,true,true,false],[153,123,0,true,false,false],[155,12,0,true,true,false],[155,26,0,true,false,false],[155,27,0,true,true,false],[156,33,0,true,true,false],[157,20,0,true,true,false],[157,27,0,true,false,false],[157,28,0,true,true,false],[158,24,0,true,true,false],[158,41,0,true,false,false],[158,42,0,true,true,false],[161,22,0,true,false,false],[161,28,0,true,true,false],[163,22,0,true,false,false],[164,24,0,true,true,false],[165,48,0,true,true,false],[165,79,0,true,false,false],[166,25,0,true,true,false],[166,142,0,true,false,false],[167,27,0,true,true,false],[167,39,0,true,false,false],[176,14,0,true,true,false],[187,18,0,true,true,false],[191,37,0,true,true,false],[194,18,0,true,false,false],[200,20,0,true,true,false],[200,58,0,true,true,false],[200,89,0,true,false,false],[201,21,0,true,true,false],[201,56,0,true,false,false],[201,60,0,true,true,false],[201,95,0,true,false,false],[202,17,0,true,true,false],[205,59,0,true,true,false],[207,22,0,true,false,false],[209,24,0,true,true,false],[209,57,0,true,true,false],[209,68,0,true,false,false],[209,69,0,true,true,false],[210,28,0,true,true,false],[210,47,0,true,false,false],[210,64,0,true,true,false],[211,49,0,true,true,false],[215,30,0,true,false,false],[217,31,0,true,true,false],[217,45,0,true,false,false],[217,46,0,true,true,false],[221,45,0,true,true,false],[222,32,0,true,true,false],[222,67,0,true,false,false],[222,68,0,true,true,false],[227,30,0,true,false,false],[227,36,0,true,true,false],[231,30,0,true,false,false],[239,6,0,false,false,false],[242,72,0,true,true,false],[244,6,0,false,false,false],[247,73,0,true,true,false],[252,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":499,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":0,"notcovered":90,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[14,6,0,false,false,false],[17,49,0,true,true,false],[20,46,0,true,true,false],[20,51,0,true,false,false],[20,54,0,true,true,false],[20,58,0,true,false,false],[21,6,0,false,false,false],[34,45,0,true,true,false],[36,38,0,true,true,false],[38,10,0,true,true,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":17,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift","mcdc_records":[],"segments":[[9,55,0,true,true,false],[11,6,0,false,false,false],[13,67,0,true,true,false],[15,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift","mcdc_records":[],"segments":[[10,35,0,true,true,false],[11,57,0,true,true,false],[11,67,0,true,true,false],[16,46,0,true,true,false],[16,61,0,true,false,false],[16,64,0,true,true,false],[16,75,0,true,false,false],[17,89,0,true,true,false],[19,10,0,true,true,false],[23,6,0,false,false,false],[26,31,0,true,true,false],[27,57,0,true,true,false],[27,67,0,true,true,false],[32,46,0,true,true,false],[32,61,0,true,false,false],[32,64,0,true,true,false],[32,75,0,true,false,false],[35,14,0,true,true,false],[35,24,0,true,true,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":28,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift","mcdc_records":[],"segments":[[9,46,0,true,true,false],[11,84,0,true,true,false],[13,10,0,true,true,false],[15,12,0,true,true,false],[15,74,0,true,false,false],[15,75,0,true,true,false],[17,10,0,true,false,false],[17,19,0,true,true,false],[17,76,0,true,false,false],[17,77,0,true,true,false],[19,10,0,true,false,false],[19,19,0,true,true,false],[19,77,0,true,false,false],[19,78,0,true,true,false],[21,10,0,true,false,false],[21,19,0,true,true,false],[21,72,0,true,false,false],[21,73,0,true,true,false],[23,10,0,true,false,false],[23,19,0,true,true,false],[23,72,0,true,false,false],[23,73,0,true,true,false],[25,10,0,true,false,false],[25,19,0,true,true,false],[25,75,0,true,false,false],[25,76,0,true,true,false],[27,10,0,true,false,false],[27,19,0,true,true,false],[27,79,0,true,false,false],[27,80,0,true,true,false],[29,10,0,true,false,false],[29,19,0,true,true,false],[29,75,0,true,false,false],[29,76,0,true,true,false],[31,10,0,true,false,false],[31,19,0,true,true,false],[31,58,0,true,false,false],[31,59,0,true,true,false],[33,10,0,true,false,false],[33,19,0,true,true,false],[33,56,0,true,false,false],[33,57,0,true,true,false],[35,10,0,true,false,false],[35,19,0,true,true,false],[35,59,0,true,false,false],[35,60,0,true,true,false],[37,10,0,true,false,false],[37,19,0,true,true,false],[37,76,0,true,false,false],[37,77,0,true,true,false],[39,10,0,true,false,false],[39,16,0,true,true,false],[41,10,0,true,false,false],[42,6,0,false,false,false],[44,50,0,true,true,false],[45,84,0,true,true,false],[47,10,0,true,true,false],[48,62,0,true,false,false],[49,6,0,false,false,false],[51,52,0,true,true,false],[53,84,0,true,true,false],[55,10,0,true,true,false],[57,60,0,true,true,false],[57,99,0,true,false,false],[58,6,0,false,false,false],[63,5,0,true,true,false],[69,12,0,true,true,false],[69,50,0,true,true,false],[69,81,0,true,false,false],[69,82,0,true,true,false],[71,16,0,true,true,false],[71,31,0,true,false,false],[71,32,0,true,true,false],[73,14,0,true,false,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":66,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift","mcdc_records":[],"segments":[[9,30,0,true,true,false],[20,29,0,true,true,false],[22,22,0,true,true,false],[30,20,0,true,false,false],[37,50,0,true,true,false],[40,10,0,true,false,false],[40,35,0,true,true,false],[43,10,0,true,false,false],[43,16,0,true,true,false],[48,10,0,true,false,false],[50,14,0,true,true,false],[51,33,0,true,true,false],[60,14,0,true,false,false],[65,42,0,true,true,false],[65,52,0,true,true,false],[67,10,0,true,false,false],[68,6,0,false,false,false],[70,68,0,true,true,false],[72,38,0,true,true,false],[75,10,0,true,true,false],[78,36,0,true,true,false],[81,10,0,true,true,false],[88,31,0,true,true,false],[90,22,0,true,true,false],[92,18,0,true,false,false],[96,61,0,true,true,false],[102,16,0,true,true,false],[102,32,0,true,false,false],[102,33,0,true,true,false],[106,20,0,true,true,false],[106,32,0,true,false,false],[106,33,0,true,true,false],[107,26,0,true,true,false],[107,81,0,true,false,false],[108,24,0,true,true,false],[111,18,0,true,false,false],[113,14,0,true,true,false],[125,18,0,true,true,false],[127,59,0,true,true,false],[129,18,0,true,false,false],[136,68,0,true,true,false],[136,100,0,true,false,false],[138,18,0,true,true,false],[139,20,0,true,true,false],[143,18,0,true,false,false],[143,19,0,true,true,false],[146,18,0,true,false,false],[148,17,0,true,true,false],[151,18,0,true,false,false],[151,27,0,true,true,false],[151,63,0,true,false,false],[151,64,0,true,true,false],[155,18,0,true,false,false],[161,16,0,true,true,false],[161,38,0,true,false,false],[161,77,0,true,true,false],[164,14,0,true,false,false],[166,6,0,false,false,false],[168,37,0,true,true,false],[172,15,0,true,true,false],[172,32,0,true,false,false],[172,33,0,true,true,false],[176,68,0,true,true,false],[178,14,0,true,true,false],[182,35,0,true,true,false],[184,14,0,true,true,false],[188,10,0,true,true,false],[191,6,0,false,false,false],[194,51,0,true,true,false],[197,6,0,false,false,false],[200,66,0,true,true,false],[202,36,0,true,true,false],[205,10,0,true,true,false],[207,16,0,true,true,false],[207,40,0,true,false,false],[208,9,0,true,true,false],[212,35,0,true,true,false],[212,43,0,true,false,false],[214,65,0,true,true,false],[219,20,0,true,true,false],[219,36,0,true,false,false],[219,37,0,true,true,false],[223,24,0,true,true,false],[223,36,0,true,false,false],[223,37,0,true,true,false],[224,30,0,true,true,false],[224,83,0,true,false,false],[225,28,0,true,true,false],[228,22,0,true,false,false],[230,18,0,true,true,false],[237,107,0,true,true,false],[237,139,0,true,false,false],[243,22,0,true,true,false],[244,24,0,true,true,false],[248,22,0,true,false,false],[248,23,0,true,true,false],[252,22,0,true,false,false],[255,20,0,true,true,false],[255,60,0,true,true,false],[255,95,0,true,false,false],[255,96,0,true,true,false],[259,18,0,true,false,false],[261,9,0,true,true,false],[265,18,0,true,false,false],[266,9,0,true,true,false],[268,18,0,true,false,false],[269,10,0,true,true,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":476,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift","mcdc_records":[],"segments":[[12,37,0,true,true,false],[13,16,0,true,true,false],[14,20,0,true,true,false],[14,44,0,true,false,false],[15,13,0,true,true,false],[20,37,0,true,true,false],[20,55,0,true,false,false],[21,32,0,true,true,false],[21,65,0,true,false,false],[22,39,0,true,true,false],[24,22,0,true,false,false],[29,13,0,true,true,false],[33,18,0,true,false,false],[34,13,0,true,true,false],[37,62,0,true,true,false],[37,91,0,true,false,false],[40,32,0,true,true,false],[40,56,0,true,false,false],[43,13,0,true,true,false],[46,62,0,true,true,false],[46,93,0,true,false,false],[49,32,0,true,true,false],[49,56,0,true,false,false],[50,39,0,true,true,false],[52,22,0,true,false,false],[53,32,0,true,true,false],[55,22,0,true,false,false],[58,13,0,true,true,false],[61,62,0,true,true,false],[61,93,0,true,false,false],[63,32,0,true,true,false],[63,56,0,true,false,false],[64,39,0,true,true,false],[66,22,0,true,false,false],[67,32,0,true,true,false],[69,22,0,true,false,false],[72,13,0,true,true,false],[78,32,0,true,true,false],[78,46,0,true,false,false],[79,32,0,true,true,false],[79,56,0,true,false,false],[82,13,0,true,true,false],[88,32,0,true,true,false],[88,46,0,true,false,false],[89,32,0,true,true,false],[89,56,0,true,false,false],[92,13,0,true,true,false],[94,42,0,true,true,false],[96,28,0,true,true,false],[96,44,0,true,false,false],[96,45,0,true,true,false],[98,26,0,true,false,false],[98,32,0,true,true,false],[101,32,0,true,true,false],[101,74,0,true,true,false],[101,108,0,true,true,false],[101,157,0,true,false,false],[101,161,0,true,true,false],[103,30,0,true,false,false],[103,36,0,true,true,false],[105,30,0,true,false,false],[108,29,0,true,true,false],[112,22,0,true,false,false],[114,13,0,true,true,false],[116,33,0,true,true,false],[119,28,0,true,true,false],[119,70,0,true,true,false],[119,104,0,true,true,false],[119,153,0,true,false,false],[119,157,0,true,true,false],[121,26,0,true,false,false],[121,32,0,true,true,false],[123,26,0,true,false,false],[125,31,0,true,true,false],[128,22,0,true,false,false],[130,13,0,true,true,false],[136,32,0,true,true,false],[136,46,0,true,false,false],[137,32,0,true,true,false],[137,56,0,true,false,false],[140,13,0,true,true,false],[144,32,0,true,true,false],[144,46,0,true,false,false],[146,13,0,true,true,false],[150,32,0,true,true,false],[150,56,0,true,false,false],[152,14,0,true,true,false],[153,10,0,true,false,false],[157,19,0,true,true,false],[157,59,0,true,false,false],[158,19,0,true,true,false],[158,60,0,true,false,false],[160,6,0,false,false,false],[163,50,0,true,true,false],[167,12,0,true,true,false],[167,60,0,true,false,false],[167,61,0,true,true,false],[170,10,0,true,false,false],[170,16,0,true,true,false],[172,33,0,true,true,false],[180,14,0,true,false,false],[183,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":387,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift","mcdc_records":[],"segments":[[13,89,0,true,true,false],[14,36,0,true,true,false],[17,10,0,true,true,false],[21,72,0,true,true,false],[24,10,0,true,true,false],[27,131,0,true,true,false],[27,136,0,true,false,false],[33,12,0,true,true,false],[33,23,0,true,false,false],[33,24,0,true,true,false],[34,54,0,true,true,false],[36,14,0,true,false,false],[40,28,0,true,true,false],[42,16,0,true,true,false],[42,27,0,true,false,false],[42,55,0,true,true,false],[42,101,0,true,false,false],[42,103,0,true,true,false],[44,23,0,true,true,false],[44,40,0,true,false,false],[45,49,0,true,true,false],[45,95,0,true,false,false],[46,17,0,true,true,false],[48,18,0,true,true,false],[49,14,0,true,false,false],[51,42,0,true,true,false],[51,52,0,true,true,false],[54,16,0,true,true,false],[54,46,0,true,false,false],[54,47,0,true,true,false],[56,14,0,true,false,false],[59,33,0,true,true,false],[65,14,0,true,false,false],[67,6,0,false,false,false],[71,92,0,true,true,false],[72,36,0,true,true,false],[72,46,0,true,true,false],[76,31,0,true,true,false],[76,39,0,true,false,false],[79,61,0,true,true,false],[81,16,0,true,true,false],[81,46,0,true,false,false],[81,106,0,true,true,false],[83,22,0,true,true,false],[85,41,0,true,true,false],[87,22,0,true,false,false],[90,14,0,true,true,false],[94,16,0,true,true,false],[94,27,0,true,false,false],[94,28,0,true,true,false],[95,58,0,true,true,false],[97,18,0,true,false,false],[100,6,0,false,false,false],[103,73,0,true,true,false],[105,16,0,true,true,false],[105,28,0,true,false,false],[106,9,0,true,true,false],[107,24,0,true,false,false],[108,9,0,true,true,false],[109,18,0,true,false,false],[110,10,0,true,true,false],[113,39,0,true,true,false],[114,74,0,true,true,false],[114,90,0,true,true,false],[115,20,0,true,true,false],[115,29,0,true,false,false],[116,13,0,true,true,false],[121,28,0,true,false,false],[122,13,0,true,true,false],[123,29,0,true,false,false],[126,6,0,false,false,false],[129,90,0,true,true,false],[134,83,0,true,true,false],[134,96,0,true,false,false],[136,57,0,true,true,false],[139,10,0,true,true,false],[143,79,0,true,true,false],[147,10,0,true,true,false],[152,6,0,false,false,false],[156,5,0,true,true,false],[160,37,0,true,true,false],[160,51,0,true,true,false],[163,45,0,true,true,false],[163,61,0,true,false,false],[164,39,0,true,true,false],[164,50,0,true,false,false],[164,54,0,true,true,false],[164,58,0,true,false,false],[164,61,0,true,true,false],[164,64,0,true,false,false],[165,6,0,false,false,false],[167,53,0,true,true,false],[169,70,0,true,true,false],[169,84,0,true,true,false],[172,83,0,true,false,false],[173,6,0,false,false,false],[177,5,0,true,true,false],[178,66,0,true,true,false],[180,10,0,true,true,false],[182,38,0,true,true,false],[182,67,0,true,false,false],[183,12,0,true,true,false],[183,42,0,true,false,false],[183,43,0,true,true,false],[187,10,0,true,false,false],[189,6,0,false,false,false],[192,79,0,true,true,false],[200,12,0,true,true,false],[204,10,0,true,false,false],[204,11,0,true,true,false],[207,10,0,true,false,false],[207,19,0,true,true,false],[207,37,0,true,false,false],[207,38,0,true,true,false],[208,18,0,true,true,false],[211,17,0,true,true,false],[214,18,0,true,false,false],[217,12,0,true,true,false],[217,48,0,true,false,false],[217,69,0,true,true,false],[218,18,0,true,true,false],[221,14,0,true,false,false],[225,73,0,true,true,false],[225,105,0,true,false,false],[229,6,0,false,false,false],[231,82,0,true,true,false],[232,33,0,true,true,false],[234,10,0,true,true,false],[235,20,0,true,false,false],[236,6,0,false,false,false],[238,61,0,true,true,false],[239,70,0,true,true,false],[241,10,0,true,true,false],[243,16,0,true,true,false],[243,25,0,true,false,false],[244,9,0,true,true,false],[249,24,0,true,false,false],[250,9,0,true,true,false],[251,25,0,true,false,false],[253,6,0,false,false,false],[255,31,0,true,true,false],[256,14,0,true,true,false],[260,16,0,true,true,false],[260,27,0,true,false,false],[260,28,0,true,true,false],[261,20,0,true,true,false],[261,55,0,true,false,false],[261,56,0,true,true,false],[264,73,0,true,true,false],[265,28,0,true,true,false],[265,35,0,true,false,false],[265,36,0,true,true,false],[269,26,0,true,false,false],[269,32,0,true,true,false],[273,40,0,true,true,false],[273,139,0,true,false,false],[276,34,0,true,true,false],[280,22,0,true,false,false],[281,24,0,true,true,false],[284,18,0,true,false,false],[287,6,0,false,false,false],[289,36,0,true,true,false],[294,63,0,true,true,false],[294,91,0,true,false,false],[296,12,0,true,true,false],[296,34,0,true,false,false],[296,35,0,true,true,false],[299,10,0,true,false,false],[299,16,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[306,30,0,true,true,false],[308,6,0,false,false,false],[311,40,0,true,true,false],[316,34,0,true,true,false],[323,10,0,true,false,false],[324,6,0,false,false,false],[327,37,0,true,true,false],[329,14,0,true,true,false],[331,10,0,true,false,false],[332,6,0,false,false,false],[334,35,0,true,true,false],[335,103,0,true,true,false],[337,10,0,true,false,false],[337,16,0,true,true,false],[342,10,0,true,false,false],[343,6,0,false,false,false],[346,43,0,true,true,false],[351,38,0,true,true,false],[354,46,0,true,true,false],[355,46,0,true,true,false],[358,18,0,true,true,false],[363,20,0,true,true,false],[363,37,0,true,false,false],[363,38,0,true,true,false],[365,18,0,true,false,false],[367,20,0,true,true,false],[367,48,0,true,false,false],[367,49,0,true,true,false],[371,41,0,true,true,false],[375,22,0,true,false,false],[381,18,0,true,true,false],[385,14,0,true,true,false],[389,10,0,true,false,false],[390,6,0,false,false,false],[393,42,0,true,true,false],[396,6,0,false,false,false],[399,32,0,true,true,false],[408,14,0,true,true,false],[415,10,0,true,false,false],[431,14,0,true,true,false],[436,10,0,true,false,false],[440,6,0,false,false,false],[442,48,0,true,true,false],[443,39,0,true,true,false],[444,38,0,true,true,false],[447,14,0,true,false,false],[449,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":637,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":0,"notcovered":133,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift","mcdc_records":[],"segments":[[12,43,0,true,true,false],[14,6,0,false,false,false],[17,46,0,true,true,false],[23,63,0,true,true,false],[25,16,0,true,true,false],[25,47,0,true,false,false],[25,48,0,true,true,false],[27,14,0,true,false,false],[29,6,0,false,false,false],[35,37,0,true,true,false],[35,57,0,false,false,false],[36,34,0,true,true,false],[36,58,0,false,false,false],[37,28,0,true,true,false],[37,52,0,false,false,false],[38,40,0,true,true,false],[38,69,0,false,false,false],[39,31,0,true,true,false],[39,51,0,false,false,false],[42,37,0,true,true,false],[42,41,0,false,false,false],[43,33,0,true,true,false],[43,39,0,false,false,false],[44,45,0,true,true,false],[44,48,0,false,false,false],[46,44,0,true,true,false],[46,49,0,false,false,false],[47,44,0,true,true,false],[47,46,0,false,false,false],[48,57,0,true,true,false],[48,59,0,false,false,false],[49,50,0,true,true,false],[49,55,0,false,false,false],[51,36,0,true,true,false],[51,41,0,false,false,false],[53,43,0,true,true,false],[53,48,0,false,false,false],[55,43,0,true,true,false],[55,48,0,false,false,false],[59,33,0,true,true,false],[59,38,0,false,false,false],[67,45,0,true,true,false],[68,41,0,true,true,false],[68,55,0,true,true,false],[69,60,0,true,false,false],[70,6,0,false,false,false],[72,25,0,true,true,false],[73,16,0,true,true,false],[74,49,0,true,true,false],[75,36,0,true,true,false],[76,40,0,true,true,false],[82,22,0,true,false,false],[95,14,0,true,true,false],[101,32,0,true,true,false],[106,30,0,true,true,false],[108,28,0,true,true,false],[108,70,0,true,false,false],[108,86,0,true,true,false],[111,26,0,true,true,false],[112,22,0,true,false,false],[115,72,0,true,true,false],[115,75,0,true,false,false],[115,78,0,true,true,false],[115,87,0,true,false,false],[127,37,0,true,true,false],[128,16,0,true,true,false],[128,24,0,true,false,false],[128,25,0,true,true,false],[130,42,0,true,true,false],[132,91,0,true,true,false],[134,22,0,true,false,false],[136,20,0,true,true,false],[138,69,0,true,true,false],[138,72,0,true,false,false],[138,75,0,true,true,false],[138,86,0,true,false,false],[142,43,0,true,true,false],[143,16,0,true,true,false],[143,52,0,true,false,false],[143,53,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,19,0,true,true,false],[154,18,0,true,true,false],[154,41,0,true,false,false],[156,104,0,true,true,false],[157,67,0,true,true,false],[159,14,0,true,false,false],[161,67,0,true,true,false],[163,16,0,true,true,false],[163,25,0,true,false,false],[163,26,0,true,true,false],[165,14,0,true,false,false],[168,44,0,true,true,false],[169,53,0,true,true,false],[169,56,0,true,false,false],[169,59,0,true,true,false],[169,70,0,true,false,false],[171,49,0,true,true,false],[173,16,0,true,true,false],[173,35,0,true,false,false],[173,51,0,true,true,false],[175,14,0,true,false,false],[177,68,0,true,true,false],[179,14,0,true,false,false],[181,36,0,true,true,false],[182,16,0,true,true,false],[182,36,0,true,false,false],[182,37,0,true,true,false],[184,14,0,true,false,false],[186,49,0,true,true,false],[188,16,0,true,true,false],[188,25,0,true,false,false],[188,26,0,true,true,false],[190,14,0,true,false,false],[192,49,0,true,true,false],[194,16,0,true,true,false],[194,25,0,true,false,false],[194,26,0,true,true,false],[196,14,0,true,false,false],[201,30,0,true,true,false],[201,52,0,true,false,false],[202,31,0,true,true,false],[202,49,0,true,false,false],[203,27,0,true,true,false],[203,46,0,true,false,false],[207,24,0,true,true,false],[209,10,0,true,false,false],[210,15,0,true,true,false],[213,10,0,true,false,false],[214,94,0,true,true,false],[216,10,0,true,false,false],[217,18,0,true,true,false],[218,16,0,true,true,false],[218,40,0,true,false,false],[218,41,0,true,true,false],[221,32,0,true,true,false],[224,22,0,true,false,false],[225,31,0,true,true,false],[228,22,0,true,false,false],[230,14,0,true,true,false],[231,10,0,true,false,false],[232,79,0,true,true,false],[233,45,0,true,true,false],[235,14,0,true,false,false],[236,56,0,true,true,false],[239,14,0,true,false,false],[241,20,0,true,true,false],[242,66,0,true,true,false],[242,94,0,true,false,false],[244,47,0,true,true,false],[244,51,0,true,false,false],[244,54,0,true,true,false],[244,59,0,true,false,false],[244,110,0,true,true,false],[244,117,0,true,false,false],[244,120,0,true,true,false],[244,128,0,true,false,false],[248,96,0,true,true,false],[249,26,0,true,true,false],[252,14,0,true,false,false],[254,44,0,true,true,false],[257,14,0,true,false,false],[258,20,0,true,true,false],[262,10,0,true,false,false],[263,56,0,true,true,false],[264,16,0,true,true,false],[264,25,0,true,false,false],[264,26,0,true,true,false],[268,14,0,true,false,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":58,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":507,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":0,"notcovered":100,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift","mcdc_records":[],"segments":[[17,43,0,true,true,false],[17,48,0,false,false,false],[21,93,0,true,true,false],[22,16,0,true,true,false],[22,22,0,true,false,false],[23,9,0,true,true,false],[24,46,0,true,false,false],[25,9,0,true,true,false],[26,50,0,true,false,false],[27,9,0,true,true,false],[28,40,0,true,false,false],[29,9,0,true,true,false],[30,48,0,true,false,false],[31,9,0,true,true,false],[32,44,0,true,false,false],[33,10,0,true,true,false],[34,6,0,false,false,false],[36,75,0,true,true,false],[37,16,0,true,true,false],[37,22,0,true,false,false],[38,9,0,true,true,false],[39,44,0,true,false,false],[40,9,0,true,true,false],[41,41,0,true,false,false],[42,9,0,true,true,false],[43,44,0,true,false,false],[44,10,0,true,true,false],[45,6,0,false,false,false],[48,36,0,true,true,false],[48,60,0,false,false,false],[50,25,0,true,true,false],[51,16,0,true,true,false],[52,32,0,true,true,false],[54,20,0,true,true,false],[54,43,0,true,false,false],[54,44,0,true,true,false],[55,70,0,true,true,false],[60,44,0,true,true,false],[61,38,0,true,true,false],[63,34,0,true,false,false],[68,32,0,true,true,false],[70,99,0,true,true,false],[71,53,0,true,true,false],[74,56,0,true,true,false],[81,38,0,true,false,false],[84,53,0,true,true,false],[87,56,0,true,true,false],[94,38,0,true,false,false],[105,53,0,true,true,false],[107,26,0,true,false,false],[114,24,0,true,true,false],[116,70,0,true,true,false],[121,44,0,true,true,false],[122,38,0,true,true,false],[124,34,0,true,false,false],[129,28,0,true,true,false],[129,60,0,true,false,false],[129,61,0,true,true,false],[135,26,0,true,true,false],[138,58,0,true,true,false],[140,26,0,true,false,false],[145,95,0,true,true,false],[146,49,0,true,true,false],[150,52,0,true,true,false],[157,34,0,true,false,false],[159,36,0,true,true,false],[159,76,0,true,false,false],[159,77,0,true,true,false],[160,55,0,true,true,false],[165,38,0,true,false,false],[168,34,0,true,true,false],[169,30,0,true,false,false],[172,49,0,true,true,false],[176,52,0,true,true,false],[183,34,0,true,false,false],[185,36,0,true,true,false],[185,75,0,true,false,false],[185,76,0,true,true,false],[186,51,0,true,true,false],[191,44,0,true,true,false],[191,89,0,true,false,false],[191,90,0,true,true,false],[197,42,0,true,true,false],[200,38,0,true,false,false],[203,34,0,true,true,false],[204,30,0,true,false,false],[222,16,0,true,true,false],[222,32,0,true,false,false],[222,33,0,true,true,false],[228,14,0,true,true,false],[229,10,0,true,false,false],[230,19,0,true,true,false],[232,16,0,true,true,false],[232,44,0,true,false,false],[232,45,0,true,true,false],[233,46,0,true,true,false],[237,27,0,true,true,false],[237,44,0,true,false,false],[237,45,0,true,true,false],[241,56,0,true,true,false],[241,65,0,true,false,false],[242,28,0,true,true,false],[242,63,0,true,true,false],[242,93,0,true,false,false],[242,94,0,true,true,false],[250,32,0,true,true,false],[250,43,0,true,false,false],[250,64,0,true,true,false],[254,71,0,true,true,false],[256,34,0,true,false,false],[264,22,0,true,true,false],[265,18,0,true,false,false],[268,22,0,true,true,false],[271,10,0,true,false,false],[272,6,0,false,false,false],[276,46,0,true,true,false],[277,53,0,true,true,false],[277,92,0,true,false,false],[278,6,0,false,false,false],[280,45,0,true,true,false],[281,29,0,true,true,false],[281,48,0,true,false,false],[281,51,0,true,true,false],[281,63,0,true,false,false],[282,6,0,false,false,false],[284,55,0,true,true,false],[286,6,0,false,false,false],[288,64,0,true,true,false],[290,6,0,false,false,false],[292,63,0,true,true,false],[296,6,0,false,false,false],[299,59,0,true,true,false],[300,23,0,true,true,false],[301,72,0,true,true,false],[303,14,0,true,true,false],[304,25,0,true,false,false],[306,6,0,false,false,false],[308,58,0,true,true,false],[309,23,0,true,true,false],[310,72,0,true,true,false],[312,14,0,true,true,false],[313,25,0,true,false,false],[315,6,0,false,false,false],[319,53,0,true,true,false],[324,12,0,true,true,false],[324,26,0,true,false,false],[324,27,0,true,true,false],[325,18,0,true,true,false],[325,39,0,true,false,false],[327,10,0,true,true,false],[330,38,0,true,true,false],[335,19,0,true,true,false],[335,41,0,true,false,false],[335,42,0,true,true,false],[343,20,0,true,true,false],[343,55,0,true,true,false],[343,85,0,true,false,false],[343,86,0,true,true,false],[350,18,0,true,false,false],[352,20,0,true,true,false],[352,29,0,true,false,false],[352,41,0,true,true,false],[355,18,0,true,true,false],[356,20,0,true,true,false],[356,36,0,true,false,false],[356,37,0,true,true,false],[356,47,0,true,true,false],[357,14,0,true,true,false],[358,10,0,true,false,false],[360,14,0,true,true,false],[364,59,0,true,true,false],[364,96,0,true,false,false],[365,16,0,true,true,false],[365,24,0,true,false,false],[365,25,0,true,true,false],[369,14,0,true,false,false],[371,6,0,false,false,false],[373,46,0,true,true,false],[380,9,0,true,true,false],[382,16,0,true,true,false],[382,18,0,true,false,false],[382,19,0,true,true,false],[384,14,0,true,false,false],[384,20,0,true,true,false],[386,20,0,true,true,false],[386,109,0,true,false,false],[386,110,0,true,true,false],[388,18,0,true,false,false],[391,6,0,false,false,false],[393,39,0,true,true,false],[396,14,0,true,true,false],[399,20,0,true,true,false],[399,59,0,true,false,false],[401,16,0,true,true,false],[401,38,0,true,false,false],[401,39,0,true,true,false],[407,14,0,true,false,false],[409,16,0,true,true,false],[409,33,0,true,false,false],[409,34,0,true,true,false],[412,14,0,true,true,false],[416,13,0,true,true,false],[418,14,0,true,false,false],[418,20,0,true,true,false],[420,14,0,true,false,false],[422,6,0,false,false,false],[424,41,0,true,true,false],[434,63,0,true,true,false],[436,10,0,true,false,false],[437,6,0,false,false,false],[439,46,0,true,true,false],[445,6,0,false,false,false],[448,63,0,true,true,false],[449,47,0,true,true,false],[449,57,0,true,true,false],[473,17,0,true,true,false],[476,16,0,true,true,false],[476,110,0,true,false,false],[478,13,0,true,true,false],[486,14,0,true,false,false],[492,17,0,true,true,false],[495,16,0,true,true,false],[495,110,0,true,false,false],[497,13,0,true,true,false],[505,14,0,true,false,false],[509,6,0,false,false,false],[515,36,0,true,true,false],[520,22,0,true,true,false],[536,28,0,true,true,false],[536,30,0,true,false,false],[553,28,0,true,true,false],[553,30,0,true,false,false],[564,28,0,true,true,false],[564,30,0,true,false,false],[575,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":1522,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":145,"covered":0,"notcovered":145,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift","mcdc_records":[],"segments":[[8,58,0,true,true,false],[8,67,0,false,false,false],[9,35,0,true,true,false],[9,40,0,false,false,false],[10,40,0,true,true,false],[10,46,0,false,false,false],[11,66,0,true,true,false],[11,71,0,false,false,false],[17,51,0,true,true,false],[19,6,0,false,false,false],[27,7,0,true,true,false],[31,6,0,false,false,false],[33,25,0,true,true,false],[34,28,0,true,true,false],[36,62,0,true,true,false],[38,66,0,true,true,false],[39,28,0,true,true,false],[46,32,0,true,true,false],[47,36,0,true,true,false],[50,80,0,true,true,false],[50,82,0,true,false,false],[50,85,0,true,true,false],[50,87,0,true,false,false],[54,71,0,true,true,false],[54,73,0,true,false,false],[54,76,0,true,true,false],[54,77,0,true,false,false],[54,105,0,true,true,false],[54,107,0,true,false,false],[54,110,0,true,true,false],[54,112,0,true,false,false],[76,20,0,true,true,false],[76,41,0,true,false,false],[76,78,0,true,true,false],[79,18,0,true,true,false],[82,66,0,true,true,false],[83,24,0,true,true,false],[83,44,0,true,false,false],[83,45,0,true,true,false],[84,53,0,true,true,false],[86,26,0,true,false,false],[91,51,0,true,true,false],[92,34,0,true,true,false],[92,70,0,true,false,false],[95,31,0,true,true,false],[95,52,0,true,false,false],[95,53,0,true,true,false],[96,58,0,true,true,false],[97,34,0,true,true,false],[97,60,0,true,false,false],[105,51,0,true,true,false],[106,34,0,true,true,false],[106,70,0,true,false,false],[110,31,0,true,true,false],[110,58,0,true,true,false],[110,71,0,true,false,false],[110,72,0,true,true,false],[111,47,0,true,true,false],[111,49,0,true,false,false],[116,28,0,true,true,false],[117,51,0,true,true,false],[118,34,0,true,true,false],[118,70,0,true,false,false],[136,19,0,true,true,false],[137,18,0,true,true,false],[139,14,0,true,false,false],[141,35,0,true,true,false],[142,56,0,true,true,false],[142,66,0,true,true,false],[143,40,0,true,true,false],[143,48,0,true,false,false],[144,13,0,true,true,false],[145,21,0,true,false,false],[146,13,0,true,true,false],[147,22,0,true,false,false],[148,14,0,true,true,false],[149,16,0,true,true,false],[149,30,0,true,false,false],[149,31,0,true,true,false],[151,14,0,true,false,false],[153,6,0,false,false,false],[155,45,0,true,true,false],[156,26,0,true,true,false],[156,45,0,true,false,false],[156,48,0,true,true,false],[156,60,0,true,false,false],[157,6,0,false,false,false],[159,37,0,true,true,false],[160,43,0,true,true,false],[162,10,0,true,true,false],[163,21,0,true,false,false],[164,6,0,false,false,false],[168,51,0,true,true,false],[170,29,0,true,true,false],[171,54,0,true,true,false],[174,14,0,true,false,false],[182,6,0,false,false,false],[184,47,0,true,true,false],[195,12,0,true,true,false],[197,60,0,true,true,false],[199,31,0,true,true,false],[206,34,0,true,true,false],[213,28,0,true,true,false],[213,62,0,true,false,false],[213,63,0,true,true,false],[215,49,0,true,true,false],[216,74,0,true,true,false],[221,34,0,true,false,false],[224,26,0,true,true,false],[225,22,0,true,false,false],[225,28,0,true,true,false],[228,45,0,true,true,false],[229,70,0,true,true,false],[234,30,0,true,false,false],[237,22,0,true,true,false],[240,41,0,true,true,false],[241,66,0,true,true,false],[246,26,0,true,false,false],[251,31,0,true,true,false],[253,61,0,true,true,false],[254,41,0,true,false,false],[258,39,0,true,true,false],[260,14,0,true,true,false],[261,10,0,true,false,false],[261,33,0,true,true,false],[263,33,0,true,true,false],[264,58,0,true,true,false],[269,18,0,true,false,false],[271,17,0,true,true,false],[273,33,0,true,true,false],[274,58,0,true,true,false],[278,18,0,true,false,false],[280,10,0,true,true,false],[282,29,0,true,true,false],[283,71,0,true,true,false],[285,14,0,true,false,false],[290,6,0,false,false,false],[295,44,0,true,true,false],[298,42,0,true,true,false],[299,16,0,true,true,false],[301,14,0,true,false,false],[301,21,0,true,true,false],[308,14,0,true,true,false],[309,10,0,true,true,false],[311,26,0,true,true,false],[313,10,0,true,false,false],[315,6,0,false,false,false],[319,74,0,true,true,false],[322,16,0,true,true,false],[322,22,0,true,false,false],[323,9,0,true,true,false],[324,24,0,true,false,false],[325,9,0,true,true,false],[326,25,0,true,false,false],[328,6,0,false,false,false],[331,60,0,true,true,false],[336,6,0,false,false,false],[340,41,0,true,true,false],[341,34,0,true,true,false],[341,44,0,true,true,false],[343,29,0,true,true,false],[346,10,0,true,false,false],[348,18,0,true,true,false],[350,14,0,true,false,false],[358,12,0,true,true,false],[358,19,0,true,false,false],[358,51,0,true,true,false],[362,16,0,true,true,false],[362,23,0,true,false,false],[362,24,0,true,true,false],[367,35,0,true,true,false],[369,24,0,true,true,false],[369,57,0,true,false,false],[369,58,0,true,true,false],[371,22,0,true,true,false],[372,18,0,true,true,false],[373,14,0,true,false,false],[373,20,0,true,true,false],[375,14,0,true,false,false],[378,29,0,true,true,false],[379,16,0,true,true,false],[379,23,0,true,false,false],[379,24,0,true,true,false],[382,14,0,true,false,false],[382,20,0,true,true,false],[384,14,0,true,false,false],[387,12,0,true,true,false],[387,19,0,true,false,false],[387,20,0,true,true,false],[390,31,0,true,true,false],[392,20,0,true,true,false],[392,53,0,true,false,false],[392,54,0,true,true,false],[394,18,0,true,true,false],[395,14,0,true,true,false],[397,10,0,true,false,false],[398,6,0,false,false,false],[401,40,0,true,true,false],[402,14,0,true,true,false],[404,45,0,true,true,false],[406,14,0,true,false,false],[408,6,0,false,false,false],[410,72,0,true,true,false],[411,16,0,true,true,false],[411,26,0,true,false,false],[412,9,0,true,true,false],[416,14,0,true,false,false],[417,9,0,true,true,false],[421,14,0,true,false,false],[422,9,0,true,true,false],[423,91,0,true,false,false],[424,10,0,true,true,false],[425,6,0,false,false,false],[427,39,0,true,true,false],[428,12,0,true,true,false],[428,26,0,true,false,false],[428,27,0,true,true,false],[431,10,0,true,true,false],[433,14,0,true,true,false],[436,13,0,true,true,false],[438,14,0,true,false,false],[438,20,0,true,true,false],[440,14,0,true,false,false],[442,6,0,false,false,false],[448,46,0,true,true,false],[449,38,0,true,true,false],[451,10,0,true,false,false],[451,16,0,true,true,false],[453,10,0,true,false,false],[454,6,0,false,false,false],[467,25,0,true,true,false],[468,16,0,true,true,false],[468,20,0,true,false,false],[469,9,0,true,true,false],[470,17,0,true,false,false],[471,9,0,true,true,false],[472,18,0,true,false,false],[473,10,0,true,true,false],[474,6,0,false,false,false],[476,26,0,true,true,false],[477,16,0,true,true,false],[477,20,0,true,false,false],[478,9,0,true,true,false],[479,17,0,true,false,false],[480,9,0,true,true,false],[481,18,0,true,false,false],[482,10,0,true,true,false],[483,6,0,false,false,false],[485,39,0,true,true,false],[486,16,0,true,true,false],[486,20,0,true,false,false],[487,9,0,true,true,false],[488,17,0,true,false,false],[489,9,0,true,true,false],[490,18,0,true,false,false],[491,10,0,true,true,false],[492,6,0,false,false,false],[494,25,0,true,true,false],[495,16,0,true,true,false],[495,20,0,true,false,false],[496,9,0,true,true,false],[497,54,0,true,false,false],[498,9,0,true,true,false],[500,16,0,true,false,false],[501,10,0,true,true,false],[502,6,0,false,false,false],[504,27,0,true,true,false],[505,16,0,true,true,false],[505,20,0,true,false,false],[506,9,0,true,true,false],[507,40,0,true,false,false],[508,9,0,true,true,false],[509,40,0,true,false,false],[510,9,0,true,true,false],[511,40,0,true,false,false],[512,9,0,true,true,false],[513,38,0,true,false,false],[514,9,0,true,true,false],[515,40,0,true,false,false],[516,10,0,true,true,false],[517,6,0,false,false,false],[519,29,0,true,true,false],[520,16,0,true,true,false],[520,20,0,true,false,false],[521,9,0,true,true,false],[522,36,0,true,false,false],[523,9,0,true,true,false],[524,44,0,true,false,false],[525,9,0,true,true,false],[526,23,0,true,false,false],[527,9,0,true,true,false],[528,25,0,true,false,false],[529,9,0,true,true,false],[530,32,0,true,false,false],[531,9,0,true,true,false],[532,25,0,true,false,false],[533,10,0,true,true,false],[534,6,0,false,false,false],[536,31,0,true,true,false],[537,16,0,true,true,false],[537,20,0,true,false,false],[538,9,0,true,true,false],[539,47,0,true,false,false],[540,9,0,true,true,false],[541,35,0,true,false,false],[542,9,0,true,true,false],[543,24,0,true,false,false],[544,10,0,true,true,false],[545,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":68,"covered":0,"percent":0},"instantiations":{"count":68,"covered":0,"percent":0},"lines":{"count":1060,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":190,"covered":0,"notcovered":190,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift","mcdc_records":[],"segments":[[14,37,0,true,true,false],[14,42,0,false,false,false],[16,49,0,true,true,false],[16,54,0,false,false,false],[19,44,0,true,true,false],[20,25,0,true,true,false],[22,10,0,true,false,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[27,16,0,true,true,false],[27,30,0,true,false,false],[27,31,0,true,true,false],[29,66,0,true,true,false],[38,40,0,true,true,false],[42,34,0,true,true,false],[43,50,0,true,true,false],[45,40,0,true,true,false],[45,97,0,true,false,false],[45,98,0,true,true,false],[47,38,0,true,true,false],[48,34,0,true,true,false],[50,30,0,true,false,false],[54,49,0,true,true,false],[56,22,0,true,false,false],[65,20,0,true,true,false],[67,66,0,true,true,false],[73,83,0,true,true,false],[73,85,0,true,false,false],[73,88,0,true,true,false],[73,92,0,true,false,false],[74,40,0,true,true,false],[78,34,0,true,true,false],[79,50,0,true,true,false],[81,40,0,true,true,false],[81,97,0,true,false,false],[81,98,0,true,true,false],[83,38,0,true,true,false],[84,34,0,true,true,false],[86,30,0,true,false,false],[91,88,0,true,true,false],[102,22,0,true,false,false],[117,19,0,true,true,false],[120,10,0,true,false,false],[121,6,0,false,false,false],[123,45,0,true,true,false],[124,29,0,true,true,false],[124,48,0,true,false,false],[124,51,0,true,true,false],[124,63,0,true,false,false],[125,6,0,false,false,false],[127,39,0,true,true,false],[128,12,0,true,true,false],[128,29,0,true,false,false],[128,30,0,true,true,false],[131,10,0,true,true,false],[133,14,0,true,true,false],[136,13,0,true,true,false],[138,14,0,true,false,false],[138,20,0,true,true,false],[140,14,0,true,false,false],[142,6,0,false,false,false],[154,41,0,true,true,false],[154,46,0,false,false,false],[155,51,0,true,true,false],[155,56,0,false,false,false],[156,45,0,true,true,false],[156,50,0,false,false,false],[157,43,0,true,true,false],[157,48,0,false,false,false],[158,40,0,true,true,false],[158,42,0,false,false,false],[160,25,0,true,true,false],[161,58,0,true,true,false],[163,82,0,true,true,false],[170,64,0,true,true,false],[178,73,0,true,true,false],[178,75,0,true,false,false],[178,78,0,true,true,false],[178,82,0,true,false,false],[187,29,0,true,true,false],[188,30,0,true,true,false],[194,32,0,true,true,false],[194,40,0,true,false,false],[194,41,0,true,true,false],[201,85,0,true,true,false],[203,34,0,true,false,false],[204,36,0,true,true,false],[211,51,0,true,true,false],[213,40,0,true,true,false],[213,97,0,true,false,false],[213,98,0,true,true,false],[215,38,0,true,true,false],[216,34,0,true,true,false],[223,30,0,true,false,false],[228,28,0,true,true,false],[229,44,0,true,true,false],[230,32,0,true,true,false],[230,44,0,true,true,false],[230,68,0,true,false,false],[230,69,0,true,true,false],[234,30,0,true,true,false],[236,45,0,true,true,false],[236,69,0,true,false,false],[237,39,0,true,true,false],[237,81,0,true,true,false],[237,83,0,true,false,false],[237,86,0,true,true,false],[237,89,0,true,false,false],[238,39,0,true,true,false],[238,79,0,true,true,false],[238,81,0,true,false,false],[238,84,0,true,true,false],[238,87,0,true,false,false],[248,39,0,true,true,false],[248,63,0,true,false,false],[251,20,0,true,true,false],[251,38,0,true,false,false],[251,39,0,true,true,false],[252,40,0,true,true,false],[258,22,0,true,false,false],[261,18,0,true,true,false],[263,20,0,true,true,false],[263,36,0,true,false,false],[263,37,0,true,true,false],[264,40,0,true,true,false],[270,22,0,true,false,false],[273,18,0,true,true,false],[276,63,0,true,true,false],[278,33,0,true,true,false],[279,70,0,true,true,false],[281,30,0,true,false,false],[283,32,0,true,true,false],[284,48,0,true,true,false],[285,68,0,true,true,false],[285,82,0,true,false,false],[285,85,0,true,true,false],[285,100,0,true,false,false],[287,55,0,true,true,false],[287,79,0,true,false,false],[287,82,0,true,true,false],[287,106,0,true,false,false],[295,24,0,true,true,false],[295,38,0,true,false,false],[295,39,0,true,true,false],[298,22,0,true,true,false],[299,18,0,true,false,false],[307,6,0,false,false,false],[316,45,0,true,true,false],[316,50,0,false,false,false],[318,42,0,true,true,false],[321,64,0,true,true,false],[327,31,0,true,true,false],[329,20,0,true,true,false],[329,40,0,true,false,false],[329,41,0,true,true,false],[332,24,0,true,true,false],[332,42,0,true,false,false],[332,43,0,true,true,false],[334,22,0,true,false,false],[336,14,0,true,true,false],[337,10,0,true,true,false],[340,12,0,true,true,false],[340,27,0,true,false,false],[340,28,0,true,true,false],[342,55,0,true,true,false],[345,14,0,true,true,false],[346,10,0,true,false,false],[349,6,0,false,false,false],[352,103,0,true,true,false],[356,83,0,true,true,false],[359,90,0,true,true,false],[361,14,0,true,false,false],[365,12,0,true,true,false],[365,59,0,true,true,false],[365,93,0,true,false,false],[365,94,0,true,true,false],[367,10,0,true,false,false],[367,19,0,true,true,false],[367,56,0,true,true,false],[367,99,0,true,false,false],[367,100,0,true,true,false],[369,10,0,true,false,false],[369,19,0,true,true,false],[369,54,0,true,true,false],[369,77,0,true,false,false],[369,78,0,true,true,false],[371,10,0,true,true,false],[374,12,0,true,true,false],[374,28,0,true,false,false],[374,42,0,true,true,false],[376,10,0,true,true,false],[379,64,0,true,false,false],[380,6,0,false,false,false],[382,25,0,true,true,false],[383,50,0,true,true,false],[390,16,0,true,true,false],[390,34,0,true,false,false],[390,35,0,true,true,false],[391,24,0,true,true,false],[397,18,0,true,false,false],[398,20,0,true,true,false],[400,91,0,true,true,false],[401,61,0,true,true,false],[407,78,0,true,true,false],[416,26,0,true,false,false],[418,18,0,true,true,false],[421,20,0,true,true,false],[421,43,0,true,false,false],[421,44,0,true,true,false],[422,61,0,true,true,false],[423,28,0,true,true,false],[423,86,0,true,false,false],[423,87,0,true,true,false],[426,26,0,true,true,false],[433,83,0,true,true,false],[434,32,0,true,true,false],[434,55,0,true,false,false],[434,56,0,true,true,false],[438,36,0,true,true,false],[438,65,0,true,false,false],[440,33,0,true,true,false],[449,34,0,true,true,false],[450,30,0,true,true,false],[451,26,0,true,false,false],[453,18,0,true,true,false],[456,20,0,true,true,false],[456,78,0,true,false,false],[456,103,0,true,true,false],[461,18,0,true,true,false],[462,14,0,true,true,false],[463,10,0,true,false,false],[474,15,0,true,true,false],[476,10,0,true,false,false],[477,6,0,false,false,false],[479,46,0,true,true,false],[481,59,0,true,true,false],[481,88,0,true,false,false],[484,29,0,true,true,false],[492,10,0,true,false,false],[493,6,0,false,false,false],[505,25,0,true,true,false],[506,49,0,true,true,false],[512,53,0,true,true,false],[521,14,0,true,false,false],[526,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":62,"covered":0,"percent":0},"instantiations":{"count":62,"covered":0,"percent":0},"lines":{"count":1394,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":0,"notcovered":161,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift","mcdc_records":[],"segments":[[8,24,0,true,true,false],[8,62,0,false,false,false],[10,29,0,true,true,false],[11,23,0,true,true,false],[14,10,0,true,false,false],[15,6,0,false,false,false],[24,41,0,true,true,false],[24,46,0,false,false,false],[25,47,0,true,true,false],[25,52,0,false,false,false],[26,44,0,true,true,false],[26,49,0,false,false,false],[27,37,0,true,true,false],[27,42,0,false,false,false],[28,47,0,true,true,false],[28,52,0,false,false,false],[32,52,0,true,true,false],[32,57,0,false,false,false],[33,49,0,true,true,false],[33,54,0,false,false,false],[34,58,0,true,true,false],[34,59,0,false,false,false],[35,40,0,true,true,false],[35,41,0,false,false,false],[39,48,0,true,true,false],[39,53,0,false,false,false],[40,55,0,true,true,false],[40,59,0,false,false,false],[44,25,0,true,true,false],[45,28,0,true,true,false],[47,62,0,true,true,false],[49,24,0,true,true,false],[50,59,0,true,true,false],[50,82,0,true,false,false],[50,85,0,true,true,false],[50,109,0,true,false,false],[53,49,0,true,true,false],[53,76,0,true,false,false],[53,79,0,true,true,false],[53,103,0,true,false,false],[60,42,0,true,true,false],[60,72,0,true,false,false],[60,75,0,true,true,false],[60,97,0,true,false,false],[67,20,0,true,true,false],[67,37,0,true,false,false],[67,38,0,true,true,false],[72,18,0,true,false,false],[72,24,0,true,true,false],[73,41,0,true,true,false],[83,22,0,true,false,false],[87,42,0,true,true,false],[89,22,0,true,false,false],[96,37,0,true,true,false],[97,48,0,true,true,false],[97,67,0,true,false,false],[97,70,0,true,true,false],[97,78,0,true,false,false],[97,80,0,true,true,false],[99,22,0,true,false,false],[102,53,0,true,true,false],[102,63,0,true,false,false],[104,24,0,true,true,false],[104,42,0,true,false,false],[104,43,0,true,true,false],[105,40,0,true,true,false],[107,26,0,true,false,false],[110,22,0,true,true,false],[111,18,0,true,false,false],[121,19,0,true,true,false],[125,10,0,true,false,false],[126,22,0,true,true,false],[128,10,0,true,false,false],[129,106,0,true,true,false],[131,16,0,true,true,false],[131,34,0,true,false,false],[131,35,0,true,true,false],[134,14,0,true,false,false],[136,46,0,true,true,false],[138,10,0,true,false,false],[139,57,0,true,true,false],[143,29,0,true,true,false],[149,18,0,true,false,false],[150,28,0,true,true,false],[155,75,0,true,true,false],[157,22,0,true,false,false],[159,27,0,true,true,false],[164,18,0,true,false,false],[167,42,0,true,true,false],[168,16,0,true,true,false],[168,24,0,true,false,false],[168,48,0,true,true,false],[177,14,0,true,false,false],[179,50,0,true,true,false],[180,16,0,true,true,false],[180,25,0,true,false,false],[180,26,0,true,true,false],[182,14,0,true,false,false],[184,54,0,true,true,false],[186,28,0,true,true,false],[189,18,0,true,false,false],[190,27,0,true,true,false],[193,18,0,true,false,false],[196,6,0,false,false,false],[200,40,0,true,true,false],[201,12,0,true,true,false],[201,29,0,true,false,false],[201,30,0,true,true,false],[203,10,0,true,false,false],[203,16,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,45,0,true,true,false],[210,6,0,false,false,false],[212,39,0,true,true,false],[216,14,0,true,true,false],[221,13,0,true,true,false],[223,14,0,true,false,false],[223,20,0,true,true,false],[226,14,0,true,false,false],[228,6,0,false,false,false],[230,42,0,true,true,false],[231,32,0,true,true,false],[231,42,0,true,true,false],[234,6,0,false,false,false],[236,40,0,true,true,false],[241,9,0,true,true,false],[247,10,0,true,true,false],[258,12,0,true,true,false],[258,21,0,true,false,false],[258,22,0,true,true,false],[261,10,0,true,false,false],[261,16,0,true,true,false],[265,10,0,true,false,false],[272,6,0,false,false,false],[274,45,0,true,true,false],[275,26,0,true,true,false],[275,45,0,true,false,false],[275,48,0,true,true,false],[275,60,0,true,false,false],[276,6,0,false,false,false],[278,44,0,true,true,false],[290,12,0,true,true,false],[290,69,0,true,false,false],[290,70,0,true,true,false],[294,15,0,true,true,false],[295,20,0,true,true,false],[295,34,0,true,false,false],[295,35,0,true,true,false],[299,18,0,true,true,false],[300,14,0,true,true,false],[301,10,0,true,true,false],[304,21,0,true,false,false],[305,6,0,false,false,false],[307,39,0,true,true,false],[314,6,0,false,false,false],[316,38,0,true,true,false],[319,6,0,false,false,false],[321,47,0,true,true,false],[322,76,0,true,true,false],[323,16,0,true,true,false],[323,44,0,true,false,false],[323,45,0,true,true,false],[325,14,0,true,false,false],[328,6,0,false,false,false],[330,60,0,true,true,false],[342,85,0,true,true,false],[344,38,0,true,true,false],[349,20,0,true,true,false],[349,37,0,true,false,false],[349,38,0,true,true,false],[355,24,0,true,true,false],[355,49,0,true,false,false],[355,50,0,true,true,false],[358,22,0,true,false,false],[359,27,0,true,true,false],[359,63,0,true,false,false],[359,64,0,true,true,false],[361,24,0,true,true,false],[361,49,0,true,false,false],[361,50,0,true,true,false],[363,22,0,true,false,false],[364,24,0,true,true,false],[366,18,0,true,false,false],[368,20,0,true,true,false],[368,30,0,true,false,false],[368,31,0,true,true,false],[371,18,0,true,false,false],[374,6,0,false,false,false],[386,25,0,true,true,false],[387,46,0,true,true,false],[393,53,0,true,true,false],[402,14,0,true,false,false],[406,6,0,false,false,false],[414,25,0,true,true,false],[415,29,0,true,true,false],[416,20,0,true,true,false],[423,32,0,true,true,false],[425,18,0,true,false,false],[429,54,0,true,true,false],[430,57,0,true,true,false],[437,18,0,true,false,false],[443,57,0,true,true,false],[451,18,0,true,false,false],[457,57,0,true,true,false],[465,18,0,true,false,false],[476,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":963,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":119,"covered":0,"notcovered":119,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift","mcdc_records":[],"segments":[[20,36,0,true,true,false],[20,41,0,false,false,false],[23,52,0,true,true,false],[23,54,0,false,false,false],[24,50,0,true,true,false],[24,55,0,false,false,false],[25,66,0,true,true,false],[25,71,0,false,false,false],[26,47,0,true,true,false],[26,52,0,false,false,false],[31,42,0,true,true,false],[32,80,0,true,true,false],[32,96,0,true,true,false],[33,83,0,true,false,false],[34,6,0,false,false,false],[38,44,0,true,true,false],[39,25,0,true,true,false],[40,60,0,true,true,false],[42,14,0,true,true,false],[43,25,0,true,false,false],[45,6,0,false,false,false],[47,41,0,true,true,false],[48,25,0,true,true,false],[49,60,0,true,true,false],[51,14,0,true,true,false],[52,25,0,true,false,false],[54,6,0,false,false,false],[56,39,0,true,true,false],[57,33,0,true,true,false],[57,50,0,true,false,false],[57,54,0,true,true,false],[57,78,0,true,false,false],[58,6,0,false,false,false],[61,31,0,true,true,false],[62,36,0,true,true,false],[62,57,0,true,false,false],[62,61,0,true,true,false],[62,79,0,true,false,false],[63,6,0,false,false,false],[66,35,0,true,true,false],[67,36,0,true,true,false],[67,53,0,true,false,false],[68,6,0,false,false,false],[71,50,0,true,true,false],[71,55,0,false,false,false],[72,48,0,true,true,false],[72,52,0,false,false,false],[74,38,0,true,true,false],[76,6,0,false,false,false],[78,45,0,true,true,false],[79,26,0,true,true,false],[79,45,0,true,false,false],[79,48,0,true,true,false],[79,60,0,true,false,false],[80,6,0,false,false,false],[83,44,0,true,true,false],[84,12,0,true,true,false],[84,35,0,true,false,false],[84,36,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,30,0,true,false,false],[86,31,0,true,true,false],[88,10,0,true,false,false],[88,16,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,47,0,true,true,false],[95,12,0,true,true,false],[95,35,0,true,false,false],[95,36,0,true,true,false],[97,10,0,true,false,false],[97,16,0,true,true,false],[99,10,0,true,false,false],[100,6,0,false,false,false],[104,25,0,true,true,false],[105,28,0,true,true,false],[106,16,0,true,true,false],[106,37,0,true,false,false],[106,38,0,true,true,false],[109,14,0,true,false,false],[109,23,0,true,true,false],[109,30,0,true,false,false],[109,31,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,14,0,true,false,false],[119,15,0,true,true,false],[123,16,0,true,true,false],[123,39,0,true,false,false],[123,40,0,true,true,false],[125,14,0,true,false,false],[132,19,0,true,true,false],[135,10,0,true,false,false],[136,22,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[143,40,0,true,true,false],[144,58,0,true,true,false],[156,10,0,true,false,false],[158,6,0,false,false,false],[162,40,0,true,true,false],[163,58,0,true,true,false],[165,20,0,true,true,false],[173,24,0,true,true,false],[174,28,0,true,true,false],[182,22,0,true,false,false],[195,41,0,true,true,false],[195,100,0,true,false,false],[195,103,0,true,true,false],[195,158,0,true,false,false],[201,16,0,true,true,false],[201,37,0,true,false,false],[201,74,0,true,true,false],[204,14,0,true,true,false],[207,20,0,true,true,false],[209,87,0,true,true,false],[210,41,0,true,true,false],[216,22,0,true,false,false],[218,41,0,true,true,false],[224,22,0,true,false,false],[232,16,0,true,true,false],[232,34,0,true,false,false],[232,35,0,true,true,false],[233,56,0,true,true,false],[233,58,0,true,false,false],[233,62,0,true,true,false],[234,26,0,true,true,false],[234,59,0,true,false,false],[238,14,0,true,true,false],[240,41,0,true,true,false],[242,14,0,true,false,false],[249,6,0,false,false,false],[253,38,0,true,true,false],[254,29,0,true,true,false],[256,20,0,true,true,false],[259,52,0,true,true,false],[259,79,0,true,false,false],[259,82,0,true,true,false],[259,107,0,true,false,false],[263,24,0,true,true,false],[264,28,0,true,true,false],[266,57,0,true,true,false],[266,88,0,true,false,false],[266,91,0,true,true,false],[266,110,0,true,false,false],[269,47,0,true,true,false],[269,74,0,true,false,false],[269,77,0,true,true,false],[269,102,0,true,false,false],[294,16,0,true,true,false],[294,37,0,true,false,false],[294,74,0,true,true,false],[297,14,0,true,true,false],[299,16,0,true,true,false],[299,31,0,true,true,false],[299,45,0,true,false,false],[299,46,0,true,true,false],[300,36,0,true,true,false],[309,18,0,true,false,false],[311,14,0,true,true,false],[314,16,0,true,true,false],[314,39,0,true,false,false],[314,40,0,true,true,false],[316,58,0,true,true,false],[325,18,0,true,false,false],[325,24,0,true,true,false],[329,18,0,true,false,false],[337,53,0,true,true,false],[340,18,0,true,false,false],[343,20,0,true,true,false],[345,38,0,true,true,false],[345,43,0,true,false,false],[345,46,0,true,true,false],[345,62,0,true,false,false],[345,64,0,true,true,false],[346,26,0,true,true,false],[346,59,0,true,false,false],[350,40,0,true,true,false],[350,48,0,true,false,false],[353,16,0,true,true,false],[353,41,0,true,false,false],[353,42,0,true,true,false],[354,55,0,true,true,false],[355,46,0,true,true,false],[358,22,0,true,true,false],[359,18,0,true,false,false],[361,14,0,true,true,false],[366,13,0,true,true,false],[367,64,0,true,true,false],[369,18,0,true,false,false],[371,14,0,true,true,false],[372,10,0,true,false,false],[377,6,0,false,false,false],[381,45,0,true,true,false],[382,42,0,true,true,false],[382,52,0,true,true,false],[387,47,0,true,true,false],[387,74,0,true,false,false],[388,51,0,true,true,false],[388,78,0,true,false,false],[389,61,0,true,true,false],[389,62,0,true,false,false],[394,42,0,true,true,false],[394,47,0,true,false,false],[395,46,0,true,true,false],[395,51,0,true,false,false],[401,6,0,false,false,false],[403,48,0,true,true,false],[407,9,0,true,true,false],[409,10,0,true,true,false],[412,9,0,true,true,false],[414,10,0,true,true,false],[415,19,0,true,false,false],[416,6,0,false,false,false],[418,48,0,true,true,false],[419,29,0,true,true,false],[422,10,0,true,false,false],[429,29,0,true,true,false],[433,16,0,true,true,false],[433,18,0,true,false,false],[433,19,0,true,true,false],[437,14,0,true,false,false],[437,23,0,true,true,false],[437,37,0,true,false,false],[437,38,0,true,true,false],[444,14,0,true,false,false],[444,20,0,true,true,false],[447,24,0,true,true,false],[447,66,0,true,false,false],[453,12,0,true,true,false],[453,14,0,true,false,false],[453,15,0,true,true,false],[460,33,0,true,true,false],[464,20,0,true,true,false],[464,30,0,true,false,false],[464,31,0,true,true,false],[466,18,0,true,false,false],[466,24,0,true,true,false],[468,18,0,true,false,false],[473,6,0,false,false,false],[476,40,0,true,true,false],[477,14,0,true,true,false],[479,45,0,true,true,false],[481,14,0,true,false,false],[483,6,0,false,false,false],[485,39,0,true,true,false],[491,6,0,false,false,false],[493,43,0,true,true,false],[495,103,0,true,true,false],[496,16,0,true,true,false],[496,44,0,true,false,false],[496,45,0,true,true,false],[498,14,0,true,false,false],[499,16,0,true,true,false],[501,10,0,true,false,false],[502,6,0,false,false,false],[504,58,0,true,true,false],[507,6,0,false,false,false],[511,41,0,true,true,false],[513,91,0,true,true,false],[514,18,0,true,true,false],[516,14,0,true,false,false],[518,6,0,false,false,false],[520,40,0,true,true,false],[523,6,0,false,false,false],[525,46,0,true,true,false],[529,12,0,true,true,false],[529,43,0,true,false,false],[529,44,0,true,true,false],[531,16,0,true,true,false],[531,23,0,true,false,false],[531,24,0,true,true,false],[541,14,0,true,false,false],[541,23,0,true,true,false],[541,45,0,true,false,false],[541,46,0,true,true,false],[545,14,0,true,false,false],[547,6,0,false,false,false],[549,39,0,true,true,false],[550,12,0,true,true,false],[550,26,0,true,false,false],[550,27,0,true,true,false],[553,10,0,true,true,false],[555,14,0,true,true,false],[558,13,0,true,true,false],[560,14,0,true,false,false],[560,20,0,true,true,false],[562,14,0,true,false,false],[564,6,0,false,false,false],[567,55,0,true,true,false],[568,71,0,true,true,false],[568,85,0,true,true,false],[574,75,0,true,true,false],[574,89,0,true,true,false],[578,23,0,true,false,false],[579,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":82,"covered":0,"percent":0},"instantiations":{"count":82,"covered":0,"percent":0},"lines":{"count":1015,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":175,"covered":0,"notcovered":175,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift","mcdc_records":[],"segments":[[18,51,0,true,true,false],[18,56,0,false,false,false],[19,54,0,true,true,false],[19,56,0,false,false,false],[21,43,0,true,true,false],[21,48,0,false,false,false],[25,93,0,true,true,false],[26,16,0,true,true,false],[26,22,0,true,false,false],[27,9,0,true,true,false],[28,46,0,true,false,false],[29,9,0,true,true,false],[30,50,0,true,false,false],[31,9,0,true,true,false],[32,40,0,true,false,false],[33,9,0,true,true,false],[34,48,0,true,false,false],[35,9,0,true,true,false],[36,44,0,true,false,false],[37,10,0,true,true,false],[38,6,0,false,false,false],[40,75,0,true,true,false],[41,16,0,true,true,false],[41,22,0,true,false,false],[42,9,0,true,true,false],[43,60,0,true,false,false],[44,9,0,true,true,false],[45,41,0,true,false,false],[46,9,0,true,true,false],[47,51,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false],[51,25,0,true,true,false],[52,16,0,true,true,false],[53,32,0,true,true,false],[55,20,0,true,true,false],[55,45,0,true,false,false],[55,46,0,true,true,false],[56,70,0,true,true,false],[61,44,0,true,true,false],[62,38,0,true,true,false],[64,34,0,true,false,false],[69,32,0,true,true,false],[71,99,0,true,true,false],[72,53,0,true,true,false],[75,56,0,true,true,false],[82,38,0,true,false,false],[85,53,0,true,true,false],[88,56,0,true,true,false],[95,38,0,true,false,false],[106,53,0,true,true,false],[108,26,0,true,false,false],[115,24,0,true,true,false],[117,70,0,true,true,false],[123,44,0,true,true,false],[124,38,0,true,true,false],[126,34,0,true,false,false],[131,95,0,true,true,false],[132,49,0,true,true,false],[136,52,0,true,true,false],[143,34,0,true,false,false],[145,36,0,true,true,false],[145,78,0,true,false,false],[145,79,0,true,true,false],[146,51,0,true,true,false],[148,38,0,true,false,false],[151,34,0,true,true,false],[152,30,0,true,false,false],[155,49,0,true,true,false],[159,52,0,true,true,false],[166,34,0,true,false,false],[168,36,0,true,true,false],[168,77,0,true,false,false],[168,78,0,true,true,false],[169,51,0,true,true,false],[174,44,0,true,true,false],[174,89,0,true,false,false],[174,90,0,true,true,false],[180,42,0,true,true,false],[184,38,0,true,false,false],[187,34,0,true,true,false],[188,30,0,true,false,false],[206,16,0,true,true,false],[206,32,0,true,false,false],[206,33,0,true,true,false],[212,14,0,true,true,false],[213,10,0,true,false,false],[214,19,0,true,true,false],[216,10,0,true,false,false],[217,22,0,true,true,false],[220,10,0,true,false,false],[221,6,0,false,false,false],[225,48,0,true,true,false],[226,55,0,true,true,false],[226,96,0,true,false,false],[227,6,0,false,false,false],[229,45,0,true,true,false],[230,29,0,true,true,false],[230,48,0,true,false,false],[230,51,0,true,true,false],[230,63,0,true,false,false],[231,6,0,false,false,false],[233,66,0,true,true,false],[235,6,0,false,false,false],[237,65,0,true,true,false],[239,6,0,false,false,false],[242,61,0,true,true,false],[243,23,0,true,true,false],[244,72,0,true,true,false],[246,14,0,true,true,false],[247,25,0,true,false,false],[249,6,0,false,false,false],[251,60,0,true,true,false],[252,23,0,true,true,false],[253,72,0,true,true,false],[255,14,0,true,true,false],[256,25,0,true,false,false],[258,6,0,false,false,false],[262,41,0,true,true,false],[263,14,0,true,true,false],[266,33,0,true,true,false],[267,20,0,true,true,false],[267,45,0,true,false,false],[267,46,0,true,true,false],[272,18,0,true,false,false],[275,6,0,false,false,false],[277,39,0,true,true,false],[282,12,0,true,true,false],[282,29,0,true,false,false],[282,30,0,true,true,false],[285,10,0,true,true,false],[287,14,0,true,true,false],[290,13,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[296,6,0,false,false,false],[298,45,0,true,true,false],[299,14,0,true,true,false],[304,33,0,true,true,false],[305,20,0,true,true,false],[305,45,0,true,false,false],[305,46,0,true,true,false],[311,18,0,true,false,false],[311,24,0,true,true,false],[314,18,0,true,false,false],[317,6,0,false,false,false],[320,78,0,true,true,false],[322,38,0,true,true,false],[325,19,0,true,true,false],[325,41,0,true,false,false],[325,42,0,true,true,false],[330,28,0,true,true,false],[330,32,0,true,false,false],[331,21,0,true,true,false],[332,67,0,true,true,false],[332,104,0,true,false,false],[333,21,0,true,true,false],[334,69,0,true,true,false],[334,108,0,true,false,false],[335,22,0,true,true,false],[336,20,0,true,true,false],[336,33,0,true,false,false],[336,34,0,true,true,false],[340,59,0,true,true,false],[342,22,0,true,false,false],[348,18,0,true,true,false],[349,20,0,true,true,false],[349,36,0,true,false,false],[349,37,0,true,true,false],[349,47,0,true,true,false],[350,14,0,true,true,false],[351,10,0,true,false,false],[352,6,0,false,false,false],[354,48,0,true,true,false],[361,12,0,true,true,false],[361,26,0,true,false,false],[361,27,0,true,true,false],[362,18,0,true,true,false],[362,39,0,true,false,false],[364,10,0,true,true,false],[370,14,0,true,true,false],[371,30,0,true,true,false],[375,65,0,true,true,false],[375,104,0,true,false,false],[376,20,0,true,true,false],[376,27,0,true,false,false],[376,28,0,true,true,false],[376,38,0,true,true,false],[377,14,0,true,true,false],[381,10,0,true,false,false],[382,6,0,false,false,false],[386,52,0,true,true,false],[389,5,0,true,true,false],[391,12,0,true,true,false],[391,14,0,true,false,false],[391,15,0,true,true,false],[393,10,0,true,false,false],[393,16,0,true,true,false],[395,16,0,true,true,false],[395,105,0,true,false,false],[395,106,0,true,true,false],[397,14,0,true,false,false],[400,2,0,false,false,false],[405,37,0,true,true,false],[414,59,0,true,true,false],[416,6,0,true,false,false],[417,2,0,false,false,false],[420,52,0,true,true,false],[421,43,0,true,true,false],[421,53,0,true,true,false],[445,13,0,true,true,false],[448,12,0,true,true,false],[448,106,0,true,false,false],[450,9,0,true,true,false],[458,10,0,true,false,false],[464,13,0,true,true,false],[467,12,0,true,true,false],[467,106,0,true,false,false],[469,9,0,true,true,false],[477,10,0,true,false,false],[481,2,0,false,false,false],[483,42,0,true,true,false],[489,2,0,false,false,false],[497,25,0,true,true,false],[498,79,0,true,true,false],[499,53,0,true,true,false],[509,14,0,true,false,false],[512,16,0,true,true,false],[512,42,0,true,false,false],[512,43,0,true,true,false],[513,57,0,true,true,false],[518,60,0,true,true,false],[519,61,0,true,true,false],[525,26,0,true,false,false],[531,14,0,true,true,false],[534,54,0,true,true,false],[546,14,0,true,false,false],[552,20,0,true,true,false],[558,14,0,true,false,false],[564,37,0,true,true,false],[566,14,0,true,false,false],[571,6,0,false,false,false],[578,25,0,true,true,false],[579,45,0,true,true,false],[589,10,0,true,false,false],[590,6,0,false,false,false],[596,36,0,true,true,false],[602,22,0,true,true,false],[619,28,0,true,true,false],[619,30,0,true,false,false],[637,28,0,true,true,false],[637,30,0,true,false,false],[649,28,0,true,true,false],[649,30,0,true,false,false],[660,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":1642,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":0,"notcovered":158,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift","mcdc_records":[],"segments":[[16,50,0,true,true,false],[16,52,0,false,false,false],[17,66,0,true,true,false],[17,71,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[27,16,0,true,true,false],[27,32,0,true,false,false],[27,33,0,true,true,false],[28,66,0,true,true,false],[36,93,0,true,true,false],[36,96,0,true,false,false],[37,58,0,true,true,false],[37,59,0,true,false,false],[37,62,0,true,true,false],[37,63,0,true,false,false],[39,49,0,true,true,false],[41,22,0,true,false,false],[49,20,0,true,true,false],[50,66,0,true,true,false],[55,40,0,true,true,false],[56,34,0,true,true,false],[58,30,0,true,false,false],[62,93,0,true,true,false],[62,96,0,true,false,false],[63,58,0,true,true,false],[63,59,0,true,false,false],[63,62,0,true,true,false],[63,63,0,true,false,false],[65,35,0,true,true,false],[67,22,0,true,false,false],[70,54,0,true,true,false],[70,91,0,true,false,false],[83,33,0,true,true,false],[84,34,0,true,true,false],[84,44,0,true,true,false],[89,13,0,true,true,false],[95,14,0,true,true,false],[97,68,0,true,true,false],[97,78,0,true,true,false],[99,51,0,true,true,false],[99,73,0,true,false,false],[99,80,0,true,true,false],[106,14,0,true,true,false],[110,10,0,true,false,false],[111,22,0,true,true,false],[114,10,0,true,false,false],[115,6,0,false,false,false],[119,45,0,true,true,false],[120,23,0,true,true,false],[122,16,0,true,true,false],[122,47,0,true,false,false],[122,48,0,true,true,false],[123,24,0,true,true,false],[123,40,0,true,false,false],[124,17,0,true,true,false],[128,32,0,true,false,false],[129,17,0,true,true,false],[130,33,0,true,false,false],[132,14,0,true,true,false],[134,25,0,true,false,false],[136,6,0,false,false,false],[138,83,0,true,true,false],[140,16,0,true,true,false],[140,29,0,true,false,false],[141,9,0,true,true,false],[142,44,0,true,true,false],[143,70,0,true,true,false],[145,18,0,true,true,false],[146,29,0,true,false,false],[148,31,0,true,true,false],[148,38,0,true,false,false],[148,41,0,true,true,false],[148,51,0,true,false,false],[150,9,0,true,true,false],[151,44,0,true,true,false],[152,70,0,true,true,false],[154,28,0,true,true,false],[154,62,0,true,false,false],[155,28,0,true,true,false],[155,71,0,true,false,false],[156,18,0,true,true,false],[157,29,0,true,false,false],[159,31,0,true,true,false],[159,38,0,true,false,false],[159,41,0,true,true,false],[159,51,0,true,false,false],[161,9,0,true,true,false],[163,44,0,true,true,false],[164,52,0,true,true,false],[164,87,0,true,false,false],[166,31,0,true,true,false],[166,38,0,true,false,false],[166,41,0,true,true,false],[166,51,0,true,false,false],[168,6,0,false,false,false],[170,70,0,true,true,false],[172,62,0,true,true,false],[173,20,0,true,true,false],[173,29,0,true,false,false],[174,13,0,true,true,false],[175,39,0,true,false,false],[176,13,0,true,true,false],[177,54,0,true,false,false],[178,13,0,true,true,false],[179,35,0,true,false,false],[181,10,0,true,true,false],[182,27,0,true,false,false],[183,6,0,false,false,false],[185,76,0,true,true,false],[187,62,0,true,true,false],[188,20,0,true,true,false],[188,29,0,true,false,false],[189,13,0,true,true,false],[190,84,0,true,false,false],[191,13,0,true,true,false],[192,79,0,true,false,false],[193,13,0,true,true,false],[194,41,0,true,false,false],[196,10,0,true,true,false],[197,33,0,true,false,false],[198,6,0,false,false,false],[200,39,0,true,true,false],[202,6,0,false,false,false],[204,47,0,true,true,false],[205,56,0,true,true,false],[205,109,0,true,false,false],[205,111,0,true,true,false],[207,10,0,true,true,false],[208,57,0,true,true,false],[209,20,0,true,true,false],[209,33,0,true,false,false],[210,13,0,true,true,false],[213,21,0,true,false,false],[214,13,0,true,true,false],[215,22,0,true,false,false],[216,14,0,true,true,false],[217,10,0,true,false,false],[217,12,0,true,true,false],[219,10,0,true,true,false],[220,34,0,true,false,false],[221,6,0,false,false,false],[223,43,0,true,true,false],[224,44,0,true,true,false],[226,10,0,true,true,false],[227,24,0,true,false,false],[228,6,0,false,false,false],[230,37,0,true,true,false],[231,48,0,true,true,false],[231,58,0,true,true,false],[233,12,0,true,true,false],[233,56,0,true,false,false],[233,57,0,true,true,false],[236,10,0,true,true,false],[238,53,0,true,true,false],[238,63,0,true,true,false],[241,6,0,false,false,false],[243,41,0,true,true,false],[246,50,0,true,true,false],[246,95,0,true,false,false],[246,97,0,true,true,false],[247,16,0,true,true,false],[247,24,0,true,false,false],[247,25,0,true,true,false],[251,57,0,true,true,false],[251,70,0,true,false,false],[260,45,0,true,true,false],[262,88,0,true,true,false],[262,98,0,true,true,false],[271,18,0,true,false,false],[273,14,0,true,true,false],[276,10,0,true,true,false],[277,6,0,false,false,false],[279,64,0,true,true,false],[284,14,0,true,true,false],[285,33,0,true,true,false],[287,14,0,true,false,false],[292,33,0,true,true,false],[294,20,0,true,true,false],[294,22,0,true,false,false],[294,23,0,true,true,false],[297,18,0,true,false,false],[297,24,0,true,true,false],[299,18,0,true,false,false],[302,6,0,false,false,false],[304,87,0,true,true,false],[305,12,0,true,true,false],[305,20,0,true,false,false],[305,21,0,true,true,false],[311,53,0,true,true,false],[311,66,0,true,false,false],[317,41,0,true,true,false],[319,67,0,true,true,false],[319,77,0,true,true,false],[330,14,0,true,false,false],[332,10,0,true,true,false],[335,6,0,false,false,false],[337,85,0,true,true,false],[342,14,0,true,true,false],[343,33,0,true,true,false],[347,14,0,true,false,false],[351,33,0,true,true,false],[353,20,0,true,true,false],[353,22,0,true,false,false],[353,23,0,true,true,false],[356,18,0,true,false,false],[356,24,0,true,true,false],[358,18,0,true,false,false],[361,6,0,false,false,false],[363,45,0,true,true,false],[364,26,0,true,true,false],[364,45,0,true,false,false],[364,48,0,true,true,false],[364,60,0,true,false,false],[365,6,0,false,false,false],[367,39,0,true,true,false],[368,12,0,true,true,false],[368,26,0,true,false,false],[368,27,0,true,true,false],[371,10,0,true,true,false],[373,14,0,true,true,false],[376,13,0,true,true,false],[378,14,0,true,false,false],[378,20,0,true,true,false],[380,14,0,true,false,false],[382,6,0,false,false,false],[385,40,0,true,true,false],[386,14,0,true,true,false],[388,45,0,true,true,false],[390,14,0,true,false,false],[392,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":651,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":143,"covered":0,"notcovered":143,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift","mcdc_records":[],"segments":[[11,38,0,true,true,false],[11,43,0,false,false,false],[13,41,0,true,true,false],[13,46,0,false,false,false],[16,41,0,true,true,false],[16,46,0,false,false,false],[17,41,0,true,true,false],[17,62,0,false,false,false],[18,45,0,true,true,false],[18,48,0,false,false,false],[19,46,0,true,true,false],[19,47,0,false,false,false],[20,43,0,true,true,false],[20,48,0,false,false,false],[30,26,0,true,true,false],[31,20,0,true,true,false],[31,24,0,true,false,false],[32,13,0,true,true,false],[32,56,0,true,false,false],[33,13,0,true,true,false],[33,43,0,true,false,false],[34,14,0,true,true,false],[35,10,0,false,false,false],[37,33,0,true,true,false],[39,10,0,false,false,false],[42,25,0,true,true,false],[43,16,0,true,true,false],[44,32,0,true,true,false],[51,27,0,true,true,false],[51,52,0,true,false,false],[52,27,0,true,true,false],[52,63,0,true,false,false],[57,48,0,true,true,false],[59,18,0,true,false,false],[59,24,0,true,true,false],[61,18,0,true,false,false],[65,16,0,true,true,false],[65,32,0,true,false,false],[65,33,0,true,true,false],[71,53,0,true,true,false],[72,28,0,true,true,false],[72,38,0,true,false,false],[72,75,0,true,true,false],[75,26,0,true,false,false],[77,14,0,true,true,false],[78,10,0,true,false,false],[85,19,0,true,true,false],[88,10,0,true,false,false],[93,11,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[100,36,0,true,true,false],[102,69,0,true,true,false],[105,10,0,true,false,false],[108,80,0,true,true,false],[110,10,0,true,false,false],[113,26,0,true,true,false],[114,102,0,true,true,false],[116,14,0,true,false,false],[117,10,0,true,true,false],[118,6,0,false,false,false],[123,74,0,true,true,false],[124,20,0,true,true,false],[125,62,0,true,true,false],[127,24,0,true,true,false],[135,18,0,true,false,false],[140,43,0,true,true,false],[140,44,0,true,false,false],[140,47,0,true,true,false],[140,48,0,true,false,false],[141,45,0,true,true,false],[141,46,0,true,false,false],[141,49,0,true,true,false],[141,52,0,true,false,false],[144,58,0,true,true,false],[148,18,0,true,false,false],[153,47,0,true,true,false],[154,28,0,true,true,false],[160,22,0,true,false,false],[164,18,0,true,true,false],[167,66,0,true,true,false],[168,70,0,true,true,false],[169,46,0,true,true,false],[169,60,0,true,false,false],[169,63,0,true,true,false],[169,80,0,true,false,false],[169,82,0,true,true,false],[171,26,0,true,false,false],[177,52,0,true,true,false],[179,26,0,true,false,false],[185,44,0,true,true,false],[187,22,0,true,false,false],[197,6,0,false,false,false],[202,46,0,true,true,false],[203,58,0,true,true,false],[211,62,0,true,true,false],[212,46,0,true,true,false],[214,18,0,true,false,false],[218,54,0,true,true,false],[220,18,0,true,false,false],[226,6,0,false,false,false],[231,72,0,true,true,false],[232,56,0,true,true,false],[232,77,0,true,false,false],[232,80,0,true,true,false],[232,84,0,true,false,false],[234,29,0,true,true,false],[238,42,0,true,true,false],[238,43,0,true,false,false],[238,46,0,true,true,false],[238,47,0,true,false,false],[239,38,0,true,true,false],[239,39,0,true,false,false],[239,42,0,true,true,false],[239,43,0,true,false,false],[243,38,0,true,true,false],[243,39,0,true,false,false],[243,42,0,true,true,false],[243,43,0,true,false,false],[244,40,0,true,true,false],[244,41,0,true,false,false],[244,44,0,true,true,false],[244,47,0,true,false,false],[247,6,0,false,false,false],[251,33,0,true,true,false],[255,9,0,true,true,false],[257,56,0,true,true,false],[260,14,0,true,true,false],[261,10,0,true,true,false],[265,43,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[272,55,0,true,true,false],[276,14,0,true,true,false],[277,16,0,true,true,false],[285,18,0,true,true,false],[289,20,0,true,true,false],[289,76,0,true,false,false],[289,77,0,true,true,false],[290,89,0,true,true,false],[291,18,0,true,true,false],[293,37,0,true,true,false],[296,66,0,true,true,false],[296,107,0,true,true,false],[296,111,0,true,false,false],[299,78,0,true,true,false],[300,37,0,true,true,false],[301,60,0,true,true,false],[303,70,0,true,true,false],[303,111,0,true,true,false],[303,115,0,true,false,false],[305,28,0,true,true,false],[308,22,0,true,false,false],[310,21,0,true,true,false],[311,37,0,true,true,false],[314,18,0,true,false,false],[315,14,0,true,true,false],[316,10,0,true,false,false],[317,6,0,false,false,false],[319,62,0,true,true,false],[322,6,0,false,false,false],[326,67,0,true,true,false],[327,16,0,true,true,false],[327,22,0,true,false,false],[328,9,0,true,true,false],[329,45,0,true,true,false],[329,55,0,true,true,false],[331,67,0,true,true,false],[331,77,0,true,true,false],[335,51,0,true,false,false],[337,9,0,true,true,false],[338,56,0,true,false,false],[339,10,0,true,true,false],[340,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":703,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":106,"covered":0,"notcovered":106,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift","mcdc_records":[],"segments":[[12,51,0,true,true,false],[14,6,0,false,false,false],[16,45,0,true,true,false],[16,50,0,false,false,false],[17,55,0,true,true,false],[17,63,0,false,false,false],[19,66,0,true,true,false],[19,71,0,false,false,false],[33,26,0,true,true,false],[34,20,0,true,true,false],[34,24,0,true,false,false],[35,13,0,true,true,false],[35,34,0,true,false,false],[36,13,0,true,true,false],[36,35,0,true,false,false],[37,13,0,true,true,false],[37,31,0,true,false,false],[38,13,0,true,true,false],[38,45,0,true,false,false],[39,13,0,true,true,false],[39,33,0,true,false,false],[40,14,0,true,true,false],[41,10,0,false,false,false],[43,26,0,true,true,false],[44,20,0,true,true,false],[44,24,0,true,false,false],[45,13,0,true,true,false],[45,51,0,true,false,false],[46,13,0,true,true,false],[46,46,0,true,false,false],[47,13,0,true,true,false],[47,58,0,true,false,false],[48,13,0,true,true,false],[48,69,0,true,false,false],[49,13,0,true,true,false],[49,54,0,true,false,false],[50,14,0,true,true,false],[51,10,0,false,false,false],[53,33,0,true,true,false],[54,20,0,true,true,false],[54,24,0,true,false,false],[55,13,0,true,true,false],[55,48,0,true,false,false],[56,13,0,true,true,false],[56,52,0,true,false,false],[57,13,0,true,true,false],[57,42,0,true,false,false],[58,13,0,true,true,false],[58,53,0,true,false,false],[59,13,0,true,true,false],[59,53,0,true,false,false],[60,13,0,true,true,false],[60,56,0,true,false,false],[61,14,0,true,true,false],[62,10,0,false,false,false],[65,25,0,true,true,false],[66,58,0,true,true,false],[75,32,0,true,true,false],[75,51,0,true,false,false],[80,16,0,true,true,false],[80,37,0,true,false,false],[80,74,0,true,true,false],[83,14,0,true,true,false],[85,50,0,true,true,false],[92,14,0,true,true,false],[94,16,0,true,true,false],[94,40,0,true,false,false],[94,41,0,true,true,false],[95,45,0,true,true,false],[97,18,0,true,false,false],[101,14,0,true,true,false],[102,10,0,true,false,false],[109,19,0,true,true,false],[112,10,0,true,false,false],[113,22,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[127,93,0,true,true,false],[128,16,0,true,true,false],[128,22,0,true,false,false],[129,9,0,true,true,false],[130,20,0,true,true,false],[130,33,0,true,false,false],[131,13,0,true,true,false],[133,38,0,true,false,false],[134,13,0,true,true,false],[135,83,0,true,false,false],[136,13,0,true,true,false],[137,93,0,true,false,false],[139,9,0,true,true,false],[140,20,0,true,true,false],[140,33,0,true,false,false],[141,13,0,true,true,false],[143,38,0,true,false,false],[144,13,0,true,true,false],[145,83,0,true,false,false],[146,13,0,true,true,false],[147,93,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[153,40,0,true,true,false],[154,14,0,true,true,false],[156,45,0,true,true,false],[158,14,0,true,false,false],[160,6,0,false,false,false],[164,64,0,true,true,false],[165,16,0,true,true,false],[165,29,0,true,false,false],[166,9,0,true,true,false],[166,32,0,true,false,false],[167,9,0,true,true,false],[167,39,0,true,false,false],[168,9,0,true,true,false],[168,29,0,true,false,false],[169,9,0,true,true,false],[169,44,0,true,false,false],[170,10,0,true,true,false],[171,6,0,false,false,false],[173,37,0,true,true,false],[174,16,0,true,true,false],[174,29,0,true,false,false],[175,9,0,true,true,false],[175,41,0,true,false,false],[176,9,0,true,true,false],[176,45,0,true,false,false],[177,9,0,true,true,false],[177,38,0,true,false,false],[178,9,0,true,true,false],[178,43,0,true,false,false],[179,9,0,true,true,false],[179,43,0,true,false,false],[180,9,0,true,true,false],[180,41,0,true,false,false],[181,10,0,true,true,false],[182,6,0,false,false,false],[184,39,0,true,true,false],[185,16,0,true,true,false],[185,29,0,true,false,false],[186,9,0,true,true,false],[187,70,0,true,false,false],[188,9,0,true,true,false],[189,68,0,true,false,false],[190,9,0,true,true,false],[191,58,0,true,false,false],[192,9,0,true,true,false],[193,41,0,true,false,false],[194,9,0,true,true,false],[195,41,0,true,false,false],[196,9,0,true,true,false],[197,83,0,true,false,false],[198,10,0,true,true,false],[199,6,0,false,false,false],[201,48,0,true,true,false],[203,6,0,false,false,false],[205,45,0,true,true,false],[206,26,0,true,true,false],[206,45,0,true,false,false],[206,48,0,true,true,false],[206,60,0,true,false,false],[207,6,0,false,false,false],[211,33,0,true,true,false],[216,14,0,true,true,false],[221,10,0,true,false,false],[222,6,0,false,false,false],[224,35,0,true,true,false],[229,14,0,true,true,false],[234,10,0,true,false,false],[235,6,0,false,false,false],[237,32,0,true,true,false],[242,14,0,true,true,false],[247,10,0,true,false,false],[248,6,0,false,false,false],[250,34,0,true,true,false],[252,28,0,true,true,false],[254,10,0,true,false,false],[255,6,0,false,false,false],[257,45,0,true,true,false],[266,38,0,true,true,false],[266,48,0,true,true,false],[268,29,0,true,true,false],[269,54,0,true,true,false],[271,14,0,true,false,false],[273,6,0,false,false,false],[279,7,0,true,true,false],[282,16,0,true,true,false],[282,28,0,true,false,false],[283,9,0,true,true,false],[284,37,0,true,false,false],[285,9,0,true,true,false],[286,37,0,true,false,false],[287,9,0,true,true,false],[290,76,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[295,9,0,true,true,false],[296,38,0,true,false,false],[297,9,0,true,true,false],[299,52,0,true,false,false],[300,9,0,true,true,false],[301,37,0,true,false,false],[302,10,0,true,true,false],[304,16,0,true,true,false],[304,29,0,true,false,false],[305,9,0,true,true,false],[306,18,0,true,false,false],[307,9,0,true,true,false],[308,43,0,true,true,false],[308,81,0,true,false,false],[310,9,0,true,true,false],[312,16,0,true,true,false],[312,41,0,true,false,false],[312,42,0,true,true,false],[314,14,0,true,false,false],[315,10,0,true,true,false],[317,42,0,true,true,false],[320,18,0,true,true,false],[322,14,0,true,false,false],[324,10,0,true,true,false],[326,42,0,true,true,false],[328,10,0,true,false,false],[328,59,0,true,true,false],[330,10,0,true,false,false],[333,6,0,false,false,false],[335,45,0,true,true,false],[339,49,0,true,true,false],[341,10,0,true,false,false],[343,29,0,true,true,false],[344,54,0,true,true,false],[344,64,0,true,true,false],[345,33,0,true,true,false],[347,14,0,true,false,false],[347,20,0,true,true,false],[349,14,0,true,false,false],[351,6,0,false,false,false],[353,103,0,true,true,false],[354,67,0,true,true,false],[356,10,0,true,true,false],[358,80,0,true,true,false],[363,48,0,true,true,false],[364,20,0,true,true,false],[364,46,0,true,true,false],[364,68,0,true,false,false],[364,72,0,true,true,false],[364,94,0,true,false,false],[364,95,0,true,true,false],[366,18,0,true,true,false],[367,14,0,true,true,false],[368,10,0,true,true,false],[370,19,0,true,false,false],[371,6,0,false,false,false],[373,98,0,true,true,false],[374,68,0,true,true,false],[374,82,0,true,true,false],[379,12,0,true,true,false],[380,51,0,true,true,false],[382,59,0,true,true,false],[383,42,0,true,false,false],[384,17,0,true,true,false],[386,10,0,true,false,false],[387,6,0,false,false,false],[391,92,0,true,true,false],[397,9,0,true,true,false],[399,10,0,true,true,false],[401,91,0,true,true,false],[403,10,0,true,true,false],[414,44,0,true,true,false],[416,16,0,true,true,false],[416,55,0,true,false,false],[416,56,0,true,true,false],[418,14,0,true,false,false],[421,16,0,true,true,false],[421,32,0,true,false,false],[423,13,0,true,true,false],[427,20,0,true,true,false],[427,36,0,true,false,false],[427,37,0,true,true,false],[430,18,0,true,false,false],[434,16,0,true,true,false],[434,32,0,true,false,false],[434,77,0,true,true,false],[435,60,0,true,true,false],[437,18,0,true,false,false],[441,16,0,true,true,false],[441,53,0,true,false,false],[441,54,0,true,true,false],[443,14,0,true,false,false],[446,16,0,true,true,false],[446,32,0,true,false,false],[446,53,0,true,true,false],[448,14,0,true,true,false],[449,10,0,true,true,false],[452,12,0,true,true,false],[452,28,0,true,false,false],[452,29,0,true,true,false],[454,37,0,true,true,false],[456,44,0,true,true,false],[458,18,0,true,false,false],[460,39,0,true,true,false],[462,14,0,true,false,false],[464,10,0,true,true,false],[466,19,0,true,false,false],[467,6,0,false,false,false],[469,39,0,true,true,false],[470,12,0,true,true,false],[470,26,0,true,false,false],[470,27,0,true,true,false],[473,10,0,true,true,false],[475,14,0,true,true,false],[478,13,0,true,true,false],[480,14,0,true,false,false],[480,20,0,true,true,false],[482,14,0,true,false,false],[484,6,0,false,false,false],[488,5,0,true,true,false],[489,16,0,true,true,false],[489,29,0,true,false,false],[490,9,0,true,true,false],[491,16,0,true,false,false],[492,9,0,true,true,false],[493,16,0,true,false,false],[494,9,0,true,true,false],[497,25,0,true,true,false],[497,37,0,true,false,false],[500,9,0,true,true,false],[503,25,0,true,true,false],[503,37,0,true,false,false],[506,9,0,true,true,false],[509,25,0,true,true,false],[509,39,0,true,false,false],[512,10,0,true,true,false],[513,6,0,false,false,false],[515,89,0,true,true,false],[517,12,0,true,true,false],[517,49,0,true,false,false],[517,50,0,true,true,false],[519,10,0,true,false,false],[519,19,0,true,true,false],[519,51,0,true,false,false],[519,52,0,true,true,false],[521,10,0,true,false,false],[521,19,0,true,true,false],[521,55,0,true,false,false],[521,56,0,true,true,false],[523,10,0,true,false,false],[523,16,0,true,true,false],[525,10,0,true,false,false],[526,6,0,false,false,false],[530,37,0,true,true,false],[537,6,0,false,false,false],[539,36,0,true,true,false],[542,6,0,false,false,false],[548,36,0,true,true,false],[553,22,0,true,true,false],[557,28,0,true,true,false],[557,30,0,true,false,false],[564,28,0,true,true,false],[564,30,0,true,false,false],[571,28,0,true,true,false],[571,30,0,true,false,false],[577,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":60,"covered":0,"percent":0},"lines":{"count":637,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":211,"covered":0,"notcovered":211,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift","mcdc_records":[],"segments":[[22,39,0,true,true,false],[22,44,0,false,false,false],[23,47,0,true,true,false],[23,52,0,false,false,false],[24,45,0,true,true,false],[24,50,0,false,false,false],[26,66,0,true,true,false],[26,71,0,false,false,false],[27,47,0,true,true,false],[27,52,0,false,false,false],[31,25,0,true,true,false],[32,28,0,true,true,false],[34,16,0,true,true,false],[34,35,0,true,false,false],[34,36,0,true,true,false],[35,66,0,true,true,false],[40,40,0,true,true,false],[42,34,0,true,true,false],[44,30,0,true,false,false],[50,93,0,true,true,false],[50,96,0,true,false,false],[51,58,0,true,true,false],[51,59,0,true,false,false],[51,62,0,true,true,false],[51,63,0,true,false,false],[54,28,0,true,true,false],[56,95,0,true,true,false],[58,32,0,true,true,false],[58,44,0,true,false,false],[58,45,0,true,true,false],[59,53,0,true,true,false],[62,56,0,true,true,false],[69,38,0,true,false,false],[71,30,0,true,true,false],[74,32,0,true,true,false],[74,48,0,true,true,false],[74,103,0,true,false,false],[74,104,0,true,true,false],[75,53,0,true,true,false],[78,47,0,true,true,false],[78,70,0,true,false,false],[78,73,0,true,true,false],[78,92,0,true,false,false],[81,99,0,true,true,false],[81,105,0,true,false,false],[81,108,0,true,true,false],[81,112,0,true,false,false],[82,56,0,true,true,false],[89,38,0,true,false,false],[91,30,0,true,true,false],[92,26,0,true,false,false],[100,49,0,true,true,false],[102,22,0,true,false,false],[110,20,0,true,true,false],[112,66,0,true,true,false],[118,40,0,true,true,false],[119,34,0,true,true,false],[121,30,0,true,false,false],[127,93,0,true,true,false],[127,96,0,true,false,false],[128,58,0,true,true,false],[128,59,0,true,false,false],[128,62,0,true,true,false],[128,63,0,true,false,false],[130,35,0,true,true,false],[132,22,0,true,false,false],[148,43,0,true,true,false],[150,16,0,true,true,false],[150,26,0,true,false,false],[150,27,0,true,true,false],[152,20,0,true,true,false],[152,40,0,true,false,false],[152,41,0,true,true,false],[154,18,0,true,false,false],[158,20,0,true,true,false],[161,14,0,true,false,false],[163,19,0,true,true,false],[166,16,0,true,true,false],[166,35,0,true,false,false],[166,36,0,true,true,false],[171,14,0,true,false,false],[171,20,0,true,true,false],[175,14,0,true,false,false],[177,33,0,true,true,false],[178,54,0,true,true,false],[178,64,0,true,true,false],[180,10,0,true,false,false],[181,22,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[191,42,0,true,true,false],[197,6,0,false,false,false],[199,45,0,true,true,false],[200,26,0,true,true,false],[200,45,0,true,false,false],[200,48,0,true,true,false],[200,60,0,true,false,false],[201,6,0,false,false,false],[203,55,0,true,true,false],[206,6,0,false,false,false],[208,91,0,true,true,false],[214,6,0,false,false,false],[216,41,0,true,true,false],[218,6,0,false,false,false],[220,39,0,true,true,false],[221,12,0,true,true,false],[221,26,0,true,false,false],[221,27,0,true,true,false],[224,10,0,true,true,false],[226,14,0,true,true,false],[229,13,0,true,true,false],[231,14,0,true,false,false],[231,20,0,true,true,false],[233,14,0,true,false,false],[235,6,0,false,false,false],[237,70,0,true,true,false],[238,16,0,true,true,false],[238,27,0,true,false,false],[239,9,0,true,true,false],[240,39,0,true,false,false],[241,9,0,true,true,false],[242,38,0,true,false,false],[243,9,0,true,true,false],[244,52,0,true,false,false],[245,9,0,true,true,false],[246,36,0,true,false,false],[247,9,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[250,31,0,true,false,false],[251,9,0,true,true,false],[252,31,0,true,false,false],[253,9,0,true,true,false],[254,26,0,true,false,false],[255,9,0,true,true,false],[256,24,0,true,false,false],[257,10,0,true,true,false],[258,6,0,false,false,false],[260,76,0,true,true,false],[261,16,0,true,true,false],[261,27,0,true,false,false],[262,9,0,true,true,false],[263,95,0,true,false,false],[264,9,0,true,true,false],[265,82,0,true,false,false],[266,9,0,true,true,false],[267,84,0,true,false,false],[268,9,0,true,true,false],[269,77,0,true,false,false],[270,9,0,true,true,false],[271,96,0,true,false,false],[272,9,0,true,true,false],[273,74,0,true,false,false],[274,9,0,true,true,false],[275,80,0,true,false,false],[276,9,0,true,true,false],[277,87,0,true,false,false],[278,9,0,true,true,false],[279,30,0,true,false,false],[280,10,0,true,true,false],[281,6,0,false,false,false],[283,43,0,true,true,false],[284,103,0,true,true,false],[286,10,0,true,false,false],[287,6,0,false,false,false],[293,42,0,true,true,false],[294,42,0,true,true,false],[297,10,0,true,true,false],[300,12,0,true,true,false],[300,20,0,true,false,false],[300,21,0,true,true,false],[304,53,0,true,true,false],[304,66,0,true,false,false],[311,41,0,true,true,false],[313,57,0,true,true,false],[313,67,0,true,true,false],[320,14,0,true,false,false],[322,10,0,true,true,false],[325,6,0,false,false,false],[327,37,0,true,true,false],[328,12,0,true,true,false],[328,32,0,true,false,false],[328,33,0,true,true,false],[331,10,0,true,true,false],[343,19,0,true,true,false],[345,14,0,true,false,false],[350,14,0,true,true,false],[359,16,0,true,true,false],[359,27,0,true,false,false],[359,28,0,true,true,false],[365,14,0,true,false,false],[365,20,0,true,true,false],[372,20,0,true,true,false],[372,23,0,true,false,false],[372,24,0,true,true,false],[378,18,0,true,true,false],[379,14,0,true,true,false],[384,16,0,true,true,false],[384,29,0,true,false,false],[384,30,0,true,true,false],[388,14,0,true,false,false],[393,6,0,false,false,false],[395,44,0,true,true,false],[404,6,0,false,false,false],[408,75,0,true,true,false],[410,33,0,true,true,false],[413,16,0,true,true,false],[413,18,0,true,false,false],[413,19,0,true,true,false],[413,34,0,true,true,false],[416,10,0,true,true,false],[421,12,0,true,true,false],[421,43,0,true,false,false],[421,44,0,true,true,false],[427,10,0,true,true,false],[429,21,0,true,false,false],[430,6,0,false,false,false],[432,40,0,true,true,false],[433,53,0,true,true,false],[435,10,0,true,false,false],[436,14,0,true,true,false],[439,10,0,true,false,false],[440,6,0,false,false,false],[446,63,0,true,true,false],[453,40,0,true,true,false],[453,66,0,true,false,false],[455,66,0,true,true,false],[455,103,0,true,false,false],[461,12,0,true,true,false],[461,39,0,true,true,false],[461,98,0,true,false,false],[461,100,0,true,true,false],[464,10,0,true,false,false],[466,12,0,true,true,false],[466,39,0,true,true,false],[466,96,0,true,false,false],[466,98,0,true,true,false],[468,74,0,true,true,false],[468,81,0,true,false,false],[471,60,0,true,true,false],[471,111,0,true,false,false],[472,13,0,true,true,false],[472,36,0,true,true,false],[472,85,0,true,false,false],[473,13,0,true,true,false],[473,36,0,true,true,false],[473,99,0,true,false,false],[474,12,0,true,true,false],[474,29,0,true,false,false],[474,30,0,true,true,false],[476,74,0,true,true,false],[476,81,0,true,false,false],[477,19,0,true,true,false],[477,46,0,true,true,false],[477,100,0,true,false,false],[477,102,0,true,true,false],[479,77,0,true,true,false],[479,84,0,true,false,false],[485,30,0,true,true,false],[485,39,0,true,false,false],[494,12,0,true,true,false],[494,19,0,true,false,false],[494,20,0,true,true,false],[498,78,0,true,true,false],[498,84,0,true,false,false],[499,62,0,true,true,false],[499,88,0,true,false,false],[500,16,0,true,true,false],[500,43,0,true,false,false],[500,44,0,true,true,false],[504,14,0,true,false,false],[504,20,0,true,true,false],[511,110,0,true,true,false],[511,142,0,true,false,false],[515,27,0,true,true,false],[515,95,0,true,false,false],[516,27,0,true,true,false],[516,33,0,true,false,false],[520,16,0,true,true,false],[527,43,0,true,true,false],[527,91,0,true,false,false],[527,94,0,true,true,false],[527,100,0,true,false,false],[531,6,0,false,false,false],[533,70,0,true,true,false],[534,48,0,true,true,false],[534,61,0,true,true,false],[539,37,0,true,true,false],[539,50,0,true,true,false],[541,49,0,true,true,false],[541,54,0,true,false,false],[541,57,0,true,true,false],[541,59,0,true,false,false],[542,6,0,false,false,false],[544,70,0,true,true,false],[546,36,0,true,true,false],[546,47,0,true,false,false],[547,18,0,true,true,false],[547,72,0,true,false,false],[548,21,0,true,true,false],[548,36,0,true,false,false],[549,35,0,true,true,false],[549,48,0,true,true,false],[560,41,0,true,true,false],[561,46,0,true,true,false],[561,70,0,true,false,false],[561,72,0,true,true,false],[563,14,0,true,false,false],[564,10,0,true,true,false],[566,56,0,true,true,false],[566,92,0,true,false,false],[566,94,0,true,true,false],[569,10,0,true,false,false],[571,12,0,true,true,false],[571,28,0,true,false,false],[571,29,0,true,true,false],[573,16,0,true,true,false],[573,25,0,true,false,false],[573,26,0,true,true,false],[574,51,0,true,true,false],[574,65,0,true,false,false],[579,6,0,false,false,false],[585,17,0,true,true,false],[588,12,0,true,true,false],[588,28,0,true,false,false],[588,29,0,true,true,false],[590,10,0,true,false,false],[592,12,0,true,true,false],[592,36,0,true,false,false],[592,37,0,true,true,false],[594,10,0,true,false,false],[596,6,0,false,false,false],[599,40,0,true,true,false],[600,14,0,true,true,false],[602,45,0,true,true,false],[604,14,0,true,false,false],[606,6,0,false,false,false],[609,64,0,true,true,false],[613,12,0,true,true,false],[613,19,0,true,false,false],[613,20,0,true,true,false],[618,10,0,true,false,false],[618,16,0,true,true,false],[622,10,0,true,false,false],[624,6,0,false,false,false],[627,72,0,true,true,false],[629,6,0,false,false,false],[635,59,0,true,true,false],[649,15,0,true,true,false],[649,57,0,true,false,false],[649,84,0,true,true,false],[652,10,0,true,true,false],[656,87,0,true,true,false],[656,98,0,true,false,false],[656,101,0,true,true,false],[656,112,0,true,false,false],[660,12,0,true,true,false],[660,34,0,true,false,false],[660,35,0,true,true,false],[664,10,0,true,true,false],[668,33,0,true,true,false],[672,10,0,true,true,false],[676,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":80,"covered":0,"percent":0},"instantiations":{"count":80,"covered":0,"percent":0},"lines":{"count":1107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":217,"covered":0,"notcovered":217,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift","mcdc_records":[],"segments":[[9,37,0,true,true,false],[9,42,0,false,false,false],[14,45,0,true,true,false],[14,48,0,false,false,false],[15,46,0,true,true,false],[15,47,0,false,false,false],[16,38,0,true,true,false],[16,43,0,false,false,false],[17,46,0,true,true,false],[17,49,0,false,false,false],[22,25,0,true,true,false],[23,28,0,true,true,false],[35,40,0,true,true,false],[35,41,0,true,false,false],[35,44,0,true,true,false],[35,45,0,true,false,false],[36,42,0,true,true,false],[36,43,0,true,false,false],[36,46,0,true,true,false],[36,48,0,true,false,false],[43,19,0,true,true,false],[46,10,0,true,false,false],[47,6,0,false,false,false],[51,36,0,true,true,false],[53,69,0,true,true,false],[56,10,0,true,false,false],[59,59,0,true,true,false],[61,10,0,true,false,false],[62,6,0,false,false,false],[67,40,0,true,true,false],[68,58,0,true,true,false],[70,83,0,true,true,false],[71,43,0,true,true,false],[72,28,0,true,true,false],[73,32,0,true,true,false],[75,32,0,true,true,false],[75,42,0,true,false,false],[75,43,0,true,true,false],[81,47,0,true,true,false],[82,115,0,true,true,false],[84,42,0,true,false,false],[86,30,0,true,true,false],[87,60,0,true,true,false],[87,71,0,true,false,false],[87,74,0,true,true,false],[87,92,0,true,false,false],[92,65,0,true,true,false],[93,47,0,true,true,false],[93,67,0,true,false,false],[93,70,0,true,true,false],[93,99,0,true,false,false],[103,18,0,true,true,false],[109,36,0,true,true,false],[115,18,0,true,false,false],[121,38,0,true,true,false],[122,24,0,true,true,false],[128,18,0,true,false,false],[132,14,0,true,true,false],[135,62,0,true,true,false],[136,37,0,true,true,false],[136,50,0,true,false,false],[136,53,0,true,true,false],[136,66,0,true,false,false],[136,68,0,true,true,false],[138,18,0,true,false,false],[140,41,0,true,true,false],[140,59,0,true,false,false],[144,34,0,true,true,false],[146,18,0,true,false,false],[154,6,0,false,false,false],[158,31,0,true,true,false],[159,43,0,true,true,false],[159,53,0,true,true,false],[164,14,0,true,true,false],[167,33,0,true,true,false],[170,24,0,true,true,false],[170,30,0,true,false,false],[171,17,0,true,true,false],[172,33,0,true,false,false],[174,17,0,true,true,false],[175,87,0,true,false,false],[177,17,0,true,true,false],[181,24,0,true,true,false],[181,73,0,true,false,false],[181,74,0,true,true,false],[183,22,0,true,false,false],[184,18,0,true,true,false],[185,14,0,true,false,false],[187,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":28,"covered":0,"percent":0},"lines":{"count":462,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":0,"notcovered":54,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift","mcdc_records":[],"segments":[[20,51,0,true,true,false],[22,6,0,false,false,false],[32,49,0,true,true,false],[32,60,0,false,false,false],[33,47,0,true,true,false],[33,48,0,false,false,false],[34,45,0,true,true,false],[34,50,0,false,false,false],[35,50,0,true,true,false],[35,53,0,false,false,false],[36,49,0,true,true,false],[36,50,0,false,false,false],[38,25,0,true,true,false],[39,33,0,true,true,false],[41,32,0,true,true,false],[48,20,0,true,true,false],[48,33,0,true,false,false],[48,34,0,true,true,false],[50,27,0,true,true,false],[61,22,0,true,false,false],[62,40,0,true,true,false],[62,50,0,true,false,false],[62,53,0,true,true,false],[62,66,0,true,false,false],[65,24,0,true,true,false],[67,18,0,true,false,false],[74,20,0,true,true,false],[74,33,0,true,false,false],[74,34,0,true,true,false],[83,18,0,true,false,false],[83,24,0,true,true,false],[85,18,0,true,false,false],[89,20,0,true,true,false],[91,20,0,true,true,false],[91,41,0,true,false,false],[91,42,0,true,true,false],[93,70,0,true,true,false],[93,74,0,true,false,false],[93,77,0,true,true,false],[93,80,0,true,false,false],[99,18,0,true,true,false],[101,20,0,true,true,false],[101,45,0,true,false,false],[101,46,0,true,true,false],[107,35,0,true,true,false],[109,102,0,true,true,false],[111,30,0,true,false,false],[113,38,0,true,true,false],[116,26,0,true,false,false],[117,24,0,true,true,false],[123,18,0,true,false,false],[134,22,0,true,true,false],[135,20,0,true,true,false],[135,41,0,true,false,false],[135,42,0,true,true,false],[137,18,0,true,false,false],[137,24,0,true,true,false],[139,18,0,true,false,false],[141,27,0,true,true,false],[143,20,0,true,true,false],[143,41,0,true,false,false],[143,42,0,true,true,false],[146,63,0,true,true,false],[149,22,0,true,false,false],[153,91,0,true,true,false],[153,103,0,true,false,false],[153,106,0,true,true,false],[153,132,0,true,true,false],[153,141,0,true,false,false],[153,144,0,true,true,false],[153,152,0,true,false,false],[155,23,0,true,true,false],[157,20,0,true,true,false],[157,32,0,true,false,false],[157,33,0,true,true,false],[159,18,0,true,false,false],[159,24,0,true,true,false],[160,57,0,true,true,false],[160,65,0,true,false,false],[160,68,0,true,true,false],[160,75,0,true,false,false],[163,42,0,true,true,false],[166,53,0,true,true,false],[167,62,0,true,true,false],[169,26,0,true,false,false],[173,41,0,true,true,false],[174,20,0,true,true,false],[174,29,0,true,false,false],[174,30,0,true,true,false],[176,46,0,true,true,false],[178,22,0,true,false,false],[179,62,0,true,true,false],[180,61,0,true,true,false],[180,69,0,true,false,false],[180,72,0,true,true,false],[180,79,0,true,false,false],[185,49,0,true,true,false],[187,20,0,true,true,false],[187,33,0,true,false,false],[187,34,0,true,true,false],[188,76,0,true,true,false],[189,49,0,true,true,false],[189,57,0,true,false,false],[189,60,0,true,true,false],[189,67,0,true,false,false],[209,18,0,true,true,false],[214,10,0,true,false,false],[215,6,0,false,false,false],[219,44,0,true,true,false],[225,43,0,true,true,false],[227,10,0,true,true,false],[231,30,0,true,false,false],[232,6,0,false,false,false],[234,37,0,true,true,false],[235,16,0,true,true,false],[235,26,0,true,false,false],[236,9,0,true,true,false],[237,40,0,true,false,false],[238,9,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[243,23,0,true,true,false],[245,14,0,true,true,false],[246,35,0,true,true,false],[246,42,0,true,false,false],[246,45,0,true,true,false],[246,53,0,true,false,false],[248,9,0,true,true,false],[249,35,0,true,false,false],[251,6,0,false,false,false],[253,40,0,true,true,false],[254,16,0,true,true,false],[254,26,0,true,false,false],[255,9,0,true,true,false],[256,19,0,true,false,false],[257,9,0,true,true,false],[258,32,0,true,false,false],[259,9,0,true,true,false],[260,36,0,true,false,false],[261,10,0,true,true,false],[262,6,0,false,false,false],[264,40,0,true,true,false],[265,16,0,true,true,false],[265,26,0,true,false,false],[266,9,0,true,true,false],[267,23,0,true,false,false],[268,9,0,true,true,false],[269,38,0,true,false,false],[270,9,0,true,true,false],[271,40,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[276,41,0,true,true,false],[277,16,0,true,true,false],[277,26,0,true,false,false],[278,9,0,true,true,false],[279,30,0,true,false,false],[280,9,0,true,true,false],[281,15,0,true,false,false],[282,10,0,true,true,false],[283,6,0,false,false,false],[286,40,0,true,true,false],[288,6,0,false,false,false],[291,44,0,true,true,false],[291,51,0,false,false,false],[295,39,0,true,true,false],[302,49,0,true,true,false],[303,60,0,true,true,false],[304,52,0,true,true,false],[304,85,0,true,false,false],[305,14,0,true,true,false],[306,25,0,true,false,false],[308,12,0,true,true,false],[308,29,0,true,false,false],[308,30,0,true,true,false],[308,44,0,true,false,false],[311,44,0,true,true,false],[311,73,0,true,false,false],[312,12,0,true,true,false],[312,24,0,true,false,false],[312,25,0,true,true,false],[312,39,0,true,false,false],[315,63,0,true,true,false],[316,59,0,true,true,false],[318,14,0,true,true,false],[319,25,0,true,false,false],[321,62,0,true,true,false],[322,59,0,true,true,false],[324,14,0,true,true,false],[325,25,0,true,false,false],[328,12,0,true,true,false],[328,47,0,true,true,false],[328,58,0,true,true,false],[328,88,0,true,false,false],[328,90,0,true,true,false],[330,10,0,true,false,false],[333,61,0,true,true,false],[334,59,0,true,true,false],[336,14,0,true,true,false],[337,25,0,true,false,false],[339,60,0,true,true,false],[340,59,0,true,true,false],[342,14,0,true,true,false],[343,25,0,true,false,false],[345,12,0,true,true,false],[345,45,0,true,true,false],[345,56,0,true,true,false],[345,84,0,true,false,false],[345,86,0,true,true,false],[347,10,0,true,false,false],[354,12,0,true,true,false],[354,38,0,true,false,false],[354,39,0,true,true,false],[354,53,0,true,false,false],[357,47,0,true,true,false],[358,16,0,true,true,false],[358,47,0,true,false,false],[358,48,0,true,true,false],[359,24,0,true,true,false],[359,40,0,true,false,false],[360,17,0,true,true,false],[363,32,0,true,false,false],[364,17,0,true,true,false],[365,33,0,true,false,false],[367,14,0,true,true,false],[368,25,0,true,false,false],[370,12,0,true,true,false],[370,27,0,true,false,false],[370,28,0,true,true,false],[370,42,0,true,false,false],[378,6,0,false,false,false],[382,79,0,true,true,false],[384,28,0,true,true,false],[384,40,0,true,false,false],[384,43,0,true,true,false],[384,54,0,true,false,false],[385,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":747,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":0,"notcovered":141,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift","mcdc_records":[],"segments":[[224,28,0,true,true,false],[225,20,0,true,true,false],[225,24,0,true,false,false],[226,13,0,true,true,false],[226,30,0,true,false,false],[227,13,0,true,true,false],[227,53,0,true,false,false],[228,14,0,true,true,false],[229,10,0,false,false,false],[231,30,0,true,true,false],[232,20,0,true,true,false],[232,24,0,true,false,false],[233,13,0,true,true,false],[233,28,0,true,false,false],[234,13,0,true,true,false],[234,51,0,true,false,false],[235,13,0,true,true,false],[235,48,0,true,false,false],[236,13,0,true,true,false],[236,46,0,true,false,false],[237,14,0,true,true,false],[238,10,0,false,false,false],[240,26,0,true,true,false],[241,20,0,true,true,false],[241,24,0,true,false,false],[242,13,0,true,true,false],[242,35,0,true,false,false],[243,13,0,true,true,false],[243,48,0,true,false,false],[244,13,0,true,true,false],[244,42,0,true,false,false],[245,13,0,true,true,false],[245,38,0,true,false,false],[246,14,0,true,true,false],[247,10,0,false,false,false],[287,50,0,true,true,false],[291,10,0,false,false,false],[299,54,0,true,true,false],[305,14,0,false,false,false],[310,54,0,true,true,false],[319,14,0,false,false,false],[326,54,0,true,true,false],[330,14,0,false,false,false],[332,80,0,true,true,false],[333,24,0,true,true,false],[333,30,0,true,false,false],[334,17,0,true,true,false],[334,68,0,true,false,false],[335,17,0,true,true,false],[335,65,0,true,false,false],[336,17,0,true,true,false],[336,59,0,true,false,false],[337,17,0,true,true,false],[337,61,0,true,false,false],[338,17,0,true,true,false],[338,56,0,true,false,false],[339,17,0,true,true,false],[339,68,0,true,false,false],[340,18,0,true,true,false],[341,14,0,false,false,false],[348,43,0,true,true,false],[350,14,0,false,false,false],[352,70,0,true,true,false],[353,24,0,true,true,false],[354,24,0,true,true,false],[354,33,0,true,false,false],[354,34,0,true,true,false],[358,22,0,true,false,false],[358,28,0,true,true,false],[360,22,0,true,false,false],[369,56,0,true,true,false],[369,60,0,true,false,false],[369,63,0,true,true,false],[369,66,0,true,false,false],[372,14,0,false,false,false],[379,43,0,true,true,false],[381,14,0,false,false,false],[383,70,0,true,true,false],[384,24,0,true,true,false],[385,24,0,true,true,false],[385,33,0,true,false,false],[385,34,0,true,true,false],[389,22,0,true,false,false],[389,28,0,true,true,false],[391,22,0,true,false,false],[396,27,0,true,true,false],[396,63,0,true,false,false],[397,27,0,true,true,false],[397,60,0,true,false,false],[404,57,0,true,true,false],[404,90,0,true,false,false],[404,93,0,true,true,false],[404,104,0,true,false,false],[410,56,0,true,true,false],[410,60,0,true,false,false],[410,63,0,true,true,false],[410,66,0,true,false,false],[413,14,0,false,false,false],[420,43,0,true,true,false],[422,14,0,false,false,false],[424,70,0,true,true,false],[425,24,0,true,true,false],[426,24,0,true,true,false],[426,33,0,true,false,false],[426,34,0,true,true,false],[430,22,0,true,false,false],[430,28,0,true,true,false],[432,22,0,true,false,false],[441,56,0,true,true,false],[441,60,0,true,false,false],[441,63,0,true,true,false],[441,66,0,true,false,false],[444,14,0,false,false,false],[454,72,0,true,true,false],[457,14,0,false,false,false],[459,33,0,true,true,false],[461,55,0,true,true,false],[461,62,0,true,false,false],[461,65,0,true,true,false],[461,73,0,true,false,false],[463,19,0,true,true,false],[468,87,0,true,true,false],[468,94,0,true,false,false],[468,97,0,true,true,false],[468,105,0,true,false,false],[477,14,0,false,false,false],[495,34,0,true,true,false],[496,28,0,true,true,false],[496,32,0,true,false,false],[497,21,0,true,true,false],[497,52,0,true,false,false],[498,21,0,true,true,false],[498,52,0,true,false,false],[499,21,0,true,true,false],[499,50,0,true,false,false],[500,21,0,true,true,false],[500,49,0,true,false,false],[501,22,0,true,true,false],[502,18,0,false,false,false],[504,41,0,true,true,false],[505,28,0,true,true,false],[505,32,0,true,false,false],[506,21,0,true,true,false],[506,59,0,true,false,false],[507,21,0,true,true,false],[507,67,0,true,false,false],[508,21,0,true,true,false],[508,53,0,true,false,false],[509,21,0,true,true,false],[509,51,0,true,false,false],[510,22,0,true,true,false],[511,18,0,false,false,false],[526,15,0,true,true,false],[533,14,0,false,false,false],[535,33,0,true,true,false],[536,36,0,true,true,false],[540,70,0,true,true,false],[565,66,0,true,true,false],[566,75,0,true,true,false],[567,88,0,true,true,false],[568,40,0,true,true,false],[568,49,0,true,false,false],[568,50,0,true,true,false],[571,38,0,true,true,false],[573,56,0,true,true,false],[575,38,0,true,false,false],[580,26,0,true,true,false],[583,44,0,true,true,false],[586,26,0,true,true,false],[587,22,0,true,false,false],[593,14,0,false,false,false],[608,39,0,true,true,false],[609,28,0,true,true,false],[609,32,0,true,false,false],[610,21,0,true,true,false],[610,65,0,true,false,false],[611,21,0,true,true,false],[611,71,0,true,false,false],[612,22,0,true,true,false],[613,18,0,false,false,false],[615,42,0,true,true,false],[616,28,0,true,true,false],[616,32,0,true,false,false],[617,21,0,true,true,false],[617,68,0,true,false,false],[618,21,0,true,true,false],[618,74,0,true,false,false],[619,22,0,true,true,false],[620,18,0,false,false,false],[622,41,0,true,true,false],[623,28,0,true,true,false],[623,32,0,true,false,false],[624,21,0,true,true,false],[624,71,0,true,false,false],[625,21,0,true,true,false],[625,77,0,true,false,false],[626,22,0,true,true,false],[627,18,0,false,false,false],[629,54,0,true,true,false],[630,28,0,true,true,false],[630,32,0,true,false,false],[631,21,0,true,true,false],[631,72,0,true,false,false],[632,21,0,true,true,false],[632,75,0,true,false,false],[633,22,0,true,true,false],[634,18,0,false,false,false],[644,15,0,true,true,false],[651,14,0,false,false,false],[653,33,0,true,true,false],[654,24,0,true,true,false],[663,28,0,true,true,false],[664,32,0,true,true,false],[671,43,0,true,true,false],[671,54,0,true,false,false],[672,43,0,true,true,false],[672,79,0,true,false,false],[682,14,0,false,false,false],[690,50,0,true,true,false],[691,42,0,true,true,false],[693,14,0,true,false,false],[693,20,0,true,true,false],[695,14,0,true,false,false],[696,10,0,false,false,false],[704,36,0,true,true,false],[706,6,0,false,false,false],[709,75,0,true,true,false],[711,6,0,false,false,false],[714,43,0,true,true,false],[717,6,0,false,false,false],[720,46,0,true,true,false],[722,6,0,false,false,false],[725,41,0,true,true,false],[727,6,0,false,false,false],[736,50,0,true,true,false],[736,51,0,false,false,false],[737,51,0,true,true,false],[737,52,0,false,false,false],[738,45,0,true,true,false],[738,48,0,false,false,false],[739,46,0,true,true,false],[739,47,0,false,false,false],[740,49,0,true,true,false],[740,52,0,false,false,false],[741,50,0,true,true,false],[741,51,0,false,false,false],[742,51,0,true,true,false],[742,52,0,false,false,false],[744,33,0,true,true,false],[744,34,0,false,false,false],[746,25,0,true,true,false],[747,16,0,true,true,false],[756,54,0,true,true,false],[763,14,0,true,false,false],[772,34,0,true,true,false],[773,16,0,true,true,false],[773,24,0,true,false,false],[773,25,0,true,true,false],[775,14,0,true,false,false],[777,19,0,true,true,false],[778,16,0,true,true,false],[778,25,0,true,false,false],[778,26,0,true,true,false],[780,14,0,true,false,false],[782,6,0,false,false,false],[784,33,0,true,true,false],[795,69,0,true,true,false],[798,10,0,true,false,false],[801,48,0,true,true,false],[804,10,0,true,false,false],[807,48,0,true,true,false],[810,10,0,true,false,false],[811,59,0,true,true,false],[813,10,0,true,false,false],[816,59,0,true,true,false],[819,10,0,true,false,false],[822,63,0,true,true,false],[824,10,0,true,false,false],[825,6,0,false,false,false],[832,41,0,true,true,false],[832,42,0,false,false,false],[833,42,0,true,true,false],[833,43,0,false,false,false],[834,45,0,true,true,false],[834,48,0,false,false,false],[835,46,0,true,true,false],[835,47,0,false,false,false],[837,25,0,true,true,false],[838,16,0,true,true,false],[852,10,0,true,false,false],[853,34,0,true,true,false],[854,16,0,true,true,false],[854,24,0,true,false,false],[854,25,0,true,true,false],[856,14,0,true,false,false],[858,6,0,false,false,false],[860,28,0,true,true,false],[866,69,0,true,true,false],[869,10,0,true,false,false],[871,48,0,true,true,false],[874,10,0,true,false,false],[875,6,0,false,false,false],[883,35,0,true,true,false],[885,6,0,false,false,false],[887,46,0,true,true,false],[888,38,0,true,true,false],[889,16,0,true,true,false],[889,25,0,true,false,false],[889,26,0,true,true,false],[891,14,0,true,false,false],[891,20,0,true,true,false],[893,14,0,true,false,false],[894,16,0,true,true,false],[896,10,0,true,false,false],[897,6,0,false,false,false],[918,7,0,true,true,false],[924,6,0,false,false,false],[926,25,0,true,true,false],[927,16,0,true,true,false],[927,21,0,true,false,false],[928,9,0,true,true,false],[929,27,0,true,true,false],[930,22,0,true,true,false],[932,18,0,true,false,false],[936,45,0,true,true,false],[936,64,0,true,false,false],[936,67,0,true,true,false],[936,72,0,true,false,false],[937,44,0,true,true,false],[937,67,0,true,false,false],[937,70,0,true,true,false],[937,100,0,true,false,false],[938,34,0,true,true,false],[938,73,0,true,false,false],[939,9,0,true,true,false],[940,27,0,true,true,false],[941,22,0,true,true,false],[943,18,0,true,false,false],[947,45,0,true,true,false],[947,64,0,true,false,false],[947,67,0,true,true,false],[947,72,0,true,false,false],[948,44,0,true,true,false],[948,67,0,true,false,false],[948,70,0,true,true,false],[948,100,0,true,false,false],[949,9,0,true,true,false],[950,27,0,true,true,false],[951,22,0,true,true,false],[953,18,0,true,false,false],[957,45,0,true,true,false],[957,64,0,true,false,false],[957,67,0,true,true,false],[957,72,0,true,false,false],[960,23,0,true,true,false],[960,46,0,true,false,false],[961,23,0,true,true,false],[961,87,0,true,false,false],[962,10,0,true,true,false],[963,6,0,false,false,false],[985,7,0,true,true,false],[995,6,0,false,false,false],[997,25,0,true,true,false],[998,55,0,true,true,false],[1006,53,0,true,true,false],[1011,33,0,true,true,false],[1015,18,0,true,true,false],[1016,14,0,true,false,false],[1021,16,0,true,true,false],[1021,27,0,true,false,false],[1021,28,0,true,true,false],[1025,14,0,true,true,false],[1026,10,0,true,false,false],[1030,26,0,true,true,false],[1030,28,0,true,false,false],[1034,42,0,true,true,false],[1034,76,0,true,false,false],[1034,79,0,true,true,false],[1034,81,0,true,false,false],[1035,6,0,false,false,false],[1037,36,0,true,true,false],[1038,16,0,true,true,false],[1038,22,0,true,false,false],[1039,9,0,true,true,false],[1039,40,0,true,false,false],[1040,9,0,true,true,false],[1040,40,0,true,false,false],[1041,9,0,true,true,false],[1041,33,0,true,false,false],[1042,9,0,true,true,false],[1042,37,0,true,false,false],[1043,9,0,true,true,false],[1043,31,0,true,false,false],[1044,9,0,true,true,false],[1044,45,0,true,false,false],[1045,10,0,true,true,false],[1046,6,0,false,false,false],[1055,38,0,true,true,false],[1055,43,0,false,false,false],[1057,99,0,true,true,false],[1061,6,0,false,false,false],[1063,25,0,true,true,false],[1064,15,0,true,true,false],[1065,16,0,true,true,false],[1065,32,0,true,false,false],[1065,58,0,true,true,false],[1065,75,0,true,false,false],[1065,76,0,true,true,false],[1067,20,0,true,true,false],[1067,31,0,true,false,false],[1067,32,0,true,true,false],[1069,28,0,true,true,false],[1076,22,0,true,false,false],[1083,24,0,true,true,false],[1088,35,0,true,true,false],[1090,89,0,true,true,false],[1092,30,0,true,false,false],[1095,20,0,true,true,false],[1097,24,0,true,true,false],[1097,30,0,true,false,false],[1098,17,0,true,true,false],[1102,49,0,true,false,false],[1104,17,0,true,true,false],[1108,49,0,true,false,false],[1110,17,0,true,true,false],[1112,28,0,true,true,false],[1119,22,0,true,false,false],[1122,17,0,true,true,false],[1124,28,0,true,true,false],[1131,22,0,true,false,false],[1134,17,0,true,true,false],[1136,28,0,true,true,false],[1143,22,0,true,false,false],[1146,17,0,true,true,false],[1148,28,0,true,true,false],[1155,22,0,true,false,false],[1156,18,0,true,true,false],[1157,14,0,true,true,false],[1158,10,0,true,false,false],[1159,6,0,false,false,false],[1161,40,0,true,true,false],[1162,16,0,true,true,false],[1162,22,0,true,false,false],[1163,9,0,true,true,false],[1163,49,0,true,false,false],[1164,9,0,true,true,false],[1164,42,0,true,false,false],[1165,9,0,true,true,false],[1165,48,0,true,false,false],[1166,9,0,true,true,false],[1166,26,0,true,false,false],[1167,10,0,true,true,false],[1168,6,0,false,false,false],[1170,40,0,true,true,false],[1171,16,0,true,true,false],[1171,22,0,true,false,false],[1172,9,0,true,true,false],[1172,53,0,true,false,false],[1173,9,0,true,true,false],[1173,48,0,true,false,false],[1174,9,0,true,true,false],[1174,60,0,true,false,false],[1175,9,0,true,true,false],[1175,51,0,true,false,false],[1176,10,0,true,true,false],[1177,6,0,false,false,false],[1190,26,0,true,true,false],[1191,20,0,true,true,false],[1191,24,0,true,false,false],[1192,13,0,true,true,false],[1192,55,0,true,false,false],[1193,13,0,true,true,false],[1193,55,0,true,false,false],[1194,13,0,true,true,false],[1194,51,0,true,false,false],[1195,13,0,true,true,false],[1195,49,0,true,false,false],[1196,14,0,true,true,false],[1197,10,0,false,false,false],[1200,25,0,true,true,false],[1201,58,0,true,true,false],[1213,16,0,true,true,false],[1213,33,0,true,false,false],[1213,34,0,true,true,false],[1219,14,0,true,true,false],[1220,10,0,true,false,false],[1226,6,0,false,false,false],[1235,46,0,true,true,false],[1236,12,0,true,true,false],[1236,23,0,true,false,false],[1236,36,0,true,true,false],[1237,34,0,true,true,false],[1239,14,0,true,false,false],[1240,16,0,true,true,false],[1242,10,0,true,false,false],[1243,6,0,false,false,false],[1250,46,0,true,true,false],[1252,6,0,false,false,false],[1256,79,0,true,true,false],[1257,12,0,true,true,false],[1257,21,0,true,false,false],[1257,22,0,true,true,false],[1259,10,0,true,false,false],[1259,16,0,true,true,false],[1261,10,0,true,false,false],[1262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":112,"covered":0,"percent":0},"instantiations":{"count":112,"covered":0,"percent":0},"lines":{"count":1307,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":283,"covered":0,"notcovered":283,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift","mcdc_records":[],"segments":[[16,100,0,true,true,false],[18,6,0,false,false,false],[21,99,0,true,true,false],[23,6,0,false,false,false],[26,97,0,true,true,false],[28,6,0,false,false,false],[34,7,0,true,true,false],[36,6,0,false,false,false],[39,87,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[47,14,0,true,false,false],[48,9,0,true,true,false],[51,14,0,true,false,false],[52,9,0,true,true,false],[55,14,0,true,false,false],[56,9,0,true,true,false],[59,14,0,true,false,false],[61,6,0,false,false,false],[64,25,0,true,true,false],[67,6,0,false,false,false],[69,74,0,true,true,false],[77,26,0,true,true,false],[79,19,0,true,true,false],[79,36,0,true,false,false],[79,37,0,true,true,false],[81,14,0,true,true,false],[82,42,0,true,true,false],[82,52,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[103,25,0,true,true,false],[104,16,0,true,true,false],[104,20,0,true,false,false],[105,9,0,true,true,false],[106,20,0,true,false,false],[107,9,0,true,true,false],[108,20,0,true,false,false],[109,10,0,true,true,false],[110,6,0,false,false,false],[112,22,0,true,true,false],[113,16,0,true,true,false],[113,20,0,true,false,false],[114,9,0,true,true,false],[114,47,0,true,false,false],[115,9,0,true,true,false],[115,53,0,true,false,false],[116,9,0,true,true,false],[116,39,0,true,false,false],[117,9,0,true,true,false],[117,50,0,true,false,false],[118,10,0,true,true,false],[119,6,0,false,false,false],[121,27,0,true,true,false],[122,16,0,true,true,false],[122,20,0,true,false,false],[123,9,0,true,true,false],[123,32,0,true,false,false],[124,9,0,true,true,false],[124,28,0,true,false,false],[125,9,0,true,true,false],[125,26,0,true,false,false],[126,9,0,true,true,false],[126,52,0,true,false,false],[127,10,0,true,true,false],[128,6,0,false,false,false],[130,22,0,true,true,false],[131,16,0,true,true,false],[131,21,0,true,false,false],[132,9,0,true,true,false],[132,51,0,true,false,false],[133,9,0,true,true,false],[133,47,0,true,false,false],[134,9,0,true,true,false],[134,45,0,true,false,false],[135,9,0,true,true,false],[135,51,0,true,false,false],[136,10,0,true,true,false],[137,6,0,false,false,false],[139,30,0,true,true,false],[140,16,0,true,true,false],[140,20,0,true,false,false],[141,9,0,true,true,false],[141,42,0,true,false,false],[142,9,0,true,true,false],[142,64,0,true,false,false],[143,10,0,true,true,false],[144,6,0,false,false,false],[153,36,0,true,true,false],[153,41,0,false,false,false],[155,94,0,true,true,false],[159,6,0,false,false,false],[161,25,0,true,true,false],[162,49,0,true,true,false],[163,33,0,true,true,false],[165,24,0,true,true,false],[172,18,0,true,false,false],[181,43,0,true,true,false],[185,18,0,true,false,false],[191,75,0,true,true,false],[192,24,0,true,true,false],[194,44,0,true,true,false],[196,22,0,true,false,false],[199,14,0,true,true,false],[200,10,0,true,false,false],[204,34,0,true,true,false],[204,37,0,true,false,false],[204,40,0,true,true,false],[204,44,0,true,false,false],[205,30,0,true,true,false],[205,33,0,true,false,false],[205,36,0,true,true,false],[205,39,0,true,false,false],[207,19,0,true,true,false],[208,27,0,true,true,false],[210,14,0,true,false,false],[212,22,0,true,true,false],[214,10,0,true,false,false],[220,6,0,false,false,false],[228,80,0,true,true,false],[231,6,0,false,false,false],[233,46,0,true,true,false],[235,39,0,true,true,false],[236,58,0,true,true,false],[239,36,0,true,true,false],[241,26,0,true,false,false],[248,18,0,true,true,false],[249,14,0,true,false,false],[250,6,0,false,false,false],[257,5,0,true,true,false],[259,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":310,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift","mcdc_records":[],"segments":[[23,20,0,true,true,false],[23,22,0,false,false,false],[30,7,0,true,true,false],[34,66,0,true,true,false],[38,10,0,true,true,false],[40,117,0,true,true,false],[40,122,0,true,false,false],[45,82,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[60,10,0,true,false,false],[88,12,0,true,true,false],[88,53,0,true,false,false],[88,54,0,true,true,false],[90,10,0,true,false,false],[94,12,0,true,true,false],[94,32,0,true,false,false],[94,33,0,true,true,false],[96,10,0,true,false,false],[108,11,0,true,true,false],[109,18,0,true,true,false],[111,14,0,true,false,false],[116,6,0,false,false,false],[119,24,0,true,true,false],[121,40,0,true,true,false],[124,10,0,true,false,false],[128,6,0,false,false,false],[131,49,0,true,true,false],[132,46,0,true,true,false],[132,56,0,true,true,false],[138,41,0,true,true,false],[138,51,0,true,true,false],[143,6,0,false,false,false],[146,77,0,true,true,false],[147,31,0,true,true,false],[147,41,0,true,true,false],[161,12,0,true,true,false],[161,20,0,true,false,false],[161,21,0,true,true,false],[162,50,0,true,true,false],[166,14,0,true,false,false],[167,16,0,true,true,false],[169,10,0,true,false,false],[170,6,0,false,false,false],[173,31,0,true,true,false],[182,6,0,false,false,false],[185,25,0,true,true,false],[186,30,0,true,true,false],[186,35,0,true,false,false],[187,6,0,false,false,false],[195,46,0,true,true,false],[197,6,0,false,false,false],[199,43,0,true,true,false],[200,14,0,true,true,false],[202,10,0,true,false,false],[203,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":175,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift","mcdc_records":[],"segments":[[68,7,0,true,true,false],[75,6,0,false,false,false],[77,68,0,true,true,false],[85,12,0,true,true,false],[85,21,0,true,false,false],[85,22,0,true,true,false],[87,10,0,true,false,false],[87,16,0,true,true,false],[90,16,0,true,true,false],[90,30,0,true,false,false],[90,31,0,true,true,false],[94,14,0,true,false,false],[94,20,0,true,true,false],[97,14,0,true,false,false],[103,6,0,false,false,false],[105,74,0,true,true,false],[106,71,0,true,true,false],[108,10,0,true,true,false],[112,66,0,true,false,false],[113,6,0,false,false,false],[115,94,0,true,true,false],[117,6,0,false,false,false],[119,79,0,true,true,false],[129,12,0,true,true,false],[129,31,0,true,false,false],[129,32,0,true,true,false],[134,10,0,true,true,false],[145,10,0,true,true,false],[149,76,0,true,true,false],[154,36,0,true,false,false],[155,6,0,false,false,false],[157,63,0,true,true,false],[161,98,0,true,true,false],[171,76,0,true,true,false],[175,91,0,true,true,false],[177,58,0,true,true,false],[177,59,0,true,false,false],[179,97,0,true,true,false],[179,106,0,true,false,false],[186,12,0,true,true,false],[187,87,0,true,true,false],[198,16,0,true,true,false],[198,42,0,true,false,false],[198,43,0,true,true,false],[201,14,0,true,false,false],[201,20,0,true,true,false],[205,78,0,true,true,false],[207,18,0,true,true,false],[210,103,0,true,false,false],[211,14,0,true,true,false],[212,10,0,true,false,false],[212,17,0,true,true,false],[218,10,0,true,true,false],[221,6,0,false,false,false],[223,55,0,true,true,false],[227,6,0,false,false,false],[230,112,0,true,true,false],[233,71,0,true,true,false],[237,10,0,true,true,false],[239,12,0,true,true,false],[241,88,0,true,true,false],[247,16,0,true,true,false],[247,27,0,true,false,false],[247,28,0,true,true,false],[249,69,0,true,true,false],[252,49,0,true,false,false],[253,20,0,true,true,false],[263,14,0,true,false,false],[264,17,0,true,true,false],[268,10,0,true,false,false],[269,6,0,false,false,false],[272,104,0,true,true,false],[282,12,0,true,true,false],[283,91,0,true,true,false],[285,10,0,true,false,false],[285,17,0,true,true,false],[287,10,0,true,true,false],[295,12,0,true,true,false],[297,91,0,true,true,false],[299,10,0,true,false,false],[299,17,0,true,true,false],[301,10,0,true,true,false],[304,26,0,true,false,false],[305,6,0,false,false,false],[307,65,0,true,true,false],[317,80,0,true,true,false],[320,6,0,false,false,false],[322,38,0,true,true,false],[325,6,0,false,false,false],[327,110,0,true,true,false],[332,10,0,true,true,false],[333,6,0,false,false,false],[335,49,0,true,true,false],[338,12,0,true,true,false],[339,73,0,true,true,false],[340,10,0,true,false,false],[340,17,0,true,true,false],[344,10,0,true,true,false],[347,12,0,true,true,false],[347,18,0,true,false,false],[347,19,0,true,true,false],[349,10,0,true,false,false],[349,16,0,true,true,false],[351,10,0,true,false,false],[353,6,0,false,false,false],[355,45,0,true,true,false],[359,12,0,true,true,false],[359,43,0,true,false,false],[359,44,0,true,true,false],[361,16,0,true,true,false],[366,18,0,true,true,false],[368,23,0,true,false,false],[369,21,0,true,true,false],[371,20,0,true,true,false],[376,22,0,true,true,false],[378,18,0,true,false,false],[378,25,0,true,true,false],[383,18,0,true,true,false],[384,14,0,true,true,false],[385,10,0,true,true,false],[386,6,0,false,false,false],[388,57,0,true,true,false],[390,12,0,true,true,false],[391,88,0,true,true,false],[392,38,0,true,false,false],[393,17,0,true,true,false],[396,10,0,true,false,false],[397,6,0,false,false,false],[399,59,0,true,true,false],[400,38,0,true,true,false],[404,10,0,true,true,false],[406,66,0,true,false,false],[407,6,0,false,false,false],[409,70,0,true,true,false],[411,12,0,true,true,false],[411,28,0,true,false,false],[411,29,0,true,true,false],[413,10,0,true,true,false],[414,76,0,true,false,false],[415,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":332,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":0,"notcovered":90,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift","mcdc_records":[],"segments":[[36,51,0,true,true,false],[36,53,0,false,false,false],[45,7,0,true,true,false],[48,6,0,false,false,false],[50,56,0,true,true,false],[57,12,0,true,true,false],[57,34,0,true,false,false],[57,35,0,true,true,false],[59,10,0,true,false,false],[60,6,0,false,false,false],[62,49,0,true,true,false],[64,6,0,false,false,false],[66,29,0,true,true,false],[68,6,0,false,false,false],[70,31,0,true,true,false],[74,31,0,true,true,false],[75,33,0,true,true,false],[75,43,0,true,true,false],[78,72,0,true,true,false],[81,14,0,true,true,false],[88,16,0,true,true,false],[89,95,0,true,true,false],[95,20,0,true,true,false],[95,32,0,true,false,false],[95,33,0,true,true,false],[98,85,0,true,true,false],[104,28,0,true,true,false],[104,72,0,true,false,false],[104,73,0,true,true,false],[108,51,0,true,true,false],[110,30,0,true,false,false],[114,21,0,true,true,false],[116,14,0,true,true,false],[120,19,0,true,true,false],[120,36,0,true,false,false],[120,37,0,true,true,false],[121,20,0,true,true,false],[122,99,0,true,true,false],[126,24,0,true,true,false],[126,47,0,true,false,false],[126,48,0,true,true,false],[131,84,0,true,true,false],[133,26,0,true,false,false],[137,69,0,true,true,false],[138,18,0,true,false,false],[138,25,0,true,true,false],[141,18,0,true,true,false],[142,14,0,true,true,false],[145,10,0,true,false,false],[146,6,0,false,false,false],[148,30,0,true,true,false],[151,14,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[156,65,0,true,true,false],[158,6,0,false,false,false],[160,81,0,true,true,false],[162,6,0,false,false,false],[164,88,0,true,true,false],[166,6,0,false,false,false],[171,61,0,true,true,false],[173,12,0,true,true,false],[173,50,0,true,false,false],[173,51,0,true,true,false],[179,35,0,true,true,false],[181,14,0,true,false,false],[186,10,0,true,true,false],[189,12,0,true,true,false],[190,16,0,true,true,false],[190,64,0,true,false,false],[191,9,0,true,true,false],[195,59,0,true,true,false],[197,14,0,true,false,false],[199,16,0,true,true,false],[199,35,0,true,false,false],[199,36,0,true,true,false],[213,14,0,true,false,false],[217,16,0,true,true,false],[217,29,0,true,false,false],[217,30,0,true,true,false],[220,14,0,true,false,false],[222,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":252,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":0,"notcovered":52,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift","mcdc_records":[],"segments":[[25,54,0,true,true,false],[25,56,0,false,false,false],[28,51,0,true,true,false],[28,56,0,false,false,false],[32,20,0,true,true,false],[32,22,0,false,false,false],[38,81,0,true,true,false],[39,31,0,true,true,false],[39,47,0,true,true,false],[51,12,0,true,true,false],[51,26,0,true,true,false],[51,72,0,true,false,false],[51,84,0,true,true,false],[53,29,0,true,true,false],[55,14,0,true,true,false],[57,10,0,true,false,false],[57,16,0,true,true,false],[58,60,0,true,true,false],[58,69,0,true,false,false],[65,12,0,true,true,false],[65,34,0,true,false,false],[65,35,0,true,true,false],[67,10,0,true,false,false],[67,16,0,true,true,false],[76,20,0,true,true,false],[76,33,0,true,false,false],[77,13,0,true,true,false],[78,22,0,true,false,false],[79,13,0,true,true,false],[80,86,0,true,false,false],[81,13,0,true,true,false],[84,29,0,true,false,false],[85,14,0,true,true,false],[89,16,0,true,true,false],[89,27,0,true,false,false],[89,28,0,true,true,false],[93,14,0,true,true,false],[94,10,0,true,true,false],[98,23,0,true,true,false],[98,54,0,true,false,false],[98,57,0,true,true,false],[98,98,0,true,false,false],[101,6,0,false,false,false],[107,61,0,true,true,false],[115,12,0,true,true,false],[115,31,0,true,true,false],[115,33,0,true,false,false],[115,40,0,true,true,false],[117,10,0,true,true,false],[118,65,0,true,true,false],[120,10,0,true,false,false],[120,16,0,true,true,false],[122,102,0,true,true,false],[122,104,0,true,false,false],[123,50,0,true,true,false],[123,61,0,true,false,false],[124,16,0,true,true,false],[124,29,0,true,false,false],[124,30,0,true,true,false],[126,14,0,true,false,false],[131,30,0,true,true,false],[132,40,0,true,true,false],[132,77,0,true,false,false],[136,20,0,true,true,false],[137,16,0,true,true,false],[137,50,0,true,false,false],[137,51,0,true,true,false],[137,66,0,true,true,false],[138,16,0,true,true,false],[138,50,0,true,false,false],[138,51,0,true,true,false],[138,67,0,true,true,false],[139,29,0,true,false,false],[142,6,0,false,false,false],[146,52,0,true,true,false],[147,55,0,true,true,false],[150,10,0,true,true,false],[155,12,0,true,true,false],[155,38,0,true,true,false],[155,66,0,true,false,false],[155,70,0,true,true,false],[155,101,0,true,false,false],[155,102,0,true,true,false],[156,16,0,true,true,false],[157,43,0,true,true,false],[159,14,0,true,false,false],[159,21,0,true,true,false],[161,14,0,true,true,false],[162,10,0,true,false,false],[162,16,0,true,true,false],[164,10,0,true,true,false],[165,6,0,false,false,false],[167,43,0,true,true,false],[168,55,0,true,true,false],[171,10,0,true,true,false],[172,42,0,true,true,false],[179,16,0,true,true,false],[179,29,0,true,true,false],[179,31,0,true,false,false],[179,38,0,true,true,false],[181,14,0,true,true,false],[183,102,0,true,true,false],[183,104,0,true,false,false],[187,12,0,true,true,false],[187,23,0,true,false,false],[187,24,0,true,true,false],[189,10,0,true,false,false],[189,19,0,true,true,false],[189,64,0,true,true,false],[189,94,0,true,false,false],[189,95,0,true,true,false],[191,10,0,true,false,false],[191,19,0,true,true,false],[191,31,0,true,false,false],[191,32,0,true,true,false],[193,10,0,true,false,false],[193,16,0,true,true,false],[197,10,0,true,false,false],[198,6,0,false,false,false],[208,5,0,true,true,false],[209,66,0,true,true,false],[211,10,0,true,true,false],[212,56,0,true,true,false],[217,52,0,true,true,false],[218,20,0,true,true,false],[218,47,0,true,false,false],[218,48,0,true,true,false],[219,24,0,true,true,false],[220,56,0,true,true,false],[221,36,0,true,false,false],[222,29,0,true,true,false],[222,45,0,true,false,false],[223,18,0,true,true,false],[224,29,0,true,false,false],[228,26,0,true,true,false],[228,27,0,true,false,false],[228,36,0,true,true,false],[228,37,0,true,false,false],[231,12,0,true,true,false],[231,27,0,true,false,false],[231,28,0,true,true,false],[234,10,0,true,true,false],[236,43,0,true,true,false],[236,62,0,true,true,false],[244,12,0,true,true,false],[248,14,0,true,true,false],[249,16,0,true,true,false],[249,36,0,true,false,false],[249,37,0,true,true,false],[252,14,0,true,false,false],[252,20,0,true,true,false],[256,14,0,true,false,false],[257,17,0,true,true,false],[260,10,0,true,false,false],[261,6,0,false,false,false],[263,49,0,true,true,false],[264,53,0,true,true,false],[266,10,0,true,true,false],[267,12,0,true,true,false],[268,59,0,true,true,false],[270,24,0,true,false,false],[271,17,0,true,true,false],[274,16,0,true,true,false],[274,73,0,true,false,false],[274,74,0,true,true,false],[278,14,0,true,false,false],[281,6,0,false,false,false],[285,67,0,true,true,false],[292,75,0,true,true,false],[294,10,0,true,true,false],[295,37,0,true,true,false],[295,45,0,true,false,false],[295,48,0,true,true,false],[295,58,0,true,false,false],[296,6,0,false,false,false],[298,38,0,true,true,false],[301,6,0,false,false,false],[316,11,0,true,true,false],[321,10,0,false,false,false],[324,46,0,true,true,false],[326,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":313,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":0,"notcovered":117,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift","mcdc_records":[],"segments":[[9,12,0,true,true,false],[9,14,0,false,false,false],[13,57,0,true,true,false],[18,12,0,true,true,false],[18,24,0,true,false,false],[18,25,0,true,true,false],[21,10,0,true,true,false],[26,12,0,true,true,false],[26,26,0,true,false,false],[26,27,0,true,true,false],[29,10,0,true,true,false],[32,21,0,true,false,false],[33,6,0,false,false,false],[46,84,0,true,true,false],[51,12,0,true,true,false],[51,34,0,true,false,false],[51,35,0,true,true,false],[55,10,0,true,false,false],[55,16,0,true,true,false],[59,10,0,true,false,false],[60,6,0,false,false,false],[63,87,0,true,true,false],[67,12,0,true,true,false],[67,63,0,true,false,false],[67,64,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[74,10,0,true,false,false],[75,6,0,false,false,false],[78,77,0,true,true,false],[80,6,0,false,false,false],[82,82,0,true,true,false],[84,6,0,false,false,false],[87,102,0,true,true,false],[90,12,0,true,true,false],[90,62,0,true,false,false],[90,63,0,true,true,false],[93,10,0,true,false,false],[93,16,0,true,true,false],[96,10,0,true,false,false],[97,6,0,false,false,false],[100,75,0,true,true,false],[103,6,0,false,false,false],[106,96,0,true,true,false],[109,12,0,true,true,false],[109,19,0,true,false,false],[109,20,0,true,true,false],[111,10,0,true,false,false],[111,16,0,true,true,false],[113,10,0,true,false,false],[116,6,0,false,false,false],[120,43,0,true,true,false],[134,12,0,true,true,false],[139,14,0,true,true,false],[141,16,0,true,true,false],[141,36,0,true,false,false],[141,37,0,true,true,false],[144,14,0,true,false,false],[144,20,0,true,true,false],[146,14,0,true,false,false],[147,17,0,true,true,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[152,48,0,true,true,false],[157,12,0,true,true,false],[162,14,0,true,true,false],[164,16,0,true,true,false],[164,36,0,true,false,false],[164,37,0,true,true,false],[166,14,0,true,false,false],[166,20,0,true,true,false],[168,14,0,true,false,false],[169,17,0,true,true,false],[171,10,0,true,true,false],[172,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":134,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift","mcdc_records":[],"segments":[[21,89,0,true,true,false],[23,6,0,false,false,false],[38,52,0,true,true,false],[40,6,0,false,false,false],[44,20,0,true,true,false],[46,14,0,true,true,false],[46,48,0,true,false,false],[47,6,0,false,false,false],[61,33,0,true,true,false],[62,20,0,true,true,false],[62,24,0,true,false,false],[63,13,0,true,true,false],[63,51,0,true,false,false],[64,13,0,true,true,false],[64,62,0,true,false,false],[65,13,0,true,true,false],[65,73,0,true,false,false],[66,13,0,true,true,false],[66,45,0,true,false,false],[67,13,0,true,true,false],[67,65,0,true,false,false],[68,13,0,true,true,false],[68,37,0,true,false,false],[69,14,0,true,true,false],[70,10,0,false,false,false],[73,41,0,true,true,false],[74,44,0,true,true,false],[74,72,0,true,false,false],[75,10,0,false,false,false],[78,35,0,true,true,false],[80,10,0,false,false,false],[83,37,0,true,true,false],[85,10,0,false,false,false],[88,39,0,true,true,false],[89,38,0,true,true,false],[89,57,0,true,false,false],[90,10,0,false,false,false],[93,76,0,true,true,false],[93,84,0,false,false,false],[96,67,0,true,true,false],[98,6,0,false,false,false],[109,79,0,true,true,false],[119,54,0,true,true,false],[121,16,0,true,true,false],[121,25,0,true,false,false],[121,48,0,true,true,false],[125,14,0,true,true,false],[128,16,0,true,true,false],[128,25,0,true,false,false],[128,26,0,true,true,false],[131,14,0,true,true,false],[134,20,0,true,true,false],[134,28,0,true,false,false],[135,13,0,true,true,false],[137,43,0,true,false,false],[138,13,0,true,true,false],[140,44,0,true,false,false],[141,13,0,true,true,false],[142,20,0,true,true,false],[142,46,0,true,false,false],[142,47,0,true,true,false],[146,18,0,true,true,false],[151,20,0,true,true,false],[151,36,0,true,false,false],[151,37,0,true,true,false],[156,18,0,true,true,false],[158,36,0,true,false,false],[159,13,0,true,true,false],[162,32,0,true,false,false],[166,29,0,true,true,false],[168,10,0,true,false,false],[170,6,0,false,false,false],[180,77,0,true,true,false],[183,6,0,false,false,false],[193,50,0,true,true,false],[195,12,0,true,true,false],[195,34,0,true,false,false],[195,35,0,true,true,false],[195,50,0,true,true,false],[198,12,0,true,true,false],[199,114,0,true,true,false],[200,16,0,true,true,false],[200,36,0,true,false,false],[200,37,0,true,true,false],[202,20,0,true,true,false],[202,45,0,true,true,false],[202,66,0,true,false,false],[202,70,0,true,true,false],[202,89,0,true,false,false],[202,90,0,true,true,false],[207,18,0,true,true,false],[208,14,0,true,true,false],[209,10,0,true,false,false],[209,17,0,true,true,false],[211,10,0,true,true,false],[212,21,0,true,false,false],[213,6,0,false,false,false],[217,75,0,true,true,false],[220,6,0,false,false,false],[224,67,0,true,true,false],[227,6,0,false,false,false],[231,54,0,true,true,false],[233,6,0,false,false,false],[237,54,0,true,true,false],[239,6,0,false,false,false],[243,60,0,true,true,false],[247,6,0,false,false,false],[257,63,0,true,true,false],[261,43,0,true,true,false],[263,10,0,true,true,false],[266,36,0,true,true,false],[269,16,0,true,true,false],[270,118,0,true,true,false],[271,58,0,true,true,false],[271,71,0,true,false,false],[271,74,0,true,true,false],[271,76,0,true,false,false],[272,21,0,true,true,false],[274,14,0,true,true,false],[282,17,0,true,true,false],[282,64,0,true,false,false],[288,57,0,true,true,false],[288,70,0,true,false,false],[288,75,0,true,true,false],[288,92,0,true,false,false],[290,16,0,true,true,false],[290,24,0,true,false,false],[290,25,0,true,true,false],[304,14,0,true,false,false],[308,6,0,false,false,false],[314,34,0,true,true,false],[323,44,0,true,true,false],[326,10,0,true,true,false],[329,12,0,true,true,false],[329,38,0,true,false,false],[329,39,0,true,true,false],[333,31,0,true,true,false],[335,19,0,true,false,false],[336,10,0,true,true,false],[346,12,0,true,true,false],[346,69,0,true,false,false],[346,70,0,true,true,false],[353,13,0,true,true,false],[360,14,0,true,true,false],[361,10,0,true,false,false],[363,11,0,true,true,false],[371,13,0,true,true,false],[378,14,0,true,true,false],[379,10,0,true,false,false],[379,16,0,true,true,false],[385,10,0,true,true,false],[390,71,0,true,true,false],[394,10,0,true,true,false],[408,16,0,true,true,false],[408,29,0,true,false,false],[409,9,0,true,true,false],[413,19,0,true,false,false],[415,9,0,true,true,false],[421,73,0,true,false,false],[423,9,0,true,true,false],[426,16,0,true,true,false],[428,35,0,true,true,false],[434,23,0,true,false,false],[435,21,0,true,true,false],[443,20,0,true,true,false],[443,43,0,true,false,false],[443,44,0,true,true,false],[448,18,0,true,true,false],[449,20,0,true,true,false],[449,52,0,true,false,false],[449,53,0,true,true,false],[455,18,0,true,true,false],[459,83,0,true,false,false],[462,9,0,true,true,false],[467,16,0,true,true,false],[470,35,0,true,true,false],[477,23,0,true,false,false],[478,21,0,true,true,false],[485,20,0,true,true,false],[485,52,0,true,false,false],[485,53,0,true,true,false],[487,18,0,true,false,false],[492,9,0,true,true,false],[496,16,0,true,true,false],[497,35,0,true,true,false],[500,23,0,true,false,false],[501,21,0,true,true,false],[506,14,0,true,false,false],[508,6,0,false,false,false],[512,36,0,true,true,false],[514,44,0,true,true,false],[516,10,0,true,true,false],[518,12,0,true,true,false],[519,39,0,true,true,false],[521,10,0,true,false,false],[521,17,0,true,true,false],[524,10,0,true,true,false],[525,6,0,false,false,false],[531,46,0,true,true,false],[535,44,0,true,true,false],[537,10,0,true,true,false],[555,10,0,true,true,false],[559,12,0,true,true,false],[560,33,0,true,true,false],[562,10,0,true,false,false],[562,17,0,true,true,false],[567,13,0,true,true,false],[575,14,0,true,false,false],[575,20,0,true,true,false],[579,14,0,true,true,false],[580,10,0,true,true,false],[584,57,0,true,true,false],[600,12,0,true,true,false],[600,35,0,true,false,false],[600,36,0,true,true,false],[605,10,0,true,true,false],[607,12,0,true,true,false],[607,39,0,true,true,false],[607,71,0,true,false,false],[607,72,0,true,true,false],[610,94,0,true,true,false],[610,103,0,true,false,false],[610,106,0,true,true,false],[610,125,0,true,false,false],[612,16,0,true,true,false],[612,48,0,true,false,false],[612,49,0,true,true,false],[616,14,0,true,false,false],[618,10,0,true,true,false],[621,12,0,true,true,false],[621,31,0,true,false,false],[621,32,0,true,true,false],[629,10,0,true,true,false],[633,78,0,true,false,false],[634,6,0,false,false,false],[647,35,0,true,true,false],[648,16,0,true,true,false],[648,20,0,true,false,false],[649,9,0,true,true,false],[650,45,0,true,false,false],[651,9,0,true,true,false],[652,51,0,true,false,false],[653,9,0,true,true,false],[654,49,0,true,false,false],[655,9,0,true,true,false],[656,42,0,true,false,false],[657,9,0,true,true,false],[658,41,0,true,false,false],[659,10,0,true,true,false],[660,6,0,false,false,false],[664,45,0,true,true,false],[666,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":0,"percent":0},"instantiations":{"count":36,"covered":0,"percent":0},"lines":{"count":624,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":0,"notcovered":161,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift","mcdc_records":[],"segments":[[38,7,0,true,true,false],[42,6,0,false,false,false],[44,39,0,true,true,false],[46,12,0,true,true,false],[47,44,0,true,true,false],[50,24,0,true,false,false],[51,17,0,true,true,false],[52,75,0,true,true,false],[52,101,0,true,false,false],[57,16,0,true,true,false],[57,30,0,true,false,false],[57,31,0,true,true,false],[61,14,0,true,false,false],[61,20,0,true,true,false],[63,112,0,true,true,false],[63,127,0,true,false,false],[68,6,0,false,false,false],[70,38,0,true,true,false],[72,12,0,true,true,false],[73,43,0,true,true,false],[76,24,0,true,false,false],[77,17,0,true,true,false],[78,75,0,true,true,false],[78,101,0,true,false,false],[82,16,0,true,true,false],[83,62,0,true,true,false],[86,28,0,true,false,false],[87,21,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[94,41,0,true,true,false],[96,12,0,true,true,false],[97,46,0,true,true,false],[100,24,0,true,false,false],[101,17,0,true,true,false],[102,75,0,true,true,false],[102,101,0,true,false,false],[107,16,0,true,true,false],[107,30,0,true,false,false],[107,31,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,114,0,true,true,false],[113,129,0,true,false,false],[118,6,0,false,false,false],[120,43,0,true,true,false],[123,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift","mcdc_records":[],"segments":[[37,7,0,true,true,false],[40,6,0,false,false,false],[42,80,0,true,true,false],[51,12,0,true,true,false],[51,19,0,true,false,false],[51,20,0,true,true,false],[57,44,0,true,true,false],[72,14,0,true,false,false],[72,20,0,true,true,false],[76,14,0,true,false,false],[77,16,0,true,true,false],[80,10,0,true,false,false],[81,6,0,false,false,false],[83,38,0,true,true,false],[89,12,0,true,true,false],[89,19,0,true,false,false],[89,20,0,true,true,false],[95,10,0,true,false,false],[95,16,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[101,80,0,true,true,false],[104,28,0,true,true,false],[107,10,0,true,true,false],[108,80,0,true,false,false],[109,6,0,false,false,false],[111,57,0,true,true,false],[113,6,0,false,false,false],[115,35,0,true,true,false],[121,12,0,true,true,false],[121,33,0,true,false,false],[121,34,0,true,true,false],[125,45,0,true,true,false],[128,14,0,true,true,false],[131,16,0,true,true,false],[132,79,0,true,true,false],[133,14,0,true,false,false],[133,21,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[136,16,0,true,true,false],[138,10,0,true,true,false],[139,6,0,false,false,false],[141,36,0,true,true,false],[154,45,0,true,true,false],[157,10,0,true,true,false],[160,46,0,true,true,false],[163,10,0,true,true,false],[165,12,0,true,true,false],[165,37,0,true,false,false],[165,38,0,true,true,false],[168,10,0,true,false,false],[168,16,0,true,true,false],[171,10,0,true,false,false],[172,6,0,false,false,false],[174,26,0,true,true,false],[176,6,0,false,false,false],[181,59,0,true,true,false],[184,6,0,false,false,false],[187,58,0,true,true,false],[190,12,0,true,true,false],[190,14,0,true,false,false],[190,15,0,true,true,false],[193,10,0,true,false,false],[195,6,0,false,false,false],[198,82,0,true,true,false],[202,12,0,true,true,false],[202,53,0,true,false,false],[202,54,0,true,true,false],[205,10,0,true,true,false],[215,12,0,true,true,false],[216,27,0,true,true,false],[220,65,0,true,true,false],[220,67,0,true,false,false],[225,91,0,true,true,false],[227,20,0,true,true,false],[227,41,0,true,false,false],[227,42,0,true,true,false],[231,18,0,true,true,false],[232,14,0,true,true,false],[236,16,0,true,true,false],[236,25,0,true,false,false],[236,26,0,true,true,false],[238,14,0,true,false,false],[238,20,0,true,true,false],[240,14,0,true,false,false],[242,17,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":196,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift","mcdc_records":[],"segments":[[20,12,0,true,true,false],[22,34,0,true,true,false],[22,77,0,true,false,false],[23,34,0,true,true,false],[23,43,0,true,false,false],[24,26,0,true,true,false],[24,40,0,true,false,false],[25,6,0,false,false,false],[32,7,0,true,true,false],[36,6,0,false,false,false],[48,42,0,true,true,false],[53,12,0,true,true,false],[54,47,0,true,true,false],[56,10,0,true,false,false],[56,17,0,true,true,false],[58,10,0,true,true,false],[67,12,0,true,true,false],[67,26,0,true,false,false],[67,27,0,true,true,false],[69,10,0,true,false,false],[69,16,0,true,true,false],[71,10,0,true,false,false],[83,6,0,false,false,false],[97,13,0,true,true,false],[99,12,0,true,true,false],[99,45,0,true,false,false],[99,46,0,true,true,false],[103,10,0,true,true,false],[107,12,0,true,true,false],[107,20,0,true,false,false],[107,21,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[120,13,0,true,true,false],[124,6,0,false,false,false],[127,66,0,true,true,false],[143,6,0,false,false,false],[148,61,0,true,true,false],[150,6,0,false,false,false],[153,82,0,true,true,false],[154,42,0,true,true,false],[154,56,0,true,true,false],[156,16,0,true,true,false],[156,35,0,true,false,false],[157,9,0,true,true,false],[158,32,0,true,false,false],[160,9,0,true,true,false],[161,16,0,true,true,false],[161,56,0,true,false,false],[161,57,0,true,true,false],[163,14,0,true,true,false],[164,23,0,true,false,false],[166,9,0,true,true,false],[167,23,0,true,false,false],[169,6,0,false,false,false],[172,71,0,true,true,false],[173,16,0,true,true,false],[173,22,0,true,false,false],[174,9,0,true,true,false],[175,16,0,true,true,false],[175,23,0,true,false,false],[175,24,0,true,true,false],[177,14,0,true,false,false],[177,20,0,true,true,false],[179,14,0,true,false,false],[181,9,0,true,true,false],[182,112,0,true,false,false],[183,10,0,true,true,false],[184,6,0,false,false,false],[189,40,0,true,true,false],[192,12,0,true,true,false],[193,47,0,true,true,false],[197,24,0,true,false,false],[198,17,0,true,true,false],[201,10,0,true,false,false],[202,6,0,false,false,false],[205,41,0,true,true,false],[209,12,0,true,true,false],[209,19,0,true,false,false],[209,20,0,true,true,false],[213,10,0,true,false,false],[213,16,0,true,true,false],[215,10,0,true,false,false],[217,6,0,false,false,false],[235,7,0,true,true,false],[237,12,0,true,true,false],[237,25,0,true,false,false],[239,15,0,true,true,false],[239,62,0,true,false,false],[240,9,0,true,true,false],[242,18,0,true,true,false],[246,14,0,true,false,false],[250,39,0,true,true,false],[252,10,0,true,true,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":171,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift","mcdc_records":[],"segments":[[26,58,0,true,true,false],[29,25,0,true,true,false],[29,33,0,true,false,false],[30,30,0,true,true,false],[30,32,0,true,false,false],[31,6,0,false,false,false],[37,7,0,true,true,false],[40,6,0,false,false,false],[45,64,0,true,true,false],[50,6,0,false,false,false],[53,64,0,true,true,false],[57,6,0,false,false,false],[60,72,0,true,true,false],[64,6,0,false,false,false],[67,65,0,true,true,false],[71,6,0,false,false,false],[74,71,0,true,true,false],[78,6,0,false,false,false],[81,73,0,true,true,false],[85,6,0,false,false,false],[88,72,0,true,true,false],[92,6,0,false,false,false],[95,85,0,true,true,false],[99,6,0,false,false,false],[102,71,0,true,true,false],[106,6,0,false,false,false],[109,77,0,true,true,false],[113,6,0,false,false,false],[116,93,0,true,true,false],[120,6,0,false,false,false],[123,77,0,true,true,false],[127,6,0,false,false,false],[130,73,0,true,true,false],[134,6,0,false,false,false],[137,75,0,true,true,false],[141,6,0,false,false,false],[144,50,0,true,true,false],[148,6,0,false,false,false],[154,85,0,true,true,false],[158,12,0,true,true,false],[158,18,0,true,false,false],[158,19,0,true,true,false],[160,10,0,true,false,false],[162,6,0,false,false,false],[165,60,0,true,true,false],[170,6,0,false,false,false],[173,50,0,true,true,false],[177,6,0,false,false,false],[180,38,0,true,true,false],[184,6,0,false,false,false],[187,70,0,true,true,false],[189,6,0,false,false,false],[192,63,0,true,true,false],[194,6,0,false,false,false],[199,44,0,true,true,false],[201,6,0,false,false,false],[204,43,0,true,true,false],[206,6,0,false,false,false],[209,35,0,true,true,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":28,"covered":0,"percent":0},"lines":{"count":128,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift","mcdc_records":[],"segments":[[8,36,0,true,true,false],[9,56,0,true,true,false],[12,10,0,true,true,false],[17,28,0,true,true,false],[18,37,0,true,true,false],[18,53,0,true,true,false],[20,40,0,true,false,false],[22,27,0,true,true,false],[23,37,0,true,true,false],[23,50,0,true,true,false],[24,92,0,true,true,false],[25,42,0,true,false,false],[31,25,0,true,true,false],[33,14,0,true,false,false],[34,27,0,true,true,false],[36,14,0,true,false,false],[37,24,0,true,true,false],[41,96,0,true,true,false],[43,18,0,true,false,false],[45,24,0,true,true,false],[48,14,0,true,false,false],[49,22,0,true,true,false],[51,14,0,true,false,false],[57,53,0,true,true,false],[58,33,0,true,true,false],[58,43,0,true,true,false],[60,10,0,true,false,false],[61,6,0,false,false,false],[64,35,0,true,true,false],[67,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":93,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift","mcdc_records":[],"segments":[[12,39,0,true,true,false],[13,20,0,true,true,false],[13,24,0,true,false,false],[14,13,0,true,true,false],[15,65,0,true,false,false],[16,13,0,true,true,false],[17,51,0,true,false,false],[18,13,0,true,true,false],[19,78,0,true,false,false],[20,13,0,true,true,false],[21,81,0,true,false,false],[22,14,0,true,true,false],[23,10,0,false,false,false],[27,38,0,true,true,false],[30,6,0,false,false,false],[33,47,0,true,true,false],[34,58,0,true,true,false],[35,6,0,false,false,false],[38,75,0,true,true,false],[43,28,0,true,true,false],[44,37,0,true,true,false],[44,82,0,true,true,false],[46,75,0,true,false,false],[53,12,0,true,true,false],[53,26,0,true,false,false],[53,59,0,true,true,false],[57,10,0,true,false,false],[57,44,0,true,true,false],[60,10,0,true,true,false],[61,6,0,false,false,false],[63,72,0,true,true,false],[70,28,0,true,true,false],[71,37,0,true,true,false],[71,82,0,true,true,false],[73,69,0,true,false,false],[80,12,0,true,true,false],[80,26,0,true,false,false],[80,59,0,true,true,false],[84,10,0,true,false,false],[84,44,0,true,true,false],[87,10,0,true,true,false],[88,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":79,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift","mcdc_records":[],"segments":[[12,46,0,true,true,false],[13,12,0,true,true,false],[14,73,0,true,true,false],[15,10,0,true,false,false],[15,17,0,true,true,false],[18,10,0,true,true,false],[19,6,0,false,false,false],[23,59,0,true,true,false],[25,6,0,false,false,false],[29,74,0,true,true,false],[31,6,0,false,false,false],[35,5,0,true,true,false],[39,10,0,true,true,false],[40,6,0,false,false,false],[45,54,0,true,true,false],[48,12,0,true,true,false],[48,43,0,true,false,false],[48,44,0,true,true,false],[57,10,0,true,true,false],[63,12,0,true,true,false],[63,35,0,true,false,false],[63,36,0,true,true,false],[65,122,0,true,true,false],[65,138,0,true,false,false],[70,54,0,true,true,false],[70,97,0,true,false,false],[73,10,0,true,true,false],[76,12,0,true,true,false],[76,56,0,true,false,false],[76,57,0,true,true,false],[80,28,0,true,true,false],[80,46,0,true,false,false],[81,27,0,true,true,false],[81,46,0,true,false,false],[83,16,0,true,true,false],[83,24,0,true,false,false],[83,25,0,true,true,false],[88,14,0,true,true,false],[89,10,0,true,true,false],[94,12,0,true,true,false],[94,31,0,true,false,false],[94,32,0,true,true,false],[99,49,0,true,true,false],[99,51,0,true,false,false],[103,16,0,true,true,false],[105,79,0,true,true,false],[105,94,0,true,false,false],[109,16,0,true,true,false],[109,25,0,true,false,false],[109,26,0,true,true,false],[112,14,0,true,false,false],[115,39,0,true,true,false],[115,78,0,true,false,false],[115,81,0,true,true,false],[115,84,0,true,false,false],[116,43,0,true,true,false],[116,46,0,true,false,false],[116,49,0,true,true,false],[116,73,0,true,false,false],[120,6,0,false,false,false],[123,54,0,true,true,false],[124,12,0,true,true,false],[124,42,0,true,false,false],[124,43,0,true,true,false],[127,10,0,true,true,false],[132,40,0,true,true,false],[132,51,0,true,false,false],[134,12,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[135,48,0,true,true,false],[135,69,0,true,false,false],[138,10,0,true,true,false],[147,39,0,true,true,false],[147,50,0,true,false,false],[151,6,0,false,false,false],[153,82,0,true,true,false],[154,16,0,true,true,false],[154,22,0,true,false,false],[155,9,0,true,true,false],[155,68,0,true,false,false],[156,9,0,true,true,false],[156,92,0,true,false,false],[157,9,0,true,true,false],[157,56,0,true,false,false],[158,10,0,true,true,false],[159,6,0,false,false,false],[162,32,0,true,true,false],[164,12,0,true,true,false],[164,29,0,true,false,false],[164,30,0,true,true,false],[166,103,0,true,true,false],[166,112,0,true,false,false],[170,6,0,false,false,false],[182,25,0,true,true,false],[182,36,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":152,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift","mcdc_records":[],"segments":[[9,99,0,true,true,false],[17,46,0,true,true,false],[19,10,0,true,false,false],[20,6,0,false,false,false],[23,60,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift","mcdc_records":[],"segments":[[7,56,0,true,true,false],[11,6,0,false,false,false],[13,29,0,true,true,false],[16,6,0,false,false,false],[18,69,0,true,true,false],[25,28,0,true,true,false],[27,14,0,true,false,false],[28,30,0,true,true,false],[30,14,0,true,false,false],[32,6,0,false,false,false],[36,74,0,true,true,false],[37,83,0,true,true,false],[39,10,0,true,true,false],[42,16,0,true,true,false],[42,22,0,true,false,false],[43,9,0,true,true,false],[44,16,0,true,true,false],[45,49,0,true,true,false],[47,14,0,true,false,false],[47,21,0,true,true,false],[49,14,0,true,false,false],[51,9,0,true,true,false],[54,14,0,true,false,false],[55,10,0,true,true,false],[58,23,0,true,false,false],[59,6,0,false,false,false],[61,61,0,true,true,false],[63,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift","mcdc_records":[],"segments":[[15,40,0,true,true,false],[17,12,0,true,true,false],[17,26,0,true,false,false],[17,27,0,true,true,false],[20,10,0,true,true,false],[30,12,0,true,true,false],[30,25,0,true,false,false],[30,26,0,true,true,false],[32,10,0,true,false,false],[41,12,0,true,true,false],[41,42,0,true,false,false],[41,43,0,true,true,false],[44,10,0,true,true,false],[55,29,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[62,42,0,true,true,false],[64,6,0,false,false,false],[66,41,0,true,true,false],[69,12,0,true,true,false],[69,26,0,true,false,false],[69,27,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[72,57,0,true,true,false],[72,72,0,true,false,false],[75,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":61,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift","mcdc_records":[],"segments":[[7,72,0,true,true,false],[9,6,0,false,false,false],[11,59,0,true,true,false],[13,6,0,false,false,false],[16,88,0,true,true,false],[19,6,0,false,false,false],[21,64,0,true,true,false],[25,6,0,false,false,false],[27,64,0,true,true,false],[29,6,0,false,false,false],[31,65,0,true,true,false],[33,6,0,false,false,false],[35,71,0,true,true,false],[37,6,0,false,false,false],[39,73,0,true,true,false],[41,6,0,false,false,false],[43,74,0,true,true,false],[45,6,0,false,false,false],[47,87,0,true,true,false],[49,6,0,false,false,false],[51,73,0,true,true,false],[53,6,0,false,false,false],[55,87,0,true,true,false],[57,6,0,false,false,false],[59,103,0,true,true,false],[61,6,0,false,false,false],[63,87,0,true,true,false],[65,6,0,false,false,false],[67,83,0,true,true,false],[69,6,0,false,false,false],[71,85,0,true,true,false],[73,6,0,false,false,false],[75,50,0,true,true,false],[77,6,0,false,false,false],[80,85,0,true,true,false],[82,6,0,false,false,false],[84,60,0,true,true,false],[86,6,0,false,false,false],[88,50,0,true,true,false],[90,6,0,false,false,false],[93,38,0,true,true,false],[95,6,0,false,false,false],[97,77,0,true,true,false],[99,6,0,false,false,false],[104,70,0,true,true,false],[106,6,0,false,false,false],[109,63,0,true,true,false],[111,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":75,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift","mcdc_records":[],"segments":[[7,44,0,true,true,false],[9,39,0,true,true,false],[9,75,0,true,false,false],[10,26,0,true,true,false],[10,86,0,true,false,false],[11,22,0,true,true,false],[14,14,0,true,false,false],[16,6,0,false,false,false],[21,69,0,true,true,false],[27,12,0,true,true,false],[27,45,0,true,false,false],[27,46,0,true,true,false],[32,10,0,true,true,false],[34,12,0,true,true,false],[35,44,0,true,true,false],[44,24,0,true,false,false],[45,17,0,true,true,false],[46,75,0,true,true,false],[46,101,0,true,false,false],[52,6,0,false,false,false],[55,67,0,true,true,false],[61,12,0,true,true,false],[62,43,0,true,true,false],[65,24,0,true,false,false],[66,17,0,true,true,false],[67,75,0,true,true,false],[67,101,0,true,false,false],[73,6,0,false,false,false],[76,73,0,true,true,false],[78,6,0,false,false,false],[80,68,0,true,true,false],[82,6,0,false,false,false],[85,67,0,true,true,false],[92,12,0,true,true,false],[92,21,0,true,false,false],[92,33,0,true,true,false],[96,10,0,true,true,false],[98,12,0,true,true,false],[98,22,0,true,false,false],[98,23,0,true,true,false],[100,10,0,true,false,false],[100,16,0,true,true,false],[102,10,0,true,false,false],[105,6,0,false,false,false],[108,57,0,true,true,false],[111,6,0,false,false,false],[116,39,0,true,true,false],[118,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift","mcdc_records":[],"segments":[[7,52,0,true,true,false],[9,6,0,false,false,false],[11,50,0,true,true,false],[13,6,0,false,false,false],[18,36,0,true,true,false],[19,34,0,true,true,false],[20,37,0,true,true,false],[20,56,0,true,false,false],[22,6,0,false,false,false],[26,31,0,true,true,false],[28,6,0,false,false,false],[32,32,0,true,true,false],[34,6,0,false,false,false],[38,47,0,true,true,false],[40,6,0,false,false,false],[43,42,0,true,true,false],[49,34,0,true,true,false],[51,10,0,true,false,false],[72,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift","mcdc_records":[],"segments":[[117,37,0,true,true,false],[117,39,0,false,false,false],[118,36,0,true,true,false],[118,72,0,false,false,false],[126,13,0,true,true,false],[126,59,0,false,false,false],[127,13,0,true,true,false],[127,64,0,false,false,false],[131,13,0,true,true,false],[131,55,0,false,false,false],[132,13,0,true,true,false],[132,64,0,false,false,false],[135,43,0,true,true,false],[135,45,0,false,false,false],[137,34,0,true,true,false],[137,41,0,false,false,false],[143,34,0,true,true,false],[143,39,0,false,false,false],[144,16,0,true,true,false],[146,10,0,false,false,false],[150,26,0,true,true,false],[150,64,0,false,false,false],[153,62,0,true,true,false],[155,6,0,false,false,false],[157,27,0,true,true,false],[157,60,0,false,false,false],[158,26,0,true,true,false],[158,39,0,false,false,false],[180,31,0,true,true,false],[180,52,0,false,false,false],[187,46,0,true,true,false],[187,72,0,false,false,false],[196,28,0,true,true,false],[196,33,0,false,false,false],[197,26,0,true,true,false],[197,31,0,false,false,false],[207,34,0,true,true,false],[207,63,0,false,false,false],[209,28,0,true,true,false],[211,6,0,false,false,false],[213,153,0,true,true,false],[219,20,0,true,true,false],[219,82,0,true,false,false],[226,56,0,true,true,false],[228,10,0,true,false,false],[228,16,0,true,true,false],[231,10,0,true,false,false],[276,43,0,true,true,false],[276,60,0,true,false,false],[301,59,0,true,true,false],[301,89,0,true,false,false],[304,45,0,true,true,false],[304,62,0,true,false,false],[316,12,0,true,true,false],[316,43,0,true,false,false],[316,44,0,true,true,false],[317,18,0,true,true,false],[321,14,0,true,false,false],[322,16,0,true,true,false],[325,10,0,true,false,false],[327,12,0,true,true,false],[327,26,0,true,false,false],[327,27,0,true,true,false],[329,10,0,true,false,false],[339,28,0,true,true,false],[341,14,0,true,false,false],[342,33,0,true,true,false],[344,14,0,true,false,false],[349,37,0,true,true,false],[350,37,0,true,true,false],[352,18,0,true,true,false],[355,20,0,true,true,false],[355,35,0,true,false,false],[355,36,0,true,true,false],[357,83,0,true,true,false],[357,98,0,true,false,false],[358,18,0,true,true,false],[359,14,0,true,false,false],[360,37,0,true,true,false],[361,57,0,true,true,false],[361,62,0,true,false,false],[363,29,0,true,true,false],[364,75,0,true,true,false],[364,80,0,true,false,false],[369,49,0,true,true,false],[370,33,0,true,true,false],[370,43,0,true,true,false],[377,10,0,true,false,false],[378,49,0,true,true,false],[387,10,0,true,false,false],[388,42,0,true,true,false],[393,10,0,true,false,false],[394,44,0,true,true,false],[400,18,0,true,true,false],[403,14,0,true,false,false],[405,55,0,true,true,false],[407,10,0,true,false,false],[410,47,0,true,true,false],[413,10,0,true,false,false],[417,14,0,true,true,false],[417,58,0,true,false,false],[420,6,0,false,false,false],[428,31,0,true,true,false],[430,6,0,false,false,false],[434,56,0,true,true,false],[439,29,0,true,true,false],[442,10,0,true,true,false],[444,12,0,true,true,false],[445,61,0,true,true,false],[447,30,0,true,true,false],[447,49,0,true,false,false],[448,17,0,true,true,false],[452,10,0,true,false,false],[453,6,0,false,false,false],[457,57,0,true,true,false],[462,29,0,true,true,false],[466,10,0,true,true,false],[471,16,0,true,true,false],[471,22,0,true,false,false],[472,9,0,true,true,false],[474,24,0,true,false,false],[475,9,0,true,true,false],[477,25,0,true,false,false],[478,9,0,true,true,false],[480,25,0,true,false,false],[482,6,0,false,false,false],[484,56,0,true,true,false],[486,6,0,false,false,false],[488,65,0,true,true,false],[490,6,0,false,false,false],[492,103,0,true,true,false],[495,6,0,false,false,false],[499,105,0,true,true,false],[502,6,0,false,false,false],[504,63,0,true,true,false],[507,12,0,true,true,false],[508,79,0,true,true,false],[509,10,0,true,false,false],[509,17,0,true,true,false],[512,10,0,true,true,false],[517,22,0,true,true,false],[517,58,0,true,false,false],[518,22,0,true,true,false],[518,76,0,true,false,false],[519,25,0,true,true,false],[519,40,0,true,false,false],[521,38,0,true,true,false],[523,16,0,true,true,false],[523,43,0,true,true,false],[523,70,0,true,false,false],[523,71,0,true,true,false],[525,14,0,true,true,false],[526,10,0,true,true,false],[527,26,0,true,false,false],[528,6,0,false,false,false],[530,62,0,true,true,false],[532,6,0,false,false,false],[535,26,0,true,true,false],[536,12,0,true,true,false],[537,43,0,true,true,false],[538,10,0,true,false,false],[538,17,0,true,true,false],[540,10,0,true,true,false],[541,6,0,false,false,false],[544,24,0,true,true,false],[555,6,0,false,false,false],[557,61,0,true,true,false],[561,6,0,false,false,false],[565,32,0,true,true,false],[567,6,0,false,false,false],[569,42,0,true,true,false],[570,77,0,true,true,false],[570,95,0,true,false,false],[571,6,0,false,false,false],[573,55,0,true,true,false],[575,6,0,false,false,false],[577,53,0,true,true,false],[579,6,0,false,false,false],[583,7,0,true,true,false],[585,6,0,false,false,false],[587,52,0,true,true,false],[589,6,0,false,false,false],[591,51,0,true,true,false],[592,86,0,true,true,false],[592,104,0,true,false,false],[593,6,0,false,false,false],[597,7,0,true,true,false],[598,89,0,true,true,false],[598,107,0,true,false,false],[599,6,0,false,false,false],[601,40,0,true,true,false],[603,6,0,false,false,false],[605,38,0,true,true,false],[607,6,0,false,false,false],[609,33,0,true,true,false],[611,6,0,false,false,false],[613,47,0,true,true,false],[615,6,0,false,false,false],[617,60,0,true,true,false],[619,6,0,false,false,false],[621,64,0,true,true,false],[623,6,0,false,false,false],[625,53,0,true,true,false],[627,6,0,false,false,false],[629,62,0,true,true,false],[631,6,0,false,false,false],[633,47,0,true,true,false],[635,6,0,false,false,false],[637,51,0,true,true,false],[639,6,0,false,false,false],[641,47,0,true,true,false],[643,6,0,false,false,false],[645,49,0,true,true,false],[647,6,0,false,false,false],[649,57,0,true,true,false],[655,6,0,false,false,false],[657,44,0,true,true,false],[658,77,0,true,true,false],[658,95,0,true,false,false],[659,6,0,false,false,false],[661,57,0,true,true,false],[670,12,0,true,true,false],[670,25,0,true,false,false],[670,26,0,true,true,false],[672,10,0,true,false,false],[672,16,0,true,true,false],[674,10,0,true,false,false],[689,12,0,true,true,false],[689,25,0,true,false,false],[689,26,0,true,true,false],[691,10,0,true,false,false],[691,16,0,true,true,false],[693,10,0,true,false,false],[704,6,0,false,false,false],[706,51,0,true,true,false],[708,6,0,false,false,false],[714,33,0,true,true,false],[717,6,0,false,false,false],[721,39,0,true,true,false],[723,16,0,true,true,false],[723,21,0,true,false,false],[724,9,0,true,true,false],[725,25,0,true,false,false],[726,9,0,true,true,false],[731,24,0,true,false,false],[732,9,0,true,true,false],[733,24,0,true,false,false],[735,6,0,false,false,false],[741,40,0,true,true,false],[743,6,0,false,false,false],[746,48,0,true,true,false],[748,6,0,false,false,false],[751,57,0,true,true,false],[752,58,0,true,true,false],[755,14,0,true,true,false],[757,10,0,true,false,false],[758,6,0,false,false,false],[760,46,0,true,true,false],[768,12,0,true,true,false],[768,25,0,true,false,false],[768,26,0,true,true,false],[770,10,0,true,false,false],[770,16,0,true,true,false],[772,10,0,true,false,false],[777,63,0,true,true,false],[782,10,0,true,false,false],[785,56,0,true,true,false],[785,67,0,true,false,false],[791,98,0,true,true,false],[794,82,0,true,true,false],[799,77,0,true,true,false],[800,56,0,true,true,false],[811,52,0,true,true,false],[814,10,0,true,true,false],[818,12,0,true,true,false],[818,34,0,true,false,false],[818,35,0,true,true,false],[822,16,0,true,true,false],[822,38,0,true,false,false],[822,39,0,true,true,false],[823,57,0,true,true,false],[823,66,0,true,false,false],[826,37,0,true,true,false],[829,18,0,true,false,false],[830,20,0,true,true,false],[831,58,0,true,true,false],[831,73,0,true,false,false],[832,57,0,true,true,false],[832,70,0,true,false,false],[835,37,0,true,true,false],[837,18,0,true,false,false],[843,18,0,true,true,false],[846,14,0,true,false,false],[848,6,0,false,false,false],[853,40,0,true,true,false],[855,6,0,false,false,false],[858,41,0,true,true,false],[860,6,0,false,false,false],[862,54,0,true,true,false],[864,6,0,false,false,false],[866,64,0,true,true,false],[868,6,0,false,false,false],[875,53,0,true,true,false],[877,29,0,true,true,false],[878,20,0,true,true,false],[878,25,0,true,false,false],[879,13,0,true,true,false],[881,20,0,true,true,false],[881,41,0,true,false,false],[881,42,0,true,true,false],[885,18,0,true,false,false],[886,13,0,true,true,false],[887,62,0,true,false,false],[888,14,0,true,true,false],[889,10,0,true,true,false],[890,6,0,false,false,false],[896,45,0,true,true,false],[900,12,0,true,true,false],[900,26,0,true,false,false],[900,27,0,true,true,false],[905,10,0,true,true,false],[907,53,0,true,true,false],[907,68,0,true,false,false],[911,6,0,false,false,false],[914,52,0,true,true,false],[916,28,0,true,true,false],[918,14,0,true,false,false],[919,30,0,true,true,false],[921,14,0,true,false,false],[923,6,0,false,false,false],[930,50,0,true,true,false],[932,6,0,false,false,false],[946,83,0,true,true,false],[950,59,0,true,true,false],[952,10,0,true,true,false],[964,10,0,true,true,false],[967,30,0,true,false,false],[968,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":114,"covered":0,"percent":0},"instantiations":{"count":118,"covered":0,"percent":0},"lines":{"count":791,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":191,"covered":0,"notcovered":191,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift","mcdc_records":[],"segments":[[17,63,0,true,true,false],[19,6,0,false,false,false],[21,55,0,true,true,false],[23,6,0,false,false,false],[45,47,0,true,true,false],[45,52,0,false,false,false],[46,16,0,true,true,false],[48,10,0,false,false,false],[62,7,0,true,true,false],[66,6,0,false,false,false],[69,24,0,true,true,false],[73,6,0,false,false,false],[91,27,0,true,true,false],[96,12,0,true,true,false],[100,14,0,true,true,false],[112,32,0,true,true,false],[116,14,0,true,true,false],[125,16,0,true,true,false],[125,36,0,true,false,false],[125,37,0,true,true,false],[134,14,0,true,false,false],[134,20,0,true,true,false],[136,65,0,true,true,false],[136,90,0,true,false,false],[141,50,0,true,true,false],[149,28,0,true,false,false],[152,17,0,true,true,false],[155,10,0,true,false,false],[156,6,0,false,false,false],[167,27,0,true,true,false],[172,12,0,true,true,false],[178,16,0,true,true,false],[178,35,0,true,false,false],[178,36,0,true,true,false],[183,67,0,true,true,false],[183,82,0,true,false,false],[186,14,0,true,true,false],[201,14,0,true,true,false],[204,80,0,true,true,false],[218,16,0,true,true,false],[218,36,0,true,false,false],[218,37,0,true,true,false],[225,14,0,true,false,false],[225,20,0,true,true,false],[227,65,0,true,true,false],[227,90,0,true,false,false],[231,50,0,true,true,false],[236,84,0,true,false,false],[239,17,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[248,49,0,true,true,false],[251,6,0,false,false,false],[253,47,0,true,true,false],[254,48,0,true,true,false],[256,10,0,true,true,false],[258,73,0,true,true,false],[259,6,0,false,false,false],[261,30,0,true,true,false],[263,6,0,false,false,false],[267,22,0,true,true,false],[269,6,0,false,false,false],[271,26,0,true,true,false],[273,6,0,false,false,false],[275,23,0,true,true,false],[278,6,0,false,false,false],[280,39,0,true,true,false],[282,6,0,false,false,false],[284,20,0,true,true,false],[286,6,0,false,false,false],[293,7,0,true,true,false],[297,70,0,true,true,false],[300,10,0,true,true,false],[302,49,0,true,false,false],[303,6,0,false,false,false],[307,27,0,true,true,false],[308,14,0,true,true,false],[308,67,0,true,false,false],[309,6,0,false,false,false],[311,29,0,true,true,false],[312,14,0,true,true,false],[312,68,0,true,false,false],[313,6,0,false,false,false],[315,27,0,true,true,false],[316,14,0,true,true,false],[316,68,0,true,false,false],[317,6,0,false,false,false],[321,40,0,true,true,false],[322,14,0,true,true,false],[325,10,0,true,false,false],[326,6,0,false,false,false],[328,65,0,true,true,false],[329,12,0,true,true,false],[330,88,0,true,true,false],[331,38,0,true,false,false],[332,17,0,true,true,false],[335,10,0,true,false,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":239,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":0,"notcovered":57,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift","mcdc_records":[],"segments":[[8,54,0,true,true,false],[8,56,0,false,false,false],[9,45,0,true,true,false],[9,50,0,false,false,false],[10,46,0,true,true,false],[10,51,0,false,false,false],[19,7,0,true,true,false],[22,6,0,false,false,false],[24,24,0,true,true,false],[26,36,0,true,true,false],[26,69,0,true,false,false],[27,37,0,true,true,false],[27,71,0,true,false,false],[29,6,0,false,false,false],[32,62,0,true,true,false],[33,31,0,true,true,false],[33,47,0,true,true,false],[47,12,0,true,true,false],[47,67,0,true,false,false],[47,68,0,true,true,false],[52,10,0,true,true,false],[56,68,0,true,false,false],[57,6,0,false,false,false],[61,74,0,true,true,false],[65,53,0,true,true,false],[68,10,0,true,true,false],[70,59,0,true,true,false],[73,10,0,true,true,false],[76,12,0,true,true,false],[76,24,0,true,false,false],[76,25,0,true,true,false],[78,10,0,true,false,false],[78,16,0,true,true,false],[80,10,0,true,false,false],[82,12,0,true,true,false],[83,74,0,true,true,false],[85,24,0,true,false,false],[86,17,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,71,0,true,true,false],[95,67,0,true,true,false],[100,10,0,true,true,false],[103,12,0,true,true,false],[103,24,0,true,false,false],[103,25,0,true,true,false],[105,10,0,true,false,false],[105,16,0,true,true,false],[107,10,0,true,false,false],[111,12,0,true,true,false],[111,26,0,true,false,false],[111,27,0,true,true,false],[114,16,0,true,true,false],[114,31,0,true,false,false],[114,32,0,true,true,false],[116,14,0,true,false,false],[119,16,0,true,true,false],[121,16,0,true,true,false],[121,32,0,true,false,false],[121,33,0,true,true,false],[124,14,0,true,false,false],[124,20,0,true,true,false],[127,14,0,true,false,false],[131,6,0,false,false,false],[133,32,0,true,true,false],[134,67,0,true,true,false],[134,77,0,true,true,false],[140,6,0,false,false,false],[142,38,0,true,true,false],[143,67,0,true,true,false],[143,77,0,true,true,false],[145,6,0,false,false,false],[151,51,0,true,true,false],[152,53,0,true,true,false],[155,10,0,true,true,false],[170,44,0,true,true,false],[175,16,0,true,true,false],[176,34,0,true,true,false],[178,20,0,true,true,false],[178,50,0,true,false,false],[178,51,0,true,true,false],[180,18,0,true,false,false],[180,24,0,true,true,false],[182,18,0,true,false,false],[183,21,0,true,true,false],[185,14,0,true,true,false],[186,10,0,true,true,false],[193,12,0,true,true,false],[194,38,0,true,true,false],[196,16,0,true,true,false],[196,54,0,true,false,false],[196,55,0,true,true,false],[198,14,0,true,false,false],[198,20,0,true,true,false],[200,14,0,true,false,false],[201,17,0,true,true,false],[203,10,0,true,true,false],[206,6,0,false,false,false],[213,56,0,true,true,false],[219,39,0,true,true,false],[221,51,0,true,true,false],[224,14,0,true,true,false],[226,16,0,true,true,false],[227,47,0,true,true,false],[229,14,0,true,false,false],[229,21,0,true,true,false],[232,14,0,true,true,false],[233,10,0,true,true,false],[234,6,0,false,false,false],[238,64,0,true,true,false],[239,89,0,true,true,false],[241,10,0,true,true,false],[245,12,0,true,true,false],[245,71,0,true,false,false],[245,72,0,true,true,false],[247,10,0,true,true,false],[249,19,0,true,false,false],[250,6,0,false,false,false],[254,5,0,true,true,false],[256,41,0,true,true,false],[256,59,0,true,false,false],[256,62,0,true,true,false],[256,64,0,true,false,false],[265,37,0,true,true,false],[265,39,0,true,false,false],[265,42,0,true,true,false],[265,55,0,true,false,false],[268,6,0,false,false,false],[270,72,0,true,true,false],[274,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":233,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":84,"covered":0,"notcovered":84,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift","mcdc_records":[],"segments":[[26,32,0,true,true,false],[26,53,0,false,false,false],[47,7,0,true,true,false],[60,6,0,false,false,false],[66,7,0,true,true,false],[76,15,0,true,true,false],[78,10,0,true,false,false],[85,6,0,false,false,false],[89,36,0,true,true,false],[90,51,0,true,true,false],[90,61,0,true,true,false],[96,11,0,true,true,false],[99,10,0,true,false,false],[99,16,0,true,true,false],[101,10,0,true,false,false],[105,6,0,false,false,false],[107,34,0,true,true,false],[111,6,0,false,false,false],[115,37,0,true,true,false],[116,51,0,true,true,false],[116,61,0,true,true,false],[118,75,0,true,true,false],[118,79,0,true,false,false],[119,65,0,true,true,false],[119,69,0,true,false,false],[122,12,0,true,true,false],[122,26,0,true,true,false],[122,35,0,true,false,false],[122,36,0,true,true,false],[125,10,0,true,false,false],[125,16,0,true,true,false],[128,10,0,true,false,false],[129,6,0,false,false,false],[133,37,0,true,true,false],[135,6,0,false,false,false],[139,32,0,true,true,false],[142,75,0,true,true,false],[142,79,0,true,false,false],[143,52,0,true,true,false],[143,54,0,true,false,false],[145,12,0,true,true,false],[145,21,0,true,false,false],[145,38,0,true,true,false],[147,10,0,true,false,false],[147,16,0,true,true,false],[149,10,0,true,false,false],[150,6,0,false,false,false],[152,37,0,true,true,false],[177,51,0,true,true,false],[178,75,0,true,true,false],[178,90,0,true,false,false],[178,105,0,true,true,false],[178,110,0,true,false,false],[186,45,0,true,true,false],[186,48,0,true,false,false],[186,51,0,true,true,false],[186,55,0,true,false,false],[189,10,0,true,true,false],[195,6,0,false,false,false],[197,60,0,true,true,false],[219,42,0,true,true,false],[221,10,0,true,false,false],[225,42,0,true,true,false],[234,10,0,true,false,false],[237,6,0,false,false,false],[242,35,0,true,true,false],[263,6,0,false,false,false],[265,61,0,true,true,false],[267,52,0,true,true,false],[271,10,0,true,false,false],[272,6,0,false,false,false],[275,42,0,true,true,false],[281,14,0,true,true,false],[283,10,0,true,true,false],[287,37,0,true,true,false],[290,10,0,true,false,false],[290,16,0,true,true,false],[292,20,0,true,true,false],[292,29,0,true,false,false],[300,50,0,true,true,false],[312,56,0,true,true,false],[322,14,0,true,true,false],[325,16,0,true,true,false],[325,42,0,true,false,false],[325,43,0,true,true,false],[335,14,0,true,false,false],[348,6,0,false,false,false],[351,75,0,true,true,false],[356,14,0,true,true,false],[359,10,0,true,false,false],[364,6,0,false,false,false],[369,38,0,true,true,false],[371,6,0,false,false,false],[374,38,0,true,true,false],[376,6,0,false,false,false],[379,52,0,true,true,false],[382,6,0,false,false,false],[385,52,0,true,true,false],[388,6,0,false,false,false],[391,35,0,true,true,false],[393,6,0,false,false,false],[396,31,0,true,true,false],[398,6,0,false,false,false],[401,62,0,true,true,false],[403,71,0,true,true,false],[403,81,0,true,true,false],[407,22,0,true,true,false],[407,85,0,true,false,false],[408,16,0,true,true,false],[408,24,0,true,false,false],[414,63,0,true,true,false],[423,10,0,true,false,false],[424,6,0,false,false,false],[427,63,0,true,true,false],[429,87,0,true,true,false],[429,97,0,true,true,false],[436,63,0,true,true,false],[445,10,0,true,false,false],[446,6,0,false,false,false],[451,67,0,true,true,false],[452,16,0,true,true,false],[452,30,0,true,false,false],[453,9,0,true,true,false],[454,30,0,true,false,false],[455,9,0,true,true,false],[457,69,0,true,true,false],[458,24,0,true,true,false],[458,35,0,true,false,false],[459,17,0,true,true,false],[460,42,0,true,false,false],[461,17,0,true,true,false],[462,44,0,true,false,false],[463,17,0,true,true,false],[464,48,0,true,false,false],[465,17,0,true,true,false],[466,36,0,true,false,false],[468,14,0,true,true,false],[469,36,0,true,false,false],[470,9,0,true,true,false],[471,28,0,true,false,false],[472,9,0,true,true,false],[473,27,0,true,false,false],[474,9,0,true,true,false],[475,28,0,true,false,false],[477,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":423,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":82,"covered":0,"notcovered":82,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift","mcdc_records":[],"segments":[[15,85,0,true,true,false],[16,16,0,true,true,false],[16,26,0,true,false,false],[19,9,0,true,true,false],[19,31,0,true,false,false],[20,9,0,true,true,false],[20,31,0,true,false,false],[21,9,0,true,true,false],[21,31,0,true,false,false],[22,9,0,true,true,false],[22,31,0,true,false,false],[23,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[24,31,0,true,false,false],[25,9,0,true,true,false],[25,31,0,true,false,false],[26,9,0,true,true,false],[26,31,0,true,false,false],[27,9,0,true,true,false],[27,31,0,true,false,false],[28,9,0,true,true,false],[28,31,0,true,false,false],[29,9,0,true,true,false],[29,32,0,true,false,false],[30,9,0,true,true,false],[30,32,0,true,false,false],[31,9,0,true,true,false],[31,34,0,true,false,false],[34,9,0,true,true,false],[34,33,0,true,false,false],[35,9,0,true,true,false],[35,31,0,true,false,false],[36,9,0,true,true,false],[36,31,0,true,false,false],[37,9,0,true,true,false],[37,31,0,true,false,false],[38,9,0,true,true,false],[38,31,0,true,false,false],[39,9,0,true,true,false],[39,31,0,true,false,false],[40,9,0,true,true,false],[40,31,0,true,false,false],[41,9,0,true,true,false],[41,31,0,true,false,false],[42,9,0,true,true,false],[42,31,0,true,false,false],[43,9,0,true,true,false],[43,31,0,true,false,false],[44,9,0,true,true,false],[44,32,0,true,false,false],[45,9,0,true,true,false],[45,32,0,true,false,false],[46,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[47,33,0,true,false,false],[50,9,0,true,true,false],[50,33,0,true,false,false],[51,9,0,true,true,false],[51,30,0,true,false,false],[52,9,0,true,true,false],[52,30,0,true,false,false],[53,9,0,true,true,false],[53,30,0,true,false,false],[54,9,0,true,true,false],[54,30,0,true,false,false],[55,9,0,true,true,false],[55,30,0,true,false,false],[56,9,0,true,true,false],[56,30,0,true,false,false],[57,9,0,true,true,false],[57,31,0,true,false,false],[58,9,0,true,true,false],[58,31,0,true,false,false],[59,9,0,true,true,false],[59,31,0,true,false,false],[60,9,0,true,true,false],[60,32,0,true,false,false],[61,9,0,true,true,false],[61,32,0,true,false,false],[62,9,0,true,true,false],[62,34,0,true,false,false],[65,9,0,true,true,false],[65,33,0,true,false,false],[66,9,0,true,true,false],[66,30,0,true,false,false],[67,9,0,true,true,false],[67,30,0,true,false,false],[68,9,0,true,true,false],[68,30,0,true,false,false],[69,9,0,true,true,false],[69,30,0,true,false,false],[70,9,0,true,true,false],[70,31,0,true,false,false],[71,9,0,true,true,false],[71,31,0,true,false,false],[72,9,0,true,true,false],[72,31,0,true,false,false],[73,9,0,true,true,false],[73,31,0,true,false,false],[74,9,0,true,true,false],[74,31,0,true,false,false],[75,9,0,true,true,false],[75,32,0,true,false,false],[76,9,0,true,true,false],[76,34,0,true,false,false],[80,9,0,true,true,false],[80,33,0,true,false,false],[81,9,0,true,true,false],[81,33,0,true,false,false],[82,9,0,true,true,false],[82,33,0,true,false,false],[83,9,0,true,true,false],[83,33,0,true,false,false],[84,9,0,true,true,false],[84,33,0,true,false,false],[85,9,0,true,true,false],[85,33,0,true,false,false],[86,9,0,true,true,false],[86,34,0,true,false,false],[90,9,0,true,true,false],[90,42,0,true,false,false],[91,9,0,true,true,false],[91,42,0,true,false,false],[92,9,0,true,true,false],[92,41,0,true,false,false],[93,9,0,true,true,false],[93,42,0,true,false,false],[94,9,0,true,true,false],[94,41,0,true,false,false],[95,9,0,true,true,false],[95,41,0,true,false,false],[96,9,0,true,true,false],[96,41,0,true,false,false],[97,9,0,true,true,false],[97,42,0,true,false,false],[98,9,0,true,true,false],[98,42,0,true,false,false],[99,9,0,true,true,false],[99,43,0,true,false,false],[100,9,0,true,true,false],[100,45,0,true,false,false],[101,9,0,true,true,false],[101,45,0,true,false,false],[106,9,0,true,true,false],[106,35,0,true,false,false],[107,9,0,true,true,false],[107,35,0,true,false,false],[108,9,0,true,true,false],[108,35,0,true,false,false],[109,9,0,true,true,false],[109,35,0,true,false,false],[112,9,0,true,true,false],[112,36,0,true,false,false],[113,9,0,true,true,false],[113,36,0,true,false,false],[114,9,0,true,true,false],[114,35,0,true,false,false],[115,9,0,true,true,false],[115,36,0,true,false,false],[117,9,0,true,true,false],[117,44,0,true,false,false],[118,9,0,true,true,false],[119,16,0,true,false,false],[120,10,0,true,true,false],[121,6,0,false,false,false],[126,140,0,true,true,false],[128,53,0,true,true,false],[128,75,0,true,false,false],[128,77,0,true,true,false],[130,10,0,true,true,false],[132,46,0,true,false,false],[133,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":116,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift","mcdc_records":[],"segments":[[37,7,0,true,true,false],[41,49,0,true,true,false],[44,10,0,true,false,false],[48,6,0,false,false,false],[58,104,0,true,true,false],[61,15,0,true,true,false],[61,63,0,true,true,false],[61,74,0,true,false,false],[61,79,0,true,true,false],[61,88,0,true,false,false],[62,15,0,true,true,false],[62,26,0,true,false,false],[68,21,0,true,true,false],[68,37,0,true,true,false],[68,53,0,true,true,false],[68,64,0,true,false,false],[68,68,0,true,true,false],[68,77,0,true,false,false],[71,39,0,true,true,false],[75,10,0,true,true,false],[78,60,0,true,true,false],[78,69,0,true,false,false],[78,72,0,true,true,false],[78,90,0,true,false,false],[81,6,0,false,false,false],[87,110,0,true,true,false],[91,6,0,false,false,false],[95,63,0,true,true,false],[99,35,0,true,true,false],[99,65,0,true,false,false],[100,6,0,false,false,false],[124,7,0,true,true,false],[129,6,0,false,false,false],[148,7,0,true,true,false],[152,6,0,false,false,false],[159,7,0,true,true,false],[166,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":77,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift","mcdc_records":[],"segments":[[8,53,0,true,true,false],[11,10,0,false,false,false],[18,80,0,true,true,false],[22,6,0,false,false,false],[24,36,0,true,true,false],[25,28,0,true,true,false],[25,34,0,true,false,false],[26,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift","mcdc_records":[],"segments":[[14,7,0,true,true,false],[18,6,0,false,false,false],[35,69,0,true,true,false],[40,29,0,true,true,false],[41,48,0,true,true,false],[42,43,0,true,true,false],[42,45,0,true,false,false],[43,14,0,true,true,false],[44,10,0,true,true,false],[47,81,0,true,true,false],[52,10,0,true,true,false],[54,25,0,true,false,false],[55,6,0,false,false,false],[60,45,0,true,true,false],[62,6,0,false,false,false],[66,70,0,true,true,false],[67,53,0,true,true,false],[67,73,0,true,false,false],[67,80,0,true,true,false],[67,93,0,true,true,false],[70,30,0,true,true,false],[71,36,0,true,true,false],[71,89,0,true,false,false],[73,6,0,false,false,false],[77,67,0,true,true,false],[78,38,0,true,true,false],[78,58,0,true,false,false],[78,65,0,true,true,false],[78,78,0,true,true,false],[81,41,0,true,true,false],[82,16,0,true,true,false],[82,48,0,true,true,false],[82,68,0,true,false,false],[82,70,0,true,true,false],[84,14,0,true,true,false],[85,23,0,true,false,false],[87,6,0,false,false,false],[91,87,0,true,true,false],[94,55,0,true,true,false],[95,16,0,true,true,false],[95,68,0,true,false,false],[95,69,0,true,true,false],[97,14,0,true,true,false],[98,10,0,true,true,false],[100,21,0,true,false,false],[101,6,0,false,false,false],[106,59,0,true,true,false],[143,6,0,false,false,false],[162,7,0,true,true,false],[164,22,0,true,true,false],[164,35,0,true,false,false],[164,37,0,true,true,false],[164,70,0,true,false,false],[165,22,0,true,true,false],[165,41,0,true,false,false],[165,43,0,true,true,false],[165,111,0,true,false,false],[167,13,0,true,true,false],[167,29,0,true,true,false],[167,46,0,true,true,false],[167,57,0,true,false,false],[167,62,0,true,true,false],[167,73,0,true,false,false],[167,77,0,true,true,false],[167,86,0,true,false,false],[167,90,0,true,true,false],[167,99,0,true,false,false],[168,13,0,true,true,false],[168,94,0,true,false,false],[173,22,0,true,true,false],[173,39,0,true,true,false],[173,54,0,true,false,false],[173,56,0,true,true,false],[173,130,0,true,false,false],[181,6,0,false,false,false],[184,47,0,true,true,false],[185,28,0,true,true,false],[185,34,0,true,false,false],[186,6,0,false,false,false],[189,30,0,true,true,false],[191,6,0,false,false,false],[196,54,0,true,true,false],[199,37,0,true,true,false],[200,47,0,true,true,false],[208,20,0,true,true,false],[208,40,0,true,false,false],[208,41,0,true,true,false],[214,18,0,true,false,false],[217,25,0,true,true,false],[217,60,0,true,true,false],[217,91,0,true,false,false],[217,92,0,true,true,false],[218,24,0,true,true,false],[218,49,0,true,false,false],[218,77,0,true,true,false],[224,22,0,true,false,false],[226,14,0,true,true,false],[227,10,0,true,true,false],[229,25,0,true,false,false],[230,6,0,false,false,false],[245,7,0,true,true,false],[247,22,0,true,true,false],[247,35,0,true,false,false],[247,37,0,true,true,false],[247,81,0,true,false,false],[248,22,0,true,true,false],[248,38,0,true,true,false],[248,53,0,true,false,false],[248,55,0,true,true,false],[248,101,0,true,false,false],[249,22,0,true,true,false],[249,51,0,true,false,false],[249,53,0,true,true,false],[249,90,0,true,false,false],[252,22,0,true,true,false],[252,37,0,true,false,false],[252,39,0,true,true,false],[252,79,0,true,false,false],[258,6,0,false,false,false],[263,41,0,true,true,false],[264,28,0,true,true,false],[264,43,0,true,false,false],[265,6,0,false,false,false],[284,43,0,true,true,false],[286,6,0,false,false,false],[288,67,0,true,true,false],[290,28,0,true,true,false],[291,16,0,true,true,false],[291,27,0,true,false,false],[291,28,0,true,true,false],[293,14,0,true,false,false],[293,23,0,true,true,false],[293,34,0,true,false,false],[293,35,0,true,true,false],[295,20,0,true,true,false],[295,29,0,true,false,false],[295,30,0,true,true,false],[297,18,0,true,true,false],[298,14,0,true,true,false],[299,10,0,true,true,false],[300,26,0,true,false,false],[301,6,0,false,false,false],[305,47,0,true,true,false],[306,36,0,true,true,false],[306,52,0,true,true,false],[314,57,0,true,true,false],[314,87,0,true,false,false],[317,12,0,true,true,false],[317,22,0,true,false,false],[317,42,0,true,true,false],[319,10,0,true,true,false],[322,12,0,true,true,false],[322,22,0,true,false,false],[322,33,0,true,true,false],[324,10,0,true,true,false],[327,12,0,true,true,false],[327,20,0,true,false,false],[327,21,0,true,true,false],[329,10,0,true,true,false],[332,21,0,true,false,false],[333,6,0,false,false,false],[335,56,0,true,true,false],[337,34,0,true,true,false],[337,50,0,true,true,false],[338,36,0,true,true,false],[338,52,0,true,true,false],[341,41,0,true,true,false],[341,76,0,true,false,false],[342,50,0,true,true,false],[342,66,0,true,true,false],[345,79,0,true,true,false],[347,10,0,true,true,false],[348,20,0,true,false,false],[349,6,0,false,false,false],[360,30,0,true,true,false],[361,16,0,true,true,false],[361,20,0,true,false,false],[362,9,0,true,true,false],[362,33,0,true,false,false],[363,9,0,true,true,false],[363,27,0,true,false,false],[364,9,0,true,true,false],[364,33,0,true,false,false],[365,9,0,true,true,false],[365,29,0,true,false,false],[366,9,0,true,true,false],[366,26,0,true,false,false],[367,10,0,true,true,false],[368,6,0,false,false,false],[370,29,0,true,true,false],[371,16,0,true,true,false],[371,20,0,true,false,false],[372,9,0,true,true,false],[372,46,0,true,false,false],[373,9,0,true,true,false],[373,36,0,true,false,false],[374,9,0,true,true,false],[374,38,0,true,false,false],[375,9,0,true,true,false],[375,47,0,true,false,false],[376,9,0,true,true,false],[376,35,0,true,false,false],[377,10,0,true,true,false],[378,6,0,false,false,false],[389,36,0,true,true,false],[390,16,0,true,true,false],[390,20,0,true,false,false],[391,9,0,true,true,false],[391,39,0,true,false,false],[392,9,0,true,true,false],[392,33,0,true,false,false],[393,9,0,true,true,false],[393,33,0,true,false,false],[394,9,0,true,true,false],[394,37,0,true,false,false],[395,9,0,true,true,false],[395,31,0,true,false,false],[396,10,0,true,true,false],[397,6,0,false,false,false],[399,29,0,true,true,false],[400,16,0,true,true,false],[400,20,0,true,false,false],[401,9,0,true,true,false],[401,48,0,true,false,false],[402,9,0,true,true,false],[402,34,0,true,false,false],[403,9,0,true,true,false],[403,40,0,true,false,false],[404,9,0,true,true,false],[404,35,0,true,false,false],[405,9,0,true,true,false],[405,29,0,true,false,false],[406,10,0,true,true,false],[407,6,0,false,false,false],[411,38,0,true,true,false],[412,16,0,true,true,false],[412,20,0,true,false,false],[413,9,0,true,true,false],[413,30,0,true,false,false],[414,9,0,true,true,false],[414,27,0,true,false,false],[415,9,0,true,true,false],[415,27,0,true,false,false],[416,9,0,true,true,false],[416,29,0,true,false,false],[417,9,0,true,true,false],[417,26,0,true,false,false],[418,10,0,true,true,false],[419,6,0,false,false,false],[429,34,0,true,true,false],[430,16,0,true,true,false],[430,20,0,true,false,false],[431,9,0,true,true,false],[431,29,0,true,false,false],[432,9,0,true,true,false],[432,24,0,true,false,false],[433,9,0,true,true,false],[433,28,0,true,false,false],[434,9,0,true,true,false],[434,30,0,true,false,false],[435,10,0,true,true,false],[436,6,0,false,false,false],[438,36,0,true,true,false],[439,16,0,true,true,false],[439,20,0,true,false,false],[440,9,0,true,true,false],[441,60,0,true,false,false],[442,9,0,true,true,false],[443,76,0,true,false,false],[444,9,0,true,true,false],[445,51,0,true,false,false],[446,9,0,true,true,false],[447,60,0,true,false,false],[448,10,0,true,true,false],[449,6,0,false,false,false],[454,63,0,true,true,false],[455,37,0,true,true,false],[455,104,0,true,false,false],[455,109,0,true,true,false],[455,118,0,true,false,false],[456,6,0,false,false,false],[461,21,0,true,true,false],[461,27,0,false,false,false],[466,87,0,true,true,false],[470,6,0,false,false,false],[478,36,0,true,true,false],[482,16,0,true,true,false],[482,20,0,true,false,false],[483,9,0,true,true,false],[484,85,0,true,false,false],[485,9,0,true,true,false],[486,53,0,true,false,false],[487,9,0,true,true,false],[488,67,0,true,false,false],[490,6,0,false,false,false],[495,21,0,true,true,false],[495,27,0,false,false,false],[499,52,0,true,true,false],[502,6,0,false,false,false],[504,36,0,true,true,false],[505,37,0,true,true,false],[505,43,0,true,false,false],[507,6,0,false,false,false],[510,35,0,true,true,false],[512,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":70,"covered":0,"percent":0},"instantiations":{"count":70,"covered":0,"percent":0},"lines":{"count":380,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":178,"covered":0,"notcovered":178,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift","mcdc_records":[],"segments":[[24,7,0,true,true,false],[29,6,0,false,false,false],[58,7,0,true,true,false],[65,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":14,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift","mcdc_records":[],"segments":[[11,45,0,true,true,false],[14,14,0,true,true,false],[16,10,0,true,true,false],[17,21,0,true,false,false],[18,6,0,false,false,false],[21,17,0,true,true,false],[22,63,0,true,true,false],[25,10,0,true,true,false],[27,6,0,false,false,false],[45,5,0,true,true,false],[52,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":23,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift","mcdc_records":[],"segments":[[27,7,0,true,true,false],[37,6,0,false,false,false],[47,47,0,true,true,false],[48,72,0,true,true,false],[49,58,0,true,true,false],[50,66,0,true,true,false],[51,66,0,true,true,false],[52,68,0,true,true,false],[53,72,0,true,true,false],[54,75,0,true,true,false],[55,72,0,true,true,false],[56,90,0,true,true,false],[58,100,0,true,true,false],[58,104,0,true,true,false],[58,109,0,true,false,false],[59,6,0,false,false,false],[61,52,0,true,true,false],[63,46,0,true,true,false],[64,52,0,true,true,false],[65,52,0,true,true,false],[66,54,0,true,true,false],[67,60,0,true,true,false],[68,61,0,true,true,false],[69,60,0,true,true,false],[70,67,0,true,true,false],[71,64,0,true,true,false],[72,6,0,false,false,false],[76,30,0,true,true,false],[78,15,0,true,true,false],[78,39,0,true,false,false],[79,15,0,true,true,false],[79,20,0,true,false,false],[80,6,0,false,false,false],[82,29,0,true,true,false],[85,9,0,true,true,false],[87,10,0,true,true,false],[88,44,0,true,false,false],[89,6,0,false,false,false],[91,39,0,true,true,false],[93,6,0,false,false,false],[95,47,0,true,true,false],[107,6,0,false,false,false],[111,44,0,true,true,false],[112,16,0,true,true,false],[112,27,0,true,false,false],[112,33,0,true,true,false],[112,54,0,true,false,false],[113,6,0,false,false,false],[115,50,0,true,true,false],[116,13,0,true,true,false],[116,38,0,true,false,false],[117,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":75,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift","mcdc_records":[],"segments":[[8,54,0,true,true,false],[12,50,0,true,true,false],[14,10,0,true,true,false],[17,34,0,true,true,false],[19,10,0,true,true,false],[22,27,0,true,true,false],[24,10,0,true,true,false],[46,20,0,true,false,false],[47,6,0,false,false,false],[158,57,0,true,true,false],[160,6,0,false,false,false],[163,57,0,true,true,false],[164,45,0,true,true,false],[164,49,0,true,false,false],[165,6,0,false,false,false],[168,74,0,true,true,false],[170,6,0,false,false,false],[183,46,0,true,true,false],[184,20,0,true,true,false],[184,24,0,true,false,false],[185,13,0,true,true,false],[186,44,0,true,false,false],[187,13,0,true,true,false],[188,45,0,true,false,false],[189,13,0,true,true,false],[190,46,0,true,false,false],[191,13,0,true,true,false],[192,47,0,true,false,false],[193,13,0,true,true,false],[194,69,0,true,false,false],[195,13,0,true,true,false],[196,59,0,true,false,false],[197,14,0,true,true,false],[198,10,0,false,false,false],[204,74,0,true,true,false],[211,12,0,true,true,false],[211,32,0,true,false,false],[211,33,0,true,true,false],[213,10,0,true,false,false],[214,12,0,true,true,false],[214,33,0,true,false,false],[214,34,0,true,true,false],[216,10,0,true,false,false],[219,12,0,true,true,false],[219,27,0,true,false,false],[219,28,0,true,true,false],[221,10,0,true,true,false],[224,12,0,true,true,false],[224,37,0,true,false,false],[224,38,0,true,true,false],[226,10,0,true,false,false],[230,35,0,true,true,false],[231,16,0,true,true,false],[231,44,0,true,false,false],[231,45,0,true,true,false],[233,14,0,true,false,false],[234,10,0,true,true,false],[239,12,0,true,true,false],[239,47,0,true,false,false],[239,48,0,true,true,false],[241,10,0,true,false,false],[244,6,0,false,false,false],[247,58,0,true,true,false],[251,12,0,true,true,false],[251,48,0,true,false,false],[251,49,0,true,true,false],[253,10,0,true,true,false],[256,12,0,true,true,false],[256,41,0,true,false,false],[256,42,0,true,true,false],[258,10,0,true,true,false],[261,12,0,true,true,false],[261,33,0,true,false,false],[261,34,0,true,true,false],[263,10,0,true,true,false],[266,12,0,true,true,false],[266,37,0,true,false,false],[266,38,0,true,true,false],[268,10,0,true,true,false],[270,21,0,true,false,false],[271,6,0,false,false,false],[274,71,0,true,true,false],[277,75,0,true,true,false],[277,91,0,true,true,false],[279,67,0,true,true,false],[281,72,0,true,true,false],[284,14,0,true,true,false],[285,10,0,true,true,false],[286,21,0,true,false,false],[287,6,0,false,false,false],[290,78,0,true,true,false],[292,75,0,true,true,false],[292,89,0,true,true,false],[296,9,0,true,true,false],[298,16,0,true,true,false],[298,55,0,true,false,false],[298,56,0,true,true,false],[300,14,0,true,true,false],[301,10,0,true,true,false],[302,19,0,true,false,false],[303,6,0,false,false,false],[306,68,0,true,true,false],[309,40,0,true,true,false],[310,16,0,true,true,false],[310,37,0,true,false,false],[310,38,0,true,true,false],[313,14,0,true,true,false],[314,10,0,true,true,false],[316,31,0,true,false,false],[317,6,0,false,false,false],[320,63,0,true,true,false],[322,18,0,true,true,false],[322,61,0,true,false,false],[323,21,0,true,true,false],[323,36,0,true,false,false],[324,6,0,false,false,false],[327,62,0,true,true,false],[331,51,0,true,true,false],[333,10,0,true,true,false],[336,12,0,true,true,false],[336,48,0,true,false,false],[336,49,0,true,true,false],[338,10,0,true,true,false],[341,26,0,true,false,false],[342,6,0,false,false,false],[354,27,0,true,true,false],[357,67,0,true,true,false],[357,89,0,true,false,false],[357,90,0,true,true,false],[359,16,0,true,true,false],[359,53,0,true,false,false],[359,54,0,true,true,false],[361,14,0,true,true,false],[362,10,0,true,true,false],[364,19,0,true,false,false],[365,6,0,false,false,false],[375,28,0,true,true,false],[379,12,0,true,true,false],[379,26,0,true,false,false],[379,92,0,true,true,false],[381,10,0,true,false,false],[384,6,0,false,false,false],[394,34,0,true,true,false],[395,20,0,true,true,false],[395,24,0,true,false,false],[396,13,0,true,true,false],[396,32,0,true,false,false],[397,13,0,true,true,false],[397,54,0,true,false,false],[398,14,0,true,true,false],[399,10,0,false,false,false],[402,41,0,true,true,false],[403,20,0,true,true,false],[403,24,0,true,false,false],[404,13,0,true,true,false],[404,32,0,true,false,false],[405,13,0,true,true,false],[405,46,0,true,false,false],[406,14,0,true,true,false],[407,10,0,false,false,false],[410,38,0,true,true,false],[411,20,0,true,true,false],[411,24,0,true,false,false],[412,13,0,true,true,false],[412,27,0,true,false,false],[413,13,0,true,true,false],[413,50,0,true,false,false],[414,14,0,true,true,false],[415,10,0,false,false,false],[421,82,0,true,true,false],[424,12,0,true,true,false],[424,30,0,true,false,false],[424,31,0,true,true,false],[426,59,0,true,true,false],[426,80,0,true,false,false],[427,39,0,true,true,false],[427,51,0,true,false,false],[429,10,0,true,true,false],[434,37,0,true,true,false],[436,17,0,true,true,false],[436,62,0,true,false,false],[437,16,0,true,true,false],[437,23,0,true,false,false],[437,24,0,true,true,false],[439,14,0,true,false,false],[440,10,0,true,true,false],[443,63,0,true,true,false],[445,10,0,true,true,false],[448,71,0,true,true,false],[448,96,0,true,false,false],[448,97,0,true,true,false],[450,10,0,true,true,false],[453,80,0,true,true,false],[454,16,0,true,true,false],[454,41,0,true,true,false],[455,53,0,true,true,false],[455,78,0,true,true,false],[456,29,0,true,false,false],[457,16,0,true,true,false],[459,14,0,true,false,false],[460,10,0,true,true,false],[463,31,0,true,true,false],[464,16,0,true,true,false],[464,40,0,true,false,false],[464,41,0,true,true,false],[466,14,0,true,true,false],[467,73,0,true,false,false],[468,15,0,true,true,false],[468,27,0,true,false,false],[469,6,0,false,false,false],[474,68,0,true,true,false],[477,12,0,true,true,false],[477,30,0,true,false,false],[477,31,0,true,true,false],[479,10,0,true,true,false],[484,63,0,true,true,false],[486,10,0,true,true,false],[489,71,0,true,true,false],[489,96,0,true,false,false],[489,97,0,true,true,false],[491,10,0,true,true,false],[494,80,0,true,true,false],[495,16,0,true,true,false],[495,41,0,true,true,false],[495,64,0,true,false,false],[495,66,0,true,true,false],[497,14,0,true,false,false],[498,10,0,true,true,false],[501,31,0,true,true,false],[502,16,0,true,true,false],[502,40,0,true,false,false],[502,41,0,true,true,false],[504,14,0,true,true,false],[505,33,0,true,false,false],[506,15,0,true,true,false],[506,20,0,true,false,false],[507,6,0,false,false,false],[512,70,0,true,true,false],[516,51,0,true,true,false],[518,10,0,true,true,false],[522,33,0,true,false,false],[523,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":355,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":154,"covered":0,"notcovered":154,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift","mcdc_records":[],"segments":[[12,20,0,true,true,false],[12,32,0,false,false,false],[14,29,0,true,true,false],[15,16,0,true,true,false],[15,20,0,true,false,false],[16,9,0,true,true,false],[16,35,0,true,false,false],[17,9,0,true,true,false],[17,27,0,true,false,false],[18,9,0,true,true,false],[18,36,0,true,false,false],[19,9,0,true,true,false],[19,29,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[39,50,0,true,true,false],[40,16,0,true,true,false],[40,34,0,true,false,false],[41,9,0,true,true,false],[41,48,0,true,false,false],[42,9,0,true,true,false],[42,66,0,true,false,false],[43,9,0,true,true,false],[43,21,0,true,false,false],[44,10,0,true,true,false],[45,6,0,false,false,false],[78,92,0,true,true,false],[79,16,0,true,true,false],[79,25,0,true,false,false],[80,9,0,true,true,false],[81,33,0,true,false,false],[82,9,0,true,true,false],[83,41,0,true,true,false],[83,65,0,true,true,false],[87,65,0,true,false,false],[89,6,0,false,false,false],[118,31,0,true,true,false],[118,56,0,false,false,false],[119,33,0,true,true,false],[119,60,0,false,false,false],[120,29,0,true,true,false],[120,52,0,false,false,false],[121,31,0,true,true,false],[121,56,0,false,false,false],[122,32,0,true,true,false],[122,58,0,false,false,false],[123,34,0,true,true,false],[123,62,0,false,false,false],[126,31,0,true,true,false],[128,6,0,false,false,false],[173,50,0,true,true,false],[174,19,0,true,true,false],[174,34,0,true,false,false],[175,6,0,false,false,false],[450,23,0,true,true,false],[455,16,0,true,true,false],[455,25,0,true,false,false],[456,9,0,true,true,false],[457,91,0,true,false,false],[458,9,0,true,true,false],[459,73,0,true,false,false],[460,9,0,true,true,false],[461,86,0,true,false,false],[462,9,0,true,true,false],[463,42,0,true,false,false],[464,10,0,true,true,false],[472,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":64,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift","mcdc_records":[],"segments":[[30,7,0,true,true,false],[37,6,0,false,false,false],[65,36,0,true,true,false],[66,16,0,true,true,false],[66,20,0,true,false,false],[67,9,0,true,true,false],[67,38,0,true,false,false],[68,9,0,true,true,false],[68,31,0,true,false,false],[69,10,0,true,true,false],[70,6,0,false,false,false],[73,36,0,true,true,false],[74,16,0,true,true,false],[74,20,0,true,false,false],[75,9,0,true,true,false],[75,65,0,true,false,false],[76,9,0,true,true,false],[76,54,0,true,false,false],[77,10,0,true,true,false],[78,6,0,false,false,false],[81,37,0,true,true,false],[82,16,0,true,true,false],[82,20,0,true,false,false],[83,9,0,true,true,false],[83,44,0,true,false,false],[84,9,0,true,true,false],[84,37,0,true,false,false],[85,10,0,true,true,false],[86,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":26,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift","mcdc_records":[],"segments":[[26,7,0,true,true,false],[32,6,0,false,false,false],[65,41,0,true,true,false],[66,16,0,true,true,false],[66,20,0,true,false,false],[67,9,0,true,true,false],[68,43,0,true,false,false],[69,9,0,true,true,false],[70,48,0,true,false,false],[71,9,0,true,true,false],[72,49,0,true,false,false],[73,9,0,true,true,false],[74,15,0,true,false,false],[75,10,0,true,true,false],[76,6,0,false,false,false],[98,7,0,true,true,false],[105,6,0,false,false,false],[116,47,0,true,true,false],[117,72,0,true,true,false],[118,80,0,true,true,false],[118,84,0,true,true,false],[118,87,0,true,false,false],[119,80,0,true,true,false],[119,84,0,true,true,false],[119,87,0,true,false,false],[120,93,0,true,true,false],[120,97,0,true,true,false],[120,102,0,true,false,false],[121,90,0,true,true,false],[121,94,0,true,true,false],[121,95,0,true,false,false],[122,92,0,true,true,false],[122,96,0,true,true,false],[122,99,0,true,false,false],[123,94,0,true,true,false],[123,98,0,true,true,false],[123,101,0,true,false,false],[124,6,0,false,false,false],[126,52,0,true,true,false],[128,60,0,true,true,false],[129,60,0,true,true,false],[130,72,0,true,true,false],[131,70,0,true,true,false],[132,62,0,true,true,false],[133,64,0,true,true,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":51,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift","mcdc_records":[],"segments":[[18,85,0,true,true,false],[19,16,0,true,true,false],[19,26,0,true,false,false],[21,9,0,true,true,false],[21,31,0,true,false,false],[22,9,0,true,true,false],[22,31,0,true,false,false],[23,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[24,31,0,true,false,false],[25,9,0,true,true,false],[25,31,0,true,false,false],[26,9,0,true,true,false],[26,31,0,true,false,false],[27,9,0,true,true,false],[27,31,0,true,false,false],[28,9,0,true,true,false],[28,31,0,true,false,false],[29,9,0,true,true,false],[29,31,0,true,false,false],[30,9,0,true,true,false],[30,31,0,true,false,false],[31,9,0,true,true,false],[31,32,0,true,false,false],[32,9,0,true,true,false],[32,32,0,true,false,false],[33,9,0,true,true,false],[33,34,0,true,false,false],[35,9,0,true,true,false],[35,33,0,true,false,false],[36,9,0,true,true,false],[36,31,0,true,false,false],[37,9,0,true,true,false],[37,31,0,true,false,false],[38,9,0,true,true,false],[38,31,0,true,false,false],[39,9,0,true,true,false],[39,31,0,true,false,false],[40,9,0,true,true,false],[40,31,0,true,false,false],[41,9,0,true,true,false],[41,31,0,true,false,false],[42,9,0,true,true,false],[42,31,0,true,false,false],[43,9,0,true,true,false],[43,31,0,true,false,false],[44,9,0,true,true,false],[44,31,0,true,false,false],[45,9,0,true,true,false],[45,32,0,true,false,false],[46,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[47,32,0,true,false,false],[48,9,0,true,true,false],[48,33,0,true,false,false],[50,9,0,true,true,false],[50,33,0,true,false,false],[51,9,0,true,true,false],[51,30,0,true,false,false],[52,9,0,true,true,false],[52,30,0,true,false,false],[53,9,0,true,true,false],[53,30,0,true,false,false],[54,9,0,true,true,false],[54,30,0,true,false,false],[55,9,0,true,true,false],[55,30,0,true,false,false],[56,9,0,true,true,false],[56,30,0,true,false,false],[57,9,0,true,true,false],[57,31,0,true,false,false],[58,9,0,true,true,false],[58,31,0,true,false,false],[59,9,0,true,true,false],[59,31,0,true,false,false],[60,9,0,true,true,false],[60,32,0,true,false,false],[61,9,0,true,true,false],[61,32,0,true,false,false],[65,9,0,true,true,false],[65,34,0,true,false,false],[66,9,0,true,true,false],[66,34,0,true,false,false],[68,9,0,true,true,false],[68,33,0,true,false,false],[69,9,0,true,true,false],[69,32,0,true,false,false],[70,9,0,true,true,false],[70,30,0,true,false,false],[71,9,0,true,true,false],[71,30,0,true,false,false],[72,9,0,true,true,false],[72,30,0,true,false,false],[73,9,0,true,true,false],[73,30,0,true,false,false],[74,9,0,true,true,false],[74,31,0,true,false,false],[75,9,0,true,true,false],[75,31,0,true,false,false],[76,9,0,true,true,false],[76,31,0,true,false,false],[77,9,0,true,true,false],[77,31,0,true,false,false],[78,9,0,true,true,false],[78,32,0,true,false,false],[79,9,0,true,true,false],[79,32,0,true,false,false],[80,9,0,true,true,false],[80,34,0,true,false,false],[83,9,0,true,true,false],[83,34,0,true,false,false],[85,9,0,true,true,false],[85,33,0,true,false,false],[86,9,0,true,true,false],[86,33,0,true,false,false],[87,9,0,true,true,false],[87,33,0,true,false,false],[88,9,0,true,true,false],[88,33,0,true,false,false],[89,9,0,true,true,false],[89,33,0,true,false,false],[90,9,0,true,true,false],[90,33,0,true,false,false],[91,9,0,true,true,false],[91,34,0,true,false,false],[93,9,0,true,true,false],[93,42,0,true,false,false],[94,9,0,true,true,false],[94,42,0,true,false,false],[95,9,0,true,true,false],[95,41,0,true,false,false],[96,9,0,true,true,false],[96,42,0,true,false,false],[97,9,0,true,true,false],[97,41,0,true,false,false],[98,9,0,true,true,false],[98,41,0,true,false,false],[99,9,0,true,true,false],[99,41,0,true,false,false],[100,9,0,true,true,false],[100,42,0,true,false,false],[101,9,0,true,true,false],[101,42,0,true,false,false],[102,9,0,true,true,false],[102,43,0,true,false,false],[103,9,0,true,true,false],[103,45,0,true,false,false],[104,9,0,true,true,false],[104,45,0,true,false,false],[106,9,0,true,true,false],[106,35,0,true,false,false],[107,9,0,true,true,false],[107,35,0,true,false,false],[108,9,0,true,true,false],[108,35,0,true,false,false],[109,9,0,true,true,false],[109,35,0,true,false,false],[111,9,0,true,true,false],[111,36,0,true,false,false],[112,9,0,true,true,false],[112,36,0,true,false,false],[113,9,0,true,true,false],[113,35,0,true,false,false],[114,9,0,true,true,false],[114,36,0,true,false,false],[116,9,0,true,true,false],[116,44,0,true,false,false],[117,9,0,true,true,false],[118,16,0,true,false,false],[119,10,0,true,true,false],[120,6,0,false,false,false],[123,140,0,true,true,false],[125,53,0,true,true,false],[125,75,0,true,false,false],[125,77,0,true,true,false],[127,10,0,true,true,false],[129,46,0,true,false,false],[130,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":112,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":0,"notcovered":91,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift","mcdc_records":[],"segments":[[13,25,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[15,23,0,true,false,false],[16,9,0,true,true,false],[16,34,0,true,false,false],[17,9,0,true,true,false],[17,42,0,true,false,false],[18,9,0,true,true,false],[18,34,0,true,false,false],[19,9,0,true,true,false],[19,64,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[23,24,0,true,true,false],[24,16,0,true,true,false],[24,20,0,true,false,false],[25,9,0,true,true,false],[25,36,0,true,false,false],[26,9,0,true,true,false],[26,22,0,true,false,false],[27,10,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":15,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift","mcdc_records":[],"segments":[[34,7,0,true,true,false],[43,6,0,false,false,false],[46,35,0,true,true,false],[47,33,0,true,true,false],[47,50,0,true,false,false],[48,6,0,false,false,false],[54,47,0,true,true,false],[55,72,0,true,true,false],[56,65,0,true,true,false],[56,71,0,true,false,false],[57,66,0,true,true,false],[58,68,0,true,true,false],[59,91,0,true,true,false],[60,85,0,true,true,false],[61,87,0,true,true,false],[62,85,0,true,true,false],[62,90,0,true,false,false],[63,90,0,true,true,false],[64,6,0,false,false,false],[66,52,0,true,true,false],[68,46,0,true,true,false],[69,52,0,true,true,false],[70,54,0,true,true,false],[71,77,0,true,true,false],[72,71,0,true,true,false],[73,73,0,true,true,false],[74,12,0,true,true,false],[74,24,0,true,false,false],[74,25,0,true,true,false],[75,70,0,true,true,false],[76,10,0,true,true,false],[77,67,0,true,true,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift","mcdc_records":[],"segments":[[6,27,0,true,true,false],[6,34,0,false,false,false],[11,87,0,true,true,false],[15,6,0,false,false,false],[18,38,0,true,true,false],[19,16,0,true,true,false],[19,27,0,true,false,false],[20,9,0,true,true,false],[21,42,0,true,true,false],[21,44,0,true,false,false],[22,9,0,true,true,false],[23,42,0,true,true,false],[23,44,0,true,false,false],[24,9,0,true,true,false],[25,22,0,true,true,false],[25,37,0,true,false,false],[26,10,0,true,true,false],[27,6,0,false,false,false],[30,45,0,true,true,false],[31,40,0,true,true,false],[31,62,0,true,false,false],[33,6,0,false,false,false],[36,30,0,true,true,false],[38,6,0,false,false,false],[48,100,0,true,true,false],[53,6,0,false,false,false],[56,38,0,true,true,false],[59,12,0,true,true,false],[59,40,0,true,false,false],[59,41,0,true,true,false],[59,60,0,true,false,false],[60,12,0,true,true,false],[60,39,0,true,false,false],[60,40,0,true,true,false],[60,59,0,true,false,false],[61,12,0,true,true,false],[61,38,0,true,false,false],[61,39,0,true,true,false],[61,58,0,true,false,false],[62,12,0,true,true,false],[62,40,0,true,false,false],[62,41,0,true,true,false],[62,60,0,true,false,false],[65,41,0,true,true,false],[65,61,0,true,false,false],[67,9,0,true,true,false],[68,18,0,true,false,false],[69,9,0,true,true,false],[70,18,0,true,false,false],[71,9,0,true,true,false],[72,18,0,true,false,false],[73,9,0,true,true,false],[74,18,0,true,false,false],[75,9,0,true,true,false],[76,17,0,true,false,false],[77,9,0,true,true,false],[78,18,0,true,false,false],[80,9,0,true,true,false],[81,20,0,true,false,false],[82,9,0,true,true,false],[83,18,0,true,false,false],[84,9,0,true,true,false],[85,18,0,true,false,false],[86,9,0,true,true,false],[87,18,0,true,false,false],[88,9,0,true,true,false],[89,18,0,true,false,false],[90,9,0,true,true,false],[91,18,0,true,false,false],[93,9,0,true,true,false],[94,18,0,true,false,false],[95,9,0,true,true,false],[96,18,0,true,false,false],[97,9,0,true,true,false],[98,18,0,true,false,false],[99,9,0,true,true,false],[100,18,0,true,false,false],[102,9,0,true,true,false],[103,18,0,true,false,false],[104,9,0,true,true,false],[105,18,0,true,false,false],[106,9,0,true,true,false],[107,18,0,true,false,false],[108,9,0,true,true,false],[109,18,0,true,false,false],[111,9,0,true,true,false],[113,33,0,true,false,false],[115,9,0,true,true,false],[116,19,0,true,false,false],[117,9,0,true,true,false],[118,19,0,true,false,false],[119,9,0,true,true,false],[120,19,0,true,false,false],[121,9,0,true,true,false],[122,19,0,true,false,false],[123,9,0,true,true,false],[124,19,0,true,false,false],[125,9,0,true,true,false],[126,18,0,true,false,false],[127,9,0,true,true,false],[128,18,0,true,false,false],[129,9,0,true,true,false],[130,18,0,true,false,false],[131,9,0,true,true,false],[132,18,0,true,false,false],[133,9,0,true,true,false],[134,18,0,true,false,false],[135,9,0,true,true,false],[136,18,0,true,false,false],[137,9,0,true,true,false],[138,20,0,true,false,false],[139,9,0,true,true,false],[140,20,0,true,false,false],[141,9,0,true,true,false],[142,19,0,true,false,false],[144,9,0,true,true,false],[145,18,0,true,false,false],[146,9,0,true,true,false],[147,18,0,true,false,false],[148,9,0,true,true,false],[149,35,0,true,false,false],[151,9,0,true,true,false],[152,40,0,true,false,false],[153,9,0,true,true,false],[155,34,0,true,true,false],[155,54,0,true,false,false],[155,57,0,true,true,false],[155,64,0,true,false,false],[156,10,0,true,true,false],[158,22,0,true,false,false],[159,6,0,false,false,false],[162,45,0,true,true,false],[165,12,0,true,true,false],[165,40,0,true,false,false],[165,41,0,true,true,false],[165,68,0,true,false,false],[166,12,0,true,true,false],[166,39,0,true,false,false],[166,40,0,true,true,false],[166,66,0,true,false,false],[167,12,0,true,true,false],[167,38,0,true,false,false],[167,39,0,true,true,false],[167,64,0,true,false,false],[168,12,0,true,true,false],[168,40,0,true,false,false],[168,41,0,true,true,false],[168,68,0,true,false,false],[172,12,0,true,true,false],[172,28,0,true,false,false],[172,29,0,true,true,false],[174,10,0,true,false,false],[174,45,0,true,true,false],[177,10,0,true,false,false],[177,16,0,true,true,false],[180,10,0,true,false,false],[181,6,0,false,false,false],[188,34,0,true,true,false],[190,6,0,false,false,false],[198,45,0,true,true,false],[201,12,0,true,true,false],[201,47,0,true,false,false],[201,48,0,true,true,false],[201,78,0,true,false,false],[202,12,0,true,true,false],[202,49,0,true,false,false],[202,50,0,true,true,false],[202,79,0,true,false,false],[203,12,0,true,true,false],[203,45,0,true,false,false],[203,46,0,true,true,false],[203,74,0,true,false,false],[204,12,0,true,true,false],[204,47,0,true,false,false],[204,48,0,true,true,false],[204,78,0,true,false,false],[207,6,0,false,false,false],[210,35,0,true,true,false],[212,6,0,false,false,false],[221,36,0,true,true,false],[222,16,0,true,true,false],[222,20,0,true,false,false],[223,9,0,true,true,false],[223,31,0,true,false,false],[224,9,0,true,true,false],[224,30,0,true,false,false],[225,9,0,true,true,false],[225,35,0,true,false,false],[226,10,0,true,true,false],[227,6,0,false,false,false],[229,31,0,true,true,false],[230,16,0,true,true,false],[230,20,0,true,false,false],[231,9,0,true,true,false],[231,28,0,true,false,false],[232,9,0,true,true,false],[232,27,0,true,false,false],[233,9,0,true,true,false],[233,30,0,true,false,false],[234,10,0,true,true,false],[235,6,0,false,false,false],[237,36,0,true,true,false],[238,16,0,true,true,false],[238,20,0,true,false,false],[239,9,0,true,true,false],[239,45,0,true,false,false],[240,9,0,true,true,false],[240,62,0,true,false,false],[241,9,0,true,true,false],[241,60,0,true,false,false],[242,10,0,true,true,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":194,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":110,"covered":0,"notcovered":110,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift","mcdc_records":[],"segments":[[22,7,0,true,true,false],[26,32,0,true,true,false],[26,51,0,true,false,false],[30,6,0,false,false,false],[37,7,0,true,true,false],[41,32,0,true,true,false],[41,51,0,true,false,false],[43,39,0,true,true,false],[43,41,0,true,false,false],[45,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift","mcdc_records":[],"segments":[[14,85,0,true,true,false],[15,16,0,true,true,false],[15,26,0,true,false,false],[18,9,0,true,true,false],[18,31,0,true,false,false],[19,9,0,true,true,false],[19,31,0,true,false,false],[20,9,0,true,true,false],[20,31,0,true,false,false],[21,9,0,true,true,false],[21,31,0,true,false,false],[22,9,0,true,true,false],[22,31,0,true,false,false],[23,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[24,37,0,true,false,false],[26,9,0,true,true,false],[26,37,0,true,false,false],[27,9,0,true,true,false],[27,32,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,9,0,true,true,false],[29,32,0,true,false,false],[30,9,0,true,true,false],[30,32,0,true,false,false],[31,9,0,true,true,false],[31,32,0,true,false,false],[32,9,0,true,true,false],[32,32,0,true,false,false],[35,9,0,true,true,false],[35,33,0,true,false,false],[36,9,0,true,true,false],[36,31,0,true,false,false],[37,9,0,true,true,false],[37,31,0,true,false,false],[38,9,0,true,true,false],[38,31,0,true,false,false],[39,9,0,true,true,false],[39,31,0,true,false,false],[40,9,0,true,true,false],[40,31,0,true,false,false],[41,9,0,true,true,false],[41,25,0,true,false,false],[43,9,0,true,true,false],[43,32,0,true,false,false],[44,9,0,true,true,false],[44,32,0,true,false,false],[45,9,0,true,true,false],[45,32,0,true,false,false],[46,9,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[47,32,0,true,false,false],[48,9,0,true,true,false],[48,33,0,true,false,false],[49,9,0,true,true,false],[49,26,0,true,false,false],[52,9,0,true,true,false],[52,33,0,true,false,false],[53,9,0,true,true,false],[53,30,0,true,false,false],[54,9,0,true,true,false],[54,30,0,true,false,false],[55,9,0,true,true,false],[55,30,0,true,false,false],[56,9,0,true,true,false],[56,30,0,true,false,false],[57,9,0,true,true,false],[57,30,0,true,false,false],[58,9,0,true,true,false],[58,25,0,true,false,false],[60,9,0,true,true,false],[60,33,0,true,false,false],[61,9,0,true,true,false],[61,33,0,true,false,false],[63,9,0,true,true,false],[63,34,0,true,false,false],[64,9,0,true,true,false],[64,34,0,true,false,false],[66,9,0,true,true,false],[66,31,0,true,false,false],[67,9,0,true,true,false],[67,32,0,true,false,false],[68,9,0,true,true,false],[68,32,0,true,false,false],[69,9,0,true,true,false],[69,32,0,true,false,false],[70,9,0,true,true,false],[70,32,0,true,false,false],[71,9,0,true,true,false],[71,32,0,true,false,false],[72,9,0,true,true,false],[72,26,0,true,false,false],[75,9,0,true,true,false],[75,33,0,true,false,false],[76,9,0,true,true,false],[76,30,0,true,false,false],[77,9,0,true,true,false],[77,30,0,true,false,false],[78,9,0,true,true,false],[78,30,0,true,false,false],[79,9,0,true,true,false],[79,30,0,true,false,false],[80,9,0,true,true,false],[80,31,0,true,false,false],[82,9,0,true,true,false],[82,33,0,true,false,false],[84,9,0,true,true,false],[84,34,0,true,false,false],[86,9,0,true,true,false],[86,32,0,true,false,false],[87,9,0,true,true,false],[87,32,0,true,false,false],[88,9,0,true,true,false],[88,32,0,true,false,false],[89,9,0,true,true,false],[89,32,0,true,false,false],[90,9,0,true,true,false],[90,32,0,true,false,false],[91,9,0,true,true,false],[91,34,0,true,false,false],[94,9,0,true,true,false],[94,36,0,true,false,false],[95,9,0,true,true,false],[95,31,0,true,false,false],[96,9,0,true,true,false],[96,33,0,true,false,false],[97,9,0,true,true,false],[97,34,0,true,false,false],[98,9,0,true,true,false],[98,34,0,true,false,false],[100,9,0,true,true,false],[100,35,0,true,false,false],[101,9,0,true,true,false],[101,35,0,true,false,false],[102,9,0,true,true,false],[102,34,0,true,false,false],[104,9,0,true,true,false],[104,34,0,true,false,false],[105,9,0,true,true,false],[105,35,0,true,false,false],[106,9,0,true,true,false],[106,36,0,true,false,false],[108,9,0,true,true,false],[108,35,0,true,false,false],[109,9,0,true,true,false],[109,35,0,true,false,false],[110,9,0,true,true,false],[110,32,0,true,false,false],[111,9,0,true,true,false],[111,32,0,true,false,false],[112,9,0,true,true,false],[112,37,0,true,false,false],[113,9,0,true,true,false],[114,16,0,true,false,false],[115,10,0,true,true,false],[116,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift","mcdc_records":[],"segments":[[23,79,0,true,true,false],[27,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":5,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift","mcdc_records":[],"segments":[[27,49,0,true,true,false],[27,51,0,false,false,false],[30,45,0,true,true,false],[30,51,0,false,false,false],[33,42,0,true,true,false],[33,47,0,false,false,false],[41,48,0,true,true,false],[45,16,0,true,true,false],[45,28,0,true,false,false],[46,9,0,true,true,false],[47,42,0,true,false,false],[48,9,0,true,true,false],[49,42,0,true,false,false],[50,9,0,true,true,false],[52,42,0,true,false,false],[53,10,0,true,true,false],[54,6,0,false,false,false],[57,45,0,true,true,false],[61,6,0,false,false,false],[64,29,0,true,true,false],[68,6,0,false,false,false],[71,18,0,true,true,false],[76,6,0,false,false,false],[81,52,0,true,true,false],[83,6,0,false,false,false],[86,33,0,true,true,false],[88,37,0,true,true,false],[88,63,0,true,false,false],[89,6,0,false,false,false],[92,38,0,true,true,false],[94,35,0,true,true,false],[94,61,0,true,false,false],[95,6,0,false,false,false],[102,101,0,true,true,false],[109,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift","mcdc_records":[],"segments":[[12,72,0,true,true,false],[13,44,0,true,true,false],[15,10,0,true,true,false],[16,12,0,true,true,false],[16,28,0,true,false,false],[16,29,0,true,true,false],[18,10,0,true,true,false],[19,19,0,true,false,false],[20,6,0,false,false,false],[22,79,0,true,true,false],[23,72,0,true,true,false],[23,81,0,true,false,false],[24,6,0,false,false,false],[60,52,0,true,true,false],[61,19,0,true,true,false],[61,34,0,true,false,false],[62,6,0,false,false,false],[194,66,0,true,true,false],[196,6,0,false,false,false],[199,65,0,true,true,false],[205,67,0,true,true,false],[207,10,0,true,true,false],[213,61,0,true,true,false],[215,10,0,true,true,false],[216,63,0,true,true,false],[218,10,0,true,true,false],[219,67,0,true,true,false],[221,10,0,true,true,false],[222,19,0,true,false,false],[223,6,0,false,false,false],[229,27,0,true,true,false],[231,55,0,true,true,false],[233,10,0,true,true,false],[234,57,0,true,true,false],[236,10,0,true,true,false],[237,61,0,true,true,false],[239,10,0,true,true,false],[240,19,0,true,false,false],[241,6,0,false,false,false],[258,81,0,true,true,false],[260,33,0,true,true,false],[260,38,0,true,false,false],[261,6,0,false,false,false],[263,106,0,true,true,false],[266,79,0,true,true,false],[266,83,0,true,false,false],[268,6,0,false,false,false],[274,17,0,true,true,false],[278,6,0,false,false,false],[280,80,0,true,true,false],[285,14,0,true,true,false],[287,10,0,true,true,false],[288,23,0,true,false,false],[289,6,0,false,false,false],[291,75,0,true,true,false],[296,14,0,true,true,false],[298,10,0,true,true,false],[299,23,0,true,false,false],[300,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":95,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift","mcdc_records":[],"segments":[[28,47,0,true,true,false],[29,72,0,true,true,false],[31,98,0,true,true,false],[31,99,0,true,true,false],[34,10,0,true,true,false],[36,113,0,true,true,false],[36,114,0,true,true,false],[39,10,0,true,true,false],[41,98,0,true,true,false],[41,99,0,true,true,false],[44,10,0,true,true,false],[46,89,0,true,true,false],[46,90,0,true,true,false],[49,10,0,true,true,false],[51,89,0,true,true,false],[51,90,0,true,true,false],[54,10,0,true,true,false],[60,10,0,true,false,false],[61,6,0,false,false,false],[63,52,0,true,true,false],[65,16,0,true,true,false],[65,20,0,true,false,false],[66,9,0,true,true,false],[67,62,0,true,false,false],[68,9,0,true,true,false],[69,72,0,true,false,false],[70,9,0,true,true,false],[71,56,0,true,false,false],[72,9,0,true,true,false],[73,56,0,true,false,false],[74,10,0,true,true,false],[75,6,0,false,false,false],[132,7,0,true,true,false],[141,6,0,false,false,false],[144,30,0,true,true,false],[145,31,0,true,true,false],[145,50,0,true,false,false],[145,54,0,true,true,false],[145,68,0,true,false,false],[145,72,0,true,true,false],[145,87,0,true,false,false],[146,6,0,false,false,false],[160,61,0,true,true,false],[164,6,0,false,false,false],[167,30,0,true,true,false],[168,25,0,true,true,false],[168,40,0,true,true,false],[168,62,0,true,false,false],[169,6,0,false,false,false],[180,48,0,true,true,false],[183,6,0,false,false,false],[213,7,0,true,true,false],[217,23,0,true,true,false],[219,10,0,true,false,false],[219,16,0,true,true,false],[220,54,0,true,true,false],[220,59,0,true,false,false],[220,62,0,true,true,false],[220,67,0,true,false,false],[222,6,0,false,false,false],[225,30,0,true,true,false],[227,6,0,false,false,false],[230,43,0,true,true,false],[231,16,0,true,true,false],[231,22,0,true,false,false],[232,9,0,true,true,false],[233,40,0,true,true,false],[234,33,0,true,true,false],[234,47,0,true,false,false],[235,14,0,true,true,false],[236,22,0,true,false,false],[237,9,0,true,true,false],[238,27,0,true,false,false],[240,6,0,false,false,false],[242,38,0,true,true,false],[243,16,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[245,40,0,true,true,false],[247,14,0,true,true,false],[248,36,0,true,false,false],[249,9,0,true,true,false],[251,40,0,true,true,false],[251,52,0,true,false,false],[251,55,0,true,true,false],[251,71,0,true,true,false],[251,87,0,true,false,false],[251,90,0,true,true,false],[251,94,0,true,false,false],[253,6,0,false,false,false],[255,43,0,true,true,false],[259,12,0,true,true,false],[259,27,0,true,false,false],[259,28,0,true,true,false],[261,10,0,true,false,false],[263,12,0,true,true,false],[263,27,0,true,false,false],[263,53,0,true,true,false],[264,92,0,true,true,false],[266,14,0,true,false,false],[270,6,0,false,false,false],[278,82,0,true,true,false],[287,6,0,false,false,false],[292,104,0,true,true,false],[300,6,0,false,false,false],[329,7,0,true,true,false],[331,22,0,true,true,false],[331,37,0,true,false,false],[331,39,0,true,true,false],[331,79,0,true,false,false],[332,22,0,true,true,false],[332,37,0,true,false,false],[332,39,0,true,true,false],[332,77,0,true,false,false],[339,6,0,false,false,false],[342,30,0,true,true,false],[343,28,0,true,true,false],[343,43,0,true,false,false],[343,47,0,true,true,false],[343,60,0,true,false,false],[344,6,0,false,false,false],[348,34,0,true,true,false],[350,6,0,false,false,false],[357,117,0,true,true,false],[359,6,0,false,false,false],[362,135,0,true,true,false],[364,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":178,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":0,"notcovered":76,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift","mcdc_records":[],"segments":[[4,44,0,true,true,false],[39,46,0,true,true,false],[49,10,0,true,true,false],[73,50,0,true,true,false],[79,10,0,true,true,false],[94,47,0,true,true,false],[100,10,0,true,true,false],[116,50,0,true,true,false],[122,10,0,true,true,false],[136,50,0,true,true,false],[142,10,0,true,true,false],[174,52,0,true,true,false],[180,10,0,true,true,false],[216,10,0,true,false,false],[217,6,0,false,false,false],[223,45,0,true,true,false],[255,46,0,true,true,false],[265,10,0,true,true,false],[302,79,0,true,true,false],[309,10,0,true,true,false],[340,69,0,true,true,false],[347,10,0,true,true,false],[373,77,0,true,true,false],[380,10,0,true,true,false],[414,79,0,true,true,false],[421,10,0,true,true,false],[458,55,0,true,true,false],[464,10,0,true,true,false],[498,10,0,true,false,false],[499,6,0,false,false,false],[506,45,0,true,true,false],[538,46,0,true,true,false],[548,10,0,true,true,false],[571,50,0,true,true,false],[577,10,0,true,true,false],[592,47,0,true,true,false],[598,10,0,true,true,false],[614,50,0,true,true,false],[620,10,0,true,true,false],[639,53,0,true,true,false],[645,10,0,true,true,false],[675,52,0,true,true,false],[681,10,0,true,true,false],[714,10,0,true,false,false],[715,6,0,false,false,false],[724,47,0,true,true,false],[755,46,0,true,true,false],[765,10,0,true,true,false],[788,50,0,true,true,false],[794,10,0,true,true,false],[809,47,0,true,true,false],[815,10,0,true,true,false],[831,50,0,true,true,false],[837,10,0,true,true,false],[855,55,0,true,true,false],[861,10,0,true,true,false],[891,52,0,true,true,false],[897,10,0,true,true,false],[930,10,0,true,false,false],[931,6,0,false,false,false],[937,48,0,true,true,false],[968,46,0,true,true,false],[978,10,0,true,true,false],[1001,50,0,true,true,false],[1007,10,0,true,true,false],[1022,47,0,true,true,false],[1028,10,0,true,true,false],[1044,50,0,true,true,false],[1050,10,0,true,true,false],[1064,50,0,true,true,false],[1070,10,0,true,true,false],[1155,10,0,true,false,false],[1156,6,0,false,false,false],[1164,54,0,true,true,false],[1170,25,0,true,true,false],[1170,52,0,true,false,false],[1173,11,0,true,true,false],[1175,10,0,true,true,false],[1186,10,0,true,false,false],[1187,6,0,false,false,false],[1193,48,0,true,true,false],[1196,25,0,true,true,false],[1196,53,0,true,false,false],[1199,11,0,true,true,false],[1201,10,0,true,true,false],[1209,10,0,true,false,false],[1210,6,0,false,false,false],[1214,48,0,true,true,false],[1217,25,0,true,true,false],[1217,53,0,true,false,false],[1220,11,0,true,true,false],[1222,10,0,true,true,false],[1230,10,0,true,false,false],[1231,6,0,false,false,false],[1235,48,0,true,true,false],[1238,25,0,true,true,false],[1238,53,0,true,false,false],[1241,11,0,true,true,false],[1243,10,0,true,true,false],[1251,10,0,true,false,false],[1252,6,0,false,false,false],[1256,48,0,true,true,false],[1259,25,0,true,true,false],[1259,53,0,true,false,false],[1262,11,0,true,true,false],[1264,10,0,true,true,false],[1272,10,0,true,false,false],[1273,6,0,false,false,false],[1277,48,0,true,true,false],[1280,25,0,true,true,false],[1280,53,0,true,false,false],[1283,11,0,true,true,false],[1285,10,0,true,true,false],[1293,10,0,true,false,false],[1294,6,0,false,false,false],[1298,49,0,true,true,false],[1301,25,0,true,true,false],[1301,53,0,true,false,false],[1304,11,0,true,true,false],[1306,10,0,true,true,false],[1314,10,0,true,false,false],[1315,6,0,false,false,false],[1321,39,0,true,true,false],[1324,25,0,true,true,false],[1324,53,0,true,false,false],[1327,11,0,true,true,false],[1329,10,0,true,true,false],[1337,10,0,true,false,false],[1338,6,0,false,false,false],[1343,40,0,true,true,false],[1346,25,0,true,true,false],[1346,53,0,true,false,false],[1349,11,0,true,true,false],[1351,10,0,true,true,false],[1359,10,0,true,false,false],[1360,6,0,false,false,false],[1365,40,0,true,true,false],[1368,25,0,true,true,false],[1368,53,0,true,false,false],[1371,11,0,true,true,false],[1373,10,0,true,true,false],[1381,10,0,true,false,false],[1382,6,0,false,false,false],[1387,46,0,true,true,false],[1390,25,0,true,true,false],[1390,53,0,true,false,false],[1393,11,0,true,true,false],[1395,10,0,true,true,false],[1403,10,0,true,false,false],[1404,6,0,false,false,false],[1409,41,0,true,true,false],[1412,25,0,true,true,false],[1412,53,0,true,false,false],[1415,11,0,true,true,false],[1417,10,0,true,true,false],[1425,10,0,true,false,false],[1426,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":1363,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":111,"covered":0,"notcovered":111,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift","mcdc_records":[],"segments":[[12,98,0,true,true,false],[18,6,0,false,false,false],[21,57,0,true,true,false],[29,25,0,true,true,false],[34,10,0,true,true,false],[37,6,0,false,false,false],[81,48,0,true,true,false],[89,9,0,true,true,false],[91,10,0,true,true,false],[96,66,0,true,true,false],[98,133,0,true,true,false],[100,14,0,true,false,false],[100,20,0,true,true,false],[102,14,0,true,false,false],[105,86,0,true,true,false],[105,100,0,true,false,false],[106,13,0,true,true,false],[107,17,0,true,true,false],[107,55,0,true,false,false],[108,13,0,true,true,false],[109,17,0,true,true,false],[109,54,0,true,false,false],[110,14,0,true,true,false],[118,20,0,true,true,false],[120,14,0,true,true,false],[122,26,0,true,false,false],[130,6,0,false,false,false],[133,47,0,true,true,false],[138,6,0,false,false,false],[142,38,0,true,true,false],[144,6,0,false,false,false],[148,96,0,true,true,false],[155,6,0,false,false,false],[158,53,0,true,true,false],[159,19,0,true,true,false],[159,34,0,true,false,false],[160,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":125,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift","mcdc_records":[],"segments":[[26,20,0,true,true,false],[26,32,0,false,false,false],[28,29,0,true,true,false],[28,41,0,false,false,false],[59,34,0,true,true,false],[60,30,0,true,true,false],[60,45,0,true,false,false],[60,49,0,true,true,false],[60,69,0,true,false,false],[61,6,0,false,false,false],[77,7,0,true,true,false],[91,6,0,false,false,false],[96,25,0,true,true,false],[97,84,0,true,true,false],[99,10,0,true,true,false],[105,41,0,true,false,false],[106,6,0,false,false,false],[108,25,0,true,true,false],[109,84,0,true,true,false],[111,10,0,true,true,false],[117,42,0,true,false,false],[118,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":44,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift","mcdc_records":[],"segments":[[32,44,0,true,true,false],[33,76,0,true,true,false],[36,78,0,true,true,false],[38,14,0,true,false,false],[38,20,0,true,true,false],[40,86,0,true,true,false],[40,95,0,true,false,false],[44,82,0,true,true,false],[46,14,0,true,false,false],[46,101,0,true,true,false],[48,14,0,true,false,false],[48,20,0,true,true,false],[50,14,0,true,false,false],[52,97,0,true,true,false],[57,10,0,false,false,false],[73,28,0,true,true,false],[75,16,0,true,true,false],[75,38,0,true,false,false],[75,39,0,true,true,false],[77,14,0,true,false,false],[78,16,0,true,true,false],[78,38,0,true,true,false],[78,54,0,true,false,false],[78,55,0,true,true,false],[80,14,0,true,false,false],[81,16,0,true,true,false],[81,28,0,true,false,false],[81,29,0,true,true,false],[83,14,0,true,false,false],[85,10,0,false,false,false],[130,26,0,true,true,false],[131,12,0,true,true,false],[132,82,0,true,true,false],[133,76,0,true,true,false],[133,101,0,true,false,false],[133,107,0,true,true,false],[135,14,0,true,true,false],[139,48,0,true,true,false],[143,83,0,true,true,false],[147,18,0,true,false,false],[147,76,0,true,true,false],[151,18,0,true,false,false],[151,24,0,true,true,false],[154,18,0,true,true,false],[161,40,0,true,true,false],[161,43,0,true,false,false],[162,41,0,true,true,false],[162,44,0,true,false,false],[163,43,0,true,true,false],[163,46,0,true,false,false],[171,14,0,true,true,false],[174,35,0,true,true,false],[174,42,0,true,false,false],[175,39,0,true,true,false],[175,48,0,true,false,false],[178,17,0,true,true,false],[181,10,0,true,false,false],[182,6,0,false,false,false],[196,26,0,true,true,false],[197,94,0,true,true,false],[200,10,0,true,true,false],[201,58,0,true,true,false],[204,10,0,true,true,false],[205,109,0,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":111,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift","mcdc_records":[],"segments":[[55,57,0,true,true,false],[56,16,0,true,true,false],[56,20,0,true,false,false],[57,9,0,true,true,false],[57,26,0,true,false,false],[58,9,0,true,true,false],[58,28,0,true,false,false],[59,9,0,true,true,false],[59,48,0,true,false,false],[60,9,0,true,true,false],[60,40,0,true,false,false],[61,9,0,true,true,false],[61,56,0,true,false,false],[62,9,0,true,true,false],[62,40,0,true,false,false],[63,9,0,true,true,false],[63,36,0,true,false,false],[64,9,0,true,true,false],[64,44,0,true,false,false],[65,9,0,true,true,false],[65,52,0,true,false,false],[66,9,0,true,true,false],[66,42,0,true,false,false],[67,10,0,true,true,false],[68,6,0,false,false,false],[71,62,0,true,true,false],[72,53,0,true,true,false],[72,70,0,true,true,false],[73,19,0,true,false,false],[74,6,0,false,false,false],[77,58,0,true,true,false],[78,51,0,true,true,false],[78,68,0,true,true,false],[79,19,0,true,false,false],[80,6,0,false,false,false],[83,54,0,true,true,false],[84,49,0,true,true,false],[84,66,0,true,true,false],[85,19,0,true,false,false],[86,6,0,false,false,false],[89,70,0,true,true,false],[90,57,0,true,true,false],[90,74,0,true,true,false],[91,19,0,true,false,false],[92,6,0,false,false,false],[95,54,0,true,true,false],[96,49,0,true,true,false],[96,66,0,true,true,false],[97,19,0,true,false,false],[98,6,0,false,false,false],[101,50,0,true,true,false],[102,47,0,true,true,false],[102,64,0,true,true,false],[103,19,0,true,false,false],[104,6,0,false,false,false],[107,66,0,true,true,false],[108,55,0,true,true,false],[108,72,0,true,true,false],[109,19,0,true,false,false],[110,6,0,false,false,false],[113,56,0,true,true,false],[114,50,0,true,true,false],[114,67,0,true,true,false],[115,19,0,true,false,false],[116,6,0,false,false,false],[121,65,0,true,true,false],[122,53,0,true,true,false],[126,10,0,true,false,false],[127,6,0,false,false,false],[130,68,0,true,true,false],[131,51,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[139,69,0,true,true,false],[140,51,0,true,true,false],[144,10,0,true,false,false],[145,6,0,false,false,false],[148,82,0,true,true,false],[149,37,0,true,true,false],[151,10,0,true,false,false],[152,6,0,false,false,false],[155,98,0,true,true,false],[156,45,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[162,82,0,true,true,false],[163,37,0,true,true,false],[165,10,0,true,false,false],[166,6,0,false,false,false],[169,78,0,true,true,false],[170,35,0,true,true,false],[172,10,0,true,false,false],[173,6,0,false,false,false],[176,67,0,true,true,false],[177,55,0,true,true,false],[181,10,0,true,false,false],[182,6,0,false,false,false],[185,84,0,true,true,false],[186,38,0,true,true,false],[188,10,0,true,false,false],[189,6,0,false,false,false],[210,47,0,true,true,false],[211,72,0,true,true,false],[212,72,0,true,true,false],[214,16,0,true,true,false],[214,20,0,true,false,false],[215,9,0,true,true,false],[216,25,0,true,false,false],[217,9,0,true,true,false],[218,26,0,true,false,false],[219,9,0,true,true,false],[220,66,0,true,true,false],[221,44,0,true,false,false],[222,9,0,true,true,false],[223,62,0,true,true,false],[224,40,0,true,false,false],[225,9,0,true,true,false],[226,70,0,true,true,false],[227,48,0,true,false,false],[228,9,0,true,true,false],[229,62,0,true,true,false],[230,40,0,true,false,false],[231,9,0,true,true,false],[232,60,0,true,true,false],[233,38,0,true,false,false],[234,9,0,true,true,false],[235,64,0,true,true,false],[236,42,0,true,false,false],[237,9,0,true,true,false],[238,68,0,true,true,false],[239,46,0,true,false,false],[240,9,0,true,true,false],[241,63,0,true,true,false],[242,41,0,true,false,false],[243,10,0,true,true,false],[244,6,0,false,false,false],[246,52,0,true,true,false],[249,16,0,true,true,false],[249,20,0,true,false,false],[250,9,0,true,true,false],[251,65,0,true,false,false],[252,9,0,true,true,false],[253,66,0,true,false,false],[254,9,0,true,true,false],[255,76,0,true,true,false],[256,43,0,true,false,false],[257,9,0,true,true,false],[258,72,0,true,true,false],[259,43,0,true,false,false],[260,9,0,true,true,false],[261,80,0,true,true,false],[262,43,0,true,false,false],[263,9,0,true,true,false],[264,72,0,true,true,false],[265,43,0,true,false,false],[266,9,0,true,true,false],[267,70,0,true,true,false],[268,43,0,true,false,false],[269,9,0,true,true,false],[270,74,0,true,true,false],[271,43,0,true,false,false],[272,9,0,true,true,false],[273,78,0,true,true,false],[274,43,0,true,false,false],[275,9,0,true,true,false],[276,73,0,true,true,false],[277,43,0,true,false,false],[278,10,0,true,true,false],[279,6,0,false,false,false],[302,7,0,true,true,false],[306,6,0,false,false,false],[337,7,0,true,true,false],[343,6,0,false,false,false],[362,7,0,true,true,false],[365,6,0,false,false,false],[368,45,0,true,true,false],[369,46,0,true,true,false],[369,60,0,true,true,false],[370,30,0,true,true,false],[370,45,0,true,false,false],[371,6,0,false,false,false],[374,47,0,true,true,false],[375,37,0,true,true,false],[375,39,0,true,false,false],[376,6,0,false,false,false],[389,36,0,true,true,false],[390,16,0,true,true,false],[390,20,0,true,false,false],[391,9,0,true,true,false],[391,33,0,true,false,false],[392,9,0,true,true,false],[392,45,0,true,false,false],[393,10,0,true,true,false],[394,6,0,false,false,false],[405,36,0,true,true,false],[406,16,0,true,true,false],[406,20,0,true,false,false],[407,9,0,true,true,false],[407,25,0,true,false,false],[408,9,0,true,true,false],[408,27,0,true,false,false],[409,10,0,true,true,false],[410,6,0,false,false,false],[413,36,0,true,true,false],[414,16,0,true,true,false],[414,20,0,true,false,false],[415,9,0,true,true,false],[415,61,0,true,false,false],[416,9,0,true,true,false],[416,67,0,true,false,false],[417,10,0,true,true,false],[418,6,0,false,false,false],[429,36,0,true,true,false],[430,16,0,true,true,false],[430,20,0,true,false,false],[431,9,0,true,true,false],[432,17,0,true,false,false],[433,9,0,true,true,false],[434,62,0,true,false,false],[435,9,0,true,true,false],[436,21,0,true,true,false],[436,65,0,true,false,false],[437,9,0,true,true,false],[438,21,0,true,true,false],[438,89,0,true,false,false],[439,10,0,true,true,false],[440,6,0,false,false,false],[443,28,0,true,true,false],[444,29,0,true,true,false],[444,44,0,true,true,false],[445,21,0,true,false,false],[446,6,0,false,false,false],[449,28,0,true,true,false],[450,29,0,true,true,false],[450,44,0,true,true,false],[451,21,0,true,false,false],[452,6,0,false,false,false],[455,31,0,true,true,false],[456,32,0,true,true,false],[456,47,0,true,true,false],[457,21,0,true,false,false],[458,6,0,false,false,false],[461,31,0,true,true,false],[462,32,0,true,true,false],[462,47,0,true,true,false],[463,21,0,true,false,false],[464,6,0,false,false,false],[467,37,0,true,true,false],[468,16,0,true,true,false],[468,20,0,true,false,false],[469,9,0,true,true,false],[470,59,0,true,true,false],[470,68,0,true,false,false],[470,71,0,true,true,false],[470,75,0,true,false,false],[472,9,0,true,true,false],[474,52,0,true,false,false],[475,9,0,true,true,false],[476,51,0,true,false,false],[477,9,0,true,true,false],[478,51,0,true,false,false],[480,6,0,false,false,false],[495,7,0,true,true,false],[500,6,0,false,false,false],[517,7,0,true,true,false],[522,6,0,false,false,false],[525,57,0,true,true,false],[527,6,0,false,false,false],[530,47,0,true,true,false],[531,72,0,true,true,false],[532,100,0,true,true,false],[533,107,0,true,true,false],[533,111,0,true,true,false],[533,116,0,true,false,false],[534,83,0,true,true,false],[535,82,0,true,true,false],[536,6,0,false,false,false],[543,54,0,true,true,false],[544,83,0,true,true,false],[544,97,0,true,false,false],[546,6,0,false,false,false],[582,62,0,true,true,false],[584,12,0,true,true,false],[584,27,0,true,false,false],[584,28,0,true,true,false],[584,41,0,true,true,false],[585,56,0,true,true,false],[587,10,0,true,true,false],[588,12,0,true,true,false],[588,43,0,true,false,false],[588,44,0,true,true,false],[590,10,0,true,true,false],[591,41,0,true,false,false],[592,6,0,false,false,false],[595,58,0,true,true,false],[597,59,0,true,true,false],[599,10,0,true,true,false],[600,50,0,true,false,false],[601,6,0,false,false,false],[605,58,0,true,true,false],[650,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":347,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":177,"covered":0,"notcovered":177,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift","mcdc_records":[],"segments":[[10,105,0,true,true,false],[14,66,0,true,true,false],[15,48,0,true,true,false],[19,48,0,true,true,false],[19,50,0,true,false,false],[20,14,0,true,true,false],[21,10,0,true,true,false],[25,88,0,true,true,false],[31,10,0,true,true,false],[33,33,0,true,true,false],[33,62,0,true,false,false],[34,6,0,false,false,false],[39,77,0,true,true,false],[44,32,0,true,true,false],[49,45,0,true,true,false],[51,14,0,true,true,false],[54,62,0,true,true,false],[59,20,0,true,true,false],[59,48,0,true,false,false],[59,49,0,true,true,false],[61,18,0,true,false,false],[61,24,0,true,true,false],[63,18,0,true,false,false],[73,6,0,false,false,false],[80,23,0,true,true,false],[84,44,0,true,true,false],[89,16,0,true,true,false],[89,48,0,true,false,false],[89,49,0,true,true,false],[91,14,0,true,true,false],[98,58,0,true,true,false],[98,108,0,true,false,false],[99,52,0,true,true,false],[99,102,0,true,false,false],[102,16,0,true,true,false],[102,64,0,true,false,false],[102,65,0,true,true,false],[106,14,0,true,false,false],[107,10,0,true,true,false],[109,22,0,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":124,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift","mcdc_records":[],"segments":[[63,57,0,true,true,false],[65,6,0,false,false,false],[85,7,0,true,true,false],[101,6,0,false,false,false],[115,47,0,true,true,false],[116,72,0,true,true,false],[119,58,0,true,true,false],[120,64,0,true,true,false],[121,70,0,true,true,false],[122,88,0,true,true,false],[123,78,0,true,true,false],[124,72,0,true,true,false],[125,84,0,true,true,false],[126,73,0,true,true,false],[127,75,0,true,true,false],[127,79,0,true,true,false],[127,81,0,true,false,false],[128,100,0,true,true,false],[128,104,0,true,true,false],[128,109,0,true,false,false],[129,113,0,true,true,false],[130,93,0,true,true,false],[131,116,0,true,true,false],[132,104,0,true,true,false],[135,105,0,true,true,false],[137,10,0,true,false,false],[137,16,0,true,true,false],[139,123,0,true,true,false],[139,127,0,true,true,false],[139,132,0,true,false,false],[141,20,0,true,true,false],[141,38,0,true,false,false],[142,13,0,true,true,false],[143,38,0,true,false,false],[144,13,0,true,true,false],[145,39,0,true,false,false],[146,13,0,true,true,false],[147,99,0,true,true,false],[147,103,0,true,true,false],[147,105,0,true,false,false],[148,114,0,true,true,false],[148,118,0,true,true,false],[148,120,0,true,false,false],[149,105,0,true,true,false],[154,19,0,true,false,false],[155,13,0,true,true,false],[156,111,0,true,true,false],[156,115,0,true,true,false],[156,134,0,true,false,false],[158,13,0,true,true,false],[160,82,0,true,false,false],[161,13,0,true,true,false],[163,66,0,true,false,false],[164,13,0,true,true,false],[166,62,0,true,false,false],[167,13,0,true,true,false],[168,99,0,true,true,false],[168,103,0,true,true,false],[168,105,0,true,false,false],[169,119,0,true,true,false],[170,111,0,true,true,false],[171,113,0,true,true,false],[174,63,0,true,true,false],[174,65,0,true,false,false],[175,65,0,true,true,false],[175,67,0,true,false,false],[179,13,0,true,true,false],[180,103,0,true,true,false],[180,107,0,true,true,false],[180,109,0,true,false,false],[181,112,0,true,true,false],[185,19,0,true,false,false],[186,13,0,true,true,false],[188,80,0,true,false,false],[189,14,0,true,true,false],[190,10,0,true,true,false],[191,6,0,false,false,false],[193,52,0,true,true,false],[196,46,0,true,true,false],[197,50,0,true,true,false],[198,56,0,true,true,false],[199,58,0,true,true,false],[200,58,0,true,true,false],[201,60,0,true,true,false],[202,72,0,true,true,false],[203,59,0,true,true,false],[204,50,0,true,true,false],[205,64,0,true,true,false],[206,87,0,true,true,false],[207,79,0,true,true,false],[208,68,0,true,true,false],[209,89,0,true,true,false],[210,81,0,true,true,false],[211,6,0,false,false,false],[218,44,0,true,true,false],[219,17,0,true,true,false],[220,36,0,true,true,false],[220,55,0,true,false,false],[220,58,0,true,true,false],[220,60,0,true,false,false],[222,6,0,false,false,false],[229,66,0,true,true,false],[230,42,0,true,true,false],[230,68,0,true,false,false],[230,70,0,true,true,false],[232,10,0,true,false,false],[233,6,0,false,false,false],[238,27,0,true,true,false],[239,38,0,true,true,false],[239,51,0,true,true,false],[250,28,0,true,false,false],[251,6,0,false,false,false],[261,36,0,true,true,false],[262,16,0,true,true,false],[262,20,0,true,false,false],[263,9,0,true,true,false],[263,35,0,true,false,false],[264,9,0,true,true,false],[264,25,0,true,false,false],[265,10,0,true,true,false],[266,6,0,false,false,false],[268,36,0,true,true,false],[269,16,0,true,true,false],[269,20,0,true,false,false],[270,9,0,true,true,false],[270,59,0,true,false,false],[271,9,0,true,true,false],[271,54,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[281,36,0,true,true,false],[282,16,0,true,true,false],[282,20,0,true,false,false],[283,9,0,true,true,false],[283,34,0,true,false,false],[284,9,0,true,true,false],[284,40,0,true,false,false],[285,10,0,true,true,false],[286,6,0,false,false,false],[288,36,0,true,true,false],[289,16,0,true,true,false],[289,20,0,true,false,false],[290,9,0,true,true,false],[290,91,0,true,false,false],[291,9,0,true,true,false],[291,71,0,true,false,false],[292,10,0,true,true,false],[293,6,0,false,false,false],[296,40,0,true,true,false],[297,34,0,true,true,false],[297,40,0,true,false,false],[297,43,0,true,true,false],[297,52,0,true,false,false],[298,6,0,false,false,false],[301,38,0,true,true,false],[303,6,0,false,false,false],[315,36,0,true,true,false],[316,16,0,true,true,false],[316,20,0,true,false,false],[317,9,0,true,true,false],[317,31,0,true,false,false],[318,9,0,true,true,false],[318,39,0,true,false,false],[319,9,0,true,true,false],[319,43,0,true,false,false],[320,9,0,true,true,false],[320,45,0,true,false,false],[321,9,0,true,true,false],[321,31,0,true,false,false],[322,9,0,true,true,false],[322,43,0,true,false,false],[323,10,0,true,true,false],[324,6,0,false,false,false],[354,35,0,true,true,false],[355,16,0,true,true,false],[355,20,0,true,false,false],[356,9,0,true,true,false],[356,27,0,true,false,false],[357,9,0,true,true,false],[357,32,0,true,false,false],[358,9,0,true,true,false],[358,50,0,true,false,false],[359,10,0,true,true,false],[360,6,0,false,false,false],[362,36,0,true,true,false],[363,16,0,true,true,false],[363,20,0,true,false,false],[364,9,0,true,true,false],[364,27,0,true,false,false],[365,9,0,true,true,false],[365,39,0,true,false,false],[366,9,0,true,true,false],[366,49,0,true,false,false],[367,10,0,true,true,false],[368,6,0,false,false,false],[373,37,0,true,true,false],[375,16,0,true,true,false],[375,26,0,true,false,false],[376,9,0,true,true,false],[377,25,0,true,false,false],[378,9,0,true,true,false],[379,31,0,true,false,false],[380,9,0,true,true,false],[381,39,0,true,false,false],[382,10,0,true,true,false],[383,6,0,false,false,false],[386,47,0,true,true,false],[387,59,0,true,true,false],[388,57,0,true,true,false],[389,16,0,true,true,false],[389,24,0,true,false,false],[390,9,0,true,true,false],[390,34,0,true,false,false],[391,9,0,true,true,false],[391,53,0,true,false,false],[392,9,0,true,true,false],[392,42,0,true,false,false],[393,10,0,true,true,false],[394,6,0,false,false,false],[396,52,0,true,true,false],[398,41,0,true,true,false],[399,6,0,false,false,false],[409,108,0,true,true,false],[413,6,0,false,false,false],[419,47,0,true,true,false],[420,72,0,true,true,false],[421,66,0,true,true,false],[422,91,0,true,true,false],[424,100,0,true,true,false],[424,104,0,true,true,false],[424,109,0,true,false,false],[425,6,0,false,false,false],[428,52,0,true,true,false],[430,52,0,true,true,false],[431,64,0,true,true,false],[432,64,0,true,true,false],[433,6,0,false,false,false],[468,27,0,true,true,false],[468,37,0,false,false,false],[474,90,0,true,true,false],[479,6,0,false,false,false],[487,80,0,true,true,false],[490,6,0,false,false,false],[501,110,0,true,true,false],[507,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":269,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":156,"covered":0,"notcovered":156,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift","mcdc_records":[],"segments":[[28,7,0,true,true,false],[32,6,0,false,false,false],[38,37,0,true,true,false],[39,33,0,true,true,false],[39,54,0,true,false,false],[40,6,0,false,false,false],[45,55,0,true,true,false],[54,6,0,false,false,false],[59,57,0,true,true,false],[62,40,0,true,true,false],[63,50,0,true,true,false],[68,20,0,true,true,false],[68,42,0,true,false,false],[68,43,0,true,true,false],[74,18,0,true,false,false],[74,27,0,true,true,false],[74,64,0,true,true,false],[74,97,0,true,false,false],[74,98,0,true,true,false],[81,18,0,true,false,false],[82,14,0,true,true,false],[83,10,0,true,true,false],[85,25,0,true,false,false],[86,6,0,false,false,false],[89,35,0,true,true,false],[91,6,0,false,false,false],[110,7,0,true,true,false],[116,6,0,false,false,false],[121,30,0,true,true,false],[122,26,0,true,true,false],[122,41,0,true,false,false],[122,45,0,true,true,false],[122,58,0,true,false,false],[123,6,0,false,false,false],[126,35,0,true,true,false],[127,18,0,true,true,false],[127,31,0,true,false,false],[128,6,0,false,false,false],[133,66,0,true,true,false],[141,6,0,false,false,false],[144,60,0,true,true,false],[152,6,0,false,false,false],[155,61,0,true,true,false],[163,6,0,false,false,false],[174,36,0,true,true,false],[175,16,0,true,true,false],[175,20,0,true,false,false],[176,9,0,true,true,false],[177,44,0,true,false,false],[178,10,0,true,true,false],[179,6,0,false,false,false],[186,21,0,true,true,false],[186,27,0,false,false,false],[197,36,0,true,true,false],[198,16,0,true,true,false],[198,20,0,true,false,false],[199,9,0,true,true,false],[200,101,0,true,false,false],[201,9,0,true,true,false],[202,94,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[216,36,0,true,true,false],[217,16,0,true,true,false],[217,20,0,true,false,false],[218,9,0,true,true,false],[218,35,0,true,false,false],[219,9,0,true,true,false],[219,43,0,true,false,false],[220,9,0,true,true,false],[220,42,0,true,false,false],[221,10,0,true,true,false],[222,6,0,false,false,false],[225,36,0,true,true,false],[226,16,0,true,true,false],[226,20,0,true,false,false],[227,9,0,true,true,false],[227,73,0,true,false,false],[228,9,0,true,true,false],[228,66,0,true,false,false],[229,9,0,true,true,false],[229,71,0,true,false,false],[230,10,0,true,true,false],[231,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":123,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":0,"notcovered":46,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift","mcdc_records":[],"segments":[[21,7,0,true,true,false],[29,6,0,false,false,false],[48,7,0,true,true,false],[55,6,0,false,false,false],[65,97,0,true,true,false],[70,6,0,false,false,false],[81,100,0,true,true,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift","mcdc_records":[],"segments":[[7,14,0,true,true,false],[7,20,0,false,false,false],[13,95,0,true,true,false],[18,6,0,false,false,false],[20,73,0,true,true,false],[22,6,0,false,false,false],[24,42,0,true,true,false],[26,6,0,false,false,false],[59,40,0,true,true,false],[60,72,0,true,true,false],[61,68,0,true,true,false],[63,16,0,true,true,false],[63,20,0,true,false,false],[64,9,0,true,true,false],[65,66,0,true,true,false],[66,82,0,true,true,false],[67,70,0,true,true,false],[68,58,0,true,false,false],[70,9,0,true,true,false],[71,66,0,true,true,false],[72,82,0,true,true,false],[73,70,0,true,true,false],[74,59,0,true,false,false],[76,9,0,true,true,false],[77,66,0,true,true,false],[78,72,0,true,true,false],[79,68,0,true,true,false],[80,52,0,true,false,false],[82,9,0,true,true,false],[83,66,0,true,true,false],[84,72,0,true,true,false],[85,46,0,true,false,false],[87,9,0,true,true,false],[88,66,0,true,true,false],[89,84,0,true,true,false],[90,72,0,true,true,false],[91,60,0,true,false,false],[93,9,0,true,true,false],[98,14,0,true,false,false],[99,10,0,true,true,false],[100,6,0,false,false,false],[102,45,0,true,true,false],[105,16,0,true,true,false],[105,20,0,true,false,false],[106,9,0,true,true,false],[107,57,0,true,true,false],[108,48,0,true,true,false],[109,58,0,true,true,false],[110,52,0,true,false,false],[112,9,0,true,true,false],[113,58,0,true,true,false],[114,48,0,true,true,false],[115,58,0,true,true,false],[116,52,0,true,false,false],[118,9,0,true,true,false],[119,57,0,true,true,false],[120,48,0,true,true,false],[121,54,0,true,true,false],[122,50,0,true,false,false],[124,9,0,true,true,false],[125,59,0,true,true,false],[126,48,0,true,true,false],[127,54,0,true,false,false],[129,9,0,true,true,false],[130,57,0,true,true,false],[131,48,0,true,true,false],[132,58,0,true,true,false],[133,54,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[140,27,0,true,true,false],[141,16,0,true,true,false],[141,20,0,true,false,false],[142,9,0,true,true,false],[142,36,0,true,false,false],[143,9,0,true,true,false],[143,37,0,true,false,false],[144,9,0,true,true,false],[144,36,0,true,false,false],[145,9,0,true,true,false],[145,35,0,true,false,false],[146,9,0,true,true,false],[146,36,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[151,36,0,true,true,false],[152,16,0,true,true,false],[152,20,0,true,false,false],[153,9,0,true,true,false],[154,37,0,true,false,false],[155,9,0,true,true,false],[156,37,0,true,false,false],[157,9,0,true,true,false],[158,32,0,true,false,false],[159,9,0,true,true,false],[160,24,0,true,false,false],[161,9,0,true,true,false],[162,42,0,true,false,false],[163,10,0,true,true,false],[164,6,0,false,false,false],[167,23,0,true,true,false],[168,31,0,true,true,false],[168,46,0,true,true,false],[169,21,0,true,false,false],[170,6,0,false,false,false],[173,24,0,true,true,false],[174,32,0,true,true,false],[174,47,0,true,true,false],[175,21,0,true,false,false],[176,6,0,false,false,false],[179,29,0,true,true,false],[180,31,0,true,true,false],[180,46,0,true,true,false],[181,21,0,true,false,false],[182,6,0,false,false,false],[192,24,0,true,true,false],[193,16,0,true,true,false],[193,20,0,true,false,false],[194,9,0,true,true,false],[194,27,0,true,false,false],[195,9,0,true,true,false],[195,29,0,true,false,false],[196,9,0,true,true,false],[196,28,0,true,false,false],[197,10,0,true,true,false],[198,6,0,false,false,false],[235,35,0,true,true,false],[236,16,0,true,true,false],[236,20,0,true,false,false],[237,9,0,true,true,false],[238,52,0,true,false,false],[239,9,0,true,true,false],[240,55,0,true,false,false],[241,9,0,true,true,false],[242,40,0,true,false,false],[243,9,0,true,true,false],[244,49,0,true,false,false],[245,9,0,true,true,false],[246,42,0,true,false,false],[247,10,0,true,true,false],[248,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":145,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":90,"covered":0,"notcovered":90,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift","mcdc_records":[],"segments":[[16,73,0,true,true,false],[21,6,0,false,false,false],[29,62,0,true,true,false],[39,6,0,false,false,false],[42,124,0,true,true,false],[45,74,0,true,true,false],[49,50,0,true,true,false],[49,62,0,true,true,false],[53,62,0,true,true,false],[55,14,0,true,true,false],[56,16,0,true,true,false],[56,35,0,true,false,false],[56,36,0,true,true,false],[58,14,0,true,false,false],[60,41,0,true,true,false],[60,53,0,true,true,false],[64,47,0,true,true,false],[66,14,0,true,true,false],[67,10,0,true,true,false],[69,20,0,true,false,false],[70,6,0,false,false,false],[74,97,0,true,true,false],[78,15,0,true,true,false],[78,33,0,true,false,false],[78,34,0,true,true,false],[81,16,0,true,true,false],[81,33,0,true,false,false],[81,34,0,true,true,false],[81,43,0,true,true,false],[84,61,0,true,true,false],[84,82,0,true,true,false],[84,91,0,true,false,false],[84,100,0,true,true,false],[86,14,0,true,true,false],[90,16,0,true,true,false],[90,37,0,true,true,false],[90,49,0,true,false,false],[90,50,0,true,true,false],[90,59,0,true,true,false],[94,16,0,true,true,false],[94,38,0,true,false,false],[94,39,0,true,true,false],[96,65,0,true,true,false],[99,18,0,true,false,false],[99,24,0,true,true,false],[101,18,0,true,true,false],[102,14,0,true,false,false],[102,20,0,true,true,false],[104,64,0,true,true,false],[104,85,0,true,true,false],[104,97,0,true,false,false],[104,101,0,true,true,false],[107,18,0,true,false,false],[107,24,0,true,true,false],[110,18,0,true,false,false],[111,14,0,true,true,false],[113,16,0,true,true,false],[113,29,0,true,false,false],[113,47,0,true,true,false],[115,14,0,true,false,false],[116,10,0,true,true,false],[118,27,0,true,false,false],[119,6,0,false,false,false],[122,89,0,true,true,false],[127,15,0,true,true,false],[127,44,0,true,false,false],[129,9,0,true,true,false],[134,19,0,true,true,false],[134,42,0,true,false,false],[134,43,0,true,true,false],[136,20,0,true,true,false],[136,31,0,true,false,false],[136,32,0,true,true,false],[138,18,0,true,false,false],[138,27,0,true,true,false],[138,38,0,true,false,false],[138,39,0,true,true,false],[140,24,0,true,true,false],[140,34,0,true,false,false],[140,35,0,true,true,false],[146,22,0,true,true,false],[147,18,0,true,true,false],[149,14,0,true,true,false],[151,16,0,true,true,false],[151,27,0,true,false,false],[151,28,0,true,true,false],[154,14,0,true,true,false],[155,10,0,true,true,false],[157,23,0,true,false,false],[158,6,0,false,false,false],[161,75,0,true,true,false],[162,37,0,true,true,false],[162,51,0,true,true,false],[165,47,0,true,true,false],[166,16,0,true,true,false],[166,27,0,true,false,false],[166,28,0,true,true,false],[168,14,0,true,false,false],[168,23,0,true,true,false],[168,34,0,true,false,false],[168,35,0,true,true,false],[170,20,0,true,true,false],[170,30,0,true,false,false],[170,31,0,true,true,false],[172,18,0,true,true,false],[173,14,0,true,true,false],[174,10,0,true,true,false],[175,19,0,true,false,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":150,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift","mcdc_records":[],"segments":[[16,84,0,true,true,false],[20,6,0,false,false,false],[41,20,0,true,true,false],[41,22,0,false,false,false],[46,77,0,true,true,false],[48,6,0,false,false,false],[69,7,0,true,true,false],[70,103,0,true,true,false],[70,105,0,true,false,false],[84,12,0,true,true,false],[84,50,0,true,false,false],[84,51,0,true,true,false],[86,10,0,true,false,false],[92,6,0,false,false,false],[100,7,0,true,true,false],[111,6,0,false,false,false],[116,45,0,true,true,false],[117,89,0,true,true,false],[117,91,0,true,false,false],[118,6,0,false,false,false],[121,43,0,true,true,false],[122,31,0,true,true,false],[123,57,0,true,true,false],[123,58,0,true,false,false],[125,6,0,false,false,false],[128,55,0,true,true,false],[129,36,0,true,true,false],[131,58,0,true,true,false],[131,59,0,true,false,false],[132,59,0,true,true,false],[132,60,0,true,false,false],[135,6,0,false,false,false],[138,32,0,true,true,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":80,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift","mcdc_records":[],"segments":[[10,28,0,true,true,false],[10,63,0,false,false,false],[11,30,0,true,true,false],[11,59,0,false,false,false],[12,25,0,true,true,false],[12,56,0,false,false,false],[20,56,0,true,true,false],[22,10,0,false,false,false],[24,97,0,true,true,false],[26,10,0,false,false,false],[36,46,0,true,true,false],[37,20,0,true,true,false],[37,24,0,true,false,false],[38,13,0,true,true,false],[39,72,0,true,false,false],[40,13,0,true,true,false],[41,44,0,true,false,false],[42,13,0,true,true,false],[43,56,0,true,false,false],[44,13,0,true,true,false],[45,44,0,true,false,false],[46,14,0,true,true,false],[47,10,0,false,false,false],[53,67,0,true,true,false],[54,16,0,true,true,false],[54,28,0,true,false,false],[54,30,0,true,true,false],[54,55,0,true,false,false],[57,45,0,true,true,false],[60,10,0,true,true,false],[62,35,0,true,true,false],[65,10,0,true,true,false],[69,12,0,true,true,false],[89,87,0,true,true,false],[91,82,0,true,true,false],[93,72,0,true,true,false],[96,14,0,true,true,false],[99,20,0,true,true,false],[99,43,0,true,false,false],[100,13,0,true,true,false],[102,32,0,true,false,false],[104,13,0,true,true,false],[106,115,0,true,false,false],[108,13,0,true,true,false],[110,104,0,true,false,false],[112,13,0,true,true,false],[115,32,0,true,false,false],[117,13,0,true,true,false],[118,75,0,true,true,false],[118,90,0,true,false,false],[123,39,0,true,true,false],[126,10,0,true,false,false],[126,17,0,true,true,false],[129,10,0,true,false,false],[130,6,0,false,false,false],[135,61,0,true,true,false],[138,35,0,true,true,false],[139,70,0,true,true,false],[141,14,0,true,false,false],[141,57,0,true,true,false],[142,81,0,true,true,false],[142,82,0,true,false,false],[143,20,0,true,true,false],[145,14,0,true,false,false],[146,10,0,true,true,false],[147,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":116,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift","mcdc_records":[],"segments":[[14,7,0,true,true,false],[18,6,0,false,false,false],[20,111,0,true,true,false],[33,24,0,true,true,false],[33,57,0,true,false,false],[46,6,0,false,false,false],[48,71,0,true,true,false],[50,73,0,true,true,false],[58,10,0,true,true,false],[65,16,0,true,true,false],[65,26,0,true,false,false],[66,9,0,true,true,false],[70,14,0,true,false,false],[71,9,0,true,true,false],[72,106,0,true,false,false],[73,9,0,true,true,false],[74,18,0,true,false,false],[75,10,0,true,true,false],[94,83,0,true,true,false],[96,78,0,true,true,false],[98,68,0,true,true,false],[102,10,0,true,true,false],[104,59,0,true,true,false],[105,71,0,true,true,false],[105,86,0,true,false,false],[113,10,0,true,true,false],[115,78,0,true,true,false],[119,14,0,true,true,false],[124,10,0,true,true,false],[130,9,0,true,true,false],[137,10,0,true,false,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift","mcdc_records":[],"segments":[[16,53,0,true,true,false],[16,58,0,false,false,false],[18,20,0,true,true,false],[18,22,0,false,false,false],[29,48,0,true,true,false],[33,6,0,false,false,false],[36,51,0,true,true,false],[41,6,0,false,false,false],[44,42,0,true,true,false],[45,16,0,true,true,false],[45,31,0,true,false,false],[46,9,0,true,true,false],[47,30,0,true,false,false],[48,9,0,true,true,false],[49,29,0,true,false,false],[50,9,0,true,true,false],[51,30,0,true,false,false],[52,9,0,true,true,false],[53,30,0,true,false,false],[54,9,0,true,true,false],[55,31,0,true,false,false],[57,6,0,false,false,false],[61,13,0,true,true,false],[61,81,0,false,false,false],[62,13,0,true,true,false],[62,90,0,false,false,false],[70,27,0,true,true,false],[72,30,0,true,true,false],[75,10,0,true,true,false],[78,12,0,true,true,false],[78,39,0,true,false,false],[78,40,0,true,true,false],[81,10,0,true,true,false],[91,15,0,true,true,false],[91,55,0,true,false,false],[92,15,0,true,true,false],[92,41,0,true,false,false],[94,12,0,true,true,false],[95,92,0,true,true,false],[97,16,0,true,true,false],[97,23,0,true,false,false],[97,24,0,true,true,false],[101,14,0,true,false,false],[101,20,0,true,true,false],[104,14,0,true,false,false],[105,42,0,true,true,false],[106,20,0,true,true,false],[106,34,0,true,false,false],[107,13,0,true,true,false],[109,34,0,true,false,false],[110,13,0,true,true,false],[112,70,0,true,false,false],[113,13,0,true,true,false],[115,70,0,true,false,false],[116,13,0,true,true,false],[118,70,0,true,false,false],[119,13,0,true,true,false],[121,63,0,true,false,false],[123,17,0,true,true,false],[126,10,0,true,false,false],[127,6,0,false,false,false],[130,79,0,true,true,false],[134,89,0,true,true,false],[138,10,0,true,true,false],[140,12,0,true,true,false],[144,14,0,true,true,false],[146,16,0,true,true,false],[146,23,0,true,false,false],[146,24,0,true,true,false],[150,14,0,true,false,false],[150,20,0,true,true,false],[152,14,0,true,false,false],[153,17,0,true,true,false],[156,10,0,true,false,false],[157,6,0,false,false,false],[160,34,0,true,true,false],[163,6,0,false,false,false],[166,39,0,true,true,false],[167,30,0,true,true,false],[167,46,0,true,true,false],[168,44,0,true,false,false],[169,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":123,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift","mcdc_records":[],"segments":[[15,19,0,true,true,false],[15,21,0,false,false,false],[17,115,0,true,true,false],[20,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":5,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift","mcdc_records":[],"segments":[[57,20,0,true,true,false],[57,22,0,false,false,false],[63,75,0,true,true,false],[66,16,0,true,true,false],[66,26,0,true,false,false],[67,9,0,true,true,false],[68,37,0,true,false,false],[69,9,0,true,true,false],[70,36,0,true,false,false],[71,9,0,true,true,false],[72,35,0,true,false,false],[73,9,0,true,true,false],[74,37,0,true,false,false],[75,9,0,true,true,false],[76,35,0,true,false,false],[77,9,0,true,true,false],[78,38,0,true,false,false],[79,9,0,true,true,false],[80,37,0,true,false,false],[81,9,0,true,true,false],[82,37,0,true,false,false],[83,9,0,true,true,false],[84,37,0,true,false,false],[85,9,0,true,true,false],[86,37,0,true,false,false],[87,9,0,true,true,false],[91,46,0,true,false,false],[93,6,0,false,false,false],[97,67,0,true,true,false],[98,56,0,true,true,false],[100,10,0,true,false,false],[100,16,0,true,true,false],[105,10,0,true,false,false],[106,6,0,false,false,false],[112,80,0,true,true,false],[113,51,0,true,true,false],[118,10,0,true,true,false],[123,57,0,true,true,false],[123,70,0,true,false,false],[123,73,0,true,true,false],[123,95,0,true,false,false],[129,90,0,true,true,false],[131,10,0,true,false,false],[140,33,0,true,true,false],[142,16,0,true,true,false],[142,60,0,true,false,false],[142,87,0,true,true,false],[144,14,0,true,false,false],[145,10,0,true,true,false],[148,33,0,true,true,false],[152,74,0,true,true,false],[153,22,0,true,true,false],[154,34,0,true,true,false],[157,22,0,true,false,false],[157,31,0,true,true,false],[157,41,0,true,false,false],[157,42,0,true,true,false],[159,22,0,true,false,false],[166,10,0,true,true,false],[173,12,0,true,false,false],[174,6,0,false,false,false],[178,79,0,true,true,false],[179,47,0,true,true,false],[184,10,0,true,true,false],[186,56,0,true,true,false],[186,77,0,true,false,false],[186,80,0,true,true,false],[186,91,0,true,false,false],[191,6,0,false,false,false],[195,78,0,true,true,false],[196,44,0,true,true,false],[201,10,0,true,true,false],[207,24,0,true,false,false],[208,6,0,false,false,false],[212,80,0,true,true,false],[213,48,0,true,true,false],[213,57,0,true,false,false],[214,46,0,true,true,false],[214,48,0,true,false,false],[220,14,0,true,true,false],[222,10,0,true,false,false],[225,6,0,false,false,false],[229,78,0,true,true,false],[233,39,0,true,true,false],[238,10,0,true,true,false],[241,67,0,true,true,false],[241,76,0,true,false,false],[242,12,0,true,true,false],[242,43,0,true,false,false],[242,44,0,true,true,false],[244,10,0,true,false,false],[246,58,0,true,true,false],[253,10,0,true,true,false],[258,24,0,true,false,false],[259,6,0,false,false,false],[264,81,0,true,true,false],[265,64,0,true,true,false],[272,10,0,true,true,false],[273,45,0,true,true,false],[278,10,0,true,true,false],[281,59,0,true,true,false],[281,93,0,true,false,false],[281,96,0,true,true,false],[281,101,0,true,false,false],[283,16,0,true,true,false],[283,28,0,true,false,false],[284,9,0,true,true,false],[285,28,0,true,false,false],[286,9,0,true,true,false],[287,30,0,true,false,false],[288,9,0,true,true,false],[289,29,0,true,false,false],[290,9,0,true,true,false],[291,26,0,true,false,false],[292,9,0,true,true,false],[295,26,0,true,false,false],[296,10,0,true,true,false],[304,14,0,true,true,false],[309,33,0,true,true,false],[310,37,0,true,true,false],[314,18,0,true,false,false],[317,14,0,true,true,false],[322,33,0,true,true,false],[323,24,0,true,true,false],[323,30,0,true,false,false],[324,17,0,true,true,false],[325,115,0,true,false,false],[326,17,0,true,true,false],[328,42,0,true,true,false],[328,86,0,true,true,false],[328,124,0,true,false,false],[328,125,0,true,true,false],[330,22,0,true,false,false],[330,28,0,true,true,false],[332,22,0,true,false,false],[335,17,0,true,true,false],[338,47,0,true,false,false],[339,18,0,true,true,false],[340,14,0,true,false,false],[344,6,0,false,false,false],[349,80,0,true,true,false],[350,44,0,true,true,false],[355,10,0,true,true,false],[359,16,0,true,true,false],[359,35,0,true,false,false],[360,9,0,true,true,false],[363,107,0,true,true,false],[365,103,0,true,true,false],[366,34,0,true,true,false],[368,22,0,true,false,false],[371,14,0,true,true,false],[377,45,0,true,true,false],[378,20,0,true,true,false],[378,64,0,true,false,false],[378,65,0,true,true,false],[379,127,0,true,true,false],[379,138,0,true,false,false],[381,18,0,true,true,false],[382,14,0,true,true,false],[384,83,0,true,false,false],[386,9,0,true,true,false],[389,28,0,true,false,false],[391,9,0,true,true,false],[396,67,0,true,true,false],[398,14,0,true,false,false],[401,9,0,true,true,false],[412,28,0,true,false,false],[414,9,0,true,true,false],[417,111,0,true,true,false],[418,103,0,true,true,false],[418,114,0,true,false,false],[420,14,0,true,true,false],[422,83,0,true,false,false],[424,9,0,true,true,false],[427,47,0,true,true,false],[438,142,0,true,true,false],[440,18,0,true,false,false],[443,72,0,true,true,false],[447,21,0,true,true,false],[452,79,0,true,true,false],[453,164,0,true,true,false],[455,30,0,true,false,false],[461,14,0,true,true,false],[463,83,0,true,false,false],[465,9,0,true,true,false],[468,106,0,true,true,false],[469,103,0,true,true,false],[469,114,0,true,false,false],[471,14,0,true,true,false],[474,28,0,true,false,false],[476,9,0,true,true,false],[480,42,0,true,false,false],[482,6,0,false,false,false],[487,80,0,true,true,false],[488,44,0,true,true,false],[493,10,0,true,true,false],[497,81,0,true,true,false],[502,10,0,true,true,false],[505,68,0,true,true,false],[512,10,0,true,true,false],[516,12,0,true,true,false],[516,19,0,true,false,false],[516,20,0,true,true,false],[518,10,0,true,false,false],[518,16,0,true,true,false],[524,10,0,true,false,false],[525,6,0,false,false,false],[529,80,0,true,true,false],[533,40,0,true,true,false],[538,10,0,true,true,false],[541,65,0,true,true,false],[541,75,0,true,false,false],[548,100,0,true,true,false],[555,10,0,true,true,false],[558,42,0,true,true,false],[565,10,0,true,true,false],[573,24,0,true,false,false],[574,6,0,false,false,false],[578,80,0,true,true,false],[582,40,0,true,true,false],[587,10,0,true,true,false],[590,65,0,true,true,false],[590,75,0,true,false,false],[599,16,0,true,true,false],[599,27,0,true,false,false],[600,9,0,true,true,false],[602,56,0,true,true,false],[603,25,0,true,true,false],[606,18,0,true,false,false],[607,20,0,true,true,false],[609,14,0,true,false,false],[614,9,0,true,true,false],[620,16,0,true,false,false],[622,9,0,true,true,false],[628,16,0,true,false,false],[630,9,0,true,true,false],[632,57,0,true,true,false],[633,31,0,true,true,false],[637,18,0,true,false,false],[637,20,0,true,true,false],[640,18,0,true,false,false],[641,20,0,true,true,false],[644,14,0,true,false,false],[647,9,0,true,true,false],[651,28,0,true,false,false],[653,6,0,false,false,false],[656,49,0,true,true,false],[662,14,0,true,true,false],[663,16,0,true,true,false],[664,20,0,true,true,false],[664,37,0,true,false,false],[664,38,0,true,true,false],[666,65,0,true,true,false],[667,18,0,true,false,false],[667,27,0,true,true,false],[667,46,0,true,false,false],[667,47,0,true,true,false],[669,71,0,true,true,false],[670,18,0,true,false,false],[670,24,0,true,true,false],[672,65,0,true,true,false],[673,18,0,true,true,false],[677,14,0,true,false,false],[677,21,0,true,true,false],[681,14,0,true,true,false],[682,10,0,true,false,false],[683,6,0,false,false,false],[686,67,0,true,true,false],[690,12,0,true,true,false],[690,35,0,true,false,false],[690,36,0,true,true,false],[692,79,0,true,true,false],[695,45,0,true,true,false],[697,101,0,true,true,false],[697,131,0,true,false,false],[699,18,0,true,true,false],[700,23,0,true,false,false],[701,14,0,true,true,false],[702,38,0,true,true,false],[704,97,0,true,true,false],[704,125,0,true,false,false],[706,14,0,true,true,false],[707,10,0,true,true,false],[710,77,0,true,true,false],[712,61,0,true,true,false],[714,38,0,true,true,false],[716,97,0,true,true,false],[716,127,0,true,false,false],[718,14,0,true,true,false],[719,10,0,true,false,false],[719,16,0,true,true,false],[723,10,0,true,true,false],[724,6,0,false,false,false],[727,67,0,true,true,false],[733,16,0,true,true,false],[733,19,0,true,false,false],[734,9,0,true,true,false],[736,39,0,true,false,false],[737,9,0,true,true,false],[739,39,0,true,false,false],[740,9,0,true,true,false],[742,63,0,true,false,false],[743,10,0,true,true,false],[750,26,0,true,true,false],[753,12,0,true,true,false],[753,42,0,true,false,false],[753,43,0,true,true,false],[755,75,0,true,true,false],[755,90,0,true,false,false],[759,10,0,true,true,false],[760,6,0,false,false,false],[763,73,0,true,true,false],[768,16,0,true,true,false],[768,19,0,true,false,false],[769,9,0,true,true,false],[771,16,0,true,true,false],[771,74,0,true,false,false],[771,75,0,true,true,false],[773,14,0,true,false,false],[773,23,0,true,true,false],[773,87,0,true,false,false],[773,88,0,true,true,false],[775,14,0,true,false,false],[775,20,0,true,true,false],[777,14,0,true,false,false],[780,9,0,true,true,false],[782,39,0,true,false,false],[784,9,0,true,true,false],[786,39,0,true,false,false],[788,9,0,true,true,false],[790,16,0,true,true,false],[790,76,0,true,false,false],[790,77,0,true,true,false],[792,14,0,true,false,false],[792,23,0,true,true,false],[792,86,0,true,false,false],[792,87,0,true,true,false],[794,14,0,true,false,false],[794,20,0,true,true,false],[798,14,0,true,true,false],[799,39,0,true,false,false],[801,9,0,true,true,false],[804,15,0,true,false,false],[805,10,0,true,true,false],[812,26,0,true,true,false],[815,12,0,true,true,false],[815,42,0,true,false,false],[815,43,0,true,true,false],[817,75,0,true,true,false],[817,90,0,true,false,false],[821,10,0,true,true,false],[822,6,0,false,false,false],[825,88,0,true,true,false],[826,73,0,true,true,false],[826,83,0,true,true,false],[829,99,0,true,true,false],[832,10,0,true,false,false],[835,98,0,true,true,false],[838,10,0,true,false,false],[839,6,0,false,false,false],[842,51,0,true,true,false],[843,23,0,true,true,false],[845,65,0,true,true,false],[847,30,0,true,true,false],[848,41,0,true,true,false],[850,22,0,true,false,false],[854,6,0,false,false,false],[858,86,0,true,true,false],[864,34,0,true,true,false],[865,70,0,true,true,false],[867,14,0,true,false,false],[869,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":50,"covered":0,"percent":0},"instantiations":{"count":50,"covered":0,"percent":0},"lines":{"count":930,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":234,"covered":0,"notcovered":234,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[16,16,0,true,true,false],[16,20,0,true,false,false],[17,9,0,true,true,false],[18,78,0,true,false,false],[19,9,0,true,true,false],[20,67,0,true,false,false],[21,9,0,true,true,false],[22,52,0,true,false,false],[23,10,0,true,true,false],[24,6,0,false,false,false],[27,42,0,true,true,false],[28,16,0,true,true,false],[28,20,0,true,false,false],[29,9,0,true,true,false],[30,16,0,true,true,false],[30,30,0,true,false,false],[30,31,0,true,true,false],[32,14,0,true,true,false],[33,36,0,true,true,false],[33,62,0,true,false,false],[34,9,0,true,true,false],[35,54,0,true,false,false],[36,9,0,true,true,false],[37,52,0,true,false,false],[39,6,0,false,false,false],[88,45,0,true,true,false],[91,6,0,false,false,false],[99,70,0,true,true,false],[100,45,0,true,true,false],[100,64,0,true,false,false],[102,44,0,true,true,false],[104,10,0,true,true,false],[116,12,0,true,true,false],[116,31,0,true,false,false],[116,32,0,true,true,false],[118,10,0,true,false,false],[121,6,0,false,false,false],[131,20,0,true,true,false],[141,10,0,true,true,false],[149,77,0,true,true,false],[151,10,0,true,false,false],[151,16,0,true,true,false],[153,10,0,true,false,false],[160,12,0,true,true,false],[160,31,0,true,false,false],[160,32,0,true,true,false],[165,10,0,true,true,false],[170,12,0,true,true,false],[171,79,0,true,true,false],[172,10,0,true,false,false],[172,17,0,true,true,false],[174,10,0,true,true,false],[178,6,0,false,false,false],[182,59,0,true,true,false],[184,49,0,true,true,false],[185,6,0,false,false,false],[194,72,0,true,true,false],[209,6,0,false,false,false],[211,57,0,true,true,false],[222,6,0,false,false,false],[224,72,0,true,true,false],[225,36,0,true,true,false],[225,57,0,true,false,false],[242,6,0,false,false,false],[244,82,0,true,true,false],[249,31,0,true,true,false],[254,10,0,true,true,false],[259,45,0,true,false,false],[260,6,0,false,false,false],[262,76,0,true,true,false],[266,31,0,true,true,false],[267,46,0,true,true,false],[269,46,0,true,true,false],[269,48,0,true,false,false],[270,14,0,true,true,false],[271,10,0,true,true,false],[273,44,0,true,true,false],[275,10,0,true,true,false],[283,54,0,true,true,false],[284,65,0,true,true,false],[284,77,0,true,true,false],[293,10,0,true,true,false],[298,45,0,true,false,false],[299,6,0,false,false,false],[314,17,0,true,true,false],[318,45,0,true,true,false],[322,10,0,true,true,false],[329,12,0,true,true,false],[329,32,0,true,false,false],[329,33,0,true,true,false],[332,10,0,true,false,false],[332,16,0,true,true,false],[335,49,0,true,true,false],[339,14,0,true,true,false],[341,29,0,true,false,false],[343,6,0,false,false,false],[347,66,0,true,true,false],[350,21,0,true,true,false],[350,38,0,true,true,false],[350,49,0,true,false,false],[350,53,0,true,true,false],[350,62,0,true,false,false],[353,39,0,true,true,false],[357,10,0,true,true,false],[360,57,0,true,true,false],[362,10,0,true,true,false],[364,25,0,true,false,false],[365,6,0,false,false,false],[368,66,0,true,true,false],[370,50,0,true,true,false],[370,72,0,true,false,false],[372,6,0,false,false,false],[377,64,0,true,true,false],[381,12,0,true,true,false],[381,34,0,true,false,false],[381,59,0,true,true,false],[383,10,0,true,true,false],[386,12,0,true,true,false],[386,34,0,true,false,false],[386,35,0,true,true,false],[388,10,0,true,true,false],[392,12,0,true,true,false],[392,27,0,true,false,false],[392,28,0,true,true,false],[395,10,0,true,true,false],[397,23,0,true,false,false],[398,6,0,false,false,false],[405,39,0,true,true,false],[407,6,0,false,false,false],[410,48,0,true,true,false],[412,6,0,false,false,false],[415,39,0,true,true,false],[417,12,0,true,true,false],[417,56,0,true,false,false],[417,57,0,true,true,false],[418,61,0,true,true,false],[420,10,0,true,true,false],[421,6,0,false,false,false],[426,53,0,true,true,false],[443,10,0,true,true,false],[446,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":322,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":91,"covered":0,"notcovered":91,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift","mcdc_records":[],"segments":[[38,61,0,true,true,false],[38,66,0,false,false,false],[43,32,0,true,true,false],[43,53,0,false,false,false],[44,38,0,true,true,false],[44,67,0,false,false,false],[47,55,0,true,true,false],[47,58,0,false,false,false],[51,20,0,true,true,false],[51,22,0,false,false,false],[59,50,0,true,true,false],[60,34,0,true,true,false],[63,10,0,true,true,false],[68,31,0,true,true,false],[68,70,0,true,false,false],[78,67,0,true,true,false],[80,10,0,true,false,false],[84,6,0,false,false,false],[90,30,0,true,true,false],[91,33,0,true,true,false],[91,43,0,true,true,false],[108,6,0,false,false,false],[112,40,0,true,true,false],[117,51,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,43,0,true,true,false],[128,11,0,true,true,false],[129,33,0,true,true,false],[129,43,0,true,true,false],[130,118,0,true,true,false],[132,14,0,true,true,false],[134,18,0,true,true,false],[136,14,0,true,false,false],[140,6,0,false,false,false],[142,71,0,true,true,false],[149,65,0,true,true,false],[151,10,0,true,false,false],[151,16,0,true,true,false],[153,10,0,true,false,false],[156,12,0,true,true,false],[156,31,0,true,false,false],[156,32,0,true,true,false],[158,80,0,true,true,false],[158,85,0,true,false,false],[158,116,0,true,true,false],[158,122,0,true,false,false],[161,10,0,true,true,false],[164,71,0,true,true,false],[164,76,0,true,false,false],[164,104,0,true,true,false],[164,109,0,true,false,false],[167,66,0,true,true,false],[167,72,0,true,false,false],[167,89,0,true,true,false],[167,95,0,true,false,false],[171,36,0,true,true,false],[173,10,0,true,false,false],[176,27,0,true,true,false],[178,10,0,true,false,false],[181,6,0,false,false,false],[183,51,0,true,true,false],[184,47,0,true,true,false],[184,57,0,true,true,false],[187,6,0,false,false,false],[189,95,0,true,true,false],[190,43,0,true,true,false],[193,10,0,true,true,false],[197,16,0,true,true,false],[197,22,0,true,false,false],[198,9,0,true,true,false],[199,87,0,true,false,false],[200,9,0,true,true,false],[201,106,0,true,false,false],[202,9,0,true,true,false],[203,113,0,true,false,false],[204,10,0,true,true,false],[205,6,0,false,false,false],[213,56,0,true,true,false],[215,10,0,false,false,false],[218,69,0,true,true,false],[220,10,0,false,false,false],[223,38,0,true,true,false],[225,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":167,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":0,"notcovered":50,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift","mcdc_records":[],"segments":[[10,62,0,true,true,false],[11,16,0,true,true,false],[11,22,0,true,false,false],[12,9,0,true,true,false],[13,52,0,true,false,false],[14,9,0,true,true,false],[15,22,0,true,false,false],[16,9,0,true,true,false],[17,34,0,true,false,false],[18,9,0,true,true,false],[19,34,0,true,false,false],[20,10,0,true,true,false],[21,6,0,false,false,false],[26,78,0,true,true,false],[30,9,0,true,true,false],[32,10,0,true,true,false],[42,33,0,true,true,false],[43,16,0,true,true,false],[43,60,0,true,false,false],[43,61,0,true,true,false],[45,14,0,true,true,false],[46,10,0,true,true,false],[50,41,0,true,true,false],[55,31,0,true,true,false],[56,20,0,true,true,false],[56,64,0,true,false,false],[56,65,0,true,true,false],[58,18,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,true,false],[62,19,0,true,false,false],[63,6,0,false,false,false],[66,72,0,true,true,false],[67,102,0,true,true,false],[69,10,0,true,true,false],[70,61,0,true,false,false],[71,6,0,false,false,false],[74,59,0,true,true,false],[76,6,0,false,false,false],[81,47,0,true,true,false],[83,107,0,true,true,false],[85,10,0,true,true,false],[87,87,0,true,false,false],[88,6,0,false,false,false],[93,58,0,true,true,false],[97,12,0,true,true,false],[97,64,0,true,false,false],[97,65,0,true,true,false],[99,10,0,true,true,false],[102,35,0,true,false,false],[103,6,0,false,false,false],[106,48,0,true,true,false],[109,6,0,false,false,false],[114,58,0,true,true,false],[119,12,0,true,true,false],[119,64,0,true,false,false],[119,65,0,true,true,false],[121,10,0,true,true,false],[124,48,0,true,false,false],[125,6,0,false,false,false],[128,77,0,true,true,false],[129,16,0,true,true,false],[129,19,0,true,false,false],[130,9,0,true,true,false],[132,124,0,true,true,false],[134,14,0,true,true,false],[136,72,0,true,true,false],[138,14,0,true,true,false],[139,23,0,true,false,false],[141,9,0,true,true,false],[143,62,0,true,false,false],[145,9,0,true,true,false],[147,65,0,true,false,false],[149,6,0,false,false,false],[152,48,0,true,true,false],[154,6,0,false,false,false],[159,70,0,true,true,false],[160,16,0,true,true,false],[160,33,0,true,false,false],[161,9,0,true,true,false],[162,35,0,true,false,false],[163,9,0,true,true,false],[164,30,0,true,false,false],[165,9,0,true,true,false],[166,31,0,true,false,false],[167,9,0,true,true,false],[168,31,0,true,false,false],[169,9,0,true,true,false],[170,32,0,true,false,false],[171,9,0,true,true,false],[172,37,0,true,false,false],[173,9,0,true,true,false],[174,32,0,true,false,false],[175,9,0,true,true,false],[176,34,0,true,false,false],[177,9,0,true,true,false],[178,22,0,true,false,false],[179,9,0,true,true,false],[180,41,0,true,false,false],[181,9,0,true,true,false],[182,20,0,true,false,false],[183,9,0,true,true,false],[184,20,0,true,false,false],[185,9,0,true,true,false],[186,15,0,true,false,false],[187,10,0,true,true,false],[188,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":149,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift","mcdc_records":[],"segments":[[41,68,0,true,true,false],[46,35,0,true,true,false],[46,93,0,true,false,false],[56,6,0,false,false,false],[61,39,0,true,true,false],[62,39,0,true,true,false],[64,10,0,true,true,false],[67,65,0,true,true,false],[71,10,0,true,true,false],[73,12,0,true,true,false],[74,53,0,true,true,false],[76,75,0,true,true,false],[78,35,0,true,true,false],[82,14,0,true,true,false],[84,27,0,true,false,false],[85,17,0,true,true,false],[89,10,0,true,false,false],[90,6,0,false,false,false],[93,53,0,true,true,false],[97,90,0,true,true,false],[99,47,0,true,true,false],[100,54,0,true,true,false],[104,6,0,false,false,false],[107,51,0,true,true,false],[110,50,0,true,true,false],[110,116,0,true,false,false],[110,118,0,true,true,false],[113,10,0,true,false,false],[113,16,0,true,true,false],[115,49,0,true,true,false],[115,73,0,true,false,false],[117,16,0,true,true,false],[117,69,0,true,false,false],[117,70,0,true,true,false],[138,14,0,true,false,false],[143,33,0,true,true,false],[145,6,0,false,false,false],[148,56,0,true,true,false],[151,27,0,true,true,false],[151,78,0,true,false,false],[153,12,0,true,true,false],[153,39,0,true,false,false],[153,40,0,true,true,false],[154,37,0,true,true,false],[157,10,0,true,true,false],[158,6,0,false,false,false],[161,43,0,true,true,false],[162,14,0,true,true,false],[164,10,0,true,false,false],[165,6,0,false,false,false],[168,60,0,true,true,false],[169,29,0,true,true,false],[169,80,0,true,false,false],[170,6,0,false,false,false],[173,45,0,true,true,false],[174,30,0,true,true,false],[174,49,0,true,false,false],[175,6,0,false,false,false],[178,53,0,true,true,false],[180,43,0,true,true,false],[182,10,0,true,true,false],[183,22,0,true,false,false],[184,6,0,false,false,false],[187,74,0,true,true,false],[189,37,0,true,true,false],[190,39,0,true,true,false],[190,81,0,true,false,false],[192,6,0,false,false,false],[195,28,0,true,true,false],[197,6,0,false,false,false],[204,74,0,true,true,false],[206,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":151,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift","mcdc_records":[],"segments":[[20,33,0,true,true,false],[21,20,0,true,true,false],[21,24,0,true,false,false],[22,13,0,true,true,false],[22,35,0,true,false,false],[23,13,0,true,true,false],[23,42,0,true,false,false],[24,13,0,true,true,false],[24,37,0,true,false,false],[25,13,0,true,true,false],[25,29,0,true,false,false],[26,13,0,true,true,false],[26,33,0,true,false,false],[27,13,0,true,true,false],[27,41,0,true,false,false],[28,13,0,true,true,false],[28,29,0,true,false,false],[29,14,0,true,true,false],[30,10,0,false,false,false],[32,33,0,true,true,false],[34,20,0,true,true,false],[34,24,0,true,false,false],[35,13,0,true,true,false],[36,59,0,true,false,false],[37,13,0,true,true,false],[38,91,0,true,false,false],[39,13,0,true,true,false],[41,78,0,true,false,false],[42,13,0,true,true,false],[43,91,0,true,false,false],[44,13,0,true,true,false],[45,105,0,true,false,false],[46,13,0,true,true,false],[47,92,0,true,false,false],[48,13,0,true,true,false],[49,91,0,true,false,false],[51,10,0,false,false,false],[53,39,0,true,true,false],[55,20,0,true,true,false],[55,24,0,true,false,false],[56,13,0,true,true,false],[57,75,0,true,false,false],[58,13,0,true,true,false],[59,75,0,true,false,false],[60,13,0,true,true,false],[61,89,0,true,false,false],[62,13,0,true,true,false],[63,76,0,true,false,false],[64,13,0,true,true,false],[65,75,0,true,false,false],[66,13,0,true,true,false],[67,27,0,true,false,false],[69,10,0,false,false,false],[71,31,0,true,true,false],[72,16,0,true,true,false],[72,32,0,true,false,false],[72,33,0,true,true,false],[75,14,0,true,true,false],[76,16,0,true,true,false],[76,31,0,true,false,false],[76,65,0,true,true,false],[78,14,0,true,true,false],[79,71,0,true,false,false],[80,10,0,false,false,false],[82,35,0,true,true,false],[83,20,0,true,true,false],[83,24,0,true,false,false],[84,13,0,true,true,false],[85,21,0,true,false,false],[86,13,0,true,true,false],[87,22,0,true,false,false],[88,14,0,true,true,false],[89,10,0,false,false,false],[94,18,0,true,true,false],[94,24,0,false,false,false],[103,20,0,true,true,false],[103,22,0,false,false,false],[106,44,0,true,true,false],[114,35,0,true,true,false],[114,85,0,true,false,false],[115,6,0,false,false,false],[118,43,0,true,true,false],[119,33,0,true,true,false],[119,46,0,true,false,false],[120,6,0,false,false,false],[128,97,0,true,true,false],[129,42,0,true,true,false],[129,61,0,true,false,false],[135,39,0,true,true,false],[136,44,0,true,true,false],[136,56,0,true,true,false],[138,16,0,true,true,false],[139,59,0,true,true,false],[141,35,0,true,true,false],[143,56,0,true,true,false],[143,57,0,true,false,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[147,21,0,true,true,false],[149,20,0,true,true,false],[149,43,0,true,false,false],[149,44,0,true,true,false],[151,18,0,true,false,false],[153,14,0,true,true,false],[154,10,0,true,true,false],[156,12,0,true,true,false],[156,20,0,true,false,false],[156,43,0,true,true,false],[158,10,0,true,true,false],[161,31,0,true,true,false],[163,10,0,true,false,false],[164,17,0,true,true,false],[164,50,0,true,false,false],[166,14,0,true,true,false],[166,20,0,true,false,false],[167,6,0,false,false,false],[170,80,0,true,true,false],[171,16,0,true,true,false],[171,23,0,true,false,false],[172,9,0,true,true,false],[173,36,0,true,false,false],[174,9,0,true,true,false],[175,37,0,true,false,false],[176,9,0,true,true,false],[178,64,0,true,true,false],[180,14,0,true,true,false],[181,106,0,true,false,false],[183,6,0,false,false,false],[187,55,0,true,true,false],[192,75,0,true,true,false],[196,91,0,true,true,false],[198,10,0,true,true,false],[225,84,0,true,true,false],[227,10,0,true,true,false],[231,15,0,true,true,false],[231,52,0,true,false,false],[231,53,0,true,true,false],[232,78,0,true,true,false],[232,90,0,true,true,false],[237,16,0,true,true,false],[237,31,0,true,false,false],[237,32,0,true,true,false],[239,14,0,true,false,false],[240,10,0,true,true,false],[242,23,0,true,false,false],[243,6,0,false,false,false],[247,110,0,true,true,false],[249,42,0,true,true,false],[251,10,0,true,true,false],[254,34,0,true,true,false],[255,53,0,true,true,false],[256,31,0,true,true,false],[258,52,0,true,true,false],[258,53,0,true,false,false],[261,14,0,true,true,false],[262,10,0,true,true,false],[264,31,0,true,true,false],[266,10,0,true,false,false],[267,17,0,true,true,false],[267,50,0,true,false,false],[268,6,0,false,false,false],[270,69,0,true,true,false],[273,73,0,true,true,false],[277,91,0,true,true,false],[279,10,0,true,true,false],[306,84,0,true,true,false],[308,10,0,true,true,false],[312,15,0,true,true,false],[312,52,0,true,false,false],[312,53,0,true,true,false],[313,78,0,true,true,false],[313,90,0,true,true,false],[318,16,0,true,true,false],[318,31,0,true,false,false],[318,32,0,true,true,false],[320,14,0,true,false,false],[321,10,0,true,true,false],[323,23,0,true,false,false],[324,6,0,false,false,false],[328,56,0,true,true,false],[331,41,0,true,true,false],[333,10,0,true,true,false],[336,39,0,true,true,false],[337,63,0,true,true,false],[338,31,0,true,true,false],[340,52,0,true,true,false],[340,53,0,true,false,false],[343,14,0,true,true,false],[344,10,0,true,true,false],[346,31,0,true,true,false],[348,10,0,true,false,false],[349,17,0,true,true,false],[349,50,0,true,false,false],[350,6,0,false,false,false],[352,84,0,true,true,false],[355,75,0,true,true,false],[359,91,0,true,true,false],[361,10,0,true,true,false],[379,84,0,true,true,false],[381,10,0,true,true,false],[385,15,0,true,true,false],[385,52,0,true,false,false],[385,53,0,true,true,false],[386,79,0,true,true,false],[386,91,0,true,true,false],[392,16,0,true,true,false],[392,31,0,true,false,false],[392,32,0,true,true,false],[394,14,0,true,false,false],[395,10,0,true,true,false],[397,23,0,true,false,false],[398,6,0,false,false,false],[401,75,0,true,true,false],[403,81,0,true,true,false],[404,56,0,true,true,false],[404,67,0,true,false,false],[409,34,0,true,true,false],[410,44,0,true,true,false],[410,54,0,true,true,false],[411,45,0,true,true,false],[411,77,0,true,false,false],[411,80,0,true,true,false],[411,91,0,true,false,false],[412,20,0,true,true,false],[412,87,0,true,false,false],[412,88,0,true,true,false],[414,18,0,true,false,false],[417,31,0,true,true,false],[418,20,0,true,true,false],[418,46,0,true,false,false],[418,47,0,true,true,false],[423,18,0,true,true,false],[425,20,0,true,true,false],[425,43,0,true,false,false],[425,44,0,true,true,false],[428,18,0,true,true,false],[430,20,0,true,true,false],[430,49,0,true,false,false],[430,50,0,true,true,false],[433,18,0,true,false,false],[434,14,0,true,true,false],[438,16,0,true,true,false],[438,33,0,true,false,false],[438,34,0,true,true,false],[440,14,0,true,true,false],[441,10,0,true,true,false],[443,61,0,true,false,false],[444,6,0,false,false,false],[447,83,0,true,true,false],[449,85,0,true,true,false],[451,10,0,true,true,false],[455,29,0,true,true,false],[456,16,0,true,true,false],[456,53,0,true,true,false],[456,78,0,true,false,false],[456,79,0,true,true,false],[458,20,0,true,true,false],[458,70,0,true,false,false],[458,71,0,true,true,false],[460,18,0,true,false,false],[462,10,0,true,true,false],[464,23,0,true,false,false],[465,6,0,false,false,false],[467,98,0,true,true,false],[472,68,0,true,true,false],[472,86,0,true,false,false],[475,9,0,true,true,false],[476,55,0,true,true,false],[478,20,0,true,true,false],[478,64,0,true,false,false],[478,65,0,true,true,false],[480,18,0,true,false,false],[481,14,0,true,true,false],[482,10,0,true,false,false],[484,12,0,true,true,false],[484,32,0,true,false,false],[484,33,0,true,true,false],[485,94,0,true,true,false],[486,53,0,true,true,false],[486,74,0,true,true,false],[486,98,0,true,false,false],[487,42,0,true,true,false],[489,24,0,true,true,false],[489,68,0,true,false,false],[489,69,0,true,true,false],[491,22,0,true,false,false],[492,18,0,true,true,false],[493,14,0,true,false,false],[496,12,0,true,true,false],[496,32,0,true,false,false],[496,94,0,true,true,false],[498,10,0,true,false,false],[501,6,0,false,false,false],[504,66,0,true,true,false],[507,12,0,true,true,false],[507,31,0,true,false,false],[507,32,0,true,true,false],[509,10,0,true,false,false],[511,6,0,false,false,false],[516,62,0,true,true,false],[518,12,0,true,true,false],[518,40,0,true,false,false],[518,41,0,true,true,false],[520,10,0,true,false,false],[522,57,0,true,true,false],[524,10,0,true,false,false],[526,60,0,true,true,false],[528,10,0,true,false,false],[530,6,0,false,false,false],[533,70,0,true,true,false],[534,34,0,true,true,false],[534,48,0,true,true,false],[536,63,0,true,false,false],[537,6,0,false,false,false],[540,71,0,true,true,false],[541,34,0,true,true,false],[541,48,0,true,true,false],[545,81,0,true,false,false],[546,6,0,false,false,false],[549,70,0,true,true,false],[550,34,0,true,true,false],[550,48,0,true,true,false],[551,74,0,true,false,false],[552,6,0,false,false,false],[555,55,0,true,true,false],[556,26,0,true,true,false],[556,38,0,true,true,false],[557,26,0,true,true,false],[557,38,0,true,true,false],[558,24,0,true,true,false],[558,25,0,true,false,false],[558,28,0,true,true,false],[558,29,0,true,false,false],[559,6,0,false,false,false],[569,39,0,true,true,false],[570,20,0,true,true,false],[570,24,0,true,false,false],[571,13,0,true,true,false],[572,58,0,true,false,false],[573,13,0,true,true,false],[574,50,0,true,false,false],[575,13,0,true,true,false],[576,49,0,true,false,false],[577,13,0,true,true,false],[578,82,0,true,false,false],[579,14,0,true,true,false],[580,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":523,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":217,"covered":0,"notcovered":217,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift","mcdc_records":[],"segments":[[97,41,0,true,true,false],[98,38,0,true,true,false],[100,10,0,true,true,false],[104,22,0,true,false,false],[105,6,0,false,false,false],[109,37,0,true,true,false],[111,6,0,false,false,false],[114,91,0,true,true,false],[117,39,0,true,true,false],[118,16,0,true,true,false],[118,77,0,true,false,false],[118,78,0,true,true,false],[120,14,0,true,false,false],[121,10,0,true,true,false],[123,42,0,true,false,false],[124,6,0,false,false,false],[126,53,0,true,true,false],[129,12,0,true,true,false],[129,22,0,true,false,false],[129,23,0,true,true,false],[132,10,0,true,false,false],[132,16,0,true,true,false],[134,10,0,true,false,false],[137,6,0,false,false,false],[140,45,0,true,true,false],[141,12,0,true,true,false],[141,23,0,true,false,false],[141,24,0,true,true,false],[143,10,0,true,false,false],[143,16,0,true,true,false],[146,10,0,true,false,false],[147,6,0,false,false,false],[177,34,0,true,true,false],[179,6,0,false,false,false],[182,38,0,true,true,false],[184,6,0,false,false,false],[189,42,0,true,true,false],[189,44,0,false,false,false],[192,46,0,true,true,false],[192,47,0,false,false,false],[195,49,0,true,true,false],[195,50,0,false,false,false],[198,42,0,true,true,false],[198,47,0,false,false,false],[202,20,0,true,true,false],[204,12,0,true,true,false],[204,37,0,true,false,false],[204,38,0,true,true,false],[207,10,0,true,false,false],[207,16,0,true,true,false],[210,10,0,true,false,false],[211,6,0,false,false,false],[218,47,0,true,true,false],[219,43,0,true,true,false],[222,10,0,true,true,false],[228,12,0,true,true,false],[228,24,0,true,false,false],[228,25,0,true,true,false],[234,10,0,true,false,false],[234,16,0,true,true,false],[237,10,0,true,false,false],[238,6,0,false,false,false],[243,33,0,true,true,false],[244,32,0,true,true,false],[244,42,0,true,true,false],[245,101,0,true,true,false],[248,10,0,true,true,false],[254,14,0,true,true,false],[257,10,0,true,true,false],[260,38,0,true,true,false],[262,68,0,true,true,false],[264,14,0,true,true,false],[265,62,0,true,true,false],[265,90,0,true,false,false],[269,75,0,true,true,false],[271,10,0,true,false,false],[274,6,0,false,false,false],[277,40,0,true,true,false],[278,72,0,true,true,false],[280,10,0,true,true,false],[281,25,0,true,false,false],[282,6,0,false,false,false],[285,46,0,true,true,false],[286,32,0,true,true,false],[289,10,0,true,true,false],[291,38,0,true,true,false],[291,52,0,true,true,false],[292,79,0,true,true,false],[294,10,0,true,true,false],[296,35,0,true,false,false],[297,6,0,false,false,false],[300,50,0,true,true,false],[301,32,0,true,true,false],[304,10,0,true,true,false],[306,38,0,true,true,false],[306,52,0,true,true,false],[307,79,0,true,true,false],[309,10,0,true,true,false],[311,35,0,true,false,false],[312,6,0,false,false,false],[320,84,0,true,true,false],[321,32,0,true,true,false],[324,10,0,true,true,false],[330,14,0,true,true,false],[333,10,0,true,true,false],[342,20,0,true,false,false],[343,6,0,false,false,false],[346,55,0,true,true,false],[347,75,0,true,true,false],[349,10,0,true,true,false],[355,110,0,true,true,false],[357,10,0,true,true,false],[360,34,0,true,true,false],[366,18,0,true,true,false],[368,14,0,true,true,false],[369,28,0,true,false,false],[370,10,0,true,true,false],[372,19,0,true,false,false],[373,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":208,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":0,"notcovered":76,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift","mcdc_records":[],"segments":[[16,30,0,true,true,false],[16,31,0,false,false,false],[20,37,0,true,true,false],[27,6,0,false,false,false],[33,47,0,true,true,false],[34,71,0,true,true,false],[37,10,0,true,true,false],[39,12,0,true,true,false],[41,82,0,true,true,false],[44,56,0,true,true,false],[47,14,0,true,true,false],[59,85,0,true,true,false],[66,24,0,true,false,false],[68,17,0,true,true,false],[71,10,0,true,false,false],[72,6,0,false,false,false],[75,55,0,true,true,false],[76,76,0,true,true,false],[78,10,0,true,true,false],[80,12,0,true,true,false],[81,93,0,true,true,false],[82,44,0,true,true,false],[82,68,0,true,false,false],[86,37,0,true,true,false],[92,17,0,true,true,false],[100,18,0,true,false,false],[101,14,0,true,true,false],[104,35,0,true,true,false],[104,66,0,true,false,false],[106,17,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[113,64,0,true,true,false],[114,76,0,true,true,false],[116,10,0,true,true,false],[119,83,0,true,true,false],[122,52,0,true,true,false],[125,10,0,true,true,false],[128,12,0,true,true,false],[128,62,0,true,false,false],[128,63,0,true,true,false],[132,10,0,true,false,false],[135,81,0,true,true,false],[138,6,0,false,false,false],[141,52,0,true,true,false],[144,31,0,true,true,false],[145,16,0,true,true,false],[146,91,0,true,true,false],[147,20,0,true,true,false],[147,51,0,true,false,false],[147,52,0,true,true,false],[148,50,0,true,true,false],[151,32,0,true,false,false],[152,18,0,true,true,false],[153,14,0,true,false,false],[153,21,0,true,true,false],[157,14,0,true,true,false],[158,10,0,true,true,false],[161,21,0,true,false,false],[162,6,0,false,false,false],[166,50,0,true,true,false],[167,77,0,true,true,false],[167,87,0,true,true,false],[169,12,0,true,true,false],[174,14,0,true,true,false],[176,10,0,true,false,false],[176,17,0,true,true,false],[178,10,0,true,true,false],[179,6,0,false,false,false],[181,38,0,true,true,false],[185,12,0,true,true,false],[185,38,0,true,false,false],[185,39,0,true,true,false],[188,43,0,true,true,false],[189,20,0,true,true,false],[190,80,0,true,true,false],[192,18,0,true,false,false],[192,25,0,true,true,false],[195,18,0,true,true,false],[196,14,0,true,true,false],[197,10,0,true,true,false],[198,6,0,false,false,false],[201,57,0,true,true,false],[205,37,0,true,true,false],[205,53,0,true,true,false],[209,44,0,true,true,false],[209,59,0,true,false,false],[210,46,0,true,true,false],[210,61,0,true,false,false],[213,41,0,true,true,false],[213,54,0,true,false,false],[214,42,0,true,true,false],[214,55,0,true,false,false],[217,36,0,true,true,false],[217,50,0,true,false,false],[219,12,0,true,true,false],[219,20,0,true,false,false],[219,21,0,true,true,false],[223,10,0,true,false,false],[226,6,0,false,false,false],[237,38,0,true,true,false],[241,6,0,false,false,false],[243,38,0,true,true,false],[248,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":209,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift","mcdc_records":[],"segments":[[21,30,0,true,true,false],[21,35,0,false,false,false],[22,39,0,true,true,false],[22,44,0,false,false,false],[24,47,0,true,true,false],[24,50,0,false,false,false],[25,30,0,true,true,false],[25,31,0,false,false,false],[26,30,0,true,true,false],[26,31,0,false,false,false],[27,43,0,true,true,false],[27,48,0,false,false,false],[31,38,0,true,true,false],[31,43,0,false,false,false],[34,25,0,true,true,false],[34,89,0,false,false,false],[39,12,0,true,true,false],[41,6,0,false,false,false],[43,12,0,true,true,false],[46,6,0,false,false,false],[51,76,0,true,true,false],[53,36,0,true,true,false],[53,49,0,true,false,false],[55,6,0,false,false,false],[57,44,0,true,true,false],[58,54,0,true,true,false],[60,10,0,true,true,false],[61,21,0,true,false,false],[62,6,0,false,false,false],[68,76,0,true,true,false],[69,12,0,true,true,false],[69,26,0,true,true,false],[69,45,0,true,false,false],[69,46,0,true,true,false],[73,10,0,true,false,false],[81,94,0,true,true,false],[81,103,0,true,false,false],[84,12,0,true,true,false],[84,56,0,true,false,false],[84,57,0,true,true,false],[87,10,0,true,false,false],[87,16,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[98,40,0,true,true,false],[99,47,0,true,true,false],[102,10,0,true,true,false],[108,70,0,true,true,false],[112,10,0,true,true,false],[126,44,0,true,true,false],[127,65,0,true,true,false],[127,75,0,true,true,false],[130,18,0,true,true,false],[132,14,0,true,false,false],[136,45,0,true,true,false],[139,10,0,true,false,false],[147,6,0,false,false,false],[150,45,0,true,true,false],[151,61,0,true,true,false],[154,10,0,true,true,false],[157,74,0,true,true,false],[161,10,0,true,true,false],[164,78,0,true,true,false],[169,10,0,true,true,false],[183,49,0,true,true,false],[186,18,0,true,true,false],[188,14,0,true,false,false],[192,50,0,true,true,false],[195,10,0,true,false,false],[204,6,0,false,false,false],[207,25,0,true,true,false],[215,12,0,true,true,false],[215,22,0,true,false,false],[215,23,0,true,true,false],[220,10,0,true,false,false],[223,12,0,true,true,false],[223,31,0,true,false,false],[223,32,0,true,true,false],[228,10,0,true,false,false],[238,6,0,false,false,false],[241,24,0,true,true,false],[242,23,0,true,true,false],[242,42,0,true,false,false],[243,6,0,false,false,false],[248,79,0,true,true,false],[249,47,0,true,true,false],[252,10,0,true,true,false],[255,12,0,true,true,false],[255,29,0,true,false,false],[255,30,0,true,true,false],[258,10,0,true,true,false],[260,12,0,true,true,false],[260,30,0,true,false,false],[260,31,0,true,true,false],[263,10,0,true,true,false],[269,12,0,true,true,false],[269,39,0,true,true,false],[269,62,0,true,false,false],[269,63,0,true,true,false],[274,10,0,true,false,false],[278,6,0,false,false,false],[281,53,0,true,true,false],[290,51,0,true,true,false],[292,10,0,true,false,false],[293,6,0,false,false,false],[296,53,0,true,true,false],[297,51,0,true,true,false],[297,61,0,true,true,false],[302,12,0,true,true,false],[302,60,0,true,false,false],[302,61,0,true,true,false],[315,33,0,true,true,false],[316,22,0,true,true,false],[316,48,0,true,false,false],[319,16,0,true,true,false],[321,10,0,true,false,false],[322,6,0,false,false,false],[325,48,0,true,true,false],[326,47,0,true,true,false],[329,10,0,true,true,false],[334,12,0,true,true,false],[334,57,0,true,false,false],[334,58,0,true,true,false],[342,16,0,true,true,false],[342,60,0,true,false,false],[342,61,0,true,true,false],[344,14,0,true,false,false],[344,20,0,true,true,false],[355,14,0,true,true,false],[356,10,0,true,true,false],[362,29,0,true,true,false],[363,33,0,true,true,false],[363,43,0,true,true,false],[366,10,0,true,false,false],[367,6,0,false,false,false],[371,48,0,true,true,false],[374,12,0,true,true,false],[374,35,0,true,false,false],[374,36,0,true,true,false],[380,54,0,true,true,false],[382,14,0,true,false,false],[383,16,0,true,true,false],[388,10,0,true,false,false],[389,6,0,false,false,false],[391,53,0,true,true,false],[394,12,0,true,true,false],[394,35,0,true,false,false],[394,36,0,true,true,false],[400,54,0,true,true,false],[402,14,0,true,false,false],[403,16,0,true,true,false],[406,10,0,true,false,false],[407,6,0,false,false,false],[411,64,0,true,true,false],[413,12,0,true,true,false],[413,19,0,true,false,false],[413,20,0,true,true,false],[416,10,0,true,false,false],[416,16,0,true,true,false],[421,10,0,true,false,false],[422,6,0,false,false,false],[424,47,0,true,true,false],[425,47,0,true,true,false],[428,10,0,true,true,false],[430,12,0,true,true,false],[431,84,0,true,true,false],[435,95,0,true,true,false],[435,100,0,true,false,false],[436,17,0,true,true,false],[439,10,0,true,true,false],[440,6,0,false,false,false],[442,51,0,true,true,false],[443,47,0,true,true,false],[446,10,0,true,true,false],[448,12,0,true,true,false],[449,84,0,true,true,false],[453,106,0,true,true,false],[453,111,0,true,false,false],[453,158,0,true,true,false],[453,163,0,true,false,false],[457,60,0,true,true,false],[462,14,0,true,true,false],[467,16,0,true,true,false],[467,26,0,true,false,false],[467,27,0,true,true,false],[470,104,0,true,true,false],[470,113,0,true,false,false],[472,20,0,true,true,false],[474,14,0,true,false,false],[477,17,0,true,true,false],[480,10,0,true,false,false],[481,6,0,false,false,false],[483,44,0,true,true,false],[484,47,0,true,true,false],[487,10,0,true,true,false],[492,65,0,true,true,false],[501,10,0,true,true,false],[503,12,0,true,true,false],[503,35,0,true,false,false],[503,36,0,true,true,false],[506,10,0,true,false,false],[506,16,0,true,true,false],[508,49,0,true,true,false],[511,14,0,true,true,false],[512,10,0,true,true,false],[515,12,0,true,true,false],[516,84,0,true,true,false],[517,59,0,true,true,false],[517,60,0,true,false,false],[520,17,0,true,true,false],[522,10,0,true,true,false],[525,29,0,true,true,false],[526,18,0,true,true,false],[526,44,0,true,false,false],[530,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":522,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":139,"covered":0,"notcovered":139,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift","mcdc_records":[],"segments":[[23,62,0,true,true,false],[25,10,0,false,false,false],[27,64,0,true,true,false],[29,10,0,false,false,false],[48,21,0,true,true,false],[48,32,0,false,false,false],[51,42,0,true,true,false],[51,45,0,false,false,false],[57,20,0,true,true,false],[57,22,0,false,false,false],[71,7,0,true,true,false],[75,6,0,false,false,false],[89,73,0,true,true,false],[97,71,0,true,true,false],[103,10,0,true,true,false],[107,12,0,true,true,false],[108,84,0,true,true,false],[111,10,0,true,false,false],[111,17,0,true,true,false],[117,10,0,true,true,false],[120,61,0,true,true,false],[126,10,0,true,true,false],[129,12,0,true,true,false],[129,37,0,true,false,false],[129,38,0,true,true,false],[130,61,0,true,true,false],[130,87,0,true,false,false],[138,10,0,true,true,false],[141,48,0,true,true,false],[147,10,0,true,true,false],[151,12,0,true,true,false],[151,25,0,true,false,false],[151,26,0,true,true,false],[156,10,0,true,false,false],[156,16,0,true,true,false],[164,56,0,true,true,false],[166,14,0,true,false,false],[168,16,0,true,true,false],[168,51,0,true,true,false],[168,76,0,true,false,false],[168,80,0,true,true,false],[168,97,0,true,false,false],[168,98,0,true,true,false],[169,50,0,true,true,false],[169,71,0,true,false,false],[170,21,0,true,true,false],[170,56,0,true,true,false],[170,74,0,true,false,false],[170,77,0,true,true,false],[170,97,0,true,false,false],[176,14,0,true,true,false],[182,26,0,true,false,false],[184,6,0,false,false,false],[190,72,0,true,true,false],[191,46,0,true,true,false],[194,10,0,true,true,false],[196,12,0,true,true,false],[198,10,0,true,false,false],[198,17,0,true,true,false],[201,10,0,true,false,false],[202,6,0,false,false,false],[206,40,0,true,true,false],[207,14,0,true,true,false],[208,75,0,true,true,false],[208,78,0,true,false,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":140,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift","mcdc_records":[],"segments":[[13,68,0,true,true,false],[18,35,0,true,true,false],[18,94,0,true,false,false],[28,6,0,false,false,false],[30,38,0,true,true,false],[32,65,0,true,true,false],[35,10,0,true,true,false],[36,12,0,true,true,false],[37,53,0,true,true,false],[39,74,0,true,true,false],[41,31,0,true,true,false],[43,14,0,true,true,false],[44,25,0,true,false,false],[45,17,0,true,true,false],[48,10,0,true,false,false],[49,6,0,false,false,false],[51,50,0,true,true,false],[53,27,0,true,true,false],[55,10,0,true,true,false],[57,90,0,true,true,false],[58,45,0,true,true,false],[59,54,0,true,true,false],[61,6,0,false,false,false],[66,76,0,true,true,false],[68,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":51,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift","mcdc_records":[],"segments":[[25,23,0,true,true,false],[26,16,0,true,true,false],[26,20,0,true,false,false],[27,9,0,true,true,false],[27,29,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,9,0,true,true,false],[29,27,0,true,false,false],[30,9,0,true,true,false],[30,31,0,true,false,false],[31,10,0,true,true,false],[32,6,0,false,false,false],[88,60,0,true,true,false],[90,6,0,false,false,false],[92,79,0,true,true,false],[104,37,0,true,true,false],[104,46,0,true,false,false],[104,49,0,true,true,false],[104,58,0,true,false,false],[107,6,0,false,false,false],[109,86,0,true,true,false],[112,12,0,true,true,false],[112,56,0,true,true,false],[112,88,0,true,false,false],[112,89,0,true,true,false],[114,10,0,true,false,false],[115,12,0,true,true,false],[115,45,0,true,true,false],[115,80,0,true,false,false],[116,16,0,true,true,false],[116,44,0,true,false,false],[117,9,0,true,true,false],[119,10,0,true,false,false],[121,6,0,false,false,false],[123,90,0,true,true,false],[125,6,0,false,false,false],[129,99,0,true,true,false],[133,16,0,true,true,false],[133,24,0,true,false,false],[134,9,0,true,true,false],[135,16,0,true,true,false],[135,56,0,true,false,false],[135,57,0,true,true,false],[147,14,0,true,false,false],[147,23,0,true,true,false],[147,64,0,true,false,false],[147,65,0,true,true,false],[159,14,0,true,false,false],[159,23,0,true,true,false],[159,61,0,true,false,false],[159,62,0,true,true,false],[172,14,0,true,false,false],[173,9,0,true,true,false],[184,19,0,true,false,false],[185,9,0,true,true,false],[196,19,0,true,false,false],[197,9,0,true,true,false],[199,16,0,true,true,false],[200,20,0,true,true,false],[200,67,0,true,false,false],[201,13,0,true,true,false],[215,14,0,true,false,false],[215,20,0,true,true,false],[228,14,0,true,false,false],[229,9,0,true,true,false],[232,50,0,true,true,false],[232,75,0,true,false,false],[232,79,0,true,true,false],[232,104,0,true,false,false],[233,24,0,true,true,false],[233,58,0,true,false,false],[233,62,0,true,true,false],[233,90,0,true,false,false],[235,16,0,true,true,false],[235,35,0,true,false,false],[235,36,0,true,true,false],[247,14,0,true,false,false],[247,20,0,true,true,false],[259,14,0,true,false,false],[260,10,0,true,true,false],[262,27,0,true,false,false],[263,6,0,false,false,false],[267,61,0,true,true,false],[269,12,0,true,true,false],[269,42,0,true,false,false],[269,43,0,true,true,false],[271,10,0,true,true,false],[276,12,0,true,true,false],[276,32,0,true,false,false],[276,33,0,true,true,false],[288,10,0,true,false,false],[294,12,0,true,true,false],[294,46,0,true,false,false],[294,47,0,true,true,false],[306,10,0,true,false,false],[309,12,0,true,true,false],[309,41,0,true,false,false],[309,42,0,true,true,false],[321,10,0,true,false,false],[321,19,0,true,true,false],[321,52,0,true,false,false],[321,53,0,true,true,false],[333,10,0,true,false,false],[336,12,0,true,true,false],[336,46,0,true,false,false],[336,47,0,true,true,false],[348,10,0,true,false,false],[355,12,0,true,true,false],[355,40,0,true,false,false],[355,85,0,true,true,false],[367,10,0,true,false,false],[371,12,0,true,true,false],[371,58,0,true,false,false],[371,59,0,true,true,false],[384,10,0,true,false,false],[387,53,0,true,true,false],[388,47,0,true,true,false],[389,48,0,true,true,false],[389,59,0,true,false,false],[389,64,0,true,true,false],[389,67,0,true,false,false],[390,41,0,true,true,false],[390,52,0,true,false,false],[390,57,0,true,true,false],[390,60,0,true,false,false],[406,46,0,true,true,false],[422,16,0,true,true,false],[422,25,0,true,false,false],[422,26,0,true,true,false],[436,14,0,true,false,false],[444,6,0,false,false,false],[448,62,0,true,true,false],[453,12,0,true,true,false],[453,47,0,true,false,false],[453,48,0,true,true,false],[454,65,0,true,true,false],[456,14,0,true,false,false],[472,12,0,true,true,false],[472,48,0,true,false,false],[472,49,0,true,true,false],[473,67,0,true,true,false],[475,14,0,true,false,false],[491,6,0,false,false,false],[495,67,0,true,true,false],[498,65,0,true,true,false],[511,10,0,true,true,false],[513,12,0,true,true,false],[514,79,0,true,true,false],[518,43,0,true,true,false],[519,20,0,true,true,false],[519,58,0,true,false,false],[519,59,0,true,true,false],[531,18,0,true,false,false],[531,27,0,true,true,false],[531,58,0,true,false,false],[531,59,0,true,true,false],[543,18,0,true,false,false],[543,27,0,true,true,false],[543,53,0,true,true,false],[543,75,0,true,false,false],[543,76,0,true,true,false],[555,18,0,true,false,false],[556,14,0,true,true,false],[557,10,0,true,false,false],[557,17,0,true,true,false],[569,10,0,true,true,false],[571,27,0,true,false,false],[572,6,0,false,false,false],[576,46,0,true,true,false],[578,6,0,false,false,false],[580,61,0,true,true,false],[582,12,0,true,true,false],[582,42,0,true,false,false],[582,43,0,true,true,false],[582,59,0,true,true,false],[585,12,0,true,true,false],[590,14,0,true,true,false],[592,40,0,true,false,false],[593,17,0,true,true,false],[595,10,0,true,false,false],[596,6,0,false,false,false],[598,55,0,true,true,false],[601,6,0,false,false,false],[603,59,0,true,true,false],[605,12,0,true,true,false],[605,42,0,true,false,false],[605,43,0,true,true,false],[605,59,0,true,true,false],[608,29,0,true,false,false],[609,6,0,false,false,false],[611,68,0,true,true,false],[613,12,0,true,true,false],[613,42,0,true,false,false],[613,43,0,true,true,false],[613,58,0,true,true,false],[615,12,0,true,true,false],[620,14,0,true,true,false],[623,20,0,true,true,false],[623,63,0,true,true,false],[623,89,0,true,false,false],[624,17,0,true,true,false],[627,10,0,true,false,false],[628,6,0,false,false,false],[630,72,0,true,true,false],[632,12,0,true,true,false],[632,42,0,true,false,false],[632,43,0,true,true,false],[632,58,0,true,true,false],[634,12,0,true,true,false],[635,81,0,true,true,false],[636,64,0,true,false,false],[637,17,0,true,true,false],[640,10,0,true,false,false],[641,6,0,false,false,false],[645,79,0,true,true,false],[648,12,0,true,true,false],[649,41,0,true,true,false],[650,54,0,true,true,false],[655,26,0,true,false,false],[656,17,0,true,true,false],[660,10,0,true,false,false],[661,6,0,false,false,false],[663,71,0,true,true,false],[666,12,0,true,true,false],[667,49,0,true,true,false],[672,25,0,true,false,false],[673,17,0,true,true,false],[677,10,0,true,false,false],[678,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":593,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":0,"notcovered":133,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift","mcdc_records":[],"segments":[[13,51,0,true,true,false],[15,6,0,false,false,false],[17,27,0,true,true,false],[19,6,0,false,false,false],[22,40,0,true,true,false],[23,38,0,true,true,false],[23,73,0,true,true,false],[26,12,0,true,true,false],[26,42,0,true,false,false],[26,43,0,true,true,false],[28,10,0,true,true,false],[37,27,0,true,true,false],[40,18,0,true,false,false],[43,14,0,true,true,false],[45,10,0,true,true,false],[53,22,0,true,false,false],[54,6,0,false,false,false],[56,22,0,true,true,false],[57,44,0,true,true,false],[57,54,0,true,true,false],[58,46,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,69,0,true,true,false],[70,6,0,false,false,false],[72,36,0,true,true,false],[74,6,0,false,false,false],[76,42,0,true,true,false],[77,12,0,true,true,false],[77,34,0,true,false,false],[77,35,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":63,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift","mcdc_records":[],"segments":[[21,108,0,true,true,false],[26,43,0,true,true,false],[27,16,0,true,true,false],[28,60,0,true,true,false],[30,14,0,true,false,false],[30,21,0,true,true,false],[33,14,0,true,true,false],[34,10,0,true,true,false],[37,12,0,true,true,false],[38,49,0,true,true,false],[40,28,0,true,false,false],[41,17,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[48,59,0,true,true,false],[49,78,0,true,true,false],[51,10,0,true,true,false],[52,38,0,true,false,false],[53,6,0,false,false,false],[56,88,0,true,true,false],[59,14,0,true,true,false],[61,10,0,true,true,false],[62,20,0,true,false,false],[63,6,0,false,false,false],[67,60,0,true,true,false],[69,94,0,true,true,false],[71,12,0,true,true,false],[71,34,0,true,false,false],[71,35,0,true,true,false],[76,96,0,true,true,false],[77,16,0,true,true,false],[77,39,0,true,false,false],[77,40,0,true,true,false],[80,14,0,true,true,false],[83,82,0,true,true,false],[84,10,0,true,false,false],[84,19,0,true,true,false],[84,41,0,true,false,false],[84,42,0,true,true,false],[87,10,0,true,false,false],[87,16,0,true,true,false],[93,10,0,true,true,false],[94,6,0,false,false,false],[96,74,0,true,true,false],[98,64,0,true,true,false],[101,10,0,true,true,false],[107,10,0,true,true,false],[109,12,0,true,true,false],[109,36,0,true,false,false],[109,86,0,true,true,false],[115,10,0,true,true,false],[122,6,0,false,false,false],[124,75,0,true,true,false],[126,95,0,true,true,false],[126,113,0,true,false,false],[128,14,0,true,true,false],[130,10,0,true,true,false],[131,21,0,true,false,false],[132,6,0,false,false,false],[140,109,0,true,true,false],[150,23,0,true,true,false],[158,66,0,true,true,false],[158,68,0,true,false,false],[159,66,0,true,true,false],[159,68,0,true,false,false],[161,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift","mcdc_records":[],"segments":[[19,39,0,true,true,false],[25,6,0,true,false,false],[25,8,0,false,false,false],[27,32,0,true,true,false],[27,33,0,false,false,false],[30,50,0,true,true,false],[30,53,0,false,false,false],[33,67,0,true,true,false],[33,70,0,false,false,false],[36,48,0,true,true,false],[36,51,0,false,false,false],[43,58,0,true,true,false],[47,45,0,true,true,false],[50,10,0,true,true,false],[53,63,0,true,true,false],[57,10,0,true,true,false],[60,54,0,true,true,false],[63,10,0,true,true,false],[66,47,0,true,true,false],[68,10,0,true,false,false],[75,6,0,false,false,false],[78,23,0,true,true,false],[81,12,0,true,true,false],[82,124,0,true,true,false],[83,37,0,true,true,false],[85,14,0,true,true,false],[87,10,0,true,false,false],[87,17,0,true,true,false],[89,10,0,true,true,false],[90,6,0,false,false,false],[95,60,0,true,true,false],[99,62,0,true,true,false],[99,65,0,true,false,false],[100,6,0,false,false,false],[103,86,0,true,true,false],[108,62,0,true,true,false],[110,10,0,true,true,false],[113,69,0,true,true,false],[115,10,0,true,true,false],[117,28,0,true,true,false],[119,10,0,true,true,false],[123,19,0,true,false,false],[124,6,0,false,false,false],[127,71,0,true,true,false],[128,75,0,true,true,false],[130,10,0,true,true,false],[132,43,0,true,false,false],[133,6,0,false,false,false],[136,70,0,true,true,false],[138,34,0,true,true,false],[138,62,0,true,true,false],[138,87,0,true,false,false],[138,88,0,true,true,false],[140,10,0,true,false,false],[140,16,0,true,true,false],[142,10,0,true,false,false],[144,55,0,true,true,false],[146,10,0,true,true,false],[152,12,0,true,true,false],[153,75,0,true,true,false],[154,71,0,true,true,false],[156,14,0,true,true,false],[159,64,0,true,true,false],[161,20,0,true,true,false],[161,49,0,true,true,false],[161,75,0,true,false,false],[161,76,0,true,true,false],[163,18,0,true,true,false],[164,20,0,true,true,false],[164,39,0,true,false,false],[164,40,0,true,true,false],[166,18,0,true,true,false],[167,88,0,true,false,false],[174,45,0,true,true,false],[175,64,0,true,true,false],[177,24,0,true,true,false],[177,41,0,true,false,false],[177,42,0,true,true,false],[180,22,0,true,false,false],[182,14,0,true,true,false],[184,30,0,true,true,false],[186,14,0,true,true,false],[187,10,0,true,false,false],[187,17,0,true,true,false],[189,10,0,true,true,false],[191,19,0,true,false,false],[192,6,0,false,false,false],[194,64,0,true,true,false],[198,6,0,false,false,false],[200,60,0,true,true,false],[206,6,0,false,false,false],[208,91,0,true,true,false],[210,102,0,true,true,false],[212,10,0,true,true,false],[217,56,0,true,true,false],[218,34,0,true,true,false],[218,44,0,true,true,false],[221,18,0,true,true,false],[223,14,0,true,true,false],[226,45,0,true,true,false],[226,55,0,true,true,false],[231,10,0,true,false,false],[233,22,0,true,true,false],[233,36,0,true,true,false],[233,37,0,true,false,false],[233,53,0,true,true,false],[233,54,0,true,false,false],[235,6,0,false,false,false],[237,86,0,true,true,false],[238,59,0,true,true,false],[238,73,0,true,true,false],[245,14,0,true,true,false],[247,10,0,true,true,false],[249,52,0,true,true,false],[249,53,0,true,false,false],[250,52,0,true,true,false],[250,53,0,true,false,false],[252,6,0,false,false,false],[255,62,0,true,true,false],[259,12,0,true,true,false],[260,82,0,true,true,false],[265,13,0,true,true,false],[268,14,0,true,true,false],[271,48,0,true,true,false],[273,14,0,true,true,false],[274,10,0,true,false,false],[274,17,0,true,true,false],[276,10,0,true,true,false],[278,19,0,true,false,false],[279,6,0,false,false,false],[282,73,0,true,true,false],[290,6,0,false,false,false],[292,90,0,true,true,false],[296,6,0,false,false,false],[299,66,0,true,true,false],[305,14,0,true,true,false],[308,10,0,true,true,false],[310,12,0,true,true,false],[311,43,0,true,true,false],[312,10,0,true,false,false],[312,17,0,true,true,false],[314,10,0,true,true,false],[315,6,0,false,false,false],[318,64,0,true,true,false],[321,73,0,true,true,false],[323,10,0,true,true,false],[325,61,0,true,true,false],[327,10,0,true,true,false],[328,45,0,true,false,false],[329,6,0,false,false,false],[332,90,0,true,true,false],[337,52,0,true,true,false],[339,10,0,true,false,false],[343,60,0,true,true,false],[345,10,0,true,false,false],[345,16,0,true,true,false],[347,10,0,true,false,false],[355,20,0,true,true,false],[357,10,0,true,false,false],[357,16,0,true,true,false],[364,10,0,true,false,false],[367,6,0,false,false,false],[369,79,0,true,true,false],[370,59,0,true,true,false],[370,86,0,true,false,false],[371,43,0,true,true,false],[376,10,0,true,false,false],[377,49,0,true,true,false],[377,59,0,true,false,false],[377,62,0,true,true,false],[377,71,0,true,false,false],[378,51,0,true,true,false],[382,10,0,true,false,false],[382,12,0,true,true,false],[384,10,0,true,true,false],[387,85,0,true,false,false],[388,6,0,false,false,false],[390,65,0,true,true,false],[391,60,0,true,true,false],[393,10,0,true,true,false],[394,90,0,true,false,false],[395,6,0,false,false,false],[399,20,0,true,true,false],[403,6,0,false,false,false],[407,29,0,true,true,false],[409,23,0,true,true,false],[409,51,0,true,false,false],[410,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":41,"covered":0,"percent":0},"lines":{"count":393,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":125,"covered":0,"notcovered":125,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift","mcdc_records":[],"segments":[[19,47,0,true,true,false],[19,50,0,false,false,false],[22,32,0,true,true,false],[22,35,0,false,false,false],[25,28,0,true,true,false],[25,30,0,false,false,false],[27,20,0,true,true,false],[27,22,0,false,false,false],[30,56,0,true,true,false],[32,38,0,true,true,false],[37,10,0,true,true,false],[43,122,0,true,true,false],[45,10,0,true,true,false],[47,12,0,true,true,false],[48,79,0,true,true,false],[53,18,0,true,true,false],[55,14,0,true,true,false],[57,48,0,true,true,false],[62,14,0,true,true,false],[63,10,0,true,false,false],[63,17,0,true,true,false],[65,10,0,true,true,false],[67,19,0,true,false,false],[68,6,0,false,false,false],[71,34,0,true,true,false],[72,48,0,true,true,false],[72,58,0,true,true,false],[76,39,0,true,true,false],[76,88,0,true,false,false],[78,18,0,true,true,false],[78,23,0,true,false,false],[80,31,0,true,true,false],[82,10,0,true,true,false],[83,6,0,false,false,false],[86,43,0,true,true,false],[87,44,0,true,true,false],[88,35,0,true,true,false],[89,31,0,true,true,false],[91,18,0,true,false,false],[92,14,0,true,true,false],[93,10,0,true,false,false],[94,6,0,false,false,false],[97,23,0,true,true,false],[99,6,0,false,false,false],[102,61,0,true,true,false],[106,12,0,true,true,false],[106,40,0,true,false,false],[106,41,0,true,true,false],[108,10,0,true,false,false],[108,19,0,true,true,false],[108,46,0,true,false,false],[108,47,0,true,true,false],[110,10,0,true,false,false],[113,56,0,true,true,false],[115,10,0,true,false,false],[118,12,0,true,true,false],[118,36,0,true,false,false],[118,37,0,true,true,false],[120,10,0,true,false,false],[123,6,0,false,false,false],[129,64,0,true,true,false],[130,54,0,true,true,false],[132,10,0,true,true,false],[133,45,0,true,false,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":108,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[8,26,0,false,false,false],[10,32,0,true,true,false],[10,37,0,false,false,false],[13,27,0,true,true,false],[14,26,0,true,true,false],[14,27,0,true,false,false],[14,30,0,true,true,false],[14,31,0,true,false,false],[15,6,0,false,false,false],[18,25,0,true,true,false],[20,6,0,false,false,false],[24,27,0,true,true,false],[25,48,0,true,true,false],[25,64,0,true,true,false],[27,62,0,true,false,false],[28,6,0,false,false,false],[31,31,0,true,true,false],[34,12,0,true,true,false],[34,21,0,true,false,false],[34,22,0,true,true,false],[36,10,0,true,false,false],[37,6,0,false,false,false],[41,46,0,true,true,false],[42,12,0,true,true,false],[42,23,0,true,false,false],[42,35,0,true,true,false],[45,10,0,true,false,false],[46,6,0,false,false,false],[64,28,0,true,true,false],[64,49,0,false,false,false],[65,27,0,true,true,false],[65,40,0,false,false,false],[66,27,0,true,true,false],[66,40,0,false,false,false],[69,57,0,true,true,false],[69,60,0,false,false,false],[71,20,0,true,true,false],[71,22,0,false,false,false],[76,44,0,true,true,false],[78,6,0,false,false,false],[86,43,0,true,true,false],[87,16,0,true,true,false],[87,32,0,true,false,false],[88,9,0,true,true,false],[89,25,0,true,false,false],[90,9,0,true,true,false],[91,24,0,true,false,false],[92,9,0,true,true,false],[96,36,0,true,false,false],[98,6,0,false,false,false],[102,34,0,true,true,false],[107,12,0,true,true,false],[107,27,0,true,false,false],[107,28,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[113,60,0,true,true,false],[115,6,0,false,false,false],[118,42,0,true,true,false],[122,6,0,false,false,false],[125,30,0,true,true,false],[129,6,0,false,false,false],[132,21,0,true,true,false],[134,35,0,true,true,false],[136,10,0,true,true,false],[138,6,0,false,false,false],[142,64,0,true,true,false],[143,41,0,true,true,false],[145,10,0,true,true,false],[149,14,0,true,true,false],[151,10,0,true,true,false],[154,21,0,true,false,false],[155,6,0,false,false,false],[157,71,0,true,true,false],[159,50,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":96,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift","mcdc_records":[],"segments":[[17,20,0,true,true,false],[17,22,0,false,false,false],[27,42,0,true,true,false],[27,46,0,false,false,false],[31,33,0,true,true,false],[31,84,0,false,false,false],[33,38,0,true,true,false],[37,9,0,true,true,false],[39,10,0,true,true,false],[40,25,0,true,false,false],[41,6,0,false,false,false],[45,28,0,true,true,false],[50,6,0,false,false,false],[53,43,0,true,true,false],[56,6,0,false,false,false],[59,23,0,true,true,false],[62,6,0,false,false,false],[64,44,0,true,true,false],[65,46,0,true,true,false],[68,16,0,true,true,false],[68,47,0,true,false,false],[68,48,0,true,true,false],[70,14,0,true,false,false],[70,20,0,true,true,false],[72,14,0,true,true,false],[73,10,0,true,true,false],[78,78,0,true,true,false],[80,10,0,true,true,false],[85,9,0,true,true,false],[87,10,0,true,true,false],[89,21,0,true,false,false],[90,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":53,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift","mcdc_records":[],"segments":[[21,13,0,true,true,false],[22,95,0,true,true,false],[22,99,0,true,false,false],[23,10,0,false,false,false],[24,13,0,true,true,false],[26,16,0,true,true,false],[26,24,0,true,false,false],[26,25,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[30,14,0,true,false,false],[32,10,0,false,false,false],[43,20,0,true,true,false],[43,22,0,false,false,false],[48,28,0,true,true,false],[49,30,0,true,true,false],[52,10,0,true,true,false],[54,41,0,true,true,false],[57,10,0,true,true,false],[60,79,0,true,true,false],[61,18,0,true,true,false],[63,14,0,true,false,false],[67,77,0,true,true,false],[69,66,0,true,true,false],[69,82,0,true,true,false],[72,18,0,true,true,false],[74,14,0,true,false,false],[81,6,0,false,false,false],[84,27,0,true,true,false],[85,40,0,true,true,false],[88,10,0,true,false,false],[89,39,0,true,true,false],[92,10,0,true,false,false],[94,6,0,false,false,false],[100,59,0,true,true,false],[101,52,0,true,true,false],[103,10,0,true,true,false],[106,20,0,true,false,false],[107,6,0,false,false,false],[112,44,0,true,true,false],[118,6,0,false,false,false],[120,52,0,true,true,false],[123,6,0,false,false,false],[126,33,0,true,true,false],[130,12,0,true,true,false],[130,30,0,true,false,false],[130,31,0,true,true,false],[132,10,0,true,false,false],[139,6,0,false,false,false],[141,68,0,true,true,false],[145,16,0,true,true,false],[147,10,0,true,true,false],[150,28,0,true,false,false],[151,6,0,false,false,false],[153,56,0,true,true,false],[154,16,0,true,true,false],[154,22,0,true,false,false],[155,9,0,true,true,false],[156,38,0,true,false,false],[157,9,0,true,true,false],[158,46,0,true,false,false],[159,9,0,true,true,false],[160,27,0,true,false,false],[161,10,0,true,true,false],[162,6,0,false,false,false],[187,101,0,true,true,false],[190,14,0,true,true,false],[192,10,0,true,true,false],[194,37,0,true,true,false],[194,62,0,true,false,false],[195,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":146,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":42,"covered":0,"notcovered":42,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift","mcdc_records":[],"segments":[[25,51,0,true,true,false],[25,54,0,false,false,false],[32,61,0,true,true,false],[34,50,0,true,true,false],[36,10,0,true,true,false],[39,61,0,true,true,false],[41,10,0,true,true,false],[50,20,0,true,false,false],[51,6,0,false,false,false],[55,61,0,true,true,false],[57,93,0,true,true,false],[59,10,0,true,true,false],[63,12,0,true,true,false],[63,62,0,true,false,false],[63,63,0,true,true,false],[65,10,0,true,true,false],[69,12,0,true,true,false],[69,67,0,true,false,false],[69,68,0,true,true,false],[71,10,0,true,true,false],[73,19,0,true,false,false],[74,6,0,false,false,false],[82,62,0,true,true,false],[85,67,0,true,true,false],[87,10,0,true,true,false],[88,19,0,true,false,false],[89,6,0,false,false,false],[97,60,0,true,true,false],[99,6,0,false,false,false],[107,65,0,true,true,false],[109,6,0,false,false,false],[114,71,0,true,true,false],[117,16,0,true,true,false],[117,22,0,true,false,false],[118,9,0,true,true,false],[120,89,0,true,false,false],[122,9,0,true,true,false],[124,48,0,true,false,false],[126,9,0,true,true,false],[128,23,0,true,false,false],[130,6,0,false,false,false],[136,39,0,true,true,false],[139,55,0,true,true,false],[139,101,0,true,false,false],[141,14,0,true,true,false],[144,10,0,true,true,false],[146,54,0,true,true,false],[146,65,0,true,false,false],[149,40,0,true,true,false],[151,10,0,true,true,false],[154,6,0,false,false,false],[158,70,0,true,true,false],[162,66,0,true,true,false],[163,48,0,true,true,false],[167,20,0,true,true,false],[167,46,0,true,false,false],[167,47,0,true,true,false],[168,75,0,true,true,false],[171,22,0,true,false,false],[175,20,0,true,true,false],[175,44,0,true,false,false],[175,45,0,true,true,false],[176,67,0,true,true,false],[179,22,0,true,false,false],[181,14,0,true,true,false],[182,10,0,true,true,false],[184,12,0,true,true,false],[184,28,0,true,true,false],[184,40,0,true,false,false],[184,41,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[190,56,0,true,true,false],[191,16,0,true,true,false],[191,22,0,true,false,false],[192,9,0,true,true,false],[193,42,0,true,true,false],[193,46,0,true,false,false],[195,9,0,true,true,false],[196,53,0,true,false,false],[197,9,0,true,true,false],[199,54,0,true,false,false],[200,9,0,true,true,false],[202,54,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[210,65,0,true,true,false],[212,6,0,false,false,false],[216,61,0,true,true,false],[218,6,0,false,false,false],[223,30,0,true,true,false],[226,6,0,false,false,false],[229,27,0,true,true,false],[232,6,0,false,false,false],[236,20,0,true,true,false],[238,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":157,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":0,"notcovered":59,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift","mcdc_records":[],"segments":[[13,64,0,true,true,false],[13,66,0,false,false,false],[16,70,0,true,true,false],[16,75,0,false,false,false],[19,74,0,true,true,false],[19,82,0,false,false,false],[22,39,0,true,true,false],[23,42,0,true,true,false],[23,56,0,true,true,false],[24,38,0,true,false,false],[25,6,0,false,false,false],[28,35,0,true,true,false],[28,36,0,false,false,false],[30,20,0,true,true,false],[32,6,0,false,false,false],[36,35,0,true,true,false],[38,41,0,true,true,false],[38,51,0,true,true,false],[46,13,0,true,true,false],[47,41,0,true,true,false],[47,51,0,true,true,false],[51,22,0,true,true,false],[53,18,0,true,false,false],[61,6,0,false,false,false],[65,34,0,true,true,false],[66,40,0,true,true,false],[66,50,0,true,true,false],[68,41,0,true,true,false],[68,51,0,true,true,false],[75,6,0,false,false,false],[78,27,0,true,true,false],[79,90,0,true,true,false],[84,10,0,true,true,false],[87,105,0,true,true,false],[89,10,0,true,false,false],[89,16,0,true,true,false],[91,10,0,true,false,false],[94,43,0,true,true,false],[94,53,0,true,true,false],[100,13,0,true,true,false],[100,35,0,true,false,false],[101,13,0,true,true,false],[101,39,0,true,false,false],[102,13,0,true,true,false],[102,35,0,true,false,false],[106,12,0,true,true,false],[106,22,0,true,false,false],[106,23,0,true,true,false],[108,135,0,true,true,false],[108,138,0,true,false,false],[109,16,0,true,true,false],[112,10,0,true,false,false],[113,6,0,false,false,false],[124,80,0,true,true,false],[129,12,0,true,true,false],[129,43,0,true,false,false],[129,44,0,true,true,false],[131,10,0,true,false,false],[131,19,0,true,true,false],[131,50,0,true,false,false],[131,51,0,true,true,false],[133,10,0,true,false,false],[133,19,0,true,true,false],[133,54,0,true,false,false],[133,55,0,true,true,false],[135,10,0,true,false,false],[135,19,0,true,true,false],[135,54,0,true,true,false],[135,84,0,true,false,false],[135,85,0,true,true,false],[138,10,0,true,true,false],[140,24,0,true,false,false],[141,6,0,false,false,false],[144,35,0,true,true,false],[145,16,0,true,true,false],[145,20,0,true,false,false],[146,9,0,true,true,false],[147,18,0,true,false,false],[148,9,0,true,true,false],[149,18,0,true,false,false],[150,9,0,true,true,false],[151,16,0,true,false,false],[152,9,0,true,true,false],[153,16,0,true,false,false],[154,10,0,true,true,false],[155,6,0,false,false,false],[158,36,0,true,true,false],[159,16,0,true,true,false],[159,20,0,true,false,false],[160,9,0,true,true,false],[161,23,0,true,false,false],[162,9,0,true,true,false],[163,23,0,true,false,false],[164,9,0,true,true,false],[165,27,0,true,false,false],[166,9,0,true,true,false],[167,22,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":143,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":0,"notcovered":59,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift","mcdc_records":[],"segments":[[8,45,0,true,true,false],[10,6,0,false,false,false],[13,97,0,true,true,false],[14,60,0,true,true,false],[22,12,0,true,true,false],[23,73,0,true,true,false],[25,26,0,true,false,false],[26,17,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[34,65,0,true,true,false],[40,9,0,true,true,false],[43,10,0,true,true,false],[46,83,0,true,true,false],[49,10,0,true,true,false],[54,32,0,true,false,false],[55,6,0,false,false,false],[58,102,0,true,true,false],[85,6,0,false,false,false],[88,90,0,true,true,false],[110,6,0,false,false,false],[113,80,0,true,true,false],[114,55,0,true,true,false],[114,71,0,true,true,false],[130,40,0,true,true,false],[132,10,0,true,false,false],[135,6,0,false,false,false],[138,83,0,true,true,false],[139,12,0,true,true,false],[139,36,0,true,false,false],[139,37,0,true,true,false],[141,16,0,true,true,false],[141,42,0,true,false,false],[141,43,0,true,true,false],[143,14,0,true,false,false],[143,20,0,true,true,false],[146,20,0,true,true,false],[146,57,0,true,false,false],[146,58,0,true,true,false],[146,81,0,true,false,false],[147,20,0,true,true,false],[147,56,0,true,false,false],[147,57,0,true,true,false],[147,80,0,true,false,false],[148,20,0,true,true,false],[148,55,0,true,false,false],[148,56,0,true,true,false],[148,79,0,true,false,false],[149,20,0,true,true,false],[149,57,0,true,false,false],[149,58,0,true,true,false],[149,81,0,true,false,false],[153,16,0,true,true,false],[155,48,0,true,true,false],[157,20,0,true,true,false],[157,57,0,true,false,false],[157,58,0,true,true,false],[157,84,0,true,false,false],[158,20,0,true,true,false],[158,56,0,true,false,false],[158,57,0,true,true,false],[158,83,0,true,false,false],[159,20,0,true,true,false],[159,55,0,true,false,false],[159,56,0,true,true,false],[159,82,0,true,false,false],[160,20,0,true,true,false],[160,57,0,true,false,false],[160,58,0,true,true,false],[160,84,0,true,false,false],[165,6,0,false,false,false],[168,46,0,true,true,false],[175,27,0,true,true,false],[176,35,0,true,true,false],[178,20,0,true,true,false],[178,62,0,true,false,false],[178,63,0,true,true,false],[180,18,0,true,true,false],[181,14,0,true,true,false],[185,16,0,true,true,false],[185,41,0,true,false,false],[185,42,0,true,true,false],[187,14,0,true,true,false],[189,10,0,true,true,false],[191,19,0,true,false,false],[192,6,0,false,false,false],[195,36,0,true,true,false],[230,8,0,false,false,false],[237,46,0,true,true,false],[238,20,0,true,true,false],[238,24,0,true,false,false],[239,13,0,true,true,false],[240,47,0,true,false,false],[241,13,0,true,true,false],[242,107,0,true,false,false],[243,14,0,true,true,false],[244,10,0,false,false,false],[248,79,0,true,true,false],[250,73,0,true,true,false],[252,10,0,true,true,false],[259,16,0,true,true,false],[259,26,0,true,false,false],[260,9,0,true,true,false],[261,63,0,true,false,false],[262,9,0,true,true,false],[263,109,0,true,false,false],[265,9,0,true,true,false],[266,18,0,true,false,false],[267,10,0,true,true,false],[287,83,0,true,true,false],[289,78,0,true,true,false],[291,68,0,true,true,false],[295,10,0,true,true,false],[297,59,0,true,true,false],[298,71,0,true,true,false],[298,86,0,true,false,false],[306,10,0,true,true,false],[308,78,0,true,true,false],[312,14,0,true,true,false],[317,10,0,true,true,false],[323,9,0,true,true,false],[330,10,0,true,false,false],[333,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":310,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":77,"covered":0,"notcovered":77,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift","mcdc_records":[],"segments":[[19,46,0,true,true,false],[20,20,0,true,true,false],[20,24,0,true,false,false],[21,13,0,true,true,false],[22,56,0,true,false,false],[23,13,0,true,true,false],[24,54,0,true,false,false],[25,13,0,true,true,false],[26,84,0,true,false,false],[27,13,0,true,true,false],[28,87,0,true,false,false],[29,13,0,true,true,false],[30,84,0,true,false,false],[31,13,0,true,true,false],[32,83,0,true,false,false],[33,13,0,true,true,false],[34,84,0,true,false,false],[35,13,0,true,true,false],[36,57,0,true,false,false],[37,14,0,true,true,false],[38,10,0,false,false,false],[48,31,0,true,true,false],[48,50,0,false,false,false],[51,37,0,true,true,false],[51,69,0,false,false,false],[52,42,0,true,true,false],[52,79,0,false,false,false],[53,31,0,true,true,false],[53,59,0,false,false,false],[69,25,0,true,true,false],[71,63,0,true,true,false],[73,10,0,true,true,false],[76,51,0,true,true,false],[80,12,0,true,true,false],[80,61,0,true,false,false],[80,62,0,true,true,false],[81,65,0,true,true,false],[82,10,0,true,true,false],[85,16,0,true,true,false],[85,22,0,true,false,false],[86,9,0,true,true,false],[87,100,0,true,false,false],[88,9,0,true,true,false],[89,71,0,true,false,false],[92,10,0,true,true,false],[94,26,0,true,false,false],[95,6,0,false,false,false],[100,60,0,true,true,false],[101,63,0,true,true,false],[101,79,0,true,true,false],[103,12,0,true,true,false],[104,82,0,true,true,false],[105,49,0,true,false,false],[106,17,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[117,86,0,true,true,false],[118,63,0,true,true,false],[120,10,0,true,true,false],[123,12,0,true,true,false],[123,50,0,true,false,false],[123,51,0,true,true,false],[125,10,0,true,true,false],[128,58,0,true,true,false],[132,12,0,true,true,false],[133,86,0,true,true,false],[134,10,0,true,false,false],[134,17,0,true,true,false],[136,10,0,true,true,false],[142,12,0,true,true,false],[143,88,0,true,true,false],[145,10,0,true,false,false],[145,17,0,true,true,false],[147,10,0,true,true,false],[149,26,0,true,false,false],[150,6,0,false,false,false],[154,64,0,true,true,false],[155,76,0,true,true,false],[155,86,0,true,true,false],[161,10,0,true,true,false],[163,6,0,false,false,false],[165,104,0,true,true,false],[168,12,0,true,true,false],[169,84,0,true,true,false],[170,10,0,true,false,false],[170,17,0,true,true,false],[172,10,0,true,true,false],[175,39,0,true,true,false],[175,53,0,true,false,false],[175,95,0,true,true,false],[177,10,0,true,false,false],[177,16,0,true,true,false],[179,10,0,true,false,false],[182,12,0,true,true,false],[183,88,0,true,true,false],[185,10,0,true,false,false],[185,17,0,true,true,false],[187,10,0,true,true,false],[188,6,0,false,false,false],[190,85,0,true,true,false],[192,12,0,true,true,false],[192,56,0,true,true,false],[192,96,0,true,false,false],[192,97,0,true,true,false],[194,10,0,true,false,false],[197,12,0,true,true,false],[198,98,0,true,true,false],[200,10,0,true,false,false],[200,17,0,true,true,false],[202,10,0,true,true,false],[203,6,0,false,false,false],[205,71,0,true,true,false],[215,12,0,true,true,false],[215,54,0,true,false,false],[215,55,0,true,true,false],[220,14,0,true,true,false],[221,10,0,true,true,false],[224,12,0,true,true,false],[225,77,0,true,true,false],[227,30,0,true,false,false],[228,17,0,true,true,false],[230,10,0,true,false,false],[231,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift","mcdc_records":[],"segments":[[12,23,0,true,true,false],[13,16,0,true,true,false],[13,20,0,true,false,false],[14,9,0,true,true,false],[14,30,0,true,false,false],[15,9,0,true,true,false],[15,32,0,true,false,false],[16,9,0,true,true,false],[16,27,0,true,false,false],[17,10,0,true,true,false],[18,6,0,false,false,false],[20,22,0,true,true,false],[21,16,0,true,true,false],[21,20,0,true,false,false],[22,9,0,true,true,false],[22,56,0,true,false,false],[23,9,0,true,true,false],[23,53,0,true,false,false],[24,9,0,true,true,false],[24,34,0,true,false,false],[25,10,0,true,true,false],[26,6,0,false,false,false],[46,7,0,true,true,false],[53,6,0,false,false,false],[56,33,0,true,true,false],[60,6,0,false,false,false],[71,39,0,true,true,false],[72,16,0,true,true,false],[72,20,0,true,false,false],[73,9,0,true,true,false],[73,29,0,true,false,false],[74,9,0,true,true,false],[74,33,0,true,false,false],[75,9,0,true,true,false],[75,34,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[79,22,0,true,true,false],[80,16,0,true,true,false],[80,20,0,true,false,false],[81,9,0,true,true,false],[81,47,0,true,false,false],[82,9,0,true,true,false],[82,54,0,true,false,false],[83,9,0,true,true,false],[83,56,0,true,false,false],[84,10,0,true,true,false],[85,6,0,false,false,false],[87,23,0,true,true,false],[88,16,0,true,true,false],[88,20,0,true,false,false],[89,9,0,true,true,false],[89,31,0,true,false,false],[90,9,0,true,true,false],[90,33,0,true,false,false],[91,9,0,true,true,false],[91,30,0,true,false,false],[92,10,0,true,true,false],[93,6,0,false,false,false],[106,125,0,true,true,false],[107,88,0,true,true,false],[112,6,0,false,false,false],[114,42,0,true,true,false],[117,6,0,false,false,false],[129,63,0,true,true,false],[129,65,0,false,false,false],[130,68,0,true,true,false],[130,76,0,false,false,false],[131,57,0,true,true,false],[131,58,0,false,false,false],[135,29,0,true,true,false],[135,32,0,false,false,false],[136,30,0,true,true,false],[136,70,0,false,false,false],[137,52,0,true,true,false],[137,55,0,false,false,false],[138,52,0,true,true,false],[138,56,0,false,false,false],[142,54,0,true,true,false],[196,6,0,false,false,false],[200,44,0,true,true,false],[200,45,0,false,false,false],[202,58,0,true,true,false],[202,61,0,false,false,false],[203,49,0,true,true,false],[203,52,0,false,false,false],[204,47,0,true,true,false],[204,52,0,false,false,false],[206,20,0,true,true,false],[208,6,0,false,false,false],[212,28,0,true,true,false],[213,42,0,true,true,false],[216,10,0,true,true,false],[223,9,0,true,true,false],[226,10,0,true,false,false],[228,31,0,true,true,false],[229,19,0,true,true,false],[229,36,0,true,false,false],[229,37,0,true,true,false],[232,14,0,true,true,false],[233,10,0,true,false,false],[234,6,0,false,false,false],[236,27,0,true,true,false],[240,6,0,false,false,false],[244,44,0,true,true,false],[245,78,0,true,true,false],[248,10,0,true,true,false],[253,41,0,true,true,false],[255,10,0,true,false,false],[255,16,0,true,true,false],[257,10,0,true,false,false],[261,37,0,true,true,false],[261,47,0,true,true,false],[267,73,0,true,true,false],[267,83,0,true,true,false],[268,71,0,true,true,false],[268,86,0,true,false,false],[270,27,0,true,true,false],[272,10,0,true,true,false],[276,6,0,false,false,false],[278,51,0,true,true,false],[280,45,0,true,true,false],[280,55,0,true,true,false],[283,38,0,true,true,false],[284,16,0,true,true,false],[284,37,0,true,false,false],[284,38,0,true,true,false],[295,20,0,true,true,false],[295,50,0,true,false,false],[295,51,0,true,true,false],[297,18,0,true,false,false],[306,20,0,true,true,false],[306,49,0,true,false,false],[306,50,0,true,true,false],[309,18,0,true,false,false],[315,14,0,true,true,false],[316,10,0,true,true,false],[317,6,0,false,false,false],[321,64,0,true,true,false],[325,12,0,true,true,false],[325,45,0,true,false,false],[325,46,0,true,true,false],[327,10,0,true,false,false],[330,73,0,true,true,false],[332,10,0,true,false,false],[332,14,0,true,true,false],[332,16,0,true,false,false],[335,68,0,true,true,false],[335,69,0,true,false,false],[337,6,0,false,false,false],[339,64,0,true,true,false],[340,60,0,true,true,false],[340,72,0,true,true,false],[342,30,0,true,true,false],[342,82,0,true,false,false],[343,6,0,false,false,false],[345,69,0,true,true,false],[348,52,0,true,true,false],[348,68,0,true,true,false],[351,63,0,true,true,false],[353,59,0,true,true,false],[353,75,0,true,true,false],[354,10,0,true,true,false],[356,20,0,true,false,false],[357,6,0,false,false,false],[361,39,0,true,true,false],[365,50,0,true,true,false],[366,41,0,true,true,false],[366,91,0,true,false,false],[369,50,0,true,true,false],[370,40,0,true,true,false],[370,90,0,true,false,false],[373,12,0,true,true,false],[373,35,0,true,false,false],[373,36,0,true,true,false],[375,10,0,true,false,false],[375,19,0,true,true,false],[375,44,0,true,false,false],[375,45,0,true,true,false],[377,10,0,true,false,false],[377,16,0,true,true,false],[379,10,0,true,false,false],[380,6,0,false,false,false],[384,55,0,true,true,false],[385,58,0,true,true,false],[385,66,0,true,false,false],[385,69,0,true,true,false],[385,74,0,true,false,false],[388,14,0,true,true,false],[392,10,0,true,false,false],[393,6,0,false,false,false],[397,26,0,true,true,false],[400,6,0,false,false,false],[402,24,0,true,true,false],[407,6,0,false,false,false],[409,98,0,true,true,false],[411,25,0,true,true,false],[412,36,0,true,true,false],[412,63,0,true,false,false],[415,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":46,"covered":0,"percent":0},"lines":{"count":338,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":0,"notcovered":117,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift","mcdc_records":[],"segments":[[42,32,0,true,true,false],[42,56,0,false,false,false],[46,41,0,true,true,false],[47,31,0,true,true,false],[47,45,0,true,true,false],[48,33,0,true,false,false],[49,6,0,false,false,false],[53,34,0,true,true,false],[55,12,0,true,true,false],[55,37,0,true,false,false],[55,38,0,true,true,false],[56,63,0,true,true,false],[56,77,0,true,true,false],[58,10,0,true,false,false],[60,17,0,true,true,false],[60,47,0,true,false,false],[60,48,0,true,true,false],[61,65,0,true,true,false],[61,79,0,true,true,false],[63,10,0,true,false,false],[65,14,0,true,true,false],[67,10,0,true,true,false],[68,6,0,false,false,false],[77,7,0,true,true,false],[83,6,0,false,false,false],[88,63,0,true,true,false],[90,6,0,false,false,false],[93,77,0,true,true,false],[97,14,0,true,true,false],[99,10,0,true,true,false],[104,56,0,true,true,false],[104,71,0,true,true,false],[104,82,0,true,false,false],[110,9,0,true,true,false],[111,36,0,true,true,false],[112,50,0,true,true,false],[112,52,0,true,false,false],[113,14,0,true,true,false],[114,10,0,true,false,false],[123,6,0,false,false,false],[129,68,0,true,true,false],[131,41,0,true,true,false],[131,57,0,true,true,false],[133,44,0,true,true,false],[133,60,0,true,true,false],[137,14,0,true,true,false],[137,30,0,true,true,false],[138,20,0,true,false,false],[139,6,0,false,false,false],[145,79,0,true,true,false],[149,45,0,true,true,false],[149,61,0,true,false,false],[149,64,0,true,true,false],[149,67,0,true,false,false],[153,18,0,true,true,false],[153,29,0,true,false,false],[155,40,0,true,true,false],[155,54,0,true,true,false],[158,36,0,true,true,false],[158,50,0,true,true,false],[161,67,0,true,true,false],[161,82,0,true,false,false],[165,28,0,true,true,false],[169,50,0,true,true,false],[170,35,0,true,true,false],[171,59,0,true,true,false],[171,61,0,true,false,false],[172,18,0,true,true,false],[173,14,0,true,false,false],[178,12,0,true,true,false],[178,35,0,true,false,false],[178,36,0,true,true,false],[180,10,0,true,false,false],[181,28,0,true,true,false],[183,10,0,true,false,false],[185,113,0,true,true,false],[185,122,0,true,false,false],[186,16,0,true,true,false],[186,38,0,true,false,false],[187,14,0,true,true,false],[189,79,0,true,true,false],[189,93,0,true,true,false],[196,14,0,true,false,false],[197,10,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[215,28,0,true,true,false],[217,18,0,true,true,false],[218,51,0,true,true,false],[218,74,0,true,true,false],[219,74,0,true,false,false],[222,6,0,false,false,false],[320,45,0,true,true,false],[320,47,0,false,false,false],[321,33,0,true,true,false],[321,83,0,false,false,false],[346,13,0,true,true,false],[347,12,0,true,true,false],[347,29,0,true,false,false],[347,49,0,true,true,false],[347,59,0,true,true,false],[361,50,0,true,true,false],[362,33,0,true,true,false],[362,43,0,true,true,false],[364,10,0,true,false,false],[365,6,0,false,false,false],[367,23,0,true,true,false],[383,6,0,false,false,false],[385,37,0,true,true,false],[386,29,0,true,true,false],[386,39,0,true,true,false],[387,15,0,true,true,false],[387,32,0,true,false,false],[387,33,0,true,true,false],[388,16,0,true,true,false],[389,55,0,true,true,false],[390,14,0,true,false,false],[390,21,0,true,true,false],[393,14,0,true,true,false],[394,10,0,true,true,false],[395,6,0,false,false,false],[397,59,0,true,true,false],[404,43,0,true,true,false],[408,89,0,true,true,false],[413,10,0,true,true,false],[416,48,0,true,true,false],[417,49,0,true,true,false],[417,59,0,true,true,false],[418,19,0,true,true,false],[418,36,0,true,false,false],[418,37,0,true,true,false],[423,14,0,true,true,false],[424,10,0,true,false,false],[428,15,0,true,true,false],[428,32,0,true,false,false],[428,33,0,true,true,false],[429,69,0,true,true,false],[429,75,0,true,true,false],[431,14,0,true,true,false],[432,16,0,true,true,false],[432,29,0,true,false,false],[432,30,0,true,true,false],[432,42,0,true,true,false],[435,66,0,true,true,false],[437,59,0,true,true,false],[439,18,0,true,false,false],[441,46,0,true,true,false],[441,58,0,true,true,false],[442,71,0,true,true,false],[444,18,0,true,false,false],[445,14,0,true,true,false],[446,10,0,true,true,false],[451,6,0,false,false,false],[453,72,0,true,true,false],[454,51,0,true,true,false],[455,45,0,true,true,false],[456,24,0,true,true,false],[456,29,0,true,false,false],[457,17,0,true,true,false],[459,42,0,true,false,false],[460,17,0,true,true,false],[462,57,0,true,false,false],[463,17,0,true,true,false],[465,82,0,true,false,false],[466,17,0,true,true,false],[467,26,0,true,false,false],[468,18,0,true,true,false],[469,14,0,true,false,false],[471,10,0,true,true,false],[472,6,0,false,false,false],[474,84,0,true,true,false],[475,74,0,true,true,false],[478,51,0,true,true,false],[481,47,0,true,true,false],[482,34,0,true,true,false],[484,22,0,true,false,false],[484,28,0,true,true,false],[486,22,0,true,false,false],[489,10,0,true,true,false],[490,6,0,false,false,false],[492,82,0,true,true,false],[493,51,0,true,true,false],[494,81,0,true,true,false],[496,30,0,true,true,false],[499,18,0,true,true,false],[500,32,0,true,true,false],[503,18,0,true,true,false],[504,20,0,true,true,false],[504,30,0,true,false,false],[504,31,0,true,true,false],[507,18,0,true,true,false],[509,14,0,true,false,false],[510,10,0,true,true,false],[511,6,0,false,false,false],[513,51,0,true,true,false],[517,55,0,true,true,false],[520,10,0,true,true,false],[522,71,0,true,true,false],[522,89,0,true,false,false],[522,95,0,true,true,false],[525,10,0,true,true,false],[530,97,0,true,true,false],[532,43,0,true,true,false],[534,14,0,true,false,false],[536,10,0,true,true,false],[541,9,0,true,true,false],[543,43,0,true,true,false],[545,14,0,true,false,false],[547,10,0,true,true,false],[553,9,0,true,true,false],[556,34,0,true,true,false],[557,64,0,true,true,false],[557,76,0,true,true,false],[560,76,0,true,true,false],[564,55,0,true,true,false],[566,22,0,true,false,false],[569,41,0,true,true,false],[575,22,0,true,false,false],[576,24,0,true,true,false],[579,60,0,true,true,false],[581,22,0,true,false,false],[583,14,0,true,true,false],[584,19,0,true,false,false],[585,10,0,true,true,false],[593,9,0,true,true,false],[595,79,0,true,true,false],[597,50,0,true,true,false],[599,18,0,true,false,false],[602,10,0,true,true,false],[605,60,0,true,true,false],[606,66,0,true,true,false],[606,68,0,true,false,false],[607,41,0,true,true,false],[607,60,0,true,false,false],[609,117,0,true,true,false],[609,120,0,true,false,false],[612,10,0,true,true,false],[620,9,0,true,true,false],[622,16,0,true,true,false],[622,40,0,true,true,false],[622,79,0,true,false,false],[622,80,0,true,true,false],[625,55,0,true,true,false],[627,18,0,true,false,false],[628,20,0,true,true,false],[630,14,0,true,false,false],[632,10,0,true,true,false],[637,70,0,true,true,false],[638,57,0,true,true,false],[638,59,0,true,false,false],[639,63,0,true,true,false],[639,65,0,true,false,false],[640,61,0,true,true,false],[640,62,0,true,false,false],[643,16,0,true,true,false],[643,40,0,true,true,false],[643,78,0,true,false,false],[643,79,0,true,true,false],[646,54,0,true,true,false],[648,18,0,true,false,false],[649,20,0,true,true,false],[651,14,0,true,false,false],[653,10,0,true,true,false],[661,9,0,true,true,false],[662,16,0,true,true,false],[662,40,0,true,true,false],[662,82,0,true,false,false],[662,83,0,true,true,false],[665,58,0,true,true,false],[667,18,0,true,false,false],[668,20,0,true,true,false],[670,14,0,true,false,false],[672,10,0,true,true,false],[680,9,0,true,true,false],[681,16,0,true,true,false],[681,40,0,true,true,false],[681,79,0,true,false,false],[681,80,0,true,true,false],[684,55,0,true,true,false],[686,18,0,true,false,false],[687,20,0,true,true,false],[689,14,0,true,false,false],[691,10,0,true,true,false],[700,9,0,true,true,false],[701,16,0,true,true,false],[701,40,0,true,true,false],[701,83,0,true,false,false],[701,84,0,true,true,false],[709,58,0,true,true,false],[711,18,0,true,false,false],[712,20,0,true,true,false],[714,14,0,true,false,false],[716,10,0,true,true,false],[719,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":641,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":203,"covered":0,"notcovered":203,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[16,16,0,true,true,false],[16,20,0,true,false,false],[17,9,0,true,true,false],[18,64,0,true,false,false],[19,9,0,true,true,false],[20,68,0,true,false,false],[21,9,0,true,true,false],[22,56,0,true,false,false],[23,9,0,true,true,false],[24,55,0,true,false,false],[25,9,0,true,true,false],[26,95,0,true,false,false],[27,9,0,true,true,false],[28,64,0,true,false,false],[29,10,0,true,true,false],[30,6,0,false,false,false],[50,89,0,true,true,false],[52,6,0,false,false,false],[57,28,0,true,true,false],[57,50,0,false,false,false],[74,36,0,true,true,false],[75,37,0,true,true,false],[75,52,0,true,true,false],[76,25,0,true,false,false],[77,10,0,false,false,false],[79,40,0,true,true,false],[80,20,0,true,true,false],[80,24,0,true,false,false],[81,13,0,true,true,false],[81,59,0,true,false,false],[82,13,0,true,true,false],[82,37,0,true,false,false],[83,13,0,true,true,false],[83,58,0,true,false,false],[84,13,0,true,true,false],[84,50,0,true,false,false],[85,13,0,true,true,false],[85,56,0,true,false,false],[86,13,0,true,true,false],[86,37,0,true,false,false],[87,14,0,true,true,false],[88,10,0,false,false,false],[91,62,0,true,true,false],[91,70,0,false,false,false],[98,115,0,true,true,false],[102,52,0,true,true,false],[105,10,0,true,true,false],[108,14,0,true,true,false],[108,39,0,true,false,false],[112,6,0,false,false,false],[114,35,0,true,true,false],[120,11,0,true,true,false],[121,18,0,true,true,false],[123,14,0,true,false,false],[127,27,0,true,true,false],[128,19,0,true,true,false],[128,36,0,true,false,false],[128,37,0,true,true,false],[130,29,0,true,true,false],[132,18,0,true,false,false],[132,24,0,true,true,false],[134,18,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false],[139,12,0,true,true,false],[141,6,0,false,false,false],[145,58,0,true,true,false],[147,6,0,false,false,false],[149,63,0,true,true,false],[151,6,0,false,false,false],[153,76,0,true,true,false],[155,6,0,false,false,false],[157,56,0,true,true,false],[159,16,0,true,true,false],[159,30,0,true,false,false],[160,9,0,true,true,false],[164,16,0,true,true,false],[164,66,0,true,false,false],[164,67,0,true,true,false],[170,20,0,true,true,false],[171,51,0,true,true,false],[172,18,0,true,false,false],[172,25,0,true,true,false],[177,18,0,true,true,false],[178,20,0,true,true,false],[179,43,0,true,true,false],[181,18,0,true,false,false],[181,25,0,true,true,false],[183,18,0,true,true,false],[184,14,0,true,true,false],[185,19,0,true,false,false],[186,9,0,true,true,false],[187,54,0,true,false,false],[188,9,0,true,true,false],[189,16,0,true,true,false],[190,39,0,true,true,false],[191,14,0,true,false,false],[191,21,0,true,true,false],[193,14,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false],[197,50,0,true,true,false],[199,12,0,true,true,false],[200,43,0,true,true,false],[201,10,0,true,false,false],[201,17,0,true,true,false],[202,16,0,true,true,false],[202,46,0,true,false,false],[202,47,0,true,true,false],[205,14,0,true,true,false],[206,84,0,true,false,false],[207,10,0,true,true,false],[208,6,0,false,false,false],[210,64,0,true,true,false],[211,58,0,true,true,false],[213,10,0,true,true,false],[216,12,0,true,true,false],[216,27,0,true,false,false],[216,53,0,true,true,false],[218,10,0,true,true,false],[220,59,0,true,false,false],[221,6,0,false,false,false],[225,32,0,true,true,false],[226,58,0,true,true,false],[228,10,0,true,true,false],[231,12,0,true,true,false],[231,27,0,true,false,false],[231,53,0,true,true,false],[233,10,0,true,true,false],[235,59,0,true,false,false],[236,6,0,false,false,false],[241,38,0,true,true,false],[249,34,0,true,true,false],[252,10,0,true,true,false],[256,40,0,true,true,false],[258,10,0,true,true,false],[262,43,0,true,true,false],[269,26,0,true,true,false],[272,38,0,true,true,false],[272,47,0,true,true,false],[273,10,0,true,true,false],[278,34,0,true,true,false],[282,10,0,true,true,false],[285,12,0,true,true,false],[285,42,0,true,false,false],[285,43,0,true,true,false],[290,10,0,true,true,false],[294,43,0,true,true,false],[296,10,0,true,true,false],[298,97,0,true,false,false],[299,6,0,false,false,false],[302,37,0,true,true,false],[305,37,0,true,true,false],[313,34,0,true,true,false],[314,16,0,true,true,false],[314,46,0,true,false,false],[314,47,0,true,true,false],[317,14,0,true,false,false],[317,20,0,true,true,false],[321,14,0,true,true,false],[322,10,0,true,true,false],[324,12,0,true,true,false],[324,29,0,true,false,false],[324,30,0,true,true,false],[327,10,0,true,false,false],[330,6,0,false,false,false],[333,40,0,true,true,false],[335,25,0,true,true,false],[337,26,0,true,true,false],[338,6,0,false,false,false],[342,55,0,true,true,false],[346,6,0,false,false,false],[349,34,0,true,true,false],[350,16,0,true,true,false],[350,37,0,true,false,false],[351,9,0,true,true,false],[352,18,0,true,false,false],[353,9,0,true,true,false],[354,17,0,true,false,false],[355,10,0,true,true,false],[356,6,0,false,false,false],[359,65,0,true,true,false],[363,6,0,false,false,false],[366,60,0,true,true,false],[368,6,0,false,false,false],[371,52,0,true,true,false],[373,6,0,false,false,false],[376,37,0,true,true,false],[378,6,0,false,false,false],[381,37,0,true,true,false],[383,6,0,false,false,false],[386,50,0,true,true,false],[388,6,0,false,false,false],[391,42,0,true,true,false],[393,6,0,false,false,false],[397,57,0,true,true,false],[399,62,0,true,true,false],[401,10,0,true,false,false],[402,61,0,true,true,false],[404,10,0,true,false,false],[409,16,0,true,true,false],[409,24,0,true,false,false],[410,9,0,true,true,false],[411,37,0,true,false,false],[412,9,0,true,true,false],[414,19,0,true,true,false],[414,53,0,true,true,false],[414,54,0,true,false,false],[415,19,0,true,true,false],[415,77,0,true,false,false],[416,9,0,true,true,false],[417,45,0,true,true,false],[417,79,0,true,true,false],[417,80,0,true,false,false],[417,84,0,true,true,false],[417,92,0,true,false,false],[418,9,0,true,true,false],[419,28,0,true,false,false],[421,6,0,false,false,false],[423,59,0,true,true,false],[424,39,0,true,true,false],[424,49,0,true,true,false],[430,49,0,true,true,false],[432,10,0,true,false,false],[435,47,0,true,true,false],[436,18,0,true,true,false],[438,20,0,true,true,false],[438,31,0,true,false,false],[438,32,0,true,true,false],[440,18,0,true,false,false],[444,12,0,true,true,false],[444,30,0,true,false,false],[444,58,0,true,true,false],[445,18,0,true,true,false],[448,14,0,true,false,false],[450,6,0,false,false,false],[453,81,0,true,true,false],[459,12,0,true,true,false],[460,104,0,true,true,false],[461,10,0,true,false,false],[461,17,0,true,true,false],[463,10,0,true,true,false],[479,48,0,true,true,false],[480,16,0,true,true,false],[481,20,0,true,true,false],[481,77,0,true,false,false],[481,78,0,true,true,false],[482,76,0,true,true,false],[483,43,0,true,true,false],[484,55,0,true,true,false],[485,39,0,true,true,false],[486,18,0,true,false,false],[486,24,0,true,true,false],[487,53,0,true,true,false],[488,18,0,true,true,false],[489,14,0,true,false,false],[489,21,0,true,true,false],[491,14,0,true,true,false],[492,10,0,true,true,false],[497,6,0,false,false,false],[500,50,0,true,true,false],[504,12,0,true,true,false],[505,41,0,true,true,false],[515,10,0,true,false,false],[515,17,0,true,true,false],[517,10,0,true,true,false],[518,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":445,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":174,"covered":0,"notcovered":174,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift","mcdc_records":[],"segments":[[10,58,0,true,true,false],[12,12,0,true,true,false],[14,10,0,true,false,false],[14,17,0,true,true,false],[15,16,0,true,true,false],[15,34,0,true,false,false],[15,35,0,true,true,false],[21,14,0,true,true,false],[22,24,0,true,false,false],[24,6,0,false,false,false],[26,62,0,true,true,false],[28,55,0,true,true,false],[31,10,0,true,true,false],[34,27,0,true,true,false],[36,10,0,true,false,false],[36,16,0,true,true,false],[38,10,0,true,false,false],[41,15,0,true,true,false],[41,27,0,true,false,false],[41,28,0,true,true,false],[42,59,0,true,true,false],[43,10,0,true,true,false],[46,55,0,true,true,false],[49,10,0,true,true,false],[65,71,0,true,true,false],[67,27,0,true,true,false],[68,59,0,true,true,false],[71,56,0,true,true,false],[73,32,0,true,true,false],[73,37,0,true,false,false],[74,25,0,true,true,false],[75,32,0,true,true,false],[75,62,0,true,false,false],[75,63,0,true,true,false],[77,30,0,true,false,false],[79,25,0,true,true,false],[80,32,0,true,true,false],[80,62,0,true,false,false],[80,63,0,true,true,false],[84,30,0,true,false,false],[87,25,0,true,true,false],[88,32,0,true,true,false],[88,62,0,true,false,false],[88,63,0,true,true,false],[92,30,0,true,false,false],[94,25,0,true,true,false],[95,34,0,true,false,false],[96,26,0,true,true,false],[97,22,0,true,false,false],[100,18,0,true,true,false],[101,14,0,true,false,false],[104,27,0,true,true,false],[105,88,0,true,true,false],[107,59,0,true,false,false],[111,48,0,true,true,false],[114,26,0,true,false,false],[116,6,0,false,false,false],[118,62,0,true,true,false],[119,30,0,true,true,false],[119,46,0,true,true,false],[120,16,0,true,true,false],[120,21,0,true,false,false],[121,9,0,true,true,false],[121,36,0,true,false,false],[122,9,0,true,true,false],[122,40,0,true,false,false],[123,9,0,true,true,false],[123,44,0,true,false,false],[124,9,0,true,true,false],[124,36,0,true,false,false],[125,9,0,true,true,false],[125,38,0,true,false,false],[126,9,0,true,true,false],[126,44,0,true,false,false],[127,9,0,true,true,false],[127,43,0,true,false,false],[129,6,0,false,false,false],[131,28,0,true,true,false],[142,6,0,false,false,false],[145,45,0,true,true,false],[148,6,0,false,false,false],[152,94,0,true,true,false],[153,12,0,true,true,false],[155,10,0,true,false,false],[155,17,0,true,true,false],[157,16,0,true,true,false],[157,34,0,true,false,false],[157,35,0,true,true,false],[160,14,0,true,false,false],[163,6,0,false,false,false],[165,46,0,true,true,false],[166,45,0,true,true,false],[167,20,0,true,true,false],[167,23,0,true,false,false],[168,13,0,true,true,false],[169,28,0,true,false,false],[170,13,0,true,true,false],[171,29,0,true,false,false],[173,10,0,true,true,false],[174,21,0,true,false,false],[175,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":308,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift","mcdc_records":[],"segments":[[13,45,0,true,true,false],[15,37,0,true,true,false],[16,32,0,true,true,false],[16,54,0,true,true,false],[19,93,0,true,true,false],[23,56,0,true,true,false],[24,76,0,true,true,false],[24,78,0,true,false,false],[27,104,0,true,true,false],[27,105,0,true,true,false],[34,14,0,true,true,false],[37,77,0,true,true,false],[37,95,0,true,false,false],[40,13,0,true,true,false],[41,58,0,true,true,false],[41,80,0,true,false,false],[43,14,0,true,true,false],[46,62,0,true,true,false],[51,19,0,true,true,false],[51,56,0,true,false,false],[51,71,0,true,true,false],[53,74,0,true,true,false],[54,68,0,true,true,false],[55,18,0,true,true,false],[59,20,0,true,true,false],[59,52,0,true,false,false],[59,53,0,true,true,false],[61,18,0,true,true,false],[63,107,0,true,true,false],[63,108,0,true,true,false],[70,18,0,true,true,false],[72,80,0,true,true,false],[72,98,0,true,false,false],[75,17,0,true,true,false],[76,62,0,true,true,false],[76,84,0,true,false,false],[78,18,0,true,true,false],[79,14,0,true,true,false],[81,66,0,true,true,false],[81,68,0,true,false,false],[84,10,0,true,true,false],[85,6,0,false,false,false],[88,70,0,true,true,false],[89,38,0,true,true,false],[90,80,0,true,true,false],[95,10,0,true,true,false],[98,6,0,false,false,false],[101,52,0,true,true,false],[103,37,0,true,true,false],[105,94,0,true,true,false],[106,59,0,true,true,false],[109,14,0,true,true,false],[109,15,0,true,true,false],[111,14,0,true,true,false],[112,63,0,true,false,false],[113,10,0,true,true,false],[114,6,0,false,false,false],[117,55,0,true,true,false],[118,37,0,true,true,false],[120,105,0,true,true,false],[121,59,0,true,true,false],[124,14,0,true,true,false],[124,15,0,true,true,false],[126,14,0,true,true,false],[127,63,0,true,false,false],[128,10,0,true,true,false],[129,6,0,false,false,false],[132,44,0,true,true,false],[135,12,0,true,true,false],[137,106,0,true,true,false],[138,56,0,true,true,false],[140,81,0,true,true,false],[143,14,0,true,true,false],[145,25,0,true,false,false],[146,17,0,true,true,false],[149,16,0,true,true,false],[149,34,0,true,false,false],[149,35,0,true,true,false],[152,14,0,true,false,false],[155,6,0,false,false,false],[159,74,0,true,true,false],[163,12,0,true,true,false],[173,78,0,true,true,false],[178,76,0,true,true,false],[179,31,0,true,true,false],[180,53,0,true,true,false],[181,18,0,true,false,false],[183,31,0,true,true,false],[184,92,0,true,true,false],[185,63,0,true,false,false],[188,52,0,true,true,false],[190,30,0,true,false,false],[191,14,0,true,true,false],[192,76,0,true,true,false],[192,78,0,true,false,false],[198,77,0,true,true,false],[198,95,0,true,false,false],[201,13,0,true,true,false],[202,58,0,true,true,false],[202,73,0,true,false,false],[205,14,0,true,true,false],[209,14,0,true,true,false],[209,15,0,true,true,false],[210,20,0,true,true,false],[210,32,0,true,false,false],[210,33,0,true,true,false],[211,53,0,true,true,false],[211,54,0,true,false,false],[212,46,0,true,true,false],[212,47,0,true,false,false],[217,24,0,true,true,false],[222,18,0,true,false,false],[223,14,0,true,true,false],[229,52,0,true,false,false],[230,17,0,true,true,false],[236,16,0,true,true,false],[236,34,0,true,false,false],[236,35,0,true,true,false],[239,14,0,true,false,false],[242,6,0,false,false,false],[265,83,0,true,true,false],[268,12,0,true,true,false],[277,78,0,true,true,false],[279,59,0,true,true,false],[280,78,0,true,true,false],[280,80,0,true,false,false],[284,80,0,true,true,false],[284,98,0,true,false,false],[286,13,0,true,true,false],[287,20,0,true,true,false],[287,47,0,true,false,false],[287,48,0,true,true,false],[290,18,0,true,false,false],[290,24,0,true,true,false],[291,62,0,true,true,false],[291,77,0,true,false,false],[295,14,0,true,true,false],[297,28,0,true,false,false],[298,17,0,true,true,false],[300,16,0,true,true,false],[300,34,0,true,false,false],[300,35,0,true,true,false],[302,14,0,true,false,false],[305,6,0,false,false,false],[316,70,0,true,true,false],[319,12,0,true,true,false],[327,78,0,true,true,false],[329,59,0,true,true,false],[330,78,0,true,true,false],[330,80,0,true,false,false],[334,80,0,true,true,false],[334,98,0,true,false,false],[336,13,0,true,true,false],[337,20,0,true,true,false],[337,47,0,true,false,false],[337,48,0,true,true,false],[340,18,0,true,false,false],[340,24,0,true,true,false],[341,62,0,true,true,false],[341,77,0,true,false,false],[345,14,0,true,true,false],[347,28,0,true,false,false],[348,17,0,true,true,false],[350,16,0,true,true,false],[350,34,0,true,false,false],[350,35,0,true,true,false],[352,14,0,true,false,false],[355,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":428,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift","mcdc_records":[],"segments":[[8,67,0,true,true,false],[9,71,0,true,true,false],[9,89,0,true,false,false],[9,95,0,true,true,false],[11,10,0,true,true,false],[15,46,0,true,true,false],[15,65,0,true,false,false],[16,6,0,false,false,false],[19,67,0,true,true,false],[20,71,0,true,true,false],[20,89,0,true,false,false],[20,95,0,true,true,false],[22,10,0,true,true,false],[24,59,0,true,true,false],[25,48,0,true,true,false],[27,14,0,true,true,false],[28,85,0,true,true,false],[30,14,0,true,true,false],[31,36,0,true,false,false],[34,86,0,true,true,false],[36,10,0,true,true,false],[39,32,0,true,true,false],[43,13,0,true,true,false],[45,14,0,true,true,false],[46,10,0,true,true,false],[48,19,0,true,false,false],[49,6,0,false,false,false],[53,76,0,true,true,false],[55,10,0,false,false,false],[59,56,0,true,true,false],[61,51,0,true,true,false],[66,13,0,true,true,false],[69,17,0,true,true,false],[70,50,0,true,true,false],[70,65,0,true,false,false],[71,18,0,true,true,false],[72,14,0,true,true,false],[75,72,0,true,true,false],[75,90,0,true,false,false],[75,91,0,true,true,false],[76,57,0,true,true,false],[78,18,0,true,true,false],[79,53,0,true,true,false],[81,18,0,true,true,false],[82,14,0,true,true,false],[83,10,0,true,true,false],[84,31,0,true,false,false],[85,6,0,false,false,false],[90,5,0,true,true,false],[91,64,0,true,true,false],[94,10,0,true,true,false],[100,59,0,true,true,false],[100,70,0,true,false,false],[100,85,0,true,true,false],[103,63,0,true,true,false],[103,75,0,true,true,false],[105,78,0,true,true,false],[105,96,0,true,false,false],[105,102,0,true,true,false],[108,14,0,true,true,false],[113,48,0,true,true,false],[116,14,0,true,true,false],[119,95,0,true,true,false],[122,14,0,true,true,false],[124,16,0,true,true,false],[125,82,0,true,true,false],[128,31,0,true,false,false],[129,21,0,true,true,false],[132,14,0,true,false,false],[133,10,0,true,true,false],[136,19,0,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":130,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":0,"notcovered":54,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift","mcdc_records":[],"segments":[[21,104,0,true,true,false],[26,10,0,false,false,false],[28,44,0,true,true,false],[29,76,0,true,true,false],[30,89,0,true,true,false],[32,90,0,true,true,false],[33,103,0,true,true,false],[34,102,0,true,true,false],[35,13,0,true,true,false],[40,14,0,true,true,false],[43,92,0,true,true,false],[43,97,0,true,true,false],[43,105,0,true,false,false],[44,92,0,true,true,false],[44,97,0,true,true,false],[44,99,0,true,false,false],[48,10,0,false,false,false],[50,49,0,true,true,false],[52,60,0,true,true,false],[53,76,0,true,true,false],[54,70,0,true,true,false],[55,10,0,false,false,false],[57,60,0,true,true,false],[59,40,0,true,true,false],[59,60,0,true,false,false],[60,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift","mcdc_records":[],"segments":[[9,50,0,true,true,false],[10,12,0,true,true,false],[12,10,0,true,false,false],[12,17,0,true,true,false],[13,16,0,true,true,false],[13,34,0,true,false,false],[13,35,0,true,true,false],[18,14,0,true,true,false],[19,24,0,true,false,false],[21,6,0,false,false,false],[23,54,0,true,true,false],[25,58,0,true,true,false],[28,63,0,true,true,false],[30,27,0,true,true,false],[31,74,0,true,true,false],[32,14,0,true,false,false],[35,27,0,true,true,false],[36,88,0,true,true,false],[37,59,0,true,false,false],[41,48,0,true,true,false],[43,26,0,true,false,false],[45,6,0,false,false,false],[51,77,0,true,true,false],[53,47,0,true,true,false],[56,10,0,true,true,false],[61,71,0,true,true,false],[65,10,0,true,true,false],[70,33,0,true,true,false],[70,51,0,true,false,false],[77,15,0,true,true,false],[77,19,0,true,false,false],[77,20,0,true,true,false],[78,55,0,true,true,false],[80,90,0,true,true,false],[82,34,0,true,true,false],[87,22,0,true,true,false],[89,36,0,true,true,false],[92,28,0,true,true,false],[92,59,0,true,false,false],[92,60,0,true,true,false],[95,26,0,true,true,false],[96,22,0,true,true,false],[98,24,0,true,true,false],[98,34,0,true,false,false],[98,35,0,true,true,false],[100,28,0,true,true,false],[100,52,0,true,false,false],[100,53,0,true,true,false],[104,26,0,true,false,false],[104,32,0,true,true,false],[107,26,0,true,false,false],[109,22,0,true,true,false],[113,18,0,true,false,false],[114,14,0,true,true,false],[117,81,0,true,true,false],[122,14,0,true,true,false],[125,16,0,true,true,false],[125,51,0,true,false,false],[125,52,0,true,true,false],[128,14,0,true,true,false],[129,10,0,true,true,false],[130,6,0,false,false,false],[135,90,0,true,true,false],[136,65,0,true,true,false],[138,10,0,true,true,false],[142,33,0,true,false,false],[143,6,0,false,false,false],[147,87,0,true,true,false],[151,58,0,true,true,false],[158,47,0,true,true,false],[159,34,0,true,true,false],[160,28,0,true,true,false],[160,58,0,true,false,false],[160,59,0,true,true,false],[164,26,0,true,false,false],[166,22,0,true,true,false],[169,26,0,true,true,false],[170,28,0,true,true,false],[177,36,0,true,true,false],[178,84,0,true,true,false],[179,84,0,true,true,false],[180,34,0,true,true,false],[184,36,0,true,true,false],[184,77,0,true,false,false],[184,78,0,true,true,false],[185,97,0,true,true,false],[187,38,0,true,false,false],[189,34,0,true,true,false],[192,63,0,true,true,false],[193,99,0,true,true,false],[194,44,0,true,true,false],[194,64,0,true,false,false],[194,65,0,true,true,false],[198,42,0,true,false,false],[198,48,0,true,true,false],[200,105,0,true,true,false],[204,46,0,true,false,false],[207,44,0,true,true,false],[211,101,0,true,true,false],[215,42,0,true,false,false],[218,34,0,true,true,false],[221,38,0,true,false,false],[222,30,0,true,true,false],[222,37,0,true,true,false],[222,64,0,true,false,false],[224,32,0,true,true,false],[224,60,0,true,false,false],[224,61,0,true,true,false],[226,30,0,true,true,false],[228,32,0,true,true,false],[228,62,0,true,false,false],[228,63,0,true,true,false],[230,30,0,true,false,false],[231,33,0,true,true,false],[232,32,0,true,true,false],[232,62,0,true,false,false],[232,63,0,true,true,false],[234,30,0,true,false,false],[235,26,0,true,true,false],[236,22,0,true,false,false],[240,6,0,false,false,false],[247,35,0,true,true,false],[249,6,0,false,false,false],[255,21,0,true,true,false],[256,49,0,true,true,false],[258,23,0,true,true,false],[259,34,0,true,true,false],[260,10,0,true,false,false],[263,23,0,true,true,false],[264,79,0,true,true,false],[265,36,0,true,false,false],[269,50,0,true,true,false],[269,56,0,true,true,false],[271,10,0,true,true,false],[276,22,0,true,false,false],[277,6,0,true,true,false],[278,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":611,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":0,"notcovered":95,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift","mcdc_records":[],"segments":[[16,40,0,true,true,false],[17,72,0,true,true,false],[18,68,0,true,true,false],[19,71,0,true,true,false],[20,6,0,false,false,false],[22,45,0,true,true,false],[24,54,0,true,true,false],[25,57,0,true,true,false],[26,6,0,false,false,false],[28,20,0,true,true,false],[30,6,0,false,false,false],[32,23,0,true,true,false],[34,6,0,false,false,false],[39,29,0,true,true,false],[39,34,0,false,false,false],[40,24,0,true,true,false],[40,32,0,false,false,false],[42,34,0,true,true,false],[45,31,0,true,true,false],[45,47,0,true,true,false],[47,20,0,true,false,false],[48,6,0,false,false,false],[82,45,0,true,true,false],[82,49,0,false,false,false],[86,24,0,true,true,false],[86,29,0,false,false,false],[107,22,0,true,true,false],[107,28,0,false,false,false],[113,33,0,true,true,false],[113,34,0,false,false,false],[116,40,0,true,true,false],[120,6,0,false,false,false],[125,53,0,true,true,false],[126,42,0,true,true,false],[126,45,0,true,false,false],[126,48,0,true,true,false],[126,51,0,true,false,false],[127,6,0,false,false,false],[132,7,0,true,true,false],[135,35,0,true,true,false],[135,54,0,true,false,false],[136,6,0,false,false,false],[146,25,0,true,true,false],[147,16,0,true,true,false],[147,20,0,true,false,false],[148,9,0,true,true,false],[149,17,0,true,false,false],[150,9,0,true,true,false],[151,18,0,true,false,false],[152,10,0,true,true,false],[153,6,0,false,false,false],[155,31,0,true,true,false],[156,16,0,true,true,false],[156,20,0,true,false,false],[157,9,0,true,true,false],[158,18,0,true,false,false],[159,9,0,true,true,false],[160,18,0,true,false,false],[161,9,0,true,true,false],[162,16,0,true,false,false],[163,10,0,true,true,false],[164,6,0,false,false,false],[166,27,0,true,true,false],[167,16,0,true,true,false],[167,20,0,true,false,false],[168,9,0,true,true,false],[169,21,0,true,false,false],[170,9,0,true,true,false],[171,21,0,true,false,false],[172,9,0,true,true,false],[173,16,0,true,false,false],[174,10,0,true,true,false],[175,6,0,false,false,false],[177,30,0,true,true,false],[178,47,0,true,true,false],[178,63,0,true,true,false],[179,57,0,true,true,false],[179,107,0,true,false,false],[180,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":76,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift","mcdc_records":[],"segments":[[35,81,0,true,true,false],[35,102,0,false,false,false],[36,58,0,true,true,false],[36,79,0,false,false,false],[37,7,0,true,true,false],[40,6,0,false,false,false],[45,9,0,true,true,false],[45,85,0,false,false,false],[47,9,0,true,true,false],[48,108,0,false,false,false],[49,38,0,true,true,false],[49,96,0,false,false,false],[50,35,0,true,true,false],[50,69,0,false,false,false],[51,35,0,true,true,false],[51,98,0,false,false,false],[55,47,0,true,true,false],[57,6,0,false,false,false],[59,60,0,true,true,false],[60,39,0,true,true,false],[61,18,0,true,true,false],[62,20,0,true,true,false],[67,22,0,true,true,false],[73,39,0,true,true,false],[74,28,0,true,true,false],[74,90,0,true,false,false],[76,25,0,true,true,false],[80,26,0,true,true,false],[81,22,0,true,true,false],[86,18,0,true,false,false],[86,25,0,true,true,false],[89,18,0,true,true,false],[90,14,0,true,false,false],[92,6,0,false,false,false],[94,64,0,true,true,false],[95,39,0,true,true,false],[96,18,0,true,true,false],[97,20,0,true,true,false],[98,89,0,true,true,false],[104,24,0,true,true,false],[104,35,0,true,false,false],[104,36,0,true,true,false],[106,22,0,true,false,false],[106,28,0,true,true,false],[110,22,0,true,false,false],[113,25,0,true,true,false],[116,18,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[121,53,0,true,true,false],[123,12,0,true,true,false],[123,70,0,true,false,false],[123,71,0,true,true,false],[128,10,0,true,true,false],[131,46,0,true,true,false],[132,18,0,true,true,false],[136,20,0,true,true,false],[136,29,0,true,false,false],[136,30,0,true,true,false],[143,18,0,true,false,false],[143,24,0,true,true,false],[145,18,0,true,false,false],[150,6,0,false,false,false],[152,51,0,true,true,false],[154,12,0,true,true,false],[154,49,0,true,false,false],[154,50,0,true,true,false],[159,10,0,true,true,false],[163,12,0,true,true,false],[163,88,0,true,false,false],[163,89,0,true,true,false],[168,10,0,true,true,false],[170,46,0,true,true,false],[171,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[187,47,0,true,true,false],[189,12,0,true,true,false],[192,68,0,true,true,false],[196,16,0,true,true,false],[196,23,0,true,false,false],[196,24,0,true,true,false],[198,14,0,true,false,false],[198,20,0,true,true,false],[200,14,0,true,false,false],[202,17,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,62,0,true,true,false],[213,34,0,true,true,false],[216,10,0,true,true,false],[218,12,0,true,true,false],[221,68,0,true,true,false],[223,24,0,true,false,false],[224,17,0,true,true,false],[227,10,0,true,false,false],[228,6,0,false,false,false],[232,49,0,true,true,false],[235,12,0,true,true,false],[238,81,0,true,true,false],[239,16,0,true,true,false],[239,23,0,true,false,false],[239,24,0,true,true,false],[241,14,0,true,false,false],[241,20,0,true,true,false],[243,14,0,true,false,false],[245,17,0,true,true,false],[248,10,0,true,false,false],[249,6,0,false,false,false],[251,47,0,true,true,false],[254,12,0,true,true,false],[257,76,0,true,true,false],[258,16,0,true,true,false],[258,18,0,true,false,false],[258,19,0,true,true,false],[260,14,0,true,false,false],[260,20,0,true,true,false],[262,14,0,true,false,false],[264,17,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[276,70,0,true,true,false],[277,39,0,true,true,false],[278,38,0,true,true,false],[279,20,0,true,true,false],[279,50,0,true,false,false],[279,51,0,true,true,false],[282,18,0,true,false,false],[282,24,0,true,true,false],[298,18,0,true,false,false],[301,6,0,false,false,false],[303,64,0,true,true,false],[330,6,0,false,false,false],[332,91,0,true,true,false],[333,39,0,true,true,false],[334,27,0,true,true,false],[338,20,0,true,true,false],[340,92,0,true,true,false],[347,22,0,true,true,false],[359,24,0,true,true,false],[359,38,0,true,false,false],[359,39,0,true,true,false],[364,30,0,true,true,false],[367,26,0,true,false,false],[370,28,0,true,true,false],[374,22,0,true,false,false],[376,25,0,true,true,false],[380,18,0,true,true,false],[381,14,0,true,false,false],[383,6,0,false,false,false],[385,56,0,true,true,false],[390,12,0,true,true,false],[390,26,0,true,false,false],[390,27,0,true,true,false],[394,10,0,true,false,false],[394,16,0,true,true,false],[396,10,0,true,false,false],[399,12,0,true,true,false],[400,81,0,true,true,false],[403,16,0,true,true,false],[403,75,0,true,false,false],[403,76,0,true,true,false],[407,14,0,true,false,false],[407,20,0,true,true,false],[411,14,0,true,false,false],[412,17,0,true,true,false],[414,10,0,true,true,false],[415,6,0,false,false,false],[417,68,0,true,true,false],[435,42,0,true,true,false],[435,57,0,true,false,false],[435,61,0,true,true,false],[435,76,0,true,false,false],[437,12,0,true,true,false],[437,22,0,true,false,false],[437,23,0,true,true,false],[439,10,0,true,false,false],[439,16,0,true,true,false],[441,10,0,true,false,false],[444,6,0,false,false,false],[446,90,0,true,true,false],[450,12,0,true,true,false],[450,21,0,true,false,false],[450,22,0,true,true,false],[452,10,0,true,false,false],[452,16,0,true,true,false],[454,82,0,true,true,false],[454,96,0,true,false,false],[459,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":712,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":117,"covered":0,"notcovered":117,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift","mcdc_records":[],"segments":[[9,67,0,true,true,false],[10,43,0,true,true,false],[10,53,0,true,true,false],[13,12,0,true,true,false],[13,42,0,true,false,false],[13,43,0,true,true,false],[17,10,0,true,true,false],[25,12,0,true,true,false],[25,36,0,true,false,false],[25,37,0,true,true,false],[29,10,0,true,false,false],[36,12,0,true,true,false],[36,52,0,true,false,false],[36,53,0,true,true,false],[40,10,0,true,true,false],[43,6,0,false,false,false],[45,36,0,true,true,false],[46,42,0,true,true,false],[46,52,0,true,true,false],[51,48,0,true,true,false],[54,10,0,true,false,false],[56,40,0,true,true,false],[59,10,0,true,false,false],[60,6,0,false,false,false],[62,35,0,true,true,false],[70,23,0,true,true,false],[74,14,0,true,false,false],[78,53,0,true,true,false],[81,10,0,true,true,false],[86,6,0,false,false,false],[88,66,0,true,true,false],[96,12,0,true,true,false],[96,28,0,true,false,false],[96,29,0,true,true,false],[100,16,0,true,true,false],[100,52,0,true,false,false],[103,13,0,true,true,false],[106,42,0,true,true,false],[108,18,0,true,false,false],[113,19,0,true,true,false],[113,33,0,true,false,false],[113,34,0,true,true,false],[115,10,0,true,false,false],[116,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":113,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift","mcdc_records":[],"segments":[[10,28,0,true,true,false],[17,11,0,true,true,false],[18,33,0,true,true,false],[18,43,0,true,true,false],[24,18,0,true,true,false],[24,28,0,true,true,false],[25,18,0,true,true,false],[27,45,0,true,true,false],[27,55,0,true,true,false],[29,14,0,true,false,false],[33,6,0,false,false,false],[36,67,0,true,true,false],[37,32,0,true,true,false],[37,42,0,true,true,false],[57,67,0,true,true,false],[58,16,0,true,true,false],[58,48,0,true,false,false],[60,13,0,true,true,false],[63,14,0,true,true,false],[64,10,0,true,true,false],[69,12,0,true,true,false],[69,35,0,true,false,false],[69,74,0,true,true,false],[71,16,0,true,true,false],[71,29,0,true,false,false],[71,30,0,true,true,false],[73,14,0,true,false,false],[73,20,0,true,true,false],[75,14,0,true,false,false],[77,10,0,true,true,false],[81,6,0,false,false,false],[85,58,0,true,true,false],[100,48,0,true,true,false],[100,50,0,true,false,false],[101,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift","mcdc_records":[],"segments":[[18,23,0,true,true,false],[18,28,0,false,false,false],[19,24,0,true,true,false],[19,29,0,false,false,false],[20,39,0,true,true,false],[20,43,0,false,false,false],[22,39,0,true,true,false],[22,42,0,false,false,false],[24,24,0,true,true,false],[24,29,0,false,false,false],[28,28,0,true,true,false],[28,33,0,false,false,false],[31,36,0,true,true,false],[31,43,0,false,false,false],[32,36,0,true,true,false],[32,38,0,false,false,false],[33,37,0,true,true,false],[33,41,0,false,false,false],[34,41,0,true,true,false],[34,44,0,false,false,false],[42,37,0,true,true,false],[42,41,0,false,false,false],[43,50,0,true,true,false],[43,68,0,false,false,false],[44,47,0,true,true,false],[44,49,0,false,false,false],[51,39,0,true,true,false],[51,44,0,false,false,false],[61,71,0,true,true,false],[63,6,0,false,false,false],[68,91,0,true,true,false],[72,68,0,true,true,false],[72,77,0,true,false,false],[72,80,0,true,true,false],[72,90,0,true,false,false],[73,6,0,false,false,false],[76,37,0,true,true,false],[81,6,0,false,false,false],[84,38,0,true,true,false],[87,6,0,false,false,false],[92,76,0,true,true,false],[95,75,0,true,true,false],[95,84,0,true,false,false],[95,87,0,true,true,false],[95,97,0,true,false,false],[96,6,0,false,false,false],[102,33,0,true,true,false],[102,38,0,false,false,false],[103,35,0,true,true,false],[103,37,0,false,false,false],[105,61,0,true,true,false],[106,33,0,true,true,false],[106,43,0,true,true,false],[108,12,0,true,true,false],[108,56,0,true,false,false],[108,57,0,true,true,false],[109,18,0,true,true,false],[112,32,0,true,true,false],[113,45,0,true,true,false],[113,55,0,true,true,false],[115,22,0,true,false,false],[116,31,0,true,true,false],[118,22,0,true,false,false],[122,10,0,true,true,false],[130,12,0,true,true,false],[130,52,0,true,false,false],[130,53,0,true,true,false],[137,16,0,true,true,false],[137,47,0,true,false,false],[137,48,0,true,true,false],[147,14,0,true,false,false],[147,20,0,true,true,false],[150,14,0,true,false,false],[152,10,0,true,true,false],[155,12,0,true,true,false],[155,36,0,true,false,false],[155,37,0,true,true,false],[157,10,0,true,false,false],[157,16,0,true,true,false],[160,10,0,true,false,false],[161,6,0,false,false,false],[163,85,0,true,true,false],[169,12,0,true,true,false],[169,36,0,true,false,false],[169,37,0,true,true,false],[171,10,0,true,false,false],[171,16,0,true,true,false],[174,10,0,true,false,false],[175,6,0,false,false,false],[177,71,0,true,true,false],[178,33,0,true,true,false],[178,43,0,true,true,false],[186,12,0,true,true,false],[186,52,0,true,false,false],[186,53,0,true,true,false],[193,16,0,true,true,false],[193,47,0,true,false,false],[193,48,0,true,true,false],[204,14,0,true,false,false],[204,20,0,true,true,false],[207,14,0,true,false,false],[209,10,0,true,true,false],[212,12,0,true,true,false],[212,36,0,true,false,false],[212,37,0,true,true,false],[214,10,0,true,false,false],[214,16,0,true,true,false],[216,10,0,true,false,false],[217,6,0,false,false,false],[220,93,0,true,true,false],[221,33,0,true,true,false],[221,43,0,true,true,false],[236,86,0,true,true,false],[236,91,0,true,false,false],[236,94,0,true,true,false],[236,103,0,true,false,false],[242,12,0,true,true,false],[242,31,0,true,false,false],[242,32,0,true,true,false],[245,81,0,true,true,false],[249,14,0,true,false,false],[254,12,0,true,true,false],[254,34,0,true,false,false],[254,35,0,true,true,false],[256,91,0,true,true,false],[257,22,0,true,true,false],[259,18,0,true,false,false],[264,92,0,true,true,false],[266,18,0,true,true,false],[267,37,0,true,true,false],[267,47,0,true,true,false],[268,20,0,true,true,false],[268,36,0,true,false,false],[268,57,0,true,true,false],[271,154,0,true,true,false],[271,159,0,true,false,false],[271,162,0,true,true,false],[271,171,0,true,false,false],[278,12,0,true,true,false],[278,25,0,true,false,false],[278,26,0,true,true,false],[280,10,0,true,false,false],[280,16,0,true,true,false],[282,10,0,true,false,false],[283,6,0,false,false,false],[285,24,0,true,true,false],[286,32,0,true,true,false],[286,42,0,true,true,false],[307,47,0,true,true,false],[310,10,0,true,false,false],[314,25,0,true,true,false],[317,10,0,true,false,false],[319,30,0,true,true,false],[322,10,0,true,false,false],[325,39,0,true,true,false],[328,10,0,true,false,false],[331,42,0,true,true,false],[334,10,0,true,false,false],[337,6,0,false,false,false],[339,86,0,true,true,false],[341,12,0,true,true,false],[341,42,0,true,false,false],[341,43,0,true,true,false],[345,10,0,true,true,false],[347,62,0,true,true,false],[347,73,0,true,false,false],[347,76,0,true,true,false],[347,87,0,true,false,false],[354,23,0,true,true,false],[355,39,0,true,true,false],[355,79,0,true,true,false],[360,20,0,true,true,false],[360,42,0,true,false,false],[360,77,0,true,true,false],[369,67,0,true,true,false],[371,22,0,true,false,false],[373,53,0,true,true,false],[373,56,0,true,false,false],[373,59,0,true,true,false],[373,90,0,true,false,false],[374,24,0,true,true,false],[378,53,0,true,true,false],[378,56,0,true,false,false],[378,59,0,true,true,false],[378,90,0,true,false,false],[384,33,0,true,true,false],[386,106,0,true,true,false],[386,118,0,true,false,false],[386,121,0,true,true,false],[386,133,0,true,false,false],[402,42,0,true,true,false],[407,42,0,true,true,false],[407,53,0,true,false,false],[410,48,0,true,true,false],[411,42,0,true,true,false],[411,83,0,true,false,false],[415,10,0,true,true,false],[420,40,0,true,true,false],[420,61,0,true,false,false],[420,64,0,true,true,false],[420,76,0,true,false,false],[423,6,0,false,false,false],[425,70,0,true,true,false],[426,12,0,true,true,false],[426,33,0,true,false,false],[426,34,0,true,true,false],[429,10,0,true,true,false],[431,37,0,true,true,false],[431,47,0,true,true,false],[434,12,0,true,true,false],[434,69,0,true,false,false],[434,70,0,true,true,false],[436,10,0,true,true,false],[462,67,0,true,true,false],[463,16,0,true,true,false],[463,48,0,true,false,false],[466,13,0,true,true,false],[469,14,0,true,true,false],[470,10,0,true,true,false],[474,34,0,true,true,false],[476,16,0,true,true,false],[476,44,0,true,false,false],[476,88,0,true,true,false],[479,20,0,true,true,false],[479,38,0,true,false,false],[479,39,0,true,true,false],[481,18,0,true,false,false],[481,24,0,true,true,false],[483,18,0,true,false,false],[485,14,0,true,true,false],[489,10,0,true,false,false],[490,6,0,false,false,false],[492,56,0,true,true,false],[494,53,0,true,true,false],[494,66,0,true,false,false],[494,72,0,true,true,false],[494,82,0,true,true,false],[497,12,0,true,true,false],[497,53,0,true,false,false],[497,54,0,true,true,false],[500,10,0,true,true,false],[521,67,0,true,true,false],[522,16,0,true,true,false],[522,48,0,true,false,false],[524,13,0,true,true,false],[527,14,0,true,true,false],[528,10,0,true,true,false],[532,34,0,true,true,false],[533,16,0,true,true,false],[533,44,0,true,false,false],[533,88,0,true,true,false],[536,20,0,true,true,false],[536,38,0,true,false,false],[536,39,0,true,true,false],[538,18,0,true,false,false],[538,24,0,true,true,false],[540,18,0,true,false,false],[542,14,0,true,true,false],[545,10,0,true,false,false],[546,6,0,false,false,false],[550,56,0,true,true,false],[551,32,0,true,true,false],[551,42,0,true,true,false],[552,48,0,true,true,false],[552,58,0,true,true,false],[563,30,0,true,true,false],[563,40,0,true,true,false],[566,35,0,true,true,false],[566,45,0,true,true,false],[584,67,0,true,true,false],[585,16,0,true,true,false],[585,48,0,true,false,false],[587,13,0,true,true,false],[590,14,0,true,true,false],[591,10,0,true,true,false],[595,12,0,true,true,false],[595,35,0,true,false,false],[595,74,0,true,true,false],[597,16,0,true,true,false],[597,29,0,true,false,false],[597,30,0,true,true,false],[599,14,0,true,false,false],[599,20,0,true,true,false],[601,14,0,true,false,false],[603,10,0,true,true,false],[606,6,0,false,false,false],[609,66,0,true,true,false],[628,6,0,false,false,false],[630,48,0,true,true,false],[631,12,0,true,true,false],[631,45,0,true,false,false],[631,46,0,true,true,false],[633,10,0,true,false,false],[636,16,0,true,true,false],[636,27,0,true,false,false],[637,9,0,true,true,false],[641,26,0,true,false,false],[643,9,0,true,true,false],[645,91,0,true,true,false],[648,14,0,true,false,false],[648,20,0,true,true,false],[651,14,0,true,false,false],[661,94,0,true,true,false],[662,22,0,true,true,false],[662,60,0,true,false,false],[665,9,0,true,true,false],[676,101,0,true,true,false],[677,22,0,true,true,false],[677,63,0,true,false,false],[679,10,0,true,true,false],[680,6,0,false,false,false],[682,71,0,true,true,false],[683,39,0,true,true,false],[683,78,0,true,false,false],[684,6,0,false,false,false],[686,74,0,true,true,false],[687,43,0,true,true,false],[687,53,0,true,true,false],[688,32,0,true,true,false],[690,72,0,true,true,false],[690,88,0,true,true,false],[691,48,0,true,false,false],[693,6,0,false,false,false],[695,71,0,true,true,false],[696,16,0,true,true,false],[696,23,0,true,false,false],[697,9,0,true,true,false],[698,19,0,true,false,false],[699,9,0,true,true,false],[700,21,0,true,false,false],[701,9,0,true,true,false],[702,20,0,true,false,false],[703,9,0,true,true,false],[704,21,0,true,false,false],[705,9,0,true,true,false],[706,16,0,true,false,false],[707,10,0,true,true,false],[708,6,0,false,false,false],[710,68,0,true,true,false],[711,16,0,true,true,false],[711,36,0,true,false,false],[712,9,0,true,true,false],[713,19,0,true,false,false],[714,9,0,true,true,false],[715,21,0,true,false,false],[716,9,0,true,true,false],[717,20,0,true,false,false],[718,9,0,true,true,false],[719,21,0,true,false,false],[720,9,0,true,true,false],[721,16,0,true,false,false],[722,10,0,true,true,false],[723,6,0,false,false,false],[725,34,0,true,true,false],[726,42,0,true,true,false],[726,52,0,true,true,false],[731,6,0,false,false,false],[733,37,0,true,true,false],[734,42,0,true,true,false],[734,52,0,true,true,false],[739,6,0,false,false,false],[741,28,0,true,true,false],[746,92,0,true,true,false],[748,18,0,true,true,false],[750,14,0,true,false,false],[752,6,0,false,false,false],[754,62,0,true,true,false],[787,42,0,true,true,false],[789,10,0,true,false,false],[789,16,0,true,true,false],[791,10,0,true,false,false],[792,6,0,false,false,false],[795,58,0,true,true,false],[798,6,0,false,false,false],[801,41,0,true,true,false],[804,9,0,true,true,false],[806,10,0,true,false,false],[807,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":0,"percent":0},"instantiations":{"count":64,"covered":0,"percent":0},"lines":{"count":853,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":233,"covered":0,"notcovered":233,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift","mcdc_records":[],"segments":[[19,42,0,true,true,false],[37,88,0,true,true,false],[40,10,0,true,true,false],[47,31,0,true,true,false],[49,101,0,true,true,false],[49,102,0,true,false,false],[53,99,0,true,true,false],[56,20,0,true,true,false],[56,27,0,true,false,false],[56,46,0,true,true,false],[59,18,0,true,false,false],[59,27,0,true,true,false],[59,43,0,true,false,false],[59,44,0,true,true,false],[61,18,0,true,true,false],[62,14,0,true,true,false],[63,10,0,true,true,false],[65,43,0,true,true,false],[65,62,0,true,true,false],[65,70,0,true,false,false],[68,6,0,false,false,false],[72,76,0,true,true,false],[77,16,0,true,true,false],[77,20,0,true,false,false],[78,9,0,true,true,false],[79,18,0,true,false,false],[80,9,0,true,true,false],[81,17,0,true,false,false],[82,9,0,true,true,false],[83,17,0,true,false,false],[84,9,0,true,true,false],[86,24,0,true,true,false],[86,29,0,true,false,false],[86,32,0,true,true,false],[86,40,0,true,false,false],[87,10,0,true,true,false],[88,6,0,false,false,false],[91,49,0,true,true,false],[92,16,0,true,true,false],[92,24,0,true,false,false],[93,9,0,true,true,false],[94,26,0,true,false,false],[95,9,0,true,true,false],[96,26,0,true,false,false],[97,9,0,true,true,false],[98,46,0,true,false,false],[99,10,0,true,true,false],[100,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":80,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift","mcdc_records":[],"segments":[[10,31,0,true,true,false],[10,48,0,false,false,false],[12,20,0,true,true,false],[12,22,0,false,false,false],[16,35,0,true,true,false],[16,51,0,false,false,false],[19,60,0,true,true,false],[20,53,0,true,true,false],[20,59,0,true,false,false],[35,44,0,true,true,false],[37,10,0,true,true,false],[40,6,0,false,false,false],[43,59,0,true,true,false],[55,12,0,true,true,false],[55,40,0,true,false,false],[55,41,0,true,true,false],[57,10,0,true,true,false],[62,14,0,true,true,false],[64,10,0,true,true,false],[67,21,0,true,false,false],[68,6,0,false,false,false],[71,46,0,true,true,false],[79,42,0,true,true,false],[79,70,0,true,false,false],[79,76,0,true,true,false],[81,10,0,true,true,false],[84,6,0,false,false,false],[87,27,0,true,true,false],[88,12,0,true,true,false],[89,42,0,true,true,false],[89,49,0,true,false,false],[90,17,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[97,39,0,true,true,false],[97,55,0,false,false,false],[102,62,0,true,true,false],[103,16,0,true,true,false],[103,28,0,true,false,false],[103,30,0,true,true,false],[103,55,0,true,false,false],[105,49,0,true,true,false],[105,55,0,true,false,false],[120,44,0,true,true,false],[122,10,0,true,true,false],[125,6,0,false,false,false],[129,56,0,true,true,false],[141,12,0,true,true,false],[141,40,0,true,false,false],[141,41,0,true,true,false],[143,10,0,true,true,false],[148,14,0,true,true,false],[150,10,0,true,true,false],[152,19,0,true,false,false],[153,6,0,false,false,false],[157,50,0,true,true,false],[165,42,0,true,true,false],[165,70,0,true,false,false],[165,76,0,true,true,false],[167,10,0,true,true,false],[170,6,0,false,false,false],[173,31,0,true,true,false],[175,6,0,false,false,false],[178,46,0,true,true,false],[179,99,0,true,true,false],[181,10,0,true,true,false],[182,21,0,true,false,false],[183,6,0,false,false,false],[186,41,0,true,true,false],[188,6,0,false,false,false],[193,51,0,true,true,false],[195,99,0,true,true,false],[197,10,0,true,true,false],[200,38,0,true,false,false],[201,6,0,false,false,false],[205,64,0,true,true,false],[207,99,0,true,true,false],[209,10,0,true,true,false],[226,12,0,true,true,false],[226,40,0,true,false,false],[226,41,0,true,true,false],[228,10,0,true,true,false],[233,14,0,true,true,false],[235,10,0,true,true,false],[237,19,0,true,false,false],[238,6,0,false,false,false],[243,48,0,true,true,false],[243,51,0,false,false,false],[245,66,0,true,true,false],[247,6,0,false,false,false],[249,55,0,true,true,false],[251,6,0,false,false,false],[253,30,0,true,true,false],[256,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":208,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift","mcdc_records":[],"segments":[[24,23,0,true,true,false],[26,63,0,true,true,false],[28,10,0,true,true,false],[34,57,0,true,true,false],[35,75,0,true,true,false],[35,87,0,true,true,false],[38,16,0,true,true,false],[38,42,0,true,false,false],[38,43,0,true,true,false],[44,14,0,true,false,false],[45,10,0,true,true,false],[48,12,0,true,true,false],[48,30,0,true,false,false],[48,31,0,true,true,false],[50,68,0,true,true,false],[52,72,0,true,true,false],[52,102,0,true,false,false],[52,108,0,true,true,false],[54,18,0,true,true,false],[56,20,0,true,true,false],[56,46,0,true,false,false],[56,47,0,true,true,false],[62,18,0,true,false,false],[63,14,0,true,true,false],[64,10,0,true,false,false],[67,6,0,false,false,false],[70,77,0,true,true,false],[82,6,0,false,false,false],[90,26,0,true,true,false],[91,66,0,true,true,false],[93,10,0,true,true,false],[96,56,0,true,true,false],[98,10,0,true,true,false],[102,38,0,true,true,false],[104,10,0,true,true,false],[116,10,0,true,false,false],[117,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":86,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift","mcdc_records":[],"segments":[[14,59,0,true,true,false],[17,16,0,true,true,false],[17,21,0,true,false,false],[18,9,0,true,true,false],[19,30,0,true,false,false],[20,9,0,true,true,false],[21,64,0,true,false,false],[22,9,0,true,true,false],[23,31,0,true,false,false],[24,9,0,true,true,false],[25,28,0,true,false,false],[26,9,0,true,true,false],[27,31,0,true,false,false],[28,9,0,true,true,false],[29,31,0,true,false,false],[30,9,0,true,true,false],[31,31,0,true,false,false],[32,9,0,true,true,false],[33,33,0,true,false,false],[34,9,0,true,true,false],[35,40,0,true,false,false],[37,6,0,false,false,false],[42,62,0,true,true,false],[45,16,0,true,true,false],[45,21,0,true,false,false],[46,9,0,true,true,false],[47,26,0,true,false,false],[48,9,0,true,true,false],[49,25,0,true,false,false],[50,9,0,true,true,false],[51,32,0,true,false,false],[52,9,0,true,true,false],[53,25,0,true,false,false],[54,9,0,true,true,false],[55,28,0,true,false,false],[56,9,0,true,true,false],[57,28,0,true,false,false],[58,9,0,true,true,false],[59,25,0,true,false,false],[60,9,0,true,true,false],[61,28,0,true,false,false],[62,9,0,true,true,false],[63,30,0,true,false,false],[64,9,0,true,true,false],[65,30,0,true,false,false],[66,9,0,true,true,false],[67,30,0,true,false,false],[68,9,0,true,true,false],[69,36,0,true,false,false],[70,9,0,true,true,false],[71,30,0,true,false,false],[72,9,0,true,true,false],[73,27,0,true,false,false],[74,9,0,true,true,false],[76,76,0,true,false,false],[78,6,0,false,false,false],[83,66,0,true,true,false],[92,14,0,true,true,false],[94,10,0,true,true,false],[95,79,0,true,false,false],[96,6,0,false,false,false],[101,57,0,true,true,false],[103,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":78,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":0,"notcovered":32,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift","mcdc_records":[],"segments":[[16,25,0,true,true,false],[22,39,0,true,true,false],[23,45,0,true,true,false],[23,57,0,true,true,false],[26,16,0,true,true,false],[26,53,0,true,false,false],[26,54,0,true,true,false],[27,52,0,true,true,false],[30,18,0,true,true,false],[31,14,0,true,false,false],[36,13,0,true,true,false],[39,14,0,true,false,false],[40,10,0,true,true,false],[42,19,0,true,false,false],[43,6,0,false,false,false],[50,22,0,true,true,false],[54,66,0,true,true,false],[56,61,0,true,true,false],[56,73,0,true,true,false],[59,10,0,true,true,false],[61,20,0,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":41,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift","mcdc_records":[],"segments":[[8,58,0,true,true,false],[9,68,0,true,true,false],[12,35,0,true,true,false],[12,36,0,true,false,false],[13,33,0,true,true,false],[13,34,0,true,false,false],[15,6,0,false,false,false],[19,75,0,true,true,false],[20,31,0,true,true,false],[21,62,0,true,true,false],[23,20,0,true,true,false],[23,61,0,true,false,false],[23,62,0,true,true,false],[26,46,0,true,true,false],[26,49,0,true,false,false],[26,52,0,true,true,false],[26,59,0,true,false,false],[27,18,0,true,true,false],[35,17,0,true,true,false],[38,18,0,true,true,false],[39,14,0,true,true,false],[40,10,0,true,true,false],[41,19,0,true,false,false],[42,6,0,false,false,false],[46,81,0,true,true,false],[47,31,0,true,true,false],[48,62,0,true,true,false],[52,17,0,true,true,false],[54,18,0,true,true,false],[56,20,0,true,true,false],[56,63,0,true,false,false],[56,64,0,true,true,false],[58,44,0,true,true,false],[58,47,0,true,false,false],[58,50,0,true,true,false],[58,55,0,true,false,false],[59,18,0,true,true,false],[60,14,0,true,true,false],[61,10,0,true,true,false],[62,19,0,true,false,false],[63,6,0,false,false,false],[67,84,0,true,true,false],[68,31,0,true,true,false],[69,62,0,true,true,false],[73,17,0,true,true,false],[75,18,0,true,true,false],[77,20,0,true,true,false],[77,63,0,true,false,false],[77,64,0,true,true,false],[79,47,0,true,true,false],[79,50,0,true,false,false],[79,53,0,true,true,false],[79,61,0,true,false,false],[80,18,0,true,true,false],[81,14,0,true,true,false],[82,10,0,true,true,false],[83,19,0,true,false,false],[84,6,0,false,false,false],[87,73,0,true,true,false],[95,9,0,true,true,false],[97,10,0,true,false,false],[100,6,0,false,false,false],[103,101,0,true,true,false],[107,14,0,true,true,false],[109,10,0,true,true,false],[111,59,0,true,true,false],[111,74,0,true,true,false],[111,85,0,true,false,false],[112,74,0,true,true,false],[112,97,0,true,false,false],[114,6,0,false,false,false],[117,75,0,true,true,false],[118,16,0,true,true,false],[118,35,0,true,false,false],[119,9,0,true,true,false],[120,29,0,true,false,false],[121,9,0,true,true,false],[122,24,0,true,false,false],[123,9,0,true,true,false],[124,24,0,true,false,false],[125,9,0,true,true,false],[126,30,0,true,false,false],[127,9,0,true,true,false],[128,24,0,true,false,false],[129,9,0,true,true,false],[130,34,0,true,false,false],[131,9,0,true,true,false],[132,19,0,true,false,false],[133,9,0,true,true,false],[134,31,0,true,false,false],[135,10,0,true,true,false],[136,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":119,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":59,"covered":0,"notcovered":59,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift","mcdc_records":[],"segments":[[8,58,0,true,true,false],[9,16,0,true,true,false],[9,36,0,true,false,false],[11,9,0,true,true,false],[11,28,0,true,false,false],[12,9,0,true,true,false],[12,28,0,true,false,false],[13,9,0,true,true,false],[13,28,0,true,false,false],[14,9,0,true,true,false],[14,33,0,true,false,false],[15,9,0,true,true,false],[15,33,0,true,false,false],[16,9,0,true,true,false],[16,34,0,true,false,false],[17,9,0,true,true,false],[17,33,0,true,false,false],[18,9,0,true,true,false],[18,34,0,true,false,false],[19,9,0,true,true,false],[19,29,0,true,false,false],[20,9,0,true,true,false],[20,24,0,true,false,false],[21,9,0,true,true,false],[21,26,0,true,false,false],[23,9,0,true,true,false],[23,33,0,true,false,false],[24,9,0,true,true,false],[24,34,0,true,false,false],[25,9,0,true,true,false],[25,32,0,true,false,false],[26,9,0,true,true,false],[26,33,0,true,false,false],[27,9,0,true,true,false],[27,31,0,true,false,false],[28,9,0,true,true,false],[28,32,0,true,false,false],[29,9,0,true,true,false],[29,32,0,true,false,false],[30,9,0,true,true,false],[30,33,0,true,false,false],[31,9,0,true,true,false],[31,32,0,true,false,false],[33,9,0,true,true,false],[33,33,0,true,false,false],[34,9,0,true,true,false],[34,28,0,true,false,false],[35,9,0,true,true,false],[35,28,0,true,false,false],[36,9,0,true,true,false],[36,29,0,true,false,false],[37,9,0,true,true,false],[38,20,0,true,false,false],[39,10,0,true,true,false],[40,6,0,false,false,false],[44,65,0,true,true,false],[45,16,0,true,true,false],[45,38,0,true,false,false],[47,9,0,true,true,false],[47,46,0,true,true,false],[47,65,0,true,false,false],[50,9,0,true,true,false],[50,46,0,true,true,false],[50,65,0,true,false,false],[54,9,0,true,true,false],[54,34,0,true,false,false],[55,9,0,true,true,false],[55,35,0,true,false,false],[56,9,0,true,true,false],[56,32,0,true,false,false],[57,9,0,true,true,false],[57,34,0,true,false,false],[60,9,0,true,true,false],[60,39,0,true,false,false],[61,9,0,true,true,false],[61,39,0,true,false,false],[62,9,0,true,true,false],[62,39,0,true,false,false],[63,9,0,true,true,false],[63,39,0,true,false,false],[65,9,0,true,true,false],[65,40,0,true,false,false],[66,9,0,true,true,false],[66,41,0,true,false,false],[67,9,0,true,true,false],[67,39,0,true,false,false],[68,9,0,true,true,false],[68,40,0,true,false,false],[69,9,0,true,true,false],[69,38,0,true,false,false],[70,9,0,true,true,false],[70,39,0,true,false,false],[71,9,0,true,true,false],[71,39,0,true,false,false],[72,9,0,true,true,false],[72,40,0,true,false,false],[74,9,0,true,true,false],[74,38,0,true,false,false],[75,9,0,true,true,false],[75,35,0,true,false,false],[76,9,0,true,true,false],[76,40,0,true,false,false],[77,9,0,true,true,false],[77,26,0,true,false,false],[78,9,0,true,true,false],[78,36,0,true,false,false],[79,9,0,true,true,false],[79,39,0,true,false,false],[80,9,0,true,true,false],[80,36,0,true,false,false],[81,9,0,true,true,false],[81,24,0,true,false,false],[83,9,0,true,true,false],[83,33,0,true,false,false],[84,9,0,true,true,false],[84,33,0,true,false,false],[85,9,0,true,true,false],[85,33,0,true,false,false],[86,9,0,true,true,false],[86,38,0,true,false,false],[87,9,0,true,true,false],[87,39,0,true,false,false],[88,9,0,true,true,false],[88,39,0,true,false,false],[89,9,0,true,true,false],[89,38,0,true,false,false],[90,9,0,true,true,false],[90,39,0,true,false,false],[91,9,0,true,true,false],[91,34,0,true,false,false],[92,9,0,true,true,false],[92,29,0,true,false,false],[93,9,0,true,true,false],[93,31,0,true,false,false],[95,9,0,true,true,false],[95,50,0,true,true,false],[95,85,0,true,false,false],[98,9,0,true,true,false],[98,27,0,true,false,false],[99,9,0,true,true,false],[99,26,0,true,false,false],[100,9,0,true,true,false],[100,37,0,true,false,false],[101,9,0,true,true,false],[101,39,0,true,false,false],[102,9,0,true,true,false],[104,22,0,true,false,false],[105,10,0,true,true,false],[106,6,0,false,false,false],[109,50,0,true,true,false],[110,16,0,true,true,false],[110,19,0,true,false,false],[111,9,0,true,true,false],[112,17,0,true,false,false],[113,9,0,true,true,false],[114,18,0,true,false,false],[115,10,0,true,true,false],[116,6,0,false,false,false],[120,71,0,true,true,false],[121,16,0,true,true,false],[121,32,0,true,false,false],[123,9,0,true,true,false],[123,34,0,true,false,false],[124,9,0,true,true,false],[124,35,0,true,false,false],[125,9,0,true,true,false],[125,32,0,true,false,false],[126,9,0,true,true,false],[126,34,0,true,false,false],[128,9,0,true,true,false],[128,90,0,true,false,false],[129,9,0,true,true,false],[129,73,0,true,false,false],[130,9,0,true,true,false],[130,85,0,true,false,false],[131,9,0,true,true,false],[131,93,0,true,false,false],[133,9,0,true,true,false],[133,45,0,true,false,false],[134,9,0,true,true,false],[134,40,0,true,false,false],[135,9,0,true,true,false],[135,48,0,true,false,false],[136,9,0,true,true,false],[136,29,0,true,false,false],[137,9,0,true,true,false],[137,32,0,true,false,false],[138,9,0,true,true,false],[138,29,0,true,false,false],[140,9,0,true,true,false],[140,42,0,true,false,false],[141,9,0,true,true,false],[141,49,0,true,false,false],[142,9,0,true,true,false],[142,42,0,true,false,false],[143,9,0,true,true,false],[143,81,0,true,false,false],[144,9,0,true,true,false],[144,84,0,true,false,false],[145,9,0,true,true,false],[145,52,0,true,false,false],[146,9,0,true,true,false],[146,51,0,true,false,false],[147,9,0,true,true,false],[147,62,0,true,false,false],[148,9,0,true,true,false],[148,43,0,true,false,false],[149,9,0,true,true,false],[149,41,0,true,false,false],[150,9,0,true,true,false],[150,43,0,true,false,false],[152,9,0,true,true,false],[152,33,0,true,false,false],[153,9,0,true,true,false],[153,28,0,true,false,false],[154,9,0,true,true,false],[154,32,0,true,false,false],[155,9,0,true,true,false],[155,29,0,true,false,false],[156,9,0,true,true,false],[156,29,0,true,false,false],[157,9,0,true,true,false],[157,31,0,true,false,false],[158,9,0,true,true,false],[159,29,0,true,false,false],[160,10,0,true,true,false],[161,6,0,false,false,false],[164,61,0,true,true,false],[166,44,0,true,true,false],[166,53,0,true,false,false],[167,9,0,true,true,false],[167,27,0,true,false,false],[168,9,0,true,true,false],[168,28,0,true,false,false],[169,9,0,true,true,false],[169,25,0,true,false,false],[170,9,0,true,true,false],[170,27,0,true,false,false],[171,9,0,true,true,false],[171,27,0,true,false,false],[172,10,0,true,true,false],[176,33,0,true,true,false],[178,16,0,true,true,false],[178,63,0,true,false,false],[178,64,0,true,true,false],[180,14,0,true,true,false],[181,10,0,true,true,false],[182,19,0,true,false,false],[183,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":169,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":0,"notcovered":130,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift","mcdc_records":[],"segments":[[21,104,0,true,true,false],[29,29,0,true,true,false],[30,20,0,true,true,false],[30,25,0,true,false,false],[31,13,0,true,true,false],[32,20,0,true,true,false],[32,36,0,true,false,false],[32,37,0,true,true,false],[34,24,0,true,true,false],[34,58,0,true,false,false],[34,59,0,true,true,false],[36,22,0,true,false,false],[39,13,0,true,true,false],[40,25,0,true,false,false],[41,14,0,true,true,false],[42,10,0,true,true,false],[44,12,0,true,true,false],[44,37,0,true,false,false],[44,38,0,true,true,false],[46,10,0,true,true,false],[51,63,0,true,true,false],[51,106,0,true,false,false],[51,109,0,true,true,false],[51,112,0,true,false,false],[52,56,0,true,true,false],[52,91,0,true,false,false],[59,6,0,false,false,false],[75,46,0,true,true,false],[80,21,0,true,true,false],[80,45,0,true,false,false],[81,21,0,true,true,false],[81,101,0,true,false,false],[83,57,0,true,true,false],[83,63,0,true,false,false],[83,66,0,true,true,false],[83,84,0,true,false,false],[89,97,0,true,true,false],[90,37,0,true,true,false],[96,31,0,true,true,false],[101,24,0,true,true,false],[106,26,0,true,true,false],[107,65,0,true,false,false],[108,29,0,true,true,false],[111,22,0,true,false,false],[113,14,0,true,true,false],[116,39,0,true,true,false],[118,14,0,true,true,false],[119,29,0,true,false,false],[123,66,0,true,true,false],[129,16,0,true,true,false],[129,28,0,true,false,false],[129,29,0,true,true,false],[130,31,0,true,true,false],[131,65,0,true,true,false],[132,87,0,true,true,false],[132,101,0,true,true,false],[133,35,0,true,false,false],[136,24,0,true,true,false],[138,18,0,true,false,false],[141,35,0,true,true,false],[142,20,0,true,true,false],[142,34,0,true,false,false],[142,35,0,true,true,false],[145,18,0,true,true,false],[155,25,0,true,false,false],[156,14,0,true,true,false],[159,103,0,true,true,false],[160,20,0,true,true,false],[160,34,0,true,false,false],[160,35,0,true,true,false],[163,18,0,true,true,false],[176,20,0,true,true,false],[176,33,0,true,false,false],[176,34,0,true,true,false],[178,18,0,true,false,false],[180,14,0,true,true,false],[182,16,0,true,true,false],[182,30,0,true,false,false],[182,31,0,true,true,false],[185,14,0,true,true,false],[188,82,0,true,true,false],[192,14,0,true,true,false],[195,84,0,true,true,false],[203,14,0,true,true,false],[206,73,0,true,true,false],[210,14,0,true,true,false],[213,57,0,true,true,false],[213,98,0,true,false,false],[214,16,0,true,true,false],[214,29,0,true,false,false],[214,30,0,true,true,false],[216,156,0,true,true,false],[216,162,0,true,false,false],[218,14,0,true,true,false],[220,16,0,true,true,false],[220,36,0,true,false,false],[220,37,0,true,true,false],[223,55,0,true,true,false],[223,73,0,true,false,false],[235,23,0,true,true,false],[235,49,0,true,true,false],[235,76,0,true,false,false],[235,78,0,true,true,false],[245,14,0,true,false,false],[245,23,0,true,true,false],[245,45,0,true,false,false],[245,46,0,true,true,false],[249,14,0,true,false,false],[249,20,0,true,true,false],[252,84,0,true,true,false],[252,107,0,true,false,false],[253,24,0,true,true,false],[253,43,0,true,true,false],[253,74,0,true,false,false],[258,46,0,true,true,false],[259,24,0,true,true,false],[259,49,0,true,false,false],[259,50,0,true,true,false],[263,22,0,true,true,false],[264,18,0,true,true,false],[267,60,0,true,true,false],[267,79,0,true,false,false],[270,53,0,true,true,false],[270,70,0,true,false,false],[270,74,0,true,true,false],[270,76,0,true,false,false],[270,79,0,true,true,false],[270,89,0,true,false,false],[271,53,0,true,true,false],[271,73,0,true,false,false],[273,34,0,true,true,false],[280,24,0,true,true,false],[280,75,0,true,false,false],[280,76,0,true,true,false],[282,22,0,true,false,false],[283,24,0,true,true,false],[292,18,0,true,false,false],[294,10,0,true,true,false],[297,23,0,true,false,false],[298,6,0,false,false,false],[311,31,0,true,true,false],[312,64,0,true,true,false],[315,10,0,true,true,false],[326,10,0,true,true,false],[333,36,0,true,true,false],[334,20,0,true,true,false],[334,25,0,true,false,false],[335,13,0,true,true,false],[336,20,0,true,true,false],[336,36,0,true,false,false],[336,37,0,true,true,false],[342,18,0,true,false,false],[342,27,0,true,true,false],[342,45,0,true,false,false],[342,46,0,true,true,false],[346,24,0,true,true,false],[346,47,0,true,false,false],[346,48,0,true,true,false],[348,22,0,true,false,false],[350,13,0,true,true,false],[351,20,0,true,true,false],[351,36,0,true,false,false],[351,37,0,true,true,false],[353,18,0,true,false,false],[353,27,0,true,true,false],[353,45,0,true,false,false],[353,46,0,true,true,false],[355,18,0,true,false,false],[356,20,0,true,true,false],[356,43,0,true,false,false],[356,44,0,true,true,false],[358,18,0,true,false,false],[359,13,0,true,true,false],[360,25,0,true,false,false],[361,14,0,true,true,false],[362,10,0,true,true,false],[364,48,0,true,true,false],[364,62,0,true,false,false],[364,65,0,true,true,false],[364,84,0,true,false,false],[366,12,0,true,true,false],[366,26,0,true,false,false],[366,27,0,true,true,false],[367,57,0,true,true,false],[368,61,0,true,true,false],[370,18,0,true,true,false],[371,27,0,true,false,false],[375,59,0,true,true,false],[376,79,0,true,true,false],[376,93,0,true,true,false],[377,27,0,true,false,false],[378,22,0,true,true,false],[380,14,0,true,true,false],[381,23,0,true,false,false],[382,10,0,true,true,false],[384,63,0,true,true,false],[384,86,0,true,false,false],[385,6,0,false,false,false],[389,81,0,true,true,false],[393,21,0,true,true,false],[393,45,0,true,false,false],[394,21,0,true,true,false],[394,101,0,true,false,false],[396,33,0,true,true,false],[405,10,0,true,true,false],[408,23,0,true,false,false],[409,6,0,false,false,false],[419,18,0,true,true,false],[420,12,0,true,true,false],[420,27,0,true,false,false],[420,28,0,true,true,false],[420,42,0,true,true,false],[423,58,0,true,true,false],[424,20,0,true,true,false],[424,23,0,true,false,false],[425,13,0,true,true,false],[425,70,0,true,false,false],[426,13,0,true,true,false],[426,32,0,true,false,false],[427,13,0,true,true,false],[427,64,0,true,false,false],[428,13,0,true,true,false],[428,53,0,true,false,false],[429,13,0,true,true,false],[429,32,0,true,false,false],[430,13,0,true,true,false],[430,51,0,true,false,false],[432,13,0,true,true,false],[432,34,0,true,false,false],[433,13,0,true,true,false],[433,34,0,true,false,false],[434,13,0,true,true,false],[434,34,0,true,false,false],[435,13,0,true,true,false],[435,34,0,true,false,false],[436,13,0,true,true,false],[436,25,0,true,false,false],[437,14,0,true,true,false],[438,10,0,true,false,false],[442,12,0,true,true,false],[442,54,0,true,true,false],[442,123,0,true,false,false],[442,124,0,true,true,false],[444,10,0,true,true,false],[447,12,0,true,true,false],[447,48,0,true,false,false],[447,49,0,true,true,false],[449,10,0,true,true,false],[452,12,0,true,true,false],[452,36,0,true,false,false],[454,9,0,true,true,false],[456,10,0,true,true,false],[458,12,0,true,true,false],[458,36,0,true,false,false],[458,69,0,true,true,false],[460,36,0,true,true,false],[460,38,0,true,false,false],[460,41,0,true,true,false],[460,46,0,true,false,false],[461,10,0,true,true,false],[465,18,0,true,true,false],[465,39,0,true,false,false],[466,18,0,true,true,false],[466,72,0,true,false,false],[467,21,0,true,true,false],[467,36,0,true,false,false],[469,33,0,true,true,false],[469,35,0,true,false,false],[469,38,0,true,true,false],[469,53,0,true,false,false],[470,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":510,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":172,"covered":0,"notcovered":172,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift","mcdc_records":[],"segments":[[38,7,0,true,true,false],[48,6,0,false,false,false],[51,132,0,true,true,false],[60,6,0,false,false,false],[63,95,0,true,true,false],[72,6,0,false,false,false],[75,94,0,true,true,false],[84,6,0,false,false,false],[90,93,0,true,true,false],[100,6,0,false,false,false],[106,110,0,true,true,false],[117,6,0,false,false,false],[121,85,0,true,true,false],[131,6,0,false,false,false],[137,80,0,true,true,false],[150,6,0,false,false,false],[155,67,0,true,true,false],[159,62,0,true,true,false],[159,65,0,true,false,false],[160,6,0,false,false,false],[167,51,0,true,true,false],[167,54,0,false,false,false],[168,30,0,true,true,false],[168,32,0,false,false,false],[170,67,0,true,true,false],[172,6,0,false,false,false],[183,159,0,true,true,false],[188,12,0,true,true,false],[188,56,0,true,false,false],[188,57,0,true,true,false],[193,10,0,true,true,false],[196,57,0,true,true,false],[197,12,0,true,true,false],[197,37,0,true,false,false],[197,38,0,true,true,false],[201,10,0,true,false,false],[204,48,0,true,true,false],[207,10,0,true,true,false],[224,10,0,true,true,false],[228,23,0,true,false,false],[229,6,0,false,false,false],[232,28,0,true,true,false],[235,6,0,false,false,false],[244,138,0,true,true,false],[246,47,0,true,true,false],[246,66,0,true,false,false],[249,12,0,true,true,false],[249,56,0,true,false,false],[249,57,0,true,true,false],[251,43,0,true,true,false],[253,14,0,true,true,false],[255,19,0,true,false,false],[256,10,0,true,true,false],[259,55,0,true,true,false],[260,16,0,true,true,false],[260,34,0,true,false,false],[260,35,0,true,true,false],[263,14,0,true,false,false],[267,73,0,true,true,false],[268,43,0,true,true,false],[269,31,0,true,true,false],[270,24,0,true,true,false],[280,26,0,true,true,false],[281,48,0,true,false,false],[282,29,0,true,true,false],[285,22,0,true,false,false],[287,14,0,true,true,false],[289,49,0,true,true,false],[290,32,0,true,true,false],[293,18,0,true,false,false],[294,14,0,true,true,false],[295,10,0,true,false,false],[298,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":255,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift","mcdc_records":[],"segments":[[25,44,0,true,true,false],[25,46,0,false,false,false],[35,29,0,true,true,false],[36,37,0,true,true,false],[36,52,0,true,true,false],[37,25,0,true,false,false],[38,10,0,false,false,false],[40,37,0,true,true,false],[41,77,0,true,true,false],[41,92,0,true,true,false],[42,25,0,true,false,false],[43,10,0,false,false,false],[50,43,0,true,true,false],[50,48,0,false,false,false],[54,28,0,true,true,false],[54,48,0,false,false,false],[59,52,0,true,true,false],[59,56,0,false,false,false],[64,32,0,true,true,false],[64,53,0,false,false,false],[70,12,0,true,true,false],[72,6,0,false,false,false],[79,60,0,true,true,false],[98,6,0,false,false,false],[102,46,0,true,true,false],[105,19,0,true,true,false],[106,37,0,true,true,false],[106,47,0,true,true,false],[109,68,0,true,true,false],[113,24,0,true,true,false],[113,51,0,true,false,false],[113,52,0,true,true,false],[117,30,0,true,true,false],[119,26,0,true,false,false],[126,6,0,false,false,false],[130,54,0,true,true,false],[136,12,0,true,true,false],[137,104,0,true,true,false],[138,10,0,true,false,false],[138,17,0,true,true,false],[140,10,0,true,true,false],[149,37,0,true,true,false],[149,46,0,true,false,false],[156,48,0,true,true,false],[157,16,0,true,true,false],[158,20,0,true,true,false],[158,77,0,true,false,false],[158,78,0,true,true,false],[159,76,0,true,true,false],[160,43,0,true,true,false],[161,55,0,true,true,false],[162,39,0,true,true,false],[163,18,0,true,false,false],[163,24,0,true,true,false],[164,53,0,true,true,false],[165,18,0,true,true,false],[166,14,0,true,false,false],[166,21,0,true,true,false],[168,14,0,true,true,false],[169,10,0,true,true,false],[174,6,0,false,false,false],[184,56,0,true,true,false],[193,32,0,true,true,false],[197,10,0,true,true,false],[200,12,0,true,true,false],[201,82,0,true,true,false],[204,14,0,true,true,false],[206,18,0,true,true,false],[209,14,0,true,true,false],[211,35,0,true,true,false],[215,14,0,true,true,false],[216,10,0,true,false,false],[216,17,0,true,true,false],[220,10,0,true,true,false],[224,20,0,true,false,false],[225,6,0,false,false,false],[231,45,0,true,true,false],[232,38,0,true,true,false],[232,48,0,true,true,false],[236,19,0,true,true,false],[237,37,0,true,true,false],[237,47,0,true,true,false],[240,61,0,true,true,false],[240,69,0,true,false,false],[240,75,0,true,true,false],[240,84,0,true,false,false],[244,20,0,true,true,false],[244,43,0,true,false,false],[244,44,0,true,true,false],[247,97,0,true,true,false],[247,111,0,true,false,false],[247,115,0,true,true,false],[247,120,0,true,false,false],[249,26,0,true,true,false],[251,22,0,true,false,false],[257,6,0,false,false,false],[261,41,0,true,true,false],[262,36,0,true,true,false],[263,19,0,true,true,false],[263,36,0,true,false,false],[263,37,0,true,true,false],[265,56,0,true,true,false],[265,65,0,true,true,false],[270,17,0,true,true,false],[273,18,0,true,false,false],[274,14,0,true,true,false],[275,10,0,true,false,false],[278,6,0,false,false,false],[285,43,0,true,true,false],[286,41,0,true,true,false],[289,10,0,true,true,false],[294,9,0,true,true,false],[300,10,0,true,true,false],[304,12,0,true,true,false],[304,22,0,true,false,false],[304,23,0,true,true,false],[336,16,0,true,true,false],[336,53,0,true,false,false],[336,54,0,true,true,false],[345,14,0,true,false,false],[347,16,0,true,true,false],[347,36,0,true,false,false],[347,37,0,true,true,false],[353,14,0,true,false,false],[353,20,0,true,true,false],[357,14,0,true,false,false],[366,16,0,true,true,false],[368,10,0,true,false,false],[376,6,0,false,false,false],[380,55,0,true,true,false],[382,12,0,true,true,false],[382,17,0,true,false,false],[382,18,0,true,true,false],[386,10,0,true,false,false],[388,6,0,false,false,false],[392,41,0,true,true,false],[395,6,0,false,false,false],[398,29,0,true,true,false],[402,6,0,false,false,false],[406,44,0,true,true,false],[407,34,0,true,true,false],[420,10,0,true,true,false],[431,15,0,true,true,false],[431,50,0,true,false,false],[431,80,0,true,true,false],[437,10,0,true,true,false],[439,12,0,true,true,false],[439,47,0,true,false,false],[439,48,0,true,true,false],[454,10,0,true,true,false],[466,12,0,true,true,false],[467,81,0,true,true,false],[468,31,0,true,true,false],[468,64,0,true,false,false],[469,31,0,true,true,false],[470,70,0,true,true,false],[471,50,0,true,false,false],[473,57,0,true,true,false],[473,63,0,true,true,false],[475,18,0,true,true,false],[478,29,0,true,false,false],[479,14,0,true,true,false],[480,10,0,true,false,false],[480,17,0,true,true,false],[493,10,0,true,true,false],[558,44,0,true,true,false],[559,20,0,true,true,false],[559,34,0,true,false,false],[560,13,0,true,true,false],[561,22,0,true,false,false],[562,13,0,true,true,false],[563,48,0,true,true,false],[563,72,0,true,false,false],[564,14,0,true,true,false],[565,10,0,true,false,false],[570,59,0,true,true,false],[573,10,0,true,true,false],[576,16,0,true,true,false],[576,29,0,true,false,false],[577,9,0,true,true,false],[582,16,0,true,true,false],[582,38,0,true,false,false],[582,54,0,true,true,false],[589,14,0,true,false,false],[589,20,0,true,true,false],[591,20,0,true,true,false],[591,43,0,true,false,false],[591,44,0,true,true,false],[593,18,0,true,false,false],[594,20,0,true,true,false],[594,34,0,true,false,false],[594,35,0,true,true,false],[596,18,0,true,false,false],[599,76,0,true,true,false],[599,77,0,true,false,false],[599,80,0,true,true,false],[599,81,0,true,false,false],[604,67,0,true,true,false],[606,18,0,true,true,false],[607,20,0,true,true,false],[607,34,0,true,false,false],[607,35,0,true,true,false],[609,18,0,true,false,false],[612,9,0,true,true,false],[618,93,0,true,false,false],[620,9,0,true,true,false],[622,16,0,true,true,false],[622,38,0,true,false,false],[622,39,0,true,true,false],[627,14,0,true,false,false],[627,20,0,true,true,false],[633,14,0,true,false,false],[635,9,0,true,true,false],[642,41,0,true,true,false],[645,14,0,true,false,false],[646,10,0,true,true,false],[647,6,0,false,false,false],[652,31,0,true,true,false],[653,48,0,true,true,false],[655,10,0,true,true,false],[656,16,0,true,true,false],[656,21,0,true,false,false],[657,9,0,true,true,false],[658,47,0,true,false,false],[659,9,0,true,true,false],[660,57,0,true,false,false],[661,9,0,true,true,false],[662,16,0,true,true,false],[662,34,0,true,false,false],[662,35,0,true,true,false],[664,14,0,true,false,false],[664,23,0,true,true,false],[664,40,0,true,false,false],[664,41,0,true,true,false],[666,14,0,true,false,false],[666,20,0,true,true,false],[668,14,0,true,false,false],[670,6,0,false,false,false],[673,31,0,true,true,false],[674,48,0,true,true,false],[676,10,0,true,true,false],[677,16,0,true,true,false],[677,21,0,true,false,false],[678,9,0,true,true,false],[679,33,0,true,false,false],[680,9,0,true,true,false],[681,27,0,true,false,false],[682,9,0,true,true,false],[683,40,0,true,true,false],[683,54,0,true,false,false],[683,57,0,true,true,false],[683,67,0,true,false,false],[685,6,0,false,false,false],[688,33,0,true,true,false],[689,47,0,true,true,false],[689,52,0,true,false,false],[690,6,0,false,false,false],[693,39,0,true,true,false],[694,44,0,true,true,false],[694,74,0,true,true,false],[694,95,0,true,false,false],[696,44,0,true,true,false],[698,10,0,true,true,false],[700,12,0,true,true,false],[700,37,0,true,false,false],[700,38,0,true,true,false],[702,10,0,true,false,false],[702,16,0,true,true,false],[704,10,0,true,false,false],[705,6,0,false,false,false],[708,28,0,true,true,false],[709,45,0,true,true,false],[709,60,0,true,true,false],[710,21,0,true,false,false],[711,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":686,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":177,"covered":0,"notcovered":177,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift","mcdc_records":[],"segments":[[19,81,0,true,true,false],[19,102,0,false,false,false],[20,58,0,true,true,false],[20,79,0,false,false,false],[21,7,0,true,true,false],[24,6,0,false,false,false],[36,42,0,true,true,false],[49,48,0,true,true,false],[51,10,0,true,false,false],[57,6,0,false,false,false],[60,54,0,true,true,false],[61,40,0,true,true,false],[61,86,0,true,false,false],[62,6,0,false,false,false],[65,28,0,true,true,false],[67,85,0,true,true,false],[69,10,0,true,true,false],[74,35,0,true,true,false],[74,53,0,true,false,false],[74,59,0,true,true,false],[76,10,0,true,true,false],[80,12,0,true,true,false],[80,28,0,true,false,false],[80,29,0,true,true,false],[82,10,0,true,false,false],[83,12,0,true,true,false],[83,30,0,true,false,false],[83,31,0,true,true,false],[85,10,0,true,false,false],[92,6,0,false,false,false],[94,75,0,true,true,false],[100,12,0,true,true,false],[100,20,0,true,false,false],[100,21,0,true,true,false],[104,10,0,true,false,false],[105,12,0,true,true,false],[105,22,0,true,false,false],[105,23,0,true,true,false],[107,10,0,true,false,false],[126,16,0,true,true,false],[126,24,0,true,false,false],[127,9,0,true,true,false],[129,18,0,true,true,false],[131,14,0,true,false,false],[133,9,0,true,true,false],[134,92,0,true,false,false],[137,9,0,true,true,false],[140,82,0,true,false,false],[142,9,0,true,true,false],[143,18,0,true,false,false],[144,10,0,true,true,false],[145,6,0,false,false,false],[147,77,0,true,true,false],[156,12,0,true,true,false],[156,22,0,true,false,false],[156,23,0,true,true,false],[167,62,0,true,true,false],[168,78,0,true,true,false],[168,90,0,true,true,false],[170,20,0,true,true,false],[170,41,0,true,false,false],[170,42,0,true,true,false],[174,18,0,true,true,false],[176,20,0,true,true,false],[177,65,0,true,true,false],[180,18,0,true,false,false],[180,25,0,true,true,false],[183,18,0,true,true,false],[184,14,0,true,true,false],[185,10,0,true,true,false],[189,12,0,true,true,false],[189,24,0,true,false,false],[189,25,0,true,true,false],[190,16,0,true,true,false],[194,75,0,true,true,false],[197,14,0,true,false,false],[197,21,0,true,true,false],[200,14,0,true,true,false],[201,10,0,true,true,false],[204,29,0,true,true,false],[211,10,0,true,false,false],[212,6,0,false,false,false],[219,7,0,true,true,false],[222,50,0,true,true,false],[222,67,0,true,false,false],[225,32,0,true,true,false],[228,10,0,true,true,false],[234,12,0,true,true,false],[234,32,0,true,false,false],[234,33,0,true,true,false],[236,10,0,true,false,false],[237,12,0,true,true,false],[237,36,0,true,false,false],[237,37,0,true,true,false],[239,60,0,true,true,false],[239,97,0,true,false,false],[241,12,0,true,true,false],[241,26,0,true,false,false],[241,27,0,true,true,false],[243,10,0,true,false,false],[244,37,0,true,true,false],[247,10,0,true,false,false],[250,54,0,true,true,false],[250,94,0,true,false,false],[251,12,0,true,true,false],[251,25,0,true,false,false],[251,26,0,true,true,false],[254,10,0,true,false,false],[254,19,0,true,true,false],[254,43,0,true,false,false],[254,44,0,true,true,false],[257,10,0,true,false,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":240,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift","mcdc_records":[],"segments":[[15,52,0,true,true,false],[16,16,0,true,true,false],[16,20,0,true,false,false],[17,9,0,true,true,false],[18,47,0,true,false,false],[19,9,0,true,true,false],[20,29,0,true,false,false],[21,9,0,true,true,false],[22,29,0,true,false,false],[23,9,0,true,true,false],[24,31,0,true,false,false],[25,10,0,true,true,false],[26,6,0,false,false,false],[28,39,0,true,true,false],[29,16,0,true,true,false],[29,20,0,true,false,false],[30,9,0,true,true,false],[31,68,0,true,false,false],[32,9,0,true,true,false],[33,101,0,true,false,false],[34,9,0,true,true,false],[35,98,0,true,false,false],[36,9,0,true,true,false],[37,84,0,true,false,false],[38,10,0,true,true,false],[39,6,0,false,false,false],[45,20,0,true,true,false],[45,22,0,false,false,false],[47,37,0,true,true,false],[47,68,0,false,false,false],[48,26,0,true,true,false],[48,49,0,false,false,false],[60,5,0,true,true,false],[65,49,0,true,true,false],[66,20,0,true,true,false],[66,24,0,true,false,false],[67,13,0,true,true,false],[68,20,0,true,true,false],[68,63,0,true,false,false],[68,64,0,true,true,false],[68,107,0,true,false,false],[69,24,0,true,true,false],[69,55,0,true,false,false],[70,17,0,true,true,false],[71,63,0,true,false,false],[72,17,0,true,true,false],[73,60,0,true,false,false],[74,17,0,true,true,false],[75,26,0,true,false,false],[78,13,0,true,true,false],[79,20,0,true,true,false],[79,61,0,true,false,false],[79,62,0,true,true,false],[79,103,0,true,false,false],[80,24,0,true,true,false],[80,53,0,true,false,false],[81,17,0,true,true,false],[82,61,0,true,false,false],[83,17,0,true,true,false],[84,58,0,true,false,false],[85,17,0,true,true,false],[86,26,0,true,false,false],[88,14,0,true,true,false],[89,10,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[102,13,0,true,true,false],[108,12,0,true,true,false],[108,39,0,true,false,false],[108,70,0,true,true,false],[109,56,0,true,true,false],[109,83,0,true,true,false],[109,101,0,true,false,false],[109,104,0,true,true,false],[109,119,0,true,false,false],[119,16,0,true,true,false],[119,24,0,true,false,false],[119,25,0,true,true,false],[121,14,0,true,false,false],[124,10,0,true,true,false],[126,12,0,true,true,false],[126,39,0,true,false,false],[126,73,0,true,true,false],[127,59,0,true,true,false],[127,86,0,true,true,false],[127,104,0,true,false,false],[127,107,0,true,true,false],[127,122,0,true,false,false],[137,16,0,true,true,false],[137,24,0,true,false,false],[137,25,0,true,true,false],[139,14,0,true,false,false],[142,10,0,true,true,false],[144,12,0,true,true,false],[144,39,0,true,false,false],[144,40,0,true,true,false],[147,10,0,true,true,false],[157,12,0,true,true,false],[157,21,0,true,false,false],[157,22,0,true,true,false],[160,10,0,true,true,false],[163,41,0,true,true,false],[164,20,0,true,true,false],[164,24,0,true,false,false],[165,13,0,true,true,false],[166,73,0,true,false,false],[167,13,0,true,true,false],[168,71,0,true,false,false],[169,14,0,true,true,false],[171,10,0,true,true,false],[174,27,0,true,true,false],[179,69,0,true,true,false],[180,24,0,true,true,false],[180,25,0,true,false,false],[181,17,0,true,true,false],[182,57,0,true,false,false],[183,17,0,true,true,false],[184,55,0,true,false,false],[185,18,0,true,true,false],[186,14,0,true,false,false],[187,16,0,true,true,false],[187,26,0,true,false,false],[187,27,0,true,true,false],[190,14,0,true,true,false],[191,10,0,true,true,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":166,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":0,"notcovered":75,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift","mcdc_records":[],"segments":[[14,20,0,true,true,false],[14,22,0,false,false,false],[18,49,0,true,true,false],[18,56,0,false,false,false],[19,35,0,true,true,false],[19,62,0,false,false,false],[20,35,0,true,true,false],[20,62,0,false,false,false],[22,41,0,true,true,false],[24,6,0,false,false,false],[26,37,0,true,true,false],[27,12,0,true,true,false],[27,42,0,true,false,false],[27,43,0,true,true,false],[30,10,0,true,false,false],[31,6,0,false,false,false],[33,56,0,true,true,false],[35,29,0,true,true,false],[35,45,0,true,true,false],[36,71,0,true,false,false],[37,6,0,false,false,false],[39,44,0,true,true,false],[41,6,0,false,false,false],[48,81,0,true,true,false],[51,12,0,true,true,false],[51,27,0,true,false,false],[51,28,0,true,true,false],[55,10,0,true,true,false],[56,12,0,true,true,false],[56,27,0,true,false,false],[56,61,0,true,true,false],[59,10,0,true,true,false],[67,12,0,true,true,false],[67,19,0,true,false,false],[67,20,0,true,true,false],[69,10,0,true,false,false],[69,16,0,true,true,false],[71,10,0,true,false,false],[73,6,0,false,false,false],[78,79,0,true,true,false],[81,12,0,true,true,false],[81,27,0,true,false,false],[81,28,0,true,true,false],[84,10,0,true,true,false],[85,12,0,true,true,false],[85,27,0,true,false,false],[85,61,0,true,true,false],[88,10,0,true,true,false],[97,12,0,true,true,false],[97,19,0,true,false,false],[97,20,0,true,true,false],[99,10,0,true,false,false],[99,16,0,true,true,false],[101,10,0,true,false,false],[103,6,0,false,false,false],[106,88,0,true,true,false],[111,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":79,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[11,22,0,false,false,false],[25,23,0,true,true,false],[27,6,0,false,false,false],[30,47,0,true,true,false],[33,9,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[39,49,0,true,true,false],[42,6,0,false,false,false],[48,45,0,true,true,false],[48,54,0,false,false,false],[55,45,0,true,true,false],[55,54,0,false,false,false],[59,85,0,true,true,false],[68,6,0,false,false,false],[76,5,0,true,true,false],[82,6,0,false,false,false],[87,7,0,true,true,false],[92,6,0,false,false,false],[95,98,0,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift","mcdc_records":[],"segments":[[10,29,0,true,true,false],[12,6,0,false,false,false],[14,29,0,true,true,false],[16,6,0,false,false,false],[159,12,0,true,true,false],[163,20,0,true,true,false],[163,59,0,true,false,false],[165,64,0,true,true,false],[165,94,0,true,false,false],[168,81,0,true,true,false],[168,103,0,true,false,false],[172,20,0,true,true,false],[172,49,0,true,false,false],[177,20,0,true,true,false],[177,57,0,true,false,false],[181,20,0,true,true,false],[181,43,0,true,false,false],[185,20,0,true,true,false],[185,49,0,true,false,false],[190,20,0,true,true,false],[190,51,0,true,false,false],[192,122,0,true,true,false],[194,10,0,true,false,false],[194,16,0,true,true,false],[196,10,0,true,false,false],[201,9,0,true,true,false],[203,10,0,true,false,false],[203,16,0,true,true,false],[205,10,0,true,false,false],[210,6,0,false,false,false],[215,39,0,true,true,false],[219,6,0,false,false,false],[222,43,0,true,true,false],[223,25,0,true,true,false],[223,38,0,true,false,false],[224,6,0,false,false,false],[227,48,0,true,true,false],[229,6,0,false,false,false],[236,50,0,true,true,false],[238,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":81,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ProcessKiller.swift","mcdc_records":[],"segments":[[5,38,0,true,true,false],[10,12,0,true,true,false],[11,27,0,true,true,false],[14,16,0,true,true,false],[14,43,0,true,false,false],[14,44,0,true,true,false],[16,14,0,true,false,false],[16,20,0,true,true,false],[18,14,0,true,false,false],[19,17,0,true,true,false],[21,10,0,true,true,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":18,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift","mcdc_records":[],"segments":[[8,20,0,true,true,false],[8,22,0,false,false,false],[17,137,0,true,true,false],[19,40,0,true,true,false],[19,60,0,true,false,false],[19,66,0,true,true,false],[21,10,0,true,true,false],[24,75,0,true,true,false],[26,68,0,true,true,false],[28,10,0,true,true,false],[30,68,0,true,true,false],[32,10,0,true,true,false],[35,12,0,true,true,false],[35,41,0,true,false,false],[35,42,0,true,true,false],[37,10,0,true,true,false],[39,131,0,true,false,false],[40,6,0,false,false,false],[49,142,0,true,true,false],[50,38,0,true,true,false],[52,10,0,true,true,false],[55,92,0,true,true,false],[56,88,0,true,true,false],[58,10,0,true,true,false],[61,12,0,true,true,false],[62,49,0,true,true,false],[63,10,0,true,false,false],[63,17,0,true,true,false],[65,10,0,true,true,false],[68,12,0,true,true,false],[68,41,0,true,false,false],[68,42,0,true,true,false],[70,10,0,true,true,false],[72,116,0,true,false,false],[73,6,0,false,false,false],[77,148,0,true,true,false],[80,12,0,true,true,false],[81,94,0,true,true,false],[82,10,0,true,false,false],[82,17,0,true,true,false],[84,10,0,true,true,false],[86,42,0,true,true,false],[88,10,0,true,true,false],[91,82,0,true,true,false],[91,96,0,true,false,false],[92,9,0,true,true,false],[93,13,0,true,true,false],[93,51,0,true,false,false],[94,9,0,true,true,false],[95,13,0,true,true,false],[95,50,0,true,false,false],[96,10,0,true,true,false],[100,38,0,true,true,false],[100,54,0,true,false,false],[100,55,0,true,true,false],[102,10,0,true,false,false],[102,16,0,true,true,false],[104,10,0,true,false,false],[112,16,0,true,true,false],[114,10,0,true,true,false],[116,22,0,true,false,false],[117,6,0,false,false,false],[132,7,0,true,true,false],[136,51,0,true,true,false],[136,57,0,true,false,false],[138,12,0,true,true,false],[138,46,0,true,false,false],[138,47,0,true,true,false],[140,19,0,true,true,false],[140,53,0,true,false,false],[140,54,0,true,true,false],[143,14,0,true,true,false],[144,10,0,true,false,false],[147,57,0,true,true,false],[147,87,0,true,false,false],[147,90,0,true,true,false],[147,107,0,true,false,false],[162,6,0,false,false,false],[166,50,0,true,true,false],[169,41,0,true,true,false],[171,133,0,true,true,false],[173,14,0,true,false,false],[173,20,0,true,true,false],[175,14,0,true,false,false],[178,16,0,true,true,false],[185,18,0,true,true,false],[191,18,0,true,false,false],[192,21,0,true,true,false],[195,14,0,true,false,false],[197,6,0,false,false,false],[201,47,0,true,true,false],[203,33,0,true,true,false],[203,54,0,true,false,false],[208,6,0,false,false,false],[215,79,0,true,true,false],[217,12,0,true,true,false],[218,94,0,true,true,false],[219,10,0,true,false,false],[219,17,0,true,true,false],[221,10,0,true,true,false],[222,49,0,true,false,false],[223,6,0,false,false,false],[240,35,0,true,true,false],[241,16,0,true,true,false],[241,20,0,true,false,false],[242,9,0,true,true,false],[243,38,0,true,false,false],[244,9,0,true,true,false],[245,40,0,true,false,false],[246,9,0,true,true,false],[247,39,0,true,false,false],[248,9,0,true,true,false],[249,42,0,true,false,false],[250,9,0,true,true,false],[251,38,0,true,false,false],[252,10,0,true,true,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":218,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":0,"notcovered":75,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift","mcdc_records":[],"segments":[[10,42,0,true,true,false],[10,46,0,false,false,false],[12,27,0,true,true,false],[12,93,0,false,false,false],[13,30,0,true,true,false],[13,99,0,false,false,false],[15,20,0,true,true,false],[15,22,0,false,false,false],[18,63,0,true,true,false],[19,105,0,true,true,false],[22,10,0,true,true,false],[24,58,0,true,true,false],[27,10,0,true,true,false],[40,12,0,true,true,false],[41,84,0,true,true,false],[42,57,0,true,true,false],[44,81,0,true,true,false],[44,92,0,true,false,false],[44,97,0,true,true,false],[44,109,0,true,false,false],[48,59,0,true,true,false],[48,76,0,true,false,false],[56,58,0,true,true,false],[56,60,0,true,false,false],[62,17,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[71,67,0,true,true,false],[74,51,0,true,true,false],[76,10,0,true,true,false],[79,75,0,true,true,false],[81,68,0,true,true,false],[83,10,0,true,true,false],[85,68,0,true,true,false],[87,10,0,true,true,false],[97,12,0,true,true,false],[98,82,0,true,true,false],[99,10,0,true,false,false],[99,17,0,true,true,false],[101,10,0,true,true,false],[104,44,0,true,true,false],[104,64,0,true,false,false],[116,67,0,true,true,false],[119,61,0,true,true,false],[120,34,0,true,true,false],[121,35,0,true,true,false],[123,22,0,true,false,false],[124,18,0,true,true,false],[126,45,0,true,true,false],[127,37,0,true,true,false],[129,22,0,true,false,false],[130,18,0,true,true,false],[131,14,0,true,false,false],[135,10,0,true,true,false],[143,25,0,true,false,false],[144,6,0,false,false,false],[147,104,0,true,true,false],[150,12,0,true,true,false],[151,87,0,true,true,false],[155,18,0,true,true,false],[157,14,0,true,true,false],[161,16,0,true,true,false],[162,98,0,true,true,false],[163,14,0,true,false,false],[163,21,0,true,true,false],[166,14,0,true,true,false],[172,14,0,true,false,false],[173,17,0,true,true,false],[176,10,0,true,false,false],[177,6,0,false,false,false],[180,63,0,true,true,false],[183,44,0,true,true,false],[183,48,0,true,false,false],[189,9,0,true,true,false],[191,44,0,true,true,false],[191,75,0,true,false,false],[195,10,0,true,true,false],[199,63,0,true,true,false],[202,57,0,true,true,false],[202,88,0,true,false,false],[207,6,0,false,false,false],[213,78,0,true,true,false],[215,55,0,true,true,false],[216,57,0,true,true,false],[216,61,0,true,false,false],[219,35,0,true,true,false],[221,47,0,true,true,false],[221,77,0,true,false,false],[222,46,0,true,true,false],[222,77,0,true,false,false],[226,10,0,true,true,false],[229,44,0,true,true,false],[231,17,0,true,true,false],[231,81,0,true,false,false],[232,17,0,true,true,false],[232,40,0,true,true,false],[232,80,0,true,false,false],[236,46,0,true,true,false],[236,76,0,true,false,false],[237,44,0,true,true,false],[237,75,0,true,false,false],[242,6,0,false,false,false],[245,28,0,true,true,false],[248,6,0,false,false,false],[257,35,0,true,true,false],[258,16,0,true,true,false],[258,20,0,true,false,false],[259,9,0,true,true,false],[260,38,0,true,false,false],[261,9,0,true,true,false],[262,40,0,true,false,false],[263,9,0,true,true,false],[264,38,0,true,false,false],[265,10,0,true,true,false],[266,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":285,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":0,"notcovered":76,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift","mcdc_records":[],"segments":[[10,29,0,true,true,false],[10,32,0,false,false,false],[14,18,0,true,true,false],[14,24,0,false,false,false],[20,32,0,true,true,false],[23,10,0,false,false,false],[25,27,0,true,true,false],[27,10,0,false,false,false],[29,29,0,true,true,false],[31,10,0,false,false,false],[33,29,0,true,true,false],[35,16,0,true,true,false],[35,27,0,true,false,false],[35,28,0,true,true,false],[37,14,0,true,false,false],[37,23,0,true,true,false],[37,35,0,true,false,false],[37,36,0,true,true,false],[39,14,0,true,false,false],[39,20,0,true,true,false],[41,14,0,true,false,false],[42,10,0,false,false,false],[46,59,0,true,true,false],[46,61,0,false,false,false],[49,56,0,true,true,false],[49,62,0,false,false,false],[52,40,0,true,true,false],[52,44,0,false,false,false],[55,44,0,true,true,false],[55,45,0,false,false,false],[59,54,0,true,true,false],[59,56,0,false,false,false],[61,50,0,true,true,false],[61,55,0,false,false,false],[64,29,0,true,true,false],[64,58,0,false,false,false],[67,69,0,true,true,false],[70,6,0,false,false,false],[72,35,0,true,true,false],[74,72,0,true,true,false],[75,33,0,true,true,false],[75,43,0,true,true,false],[79,18,0,true,true,false],[80,71,0,true,true,false],[80,81,0,true,true,false],[82,14,0,true,false,false],[86,76,0,true,true,false],[87,33,0,true,true,false],[87,43,0,true,true,false],[90,18,0,true,true,false],[91,52,0,true,true,false],[91,62,0,true,true,false],[93,14,0,true,false,false],[95,6,0,false,false,false],[98,128,0,true,true,false],[100,10,0,false,false,false],[103,56,0,true,true,false],[116,59,0,true,true,false],[118,17,0,true,true,false],[118,46,0,true,false,false],[119,17,0,true,true,false],[119,44,0,true,false,false],[120,17,0,true,true,false],[120,78,0,true,false,false],[121,12,0,true,true,false],[125,10,0,true,true,false],[133,12,0,true,true,false],[133,36,0,true,false,false],[133,37,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[140,107,0,true,true,false],[145,12,0,true,true,false],[145,37,0,true,false,false],[145,59,0,true,true,false],[149,10,0,true,true,false],[152,38,0,true,true,false],[155,10,0,true,true,false],[157,12,0,true,true,false],[157,37,0,true,false,false],[161,9,0,true,true,false],[166,16,0,true,true,false],[166,40,0,true,false,false],[166,41,0,true,true,false],[171,65,0,true,true,false],[174,18,0,true,true,false],[175,50,0,true,true,false],[175,63,0,true,false,false],[180,20,0,true,true,false],[180,45,0,true,false,false],[180,46,0,true,true,false],[182,18,0,true,false,false],[182,27,0,true,true,false],[182,43,0,true,false,false],[182,44,0,true,true,false],[184,18,0,true,false,false],[184,27,0,true,true,false],[184,48,0,true,true,false],[184,78,0,true,false,false],[184,80,0,true,true,false],[186,18,0,true,false,false],[186,24,0,true,true,false],[188,18,0,true,false,false],[195,79,0,true,true,false],[195,84,0,true,false,false],[195,87,0,true,true,false],[195,91,0,true,false,false],[200,16,0,true,true,false],[207,10,0,true,false,false],[209,6,0,false,false,false],[212,24,0,true,true,false],[214,6,0,false,false,false],[217,28,0,true,true,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":208,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":0,"notcovered":68,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift","mcdc_records":[],"segments":[[20,55,0,true,true,false],[20,58,0,false,false,false],[23,55,0,true,true,false],[23,59,0,false,false,false],[26,38,0,true,true,false],[26,39,0,false,false,false],[29,57,0,true,true,false],[29,61,0,false,false,false],[40,50,0,true,true,false],[40,52,0,false,false,false],[49,65,0,true,true,false],[49,67,0,false,false,false],[57,63,0,true,true,false],[61,48,0,true,true,false],[63,16,0,true,true,false],[63,56,0,true,false,false],[63,57,0,true,true,false],[68,14,0,true,false,false],[68,20,0,true,true,false],[73,14,0,true,true,false],[74,10,0,true,true,false],[77,44,0,true,true,false],[79,16,0,true,true,false],[79,59,0,true,false,false],[79,60,0,true,true,false],[85,14,0,true,true,false],[86,10,0,true,true,false],[90,12,0,true,true,false],[90,48,0,true,false,false],[90,49,0,true,true,false],[98,10,0,true,true,false],[101,21,0,true,false,false],[102,6,0,false,false,false],[108,64,0,true,true,false],[117,12,0,true,true,false],[117,22,0,true,false,false],[117,23,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[124,41,0,true,true,false],[132,44,0,true,true,false],[134,16,0,true,true,false],[134,38,0,true,false,false],[134,39,0,true,true,false],[141,20,0,true,true,false],[141,56,0,true,false,false],[141,57,0,true,true,false],[146,18,0,true,false,false],[149,6,0,false,false,false],[152,38,0,true,true,false],[155,50,0,true,true,false],[157,10,0,true,false,false],[160,44,0,true,true,false],[162,67,0,true,true,false],[162,100,0,true,false,false],[162,103,0,true,true,false],[162,106,0,true,false,false],[163,16,0,true,true,false],[165,10,0,true,false,false],[168,48,0,true,true,false],[171,53,0,true,true,false],[171,88,0,true,false,false],[171,91,0,true,true,false],[171,94,0,true,false,false],[172,16,0,true,true,false],[174,10,0,true,false,false],[183,6,0,false,false,false],[187,75,0,true,true,false],[189,38,0,true,true,false],[189,63,0,true,false,false],[190,6,0,false,false,false],[192,38,0,true,true,false],[194,33,0,true,true,false],[194,58,0,true,false,false],[195,34,0,true,true,false],[195,59,0,true,false,false],[196,6,0,false,false,false],[204,26,0,true,true,false],[205,34,0,true,true,false],[205,49,0,true,true,false],[206,25,0,true,false,false],[207,10,0,false,false,false],[209,29,0,true,true,false],[210,48,0,true,true,false],[210,65,0,true,true,false],[211,23,0,true,false,false],[212,10,0,false,false,false],[222,33,0,true,true,false],[224,16,0,true,true,false],[224,27,0,true,false,false],[224,28,0,true,true,false],[226,14,0,true,false,false],[229,49,0,true,true,false],[231,14,0,true,false,false],[232,47,0,true,true,false],[234,14,0,true,false,false],[236,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":56,"covered":0,"notcovered":56,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift","mcdc_records":[],"segments":[[5,51,0,true,true,false],[7,6,0,false,false,false],[10,49,0,true,true,false],[12,6,0,false,false,false],[14,78,0,true,true,false],[15,66,0,true,true,false],[15,85,0,true,true,false],[21,12,0,true,true,false],[21,85,0,true,false,false],[21,86,0,true,true,false],[26,13,0,true,true,false],[30,61,0,true,true,false],[30,89,0,true,false,false],[31,17,0,true,true,false],[33,18,0,true,false,false],[35,62,0,true,true,false],[35,91,0,true,false,false],[36,17,0,true,true,false],[38,18,0,true,false,false],[40,20,0,true,true,false],[42,14,0,true,false,false],[45,6,0,false,false,false],[49,47,0,true,true,false],[68,6,0,false,false,false],[70,60,0,true,true,false],[71,58,0,true,true,false],[71,73,0,true,false,false],[72,6,0,false,false,false],[74,51,0,true,true,false],[100,6,0,false,false,false],[102,49,0,true,true,false],[144,6,0,false,false,false],[152,50,0,true,true,false],[202,6,0,false,false,false],[204,48,0,true,true,false],[224,6,0,false,false,false],[232,48,0,true,true,false],[253,6,0,false,false,false],[256,85,0,true,true,false],[257,16,0,true,true,false],[257,26,0,true,false,false],[258,9,0,true,true,false],[280,14,0,true,false,false],[281,9,0,true,true,false],[303,14,0,true,false,false],[304,10,0,true,true,false],[305,6,0,false,false,false],[310,80,0,true,true,false],[311,16,0,true,true,false],[311,20,0,true,false,false],[312,9,0,true,true,false],[327,14,0,true,false,false],[328,9,0,true,true,false],[343,14,0,true,false,false],[344,10,0,true,true,false],[345,6,0,false,false,false],[347,47,0,true,true,false],[433,6,0,false,false,false],[435,48,0,true,true,false],[468,6,0,false,false,false],[470,45,0,true,true,false],[508,6,0,false,false,false],[510,45,0,true,true,false],[550,6,0,false,false,false],[552,45,0,true,true,false],[565,6,0,false,false,false],[567,53,0,true,true,false],[580,6,0,false,false,false],[582,45,0,true,true,false],[595,6,0,false,false,false],[597,43,0,true,true,false],[610,6,0,false,false,false],[614,45,0,true,true,false],[653,6,0,false,false,false],[657,45,0,true,true,false],[680,6,0,false,false,false],[683,51,0,true,true,false],[807,6,0,false,false,false],[811,42,0,true,true,false],[831,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":781,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift","mcdc_records":[],"segments":[[19,7,0,true,true,false],[25,35,0,true,true,false],[25,98,0,true,false,false],[31,6,0,false,false,false],[33,48,0,true,true,false],[34,65,0,true,true,false],[36,10,0,true,true,false],[38,12,0,true,true,false],[39,53,0,true,true,false],[40,84,0,true,true,false],[42,25,0,true,true,false],[42,75,0,true,false,false],[43,22,0,true,true,false],[43,62,0,true,false,false],[48,72,0,true,true,false],[48,98,0,true,false,false],[48,100,0,true,true,false],[50,14,0,true,true,false],[52,28,0,true,false,false],[53,17,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[60,66,0,true,true,false],[62,90,0,true,true,false],[63,51,0,true,true,false],[64,54,0,true,true,false],[65,6,0,false,false,false],[71,79,0,true,true,false],[73,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift","mcdc_records":[],"segments":[[9,24,0,true,true,false],[13,39,0,true,true,false],[13,76,0,true,false,false],[14,39,0,true,true,false],[14,67,0,true,false,false],[20,8,0,true,true,false],[20,33,0,true,false,false],[21,62,0,true,true,false],[23,9,0,true,false,false],[24,5,0,true,true,false],[26,49,0,true,true,false],[34,10,0,true,false,false],[38,12,0,true,true,false],[39,68,0,true,true,false],[40,10,0,true,false,false],[40,17,0,true,true,false],[43,10,0,true,true,false],[44,12,0,true,true,false],[45,77,0,true,true,false],[46,10,0,true,false,false],[46,17,0,true,true,false],[49,10,0,true,true,false],[50,6,0,true,true,false],[60,8,0,true,true,false],[60,49,0,true,false,false],[60,50,0,true,true,false],[64,11,0,true,true,false],[66,39,0,true,true,false],[66,89,0,true,false,false],[77,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":84,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift","mcdc_records":[],"segments":[[8,68,0,true,true,false],[9,33,0,true,true,false],[9,84,0,true,false,false],[10,2,0,false,false,false],[12,106,0,true,true,false],[13,62,0,true,true,false],[13,76,0,true,true,false],[14,91,0,true,false,false],[15,2,0,false,false,false],[17,71,0,true,true,false],[21,59,0,true,true,false],[21,83,0,true,false,false],[21,84,0,true,true,false],[22,12,0,true,true,false],[22,54,0,true,false,false],[22,55,0,true,true,false],[24,16,0,true,true,false],[24,32,0,true,false,false],[24,33,0,true,true,false],[26,14,0,true,true,false],[27,10,0,true,true,false],[31,9,0,true,true,false],[32,16,0,true,true,false],[32,28,0,true,false,false],[32,29,0,true,true,false],[35,14,0,true,true,false],[36,16,0,true,true,false],[36,40,0,true,false,false],[36,41,0,true,true,false],[38,14,0,true,true,false],[39,10,0,true,true,false],[40,6,0,true,true,false],[42,92,0,true,true,false],[44,6,0,true,true,false],[46,15,0,true,false,false],[47,2,0,false,false,false],[49,62,0,true,true,false],[52,69,0,true,true,false],[52,111,0,true,false,false],[52,112,0,true,true,false],[53,12,0,true,true,false],[53,67,0,true,false,false],[53,68,0,true,true,false],[55,10,0,true,true,false],[56,6,0,true,true,false],[58,55,0,true,true,false],[58,74,0,true,false,false],[58,75,0,true,true,false],[59,12,0,true,true,false],[59,79,0,true,false,false],[59,80,0,true,true,false],[61,10,0,true,true,false],[62,6,0,true,true,false],[64,15,0,true,false,false],[65,2,0,false,false,false],[67,100,0,true,true,false],[68,53,0,true,true,false],[68,78,0,true,false,false],[68,79,0,true,true,false],[70,12,0,true,true,false],[70,37,0,true,false,false],[70,38,0,true,true,false],[72,10,0,true,true,false],[73,6,0,true,true,false],[74,15,0,true,false,false],[75,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":69,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift","mcdc_records":[],"segments":[[9,66,0,true,true,false],[10,12,0,true,true,false],[10,18,0,true,false,false],[11,5,0,true,true,false],[12,68,0,true,false,false],[13,5,0,true,true,false],[14,62,0,true,false,false],[15,6,0,true,true,false],[16,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":8,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift","mcdc_records":[],"segments":[[9,38,0,true,true,false],[11,48,0,true,true,false],[14,6,0,true,true,false],[16,42,0,true,true,false],[17,29,0,true,true,false],[17,39,0,true,true,false],[20,28,0,true,true,false],[21,37,0,true,true,false],[21,47,0,true,true,false],[22,37,0,true,true,false],[24,18,0,true,false,false],[26,26,0,true,true,false],[27,37,0,true,true,false],[27,47,0,true,true,false],[28,37,0,true,true,false],[30,18,0,true,false,false],[32,31,0,true,true,false],[33,37,0,true,true,false],[33,47,0,true,true,false],[34,37,0,true,true,false],[36,18,0,true,false,false],[38,25,0,true,true,false],[41,37,0,true,true,false],[47,18,0,true,false,false],[49,30,0,true,true,false],[52,37,0,true,true,false],[58,18,0,true,false,false],[60,29,0,true,true,false],[63,37,0,true,true,false],[69,18,0,true,false,false],[71,33,0,true,true,false],[73,37,0,true,true,false],[79,18,0,true,false,false],[81,30,0,true,true,false],[83,37,0,true,true,false],[89,18,0,true,false,false],[91,33,0,true,true,false],[93,37,0,true,true,false],[103,18,0,true,false,false],[107,2,0,false,false,false],[110,53,0,true,true,false],[118,2,0,false,false,false],[122,46,0,true,true,false],[125,62,0,true,true,false],[128,72,0,true,true,false],[130,10,0,true,false,false],[142,2,0,false,false,false],[144,61,0,true,true,false],[145,56,0,true,true,false],[145,70,0,true,true,false],[148,30,0,true,true,false],[148,33,0,true,false,false],[148,36,0,true,true,false],[148,43,0,true,false,false],[149,2,0,false,false,false],[153,38,0,true,true,false],[155,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":369,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift","mcdc_records":[],"segments":[[8,41,0,true,true,false],[9,8,0,true,true,false],[9,31,0,true,false,false],[9,32,0,true,true,false],[11,6,0,true,false,false],[13,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift","mcdc_records":[],"segments":[[18,96,0,true,true,false],[28,8,0,true,true,false],[28,26,0,true,false,false],[28,27,0,true,true,false],[29,46,0,true,true,false],[29,52,0,true,false,false],[37,31,0,true,true,false],[37,81,0,true,false,false],[43,7,0,true,true,false],[47,6,0,true,false,false],[47,15,0,true,true,false],[47,50,0,true,false,false],[47,51,0,true,true,false],[49,6,0,true,false,false],[57,8,0,true,true,false],[57,16,0,true,false,false],[57,17,0,true,true,false],[61,35,0,true,true,false],[61,85,0,true,false,false],[65,11,0,true,true,false],[67,10,0,true,false,false],[71,2,0,false,false,false],[76,94,0,true,true,false],[79,10,0,true,true,false],[81,6,0,true,true,false],[88,45,0,true,true,false],[88,96,0,true,false,false],[92,50,0,true,true,false],[94,12,0,true,true,false],[94,48,0,true,false,false],[94,49,0,true,true,false],[96,10,0,true,false,false],[97,6,0,true,true,false],[99,21,0,true,false,false],[100,2,0,false,false,false],[103,33,0,true,true,false],[107,2,0,false,false,false],[110,27,0,true,true,false],[111,84,0,true,true,false],[113,6,0,true,false,false],[116,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":95,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift","mcdc_records":[],"segments":[[13,22,0,true,true,false],[16,8,0,true,true,false],[16,82,0,true,false,false],[16,83,0,true,true,false],[17,58,0,true,true,false],[17,104,0,true,false,false],[17,106,0,true,true,false],[18,16,0,true,true,false],[18,49,0,true,false,false],[18,50,0,true,true,false],[21,14,0,true,false,false],[25,2,0,false,false,false],[27,37,0,true,true,false],[29,2,0,false,false,false],[31,35,0,true,true,false],[32,47,0,true,true,false],[32,65,0,true,true,false],[32,88,0,true,false,false],[33,8,0,true,true,false],[33,19,0,true,false,false],[33,20,0,true,true,false],[35,6,0,true,false,false],[36,2,0,false,false,false],[38,47,0,true,true,false],[39,40,0,true,true,false],[39,75,0,true,false,false],[39,78,0,true,true,false],[39,85,0,true,false,false],[45,8,0,true,true,false],[45,35,0,true,false,false],[45,36,0,true,true,false],[47,6,0,true,true,false],[55,2,0,false,false,false],[60,78,0,true,true,false],[67,8,0,true,true,false],[67,31,0,true,false,false],[67,32,0,true,true,false],[69,6,0,true,false,false],[73,8,0,true,true,false],[73,41,0,true,true,false],[73,52,0,true,false,false],[73,80,0,true,true,false],[75,6,0,true,false,false],[77,8,0,true,true,false],[84,94,0,true,true,false],[84,132,0,true,false,false],[91,10,0,true,true,false],[95,71,0,true,true,false],[96,58,0,true,true,false],[100,29,0,true,true,false],[103,10,0,true,false,false],[105,12,0,true,true,false],[105,23,0,true,false,false],[105,24,0,true,true,false],[107,10,0,true,false,false],[110,13,0,true,true,false],[118,9,0,true,true,false],[120,10,0,true,false,false],[120,16,0,true,true,false],[122,10,0,true,false,false],[125,117,0,true,true,false],[125,122,0,true,false,false],[125,125,0,true,true,false],[125,130,0,true,false,false],[128,29,0,true,true,false],[130,10,0,true,false,false],[134,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[11,2,0,false,false,false],[14,64,0,true,true,false],[19,2,0,false,false,false],[22,56,0,true,true,false],[24,75,0,true,true,false],[24,90,0,true,false,false],[25,87,0,true,true,false],[25,92,0,true,false,false],[26,50,0,true,true,false],[26,65,0,true,false,false],[26,70,0,true,true,false],[26,82,0,true,false,false],[28,33,0,true,true,false],[30,56,0,true,true,false],[42,74,0,true,true,false],[45,14,0,true,true,false],[47,20,0,true,true,false],[47,26,0,true,false,false],[48,13,0,true,true,false],[50,58,0,true,false,false],[51,13,0,true,true,false],[53,23,0,true,false,false],[54,14,0,true,true,false],[55,10,0,true,true,false],[56,6,0,true,true,false],[58,50,0,true,true,false],[58,60,0,true,true,false],[60,54,0,true,true,false],[60,69,0,true,false,false],[60,71,0,true,true,false],[63,69,0,true,true,false],[65,10,0,true,false,false],[65,19,0,true,true,false],[65,65,0,true,false,false],[65,66,0,true,true,false],[67,10,0,true,false,false],[68,12,0,true,true,false],[72,12,0,true,true,false],[72,54,0,true,false,false],[72,55,0,true,true,false],[73,64,0,true,true,false],[75,14,0,true,false,false],[75,20,0,true,true,false],[77,14,0,true,false,false],[84,100,0,true,true,false],[84,143,0,true,false,false],[87,8,0,true,true,false],[87,48,0,true,false,false],[87,61,0,true,true,false],[90,6,0,true,true,false],[97,8,0,true,true,false],[97,17,0,true,false,false],[97,65,0,true,true,false],[97,80,0,true,false,false],[97,82,0,true,true,false],[99,6,0,true,false,false],[100,2,0,false,false,false],[103,56,0,true,true,false],[104,8,0,true,true,false],[104,28,0,true,false,false],[104,75,0,true,true,false],[116,70,0,true,true,false],[119,10,0,true,true,false],[121,16,0,true,true,false],[121,22,0,true,false,false],[122,9,0,true,true,false],[124,54,0,true,false,false],[125,9,0,true,true,false],[127,19,0,true,false,false],[128,10,0,true,true,false],[129,6,0,true,true,false],[131,54,0,true,true,false],[131,80,0,true,false,false],[131,82,0,true,true,false],[137,6,0,true,false,false],[137,12,0,true,true,false],[139,6,0,true,false,false],[143,2,0,false,false,false],[146,39,0,true,true,false],[147,31,0,true,true,false],[147,46,0,true,false,false],[151,2,0,false,false,false],[154,45,0,true,true,false],[159,31,0,true,true,false],[161,6,0,true,false,false],[166,27,0,true,true,false],[168,6,0,true,false,false],[172,8,0,true,true,false],[173,58,0,true,true,false],[174,6,0,true,false,false],[174,13,0,true,true,false],[176,6,0,true,true,false],[182,2,0,false,false,false],[185,40,0,true,true,false],[186,30,0,true,true,false],[186,40,0,true,true,false],[191,17,0,true,true,false],[191,34,0,true,true,false],[191,45,0,true,false,false],[191,49,0,true,true,false],[191,58,0,true,false,false],[193,39,0,true,true,false],[193,49,0,true,true,false],[196,50,0,true,true,false],[196,92,0,true,false,false],[197,8,0,true,true,false],[197,46,0,true,false,false],[197,47,0,true,true,false],[200,6,0,true,true,false],[228,2,0,false,false,false],[231,61,0,true,true,false],[232,57,0,true,true,false],[232,72,0,true,false,false],[232,79,0,true,true,false],[235,78,0,true,true,false],[235,93,0,true,false,false],[235,95,0,true,true,false],[239,83,0,true,true,false],[240,62,0,true,true,false],[240,85,0,true,false,false],[240,96,0,true,true,false],[240,104,0,true,false,false],[249,6,0,true,true,false],[257,5,0,true,true,false],[258,54,0,true,true,false],[258,77,0,true,false,false],[258,88,0,true,true,false],[258,96,0,true,false,false],[265,8,0,true,true,false],[265,48,0,true,false,false],[265,49,0,true,true,false],[268,6,0,true,true,false],[272,2,0,false,false,false],[275,67,0,true,true,false],[276,57,0,true,true,false],[276,72,0,true,false,false],[276,79,0,true,true,false],[279,78,0,true,true,false],[279,93,0,true,false,false],[279,95,0,true,true,false],[286,10,0,true,false,false],[288,6,0,true,true,false],[295,2,0,false,false,false],[298,69,0,true,true,false],[299,57,0,true,true,false],[299,72,0,true,false,false],[299,79,0,true,true,false],[302,78,0,true,true,false],[302,93,0,true,false,false],[302,95,0,true,true,false],[309,10,0,true,false,false],[311,6,0,true,true,false],[318,2,0,false,false,false],[321,68,0,true,true,false],[322,57,0,true,true,false],[322,72,0,true,false,false],[322,79,0,true,true,false],[325,78,0,true,true,false],[325,93,0,true,false,false],[325,95,0,true,true,false],[332,10,0,true,false,false],[334,6,0,true,true,false],[341,2,0,false,false,false],[344,81,0,true,true,false],[345,57,0,true,true,false],[345,72,0,true,false,false],[345,79,0,true,true,false],[348,78,0,true,true,false],[348,93,0,true,false,false],[348,95,0,true,true,false],[356,10,0,true,false,false],[358,6,0,true,true,false],[366,2,0,false,false,false],[369,67,0,true,true,false],[370,57,0,true,true,false],[370,72,0,true,false,false],[370,79,0,true,true,false],[373,78,0,true,true,false],[373,93,0,true,false,false],[373,95,0,true,true,false],[381,10,0,true,false,false],[383,6,0,true,true,false],[391,2,0,false,false,false],[394,73,0,true,true,false],[395,57,0,true,true,false],[395,72,0,true,false,false],[395,79,0,true,true,false],[398,78,0,true,true,false],[398,93,0,true,false,false],[398,95,0,true,true,false],[405,10,0,true,false,false],[407,6,0,true,true,false],[415,2,0,false,false,false],[418,89,0,true,true,false],[419,57,0,true,true,false],[419,72,0,true,false,false],[419,79,0,true,true,false],[422,78,0,true,true,false],[422,93,0,true,false,false],[422,95,0,true,true,false],[429,10,0,true,false,false],[431,6,0,true,true,false],[439,2,0,false,false,false],[442,73,0,true,true,false],[443,57,0,true,true,false],[443,72,0,true,false,false],[443,79,0,true,true,false],[446,78,0,true,true,false],[446,93,0,true,false,false],[446,95,0,true,true,false],[453,10,0,true,false,false],[455,6,0,true,true,false],[463,2,0,false,false,false],[466,69,0,true,true,false],[467,57,0,true,true,false],[467,72,0,true,false,false],[467,79,0,true,true,false],[470,78,0,true,true,false],[470,93,0,true,false,false],[470,95,0,true,true,false],[477,10,0,true,false,false],[479,6,0,true,true,false],[487,2,0,false,false,false],[490,71,0,true,true,false],[491,57,0,true,true,false],[491,72,0,true,false,false],[491,79,0,true,true,false],[494,78,0,true,true,false],[494,93,0,true,false,false],[494,95,0,true,true,false],[503,10,0,true,false,false],[505,6,0,true,true,false],[516,2,0,false,false,false],[519,66,0,true,true,false],[520,50,0,true,true,false],[520,61,0,true,false,false],[523,36,0,true,true,false],[525,6,0,true,true,false],[526,2,0,false,false,false],[529,63,0,true,true,false],[531,2,0,false,false,false],[534,46,0,true,true,false],[538,42,0,true,true,false],[539,12,0,true,true,false],[539,60,0,true,false,false],[539,61,0,true,true,false],[548,10,0,true,false,false],[549,6,0,true,true,false],[554,2,0,false,false,false],[558,81,0,true,true,false],[561,8,0,true,true,false],[561,22,0,true,false,false],[563,5,0,true,true,false],[575,70,0,true,true,false],[578,10,0,true,true,false],[580,16,0,true,true,false],[580,22,0,true,false,false],[581,9,0,true,true,false],[583,54,0,true,false,false],[584,9,0,true,true,false],[586,25,0,true,false,false],[587,10,0,true,true,false],[588,6,0,true,true,false],[591,55,0,true,true,false],[591,75,0,true,false,false],[592,42,0,true,true,false],[592,61,0,true,false,false],[594,34,0,true,true,false],[597,6,0,true,false,false],[597,12,0,true,true,false],[600,6,0,true,false,false],[604,8,0,true,true,false],[604,15,0,true,false,false],[604,16,0,true,true,false],[606,6,0,true,false,false],[606,12,0,true,true,false],[609,67,0,true,true,false],[611,10,0,true,false,false],[611,16,0,true,true,false],[612,35,0,true,true,false],[612,55,0,true,false,false],[618,2,0,false,false,false],[621,56,0,true,true,false],[622,51,0,true,true,false],[622,66,0,true,false,false],[622,73,0,true,true,false],[622,83,0,true,true,false],[624,8,0,true,true,false],[624,17,0,true,false,false],[626,5,0,true,true,false],[638,70,0,true,true,false],[641,10,0,true,true,false],[643,16,0,true,true,false],[643,22,0,true,false,false],[644,9,0,true,true,false],[646,54,0,true,false,false],[647,9,0,true,true,false],[649,19,0,true,false,false],[650,10,0,true,true,false],[651,6,0,true,true,false],[653,50,0,true,true,false],[653,65,0,true,false,false],[653,67,0,true,true,false],[655,6,0,true,false,false],[657,2,0,false,false,false],[660,39,0,true,true,false],[663,27,0,true,true,false],[663,42,0,true,false,false],[667,2,0,false,false,false],[670,34,0,true,true,false],[676,2,0,false,false,false],[679,66,0,true,true,false],[680,48,0,true,true,false],[682,6,0,true,false,false],[682,8,0,true,true,false],[692,6,0,true,false,false],[692,12,0,true,true,false],[694,6,0,true,false,false],[695,2,0,false,false,false],[698,59,0,true,true,false],[699,23,0,true,true,false],[699,81,0,true,false,false],[700,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":695,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":199,"covered":0,"notcovered":199,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift","mcdc_records":[],"segments":[[14,26,0,true,true,false],[15,20,0,true,true,false],[15,24,0,true,false,false],[16,13,0,true,true,false],[16,62,0,true,false,false],[17,13,0,true,true,false],[17,58,0,true,false,false],[18,14,0,true,true,false],[19,10,0,false,false,false],[25,29,0,true,true,false],[25,44,0,false,false,false],[42,45,0,true,true,false],[42,47,0,false,false,false],[43,37,0,true,true,false],[43,39,0,false,false,false],[44,36,0,true,true,false],[44,72,0,false,false,false],[48,34,0,true,true,false],[48,57,0,false,false,false],[51,43,0,true,true,false],[51,48,0,false,false,false],[92,7,0,true,true,false],[97,6,0,false,false,false],[99,12,0,true,true,false],[101,46,0,true,true,false],[103,10,0,true,false,false],[104,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":27,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift","mcdc_records":[],"segments":[[7,45,0,true,true,false],[8,12,0,true,true,false],[8,42,0,true,false,false],[8,43,0,true,true,false],[11,10,0,true,true,false],[24,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":18,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift","mcdc_records":[],"segments":[[17,7,0,true,true,false],[18,14,0,true,true,false],[24,16,0,true,true,false],[24,34,0,true,false,false],[24,35,0,true,true,false],[27,14,0,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":24,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift","mcdc_records":[],"segments":[[27,16,0,true,true,false],[29,103,0,true,true,false],[29,112,0,true,false,false],[29,115,0,true,true,false],[29,125,0,true,false,false],[30,10,0,false,false,false],[35,16,0,true,true,false],[38,10,0,false,false,false],[43,20,0,true,true,false],[46,6,0,false,false,false],[62,73,0,true,true,false],[64,45,0,true,true,false],[66,10,0,true,true,false],[72,73,0,true,true,false],[74,10,0,true,true,false],[80,31,0,true,true,false],[80,43,0,true,false,false],[80,49,0,true,true,false],[82,10,0,true,true,false],[85,12,0,true,true,false],[85,33,0,true,false,false],[85,34,0,true,true,false],[87,10,0,true,true,false],[89,24,0,true,false,false],[90,6,0,false,false,false],[93,75,0,true,true,false],[98,31,0,true,true,false],[98,33,0,true,false,false],[101,103,0,true,true,false],[101,105,0,true,false,false],[105,12,0,true,true,false],[105,27,0,true,false,false],[105,28,0,true,true,false],[107,10,0,true,false,false],[111,12,0,true,true,false],[111,19,0,true,false,false],[111,20,0,true,true,false],[113,10,0,true,false,false],[113,16,0,true,true,false],[114,85,0,true,true,false],[114,100,0,true,false,false],[116,6,0,false,false,false],[119,46,0,true,true,false],[120,93,0,true,true,false],[120,95,0,true,false,false],[121,6,0,false,false,false],[126,55,0,true,true,false],[128,40,0,true,true,false],[128,53,0,true,false,false],[129,6,0,false,false,false],[132,55,0,true,true,false],[134,31,0,true,true,false],[134,44,0,true,false,false],[134,48,0,true,true,false],[134,60,0,true,false,false],[135,6,0,false,false,false],[138,61,0,true,true,false],[140,31,0,true,true,false],[140,42,0,true,false,false],[140,46,0,true,true,false],[140,57,0,true,false,false],[140,61,0,true,true,false],[140,73,0,true,false,false],[141,6,0,false,false,false],[144,60,0,true,true,false],[145,32,0,true,true,false],[145,51,0,true,false,false],[145,55,0,true,true,false],[145,80,0,true,false,false],[146,6,0,false,false,false],[149,36,0,true,true,false],[154,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":102,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift","mcdc_records":[],"segments":[[14,50,0,true,true,false],[21,6,0,false,false,false],[23,94,0,true,true,false],[30,6,0,false,false,false],[114,52,0,true,true,false],[114,55,0,false,false,false],[115,52,0,true,true,false],[115,56,0,false,false,false],[116,45,0,true,true,false],[116,48,0,false,false,false],[117,54,0,true,true,false],[117,58,0,false,false,false],[118,41,0,true,true,false],[118,43,0,false,false,false],[119,36,0,true,true,false],[119,37,0,false,false,false],[120,36,0,true,true,false],[120,37,0,false,false,false],[121,44,0,true,true,false],[121,45,0,false,false,false],[122,47,0,true,true,false],[122,50,0,false,false,false],[128,42,0,true,true,false],[128,43,0,false,false,false],[129,37,0,true,true,false],[129,38,0,false,false,false],[130,37,0,true,true,false],[130,38,0,false,false,false],[139,72,0,true,true,false],[139,74,0,false,false,false],[142,56,0,true,true,false],[142,60,0,false,false,false],[145,38,0,true,true,false],[145,39,0,false,false,false],[152,53,0,true,true,false],[155,6,0,false,false,false],[162,36,0,true,true,false],[166,44,0,true,true,false],[169,10,0,true,true,false],[172,92,0,true,true,false],[172,101,0,true,false,false],[175,45,0,true,true,false],[177,16,0,true,true,false],[177,53,0,true,false,false],[177,54,0,true,true,false],[182,14,0,true,true,false],[183,10,0,true,true,false],[188,12,0,true,true,false],[188,22,0,true,false,false],[188,23,0,true,true,false],[193,10,0,true,false,false],[193,16,0,true,true,false],[195,49,0,true,true,false],[197,20,0,true,true,false],[197,57,0,true,false,false],[197,58,0,true,true,false],[204,18,0,true,true,false],[205,14,0,true,true,false],[212,26,0,true,false,false],[214,6,0,false,false,false],[217,65,0,true,true,false],[219,52,0,true,true,false],[222,10,0,true,true,false],[226,12,0,true,true,false],[226,36,0,true,false,false],[226,37,0,true,true,false],[229,10,0,true,false,false],[231,51,0,true,true,false],[234,10,0,true,true,false],[238,55,0,true,true,false],[244,16,0,true,true,false],[244,25,0,true,false,false],[244,26,0,true,true,false],[246,14,0,true,true,false],[249,16,0,true,true,false],[249,50,0,true,false,false],[249,51,0,true,true,false],[251,14,0,true,false,false],[252,10,0,true,true,false],[254,12,0,true,true,false],[254,21,0,true,false,false],[254,22,0,true,true,false],[256,10,0,true,false,false],[256,16,0,true,true,false],[259,10,0,true,false,false],[262,6,0,false,false,false],[267,78,0,true,true,false],[270,6,0,false,false,false],[272,60,0,true,true,false],[278,47,0,true,true,false],[283,16,0,true,true,false],[283,55,0,true,false,false],[283,56,0,true,true,false],[289,14,0,true,false,false],[294,45,0,true,true,false],[297,10,0,true,false,false],[305,6,0,false,false,false],[307,52,0,true,true,false],[316,6,0,false,false,false],[318,37,0,true,true,false],[326,6,0,false,false,false],[328,37,0,true,true,false],[333,6,0,false,false,false],[344,58,0,true,true,false],[348,41,0,true,true,false],[348,105,0,true,false,false],[351,20,0,true,true,false],[353,59,0,true,true,false],[353,76,0,true,false,false],[353,80,0,true,true,false],[353,84,0,true,false,false],[355,16,0,true,true,false],[355,24,0,true,false,false],[355,25,0,true,true,false],[360,14,0,true,false,false],[364,56,0,true,true,false],[364,61,0,true,false,false],[367,12,0,true,true,false],[367,23,0,true,false,false],[367,24,0,true,true,false],[376,51,0,true,true,false],[378,14,0,true,false,false],[382,6,0,false,false,false],[385,29,0,true,true,false],[387,63,0,true,true,false],[389,10,0,true,false,false],[390,53,0,true,true,false],[390,58,0,true,false,false],[392,6,0,false,false,false],[395,38,0,true,true,false],[398,6,0,false,false,false],[402,50,0,true,true,false],[409,12,0,true,true,false],[409,33,0,true,false,false],[409,34,0,true,true,false],[411,10,0,true,false,false],[414,6,0,false,false,false],[416,42,0,true,true,false],[417,12,0,true,true,false],[417,38,0,true,false,false],[417,39,0,true,true,false],[420,10,0,true,false,false],[421,6,0,false,false,false],[425,100,0,true,true,false],[427,42,0,true,true,false],[427,68,0,true,false,false],[427,74,0,true,true,false],[429,10,0,true,true,false],[432,12,0,true,true,false],[432,49,0,true,false,false],[432,50,0,true,true,false],[437,10,0,true,true,false],[439,12,0,true,true,false],[439,49,0,true,false,false],[439,50,0,true,true,false],[444,10,0,true,true,false],[447,12,0,true,true,false],[447,59,0,true,false,false],[447,60,0,true,true,false],[451,10,0,true,true,false],[455,12,0,true,true,false],[455,34,0,true,false,false],[455,35,0,true,true,false],[459,10,0,true,true,false],[463,30,0,true,false,false],[464,6,0,false,false,false],[466,39,0,true,true,false],[476,43,0,true,true,false],[480,10,0,true,false,false],[483,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":335,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":0,"notcovered":100,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift","mcdc_records":[],"segments":[[8,20,0,true,true,false],[8,22,0,false,false,false],[11,54,0,true,true,false],[96,6,0,false,false,false],[99,71,0,true,true,false],[101,39,0,true,true,false],[102,16,0,true,true,false],[102,51,0,true,false,false],[102,52,0,true,true,false],[104,14,0,true,false,false],[106,10,0,true,true,false],[107,27,0,true,false,false],[108,6,0,false,false,false],[111,80,0,true,true,false],[112,31,0,true,true,false],[112,58,0,true,true,false],[112,75,0,true,false,false],[113,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":102,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift","mcdc_records":[],"segments":[[8,37,0,true,true,false],[10,6,0,false,false,false],[15,7,0,true,true,false],[16,71,0,true,true,false],[19,10,0,true,true,false],[21,78,0,true,true,false],[40,49,0,true,true,false],[45,16,0,true,true,false],[45,51,0,true,true,false],[45,82,0,true,false,false],[46,20,0,true,true,false],[46,52,0,true,false,false],[47,13,0,true,true,false],[48,20,0,true,true,false],[48,27,0,true,false,false],[48,28,0,true,true,false],[51,18,0,true,true,false],[55,20,0,true,true,false],[55,56,0,true,true,false],[55,87,0,true,false,false],[55,88,0,true,true,false],[58,51,0,true,true,false],[58,68,0,true,false,false],[59,65,0,true,true,false],[59,68,0,true,false,false],[59,73,0,true,true,false],[59,74,0,true,false,false],[62,14,0,true,true,false],[65,16,0,true,true,false],[65,49,0,true,true,false],[65,78,0,true,false,false],[66,20,0,true,true,false],[66,50,0,true,false,false],[67,13,0,true,true,false],[68,20,0,true,true,false],[68,27,0,true,false,false],[68,28,0,true,true,false],[70,24,0,true,true,false],[70,40,0,true,false,false],[70,41,0,true,true,false],[73,44,0,true,true,false],[73,61,0,true,false,false],[75,58,0,true,true,false],[75,68,0,true,false,false],[86,14,0,true,true,false],[89,16,0,true,true,false],[89,23,0,true,false,false],[89,24,0,true,true,false],[91,20,0,true,true,false],[91,52,0,true,false,false],[91,81,0,true,true,false],[94,18,0,true,true,false],[97,73,0,true,true,false],[98,24,0,true,true,false],[98,57,0,true,false,false],[98,58,0,true,true,false],[107,22,0,true,false,false],[107,28,0,true,true,false],[111,22,0,true,false,false],[116,20,0,true,true,false],[116,34,0,true,false,false],[116,62,0,true,true,false],[119,18,0,true,false,false],[120,20,0,true,true,false],[122,73,0,true,true,false],[124,24,0,true,true,false],[124,54,0,true,true,false],[124,87,0,true,false,false],[124,89,0,true,true,false],[132,22,0,true,false,false],[135,14,0,true,true,false],[136,10,0,true,true,false],[138,55,0,true,false,false],[139,6,0,false,false,false],[142,89,0,true,true,false],[148,12,0,true,true,false],[148,34,0,true,false,false],[148,35,0,true,true,false],[151,50,0,true,true,false],[151,65,0,true,true,false],[151,74,0,true,false,false],[154,12,0,true,true,false],[154,31,0,true,true,false],[154,53,0,true,false,false],[154,54,0,true,true,false],[156,10,0,true,true,false],[159,12,0,true,true,false],[159,48,0,true,true,false],[159,62,0,true,false,false],[159,63,0,true,true,false],[161,10,0,true,true,false],[164,74,0,true,true,false],[164,89,0,true,false,false],[165,37,0,true,true,false],[167,10,0,true,true,false],[173,38,0,true,true,false],[173,69,0,true,false,false],[176,12,0,true,true,false],[176,42,0,true,true,false],[176,66,0,true,false,false],[176,67,0,true,true,false],[178,10,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[190,73,0,true,true,false],[194,12,0,true,true,false],[194,40,0,true,false,false],[194,41,0,true,true,false],[196,10,0,true,false,false],[196,19,0,true,true,false],[196,46,0,true,false,false],[196,47,0,true,true,false],[198,10,0,true,false,false],[202,52,0,true,true,false],[204,16,0,true,true,false],[204,35,0,true,false,false],[204,36,0,true,true,false],[208,14,0,true,false,false],[209,10,0,true,true,false],[211,26,0,true,false,false],[212,6,0,false,false,false],[215,58,0,true,true,false],[217,12,0,true,true,false],[217,27,0,true,true,false],[217,44,0,true,false,false],[217,48,0,true,true,false],[217,65,0,true,false,false],[217,69,0,true,true,false],[217,86,0,true,false,false],[217,87,0,true,true,false],[219,10,0,true,true,false],[233,52,0,true,false,false],[234,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":238,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":0,"notcovered":86,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift","mcdc_records":[],"segments":[[7,77,0,true,true,false],[7,79,0,false,false,false],[8,78,0,true,true,false],[8,80,0,false,false,false],[9,71,0,true,true,false],[9,73,0,false,false,false],[10,53,0,true,true,false],[10,58,0,false,false,false],[18,27,0,true,true,false],[18,51,0,false,false,false],[22,47,0,true,true,false],[22,50,0,false,false,false],[27,37,0,true,true,false],[31,6,0,false,false,false],[36,7,0,true,true,false],[38,6,0,false,false,false],[41,31,0,true,true,false],[43,69,0,true,true,false],[47,12,0,true,true,false],[47,38,0,true,false,false],[47,39,0,true,true,false],[49,10,0,true,false,false],[55,49,0,true,true,false],[55,81,0,true,false,false],[57,46,0,true,true,false],[59,10,0,true,false,false],[67,6,0,false,false,false],[70,82,0,true,true,false],[73,12,0,true,true,false],[73,46,0,true,true,false],[73,73,0,true,true,false],[73,90,0,true,false,false],[73,94,0,true,true,false],[76,10,0,true,true,false],[88,36,0,true,true,false],[88,63,0,true,true,false],[88,80,0,true,false,false],[92,34,0,true,true,false],[95,10,0,true,false,false],[96,6,0,false,false,false],[99,41,0,true,true,false],[100,63,0,true,true,false],[100,78,0,true,false,false],[100,85,0,true,true,false],[102,10,0,true,true,false],[108,92,0,true,true,false],[110,10,0,true,false,false],[114,34,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[121,56,0,true,true,false],[122,63,0,true,true,false],[122,78,0,true,false,false],[122,85,0,true,true,false],[124,10,0,true,true,false],[129,137,0,true,true,false],[129,141,0,true,false,false],[129,144,0,true,true,false],[129,149,0,true,false,false],[135,34,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,39,0,true,true,false],[147,12,0,true,true,false],[149,72,0,true,true,false],[154,16,0,true,true,false],[154,35,0,true,false,false],[154,36,0,true,true,false],[157,68,0,true,true,false],[159,18,0,true,true,false],[166,71,0,true,true,false],[166,108,0,true,false,false],[172,20,0,true,true,false],[172,45,0,true,false,false],[172,46,0,true,true,false],[176,18,0,true,false,false],[178,14,0,true,true,false],[182,44,0,true,true,false],[183,20,0,true,true,false],[183,70,0,true,false,false],[183,71,0,true,true,false],[185,18,0,true,true,false],[186,27,0,true,false,false],[190,63,0,true,true,false],[195,44,0,true,true,false],[198,20,0,true,true,false],[198,48,0,true,false,false],[198,49,0,true,true,false],[202,81,0,true,true,false],[204,22,0,true,true,false],[210,55,0,true,true,false],[211,98,0,true,true,false],[213,22,0,true,true,false],[218,84,0,true,true,false],[220,22,0,true,false,false],[233,24,0,true,true,false],[233,49,0,true,false,false],[233,50,0,true,true,false],[237,22,0,true,false,false],[240,18,0,true,true,false],[242,14,0,true,true,false],[245,44,0,true,true,false],[251,14,0,true,false,false],[254,44,0,true,true,false],[261,20,0,true,true,false],[261,30,0,true,false,false],[261,31,0,true,true,false],[278,24,0,true,true,false],[278,49,0,true,false,false],[278,50,0,true,true,false],[282,22,0,true,false,false],[284,18,0,true,true,false],[286,14,0,true,true,false],[296,10,0,true,false,false],[296,17,0,true,true,false],[299,48,0,true,true,false],[301,14,0,true,false,false],[317,16,0,true,true,false],[317,41,0,true,false,false],[317,42,0,true,true,false],[321,14,0,true,false,false],[322,10,0,true,true,false],[323,6,0,false,false,false],[326,95,0,true,true,false],[331,6,0,false,false,false],[334,71,0,true,true,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":330,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift","mcdc_records":[],"segments":[[9,37,0,true,true,false],[11,6,0,false,false,false],[14,62,0,true,true,false],[17,16,0,true,true,false],[17,66,0,true,false,false],[17,67,0,true,true,false],[18,72,0,true,true,false],[19,14,0,true,false,false],[19,20,0,true,true,false],[21,14,0,true,true,false],[27,55,0,true,true,false],[29,44,0,true,true,false],[29,61,0,true,false,false],[30,54,0,true,true,false],[30,55,0,true,false,false],[39,90,0,true,true,false],[42,10,0,true,true,false],[44,39,0,true,true,false],[45,16,0,true,true,false],[45,31,0,true,false,false],[45,32,0,true,true,false],[47,14,0,true,false,false],[47,20,0,true,true,false],[50,14,0,true,false,false],[51,10,0,true,true,false],[54,12,0,true,true,false],[54,34,0,true,false,false],[54,35,0,true,true,false],[56,45,0,true,true,false],[57,57,0,true,true,false],[59,24,0,true,true,false],[59,59,0,true,true,false],[59,88,0,true,false,false],[59,89,0,true,true,false],[61,22,0,true,false,false],[62,18,0,true,true,false],[64,110,0,true,true,false],[66,18,0,true,true,false],[71,71,0,true,true,false],[71,99,0,true,false,false],[71,105,0,true,true,false],[74,18,0,true,true,false],[76,92,0,true,true,false],[77,23,0,true,false,false],[78,20,0,true,true,false],[81,14,0,true,false,false],[82,10,0,true,true,false],[96,41,0,true,true,false],[98,53,0,true,true,false],[100,20,0,true,true,false],[100,55,0,true,true,false],[100,84,0,true,false,false],[100,85,0,true,true,false],[102,18,0,true,false,false],[102,27,0,true,true,false],[102,59,0,true,false,false],[102,60,0,true,true,false],[105,18,0,true,false,false],[106,14,0,true,true,false],[107,10,0,true,false,false],[107,16,0,true,true,false],[110,16,0,true,true,false],[110,33,0,true,false,false],[110,83,0,true,true,false],[112,14,0,true,false,false],[119,84,0,true,true,false],[120,6,0,false,false,false],[123,60,0,true,true,false],[124,78,0,true,true,false],[128,47,0,true,true,false],[130,30,0,true,true,false],[133,10,0,true,true,false],[139,49,0,true,true,false],[143,16,0,true,true,false],[143,45,0,true,false,false],[143,46,0,true,true,false],[147,14,0,true,true,false],[150,16,0,true,true,false],[150,43,0,true,false,false],[150,44,0,true,true,false],[154,14,0,true,true,false],[157,16,0,true,true,false],[157,23,0,true,false,false],[157,24,0,true,true,false],[158,20,0,true,true,false],[158,52,0,true,true,false],[158,108,0,true,false,false],[158,109,0,true,true,false],[161,18,0,true,true,false],[162,14,0,true,true,false],[165,10,0,true,true,false],[167,54,0,true,false,false],[168,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":162,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":65,"covered":0,"notcovered":65,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift","mcdc_records":[],"segments":[[16,7,0,true,true,false],[17,47,0,true,true,false],[17,85,0,true,false,false],[19,6,0,false,false,false],[31,40,0,true,true,false],[32,64,0,true,true,false],[34,10,0,true,true,false],[35,34,0,true,true,false],[37,10,0,true,true,false],[40,66,0,true,true,false],[42,10,0,true,true,false],[45,63,0,true,true,false],[47,10,0,true,true,false],[55,77,0,true,true,false],[62,10,0,true,true,false],[65,12,0,true,true,false],[67,10,0,true,false,false],[67,17,0,true,true,false],[68,73,0,true,true,false],[68,83,0,true,false,false],[71,6,0,false,false,false],[82,40,0,true,true,false],[83,64,0,true,true,false],[85,10,0,true,true,false],[86,66,0,true,true,false],[88,10,0,true,true,false],[92,77,0,true,true,false],[99,10,0,true,true,false],[101,79,0,true,false,false],[102,6,0,false,false,false],[115,49,0,true,true,false],[116,64,0,true,true,false],[118,10,0,true,true,false],[119,66,0,true,true,false],[121,10,0,true,true,false],[125,77,0,true,true,false],[133,10,0,true,true,false],[135,88,0,true,false,false],[136,6,0,false,false,false],[142,69,0,true,true,false],[143,18,0,true,true,false],[146,10,0,true,false,false],[147,6,0,false,false,false],[156,28,0,true,true,false],[162,12,0,true,true,false],[162,26,0,true,false,false],[162,27,0,true,true,false],[164,10,0,true,false,false],[164,16,0,true,true,false],[166,10,0,true,false,false],[167,35,0,true,true,false],[169,10,0,true,false,false],[177,58,0,true,true,false],[178,42,0,true,true,false],[180,20,0,true,true,false],[180,47,0,true,false,false],[180,48,0,true,true,false],[182,18,0,true,false,false],[182,24,0,true,true,false],[184,83,0,true,true,false],[184,85,0,true,false,false],[187,47,0,true,true,false],[187,64,0,true,false,false],[187,67,0,true,true,false],[187,78,0,true,false,false],[192,16,0,true,true,false],[193,34,0,true,true,false],[194,14,0,true,false,false],[194,21,0,true,true,false],[196,14,0,true,true,false],[197,10,0,true,false,false],[198,6,0,false,false,false],[205,71,0,true,true,false],[207,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":181,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":0,"notcovered":50,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift","mcdc_records":[],"segments":[[19,48,0,true,true,false],[19,53,0,false,false,false],[20,49,0,true,true,false],[20,51,0,false,false,false],[22,20,0,true,true,false],[22,22,0,false,false,false],[25,18,0,true,true,false],[26,35,0,true,true,false],[26,45,0,true,true,false],[30,31,0,true,true,false],[31,33,0,true,true,false],[31,43,0,true,true,false],[34,10,0,true,false,false],[37,31,0,true,true,false],[38,33,0,true,true,false],[38,43,0,true,true,false],[41,10,0,true,false,false],[43,31,0,true,true,false],[44,33,0,true,true,false],[44,43,0,true,true,false],[48,10,0,true,false,false],[50,31,0,true,true,false],[51,33,0,true,true,false],[51,43,0,true,true,false],[54,10,0,true,false,false],[55,6,0,false,false,false],[57,19,0,true,true,false],[58,24,0,true,true,false],[58,39,0,true,false,false],[60,6,0,false,false,false],[62,87,0,true,true,false],[68,6,0,false,false,false],[70,49,0,true,true,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift","mcdc_records":[],"segments":[[44,54,0,true,true,false],[45,21,0,true,true,false],[46,18,0,true,true,false],[49,54,0,true,true,false],[51,18,0,true,false,false],[54,6,0,false,false,false],[60,58,0,true,true,false],[62,6,0,false,false,false],[68,31,0,true,true,false],[69,49,0,true,true,false],[72,10,0,true,true,false],[74,12,0,true,true,false],[74,42,0,true,false,false],[74,43,0,true,true,false],[76,10,0,true,false,false],[76,16,0,true,true,false],[78,10,0,true,false,false],[80,6,0,false,false,false],[85,38,0,true,true,false],[87,6,0,false,false,false],[90,28,0,true,true,false],[92,6,0,false,false,false],[95,30,0,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift","mcdc_records":[],"segments":[[22,63,0,true,true,false],[24,6,0,false,false,false],[29,32,0,true,true,false],[33,6,0,false,false,false],[36,72,0,true,true,false],[37,26,0,true,true,false],[37,46,0,true,false,false],[38,6,0,false,false,false],[41,76,0,true,true,false],[46,16,0,true,true,false],[46,32,0,true,false,false],[47,9,0,true,true,false],[48,38,0,true,true,false],[48,59,0,true,false,false],[48,62,0,true,true,false],[48,85,0,true,false,false],[49,9,0,true,true,false],[50,61,0,true,false,false],[51,9,0,true,true,false],[52,83,0,true,false,false],[53,9,0,true,true,false],[54,39,0,true,false,false],[55,9,0,true,true,false],[56,79,0,true,false,false],[58,6,0,false,false,false],[63,55,0,true,true,false],[66,6,0,false,false,false],[69,53,0,true,true,false],[72,6,0,false,false,false],[75,52,0,true,true,false],[78,6,0,false,false,false],[83,7,0,true,true,false],[94,59,0,true,true,false],[94,82,0,true,false,false],[95,57,0,true,true,false],[95,79,0,true,false,false],[99,59,0,true,true,false],[99,64,0,true,false,false],[99,67,0,true,true,false],[99,72,0,true,false,false],[100,54,0,true,true,false],[100,59,0,true,false,false],[100,62,0,true,true,false],[100,67,0,true,false,false],[103,58,0,true,true,false],[103,63,0,true,false,false],[103,66,0,true,true,false],[103,71,0,true,false,false],[104,53,0,true,true,false],[104,58,0,true,false,false],[104,61,0,true,true,false],[104,66,0,true,false,false],[108,6,0,false,false,false],[113,83,0,true,true,false],[116,33,0,true,true,false],[116,47,0,true,false,false],[116,51,0,true,true,false],[116,79,0,true,false,false],[116,83,0,true,true,false],[116,96,0,true,false,false],[117,6,0,false,false,false],[122,7,0,true,true,false],[130,6,0,false,false,false],[135,40,0,true,true,false],[136,80,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,38,0,true,true,false],[143,38,0,true,true,false],[144,82,0,true,true,false],[146,14,0,true,false,false],[147,16,0,true,true,false],[148,82,0,true,true,false],[150,14,0,true,false,false],[150,20,0,true,true,false],[153,14,0,true,false,false],[155,6,0,false,false,false],[160,64,0,true,true,false],[178,60,0,true,true,false],[180,26,0,true,true,false],[182,14,0,true,false,false],[182,20,0,true,true,false],[185,71,0,true,true,false],[187,18,0,true,false,false],[189,16,0,true,true,false],[191,10,0,true,false,false],[192,6,0,false,false,false],[196,47,0,true,true,false],[198,6,0,false,false,false],[200,60,0,true,true,false],[202,6,0,false,false,false],[204,64,0,true,true,false],[206,6,0,false,false,false],[208,53,0,true,true,false],[210,6,0,false,false,false],[212,62,0,true,true,false],[214,6,0,false,false,false],[216,47,0,true,true,false],[218,6,0,false,false,false],[220,51,0,true,true,false],[222,6,0,false,false,false],[224,47,0,true,true,false],[226,6,0,false,false,false],[228,49,0,true,true,false],[230,6,0,false,false,false],[236,103,0,true,true,false],[243,62,0,true,true,false],[243,71,0,true,false,false],[254,6,0,false,false,false],[263,17,0,true,true,false],[265,12,0,true,true,false],[265,33,0,true,false,false],[265,34,0,true,true,false],[268,16,0,true,true,false],[268,38,0,true,false,false],[268,39,0,true,true,false],[270,14,0,true,false,false],[271,19,0,true,true,false],[271,38,0,true,false,false],[271,39,0,true,true,false],[273,10,0,true,false,false],[273,16,0,true,true,false],[276,16,0,true,true,false],[276,38,0,true,false,false],[276,39,0,true,true,false],[281,14,0,true,false,false],[281,20,0,true,true,false],[284,14,0,true,false,false],[286,16,0,true,true,false],[286,38,0,true,false,false],[286,39,0,true,true,false],[286,107,0,true,false,false],[288,53,0,true,true,false],[288,64,0,true,false,false],[288,67,0,true,true,false],[288,82,0,true,false,false],[289,54,0,true,true,false],[289,80,0,true,false,false],[289,83,0,true,true,false],[289,85,0,true,false,false],[291,59,0,true,true,false],[291,68,0,true,false,false],[291,71,0,true,true,false],[291,81,0,true,false,false],[292,43,0,true,true,false],[292,80,0,true,false,false],[292,83,0,true,true,false],[292,85,0,true,false,false],[294,12,0,true,true,false],[294,35,0,true,false,false],[294,36,0,true,true,false],[296,57,0,true,true,false],[296,70,0,true,false,false],[299,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":227,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":0,"notcovered":81,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift","mcdc_records":[],"segments":[[47,7,0,true,true,false],[55,12,0,true,true,false],[55,42,0,true,false,false],[55,70,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[70,79,0,true,true,false],[70,87,0,false,false,false],[72,5,0,true,true,false],[76,12,0,true,true,false],[76,42,0,true,false,false],[78,9,0,true,true,false],[82,10,0,true,true,false],[85,50,0,true,true,false],[89,10,0,true,true,false],[92,58,0,true,true,false],[94,10,0,true,false,false],[100,6,0,false,false,false],[104,93,0,true,true,false],[104,101,0,false,false,false],[106,5,0,true,true,false],[109,6,0,false,false,false],[112,66,0,true,true,false],[112,74,0,false,false,false],[113,31,0,true,true,false],[115,12,0,true,true,false],[115,28,0,true,false,false],[115,29,0,true,true,false],[117,10,0,true,true,false],[122,12,0,true,true,false],[122,28,0,true,false,false],[122,29,0,true,true,false],[122,68,0,true,true,false],[124,12,0,true,true,false],[124,47,0,true,true,false],[124,91,0,true,false,false],[124,92,0,true,true,false],[126,10,0,true,false,false],[130,53,0,true,true,false],[132,16,0,true,true,false],[132,30,0,true,false,false],[132,31,0,true,true,false],[138,14,0,true,false,false],[154,30,0,true,true,false],[155,51,0,true,true,false],[158,14,0,true,false,false],[190,11,0,true,true,false],[199,27,0,true,true,false],[208,14,0,true,false,false],[209,27,0,true,true,false],[218,14,0,true,false,false],[219,27,0,true,true,false],[228,14,0,true,false,false],[229,27,0,true,true,false],[238,14,0,true,false,false],[239,27,0,true,true,false],[248,14,0,true,false,false],[252,39,0,true,true,false],[253,24,0,true,true,false],[253,30,0,true,false,false],[254,17,0,true,true,false],[254,62,0,true,false,false],[255,17,0,true,true,false],[255,72,0,true,false,false],[256,17,0,true,true,false],[256,70,0,true,false,false],[257,17,0,true,true,false],[257,68,0,true,false,false],[258,17,0,true,true,false],[258,62,0,true,false,false],[259,18,0,true,true,false],[260,14,0,true,true,false],[264,33,0,true,true,false],[264,51,0,true,false,false],[266,24,0,true,true,false],[280,22,0,true,false,false],[281,37,0,true,true,false],[281,58,0,true,false,false],[282,36,0,true,true,false],[282,56,0,true,false,false],[283,33,0,true,true,false],[283,51,0,true,false,false],[314,6,0,false,false,false],[318,54,0,true,true,false],[323,16,0,true,true,false],[323,22,0,true,false,false],[324,9,0,true,true,false],[326,84,0,true,false,false],[328,9,0,true,true,false],[330,84,0,true,true,false],[330,86,0,true,false,false],[334,9,0,true,true,false],[336,93,0,true,true,false],[336,95,0,true,false,false],[340,9,0,true,true,false],[342,78,0,true,true,false],[342,87,0,true,false,false],[346,6,0,false,false,false],[350,72,0,true,true,false],[361,12,0,true,true,false],[361,43,0,true,false,false],[361,44,0,true,true,false],[363,17,0,true,true,false],[363,32,0,true,false,false],[364,17,0,true,true,false],[364,108,0,true,false,false],[366,19,0,true,true,false],[366,35,0,true,false,false],[366,36,0,true,true,false],[370,10,0,true,false,false],[377,6,0,false,false,false],[385,61,0,true,true,false],[412,74,0,true,true,false],[412,79,0,true,false,false],[413,20,0,true,true,false],[413,33,0,true,false,false],[413,37,0,true,true,false],[413,48,0,true,false,false],[433,6,0,false,false,false],[437,59,0,true,true,false],[445,66,0,true,true,false],[447,14,0,true,false,false],[450,40,0,true,true,false],[452,16,0,true,true,false],[452,32,0,true,false,false],[452,33,0,true,true,false],[456,55,0,true,true,false],[458,18,0,true,false,false],[471,6,0,false,false,false],[474,51,0,true,true,false],[482,12,0,true,true,false],[483,27,0,true,true,false],[487,65,0,true,true,false],[487,67,0,true,false,false],[490,41,0,true,true,false],[493,14,0,true,true,false],[494,10,0,true,false,false],[494,17,0,true,true,false],[496,10,0,true,true,false],[498,19,0,true,false,false],[499,6,0,false,false,false],[503,54,0,true,true,false],[553,6,0,false,false,false],[558,95,0,true,true,false],[560,6,0,false,false,false],[563,33,0,true,true,false],[569,6,0,false,false,false],[573,62,0,true,true,false],[601,6,0,false,false,false],[604,67,0,true,true,false],[632,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":732,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift","mcdc_records":[],"segments":[[7,39,0,true,true,false],[9,6,0,false,false,false],[11,53,0,true,true,false],[12,40,0,true,true,false],[12,83,0,true,false,false],[20,6,0,false,false,false],[22,74,0,true,true,false],[23,16,0,true,true,false],[23,22,0,true,false,false],[24,9,0,true,true,false],[24,68,0,true,false,false],[25,9,0,true,true,false],[25,92,0,true,false,false],[26,9,0,true,true,false],[26,56,0,true,false,false],[27,10,0,true,true,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift","mcdc_records":[],"segments":[[82,52,0,true,true,false],[82,56,0,false,false,false],[83,16,0,true,true,false],[85,16,0,true,true,false],[85,57,0,true,false,false],[85,58,0,true,true,false],[87,14,0,true,false,false],[88,10,0,false,false,false],[92,36,0,true,true,false],[92,39,0,false,false,false],[93,16,0,true,true,false],[95,10,0,false,false,false],[99,25,0,true,true,false],[101,6,0,false,false,false],[104,51,0,true,true,false],[104,53,0,false,false,false],[106,49,0,true,true,false],[106,51,0,false,false,false],[108,32,0,true,true,false],[108,33,0,false,false,false],[109,30,0,true,true,false],[109,31,0,false,false,false],[111,34,0,true,true,false],[111,35,0,false,false,false],[116,20,0,true,true,false],[119,56,0,true,true,false],[119,83,0,true,false,false],[120,9,0,true,true,false],[122,16,0,true,true,false],[122,49,0,true,false,false],[122,50,0,true,true,false],[124,14,0,true,false,false],[126,89,0,true,true,false],[126,92,0,true,false,false],[128,6,0,false,false,false],[130,42,0,true,true,false],[135,11,0,true,true,false],[136,81,0,true,true,false],[136,91,0,true,true,false],[137,18,0,true,true,false],[138,37,0,true,true,false],[138,47,0,true,true,false],[139,24,0,true,true,false],[139,30,0,true,false,false],[140,17,0,true,true,false],[141,34,0,true,false,false],[142,17,0,true,true,false],[143,32,0,true,false,false],[144,17,0,true,true,false],[145,26,0,true,false,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[150,6,0,false,false,false],[155,24,0,true,true,false],[156,108,0,true,true,false],[156,118,0,true,true,false],[161,6,0,false,false,false],[164,22,0,true,true,false],[165,104,0,true,true,false],[165,114,0,true,true,false],[170,6,0,false,false,false],[173,48,0,true,true,false],[174,54,0,true,true,false],[174,64,0,true,true,false],[177,14,0,true,true,false],[180,13,0,true,true,false],[189,17,0,true,true,false],[192,18,0,true,false,false],[195,6,0,false,false,false],[199,59,0,true,true,false],[205,14,0,true,true,false],[208,10,0,true,true,false],[211,39,0,true,true,false],[212,72,0,true,true,false],[215,14,0,true,false,false],[216,70,0,true,true,false],[219,14,0,true,false,false],[220,10,0,true,true,false],[226,6,0,false,false,false],[228,105,0,true,true,false],[229,37,0,true,true,false],[229,51,0,true,true,false],[230,59,0,true,true,false],[230,76,0,true,false,false],[230,78,0,true,true,false],[233,10,0,true,true,false],[236,22,0,true,false,false],[237,6,0,false,false,false],[239,79,0,true,true,false],[240,34,0,true,true,false],[240,40,0,true,false,false],[240,43,0,true,true,false],[240,47,0,true,false,false],[246,85,0,true,true,false],[248,10,0,true,true,false],[249,85,0,true,true,false],[251,10,0,true,true,false],[252,83,0,true,true,false],[254,10,0,true,true,false],[255,83,0,true,true,false],[257,10,0,true,true,false],[259,19,0,true,false,false],[260,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":196,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":0,"notcovered":66,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift","mcdc_records":[],"segments":[[8,63,0,true,true,false],[9,54,0,true,true,false],[9,57,0,true,false,false],[10,84,0,true,true,false],[10,91,0,true,false,false],[11,6,0,false,false,false],[14,64,0,true,true,false],[15,40,0,true,true,false],[15,43,0,true,false,false],[16,6,0,false,false,false],[19,58,0,true,true,false],[22,37,0,true,true,false],[22,55,0,true,true,false],[24,50,0,true,true,false],[26,10,0,true,true,false],[28,63,0,true,true,false],[30,10,0,true,true,false],[32,69,0,true,true,false],[34,10,0,true,true,false],[36,23,0,true,false,false],[37,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":29,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift","mcdc_records":[],"segments":[[23,61,0,true,true,false],[23,66,0,false,false,false],[25,72,0,true,true,false],[25,76,0,false,false,false],[29,29,0,true,true,false],[31,6,0,false,false,false],[36,30,0,true,true,false],[37,45,0,true,true,false],[37,55,0,true,true,false],[40,12,0,true,true,false],[40,42,0,true,false,false],[40,43,0,true,true,false],[43,10,0,true,true,false],[54,53,0,true,true,false],[62,10,0,true,false,false],[63,6,0,false,false,false],[66,35,0,true,true,false],[69,6,0,false,false,false],[72,51,0,true,true,false],[76,6,0,false,false,false],[79,37,0,true,true,false],[81,6,0,false,false,false],[92,7,0,true,true,false],[95,14,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false],[105,15,0,true,true,false],[108,6,0,false,false,false],[110,84,0,true,true,false],[112,14,0,true,true,false],[113,95,0,true,true,false],[113,106,0,true,false,false],[118,6,0,false,false,false],[124,7,0,true,true,false],[126,14,0,true,true,false],[127,95,0,true,true,false],[127,106,0,true,false,false],[128,28,0,true,true,false],[132,14,0,true,false,false],[132,20,0,true,true,false],[136,14,0,true,false,false],[138,6,0,false,false,false],[146,74,0,true,true,false],[147,14,0,true,true,false],[149,10,0,true,false,false],[150,6,0,false,false,false],[155,58,0,true,true,false],[173,6,0,false,false,false],[176,41,0,true,true,false],[186,12,0,true,true,false],[186,26,0,true,false,false],[186,27,0,true,true,false],[188,10,0,true,false,false],[188,16,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":149,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":31,"covered":0,"notcovered":31,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserFeedbackService.swift","mcdc_records":[],"segments":[[4,39,0,true,true,false],[10,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":7,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift","mcdc_records":[],"segments":[[14,45,0,true,true,false],[14,89,0,false,false,false],[15,31,0,true,true,false],[15,63,0,false,false,false],[18,49,0,true,true,false],[18,52,0,false,false,false],[37,61,0,true,true,false],[41,12,0,true,true,false],[41,42,0,true,false,false],[41,43,0,true,true,false],[47,10,0,true,true,false],[54,6,0,false,false,false],[57,41,0,true,true,false],[58,31,0,true,true,false],[58,41,0,true,true,false],[60,31,0,true,true,false],[60,41,0,true,true,false],[62,64,0,true,true,false],[64,18,0,true,true,false],[66,14,0,true,false,false],[68,6,0,false,false,false],[72,39,0,true,true,false],[73,31,0,true,true,false],[73,41,0,true,true,false],[111,6,0,false,false,false],[115,38,0,true,true,false],[116,104,0,true,true,false],[118,33,0,true,true,false],[120,14,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[125,38,0,true,true,false],[127,37,0,true,true,false],[129,10,0,true,true,false],[131,6,0,false,false,false],[133,69,0,true,true,false],[134,80,0,true,true,false],[136,10,0,true,true,false],[139,20,0,true,false,false],[140,6,0,false,false,false],[142,40,0,true,true,false],[144,61,0,true,true,false],[146,10,0,true,true,false],[147,21,0,true,false,false],[148,6,0,false,false,false],[154,7,0,true,true,false],[155,31,0,true,true,false],[155,41,0,true,true,false],[156,53,0,true,true,false],[156,63,0,true,true,false],[157,12,0,true,true,false],[157,31,0,true,false,false],[157,47,0,true,true,false],[157,57,0,true,true,false],[158,51,0,true,true,false],[158,61,0,true,true,false],[169,6,0,false,false,false],[172,61,0,true,true,false],[181,6,0,false,false,false],[187,71,0,true,true,false],[188,37,0,true,true,false],[188,47,0,true,true,false],[189,33,0,true,true,false],[190,20,0,true,true,false],[190,23,0,true,false,false],[191,13,0,true,true,false],[191,92,0,true,false,false],[192,13,0,true,true,false],[192,85,0,true,false,false],[193,13,0,true,true,false],[193,68,0,true,false,false],[194,13,0,true,true,false],[194,74,0,true,false,false],[205,6,0,false,false,false],[207,65,0,true,true,false],[215,6,0,false,false,false],[217,72,0,true,true,false],[226,6,0,false,false,false],[229,47,0,true,true,false],[238,6,0,false,false,false],[245,7,0,true,true,false],[247,16,0,true,true,false],[247,22,0,true,false,false],[248,9,0,true,true,false],[249,88,0,true,false,false],[250,9,0,true,true,false],[251,83,0,true,false,false],[252,9,0,true,true,false],[253,93,0,true,false,false],[254,9,0,true,true,false],[255,91,0,true,false,false],[256,9,0,true,true,false],[257,38,0,true,true,false],[259,14,0,true,false,false],[260,9,0,true,true,false],[261,18,0,true,false,false],[262,10,0,true,true,false],[264,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":218,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift","mcdc_records":[],"segments":[[25,34,0,true,true,false],[26,22,0,true,true,false],[26,32,0,true,false,false],[27,6,0,false,false,false],[56,43,0,true,true,false],[56,48,0,false,false,false],[59,33,0,true,true,false],[59,34,0,false,false,false],[60,36,0,true,true,false],[60,37,0,false,false,false],[63,34,0,true,true,false],[63,39,0,false,false,false],[67,20,0,true,true,false],[67,22,0,false,false,false],[73,49,0,true,true,false],[75,6,0,false,false,false],[79,47,0,true,true,false],[81,6,0,false,false,false],[87,53,0,true,true,false],[88,36,0,true,true,false],[91,10,0,true,true,false],[97,12,0,true,true,false],[97,43,0,true,false,false],[97,44,0,true,true,false],[100,10,0,true,true,false],[105,47,0,true,true,false],[111,16,0,true,true,false],[111,57,0,true,false,false],[111,58,0,true,true,false],[114,14,0,true,true,false],[115,10,0,true,true,false],[120,21,0,true,false,false],[121,6,0,false,false,false],[124,51,0,true,true,false],[125,45,0,true,true,false],[125,55,0,true,true,false],[131,6,0,false,false,false],[139,65,0,true,true,false],[143,47,0,true,true,false],[147,10,0,true,true,false],[150,12,0,true,true,false],[150,29,0,true,false,false],[150,30,0,true,true,false],[152,16,0,true,true,false],[152,24,0,true,false,false],[152,25,0,true,true,false],[154,14,0,true,false,false],[156,10,0,true,true,false],[159,12,0,true,true,false],[159,36,0,true,false,false],[159,37,0,true,true,false],[161,16,0,true,true,false],[161,24,0,true,false,false],[161,25,0,true,true,false],[163,14,0,true,false,false],[165,10,0,true,true,false],[166,12,0,true,true,false],[166,40,0,true,false,false],[166,41,0,true,true,false],[168,16,0,true,true,false],[168,24,0,true,false,false],[168,25,0,true,true,false],[170,14,0,true,false,false],[172,10,0,true,true,false],[175,12,0,true,true,false],[175,34,0,true,false,false],[175,35,0,true,true,false],[177,16,0,true,true,false],[177,24,0,true,false,false],[177,51,0,true,true,false],[179,14,0,true,false,false],[181,10,0,true,true,false],[182,12,0,true,true,false],[182,38,0,true,false,false],[182,39,0,true,true,false],[184,16,0,true,true,false],[184,24,0,true,false,false],[184,51,0,true,true,false],[186,14,0,true,false,false],[188,10,0,true,true,false],[191,68,0,true,true,false],[195,10,0,true,true,false],[202,71,0,true,true,false],[206,10,0,true,true,false],[214,12,0,true,true,false],[214,20,0,true,false,false],[214,21,0,true,true,false],[216,10,0,true,false,false],[218,6,0,false,false,false],[221,58,0,true,true,false],[225,6,0,false,false,false],[228,59,0,true,true,false],[231,6,0,false,false,false],[235,120,0,true,true,false],[243,16,0,true,true,false],[243,24,0,true,false,false],[244,9,0,true,true,false],[245,72,0,true,false,false],[247,9,0,true,true,false],[248,84,0,true,false,false],[250,9,0,true,true,false],[252,16,0,true,true,false],[252,64,0,true,false,false],[252,65,0,true,true,false],[253,49,0,true,true,false],[255,18,0,true,true,false],[256,14,0,true,true,false],[257,32,0,true,false,false],[259,9,0,true,true,false],[263,106,0,true,false,false],[265,9,0,true,true,false],[266,89,0,true,false,false],[268,9,0,true,true,false],[269,101,0,true,false,false],[271,9,0,true,true,false],[272,76,0,true,false,false],[274,9,0,true,true,false],[275,88,0,true,false,false],[277,9,0,true,true,false],[279,32,0,true,false,false],[281,6,0,false,false,false],[285,44,0,true,true,false],[287,6,0,false,false,false],[289,48,0,true,true,false],[291,6,0,false,false,false],[297,65,0,true,true,false],[299,52,0,true,true,false],[303,16,0,true,true,false],[303,40,0,true,false,false],[303,41,0,true,true,false],[308,14,0,true,false,false],[310,10,0,true,true,false],[312,78,0,true,true,false],[315,10,0,true,true,false],[317,49,0,true,true,false],[317,58,0,true,false,false],[318,9,0,true,true,false],[319,46,0,true,false,false],[320,9,0,true,true,false],[321,50,0,true,false,false],[322,10,0,true,true,false],[324,48,0,true,true,false],[327,10,0,true,true,false],[331,12,0,true,true,false],[331,19,0,true,false,false],[331,20,0,true,true,false],[335,10,0,true,false,false],[338,6,0,false,false,false],[340,65,0,true,true,false],[342,55,0,true,true,false],[342,59,0,true,false,false],[342,62,0,true,true,false],[342,66,0,true,false,false],[344,73,0,true,true,false],[344,83,0,true,true,false],[346,99,0,true,true,false],[349,10,0,true,false,false],[351,98,0,true,true,false],[354,10,0,true,false,false],[355,6,0,false,false,false],[359,46,0,true,true,false],[361,6,0,false,false,false],[363,50,0,true,true,false],[365,6,0,false,false,false],[367,53,0,true,true,false],[368,68,0,true,true,false],[371,10,0,true,true,false],[374,38,0,true,true,false],[377,10,0,true,true,false],[382,14,0,true,true,false],[385,10,0,true,true,false],[414,58,0,true,false,false],[415,6,0,false,false,false],[419,41,0,true,true,false],[420,61,0,true,true,false],[423,10,0,true,true,false],[431,71,0,true,false,false],[432,6,0,false,false,false],[437,63,0,true,true,false],[439,75,0,true,true,false],[441,10,0,true,true,false],[450,69,0,true,true,false],[452,10,0,true,true,false],[459,14,0,true,true,false],[461,10,0,true,true,false],[465,68,0,true,true,false],[467,10,0,true,true,false],[469,33,0,true,false,false],[470,6,0,false,false,false],[472,71,0,true,true,false],[476,72,0,true,true,false],[478,10,0,true,true,false],[482,24,0,true,false,false],[483,6,0,false,false,false],[485,66,0,true,true,false],[489,64,0,true,true,false],[491,10,0,true,true,false],[495,20,0,true,false,false],[496,6,0,false,false,false],[498,79,0,true,true,false],[500,64,0,true,true,false],[503,10,0,true,true,false],[508,75,0,true,true,false],[510,10,0,true,true,false],[516,66,0,true,true,false],[518,10,0,true,true,false],[522,48,0,true,true,false],[522,70,0,true,false,false],[524,12,0,true,true,false],[524,19,0,true,false,false],[524,20,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[528,10,0,true,false,false],[531,6,0,false,false,false],[536,63,0,true,true,false],[541,40,0,true,true,false],[543,16,0,true,true,false],[544,17,0,true,true,false],[544,63,0,true,false,false],[545,13,0,true,true,false],[547,14,0,true,true,false],[548,10,0,true,true,false],[551,29,0,true,false,false],[552,6,0,false,false,false],[555,65,0,true,true,false],[556,40,0,true,true,false],[559,16,0,true,true,false],[560,17,0,true,true,false],[560,69,0,true,false,false],[561,13,0,true,true,false],[563,14,0,true,true,false],[564,10,0,true,true,false],[566,29,0,true,false,false],[567,6,0,false,false,false],[571,84,0,true,true,false],[573,6,0,false,false,false],[576,84,0,true,true,false],[578,6,0,false,false,false],[581,92,0,true,true,false],[585,6,0,false,false,false],[588,76,0,true,true,false],[597,6,0,false,false,false],[600,108,0,true,true,false],[602,13,0,true,true,false],[602,63,0,true,false,false],[603,13,0,true,true,false],[603,57,0,true,false,false],[604,13,0,true,true,false],[604,59,0,true,false,false],[605,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":482,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":159,"covered":0,"notcovered":159,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift","mcdc_records":[],"segments":[[15,73,0,true,true,false],[19,10,0,false,false,false],[28,19,0,true,true,false],[29,51,0,true,true,false],[29,73,0,true,false,false],[30,40,0,true,true,false],[30,47,0,true,false,false],[34,9,0,true,true,false],[36,10,0,true,true,false],[40,9,0,true,true,false],[42,10,0,true,true,false],[44,18,0,true,false,false],[45,6,0,false,false,false],[47,80,0,true,true,false],[51,6,0,false,false,false],[53,60,0,true,true,false],[55,36,0,true,true,false],[55,47,0,true,false,false],[56,18,0,true,true,false],[56,72,0,true,false,false],[57,21,0,true,true,false],[57,38,0,true,true,false],[57,56,0,true,false,false],[58,6,0,false,false,false],[60,55,0,true,true,false],[62,25,0,true,true,false],[62,69,0,true,false,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":46,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift","mcdc_records":[],"segments":[[18,46,0,true,true,false],[18,48,0,false,false,false],[19,45,0,true,true,false],[19,50,0,false,false,false],[21,46,0,true,true,false],[21,51,0,false,false,false],[26,25,0,true,true,false],[27,28,0,true,true,false],[34,24,0,true,true,false],[36,14,0,true,false,false],[45,43,0,true,true,false],[46,28,0,true,true,false],[46,41,0,true,false,false],[46,43,0,true,true,false],[50,14,0,true,false,false],[56,6,0,false,false,false],[60,42,0,true,true,false],[61,29,0,true,true,false],[78,10,0,true,false,false],[82,6,0,false,false,false],[86,43,0,true,true,false],[87,50,0,true,true,false],[99,10,0,true,false,false],[101,6,0,false,false,false],[103,47,0,true,true,false],[104,49,0,true,true,false],[112,53,0,true,true,false],[117,14,0,true,false,false],[126,6,0,false,false,false],[128,59,0,true,true,false],[129,45,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[138,44,0,true,true,false],[139,49,0,true,true,false],[144,53,0,true,true,false],[149,14,0,true,false,false],[163,6,0,false,false,false],[165,47,0,true,true,false],[166,49,0,true,true,false],[170,20,0,true,true,false],[176,20,0,true,true,false],[176,32,0,true,false,false],[176,33,0,true,true,false],[179,18,0,true,true,false],[180,14,0,true,false,false],[182,44,0,true,true,false],[187,14,0,true,true,false],[189,20,0,true,true,false],[197,14,0,true,false,false],[200,6,0,false,false,false],[202,41,0,true,true,false],[203,28,0,true,true,false],[207,53,0,true,true,false],[213,14,0,true,false,false],[219,6,0,false,false,false],[223,42,0,true,true,false],[224,29,0,true,true,false],[225,20,0,true,true,false],[232,14,0,true,false,false],[234,33,0,true,true,false],[235,44,0,true,true,false],[237,18,0,true,false,false],[243,34,0,true,true,false],[245,18,0,true,false,false],[249,43,0,true,true,false],[250,26,0,true,true,false],[252,22,0,true,false,false],[255,50,0,true,true,false],[255,62,0,true,false,false],[260,6,0,false,false,false],[264,37,0,true,true,false],[265,16,0,true,true,false],[265,36,0,true,false,false],[265,38,0,true,true,false],[265,83,0,true,false,false],[276,12,0,true,true,false],[276,26,0,true,false,false],[276,27,0,true,true,false],[278,16,0,true,true,false],[279,74,0,true,true,false],[281,20,0,true,true,false],[281,33,0,true,false,false],[281,34,0,true,true,false],[283,18,0,true,false,false],[288,21,0,true,true,false],[291,14,0,true,true,false],[292,10,0,true,false,false],[292,16,0,true,true,false],[293,54,0,true,true,false],[293,71,0,true,false,false],[294,105,0,true,true,false],[294,114,0,true,false,false],[295,10,0,true,true,false],[296,6,0,false,false,false],[298,34,0,true,true,false],[299,12,0,true,true,false],[299,25,0,true,false,false],[299,26,0,true,true,false],[301,10,0,true,false,false],[304,6,0,false,false,false],[306,31,0,true,true,false],[307,12,0,true,true,false],[307,25,0,true,false,false],[307,26,0,true,true,false],[309,10,0,true,false,false],[312,6,0,false,false,false],[317,39,0,true,true,false],[319,6,0,false,false,false],[322,39,0,true,true,false],[324,6,0,false,false,false],[330,38,0,true,true,false],[331,52,0,true,true,false],[331,69,0,true,false,false],[332,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":566,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":0,"notcovered":67,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift","mcdc_records":[],"segments":[[6,49,0,true,true,false],[6,69,0,false,false,false],[9,29,0,true,true,false],[9,48,0,false,false,false],[11,25,0,true,true,false],[12,28,0,true,true,false],[14,33,0,true,true,false],[16,58,0,true,true,false],[22,18,0,true,true,false],[30,36,0,true,true,false],[35,68,0,true,true,false],[39,22,0,true,true,false],[40,18,0,true,false,false],[49,33,0,true,true,false],[50,24,0,true,true,false],[52,18,0,true,false,false],[52,26,0,true,true,false],[56,18,0,true,false,false],[68,33,0,true,true,false],[74,36,0,true,true,false],[92,18,0,true,false,false],[102,33,0,true,true,false],[108,36,0,true,true,false],[115,18,0,true,false,false],[125,32,0,true,true,false],[133,14,0,true,false,false],[143,6,0,false,false,false],[153,25,0,true,true,false],[154,16,0,true,true,false],[155,43,0,true,true,false],[157,14,0,true,false,false],[158,18,0,true,true,false],[159,20,0,true,true,false],[166,14,0,true,false,false],[180,18,0,true,true,false],[181,16,0,true,true,false],[181,24,0,true,false,false],[181,25,0,true,true,false],[183,14,0,true,false,false],[183,20,0,true,true,false],[185,14,0,true,false,false],[187,6,0,false,false,false],[198,25,0,true,true,false],[199,16,0,true,true,false],[200,43,0,true,true,false],[202,14,0,true,false,false],[203,18,0,true,true,false],[204,33,0,true,true,false],[205,57,0,true,true,false],[206,40,0,true,true,false],[220,22,0,true,false,false],[244,18,0,true,true,false],[245,16,0,true,true,false],[245,24,0,true,false,false],[245,25,0,true,true,false],[247,14,0,true,false,false],[247,20,0,true,true,false],[249,14,0,true,false,false],[251,6,0,false,false,false],[261,20,0,true,true,false],[261,22,0,false,false,false],[263,17,0,true,true,false],[265,40,0,true,true,false],[269,10,0,true,true,false],[298,11,0,true,true,false],[299,18,0,true,true,false],[301,14,0,true,false,false],[307,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":677,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift","mcdc_records":[],"segments":[[6,51,0,true,true,false],[14,6,0,false,false,false],[16,54,0,true,true,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift","mcdc_records":[],"segments":[[16,25,0,true,true,false],[27,6,0,false,false,false],[30,43,0,true,true,false],[31,16,0,true,true,false],[33,32,0,true,true,false],[35,65,0,true,true,false],[35,93,0,true,false,false],[35,96,0,true,true,false],[35,113,0,true,false,false],[45,44,0,true,true,false],[48,54,0,true,true,false],[48,58,0,true,false,false],[48,61,0,true,true,false],[48,71,0,true,false,false],[50,14,0,true,true,false],[55,20,0,true,true,false],[57,14,0,true,false,false],[57,22,0,true,true,false],[59,14,0,true,false,false],[61,48,0,true,true,false],[61,65,0,true,false,false],[61,68,0,true,true,false],[61,78,0,true,false,false],[62,37,0,true,true,false],[62,53,0,true,false,false],[62,56,0,true,true,false],[62,72,0,true,false,false],[64,6,0,false,false,false],[74,46,0,true,true,false],[75,12,0,true,true,false],[75,21,0,true,false,false],[75,22,0,true,true,false],[77,10,0,true,false,false],[77,16,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false],[90,46,0,true,true,false],[91,12,0,true,true,false],[91,30,0,true,false,false],[91,31,0,true,true,false],[93,10,0,true,false,false],[93,45,0,true,true,false],[95,10,0,true,false,false],[95,16,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":114,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift","mcdc_records":[],"segments":[[17,44,0,true,true,false],[17,49,0,false,false,false],[18,42,0,true,true,false],[18,47,0,false,false,false],[19,50,0,true,true,false],[19,51,0,false,false,false],[20,57,0,true,true,false],[20,60,0,false,false,false],[21,57,0,true,true,false],[21,65,0,false,false,false],[23,52,0,true,true,false],[23,53,0,false,false,false],[25,32,0,true,true,false],[25,102,0,false,false,false],[35,42,0,true,true,false],[35,44,0,false,false,false],[36,43,0,true,true,false],[36,45,0,false,false,false],[38,25,0,true,true,false],[39,24,0,true,true,false],[39,35,0,true,false,false],[39,37,0,true,true,false],[40,20,0,true,true,false],[42,20,0,true,true,false],[42,33,0,true,false,false],[42,34,0,true,true,false],[46,73,0,true,true,false],[46,74,0,true,false,false],[46,77,0,true,true,false],[46,78,0,true,false,false],[48,24,0,true,true,false],[51,73,0,true,true,false],[51,74,0,true,false,false],[51,77,0,true,true,false],[51,78,0,true,false,false],[63,34,0,true,true,false],[63,37,0,true,false,false],[63,40,0,true,true,false],[63,43,0,true,false,false],[65,18,0,true,true,false],[67,10,0,true,false,false],[73,6,0,false,false,false],[78,42,0,true,true,false],[80,16,0,true,true,false],[81,54,0,true,true,false],[82,24,0,true,true,false],[82,29,0,true,false,false],[83,17,0,true,true,false],[86,35,0,true,true,false],[91,26,0,true,false,false],[94,17,0,true,true,false],[96,46,0,true,false,false],[97,17,0,true,true,false],[98,27,0,true,true,false],[99,28,0,true,true,false],[99,45,0,true,false,false],[99,46,0,true,true,false],[102,26,0,true,false,false],[102,32,0,true,true,false],[105,26,0,true,false,false],[108,18,0,true,true,false],[109,14,0,true,false,false],[109,20,0,true,true,false],[113,31,0,true,true,false],[117,22,0,true,false,false],[120,14,0,true,true,false],[121,10,0,true,false,false],[124,50,0,true,true,false],[126,42,0,true,true,false],[130,14,0,true,false,false],[130,20,0,true,true,false],[131,20,0,true,true,false],[131,46,0,true,false,false],[131,47,0,true,true,false],[135,18,0,true,false,false],[138,34,0,true,true,false],[139,20,0,true,true,false],[139,34,0,true,false,false],[140,13,0,true,true,false],[141,93,0,true,false,false],[142,13,0,true,true,false],[143,51,0,true,true,false],[143,60,0,true,true,false],[149,20,0,true,true,false],[149,32,0,true,true,false],[149,50,0,true,false,false],[149,51,0,true,true,false],[153,18,0,true,false,false],[154,13,0,true,true,false],[155,22,0,true,false,false],[156,14,0,true,true,false],[157,10,0,true,false,false],[158,6,0,false,false,false],[161,40,0,true,true,false],[162,58,0,true,true,false],[162,75,0,true,true,false],[163,16,0,true,true,false],[163,21,0,true,false,false],[164,9,0,true,true,false],[164,42,0,true,false,false],[165,9,0,true,true,false],[165,40,0,true,false,false],[166,9,0,true,true,false],[166,72,0,true,true,false],[166,79,0,true,false,false],[166,82,0,true,true,false],[166,91,0,true,false,false],[168,6,0,false,false,false],[172,40,0,true,true,false],[173,58,0,true,true,false],[173,80,0,true,true,false],[174,16,0,true,true,false],[174,21,0,true,false,false],[175,9,0,true,true,false],[176,49,0,true,false,false],[177,9,0,true,true,false],[178,44,0,true,false,false],[179,9,0,true,true,false],[180,40,0,true,true,false],[180,62,0,true,false,false],[180,65,0,true,true,false],[180,90,0,true,false,false],[182,6,0,false,false,false],[184,37,0,true,true,false],[185,58,0,true,true,false],[185,74,0,true,true,false],[186,16,0,true,true,false],[186,21,0,true,false,false],[187,9,0,true,true,false],[187,35,0,true,false,false],[188,9,0,true,true,false],[188,59,0,true,false,false],[189,9,0,true,true,false],[189,37,0,true,false,false],[191,6,0,false,false,false],[193,36,0,true,true,false],[194,58,0,true,true,false],[194,98,0,true,true,false],[195,16,0,true,true,false],[195,21,0,true,false,false],[196,9,0,true,true,false],[197,49,0,true,false,false],[198,9,0,true,true,false],[199,44,0,true,false,false],[200,9,0,true,true,false],[201,40,0,true,true,false],[201,62,0,true,false,false],[201,65,0,true,true,false],[201,90,0,true,false,false],[203,6,0,false,false,false],[205,34,0,true,true,false],[206,58,0,true,true,false],[206,84,0,true,true,false],[207,16,0,true,true,false],[207,21,0,true,false,false],[208,9,0,true,true,false],[209,35,0,true,false,false],[210,9,0,true,true,false],[211,31,0,true,false,false],[212,9,0,true,true,false],[213,40,0,true,true,false],[213,49,0,true,false,false],[213,52,0,true,true,false],[213,64,0,true,false,false],[215,6,0,false,false,false],[217,36,0,true,true,false],[218,58,0,true,true,false],[218,98,0,true,true,false],[219,16,0,true,true,false],[219,21,0,true,false,false],[220,9,0,true,true,false],[221,49,0,true,false,false],[222,9,0,true,true,false],[223,44,0,true,false,false],[224,9,0,true,true,false],[225,40,0,true,true,false],[225,62,0,true,false,false],[225,65,0,true,true,false],[225,90,0,true,false,false],[227,6,0,false,false,false],[229,44,0,true,true,false],[230,58,0,true,true,false],[230,92,0,true,true,false],[231,16,0,true,true,false],[231,21,0,true,false,false],[232,9,0,true,true,false],[233,44,0,true,false,false],[234,9,0,true,true,false],[235,40,0,true,false,false],[236,9,0,true,true,false],[237,40,0,true,true,false],[237,68,0,true,false,false],[237,71,0,true,true,false],[237,92,0,true,false,false],[239,6,0,false,false,false],[243,32,0,true,true,false],[259,50,0,true,true,false],[260,20,0,true,true,false],[260,25,0,true,false,false],[261,13,0,true,true,false],[263,96,0,true,false,false],[264,13,0,true,true,false],[265,106,0,true,false,false],[266,13,0,true,true,false],[269,18,0,true,false,false],[270,14,0,true,true,false],[271,10,0,true,false,false],[271,16,0,true,true,false],[273,10,0,true,true,false],[274,6,0,false,false,false],[284,25,0,true,true,false],[290,6,0,false,false,false],[296,36,0,true,true,false],[311,36,0,true,true,false],[312,33,0,true,true,false],[313,24,0,true,true,false],[320,18,0,true,false,false],[322,24,0,true,true,false],[329,18,0,true,false,false],[331,24,0,true,true,false],[338,18,0,true,false,false],[340,24,0,true,true,false],[347,18,0,true,false,false],[351,20,0,true,true,false],[362,14,0,true,false,false],[371,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":592,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":134,"covered":0,"notcovered":134,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift","mcdc_records":[],"segments":[[5,34,0,true,true,false],[14,20,0,true,true,false],[21,14,0,true,false,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":33,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift","mcdc_records":[],"segments":[[5,25,0,true,true,false],[6,28,0,true,true,false],[7,77,0,true,true,false],[9,14,0,true,false,false],[10,77,0,true,true,false],[12,14,0,true,false,false],[13,77,0,true,true,false],[15,14,0,true,false,false],[20,6,0,false,false,false],[22,89,0,true,true,false],[23,32,0,true,true,false],[25,10,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":46,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift","mcdc_records":[],"segments":[[10,66,0,true,true,false],[11,41,0,true,true,false],[12,67,0,true,true,false],[14,14,0,true,true,false],[15,25,0,true,false,false],[19,12,0,true,true,false],[19,28,0,true,false,false],[19,29,0,true,true,false],[20,80,0,true,true,false],[22,14,0,true,false,false],[25,12,0,true,true,false],[25,27,0,true,false,false],[25,89,0,true,true,false],[26,55,0,true,true,false],[26,85,0,true,false,false],[32,6,0,false,false,false],[34,55,0,true,true,false],[35,14,0,true,true,false],[41,45,0,true,true,false],[41,51,0,true,false,false],[41,54,0,true,true,false],[41,63,0,true,true,false],[41,74,0,true,false,false],[60,6,0,false,false,false],[68,7,0,true,true,false],[70,62,0,true,true,false],[70,73,0,true,false,false],[70,78,0,true,true,false],[70,83,0,true,false,false],[71,52,0,true,true,false],[71,58,0,true,false,false],[78,6,0,false,false,false],[80,47,0,true,true,false],[82,12,0,true,true,false],[82,56,0,true,false,false],[82,57,0,true,true,false],[83,18,0,true,true,false],[86,32,0,true,true,false],[88,22,0,true,false,false],[89,31,0,true,true,false],[91,22,0,true,false,false],[95,10,0,true,true,false],[96,14,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[102,51,0,true,true,false],[103,12,0,true,true,false],[103,34,0,true,false,false],[103,35,0,true,true,false],[106,10,0,true,false,false],[108,50,0,true,true,false],[108,60,0,true,true,false],[110,42,0,true,true,false],[110,49,0,true,true,false],[112,16,0,true,true,false],[112,23,0,true,false,false],[112,24,0,true,true,false],[114,14,0,true,false,false],[114,20,0,true,true,false],[116,14,0,true,false,false],[123,6,0,false,false,false],[127,34,0,true,true,false],[128,47,0,true,true,false],[128,57,0,true,true,false],[131,101,0,true,true,false],[135,10,0,true,false,false],[139,11,0,true,true,false],[141,18,0,true,true,false],[144,20,0,true,true,false],[144,41,0,true,false,false],[144,42,0,true,true,false],[147,24,0,true,true,false],[147,31,0,true,false,false],[147,32,0,true,true,false],[149,22,0,true,false,false],[149,28,0,true,true,false],[151,22,0,true,false,false],[159,11,0,true,true,false],[162,10,0,true,false,false],[167,11,0,true,true,false],[169,18,0,true,true,false],[172,14,0,true,false,false],[176,99,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[190,51,0,true,true,false],[193,12,0,true,true,false],[193,32,0,true,false,false],[193,77,0,true,true,false],[201,15,0,true,true,false],[203,22,0,true,true,false],[207,18,0,true,false,false],[211,10,0,true,true,false],[213,21,0,true,false,false],[214,6,0,false,false,false],[217,40,0,true,true,false],[218,47,0,true,true,false],[218,57,0,true,true,false],[224,11,0,true,true,false],[225,18,0,true,true,false],[225,68,0,true,false,false],[229,104,0,true,true,false],[231,18,0,true,true,false],[235,14,0,true,false,false],[241,11,0,true,true,false],[242,75,0,true,true,false],[243,22,0,true,true,false],[243,75,0,true,false,false],[246,6,0,false,false,false],[249,34,0,true,true,false],[254,14,0,true,true,false],[255,16,0,true,true,false],[257,125,0,true,true,false],[258,37,0,true,true,false],[260,18,0,true,false,false],[264,118,0,true,true,false],[270,18,0,true,true,false],[275,20,0,true,true,false],[275,38,0,true,false,false],[275,39,0,true,true,false],[277,118,0,true,true,false],[283,41,0,true,true,false],[287,22,0,true,false,false],[288,24,0,true,true,false],[290,41,0,true,true,false],[294,22,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,false,false],[296,21,0,true,true,false],[297,37,0,true,true,false],[300,18,0,true,false,false],[301,14,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":515,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":0,"notcovered":86,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift","mcdc_records":[],"segments":[[8,26,0,true,true,false],[10,103,0,true,true,false],[12,18,0,true,true,false],[12,41,0,true,false,false],[14,6,0,false,false,false],[16,30,0,true,true,false],[24,12,0,true,true,false],[24,35,0,true,false,false],[25,55,0,true,true,false],[25,95,0,true,false,false],[26,9,0,true,true,false],[28,33,0,true,true,false],[30,14,0,true,false,false],[38,43,0,true,true,false],[40,33,0,true,true,false],[42,14,0,true,false,false],[44,10,0,true,true,false],[48,24,0,true,true,false],[48,65,0,true,false,false],[49,22,0,true,true,false],[49,57,0,true,false,false],[51,6,0,false,false,false],[53,47,0,true,true,false],[55,6,0,false,false,false],[57,42,0,true,true,false],[59,66,0,true,true,false],[62,10,0,true,true,false],[65,81,0,true,true,false],[68,10,0,true,true,false],[71,77,0,true,true,false],[73,16,0,true,true,false],[73,43,0,true,false,false],[74,52,0,true,true,false],[74,88,0,true,false,false],[75,19,0,true,true,false],[75,49,0,true,false,false],[75,53,0,true,true,false],[75,83,0,true,false,false],[76,13,0,true,true,false],[79,22,0,true,true,false],[80,66,0,true,true,false],[82,18,0,true,false,false],[84,14,0,true,true,false],[85,10,0,true,true,false],[88,83,0,true,true,false],[92,10,0,true,true,false],[95,83,0,true,true,false],[107,10,0,true,true,false],[110,79,0,true,true,false],[122,10,0,true,true,false],[128,14,0,true,true,false],[129,51,0,true,true,false],[131,10,0,true,false,false],[132,6,0,false,false,false],[134,60,0,true,true,false],[138,6,0,false,false,false],[140,44,0,true,true,false],[141,53,0,true,true,false],[141,63,0,true,true,false],[144,60,0,true,true,false],[144,107,0,true,false,false],[144,110,0,true,true,false],[144,135,0,true,false,false],[146,6,0,false,false,false],[148,38,0,true,true,false],[150,6,0,false,false,false],[152,33,0,true,true,false],[153,12,0,true,true,false],[153,51,0,true,false,false],[153,52,0,true,true,false],[156,10,0,true,true,false],[158,58,0,true,true,false],[161,10,0,true,true,false],[164,12,0,true,true,false],[164,52,0,true,false,false],[164,53,0,true,true,false],[166,10,0,true,false,false],[169,6,0,false,false,false],[171,34,0,true,true,false],[172,12,0,true,true,false],[172,52,0,true,false,false],[172,53,0,true,true,false],[175,10,0,true,true,false],[177,58,0,true,true,false],[180,10,0,true,true,false],[183,12,0,true,true,false],[183,51,0,true,false,false],[183,52,0,true,true,false],[185,10,0,true,false,false],[188,6,0,false,false,false],[190,42,0,true,true,false],[192,12,0,true,true,false],[192,50,0,true,false,false],[192,93,0,true,true,false],[194,10,0,true,false,false],[195,12,0,true,true,false],[195,36,0,true,false,false],[195,37,0,true,true,false],[197,10,0,true,false,false],[198,12,0,true,true,false],[198,35,0,true,false,false],[198,36,0,true,true,false],[200,10,0,true,false,false],[201,34,0,true,true,false],[201,43,0,true,false,false],[201,46,0,true,true,false],[201,76,0,true,false,false],[202,6,0,false,false,false],[204,43,0,true,true,false],[206,12,0,true,true,false],[206,50,0,true,false,false],[206,94,0,true,true,false],[208,10,0,true,false,false],[209,12,0,true,true,false],[209,36,0,true,false,false],[209,37,0,true,true,false],[211,10,0,true,false,false],[212,12,0,true,true,false],[212,35,0,true,false,false],[212,36,0,true,true,false],[214,10,0,true,false,false],[215,34,0,true,true,false],[215,43,0,true,false,false],[215,46,0,true,true,false],[215,76,0,true,false,false],[216,6,0,false,false,false],[218,35,0,true,true,false],[220,12,0,true,true,false],[220,45,0,true,false,false],[220,46,0,true,true,false],[223,10,0,true,false,false],[224,6,0,false,false,false],[226,36,0,true,true,false],[228,12,0,true,true,false],[228,46,0,true,false,false],[228,47,0,true,true,false],[231,10,0,true,false,false],[232,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":238,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":84,"covered":0,"notcovered":84,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift","mcdc_records":[],"segments":[[19,25,0,true,true,false],[20,50,0,true,true,false],[21,16,0,true,true,false],[21,48,0,true,false,false],[21,66,0,true,true,false],[22,29,0,true,true,false],[24,18,0,true,false,false],[26,14,0,true,true,false],[28,80,0,true,true,false],[29,33,0,true,true,false],[29,56,0,true,false,false],[34,34,0,true,true,false],[34,70,0,true,false,false],[52,16,0,true,true,false],[52,52,0,true,false,false],[52,53,0,true,true,false],[54,32,0,true,true,false],[55,30,0,true,true,false],[60,32,0,true,true,false],[60,42,0,true,false,false],[60,43,0,true,true,false],[62,30,0,true,false,false],[67,14,0,true,true,false],[72,10,0,true,false,false],[73,6,0,false,false,false],[76,46,0,true,true,false],[78,12,0,true,true,false],[79,16,0,true,true,false],[79,68,0,true,false,false],[80,9,0,true,true,false],[81,20,0,true,true,false],[85,28,0,true,true,false],[86,32,0,true,true,false],[87,32,0,true,true,false],[87,65,0,true,false,false],[87,66,0,true,true,false],[93,30,0,true,false,false],[93,36,0,true,true,false],[95,30,0,true,false,false],[104,28,0,true,true,false],[104,80,0,true,false,false],[105,28,0,true,true,false],[105,61,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[115,53,0,true,true,false],[117,12,0,true,true,false],[117,46,0,true,false,false],[117,47,0,true,true,false],[118,67,0,true,true,false],[119,45,0,true,true,false],[119,66,0,true,false,false],[121,16,0,true,true,false],[121,39,0,true,false,false],[121,40,0,true,true,false],[122,71,0,true,true,false],[124,18,0,true,false,false],[125,14,0,true,true,false],[126,10,0,true,true,false],[127,6,0,false,false,false],[143,44,0,true,true,false],[145,15,0,true,true,false],[145,63,0,true,false,false],[146,15,0,true,true,false],[146,21,0,true,false,false],[147,6,0,false,false,false],[149,25,0,true,true,false],[150,50,0,true,true,false],[151,37,0,true,true,false],[152,57,0,true,true,false],[158,18,0,true,false,false],[160,24,0,true,true,false],[162,18,0,true,false,false],[162,26,0,true,true,false],[166,18,0,true,false,false],[172,24,0,true,true,false],[173,58,0,true,true,false],[174,81,0,true,true,false],[175,61,0,true,true,false],[183,26,0,true,false,false],[197,32,0,true,true,false],[198,37,0,true,true,false],[202,61,0,true,true,false],[209,22,0,true,false,false],[221,14,0,true,true,false],[223,31,0,true,true,false],[224,37,0,true,true,false],[228,61,0,true,true,false],[237,22,0,true,false,false],[249,14,0,true,true,false],[251,32,0,true,true,false],[260,14,0,true,false,false],[264,33,0,true,true,false],[265,39,0,true,true,false],[267,18,0,true,false,false],[270,46,0,true,true,false],[272,18,0,true,false,false],[277,39,0,true,true,false],[278,28,0,true,true,false],[280,22,0,true,false,false],[280,30,0,true,true,false],[281,28,0,true,true,false],[281,39,0,true,false,false],[281,40,0,true,true,false],[282,48,0,true,true,false],[286,30,0,true,false,false],[287,32,0,true,true,false],[289,26,0,true,false,false],[295,18,0,true,true,false],[298,39,0,true,true,false],[300,18,0,true,false,false],[303,32,0,true,true,false],[305,18,0,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":819,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift","mcdc_records":[],"segments":[[14,40,0,true,true,false],[14,69,0,false,false,false],[15,45,0,true,true,false],[15,67,0,false,false,false],[16,44,0,true,true,false],[16,49,0,false,false,false],[17,16,0,true,true,false],[21,10,0,false,false,false],[25,35,0,true,true,false],[25,40,0,false,false,false],[26,43,0,true,true,false],[26,48,0,false,false,false],[28,41,0,true,true,false],[28,46,0,false,false,false],[29,36,0,true,true,false],[29,41,0,false,false,false],[30,32,0,true,true,false],[30,34,0,false,false,false],[31,40,0,true,true,false],[31,45,0,false,false,false],[33,47,0,true,true,false],[33,52,0,false,false,false],[34,42,0,true,true,false],[34,44,0,false,false,false],[35,41,0,true,true,false],[35,46,0,false,false,false],[36,43,0,true,true,false],[36,48,0,false,false,false],[37,38,0,true,true,false],[37,40,0,false,false,false],[38,41,0,true,true,false],[38,43,0,false,false,false],[39,38,0,true,true,false],[39,43,0,false,false,false],[40,47,0,true,true,false],[40,52,0,false,false,false],[41,51,0,true,true,false],[41,56,0,false,false,false],[42,36,0,true,true,false],[42,41,0,false,false,false],[43,45,0,true,true,false],[43,50,0,false,false,false],[44,41,0,true,true,false],[44,46,0,false,false,false],[45,31,0,true,true,false],[45,51,0,false,false,false],[48,43,0,true,true,false],[48,46,0,false,false,false],[52,50,0,true,true,false],[52,52,0,false,false,false],[53,51,0,true,true,false],[53,53,0,false,false,false],[54,38,0,true,true,false],[54,42,0,false,false,false],[55,34,0,true,true,false],[55,39,0,false,false,false],[56,47,0,true,true,false],[56,52,0,false,false,false],[57,47,0,true,true,false],[57,49,0,false,false,false],[58,48,0,true,true,false],[58,53,0,false,false,false],[59,52,0,true,true,false],[59,54,0,false,false,false],[60,52,0,true,true,false],[60,54,0,false,false,false],[61,39,0,true,true,false],[61,44,0,false,false,false],[64,48,0,true,true,false],[64,53,0,false,false,false],[65,46,0,true,true,false],[65,51,0,false,false,false],[68,44,0,true,true,false],[68,49,0,false,false,false],[69,44,0,true,true,false],[69,49,0,false,false,false],[71,48,0,true,true,false],[73,98,0,true,true,false],[82,16,0,true,true,false],[82,38,0,true,false,false],[82,39,0,true,true,false],[84,54,0,true,true,false],[84,85,0,true,false,false],[85,24,0,true,true,false],[85,50,0,true,true,false],[85,92,0,true,false,false],[86,29,0,true,true,false],[89,18,0,true,true,false],[90,14,0,true,false,false],[90,20,0,true,true,false],[92,14,0,true,true,false],[93,10,0,true,true,false],[95,12,0,true,true,false],[95,74,0,true,false,false],[95,75,0,true,true,false],[99,10,0,true,false,false],[99,19,0,true,true,false],[99,90,0,true,false,false],[99,91,0,true,true,false],[102,10,0,true,false,false],[102,19,0,true,true,false],[102,87,0,true,false,false],[102,88,0,true,true,false],[105,10,0,true,true,false],[106,19,0,true,false,false],[107,6,0,false,false,false],[111,46,0,true,true,false],[118,28,0,true,true,false],[118,54,0,true,false,false],[119,29,0,true,true,false],[119,56,0,true,false,false],[120,21,0,true,true,false],[120,40,0,true,false,false],[121,33,0,true,true,false],[121,63,0,true,false,false],[122,28,0,true,true,false],[122,78,0,true,false,false],[128,23,0,true,true,false],[129,20,0,true,true,false],[129,52,0,true,false,false],[129,53,0,true,true,false],[130,26,0,true,true,false],[134,22,0,true,false,false],[137,55,0,true,true,false],[139,23,0,true,true,false],[140,24,0,true,true,false],[140,41,0,true,false,false],[140,42,0,true,true,false],[148,22,0,true,false,false],[148,28,0,true,true,false],[151,22,0,true,false,false],[153,52,0,true,true,false],[153,54,0,true,false,false],[153,57,0,true,true,false],[153,58,0,true,false,false],[156,6,0,false,false,false],[158,46,0,true,true,false],[161,54,0,true,true,false],[162,20,0,true,true,false],[162,27,0,true,false,false],[162,28,0,true,true,false],[166,36,0,true,true,false],[167,34,0,true,true,false],[169,30,0,true,false,false],[176,53,0,true,true,false],[179,14,0,true,false,false],[180,62,0,true,true,false],[182,14,0,true,false,false],[183,58,0,true,true,false],[186,14,0,true,false,false],[187,6,0,false,false,false],[189,49,0,true,true,false],[191,23,0,true,true,false],[203,36,0,true,true,false],[203,86,0,true,false,false],[217,106,0,true,true,false],[220,24,0,true,true,false],[220,46,0,true,false,false],[220,47,0,true,true,false],[223,30,0,true,true,false],[224,74,0,true,true,false],[226,26,0,true,false,false],[237,20,0,true,true,false],[237,50,0,true,false,false],[237,51,0,true,true,false],[241,18,0,true,false,false],[243,20,0,true,true,false],[243,43,0,true,false,false],[243,44,0,true,true,false],[246,18,0,true,false,false],[253,22,0,true,true,false],[256,18,0,true,false,false],[259,22,0,true,true,false],[261,18,0,true,false,false],[263,91,0,true,true,false],[266,14,0,true,false,false],[267,92,0,true,true,false],[271,14,0,true,false,false],[272,81,0,true,true,false],[273,84,0,true,true,false],[273,94,0,true,false,false],[273,97,0,true,true,false],[273,104,0,true,false,false],[276,59,0,true,true,false],[278,49,0,true,true,false],[281,18,0,true,true,false],[287,14,0,true,false,false],[288,26,0,true,true,false],[293,14,0,true,false,false],[294,6,0,false,false,false],[296,46,0,true,true,false],[298,85,0,true,true,false],[299,30,0,true,true,false],[301,18,0,true,false,false],[302,24,0,true,true,false],[306,14,0,true,false,false],[307,102,0,true,true,false],[309,14,0,true,false,false],[310,106,0,true,true,false],[312,14,0,true,false,false],[313,109,0,true,true,false],[315,14,0,true,false,false],[316,105,0,true,true,false],[318,14,0,true,false,false],[319,95,0,true,true,false],[324,14,0,true,false,false],[326,99,0,true,true,false],[328,99,0,true,true,false],[330,26,0,true,true,false],[335,28,0,true,true,false],[335,60,0,true,false,false],[335,61,0,true,true,false],[340,26,0,true,false,false],[343,26,0,true,true,false],[346,22,0,true,false,false],[351,87,0,true,true,false],[352,39,0,true,true,false],[354,18,0,true,false,false],[355,49,0,true,true,false],[355,51,0,true,false,false],[356,24,0,true,true,false],[360,14,0,true,false,false],[361,96,0,true,true,false],[362,30,0,true,true,false],[362,70,0,true,false,false],[363,44,0,true,true,false],[366,18,0,true,false,false],[367,24,0,true,true,false],[369,14,0,true,false,false],[370,91,0,true,true,false],[371,30,0,true,true,false],[371,66,0,true,false,false],[372,53,0,true,true,false],[374,26,0,true,true,false],[374,81,0,true,false,false],[376,44,0,true,true,false],[379,18,0,true,false,false],[380,24,0,true,true,false],[382,14,0,true,false,false],[385,86,0,true,true,false],[386,30,0,true,true,false],[386,70,0,true,false,false],[387,39,0,true,true,false],[390,18,0,true,false,false],[391,24,0,true,true,false],[395,14,0,true,false,false],[396,94,0,true,true,false],[397,43,0,true,true,false],[399,26,0,true,true,false],[403,28,0,true,true,false],[403,37,0,true,false,false],[403,38,0,true,true,false],[405,26,0,true,false,false],[405,32,0,true,true,false],[407,26,0,true,false,false],[410,49,0,true,true,false],[410,51,0,true,false,false],[411,24,0,true,true,false],[413,14,0,true,false,false],[416,99,0,true,true,false],[417,30,0,true,true,false],[417,70,0,true,false,false],[418,44,0,true,true,false],[421,18,0,true,false,false],[422,24,0,true,true,false],[424,14,0,true,false,false],[425,76,0,true,true,false],[430,14,0,true,false,false],[430,16,0,true,true,false],[434,35,0,true,true,false],[434,72,0,true,false,false],[435,35,0,true,true,false],[438,22,0,true,false,false],[439,40,0,true,true,false],[442,22,0,true,false,false],[443,32,0,true,true,false],[445,22,0,true,false,false],[446,78,0,true,true,false],[446,105,0,true,false,false],[446,108,0,true,true,false],[446,111,0,true,false,false],[453,52,0,true,true,false],[455,41,0,true,true,false],[458,81,0,true,true,false],[458,96,0,true,false,false],[464,92,0,true,true,false],[465,79,0,true,true,false],[465,81,0,true,false,false],[466,44,0,true,true,false],[466,54,0,true,true,false],[468,14,0,true,false,false],[469,49,0,true,true,false],[471,14,0,true,false,false],[472,6,0,false,false,false],[474,25,0,true,true,false],[477,6,0,false,false,false],[481,45,0,true,true,false],[490,50,0,true,true,false],[490,76,0,true,false,false],[491,42,0,true,true,false],[491,44,0,true,false,false],[491,47,0,true,true,false],[491,48,0,true,false,false],[493,34,0,true,true,false],[496,10,0,true,false,false],[497,6,0,false,false,false],[499,37,0,true,true,false],[502,6,0,false,false,false],[504,30,0,true,true,false],[507,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":127,"covered":0,"percent":0},"instantiations":{"count":129,"covered":0,"percent":0},"lines":{"count":937,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":176,"covered":0,"notcovered":176,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift","mcdc_records":[],"segments":[[11,25,0,true,true,false],[12,49,0,true,true,false],[13,52,0,true,true,false],[15,29,0,true,true,false],[19,22,0,true,false,false],[20,28,0,true,true,false],[24,22,0,true,false,false],[39,36,0,true,true,false],[49,18,0,true,false,false],[61,16,0,true,true,false],[61,37,0,true,false,false],[61,38,0,true,true,false],[64,14,0,true,true,false],[65,10,0,true,false,false],[70,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":174,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift","mcdc_records":[],"segments":[[9,25,0,true,true,false],[10,16,0,true,true,false],[16,16,0,true,true,false],[16,32,0,true,false,false],[16,33,0,true,true,false],[17,31,0,true,true,false],[18,26,0,true,true,false],[20,22,0,true,false,false],[26,14,0,true,true,false],[27,10,0,true,false,false],[28,6,0,false,false,false],[36,25,0,true,true,false],[37,49,0,true,true,false],[38,20,0,true,true,false],[49,40,0,true,true,false],[51,18,0,true,false,false],[59,53,0,true,true,false],[60,71,0,true,true,false],[65,18,0,true,false,false],[67,20,0,true,true,false],[67,44,0,true,false,false],[67,45,0,true,true,false],[71,18,0,true,true,false],[72,14,0,true,false,false],[81,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,50,0,true,true,false],[10,20,0,true,true,false],[15,57,0,true,true,false],[21,94,0,true,true,false],[21,96,0,true,false,false],[21,99,0,true,true,false],[21,102,0,true,false,false],[31,28,0,true,true,false],[35,22,0,true,false,false],[43,81,0,true,true,false],[44,53,0,true,true,false],[47,31,0,true,true,false],[47,60,0,true,false,false],[47,63,0,true,true,false],[47,82,0,true,false,false],[49,68,0,true,true,false],[49,72,0,true,false,false],[49,75,0,true,true,false],[49,82,0,true,false,false],[53,61,0,true,true,false],[59,28,0,true,true,false],[59,54,0,true,false,false],[59,55,0,true,true,false],[64,26,0,true,true,false],[65,22,0,true,false,false],[69,16,0,true,true,false],[69,40,0,true,false,false],[69,41,0,true,true,false],[71,102,0,true,true,false],[71,104,0,true,false,false],[71,107,0,true,true,false],[71,110,0,true,false,false],[76,14,0,true,true,false],[77,10,0,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":257,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift","mcdc_records":[],"segments":[[6,35,0,true,true,false],[8,6,0,false,false,false],[10,25,0,true,true,false],[11,28,0,true,true,false],[13,37,0,true,true,false],[13,65,0,true,false,false],[13,68,0,true,true,false],[13,85,0,true,false,false],[15,32,0,true,true,false],[15,44,0,true,false,false],[15,47,0,true,true,false],[15,74,0,true,false,false],[27,43,0,true,true,false],[27,49,0,true,false,false],[27,52,0,true,true,false],[27,68,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,29,0,true,true,false],[14,10,0,true,false,false],[15,19,0,true,true,false],[15,56,0,true,false,false],[16,6,0,false,false,false],[18,41,0,true,true,false],[19,49,0,true,true,false],[24,20,0,true,true,false],[28,89,0,true,true,false],[28,93,0,true,false,false],[28,96,0,true,true,false],[28,100,0,true,false,false],[31,70,0,true,true,false],[31,80,0,true,false,false],[31,83,0,true,true,false],[31,94,0,true,false,false],[37,31,0,true,true,false],[37,48,0,true,false,false],[38,31,0,true,true,false],[38,71,0,true,false,false],[43,29,0,true,true,false],[47,22,0,true,false,false],[48,28,0,true,true,false],[51,22,0,true,false,false],[61,54,0,true,true,false],[61,80,0,true,false,false],[61,83,0,true,true,false],[61,101,0,true,false,false],[66,27,0,true,true,false],[66,57,0,true,false,false],[67,27,0,true,true,false],[67,59,0,true,false,false],[75,6,0,false,false,false],[77,42,0,true,true,false],[78,49,0,true,true,false],[83,20,0,true,true,false],[87,90,0,true,true,false],[87,94,0,true,false,false],[87,97,0,true,true,false],[87,101,0,true,false,false],[90,71,0,true,true,false],[90,81,0,true,false,false],[90,84,0,true,true,false],[90,95,0,true,false,false],[96,31,0,true,true,false],[96,48,0,true,false,false],[97,31,0,true,true,false],[97,72,0,true,false,false],[101,29,0,true,true,false],[105,22,0,true,false,false],[106,28,0,true,true,false],[109,22,0,true,false,false],[119,55,0,true,true,false],[119,82,0,true,false,false],[119,85,0,true,true,false],[119,104,0,true,false,false],[123,27,0,true,true,false],[123,58,0,true,false,false],[124,27,0,true,true,false],[124,64,0,true,false,false],[132,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":336,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[8,29,0,true,true,false],[10,20,0,true,true,false],[18,14,0,true,false,false],[20,53,0,true,true,false],[25,51,0,true,true,false],[29,18,0,true,true,false],[30,14,0,true,false,false],[46,6,0,false,false,false],[48,38,0,true,true,false],[49,56,0,true,true,false],[49,63,0,true,false,false],[50,6,0,false,false,false],[52,42,0,true,true,false],[54,34,0,true,true,false],[54,42,0,true,false,false],[54,45,0,true,true,false],[54,48,0,true,false,false],[55,6,0,false,false,false],[57,34,0,true,true,false],[58,12,0,true,true,false],[58,39,0,true,true,false],[58,64,0,true,false,false],[58,68,0,true,true,false],[58,94,0,true,false,false],[58,95,0,true,true,false],[60,10,0,true,false,false],[60,19,0,true,true,false],[60,45,0,true,false,false],[60,46,0,true,true,false],[62,10,0,true,false,false],[62,19,0,true,true,false],[62,49,0,true,true,false],[62,84,0,true,false,false],[63,16,0,true,true,false],[63,45,0,true,false,false],[64,9,0,true,true,false],[66,10,0,true,false,false],[66,16,0,true,true,false],[68,10,0,true,false,false],[69,6,0,false,false,false],[71,34,0,true,true,false],[72,12,0,true,true,false],[72,39,0,true,true,false],[72,64,0,true,false,false],[72,68,0,true,true,false],[72,94,0,true,false,false],[72,95,0,true,true,false],[74,10,0,true,false,false],[74,19,0,true,true,false],[74,49,0,true,true,false],[74,84,0,true,false,false],[75,16,0,true,true,false],[75,45,0,true,false,false],[75,49,0,true,true,false],[75,75,0,true,false,false],[76,9,0,true,true,false],[78,10,0,true,false,false],[78,16,0,true,true,false],[80,10,0,true,false,false],[81,6,0,false,false,false],[83,40,0,true,true,false],[84,12,0,true,true,false],[84,39,0,true,true,false],[84,64,0,true,false,false],[84,68,0,true,true,false],[84,94,0,true,false,false],[84,95,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,49,0,true,true,false],[86,84,0,true,false,false],[87,16,0,true,true,false],[87,45,0,true,false,false],[87,49,0,true,true,false],[87,75,0,true,false,false],[88,9,0,true,true,false],[90,10,0,true,false,false],[90,16,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[95,36,0,true,true,false],[96,12,0,true,true,false],[96,39,0,true,true,false],[96,64,0,true,false,false],[96,68,0,true,true,false],[96,94,0,true,false,false],[96,95,0,true,true,false],[98,10,0,true,false,false],[98,19,0,true,true,false],[98,49,0,true,true,false],[98,84,0,true,false,false],[99,16,0,true,true,false],[99,45,0,true,false,false],[99,49,0,true,true,false],[99,75,0,true,false,false],[100,9,0,true,true,false],[102,10,0,true,false,false],[102,16,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":159,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":56,"covered":0,"notcovered":56,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[8,29,0,true,true,false],[10,33,0,true,true,false],[11,49,0,true,true,false],[11,72,0,true,false,false],[11,75,0,true,true,false],[11,106,0,true,false,false],[13,52,0,true,true,false],[13,58,0,true,false,false],[13,61,0,true,true,false],[13,68,0,true,false,false],[15,36,0,true,true,false],[15,62,0,true,false,false],[15,65,0,true,true,false],[15,81,0,true,false,false],[18,20,0,true,true,false],[18,31,0,true,false,false],[18,32,0,true,true,false],[26,18,0,true,false,false],[26,24,0,true,true,false],[34,18,0,true,false,false],[39,16,0,true,true,false],[39,27,0,true,false,false],[39,28,0,true,true,false],[41,37,0,true,true,false],[42,41,0,true,true,false],[50,22,0,true,false,false],[52,41,0,true,true,false],[61,22,0,true,false,false],[64,41,0,true,true,false],[69,45,0,true,true,false],[100,26,0,true,false,false],[103,20,0,true,true,false],[106,37,0,true,true,false],[111,41,0,true,true,false],[142,22,0,true,false,false],[145,41,0,true,true,false],[146,45,0,true,true,false],[154,26,0,true,false,false],[156,45,0,true,true,false],[163,26,0,true,false,false],[165,45,0,true,true,false],[172,26,0,true,false,false],[182,25,0,true,true,false],[184,18,0,true,false,false],[185,24,0,true,true,false],[190,18,0,true,false,false],[201,6,0,false,false,false],[210,25,0,true,true,false],[211,35,0,true,true,false],[211,36,0,true,false,false],[211,39,0,true,true,false],[211,41,0,true,false,false],[211,43,0,true,true,false],[213,39,0,true,true,false],[213,40,0,true,false,false],[213,43,0,true,true,false],[213,44,0,true,false,false],[213,46,0,true,true,false],[215,51,0,true,true,false],[215,53,0,true,false,false],[215,56,0,true,true,false],[215,58,0,true,false,false],[219,37,0,true,true,false],[219,49,0,true,false,false],[219,52,0,true,true,false],[219,61,0,true,false,false],[222,37,0,true,true,false],[222,40,0,true,false,false],[222,43,0,true,true,false],[222,46,0,true,false,false],[222,66,0,true,true,false],[222,68,0,true,false,false],[222,71,0,true,true,false],[222,74,0,true,false,false],[239,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":796,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift","mcdc_records":[],"segments":[[6,39,0,true,true,false],[6,44,0,false,false,false],[8,25,0,true,true,false],[9,29,0,true,true,false],[10,33,0,true,true,false],[12,24,0,true,true,false],[20,18,0,true,false,false],[23,57,0,true,true,false],[34,18,0,true,false,false],[40,29,0,true,true,false],[42,30,0,true,true,false],[43,49,0,true,true,false],[46,87,0,true,true,false],[48,34,0,true,false,false],[52,28,0,true,true,false],[53,44,0,true,true,false],[54,32,0,true,true,false],[54,44,0,true,false,false],[54,45,0,true,true,false],[57,30,0,true,false,false],[57,36,0,true,true,false],[60,30,0,true,false,false],[61,49,0,true,true,false],[61,64,0,true,false,false],[61,67,0,true,true,false],[61,84,0,true,false,false],[74,52,0,true,true,false],[74,72,0,true,false,false],[74,75,0,true,true,false],[74,111,0,true,false,false],[87,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":296,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[12,16,0,true,true,false],[12,20,0,true,false,false],[13,9,0,true,true,false],[13,40,0,true,false,false],[14,9,0,true,true,false],[14,40,0,true,false,false],[15,9,0,true,true,false],[15,40,0,true,false,false],[16,10,0,true,true,false],[17,6,0,false,false,false],[20,18,0,true,true,false],[20,24,0,false,false,false],[25,33,0,true,true,false],[27,10,0,false,false,false],[29,30,0,true,true,false],[31,10,0,false,false,false],[35,18,0,true,true,false],[35,24,0,false,false,false],[42,18,0,true,true,false],[42,24,0,false,false,false],[51,42,0,true,true,false],[51,65,0,false,false,false],[52,38,0,true,true,false],[52,43,0,false,false,false],[53,43,0,true,true,false],[53,48,0,false,false,false],[54,46,0,true,true,false],[54,51,0,false,false,false],[56,25,0,true,true,false],[57,28,0,true,true,false],[64,33,0,true,true,false],[70,14,0,true,false,false],[81,19,0,true,true,false],[83,10,0,true,false,false],[84,22,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[91,35,0,true,true,false],[92,16,0,true,true,false],[93,53,0,true,true,false],[99,14,0,true,false,false],[101,28,0,true,true,false],[101,52,0,true,false,false],[101,54,0,true,true,false],[104,14,0,true,false,false],[107,57,0,true,true,false],[107,60,0,true,false,false],[107,63,0,true,true,false],[107,64,0,true,false,false],[115,6,0,false,false,false],[119,47,0,true,true,false],[120,16,0,true,true,false],[124,23,0,true,true,false],[124,53,0,true,false,false],[125,23,0,true,true,false],[125,73,0,true,false,false],[129,51,0,true,true,false],[129,68,0,true,false,false],[129,71,0,true,true,false],[129,95,0,true,false,false],[130,103,0,true,true,false],[130,109,0,true,false,false],[130,112,0,true,true,false],[130,114,0,true,false,false],[135,16,0,true,true,false],[135,48,0,true,false,false],[135,49,0,true,true,false],[138,14,0,true,false,false],[138,20,0,true,true,false],[141,14,0,true,false,false],[145,67,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false],[150,39,0,true,true,false],[151,29,0,true,true,false],[152,20,0,true,true,false],[158,49,0,true,true,false],[158,59,0,true,false,false],[158,62,0,true,true,false],[158,72,0,true,false,false],[160,52,0,true,true,false],[160,64,0,true,false,false],[160,67,0,true,true,false],[160,77,0,true,false,false],[164,32,0,true,true,false],[164,55,0,true,false,false],[164,58,0,true,true,false],[164,89,0,true,false,false],[168,16,0,true,true,false],[168,28,0,true,false,false],[168,29,0,true,true,false],[172,14,0,true,true,false],[173,10,0,true,false,false],[174,6,0,false,false,false],[176,41,0,true,true,false],[177,20,0,true,true,false],[178,36,0,true,true,false],[178,37,0,true,false,false],[179,51,0,true,true,false],[180,49,0,true,true,false],[181,85,0,true,true,false],[183,26,0,true,false,false],[193,6,0,false,false,false],[197,42,0,true,true,false],[198,29,0,true,true,false],[200,20,0,true,true,false],[201,31,0,true,true,false],[203,24,0,true,true,false],[203,35,0,true,false,false],[203,36,0,true,true,false],[205,22,0,true,false,false],[205,28,0,true,true,false],[207,22,0,true,false,false],[209,22,0,true,true,false],[210,36,0,true,true,false],[211,53,0,true,true,false],[211,71,0,true,false,false],[211,74,0,true,true,false],[211,89,0,true,false,false],[212,56,0,true,true,false],[212,60,0,true,false,false],[212,63,0,true,true,false],[212,71,0,true,false,false],[213,40,0,true,true,false],[213,46,0,true,false,false],[213,49,0,true,true,false],[213,62,0,true,false,false],[218,33,0,true,true,false],[218,37,0,true,false,false],[218,40,0,true,true,false],[218,43,0,true,false,false],[221,20,0,true,true,false],[223,14,0,true,false,false],[223,22,0,true,true,false],[224,36,0,true,true,false],[227,18,0,true,false,false],[231,54,0,true,true,false],[232,31,0,true,true,false],[233,81,0,true,true,false],[235,22,0,true,false,false],[241,20,0,true,true,false],[243,14,0,true,false,false],[243,22,0,true,true,false],[244,36,0,true,true,false],[247,18,0,true,false,false],[252,6,0,false,false,false],[256,35,0,true,true,false],[257,16,0,true,true,false],[264,28,0,true,true,false],[266,14,0,true,false,false],[274,6,0,false,false,false],[278,66,0,true,true,false],[279,35,0,true,true,false],[280,83,0,true,true,false],[282,85,0,true,true,false],[282,95,0,true,true,false],[284,42,0,true,true,false],[285,81,0,true,true,false],[286,28,0,true,true,false],[286,54,0,true,false,false],[286,55,0,true,true,false],[289,82,0,true,true,false],[289,84,0,true,false,false],[296,32,0,true,true,false],[299,26,0,true,false,false],[303,10,0,true,true,false],[304,20,0,true,false,false],[305,6,0,false,false,false],[314,36,0,true,true,false],[314,41,0,false,false,false],[315,42,0,true,true,false],[315,47,0,false,false,false],[317,25,0,true,true,false],[318,28,0,true,true,false],[320,10,0,true,false,false],[326,71,0,true,true,false],[326,72,0,true,false,false],[326,75,0,true,true,false],[326,76,0,true,false,false],[326,99,0,true,true,false],[326,100,0,true,false,false],[326,103,0,true,true,false],[326,104,0,true,false,false],[327,40,0,true,true,false],[327,41,0,true,false,false],[327,44,0,true,true,false],[327,47,0,true,false,false],[328,19,0,true,true,false],[329,73,0,true,true,false],[331,14,0,true,false,false],[333,18,0,true,true,false],[334,55,0,true,true,false],[336,14,0,true,false,false],[338,43,0,true,true,false],[339,16,0,true,true,false],[339,25,0,true,false,false],[339,26,0,true,true,false],[340,42,0,true,true,false],[344,18,0,true,false,false],[350,14,0,true,true,false],[351,10,0,true,false,false],[352,6,0,false,false,false],[355,40,0,true,true,false],[356,16,0,true,true,false],[356,21,0,true,false,false],[357,9,0,true,true,false],[358,37,0,true,false,false],[359,9,0,true,true,false],[360,37,0,true,false,false],[361,9,0,true,true,false],[362,37,0,true,false,false],[363,10,0,true,true,false],[364,6,0,false,false,false],[366,82,0,true,true,false],[367,28,0,true,true,false],[369,16,0,true,true,false],[369,53,0,true,false,false],[369,54,0,true,true,false],[371,14,0,true,true,false],[372,16,0,true,true,false],[372,51,0,true,false,false],[372,52,0,true,true,false],[374,14,0,true,true,false],[375,16,0,true,true,false],[375,52,0,true,false,false],[375,53,0,true,true,false],[377,14,0,true,true,false],[378,16,0,true,true,false],[378,53,0,true,false,false],[378,54,0,true,true,false],[380,14,0,true,true,false],[386,10,0,true,false,false],[387,6,0,false,false,false],[389,63,0,true,true,false],[397,6,0,false,false,false],[399,82,0,true,true,false],[400,28,0,true,true,false],[401,41,0,true,true,false],[405,14,0,true,false,false],[405,20,0,true,true,false],[409,14,0,true,false,false],[419,6,0,false,false,false],[421,82,0,true,true,false],[422,28,0,true,true,false],[431,10,0,true,false,false],[432,6,0,false,false,false],[434,43,0,true,true,false],[435,15,0,true,true,false],[436,20,0,true,true,false],[436,25,0,true,false,false],[437,13,0,true,true,false],[445,18,0,true,false,false],[446,13,0,true,true,false],[447,47,0,true,false,false],[448,13,0,true,true,false],[449,42,0,true,false,false],[450,14,0,true,true,false],[451,10,0,true,false,false],[452,6,0,false,false,false],[454,39,0,true,true,false],[457,6,0,false,false,false],[459,36,0,true,true,false],[460,16,0,true,true,false],[460,21,0,true,false,false],[461,9,0,true,true,false],[462,45,0,true,true,false],[462,48,0,true,false,false],[462,51,0,true,true,false],[462,55,0,true,false,false],[463,9,0,true,true,false],[464,51,0,true,true,false],[464,54,0,true,false,false],[464,57,0,true,true,false],[464,60,0,true,false,false],[465,9,0,true,true,false],[466,46,0,true,true,false],[466,49,0,true,false,false],[466,52,0,true,true,false],[466,55,0,true,false,false],[467,10,0,true,true,false],[468,6,0,false,false,false],[470,43,0,true,true,false],[471,16,0,true,true,false],[471,21,0,true,false,false],[472,9,0,true,true,false],[472,21,0,true,false,false],[473,9,0,true,true,false],[473,28,0,true,false,false],[474,10,0,true,true,false],[475,6,0,false,false,false],[481,28,0,true,true,false],[481,29,0,false,false,false],[483,100,0,true,true,false],[486,6,0,false,false,false],[488,110,0,true,true,false],[490,64,0,true,true,false],[492,10,0,true,true,false],[493,6,0,false,false,false],[495,113,0,true,true,false],[496,42,0,true,true,false],[496,51,0,true,false,false],[502,33,0,true,true,false],[505,16,0,true,true,false],[505,48,0,true,false,false],[505,63,0,true,true,false],[509,14,0,true,false,false],[514,10,0,true,true,false],[516,83,0,true,false,false],[517,6,0,false,false,false],[525,37,0,true,true,false],[525,39,0,false,false,false],[527,48,0,true,true,false],[546,32,0,true,true,false],[548,16,0,true,true,false],[548,60,0,true,false,false],[548,61,0,true,true,false],[550,70,0,true,true,false],[550,72,0,true,false,false],[554,10,0,true,true,false],[556,12,0,true,true,false],[556,30,0,true,false,false],[556,31,0,true,true,false],[558,10,0,true,true,false],[559,30,0,true,true,false],[559,86,0,true,false,false],[560,6,0,false,false,false],[562,25,0,true,true,false],[563,28,0,true,true,false],[565,20,0,true,true,false],[570,14,0,true,false,false],[577,24,0,true,true,false],[578,40,0,true,true,false],[579,35,0,true,true,false],[580,32,0,true,true,false],[582,26,0,true,false,false],[582,34,0,true,true,false],[583,49,0,true,true,false],[584,56,0,true,true,false],[588,34,0,true,true,false],[592,30,0,true,false,false],[606,6,0,false,false,false],[613,54,0,true,true,false],[613,56,0,false,false,false],[614,34,0,true,true,false],[614,39,0,false,false,false],[618,28,0,true,true,false],[620,6,0,false,false,false],[622,27,0,true,true,false],[625,77,0,true,true,false],[626,33,0,true,true,false],[626,49,0,true,true,false],[630,16,0,true,true,false],[630,60,0,true,false,false],[630,61,0,true,true,false],[632,14,0,true,true,false],[636,66,0,true,true,false],[636,69,0,true,false,false],[640,38,0,true,true,false],[641,77,0,true,true,false],[643,18,0,true,false,false],[648,6,0,false,false,false],[650,26,0,true,true,false],[652,39,0,true,true,false],[655,10,0,true,false,false],[656,6,0,false,false,false],[658,27,0,true,true,false],[660,6,0,false,false,false],[662,41,0,true,true,false],[663,34,0,true,true,false],[663,55,0,true,false,false],[664,6,0,false,false,false],[666,21,0,true,true,false],[667,69,0,true,true,false],[669,10,0,true,false,false],[670,6,0,false,false,false],[672,48,0,true,true,false],[674,6,0,false,false,false],[676,29,0,true,true,false],[682,6,0,false,false,false],[684,25,0,true,true,false],[685,69,0,true,true,false],[691,10,0,true,false,false],[692,6,0,false,false,false],[703,23,0,true,true,false],[704,66,0,true,true,false],[707,10,0,true,true,false],[723,12,0,true,true,false],[723,59,0,true,false,false],[723,60,0,true,true,false],[725,10,0,true,false,false],[730,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":115,"covered":0,"percent":0},"instantiations":{"count":118,"covered":0,"percent":0},"lines":{"count":1295,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":231,"covered":0,"notcovered":231,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift","mcdc_records":[],"segments":[[24,40,0,true,true,false],[25,20,0,true,true,false],[25,24,0,true,false,false],[26,13,0,true,true,false],[27,47,0,true,false,false],[28,13,0,true,true,false],[29,77,0,true,false,false],[30,13,0,true,true,false],[31,51,0,true,false,false],[32,13,0,true,true,false],[33,55,0,true,false,false],[34,14,0,true,true,false],[35,10,0,false,false,false],[39,60,0,true,true,false],[39,66,0,false,false,false],[42,48,0,true,true,false],[42,50,0,false,false,false],[45,55,0,true,true,false],[45,57,0,false,false,false],[48,42,0,true,true,false],[48,47,0,false,false,false],[53,53,0,true,true,false],[53,55,0,false,false,false],[57,97,0,true,true,false],[57,99,0,false,false,false],[68,46,0,true,true,false],[68,51,0,false,false,false],[73,48,0,true,true,false],[73,53,0,false,false,false],[76,45,0,true,true,false],[76,48,0,false,false,false],[79,46,0,true,true,false],[79,49,0,false,false,false],[83,13,0,true,true,false],[83,27,0,false,false,false],[84,13,0,true,true,false],[84,38,0,false,false,false],[91,49,0,true,true,false],[91,51,0,false,false,false],[94,49,0,true,true,false],[94,51,0,false,false,false],[97,47,0,true,true,false],[97,50,0,false,false,false],[102,45,0,true,true,false],[102,50,0,false,false,false],[105,50,0,true,true,false],[105,55,0,false,false,false],[108,52,0,true,true,false],[108,57,0,false,false,false],[118,48,0,true,true,false],[118,53,0,false,false,false],[124,58,0,true,true,false],[124,60,0,false,false,false],[128,19,0,true,true,false],[128,21,0,false,false,false],[133,35,0,true,true,false],[135,54,0,true,true,false],[135,64,0,true,true,false],[138,6,0,false,false,false],[141,51,0,true,true,false],[142,60,0,true,true,false],[142,70,0,true,true,false],[144,6,0,false,false,false],[147,50,0,true,true,false],[148,60,0,true,true,false],[148,70,0,true,true,false],[150,6,0,false,false,false],[155,45,0,true,true,false],[157,13,0,true,true,false],[157,36,0,true,true,false],[157,58,0,true,false,false],[158,13,0,true,true,false],[158,45,0,true,false,false],[159,6,0,false,false,false],[162,49,0,true,true,false],[163,32,0,true,true,false],[163,64,0,true,false,false],[164,6,0,false,false,false],[167,46,0,true,true,false],[168,32,0,true,true,false],[168,56,0,true,false,false],[168,60,0,true,true,false],[168,83,0,true,true,false],[168,105,0,true,false,false],[169,6,0,false,false,false],[174,43,0,true,true,false],[176,40,0,true,true,false],[178,10,0,true,true,false],[183,6,0,false,false,false],[186,47,0,true,true,false],[194,6,0,false,false,false],[199,36,0,true,true,false],[204,40,0,true,true,false],[206,10,0,true,true,false],[207,6,0,false,false,false],[210,37,0,true,true,false],[211,28,0,true,true,false],[211,48,0,true,false,false],[211,52,0,true,true,false],[211,74,0,true,false,false],[211,78,0,true,true,false],[211,101,0,true,true,false],[211,119,0,true,false,false],[212,6,0,false,false,false],[217,25,0,true,true,false],[235,6,0,false,false,false],[240,40,0,true,true,false],[242,13,0,true,true,false],[242,37,0,true,false,false],[243,13,0,true,true,false],[243,45,0,true,false,false],[244,13,0,true,true,false],[244,33,0,true,false,false],[245,13,0,true,true,false],[245,36,0,true,true,false],[245,58,0,true,false,false],[246,13,0,true,true,false],[246,35,0,true,false,false],[247,6,0,false,false,false],[252,44,0,true,true,false],[253,59,0,true,true,false],[253,69,0,true,true,false],[255,6,0,false,false,false],[258,47,0,true,true,false],[259,29,0,true,true,false],[259,42,0,true,false,false],[260,6,0,false,false,false],[263,34,0,true,true,false],[265,6,0,false,false,false],[268,36,0,true,true,false],[269,31,0,true,true,false],[269,51,0,true,false,false],[270,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":57,"covered":0,"percent":0},"lines":{"count":148,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":0,"notcovered":75,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift","mcdc_records":[],"segments":[[22,19,0,true,true,false],[22,21,0,false,false,false],[27,56,0,true,true,false],[31,39,0,true,true,false],[36,18,0,true,true,false],[38,14,0,true,true,false],[41,70,0,true,true,false],[43,14,0,true,false,false],[43,20,0,true,true,false],[45,14,0,true,false,false],[46,36,0,true,true,false],[46,48,0,true,false,false],[55,17,0,true,true,false],[55,104,0,true,false,false],[56,6,0,false,false,false],[61,36,0,true,true,false],[71,21,0,true,true,false],[72,61,0,true,true,false],[72,71,0,true,true,false],[74,18,0,true,true,false],[76,14,0,true,false,false],[78,6,0,false,false,false],[81,57,0,true,true,false],[84,60,0,true,true,false],[87,10,0,true,true,false],[100,6,0,false,false,false],[103,61,0,true,true,false],[106,6,0,false,false,false],[111,37,0,true,true,false],[114,6,0,false,false,false],[119,25,0,true,true,false],[121,6,0,false,false,false],[126,35,0,true,true,false],[128,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":119,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift","mcdc_records":[],"segments":[[27,74,0,true,true,false],[28,44,0,true,true,false],[32,48,0,true,true,false],[34,14,0,true,false,false],[37,16,0,true,true,false],[37,53,0,true,false,false],[37,54,0,true,true,false],[37,80,0,true,false,false],[38,16,0,true,true,false],[38,52,0,true,false,false],[38,53,0,true,true,false],[38,79,0,true,false,false],[39,16,0,true,true,false],[39,51,0,true,false,false],[39,52,0,true,true,false],[39,78,0,true,false,false],[40,16,0,true,true,false],[40,53,0,true,false,false],[40,54,0,true,true,false],[40,80,0,true,false,false],[46,6,0,false,false,false],[54,79,0,true,true,false],[56,16,0,true,true,false],[56,26,0,true,false,false],[57,9,0,true,true,false],[58,25,0,true,false,false],[59,9,0,true,true,false],[60,31,0,true,false,false],[61,9,0,true,true,false],[62,33,0,true,false,false],[64,6,0,false,false,false],[72,66,0,true,true,false],[76,62,0,true,true,false],[76,65,0,true,false,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift","mcdc_records":[],"segments":[[12,73,0,true,true,false],[16,6,0,false,false,false],[19,37,0,true,true,false],[21,41,0,true,true,false],[21,45,0,true,false,false],[23,6,0,false,false,false],[34,27,0,true,true,false],[34,47,0,false,false,false],[36,79,0,true,true,false],[40,6,0,false,false,false],[59,121,0,true,true,false],[65,6,0,false,false,false],[68,37,0,true,true,false],[69,40,0,true,true,false],[71,10,0,true,true,false],[72,45,0,true,false,false],[73,6,0,false,false,false],[76,33,0,true,true,false],[78,6,0,false,false,false],[104,75,0,true,true,false],[106,49,0,true,true,false],[106,68,0,true,false,false],[106,70,0,true,true,false],[108,10,0,true,true,false],[110,49,0,true,true,false],[110,70,0,true,false,false],[110,72,0,true,true,false],[112,10,0,true,true,false],[114,49,0,true,true,false],[114,79,0,true,false,false],[114,81,0,true,true,false],[116,10,0,true,true,false],[118,49,0,true,true,false],[118,79,0,true,false,false],[118,81,0,true,true,false],[120,10,0,true,true,false],[121,19,0,true,false,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":56,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift","mcdc_records":[],"segments":[[17,36,0,true,true,false],[17,41,0,false,false,false],[18,36,0,true,true,false],[18,41,0,false,false,false],[20,37,0,true,true,false],[20,40,0,false,false,false],[21,41,0,true,true,false],[21,43,0,false,false,false],[23,25,0,true,true,false],[24,16,0,true,true,false],[25,16,0,true,true,false],[25,29,0,true,false,false],[25,44,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[31,14,0,true,false,false],[34,34,0,true,true,false],[34,38,0,true,false,false],[34,41,0,true,true,false],[34,44,0,true,false,false],[36,18,0,true,true,false],[37,55,0,true,true,false],[39,14,0,true,false,false],[41,23,0,true,true,false],[42,73,0,true,true,false],[44,14,0,true,false,false],[45,67,0,true,true,false],[46,77,0,true,true,false],[48,18,0,true,false,false],[52,6,0,false,false,false],[56,43,0,true,true,false],[57,16,0,true,true,false],[66,54,0,true,true,false],[66,78,0,true,false,false],[66,81,0,true,true,false],[66,105,0,true,false,false],[72,46,0,true,true,false],[72,70,0,true,false,false],[72,73,0,true,true,false],[72,98,0,true,false,false],[74,6,0,false,false,false],[78,48,0,true,true,false],[79,16,0,true,true,false],[83,78,0,true,true,false],[83,79,0,true,false,false],[83,82,0,true,true,false],[83,83,0,true,false,false],[83,100,0,true,true,false],[83,101,0,true,false,false],[83,104,0,true,true,false],[83,105,0,true,false,false],[86,71,0,true,true,false],[86,72,0,true,false,false],[86,75,0,true,true,false],[86,76,0,true,false,false],[90,16,0,true,true,false],[90,27,0,true,false,false],[90,28,0,true,true,false],[95,14,0,true,false,false],[95,83,0,true,true,false],[97,36,0,true,true,false],[104,18,0,true,false,false],[105,20,0,true,true,false],[109,14,0,true,false,false],[112,16,0,true,true,false],[112,28,0,true,false,false],[112,43,0,true,true,false],[113,24,0,true,true,false],[114,28,0,true,true,false],[116,49,0,true,true,false],[120,49,0,true,true,false],[120,73,0,true,false,false],[120,76,0,true,true,false],[120,100,0,true,false,false],[129,14,0,true,true,false],[130,10,0,true,false,false],[131,6,0,false,false,false],[135,40,0,true,true,false],[137,34,0,true,true,false],[137,37,0,true,false,false],[137,40,0,true,true,false],[137,44,0,true,false,false],[138,6,0,false,false,false],[140,40,0,true,true,false],[141,12,0,true,true,false],[141,23,0,true,false,false],[141,24,0,true,true,false],[143,10,0,true,false,false],[143,19,0,true,true,false],[143,28,0,true,false,false],[143,29,0,true,true,false],[145,10,0,true,false,false],[145,16,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false],[150,36,0,true,true,false],[151,12,0,true,true,false],[151,23,0,true,false,false],[151,24,0,true,true,false],[153,10,0,true,false,false],[153,19,0,true,true,false],[153,28,0,true,false,false],[153,29,0,true,true,false],[155,10,0,true,false,false],[155,16,0,true,true,false],[157,10,0,true,false,false],[158,6,0,false,false,false],[160,40,0,true,true,false],[164,6,0,false,false,false],[176,29,0,true,true,false],[176,38,0,false,false,false],[182,36,0,true,true,false],[182,41,0,false,false,false],[183,36,0,true,true,false],[183,41,0,false,false,false],[186,39,0,true,true,false],[186,42,0,false,false,false],[187,38,0,true,true,false],[187,41,0,false,false,false],[188,48,0,true,true,false],[188,51,0,false,false,false],[189,46,0,true,true,false],[189,48,0,false,false,false],[190,44,0,true,true,false],[190,46,0,false,false,false],[191,41,0,true,true,false],[191,43,0,false,false,false],[192,43,0,true,true,false],[192,45,0,false,false,false],[193,40,0,true,true,false],[193,42,0,false,false,false],[194,41,0,true,true,false],[194,43,0,false,false,false],[197,36,0,true,true,false],[199,6,0,false,false,false],[202,38,0,true,true,false],[204,6,0,false,false,false],[207,42,0,true,true,false],[209,6,0,false,false,false],[212,48,0,true,true,false],[214,6,0,false,false,false],[217,69,0,true,true,false],[218,41,0,true,true,false],[218,60,0,true,true,false],[231,12,0,true,true,false],[231,37,0,true,false,false],[231,38,0,true,true,false],[233,10,0,true,true,false],[240,45,0,true,false,false],[241,6,0,false,false,false],[245,39,0,true,true,false],[247,12,0,true,true,false],[247,30,0,true,true,false],[247,53,0,true,false,false],[247,57,0,true,true,false],[247,74,0,true,false,false],[247,75,0,true,true,false],[249,10,0,true,true,false],[252,12,0,true,true,false],[252,28,0,true,false,false],[252,29,0,true,true,false],[254,10,0,true,true,false],[256,41,0,true,true,false],[256,62,0,true,true,false],[266,62,0,true,false,false],[267,6,0,false,false,false],[269,25,0,true,true,false],[270,16,0,true,true,false],[277,71,0,true,true,false],[277,72,0,true,false,false],[277,75,0,true,true,false],[277,76,0,true,false,false],[282,34,0,true,true,false],[284,36,0,true,true,false],[295,18,0,true,false,false],[298,59,0,true,true,false],[303,14,0,true,false,false],[303,48,0,true,true,false],[305,36,0,true,true,false],[316,18,0,true,false,false],[319,23,0,true,true,false],[319,49,0,true,false,false],[319,50,0,true,true,false],[321,36,0,true,true,false],[326,18,0,true,false,false],[328,83,0,true,true,false],[330,36,0,true,true,false],[337,18,0,true,false,false],[338,20,0,true,true,false],[346,14,0,true,false,false],[348,42,0,true,true,false],[348,59,0,true,false,false],[348,63,0,true,true,false],[348,66,0,true,false,false],[348,69,0,true,true,false],[348,80,0,true,false,false],[348,109,0,true,true,false],[348,126,0,true,false,false],[348,130,0,true,true,false],[348,133,0,true,false,false],[348,136,0,true,true,false],[348,148,0,true,false,false],[349,34,0,true,true,false],[349,38,0,true,false,false],[349,41,0,true,true,false],[349,44,0,true,false,false],[353,18,0,true,true,false],[354,55,0,true,true,false],[356,14,0,true,false,false],[358,23,0,true,true,false],[359,73,0,true,true,false],[361,14,0,true,false,false],[362,67,0,true,true,false],[363,77,0,true,true,false],[365,18,0,true,false,false],[369,43,0,true,true,false],[369,63,0,true,false,false],[369,66,0,true,true,false],[369,71,0,true,false,false],[370,54,0,true,true,false],[370,60,0,true,false,false],[370,63,0,true,true,false],[370,70,0,true,false,false],[371,6,0,false,false,false],[375,40,0,true,true,false],[377,34,0,true,true,false],[377,37,0,true,false,false],[377,40,0,true,true,false],[377,44,0,true,false,false],[378,6,0,false,false,false],[380,40,0,true,true,false],[381,12,0,true,true,false],[381,23,0,true,false,false],[381,24,0,true,true,false],[383,10,0,true,false,false],[383,19,0,true,true,false],[383,28,0,true,false,false],[383,29,0,true,true,false],[385,10,0,true,false,false],[385,16,0,true,true,false],[387,10,0,true,false,false],[388,6,0,false,false,false],[390,36,0,true,true,false],[391,12,0,true,true,false],[391,23,0,true,false,false],[391,24,0,true,true,false],[393,10,0,true,false,false],[393,19,0,true,true,false],[393,28,0,true,false,false],[393,29,0,true,true,false],[395,10,0,true,false,false],[395,16,0,true,true,false],[397,10,0,true,false,false],[398,6,0,false,false,false],[400,36,0,true,true,false],[402,6,0,false,false,false],[404,39,0,true,true,false],[405,21,0,true,true,false],[405,22,0,true,false,false],[405,25,0,true,true,false],[405,26,0,true,false,false],[406,6,0,false,false,false],[408,39,0,true,true,false],[409,21,0,true,true,false],[409,22,0,true,false,false],[409,25,0,true,true,false],[409,26,0,true,false,false],[410,6,0,false,false,false],[423,36,0,true,true,false],[423,41,0,false,false,false],[424,36,0,true,true,false],[424,41,0,false,false,false],[427,34,0,true,true,false],[427,37,0,false,false,false],[430,37,0,true,true,false],[430,40,0,false,false,false],[431,41,0,true,true,false],[431,43,0,false,false,false],[434,46,0,true,true,false],[435,32,0,true,true,false],[435,52,0,true,true,false],[439,12,0,true,true,false],[439,46,0,true,false,false],[439,47,0,true,true,false],[441,10,0,true,true,false],[444,12,0,true,true,false],[444,25,0,true,false,false],[444,26,0,true,true,false],[446,10,0,true,true,false],[450,12,0,true,true,false],[450,43,0,true,false,false],[450,44,0,true,true,false],[452,10,0,true,true,false],[455,12,0,true,true,false],[455,25,0,true,false,false],[455,26,0,true,true,false],[457,10,0,true,true,false],[461,12,0,true,true,false],[461,47,0,true,false,false],[461,48,0,true,true,false],[463,10,0,true,true,false],[467,12,0,true,true,false],[467,43,0,true,false,false],[467,44,0,true,true,false],[469,10,0,true,true,false],[473,12,0,true,true,false],[473,45,0,true,false,false],[473,46,0,true,true,false],[475,10,0,true,true,false],[478,25,0,true,false,false],[479,6,0,false,false,false],[481,46,0,true,true,false],[483,6,0,false,false,false],[485,25,0,true,true,false],[486,16,0,true,true,false],[493,71,0,true,true,false],[493,72,0,true,false,false],[493,75,0,true,true,false],[493,76,0,true,false,false],[500,34,0,true,true,false],[500,38,0,true,false,false],[500,41,0,true,true,false],[500,44,0,true,false,false],[502,18,0,true,true,false],[503,55,0,true,true,false],[505,14,0,true,false,false],[507,23,0,true,true,false],[508,73,0,true,true,false],[510,14,0,true,false,false],[511,67,0,true,true,false],[512,77,0,true,true,false],[514,18,0,true,false,false],[518,6,0,false,false,false],[523,39,0,true,true,false],[524,16,0,true,true,false],[524,26,0,true,false,false],[525,9,0,true,true,false],[526,31,0,true,false,false],[527,9,0,true,true,false],[528,34,0,true,false,false],[529,9,0,true,true,false],[530,26,0,true,false,false],[531,9,0,true,true,false],[532,33,0,true,false,false],[533,9,0,true,true,false],[534,25,0,true,false,false],[535,9,0,true,true,false],[536,28,0,true,false,false],[537,10,0,true,true,false],[538,6,0,false,false,false],[543,47,0,true,true,false],[544,40,0,true,true,false],[544,82,0,true,false,false],[546,28,0,true,true,false],[547,38,0,true,true,false],[551,14,0,true,true,false],[556,10,0,true,false,false],[560,6,0,false,false,false],[565,50,0,true,true,false],[566,12,0,true,true,false],[566,38,0,true,false,false],[566,39,0,true,true,false],[567,32,0,true,true,false],[572,14,0,true,false,false],[575,16,0,true,true,false],[581,10,0,true,false,false],[582,6,0,false,false,false],[587,42,0,true,true,false],[588,16,0,true,true,false],[590,20,0,true,true,false],[595,14,0,true,false,false],[602,20,0,true,true,false],[607,14,0,true,false,false],[612,6,0,false,false,false],[617,49,0,true,true,false],[620,45,0,true,true,false],[620,62,0,true,true,false],[620,73,0,true,false,false],[621,50,0,true,true,false],[621,63,0,true,false,false],[623,12,0,true,true,false],[623,28,0,true,true,false],[623,42,0,true,false,false],[623,43,0,true,true,false],[629,10,0,true,false,false],[629,16,0,true,true,false],[631,20,0,true,true,false],[633,24,0,true,true,false],[638,18,0,true,false,false],[644,6,0,false,false,false],[649,41,0,true,true,false],[654,6,0,false,false,false],[659,44,0,true,true,false],[660,56,0,true,true,false],[662,32,0,true,true,false],[669,14,0,true,false,false],[671,16,0,true,true,false],[677,10,0,true,false,false],[678,6,0,false,false,false],[682,40,0,true,true,false],[684,34,0,true,true,false],[684,37,0,true,false,false],[684,40,0,true,true,false],[684,44,0,true,false,false],[685,6,0,false,false,false],[687,40,0,true,true,false],[688,12,0,true,true,false],[688,23,0,true,false,false],[688,24,0,true,true,false],[690,10,0,true,false,false],[690,19,0,true,true,false],[690,28,0,true,false,false],[690,29,0,true,true,false],[692,10,0,true,false,false],[692,16,0,true,true,false],[694,10,0,true,false,false],[695,6,0,false,false,false],[697,36,0,true,true,false],[698,12,0,true,true,false],[698,23,0,true,false,false],[698,24,0,true,true,false],[700,10,0,true,false,false],[700,19,0,true,true,false],[700,28,0,true,false,false],[700,29,0,true,true,false],[702,10,0,true,false,false],[702,16,0,true,true,false],[704,10,0,true,false,false],[705,6,0,false,false,false],[707,36,0,true,true,false],[709,6,0,false,false,false],[711,39,0,true,true,false],[712,21,0,true,true,false],[712,22,0,true,false,false],[712,25,0,true,true,false],[712,26,0,true,false,false],[713,6,0,false,false,false],[715,39,0,true,true,false],[716,21,0,true,true,false],[716,22,0,true,false,false],[716,25,0,true,true,false],[716,26,0,true,false,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":105,"covered":0,"percent":0},"instantiations":{"count":105,"covered":0,"percent":0},"lines":{"count":1018,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":250,"covered":0,"notcovered":250,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift","mcdc_records":[],"segments":[[12,37,0,true,true,false],[12,38,0,false,false,false],[14,50,0,true,true,false],[14,53,0,false,false,false],[16,25,0,true,true,false],[17,16,0,true,true,false],[19,10,0,true,false,false],[19,18,0,true,true,false],[21,10,0,true,false,false],[26,34,0,true,true,false],[29,20,0,true,true,false],[29,35,0,true,false,false],[29,36,0,true,true,false],[30,107,0,true,true,false],[31,30,0,true,true,false],[32,32,0,true,true,false],[32,47,0,true,false,false],[32,48,0,true,true,false],[34,30,0,true,false,false],[38,27,0,true,true,false],[38,42,0,true,false,false],[38,43,0,true,true,false],[43,18,0,true,false,false],[46,6,0,false,false,false],[57,36,0,true,true,false],[57,41,0,false,false,false],[58,36,0,true,true,false],[58,41,0,false,false,false],[60,33,0,true,true,false],[60,35,0,false,false,false],[61,41,0,true,true,false],[61,42,0,false,false,false],[62,37,0,true,true,false],[62,39,0,false,false,false],[64,25,0,true,true,false],[65,16,0,true,true,false],[71,71,0,true,true,false],[71,72,0,true,false,false],[71,75,0,true,true,false],[71,76,0,true,false,false],[74,16,0,true,true,false],[74,27,0,true,false,false],[74,28,0,true,true,false],[78,14,0,true,false,false],[78,23,0,true,true,false],[78,36,0,true,false,false],[78,37,0,true,true,false],[82,14,0,true,false,false],[82,20,0,true,true,false],[89,14,0,true,false,false],[92,34,0,true,true,false],[92,38,0,true,false,false],[92,41,0,true,true,false],[92,44,0,true,false,false],[94,18,0,true,true,false],[95,55,0,true,true,false],[97,14,0,true,false,false],[99,23,0,true,true,false],[100,73,0,true,true,false],[102,14,0,true,false,false],[103,67,0,true,true,false],[104,77,0,true,true,false],[106,18,0,true,false,false],[110,6,0,false,false,false],[112,40,0,true,true,false],[114,34,0,true,true,false],[114,37,0,true,false,false],[114,40,0,true,true,false],[114,44,0,true,false,false],[115,6,0,false,false,false],[117,40,0,true,true,false],[118,12,0,true,true,false],[118,23,0,true,false,false],[118,24,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,28,0,true,false,false],[120,29,0,true,true,false],[122,10,0,true,false,false],[122,16,0,true,true,false],[124,10,0,true,false,false],[125,6,0,false,false,false],[127,36,0,true,true,false],[128,12,0,true,true,false],[128,23,0,true,false,false],[128,24,0,true,true,false],[130,10,0,true,false,false],[130,19,0,true,true,false],[130,28,0,true,false,false],[130,29,0,true,true,false],[132,10,0,true,false,false],[132,16,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false],[137,36,0,true,true,false],[139,6,0,false,false,false],[141,39,0,true,true,false],[142,21,0,true,true,false],[142,22,0,true,false,false],[142,25,0,true,true,false],[142,26,0,true,false,false],[143,6,0,false,false,false],[145,39,0,true,true,false],[146,21,0,true,true,false],[146,22,0,true,false,false],[146,25,0,true,true,false],[146,26,0,true,false,false],[147,6,0,false,false,false],[156,25,0,true,true,false],[157,29,0,true,true,false],[159,53,0,true,true,false],[160,37,0,true,true,false],[167,63,0,true,true,false],[167,65,0,true,false,false],[167,68,0,true,true,false],[167,109,0,true,false,false],[169,32,0,true,true,false],[169,67,0,true,false,false],[172,24,0,true,true,false],[172,53,0,true,false,false],[172,54,0,true,true,false],[173,32,0,true,true,false],[177,26,0,true,false,false],[177,34,0,true,true,false],[180,26,0,true,false,false],[185,22,0,true,true,false],[188,18,0,true,false,false],[191,20,0,true,true,false],[191,49,0,true,false,false],[191,50,0,true,true,false],[195,18,0,true,true,false],[196,14,0,true,false,false],[199,33,0,true,true,false],[206,64,0,true,true,false],[206,66,0,true,false,false],[206,69,0,true,true,false],[206,115,0,true,false,false],[208,28,0,true,true,false],[208,68,0,true,false,false],[211,20,0,true,true,false],[211,54,0,true,false,false],[211,55,0,true,true,false],[212,28,0,true,true,false],[214,22,0,true,false,false],[214,30,0,true,true,false],[217,22,0,true,false,false],[222,18,0,true,true,false],[225,14,0,true,false,false],[228,80,0,true,true,false],[229,37,0,true,true,false],[236,54,0,true,true,false],[236,56,0,true,false,false],[236,59,0,true,true,false],[236,91,0,true,false,false],[238,32,0,true,true,false],[238,80,0,true,false,false],[241,24,0,true,true,false],[241,44,0,true,false,false],[241,45,0,true,true,false],[242,32,0,true,true,false],[244,26,0,true,false,false],[244,34,0,true,true,false],[247,26,0,true,false,false],[250,22,0,true,true,false],[253,28,0,true,true,false],[255,22,0,true,false,false],[255,30,0,true,true,false],[258,22,0,true,false,false],[267,16,0,true,true,false],[267,84,0,true,false,false],[267,85,0,true,true,false],[268,37,0,true,true,false],[272,28,0,true,true,false],[274,22,0,true,false,false],[274,30,0,true,true,false],[275,44,0,true,true,false],[280,26,0,true,false,false],[290,14,0,true,true,false],[293,33,0,true,true,false],[299,20,0,true,true,false],[299,48,0,true,false,false],[299,49,0,true,true,false],[301,61,0,true,true,false],[302,44,0,true,true,false],[303,69,0,true,true,false],[310,30,0,true,false,false],[311,69,0,true,true,false],[318,30,0,true,false,false],[324,24,0,true,true,false],[326,40,0,true,true,false],[334,22,0,true,false,false],[338,24,0,true,true,false],[340,24,0,true,true,false],[340,52,0,true,false,false],[340,53,0,true,true,false],[344,22,0,true,false,false],[344,28,0,true,true,false],[347,22,0,true,false,false],[348,26,0,true,true,false],[351,73,0,true,true,false],[351,85,0,true,false,false],[351,88,0,true,true,false],[351,98,0,true,false,false],[354,54,0,true,true,false],[354,73,0,true,false,false],[354,76,0,true,true,false],[354,102,0,true,false,false],[365,6,0,false,false,false],[369,47,0,true,true,false],[370,50,0,true,true,false],[371,76,0,true,true,false],[372,37,0,true,true,false],[373,28,0,true,true,false],[375,22,0,true,false,false],[375,30,0,true,true,false],[376,84,0,true,true,false],[376,107,0,true,false,false],[376,110,0,true,true,false],[376,118,0,true,false,false],[378,87,0,true,true,false],[378,99,0,true,false,false],[378,102,0,true,true,false],[378,112,0,true,false,false],[382,61,0,true,true,false],[387,28,0,true,true,false],[387,66,0,true,false,false],[387,67,0,true,true,false],[392,26,0,true,true,false],[393,22,0,true,false,false],[399,20,0,true,true,false],[399,47,0,true,false,false],[399,87,0,true,true,false],[407,18,0,true,true,false],[408,14,0,true,false,false],[410,6,0,false,false,false],[414,43,0,true,true,false],[416,65,0,true,true,false],[416,87,0,true,true,false],[417,53,0,true,false,false],[418,6,0,false,false,false],[420,63,0,true,true,false],[434,48,0,true,true,false],[434,64,0,true,false,false],[435,6,0,false,false,false],[445,25,0,true,true,false],[446,29,0,true,true,false],[460,33,0,true,true,false],[461,37,0,true,true,false],[463,18,0,true,false,false],[467,42,0,true,true,false],[469,18,0,true,false,false],[473,34,0,true,true,false],[475,18,0,true,false,false],[482,6,0,false,false,false],[489,40,0,true,true,false],[517,6,0,false,false,false],[538,38,0,true,true,false],[538,43,0,false,false,false],[541,45,0,true,true,false],[541,47,0,false,false,false],[544,37,0,true,true,false],[544,39,0,false,false,false],[547,35,0,true,true,false],[549,12,0,true,true,false],[549,36,0,true,true,false],[549,65,0,true,false,false],[549,69,0,true,true,false],[549,92,0,true,false,false],[549,93,0,true,true,false],[549,109,0,true,true,false],[551,12,0,true,true,false],[551,31,0,true,false,false],[551,32,0,true,true,false],[551,48,0,true,true,false],[552,56,0,true,true,false],[552,93,0,true,false,false],[553,6,0,false,false,false],[556,41,0,true,true,false],[557,12,0,true,true,false],[557,32,0,true,false,false],[557,33,0,true,true,false],[557,52,0,true,true,false],[558,12,0,true,true,false],[558,41,0,true,false,false],[558,42,0,true,true,false],[558,61,0,true,true,false],[559,12,0,true,true,false],[559,35,0,true,false,false],[559,36,0,true,true,false],[559,52,0,true,true,false],[560,21,0,true,false,false],[561,6,0,false,false,false],[563,25,0,true,true,false],[564,24,0,true,true,false],[569,19,0,true,true,false],[570,20,0,true,true,false],[570,31,0,true,false,false],[570,32,0,true,true,false],[572,18,0,true,false,false],[572,24,0,true,true,false],[574,18,0,true,false,false],[579,51,0,true,true,false],[579,59,0,true,false,false],[579,62,0,true,true,false],[579,69,0,true,false,false],[582,6,0,false,false,false],[584,67,0,true,true,false],[585,29,0,true,true,false],[586,16,0,true,true,false],[586,37,0,true,false,false],[586,38,0,true,true,false],[588,14,0,true,true,false],[591,32,0,true,true,false],[601,14,0,true,false,false],[609,32,0,true,true,false],[622,14,0,true,false,false],[624,16,0,true,true,false],[624,37,0,true,false,false],[624,38,0,true,true,false],[626,14,0,true,true,false],[627,10,0,true,false,false],[628,6,0,false,false,false],[630,65,0,true,true,false],[631,28,0,true,true,false],[633,32,0,true,true,false],[644,14,0,true,false,false],[653,32,0,true,true,false],[667,14,0,true,false,false],[669,6,0,false,false,false],[681,36,0,true,true,false],[681,41,0,false,false,false],[683,37,0,true,true,false],[684,47,0,true,true,false],[684,59,0,true,false,false],[684,62,0,true,true,false],[684,86,0,true,false,false],[685,6,0,false,false,false],[687,30,0,true,true,false],[687,54,0,false,false,false],[689,25,0,true,true,false],[690,14,0,true,true,false],[692,50,0,true,true,false],[693,24,0,true,true,false],[695,18,0,true,false,false],[695,26,0,true,true,false],[696,28,0,true,true,false],[697,61,0,true,true,false],[697,73,0,true,false,false],[697,76,0,true,true,false],[697,93,0,true,false,false],[699,28,0,true,true,false],[699,75,0,true,false,false],[699,76,0,true,true,false],[701,26,0,true,true,false],[702,22,0,true,false,false],[709,20,0,true,true,false],[711,14,0,true,false,false],[711,22,0,true,true,false],[713,14,0,true,false,false],[714,18,0,true,true,false],[715,32,0,true,true,false],[727,14,0,true,false,false],[732,39,0,true,true,false],[732,68,0,true,false,false],[732,71,0,true,true,false],[732,82,0,true,false,false],[736,18,0,true,true,false],[736,36,0,true,false,false],[739,6,0,false,false,false],[753,35,0,true,true,false],[756,21,0,true,true,false],[756,38,0,true,true,false],[756,49,0,true,false,false],[756,53,0,true,true,false],[756,62,0,true,false,false],[758,38,0,true,true,false],[758,63,0,true,true,false],[758,95,0,true,false,false],[759,6,0,false,false,false],[761,44,0,true,true,false],[762,39,0,true,true,false],[762,53,0,true,true,false],[766,21,0,true,true,false],[766,38,0,true,true,false],[766,49,0,true,false,false],[766,53,0,true,true,false],[766,62,0,true,false,false],[768,12,0,true,true,false],[768,29,0,true,false,false],[768,30,0,true,true,false],[770,10,0,true,true,false],[772,12,0,true,true,false],[772,43,0,true,true,false],[772,75,0,true,false,false],[772,77,0,true,true,false],[774,10,0,true,true,false],[776,19,0,true,false,false],[777,6,0,false,false,false],[779,25,0,true,true,false],[780,29,0,true,true,false],[784,53,0,true,true,false],[788,31,0,true,true,false],[789,28,0,true,true,false],[789,39,0,true,false,false],[789,40,0,true,true,false],[791,26,0,true,false,false],[795,52,0,true,true,false],[799,18,0,true,true,false],[800,14,0,true,false,false],[802,33,0,true,true,false],[803,34,0,true,true,false],[805,18,0,true,false,false],[809,34,0,true,true,false],[811,18,0,true,false,false],[819,19,0,true,true,false],[821,10,0,true,false,false],[822,6,0,false,false,false],[833,25,0,true,true,false],[834,29,0,true,true,false],[841,27,0,true,true,false],[841,41,0,true,false,false],[845,33,0,true,true,false],[846,34,0,true,true,false],[848,18,0,true,false,false],[853,30,0,true,true,false],[855,18,0,true,false,false],[863,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":132,"covered":0,"percent":0},"instantiations":{"count":132,"covered":0,"percent":0},"lines":{"count":2005,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":253,"covered":0,"notcovered":253,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift","mcdc_records":[],"segments":[[13,30,0,true,true,false],[15,6,0,false,false,false],[17,25,0,true,true,false],[18,20,0,true,true,false],[19,54,0,true,true,false],[40,14,0,true,false,false],[47,47,0,true,true,false],[47,50,0,true,false,false],[47,53,0,true,true,false],[47,57,0,true,false,false],[50,6,0,false,false,false],[54,50,0,true,true,false],[54,55,0,false,false,false],[56,48,0,true,true,false],[57,49,0,true,true,false],[63,63,0,true,true,false],[65,37,0,true,true,false],[78,28,0,true,true,false],[80,22,0,true,false,false],[80,30,0,true,true,false],[84,22,0,true,false,false],[100,20,0,true,true,false],[102,22,0,true,true,false],[104,28,0,true,true,false],[106,22,0,true,false,false],[106,30,0,true,true,false],[108,22,0,true,false,false],[114,24,0,true,true,false],[114,44,0,true,false,false],[114,45,0,true,true,false],[115,46,0,true,true,false],[116,36,0,true,true,false],[118,30,0,true,false,false],[118,38,0,true,true,false],[119,39,0,true,true,false],[121,34,0,true,false,false],[121,41,0,true,true,false],[123,34,0,true,false,false],[128,22,0,true,true,false],[131,28,0,true,true,false],[133,22,0,true,false,false],[133,30,0,true,true,false],[135,22,0,true,false,false],[136,26,0,true,true,false],[137,41,0,true,true,false],[152,22,0,true,false,false],[169,6,0,false,false,false],[173,46,0,true,true,false],[174,49,0,true,true,false],[183,61,0,true,true,false],[183,98,0,true,false,false],[183,102,0,true,true,false],[183,130,0,true,false,false],[184,15,0,true,true,false],[189,14,0,true,false,false],[196,15,0,true,true,false],[198,14,0,true,false,false],[205,15,0,true,true,false],[207,14,0,true,false,false],[209,6,0,false,false,false],[213,49,0,true,true,false],[214,50,0,true,true,false],[219,92,0,true,true,false],[220,54,0,true,true,false],[224,23,0,true,true,false],[226,22,0,true,false,false],[230,6,0,false,false,false],[234,52,0,true,true,false],[235,49,0,true,true,false],[237,32,0,true,true,false],[240,63,0,true,true,false],[240,80,0,true,false,false],[240,83,0,true,true,false],[240,93,0,true,false,false],[255,6,0,false,false,false],[258,44,0,true,true,false],[259,12,0,true,true,false],[259,30,0,true,false,false],[259,31,0,true,true,false],[262,10,0,true,false,false],[262,45,0,true,true,false],[266,10,0,true,false,false],[266,16,0,true,true,false],[268,45,0,true,true,false],[268,49,0,true,false,false],[268,52,0,true,true,false],[268,56,0,true,false,false],[270,6,0,false,false,false],[283,36,0,true,true,false],[283,41,0,false,false,false],[285,25,0,true,true,false],[286,32,0,true,true,false],[287,33,0,true,true,false],[290,51,0,true,true,false],[290,68,0,true,false,false],[290,71,0,true,true,false],[290,81,0,true,false,false],[293,57,0,true,true,false],[297,37,0,true,true,false],[302,22,0,true,true,false],[303,18,0,true,false,false],[307,20,0,true,true,false],[307,30,0,true,false,false],[307,31,0,true,true,false],[311,18,0,true,true,false],[312,14,0,true,false,false],[313,51,0,true,true,false],[313,52,0,true,false,false],[313,55,0,true,true,false],[313,57,0,true,false,false],[317,40,0,true,true,false],[317,71,0,true,false,false],[317,74,0,true,true,false],[317,87,0,true,true,false],[317,115,0,true,false,false],[317,118,0,true,true,false],[317,129,0,true,false,false],[321,42,0,true,true,false],[321,72,0,true,false,false],[321,75,0,true,true,false],[321,86,0,true,false,false],[325,18,0,true,true,false],[325,36,0,true,false,false],[328,6,0,false,false,false],[339,36,0,true,true,false],[339,41,0,false,false,false],[341,25,0,true,true,false],[342,31,0,true,true,false],[343,32,0,true,true,false],[346,51,0,true,true,false],[346,68,0,true,false,false],[346,71,0,true,true,false],[346,79,0,true,false,false],[358,40,0,true,true,false],[358,71,0,true,false,false],[358,74,0,true,true,false],[358,87,0,true,true,false],[358,115,0,true,false,false],[358,118,0,true,true,false],[358,129,0,true,false,false],[362,42,0,true,true,false],[362,72,0,true,false,false],[362,75,0,true,true,false],[362,86,0,true,false,false],[366,18,0,true,true,false],[366,36,0,true,false,false],[369,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":847,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":0,"notcovered":87,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift","mcdc_records":[],"segments":[[18,42,0,true,true,false],[18,59,0,false,false,false],[36,44,0,true,true,false],[36,49,0,false,false,false],[37,44,0,true,true,false],[37,46,0,false,false,false],[40,54,0,true,true,false],[40,59,0,false,false,false],[43,42,0,true,true,false],[43,47,0,false,false,false],[46,47,0,true,true,false],[46,52,0,false,false,false],[47,39,0,true,true,false],[47,41,0,false,false,false],[49,25,0,true,true,false],[50,28,0,true,true,false],[52,32,0,true,true,false],[63,33,0,true,true,false],[63,69,0,true,false,false],[64,34,0,true,true,false],[64,71,0,true,false,false],[69,20,0,true,true,false],[69,42,0,true,false,false],[69,43,0,true,true,false],[72,18,0,true,true,false],[77,24,0,true,true,false],[80,40,0,true,true,false],[82,26,0,true,false,false],[83,40,0,true,true,false],[85,26,0,true,false,false],[93,22,0,true,true,false],[94,52,0,true,true,false],[96,40,0,true,true,false],[96,61,0,true,false,false],[97,40,0,true,true,false],[97,78,0,true,false,false],[100,52,0,true,true,false],[101,28,0,true,true,false],[102,66,0,true,true,false],[102,94,0,true,false,false],[103,30,0,true,true,false],[105,22,0,true,false,false],[106,45,0,true,true,false],[106,61,0,true,false,false],[106,64,0,true,true,false],[106,80,0,true,false,false],[108,59,0,true,true,false],[108,75,0,true,false,false],[108,78,0,true,true,false],[108,94,0,true,false,false],[113,16,0,true,true,false],[113,31,0,true,false,false],[113,32,0,true,true,false],[117,14,0,true,true,false],[118,10,0,true,false,false],[119,44,0,true,true,false],[119,47,0,true,false,false],[119,50,0,true,true,false],[119,53,0,true,false,false],[126,19,0,true,true,false],[129,50,0,true,true,false],[139,14,0,true,false,false],[139,20,0,true,true,false],[142,14,0,true,false,false],[144,22,0,true,true,false],[146,10,0,true,false,false],[147,84,0,true,true,false],[151,13,0,true,true,false],[166,14,0,true,false,false],[168,84,0,true,true,false],[172,13,0,true,true,false],[174,14,0,true,false,false],[176,48,0,true,true,false],[177,37,0,true,true,false],[182,14,0,true,false,false],[184,72,0,true,true,false],[185,41,0,true,true,false],[185,43,0,true,false,false],[186,20,0,true,true,false],[188,10,0,true,false,false],[189,83,0,true,true,false],[190,45,0,true,true,false],[190,47,0,true,false,false],[191,54,0,true,true,false],[192,22,0,true,true,false],[194,18,0,true,false,false],[196,20,0,true,true,false],[198,10,0,true,false,false],[199,58,0,true,true,false],[202,27,0,true,true,false],[202,52,0,true,false,false],[203,27,0,true,true,false],[203,65,0,true,false,false],[206,60,0,true,true,false],[208,29,0,true,true,false],[208,68,0,true,false,false],[209,33,0,true,true,false],[209,76,0,true,false,false],[210,27,0,true,true,false],[214,18,0,true,false,false],[217,52,0,true,true,false],[221,27,0,true,true,false],[225,18,0,true,false,false],[226,27,0,true,true,false],[229,18,0,true,false,false],[232,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":497,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift","mcdc_records":[],"segments":[[8,49,0,true,true,false],[10,6,0,false,false,false],[13,29,0,true,true,false],[15,6,0,false,false,false],[18,30,0,true,true,false],[20,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":9,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift","mcdc_records":[],"segments":[[17,21,0,true,true,false],[20,12,0,true,true,false],[25,16,0,true,true,false],[25,37,0,true,false,false],[25,38,0,true,true,false],[33,14,0,true,false,false],[35,52,0,true,true,false],[40,14,0,true,true,false],[50,40,0,true,true,false],[50,93,0,true,false,false],[54,65,0,true,true,false],[57,63,0,true,true,false],[62,64,0,true,true,false],[67,16,0,true,true,false],[67,76,0,true,false,false],[67,77,0,true,true,false],[68,20,0,true,true,false],[69,89,0,true,true,false],[71,18,0,true,false,false],[71,91,0,true,true,false],[73,18,0,true,false,false],[73,25,0,true,true,false],[76,18,0,true,true,false],[77,14,0,true,true,false],[86,24,0,true,false,false],[87,17,0,true,true,false],[92,10,0,true,false,false],[93,6,0,false,false,false],[99,13,0,true,true,false],[100,12,0,true,true,false],[101,124,0,true,true,false],[103,14,0,true,true,false],[106,40,0,true,true,false],[106,93,0,true,false,false],[108,16,0,true,true,false],[108,40,0,true,false,false],[108,41,0,true,true,false],[110,110,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,69,0,true,true,false],[114,14,0,true,true,false],[117,63,0,true,true,false],[121,10,0,true,false,false],[121,17,0,true,true,false],[123,10,0,true,true,false],[124,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":105,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[15,12,0,true,true,false],[15,27,0,true,false,false],[15,28,0,true,true,false],[19,35,0,true,true,false],[22,14,0,true,false,false],[24,6,0,false,false,false],[27,40,0,true,true,false],[35,12,0,true,true,false],[35,32,0,true,false,false],[35,33,0,true,true,false],[37,10,0,true,false,false],[37,19,0,true,true,false],[37,47,0,true,false,false],[37,120,0,true,true,false],[39,10,0,true,false,false],[40,6,0,false,false,false],[43,38,0,true,true,false],[45,6,0,false,false,false],[48,71,0,true,true,false],[52,88,0,true,true,false],[54,16,0,true,true,false],[54,35,0,true,false,false],[54,36,0,true,true,false],[57,14,0,true,true,false],[62,23,0,true,false,false],[66,62,0,true,true,false],[67,33,0,true,true,false],[67,43,0,true,true,false],[68,60,0,true,true,false],[68,70,0,true,true,false],[69,53,0,true,true,false],[69,73,0,true,false,false],[69,77,0,true,true,false],[69,100,0,true,true,false],[69,118,0,true,false,false],[70,16,0,true,true,false],[70,30,0,true,false,false],[70,31,0,true,true,false],[72,14,0,true,false,false],[74,6,0,false,false,false],[80,7,0,true,true,false],[87,12,0,true,true,false],[87,34,0,true,false,false],[87,35,0,true,true,false],[89,10,0,true,false,false],[91,50,0,true,true,false],[95,10,0,true,true,false],[97,55,0,true,true,false],[98,33,0,true,true,false],[98,43,0,true,true,false],[100,18,0,true,true,false],[108,19,0,true,true,false],[109,26,0,true,true,false],[111,22,0,true,false,false],[115,6,0,false,false,false],[117,45,0,true,true,false],[129,59,0,true,true,false],[132,10,0,true,true,false],[137,6,0,false,false,false],[139,54,0,true,true,false],[140,12,0,true,true,false],[140,20,0,true,false,false],[140,21,0,true,true,false],[143,10,0,true,true,false],[153,6,0,false,false,false],[156,29,0,true,true,false],[160,6,0,false,false,false],[162,33,0,true,true,false],[163,50,0,true,true,false],[165,10,0,true,false,false],[168,6,0,false,false,false],[171,70,0,true,true,false],[176,12,0,true,true,false],[176,40,0,true,false,false],[176,41,0,true,true,false],[176,59,0,true,false,false],[177,12,0,true,true,false],[177,40,0,true,false,false],[177,41,0,true,true,false],[177,59,0,true,false,false],[178,12,0,true,true,false],[178,39,0,true,false,false],[178,40,0,true,true,false],[178,58,0,true,false,false],[179,12,0,true,true,false],[179,38,0,true,false,false],[179,39,0,true,true,false],[179,57,0,true,false,false],[181,30,0,true,true,false],[181,37,0,true,false,false],[182,9,0,true,true,false],[182,20,0,true,false,false],[183,9,0,true,true,false],[183,20,0,true,false,false],[184,9,0,true,true,false],[184,20,0,true,false,false],[185,9,0,true,true,false],[185,20,0,true,false,false],[186,9,0,true,true,false],[186,20,0,true,false,false],[187,9,0,true,true,false],[187,20,0,true,false,false],[188,9,0,true,true,false],[188,20,0,true,false,false],[189,9,0,true,true,false],[189,20,0,true,false,false],[190,9,0,true,true,false],[190,20,0,true,false,false],[191,9,0,true,true,false],[191,20,0,true,false,false],[192,9,0,true,true,false],[192,21,0,true,false,false],[193,9,0,true,true,false],[193,21,0,true,false,false],[194,9,0,true,true,false],[194,21,0,true,false,false],[195,9,0,true,true,false],[195,21,0,true,false,false],[196,9,0,true,true,false],[196,21,0,true,false,false],[197,9,0,true,true,false],[197,21,0,true,false,false],[198,9,0,true,true,false],[198,21,0,true,false,false],[199,9,0,true,true,false],[199,21,0,true,false,false],[200,9,0,true,true,false],[200,21,0,true,false,false],[201,9,0,true,true,false],[201,21,0,true,false,false],[202,9,0,true,true,false],[202,21,0,true,false,false],[203,9,0,true,true,false],[203,21,0,true,false,false],[204,9,0,true,true,false],[204,21,0,true,false,false],[205,9,0,true,true,false],[205,21,0,true,false,false],[206,9,0,true,true,false],[206,21,0,true,false,false],[207,9,0,true,true,false],[207,21,0,true,false,false],[208,9,0,true,true,false],[208,21,0,true,false,false],[209,9,0,true,true,false],[209,21,0,true,false,false],[210,9,0,true,true,false],[210,21,0,true,false,false],[211,9,0,true,true,false],[211,21,0,true,false,false],[212,9,0,true,true,false],[212,21,0,true,false,false],[213,9,0,true,true,false],[213,21,0,true,false,false],[214,9,0,true,true,false],[214,21,0,true,false,false],[215,9,0,true,true,false],[215,21,0,true,false,false],[216,9,0,true,true,false],[216,21,0,true,false,false],[217,9,0,true,true,false],[217,23,0,true,false,false],[218,9,0,true,true,false],[218,21,0,true,false,false],[219,9,0,true,true,false],[219,21,0,true,false,false],[220,9,0,true,true,false],[220,21,0,true,false,false],[221,9,0,true,true,false],[221,21,0,true,false,false],[222,9,0,true,true,false],[222,21,0,true,false,false],[223,9,0,true,true,false],[223,22,0,true,false,false],[224,9,0,true,true,false],[224,21,0,true,false,false],[225,9,0,true,true,false],[225,21,0,true,false,false],[226,9,0,true,true,false],[226,21,0,true,false,false],[227,9,0,true,true,false],[227,21,0,true,false,false],[228,9,0,true,true,false],[228,21,0,true,false,false],[229,9,0,true,true,false],[229,23,0,true,false,false],[230,9,0,true,true,false],[230,23,0,true,false,false],[231,9,0,true,true,false],[231,21,0,true,false,false],[232,9,0,true,true,false],[232,24,0,true,false,false],[233,9,0,true,true,false],[233,23,0,true,false,false],[234,9,0,true,true,false],[234,24,0,true,false,false],[235,9,0,true,true,false],[235,24,0,true,false,false],[236,9,0,true,true,false],[236,24,0,true,false,false],[237,9,0,true,true,false],[237,24,0,true,false,false],[238,9,0,true,true,false],[238,24,0,true,false,false],[239,9,0,true,true,false],[239,24,0,true,false,false],[240,9,0,true,true,false],[240,24,0,true,false,false],[241,9,0,true,true,false],[241,24,0,true,false,false],[242,9,0,true,true,false],[242,22,0,true,false,false],[243,9,0,true,true,false],[243,22,0,true,false,false],[244,9,0,true,true,false],[244,22,0,true,false,false],[245,9,0,true,true,false],[245,22,0,true,false,false],[246,9,0,true,true,false],[246,22,0,true,false,false],[247,9,0,true,true,false],[247,23,0,true,false,false],[248,9,0,true,true,false],[248,23,0,true,false,false],[249,9,0,true,true,false],[249,24,0,true,false,false],[250,9,0,true,true,false],[250,24,0,true,false,false],[251,9,0,true,true,false],[251,24,0,true,false,false],[252,9,0,true,true,false],[252,24,0,true,false,false],[253,9,0,true,true,false],[253,24,0,true,false,false],[254,9,0,true,true,false],[254,24,0,true,false,false],[255,9,0,true,true,false],[255,23,0,true,false,false],[256,9,0,true,true,false],[256,24,0,true,false,false],[257,9,0,true,true,false],[257,23,0,true,false,false],[258,9,0,true,true,false],[258,25,0,true,false,false],[259,9,0,true,true,false],[259,23,0,true,false,false],[260,9,0,true,true,false],[260,25,0,true,false,false],[261,9,0,true,true,false],[261,26,0,true,false,false],[262,9,0,true,true,false],[262,25,0,true,false,false],[263,9,0,true,true,false],[263,23,0,true,false,false],[264,9,0,true,true,false],[264,31,0,true,false,false],[265,10,0,true,true,false],[267,32,0,true,false,false],[268,6,0,false,false,false],[270,32,0,true,true,false],[278,6,0,false,false,false],[280,33,0,true,true,false],[296,6,0,false,false,false],[298,46,0,true,true,false],[300,12,0,true,true,false],[300,34,0,true,false,false],[300,35,0,true,true,false],[302,10,0,true,false,false],[304,50,0,true,true,false],[308,10,0,true,true,false],[311,55,0,true,true,false],[312,33,0,true,true,false],[312,43,0,true,true,false],[314,18,0,true,true,false],[316,20,0,true,true,false],[316,27,0,true,false,false],[316,28,0,true,true,false],[324,21,0,true,true,false],[330,22,0,true,false,false],[331,24,0,true,true,false],[334,18,0,true,false,false],[341,19,0,true,true,false],[342,26,0,true,true,false],[344,22,0,true,false,false],[348,6,0,false,false,false],[351,65,0,true,true,false],[360,105,0,true,true,false],[365,13,0,true,true,false],[373,14,0,true,false,false],[373,52,0,true,true,false],[381,14,0,true,false,false],[382,87,0,true,true,false],[382,137,0,true,false,false],[383,13,0,true,true,false],[391,14,0,true,false,false],[391,54,0,true,true,false],[400,14,0,true,false,false],[400,20,0,true,true,false],[411,14,0,true,false,false],[415,51,0,true,true,false],[415,68,0,true,false,false],[420,16,0,true,true,false],[429,10,0,true,false,false],[430,6,0,false,false,false],[432,36,0,true,true,false],[442,125,0,true,true,false],[442,130,0,true,false,false],[442,175,0,true,true,false],[442,180,0,true,false,false],[445,12,0,true,true,false],[445,19,0,true,false,false],[445,49,0,true,true,false],[446,18,0,true,true,false],[447,20,0,true,true,false],[447,38,0,true,false,false],[447,39,0,true,true,false],[451,18,0,true,false,false],[451,27,0,true,true,false],[451,45,0,true,false,false],[451,46,0,true,true,false],[455,18,0,true,false,false],[455,27,0,true,true,false],[455,54,0,true,false,false],[455,55,0,true,true,false],[459,18,0,true,false,false],[459,24,0,true,true,false],[462,18,0,true,false,false],[465,6,0,false,false,false],[467,26,0,true,true,false],[479,12,0,true,true,false],[479,32,0,true,false,false],[479,33,0,true,true,false],[482,10,0,true,false,false],[485,12,0,true,true,false],[485,30,0,true,false,false],[485,54,0,true,true,false],[487,50,0,true,true,false],[492,14,0,true,false,false],[492,20,0,true,true,false],[495,14,0,true,false,false],[504,12,0,true,true,false],[504,29,0,true,false,false],[504,30,0,true,true,false],[505,16,0,true,true,false],[505,40,0,true,true,false],[505,87,0,true,false,false],[505,88,0,true,true,false],[507,14,0,true,false,false],[512,6,0,false,false,false],[514,27,0,true,true,false],[517,6,0,false,false,false],[519,56,0,true,true,false],[524,14,0,true,true,false],[528,10,0,true,true,false],[535,12,0,true,true,false],[535,33,0,true,false,false],[540,9,0,true,true,false],[544,10,0,true,true,false],[550,52,0,true,true,false],[561,16,0,true,true,false],[561,23,0,true,false,false],[561,24,0,true,true,false],[566,14,0,true,false,false],[566,20,0,true,true,false],[569,14,0,true,false,false],[573,10,0,true,true,false],[576,12,0,true,true,false],[582,14,0,true,true,false],[583,80,0,true,true,false],[601,57,0,true,true,false],[604,14,0,true,false,false],[604,23,0,true,true,false],[604,42,0,true,false,false],[604,43,0,true,true,false],[612,66,0,true,true,false],[612,110,0,true,true,false],[612,121,0,true,false,false],[612,125,0,true,true,false],[612,127,0,true,false,false],[616,23,0,true,true,false],[616,51,0,true,true,false],[616,81,0,true,true,false],[616,103,0,true,false,false],[616,105,0,true,true,false],[623,87,0,true,true,false],[625,18,0,true,true,false],[629,14,0,true,false,false],[629,23,0,true,true,false],[629,53,0,true,false,false],[629,54,0,true,true,false],[640,14,0,true,false,false],[645,16,0,true,true,false],[645,31,0,true,false,false],[645,32,0,true,true,false],[657,14,0,true,false,false],[657,20,0,true,true,false],[662,14,0,true,false,false],[663,17,0,true,true,false],[667,10,0,true,true,false],[670,6,0,false,false,false],[672,26,0,true,true,false],[686,6,0,false,false,false],[690,31,0,true,true,false],[701,6,0,false,false,false],[704,18,0,true,true,false],[711,40,0,true,true,false],[712,45,0,true,true,false],[713,22,0,true,true,false],[717,18,0,true,false,false],[719,68,0,true,true,false],[722,22,0,true,true,false],[725,18,0,true,false,false],[730,81,0,true,true,false],[740,13,0,true,true,false],[744,14,0,true,false,false],[744,45,0,true,true,false],[748,14,0,true,false,false],[750,13,0,true,true,false],[754,14,0,true,false,false],[754,86,0,true,true,false],[758,14,0,true,false,false],[758,20,0,true,true,false],[764,14,0,true,false,false],[768,16,0,true,true,false],[772,10,0,true,false,false],[773,6,0,false,false,false],[777,30,0,true,true,false],[790,40,0,true,true,false],[791,45,0,true,true,false],[792,22,0,true,true,false],[797,18,0,true,false,false],[799,68,0,true,true,false],[802,22,0,true,true,false],[807,18,0,true,false,false],[812,6,0,false,false,false],[815,70,0,true,true,false],[835,6,0,false,false,false],[838,29,0,true,true,false],[848,21,0,true,true,false],[849,61,0,true,true,false],[849,71,0,true,true,false],[851,18,0,true,true,false],[853,14,0,true,false,false],[855,6,0,false,false,false],[857,66,0,true,true,false],[859,84,0,true,true,false],[861,10,0,true,true,false],[869,86,0,true,true,false],[871,10,0,true,true,false],[873,19,0,true,false,false],[874,6,0,false,false,false],[876,69,0,true,true,false],[889,6,0,false,false,false],[892,49,0,true,true,false],[901,115,0,true,true,false],[901,129,0,true,false,false],[905,62,0,true,true,false],[907,18,0,true,true,false],[909,14,0,true,false,false],[910,16,0,true,true,false],[911,140,0,true,true,false],[911,145,0,true,false,false],[911,181,0,true,true,false],[911,186,0,true,false,false],[911,189,0,true,true,false],[911,194,0,true,false,false],[913,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":59,"covered":0,"percent":0},"instantiations":{"count":59,"covered":0,"percent":0},"lines":{"count":1068,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":267,"covered":0,"notcovered":267,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift","mcdc_records":[],"segments":[[8,65,0,true,true,false],[10,6,0,false,false,false],[13,75,0,true,true,false],[15,6,0,false,false,false],[18,48,0,true,true,false],[19,41,0,true,true,false],[21,10,0,true,true,false],[22,45,0,true,true,false],[28,10,0,true,true,false],[29,19,0,true,false,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":19,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift","mcdc_records":[],"segments":[[12,43,0,true,true,false],[13,12,0,true,true,false],[13,35,0,true,false,false],[13,36,0,true,true,false],[15,10,0,true,true,false],[16,31,0,true,false,false],[17,6,0,false,false,false],[20,41,0,true,true,false],[21,77,0,true,true,false],[21,79,0,true,false,false],[23,29,0,true,true,false],[25,10,0,true,false,false],[26,6,0,false,false,false],[28,73,0,true,true,false],[31,33,0,true,true,false],[33,10,0,true,true,false],[35,29,0,true,true,false],[37,87,0,true,true,false],[39,14,0,true,true,false],[42,71,0,true,true,false],[44,14,0,true,true,false],[45,10,0,true,false,false],[48,30,0,true,true,false],[51,16,0,true,true,false],[51,38,0,true,false,false],[51,39,0,true,true,false],[51,59,0,true,true,false],[52,29,0,true,false,false],[54,6,0,false,false,false],[57,49,0,true,true,false],[59,6,0,false,false,false],[62,38,0,true,true,false],[63,34,0,true,true,false],[63,44,0,true,true,false],[68,21,0,true,true,false],[68,38,0,true,true,false],[68,49,0,true,false,false],[68,53,0,true,true,false],[68,62,0,true,false,false],[70,43,0,true,true,false],[70,53,0,true,true,false],[74,12,0,true,true,false],[74,43,0,true,true,false],[74,79,0,true,false,false],[74,81,0,true,true,false],[78,10,0,true,true,false],[105,29,0,true,true,false],[106,18,0,true,true,false],[110,14,0,true,false,false],[115,6,0,false,false,false],[118,39,0,true,true,false],[119,42,0,true,true,false],[122,10,0,true,true,false],[125,12,0,true,true,false],[125,59,0,true,false,false],[125,60,0,true,true,false],[127,10,0,true,false,false],[130,29,0,true,true,false],[131,18,0,true,true,false],[135,14,0,true,false,false],[137,6,0,false,false,false],[140,72,0,true,true,false],[143,72,0,true,true,false],[148,10,0,true,true,false],[167,12,0,true,true,false],[167,19,0,true,false,false],[167,20,0,true,true,false],[173,10,0,true,false,false],[173,16,0,true,true,false],[177,10,0,true,false,false],[180,6,0,false,false,false],[183,57,0,true,true,false],[193,62,0,true,true,false],[195,18,0,true,true,false],[197,14,0,true,false,false],[199,6,0,false,false,false],[202,75,0,true,true,false],[205,84,0,true,true,false],[209,10,0,true,true,false],[226,12,0,true,true,false],[226,19,0,true,false,false],[226,20,0,true,true,false],[232,10,0,true,false,false],[232,16,0,true,true,false],[236,10,0,true,false,false],[239,6,0,false,false,false],[242,31,0,true,true,false],[245,6,0,false,false,false],[248,22,0,true,true,false],[252,106,0,true,true,false],[256,10,0,true,true,false],[269,14,0,true,true,false],[271,33,0,true,true,false],[273,20,0,true,true,false],[273,34,0,true,false,false],[273,35,0,true,true,false],[275,18,0,true,false,false],[280,62,0,true,true,false],[282,18,0,true,true,false],[284,14,0,true,false,false],[286,6,0,false,false,false],[289,66,0,true,true,false],[292,72,0,true,true,false],[297,10,0,true,true,false],[316,12,0,true,true,false],[316,19,0,true,false,false],[316,20,0,true,true,false],[323,18,0,true,true,false],[323,76,0,true,false,false],[324,16,0,true,true,false],[328,10,0,true,false,false],[331,6,0,false,false,false],[334,52,0,true,true,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":348,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift","mcdc_records":[],"segments":[[7,33,0,true,true,false],[8,12,0,true,true,false],[8,28,0,true,false,false],[8,29,0,true,true,false],[11,10,0,true,true,false],[14,12,0,true,true,false],[14,31,0,true,false,false],[14,32,0,true,true,false],[16,10,0,true,false,false],[19,6,0,false,false,false],[21,23,0,true,true,false],[23,6,0,false,false,false],[25,40,0,true,true,false],[30,12,0,true,true,false],[30,34,0,true,false,false],[30,35,0,true,true,false],[32,10,0,true,false,false],[34,50,0,true,true,false],[37,10,0,true,true,false],[39,55,0,true,true,false],[40,33,0,true,true,false],[40,43,0,true,true,false],[42,18,0,true,true,false],[43,49,0,true,true,false],[43,80,0,true,false,false],[50,19,0,true,true,false],[51,26,0,true,true,false],[53,22,0,true,false,false],[57,6,0,false,false,false],[59,39,0,true,true,false],[65,12,0,true,true,false],[65,36,0,true,true,false],[65,83,0,true,false,false],[65,84,0,true,true,false],[67,10,0,true,false,false],[69,6,0,false,false,false],[71,49,0,true,true,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":109,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift","mcdc_records":[],"segments":[[7,52,0,true,true,false],[8,31,0,true,true,false],[8,45,0,true,true,false],[9,12,0,true,true,false],[9,22,0,true,false,false],[9,23,0,true,true,false],[10,46,0,true,true,false],[10,49,0,true,false,false],[10,52,0,true,true,false],[10,67,0,true,false,false],[11,10,0,true,true,false],[14,60,0,true,true,false],[14,74,0,true,true,false],[16,33,0,true,true,false],[16,36,0,true,false,false],[16,39,0,true,true,false],[16,45,0,true,false,false],[17,6,0,false,false,false],[19,63,0,true,true,false],[20,31,0,true,true,false],[20,41,0,true,true,false],[22,12,0,true,true,false],[22,22,0,true,false,false],[22,23,0,true,true,false],[23,41,0,true,true,false],[23,43,0,true,false,false],[25,10,0,true,true,false],[29,49,0,true,true,false],[29,51,0,true,false,false],[31,6,0,false,false,false],[33,54,0,true,true,false],[34,31,0,true,true,false],[34,47,0,true,true,false],[35,12,0,true,true,false],[35,22,0,true,false,false],[35,23,0,true,true,false],[37,10,0,true,true,false],[39,60,0,true,true,false],[39,76,0,true,true,false],[40,48,0,true,false,false],[41,6,0,false,false,false],[43,50,0,true,true,false],[44,31,0,true,true,false],[44,41,0,true,true,false],[45,12,0,true,true,false],[45,22,0,true,false,false],[45,23,0,true,true,false],[47,10,0,true,false,false],[47,16,0,true,true,false],[51,10,0,true,false,false],[52,6,0,false,false,false],[54,46,0,true,true,false],[55,31,0,true,true,false],[55,41,0,true,true,false],[56,12,0,true,true,false],[56,22,0,true,false,false],[56,23,0,true,true,false],[58,10,0,true,false,false],[58,16,0,true,true,false],[60,64,0,true,true,false],[60,74,0,true,true,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[66,56,0,true,true,false],[67,31,0,true,true,false],[67,41,0,true,true,false],[68,15,0,true,true,false],[68,43,0,true,false,false],[68,44,0,true,true,false],[70,62,0,true,true,false],[70,72,0,true,true,false],[73,10,0,true,true,false],[74,6,0,false,false,false],[76,51,0,true,true,false],[77,66,0,true,true,false],[79,10,0,true,true,false],[80,6,0,false,false,false],[82,65,0,true,true,false],[84,12,0,true,true,false],[84,46,0,true,false,false],[84,47,0,true,true,false],[84,65,0,true,false,false],[85,12,0,true,true,false],[85,46,0,true,false,false],[85,47,0,true,true,false],[85,65,0,true,false,false],[86,12,0,true,true,false],[86,45,0,true,false,false],[86,46,0,true,true,false],[86,64,0,true,false,false],[87,12,0,true,true,false],[87,44,0,true,false,false],[87,45,0,true,true,false],[87,63,0,true,false,false],[89,6,0,false,false,false],[92,43,0,true,true,false],[94,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":81,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift","mcdc_records":[],"segments":[[7,28,0,true,true,false],[9,6,0,false,false,false],[12,44,0,true,true,false],[14,6,0,false,false,false],[17,49,0,true,true,false],[18,60,0,true,true,false],[18,70,0,true,true,false],[21,12,0,true,true,false],[21,42,0,true,false,false],[21,43,0,true,true,false],[23,10,0,true,false,false],[26,12,0,true,true,false],[26,52,0,true,false,false],[26,53,0,true,true,false],[31,10,0,true,true,false],[33,12,0,true,true,false],[33,44,0,true,false,false],[33,45,0,true,true,false],[36,10,0,true,false,false],[36,16,0,true,true,false],[42,27,0,true,true,false],[43,70,0,true,true,false],[43,80,0,true,true,false],[45,18,0,true,false,false],[46,29,0,true,true,false],[47,70,0,true,true,false],[47,80,0,true,true,false],[49,18,0,true,false,false],[50,25,0,true,true,false],[51,70,0,true,true,false],[51,80,0,true,true,false],[53,18,0,true,false,false],[56,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":58,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift","mcdc_records":[],"segments":[[13,41,0,true,true,false],[13,44,0,false,false,false],[14,42,0,true,true,false],[14,45,0,false,false,false],[15,39,0,true,true,false],[15,44,0,false,false,false],[16,40,0,true,true,false],[16,45,0,false,false,false],[17,31,0,true,true,false],[17,36,0,false,false,false],[19,36,0,true,true,false],[19,41,0,false,false,false],[20,43,0,true,true,false],[20,49,0,false,false,false],[21,48,0,true,true,false],[21,63,0,false,false,false],[28,16,0,true,true,false],[29,16,0,true,true,false],[29,39,0,true,false,false],[29,40,0,true,true,false],[31,14,0,true,false,false],[32,10,0,false,false,false],[38,39,0,true,true,false],[38,44,0,false,false,false],[40,35,0,true,true,false],[40,37,0,false,false,false],[43,44,0,true,true,false],[43,45,0,false,false,false],[45,61,0,true,true,false],[45,63,0,false,false,false],[50,42,0,true,true,false],[50,63,0,false,false,false],[54,13,0,true,true,false],[54,57,0,false,false,false],[55,13,0,true,true,false],[55,68,0,false,false,false],[62,39,0,true,true,false],[62,64,0,false,false,false],[64,12,0,true,true,false],[65,78,0,true,true,false],[67,10,0,true,false,false],[68,6,0,false,false,false],[73,13,0,true,true,false],[73,46,0,false,false,false],[74,13,0,true,true,false],[74,57,0,false,false,false],[78,13,0,true,true,false],[78,44,0,false,false,false],[79,13,0,true,true,false],[79,55,0,false,false,false],[83,13,0,true,true,false],[83,49,0,false,false,false],[84,13,0,true,true,false],[84,60,0,false,false,false],[88,13,0,true,true,false],[88,47,0,false,false,false],[89,13,0,true,true,false],[89,58,0,false,false,false],[93,13,0,true,true,false],[93,45,0,false,false,false],[94,13,0,true,true,false],[94,56,0,false,false,false],[98,13,0,true,true,false],[98,49,0,false,false,false],[99,13,0,true,true,false],[99,60,0,false,false,false],[103,13,0,true,true,false],[103,54,0,false,false,false],[104,13,0,true,true,false],[104,65,0,false,false,false],[108,13,0,true,true,false],[108,56,0,false,false,false],[109,13,0,true,true,false],[109,67,0,false,false,false],[113,13,0,true,true,false],[113,50,0,false,false,false],[114,13,0,true,true,false],[114,61,0,false,false,false],[118,13,0,true,true,false],[118,45,0,false,false,false],[119,13,0,true,true,false],[119,56,0,false,false,false],[123,13,0,true,true,false],[123,43,0,false,false,false],[124,13,0,true,true,false],[124,54,0,false,false,false],[131,13,0,true,true,false],[131,46,0,false,false,false],[132,13,0,true,true,false],[132,57,0,false,false,false],[136,13,0,true,true,false],[136,51,0,false,false,false],[137,13,0,true,true,false],[137,62,0,false,false,false],[141,13,0,true,true,false],[141,47,0,false,false,false],[142,13,0,true,true,false],[142,58,0,false,false,false],[148,13,0,true,true,false],[148,52,0,false,false,false],[149,13,0,true,true,false],[149,63,0,false,false,false],[153,13,0,true,true,false],[153,44,0,false,false,false],[154,13,0,true,true,false],[154,55,0,false,false,false],[158,13,0,true,true,false],[158,45,0,false,false,false],[159,13,0,true,true,false],[159,56,0,false,false,false],[163,13,0,true,true,false],[163,52,0,false,false,false],[164,13,0,true,true,false],[164,63,0,false,false,false],[170,13,0,true,true,false],[170,53,0,false,false,false],[171,13,0,true,true,false],[171,64,0,false,false,false],[175,13,0,true,true,false],[175,54,0,false,false,false],[176,13,0,true,true,false],[176,65,0,false,false,false],[184,39,0,true,true,false],[184,74,0,false,false,false],[185,40,0,true,true,false],[185,75,0,false,false,false],[196,47,0,true,true,false],[196,78,0,false,false,false],[217,47,0,true,true,false],[217,50,0,false,false,false],[219,23,0,true,true,false],[220,33,0,true,true,false],[220,59,0,true,true,false],[220,77,0,true,false,false],[220,81,0,true,true,false],[220,108,0,true,false,false],[220,112,0,true,true,false],[220,130,0,true,false,false],[221,6,0,false,false,false],[223,55,0,true,true,false],[225,14,0,true,true,false],[227,10,0,true,false,false],[228,6,0,false,false,false],[231,36,0,true,true,false],[241,6,0,false,false,false],[251,7,0,true,true,false],[270,79,0,true,true,false],[275,10,0,true,false,false],[275,45,0,true,true,false],[280,10,0,true,false,false],[280,119,0,true,true,false],[285,10,0,true,false,false],[285,16,0,true,true,false],[293,10,0,true,false,false],[296,14,0,true,true,false],[296,47,0,true,false,false],[308,6,0,false,false,false],[312,74,0,true,true,false],[313,47,0,true,true,false],[313,57,0,true,true,false],[319,14,0,true,true,false],[322,10,0,true,true,false],[324,16,0,true,true,false],[324,24,0,true,false,false],[325,9,0,true,true,false],[331,16,0,true,true,false],[331,47,0,true,false,false],[331,48,0,true,true,false],[333,14,0,true,false,false],[333,23,0,true,true,false],[333,40,0,true,false,false],[333,41,0,true,true,false],[335,14,0,true,false,false],[335,23,0,true,true,false],[335,54,0,true,false,false],[335,55,0,true,true,false],[338,14,0,true,false,false],[338,20,0,true,true,false],[340,14,0,true,false,false],[344,9,0,true,true,false],[345,20,0,true,true,false],[345,31,0,true,false,false],[346,13,0,true,true,false],[347,101,0,true,false,false],[348,13,0,true,true,false],[354,20,0,true,true,false],[354,44,0,true,false,false],[354,45,0,true,true,false],[356,18,0,true,false,false],[358,20,0,true,true,false],[358,44,0,true,false,false],[358,45,0,true,true,false],[359,86,0,true,true,false],[361,22,0,true,false,false],[367,9,0,true,true,false],[369,99,0,true,false,false],[371,9,0,true,true,false],[373,60,0,true,true,false],[373,104,0,true,false,false],[378,10,0,true,true,false],[379,6,0,false,false,false],[382,40,0,true,true,false],[383,47,0,true,true,false],[386,10,0,true,true,false],[389,6,0,false,false,false],[400,7,0,true,true,false],[419,22,0,true,true,false],[421,10,0,true,false,false],[427,44,0,true,true,false],[427,45,0,true,false,false],[433,79,0,true,true,false],[438,10,0,true,false,false],[438,37,0,true,true,false],[443,10,0,true,false,false],[445,9,0,true,true,false],[451,10,0,true,false,false],[451,78,0,true,true,false],[457,10,0,true,false,false],[457,16,0,true,true,false],[464,10,0,true,false,false],[467,29,0,true,true,false],[469,10,0,true,false,false],[475,6,0,false,false,false],[479,55,0,true,true,false],[484,6,0,false,false,false],[486,33,0,true,true,false],[487,12,0,true,true,false],[487,28,0,true,false,false],[487,29,0,true,true,false],[489,10,0,true,false,false],[489,16,0,true,true,false],[491,16,0,true,true,false],[491,33,0,true,false,false],[491,34,0,true,true,false],[493,14,0,true,false,false],[496,6,0,false,false,false],[498,34,0,true,true,false],[499,12,0,true,true,false],[499,29,0,true,false,false],[499,30,0,true,true,false],[501,10,0,true,false,false],[501,16,0,true,true,false],[503,16,0,true,true,false],[503,32,0,true,false,false],[503,33,0,true,true,false],[505,14,0,true,false,false],[508,6,0,false,false,false],[510,32,0,true,true,false],[512,12,0,true,true,false],[512,31,0,true,false,false],[512,32,0,true,true,false],[517,10,0,true,true,false],[519,12,0,true,true,false],[519,27,0,true,false,false],[519,28,0,true,true,false],[522,10,0,true,false,false],[522,16,0,true,true,false],[526,35,0,true,true,false],[529,14,0,true,false,false],[531,6,0,false,false,false],[533,37,0,true,true,false],[535,12,0,true,true,false],[535,42,0,true,false,false],[535,43,0,true,true,false],[537,10,0,true,false,false],[540,12,0,true,true,false],[540,52,0,true,false,false],[540,53,0,true,true,false],[545,10,0,true,true,false],[547,12,0,true,true,false],[547,32,0,true,false,false],[547,33,0,true,true,false],[550,10,0,true,false,false],[550,16,0,true,true,false],[556,27,0,true,true,false],[558,18,0,true,false,false],[559,29,0,true,true,false],[561,18,0,true,false,false],[562,25,0,true,true,false],[564,18,0,true,false,false],[567,6,0,false,false,false],[569,39,0,true,true,false],[570,12,0,true,true,false],[570,34,0,true,false,false],[570,35,0,true,true,false],[573,10,0,true,false,false],[573,16,0,true,true,false],[577,35,0,true,true,false],[580,14,0,true,false,false],[582,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":90,"covered":0,"percent":0},"instantiations":{"count":90,"covered":0,"percent":0},"lines":{"count":432,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":156,"covered":0,"notcovered":156,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift","mcdc_records":[],"segments":[[16,48,0,true,true,false],[16,52,0,false,false,false],[18,121,0,true,true,false],[23,80,0,true,true,false],[23,84,0,true,false,false],[24,6,0,false,false,false],[27,41,0,true,true,false],[27,46,0,false,false,false],[33,37,0,true,true,false],[37,6,0,false,false,false],[39,25,0,true,true,false],[40,50,0,true,true,false],[48,32,0,true,true,false],[50,74,0,true,true,false],[50,89,0,true,false,false],[50,92,0,true,true,false],[50,104,0,true,false,false],[57,19,0,true,true,false],[59,10,0,true,false,false],[60,22,0,true,true,false],[62,10,0,true,false,false],[63,40,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[70,41,0,true,true,false],[71,82,0,true,true,false],[73,16,0,true,true,false],[73,37,0,true,false,false],[73,38,0,true,true,false],[74,58,0,true,true,false],[76,18,0,true,false,false],[80,6,0,false,false,false],[82,40,0,true,true,false],[83,39,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[93,25,0,true,true,false],[102,6,0,false,false,false],[110,25,0,true,true,false],[111,28,0,true,true,false],[112,61,0,true,true,false],[117,14,0,true,false,false],[128,6,0,false,false,false],[138,51,0,true,true,false],[138,55,0,false,false,false],[139,44,0,true,true,false],[139,45,0,false,false,false],[142,46,0,true,true,false],[142,47,0,false,false,false],[143,53,0,true,true,false],[143,56,0,false,false,false],[147,25,0,true,true,false],[148,28,0,true,true,false],[150,20,0,true,true,false],[151,20,0,true,true,false],[151,38,0,true,false,false],[151,39,0,true,true,false],[156,18,0,true,false,false],[156,24,0,true,true,false],[161,18,0,true,false,false],[166,48,0,true,true,false],[166,79,0,true,false,false],[166,82,0,true,true,false],[166,110,0,true,false,false],[170,50,0,true,true,false],[170,80,0,true,false,false],[170,83,0,true,true,false],[170,111,0,true,false,false],[179,39,0,true,true,false],[179,57,0,true,false,false],[179,60,0,true,true,false],[179,77,0,true,false,false],[185,19,0,true,true,false],[189,10,0,true,false,false],[190,37,0,true,true,false],[191,45,0,true,true,false],[191,55,0,true,true,false],[193,16,0,true,true,false],[193,28,0,true,false,false],[193,29,0,true,true,false],[195,14,0,true,false,false],[195,20,0,true,true,false],[197,54,0,true,true,false],[197,56,0,true,false,false],[197,59,0,true,true,false],[197,62,0,true,false,false],[200,79,0,true,true,false],[201,68,0,true,true,false],[203,22,0,true,false,false],[204,84,0,true,true,false],[206,73,0,true,true,false],[208,26,0,true,false,false],[213,6,0,false,false,false],[221,25,0,true,true,false],[222,50,0,true,true,false],[235,19,0,true,true,false],[235,88,0,true,false,false],[236,19,0,true,true,false],[236,65,0,true,false,false],[242,6,0,false,false,false],[252,61,0,true,true,false],[260,55,0,true,true,false],[262,109,0,true,true,false],[266,14,0,true,false,false],[269,10,0,true,true,false],[272,51,0,true,true,false],[272,76,0,true,false,false],[272,78,0,true,true,false],[274,10,0,true,false,false],[277,6,0,false,false,false],[279,73,0,true,true,false],[280,51,0,true,true,false],[280,76,0,true,false,false],[280,78,0,true,true,false],[281,16,0,true,true,false],[281,47,0,true,false,false],[281,48,0,true,true,false],[283,14,0,true,false,false],[285,6,0,false,false,false],[287,43,0,true,true,false],[289,6,0,false,false,false],[295,46,0,true,true,false],[297,10,0,false,false,false],[299,65,0,true,true,false],[301,16,0,true,true,false],[301,26,0,true,false,false],[301,58,0,true,true,false],[303,14,0,true,false,false],[304,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":41,"covered":0,"percent":0},"instantiations":{"count":41,"covered":0,"percent":0},"lines":{"count":405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":73,"covered":0,"notcovered":73,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift","mcdc_records":[],"segments":[[6,27,0,true,true,false],[7,33,0,true,true,false],[10,10,0,true,true,false],[13,12,0,true,true,false],[13,42,0,true,false,false],[13,43,0,true,true,false],[16,10,0,true,true,false],[35,6,0,false,false,false],[37,26,0,true,true,false],[38,32,0,true,true,false],[38,42,0,true,true,false],[47,44,0,true,true,false],[47,59,0,true,false,false],[50,46,0,true,true,false],[50,61,0,true,false,false],[53,44,0,true,true,false],[56,10,0,true,false,false],[58,48,0,true,true,false],[61,10,0,true,false,false],[63,49,0,true,true,false],[66,10,0,true,false,false],[68,48,0,true,true,false],[71,10,0,true,false,false],[73,47,0,true,true,false],[76,10,0,true,false,false],[78,51,0,true,true,false],[81,10,0,true,false,false],[87,6,0,false,false,false],[89,48,0,true,true,false],[91,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":86,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift","mcdc_records":[],"segments":[[12,36,0,true,true,false],[14,6,0,false,false,false],[30,49,0,true,true,false],[32,48,0,true,true,false],[33,79,0,true,true,false],[35,14,0,true,false,false],[36,10,0,true,true,false],[37,21,0,true,false,false],[38,6,0,false,false,false],[44,21,0,true,true,false],[44,48,0,false,false,false],[45,38,0,true,true,false],[45,55,0,false,false,false],[49,41,0,true,true,false],[51,41,0,true,true,false],[52,63,0,true,true,false],[52,76,0,true,true,false],[53,45,0,true,true,false],[54,60,0,true,true,false],[54,76,0,true,true,false],[55,43,0,true,false,false],[57,42,0,true,true,false],[57,59,0,true,false,false],[62,6,0,false,false,false],[67,47,0,true,true,false],[70,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":45,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift","mcdc_records":[],"segments":[[11,29,0,true,true,false],[15,32,0,true,true,false],[16,33,0,true,true,false],[16,43,0,true,true,false],[17,19,0,true,true,false],[17,36,0,true,false,false],[17,37,0,true,true,false],[25,20,0,true,true,false],[25,38,0,true,false,false],[25,39,0,true,true,false],[27,24,0,true,true,false],[27,39,0,true,false,false],[27,40,0,true,true,false],[27,58,0,true,false,false],[28,24,0,true,true,false],[28,43,0,true,false,false],[28,44,0,true,true,false],[28,66,0,true,false,false],[30,18,0,true,true,false],[39,20,0,true,true,false],[39,46,0,true,false,false],[39,47,0,true,true,false],[41,18,0,true,false,false],[45,20,0,true,true,false],[45,50,0,true,false,false],[45,51,0,true,true,false],[47,18,0,true,false,false],[48,14,0,true,true,false],[49,10,0,true,false,false],[50,6,0,false,false,false],[53,28,0,true,true,false],[55,12,0,true,true,false],[55,27,0,true,false,false],[55,28,0,true,true,false],[55,46,0,true,false,false],[56,12,0,true,true,false],[56,31,0,true,false,false],[56,32,0,true,true,false],[56,54,0,true,false,false],[57,6,0,false,false,false],[60,33,0,true,true,false],[62,12,0,true,true,false],[62,30,0,true,false,false],[62,31,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[69,36,0,true,true,false],[70,53,0,true,true,false],[72,16,0,true,true,false],[72,33,0,true,false,false],[72,34,0,true,true,false],[75,14,0,true,false,false],[77,10,0,true,true,false],[80,12,0,true,true,false],[80,42,0,true,false,false],[80,62,0,true,true,false],[83,10,0,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift","mcdc_records":[],"segments":[[12,51,0,true,true,false],[13,46,0,true,true,false],[13,47,0,true,false,false],[13,50,0,true,true,false],[13,54,0,true,false,false],[14,10,0,false,false,false],[18,57,0,true,true,false],[19,46,0,true,true,false],[19,47,0,true,false,false],[19,50,0,true,true,false],[19,54,0,true,false,false],[20,10,0,false,false,false],[24,45,0,true,true,false],[33,25,0,true,true,false],[34,37,0,true,true,false],[35,46,0,true,true,false],[38,18,0,true,true,false],[44,14,0,true,true,false],[49,10,0,true,false,false],[52,6,0,false,false,false],[55,46,0,true,true,false],[59,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift","mcdc_records":[],"segments":[[6,40,0,true,true,false],[7,14,0,true,true,false],[9,55,0,true,true,false],[9,105,0,true,false,false],[9,120,0,true,true,false],[9,125,0,true,false,false],[12,6,0,false,false,false],[16,70,0,true,true,false],[18,66,0,true,true,false],[19,83,0,true,true,false],[19,95,0,true,true,false],[20,54,0,true,true,false],[20,85,0,true,false,false],[21,92,0,true,true,false],[21,104,0,true,true,false],[22,67,0,true,true,false],[24,14,0,true,false,false],[25,10,0,true,true,false],[27,6,0,false,false,false],[31,72,0,true,true,false],[33,6,0,false,false,false],[37,28,0,true,true,false],[38,14,0,true,true,false],[47,10,0,true,false,false],[48,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift","mcdc_records":[],"segments":[[13,49,0,true,true,false],[14,46,0,true,true,false],[14,56,0,true,true,false],[18,6,0,false,false,false],[23,43,0,true,true,false],[38,12,0,true,true,false],[38,30,0,true,false,false],[38,49,0,true,true,false],[40,10,0,true,false,false],[40,19,0,true,true,false],[40,38,0,true,false,false],[40,56,0,true,true,false],[42,10,0,true,false,false],[50,6,0,false,false,false],[53,33,0,true,true,false],[54,14,0,true,true,false],[58,69,0,true,true,false],[58,115,0,true,false,false],[60,18,0,true,true,false],[63,14,0,true,true,false],[67,58,0,true,true,false],[68,46,0,true,true,false],[68,62,0,true,true,false],[71,47,0,true,true,false],[71,62,0,true,true,false],[74,67,0,true,true,false],[76,24,0,true,true,false],[76,36,0,true,false,false],[76,37,0,true,true,false],[78,22,0,true,false,false],[80,18,0,true,true,false],[82,28,0,true,false,false],[86,59,0,true,true,false],[86,88,0,true,false,false],[91,6,0,false,false,false],[94,73,0,true,true,false],[96,102,0,true,true,false],[98,10,0,true,true,false],[102,12,0,true,true,false],[102,62,0,true,false,false],[102,63,0,true,true,false],[104,10,0,true,true,false],[108,12,0,true,true,false],[108,67,0,true,false,false],[108,68,0,true,true,false],[110,10,0,true,true,false],[112,21,0,true,false,false],[113,6,0,false,false,false],[116,32,0,true,true,false],[118,6,0,false,false,false],[122,65,0,true,true,false],[127,12,0,true,true,false],[127,42,0,true,false,false],[127,43,0,true,true,false],[134,10,0,true,true,false],[139,29,0,true,true,false],[140,33,0,true,true,false],[140,43,0,true,true,false],[142,16,0,true,true,false],[149,61,0,true,true,false],[149,72,0,true,false,false],[152,109,0,true,true,false],[152,139,0,true,false,false],[160,18,0,true,true,false],[164,59,0,true,true,false],[166,18,0,true,true,false],[184,37,0,true,true,false],[192,18,0,true,false,false],[197,58,0,true,true,false],[199,18,0,true,true,false],[200,14,0,true,false,false],[200,21,0,true,true,false],[202,37,0,true,true,false],[204,18,0,true,false,false],[205,14,0,true,true,false],[206,10,0,true,false,false],[207,6,0,false,false,false],[213,88,0,true,true,false],[215,45,0,true,true,false],[219,18,0,true,true,false],[221,14,0,true,true,false],[223,10,0,true,true,false],[224,22,0,true,false,false],[225,6,0,false,false,false],[240,33,0,true,true,false],[248,70,0,true,true,false],[255,60,0,true,true,false],[258,14,0,true,true,false],[260,51,0,true,true,false],[263,117,0,true,true,false],[265,18,0,true,false,false],[265,24,0,true,true,false],[268,80,0,true,true,false],[269,67,0,true,true,false],[269,89,0,true,false,false],[269,92,0,true,true,false],[269,113,0,true,false,false],[277,14,0,true,true,false],[278,10,0,true,true,false],[281,54,0,true,true,false],[287,54,0,true,true,false],[289,14,0,true,true,false],[293,95,0,true,true,false],[295,14,0,true,false,false],[295,20,0,true,true,false],[301,82,0,true,true,false],[306,18,0,true,false,false],[306,83,0,true,true,false],[308,63,0,true,true,false],[308,85,0,true,false,false],[308,88,0,true,true,false],[308,109,0,true,false,false],[316,10,0,true,true,false],[323,48,0,true,true,false],[325,50,0,true,true,false],[329,14,0,true,false,false],[330,10,0,true,true,false],[332,25,0,true,false,false],[333,6,0,false,false,false],[339,23,0,true,true,false],[340,57,0,true,true,false],[340,74,0,true,false,false],[341,54,0,true,true,false],[341,69,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[381,108,0,true,true,false],[385,14,0,true,true,false],[387,10,0,true,true,false],[392,16,0,true,true,false],[392,23,0,true,false,false],[393,9,0,true,true,false],[394,55,0,true,false,false],[395,9,0,true,true,false],[397,47,0,true,true,false],[397,86,0,true,false,false],[399,9,0,true,true,false],[400,85,0,true,false,false],[401,9,0,true,true,false],[403,53,0,true,true,false],[403,61,0,true,false,false],[405,6,0,false,false,false],[408,82,0,true,true,false],[409,16,0,true,true,false],[409,35,0,true,false,false],[410,9,0,true,true,false],[411,29,0,true,false,false],[412,9,0,true,true,false],[413,24,0,true,false,false],[414,9,0,true,true,false],[415,24,0,true,false,false],[416,9,0,true,true,false],[417,30,0,true,false,false],[418,9,0,true,true,false],[419,24,0,true,false,false],[420,9,0,true,true,false],[421,34,0,true,false,false],[422,9,0,true,true,false],[423,19,0,true,false,false],[424,9,0,true,true,false],[425,31,0,true,false,false],[426,10,0,true,true,false],[427,6,0,false,false,false],[431,82,0,true,true,false],[432,16,0,true,true,false],[432,38,0,true,false,false],[433,9,0,true,true,false],[433,37,0,true,false,false],[434,9,0,true,true,false],[434,49,0,true,false,false],[435,9,0,true,true,false],[435,33,0,true,false,false],[436,9,0,true,true,false],[436,45,0,true,false,false],[437,9,0,true,true,false],[437,28,0,true,false,false],[438,9,0,true,true,false],[438,32,0,true,false,false],[439,9,0,true,true,false],[439,34,0,true,false,false],[440,9,0,true,true,false],[440,38,0,true,false,false],[441,9,0,true,true,false],[441,21,0,true,false,false],[442,10,0,true,true,false],[443,6,0,false,false,false],[448,88,0,true,true,false],[454,14,0,true,true,false],[456,10,0,true,true,false],[458,64,0,true,false,false],[459,6,0,false,false,false],[464,82,0,true,true,false],[470,14,0,true,true,false],[472,10,0,true,true,false],[474,64,0,true,false,false],[475,6,0,false,false,false],[478,36,0,true,true,false],[480,152,0,true,true,false],[480,157,0,true,false,false],[481,14,0,true,true,false],[486,10,0,true,false,false],[487,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":545,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":128,"covered":0,"notcovered":128,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift","mcdc_records":[],"segments":[[15,47,0,true,true,false],[16,58,0,true,true,false],[18,62,0,true,true,false],[20,14,0,true,false,false],[22,68,0,true,true,false],[24,14,0,true,false,false],[26,6,0,false,false,false],[32,52,0,true,true,false],[33,63,0,true,true,false],[34,65,0,true,true,false],[36,14,0,true,false,false],[38,6,0,false,false,false],[41,48,0,true,true,false],[43,6,0,false,false,false],[45,92,0,true,true,false],[49,51,0,true,true,false],[49,66,0,true,false,false],[49,70,0,true,true,false],[49,89,0,true,false,false],[51,12,0,true,true,false],[51,56,0,true,false,false],[51,73,0,true,true,false],[59,10,0,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift","mcdc_records":[],"segments":[[12,34,0,true,true,false],[17,11,0,true,true,false],[18,33,0,true,true,false],[18,43,0,true,true,false],[21,18,0,true,true,false],[21,28,0,true,true,false],[23,18,0,true,true,false],[25,14,0,true,false,false],[28,6,0,false,false,false],[31,38,0,true,true,false],[36,11,0,true,true,false],[37,33,0,true,true,false],[37,43,0,true,true,false],[38,18,0,true,true,false],[40,14,0,true,false,false],[43,6,0,false,false,false],[46,39,0,true,true,false],[51,11,0,true,true,false],[52,33,0,true,true,false],[52,43,0,true,true,false],[55,18,0,true,true,false],[55,28,0,true,true,false],[57,18,0,true,true,false],[59,14,0,true,false,false],[62,6,0,false,false,false],[65,38,0,true,true,false],[70,11,0,true,true,false],[71,33,0,true,true,false],[71,43,0,true,true,false],[74,18,0,true,true,false],[74,28,0,true,true,false],[76,18,0,true,true,false],[78,14,0,true,false,false],[81,6,0,false,false,false],[84,37,0,true,true,false],[89,11,0,true,true,false],[90,33,0,true,true,false],[90,43,0,true,true,false],[91,83,0,true,true,false],[91,93,0,true,true,false],[93,18,0,true,true,false],[95,14,0,true,false,false],[98,6,0,false,false,false],[101,41,0,true,true,false],[106,11,0,true,true,false],[107,33,0,true,true,false],[107,43,0,true,true,false],[108,18,0,true,true,false],[115,14,0,true,false,false],[118,6,0,false,false,false],[121,33,0,true,true,false],[126,11,0,true,true,false],[127,33,0,true,true,false],[127,43,0,true,true,false],[128,87,0,true,true,false],[128,97,0,true,true,false],[130,18,0,true,true,false],[132,14,0,true,false,false],[135,6,0,false,false,false],[138,36,0,true,true,false],[141,19,0,true,true,false],[142,37,0,true,true,false],[142,47,0,true,true,false],[143,22,0,true,true,false],[145,18,0,true,false,false],[148,6,0,false,false,false],[151,58,0,true,true,false],[153,51,0,true,true,false],[153,61,0,true,true,false],[156,86,0,true,true,false],[156,91,0,true,false,false],[160,6,0,false,false,false],[164,104,0,true,true,false],[165,54,0,true,true,false],[165,72,0,true,true,false],[171,52,0,true,true,false],[172,56,0,true,true,false],[172,76,0,true,false,false],[173,17,0,true,true,false],[175,10,0,true,true,false],[179,45,0,true,true,false],[181,82,0,true,true,false],[184,14,0,true,true,false],[196,10,0,true,true,false],[198,27,0,true,false,false],[199,6,0,false,false,false],[202,61,0,true,true,false],[207,12,0,true,true,false],[207,30,0,true,false,false],[207,31,0,true,true,false],[209,10,0,true,true,false],[212,12,0,true,true,false],[212,34,0,true,false,false],[212,35,0,true,true,false],[214,16,0,true,true,false],[214,41,0,true,false,false],[214,42,0,true,true,false],[214,59,0,true,true,false],[215,16,0,true,true,false],[215,44,0,true,false,false],[215,45,0,true,true,false],[215,61,0,true,true,false],[216,25,0,true,false,false],[217,10,0,true,true,false],[220,36,0,true,false,false],[221,6,0,false,false,false],[225,52,0,true,true,false],[228,56,0,true,true,false],[228,107,0,true,false,false],[229,25,0,true,true,false],[231,10,0,true,true,false],[233,6,0,false,false,false],[236,34,0,true,true,false],[237,52,0,true,true,false],[237,62,0,true,true,false],[240,6,0,false,false,false],[244,47,0,true,true,false],[247,12,0,true,true,false],[247,38,0,true,false,false],[247,39,0,true,true,false],[251,57,0,true,true,false],[254,14,0,true,true,false],[265,44,0,true,true,false],[270,14,0,true,false,false],[273,10,0,true,true,false],[276,12,0,true,true,false],[276,42,0,true,false,false],[276,43,0,true,true,false],[279,16,0,true,true,false],[279,32,0,true,false,false],[279,33,0,true,true,false],[283,14,0,true,true,false],[286,56,0,true,true,false],[286,71,0,true,true,false],[286,86,0,true,false,false],[287,22,0,true,true,false],[287,78,0,true,false,false],[290,37,0,true,true,false],[291,68,0,true,true,false],[293,18,0,true,false,false],[293,24,0,true,true,false],[295,18,0,true,false,false],[296,14,0,true,true,false],[300,19,0,true,false,false],[301,10,0,true,true,false],[305,12,0,true,true,false],[305,39,0,true,false,false],[305,40,0,true,true,false],[311,10,0,true,true,false],[314,6,0,false,false,false],[317,59,0,true,true,false],[319,64,0,true,true,false],[322,10,0,true,true,false],[325,12,0,true,true,false],[325,27,0,true,false,false],[325,28,0,true,true,false],[328,10,0,true,false,false],[330,103,0,true,true,false],[330,112,0,true,false,false],[333,12,0,true,true,false],[333,26,0,true,false,false],[333,27,0,true,true,false],[334,68,0,true,true,false],[337,14,0,true,true,false],[339,117,0,true,true,false],[343,14,0,true,true,false],[348,16,0,true,true,false],[348,53,0,true,false,false],[348,54,0,true,true,false],[351,14,0,true,true,false],[354,27,0,true,true,false],[355,37,0,true,true,false],[355,47,0,true,true,false],[356,20,0,true,true,false],[361,22,0,true,true,false],[361,23,0,true,true,false],[362,45,0,true,true,false],[367,26,0,true,false,false],[369,25,0,true,true,false],[370,41,0,true,true,false],[373,22,0,true,false,false],[374,18,0,true,true,false],[375,14,0,true,false,false],[376,10,0,true,true,false],[377,6,0,false,false,false],[381,58,0,true,true,false],[383,70,0,true,true,false],[386,10,0,true,true,false],[390,12,0,true,true,false],[390,27,0,true,false,false],[390,28,0,true,true,false],[391,69,0,true,true,false],[393,20,0,true,true,false],[393,65,0,true,false,false],[393,66,0,true,true,false],[395,18,0,true,false,false],[404,59,0,true,true,false],[408,18,0,true,false,false],[411,20,0,true,true,false],[413,14,0,true,false,false],[414,16,0,true,true,false],[416,10,0,true,false,false],[417,6,0,false,false,false],[421,78,0,true,true,false],[427,68,0,true,true,false],[427,79,0,true,false,false],[428,12,0,true,true,false],[428,41,0,true,true,false],[428,95,0,true,false,false],[428,96,0,true,true,false],[430,10,0,true,true,false],[434,12,0,true,true,false],[434,35,0,true,false,false],[434,36,0,true,true,false],[436,10,0,true,true,false],[439,12,0,true,true,false],[439,36,0,true,true,false],[439,56,0,true,false,false],[439,60,0,true,true,false],[439,80,0,true,false,false],[439,81,0,true,true,false],[441,10,0,true,true,false],[442,12,0,true,true,false],[442,36,0,true,true,false],[442,56,0,true,false,false],[442,60,0,true,true,false],[442,79,0,true,false,false],[442,80,0,true,true,false],[444,10,0,true,true,false],[445,12,0,true,true,false],[445,36,0,true,true,false],[445,56,0,true,false,false],[445,60,0,true,true,false],[445,79,0,true,false,false],[445,83,0,true,true,false],[445,102,0,true,false,false],[445,103,0,true,true,false],[447,10,0,true,true,false],[448,12,0,true,true,false],[448,36,0,true,true,false],[448,56,0,true,false,false],[448,60,0,true,true,false],[448,81,0,true,false,false],[448,82,0,true,true,false],[450,10,0,true,true,false],[453,12,0,true,true,false],[453,57,0,true,true,false],[453,94,0,true,false,false],[453,95,0,true,true,false],[454,101,0,true,true,false],[454,103,0,true,false,false],[454,106,0,true,true,false],[454,108,0,true,false,false],[456,10,0,true,true,false],[459,12,0,true,true,false],[459,28,0,true,false,false],[459,29,0,true,true,false],[461,10,0,true,true,false],[462,33,0,true,true,false],[462,38,0,true,false,false],[462,41,0,true,true,false],[462,47,0,true,false,false],[463,6,0,false,false,false],[466,57,0,true,true,false],[467,64,0,true,true,false],[470,10,0,true,true,false],[477,12,0,true,true,false],[477,29,0,true,false,false],[477,63,0,true,true,false],[481,16,0,true,true,false],[481,29,0,true,false,false],[481,30,0,true,true,false],[483,14,0,true,false,false],[489,16,0,true,true,false],[489,61,0,true,false,false],[494,15,0,true,true,false],[494,62,0,true,false,false],[495,15,0,true,true,false],[495,20,0,true,false,false],[497,12,0,true,true,false],[497,56,0,true,false,false],[498,59,0,true,true,false],[498,82,0,true,false,false],[499,9,0,true,true,false],[509,10,0,true,false,false],[511,16,0,true,true,false],[511,22,0,true,false,false],[512,9,0,true,true,false],[514,16,0,true,true,false],[514,31,0,true,false,false],[514,32,0,true,true,false],[517,14,0,true,false,false],[519,16,0,true,true,false],[519,46,0,true,false,false],[519,47,0,true,true,false],[523,14,0,true,false,false],[526,16,0,true,true,false],[526,30,0,true,false,false],[526,31,0,true,true,false],[528,14,0,true,true,false],[534,16,0,true,true,false],[534,52,0,true,false,false],[534,53,0,true,true,false],[537,14,0,true,false,false],[537,20,0,true,true,false],[539,79,0,true,true,false],[541,18,0,true,false,false],[543,9,0,true,true,false],[547,16,0,true,true,false],[547,31,0,true,false,false],[547,32,0,true,true,false],[549,20,0,true,true,false],[549,50,0,true,false,false],[549,51,0,true,true,false],[551,18,0,true,false,false],[551,24,0,true,true,false],[552,26,0,true,true,false],[555,22,0,true,false,false],[559,16,0,true,true,false],[559,46,0,true,false,false],[559,47,0,true,true,false],[563,65,0,true,true,false],[567,18,0,true,false,false],[572,16,0,true,true,false],[572,30,0,true,false,false],[572,31,0,true,true,false],[580,14,0,true,true,false],[585,41,0,true,true,false],[586,37,0,true,true,false],[586,47,0,true,true,false],[588,20,0,true,true,false],[588,46,0,true,false,false],[588,47,0,true,true,false],[592,18,0,true,false,false],[599,9,0,true,true,false],[600,18,0,true,false,false],[601,10,0,true,true,false],[603,12,0,true,true,false],[603,25,0,true,false,false],[603,26,0,true,true,false],[605,168,0,true,true,false],[605,173,0,true,false,false],[608,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":65,"covered":0,"percent":0},"instantiations":{"count":65,"covered":0,"percent":0},"lines":{"count":743,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":235,"covered":0,"notcovered":235,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift","mcdc_records":[],"segments":[[12,61,0,true,true,false],[14,6,0,false,false,false],[17,60,0,true,true,false],[19,6,0,false,false,false],[22,59,0,true,true,false],[24,6,0,false,false,false],[28,76,0,true,true,false],[86,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":68,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift","mcdc_records":[],"segments":[[14,51,0,true,true,false],[14,53,0,false,false,false],[15,45,0,true,true,false],[15,55,0,false,false,false],[17,42,0,true,true,false],[17,43,0,false,false,false],[19,46,0,true,true,false],[19,47,0,false,false,false],[21,56,0,true,true,false],[21,59,0,false,false,false],[23,53,0,true,true,false],[23,56,0,false,false,false],[28,47,0,true,true,false],[28,53,0,false,false,false],[30,46,0,true,true,false],[30,51,0,false,false,false],[37,58,0,true,true,false],[37,61,0,false,false,false],[40,51,0,true,true,false],[40,54,0,false,false,false],[42,58,0,true,true,false],[42,61,0,false,false,false],[46,43,0,true,true,false],[46,45,0,false,false,false],[49,52,0,true,true,false],[49,55,0,false,false,false],[53,55,0,true,true,false],[53,58,0,false,false,false],[56,58,0,true,true,false],[56,60,0,false,false,false],[62,66,0,true,true,false],[62,69,0,false,false,false],[67,50,0,true,true,false],[67,55,0,false,false,false],[73,46,0,true,true,false],[73,51,0,false,false,false],[79,46,0,true,true,false],[79,49,0,false,false,false],[85,58,0,true,true,false],[85,60,0,false,false,false],[88,44,0,true,true,false],[88,46,0,false,false,false],[90,70,0,true,true,false],[90,73,0,false,false,false],[92,43,0,true,true,false],[92,44,0,false,false,false],[94,58,0,true,true,false],[94,61,0,false,false,false],[101,58,0,true,true,false],[101,61,0,false,false,false],[106,41,0,true,true,false],[106,43,0,false,false,false],[109,60,0,true,true,false],[109,63,0,false,false,false],[113,45,0,true,true,false],[113,47,0,false,false,false],[120,44,0,true,true,false],[120,47,0,false,false,false],[123,50,0,true,true,false],[123,52,0,false,false,false],[125,62,0,true,true,false],[125,65,0,false,false,false],[151,26,0,true,true,false],[151,42,0,false,false,false],[157,23,0,true,true,false],[157,28,0,false,false,false],[159,33,0,true,true,false],[159,40,0,false,false,false],[161,37,0,true,true,false],[161,39,0,false,false,false],[162,41,0,true,true,false],[162,43,0,false,false,false],[163,38,0,true,true,false],[163,39,0,false,false,false],[164,42,0,true,true,false],[164,46,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":38,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift","mcdc_records":[],"segments":[[9,12,0,true,true,false],[26,39,0,true,true,false],[31,10,0,true,false,false],[34,6,0,false,false,false],[36,34,0,true,true,false],[38,80,0,true,true,false],[40,10,0,true,false,false],[50,81,0,true,true,false],[51,18,0,true,true,false],[53,14,0,true,false,false],[55,6,0,false,false,false],[58,36,0,true,true,false],[59,46,0,true,true,false],[62,10,0,true,false,false],[62,30,0,true,true,false],[63,18,0,true,true,false],[65,14,0,true,false,false],[67,6,0,false,false,false],[72,29,0,true,true,false],[72,35,0,false,false,false],[74,25,0,true,true,false],[75,28,0,true,true,false],[84,10,0,true,false,false],[95,6,0,false,false,false],[104,41,0,true,true,false],[104,47,0,false,false,false],[106,20,0,true,true,false],[106,22,0,false,false,false],[108,41,0,true,true,false],[115,73,0,true,true,false],[118,10,0,true,true,false],[127,37,0,true,true,false],[127,45,0,true,false,false],[129,31,0,true,true,false],[132,10,0,true,true,false],[134,12,0,true,true,false],[134,25,0,true,false,false],[134,26,0,true,true,false],[137,10,0,true,false,false],[143,12,0,true,true,false],[143,18,0,true,false,false],[143,19,0,true,true,false],[145,10,0,true,false,false],[145,16,0,true,true,false],[147,10,0,true,false,false],[148,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":153,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift","mcdc_records":[],"segments":[[11,38,0,true,true,false],[50,12,0,true,true,false],[50,51,0,true,false,false],[50,52,0,true,true,false],[52,10,0,true,false,false],[85,6,0,false,false,false],[92,37,0,true,true,false],[93,31,0,true,true,false],[93,41,0,true,true,false],[96,12,0,true,true,false],[96,42,0,true,true,false],[96,86,0,true,false,false],[96,95,0,true,true,false],[99,10,0,true,false,false],[102,12,0,true,true,false],[102,33,0,true,false,false],[102,34,0,true,true,false],[105,10,0,true,false,false],[108,12,0,true,true,false],[108,29,0,true,false,false],[108,30,0,true,true,false],[111,10,0,true,false,false],[111,16,0,true,true,false],[113,10,0,true,false,false],[114,6,0,false,false,false],[116,24,0,true,true,false],[119,6,0,false,false,false],[125,31,0,true,true,false],[126,31,0,true,true,false],[126,41,0,true,true,false],[127,12,0,true,true,false],[127,29,0,true,false,false],[127,30,0,true,true,false],[131,10,0,true,false,false],[132,6,0,false,false,false],[134,31,0,true,true,false],[135,31,0,true,true,false],[135,47,0,true,true,false],[137,38,0,true,true,false],[137,78,0,true,false,false],[138,6,0,false,false,false],[140,88,0,true,true,false],[143,14,0,true,true,false],[143,24,0,true,true,false],[145,97,0,true,true,false],[145,103,0,true,false,false],[145,106,0,true,true,false],[145,127,0,true,false,false],[147,59,0,true,true,false],[147,69,0,true,true,false],[155,6,0,false,false,false],[163,30,0,true,true,false],[163,50,0,false,false,false],[165,49,0,true,true,false],[168,6,0,false,false,false],[173,30,0,true,true,false],[199,6,0,false,false,false],[205,49,0,true,true,false],[208,6,0,false,false,false],[210,46,0,true,true,false],[212,6,0,false,false,false],[214,46,0,true,true,false],[216,6,0,false,false,false],[218,71,0,true,true,false],[223,6,0,false,false,false],[225,56,0,true,true,false],[228,14,0,true,true,false],[228,24,0,true,true,false],[240,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":197,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift","mcdc_records":[],"segments":[[16,40,0,true,true,false],[16,45,0,false,false,false],[18,25,0,true,true,false],[19,49,0,true,true,false],[21,32,0,true,true,false],[22,125,0,true,true,false],[26,18,0,true,true,false],[36,43,0,true,true,false],[40,18,0,true,false,false],[42,42,0,true,true,false],[42,45,0,true,false,false],[42,48,0,true,true,false],[42,51,0,true,false,false],[48,32,0,true,true,false],[49,43,0,true,true,false],[51,18,0,true,false,false],[57,18,0,true,true,false],[57,40,0,true,false,false],[61,6,0,false,false,false],[66,65,0,true,true,false],[69,28,0,true,true,false],[84,32,0,true,true,false],[85,24,0,true,true,false],[85,44,0,true,false,false],[85,52,0,true,true,false],[88,73,0,true,true,false],[88,74,0,true,false,false],[88,77,0,true,true,false],[88,80,0,true,false,false],[96,24,0,true,true,false],[96,46,0,true,false,false],[96,54,0,true,true,false],[99,73,0,true,true,false],[99,74,0,true,false,false],[99,77,0,true,true,false],[99,80,0,true,false,false],[110,33,0,true,true,false],[110,64,0,true,false,false],[110,67,0,true,true,false],[110,78,0,true,false,false],[114,63,0,true,true,false],[114,66,0,true,false,false],[114,69,0,true,true,false],[114,70,0,true,false,false],[117,18,0,true,true,false],[118,55,0,true,true,false],[119,48,0,true,true,false],[119,59,0,true,false,false],[119,62,0,true,true,false],[119,65,0,true,false,false],[122,37,0,true,true,false],[122,54,0,true,false,false],[122,57,0,true,true,false],[122,60,0,true,false,false],[124,23,0,true,true,false],[126,10,0,true,false,false],[129,6,0,false,false,false],[133,49,0,true,true,false],[134,71,0,true,true,false],[134,74,0,true,false,false],[134,77,0,true,true,false],[134,80,0,true,false,false],[135,6,0,false,false,false],[149,25,0,true,true,false],[163,6,0,false,false,false],[180,40,0,true,true,false],[180,45,0,false,false,false],[182,25,0,true,true,false],[184,28,0,true,true,false],[185,28,0,true,true,false],[187,14,0,true,false,false],[192,18,0,true,true,false],[192,40,0,true,false,false],[196,6,0,false,false,false],[201,63,0,true,true,false],[204,38,0,true,true,false],[206,32,0,true,true,false],[216,82,0,true,true,false],[218,18,0,true,false,false],[218,24,0,true,true,false],[220,18,0,true,false,false],[226,16,0,true,true,false],[226,25,0,true,false,false],[226,26,0,true,true,false],[227,36,0,true,true,false],[228,28,0,true,true,false],[228,44,0,true,false,false],[228,52,0,true,true,false],[237,22,0,true,false,false],[242,28,0,true,true,false],[242,46,0,true,false,false],[242,54,0,true,true,false],[251,22,0,true,false,false],[258,14,0,true,true,false],[259,10,0,true,false,false],[262,33,0,true,true,false],[262,64,0,true,false,false],[262,67,0,true,true,false],[262,78,0,true,false,false],[266,63,0,true,true,false],[266,66,0,true,false,false],[266,69,0,true,true,false],[266,70,0,true,false,false],[269,18,0,true,true,false],[270,55,0,true,true,false],[271,44,0,true,true,false],[271,51,0,true,false,false],[271,54,0,true,true,false],[271,57,0,true,false,false],[274,37,0,true,true,false],[274,47,0,true,false,false],[274,50,0,true,true,false],[274,53,0,true,false,false],[276,23,0,true,true,false],[278,10,0,true,false,false],[281,6,0,false,false,false],[285,49,0,true,true,false],[286,71,0,true,true,false],[286,74,0,true,false,false],[286,77,0,true,true,false],[286,80,0,true,false,false],[287,6,0,false,false,false],[299,25,0,true,true,false],[313,6,0,false,false,false],[321,35,0,true,true,false],[323,6,0,false,false,false],[326,37,0,true,true,false],[328,6,0,false,false,false],[330,25,0,true,true,false],[331,28,0,true,true,false],[341,10,0,true,false,false],[352,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":594,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":75,"covered":0,"notcovered":75,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift","mcdc_records":[],"segments":[[11,20,0,true,true,false],[11,32,0,false,false,false],[13,23,0,true,true,false],[14,16,0,true,true,false],[14,20,0,true,false,false],[15,9,0,true,true,false],[15,25,0,true,false,false],[16,9,0,true,true,false],[16,27,0,true,false,false],[17,9,0,true,true,false],[17,29,0,true,false,false],[18,10,0,true,true,false],[19,6,0,false,false,false],[21,28,0,true,true,false],[22,16,0,true,true,false],[22,20,0,true,false,false],[23,9,0,true,true,false],[23,25,0,true,false,false],[24,9,0,true,true,false],[24,27,0,true,false,false],[25,9,0,true,true,false],[25,29,0,true,false,false],[26,10,0,true,true,false],[27,6,0,false,false,false],[29,28,0,true,true,false],[30,16,0,true,true,false],[30,20,0,true,false,false],[31,9,0,true,true,false],[31,25,0,true,false,false],[32,9,0,true,true,false],[32,27,0,true,false,false],[33,9,0,true,true,false],[33,43,0,true,false,false],[34,10,0,true,true,false],[35,6,0,false,false,false],[37,22,0,true,true,false],[38,16,0,true,true,false],[38,20,0,true,false,false],[39,9,0,true,true,false],[39,30,0,true,false,false],[40,9,0,true,true,false],[40,43,0,true,false,false],[41,9,0,true,true,false],[41,46,0,true,false,false],[42,10,0,true,true,false],[43,6,0,false,false,false],[58,47,0,true,true,false],[58,49,0,false,false,false],[62,34,0,true,true,false],[62,39,0,false,false,false],[64,25,0,true,true,false],[65,29,0,true,true,false],[66,44,0,true,true,false],[71,31,0,true,true,false],[72,67,0,true,true,false],[74,26,0,true,false,false],[79,6,0,false,false,false],[82,65,0,true,true,false],[83,16,0,true,true,false],[83,20,0,true,false,false],[84,9,0,true,true,false],[86,29,0,true,false,false],[87,9,0,true,true,false],[89,44,0,true,false,false],[90,10,0,true,true,false],[91,6,0,false,false,false],[101,36,0,true,true,false],[101,41,0,false,false,false],[103,25,0,true,true,false],[104,34,0,true,true,false],[105,32,0,true,true,false],[112,65,0,true,true,false],[112,72,0,true,false,false],[112,75,0,true,true,false],[112,83,0,true,false,false],[113,51,0,true,true,false],[113,68,0,true,false,false],[113,71,0,true,true,false],[113,81,0,true,false,false],[115,51,0,true,true,false],[118,50,0,true,true,false],[118,67,0,true,false,false],[118,70,0,true,true,false],[118,81,0,true,false,false],[127,60,0,true,true,false],[127,74,0,true,false,false],[127,77,0,true,true,false],[127,79,0,true,false,false],[128,6,0,false,false,false],[131,42,0,true,true,false],[132,38,0,true,true,false],[132,60,0,true,false,false],[132,63,0,true,true,false],[132,77,0,true,false,false],[135,58,0,true,true,false],[139,10,0,true,false,false],[139,16,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,66,0,true,true,false],[150,16,0,true,true,false],[152,10,0,true,true,false],[153,40,0,true,false,false],[154,6,0,false,false,false],[164,36,0,true,true,false],[165,22,0,true,true,false],[165,39,0,true,false,false],[165,42,0,true,true,false],[165,70,0,true,false,false],[166,6,0,false,false,false],[168,34,0,true,true,false],[169,22,0,true,true,false],[169,53,0,true,false,false],[169,56,0,true,true,false],[169,83,0,true,false,false],[170,6,0,false,false,false],[172,25,0,true,true,false],[173,15,0,true,true,false],[174,20,0,true,true,false],[174,24,0,true,false,false],[175,13,0,true,true,false],[176,24,0,true,false,false],[177,13,0,true,true,false],[178,25,0,true,false,false],[179,13,0,true,true,false],[180,26,0,true,false,false],[181,14,0,true,true,false],[182,10,0,true,false,false],[184,6,0,false,false,false],[187,36,0,true,true,false],[188,16,0,true,true,false],[203,10,0,true,false,false],[204,6,0,false,false,false],[207,37,0,true,true,false],[208,28,0,true,true,false],[211,36,0,true,true,false],[211,66,0,true,false,false],[211,69,0,true,true,false],[211,95,0,true,false,false],[223,6,0,false,false,false],[226,38,0,true,true,false],[227,29,0,true,true,false],[245,10,0,true,false,false],[246,6,0,false,false,false],[253,62,0,true,true,false],[255,52,0,true,true,false],[255,56,0,true,false,false],[255,59,0,true,true,false],[255,62,0,true,false,false],[256,48,0,true,true,false],[256,51,0,true,false,false],[256,54,0,true,true,false],[256,57,0,true,false,false],[258,52,0,true,true,false],[260,14,0,true,false,false],[261,6,0,false,false,false],[267,27,0,true,true,false],[268,16,0,true,true,false],[268,20,0,true,false,false],[269,9,0,true,true,false],[269,34,0,true,false,false],[270,9,0,true,true,false],[270,36,0,true,false,false],[271,9,0,true,true,false],[271,38,0,true,false,false],[272,10,0,true,true,false],[273,6,0,false,false,false],[275,35,0,true,true,false],[276,16,0,true,true,false],[276,20,0,true,false,false],[277,9,0,true,true,false],[277,43,0,true,false,false],[278,9,0,true,true,false],[278,45,0,true,false,false],[279,9,0,true,true,false],[279,47,0,true,false,false],[280,10,0,true,true,false],[281,6,0,false,false,false],[283,30,0,true,true,false],[284,16,0,true,true,false],[284,20,0,true,false,false],[285,9,0,true,true,false],[285,63,0,true,false,false],[286,9,0,true,true,false],[286,59,0,true,false,false],[287,9,0,true,true,false],[287,64,0,true,false,false],[288,10,0,true,true,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":355,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":103,"covered":0,"notcovered":103,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift","mcdc_records":[],"segments":[[6,37,0,true,true,false],[6,42,0,false,false,false],[7,36,0,true,true,false],[7,41,0,false,false,false],[8,31,0,true,true,false],[8,36,0,false,false,false],[11,18,0,true,true,false],[15,6,0,false,false,false],[32,25,0,true,true,false],[33,50,0,true,true,false],[35,32,0,true,true,false],[39,36,0,true,true,false],[44,18,0,true,false,false],[53,36,0,true,true,false],[57,18,0,true,false,false],[71,20,0,true,true,false],[77,14,0,true,false,false],[79,19,0,true,true,false],[81,10,0,true,false,false],[82,22,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[87,38,0,true,true,false],[89,28,0,true,true,false],[91,42,0,true,true,false],[91,52,0,true,true,false],[92,52,0,true,true,false],[94,14,0,true,false,false],[96,6,0,false,false,false],[102,27,0,true,true,false],[102,32,0,false,false,false],[114,34,0,true,true,false],[115,21,0,true,true,false],[115,42,0,true,false,false],[115,45,0,true,true,false],[115,65,0,true,false,false],[116,6,0,false,false,false],[118,40,0,true,true,false],[119,21,0,true,true,false],[119,48,0,true,false,false],[119,51,0,true,true,false],[119,77,0,true,false,false],[120,6,0,false,false,false],[122,25,0,true,true,false],[135,65,0,true,true,false],[135,68,0,true,false,false],[135,71,0,true,true,false],[135,74,0,true,false,false],[135,100,0,true,true,false],[135,101,0,true,false,false],[135,104,0,true,true,false],[135,107,0,true,false,false],[137,38,0,true,true,false],[137,41,0,true,false,false],[137,44,0,true,true,false],[137,47,0,true,false,false],[139,6,0,false,false,false],[144,40,0,true,true,false],[151,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":209,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":0,"notcovered":32,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift","mcdc_records":[],"segments":[[13,28,0,true,true,false],[13,50,0,false,false,false],[25,45,0,true,true,false],[27,34,0,true,true,false],[27,44,0,true,true,false],[33,22,0,true,true,false],[33,35,0,true,false,false],[34,22,0,true,true,false],[36,24,0,true,true,false],[36,33,0,true,false,false],[36,34,0,true,true,false],[38,22,0,true,false,false],[86,6,0,false,false,false],[89,20,0,true,true,false],[97,31,0,true,true,false],[97,41,0,true,true,false],[100,46,0,true,true,false],[103,10,0,true,false,false],[103,30,0,true,true,false],[104,38,0,true,true,false],[109,14,0,true,false,false],[111,6,0,false,false,false],[113,27,0,true,true,false],[114,31,0,true,true,false],[114,41,0,true,true,false],[117,46,0,true,true,false],[120,10,0,true,false,false],[120,30,0,true,true,false],[123,18,0,true,true,false],[125,14,0,true,false,false],[127,6,0,false,false,false],[129,38,0,true,true,false],[131,28,0,true,true,false],[133,42,0,true,true,false],[133,52,0,true,true,false],[135,10,0,true,false,false],[136,6,0,false,false,false],[139,49,0,true,true,false],[140,31,0,true,true,false],[140,41,0,true,true,false],[145,6,0,false,false,false],[148,25,0,true,true,false],[150,6,0,false,false,false],[154,39,0,true,true,false],[156,89,0,true,true,false],[157,18,0,true,true,false],[159,14,0,true,false,false],[162,86,0,true,true,false],[163,18,0,true,true,false],[165,14,0,true,false,false],[168,82,0,true,true,false],[169,18,0,true,true,false],[171,14,0,true,false,false],[175,87,0,true,true,false],[176,18,0,true,true,false],[178,14,0,true,false,false],[182,84,0,true,true,false],[183,18,0,true,true,false],[185,14,0,true,false,false],[189,80,0,true,true,false],[190,18,0,true,true,false],[192,14,0,true,false,false],[195,6,0,false,false,false],[197,38,0,true,true,false],[198,45,0,true,true,false],[201,10,0,true,false,false],[202,47,0,true,true,false],[205,10,0,true,false,false],[206,45,0,true,true,false],[209,10,0,true,false,false],[210,44,0,true,true,false],[213,10,0,true,false,false],[214,46,0,true,true,false],[217,10,0,true,false,false],[218,44,0,true,true,false],[221,10,0,true,false,false],[222,6,0,false,false,false],[224,55,0,true,true,false],[228,6,0,false,false,false],[230,50,0,true,true,false],[232,12,0,true,true,false],[232,31,0,true,false,false],[232,32,0,true,true,false],[234,10,0,true,false,false],[235,6,0,false,false,false],[237,48,0,true,true,false],[239,12,0,true,true,false],[239,31,0,true,false,false],[239,32,0,true,true,false],[241,10,0,true,false,false],[242,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":299,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift","mcdc_records":[],"segments":[[82,58,0,true,true,false],[83,27,0,true,true,false],[83,38,0,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":4,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift","mcdc_records":[],"segments":[[10,42,0,true,true,false],[10,47,0,false,false,false],[11,41,0,true,true,false],[11,47,0,false,false,false],[14,6,0,true,true,false],[14,55,0,false,false,false],[14,87,0,true,true,false],[14,92,0,false,false,false],[17,56,0,true,true,false],[17,61,0,false,false,false],[20,37,0,true,true,false],[20,39,0,false,false,false],[22,62,0,true,true,false],[22,64,0,false,false,false],[23,38,0,true,true,false],[23,43,0,false,false,false],[28,89,0,true,true,false],[30,6,0,false,false,false],[33,27,0,true,true,false],[35,6,0,false,false,false],[38,120,0,true,true,false],[43,6,0,false,false,false],[47,88,0,true,true,false],[54,6,0,false,false,false],[56,25,0,true,true,false],[57,28,0,true,true,false],[59,16,0,true,true,false],[59,32,0,true,false,false],[59,33,0,true,true,false],[61,14,0,true,true,false],[64,16,0,true,true,false],[64,32,0,true,false,false],[64,54,0,true,true,false],[67,14,0,true,false,false],[67,20,0,true,true,false],[69,14,0,true,false,false],[71,47,0,true,true,false],[74,35,0,true,true,false],[77,18,0,true,false,false],[80,35,0,true,true,false],[85,31,0,true,true,false],[87,20,0,true,true,false],[87,37,0,true,false,false],[87,38,0,true,true,false],[89,18,0,true,false,false],[92,6,0,false,false,false],[96,38,0,true,true,false],[97,28,0,true,true,false],[111,16,0,true,true,false],[111,35,0,true,false,false],[111,36,0,true,true,false],[112,24,0,true,true,false],[114,18,0,true,false,false],[114,26,0,true,true,false],[118,18,0,true,false,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[126,6,0,false,false,false],[130,46,0,true,true,false],[131,15,0,true,true,false],[132,16,0,true,true,false],[132,27,0,true,false,false],[132,28,0,true,true,false],[133,24,0,true,true,false],[140,18,0,true,false,false],[142,47,0,true,true,false],[143,36,0,true,true,false],[150,18,0,true,false,false],[153,23,0,true,true,false],[153,46,0,true,false,false],[153,47,0,true,true,false],[154,36,0,true,true,false],[161,18,0,true,false,false],[163,20,0,true,true,false],[164,28,0,true,true,false],[165,44,0,true,true,false],[166,50,0,true,true,false],[169,43,0,true,true,false],[171,34,0,true,false,false],[179,6,0,false,false,false],[183,43,0,true,true,false],[184,26,0,true,true,false],[185,24,0,true,true,false],[186,58,0,true,true,false],[187,51,0,true,true,false],[187,79,0,true,true,false],[187,98,0,true,false,false],[187,121,0,true,true,false],[197,22,0,true,false,false],[202,45,0,true,true,false],[203,47,0,true,true,false],[204,26,0,true,true,false],[206,66,0,true,true,false],[208,26,0,true,false,false],[212,23,0,true,true,false],[214,59,0,true,true,false],[214,69,0,true,true,false],[217,22,0,true,true,false],[219,62,0,true,true,false],[221,22,0,true,false,false],[225,6,0,false,false,false],[229,53,0,true,true,false],[233,12,0,true,true,false],[234,86,0,true,true,false],[235,33,0,true,true,false],[238,14,0,true,false,false],[239,17,0,true,true,false],[240,33,0,true,true,false],[244,14,0,true,false,false],[245,10,0,true,true,false],[246,6,0,false,false,false],[248,63,0,true,true,false],[249,14,0,true,true,false],[250,16,0,true,true,false],[252,104,0,true,true,false],[256,22,0,true,true,false],[258,18,0,true,true,false],[265,18,0,true,true,false],[268,79,0,true,true,false],[268,94,0,true,false,false],[268,98,0,true,true,false],[268,100,0,true,false,false],[279,37,0,true,true,false],[286,18,0,true,false,false],[287,21,0,true,true,false],[288,37,0,true,true,false],[290,18,0,true,false,false],[291,14,0,true,true,false],[292,10,0,true,false,false],[293,6,0,false,false,false],[305,27,0,true,true,false],[307,6,0,false,false,false],[310,34,0,true,true,false],[312,6,0,false,false,false],[314,25,0,true,true,false],[315,50,0,true,true,false],[317,16,0,true,true,false],[317,26,0,true,false,false],[317,27,0,true,true,false],[318,24,0,true,true,false],[328,24,0,true,true,false],[328,43,0,true,false,false],[328,44,0,true,true,false],[329,32,0,true,true,false],[331,26,0,true,false,false],[331,34,0,true,true,false],[332,48,0,true,true,false],[337,30,0,true,false,false],[342,22,0,true,true,false],[343,18,0,true,false,false],[347,14,0,true,true,false],[350,54,0,true,true,false],[351,34,0,true,true,false],[357,23,0,true,true,false],[360,22,0,true,false,false],[360,33,0,true,true,false],[361,28,0,true,true,false],[361,58,0,true,false,false],[361,59,0,true,true,false],[362,34,0,true,true,false],[366,36,0,true,true,false],[366,65,0,true,false,false],[366,66,0,true,true,false],[368,34,0,true,false,false],[378,20,0,true,true,false],[378,39,0,true,false,false],[378,57,0,true,true,false],[379,54,0,true,true,false],[381,22,0,true,false,false],[382,18,0,true,true,false],[383,14,0,true,false,false],[385,6,0,false,false,false],[397,37,0,true,true,false],[397,42,0,false,false,false],[398,49,0,true,true,false],[398,54,0,false,false,false],[401,40,0,true,true,false],[401,43,0,false,false,false],[410,7,0,true,true,false],[417,6,0,false,false,false],[419,25,0,true,true,false],[420,24,0,true,true,false],[426,10,0,true,false,false],[426,12,0,true,true,false],[427,32,0,true,true,false],[429,24,0,true,true,false],[440,24,0,true,true,false],[440,34,0,true,false,false],[440,35,0,true,true,false],[443,22,0,true,true,false],[448,18,0,true,false,false],[453,66,0,true,true,false],[453,75,0,true,false,false],[453,78,0,true,true,false],[453,85,0,true,false,false],[454,51,0,true,true,false],[454,59,0,true,false,false],[454,62,0,true,true,false],[454,72,0,true,false,false],[465,18,0,true,true,false],[467,55,0,true,true,false],[469,14,0,true,false,false],[473,22,0,true,true,false],[474,16,0,true,true,false],[474,24,0,true,false,false],[474,42,0,true,true,false],[475,44,0,true,true,false],[477,18,0,true,false,false],[477,26,0,true,true,false],[479,18,0,true,false,false],[481,14,0,true,true,false],[482,10,0,true,false,false],[487,11,0,true,true,false],[488,50,0,true,true,false],[490,14,0,true,false,false],[492,45,0,true,true,false],[492,47,0,true,false,false],[494,20,0,true,true,false],[496,10,0,true,false,false],[497,6,0,false,false,false],[501,36,0,true,true,false],[502,12,0,true,true,false],[502,22,0,true,false,false],[502,23,0,true,true,false],[504,10,0,true,false,false],[504,19,0,true,true,false],[504,29,0,true,false,false],[504,30,0,true,true,false],[506,10,0,true,false,false],[506,16,0,true,true,false],[508,10,0,true,false,false],[509,6,0,false,false,false],[511,39,0,true,true,false],[512,12,0,true,true,false],[512,22,0,true,false,false],[512,23,0,true,true,false],[514,10,0,true,false,false],[514,19,0,true,true,false],[514,29,0,true,false,false],[514,30,0,true,true,false],[516,10,0,true,false,false],[516,16,0,true,true,false],[518,10,0,true,false,false],[519,6,0,false,false,false],[521,34,0,true,true,false],[522,12,0,true,true,false],[522,22,0,true,false,false],[522,23,0,true,true,false],[524,10,0,true,false,false],[524,19,0,true,true,false],[524,29,0,true,false,false],[524,30,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[528,10,0,true,false,false],[529,6,0,false,false,false],[532,42,0,true,true,false],[538,14,0,true,true,false],[541,10,0,true,false,false],[545,9,0,true,true,false],[550,10,0,true,false,false],[550,16,0,true,true,false],[555,10,0,true,false,false],[556,6,0,false,false,false],[558,49,0,true,true,false],[559,12,0,true,true,false],[559,22,0,true,false,false],[559,23,0,true,true,false],[561,52,0,true,true,false],[561,56,0,true,false,false],[561,59,0,true,true,false],[561,63,0,true,false,false],[563,19,0,true,true,false],[563,29,0,true,false,false],[563,30,0,true,true,false],[565,46,0,true,true,false],[565,50,0,true,false,false],[565,53,0,true,true,false],[565,57,0,true,false,false],[567,16,0,true,true,false],[569,46,0,true,true,false],[569,50,0,true,false,false],[569,53,0,true,true,false],[569,57,0,true,false,false],[572,6,0,false,false,false],[580,37,0,true,true,false],[580,42,0,false,false,false],[582,40,0,true,true,false],[582,43,0,false,false,false],[584,25,0,true,true,false],[585,34,0,true,true,false],[586,32,0,true,true,false],[587,24,0,true,true,false],[597,40,0,true,true,false],[604,22,0,true,false,false],[614,18,0,true,true,false],[615,55,0,true,true,false],[617,14,0,true,false,false],[619,6,0,false,false,false],[621,36,0,true,true,false],[622,22,0,true,true,false],[622,47,0,true,false,false],[622,50,0,true,true,false],[622,75,0,true,false,false],[623,6,0,false,false,false],[625,39,0,true,true,false],[626,22,0,true,true,false],[626,23,0,true,false,false],[626,26,0,true,true,false],[626,27,0,true,false,false],[627,6,0,false,false,false],[629,34,0,true,true,false],[630,22,0,true,true,false],[630,23,0,true,false,false],[630,26,0,true,true,false],[630,27,0,true,false,false],[631,6,0,false,false,false],[633,49,0,true,true,false],[635,42,0,true,true,false],[635,56,0,true,true,false],[635,60,0,true,false,false],[635,63,0,true,true,false],[635,67,0,true,false,false],[635,71,0,true,true,false],[635,85,0,true,true,false],[635,89,0,true,false,false],[635,92,0,true,true,false],[635,96,0,true,false,false],[637,6,0,false,false,false],[654,44,0,true,true,false],[656,53,0,true,true,false],[658,10,0,true,false,false],[659,12,0,true,true,false],[659,34,0,true,false,false],[659,35,0,true,true,false],[661,10,0,true,false,false],[663,6,0,false,false,false],[665,25,0,true,true,false],[666,34,0,true,true,false],[667,50,0,true,true,false],[668,57,0,true,true,false],[674,65,0,true,true,false],[678,22,0,true,true,false],[679,18,0,true,false,false],[684,36,0,true,true,false],[685,66,0,true,true,false],[687,22,0,true,false,false],[697,6,0,false,false,false],[706,25,0,true,true,false],[716,6,0,false,false,false],[718,33,0,true,true,false],[719,16,0,true,true,false],[719,32,0,true,false,false],[720,9,0,true,true,false],[720,28,0,true,false,false],[721,9,0,true,true,false],[721,42,0,true,false,false],[722,9,0,true,true,false],[722,29,0,true,false,false],[723,9,0,true,true,false],[723,29,0,true,false,false],[724,9,0,true,true,false],[724,28,0,true,false,false],[725,10,0,true,true,false],[726,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":113,"covered":0,"percent":0},"instantiations":{"count":113,"covered":0,"percent":0},"lines":{"count":1479,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":219,"covered":0,"notcovered":219,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift","mcdc_records":[],"segments":[[37,30,0,true,true,false],[37,33,0,false,false,false],[40,35,0,true,true,false],[40,36,0,false,false,false],[50,65,0,true,true,false],[51,16,0,true,true,false],[51,21,0,true,false,false],[53,9,0,true,true,false],[53,77,0,true,false,false],[54,9,0,true,true,false],[54,77,0,true,false,false],[55,9,0,true,true,false],[55,74,0,true,false,false],[57,9,0,true,true,false],[57,59,0,true,false,false],[58,9,0,true,true,false],[58,59,0,true,false,false],[60,9,0,true,true,false],[60,53,0,true,false,false],[61,9,0,true,true,false],[61,53,0,true,false,false],[62,9,0,true,true,false],[62,84,0,true,false,false],[64,9,0,true,true,false],[64,58,0,true,false,false],[65,9,0,true,true,false],[65,59,0,true,false,false],[66,9,0,true,true,false],[66,54,0,true,false,false],[67,9,0,true,true,false],[67,53,0,true,false,false],[68,9,0,true,true,false],[68,53,0,true,false,false],[69,9,0,true,true,false],[69,54,0,true,false,false],[71,9,0,true,true,false],[71,59,0,true,false,false],[72,9,0,true,true,false],[72,55,0,true,false,false],[73,9,0,true,true,false],[73,78,0,true,false,false],[74,9,0,true,true,false],[74,53,0,true,false,false],[75,9,0,true,true,false],[75,26,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[115,38,0,true,true,false],[119,12,0,true,true,false],[119,51,0,true,false,false],[119,52,0,true,true,false],[121,10,0,true,true,false],[124,12,0,true,true,false],[124,25,0,true,false,false],[124,26,0,true,true,false],[126,10,0,true,true,false],[130,12,0,true,true,false],[130,29,0,true,false,false],[130,47,0,true,true,false],[132,10,0,true,true,false],[136,12,0,true,true,false],[136,29,0,true,false,false],[136,30,0,true,true,false],[138,10,0,true,true,false],[141,12,0,true,true,false],[141,57,0,true,false,false],[141,58,0,true,true,false],[143,10,0,true,true,false],[149,12,0,true,true,false],[149,47,0,true,true,false],[149,60,0,true,false,false],[149,61,0,true,true,false],[151,10,0,true,true,false],[154,12,0,true,true,false],[154,24,0,true,false,false],[154,25,0,true,true,false],[156,16,0,true,true,false],[156,25,0,true,false,false],[156,26,0,true,true,false],[158,14,0,true,true,false],[159,34,0,true,false,false],[160,10,0,true,true,false],[163,25,0,true,false,false],[164,6,0,false,false,false],[167,30,0,true,true,false],[170,6,0,false,false,false],[188,60,0,true,true,false],[191,48,0,true,true,false],[191,92,0,true,true,false],[191,94,0,true,false,false],[191,98,0,true,true,false],[191,103,0,true,false,false],[193,16,0,true,true,false],[193,26,0,true,false,false],[195,9,0,true,true,false],[195,61,0,true,false,false],[196,9,0,true,true,false],[196,62,0,true,false,false],[197,9,0,true,true,false],[197,62,0,true,false,false],[198,9,0,true,true,false],[198,59,0,true,false,false],[199,9,0,true,true,false],[199,65,0,true,false,false],[200,9,0,true,true,false],[200,59,0,true,false,false],[202,9,0,true,true,false],[202,63,0,true,false,false],[203,9,0,true,true,false],[203,62,0,true,false,false],[204,9,0,true,true,false],[204,63,0,true,false,false],[206,9,0,true,true,false],[206,61,0,true,false,false],[207,9,0,true,true,false],[207,59,0,true,false,false],[209,9,0,true,true,false],[209,57,0,true,false,false],[210,9,0,true,true,false],[210,57,0,true,false,false],[211,9,0,true,true,false],[211,57,0,true,false,false],[212,9,0,true,true,false],[212,57,0,true,false,false],[213,9,0,true,true,false],[213,57,0,true,false,false],[214,9,0,true,true,false],[214,57,0,true,false,false],[215,9,0,true,true,false],[215,57,0,true,false,false],[216,9,0,true,true,false],[216,57,0,true,false,false],[217,9,0,true,true,false],[217,57,0,true,false,false],[218,9,0,true,true,false],[218,57,0,true,false,false],[220,9,0,true,true,false],[220,57,0,true,false,false],[221,9,0,true,true,false],[221,57,0,true,false,false],[222,9,0,true,true,false],[222,57,0,true,false,false],[223,9,0,true,true,false],[223,57,0,true,false,false],[224,9,0,true,true,false],[224,58,0,true,false,false],[225,9,0,true,true,false],[225,57,0,true,false,false],[226,9,0,true,true,false],[226,57,0,true,false,false],[227,9,0,true,true,false],[227,58,0,true,false,false],[228,9,0,true,true,false],[228,57,0,true,false,false],[229,9,0,true,true,false],[229,57,0,true,false,false],[230,9,0,true,true,false],[230,57,0,true,false,false],[231,9,0,true,true,false],[231,40,0,true,false,false],[233,6,0,false,false,false],[236,65,0,true,true,false],[237,16,0,true,true,false],[237,23,0,true,false,false],[238,9,0,true,true,false],[238,28,0,true,false,false],[239,9,0,true,true,false],[239,28,0,true,false,false],[240,9,0,true,true,false],[240,37,0,true,false,false],[241,9,0,true,true,false],[241,36,0,true,false,false],[242,9,0,true,true,false],[242,23,0,true,false,false],[243,9,0,true,true,false],[243,24,0,true,false,false],[244,9,0,true,true,false],[244,28,0,true,false,false],[245,9,0,true,true,false],[245,30,0,true,false,false],[246,9,0,true,true,false],[246,28,0,true,false,false],[247,9,0,true,true,false],[247,34,0,true,false,false],[248,9,0,true,true,false],[248,35,0,true,false,false],[249,9,0,true,true,false],[249,35,0,true,false,false],[250,9,0,true,true,false],[250,21,0,true,false,false],[251,10,0,true,true,false],[252,6,0,false,false,false],[259,67,0,true,true,false],[269,69,0,true,true,false],[271,10,0,true,true,false],[275,16,0,true,true,false],[275,26,0,true,false,false],[276,9,0,true,true,false],[276,52,0,true,false,false],[277,9,0,true,true,false],[277,51,0,true,false,false],[278,9,0,true,true,false],[278,49,0,true,false,false],[279,9,0,true,true,false],[279,28,0,true,false,false],[281,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[10,31,0,true,true,false],[10,41,0,true,true,false],[13,41,0,true,true,false],[13,99,0,true,false,false],[25,12,0,true,true,false],[25,33,0,true,false,false],[25,34,0,true,true,false],[30,10,0,true,false,false],[35,12,0,true,true,false],[35,25,0,true,false,false],[35,26,0,true,true,false],[38,90,0,true,true,false],[39,71,0,true,true,false],[39,81,0,true,true,false],[44,20,0,true,true,false],[44,41,0,true,false,false],[44,42,0,true,true,false],[48,18,0,true,false,false],[50,16,0,true,true,false],[56,16,0,true,true,false],[56,37,0,true,false,false],[56,38,0,true,true,false],[60,14,0,true,false,false],[62,6,0,false,false,false],[64,41,0,true,true,false],[65,31,0,true,true,false],[65,41,0,true,true,false],[66,42,0,true,true,false],[66,69,0,true,false,false],[66,73,0,true,true,false],[66,101,0,true,false,false],[66,107,0,true,true,false],[69,10,0,true,true,false],[70,60,0,true,true,false],[73,10,0,true,false,false],[76,41,0,true,true,false],[76,99,0,true,false,false],[78,12,0,true,true,false],[78,33,0,true,false,false],[78,34,0,true,true,false],[83,10,0,true,false,false],[88,12,0,true,true,false],[88,25,0,true,false,false],[88,26,0,true,true,false],[91,90,0,true,true,false],[92,71,0,true,true,false],[92,81,0,true,true,false],[99,20,0,true,true,false],[99,41,0,true,false,false],[99,42,0,true,true,false],[103,18,0,true,false,false],[105,16,0,true,true,false],[113,16,0,true,true,false],[113,37,0,true,false,false],[113,38,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[122,59,0,true,true,false],[126,101,0,true,true,false],[127,33,0,true,true,false],[129,14,0,true,true,false],[130,18,0,true,true,false],[140,20,0,true,true,false],[140,35,0,true,false,false],[140,36,0,true,true,false],[143,18,0,true,false,false],[146,6,0,false,false,false],[149,39,0,true,true,false],[153,6,0,false,false,false],[155,36,0,true,true,false],[156,31,0,true,true,false],[156,41,0,true,true,false],[157,12,0,true,true,false],[157,35,0,true,false,false],[157,65,0,true,true,false],[159,10,0,true,false,false],[160,12,0,true,true,false],[160,40,0,true,false,false],[160,41,0,true,true,false],[162,16,0,true,true,false],[162,37,0,true,false,false],[162,38,0,true,true,false],[164,20,0,true,true,false],[164,53,0,true,false,false],[164,54,0,true,true,false],[172,18,0,true,false,false],[175,10,0,true,true,false],[178,6,0,false,false,false],[180,44,0,true,true,false],[181,31,0,true,true,false],[181,41,0,true,true,false],[182,70,0,true,true,false],[182,118,0,true,false,false],[188,6,0,false,false,false],[190,71,0,true,true,false],[191,58,0,true,true,false],[191,71,0,true,false,false],[192,44,0,true,true,false],[197,10,0,true,false,false],[197,16,0,true,true,false],[199,10,0,true,false,false],[203,6,0,false,false,false],[205,89,0,true,true,false],[206,31,0,true,true,false],[206,41,0,true,true,false],[207,12,0,true,true,false],[207,20,0,true,false,false],[207,21,0,true,true,false],[208,50,0,true,true,false],[209,48,0,true,true,false],[209,74,0,true,false,false],[213,16,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false],[218,40,0,true,true,false],[221,19,0,true,true,false],[222,59,0,true,true,false],[222,69,0,true,true,false],[224,14,0,true,false,false],[226,6,0,false,false,false],[228,39,0,true,true,false],[231,19,0,true,true,false],[232,59,0,true,true,false],[232,69,0,true,true,false],[234,14,0,true,false,false],[236,6,0,false,false,false],[240,47,0,true,true,false],[245,12,0,true,true,false],[245,58,0,true,true,false],[245,98,0,true,false,false],[245,99,0,true,true,false],[248,10,0,true,true,false],[252,21,0,true,true,false],[252,43,0,true,true,false],[252,57,0,true,false,false],[254,19,0,true,true,false],[256,14,0,true,false,false],[257,6,0,false,false,false],[259,51,0,true,true,false],[260,14,0,true,true,false],[262,67,0,true,true,false],[262,77,0,true,true,false],[265,16,0,true,true,false],[265,43,0,true,false,false],[265,44,0,true,true,false],[267,14,0,true,false,false],[271,6,0,false,false,false],[274,30,0,true,true,false],[278,6,0,false,false,false],[280,39,0,true,true,false],[283,19,0,true,true,false],[284,59,0,true,true,false],[284,69,0,true,true,false],[286,14,0,true,false,false],[288,6,0,false,false,false],[290,67,0,true,true,false],[291,31,0,true,true,false],[291,41,0,true,true,false],[292,58,0,true,true,false],[292,68,0,true,true,false],[312,67,0,true,true,false],[312,77,0,true,true,false],[325,6,0,false,false,false],[327,55,0,true,true,false],[328,31,0,true,true,false],[328,41,0,true,true,false],[329,31,0,true,true,false],[329,41,0,true,true,false],[330,39,0,true,true,false],[330,49,0,true,true,false],[333,12,0,true,true,false],[333,51,0,true,false,false],[333,52,0,true,true,false],[335,10,0,true,true,false],[344,6,0,false,false,false],[346,53,0,true,true,false],[347,31,0,true,true,false],[347,41,0,true,true,false],[348,30,0,true,true,false],[348,40,0,true,true,false],[349,38,0,true,true,false],[349,48,0,true,true,false],[350,44,0,true,true,false],[350,54,0,true,true,false],[353,12,0,true,true,false],[353,49,0,true,false,false],[353,50,0,true,true,false],[355,10,0,true,true,false],[367,6,0,false,false,false],[369,96,0,true,true,false],[384,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":460,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":0,"notcovered":130,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift","mcdc_records":[],"segments":[[16,21,0,true,true,false],[16,53,0,false,false,false],[17,19,0,true,true,false],[17,47,0,false,false,false],[18,58,0,true,true,false],[18,63,0,false,false,false],[19,44,0,true,true,false],[19,49,0,false,false,false],[22,29,0,true,true,false],[22,34,0,false,false,false],[23,28,0,true,true,false],[23,33,0,false,false,false],[24,26,0,true,true,false],[24,31,0,false,false,false],[25,35,0,true,true,false],[25,41,0,false,false,false],[26,45,0,true,true,false],[26,50,0,false,false,false],[27,37,0,true,true,false],[27,42,0,false,false,false],[28,36,0,true,true,false],[28,41,0,false,false,false],[29,49,0,true,true,false],[29,50,0,false,false,false],[30,24,0,true,true,false],[30,45,0,false,false,false],[33,30,0,true,true,false],[33,55,0,false,false,false],[53,13,0,true,true,false],[53,85,0,false,false,false],[54,13,0,true,true,false],[54,94,0,false,false,false],[57,40,0,true,true,false],[57,43,0,false,false,false],[58,52,0,true,true,false],[58,56,0,false,false,false],[59,38,0,true,true,false],[59,41,0,false,false,false],[62,46,0,true,true,false],[63,95,0,true,true,false],[63,128,0,true,false,false],[64,53,0,true,true,false],[64,63,0,true,false,false],[65,6,0,false,false,false],[68,53,0,true,true,false],[70,6,0,false,false,false],[72,55,0,true,true,false],[72,58,0,false,false,false],[73,38,0,true,true,false],[75,6,0,false,false,false],[77,37,0,true,true,false],[79,6,0,false,false,false],[84,42,0,true,true,false],[86,6,0,false,false,false],[88,41,0,true,true,false],[94,6,0,false,false,false],[105,35,0,true,true,false],[107,6,0,false,false,false],[108,43,0,true,true,false],[108,48,0,false,false,false],[109,42,0,true,true,false],[109,47,0,false,false,false],[110,46,0,true,true,false],[110,51,0,false,false,false],[112,29,0,true,true,false],[118,6,0,false,false,false],[123,59,0,true,true,false],[130,12,0,true,true,false],[130,37,0,true,false,false],[130,38,0,true,true,false],[131,91,0,true,true,false],[131,97,0,true,false,false],[139,16,0,true,true,false],[141,10,0,true,false,false],[142,6,0,false,false,false],[144,55,0,true,true,false],[149,11,0,true,true,false],[150,18,0,true,true,false],[152,14,0,true,false,false],[159,11,0,true,true,false],[165,18,0,true,true,false],[172,14,0,true,false,false],[174,6,0,false,false,false],[178,30,0,true,true,false],[180,78,0,true,true,false],[182,10,0,true,true,false],[191,63,0,true,true,false],[193,10,0,true,false,false],[194,6,0,false,false,false],[203,7,0,true,true,false],[205,78,0,true,true,false],[207,10,0,true,true,false],[216,63,0,true,true,false],[218,29,0,true,true,false],[220,14,0,true,false,false],[221,30,0,true,true,false],[223,14,0,true,false,false],[224,32,0,true,true,false],[226,14,0,true,false,false],[227,35,0,true,true,false],[229,14,0,true,false,false],[233,58,0,true,true,false],[233,61,0,true,false,false],[233,64,0,true,true,false],[233,84,0,true,false,false],[236,6,0,false,false,false],[241,47,0,true,true,false],[243,6,0,false,false,false],[246,34,0,true,true,false],[248,6,0,false,false,false],[251,99,0,true,true,false],[252,62,0,true,true,false],[254,10,0,true,true,false],[255,63,0,true,false,false],[256,6,0,false,false,false],[259,48,0,true,true,false],[261,6,0,false,false,false],[263,45,0,true,true,false],[268,11,0,true,true,false],[269,87,0,true,true,false],[269,97,0,true,true,false],[271,18,0,true,true,false],[272,37,0,true,true,false],[272,47,0,true,true,false],[273,71,0,true,true,false],[273,73,0,true,false,false],[273,78,0,true,true,false],[273,86,0,true,false,false],[283,11,0,true,true,false],[285,18,0,true,true,false],[287,14,0,true,false,false],[289,6,0,false,false,false],[291,42,0,true,true,false],[296,11,0,true,true,false],[299,18,0,true,true,false],[300,37,0,true,true,false],[300,47,0,true,true,false],[301,55,0,true,true,false],[301,65,0,true,true,false],[307,19,0,true,true,false],[311,18,0,true,false,false],[314,6,0,false,false,false],[316,84,0,true,true,false],[321,16,0,true,true,false],[321,22,0,true,false,false],[322,9,0,true,true,false],[323,16,0,true,true,false],[323,36,0,true,false,false],[323,37,0,true,true,false],[325,14,0,true,false,false],[325,20,0,true,true,false],[327,14,0,true,false,false],[329,9,0,true,true,false],[330,16,0,true,true,false],[330,85,0,true,false,false],[332,13,0,true,true,false],[337,14,0,true,true,false],[338,39,0,true,false,false],[339,9,0,true,true,false],[340,39,0,true,false,false],[341,10,0,true,true,false],[342,6,0,false,false,false],[359,73,0,true,true,false],[360,12,0,true,true,false],[360,41,0,true,false,false],[360,42,0,true,true,false],[363,10,0,true,true,false],[365,12,0,true,true,false],[365,35,0,true,false,false],[365,36,0,true,true,false],[366,16,0,true,true,false],[366,42,0,true,true,false],[366,68,0,true,false,false],[366,69,0,true,true,false],[370,14,0,true,false,false],[375,6,0,false,false,false],[377,49,0,true,true,false],[378,45,0,true,true,false],[378,55,0,true,true,false],[386,31,0,true,true,false],[386,47,0,true,false,false],[386,53,0,true,true,false],[386,63,0,true,true,false],[392,12,0,true,true,false],[392,24,0,true,false,false],[392,25,0,true,true,false],[394,10,0,true,false,false],[398,6,0,false,false,false],[400,41,0,true,true,false],[401,41,0,true,true,false],[401,67,0,true,false,false],[401,73,0,true,true,false],[401,83,0,true,true,false],[412,12,0,true,true,false],[412,32,0,true,false,false],[412,33,0,true,true,false],[414,10,0,true,false,false],[415,12,0,true,true,false],[415,28,0,true,false,false],[415,29,0,true,true,false],[417,10,0,true,false,false],[418,6,0,false,false,false],[420,40,0,true,true,false],[421,12,0,true,true,false],[421,22,0,true,false,false],[421,23,0,true,true,false],[423,10,0,true,false,false],[427,6,0,false,false,false],[431,25,0,true,true,false],[433,65,0,true,true,false],[433,75,0,true,true,false],[436,14,0,true,true,false],[438,16,0,true,true,false],[438,32,0,true,false,false],[438,33,0,true,true,false],[440,14,0,true,false,false],[440,20,0,true,true,false],[442,14,0,true,false,false],[444,6,0,false,false,false],[452,58,0,true,true,false],[454,12,0,true,true,false],[454,30,0,true,false,false],[454,53,0,true,true,false],[457,10,0,true,true,false],[468,12,0,true,true,false],[468,25,0,true,false,false],[468,26,0,true,true,false],[470,10,0,true,false,false],[480,47,0,true,true,false],[484,10,0,true,true,false],[498,12,0,true,true,false],[498,69,0,true,false,false],[498,70,0,true,true,false],[500,10,0,true,false,false],[503,6,0,false,false,false],[506,25,0,true,true,false],[508,6,0,false,false,false],[513,62,0,true,true,false],[516,12,0,true,true,false],[516,30,0,true,false,false],[516,53,0,true,true,false],[519,10,0,true,true,false],[521,12,0,true,true,false],[521,25,0,true,false,false],[521,26,0,true,true,false],[523,10,0,true,false,false],[528,62,0,true,true,false],[530,10,0,true,false,false],[534,6,0,false,false,false],[537,39,0,true,true,false],[538,12,0,true,true,false],[538,33,0,true,false,false],[538,34,0,true,true,false],[540,32,0,true,true,false],[542,18,0,true,false,false],[543,28,0,true,true,false],[544,60,0,true,true,false],[546,22,0,true,false,false],[555,6,0,false,false,false],[558,37,0,true,true,false],[565,56,0,true,true,false],[565,97,0,true,true,false],[565,116,0,true,false,false],[565,120,0,true,true,false],[567,10,0,true,false,false],[572,23,0,true,true,false],[574,10,0,true,false,false],[575,6,0,false,false,false],[578,109,0,true,true,false],[582,6,0,false,false,false],[586,13,0,true,true,false],[586,36,0,true,true,false],[586,41,0,true,false,false],[586,43,0,false,false,false],[587,13,0,true,true,false],[588,16,0,true,true,false],[588,24,0,true,false,false],[588,25,0,true,true,false],[590,14,0,true,false,false],[590,20,0,true,true,false],[592,14,0,true,false,false],[594,10,0,false,false,false],[600,52,0,true,true,false],[601,12,0,true,true,false],[601,21,0,true,false,false],[601,22,0,true,true,false],[606,16,0,true,true,false],[606,35,0,true,false,false],[606,36,0,true,true,false],[610,14,0,true,false,false],[613,16,0,true,true,false],[618,16,0,true,true,false],[618,35,0,true,false,false],[618,36,0,true,true,false],[622,14,0,true,false,false],[625,18,0,true,true,false],[627,20,0,true,true,false],[627,36,0,true,false,false],[627,37,0,true,true,false],[629,18,0,true,false,false],[629,24,0,true,true,false],[633,18,0,true,false,false],[636,6,0,false,false,false],[640,27,0,true,true,false],[641,34,0,true,true,false],[641,73,0,true,false,false],[642,6,0,false,false,false],[645,34,0,true,true,false],[647,6,0,false,false,false],[650,29,0,true,true,false],[654,12,0,true,true,false],[654,21,0,true,false,false],[654,22,0,true,true,false],[657,10,0,true,false,false],[660,6,0,false,false,false],[663,30,0,true,true,false],[666,12,0,true,true,false],[666,25,0,true,false,false],[666,26,0,true,true,false],[668,10,0,true,false,false],[673,12,0,true,true,false],[673,39,0,true,true,false],[673,66,0,true,false,false],[673,67,0,true,true,false],[675,10,0,true,false,false],[677,31,0,true,true,false],[677,41,0,true,true,false],[679,63,0,true,true,false],[679,76,0,true,false,false],[687,6,0,false,false,false],[689,33,0,true,true,false],[691,50,0,true,true,false],[694,10,0,true,true,false],[696,12,0,true,true,false],[696,39,0,true,true,false],[696,66,0,true,false,false],[696,67,0,true,true,false],[699,10,0,true,false,false],[699,16,0,true,true,false],[700,27,0,true,true,false],[702,20,0,true,true,false],[702,60,0,true,false,false],[702,61,0,true,true,false],[718,18,0,true,false,false],[724,6,0,false,false,false],[727,38,0,true,true,false],[730,64,0,true,true,false],[732,10,0,true,false,false],[736,6,0,false,false,false],[740,36,0,true,true,false],[741,60,0,true,true,false],[741,70,0,true,true,false],[744,12,0,true,true,false],[744,21,0,true,false,false],[744,22,0,true,true,false],[746,10,0,true,false,false],[747,6,0,false,false,false],[751,39,0,true,true,false],[757,12,0,true,true,false],[757,25,0,true,false,false],[757,38,0,true,true,false],[759,10,0,true,false,false],[760,6,0,false,false,false],[764,31,0,true,true,false],[765,12,0,true,true,false],[765,25,0,true,false,false],[765,26,0,true,true,false],[767,10,0,true,false,false],[771,62,0,true,true,false],[773,16,0,true,true,false],[773,43,0,true,true,false],[773,70,0,true,false,false],[773,71,0,true,true,false],[781,14,0,true,false,false],[786,50,0,true,true,false],[800,50,0,true,true,false],[805,14,0,true,false,false],[806,16,0,true,true,false],[808,10,0,true,false,false],[811,12,0,true,true,false],[811,69,0,true,false,false],[811,70,0,true,true,false],[813,10,0,true,false,false],[819,6,0,false,false,false],[821,31,0,true,true,false],[827,12,0,true,true,false],[827,39,0,true,true,false],[827,66,0,true,false,false],[827,67,0,true,true,false],[829,10,0,true,false,false],[832,50,0,true,true,false],[839,50,0,true,true,false],[844,14,0,true,false,false],[844,34,0,true,true,false],[845,42,0,true,true,false],[850,18,0,true,false,false],[852,16,0,true,true,false],[854,10,0,true,false,false],[855,6,0,false,false,false],[860,82,0,true,true,false],[861,47,0,true,true,false],[864,10,0,true,true,false],[868,14,0,true,true,false],[871,16,0,true,true,false],[871,34,0,true,false,false],[871,35,0,true,true,false],[874,14,0,true,false,false],[876,6,0,false,false,false],[879,77,0,true,true,false],[880,12,0,true,true,false],[880,38,0,true,false,false],[880,39,0,true,true,false],[883,10,0,true,true,false],[885,43,0,true,true,false],[888,10,0,true,true,false],[894,12,0,true,true,false],[894,42,0,true,false,false],[894,43,0,true,true,false],[897,16,0,true,true,false],[897,38,0,true,false,false],[897,39,0,true,true,false],[901,14,0,true,true,false],[905,13,0,true,true,false],[910,14,0,true,true,false],[911,10,0,true,true,false],[916,76,0,true,true,false],[918,10,0,true,false,false],[918,85,0,true,true,false],[921,10,0,true,false,false],[921,16,0,true,true,false],[924,10,0,true,false,false],[931,59,0,true,true,false],[931,87,0,true,false,false],[931,91,0,true,true,false],[931,118,0,true,false,false],[932,37,0,true,true,false],[935,10,0,true,true,false],[948,55,0,true,true,false],[950,10,0,true,false,false],[951,61,0,true,true,false],[953,10,0,true,false,false],[954,49,0,true,true,false],[956,10,0,true,false,false],[962,6,0,false,false,false],[964,86,0,true,true,false],[965,16,0,true,true,false],[965,22,0,true,false,false],[966,9,0,true,true,false],[967,42,0,true,true,false],[967,46,0,true,false,false],[968,9,0,true,true,false],[970,37,0,true,false,false],[971,9,0,true,true,false],[972,36,0,true,false,false],[973,9,0,true,true,false],[974,36,0,true,false,false],[976,6,0,false,false,false],[978,28,0,true,true,false],[979,31,0,true,true,false],[979,41,0,true,true,false],[980,24,0,true,true,false],[980,47,0,true,false,false],[980,48,0,true,true,false],[981,46,0,true,true,false],[984,14,0,true,false,false],[985,16,0,true,true,false],[987,10,0,true,false,false],[988,57,0,true,true,false],[988,85,0,true,false,false],[988,88,0,true,true,false],[988,100,0,true,false,false],[989,48,0,true,true,false],[989,58,0,true,true,false],[991,6,0,false,false,false],[993,54,0,true,true,false],[995,6,0,false,false,false],[997,71,0,true,true,false],[1003,6,0,false,false,false],[1005,50,0,true,true,false],[1007,6,0,false,false,false],[1011,53,0,true,true,false],[1012,14,0,true,true,false],[1014,10,0,true,false,false],[1015,6,0,false,false,false],[1017,55,0,true,true,false],[1018,14,0,true,true,false],[1020,10,0,true,false,false],[1021,6,0,false,false,false],[1023,53,0,true,true,false],[1027,45,0,true,true,false],[1027,50,0,true,false,false],[1028,6,0,false,false,false],[1030,50,0,true,true,false],[1034,6,0,false,false,false],[1036,79,0,true,true,false],[1060,6,0,false,false,false],[1062,33,0,true,true,false],[1077,47,0,true,true,false],[1077,97,0,true,false,false],[1110,27,0,true,true,false],[1112,10,0,true,false,false],[1112,46,0,true,true,false],[1121,10,0,true,false,false],[1127,6,0,false,false,false],[1129,45,0,true,true,false],[1136,25,0,true,true,false],[1138,14,0,true,false,false],[1139,22,0,true,true,false],[1141,14,0,true,false,false],[1142,32,0,true,true,false],[1144,14,0,true,false,false],[1145,30,0,true,true,false],[1147,14,0,true,false,false],[1148,35,0,true,true,false],[1150,14,0,true,false,false],[1154,6,0,false,false,false],[1156,42,0,true,true,false],[1157,36,0,true,true,false],[1157,46,0,true,true,false],[1159,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":135,"covered":0,"percent":0},"instantiations":{"count":135,"covered":0,"percent":0},"lines":{"count":1201,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":305,"covered":0,"notcovered":305,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift","mcdc_records":[],"segments":[[18,38,0,true,true,false],[18,43,0,false,false,false],[19,47,0,true,true,false],[19,48,0,false,false,false],[20,43,0,true,true,false],[20,48,0,false,false,false],[21,41,0,true,true,false],[21,46,0,false,false,false],[22,52,0,true,true,false],[22,53,0,false,false,false],[23,51,0,true,true,false],[23,52,0,false,false,false],[24,51,0,true,true,false],[24,125,0,false,false,false],[27,65,0,true,true,false],[27,75,0,false,false,false],[30,46,0,true,true,false],[30,51,0,false,false,false],[33,40,0,true,true,false],[33,45,0,false,false,false],[44,17,0,true,true,false],[48,28,0,true,true,false],[50,16,0,true,true,false],[50,28,0,true,false,false],[50,29,0,true,true,false],[52,14,0,true,false,false],[56,6,0,false,false,false],[58,90,0,true,true,false],[62,6,0,false,false,false],[69,39,0,true,true,false],[69,41,0,false,false,false],[72,37,0,true,true,false],[72,46,0,false,false,false],[75,38,0,true,true,false],[75,47,0,false,false,false],[77,91,0,true,true,false],[78,31,0,true,true,false],[78,51,0,true,true,false],[84,12,0,true,true,false],[84,49,0,true,false,false],[84,50,0,true,true,false],[86,10,0,true,false,false],[86,19,0,true,true,false],[86,56,0,true,false,false],[86,57,0,true,true,false],[88,10,0,true,false,false],[91,12,0,true,true,false],[91,49,0,true,false,false],[91,50,0,true,true,false],[93,10,0,true,false,false],[93,19,0,true,true,false],[93,56,0,true,false,false],[93,57,0,true,true,false],[95,10,0,true,false,false],[98,6,0,false,false,false],[105,33,0,true,true,false],[105,39,0,false,false,false],[111,61,0,true,true,false],[113,10,0,false,false,false],[114,7,0,true,true,false],[117,6,0,false,false,false],[119,36,0,true,true,false],[122,6,0,false,false,false],[124,18,0,true,true,false],[127,6,0,false,false,false],[129,79,0,true,true,false],[132,14,0,true,true,false],[134,10,0,true,true,false],[136,21,0,true,false,false],[137,6,0,false,false,false],[139,68,0,true,true,false],[140,45,0,true,true,false],[140,61,0,true,true,false],[141,40,0,true,false,false],[142,6,0,false,false,false],[144,36,0,true,true,false],[148,29,0,true,true,false],[150,47,0,true,true,false],[150,57,0,true,true,false],[151,41,0,true,true,false],[156,14,0,true,false,false],[158,6,0,false,false,false],[160,34,0,true,true,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":111,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":0,"notcovered":46,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,16,0,true,true,false],[18,19,0,true,true,false],[18,44,0,true,false,false],[19,19,0,true,true,false],[19,44,0,true,false,false],[23,19,0,true,true,false],[23,34,0,true,false,false],[23,35,0,true,true,false],[25,23,0,true,true,false],[25,37,0,true,false,false],[25,38,0,true,true,false],[34,18,0,true,true,false],[36,14,0,true,true,false],[37,10,0,true,false,false],[39,6,0,false,false,false],[47,46,0,true,true,false],[50,32,0,true,true,false],[52,34,0,true,true,false],[53,32,0,true,true,false],[53,40,0,true,false,false],[53,41,0,true,true,false],[55,76,0,true,true,false],[55,94,0,true,true,false],[55,115,0,true,false,false],[55,119,0,true,true,false],[65,34,0,true,false,false],[66,36,0,true,true,false],[68,30,0,true,false,false],[72,6,0,false,false,false],[76,65,0,true,true,false],[78,6,0,false,false,false],[114,47,0,true,true,false],[114,52,0,false,false,false],[115,56,0,true,true,false],[115,61,0,false,false,false],[116,44,0,true,true,false],[116,49,0,false,false,false],[117,52,0,true,true,false],[117,67,0,false,false,false],[119,46,0,true,true,false],[119,50,0,false,false,false],[121,46,0,true,true,false],[121,51,0,false,false,false],[127,48,0,true,true,false],[127,50,0,false,false,false],[129,47,0,true,true,false],[129,52,0,false,false,false],[131,39,0,true,true,false],[131,41,0,false,false,false],[135,53,0,true,true,false],[135,57,0,false,false,false],[141,57,0,true,true,false],[143,6,0,false,false,false],[147,63,0,true,true,false],[147,66,0,false,false,false],[148,61,0,true,true,false],[148,65,0,false,false,false],[149,54,0,true,true,false],[149,57,0,false,false,false],[151,42,0,true,true,false],[152,12,0,true,true,false],[152,26,0,true,false,false],[152,27,0,true,true,false],[152,48,0,true,true,false],[153,58,0,true,true,false],[153,64,0,true,false,false],[153,67,0,true,true,false],[153,95,0,true,false,false],[154,6,0,false,false,false],[157,38,0,true,true,false],[158,27,0,true,true,false],[158,66,0,true,false,false],[159,6,0,false,false,false],[162,50,0,true,true,false],[164,6,0,false,false,false],[166,25,0,true,true,false],[170,28,0,true,true,false],[176,32,0,true,true,false],[183,24,0,true,true,false],[186,18,0,true,false,false],[186,26,0,true,true,false],[187,57,0,true,true,false],[187,71,0,true,false,false],[187,74,0,true,true,false],[187,95,0,true,false,false],[189,68,0,true,true,false],[189,85,0,true,false,false],[189,88,0,true,true,false],[189,103,0,true,false,false],[191,64,0,true,true,false],[191,67,0,true,false,false],[191,70,0,true,true,false],[191,73,0,true,false,false],[195,26,0,true,true,false],[195,51,0,true,false,false],[196,50,0,true,true,false],[196,66,0,true,false,false],[196,69,0,true,true,false],[196,84,0,true,false,false],[198,55,0,true,true,false],[198,78,0,true,false,false],[198,81,0,true,true,false],[198,103,0,true,false,false],[201,24,0,true,true,false],[205,18,0,true,false,false],[205,26,0,true,true,false],[210,18,0,true,false,false],[212,26,0,true,true,false],[212,51,0,true,false,false],[230,28,0,true,true,false],[231,24,0,true,true,false],[231,35,0,true,false,false],[231,36,0,true,true,false],[232,61,0,true,true,false],[235,26,0,true,false,false],[243,26,0,true,true,false],[245,18,0,true,false,false],[247,19,0,true,true,false],[249,10,0,true,false,false],[250,88,0,true,true,false],[252,10,0,true,false,false],[253,40,0,true,true,false],[257,10,0,true,false,false],[258,6,0,false,false,false],[261,43,0,true,true,false],[262,14,0,true,true,false],[267,70,0,true,true,false],[272,66,0,true,true,false],[274,18,0,true,false,false],[275,14,0,true,true,false],[280,33,0,true,true,false],[281,49,0,true,true,false],[283,24,0,true,true,false],[283,35,0,true,false,false],[283,36,0,true,true,false],[283,51,0,true,true,false],[284,24,0,true,true,false],[284,35,0,true,false,false],[284,36,0,true,true,false],[284,52,0,true,true,false],[285,33,0,true,false,false],[289,6,0,false,false,false],[291,35,0,true,true,false],[293,6,0,false,false,false],[295,35,0,true,true,false],[298,6,0,false,false,false],[300,40,0,true,true,false],[301,38,0,true,true,false],[301,41,0,true,false,false],[301,44,0,true,true,false],[301,47,0,true,false,false],[302,6,0,false,false,false],[305,95,0,true,true,false],[306,37,0,true,true,false],[307,16,0,true,true,false],[307,50,0,true,false,false],[307,51,0,true,true,false],[314,14,0,true,false,false],[314,20,0,true,true,false],[315,36,0,true,true,false],[316,24,0,true,true,false],[316,42,0,true,false,false],[316,43,0,true,true,false],[318,22,0,true,true,false],[320,47,0,true,true,false],[325,22,0,true,true,false],[336,18,0,true,false,false],[342,6,0,false,false,false],[344,96,0,true,true,false],[345,31,0,true,true,false],[345,40,0,true,false,false],[346,9,0,true,true,false],[346,31,0,true,false,false],[347,9,0,true,true,false],[347,31,0,true,false,false],[348,9,0,true,true,false],[348,33,0,true,false,false],[349,9,0,true,true,false],[349,28,0,true,false,false],[350,10,0,true,true,false],[359,56,0,true,true,false],[359,59,0,true,false,false],[359,62,0,true,true,false],[359,66,0,true,false,false],[364,6,0,false,false,false],[367,43,0,true,true,false],[368,32,0,true,true,false],[368,51,0,true,false,false],[368,55,0,true,true,false],[368,72,0,true,false,false],[369,6,0,false,false,false],[372,52,0,true,true,false],[373,36,0,true,true,false],[373,39,0,true,false,false],[373,42,0,true,true,false],[373,46,0,true,false,false],[374,38,0,true,true,false],[374,56,0,true,false,false],[374,59,0,true,true,false],[374,70,0,true,false,false],[375,6,0,false,false,false],[378,44,0,true,true,false],[380,6,0,false,false,false],[383,120,0,true,true,false],[386,15,0,true,true,false],[387,16,0,true,true,false],[387,35,0,true,false,false],[387,36,0,true,true,false],[389,24,0,true,true,false],[391,18,0,true,false,false],[391,26,0,true,true,false],[392,40,0,true,true,false],[400,22,0,true,false,false],[412,20,0,true,true,false],[414,24,0,true,true,false],[416,18,0,true,false,false],[416,26,0,true,true,false],[421,18,0,true,false,false],[432,18,0,true,true,false],[434,10,0,true,false,false],[435,84,0,true,true,false],[437,10,0,true,false,false],[438,52,0,true,true,false],[442,27,0,true,true,false],[446,18,0,true,false,false],[447,27,0,true,true,false],[450,18,0,true,false,false],[453,41,0,true,true,false],[455,10,0,true,false,false],[456,19,0,true,true,false],[460,10,0,true,false,false],[464,6,0,false,false,false],[467,57,0,true,true,false],[472,12,0,true,true,false],[472,20,0,true,false,false],[472,21,0,true,true,false],[478,16,0,true,true,false],[478,36,0,true,false,false],[478,37,0,true,true,false],[479,48,0,true,true,false],[481,18,0,true,false,false],[483,16,0,true,true,false],[485,114,0,true,true,false],[486,42,0,true,true,false],[490,18,0,true,false,false],[493,6,0,false,false,false],[496,64,0,true,true,false],[498,50,0,true,true,false],[498,60,0,true,true,false],[506,40,0,true,true,false],[508,10,0,true,false,false],[512,6,0,false,false,false],[515,65,0,true,true,false],[520,92,0,true,true,false],[521,38,0,true,true,false],[523,69,0,true,true,false],[523,79,0,true,true,false],[524,48,0,true,true,false],[526,18,0,true,false,false],[529,6,0,false,false,false],[532,36,0,true,true,false],[533,12,0,true,true,false],[533,29,0,true,false,false],[533,30,0,true,true,false],[536,10,0,true,false,false],[536,16,0,true,true,false],[540,10,0,true,false,false],[541,6,0,false,false,false],[544,56,0,true,true,false],[546,45,0,true,true,false],[546,58,0,true,false,false],[547,14,0,true,true,false],[549,10,0,true,true,false],[562,12,0,true,true,false],[562,52,0,true,false,false],[562,53,0,true,true,false],[564,10,0,true,true,false],[566,20,0,true,false,false],[567,6,0,false,false,false],[570,47,0,true,true,false],[571,28,0,true,true,false],[572,73,0,true,true,false],[575,20,0,true,true,false],[575,53,0,true,false,false],[575,54,0,true,true,false],[579,18,0,true,true,false],[580,14,0,true,false,false],[587,20,0,true,true,false],[590,14,0,true,false,false],[590,22,0,true,true,false],[591,37,0,true,true,false],[599,18,0,true,false,false],[618,6,0,false,false,false],[622,75,0,true,true,false],[623,58,0,true,true,false],[623,64,0,true,false,false],[623,67,0,true,true,false],[623,84,0,true,false,false],[629,28,0,true,true,false],[630,20,0,true,true,false],[633,14,0,true,false,false],[633,22,0,true,true,false],[634,37,0,true,true,false],[638,59,0,true,true,false],[638,76,0,true,false,false],[638,79,0,true,true,false],[638,89,0,true,false,false],[642,24,0,true,true,false],[642,38,0,true,false,false],[642,39,0,true,true,false],[646,22,0,true,true,false],[647,18,0,true,false,false],[657,16,0,true,true,false],[657,25,0,true,false,false],[657,26,0,true,true,false],[658,24,0,true,true,false],[661,18,0,true,false,false],[661,26,0,true,true,false],[667,18,0,true,false,false],[670,38,0,true,true,false],[670,39,0,true,false,false],[670,42,0,true,true,false],[670,43,0,true,false,false],[672,14,0,true,true,false],[673,10,0,true,false,false],[676,62,0,true,true,false],[676,66,0,true,false,false],[676,69,0,true,true,false],[676,82,0,true,true,false],[676,86,0,true,false,false],[676,89,0,true,true,false],[676,90,0,true,false,false],[678,18,0,true,true,false],[679,39,0,true,true,false],[679,44,0,true,false,false],[679,47,0,true,true,false],[679,50,0,true,false,false],[681,6,0,false,false,false],[685,66,0,true,true,false],[689,79,0,true,true,false],[689,83,0,true,false,false],[689,86,0,true,true,false],[689,87,0,true,false,false],[691,10,0,false,false,false],[694,72,0,true,true,false],[697,16,0,true,true,false],[697,21,0,true,false,false],[698,9,0,true,true,false],[699,30,0,true,false,false],[700,9,0,true,true,false],[701,64,0,true,false,false],[702,9,0,true,true,false],[703,31,0,true,false,false],[704,9,0,true,true,false],[705,28,0,true,false,false],[706,9,0,true,true,false],[707,31,0,true,false,false],[708,9,0,true,true,false],[709,31,0,true,false,false],[710,9,0,true,true,false],[711,40,0,true,false,false],[713,6,0,false,false,false],[715,86,0,true,true,false],[716,28,0,true,true,false],[721,10,0,true,false,false],[727,53,0,true,true,false],[727,57,0,true,false,false],[727,60,0,true,true,false],[727,63,0,true,false,false],[732,6,0,false,false,false],[734,63,0,true,true,false],[735,53,0,true,true,false],[735,63,0,true,true,false],[740,6,0,false,false,false],[742,51,0,true,true,false],[743,44,0,true,true,false],[744,51,0,true,true,false],[744,72,0,true,false,false],[746,6,0,false,false,false],[759,40,0,true,true,false],[760,38,0,true,true,false],[760,41,0,true,false,false],[760,44,0,true,true,false],[760,47,0,true,false,false],[761,6,0,false,false,false],[763,25,0,true,true,false],[764,15,0,true,true,false],[765,20,0,true,true,false],[765,25,0,true,false,false],[766,13,0,true,true,false],[768,36,0,true,true,false],[774,18,0,true,false,false],[780,60,0,true,true,false],[780,63,0,true,false,false],[780,66,0,true,true,false],[780,70,0,true,false,false],[783,13,0,true,true,false],[785,36,0,true,true,false],[792,18,0,true,false,false],[801,13,0,true,true,false],[803,24,0,true,true,false],[806,18,0,true,false,false],[806,26,0,true,true,false],[807,40,0,true,true,false],[811,48,0,true,true,false],[811,57,0,true,false,false],[811,60,0,true,true,false],[811,82,0,true,false,false],[828,59,0,true,true,false],[831,18,0,true,false,false],[834,88,0,true,true,false],[834,90,0,true,false,false],[834,93,0,true,true,false],[834,96,0,true,false,false],[840,13,0,true,true,false],[841,28,0,true,false,false],[842,14,0,true,true,false],[843,10,0,true,false,false],[845,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":114,"covered":0,"percent":0},"instantiations":{"count":114,"covered":0,"percent":0},"lines":{"count":1490,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":244,"covered":0,"notcovered":244,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift","mcdc_records":[],"segments":[[27,47,0,true,true,false],[27,50,0,false,false,false],[29,32,0,true,true,false],[29,37,0,false,false,false],[31,37,0,true,true,false],[31,39,0,false,false,false],[33,35,0,true,true,false],[33,37,0,false,false,false],[45,6,0,true,true,false],[45,47,0,false,false,false],[45,79,0,true,true,false],[45,102,0,false,false,false],[46,6,0,true,true,false],[46,62,0,false,false,false],[46,101,0,true,true,false],[46,105,0,false,false,false],[47,6,0,true,true,false],[47,47,0,false,false,false],[47,79,0,true,true,false],[47,112,0,false,false,false],[48,6,0,true,true,false],[48,37,0,false,false,false],[48,71,0,true,true,false],[48,93,0,false,false,false],[59,46,0,true,true,false],[59,48,0,false,false,false],[61,51,0,true,true,false],[61,53,0,false,false,false],[63,76,0,true,true,false],[63,78,0,false,false,false],[65,43,0,true,true,false],[65,46,0,false,false,false],[67,44,0,true,true,false],[67,47,0,false,false,false],[69,52,0,true,true,false],[69,57,0,false,false,false],[78,65,0,true,true,false],[78,75,0,false,false,false],[80,61,0,true,true,false],[80,66,0,false,false,false],[82,49,0,true,true,false],[82,54,0,false,false,false],[84,55,0,true,true,false],[84,57,0,false,false,false],[90,49,0,true,true,false],[92,18,0,true,true,false],[92,46,0,true,false,false],[93,18,0,true,true,false],[93,23,0,true,true,false],[93,26,0,true,false,false],[93,27,0,true,true,false],[93,54,0,true,false,false],[95,6,0,false,false,false],[98,36,0,true,true,false],[99,37,0,true,true,false],[99,39,0,true,false,false],[100,6,0,false,false,false],[102,42,0,true,true,false],[104,6,0,false,false,false],[106,48,0,true,true,false],[111,6,0,false,false,false],[113,25,0,true,true,false],[119,26,0,true,true,false],[120,36,0,true,true,false],[134,24,0,true,true,false],[134,53,0,true,false,false],[134,54,0,true,true,false],[139,22,0,true,false,false],[139,31,0,true,true,false],[139,57,0,true,false,false],[139,58,0,true,true,false],[144,22,0,true,false,false],[144,31,0,true,true,false],[144,57,0,true,false,false],[144,58,0,true,true,false],[147,22,0,true,false,false],[147,31,0,true,true,false],[147,62,0,true,false,false],[147,63,0,true,true,false],[152,22,0,true,false,false],[152,28,0,true,true,false],[153,36,0,true,true,false],[154,70,0,true,true,false],[155,40,0,true,true,false],[155,55,0,true,false,false],[156,33,0,true,true,false],[157,48,0,true,false,false],[158,33,0,true,true,false],[159,51,0,true,false,false],[160,33,0,true,true,false],[161,48,0,true,false,false],[162,33,0,true,true,false],[163,51,0,true,false,false],[164,33,0,true,true,false],[165,50,0,true,false,false],[166,33,0,true,true,false],[167,48,0,true,false,false],[168,33,0,true,true,false],[169,48,0,true,false,false],[170,34,0,true,true,false],[171,30,0,true,false,false],[178,27,0,true,true,false],[179,24,0,true,true,false],[179,41,0,true,false,false],[180,17,0,true,true,false],[181,50,0,true,false,false],[182,17,0,true,true,false],[183,32,0,true,false,false],[184,18,0,true,true,false],[185,14,0,true,false,false],[189,41,0,true,true,false],[191,10,0,true,false,false],[192,48,0,true,true,false],[194,10,0,true,false,false],[195,39,0,true,true,false],[196,16,0,true,true,false],[196,38,0,true,false,false],[196,39,0,true,true,false],[197,32,0,true,true,false],[202,18,0,true,false,false],[204,14,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[208,22,0,true,true,false],[210,6,0,false,false,false],[212,74,0,true,true,false],[213,49,0,true,true,false],[221,10,0,true,false,false],[226,45,0,true,true,false],[226,49,0,true,false,false],[226,52,0,true,true,false],[226,56,0,true,false,false],[228,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":353,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift","mcdc_records":[],"segments":[[27,6,0,true,true,false],[27,47,0,false,false,false],[27,87,0,true,true,false],[27,120,0,false,false,false],[28,6,0,true,true,false],[28,47,0,false,false,false],[28,87,0,true,true,false],[28,110,0,false,false,false],[29,6,0,true,true,false],[29,62,0,false,false,false],[29,115,0,true,true,false],[29,119,0,false,false,false],[31,51,0,true,true,false],[31,52,0,false,false,false],[32,49,0,true,true,false],[32,50,0,false,false,false],[33,54,0,true,true,false],[33,86,0,false,false,false],[34,6,0,true,true,false],[34,44,0,false,false,false],[34,86,0,true,true,false],[34,120,0,false,false,false],[36,13,0,true,true,false],[36,66,0,true,true,false],[36,73,0,true,false,false],[36,75,0,false,false,false],[37,25,0,true,true,false],[37,68,0,false,false,false],[41,13,0,true,true,false],[42,77,0,true,true,false],[42,85,0,true,false,false],[43,46,0,true,true,false],[43,53,0,true,false,false],[43,56,0,true,true,false],[43,64,0,true,false,false],[44,10,0,false,false,false],[45,25,0,true,true,false],[45,67,0,false,false,false],[49,41,0,true,true,false],[49,46,0,false,false,false],[51,58,0,true,true,false],[51,60,0,false,false,false],[53,50,0,true,true,false],[53,52,0,false,false,false],[55,56,0,true,true,false],[55,61,0,false,false,false],[61,55,0,true,true,false],[61,81,0,false,false,false],[63,48,0,true,true,false],[63,53,0,false,false,false],[65,59,0,true,true,false],[65,64,0,false,false,false],[66,68,0,true,true,false],[66,73,0,false,false,false],[67,45,0,true,true,false],[67,50,0,false,false,false],[68,43,0,true,true,false],[68,48,0,false,false,false],[71,43,0,true,true,false],[71,48,0,false,false,false],[73,49,0,true,true,false],[73,54,0,false,false,false],[77,6,0,true,true,false],[77,47,0,false,false,false],[77,98,0,true,true,false],[77,100,0,false,false,false],[81,61,0,true,true,false],[84,6,0,false,false,false],[87,46,0,true,true,false],[89,6,0,false,false,false],[92,46,0,true,true,false],[93,54,0,true,true,false],[93,64,0,true,false,false],[94,6,0,false,false,false],[97,45,0,true,true,false],[98,53,0,true,true,false],[98,62,0,true,false,false],[99,6,0,false,false,false],[102,48,0,true,true,false],[107,6,0,false,false,false],[109,51,0,true,true,false],[111,6,0,false,false,false],[113,70,0,true,true,false],[114,12,0,true,true,false],[114,35,0,true,false,false],[114,36,0,true,true,false],[117,16,0,true,true,false],[117,38,0,true,false,false],[117,39,0,true,true,false],[119,14,0,true,false,false],[120,16,0,true,true,false],[122,16,0,true,true,false],[122,37,0,true,false,false],[122,38,0,true,true,false],[124,14,0,true,false,false],[126,6,0,false,false,false],[128,40,0,true,true,false],[129,52,0,true,true,false],[129,55,0,true,false,false],[129,58,0,true,true,false],[129,80,0,true,false,false],[130,34,0,true,true,false],[131,16,0,true,true,false],[131,37,0,true,false,false],[131,38,0,true,true,false],[134,14,0,true,false,false],[134,20,0,true,true,false],[137,14,0,true,false,false],[139,6,0,false,false,false],[141,25,0,true,true,false],[151,64,0,true,true,false],[151,83,0,true,false,false],[153,16,0,true,true,false],[153,45,0,true,false,false],[154,16,0,true,true,false],[154,40,0,true,false,false],[156,55,0,true,true,false],[156,71,0,true,false,false],[157,55,0,true,true,false],[157,56,0,true,false,false],[157,59,0,true,true,false],[157,81,0,true,false,false],[160,54,0,true,true,false],[160,81,0,true,false,false],[160,84,0,true,true,false],[160,85,0,true,false,false],[161,58,0,true,true,false],[161,59,0,true,false,false],[161,62,0,true,true,false],[161,89,0,true,false,false],[164,50,0,true,true,false],[164,69,0,true,false,false],[164,72,0,true,true,false],[164,73,0,true,false,false],[168,68,0,true,true,false],[168,84,0,true,false,false],[168,88,0,true,true,false],[168,111,0,true,false,false],[169,64,0,true,true,false],[169,77,0,true,false,false],[169,80,0,true,true,false],[169,83,0,true,false,false],[170,68,0,true,true,false],[170,96,0,true,false,false],[173,32,0,true,true,false],[185,71,0,true,true,false],[185,99,0,true,true,false],[185,129,0,true,false,false],[189,30,0,true,true,false],[189,44,0,true,false,false],[190,40,0,true,true,false],[190,64,0,true,false,false],[191,34,0,true,true,false],[191,61,0,true,false,false],[192,38,0,true,true,false],[193,30,0,true,true,false],[195,26,0,true,false,false],[197,36,0,true,true,false],[198,30,0,true,true,false],[201,26,0,true,false,false],[203,36,0,true,true,false],[204,30,0,true,true,false],[206,32,0,true,true,false],[206,104,0,true,false,false],[206,105,0,true,true,false],[208,30,0,true,false,false],[233,95,0,true,true,false],[234,37,0,true,true,false],[234,47,0,true,true,false],[236,56,0,true,true,false],[236,77,0,true,false,false],[237,48,0,true,true,false],[237,70,0,true,false,false],[237,73,0,true,true,false],[237,86,0,true,false,false],[238,16,0,true,true,false],[238,30,0,true,false,false],[238,31,0,true,true,false],[240,14,0,true,false,false],[241,40,0,true,true,false],[241,50,0,true,true,false],[243,16,0,true,true,false],[243,61,0,true,false,false],[243,62,0,true,true,false],[245,14,0,true,false,false],[247,66,0,true,true,false],[252,42,0,true,true,false],[252,52,0,true,true,false],[254,16,0,true,true,false],[254,61,0,true,false,false],[254,62,0,true,true,false],[256,14,0,true,false,false],[259,16,0,true,true,false],[259,32,0,true,false,false],[259,33,0,true,true,false],[261,20,0,true,true,false],[261,61,0,true,false,false],[261,62,0,true,true,false],[263,18,0,true,false,false],[266,66,0,true,true,false],[267,16,0,true,true,false],[267,42,0,true,false,false],[267,43,0,true,true,false],[269,20,0,true,true,false],[269,42,0,true,false,false],[269,43,0,true,true,false],[271,18,0,true,false,false],[272,23,0,true,true,false],[272,44,0,true,false,false],[272,45,0,true,true,false],[274,14,0,true,false,false],[276,16,0,true,true,false],[276,40,0,true,false,false],[276,41,0,true,true,false],[279,14,0,true,false,false],[281,16,0,true,true,false],[281,37,0,true,false,false],[281,38,0,true,true,false],[283,14,0,true,false,false],[285,16,0,true,true,false],[285,42,0,true,false,false],[285,69,0,true,true,false],[287,14,0,true,false,false],[289,73,0,true,true,false],[290,16,0,true,true,false],[290,22,0,true,false,false],[290,23,0,true,true,false],[292,20,0,true,true,false],[292,42,0,true,false,false],[292,43,0,true,true,false],[293,24,0,true,true,false],[293,38,0,true,false,false],[293,39,0,true,true,false],[296,22,0,true,false,false],[296,28,0,true,true,false],[299,22,0,true,false,false],[302,20,0,true,true,false],[302,50,0,true,false,false],[302,51,0,true,true,false],[304,18,0,true,false,false],[305,20,0,true,true,false],[309,14,0,true,false,false],[311,44,0,true,true,false],[314,16,0,true,true,false],[314,34,0,true,false,false],[314,64,0,true,true,false],[316,14,0,true,false,false],[317,16,0,true,true,false],[317,48,0,true,false,false],[317,49,0,true,true,false],[320,14,0,true,false,false],[322,16,0,true,true,false],[322,54,0,true,false,false],[322,55,0,true,true,false],[324,14,0,true,false,false],[328,47,0,true,true,false],[330,10,0,true,false,false],[331,110,0,true,true,false],[333,10,0,true,false,false],[335,113,0,true,true,false],[337,10,0,true,false,false],[338,110,0,true,true,false],[342,16,0,true,true,false],[342,30,0,true,false,false],[342,31,0,true,true,false],[344,14,0,true,false,false],[346,108,0,true,true,false],[355,13,0,true,true,false],[364,17,0,true,true,false],[367,18,0,true,false,false],[369,72,0,true,true,false],[375,18,0,true,false,false],[380,114,0,true,true,false],[381,16,0,true,true,false],[381,48,0,true,false,false],[381,49,0,true,true,false],[384,57,0,true,true,false],[385,76,0,true,true,false],[391,22,0,true,false,false],[408,43,0,true,true,false],[410,16,0,true,true,false],[410,24,0,true,false,false],[410,25,0,true,true,false],[410,56,0,true,false,false],[413,68,0,true,true,false],[415,10,0,true,false,false],[416,66,0,true,true,false],[418,10,0,true,false,false],[419,72,0,true,true,false],[421,10,0,true,false,false],[422,73,0,true,true,false],[424,10,0,true,false,false],[425,73,0,true,true,false],[427,10,0,true,false,false],[428,78,0,true,true,false],[430,10,0,true,false,false],[431,63,0,true,true,false],[431,94,0,true,false,false],[435,28,0,true,true,false],[435,31,0,true,false,false],[435,34,0,true,true,false],[435,66,0,true,true,false],[435,89,0,true,false,false],[435,92,0,true,true,false],[435,95,0,true,false,false],[446,22,0,true,true,false],[446,50,0,true,false,false],[447,22,0,true,true,false],[447,27,0,true,true,false],[447,30,0,true,false,false],[447,31,0,true,true,false],[447,58,0,true,false,false],[450,22,0,true,true,false],[451,52,0,true,true,false],[452,58,0,true,true,false],[455,22,0,true,false,false],[457,53,0,true,true,false],[459,22,0,true,false,false],[461,18,0,true,true,false],[462,14,0,true,false,false],[463,22,0,true,true,false],[464,52,0,true,true,false],[466,18,0,true,true,false],[467,14,0,true,false,false],[473,22,0,true,true,false],[473,51,0,true,false,false],[474,22,0,true,true,false],[474,27,0,true,true,false],[474,30,0,true,false,false],[474,31,0,true,true,false],[474,59,0,true,false,false],[476,22,0,true,true,false],[477,30,0,true,true,false],[479,18,0,true,false,false],[481,22,0,true,true,false],[482,51,0,true,true,false],[484,18,0,true,true,false],[485,14,0,true,false,false],[492,22,0,true,true,false],[493,57,0,true,true,false],[495,18,0,true,false,false],[497,49,0,true,true,false],[497,51,0,true,false,false],[500,22,0,true,true,false],[502,14,0,true,false,false],[505,6,0,false,false,false],[523,20,0,true,true,false],[524,40,0,true,true,false],[526,16,0,true,true,false],[526,32,0,true,false,false],[526,33,0,true,true,false],[536,34,0,true,true,false],[536,61,0,true,false,false],[537,36,0,true,true,false],[539,22,0,true,false,false],[540,34,0,true,true,false],[542,47,0,true,true,false],[546,26,0,true,false,false],[546,32,0,true,true,false],[548,26,0,true,false,false],[564,14,0,true,true,false],[569,16,0,true,true,false],[569,32,0,true,false,false],[569,103,0,true,true,false],[571,49,0,true,true,false],[571,52,0,true,false,false],[571,55,0,true,true,false],[571,59,0,true,false,false],[575,14,0,true,true,false],[578,49,0,true,true,false],[600,71,0,true,true,false],[600,99,0,true,true,false],[600,129,0,true,false,false],[610,72,0,true,true,false],[612,18,0,true,false,false],[615,20,0,true,true,false],[615,37,0,true,false,false],[615,38,0,true,true,false],[620,44,0,true,true,false],[621,40,0,true,true,false],[621,59,0,true,false,false],[621,94,0,true,true,false],[626,38,0,true,false,false],[637,42,0,true,true,false],[645,34,0,true,false,false],[647,24,0,true,true,false],[649,18,0,true,false,false],[659,28,0,true,true,false],[665,14,0,true,false,false],[667,6,0,false,false,false],[670,41,0,true,true,false],[671,14,0,true,true,false],[673,33,0,true,true,false],[678,85,0,true,true,false],[678,87,0,true,false,false],[682,52,0,true,true,false],[682,71,0,true,false,false],[684,20,0,true,true,false],[684,35,0,true,false,false],[684,70,0,true,true,false],[686,18,0,true,false,false],[689,6,0,false,false,false],[692,77,0,true,true,false],[693,14,0,true,true,false],[696,47,0,true,true,false],[696,71,0,true,false,false],[698,16,0,true,true,false],[699,20,0,true,true,false],[699,51,0,true,false,false],[699,52,0,true,true,false],[701,116,0,true,true,false],[702,18,0,true,false,false],[702,24,0,true,true,false],[704,80,0,true,true,false],[705,18,0,true,true,false],[708,67,0,true,true,false],[712,51,0,true,true,false],[714,18,0,true,false,false],[715,21,0,true,true,false],[717,37,0,true,true,false],[719,18,0,true,false,false],[720,14,0,true,true,false],[721,10,0,true,false,false],[722,6,0,false,false,false],[725,40,0,true,true,false],[726,14,0,true,true,false],[727,73,0,true,true,false],[727,83,0,true,true,false],[734,43,0,true,true,false],[736,14,0,true,true,false],[739,16,0,true,true,false],[740,67,0,true,true,false],[743,14,0,true,false,false],[743,21,0,true,true,false],[745,14,0,true,true,false],[750,10,0,true,false,false],[751,6,0,false,false,false],[754,41,0,true,true,false],[755,59,0,true,true,false],[755,69,0,true,true,false],[757,14,0,true,true,false],[760,66,0,true,true,false],[760,112,0,true,false,false],[762,13,0,true,true,false],[763,37,0,true,true,false],[766,18,0,true,false,false],[769,6,0,false,false,false],[772,46,0,true,true,false],[773,55,0,true,true,false],[773,65,0,true,true,false],[777,22,0,true,true,false],[777,59,0,true,true,false],[777,65,0,true,false,false],[778,22,0,true,true,false],[778,62,0,true,false,false],[780,25,0,true,true,false],[782,14,0,true,false,false],[783,24,0,true,true,false],[787,14,0,true,false,false],[789,6,0,false,false,false],[792,83,0,true,true,false],[798,14,0,true,true,false],[800,66,0,true,true,false],[800,112,0,true,false,false],[800,114,0,true,true,false],[804,65,0,true,true,false],[804,111,0,true,false,false],[804,113,0,true,true,false],[807,18,0,true,false,false],[812,6,0,false,false,false],[818,22,0,true,true,false],[818,46,0,false,false,false],[819,33,0,true,true,false],[820,31,0,true,true,false],[820,35,0,true,false,false],[820,38,0,true,true,false],[820,42,0,true,false,false],[821,6,0,false,false,false],[829,20,0,true,true,false],[831,47,0,true,true,false],[831,51,0,true,false,false],[831,54,0,true,true,false],[831,55,0,true,false,false],[833,15,0,true,true,false],[833,72,0,true,false,false],[834,15,0,true,true,false],[834,72,0,true,false,false],[836,59,0,true,true,false],[836,63,0,true,false,false],[836,66,0,true,true,false],[836,70,0,true,false,false],[839,43,0,true,true,false],[840,16,0,true,true,false],[840,26,0,true,false,false],[840,27,0,true,true,false],[841,33,0,true,true,false],[841,37,0,true,false,false],[841,40,0,true,true,false],[841,43,0,true,false,false],[842,14,0,true,true,false],[843,32,0,true,true,false],[843,42,0,true,true,false],[843,46,0,true,false,false],[843,49,0,true,true,false],[843,53,0,true,false,false],[843,57,0,true,true,false],[843,58,0,true,false,false],[845,41,0,true,true,false],[845,52,0,true,false,false],[845,55,0,true,true,false],[845,66,0,true,false,false],[849,12,0,true,true,false],[849,30,0,true,false,false],[849,31,0,true,true,false],[851,45,0,true,true,false],[851,48,0,true,false,false],[851,51,0,true,true,false],[851,55,0,true,false,false],[853,67,0,true,true,false],[853,71,0,true,false,false],[853,74,0,true,true,false],[853,78,0,true,false,false],[859,43,0,true,true,false],[859,46,0,true,false,false],[859,49,0,true,true,false],[859,73,0,true,false,false],[860,43,0,true,true,false],[860,46,0,true,false,false],[860,49,0,true,true,false],[860,73,0,true,false,false],[861,16,0,true,true,false],[870,58,0,true,true,false],[870,61,0,true,false,false],[870,64,0,true,true,false],[870,67,0,true,false,false],[878,43,0,true,true,false],[878,46,0,true,false,false],[878,49,0,true,true,false],[878,72,0,true,false,false],[879,43,0,true,true,false],[879,46,0,true,false,false],[879,49,0,true,true,false],[879,73,0,true,false,false],[880,43,0,true,true,false],[880,46,0,true,false,false],[880,49,0,true,true,false],[880,73,0,true,false,false],[882,6,0,false,false,false],[889,7,0,true,true,false],[890,12,0,true,true,false],[890,22,0,true,false,false],[890,23,0,true,true,false],[893,10,0,true,true,false],[895,12,0,true,true,false],[895,24,0,true,false,false],[895,25,0,true,true,false],[898,10,0,true,true,false],[899,36,0,true,true,false],[902,10,0,true,true,false],[903,12,0,true,true,false],[903,20,0,true,false,false],[903,21,0,true,true,false],[905,10,0,true,false,false],[905,16,0,true,true,false],[907,10,0,true,false,false],[908,6,0,false,false,false],[910,62,0,true,true,false],[913,47,0,true,true,false],[913,63,0,true,false,false],[917,6,0,false,false,false],[928,18,0,true,true,false],[932,34,0,true,true,false],[932,64,0,true,false,false],[943,40,0,true,true,false],[943,59,0,true,false,false],[949,34,0,true,true,false],[952,18,0,true,false,false],[953,37,0,true,true,false],[955,26,0,true,true,false],[958,22,0,true,false,false],[960,34,0,true,true,false],[962,18,0,true,false,false],[963,37,0,true,true,false],[967,75,0,true,true,false],[969,22,0,true,false,false],[975,6,0,false,false,false],[977,71,0,true,true,false],[978,53,0,true,true,false],[978,63,0,true,true,false],[983,6,0,false,false,false],[985,51,0,true,true,false],[986,44,0,true,true,false],[987,51,0,true,true,false],[987,72,0,true,false,false],[989,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":156,"covered":0,"percent":0},"instantiations":{"count":157,"covered":0,"percent":0},"lines":{"count":1680,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":345,"covered":0,"notcovered":345,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift","mcdc_records":[],"segments":[[8,29,0,true,true,false],[8,38,0,false,false,false],[10,25,0,true,true,false],[11,50,0,true,true,false],[18,44,0,true,true,false],[21,69,0,true,true,false],[21,71,0,true,false,false],[23,31,0,true,true,false],[23,80,0,true,false,false],[24,30,0,true,true,false],[24,75,0,true,false,false],[30,6,0,false,false,false],[40,25,0,true,true,false],[41,28,0,true,true,false],[47,16,0,true,true,false],[47,27,0,true,false,false],[47,28,0,true,true,false],[51,14,0,true,false,false],[51,23,0,true,true,false],[51,37,0,true,false,false],[51,38,0,true,true,false],[55,14,0,true,false,false],[55,20,0,true,true,false],[62,14,0,true,false,false],[64,20,0,true,true,false],[66,14,0,true,false,false],[66,22,0,true,true,false],[67,49,0,true,true,false],[67,60,0,true,false,false],[67,63,0,true,true,false],[67,78,0,true,false,false],[72,20,0,true,true,false],[74,14,0,true,false,false],[74,22,0,true,true,false],[76,14,0,true,false,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":145,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":0,"notcovered":20,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift","mcdc_records":[],"segments":[[17,54,0,true,true,false],[17,64,0,false,false,false],[18,31,0,true,true,false],[18,36,0,false,false,false],[21,55,0,true,true,false],[21,66,0,false,false,false],[26,34,0,true,true,false],[28,10,0,false,false,false],[29,7,0,true,true,false],[33,6,0,false,false,false],[38,7,0,true,true,false],[40,33,0,true,true,false],[43,10,0,true,true,false],[51,15,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false],[64,20,0,true,true,false],[68,63,0,true,true,false],[75,17,0,true,true,false],[75,109,0,true,false,false],[80,10,0,true,true,false],[86,6,0,false,false,false],[88,96,0,true,true,false],[95,44,0,true,true,false],[96,20,0,true,true,false],[96,34,0,true,false,false],[97,13,0,true,true,false],[98,22,0,true,false,false],[99,13,0,true,true,false],[100,48,0,true,true,false],[100,72,0,true,false,false],[101,14,0,true,true,false],[102,10,0,true,false,false],[104,16,0,true,true,false],[104,21,0,true,false,false],[105,9,0,true,true,false],[108,16,0,true,true,false],[108,46,0,true,true,false],[108,70,0,true,false,false],[108,71,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[114,14,0,true,false,false],[115,9,0,true,true,false],[121,30,0,true,false,false],[122,9,0,true,true,false],[128,16,0,true,true,false],[128,38,0,true,false,false],[128,39,0,true,true,false],[131,14,0,true,false,false],[131,20,0,true,true,false],[133,14,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[139,42,0,true,true,false],[143,37,0,true,true,false],[145,42,0,true,true,false],[145,52,0,true,true,false],[146,33,0,true,true,false],[148,14,0,true,false,false],[150,6,0,false,false,false],[152,36,0,true,true,false],[153,28,0,true,true,false],[155,42,0,true,true,false],[155,52,0,true,true,false],[156,45,0,true,true,false],[159,14,0,true,false,false],[161,6,0,false,false,false],[163,58,0,true,true,false],[167,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":158,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift","mcdc_records":[],"segments":[[13,37,0,true,true,false],[13,42,0,false,false,false],[16,25,0,true,true,false],[17,34,0,true,true,false],[18,32,0,true,true,false],[20,41,0,true,true,false],[26,18,0,true,false,false],[26,24,0,true,true,false],[29,18,0,true,false,false],[32,36,0,true,true,false],[35,55,0,true,true,false],[35,63,0,true,false,false],[35,66,0,true,true,false],[35,76,0,true,false,false],[38,28,0,true,true,false],[40,22,0,true,false,false],[40,30,0,true,true,false],[44,22,0,true,false,false],[54,42,0,true,true,false],[54,59,0,true,false,false],[54,62,0,true,true,false],[54,73,0,true,false,false],[60,18,0,true,true,false],[60,37,0,true,false,false],[61,19,0,true,true,false],[61,32,0,true,false,false],[62,6,0,false,false,false],[64,28,0,true,true,false],[69,16,0,true,true,false],[69,26,0,true,true,false],[72,6,0,false,false,false],[74,43,0,true,true,false],[77,19,0,true,true,false],[77,50,0,true,false,false],[78,19,0,true,true,false],[78,33,0,true,true,false],[78,58,0,true,false,false],[78,61,0,true,true,false],[78,86,0,true,false,false],[79,6,0,false,false,false],[81,46,0,true,true,false],[89,6,0,false,false,false],[99,37,0,true,true,false],[99,42,0,false,false,false],[101,25,0,true,true,false],[102,34,0,true,true,false],[103,32,0,true,true,false],[110,36,0,true,true,false],[113,55,0,true,true,false],[113,63,0,true,false,false],[113,66,0,true,true,false],[113,76,0,true,false,false],[128,42,0,true,true,false],[128,59,0,true,false,false],[128,62,0,true,true,false],[128,73,0,true,false,false],[134,18,0,true,true,false],[134,37,0,true,false,false],[136,6,0,false,false,false],[139,47,0,true,true,false],[140,24,0,true,true,false],[141,32,0,true,true,false],[157,14,0,true,false,false],[159,6,0,false,false,false],[161,43,0,true,true,false],[164,19,0,true,true,false],[164,50,0,true,false,false],[165,19,0,true,true,false],[165,33,0,true,true,false],[165,58,0,true,false,false],[165,61,0,true,true,false],[165,86,0,true,false,false],[166,6,0,false,false,false],[176,37,0,true,true,false],[176,42,0,false,false,false],[178,25,0,true,true,false],[179,34,0,true,true,false],[180,20,0,true,true,false],[183,51,0,true,true,false],[183,59,0,true,false,false],[183,62,0,true,true,false],[183,72,0,true,false,false],[188,51,0,true,true,false],[188,59,0,true,false,false],[188,62,0,true,true,false],[188,72,0,true,false,false],[192,20,0,true,true,false],[192,30,0,true,false,false],[192,31,0,true,true,false],[196,18,0,true,true,false],[197,14,0,true,false,false],[206,18,0,true,true,false],[206,37,0,true,false,false],[207,6,0,false,false,false],[209,36,0,true,true,false],[210,16,0,true,true,false],[210,25,0,true,false,false],[211,9,0,true,true,false],[211,44,0,true,false,false],[212,9,0,true,true,false],[212,39,0,true,false,false],[213,9,0,true,true,false],[213,28,0,true,false,false],[214,10,0,true,true,false],[215,6,0,false,false,false],[217,42,0,true,true,false],[220,19,0,true,true,false],[220,50,0,true,false,false],[221,19,0,true,true,false],[221,33,0,true,true,false],[221,58,0,true,false,false],[221,61,0,true,true,false],[221,86,0,true,false,false],[222,6,0,false,false,false],[236,7,0,true,true,false],[237,52,0,true,true,false],[237,58,0,true,false,false],[238,6,0,false,false,false],[252,39,0,true,true,false],[252,41,0,false,false,false],[253,43,0,true,true,false],[253,48,0,false,false,false],[254,48,0,true,true,false],[254,53,0,false,false,false],[255,45,0,true,true,false],[255,50,0,false,false,false],[256,43,0,true,true,false],[256,48,0,false,false,false],[257,44,0,true,true,false],[257,49,0,false,false,false],[258,43,0,true,true,false],[258,48,0,false,false,false],[259,46,0,true,true,false],[259,51,0,false,false,false],[260,45,0,true,true,false],[260,50,0,false,false,false],[261,39,0,true,true,false],[261,43,0,false,false,false],[262,43,0,true,true,false],[262,48,0,false,false,false],[263,41,0,true,true,false],[263,42,0,false,false,false],[264,50,0,true,true,false],[264,51,0,false,false,false],[265,54,0,true,true,false],[265,55,0,false,false,false],[266,49,0,true,true,false],[266,50,0,false,false,false],[267,49,0,true,true,false],[267,50,0,false,false,false],[269,25,0,true,true,false],[270,37,0,true,true,false],[273,10,0,true,false,false],[274,63,0,true,true,false],[275,28,0,true,true,false],[276,52,0,true,true,false],[276,65,0,true,false,false],[277,60,0,true,true,false],[277,73,0,true,false,false],[278,53,0,true,true,false],[283,35,0,true,true,false],[285,72,0,true,true,false],[285,85,0,true,false,false],[285,88,0,true,true,false],[285,97,0,true,false,false],[290,50,0,true,true,false],[292,32,0,true,true,false],[292,54,0,true,false,false],[292,55,0,true,true,false],[294,30,0,true,false,false],[296,54,0,true,true,false],[298,32,0,true,true,false],[298,53,0,true,false,false],[298,54,0,true,true,false],[300,30,0,true,false,false],[302,62,0,true,true,false],[303,58,0,true,true,false],[303,71,0,true,false,false],[303,74,0,true,true,false],[303,83,0,true,false,false],[306,18,0,true,true,false],[307,14,0,true,false,false],[313,19,0,true,true,false],[315,10,0,true,false,false],[316,46,0,true,true,false],[318,10,0,true,false,false],[319,6,0,false,false,false],[321,40,0,true,true,false],[322,28,0,true,true,false],[324,41,0,true,true,false],[324,42,0,true,false,false],[324,45,0,true,true,false],[324,46,0,true,false,false],[330,6,0,false,false,false],[332,44,0,true,true,false],[333,28,0,true,true,false],[336,45,0,true,true,false],[336,46,0,true,false,false],[336,49,0,true,true,false],[336,50,0,true,false,false],[341,6,0,false,false,false],[343,43,0,true,true,false],[344,24,0,true,true,false],[344,25,0,true,false,false],[344,28,0,true,true,false],[344,31,0,true,false,false],[345,6,0,false,false,false],[347,42,0,true,true,false],[348,24,0,true,true,false],[348,25,0,true,false,false],[348,28,0,true,true,false],[348,31,0,true,false,false],[349,6,0,false,false,false],[351,46,0,true,true,false],[352,24,0,true,true,false],[352,27,0,true,false,false],[352,30,0,true,true,false],[352,56,0,true,false,false],[353,6,0,false,false,false],[355,45,0,true,true,false],[356,24,0,true,true,false],[356,25,0,true,false,false],[356,28,0,true,true,false],[356,43,0,true,false,false],[357,6,0,false,false,false],[359,85,0,true,true,false],[360,47,0,true,true,false],[363,47,0,true,true,false],[363,64,0,true,false,false],[363,67,0,true,true,false],[363,89,0,true,true,false],[363,97,0,true,false,false],[363,100,0,true,true,false],[363,110,0,true,false,false],[371,42,0,true,true,false],[371,64,0,true,false,false],[371,67,0,true,true,false],[371,88,0,true,false,false],[373,18,0,true,true,false],[373,45,0,true,false,false],[374,6,0,false,false,false],[376,64,0,true,true,false],[377,63,0,true,true,false],[377,67,0,true,false,false],[377,70,0,true,true,false],[377,74,0,true,false,false],[378,35,0,true,true,false],[378,46,0,true,false,false],[378,49,0,true,true,false],[378,60,0,true,false,false],[378,79,0,true,true,false],[378,83,0,true,false,false],[378,86,0,true,true,false],[378,90,0,true,false,false],[380,32,0,true,true,false],[380,44,0,true,false,false],[380,47,0,true,true,false],[380,69,0,true,true,false],[380,78,0,true,false,false],[380,81,0,true,true,false],[380,92,0,true,false,false],[383,42,0,true,true,false],[383,77,0,true,true,false],[383,80,0,true,false,false],[383,83,0,true,true,false],[383,86,0,true,false,false],[383,90,0,true,true,false],[383,101,0,true,false,false],[385,6,0,false,false,false],[393,20,0,true,true,false],[394,32,0,true,true,false],[397,47,0,true,true,false],[397,64,0,true,false,false],[397,67,0,true,true,false],[397,81,0,true,true,false],[397,89,0,true,false,false],[397,92,0,true,true,false],[397,102,0,true,false,false],[402,6,0,false,false,false],[404,42,0,true,true,false],[405,12,0,true,true,false],[405,45,0,true,false,false],[405,46,0,true,true,false],[405,61,0,true,true,false],[406,51,0,true,true,false],[406,66,0,true,true,false],[407,33,0,true,false,false],[408,6,0,false,false,false],[410,44,0,true,true,false],[411,15,0,true,true,false],[413,16,0,true,true,false],[413,30,0,true,false,false],[413,31,0,true,true,false],[418,30,0,true,true,false],[418,60,0,true,false,false],[419,29,0,true,true,false],[419,62,0,true,false,false],[424,14,0,true,true,false],[431,26,0,true,true,false],[431,51,0,true,false,false],[432,25,0,true,true,false],[432,53,0,true,false,false],[435,43,0,true,true,false],[435,44,0,true,false,false],[435,47,0,true,true,false],[435,51,0,true,false,false],[445,26,0,true,true,false],[445,54,0,true,false,false],[446,25,0,true,true,false],[446,56,0,true,false,false],[452,6,0,false,false,false],[454,48,0,true,true,false],[455,15,0,true,true,false],[461,26,0,true,true,false],[461,53,0,true,false,false],[462,25,0,true,true,false],[462,55,0,true,false,false],[472,26,0,true,true,false],[472,51,0,true,false,false],[473,25,0,true,true,false],[473,53,0,true,false,false],[483,26,0,true,true,false],[483,52,0,true,false,false],[484,25,0,true,true,false],[484,54,0,true,false,false],[494,26,0,true,true,false],[494,51,0,true,false,false],[495,25,0,true,true,false],[495,53,0,true,false,false],[501,6,0,false,false,false],[503,74,0,true,true,false],[506,82,0,true,true,false],[506,100,0,true,false,false],[509,6,0,false,false,false],[511,40,0,true,true,false],[514,6,0,false,false,false],[516,57,0,true,true,false],[519,12,0,true,true,false],[519,24,0,true,false,false],[519,25,0,true,true,false],[523,10,0,true,true,false],[528,12,0,true,true,false],[528,20,0,true,false,false],[528,21,0,true,true,false],[529,42,0,true,true,false],[531,14,0,true,false,false],[532,67,0,true,true,false],[534,14,0,true,false,false],[535,81,0,true,true,false],[536,59,0,true,true,false],[536,69,0,true,true,false],[537,46,0,true,true,false],[539,18,0,true,false,false],[541,16,0,true,true,false],[542,42,0,true,true,false],[544,14,0,true,false,false],[545,67,0,true,true,false],[547,14,0,true,false,false],[548,81,0,true,true,false],[549,59,0,true,true,false],[549,69,0,true,true,false],[550,46,0,true,true,false],[552,18,0,true,false,false],[555,6,0,false,false,false],[557,46,0,true,true,false],[559,38,0,true,true,false],[559,50,0,true,true,false],[560,37,0,true,false,false],[561,6,0,false,false,false],[563,85,0,true,true,false],[565,12,0,true,true,false],[565,52,0,true,false,false],[565,53,0,true,true,false],[567,10,0,true,false,false],[568,6,0,false,false,false],[570,55,0,true,true,false],[571,12,0,true,true,false],[571,24,0,true,false,false],[571,25,0,true,true,false],[574,10,0,true,false,false],[574,16,0,true,true,false],[575,88,0,true,true,false],[578,14,0,true,false,false],[580,6,0,false,false,false],[586,46,0,true,true,false],[587,12,0,true,true,false],[587,30,0,true,false,false],[587,31,0,true,true,false],[589,10,0,true,false,false],[589,45,0,true,true,false],[591,10,0,true,false,false],[591,16,0,true,true,false],[593,10,0,true,false,false],[594,6,0,false,false,false],[602,46,0,true,true,false],[603,12,0,true,true,false],[603,21,0,true,false,false],[603,49,0,true,true,false],[605,10,0,true,false,false],[605,16,0,true,true,false],[611,10,0,true,false,false],[612,6,0,false,false,false],[619,23,0,true,true,false],[620,16,0,true,true,false],[620,20,0,true,false,false],[621,9,0,true,true,false],[621,52,0,true,false,false],[622,10,0,true,true,false],[623,6,0,false,false,false],[637,31,0,true,true,false],[638,16,0,true,true,false],[638,20,0,true,false,false],[639,9,0,true,true,false],[640,17,0,true,false,false],[641,9,0,true,true,false],[642,18,0,true,false,false],[643,10,0,true,true,false],[644,6,0,false,false,false],[652,57,0,true,true,false],[654,6,0,false,false,false],[656,67,0,true,true,false],[658,6,0,false,false,false],[667,44,0,true,true,false],[670,10,0,false,false,false],[672,51,0,true,true,false],[673,22,0,true,true,false],[673,24,0,true,false,false],[675,10,0,false,false,false],[677,45,0,true,true,false],[679,33,0,true,true,false],[681,14,0,true,false,false],[686,10,0,false,false,false],[688,45,0,true,true,false],[694,16,0,true,true,false],[694,36,0,true,false,false],[694,37,0,true,true,false],[695,90,0,true,true,false],[697,24,0,true,true,false],[697,52,0,true,false,false],[697,53,0,true,true,false],[699,22,0,true,false,false],[703,10,0,false,false,false],[705,45,0,true,true,false],[707,44,0,true,true,false],[710,14,0,true,false,false],[712,10,0,false,false,false],[714,51,0,true,true,false],[716,10,0,false,false,false],[718,53,0,true,true,false],[720,10,0,false,false,false],[722,52,0,true,true,false],[724,10,0,false,false,false],[726,54,0,true,true,false],[729,10,0,false,false,false],[741,36,0,true,true,false],[741,41,0,false,false,false],[742,36,0,true,true,false],[742,41,0,false,false,false],[744,33,0,true,true,false],[744,35,0,false,false,false],[745,41,0,true,true,false],[745,42,0,false,false,false],[746,37,0,true,true,false],[746,39,0,false,false,false],[748,25,0,true,true,false],[749,16,0,true,true,false],[755,71,0,true,true,false],[755,72,0,true,false,false],[755,75,0,true,true,false],[755,76,0,true,false,false],[758,16,0,true,true,false],[758,27,0,true,false,false],[758,28,0,true,true,false],[762,14,0,true,false,false],[762,23,0,true,true,false],[762,36,0,true,false,false],[762,37,0,true,true,false],[766,14,0,true,false,false],[766,20,0,true,true,false],[773,14,0,true,false,false],[776,34,0,true,true,false],[776,38,0,true,false,false],[776,41,0,true,true,false],[776,44,0,true,false,false],[778,18,0,true,true,false],[779,55,0,true,true,false],[781,14,0,true,false,false],[783,23,0,true,true,false],[784,73,0,true,true,false],[786,14,0,true,false,false],[787,67,0,true,true,false],[788,77,0,true,true,false],[790,18,0,true,false,false],[794,6,0,false,false,false],[798,30,0,true,true,false],[800,6,0,false,false,false],[802,40,0,true,true,false],[804,15,0,true,true,false],[804,76,0,true,true,false],[804,79,0,true,false,false],[804,82,0,true,true,false],[804,86,0,true,false,false],[805,15,0,true,true,false],[805,49,0,true,true,false],[805,52,0,true,false,false],[805,55,0,true,true,false],[805,59,0,true,false,false],[806,6,0,false,false,false],[808,40,0,true,true,false],[809,12,0,true,true,false],[809,23,0,true,false,false],[809,24,0,true,true,false],[811,10,0,true,false,false],[811,19,0,true,true,false],[811,28,0,true,false,false],[811,29,0,true,true,false],[812,22,0,true,true,false],[812,40,0,true,false,false],[812,43,0,true,true,false],[812,61,0,true,false,false],[813,16,0,true,true,false],[814,22,0,true,true,false],[814,40,0,true,false,false],[814,43,0,true,true,false],[814,61,0,true,false,false],[816,6,0,false,false,false],[818,36,0,true,true,false],[819,12,0,true,true,false],[819,23,0,true,false,false],[819,24,0,true,true,false],[821,10,0,true,false,false],[821,19,0,true,true,false],[821,28,0,true,false,false],[821,29,0,true,true,false],[822,22,0,true,true,false],[822,46,0,true,false,false],[822,49,0,true,true,false],[822,74,0,true,false,false],[823,16,0,true,true,false],[824,22,0,true,true,false],[824,47,0,true,false,false],[824,50,0,true,true,false],[824,74,0,true,false,false],[826,6,0,false,false,false],[828,36,0,true,true,false],[829,18,0,true,true,false],[829,42,0,true,false,false],[829,45,0,true,true,false],[829,70,0,true,false,false],[830,6,0,false,false,false],[832,39,0,true,true,false],[833,21,0,true,true,false],[833,22,0,true,false,false],[833,25,0,true,true,false],[833,26,0,true,false,false],[834,6,0,false,false,false],[836,39,0,true,true,false],[837,21,0,true,true,false],[837,22,0,true,false,false],[837,25,0,true,true,false],[837,26,0,true,false,false],[838,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":145,"covered":0,"percent":0},"instantiations":{"count":145,"covered":0,"percent":0},"lines":{"count":1238,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":313,"covered":0,"notcovered":313,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift","mcdc_records":[],"segments":[[5,56,0,true,true,false],[9,6,0,false,false,false],[16,18,0,true,true,false],[17,33,0,true,true,false],[17,50,0,true,true,false],[20,48,0,true,false,false],[21,6,0,false,false,false],[27,18,0,true,true,false],[28,39,0,true,true,false],[28,51,0,true,true,false],[30,38,0,true,false,false],[31,6,0,false,false,false],[39,18,0,true,true,false],[41,26,0,true,true,false],[44,16,0,true,true,false],[44,33,0,true,false,false],[44,34,0,true,true,false],[44,43,0,true,true,false],[47,10,0,true,true,false],[49,56,0,true,false,false],[50,6,0,false,false,false],[52,86,0,true,true,false],[57,6,0,false,false,false],[59,91,0,true,true,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift","mcdc_records":[],"segments":[[8,39,0,true,true,false],[9,28,0,true,true,false],[11,24,0,true,true,false],[12,41,0,true,true,false],[14,24,0,true,true,false],[14,44,0,true,false,false],[14,45,0,true,true,false],[17,37,0,true,true,false],[19,30,0,true,false,false],[20,39,0,true,true,false],[22,30,0,true,false,false],[23,40,0,true,true,false],[26,87,0,true,true,false],[32,34,0,true,false,false],[36,22,0,true,true,false],[39,41,0,true,true,false],[42,37,0,true,true,false],[44,30,0,true,false,false],[45,39,0,true,true,false],[47,30,0,true,false,false],[48,40,0,true,true,false],[50,30,0,true,false,false],[60,20,0,true,true,false],[63,24,0,true,true,false],[63,46,0,true,false,false],[63,54,0,true,true,false],[67,18,0,true,false,false],[74,24,0,true,true,false],[74,49,0,true,false,false],[74,57,0,true,true,false],[78,18,0,true,false,false],[86,6,0,false,false,false],[90,75,0,true,true,false],[94,63,0,true,true,false],[96,87,0,true,true,false],[96,88,0,true,false,false],[110,6,0,false,false,false],[112,51,0,true,true,false],[116,63,0,true,true,false],[126,10,0,true,false,false],[127,6,0,false,false,false],[129,51,0,true,true,false],[132,63,0,true,true,false],[134,80,0,true,true,false],[134,81,0,true,false,false],[147,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":428,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift","mcdc_records":[],"segments":[[8,35,0,true,true,false],[9,50,0,true,true,false],[11,93,0,true,true,false],[18,19,0,true,true,false],[20,18,0,true,false,false],[23,51,0,true,true,false],[29,23,0,true,true,false],[31,22,0,true,false,false],[36,54,0,true,true,false],[37,24,0,true,true,false],[44,18,0,true,false,false],[49,97,0,true,true,false],[50,65,0,true,true,false],[56,27,0,true,true,false],[58,26,0,true,false,false],[64,20,0,true,true,false],[67,71,0,true,true,false],[69,18,0,true,false,false],[70,22,0,true,true,false],[71,36,0,true,true,false],[76,18,0,true,false,false],[83,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":273,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift","mcdc_records":[],"segments":[[6,50,0,true,true,false],[7,50,0,true,true,false],[9,54,0,true,true,false],[13,79,0,true,true,false],[18,18,0,true,false,false],[22,55,0,true,true,false],[24,18,0,true,false,false],[27,20,0,true,true,false],[27,56,0,true,false,false],[27,57,0,true,true,false],[28,82,0,true,true,false],[33,22,0,true,false,false],[37,61,0,true,true,false],[39,22,0,true,false,false],[40,18,0,true,true,false],[46,14,0,true,false,false],[49,54,0,true,true,false],[54,36,0,true,true,false],[55,28,0,true,true,false],[56,30,0,true,true,false],[59,26,0,true,false,false],[60,30,0,true,true,false],[61,45,0,true,true,false],[71,26,0,true,false,false],[81,28,0,true,true,false],[83,22,0,true,false,false],[83,30,0,true,true,false],[84,45,0,true,true,false],[94,26,0,true,false,false],[115,19,0,true,true,false],[117,10,0,true,false,false],[118,62,0,true,true,false],[119,85,0,true,true,false],[121,14,0,true,false,false],[123,6,0,false,false,false],[126,52,0,true,true,false],[127,14,0,true,true,false],[129,66,0,true,true,false],[129,112,0,true,false,false],[131,13,0,true,true,false],[132,37,0,true,true,false],[136,34,0,true,true,false],[136,51,0,true,false,false],[137,34,0,true,true,false],[137,56,0,true,false,false],[139,37,0,true,true,false],[141,26,0,true,false,false],[142,36,0,true,true,false],[142,38,0,true,false,false],[147,6,0,false,false,false],[149,79,0,true,true,false],[153,14,0,true,true,false],[155,66,0,true,true,false],[155,112,0,true,false,false],[155,114,0,true,true,false],[158,65,0,true,true,false],[158,111,0,true,false,false],[158,113,0,true,true,false],[161,18,0,true,false,false],[164,6,0,false,false,false],[167,55,0,true,true,false],[168,16,0,true,true,false],[168,38,0,true,false,false],[169,9,0,true,true,false],[170,81,0,true,false,false],[171,9,0,true,true,false],[172,63,0,true,false,false],[173,10,0,true,true,false],[174,6,0,false,false,false],[177,39,0,true,true,false],[178,14,0,true,true,false],[180,66,0,true,true,false],[180,112,0,true,false,false],[182,13,0,true,true,false],[183,37,0,true,true,false],[186,18,0,true,false,false],[189,6,0,false,false,false],[191,57,0,true,true,false],[194,27,0,true,true,false],[194,73,0,true,false,false],[198,25,0,true,true,false],[199,59,0,true,true,false],[201,18,0,true,true,false],[202,27,0,true,false,false],[203,18,0,true,true,false],[203,20,0,true,false,false],[205,29,0,true,true,false],[207,10,0,true,false,false],[208,6,0,false,false,false],[211,39,0,true,true,false],[212,14,0,true,true,false],[214,58,0,true,true,false],[214,104,0,true,false,false],[214,106,0,true,true,false],[216,77,0,true,true,false],[224,18,0,true,false,false],[227,6,0,false,false,false],[230,92,0,true,true,false],[231,14,0,true,true,false],[233,58,0,true,true,false],[233,104,0,true,false,false],[233,106,0,true,true,false],[235,77,0,true,true,false],[237,64,0,true,true,false],[237,107,0,true,false,false],[238,74,0,true,true,false],[239,67,0,true,true,false],[241,26,0,true,true,false],[242,35,0,true,false,false],[246,39,0,true,true,false],[247,28,0,true,true,false],[247,82,0,true,false,false],[247,83,0,true,true,false],[249,26,0,true,true,false],[250,92,0,true,true,false],[250,122,0,true,false,false],[250,129,0,true,true,false],[252,26,0,true,true,false],[261,22,0,true,true,false],[267,18,0,true,false,false],[270,6,0,false,false,false],[272,62,0,true,true,false],[274,12,0,true,true,false],[274,35,0,true,false,false],[274,36,0,true,true,false],[276,10,0,true,true,false],[277,21,0,true,false,false],[278,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":755,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[17,6,0,false,false,false],[22,35,0,true,true,false],[24,89,0,true,true,false],[25,38,0,true,true,false],[30,19,0,true,true,false],[32,18,0,true,false,false],[35,6,0,false,false,false],[40,34,0,true,true,false],[42,6,0,false,false,false],[47,37,0,true,true,false],[52,26,0,true,true,false],[52,67,0,true,false,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":59,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift","mcdc_records":[],"segments":[[7,34,0,true,true,false],[11,32,0,true,true,false],[12,16,0,true,true,false],[12,33,0,true,false,false],[12,34,0,true,true,false],[12,49,0,true,true,false],[13,16,0,true,true,false],[13,49,0,true,false,false],[13,50,0,true,true,false],[13,65,0,true,true,false],[14,55,0,true,true,false],[14,70,0,true,true,false],[15,25,0,true,false,false],[17,12,0,true,true,false],[17,22,0,true,false,false],[17,23,0,true,true,false],[28,10,0,true,false,false],[28,16,0,true,true,false],[33,10,0,true,false,false],[34,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":34,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift","mcdc_records":[],"segments":[[8,72,0,true,true,false],[10,6,0,false,false,false],[16,40,0,true,true,false],[33,6,0,false,false,false],[45,80,0,true,true,false],[47,6,0,false,false,false],[49,90,0,true,true,false],[59,6,0,false,false,false],[64,29,0,true,true,false],[64,38,0,false,false,false],[65,35,0,true,true,false],[65,36,0,false,false,false],[66,39,0,true,true,false],[66,40,0,false,false,false],[67,39,0,true,true,false],[67,40,0,false,false,false],[68,40,0,true,true,false],[68,41,0,false,false,false],[69,43,0,true,true,false],[69,44,0,false,false,false],[70,38,0,true,true,false],[70,43,0,false,false,false],[71,52,0,true,true,false],[71,53,0,false,false,false],[73,28,0,true,true,false],[84,6,0,false,false,false],[99,7,0,true,true,false],[108,6,0,false,false,false],[110,28,0,true,true,false],[116,43,0,true,true,false],[116,53,0,true,false,false],[116,56,0,true,true,false],[116,68,0,true,false,false],[122,33,0,true,true,false],[122,43,0,true,true,false],[124,49,0,true,true,false],[124,59,0,true,true,false],[134,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":90,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift","mcdc_records":[],"segments":[[8,72,0,true,true,false],[10,6,0,false,false,false],[20,28,0,true,true,false],[20,33,0,false,false,false],[21,31,0,true,true,false],[21,32,0,false,false,false],[22,45,0,true,true,false],[22,48,0,false,false,false],[23,36,0,true,true,false],[23,42,0,false,false,false],[24,35,0,true,true,false],[24,40,0,false,false,false],[26,47,0,true,true,false],[26,50,0,false,false,false],[28,49,0,true,true,false],[28,51,0,false,false,false],[30,43,0,true,true,false],[30,45,0,false,false,false],[32,40,0,true,true,false],[32,42,0,false,false,false],[34,40,0,true,true,false],[34,43,0,false,false,false],[36,47,0,true,true,false],[36,50,0,false,false,false],[38,41,0,true,true,false],[38,44,0,false,false,false],[49,32,0,true,true,false],[49,37,0,false,false,false],[51,55,0,true,true,false],[51,58,0,false,false,false],[53,36,0,true,true,false],[53,41,0,false,false,false],[58,35,0,true,true,false],[59,28,0,true,true,false],[59,67,0,true,false,false],[60,6,0,false,false,false],[63,45,0,true,true,false],[63,86,0,false,false,false],[69,54,0,true,true,false],[69,59,0,false,false,false],[71,51,0,true,true,false],[71,53,0,false,false,false],[74,54,0,true,true,false],[74,59,0,false,false,false],[77,65,0,true,true,false],[77,68,0,false,false,false],[82,6,0,true,true,false],[82,37,0,false,false,false],[82,79,0,true,true,false],[82,101,0,false,false,false],[85,45,0,true,true,false],[86,53,0,true,true,false],[86,61,0,true,false,false],[87,6,0,false,false,false],[90,40,0,true,true,false],[90,42,0,false,false,false],[92,35,0,true,true,false],[92,36,0,false,false,false],[104,50,0,true,true,false],[106,12,0,true,true,false],[106,41,0,true,false,false],[106,42,0,true,true,false],[108,10,0,true,true,false],[111,44,0,true,false,false],[112,6,0,false,false,false],[116,67,0,true,true,false],[118,32,0,true,true,false],[121,16,0,true,true,false],[121,57,0,true,false,false],[121,58,0,true,true,false],[123,14,0,true,true,false],[127,10,0,true,true,false],[128,22,0,true,false,false],[129,6,0,false,false,false],[132,46,0,true,true,false],[134,39,0,true,true,false],[134,68,0,true,false,false],[136,37,0,true,true,false],[136,51,0,true,false,false],[146,6,0,false,false,false],[173,65,0,true,true,false],[175,6,0,false,false,false],[181,59,0,true,true,false],[184,12,0,true,true,false],[184,33,0,true,false,false],[184,34,0,true,true,false],[186,10,0,true,true,false],[191,14,0,true,true,false],[193,10,0,true,true,false],[197,46,0,true,false,false],[198,6,0,false,false,false],[200,25,0,true,true,false],[201,24,0,true,true,false],[210,44,0,true,true,false],[212,41,0,true,true,false],[214,18,0,true,false,false],[221,20,0,true,true,false],[221,33,0,true,false,false],[221,75,0,true,true,false],[222,57,0,true,true,false],[234,36,0,true,true,false],[234,63,0,true,false,false],[235,36,0,true,true,false],[235,51,0,true,false,false],[236,36,0,true,true,false],[236,48,0,true,false,false],[237,36,0,true,true,false],[237,59,0,true,false,false],[249,18,0,true,true,false],[250,14,0,true,false,false],[259,49,0,true,true,false],[262,10,0,true,false,false],[263,34,0,true,true,false],[264,45,0,true,true,false],[264,55,0,true,true,false],[273,67,0,true,true,false],[275,14,0,true,false,false],[277,49,0,true,true,false],[280,10,0,true,false,false],[281,34,0,true,true,false],[284,10,0,true,false,false],[285,19,0,true,true,false],[292,38,0,true,true,false],[294,14,0,true,false,false],[296,6,0,false,false,false],[300,76,0,true,true,false],[304,47,0,true,true,false],[304,72,0,true,false,false],[305,9,0,true,true,false],[316,10,0,true,true,false],[318,63,0,true,false,false],[319,6,0,false,false,false],[321,73,0,true,true,false],[327,12,0,true,true,false],[327,29,0,true,false,false],[327,44,0,true,true,false],[327,74,0,true,false,false],[327,75,0,true,true,false],[329,104,0,true,true,false],[329,109,0,true,false,false],[329,166,0,true,true,false],[329,171,0,true,false,false],[335,66,0,true,true,false],[335,76,0,true,false,false],[367,49,0,true,true,false],[367,88,0,true,false,false],[393,6,0,false,false,false],[397,62,0,true,true,false],[401,6,0,false,false,false],[403,76,0,true,true,false],[405,6,0,false,false,false],[407,77,0,true,true,false],[409,6,0,false,false,false],[411,80,0,true,true,false],[416,6,0,false,false,false],[418,80,0,true,true,false],[423,6,0,false,false,false],[430,18,0,true,true,false],[431,53,0,true,true,false],[431,73,0,true,false,false],[431,80,0,true,true,false],[433,10,0,true,true,false],[440,32,0,true,false,false],[441,6,0,false,false,false],[447,78,0,true,true,false],[448,16,0,true,true,false],[448,23,0,true,false,false],[450,9,0,true,true,false],[450,20,0,true,false,false],[451,9,0,true,true,false],[451,20,0,true,false,false],[452,9,0,true,true,false],[452,20,0,true,false,false],[453,9,0,true,true,false],[453,20,0,true,false,false],[454,9,0,true,true,false],[454,20,0,true,false,false],[455,9,0,true,true,false],[455,20,0,true,false,false],[457,9,0,true,true,false],[457,20,0,true,false,false],[458,9,0,true,true,false],[458,20,0,true,false,false],[459,9,0,true,true,false],[459,20,0,true,false,false],[460,9,0,true,true,false],[460,20,0,true,false,false],[461,9,0,true,true,false],[461,21,0,true,false,false],[463,9,0,true,true,false],[463,21,0,true,false,false],[464,9,0,true,true,false],[464,21,0,true,false,false],[465,9,0,true,true,false],[465,21,0,true,false,false],[466,9,0,true,true,false],[466,21,0,true,false,false],[467,9,0,true,true,false],[467,21,0,true,false,false],[468,9,0,true,true,false],[468,21,0,true,false,false],[470,9,0,true,true,false],[470,21,0,true,false,false],[471,9,0,true,true,false],[471,21,0,true,false,false],[472,9,0,true,true,false],[472,21,0,true,false,false],[473,9,0,true,true,false],[473,21,0,true,false,false],[474,9,0,true,true,false],[474,21,0,true,false,false],[475,9,0,true,true,false],[475,21,0,true,false,false],[476,9,0,true,true,false],[476,25,0,true,false,false],[477,9,0,true,true,false],[477,21,0,true,false,false],[478,9,0,true,true,false],[478,21,0,true,false,false],[479,9,0,true,true,false],[479,25,0,true,false,false],[480,9,0,true,true,false],[480,21,0,true,false,false],[481,9,0,true,true,false],[481,21,0,true,false,false],[483,9,0,true,true,false],[483,30,0,true,false,false],[484,9,0,true,true,false],[484,21,0,true,false,false],[485,9,0,true,true,false],[485,21,0,true,false,false],[486,9,0,true,true,false],[486,29,0,true,false,false],[487,9,0,true,true,false],[487,21,0,true,false,false],[488,9,0,true,true,false],[488,21,0,true,false,false],[490,9,0,true,true,false],[490,25,0,true,false,false],[491,9,0,true,true,false],[491,21,0,true,false,false],[492,9,0,true,true,false],[492,21,0,true,false,false],[493,9,0,true,true,false],[493,30,0,true,false,false],[494,9,0,true,true,false],[494,21,0,true,false,false],[495,9,0,true,true,false],[495,29,0,true,false,false],[496,9,0,true,true,false],[496,29,0,true,false,false],[498,9,0,true,true,false],[498,25,0,true,false,false],[499,9,0,true,true,false],[499,25,0,true,false,false],[500,9,0,true,true,false],[500,21,0,true,false,false],[501,9,0,true,true,false],[501,21,0,true,false,false],[502,9,0,true,true,false],[502,23,0,true,false,false],[504,9,0,true,true,false],[504,23,0,true,false,false],[505,9,0,true,true,false],[505,25,0,true,false,false],[506,9,0,true,true,false],[506,25,0,true,false,false],[507,9,0,true,true,false],[507,29,0,true,false,false],[508,9,0,true,true,false],[508,23,0,true,false,false],[510,9,0,true,true,false],[510,29,0,true,false,false],[511,9,0,true,true,false],[511,28,0,true,false,false],[512,9,0,true,true,false],[512,29,0,true,false,false],[513,9,0,true,true,false],[513,28,0,true,false,false],[514,9,0,true,true,false],[514,27,0,true,false,false],[515,9,0,true,true,false],[515,28,0,true,false,false],[516,9,0,true,true,false],[516,30,0,true,false,false],[517,9,0,true,true,false],[517,28,0,true,false,false],[518,9,0,true,true,false],[518,22,0,true,false,false],[520,9,0,true,true,false],[520,22,0,true,false,false],[521,9,0,true,true,false],[521,22,0,true,false,false],[522,9,0,true,true,false],[522,22,0,true,false,false],[523,9,0,true,true,false],[523,22,0,true,false,false],[524,9,0,true,true,false],[524,23,0,true,false,false],[525,9,0,true,true,false],[525,23,0,true,false,false],[526,9,0,true,true,false],[526,24,0,true,false,false],[527,9,0,true,true,false],[527,24,0,true,false,false],[528,9,0,true,true,false],[528,24,0,true,false,false],[529,9,0,true,true,false],[529,23,0,true,false,false],[530,9,0,true,true,false],[530,23,0,true,false,false],[531,9,0,true,true,false],[531,23,0,true,false,false],[533,9,0,true,true,false],[533,25,0,true,false,false],[534,9,0,true,true,false],[534,26,0,true,false,false],[535,9,0,true,true,false],[535,25,0,true,false,false],[536,9,0,true,true,false],[536,23,0,true,false,false],[538,9,0,true,true,false],[538,33,0,true,false,false],[540,9,0,true,true,false],[540,26,0,true,false,false],[542,9,0,true,true,false],[542,28,0,true,false,false],[544,9,0,true,true,false],[544,25,0,true,false,false],[545,9,0,true,true,false],[545,27,0,true,false,false],[546,9,0,true,true,false],[546,24,0,true,false,false],[547,9,0,true,true,false],[547,24,0,true,false,false],[548,9,0,true,true,false],[548,29,0,true,false,false],[549,9,0,true,true,false],[549,25,0,true,false,false],[551,9,0,true,true,false],[551,23,0,true,false,false],[552,9,0,true,true,false],[552,23,0,true,false,false],[553,9,0,true,true,false],[553,23,0,true,false,false],[554,9,0,true,true,false],[554,30,0,true,false,false],[555,9,0,true,true,false],[555,24,0,true,false,false],[556,9,0,true,true,false],[556,24,0,true,false,false],[557,9,0,true,true,false],[557,24,0,true,false,false],[558,9,0,true,true,false],[558,24,0,true,false,false],[559,9,0,true,true,false],[560,33,0,true,false,false],[561,10,0,true,true,false],[562,6,0,false,false,false],[576,33,0,true,true,false],[576,38,0,false,false,false],[577,35,0,true,true,false],[577,39,0,false,false,false],[578,31,0,true,true,false],[578,32,0,false,false,false],[579,28,0,true,true,false],[579,33,0,false,false,false],[582,40,0,true,true,false],[584,6,0,false,false,false],[586,41,0,true,true,false],[588,6,0,false,false,false],[590,37,0,true,true,false],[592,6,0,false,false,false],[595,47,0,true,true,false],[596,27,0,true,true,false],[596,94,0,true,false,false],[596,97,0,true,true,false],[596,100,0,true,false,false],[597,6,0,false,false,false],[600,38,0,true,true,false],[602,6,0,false,false,false],[605,54,0,true,true,false],[606,44,0,true,true,false],[606,63,0,true,true,false],[607,50,0,true,false,false],[608,6,0,false,false,false],[611,53,0,true,true,false],[613,6,0,false,false,false],[616,44,0,true,true,false],[617,16,0,true,true,false],[617,21,0,true,false,false],[618,9,0,true,true,false],[618,36,0,true,false,false],[619,9,0,true,true,false],[619,30,0,true,false,false],[620,9,0,true,true,false],[620,27,0,true,false,false],[621,10,0,true,true,false],[622,6,0,false,false,false],[625,35,0,true,true,false],[625,50,0,false,false,false],[627,42,0,true,true,false],[627,47,0,false,false,false],[628,47,0,true,true,false],[628,50,0,false,false,false],[629,43,0,true,true,false],[629,48,0,false,false,false],[634,38,0,true,true,false],[634,52,0,true,true,false],[634,76,0,true,false,false],[634,79,0,true,true,false],[634,80,0,true,false,false],[634,82,0,false,false,false],[635,38,0,true,true,false],[635,52,0,true,true,false],[635,76,0,true,false,false],[635,79,0,true,true,false],[635,80,0,true,false,false],[635,82,0,false,false,false],[638,43,0,true,true,false],[639,85,0,true,true,false],[641,10,0,true,true,false],[644,56,0,true,true,false],[644,92,0,true,false,false],[645,6,0,false,false,false],[647,25,0,true,true,false],[648,16,0,true,true,false],[651,16,0,true,true,false],[651,26,0,true,false,false],[651,27,0,true,true,false],[659,14,0,true,true,false],[663,10,0,true,false,false],[667,30,0,true,true,false],[667,33,0,true,false,false],[667,36,0,true,true,false],[667,39,0,true,false,false],[671,39,0,true,true,false],[671,56,0,true,false,false],[671,59,0,true,true,false],[671,62,0,true,false,false],[673,40,0,true,true,false],[673,57,0,true,false,false],[673,60,0,true,true,false],[673,63,0,true,false,false],[674,36,0,true,true,false],[680,16,0,true,true,false],[680,25,0,true,false,false],[680,58,0,true,true,false],[682,14,0,true,false,false],[684,34,0,true,true,false],[687,16,0,true,true,false],[687,26,0,true,false,false],[687,76,0,true,true,false],[689,14,0,true,false,false],[692,19,0,true,true,false],[695,10,0,true,false,false],[696,6,0,false,false,false],[699,41,0,true,true,false],[700,36,0,true,true,false],[702,48,0,true,true,false],[706,64,0,true,true,false],[706,70,0,true,false,false],[708,86,0,true,true,false],[708,87,0,true,false,false],[708,90,0,true,true,false],[708,93,0,true,false,false],[713,63,0,true,true,false],[713,70,0,true,false,false],[718,16,0,true,true,false],[723,10,0,true,false,false],[724,6,0,false,false,false],[726,34,0,true,true,false],[729,92,0,true,true,false],[732,10,0,true,false,false],[733,6,0,false,false,false],[738,42,0,true,true,false],[742,6,0,false,false,false],[745,43,0,true,true,false],[749,6,0,false,false,false],[752,42,0,true,true,false],[756,6,0,false,false,false],[759,43,0,true,true,false],[763,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":103,"covered":0,"percent":0},"instantiations":{"count":103,"covered":0,"percent":0},"lines":{"count":829,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":256,"covered":0,"notcovered":256,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift","mcdc_records":[],"segments":[[24,60,0,true,true,false],[25,42,0,true,true,false],[28,10,0,true,true,false],[31,16,0,true,true,false],[31,18,0,true,false,false],[32,9,0,true,true,false],[33,35,0,true,false,false],[34,9,0,true,true,false],[35,46,0,true,false,false],[36,9,0,true,true,false],[37,39,0,true,false,false],[38,9,0,true,true,false],[39,40,0,true,false,false],[40,9,0,true,true,false],[42,44,0,true,false,false],[44,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift","mcdc_records":[],"segments":[[7,31,0,true,true,false],[8,16,0,true,true,false],[24,16,0,true,true,false],[24,34,0,true,false,false],[24,47,0,true,true,false],[28,14,0,true,true,false],[31,16,0,true,true,false],[31,26,0,true,false,false],[31,27,0,true,true,false],[36,14,0,true,true,false],[40,16,0,true,true,false],[40,31,0,true,false,false],[40,45,0,true,true,false],[45,14,0,true,true,false],[50,16,0,true,true,false],[50,26,0,true,false,false],[50,46,0,true,true,false],[58,14,0,true,true,false],[64,42,0,true,true,false],[69,14,0,true,true,false],[72,16,0,true,true,false],[72,34,0,true,false,false],[72,35,0,true,true,false],[74,14,0,true,true,false],[75,10,0,true,false,false],[76,34,0,true,true,false],[76,38,0,true,false,false],[76,41,0,true,true,false],[76,44,0,true,false,false],[77,33,0,true,true,false],[77,47,0,true,false,false],[77,50,0,true,true,false],[77,62,0,true,false,false],[77,65,0,true,true,false],[77,66,0,true,false,false],[83,39,0,true,true,false],[84,45,0,true,true,false],[84,46,0,true,false,false],[84,49,0,true,true,false],[84,50,0,true,false,false],[85,53,0,true,true,false],[87,14,0,true,false,false],[90,19,0,true,true,false],[91,51,0,true,true,false],[91,52,0,true,false,false],[91,55,0,true,true,false],[91,56,0,true,false,false],[95,49,0,true,true,false],[95,75,0,true,false,false],[98,18,0,true,true,false],[101,16,0,true,true,false],[101,42,0,true,false,false],[101,64,0,true,true,false],[102,20,0,true,true,false],[102,28,0,true,false,false],[102,29,0,true,true,false],[104,18,0,true,false,false],[104,24,0,true,true,false],[106,18,0,true,false,false],[115,26,0,true,true,false],[116,47,0,true,true,false],[116,57,0,true,true,false],[118,18,0,true,false,false],[120,47,0,true,true,false],[120,73,0,true,false,false],[120,77,0,true,true,false],[120,81,0,true,false,false],[120,84,0,true,true,false],[120,89,0,true,false,false],[122,19,0,true,true,false],[125,10,0,true,false,false],[126,58,0,true,true,false],[127,16,0,true,true,false],[127,31,0,true,false,false],[127,32,0,true,true,false],[129,14,0,true,false,false],[129,20,0,true,true,false],[131,14,0,true,false,false],[133,52,0,true,true,false],[134,16,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[136,14,0,true,false,false],[136,20,0,true,true,false],[138,14,0,true,false,false],[140,44,0,true,true,false],[142,16,0,true,true,false],[142,31,0,true,false,false],[142,32,0,true,true,false],[145,14,0,true,false,false],[145,20,0,true,true,false],[148,14,0,true,false,false],[154,6,0,false,false,false],[157,39,0,true,true,false],[159,6,0,false,false,false],[162,42,0,true,true,false],[163,43,0,true,true,false],[163,63,0,true,false,false],[163,66,0,true,true,false],[163,75,0,true,false,false],[166,12,0,true,true,false],[166,26,0,true,false,false],[166,58,0,true,true,false],[167,53,0,true,true,false],[167,58,0,true,false,false],[167,61,0,true,true,false],[167,70,0,true,false,false],[169,10,0,true,true,false],[172,12,0,true,true,false],[172,41,0,true,false,false],[172,42,0,true,true,false],[173,41,0,true,true,false],[173,46,0,true,false,false],[173,49,0,true,true,false],[173,54,0,true,false,false],[175,98,0,true,true,false],[177,14,0,true,true,false],[178,62,0,true,false,false],[179,10,0,true,true,false],[181,94,0,true,true,false],[183,10,0,true,true,false],[184,23,0,true,false,false],[185,6,0,false,false,false],[188,59,0,true,true,false],[189,53,0,true,true,false],[189,73,0,true,true,false],[191,16,0,true,true,false],[191,32,0,true,false,false],[192,9,0,true,true,false],[193,32,0,true,false,false],[194,9,0,true,true,false],[197,41,0,true,true,false],[197,61,0,true,true,false],[203,44,0,true,false,false],[205,6,0,false,false,false],[210,31,0,true,true,false],[212,16,0,true,true,false],[212,36,0,true,false,false],[213,9,0,true,true,false],[214,30,0,true,false,false],[215,9,0,true,true,false],[217,24,0,true,false,false],[218,9,0,true,true,false],[220,28,0,true,false,false],[221,9,0,true,true,false],[222,31,0,true,false,false],[223,10,0,true,true,false],[224,6,0,false,false,false],[228,39,0,true,true,false],[230,12,0,true,true,false],[230,33,0,true,false,false],[230,34,0,true,true,false],[232,10,0,true,false,false],[234,17,0,true,true,false],[234,31,0,true,false,false],[234,32,0,true,true,false],[236,10,0,true,false,false],[238,17,0,true,true,false],[238,28,0,true,false,false],[238,29,0,true,true,false],[240,10,0,true,false,false],[242,17,0,true,true,false],[242,39,0,true,false,false],[242,40,0,true,true,false],[244,10,0,true,false,false],[246,17,0,true,true,false],[246,30,0,true,false,false],[246,31,0,true,true,false],[248,10,0,true,false,false],[250,17,0,true,true,false],[250,47,0,true,false,false],[250,48,0,true,true,false],[252,10,0,true,false,false],[254,17,0,true,true,false],[254,30,0,true,false,false],[254,31,0,true,true,false],[256,10,0,true,false,false],[258,17,0,true,true,false],[258,29,0,true,false,false],[258,30,0,true,true,false],[260,10,0,true,false,false],[262,17,0,true,true,false],[262,32,0,true,false,false],[262,33,0,true,true,false],[264,10,0,true,false,false],[264,16,0,true,true,false],[265,20,0,true,true,false],[265,34,0,true,false,false],[266,13,0,true,true,false],[267,32,0,true,false,false],[268,13,0,true,true,false],[269,37,0,true,false,false],[270,13,0,true,true,false],[271,38,0,true,false,false],[272,13,0,true,true,false],[273,35,0,true,false,false],[274,13,0,true,true,false],[275,29,0,true,false,false],[276,13,0,true,true,false],[277,31,0,true,false,false],[278,13,0,true,true,false],[279,30,0,true,false,false],[280,14,0,true,true,false],[281,10,0,true,true,false],[282,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":390,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":120,"covered":0,"notcovered":120,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift","mcdc_records":[],"segments":[[8,32,0,true,true,false],[10,66,0,true,true,false],[13,10,0,true,true,false],[16,90,0,true,true,false],[19,10,0,true,true,false],[22,6,0,false,false,false],[27,32,0,true,true,false],[29,50,0,true,true,false],[30,18,0,true,true,false],[32,14,0,true,false,false],[34,10,0,true,true,false],[37,85,0,true,true,false],[38,18,0,true,true,false],[40,14,0,true,false,false],[42,10,0,true,true,false],[45,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":40,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift","mcdc_records":[],"segments":[[12,38,0,true,true,false],[13,45,0,true,true,false],[13,53,0,true,false,false],[16,12,0,true,true,false],[16,42,0,true,false,false],[16,43,0,true,true,false],[18,10,0,true,false,false],[18,19,0,true,true,false],[18,45,0,true,false,false],[18,46,0,true,true,false],[20,10,0,true,false,false],[20,19,0,true,true,false],[20,43,0,true,false,false],[20,44,0,true,true,false],[23,10,0,true,false,false],[23,19,0,true,true,false],[23,36,0,true,true,false],[23,68,0,true,false,false],[23,72,0,true,true,false],[23,105,0,true,false,false],[23,106,0,true,true,false],[26,10,0,true,false,false],[26,19,0,true,true,false],[26,44,0,true,false,false],[26,45,0,true,true,false],[29,10,0,true,false,false],[29,16,0,true,true,false],[32,10,0,true,false,false],[33,6,0,false,false,false],[37,103,0,true,true,false],[45,6,0,false,false,false],[49,61,0,true,true,false],[58,6,0,false,false,false],[61,67,0,true,true,false],[62,45,0,true,true,false],[62,68,0,true,false,false],[62,71,0,true,true,false],[62,96,0,true,false,false],[66,6,0,false,false,false],[72,36,0,true,true,false],[74,12,0,true,true,false],[74,48,0,true,true,false],[74,81,0,true,false,false],[74,82,0,true,true,false],[76,10,0,true,false,false],[76,16,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false],[84,46,0,true,true,false],[90,6,0,false,false,false],[94,38,0,true,true,false],[96,16,0,true,true,false],[96,21,0,true,false,false],[98,9,0,true,true,false],[98,62,0,true,false,false],[99,9,0,true,true,false],[99,70,0,true,false,false],[100,9,0,true,true,false],[100,73,0,true,false,false],[101,9,0,true,true,false],[101,93,0,true,false,false],[102,9,0,true,true,false],[102,45,0,true,false,false],[103,9,0,true,true,false],[103,66,0,true,false,false],[105,9,0,true,true,false],[105,72,0,true,false,false],[106,9,0,true,true,false],[106,69,0,true,false,false],[107,9,0,true,true,false],[107,80,0,true,false,false],[108,9,0,true,true,false],[108,40,0,true,false,false],[109,9,0,true,true,false],[109,50,0,true,false,false],[110,9,0,true,true,false],[110,54,0,true,false,false],[112,9,0,true,true,false],[112,34,0,true,false,false],[113,9,0,true,true,false],[113,33,0,true,false,false],[114,9,0,true,true,false],[114,55,0,true,false,false],[115,9,0,true,true,false],[115,70,0,true,false,false],[117,9,0,true,true,false],[117,48,0,true,false,false],[118,9,0,true,true,false],[118,49,0,true,false,false],[119,9,0,true,true,false],[119,46,0,true,false,false],[120,9,0,true,true,false],[120,48,0,true,false,false],[122,9,0,true,true,false],[122,43,0,true,false,false],[123,9,0,true,true,false],[123,54,0,true,false,false],[124,9,0,true,true,false],[124,52,0,true,false,false],[125,9,0,true,true,false],[125,52,0,true,false,false],[126,9,0,true,true,false],[126,52,0,true,false,false],[127,9,0,true,true,false],[127,34,0,true,false,false],[129,6,0,false,false,false],[134,29,0,true,true,false],[136,6,0,false,false,false],[140,38,0,true,true,false],[141,85,0,true,true,false],[143,19,0,true,true,false],[143,45,0,true,false,false],[144,19,0,true,true,false],[144,34,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[155,37,0,true,true,false],[156,31,0,true,true,false],[162,10,0,true,false,false],[162,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[174,38,0,true,true,false],[175,39,0,true,true,false],[181,10,0,true,false,false],[181,16,0,true,true,false],[187,10,0,true,false,false],[188,6,0,false,false,false],[193,40,0,true,true,false],[194,44,0,true,true,false],[199,10,0,true,false,false],[199,16,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[217,31,0,true,true,false],[251,12,0,true,true,false],[251,49,0,true,true,false],[251,82,0,true,false,false],[251,83,0,true,true,false],[253,10,0,true,true,false],[256,54,0,true,false,false],[257,6,0,false,false,false],[260,38,0,true,true,false],[261,16,0,true,true,false],[261,38,0,true,false,false],[263,9,0,true,true,false],[263,28,0,true,false,false],[264,9,0,true,true,false],[264,26,0,true,false,false],[265,9,0,true,true,false],[265,29,0,true,false,false],[266,9,0,true,true,false],[266,29,0,true,false,false],[267,9,0,true,true,false],[267,29,0,true,false,false],[268,9,0,true,true,false],[268,26,0,true,false,false],[270,9,0,true,true,false],[270,35,0,true,false,false],[271,9,0,true,true,false],[271,29,0,true,false,false],[272,9,0,true,true,false],[272,28,0,true,false,false],[274,9,0,true,true,false],[274,28,0,true,false,false],[276,9,0,true,true,false],[276,27,0,true,false,false],[277,9,0,true,true,false],[277,27,0,true,false,false],[279,9,0,true,true,false],[279,28,0,true,false,false],[280,9,0,true,true,false],[280,24,0,true,false,false],[281,9,0,true,true,false],[281,26,0,true,false,false],[282,9,0,true,true,false],[282,28,0,true,false,false],[283,9,0,true,true,false],[283,29,0,true,false,false],[284,9,0,true,true,false],[284,29,0,true,false,false],[285,9,0,true,true,false],[285,28,0,true,false,false],[286,9,0,true,true,false],[286,28,0,true,false,false],[288,9,0,true,true,false],[288,37,0,true,false,false],[289,9,0,true,true,false],[289,46,0,true,false,false],[290,9,0,true,true,false],[290,43,0,true,false,false],[291,9,0,true,true,false],[291,44,0,true,false,false],[293,9,0,true,true,false],[293,37,0,true,false,false],[294,9,0,true,true,false],[294,37,0,true,false,false],[295,9,0,true,true,false],[295,39,0,true,false,false],[296,9,0,true,true,false],[296,21,0,true,false,false],[297,10,0,true,true,false],[298,6,0,false,false,false],[301,37,0,true,true,false],[304,6,0,false,false,false],[309,29,0,true,true,false],[312,12,0,true,true,false],[312,33,0,true,false,false],[312,34,0,true,true,false],[314,10,0,true,true,false],[316,44,0,true,true,false],[316,60,0,true,true,false],[317,46,0,true,true,false],[317,102,0,true,false,false],[318,6,0,false,false,false],[321,36,0,true,true,false],[326,12,0,true,true,false],[326,29,0,true,false,false],[326,64,0,true,true,false],[327,49,0,true,true,false],[330,14,0,true,false,false],[330,20,0,true,true,false],[336,14,0,true,false,false],[337,16,0,true,true,false],[340,50,0,true,true,false],[346,14,0,true,false,false],[346,59,0,true,true,false],[349,14,0,true,false,false],[349,23,0,true,true,false],[349,40,0,true,false,false],[349,41,0,true,true,false],[352,14,0,true,false,false],[352,56,0,true,true,false],[355,14,0,true,false,false],[355,76,0,true,true,false],[360,14,0,true,false,false],[360,93,0,true,true,false],[366,14,0,true,false,false],[366,20,0,true,true,false],[369,60,0,true,true,false],[369,69,0,true,false,false],[369,72,0,true,true,false],[369,86,0,true,false,false],[370,36,0,true,true,false],[370,47,0,true,false,false],[370,50,0,true,true,false],[370,74,0,true,false,false],[371,55,0,true,true,false],[371,65,0,true,false,false],[371,68,0,true,true,false],[371,78,0,true,false,false],[376,6,0,false,false,false],[380,62,0,true,true,false],[381,16,0,true,true,false],[383,20,0,true,true,false],[385,20,0,true,true,false],[385,56,0,true,false,false],[385,57,0,true,true,false],[386,61,0,true,true,false],[393,22,0,true,false,false],[394,24,0,true,true,false],[398,18,0,true,false,false],[406,6,0,false,false,false],[409,70,0,true,true,false],[413,55,0,true,true,false],[419,72,0,true,true,false],[419,73,0,true,false,false],[419,76,0,true,true,false],[419,80,0,true,false,false],[424,51,0,true,true,false],[424,58,0,true,false,false],[430,6,0,false,false,false],[434,35,0,true,true,false],[435,73,0,true,true,false],[435,87,0,true,true,false],[437,12,0,true,true,false],[437,51,0,true,false,false],[437,52,0,true,true,false],[439,10,0,true,true,false],[440,19,0,true,false,false],[441,6,0,false,false,false],[444,72,0,true,true,false],[445,36,0,true,true,false],[448,66,0,true,true,false],[448,69,0,true,false,false],[448,72,0,true,true,false],[448,75,0,true,false,false],[452,66,0,true,true,false],[452,69,0,true,false,false],[452,72,0,true,true,false],[452,76,0,true,false,false],[456,6,0,false,false,false],[460,58,0,true,true,false],[463,62,0,true,true,false],[463,65,0,true,false,false],[463,68,0,true,true,false],[463,71,0,true,false,false],[466,6,0,false,false,false],[468,58,0,true,true,false],[469,16,0,true,true,false],[469,21,0,true,false,false],[470,9,0,true,true,false],[470,36,0,true,false,false],[471,9,0,true,true,false],[471,30,0,true,false,false],[472,9,0,true,true,false],[472,27,0,true,false,false],[473,10,0,true,true,false],[474,6,0,false,false,false],[479,41,0,true,true,false],[484,33,0,true,true,false],[485,30,0,true,true,false],[487,14,0,true,true,false],[489,16,0,true,true,false],[489,54,0,true,false,false],[489,55,0,true,true,false],[490,54,0,true,true,false],[490,63,0,true,false,false],[491,14,0,true,true,false],[492,42,0,true,true,false],[492,72,0,true,true,false],[492,81,0,true,false,false],[497,16,0,true,true,false],[499,20,0,true,true,false],[500,20,0,true,true,false],[500,28,0,true,false,false],[500,29,0,true,true,false],[503,18,0,true,false,false],[503,24,0,true,true,false],[506,18,0,true,false,false],[514,6,0,false,false,false],[517,68,0,true,true,false],[519,12,0,true,true,false],[519,23,0,true,false,false],[519,24,0,true,true,false],[522,10,0,true,false,false],[522,19,0,true,true,false],[522,30,0,true,false,false],[522,31,0,true,true,false],[526,10,0,true,false,false],[526,16,0,true,true,false],[529,10,0,true,false,false],[530,6,0,false,false,false],[535,42,0,true,true,false],[536,12,0,true,true,false],[536,29,0,true,false,false],[536,30,0,true,true,false],[538,10,0,true,false,false],[538,16,0,true,true,false],[540,10,0,true,false,false],[541,6,0,false,false,false],[544,33,0,true,true,false],[547,15,0,true,true,false],[548,16,0,true,true,false],[548,25,0,true,false,false],[548,26,0,true,true,false],[549,44,0,true,true,false],[554,18,0,true,false,false],[555,20,0,true,true,false],[558,14,0,true,false,false],[562,6,0,false,false,false],[565,42,0,true,true,false],[576,6,0,false,false,false],[583,50,0,true,true,false],[587,36,0,true,true,false],[587,51,0,true,false,false],[587,84,0,true,true,false],[589,10,0,true,false,false],[589,16,0,true,true,false],[591,10,0,true,false,false],[593,28,0,true,true,false],[594,36,0,true,true,false],[598,14,0,true,true,false],[604,10,0,true,false,false],[608,6,0,false,false,false],[612,39,0,true,true,false],[616,52,0,true,true,false],[616,98,0,true,false,false],[618,62,0,true,true,false],[618,81,0,true,false,false],[618,85,0,true,true,false],[618,111,0,true,false,false],[620,12,0,true,true,false],[620,34,0,true,false,false],[620,35,0,true,true,false],[626,10,0,true,false,false],[626,16,0,true,true,false],[628,37,0,true,true,false],[631,17,0,true,true,false],[633,18,0,true,true,false],[635,71,0,true,false,false],[638,32,0,true,true,false],[639,42,0,true,true,false],[643,18,0,true,true,false],[648,14,0,true,false,false],[653,6,0,false,false,false],[658,33,0,true,true,false],[663,6,0,false,false,false],[668,35,0,true,true,false],[670,12,0,true,true,false],[670,29,0,true,false,false],[670,30,0,true,true,false],[677,10,0,true,false,false],[677,16,0,true,true,false],[683,10,0,true,false,false],[684,6,0,false,false,false],[689,34,0,true,true,false],[691,16,0,true,true,false],[693,20,0,true,true,false],[696,14,0,true,false,false],[703,6,0,false,false,false],[708,38,0,true,true,false],[709,16,0,true,true,false],[710,20,0,true,true,false],[712,42,0,true,true,false],[712,53,0,true,false,false],[712,56,0,true,true,false],[712,81,0,true,false,false],[714,51,0,true,true,false],[714,75,0,true,false,false],[714,78,0,true,true,false],[714,84,0,true,false,false],[715,51,0,true,true,false],[715,75,0,true,false,false],[715,78,0,true,true,false],[715,84,0,true,false,false],[716,51,0,true,true,false],[716,75,0,true,false,false],[716,78,0,true,true,false],[716,84,0,true,false,false],[724,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":0,"percent":0},"instantiations":{"count":64,"covered":0,"percent":0},"lines":{"count":814,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":237,"covered":0,"notcovered":237,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift","mcdc_records":[],"segments":[[22,39,0,true,true,false],[23,24,0,true,true,false],[28,16,0,true,true,false],[28,37,0,true,false,false],[28,38,0,true,true,false],[33,24,0,true,true,false],[35,56,0,true,true,false],[43,22,0,true,true,false],[46,62,0,true,true,false],[54,22,0,true,true,false],[66,52,0,true,true,false],[74,22,0,true,true,false],[75,18,0,true,false,false],[77,20,0,true,true,false],[81,24,0,true,true,false],[89,52,0,true,true,false],[90,32,0,true,true,false],[92,36,0,true,true,false],[99,30,0,true,false,false],[101,22,0,true,true,false],[102,18,0,true,false,false],[106,6,0,false,false,false],[112,34,0,true,true,false],[114,12,0,true,true,false],[114,29,0,true,false,false],[114,30,0,true,true,false],[116,10,0,true,true,false],[117,29,0,true,true,false],[117,38,0,true,false,false],[118,6,0,false,false,false],[123,40,0,true,true,false],[134,42,0,true,true,false],[136,20,0,true,true,false],[138,20,0,true,true,false],[138,31,0,true,false,false],[138,32,0,true,true,false],[139,51,0,true,true,false],[140,60,0,true,true,false],[148,32,0,true,true,false],[148,53,0,true,false,false],[148,54,0,true,true,false],[150,30,0,true,true,false],[151,26,0,true,false,false],[152,52,0,true,true,false],[152,55,0,true,false,false],[152,58,0,true,true,false],[152,61,0,true,false,false],[153,49,0,true,true,false],[153,52,0,true,false,false],[153,55,0,true,true,false],[153,56,0,true,false,false],[155,28,0,true,true,false],[157,66,0,true,true,false],[157,76,0,true,false,false],[157,79,0,true,true,false],[157,86,0,true,false,false],[160,56,0,true,true,false],[160,59,0,true,false,false],[160,62,0,true,true,false],[160,65,0,true,false,false],[161,53,0,true,true,false],[161,56,0,true,false,false],[161,59,0,true,true,false],[161,60,0,true,false,false],[164,18,0,true,true,false],[171,14,0,true,false,false],[173,16,0,true,true,false],[175,20,0,true,true,false],[180,14,0,true,false,false],[183,6,0,false,false,false],[186,73,0,true,true,false],[188,6,0,false,false,false],[193,56,0,true,true,false],[199,6,0,false,false,false],[202,35,0,true,true,false],[203,20,0,true,true,false],[203,32,0,true,false,false],[204,6,0,false,false,false],[209,31,0,true,true,false],[211,12,0,true,true,false],[211,29,0,true,false,false],[211,30,0,true,true,false],[213,10,0,true,true,false],[214,29,0,true,true,false],[214,38,0,true,false,false],[215,6,0,false,false,false],[219,37,0,true,true,false],[223,12,0,true,true,false],[223,32,0,true,false,false],[223,33,0,true,true,false],[225,10,0,true,false,false],[225,19,0,true,true,false],[225,34,0,true,false,false],[225,35,0,true,true,false],[227,16,0,true,true,false],[227,33,0,true,false,false],[227,34,0,true,true,false],[229,14,0,true,false,false],[229,20,0,true,true,false],[232,54,0,true,true,false],[232,109,0,true,true,false],[232,111,0,true,false,false],[232,115,0,true,true,false],[232,118,0,true,false,false],[234,46,0,true,true,false],[236,52,0,true,true,false],[244,28,0,true,true,false],[244,39,0,true,false,false],[244,40,0,true,true,false],[249,26,0,true,true,false],[250,22,0,true,false,false],[251,24,0,true,true,false],[253,52,0,true,true,false],[259,28,0,true,true,false],[259,39,0,true,false,false],[259,40,0,true,true,false],[264,26,0,true,true,false],[265,22,0,true,false,false],[268,16,0,true,true,false],[270,16,0,true,true,false],[270,26,0,true,false,false],[270,27,0,true,true,false],[273,14,0,true,false,false],[273,23,0,true,true,false],[273,56,0,true,false,false],[273,57,0,true,true,false],[276,14,0,true,false,false],[276,20,0,true,true,false],[278,44,0,true,true,false],[279,24,0,true,true,false],[279,62,0,true,false,false],[279,63,0,true,true,false],[282,28,0,true,true,false],[282,67,0,true,false,false],[282,68,0,true,true,false],[284,26,0,true,true,false],[286,62,0,true,true,false],[286,75,0,true,false,false],[287,22,0,true,true,false],[288,41,0,true,false,false],[292,59,0,true,true,false],[292,71,0,true,false,false],[292,74,0,true,true,false],[292,99,0,true,false,false],[296,57,0,true,true,false],[296,71,0,true,false,false],[296,74,0,true,true,false],[296,85,0,true,false,false],[298,46,0,true,true,false],[303,18,0,true,false,false],[307,6,0,false,false,false],[311,39,0,true,true,false],[316,6,0,false,false,false],[320,39,0,true,true,false],[322,38,0,true,true,false],[327,10,0,true,false,false],[329,36,0,true,true,false],[335,10,0,true,false,false],[337,44,0,true,true,false],[343,10,0,true,false,false],[345,49,0,true,true,false],[349,10,0,true,false,false],[351,41,0,true,true,false],[353,16,0,true,true,false],[353,55,0,true,false,false],[353,56,0,true,true,false],[358,14,0,true,false,false],[358,23,0,true,true,false],[358,49,0,true,false,false],[358,50,0,true,true,false],[364,20,0,true,true,false],[364,41,0,true,false,false],[364,99,0,true,true,false],[369,18,0,true,false,false],[371,25,0,true,true,false],[371,46,0,true,false,false],[371,121,0,true,true,false],[376,18,0,true,false,false],[376,24,0,true,true,false],[380,18,0,true,false,false],[381,14,0,true,true,false],[382,10,0,true,true,false],[383,6,0,false,false,false],[387,58,0,true,true,false],[405,6,0,false,false,false],[409,57,0,true,true,false],[413,12,0,true,true,false],[413,38,0,true,true,false],[413,60,0,true,false,false],[413,61,0,true,true,false],[415,10,0,true,true,false],[416,12,0,true,true,false],[416,39,0,true,true,false],[416,61,0,true,false,false],[416,62,0,true,true,false],[418,10,0,true,true,false],[419,12,0,true,true,false],[419,37,0,true,true,false],[419,59,0,true,false,false],[419,60,0,true,true,false],[421,10,0,true,true,false],[422,12,0,true,true,false],[422,40,0,true,true,false],[422,62,0,true,false,false],[422,63,0,true,true,false],[424,10,0,true,true,false],[427,12,0,true,true,false],[427,37,0,true,true,false],[427,59,0,true,false,false],[427,63,0,true,true,false],[427,87,0,true,false,false],[427,88,0,true,true,false],[429,10,0,true,true,false],[430,12,0,true,true,false],[430,37,0,true,true,false],[430,60,0,true,false,false],[430,64,0,true,true,false],[430,88,0,true,false,false],[430,89,0,true,true,false],[432,10,0,true,true,false],[433,12,0,true,true,false],[433,40,0,true,true,false],[433,62,0,true,false,false],[433,66,0,true,true,false],[433,90,0,true,false,false],[433,91,0,true,true,false],[435,10,0,true,true,false],[436,12,0,true,true,false],[436,40,0,true,true,false],[436,63,0,true,false,false],[436,67,0,true,true,false],[436,91,0,true,false,false],[436,92,0,true,true,false],[438,10,0,true,true,false],[441,12,0,true,true,false],[441,42,0,true,true,false],[441,70,0,true,false,false],[441,74,0,true,true,false],[441,103,0,true,false,false],[441,104,0,true,true,false],[443,10,0,true,true,false],[444,12,0,true,true,false],[444,37,0,true,false,false],[444,38,0,true,true,false],[446,10,0,true,true,false],[447,12,0,true,true,false],[447,40,0,true,true,false],[447,64,0,true,false,false],[447,65,0,true,true,false],[449,10,0,true,true,false],[452,12,0,true,true,false],[452,46,0,true,true,false],[452,77,0,true,false,false],[452,81,0,true,true,false],[452,117,0,true,false,false],[452,118,0,true,true,false],[454,10,0,true,true,false],[455,12,0,true,true,false],[455,50,0,true,true,false],[455,80,0,true,false,false],[455,84,0,true,true,false],[455,119,0,true,false,false],[455,120,0,true,true,false],[457,10,0,true,true,false],[460,12,0,true,true,false],[460,44,0,true,true,false],[460,73,0,true,false,false],[460,74,0,true,true,false],[462,10,0,true,true,false],[463,12,0,true,true,false],[463,48,0,true,true,false],[463,76,0,true,false,false],[463,77,0,true,true,false],[465,10,0,true,true,false],[468,12,0,true,true,false],[468,44,0,true,true,false],[468,70,0,true,false,false],[468,71,0,true,true,false],[470,10,0,true,true,false],[471,12,0,true,true,false],[471,46,0,true,true,false],[471,76,0,true,false,false],[471,77,0,true,true,false],[473,10,0,true,true,false],[474,12,0,true,true,false],[474,45,0,true,true,false],[474,72,0,true,false,false],[474,73,0,true,true,false],[476,10,0,true,true,false],[479,12,0,true,true,false],[479,49,0,true,true,false],[479,75,0,true,false,false],[479,76,0,true,true,false],[481,10,0,true,true,false],[482,12,0,true,true,false],[482,50,0,true,true,false],[482,77,0,true,false,false],[482,78,0,true,true,false],[484,10,0,true,true,false],[487,12,0,true,true,false],[487,29,0,true,true,false],[487,47,0,true,false,false],[487,48,0,true,true,false],[489,10,0,true,true,false],[490,12,0,true,true,false],[490,31,0,true,true,false],[490,51,0,true,false,false],[490,52,0,true,true,false],[492,10,0,true,true,false],[493,12,0,true,true,false],[493,31,0,true,true,false],[493,51,0,true,false,false],[493,52,0,true,true,false],[495,10,0,true,true,false],[496,12,0,true,true,false],[496,32,0,true,true,false],[496,53,0,true,false,false],[496,54,0,true,true,false],[498,10,0,true,true,false],[501,12,0,true,true,false],[501,38,0,true,true,false],[501,60,0,true,false,false],[501,61,0,true,true,false],[503,10,0,true,true,false],[504,12,0,true,true,false],[504,35,0,true,false,false],[504,36,0,true,true,false],[506,10,0,true,true,false],[507,12,0,true,true,false],[507,40,0,true,true,false],[507,64,0,true,false,false],[507,65,0,true,true,false],[509,10,0,true,true,false],[510,12,0,true,true,false],[510,34,0,true,false,false],[510,35,0,true,true,false],[512,10,0,true,true,false],[513,12,0,true,true,false],[513,34,0,true,false,false],[513,35,0,true,true,false],[515,10,0,true,true,false],[516,12,0,true,true,false],[516,34,0,true,false,false],[516,35,0,true,true,false],[518,10,0,true,true,false],[521,12,0,true,true,false],[521,40,0,true,true,false],[521,62,0,true,false,false],[521,63,0,true,true,false],[523,10,0,true,true,false],[526,19,0,true,false,false],[527,6,0,false,false,false],[531,56,0,true,true,false],[532,24,0,true,true,false],[539,63,0,true,true,false],[539,76,0,true,false,false],[539,79,0,true,true,false],[539,121,0,true,true,false],[539,131,0,true,false,false],[539,134,0,true,true,false],[539,143,0,true,false,false],[550,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":0,"percent":0},"instantiations":{"count":64,"covered":0,"percent":0},"lines":{"count":813,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":247,"covered":0,"notcovered":247,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift","mcdc_records":[],"segments":[[7,36,0,true,true,false],[7,41,0,false,false,false],[9,46,0,true,true,false],[11,34,0,true,true,false],[11,37,0,true,false,false],[11,40,0,true,true,false],[11,43,0,true,false,false],[17,23,0,true,true,false],[17,43,0,true,false,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift","mcdc_records":[],"segments":[[10,34,0,true,true,false],[13,6,0,false,false,false],[18,111,0,true,true,false],[20,63,0,true,true,false],[20,76,0,true,false,false],[21,59,0,true,true,false],[21,72,0,true,false,false],[28,6,0,false,false,false],[30,31,0,true,true,false],[31,36,0,true,true,false],[31,45,0,true,false,false],[31,48,0,true,true,false],[31,57,0,true,false,false],[32,6,0,false,false,false],[34,30,0,true,true,false],[36,12,0,true,true,false],[36,27,0,true,false,false],[36,44,0,true,true,false],[44,10,0,true,false,false],[46,17,0,true,true,false],[46,31,0,true,false,false],[46,32,0,true,true,false],[48,10,0,true,false,false],[50,14,0,true,true,false],[52,10,0,true,false,false],[53,6,0,false,false,false],[55,26,0,true,true,false],[59,6,0,false,false,false],[61,30,0,true,true,false],[64,6,0,false,false,false],[66,28,0,true,true,false],[67,42,0,true,true,false],[67,45,0,true,false,false],[67,48,0,true,true,false],[67,52,0,true,false,false],[68,6,0,false,false,false],[70,31,0,true,true,false],[75,38,0,true,true,false],[75,67,0,true,false,false],[75,70,0,true,true,false],[75,82,0,true,false,false],[78,6,0,false,false,false],[80,31,0,true,true,false],[85,38,0,true,true,false],[85,67,0,true,false,false],[85,70,0,true,true,false],[85,82,0,true,false,false],[87,6,0,false,false,false],[90,29,0,true,true,false],[93,40,0,true,true,false],[93,75,0,true,false,false],[94,16,0,true,true,false],[94,32,0,true,false,false],[95,16,0,true,true,false],[95,33,0,true,false,false],[96,16,0,true,true,false],[96,38,0,true,true,false],[96,55,0,true,false,false],[97,6,0,false,false,false],[100,27,0,true,true,false],[103,38,0,true,true,false],[103,73,0,true,false,false],[104,6,0,false,false,false],[109,27,0,true,true,false],[115,6,0,false,false,false],[117,32,0,true,true,false],[118,35,0,true,true,false],[118,48,0,true,false,false],[118,49,0,true,true,false],[120,10,0,true,false,false],[120,19,0,true,true,false],[120,30,0,true,false,false],[120,31,0,true,true,false],[122,10,0,true,false,false],[122,16,0,true,true,false],[124,10,0,true,false,false],[125,46,0,true,true,false],[125,49,0,true,false,false],[125,52,0,true,true,false],[125,56,0,true,false,false],[126,6,0,false,false,false],[128,32,0,true,true,false],[129,12,0,true,true,false],[129,21,0,true,false,false],[129,22,0,true,true,false],[131,10,0,true,false,false],[131,19,0,true,true,false],[131,28,0,true,false,false],[131,29,0,true,true,false],[134,10,0,true,false,false],[134,19,0,true,true,false],[134,31,0,true,false,false],[134,32,0,true,true,false],[136,10,0,true,false,false],[138,17,0,true,true,false],[138,31,0,true,false,false],[138,52,0,true,true,false],[140,10,0,true,false,false],[142,17,0,true,true,false],[142,31,0,true,false,false],[142,32,0,true,true,false],[144,10,0,true,false,false],[146,17,0,true,true,false],[146,28,0,true,false,false],[146,49,0,true,true,false],[146,69,0,true,false,false],[146,70,0,true,true,false],[148,10,0,true,false,false],[150,17,0,true,true,false],[150,28,0,true,false,false],[150,29,0,true,true,false],[152,10,0,true,false,false],[152,19,0,true,true,false],[152,32,0,true,false,false],[152,33,0,true,true,false],[154,10,0,true,false,false],[154,19,0,true,true,false],[154,30,0,true,false,false],[154,31,0,true,true,false],[156,10,0,true,false,false],[156,19,0,true,true,false],[156,37,0,true,false,false],[156,52,0,true,true,false],[159,10,0,true,false,false],[159,16,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false],[167,34,0,true,true,false],[171,6,0,false,false,false],[174,35,0,true,true,false],[178,6,0,false,false,false],[181,34,0,true,true,false],[185,6,0,false,false,false],[188,35,0,true,true,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":0,"notcovered":68,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift","mcdc_records":[],"segments":[[7,58,0,true,true,false],[8,69,0,true,true,false],[8,83,0,true,true,false],[13,12,0,true,true,false],[13,37,0,true,true,false],[13,59,0,true,false,false],[13,60,0,true,true,false],[13,78,0,true,true,false],[14,12,0,true,true,false],[14,37,0,true,true,false],[14,60,0,true,false,false],[14,61,0,true,true,false],[14,79,0,true,true,false],[15,12,0,true,true,false],[15,40,0,true,true,false],[15,62,0,true,false,false],[15,63,0,true,true,false],[15,81,0,true,true,false],[16,12,0,true,true,false],[16,40,0,true,true,false],[16,63,0,true,false,false],[16,64,0,true,true,false],[16,82,0,true,true,false],[19,12,0,true,true,false],[19,38,0,true,true,false],[19,60,0,true,false,false],[19,61,0,true,true,false],[19,77,0,true,true,false],[20,12,0,true,true,false],[20,39,0,true,true,false],[20,61,0,true,false,false],[20,62,0,true,true,false],[20,78,0,true,true,false],[23,12,0,true,true,false],[23,42,0,true,true,false],[23,70,0,true,false,false],[23,71,0,true,true,false],[23,88,0,true,true,false],[24,12,0,true,true,false],[24,36,0,true,false,false],[24,37,0,true,true,false],[24,54,0,true,true,false],[27,12,0,true,true,false],[27,41,0,true,true,false],[27,66,0,true,false,false],[27,67,0,true,true,false],[27,85,0,true,true,false],[30,12,0,true,true,false],[30,35,0,true,false,false],[30,36,0,true,true,false],[30,52,0,true,true,false],[33,12,0,true,true,false],[33,34,0,true,false,false],[33,35,0,true,true,false],[33,51,0,true,true,false],[35,19,0,true,false,false],[36,6,0,false,false,false],[39,60,0,true,true,false],[40,69,0,true,true,false],[40,83,0,true,true,false],[45,12,0,true,true,false],[45,38,0,true,true,false],[45,60,0,true,false,false],[45,61,0,true,true,false],[45,84,0,true,true,false],[46,12,0,true,true,false],[46,39,0,true,true,false],[46,61,0,true,false,false],[46,62,0,true,true,false],[46,86,0,true,true,false],[49,12,0,true,true,false],[49,37,0,true,true,false],[49,59,0,true,false,false],[49,60,0,true,true,false],[49,86,0,true,true,false],[50,12,0,true,true,false],[50,37,0,true,true,false],[50,60,0,true,false,false],[50,61,0,true,true,false],[50,88,0,true,true,false],[51,12,0,true,true,false],[51,40,0,true,true,false],[51,62,0,true,false,false],[51,63,0,true,true,false],[51,91,0,true,true,false],[52,12,0,true,true,false],[52,40,0,true,true,false],[52,63,0,true,false,false],[52,64,0,true,true,false],[52,93,0,true,true,false],[55,12,0,true,true,false],[55,42,0,true,true,false],[55,70,0,true,false,false],[55,71,0,true,true,false],[57,10,0,true,true,false],[58,12,0,true,true,false],[58,36,0,true,false,false],[58,37,0,true,true,false],[58,67,0,true,true,false],[61,12,0,true,true,false],[61,41,0,true,true,false],[61,66,0,true,false,false],[61,67,0,true,true,false],[61,87,0,true,true,false],[64,12,0,true,true,false],[64,34,0,true,false,false],[64,60,0,true,true,false],[64,91,0,true,true,false],[65,12,0,true,true,false],[65,38,0,true,false,false],[65,64,0,true,true,false],[65,94,0,true,true,false],[67,19,0,true,false,false],[68,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":76,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift","mcdc_records":[],"segments":[[15,28,0,true,true,false],[15,33,0,false,false,false],[17,30,0,true,true,false],[17,35,0,false,false,false],[19,31,0,true,true,false],[19,32,0,false,false,false],[21,33,0,true,true,false],[21,38,0,false,false,false],[23,36,0,true,true,false],[23,42,0,false,false,false],[25,35,0,true,true,false],[25,40,0,false,false,false],[29,30,0,true,true,false],[29,35,0,false,false,false],[31,27,0,true,true,false],[31,32,0,false,false,false],[39,33,0,true,true,false],[39,41,0,false,false,false],[41,37,0,true,true,false],[41,41,0,false,false,false],[43,35,0,true,true,false],[43,40,0,false,false,false],[45,36,0,true,true,false],[45,41,0,false,false,false],[47,28,0,true,true,false],[47,33,0,false,false,false],[49,33,0,true,true,false],[49,38,0,false,false,false],[51,36,0,true,true,false],[51,41,0,false,false,false],[58,32,0,true,true,false],[58,37,0,false,false,false],[62,39,0,true,true,false],[62,44,0,false,false,false],[65,34,0,true,true,false],[67,6,0,false,false,false],[72,27,0,true,true,false],[73,28,0,true,true,false],[73,67,0,true,false,false],[73,71,0,true,true,false],[73,110,0,true,false,false],[74,6,0,false,false,false],[77,31,0,true,true,false],[78,44,0,true,true,false],[78,60,0,true,true,false],[82,12,0,true,true,false],[82,45,0,true,false,false],[82,46,0,true,true,false],[84,10,0,true,true,false],[86,12,0,true,true,false],[86,30,0,true,false,false],[86,31,0,true,true,false],[86,47,0,true,true,false],[87,12,0,true,true,false],[87,30,0,true,false,false],[87,31,0,true,true,false],[87,46,0,true,true,false],[88,12,0,true,true,false],[88,43,0,true,false,false],[88,44,0,true,true,false],[88,59,0,true,true,false],[89,12,0,true,true,false],[89,46,0,true,false,false],[89,47,0,true,true,false],[89,62,0,true,true,false],[90,12,0,true,true,false],[90,37,0,true,false,false],[90,38,0,true,true,false],[90,53,0,true,true,false],[92,43,0,true,true,false],[94,10,0,true,true,false],[95,46,0,true,true,false],[95,92,0,true,false,false],[96,6,0,false,false,false],[99,26,0,true,true,false],[101,34,0,true,true,false],[101,55,0,true,false,false],[102,6,0,false,false,false],[106,38,0,true,true,false],[107,44,0,true,true,false],[107,60,0,true,true,false],[108,45,0,true,true,false],[108,61,0,true,true,false],[109,39,0,true,true,false],[109,55,0,true,true,false],[112,46,0,true,true,false],[112,62,0,true,true,false],[116,16,0,true,true,false],[116,72,0,true,false,false],[117,38,0,true,true,false],[117,57,0,true,false,false],[118,6,0,false,false,false],[120,36,0,true,true,false],[121,23,0,true,true,false],[121,45,0,true,false,false],[122,6,0,false,false,false],[125,27,0,true,true,false],[125,42,0,false,false,false],[126,27,0,true,true,false],[126,43,0,false,false,false],[132,28,0,true,true,false],[134,6,0,false,false,false],[138,33,0,true,true,false],[140,38,0,true,true,false],[140,53,0,true,true,false],[143,12,0,true,true,false],[143,27,0,true,false,false],[143,28,0,true,true,false],[143,43,0,true,true,false],[146,12,0,true,true,false],[146,35,0,true,false,false],[146,36,0,true,true,false],[146,51,0,true,true,false],[149,12,0,true,true,false],[149,32,0,true,false,false],[149,33,0,true,true,false],[149,48,0,true,true,false],[156,9,0,true,true,false],[158,10,0,true,true,false],[161,21,0,true,false,false],[162,6,0,false,false,false],[165,32,0,true,true,false],[167,12,0,true,true,false],[167,21,0,true,false,false],[167,37,0,true,true,false],[169,10,0,true,true,false],[171,12,0,true,true,false],[171,22,0,true,false,false],[171,73,0,true,true,false],[173,10,0,true,true,false],[175,44,0,true,true,false],[177,10,0,true,true,false],[181,12,0,true,true,false],[181,37,0,true,false,false],[181,38,0,true,true,false],[183,40,0,true,true,false],[183,49,0,true,false,false],[183,52,0,true,true,false],[183,61,0,true,false,false],[184,10,0,true,true,false],[186,12,0,true,true,false],[186,30,0,true,false,false],[186,55,0,true,true,false],[188,10,0,true,true,false],[190,33,0,true,false,false],[191,6,0,false,false,false],[193,50,0,true,true,false],[194,36,0,true,true,false],[194,52,0,true,true,false],[195,55,0,true,false,false],[196,6,0,false,false,false],[199,30,0,true,true,false],[201,6,0,false,false,false],[204,34,0,true,true,false],[205,44,0,true,true,false],[205,59,0,true,true,false],[206,12,0,true,true,false],[206,30,0,true,false,false],[206,31,0,true,true,false],[206,46,0,true,true,false],[207,12,0,true,true,false],[207,30,0,true,false,false],[207,31,0,true,true,false],[207,47,0,true,true,false],[208,12,0,true,true,false],[208,47,0,true,true,false],[208,81,0,true,false,false],[208,85,0,true,true,false],[208,110,0,true,false,false],[208,111,0,true,true,false],[210,10,0,true,true,false],[212,12,0,true,true,false],[212,38,0,true,false,false],[212,87,0,true,true,false],[214,10,0,true,true,false],[215,43,0,true,true,false],[217,10,0,true,true,false],[218,20,0,true,false,false],[219,6,0,false,false,false],[222,41,0,true,true,false],[224,6,0,false,false,false],[227,33,0,true,true,false],[229,6,0,false,false,false],[232,29,0,true,true,false],[232,34,0,false,false,false],[243,46,0,true,true,false],[243,47,0,false,false,false],[245,36,0,true,true,false],[245,41,0,false,false,false],[249,40,0,true,true,false],[267,6,0,false,false,false],[270,34,0,true,true,false],[272,6,0,false,false,false],[275,36,0,true,true,false],[277,6,0,false,false,false],[280,35,0,true,true,false],[282,6,0,false,false,false],[285,28,0,true,true,false],[287,6,0,false,false,false],[290,31,0,true,true,false],[292,6,0,false,false,false],[295,29,0,true,true,false],[297,6,0,false,false,false],[300,35,0,true,true,false],[301,72,0,true,true,false],[301,86,0,true,true,false],[302,76,0,true,false,false],[303,6,0,false,false,false],[305,25,0,true,true,false],[307,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":54,"covered":0,"percent":0},"instantiations":{"count":54,"covered":0,"percent":0},"lines":{"count":205,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":0,"notcovered":133,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift","mcdc_records":[],"segments":[[10,31,0,true,true,false],[10,32,0,false,false,false],[16,38,0,true,true,false],[16,53,0,false,false,false],[17,39,0,true,true,false],[17,44,0,false,false,false],[20,25,0,true,true,false],[21,49,0,true,true,false],[23,24,0,true,true,false],[24,57,0,true,true,false],[26,24,0,true,true,false],[26,46,0,true,false,false],[26,47,0,true,true,false],[28,22,0,true,false,false],[28,28,0,true,true,false],[30,22,0,true,false,false],[37,32,0,true,true,false],[39,24,0,true,true,false],[41,18,0,true,false,false],[41,26,0,true,true,false],[42,40,0,true,true,false],[45,22,0,true,false,false],[64,20,0,true,true,false],[64,38,0,true,false,false],[64,39,0,true,true,false],[65,28,0,true,true,false],[67,22,0,true,false,false],[67,30,0,true,true,false],[71,22,0,true,false,false],[75,18,0,true,true,false],[76,14,0,true,false,false],[79,44,0,true,true,false],[81,54,0,true,true,false],[81,97,0,true,false,false],[82,25,0,true,true,false],[83,61,0,true,true,false],[85,22,0,true,false,false],[90,39,0,true,true,false],[93,57,0,true,true,false],[93,80,0,true,false,false],[93,85,0,true,true,false],[93,128,0,true,false,false],[94,25,0,true,true,false],[97,18,0,true,false,false],[98,27,0,true,true,false],[101,18,0,true,false,false],[104,6,0,false,false,false],[106,39,0,true,true,false],[107,28,0,true,true,false],[114,10,0,true,false,false],[117,6,0,false,false,false],[119,41,0,true,true,false],[120,28,0,true,true,false],[121,43,0,true,true,false],[125,30,0,true,true,false],[125,51,0,true,false,false],[126,30,0,true,true,false],[129,70,0,true,true,false],[131,30,0,true,false,false],[135,28,0,true,true,false],[135,56,0,true,false,false],[136,31,0,true,true,false],[137,65,0,true,true,false],[139,26,0,true,false,false],[141,31,0,true,true,false],[145,64,0,true,true,false],[147,26,0,true,false,false],[157,80,0,true,true,false],[157,84,0,true,false,false],[158,6,0,false,false,false],[160,58,0,true,true,false],[161,38,0,true,true,false],[163,68,0,true,true,false],[165,14,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[172,54,0,true,true,false],[177,6,0,false,false,false],[196,21,0,true,true,false],[196,43,0,false,false,false],[198,29,0,true,true,false],[199,12,0,true,true,false],[199,34,0,true,false,false],[199,35,0,true,true,false],[201,10,0,true,true,false],[202,26,0,true,false,false],[203,6,0,false,false,false],[205,135,0,true,true,false],[212,6,0,false,false,false],[218,40,0,true,true,false],[219,72,0,true,true,false],[220,58,0,true,true,false],[221,62,0,true,true,false],[222,80,0,true,true,false],[223,76,0,true,true,false],[224,81,0,true,true,false],[225,81,0,true,true,false],[225,85,0,true,true,false],[225,89,0,true,false,false],[226,6,0,false,false,false],[233,53,0,true,true,false],[233,55,0,false,false,false],[234,46,0,true,true,false],[234,48,0,false,false,false],[236,12,0,true,true,false],[238,6,0,false,false,false],[241,36,0,true,true,false],[242,14,0,true,true,false],[246,69,0,true,true,false],[246,115,0,true,false,false],[248,18,0,true,true,false],[252,14,0,true,true,false],[255,86,0,true,true,false],[256,46,0,true,true,false],[256,60,0,true,true,false],[258,24,0,true,true,false],[258,38,0,true,false,false],[259,17,0,true,true,false],[261,84,0,true,true,false],[261,98,0,true,true,false],[269,22,0,true,false,false],[270,17,0,true,true,false],[278,22,0,true,false,false],[279,17,0,true,true,false],[281,31,0,true,false,false],[286,57,0,true,true,false],[286,61,0,true,false,false],[289,6,0,false,false,false],[292,46,0,true,true,false],[293,25,0,true,true,false],[293,100,0,true,false,false],[294,6,0,false,false,false],[300,66,0,true,true,false],[305,12,0,true,true,false],[305,31,0,true,false,false],[305,32,0,true,true,false],[305,44,0,true,true,false],[309,12,0,true,true,false],[309,30,0,true,false,false],[309,31,0,true,true,false],[309,43,0,true,true,false],[313,12,0,true,true,false],[313,33,0,true,false,false],[313,34,0,true,true,false],[313,46,0,true,true,false],[317,12,0,true,true,false],[317,33,0,true,false,false],[317,34,0,true,true,false],[317,46,0,true,true,false],[320,17,0,true,false,false],[321,6,0,false,false,false],[324,81,0,true,true,false],[326,102,0,true,true,false],[328,10,0,true,true,false],[338,27,0,true,true,false],[339,16,0,true,true,false],[339,60,0,true,false,false],[339,61,0,true,true,false],[341,14,0,true,true,false],[342,10,0,true,true,false],[344,21,0,true,false,false],[345,6,0,false,false,false],[347,52,0,true,true,false],[350,6,0,false,false,false],[352,55,0,true,true,false],[353,51,0,true,true,false],[353,74,0,true,false,false],[353,76,0,true,true,false],[355,10,0,true,false,false],[357,6,0,false,false,false],[359,36,0,true,true,false],[360,28,0,true,true,false],[360,43,0,true,false,false],[362,6,0,false,false,false],[364,62,0,true,true,false],[371,6,0,false,false,false],[374,70,0,true,true,false],[376,6,0,false,false,false],[378,36,0,true,true,false],[380,74,0,true,true,false],[380,78,0,true,false,false],[382,14,0,true,true,false],[384,61,0,true,true,false],[384,107,0,true,false,false],[384,114,0,true,true,false],[386,14,0,true,true,false],[388,81,0,true,true,false],[388,91,0,true,true,false],[391,39,0,true,true,false],[391,69,0,true,false,false],[393,42,0,true,true,false],[394,53,0,true,true,false],[394,69,0,true,false,false],[395,17,0,true,true,false],[396,75,0,true,false,false],[397,17,0,true,true,false],[398,43,0,true,false,false],[399,18,0,true,true,false],[401,74,0,true,true,false],[401,95,0,true,false,false],[401,97,0,true,true,false],[405,18,0,true,false,false],[405,24,0,true,true,false],[412,18,0,true,false,false],[413,14,0,true,true,false],[421,55,0,true,true,false],[421,59,0,true,false,false],[423,6,0,false,false,false],[432,31,0,true,true,false],[432,32,0,false,false,false],[441,37,0,true,true,false],[441,42,0,false,false,false],[442,52,0,true,true,false],[442,57,0,false,false,false],[443,6,0,true,true,false],[443,47,0,false,false,false],[443,87,0,true,true,false],[443,110,0,false,false,false],[444,6,0,true,true,false],[444,62,0,false,false,false],[444,109,0,true,true,false],[444,113,0,false,false,false],[446,57,0,true,true,false],[448,6,0,false,false,false],[449,36,0,true,true,false],[451,6,0,false,false,false],[453,36,0,true,true,false],[454,39,0,true,true,false],[454,42,0,true,false,false],[454,45,0,true,true,false],[454,48,0,true,false,false],[456,6,0,false,false,false],[458,25,0,true,true,false],[459,28,0,true,true,false],[461,19,0,true,true,false],[462,20,0,true,true,false],[462,30,0,true,false,false],[462,31,0,true,true,false],[470,18,0,true,false,false],[470,36,0,true,true,false],[477,18,0,true,false,false],[477,24,0,true,true,false],[478,55,0,true,true,false],[478,65,0,true,false,false],[478,68,0,true,true,false],[478,75,0,true,false,false],[488,46,0,true,true,false],[488,54,0,true,false,false],[488,57,0,true,true,false],[488,67,0,true,false,false],[496,16,0,true,true,false],[496,26,0,true,false,false],[496,47,0,true,true,false],[496,62,0,true,false,false],[496,63,0,true,true,false],[497,24,0,true,true,false],[499,67,0,true,true,false],[512,22,0,true,false,false],[512,28,0,true,true,false],[514,22,0,true,false,false],[515,26,0,true,true,false],[519,18,0,true,false,false],[524,36,0,true,true,false],[529,22,0,true,false,false],[531,62,0,true,true,false],[533,18,0,true,false,false],[534,14,0,true,true,false],[543,43,0,true,true,false],[543,60,0,true,false,false],[543,63,0,true,true,false],[543,73,0,true,false,false],[553,36,0,true,true,false],[553,61,0,true,false,false],[553,64,0,true,true,false],[553,75,0,true,false,false],[555,18,0,true,true,false],[558,39,0,true,true,false],[558,50,0,true,false,false],[558,53,0,true,true,false],[558,56,0,true,false,false],[560,23,0,true,true,false],[560,34,0,true,false,false],[561,15,0,true,true,false],[563,10,0,true,false,false],[564,6,0,false,false,false],[566,35,0,true,true,false],[567,12,0,true,true,false],[567,25,0,true,false,false],[567,26,0,true,true,false],[569,10,0,true,false,false],[569,16,0,true,true,false],[571,10,0,true,false,false],[572,6,0,false,false,false],[582,30,0,true,true,false],[582,32,0,false,false,false],[583,68,0,true,true,false],[583,72,0,false,false,false],[584,37,0,true,true,false],[584,39,0,false,false,false],[585,35,0,true,true,false],[585,37,0,false,false,false],[586,6,0,true,true,false],[586,47,0,false,false,false],[586,87,0,true,true,false],[586,110,0,false,false,false],[587,6,0,true,true,false],[587,62,0,false,false,false],[587,109,0,true,true,false],[587,113,0,false,false,false],[589,57,0,true,true,false],[591,6,0,false,false,false],[593,25,0,true,true,false],[594,29,0,true,true,false],[598,18,0,true,true,false],[600,26,0,true,true,false],[600,40,0,true,false,false],[601,26,0,true,true,false],[601,49,0,true,false,false],[607,56,0,true,true,false],[610,18,0,true,false,false],[614,20,0,true,true,false],[614,38,0,true,false,false],[614,39,0,true,true,false],[615,28,0,true,true,false],[619,45,0,true,true,false],[621,26,0,true,false,false],[628,24,0,true,true,false],[632,18,0,true,false,false],[634,48,0,true,true,false],[638,18,0,true,true,false],[639,14,0,true,false,false],[641,20,0,true,true,false],[642,34,0,true,true,false],[642,47,0,true,false,false],[646,31,0,true,true,false],[646,41,0,true,false,false],[654,6,0,false,false,false],[656,42,0,true,true,false],[657,12,0,true,true,false],[657,33,0,true,false,false],[657,34,0,true,true,false],[657,58,0,true,true,false],[658,12,0,true,true,false],[658,57,0,true,false,false],[658,58,0,true,true,false],[658,100,0,true,true,false],[659,12,0,true,true,false],[659,48,0,true,false,false],[659,49,0,true,true,false],[659,107,0,true,true,false],[660,12,0,true,true,false],[660,30,0,true,false,false],[660,31,0,true,true,false],[660,61,0,true,true,false],[660,77,0,true,false,false],[660,80,0,true,true,false],[660,91,0,true,false,false],[660,93,0,true,true,false],[661,19,0,true,false,false],[662,6,0,false,false,false],[664,25,0,true,true,false],[669,44,0,true,true,false],[669,64,0,true,true,false],[669,67,0,true,false,false],[669,70,0,true,true,false],[669,78,0,true,false,false],[669,82,0,true,true,false],[669,85,0,true,false,false],[672,6,0,false,false,false],[674,33,0,true,true,false],[683,12,0,true,true,false],[683,35,0,true,false,false],[683,57,0,true,true,false],[685,62,0,true,true,false],[685,64,0,true,false,false],[687,6,0,false,false,false],[689,39,0,true,true,false],[691,6,0,false,false,false],[693,36,0,true,true,false],[695,6,0,false,false,false],[697,55,0,true,true,false],[700,35,0,true,true,false],[703,10,0,true,true,false],[704,67,0,true,true,false],[706,10,0,true,false,false],[706,19,0,true,true,false],[706,55,0,true,false,false],[706,56,0,true,true,false],[708,10,0,true,false,false],[708,16,0,true,true,false],[710,10,0,true,false,false],[711,6,0,false,false,false],[727,6,0,true,true,false],[727,47,0,false,false,false],[727,87,0,true,true,false],[727,110,0,false,false,false],[728,6,0,true,true,false],[728,62,0,false,false,false],[728,109,0,true,true,false],[728,113,0,false,false,false],[730,57,0,true,true,false],[732,6,0,false,false,false],[739,7,0,true,true,false],[747,61,0,true,true,false],[747,63,0,true,false,false],[748,6,0,false,false,false],[750,25,0,true,true,false],[751,29,0,true,true,false],[755,18,0,true,true,false],[757,26,0,true,true,false],[757,40,0,true,false,false],[758,26,0,true,true,false],[758,49,0,true,false,false],[764,56,0,true,true,false],[767,18,0,true,false,false],[771,20,0,true,true,false],[771,38,0,true,false,false],[771,39,0,true,true,false],[772,28,0,true,true,false],[776,45,0,true,true,false],[778,26,0,true,false,false],[785,24,0,true,true,false],[789,18,0,true,false,false],[791,48,0,true,true,false],[795,18,0,true,true,false],[796,14,0,true,false,false],[798,20,0,true,true,false],[799,54,0,true,true,false],[799,68,0,true,false,false],[802,34,0,true,true,false],[802,47,0,true,false,false],[805,32,0,true,true,false],[805,42,0,true,false,false],[813,6,0,false,false,false],[815,42,0,true,true,false],[816,12,0,true,true,false],[816,33,0,true,false,false],[816,34,0,true,true,false],[816,58,0,true,true,false],[817,12,0,true,true,false],[817,57,0,true,false,false],[817,58,0,true,true,false],[817,100,0,true,true,false],[818,12,0,true,true,false],[818,73,0,true,false,false],[818,112,0,true,true,false],[820,10,0,true,true,false],[821,12,0,true,true,false],[821,30,0,true,false,false],[821,31,0,true,true,false],[822,41,0,true,true,false],[822,57,0,true,false,false],[822,60,0,true,true,false],[822,71,0,true,false,false],[823,10,0,true,true,false],[824,19,0,true,false,false],[825,6,0,false,false,false],[827,25,0,true,true,false],[832,49,0,true,true,false],[832,69,0,true,true,false],[832,72,0,true,false,false],[832,75,0,true,true,false],[832,83,0,true,false,false],[832,87,0,true,true,false],[832,90,0,true,false,false],[834,6,0,false,false,false],[836,33,0,true,true,false],[845,12,0,true,true,false],[845,35,0,true,false,false],[845,57,0,true,true,false],[847,62,0,true,true,false],[847,64,0,true,false,false],[849,6,0,false,false,false],[851,39,0,true,true,false],[853,6,0,false,false,false],[855,36,0,true,true,false],[857,6,0,false,false,false],[859,55,0,true,true,false],[862,35,0,true,true,false],[865,10,0,true,true,false],[866,67,0,true,true,false],[868,10,0,true,false,false],[868,19,0,true,true,false],[868,55,0,true,false,false],[868,56,0,true,true,false],[870,10,0,true,false,false],[870,16,0,true,true,false],[872,10,0,true,false,false],[873,6,0,false,false,false],[881,70,0,true,true,false],[883,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":146,"covered":0,"percent":0},"instantiations":{"count":147,"covered":0,"percent":0},"lines":{"count":1602,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":292,"covered":0,"notcovered":292,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[13,6,0,false,false,false],[18,18,0,true,true,false],[19,50,0,true,true,false],[19,85,0,true,false,false],[19,88,0,true,true,false],[19,89,0,true,false,false],[24,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":10,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift","mcdc_records":[],"segments":[[11,41,0,true,true,false],[13,40,0,true,true,false],[17,16,0,true,true,false],[17,60,0,true,false,false],[19,13,0,true,true,false],[21,40,0,true,true,false],[21,41,0,true,false,false],[22,66,0,true,true,false],[24,22,0,true,false,false],[26,14,0,true,true,false],[27,10,0,true,false,false],[29,6,0,false,false,false],[32,82,0,true,true,false],[35,49,0,true,true,false],[35,102,0,true,false,false],[36,47,0,true,true,false],[36,50,0,true,false,false],[39,23,0,true,true,false],[41,10,0,true,false,false],[41,18,0,true,true,false],[42,79,0,true,true,false],[46,14,0,true,false,false],[46,20,0,true,true,false],[51,14,0,true,false,false],[56,6,0,false,false,false],[59,57,0,true,true,false],[65,16,0,true,true,false],[65,93,0,true,false,false],[75,49,0,true,true,false],[77,64,0,true,true,false],[77,117,0,true,false,false],[77,119,0,true,true,false],[79,14,0,true,false,false],[81,6,0,false,false,false],[84,37,0,true,true,false],[85,16,0,true,true,false],[88,10,0,true,false,false],[88,18,0,true,true,false],[89,33,0,true,true,false],[90,75,0,true,true,false],[90,86,0,true,false,false],[90,89,0,true,true,false],[90,96,0,true,false,false],[93,70,0,true,true,false],[93,71,0,true,false,false],[93,74,0,true,true,false],[93,77,0,true,false,false],[105,6,0,false,false,false],[108,33,0,true,true,false],[109,16,0,true,true,false],[114,10,0,true,false,false],[117,6,0,false,false,false],[120,36,0,true,true,false],[121,12,0,true,true,false],[121,37,0,true,false,false],[121,38,0,true,true,false],[122,20,0,true,true,false],[128,14,0,true,false,false],[130,16,0,true,true,false],[131,65,0,true,true,false],[133,14,0,true,false,false],[135,6,0,false,false,false],[138,71,0,true,true,false],[139,16,0,true,true,false],[141,10,0,true,false,false],[141,18,0,true,true,false],[142,33,0,true,true,false],[143,40,0,true,true,false],[147,18,0,true,false,false],[147,24,0,true,true,false],[151,18,0,true,false,false],[152,43,0,true,true,false],[152,52,0,true,false,false],[156,20,0,true,true,false],[156,92,0,true,false,false],[156,93,0,true,true,false],[160,18,0,true,true,false],[161,14,0,true,false,false],[169,88,0,true,true,false],[169,118,0,true,false,false],[170,50,0,true,true,false],[170,63,0,true,false,false],[171,6,0,false,false,false],[173,56,0,true,true,false],[176,9,0,true,true,false],[177,36,0,true,true,false],[177,92,0,true,true,false],[177,94,0,true,false,false],[185,6,0,false,false,false],[188,36,0,true,true,false],[189,16,0,true,true,false],[192,10,0,true,false,false],[192,18,0,true,true,false],[193,33,0,true,true,false],[200,14,0,true,false,false],[208,6,0,false,false,false],[211,43,0,true,true,false],[222,6,0,false,false,false],[225,28,0,true,true,false],[226,69,0,true,true,false],[226,79,0,true,true,false],[227,14,0,true,true,false],[232,16,0,true,true,false],[234,39,0,true,true,false],[235,116,0,true,true,false],[236,18,0,true,true,false],[239,20,0,true,true,false],[239,36,0,true,false,false],[239,37,0,true,true,false],[240,71,0,true,true,false],[243,18,0,true,true,false],[244,14,0,true,false,false],[244,21,0,true,true,false],[246,14,0,true,true,false],[249,33,0,true,true,false],[251,14,0,true,false,false],[259,6,0,false,false,false],[262,32,0,true,true,false],[271,12,0,true,true,false],[271,35,0,true,false,false],[271,57,0,true,true,false],[274,66,0,true,true,false],[274,87,0,true,false,false],[277,6,0,false,false,false],[280,42,0,true,true,false],[281,16,0,true,true,false],[281,36,0,true,false,false],[282,9,0,true,true,false],[283,46,0,true,false,false],[284,9,0,true,true,false],[285,44,0,true,false,false],[286,9,0,true,true,false],[287,51,0,true,false,false],[288,10,0,true,true,false],[289,6,0,false,false,false],[292,29,0,true,true,false],[293,16,0,true,true,false],[293,36,0,true,false,false],[294,9,0,true,true,false],[295,42,0,true,false,false],[296,9,0,true,true,false],[297,55,0,true,false,false],[298,9,0,true,true,false],[300,56,0,true,false,false],[301,10,0,true,true,false],[304,6,0,false,false,false],[307,42,0,true,true,false],[312,13,0,true,true,false],[312,50,0,true,false,false],[313,13,0,true,true,false],[313,41,0,true,false,false],[314,13,0,true,true,false],[314,84,0,true,false,false],[315,13,0,true,true,false],[315,34,0,true,false,false],[316,12,0,true,true,false],[316,24,0,true,false,false],[316,25,0,true,true,false],[318,10,0,true,false,false],[321,12,0,true,true,false],[321,41,0,true,false,false],[321,42,0,true,true,false],[323,10,0,true,false,false],[326,12,0,true,true,false],[326,52,0,true,false,false],[326,53,0,true,true,false],[328,10,0,true,false,false],[331,6,0,false,false,false],[335,56,0,true,true,false],[343,38,0,true,true,false],[344,20,0,true,true,false],[344,24,0,true,false,false],[345,13,0,true,true,false],[347,55,0,true,true,false],[349,18,0,true,false,false],[351,77,0,true,true,false],[353,18,0,true,false,false],[355,13,0,true,true,false],[357,57,0,true,true,false],[359,18,0,true,false,false],[362,78,0,true,true,false],[364,18,0,true,false,false],[366,78,0,true,true,false],[368,18,0,true,false,false],[371,56,0,true,true,false],[373,18,0,true,false,false],[375,78,0,true,true,false],[377,18,0,true,false,false],[379,13,0,true,true,false],[381,57,0,true,true,false],[383,18,0,true,false,false],[386,78,0,true,true,false],[388,18,0,true,false,false],[390,78,0,true,true,false],[392,18,0,true,false,false],[396,55,0,true,true,false],[398,18,0,true,false,false],[400,77,0,true,true,false],[402,18,0,true,false,false],[404,78,0,true,true,false],[406,18,0,true,false,false],[407,14,0,true,true,false],[408,10,0,true,false,false],[409,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":65,"covered":0,"percent":0},"lines":{"count":677,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[10,16,0,true,true,false],[10,36,0,true,false,false],[11,9,0,true,true,false],[12,41,0,true,false,false],[13,9,0,true,true,false],[15,37,0,true,true,false],[15,39,0,true,false,false],[15,42,0,true,true,false],[15,76,0,true,false,false],[16,9,0,true,true,false],[18,37,0,true,true,false],[18,39,0,true,false,false],[18,42,0,true,true,false],[18,76,0,true,false,false],[20,6,0,false,false,false],[24,39,0,true,true,false],[25,16,0,true,true,false],[25,36,0,true,false,false],[26,9,0,true,true,false],[28,17,0,true,false,false],[29,9,0,true,true,false],[30,42,0,true,false,false],[31,9,0,true,true,false],[32,53,0,true,false,false],[33,10,0,true,true,false],[34,6,0,false,false,false],[37,41,0,true,true,false],[38,16,0,true,true,false],[38,36,0,true,false,false],[39,9,0,true,true,false],[40,40,0,true,false,false],[41,9,0,true,true,false],[42,38,0,true,false,false],[43,9,0,true,true,false],[44,45,0,true,false,false],[45,10,0,true,true,false],[46,6,0,false,false,false],[49,36,0,true,true,false],[51,13,0,true,true,false],[51,40,0,true,false,false],[52,13,0,true,true,false],[52,38,0,true,false,false],[53,13,0,true,true,false],[53,43,0,true,false,false],[54,13,0,true,true,false],[54,45,0,true,false,false],[55,6,0,false,false,false],[58,31,0,true,true,false],[61,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":48,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift","mcdc_records":[],"segments":[[7,38,0,true,true,false],[8,16,0,true,true,false],[10,10,0,true,false,false],[10,18,0,true,true,false],[11,32,0,true,true,false],[18,14,0,true,false,false],[34,78,0,true,true,false],[36,10,0,true,false,false],[37,6,0,false,false,false],[40,39,0,true,true,false],[41,49,0,true,true,false],[42,55,0,true,true,false],[45,20,0,true,true,false],[45,56,0,true,false,false],[45,57,0,true,true,false],[47,18,0,true,true,false],[48,14,0,true,false,false],[51,16,0,true,true,false],[51,53,0,true,false,false],[51,54,0,true,true,false],[54,57,0,true,true,false],[61,35,0,true,true,false],[63,112,0,true,true,false],[64,38,0,true,true,false],[66,34,0,true,false,false],[73,14,0,true,true,false],[74,10,0,true,false,false],[80,6,0,false,false,false],[83,62,0,true,true,false],[86,23,0,true,true,false],[87,55,0,true,true,false],[89,14,0,true,false,false],[91,96,0,true,true,false],[92,22,0,true,true,false],[94,18,0,true,false,false],[97,16,0,true,true,false],[97,34,0,true,false,false],[97,35,0,true,true,false],[99,14,0,true,false,false],[100,18,0,true,true,false],[101,33,0,true,true,false],[102,48,0,true,true,false],[102,71,0,true,false,false],[102,74,0,true,true,false],[102,82,0,true,false,false],[104,51,0,true,true,false],[104,68,0,true,false,false],[104,71,0,true,true,false],[104,81,0,true,false,false],[107,57,0,true,true,false],[115,18,0,true,false,false],[125,6,0,false,false,false],[128,41,0,true,true,false],[130,6,0,false,false,false],[139,27,0,true,true,false],[140,20,0,true,true,false],[140,24,0,true,false,false],[141,13,0,true,true,false],[141,33,0,true,false,false],[142,13,0,true,true,false],[142,33,0,true,false,false],[143,13,0,true,true,false],[143,40,0,true,false,false],[144,13,0,true,true,false],[144,40,0,true,false,false],[145,14,0,true,true,false],[146,10,0,false,false,false],[148,33,0,true,true,false],[149,20,0,true,true,false],[149,24,0,true,false,false],[150,13,0,true,true,false],[151,47,0,true,false,false],[152,13,0,true,true,false],[153,86,0,true,false,false],[154,13,0,true,true,false],[155,79,0,true,false,false],[156,13,0,true,true,false],[157,55,0,true,false,false],[158,14,0,true,true,false],[159,10,0,false,false,false],[161,62,0,true,true,false],[162,20,0,true,true,false],[162,24,0,true,false,false],[163,13,0,true,true,false],[163,32,0,true,false,false],[164,13,0,true,true,false],[164,39,0,true,false,false],[165,13,0,true,true,false],[165,37,0,true,false,false],[166,13,0,true,true,false],[166,38,0,true,false,false],[167,14,0,true,true,false],[168,10,0,false,false,false],[170,91,0,true,true,false],[171,20,0,true,true,false],[171,32,0,true,false,false],[172,13,0,true,true,false],[172,32,0,true,false,false],[173,13,0,true,true,false],[173,39,0,true,false,false],[174,13,0,true,true,false],[174,37,0,true,false,false],[175,13,0,true,true,false],[175,38,0,true,false,false],[176,14,0,true,true,false],[177,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":329,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift","mcdc_records":[],"segments":[[8,46,0,true,true,false],[9,28,0,true,true,false],[11,20,0,true,true,false],[16,14,0,true,false,false],[22,16,0,true,true,false],[22,33,0,true,false,false],[22,34,0,true,true,false],[23,24,0,true,true,false],[28,18,0,true,false,false],[31,20,0,true,true,false],[32,48,0,true,true,false],[34,18,0,true,false,false],[38,20,0,true,true,false],[40,14,0,true,false,false],[40,22,0,true,true,false],[41,37,0,true,true,false],[48,18,0,true,false,false],[58,6,0,false,false,false],[61,65,0,true,true,false],[63,54,0,true,true,false],[63,62,0,true,false,false],[66,23,0,true,true,false],[75,96,0,true,true,false],[76,22,0,true,true,false],[78,18,0,true,false,false],[80,18,0,true,true,false],[81,33,0,true,true,false],[89,20,0,true,true,false],[89,30,0,true,false,false],[89,31,0,true,true,false],[93,18,0,true,true,false],[94,14,0,true,false,false],[103,6,0,false,false,false],[106,26,0,true,true,false],[107,14,0,true,true,false],[113,35,0,true,true,false],[119,99,0,true,true,false],[122,18,0,true,false,false],[122,24,0,true,true,false],[123,101,0,true,true,false],[123,110,0,true,false,false],[126,49,0,true,true,false],[126,53,0,true,false,false],[126,56,0,true,true,false],[126,64,0,true,false,false],[127,20,0,true,true,false],[127,55,0,true,false,false],[127,56,0,true,true,false],[129,18,0,true,false,false],[130,14,0,true,true,false],[134,25,0,true,true,false],[134,62,0,true,true,false],[134,95,0,true,false,false],[135,36,0,true,true,false],[136,52,0,true,true,false],[136,64,0,true,true,false],[137,52,0,true,true,false],[137,64,0,true,true,false],[139,58,0,true,true,false],[139,66,0,true,false,false],[140,20,0,true,true,false],[140,55,0,true,false,false],[140,56,0,true,true,false],[142,18,0,true,false,false],[143,14,0,true,true,false],[145,33,0,true,true,false],[146,41,0,true,true,false],[146,62,0,true,false,false],[149,6,0,false,false,false],[151,63,0,true,true,false],[157,6,0,false,false,false],[159,57,0,true,true,false],[162,13,0,true,true,false],[162,52,0,true,false,false],[163,13,0,true,true,false],[163,120,0,true,false,false],[164,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":345,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift","mcdc_records":[],"segments":[[9,42,0,true,true,false],[10,28,0,true,true,false],[12,20,0,true,true,false],[17,14,0,true,false,false],[23,60,0,true,true,false],[25,14,0,true,false,false],[28,20,0,true,true,false],[31,14,0,true,false,false],[31,22,0,true,true,false],[32,37,0,true,true,false],[39,18,0,true,false,false],[48,6,0,false,false,false],[51,57,0,true,true,false],[58,23,0,true,true,false],[60,10,0,true,false,false],[60,18,0,true,true,false],[61,33,0,true,true,false],[62,51,0,true,true,false],[62,76,0,true,false,false],[62,79,0,true,true,false],[62,99,0,true,false,false],[64,54,0,true,true,false],[64,59,0,true,false,false],[64,62,0,true,true,false],[64,70,0,true,false,false],[69,20,0,true,true,false],[69,30,0,true,false,false],[69,31,0,true,true,false],[73,18,0,true,true,false],[74,14,0,true,false,false],[83,6,0,false,false,false],[86,45,0,true,true,false],[95,92,0,true,true,false],[96,18,0,true,true,false],[98,14,0,true,false,false],[100,6,0,false,false,false],[103,89,0,true,true,false],[104,58,0,true,true,false],[104,68,0,true,true,false],[113,12,0,true,true,false],[113,19,0,true,false,false],[113,20,0,true,true,false],[117,10,0,true,false,false],[117,16,0,true,true,false],[120,10,0,true,false,false],[121,6,0,false,false,false],[124,42,0,true,true,false],[125,29,0,true,true,false],[134,33,0,true,true,false],[135,34,0,true,true,false],[137,18,0,true,false,false],[141,34,0,true,true,false],[142,24,0,true,true,false],[142,45,0,true,false,false],[142,46,0,true,true,false],[146,30,0,true,true,false],[149,26,0,true,false,false],[159,6,0,false,false,false],[162,29,0,true,true,false],[171,12,0,true,true,false],[171,35,0,true,false,false],[171,57,0,true,true,false],[175,66,0,true,true,false],[175,87,0,true,false,false],[179,6,0,false,false,false],[182,73,0,true,true,false],[184,16,0,true,true,false],[189,10,0,true,false,false],[195,111,0,true,true,false],[196,36,0,true,true,false],[198,14,0,true,false,false],[202,6,0,false,false,false],[205,70,0,true,true,false],[207,16,0,true,true,false],[211,10,0,true,false,false],[211,18,0,true,true,false],[212,32,0,true,true,false],[213,24,0,true,true,false],[215,44,0,true,true,false],[215,74,0,true,false,false],[215,77,0,true,true,false],[215,104,0,true,false,false],[219,55,0,true,true,false],[219,72,0,true,false,false],[219,75,0,true,true,false],[219,83,0,true,false,false],[225,51,0,true,true,false],[225,68,0,true,false,false],[225,71,0,true,true,false],[225,81,0,true,false,false],[234,6,0,false,false,false],[236,36,0,true,true,false],[237,12,0,true,true,false],[237,45,0,true,false,false],[237,46,0,true,true,false],[237,61,0,true,true,false],[238,51,0,true,true,false],[238,66,0,true,true,false],[239,21,0,true,false,false],[240,6,0,false,false,false],[242,38,0,true,true,false],[243,50,0,true,true,false],[244,32,0,true,true,false],[252,14,0,true,false,false],[258,41,0,true,true,false],[261,14,0,true,false,false],[270,53,0,true,true,false],[270,57,0,true,false,false],[270,60,0,true,true,false],[270,64,0,true,false,false],[276,6,0,false,false,false],[278,41,0,true,true,false],[279,16,0,true,true,false],[279,36,0,true,false,false],[280,9,0,true,true,false],[281,31,0,true,false,false],[282,9,0,true,true,false],[283,31,0,true,true,false],[283,46,0,true,false,false],[283,49,0,true,true,false],[283,77,0,true,false,false],[284,9,0,true,true,false],[285,27,0,true,false,false],[286,10,0,true,true,false],[287,6,0,false,false,false],[289,43,0,true,true,false],[290,16,0,true,true,false],[290,36,0,true,false,false],[291,9,0,true,true,false],[292,65,0,true,false,false],[293,9,0,true,true,false],[295,19,0,true,true,false],[295,75,0,true,false,false],[296,19,0,true,true,false],[296,76,0,true,false,false],[297,9,0,true,true,false],[298,37,0,true,false,false],[299,10,0,true,true,false],[300,6,0,false,false,false],[302,47,0,true,true,false],[303,16,0,true,true,false],[303,36,0,true,false,false],[304,9,0,true,true,false],[305,25,0,true,false,false],[306,9,0,true,true,false],[307,25,0,true,false,false],[308,9,0,true,true,false],[309,25,0,true,false,false],[310,10,0,true,true,false],[311,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":568,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift","mcdc_records":[],"segments":[[6,39,0,true,true,false],[9,23,0,true,true,false],[11,10,0,true,false,false],[11,18,0,true,true,false],[12,32,0,true,true,false],[19,14,0,true,false,false],[21,54,0,true,true,false],[21,64,0,true,false,false],[21,67,0,true,true,false],[21,75,0,true,false,false],[26,51,0,true,true,false],[26,78,0,true,false,false],[26,81,0,true,true,false],[26,112,0,true,false,false],[30,59,0,true,true,false],[30,85,0,true,false,false],[30,88,0,true,true,false],[30,118,0,true,false,false],[36,78,0,true,true,false],[38,10,0,true,false,false],[39,6,0,false,false,false],[42,87,0,true,true,false],[43,12,0,true,true,false],[43,40,0,true,false,false],[43,41,0,true,true,false],[45,10,0,true,false,false],[45,19,0,true,true,false],[45,56,0,true,false,false],[45,57,0,true,true,false],[46,54,0,true,true,false],[46,62,0,true,false,false],[47,19,0,true,true,false],[47,47,0,true,false,false],[47,48,0,true,true,false],[49,10,0,true,false,false],[49,19,0,true,true,false],[49,45,0,true,false,false],[49,46,0,true,true,false],[51,10,0,true,false,false],[51,16,0,true,true,false],[53,10,0,true,false,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":84,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift","mcdc_records":[],"segments":[[7,37,0,true,true,false],[7,42,0,false,false,false],[9,62,0,true,true,false],[13,62,0,true,true,false],[13,65,0,true,false,false],[13,68,0,true,true,false],[13,95,0,true,true,false],[13,99,0,true,false,false],[13,102,0,true,true,false],[13,103,0,true,false,false],[16,22,0,true,true,false],[18,14,0,true,false,false],[19,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":15,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift","mcdc_records":[],"segments":[[12,57,0,true,true,false],[15,68,0,true,true,false],[17,14,0,true,false,false],[18,70,0,true,true,false],[20,14,0,true,false,false],[21,68,0,true,true,false],[23,14,0,true,false,false],[24,69,0,true,true,false],[26,14,0,true,false,false],[28,6,0,false,false,false],[31,44,0,true,true,false],[38,12,0,true,true,false],[38,35,0,true,false,false],[38,36,0,true,true,false],[38,69,0,true,false,false],[39,12,0,true,true,false],[39,32,0,true,false,false],[39,33,0,true,true,false],[39,57,0,true,false,false],[40,12,0,true,true,false],[40,28,0,true,false,false],[40,29,0,true,true,false],[40,55,0,true,false,false],[43,6,0,false,false,false],[45,43,0,true,true,false],[46,12,0,true,true,false],[46,35,0,true,false,false],[46,36,0,true,true,false],[48,10,0,true,true,false],[49,33,0,true,false,false],[50,6,0,false,false,false],[53,40,0,true,true,false],[54,76,0,true,true,false],[54,104,0,true,false,false],[54,108,0,true,true,false],[54,134,0,true,false,false],[60,27,0,true,true,false],[61,32,0,true,true,false],[63,24,0,true,true,false],[68,18,0,true,false,false],[68,26,0,true,true,false],[69,41,0,true,true,false],[70,65,0,true,true,false],[70,88,0,true,false,false],[70,91,0,true,true,false],[70,99,0,true,false,false],[72,68,0,true,true,false],[72,85,0,true,false,false],[72,88,0,true,true,false],[72,98,0,true,false,false],[92,24,0,true,true,false],[93,63,0,true,true,false],[94,28,0,true,true,false],[94,52,0,true,false,false],[94,53,0,true,true,false],[97,26,0,true,false,false],[100,26,0,true,true,false],[101,41,0,true,true,false],[102,68,0,true,true,false],[102,91,0,true,false,false],[102,94,0,true,true,false],[102,102,0,true,false,false],[104,71,0,true,true,false],[104,88,0,true,false,false],[104,91,0,true,true,false],[104,101,0,true,false,false],[112,72,0,true,true,false],[116,26,0,true,true,false],[117,69,0,true,true,false],[117,81,0,true,false,false],[117,84,0,true,true,false],[117,98,0,true,false,false],[130,20,0,true,true,false],[130,43,0,true,false,false],[130,44,0,true,true,false],[131,40,0,true,true,false],[132,66,0,true,true,false],[134,26,0,true,false,false],[137,18,0,true,true,false],[142,24,0,true,true,false],[143,63,0,true,true,false],[144,28,0,true,true,false],[144,49,0,true,false,false],[144,50,0,true,true,false],[147,26,0,true,false,false],[149,28,0,true,true,false],[149,48,0,true,false,false],[149,49,0,true,true,false],[151,26,0,true,false,false],[153,26,0,true,true,false],[154,41,0,true,true,false],[155,59,0,true,true,false],[155,82,0,true,false,false],[155,85,0,true,true,false],[155,93,0,true,false,false],[157,62,0,true,true,false],[157,79,0,true,false,false],[157,82,0,true,true,false],[157,92,0,true,false,false],[159,60,0,true,true,false],[163,26,0,true,false,false],[163,32,0,true,true,false],[167,26,0,true,false,false],[168,61,0,true,true,false],[168,73,0,true,false,false],[171,60,0,true,true,false],[175,26,0,true,true,false],[176,66,0,true,true,false],[176,78,0,true,false,false],[176,81,0,true,true,false],[176,95,0,true,false,false],[189,20,0,true,true,false],[189,40,0,true,false,false],[189,41,0,true,true,false],[192,18,0,true,true,false],[197,24,0,true,true,false],[201,18,0,true,false,false],[201,26,0,true,true,false],[202,41,0,true,true,false],[203,59,0,true,true,false],[203,82,0,true,false,false],[203,85,0,true,true,false],[203,93,0,true,false,false],[205,62,0,true,true,false],[205,79,0,true,false,false],[205,82,0,true,true,false],[205,92,0,true,false,false],[213,60,0,true,true,false],[217,26,0,true,true,false],[218,22,0,true,false,false],[231,24,0,true,true,false],[232,63,0,true,true,false],[233,28,0,true,true,false],[233,45,0,true,false,false],[233,46,0,true,true,false],[236,26,0,true,false,false],[238,28,0,true,true,false],[238,44,0,true,false,false],[238,45,0,true,true,false],[239,34,0,true,true,false],[239,78,0,true,false,false],[242,26,0,true,true,false],[243,41,0,true,true,false],[244,61,0,true,true,false],[244,84,0,true,false,false],[244,87,0,true,true,false],[244,95,0,true,false,false],[246,64,0,true,true,false],[246,81,0,true,false,false],[246,84,0,true,true,false],[246,94,0,true,false,false],[254,60,0,true,true,false],[258,26,0,true,true,false],[259,62,0,true,true,false],[259,74,0,true,false,false],[259,77,0,true,true,false],[259,91,0,true,false,false],[272,20,0,true,true,false],[272,36,0,true,false,false],[272,37,0,true,true,false],[275,18,0,true,true,false],[276,14,0,true,false,false],[292,19,0,true,true,false],[297,16,0,true,true,false],[297,36,0,true,false,false],[297,37,0,true,true,false],[299,14,0,true,false,false],[301,53,0,true,true,false],[303,10,0,true,false,false],[304,6,0,false,false,false],[307,40,0,true,true,false],[308,50,0,true,true,false],[312,10,0,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":38,"covered":0,"percent":0},"instantiations":{"count":38,"covered":0,"percent":0},"lines":{"count":1062,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":104,"covered":0,"notcovered":104,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift","mcdc_records":[],"segments":[[14,31,0,true,true,false],[14,32,0,false,false,false],[18,47,0,true,true,false],[18,50,0,false,false,false],[20,34,0,true,true,false],[20,51,0,false,false,false],[21,43,0,true,true,false],[21,48,0,false,false,false],[22,43,0,true,true,false],[22,48,0,false,false,false],[23,60,0,true,true,false],[23,62,0,false,false,false],[24,37,0,true,true,false],[24,42,0,false,false,false],[25,42,0,true,true,false],[25,47,0,false,false,false],[26,39,0,true,true,false],[26,44,0,false,false,false],[27,35,0,true,true,false],[27,40,0,false,false,false],[28,45,0,true,true,false],[28,47,0,false,false,false],[29,40,0,true,true,false],[29,45,0,false,false,false],[30,31,0,true,true,false],[30,33,0,false,false,false],[31,43,0,true,true,false],[31,48,0,false,false,false],[32,40,0,true,true,false],[32,45,0,false,false,false],[37,53,0,true,true,false],[37,57,0,false,false,false],[39,61,0,true,true,false],[39,63,0,false,false,false],[42,45,0,true,true,false],[42,48,0,false,false,false],[45,36,0,true,true,false],[45,41,0,false,false,false],[47,37,0,true,true,false],[47,42,0,false,false,false],[49,25,0,true,true,false],[51,6,0,false,false,false],[53,37,0,true,true,false],[54,39,0,true,true,false],[55,16,0,true,true,false],[55,36,0,true,false,false],[55,37,0,true,true,false],[57,14,0,true,false,false],[57,20,0,true,true,false],[61,14,0,true,false,false],[64,40,0,true,true,false],[65,67,0,true,true,false],[65,77,0,true,true,false],[73,71,0,true,true,false],[73,74,0,true,false,false],[95,52,0,true,true,false],[97,10,0,true,false,false],[99,52,0,true,true,false],[100,16,0,true,true,false],[100,36,0,true,false,false],[100,37,0,true,true,false],[102,14,0,true,false,false],[105,77,0,true,true,false],[110,10,0,true,false,false],[114,11,0,true,true,false],[115,79,0,true,true,false],[117,14,0,true,false,false],[122,11,0,true,true,false],[123,46,0,true,true,false],[123,56,0,true,true,false],[127,18,0,true,true,false],[127,28,0,true,true,false],[149,65,0,true,true,false],[151,14,0,true,false,false],[154,77,0,true,true,false],[157,102,0,true,true,false],[160,18,0,true,false,false],[160,24,0,true,true,false],[162,28,0,true,true,false],[162,37,0,true,false,false],[174,11,0,true,true,false],[176,46,0,true,true,false],[176,56,0,true,true,false],[179,68,0,true,true,false],[181,14,0,true,false,false],[186,11,0,true,true,false],[188,46,0,true,true,false],[188,56,0,true,true,false],[191,18,0,true,true,false],[191,28,0,true,true,false],[195,98,0,true,true,false],[198,14,0,true,false,false],[198,20,0,true,true,false],[199,96,0,true,true,false],[199,105,0,true,false,false],[212,90,0,true,true,false],[214,51,0,true,true,false],[214,61,0,true,true,false],[215,46,0,true,true,false],[215,56,0,true,true,false],[219,17,0,true,true,false],[219,54,0,true,false,false],[220,17,0,true,true,false],[220,45,0,true,false,false],[223,38,0,true,true,false],[223,53,0,true,false,false],[223,59,0,true,true,false],[223,69,0,true,true,false],[224,73,0,true,true,false],[224,83,0,true,true,false],[227,18,0,true,true,false],[231,14,0,true,false,false],[234,81,0,true,true,false],[236,10,0,true,false,false],[238,82,0,true,true,false],[240,10,0,true,false,false],[242,90,0,true,true,false],[244,10,0,true,false,false],[246,95,0,true,true,false],[246,103,0,true,false,false],[246,106,0,true,true,false],[248,10,0,true,false,false],[250,90,0,true,true,false],[252,10,0,true,false,false],[254,95,0,true,true,false],[256,10,0,true,false,false],[258,82,0,true,true,false],[260,10,0,true,false,false],[266,11,0,true,true,false],[268,16,0,true,true,false],[268,44,0,true,false,false],[268,70,0,true,true,false],[269,68,0,true,true,false],[271,18,0,true,false,false],[273,14,0,true,true,false],[276,78,0,true,true,false],[278,14,0,true,false,false],[282,69,0,true,true,false],[284,14,0,true,false,false],[287,45,0,true,true,false],[287,47,0,true,false,false],[289,20,0,true,true,false],[290,16,0,true,true,false],[290,44,0,true,false,false],[290,70,0,true,true,false],[292,14,0,true,false,false],[292,20,0,true,true,false],[294,14,0,true,false,false],[297,93,0,true,true,false],[300,27,0,true,true,false],[300,52,0,true,false,false],[301,27,0,true,true,false],[301,65,0,true,false,false],[306,6,0,false,false,false],[308,36,0,true,true,false],[308,41,0,false,false,false],[311,45,0,true,true,false],[314,13,0,true,true,false],[314,41,0,true,false,false],[315,13,0,true,true,false],[315,50,0,true,false,false],[316,13,0,true,true,false],[316,41,0,true,false,false],[317,13,0,true,true,false],[317,50,0,true,false,false],[322,31,0,true,true,false],[322,43,0,true,false,false],[323,6,0,false,false,false],[327,48,0,true,true,false],[333,13,0,true,true,false],[333,50,0,true,false,false],[334,13,0,true,true,false],[334,41,0,true,false,false],[336,35,0,true,true,false],[336,44,0,true,false,false],[336,48,0,true,true,false],[336,69,0,true,false,false],[337,6,0,false,false,false],[339,37,0,true,true,false],[340,47,0,true,true,false],[340,80,0,true,true,false],[340,102,0,true,false,false],[341,6,0,false,false,false],[343,42,0,true,true,false],[347,26,0,true,true,false],[347,47,0,true,false,false],[348,27,0,true,true,false],[348,51,0,true,false,false],[350,6,0,false,false,false],[352,46,0,true,true,false],[353,28,0,true,true,false],[355,28,0,true,true,false],[363,59,0,true,true,false],[365,40,0,true,true,false],[370,36,0,true,true,false],[370,72,0,true,false,false],[378,28,0,true,true,false],[386,28,0,true,true,false],[386,49,0,true,false,false],[386,50,0,true,true,false],[387,36,0,true,true,false],[389,40,0,true,true,false],[391,34,0,true,false,false],[391,42,0,true,true,false],[395,34,0,true,false,false],[401,26,0,true,true,false],[402,22,0,true,false,false],[406,40,0,true,true,false],[408,49,0,true,true,false],[410,32,0,true,true,false],[410,60,0,true,false,false],[410,61,0,true,true,false],[418,44,0,true,true,false],[418,81,0,true,false,false],[421,36,0,true,true,false],[428,44,0,true,true,false],[428,79,0,true,false,false],[429,46,0,true,true,false],[429,68,0,true,false,false],[431,67,0,true,true,false],[431,71,0,true,false,false],[431,74,0,true,true,false],[431,77,0,true,false,false],[436,32,0,true,true,false],[436,60,0,true,false,false],[436,61,0,true,true,false],[441,66,0,true,true,false],[441,67,0,true,false,false],[441,70,0,true,true,false],[441,71,0,true,false,false],[442,70,0,true,true,false],[442,71,0,true,false,false],[442,74,0,true,true,false],[442,77,0,true,false,false],[443,30,0,true,true,false],[444,26,0,true,false,false],[449,28,0,true,true,false],[449,57,0,true,false,false],[449,89,0,true,true,false],[451,26,0,true,true,false],[453,28,0,true,true,false],[453,56,0,true,false,false],[453,57,0,true,true,false],[454,36,0,true,true,false],[456,30,0,true,false,false],[456,38,0,true,true,false],[457,52,0,true,true,false],[462,34,0,true,false,false],[467,26,0,true,true,false],[468,22,0,true,false,false],[471,44,0,true,true,false],[471,54,0,true,false,false],[471,57,0,true,true,false],[471,68,0,true,false,false],[478,16,0,true,true,false],[478,38,0,true,false,false],[478,39,0,true,true,false],[481,14,0,true,true,false],[487,37,0,true,true,false],[496,57,0,true,true,false],[499,68,0,true,true,false],[499,72,0,true,false,false],[499,75,0,true,true,false],[499,101,0,true,true,false],[499,107,0,true,false,false],[499,110,0,true,true,false],[499,120,0,true,false,false],[509,18,0,true,true,false],[510,14,0,true,false,false],[513,6,0,false,false,false],[515,49,0,true,true,false],[517,6,0,false,false,false],[520,49,0,true,true,false],[522,74,0,true,true,false],[522,86,0,true,false,false],[524,23,0,true,true,false],[528,10,0,true,false,false],[528,18,0,true,true,false],[529,32,0,true,true,false],[530,61,0,true,true,false],[534,18,0,true,true,false],[539,14,0,true,false,false],[541,45,0,true,true,false],[541,53,0,true,false,false],[541,56,0,true,true,false],[541,66,0,true,false,false],[546,42,0,true,true,false],[546,73,0,true,false,false],[546,76,0,true,true,false],[546,103,0,true,false,false],[550,50,0,true,true,false],[550,80,0,true,false,false],[550,83,0,true,true,false],[550,109,0,true,false,false],[555,78,0,true,true,false],[557,10,0,true,false,false],[558,6,0,false,false,false],[561,39,0,true,true,false],[563,6,0,false,false,false],[566,39,0,true,true,false],[568,6,0,false,false,false],[571,76,0,true,true,false],[573,21,0,true,true,false],[575,21,0,true,true,false],[575,73,0,true,false,false],[576,21,0,true,true,false],[576,45,0,true,false,false],[578,21,0,true,true,false],[578,44,0,true,true,false],[578,46,0,true,false,false],[578,71,0,true,true,false],[578,73,0,true,false,false],[579,6,0,false,false,false],[582,48,0,true,true,false],[583,20,0,true,true,false],[584,32,0,true,true,false],[591,14,0,true,false,false],[602,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":113,"covered":0,"percent":0},"instantiations":{"count":114,"covered":0,"percent":0},"lines":{"count":1478,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":191,"covered":0,"notcovered":191,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift","mcdc_records":[],"segments":[[10,86,0,true,true,false],[18,6,0,false,false,false],[24,17,0,true,true,false],[33,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":19,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift","mcdc_records":[],"segments":[[7,83,0,true,true,false],[8,36,0,true,true,false],[8,68,0,true,false,false],[8,71,0,true,true,false],[8,96,0,true,false,false],[9,6,0,false,false,false],[11,101,0,true,true,false],[16,6,0,false,false,false],[19,79,0,true,true,false],[33,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":24,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift","mcdc_records":[],"segments":[[21,7,0,true,true,false],[24,6,0,false,false,false],[26,30,0,true,true,false],[27,54,0,true,true,false],[27,64,0,true,true,false],[33,6,0,false,false,false],[35,18,0,true,true,false],[41,6,0,false,false,false],[43,31,0,true,true,false],[45,12,0,true,true,false],[45,39,0,true,false,false],[45,40,0,true,true,false],[48,10,0,true,true,false],[51,30,0,true,true,false],[51,44,0,true,true,false],[56,31,0,true,true,false],[59,10,0,true,true,false],[61,64,0,true,false,false],[62,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":39,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift","mcdc_records":[],"segments":[[19,17,0,true,true,false],[22,58,0,true,true,false],[25,10,0,true,false,false],[27,59,0,true,true,false],[30,10,0,true,false,false],[34,48,0,true,true,false],[34,76,0,true,true,false],[34,83,0,true,false,false],[34,86,0,true,true,false],[34,92,0,true,false,false],[34,96,0,true,true,false],[34,102,0,true,false,false],[39,12,0,true,true,false],[39,37,0,true,false,false],[39,38,0,true,true,false],[42,10,0,true,false,false],[42,16,0,true,true,false],[45,10,0,true,false,false],[47,12,0,true,true,false],[47,36,0,true,false,false],[47,37,0,true,true,false],[50,10,0,true,false,false],[50,19,0,true,true,false],[50,43,0,true,false,false],[50,44,0,true,true,false],[53,10,0,true,false,false],[55,12,0,true,true,false],[55,38,0,true,false,false],[55,39,0,true,true,false],[58,10,0,true,false,false],[58,19,0,true,true,false],[58,45,0,true,false,false],[58,46,0,true,true,false],[61,10,0,true,false,false],[64,6,0,false,false,false],[75,30,0,true,true,false],[76,12,0,true,true,false],[76,29,0,true,false,false],[76,30,0,true,true,false],[78,10,0,true,true,false],[81,12,0,true,true,false],[81,20,0,true,false,false],[81,21,0,true,true,false],[82,82,0,true,true,false],[82,98,0,true,false,false],[83,85,0,true,true,false],[83,102,0,true,false,false],[84,16,0,true,true,false],[84,47,0,true,true,false],[84,75,0,true,false,false],[84,76,0,true,true,false],[85,61,0,true,true,false],[85,68,0,true,false,false],[85,71,0,true,true,false],[85,77,0,true,false,false],[86,14,0,true,true,false],[87,10,0,true,true,false],[91,12,0,true,true,false],[91,39,0,true,true,false],[91,62,0,true,false,false],[91,63,0,true,true,false],[92,48,0,true,true,false],[92,55,0,true,false,false],[92,58,0,true,true,false],[92,64,0,true,false,false],[93,10,0,true,true,false],[95,43,0,true,true,false],[95,50,0,true,false,false],[95,53,0,true,true,false],[95,59,0,true,false,false],[96,6,0,false,false,false],[103,18,0,true,true,false],[106,6,0,false,false,false],[108,106,0,true,true,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift","mcdc_records":[],"segments":[[10,17,0,true,true,false],[21,6,0,false,false,false],[30,17,0,true,true,false],[38,37,0,true,true,false],[40,10,0,true,true,false],[46,50,0,true,false,false],[47,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":30,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift","mcdc_records":[],"segments":[[9,53,0,true,true,false],[9,57,0,false,false,false],[10,44,0,true,true,false],[10,46,0,false,false,false],[13,45,0,true,true,false],[13,47,0,false,false,false],[14,57,0,true,true,false],[14,62,0,false,false,false],[16,54,0,true,true,false],[16,56,0,false,false,false],[17,36,0,true,true,false],[17,41,0,false,false,false],[20,41,0,true,true,false],[20,46,0,false,false,false],[28,25,0,true,true,false],[29,29,0,true,true,false],[31,20,0,true,true,false],[36,34,0,true,true,false],[38,18,0,true,false,false],[46,24,0,true,true,false],[47,58,0,true,true,false],[49,71,0,true,true,false],[52,22,0,true,false,false],[56,24,0,true,true,false],[56,44,0,true,false,false],[56,45,0,true,true,false],[57,65,0,true,true,false],[64,58,0,true,true,false],[66,40,0,true,true,false],[66,57,0,true,false,false],[66,91,0,true,true,false],[67,44,0,true,true,false],[67,69,0,true,true,false],[67,89,0,true,false,false],[67,90,0,true,true,false],[68,48,0,true,true,false],[68,105,0,true,false,false],[68,106,0,true,true,false],[70,46,0,true,false,false],[70,52,0,true,true,false],[72,46,0,true,false,false],[73,48,0,true,true,false],[75,42,0,true,false,false],[76,47,0,true,true,false],[76,64,0,true,false,false],[76,65,0,true,true,false],[78,38,0,true,false,false],[78,44,0,true,true,false],[80,38,0,true,false,false],[86,22,0,true,true,false],[89,24,0,true,true,false],[89,45,0,true,false,false],[89,46,0,true,true,false],[90,65,0,true,true,false],[93,62,0,true,true,false],[94,40,0,true,true,false],[98,54,0,true,true,false],[100,38,0,true,false,false],[105,36,0,true,true,false],[106,55,0,true,true,false],[108,34,0,true,false,false],[116,22,0,true,true,false],[119,61,0,true,true,false],[122,77,0,true,true,false],[125,26,0,true,false,false],[133,24,0,true,true,false],[133,50,0,true,false,false],[133,51,0,true,true,false],[134,65,0,true,true,false],[137,83,0,true,true,false],[139,72,0,true,true,false],[141,34,0,true,false,false],[148,22,0,true,true,false],[151,61,0,true,true,false],[160,22,0,true,false,false],[163,53,0,true,true,false],[164,32,0,true,true,false],[170,26,0,true,false,false],[174,22,0,true,true,false],[177,49,0,true,true,false],[178,32,0,true,true,false],[184,26,0,true,false,false],[188,22,0,true,true,false],[191,28,0,true,true,false],[192,30,0,true,true,false],[194,26,0,true,false,false],[195,30,0,true,true,false],[196,32,0,true,true,false],[197,32,0,true,true,false],[197,41,0,true,false,false],[197,42,0,true,true,false],[200,30,0,true,true,false],[201,46,0,true,true,false],[201,60,0,true,false,false],[201,63,0,true,true,false],[201,78,0,true,false,false],[206,44,0,true,true,false],[206,54,0,true,false,false],[217,11,0,true,true,false],[218,20,0,true,true,false],[218,26,0,true,false,false],[219,13,0,true,true,false],[222,45,0,true,true,false],[223,26,0,true,true,false],[225,22,0,true,false,false],[227,13,0,true,true,false],[228,86,0,true,false,false],[229,14,0,true,true,false],[230,10,0,true,false,false],[231,6,0,false,false,false],[233,33,0,true,true,false],[234,12,0,true,true,false],[234,32,0,true,false,false],[234,33,0,true,true,false],[235,35,0,true,true,false],[235,64,0,true,false,false],[235,68,0,true,true,false],[235,87,0,true,false,false],[236,16,0,true,true,false],[237,39,0,true,true,false],[237,58,0,true,false,false],[239,6,0,false,false,false],[241,56,0,true,true,false],[242,12,0,true,true,false],[243,53,0,true,true,false],[245,93,0,true,true,false],[246,16,0,true,true,false],[246,42,0,true,false,false],[246,67,0,true,true,false],[248,14,0,true,false,false],[249,17,0,true,true,false],[251,10,0,true,true,false],[252,6,0,false,false,false],[254,39,0,true,true,false],[259,12,0,true,true,false],[263,16,0,true,true,false],[263,36,0,true,false,false],[263,37,0,true,true,false],[264,61,0,true,true,false],[266,18,0,true,true,false],[269,49,0,true,true,false],[271,18,0,true,false,false],[271,24,0,true,true,false],[272,87,0,true,true,false],[276,26,0,true,true,false],[278,22,0,true,true,false],[282,18,0,true,true,false],[285,20,0,true,true,false],[285,45,0,true,false,false],[285,46,0,true,true,false],[286,105,0,true,true,false],[287,24,0,true,true,false],[287,50,0,true,false,false],[287,75,0,true,true,false],[289,22,0,true,false,false],[292,18,0,true,true,false],[299,18,0,true,true,false],[300,14,0,true,false,false],[300,20,0,true,true,false],[301,58,0,true,true,false],[303,18,0,true,true,false],[306,49,0,true,true,false],[308,18,0,true,false,false],[308,24,0,true,true,false],[309,61,0,true,true,false],[311,18,0,true,true,false],[314,20,0,true,true,false],[314,45,0,true,false,false],[314,46,0,true,true,false],[315,105,0,true,true,false],[316,24,0,true,true,false],[316,50,0,true,false,false],[316,75,0,true,true,false],[318,22,0,true,false,false],[321,18,0,true,true,false],[327,18,0,true,true,false],[328,14,0,true,true,false],[334,51,0,true,true,false],[334,60,0,true,false,false],[334,63,0,true,true,false],[334,66,0,true,false,false],[348,17,0,true,true,false],[351,10,0,true,true,false],[352,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":1053,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":125,"covered":0,"notcovered":125,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift","mcdc_records":[],"segments":[[10,37,0,true,true,false],[10,39,0,false,false,false],[12,56,0,true,true,false],[12,58,0,false,false,false],[13,36,0,true,true,false],[13,41,0,false,false,false],[18,25,0,true,true,false],[19,28,0,true,true,false],[26,16,0,true,true,false],[26,25,0,true,false,false],[26,26,0,true,true,false],[28,14,0,true,false,false],[28,48,0,true,true,false],[30,14,0,true,false,false],[30,23,0,true,true,false],[30,40,0,true,false,false],[30,41,0,true,true,false],[32,14,0,true,false,false],[32,20,0,true,true,false],[34,14,0,true,false,false],[37,16,0,true,true,false],[37,34,0,true,false,false],[37,35,0,true,true,false],[39,14,0,true,true,false],[40,10,0,true,false,false],[42,19,0,true,true,false],[45,67,0,true,true,false],[47,14,0,true,false,false],[49,18,0,true,true,false],[52,14,0,true,false,false],[54,35,0,true,true,false],[59,31,0,true,true,false],[61,20,0,true,true,false],[61,37,0,true,false,false],[61,38,0,true,true,false],[63,18,0,true,false,false],[66,31,0,true,true,false],[67,57,0,true,true,false],[70,14,0,true,true,false],[71,28,0,true,false,false],[73,33,0,true,true,false],[74,44,0,true,true,false],[75,20,0,true,true,false],[75,49,0,true,false,false],[75,50,0,true,true,false],[77,18,0,true,false,false],[78,23,0,true,true,false],[78,41,0,true,false,false],[78,42,0,true,true,false],[80,14,0,true,false,false],[83,30,0,true,true,false],[86,10,0,true,false,false],[87,30,0,true,true,false],[88,67,0,true,true,false],[90,14,0,true,false,false],[94,6,0,false,false,false],[98,40,0,true,true,false],[99,28,0,true,true,false],[107,27,0,true,true,false],[108,75,0,true,true,false],[110,22,0,true,false,false],[115,16,0,true,true,false],[115,35,0,true,false,false],[115,36,0,true,true,false],[116,24,0,true,true,false],[118,18,0,true,false,false],[118,26,0,true,true,false],[121,18,0,true,false,false],[125,14,0,true,true,false],[126,10,0,true,false,false],[129,6,0,false,false,false],[133,40,0,true,true,false],[134,16,0,true,true,false],[142,10,0,true,false,false],[145,6,0,false,false,false],[149,58,0,true,true,false],[150,28,0,true,true,false],[157,10,0,true,false,false],[162,6,0,false,false,false],[166,43,0,true,true,false],[167,28,0,true,true,false],[171,39,0,true,true,false],[171,73,0,true,false,false],[171,76,0,true,true,false],[171,121,0,true,false,false],[177,50,0,true,true,false],[177,84,0,true,false,false],[177,87,0,true,true,false],[177,132,0,true,false,false],[178,6,0,false,false,false],[182,45,0,true,true,false],[183,20,0,true,true,false],[184,36,0,true,true,false],[185,74,0,true,true,false],[189,35,0,true,true,false],[191,26,0,true,false,false],[197,6,0,false,false,false],[201,38,0,true,true,false],[202,28,0,true,true,false],[204,20,0,true,true,false],[205,75,0,true,true,false],[205,77,0,true,false,false],[205,80,0,true,true,false],[205,83,0,true,false,false],[218,82,0,true,true,false],[218,84,0,true,false,false],[218,87,0,true,true,false],[218,90,0,true,false,false],[219,6,0,false,false,false],[223,53,0,true,true,false],[228,12,0,true,true,false],[230,86,0,true,true,false],[232,33,0,true,true,false],[236,20,0,true,true,false],[236,39,0,true,false,false],[236,40,0,true,true,false],[238,18,0,true,false,false],[238,27,0,true,true,false],[238,47,0,true,false,false],[238,81,0,true,true,false],[239,55,0,true,true,false],[239,58,0,true,false,false],[239,61,0,true,true,false],[239,62,0,true,false,false],[243,17,0,true,true,false],[245,33,0,true,true,false],[249,14,0,true,false,false],[250,10,0,true,true,false],[251,6,0,false,false,false],[253,63,0,true,true,false],[254,14,0,true,true,false],[255,16,0,true,true,false],[257,104,0,true,true,false],[261,22,0,true,true,false],[263,18,0,true,true,false],[270,18,0,true,true,false],[273,79,0,true,true,false],[273,94,0,true,false,false],[273,98,0,true,true,false],[273,100,0,true,false,false],[284,37,0,true,true,false],[289,18,0,true,false,false],[290,21,0,true,true,false],[291,37,0,true,true,false],[293,18,0,true,false,false],[294,14,0,true,true,false],[295,10,0,true,false,false],[296,6,0,false,false,false],[306,44,0,true,true,false],[308,53,0,true,true,false],[310,10,0,true,false,false],[311,12,0,true,true,false],[311,34,0,true,false,false],[311,35,0,true,true,false],[313,10,0,true,false,false],[315,6,0,false,false,false],[317,25,0,true,true,false],[318,34,0,true,true,false],[319,50,0,true,true,false],[320,57,0,true,true,false],[326,65,0,true,true,false],[330,22,0,true,true,false],[331,18,0,true,false,false],[336,36,0,true,true,false],[337,66,0,true,true,false],[339,22,0,true,false,false],[344,38,0,true,true,false],[344,69,0,true,false,false],[344,72,0,true,true,false],[344,83,0,true,false,false],[350,6,0,false,false,false],[359,25,0,true,true,false],[369,6,0,false,false,false],[371,33,0,true,true,false],[372,16,0,true,true,false],[372,32,0,true,false,false],[373,9,0,true,true,false],[373,28,0,true,false,false],[374,9,0,true,true,false],[374,42,0,true,false,false],[375,9,0,true,true,false],[375,29,0,true,false,false],[376,9,0,true,true,false],[376,29,0,true,false,false],[377,9,0,true,true,false],[377,28,0,true,false,false],[378,10,0,true,true,false],[379,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":677,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift","mcdc_records":[],"segments":[[12,30,0,true,true,false],[14,6,0,false,false,false],[16,25,0,true,true,false],[17,28,0,true,true,false],[25,24,0,true,true,false],[28,14,0,true,false,false],[32,6,0,false,false,false],[36,35,0,true,true,false],[37,28,0,true,true,false],[38,20,0,true,true,false],[40,14,0,true,false,false],[40,22,0,true,true,false],[41,36,0,true,true,false],[46,18,0,true,false,false],[63,32,0,true,true,false],[68,14,0,true,false,false],[73,6,0,false,false,false],[78,44,0,true,true,false],[81,6,0,false,false,false],[94,25,0,true,true,false],[95,16,0,true,true,false],[101,16,0,true,true,false],[101,27,0,true,false,false],[101,28,0,true,true,false],[104,29,0,true,true,false],[105,67,0,true,true,false],[107,26,0,true,false,false],[112,14,0,true,true,false],[113,10,0,true,false,false],[115,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":186,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift","mcdc_records":[],"segments":[[15,43,0,true,true,false],[15,46,0,false,false,false],[17,20,0,true,true,false],[17,22,0,false,false,false],[24,61,0,true,true,false],[29,12,0,true,true,false],[29,34,0,true,false,false],[29,50,0,true,true,false],[31,10,0,true,true,false],[34,12,0,true,true,false],[34,34,0,true,false,false],[34,35,0,true,true,false],[36,10,0,true,false,false],[40,25,0,true,true,false],[42,66,0,true,true,false],[42,76,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[48,30,0,true,true,false],[49,43,0,true,true,false],[49,53,0,true,true,false],[53,6,0,false,false,false],[56,31,0,true,true,false],[61,31,0,true,true,false],[61,41,0,true,true,false],[64,6,0,false,false,false],[66,36,0,true,true,false],[69,31,0,true,true,false],[69,41,0,true,true,false],[71,46,0,true,true,false],[74,10,0,true,false,false],[74,30,0,true,true,false],[75,38,0,true,true,false],[78,14,0,true,false,false],[80,6,0,false,false,false],[82,63,0,true,true,false],[115,46,0,true,true,false],[118,10,0,true,false,false],[119,6,0,false,false,false],[126,25,0,true,true,false],[140,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":130,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift","mcdc_records":[],"segments":[[7,49,0,true,true,false],[7,75,0,false,false,false],[13,25,0,true,true,false],[14,50,0,true,true,false],[22,93,0,true,true,false],[23,43,0,true,true,false],[29,35,0,true,true,false],[31,26,0,true,false,false],[32,34,0,true,true,false],[34,26,0,true,false,false],[41,44,0,true,true,false],[41,73,0,true,false,false],[46,6,0,false,false,false],[48,71,0,true,true,false],[51,12,0,true,true,false],[51,22,0,true,false,false],[51,23,0,true,true,false],[53,38,0,true,true,false],[55,46,0,true,true,false],[55,56,0,true,true,false],[59,20,0,true,true,false],[59,53,0,true,false,false],[59,54,0,true,true,false],[61,18,0,true,false,false],[63,16,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[79,25,0,true,true,false],[80,34,0,true,true,false],[81,32,0,true,true,false],[83,24,0,true,true,false],[84,24,0,true,true,false],[84,57,0,true,false,false],[84,58,0,true,true,false],[88,22,0,true,false,false],[88,28,0,true,true,false],[92,108,0,true,true,false],[92,109,0,true,false,false],[92,112,0,true,true,false],[92,113,0,true,false,false],[99,66,0,true,true,false],[99,71,0,true,false,false],[99,74,0,true,true,false],[99,81,0,true,false,false],[100,51,0,true,true,false],[100,59,0,true,false,false],[100,62,0,true,true,false],[100,72,0,true,false,false],[112,65,0,true,true,false],[112,66,0,true,false,false],[112,69,0,true,true,false],[112,70,0,true,false,false],[114,38,0,true,true,false],[114,42,0,true,false,false],[114,45,0,true,true,false],[114,48,0,true,false,false],[120,18,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[125,39,0,true,true,false],[126,12,0,true,true,false],[126,22,0,true,false,false],[126,23,0,true,true,false],[128,19,0,true,true,false],[128,44,0,true,false,false],[129,19,0,true,true,false],[129,44,0,true,false,false],[130,10,0,true,true,false],[132,15,0,true,true,false],[132,40,0,true,false,false],[133,15,0,true,true,false],[133,40,0,true,false,false],[134,6,0,false,false,false],[136,35,0,true,true,false],[137,12,0,true,true,false],[137,22,0,true,false,false],[137,23,0,true,true,false],[139,10,0,true,true,false],[141,15,0,true,true,false],[141,39,0,true,false,false],[142,15,0,true,true,false],[142,39,0,true,false,false],[143,6,0,false,false,false],[153,25,0,true,true,false],[154,50,0,true,true,false],[156,32,0,true,true,false],[158,20,0,true,true,false],[158,53,0,true,false,false],[158,54,0,true,true,false],[162,18,0,true,false,false],[162,24,0,true,true,false],[166,18,0,true,false,false],[168,57,0,true,true,false],[176,18,0,true,false,false],[182,16,0,true,true,false],[182,49,0,true,false,false],[182,50,0,true,true,false],[183,36,0,true,true,false],[194,18,0,true,false,false],[195,14,0,true,true,false],[196,10,0,true,false,false],[200,32,0,true,true,false],[200,57,0,true,false,false],[200,60,0,true,true,false],[200,85,0,true,false,false],[203,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":409,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift","mcdc_records":[],"segments":[[10,65,0,true,true,false],[13,6,0,false,false,false],[15,65,0,true,true,false],[18,6,0,false,false,false],[26,26,0,true,true,false],[27,16,0,true,true,false],[27,20,0,true,false,false],[28,9,0,true,true,false],[28,42,0,true,false,false],[29,9,0,true,true,false],[29,45,0,true,false,false],[30,9,0,true,true,false],[32,63,0,true,true,false],[32,73,0,true,false,false],[33,9,0,true,true,false],[35,63,0,true,true,false],[35,73,0,true,false,false],[36,10,0,true,true,false],[37,6,0,false,false,false],[39,24,0,true,true,false],[40,16,0,true,true,false],[40,20,0,true,false,false],[41,9,0,true,true,false],[41,66,0,true,false,false],[42,9,0,true,true,false],[42,23,0,true,false,false],[43,10,0,true,true,false],[44,6,0,false,false,false],[53,30,0,true,true,false],[53,32,0,false,false,false],[55,31,0,true,true,false],[55,33,0,false,false,false],[61,36,0,true,true,false],[61,41,0,false,false,false],[63,37,0,true,true,false],[63,42,0,false,false,false],[64,35,0,true,true,false],[64,40,0,false,false,false],[65,43,0,true,true,false],[65,48,0,false,false,false],[67,47,0,true,true,false],[67,52,0,false,false,false],[68,56,0,true,true,false],[68,61,0,false,false,false],[70,46,0,true,true,false],[76,32,0,true,true,false],[79,28,0,true,true,false],[79,37,0,true,false,false],[79,57,0,true,true,false],[80,65,0,true,true,false],[84,30,0,true,false,false],[85,32,0,true,true,false],[85,42,0,true,false,false],[85,43,0,true,true,false],[89,30,0,true,false,false],[89,36,0,true,true,false],[91,30,0,true,false,false],[98,28,0,true,true,false],[98,44,0,true,false,false],[98,45,0,true,true,false],[102,26,0,true,false,false],[102,32,0,true,true,false],[105,26,0,true,false,false],[107,30,0,true,true,false],[108,28,0,true,true,false],[108,44,0,true,false,false],[108,45,0,true,true,false],[110,26,0,true,false,false],[117,32,0,true,true,false],[148,18,0,true,false,false],[150,6,0,false,false,false],[152,63,0,true,true,false],[153,53,0,true,true,false],[153,63,0,true,true,false],[159,6,0,false,false,false],[163,66,0,true,true,false],[164,12,0,true,true,false],[164,28,0,true,true,false],[164,43,0,true,false,false],[164,44,0,true,true,false],[169,10,0,true,false,false],[169,16,0,true,true,false],[171,42,0,true,true,false],[171,64,0,true,false,false],[171,67,0,true,true,false],[171,78,0,true,false,false],[173,26,0,true,true,false],[174,24,0,true,true,false],[174,32,0,true,false,false],[174,46,0,true,true,false],[177,22,0,true,false,false],[177,31,0,true,true,false],[177,42,0,true,false,false],[177,43,0,true,true,false],[179,28,0,true,true,false],[179,46,0,true,false,false],[179,47,0,true,true,false],[179,67,0,true,false,false],[184,36,0,true,true,false],[185,32,0,true,true,false],[185,43,0,true,false,false],[185,44,0,true,true,false],[186,69,0,true,true,false],[189,34,0,true,false,false],[200,34,0,true,true,false],[203,26,0,true,false,false],[206,6,0,false,false,false],[210,70,0,true,true,false],[212,38,0,true,true,false],[212,61,0,true,false,false],[212,64,0,true,true,false],[212,75,0,true,false,false],[214,22,0,true,true,false],[215,20,0,true,true,false],[215,28,0,true,false,false],[215,42,0,true,true,false],[218,18,0,true,false,false],[218,27,0,true,true,false],[218,38,0,true,false,false],[218,39,0,true,true,false],[220,24,0,true,true,false],[220,44,0,true,false,false],[220,45,0,true,true,false],[220,65,0,true,false,false],[225,32,0,true,true,false],[226,28,0,true,true,false],[226,39,0,true,false,false],[226,40,0,true,true,false],[227,65,0,true,true,false],[230,30,0,true,false,false],[241,30,0,true,true,false],[244,22,0,true,false,false],[246,6,0,false,false,false],[250,51,0,true,true,false],[251,44,0,true,true,false],[252,51,0,true,true,false],[252,72,0,true,false,false],[254,6,0,false,false,false],[256,97,0,true,true,false],[257,53,0,true,true,false],[257,63,0,true,true,false],[262,44,0,true,true,false],[262,60,0,true,false,false],[262,64,0,true,true,false],[262,83,0,true,false,false],[263,15,0,true,true,false],[263,33,0,true,false,false],[264,15,0,true,true,false],[264,32,0,true,false,false],[265,44,0,true,true,false],[265,60,0,true,false,false],[265,64,0,true,true,false],[265,81,0,true,false,false],[266,15,0,true,true,false],[266,34,0,true,false,false],[267,15,0,true,true,false],[267,33,0,true,false,false],[269,58,0,true,true,false],[272,10,0,true,false,false],[274,59,0,true,true,false],[277,10,0,true,false,false],[279,54,0,true,true,false],[282,16,0,true,true,false],[282,43,0,true,true,false],[282,66,0,true,false,false],[282,67,0,true,true,false],[285,14,0,true,false,false],[289,55,0,true,true,false],[292,16,0,true,true,false],[292,41,0,true,true,false],[292,62,0,true,false,false],[292,63,0,true,true,false],[295,14,0,true,false,false],[301,16,0,true,true,false],[301,20,0,true,false,false],[302,9,0,true,true,false],[303,54,0,true,false,false],[304,9,0,true,true,false],[305,55,0,true,false,false],[306,9,0,true,true,false],[309,16,0,true,true,false],[309,92,0,true,false,false],[309,93,0,true,true,false],[312,14,0,true,false,false],[312,20,0,true,true,false],[315,14,0,true,false,false],[316,10,0,true,true,false],[323,16,0,true,true,false],[323,20,0,true,false,false],[324,9,0,true,true,false],[325,61,0,true,false,false],[326,9,0,true,true,false],[328,18,0,true,false,false],[329,9,0,true,true,false],[331,92,0,true,false,false],[332,10,0,true,true,false],[334,16,0,true,true,false],[334,20,0,true,false,false],[335,9,0,true,true,false],[337,18,0,true,false,false],[338,9,0,true,true,false],[340,62,0,true,false,false],[341,9,0,true,true,false],[343,94,0,true,false,false],[344,10,0,true,true,false],[351,6,0,false,false,false],[353,95,0,true,true,false],[355,6,0,false,false,false],[364,20,0,true,true,false],[372,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":485,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":120,"covered":0,"notcovered":120,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift","mcdc_records":[],"segments":[[12,21,0,true,true,false],[13,39,0,true,true,false],[14,18,0,true,true,false],[21,64,0,true,true,false],[22,56,0,true,true,false],[24,22,0,true,false,false],[25,24,0,true,true,false],[28,18,0,true,false,false],[31,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift","mcdc_records":[],"segments":[[7,72,0,true,true,false],[9,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":3,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift","mcdc_records":[],"segments":[[30,40,0,true,true,false],[30,46,0,false,false,false],[32,121,0,true,true,false],[42,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift","mcdc_records":[],"segments":[[7,43,0,true,true,false],[7,73,0,false,false,false],[9,25,0,true,true,false],[10,28,0,true,true,false],[12,20,0,true,true,false],[19,36,0,true,true,false],[26,18,0,true,false,false],[31,24,0,true,true,false],[33,18,0,true,false,false],[33,26,0,true,true,false],[34,61,0,true,true,false],[34,80,0,true,false,false],[34,83,0,true,true,false],[34,98,0,true,false,false],[35,64,0,true,true,false],[35,68,0,true,false,false],[35,71,0,true,true,false],[35,81,0,true,false,false],[38,45,0,true,true,false],[38,62,0,true,false,false],[38,65,0,true,true,false],[38,83,0,true,false,false],[40,59,0,true,true,false],[40,76,0,true,false,false],[40,79,0,true,true,false],[40,97,0,true,false,false],[43,24,0,true,true,false],[45,18,0,true,false,false],[45,26,0,true,true,false],[48,18,0,true,false,false],[61,16,0,true,true,false],[61,38,0,true,false,false],[61,39,0,true,true,false],[62,36,0,true,true,false],[68,24,0,true,true,false],[68,44,0,true,false,false],[68,45,0,true,true,false],[72,22,0,true,false,false],[72,28,0,true,true,false],[76,22,0,true,false,false],[79,20,0,true,true,false],[80,28,0,true,true,false],[81,44,0,true,true,false],[82,49,0,true,true,false],[85,26,0,true,false,false],[91,6,0,false,false,false],[98,25,0,true,true,false],[99,29,0,true,true,false],[101,32,0,true,true,false],[111,14,0,true,false,false],[116,57,0,true,true,false],[124,14,0,true,true,false],[131,10,0,true,false,false],[134,37,0,true,true,false],[134,68,0,true,false,false],[134,71,0,true,true,false],[134,82,0,true,false,false],[135,6,0,false,false,false],[137,36,0,true,true,false],[138,16,0,true,true,false],[138,28,0,true,false,false],[139,9,0,true,true,false],[140,37,0,true,false,false],[141,9,0,true,true,false],[142,30,0,true,false,false],[143,9,0,true,true,false],[144,28,0,true,false,false],[145,9,0,true,true,false],[146,21,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[150,36,0,true,true,false],[151,16,0,true,true,false],[151,28,0,true,false,false],[152,9,0,true,true,false],[153,19,0,true,false,false],[154,9,0,true,true,false],[155,23,0,true,false,false],[156,9,0,true,true,false],[157,20,0,true,false,false],[158,9,0,true,true,false],[159,23,0,true,false,false],[160,10,0,true,true,false],[161,6,0,false,false,false],[173,20,0,true,true,false],[173,22,0,false,false,false],[175,23,0,true,true,false],[176,40,0,true,true,false],[180,10,0,true,true,false],[203,6,0,false,false,false],[205,19,0,true,true,false],[206,66,0,true,true,false],[208,10,0,true,false,false],[208,16,0,true,true,false],[210,10,0,true,false,false],[211,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift","mcdc_records":[],"segments":[[17,12,0,true,true,false],[19,6,0,false,false,false],[21,85,0,true,true,false],[23,6,0,false,false,false],[25,93,0,true,true,false],[27,6,0,false,false,false],[29,24,0,true,true,false],[31,6,0,false,false,false],[37,33,0,true,true,false],[37,35,0,false,false,false],[38,33,0,true,true,false],[38,38,0,false,false,false],[40,34,0,true,true,false],[40,52,0,false,false,false],[43,41,0,true,true,false],[43,55,0,false,false,false],[44,42,0,true,true,false],[44,56,0,false,false,false],[46,16,0,true,true,false],[51,10,0,false,false,false],[58,58,0,true,true,false],[58,86,0,false,false,false],[64,45,0,true,true,false],[64,50,0,false,false,false],[65,46,0,true,true,false],[65,51,0,false,false,false],[66,41,0,true,true,false],[66,46,0,false,false,false],[68,12,0,true,true,false],[71,6,0,false,false,false],[77,68,0,true,true,false],[77,96,0,false,false,false],[78,7,0,true,true,false],[84,6,0,false,false,false],[88,31,0,true,true,false],[90,6,0,false,false,false],[92,32,0,true,true,false],[96,6,0,false,false,false],[98,33,0,true,true,false],[99,12,0,true,true,false],[99,29,0,true,false,false],[99,30,0,true,true,false],[101,10,0,true,false,false],[101,16,0,true,true,false],[103,10,0,true,false,false],[104,6,0,false,false,false],[106,34,0,true,true,false],[107,12,0,true,true,false],[107,30,0,true,false,false],[107,31,0,true,true,false],[109,10,0,true,false,false],[109,16,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[114,50,0,true,true,false],[114,76,0,false,false,false],[115,51,0,true,true,false],[115,78,0,false,false,false],[117,35,0,true,true,false],[123,6,0,false,false,false],[125,39,0,true,true,false],[125,58,0,false,false,false],[126,40,0,true,true,false],[126,60,0,false,false,false],[127,38,0,true,true,false],[127,58,0,false,false,false],[128,39,0,true,true,false],[128,60,0,false,false,false],[129,37,0,true,true,false],[129,58,0,false,false,false],[130,38,0,true,true,false],[130,60,0,false,false,false],[132,29,0,true,true,false],[137,12,0,true,true,false],[137,33,0,true,false,false],[137,58,0,true,true,false],[138,18,0,true,true,false],[138,51,0,true,false,false],[142,6,0,false,false,false],[148,13,0,true,true,false],[151,14,0,true,true,false],[153,33,0,true,true,false],[156,14,0,true,false,false],[158,10,0,true,true,false],[165,128,0,true,true,false],[165,130,0,true,false,false],[166,115,0,true,true,false],[166,126,0,true,false,false],[169,12,0,true,true,false],[169,41,0,true,false,false],[173,9,0,true,true,false],[177,16,0,true,true,false],[178,88,0,true,true,false],[180,37,0,true,true,false],[183,18,0,true,false,false],[184,21,0,true,true,false],[187,14,0,true,true,false],[188,19,0,true,false,false],[189,10,0,true,true,false],[194,12,0,true,true,false],[197,14,0,true,true,false],[198,80,0,true,true,false],[216,33,0,true,true,false],[220,14,0,true,false,false],[221,17,0,true,true,false],[224,10,0,true,true,false],[225,6,0,false,false,false],[230,82,0,true,true,false],[231,55,0,true,true,false],[231,71,0,true,true,false],[247,40,0,true,true,false],[249,10,0,true,false,false],[252,12,0,true,true,false],[252,39,0,true,false,false],[252,40,0,true,true,false],[254,16,0,true,true,false],[254,53,0,true,false,false],[254,54,0,true,true,false],[254,77,0,true,false,false],[255,16,0,true,true,false],[255,52,0,true,false,false],[255,53,0,true,true,false],[255,76,0,true,false,false],[256,16,0,true,true,false],[256,51,0,true,false,false],[256,52,0,true,true,false],[256,75,0,true,false,false],[257,16,0,true,true,false],[257,53,0,true,false,false],[257,54,0,true,true,false],[257,77,0,true,false,false],[262,6,0,false,false,false],[265,83,0,true,true,false],[266,44,0,true,true,false],[279,44,0,true,true,false],[281,14,0,true,false,false],[284,16,0,true,true,false],[284,53,0,true,false,false],[284,54,0,true,true,false],[284,80,0,true,false,false],[285,16,0,true,true,false],[285,52,0,true,false,false],[285,53,0,true,true,false],[285,79,0,true,false,false],[286,16,0,true,true,false],[286,51,0,true,false,false],[286,52,0,true,true,false],[286,78,0,true,false,false],[287,16,0,true,true,false],[287,53,0,true,false,false],[287,54,0,true,true,false],[287,80,0,true,false,false],[293,6,0,false,false,false],[297,40,0,true,true,false],[298,39,0,true,true,false],[298,49,0,true,true,false],[305,43,0,true,true,false],[308,10,0,true,true,false],[310,14,0,true,true,false],[313,63,0,true,true,false],[314,37,0,true,true,false],[316,18,0,true,false,false],[318,14,0,true,true,false],[320,33,0,true,true,false],[322,63,0,true,true,false],[325,18,0,true,true,false],[328,20,0,true,true,false],[328,75,0,true,false,false],[330,17,0,true,true,false],[331,26,0,true,true,false],[333,45,0,true,true,false],[335,32,0,true,true,false],[335,41,0,true,false,false],[335,42,0,true,true,false],[337,30,0,true,false,false],[344,63,0,true,true,false],[344,72,0,true,false,false],[344,75,0,true,true,false],[344,81,0,true,false,false],[346,103,0,true,true,false],[348,26,0,true,true,false],[349,45,0,true,true,false],[349,55,0,true,true,false],[350,28,0,true,true,false],[350,50,0,true,false,false],[350,51,0,true,true,false],[353,26,0,true,false,false],[357,58,0,true,true,false],[358,26,0,true,true,false],[369,27,0,true,true,false],[370,34,0,true,true,false],[371,53,0,true,true,false],[371,63,0,true,true,false],[372,36,0,true,true,false],[372,58,0,true,false,false],[372,59,0,true,true,false],[375,34,0,true,false,false],[382,6,0,false,false,false],[384,79,0,true,true,false],[385,16,0,true,true,false],[385,20,0,true,false,false],[386,9,0,true,true,false],[387,42,0,true,true,false],[387,45,0,true,false,false],[387,48,0,true,true,false],[387,51,0,true,false,false],[388,9,0,true,true,false],[389,17,0,true,false,false],[390,10,0,true,true,false],[391,6,0,false,false,false],[393,58,0,true,true,false],[400,12,0,true,true,false],[400,40,0,true,false,false],[400,41,0,true,true,false],[402,10,0,true,false,false],[405,12,0,true,true,false],[405,33,0,true,false,false],[405,58,0,true,true,false],[406,18,0,true,true,false],[408,37,0,true,true,false],[411,18,0,true,false,false],[414,6,0,false,false,false],[416,39,0,true,true,false],[417,38,0,true,true,false],[417,48,0,true,true,false],[424,12,0,true,true,false],[424,33,0,true,false,false],[424,58,0,true,true,false],[425,18,0,true,true,false],[427,37,0,true,true,false],[430,18,0,true,false,false],[433,6,0,false,false,false],[435,41,0,true,true,false],[436,40,0,true,true,false],[436,50,0,true,true,false],[443,43,0,true,true,false],[446,10,0,true,true,false],[448,14,0,true,true,false],[451,63,0,true,true,false],[452,37,0,true,true,false],[454,18,0,true,false,false],[456,14,0,true,true,false],[458,33,0,true,true,false],[460,63,0,true,true,false],[463,18,0,true,true,false],[466,20,0,true,true,false],[466,75,0,true,false,false],[468,17,0,true,true,false],[469,26,0,true,true,false],[471,45,0,true,true,false],[473,32,0,true,true,false],[473,41,0,true,false,false],[473,42,0,true,true,false],[475,30,0,true,false,false],[482,63,0,true,true,false],[482,72,0,true,false,false],[482,75,0,true,true,false],[482,81,0,true,false,false],[484,104,0,true,true,false],[486,26,0,true,true,false],[487,45,0,true,true,false],[487,55,0,true,true,false],[488,28,0,true,true,false],[488,51,0,true,false,false],[488,52,0,true,true,false],[491,26,0,true,false,false],[495,58,0,true,true,false],[496,26,0,true,true,false],[504,81,0,true,true,false],[504,84,0,true,false,false],[504,87,0,true,true,false],[504,91,0,true,false,false],[507,27,0,true,true,false],[508,34,0,true,true,false],[509,53,0,true,true,false],[509,63,0,true,true,false],[510,36,0,true,true,false],[510,59,0,true,false,false],[510,60,0,true,true,false],[513,34,0,true,false,false],[520,6,0,false,false,false],[522,59,0,true,true,false],[529,12,0,true,true,false],[529,40,0,true,false,false],[529,41,0,true,true,false],[531,10,0,true,false,false],[534,12,0,true,true,false],[534,33,0,true,false,false],[534,58,0,true,true,false],[535,18,0,true,true,false],[537,37,0,true,true,false],[540,18,0,true,false,false],[543,6,0,false,false,false],[545,40,0,true,true,false],[546,39,0,true,true,false],[546,49,0,true,true,false],[553,12,0,true,true,false],[553,33,0,true,false,false],[553,58,0,true,true,false],[554,18,0,true,true,false],[556,37,0,true,true,false],[559,18,0,true,false,false],[562,6,0,false,false,false],[564,51,0,true,true,false],[565,12,0,true,true,false],[565,34,0,true,false,false],[565,35,0,true,true,false],[567,10,0,true,false,false],[568,6,0,false,false,false],[570,40,0,true,true,false],[573,6,0,false,false,false],[575,44,0,true,true,false],[576,50,0,true,true,false],[578,10,0,true,false,false],[578,19,0,true,true,false],[578,36,0,true,false,false],[578,37,0,true,true,false],[580,10,0,true,false,false],[580,16,0,true,true,false],[583,10,0,true,false,false],[585,6,0,false,false,false],[587,45,0,true,true,false],[588,51,0,true,true,false],[590,10,0,true,false,false],[590,19,0,true,true,false],[590,37,0,true,false,false],[590,38,0,true,true,false],[592,10,0,true,false,false],[592,16,0,true,true,false],[595,10,0,true,false,false],[597,6,0,false,false,false],[599,50,0,true,true,false],[600,26,0,true,true,false],[600,49,0,true,false,false],[600,52,0,true,true,false],[600,78,0,true,false,false],[601,6,0,false,false,false],[603,50,0,true,true,false],[606,6,0,false,false,false],[608,66,0,true,true,false],[609,12,0,true,true,false],[609,31,0,true,false,false],[609,32,0,true,true,false],[611,10,0,true,false,false],[611,19,0,true,true,false],[611,54,0,true,true,false],[611,79,0,true,false,false],[611,80,0,true,true,false],[613,10,0,true,false,false],[613,16,0,true,true,false],[615,10,0,true,false,false],[616,6,0,false,false,false],[618,48,0,true,true,false],[619,36,0,true,true,false],[622,10,0,true,true,false],[626,67,0,true,true,false],[626,68,0,true,false,false],[629,6,0,false,false,false],[635,60,0,true,true,false],[636,43,0,true,true,false],[636,62,0,true,true,false],[639,44,0,true,true,false],[639,75,0,true,false,false],[639,77,0,true,true,false],[644,13,0,true,true,false],[646,14,0,true,true,false],[648,10,0,true,true,false],[649,55,0,true,true,false],[649,62,0,true,false,false],[649,65,0,true,true,false],[649,85,0,true,false,false],[651,6,0,false,false,false],[663,97,0,true,true,false],[664,16,0,true,true,false],[664,22,0,true,false,false],[665,9,0,true,true,false],[671,14,0,true,false,false],[672,9,0,true,true,false],[677,14,0,true,false,false],[678,9,0,true,true,false],[683,14,0,true,false,false],[684,9,0,true,true,false],[689,14,0,true,false,false],[690,10,0,true,true,false],[691,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":91,"covered":0,"percent":0},"instantiations":{"count":92,"covered":0,"percent":0},"lines":{"count":1136,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":236,"covered":0,"notcovered":236,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift","mcdc_records":[],"segments":[[4,42,0,true,true,false],[4,47,0,false,false,false],[6,25,0,true,true,false],[7,16,0,true,true,false],[15,36,0,true,true,false],[18,22,0,true,false,false],[21,47,0,true,true,false],[23,30,0,true,true,false],[25,18,0,true,false,false],[27,61,0,true,true,false],[28,38,0,true,true,false],[28,48,0,true,true,false],[34,10,0,true,false,false],[35,15,0,true,true,false],[36,16,0,true,true,false],[36,52,0,true,false,false],[36,53,0,true,true,false],[38,14,0,true,false,false],[40,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":76,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift","mcdc_records":[],"segments":[[7,47,0,true,true,false],[7,52,0,false,false,false],[9,25,0,true,true,false],[10,12,0,true,true,false],[10,49,0,true,false,false],[10,50,0,true,true,false],[11,33,0,true,true,false],[18,32,0,true,true,false],[18,50,0,true,false,false],[18,52,0,true,true,false],[22,57,0,true,true,false],[22,60,0,true,false,false],[22,63,0,true,true,false],[22,66,0,true,false,false],[25,26,0,true,true,false],[27,18,0,true,false,false],[33,16,0,true,true,false],[34,24,0,true,true,false],[35,41,0,true,true,false],[36,60,0,true,true,false],[39,39,0,true,true,false],[40,38,0,true,true,false],[40,112,0,true,false,false],[42,54,0,true,true,false],[43,38,0,true,true,false],[43,116,0,true,false,false],[45,56,0,true,true,false],[46,38,0,true,true,false],[46,126,0,true,false,false],[55,72,0,true,true,false],[56,68,0,true,true,false],[59,35,0,true,true,false],[61,26,0,true,false,false],[62,35,0,true,true,false],[64,26,0,true,false,false],[67,18,0,true,true,false],[68,14,0,true,false,false],[70,6,0,false,false,false],[72,39,0,true,true,false],[75,6,0,false,false,false],[83,37,0,true,true,false],[83,42,0,false,false,false],[85,25,0,true,true,false],[86,49,0,true,true,false],[87,50,0,true,true,false],[88,47,0,true,true,false],[90,18,0,true,true,false],[92,57,0,true,true,false],[98,50,0,true,true,false],[102,22,0,true,true,false],[103,18,0,true,false,false],[110,30,0,true,true,false],[110,54,0,true,false,false],[111,30,0,true,true,false],[114,26,0,true,false,false],[123,32,0,true,true,false],[123,55,0,true,false,false],[123,57,0,true,true,false],[124,52,0,true,true,false],[124,64,0,true,false,false],[124,67,0,true,true,false],[124,81,0,true,false,false],[129,50,0,true,true,false],[129,79,0,true,false,false],[129,82,0,true,true,false],[129,109,0,true,false,false],[132,16,0,true,true,false],[132,26,0,true,false,false],[132,27,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[142,6,0,false,false,false],[147,50,0,true,true,false],[148,12,0,true,true,false],[148,35,0,true,false,false],[148,36,0,true,true,false],[154,10,0,true,false,false],[154,16,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[161,40,0,true,true,false],[162,49,0,true,true,false],[162,64,0,true,true,false],[163,58,0,true,true,false],[165,10,0,true,true,false],[166,19,0,true,false,false],[167,6,0,false,false,false],[170,36,0,true,true,false],[171,12,0,true,true,false],[171,68,0,true,false,false],[171,69,0,true,true,false],[174,63,0,true,true,false],[174,72,0,true,false,false],[175,37,0,true,true,false],[177,18,0,true,false,false],[179,16,0,true,true,false],[180,20,0,true,true,false],[180,43,0,true,false,false],[181,13,0,true,true,false],[182,73,0,true,true,false],[182,86,0,true,false,false],[183,13,0,true,true,false],[184,77,0,true,true,false],[187,34,0,true,true,false],[187,44,0,true,false,false],[188,34,0,true,true,false],[190,30,0,true,false,false],[192,42,0,true,true,false],[194,26,0,true,false,false],[197,13,0,true,true,false],[198,36,0,true,false,false],[199,14,0,true,true,false],[200,10,0,true,true,false],[201,6,0,false,false,false],[204,48,0,true,true,false],[205,49,0,true,true,false],[206,52,0,true,true,false],[207,36,0,true,true,false],[227,18,0,true,false,false],[231,16,0,true,true,false],[231,45,0,true,false,false],[231,46,0,true,true,false],[236,14,0,true,true,false],[237,10,0,true,false,false],[238,53,0,true,true,false],[238,54,0,true,false,false],[238,57,0,true,true,false],[238,58,0,true,false,false],[239,6,0,false,false,false],[241,64,0,true,true,false],[242,66,0,true,true,false],[244,10,0,true,true,false],[245,90,0,true,false,false],[246,6,0,false,false,false],[248,49,0,true,true,false],[252,6,0,false,false,false],[262,40,0,true,true,false],[263,38,0,true,true,false],[263,65,0,true,false,false],[264,6,0,false,false,false],[266,39,0,true,true,false],[267,38,0,true,true,false],[267,62,0,true,false,false],[268,6,0,false,false,false],[270,25,0,true,true,false],[271,49,0,true,true,false],[273,32,0,true,true,false],[276,20,0,true,true,false],[276,36,0,true,false,false],[276,37,0,true,true,false],[278,18,0,true,true,false],[279,20,0,true,true,false],[279,35,0,true,false,false],[279,36,0,true,true,false],[281,18,0,true,true,false],[283,14,0,true,false,false],[290,42,0,true,true,false],[291,36,0,true,true,false],[294,24,0,true,true,false],[294,40,0,true,false,false],[294,41,0,true,true,false],[295,64,0,true,true,false],[295,84,0,true,false,false],[296,22,0,true,true,false],[297,24,0,true,true,false],[297,39,0,true,false,false],[297,40,0,true,true,false],[298,61,0,true,true,false],[298,81,0,true,false,false],[299,22,0,true,true,false],[301,18,0,true,false,false],[304,20,0,true,true,false],[304,62,0,true,false,false],[304,63,0,true,true,false],[306,18,0,true,true,false],[307,14,0,true,false,false],[315,6,0,false,false,false],[318,133,0,true,true,false],[323,6,0,false,false,false],[326,71,0,true,true,false],[331,6,0,false,false,false],[334,74,0,true,true,false],[339,6,0,false,false,false],[342,91,0,true,true,false],[343,21,0,true,true,false],[348,10,0,true,false,false],[348,16,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[357,59,0,true,true,false],[373,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":59,"covered":0,"percent":0},"instantiations":{"count":61,"covered":0,"percent":0},"lines":{"count":728,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift","mcdc_records":[],"segments":[[7,27,0,true,true,false],[7,50,0,false,false,false],[9,56,0,true,true,false],[10,62,0,true,true,false],[10,66,0,true,false,false],[11,52,0,true,true,false],[11,81,0,true,false,false],[12,6,0,false,false,false],[14,25,0,true,true,false],[15,20,0,true,true,false],[16,37,0,true,true,false],[17,47,0,true,true,false],[18,73,0,true,true,false],[20,22,0,true,false,false],[23,20,0,true,true,false],[23,48,0,true,false,false],[23,49,0,true,true,false],[28,18,0,true,true,false],[29,14,0,true,false,false],[33,6,0,false,false,false],[35,67,0,true,true,false],[37,14,0,true,true,false],[37,67,0,true,false,false],[38,6,0,false,false,false],[46,59,0,true,true,false],[47,16,0,true,true,false],[47,32,0,true,false,false],[48,9,0,true,true,false],[49,24,0,true,false,false],[50,9,0,true,true,false],[51,21,0,true,false,false],[52,9,0,true,true,false],[53,28,0,true,false,false],[54,10,0,true,true,false],[55,6,0,false,false,false],[57,25,0,true,true,false],[58,49,0,true,true,false],[59,53,0,true,true,false],[60,47,0,true,true,false],[64,18,0,true,true,false],[66,57,0,true,true,false],[72,18,0,true,false,false],[76,44,0,true,true,false],[78,18,0,true,false,false],[85,16,0,true,true,false],[85,44,0,true,false,false],[85,45,0,true,true,false],[86,65,0,true,true,false],[87,40,0,true,true,false],[88,64,0,true,true,false],[89,48,0,true,true,false],[91,82,0,true,true,false],[94,34,0,true,false,false],[94,40,0,true,true,false],[97,34,0,true,false,false],[108,28,0,true,true,false],[108,57,0,true,false,false],[108,58,0,true,true,false],[112,26,0,true,true,false],[113,22,0,true,false,false],[115,14,0,true,true,false],[116,10,0,true,false,false],[122,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":332,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift","mcdc_records":[],"segments":[[13,44,0,true,true,false],[13,56,0,false,false,false],[14,79,0,true,true,false],[14,81,0,false,false,false],[15,77,0,true,true,false],[15,79,0,false,false,false],[16,44,0,true,true,false],[16,49,0,false,false,false],[17,37,0,true,true,false],[17,42,0,false,false,false],[18,76,0,true,true,false],[18,78,0,false,false,false],[19,51,0,true,true,false],[19,53,0,false,false,false],[32,7,0,true,true,false],[33,56,0,true,true,false],[33,84,0,true,false,false],[35,6,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[45,19,0,true,true,false],[46,24,0,true,true,false],[46,35,0,true,false,false],[47,17,0,true,true,false],[48,36,0,true,false,false],[49,17,0,true,true,false],[50,41,0,true,false,false],[51,17,0,true,true,false],[52,33,0,true,false,false],[53,17,0,true,true,false],[54,32,0,true,false,false],[55,18,0,true,true,false],[56,14,0,true,false,false],[65,15,0,true,true,false],[66,34,0,true,true,false],[66,82,0,true,false,false],[67,35,0,true,true,false],[67,83,0,true,false,false],[72,6,0,false,false,false],[76,35,0,true,true,false],[77,16,0,true,true,false],[82,41,0,true,true,false],[88,14,0,true,false,false],[93,6,0,false,false,false],[97,44,0,true,true,false],[98,29,0,true,true,false],[105,32,0,true,true,false],[119,14,0,true,false,false],[125,54,0,true,true,false],[130,14,0,true,false,false],[136,16,0,true,true,false],[136,34,0,true,false,false],[136,35,0,true,true,false],[137,37,0,true,true,false],[138,40,0,true,true,false],[144,22,0,true,false,false],[152,41,0,true,true,false],[153,56,0,true,true,false],[155,26,0,true,false,false],[159,43,0,true,true,false],[160,34,0,true,true,false],[162,30,0,true,false,false],[173,14,0,true,true,false],[174,10,0,true,false,false],[176,6,0,false,false,false],[178,73,0,true,true,false],[179,29,0,true,true,false],[186,10,0,true,false,false],[187,6,0,false,false,false],[189,49,0,true,true,false],[190,29,0,true,true,false],[191,16,0,true,true,false],[191,34,0,true,false,false],[191,35,0,true,true,false],[193,37,0,true,true,false],[206,41,0,true,true,false],[207,56,0,true,true,false],[209,26,0,true,false,false],[213,43,0,true,true,false],[214,34,0,true,true,false],[216,30,0,true,false,false],[222,14,0,true,true,false],[224,16,0,true,true,false],[224,41,0,true,false,false],[224,42,0,true,true,false],[225,37,0,true,true,false],[231,18,0,true,false,false],[232,20,0,true,true,false],[233,57,0,true,true,false],[237,60,0,true,true,false],[239,34,0,true,true,false],[239,72,0,true,false,false],[240,34,0,true,true,false],[241,36,0,true,true,false],[241,40,0,true,false,false],[241,41,0,true,true,false],[243,34,0,true,false,false],[243,40,0,true,true,false],[245,34,0,true,false,false],[247,28,0,true,true,false],[248,36,0,true,true,false],[252,30,0,true,false,false],[264,6,0,false,false,false],[266,87,0,true,true,false],[267,31,0,true,true,false],[267,38,0,true,false,false],[268,9,0,true,true,false],[268,31,0,true,false,false],[269,9,0,true,true,false],[269,30,0,true,false,false],[270,9,0,true,true,false],[270,31,0,true,false,false],[271,9,0,true,true,false],[271,40,0,true,false,false],[272,9,0,true,true,false],[272,30,0,true,false,false],[273,9,0,true,true,false],[273,28,0,true,false,false],[274,9,0,true,true,false],[274,39,0,true,false,false],[275,10,0,true,true,false],[277,43,0,true,false,false],[278,6,0,false,false,false],[280,41,0,true,true,false],[281,29,0,true,true,false],[295,10,0,true,false,false],[297,6,0,false,false,false],[299,40,0,true,true,false],[300,29,0,true,true,false],[301,41,0,true,true,false],[302,37,0,true,true,false],[314,24,0,true,true,false],[314,46,0,true,true,false],[314,93,0,true,false,false],[314,97,0,true,true,false],[314,140,0,true,false,false],[314,141,0,true,true,false],[315,45,0,true,true,false],[320,49,0,true,true,false],[321,64,0,true,true,false],[323,34,0,true,false,false],[327,53,0,true,true,false],[328,42,0,true,true,false],[330,44,0,true,true,false],[330,61,0,true,false,false],[330,62,0,true,true,false],[332,42,0,true,false,false],[344,22,0,true,true,false],[345,18,0,true,false,false],[347,23,0,true,true,false],[347,43,0,true,false,false],[347,44,0,true,true,false],[348,37,0,true,true,false],[357,18,0,true,false,false],[359,20,0,true,true,false],[360,57,0,true,true,false],[361,28,0,true,true,false],[365,44,0,true,true,false],[367,32,0,true,true,false],[367,53,0,true,false,false],[367,54,0,true,true,false],[369,30,0,true,true,false],[370,26,0,true,false,false],[375,32,0,true,true,false],[376,48,0,true,true,false],[377,51,0,true,true,false],[383,47,0,true,true,false],[384,68,0,true,true,false],[384,78,0,true,true,false],[385,44,0,true,true,false],[385,75,0,true,false,false],[385,76,0,true,true,false],[387,42,0,true,false,false],[387,48,0,true,true,false],[389,42,0,true,false,false],[399,6,0,false,false,false],[403,35,0,true,true,false],[404,16,0,true,true,false],[405,16,0,true,true,false],[405,43,0,true,false,false],[405,44,0,true,true,false],[406,32,0,true,true,false],[408,18,0,true,false,false],[410,14,0,true,true,false],[414,46,0,true,true,false],[414,60,0,true,false,false],[414,63,0,true,true,false],[414,73,0,true,false,false],[414,75,0,true,true,false],[416,14,0,true,false,false],[422,6,0,false,false,false],[424,38,0,true,true,false],[425,16,0,true,true,false],[425,27,0,true,false,false],[426,9,0,true,true,false],[427,18,0,true,false,false],[428,9,0,true,true,false],[429,41,0,true,true,false],[429,59,0,true,false,false],[430,9,0,true,true,false],[431,17,0,true,false,false],[432,9,0,true,true,false],[433,34,0,true,false,false],[434,10,0,true,true,false],[435,6,0,false,false,false],[439,27,0,true,true,false],[440,23,0,true,true,false],[441,20,0,true,true,false],[441,31,0,true,false,false],[442,13,0,true,true,false],[443,43,0,true,false,false],[444,13,0,true,true,false],[445,48,0,true,false,false],[446,13,0,true,true,false],[447,22,0,true,false,false],[448,14,0,true,true,false],[449,10,0,true,false,false],[450,6,0,false,false,false],[452,27,0,true,true,false],[453,23,0,true,true,false],[454,20,0,true,true,false],[454,31,0,true,false,false],[455,13,0,true,true,false],[456,48,0,true,false,false],[457,13,0,true,true,false],[458,28,0,true,false,false],[459,13,0,true,true,false],[460,27,0,true,false,false],[461,13,0,true,true,false],[462,22,0,true,false,false],[463,14,0,true,true,false],[464,10,0,true,false,false],[465,6,0,false,false,false],[467,30,0,true,true,false],[472,14,0,true,true,false],[473,16,0,true,true,false],[476,37,0,true,true,false],[478,18,0,true,false,false],[480,39,0,true,true,false],[482,18,0,true,true,false],[487,18,0,true,true,false],[489,37,0,true,true,false],[492,56,0,true,true,false],[492,88,0,true,false,false],[493,71,0,true,true,false],[493,75,0,true,false,false],[497,21,0,true,true,false],[498,37,0,true,true,false],[502,18,0,true,false,false],[503,14,0,true,true,false],[504,10,0,true,false,false],[505,6,0,false,false,false],[507,29,0,true,true,false],[508,44,0,true,true,false],[509,46,0,true,true,false],[509,74,0,true,false,false],[513,6,0,false,false,false],[515,47,0,true,true,false],[516,110,0,true,true,false],[518,10,0,true,false,false],[519,6,0,false,false,false],[521,40,0,true,true,false],[522,29,0,true,true,false],[522,60,0,true,false,false],[523,6,0,false,false,false],[525,61,0,true,true,false],[527,6,0,false,false,false],[529,69,0,true,true,false],[531,12,0,true,true,false],[531,35,0,true,false,false],[531,36,0,true,true,false],[533,10,0,true,true,false],[534,21,0,true,false,false],[535,6,0,false,false,false],[548,25,0,true,true,false],[549,29,0,true,true,false],[552,22,0,true,true,false],[552,36,0,true,false,false],[553,22,0,true,true,false],[553,41,0,true,false,false],[561,19,0,true,true,false],[562,32,0,true,true,false],[567,18,0,true,false,false],[567,24,0,true,true,false],[571,18,0,true,false,false],[585,16,0,true,true,false],[585,30,0,true,false,false],[585,31,0,true,true,false],[595,14,0,true,true,false],[596,10,0,true,false,false],[601,36,0,true,true,false],[601,66,0,true,false,false],[601,69,0,true,true,false],[601,106,0,true,false,false],[604,23,0,true,true,false],[605,40,0,true,true,false],[605,50,0,true,true,false],[607,10,0,true,false,false],[608,35,0,true,true,false],[608,39,0,true,false,false],[608,42,0,true,true,false],[608,45,0,true,false,false],[609,15,0,true,true,false],[611,10,0,true,false,false],[612,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":97,"covered":0,"percent":0},"instantiations":{"count":97,"covered":0,"percent":0},"lines":{"count":1501,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":184,"covered":0,"notcovered":184,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift","mcdc_records":[],"segments":[[9,38,0,true,true,false],[9,43,0,false,false,false],[11,49,0,true,true,false],[11,54,0,false,false,false],[17,7,0,true,true,false],[21,85,0,true,true,false],[21,121,0,true,false,false],[22,6,0,false,false,false],[24,44,0,true,true,false],[25,29,0,true,true,false],[25,57,0,true,false,false],[26,6,0,false,false,false],[28,34,0,true,true,false],[29,33,0,true,true,false],[29,57,0,true,false,false],[30,6,0,false,false,false],[32,25,0,true,true,false],[33,28,0,true,true,false],[35,16,0,true,true,false],[35,37,0,true,false,false],[35,38,0,true,true,false],[37,14,0,true,false,false],[37,20,0,true,true,false],[40,14,0,true,false,false],[43,16,0,true,true,false],[43,27,0,true,false,false],[43,28,0,true,true,false],[46,14,0,true,false,false],[46,23,0,true,true,false],[46,45,0,true,false,false],[46,46,0,true,true,false],[47,24,0,true,true,false],[48,63,0,true,true,false],[50,22,0,true,false,false],[51,26,0,true,true,false],[52,28,0,true,true,false],[56,22,0,true,false,false],[63,14,0,true,true,false],[66,16,0,true,true,false],[66,38,0,true,false,false],[66,39,0,true,true,false],[67,45,0,true,true,false],[68,28,0,true,true,false],[73,22,0,true,false,false],[80,14,0,true,true,false],[81,10,0,true,false,false],[83,82,0,true,true,false],[84,45,0,true,true,false],[84,47,0,true,false,false],[85,35,0,true,true,false],[87,14,0,true,false,false],[88,20,0,true,true,false],[97,10,0,true,false,false],[98,6,0,false,false,false],[103,43,0,true,true,false],[104,29,0,true,true,false],[109,53,0,true,true,false],[110,80,0,true,true,false],[110,82,0,true,false,false],[110,85,0,true,true,false],[110,88,0,true,false,false],[110,135,0,true,true,false],[110,137,0,true,false,false],[110,140,0,true,true,false],[110,143,0,true,false,false],[114,46,0,true,true,false],[118,18,0,true,true,false],[119,14,0,true,false,false],[124,18,0,true,true,false],[125,32,0,true,true,false],[125,52,0,true,false,false],[125,54,0,true,true,false],[127,18,0,true,false,false],[129,32,0,true,true,false],[129,43,0,true,false,false],[129,45,0,true,true,false],[131,18,0,true,false,false],[133,45,0,true,true,false],[135,18,0,true,false,false],[136,22,0,true,true,false],[139,14,0,true,false,false],[144,6,0,false,false,false],[147,39,0,true,true,false],[148,29,0,true,true,false],[161,33,0,true,true,false],[162,32,0,true,true,false],[162,52,0,true,false,false],[162,54,0,true,true,false],[164,18,0,true,false,false],[168,45,0,true,true,false],[170,18,0,true,false,false],[177,6,0,false,false,false],[182,43,0,true,true,false],[183,50,0,true,true,false],[185,16,0,true,true,false],[185,39,0,true,false,false],[185,40,0,true,true,false],[186,57,0,true,true,false],[192,30,0,true,true,false],[192,51,0,true,true,false],[192,78,0,true,true,false],[192,84,0,true,false,false],[193,30,0,true,true,false],[197,26,0,true,false,false],[198,24,0,true,true,false],[199,48,0,true,true,false],[200,36,0,true,true,false],[205,30,0,true,false,false],[212,14,0,true,true,false],[215,42,0,true,true,false],[217,14,0,true,true,false],[220,20,0,true,true,false],[221,59,0,true,true,false],[223,18,0,true,false,false],[224,22,0,true,true,false],[225,24,0,true,true,false],[229,18,0,true,false,false],[237,6,0,false,false,false],[240,67,0,true,true,false],[241,50,0,true,true,false],[243,20,0,true,true,false],[246,57,0,true,true,false],[252,18,0,true,false,false],[260,16,0,true,true,false],[260,37,0,true,false,false],[260,38,0,true,true,false],[261,57,0,true,true,false],[266,53,0,true,true,false],[268,22,0,true,false,false],[270,24,0,true,true,false],[270,46,0,true,false,false],[270,47,0,true,true,false],[275,22,0,true,true,false],[276,18,0,true,false,false],[277,20,0,true,true,false],[283,14,0,true,false,false],[286,16,0,true,true,false],[286,30,0,true,false,false],[286,31,0,true,true,false],[288,57,0,true,true,false],[289,40,0,true,true,false],[290,44,0,true,true,false],[297,26,0,true,false,false],[304,14,0,true,true,false],[305,10,0,true,false,false],[306,6,0,false,false,false],[310,33,0,true,true,false],[312,6,0,false,false,false],[314,41,0,true,true,false],[316,6,0,false,false,false],[318,38,0,true,true,false],[323,6,0,false,false,false],[325,32,0,true,true,false],[339,6,0,false,false,false],[347,25,0,true,true,false],[348,28,0,true,true,false],[350,32,0,true,true,false],[351,49,0,true,true,false],[359,18,0,true,false,false],[369,74,0,true,true,false],[377,14,0,true,true,false],[385,10,0,true,false,false],[390,6,0,false,false,false],[392,67,0,true,true,false],[393,16,0,true,true,false],[393,21,0,true,false,false],[394,9,0,true,true,false],[394,32,0,true,false,false],[395,9,0,true,true,false],[395,26,0,true,false,false],[396,9,0,true,true,false],[396,32,0,true,false,false],[397,9,0,true,true,false],[397,28,0,true,false,false],[398,9,0,true,true,false],[398,25,0,true,false,false],[399,10,0,true,true,false],[400,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":68,"covered":0,"percent":0},"instantiations":{"count":71,"covered":0,"percent":0},"lines":{"count":925,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":0,"notcovered":108,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift","mcdc_records":[],"segments":[[11,42,0,true,true,false],[11,47,0,false,false,false],[13,49,0,true,true,false],[13,54,0,false,false,false],[20,7,0,true,true,false],[25,85,0,true,true,false],[25,121,0,true,false,false],[26,6,0,false,false,false],[28,44,0,true,true,false],[29,34,0,true,true,false],[29,62,0,true,false,false],[30,6,0,false,false,false],[32,42,0,true,true,false],[33,45,0,true,true,false],[33,59,0,true,true,false],[34,46,0,true,true,false],[34,61,0,true,false,false],[35,6,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[40,20,0,true,true,false],[45,42,0,true,true,false],[49,18,0,true,false,false],[59,32,0,true,true,false],[67,78,0,true,true,false],[69,18,0,true,false,false],[69,24,0,true,true,false],[71,18,0,true,false,false],[75,47,0,true,true,false],[76,33,0,true,true,false],[79,29,0,true,true,false],[82,47,0,true,true,false],[82,75,0,true,false,false],[83,25,0,true,true,false],[85,26,0,true,false,false],[89,31,0,true,true,false],[92,22,0,true,false,false],[94,14,0,true,true,false],[95,10,0,true,false,false],[97,6,0,false,false,false],[102,45,0,true,true,false],[103,49,0,true,true,false],[113,24,0,true,true,false],[114,36,0,true,true,false],[115,49,0,true,true,false],[119,39,0,true,true,false],[120,75,0,true,true,false],[122,34,0,true,false,false],[134,28,0,true,true,false],[134,39,0,true,false,false],[134,41,0,true,true,false],[137,14,0,true,false,false],[144,6,0,false,false,false],[149,79,0,true,true,false],[150,20,0,true,true,false],[151,54,0,true,true,false],[153,57,0,true,true,false],[154,28,0,true,true,false],[156,34,0,true,true,false],[156,48,0,true,false,false],[157,34,0,true,true,false],[157,73,0,true,false,false],[166,28,0,true,true,false],[166,56,0,true,false,false],[166,57,0,true,true,false],[167,36,0,true,true,false],[169,30,0,true,false,false],[169,38,0,true,true,false],[172,30,0,true,false,false],[176,26,0,true,true,false],[177,22,0,true,false,false],[180,30,0,true,true,false],[180,53,0,true,true,false],[180,55,0,true,false,false],[181,30,0,true,true,false],[181,85,0,true,true,false],[181,88,0,true,false,false],[181,91,0,true,true,false],[181,93,0,true,false,false],[191,57,0,true,true,false],[196,30,0,true,true,false],[196,48,0,true,false,false],[197,30,0,true,true,false],[201,26,0,true,false,false],[202,24,0,true,true,false],[203,69,0,true,true,false],[204,36,0,true,true,false],[207,30,0,true,false,false],[216,57,0,true,true,false],[217,28,0,true,true,false],[227,22,0,true,false,false],[231,34,0,true,true,false],[231,59,0,true,false,false],[232,34,0,true,true,false],[232,81,0,true,false,false],[239,40,0,true,true,false],[240,66,0,true,true,false],[241,52,0,true,true,false],[243,30,0,true,false,false],[258,58,0,true,true,false],[259,28,0,true,true,false],[266,22,0,true,false,false],[268,24,0,true,true,false],[268,45,0,true,false,false],[268,46,0,true,true,false],[269,44,0,true,true,false],[270,51,0,true,true,false],[273,45,0,true,true,false],[276,38,0,true,false,false],[277,47,0,true,true,false],[280,38,0,true,false,false],[284,28,0,true,true,false],[292,22,0,true,false,false],[294,36,0,true,true,false],[294,47,0,true,false,false],[294,49,0,true,true,false],[296,22,0,true,false,false],[301,20,0,true,true,false],[301,34,0,true,false,false],[301,35,0,true,true,false],[303,61,0,true,true,false],[304,44,0,true,true,false],[305,48,0,true,true,false],[310,30,0,true,false,false],[317,18,0,true,true,false],[320,36,0,true,true,false],[326,18,0,true,false,false],[338,16,0,true,true,false],[345,36,0,true,true,false],[347,14,0,true,false,false],[353,6,0,false,false,false],[356,39,0,true,true,false],[357,29,0,true,true,false],[367,10,0,true,false,false],[369,6,0,false,false,false],[373,32,0,true,true,false],[384,6,0,false,false,false],[386,51,0,true,true,false],[387,49,0,true,true,false],[387,59,0,true,true,false],[389,61,0,true,true,false],[389,82,0,true,false,false],[389,84,0,true,true,false],[393,57,0,true,true,false],[395,14,0,true,false,false],[397,6,0,false,false,false],[399,32,0,true,true,false],[400,51,0,true,true,false],[400,61,0,true,true,false],[412,6,0,false,false,false],[422,25,0,true,true,false],[423,34,0,true,true,false],[424,32,0,true,true,false],[427,51,0,true,true,false],[427,57,0,true,false,false],[427,60,0,true,true,false],[427,70,0,true,false,false],[429,57,0,true,true,false],[432,50,0,true,true,false],[432,59,0,true,false,false],[432,62,0,true,true,false],[432,70,0,true,false,false],[433,55,0,true,true,false],[433,61,0,true,false,false],[433,64,0,true,true,false],[433,72,0,true,false,false],[437,55,0,true,true,false],[437,74,0,true,false,false],[437,77,0,true,true,false],[437,87,0,true,false,false],[442,20,0,true,true,false],[442,34,0,true,false,false],[442,35,0,true,true,false],[445,55,0,true,true,false],[445,61,0,true,false,false],[445,64,0,true,true,false],[445,71,0,true,false,false],[446,18,0,true,true,false],[447,14,0,true,false,false],[449,38,0,true,true,false],[449,55,0,true,false,false],[449,58,0,true,true,false],[449,69,0,true,false,false],[454,6,0,false,false,false],[464,25,0,true,true,false],[465,29,0,true,true,false],[467,32,0,true,true,false],[468,49,0,true,true,false],[476,18,0,true,false,false],[487,74,0,true,true,false],[493,14,0,true,true,false],[502,36,0,true,true,false],[505,14,0,true,false,false],[509,38,0,true,true,false],[513,14,0,true,false,false],[520,6,0,false,false,false],[522,67,0,true,true,false],[523,16,0,true,true,false],[523,21,0,true,false,false],[524,9,0,true,true,false],[524,32,0,true,false,false],[525,9,0,true,true,false],[525,26,0,true,false,false],[526,9,0,true,true,false],[526,32,0,true,false,false],[527,9,0,true,true,false],[527,28,0,true,false,false],[528,9,0,true,true,false],[528,25,0,true,false,false],[529,10,0,true,true,false],[530,6,0,false,false,false],[544,111,0,true,true,false],[550,65,0,true,true,false],[550,67,0,true,false,false],[551,6,0,false,false,false],[553,33,0,true,true,false],[567,6,0,false,false,false],[569,25,0,true,true,false],[570,28,0,true,true,false],[572,20,0,true,true,false],[577,42,0,true,true,false],[580,18,0,true,false,false],[589,24,0,true,true,false],[590,58,0,true,true,false],[592,61,0,true,true,false],[597,34,0,true,true,false],[597,65,0,true,false,false],[598,34,0,true,true,false],[598,72,0,true,true,false],[598,83,0,true,false,false],[608,61,0,true,true,false],[619,93,0,true,true,false],[620,61,0,true,true,false],[621,40,0,true,true,false],[623,34,0,true,false,false],[623,42,0,true,true,false],[627,34,0,true,false,false],[637,61,0,true,true,false],[643,22,0,true,false,false],[646,24,0,true,true,false],[646,37,0,true,false,false],[646,55,0,true,true,false],[647,65,0,true,true,false],[651,49,0,true,true,false],[652,52,0,true,true,false],[653,63,0,true,true,false],[661,38,0,true,false,false],[675,22,0,true,true,false],[676,18,0,true,false,false],[683,20,0,true,true,false],[691,32,0,true,true,false],[696,60,0,true,true,false],[696,63,0,true,false,false],[696,66,0,true,true,false],[696,77,0,true,false,false],[702,45,0,true,true,false],[702,59,0,true,false,false],[709,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":108,"covered":0,"percent":0},"instantiations":{"count":110,"covered":0,"percent":0},"lines":{"count":2219,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":161,"covered":0,"notcovered":161,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift","mcdc_records":[],"segments":[[31,25,0,true,true,false],[32,28,0,true,true,false],[34,33,0,true,true,false],[36,36,0,true,true,false],[38,40,0,true,true,false],[45,22,0,true,false,false],[52,40,0,true,true,false],[59,22,0,true,false,false],[88,6,0,false,false,false],[92,45,0,true,true,false],[93,16,0,true,true,false],[95,18,0,true,true,false],[102,14,0,true,false,false],[106,18,0,true,true,false],[113,14,0,true,false,false],[117,18,0,true,true,false],[120,14,0,true,false,false],[134,6,0,false,false,false],[139,49,0,true,true,false],[140,50,0,true,true,false],[142,85,0,true,true,false],[143,37,0,true,true,false],[148,61,0,true,true,false],[154,22,0,true,false,false],[163,14,0,true,true,false],[166,90,0,true,true,false],[167,37,0,true,true,false],[172,61,0,true,true,false],[176,44,0,true,true,false],[177,105,0,true,true,false],[178,52,0,true,true,false],[184,34,0,true,false,false],[185,36,0,true,true,false],[185,86,0,true,false,false],[185,87,0,true,true,false],[188,34,0,true,true,false],[189,30,0,true,false,false],[200,14,0,true,true,false],[201,10,0,true,false,false],[203,6,0,false,false,false],[208,42,0,true,true,false],[209,29,0,true,true,false],[210,30,0,true,true,false],[212,14,0,true,false,false],[219,47,0,true,true,false],[223,20,0,true,true,false],[223,60,0,true,false,false],[223,61,0,true,true,false],[225,28,0,true,true,false],[227,22,0,true,false,false],[227,30,0,true,true,false],[228,44,0,true,true,false],[231,26,0,true,false,false],[237,24,0,true,true,false],[239,28,0,true,true,false],[241,22,0,true,false,false],[241,30,0,true,true,false],[242,44,0,true,true,false],[245,26,0,true,false,false],[253,20,0,true,true,false],[253,55,0,true,false,false],[253,56,0,true,true,false],[255,28,0,true,true,false],[257,22,0,true,false,false],[257,30,0,true,true,false],[258,44,0,true,true,false],[261,26,0,true,false,false],[267,24,0,true,true,false],[269,28,0,true,true,false],[271,22,0,true,false,false],[271,30,0,true,true,false],[272,44,0,true,true,false],[275,26,0,true,false,false],[281,14,0,true,true,false],[282,10,0,true,false,false],[284,6,0,false,false,false],[291,58,0,true,true,false],[333,12,0,true,true,false],[333,34,0,true,false,false],[333,35,0,true,true,false],[336,10,0,true,false,false],[337,12,0,true,true,false],[337,34,0,true,false,false],[337,35,0,true,true,false],[340,10,0,true,false,false],[341,12,0,true,true,false],[341,34,0,true,false,false],[341,35,0,true,true,false],[344,10,0,true,false,false],[345,12,0,true,true,false],[345,34,0,true,false,false],[345,35,0,true,true,false],[348,10,0,true,false,false],[350,48,0,true,true,false],[350,67,0,true,false,false],[352,12,0,true,true,false],[352,29,0,true,false,false],[352,30,0,true,true,false],[354,10,0,true,false,false],[354,16,0,true,true,false],[356,10,0,true,false,false],[357,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":37,"covered":0,"percent":0},"instantiations":{"count":37,"covered":0,"percent":0},"lines":{"count":803,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift","mcdc_records":[],"segments":[[15,25,0,true,true,false],[16,49,0,true,true,false],[21,32,0,true,true,false],[27,22,0,true,true,false],[28,50,0,true,true,false],[29,37,0,true,true,false],[31,26,0,true,false,false],[33,26,0,true,true,false],[36,18,0,true,false,false],[41,6,0,false,false,false],[53,25,0,true,true,false],[54,28,0,true,true,false],[56,35,0,true,true,false],[61,14,0,true,false,false],[61,20,0,true,true,false],[66,14,0,true,false,false],[69,29,0,true,true,false],[69,42,0,true,false,false],[83,19,0,true,true,false],[85,10,0,true,false,false],[86,6,0,false,false,false],[88,32,0,true,true,false],[92,90,0,true,true,false],[95,10,0,true,true,false],[98,57,0,true,true,false],[98,70,0,true,false,false],[98,73,0,true,true,false],[98,95,0,true,false,false],[105,33,0,true,true,false],[107,16,0,true,true,false],[107,60,0,true,false,false],[107,61,0,true,true,false],[110,14,0,true,true,false],[111,10,0,true,true,false],[116,18,0,true,true,false],[116,31,0,true,false,false],[117,39,0,true,true,false],[117,53,0,true,false,false],[117,57,0,true,true,false],[117,70,0,true,false,false],[118,6,0,false,false,false],[120,42,0,true,true,false],[129,9,0,true,true,false],[131,10,0,true,false,false],[131,16,0,true,true,false],[134,10,0,true,false,false],[135,6,0,false,false,false],[146,32,0,true,true,false],[148,6,0,false,false,false],[150,25,0,true,true,false],[151,28,0,true,true,false],[152,28,0,true,true,false],[157,14,0,true,false,false],[157,20,0,true,true,false],[162,14,0,true,false,false],[178,19,0,true,true,false],[179,18,0,true,true,false],[181,14,0,true,false,false],[183,6,0,false,false,false],[193,58,0,true,true,false],[195,75,0,true,true,false],[197,10,0,true,true,false],[199,64,0,true,false,false],[200,6,0,false,false,false],[202,25,0,true,true,false],[203,28,0,true,true,false],[214,10,0,true,false,false],[225,6,0,false,false,false],[235,35,0,true,true,false],[237,6,0,false,false,false],[240,37,0,true,true,false],[242,6,0,false,false,false],[244,25,0,true,true,false],[245,28,0,true,true,false],[256,10,0,true,false,false],[267,6,0,false,false,false],[278,71,0,true,true,false],[282,6,0,false,false,false],[284,25,0,true,true,false],[285,49,0,true,true,false],[286,32,0,true,true,false],[296,14,0,true,false,false],[298,29,0,true,true,false],[302,14,0,true,true,false],[303,10,0,true,false,false],[306,6,0,false,false,false],[315,25,0,true,true,false],[316,49,0,true,true,false],[317,32,0,true,true,false],[319,39,0,true,true,false],[323,18,0,true,false,false],[323,24,0,true,true,false],[328,18,0,true,false,false],[343,19,0,true,true,false],[345,10,0,true,false,false],[346,6,0,false,false,false],[348,32,0,true,true,false],[349,117,0,true,true,false],[353,10,0,true,false,false],[354,6,0,false,false,false],[365,25,0,true,true,false],[366,49,0,true,true,false],[368,32,0,true,true,false],[376,14,0,true,false,false],[381,40,0,true,true,false],[383,14,0,true,false,false],[383,22,0,true,true,false],[387,14,0,true,false,false],[399,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":567,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":0,"notcovered":64,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,33,0,true,true,false],[10,53,0,true,true,false],[16,14,0,true,false,false],[19,6,0,false,false,false],[33,25,0,true,true,false],[34,49,0,true,true,false],[38,64,0,true,true,false],[62,24,0,true,true,false],[64,18,0,true,false,false],[64,26,0,true,true,false],[66,18,0,true,false,false],[73,64,0,true,true,false],[74,57,0,true,true,false],[83,18,0,true,false,false],[85,57,0,true,true,false],[95,18,0,true,false,false],[102,32,0,true,true,false],[107,14,0,true,true,false],[108,10,0,true,false,false],[109,6,0,false,false,false],[122,35,0,true,true,false],[123,27,0,true,true,false],[123,46,0,true,false,false],[124,6,0,false,false,false],[126,25,0,true,true,false],[127,12,0,true,true,false],[127,24,0,true,false,false],[127,25,0,true,true,false],[128,33,0,true,true,false],[129,37,0,true,true,false],[134,40,0,true,true,false],[143,22,0,true,false,false],[148,16,0,true,true,false],[149,24,0,true,true,false],[150,41,0,true,true,false],[153,24,0,true,true,false],[153,38,0,true,false,false],[153,39,0,true,true,false],[161,40,0,true,true,false],[164,43,0,true,true,false],[166,34,0,true,false,false],[167,49,0,true,true,false],[169,34,0,true,false,false],[170,43,0,true,true,false],[172,34,0,true,false,false],[176,22,0,true,true,false],[180,41,0,true,true,false],[183,60,0,true,true,false],[183,61,0,true,false,false],[183,64,0,true,true,false],[183,65,0,true,false,false],[185,51,0,true,true,false],[189,43,0,true,true,false],[191,34,0,true,false,false],[200,6,0,false,false,false],[212,46,0,true,true,false],[214,6,0,false,false,false],[217,49,0,true,true,false],[223,14,0,true,true,false],[225,10,0,true,true,false],[226,48,0,true,false,false],[227,6,0,false,false,false],[230,40,0,true,true,false],[232,6,0,false,false,false],[235,48,0,true,true,false],[237,6,0,false,false,false],[239,25,0,true,true,false],[240,50,0,true,true,false],[241,50,0,true,true,false],[242,57,0,true,true,false],[246,40,0,true,true,false],[253,60,0,true,true,false],[255,26,0,true,false,false],[255,73,0,true,true,false],[257,26,0,true,false,false],[257,61,0,true,true,false],[259,26,0,true,false,false],[259,73,0,true,true,false],[261,26,0,true,false,false],[261,32,0,true,true,false],[263,26,0,true,false,false],[266,57,0,true,true,false],[268,26,0,true,true,false],[271,22,0,true,false,false],[273,63,0,true,true,false],[277,22,0,true,true,false],[278,18,0,true,false,false],[285,30,0,true,true,false],[285,48,0,true,false,false],[286,30,0,true,true,false],[286,46,0,true,false,false],[294,22,0,true,true,false],[295,46,0,true,true,false],[295,66,0,true,false,false],[298,58,0,true,true,false],[298,72,0,true,false,false],[301,26,0,true,true,false],[305,18,0,true,false,false],[316,6,0,false,false,false],[319,78,0,true,true,false],[320,28,0,true,true,false],[321,20,0,true,true,false],[321,28,0,true,false,false],[322,13,0,true,true,false],[323,92,0,true,false,false],[325,13,0,true,true,false],[326,57,0,true,true,false],[329,24,0,true,true,false],[329,45,0,true,false,false],[329,46,0,true,true,false],[331,22,0,true,false,false],[331,28,0,true,true,false],[332,82,0,true,true,false],[333,32,0,true,true,false],[333,45,0,true,false,false],[333,46,0,true,true,false],[337,30,0,true,true,false],[339,26,0,true,false,false],[343,13,0,true,true,false],[344,28,0,true,false,false],[346,13,0,true,true,false],[351,18,0,true,false,false],[352,14,0,true,true,false],[353,10,0,true,false,false],[355,6,0,false,false,false],[358,107,0,true,true,false],[366,43,0,true,true,false],[368,45,0,true,true,false],[368,57,0,true,true,false],[371,56,0,true,true,false],[371,77,0,true,false,false],[371,80,0,true,true,false],[371,100,0,true,false,false],[372,54,0,true,true,false],[372,74,0,true,false,false],[372,77,0,true,true,false],[372,87,0,true,false,false],[375,10,0,true,true,false],[377,29,0,true,false,false],[378,6,0,false,false,false],[381,86,0,true,true,false],[382,28,0,true,true,false],[388,10,0,true,false,false],[389,6,0,false,false,false],[391,64,0,true,true,false],[411,54,0,true,true,false],[413,10,0,true,true,false],[418,12,0,true,true,false],[418,34,0,true,false,false],[418,35,0,true,true,false],[421,10,0,true,false,false],[421,19,0,true,true,false],[421,41,0,true,false,false],[421,42,0,true,true,false],[424,10,0,true,false,false],[424,19,0,true,true,false],[424,41,0,true,false,false],[424,42,0,true,true,false],[427,10,0,true,false,false],[427,19,0,true,true,false],[427,41,0,true,false,false],[427,42,0,true,true,false],[430,10,0,true,false,false],[432,57,0,true,true,false],[434,10,0,true,true,false],[436,43,0,true,false,false],[437,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":1020,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":102,"covered":0,"notcovered":102,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift","mcdc_records":[],"segments":[[8,50,0,true,true,false],[8,52,0,false,false,false],[10,46,0,true,true,false],[10,48,0,false,false,false],[11,47,0,true,true,false],[11,49,0,false,false,false],[12,43,0,true,true,false],[12,45,0,false,false,false],[13,43,0,true,true,false],[13,45,0,false,false,false],[16,53,0,true,true,false],[17,56,0,true,true,false],[17,70,0,true,false,false],[18,40,0,true,true,false],[18,54,0,true,false,false],[21,6,0,false,false,false],[23,43,0,true,true,false],[26,27,0,true,true,false],[28,10,0,true,true,false],[29,29,0,true,true,false],[30,16,0,true,true,false],[30,46,0,true,false,false],[30,47,0,true,true,false],[33,14,0,true,true,false],[34,37,0,true,true,false],[34,51,0,true,false,false],[36,6,0,false,false,false],[38,25,0,true,true,false],[39,49,0,true,true,false],[53,28,0,true,true,false],[53,41,0,true,false,false],[63,31,0,true,true,false],[64,30,0,true,true,false],[64,94,0,true,false,false],[66,29,0,true,true,false],[66,45,0,true,false,false],[67,31,0,true,true,false],[69,18,0,true,false,false],[70,34,0,true,true,false],[72,18,0,true,false,false],[75,19,0,true,true,false],[77,10,0,true,false,false],[78,85,0,true,true,false],[80,10,0,true,false,false],[82,60,0,true,true,false],[82,62,0,true,false,false],[84,22,0,true,true,false],[84,50,0,true,false,false],[85,22,0,true,true,false],[85,27,0,true,true,false],[85,30,0,true,false,false],[85,31,0,true,true,false],[85,58,0,true,false,false],[87,11,0,true,true,false],[88,45,0,true,true,false],[88,47,0,true,false,false],[91,50,0,true,true,false],[92,49,0,true,true,false],[94,26,0,true,true,false],[94,75,0,true,false,false],[95,24,0,true,true,false],[97,18,0,true,false,false],[102,20,0,true,true,false],[104,10,0,true,false,false],[108,22,0,true,true,false],[108,53,0,true,false,false],[109,22,0,true,true,false],[109,27,0,true,true,false],[109,30,0,true,false,false],[109,31,0,true,true,false],[109,61,0,true,false,false],[111,11,0,true,true,false],[112,45,0,true,true,false],[112,47,0,true,false,false],[113,50,0,true,true,false],[114,55,0,true,true,false],[116,18,0,true,false,false],[119,20,0,true,true,false],[120,51,0,true,true,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[125,6,0,false,false,false],[129,34,0,true,true,false],[139,37,0,true,true,false],[142,10,0,true,true,false],[144,14,0,true,true,false],[146,33,0,true,true,false],[147,20,0,true,true,false],[147,25,0,true,false,false],[147,26,0,true,true,false],[152,18,0,true,false,false],[152,24,0,true,true,false],[154,18,0,true,false,false],[157,6,0,false,false,false],[164,21,0,true,true,false],[175,43,0,true,true,false],[175,46,0,true,false,false],[175,49,0,true,true,false],[175,61,0,true,false,false],[177,6,0,false,false,false],[179,55,0,true,true,false],[185,6,0,false,false,false],[187,35,0,true,true,false],[188,14,0,true,true,false],[190,33,0,true,true,false],[191,45,0,true,true,false],[191,96,0,true,false,false],[194,6,0,false,false,false],[196,77,0,true,true,false],[197,14,0,true,true,false],[199,47,0,true,true,false],[199,71,0,true,false,false],[201,16,0,true,true,false],[202,20,0,true,true,false],[202,51,0,true,false,false],[202,52,0,true,true,false],[203,116,0,true,true,false],[204,18,0,true,false,false],[204,24,0,true,true,false],[205,80,0,true,true,false],[206,18,0,true,true,false],[208,67,0,true,true,false],[212,14,0,true,false,false],[212,21,0,true,true,false],[214,14,0,true,true,false],[215,10,0,true,false,false],[216,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":365,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":0,"notcovered":78,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift","mcdc_records":[],"segments":[[15,32,0,true,true,false],[15,52,0,false,false,false],[16,33,0,true,true,false],[16,53,0,false,false,false],[18,25,0,true,true,false],[19,29,0,true,true,false],[21,33,0,true,true,false],[23,36,0,true,true,false],[24,55,0,true,true,false],[31,36,0,true,true,false],[31,58,0,true,false,false],[32,38,0,true,true,false],[33,75,0,true,true,false],[34,61,0,true,true,false],[34,64,0,true,false,false],[34,67,0,true,true,false],[34,70,0,true,false,false],[46,36,0,true,true,false],[47,56,0,true,true,false],[54,36,0,true,true,false],[54,58,0,true,false,false],[55,38,0,true,true,false],[56,75,0,true,true,false],[57,61,0,true,true,false],[57,64,0,true,false,false],[57,67,0,true,true,false],[57,70,0,true,false,false],[76,6,0,false,false,false],[89,36,0,true,true,false],[89,41,0,false,false,false],[91,36,0,true,true,false],[93,6,0,false,false,false],[95,41,0,true,true,false],[96,33,0,true,true,false],[96,46,0,true,true,false],[103,42,0,true,true,false],[103,50,0,true,false,false],[104,6,0,false,false,false],[106,25,0,true,true,false],[107,28,0,true,true,false],[114,16,0,true,true,false],[114,31,0,true,false,false],[114,43,0,true,true,false],[118,14,0,true,false,false],[118,23,0,true,true,false],[118,33,0,true,false,false],[118,34,0,true,true,false],[122,14,0,true,true,false],[123,10,0,true,false,false],[133,34,0,true,true,false],[133,38,0,true,false,false],[133,41,0,true,true,false],[133,54,0,true,true,false],[133,58,0,true,false,false],[133,61,0,true,true,false],[133,64,0,true,false,false],[136,23,0,true,true,false],[137,54,0,true,true,false],[139,14,0,true,false,false],[140,67,0,true,true,false],[141,58,0,true,true,false],[143,18,0,true,false,false],[147,18,0,true,true,false],[149,13,0,false,true,false],[149,26,0,true,false,false],[150,20,0,true,true,false],[150,28,0,true,false,false],[150,29,0,true,true,false],[152,18,0,true,false,false],[152,24,0,true,true,false],[154,18,0,true,false,false],[155,13,0,false,true,false],[155,19,0,true,false,false],[157,6,0,false,false,false],[159,40,0,true,true,false],[160,12,0,true,true,false],[160,22,0,true,false,false],[160,23,0,true,true,false],[162,10,0,true,false,false],[162,19,0,true,true,false],[162,28,0,true,false,false],[162,29,0,true,true,false],[164,10,0,true,false,false],[164,19,0,true,true,false],[164,28,0,true,false,false],[164,29,0,true,true,false],[166,10,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[171,34,0,true,true,false],[172,12,0,true,true,false],[172,22,0,true,false,false],[172,23,0,true,true,false],[174,10,0,true,false,false],[174,19,0,true,true,false],[174,28,0,true,false,false],[174,29,0,true,true,false],[176,10,0,true,false,false],[176,16,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[181,36,0,true,true,false],[182,12,0,true,true,false],[182,22,0,true,false,false],[182,23,0,true,true,false],[184,10,0,true,false,false],[184,19,0,true,true,false],[184,28,0,true,false,false],[184,29,0,true,true,false],[186,10,0,true,false,false],[186,16,0,true,true,false],[188,10,0,true,false,false],[189,6,0,false,false,false],[191,38,0,true,true,false],[192,22,0,true,true,false],[192,23,0,true,false,false],[192,26,0,true,true,false],[192,27,0,true,false,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":383,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":0,"notcovered":67,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[11,45,0,false,false,false],[13,42,0,true,true,false],[13,47,0,false,false,false],[15,25,0,true,true,false],[16,28,0,true,true,false],[22,32,0,true,true,false],[23,62,0,true,true,false],[24,60,0,true,true,false],[24,63,0,true,false,false],[24,66,0,true,true,false],[24,69,0,true,false,false],[32,16,0,true,true,false],[32,29,0,true,false,false],[32,30,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[36,24,0,true,true,false],[37,63,0,true,true,false],[39,22,0,true,false,false],[40,26,0,true,true,false],[41,28,0,true,true,false],[45,22,0,true,false,false],[55,16,0,true,true,false],[55,31,0,true,false,false],[55,49,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,45,0,true,true,false],[68,50,0,true,true,false],[70,53,0,true,true,false],[75,26,0,true,true,false],[75,47,0,true,false,false],[76,26,0,true,true,false],[79,22,0,true,false,false],[80,20,0,true,true,false],[83,18,0,true,false,false],[95,53,0,true,true,false],[100,26,0,true,true,false],[100,76,0,true,false,false],[101,26,0,true,true,false],[102,32,0,true,true,false],[102,38,0,true,false,false],[103,25,0,true,true,false],[105,88,0,true,false,false],[106,25,0,true,true,false],[107,34,0,true,false,false],[108,26,0,true,true,false],[110,22,0,true,false,false],[111,20,0,true,true,false],[114,18,0,true,false,false],[120,26,0,true,true,false],[120,49,0,true,false,false],[121,26,0,true,true,false],[125,22,0,true,false,false],[126,20,0,true,true,false],[131,18,0,true,false,false],[138,20,0,true,true,false],[138,50,0,true,false,false],[138,51,0,true,true,false],[142,18,0,true,true,false],[143,14,0,true,false,false],[146,53,0,true,true,false],[150,37,0,true,true,false],[151,61,0,true,true,false],[155,32,0,true,true,false],[157,38,0,true,true,false],[157,65,0,true,false,false],[158,38,0,true,true,false],[161,34,0,true,false,false],[171,61,0,true,true,false],[175,32,0,true,true,false],[177,38,0,true,true,false],[177,65,0,true,false,false],[178,38,0,true,true,false],[181,34,0,true,false,false],[193,26,0,true,true,false],[193,59,0,true,false,false],[194,26,0,true,true,false],[197,22,0,true,false,false],[203,24,0,true,true,false],[208,30,0,true,true,false],[208,70,0,true,false,false],[209,30,0,true,true,false],[212,26,0,true,false,false],[222,26,0,true,true,false],[222,49,0,true,false,false],[223,26,0,true,true,false],[226,22,0,true,false,false],[232,20,0,true,true,false],[232,39,0,true,false,false],[232,40,0,true,true,false],[233,61,0,true,true,false],[238,101,0,true,true,false],[239,49,0,true,true,false],[240,58,0,true,true,false],[241,77,0,true,true,false],[246,50,0,true,true,false],[246,85,0,true,true,false],[246,86,0,true,false,false],[247,50,0,true,true,false],[248,52,0,true,true,false],[248,65,0,true,false,false],[248,66,0,true,true,false],[250,50,0,true,false,false],[250,56,0,true,true,false],[252,50,0,true,false,false],[268,18,0,true,true,false],[269,14,0,true,false,false],[272,20,0,true,true,false],[273,59,0,true,true,false],[277,18,0,true,false,false],[278,22,0,true,true,false],[279,24,0,true,true,false],[283,18,0,true,false,false],[296,6,0,false,false,false],[300,44,0,true,true,false],[301,49,0,true,true,false],[306,32,0,true,true,false],[307,72,0,true,true,false],[308,28,0,true,true,false],[309,28,0,true,true,false],[309,60,0,true,false,false],[309,61,0,true,true,false],[311,26,0,true,false,false],[311,32,0,true,true,false],[313,26,0,true,false,false],[315,30,0,true,true,false],[319,81,0,true,true,false],[319,87,0,true,false,false],[319,90,0,true,true,false],[319,98,0,true,false,false],[323,78,0,true,true,false],[323,90,0,true,false,false],[323,93,0,true,true,false],[323,130,0,true,false,false],[336,6,0,false,false,false],[340,67,0,true,true,false],[341,50,0,true,true,false],[342,20,0,true,true,false],[346,24,0,true,true,false],[347,62,0,true,true,false],[350,22,0,true,false,false],[351,26,0,true,true,false],[354,18,0,true,false,false],[360,33,0,true,true,false],[361,50,0,true,true,false],[366,33,0,true,true,false],[369,26,0,true,false,false],[379,6,0,false,false,false],[381,76,0,true,true,false],[388,6,0,false,false,false],[390,120,0,true,true,false],[391,32,0,true,true,false],[392,32,0,true,true,false],[397,14,0,true,false,false],[402,40,0,true,true,false],[402,52,0,true,false,false],[402,55,0,true,true,false],[402,92,0,true,false,false],[404,43,0,true,true,false],[404,49,0,true,false,false],[404,52,0,true,true,false],[404,60,0,true,false,false],[407,42,0,true,true,false],[407,54,0,true,false,false],[407,57,0,true,true,false],[407,85,0,true,false,false],[407,111,0,true,true,false],[407,112,0,true,false,false],[407,115,0,true,true,false],[407,116,0,true,false,false],[413,6,0,false,false,false],[417,33,0,true,true,false],[419,6,0,false,false,false],[426,92,0,true,true,false],[427,12,0,true,true,false],[427,76,0,true,false,false],[427,77,0,true,true,false],[427,96,0,true,true,false],[428,23,0,true,false,false],[429,6,0,false,false,false],[434,59,0,true,true,false],[435,52,0,true,true,false],[437,6,0,true,false,false],[438,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":75,"covered":0,"percent":0},"instantiations":{"count":75,"covered":0,"percent":0},"lines":{"count":1470,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[15,47,0,false,false,false],[17,176,0,true,true,false],[25,6,0,false,false,false],[27,25,0,true,true,false],[28,28,0,true,true,false],[30,20,0,true,true,false],[35,42,0,true,true,false],[39,18,0,true,false,false],[48,58,0,true,true,false],[49,37,0,true,true,false],[55,40,0,true,true,false],[56,70,0,true,true,false],[57,68,0,true,true,false],[57,71,0,true,false,false],[57,74,0,true,true,false],[57,77,0,true,false,false],[66,62,0,true,true,false],[71,34,0,true,true,false],[71,60,0,true,false,false],[72,34,0,true,true,false],[72,65,0,true,false,false],[73,28,0,true,true,false],[76,26,0,true,false,false],[89,62,0,true,true,false],[94,34,0,true,true,false],[94,89,0,true,false,false],[95,34,0,true,true,false],[96,40,0,true,true,false],[96,46,0,true,false,false],[97,33,0,true,true,false],[98,117,0,true,false,false],[99,33,0,true,true,false],[100,42,0,true,false,false],[101,34,0,true,true,false],[102,30,0,true,false,false],[103,28,0,true,true,false],[106,26,0,true,false,false],[112,34,0,true,true,false],[112,62,0,true,false,false],[113,34,0,true,true,false],[116,30,0,true,false,false],[117,28,0,true,true,false],[122,26,0,true,false,false],[129,28,0,true,true,false],[129,63,0,true,false,false],[129,64,0,true,true,false],[133,26,0,true,true,false],[134,22,0,true,false,false],[138,62,0,true,true,false],[142,45,0,true,true,false],[143,69,0,true,true,false],[147,40,0,true,true,false],[149,46,0,true,true,false],[149,78,0,true,false,false],[150,46,0,true,true,false],[150,83,0,true,false,false],[160,69,0,true,true,false],[164,40,0,true,true,false],[166,46,0,true,true,false],[166,78,0,true,false,false],[167,46,0,true,true,false],[167,83,0,true,false,false],[179,34,0,true,true,false],[179,72,0,true,false,false],[180,34,0,true,true,false],[180,77,0,true,false,false],[186,32,0,true,true,false],[191,38,0,true,true,false],[191,83,0,true,false,false],[192,38,0,true,true,false],[192,85,0,true,false,false],[202,34,0,true,true,false],[202,62,0,true,false,false],[203,34,0,true,true,false],[203,67,0,true,false,false],[209,28,0,true,true,false],[209,52,0,true,false,false],[209,53,0,true,true,false],[210,70,0,true,true,false],[217,109,0,true,true,false],[218,57,0,true,true,false],[219,66,0,true,true,false],[220,85,0,true,true,false],[225,58,0,true,true,false],[225,98,0,true,true,false],[225,99,0,true,false,false],[226,58,0,true,true,false],[227,60,0,true,true,false],[227,73,0,true,false,false],[227,74,0,true,true,false],[229,58,0,true,false,false],[229,64,0,true,true,false],[231,58,0,true,false,false],[251,109,0,true,true,false],[252,57,0,true,true,false],[253,66,0,true,true,false],[254,85,0,true,true,false],[259,58,0,true,true,false],[259,99,0,true,true,false],[259,100,0,true,false,false],[260,58,0,true,true,false],[261,60,0,true,true,false],[261,73,0,true,false,false],[261,74,0,true,true,false],[263,58,0,true,false,false],[263,64,0,true,true,false],[265,58,0,true,false,false],[280,26,0,true,true,false],[281,22,0,true,false,false],[285,24,0,true,true,false],[285,39,0,true,false,false],[285,57,0,true,true,false],[289,22,0,true,true,false],[290,18,0,true,false,false],[297,20,0,true,true,false],[303,40,0,true,true,false],[305,18,0,true,false,false],[316,19,0,true,true,false],[318,45,0,true,true,false],[321,14,0,true,false,false],[323,6,0,false,false,false],[327,44,0,true,true,false],[328,49,0,true,true,false],[333,32,0,true,true,false],[334,72,0,true,true,false],[335,28,0,true,true,false],[336,28,0,true,true,false],[336,65,0,true,false,false],[336,66,0,true,true,false],[338,26,0,true,false,false],[338,32,0,true,true,false],[340,26,0,true,false,false],[341,30,0,true,true,false],[345,86,0,true,true,false],[345,92,0,true,false,false],[345,95,0,true,true,false],[345,103,0,true,false,false],[349,83,0,true,true,false],[349,95,0,true,false,false],[349,98,0,true,true,false],[349,135,0,true,false,false],[362,6,0,false,false,false],[366,67,0,true,true,false],[367,50,0,true,true,false],[368,20,0,true,true,false],[372,24,0,true,true,false],[373,62,0,true,true,false],[376,22,0,true,false,false],[377,26,0,true,true,false],[380,18,0,true,false,false],[386,33,0,true,true,false],[387,50,0,true,true,false],[392,33,0,true,true,false],[394,26,0,true,false,false],[404,6,0,false,false,false],[406,76,0,true,true,false],[413,6,0,false,false,false],[415,120,0,true,true,false],[416,32,0,true,true,false],[417,32,0,true,true,false],[422,14,0,true,false,false],[427,40,0,true,true,false],[427,52,0,true,false,false],[427,55,0,true,true,false],[427,92,0,true,false,false],[429,43,0,true,true,false],[429,49,0,true,false,false],[429,52,0,true,true,false],[429,60,0,true,false,false],[432,42,0,true,true,false],[432,54,0,true,false,false],[432,57,0,true,true,false],[432,85,0,true,false,false],[432,111,0,true,true,false],[432,112,0,true,false,false],[432,115,0,true,true,false],[432,116,0,true,false,false],[438,6,0,false,false,false],[443,59,0,true,true,false],[444,52,0,true,true,false],[446,6,0,true,false,false],[447,2,0,false,false,false],[454,88,0,true,true,false],[455,8,0,true,true,false],[455,72,0,true,false,false],[455,73,0,true,true,false],[455,92,0,true,true,false],[456,19,0,true,false,false],[457,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":78,"covered":0,"percent":0},"instantiations":{"count":78,"covered":0,"percent":0},"lines":{"count":2077,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":118,"covered":0,"notcovered":118,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[11,45,0,false,false,false],[13,45,0,true,true,false],[13,50,0,false,false,false],[15,25,0,true,true,false],[16,28,0,true,true,false],[22,32,0,true,true,false],[23,62,0,true,true,false],[24,60,0,true,true,false],[24,63,0,true,false,false],[24,66,0,true,true,false],[24,69,0,true,false,false],[32,16,0,true,true,false],[32,29,0,true,false,false],[32,30,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[36,32,0,true,true,false],[37,63,0,true,true,false],[39,22,0,true,false,false],[40,20,0,true,true,false],[41,28,0,true,true,false],[45,22,0,true,false,false],[55,16,0,true,true,false],[55,34,0,true,false,false],[55,52,0,true,true,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[63,6,0,false,false,false],[67,45,0,true,true,false],[68,50,0,true,true,false],[70,53,0,true,true,false],[75,26,0,true,true,false],[75,79,0,true,false,false],[76,26,0,true,true,false],[77,32,0,true,true,false],[77,38,0,true,false,false],[78,25,0,true,true,false],[80,80,0,true,false,false],[81,25,0,true,true,false],[83,80,0,true,false,false],[84,25,0,true,true,false],[85,34,0,true,false,false],[86,26,0,true,true,false],[88,22,0,true,false,false],[89,20,0,true,true,false],[93,18,0,true,false,false],[99,26,0,true,true,false],[99,49,0,true,false,false],[100,26,0,true,true,false],[104,22,0,true,false,false],[105,20,0,true,true,false],[110,18,0,true,false,false],[117,20,0,true,true,false],[117,50,0,true,false,false],[117,51,0,true,true,false],[121,18,0,true,true,false],[122,14,0,true,false,false],[125,53,0,true,true,false],[129,37,0,true,true,false],[130,61,0,true,true,false],[134,32,0,true,true,false],[136,38,0,true,true,false],[136,65,0,true,false,false],[137,38,0,true,true,false],[140,34,0,true,false,false],[150,61,0,true,true,false],[154,32,0,true,true,false],[156,38,0,true,true,false],[156,65,0,true,false,false],[157,38,0,true,true,false],[160,34,0,true,false,false],[172,26,0,true,true,false],[172,59,0,true,false,false],[173,26,0,true,true,false],[176,22,0,true,false,false],[182,24,0,true,true,false],[187,30,0,true,true,false],[187,70,0,true,false,false],[188,30,0,true,true,false],[191,26,0,true,false,false],[201,26,0,true,true,false],[201,49,0,true,false,false],[202,26,0,true,true,false],[205,22,0,true,false,false],[211,20,0,true,true,false],[211,39,0,true,false,false],[211,40,0,true,true,false],[212,61,0,true,true,false],[217,93,0,true,true,false],[218,49,0,true,true,false],[219,58,0,true,true,false],[220,77,0,true,true,false],[225,50,0,true,true,false],[225,85,0,true,true,false],[225,86,0,true,false,false],[226,50,0,true,true,false],[227,52,0,true,true,false],[227,65,0,true,false,false],[227,66,0,true,true,false],[229,50,0,true,false,false],[229,56,0,true,true,false],[231,50,0,true,false,false],[247,18,0,true,true,false],[248,14,0,true,false,false],[251,28,0,true,true,false],[252,59,0,true,true,false],[256,18,0,true,false,false],[257,16,0,true,true,false],[258,24,0,true,true,false],[262,18,0,true,false,false],[275,6,0,false,false,false],[279,44,0,true,true,false],[280,49,0,true,true,false],[285,32,0,true,true,false],[286,64,0,true,true,false],[287,36,0,true,true,false],[288,28,0,true,true,false],[288,60,0,true,false,false],[288,61,0,true,true,false],[290,26,0,true,false,false],[290,32,0,true,true,false],[292,26,0,true,false,false],[294,24,0,true,true,false],[298,81,0,true,true,false],[298,87,0,true,false,false],[298,90,0,true,true,false],[298,98,0,true,false,false],[302,78,0,true,true,false],[302,90,0,true,false,false],[302,93,0,true,true,false],[302,130,0,true,false,false],[315,6,0,false,false,false],[319,70,0,true,true,false],[320,50,0,true,true,false],[321,20,0,true,true,false],[325,32,0,true,true,false],[326,62,0,true,true,false],[329,22,0,true,false,false],[330,20,0,true,true,false],[333,18,0,true,false,false],[339,33,0,true,true,false],[340,53,0,true,true,false],[345,33,0,true,true,false],[348,26,0,true,false,false],[358,6,0,false,false,false],[360,81,0,true,true,false],[367,6,0,false,false,false],[369,125,0,true,true,false],[370,32,0,true,true,false],[371,32,0,true,true,false],[376,14,0,true,false,false],[381,40,0,true,true,false],[381,52,0,true,false,false],[381,55,0,true,true,false],[381,92,0,true,false,false],[383,43,0,true,true,false],[383,49,0,true,false,false],[383,52,0,true,true,false],[383,60,0,true,false,false],[386,42,0,true,true,false],[386,54,0,true,false,false],[386,57,0,true,true,false],[386,85,0,true,false,false],[386,111,0,true,true,false],[386,112,0,true,false,false],[386,115,0,true,true,false],[386,116,0,true,false,false],[392,6,0,false,false,false],[396,33,0,true,true,false],[398,6,0,false,false,false],[406,87,0,true,true,false],[407,12,0,true,true,false],[407,59,0,true,false,false],[407,60,0,true,true,false],[407,79,0,true,true,false],[408,12,0,true,true,false],[408,56,0,true,false,false],[408,57,0,true,true,false],[408,76,0,true,true,false],[409,23,0,true,false,false],[410,6,0,false,false,false],[415,59,0,true,true,false],[416,52,0,true,true,false],[418,6,0,true,false,false],[419,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":71,"covered":0,"percent":0},"instantiations":{"count":71,"covered":0,"percent":0},"lines":{"count":1405,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":114,"covered":0,"notcovered":114,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift","mcdc_records":[],"segments":[[15,45,0,true,true,false],[15,50,0,false,false,false],[17,160,0,true,true,false],[25,6,0,false,false,false],[27,25,0,true,true,false],[28,28,0,true,true,false],[30,20,0,true,true,false],[35,42,0,true,true,false],[39,18,0,true,false,false],[48,58,0,true,true,false],[49,37,0,true,true,false],[55,40,0,true,true,false],[56,70,0,true,true,false],[57,68,0,true,true,false],[57,71,0,true,false,false],[57,74,0,true,true,false],[57,77,0,true,false,false],[66,62,0,true,true,false],[71,34,0,true,true,false],[71,92,0,true,false,false],[72,34,0,true,true,false],[73,40,0,true,true,false],[73,46,0,true,false,false],[74,33,0,true,true,false],[75,103,0,true,false,false],[76,33,0,true,true,false],[77,100,0,true,false,false],[78,33,0,true,true,false],[79,42,0,true,false,false],[80,34,0,true,true,false],[81,30,0,true,false,false],[82,28,0,true,true,false],[86,26,0,true,false,false],[92,34,0,true,true,false],[92,62,0,true,false,false],[93,34,0,true,true,false],[96,30,0,true,false,false],[97,28,0,true,true,false],[102,26,0,true,false,false],[109,28,0,true,true,false],[109,63,0,true,false,false],[109,64,0,true,true,false],[113,26,0,true,true,false],[114,22,0,true,false,false],[118,62,0,true,true,false],[122,45,0,true,true,false],[123,69,0,true,true,false],[127,40,0,true,true,false],[129,46,0,true,true,false],[129,78,0,true,false,false],[130,46,0,true,true,false],[130,83,0,true,false,false],[140,69,0,true,true,false],[144,40,0,true,true,false],[146,46,0,true,true,false],[146,78,0,true,false,false],[147,46,0,true,true,false],[147,83,0,true,false,false],[159,34,0,true,true,false],[159,72,0,true,false,false],[160,34,0,true,true,false],[160,77,0,true,false,false],[166,32,0,true,true,false],[171,38,0,true,true,false],[171,83,0,true,false,false],[172,38,0,true,true,false],[172,85,0,true,false,false],[182,34,0,true,true,false],[182,62,0,true,false,false],[183,34,0,true,true,false],[183,67,0,true,false,false],[189,28,0,true,true,false],[189,52,0,true,false,false],[189,53,0,true,true,false],[190,70,0,true,true,false],[197,101,0,true,true,false],[198,57,0,true,true,false],[199,66,0,true,true,false],[200,85,0,true,true,false],[205,58,0,true,true,false],[205,98,0,true,true,false],[205,99,0,true,false,false],[206,58,0,true,true,false],[207,60,0,true,true,false],[207,73,0,true,false,false],[207,74,0,true,true,false],[209,58,0,true,false,false],[209,64,0,true,true,false],[211,58,0,true,false,false],[231,85,0,true,true,false],[235,34,0,true,false,false],[241,101,0,true,true,false],[242,57,0,true,true,false],[243,66,0,true,true,false],[244,85,0,true,true,false],[249,58,0,true,true,false],[249,99,0,true,true,false],[249,100,0,true,false,false],[250,58,0,true,true,false],[251,60,0,true,true,false],[251,73,0,true,false,false],[251,74,0,true,true,false],[253,58,0,true,false,false],[253,64,0,true,true,false],[255,58,0,true,false,false],[270,26,0,true,true,false],[271,22,0,true,false,false],[275,24,0,true,true,false],[275,42,0,true,false,false],[275,60,0,true,true,false],[279,22,0,true,true,false],[280,18,0,true,false,false],[287,20,0,true,true,false],[293,40,0,true,true,false],[295,18,0,true,false,false],[306,19,0,true,true,false],[308,45,0,true,true,false],[311,14,0,true,false,false],[313,6,0,false,false,false],[317,44,0,true,true,false],[318,49,0,true,true,false],[323,32,0,true,true,false],[324,64,0,true,true,false],[325,36,0,true,true,false],[326,28,0,true,true,false],[326,65,0,true,false,false],[326,66,0,true,true,false],[328,26,0,true,false,false],[328,32,0,true,true,false],[330,26,0,true,false,false],[331,24,0,true,true,false],[335,86,0,true,true,false],[335,92,0,true,false,false],[335,95,0,true,true,false],[335,103,0,true,false,false],[339,83,0,true,true,false],[339,95,0,true,false,false],[339,98,0,true,true,false],[339,135,0,true,false,false],[352,6,0,false,false,false],[356,70,0,true,true,false],[357,50,0,true,true,false],[358,20,0,true,true,false],[362,32,0,true,true,false],[363,62,0,true,true,false],[366,22,0,true,false,false],[367,20,0,true,true,false],[370,18,0,true,false,false],[376,33,0,true,true,false],[377,53,0,true,true,false],[382,33,0,true,true,false],[384,26,0,true,false,false],[394,6,0,false,false,false],[396,81,0,true,true,false],[403,6,0,false,false,false],[405,125,0,true,true,false],[406,32,0,true,true,false],[407,32,0,true,true,false],[412,14,0,true,false,false],[417,40,0,true,true,false],[417,52,0,true,false,false],[417,55,0,true,true,false],[417,92,0,true,false,false],[419,43,0,true,true,false],[419,49,0,true,false,false],[419,52,0,true,true,false],[419,60,0,true,false,false],[422,42,0,true,true,false],[422,54,0,true,false,false],[422,57,0,true,true,false],[422,85,0,true,false,false],[422,111,0,true,true,false],[422,112,0,true,false,false],[422,115,0,true,true,false],[422,116,0,true,false,false],[428,6,0,false,false,false],[434,56,0,true,true,false],[436,18,0,true,true,false],[437,20,0,true,true,false],[437,58,0,true,false,false],[437,59,0,true,true,false],[439,18,0,true,false,false],[439,27,0,true,true,false],[439,79,0,true,false,false],[439,80,0,true,true,false],[441,18,0,true,false,false],[441,24,0,true,true,false],[443,18,0,true,false,false],[445,18,0,true,true,false],[446,24,0,true,true,false],[446,30,0,true,false,false],[447,17,0,true,true,false],[448,57,0,true,false,false],[449,17,0,true,true,false],[450,72,0,true,false,false],[451,17,0,true,true,false],[454,26,0,true,false,false],[455,18,0,true,true,false],[456,14,0,true,false,false],[458,6,0,false,false,false],[463,59,0,true,true,false],[464,52,0,true,true,false],[466,6,0,true,false,false],[467,2,0,false,false,false],[475,83,0,true,true,false],[476,8,0,true,true,false],[476,55,0,true,false,false],[476,56,0,true,true,false],[476,75,0,true,true,false],[477,8,0,true,true,false],[477,52,0,true,false,false],[477,53,0,true,true,false],[477,72,0,true,true,false],[478,19,0,true,false,false],[479,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":78,"covered":0,"percent":0},"instantiations":{"count":78,"covered":0,"percent":0},"lines":{"count":2089,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":132,"covered":0,"notcovered":132,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift","mcdc_records":[],"segments":[[15,45,0,true,true,false],[15,50,0,false,false,false],[17,41,0,true,true,false],[17,46,0,false,false,false],[21,66,0,true,true,false],[21,71,0,false,false,false],[23,46,0,true,true,false],[24,40,0,true,true,false],[25,55,0,true,true,false],[27,14,0,true,true,false],[28,23,0,true,false,false],[30,6,0,false,false,false],[32,25,0,true,true,false],[33,49,0,true,true,false],[42,49,0,true,true,false],[44,36,0,true,true,false],[48,39,0,true,true,false],[48,55,0,true,false,false],[67,35,0,true,true,false],[67,60,0,true,false,false],[68,36,0,true,true,false],[70,22,0,true,false,false],[71,38,0,true,true,false],[73,22,0,true,false,false],[76,39,0,true,true,false],[78,18,0,true,false,false],[81,50,0,true,true,false],[82,77,0,true,true,false],[84,14,0,true,false,false],[86,39,0,true,true,false],[89,55,0,true,true,false],[89,98,0,true,false,false],[90,25,0,true,true,false],[93,18,0,true,false,false],[94,27,0,true,true,false],[96,18,0,true,false,false],[99,46,0,true,true,false],[101,45,0,true,true,false],[103,18,0,true,false,false],[104,55,0,true,true,false],[104,98,0,true,false,false],[105,25,0,true,true,false],[109,18,0,true,false,false],[110,27,0,true,true,false],[113,18,0,true,false,false],[116,6,0,false,false,false],[120,50,0,true,true,false],[121,49,0,true,true,false],[122,20,0,true,true,false],[128,32,0,true,true,false],[128,61,0,true,false,false],[128,63,0,true,true,false],[131,18,0,true,false,false],[138,22,0,true,true,false],[138,47,0,true,false,false],[139,22,0,true,true,false],[142,18,0,true,false,false],[143,16,0,true,true,false],[146,14,0,true,false,false],[152,16,0,true,true,false],[152,51,0,true,false,false],[152,52,0,true,true,false],[154,26,0,true,true,false],[154,51,0,true,false,false],[155,26,0,true,true,false],[160,22,0,true,false,false],[161,20,0,true,true,false],[164,18,0,true,false,false],[168,27,0,true,true,false],[170,18,0,true,false,false],[171,14,0,true,true,false],[176,10,0,true,false,false],[177,6,0,false,false,false],[179,47,0,true,true,false],[180,16,0,true,true,false],[180,37,0,true,false,false],[181,9,0,true,true,false],[182,78,0,true,false,false],[183,9,0,true,true,false],[184,63,0,true,false,false],[185,10,0,true,true,false],[186,6,0,false,false,false],[190,50,0,true,true,false],[192,63,0,true,true,false],[192,106,0,true,false,false],[192,108,0,true,true,false],[196,10,0,true,false,false],[196,16,0,true,true,false],[200,10,0,true,false,false],[201,6,0,false,false,false],[203,60,0,true,true,false],[204,61,0,true,true,false],[204,84,0,true,false,false],[204,91,0,true,true,false],[204,101,0,true,true,false],[207,6,0,false,false,false],[209,57,0,true,true,false],[214,6,0,false,false,false],[216,42,0,true,true,false],[217,35,0,true,true,false],[217,50,0,true,false,false],[221,41,0,true,true,false],[221,89,0,true,false,false],[222,9,0,true,true,false],[224,10,0,true,false,false],[225,6,0,false,false,false],[227,82,0,true,true,false],[228,48,0,true,true,false],[228,91,0,true,false,false],[229,74,0,true,true,false],[229,100,0,true,false,false],[232,54,0,true,true,false],[233,16,0,true,true,false],[233,63,0,true,false,false],[233,64,0,true,true,false],[235,14,0,true,true,false],[242,10,0,true,true,false],[244,6,0,false,false,false],[246,62,0,true,true,false],[248,12,0,true,true,false],[248,35,0,true,false,false],[248,36,0,true,true,false],[250,10,0,true,true,false],[251,21,0,true,false,false],[252,6,0,false,false,false],[273,57,0,true,true,false],[273,110,0,false,false,false],[274,6,0,true,true,false],[274,47,0,false,false,false],[274,87,0,true,true,false],[274,110,0,false,false,false],[275,6,0,true,true,false],[275,62,0,false,false,false],[275,109,0,true,true,false],[275,113,0,false,false,false],[283,43,0,true,true,false],[285,10,0,false,false,false],[293,7,0,true,true,false],[299,24,0,true,true,false],[302,20,0,true,true,false],[302,34,0,true,false,false],[303,13,0,true,true,false],[306,61,0,true,true,false],[306,63,0,true,false,false],[312,13,0,true,true,false],[320,54,0,true,false,false],[321,13,0,true,true,false],[327,59,0,true,true,false],[327,61,0,true,false,false],[330,13,0,true,true,false],[338,59,0,true,true,false],[338,61,0,true,false,false],[339,14,0,true,true,false],[340,10,0,true,false,false],[340,16,0,true,true,false],[351,10,0,true,true,false],[352,6,0,false,false,false],[354,25,0,true,true,false],[355,29,0,true,true,false],[356,35,0,true,true,false],[356,49,0,true,false,false],[356,52,0,true,true,false],[356,67,0,true,false,false],[359,18,0,true,true,false],[362,26,0,true,true,false],[362,40,0,true,false,false],[363,26,0,true,true,false],[363,49,0,true,false,false],[370,56,0,true,true,false],[371,62,0,true,true,false],[374,22,0,true,false,false],[378,43,0,true,true,false],[380,24,0,true,true,false],[380,56,0,true,false,false],[380,84,0,true,true,false],[382,22,0,true,false,false],[386,20,0,true,true,false],[386,45,0,true,false,false],[386,69,0,true,true,false],[387,40,0,true,true,false],[390,65,0,true,true,false],[395,58,0,true,true,false],[397,30,0,true,false,false],[404,18,0,true,true,false],[406,24,0,true,true,false],[406,34,0,true,false,false],[407,17,0,true,true,false],[408,28,0,true,true,false],[412,45,0,true,true,false],[414,26,0,true,false,false],[421,17,0,true,true,false],[424,78,0,true,false,false],[425,17,0,true,true,false],[426,28,0,true,true,false],[430,45,0,true,true,false],[432,26,0,true,false,false],[437,56,0,true,true,false],[438,44,0,true,true,false],[444,26,0,true,false,false],[445,22,0,true,true,false],[449,86,0,true,false,false],[450,17,0,true,true,false],[451,28,0,true,true,false],[456,45,0,true,true,false],[458,26,0,true,false,false],[464,56,0,true,true,false],[465,44,0,true,true,false],[471,26,0,true,false,false],[472,22,0,true,true,false],[477,61,0,true,false,false],[478,18,0,true,true,false],[484,48,0,true,true,false],[488,18,0,true,true,false],[489,14,0,true,false,false],[492,20,0,true,true,false],[493,34,0,true,true,false],[493,48,0,true,false,false],[499,32,0,true,true,false],[499,42,0,true,false,false],[508,19,0,true,true,false],[511,10,0,true,false,false],[512,99,0,true,true,false],[515,16,0,true,true,false],[515,52,0,true,false,false],[515,53,0,true,true,false],[518,20,0,true,true,false],[518,29,0,true,false,false],[518,53,0,true,true,false],[520,18,0,true,false,false],[523,6,0,false,false,false],[525,31,0,true,true,false],[527,6,0,false,false,false],[529,42,0,true,true,false],[530,12,0,true,true,false],[530,33,0,true,false,false],[530,34,0,true,true,false],[532,10,0,true,true,false],[533,12,0,true,true,false],[533,57,0,true,false,false],[533,58,0,true,true,false],[535,10,0,true,true,false],[537,87,0,true,true,false],[539,10,0,true,false,false],[539,19,0,true,true,false],[539,55,0,true,false,false],[539,56,0,true,true,false],[541,10,0,true,true,false],[543,16,0,true,true,false],[543,26,0,true,false,false],[544,9,0,true,true,false],[545,16,0,true,true,false],[545,31,0,true,false,false],[545,32,0,true,true,false],[547,14,0,true,false,false],[548,9,0,true,true,false],[549,16,0,true,true,false],[549,27,0,true,false,false],[549,28,0,true,true,false],[551,14,0,true,false,false],[552,9,0,true,true,false],[553,16,0,true,true,false],[553,34,0,true,false,false],[553,35,0,true,true,false],[555,14,0,true,false,false],[556,9,0,true,true,false],[557,16,0,true,true,false],[557,34,0,true,false,false],[557,35,0,true,true,false],[559,14,0,true,true,false],[560,16,0,true,true,false],[560,41,0,true,false,false],[560,42,0,true,true,false],[562,14,0,true,false,false],[563,10,0,true,true,false],[565,19,0,true,false,false],[566,6,0,false,false,false],[569,44,0,true,true,false],[570,40,0,true,true,false],[570,54,0,true,true,false],[575,12,0,true,true,false],[575,92,0,true,false,false],[575,93,0,true,true,false],[577,10,0,true,true,false],[579,12,0,true,true,false],[579,34,0,true,false,false],[579,35,0,true,true,false],[581,10,0,true,true,false],[583,19,0,true,false,false],[584,6,0,false,false,false],[587,44,0,true,true,false],[588,40,0,true,true,false],[588,54,0,true,true,false],[592,12,0,true,true,false],[592,65,0,true,false,false],[592,66,0,true,true,false],[594,10,0,true,true,false],[601,12,0,true,true,false],[601,21,0,true,false,false],[601,37,0,true,true,false],[603,10,0,true,true,false],[605,19,0,true,false,false],[606,6,0,false,false,false],[608,25,0,true,true,false],[609,45,0,true,true,false],[609,55,0,true,false,false],[610,9,0,true,true,false],[611,62,0,true,true,false],[611,65,0,true,false,false],[611,68,0,true,true,false],[611,76,0,true,false,false],[612,9,0,true,true,false],[613,22,0,true,false,false],[614,9,0,true,true,false],[615,66,0,true,true,false],[615,69,0,true,false,false],[615,72,0,true,true,false],[615,82,0,true,false,false],[616,9,0,true,true,false],[617,66,0,true,true,false],[617,69,0,true,false,false],[617,72,0,true,true,false],[617,82,0,true,false,false],[618,10,0,true,true,false],[621,32,0,true,true,false],[621,38,0,true,false,false],[627,6,0,false,false,false],[631,33,0,true,true,false],[636,6,0,false,false,false],[640,36,0,true,true,false],[648,12,0,true,true,false],[648,35,0,true,false,false],[648,57,0,true,true,false],[651,16,0,true,true,false],[651,49,0,true,false,false],[651,50,0,true,true,false],[653,14,0,true,false,false],[653,20,0,true,true,false],[655,14,0,true,false,false],[657,16,0,true,true,false],[657,34,0,true,false,false],[657,35,0,true,true,false],[659,14,0,true,false,false],[661,6,0,false,false,false],[663,36,0,true,true,false],[678,75,0,true,true,false],[680,10,0,true,false,false],[681,61,0,true,true,false],[683,10,0,true,false,false],[686,61,0,true,true,false],[688,10,0,true,false,false],[689,59,0,true,true,false],[691,10,0,true,false,false],[692,59,0,true,true,false],[694,10,0,true,false,false],[697,59,0,true,true,false],[699,10,0,true,false,false],[700,61,0,true,true,false],[702,10,0,true,false,false],[706,12,0,true,true,false],[706,35,0,true,false,false],[706,57,0,true,true,false],[709,16,0,true,true,false],[709,49,0,true,false,false],[709,50,0,true,true,false],[711,14,0,true,false,false],[711,20,0,true,true,false],[713,14,0,true,false,false],[715,16,0,true,true,false],[715,34,0,true,false,false],[715,35,0,true,true,false],[717,14,0,true,false,false],[719,6,0,false,false,false],[721,33,0,true,true,false],[730,12,0,true,true,false],[730,35,0,true,false,false],[730,57,0,true,true,false],[733,64,0,true,true,false],[733,66,0,true,false,false],[738,6,0,false,false,false],[740,39,0,true,true,false],[742,6,0,false,false,false],[744,57,0,true,true,false],[746,6,0,false,false,false],[748,36,0,true,true,false],[750,6,0,false,false,false],[752,55,0,true,true,false],[755,35,0,true,true,false],[758,10,0,true,true,false],[759,67,0,true,true,false],[761,10,0,true,false,false],[761,19,0,true,true,false],[761,55,0,true,false,false],[761,56,0,true,true,false],[763,10,0,true,false,false],[763,16,0,true,true,false],[765,10,0,true,false,false],[766,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":99,"covered":0,"percent":0},"instantiations":{"count":100,"covered":0,"percent":0},"lines":{"count":1377,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":237,"covered":0,"notcovered":237,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift","mcdc_records":[],"segments":[[16,48,0,true,true,false],[18,21,0,true,true,false],[18,35,0,true,false,false],[19,21,0,true,true,false],[19,40,0,true,false,false],[20,6,0,false,false,false],[23,52,0,true,true,false],[25,21,0,true,true,false],[25,35,0,true,false,false],[26,21,0,true,true,false],[26,40,0,true,false,false],[27,6,0,false,false,false],[30,51,0,true,true,false],[32,21,0,true,true,false],[32,38,0,true,false,false],[33,21,0,true,true,false],[33,40,0,true,false,false],[34,6,0,false,false,false],[37,51,0,true,true,false],[39,21,0,true,true,false],[39,38,0,true,false,false],[40,21,0,true,true,false],[40,40,0,true,false,false],[41,6,0,false,false,false],[43,25,0,true,true,false],[44,49,0,true,true,false],[46,20,0,true,true,false],[59,14,0,true,false,false],[66,24,0,true,true,false],[67,58,0,true,true,false],[69,24,0,true,true,false],[69,44,0,true,false,false],[69,45,0,true,true,false],[72,22,0,true,true,false],[75,24,0,true,true,false],[75,48,0,true,false,false],[75,49,0,true,true,false],[78,22,0,true,true,false],[81,24,0,true,true,false],[81,47,0,true,false,false],[81,48,0,true,true,false],[84,22,0,true,true,false],[87,24,0,true,true,false],[87,47,0,true,false,false],[87,48,0,true,true,false],[90,22,0,true,true,false],[93,24,0,true,true,false],[93,47,0,true,false,false],[93,48,0,true,true,false],[95,22,0,true,true,false],[96,18,0,true,false,false],[106,6,0,false,false,false],[111,76,0,true,true,false],[112,16,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[123,75,0,true,true,false],[124,28,0,true,true,false],[125,31,0,true,true,false],[129,31,0,true,true,false],[131,22,0,true,false,false],[132,29,0,true,true,false],[134,22,0,true,false,false],[135,31,0,true,true,false],[137,22,0,true,false,false],[141,6,0,false,false,false],[146,39,0,true,true,false],[147,28,0,true,true,false],[158,10,0,true,false,false],[161,6,0,false,false,false],[166,42,0,true,true,false],[167,28,0,true,true,false],[168,42,0,true,true,false],[170,14,0,true,false,false],[176,18,0,true,true,false],[177,45,0,true,true,false],[179,18,0,true,false,false],[181,57,0,true,true,false],[183,18,0,true,false,false],[184,22,0,true,true,false],[186,14,0,true,false,false],[191,6,0,false,false,false],[205,37,0,true,true,false],[205,42,0,false,false,false],[206,6,0,true,true,false],[206,47,0,false,false,false],[206,87,0,true,true,false],[206,110,0,false,false,false],[207,6,0,true,true,false],[207,62,0,false,false,false],[207,109,0,true,true,false],[207,113,0,false,false,false],[209,57,0,true,true,false],[211,6,0,false,false,false],[212,36,0,true,true,false],[214,6,0,false,false,false],[216,25,0,true,true,false],[217,29,0,true,true,false],[219,19,0,true,true,false],[220,29,0,true,true,false],[226,18,0,true,false,false],[226,24,0,true,true,false],[230,18,0,true,false,false],[248,54,0,true,true,false],[248,62,0,true,false,false],[248,65,0,true,true,false],[248,75,0,true,false,false],[253,16,0,true,true,false],[253,34,0,true,false,false],[253,35,0,true,true,false],[257,14,0,true,true,false],[258,10,0,true,false,false],[267,38,0,true,true,false],[267,55,0,true,false,false],[267,58,0,true,true,false],[267,69,0,true,false,false],[270,23,0,true,true,false],[272,10,0,true,false,false],[273,18,0,true,true,false],[275,10,0,true,false,false],[276,22,0,true,true,false],[277,28,0,true,true,false],[277,40,0,true,false,false],[279,50,0,true,true,false],[279,64,0,true,false,false],[283,15,0,true,true,false],[285,10,0,true,false,false],[286,6,0,false,false,false],[288,40,0,true,true,false],[289,12,0,true,true,false],[289,22,0,true,false,false],[289,23,0,true,true,false],[291,10,0,true,false,false],[291,19,0,true,true,false],[291,29,0,true,false,false],[291,30,0,true,true,false],[293,10,0,true,false,false],[293,16,0,true,true,false],[295,10,0,true,false,false],[296,6,0,false,false,false],[298,35,0,true,true,false],[299,16,0,true,true,false],[299,30,0,true,false,false],[300,9,0,true,true,false],[301,61,0,true,false,false],[302,9,0,true,true,false],[303,76,0,true,false,false],[304,9,0,true,true,false],[305,61,0,true,false,false],[306,10,0,true,true,false],[307,6,0,false,false,false],[310,42,0,true,true,false],[311,16,0,true,true,false],[311,30,0,true,false,false],[312,9,0,true,true,false],[312,30,0,true,false,false],[313,9,0,true,true,false],[313,27,0,true,false,false],[314,9,0,true,true,false],[314,36,0,true,false,false],[315,9,0,true,true,false],[315,38,0,true,false,false],[316,10,0,true,true,false],[317,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":582,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":93,"covered":0,"notcovered":93,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift","mcdc_records":[],"segments":[[14,6,0,true,true,false],[14,47,0,false,false,false],[14,87,0,true,true,false],[14,120,0,false,false,false],[15,40,0,true,true,false],[15,87,0,true,true,false],[15,97,0,true,false,false],[15,99,0,false,false,false],[18,6,0,true,true,false],[18,47,0,false,false,false],[18,87,0,true,true,false],[18,110,0,false,false,false],[19,6,0,true,true,false],[19,62,0,false,false,false],[19,109,0,true,true,false],[19,113,0,false,false,false],[20,45,0,true,true,false],[20,91,0,true,true,false],[20,100,0,true,false,false],[20,102,0,false,false,false],[21,48,0,true,true,false],[23,6,0,false,false,false],[24,57,0,true,true,false],[26,6,0,false,false,false],[29,58,0,true,true,false],[31,64,0,true,true,false],[33,10,0,true,true,false],[34,22,0,true,false,false],[35,6,0,false,false,false],[38,40,0,true,true,false],[38,42,0,false,false,false],[40,35,0,true,true,false],[40,36,0,false,false,false],[42,25,0,true,true,false],[43,24,0,true,true,false],[45,44,0,true,true,false],[47,48,0,true,true,false],[50,24,0,true,true,false],[50,42,0,true,false,false],[50,43,0,true,true,false],[52,22,0,true,true,false],[53,18,0,true,false,false],[58,6,0,false,false,false],[63,60,0,true,true,false],[70,34,0,true,true,false],[70,44,0,true,false,false],[71,6,0,false,false,false],[74,38,0,true,true,false],[79,6,0,false,false,false],[84,77,0,true,true,false],[87,44,0,true,true,false],[87,78,0,true,false,false],[88,49,0,true,true,false],[88,104,0,true,false,false],[93,47,0,true,true,false],[93,69,0,true,false,false],[96,20,0,true,true,false],[97,37,0,true,true,false],[99,18,0,true,false,false],[110,6,0,false,false,false],[112,72,0,true,true,false],[114,62,0,true,true,false],[114,74,0,true,false,false],[114,77,0,true,true,false],[114,80,0,true,false,false],[115,6,0,false,false,false],[117,86,0,true,true,false],[118,29,0,true,true,false],[120,10,0,true,true,false],[121,95,0,true,false,false],[122,6,0,false,false,false],[126,62,0,true,true,false],[134,6,0,false,false,false],[136,76,0,true,true,false],[138,6,0,false,false,false],[140,77,0,true,true,false],[142,6,0,false,false,false],[144,80,0,true,true,false],[148,6,0,false,false,false],[150,80,0,true,true,false],[156,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift","mcdc_records":[],"segments":[[19,41,0,true,true,false],[19,42,0,false,false,false],[22,45,0,true,true,false],[22,46,0,false,false,false],[24,25,0,true,true,false],[25,24,0,true,true,false],[30,20,0,true,true,false],[36,74,0,true,true,false],[36,75,0,true,false,false],[36,78,0,true,true,false],[36,79,0,true,false,false],[40,20,0,true,true,false],[40,33,0,true,false,false],[40,34,0,true,true,false],[42,18,0,true,false,false],[42,27,0,true,true,false],[42,41,0,true,false,false],[42,42,0,true,true,false],[45,18,0,true,false,false],[45,24,0,true,true,false],[48,18,0,true,false,false],[53,23,0,true,true,false],[55,10,0,true,false,false],[56,15,0,true,true,false],[58,10,0,true,false,false],[59,40,0,true,true,false],[60,18,0,true,true,false],[62,14,0,true,false,false],[66,6,0,false,false,false],[70,37,0,true,true,false],[71,30,0,true,true,false],[71,61,0,true,false,false],[71,65,0,true,true,false],[71,97,0,true,false,false],[72,6,0,false,false,false],[77,62,0,true,true,false],[79,28,0,true,true,false],[86,10,0,true,false,false],[87,6,0,false,false,false],[90,87,0,true,true,false],[91,40,0,true,true,false],[93,25,0,true,true,false],[94,52,0,true,true,false],[103,24,0,true,true,false],[103,53,0,true,false,false],[103,54,0,true,true,false],[105,22,0,true,true,false],[106,18,0,true,false,false],[107,20,0,true,true,false],[112,14,0,true,false,false],[121,6,0,false,false,false],[125,56,0,true,true,false],[136,6,0,false,false,false],[139,70,0,true,true,false],[144,6,0,false,false,false],[148,40,0,true,true,false],[149,12,0,true,true,false],[149,25,0,true,false,false],[149,26,0,true,true,false],[152,10,0,true,false,false],[152,19,0,true,true,false],[152,33,0,true,false,false],[152,34,0,true,true,false],[154,26,0,true,true,false],[154,38,0,true,false,false],[154,41,0,true,true,false],[154,67,0,true,false,false],[155,16,0,true,true,false],[158,10,0,true,false,false],[159,6,0,false,false,false],[161,36,0,true,true,false],[162,12,0,true,true,false],[162,22,0,true,false,false],[162,23,0,true,true,false],[164,10,0,true,false,false],[164,19,0,true,true,false],[164,33,0,true,false,false],[164,34,0,true,true,false],[166,10,0,true,false,false],[166,16,0,true,true,false],[168,10,0,true,false,false],[169,6,0,false,false,false],[171,44,0,true,true,false],[172,12,0,true,true,false],[172,25,0,true,false,false],[172,26,0,true,true,false],[174,10,0,true,false,false],[174,31,0,true,true,false],[176,10,0,true,false,false],[176,16,0,true,true,false],[178,10,0,true,false,false],[179,6,0,false,false,false],[183,35,0,true,true,false],[184,32,0,true,true,false],[187,10,0,true,true,false],[189,16,0,true,true,false],[189,30,0,true,false,false],[190,9,0,true,true,false],[191,61,0,true,false,false],[192,9,0,true,true,false],[193,76,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false],[198,42,0,true,true,false],[199,49,0,true,true,false],[199,74,0,true,true,false],[200,16,0,true,true,false],[200,22,0,true,false,false],[201,9,0,true,true,false],[201,37,0,true,false,false],[202,9,0,true,true,false],[202,34,0,true,false,false],[203,9,0,true,true,false],[203,43,0,true,false,false],[204,9,0,true,true,false],[204,45,0,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":273,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":65,"covered":0,"notcovered":65,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift","mcdc_records":[],"segments":[[11,59,0,true,true,false],[18,46,0,true,true,false],[21,20,0,true,true,false],[22,20,0,true,true,false],[22,32,0,true,false,false],[25,16,0,true,true,false],[25,53,0,true,false,false],[25,54,0,true,true,false],[27,14,0,true,false,false],[28,10,0,true,true,false],[32,6,0,false,false,false],[34,61,0,true,true,false],[35,66,0,true,true,false],[35,75,0,true,false,false],[38,6,0,false,false,false],[40,59,0,true,true,false],[41,58,0,true,true,false],[41,70,0,true,false,false],[42,6,0,false,false,false],[44,58,0,true,true,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":38,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift","mcdc_records":[],"segments":[[9,28,0,true,true,false],[9,33,0,false,false,false],[15,6,0,true,true,false],[15,47,0,false,false,false],[15,87,0,true,true,false],[15,110,0,false,false,false],[16,6,0,true,true,false],[16,62,0,false,false,false],[16,109,0,true,true,false],[16,113,0,false,false,false],[18,57,0,true,true,false],[20,6,0,false,false,false],[21,36,0,true,true,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[28,19,0,true,true,false],[29,29,0,true,true,false],[34,18,0,true,false,false],[34,24,0,true,true,false],[38,18,0,true,false,false],[43,62,0,true,true,false],[43,71,0,true,false,false],[43,74,0,true,true,false],[43,79,0,true,false,false],[48,78,0,true,true,false],[48,89,0,true,false,false],[48,92,0,true,true,false],[48,95,0,true,false,false],[48,98,0,true,true,false],[48,101,0,true,false,false],[50,55,0,true,true,false],[50,66,0,true,false,false],[50,69,0,true,true,false],[50,81,0,true,false,false],[50,84,0,true,true,false],[50,94,0,true,false,false],[55,55,0,true,true,false],[55,66,0,true,false,false],[55,69,0,true,true,false],[55,77,0,true,false,false],[55,80,0,true,true,false],[55,90,0,true,false,false],[60,16,0,true,true,false],[60,26,0,true,false,false],[60,41,0,true,true,false],[62,26,0,true,true,false],[62,47,0,true,false,false],[63,26,0,true,true,false],[63,45,0,true,false,false],[68,14,0,true,true,false],[69,10,0,true,false,false],[70,44,0,true,true,false],[70,45,0,true,false,false],[70,48,0,true,true,false],[70,50,0,true,false,false],[77,30,0,true,true,false],[77,45,0,true,false,false],[77,47,0,true,true,false],[78,30,0,true,true,false],[79,31,0,true,true,false],[80,36,0,true,true,false],[80,48,0,true,false,false],[81,18,0,true,true,false],[82,20,0,true,true,false],[82,33,0,true,false,false],[82,51,0,true,true,false],[84,18,0,true,true,false],[85,33,0,true,true,false],[86,58,0,true,true,false],[86,72,0,true,false,false],[87,18,0,true,true,false],[88,14,0,true,false,false],[92,15,0,true,true,false],[94,10,0,true,false,false],[95,6,0,false,false,false],[97,35,0,true,true,false],[98,16,0,true,true,false],[98,30,0,true,false,false],[99,9,0,true,true,false],[100,61,0,true,false,false],[101,9,0,true,true,false],[102,76,0,true,false,false],[103,10,0,true,true,false],[104,6,0,false,false,false],[107,42,0,true,true,false],[108,16,0,true,true,false],[108,30,0,true,false,false],[109,9,0,true,true,false],[109,25,0,true,false,false],[110,9,0,true,true,false],[110,27,0,true,false,false],[111,9,0,true,true,false],[111,31,0,true,false,false],[112,9,0,true,true,false],[112,33,0,true,false,false],[113,10,0,true,true,false],[114,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":189,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift","mcdc_records":[],"segments":[[15,44,0,true,true,false],[15,52,0,false,false,false],[30,25,0,true,true,false],[31,28,0,true,true,false],[33,19,0,true,true,false],[34,24,0,true,true,false],[34,35,0,true,false,false],[35,17,0,true,true,false],[36,32,0,true,false,false],[37,17,0,true,true,false],[38,32,0,true,false,false],[39,17,0,true,true,false],[40,34,0,true,false,false],[41,17,0,true,true,false],[42,39,0,true,false,false],[43,18,0,true,true,false],[44,14,0,true,false,false],[48,43,0,true,true,false],[49,28,0,true,true,false],[49,41,0,true,false,false],[49,43,0,true,true,false],[53,14,0,true,false,false],[59,6,0,false,false,false],[63,40,0,true,true,false],[64,29,0,true,true,false],[68,33,0,true,true,false],[87,14,0,true,false,false],[92,54,0,true,true,false],[108,14,0,true,false,false],[114,33,0,true,true,false],[115,32,0,true,true,false],[115,58,0,true,false,false],[115,60,0,true,true,false],[118,18,0,true,false,false],[123,37,0,true,true,false],[124,47,0,true,true,false],[126,22,0,true,false,false],[130,59,0,true,true,false],[132,22,0,true,false,false],[140,6,0,false,false,false],[142,95,0,true,true,false],[143,29,0,true,true,false],[149,53,0,true,true,false],[155,14,0,true,false,false],[157,6,0,false,false,false],[161,40,0,true,true,false],[162,28,0,true,true,false],[164,32,0,true,true,false],[171,14,0,true,false,false],[178,24,0,true,true,false],[179,58,0,true,true,false],[181,61,0,true,true,false],[186,93,0,true,true,false],[187,50,0,true,true,false],[189,30,0,true,false,false],[194,61,0,true,true,false],[199,93,0,true,true,false],[200,54,0,true,true,false],[202,30,0,true,false,false],[212,20,0,true,true,false],[213,32,0,true,true,false],[215,18,0,true,false,false],[220,40,0,true,true,false],[222,18,0,true,false,false],[226,46,0,true,true,false],[228,18,0,true,false,false],[234,6,0,false,false,false],[236,48,0,true,true,false],[237,32,0,true,true,false],[237,46,0,true,false,false],[238,6,0,false,false,false],[240,52,0,true,true,false],[241,32,0,true,true,false],[241,52,0,true,false,false],[242,6,0,false,false,false],[246,42,0,true,true,false],[247,28,0,true,true,false],[249,32,0,true,true,false],[256,14,0,true,false,false],[263,24,0,true,true,false],[266,38,0,true,true,false],[266,46,0,true,false,false],[274,20,0,true,true,false],[275,32,0,true,true,false],[277,18,0,true,false,false],[282,32,0,true,true,false],[284,18,0,true,false,false],[290,6,0,false,false,false],[294,47,0,true,true,false],[295,62,0,true,true,false],[296,55,0,true,true,false],[298,14,0,true,true,false],[299,23,0,true,false,false],[302,80,0,true,true,false],[304,52,0,true,true,false],[304,95,0,true,false,false],[306,25,0,true,true,false],[306,51,0,true,false,false],[308,66,0,true,true,false],[309,20,0,true,true,false],[309,74,0,true,false,false],[309,75,0,true,true,false],[311,18,0,true,true,false],[318,14,0,true,true,false],[321,10,0,true,false,false],[322,6,0,false,false,false],[326,50,0,true,true,false],[329,6,0,false,false,false],[331,62,0,true,true,false],[333,12,0,true,true,false],[333,35,0,true,false,false],[333,36,0,true,true,false],[335,10,0,true,true,false],[336,21,0,true,false,false],[337,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":54,"covered":0,"percent":0},"instantiations":{"count":54,"covered":0,"percent":0},"lines":{"count":829,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":0,"notcovered":70,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift","mcdc_records":[],"segments":[[22,7,0,true,true,false],[34,6,0,false,false,false],[37,27,0,true,true,false],[40,6,0,false,false,false],[46,7,0,true,true,false],[52,25,0,true,true,false],[55,14,0,true,false,false],[88,6,0,false,false,false],[95,46,0,true,true,false],[98,6,0,false,false,false],[104,43,0,true,true,false],[107,6,0,false,false,false],[117,25,0,true,true,false],[123,6,0,false,false,false],[128,63,0,true,true,false],[134,6,0,false,false,false],[136,66,0,true,true,false],[136,68,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift","mcdc_records":[],"segments":[[18,50,0,true,true,false],[18,57,0,false,false,false],[19,46,0,true,true,false],[19,51,0,false,false,false],[22,44,0,true,true,false],[22,46,0,false,false,false],[23,45,0,true,true,false],[23,47,0,false,false,false],[24,42,0,true,true,false],[24,45,0,false,false,false],[25,43,0,true,true,false],[25,46,0,false,false,false],[26,55,0,true,true,false],[26,60,0,false,false,false],[27,41,0,true,true,false],[27,46,0,false,false,false],[30,46,0,true,true,false],[30,49,0,false,false,false],[31,56,0,true,true,false],[31,58,0,false,false,false],[34,53,0,true,true,false],[34,62,0,false,false,false],[41,25,0,true,true,false],[42,50,0,true,true,false],[44,46,0,true,true,false],[45,65,0,true,true,false],[47,18,0,true,false,false],[52,33,0,true,true,false],[53,20,0,true,true,false],[53,38,0,true,false,false],[53,39,0,true,true,false],[56,18,0,true,false,false],[56,24,0,true,true,false],[58,24,0,true,true,false],[58,41,0,true,false,false],[58,42,0,true,true,false],[60,22,0,true,false,false],[62,24,0,true,true,false],[62,45,0,true,false,false],[62,46,0,true,true,false],[64,22,0,true,false,false],[69,16,0,true,true,false],[69,31,0,true,false,false],[69,32,0,true,true,false],[71,14,0,true,false,false],[71,20,0,true,true,false],[73,14,0,true,false,false],[75,19,0,true,true,false],[77,10,0,true,false,false],[78,6,0,false,false,false],[82,39,0,true,true,false],[83,49,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[95,41,0,true,true,false],[96,50,0,true,true,false],[98,58,0,true,true,false],[99,60,0,true,true,false],[101,18,0,true,false,false],[106,41,0,true,true,false],[108,14,0,true,false,false],[110,20,0,true,true,false],[110,32,0,true,false,false],[111,13,0,true,true,false],[112,31,0,true,false,false],[113,13,0,true,true,false],[114,31,0,true,false,false],[115,14,0,true,true,false],[116,10,0,true,false,false],[117,6,0,false,false,false],[121,43,0,true,true,false],[122,50,0,true,true,false],[124,33,0,true,true,false],[125,57,0,true,true,false],[126,28,0,true,true,false],[132,54,0,true,true,false],[132,89,0,true,false,false],[134,28,0,true,true,false],[140,55,0,true,true,false],[140,90,0,true,false,false],[147,32,0,true,true,false],[148,57,0,true,true,false],[149,28,0,true,true,false],[159,51,0,true,true,false],[159,86,0,true,false,false],[162,94,0,true,true,false],[163,65,0,true,true,false],[164,36,0,true,true,false],[176,60,0,true,true,false],[176,95,0,true,false,false],[187,33,0,true,true,false],[188,57,0,true,true,false],[189,59,0,true,true,false],[190,65,0,true,true,false],[195,26,0,true,false,false],[197,59,0,true,true,false],[197,94,0,true,false,false],[201,45,0,true,true,false],[202,65,0,true,true,false],[207,26,0,true,false,false],[211,45,0,true,true,false],[211,80,0,true,false,false],[219,6,0,false,false,false],[224,43,0,true,true,false],[225,50,0,true,true,false],[226,40,0,true,true,false],[227,24,0,true,true,false],[237,51,0,true,true,false],[237,86,0,true,false,false],[242,31,0,true,true,false],[243,57,0,true,true,false],[244,64,0,true,true,false],[245,32,0,true,true,false],[251,38,0,true,true,false],[251,69,0,true,false,false],[252,38,0,true,true,false],[255,34,0,true,false,false],[259,32,0,true,true,false],[259,55,0,true,false,false],[259,56,0,true,true,false],[260,40,0,true,true,false],[263,34,0,true,false,false],[263,42,0,true,true,false],[266,34,0,true,false,false],[268,30,0,true,true,false],[269,26,0,true,false,false],[272,24,0,true,true,false],[272,47,0,true,false,false],[272,48,0,true,true,false],[273,32,0,true,true,false],[277,26,0,true,false,false],[277,34,0,true,true,false],[280,26,0,true,false,false],[282,22,0,true,true,false],[283,18,0,true,false,false],[289,6,0,false,false,false],[293,42,0,true,true,false],[294,18,0,true,true,false],[295,20,0,true,true,false],[304,14,0,true,false,false],[307,6,0,false,false,false],[309,39,0,true,true,false],[310,33,0,true,true,false],[310,50,0,true,true,false],[314,54,0,true,false,false],[315,6,0,false,false,false],[319,43,0,true,true,false],[320,33,0,true,true,false],[323,10,0,true,true,false],[327,16,0,true,true,false],[327,24,0,true,false,false],[328,9,0,true,true,false],[335,35,0,true,false,false],[337,9,0,true,true,false],[338,20,0,true,true,false],[338,31,0,true,false,false],[339,13,0,true,true,false],[340,31,0,true,false,false],[341,13,0,true,true,false],[344,41,0,true,false,false],[347,9,0,true,true,false],[349,27,0,true,false,false],[351,9,0,true,true,false],[354,37,0,true,false,false],[355,10,0,true,true,false],[356,6,0,false,false,false],[358,42,0,true,true,false],[359,38,0,true,true,false],[362,10,0,true,true,false],[364,16,0,true,true,false],[364,28,0,true,false,false],[365,9,0,true,true,false],[366,64,0,true,true,false],[369,14,0,true,true,false],[377,15,0,true,false,false],[379,9,0,true,true,false],[380,51,0,true,true,false],[380,73,0,true,false,false],[381,44,0,true,true,false],[384,14,0,true,true,false],[388,16,0,true,false,false],[389,10,0,true,true,false],[390,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":70,"covered":0,"percent":0},"instantiations":{"count":70,"covered":0,"percent":0},"lines":{"count":1088,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[10,29,0,false,false,false],[21,84,0,true,true,false],[26,6,0,false,false,false],[30,48,0,true,true,false],[35,16,0,true,true,false],[35,22,0,true,false,false],[36,9,0,true,true,false],[37,48,0,true,true,false],[37,103,0,true,false,false],[38,9,0,true,true,false],[39,81,0,true,false,false],[40,10,0,true,true,false],[41,6,0,false,false,false],[51,116,0,true,true,false],[55,6,0,false,false,false],[59,110,0,true,true,false],[63,6,0,false,false,false],[80,25,0,true,true,false],[81,28,0,true,true,false],[99,10,0,true,false,false],[102,6,0,false,false,false],[106,42,0,true,true,false],[107,29,0,true,true,false],[109,33,0,true,true,false],[125,14,0,true,false,false],[138,6,0,false,false,false],[140,80,0,true,true,false],[143,6,0,false,false,false],[147,51,0,true,true,false],[148,28,0,true,true,false],[153,32,0,true,true,false],[154,72,0,true,true,false],[167,18,0,true,false,false],[169,20,0,true,true,false],[169,53,0,true,false,false],[169,54,0,true,true,false],[173,18,0,true,true,false],[174,14,0,true,false,false],[177,6,0,false,false,false],[181,45,0,true,true,false],[182,46,0,true,true,false],[189,15,0,true,true,false],[191,14,0,true,false,false],[199,15,0,true,true,false],[201,14,0,true,false,false],[204,6,0,false,false,false],[212,20,0,true,true,false],[213,50,0,true,true,false],[215,33,0,true,true,false],[220,57,0,true,true,false],[225,34,0,true,true,false],[225,39,0,true,false,false],[225,42,0,true,true,false],[225,61,0,true,false,false],[242,16,0,true,true,false],[242,33,0,true,false,false],[242,34,0,true,true,false],[243,57,0,true,true,false],[244,56,0,true,true,false],[245,44,0,true,true,false],[253,26,0,true,false,false],[256,24,0,true,true,false],[256,42,0,true,false,false],[256,43,0,true,true,false],[260,22,0,true,true,false],[261,18,0,true,false,false],[267,14,0,true,true,false],[272,36,0,true,true,false],[273,24,0,true,true,false],[278,18,0,true,false,false],[283,63,0,true,true,false],[283,75,0,true,false,false],[283,78,0,true,true,false],[283,93,0,true,false,false],[296,6,0,false,false,false],[302,28,0,true,true,false],[304,39,0,true,true,false],[306,10,0,true,false,false],[307,6,0,false,false,false],[311,42,0,true,true,false],[312,16,0,true,true,false],[313,30,0,true,true,false],[315,14,0,true,false,false],[327,6,0,false,false,false],[334,22,0,true,true,false],[335,16,0,true,true,false],[335,20,0,true,false,false],[336,9,0,true,true,false],[337,32,0,true,true,false],[337,52,0,true,false,false],[338,9,0,true,true,false],[339,28,0,true,false,false],[340,10,0,true,true,false],[341,6,0,false,false,false],[344,25,0,true,true,false],[345,16,0,true,true,false],[345,20,0,true,false,false],[346,9,0,true,true,false],[347,31,0,true,false,false],[348,9,0,true,true,false],[349,27,0,true,true,false],[349,47,0,true,false,false],[350,10,0,true,true,false],[351,6,0,false,false,false],[358,40,0,true,true,false],[392,27,0,true,true,false],[392,35,0,true,false,false],[393,27,0,true,true,false],[393,29,0,true,false,false],[395,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":41,"covered":0,"percent":0},"instantiations":{"count":41,"covered":0,"percent":0},"lines":{"count":641,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":0,"notcovered":66,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[10,45,0,false,false,false],[12,25,0,true,true,false],[13,29,0,true,true,false],[23,32,0,true,true,false],[35,14,0,true,false,false],[38,54,0,true,true,false],[55,14,0,true,false,false],[66,42,0,true,true,false],[69,14,0,true,false,false],[74,33,0,true,true,false],[75,34,0,true,true,false],[77,18,0,true,false,false],[81,52,0,true,true,false],[82,24,0,true,true,false],[82,37,0,true,false,false],[82,38,0,true,true,false],[84,22,0,true,false,false],[94,6,0,false,false,false],[97,72,0,true,true,false],[98,46,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false],[113,25,0,true,true,false],[114,29,0,true,true,false],[129,33,0,true,true,false],[130,34,0,true,true,false],[132,18,0,true,false,false],[136,41,0,true,true,false],[138,18,0,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":321,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift","mcdc_records":[],"segments":[[25,56,0,true,true,false],[25,58,0,false,false,false],[38,7,0,true,true,false],[43,6,0,false,false,false],[47,25,0,true,true,false],[48,28,0,true,true,false],[58,68,0,true,true,false],[58,91,0,true,false,false],[59,13,0,true,true,false],[61,26,0,true,true,false],[61,58,0,true,false,false],[62,26,0,true,true,false],[62,63,0,true,false,false],[64,20,0,true,true,false],[66,14,0,true,false,false],[69,19,0,true,true,false],[72,16,0,true,true,false],[72,41,0,true,false,false],[72,83,0,true,true,false],[74,14,0,true,false,false],[76,6,0,false,false,false],[80,36,0,true,true,false],[81,49,0,true,true,false],[83,20,0,true,true,false],[87,42,0,true,true,false],[90,18,0,true,false,false],[100,24,0,true,true,false],[101,40,0,true,true,false],[102,52,0,true,true,false],[104,22,0,true,false,false],[112,33,0,true,true,false],[114,32,0,true,true,false],[114,43,0,true,false,false],[114,45,0,true,true,false],[117,18,0,true,false,false],[124,22,0,true,true,false],[125,49,0,true,true,false],[127,22,0,true,false,false],[129,42,0,true,true,false],[131,22,0,true,false,false],[133,26,0,true,true,false],[136,18,0,true,false,false],[144,6,0,false,false,false],[146,75,0,true,true,false],[147,16,0,true,true,false],[149,10,0,true,false,false],[149,18,0,true,true,false],[150,20,0,true,true,false],[151,57,0,true,true,false],[159,18,0,true,false,false],[164,20,0,true,true,false],[164,46,0,true,true,false],[165,55,0,true,true,false],[165,85,0,true,false,false],[166,20,0,true,true,false],[170,18,0,true,true,false],[171,14,0,true,false,false],[174,61,0,true,true,false],[174,91,0,true,false,false],[174,94,0,true,true,false],[174,105,0,true,false,false],[181,6,0,false,false,false],[185,86,0,true,true,false],[186,50,0,true,true,false],[188,20,0,true,true,false],[198,24,0,true,true,false],[200,18,0,true,false,false],[200,26,0,true,true,false],[203,18,0,true,false,false],[211,24,0,true,true,false],[212,58,0,true,true,false],[230,18,0,true,false,false],[237,20,0,true,true,false],[244,32,0,true,true,false],[246,18,0,true,false,false],[249,61,0,true,true,false],[249,87,0,true,true,false],[250,68,0,true,true,false],[250,111,0,true,false,false],[257,6,0,false,false,false],[261,90,0,true,true,false],[262,50,0,true,true,false],[266,32,0,true,true,false],[267,73,0,true,true,false],[269,30,0,true,true,false],[269,67,0,true,false,false],[270,30,0,true,true,false],[275,26,0,true,false,false],[280,24,0,true,true,false],[280,68,0,true,false,false],[280,69,0,true,true,false],[284,22,0,true,true,false],[287,24,0,true,true,false],[287,60,0,true,false,false],[287,61,0,true,true,false],[288,32,0,true,true,false],[293,26,0,true,false,false],[293,34,0,true,true,false],[297,26,0,true,false,false],[301,22,0,true,true,false],[302,18,0,true,false,false],[305,20,0,true,true,false],[305,56,0,true,false,false],[305,57,0,true,true,false],[306,28,0,true,true,false],[311,22,0,true,false,false],[311,30,0,true,true,false],[313,22,0,true,false,false],[318,18,0,true,true,false],[319,14,0,true,false,false],[325,6,0,false,false,false],[329,88,0,true,true,false],[330,50,0,true,true,false],[334,53,0,true,true,false],[338,82,0,true,true,false],[340,30,0,true,true,false],[340,39,0,true,false,false],[341,30,0,true,true,false],[341,83,0,true,false,false],[345,18,0,true,true,false],[346,14,0,true,false,false],[351,6,0,false,false,false],[355,93,0,true,true,false],[356,50,0,true,true,false],[361,22,0,true,true,false],[361,61,0,true,true,false],[361,63,0,true,false,false],[362,22,0,true,true,false],[362,73,0,true,true,false],[362,76,0,true,false,false],[362,79,0,true,true,false],[362,81,0,true,false,false],[371,6,0,false,false,false],[375,43,0,true,true,false],[376,50,0,true,true,false],[380,53,0,true,true,false],[381,24,0,true,true,false],[383,30,0,true,true,false],[383,67,0,true,false,false],[384,30,0,true,true,false],[384,69,0,true,false,false],[399,6,0,false,false,false],[401,48,0,true,true,false],[402,16,0,true,true,false],[402,41,0,true,false,false],[403,9,0,true,true,false],[403,27,0,true,false,false],[404,9,0,true,true,false],[404,36,0,true,false,false],[405,9,0,true,true,false],[405,26,0,true,false,false],[406,10,0,true,true,false],[407,6,0,false,false,false],[411,82,0,true,true,false],[412,50,0,true,true,false],[413,47,0,true,true,false],[413,77,0,true,false,false],[416,22,0,true,true,false],[417,16,0,true,true,false],[417,42,0,true,false,false],[417,43,0,true,true,false],[418,57,0,true,true,false],[419,48,0,true,true,false],[420,62,0,true,true,false],[427,26,0,true,false,false],[433,14,0,true,true,false],[434,10,0,true,false,false],[435,6,0,false,false,false],[439,40,0,true,true,false],[440,50,0,true,true,false],[441,20,0,true,true,false],[446,14,0,true,false,false],[448,53,0,true,true,false],[453,14,0,true,false,false],[460,6,0,false,false,false],[464,39,0,true,true,false],[465,29,0,true,true,false],[476,10,0,true,false,false],[478,6,0,false,false,false],[482,32,0,true,true,false],[492,6,0,false,false,false],[494,58,0,true,true,false],[498,6,0,false,false,false],[500,45,0,true,true,false],[501,41,0,true,true,false],[501,56,0,true,false,false],[504,6,0,false,false,false],[506,36,0,true,true,false],[508,6,0,false,false,false],[517,30,0,true,true,false],[521,6,0,false,false,false],[523,25,0,true,true,false],[524,43,0,true,true,false],[525,45,0,true,true,false],[527,14,0,true,false,false],[533,6,0,false,false,false],[542,58,0,true,true,false],[548,6,0,false,false,false],[550,25,0,true,true,false],[551,48,0,true,true,false],[552,50,0,true,true,false],[554,14,0,true,false,false],[560,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":94,"covered":0,"percent":0},"instantiations":{"count":95,"covered":0,"percent":0},"lines":{"count":1287,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":124,"covered":0,"notcovered":124,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift","mcdc_records":[],"segments":[[17,35,0,true,true,false],[17,37,0,false,false,false],[23,31,0,true,true,false],[23,36,0,false,false,false],[28,36,0,true,true,false],[28,47,0,false,false,false],[31,33,0,true,true,false],[31,38,0,false,false,false],[32,52,0,true,true,false],[32,57,0,false,false,false],[73,37,0,true,true,false],[73,42,0,false,false,false],[74,36,0,true,true,false],[74,41,0,false,false,false],[75,41,0,true,true,false],[75,46,0,false,false,false],[79,40,0,true,true,false],[80,25,0,true,true,false],[80,34,0,true,false,false],[81,6,0,false,false,false],[84,73,0,true,true,false],[91,42,0,true,true,false],[91,50,0,true,false,false],[92,6,0,false,false,false],[94,25,0,true,true,false],[96,6,0,false,false,false],[99,40,0,true,true,false],[100,49,0,true,true,false],[104,10,0,true,false,false],[107,35,0,true,true,false],[107,85,0,true,false,false],[107,88,0,true,true,false],[107,124,0,true,false,false],[112,57,0,true,true,false],[112,61,0,true,false,false],[112,64,0,true,true,false],[112,65,0,true,false,false],[115,18,0,true,true,false],[117,16,0,true,true,false],[117,24,0,true,false,false],[117,25,0,true,true,false],[119,14,0,true,false,false],[119,20,0,true,true,false],[121,14,0,true,false,false],[123,19,0,true,true,false],[124,16,0,true,true,false],[124,31,0,true,false,false],[124,32,0,true,true,false],[127,14,0,true,false,false],[129,40,0,true,true,false],[130,16,0,true,true,false],[130,24,0,true,false,false],[130,38,0,true,true,false],[131,58,0,true,true,false],[133,18,0,true,false,false],[136,34,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[142,45,0,true,true,false],[143,30,0,true,true,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[151,45,0,true,true,false],[152,46,0,true,true,false],[154,20,0,true,true,false],[155,58,0,true,true,false],[158,24,0,true,true,false],[158,34,0,true,false,false],[158,79,0,true,true,false],[160,79,0,true,true,false],[161,70,0,true,true,false],[163,30,0,true,false,false],[167,22,0,true,true,false],[168,54,0,true,true,false],[172,61,0,true,true,false],[173,44,0,true,true,false],[177,32,0,true,true,false],[177,41,0,true,false,false],[177,60,0,true,true,false],[177,80,0,true,false,false],[177,81,0,true,true,false],[183,30,0,true,true,false],[184,26,0,true,false,false],[186,51,0,true,true,false],[190,26,0,true,true,false],[192,54,0,true,true,false],[197,26,0,true,false,false],[197,35,0,true,true,false],[197,56,0,true,false,false],[197,57,0,true,true,false],[202,26,0,true,true,false],[203,22,0,true,false,false],[215,26,0,true,true,false],[215,46,0,true,false,false],[216,26,0,true,true,false],[221,22,0,true,false,false],[231,6,0,false,false,false],[234,48,0,true,true,false],[235,12,0,true,true,false],[235,22,0,true,false,false],[235,23,0,true,true,false],[237,28,0,true,true,false],[238,20,0,true,true,false],[238,33,0,true,false,false],[238,106,0,true,true,false],[240,41,0,true,true,false],[245,32,0,true,true,false],[247,26,0,true,false,false],[247,34,0,true,true,false],[250,26,0,true,false,false],[256,27,0,true,true,false],[256,59,0,true,false,false],[256,83,0,true,true,false],[260,41,0,true,true,false],[262,26,0,true,false,false],[267,27,0,true,true,false],[267,57,0,true,false,false],[267,81,0,true,true,false],[271,44,0,true,true,false],[273,26,0,true,false,false],[274,45,0,true,true,false],[276,26,0,true,false,false],[281,27,0,true,true,false],[281,55,0,true,false,false],[281,79,0,true,true,false],[283,74,0,true,true,false],[283,93,0,true,false,false],[284,62,0,true,true,false],[290,28,0,true,true,false],[290,55,0,true,false,false],[290,56,0,true,true,false],[291,69,0,true,true,false],[292,53,0,true,true,false],[294,40,0,true,true,false],[294,75,0,true,true,false],[294,122,0,true,false,false],[294,124,0,true,true,false],[295,81,0,true,true,false],[299,64,0,true,true,false],[300,101,0,true,true,false],[301,56,0,true,true,false],[301,88,0,true,false,false],[301,89,0,true,true,false],[302,109,0,true,true,false],[302,141,0,true,false,false],[302,145,0,true,true,false],[302,147,0,true,false,false],[306,69,0,true,true,false],[306,108,0,true,false,false],[308,54,0,true,true,false],[309,50,0,true,false,false],[312,38,0,true,true,false],[315,40,0,true,true,false],[315,75,0,true,true,false],[315,123,0,true,false,false],[315,125,0,true,true,false],[316,81,0,true,true,false],[320,64,0,true,true,false],[321,102,0,true,true,false],[322,56,0,true,true,false],[322,88,0,true,false,false],[322,89,0,true,true,false],[323,109,0,true,true,false],[323,141,0,true,false,false],[323,145,0,true,true,false],[323,147,0,true,false,false],[327,69,0,true,true,false],[327,108,0,true,false,false],[329,54,0,true,true,false],[330,50,0,true,false,false],[333,38,0,true,true,false],[334,34,0,true,false,false],[337,84,0,true,true,false],[337,98,0,true,false,false],[337,101,0,true,true,false],[337,116,0,true,false,false],[338,85,0,true,true,false],[338,117,0,true,false,false],[338,120,0,true,true,false],[338,158,0,true,false,false],[338,161,0,true,true,false],[338,163,0,true,false,false],[339,109,0,true,true,false],[339,131,0,true,false,false],[339,134,0,true,true,false],[339,136,0,true,false,false],[349,26,0,true,true,false],[351,48,0,true,true,false],[353,26,0,true,false,false],[361,27,0,true,true,false],[361,61,0,true,false,false],[361,85,0,true,true,false],[365,41,0,true,true,false],[367,26,0,true,false,false],[372,27,0,true,true,false],[372,56,0,true,false,false],[372,80,0,true,true,false],[374,75,0,true,true,false],[377,38,0,true,true,false],[377,48,0,true,false,false],[378,38,0,true,true,false],[380,34,0,true,false,false],[382,46,0,true,true,false],[384,30,0,true,false,false],[389,22,0,true,true,false],[390,18,0,true,false,false],[390,27,0,true,true,false],[390,55,0,true,false,false],[390,79,0,true,true,false],[392,74,0,true,true,false],[392,93,0,true,false,false],[395,34,0,true,true,false],[395,44,0,true,false,false],[396,34,0,true,true,false],[396,42,0,true,false,false],[398,42,0,true,true,false],[400,26,0,true,false,false],[401,38,0,true,true,false],[403,26,0,true,false,false],[408,27,0,true,true,false],[408,53,0,true,false,false],[408,77,0,true,true,false],[410,72,0,true,true,false],[410,89,0,true,false,false],[411,62,0,true,true,false],[416,28,0,true,true,false],[416,52,0,true,false,false],[416,53,0,true,true,false],[420,26,0,true,false,false],[420,32,0,true,true,false],[421,69,0,true,true,false],[422,69,0,true,true,false],[423,44,0,true,true,false],[433,38,0,true,false,false],[435,36,0,true,true,false],[435,62,0,true,false,false],[435,63,0,true,true,false],[439,34,0,true,true,false],[440,30,0,true,false,false],[443,32,0,true,true,false],[445,26,0,true,false,false],[445,34,0,true,true,false],[447,26,0,true,false,false],[455,27,0,true,true,false],[455,49,0,true,false,false],[455,50,0,true,true,false],[457,24,0,true,true,false],[457,78,0,true,false,false],[457,79,0,true,true,false],[459,65,0,true,true,false],[463,83,0,true,true,false],[463,85,0,true,false,false],[468,31,0,true,true,false],[468,87,0,true,false,false],[468,88,0,true,true,false],[470,79,0,true,true,false],[470,81,0,true,false,false],[474,31,0,true,true,false],[474,88,0,true,false,false],[474,89,0,true,true,false],[477,63,0,true,true,false],[477,65,0,true,false,false],[478,76,0,true,true,false],[478,85,0,true,false,false],[479,49,0,true,true,false],[481,30,0,true,false,false],[486,31,0,true,true,false],[486,89,0,true,false,false],[486,90,0,true,true,false],[489,63,0,true,true,false],[489,65,0,true,false,false],[491,43,0,true,true,false],[493,30,0,true,false,false],[498,28,0,true,true,false],[504,22,0,true,false,false],[505,24,0,true,true,false],[507,40,0,true,true,false],[509,28,0,true,true,false],[509,45,0,true,false,false],[509,67,0,true,true,false],[514,26,0,true,true,false],[516,53,0,true,true,false],[523,48,0,true,true,false],[523,61,0,true,false,false],[528,45,0,true,true,false],[530,67,0,true,true,false],[530,68,0,true,false,false],[530,71,0,true,true,false],[530,72,0,true,false,false],[532,55,0,true,true,false],[536,45,0,true,true,false],[538,38,0,true,false,false],[539,47,0,true,true,false],[541,38,0,true,false,false],[542,52,0,true,true,false],[542,65,0,true,false,false],[549,18,0,true,true,false],[550,14,0,true,false,false],[551,10,0,true,true,false],[552,6,0,false,false,false],[555,58,0,true,true,false],[558,12,0,true,true,false],[558,35,0,true,false,false],[558,36,0,true,true,false],[564,10,0,true,false,false],[564,19,0,true,true,false],[564,46,0,true,false,false],[564,47,0,true,true,false],[568,20,0,true,true,false],[568,84,0,true,false,false],[569,76,0,true,true,false],[574,14,0,true,false,false],[574,20,0,true,true,false],[579,14,0,true,false,false],[580,16,0,true,true,false],[584,10,0,true,false,false],[585,6,0,false,false,false],[587,49,0,true,true,false],[591,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":97,"covered":0,"percent":0},"instantiations":{"count":99,"covered":0,"percent":0},"lines":{"count":1604,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":194,"covered":0,"notcovered":194,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift","mcdc_records":[],"segments":[[14,25,0,true,true,false],[15,32,0,true,true,false],[17,10,0,true,false,false],[21,6,0,false,false,false],[30,25,0,true,true,false],[31,28,0,true,true,false],[38,10,0,true,false,false],[46,6,0,false,false,false],[48,34,0,true,true,false],[49,16,0,true,true,false],[49,20,0,true,false,false],[50,9,0,true,true,false],[50,47,0,true,false,false],[51,9,0,true,true,false],[51,53,0,true,false,false],[52,9,0,true,true,false],[52,39,0,true,false,false],[53,9,0,true,true,false],[53,55,0,true,false,false],[54,10,0,true,true,false],[55,6,0,false,false,false],[57,34,0,true,true,false],[58,16,0,true,true,false],[58,20,0,true,false,false],[59,9,0,true,true,false],[59,30,0,true,false,false],[60,9,0,true,true,false],[60,26,0,true,false,false],[61,9,0,true,true,false],[61,26,0,true,false,false],[62,9,0,true,true,false],[62,31,0,true,false,false],[63,10,0,true,true,false],[64,6,0,false,false,false],[80,46,0,true,true,false],[93,6,0,false,false,false],[105,25,0,true,true,false],[106,28,0,true,true,false],[108,35,0,true,true,false],[113,14,0,true,false,false],[113,20,0,true,true,false],[118,14,0,true,false,false],[121,29,0,true,true,false],[121,42,0,true,false,false],[136,19,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[141,32,0,true,true,false],[145,90,0,true,true,false],[148,10,0,true,true,false],[151,57,0,true,true,false],[151,70,0,true,false,false],[151,73,0,true,true,false],[151,95,0,true,false,false],[158,33,0,true,true,false],[160,16,0,true,true,false],[160,60,0,true,false,false],[160,61,0,true,true,false],[163,14,0,true,true,false],[164,10,0,true,true,false],[169,18,0,true,true,false],[169,31,0,true,false,false],[170,39,0,true,true,false],[170,53,0,true,false,false],[170,57,0,true,true,false],[170,70,0,true,false,false],[171,6,0,false,false,false],[173,42,0,true,true,false],[182,9,0,true,true,false],[184,10,0,true,false,false],[184,16,0,true,true,false],[187,10,0,true,false,false],[188,6,0,false,false,false],[198,25,0,true,true,false],[199,28,0,true,true,false],[209,10,0,true,false,false],[211,6,0,false,false,false],[220,25,0,true,true,false],[221,28,0,true,true,false],[223,35,0,true,true,false],[227,14,0,true,false,false],[227,20,0,true,true,false],[232,14,0,true,false,false],[241,19,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[246,32,0,true,true,false],[247,117,0,true,true,false],[251,10,0,true,false,false],[252,6,0,false,false,false],[263,36,0,true,true,false],[263,41,0,false,false,false],[265,25,0,true,true,false],[266,49,0,true,true,false],[267,32,0,true,true,false],[269,36,0,true,true,false],[287,18,0,true,false,false],[292,36,0,true,true,false],[293,28,0,true,true,false],[295,22,0,true,false,false],[295,30,0,true,true,false],[298,77,0,true,true,false],[298,78,0,true,false,false],[298,81,0,true,true,false],[298,84,0,true,false,false],[304,28,0,true,true,false],[306,22,0,true,false,false],[306,30,0,true,true,false],[309,77,0,true,true,false],[309,78,0,true,false,false],[309,81,0,true,true,false],[309,84,0,true,false,false],[327,35,0,true,true,false],[327,62,0,true,false,false],[327,65,0,true,true,false],[327,76,0,true,false,false],[330,18,0,true,true,false],[332,16,0,true,true,false],[332,24,0,true,false,false],[332,25,0,true,true,false],[334,14,0,true,false,false],[334,20,0,true,true,false],[336,14,0,true,false,false],[338,23,0,true,true,false],[340,10,0,true,false,false],[341,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":516,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift","mcdc_records":[],"segments":[[8,36,0,true,true,false],[8,41,0,false,false,false],[9,38,0,true,true,false],[9,43,0,false,false,false],[11,36,0,true,true,false],[12,22,0,true,true,false],[12,35,0,true,false,false],[13,6,0,false,false,false],[15,25,0,true,true,false],[16,16,0,true,true,false],[18,10,0,true,false,false],[18,18,0,true,true,false],[19,20,0,true,true,false],[28,14,0,true,false,false],[29,40,0,true,true,false],[29,44,0,true,false,false],[29,47,0,true,true,false],[29,63,0,true,true,false],[29,67,0,true,false,false],[29,70,0,true,true,false],[29,73,0,true,false,false],[34,18,0,true,true,false],[36,10,0,true,false,false],[39,28,0,true,true,false],[41,18,0,true,false,false],[42,26,0,true,true,false],[44,18,0,true,false,false],[46,6,0,false,false,false],[48,34,0,true,true,false],[49,12,0,true,true,false],[49,23,0,true,false,false],[49,24,0,true,true,false],[51,10,0,true,false,false],[51,19,0,true,true,false],[51,31,0,true,false,false],[51,32,0,true,true,false],[53,10,0,true,false,false],[53,16,0,true,true,false],[55,10,0,true,false,false],[56,6,0,false,false,false],[58,34,0,true,true,false],[59,12,0,true,true,false],[59,23,0,true,false,false],[59,24,0,true,true,false],[61,10,0,true,false,false],[61,19,0,true,true,false],[61,31,0,true,false,false],[61,32,0,true,true,false],[63,10,0,true,false,false],[63,16,0,true,true,false],[65,10,0,true,false,false],[66,6,0,false,false,false],[68,36,0,true,true,false],[69,12,0,true,true,false],[69,23,0,true,false,false],[69,24,0,true,true,false],[71,10,0,true,false,false],[71,19,0,true,true,false],[71,31,0,true,false,false],[71,32,0,true,true,false],[73,10,0,true,false,false],[73,16,0,true,true,false],[75,10,0,true,false,false],[76,6,0,false,false,false],[78,39,0,true,true,false],[79,24,0,true,true,false],[79,25,0,true,false,false],[79,28,0,true,true,false],[79,29,0,true,false,false],[80,6,0,false,false,false],[82,34,0,true,true,false],[83,24,0,true,true,false],[83,25,0,true,false,false],[83,28,0,true,true,false],[83,29,0,true,false,false],[84,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":108,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift","mcdc_records":[],"segments":[[16,33,0,true,true,false],[16,38,0,false,false,false],[27,65,0,true,true,false],[27,71,0,false,false,false],[29,56,0,true,true,false],[30,24,0,true,true,false],[30,71,0,true,false,false],[31,6,0,false,false,false],[34,68,0,true,true,false],[36,55,0,true,true,false],[37,44,0,true,true,false],[39,14,0,true,false,false],[40,10,0,true,true,false],[41,22,0,true,false,false],[42,6,0,false,false,false],[44,25,0,true,true,false],[45,28,0,true,true,false],[46,53,0,true,true,false],[48,79,0,true,true,false],[48,88,0,true,false,false],[74,6,0,false,false,false],[83,25,0,true,true,false],[84,49,0,true,true,false],[90,69,0,true,true,false],[91,36,0,true,true,false],[93,24,0,true,true,false],[93,37,0,true,false,false],[93,38,0,true,true,false],[93,66,0,true,false,false],[93,75,0,true,true,false],[93,88,0,true,false,false],[93,89,0,true,true,false],[93,118,0,true,true,false],[95,46,0,true,true,false],[102,22,0,true,false,false],[106,6,0,false,false,false],[117,33,0,true,true,false],[117,38,0,false,false,false],[120,57,0,true,true,false],[120,60,0,false,false,false],[122,56,0,true,true,false],[123,24,0,true,true,false],[123,71,0,true,false,false],[124,6,0,false,false,false],[127,49,0,true,true,false],[129,33,0,true,true,false],[130,47,0,true,true,false],[132,14,0,true,false,false],[133,10,0,true,true,false],[134,22,0,true,false,false],[135,6,0,false,false,false],[146,38,0,true,true,false],[148,6,0,false,false,false],[151,61,0,true,true,false],[154,9,0,true,true,false],[156,10,0,true,true,false],[157,28,0,true,false,false],[158,6,0,false,false,false],[160,25,0,true,true,false],[161,49,0,true,true,false],[168,44,0,true,true,false],[170,57,0,true,true,false],[171,77,0,true,true,false],[172,44,0,true,true,false],[174,32,0,true,true,false],[174,45,0,true,false,false],[174,46,0,true,true,false],[174,74,0,true,false,false],[174,83,0,true,true,false],[174,96,0,true,false,false],[174,97,0,true,true,false],[174,126,0,true,true,false],[176,54,0,true,true,false],[180,56,0,true,true,false],[185,42,0,true,false,false],[195,54,0,true,true,false],[203,18,0,true,false,false],[206,61,0,true,true,false],[208,14,0,true,false,false],[210,6,0,false,false,false],[219,25,0,true,true,false],[220,16,0,true,true,false],[222,36,0,true,true,false],[222,67,0,true,false,false],[222,70,0,true,true,false],[222,107,0,true,false,false],[224,38,0,true,true,false],[224,68,0,true,false,false],[224,71,0,true,true,false],[224,99,0,true,false,false],[227,16,0,true,true,false],[227,27,0,true,false,false],[227,28,0,true,true,false],[231,14,0,true,true,false],[232,10,0,true,false,false],[234,6,0,false,false,false],[247,33,0,true,true,false],[247,38,0,false,false,false],[250,40,0,true,true,false],[252,6,0,false,false,false],[254,41,0,true,true,false],[256,6,0,false,false,false],[258,37,0,true,true,false],[260,6,0,false,false,false],[263,47,0,true,true,false],[264,27,0,true,true,false],[264,94,0,true,false,false],[264,97,0,true,true,false],[264,100,0,true,false,false],[265,6,0,false,false,false],[267,42,0,true,true,false],[267,47,0,false,false,false],[268,41,0,true,true,false],[268,44,0,false,false,false],[269,43,0,true,true,false],[269,48,0,false,false,false],[271,25,0,true,true,false],[278,34,0,true,true,false],[278,37,0,true,false,false],[278,40,0,true,true,false],[278,43,0,true,false,false],[282,40,0,true,true,false],[283,20,0,true,true,false],[283,29,0,true,false,false],[283,47,0,true,true,false],[285,18,0,true,false,false],[287,38,0,true,true,false],[288,20,0,true,true,false],[288,30,0,true,false,false],[288,61,0,true,true,false],[291,18,0,true,false,false],[294,6,0,false,false,false],[296,34,0,true,true,false],[299,92,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[313,25,0,true,true,false],[340,6,0,false,false,false],[347,90,0,true,true,false],[348,34,0,true,true,false],[348,40,0,true,false,false],[349,6,0,false,false,false],[364,56,0,true,true,false],[365,24,0,true,true,false],[365,71,0,true,false,false],[366,6,0,false,false,false],[368,25,0,true,true,false],[369,28,0,true,true,false],[370,53,0,true,true,false],[372,57,0,true,true,false],[378,82,0,true,true,false],[379,44,0,true,true,false],[381,32,0,true,true,false],[381,45,0,true,false,false],[381,46,0,true,true,false],[383,30,0,true,false,false],[383,39,0,true,true,false],[383,52,0,true,false,false],[383,53,0,true,true,false],[385,30,0,true,true,false],[387,54,0,true,true,false],[394,30,0,true,false,false],[405,57,0,true,true,false],[411,82,0,true,true,false],[412,44,0,true,true,false],[414,32,0,true,true,false],[414,45,0,true,false,false],[414,46,0,true,true,false],[416,30,0,true,false,false],[416,39,0,true,true,false],[416,52,0,true,false,false],[416,53,0,true,true,false],[418,30,0,true,true,false],[420,54,0,true,true,false],[423,54,0,true,true,false],[423,70,0,true,false,false],[443,6,0,false,false,false],[453,25,0,true,true,false],[455,61,0,true,true,false],[455,70,0,true,false,false],[455,73,0,true,true,false],[455,81,0,true,false,false],[457,46,0,true,true,false],[457,57,0,true,true,false],[457,65,0,true,false,false],[457,68,0,true,true,false],[457,80,0,true,false,false],[457,84,0,true,true,false],[457,94,0,true,false,false],[460,44,0,true,true,false],[460,52,0,true,false,false],[460,55,0,true,true,false],[460,86,0,true,false,false],[460,89,0,true,true,false],[460,126,0,true,false,false],[464,45,0,true,true,false],[464,56,0,true,true,false],[464,82,0,true,false,false],[464,85,0,true,true,false],[464,115,0,true,false,false],[464,119,0,true,true,false],[464,147,0,true,false,false],[466,6,0,false,false,false],[484,56,0,true,true,false],[485,24,0,true,true,false],[485,71,0,true,false,false],[486,6,0,false,false,false],[488,25,0,true,true,false],[489,28,0,true,true,false],[490,50,0,true,true,false],[492,57,0,true,true,false],[500,40,0,true,true,false],[501,64,0,true,true,false],[502,48,0,true,true,false],[507,74,0,true,true,false],[507,77,0,true,false,false],[517,57,0,true,true,false],[522,61,0,true,true,false],[524,44,0,true,true,false],[525,66,0,true,true,false],[526,52,0,true,true,false],[527,62,0,true,true,false],[529,38,0,true,false,false],[533,48,0,true,true,false],[536,30,0,true,false,false],[544,44,0,true,true,false],[545,88,0,true,true,false],[546,52,0,true,true,false],[547,62,0,true,true,false],[548,82,0,true,true,false],[548,85,0,true,false,false],[553,48,0,true,true,false],[554,74,0,true,true,false],[554,77,0,true,false,false],[555,74,0,true,true,false],[555,77,0,true,false,false],[572,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":90,"covered":0,"percent":0},"instantiations":{"count":91,"covered":0,"percent":0},"lines":{"count":1347,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":145,"covered":0,"notcovered":145,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift","mcdc_records":[],"segments":[[13,36,0,true,true,false],[13,47,0,false,false,false],[18,36,0,true,true,false],[18,41,0,false,false,false],[21,46,0,true,true,false],[23,6,0,false,false,false],[25,34,0,true,true,false],[27,6,0,false,false,false],[29,25,0,true,true,false],[30,49,0,true,true,false],[31,32,0,true,true,false],[33,36,0,true,true,false],[35,24,0,true,true,false],[35,45,0,true,false,false],[35,46,0,true,true,false],[36,44,0,true,true,false],[43,26,0,true,false,false],[49,22,0,true,true,false],[61,56,0,true,true,false],[63,22,0,true,false,false],[63,28,0,true,true,false],[68,22,0,true,false,false],[71,72,0,true,true,false],[75,22,0,true,true,false],[78,56,0,true,true,false],[80,22,0,true,true,false],[83,18,0,true,false,false],[88,20,0,true,true,false],[88,44,0,true,true,false],[88,66,0,true,false,false],[88,67,0,true,true,false],[89,40,0,true,true,false],[90,55,0,true,true,false],[91,36,0,true,true,false],[93,30,0,true,false,false],[93,38,0,true,true,false],[96,85,0,true,true,false],[96,86,0,true,false,false],[96,89,0,true,true,false],[96,92,0,true,false,false],[101,26,0,true,true,false],[103,59,0,true,true,false],[104,36,0,true,true,false],[106,30,0,true,false,false],[106,38,0,true,true,false],[109,85,0,true,true,false],[109,86,0,true,false,false],[109,89,0,true,true,false],[109,92,0,true,false,false],[114,26,0,true,true,false],[119,22,0,true,false,false],[120,18,0,true,true,false],[121,14,0,true,false,false],[129,36,0,true,true,false],[129,46,0,true,false,false],[129,49,0,true,true,false],[129,76,0,true,false,false],[129,79,0,true,true,false],[129,90,0,true,false,false],[132,18,0,true,true,false],[134,16,0,true,true,false],[134,26,0,true,false,false],[134,27,0,true,true,false],[135,20,0,true,true,false],[135,28,0,true,false,false],[135,29,0,true,true,false],[137,18,0,true,false,false],[137,24,0,true,true,false],[139,18,0,true,false,false],[142,23,0,true,true,false],[143,43,0,true,true,false],[145,14,0,true,false,false],[147,6,0,false,false,false],[150,78,0,true,true,false],[151,28,0,true,true,false],[152,20,0,true,true,false],[152,28,0,true,false,false],[153,13,0,true,true,false],[154,92,0,true,false,false],[156,13,0,true,true,false],[157,57,0,true,true,false],[160,24,0,true,true,false],[160,45,0,true,false,false],[160,46,0,true,true,false],[162,22,0,true,false,false],[162,28,0,true,true,false],[163,82,0,true,true,false],[164,32,0,true,true,false],[164,45,0,true,false,false],[164,46,0,true,true,false],[168,30,0,true,true,false],[170,26,0,true,false,false],[174,13,0,true,true,false],[175,28,0,true,false,false],[177,13,0,true,true,false],[182,18,0,true,false,false],[183,14,0,true,true,false],[184,10,0,true,false,false],[186,6,0,false,false,false],[189,107,0,true,true,false],[197,43,0,true,true,false],[199,45,0,true,true,false],[199,57,0,true,true,false],[202,56,0,true,true,false],[202,77,0,true,false,false],[202,80,0,true,true,false],[202,100,0,true,false,false],[203,54,0,true,true,false],[203,74,0,true,false,false],[203,77,0,true,true,false],[203,87,0,true,false,false],[206,10,0,true,true,false],[208,29,0,true,false,false],[209,6,0,false,false,false],[212,86,0,true,true,false],[213,28,0,true,true,false],[219,10,0,true,false,false],[220,6,0,false,false,false],[223,73,0,true,true,false],[230,42,0,true,true,false],[230,50,0,true,false,false],[231,6,0,false,false,false],[233,64,0,true,true,false],[253,54,0,true,true,false],[255,10,0,true,true,false],[260,12,0,true,true,false],[260,34,0,true,false,false],[260,35,0,true,true,false],[263,10,0,true,false,false],[263,19,0,true,true,false],[263,41,0,true,false,false],[263,42,0,true,true,false],[266,10,0,true,false,false],[266,19,0,true,true,false],[266,41,0,true,false,false],[266,42,0,true,true,false],[269,10,0,true,false,false],[269,19,0,true,true,false],[269,41,0,true,false,false],[269,42,0,true,true,false],[272,10,0,true,false,false],[274,57,0,true,true,false],[276,10,0,true,true,false],[278,43,0,true,false,false],[279,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":27,"covered":0,"percent":0},"instantiations":{"count":27,"covered":0,"percent":0},"lines":{"count":611,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[14,27,0,true,true,false],[14,54,0,true,false,false],[15,6,0,false,false,false],[17,39,0,true,true,false],[18,27,0,true,true,false],[18,51,0,true,false,false],[19,6,0,false,false,false],[21,39,0,true,true,false],[22,27,0,true,true,false],[22,52,0,true,false,false],[23,6,0,false,false,false],[26,41,0,true,true,false],[27,37,0,true,true,false],[27,64,0,true,false,false],[27,73,0,true,true,false],[27,96,0,true,false,false],[27,101,0,true,true,false],[27,103,0,true,false,false],[29,6,0,false,false,false],[31,25,0,true,true,false],[32,49,0,true,true,false],[34,32,0,true,true,false],[39,20,0,true,true,false],[39,35,0,true,false,false],[39,36,0,true,true,false],[42,18,0,true,true,false],[45,20,0,true,true,false],[45,36,0,true,false,false],[45,37,0,true,true,false],[48,18,0,true,true,false],[49,20,0,true,true,false],[49,35,0,true,false,false],[49,36,0,true,true,false],[52,18,0,true,true,false],[53,14,0,true,false,false],[59,69,0,true,true,false],[61,20,0,true,true,false],[61,40,0,true,false,false],[61,41,0,true,true,false],[64,18,0,true,true,false],[66,36,0,true,true,false],[71,24,0,true,true,false],[71,39,0,true,false,false],[71,40,0,true,true,false],[74,22,0,true,true,false],[77,24,0,true,true,false],[77,40,0,true,false,false],[77,41,0,true,true,false],[78,64,0,true,true,false],[78,84,0,true,false,false],[80,22,0,true,true,false],[81,24,0,true,true,false],[81,39,0,true,false,false],[81,40,0,true,true,false],[82,61,0,true,true,false],[82,81,0,true,false,false],[84,22,0,true,true,false],[85,18,0,true,false,false],[97,6,0,false,false,false],[100,85,0,true,true,false],[104,6,0,false,false,false],[107,55,0,true,true,false],[110,6,0,false,false,false],[113,64,0,true,true,false],[114,22,0,true,true,false],[114,24,0,true,false,false],[118,6,0,false,false,false],[121,58,0,true,true,false],[127,6,0,false,false,false],[130,75,0,true,true,false],[131,21,0,true,true,false],[137,10,0,true,false,false],[137,16,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,57,0,true,true,false],[149,6,0,false,false,false],[152,63,0,true,true,false],[202,44,0,true,true,false],[204,10,0,true,true,false],[207,77,0,true,false,false],[208,6,0,false,false,false],[211,104,0,true,true,false],[225,15,0,true,true,false],[225,28,0,true,false,false],[225,29,0,true,true,false],[227,54,0,true,true,false],[228,20,0,true,true,false],[228,47,0,true,false,false],[228,48,0,true,true,false],[233,18,0,true,true,false],[234,14,0,true,true,false],[235,10,0,true,true,false],[238,43,0,true,true,false],[238,46,0,true,false,false],[238,49,0,true,true,false],[238,58,0,true,false,false],[239,88,0,true,true,false],[241,59,0,true,true,false],[241,66,0,true,false,false],[242,16,0,true,true,false],[244,10,0,true,false,false],[247,12,0,true,true,false],[247,27,0,true,false,false],[247,28,0,true,true,false],[249,10,0,true,false,false],[249,16,0,true,true,false],[251,10,0,true,false,false],[252,6,0,false,false,false],[255,59,0,true,true,false],[257,42,0,true,true,false],[281,10,0,true,false,false],[282,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":412,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift","mcdc_records":[],"segments":[[15,47,0,true,true,false],[15,52,0,false,false,false],[16,41,0,true,true,false],[16,43,0,false,false,false],[18,48,0,true,true,false],[20,6,0,false,false,false],[22,82,0,true,true,false],[26,70,0,true,true,false],[26,106,0,true,true,false],[26,108,0,true,false,false],[27,6,0,false,false,false],[29,50,0,true,true,false],[30,37,0,true,true,false],[30,68,0,true,false,false],[31,6,0,false,false,false],[33,41,0,true,true,false],[34,37,0,true,true,false],[34,53,0,true,true,false],[35,44,0,true,true,false],[35,75,0,true,false,false],[36,16,0,true,true,false],[36,39,0,true,false,false],[37,6,0,false,false,false],[39,25,0,true,true,false],[40,50,0,true,true,false],[42,32,0,true,true,false],[43,50,0,true,true,false],[43,52,0,true,false,false],[43,54,0,true,true,false],[48,80,0,true,true,false],[48,98,0,true,false,false],[49,23,0,true,true,false],[52,22,0,true,false,false],[61,19,0,true,true,false],[62,58,0,true,true,false],[62,72,0,true,false,false],[62,75,0,true,true,false],[62,77,0,true,false,false],[65,82,0,true,true,false],[68,36,0,true,true,false],[70,32,0,true,true,false],[70,74,0,true,false,false],[70,75,0,true,true,false],[73,30,0,true,false,false],[76,35,0,true,true,false],[78,26,0,true,false,false],[85,44,0,true,true,false],[92,14,0,true,false,false],[92,23,0,true,true,false],[92,40,0,true,false,false],[92,41,0,true,true,false],[93,24,0,true,true,false],[98,36,0,true,true,false],[101,22,0,true,false,false],[108,14,0,true,true,false],[109,10,0,true,false,false],[112,6,0,false,false,false],[122,40,0,true,true,false],[122,45,0,false,false,false],[125,50,0,true,true,false],[127,6,0,false,false,false],[129,82,0,true,true,false],[133,74,0,true,true,false],[133,100,0,true,true,false],[133,102,0,true,false,false],[134,6,0,false,false,false],[136,46,0,true,true,false],[137,31,0,true,true,false],[137,60,0,true,false,false],[138,6,0,false,false,false],[140,25,0,true,true,false],[141,50,0,true,true,false],[143,33,0,true,true,false],[144,44,0,true,true,false],[144,46,0,true,false,false],[144,48,0,true,true,false],[148,23,0,true,true,false],[152,22,0,true,false,false],[157,44,0,true,true,false],[158,57,0,true,true,false],[168,18,0,true,false,false],[169,14,0,true,true,false],[170,10,0,true,false,false],[173,36,0,true,true,false],[173,80,0,true,false,false],[173,83,0,true,true,false],[173,86,0,true,false,false],[174,6,0,false,false,false],[184,36,0,true,true,false],[184,41,0,false,false,false],[191,25,0,true,true,false],[192,34,0,true,true,false],[193,53,0,true,true,false],[195,24,0,true,true,false],[196,47,0,true,true,false],[199,22,0,true,true,false],[202,18,0,true,false,false],[203,47,0,true,true,false],[203,55,0,true,false,false],[203,58,0,true,true,false],[203,68,0,true,false,false],[206,36,0,true,true,false],[207,62,0,true,true,false],[208,60,0,true,true,false],[208,92,0,true,false,false],[208,109,0,true,true,false],[208,112,0,true,false,false],[217,40,0,true,true,false],[217,71,0,true,false,false],[217,74,0,true,true,false],[217,111,0,true,false,false],[221,42,0,true,true,false],[221,59,0,true,false,false],[221,62,0,true,true,false],[221,98,0,true,true,false],[221,101,0,true,false,false],[221,104,0,true,true,false],[221,107,0,true,false,false],[221,134,0,true,true,false],[221,135,0,true,false,false],[221,138,0,true,true,false],[221,139,0,true,false,false],[227,18,0,true,true,false],[227,36,0,true,false,false],[228,6,0,false,false,false],[236,25,0,true,true,false],[248,6,0,false,false,false],[260,50,0,true,true,false],[260,55,0,false,false,false],[261,51,0,true,true,false],[261,56,0,false,false,false],[262,41,0,true,true,false],[262,43,0,false,false,false],[263,42,0,true,true,false],[263,44,0,false,false,false],[265,46,0,true,true,false],[267,6,0,false,false,false],[269,133,0,true,true,false],[274,45,0,true,true,false],[274,47,0,true,false,false],[275,47,0,true,true,false],[275,49,0,true,false,false],[276,70,0,true,true,false],[276,98,0,true,true,false],[276,105,0,true,false,false],[277,72,0,true,true,false],[277,101,0,true,true,false],[277,108,0,true,false,false],[278,6,0,false,false,false],[280,47,0,true,true,false],[281,31,0,true,true,false],[281,33,0,true,false,false],[282,6,0,false,false,false],[284,48,0,true,true,false],[285,32,0,true,true,false],[285,34,0,true,false,false],[286,6,0,false,false,false],[288,53,0,true,true,false],[289,26,0,true,true,false],[289,54,0,true,false,false],[290,6,0,false,false,false],[292,54,0,true,true,false],[293,27,0,true,true,false],[293,56,0,true,false,false],[294,6,0,false,false,false],[296,44,0,true,true,false],[297,30,0,true,true,false],[297,58,0,true,false,false],[297,62,0,true,true,false],[297,82,0,true,false,false],[298,6,0,false,false,false],[300,45,0,true,true,false],[301,31,0,true,true,false],[301,60,0,true,false,false],[301,64,0,true,true,false],[301,85,0,true,false,false],[302,6,0,false,false,false],[305,47,0,true,true,false],[307,6,0,false,false,false],[310,48,0,true,true,false],[312,6,0,false,false,false],[315,61,0,true,true,false],[318,9,0,true,true,false],[320,10,0,true,true,false],[321,21,0,true,false,false],[322,6,0,false,false,false],[325,58,0,true,true,false],[328,9,0,true,true,false],[330,10,0,true,true,false],[331,19,0,true,false,false],[332,6,0,false,false,false],[335,36,0,true,true,false],[336,34,0,true,true,false],[336,56,0,true,false,false],[337,6,0,false,false,false],[339,25,0,true,true,false],[340,50,0,true,true,false],[342,53,0,true,true,false],[347,36,0,true,true,false],[348,41,0,true,true,false],[353,73,0,true,true,false],[353,94,0,true,false,false],[354,27,0,true,true,false],[357,26,0,true,false,false],[361,24,0,true,true,false],[361,44,0,true,false,false],[361,45,0,true,true,false],[367,27,0,true,true,false],[369,26,0,true,false,false],[370,22,0,true,true,false],[373,55,0,true,true,false],[373,61,0,true,false,false],[373,64,0,true,true,false],[373,72,0,true,false,false],[377,23,0,true,true,false],[378,65,0,true,true,false],[378,76,0,true,false,false],[378,79,0,true,true,false],[378,81,0,true,false,false],[381,89,0,true,true,false],[384,40,0,true,true,false],[386,36,0,true,true,false],[386,92,0,true,false,false],[386,93,0,true,true,false],[389,34,0,true,false,false],[389,40,0,true,true,false],[391,40,0,true,true,false],[391,82,0,true,false,false],[391,83,0,true,true,false],[394,38,0,true,false,false],[398,39,0,true,true,false],[400,30,0,true,false,false],[406,51,0,true,true,false],[411,18,0,true,true,false],[412,14,0,true,false,false],[415,53,0,true,true,false],[420,36,0,true,true,false],[421,42,0,true,true,false],[426,74,0,true,true,false],[426,96,0,true,false,false],[427,27,0,true,true,false],[430,26,0,true,false,false],[434,24,0,true,true,false],[434,45,0,true,false,false],[434,46,0,true,true,false],[440,27,0,true,true,false],[442,26,0,true,false,false],[443,22,0,true,true,false],[446,56,0,true,true,false],[446,62,0,true,false,false],[446,65,0,true,true,false],[446,73,0,true,false,false],[450,23,0,true,true,false],[451,67,0,true,true,false],[451,79,0,true,false,false],[451,82,0,true,true,false],[451,84,0,true,false,false],[454,90,0,true,true,false],[457,40,0,true,true,false],[459,36,0,true,true,false],[459,93,0,true,false,false],[459,94,0,true,true,false],[462,34,0,true,false,false],[462,40,0,true,true,false],[464,40,0,true,true,false],[464,82,0,true,false,false],[464,83,0,true,true,false],[467,38,0,true,false,false],[471,39,0,true,true,false],[473,30,0,true,false,false],[479,52,0,true,true,false],[484,18,0,true,true,false],[485,14,0,true,false,false],[488,16,0,true,true,false],[488,28,0,true,false,false],[488,29,0,true,true,false],[489,36,0,true,true,false],[496,18,0,true,false,false],[503,14,0,true,true,false],[504,10,0,true,false,false],[508,6,0,false,false,false],[518,45,0,true,true,false],[518,49,0,false,false,false],[521,73,0,true,true,false],[523,6,0,false,false,false],[525,34,0,true,true,false],[527,12,0,true,true,false],[527,62,0,true,false,false],[527,63,0,true,true,false],[529,10,0,true,true,false],[531,58,0,true,false,false],[532,6,0,false,false,false],[535,38,0,true,true,false],[538,9,0,true,true,false],[540,10,0,true,true,false],[541,24,0,true,false,false],[542,6,0,false,false,false],[544,25,0,true,true,false],[545,50,0,true,true,false],[550,53,0,true,true,false],[554,31,0,true,true,false],[555,28,0,true,true,false],[555,38,0,true,false,false],[555,39,0,true,true,false],[557,26,0,true,false,false],[559,45,0,true,true,false],[561,22,0,true,false,false],[564,20,0,true,true,false],[564,38,0,true,false,false],[564,71,0,true,true,false],[565,32,0,true,true,false],[566,69,0,true,true,false],[567,94,0,true,true,false],[568,40,0,true,true,false],[571,34,0,true,false,false],[571,42,0,true,true,false],[572,56,0,true,true,false],[573,77,0,true,true,false],[578,42,0,true,true,false],[583,38,0,true,false,false],[594,18,0,true,true,false],[597,20,0,true,true,false],[597,70,0,true,false,false],[597,71,0,true,true,false],[598,40,0,true,true,false],[605,22,0,true,false,false],[608,25,0,true,true,false],[608,42,0,true,false,false],[608,56,0,true,true,false],[612,18,0,true,true,false],[613,14,0,true,false,false],[618,20,0,true,true,false],[619,34,0,true,true,false],[621,18,0,true,false,false],[628,30,0,true,true,false],[630,18,0,true,false,false],[640,19,0,true,true,false],[642,10,0,true,false,false],[643,6,0,false,false,false],[653,36,0,true,true,false],[653,41,0,false,false,false],[655,25,0,true,true,false],[656,32,0,true,true,false],[658,56,0,true,true,false],[658,65,0,true,false,false],[658,68,0,true,true,false],[658,76,0,true,false,false],[659,47,0,true,true,false],[659,53,0,true,false,false],[659,56,0,true,true,false],[659,64,0,true,false,false],[664,62,0,true,true,false],[664,63,0,true,false,false],[664,66,0,true,true,false],[664,76,0,true,true,false],[664,77,0,true,false,false],[664,80,0,true,true,false],[664,81,0,true,false,false],[665,44,0,true,true,false],[665,61,0,true,false,false],[665,64,0,true,true,false],[665,77,0,true,true,false],[665,104,0,true,false,false],[665,107,0,true,true,false],[665,118,0,true,false,false],[672,18,0,true,true,false],[672,36,0,true,false,false],[673,6,0,false,false,false],[680,40,0,true,true,false],[684,12,0,true,true,false],[684,19,0,true,false,false],[684,28,0,true,true,false],[686,10,0,true,false,false],[686,19,0,true,true,false],[686,26,0,true,false,false],[686,27,0,true,true,false],[700,10,0,true,false,false],[700,19,0,true,true,false],[700,25,0,true,false,false],[700,26,0,true,true,false],[714,10,0,true,false,false],[714,16,0,true,true,false],[716,10,0,true,false,false],[719,6,0,false,false,false],[732,36,0,true,true,false],[732,41,0,false,false,false],[734,25,0,true,true,false],[735,32,0,true,true,false],[736,32,0,true,true,false],[737,42,0,true,true,false],[740,18,0,true,true,false],[742,60,0,true,true,false],[742,69,0,true,false,false],[742,72,0,true,true,false],[742,80,0,true,false,false],[745,43,0,true,true,false],[745,49,0,true,false,false],[745,52,0,true,true,false],[745,60,0,true,false,false],[750,57,0,true,true,false],[750,58,0,true,false,false],[750,61,0,true,true,false],[750,62,0,true,false,false],[751,40,0,true,true,false],[751,57,0,true,false,false],[751,60,0,true,true,false],[751,73,0,true,true,false],[751,100,0,true,false,false],[751,103,0,true,true,false],[751,114,0,true,false,false],[758,18,0,true,true,false],[758,36,0,true,false,false],[759,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":134,"covered":0,"percent":0},"instantiations":{"count":134,"covered":0,"percent":0},"lines":{"count":1881,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":243,"covered":0,"notcovered":243,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift","mcdc_records":[],"segments":[[15,38,0,true,true,false],[15,43,0,false,false,false],[17,43,0,true,true,false],[18,37,0,true,true,false],[18,65,0,true,false,false],[19,6,0,false,false,false],[21,25,0,true,true,false],[22,50,0,true,true,false],[24,50,0,true,true,false],[25,54,0,true,true,false],[25,75,0,true,false,false],[25,77,0,true,true,false],[27,18,0,true,true,false],[28,55,0,true,true,false],[28,73,0,true,false,false],[28,75,0,true,true,false],[30,18,0,true,true,false],[31,14,0,true,false,false],[35,50,0,true,true,false],[36,57,0,true,true,false],[36,74,0,true,false,false],[36,76,0,true,true,false],[38,18,0,true,true,false],[39,55,0,true,true,false],[39,75,0,true,false,false],[39,77,0,true,true,false],[41,18,0,true,true,false],[42,14,0,true,false,false],[46,32,0,true,true,false],[53,14,0,true,false,false],[55,36,0,true,true,false],[55,37,0,true,false,false],[55,40,0,true,true,false],[55,41,0,true,false,false],[58,19,0,true,true,false],[59,67,0,true,true,false],[61,14,0,true,false,false],[63,6,0,false,false,false],[66,79,0,true,true,false],[71,36,0,true,true,false],[71,37,0,true,false,false],[71,40,0,true,true,false],[71,43,0,true,false,false],[72,32,0,true,true,false],[72,33,0,true,false,false],[72,36,0,true,true,false],[72,37,0,true,false,false],[78,6,0,false,false,false],[80,71,0,true,true,false],[82,32,0,true,true,false],[82,74,0,true,false,false],[83,6,0,false,false,false],[94,20,0,true,true,false],[94,32,0,false,false,false],[96,23,0,true,true,false],[97,16,0,true,true,false],[97,20,0,true,false,false],[98,9,0,true,true,false],[98,39,0,true,false,false],[99,9,0,true,true,false],[99,33,0,true,false,false],[100,9,0,true,true,false],[100,31,0,true,false,false],[101,9,0,true,true,false],[101,37,0,true,false,false],[102,10,0,true,true,false],[103,6,0,false,false,false],[105,22,0,true,true,false],[106,16,0,true,true,false],[106,20,0,true,false,false],[107,9,0,true,true,false],[107,48,0,true,false,false],[108,9,0,true,true,false],[108,34,0,true,false,false],[109,9,0,true,true,false],[109,40,0,true,false,false],[110,9,0,true,true,false],[110,44,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[114,33,0,true,true,false],[115,16,0,true,true,false],[115,20,0,true,false,false],[116,9,0,true,true,false],[116,67,0,true,false,false],[117,9,0,true,true,false],[117,49,0,true,false,false],[118,9,0,true,true,false],[118,33,0,true,false,false],[119,9,0,true,true,false],[119,36,0,true,false,false],[120,10,0,true,true,false],[121,6,0,false,false,false],[123,28,0,true,true,false],[124,16,0,true,true,false],[124,20,0,true,false,false],[125,9,0,true,true,false],[125,32,0,true,false,false],[126,9,0,true,true,false],[126,31,0,true,false,false],[127,9,0,true,true,false],[127,30,0,true,false,false],[128,9,0,true,true,false],[128,32,0,true,false,false],[129,10,0,true,true,false],[130,6,0,false,false,false],[139,36,0,true,true,false],[139,41,0,false,false,false],[141,25,0,true,true,false],[142,49,0,true,true,false],[144,32,0,true,true,false],[147,50,0,true,true,false],[147,56,0,true,false,false],[147,59,0,true,true,false],[147,79,0,true,false,false],[152,47,0,true,true,false],[152,67,0,true,false,false],[152,70,0,true,true,false],[152,104,0,true,false,false],[163,16,0,true,true,false],[163,39,0,true,false,false],[163,40,0,true,true,false],[166,14,0,true,true,false],[169,53,0,true,true,false],[170,45,0,true,true,false],[172,18,0,true,false,false],[181,81,0,true,true,false],[181,84,0,true,false,false],[181,87,0,true,true,false],[181,90,0,true,false,false],[185,66,0,true,true,false],[185,69,0,true,false,false],[185,72,0,true,true,false],[185,75,0,true,false,false],[185,101,0,true,true,false],[185,102,0,true,false,false],[185,105,0,true,true,false],[185,106,0,true,false,false],[187,34,0,true,true,false],[187,38,0,true,false,false],[187,41,0,true,true,false],[187,44,0,true,false,false],[188,65,0,true,true,false],[188,68,0,true,false,false],[188,71,0,true,true,false],[188,72,0,true,false,false],[190,18,0,true,true,false],[192,10,0,true,false,false],[193,6,0,false,false,false],[199,25,0,true,true,false],[200,28,0,true,true,false],[202,33,0,true,true,false],[204,58,0,true,true,false],[210,18,0,true,false,false],[213,36,0,true,true,false],[215,40,0,true,true,false],[219,22,0,true,false,false],[223,57,0,true,true,false],[229,18,0,true,false,false],[234,6,0,false,false,false],[243,36,0,true,true,false],[243,41,0,false,false,false],[244,46,0,true,true,false],[244,51,0,false,false,false],[245,47,0,true,true,false],[245,48,0,false,false,false],[250,27,0,true,true,false],[251,20,0,true,true,false],[251,24,0,true,false,false],[252,13,0,true,true,false],[252,28,0,true,false,false],[253,13,0,true,true,false],[253,30,0,true,false,false],[254,13,0,true,true,false],[254,30,0,true,false,false],[255,13,0,true,true,false],[255,31,0,true,false,false],[256,14,0,true,true,false],[257,10,0,false,false,false],[259,28,0,true,true,false],[260,20,0,true,true,false],[260,24,0,true,false,false],[261,13,0,true,true,false],[261,52,0,true,false,false],[262,13,0,true,true,false],[262,53,0,true,false,false],[263,13,0,true,true,false],[263,54,0,true,false,false],[264,13,0,true,true,false],[264,54,0,true,false,false],[265,14,0,true,true,false],[266,10,0,false,false,false],[269,25,0,true,true,false],[270,16,0,true,true,false],[281,46,0,true,true,false],[281,51,0,true,false,false],[281,54,0,true,true,false],[281,62,0,true,false,false],[289,45,0,true,true,false],[289,68,0,true,false,false],[289,71,0,true,true,false],[289,99,0,true,false,false],[292,18,0,true,true,false],[294,16,0,true,true,false],[294,24,0,true,false,false],[294,25,0,true,true,false],[296,14,0,true,false,false],[298,6,0,false,false,false],[300,33,0,true,true,false],[306,48,0,true,true,false],[309,10,0,true,false,false],[310,6,0,false,false,false],[319,25,0,true,true,false],[320,29,0,true,true,false],[325,47,0,true,true,false],[329,14,0,true,true,false],[334,16,0,true,true,false],[334,44,0,true,false,false],[334,45,0,true,true,false],[335,36,0,true,true,false],[339,18,0,true,false,false],[340,14,0,true,true,false],[343,16,0,true,true,false],[343,41,0,true,false,false],[343,42,0,true,true,false],[344,36,0,true,true,false],[348,18,0,true,false,false],[349,14,0,true,true,false],[350,10,0,true,false,false],[353,6,0,false,false,false],[359,25,0,true,true,false],[360,28,0,true,true,false],[361,55,0,true,true,false],[363,14,0,true,false,false],[368,6,0,false,false,false],[377,36,0,true,true,false],[377,41,0,false,false,false],[379,25,0,true,true,false],[382,42,0,true,true,false],[382,48,0,true,false,false],[382,51,0,true,true,false],[382,56,0,true,false,false],[386,39,0,true,true,false],[386,44,0,true,false,false],[386,47,0,true,true,false],[386,66,0,true,false,false],[388,38,0,true,true,false],[388,41,0,true,false,false],[388,44,0,true,true,false],[388,47,0,true,false,false],[390,22,0,true,true,false],[390,40,0,true,false,false],[391,6,0,false,false,false],[399,24,0,true,true,false],[399,29,0,false,false,false],[401,25,0,true,true,false],[411,6,0,false,false,false],[420,25,0,true,true,false],[421,28,0,true,true,false],[426,47,0,true,true,false],[431,14,0,true,true,false],[436,16,0,true,true,false],[436,44,0,true,false,false],[436,45,0,true,true,false],[440,14,0,true,true,false],[441,16,0,true,true,false],[441,41,0,true,false,false],[441,42,0,true,true,false],[445,14,0,true,true,false],[446,10,0,true,false,false],[448,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":60,"covered":0,"percent":0},"instantiations":{"count":60,"covered":0,"percent":0},"lines":{"count":683,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":155,"covered":0,"notcovered":155,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift","mcdc_records":[],"segments":[[10,14,0,true,true,false],[10,20,0,false,false,false],[17,14,0,true,true,false],[17,20,0,false,false,false],[24,14,0,true,true,false],[24,20,0,false,false,false],[30,14,0,true,true,false],[30,20,0,false,false,false],[36,51,0,true,true,false],[36,56,0,false,false,false],[37,46,0,true,true,false],[37,51,0,false,false,false],[38,47,0,true,true,false],[38,67,0,false,false,false],[39,46,0,true,true,false],[39,51,0,false,false,false],[41,50,0,true,true,false],[41,52,0,false,false,false],[43,60,0,true,true,false],[43,63,0,false,false,false],[45,55,0,true,true,false],[45,58,0,false,false,false],[50,50,0,true,true,false],[50,52,0,false,false,false],[51,27,0,true,true,false],[51,50,0,false,false,false],[54,44,0,true,true,false],[55,62,0,true,true,false],[55,73,0,true,false,false],[56,6,0,false,false,false],[59,41,0,true,true,false],[60,47,0,true,true,false],[60,66,0,true,false,false],[61,6,0,false,false,false],[64,43,0,true,true,false],[66,18,0,true,true,false],[66,99,0,true,false,false],[68,39,0,true,true,false],[68,54,0,true,false,false],[70,6,0,false,false,false],[73,50,0,true,true,false],[75,49,0,true,true,false],[77,74,0,true,true,false],[77,107,0,true,false,false],[77,109,0,true,true,false],[79,14,0,true,true,false],[81,37,0,true,false,false],[83,6,0,false,false,false],[86,53,0,true,true,false],[87,45,0,true,true,false],[87,70,0,true,true,false],[88,38,0,true,true,false],[91,18,0,true,true,false],[93,14,0,true,true,false],[94,35,0,true,false,false],[96,6,0,false,false,false],[99,47,0,true,true,false],[100,45,0,true,true,false],[100,56,0,true,false,false],[100,62,0,true,true,false],[100,66,0,true,false,false],[101,46,0,true,true,false],[101,63,0,true,false,false],[101,68,0,true,true,false],[101,72,0,true,false,false],[103,6,0,false,false,false],[105,42,0,true,true,false],[107,6,0,false,false,false],[111,107,0,true,true,false],[113,53,0,true,true,false],[115,17,0,true,true,false],[115,72,0,true,false,false],[116,17,0,true,true,false],[116,73,0,true,false,false],[117,17,0,true,true,false],[117,74,0,true,false,false],[119,60,0,true,true,false],[119,81,0,true,false,false],[119,85,0,true,true,false],[119,108,0,true,false,false],[119,112,0,true,true,false],[119,139,0,true,false,false],[119,143,0,true,true,false],[119,165,0,true,false,false],[119,169,0,true,true,false],[119,190,0,true,false,false],[120,13,0,true,true,false],[121,23,0,true,false,false],[121,27,0,true,true,false],[121,45,0,true,false,false],[126,38,0,true,true,false],[126,46,0,true,false,false],[127,49,0,true,true,false],[127,72,0,true,false,false],[127,75,0,true,true,false],[127,76,0,true,false,false],[128,17,0,true,true,false],[128,48,0,true,true,false],[128,125,0,true,true,false],[128,126,0,true,false,false],[128,130,0,true,true,false],[128,155,0,true,false,false],[129,57,0,true,true,false],[129,77,0,true,false,false],[130,47,0,true,true,false],[132,14,0,true,false,false],[133,23,0,true,true,false],[136,20,0,true,true,false],[136,25,0,true,false,false],[136,26,0,true,true,false],[138,18,0,true,false,false],[140,22,0,true,true,false],[140,96,0,true,false,false],[149,43,0,true,true,false],[149,53,0,true,false,false],[149,56,0,true,true,false],[149,59,0,true,false,false],[150,57,0,true,true,false],[152,22,0,true,true,false],[152,99,0,true,false,false],[153,17,0,true,true,false],[153,20,0,true,false,false],[154,58,0,true,true,false],[155,22,0,true,true,false],[155,102,0,true,false,false],[156,17,0,true,true,false],[156,20,0,true,false,false],[157,59,0,true,true,false],[158,22,0,true,true,false],[158,105,0,true,false,false],[159,17,0,true,true,false],[159,20,0,true,false,false],[160,64,0,true,true,false],[161,22,0,true,true,false],[161,114,0,true,false,false],[162,17,0,true,true,false],[162,20,0,true,false,false],[163,61,0,true,true,false],[165,14,0,true,false,false],[165,17,0,true,true,false],[165,20,0,true,false,false],[166,68,0,true,true,false],[168,14,0,true,false,false],[168,17,0,true,true,false],[168,20,0,true,false,false],[169,80,0,true,true,false],[170,22,0,true,true,false],[170,122,0,true,false,false],[171,17,0,true,true,false],[171,20,0,true,false,false],[172,77,0,true,true,false],[174,14,0,true,false,false],[174,17,0,true,true,false],[174,20,0,true,false,false],[175,84,0,true,true,false],[177,14,0,true,false,false],[177,17,0,true,true,false],[177,20,0,true,false,false],[178,64,0,true,true,false],[179,22,0,true,true,false],[179,114,0,true,false,false],[180,17,0,true,true,false],[180,20,0,true,false,false],[181,61,0,true,true,false],[183,14,0,true,false,false],[183,17,0,true,true,false],[183,20,0,true,false,false],[184,60,0,true,true,false],[185,22,0,true,true,false],[185,112,0,true,false,false],[186,17,0,true,true,false],[186,20,0,true,false,false],[187,57,0,true,true,false],[189,14,0,true,false,false],[189,17,0,true,true,false],[189,20,0,true,false,false],[190,64,0,true,true,false],[191,22,0,true,true,false],[191,108,0,true,false,false],[192,17,0,true,true,false],[192,20,0,true,false,false],[193,98,0,true,true,false],[194,22,0,true,true,false],[194,110,0,true,false,false],[195,17,0,true,true,false],[195,20,0,true,false,false],[196,98,0,true,true,false],[197,22,0,true,true,false],[197,94,0,true,false,false],[198,17,0,true,true,false],[198,20,0,true,false,false],[199,91,0,true,true,false],[200,22,0,true,true,false],[200,97,0,true,false,false],[201,17,0,true,true,false],[201,20,0,true,false,false],[205,6,0,false,false,false],[207,25,0,true,true,false],[208,28,0,true,true,false],[210,33,0,true,true,false],[211,24,0,true,true,false],[214,18,0,true,false,false],[214,26,0,true,true,false],[216,18,0,true,false,false],[224,24,0,true,true,false],[226,18,0,true,false,false],[226,26,0,true,true,false],[228,18,0,true,false,false],[234,24,0,true,true,false],[236,18,0,true,false,false],[236,26,0,true,true,false],[238,18,0,true,false,false],[252,30,0,true,true,false],[253,28,0,true,true,false],[254,40,0,true,true,false],[262,36,0,true,true,false],[262,73,0,true,true,false],[262,84,0,true,false,false],[263,69,0,true,true,false],[263,122,0,true,true,false],[263,125,0,true,false,false],[263,128,0,true,true,false],[263,136,0,true,false,false],[265,39,0,true,true,false],[266,38,0,true,true,false],[267,75,0,true,true,false],[269,38,0,true,true,false],[270,34,0,true,false,false],[272,44,0,true,true,false],[274,86,0,true,true,false],[274,101,0,true,false,false],[274,103,0,true,true,false],[280,34,0,true,false,false],[282,46,0,true,true,false],[283,38,0,true,true,false],[283,82,0,true,false,false],[285,46,0,true,true,false],[287,30,0,true,false,false],[288,44,0,true,true,false],[300,30,0,true,false,false],[302,48,0,true,true,false],[305,30,0,true,false,false],[316,52,0,true,true,false],[320,26,0,true,false,false],[331,35,0,true,true,false],[332,62,0,true,true,false],[338,14,0,true,true,false],[339,10,0,true,false,false],[341,19,0,true,true,false],[344,16,0,true,true,false],[344,39,0,true,false,false],[344,40,0,true,true,false],[346,14,0,true,false,false],[350,85,0,true,true,false],[352,10,0,true,false,false],[353,45,0,true,true,false],[356,26,0,true,true,false],[356,84,0,true,true,false],[356,103,0,true,false,false],[357,26,0,true,true,false],[357,34,0,true,false,false],[359,25,0,true,true,false],[360,26,0,true,true,false],[362,22,0,true,false,false],[365,27,0,true,true,false],[367,18,0,true,false,false],[371,53,0,true,true,false],[374,26,0,true,true,false],[374,92,0,true,true,false],[374,119,0,true,false,false],[375,26,0,true,true,false],[375,34,0,true,false,false],[377,25,0,true,true,false],[378,26,0,true,true,false],[380,22,0,true,false,false],[383,27,0,true,true,false],[385,18,0,true,false,false],[389,45,0,true,true,false],[392,26,0,true,true,false],[394,95,0,true,true,false],[394,131,0,true,false,false],[394,133,0,true,true,false],[395,89,0,true,true,false],[395,108,0,true,false,false],[396,26,0,true,true,false],[397,88,0,true,true,false],[397,107,0,true,false,false],[399,26,0,true,true,false],[399,34,0,true,false,false],[401,25,0,true,true,false],[402,26,0,true,true,false],[404,22,0,true,false,false],[407,27,0,true,true,false],[409,18,0,true,false,false],[412,43,0,true,true,false],[415,26,0,true,true,false],[417,95,0,true,true,false],[417,131,0,true,false,false],[417,133,0,true,true,false],[418,87,0,true,true,false],[418,104,0,true,false,false],[419,26,0,true,true,false],[420,86,0,true,true,false],[420,103,0,true,false,false],[422,26,0,true,true,false],[422,34,0,true,false,false],[424,25,0,true,true,false],[425,26,0,true,true,false],[427,22,0,true,false,false],[430,27,0,true,true,false],[432,18,0,true,false,false],[435,68,0,true,true,false],[436,64,0,true,true,false],[439,31,0,true,true,false],[441,22,0,true,false,false],[442,31,0,true,true,false],[444,22,0,true,false,false],[447,14,0,true,true,false],[448,10,0,true,false,false],[449,80,0,true,true,false],[450,45,0,true,true,false],[450,47,0,true,false,false],[451,43,0,true,true,false],[453,14,0,true,false,false],[454,49,0,true,true,false],[456,14,0,true,false,false],[457,20,0,true,true,false],[463,10,0,true,false,false],[464,6,0,false,false,false],[467,42,0,true,true,false],[469,99,0,true,true,false],[471,10,0,true,true,false],[474,80,0,true,true,false],[476,10,0,true,true,false],[479,63,0,true,true,false],[479,110,0,true,false,false],[479,112,0,true,true,false],[481,83,0,true,true,false],[481,109,0,true,false,false],[482,16,0,true,true,false],[482,25,0,true,false,false],[482,117,0,true,true,false],[484,14,0,true,true,false],[485,10,0,true,true,false],[488,23,0,true,false,false],[489,6,0,false,false,false],[492,49,0,true,true,false],[494,6,0,false,false,false],[499,89,0,true,true,false],[501,58,0,true,true,false],[503,10,0,true,true,false],[506,34,0,true,false,false],[507,6,0,false,false,false],[510,90,0,true,true,false],[511,79,0,true,true,false],[513,10,0,true,true,false],[516,53,0,true,true,false],[516,88,0,true,true,false],[516,95,0,true,false,false],[517,55,0,true,true,false],[517,91,0,true,true,false],[517,98,0,true,false,false],[520,48,0,true,true,false],[520,74,0,true,false,false],[520,85,0,true,true,false],[520,94,0,true,false,false],[521,50,0,true,true,false],[521,77,0,true,false,false],[521,88,0,true,true,false],[521,98,0,true,false,false],[524,6,0,false,false,false],[527,87,0,true,true,false],[528,78,0,true,true,false],[530,10,0,true,true,false],[532,16,0,true,true,false],[532,37,0,true,false,false],[533,9,0,true,true,false],[534,20,0,true,true,false],[534,43,0,true,false,false],[535,13,0,true,true,false],[536,97,0,true,false,false],[537,13,0,true,true,false],[538,93,0,true,false,false],[540,9,0,true,true,false],[541,92,0,true,false,false],[543,6,0,false,false,false],[546,90,0,true,true,false],[547,78,0,true,true,false],[548,49,0,true,true,false],[548,65,0,true,false,false],[549,10,0,true,true,false],[551,16,0,true,true,false],[551,37,0,true,false,false],[552,9,0,true,true,false],[553,20,0,true,true,false],[553,43,0,true,false,false],[554,13,0,true,true,false],[555,40,0,true,false,false],[556,13,0,true,true,false],[557,39,0,true,false,false],[559,9,0,true,true,false],[560,54,0,true,false,false],[562,6,0,false,false,false],[565,83,0,true,true,false],[567,58,0,true,true,false],[569,10,0,true,true,false],[571,59,0,true,true,false],[573,10,0,true,true,false],[575,41,0,true,false,false],[576,6,0,false,false,false],[579,82,0,true,true,false],[581,81,0,true,true,false],[583,10,0,true,true,false],[589,91,0,true,true,false],[591,10,0,true,false,false],[591,16,0,true,true,false],[593,10,0,true,false,false],[597,55,0,true,true,false],[597,93,0,true,true,false],[597,95,0,true,false,false],[598,54,0,true,true,false],[598,85,0,true,false,false],[598,96,0,true,true,false],[598,110,0,true,false,false],[600,37,0,true,true,false],[602,16,0,true,true,false],[602,52,0,true,false,false],[602,53,0,true,true,false],[604,14,0,true,true,false],[605,56,0,true,false,false],[606,10,0,true,true,false],[609,89,0,true,true,false],[611,10,0,true,false,false],[611,16,0,true,true,false],[613,10,0,true,false,false],[616,63,0,true,true,false],[616,95,0,true,false,false],[616,106,0,true,true,false],[616,121,0,true,false,false],[619,12,0,true,true,false],[619,48,0,true,false,false],[619,49,0,true,true,false],[621,10,0,true,true,false],[623,61,0,true,false,false],[624,6,0,false,false,false],[627,73,0,true,true,false],[634,42,0,true,true,false],[634,50,0,true,false,false],[635,6,0,false,false,false],[638,63,0,true,true,false],[658,48,0,true,true,false],[658,63,0,true,false,false],[659,6,0,false,false,false],[661,39,0,true,true,false],[664,6,0,false,false,false],[666,38,0,true,true,false],[669,6,0,false,false,false],[671,41,0,true,true,false],[672,14,0,true,true,false],[673,16,0,true,true,false],[674,63,0,true,true,false],[681,14,0,true,false,false],[681,21,0,true,true,false],[683,14,0,true,true,false],[684,10,0,true,false,false],[685,6,0,false,false,false],[689,35,0,true,true,false],[690,14,0,true,true,false],[692,33,0,true,true,false],[693,45,0,true,true,false],[693,96,0,true,false,false],[696,6,0,false,false,false],[698,77,0,true,true,false],[699,14,0,true,true,false],[701,47,0,true,true,false],[701,71,0,true,false,false],[703,16,0,true,true,false],[704,20,0,true,true,false],[704,51,0,true,false,false],[704,52,0,true,true,false],[705,116,0,true,true,false],[706,18,0,true,false,false],[706,24,0,true,true,false],[707,80,0,true,true,false],[708,18,0,true,true,false],[710,67,0,true,true,false],[713,14,0,true,false,false],[713,21,0,true,true,false],[715,14,0,true,true,false],[716,10,0,true,false,false],[717,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":186,"covered":0,"percent":0},"instantiations":{"count":186,"covered":0,"percent":0},"lines":{"count":1481,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":310,"covered":0,"notcovered":310,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift","mcdc_records":[],"segments":[[7,51,0,true,true,false],[7,88,0,false,false,false],[8,51,0,true,true,false],[8,88,0,false,false,false],[9,57,0,true,true,false],[9,100,0,false,false,false],[10,46,0,true,true,false],[10,78,0,false,false,false],[11,43,0,true,true,false],[11,72,0,false,false,false],[12,43,0,true,true,false],[12,116,0,false,false,false],[14,25,0,true,true,false],[15,20,0,true,true,false],[16,54,0,true,true,false],[18,30,0,true,true,false],[19,62,0,true,true,false],[25,22,0,true,false,false],[29,30,0,true,true,false],[31,18,0,true,false,false],[34,30,0,true,true,false],[35,62,0,true,true,false],[39,22,0,true,false,false],[43,30,0,true,true,false],[45,18,0,true,false,false],[48,30,0,true,true,false],[49,62,0,true,true,false],[57,22,0,true,false,false],[63,6,0,false,false,false],[67,47,0,true,true,false],[68,16,0,true,true,false],[69,53,0,true,true,false],[76,14,0,true,false,false],[79,22,0,true,true,false],[79,62,0,true,false,false],[80,22,0,true,true,false],[80,67,0,true,false,false],[87,6,0,false,false,false],[91,44,0,true,true,false],[92,16,0,true,true,false],[93,53,0,true,true,false],[100,14,0,true,false,false],[106,41,0,true,true,false],[108,10,0,true,false,false],[111,6,0,false,false,false],[115,48,0,true,true,false],[116,50,0,true,true,false],[121,27,0,true,true,false],[121,81,0,true,false,false],[130,27,0,true,true,false],[130,75,0,true,false,false],[139,27,0,true,true,false],[139,75,0,true,false,false],[148,27,0,true,true,false],[148,70,0,true,false,false],[156,6,0,false,false,false],[165,20,0,true,true,false],[166,29,0,true,true,false],[167,53,0,true,true,false],[174,14,0,true,false,false],[179,22,0,true,true,false],[179,43,0,true,false,false],[180,22,0,true,true,false],[183,18,0,true,false,false],[192,6,0,false,false,false],[194,51,0,true,true,false],[195,29,0,true,true,false],[196,53,0,true,true,false],[203,14,0,true,false,false],[208,22,0,true,true,false],[208,42,0,true,false,false],[209,22,0,true,true,false],[212,18,0,true,false,false],[213,16,0,true,true,false],[214,64,0,true,true,false],[216,18,0,true,false,false],[225,6,0,false,false,false],[235,25,0,true,true,false],[236,28,0,true,true,false],[243,10,0,true,false,false],[244,6,0,false,false,false],[250,25,0,true,true,false],[262,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":561,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift","mcdc_records":[],"segments":[[7,52,0,true,true,false],[7,54,0,false,false,false],[8,36,0,true,true,false],[8,40,0,false,false,false],[18,25,0,true,true,false],[19,50,0,true,true,false],[22,16,0,true,true,false],[22,25,0,true,false,false],[22,26,0,true,true,false],[24,14,0,true,false,false],[24,48,0,true,true,false],[26,14,0,true,false,false],[26,23,0,true,true,false],[26,42,0,true,false,false],[26,43,0,true,true,false],[28,14,0,true,false,false],[28,20,0,true,true,false],[30,14,0,true,false,false],[33,15,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[40,42,0,true,true,false],[41,49,0,true,true,false],[42,20,0,true,true,false],[48,32,0,true,true,false],[48,39,0,true,true,false],[48,66,0,true,false,false],[48,70,0,true,true,false],[50,18,0,true,false,false],[61,6,0,false,false,false],[65,40,0,true,true,false],[66,16,0,true,true,false],[71,10,0,true,false,false],[74,6,0,false,false,false],[78,58,0,true,true,false],[79,28,0,true,true,false],[87,10,0,true,false,false],[90,6,0,false,false,false],[94,43,0,true,true,false],[95,29,0,true,true,false],[109,117,0,true,true,false],[112,14,0,true,false,false],[116,6,0,false,false,false],[120,40,0,true,true,false],[121,49,0,true,true,false],[123,65,0,true,true,false],[123,78,0,true,false,false],[125,87,0,true,true,false],[126,62,0,true,true,false],[128,18,0,true,true,false],[129,14,0,true,false,false],[132,40,0,true,true,false],[135,14,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false],[139,102,0,true,true,false],[140,49,0,true,true,false],[146,27,0,true,true,false],[148,14,0,true,false,false],[150,6,0,false,false,false],[152,57,0,true,true,false],[153,29,0,true,true,false],[155,53,0,true,true,false],[165,14,0,true,false,false],[170,28,0,true,true,false],[170,49,0,true,false,false],[170,51,0,true,true,false],[172,14,0,true,false,false],[179,28,0,true,true,false],[179,35,0,true,true,false],[179,57,0,true,false,false],[179,61,0,true,true,false],[180,20,0,true,true,false],[180,42,0,true,false,false],[180,43,0,true,true,false],[184,18,0,true,false,false],[184,24,0,true,true,false],[186,18,0,true,false,false],[198,6,0,false,false,false],[200,68,0,true,true,false],[201,28,0,true,true,false],[202,20,0,true,true,false],[202,26,0,true,false,false],[203,13,0,true,true,false],[207,45,0,true,false,false],[208,13,0,true,true,false],[212,43,0,true,false,false],[213,14,0,true,true,false],[214,10,0,true,false,false],[219,6,0,false,false,false],[223,42,0,true,true,false],[227,12,0,true,true,false],[229,82,0,true,true,false],[231,10,0,true,false,false],[231,17,0,true,true,false],[234,10,0,true,true,false],[237,6,0,false,false,false],[239,50,0,true,true,false],[245,23,0,true,true,false],[247,10,0,true,false,false],[248,61,0,true,true,false],[249,27,0,true,true,false],[250,47,0,true,true,false],[252,18,0,true,false,false],[255,6,0,false,false,false],[257,51,0,true,true,false],[266,29,0,true,true,false],[267,33,0,true,true,false],[269,31,0,true,true,false],[271,18,0,true,false,false],[275,10,0,true,true,false],[280,29,0,true,true,false],[282,27,0,true,true,false],[283,24,0,true,true,false],[283,30,0,true,false,false],[284,17,0,true,true,false],[285,82,0,true,false,false],[286,17,0,true,true,false],[288,24,0,true,true,false],[288,70,0,true,true,false],[288,110,0,true,false,false],[288,111,0,true,true,false],[290,22,0,true,false,false],[290,28,0,true,true,false],[292,22,0,true,false,false],[293,17,0,true,true,false],[294,73,0,true,false,false],[295,18,0,true,true,false],[296,14,0,true,false,false],[299,65,0,true,true,false],[300,31,0,true,true,false],[302,18,0,true,false,false],[305,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":549,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift","mcdc_records":[],"segments":[[14,23,0,true,true,false],[15,16,0,true,true,false],[15,20,0,true,false,false],[16,9,0,true,true,false],[16,33,0,true,false,false],[17,9,0,true,true,false],[17,31,0,true,false,false],[18,9,0,true,true,false],[18,29,0,true,false,false],[19,9,0,true,true,false],[19,37,0,true,false,false],[20,9,0,true,true,false],[20,40,0,true,false,false],[21,10,0,true,true,false],[22,6,0,false,false,false],[24,22,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,35,0,true,false,false],[27,9,0,true,true,false],[27,64,0,true,false,false],[28,9,0,true,true,false],[28,35,0,true,false,false],[29,9,0,true,true,false],[29,36,0,true,false,false],[30,9,0,true,true,false],[30,49,0,true,false,false],[31,10,0,true,true,false],[32,6,0,false,false,false],[34,43,0,true,true,false],[35,12,0,true,true,false],[35,55,0,true,false,false],[35,56,0,true,true,false],[37,10,0,true,true,false],[38,32,0,true,true,false],[38,52,0,true,false,false],[39,6,0,false,false,false],[44,49,0,true,true,false],[44,57,0,false,false,false],[45,47,0,true,true,false],[45,51,0,false,false,false],[47,25,0,true,true,false],[48,28,0,true,true,false],[52,19,0,true,true,false],[53,24,0,true,true,false],[53,33,0,true,false,false],[54,17,0,true,true,false],[55,45,0,true,false,false],[56,17,0,true,true,false],[57,44,0,true,false,false],[58,17,0,true,true,false],[59,24,0,true,true,false],[59,38,0,true,false,false],[59,39,0,true,true,false],[61,22,0,true,false,false],[61,28,0,true,true,false],[62,57,0,true,true,false],[62,80,0,true,false,false],[64,17,0,true,true,false],[65,36,0,true,false,false],[66,17,0,true,true,false],[67,46,0,true,false,false],[68,18,0,true,true,false],[69,14,0,true,false,false],[73,15,0,true,true,false],[73,48,0,true,false,false],[74,19,0,true,true,false],[75,16,0,true,true,false],[75,60,0,true,false,false],[75,86,0,true,true,false],[77,14,0,true,false,false],[80,22,0,true,true,false],[82,10,0,true,false,false],[83,85,0,true,true,false],[85,10,0,true,false,false],[86,84,0,true,true,false],[88,10,0,true,false,false],[89,81,0,true,true,false],[92,67,0,true,true,false],[94,14,0,true,false,false],[96,83,0,true,true,false],[97,42,0,true,true,false],[97,48,0,true,false,false],[97,51,0,true,true,false],[97,58,0,true,false,false],[99,87,0,true,true,false],[100,68,0,true,true,false],[103,14,0,true,true,false],[105,10,0,true,false,false],[106,78,0,true,true,false],[107,18,0,true,true,false],[107,51,0,true,false,false],[109,86,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[114,48,0,true,true,false],[116,29,0,true,true,false],[117,60,0,true,true,false],[117,90,0,true,false,false],[118,16,0,true,true,false],[118,31,0,true,false,false],[118,53,0,true,true,false],[120,14,0,true,false,false],[122,6,0,false,false,false],[131,25,0,true,true,false],[132,29,0,true,true,false],[133,58,0,true,true,false],[134,50,0,true,true,false],[134,63,0,true,false,false],[139,29,0,true,true,false],[140,46,0,true,true,false],[141,90,0,true,true,false],[143,30,0,true,false,false],[145,26,0,true,true,false],[146,86,0,true,true,false],[146,105,0,true,false,false],[153,6,0,false,false,false],[162,25,0,true,true,false],[163,32,0,true,true,false],[164,32,0,true,true,false],[167,49,0,true,true,false],[167,78,0,true,false,false],[168,27,0,true,true,false],[168,41,0,true,true,false],[168,58,0,true,false,false],[168,61,0,true,true,false],[168,76,0,true,false,false],[177,44,0,true,true,false],[177,73,0,true,false,false],[178,39,0,true,true,false],[178,53,0,true,true,false],[178,70,0,true,false,false],[178,73,0,true,true,false],[178,102,0,true,false,false],[179,58,0,true,true,false],[179,67,0,true,false,false],[179,70,0,true,true,false],[179,71,0,true,false,false],[179,74,0,true,true,false],[179,75,0,true,false,false],[184,66,0,true,true,false],[184,75,0,true,false,false],[184,78,0,true,true,false],[184,86,0,true,false,false],[185,49,0,true,true,false],[185,72,0,true,false,false],[186,27,0,true,true,false],[186,41,0,true,true,false],[186,49,0,true,false,false],[186,52,0,true,true,false],[186,62,0,true,false,false],[196,6,0,false,false,false],[200,33,0,true,true,false],[201,16,0,true,true,false],[201,20,0,true,false,false],[202,9,0,true,true,false],[202,31,0,true,false,false],[203,9,0,true,true,false],[203,29,0,true,false,false],[204,9,0,true,true,false],[204,37,0,true,false,false],[205,9,0,true,true,false],[205,33,0,true,false,false],[206,9,0,true,true,false],[206,33,0,true,false,false],[207,10,0,true,true,false],[208,6,0,false,false,false],[214,25,0,true,true,false],[215,29,0,true,true,false],[226,42,0,true,true,false],[228,14,0,true,false,false],[234,6,0,false,false,false],[242,48,0,true,true,false],[242,53,0,false,false,false],[244,43,0,true,true,false],[244,48,0,false,false,false],[246,55,0,true,true,false],[246,57,0,false,false,false],[247,53,0,true,true,false],[247,58,0,false,false,false],[249,56,0,true,true,false],[249,61,0,false,false,false],[250,57,0,true,true,false],[250,62,0,false,false,false],[251,61,0,true,true,false],[251,66,0,false,false,false],[252,49,0,true,true,false],[252,54,0,false,false,false],[254,47,0,true,true,false],[254,67,0,false,false,false],[256,25,0,true,true,false],[257,49,0,true,true,false],[259,50,0,true,true,false],[261,37,0,true,true,false],[262,41,0,true,true,false],[263,32,0,true,true,false],[271,26,0,true,false,false],[273,44,0,true,true,false],[277,26,0,true,false,false],[281,48,0,true,true,false],[283,22,0,true,false,false],[283,30,0,true,true,false],[286,22,0,true,false,false],[296,58,0,true,true,false],[298,61,0,true,true,false],[303,45,0,true,true,false],[304,70,0,true,true,false],[304,76,0,true,false,false],[304,79,0,true,true,false],[304,86,0,true,false,false],[305,69,0,true,true,false],[306,36,0,true,true,false],[306,51,0,true,false,false],[306,52,0,true,true,false],[307,72,0,true,true,false],[307,87,0,true,false,false],[307,91,0,true,true,false],[307,93,0,true,false,false],[310,40,0,true,true,false],[314,34,0,true,false,false],[319,45,0,true,true,false],[320,56,0,true,true,false],[322,30,0,true,false,false],[322,38,0,true,true,false],[324,30,0,true,false,false],[327,59,0,true,true,false],[327,75,0,true,false,false],[334,61,0,true,true,false],[343,32,0,true,true,false],[345,26,0,true,false,false],[345,34,0,true,true,false],[347,26,0,true,false,false],[362,16,0,true,true,false],[362,44,0,true,false,false],[362,45,0,true,true,false],[363,58,0,true,true,false],[369,18,0,true,false,false],[372,14,0,true,true,false],[375,10,0,true,false,false],[379,54,0,true,true,false],[382,10,0,true,false,false],[383,15,0,true,true,false],[386,10,0,true,false,false],[387,93,0,true,true,false],[388,45,0,true,true,false],[388,47,0,true,false,false],[389,53,0,true,true,false],[390,22,0,true,true,false],[390,49,0,true,false,false],[392,20,0,true,true,false],[396,10,0,true,false,false],[397,86,0,true,true,false],[398,45,0,true,true,false],[398,47,0,true,false,false],[399,57,0,true,true,false],[400,22,0,true,true,false],[400,58,0,true,false,false],[402,20,0,true,true,false],[404,10,0,true,false,false],[405,87,0,true,true,false],[406,45,0,true,true,false],[406,47,0,true,false,false],[407,49,0,true,true,false],[408,22,0,true,true,false],[408,56,0,true,false,false],[410,20,0,true,true,false],[414,10,0,true,false,false],[415,6,0,false,false,false],[420,49,0,true,true,false],[421,50,0,true,true,false],[422,50,0,true,true,false],[427,57,0,true,true,false],[443,61,0,true,true,false],[444,65,0,true,true,false],[448,26,0,true,false,false],[453,28,0,true,true,false],[455,14,0,true,false,false],[455,16,0,true,true,false],[457,50,0,true,true,false],[457,63,0,true,false,false],[457,66,0,true,true,false],[457,87,0,true,false,false],[467,6,0,false,false,false],[471,46,0,true,true,false],[473,29,0,true,true,false],[475,10,0,true,false,false],[477,29,0,true,true,false],[477,56,0,true,false,false],[478,6,0,false,false,false],[480,42,0,true,true,false],[481,29,0,true,true,false],[484,10,0,true,false,false],[486,18,0,true,true,false],[487,37,0,true,true,false],[490,18,0,true,false,false],[494,12,0,true,true,false],[495,61,0,true,true,false],[496,33,0,true,true,false],[499,14,0,true,false,false],[500,17,0,true,true,false],[501,33,0,true,true,false],[504,14,0,true,false,false],[505,10,0,true,true,false],[507,6,0,false,false,false],[509,51,0,true,true,false],[510,29,0,true,true,false],[510,66,0,true,false,false],[512,18,0,true,true,false],[513,37,0,true,true,false],[515,18,0,true,false,false],[522,63,0,true,true,false],[524,16,0,true,true,false],[524,48,0,true,false,false],[524,49,0,true,true,false],[525,20,0,true,true,false],[526,74,0,true,true,false],[528,18,0,true,false,false],[528,25,0,true,true,false],[530,18,0,true,true,false],[531,14,0,true,true,false],[532,10,0,true,true,false],[535,29,0,true,true,false],[537,16,0,true,true,false],[537,27,0,true,false,false],[537,28,0,true,true,false],[539,68,0,true,true,false],[539,70,0,true,false,false],[539,73,0,true,true,false],[539,78,0,true,false,false],[540,20,0,true,true,false],[542,14,0,true,false,false],[544,6,0,false,false,false],[546,49,0,true,true,false],[550,29,0,true,true,false],[551,16,0,true,true,false],[551,30,0,true,false,false],[551,31,0,true,true,false],[553,14,0,true,false,false],[553,20,0,true,true,false],[555,45,0,true,true,false],[555,70,0,true,false,false],[558,6,0,false,false,false],[566,25,0,true,true,false],[571,6,0,false,false,false],[579,25,0,true,true,false],[580,49,0,true,true,false],[581,49,0,true,true,false],[584,57,0,true,true,false],[590,18,0,true,false,false],[594,38,0,true,true,false],[596,14,0,true,false,false],[605,6,0,false,false,false],[612,41,0,true,true,false],[612,87,0,false,false,false],[613,46,0,true,true,false],[613,51,0,false,false,false],[615,25,0,true,true,false],[616,49,0,true,true,false],[621,47,0,true,true,false],[622,26,0,true,true,false],[625,22,0,true,false,false],[628,16,0,true,true,false],[628,30,0,true,false,false],[628,31,0,true,true,false],[629,36,0,true,true,false],[639,18,0,true,false,false],[643,14,0,true,true,false],[644,10,0,true,false,false],[645,79,0,true,true,false],[646,44,0,true,true,false],[646,46,0,true,false,false],[647,35,0,true,true,false],[648,22,0,true,true,false],[650,18,0,true,false,false],[652,20,0,true,true,false],[656,10,0,true,false,false],[657,6,0,false,false,false],[659,47,0,true,true,false],[662,12,0,true,true,false],[662,20,0,true,false,false],[662,21,0,true,true,false],[664,10,0,true,false,false],[665,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":133,"covered":0,"percent":0},"instantiations":{"count":133,"covered":0,"percent":0},"lines":{"count":1598,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":229,"covered":0,"notcovered":229,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,49,0,true,true,false],[19,10,0,true,false,false],[21,6,0,false,false,false],[29,80,0,true,true,false],[32,6,0,false,false,false],[34,25,0,true,true,false],[35,49,0,true,true,false],[36,27,0,true,true,false],[43,14,0,true,true,false],[45,32,0,true,true,false],[47,14,0,true,false,false],[59,6,0,false,false,false],[68,25,0,true,true,false],[69,29,0,true,true,false],[79,10,0,true,false,false],[80,6,0,false,false,false],[102,11,0,true,true,false],[107,10,0,false,false,false],[110,25,0,true,true,false],[111,29,0,true,true,false],[112,64,0,true,true,false],[114,14,0,true,false,false],[117,6,0,false,false,false],[120,68,0,true,true,false],[121,56,0,true,true,false],[122,39,0,true,true,false],[124,14,0,true,false,false],[124,20,0,true,true,false],[126,14,0,true,false,false],[129,16,0,true,true,false],[129,28,0,true,false,false],[130,9,0,true,true,false],[135,50,0,true,false,false],[136,9,0,true,true,false],[141,50,0,true,false,false],[142,9,0,true,true,false],[148,50,0,true,false,false],[149,10,0,true,true,false],[150,6,0,false,false,false],[159,25,0,true,true,false],[160,46,0,true,true,false],[171,10,0,true,false,false],[172,6,0,false,false,false],[182,100,0,true,true,false],[187,6,0,false,false,false],[189,25,0,true,true,false],[190,34,0,true,true,false],[190,36,0,true,false,false],[190,38,0,true,true,false],[191,33,0,true,true,false],[192,29,0,true,true,false],[196,18,0,true,true,false],[198,57,0,true,true,false],[203,37,0,true,true,false],[207,22,0,true,true,false],[208,18,0,true,false,false],[212,20,0,true,true,false],[212,33,0,true,false,false],[212,34,0,true,true,false],[216,18,0,true,true,false],[217,14,0,true,false,false],[224,6,0,false,false,false],[231,44,0,true,true,false],[234,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":305,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[8,80,0,false,false,false],[9,49,0,true,true,false],[9,102,0,false,false,false],[10,52,0,true,true,false],[10,100,0,false,false,false],[11,46,0,true,true,false],[11,48,0,false,false,false],[12,45,0,true,true,false],[12,50,0,false,false,false],[14,44,0,true,true,false],[14,49,0,false,false,false],[16,25,0,true,true,false],[17,50,0,true,true,false],[19,20,0,true,true,false],[20,57,0,true,true,false],[27,18,0,true,false,false],[34,16,0,true,true,false],[34,27,0,true,false,false],[34,28,0,true,true,false],[36,14,0,true,true,false],[39,16,0,true,true,false],[39,25,0,true,false,false],[39,26,0,true,true,false],[40,24,0,true,true,false],[41,61,0,true,true,false],[48,22,0,true,false,false],[51,30,0,true,true,false],[51,71,0,true,false,false],[52,30,0,true,true,false],[52,76,0,true,false,false],[59,14,0,true,true,false],[60,10,0,true,false,false],[61,19,0,true,true,false],[63,10,0,true,false,false],[64,6,0,false,false,false],[66,43,0,true,true,false],[67,12,0,true,true,false],[67,28,0,true,false,false],[67,29,0,true,true,false],[69,10,0,true,false,false],[69,19,0,true,true,false],[69,38,0,true,false,false],[69,39,0,true,true,false],[71,10,0,true,false,false],[71,16,0,true,true,false],[73,10,0,true,false,false],[74,6,0,false,false,false],[77,41,0,true,true,false],[78,12,0,true,true,false],[78,28,0,true,false,false],[78,29,0,true,true,false],[82,10,0,true,false,false],[82,19,0,true,true,false],[82,38,0,true,false,false],[82,39,0,true,true,false],[84,30,0,true,true,false],[86,14,0,true,false,false],[90,19,0,true,true,false],[90,30,0,true,false,false],[90,31,0,true,true,false],[92,30,0,true,true,false],[96,14,0,true,false,false],[99,16,0,true,true,false],[101,31,0,true,true,false],[103,14,0,true,false,false],[108,6,0,false,false,false],[111,44,0,true,true,false],[112,49,0,true,true,false],[113,20,0,true,true,false],[119,20,0,true,true,false],[119,32,0,true,false,false],[119,33,0,true,true,false],[122,18,0,true,false,false],[122,24,0,true,true,false],[123,36,0,true,true,false],[124,30,0,true,true,false],[124,52,0,true,false,false],[133,44,0,true,true,false],[137,14,0,true,true,false],[142,10,0,true,false,false],[144,6,0,false,false,false],[146,34,0,true,true,false],[150,6,0,false,false,false],[152,37,0,true,true,false],[153,41,0,true,true,false],[153,51,0,true,true,false],[162,12,0,true,true,false],[162,26,0,true,false,false],[162,27,0,true,true,false],[163,16,0,true,true,false],[164,74,0,true,true,false],[168,14,0,true,false,false],[168,21,0,true,true,false],[170,14,0,true,true,false],[171,10,0,true,false,false],[171,16,0,true,true,false],[172,54,0,true,true,false],[172,71,0,true,false,false],[173,10,0,true,true,false],[174,6,0,false,false,false],[176,33,0,true,true,false],[177,12,0,true,true,false],[178,60,0,true,true,false],[179,10,0,true,false,false],[179,17,0,true,true,false],[181,10,0,true,true,false],[183,6,0,false,false,false],[192,46,0,true,true,false],[194,6,0,false,false,false],[196,44,0,true,true,false],[198,6,0,false,false,false],[200,56,0,true,true,false],[202,6,0,false,false,false],[204,25,0,true,true,false],[205,28,0,true,true,false],[207,20,0,true,true,false],[211,32,0,true,true,false],[213,18,0,true,false,false],[222,16,0,true,true,false],[222,35,0,true,false,false],[222,36,0,true,true,false],[224,37,0,true,true,false],[235,18,0,true,false,false],[238,20,0,true,true,false],[240,57,0,true,true,false],[241,28,0,true,true,false],[242,53,0,true,true,false],[248,26,0,true,false,false],[252,54,0,true,true,false],[258,26,0,true,false,false],[270,80,0,true,true,false],[271,28,0,true,true,false],[272,65,0,true,true,false],[273,67,0,true,true,false],[273,76,0,true,false,false],[277,79,0,true,true,false],[277,80,0,true,false,false],[278,81,0,true,true,false],[278,82,0,true,false,false],[286,73,0,true,true,false],[286,74,0,true,false,false],[298,53,0,true,true,false],[304,24,0,true,true,false],[310,24,0,true,true,false],[310,44,0,true,false,false],[310,45,0,true,true,false],[311,49,0,true,true,false],[313,26,0,true,false,false],[317,22,0,true,true,false],[318,18,0,true,false,false],[323,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":752,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":94,"covered":0,"notcovered":94,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift","mcdc_records":[],"segments":[[14,20,0,true,true,false],[14,32,0,false,false,false],[17,58,0,true,true,false],[19,12,0,true,true,false],[19,55,0,true,false,false],[19,56,0,true,true,false],[21,10,0,true,false,false],[22,9,0,false,true,false],[22,18,0,true,false,false],[24,9,0,false,true,false],[24,15,0,true,false,false],[26,6,0,false,false,false],[31,47,0,true,true,false],[31,67,0,false,false,false],[32,66,0,true,true,false],[32,75,0,false,false,false],[33,6,0,true,true,false],[33,47,0,false,false,false],[33,87,0,true,true,false],[33,120,0,false,false,false],[34,6,0,true,true,false],[34,47,0,false,false,false],[34,87,0,true,true,false],[34,110,0,false,false,false],[35,44,0,true,true,false],[35,49,0,false,false,false],[37,25,0,true,true,false],[38,28,0,true,true,false],[40,60,0,true,true,false],[41,65,0,true,true,false],[43,18,0,true,false,false],[53,19,0,true,true,false],[54,24,0,true,true,false],[54,39,0,true,false,false],[55,17,0,true,true,false],[56,43,0,true,false,false],[57,17,0,true,true,false],[58,24,0,true,true,false],[58,67,0,true,false,false],[58,68,0,true,true,false],[62,22,0,true,false,false],[63,17,0,false,true,false],[63,26,0,true,false,false],[64,17,0,true,true,false],[65,50,0,true,false,false],[66,17,0,false,true,false],[66,23,0,true,false,false],[67,18,0,true,true,false],[68,14,0,true,false,false],[73,6,0,false,false,false],[78,51,0,true,true,false],[79,20,0,true,true,false],[80,53,0,true,true,false],[81,54,0,true,true,false],[83,62,0,true,true,false],[88,45,0,true,true,false],[90,48,0,true,true,false],[99,48,0,true,true,false],[101,34,0,true,false,false],[109,48,0,true,true,false],[118,48,0,true,true,false],[120,34,0,true,false,false],[131,62,0,true,true,false],[133,65,0,true,true,false],[141,42,0,true,true,false],[141,86,0,true,false,false],[142,42,0,true,true,false],[142,91,0,true,false,false],[144,31,0,true,true,false],[145,39,0,true,true,false],[147,34,0,true,false,false],[147,41,0,true,true,false],[150,34,0,true,false,false],[153,39,0,true,true,false],[155,34,0,true,false,false],[155,41,0,true,true,false],[158,34,0,true,false,false],[168,65,0,true,true,false],[176,42,0,true,true,false],[176,100,0,true,false,false],[177,42,0,true,true,false],[177,105,0,true,false,false],[179,31,0,true,true,false],[180,39,0,true,true,false],[182,34,0,true,false,false],[182,41,0,true,true,false],[185,34,0,true,false,false],[188,39,0,true,true,false],[190,34,0,true,false,false],[190,41,0,true,true,false],[193,34,0,true,false,false],[203,65,0,true,true,false],[208,76,0,true,true,false],[209,61,0,true,true,false],[211,34,0,true,false,false],[218,48,0,true,true,false],[219,80,0,true,true,false],[220,64,0,true,true,false],[222,38,0,true,false,false],[229,40,0,true,true,false],[231,34,0,true,false,false],[231,42,0,true,true,false],[233,34,0,true,false,false],[236,75,0,true,true,false],[238,34,0,true,false,false],[241,58,0,true,true,false],[243,30,0,true,false,false],[258,6,0,false,false,false],[262,50,0,true,true,false],[268,12,0,true,true,false],[269,33,0,true,true,false],[271,19,0,true,false,false],[272,17,0,true,true,false],[278,16,0,true,true,false],[279,42,0,true,true,false],[281,14,0,true,false,false],[281,21,0,true,true,false],[284,14,0,true,true,false],[285,10,0,true,true,false],[286,6,0,false,false,false],[288,47,0,true,true,false],[289,53,0,true,true,false],[289,62,0,true,false,false],[290,6,0,false,false,false],[296,25,0,true,true,false],[297,49,0,true,true,false],[305,10,0,true,false,false],[308,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":56,"covered":0,"percent":0},"instantiations":{"count":56,"covered":0,"percent":0},"lines":{"count":1338,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":73,"covered":0,"notcovered":73,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift","mcdc_records":[],"segments":[[8,51,0,true,true,false],[8,79,0,false,false,false],[9,46,0,true,true,false],[9,51,0,false,false,false],[11,25,0,true,true,false],[12,50,0,true,true,false],[13,32,0,true,true,false],[20,14,0,true,false,false],[22,20,0,true,true,false],[23,57,0,true,true,false],[30,18,0,true,false,false],[39,16,0,true,true,false],[39,56,0,true,false,false],[39,57,0,true,true,false],[40,24,0,true,true,false],[41,61,0,true,true,false],[48,22,0,true,false,false],[59,24,0,true,true,false],[60,36,0,true,true,false],[60,66,0,true,false,false],[60,68,0,true,true,false],[62,22,0,true,false,false],[72,14,0,true,true,false],[73,10,0,true,false,false],[74,51,0,true,true,false],[76,10,0,true,false,false],[77,6,0,false,false,false],[84,51,0,true,true,false],[84,79,0,false,false,false],[87,104,0,true,true,false],[88,66,0,true,true,false],[91,51,0,true,true,false],[91,60,0,true,false,false],[92,61,0,true,true,false],[92,70,0,true,false,false],[93,55,0,true,true,false],[93,60,0,true,false,false],[94,53,0,true,true,false],[94,55,0,true,false,false],[97,6,0,false,false,false],[99,25,0,true,true,false],[100,28,0,true,true,false],[102,20,0,true,true,false],[106,32,0,true,true,false],[108,18,0,true,false,false],[116,16,0,true,true,false],[116,34,0,true,false,false],[116,35,0,true,true,false],[118,37,0,true,true,false],[125,18,0,true,false,false],[127,20,0,true,true,false],[129,44,0,true,true,false],[130,61,0,true,true,false],[131,32,0,true,true,false],[132,63,0,true,true,false],[132,86,0,true,false,false],[132,89,0,true,true,false],[132,108,0,true,false,false],[133,66,0,true,true,false],[133,72,0,true,false,false],[133,75,0,true,true,false],[133,79,0,true,false,false],[147,28,0,true,true,false],[147,48,0,true,false,false],[147,49,0,true,true,false],[152,26,0,true,true,false],[153,22,0,true,false,false],[162,20,0,true,true,false],[169,37,0,true,true,false],[171,18,0,true,false,false],[179,6,0,false,false,false],[181,63,0,true,true,false],[183,61,0,true,true,false],[183,79,0,true,true,false],[188,51,0,true,false,false],[189,6,0,false,false,false],[191,29,0,true,true,false],[193,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":0,"percent":0},"instantiations":{"count":32,"covered":0,"percent":0},"lines":{"count":501,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":47,"covered":0,"notcovered":47,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,24,0,true,true,false],[13,36,0,true,false,false],[13,38,0,true,true,false],[14,33,0,true,true,false],[24,20,0,true,true,false],[24,33,0,true,false,false],[24,34,0,true,true,false],[28,18,0,true,false,false],[28,24,0,true,true,false],[32,18,0,true,false,false],[39,6,0,false,false,false],[41,36,0,true,true,false],[42,31,0,true,true,false],[42,52,0,true,true,false],[43,16,0,true,true,false],[43,22,0,true,false,false],[44,9,0,true,true,false],[45,26,0,true,false,false],[46,9,0,true,true,false],[47,24,0,true,false,false],[48,9,0,true,true,false],[51,31,0,true,true,false],[51,38,0,true,false,false],[51,41,0,true,true,false],[51,51,0,true,false,false],[53,6,0,false,false,false],[55,38,0,true,true,false],[56,31,0,true,true,false],[56,59,0,true,true,false],[57,16,0,true,true,false],[57,22,0,true,false,false],[58,9,0,true,true,false],[59,43,0,true,false,false],[60,9,0,true,true,false],[61,39,0,true,false,false],[62,9,0,true,true,false],[63,16,0,true,true,false],[63,24,0,true,false,false],[63,45,0,true,true,false],[65,14,0,true,true,false],[66,41,0,true,false,false],[68,6,0,false,false,false],[70,38,0,true,true,false],[71,31,0,true,true,false],[71,52,0,true,true,false],[72,16,0,true,true,false],[72,22,0,true,false,false],[73,9,0,true,true,false],[74,26,0,true,false,false],[75,9,0,true,true,false],[76,24,0,true,false,false],[77,9,0,true,true,false],[78,31,0,true,true,false],[78,38,0,true,false,false],[78,41,0,true,true,false],[78,51,0,true,false,false],[80,6,0,false,false,false],[84,14,0,true,true,false],[84,20,0,false,false,false],[104,20,0,true,true,false],[106,6,0,false,false,false],[114,7,0,true,true,false],[120,6,0,false,false,false],[124,26,0,true,true,false],[125,16,0,true,true,false],[125,20,0,true,false,false],[126,9,0,true,true,false],[126,30,0,true,false,false],[127,9,0,true,true,false],[127,31,0,true,false,false],[128,9,0,true,true,false],[128,31,0,true,false,false],[129,9,0,true,true,false],[129,29,0,true,false,false],[130,10,0,true,true,false],[131,6,0,false,false,false],[133,23,0,true,true,false],[134,16,0,true,true,false],[134,20,0,true,false,false],[135,9,0,true,true,false],[135,39,0,true,false,false],[136,9,0,true,true,false],[136,36,0,true,false,false],[137,10,0,true,true,false],[138,6,0,false,false,false],[144,25,0,true,true,false],[145,46,0,true,true,false],[151,53,0,true,true,false],[159,14,0,true,false,false],[163,16,0,true,true,false],[163,39,0,true,false,false],[163,40,0,true,true,false],[164,36,0,true,true,false],[165,45,0,true,true,false],[166,32,0,true,true,false],[168,26,0,true,false,false],[168,34,0,true,true,false],[169,55,0,true,true,false],[172,30,0,true,false,false],[172,36,0,true,true,false],[174,30,0,true,false,false],[182,14,0,true,true,false],[183,10,0,true,false,false],[184,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":268,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift","mcdc_records":[],"segments":[[13,42,0,true,true,false],[13,47,0,false,false,false],[16,63,0,true,true,false],[16,76,0,false,false,false],[17,54,0,true,true,false],[17,56,0,false,false,false],[19,55,0,true,true,false],[19,57,0,false,false,false],[20,47,0,true,true,false],[20,67,0,false,false,false],[21,49,0,true,true,false],[21,54,0,false,false,false],[22,48,0,true,true,false],[22,53,0,false,false,false],[25,40,0,true,true,false],[26,50,0,true,true,false],[26,55,0,true,false,false],[27,6,0,false,false,false],[30,47,0,true,true,false],[31,32,0,true,true,false],[31,48,0,true,false,false],[32,6,0,false,false,false],[34,41,0,true,true,false],[36,6,0,false,false,false],[38,39,0,true,true,false],[40,6,0,false,false,false],[49,56,0,true,true,false],[50,75,0,true,true,false],[50,95,0,true,true,false],[52,55,0,true,true,false],[52,85,0,true,true,false],[52,106,0,true,false,false],[53,12,0,true,true,false],[53,29,0,true,false,false],[53,30,0,true,true,false],[55,10,0,true,true,false],[57,12,0,true,true,false],[57,42,0,true,false,false],[57,67,0,true,true,false],[59,10,0,true,true,false],[61,12,0,true,true,false],[61,40,0,true,false,false],[61,41,0,true,true,false],[63,10,0,true,true,false],[65,12,0,true,true,false],[65,43,0,true,true,false],[65,82,0,true,true,false],[65,87,0,true,false,false],[65,89,0,true,true,false],[67,10,0,true,true,false],[69,24,0,true,false,false],[70,6,0,false,false,false],[72,42,0,true,true,false],[73,16,0,true,true,false],[73,34,0,true,false,false],[74,9,0,true,true,false],[75,36,0,true,false,false],[76,9,0,true,true,false],[77,44,0,true,false,false],[78,9,0,true,true,false],[79,32,0,true,false,false],[80,9,0,true,true,false],[81,19,0,true,false,false],[82,10,0,true,true,false],[83,6,0,false,false,false],[85,41,0,true,true,false],[86,16,0,true,true,false],[86,34,0,true,false,false],[87,9,0,true,true,false],[88,19,0,true,false,false],[89,9,0,true,true,false],[90,20,0,true,false,false],[91,9,0,true,true,false],[92,17,0,true,false,false],[93,9,0,true,true,false],[94,23,0,true,false,false],[95,10,0,true,true,false],[96,6,0,false,false,false],[98,45,0,true,true,false],[99,48,0,true,true,false],[99,79,0,true,true,false],[100,12,0,true,true,false],[100,43,0,true,false,false],[100,44,0,true,true,false],[102,10,0,true,true,false],[103,12,0,true,true,false],[103,34,0,true,false,false],[103,35,0,true,true,false],[105,10,0,true,true,false],[106,12,0,true,true,false],[106,51,0,true,true,false],[106,56,0,true,false,false],[106,58,0,true,true,false],[108,10,0,true,true,false],[109,49,0,true,true,false],[109,71,0,true,false,false],[109,74,0,true,true,false],[109,88,0,true,false,false],[110,6,0,false,false,false],[112,45,0,true,true,false],[113,48,0,true,true,false],[113,72,0,true,true,false],[114,12,0,true,true,false],[114,42,0,true,false,false],[114,43,0,true,true,false],[116,10,0,true,true,false],[117,12,0,true,true,false],[117,62,0,true,true,false],[117,101,0,true,false,false],[117,102,0,true,true,false],[119,10,0,true,true,false],[120,33,0,true,false,false],[121,6,0,false,false,false],[123,51,0,true,true,false],[125,21,0,true,true,false],[125,62,0,true,false,false],[126,27,0,true,true,false],[126,47,0,true,false,false],[127,6,0,false,false,false],[129,47,0,true,true,false],[132,42,0,true,true,false],[134,10,0,true,false,false],[136,35,0,true,true,false],[138,10,0,true,false,false],[140,41,0,true,true,false],[142,10,0,true,false,false],[144,42,0,true,true,false],[146,10,0,true,false,false],[148,45,0,true,true,false],[150,10,0,true,false,false],[152,54,0,true,true,false],[154,10,0,true,false,false],[157,6,0,false,false,false],[159,51,0,true,true,false],[160,48,0,true,true,false],[167,10,0,true,true,false],[169,12,0,true,true,false],[169,42,0,true,false,false],[169,43,0,true,true,false],[176,10,0,true,true,false],[178,12,0,true,true,false],[178,62,0,true,true,false],[178,101,0,true,false,false],[178,102,0,true,true,false],[185,10,0,true,true,false],[193,84,0,true,true,false],[195,18,0,true,false,false],[196,82,0,true,true,false],[198,18,0,true,false,false],[201,6,0,false,false,false],[203,49,0,true,true,false],[204,54,0,true,true,false],[211,10,0,true,true,false],[215,12,0,true,true,false],[215,46,0,true,false,false],[215,75,0,true,true,false],[222,10,0,true,true,false],[225,50,0,true,true,false],[227,10,0,true,false,false],[228,12,0,true,true,false],[228,47,0,true,false,false],[228,48,0,true,true,false],[230,10,0,true,false,false],[231,12,0,true,true,false],[231,39,0,true,false,false],[231,40,0,true,true,false],[232,16,0,true,true,false],[232,33,0,true,false,false],[232,34,0,true,true,false],[234,14,0,true,false,false],[234,20,0,true,true,false],[238,14,0,true,false,false],[242,70,0,true,true,false],[244,14,0,true,false,false],[247,12,0,true,true,false],[247,30,0,true,false,false],[247,77,0,true,true,false],[247,120,0,true,false,false],[247,121,0,true,true,false],[249,85,0,true,true,false],[251,18,0,true,false,false],[255,12,0,true,true,false],[255,57,0,true,true,false],[255,97,0,true,false,false],[255,98,0,true,true,false],[257,89,0,true,true,false],[259,18,0,true,false,false],[263,12,0,true,true,false],[263,55,0,true,true,false],[263,93,0,true,false,false],[263,94,0,true,true,false],[265,86,0,true,true,false],[267,18,0,true,false,false],[275,43,0,true,true,false],[275,52,0,true,false,false],[275,55,0,true,true,false],[275,63,0,true,false,false],[278,6,0,false,false,false],[280,42,0,true,true,false],[281,66,0,true,true,false],[281,80,0,true,true,false],[282,38,0,true,true,false],[289,10,0,true,true,false],[291,12,0,true,true,false],[291,25,0,true,false,false],[291,26,0,true,true,false],[298,10,0,true,true,false],[306,97,0,true,true,false],[308,18,0,true,false,false],[309,82,0,true,true,false],[311,18,0,true,false,false],[314,6,0,false,false,false],[316,48,0,true,true,false],[321,41,0,true,true,false],[321,55,0,true,true,false],[323,70,0,true,true,false],[323,100,0,true,true,false],[323,121,0,true,false,false],[324,15,0,true,true,false],[324,24,0,true,false,false],[325,15,0,true,true,false],[325,23,0,true,false,false],[327,31,0,true,true,false],[328,48,0,true,true,false],[329,53,0,true,true,false],[329,83,0,true,false,false],[330,24,0,true,true,false],[330,61,0,true,false,false],[331,24,0,true,true,false],[331,54,0,true,true,false],[331,102,0,true,false,false],[333,43,0,true,true,false],[335,14,0,true,true,false],[336,75,0,true,false,false],[345,86,0,true,true,false],[347,18,0,true,false,false],[348,82,0,true,true,false],[350,18,0,true,false,false],[353,6,0,false,false,false],[355,49,0,true,true,false],[357,58,0,true,true,false],[357,72,0,true,true,false],[364,69,0,true,true,false],[366,18,0,true,false,false],[369,6,0,false,false,false],[371,52,0,true,true,false],[372,43,0,true,true,false],[372,57,0,true,true,false],[379,67,0,true,true,false],[381,18,0,true,false,false],[384,6,0,false,false,false],[386,52,0,true,true,false],[387,49,0,true,true,false],[387,63,0,true,true,false],[395,74,0,true,true,false],[397,18,0,true,false,false],[400,6,0,false,false,false],[406,7,0,true,true,false],[411,69,0,true,true,false],[412,40,0,true,true,false],[412,50,0,true,true,false],[413,20,0,true,true,false],[413,26,0,true,false,false],[414,13,0,true,true,false],[415,38,0,true,false,false],[416,13,0,true,true,false],[417,46,0,true,false,false],[418,13,0,true,true,false],[420,33,0,true,false,false],[421,13,0,true,true,false],[422,22,0,true,false,false],[423,14,0,true,true,false],[424,10,0,true,false,false],[432,6,0,false,false,false],[434,25,0,true,true,false],[435,49,0,true,true,false],[436,16,0,true,true,false],[436,48,0,true,false,false],[436,66,0,true,true,false],[437,29,0,true,true,false],[439,18,0,true,false,false],[442,14,0,true,true,false],[445,50,0,true,true,false],[447,37,0,true,true,false],[448,41,0,true,true,false],[449,32,0,true,true,false],[454,44,0,true,true,false],[454,76,0,true,false,false],[454,78,0,true,true,false],[458,30,0,true,false,false],[464,44,0,true,true,false],[469,63,0,true,true,false],[475,30,0,true,true,false],[477,44,0,true,true,false],[479,30,0,true,false,false],[479,32,0,true,true,false],[480,95,0,true,true,false],[480,106,0,true,false,false],[481,91,0,true,true,false],[481,102,0,true,false,false],[494,24,0,true,true,false],[494,40,0,true,false,false],[494,41,0,true,true,false],[495,40,0,true,true,false],[495,72,0,true,false,false],[495,74,0,true,true,false],[498,26,0,true,false,false],[501,65,0,true,true,false],[501,69,0,true,false,false],[501,72,0,true,true,false],[501,79,0,true,false,false],[504,22,0,true,true,false],[507,41,0,true,true,false],[511,38,0,true,true,false],[511,65,0,true,false,false],[512,38,0,true,true,false],[516,42,0,true,true,false],[517,44,0,true,true,false],[517,52,0,true,false,false],[517,53,0,true,true,false],[519,42,0,true,false,false],[519,48,0,true,true,false],[521,42,0,true,false,false],[532,56,0,true,true,false],[532,60,0,true,false,false],[532,63,0,true,true,false],[532,68,0,true,false,false],[534,72,0,true,true,false],[534,78,0,true,false,false],[534,81,0,true,true,false],[534,91,0,true,false,false],[540,58,0,true,true,false],[545,61,0,true,true,false],[552,36,0,true,true,false],[552,74,0,true,false,false],[561,36,0,true,true,false],[561,76,0,true,false,false],[570,36,0,true,true,false],[570,74,0,true,false,false],[579,36,0,true,true,false],[579,76,0,true,false,false],[583,61,0,true,true,false],[589,51,0,true,true,false],[595,59,0,true,true,false],[596,37,0,true,true,false],[596,65,0,true,false,false],[612,42,0,true,true,false],[616,10,0,true,false,false],[617,78,0,true,true,false],[618,35,0,true,true,false],[620,14,0,true,false,false],[621,45,0,true,true,false],[621,47,0,true,false,false],[622,20,0,true,true,false],[626,10,0,true,false,false],[627,15,0,true,true,false],[629,10,0,true,false,false],[631,78,0,true,true,false],[632,18,0,true,true,false],[634,14,0,true,false,false],[636,41,0,true,true,false],[639,10,0,true,false,false],[640,6,0,false,false,false],[644,40,0,true,true,false],[648,43,0,true,true,false],[648,82,0,true,false,false],[652,29,0,true,true,false],[658,59,0,true,true,false],[658,85,0,true,false,false],[659,20,0,true,true,false],[659,40,0,true,false,false],[660,20,0,true,true,false],[660,55,0,true,true,false],[660,61,0,true,false,false],[665,12,0,true,true,false],[665,43,0,true,false,false],[666,62,0,true,true,false],[666,101,0,true,false,false],[668,9,0,true,true,false],[670,67,0,true,true,false],[671,22,0,true,true,false],[674,18,0,true,false,false],[677,6,0,false,false,false],[679,50,0,true,true,false],[680,29,0,true,true,false],[682,10,0,true,false,false],[687,29,0,true,true,false],[688,16,0,true,true,false],[688,23,0,true,false,false],[688,24,0,true,true,false],[690,14,0,true,false,false],[690,20,0,true,true,false],[691,57,0,true,true,false],[691,80,0,true,false,false],[695,6,0,false,false,false],[697,39,0,true,true,false],[700,6,0,false,false,false],[702,38,0,true,true,false],[705,6,0,false,false,false],[707,41,0,true,true,false],[708,14,0,true,true,false],[709,16,0,true,true,false],[710,63,0,true,true,false],[712,14,0,true,false,false],[712,21,0,true,true,false],[714,14,0,true,true,false],[715,10,0,true,false,false],[716,6,0,false,false,false],[718,49,0,true,true,false],[721,29,0,true,true,false],[722,16,0,true,true,false],[722,23,0,true,false,false],[722,24,0,true,true,false],[724,14,0,true,false,false],[724,20,0,true,true,false],[725,57,0,true,true,false],[725,79,0,true,false,false],[729,6,0,false,false,false],[731,56,0,true,true,false],[734,70,0,true,true,false],[734,86,0,true,true,false],[737,12,0,true,true,false],[738,82,0,true,true,false],[741,14,0,true,true,false],[743,18,0,true,true,false],[745,14,0,true,true,false],[747,10,0,true,false,false],[747,17,0,true,true,false],[750,10,0,true,true,false],[752,39,0,true,false,false],[753,6,0,false,false,false],[755,66,0,true,true,false],[763,6,0,false,false,false],[766,56,0,true,true,false],[771,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":125,"covered":0,"percent":0},"instantiations":{"count":125,"covered":0,"percent":0},"lines":{"count":1615,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":272,"covered":0,"notcovered":272,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift","mcdc_records":[],"segments":[[5,38,0,true,true,false],[5,43,0,false,false,false],[7,25,0,true,true,false],[8,12,0,true,true,false],[8,24,0,true,false,false],[8,25,0,true,true,false],[9,33,0,true,true,false],[10,24,0,true,true,false],[14,61,0,true,true,false],[20,22,0,true,false,false],[24,46,0,true,true,false],[26,22,0,true,false,false],[32,28,0,true,true,false],[34,22,0,true,false,false],[34,30,0,true,true,false],[37,22,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":130,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift","mcdc_records":[],"segments":[[7,25,0,true,true,false],[7,27,0,false,false,false],[9,45,0,true,true,false],[9,47,0,false,false,false],[10,36,0,true,true,false],[10,41,0,false,false,false],[12,25,0,true,true,false],[13,28,0,true,true,false],[15,20,0,true,true,false],[22,32,0,true,true,false],[22,44,0,true,false,false],[22,46,0,true,true,false],[28,18,0,true,false,false],[34,32,0,true,true,false],[34,42,0,true,false,false],[34,44,0,true,true,false],[36,18,0,true,false,false],[43,32,0,true,true,false],[43,44,0,true,false,false],[43,46,0,true,true,false],[45,18,0,true,false,false],[58,24,0,true,true,false],[59,20,0,true,true,false],[59,29,0,true,false,false],[59,30,0,true,true,false],[60,28,0,true,true,false],[65,22,0,true,false,false],[68,24,0,true,true,false],[71,31,0,true,true,false],[71,89,0,true,false,false],[71,92,0,true,true,false],[71,102,0,true,false,false],[74,59,0,true,true,false],[74,69,0,true,false,false],[74,72,0,true,true,false],[74,80,0,true,false,false],[82,19,0,true,true,false],[84,10,0,true,false,false],[85,6,0,false,false,false],[87,28,0,true,true,false],[89,14,0,true,true,false],[91,33,0,true,true,false],[94,14,0,true,false,false],[96,6,0,false,false,false],[98,31,0,true,true,false],[100,6,0,false,false,false],[102,51,0,true,true,false],[104,29,0,true,true,false],[105,92,0,true,true,false],[107,14,0,true,true,false],[112,16,0,true,true,false],[112,38,0,true,false,false],[112,39,0,true,true,false],[115,14,0,true,false,false],[115,20,0,true,true,false],[117,14,0,true,false,false],[119,6,0,false,false,false],[121,33,0,true,true,false],[125,6,0,false,false,false],[127,33,0,true,true,false],[142,43,0,true,true,false],[143,16,0,true,true,false],[143,66,0,true,false,false],[143,67,0,true,true,false],[149,14,0,true,true,false],[150,10,0,true,true,false],[154,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":319,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift","mcdc_records":[],"segments":[[7,37,0,true,true,false],[7,39,0,false,false,false],[10,52,0,true,true,false],[10,62,0,false,false,false],[11,43,0,true,true,false],[11,48,0,false,false,false],[12,45,0,true,true,false],[12,50,0,false,false,false],[13,40,0,true,true,false],[13,42,0,false,false,false],[15,47,0,true,true,false],[15,48,0,false,false,false],[22,30,0,true,true,false],[23,46,0,true,true,false],[23,87,0,true,false,false],[24,6,0,false,false,false],[26,25,0,true,true,false],[27,25,0,true,true,false],[28,32,0,true,true,false],[30,36,0,true,true,false],[35,23,0,true,true,false],[37,22,0,true,false,false],[43,23,0,true,true,false],[45,22,0,true,false,false],[51,24,0,true,true,false],[56,18,0,true,false,false],[61,20,0,true,true,false],[61,45,0,true,false,false],[61,46,0,true,true,false],[62,69,0,true,true,false],[63,45,0,true,true,false],[67,31,0,true,true,false],[69,30,0,true,false,false],[71,102,0,true,true,false],[75,35,0,true,true,false],[77,34,0,true,false,false],[83,18,0,true,true,false],[88,20,0,true,true,false],[88,38,0,true,false,false],[88,39,0,true,true,false],[89,28,0,true,true,false],[95,22,0,true,false,false],[97,18,0,true,true,false],[99,28,0,true,true,false],[100,66,0,true,true,false],[101,28,0,true,true,false],[101,53,0,true,false,false],[101,54,0,true,true,false],[102,32,0,true,true,false],[102,65,0,true,false,false],[102,66,0,true,true,false],[103,53,0,true,true,false],[111,49,0,true,true,false],[111,77,0,true,false,false],[112,48,0,true,true,false],[113,64,0,true,true,false],[116,46,0,true,false,false],[124,36,0,true,true,false],[125,68,0,true,true,false],[130,34,0,true,false,false],[132,32,0,true,true,false],[133,32,0,true,true,false],[133,64,0,true,false,false],[133,65,0,true,true,false],[139,30,0,true,false,false],[139,36,0,true,true,false],[140,67,0,true,true,false],[145,34,0,true,false,false],[152,55,0,true,true,false],[154,23,0,true,true,false],[155,24,0,true,true,false],[155,44,0,true,true,false],[155,62,0,true,false,false],[155,63,0,true,true,false],[160,22,0,true,false,false],[160,28,0,true,true,false],[163,22,0,true,false,false],[165,53,0,true,true,false],[165,71,0,true,false,false],[165,75,0,true,true,false],[165,77,0,true,false,false],[165,80,0,true,true,false],[165,81,0,true,false,false],[170,22,0,true,true,false],[171,61,0,true,true,false],[172,36,0,true,true,false],[174,22,0,true,false,false],[179,23,0,true,true,false],[187,20,0,true,true,false],[188,39,0,true,true,false],[190,18,0,true,false,false],[190,25,0,true,true,false],[192,18,0,true,true,false],[193,14,0,true,false,false],[195,46,0,true,true,false],[196,41,0,true,true,false],[198,72,0,true,true,false],[199,70,0,true,true,false],[199,72,0,true,false,false],[202,28,0,true,true,false],[204,22,0,true,false,false],[206,24,0,true,true,false],[210,18,0,true,false,false],[212,60,0,true,true,false],[217,20,0,true,true,false],[217,44,0,true,false,false],[217,80,0,true,true,false],[219,24,0,true,true,false],[219,43,0,true,false,false],[219,71,0,true,true,false],[222,30,0,true,true,false],[229,75,0,true,true,false],[231,30,0,true,false,false],[231,36,0,true,true,false],[233,30,0,true,false,false],[235,31,0,true,true,false],[235,50,0,true,false,false],[235,51,0,true,true,false],[238,22,0,true,false,false],[241,55,0,true,true,false],[242,48,0,true,true,false],[244,66,0,true,true,false],[244,99,0,true,false,false],[250,47,0,true,true,false],[252,20,0,true,true,false],[252,30,0,true,false,false],[252,31,0,true,true,false],[255,18,0,true,false,false],[259,6,0,false,false,false],[261,60,0,true,true,false],[265,12,0,true,true,false],[265,31,0,true,false,false],[265,32,0,true,true,false],[266,40,0,true,true,false],[268,24,0,true,true,false],[268,82,0,true,false,false],[269,24,0,true,true,false],[269,70,0,true,true,false],[269,76,0,true,false,false],[270,35,0,true,true,false],[270,70,0,true,true,false],[270,95,0,true,false,false],[271,75,0,true,true,false],[271,80,0,true,false,false],[276,6,0,false,false,false],[278,61,0,true,true,false],[282,12,0,true,true,false],[282,31,0,true,false,false],[282,32,0,true,true,false],[283,38,0,true,true,false],[285,24,0,true,true,false],[285,83,0,true,false,false],[286,24,0,true,true,false],[286,81,0,true,false,false],[287,24,0,true,true,false],[287,87,0,true,false,false],[292,44,0,true,true,false],[293,38,0,true,true,false],[293,65,0,true,false,false],[297,6,0,false,false,false],[301,53,0,true,true,false],[303,6,0,false,false,false],[305,62,0,true,true,false],[312,41,0,true,true,false],[315,10,0,true,false,false],[317,69,0,true,true,false],[317,72,0,true,false,false],[317,75,0,true,true,false],[317,78,0,true,false,false],[318,6,0,false,false,false],[328,25,0,true,true,false],[329,32,0,true,true,false],[330,32,0,true,true,false],[333,20,0,true,true,false],[333,29,0,true,false,false],[333,30,0,true,true,false],[338,50,0,true,true,false],[338,74,0,true,false,false],[338,77,0,true,true,false],[338,105,0,true,false,false],[340,18,0,true,true,false],[341,14,0,true,false,false],[344,38,0,true,true,false],[344,55,0,true,false,false],[344,58,0,true,true,false],[344,69,0,true,false,false],[345,43,0,true,true,false],[345,49,0,true,false,false],[345,52,0,true,true,false],[345,60,0,true,false,false],[351,6,0,false,false,false],[360,25,0,true,true,false],[361,29,0,true,true,false],[371,10,0,true,false,false],[374,6,0,false,false,false],[383,25,0,true,true,false],[384,32,0,true,true,false],[389,42,0,true,true,false],[389,59,0,true,false,false],[389,62,0,true,true,false],[389,99,0,true,false,false],[390,47,0,true,true,false],[390,53,0,true,false,false],[390,56,0,true,true,false],[390,64,0,true,false,false],[396,6,0,false,false,false],[404,25,0,true,true,false],[405,16,0,true,true,false],[406,53,0,true,true,false],[407,50,0,true,true,false],[410,18,0,true,true,false],[411,36,0,true,true,false],[416,18,0,true,false,false],[424,26,0,true,true,false],[424,45,0,true,false,false],[425,26,0,true,true,false],[427,22,0,true,false,false],[436,25,0,true,true,false],[438,18,0,true,false,false],[439,24,0,true,true,false],[442,18,0,true,false,false],[452,6,0,false,false,false],[454,45,0,true,true,false],[455,69,0,true,true,false],[455,75,0,true,false,false],[456,44,0,true,true,false],[457,46,0,true,true,false],[457,71,0,true,false,false],[458,18,0,true,true,false],[462,16,0,true,true,false],[463,20,0,true,true,false],[463,73,0,true,false,false],[464,13,0,true,true,false],[466,14,0,true,true,false],[467,24,0,true,false,false],[468,10,0,true,true,false],[469,19,0,true,false,false],[470,6,0,false,false,false],[477,44,0,true,true,false],[477,49,0,false,false,false],[480,25,0,true,true,false],[481,16,0,true,true,false],[482,53,0,true,true,false],[483,42,0,true,true,false],[486,18,0,true,true,false],[487,36,0,true,true,false],[492,18,0,true,false,false],[493,49,0,true,true,false],[497,18,0,true,true,false],[498,14,0,true,false,false],[503,25,0,true,true,false],[504,78,0,true,true,false],[505,57,0,true,true,false],[505,67,0,true,false,false],[505,71,0,true,true,false],[505,95,0,true,false,false],[506,24,0,true,true,false],[509,22,0,true,false,false],[509,28,0,true,true,false],[511,22,0,true,false,false],[513,24,0,true,true,false],[514,40,0,true,true,false],[517,22,0,true,false,false],[534,49,0,true,true,false],[535,50,0,true,true,false],[540,32,0,true,true,false],[544,22,0,true,false,false],[545,29,0,true,true,false],[547,22,0,true,false,false],[549,14,0,true,true,false],[550,10,0,true,false,false],[551,6,0,false,false,false],[555,36,0,true,true,false],[558,12,0,true,true,false],[559,16,0,true,true,false],[559,76,0,true,false,false],[560,9,0,true,true,false],[562,10,0,true,true,false],[563,27,0,true,false,false],[564,6,0,false,false,false],[566,45,0,true,true,false],[568,12,0,true,true,false],[568,24,0,true,false,false],[568,25,0,true,true,false],[568,39,0,true,true,false],[576,12,0,true,true,false],[576,43,0,true,true,false],[576,94,0,true,false,false],[576,96,0,true,true,false],[578,10,0,true,true,false],[583,12,0,true,true,false],[583,30,0,true,true,false],[583,52,0,true,false,false],[585,9,0,true,true,false],[587,10,0,true,true,false],[588,20,0,true,false,false],[589,6,0,false,false,false],[600,25,0,true,true,false],[601,50,0,true,true,false],[609,33,0,true,true,false],[612,14,0,true,false,false],[614,33,0,true,true,false],[615,64,0,true,true,false],[615,79,0,true,false,false],[619,41,0,true,true,false],[619,53,0,true,false,false],[628,6,0,false,false,false],[630,73,0,true,true,false],[631,49,0,true,true,false],[635,32,0,true,true,false],[639,14,0,true,false,false],[645,6,0,false,false,false],[652,36,0,true,true,false],[652,41,0,false,false,false],[654,25,0,true,true,false],[657,42,0,true,true,false],[657,78,0,true,false,false],[657,81,0,true,true,false],[657,94,0,true,false,false],[662,39,0,true,true,false],[662,52,0,true,false,false],[662,55,0,true,true,false],[662,92,0,true,false,false],[668,22,0,true,true,false],[670,14,0,true,false,false],[671,6,0,false,false,false],[678,36,0,true,true,false],[678,41,0,false,false,false],[680,25,0,true,true,false],[681,28,0,true,true,false],[684,16,0,true,true,false],[684,31,0,true,false,false],[684,32,0,true,true,false],[687,50,0,true,true,false],[687,99,0,true,false,false],[687,102,0,true,true,false],[687,117,0,true,false,false],[688,14,0,true,true,false],[689,10,0,true,false,false],[691,38,0,true,true,false],[691,74,0,true,false,false],[691,77,0,true,true,false],[691,90,0,true,false,false],[694,35,0,true,true,false],[694,48,0,true,false,false],[694,51,0,true,true,false],[694,88,0,true,false,false],[700,18,0,true,true,false],[702,16,0,true,true,false],[702,24,0,true,false,false],[702,25,0,true,true,false],[704,14,0,true,false,false],[704,20,0,true,true,false],[706,14,0,true,false,false],[708,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":116,"covered":0,"percent":0},"instantiations":{"count":116,"covered":0,"percent":0},"lines":{"count":1715,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":218,"covered":0,"notcovered":218,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift","mcdc_records":[],"segments":[[10,25,0,true,true,false],[11,29,0,true,true,false],[19,10,0,true,false,false],[23,6,0,false,false,false],[28,46,0,true,true,false],[29,12,0,true,true,false],[29,24,0,true,false,false],[29,25,0,true,true,false],[33,10,0,true,false,false],[33,16,0,true,true,false],[34,61,0,true,true,false],[35,36,0,true,true,false],[36,73,0,true,true,false],[38,22,0,true,false,false],[42,6,0,false,false,false],[44,42,0,true,true,false],[45,28,0,true,true,false],[47,37,0,true,true,false],[50,14,0,true,false,false],[58,35,0,true,true,false],[59,20,0,true,true,false],[59,29,0,true,false,false],[59,30,0,true,true,false],[63,18,0,true,false,false],[63,24,0,true,true,false],[65,18,0,true,false,false],[68,39,0,true,true,false],[68,48,0,true,false,false],[72,45,0,true,true,false],[72,65,0,true,false,false],[72,68,0,true,true,false],[72,84,0,true,false,false],[74,6,0,false,false,false],[83,30,0,true,true,false],[84,22,0,true,true,false],[84,27,0,true,false,false],[84,30,0,true,true,false],[84,38,0,true,false,false],[85,6,0,false,false,false],[87,40,0,true,true,false],[88,22,0,true,true,false],[88,47,0,true,false,false],[88,50,0,true,true,false],[88,81,0,true,false,false],[89,6,0,false,false,false],[91,36,0,true,true,false],[92,22,0,true,true,false],[92,29,0,true,false,false],[92,32,0,true,true,false],[92,42,0,true,false,false],[93,6,0,false,false,false],[95,25,0,true,true,false],[96,28,0,true,true,false],[110,10,0,true,false,false],[115,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":172,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":30,"covered":0,"notcovered":30,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift","mcdc_records":[],"segments":[[8,25,0,true,true,false],[9,20,0,true,true,false],[10,26,0,true,true,false],[12,14,0,true,false,false],[12,34,0,true,true,false],[14,14,0,true,false,false],[14,20,0,true,true,false],[16,14,0,true,false,false],[19,6,0,false,false,false],[23,39,0,true,true,false],[24,29,0,true,true,false],[32,10,0,true,false,false],[35,6,0,false,false,false],[39,57,0,true,true,false],[40,49,0,true,true,false],[48,10,0,true,false,false],[54,6,0,false,false,false],[58,73,0,true,true,false],[59,50,0,true,true,false],[64,16,0,true,true,false],[64,51,0,true,false,false],[64,52,0,true,true,false],[66,14,0,true,true,false],[69,16,0,true,true,false],[69,51,0,true,false,false],[69,52,0,true,true,false],[71,14,0,true,true,false],[75,10,0,true,false,false],[77,6,0,false,false,false],[81,71,0,true,true,false],[82,29,0,true,true,false],[84,53,0,true,true,false],[90,14,0,true,false,false],[96,53,0,true,true,false],[100,43,0,true,true,false],[100,49,0,true,false,false],[108,53,0,true,true,false],[114,14,0,true,false,false],[121,6,0,false,false,false],[125,77,0,true,true,false],[126,49,0,true,true,false],[130,80,0,true,true,false],[131,70,0,true,true,false],[133,18,0,true,false,false],[136,6,0,false,false,false],[138,66,0,true,true,false],[139,28,0,true,true,false],[140,57,0,true,true,false],[145,14,0,true,true,false],[146,10,0,true,false,false],[151,6,0,false,false,false],[155,79,0,true,true,false],[156,49,0,true,true,false],[160,66,0,true,true,false],[161,57,0,true,true,false],[162,28,0,true,true,false],[178,22,0,true,false,false],[179,18,0,true,true,false],[180,14,0,true,false,false],[182,6,0,false,false,false],[186,75,0,true,true,false],[187,49,0,true,true,false],[191,70,0,true,true,false],[193,14,0,true,false,false],[195,6,0,false,false,false],[197,62,0,true,true,false],[198,29,0,true,true,false],[213,10,0,true,false,false],[215,6,0,false,false,false],[217,65,0,true,true,false],[218,54,0,true,true,false],[218,59,0,true,false,false],[219,9,0,true,true,false],[219,35,0,true,false,false],[220,9,0,true,true,false],[220,38,0,true,false,false],[221,9,0,true,true,false],[221,38,0,true,false,false],[222,9,0,true,true,false],[222,40,0,true,false,false],[223,9,0,true,true,false],[223,36,0,true,false,false],[224,10,0,true,true,false],[232,29,0,true,false,false],[233,6,0,false,false,false],[237,76,0,true,true,false],[238,30,0,true,true,false],[238,40,0,true,false,false],[239,6,0,false,false,false],[241,76,0,true,true,false],[242,30,0,true,true,false],[242,45,0,true,false,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":429,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":54,"covered":0,"notcovered":54,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[13,42,0,false,false,false],[15,35,0,true,true,false],[15,36,0,false,false,false],[17,25,0,true,true,false],[18,24,0,true,true,false],[21,44,0,true,true,false],[22,38,0,true,true,false],[26,32,0,true,true,false],[26,49,0,true,false,false],[27,33,0,true,true,false],[27,51,0,true,false,false],[43,6,0,false,false,false],[47,62,0,true,true,false],[52,6,0,false,false,false],[54,76,0,true,true,false],[56,6,0,false,false,false],[58,77,0,true,true,false],[60,6,0,false,false,false],[62,80,0,true,true,false],[67,6,0,false,false,false],[69,80,0,true,true,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":115,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift","mcdc_records":[],"segments":[[14,36,0,true,true,false],[14,41,0,false,false,false],[15,36,0,true,true,false],[15,41,0,false,false,false],[16,36,0,true,true,false],[16,41,0,false,false,false],[19,37,0,true,true,false],[20,22,0,true,true,false],[20,41,0,true,false,false],[21,6,0,false,false,false],[24,41,0,true,true,false],[26,6,0,false,false,false],[28,25,0,true,true,false],[38,22,0,true,true,false],[39,58,0,true,true,false],[41,18,0,true,false,false],[43,42,0,true,true,false],[43,46,0,true,false,false],[43,49,0,true,true,false],[43,62,0,true,true,false],[43,66,0,true,false,false],[43,69,0,true,true,false],[43,72,0,true,false,false],[45,27,0,true,true,false],[47,14,0,true,false,false],[48,65,0,true,true,false],[49,58,0,true,true,false],[51,24,0,true,true,false],[51,32,0,true,false,false],[51,33,0,true,true,false],[53,22,0,true,false,false],[55,16,0,true,true,false],[56,59,0,true,true,false],[58,18,0,true,false,false],[61,71,0,true,true,false],[62,35,0,true,true,false],[64,22,0,true,false,false],[67,6,0,false,false,false],[72,39,0,true,true,false],[74,12,0,true,true,false],[74,44,0,true,false,false],[74,81,0,true,true,false],[75,20,0,true,true,false],[77,24,0,true,true,false],[78,24,0,true,true,false],[78,42,0,true,false,false],[78,43,0,true,true,false],[83,22,0,true,false,false],[83,28,0,true,true,false],[88,22,0,true,false,false],[93,16,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[102,38,0,true,true,false],[104,6,0,false,false,false],[108,30,0,true,true,false],[108,54,0,false,false,false],[110,35,0,true,true,false],[111,12,0,true,true,false],[111,27,0,true,false,false],[111,28,0,true,true,false],[113,10,0,true,false,false],[113,19,0,true,true,false],[113,34,0,true,false,false],[113,35,0,true,true,false],[115,10,0,true,true,false],[116,18,0,true,false,false],[117,6,0,false,false,false],[119,40,0,true,true,false],[120,12,0,true,true,false],[120,25,0,true,false,false],[120,26,0,true,true,false],[121,29,0,true,true,false],[121,48,0,true,false,false],[121,51,0,true,true,false],[121,70,0,true,false,false],[122,10,0,true,true,false],[123,25,0,true,true,false],[123,31,0,true,false,false],[123,34,0,true,true,false],[123,40,0,true,false,false],[124,6,0,false,false,false],[126,47,0,true,true,false],[127,12,0,true,true,false],[127,21,0,true,false,false],[127,22,0,true,true,false],[129,10,0,true,false,false],[129,19,0,true,true,false],[129,38,0,true,false,false],[129,39,0,true,true,false],[131,10,0,true,true,false],[132,31,0,true,false,false],[133,6,0,false,false,false],[135,43,0,true,true,false],[136,12,0,true,true,false],[136,21,0,true,false,false],[136,22,0,true,true,false],[138,10,0,true,false,false],[138,19,0,true,true,false],[138,38,0,true,false,false],[138,39,0,true,true,false],[140,10,0,true,true,false],[141,27,0,true,false,false],[142,6,0,false,false,false],[144,45,0,true,true,false],[145,23,0,true,true,false],[145,42,0,true,false,false],[145,46,0,true,true,false],[145,47,0,true,false,false],[145,50,0,true,true,false],[145,53,0,true,false,false],[146,6,0,false,false,false],[148,40,0,true,true,false],[149,12,0,true,true,false],[149,18,0,true,false,false],[149,19,0,true,true,false],[150,16,0,true,true,false],[150,25,0,true,false,false],[150,26,0,true,true,false],[152,14,0,true,false,false],[152,23,0,true,true,false],[152,32,0,true,false,false],[152,33,0,true,true,false],[154,14,0,true,true,false],[155,38,0,true,false,false],[156,16,0,true,true,false],[157,16,0,true,true,false],[157,25,0,true,false,false],[157,26,0,true,true,false],[159,14,0,true,false,false],[159,23,0,true,true,false],[159,32,0,true,false,false],[159,33,0,true,true,false],[161,14,0,true,true,false],[162,38,0,true,false,false],[164,6,0,false,false,false],[166,44,0,true,true,false],[167,39,0,true,true,false],[167,42,0,true,false,false],[167,45,0,true,true,false],[167,48,0,true,false,false],[168,6,0,false,false,false],[170,53,0,true,true,false],[171,44,0,true,true,false],[171,47,0,true,false,false],[171,50,0,true,true,false],[171,53,0,true,false,false],[172,6,0,false,false,false],[174,36,0,true,true,false],[175,12,0,true,true,false],[175,18,0,true,false,false],[175,19,0,true,true,false],[176,16,0,true,true,false],[176,25,0,true,false,false],[176,26,0,true,true,false],[178,14,0,true,false,false],[178,23,0,true,true,false],[178,32,0,true,false,false],[178,33,0,true,true,false],[180,14,0,true,true,false],[181,38,0,true,false,false],[182,16,0,true,true,false],[183,16,0,true,true,false],[183,25,0,true,false,false],[183,26,0,true,true,false],[185,14,0,true,false,false],[185,23,0,true,true,false],[185,32,0,true,false,false],[185,33,0,true,true,false],[187,14,0,true,true,false],[188,38,0,true,false,false],[190,6,0,false,false,false],[192,36,0,true,true,false],[193,25,0,true,true,false],[193,31,0,true,false,false],[193,34,0,true,true,false],[193,58,0,true,true,false],[193,61,0,true,false,false],[193,64,0,true,true,false],[193,68,0,true,false,false],[194,6,0,false,false,false],[196,39,0,true,true,false],[197,25,0,true,true,false],[197,26,0,true,false,false],[197,29,0,true,true,false],[197,30,0,true,false,false],[198,6,0,false,false,false],[200,39,0,true,true,false],[201,25,0,true,true,false],[201,26,0,true,false,false],[201,29,0,true,true,false],[201,30,0,true,false,false],[202,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":244,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":0,"notcovered":108,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift","mcdc_records":[],"segments":[[6,42,0,true,true,false],[6,62,0,false,false,false],[8,6,0,true,true,false],[8,47,0,false,false,false],[8,87,0,true,true,false],[8,120,0,false,false,false],[10,46,0,true,true,false],[11,54,0,true,true,false],[11,64,0,true,false,false],[12,6,0,false,false,false],[14,25,0,true,true,false],[15,12,0,true,true,false],[15,56,0,true,false,false],[15,57,0,true,true,false],[17,10,0,true,false,false],[17,16,0,true,true,false],[18,32,0,true,true,false],[27,30,0,true,true,false],[27,54,0,true,false,false],[28,28,0,true,true,false],[29,30,0,true,true,false],[31,26,0,true,false,false],[48,25,0,true,true,false],[49,98,0,true,true,false],[52,18,0,true,true,false],[53,32,0,true,false,false],[55,23,0,true,true,false],[58,22,0,true,true,false],[60,18,0,true,false,false],[62,26,0,true,true,false],[64,14,0,true,false,false],[66,6,0,false,false,false],[70,44,0,true,true,false],[71,28,0,true,true,false],[73,20,0,true,true,false],[74,57,0,true,true,false],[80,18,0,true,false,false],[97,27,0,true,true,false],[99,18,0,true,false,false],[100,28,0,true,true,false],[102,18,0,true,false,false],[108,6,0,false,false,false],[110,45,0,true,true,false],[111,28,0,true,true,false],[116,67,0,true,true,false],[118,66,0,true,true,false],[120,18,0,true,false,false],[127,6,0,false,false,false],[129,41,0,true,true,false],[130,28,0,true,true,false],[144,10,0,true,false,false],[145,6,0,false,false,false],[147,41,0,true,true,false],[148,29,0,true,true,false],[158,10,0,true,false,false],[160,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":28,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":320,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":33,"covered":0,"notcovered":33,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift","mcdc_records":[],"segments":[[14,52,0,true,true,false],[14,54,0,false,false,false],[17,45,0,true,true,false],[17,48,0,false,false,false],[20,42,0,true,true,false],[20,45,0,false,false,false],[23,51,0,true,true,false],[23,53,0,false,false,false],[31,79,0,true,true,false],[31,81,0,false,false,false],[39,32,0,true,true,false],[39,37,0,false,false,false],[53,28,0,true,true,false],[55,6,0,false,false,false],[57,58,0,true,true,false],[59,6,0,false,false,false],[64,36,0,true,true,false],[67,21,0,true,true,false],[67,47,0,true,true,false],[67,68,0,true,false,false],[68,18,0,true,true,false],[68,75,0,true,false,false],[69,21,0,true,true,false],[69,56,0,true,false,false],[70,6,0,false,false,false],[73,54,0,true,true,false],[74,55,0,true,true,false],[74,69,0,true,true,false],[76,30,0,true,true,false],[76,73,0,true,false,false],[77,6,0,false,false,false],[82,37,0,true,true,false],[91,6,0,false,false,false],[94,38,0,true,true,false],[103,6,0,false,false,false],[106,26,0,true,true,false],[108,6,0,false,false,false],[111,21,0,true,true,false],[115,6,0,false,false,false],[120,31,0,true,true,false],[121,40,0,true,true,false],[121,50,0,true,true,false],[123,87,0,true,true,false],[124,18,0,true,true,false],[126,14,0,true,false,false],[129,6,0,false,false,false],[132,30,0,true,true,false],[133,39,0,true,true,false],[136,10,0,true,false,false],[138,6,0,false,false,false],[141,51,0,true,true,false],[144,16,0,true,true,false],[144,26,0,true,false,false],[145,9,0,true,true,false],[146,44,0,true,false,false],[147,9,0,true,true,false],[148,44,0,true,false,false],[149,9,0,true,true,false],[150,18,0,true,false,false],[151,10,0,true,true,false],[152,6,0,false,false,false],[155,32,0,true,true,false],[156,40,0,true,true,false],[156,50,0,true,true,false],[157,64,0,true,true,false],[160,10,0,true,true,false],[165,12,0,true,true,false],[170,66,0,true,true,false],[174,14,0,true,false,false],[179,14,0,true,true,false],[180,10,0,true,false,false],[180,17,0,true,true,false],[182,10,0,true,true,false],[185,6,0,false,false,false],[191,78,0,true,true,false],[192,16,0,true,true,false],[192,23,0,true,false,false],[194,9,0,true,true,false],[194,20,0,true,false,false],[195,9,0,true,true,false],[195,20,0,true,false,false],[196,9,0,true,true,false],[196,20,0,true,false,false],[197,9,0,true,true,false],[197,20,0,true,false,false],[198,9,0,true,true,false],[198,20,0,true,false,false],[199,9,0,true,true,false],[199,20,0,true,false,false],[201,9,0,true,true,false],[201,20,0,true,false,false],[202,9,0,true,true,false],[202,20,0,true,false,false],[203,9,0,true,true,false],[203,20,0,true,false,false],[204,9,0,true,true,false],[204,20,0,true,false,false],[205,9,0,true,true,false],[205,21,0,true,false,false],[207,9,0,true,true,false],[207,21,0,true,false,false],[208,9,0,true,true,false],[208,21,0,true,false,false],[209,9,0,true,true,false],[209,21,0,true,false,false],[210,9,0,true,true,false],[210,21,0,true,false,false],[211,9,0,true,true,false],[211,21,0,true,false,false],[212,9,0,true,true,false],[212,21,0,true,false,false],[214,9,0,true,true,false],[214,21,0,true,false,false],[215,9,0,true,true,false],[215,21,0,true,false,false],[216,9,0,true,true,false],[216,21,0,true,false,false],[217,9,0,true,true,false],[217,21,0,true,false,false],[218,9,0,true,true,false],[218,21,0,true,false,false],[219,9,0,true,true,false],[219,21,0,true,false,false],[220,9,0,true,true,false],[220,21,0,true,false,false],[221,9,0,true,true,false],[221,21,0,true,false,false],[222,9,0,true,true,false],[222,21,0,true,false,false],[223,9,0,true,true,false],[223,21,0,true,false,false],[224,9,0,true,true,false],[224,21,0,true,false,false],[225,9,0,true,true,false],[225,21,0,true,false,false],[227,9,0,true,true,false],[227,21,0,true,false,false],[228,9,0,true,true,false],[228,21,0,true,false,false],[229,9,0,true,true,false],[229,21,0,true,false,false],[230,9,0,true,true,false],[230,21,0,true,false,false],[231,9,0,true,true,false],[231,21,0,true,false,false],[232,9,0,true,true,false],[232,21,0,true,false,false],[234,9,0,true,true,false],[234,23,0,true,false,false],[235,9,0,true,true,false],[235,21,0,true,false,false],[236,9,0,true,true,false],[236,21,0,true,false,false],[237,9,0,true,true,false],[237,21,0,true,false,false],[238,9,0,true,true,false],[238,21,0,true,false,false],[239,9,0,true,true,false],[239,21,0,true,false,false],[240,9,0,true,true,false],[240,22,0,true,false,false],[242,9,0,true,true,false],[242,21,0,true,false,false],[243,9,0,true,true,false],[243,21,0,true,false,false],[244,9,0,true,true,false],[244,21,0,true,false,false],[245,9,0,true,true,false],[245,21,0,true,false,false],[246,9,0,true,true,false],[246,21,0,true,false,false],[248,9,0,true,true,false],[248,23,0,true,false,false],[249,9,0,true,true,false],[249,23,0,true,false,false],[250,9,0,true,true,false],[250,23,0,true,false,false],[251,9,0,true,true,false],[251,24,0,true,false,false],[252,9,0,true,true,false],[252,23,0,true,false,false],[254,9,0,true,true,false],[254,24,0,true,false,false],[255,9,0,true,true,false],[255,24,0,true,false,false],[256,9,0,true,true,false],[256,24,0,true,false,false],[257,9,0,true,true,false],[257,24,0,true,false,false],[258,9,0,true,true,false],[258,24,0,true,false,false],[259,9,0,true,true,false],[259,24,0,true,false,false],[260,9,0,true,true,false],[260,24,0,true,false,false],[261,9,0,true,true,false],[261,24,0,true,false,false],[262,9,0,true,true,false],[262,22,0,true,false,false],[264,9,0,true,true,false],[264,22,0,true,false,false],[265,9,0,true,true,false],[265,22,0,true,false,false],[266,9,0,true,true,false],[266,22,0,true,false,false],[267,9,0,true,true,false],[267,22,0,true,false,false],[268,9,0,true,true,false],[268,23,0,true,false,false],[269,9,0,true,true,false],[269,23,0,true,false,false],[270,9,0,true,true,false],[270,24,0,true,false,false],[271,9,0,true,true,false],[271,24,0,true,false,false],[272,9,0,true,true,false],[272,24,0,true,false,false],[273,9,0,true,true,false],[273,23,0,true,false,false],[274,9,0,true,true,false],[274,23,0,true,false,false],[275,9,0,true,true,false],[275,23,0,true,false,false],[277,9,0,true,true,false],[277,25,0,true,false,false],[278,9,0,true,true,false],[278,25,0,true,false,false],[279,9,0,true,true,false],[279,25,0,true,false,false],[280,9,0,true,true,false],[280,23,0,true,false,false],[281,9,0,true,true,false],[282,33,0,true,false,false],[283,10,0,true,true,false],[284,6,0,false,false,false],[287,79,0,true,true,false],[288,16,0,true,true,false],[288,19,0,true,false,false],[289,9,0,true,true,false],[289,28,0,true,false,false],[290,9,0,true,true,false],[290,29,0,true,false,false],[291,9,0,true,true,false],[291,26,0,true,false,false],[292,9,0,true,true,false],[292,30,0,true,false,false],[293,9,0,true,true,false],[293,26,0,true,false,false],[294,9,0,true,true,false],[294,28,0,true,false,false],[295,9,0,true,true,false],[295,37,0,true,false,false],[296,9,0,true,true,false],[296,36,0,true,false,false],[297,9,0,true,true,false],[297,35,0,true,false,false],[298,9,0,true,true,false],[298,35,0,true,false,false],[299,9,0,true,true,false],[299,24,0,true,false,false],[300,9,0,true,true,false],[300,27,0,true,false,false],[301,9,0,true,true,false],[301,27,0,true,false,false],[302,9,0,true,true,false],[302,25,0,true,false,false],[303,9,0,true,true,false],[303,27,0,true,false,false],[304,9,0,true,true,false],[304,34,0,true,false,false],[305,10,0,true,true,false],[306,6,0,false,false,false],[309,94,0,true,true,false],[334,51,0,true,true,false],[334,65,0,true,true,false],[341,10,0,true,false,false],[342,6,0,false,false,false],[349,77,0,true,true,false],[351,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":29,"covered":0,"percent":0},"instantiations":{"count":29,"covered":0,"percent":0},"lines":{"count":277,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":148,"covered":0,"notcovered":148,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift","mcdc_records":[],"segments":[[5,25,0,true,true,false],[6,28,0,true,true,false],[10,67,0,true,true,false],[15,14,0,true,false,false],[15,20,0,true,true,false],[28,14,0,true,false,false],[41,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift","mcdc_records":[],"segments":[[21,41,0,true,true,false],[26,48,0,true,true,false],[27,60,0,true,true,false],[28,52,0,true,true,false],[28,85,0,true,false,false],[29,14,0,true,true,false],[30,25,0,true,false,false],[33,15,0,true,true,false],[33,26,0,true,false,false],[34,15,0,true,true,false],[34,45,0,true,false,false],[35,67,0,true,true,false],[35,92,0,true,false,false],[35,95,0,true,true,false],[35,98,0,true,false,false],[49,15,0,true,true,false],[49,26,0,true,false,false],[50,15,0,true,true,false],[50,36,0,true,true,false],[50,46,0,true,false,false],[50,49,0,true,true,false],[50,60,0,true,false,false],[51,61,0,true,true,false],[51,91,0,true,false,false],[51,94,0,true,true,false],[51,97,0,true,false,false],[64,50,0,true,true,false],[64,79,0,true,false,false],[66,15,0,true,true,false],[66,26,0,true,false,false],[67,15,0,true,true,false],[67,47,0,true,false,false],[68,71,0,true,true,false],[68,98,0,true,false,false],[68,101,0,true,true,false],[68,104,0,true,false,false],[85,51,0,true,true,false],[86,49,0,true,true,false],[86,79,0,true,false,false],[87,20,0,true,true,false],[87,57,0,true,false,false],[88,20,0,true,true,false],[88,50,0,true,true,false],[88,98,0,true,false,false],[90,73,0,true,true,false],[90,101,0,true,false,false],[90,104,0,true,true,false],[90,107,0,true,false,false],[103,48,0,true,true,false],[103,69,0,true,false,false],[105,49,0,true,true,false],[106,16,0,true,true,false],[106,50,0,true,false,false],[106,51,0,true,true,false],[106,73,0,true,true,false],[107,16,0,true,true,false],[107,37,0,true,false,false],[107,38,0,true,true,false],[109,14,0,true,true,false],[110,16,0,true,true,false],[110,46,0,true,false,false],[110,47,0,true,true,false],[112,14,0,true,true,false],[113,16,0,true,true,false],[113,61,0,true,false,false],[113,62,0,true,true,false],[115,14,0,true,true,false],[116,31,0,true,false,false],[118,39,0,true,true,false],[119,16,0,true,true,false],[119,43,0,true,false,false],[119,44,0,true,true,false],[120,51,0,true,true,false],[120,76,0,true,false,false],[121,14,0,true,true,false],[122,23,0,true,false,false],[136,12,0,true,true,false],[136,41,0,true,false,false],[136,42,0,true,true,false],[137,52,0,true,true,false],[138,20,0,true,true,false],[138,51,0,true,false,false],[138,52,0,true,true,false],[139,28,0,true,true,false],[139,44,0,true,false,false],[140,21,0,true,true,false],[143,36,0,true,false,false],[144,21,0,true,true,false],[145,37,0,true,false,false],[147,18,0,true,true,false],[148,29,0,true,false,false],[151,71,0,true,true,false],[151,96,0,true,false,false],[151,99,0,true,true,false],[151,102,0,true,false,false],[165,46,0,true,true,false],[166,16,0,true,true,false],[166,50,0,true,false,false],[166,51,0,true,true,false],[166,73,0,true,true,false],[167,70,0,true,true,false],[167,92,0,true,true,false],[168,42,0,true,true,false],[168,64,0,true,true,false],[169,36,0,true,true,false],[169,46,0,true,false,false],[169,49,0,true,true,false],[169,56,0,true,false,false],[171,36,0,true,true,false],[172,16,0,true,true,false],[172,37,0,true,false,false],[172,38,0,true,true,false],[174,14,0,true,false,false],[174,23,0,true,true,false],[174,48,0,true,false,false],[174,49,0,true,true,false],[176,14,0,true,true,false],[177,23,0,true,false,false],[191,6,0,false,false,false],[195,78,0,true,true,false],[197,6,0,false,false,false],[207,25,0,true,true,false],[208,49,0,true,true,false],[209,28,0,true,true,false],[209,40,0,true,false,false],[209,42,0,true,true,false],[210,37,0,true,true,false],[223,18,0,true,false,false],[230,50,0,true,true,false],[235,14,0,true,true,false],[236,10,0,true,false,false],[237,6,0,false,false,false],[239,36,0,true,true,false],[240,16,0,true,true,false],[240,22,0,true,false,false],[241,9,0,true,true,false],[242,19,0,true,false,false],[243,9,0,true,true,false],[244,20,0,true,false,false],[245,9,0,true,true,false],[246,17,0,true,false,false],[247,9,0,true,true,false],[248,23,0,true,false,false],[249,10,0,true,true,false],[250,6,0,false,false,false],[252,36,0,true,true,false],[253,16,0,true,true,false],[253,22,0,true,false,false],[254,9,0,true,true,false],[255,36,0,true,false,false],[256,9,0,true,true,false],[257,32,0,true,false,false],[258,9,0,true,true,false],[259,44,0,true,false,false],[260,9,0,true,true,false],[261,20,0,true,false,false],[262,9,0,true,true,false],[263,21,0,true,false,false],[264,9,0,true,true,false],[265,34,0,true,false,false],[266,10,0,true,true,false],[267,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":0,"percent":0},"instantiations":{"count":24,"covered":0,"percent":0},"lines":{"count":358,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":97,"covered":0,"notcovered":97,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift","mcdc_records":[],"segments":[[12,35,0,true,true,false],[13,20,0,true,true,false],[13,24,0,true,false,false],[14,13,0,true,true,false],[15,66,0,true,false,false],[16,13,0,true,true,false],[17,71,0,true,false,false],[18,13,0,true,true,false],[19,69,0,true,false,false],[20,13,0,true,true,false],[21,70,0,true,false,false],[22,13,0,true,true,false],[23,81,0,true,false,false],[24,14,0,true,true,false],[25,10,0,false,false,false],[28,40,0,true,true,false],[29,41,0,true,true,false],[29,51,0,true,true,false],[31,6,0,false,false,false],[33,42,0,true,true,false],[35,14,0,true,true,false],[37,10,0,true,false,false],[38,6,0,false,false,false],[40,46,0,true,true,false],[42,6,0,false,false,false],[44,38,0,true,true,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":33,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift","mcdc_records":[],"segments":[[18,33,0,true,true,false],[18,34,0,false,false,false],[20,25,0,true,true,false],[21,16,0,true,true,false],[24,10,0,true,false,false],[28,6,0,false,false,false],[30,55,0,true,true,false],[31,16,0,true,true,false],[31,21,0,true,false,false],[32,9,0,true,true,false],[33,18,0,true,false,false],[34,9,0,true,true,false],[35,18,0,true,false,false],[36,9,0,true,true,false],[37,21,0,true,false,false],[38,9,0,true,true,false],[39,23,0,true,false,false],[40,10,0,true,true,false],[41,6,0,false,false,false],[43,44,0,true,true,false],[53,6,0,false,false,false],[55,42,0,true,true,false],[57,90,0,true,true,false],[57,93,0,true,false,false],[57,96,0,true,true,false],[57,99,0,true,false,false],[59,6,0,false,false,false],[68,63,0,true,true,false],[75,6,0,false,false,false],[77,71,0,true,true,false],[80,6,0,false,false,false],[86,27,0,true,true,false],[86,29,0,false,false,false],[87,46,0,true,true,false],[91,6,0,false,false,false],[95,46,0,true,true,false],[99,6,0,false,false,false],[103,40,0,true,true,false],[103,80,0,false,false,false],[104,38,0,true,true,false],[104,66,0,false,false,false],[105,67,0,true,true,false],[108,6,0,false,false,false],[110,65,0,true,true,false],[113,6,0,false,false,false],[119,27,0,true,true,false],[119,29,0,false,false,false],[120,46,0,true,true,false],[130,6,0,false,false,false],[134,60,0,true,true,false],[136,6,0,false,false,false],[142,27,0,true,true,false],[142,28,0,false,false,false],[143,27,0,true,true,false],[143,31,0,false,false,false],[144,46,0,true,true,false],[147,24,0,true,true,false],[151,18,0,true,false,false],[158,6,0,false,false,false],[162,82,0,true,true,false],[164,6,0,false,false,false],[170,23,0,true,true,false],[170,35,0,false,false,false],[171,27,0,true,true,false],[171,28,0,false,false,false],[172,24,0,true,true,false],[172,28,0,false,false,false],[174,46,0,true,true,false],[178,24,0,true,true,false],[182,53,0,true,true,false],[182,57,0,true,false,false],[182,60,0,true,true,false],[182,64,0,true,false,false],[190,6,0,false,false,false],[196,5,0,true,true,false],[198,6,0,false,false,false],[204,23,0,true,true,false],[204,35,0,false,false,false],[205,27,0,true,true,false],[205,28,0,false,false,false],[207,46,0,true,true,false],[214,6,0,false,false,false],[218,92,0,true,true,false],[220,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":161,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[9,41,0,false,false,false],[11,37,0,true,true,false],[11,42,0,false,false,false],[12,43,0,true,true,false],[12,48,0,false,false,false],[15,25,0,true,true,false],[16,29,0,true,true,false],[17,16,0,true,true,false],[17,26,0,true,false,false],[17,27,0,true,true,false],[25,14,0,true,false,false],[25,20,0,true,true,false],[40,20,0,true,true,false],[40,29,0,true,false,false],[40,30,0,true,true,false],[43,18,0,true,false,false],[43,49,0,true,true,false],[47,18,0,true,true,false],[50,37,0,true,true,false],[51,38,0,true,true,false],[51,51,0,true,false,false],[56,48,0,true,true,false],[57,30,0,true,true,false],[57,58,0,true,false,false],[58,30,0,true,true,false],[59,42,0,true,true,false],[59,54,0,true,false,false],[59,57,0,true,true,false],[59,68,0,true,false,false],[67,53,0,true,true,false],[67,67,0,true,false,false],[67,70,0,true,true,false],[67,89,0,true,false,false],[69,14,0,true,true,false],[70,10,0,true,false,false],[74,35,0,true,true,false],[75,16,0,true,true,false],[75,24,0,true,false,false],[75,25,0,true,true,false],[75,43,0,true,false,false],[77,19,0,true,true,false],[78,16,0,true,true,false],[78,26,0,true,false,false],[78,27,0,true,true,false],[78,45,0,true,false,false],[80,6,0,false,false,false],[84,43,0,true,true,false],[85,31,0,true,true,false],[85,41,0,true,true,false],[87,29,0,true,true,false],[91,10,0,true,false,false],[95,29,0,true,true,false],[99,10,0,true,false,false],[100,6,0,false,false,false],[102,33,0,true,true,false],[103,38,0,true,true,false],[103,48,0,true,true,false],[105,37,0,true,true,false],[108,67,0,true,true,false],[110,14,0,true,false,false],[114,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":208,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift","mcdc_records":[],"segments":[[25,48,0,true,true,false],[25,50,0,false,false,false],[26,56,0,true,true,false],[26,58,0,false,false,false],[27,48,0,true,true,false],[27,50,0,false,false,false],[28,47,0,true,true,false],[28,83,0,false,false,false],[29,54,0,true,true,false],[29,56,0,false,false,false],[31,45,0,true,true,false],[31,52,0,false,false,false],[37,45,0,true,true,false],[37,50,0,false,false,false],[38,43,0,true,true,false],[38,45,0,false,false,false],[39,45,0,true,true,false],[39,47,0,false,false,false],[40,70,0,true,true,false],[40,72,0,false,false,false],[43,45,0,true,true,false],[43,50,0,false,false,false],[46,51,0,true,true,false],[46,56,0,false,false,false],[50,43,0,true,true,false],[50,51,0,false,false,false],[54,45,0,true,true,false],[54,50,0,false,false,false],[73,47,0,true,true,false],[75,6,0,false,false,false],[79,39,0,true,true,false],[82,6,0,false,false,false],[84,12,0,true,true,false],[86,6,0,false,false,false],[92,37,0,true,true,false],[93,37,0,true,true,false],[94,53,0,true,true,false],[95,46,0,true,true,false],[95,55,0,true,true,false],[97,14,0,true,true,false],[98,10,0,true,false,false],[99,6,0,false,false,false],[103,54,0,true,true,false],[107,40,0,true,true,false],[109,10,0,true,false,false],[122,68,0,true,true,false],[126,62,0,true,true,false],[126,66,0,true,false,false],[126,69,0,true,true,false],[126,72,0,true,false,false],[128,16,0,true,true,false],[130,10,0,true,false,false],[137,46,0,true,true,false],[140,20,0,true,true,false],[140,25,0,true,false,false],[141,13,0,true,true,false],[155,73,0,true,true,false],[157,22,0,true,false,false],[158,91,0,true,true,false],[161,22,0,true,false,false],[164,13,0,true,true,false],[174,76,0,true,true,false],[176,22,0,true,false,false],[177,93,0,true,true,false],[178,30,0,true,true,false],[179,32,0,true,true,false],[180,71,0,true,true,false],[181,30,0,true,false,false],[181,37,0,true,true,false],[183,30,0,true,true,false],[185,26,0,true,false,false],[188,14,0,true,true,false],[189,10,0,true,false,false],[189,16,0,true,true,false],[192,10,0,true,true,false],[193,6,0,false,false,false],[195,41,0,true,true,false],[197,6,0,false,false,false],[203,64,0,true,true,false],[207,48,0,true,true,false],[207,63,0,true,false,false],[208,50,0,true,true,false],[208,62,0,true,false,false],[211,12,0,true,true,false],[211,58,0,true,false,false],[211,59,0,true,true,false],[212,16,0,true,true,false],[212,23,0,true,false,false],[212,24,0,true,true,false],[216,20,0,true,true,false],[216,26,0,true,false,false],[216,27,0,true,true,false],[218,18,0,true,false,false],[218,24,0,true,true,false],[220,18,0,true,false,false],[221,20,0,true,true,false],[224,14,0,true,false,false],[226,10,0,true,true,false],[229,12,0,true,true,false],[229,54,0,true,false,false],[229,55,0,true,true,false],[230,16,0,true,true,false],[230,23,0,true,false,false],[230,24,0,true,true,false],[232,14,0,true,false,false],[232,20,0,true,true,false],[234,14,0,true,false,false],[235,16,0,true,true,false],[236,16,0,true,true,false],[236,23,0,true,false,false],[236,24,0,true,true,false],[238,14,0,true,false,false],[238,20,0,true,true,false],[240,14,0,true,false,false],[242,6,0,false,false,false],[247,74,0,true,true,false],[253,23,0,true,true,false],[253,28,0,true,false,false],[255,12,0,true,true,false],[255,44,0,true,false,false],[255,45,0,true,true,false],[258,10,0,true,true,false],[263,103,0,true,true,false],[263,109,0,true,false,false],[263,112,0,true,true,false],[263,119,0,true,false,false],[265,12,0,true,true,false],[266,30,0,true,true,false],[268,16,0,true,true,false],[268,46,0,true,false,false],[268,47,0,true,true,false],[271,14,0,true,false,false],[271,20,0,true,true,false],[274,14,0,true,false,false],[275,17,0,true,true,false],[278,10,0,true,false,false],[279,6,0,false,false,false],[281,45,0,true,true,false],[283,6,0,false,false,false],[285,51,0,true,true,false],[287,12,0,true,true,false],[287,19,0,true,false,false],[287,20,0,true,true,false],[289,10,0,true,false,false],[289,16,0,true,true,false],[291,10,0,true,false,false],[292,6,0,false,false,false],[294,60,0,true,true,false],[296,38,0,true,true,false],[296,53,0,true,false,false],[297,46,0,true,true,false],[297,52,0,true,false,false],[298,12,0,true,true,false],[298,19,0,true,false,false],[298,20,0,true,true,false],[300,10,0,true,false,false],[300,16,0,true,true,false],[302,10,0,true,false,false],[303,6,0,false,false,false],[305,64,0,true,true,false],[307,6,0,false,false,false],[309,67,0,true,true,false],[311,6,0,false,false,false],[313,73,0,true,true,false],[315,6,0,false,false,false],[317,75,0,true,true,false],[319,6,0,false,false,false],[321,74,0,true,true,false],[323,6,0,false,false,false],[325,87,0,true,true,false],[327,6,0,false,false,false],[329,73,0,true,true,false],[331,6,0,false,false,false],[333,87,0,true,true,false],[335,6,0,false,false,false],[337,103,0,true,true,false],[339,6,0,false,false,false],[341,87,0,true,true,false],[343,6,0,false,false,false],[345,83,0,true,true,false],[347,6,0,false,false,false],[349,87,0,true,true,false],[351,6,0,false,false,false],[354,50,0,true,true,false],[356,6,0,false,false,false],[358,42,0,true,true,false],[360,6,0,false,false,false],[362,59,0,true,true,false],[364,6,0,false,false,false],[366,40,0,true,true,false],[367,14,0,true,true,false],[367,51,0,true,false,false],[368,6,0,false,false,false],[372,5,0,true,true,false],[373,105,0,true,true,false],[374,6,0,false,false,false],[376,66,0,true,true,false],[378,6,0,false,false,false],[380,74,0,true,true,false],[382,6,0,false,false,false],[384,46,0,true,true,false],[385,49,0,true,true,false],[386,6,0,false,false,false],[388,40,0,true,true,false],[390,6,0,false,false,false],[392,28,0,true,true,false],[394,6,0,false,false,false],[398,45,0,true,true,false],[400,6,0,false,false,false],[402,31,0,true,true,false],[404,6,0,false,false,false],[406,56,0,true,true,false],[408,6,0,false,false,false],[410,65,0,true,true,false],[412,6,0,false,false,false],[414,65,0,true,true,false],[416,6,0,false,false,false],[418,66,0,true,true,false],[420,6,0,false,false,false],[424,68,0,true,true,false],[426,6,0,false,false,false],[428,67,0,true,true,false],[430,6,0,false,false,false],[434,57,0,true,true,false],[436,6,0,false,false,false],[440,94,0,true,true,false],[445,26,0,true,true,false],[447,42,0,true,true,false],[447,52,0,true,true,false],[449,10,0,true,false,false],[450,6,0,false,false,false],[452,70,0,true,true,false],[454,6,0,false,false,false],[456,68,0,true,true,false],[458,6,0,false,false,false],[463,64,0,true,true,false],[466,6,0,false,false,false],[471,14,0,true,true,false],[471,20,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":74,"covered":0,"percent":0},"instantiations":{"count":74,"covered":0,"percent":0},"lines":{"count":380,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":133,"covered":0,"notcovered":133,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift","mcdc_records":[],"segments":[[14,18,0,true,true,false],[14,24,0,false,false,false],[20,12,0,true,true,false],[21,91,0,true,true,false],[21,98,0,true,false,false],[23,6,0,false,false,false],[25,25,0,true,true,false],[26,28,0,true,true,false],[28,32,0,true,true,false],[41,14,0,true,false,false],[46,24,0,true,true,false],[47,37,0,true,true,false],[48,39,0,true,true,false],[50,22,0,true,false,false],[59,28,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[64,14,0,true,false,false],[74,6,0,false,false,false],[76,76,0,true,true,false],[79,12,0,true,true,false],[79,41,0,true,true,false],[79,65,0,true,false,false],[79,66,0,true,true,false],[102,10,0,true,true,false],[111,10,0,true,false,false],[112,6,0,false,false,false],[118,25,0,true,true,false],[119,46,0,true,true,false],[125,53,0,true,true,false],[133,14,0,true,false,false],[139,6,0,false,false,false],[148,46,0,true,true,false],[149,102,0,true,true,false],[149,105,0,true,false,false],[153,51,0,true,true,false],[156,10,0,true,true,false],[159,42,0,true,false,false],[160,6,0,false,false,false],[163,30,0,true,true,false],[164,102,0,true,true,false],[164,105,0,true,false,false],[166,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":245,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift","mcdc_records":[],"segments":[[12,25,0,true,true,false],[13,50,0,true,true,false],[30,32,0,true,true,false],[37,14,0,true,false,false],[40,6,0,false,false,false],[52,104,0,true,true,false],[56,6,0,false,false,false],[58,25,0,true,true,false],[59,49,0,true,true,false],[61,63,0,true,true,false],[64,14,0,true,false,false],[68,44,0,true,true,false],[70,14,0,true,false,false],[71,39,0,true,true,false],[73,14,0,true,false,false],[80,6,0,false,false,false],[90,25,0,true,true,false],[91,29,0,true,true,false],[97,10,0,true,false,false],[107,6,0,false,false,false],[116,25,0,true,true,false],[118,28,0,true,true,false],[119,32,0,true,true,false],[123,14,0,true,false,false],[125,32,0,true,true,false],[129,14,0,true,false,false],[141,6,0,false,false,false],[151,33,0,true,true,false],[151,56,0,false,false,false],[153,25,0,true,true,false],[154,16,0,true,true,false],[157,35,0,true,true,false],[157,58,0,true,false,false],[157,61,0,true,true,false],[157,72,0,true,false,false],[167,16,0,true,true,false],[167,25,0,true,false,false],[167,26,0,true,true,false],[168,24,0,true,true,false],[174,18,0,true,false,false],[175,14,0,true,true,false],[176,10,0,true,false,false],[179,18,0,true,true,false],[180,53,0,true,true,false],[181,42,0,true,true,false],[181,46,0,true,false,false],[181,49,0,true,true,false],[181,52,0,true,false,false],[184,6,0,false,false,false],[193,25,0,true,true,false],[194,16,0,true,true,false],[194,27,0,true,false,false],[195,9,0,true,true,false],[198,34,0,true,false,false],[199,9,0,true,true,false],[202,33,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[213,25,0,true,true,false],[214,28,0,true,true,false],[215,32,0,true,true,false],[231,26,0,true,true,false],[232,61,0,true,true,false],[233,50,0,true,true,false],[233,59,0,true,false,false],[233,62,0,true,true,false],[233,65,0,true,false,false],[247,20,0,true,true,false],[255,26,0,true,true,false],[256,61,0,true,true,false],[257,50,0,true,true,false],[257,57,0,true,false,false],[257,60,0,true,true,false],[257,63,0,true,false,false],[263,6,0,false,false,false],[273,33,0,true,true,false],[273,56,0,false,false,false],[275,25,0,true,true,false],[276,28,0,true,true,false],[277,16,0,true,true,false],[277,29,0,true,false,false],[277,30,0,true,true,false],[281,50,0,true,true,false],[281,60,0,true,false,false],[281,63,0,true,true,false],[281,73,0,true,false,false],[282,20,0,true,true,false],[285,50,0,true,true,false],[285,60,0,true,false,false],[285,63,0,true,true,false],[285,73,0,true,false,false],[293,35,0,true,true,false],[293,59,0,true,false,false],[293,62,0,true,true,false],[293,73,0,true,false,false],[295,18,0,true,true,false],[296,53,0,true,true,false],[297,42,0,true,true,false],[297,46,0,true,false,false],[297,49,0,true,true,false],[297,52,0,true,false,false],[300,6,0,false,false,false],[308,25,0,true,true,false],[309,29,0,true,true,false],[313,10,0,true,false,false],[314,6,0,false,false,false],[321,36,0,true,true,false],[321,41,0,false,false,false],[323,25,0,true,true,false],[329,11,0,true,true,false],[330,32,0,true,true,false],[336,14,0,true,false,false],[338,18,0,true,true,false],[338,36,0,true,false,false],[339,6,0,false,false,false],[346,36,0,true,true,false],[346,41,0,false,false,false],[348,33,0,true,true,false],[349,35,0,true,true,false],[349,38,0,true,false,false],[349,41,0,true,true,false],[349,44,0,true,false,false],[350,6,0,false,false,false],[352,33,0,true,true,false],[353,35,0,true,true,false],[353,38,0,true,false,false],[353,41,0,true,true,false],[353,44,0,true,false,false],[354,6,0,false,false,false],[356,25,0,true,true,false],[362,11,0,true,true,false],[363,32,0,true,true,false],[369,14,0,true,false,false],[371,18,0,true,true,false],[371,36,0,true,false,false],[372,6,0,false,false,false],[379,36,0,true,true,false],[379,41,0,false,false,false],[381,25,0,true,true,false],[387,11,0,true,true,false],[389,10,0,true,false,false],[390,18,0,true,true,false],[390,36,0,true,false,false],[391,6,0,false,false,false],[403,25,0,true,true,false],[404,28,0,true,true,false],[406,32,0,true,true,false],[409,50,0,true,true,false],[409,56,0,true,false,false],[409,59,0,true,true,false],[409,70,0,true,false,false],[413,47,0,true,true,false],[413,58,0,true,false,false],[413,61,0,true,true,false],[413,86,0,true,false,false],[428,81,0,true,true,false],[428,84,0,true,false,false],[428,87,0,true,true,false],[428,90,0,true,false,false],[432,57,0,true,true,false],[432,60,0,true,false,false],[432,63,0,true,true,false],[432,67,0,true,false,false],[434,34,0,true,true,false],[434,38,0,true,false,false],[434,41,0,true,true,false],[434,44,0,true,false,false],[436,6,0,false,false,false],[444,31,0,true,true,false],[444,36,0,false,false,false],[445,27,0,true,true,false],[445,35,0,false,false,false],[449,47,0,true,true,false],[449,49,0,false,false,false],[450,44,0,true,true,false],[450,45,0,false,false,false],[452,46,0,true,true,false],[452,47,0,false,false,false],[454,53,0,true,true,false],[454,56,0,false,false,false],[461,32,0,true,true,false],[462,20,0,true,true,false],[462,24,0,true,false,false],[463,13,0,true,true,false],[463,28,0,true,false,false],[464,13,0,true,true,false],[464,30,0,true,false,false],[465,13,0,true,true,false],[465,28,0,true,false,false],[466,14,0,true,true,false],[467,10,0,false,false,false],[469,31,0,true,true,false],[470,20,0,true,true,false],[470,24,0,true,false,false],[471,13,0,true,true,false],[471,28,0,true,false,false],[472,13,0,true,true,false],[472,30,0,true,false,false],[473,13,0,true,true,false],[473,28,0,true,false,false],[474,14,0,true,true,false],[475,10,0,false,false,false],[478,25,0,true,true,false],[479,28,0,true,true,false],[482,50,0,true,true,false],[482,56,0,true,false,false],[482,59,0,true,true,false],[482,64,0,true,false,false],[486,47,0,true,true,false],[486,52,0,true,false,false],[486,55,0,true,true,false],[486,74,0,true,false,false],[492,46,0,true,true,false],[492,49,0,true,false,false],[492,52,0,true,true,false],[492,55,0,true,false,false],[500,26,0,true,true,false],[504,14,0,true,true,false],[505,10,0,true,false,false],[506,19,0,true,true,false],[511,10,0,true,false,false],[512,28,0,true,true,false],[513,41,0,true,true,false],[513,51,0,true,true,false],[515,16,0,true,true,false],[515,28,0,true,false,false],[515,29,0,true,true,false],[517,14,0,true,false,false],[517,20,0,true,true,false],[521,58,0,true,true,false],[521,60,0,true,false,false],[521,63,0,true,true,false],[521,66,0,true,false,false],[526,79,0,true,true,false],[528,68,0,true,true,false],[530,22,0,true,false,false],[532,84,0,true,true,false],[534,73,0,true,true,false],[536,26,0,true,false,false],[541,6,0,false,false,false],[554,61,0,true,true,false],[555,16,0,true,true,false],[555,26,0,true,false,false],[556,9,0,true,true,false],[557,20,0,true,true,false],[557,24,0,true,false,false],[558,13,0,true,true,false],[558,31,0,true,false,false],[559,13,0,true,true,false],[559,32,0,true,false,false],[560,13,0,true,true,false],[560,34,0,true,false,false],[561,13,0,true,true,false],[561,35,0,true,false,false],[562,13,0,true,true,false],[562,28,0,true,false,false],[563,13,0,true,true,false],[563,29,0,true,false,false],[564,13,0,true,true,false],[564,32,0,true,false,false],[565,13,0,true,true,false],[565,30,0,true,false,false],[567,9,0,true,true,false],[568,20,0,true,true,false],[568,24,0,true,false,false],[569,13,0,true,true,false],[569,31,0,true,false,false],[570,13,0,true,true,false],[570,32,0,true,false,false],[571,13,0,true,true,false],[571,34,0,true,false,false],[572,13,0,true,true,false],[572,35,0,true,false,false],[573,13,0,true,true,false],[573,28,0,true,false,false],[574,13,0,true,true,false],[574,29,0,true,false,false],[575,13,0,true,true,false],[575,32,0,true,false,false],[576,13,0,true,true,false],[576,30,0,true,false,false],[578,10,0,true,true,false],[579,6,0,false,false,false],[581,23,0,true,true,false],[582,16,0,true,true,false],[582,20,0,true,false,false],[583,9,0,true,true,false],[583,34,0,true,false,false],[584,9,0,true,true,false],[584,36,0,true,false,false],[585,9,0,true,true,false],[585,40,0,true,false,false],[586,9,0,true,true,false],[586,42,0,true,false,false],[587,9,0,true,true,false],[587,27,0,true,false,false],[588,9,0,true,true,false],[588,29,0,true,false,false],[589,9,0,true,true,false],[589,35,0,true,false,false],[590,9,0,true,true,false],[590,31,0,true,false,false],[591,10,0,true,true,false],[592,6,0,false,false,false],[594,22,0,true,true,false],[595,16,0,true,true,false],[595,20,0,true,false,false],[596,9,0,true,true,false],[597,20,0,true,false,false],[598,9,0,true,true,false],[599,18,0,true,false,false],[600,9,0,true,true,false],[601,19,0,true,false,false],[602,10,0,true,true,false],[603,6,0,false,false,false],[610,40,0,true,true,false],[610,87,0,false,false,false],[612,25,0,true,true,false],[613,12,0,true,true,false],[613,26,0,true,false,false],[613,27,0,true,true,false],[614,32,0,true,true,false],[619,57,0,true,true,false],[627,18,0,true,false,false],[631,41,0,true,true,false],[632,127,0,true,true,false],[634,22,0,true,false,false],[650,10,0,true,true,false],[651,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":80,"covered":0,"percent":0},"instantiations":{"count":80,"covered":0,"percent":0},"lines":{"count":961,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":186,"covered":0,"notcovered":186,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift","mcdc_records":[],"segments":[[15,19,0,true,true,false],[15,21,0,false,false,false],[17,102,0,true,true,false],[24,6,0,false,false,false],[26,102,0,true,true,false],[29,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":3,"covered":0,"percent":0},"instantiations":{"count":3,"covered":0,"percent":0},"lines":{"count":13,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":3,"covered":0,"notcovered":3,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift","mcdc_records":[],"segments":[[10,63,0,true,true,false],[12,10,0,false,false,false],[18,63,0,true,true,false],[30,14,0,true,true,false],[32,16,0,true,true,false],[33,31,0,true,true,false],[38,14,0,true,false,false],[38,21,0,true,true,false],[43,14,0,true,true,false],[44,10,0,true,false,false],[45,6,0,false,false,false],[49,57,0,true,true,false],[59,12,0,true,true,false],[60,16,0,true,true,false],[60,83,0,true,false,false],[61,16,0,true,true,false],[61,58,0,true,false,false],[62,9,0,true,true,false],[65,10,0,true,true,false],[69,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":69,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift","mcdc_records":[],"segments":[[15,40,0,true,true,false],[19,104,0,true,true,false],[20,29,0,true,false,false],[21,9,0,true,true,false],[24,24,0,true,true,false],[24,98,0,true,true,false],[24,105,0,true,false,false],[27,24,0,true,true,false],[27,87,0,true,true,false],[27,90,0,true,false,false],[28,57,0,true,true,false],[28,66,0,true,false,false],[29,58,0,true,true,false],[29,101,0,true,false,false],[37,10,0,true,true,false],[40,97,0,true,true,false],[40,104,0,true,false,false],[41,84,0,true,true,false],[41,87,0,true,false,false],[50,6,0,false,false,false],[54,44,0,true,true,false],[55,42,0,true,true,false],[55,52,0,true,true,false],[64,27,0,true,true,false],[65,69,0,true,true,false],[65,81,0,true,true,false],[67,16,0,true,true,false],[72,18,0,true,true,false],[75,20,0,true,true,false],[75,35,0,true,false,false],[75,36,0,true,true,false],[83,18,0,true,true,false],[84,14,0,true,false,false],[84,21,0,true,true,false],[86,14,0,true,true,false],[87,10,0,true,true,false],[90,6,0,false,false,false],[93,45,0,true,true,false],[95,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":84,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift","mcdc_records":[],"segments":[[16,63,0,true,true,false],[18,6,0,false,false,false],[23,58,0,true,true,false],[23,87,0,false,false,false],[28,13,0,true,true,false],[28,57,0,false,false,false],[29,13,0,true,true,false],[29,68,0,false,false,false],[37,49,0,true,true,false],[37,73,0,false,false,false],[42,13,0,true,true,false],[42,49,0,false,false,false],[43,13,0,true,true,false],[43,60,0,false,false,false],[51,51,0,true,true,false],[51,89,0,false,false,false],[56,13,0,true,true,false],[56,51,0,false,false,false],[57,13,0,true,true,false],[57,62,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":12,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift","mcdc_records":[],"segments":[[11,30,0,true,true,false],[13,6,0,false,false,false],[17,44,0,true,true,false],[17,49,0,false,false,false],[23,33,0,true,true,false],[25,12,0,true,true,false],[25,42,0,true,false,false],[25,80,0,true,true,false],[27,10,0,true,true,false],[28,32,0,true,true,false],[28,54,0,true,false,false],[29,6,0,false,false,false],[32,60,0,true,true,false],[33,25,0,true,true,false],[33,54,0,true,false,false],[34,12,0,true,true,false],[34,30,0,true,false,false],[34,31,0,true,true,false],[35,18,0,true,true,false],[37,56,0,true,true,false],[37,66,0,true,true,false],[39,14,0,true,false,false],[41,6,0,false,false,false],[44,34,0,true,true,false],[45,25,0,true,true,false],[45,55,0,true,false,false],[46,6,0,false,false,false],[69,47,0,true,true,false],[70,12,0,true,true,false],[70,77,0,true,false,false],[70,78,0,true,true,false],[72,10,0,true,true,false],[73,72,0,true,false,false],[74,6,0,false,false,false],[76,62,0,true,true,false],[78,6,0,false,false,false],[82,47,0,true,true,false],[83,12,0,true,true,false],[83,84,0,true,false,false],[83,85,0,true,true,false],[85,10,0,true,true,false],[86,79,0,true,false,false],[87,6,0,false,false,false],[89,62,0,true,true,false],[91,6,0,false,false,false],[95,53,0,true,true,false],[96,12,0,true,true,false],[96,90,0,true,false,false],[96,91,0,true,true,false],[98,10,0,true,true,false],[99,85,0,true,false,false],[100,6,0,false,false,false],[102,68,0,true,true,false],[104,6,0,false,false,false],[107,54,0,true,true,false],[108,12,0,true,true,false],[108,91,0,true,false,false],[108,92,0,true,true,false],[110,10,0,true,true,false],[111,86,0,true,false,false],[112,6,0,false,false,false],[114,69,0,true,true,false],[116,6,0,false,false,false],[121,42,0,true,true,false],[122,12,0,true,true,false],[122,79,0,true,false,false],[122,80,0,true,true,false],[124,10,0,true,true,false],[125,74,0,true,false,false],[126,6,0,false,false,false],[128,57,0,true,true,false],[130,6,0,false,false,false],[136,51,0,true,true,false],[139,9,0,true,true,false],[141,10,0,true,true,false],[142,20,0,true,false,false],[143,6,0,false,false,false],[145,63,0,true,true,false],[147,6,0,false,false,false],[153,54,0,true,true,false],[154,12,0,true,true,false],[154,91,0,true,false,false],[154,92,0,true,true,false],[156,10,0,true,true,false],[157,86,0,true,false,false],[158,6,0,false,false,false],[160,69,0,true,true,false],[162,6,0,false,false,false],[166,42,0,true,true,false],[167,12,0,true,true,false],[167,79,0,true,false,false],[167,80,0,true,true,false],[169,10,0,true,true,false],[170,74,0,true,false,false],[171,6,0,false,false,false],[173,57,0,true,true,false],[175,6,0,false,false,false],[189,29,0,true,true,false],[190,16,0,true,true,false],[190,20,0,true,false,false],[191,9,0,true,true,false],[191,44,0,true,false,false],[192,9,0,true,true,false],[192,36,0,true,false,false],[193,9,0,true,true,false],[193,25,0,true,false,false],[194,10,0,true,true,false],[195,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":113,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift","mcdc_records":[],"segments":[[124,59,0,true,true,false],[126,6,0,false,false,false],[133,56,0,true,true,false],[137,47,0,true,true,false],[139,10,0,true,true,false],[142,12,0,true,true,false],[142,33,0,true,false,false],[142,78,0,true,true,false],[144,10,0,true,true,false],[147,12,0,true,true,false],[147,33,0,true,false,false],[147,78,0,true,true,false],[149,10,0,true,true,false],[152,32,0,true,false,false],[153,6,0,false,false,false],[159,68,0,true,true,false],[161,37,0,true,true,false],[161,51,0,true,true,false],[167,36,0,true,true,false],[167,51,0,true,true,false],[167,60,0,true,false,false],[168,18,0,true,true,false],[168,29,0,true,false,false],[170,12,0,true,true,false],[170,27,0,true,false,false],[170,28,0,true,true,false],[176,16,0,true,true,false],[176,48,0,true,false,false],[176,49,0,true,true,false],[176,65,0,true,true,false],[177,16,0,true,true,false],[177,46,0,true,false,false],[177,47,0,true,true,false],[177,63,0,true,true,false],[180,43,0,true,true,false],[180,65,0,true,false,false],[181,37,0,true,true,false],[181,40,0,true,false,false],[181,43,0,true,true,false],[181,58,0,true,false,false],[182,10,0,true,true,false],[184,42,0,true,false,false],[185,6,0,false,false,false],[191,66,0,true,true,false],[193,12,0,true,true,false],[193,30,0,true,true,false],[193,42,0,true,false,false],[193,46,0,true,true,false],[193,57,0,true,false,false],[193,58,0,true,true,false],[195,10,0,true,true,false],[197,40,0,true,true,false],[199,10,0,true,true,false],[202,12,0,true,true,false],[202,26,0,true,false,false],[202,64,0,true,true,false],[204,10,0,true,true,false],[207,12,0,true,true,false],[207,26,0,true,false,false],[207,64,0,true,true,false],[209,10,0,true,true,false],[212,30,0,true,true,false],[212,33,0,true,false,false],[212,36,0,true,true,false],[212,39,0,true,false,false],[213,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":80,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":44,"covered":0,"notcovered":44,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift","mcdc_records":[],"segments":[[37,47,0,true,true,false],[37,49,0,false,false,false],[40,24,0,true,true,false],[40,32,0,false,false,false],[42,19,0,true,true,false],[42,21,0,false,false,false],[44,12,0,true,true,false],[46,6,0,false,false,false],[64,7,0,true,true,false],[74,6,0,false,false,false],[88,7,0,true,true,false],[89,53,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[100,29,0,true,true,false],[106,41,0,true,true,false],[108,10,0,true,true,false],[109,6,0,false,false,false],[115,59,0,true,true,false],[119,6,0,false,false,false],[122,35,0,true,true,false],[126,6,0,false,false,false],[135,64,0,true,true,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":48,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift","mcdc_records":[],"segments":[[13,73,0,true,true,false],[18,67,0,true,true,false],[20,10,0,true,true,false],[27,14,0,true,true,false],[29,10,0,true,true,false],[31,69,0,true,false,false],[32,6,0,false,false,false],[35,42,0,true,true,false],[37,68,0,true,true,false],[37,83,0,true,true,false],[38,76,0,true,false,false],[39,6,0,false,false,false],[43,46,0,true,true,false],[48,49,0,true,true,false],[51,10,0,true,true,false],[54,72,0,true,true,false],[57,10,0,true,true,false],[60,76,0,true,true,false],[63,10,0,true,true,false],[66,12,0,true,true,false],[66,40,0,true,false,false],[66,41,0,true,true,false],[68,10,0,true,false,false],[68,16,0,true,true,false],[76,16,0,true,true,false],[76,73,0,true,false,false],[76,74,0,true,true,false],[77,42,0,true,true,false],[79,18,0,true,false,false],[82,6,0,false,false,false],[85,70,0,true,true,false],[90,67,0,true,true,false],[92,10,0,true,true,false],[100,14,0,true,true,false],[102,10,0,true,true,false],[104,27,0,true,true,false],[104,59,0,true,false,false],[105,6,0,false,false,false],[110,44,0,true,true,false],[115,49,0,true,true,false],[115,59,0,true,true,false],[118,12,0,true,true,false],[118,28,0,true,false,false],[118,29,0,true,true,false],[120,10,0,true,false,false],[120,16,0,true,true,false],[122,10,0,true,false,false],[123,6,0,false,false,false],[127,54,0,true,true,false],[128,9,0,false,true,false],[128,30,0,true,false,false],[142,16,0,true,true,false],[142,51,0,true,false,false],[142,52,0,true,true,false],[149,14,0,true,false,false],[150,9,0,false,true,false],[153,15,0,true,false,false],[154,6,0,false,false,false],[158,50,0,true,true,false],[159,9,0,false,true,false],[159,30,0,true,false,false],[172,16,0,true,true,false],[172,51,0,true,false,false],[172,52,0,true,true,false],[178,14,0,true,false,false],[179,9,0,false,true,false],[181,15,0,true,false,false],[182,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":148,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift","mcdc_records":[],"segments":[[10,20,0,true,true,false],[10,22,0,false,false,false],[13,26,0,true,true,false],[14,12,0,true,true,false],[14,42,0,true,false,false],[14,43,0,true,true,false],[17,10,0,true,true,false],[20,6,0,false,false,false],[23,27,0,true,true,false],[24,12,0,true,true,false],[24,42,0,true,false,false],[24,43,0,true,true,false],[27,10,0,true,true,false],[30,6,0,false,false,false],[33,27,0,true,true,false],[34,12,0,true,true,false],[34,42,0,true,false,false],[34,43,0,true,true,false],[37,10,0,true,true,false],[40,6,0,false,false,false],[43,29,0,true,true,false],[44,12,0,true,true,false],[44,42,0,true,false,false],[44,43,0,true,true,false],[47,10,0,true,true,false],[51,6,0,false,false,false],[54,31,0,true,true,false],[55,12,0,true,true,false],[55,42,0,true,false,false],[55,43,0,true,true,false],[58,10,0,true,true,false],[61,6,0,false,false,false],[66,29,0,true,true,false],[67,12,0,true,true,false],[67,42,0,true,false,false],[67,43,0,true,true,false],[70,10,0,true,true,false],[74,6,0,false,false,false],[77,31,0,true,true,false],[78,12,0,true,true,false],[78,42,0,true,false,false],[78,43,0,true,true,false],[81,10,0,true,true,false],[85,6,0,false,false,false],[90,33,0,true,true,false],[91,12,0,true,true,false],[91,42,0,true,false,false],[91,43,0,true,true,false],[94,10,0,true,true,false],[98,6,0,false,false,false],[101,33,0,true,true,false],[102,12,0,true,true,false],[102,42,0,true,false,false],[102,43,0,true,true,false],[105,10,0,true,true,false],[109,6,0,false,false,false],[112,69,0,true,true,false],[113,53,0,true,true,false],[116,10,0,true,true,false],[119,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":86,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift","mcdc_records":[],"segments":[[12,20,0,true,true,false],[14,6,0,false,false,false],[16,32,0,true,true,false],[23,6,0,false,false,false],[26,29,0,true,true,false],[27,45,0,true,true,false],[30,10,0,true,true,false],[32,34,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[39,27,0,true,true,false],[40,43,0,true,true,false],[43,10,0,true,true,false],[45,34,0,true,true,false],[48,10,0,true,false,false],[49,6,0,false,false,false],[52,23,0,true,true,false],[56,63,0,true,true,false],[58,10,0,true,false,false],[59,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":52,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift","mcdc_records":[],"segments":[[23,51,0,true,true,false],[26,10,0,false,false,false],[40,81,0,true,true,false],[41,63,0,true,true,false],[41,76,0,true,false,false],[46,68,0,true,true,false],[46,88,0,true,false,false],[52,100,0,true,true,false],[53,30,0,true,true,false],[53,77,0,true,false,false],[56,10,0,true,true,false],[60,75,0,true,true,false],[60,94,0,true,false,false],[62,36,0,true,true,false],[63,50,0,true,true,false],[63,62,0,true,true,false],[67,61,0,true,true,false],[67,112,0,true,false,false],[69,16,0,true,true,false],[69,29,0,true,false,false],[69,30,0,true,true,false],[70,83,0,true,true,false],[70,87,0,true,false,false],[70,94,0,true,true,false],[70,121,0,true,false,false],[73,10,0,true,true,false],[81,123,0,true,true,false],[82,30,0,true,true,false],[82,76,0,true,false,false],[85,10,0,true,true,false],[88,74,0,true,true,false],[88,92,0,true,false,false],[90,35,0,true,true,false],[91,50,0,true,true,false],[91,62,0,true,true,false],[97,100,0,true,true,false],[98,34,0,true,true,false],[98,72,0,true,false,false],[101,14,0,true,true,false],[104,55,0,true,true,false],[104,72,0,true,false,false],[106,42,0,true,true,false],[107,58,0,true,true,false],[107,70,0,true,true,false],[111,65,0,true,true,false],[111,116,0,true,false,false],[113,20,0,true,true,false],[113,33,0,true,false,false],[113,34,0,true,true,false],[114,86,0,true,true,false],[114,90,0,true,false,false],[114,97,0,true,true,false],[114,124,0,true,false,false],[117,14,0,true,true,false],[118,10,0,true,true,false],[121,59,0,true,true,false],[121,74,0,true,false,false],[125,35,0,true,true,false],[127,16,0,true,true,false],[127,35,0,true,false,false],[127,36,0,true,true,false],[130,14,0,true,false,false],[130,20,0,true,true,false],[131,73,0,true,true,false],[131,86,0,true,false,false],[133,10,0,true,true,false],[135,54,0,true,true,false],[135,75,0,true,false,false],[137,6,0,false,false,false],[140,72,0,true,true,false],[144,86,0,true,true,false],[148,16,0,true,true,false],[148,40,0,true,false,false],[148,41,0,true,true,false],[150,14,0,true,false,false],[151,16,0,true,true,false],[151,30,0,true,false,false],[151,31,0,true,true,false],[152,20,0,true,true,false],[152,44,0,true,false,false],[152,45,0,true,true,false],[154,18,0,true,false,false],[156,14,0,true,true,false],[159,65,0,true,true,false],[161,14,0,true,false,false],[164,10,0,true,true,false],[166,22,0,true,false,false],[167,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":147,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":0,"notcovered":57,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift","mcdc_records":[],"segments":[[6,30,0,true,true,false],[8,6,0,false,false,false],[12,44,0,true,true,false],[12,49,0,false,false,false],[18,40,0,true,true,false],[20,12,0,true,true,false],[20,42,0,true,false,false],[20,80,0,true,true,false],[22,10,0,true,true,false],[23,32,0,true,true,false],[23,54,0,true,false,false],[24,6,0,false,false,false],[27,67,0,true,true,false],[28,25,0,true,true,false],[28,54,0,true,false,false],[29,12,0,true,true,false],[29,30,0,true,false,false],[29,31,0,true,true,false],[30,78,0,true,true,false],[31,37,0,true,true,false],[31,47,0,true,true,false],[32,20,0,true,true,false],[32,37,0,true,false,false],[32,38,0,true,true,false],[34,18,0,true,false,false],[37,6,0,false,false,false],[40,41,0,true,true,false],[41,25,0,true,true,false],[41,55,0,true,false,false],[42,6,0,false,false,false],[54,47,0,true,true,false],[55,12,0,true,true,false],[55,77,0,true,false,false],[55,78,0,true,true,false],[57,10,0,true,true,false],[58,72,0,true,false,false],[59,6,0,false,false,false],[61,62,0,true,true,false],[63,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift","mcdc_records":[],"segments":[[33,45,0,true,true,false],[35,10,0,false,false,false],[38,50,0,true,true,false],[40,10,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":6,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":2,"covered":0,"notcovered":2,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift","mcdc_records":[],"segments":[[56,88,0,true,true,false],[60,10,0,false,false,false],[62,40,0,true,true,false],[65,10,0,false,false,false],[154,42,0,true,true,false],[155,16,0,true,true,false],[155,20,0,true,false,false],[156,9,0,true,true,false],[157,49,0,true,false,false],[158,9,0,true,true,false],[159,43,0,true,false,false],[160,9,0,true,true,false],[161,46,0,true,false,false],[162,9,0,true,true,false],[163,42,0,true,false,false],[164,9,0,true,true,false],[165,49,0,true,false,false],[166,9,0,true,true,false],[167,48,0,true,false,false],[168,9,0,true,true,false],[169,43,0,true,false,false],[170,10,0,true,true,false],[171,6,0,false,false,false],[173,39,0,true,true,false],[174,16,0,true,true,false],[174,20,0,true,false,false],[175,9,0,true,true,false],[176,45,0,true,false,false],[177,9,0,true,true,false],[178,49,0,true,false,false],[179,9,0,true,true,false],[180,50,0,true,false,false],[181,9,0,true,true,false],[182,44,0,true,false,false],[183,9,0,true,true,false],[184,48,0,true,false,false],[185,9,0,true,true,false],[186,54,0,true,false,false],[187,9,0,true,true,false],[188,39,0,true,false,false],[189,10,0,true,true,false],[190,6,0,false,false,false],[192,44,0,true,true,false],[193,16,0,true,true,false],[193,20,0,true,false,false],[194,9,0,true,true,false],[195,79,0,true,false,false],[196,9,0,true,true,false],[197,76,0,true,false,false],[198,9,0,true,true,false],[199,85,0,true,false,false],[200,9,0,true,true,false],[201,88,0,true,false,false],[202,9,0,true,true,false],[203,72,0,true,false,false],[204,9,0,true,true,false],[205,73,0,true,false,false],[206,9,0,true,true,false],[207,80,0,true,false,false],[208,9,0,true,true,false],[209,60,0,true,false,false],[210,9,0,true,true,false],[211,74,0,true,false,false],[212,9,0,true,true,false],[213,16,0,true,false,false],[214,10,0,true,true,false],[215,6,0,false,false,false],[220,36,0,true,true,false],[221,16,0,true,true,false],[221,20,0,true,false,false],[222,9,0,true,true,false],[228,17,0,true,false,false],[229,9,0,true,true,false],[232,18,0,true,false,false],[233,9,0,true,true,false],[234,18,0,true,false,false],[235,10,0,true,true,false],[236,6,0,false,false,false],[239,42,0,true,true,false],[240,16,0,true,true,false],[240,20,0,true,false,false],[241,9,0,true,true,false],[245,17,0,true,false,false],[246,9,0,true,true,false],[248,18,0,true,false,false],[249,9,0,true,true,false],[250,17,0,true,false,false],[251,10,0,true,true,false],[252,6,0,false,false,false],[256,87,0,true,true,false],[257,16,0,true,true,false],[257,21,0,true,false,false],[258,9,0,true,true,false],[259,52,0,true,false,false],[260,9,0,true,true,false],[261,54,0,true,false,false],[262,9,0,true,true,false],[263,54,0,true,false,false],[264,9,0,true,true,false],[265,81,0,true,false,false],[266,9,0,true,true,false],[267,54,0,true,false,false],[268,9,0,true,true,false],[269,60,0,true,false,false],[270,9,0,true,true,false],[271,49,0,true,false,false],[272,9,0,true,true,false],[273,55,0,true,false,false],[274,9,0,true,true,false],[275,48,0,true,false,false],[276,9,0,true,true,false],[277,25,0,true,true,false],[279,14,0,true,false,false],[279,20,0,true,true,false],[281,14,0,true,false,false],[282,9,0,true,true,false],[283,44,0,true,false,false],[284,9,0,true,true,false],[285,58,0,true,false,false],[286,9,0,true,true,false],[287,56,0,true,false,false],[288,9,0,true,true,false],[289,58,0,true,true,false],[289,71,0,true,false,false],[290,10,0,true,true,false],[291,6,0,false,false,false],[293,75,0,true,true,false],[294,16,0,true,true,false],[294,21,0,true,false,false],[295,9,0,true,true,false],[296,46,0,true,false,false],[297,9,0,true,true,false],[298,54,0,true,false,false],[299,9,0,true,true,false],[300,61,0,true,false,false],[301,9,0,true,true,false],[302,37,0,true,false,false],[303,9,0,true,true,false],[304,41,0,true,false,false],[305,9,0,true,true,false],[306,53,0,true,false,false],[307,9,0,true,true,false],[308,55,0,true,false,false],[309,9,0,true,true,false],[310,37,0,true,false,false],[311,9,0,true,true,false],[312,60,0,true,false,false],[313,9,0,true,true,false],[314,35,0,true,false,false],[315,10,0,true,true,false],[316,6,0,false,false,false],[318,81,0,true,true,false],[319,16,0,true,true,false],[319,21,0,true,false,false],[320,9,0,true,true,false],[321,51,0,true,false,false],[322,9,0,true,true,false],[323,54,0,true,false,false],[324,9,0,true,true,false],[325,48,0,true,false,false],[326,9,0,true,true,false],[327,54,0,true,false,false],[328,9,0,true,true,false],[329,58,0,true,false,false],[330,9,0,true,true,false],[331,58,0,true,false,false],[332,9,0,true,true,false],[333,60,0,true,false,false],[334,9,0,true,true,false],[335,68,0,true,false,false],[336,10,0,true,true,false],[337,6,0,false,false,false],[339,73,0,true,true,false],[340,16,0,true,true,false],[340,21,0,true,false,false],[341,9,0,true,true,false],[342,41,0,true,false,false],[343,9,0,true,true,false],[344,41,0,true,false,false],[345,9,0,true,true,false],[346,49,0,true,false,false],[347,9,0,true,true,false],[348,49,0,true,false,false],[349,9,0,true,true,false],[350,40,0,true,false,false],[351,9,0,true,true,false],[352,31,0,true,false,false],[353,9,0,true,true,false],[354,43,0,true,false,false],[355,10,0,true,true,false],[356,6,0,false,false,false],[358,87,0,true,true,false],[359,16,0,true,true,false],[359,21,0,true,false,false],[360,9,0,true,true,false],[361,36,0,true,false,false],[362,9,0,true,true,false],[363,47,0,true,false,false],[364,9,0,true,true,false],[365,34,0,true,false,false],[366,9,0,true,true,false],[367,43,0,true,false,false],[368,9,0,true,true,false],[369,32,0,true,false,false],[370,9,0,true,true,false],[371,47,0,true,false,false],[372,9,0,true,true,false],[373,43,0,true,false,false],[374,9,0,true,true,false],[375,39,0,true,false,false],[376,9,0,true,true,false],[377,45,0,true,false,false],[378,10,0,true,true,false],[379,6,0,false,false,false],[381,85,0,true,true,false],[382,16,0,true,true,false],[382,21,0,true,false,false],[383,9,0,true,true,false],[384,65,0,true,false,false],[385,9,0,true,true,false],[386,34,0,true,false,false],[387,9,0,true,true,false],[388,42,0,true,false,false],[389,9,0,true,true,false],[390,66,0,true,false,false],[391,9,0,true,true,false],[392,48,0,true,false,false],[393,10,0,true,true,false],[394,6,0,false,false,false],[396,75,0,true,true,false],[397,16,0,true,true,false],[397,21,0,true,false,false],[398,9,0,true,true,false],[399,49,0,true,false,false],[400,9,0,true,true,false],[401,42,0,true,false,false],[402,9,0,true,true,false],[403,45,0,true,false,false],[404,10,0,true,true,false],[405,6,0,false,false,false],[412,68,0,true,true,false],[414,6,0,false,false,false],[417,70,0,true,true,false],[419,6,0,false,false,false],[422,54,0,true,true,false],[424,6,0,false,false,false],[427,56,0,true,true,false],[429,6,0,false,false,false],[432,41,0,true,true,false],[434,6,0,false,false,false],[437,67,0,true,true,false],[439,6,0,false,false,false],[445,74,0,true,true,false],[446,16,0,true,true,false],[446,26,0,true,false,false],[447,9,0,true,true,false],[448,19,0,true,false,false],[449,9,0,true,true,false],[450,19,0,true,false,false],[451,9,0,true,true,false],[452,19,0,true,false,false],[453,9,0,true,true,false],[454,19,0,true,false,false],[455,9,0,true,true,false],[456,19,0,true,false,false],[457,9,0,true,true,false],[458,19,0,true,false,false],[459,9,0,true,true,false],[460,19,0,true,false,false],[461,9,0,true,true,false],[462,18,0,true,false,false],[463,10,0,true,true,false],[464,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":283,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":144,"covered":0,"notcovered":144,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift","mcdc_records":[],"segments":[[12,55,9,true,true,false],[14,6,0,false,false,false],[17,49,1,true,true,false],[18,9,0,false,true,false],[18,18,1,true,false,false],[20,9,0,false,true,false],[22,15,1,true,false,false],[23,6,0,false,false,false],[31,35,1,true,true,false],[31,50,0,false,false,false],[32,36,1,true,true,false],[32,37,0,false,false,false],[33,35,1,true,true,false],[33,38,0,false,false,false],[34,47,1,true,true,false],[34,50,0,false,false,false],[38,29,1,true,true,false],[38,37,0,false,false,false],[40,51,9,true,true,false],[44,6,0,false,false,false],[46,64,0,true,true,false],[50,6,0,false,false,false],[58,31,1,true,true,false],[58,50,0,false,false,false],[59,33,2,true,true,false],[61,6,0,false,false,false],[64,43,1,true,true,false],[64,45,0,false,false,false],[65,31,1,true,true,false],[65,88,0,false,false,false],[71,7,1,true,true,false],[76,9,0,true,true,false],[78,10,1,true,false,false],[78,16,1,true,true,false],[79,49,1,true,true,false],[79,80,1,true,false,false],[83,9,0,false,true,false],[83,18,1,true,false,false],[84,65,1,true,true,false],[84,69,1,true,false,false],[85,9,0,false,true,false],[87,15,1,true,false,false],[92,9,0,true,true,false],[94,10,1,true,false,false],[96,9,0,true,true,false],[98,10,1,true,false,false],[98,16,1,true,true,false],[100,10,1,true,false,false],[106,12,1,true,true,false],[111,14,1,true,true,false],[112,10,1,true,false,false],[112,17,0,true,true,false],[118,10,1,true,true,false],[121,34,1,true,true,false],[122,105,0,true,true,false],[125,14,1,true,false,false],[127,6,0,false,false,false],[130,55,0,true,true,false],[131,27,0,true,true,false],[133,10,0,true,false,false],[134,6,0,false,false,false],[137,59,0,true,true,false],[138,39,0,true,true,false],[138,49,0,true,true,false],[139,26,0,true,true,false],[141,16,0,true,true,false],[146,18,0,true,true,false],[147,14,0,true,false,false],[147,21,0,true,true,false],[150,14,0,true,true,false],[151,10,0,true,false,false],[152,6,0,false,false,false],[155,49,0,true,true,false],[156,26,0,true,true,false],[156,42,0,true,false,false],[157,6,0,false,false,false],[159,12,0,true,true,false],[162,6,0,false,false,false],[173,7,9,true,true,false],[175,69,0,true,true,false],[177,10,9,true,true,false],[185,12,9,true,true,false],[185,32,9,true,false,false],[185,33,9,true,true,false],[187,10,9,true,false,false],[190,27,1,true,true,false],[192,10,9,true,false,false],[193,6,0,false,false,false],[198,7,0,true,true,false],[200,6,0,false,false,false],[204,7,0,true,true,false],[206,6,0,false,false,false],[210,7,0,true,true,false],[212,6,0,false,false,false],[216,7,0,true,true,false],[218,6,0,false,false,false],[222,7,0,true,true,false],[224,6,0,false,false,false],[228,64,9,true,true,false],[229,16,9,true,true,false],[229,21,9,true,false,false],[230,9,0,true,true,false],[230,29,9,true,false,false],[231,9,0,true,true,false],[231,29,9,true,false,false],[232,9,9,true,true,false],[232,27,9,true,false,false],[233,9,0,true,true,false],[233,27,9,true,false,false],[234,9,0,true,true,false],[234,29,9,true,false,false],[235,10,9,true,true,false],[236,6,0,false,false,false],[239,31,0,true,true,false],[240,27,0,true,true,false],[242,10,0,true,false,false],[243,6,0,false,false,false],[247,38,0,true,true,false],[248,43,0,true,true,false],[248,53,0,true,true,false],[257,59,0,true,true,false],[257,69,0,true,true,false],[260,12,0,true,true,false],[260,59,0,true,false,false],[260,60,0,true,true,false],[262,16,0,true,true,false],[263,93,0,true,true,false],[267,14,0,true,false,false],[267,21,0,true,true,false],[270,14,0,true,true,false],[271,10,0,true,false,false],[271,16,0,true,true,false],[274,10,0,true,true,false],[275,6,0,false,false,false],[278,61,1,true,true,false],[283,59,0,true,true,false],[283,69,1,true,true,false],[286,12,1,true,true,false],[286,59,1,true,false,false],[286,60,0,true,true,false],[288,16,0,true,true,false],[289,93,0,true,true,false],[293,14,0,true,false,false],[293,21,0,true,true,false],[296,14,0,true,true,false],[297,10,1,true,false,false],[297,16,1,true,true,false],[300,10,1,true,true,false],[301,6,0,false,false,false],[303,35,1,true,true,false],[304,68,0,true,true,false],[304,78,1,true,true,false],[306,12,1,true,true,false],[307,87,1,true,true,false],[308,57,0,true,true,false],[308,58,1,true,false,false],[310,16,1,true,true,false],[310,38,1,true,false,false],[310,39,0,true,true,false],[312,14,1,true,false,false],[313,17,0,true,true,false],[316,10,1,true,true,false],[317,6,0,false,false,false],[319,35,0,true,true,false],[324,12,0,true,true,false],[324,56,0,true,false,false],[324,57,0,true,true,false],[326,10,0,true,false,false],[329,76,0,true,true,false],[333,16,0,true,true,false],[333,55,0,true,false,false],[333,56,0,true,true,false],[335,14,0,true,false,false],[336,10,0,true,true,false],[339,12,0,true,true,false],[339,51,0,true,false,false],[339,52,0,true,true,false],[341,10,0,true,false,false],[344,6,0,false,false,false],[348,44,0,true,true,false],[349,68,0,true,true,false],[349,80,0,true,true,false],[351,12,0,true,true,false],[352,87,0,true,true,false],[353,49,0,true,true,false],[353,50,0,true,false,false],[354,17,0,true,true,false],[356,10,0,true,false,false],[357,6,0,false,false,false],[359,42,0,true,true,false],[362,46,0,true,true,false],[364,16,0,true,true,false],[364,66,0,true,false,false],[364,67,0,true,true,false],[365,20,0,true,true,false],[366,98,0,true,true,false],[367,63,0,true,true,false],[367,64,0,true,false,false],[368,25,0,true,true,false],[370,18,0,true,true,false],[371,14,0,true,true,false],[372,10,0,true,true,false],[374,25,0,true,false,false],[375,6,0,false,false,false],[377,32,0,true,true,false],[378,27,0,true,true,false],[386,16,0,true,true,false],[386,60,0,true,false,false],[386,61,0,true,true,false],[388,14,0,true,false,false],[391,52,0,true,true,false],[393,20,0,true,true,false],[393,62,0,true,false,false],[393,63,0,true,true,false],[395,18,0,true,false,false],[396,14,0,true,true,false],[399,10,0,true,false,false],[400,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":21,"percent":45.652173913043477},"instantiations":{"count":46,"covered":21,"percent":45.652173913043477},"lines":{"count":363,"covered":131,"percent":36.088154269972449},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":130,"covered":41,"notcovered":89,"percent":31.538461538461537}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift","mcdc_records":[],"segments":[[20,79,0,true,true,false],[23,37,0,true,true,false],[23,78,0,true,false,false],[24,10,0,false,false,false],[26,35,0,true,true,false],[28,22,0,true,true,false],[28,76,0,true,false,false],[29,25,0,true,true,false],[29,40,0,true,false,false],[30,16,0,true,true,false],[30,31,0,true,false,false],[30,32,0,true,true,false],[32,14,0,true,true,false],[33,64,0,true,false,false],[34,10,0,false,false,false],[43,73,0,true,true,false],[47,10,0,false,false,false],[56,75,0,true,true,false],[57,12,0,true,true,false],[57,51,0,true,false,false],[57,52,0,true,true,false],[59,10,0,true,false,false],[59,16,0,true,true,false],[61,10,0,true,false,false],[62,6,0,false,false,false],[71,78,0,true,true,false],[74,6,0,false,false,false],[77,56,0,true,true,false],[82,6,0,false,false,false],[88,68,0,true,true,false],[100,12,0,true,true,false],[101,27,0,true,true,false],[105,65,0,true,true,false],[105,67,0,true,false,false],[108,16,0,true,true,false],[108,23,0,true,false,false],[108,24,0,true,true,false],[110,14,0,true,false,false],[110,20,0,true,true,false],[112,14,0,true,false,false],[115,17,0,true,true,false],[119,10,0,true,false,false],[120,6,0,false,false,false],[123,89,0,true,true,false],[145,12,0,true,true,false],[146,27,0,true,true,false],[150,65,0,true,true,false],[150,67,0,true,false,false],[153,16,0,true,true,false],[153,23,0,true,false,false],[153,24,0,true,true,false],[155,14,0,true,false,false],[155,20,0,true,true,false],[157,14,0,true,false,false],[160,17,0,true,true,false],[164,10,0,true,false,false],[165,6,0,false,false,false],[168,75,0,true,true,false],[173,6,0,false,false,false],[180,92,0,true,true,false],[183,6,0,false,false,false],[186,97,0,true,true,false],[189,6,0,false,false,false],[192,71,0,true,true,false],[195,6,0,false,false,false],[198,76,0,true,true,false],[201,6,0,false,false,false],[204,87,0,true,true,false],[207,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":143,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":37,"covered":0,"notcovered":37,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift","mcdc_records":[],"segments":[[26,90,0,true,true,false],[31,6,0,false,false,false],[43,20,0,true,true,false],[43,22,0,false,false,false],[57,37,0,true,true,false],[59,42,0,true,true,false],[59,46,0,true,false,false],[74,60,0,true,true,false],[75,39,0,true,true,false],[75,49,0,true,true,false],[77,10,0,true,false,false],[79,65,0,true,true,false],[80,55,0,true,true,false],[84,43,0,true,true,false],[91,79,0,true,true,false],[91,81,0,true,false,false],[92,79,0,true,true,false],[92,81,0,true,false,false],[102,24,0,true,true,false],[102,38,0,true,false,false],[102,39,0,true,true,false],[106,22,0,true,false,false],[106,28,0,true,true,false],[110,22,0,true,false,false],[116,47,0,true,true,false],[117,24,0,true,true,false],[118,99,0,true,true,false],[119,22,0,true,false,false],[119,29,0,true,true,false],[122,22,0,true,true,false],[125,24,0,true,true,false],[127,22,0,true,false,false],[127,23,0,true,true,false],[131,22,0,true,false,false],[135,20,0,true,true,false],[136,35,0,true,true,false],[137,18,0,true,false,false],[137,25,0,true,true,false],[143,18,0,true,true,false],[144,14,0,true,true,false],[145,10,0,true,false,false],[145,22,0,true,true,false],[149,10,0,true,false,false],[150,6,0,false,false,false],[156,59,0,true,true,false],[157,12,0,true,true,false],[158,92,0,true,true,false],[160,16,0,true,true,false],[160,36,0,true,false,false],[160,37,0,true,true,false],[162,14,0,true,true,false],[163,16,0,true,true,false],[163,36,0,true,false,false],[163,37,0,true,true,false],[166,14,0,true,true,false],[170,25,0,true,true,false],[170,40,0,true,false,false],[171,29,0,true,true,false],[171,79,0,true,false,false],[173,17,0,true,true,false],[176,10,0,true,false,false],[177,6,0,false,false,false],[186,97,0,true,true,false],[190,6,0,false,false,false],[196,31,0,true,true,false],[196,84,0,false,false,false],[197,30,0,true,true,false],[197,35,0,false,false,false],[202,85,0,true,true,false],[203,26,0,true,true,false],[205,10,0,true,false,false],[206,6,0,false,false,false],[209,68,0,true,true,false],[210,26,0,true,true,false],[211,36,0,true,true,false],[211,52,0,true,true,false],[215,24,0,true,false,false],[217,6,0,false,false,false],[227,38,0,true,true,false],[228,16,0,true,true,false],[228,20,0,true,false,false],[229,9,0,true,true,false],[230,69,0,true,false,false],[231,9,0,true,true,false],[232,78,0,true,false,false],[233,9,0,true,true,false],[234,61,0,true,false,false],[235,10,0,true,true,false],[236,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":357,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":55,"covered":0,"notcovered":55,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift","mcdc_records":[],"segments":[[6,44,6,true,true,false],[8,12,6,true,true,false],[8,50,6,true,false,false],[8,51,6,true,true,false],[10,10,0,true,true,false],[14,12,0,true,true,false],[15,16,0,true,true,false],[15,73,0,true,false,false],[16,9,0,true,true,false],[18,10,0,true,true,false],[21,12,0,true,true,false],[21,68,0,true,false,false],[21,69,0,true,true,false],[23,10,0,true,true,false],[27,12,0,true,true,false],[27,74,0,true,false,false],[27,75,0,true,true,false],[29,10,0,true,true,false],[33,12,0,true,true,false],[33,46,0,true,true,false],[33,89,0,true,false,false],[34,16,0,true,true,false],[34,50,0,true,false,false],[35,9,0,true,true,false],[37,10,0,true,true,false],[41,12,0,true,true,false],[42,16,0,true,true,false],[42,100,0,true,false,false],[43,9,0,true,true,false],[45,10,0,true,true,false],[51,99,0,true,true,false],[53,10,0,true,true,false],[55,21,6,true,false,false],[56,6,0,false,false,false],[63,13,0,true,true,false],[67,10,0,false,false,false],[68,13,0,true,true,false],[72,10,0,false,false,false],[76,55,0,true,true,false],[80,12,0,true,true,false],[80,25,0,true,false,false],[80,26,0,true,true,false],[82,10,0,true,true,false],[84,12,0,true,true,false],[84,35,0,true,false,false],[84,36,0,true,true,false],[86,10,0,true,true,false],[87,30,0,true,false,false],[88,6,0,false,false,false],[108,53,0,true,true,false],[110,83,0,true,true,false],[111,16,0,true,true,false],[111,31,0,true,false,false],[111,32,0,true,true,false],[113,20,0,true,true,false],[113,34,0,true,false,false],[113,35,0,true,true,false],[115,18,0,true,true,false],[116,17,0,false,true,false],[116,26,0,true,false,false],[118,17,0,false,true,false],[120,23,0,true,false,false],[121,20,0,true,true,false],[124,14,0,true,false,false],[125,10,0,true,true,false],[128,12,0,true,true,false],[128,26,0,true,false,false],[128,27,0,true,true,false],[133,16,0,true,true,false],[133,32,0,true,false,false],[133,33,0,true,true,false],[136,20,0,true,true,false],[136,48,0,true,false,false],[136,49,0,true,true,false],[138,18,0,true,false,false],[141,44,0,true,true,false],[141,49,0,true,false,false],[142,10,0,true,true,false],[145,21,0,true,false,false],[146,6,0,false,false,false],[150,55,0,true,true,false],[159,12,0,true,true,false],[160,27,0,true,true,false],[170,16,0,true,true,false],[170,43,0,true,false,false],[170,44,0,true,true,false],[172,74,0,true,true,false],[172,76,0,true,false,false],[175,14,0,true,true,false],[178,24,0,true,false,false],[179,17,0,true,true,false],[181,10,0,true,false,false],[182,6,0,false,false,false],[185,47,0,true,true,false],[187,6,0,false,false,false],[195,13,0,true,true,false],[199,10,0,false,false,false],[200,13,0,true,true,false],[205,16,0,true,true,false],[205,24,0,true,false,false],[205,25,0,true,true,false],[207,14,0,true,false,false],[208,10,0,false,false,false],[213,40,0,true,true,false],[216,34,0,true,true,false],[216,48,0,true,false,false],[217,6,0,false,false,false],[220,47,0,true,true,false],[225,12,0,true,true,false],[225,26,0,true,false,false],[225,27,0,true,true,false],[228,102,0,true,true,false],[230,14,0,true,false,false],[239,6,0,false,false,false],[245,96,0,true,true,false],[246,12,0,true,true,false],[246,18,0,true,false,false],[246,28,0,true,true,false],[264,10,0,true,false,false],[264,19,0,true,true,false],[264,25,0,true,false,false],[264,26,0,true,true,false],[281,10,0,true,false,false],[281,16,0,true,true,false],[283,10,0,true,false,false],[284,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":1,"percent":5},"instantiations":{"count":20,"covered":1,"percent":5},"lines":{"count":234,"covered":6,"percent":2.5641025641025639},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":76,"covered":3,"notcovered":73,"percent":3.9473684210526314}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift","mcdc_records":[],"segments":[[8,54,0,true,true,false],[11,14,0,true,true,false],[13,10,0,true,true,false],[14,12,0,true,true,false],[14,30,0,true,false,false],[14,31,0,true,true,false],[16,10,0,true,true,false],[17,19,0,true,false,false],[18,6,0,false,false,false],[20,66,0,true,true,false],[21,70,0,true,true,false],[23,10,0,true,true,false],[24,12,0,true,true,false],[24,32,0,true,false,false],[24,33,0,true,true,false],[26,10,0,true,true,false],[27,27,0,true,false,false],[28,6,0,false,false,false],[30,59,0,true,true,false],[33,9,0,true,true,false],[35,10,0,true,true,false],[36,33,0,true,false,false],[37,6,0,false,false,false],[39,49,0,true,true,false],[41,6,0,false,false,false],[47,55,0,true,true,false],[49,6,0,false,false,false],[53,54,0,true,true,false],[55,6,0,false,false,false],[58,47,0,true,true,false],[60,6,0,false,false,false],[63,51,0,true,true,false],[65,6,0,false,false,false],[69,70,0,true,true,false],[71,6,0,false,false,false],[74,49,0,true,true,false],[75,72,0,true,true,false],[77,10,0,true,true,false],[80,9,0,true,true,false],[82,10,0,true,true,false],[83,75,0,true,false,false],[84,6,0,false,false,false],[88,52,0,true,true,false],[91,9,0,true,true,false],[93,10,0,true,true,false],[94,85,0,true,false,false],[95,6,0,false,false,false],[98,52,0,true,true,false],[100,6,0,false,false,false],[104,50,0,true,true,false],[107,12,0,true,true,false],[107,75,0,true,false,false],[107,76,0,true,true,false],[109,10,0,true,true,false],[110,33,0,true,false,false],[111,6,0,false,false,false],[114,58,0,true,true,false],[115,61,0,true,true,false],[117,10,0,true,false,false],[118,6,0,false,false,false],[121,42,0,true,true,false],[123,6,0,false,false,false],[128,46,0,true,true,false],[130,6,0,false,false,false],[133,51,0,true,true,false],[135,6,0,false,false,false],[138,53,0,true,true,false],[140,6,0,false,false,false],[143,48,0,true,true,false],[145,6,0,false,false,false],[150,57,0,true,true,false],[155,6,0,false,false,false],[158,45,0,true,true,false],[160,64,0,true,true,false],[160,102,0,true,false,false],[160,104,0,true,true,false],[162,10,0,true,true,false],[163,49,0,true,true,false],[163,89,0,true,false,false],[164,6,0,false,false,false],[167,50,0,true,true,false],[169,6,0,false,false,false],[174,49,0,true,true,false],[176,6,0,false,false,false],[216,60,0,true,true,false],[218,12,0,true,true,false],[218,75,0,true,false,false],[218,76,0,true,true,false],[220,10,0,true,true,false],[223,12,0,true,true,false],[223,69,0,true,false,false],[223,70,0,true,true,false],[225,10,0,true,true,false],[227,19,0,true,false,false],[228,6,0,false,false,false],[237,58,0,true,true,false],[238,69,0,true,true,false],[238,72,0,true,false,false],[238,77,0,true,true,false],[238,78,0,true,false,false],[239,6,0,false,false,false],[242,61,0,true,true,false],[244,6,0,false,false,false],[249,56,0,true,true,false],[254,11,0,true,true,false],[256,10,0,true,true,false],[258,98,0,true,false,false],[259,6,0,false,false,false],[262,56,0,true,true,false],[264,6,0,false,false,false],[267,46,0,true,true,false],[269,6,0,false,false,false],[272,57,0,true,true,false],[274,6,0,false,false,false],[279,57,0,true,true,false],[281,6,0,false,false,false],[284,63,0,true,true,false],[291,6,0,false,false,false],[295,95,0,true,true,false],[299,56,0,true,true,false],[300,66,0,true,true,false],[300,78,0,true,true,false],[302,55,0,true,true,false],[304,20,0,true,true,false],[304,60,0,true,false,false],[304,61,0,true,true,false],[306,24,0,true,true,false],[306,50,0,true,false,false],[306,51,0,true,true,false],[308,22,0,true,true,false],[311,18,0,true,true,false],[312,14,0,true,true,false],[313,10,0,true,true,false],[316,51,0,true,true,false],[318,16,0,true,true,false],[318,62,0,true,false,false],[318,63,0,true,true,false],[321,14,0,true,false,false],[322,10,0,true,true,false],[324,28,0,true,false,false],[325,6,0,false,false,false],[328,54,0,true,true,false],[330,6,0,false,false,false],[333,49,0,true,true,false],[335,6,0,false,false,false],[338,53,0,true,true,false],[340,6,0,false,false,false],[343,68,0,true,true,false],[345,12,0,true,true,false],[345,45,0,true,false,false],[345,46,0,true,true,false],[347,10,0,true,true,false],[348,24,0,true,false,false],[349,6,0,false,false,false],[364,75,0,true,true,false],[373,12,0,true,true,false],[374,27,0,true,true,false],[376,10,0,true,false,false],[376,17,0,true,true,false],[378,10,0,true,true,false],[381,69,0,true,true,false],[381,83,0,true,true,false],[392,58,0,true,true,false],[396,51,0,true,true,false],[396,63,0,true,true,false],[398,48,0,true,true,false],[398,75,0,true,false,false],[398,81,0,true,true,false],[398,93,0,true,true,false],[403,48,0,true,true,false],[403,60,0,true,true,false],[409,70,0,true,true,false],[409,82,0,true,true,false],[413,53,0,true,true,false],[413,83,0,true,false,false],[413,89,0,true,true,false],[413,101,0,true,true,false],[418,65,0,true,true,false],[418,92,0,true,false,false],[427,16,0,true,true,false],[427,32,0,true,false,false],[427,33,0,true,true,false],[429,14,0,true,false,false],[429,20,0,true,true,false],[431,14,0,true,false,false],[432,10,0,true,true,false],[435,35,0,true,true,false],[435,49,0,true,false,false],[436,6,0,false,false,false],[440,73,0,true,true,false],[443,33,0,true,true,false],[444,60,0,true,true,false],[444,72,0,true,true,false],[449,16,0,true,true,false],[449,44,0,true,false,false],[449,45,0,true,true,false],[451,69,0,true,true,false],[453,18,0,true,true,false],[454,14,0,true,false,false],[454,23,0,true,true,false],[454,50,0,true,false,false],[454,51,0,true,true,false],[456,68,0,true,true,false],[458,18,0,true,true,false],[459,14,0,true,false,false],[459,20,0,true,true,false],[462,29,0,true,true,false],[464,18,0,true,true,false],[465,14,0,true,true,false],[466,10,0,true,true,false],[468,19,0,true,false,false],[469,6,0,false,false,false],[472,60,0,true,true,false],[478,14,0,true,true,false],[480,10,0,true,true,false],[483,21,0,true,true,false],[483,61,0,true,true,false],[483,83,0,true,false,false],[484,18,0,true,true,false],[484,48,0,true,false,false],[485,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":343,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":0,"notcovered":141,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift","mcdc_records":[],"segments":[[13,19,0,true,true,false],[13,21,0,false,false,false],[19,46,0,true,true,false],[19,50,0,false,false,false],[20,50,0,true,true,false],[20,53,0,false,false,false],[26,98,0,true,true,false],[29,27,0,true,true,false],[31,16,0,true,true,false],[31,38,0,true,false,false],[31,39,0,true,true,false],[33,14,0,true,false,false],[33,23,0,true,true,false],[33,41,0,true,false,false],[33,42,0,true,true,false],[35,14,0,true,false,false],[35,20,0,true,true,false],[37,14,0,true,false,false],[38,10,0,true,true,false],[40,41,0,true,true,false],[40,45,0,true,false,false],[40,48,0,true,true,false],[40,53,0,true,false,false],[41,6,0,false,false,false],[44,48,0,true,true,false],[47,12,0,true,true,false],[47,42,0,true,false,false],[47,43,0,true,true,false],[50,10,0,true,true,false],[56,9,0,true,true,false],[61,10,0,true,true,false],[66,12,0,true,true,false],[67,71,0,true,true,false],[73,83,0,true,true,false],[73,85,0,true,false,false],[75,33,0,true,true,false],[79,43,0,true,true,false],[82,14,0,true,true,false],[84,23,0,true,false,false],[85,17,0,true,true,false],[89,43,0,true,true,false],[92,14,0,true,true,false],[94,23,0,true,false,false],[96,6,0,false,false,false],[99,35,0,true,true,false],[103,6,0,false,false,false],[107,75,0,true,true,false],[116,32,0,true,true,false],[117,69,0,true,true,false],[118,10,0,true,false,false],[120,12,0,true,true,false],[121,69,0,true,true,false],[122,31,0,true,true,false],[124,18,0,true,false,false],[126,31,0,true,true,false],[127,101,0,true,true,false],[128,41,0,true,false,false],[131,58,0,true,true,false],[131,64,0,true,true,false],[134,18,0,true,true,false],[136,30,0,true,false,false],[138,17,0,true,true,false],[142,10,0,true,false,false],[143,6,0,false,false,false],[145,86,0,true,true,false],[146,51,0,true,true,false],[147,39,0,true,true,false],[148,20,0,true,true,false],[148,47,0,true,false,false],[148,48,0,true,true,false],[150,73,0,true,true,false],[150,75,0,true,false,false],[153,24,0,true,true,false],[155,18,0,true,false,false],[158,16,0,true,true,false],[159,31,0,true,true,false],[160,14,0,true,false,false],[160,21,0,true,true,false],[162,14,0,true,true,false],[163,10,0,true,true,false],[164,6,0,false,false,false],[166,54,0,true,true,false],[167,35,0,true,true,false],[167,45,0,true,true,false],[172,23,0,true,true,false],[174,16,0,true,true,false],[174,23,0,true,false,false],[174,43,0,true,true,false],[177,14,0,true,false,false],[179,6,0,false,false,false],[181,88,0,true,true,false],[183,54,0,true,true,false],[187,19,0,true,true,false],[187,43,0,true,false,false],[187,69,0,true,true,false],[189,14,0,true,true,false],[197,73,0,true,true,false],[197,75,0,true,false,false],[200,32,0,true,true,false],[200,35,0,true,false,false],[200,38,0,true,true,false],[200,41,0,true,false,false],[201,10,0,true,true,false],[204,19,0,true,false,false],[205,6,0,false,false,false],[210,26,0,true,true,false],[210,57,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":239,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":69,"covered":0,"notcovered":69,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift","mcdc_records":[],"segments":[[31,40,0,true,true,false],[32,20,0,true,true,false],[32,24,0,true,false,false],[33,13,0,true,true,false],[33,47,0,true,false,false],[34,13,0,true,true,false],[34,50,0,true,false,false],[35,13,0,true,true,false],[35,61,0,true,false,false],[36,13,0,true,true,false],[36,60,0,true,false,false],[37,13,0,true,true,false],[37,46,0,true,false,false],[38,13,0,true,true,false],[38,60,0,true,false,false],[39,13,0,true,true,false],[39,42,0,true,false,false],[40,13,0,true,true,false],[40,37,0,true,false,false],[41,13,0,true,true,false],[41,42,0,true,false,false],[42,13,0,true,true,false],[42,37,0,true,false,false],[43,13,0,true,true,false],[43,46,0,true,false,false],[44,13,0,true,true,false],[44,33,0,true,false,false],[45,13,0,true,true,false],[45,48,0,true,false,false],[46,13,0,true,true,false],[46,60,0,true,false,false],[47,14,0,true,true,false],[48,10,0,false,false,false],[51,40,0,true,true,false],[52,20,0,true,true,false],[52,24,0,true,false,false],[53,13,0,true,true,false],[53,32,0,true,false,false],[54,13,0,true,true,false],[54,27,0,true,false,false],[55,14,0,true,true,false],[56,10,0,false,false,false],[59,34,0,true,true,false],[60,20,0,true,true,false],[60,24,0,true,false,false],[61,13,0,true,true,false],[62,21,0,true,false,false],[63,13,0,true,true,false],[64,22,0,true,false,false],[65,14,0,true,true,false],[66,10,0,false,false,false],[69,42,0,true,true,false],[70,20,0,true,true,false],[70,24,0,true,false,false],[71,13,0,true,true,false],[73,21,0,true,false,false],[74,13,0,true,true,false],[75,22,0,true,false,false],[76,14,0,true,true,false],[77,10,0,false,false,false],[80,44,0,true,true,false],[82,10,0,false,false,false],[111,68,0,true,true,false],[111,82,0,false,false,false],[115,70,0,true,true,false],[115,73,0,false,false,false],[120,82,0,true,true,false],[199,6,0,false,false,false],[209,90,0,true,true,false],[219,14,0,true,true,false],[224,10,0,true,true,false],[233,37,0,true,true,false],[233,54,0,true,false,false],[236,12,0,true,true,false],[236,30,0,true,false,false],[236,31,0,true,true,false],[238,10,0,true,false,false],[248,6,0,false,false,false],[251,45,0,true,true,false],[254,6,0,false,false,false],[257,63,0,true,true,false],[259,6,0,false,false,false],[262,51,0,true,true,false],[263,69,0,true,true,false],[263,82,0,true,true,false],[264,39,0,true,false,false],[265,6,0,false,false,false],[268,25,0,true,true,false],[276,6,0,false,false,false],[279,49,0,true,true,false],[289,26,0,true,true,false],[291,10,0,true,false,false],[293,31,0,true,true,false],[295,10,0,true,false,false],[297,29,0,true,true,false],[299,10,0,true,false,false],[301,49,0,true,true,false],[301,59,0,true,false,false],[305,6,0,false,false,false],[312,25,0,true,true,false],[312,55,0,false,false,false],[315,24,0,true,true,false],[315,48,0,false,false,false],[318,22,0,true,true,false],[318,54,0,false,false,false],[321,33,0,true,true,false],[321,67,0,false,false,false],[324,30,0,true,true,false],[324,58,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21,"covered":0,"percent":0},"instantiations":{"count":21,"covered":0,"percent":0},"lines":{"count":220,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift","mcdc_records":[],"segments":[[13,43,0,true,true,false],[15,6,0,false,false,false],[25,38,0,true,true,false],[25,77,0,false,false,false],[26,34,0,true,true,false],[26,48,0,false,false,false],[32,71,0,true,true,false],[39,63,0,true,true,false],[39,84,0,true,false,false],[44,46,0,true,true,false],[46,62,0,true,true,false],[48,6,0,false,false,false],[51,48,0,true,true,false],[52,72,0,true,true,false],[54,10,0,true,true,false],[56,12,0,true,true,false],[57,79,0,true,true,false],[59,72,0,true,true,false],[62,26,0,true,false,false],[63,17,0,true,true,false],[68,10,0,true,false,false],[69,6,0,false,false,false],[72,43,0,true,true,false],[73,72,0,true,true,false],[75,10,0,true,true,false],[77,64,0,true,true,false],[79,6,0,false,false,false],[82,61,0,true,true,false],[85,6,0,false,false,false],[88,71,0,true,true,false],[89,43,0,true,true,false],[92,10,0,true,true,false],[95,12,0,true,true,false],[95,46,0,true,false,false],[95,47,0,true,true,false],[99,10,0,true,true,false],[102,12,0,true,true,false],[102,26,0,true,false,false],[102,27,0,true,true,false],[106,10,0,true,true,false],[110,34,0,true,false,false],[111,6,0,false,false,false],[114,52,0,true,true,false],[115,43,0,true,true,false],[115,53,0,true,true,false],[117,12,0,true,true,false],[117,45,0,true,false,false],[117,46,0,true,true,false],[127,16,0,true,true,false],[127,49,0,true,false,false],[127,50,0,true,true,false],[129,14,0,true,false,false],[133,6,0,false,false,false],[137,49,0,true,true,false],[138,12,0,true,true,false],[138,65,0,true,false,false],[138,66,0,true,true,false],[144,10,0,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift","mcdc_records":[],"segments":[[21,52,0,true,true,false],[23,6,0,false,false,false],[25,52,0,true,true,false],[26,47,0,true,true,false],[29,10,0,true,true,false],[31,16,0,true,true,false],[31,22,0,true,false,false],[32,9,0,true,true,false],[34,95,0,true,false,false],[36,9,0,true,true,false],[37,95,0,true,false,false],[39,10,0,true,true,false],[40,6,0,false,false,false],[42,19,0,true,true,false],[45,6,0,false,false,false],[54,50,0,true,true,false],[57,72,0,true,true,false],[57,74,0,true,false,false],[58,10,0,false,false,false],[68,11,0,true,true,false],[72,10,0,false,false,false],[74,39,0,true,true,false],[74,69,0,false,false,false],[75,40,0,true,true,false],[75,92,0,false,false,false],[86,48,0,true,true,false],[86,79,0,false,false,false],[91,75,0,true,true,false],[92,12,0,true,true,false],[93,63,0,true,true,false],[98,10,0,true,false,false],[98,17,0,true,true,false],[100,10,0,true,true,false],[101,6,0,false,false,false],[104,43,0,true,true,false],[105,12,0,true,true,false],[106,43,0,true,true,false],[111,10,0,true,false,false],[111,17,0,true,true,false],[113,10,0,true,true,false],[114,6,0,false,false,false],[117,63,0,true,true,false],[121,12,0,true,true,false],[121,53,0,true,false,false],[121,54,0,true,true,false],[129,10,0,true,true,false],[142,37,0,true,true,false],[143,54,0,true,true,false],[143,82,0,true,false,false],[149,16,0,true,true,false],[149,26,0,true,false,false],[149,27,0,true,true,false],[154,14,0,true,false,false],[154,23,0,true,true,false],[154,44,0,true,false,false],[154,45,0,true,true,false],[159,14,0,true,false,false],[159,20,0,true,true,false],[164,14,0,true,false,false],[165,10,0,true,true,false],[177,10,0,true,false,false],[178,6,0,false,false,false],[181,59,0,true,true,false],[184,52,0,true,true,false],[190,10,0,true,true,false],[197,61,0,true,true,false],[200,10,0,true,true,false],[201,6,0,false,false,false],[204,50,0,true,true,false],[208,50,0,true,true,false],[209,16,0,true,true,false],[209,64,0,true,false,false],[209,65,0,true,true,false],[217,14,0,true,false,false],[217,20,0,true,true,false],[220,14,0,true,false,false],[222,6,0,false,false,false],[226,44,0,true,true,false],[229,6,0,false,false,false],[234,65,0,true,true,false],[248,12,0,true,true,false],[249,27,0,true,true,false],[253,65,0,true,true,false],[253,67,0,true,false,false],[255,16,0,true,true,false],[255,43,0,true,false,false],[255,44,0,true,true,false],[256,73,0,true,true,false],[256,88,0,true,false,false],[258,35,0,true,true,false],[263,26,0,true,true,false],[265,22,0,true,true,false],[270,24,0,true,true,false],[270,47,0,true,false,false],[270,48,0,true,true,false],[274,22,0,true,false,false],[275,18,0,true,true,false],[276,14,0,true,false,false],[277,17,0,true,true,false],[279,10,0,true,true,false],[282,25,0,true,false,false],[283,6,0,false,false,false],[286,60,0,true,true,false],[288,12,0,true,true,false],[288,41,0,true,true,false],[288,67,0,true,false,false],[288,71,0,true,true,false],[288,98,0,true,false,false],[288,99,0,true,true,false],[290,10,0,true,true,false],[293,12,0,true,true,false],[293,40,0,true,true,false],[293,63,0,true,false,false],[293,67,0,true,true,false],[293,91,0,true,false,false],[294,16,0,true,true,false],[294,40,0,true,false,false],[294,44,0,true,true,false],[294,67,0,true,false,false],[294,71,0,true,true,false],[294,95,0,true,false,false],[295,9,0,true,true,false],[297,10,0,true,true,false],[301,61,0,true,true,false],[303,10,0,true,true,false],[306,51,0,true,true,false],[306,79,0,true,false,false],[306,83,0,true,true,false],[306,102,0,true,false,false],[307,6,0,false,false,false],[312,87,0,true,true,false],[314,77,0,true,true,false],[318,10,0,true,true,false],[322,56,0,true,true,false],[322,80,0,true,false,false],[324,54,0,true,true,false],[324,86,0,true,false,false],[324,90,0,true,true,false],[324,92,0,true,false,false],[328,45,0,true,true,false],[328,47,0,true,false,false],[333,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":275,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":88,"covered":0,"notcovered":88,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift","mcdc_records":[],"segments":[[23,34,23,true,true,false],[24,37,14,true,true,false],[24,52,9,true,true,false],[25,25,23,true,false,false],[26,10,0,false,false,false],[28,37,16,true,true,false],[29,36,6,true,true,false],[29,51,10,true,true,false],[30,35,1,true,true,false],[30,50,9,true,true,false],[31,25,16,true,false,false],[32,10,0,false,false,false],[37,36,0,true,true,false],[38,37,0,true,true,false],[38,53,0,true,true,false],[39,24,0,true,false,false],[40,10,0,false,false,false],[53,11,16,true,true,false],[59,10,0,false,false,false],[61,44,12,true,true,false],[62,38,7,true,true,false],[62,61,12,true,false,false],[63,10,0,false,false,false],[71,85,13,true,true,false],[75,10,0,false,false,false],[78,40,5,true,true,false],[79,42,3,true,true,false],[79,66,5,true,false,false],[80,10,0,false,false,false],[83,43,6,true,true,false],[85,16,6,true,true,false],[85,48,6,true,false,false],[85,49,3,true,true,false],[88,14,3,true,true,false],[90,16,3,true,true,false],[90,50,3,true,false,false],[90,51,1,true,true,false],[93,14,2,true,true,false],[96,16,2,true,true,false],[96,51,1,true,true,false],[96,84,2,true,false,false],[96,85,1,true,true,false],[99,14,1,true,true,false],[101,23,6,true,false,false],[102,10,0,false,false,false],[105,46,1,true,true,false],[119,10,0,false,false,false],[126,40,4,true,true,false],[127,20,4,true,true,false],[127,24,4,true,false,false],[128,13,3,true,true,false],[128,31,4,true,false,false],[129,13,1,true,true,false],[129,29,4,true,false,false],[130,14,4,true,true,false],[131,10,0,false,false,false],[140,42,1,true,true,false],[140,45,0,false,false,false],[142,19,1,true,true,false],[144,6,0,false,false,false],[149,35,1,true,true,false],[153,6,0,false,false,false],[159,53,6,true,true,false],[161,12,6,true,true,false],[161,42,6,true,false,false],[161,43,6,true,true,false],[166,13,3,true,true,false],[169,14,3,true,true,false],[183,24,6,true,false,false],[184,10,0,true,true,false],[190,9,0,true,true,false],[195,10,0,true,true,false],[216,47,0,true,true,false],[218,10,0,true,false,false],[221,40,0,true,true,false],[223,10,0,true,false,false],[229,24,6,true,false,false],[230,6,0,false,false,false],[233,50,1,true,true,false],[238,6,0,false,false,false],[242,61,0,true,true,false],[247,49,0,true,true,false],[247,57,0,true,false,false],[247,60,0,true,true,false],[247,67,0,true,false,false],[253,12,0,true,true,false],[253,49,0,true,false,false],[253,50,0,true,true,false],[258,10,0,true,false,false],[258,16,0,true,true,false],[264,16,0,true,true,false],[264,41,0,true,false,false],[264,42,0,true,true,false],[268,14,0,true,false,false],[271,43,0,true,true,false],[271,51,0,true,false,false],[271,54,0,true,true,false],[271,61,0,true,false,false],[279,64,0,true,true,false],[279,72,0,true,false,false],[279,78,0,true,true,false],[279,87,0,true,false,false],[284,37,0,true,true,false],[284,59,0,true,false,false],[284,62,0,true,true,false],[284,85,0,true,false,false],[285,41,0,true,true,false],[285,45,0,true,false,false],[285,48,0,true,true,false],[285,53,0,true,false,false],[288,6,0,false,false,false],[317,66,0,true,true,false],[324,46,0,true,true,false],[324,54,0,true,false,false],[325,48,0,true,true,false],[325,56,0,true,false,false],[330,16,0,true,true,false],[330,29,0,true,false,false],[331,9,0,true,true,false],[332,41,0,true,false,false],[333,9,0,true,true,false],[334,18,0,true,false,false],[335,10,0,true,true,false],[336,16,0,true,true,false],[336,31,0,true,false,false],[337,9,0,true,true,false],[338,41,0,true,false,false],[339,9,0,true,true,false],[340,18,0,true,false,false],[341,10,0,true,true,false],[343,12,0,true,true,false],[343,31,0,true,false,false],[343,32,0,true,true,false],[346,10,0,true,false,false],[360,6,0,false,false,false],[364,64,0,true,true,false],[367,6,0,false,false,false],[372,25,0,true,true,false],[373,53,0,true,true,false],[374,27,0,true,true,false],[376,14,0,true,false,false],[378,27,0,true,true,false],[379,83,0,true,true,false],[381,110,0,true,false,false],[384,54,0,true,true,false],[384,60,0,true,true,false],[387,14,0,true,true,false],[390,26,0,true,false,false],[391,10,0,true,true,false],[392,6,0,false,false,false],[403,58,0,true,true,false],[406,12,0,true,true,false],[406,58,0,true,false,false],[406,59,0,true,true,false],[408,10,0,true,true,false],[412,12,0,true,true,false],[412,59,0,true,false,false],[412,60,0,true,true,false],[414,10,0,true,true,false],[417,52,0,true,false,false],[418,6,0,false,false,false],[421,81,0,true,true,false],[422,67,0,true,true,false],[423,35,0,true,true,false],[423,45,0,true,true,false],[425,20,0,true,true,false],[425,23,0,true,false,false],[426,13,0,true,true,false],[427,73,0,true,false,false],[428,13,0,true,true,false],[429,72,0,true,false,false],[430,13,0,true,true,false],[431,81,0,true,false,false],[432,13,0,true,true,false],[433,75,0,true,false,false],[434,14,0,true,true,false],[435,10,0,true,false,false],[456,12,0,true,true,false],[456,50,0,true,false,false],[456,51,0,true,true,false],[459,10,0,true,false,false],[460,6,0,false,false,false],[475,96,0,true,true,false],[481,6,0,false,false,false],[486,64,0,true,true,false],[488,12,0,true,true,false],[488,52,0,true,true,false],[488,76,0,true,false,false],[488,77,0,true,true,false],[490,60,0,true,true,false],[495,14,0,true,true,false],[496,10,0,true,true,false],[497,20,0,true,false,false],[498,6,0,false,false,false],[503,102,0,true,true,false],[505,76,0,true,true,false],[508,15,0,true,true,false],[512,20,0,true,true,false],[512,32,0,true,true,false],[512,40,0,true,false,false],[512,41,0,true,true,false],[514,18,0,true,false,false],[514,27,0,true,true,false],[514,35,0,true,false,false],[514,36,0,true,true,false],[517,18,0,true,true,false],[518,14,0,true,true,false],[519,10,0,true,true,false],[521,19,0,true,false,false],[522,6,0,false,false,false],[526,54,0,true,true,false],[530,6,0,false,false,false],[539,5,0,true,true,false],[553,50,0,true,true,false],[555,87,0,true,true,false],[560,20,0,true,true,false],[560,35,0,true,false,false],[560,36,0,true,true,false],[564,24,0,true,true,false],[564,34,0,true,false,false],[564,35,0,true,true,false],[567,22,0,true,true,false],[568,18,0,true,true,false],[570,43,0,true,true,false],[574,18,0,true,true,false],[575,14,0,true,false,false],[575,20,0,true,true,false],[577,14,0,true,true,false],[578,10,0,true,true,false],[580,19,0,true,false,false],[581,6,0,false,false,false],[584,61,0,true,true,false],[586,6,0,false,false,false],[590,96,0,true,true,false],[591,39,0,true,true,false],[592,27,0,true,true,false],[602,20,0,true,true,false],[603,35,0,true,true,false],[606,75,0,true,true,false],[607,28,0,true,true,false],[607,42,0,true,false,false],[607,43,0,true,true,false],[609,26,0,true,false,false],[614,25,0,true,true,false],[617,18,0,true,true,false],[619,14,0,true,false,false],[621,6,0,false,false,false],[627,29,4,true,true,false],[628,16,4,true,true,false],[628,20,4,true,false,false],[629,9,1,true,true,false],[629,33,4,true,false,false],[630,9,1,true,true,false],[630,31,4,true,false,false],[631,9,1,true,true,false],[631,46,4,true,false,false],[632,9,1,true,true,false],[632,33,4,true,false,false],[633,10,4,true,true,false],[634,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":18,"percent":41.860465116279073},"instantiations":{"count":43,"covered":18,"percent":41.860465116279073},"lines":{"count":573,"covered":121,"percent":21.116928446771379},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":47,"notcovered":111,"percent":29.746835443037973}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift","mcdc_records":[],"segments":[[23,7,0,true,true,false],[30,6,0,false,false,false],[35,30,0,true,true,false],[36,27,0,true,true,false],[36,52,0,true,false,false],[36,56,0,true,true,false],[36,79,0,true,false,false],[37,16,0,true,true,false],[37,41,0,true,false,false],[37,45,0,true,true,false],[37,61,0,true,false,false],[38,6,0,false,false,false],[41,40,0,true,true,false],[45,12,0,true,true,false],[45,31,0,true,false,false],[45,32,0,true,true,false],[47,10,0,true,false,false],[47,19,0,true,true,false],[47,36,0,true,false,false],[47,37,0,true,true,false],[49,10,0,true,false,false],[52,12,0,true,true,false],[52,50,0,true,false,false],[52,51,0,true,true,false],[53,16,0,true,true,false],[53,58,0,true,false,false],[53,59,0,true,true,false],[60,14,0,true,false,false],[61,16,0,true,true,false],[61,60,0,true,false,false],[61,61,0,true,true,false],[68,14,0,true,false,false],[71,12,0,true,true,false],[71,49,0,true,false,false],[71,50,0,true,true,false],[72,16,0,true,true,false],[72,57,0,true,false,false],[72,58,0,true,true,false],[79,14,0,true,false,false],[80,16,0,true,true,false],[80,59,0,true,false,false],[80,60,0,true,true,false],[87,14,0,true,false,false],[91,45,0,true,true,false],[93,10,0,true,true,false],[96,12,0,true,true,false],[96,45,0,true,false,false],[96,46,0,true,true,false],[98,10,0,true,false,false],[99,12,0,true,true,false],[99,48,0,true,false,false],[99,49,0,true,true,false],[101,10,0,true,false,false],[103,12,0,true,true,false],[103,42,0,true,false,false],[103,43,0,true,true,false],[105,10,0,true,false,false],[106,12,0,true,true,false],[106,41,0,true,false,false],[106,42,0,true,true,false],[108,10,0,true,false,false],[111,12,0,true,true,false],[111,29,0,true,false,false],[111,30,0,true,true,false],[112,16,0,true,true,false],[112,37,0,true,false,false],[112,38,0,true,true,false],[114,14,0,true,false,false],[115,16,0,true,true,false],[115,46,0,true,false,false],[115,47,0,true,true,false],[117,14,0,true,false,false],[121,6,0,false,false,false],[124,35,0,true,true,false],[128,6,0,false,false,false],[131,34,0,true,true,false],[133,6,0,false,false,false],[136,28,0,true,true,false],[139,13,0,true,true,false],[139,23,0,true,false,false],[140,13,0,true,true,false],[140,109,0,true,false,false],[143,12,0,true,true,false],[143,22,0,true,false,false],[143,23,0,true,true,false],[146,10,0,true,false,false],[147,6,0,false,false,false],[173,7,0,true,true,false],[182,6,0,false,false,false],[184,37,0,true,true,false],[185,34,0,true,true,false],[185,58,0,true,false,false],[185,62,0,true,true,false],[185,84,0,true,false,false],[185,88,0,true,true,false],[185,105,0,true,false,false],[186,16,0,true,true,false],[186,43,0,true,false,false],[186,47,0,true,true,false],[186,67,0,true,false,false],[187,6,0,false,false,false],[190,46,0,true,true,false],[201,6,0,false,false,false],[210,68,0,true,true,false],[213,6,0,false,false,false],[215,35,0,true,true,false],[215,57,0,false,false,false],[216,35,0,true,true,false],[216,54,0,false,false,false],[219,45,0,true,true,false],[221,6,0,false,false,false],[231,87,0,true,true,false],[235,6,0,false,false,false],[238,32,0,true,true,false],[239,26,0,true,true,false],[239,48,0,true,false,false],[239,52,0,true,true,false],[239,63,0,true,false,false],[240,6,0,false,false,false],[243,48,0,true,true,false],[244,35,0,true,true,false],[244,46,0,true,false,false],[245,6,0,false,false,false],[248,43,0,true,true,false],[250,6,0,false,false,false],[260,71,0,true,true,false],[264,6,0,false,false,false],[266,30,0,true,true,false],[266,47,0,true,true,false],[266,56,0,true,false,false],[266,58,0,false,false,false],[267,39,0,true,true,false],[267,52,0,true,true,false],[267,61,0,true,false,false],[267,63,0,false,false,false],[270,43,0,true,true,false],[272,6,0,false,false,false],[285,30,0,true,true,false],[286,16,0,true,true,false],[286,20,0,true,false,false],[287,9,0,true,true,false],[288,52,0,true,false,false],[289,9,0,true,true,false],[290,36,0,true,false,false],[291,9,0,true,true,false],[292,32,0,true,false,false],[293,9,0,true,true,false],[294,43,0,true,false,false],[295,9,0,true,true,false],[296,34,0,true,false,false],[297,9,0,true,true,false],[298,20,0,true,true,false],[298,28,0,true,false,false],[299,13,0,true,true,false],[300,58,0,true,false,false],[301,13,0,true,true,false],[302,57,0,true,false,false],[303,13,0,true,true,false],[304,60,0,true,false,false],[305,13,0,true,true,false],[306,67,0,true,false,false],[307,13,0,true,true,false],[308,42,0,true,false,false],[310,10,0,true,true,false],[311,6,0,false,false,false],[313,33,0,true,true,false],[314,16,0,true,true,false],[314,20,0,true,false,false],[315,9,0,true,true,false],[316,18,0,true,false,false],[317,9,0,true,true,false],[321,20,0,true,false,false],[322,9,0,true,true,false],[323,17,0,true,false,false],[324,10,0,true,true,false],[325,6,0,false,false,false],[327,31,0,true,true,false],[328,16,0,true,true,false],[328,20,0,true,false,false],[329,9,0,true,true,false],[330,19,0,true,false,false],[331,9,0,true,true,false],[332,33,0,true,false,false],[333,9,0,true,true,false],[334,32,0,true,false,false],[335,9,0,true,true,false],[336,38,0,true,false,false],[337,9,0,true,true,false],[338,28,0,true,false,false],[339,9,0,true,true,false],[340,44,0,true,false,false],[341,10,0,true,true,false],[342,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":40,"covered":0,"percent":0},"instantiations":{"count":40,"covered":0,"percent":0},"lines":{"count":244,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":101,"covered":0,"notcovered":101,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift","mcdc_records":[],"segments":[[9,27,0,true,true,false],[9,39,0,false,false,false],[24,36,0,true,true,false],[25,16,0,true,true,false],[25,20,0,true,false,false],[26,9,0,true,true,false],[26,40,0,true,false,false],[27,9,0,true,true,false],[27,55,0,true,false,false],[28,9,0,true,true,false],[28,60,0,true,false,false],[29,9,0,true,true,false],[29,52,0,true,false,false],[30,9,0,true,true,false],[30,61,0,true,false,false],[31,9,0,true,true,false],[31,56,0,true,false,false],[32,9,0,true,true,false],[32,60,0,true,false,false],[33,9,0,true,true,false],[33,54,0,true,false,false],[34,9,0,true,true,false],[34,64,0,true,false,false],[35,9,0,true,true,false],[35,57,0,true,false,false],[36,9,0,true,true,false],[36,54,0,true,false,false],[37,9,0,true,true,false],[37,48,0,true,false,false],[38,10,0,true,true,false],[39,6,0,false,false,false],[42,48,0,true,true,false],[43,16,0,true,true,false],[43,20,0,true,false,false],[44,9,0,true,true,false],[44,34,0,true,false,false],[45,9,0,true,true,false],[45,49,0,true,false,false],[46,9,0,true,true,false],[46,37,0,true,false,false],[47,9,0,true,true,false],[47,50,0,true,false,false],[48,9,0,true,true,false],[48,45,0,true,false,false],[49,9,0,true,true,false],[49,58,0,true,false,false],[50,9,0,true,true,false],[50,52,0,true,false,false],[51,9,0,true,true,false],[51,50,0,true,false,false],[52,9,0,true,true,false],[52,57,0,true,false,false],[53,9,0,true,true,false],[53,42,0,true,false,false],[54,9,0,true,true,false],[54,45,0,true,false,false],[55,9,0,true,true,false],[55,33,0,true,false,false],[56,10,0,true,true,false],[57,6,0,false,false,false],[98,37,0,true,true,false],[99,16,0,true,true,false],[99,20,0,true,false,false],[100,9,0,true,true,false],[102,30,0,true,true,false],[102,56,0,true,false,false],[102,59,0,true,true,false],[102,65,0,true,false,false],[103,9,0,true,true,false],[104,30,0,true,true,false],[104,51,0,true,false,false],[104,54,0,true,true,false],[104,60,0,true,false,false],[105,9,0,true,true,false],[106,30,0,true,true,false],[106,53,0,true,false,false],[106,56,0,true,true,false],[106,62,0,true,false,false],[107,9,0,true,true,false],[108,30,0,true,true,false],[108,52,0,true,false,false],[108,55,0,true,true,false],[108,61,0,true,false,false],[109,10,0,true,true,false],[110,6,0,false,false,false],[207,33,0,true,true,false],[208,34,0,true,true,false],[208,49,0,true,true,false],[209,21,0,true,false,false],[210,6,0,false,false,false],[213,35,0,true,true,false],[214,36,0,true,true,false],[214,51,0,true,true,false],[215,21,0,true,false,false],[216,6,0,false,false,false],[219,34,0,true,true,false],[220,35,0,true,true,false],[220,50,0,true,true,false],[221,21,0,true,false,false],[222,6,0,false,false,false],[225,31,0,true,true,false],[226,32,0,true,true,false],[226,47,0,true,true,false],[227,21,0,true,false,false],[228,6,0,false,false,false],[231,36,0,true,true,false],[232,16,0,true,true,false],[232,20,0,true,false,false],[233,9,0,true,true,false],[234,20,0,true,true,false],[234,29,0,true,false,false],[235,13,0,true,true,false],[237,21,0,true,false,false],[238,13,0,true,true,false],[239,22,0,true,false,false],[241,9,0,true,true,false],[242,18,0,true,false,false],[243,10,0,true,true,false],[244,6,0,false,false,false],[249,21,0,true,true,false],[249,27,0,false,false,false],[266,7,0,true,true,false],[274,6,0,false,false,false],[282,33,0,true,true,false],[283,20,0,true,true,false],[283,24,0,true,false,false],[284,13,0,true,true,false],[284,30,0,true,false,false],[285,13,0,true,true,false],[285,35,0,true,false,false],[286,13,0,true,true,false],[286,30,0,true,false,false],[287,13,0,true,true,false],[287,36,0,true,false,false],[288,14,0,true,true,false],[289,10,0,false,false,false],[291,33,0,true,true,false],[292,20,0,true,true,false],[292,24,0,true,false,false],[293,13,0,true,true,false],[293,38,0,true,false,false],[294,13,0,true,true,false],[294,54,0,true,false,false],[295,13,0,true,true,false],[295,40,0,true,false,false],[296,13,0,true,true,false],[296,54,0,true,false,false],[297,14,0,true,true,false],[298,10,0,false,false,false],[322,7,0,true,true,false],[328,6,0,false,false,false],[343,7,0,true,true,false],[348,6,0,false,false,false],[350,40,0,true,true,false],[351,25,0,true,true,false],[351,55,0,true,true,false],[351,76,0,true,false,false],[352,6,0,false,false,false],[354,33,0,true,true,false],[356,6,0,false,false,false],[369,7,0,true,true,false],[374,6,0,false,false,false],[376,35,0,true,true,false],[378,6,0,false,false,false],[389,7,0,true,true,false],[393,6,0,false,false,false],[395,33,0,true,true,false],[397,6,0,false,false,false],[408,7,0,true,true,false],[412,6,0,false,false,false],[414,35,0,true,true,false],[416,6,0,false,false,false],[424,73,0,true,true,false],[427,6,0,false,false,false],[429,36,0,true,true,false],[431,6,0,false,false,false],[443,7,0,true,true,false],[448,6,0,false,false,false],[505,36,0,true,true,false],[506,29,0,true,true,false],[506,42,0,true,true,false],[508,63,0,true,true,false],[509,16,0,true,true,false],[509,32,0,true,false,false],[509,33,0,true,true,false],[509,45,0,true,true,false],[511,107,0,true,false,false],[514,12,0,true,true,false],[514,22,0,true,false,false],[514,23,0,true,true,false],[517,38,0,true,true,false],[517,49,0,true,false,false],[517,52,0,true,true,false],[517,83,0,true,false,false],[518,10,0,true,true,false],[521,42,0,true,true,false],[521,63,0,true,false,false],[523,12,0,true,true,false],[523,25,0,true,false,false],[523,26,0,true,true,false],[525,10,0,true,false,false],[525,16,0,true,true,false],[527,10,0,true,false,false],[528,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":191,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":0,"notcovered":113,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift","mcdc_records":[],"segments":[[9,59,0,true,true,false],[20,6,0,false,false,false],[22,72,0,true,true,false],[29,20,0,true,true,false],[30,27,0,true,true,false],[30,51,0,true,false,false],[30,53,0,true,true,false],[30,100,0,true,false,false],[32,6,0,false,false,false],[34,54,0,true,true,false],[43,99,0,true,true,false],[44,28,0,true,true,false],[44,31,0,true,false,false],[44,33,0,true,true,false],[44,39,0,true,false,false],[44,41,0,true,true,false],[44,84,0,true,false,false],[49,6,0,false,false,false],[51,44,0,true,true,false],[56,20,0,true,true,false],[57,28,0,true,true,false],[57,39,0,true,false,false],[57,41,0,true,true,false],[57,87,0,true,false,false],[59,6,0,false,false,false],[61,55,0,true,true,false],[68,99,0,true,true,false],[69,27,0,true,true,false],[69,37,0,true,false,false],[69,39,0,true,true,false],[69,79,0,true,false,false],[71,6,0,false,false,false],[73,50,0,true,true,false],[80,24,0,true,true,false],[80,37,0,true,false,false],[80,39,0,true,true,false],[80,48,0,true,false,false],[80,50,0,true,true,false],[80,111,0,true,false,false],[81,6,0,false,false,false],[83,48,0,true,true,false],[91,24,0,true,true,false],[91,30,0,true,false,false],[91,32,0,true,true,false],[91,46,0,true,true,false],[91,59,0,true,false,false],[91,61,0,true,true,false],[91,104,0,true,false,false],[92,6,0,false,false,false],[101,63,0,true,true,false],[105,24,0,true,true,false],[105,38,0,true,false,false],[106,23,0,true,true,false],[106,67,0,true,true,false],[106,72,0,true,false,false],[106,74,0,true,true,false],[106,111,0,true,false,false],[107,6,0,false,false,false],[109,56,0,true,true,false],[113,24,0,true,true,false],[113,38,0,true,false,false],[114,23,0,true,true,false],[114,70,0,true,true,false],[114,75,0,true,false,false],[114,77,0,true,true,false],[114,117,0,true,false,false],[115,6,0,false,false,false],[117,53,0,true,true,false],[120,23,0,true,true,false],[120,36,0,true,false,false],[121,22,0,true,true,false],[121,40,0,true,false,false],[122,24,0,true,true,false],[122,40,0,true,false,false],[122,42,0,true,true,false],[122,45,0,true,false,false],[125,24,0,true,true,false],[125,39,0,true,false,false],[126,24,0,true,true,false],[126,44,0,true,false,false],[126,46,0,true,true,false],[126,58,0,true,false,false],[127,24,0,true,true,false],[127,42,0,true,false,false],[127,44,0,true,true,false],[127,47,0,true,false,false],[128,6,0,false,false,false],[132,57,0,true,true,false],[134,25,0,true,true,false],[134,32,0,true,false,false],[135,6,0,false,false,false],[137,59,0,true,true,false],[144,24,0,true,true,false],[144,41,0,true,false,false],[145,6,0,false,false,false],[147,58,0,true,true,false],[155,24,0,true,true,false],[155,41,0,true,false,false],[155,43,0,true,true,false],[155,57,0,true,false,false],[159,6,0,false,false,false],[161,54,0,true,true,false],[167,23,0,true,true,false],[167,48,0,true,false,false],[167,50,0,true,true,false],[167,92,0,true,false,false],[168,6,0,false,false,false],[170,70,0,true,true,false],[175,24,0,true,true,false],[175,48,0,true,false,false],[180,23,0,true,true,false],[180,47,0,true,false,false],[184,6,0,false,false,false],[186,77,0,true,true,false],[192,16,0,true,true,false],[192,22,0,true,false,false],[193,9,0,true,true,false],[195,18,0,true,false,false],[196,9,0,true,true,false],[197,64,0,true,false,false],[198,10,0,true,true,false],[199,6,0,false,false,false],[203,54,0,true,true,false],[204,25,0,true,true,false],[204,57,0,true,false,false],[205,6,0,false,false,false],[207,55,0,true,true,false],[210,23,0,true,true,false],[210,59,0,true,false,false],[214,24,0,true,true,false],[214,60,0,true,false,false],[215,6,0,false,false,false],[217,51,0,true,true,false],[228,6,0,false,false,false],[232,50,0,true,true,false],[234,25,0,true,true,false],[234,32,0,true,false,false],[235,6,0,false,false,false],[237,52,0,true,true,false],[239,24,0,true,true,false],[239,52,0,true,false,false],[239,54,0,true,true,false],[239,78,0,true,false,false],[240,6,0,false,false,false],[242,42,0,true,true,false],[252,24,0,true,true,false],[252,28,0,true,false,false],[252,30,0,true,true,false],[252,36,0,true,false,false],[253,6,0,false,false,false],[255,42,0,true,true,false],[257,24,0,true,true,false],[257,61,0,true,false,false],[257,63,0,true,true,false],[257,66,0,true,false,false],[258,24,0,true,true,false],[258,62,0,true,false,false],[258,64,0,true,true,false],[258,68,0,true,false,false],[259,6,0,false,false,false],[261,45,0,true,true,false],[264,24,0,true,true,false],[264,28,0,true,false,false],[264,30,0,true,true,false],[264,36,0,true,false,false],[265,6,0,false,false,false],[267,50,0,true,true,false],[269,24,0,true,true,false],[269,73,0,true,false,false],[269,75,0,true,true,false],[269,93,0,true,false,false],[270,24,0,true,true,false],[270,70,0,true,false,false],[270,72,0,true,true,false],[270,87,0,true,false,false],[271,6,0,false,false,false],[273,43,0,true,true,false],[279,6,0,false,false,false],[281,45,0,true,true,false],[283,25,0,true,true,false],[283,60,0,true,false,false],[284,24,0,true,true,false],[284,61,0,true,false,false],[285,24,0,true,true,false],[285,63,0,true,false,false],[286,30,0,true,true,false],[286,67,0,true,false,false],[286,69,0,true,true,false],[286,70,0,true,false,false],[287,30,0,true,true,false],[287,63,0,true,false,false],[287,65,0,true,true,false],[287,66,0,true,false,false],[288,6,0,false,false,false],[292,37,0,true,true,false],[300,23,0,true,true,false],[300,41,0,true,false,false],[301,6,0,false,false,false],[307,49,0,true,true,false],[309,24,0,true,true,false],[309,54,0,true,false,false],[309,56,0,true,true,false],[309,86,0,true,false,false],[312,23,0,true,true,false],[312,73,0,true,true,false],[312,78,0,true,false,false],[313,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":100,"covered":0,"percent":0},"instantiations":{"count":100,"covered":0,"percent":0},"lines":{"count":329,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":108,"covered":0,"notcovered":108,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift","mcdc_records":[],"segments":[[8,57,0,true,true,false],[11,23,0,true,true,false],[11,68,0,true,false,false],[12,24,0,true,true,false],[12,58,0,true,false,false],[13,6,0,false,false,false],[15,56,0,true,true,false],[28,23,0,true,true,false],[28,68,0,true,false,false],[29,6,0,false,false,false],[33,59,0,true,true,false],[42,23,0,true,true,false],[42,58,0,true,false,false],[44,23,0,true,true,false],[44,55,0,true,false,false],[44,57,0,true,true,false],[44,91,0,true,false,false],[45,24,0,true,true,false],[45,48,0,true,false,false],[45,50,0,true,true,false],[45,98,0,true,false,false],[46,6,0,false,false,false],[48,60,0,true,true,false],[65,23,0,true,true,false],[65,55,0,true,false,false],[65,57,0,true,true,false],[65,91,0,true,false,false],[66,23,0,true,true,false],[66,56,0,true,false,false],[66,58,0,true,true,false],[66,92,0,true,false,false],[67,24,0,true,true,false],[67,48,0,true,false,false],[67,50,0,true,true,false],[67,98,0,true,false,false],[68,6,0,false,false,false],[72,51,0,true,true,false],[84,23,0,true,true,false],[84,62,0,true,false,false],[85,24,0,true,true,false],[85,48,0,true,false,false],[86,6,0,false,false,false],[90,64,0,true,true,false],[99,23,0,true,true,false],[99,52,0,true,false,false],[100,23,0,true,true,false],[100,47,0,true,false,false],[101,23,0,true,true,false],[101,50,0,true,false,false],[102,23,0,true,true,false],[102,81,0,true,false,false],[103,23,0,true,true,false],[103,54,0,true,false,false],[104,6,0,false,false,false],[106,75,0,true,true,false],[123,23,0,true,true,false],[123,47,0,true,false,false],[124,23,0,true,true,false],[124,52,0,true,false,false],[125,23,0,true,true,false],[125,53,0,true,false,false],[126,23,0,true,true,false],[126,47,0,true,false,false],[127,23,0,true,true,false],[127,47,0,true,false,false],[128,6,0,false,false,false],[130,50,0,true,true,false],[140,23,0,true,true,false],[140,57,0,true,false,false],[141,24,0,true,true,false],[141,52,0,true,false,false],[142,6,0,false,false,false],[146,64,0,true,true,false],[155,23,0,true,true,false],[155,55,0,true,false,false],[156,6,0,false,false,false],[158,56,0,true,true,false],[168,23,0,true,true,false],[168,51,0,true,false,false],[169,6,0,false,false,false],[173,40,0,true,true,false],[182,23,0,true,true,false],[182,63,0,true,false,false],[183,23,0,true,true,false],[183,54,0,true,false,false],[184,23,0,true,true,false],[184,49,0,true,false,false],[185,6,0,false,false,false],[187,51,0,true,true,false],[195,23,0,true,true,false],[195,49,0,true,false,false],[196,23,0,true,true,false],[196,50,0,true,false,false],[197,6,0,false,false,false],[201,55,0,true,true,false],[203,24,0,true,true,false],[203,31,0,true,false,false],[203,33,0,true,true,false],[203,39,0,true,false,false],[204,6,0,false,false,false],[206,51,0,true,true,false],[208,24,0,true,true,false],[208,31,0,true,false,false],[208,33,0,true,true,false],[208,52,0,true,false,false],[209,6,0,false,false,false],[211,60,0,true,true,false],[213,24,0,true,true,false],[213,31,0,true,false,false],[213,33,0,true,true,false],[213,44,0,true,false,false],[214,6,0,false,false,false],[216,51,0,true,true,false],[218,24,0,true,true,false],[218,31,0,true,false,false],[218,33,0,true,true,false],[218,39,0,true,false,false],[219,6,0,false,false,false],[223,41,0,true,true,false],[237,61,0,true,true,false],[237,91,0,true,false,false],[238,61,0,true,true,false],[238,91,0,true,false,false],[240,24,0,true,true,false],[240,30,0,true,false,false],[240,32,0,true,true,false],[240,38,0,true,false,false],[241,6,0,false,false,false],[243,39,0,true,true,false],[261,25,0,true,true,false],[261,29,0,true,false,false],[262,25,0,true,true,false],[262,29,0,true,false,false],[263,25,0,true,true,false],[263,29,0,true,false,false],[266,23,0,true,true,false],[266,36,0,true,false,false],[267,23,0,true,true,false],[267,36,0,true,false,false],[268,6,0,false,false,false],[272,69,0,true,true,false],[275,24,0,true,true,false],[275,47,0,true,false,false],[275,49,0,true,true,false],[275,67,0,true,false,false],[276,23,0,true,true,false],[276,80,0,true,true,false],[276,85,0,true,false,false],[277,6,0,false,false,false],[279,79,0,true,true,false],[282,24,0,true,true,false],[282,47,0,true,false,false],[282,49,0,true,true,false],[282,75,0,true,false,false],[283,6,0,false,false,false],[285,64,0,true,true,false],[288,23,0,true,true,false],[288,72,0,true,false,false],[289,23,0,true,true,false],[289,80,0,true,true,false],[289,85,0,true,false,false],[290,6,0,false,false,false],[292,41,0,true,true,false],[297,24,0,true,true,false],[297,30,0,true,false,false],[297,32,0,true,true,false],[297,38,0,true,false,false],[298,27,0,true,true,false],[298,33,0,true,false,false],[298,35,0,true,true,false],[298,41,0,true,false,false],[299,6,0,false,false,false],[306,57,0,true,true,false],[324,13,0,true,true,false],[324,37,0,true,false,false],[325,13,0,true,true,false],[325,102,0,true,false,false],[329,23,0,true,true,false],[329,46,0,true,false,false],[329,48,0,true,true,false],[329,92,0,true,false,false],[330,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":92,"covered":0,"percent":0},"instantiations":{"count":92,"covered":0,"percent":0},"lines":{"count":349,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":92,"covered":0,"notcovered":92,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift","mcdc_records":[],"segments":[[11,43,0,true,true,false],[14,102,0,true,true,false],[16,6,0,false,false,false],[18,46,0,true,true,false],[19,30,0,true,true,false],[21,10,0,true,false,false],[24,6,0,false,false,false],[28,63,0,true,true,false],[35,45,0,true,true,false],[41,24,0,true,true,false],[41,49,0,true,false,false],[41,51,0,true,true,false],[41,60,0,true,false,false],[42,6,0,false,false,false],[44,70,0,true,true,false],[51,45,0,true,true,false],[56,22,0,true,true,false],[56,49,0,true,false,false],[57,6,0,false,false,false],[62,53,0,true,true,false],[67,25,0,true,true,false],[67,32,0,true,false,false],[68,6,0,false,false,false],[72,43,0,true,true,false],[77,24,0,true,true,false],[77,30,0,true,false,false],[77,32,0,true,true,false],[77,41,0,true,false,false],[78,6,0,false,false,false],[80,45,0,true,true,false],[85,24,0,true,true,false],[85,30,0,true,false,false],[85,32,0,true,true,false],[85,44,0,true,false,false],[86,6,0,false,false,false],[88,53,0,true,true,false],[94,24,0,true,true,false],[94,30,0,true,false,false],[94,32,0,true,true,false],[94,50,0,true,false,false],[95,6,0,false,false,false],[99,40,0,true,true,false],[107,65,0,true,true,false],[107,83,0,true,false,false],[109,25,0,true,true,false],[109,29,0,true,false,false],[110,25,0,true,true,false],[110,46,0,true,false,false],[113,24,0,true,true,false],[113,40,0,true,false,false],[113,42,0,true,true,false],[113,51,0,true,false,false],[114,24,0,true,true,false],[114,42,0,true,false,false],[114,44,0,true,true,false],[114,51,0,true,false,false],[115,6,0,false,false,false],[117,42,0,true,true,false],[123,65,0,true,true,false],[123,83,0,true,false,false],[126,24,0,true,true,false],[126,42,0,true,false,false],[126,44,0,true,true,false],[126,53,0,true,false,false],[127,6,0,false,false,false],[131,66,0,true,true,false],[138,49,0,true,true,false],[146,22,0,true,true,false],[146,30,0,true,false,false],[146,32,0,true,true,false],[146,58,0,true,false,false],[147,24,0,true,true,false],[147,30,0,true,false,false],[147,32,0,true,true,false],[147,41,0,true,false,false],[147,43,0,true,true,false],[147,64,0,true,false,false],[152,6,0,false,false,false],[154,64,0,true,true,false],[166,49,0,true,true,false],[167,51,0,true,true,false],[175,24,0,true,true,false],[175,30,0,true,false,false],[175,32,0,true,true,false],[175,41,0,true,false,false],[176,24,0,true,true,false],[176,32,0,true,false,false],[176,34,0,true,true,false],[176,45,0,true,false,false],[181,6,0,false,false,false],[183,66,0,true,true,false],[190,49,0,true,true,false],[198,24,0,true,true,false],[198,30,0,true,false,false],[198,32,0,true,true,false],[198,41,0,true,false,false],[199,22,0,true,true,false],[199,30,0,true,false,false],[204,6,0,false,false,false],[208,46,0,true,true,false],[210,23,0,true,true,false],[210,38,0,true,false,false],[211,6,0,false,false,false],[213,64,0,true,true,false],[224,45,0,true,true,false],[229,22,0,true,true,false],[229,47,0,true,false,false],[230,6,0,false,false,false],[232,62,0,true,true,false],[239,45,0,true,true,false],[244,24,0,true,true,false],[244,49,0,true,false,false],[244,51,0,true,true,false],[244,60,0,true,false,false],[245,6,0,false,false,false],[249,62,0,true,true,false],[252,23,0,true,true,false],[252,38,0,true,false,false],[260,45,0,true,true,false],[266,24,0,true,true,false],[266,49,0,true,false,false],[266,51,0,true,true,false],[266,60,0,true,false,false],[267,6,0,false,false,false],[269,66,0,true,true,false],[276,45,0,true,true,false],[279,25,0,true,true,false],[279,50,0,true,false,false],[282,73,0,true,true,false],[288,22,0,true,true,false],[288,47,0,true,false,false],[289,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":57,"covered":0,"percent":0},"lines":{"count":286,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":0,"notcovered":72,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift","mcdc_records":[],"segments":[[8,53,0,true,true,false],[13,24,0,true,true,false],[13,30,0,true,false,false],[13,32,0,true,true,false],[13,43,0,true,false,false],[14,6,0,false,false,false],[16,57,0,true,true,false],[21,24,0,true,true,false],[21,30,0,true,false,false],[21,32,0,true,true,false],[21,44,0,true,false,false],[22,6,0,false,false,false],[24,58,0,true,true,false],[29,24,0,true,true,false],[29,30,0,true,false,false],[29,32,0,true,true,false],[29,50,0,true,false,false],[30,6,0,false,false,false],[32,58,0,true,true,false],[38,24,0,true,true,false],[38,30,0,true,false,false],[38,32,0,true,true,false],[38,50,0,true,false,false],[39,6,0,false,false,false],[41,76,0,true,true,false],[46,24,0,true,true,false],[46,30,0,true,false,false],[46,32,0,true,true,false],[46,43,0,true,false,false],[47,6,0,false,false,false],[49,65,0,true,true,false],[55,23,0,true,true,false],[55,50,0,true,false,false],[56,23,0,true,true,false],[56,39,0,true,false,false],[57,6,0,false,false,false],[59,57,0,true,true,false],[65,24,0,true,true,false],[65,30,0,true,false,false],[65,32,0,true,true,false],[65,40,0,true,false,false],[66,6,0,false,false,false],[70,60,0,true,true,false],[80,23,0,true,true,false],[80,53,0,true,false,false],[81,23,0,true,true,false],[81,56,0,true,false,false],[82,23,0,true,true,false],[82,47,0,true,false,false],[83,6,0,false,false,false],[85,61,0,true,true,false],[96,24,0,true,true,false],[96,29,0,true,false,false],[96,31,0,true,true,false],[96,36,0,true,false,false],[97,6,0,false,false,false],[99,85,0,true,true,false],[109,27,0,true,true,false],[109,32,0,true,false,false],[109,34,0,true,true,false],[109,39,0,true,false,false],[110,6,0,false,false,false],[114,49,0,true,true,false],[120,24,0,true,true,false],[120,48,0,true,false,false],[120,50,0,true,true,false],[120,68,0,true,false,false],[121,24,0,true,true,false],[121,43,0,true,false,false],[121,45,0,true,true,false],[121,53,0,true,false,false],[122,24,0,true,true,false],[122,46,0,true,false,false],[122,48,0,true,true,false],[122,59,0,true,false,false],[123,23,0,true,true,false],[123,40,0,true,false,false],[124,25,0,true,true,false],[124,35,0,true,false,false],[125,6,0,false,false,false],[127,51,0,true,true,false],[134,24,0,true,true,false],[134,46,0,true,false,false],[134,48,0,true,true,false],[134,64,0,true,false,false],[135,6,0,false,false,false],[139,46,0,true,true,false],[146,24,0,true,true,false],[146,41,0,true,false,false],[146,43,0,true,true,false],[146,46,0,true,false,false],[147,24,0,true,true,false],[147,45,0,true,false,false],[147,47,0,true,true,false],[147,53,0,true,false,false],[148,24,0,true,true,false],[148,44,0,true,false,false],[148,46,0,true,true,false],[148,62,0,true,false,false],[149,6,0,false,false,false],[153,49,0,true,true,false],[163,24,0,true,true,false],[163,55,0,true,false,false],[163,57,0,true,true,false],[163,75,0,true,false,false],[164,24,0,true,true,false],[164,50,0,true,false,false],[164,52,0,true,true,false],[164,60,0,true,false,false],[165,24,0,true,true,false],[165,46,0,true,false,false],[165,48,0,true,true,false],[165,49,0,true,false,false],[166,6,0,false,false,false],[170,50,0,true,true,false],[182,48,0,true,true,false],[186,69,0,true,true,false],[188,24,0,true,true,false],[188,56,0,true,false,false],[188,58,0,true,true,false],[188,91,0,true,false,false],[189,24,0,true,true,false],[189,51,0,true,false,false],[189,53,0,true,true,false],[189,81,0,true,false,false],[190,24,0,true,true,false],[190,54,0,true,false,false],[190,56,0,true,true,false],[190,87,0,true,false,false],[191,24,0,true,true,false],[191,47,0,true,false,false],[191,49,0,true,true,false],[191,73,0,true,false,false],[192,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":0,"percent":0},"instantiations":{"count":66,"covered":0,"percent":0},"lines":{"count":212,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":68,"covered":0,"notcovered":68,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift","mcdc_records":[],"segments":[[9,43,0,true,true,false],[12,102,0,true,true,false],[14,6,0,false,false,false],[16,46,0,true,true,false],[17,30,0,true,true,false],[19,10,0,true,false,false],[22,6,0,false,false,false],[26,54,0,true,true,false],[28,23,0,true,true,false],[28,37,0,true,false,false],[29,6,0,false,false,false],[31,62,0,true,true,false],[33,73,0,true,true,false],[40,23,0,true,true,false],[40,37,0,true,false,false],[41,6,0,false,false,false],[45,50,0,true,true,false],[64,45,0,true,true,false],[68,24,0,true,true,false],[68,36,0,true,false,false],[68,38,0,true,true,false],[68,39,0,true,false,false],[69,24,0,true,true,false],[69,58,0,true,false,false],[69,60,0,true,true,false],[69,78,0,true,false,false],[70,24,0,true,true,false],[70,49,0,true,false,false],[70,51,0,true,true,false],[70,52,0,true,false,false],[71,24,0,true,true,false],[71,58,0,true,false,false],[71,60,0,true,true,false],[71,82,0,true,false,false],[72,6,0,false,false,false],[76,56,0,true,true,false],[83,45,0,true,true,false],[86,24,0,true,true,false],[86,36,0,true,false,false],[86,38,0,true,true,false],[86,39,0,true,false,false],[87,24,0,true,true,false],[87,58,0,true,false,false],[87,60,0,true,true,false],[87,78,0,true,false,false],[88,6,0,false,false,false],[90,64,0,true,true,false],[97,46,0,true,true,false],[108,46,0,true,true,false],[112,24,0,true,true,false],[112,36,0,true,false,false],[112,38,0,true,true,false],[112,39,0,true,false,false],[113,24,0,true,true,false],[113,49,0,true,false,false],[113,51,0,true,true,false],[113,52,0,true,false,false],[114,6,0,false,false,false],[116,73,0,true,true,false],[123,46,0,true,true,false],[131,46,0,true,true,false],[135,24,0,true,true,false],[135,36,0,true,false,false],[135,38,0,true,true,false],[135,39,0,true,false,false],[138,38,0,true,true,false],[138,62,0,true,false,false],[139,24,0,true,true,false],[139,37,0,true,false,false],[139,39,0,true,true,false],[139,40,0,true,false,false],[139,42,0,true,true,false],[139,78,0,true,false,false],[140,6,0,false,false,false],[144,64,0,true,true,false],[150,45,0,true,true,false],[152,75,0,true,true,false],[155,23,0,true,true,false],[155,37,0,true,false,false],[156,6,0,false,false,false],[158,63,0,true,true,false],[160,78,0,true,true,false],[162,23,0,true,true,false],[162,37,0,true,false,false],[163,6,0,false,false,false],[167,60,0,true,true,false],[173,45,0,true,true,false],[176,25,0,true,true,false],[176,30,0,true,false,false],[177,24,0,true,true,false],[177,50,0,true,false,false],[177,52,0,true,true,false],[177,60,0,true,false,false],[178,6,0,false,false,false],[180,59,0,true,true,false],[182,22,0,true,true,false],[182,27,0,true,false,false],[183,6,0,false,false,false],[185,63,0,true,true,false],[202,69,0,true,true,false],[206,24,0,true,true,false],[206,37,0,true,false,false],[206,39,0,true,true,false],[206,40,0,true,false,false],[207,24,0,true,true,false],[207,59,0,true,false,false],[207,61,0,true,true,false],[207,79,0,true,false,false],[208,6,0,false,false,false],[210,72,0,true,true,false],[223,45,0,true,true,false],[227,24,0,true,true,false],[227,37,0,true,false,false],[227,39,0,true,true,false],[227,40,0,true,false,false],[228,24,0,true,true,false],[228,51,0,true,false,false],[228,53,0,true,true,false],[228,64,0,true,false,false],[229,24,0,true,true,false],[229,55,0,true,false,false],[229,57,0,true,true,false],[229,69,0,true,false,false],[230,6,0,false,false,false],[234,41,0,true,true,false],[240,46,0,true,true,false],[244,24,0,true,true,false],[244,37,0,true,false,false],[244,39,0,true,true,false],[244,40,0,true,false,false],[247,104,0,true,true,false],[251,24,0,true,true,false],[251,37,0,true,false,false],[251,39,0,true,true,false],[251,40,0,true,false,false],[252,6,0,false,false,false],[254,57,0,true,true,false],[260,46,0,true,true,false],[266,104,0,true,true,false],[273,23,0,true,true,false],[273,37,0,true,false,false],[274,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":61,"covered":0,"percent":0},"instantiations":{"count":61,"covered":0,"percent":0},"lines":{"count":284,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":80,"covered":0,"notcovered":80,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift","mcdc_records":[],"segments":[[14,35,0,true,true,false],[16,6,0,false,false,false],[18,43,0,true,true,false],[21,102,0,true,true,false],[23,6,0,false,false,false],[25,46,0,true,true,false],[26,30,0,true,true,false],[28,10,0,true,false,false],[31,6,0,false,false,false],[35,54,0,true,true,false],[42,24,0,true,true,false],[42,50,0,true,false,false],[42,52,0,true,true,false],[42,68,0,true,false,false],[43,24,0,true,true,false],[43,45,0,true,false,false],[43,47,0,true,true,false],[43,53,0,true,false,false],[44,24,0,true,true,false],[44,36,0,true,false,false],[44,38,0,true,true,false],[44,54,0,true,false,false],[45,6,0,false,false,false],[47,42,0,true,true,false],[65,24,0,true,true,false],[65,37,0,true,false,false],[65,39,0,true,true,false],[65,52,0,true,false,false],[68,27,0,true,true,false],[68,40,0,true,false,false],[68,42,0,true,true,false],[68,55,0,true,false,false],[69,6,0,false,false,false],[73,66,0,true,true,false],[90,45,0,true,true,false],[94,25,0,true,true,false],[94,31,0,true,false,false],[95,24,0,true,true,false],[95,51,0,true,false,false],[95,53,0,true,true,false],[95,64,0,true,false,false],[96,24,0,true,true,false],[96,47,0,true,false,false],[96,49,0,true,true,false],[96,50,0,true,false,false],[97,24,0,true,true,false],[97,57,0,true,false,false],[97,59,0,true,true,false],[97,62,0,true,false,false],[98,24,0,true,true,false],[98,61,0,true,false,false],[98,63,0,true,true,false],[98,66,0,true,false,false],[99,6,0,false,false,false],[101,67,0,true,true,false],[111,46,0,true,true,false],[117,46,0,true,true,false],[121,24,0,true,true,false],[121,47,0,true,false,false],[121,49,0,true,true,false],[121,50,0,true,false,false],[122,24,0,true,true,false],[122,61,0,true,false,false],[122,63,0,true,true,false],[122,66,0,true,false,false],[123,6,0,false,false,false],[125,75,0,true,true,false],[142,49,0,true,true,false],[143,51,0,true,true,false],[147,24,0,true,true,false],[147,40,0,true,false,false],[147,42,0,true,true,false],[147,43,0,true,false,false],[152,24,0,true,true,false],[152,65,0,true,false,false],[152,67,0,true,true,false],[152,70,0,true,false,false],[153,24,0,true,true,false],[153,67,0,true,false,false],[153,69,0,true,true,false],[153,72,0,true,false,false],[154,6,0,false,false,false],[158,77,0,true,true,false],[166,45,0,true,true,false],[173,23,0,true,true,false],[173,56,0,true,false,false],[173,58,0,true,true,false],[173,90,0,true,false,false],[174,23,0,true,true,false],[174,49,0,true,false,false],[174,51,0,true,true,false],[174,83,0,true,false,false],[175,23,0,true,true,false],[175,50,0,true,false,false],[175,52,0,true,true,false],[175,77,0,true,false,false],[176,23,0,true,true,false],[176,46,0,true,false,false],[176,48,0,true,true,false],[176,79,0,true,false,false],[177,23,0,true,true,false],[177,49,0,true,false,false],[177,51,0,true,true,false],[177,82,0,true,false,false],[178,23,0,true,true,false],[178,75,0,true,false,false],[178,77,0,true,true,false],[178,113,0,true,false,false],[179,23,0,true,true,false],[179,53,0,true,false,false],[179,55,0,true,true,false],[179,91,0,true,false,false],[180,6,0,false,false,false],[182,83,0,true,true,false],[196,49,0,true,true,false],[197,51,0,true,true,false],[203,23,0,true,true,false],[203,49,0,true,false,false],[204,23,0,true,true,false],[204,51,0,true,false,false],[207,23,0,true,true,false],[207,46,0,true,false,false],[208,23,0,true,true,false],[208,49,0,true,false,false],[209,23,0,true,true,false],[209,51,0,true,false,false],[210,6,0,false,false,false],[214,69,0,true,true,false],[220,45,0,true,true,false],[224,24,0,true,true,false],[224,49,0,true,false,false],[224,51,0,true,true,false],[224,60,0,true,false,false],[225,6,0,false,false,false],[227,68,0,true,true,false],[243,69,0,true,true,false],[247,24,0,true,true,false],[247,37,0,true,false,false],[247,39,0,true,true,false],[247,40,0,true,false,false],[248,25,0,true,true,false],[248,50,0,true,false,false],[249,22,0,true,true,false],[249,49,0,true,false,false],[250,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":0,"percent":0},"instantiations":{"count":66,"covered":0,"percent":0},"lines":{"count":272,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":0,"notcovered":78,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift","mcdc_records":[],"segments":[[4,34,3,true,true,false],[4,58,0,false,false,false],[7,124,0,true,true,false],[13,21,0,true,true,false],[13,55,0,true,false,false],[21,12,0,true,true,false],[22,30,0,true,true,false],[23,10,0,true,false,false],[23,17,0,true,true,false],[25,10,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[38,53,0,true,true,false],[48,24,0,true,true,false],[48,35,0,true,false,false],[48,37,0,true,true,false],[48,38,0,true,false,false],[48,40,0,true,true,false],[48,121,0,true,false,false],[49,6,0,false,false,false],[51,57,0,true,true,false],[62,27,0,true,true,false],[62,38,0,true,false,false],[62,40,0,true,true,false],[62,41,0,true,false,false],[62,43,0,true,true,false],[62,105,0,true,false,false],[63,6,0,false,false,false],[65,55,0,true,true,false],[73,27,0,true,true,false],[73,38,0,true,false,false],[73,40,0,true,true,false],[73,41,0,true,false,false],[73,43,0,true,true,false],[73,85,0,true,false,false],[74,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":1,"percent":6.666666666666667},"instantiations":{"count":15,"covered":1,"percent":6.666666666666667},"lines":{"count":76,"covered":1,"percent":1.3157894736842104},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":1,"notcovered":18,"percent":5.2631578947368416}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift","mcdc_records":[],"segments":[[9,71,0,true,true,false],[12,77,0,true,true,false],[12,98,0,true,false,false],[16,24,0,true,true,false],[16,32,0,true,false,false],[16,34,0,true,true,false],[16,35,0,true,false,false],[17,24,0,true,true,false],[17,45,0,true,false,false],[17,47,0,true,true,false],[17,48,0,true,false,false],[18,6,0,false,false,false],[20,69,0,true,true,false],[24,77,0,true,true,false],[24,98,0,true,false,false],[28,24,0,true,true,false],[28,32,0,true,false,false],[28,34,0,true,true,false],[28,35,0,true,false,false],[29,6,0,false,false,false],[31,65,0,true,true,false],[34,77,0,true,true,false],[34,98,0,true,false,false],[38,24,0,true,true,false],[38,32,0,true,false,false],[38,34,0,true,true,false],[38,35,0,true,false,false],[39,24,0,true,true,false],[39,47,0,true,false,false],[39,49,0,true,true,false],[39,50,0,true,false,false],[40,24,0,true,true,false],[40,45,0,true,false,false],[40,47,0,true,true,false],[40,52,0,true,false,false],[41,6,0,false,false,false],[43,75,0,true,true,false],[46,77,0,true,true,false],[46,98,0,true,false,false],[50,24,0,true,true,false],[50,32,0,true,false,false],[50,34,0,true,true,false],[50,35,0,true,false,false],[51,24,0,true,true,false],[51,47,0,true,false,false],[51,49,0,true,true,false],[51,50,0,true,false,false],[52,24,0,true,true,false],[52,45,0,true,false,false],[52,47,0,true,true,false],[52,51,0,true,false,false],[53,6,0,false,false,false],[64,20,0,true,true,false],[65,62,0,true,true,false],[65,70,0,true,false,false],[65,73,0,true,true,false],[65,80,0,true,false,false],[82,15,0,true,true,false],[91,14,0,true,false,false],[92,15,0,true,true,false],[92,36,0,true,false,false],[96,15,0,true,true,false],[96,97,0,true,false,false],[97,15,0,true,true,false],[97,33,0,true,false,false],[110,2,0,false,false,false],[117,41,0,true,true,false],[117,42,0,false,false,false],[118,43,0,true,true,false],[118,44,0,false,false,false],[121,34,0,true,true,false],[125,6,0,false,false,false],[127,49,0,true,true,false],[130,6,0,false,false,false],[132,93,0,true,true,false],[134,6,0,false,false,false],[136,90,0,true,true,false],[138,6,0,false,false,false],[140,91,0,true,true,false],[144,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":34,"covered":0,"percent":0},"instantiations":{"count":34,"covered":0,"percent":0},"lines":{"count":133,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift","mcdc_records":[],"segments":[[15,42,0,true,true,false],[23,24,0,true,true,false],[23,39,0,true,false,false],[23,41,0,true,true,false],[23,42,0,true,false,false],[23,44,0,true,true,false],[23,71,0,true,false,false],[24,24,0,true,true,false],[24,41,0,true,false,false],[24,43,0,true,true,false],[24,58,0,true,false,false],[24,60,0,true,true,false],[24,88,0,true,false,false],[25,24,0,true,true,false],[25,41,0,true,false,false],[25,43,0,true,true,false],[25,57,0,true,false,false],[25,59,0,true,true,false],[25,87,0,true,false,false],[26,6,0,false,false,false],[28,46,0,true,true,false],[36,24,0,true,true,false],[36,39,0,true,false,false],[36,41,0,true,true,false],[36,42,0,true,false,false],[37,24,0,true,true,false],[37,41,0,true,false,false],[37,43,0,true,true,false],[37,61,0,true,false,false],[37,63,0,true,true,false],[37,92,0,true,false,false],[38,6,0,false,false,false],[42,48,0,true,true,false],[51,24,0,true,true,false],[51,39,0,true,false,false],[51,41,0,true,true,false],[51,42,0,true,false,false],[51,44,0,true,true,false],[51,72,0,true,false,false],[53,41,0,true,true,false],[53,71,0,true,false,false],[54,25,0,true,true,false],[54,34,0,true,false,false],[54,36,0,true,true,false],[54,63,0,true,false,false],[55,24,0,true,true,false],[55,39,0,true,false,false],[55,41,0,true,true,false],[55,55,0,true,false,false],[57,38,0,true,true,false],[57,65,0,true,false,false],[58,25,0,true,true,false],[58,31,0,true,false,false],[58,33,0,true,true,false],[58,57,0,true,false,false],[59,24,0,true,true,false],[59,36,0,true,false,false],[59,38,0,true,true,false],[59,52,0,true,false,false],[60,6,0,false,false,false],[62,50,0,true,true,false],[72,24,0,true,true,false],[72,39,0,true,false,false],[72,41,0,true,true,false],[72,42,0,true,false,false],[72,44,0,true,true,false],[72,74,0,true,false,false],[73,24,0,true,true,false],[73,41,0,true,false,false],[73,43,0,true,true,false],[73,49,0,true,false,false],[74,24,0,true,true,false],[74,41,0,true,false,false],[74,43,0,true,true,false],[74,53,0,true,false,false],[75,24,0,true,true,false],[75,41,0,true,false,false],[75,43,0,true,true,false],[75,49,0,true,false,false],[76,24,0,true,true,false],[76,41,0,true,false,false],[76,43,0,true,true,false],[76,58,0,true,false,false],[77,24,0,true,true,false],[77,41,0,true,false,false],[77,43,0,true,true,false],[77,49,0,true,false,false],[78,24,0,true,true,false],[78,41,0,true,false,false],[78,43,0,true,true,false],[78,48,0,true,false,false],[79,6,0,false,false,false],[83,42,0,true,true,false],[95,24,0,true,true,false],[95,39,0,true,false,false],[95,41,0,true,true,false],[95,42,0,true,false,false],[95,44,0,true,true,false],[95,78,0,true,false,false],[96,23,0,true,true,false],[96,42,0,true,true,false],[96,72,0,true,false,false],[96,74,0,true,true,false],[96,101,0,true,false,false],[97,23,0,true,true,false],[97,42,0,true,true,false],[97,69,0,true,false,false],[97,71,0,true,true,false],[97,95,0,true,false,false],[98,23,0,true,true,false],[98,42,0,true,true,false],[98,69,0,true,false,false],[98,71,0,true,true,false],[98,95,0,true,false,false],[99,6,0,false,false,false],[103,38,0,true,true,false],[112,24,0,true,true,false],[112,39,0,true,false,false],[112,41,0,true,true,false],[112,42,0,true,false,false],[112,44,0,true,true,false],[112,85,0,true,false,false],[113,24,0,true,true,false],[113,41,0,true,false,false],[113,43,0,true,true,false],[113,58,0,true,false,false],[114,24,0,true,true,false],[114,41,0,true,false,false],[114,43,0,true,true,false],[114,57,0,true,false,false],[115,6,0,false,false,false],[117,39,0,true,true,false],[129,24,0,true,true,false],[129,39,0,true,false,false],[129,41,0,true,true,false],[129,42,0,true,false,false],[129,44,0,true,true,false],[129,91,0,true,false,false],[130,24,0,true,true,false],[130,41,0,true,false,false],[130,43,0,true,true,false],[130,58,0,true,false,false],[131,6,0,false,false,false],[135,43,0,true,true,false],[143,24,0,true,true,false],[143,39,0,true,false,false],[143,41,0,true,true,false],[143,42,0,true,false,false],[143,44,0,true,true,false],[143,76,0,true,false,false],[144,24,0,true,true,false],[144,41,0,true,false,false],[144,43,0,true,true,false],[144,57,0,true,false,false],[144,59,0,true,true,false],[144,93,0,true,false,false],[145,6,0,false,false,false],[147,31,0,true,true,false],[158,24,0,true,true,false],[158,39,0,true,false,false],[158,41,0,true,true,false],[158,42,0,true,false,false],[158,44,0,true,true,false],[158,75,0,true,false,false],[159,6,0,false,false,false],[163,33,0,true,true,false],[166,23,0,true,true,false],[166,40,0,true,false,false],[166,42,0,true,true,false],[166,83,0,true,false,false],[167,6,0,false,false,false],[169,41,0,true,true,false],[178,23,0,true,true,false],[178,40,0,true,false,false],[178,42,0,true,true,false],[178,92,0,true,false,false],[179,6,0,false,false,false],[181,34,0,true,true,false],[189,23,0,true,true,false],[189,40,0,true,false,false],[189,42,0,true,true,false],[189,91,0,true,false,false],[190,6,0,false,false,false],[194,37,0,true,true,false],[215,24,0,true,true,false],[215,39,0,true,false,false],[215,41,0,true,true,false],[215,42,0,true,false,false],[215,44,0,true,true,false],[215,87,0,true,false,false],[216,23,0,true,true,false],[216,42,0,true,true,false],[216,72,0,true,false,false],[217,23,0,true,true,false],[217,42,0,true,true,false],[217,69,0,true,false,false],[218,23,0,true,true,false],[218,42,0,true,true,false],[218,69,0,true,false,false],[219,6,0,false,false,false],[221,38,0,true,true,false],[232,24,0,true,true,false],[232,39,0,true,false,false],[232,41,0,true,true,false],[232,42,0,true,false,false],[234,44,0,true,true,false],[234,77,0,true,false,false],[235,24,0,true,true,false],[235,42,0,true,false,false],[235,44,0,true,true,false],[235,67,0,true,false,false],[235,69,0,true,true,false],[235,102,0,true,false,false],[237,42,0,true,true,false],[237,70,0,true,false,false],[238,24,0,true,true,false],[238,40,0,true,false,false],[238,42,0,true,true,false],[238,61,0,true,false,false],[238,63,0,true,true,false],[238,96,0,true,false,false],[239,6,0,false,false,false],[243,42,0,true,true,false],[254,24,0,true,true,false],[254,39,0,true,false,false],[254,41,0,true,true,false],[254,42,0,true,false,false],[254,44,0,true,true,false],[254,80,0,true,false,false],[255,23,0,true,true,false],[255,42,0,true,true,false],[255,65,0,true,false,false],[256,23,0,true,true,false],[256,42,0,true,true,false],[256,70,0,true,false,false],[257,23,0,true,true,false],[257,42,0,true,true,false],[257,74,0,true,false,false],[258,23,0,true,true,false],[258,42,0,true,true,false],[258,68,0,true,false,false],[259,6,0,false,false,false],[263,43,0,true,true,false],[276,24,0,true,true,false],[276,39,0,true,false,false],[276,41,0,true,true,false],[276,42,0,true,false,false],[276,44,0,true,true,false],[276,80,0,true,false,false],[277,23,0,true,true,false],[277,42,0,true,true,false],[277,74,0,true,false,false],[278,23,0,true,true,false],[278,42,0,true,true,false],[278,70,0,true,false,false],[279,24,0,true,true,false],[279,40,0,true,true,false],[279,72,0,true,false,false],[279,80,0,true,true,false],[279,102,0,true,false,false],[280,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":137,"covered":0,"percent":0},"instantiations":{"count":137,"covered":0,"percent":0},"lines":{"count":356,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":137,"covered":0,"notcovered":137,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift","mcdc_records":[],"segments":[[7,39,0,true,true,false],[12,23,0,true,true,false],[12,27,0,true,false,false],[12,29,0,true,true,false],[12,82,0,true,false,false],[13,6,0,false,false,false],[15,43,0,true,true,false],[17,23,0,true,true,false],[17,33,0,true,false,false],[18,24,0,true,true,false],[18,37,0,true,false,false],[19,22,0,true,true,false],[19,30,0,true,false,false],[20,22,0,true,true,false],[20,36,0,true,false,false],[21,6,0,false,false,false],[23,36,0,true,true,false],[26,24,0,true,true,false],[26,26,0,true,false,false],[26,28,0,true,true,false],[26,30,0,true,false,false],[27,6,0,false,false,false],[29,38,0,true,true,false],[37,24,0,true,true,false],[37,42,0,true,false,false],[37,44,0,true,true,false],[37,52,0,true,false,false],[38,24,0,true,true,false],[38,43,0,true,false,false],[38,45,0,true,true,false],[38,46,0,true,false,false],[39,6,0,false,false,false],[41,43,0,true,true,false],[45,24,0,true,true,false],[45,26,0,true,false,false],[45,28,0,true,true,false],[45,30,0,true,false,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":50,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift","mcdc_records":[],"segments":[[11,48,0,true,true,false],[11,55,0,false,false,false],[15,57,0,true,true,false],[23,10,0,true,true,false],[32,23,0,true,true,false],[32,50,0,true,false,false],[32,52,0,true,true,false],[32,102,0,true,false,false],[35,13,0,true,true,false],[35,36,0,true,false,false],[36,13,0,true,true,false],[36,83,0,true,false,false],[40,6,0,false,false,false],[42,52,0,true,true,false],[53,25,0,true,true,false],[53,32,0,true,false,false],[55,6,0,false,false,false],[59,51,0,true,true,false],[67,10,0,true,true,false],[79,23,0,true,true,false],[79,46,0,true,false,false],[80,23,0,true,true,false],[80,45,0,true,false,false],[83,6,0,false,false,false],[85,53,0,true,true,false],[90,39,0,true,true,false],[91,18,0,true,true,false],[99,31,0,true,true,false],[99,62,0,true,false,false],[105,31,0,true,true,false],[107,10,0,true,true,false],[110,6,0,false,false,false],[114,68,0,true,true,false],[122,6,0,false,false,false],[129,54,0,true,true,false],[138,23,0,true,true,false],[138,49,0,true,false,false],[138,51,0,true,true,false],[138,89,0,true,false,false],[139,23,0,true,true,false],[139,44,0,true,false,false],[139,46,0,true,true,false],[139,91,0,true,false,false],[141,13,0,true,true,false],[141,35,0,true,false,false],[141,37,0,true,true,false],[141,105,0,true,false,false],[146,6,0,false,false,false],[148,38,0,true,true,false],[157,37,0,true,true,false],[162,27,0,true,true,false],[162,48,0,true,false,false],[162,50,0,true,true,false],[162,94,0,true,false,false],[164,17,0,true,true,false],[164,46,0,true,true,false],[164,71,0,true,false,false],[164,75,0,true,true,false],[164,100,0,true,false,false],[165,24,0,true,true,false],[165,49,0,true,false,false],[165,53,0,true,true,false],[165,83,0,true,false,false],[166,17,0,true,true,false],[166,61,0,true,false,false],[168,10,0,true,true,false],[171,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":32,"covered":0,"percent":0},"instantiations":{"count":32,"covered":0,"percent":0},"lines":{"count":190,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift","mcdc_records":[],"segments":[[9,27,0,true,true,false],[12,6,0,false,false,false],[14,30,0,true,true,false],[17,6,0,false,false,false],[19,88,0,true,true,false],[26,42,0,true,true,false],[28,10,0,true,false,false],[31,12,0,true,true,false],[32,59,0,true,true,false],[34,10,0,true,false,false],[34,17,0,true,true,false],[38,17,0,true,true,false],[38,61,0,true,false,false],[38,63,0,true,true,false],[38,100,0,true,false,false],[40,27,0,true,true,false],[40,60,0,true,false,false],[40,62,0,true,true,false],[40,97,0,true,false,false],[41,10,0,true,true,false],[42,6,0,false,false,false],[50,28,0,true,true,false],[50,51,0,false,false,false],[51,36,0,true,true,false],[51,38,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":41,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift","mcdc_records":[],"segments":[[21,43,0,true,true,false],[35,6,0,false,false,false],[38,50,0,true,true,false],[46,6,0,false,false,false],[49,45,0,true,true,false],[58,6,0,false,false,false],[63,37,0,true,true,false],[76,6,0,false,false,false],[79,44,0,true,true,false],[85,6,0,false,false,false],[88,39,0,true,true,false],[97,6,0,false,false,false],[102,40,0,true,true,false],[112,6,0,false,false,false],[115,47,0,true,true,false],[122,6,0,false,false,false],[125,42,0,true,true,false],[131,6,0,false,false,false],[136,36,0,true,true,false],[145,6,0,false,false,false],[148,43,0,true,true,false],[151,6,0,false,false,false],[154,38,0,true,true,false],[160,6,0,false,false,false],[165,43,0,true,true,false],[174,6,0,false,false,false],[177,50,0,true,true,false],[183,6,0,false,false,false],[186,45,0,true,true,false],[192,6,0,false,false,false],[197,42,0,true,true,false],[212,6,0,false,false,false],[215,48,0,true,true,false],[223,6,0,false,false,false],[228,37,0,true,true,false],[236,6,0,false,false,false],[239,43,0,true,true,false],[244,6,0,false,false,false],[249,36,0,true,true,false],[267,6,0,false,false,false],[272,33,0,true,true,false],[289,6,0,false,false,false],[294,34,0,true,true,false],[313,6,0,false,false,false],[316,46,0,true,true,false],[333,6,0,false,false,false],[338,38,0,true,true,false],[344,29,0,true,true,false],[346,10,0,true,false,false],[349,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":25,"covered":0,"percent":0},"instantiations":{"count":25,"covered":0,"percent":0},"lines":{"count":266,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":25,"covered":0,"notcovered":25,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[14,32,0,true,true,false],[15,29,0,true,true,false],[17,10,0,true,false,false],[18,6,0,false,false,false],[20,43,0,true,true,false],[21,29,0,true,true,false],[23,10,0,true,false,false],[24,35,0,true,true,false],[25,6,0,false,false,false],[27,61,0,true,true,false],[35,12,0,true,true,false],[36,55,0,true,true,false],[38,10,0,true,false,false],[38,17,0,true,true,false],[41,10,0,true,true,false],[42,6,0,false,false,false],[44,43,0,true,true,false],[46,25,0,true,true,false],[46,36,0,true,false,false],[46,38,0,true,true,false],[46,72,0,true,false,false],[47,6,0,false,false,false],[49,49,0,true,true,false],[50,9,0,false,true,false],[50,18,0,true,false,false],[52,17,0,true,true,false],[52,62,0,true,false,false],[53,17,0,true,true,false],[53,28,0,true,false,false],[54,17,0,true,true,false],[54,58,0,true,false,false],[56,9,0,false,true,false],[56,15,0,true,false,false],[57,6,0,false,false,false],[59,67,0,true,true,false],[62,45,0,true,true,false],[62,56,0,true,false,false],[69,77,0,true,true,false],[71,23,0,true,true,false],[71,30,0,true,false,false],[72,24,0,true,true,false],[72,50,0,true,false,false],[72,52,0,true,true,false],[72,53,0,true,false,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":69,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":24,"covered":0,"notcovered":24,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[11,32,0,true,true,false],[14,6,0,false,false,false],[16,43,0,true,true,false],[18,35,0,true,true,false],[19,6,0,false,false,false],[23,40,0,true,true,false],[25,45,0,true,true,false],[32,10,0,true,false,false],[34,92,0,true,true,false],[36,24,0,true,true,false],[36,39,0,true,false,false],[36,41,0,true,true,false],[36,42,0,true,false,false],[37,24,0,true,true,false],[37,37,0,true,false,false],[37,39,0,true,true,false],[37,52,0,true,false,false],[38,24,0,true,true,false],[38,37,0,true,false,false],[38,39,0,true,true,false],[38,41,0,true,false,false],[40,24,0,true,true,false],[40,38,0,true,false,false],[40,40,0,true,true,false],[40,41,0,true,false,false],[41,24,0,true,true,false],[41,46,0,true,false,false],[41,48,0,true,true,false],[41,63,0,true,false,false],[42,24,0,true,true,false],[42,40,0,true,false,false],[42,42,0,true,true,false],[42,51,0,true,false,false],[43,6,0,false,false,false],[45,44,0,true,true,false],[47,45,0,true,true,false],[54,10,0,true,false,false],[56,92,0,true,true,false],[58,24,0,true,true,false],[58,39,0,true,false,false],[58,41,0,true,true,false],[58,42,0,true,false,false],[59,24,0,true,true,false],[59,37,0,true,false,false],[59,39,0,true,true,false],[59,58,0,true,false,false],[60,6,0,false,false,false],[62,35,0,true,true,false],[63,47,0,true,true,false],[65,10,0,true,false,false],[69,24,0,true,true,false],[69,28,0,true,false,false],[69,30,0,true,true,false],[69,42,0,true,false,false],[71,24,0,true,true,false],[71,38,0,true,false,false],[71,40,0,true,true,false],[71,41,0,true,false,false],[72,24,0,true,true,false],[72,46,0,true,false,false],[72,48,0,true,true,false],[72,64,0,true,false,false],[73,6,0,false,false,false],[75,46,0,true,true,false],[76,51,0,true,true,false],[83,10,0,true,false,false],[85,92,0,true,true,false],[87,24,0,true,true,false],[87,39,0,true,false,false],[87,41,0,true,true,false],[87,42,0,true,false,false],[88,23,0,true,true,false],[88,56,0,true,false,false],[90,24,0,true,true,false],[90,38,0,true,false,false],[90,40,0,true,true,false],[90,41,0,true,false,false],[91,24,0,true,true,false],[91,46,0,true,false,false],[91,48,0,true,true,false],[91,64,0,true,false,false],[92,6,0,false,false,false],[96,37,0,true,true,false],[99,12,0,true,true,false],[100,80,0,true,true,false],[102,10,0,true,false,false],[102,17,0,true,true,false],[103,64,0,true,true,false],[104,24,0,true,true,false],[104,39,0,true,false,false],[105,17,0,true,true,false],[107,26,0,true,false,false],[108,17,0,true,true,false],[109,73,0,true,false,false],[110,18,0,true,true,false],[111,14,0,true,false,false],[111,20,0,true,true,false],[113,14,0,true,true,false],[114,10,0,true,true,false],[115,6,0,false,false,false],[117,43,0,true,true,false],[120,12,0,true,true,false],[121,87,0,true,true,false],[123,10,0,true,false,false],[123,17,0,true,true,false],[124,64,0,true,true,false],[125,24,0,true,true,false],[125,39,0,true,false,false],[126,17,0,true,true,false],[128,26,0,true,false,false],[129,17,0,true,true,false],[130,73,0,true,false,false],[131,18,0,true,true,false],[132,14,0,true,false,false],[132,20,0,true,true,false],[134,14,0,true,true,false],[135,10,0,true,true,false],[136,6,0,false,false,false],[140,38,0,true,true,false],[144,12,0,true,true,false],[145,81,0,true,true,false],[147,10,0,true,false,false],[147,17,0,true,true,false],[148,64,0,true,true,false],[149,24,0,true,true,false],[149,39,0,true,false,false],[150,17,0,true,true,false],[152,26,0,true,false,false],[153,17,0,true,true,false],[154,73,0,true,false,false],[155,18,0,true,true,false],[156,14,0,true,false,false],[156,20,0,true,true,false],[158,14,0,true,true,false],[159,10,0,true,true,false],[160,6,0,false,false,false],[164,54,0,true,true,false],[170,10,0,true,true,false],[172,24,0,true,true,false],[172,39,0,true,false,false],[172,41,0,true,true,false],[172,42,0,true,false,false],[173,23,0,true,true,false],[173,57,0,true,true,false],[173,128,0,true,false,false],[174,6,0,false,false,false],[176,61,0,true,true,false],[178,12,0,true,true,false],[183,14,0,true,true,false],[185,10,0,true,false,false],[185,17,0,true,true,false],[187,27,0,true,true,false],[187,51,0,true,false,false],[188,10,0,true,true,false],[189,6,0,false,false,false],[191,48,0,true,true,false],[196,23,0,true,true,false],[196,35,0,true,false,false],[197,6,0,false,false,false],[199,55,0,true,true,false],[200,36,0,true,true,false],[205,14,0,true,true,false],[206,10,0,true,false,false],[213,12,0,true,true,false],[216,10,0,true,false,false],[216,17,0,true,true,false],[217,27,0,true,true,false],[217,53,0,true,false,false],[217,55,0,true,true,false],[217,97,0,true,false,false],[218,10,0,true,true,false],[219,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":55,"covered":0,"percent":0},"instantiations":{"count":55,"covered":0,"percent":0},"lines":{"count":261,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":102,"covered":0,"notcovered":102,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift","mcdc_records":[],"segments":[[8,44,0,true,true,false],[8,51,0,false,false,false],[9,41,0,true,true,false],[9,48,0,false,false,false],[13,47,0,true,true,false],[29,43,0,true,true,false],[32,17,0,true,true,false],[38,18,0,true,false,false],[38,22,0,true,true,false],[38,98,0,true,false,false],[40,10,0,true,true,false],[41,6,0,false,false,false],[43,50,0,true,true,false],[59,39,0,true,true,false],[61,28,0,true,true,false],[61,45,0,true,false,false],[61,47,0,true,true,false],[61,96,0,true,false,false],[64,28,0,true,true,false],[64,44,0,true,false,false],[64,46,0,true,true,false],[64,103,0,true,false,false],[65,10,0,true,true,false],[66,6,0,false,false,false],[68,46,0,true,true,false],[81,37,0,true,true,false],[85,28,0,true,true,false],[85,45,0,true,false,false],[85,47,0,true,true,false],[85,88,0,true,false,false],[86,28,0,true,true,false],[86,44,0,true,false,false],[86,46,0,true,true,false],[86,90,0,true,false,false],[87,10,0,true,true,false],[88,6,0,false,false,false],[90,46,0,true,true,false],[101,40,0,true,true,false],[103,28,0,true,true,false],[103,42,0,true,false,false],[103,44,0,true,true,false],[103,88,0,true,false,false],[105,17,0,true,true,false],[105,44,0,true,true,false],[105,61,0,true,false,false],[106,24,0,true,true,false],[106,95,0,true,false,false],[107,17,0,true,true,false],[107,79,0,true,false,false],[109,10,0,true,true,false],[110,6,0,false,false,false],[114,62,0,true,true,false],[127,50,0,true,true,false],[132,27,0,true,true,false],[132,53,0,true,false,false],[132,55,0,true,true,false],[132,106,0,true,false,false],[133,27,0,true,true,false],[133,53,0,true,false,false],[133,55,0,true,true,false],[133,106,0,true,false,false],[135,17,0,true,true,false],[135,45,0,true,false,false],[135,47,0,true,true,false],[135,100,0,true,false,false],[142,17,0,true,true,false],[142,27,0,true,false,false],[142,29,0,true,true,false],[142,40,0,true,false,false],[143,17,0,true,true,false],[143,116,0,true,false,false],[145,10,0,true,true,false],[146,6,0,false,false,false],[148,57,0,true,true,false],[162,47,0,true,true,false],[167,27,0,true,true,false],[167,53,0,true,false,false],[167,55,0,true,true,false],[167,106,0,true,false,false],[173,17,0,true,true,false],[173,27,0,true,false,false],[173,29,0,true,true,false],[173,40,0,true,false,false],[174,17,0,true,true,false],[174,85,0,true,false,false],[176,10,0,true,true,false],[177,6,0,false,false,false],[179,52,0,true,true,false],[190,40,0,true,true,false],[198,17,0,true,true,false],[198,48,0,true,false,false],[198,50,0,true,true,false],[198,99,0,true,false,false],[201,17,0,true,true,false],[201,49,0,true,false,false],[201,51,0,true,true,false],[201,101,0,true,false,false],[208,17,0,true,true,false],[208,32,0,true,false,false],[208,34,0,true,true,false],[208,50,0,true,false,false],[208,52,0,true,true,false],[208,104,0,true,false,false],[214,17,0,true,true,false],[214,33,0,true,false,false],[214,35,0,true,true,false],[214,52,0,true,false,false],[214,54,0,true,true,false],[214,107,0,true,false,false],[216,10,0,true,true,false],[217,6,0,false,false,false],[221,54,0,true,true,false],[223,12,0,true,true,false],[224,71,0,true,true,false],[226,10,0,true,false,false],[226,17,0,true,true,false],[230,17,0,true,true,false],[230,49,0,true,true,false],[230,77,0,true,false,false],[231,24,0,true,true,false],[231,56,0,true,false,false],[231,60,0,true,true,false],[231,89,0,true,false,false],[232,24,0,true,true,false],[232,55,0,true,false,false],[232,59,0,true,true,false],[232,85,0,true,false,false],[233,17,0,true,true,false],[233,77,0,true,false,false],[235,10,0,true,true,false],[236,6,0,false,false,false],[238,59,0,true,true,false],[240,12,0,true,true,false],[241,53,0,true,true,false],[243,10,0,true,false,false],[243,17,0,true,true,false],[246,28,0,true,true,false],[246,45,0,true,false,false],[246,47,0,true,true,false],[246,86,0,true,false,false],[248,17,0,true,true,false],[248,49,0,true,true,false],[248,77,0,true,false,false],[249,24,0,true,true,false],[249,55,0,true,false,false],[249,59,0,true,true,false],[249,91,0,true,false,false],[250,24,0,true,true,false],[250,50,0,true,false,false],[251,17,0,true,true,false],[251,83,0,true,false,false],[253,10,0,true,true,false],[254,6,0,false,false,false],[256,63,0,true,true,false],[266,39,0,true,true,false],[267,18,0,true,true,false],[268,20,0,true,true,false],[269,105,0,true,true,false],[270,18,0,true,false,false],[270,25,0,true,true,false],[271,37,0,true,true,false],[273,22,0,true,false,false],[274,18,0,true,true,false],[276,14,0,true,false,false],[277,10,0,true,true,false],[282,29,0,true,true,false],[284,28,0,true,true,false],[284,45,0,true,false,false],[284,47,0,true,true,false],[284,89,0,true,false,false],[285,10,0,true,true,false],[286,6,0,false,false,false],[290,51,0,true,true,false],[292,36,0,true,true,false],[301,17,0,true,true,false],[301,43,0,true,false,false],[302,17,0,true,true,false],[302,91,0,true,false,false],[304,10,0,true,true,false],[305,6,0,false,false,false],[307,52,0,true,true,false],[312,27,0,true,true,false],[313,34,0,true,true,false],[315,14,0,true,false,false],[317,10,0,true,true,false],[320,27,0,true,true,false],[321,46,0,true,true,false],[321,48,0,true,false,false],[323,10,0,true,true,false],[325,23,0,true,true,false],[325,27,0,true,false,false],[325,29,0,true,true,false],[325,85,0,true,false,false],[326,6,0,false,false,false],[330,43,0,true,true,false],[335,59,0,true,true,false],[335,89,0,true,false,false],[338,13,0,true,true,false],[338,26,0,true,true,false],[338,37,0,true,false,false],[338,39,0,true,true,false],[338,102,0,true,false,false],[340,23,0,true,true,false],[340,51,0,true,false,false],[340,53,0,true,true,false],[340,93,0,true,false,false],[343,24,0,true,true,false],[343,42,0,true,false,false],[343,44,0,true,true,false],[343,77,0,true,false,false],[344,24,0,true,true,false],[344,49,0,true,false,false],[344,51,0,true,true,false],[344,95,0,true,false,false],[345,6,0,false,false,false],[347,60,0,true,true,false],[349,12,0,true,true,false],[350,81,0,true,true,false],[352,10,0,true,false,false],[352,17,0,true,true,false],[355,28,0,true,true,false],[355,45,0,true,false,false],[355,47,0,true,true,false],[355,97,0,true,false,false],[356,10,0,true,true,false],[357,6,0,false,false,false],[361,56,0,true,true,false],[368,23,0,true,true,false],[368,46,0,true,true,false],[368,66,0,true,false,false],[368,68,0,true,true,false],[368,103,0,true,false,false],[370,13,0,true,true,false],[370,43,0,true,true,false],[370,70,0,true,false,false],[371,13,0,true,true,false],[371,55,0,true,false,false],[374,13,0,true,true,false],[374,46,0,true,true,false],[374,76,0,true,false,false],[375,13,0,true,true,false],[375,58,0,true,false,false],[380,24,0,true,true,false],[380,38,0,true,false,false],[380,40,0,true,true,false],[380,81,0,true,false,false],[391,13,0,true,true,false],[391,43,0,true,false,false],[391,45,0,true,true,false],[391,99,0,true,false,false],[393,6,0,false,false,false],[395,53,0,true,true,false],[399,13,0,true,true,false],[399,43,0,true,true,false],[399,70,0,true,false,false],[400,13,0,true,true,false],[400,53,0,true,false,false],[405,13,0,true,true,false],[405,51,0,true,true,false],[405,86,0,true,false,false],[406,13,0,true,true,false],[406,56,0,true,false,false],[408,6,0,false,false,false],[412,56,0,true,true,false],[420,23,0,true,true,false],[420,27,0,true,false,false],[420,29,0,true,true,false],[420,88,0,true,false,false],[423,42,0,true,true,false],[424,28,0,true,true,false],[424,41,0,true,false,false],[424,43,0,true,true,false],[424,94,0,true,false,false],[426,6,0,false,false,false],[430,55,0,true,true,false],[443,40,0,true,true,false],[445,28,0,true,true,false],[445,44,0,true,false,false],[445,46,0,true,true,false],[445,89,0,true,false,false],[448,16,0,true,true,false],[448,31,0,true,false,false],[450,13,0,true,true,false],[453,21,0,true,true,false],[453,48,0,true,true,false],[453,67,0,true,false,false],[454,21,0,true,true,false],[454,102,0,true,false,false],[457,10,0,true,true,false],[458,6,0,false,false,false],[460,54,0,true,true,false],[469,37,0,true,true,false],[471,28,0,true,true,false],[471,42,0,true,false,false],[471,44,0,true,true,false],[471,86,0,true,false,false],[475,17,0,true,true,false],[475,43,0,true,true,false],[475,59,0,true,false,false],[476,17,0,true,true,false],[476,85,0,true,false,false],[478,10,0,true,true,false],[479,6,0,false,false,false],[483,46,0,true,true,false],[492,42,0,true,true,false],[498,28,0,true,true,false],[498,35,0,true,false,false],[498,37,0,true,true,false],[498,44,0,true,false,false],[498,46,0,true,true,false],[498,96,0,true,false,false],[501,27,0,true,true,false],[501,54,0,true,false,false],[501,56,0,true,true,false],[501,86,0,true,false,false],[502,27,0,true,true,false],[502,54,0,true,false,false],[502,56,0,true,true,false],[502,87,0,true,false,false],[503,10,0,true,true,false],[504,6,0,false,false,false],[506,46,0,true,true,false],[508,43,0,true,true,false],[510,64,0,true,true,false],[510,95,0,true,false,false],[513,35,0,true,true,false],[518,27,0,true,true,false],[518,53,0,true,false,false],[518,55,0,true,true,false],[518,99,0,true,false,false],[519,27,0,true,true,false],[519,53,0,true,false,false],[519,55,0,true,true,false],[519,99,0,true,false,false],[520,27,0,true,true,false],[520,55,0,true,false,false],[520,57,0,true,true,false],[520,103,0,true,false,false],[522,17,0,true,true,false],[522,61,0,true,false,false],[523,17,0,true,true,false],[523,76,0,true,false,false],[529,28,0,true,true,false],[529,38,0,true,false,false],[529,40,0,true,true,false],[529,51,0,true,false,false],[529,53,0,true,true,false],[529,100,0,true,false,false],[530,10,0,true,true,false],[531,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":153,"covered":0,"percent":0},"instantiations":{"count":154,"covered":0,"percent":0},"lines":{"count":642,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":204,"covered":0,"notcovered":204,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[19,20,0,true,true,false],[19,87,0,true,false,false],[21,12,0,true,true,false],[21,26,0,true,false,false],[21,27,0,true,true,false],[23,30,0,true,true,false],[23,84,0,true,false,false],[26,16,0,true,true,false],[28,34,0,true,true,false],[28,88,0,true,false,false],[28,90,0,true,true,false],[30,33,0,true,true,false],[30,38,0,true,false,false],[33,6,0,false,false,false],[35,33,0,true,true,false],[48,27,0,true,true,false],[48,45,0,true,false,false],[48,47,0,true,true,false],[48,68,0,true,false,false],[51,12,0,true,true,false],[51,54,0,true,false,false],[51,69,0,true,true,false],[52,27,0,true,true,false],[52,39,0,true,false,false],[52,41,0,true,true,false],[52,76,0,true,false,false],[58,30,0,true,true,false],[58,51,0,true,false,false],[58,53,0,true,true,false],[58,74,0,true,false,false],[59,6,0,false,false,false],[61,39,0,true,true,false],[69,36,0,true,true,false],[73,16,0,true,true,false],[73,60,0,true,false,false],[73,61,0,true,true,false],[77,20,0,true,true,false],[77,31,0,true,false,false],[77,32,0,true,true,false],[79,18,0,true,false,false],[79,24,0,true,true,false],[81,18,0,true,false,false],[84,31,0,true,true,false],[84,35,0,true,false,false],[86,10,0,true,true,false],[87,6,0,false,false,false],[91,40,0,true,true,false],[103,24,0,true,true,false],[103,36,0,true,false,false],[103,38,0,true,true,false],[103,54,0,true,false,false],[104,30,0,true,true,false],[104,41,0,true,false,false],[104,43,0,true,true,false],[104,44,0,true,false,false],[108,23,0,true,true,false],[108,30,0,true,false,false],[108,32,0,true,true,false],[108,78,0,true,false,false],[113,6,0,false,false,false],[115,36,0,true,true,false],[125,30,0,true,true,false],[125,46,0,true,false,false],[125,48,0,true,true,false],[125,51,0,true,false,false],[125,53,0,true,true,false],[125,72,0,true,false,false],[130,6,0,false,false,false],[134,37,0,true,true,false],[140,24,0,true,true,false],[140,42,0,true,false,false],[140,44,0,true,true,false],[140,47,0,true,false,false],[140,49,0,true,true,false],[140,89,0,true,false,false],[143,51,0,true,true,false],[145,41,0,true,true,false],[145,54,0,true,false,false],[145,56,0,true,true,false],[145,57,0,true,false,false],[146,38,0,true,true,false],[146,51,0,true,false,false],[146,53,0,true,true,false],[146,54,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[152,36,0,true,true,false],[154,17,0,true,true,false],[161,10,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":0,"percent":0},"instantiations":{"count":36,"covered":0,"percent":0},"lines":{"count":182,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":0,"notcovered":50,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift","mcdc_records":[],"segments":[[10,45,0,true,true,false],[27,24,0,true,true,false],[27,81,0,true,false,false],[28,6,0,false,false,false],[30,55,0,true,true,false],[56,23,0,true,true,false],[56,80,0,true,false,false],[59,23,0,true,true,false],[59,67,0,true,false,false],[62,23,0,true,true,false],[62,47,0,true,false,false],[63,23,0,true,true,false],[63,47,0,true,false,false],[64,23,0,true,true,false],[64,47,0,true,false,false],[67,23,0,true,true,false],[67,51,0,true,false,false],[68,23,0,true,true,false],[68,53,0,true,false,false],[69,6,0,false,false,false],[71,53,0,true,true,false],[88,23,0,true,true,false],[88,67,0,true,false,false],[91,23,0,true,true,false],[91,51,0,true,false,false],[92,23,0,true,true,false],[92,53,0,true,false,false],[93,23,0,true,true,false],[93,50,0,true,false,false],[94,23,0,true,true,false],[94,52,0,true,false,false],[97,51,0,true,true,false],[98,27,0,true,true,false],[98,61,0,true,false,false],[99,10,0,true,true,false],[100,6,0,false,false,false],[104,54,0,true,true,false],[130,23,0,true,true,false],[130,48,0,true,false,false],[131,23,0,true,true,false],[131,55,0,true,false,false],[132,6,0,false,false,false],[136,58,0,true,true,false],[169,23,0,true,true,false],[169,67,0,true,false,false],[170,23,0,true,true,false],[170,64,0,true,false,false],[173,23,0,true,true,false],[173,50,0,true,false,false],[174,23,0,true,true,false],[174,52,0,true,false,false],[175,6,0,false,false,false],[179,47,0,true,true,false],[204,24,0,true,true,false],[204,81,0,true,false,false],[205,24,0,true,true,false],[205,64,0,true,false,false],[206,6,0,false,false,false],[210,52,0,true,true,false],[245,23,0,true,true,false],[245,97,0,true,false,false],[246,23,0,true,true,false],[246,80,0,true,false,false],[249,23,0,true,true,false],[249,67,0,true,false,false],[250,23,0,true,true,false],[250,60,0,true,false,false],[253,23,0,true,true,false],[253,61,0,true,false,false],[254,23,0,true,true,false],[254,51,0,true,false,false],[255,6,0,false,false,false],[259,57,0,true,true,false],[285,23,0,true,true,false],[285,64,0,true,false,false],[286,23,0,true,true,false],[286,64,0,true,false,false],[287,6,0,false,false,false],[289,46,0,true,true,false],[314,23,0,true,true,false],[314,53,0,true,false,false],[317,23,0,true,true,false],[317,47,0,true,false,false],[318,23,0,true,true,false],[318,47,0,true,false,false],[319,23,0,true,true,false],[319,47,0,true,false,false],[320,6,0,false,false,false],[324,40,0,true,true,false],[349,23,0,true,true,false],[349,58,0,true,false,false],[350,6,0,false,false,false],[352,34,0,true,true,false],[377,23,0,true,true,false],[377,62,0,true,false,false],[378,6,0,false,false,false],[382,51,0,true,true,false],[399,23,0,true,true,false],[399,49,0,true,false,false],[400,23,0,true,true,false],[400,49,0,true,false,false],[401,23,0,true,true,false],[401,56,0,true,false,false],[404,74,0,true,true,false],[404,103,0,true,false,false],[405,36,0,true,true,false],[406,27,0,true,true,false],[406,54,0,true,false,false],[407,10,0,true,true,false],[410,24,0,true,true,false],[410,56,0,true,false,false],[411,6,0,false,false,false],[415,45,0,true,true,false],[438,23,0,true,true,false],[438,66,0,true,true,false],[438,103,0,true,false,false],[439,23,0,true,true,false],[439,66,0,true,true,false],[439,103,0,true,false,false],[442,23,0,true,true,false],[442,67,0,true,false,false],[443,23,0,true,true,false],[443,64,0,true,false,false],[446,23,0,true,true,false],[446,51,0,true,false,false],[447,23,0,true,true,false],[447,52,0,true,false,false],[448,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":461,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":67,"covered":0,"notcovered":67,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift","mcdc_records":[],"segments":[[10,22,0,true,true,false],[13,6,0,false,false,false],[16,34,0,true,true,false],[19,6,0,false,false,false],[24,25,0,true,true,false],[27,52,0,true,true,false],[30,10,0,true,true,false],[38,6,0,false,false,false],[41,34,0,true,true,false],[44,52,0,true,true,false],[47,10,0,true,true,false],[51,6,0,false,false,false],[54,25,0,true,true,false],[57,52,0,true,true,false],[60,10,0,true,true,false],[66,6,0,false,false,false],[69,27,0,true,true,false],[72,52,0,true,true,false],[75,10,0,true,true,false],[81,6,0,false,false,false],[84,31,0,true,true,false],[87,52,0,true,true,false],[90,10,0,true,true,false],[97,6,0,false,false,false],[100,35,0,true,true,false],[110,52,0,true,true,false],[113,10,0,true,true,false],[118,6,0,false,false,false],[123,28,0,true,true,false],[128,14,0,true,true,false],[131,10,0,true,true,false],[139,6,0,false,false,false],[142,33,0,true,true,false],[147,14,0,true,true,false],[150,10,0,true,true,false],[156,6,0,false,false,false],[159,23,0,true,true,false],[162,52,0,true,true,false],[165,10,0,true,true,false],[168,6,0,false,false,false],[173,30,0,true,true,false],[184,52,0,true,true,false],[187,10,0,true,true,false],[193,6,0,false,false,false],[196,30,0,true,true,false],[204,14,0,true,true,false],[207,10,0,true,true,false],[213,6,0,false,false,false],[218,27,0,true,true,false],[224,6,0,false,false,false],[229,33,0,true,true,false],[232,52,0,true,true,false],[235,10,0,true,true,false],[241,6,0,false,false,false],[244,30,0,true,true,false],[249,14,0,true,true,false],[252,10,0,true,true,false],[258,6,0,false,false,false],[261,27,0,true,true,false],[276,52,0,true,true,false],[279,10,0,true,true,false],[284,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":233,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift","mcdc_records":[],"segments":[[10,26,0,true,true,false],[14,6,0,false,false,false],[17,38,0,true,true,false],[21,6,0,false,false,false],[26,25,0,true,true,false],[37,6,0,false,false,false],[40,34,0,true,true,false],[53,6,0,false,false,false],[56,25,0,true,true,false],[68,6,0,false,false,false],[71,27,0,true,true,false],[83,6,0,false,false,false],[86,30,0,true,true,false],[95,6,0,false,false,false],[98,25,0,true,true,false],[112,6,0,false,false,false],[115,26,0,true,true,false],[127,6,0,false,false,false],[130,35,0,true,true,false],[144,6,0,false,false,false],[149,28,0,true,true,false],[160,6,0,false,false,false],[163,33,0,true,true,false],[178,6,0,false,false,false],[181,26,0,true,true,false],[189,6,0,false,false,false],[194,31,0,true,true,false],[202,6,0,false,false,false],[205,38,0,true,true,false],[213,6,0,false,false,false],[216,43,0,true,true,false],[224,6,0,false,false,false],[229,31,0,true,true,false],[241,6,0,false,false,false],[246,34,0,true,true,false],[258,6,0,false,false,false],[261,42,0,true,true,false],[273,6,0,false,false,false],[276,40,0,true,true,false],[286,6,0,false,false,false],[291,25,0,true,true,false],[302,6,0,false,false,false],[305,23,0,true,true,false],[316,6,0,false,false,false],[319,33,0,true,true,false],[330,6,0,false,false,false],[335,27,0,true,true,false],[346,6,0,false,false,false],[349,29,0,true,true,false],[363,6,0,false,false,false],[366,28,0,true,true,false],[380,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":307,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":26,"covered":0,"notcovered":26,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift","mcdc_records":[],"segments":[[5,54,0,true,true,false],[10,6,0,false,false,false],[12,63,0,true,true,false],[29,6,0,false,false,false],[31,50,0,true,true,false],[62,6,0,false,false,false],[64,56,0,true,true,false],[97,6,0,false,false,false],[108,25,0,true,true,false],[124,6,0,false,false,false],[131,7,0,true,true,false],[133,13,0,true,true,false],[133,37,0,true,false,false],[134,13,0,true,true,false],[134,83,0,true,false,false],[138,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":117,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift","mcdc_records":[],"segments":[[7,33,0,true,true,false],[10,6,0,false,false,false],[13,41,0,true,true,false],[16,6,0,false,false,false],[19,41,0,true,true,false],[23,6,0,false,false,false],[28,38,0,true,true,false],[31,6,0,false,false,false],[34,39,0,true,true,false],[37,6,0,false,false,false],[40,28,0,true,true,false],[45,6,0,false,false,false],[48,34,0,true,true,false],[55,6,0,false,false,false],[58,39,0,true,true,false],[63,6,0,false,false,false],[68,25,0,true,true,false],[69,33,0,true,true,false],[69,48,0,true,true,false],[70,21,0,true,false,false],[71,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":45,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[11,32,0,true,true,false],[12,39,0,true,true,false],[13,6,0,false,false,false],[15,58,0,true,true,false],[19,24,0,true,true,false],[19,59,0,true,false,false],[19,61,0,true,true,false],[19,90,0,true,false,false],[20,25,0,true,true,false],[20,54,0,true,false,false],[20,56,0,true,true,false],[20,103,0,true,false,false],[21,6,0,false,false,false],[23,64,0,true,true,false],[28,24,0,true,true,false],[28,35,0,true,false,false],[28,37,0,true,true,false],[28,45,0,true,false,false],[29,16,0,true,true,false],[29,27,0,true,false,false],[30,9,0,true,true,false],[31,34,0,true,true,false],[31,52,0,true,false,false],[31,54,0,true,true,false],[31,55,0,true,false,false],[31,57,0,true,true,false],[31,105,0,true,false,false],[32,9,0,true,true,false],[33,28,0,true,true,false],[33,52,0,true,false,false],[33,54,0,true,true,false],[33,96,0,true,false,false],[34,10,0,true,true,false],[35,6,0,false,false,false],[37,54,0,true,true,false],[43,23,0,true,true,false],[43,37,0,true,false,false],[43,39,0,true,true,false],[43,86,0,true,false,false],[44,24,0,true,true,false],[44,52,0,true,false,false],[44,54,0,true,true,false],[44,55,0,true,false,false],[45,6,0,false,false,false],[50,48,0,true,true,false],[52,49,0,true,true,false],[54,6,0,true,true,false],[55,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift","mcdc_records":[],"segments":[[7,70,0,true,true,false],[12,67,0,true,true,false],[14,24,0,true,true,false],[14,71,0,true,false,false],[14,73,0,true,true,false],[14,74,0,true,false,false],[15,6,0,false,false,false],[17,67,0,true,true,false],[22,64,0,true,true,false],[24,24,0,true,true,false],[24,68,0,true,false,false],[24,70,0,true,true,false],[24,71,0,true,false,false],[25,6,0,false,false,false],[27,66,0,true,true,false],[32,76,0,true,true,false],[34,23,0,true,true,false],[34,29,0,true,false,false],[35,24,0,true,true,false],[35,75,0,true,false,false],[35,77,0,true,true,false],[35,78,0,true,false,false],[36,6,0,false,false,false],[44,43,0,true,true,false],[46,6,0,false,false,false],[49,60,0,true,true,false],[49,61,0,false,false,false],[50,57,0,true,true,false],[50,58,0,false,false,false],[51,64,0,true,true,false],[51,65,0,false,false,false],[54,85,0,true,true,false],[54,87,0,false,false,false],[55,49,0,true,true,false],[55,51,0,false,false,false],[56,126,0,true,true,false],[56,128,0,false,false,false],[57,56,0,true,true,false],[57,58,0,false,false,false],[58,50,0,true,true,false],[58,52,0,false,false,false],[59,79,0,true,true,false],[59,88,0,false,false,false],[60,67,0,true,true,false],[60,69,0,false,false,false],[61,44,0,true,true,false],[61,46,0,false,false,false],[62,56,0,true,true,false],[62,58,0,false,false,false],[63,50,0,true,true,false],[63,52,0,false,false,false],[64,61,0,true,true,false],[64,63,0,false,false,false],[65,46,0,true,true,false],[65,48,0,false,false,false],[66,51,0,true,true,false],[66,53,0,false,false,false],[67,54,0,true,true,false],[67,56,0,false,false,false],[68,48,0,true,true,false],[68,50,0,false,false,false],[69,64,0,true,true,false],[72,6,0,false,false,false],[74,52,0,true,true,false],[76,6,0,false,false,false],[78,49,0,true,true,false],[80,6,0,false,false,false],[82,76,0,true,true,false],[82,78,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":67,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":36,"covered":0,"notcovered":36,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift","mcdc_records":[],"segments":[[8,58,0,true,true,false],[24,23,0,true,true,false],[24,37,0,true,false,false],[24,39,0,true,true,false],[24,96,0,true,false,false],[26,13,0,true,true,false],[26,73,0,true,false,false],[27,13,0,true,true,false],[27,85,0,true,false,false],[30,13,0,true,true,false],[30,63,0,true,false,false],[31,13,0,true,true,false],[31,61,0,true,false,false],[33,6,0,false,false,false],[35,54,0,true,true,false],[52,24,0,true,true,false],[52,38,0,true,false,false],[52,40,0,true,true,false],[52,93,0,true,false,false],[53,24,0,true,true,false],[53,52,0,true,false,false],[53,54,0,true,true,false],[53,55,0,true,false,false],[53,57,0,true,true,false],[53,97,0,true,false,false],[55,13,0,true,true,false],[55,66,0,true,true,false],[55,71,0,true,false,false],[56,13,0,true,true,false],[56,58,0,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":64,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[12,32,0,true,true,false],[14,6,0,false,false,false],[16,43,0,true,true,false],[18,35,0,true,true,false],[19,6,0,false,false,false],[23,64,0,true,true,false],[27,25,0,true,true,false],[27,31,0,true,false,false],[27,33,0,true,true,false],[27,88,0,true,false,false],[33,6,0,false,false,false],[35,63,0,true,true,false],[41,13,0,true,true,false],[41,40,0,true,false,false],[41,42,0,true,true,false],[41,69,0,true,false,false],[42,13,0,true,true,false],[42,56,0,true,false,false],[45,13,0,true,true,false],[45,44,0,true,false,false],[45,46,0,true,true,false],[45,77,0,true,false,false],[46,13,0,true,true,false],[46,61,0,true,false,false],[49,13,0,true,true,false],[49,45,0,true,false,false],[49,47,0,true,true,false],[49,79,0,true,false,false],[50,13,0,true,true,false],[50,62,0,true,false,false],[52,6,0,false,false,false],[56,53,0,true,true,false],[60,25,0,true,true,false],[60,34,0,true,false,false],[60,36,0,true,true,false],[60,80,0,true,false,false],[61,6,0,false,false,false],[63,60,0,true,true,false],[67,24,0,true,true,false],[67,33,0,true,false,false],[67,35,0,true,true,false],[67,74,0,true,false,false],[68,6,0,false,false,false],[72,52,0,true,true,false],[76,25,0,true,true,false],[76,33,0,true,false,false],[76,35,0,true,true,false],[76,78,0,true,false,false],[77,6,0,false,false,false],[79,59,0,true,true,false],[83,24,0,true,true,false],[83,32,0,true,false,false],[83,34,0,true,true,false],[83,72,0,true,false,false],[84,6,0,false,false,false],[88,68,0,true,true,false],[92,25,0,true,true,false],[92,31,0,true,false,false],[92,33,0,true,true,false],[92,98,0,true,false,false],[97,6,0,false,false,false],[99,64,0,true,true,false],[104,25,0,true,true,false],[104,31,0,true,false,false],[104,33,0,true,true,false],[104,92,0,true,false,false],[107,24,0,true,true,false],[107,43,0,true,false,false],[107,45,0,true,true,false],[107,91,0,true,false,false],[108,6,0,false,false,false],[110,71,0,true,true,false],[116,13,0,true,true,false],[116,30,0,true,false,false],[116,32,0,true,true,false],[116,49,0,true,false,false],[117,13,0,true,true,false],[117,59,0,true,false,false],[119,6,0,false,false,false],[123,74,0,true,true,false],[129,13,0,true,true,false],[129,40,0,true,false,false],[129,42,0,true,true,false],[129,55,0,true,false,false],[130,13,0,true,true,false],[130,84,0,true,false,false],[132,6,0,false,false,false],[134,70,0,true,true,false],[140,25,0,true,true,false],[140,31,0,true,false,false],[140,33,0,true,true,false],[140,57,0,true,false,false],[141,25,0,true,true,false],[141,31,0,true,false,false],[141,33,0,true,true,false],[141,57,0,true,false,false],[142,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":145,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":0,"notcovered":50,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift","mcdc_records":[],"segments":[[8,47,0,true,true,false],[17,35,0,true,true,false],[22,10,0,true,true,false],[29,27,0,true,true,false],[29,38,0,true,false,false],[29,40,0,true,true,false],[29,43,0,true,false,false],[29,45,0,true,true,false],[29,74,0,true,false,false],[30,6,0,false,false,false],[32,42,0,true,true,false],[41,35,0,true,true,false],[43,10,0,true,true,false],[50,27,0,true,true,false],[50,38,0,true,false,false],[50,40,0,true,true,false],[50,44,0,true,false,false],[50,46,0,true,true,false],[50,70,0,true,false,false],[51,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":49,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift","mcdc_records":[],"segments":[[8,70,0,true,true,false],[13,36,0,true,true,false],[13,40,0,true,false,false],[15,24,0,true,true,false],[15,35,0,true,false,false],[15,37,0,true,true,false],[15,93,0,true,false,false],[16,23,0,true,true,false],[16,82,0,true,false,false],[16,84,0,true,true,false],[16,122,0,true,false,false],[17,23,0,true,true,false],[17,75,0,true,false,false],[17,77,0,true,true,false],[17,115,0,true,false,false],[18,6,0,false,false,false],[20,57,0,true,true,false],[25,36,0,true,true,false],[25,40,0,true,false,false],[27,23,0,true,true,false],[27,69,0,true,true,false],[27,112,0,true,false,false],[28,23,0,true,true,false],[28,88,0,true,false,false],[29,6,0,false,false,false],[31,54,0,true,true,false],[49,24,0,true,true,false],[49,38,0,true,false,false],[49,40,0,true,true,false],[49,66,0,true,false,false],[50,24,0,true,true,false],[50,74,0,true,false,false],[50,76,0,true,true,false],[50,124,0,true,false,false],[51,24,0,true,true,false],[51,78,0,true,false,false],[51,80,0,true,true,false],[51,128,0,true,false,false],[52,24,0,true,true,false],[52,52,0,true,false,false],[52,54,0,true,true,false],[52,55,0,true,false,false],[52,57,0,true,true,false],[52,112,0,true,false,false],[53,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":64,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift","mcdc_records":[],"segments":[[7,56,0,true,true,false],[15,34,0,true,true,false],[19,17,0,true,true,false],[19,77,0,true,false,false],[20,17,0,true,true,false],[20,75,0,true,false,false],[22,10,0,true,true,false],[23,6,0,false,false,false],[25,64,0,true,true,false],[33,13,0,true,true,false],[33,67,0,true,false,false],[34,13,0,true,true,false],[34,66,0,true,false,false],[36,6,0,false,false,false],[38,56,0,true,true,false],[44,23,0,true,true,false],[44,77,0,true,false,false],[48,23,0,true,true,false],[48,88,0,true,false,false],[52,23,0,true,true,false],[52,88,0,true,false,false],[53,6,0,false,false,false],[55,59,0,true,true,false],[61,23,0,true,true,false],[61,94,0,true,false,false],[65,23,0,true,true,false],[65,75,0,true,false,false],[66,23,0,true,true,false],[66,94,0,true,false,false],[67,6,0,false,false,false],[69,53,0,true,true,false],[75,23,0,true,true,false],[75,73,0,true,false,false],[79,23,0,true,true,false],[79,73,0,true,false,false],[80,6,0,false,false,false],[82,66,0,true,true,false],[90,13,0,true,true,false],[90,67,0,true,false,false],[91,13,0,true,true,false],[91,80,0,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":96,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":22,"covered":0,"notcovered":22,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[11,32,0,true,true,false],[13,57,0,true,true,false],[13,66,0,true,false,false],[15,6,0,false,false,false],[17,43,0,true,true,false],[20,35,0,true,true,false],[21,6,0,false,false,false],[25,49,0,true,true,false],[27,25,0,true,true,false],[27,31,0,true,false,false],[27,33,0,true,true,false],[27,73,0,true,false,false],[28,6,0,false,false,false],[32,56,0,true,true,false],[35,25,0,true,true,false],[35,32,0,true,false,false],[35,34,0,true,true,false],[35,81,0,true,false,false],[36,25,0,true,true,false],[36,44,0,true,false,false],[36,46,0,true,true,false],[36,85,0,true,false,false],[37,25,0,true,true,false],[37,41,0,true,false,false],[37,43,0,true,true,false],[37,79,0,true,false,false],[38,25,0,true,true,false],[38,42,0,true,false,false],[38,44,0,true,true,false],[38,81,0,true,false,false],[39,25,0,true,true,false],[39,43,0,true,false,false],[39,45,0,true,true,false],[39,83,0,true,false,false],[40,25,0,true,true,false],[40,39,0,true,false,false],[40,41,0,true,true,false],[40,75,0,true,false,false],[41,25,0,true,true,false],[41,39,0,true,false,false],[41,41,0,true,true,false],[41,80,0,true,false,false],[42,25,0,true,true,false],[42,42,0,true,false,false],[42,44,0,true,true,false],[42,81,0,true,false,false],[45,24,0,true,true,false],[45,59,0,true,false,false],[45,61,0,true,true,false],[45,95,0,true,false,false],[46,25,0,true,true,false],[46,54,0,true,false,false],[46,56,0,true,true,false],[46,91,0,true,false,false],[47,6,0,false,false,false],[49,60,0,true,true,false],[56,25,0,true,true,false],[56,45,0,true,false,false],[56,47,0,true,true,false],[56,81,0,true,false,false],[57,25,0,true,true,false],[57,42,0,true,false,false],[57,44,0,true,true,false],[57,75,0,true,false,false],[58,25,0,true,true,false],[58,44,0,true,false,false],[58,46,0,true,true,false],[58,79,0,true,false,false],[59,25,0,true,true,false],[59,45,0,true,false,false],[59,47,0,true,true,false],[59,81,0,true,false,false],[60,25,0,true,true,false],[60,42,0,true,false,false],[60,44,0,true,true,false],[60,75,0,true,false,false],[61,25,0,true,true,false],[61,44,0,true,false,false],[61,46,0,true,true,false],[61,79,0,true,false,false],[67,13,0,true,true,false],[67,22,0,true,false,false],[67,24,0,true,true,false],[67,28,0,true,false,false],[67,30,0,true,true,false],[67,101,0,true,false,false],[70,13,0,true,true,false],[70,22,0,true,false,false],[70,24,0,true,true,false],[70,28,0,true,false,false],[70,30,0,true,true,false],[70,101,0,true,false,false],[72,6,0,false,false,false],[76,49,0,true,true,false],[80,25,0,true,true,false],[80,29,0,true,false,false],[80,31,0,true,true,false],[80,72,0,true,false,false],[81,24,0,true,true,false],[81,35,0,true,false,false],[81,37,0,true,true,false],[81,45,0,true,false,false],[81,47,0,true,true,false],[81,80,0,true,false,false],[82,25,0,true,true,false],[82,37,0,true,false,false],[82,39,0,true,true,false],[82,71,0,true,false,false],[83,25,0,true,true,false],[83,36,0,true,false,false],[83,38,0,true,true,false],[83,63,0,true,false,false],[84,25,0,true,true,false],[84,38,0,true,false,false],[84,40,0,true,true,false],[84,67,0,true,false,false],[85,6,0,false,false,false],[87,48,0,true,true,false],[91,24,0,true,true,false],[91,42,0,true,false,false],[91,44,0,true,true,false],[91,52,0,true,false,false],[94,24,0,true,true,false],[94,41,0,true,false,false],[94,43,0,true,true,false],[94,50,0,true,false,false],[97,24,0,true,true,false],[97,44,0,true,false,false],[97,46,0,true,true,false],[97,56,0,true,false,false],[100,24,0,true,true,false],[100,42,0,true,false,false],[100,44,0,true,true,false],[100,56,0,true,false,false],[101,6,0,false,false,false],[103,57,0,true,true,false],[108,38,0,true,true,false],[109,34,0,true,true,false],[109,52,0,true,false,false],[109,54,0,true,true,false],[109,55,0,true,false,false],[109,57,0,true,true,false],[109,91,0,true,false,false],[111,6,0,false,false,false],[113,56,0,true,true,false],[118,25,0,true,true,false],[118,37,0,true,false,false],[118,39,0,true,true,false],[118,78,0,true,false,false],[119,6,0,false,false,false],[121,57,0,true,true,false],[126,24,0,true,true,false],[126,42,0,true,false,false],[126,44,0,true,true,false],[126,45,0,true,false,false],[126,47,0,true,true,false],[126,88,0,true,false,false],[127,38,0,true,true,false],[128,27,0,true,true,false],[128,31,0,true,false,false],[128,33,0,true,true,false],[128,67,0,true,false,false],[130,6,0,false,false,false],[132,43,0,true,true,false],[138,16,0,true,true,false],[138,27,0,true,false,false],[139,9,0,true,true,false],[140,27,0,true,true,false],[140,31,0,true,false,false],[140,33,0,true,true,false],[140,48,0,true,false,false],[141,9,0,true,true,false],[142,29,0,true,true,false],[142,40,0,true,false,false],[142,42,0,true,true,false],[142,80,0,true,false,false],[143,29,0,true,true,false],[143,43,0,true,false,false],[143,45,0,true,true,false],[143,81,0,true,false,false],[144,10,0,true,true,false],[145,6,0,false,false,false],[147,56,0,true,true,false],[151,38,0,true,true,false],[152,40,0,true,true,false],[153,32,0,true,true,false],[153,49,0,true,false,false],[153,51,0,true,true,false],[153,84,0,true,false,false],[156,14,0,true,true,false],[157,10,0,true,false,false],[158,6,0,false,false,false],[162,52,0,true,true,false],[169,25,0,true,true,false],[169,31,0,true,false,false],[169,33,0,true,true,false],[169,77,0,true,false,false],[170,25,0,true,true,false],[170,41,0,true,false,false],[170,43,0,true,true,false],[170,73,0,true,false,false],[171,25,0,true,true,false],[171,47,0,true,false,false],[171,49,0,true,true,false],[171,91,0,true,false,false],[172,25,0,true,true,false],[172,49,0,true,false,false],[172,51,0,true,true,false],[172,95,0,true,false,false],[173,6,0,false,false,false],[175,48,0,true,true,false],[187,24,0,true,true,false],[187,38,0,true,false,false],[187,40,0,true,true,false],[187,89,0,true,false,false],[188,25,0,true,true,false],[188,45,0,true,false,false],[188,47,0,true,true,false],[188,82,0,true,false,false],[190,13,0,true,true,false],[190,43,0,true,false,false],[190,45,0,true,true,false],[190,46,0,true,false,false],[190,48,0,true,true,false],[190,96,0,true,false,false],[193,13,0,true,true,false],[193,49,0,true,false,false],[193,51,0,true,true,false],[193,69,0,true,false,false],[194,13,0,true,true,false],[194,61,0,true,false,false],[196,6,0,false,false,false],[198,52,0,true,true,false],[207,25,0,true,true,false],[207,47,0,true,false,false],[207,49,0,true,true,false],[207,85,0,true,false,false],[208,38,0,true,true,false],[210,16,0,true,true,false],[210,38,0,true,false,false],[210,39,0,true,true,false],[211,45,0,true,true,false],[211,73,0,true,false,false],[211,75,0,true,true,false],[211,76,0,true,false,false],[211,78,0,true,true,false],[211,106,0,true,false,false],[214,6,0,false,false,false],[216,50,0,true,true,false],[224,46,0,true,true,false],[225,28,0,true,true,false],[225,51,0,true,false,false],[225,53,0,true,true,false],[225,83,0,true,false,false],[226,41,0,true,true,false],[226,56,0,true,false,false],[226,58,0,true,true,false],[226,59,0,true,false,false],[226,61,0,true,true,false],[226,101,0,true,false,false],[227,10,0,true,true,false],[228,6,0,false,false,false],[230,49,0,true,true,false],[239,25,0,true,true,false],[239,31,0,true,false,false],[239,33,0,true,true,false],[239,54,0,true,false,false],[240,25,0,true,true,false],[240,47,0,true,false,false],[240,49,0,true,true,false],[240,91,0,true,false,false],[243,12,0,true,true,false],[243,27,0,true,false,false],[243,28,0,true,true,false],[244,29,0,true,true,false],[244,49,0,true,false,false],[244,51,0,true,true,false],[244,96,0,true,false,false],[247,16,0,true,true,false],[247,38,0,true,false,false],[247,39,0,true,true,false],[249,21,0,true,true,false],[249,49,0,true,false,false],[249,51,0,true,true,false],[249,52,0,true,false,false],[249,54,0,true,true,false],[249,102,0,true,false,false],[252,16,0,true,true,false],[255,17,0,true,true,false],[255,45,0,true,false,false],[255,47,0,true,true,false],[255,65,0,true,false,false],[256,17,0,true,true,false],[256,60,0,true,false,false],[259,6,0,false,false,false],[261,43,0,true,true,false],[272,23,0,true,true,false],[272,37,0,true,false,false],[272,39,0,true,true,false],[272,66,0,true,false,false],[273,24,0,true,true,false],[273,52,0,true,false,false],[273,54,0,true,true,false],[273,55,0,true,false,false],[273,57,0,true,true,false],[273,101,0,true,false,false],[274,6,0,false,false,false],[278,46,0,true,true,false],[282,25,0,true,true,false],[282,31,0,true,false,false],[282,33,0,true,true,false],[282,73,0,true,false,false],[283,25,0,true,true,false],[283,41,0,true,false,false],[283,43,0,true,true,false],[283,73,0,true,false,false],[284,6,0,false,false,false],[286,43,0,true,true,false],[290,25,0,true,true,false],[290,38,0,true,false,false],[291,25,0,true,true,false],[291,48,0,true,false,false],[294,25,0,true,true,false],[294,37,0,true,false,false],[295,25,0,true,true,false],[295,47,0,true,false,false],[298,25,0,true,true,false],[298,40,0,true,false,false],[299,25,0,true,true,false],[299,50,0,true,false,false],[302,25,0,true,true,false],[302,38,0,true,false,false],[303,25,0,true,true,false],[303,48,0,true,false,false],[304,6,0,false,false,false],[306,40,0,true,true,false],[312,25,0,true,true,false],[312,31,0,true,false,false],[312,33,0,true,true,false],[312,63,0,true,false,false],[313,25,0,true,true,false],[313,41,0,true,false,false],[313,43,0,true,true,false],[313,73,0,true,false,false],[314,25,0,true,true,false],[314,47,0,true,false,false],[314,49,0,true,true,false],[314,85,0,true,false,false],[315,25,0,true,true,false],[315,49,0,true,false,false],[315,51,0,true,true,false],[315,89,0,true,false,false],[319,25,0,true,true,false],[319,39,0,true,false,false],[319,41,0,true,true,false],[319,84,0,true,false,false],[320,6,0,false,false,false],[322,48,0,true,true,false],[330,12,0,true,true,false],[330,27,0,true,false,false],[330,63,0,true,true,false],[331,29,0,true,true,false],[331,49,0,true,false,false],[331,51,0,true,true,false],[331,92,0,true,false,false],[333,17,0,true,true,false],[333,45,0,true,false,false],[333,47,0,true,true,false],[333,48,0,true,false,false],[333,50,0,true,true,false],[333,96,0,true,false,false],[336,6,0,false,false,false],[338,47,0,true,true,false],[344,25,0,true,true,false],[344,41,0,true,false,false],[344,43,0,true,true,false],[344,73,0,true,false,false],[345,25,0,true,true,false],[345,39,0,true,false,false],[345,41,0,true,true,false],[345,81,0,true,false,false],[346,25,0,true,true,false],[346,47,0,true,false,false],[346,49,0,true,true,false],[346,91,0,true,false,false],[347,25,0,true,true,false],[347,49,0,true,false,false],[347,51,0,true,true,false],[347,95,0,true,false,false],[350,6,0,false,false,false],[352,53,0,true,true,false],[358,24,0,true,true,false],[358,52,0,true,false,false],[358,54,0,true,true,false],[358,55,0,true,false,false],[358,57,0,true,true,false],[358,102,0,true,false,false],[360,23,0,true,true,false],[360,37,0,true,false,false],[360,39,0,true,true,false],[360,67,0,true,false,false],[361,6,0,false,false,false],[365,68,0,true,true,false],[372,25,0,true,true,false],[372,31,0,true,false,false],[372,33,0,true,true,false],[372,73,0,true,false,false],[375,12,0,true,true,false],[375,27,0,true,false,false],[375,28,0,true,true,false],[376,29,0,true,true,false],[376,49,0,true,false,false],[376,51,0,true,true,false],[376,87,0,true,false,false],[378,17,0,true,true,false],[378,78,0,true,true,false],[378,83,0,true,false,false],[379,17,0,true,true,false],[379,102,0,true,false,false],[384,25,0,true,true,false],[384,41,0,true,false,false],[384,43,0,true,true,false],[384,73,0,true,false,false],[385,25,0,true,true,false],[385,47,0,true,false,false],[385,49,0,true,true,false],[385,91,0,true,false,false],[388,12,0,true,true,false],[388,26,0,true,false,false],[388,27,0,true,true,false],[390,17,0,true,true,false],[390,45,0,true,false,false],[390,47,0,true,true,false],[390,48,0,true,false,false],[391,17,0,true,true,false],[391,98,0,true,false,false],[394,6,0,false,false,false],[396,83,0,true,true,false],[404,54,0,true,true,false],[404,58,0,true,false,false],[414,25,0,true,true,false],[414,31,0,true,false,false],[414,33,0,true,true,false],[414,73,0,true,false,false],[416,12,0,true,true,false],[416,27,0,true,false,false],[416,28,0,true,true,false],[418,29,0,true,true,false],[418,49,0,true,false,false],[418,51,0,true,true,false],[418,87,0,true,false,false],[420,17,0,true,true,false],[420,74,0,true,true,false],[420,79,0,true,false,false],[421,17,0,true,true,false],[421,90,0,true,false,false],[426,12,0,true,true,false],[426,28,0,true,false,false],[426,29,0,true,true,false],[429,17,0,true,true,false],[429,50,0,true,false,false],[430,17,0,true,true,false],[430,103,0,true,false,false],[433,6,0,false,false,false],[435,54,0,true,true,false],[442,25,0,true,true,false],[442,31,0,true,false,false],[442,33,0,true,true,false],[442,73,0,true,false,false],[443,25,0,true,true,false],[443,41,0,true,false,false],[443,43,0,true,true,false],[443,73,0,true,false,false],[444,25,0,true,true,false],[444,47,0,true,false,false],[444,49,0,true,true,false],[444,91,0,true,false,false],[447,12,0,true,true,false],[447,27,0,true,false,false],[447,28,0,true,true,false],[448,29,0,true,true,false],[448,49,0,true,false,false],[448,51,0,true,true,false],[448,87,0,true,false,false],[450,17,0,true,true,false],[450,78,0,true,true,false],[450,83,0,true,false,false],[451,17,0,true,true,false],[451,80,0,true,false,false],[454,6,0,false,false,false],[456,66,0,true,true,false],[462,25,0,true,true,false],[462,31,0,true,false,false],[462,33,0,true,true,false],[462,73,0,true,false,false],[464,12,0,true,true,false],[464,27,0,true,false,false],[464,28,0,true,true,false],[465,29,0,true,true,false],[465,49,0,true,false,false],[465,51,0,true,true,false],[465,87,0,true,false,false],[467,17,0,true,true,false],[467,74,0,true,true,false],[467,79,0,true,false,false],[468,17,0,true,true,false],[468,73,0,true,false,false],[471,6,0,false,false,false],[473,51,0,true,true,false],[503,31,0,true,true,false],[505,31,0,true,true,false],[505,33,0,true,false,false],[505,35,0,true,true,false],[505,51,0,true,false,false],[505,53,0,true,true,false],[505,97,0,true,false,false],[508,29,0,true,true,false],[508,35,0,true,false,false],[508,37,0,true,true,false],[508,86,0,true,false,false],[509,10,0,true,true,false],[510,6,0,false,false,false],[512,78,0,true,true,false],[516,13,0,true,true,false],[516,67,0,true,false,false],[517,13,0,true,true,false],[517,58,0,true,false,false],[520,13,0,true,true,false],[520,60,0,true,false,false],[521,13,0,true,true,false],[521,51,0,true,false,false],[525,24,0,true,true,false],[525,40,0,true,false,false],[525,42,0,true,true,false],[525,87,0,true,false,false],[528,24,0,true,true,false],[528,40,0,true,false,false],[528,42,0,true,true,false],[528,80,0,true,false,false],[529,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":248,"covered":0,"percent":0},"instantiations":{"count":248,"covered":0,"percent":0},"lines":{"count":697,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":285,"covered":0,"notcovered":285,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift","mcdc_records":[],"segments":[[12,22,0,true,true,false],[22,6,0,false,false,false],[24,55,0,true,true,false],[43,24,0,true,true,false],[43,30,0,true,false,false],[43,32,0,true,true,false],[43,60,0,true,false,false],[43,62,0,true,true,false],[43,124,0,true,false,false],[44,24,0,true,true,false],[44,32,0,true,false,false],[44,34,0,true,true,false],[44,62,0,true,false,false],[44,64,0,true,true,false],[44,130,0,true,false,false],[45,24,0,true,true,false],[45,31,0,true,false,false],[45,33,0,true,true,false],[45,61,0,true,false,false],[45,63,0,true,true,false],[45,130,0,true,false,false],[46,6,0,false,false,false],[53,67,0,true,true,false],[101,59,0,true,true,false],[104,13,0,true,true,false],[106,14,0,true,true,false],[107,25,0,true,false,false],[111,13,0,true,true,false],[111,43,0,true,false,false],[112,13,0,true,true,false],[113,75,0,true,false,false],[117,49,0,true,true,false],[118,67,0,true,true,false],[120,14,0,true,true,false],[121,25,0,true,false,false],[125,13,0,true,true,false],[125,33,0,true,false,false],[126,13,0,true,true,false],[126,104,0,true,false,false],[128,6,0,false,false,false],[131,59,0,true,true,false],[176,47,0,true,true,false],[179,13,0,true,true,false],[181,14,0,true,true,false],[182,25,0,true,false,false],[186,13,0,true,true,false],[186,31,0,true,false,false],[187,13,0,true,true,false],[187,98,0,true,false,false],[189,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":207,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift","mcdc_records":[],"segments":[[11,79,0,true,true,false],[54,49,0,true,true,false],[54,105,0,true,false,false],[55,25,0,true,true,false],[55,38,0,true,false,false],[55,40,0,true,true,false],[55,96,0,true,false,false],[56,24,0,true,true,false],[56,47,0,true,false,false],[56,49,0,true,true,false],[56,57,0,true,false,false],[56,59,0,true,true,false],[56,119,0,true,false,false],[57,25,0,true,true,false],[57,51,0,true,false,false],[58,23,0,true,true,false],[58,102,0,true,true,false],[58,107,0,true,false,false],[60,13,0,true,true,false],[60,88,0,true,true,false],[60,93,0,true,false,false],[61,13,0,true,true,false],[61,75,0,true,false,false],[64,13,0,true,true,false],[64,86,0,true,true,false],[64,91,0,true,false,false],[65,13,0,true,true,false],[65,73,0,true,false,false],[70,24,0,true,true,false],[70,34,0,true,false,false],[70,36,0,true,true,false],[70,44,0,true,false,false],[70,46,0,true,true,false],[70,134,0,true,false,false],[71,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":79,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift","mcdc_records":[],"segments":[[8,63,0,true,true,false],[41,31,0,true,true,false],[43,27,0,true,true,false],[43,34,0,true,false,false],[43,36,0,true,true,false],[43,81,0,true,false,false],[44,10,0,true,true,false],[46,24,0,true,true,false],[46,42,0,true,false,false],[46,44,0,true,true,false],[46,51,0,true,false,false],[47,6,0,false,false,false],[49,54,0,true,true,false],[58,24,0,true,true,false],[58,31,0,true,false,false],[58,33,0,true,true,false],[58,78,0,true,false,false],[59,24,0,true,true,false],[59,45,0,true,false,false],[59,47,0,true,true,false],[59,70,0,true,false,false],[60,6,0,false,false,false],[67,49,0,true,true,false],[67,51,0,false,false,false],[70,32,0,true,true,false],[72,6,0,false,false,false],[74,102,0,true,true,false],[76,73,0,true,true,false],[76,76,0,true,false,false],[76,79,0,true,true,false],[76,93,0,true,false,false],[77,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":13,"covered":0,"percent":0},"instantiations":{"count":13,"covered":0,"percent":0},"lines":{"count":68,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift","mcdc_records":[],"segments":[[14,40,0,true,true,false],[15,32,0,true,true,false],[18,42,0,true,true,false],[18,76,0,true,false,false],[21,49,0,true,true,false],[21,80,0,true,false,false],[23,6,0,false,false,false],[25,43,0,true,true,false],[30,35,0,true,true,false],[31,6,0,false,false,false],[33,60,0,true,true,false],[51,24,0,true,true,false],[51,29,0,true,false,false],[51,31,0,true,true,false],[51,37,0,true,false,false],[51,39,0,true,true,false],[51,96,0,true,false,false],[52,6,0,false,false,false],[54,61,0,true,true,false],[86,24,0,true,true,false],[86,36,0,true,false,false],[86,38,0,true,true,false],[86,48,0,true,false,false],[87,27,0,true,true,false],[87,39,0,true,false,false],[87,41,0,true,true,false],[87,50,0,true,false,false],[88,6,0,false,false,false],[94,37,0,true,true,false],[94,49,0,false,false,false],[95,28,0,true,true,false],[95,30,0,false,false,false],[96,36,0,true,true,false],[96,38,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":16,"covered":0,"percent":0},"instantiations":{"count":16,"covered":0,"percent":0},"lines":{"count":84,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift","mcdc_records":[],"segments":[[6,64,0,true,true,false],[12,23,0,true,true,false],[12,29,0,true,false,false],[13,6,0,false,false,false],[15,49,0,true,true,false],[31,24,0,true,true,false],[31,30,0,true,false,false],[32,6,0,false,false,false],[34,45,0,true,true,false],[40,24,0,true,true,false],[40,30,0,true,false,false],[41,6,0,false,false,false],[43,52,0,true,true,false],[49,24,0,true,true,false],[49,30,0,true,false,false],[50,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":46,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift","mcdc_records":[],"segments":[[10,53,0,true,true,false],[26,31,0,true,true,false],[27,86,0,true,true,false],[30,14,0,true,true,false],[32,17,0,true,true,false],[32,26,0,true,false,false],[33,17,0,true,true,false],[33,49,0,true,false,false],[34,17,0,true,true,false],[34,83,0,true,false,false],[36,10,0,true,true,false],[37,6,0,false,false,false],[39,76,0,true,true,false],[49,36,0,true,true,false],[49,40,0,true,false,false],[52,13,0,true,true,false],[52,74,0,true,false,false],[53,13,0,true,true,false],[53,85,0,true,false,false],[55,6,0,false,false,false],[57,62,0,true,true,false],[67,36,0,true,true,false],[67,40,0,true,false,false],[70,13,0,true,true,false],[70,78,0,true,false,false],[71,13,0,true,true,false],[71,81,0,true,false,false],[73,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":71,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":16,"covered":0,"notcovered":16,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift","mcdc_records":[],"segments":[[7,67,0,true,true,false],[21,24,0,true,true,false],[21,30,0,true,false,false],[21,32,0,true,true,false],[21,40,0,true,false,false],[22,6,0,false,false,false],[24,65,0,true,true,false],[38,24,0,true,true,false],[38,30,0,true,false,false],[38,32,0,true,true,false],[38,39,0,true,false,false],[39,6,0,false,false,false],[41,59,0,true,true,false],[55,24,0,true,true,false],[55,34,0,true,false,false],[55,36,0,true,true,false],[55,44,0,true,false,false],[56,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift","mcdc_records":[],"segments":[[13,40,0,true,true,false],[14,32,0,true,true,false],[16,6,0,false,false,false],[18,43,0,true,true,false],[20,35,0,true,true,false],[21,6,0,false,false,false],[25,50,0,true,true,false],[27,24,0,true,true,false],[27,48,0,true,false,false],[27,50,0,true,true,false],[27,58,0,true,false,false],[33,24,0,true,true,false],[33,48,0,true,false,false],[33,50,0,true,true,false],[33,66,0,true,false,false],[34,6,0,false,false,false],[36,54,0,true,true,false],[38,22,0,true,true,false],[38,50,0,true,false,false],[44,24,0,true,true,false],[44,52,0,true,false,false],[44,54,0,true,true,false],[44,62,0,true,false,false],[45,6,0,false,false,false],[47,55,0,true,true,false],[49,24,0,true,true,false],[49,56,0,true,false,false],[55,23,0,true,true,false],[55,55,0,true,false,false],[56,6,0,false,false,false],[58,69,0,true,true,false],[65,24,0,true,true,false],[65,48,0,true,false,false],[65,50,0,true,true,false],[65,58,0,true,false,false],[66,24,0,true,true,false],[66,52,0,true,false,false],[66,54,0,true,true,false],[66,68,0,true,false,false],[67,6,0,false,false,false],[71,63,0,true,true,false],[73,22,0,true,true,false],[73,50,0,true,false,false],[76,23,0,true,true,false],[76,55,0,true,false,false],[77,6,0,false,false,false],[79,66,0,true,true,false],[86,23,0,true,true,false],[86,55,0,true,false,false],[87,6,0,false,false,false],[89,68,0,true,true,false],[96,24,0,true,true,false],[96,56,0,true,false,false],[97,6,0,false,false,false],[101,54,0,true,true,false],[103,24,0,true,true,false],[103,52,0,true,false,false],[110,23,0,true,true,false],[110,51,0,true,false,false],[111,6,0,false,false,false],[113,51,0,true,true,false],[119,24,0,true,true,false],[119,59,0,true,false,false],[119,61,0,true,true,false],[119,77,0,true,false,false],[120,6,0,false,false,false],[122,47,0,true,true,false],[128,24,0,true,true,false],[128,55,0,true,false,false],[128,57,0,true,true,false],[128,65,0,true,false,false],[129,6,0,false,false,false],[131,56,0,true,true,false],[137,24,0,true,true,false],[137,52,0,true,false,false],[138,6,0,false,false,false],[140,58,0,true,true,false],[146,24,0,true,true,false],[146,52,0,true,false,false],[147,6,0,false,false,false],[151,61,0,true,true,false],[153,24,0,true,true,false],[153,48,0,true,false,false],[153,50,0,true,true,false],[153,58,0,true,false,false],[156,24,0,true,true,false],[156,52,0,true,false,false],[157,6,0,false,false,false],[159,63,0,true,true,false],[164,23,0,true,true,false],[164,51,0,true,false,false],[165,6,0,false,false,false],[167,63,0,true,true,false],[173,24,0,true,true,false],[173,55,0,true,false,false],[174,6,0,false,false,false],[176,65,0,true,true,false],[178,24,0,true,true,false],[178,48,0,true,false,false],[178,50,0,true,true,false],[178,58,0,true,false,false],[181,23,0,true,true,false],[181,54,0,true,false,false],[182,6,0,false,false,false],[186,56,0,true,true,false],[188,24,0,true,true,false],[188,48,0,true,false,false],[188,50,0,true,true,false],[188,58,0,true,false,false],[191,22,0,true,true,false],[191,57,0,true,false,false],[192,6,0,false,false,false],[194,48,0,true,true,false],[199,24,0,true,true,false],[199,59,0,true,false,false],[199,61,0,true,true,false],[199,75,0,true,false,false],[200,6,0,false,false,false],[202,51,0,true,true,false],[208,22,0,true,true,false],[208,53,0,true,false,false],[209,6,0,false,false,false],[211,44,0,true,true,false],[216,24,0,true,true,false],[216,55,0,true,false,false],[216,57,0,true,true,false],[216,69,0,true,false,false],[217,6,0,false,false,false],[221,50,0,true,true,false],[229,24,0,true,true,false],[229,48,0,true,false,false],[229,50,0,true,true,false],[229,58,0,true,false,false],[230,6,0,false,false,false],[232,58,0,true,true,false],[235,23,0,true,true,false],[235,55,0,true,false,false],[241,24,0,true,true,false],[241,56,0,true,false,false],[242,6,0,false,false,false],[246,54,0,true,true,false],[247,23,0,true,true,false],[247,59,0,true,false,false],[248,6,0,false,false,false],[250,60,0,true,true,false],[251,24,0,true,true,false],[251,66,0,true,false,false],[252,6,0,false,false,false],[256,81,0,true,true,false],[264,24,0,true,true,false],[264,48,0,true,false,false],[264,50,0,true,true,false],[264,66,0,true,false,false],[265,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":76,"covered":0,"percent":0},"instantiations":{"count":76,"covered":0,"percent":0},"lines":{"count":260,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":0,"notcovered":78,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift","mcdc_records":[],"segments":[[10,61,0,true,true,false],[57,24,0,true,true,false],[57,35,0,true,false,false],[57,37,0,true,true,false],[57,44,0,true,false,false],[58,24,0,true,true,false],[58,36,0,true,false,false],[58,38,0,true,true,false],[58,45,0,true,false,false],[59,23,0,true,true,false],[59,43,0,true,false,false],[60,23,0,true,true,false],[60,44,0,true,false,false],[61,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":58,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift","mcdc_records":[],"segments":[[6,46,0,true,true,false],[9,24,0,true,true,false],[9,29,0,true,false,false],[9,31,0,true,true,false],[9,32,0,true,false,false],[9,34,0,true,true,false],[9,93,0,true,false,false],[10,6,0,false,false,false],[12,60,0,true,true,false],[15,24,0,true,true,false],[15,29,0,true,false,false],[15,31,0,true,true,false],[15,32,0,true,false,false],[15,34,0,true,true,false],[15,88,0,true,false,false],[16,6,0,false,false,false],[18,43,0,true,true,false],[20,24,0,true,true,false],[20,29,0,true,false,false],[20,31,0,true,true,false],[20,32,0,true,false,false],[21,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":22,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift","mcdc_records":[],"segments":[[7,67,0,true,true,false],[32,40,0,true,true,false],[32,71,0,true,false,false],[33,25,0,true,true,false],[33,30,0,true,false,false],[33,32,0,true,true,false],[33,73,0,true,false,false],[34,24,0,true,true,false],[34,37,0,true,false,false],[34,39,0,true,true,false],[34,50,0,true,false,false],[34,52,0,true,true,false],[34,106,0,true,false,false],[36,13,0,true,true,false],[36,44,0,true,true,false],[36,100,0,true,false,false],[36,104,0,true,true,false],[36,109,0,true,false,false],[37,13,0,true,true,false],[37,79,0,true,false,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":11,"covered":0,"percent":0},"instantiations":{"count":11,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift","mcdc_records":[],"segments":[[7,55,0,true,true,false],[29,24,0,true,true,false],[29,37,0,true,true,false],[29,41,0,true,false,false],[29,44,0,true,true,false],[29,83,0,true,false,false],[30,24,0,true,true,false],[30,38,0,true,false,false],[30,40,0,true,true,false],[30,41,0,true,false,false],[30,43,0,true,true,false],[30,98,0,true,false,false],[31,6,0,false,false,false],[33,61,0,true,true,false],[47,24,0,true,true,false],[47,51,0,true,false,false],[47,53,0,true,true,false],[47,63,0,true,false,false],[48,6,0,false,false,false],[50,64,0,true,true,false],[75,24,0,true,true,false],[75,51,0,true,false,false],[75,53,0,true,true,false],[75,63,0,true,false,false],[76,6,0,false,false,false],[91,1,0,true,true,false],[92,8,0,true,true,false],[92,20,0,true,false,false],[92,21,0,true,true,false],[92,37,0,true,true,false],[93,25,0,true,true,false],[93,52,0,true,false,false],[94,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":83,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift","mcdc_records":[],"segments":[[5,52,0,true,true,false],[9,36,0,true,true,false],[17,10,0,true,false,false],[18,25,0,true,true,false],[20,10,0,true,true,false],[23,24,0,true,true,false],[23,38,0,true,false,false],[23,40,0,true,true,false],[23,41,0,true,false,false],[24,24,0,true,true,false],[24,37,0,true,true,false],[24,43,0,true,false,false],[24,46,0,true,true,false],[24,64,0,true,false,false],[25,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":35,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift","mcdc_records":[],"segments":[[10,49,9,true,true,false],[10,51,0,false,false,false],[20,40,0,true,true,false],[23,6,0,false,false,false],[25,43,0,true,true,false],[28,6,0,false,false,false],[32,39,0,true,true,false],[38,24,0,true,true,false],[38,63,0,true,false,false],[40,29,0,true,true,false],[43,47,0,true,true,false],[43,63,0,true,true,false],[47,50,0,true,true,false],[47,66,0,true,true,false],[50,24,0,true,true,false],[51,93,0,true,true,false],[52,22,0,true,false,false],[52,29,0,true,true,false],[54,22,0,true,true,false],[57,63,0,true,true,false],[57,80,0,true,false,false],[65,24,0,true,true,false],[65,65,0,true,false,false],[67,29,0,true,true,false],[68,54,0,true,true,false],[68,70,0,true,true,false],[69,65,0,true,true,false],[69,81,0,true,true,false],[72,46,0,true,true,false],[72,77,0,true,false,false],[80,24,0,true,true,false],[80,66,0,true,false,false],[82,29,0,true,true,false],[85,50,0,true,true,false],[85,66,0,true,true,false],[88,38,0,true,true,false],[89,28,0,true,true,false],[90,98,0,true,true,false],[91,26,0,true,false,false],[91,33,0,true,true,false],[93,26,0,true,true,false],[96,54,0,true,true,false],[96,70,0,true,true,false],[97,22,0,true,true,false],[101,45,0,true,false,false],[109,24,0,true,true,false],[109,66,0,true,false,false],[111,29,0,true,true,false],[114,50,0,true,true,false],[114,66,0,true,true,false],[118,51,0,true,true,false],[118,67,0,true,true,false],[122,45,0,true,false,false],[130,24,0,true,true,false],[130,66,0,true,false,false],[132,29,0,true,true,false],[134,50,0,true,true,false],[134,66,0,true,true,false],[138,49,0,true,false,false],[142,6,0,false,false,false],[146,53,0,true,true,false],[150,39,0,true,true,false],[162,16,0,true,true,false],[163,69,0,true,true,false],[165,20,0,true,true,false],[165,27,0,true,false,false],[165,28,0,true,true,false],[168,18,0,true,false,false],[168,24,0,true,true,false],[171,18,0,true,false,false],[172,21,0,true,true,false],[175,14,0,true,true,false],[178,10,0,true,true,false],[185,12,0,true,true,false],[185,36,0,true,false,false],[185,37,0,true,true,false],[187,50,0,true,true,false],[189,14,0,true,true,false],[190,10,0,true,false,false],[193,24,0,true,true,false],[193,45,0,true,false,false],[193,47,0,true,true,false],[193,48,0,true,false,false],[193,50,0,true,true,false],[193,89,0,true,false,false],[194,24,0,true,true,false],[194,45,0,true,false,false],[194,47,0,true,true,false],[194,66,0,true,false,false],[194,68,0,true,true,false],[194,100,0,true,false,false],[195,6,0,false,false,false],[199,52,0,true,true,false],[200,44,0,true,true,false],[200,86,0,true,false,false],[206,61,0,true,true,false],[208,23,0,true,true,false],[208,30,0,true,false,false],[208,32,0,true,true,false],[208,79,0,true,false,false],[209,6,0,false,false,false],[211,65,0,true,true,false],[212,44,0,true,true,false],[212,86,0,true,false,false],[219,61,0,true,true,false],[221,24,0,true,true,false],[221,31,0,true,false,false],[221,33,0,true,true,false],[221,93,0,true,false,false],[222,24,0,true,true,false],[222,41,0,true,false,false],[222,43,0,true,true,false],[222,88,0,true,false,false],[224,13,0,true,true,false],[224,34,0,true,false,false],[224,36,0,true,true,false],[224,94,0,true,false,false],[226,6,0,false,false,false],[228,57,0,true,true,false],[229,44,0,true,true,false],[229,90,0,true,false,false],[235,61,0,true,true,false],[237,23,0,true,true,false],[237,30,0,true,false,false],[237,32,0,true,true,false],[237,76,0,true,false,false],[238,6,0,false,false,false],[240,47,0,true,true,false],[241,44,0,true,true,false],[241,86,0,true,false,false],[247,61,0,true,true,false],[249,23,0,true,true,false],[249,30,0,true,false,false],[249,32,0,true,true,false],[249,83,0,true,false,false],[250,6,0,false,false,false],[252,43,0,true,true,false],[253,44,0,true,true,false],[253,90,0,true,false,false],[259,61,0,true,true,false],[261,23,0,true,true,false],[261,30,0,true,false,false],[261,32,0,true,true,false],[261,78,0,true,false,false],[262,6,0,false,false,false],[264,48,0,true,true,false],[265,44,0,true,true,false],[265,89,0,true,false,false],[271,61,0,true,true,false],[273,23,0,true,true,false],[273,30,0,true,false,false],[273,32,0,true,true,false],[273,88,0,true,false,false],[274,6,0,false,false,false],[278,49,0,true,true,false],[287,23,0,true,true,false],[287,37,0,true,false,false],[291,23,0,true,true,false],[291,40,0,true,false,false],[294,12,0,true,true,false],[295,81,0,true,true,false],[296,10,0,true,false,false],[296,17,0,true,true,false],[298,10,0,true,true,false],[304,27,0,true,true,false],[304,38,0,true,false,false],[304,40,0,true,true,false],[304,44,0,true,false,false],[304,46,0,true,true,false],[304,90,0,true,false,false],[305,6,0,false,false,false],[309,44,0,true,true,false],[315,23,0,true,true,false],[315,40,0,true,false,false],[318,27,0,true,true,false],[321,27,0,true,true,false],[321,44,0,true,false,false],[321,46,0,true,true,false],[321,75,0,true,false,false],[322,10,0,true,true,false],[325,27,0,true,true,false],[326,16,0,true,true,false],[327,92,0,true,true,false],[328,14,0,true,false,false],[328,21,0,true,true,false],[330,14,0,true,true,false],[331,10,0,true,true,false],[333,23,0,true,true,false],[333,40,0,true,false,false],[333,42,0,true,true,false],[333,77,0,true,false,false],[334,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":1,"percent":1.5873015873015872},"instantiations":{"count":63,"covered":1,"percent":1.5873015873015872},"lines":{"count":408,"covered":1,"percent":0.24509803921568626},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":122,"covered":1,"notcovered":121,"percent":0.81967213114754101}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift","mcdc_records":[],"segments":[[8,36,0,true,true,false],[11,13,0,true,true,false],[11,107,0,true,false,false],[12,13,0,true,true,false],[12,22,0,true,false,false],[16,13,0,true,true,false],[16,67,0,true,false,false],[17,13,0,true,true,false],[17,22,0,true,false,false],[19,6,0,false,false,false],[21,36,0,true,true,false],[23,13,0,true,true,false],[23,107,0,true,false,false],[24,13,0,true,true,false],[24,22,0,true,false,false],[27,13,0,true,true,false],[27,67,0,true,false,false],[28,13,0,true,true,false],[28,22,0,true,false,false],[30,6,0,false,false,false],[32,40,0,true,true,false],[34,13,0,true,true,false],[34,111,0,true,false,false],[35,13,0,true,true,false],[35,26,0,true,false,false],[37,6,0,false,false,false],[39,47,0,true,true,false],[43,13,0,true,true,false],[43,98,0,true,false,false],[44,13,0,true,true,false],[44,22,0,true,false,false],[46,6,0,false,false,false],[48,53,0,true,true,false],[51,13,0,true,true,false],[51,85,0,true,false,false],[52,13,0,true,true,false],[52,22,0,true,false,false],[55,13,0,true,true,false],[55,88,0,true,false,false],[56,13,0,true,true,false],[56,22,0,true,false,false],[58,6,0,false,false,false],[60,45,0,true,true,false],[62,13,0,true,true,false],[62,69,0,true,false,false],[63,13,0,true,true,false],[63,21,0,true,false,false],[66,13,0,true,true,false],[66,73,0,true,false,false],[67,13,0,true,true,false],[67,21,0,true,false,false],[69,6,0,false,false,false],[73,34,0,true,true,false],[74,24,0,true,true,false],[74,60,0,true,false,false],[74,62,0,true,true,false],[74,67,0,true,false,false],[75,6,0,false,false,false],[77,34,0,true,true,false],[78,24,0,true,true,false],[78,60,0,true,false,false],[78,62,0,true,true,false],[78,67,0,true,false,false],[79,6,0,false,false,false],[81,38,0,true,true,false],[82,24,0,true,true,false],[82,64,0,true,false,false],[82,66,0,true,true,false],[82,69,0,true,false,false],[83,6,0,false,false,false],[85,38,0,true,true,false],[86,22,0,true,true,false],[86,57,0,true,false,false],[87,6,0,false,false,false],[91,29,0,true,true,false],[92,24,0,true,true,false],[92,62,0,true,false,false],[92,64,0,true,true,false],[92,74,0,true,false,false],[93,24,0,true,true,false],[93,62,0,true,false,false],[93,64,0,true,true,false],[93,74,0,true,false,false],[94,24,0,true,true,false],[94,66,0,true,false,false],[94,68,0,true,true,false],[94,82,0,true,false,false],[95,24,0,true,true,false],[95,61,0,true,false,false],[95,63,0,true,true,false],[95,72,0,true,false,false],[96,6,0,false,false,false],[100,42,0,true,true,false],[107,24,0,true,true,false],[107,66,0,true,false,false],[107,68,0,true,true,false],[107,77,0,true,false,false],[108,24,0,true,true,false],[108,66,0,true,false,false],[108,68,0,true,true,false],[108,77,0,true,false,false],[109,24,0,true,true,false],[109,70,0,true,false,false],[109,72,0,true,true,false],[109,85,0,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":53,"covered":0,"percent":0},"instantiations":{"count":53,"covered":0,"percent":0},"lines":{"count":127,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":0,"notcovered":53,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift","mcdc_records":[],"segments":[[41,32,0,true,true,false],[46,45,0,true,true,false],[46,51,0,true,false,false],[47,6,0,false,false,false],[49,35,0,true,true,false],[52,6,0,false,false,false],[60,45,0,true,true,false],[61,32,0,true,true,false],[62,45,0,true,true,false],[62,51,0,true,false,false],[63,6,0,false,false,false],[65,48,0,true,true,false],[67,35,0,true,true,false],[68,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift","mcdc_records":[],"segments":[[7,43,0,true,true,false],[9,6,0,false,false,false],[11,46,0,true,true,false],[13,6,0,false,false,false],[17,51,0,true,true,false],[20,42,0,true,true,false],[21,27,0,true,true,false],[21,65,0,true,false,false],[21,67,0,true,true,false],[21,100,0,true,false,false],[24,13,0,true,true,false],[24,31,0,true,false,false],[24,33,0,true,true,false],[24,83,0,true,false,false],[26,6,0,false,false,false],[28,42,0,true,true,false],[51,44,0,true,true,false],[53,28,0,true,true,false],[53,34,0,true,false,false],[53,36,0,true,true,false],[53,44,0,true,false,false],[53,46,0,true,true,false],[53,94,0,true,false,false],[54,10,0,true,true,false],[55,6,0,false,false,false],[57,47,0,true,true,false],[61,24,0,true,true,false],[61,60,0,true,false,false],[61,62,0,true,true,false],[61,65,0,true,false,false],[62,24,0,true,true,false],[62,60,0,true,false,false],[62,62,0,true,true,false],[62,65,0,true,false,false],[63,24,0,true,true,false],[63,60,0,true,false,false],[63,62,0,true,true,false],[63,65,0,true,false,false],[66,24,0,true,true,false],[66,65,0,true,false,false],[66,67,0,true,true,false],[66,72,0,true,false,false],[67,24,0,true,true,false],[67,64,0,true,false,false],[67,66,0,true,true,false],[67,71,0,true,false,false],[68,24,0,true,true,false],[68,65,0,true,false,false],[68,67,0,true,true,false],[68,72,0,true,false,false],[71,24,0,true,true,false],[71,62,0,true,false,false],[71,64,0,true,true,false],[71,70,0,true,false,false],[72,24,0,true,true,false],[72,66,0,true,false,false],[72,68,0,true,true,false],[72,74,0,true,false,false],[73,24,0,true,true,false],[73,63,0,true,false,false],[73,65,0,true,true,false],[73,71,0,true,false,false],[74,24,0,true,true,false],[74,63,0,true,false,false],[74,65,0,true,true,false],[74,71,0,true,false,false],[75,24,0,true,true,false],[75,66,0,true,false,false],[75,68,0,true,true,false],[75,74,0,true,false,false],[76,24,0,true,true,false],[76,67,0,true,false,false],[76,69,0,true,true,false],[76,75,0,true,false,false],[79,24,0,true,true,false],[79,64,0,true,false,false],[79,66,0,true,true,false],[79,85,0,true,false,false],[80,24,0,true,true,false],[80,62,0,true,false,false],[80,64,0,true,true,false],[80,79,0,true,false,false],[81,6,0,false,false,false],[83,44,0,true,true,false],[89,23,0,true,true,false],[89,49,0,true,false,false],[90,23,0,true,true,false],[90,67,0,true,false,false],[91,23,0,true,true,false],[91,49,0,true,false,false],[92,23,0,true,true,false],[92,46,0,true,false,false],[93,23,0,true,true,false],[93,44,0,true,false,false],[93,46,0,true,true,false],[93,77,0,true,false,false],[94,23,0,true,true,false],[94,45,0,true,false,false],[94,47,0,true,true,false],[94,78,0,true,false,false],[95,23,0,true,true,false],[95,56,0,true,false,false],[96,23,0,true,true,false],[96,45,0,true,false,false],[97,23,0,true,true,false],[97,46,0,true,false,false],[97,48,0,true,true,false],[97,82,0,true,false,false],[98,23,0,true,true,false],[98,46,0,true,false,false],[98,48,0,true,true,false],[98,77,0,true,false,false],[99,23,0,true,true,false],[99,60,0,true,false,false],[99,62,0,true,true,false],[99,96,0,true,false,false],[102,24,0,true,true,false],[102,52,0,true,false,false],[103,6,0,false,false,false],[105,54,0,true,true,false],[113,73,0,true,true,false],[117,27,0,true,true,false],[117,53,0,true,false,false],[118,27,0,true,true,false],[118,57,0,true,false,false],[119,27,0,true,true,false],[119,60,0,true,false,false],[120,27,0,true,true,false],[120,58,0,true,false,false],[121,10,0,true,true,false],[122,6,0,false,false,false],[124,40,0,true,true,false],[132,24,0,true,true,false],[132,34,0,true,false,false],[132,36,0,true,true,false],[132,47,0,true,false,false],[132,49,0,true,true,false],[132,100,0,true,false,false],[135,23,0,true,true,false],[135,48,0,true,false,false],[136,23,0,true,true,false],[136,48,0,true,false,false],[137,23,0,true,true,false],[137,50,0,true,false,false],[140,24,0,true,true,false],[140,52,0,true,false,false],[141,24,0,true,true,false],[141,57,0,true,false,false],[142,6,0,false,false,false],[146,53,0,true,true,false],[150,25,0,true,true,false],[150,32,0,true,false,false],[152,6,0,false,false,false],[154,39,0,true,true,false],[173,46,0,true,true,false],[175,28,0,true,true,false],[175,34,0,true,false,false],[175,36,0,true,true,false],[175,44,0,true,false,false],[175,46,0,true,true,false],[175,95,0,true,false,false],[176,10,0,true,true,false],[177,6,0,false,false,false],[181,54,0,true,true,false],[189,23,0,true,true,false],[189,46,0,true,false,false],[190,23,0,true,true,false],[190,45,0,true,false,false],[191,23,0,true,true,false],[191,55,0,true,false,false],[197,24,0,true,true,false],[197,32,0,true,false,false],[197,34,0,true,true,false],[197,40,0,true,false,false],[198,24,0,true,true,false],[198,33,0,true,false,false],[198,35,0,true,true,false],[198,40,0,true,false,false],[199,6,0,false,false,false],[203,51,0,true,true,false],[204,17,0,true,true,false],[205,32,0,true,true,false],[206,42,0,true,true,false],[206,48,0,true,false,false],[206,51,0,true,true,false],[206,58,0,true,false,false],[207,43,0,true,true,false],[207,51,0,true,false,false],[207,54,0,true,true,false],[207,62,0,true,false,false],[210,14,0,true,true,false],[211,10,0,true,false,false],[212,6,0,false,false,false],[214,48,0,true,true,false],[219,17,0,true,true,false],[220,33,0,true,true,false],[221,37,0,true,true,false],[224,18,0,true,true,false],[225,14,0,true,true,false],[226,10,0,true,false,false],[227,6,0,false,false,false],[231,44,0,true,true,false],[235,23,0,true,true,false],[235,54,0,true,false,false],[236,23,0,true,true,false],[236,61,0,true,false,false],[241,23,0,true,true,false],[241,53,0,true,false,false],[242,23,0,true,true,false],[242,50,0,true,false,false],[243,6,0,false,false,false],[245,52,0,true,true,false],[252,23,0,true,true,false],[252,49,0,true,true,false],[252,72,0,true,false,false],[253,6,0,false,false,false],[257,47,0,true,true,false],[262,25,0,true,true,false],[262,32,0,true,false,false],[266,6,0,false,false,false],[268,45,0,true,true,false],[275,23,0,true,true,false],[275,27,0,true,false,false],[276,6,0,false,false,false],[278,46,0,true,true,false],[289,12,0,true,true,false],[289,36,0,true,false,false],[289,37,0,true,true,false],[290,28,0,true,true,false],[290,54,0,true,false,false],[292,6,0,false,false,false],[294,52,0,true,true,false],[301,12,0,true,true,false],[301,34,0,true,false,false],[301,35,0,true,true,false],[304,46,0,true,true,false],[305,32,0,true,true,false],[305,45,0,true,false,false],[306,20,0,true,true,false],[311,21,0,true,true,false],[311,57,0,true,true,false],[311,85,0,true,false,false],[312,21,0,true,true,false],[312,81,0,true,false,false],[316,6,0,false,false,false],[320,49,0,true,true,false],[329,24,0,true,true,false],[329,43,0,true,false,false],[329,45,0,true,true,false],[329,61,0,true,true,false],[329,74,0,true,false,false],[330,6,0,false,false,false],[332,50,0,true,true,false],[348,13,0,true,true,false],[348,43,0,true,false,false],[348,45,0,true,true,false],[348,99,0,true,false,false],[350,6,0,false,false,false],[352,53,0,true,true,false],[359,12,0,true,true,false],[360,81,0,true,true,false],[362,27,0,true,true,false],[362,31,0,true,false,false],[363,17,0,true,true,false],[367,17,0,true,true,false],[367,56,0,true,true,false],[367,91,0,true,false,false],[368,24,0,true,true,false],[368,63,0,true,false,false],[368,67,0,true,true,false],[368,101,0,true,false,false],[369,24,0,true,true,false],[369,61,0,true,false,false],[369,65,0,true,true,false],[369,106,0,true,false,false],[370,24,0,true,true,false],[370,60,0,true,false,false],[371,17,0,true,true,false],[371,86,0,true,false,false],[373,10,0,true,true,false],[374,6,0,false,false,false],[376,50,0,true,true,false],[384,23,0,true,true,false],[384,67,0,true,false,false],[384,69,0,true,true,false],[384,104,0,true,false,false],[385,23,0,true,true,false],[385,60,0,true,false,false],[385,62,0,true,true,false],[385,96,0,true,false,false],[386,23,0,true,true,false],[386,44,0,true,false,false],[386,46,0,true,true,false],[386,77,0,true,false,false],[387,23,0,true,true,false],[387,46,0,true,false,false],[387,48,0,true,true,false],[387,82,0,true,false,false],[390,12,0,true,true,false],[391,81,0,true,true,false],[392,10,0,true,false,false],[392,17,0,true,true,false],[395,29,0,true,true,false],[395,55,0,true,false,false],[396,10,0,true,true,false],[397,6,0,false,false,false],[399,54,0,true,true,false],[403,12,0,true,true,false],[403,44,0,true,false,false],[403,45,0,true,true,false],[405,16,0,true,true,false],[405,38,0,true,false,false],[405,39,0,true,true,false],[408,50,0,true,true,false],[410,25,0,true,true,false],[410,79,0,true,true,false],[410,104,0,true,false,false],[411,25,0,true,true,false],[411,67,0,true,false,false],[416,16,0,true,true,false],[416,45,0,true,false,false],[416,46,0,true,true,false],[419,50,0,true,true,false],[421,25,0,true,true,false],[421,59,0,true,true,false],[421,84,0,true,false,false],[422,25,0,true,true,false],[422,67,0,true,false,false],[427,6,0,false,false,false],[429,51,0,true,true,false],[436,12,0,true,true,false],[436,34,0,true,false,false],[436,35,0,true,true,false],[437,27,0,true,true,false],[437,56,0,true,false,false],[437,58,0,true,true,false],[437,99,0,true,false,false],[438,19,0,true,true,false],[438,41,0,true,false,false],[438,42,0,true,true,false],[439,27,0,true,true,false],[439,58,0,true,false,false],[439,60,0,true,true,false],[439,95,0,true,false,false],[443,42,0,true,true,false],[444,28,0,true,true,false],[444,55,0,true,false,false],[444,57,0,true,true,false],[444,95,0,true,false,false],[445,28,0,true,true,false],[445,51,0,true,false,false],[445,53,0,true,true,false],[445,86,0,true,false,false],[446,28,0,true,true,false],[446,68,0,true,false,false],[446,70,0,true,true,false],[446,102,0,true,false,false],[448,6,0,false,false,false],[452,46,0,true,true,false],[462,25,0,true,true,false],[462,40,0,true,false,false],[463,25,0,true,true,false],[463,41,0,true,false,false],[464,25,0,true,true,false],[464,39,0,true,false,false],[468,24,0,true,true,false],[468,38,0,true,false,false],[468,40,0,true,true,false],[468,68,0,true,false,false],[470,13,0,true,true,false],[470,39,0,true,true,false],[470,64,0,true,false,false],[470,68,0,true,true,false],[470,90,0,true,false,false],[471,13,0,true,true,false],[471,57,0,true,false,false],[473,6,0,false,false,false],[477,53,0,true,true,false],[483,32,0,true,true,false],[485,10,0,true,true,false],[490,25,0,true,true,false],[490,53,0,true,false,false],[493,12,0,true,true,false],[493,40,0,true,false,false],[493,41,0,true,true,false],[495,17,0,true,true,false],[495,28,0,true,false,false],[496,17,0,true,true,false],[496,50,0,true,false,false],[499,6,0,false,false,false],[501,55,0,true,true,false],[508,12,0,true,true,false],[508,43,0,true,false,false],[508,44,0,true,true,false],[514,27,0,true,true,false],[514,31,0,true,false,false],[514,33,0,true,true,false],[514,64,0,true,false,false],[521,16,0,true,true,false],[523,46,0,true,true,false],[525,21,0,true,true,false],[525,50,0,true,true,false],[525,75,0,true,false,false],[526,21,0,true,true,false],[526,68,0,true,false,false],[530,6,0,false,false,false],[532,45,0,true,true,false],[542,12,0,true,true,false],[542,24,0,true,false,false],[542,25,0,true,true,false],[544,27,0,true,true,false],[544,48,0,true,false,false],[544,50,0,true,true,false],[544,80,0,true,false,false],[549,23,0,true,true,false],[549,27,0,true,false,false],[549,29,0,true,true,false],[549,88,0,true,false,false],[550,6,0,false,false,false],[554,50,0,true,true,false],[557,12,0,true,true,false],[559,53,0,true,true,false],[562,27,0,true,true,false],[562,31,0,true,false,false],[562,33,0,true,true,false],[562,80,0,true,false,false],[563,17,0,true,true,false],[567,17,0,true,true,false],[567,49,0,true,true,false],[567,77,0,true,false,false],[568,24,0,true,true,false],[568,55,0,true,false,false],[568,59,0,true,true,false],[568,91,0,true,false,false],[569,17,0,true,true,false],[569,65,0,true,false,false],[571,10,0,true,true,false],[572,6,0,false,false,false],[574,49,0,true,true,false],[579,25,0,true,true,false],[579,32,0,true,false,false],[579,34,0,true,true,false],[579,69,0,true,false,false],[583,23,0,true,true,false],[583,27,0,true,false,false],[583,29,0,true,true,false],[583,90,0,true,false,false],[584,6,0,false,false,false],[586,64,0,true,true,false],[594,13,0,true,true,false],[594,38,0,true,true,false],[594,60,0,true,false,false],[595,13,0,true,true,false],[595,53,0,true,false,false],[599,12,0,true,true,false],[599,26,0,true,false,false],[599,27,0,true,true,false],[601,46,0,true,true,false],[603,21,0,true,true,false],[603,53,0,true,true,false],[603,87,0,true,false,false],[604,28,0,true,true,false],[604,51,0,true,false,false],[604,55,0,true,true,false],[604,93,0,true,false,false],[605,21,0,true,true,false],[605,65,0,true,false,false],[609,6,0,false,false,false],[611,47,0,true,true,false],[616,13,0,true,true,false],[616,31,0,true,false,false],[616,33,0,true,true,false],[616,83,0,true,false,false],[617,13,0,true,true,false],[617,57,0,true,false,false],[625,23,0,true,true,false],[625,48,0,true,false,false],[625,50,0,true,true,false],[625,87,0,true,false,false],[626,23,0,true,true,false],[626,48,0,true,false,false],[626,50,0,true,true,false],[626,94,0,true,false,false],[627,6,0,false,false,false],[629,40,0,true,true,false],[634,23,0,true,true,false],[634,27,0,true,false,false],[634,29,0,true,true,false],[634,84,0,true,false,false],[637,23,0,true,true,false],[637,27,0,true,false,false],[637,29,0,true,true,false],[637,81,0,true,false,false],[640,23,0,true,true,false],[640,27,0,true,false,false],[640,29,0,true,true,false],[640,83,0,true,false,false],[641,6,0,false,false,false],[643,40,0,true,true,false],[650,23,0,true,true,false],[650,27,0,true,false,false],[650,29,0,true,true,false],[650,72,0,true,false,false],[653,23,0,true,true,false],[653,27,0,true,false,false],[653,29,0,true,true,false],[653,88,0,true,false,false],[654,6,0,false,false,false],[656,36,0,true,true,false],[660,23,0,true,true,false],[660,27,0,true,false,false],[660,29,0,true,true,false],[660,80,0,true,false,false],[663,23,0,true,true,false],[663,27,0,true,false,false],[663,29,0,true,true,false],[663,74,0,true,false,false],[664,6,0,false,false,false],[666,41,0,true,true,false],[669,23,0,true,true,false],[669,27,0,true,false,false],[669,29,0,true,true,false],[669,79,0,true,false,false],[672,23,0,true,true,false],[672,27,0,true,false,false],[672,29,0,true,true,false],[672,58,0,true,false,false],[673,6,0,false,false,false],[680,54,0,true,true,false],[694,42,0,true,true,false],[696,10,0,true,false,false],[696,16,0,true,true,false],[698,10,0,true,false,false],[699,6,0,false,false,false],[701,48,0,true,true,false],[703,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":233,"covered":0,"percent":0},"instantiations":{"count":233,"covered":0,"percent":0},"lines":{"count":847,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":296,"covered":0,"notcovered":296,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift","mcdc_records":[],"segments":[[10,41,0,true,true,false],[10,48,0,false,false,false],[11,49,22,true,true,false],[11,51,0,false,false,false],[13,27,0,true,true,false],[23,6,0,false,false,false],[25,12,0,true,true,false],[27,6,0,false,false,false],[29,75,0,true,true,false],[31,6,0,false,false,false],[35,53,0,true,true,false],[36,25,0,true,true,false],[36,32,0,true,false,false],[38,19,0,true,true,false],[38,45,0,true,true,false],[38,68,0,true,false,false],[38,70,0,true,true,false],[38,93,0,true,false,false],[39,6,0,false,false,false],[43,46,0,true,true,false],[61,46,0,true,true,false],[63,28,0,true,true,false],[63,34,0,true,false,false],[63,36,0,true,true,false],[63,44,0,true,false,false],[63,46,0,true,true,false],[63,95,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[67,45,0,true,true,false],[71,40,0,true,true,false],[74,17,0,true,true,false],[74,23,0,true,false,false],[74,25,0,true,true,false],[74,40,0,true,false,false],[74,42,0,true,true,false],[74,101,0,true,false,false],[76,10,0,true,true,false],[77,6,0,false,false,false],[79,40,0,true,true,false],[88,46,0,true,true,false],[90,28,0,true,true,false],[90,34,0,true,false,false],[90,36,0,true,true,false],[90,44,0,true,false,false],[90,46,0,true,true,false],[90,105,0,true,false,false],[91,10,0,true,true,false],[92,6,0,false,false,false],[96,52,0,true,true,false],[99,23,0,true,true,false],[99,49,0,true,true,false],[99,72,0,true,false,false],[99,74,0,true,true,false],[99,103,0,true,false,false],[100,6,0,false,false,false],[102,51,0,true,true,false],[107,23,0,true,true,false],[107,27,0,true,false,false],[107,29,0,true,true,false],[107,91,0,true,false,false],[108,6,0,false,false,false],[112,49,0,true,true,false],[118,30,0,true,true,false],[121,10,0,true,false,false],[124,12,0,true,true,false],[124,60,0,true,false,false],[124,61,0,true,true,false],[126,67,0,true,true,false],[128,14,0,true,false,false],[132,28,0,true,true,false],[132,55,0,true,false,false],[132,57,0,true,true,false],[132,58,0,true,false,false],[132,60,0,true,true,false],[132,97,0,true,false,false],[133,28,0,true,true,false],[133,66,0,true,false,false],[133,68,0,true,true,false],[133,101,0,true,false,false],[134,28,0,true,true,false],[134,46,0,true,false,false],[134,48,0,true,true,false],[134,49,0,true,false,false],[134,51,0,true,true,false],[134,86,0,true,false,false],[135,27,0,true,true,false],[135,61,0,true,false,false],[135,63,0,true,true,false],[135,93,0,true,false,false],[136,16,0,true,true,false],[139,67,0,true,true,false],[141,14,0,true,false,false],[148,23,0,true,true,false],[148,27,0,true,false,false],[148,29,0,true,true,false],[148,73,0,true,false,false],[149,6,0,false,false,false],[151,50,0,true,true,false],[159,27,0,true,true,false],[162,36,0,true,true,false],[162,46,0,true,true,false],[165,10,0,true,false,false],[168,40,0,true,true,false],[171,10,0,true,false,false],[174,12,0,true,true,false],[174,27,0,true,false,false],[174,28,0,true,true,false],[175,67,0,true,true,false],[177,14,0,true,false,false],[181,28,0,true,true,false],[181,46,0,true,false,false],[181,48,0,true,true,false],[181,49,0,true,false,false],[181,51,0,true,true,false],[181,86,0,true,false,false],[182,27,0,true,true,false],[182,65,0,true,false,false],[182,67,0,true,true,false],[182,94,0,true,false,false],[183,16,0,true,true,false],[183,46,0,true,false,false],[183,47,0,true,true,false],[185,21,0,true,true,false],[185,48,0,true,false,false],[185,50,0,true,true,false],[185,51,0,true,false,false],[185,53,0,true,true,false],[185,97,0,true,false,false],[186,20,0,true,true,false],[187,32,0,true,true,false],[187,59,0,true,false,false],[187,61,0,true,true,false],[187,62,0,true,false,false],[187,64,0,true,true,false],[187,101,0,true,false,false],[189,16,0,true,true,false],[190,67,0,true,true,false],[192,14,0,true,false,false],[199,23,0,true,true,false],[199,27,0,true,false,false],[199,29,0,true,true,false],[199,84,0,true,false,false],[200,6,0,false,false,false],[202,45,0,true,true,false],[206,30,0,true,true,false],[208,10,0,true,false,false],[211,30,0,true,true,false],[213,10,0,true,false,false],[220,23,0,true,true,false],[220,27,0,true,false,false],[220,29,0,true,true,false],[220,80,0,true,false,false],[221,6,0,false,false,false],[223,49,0,true,true,false],[227,23,0,true,true,false],[227,27,0,true,false,false],[227,29,0,true,true,false],[227,77,0,true,false,false],[228,6,0,false,false,false],[232,52,0,true,true,false],[237,42,0,true,true,false],[240,10,0,true,false,false],[244,63,0,true,true,false],[245,16,0,true,true,false],[245,35,0,true,false,false],[245,36,0,true,true,false],[247,14,0,true,false,false],[254,23,0,true,true,false],[254,27,0,true,false,false],[254,29,0,true,true,false],[254,91,0,true,false,false],[255,6,0,false,false,false],[257,57,0,true,true,false],[261,42,0,true,true,false],[263,10,0,true,false,false],[266,42,0,true,true,false],[268,10,0,true,false,false],[273,23,0,true,true,false],[273,27,0,true,false,false],[273,29,0,true,true,false],[273,96,0,true,false,false],[274,6,0,false,false,false],[276,61,0,true,true,false],[280,23,0,true,true,false],[280,27,0,true,false,false],[280,29,0,true,true,false],[280,90,0,true,false,false],[281,6,0,false,false,false],[285,53,0,true,true,false],[291,30,0,true,true,false],[293,27,0,true,true,false],[293,49,0,true,false,false],[293,51,0,true,true,false],[293,75,0,true,false,false],[294,27,0,true,true,false],[294,53,0,true,false,false],[294,55,0,true,true,false],[294,82,0,true,false,false],[297,63,0,true,true,false],[299,10,0,true,false,false],[304,12,0,true,true,false],[304,47,0,true,true,false],[304,62,0,true,false,false],[304,63,0,true,true,false],[306,17,0,true,true,false],[306,44,0,true,false,false],[306,46,0,true,true,false],[306,47,0,true,false,false],[306,49,0,true,true,false],[306,86,0,true,false,false],[310,28,0,true,true,false],[310,54,0,true,false,false],[310,56,0,true,true,false],[310,89,0,true,false,false],[313,29,0,true,true,false],[313,37,0,true,false,false],[313,39,0,true,true,false],[313,74,0,true,false,false],[314,27,0,true,true,false],[314,46,0,true,false,false],[314,58,0,true,true,false],[314,85,0,true,false,false],[316,6,0,false,false,false],[318,63,0,true,true,false],[323,40,0,true,true,false],[324,27,0,true,true,false],[324,49,0,true,false,false],[324,51,0,true,true,false],[324,75,0,true,false,false],[327,63,0,true,true,false],[329,10,0,true,false,false],[333,12,0,true,true,false],[333,47,0,true,true,false],[333,62,0,true,false,false],[333,63,0,true,true,false],[334,28,0,true,true,false],[334,57,0,true,false,false],[334,59,0,true,true,false],[334,96,0,true,false,false],[338,27,0,true,true,false],[338,56,0,true,false,false],[338,58,0,true,true,false],[338,93,0,true,false,false],[340,6,0,false,false,false],[344,42,0,true,true,false],[349,40,0,true,true,false],[351,10,0,true,false,false],[355,63,0,true,true,false],[359,10,0,true,false,false],[362,23,0,true,true,false],[362,27,0,true,false,false],[362,29,0,true,true,false],[362,80,0,true,false,false],[363,6,0,false,false,false],[367,53,0,true,true,false],[371,12,0,true,true,false],[375,29,0,true,true,false],[375,40,0,true,false,false],[375,42,0,true,true,false],[375,85,0,true,false,false],[377,39,0,true,true,false],[377,47,0,true,false,false],[380,51,0,true,true,false],[380,53,0,true,false,false],[382,10,0,true,true,false],[389,22,0,true,true,false],[389,33,0,true,false,false],[389,35,0,true,true,false],[389,88,0,true,false,false],[390,6,0,false,false,false],[394,47,0,true,true,false],[399,26,0,true,true,false],[400,34,0,true,true,false],[400,42,0,true,false,false],[402,10,0,true,true,false],[404,23,0,true,true,false],[404,27,0,true,false,false],[404,29,0,true,true,false],[404,71,0,true,false,false],[405,6,0,false,false,false],[407,45,0,true,true,false],[412,27,0,true,true,false],[415,36,0,true,true,false],[415,46,0,true,true,false],[418,10,0,true,false,false],[421,30,0,true,true,false],[423,16,0,true,true,false],[423,36,0,true,false,false],[423,37,0,true,true,false],[424,28,0,true,true,false],[424,40,0,true,false,false],[431,63,0,true,true,false],[433,10,0,true,false,false],[438,23,0,true,true,false],[438,27,0,true,false,false],[438,29,0,true,true,false],[438,71,0,true,false,false],[439,6,0,false,false,false],[443,61,0,true,true,false],[452,27,0,true,true,false],[455,36,0,true,true,false],[455,46,0,true,true,false],[458,10,0,true,false,false],[460,30,0,true,true,false],[465,28,0,true,true,false],[465,48,0,true,false,false],[465,50,0,true,true,false],[465,85,0,true,false,false],[471,63,0,true,true,false],[473,10,0,true,false,false],[479,38,0,true,true,false],[482,28,0,true,true,false],[482,45,0,true,false,false],[482,47,0,true,true,false],[482,83,0,true,false,false],[484,6,0,false,false,false],[488,49,0,true,true,false],[491,17,0,true,true,false],[492,41,0,true,true,false],[494,14,0,true,true,false],[495,10,0,true,false,false],[496,6,0,false,false,false],[498,51,0,true,true,false],[499,17,0,true,true,false],[500,32,0,true,true,false],[501,38,0,true,true,false],[501,46,0,true,false,false],[503,14,0,true,true,false],[504,10,0,true,false,false],[505,6,0,false,false,false],[509,53,0,true,true,false],[513,24,0,true,true,false],[513,39,0,true,false,false],[513,41,0,true,true,false],[513,71,0,true,false,false],[514,6,0,false,false,false],[521,65,0,true,true,false],[524,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":151,"covered":1,"percent":0.66225165562913912},"instantiations":{"count":151,"covered":1,"percent":0.66225165562913912},"lines":{"count":671,"covered":1,"percent":0.14903129657228018},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":189,"covered":1,"notcovered":188,"percent":0.52910052910052907}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift","mcdc_records":[],"segments":[[7,42,0,true,true,false],[13,23,0,true,true,false],[13,39,0,true,false,false],[13,41,0,true,true,false],[13,93,0,true,false,false],[14,6,0,false,false,false],[16,62,0,true,true,false],[22,23,0,true,true,false],[22,39,0,true,false,false],[22,41,0,true,true,false],[22,100,0,true,false,false],[23,6,0,false,false,false],[27,48,0,true,true,false],[36,24,0,true,true,false],[36,40,0,true,false,false],[36,42,0,true,true,false],[36,76,0,true,false,false],[40,35,0,true,true,false],[40,56,0,true,true,false],[40,72,0,true,false,false],[41,25,0,true,true,false],[41,29,0,true,false,false],[41,31,0,true,true,false],[41,60,0,true,false,false],[44,35,0,true,true,false],[44,56,0,true,true,false],[44,72,0,true,false,false],[45,25,0,true,true,false],[45,29,0,true,false,false],[45,31,0,true,true,false],[45,60,0,true,false,false],[48,35,0,true,true,false],[48,56,0,true,true,false],[48,72,0,true,false,false],[49,22,0,true,true,false],[49,26,0,true,false,false],[49,28,0,true,true,false],[49,80,0,true,false,false],[50,6,0,false,false,false],[52,50,0,true,true,false],[61,34,0,true,true,false],[62,50,0,true,true,false],[62,71,0,true,true,false],[62,87,0,true,false,false],[63,26,0,true,true,false],[63,41,0,true,false,false],[63,43,0,true,true,false],[63,93,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[69,50,0,true,true,false],[75,24,0,true,true,false],[75,40,0,true,false,false],[75,42,0,true,true,false],[75,79,0,true,false,false],[79,35,0,true,true,false],[79,56,0,true,true,false],[79,72,0,true,false,false],[80,25,0,true,true,false],[80,29,0,true,false,false],[80,31,0,true,true,false],[80,63,0,true,false,false],[83,35,0,true,true,false],[83,56,0,true,true,false],[83,72,0,true,false,false],[84,25,0,true,true,false],[84,29,0,true,false,false],[84,31,0,true,true,false],[84,63,0,true,false,false],[85,6,0,false,false,false],[89,47,0,true,true,false],[95,24,0,true,true,false],[95,40,0,true,false,false],[95,42,0,true,true,false],[95,75,0,true,false,false],[99,44,0,true,true,false],[99,65,0,true,true,false],[99,81,0,true,false,false],[100,25,0,true,true,false],[100,38,0,true,false,false],[100,40,0,true,true,false],[100,68,0,true,false,false],[103,35,0,true,true,false],[103,56,0,true,true,false],[103,72,0,true,false,false],[104,22,0,true,true,false],[104,26,0,true,false,false],[104,28,0,true,true,false],[104,77,0,true,false,false],[105,6,0,false,false,false],[107,57,0,true,true,false],[121,13,0,true,true,false],[121,42,0,true,false,false],[122,13,0,true,true,false],[122,45,0,true,false,false],[123,13,0,true,true,false],[123,76,0,true,false,false],[125,6,0,false,false,false],[129,48,0,true,true,false],[135,24,0,true,true,false],[135,40,0,true,false,false],[135,42,0,true,true,false],[135,76,0,true,false,false],[138,35,0,true,true,false],[138,56,0,true,true,false],[138,72,0,true,false,false],[139,25,0,true,true,false],[139,29,0,true,false,false],[139,31,0,true,true,false],[139,60,0,true,false,false],[142,35,0,true,true,false],[142,56,0,true,true,false],[142,72,0,true,false,false],[143,25,0,true,true,false],[143,29,0,true,false,false],[143,31,0,true,true,false],[143,60,0,true,false,false],[144,6,0,false,false,false],[148,54,0,true,true,false],[154,22,0,true,true,false],[154,32,0,true,false,false],[154,34,0,true,true,false],[154,75,0,true,false,false],[155,6,0,false,false,false],[157,57,0,true,true,false],[163,22,0,true,true,false],[163,32,0,true,false,false],[163,34,0,true,true,false],[163,86,0,true,false,false],[164,6,0,false,false,false],[166,45,0,true,true,false],[172,25,0,true,true,false],[172,35,0,true,false,false],[173,24,0,true,true,false],[173,40,0,true,false,false],[173,42,0,true,true,false],[173,58,0,true,false,false],[174,24,0,true,true,false],[174,38,0,true,false,false],[174,40,0,true,true,false],[174,77,0,true,false,false],[175,23,0,true,true,false],[175,48,0,true,true,false],[175,53,0,true,false,false],[176,24,0,true,true,false],[176,47,0,true,false,false],[176,49,0,true,true,false],[176,54,0,true,false,false],[177,24,0,true,true,false],[177,56,0,true,true,false],[177,60,0,true,false,false],[178,6,0,false,false,false],[180,44,0,true,true,false],[186,25,0,true,true,false],[186,35,0,true,false,false],[187,24,0,true,true,false],[187,40,0,true,false,false],[187,42,0,true,true,false],[187,57,0,true,false,false],[188,6,0,false,false,false],[192,45,0,true,true,false],[198,24,0,true,true,false],[198,40,0,true,false,false],[198,42,0,true,true,false],[198,76,0,true,false,false],[200,33,0,true,true,false],[201,28,0,true,true,false],[201,49,0,true,false,false],[201,51,0,true,true,false],[201,88,0,true,false,false],[202,28,0,true,true,false],[202,50,0,true,false,false],[202,52,0,true,true,false],[202,90,0,true,false,false],[203,10,0,true,true,false],[204,6,0,false,false,false],[206,47,0,true,true,false],[207,84,0,true,true,false],[213,37,0,true,true,false],[214,32,0,true,true,false],[214,53,0,true,false,false],[214,55,0,true,true,false],[214,107,0,true,false,false],[215,32,0,true,true,false],[215,54,0,true,false,false],[215,56,0,true,true,false],[215,109,0,true,false,false],[216,14,0,true,true,false],[217,10,0,true,true,false],[218,6,0,false,false,false],[220,43,0,true,true,false],[221,84,0,true,true,false],[227,37,0,true,true,false],[229,21,0,true,true,false],[229,34,0,true,false,false],[230,21,0,true,true,false],[230,35,0,true,false,false],[231,21,0,true,true,false],[231,103,0,true,false,false],[233,14,0,true,true,false],[234,10,0,true,true,false],[235,6,0,false,false,false],[239,49,0,true,true,false],[242,24,0,true,true,false],[242,61,0,true,false,false],[242,63,0,true,true,false],[242,73,0,true,false,false],[243,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":104,"covered":0,"percent":0},"instantiations":{"count":104,"covered":0,"percent":0},"lines":{"count":296,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":116,"covered":0,"notcovered":116,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift","mcdc_records":[],"segments":[[11,66,0,true,true,false],[23,24,0,true,true,false],[23,41,0,true,false,false],[23,43,0,true,true,false],[23,46,0,true,false,false],[24,24,0,true,true,false],[24,38,0,true,false,false],[24,40,0,true,true,false],[24,43,0,true,false,false],[25,6,0,false,false,false],[27,71,0,true,true,false],[39,24,0,true,true,false],[39,48,0,true,false,false],[39,50,0,true,true,false],[39,68,0,true,false,false],[40,22,0,true,true,false],[40,49,0,true,false,false],[41,22,0,true,true,false],[41,40,0,true,false,false],[42,6,0,false,false,false],[44,74,0,true,true,false],[56,24,0,true,true,false],[56,51,0,true,false,false],[56,53,0,true,true,false],[56,64,0,true,false,false],[57,22,0,true,true,false],[57,46,0,true,false,false],[58,22,0,true,true,false],[58,40,0,true,false,false],[59,6,0,false,false,false],[61,65,0,true,true,false],[73,24,0,true,true,false],[73,42,0,true,false,false],[73,44,0,true,true,false],[73,64,0,true,false,false],[74,22,0,true,true,false],[74,46,0,true,false,false],[75,22,0,true,true,false],[75,49,0,true,false,false],[76,6,0,false,false,false],[80,53,0,true,true,false],[134,25,0,true,true,false],[134,30,0,true,false,false],[135,24,0,true,true,false],[135,43,0,true,false,false],[135,45,0,true,true,false],[135,48,0,true,false,false],[136,22,0,true,true,false],[136,48,0,true,false,false],[139,25,0,true,true,false],[139,30,0,true,false,false],[140,24,0,true,true,false],[140,53,0,true,false,false],[140,55,0,true,true,false],[140,66,0,true,false,false],[143,25,0,true,true,false],[143,30,0,true,false,false],[144,24,0,true,true,false],[144,50,0,true,false,false],[144,52,0,true,true,false],[144,70,0,true,false,false],[147,25,0,true,true,false],[147,30,0,true,false,false],[148,24,0,true,true,false],[148,44,0,true,false,false],[148,46,0,true,true,false],[148,66,0,true,false,false],[149,6,0,false,false,false],[151,56,0,true,true,false],[156,22,0,true,true,false],[156,26,0,true,false,false],[156,28,0,true,true,false],[156,59,0,true,false,false],[157,6,0,false,false,false],[161,51,0,true,true,false],[179,67,0,true,true,false],[179,70,0,true,false,false],[184,24,0,true,true,false],[184,35,0,true,false,false],[184,37,0,true,true,false],[184,40,0,true,false,false],[184,42,0,true,true,false],[184,79,0,true,false,false],[185,22,0,true,true,false],[185,27,0,true,false,false],[186,22,0,true,true,false],[186,30,0,true,false,false],[187,22,0,true,true,false],[187,27,0,true,false,false],[188,6,0,false,false,false],[190,54,0,true,true,false],[207,67,0,true,true,false],[207,70,0,true,false,false],[210,24,0,true,true,false],[210,35,0,true,false,false],[210,37,0,true,true,false],[210,48,0,true,false,false],[211,24,0,true,true,false],[211,32,0,true,false,false],[211,34,0,true,true,false],[211,45,0,true,false,false],[211,47,0,true,true,false],[211,85,0,true,false,false],[212,6,0,false,false,false],[214,49,0,true,true,false],[220,67,0,true,true,false],[220,70,0,true,false,false],[222,22,0,true,true,false],[222,31,0,true,false,false],[222,33,0,true,true,false],[222,65,0,true,false,false],[223,24,0,true,true,false],[223,35,0,true,false,false],[223,37,0,true,true,false],[223,40,0,true,false,false],[223,42,0,true,true,false],[223,83,0,true,false,false],[224,6,0,false,false,false],[228,39,0,true,true,false],[262,24,0,true,true,false],[262,29,0,true,false,false],[262,31,0,true,true,false],[262,36,0,true,false,false],[262,38,0,true,true,false],[262,65,0,true,false,false],[263,27,0,true,true,false],[263,32,0,true,false,false],[263,34,0,true,true,false],[263,39,0,true,false,false],[263,41,0,true,true,false],[263,77,0,true,false,false],[264,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":66,"covered":0,"percent":0},"instantiations":{"count":66,"covered":0,"percent":0},"lines":{"count":295,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":66,"covered":0,"notcovered":66,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift","mcdc_records":[],"segments":[[5,63,0,true,true,false],[19,12,0,true,true,false],[19,31,0,true,false,false],[19,32,0,true,true,false],[21,10,0,true,false,false],[22,6,0,false,false,false],[24,59,0,true,true,false],[33,12,0,true,true,false],[33,31,0,true,false,false],[33,32,0,true,true,false],[35,10,0,true,false,false],[36,6,0,false,false,false],[41,68,0,true,true,false],[48,2,0,false,false,false],[50,97,0,true,true,false],[51,112,0,true,true,false],[53,6,0,true,true,false],[56,47,0,true,true,false],[57,53,0,true,true,false],[57,65,0,true,true,false],[58,12,0,true,true,false],[58,42,0,true,false,false],[58,43,0,true,true,false],[58,55,0,true,true,false],[59,85,0,true,true,false],[59,97,0,true,true,false],[61,76,0,true,true,false],[63,10,0,true,true,false],[64,6,0,true,true,false],[65,16,0,true,false,false],[66,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":56,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift","mcdc_records":[],"segments":[[12,55,0,true,true,false],[17,80,0,true,true,false],[18,80,0,true,true,false],[21,13,0,true,true,false],[21,26,0,true,false,false],[22,13,0,true,true,false],[22,26,0,true,false,false],[23,13,0,true,true,false],[32,16,0,true,false,false],[34,6,0,false,false,false],[39,68,0,true,true,false],[46,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":43,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift","mcdc_records":[],"segments":[[12,55,0,true,true,false],[17,94,0,true,true,false],[18,21,0,true,true,false],[18,52,0,true,false,false],[22,27,0,true,true,false],[23,72,0,true,true,false],[37,55,0,true,true,false],[37,79,0,true,false,false],[38,35,0,true,true,false],[38,47,0,true,true,false],[55,55,0,true,true,false],[57,20,0,true,true,false],[57,52,0,true,true,false],[57,73,0,true,false,false],[58,42,0,true,true,false],[58,65,0,true,false,false],[59,17,0,true,true,false],[62,18,0,true,false,false],[64,20,0,true,true,false],[64,34,0,true,false,false],[64,35,0,true,true,false],[65,47,0,true,true,false],[65,60,0,true,false,false],[66,47,0,true,true,false],[66,60,0,true,false,false],[69,52,0,true,true,false],[70,28,0,true,true,false],[70,50,0,true,false,false],[70,51,0,true,true,false],[74,26,0,true,false,false],[75,22,0,true,true,false],[77,24,0,true,true,false],[77,39,0,true,false,false],[77,40,0,true,true,false],[79,22,0,true,false,false],[81,14,0,true,true,false],[82,10,0,true,true,false],[85,13,0,true,true,false],[85,31,0,true,false,false],[86,13,0,true,true,false],[96,16,0,true,false,false],[98,6,0,false,false,false],[103,68,0,true,true,false],[110,2,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":113,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift","mcdc_records":[],"segments":[[13,37,0,true,true,false],[22,6,0,false,false,false],[25,45,0,true,true,false],[37,6,0,false,false,false],[40,36,0,true,true,false],[52,6,0,false,false,false],[57,27,0,true,true,false],[62,6,0,false,false,false],[65,26,0,true,true,false],[71,6,0,false,false,false],[74,33,0,true,true,false],[86,6,0,false,false,false],[91,31,0,true,true,false],[106,6,0,false,false,false],[114,37,0,true,true,false],[129,6,0,false,false,false],[132,33,0,true,true,false],[145,6,0,false,false,false],[148,34,0,true,true,false],[157,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":118,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[10,32,0,true,true,false],[12,6,0,false,false,false],[14,43,0,true,true,false],[15,35,0,true,true,false],[21,6,0,false,false,false],[23,83,0,true,true,false],[24,59,0,true,true,false],[31,10,0,true,false,false],[34,24,0,true,true,false],[34,36,0,true,false,false],[34,38,0,true,true,false],[34,65,0,true,false,false],[37,13,0,true,true,false],[37,22,0,true,false,false],[38,13,0,true,true,false],[41,15,0,true,false,false],[43,6,0,false,false,false],[45,62,0,true,true,false],[46,59,0,true,true,false],[51,10,0,true,false,false],[54,31,0,true,true,false],[54,33,0,true,false,false],[55,31,0,true,true,false],[55,33,0,true,false,false],[56,42,0,true,true,false],[56,59,0,true,false,false],[57,29,0,true,true,false],[57,37,0,true,false,false],[60,57,0,true,true,false],[60,65,0,true,false,false],[63,23,0,true,true,false],[63,30,0,true,false,false],[65,13,0,true,true,false],[65,56,0,true,true,false],[67,14,0,true,false,false],[68,6,0,false,false,false],[70,59,0,true,true,false],[71,59,0,true,true,false],[71,92,0,true,false,false],[73,69,0,true,true,false],[75,10,0,true,false,false],[80,31,0,true,true,false],[80,33,0,true,false,false],[81,31,0,true,true,false],[81,33,0,true,false,false],[82,29,0,true,true,false],[86,14,0,true,false,false],[89,57,0,true,true,false],[89,65,0,true,false,false],[92,24,0,true,true,false],[92,31,0,true,false,false],[94,13,0,true,true,false],[94,56,0,true,true,false],[94,105,0,true,false,false],[95,13,0,true,true,false],[95,55,0,true,false,false],[97,6,0,false,false,false],[99,63,0,true,true,false],[100,59,0,true,true,false],[100,92,0,true,false,false],[107,31,0,true,true,false],[107,33,0,true,false,false],[108,31,0,true,true,false],[108,33,0,true,false,false],[109,29,0,true,true,false],[113,14,0,true,false,false],[116,57,0,true,true,false],[116,65,0,true,false,false],[119,23,0,true,true,false],[119,30,0,true,false,false],[121,13,0,true,true,false],[121,44,0,true,true,false],[121,105,0,true,false,false],[124,13,0,true,true,false],[124,56,0,true,true,false],[126,14,0,true,false,false],[128,6,0,false,false,false],[130,62,0,true,true,false],[131,59,0,true,true,false],[131,92,0,true,false,false],[133,31,0,true,true,false],[133,33,0,true,false,false],[134,31,0,true,true,false],[134,33,0,true,false,false],[135,42,0,true,true,false],[135,59,0,true,false,false],[136,29,0,true,true,false],[136,37,0,true,false,false],[139,57,0,true,true,false],[139,65,0,true,false,false],[142,23,0,true,true,false],[142,28,0,true,false,false],[144,23,0,true,true,false],[144,29,0,true,false,false],[145,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":206,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":0,"notcovered":51,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[11,32,0,true,true,false],[13,6,0,false,false,false],[15,43,0,true,true,false],[17,35,0,true,true,false],[18,6,0,false,false,false],[22,26,0,true,true,false],[26,13,0,true,true,false],[26,36,0,true,true,false],[26,60,0,true,false,false],[26,64,0,true,true,false],[26,91,0,true,false,false],[27,20,0,true,true,false],[27,38,0,true,false,false],[28,13,0,true,true,false],[28,59,0,true,false,false],[30,6,0,false,false,false],[32,44,0,true,true,false],[35,25,0,true,true,false],[35,37,0,true,false,false],[36,6,0,false,false,false],[38,38,0,true,true,false],[41,25,0,true,true,false],[41,34,0,true,false,false],[42,6,0,false,false,false],[44,34,0,true,true,false],[47,25,0,true,true,false],[47,36,0,true,false,false],[48,6,0,false,false,false],[52,36,0,true,true,false],[58,12,0,true,true,false],[58,18,0,true,false,false],[58,19,0,true,true,false],[60,10,0,true,false,false],[60,16,0,true,true,false],[63,10,0,true,false,false],[65,6,0,false,false,false],[67,43,0,true,true,false],[72,12,0,true,true,false],[72,18,0,true,false,false],[72,19,0,true,true,false],[74,10,0,true,false,false],[74,16,0,true,true,false],[77,10,0,true,false,false],[79,6,0,false,false,false],[83,50,0,true,true,false],[88,36,0,true,true,false],[93,29,0,true,true,false],[93,35,0,true,false,false],[93,37,0,true,true,false],[93,82,0,true,false,false],[94,16,0,true,true,false],[96,16,0,true,true,false],[97,45,0,true,true,false],[99,14,0,true,false,false],[99,70,0,true,true,false],[101,21,0,true,true,false],[101,48,0,true,false,false],[102,21,0,true,true,false],[102,64,0,true,false,false],[104,21,0,true,true,false],[106,14,0,true,true,false],[107,10,0,true,true,false],[108,6,0,false,false,false],[112,26,0,true,true,false],[113,24,0,true,true,false],[113,59,0,true,false,false],[113,61,0,true,true,false],[113,81,0,true,false,false],[114,24,0,true,true,false],[114,59,0,true,false,false],[114,61,0,true,true,false],[114,87,0,true,false,false],[115,6,0,false,false,false],[119,26,0,true,true,false],[122,28,0,true,true,false],[122,36,0,true,false,false],[122,38,0,true,true,false],[122,46,0,true,false,false],[122,48,0,true,true,false],[122,87,0,true,false,false],[123,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":114,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":46,"covered":0,"notcovered":46,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift","mcdc_records":[],"segments":[[7,27,0,true,true,false],[10,57,0,true,true,false],[10,66,0,true,false,false],[11,6,0,false,false,false],[13,30,0,true,true,false],[16,6,0,false,false,false],[18,65,0,true,true,false],[21,93,0,true,true,false],[23,102,0,true,true,false],[29,100,0,true,true,false],[31,92,0,true,true,false],[42,69,0,true,true,false],[43,104,0,true,true,false],[46,36,0,true,true,false],[46,49,0,true,false,false],[47,37,0,true,true,false],[56,20,0,true,true,false],[57,38,0,true,true,false],[60,106,0,true,true,false],[60,108,0,true,false,false],[62,106,0,true,true,false],[62,108,0,true,false,false],[67,25,0,true,true,false],[71,18,0,true,false,false],[76,23,0,true,true,false],[76,30,0,true,false,false],[77,23,0,true,true,false],[77,45,0,true,false,false],[78,22,0,true,true,false],[78,43,0,true,false,false],[79,24,0,true,true,false],[79,82,0,true,false,false],[80,24,0,true,true,false],[80,80,0,true,false,false],[81,24,0,true,true,false],[81,72,0,true,false,false],[83,13,0,true,true,false],[83,100,0,true,false,false],[84,23,0,true,true,false],[84,53,0,true,true,false],[84,91,0,true,false,false],[85,6,0,false,false,false],[87,61,0,true,true,false],[89,36,0,true,true,false],[89,43,0,true,false,false],[90,37,0,true,true,false],[92,14,0,true,false,false],[97,24,0,true,true,false],[97,31,0,true,false,false],[98,24,0,true,true,false],[98,46,0,true,false,false],[99,24,0,true,true,false],[99,45,0,true,false,false],[99,47,0,true,true,false],[99,95,0,true,false,false],[100,23,0,true,true,false],[100,53,0,true,true,false],[100,103,0,true,false,false],[101,6,0,false,false,false],[103,53,0,true,true,false],[107,36,0,true,true,false],[107,48,0,true,false,false],[108,37,0,true,true,false],[110,14,0,true,false,false],[115,24,0,true,true,false],[115,31,0,true,false,false],[116,24,0,true,true,false],[116,46,0,true,false,false],[117,24,0,true,true,false],[117,45,0,true,false,false],[117,47,0,true,true,false],[117,66,0,true,false,false],[118,23,0,true,true,false],[118,53,0,true,true,false],[118,89,0,true,false,false],[119,6,0,false,false,false],[121,79,0,true,true,false],[125,36,0,true,true,false],[125,48,0,true,false,false],[126,37,0,true,true,false],[128,14,0,true,false,false],[133,24,0,true,true,false],[133,31,0,true,false,false],[134,24,0,true,true,false],[134,46,0,true,false,false],[135,24,0,true,true,false],[135,45,0,true,false,false],[135,47,0,true,true,false],[135,83,0,true,false,false],[136,23,0,true,true,false],[136,53,0,true,true,false],[136,104,0,true,false,false],[137,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":195,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":53,"covered":0,"notcovered":53,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift","mcdc_records":[],"segments":[[13,38,0,true,true,false],[17,24,0,true,true,false],[17,44,0,true,false,false],[17,46,0,true,true,false],[17,49,0,true,false,false],[18,6,0,false,false,false],[21,39,0,true,true,false],[25,24,0,true,true,false],[25,45,0,true,false,false],[25,47,0,true,true,false],[25,50,0,true,false,false],[26,6,0,false,false,false],[29,43,0,true,true,false],[33,24,0,true,true,false],[33,46,0,true,false,false],[33,48,0,true,true,false],[33,49,0,true,false,false],[34,6,0,false,false,false],[39,44,0,true,true,false],[44,23,0,true,true,false],[44,40,0,true,false,false],[45,6,0,false,false,false],[48,49,0,true,true,false],[55,23,0,true,true,false],[55,40,0,true,false,false],[56,6,0,false,false,false],[61,48,0,true,true,false],[64,22,0,true,true,false],[64,45,0,true,false,false],[65,6,0,false,false,false],[68,41,0,true,true,false],[71,24,0,true,true,false],[71,42,0,true,false,false],[72,6,0,false,false,false],[75,46,0,true,true,false],[78,22,0,true,true,false],[78,43,0,true,false,false],[79,6,0,false,false,false],[82,55,0,true,true,false],[85,22,0,true,true,false],[85,52,0,true,false,false],[86,6,0,false,false,false],[89,55,0,true,true,false],[92,22,0,true,true,false],[92,52,0,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":72,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":23,"covered":0,"notcovered":23,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift","mcdc_records":[],"segments":[[17,55,0,true,true,false],[22,24,0,true,true,false],[22,44,0,true,false,false],[22,46,0,true,true,false],[22,49,0,true,false,false],[22,51,0,true,true,false],[22,96,0,true,false,false],[23,24,0,true,true,false],[23,46,0,true,false,false],[23,48,0,true,true,false],[23,49,0,true,false,false],[23,51,0,true,true,false],[23,81,0,true,false,false],[24,6,0,false,false,false],[27,56,0,true,true,false],[32,24,0,true,true,false],[32,45,0,true,false,false],[32,47,0,true,true,false],[32,50,0,true,false,false],[32,52,0,true,true,false],[32,98,0,true,false,false],[33,6,0,false,false,false],[36,66,0,true,true,false],[42,23,0,true,true,false],[42,40,0,true,false,false],[42,42,0,true,true,false],[42,88,0,true,false,false],[43,6,0,false,false,false],[46,64,0,true,true,false],[52,22,0,true,true,false],[52,43,0,true,false,false],[52,45,0,true,true,false],[52,86,0,true,false,false],[53,22,0,true,true,false],[53,52,0,true,false,false],[53,54,0,true,true,false],[53,105,0,true,false,false],[54,22,0,true,true,false],[54,43,0,true,false,false],[54,45,0,true,true,false],[54,86,0,true,false,false],[55,6,0,false,false,false],[60,79,0,true,true,false],[71,25,0,true,true,false],[71,55,0,true,false,false],[71,57,0,true,true,false],[71,91,0,true,false,false],[72,24,0,true,true,false],[72,58,0,true,false,false],[72,60,0,true,true,false],[72,71,0,true,false,false],[72,73,0,true,true,false],[72,104,0,true,false,false],[73,6,0,false,false,false],[76,67,0,true,true,false],[86,23,0,true,true,false],[86,40,0,true,false,false],[86,42,0,true,true,false],[86,85,0,true,false,false],[87,6,0,false,false,false],[90,70,0,true,true,false],[100,24,0,true,true,false],[100,60,0,true,false,false],[100,62,0,true,true,false],[100,83,0,true,false,false],[100,85,0,true,true,false],[100,128,0,true,false,false],[101,6,0,false,false,false],[104,84,0,true,true,false],[115,22,0,true,true,false],[115,52,0,true,false,false],[115,54,0,true,true,false],[115,100,0,true,false,false],[116,24,0,true,true,false],[116,45,0,true,false,false],[116,47,0,true,true,false],[116,50,0,true,false,false],[116,52,0,true,true,false],[116,96,0,true,false,false],[117,6,0,false,false,false],[122,61,0,true,true,false],[132,24,0,true,true,false],[132,45,0,true,false,false],[132,47,0,true,true,false],[132,67,0,true,false,false],[132,69,0,true,true,false],[132,91,0,true,false,false],[133,6,0,false,false,false],[136,58,0,true,true,false],[146,23,0,true,true,false],[146,40,0,true,false,false],[146,42,0,true,true,false],[146,82,0,true,false,false],[147,6,0,false,false,false],[150,60,0,true,true,false],[161,24,0,true,true,false],[161,45,0,true,false,false],[161,47,0,true,true,false],[161,59,0,true,false,false],[161,61,0,true,true,false],[161,93,0,true,false,false],[162,6,0,false,false,false],[167,64,0,true,true,false],[177,25,0,true,true,false],[177,55,0,true,false,false],[182,22,0,true,true,false],[182,52,0,true,false,false],[182,54,0,true,true,false],[182,96,0,true,false,false],[183,6,0,false,false,false],[186,55,0,true,true,false],[196,25,0,true,true,false],[196,46,0,true,false,false],[201,22,0,true,true,false],[201,43,0,true,false,false],[201,45,0,true,true,false],[201,77,0,true,false,false],[202,6,0,false,false,false],[205,55,0,true,true,false],[212,22,0,true,true,false],[212,43,0,true,false,false],[212,45,0,true,true,false],[212,86,0,true,false,false],[213,6,0,false,false,false],[218,72,0,true,true,false],[231,25,0,true,true,false],[231,46,0,true,false,false],[231,48,0,true,true,false],[231,67,0,true,false,false],[232,22,0,true,true,false],[232,52,0,true,false,false],[232,54,0,true,true,false],[232,104,0,true,false,false],[233,6,0,false,false,false],[238,58,0,true,true,false],[247,24,0,true,true,false],[247,50,0,true,false,false],[247,52,0,true,true,false],[247,81,0,true,false,false],[248,24,0,true,true,false],[248,51,0,true,false,false],[248,53,0,true,true,false],[248,83,0,true,false,false],[249,6,0,false,false,false],[254,53,0,true,true,false],[260,24,0,true,true,false],[260,44,0,true,false,false],[260,46,0,true,true,false],[260,48,0,true,false,false],[261,24,0,true,true,false],[261,45,0,true,false,false],[261,47,0,true,true,false],[261,49,0,true,false,false],[262,6,0,false,false,false],[265,59,0,true,true,false],[270,24,0,true,true,false],[270,44,0,true,false,false],[270,46,0,true,true,false],[270,51,0,true,false,false],[270,53,0,true,true,false],[270,93,0,true,false,false],[271,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":81,"covered":0,"percent":0},"instantiations":{"count":81,"covered":0,"percent":0},"lines":{"count":272,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":0,"notcovered":81,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift","mcdc_records":[],"segments":[[10,54,0,true,true,false],[10,57,0,false,false,false],[11,56,0,true,true,false],[11,59,0,false,false,false],[29,31,0,true,true,false],[29,36,0,false,false,false],[30,29,0,true,true,false],[30,34,0,false,false,false],[34,51,0,true,true,false],[34,52,0,false,false,false],[35,52,0,true,true,false],[35,89,0,false,false,false],[39,18,0,true,true,false],[44,6,0,false,false,false],[46,35,0,true,true,false],[49,6,0,false,false,false],[51,37,0,true,true,false],[60,6,0,false,false,false],[62,38,0,true,true,false],[84,6,0,false,false,false],[88,89,0,true,true,false],[95,6,0,false,false,false],[97,39,0,true,true,false],[104,6,0,false,false,false],[106,50,0,true,true,false],[107,41,0,true,true,false],[107,46,0,true,false,false],[108,6,0,false,false,false],[110,54,0,true,true,false],[112,6,0,false,false,false],[116,83,0,true,true,false],[124,6,0,false,false,false],[126,52,0,true,true,false],[127,39,0,true,true,false],[128,50,0,true,true,false],[128,67,0,true,false,false],[130,6,0,false,false,false],[132,53,0,true,true,false],[133,36,0,true,true,false],[134,50,0,true,true,false],[134,67,0,true,false,false],[136,6,0,false,false,false],[140,84,0,true,true,false],[141,39,0,true,true,false],[141,41,0,true,false,false],[143,16,0,true,true,false],[143,22,0,true,false,false],[144,9,0,true,true,false],[145,16,0,true,true,false],[145,85,0,true,false,false],[147,13,0,true,true,false],[150,14,0,true,false,false],[150,20,0,true,true,false],[152,14,0,true,false,false],[153,9,0,true,true,false],[156,42,0,true,false,false],[157,9,0,true,true,false],[158,16,0,true,true,false],[158,51,0,true,false,false],[158,52,0,true,true,false],[160,14,0,true,false,false],[160,20,0,true,true,false],[162,14,0,true,false,false],[163,9,0,true,true,false],[164,42,0,true,false,false],[166,6,0,false,false,false],[168,70,0,true,true,false],[169,12,0,true,true,false],[169,43,0,true,false,false],[169,44,0,true,true,false],[173,10,0,true,true,false],[175,70,0,true,false,false],[176,6,0,false,false,false],[178,66,0,true,true,false],[181,6,0,false,false,false],[183,43,0,true,true,false],[186,6,0,false,false,false],[190,52,0,true,true,false],[213,6,0,false,false,false],[221,38,0,true,true,false],[221,43,0,false,false,false],[224,50,0,true,true,false],[226,6,0,false,false,false],[229,32,0,true,true,false],[231,6,0,false,false,false],[233,39,0,true,true,false],[235,6,0,false,false,false],[237,47,0,true,true,false],[240,6,0,false,false,false],[242,42,0,true,true,false],[243,26,0,true,true,false],[243,46,0,true,false,false],[243,50,0,true,true,false],[243,78,0,true,false,false],[244,6,0,false,false,false],[246,44,0,true,true,false],[251,12,0,true,true,false],[251,27,0,true,false,false],[251,63,0,true,true,false],[253,10,0,true,false,false],[253,19,0,true,true,false],[253,34,0,true,false,false],[253,53,0,true,true,false],[255,10,0,true,false,false],[255,19,0,true,true,false],[255,34,0,true,false,false],[255,35,0,true,true,false],[257,10,0,true,false,false],[257,16,0,true,true,false],[259,10,0,true,false,false],[260,6,0,false,false,false],[263,30,0,true,true,false],[264,44,0,true,true,false],[265,33,0,true,true,false],[268,14,0,true,false,false],[270,10,0,true,true,false],[276,12,0,true,true,false],[276,32,0,true,false,false],[276,33,0,true,true,false],[279,10,0,true,false,false],[279,16,0,true,true,false],[282,10,0,true,false,false],[283,6,0,false,false,false],[285,29,0,true,true,false],[288,12,0,true,true,false],[288,32,0,true,false,false],[288,33,0,true,true,false],[291,10,0,true,false,false],[291,16,0,true,true,false],[293,10,0,true,false,false],[294,6,0,false,false,false],[296,32,0,true,true,false],[299,6,0,false,false,false],[301,32,0,true,true,false],[304,6,0,false,false,false],[306,26,0,true,true,false],[307,12,0,true,true,false],[307,21,0,true,false,false],[307,22,0,true,true,false],[309,10,0,true,false,false],[310,6,0,false,false,false],[312,57,0,true,true,false],[314,12,0,true,true,false],[314,32,0,true,false,false],[314,33,0,true,true,false],[317,10,0,true,true,false],[320,21,0,true,false,false],[321,6,0,false,false,false],[323,72,0,true,true,false],[325,44,0,true,true,false],[333,10,0,true,true,false],[336,12,0,true,true,false],[336,29,0,true,true,false],[336,43,0,true,false,false],[336,44,0,true,true,false],[340,10,0,true,true,false],[343,12,0,true,true,false],[343,21,0,true,false,false],[343,22,0,true,true,false],[345,10,0,true,false,false],[346,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":46,"covered":0,"percent":0},"instantiations":{"count":46,"covered":0,"percent":0},"lines":{"count":285,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":87,"covered":0,"notcovered":87,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift","mcdc_records":[],"segments":[[7,28,0,true,true,false],[9,24,0,true,true,false],[9,43,0,true,false,false],[9,45,0,true,true,false],[9,46,0,true,false,false],[10,22,0,true,true,false],[10,42,0,true,false,false],[11,24,0,true,true,false],[11,43,0,true,false,false],[12,6,0,false,false,false],[16,33,0,true,true,false],[20,30,0,true,true,false],[20,49,0,true,false,false],[20,51,0,true,true,false],[20,52,0,true,false,false],[22,44,0,true,true,false],[22,71,0,true,false,false],[23,25,0,true,true,false],[23,33,0,true,false,false],[23,35,0,true,true,false],[23,66,0,true,false,false],[24,24,0,true,true,false],[24,41,0,true,false,false],[24,43,0,true,true,false],[24,46,0,true,false,false],[24,48,0,true,true,false],[24,84,0,true,false,false],[25,24,0,true,true,false],[25,42,0,true,false,false],[25,44,0,true,true,false],[25,55,0,true,false,false],[28,46,0,true,true,false],[28,81,0,true,false,false],[29,25,0,true,true,false],[29,32,0,true,false,false],[29,34,0,true,true,false],[29,63,0,true,false,false],[30,24,0,true,true,false],[30,39,0,true,false,false],[30,41,0,true,true,false],[30,46,0,true,false,false],[33,46,0,true,true,false],[33,81,0,true,false,false],[34,25,0,true,true,false],[34,32,0,true,false,false],[34,34,0,true,true,false],[34,65,0,true,false,false],[35,24,0,true,true,false],[35,39,0,true,false,false],[35,41,0,true,true,false],[35,48,0,true,false,false],[38,45,0,true,true,false],[38,69,0,true,false,false],[39,25,0,true,true,false],[39,34,0,true,false,false],[39,36,0,true,true,false],[39,64,0,true,false,false],[40,24,0,true,true,false],[40,42,0,true,false,false],[40,44,0,true,true,false],[40,47,0,true,false,false],[40,49,0,true,true,false],[40,94,0,true,false,false],[43,24,0,true,true,false],[43,44,0,true,false,false],[43,46,0,true,true,false],[43,58,0,true,false,false],[44,6,0,false,false,false],[46,42,0,true,true,false],[52,24,0,true,true,false],[52,44,0,true,false,false],[52,46,0,true,true,false],[52,66,0,true,false,false],[53,69,0,true,true,false],[54,28,0,true,true,false],[54,37,0,true,false,false],[54,39,0,true,true,false],[54,48,0,true,false,false],[54,50,0,true,true,false],[54,96,0,true,false,false],[57,28,0,true,true,false],[57,47,0,true,false,false],[57,49,0,true,true,false],[57,68,0,true,false,false],[58,71,0,true,true,false],[59,32,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[59,52,0,true,false,false],[59,54,0,true,true,false],[59,109,0,true,false,false],[60,14,0,true,true,false],[61,10,0,true,true,false],[64,24,0,true,true,false],[64,31,0,true,false,false],[64,33,0,true,true,false],[64,40,0,true,false,false],[64,42,0,true,true,false],[64,91,0,true,false,false],[65,6,0,false,false,false],[69,44,0,true,true,false],[82,24,0,true,true,false],[82,47,0,true,false,false],[82,49,0,true,true,false],[82,57,0,true,false,false],[83,6,0,false,false,false],[85,47,0,true,true,false],[96,23,0,true,true,false],[96,36,0,true,false,false],[96,38,0,true,true,false],[96,79,0,true,false,false],[97,6,0,false,false,false],[99,47,0,true,true,false],[110,24,0,true,true,false],[110,37,0,true,false,false],[110,39,0,true,true,false],[110,79,0,true,false,false],[111,6,0,false,false,false],[115,39,0,true,true,false],[127,24,0,true,true,false],[127,39,0,true,false,false],[127,41,0,true,true,false],[127,42,0,true,false,false],[127,44,0,true,true,false],[127,72,0,true,false,false],[128,24,0,true,true,false],[128,41,0,true,false,false],[128,43,0,true,true,false],[128,52,0,true,false,false],[129,6,0,false,false,false],[131,48,0,true,true,false],[144,24,0,true,true,false],[144,39,0,true,false,false],[144,41,0,true,true,false],[144,42,0,true,false,false],[144,44,0,true,true,false],[144,92,0,true,false,false],[145,6,0,false,false,false],[147,40,0,true,true,false],[160,24,0,true,true,false],[160,39,0,true,false,false],[160,41,0,true,true,false],[160,42,0,true,false,false],[160,44,0,true,true,false],[160,104,0,true,false,false],[161,6,0,false,false,false],[165,48,0,true,true,false],[167,23,0,true,true,false],[167,49,0,true,false,false],[167,51,0,true,true,false],[167,74,0,true,false,false],[170,23,0,true,true,false],[170,51,0,true,false,false],[170,53,0,true,true,false],[170,76,0,true,false,false],[173,23,0,true,true,false],[173,50,0,true,false,false],[173,52,0,true,true,false],[173,75,0,true,false,false],[174,6,0,false,false,false],[176,51,0,true,true,false],[178,24,0,true,true,false],[178,49,0,true,false,false],[178,51,0,true,true,false],[178,95,0,true,false,false],[181,24,0,true,true,false],[181,51,0,true,false,false],[181,53,0,true,true,false],[181,96,0,true,false,false],[182,6,0,false,false,false],[184,46,0,true,true,false],[187,24,0,true,true,false],[187,54,0,true,false,false],[187,56,0,true,true,false],[187,66,0,true,false,false],[191,24,0,true,true,false],[191,54,0,true,false,false],[191,56,0,true,true,false],[191,61,0,true,false,false],[195,24,0,true,true,false],[195,57,0,true,false,false],[195,59,0,true,true,false],[195,68,0,true,false,false],[199,24,0,true,true,false],[199,48,0,true,false,false],[199,50,0,true,true,false],[199,55,0,true,false,false],[203,24,0,true,true,false],[203,48,0,true,false,false],[203,50,0,true,true,false],[203,55,0,true,false,false],[204,6,0,false,false,false],[208,47,0,true,true,false],[209,24,0,true,true,false],[209,65,0,true,false,false],[209,67,0,true,true,false],[209,70,0,true,false,false],[210,24,0,true,true,false],[210,62,0,true,false,false],[210,64,0,true,true,false],[210,67,0,true,false,false],[211,24,0,true,true,false],[211,62,0,true,false,false],[211,64,0,true,true,false],[211,67,0,true,false,false],[212,24,0,true,true,false],[212,64,0,true,false,false],[212,66,0,true,true,false],[212,69,0,true,false,false],[213,24,0,true,true,false],[213,61,0,true,false,false],[213,63,0,true,true,false],[213,66,0,true,false,false],[214,6,0,false,false,false],[216,42,0,true,true,false],[217,24,0,true,true,false],[217,60,0,true,false,false],[217,62,0,true,true,false],[217,74,0,true,false,false],[218,24,0,true,true,false],[218,57,0,true,false,false],[218,59,0,true,true,false],[218,68,0,true,false,false],[219,24,0,true,true,false],[219,57,0,true,false,false],[219,59,0,true,true,false],[219,68,0,true,false,false],[220,24,0,true,true,false],[220,59,0,true,false,false],[220,61,0,true,true,false],[220,72,0,true,false,false],[221,24,0,true,true,false],[221,56,0,true,false,false],[221,58,0,true,true,false],[221,66,0,true,false,false],[222,6,0,false,false,false],[226,39,0,true,true,false],[227,24,0,true,true,false],[227,57,0,true,false,false],[227,59,0,true,true,false],[227,62,0,true,false,false],[228,24,0,true,true,false],[228,52,0,true,false,false],[228,54,0,true,true,false],[228,57,0,true,false,false],[229,24,0,true,true,false],[229,56,0,true,false,false],[229,58,0,true,true,false],[229,61,0,true,false,false],[230,24,0,true,true,false],[230,58,0,true,false,false],[230,60,0,true,true,false],[230,63,0,true,false,false],[231,6,0,false,false,false],[233,34,0,true,true,false],[234,24,0,true,true,false],[234,51,0,true,false,false],[234,53,0,true,true,false],[234,63,0,true,false,false],[235,24,0,true,true,false],[235,51,0,true,false,false],[235,53,0,true,true,false],[235,63,0,true,false,false],[236,24,0,true,true,false],[236,51,0,true,false,false],[236,53,0,true,true,false],[236,58,0,true,false,false],[237,24,0,true,true,false],[237,51,0,true,false,false],[237,53,0,true,true,false],[237,58,0,true,false,false],[238,24,0,true,true,false],[238,51,0,true,false,false],[238,53,0,true,true,false],[238,62,0,true,false,false],[239,24,0,true,true,false],[239,51,0,true,false,false],[239,53,0,true,true,false],[239,64,0,true,false,false],[240,24,0,true,true,false],[240,51,0,true,false,false],[240,53,0,true,true,false],[240,64,0,true,false,false],[241,6,0,false,false,false],[245,40,0,true,true,false],[250,48,0,true,true,false],[251,77,0,true,true,false],[253,24,0,true,true,false],[253,32,0,true,false,false],[253,34,0,true,true,false],[253,41,0,true,false,false],[254,6,0,false,false,false],[256,41,0,true,true,false],[271,48,0,true,true,false],[272,70,0,true,true,false],[274,24,0,true,true,false],[274,32,0,true,false,false],[274,34,0,true,true,false],[274,41,0,true,false,false],[275,6,0,false,false,false],[277,46,0,true,true,false],[288,48,0,true,true,false],[289,75,0,true,true,false],[291,24,0,true,true,false],[291,32,0,true,false,false],[291,34,0,true,true,false],[291,41,0,true,false,false],[292,6,0,false,false,false],[296,36,0,true,true,false],[297,24,0,true,true,false],[297,54,0,true,false,false],[297,56,0,true,true,false],[297,63,0,true,false,false],[298,24,0,true,true,false],[298,49,0,true,false,false],[298,51,0,true,true,false],[298,57,0,true,false,false],[299,24,0,true,true,false],[299,53,0,true,false,false],[299,55,0,true,true,false],[299,63,0,true,false,false],[300,24,0,true,true,false],[300,49,0,true,false,false],[300,51,0,true,true,false],[300,59,0,true,false,false],[301,24,0,true,true,false],[301,49,0,true,false,false],[301,51,0,true,true,false],[301,56,0,true,false,false],[302,6,0,false,false,false],[304,35,0,true,true,false],[305,24,0,true,true,false],[305,53,0,true,false,false],[305,55,0,true,true,false],[305,75,0,true,false,false],[306,24,0,true,true,false],[306,48,0,true,false,false],[306,50,0,true,true,false],[306,65,0,true,false,false],[307,24,0,true,true,false],[307,52,0,true,false,false],[307,54,0,true,true,false],[307,67,0,true,false,false],[308,24,0,true,true,false],[308,48,0,true,false,false],[308,50,0,true,true,false],[308,76,0,true,false,false],[309,24,0,true,true,false],[309,48,0,true,false,false],[309,50,0,true,true,false],[309,64,0,true,false,false],[310,6,0,false,false,false],[314,41,0,true,true,false],[320,23,0,true,true,false],[320,59,0,true,false,false],[321,23,0,true,true,false],[321,59,0,true,false,false],[322,23,0,true,true,false],[322,61,0,true,false,false],[323,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":175,"covered":0,"percent":0},"instantiations":{"count":175,"covered":0,"percent":0},"lines":{"count":431,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":185,"covered":0,"notcovered":185,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift","mcdc_records":[],"segments":[[9,45,0,true,true,false],[23,24,0,true,true,false],[23,34,0,true,false,false],[23,36,0,true,true,false],[23,46,0,true,false,false],[24,6,0,false,false,false],[26,56,0,true,true,false],[34,32,0,true,true,false],[42,28,0,true,true,false],[42,38,0,true,false,false],[42,40,0,true,true,false],[42,44,0,true,false,false],[42,46,0,true,true,false],[42,86,0,true,false,false],[43,10,0,true,true,false],[44,6,0,false,false,false],[46,31,0,true,true,false],[58,24,0,true,true,false],[58,34,0,true,false,false],[58,36,0,true,true,false],[58,39,0,true,false,false],[58,41,0,true,true,false],[58,79,0,true,false,false],[59,6,0,false,false,false],[63,41,0,true,true,false],[75,24,0,true,true,false],[75,37,0,true,false,false],[75,39,0,true,true,false],[75,41,0,true,false,false],[76,6,0,false,false,false],[78,37,0,true,true,false],[88,24,0,true,true,false],[88,37,0,true,false,false],[88,39,0,true,true,false],[88,41,0,true,false,false],[89,6,0,false,false,false],[91,38,0,true,true,false],[101,24,0,true,true,false],[101,37,0,true,false,false],[101,39,0,true,true,false],[101,43,0,true,false,false],[102,6,0,false,false,false],[104,39,0,true,true,false],[108,38,0,true,true,false],[116,28,0,true,true,false],[116,41,0,true,false,false],[116,43,0,true,true,false],[116,50,0,true,false,false],[116,52,0,true,true,false],[116,92,0,true,false,false],[117,10,0,true,true,false],[118,6,0,false,false,false],[122,50,0,true,true,false],[131,24,0,true,true,false],[131,40,0,true,false,false],[131,42,0,true,true,false],[131,43,0,true,false,false],[132,24,0,true,true,false],[132,48,0,true,false,false],[132,50,0,true,true,false],[132,111,0,true,false,false],[133,6,0,false,false,false],[135,47,0,true,true,false],[144,24,0,true,true,false],[144,40,0,true,false,false],[144,42,0,true,true,false],[144,43,0,true,false,false],[145,23,0,true,true,false],[145,47,0,true,false,false],[145,49,0,true,true,false],[145,81,0,true,false,false],[153,24,0,true,true,false],[153,53,0,true,false,false],[153,55,0,true,true,false],[153,56,0,true,false,false],[153,58,0,true,true,false],[153,85,0,true,false,false],[154,6,0,false,false,false],[156,39,0,true,true,false],[165,24,0,true,true,false],[165,40,0,true,false,false],[165,42,0,true,true,false],[165,43,0,true,false,false],[166,23,0,true,true,false],[166,45,0,true,true,false],[166,60,0,true,false,false],[167,6,0,false,false,false],[171,34,0,true,true,false],[180,24,0,true,true,false],[180,44,0,true,false,false],[181,6,0,false,false,false],[183,48,0,true,true,false],[187,38,0,true,true,false],[194,28,0,true,true,false],[194,54,0,true,false,false],[194,56,0,true,true,false],[194,114,0,true,false,false],[195,10,0,true,true,false],[196,6,0,false,false,false],[198,46,0,true,true,false],[202,36,0,true,true,false],[209,27,0,true,true,false],[209,53,0,true,false,false],[209,55,0,true,true,false],[209,109,0,true,false,false],[210,10,0,true,true,false],[211,6,0,false,false,false],[213,39,0,true,true,false],[223,36,0,true,true,false],[230,28,0,true,true,false],[230,40,0,true,false,false],[230,42,0,true,true,false],[230,48,0,true,false,false],[230,50,0,true,true,false],[230,96,0,true,false,false],[231,10,0,true,true,false],[232,6,0,false,false,false],[236,47,0,true,true,false],[258,23,0,true,true,false],[258,52,0,true,false,false],[258,54,0,true,true,false],[258,91,0,true,false,false],[261,24,0,true,true,false],[261,39,0,true,false,false],[261,41,0,true,true,false],[261,42,0,true,false,false],[261,44,0,true,true,false],[261,90,0,true,false,false],[264,46,0,true,true,false],[264,51,0,true,false,false],[265,24,0,true,true,false],[265,36,0,true,false,false],[265,38,0,true,true,false],[265,48,0,true,false,false],[268,41,0,true,true,false],[268,58,0,true,false,false],[269,25,0,true,true,false],[269,34,0,true,false,false],[270,23,0,true,true,false],[270,68,0,true,false,false],[271,23,0,true,true,false],[271,65,0,true,false,false],[272,6,0,false,false,false],[274,44,0,true,true,false],[298,23,0,true,true,false],[298,52,0,true,false,false],[298,54,0,true,true,false],[298,89,0,true,false,false],[301,46,0,true,true,false],[301,51,0,true,false,false],[302,24,0,true,true,false],[302,36,0,true,false,false],[302,38,0,true,true,false],[302,48,0,true,false,false],[302,50,0,true,true,false],[302,77,0,true,false,false],[303,6,0,false,false,false],[307,41,0,true,true,false],[320,24,0,true,true,false],[320,37,0,true,false,false],[320,39,0,true,true,false],[320,90,0,true,false,false],[322,24,0,true,true,false],[322,39,0,true,false,false],[322,41,0,true,true,false],[322,42,0,true,false,false],[322,44,0,true,true,false],[322,84,0,true,false,false],[323,24,0,true,true,false],[323,45,0,true,false,false],[323,47,0,true,true,false],[323,59,0,true,false,false],[328,23,0,true,true,false],[328,48,0,true,false,false],[328,50,0,true,true,false],[328,71,0,true,false,false],[329,24,0,true,true,false],[329,38,0,true,false,false],[329,40,0,true,true,false],[329,55,0,true,false,false],[330,6,0,false,false,false],[332,41,0,true,true,false],[345,24,0,true,true,false],[345,37,0,true,false,false],[345,39,0,true,true,false],[345,77,0,true,false,false],[347,24,0,true,true,false],[347,39,0,true,false,false],[347,41,0,true,true,false],[347,42,0,true,false,false],[348,24,0,true,true,false],[348,45,0,true,false,false],[348,47,0,true,true,false],[348,59,0,true,false,false],[352,23,0,true,true,false],[352,48,0,true,false,false],[352,50,0,true,true,false],[352,71,0,true,false,false],[353,6,0,false,false,false],[355,43,0,true,true,false],[369,23,0,true,true,false],[369,36,0,true,false,false],[369,38,0,true,true,false],[369,82,0,true,false,false],[372,24,0,true,true,false],[372,39,0,true,false,false],[372,41,0,true,true,false],[372,42,0,true,false,false],[372,44,0,true,true,false],[372,92,0,true,false,false],[377,23,0,true,true,false],[377,48,0,true,false,false],[377,50,0,true,true,false],[377,85,0,true,false,false],[378,24,0,true,true,false],[378,49,0,true,false,false],[378,51,0,true,true,false],[378,88,0,true,false,false],[379,23,0,true,true,false],[379,48,0,true,false,false],[379,50,0,true,true,false],[379,82,0,true,false,false],[380,6,0,false,false,false],[384,40,0,true,true,false],[388,24,0,true,true,false],[388,44,0,true,false,false],[388,46,0,true,true,false],[388,51,0,true,false,false],[388,53,0,true,true,false],[388,98,0,true,false,false],[389,6,0,false,false,false],[391,40,0,true,true,false],[393,24,0,true,true,false],[393,44,0,true,false,false],[393,46,0,true,true,false],[393,51,0,true,false,false],[393,53,0,true,true,false],[393,88,0,true,false,false],[394,6,0,false,false,false],[396,49,0,true,true,false],[400,24,0,true,true,false],[400,44,0,true,false,false],[400,46,0,true,true,false],[400,55,0,true,false,false],[400,57,0,true,true,false],[400,92,0,true,false,false],[401,6,0,false,false,false],[405,39,0,true,true,false],[408,24,0,true,true,false],[408,44,0,true,false,false],[408,46,0,true,true,false],[408,56,0,true,false,false],[408,58,0,true,true,false],[408,88,0,true,false,false],[409,6,0,false,false,false],[411,39,0,true,true,false],[414,24,0,true,true,false],[414,44,0,true,false,false],[414,46,0,true,true,false],[414,51,0,true,false,false],[414,53,0,true,true,false],[414,81,0,true,false,false],[415,6,0,false,false,false],[417,40,0,true,true,false],[421,24,0,true,true,false],[421,44,0,true,false,false],[421,46,0,true,true,false],[421,51,0,true,false,false],[421,53,0,true,true,false],[421,75,0,true,false,false],[422,6,0,false,false,false],[426,35,0,true,true,false],[436,24,0,true,true,false],[436,34,0,true,false,false],[436,36,0,true,true,false],[436,48,0,true,false,false],[436,50,0,true,true,false],[436,81,0,true,false,false],[437,23,0,true,true,false],[437,45,0,true,true,false],[437,62,0,true,true,false],[437,73,0,true,false,false],[437,78,0,true,true,false],[437,89,0,true,false,false],[437,93,0,true,true,false],[437,102,0,true,false,false],[437,106,0,true,true,false],[437,115,0,true,false,false],[438,6,0,false,false,false],[440,30,0,true,true,false],[448,24,0,true,true,false],[448,34,0,true,false,false],[448,36,0,true,true,false],[448,50,0,true,false,false],[448,52,0,true,true,false],[448,84,0,true,false,false],[449,6,0,false,false,false],[451,32,0,true,true,false],[459,24,0,true,true,false],[459,36,0,true,false,false],[459,38,0,true,true,false],[459,54,0,true,false,false],[459,56,0,true,true,false],[459,90,0,true,false,false],[460,6,0,false,false,false],[464,57,0,true,true,false],[471,23,0,true,true,false],[471,61,0,true,false,false],[472,23,0,true,true,false],[472,65,0,true,false,false],[473,23,0,true,true,false],[473,65,0,true,false,false],[474,6,0,false,false,false],[478,48,0,true,true,false],[479,24,0,true,true,false],[479,51,0,true,false,false],[479,53,0,true,true,false],[479,63,0,true,false,false],[480,24,0,true,true,false],[480,51,0,true,false,false],[480,53,0,true,true,false],[480,58,0,true,false,false],[481,24,0,true,true,false],[481,51,0,true,false,false],[481,53,0,true,true,false],[481,62,0,true,false,false],[482,24,0,true,true,false],[482,51,0,true,false,false],[482,53,0,true,true,false],[482,64,0,true,false,false],[483,6,0,false,false,false],[485,48,0,true,true,false],[486,24,0,true,true,false],[486,49,0,true,false,false],[486,51,0,true,true,false],[486,61,0,true,false,false],[487,24,0,true,true,false],[487,52,0,true,false,false],[487,54,0,true,true,false],[487,65,0,true,false,false],[488,24,0,true,true,false],[488,55,0,true,false,false],[488,57,0,true,true,false],[488,68,0,true,false,false],[489,6,0,false,false,false],[493,45,0,true,true,false],[507,24,0,true,true,false],[507,39,0,true,false,false],[507,41,0,true,true,false],[507,42,0,true,false,false],[507,44,0,true,true,false],[507,82,0,true,false,false],[508,6,0,false,false,false],[512,38,0,true,true,false],[514,48,0,true,true,false],[515,28,0,true,true,false],[515,49,0,true,false,false],[515,51,0,true,true,false],[515,84,0,true,false,false],[516,28,0,true,true,false],[516,56,0,true,false,false],[516,58,0,true,true,false],[516,98,0,true,false,false],[517,34,0,true,true,false],[517,59,0,true,false,false],[517,61,0,true,true,false],[517,62,0,true,false,false],[517,64,0,true,true,false],[517,106,0,true,false,false],[518,10,0,true,true,false],[519,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":181,"covered":0,"percent":0},"instantiations":{"count":181,"covered":0,"percent":0},"lines":{"count":603,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":193,"covered":0,"notcovered":193,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift","mcdc_records":[],"segments":[[10,37,0,true,true,false],[20,54,0,true,true,false],[21,82,0,true,true,false],[29,6,0,false,false,false],[32,29,0,true,true,false],[39,6,0,false,false,false],[42,30,0,true,true,false],[49,6,0,false,false,false],[54,37,0,true,true,false],[63,54,0,true,true,false],[64,82,0,true,true,false],[70,6,0,false,false,false],[73,27,0,true,true,false],[80,6,0,false,false,false],[85,29,0,true,true,false],[89,6,0,false,false,false],[92,28,0,true,true,false],[96,6,0,false,false,false],[99,30,0,true,true,false],[102,6,0,false,false,false],[105,40,0,true,true,false],[109,6,0,false,false,false],[114,43,0,true,true,false],[119,54,0,true,true,false],[120,81,0,true,true,false],[122,45,0,true,true,false],[125,10,0,true,false,false],[125,16,0,true,true,false],[127,10,0,true,false,false],[128,6,0,false,false,false],[131,43,0,true,true,false],[136,54,0,true,true,false],[137,81,0,true,true,false],[141,9,0,true,true,false],[143,10,0,true,false,false],[143,16,0,true,true,false],[145,10,0,true,false,false],[146,6,0,false,false,false],[149,40,0,true,true,false],[152,54,0,true,true,false],[153,81,0,true,true,false],[155,45,0,true,true,false],[157,10,0,true,false,false],[157,16,0,true,true,false],[159,10,0,true,false,false],[160,6,0,false,false,false],[163,55,0,true,true,false],[177,81,0,true,true,false],[181,9,0,true,true,false],[183,10,0,true,false,false],[183,16,0,true,true,false],[185,10,0,true,false,false],[186,6,0,false,false,false],[191,42,0,true,true,false],[200,76,0,true,true,false],[205,6,0,false,false,false],[208,42,0,true,true,false],[215,53,0,true,true,false],[216,76,0,true,true,false],[221,54,0,true,true,false],[223,10,0,true,false,false],[223,16,0,true,true,false],[225,10,0,true,false,false],[226,6,0,false,false,false],[231,42,0,true,true,false],[239,50,0,true,true,false],[240,76,0,true,true,false],[245,54,0,true,true,false],[248,10,0,true,false,false],[248,16,0,true,true,false],[250,10,0,true,false,false],[251,6,0,false,false,false],[254,35,0,true,true,false],[268,6,0,false,false,false],[271,42,0,true,true,false],[283,73,0,true,true,false],[288,6,0,false,false,false],[293,31,0,true,true,false],[296,6,0,false,false,false],[299,37,0,true,true,false],[303,6,0,false,false,false],[306,31,0,true,true,false],[309,6,0,false,false,false],[312,31,0,true,true,false],[317,6,0,false,false,false],[320,33,0,true,true,false],[324,6,0,false,false,false],[329,34,0,true,true,false],[337,54,0,true,true,false],[338,79,0,true,true,false],[344,6,0,false,false,false],[347,26,0,true,true,false],[352,6,0,false,false,false],[355,31,0,true,true,false],[362,6,0,false,false,false],[365,33,0,true,true,false],[372,6,0,false,false,false],[375,28,0,true,true,false],[378,6,0,false,false,false],[381,34,0,true,true,false],[385,6,0,false,false,false],[388,36,0,true,true,false],[392,6,0,false,false,false],[395,27,0,true,true,false],[402,6,0,false,false,false],[405,32,0,true,true,false],[408,6,0,false,false,false],[411,40,0,true,true,false],[416,54,0,true,true,false],[417,81,0,true,true,false],[419,42,0,true,true,false],[422,10,0,true,false,false],[422,16,0,true,true,false],[424,10,0,true,false,false],[425,6,0,false,false,false],[428,47,0,true,true,false],[435,53,0,true,true,false],[436,76,0,true,true,false],[441,51,0,true,true,false],[444,10,0,true,false,false],[444,16,0,true,true,false],[446,10,0,true,false,false],[447,6,0,false,false,false],[450,47,0,true,true,false],[458,50,0,true,true,false],[459,76,0,true,true,false],[464,51,0,true,true,false],[467,10,0,true,false,false],[467,16,0,true,true,false],[469,10,0,true,false,false],[470,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":379,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":78,"covered":0,"notcovered":78,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift","mcdc_records":[],"segments":[[8,42,0,true,true,false],[10,6,0,false,false,false],[12,36,0,true,true,false],[16,6,0,false,false,false],[18,36,0,true,true,false],[22,6,0,false,false,false],[24,46,0,true,true,false],[27,6,0,false,false,false],[31,39,0,true,true,false],[36,6,0,false,false,false],[38,45,0,true,true,false],[42,6,0,false,false,false],[46,39,0,true,true,false],[51,6,0,false,false,false],[53,43,0,true,true,false],[57,6,0,false,false,false],[59,51,0,true,true,false],[61,46,0,true,true,false],[61,66,0,true,false,false],[63,6,0,false,false,false],[65,48,0,true,true,false],[67,43,0,true,true,false],[67,62,0,true,false,false],[69,6,0,false,false,false],[73,38,0,true,true,false],[78,6,0,false,false,false],[80,46,0,true,true,false],[85,6,0,false,false,false],[89,35,0,true,true,false],[93,6,0,false,false,false],[95,35,0,true,true,false],[99,6,0,false,false,false],[101,35,0,true,true,false],[105,6,0,false,false,false],[107,35,0,true,true,false],[111,6,0,false,false,false],[113,36,0,true,true,false],[117,6,0,false,false,false],[119,38,0,true,true,false],[123,6,0,false,false,false],[125,43,0,true,true,false],[127,44,0,true,true,false],[127,89,0,true,false,false],[130,6,0,false,false,false],[132,46,0,true,true,false],[134,47,0,true,true,false],[134,86,0,true,true,false],[134,126,0,true,false,false],[136,6,0,false,false,false],[138,46,0,true,true,false],[140,47,0,true,true,false],[140,86,0,true,true,false],[140,126,0,true,false,false],[142,6,0,false,false,false],[146,35,0,true,true,false],[150,6,0,false,false,false],[152,33,0,true,true,false],[156,6,0,false,false,false],[158,34,0,true,true,false],[162,6,0,false,false,false],[164,34,0,true,true,false],[168,6,0,false,false,false],[170,40,0,true,true,false],[174,6,0,false,false,false],[176,35,0,true,true,false],[180,6,0,false,false,false],[182,38,0,true,true,false],[186,6,0,false,false,false],[188,36,0,true,true,false],[192,6,0,false,false,false],[194,37,0,true,true,false],[199,6,0,false,false,false],[201,41,0,true,true,false],[204,43,0,true,true,false],[204,55,0,true,false,false],[205,44,0,true,true,false],[205,56,0,true,false,false],[208,6,0,false,false,false],[210,37,0,true,true,false],[215,6,0,false,false,false],[217,41,0,true,true,false],[219,43,0,true,true,false],[219,55,0,true,false,false],[220,44,0,true,true,false],[220,56,0,true,false,false],[223,6,0,false,false,false],[225,43,0,true,true,false],[230,6,0,false,false,false],[232,47,0,true,true,false],[234,43,0,true,true,false],[234,55,0,true,false,false],[235,44,0,true,true,false],[235,56,0,true,false,false],[238,6,0,false,false,false],[240,38,0,true,true,false],[244,6,0,false,false,false],[246,42,0,true,true,false],[248,43,0,true,true,false],[248,55,0,true,false,false],[249,44,0,true,true,false],[249,56,0,true,false,false],[252,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":214,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":52,"covered":0,"notcovered":52,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift","mcdc_records":[],"segments":[[46,91,0,true,true,false],[51,6,0,false,false,false],[55,35,0,true,true,false],[58,25,0,true,true,false],[58,46,0,true,false,false],[65,6,0,false,false,false],[67,36,0,true,true,false],[70,25,0,true,true,false],[70,46,0,true,false,false],[74,39,0,true,true,false],[74,60,0,true,false,false],[80,39,0,true,true,false],[80,60,0,true,false,false],[84,6,0,false,false,false],[86,32,0,true,true,false],[89,25,0,true,true,false],[89,46,0,true,false,false],[93,43,0,true,true,false],[93,64,0,true,false,false],[98,41,0,true,true,false],[98,62,0,true,false,false],[103,41,0,true,true,false],[103,62,0,true,false,false],[106,6,0,false,false,false],[108,32,0,true,true,false],[111,25,0,true,true,false],[111,46,0,true,false,false],[115,43,0,true,true,false],[115,64,0,true,false,false],[119,44,0,true,true,false],[119,65,0,true,false,false],[123,44,0,true,true,false],[123,65,0,true,false,false],[125,6,0,false,false,false],[129,38,0,true,true,false],[132,25,0,true,true,false],[132,46,0,true,false,false],[138,6,0,false,false,false],[140,40,0,true,true,false],[143,25,0,true,true,false],[143,46,0,true,false,false],[149,6,0,false,false,false],[151,41,0,true,true,false],[154,25,0,true,true,false],[154,46,0,true,false,false],[161,6,0,false,false,false],[165,41,0,true,true,false],[167,86,0,true,true,false],[168,33,0,true,true,false],[168,47,0,true,true,false],[169,46,0,true,false,false],[179,6,0,false,false,false],[183,37,0,true,true,false],[186,25,0,true,true,false],[186,46,0,true,false,false],[196,6,0,false,false,false],[200,40,0,true,true,false],[204,25,0,true,true,false],[204,46,0,true,false,false],[208,6,0,false,false,false],[210,41,0,true,true,false],[221,25,0,true,true,false],[221,46,0,true,false,false],[225,6,0,false,false,false],[229,43,0,true,true,false],[238,51,0,true,true,false],[238,71,0,true,false,false],[241,48,0,true,true,false],[241,67,0,true,false,false],[243,6,0,false,false,false],[247,55,0,true,true,false],[266,78,0,true,true,false],[268,10,0,true,false,false],[279,39,0,true,true,false],[279,59,0,true,false,false],[283,39,0,true,true,false],[283,58,0,true,false,false],[287,42,0,true,true,false],[287,63,0,true,false,false],[290,6,0,false,false,false],[292,55,0,true,true,false],[310,87,0,true,true,false],[311,16,0,true,true,false],[311,24,0,true,false,false],[311,35,0,true,true,false],[313,14,0,true,true,false],[314,23,0,true,false,false],[326,39,0,true,true,false],[326,59,0,true,false,false],[330,39,0,true,true,false],[330,59,0,true,false,false],[332,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":0,"percent":0},"instantiations":{"count":43,"covered":0,"percent":0},"lines":{"count":297,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":48,"covered":0,"notcovered":48,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift","mcdc_records":[],"segments":[[15,41,0,true,true,false],[21,25,0,true,true,false],[21,51,0,true,false,false],[21,53,0,true,true,false],[21,85,0,true,false,false],[22,24,0,true,true,false],[22,67,0,true,false,false],[22,69,0,true,true,false],[22,70,0,true,false,false],[23,24,0,true,true,false],[23,69,0,true,false,false],[23,71,0,true,true,false],[23,77,0,true,false,false],[24,6,0,false,false,false],[26,44,0,true,true,false],[29,22,0,true,true,false],[29,48,0,true,false,false],[29,50,0,true,true,false],[29,90,0,true,false,false],[30,6,0,false,false,false],[34,46,0,true,true,false],[43,24,0,true,true,false],[43,67,0,true,false,false],[43,69,0,true,true,false],[43,70,0,true,false,false],[44,24,0,true,true,false],[44,69,0,true,false,false],[44,71,0,true,true,false],[44,80,0,true,false,false],[45,6,0,false,false,false],[47,48,0,true,true,false],[57,22,0,true,true,false],[57,48,0,true,false,false],[57,50,0,true,true,false],[57,90,0,true,false,false],[58,6,0,false,false,false],[62,29,0,true,true,false],[65,24,0,true,true,false],[65,47,0,true,false,false],[65,49,0,true,true,false],[65,59,0,true,false,false],[65,61,0,true,true,false],[65,98,0,true,false,false],[66,6,0,false,false,false],[70,41,0,true,true,false],[74,48,0,true,true,false],[77,87,0,true,true,false],[79,24,0,true,true,false],[79,44,0,true,false,false],[79,46,0,true,true,false],[79,56,0,true,false,false],[79,58,0,true,true,false],[79,89,0,true,false,false],[80,24,0,true,true,false],[80,64,0,true,false,false],[80,66,0,true,true,false],[80,67,0,true,false,false],[80,69,0,true,true,false],[80,96,0,true,false,false],[81,6,0,false,false,false],[83,46,0,true,true,false],[92,92,0,true,true,false],[94,24,0,true,true,false],[94,43,0,true,false,false],[94,45,0,true,true,false],[94,51,0,true,false,false],[94,53,0,true,true,false],[94,82,0,true,false,false],[95,22,0,true,true,false],[95,44,0,true,false,false],[95,46,0,true,true,false],[95,73,0,true,false,false],[96,6,0,false,false,false],[100,44,0,true,true,false],[104,56,0,true,true,false],[105,93,0,true,true,false],[107,24,0,true,true,false],[107,64,0,true,false,false],[107,66,0,true,true,false],[107,67,0,true,false,false],[107,69,0,true,true,false],[107,102,0,true,false,false],[108,6,0,false,false,false],[110,29,0,true,true,false],[112,41,0,true,true,false],[118,10,0,true,false,false],[123,24,0,true,true,false],[123,67,0,true,false,false],[123,69,0,true,true,false],[123,72,0,true,false,false],[123,74,0,true,true,false],[123,104,0,true,false,false],[124,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":44,"covered":0,"percent":0},"instantiations":{"count":44,"covered":0,"percent":0},"lines":{"count":135,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift","mcdc_records":[],"segments":[[15,28,0,true,true,false],[18,24,0,true,true,false],[18,46,0,true,false,false],[18,48,0,true,true,false],[18,49,0,true,false,false],[18,51,0,true,true,false],[18,92,0,true,false,false],[19,22,0,true,true,false],[19,45,0,true,false,false],[19,47,0,true,true,false],[19,94,0,true,false,false],[20,24,0,true,true,false],[20,44,0,true,false,false],[20,46,0,true,true,false],[20,49,0,true,false,false],[20,51,0,true,true,false],[20,84,0,true,false,false],[21,6,0,false,false,false],[23,24,0,true,true,false],[26,24,0,true,true,false],[26,46,0,true,false,false],[26,48,0,true,true,false],[26,49,0,true,false,false],[26,51,0,true,true,false],[26,92,0,true,false,false],[27,24,0,true,true,false],[27,44,0,true,false,false],[27,46,0,true,true,false],[27,49,0,true,false,false],[27,51,0,true,true,false],[27,83,0,true,false,false],[30,48,0,true,true,false],[30,82,0,true,false,false],[31,25,0,true,true,false],[31,34,0,true,false,false],[31,36,0,true,true,false],[31,74,0,true,false,false],[32,24,0,true,true,false],[32,39,0,true,false,false],[32,41,0,true,true,false],[32,55,0,true,false,false],[32,57,0,true,true,false],[32,101,0,true,false,false],[33,63,0,true,true,false],[34,28,0,true,true,false],[34,33,0,true,false,false],[34,35,0,true,true,false],[34,52,0,true,false,false],[34,54,0,true,true,false],[34,98,0,true,false,false],[35,16,0,true,true,false],[37,10,0,true,false,false],[40,45,0,true,true,false],[40,74,0,true,false,false],[41,25,0,true,true,false],[41,31,0,true,false,false],[41,33,0,true,true,false],[41,66,0,true,false,false],[42,24,0,true,true,false],[42,36,0,true,false,false],[42,38,0,true,true,false],[42,52,0,true,false,false],[42,54,0,true,true,false],[42,95,0,true,false,false],[45,45,0,true,true,false],[45,72,0,true,false,false],[46,25,0,true,true,false],[46,31,0,true,false,false],[46,33,0,true,true,false],[46,64,0,true,false,false],[47,24,0,true,true,false],[47,36,0,true,false,false],[47,38,0,true,true,false],[47,52,0,true,false,false],[47,54,0,true,true,false],[47,95,0,true,false,false],[48,6,0,false,false,false],[52,43,0,true,true,false],[67,24,0,true,true,false],[67,39,0,true,false,false],[67,41,0,true,true,false],[67,42,0,true,false,false],[67,44,0,true,true,false],[67,72,0,true,false,false],[68,43,0,true,true,false],[69,28,0,true,true,false],[69,41,0,true,false,false],[69,43,0,true,true,false],[69,52,0,true,false,false],[69,54,0,true,true,false],[69,89,0,true,false,false],[71,17,0,true,true,false],[71,54,0,true,true,false],[71,86,0,true,false,false],[72,21,0,true,true,false],[72,58,0,true,true,false],[72,90,0,true,false,false],[73,17,0,true,true,false],[73,59,0,true,false,false],[76,6,0,false,false,false],[78,48,0,true,true,false],[93,24,0,true,true,false],[93,39,0,true,false,false],[93,41,0,true,true,false],[93,42,0,true,false,false],[93,44,0,true,true,false],[93,87,0,true,false,false],[94,43,0,true,true,false],[95,28,0,true,true,false],[95,41,0,true,false,false],[95,43,0,true,true,false],[95,57,0,true,false,false],[95,59,0,true,true,false],[95,99,0,true,false,false],[97,6,0,false,false,false],[99,46,0,true,true,false],[114,23,0,true,true,false],[114,40,0,true,false,false],[114,42,0,true,true,false],[114,68,0,true,false,false],[115,24,0,true,true,false],[115,43,0,true,false,false],[115,45,0,true,true,false],[115,75,0,true,false,false],[116,6,0,false,false,false],[118,52,0,true,true,false],[127,30,0,true,true,false],[127,45,0,true,false,false],[127,47,0,true,true,false],[127,48,0,true,false,false],[127,50,0,true,true,false],[127,84,0,true,false,false],[128,6,0,false,false,false],[132,41,0,true,true,false],[139,23,0,true,true,false],[139,36,0,true,false,false],[139,38,0,true,true,false],[139,85,0,true,false,false],[140,6,0,false,false,false],[142,45,0,true,true,false],[149,24,0,true,true,false],[149,41,0,true,false,false],[149,43,0,true,true,false],[149,87,0,true,false,false],[150,6,0,false,false,false],[152,47,0,true,true,false],[159,24,0,true,true,false],[159,39,0,true,false,false],[159,41,0,true,true,false],[159,89,0,true,false,false],[160,6,0,false,false,false],[162,45,0,true,true,false],[169,24,0,true,true,false],[169,41,0,true,false,false],[169,43,0,true,true,false],[169,87,0,true,false,false],[170,6,0,false,false,false],[172,43,0,true,true,false],[179,23,0,true,true,false],[179,38,0,true,false,false],[179,40,0,true,true,false],[179,86,0,true,false,false],[180,6,0,false,false,false],[184,27,0,true,true,false],[191,24,0,true,true,false],[191,43,0,true,false,false],[191,45,0,true,true,false],[191,64,0,true,false,false],[191,66,0,true,true,false],[191,117,0,true,false,false],[192,6,0,false,false,false],[194,34,0,true,true,false],[196,24,0,true,true,false],[196,42,0,true,false,false],[196,44,0,true,true,false],[196,65,0,true,false,false],[196,67,0,true,true,false],[196,101,0,true,false,false],[199,24,0,true,true,false],[199,48,0,true,false,false],[199,50,0,true,true,false],[199,67,0,true,false,false],[199,69,0,true,true,false],[199,103,0,true,false,false],[200,6,0,false,false,false],[204,40,0,true,true,false],[208,48,0,true,true,false],[211,75,0,true,true,false],[213,24,0,true,true,false],[213,32,0,true,false,false],[213,34,0,true,true,false],[213,41,0,true,false,false],[213,43,0,true,true,false],[213,89,0,true,false,false],[214,24,0,true,true,false],[214,47,0,true,false,false],[214,49,0,true,true,false],[214,73,0,true,false,false],[214,75,0,true,true,false],[214,107,0,true,false,false],[215,24,0,true,true,false],[215,45,0,true,false,false],[215,47,0,true,true,false],[215,69,0,true,false,false],[215,71,0,true,true,false],[215,96,0,true,false,false],[216,6,0,false,false,false],[218,49,0,true,true,false],[227,54,0,true,true,false],[228,84,0,true,true,false],[230,24,0,true,true,false],[230,32,0,true,false,false],[230,34,0,true,true,false],[230,41,0,true,false,false],[230,43,0,true,true,false],[230,96,0,true,false,false],[231,24,0,true,true,false],[231,34,0,true,false,false],[231,36,0,true,true,false],[231,47,0,true,false,false],[231,49,0,true,true,false],[231,69,0,true,false,false],[232,24,0,true,true,false],[232,36,0,true,false,false],[232,38,0,true,true,false],[232,51,0,true,false,false],[232,53,0,true,true,false],[232,75,0,true,false,false],[233,24,0,true,true,false],[233,36,0,true,false,false],[233,38,0,true,true,false],[233,51,0,true,false,false],[233,53,0,true,true,false],[233,75,0,true,false,false],[234,24,0,true,true,false],[234,43,0,true,false,false],[234,45,0,true,true,false],[234,65,0,true,false,false],[234,67,0,true,true,false],[234,96,0,true,false,false],[235,6,0,false,false,false],[239,31,0,true,true,false],[240,24,0,true,true,false],[240,53,0,true,false,false],[240,55,0,true,true,false],[240,58,0,true,false,false],[240,60,0,true,true,false],[240,82,0,true,false,false],[241,24,0,true,true,false],[241,57,0,true,false,false],[241,59,0,true,true,false],[241,62,0,true,false,false],[241,64,0,true,true,false],[241,90,0,true,false,false],[242,24,0,true,true,false],[242,56,0,true,false,false],[242,58,0,true,true,false],[242,62,0,true,false,false],[242,64,0,true,true,false],[242,90,0,true,false,false],[244,24,0,true,true,false],[244,56,0,true,false,false],[244,58,0,true,true,false],[244,72,0,true,false,false],[245,24,0,true,true,false],[245,60,0,true,false,false],[245,62,0,true,true,false],[245,80,0,true,false,false],[246,24,0,true,true,false],[246,59,0,true,false,false],[246,61,0,true,true,false],[246,79,0,true,false,false],[247,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":133,"covered":0,"percent":0},"instantiations":{"count":133,"covered":0,"percent":0},"lines":{"count":326,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":141,"covered":0,"notcovered":141,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift","mcdc_records":[],"segments":[[8,39,0,true,true,false],[24,6,0,false,false,false],[27,39,0,true,true,false],[42,6,0,false,false,false],[45,30,0,true,true,false],[60,6,0,false,false,false],[63,33,0,true,true,false],[77,31,0,true,true,false],[77,60,0,true,false,false],[78,31,0,true,true,false],[78,57,0,true,false,false],[82,6,0,false,false,false],[85,31,0,true,true,false],[97,6,0,false,false,false],[100,31,0,true,true,false],[109,6,0,false,false,false],[112,44,0,true,true,false],[124,6,0,false,false,false],[127,34,0,true,true,false],[142,6,0,false,false,false],[145,28,0,true,true,false],[157,6,0,false,false,false],[160,35,0,true,true,false],[193,39,0,true,true,false],[193,68,0,true,false,false],[194,36,0,true,true,false],[194,62,0,true,false,false],[201,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":14,"covered":0,"percent":0},"instantiations":{"count":14,"covered":0,"percent":0},"lines":{"count":180,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":14,"covered":0,"notcovered":14,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift","mcdc_records":[],"segments":[[8,27,0,true,true,false],[11,6,0,false,false,false],[13,30,0,true,true,false],[16,6,0,false,false,false],[20,57,0,true,true,false],[22,23,0,true,true,false],[22,41,0,true,true,false],[22,56,0,true,false,false],[23,6,0,false,false,false],[25,54,0,true,true,false],[28,21,0,true,true,false],[29,27,0,true,true,false],[29,48,0,true,false,false],[29,50,0,true,true,false],[29,87,0,true,false,false],[30,27,0,true,true,false],[30,50,0,true,false,false],[30,52,0,true,true,false],[30,91,0,true,false,false],[32,6,0,false,false,false],[34,57,0,true,true,false],[37,24,0,true,true,false],[38,27,0,true,true,false],[38,50,0,true,false,false],[38,52,0,true,true,false],[38,95,0,true,false,false],[39,27,0,true,true,false],[39,52,0,true,false,false],[39,54,0,true,true,false],[39,99,0,true,false,false],[41,6,0,false,false,false],[45,64,0,true,true,false],[49,23,0,true,true,false],[49,57,0,true,true,false],[49,88,0,true,false,false],[51,12,0,true,true,false],[51,34,0,true,false,false],[51,35,0,true,true,false],[52,29,0,true,true,false],[52,44,0,true,false,false],[52,46,0,true,true,false],[52,85,0,true,false,false],[54,17,0,true,true,false],[54,44,0,true,false,false],[54,46,0,true,true,false],[54,59,0,true,false,false],[55,17,0,true,true,false],[55,78,0,true,false,false],[57,28,0,true,true,false],[57,52,0,true,false,false],[57,54,0,true,true,false],[57,95,0,true,false,false],[58,16,0,true,true,false],[59,26,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[59,82,0,true,false,false],[61,17,0,true,true,false],[61,44,0,true,false,false],[61,46,0,true,true,false],[61,59,0,true,false,false],[62,17,0,true,true,false],[62,78,0,true,false,false],[67,24,0,true,true,false],[67,54,0,true,false,false],[67,56,0,true,true,false],[67,91,0,true,false,false],[68,6,0,false,false,false],[70,52,0,true,true,false],[71,24,0,true,true,false],[71,67,0,true,false,false],[71,69,0,true,true,false],[71,79,0,true,false,false],[72,24,0,true,true,false],[72,64,0,true,false,false],[72,66,0,true,true,false],[72,80,0,true,false,false],[73,24,0,true,true,false],[73,65,0,true,false,false],[73,67,0,true,true,false],[73,75,0,true,false,false],[74,24,0,true,true,false],[74,71,0,true,false,false],[74,73,0,true,true,false],[74,88,0,true,false,false],[75,6,0,false,false,false],[79,61,0,true,true,false],[83,23,0,true,true,false],[83,57,0,true,true,false],[83,88,0,true,false,false],[85,13,0,true,true,false],[85,60,0,true,true,false],[85,104,0,true,false,false],[86,24,0,true,true,false],[86,65,0,true,true,false],[86,102,0,true,false,false],[89,24,0,true,true,false],[89,48,0,true,false,false],[90,23,0,true,true,false],[90,79,0,true,false,false],[94,12,0,true,true,false],[94,35,0,true,false,false],[94,36,0,true,true,false],[97,17,0,true,true,false],[97,54,0,true,false,false],[98,17,0,true,true,false],[98,99,0,true,false,false],[101,6,0,false,false,false],[105,61,0,true,true,false],[113,12,0,true,true,false],[113,48,0,true,false,false],[113,49,0,true,true,false],[118,74,0,true,true,false],[118,76,0,true,false,false],[119,28,0,true,true,false],[119,43,0,true,false,false],[119,45,0,true,true,false],[119,93,0,true,false,false],[123,37,0,true,true,false],[126,14,0,true,true,false],[127,10,0,true,false,false],[128,6,0,false,false,false],[130,60,0,true,true,false],[143,35,0,true,true,false],[145,16,0,true,true,false],[145,22,0,true,false,false],[145,54,0,true,true,false],[149,33,0,true,true,false],[149,55,0,true,false,false],[149,57,0,true,true,false],[149,103,0,true,false,false],[151,21,0,true,true,false],[151,86,0,true,true,false],[151,88,0,true,false,false],[152,21,0,true,true,false],[152,49,0,true,false,false],[155,14,0,true,true,false],[156,10,0,true,true,false],[159,12,0,true,true,false],[159,41,0,true,false,false],[159,42,0,true,true,false],[160,29,0,true,true,false],[160,51,0,true,false,false],[160,53,0,true,true,false],[160,100,0,true,false,false],[161,58,0,true,true,false],[163,21,0,true,true,false],[163,73,0,true,false,false],[163,75,0,true,true,false],[163,110,0,true,false,false],[167,6,0,false,false,false],[171,81,0,true,true,false],[175,37,0,true,true,false],[175,58,0,true,false,false],[175,60,0,true,true,false],[175,61,0,true,false,false],[178,47,0,true,true,false],[179,28,0,true,true,false],[179,63,0,true,false,false],[180,28,0,true,true,false],[180,58,0,true,false,false],[181,28,0,true,true,false],[181,62,0,true,false,false],[182,28,0,true,true,false],[182,62,0,true,false,false],[183,10,0,true,true,false],[186,67,0,true,true,false],[188,10,0,true,false,false],[189,23,0,true,true,false],[189,49,0,true,false,false],[189,51,0,true,true,false],[189,95,0,true,false,false],[190,6,0,false,false,false],[192,55,0,true,true,false],[202,23,0,true,true,false],[202,53,0,true,false,false],[203,23,0,true,true,false],[203,60,0,true,false,false],[204,23,0,true,true,false],[204,55,0,true,false,false],[205,23,0,true,true,false],[205,66,0,true,false,false],[206,6,0,false,false,false],[210,44,0,true,true,false],[212,24,0,true,true,false],[212,62,0,true,false,false],[212,64,0,true,true,false],[212,72,0,true,false,false],[213,24,0,true,true,false],[213,73,0,true,false,false],[213,75,0,true,true,false],[213,83,0,true,false,false],[214,23,0,true,true,false],[214,67,0,true,false,false],[215,24,0,true,true,false],[215,77,0,true,false,false],[218,24,0,true,true,false],[218,73,0,true,false,false],[218,75,0,true,true,false],[218,95,0,true,false,false],[219,22,0,true,true,false],[219,82,0,true,false,false],[220,23,0,true,true,false],[220,78,0,true,false,false],[221,24,0,true,true,false],[221,88,0,true,false,false],[222,6,0,false,false,false],[224,48,0,true,true,false],[225,24,0,true,true,false],[225,78,0,true,false,false],[225,80,0,true,true,false],[225,90,0,true,false,false],[226,24,0,true,true,false],[226,77,0,true,false,false],[226,79,0,true,true,false],[226,88,0,true,false,false],[227,6,0,false,false,false],[229,48,0,true,true,false],[230,24,0,true,true,false],[230,63,0,true,false,false],[230,65,0,true,true,false],[230,75,0,true,false,false],[231,24,0,true,true,false],[231,61,0,true,false,false],[231,63,0,true,true,false],[231,80,0,true,false,false],[232,24,0,true,true,false],[232,60,0,true,false,false],[232,62,0,true,true,false],[232,76,0,true,false,false],[233,6,0,false,false,false],[235,50,0,true,true,false],[236,24,0,true,true,false],[236,61,0,true,false,false],[236,63,0,true,true,false],[236,69,0,true,false,false],[237,24,0,true,true,false],[237,63,0,true,false,false],[237,65,0,true,true,false],[237,73,0,true,false,false],[238,24,0,true,true,false],[238,60,0,true,false,false],[238,62,0,true,true,false],[238,67,0,true,false,false],[239,6,0,false,false,false],[243,37,0,true,true,false],[255,25,0,true,true,false],[255,32,0,true,false,false],[259,24,0,true,true,false],[259,45,0,true,false,false],[259,47,0,true,true,false],[259,68,0,true,false,false],[260,24,0,true,true,false],[260,39,0,true,false,false],[260,41,0,true,true,false],[260,56,0,true,false,false],[261,6,0,false,false,false],[263,58,0,true,true,false],[282,25,0,true,true,false],[282,32,0,true,false,false],[283,6,0,false,false,false],[285,43,0,true,true,false],[291,27,0,true,true,false],[295,10,0,true,true,false],[304,31,0,true,true,false],[306,10,0,true,true,false],[312,25,0,true,true,false],[312,35,0,true,false,false],[313,6,0,false,false,false],[330,7,0,true,true,false],[335,6,0,false,false,false],[337,55,0,true,true,false],[339,6,0,false,false,false],[341,48,0,true,true,false],[342,33,0,true,true,false],[342,57,0,true,false,false],[342,60,0,true,true,false],[342,63,0,true,false,false],[343,6,0,false,false,false],[345,51,0,true,true,false],[346,33,0,true,true,false],[346,52,0,true,false,false],[346,55,0,true,true,false],[346,58,0,true,false,false],[347,6,0,false,false,false],[349,78,0,true,true,false],[354,44,0,true,true,false],[354,51,0,true,false,false],[354,54,0,true,true,false],[354,57,0,true,false,false],[357,6,0,false,false,false],[364,68,0,true,true,false],[369,23,0,true,true,false],[369,45,0,true,false,false],[370,24,0,true,true,false],[370,59,0,true,false,false],[371,24,0,true,true,false],[371,59,0,true,false,false],[371,61,0,true,true,false],[371,62,0,true,false,false],[372,24,0,true,true,false],[372,59,0,true,false,false],[372,61,0,true,true,false],[372,70,0,true,false,false],[376,60,0,true,true,false],[376,91,0,true,false,false],[378,13,0,true,true,false],[378,40,0,true,false,false],[378,42,0,true,true,false],[378,43,0,true,false,false],[378,45,0,true,true,false],[378,89,0,true,false,false],[382,68,0,true,true,false],[382,94,0,true,false,false],[384,13,0,true,true,false],[384,42,0,true,false,false],[384,44,0,true,true,false],[384,45,0,true,false,false],[384,47,0,true,true,false],[384,96,0,true,false,false],[386,6,0,false,false,false],[389,51,0,true,true,false],[394,24,0,true,true,false],[394,46,0,true,false,false],[395,24,0,true,true,false],[395,59,0,true,false,false],[396,24,0,true,true,false],[396,59,0,true,false,false],[396,61,0,true,true,false],[396,62,0,true,false,false],[399,60,0,true,true,false],[399,91,0,true,false,false],[400,30,0,true,true,false],[400,57,0,true,false,false],[400,59,0,true,true,false],[400,60,0,true,false,false],[400,62,0,true,true,false],[400,100,0,true,false,false],[403,66,0,true,true,false],[403,90,0,true,false,false],[405,13,0,true,true,false],[405,40,0,true,false,false],[405,42,0,true,true,false],[405,43,0,true,false,false],[405,45,0,true,true,false],[405,107,0,true,false,false],[407,6,0,false,false,false],[410,49,0,true,true,false],[420,23,0,true,true,false],[420,45,0,true,false,false],[421,24,0,true,true,false],[421,51,0,true,false,false],[421,53,0,true,true,false],[421,59,0,true,false,false],[422,24,0,true,true,false],[422,63,0,true,false,false],[422,65,0,true,true,false],[422,79,0,true,false,false],[423,23,0,true,true,false],[423,64,0,true,false,false],[427,63,0,true,true,false],[429,10,0,true,false,false],[431,13,0,true,true,false],[431,43,0,true,false,false],[431,45,0,true,true,false],[431,46,0,true,false,false],[431,48,0,true,true,false],[431,92,0,true,false,false],[433,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":166,"covered":0,"percent":0},"instantiations":{"count":166,"covered":0,"percent":0},"lines":{"count":507,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":197,"covered":0,"notcovered":197,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[11,6,0,false,false,false],[13,43,0,true,true,false],[15,6,0,false,false,false],[17,61,0,true,true,false],[22,27,0,true,true,false],[22,35,0,true,false,false],[22,37,0,true,true,false],[22,40,0,true,false,false],[22,42,0,true,true,false],[22,87,0,true,false,false],[23,24,0,true,true,false],[23,51,0,true,false,false],[23,53,0,true,true,false],[23,57,0,true,false,false],[24,23,0,true,true,false],[24,63,0,true,false,false],[25,6,0,false,false,false],[27,57,0,true,true,false],[31,24,0,true,true,false],[31,61,0,true,false,false],[31,63,0,true,true,false],[31,101,0,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":29,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift","mcdc_records":[],"segments":[[9,40,0,true,true,false],[11,6,0,false,false,false],[13,43,0,true,true,false],[15,6,0,false,false,false],[17,61,0,true,true,false],[22,27,0,true,true,false],[22,35,0,true,false,false],[22,37,0,true,true,false],[22,40,0,true,false,false],[22,42,0,true,true,false],[22,87,0,true,false,false],[23,24,0,true,true,false],[23,51,0,true,false,false],[23,53,0,true,true,false],[23,57,0,true,false,false],[24,23,0,true,true,false],[24,63,0,true,false,false],[25,6,0,false,false,false],[27,57,0,true,true,false],[31,24,0,true,true,false],[31,61,0,true,false,false],[31,63,0,true,true,false],[31,101,0,true,false,false],[32,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":29,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift","mcdc_records":[],"segments":[[14,40,0,true,true,false],[15,32,0,true,true,false],[17,6,0,false,false,false],[19,43,0,true,true,false],[21,35,0,true,true,false],[22,6,0,false,false,false],[26,61,0,true,true,false],[41,23,0,true,true,false],[41,27,0,true,false,false],[41,29,0,true,true,false],[41,102,0,true,false,false],[42,6,0,false,false,false],[46,47,0,true,true,false],[59,25,0,true,true,false],[59,52,0,true,false,false],[59,54,0,true,true,false],[59,94,0,true,false,false],[60,25,0,true,true,false],[60,49,0,true,false,false],[60,51,0,true,true,false],[60,102,0,true,false,false],[61,6,0,false,false,false],[63,48,0,true,true,false],[69,12,0,true,true,false],[70,66,0,true,true,false],[71,27,0,true,true,false],[71,31,0,true,false,false],[71,33,0,true,true,false],[71,85,0,true,false,false],[72,17,0,true,true,false],[74,27,0,true,true,false],[74,31,0,true,false,false],[74,33,0,true,true,false],[74,86,0,true,false,false],[75,10,0,true,true,false],[76,6,0,false,false,false],[78,45,0,true,true,false],[82,23,0,true,true,false],[82,27,0,true,false,false],[82,29,0,true,true,false],[82,86,0,true,false,false],[83,6,0,false,false,false],[87,50,0,true,true,false],[93,36,0,true,true,false],[99,10,0,true,true,false],[105,27,0,true,true,false],[105,35,0,true,false,false],[105,37,0,true,true,false],[105,40,0,true,false,false],[105,42,0,true,true,false],[105,82,0,true,false,false],[106,6,0,false,false,false],[110,40,0,true,true,false],[116,52,0,true,true,false],[117,20,0,true,true,false],[117,32,0,true,false,false],[118,13,0,true,true,false],[119,31,0,true,true,false],[119,35,0,true,false,false],[119,37,0,true,true,false],[119,61,0,true,false,false],[120,13,0,true,true,false],[121,31,0,true,true,false],[121,35,0,true,false,false],[121,37,0,true,true,false],[121,63,0,true,false,false],[122,13,0,true,true,false],[123,31,0,true,true,false],[123,35,0,true,false,false],[123,37,0,true,true,false],[123,62,0,true,false,false],[124,13,0,true,true,false],[125,31,0,true,true,false],[125,35,0,true,false,false],[125,37,0,true,true,false],[125,67,0,true,false,false],[126,13,0,true,true,false],[127,22,0,true,false,false],[128,14,0,true,true,false],[129,10,0,true,true,false],[130,6,0,false,false,false],[134,57,0,true,true,false],[138,46,0,true,true,false],[139,18,0,true,true,false],[147,14,0,true,false,false],[151,37,0,true,true,false],[153,10,0,true,true,false],[156,23,0,true,true,false],[156,27,0,true,false,false],[156,29,0,true,true,false],[156,75,0,true,false,false],[157,6,0,false,false,false],[161,60,0,true,true,false],[172,23,0,true,true,false],[172,27,0,true,false,false],[172,29,0,true,true,false],[172,89,0,true,false,false],[173,6,0,false,false,false],[175,50,0,true,true,false],[184,23,0,true,true,false],[184,27,0,true,false,false],[184,29,0,true,true,false],[184,72,0,true,false,false],[185,6,0,false,false,false],[187,50,0,true,true,false],[192,12,0,true,true,false],[193,59,0,true,true,false],[194,27,0,true,true,false],[194,31,0,true,false,false],[194,33,0,true,true,false],[194,72,0,true,false,false],[195,17,0,true,true,false],[197,27,0,true,true,false],[197,31,0,true,false,false],[197,33,0,true,true,false],[197,88,0,true,false,false],[198,10,0,true,true,false],[199,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":216,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":0,"notcovered":70,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[19,23,0,true,true,false],[19,27,0,true,false,false],[19,29,0,true,true,false],[19,72,0,true,false,false],[20,6,0,false,false,false],[22,42,0,true,true,false],[28,12,0,true,true,false],[29,52,0,true,true,false],[30,27,0,true,true,false],[30,31,0,true,false,false],[30,33,0,true,true,false],[30,81,0,true,false,false],[31,17,0,true,true,false],[33,10,0,true,true,false],[38,12,0,true,true,false],[39,52,0,true,true,false],[40,27,0,true,true,false],[40,31,0,true,false,false],[40,33,0,true,true,false],[40,81,0,true,false,false],[41,17,0,true,true,false],[43,10,0,true,true,false],[44,6,0,false,false,false],[46,46,0,true,true,false],[52,16,0,true,true,false],[52,29,0,true,false,false],[53,9,0,true,true,false],[54,28,0,true,true,false],[54,34,0,true,false,false],[54,36,0,true,true,false],[54,42,0,true,false,false],[54,44,0,true,true,false],[54,65,0,true,false,false],[55,9,0,true,true,false],[56,48,0,true,false,false],[57,10,0,true,true,false],[59,16,0,true,true,false],[59,29,0,true,false,false],[60,9,0,true,true,false],[61,48,0,true,false,false],[62,9,0,true,true,false],[63,27,0,true,true,false],[63,31,0,true,false,false],[63,33,0,true,true,false],[63,57,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[67,45,0,true,true,false],[75,25,0,true,true,false],[75,39,0,true,false,false],[76,25,0,true,true,false],[76,41,0,true,false,false],[77,25,0,true,true,false],[77,40,0,true,false,false],[78,25,0,true,true,false],[78,45,0,true,false,false],[79,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":19,"covered":0,"percent":0},"instantiations":{"count":19,"covered":0,"percent":0},"lines":{"count":83,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":0,"notcovered":35,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift","mcdc_records":[],"segments":[[8,44,3,true,true,false],[8,46,0,false,false,false],[9,43,0,true,true,false],[11,6,0,false,false,false],[12,36,0,true,true,false],[12,58,0,false,false,false],[13,38,0,true,true,false],[13,58,0,false,false,false],[14,58,0,true,true,false],[18,28,0,true,true,false],[18,91,0,true,false,false],[20,37,0,true,true,false],[20,70,0,true,false,false],[23,8,0,false,false,false],[25,72,0,true,true,false],[35,24,0,true,true,false],[35,54,0,true,false,false],[37,13,0,true,true,false],[37,43,0,true,false,false],[37,45,0,true,true,false],[37,101,0,true,false,false],[39,23,0,true,true,false],[39,47,0,true,true,false],[39,79,0,true,false,false],[40,6,0,false,false,false],[42,77,0,true,true,false],[53,23,0,true,true,false],[53,53,0,true,false,false],[54,23,0,true,true,false],[54,72,0,true,false,false],[55,24,0,true,true,false],[55,46,0,true,false,false],[55,48,0,true,true,false],[55,49,0,true,false,false],[67,27,0,true,true,false],[68,16,0,true,true,false],[68,47,0,true,false,false],[68,48,0,true,true,false],[71,14,0,true,true,false],[73,10,0,true,true,false],[76,13,0,true,true,false],[76,33,0,true,true,false],[76,64,0,true,false,false],[77,13,0,true,true,false],[77,65,0,true,false,false],[79,12,0,true,true,false],[79,32,0,true,true,false],[79,63,0,true,false,false],[79,64,0,true,true,false],[80,28,0,true,true,false],[80,58,0,true,false,false],[80,60,0,true,true,false],[80,82,0,true,false,false],[81,28,0,true,true,false],[81,63,0,true,false,false],[81,65,0,true,true,false],[81,73,0,true,false,false],[83,6,0,false,false,false],[85,73,0,true,true,false],[95,24,0,true,true,false],[95,55,0,true,false,false],[97,13,0,true,true,false],[97,44,0,true,false,false],[97,46,0,true,true,false],[97,102,0,true,false,false],[99,23,0,true,true,false],[99,47,0,true,true,false],[99,79,0,true,false,false],[100,6,0,false,false,false],[102,103,0,true,true,false],[113,6,0,false,false,false],[121,47,0,true,true,false],[123,6,0,false,false,false],[125,63,0,true,true,false],[127,6,0,false,false,false],[132,35,0,true,true,false],[132,36,0,false,false,false],[134,20,0,true,true,false],[134,24,0,false,false,false],[136,80,0,true,true,false],[138,6,0,false,false,false],[140,93,0,true,true,false],[143,12,0,true,true,false],[143,20,0,true,false,false],[143,21,0,true,true,false],[145,10,0,true,false,false],[146,6,0,false,false,false],[148,24,0,true,true,false],[150,6,0,false,false,false],[152,53,0,true,true,false],[154,6,0,false,false,false],[156,78,0,true,true,false],[159,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":1,"percent":2.3809523809523809},"instantiations":{"count":43,"covered":1,"percent":2.3255813953488373},"lines":{"count":154,"covered":1,"percent":0.64935064935064934},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":1,"notcovered":50,"percent":1.9607843137254901}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift","mcdc_records":[],"segments":[[12,70,0,true,true,false],[30,24,0,true,true,false],[30,35,0,true,false,false],[30,37,0,true,true,false],[30,39,0,true,false,false],[30,41,0,true,true,false],[30,69,0,true,false,false],[31,6,0,false,false,false],[33,64,0,true,true,false],[51,22,0,true,true,false],[51,33,0,true,false,false],[51,35,0,true,true,false],[51,80,0,true,false,false],[52,6,0,false,false,false],[54,63,0,true,true,false],[72,22,0,true,true,false],[72,33,0,true,false,false],[72,35,0,true,true,false],[72,79,0,true,false,false],[73,6,0,false,false,false],[75,64,0,true,true,false],[93,22,0,true,true,false],[93,33,0,true,false,false],[93,35,0,true,true,false],[93,93,0,true,false,false],[94,6,0,false,false,false],[96,51,0,true,true,false],[119,24,0,true,true,false],[119,38,0,true,false,false],[119,40,0,true,true,false],[119,41,0,true,false,false],[119,43,0,true,true,false],[119,65,0,true,false,false],[120,24,0,true,true,false],[120,35,0,true,false,false],[120,37,0,true,true,false],[120,39,0,true,false,false],[120,41,0,true,true,false],[120,48,0,true,false,false],[121,24,0,true,true,false],[121,35,0,true,false,false],[121,37,0,true,true,false],[121,38,0,true,false,false],[121,40,0,true,true,false],[121,47,0,true,false,false],[122,24,0,true,true,false],[122,35,0,true,false,false],[122,37,0,true,true,false],[122,38,0,true,false,false],[122,40,0,true,true,false],[122,47,0,true,false,false],[123,6,0,false,false,false],[127,80,0,true,true,false],[139,23,0,true,true,false],[139,46,0,true,false,false],[139,48,0,true,true,false],[139,90,0,true,false,false],[140,6,0,false,false,false],[142,84,0,true,true,false],[154,23,0,true,true,false],[154,41,0,true,false,false],[154,43,0,true,true,false],[154,95,0,true,false,false],[155,6,0,false,false,false],[157,68,0,true,true,false],[169,23,0,true,true,false],[169,46,0,true,false,false],[169,48,0,true,true,false],[169,72,0,true,false,false],[170,23,0,true,true,false],[170,45,0,true,false,false],[170,47,0,true,true,false],[170,71,0,true,false,false],[171,24,0,true,true,false],[171,40,0,true,false,false],[171,42,0,true,true,false],[171,43,0,true,false,false],[172,6,0,false,false,false],[174,83,0,true,true,false],[186,23,0,true,true,false],[186,41,0,true,false,false],[186,43,0,true,true,false],[186,90,0,true,false,false],[187,6,0,false,false,false],[191,96,0,true,true,false],[193,45,0,true,true,false],[197,18,0,true,true,false],[199,14,0,true,true,false],[201,10,0,true,true,false],[202,22,0,true,false,false],[203,6,0,false,false,false],[208,22,0,true,true,false],[209,56,0,true,true,false],[210,65,0,true,true,false],[212,14,0,true,false,false],[214,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":45,"covered":0,"percent":0},"instantiations":{"count":45,"covered":0,"percent":0},"lines":{"count":224,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":50,"covered":0,"notcovered":50,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift","mcdc_records":[],"segments":[[8,32,0,true,true,false],[10,23,0,true,true,false],[10,58,0,true,false,false],[11,23,0,true,true,false],[11,58,0,true,false,false],[14,23,0,true,true,false],[14,58,0,true,false,false],[15,23,0,true,true,false],[15,58,0,true,false,false],[18,23,0,true,true,false],[18,59,0,true,false,false],[19,23,0,true,true,false],[19,60,0,true,false,false],[20,23,0,true,true,false],[20,60,0,true,false,false],[21,23,0,true,true,false],[21,60,0,true,false,false],[24,23,0,true,true,false],[24,61,0,true,false,false],[25,23,0,true,true,false],[25,60,0,true,false,false],[26,23,0,true,true,false],[26,60,0,true,false,false],[27,23,0,true,true,false],[27,60,0,true,false,false],[28,23,0,true,true,false],[28,61,0,true,false,false],[29,23,0,true,true,false],[29,60,0,true,false,false],[32,23,0,true,true,false],[32,61,0,true,false,false],[33,23,0,true,true,false],[33,61,0,true,false,false],[34,23,0,true,true,false],[34,61,0,true,false,false],[35,23,0,true,true,false],[35,61,0,true,false,false],[36,23,0,true,true,false],[36,61,0,true,false,false],[39,23,0,true,true,false],[39,61,0,true,false,false],[40,23,0,true,true,false],[40,62,0,true,false,false],[41,23,0,true,true,false],[41,59,0,true,false,false],[42,23,0,true,true,false],[42,61,0,true,false,false],[43,23,0,true,true,false],[43,61,0,true,false,false],[44,23,0,true,true,false],[44,61,0,true,false,false],[45,6,0,false,false,false],[47,32,0,true,true,false],[49,23,0,true,true,false],[49,65,0,true,false,false],[50,23,0,true,true,false],[50,62,0,true,false,false],[51,23,0,true,true,false],[51,62,0,true,false,false],[52,23,0,true,true,false],[52,63,0,true,false,false],[53,23,0,true,true,false],[53,63,0,true,false,false],[54,23,0,true,true,false],[54,66,0,true,false,false],[55,23,0,true,true,false],[55,64,0,true,false,false],[56,23,0,true,true,false],[56,60,0,true,false,false],[57,23,0,true,true,false],[57,63,0,true,false,false],[58,23,0,true,true,false],[58,61,0,true,false,false],[59,23,0,true,true,false],[59,62,0,true,false,false],[60,6,0,false,false,false],[62,28,0,true,true,false],[63,24,0,true,true,false],[63,65,0,true,false,false],[64,24,0,true,true,false],[64,61,0,true,false,false],[65,24,0,true,true,false],[65,62,0,true,false,false],[66,24,0,true,true,false],[66,66,0,true,false,false],[67,6,0,false,false,false],[69,42,0,true,true,false],[70,23,0,true,true,false],[70,61,0,true,false,false],[71,23,0,true,true,false],[71,60,0,true,false,false],[72,23,0,true,true,false],[72,62,0,true,false,false],[73,23,0,true,true,false],[73,62,0,true,false,false],[74,6,0,false,false,false],[76,37,0,true,true,false],[77,23,0,true,true,false],[77,74,0,true,false,false],[78,23,0,true,true,false],[78,70,0,true,false,false],[79,23,0,true,true,false],[79,72,0,true,false,false],[80,23,0,true,true,false],[80,71,0,true,false,false],[81,23,0,true,true,false],[81,75,0,true,false,false],[82,23,0,true,true,false],[82,72,0,true,false,false],[83,6,0,false,false,false],[85,39,0,true,true,false],[86,24,0,true,true,false],[86,77,0,true,false,false],[87,24,0,true,true,false],[87,73,0,true,false,false],[88,6,0,false,false,false],[92,29,0,true,true,false],[94,24,0,true,true,false],[94,68,0,true,false,false],[94,70,0,true,true,false],[94,76,0,true,false,false],[95,24,0,true,true,false],[95,65,0,true,false,false],[95,67,0,true,true,false],[95,72,0,true,false,false],[96,24,0,true,true,false],[96,65,0,true,false,false],[96,67,0,true,true,false],[96,72,0,true,false,false],[97,24,0,true,true,false],[97,66,0,true,false,false],[97,68,0,true,true,false],[97,73,0,true,false,false],[98,24,0,true,true,false],[98,67,0,true,false,false],[98,69,0,true,true,false],[98,75,0,true,false,false],[99,24,0,true,true,false],[99,69,0,true,false,false],[99,71,0,true,true,false],[99,77,0,true,false,false],[102,24,0,true,true,false],[102,64,0,true,false,false],[102,66,0,true,true,false],[102,72,0,true,false,false],[103,24,0,true,true,false],[103,63,0,true,false,false],[103,65,0,true,true,false],[103,70,0,true,false,false],[104,24,0,true,true,false],[104,62,0,true,false,false],[104,64,0,true,true,false],[104,68,0,true,false,false],[107,24,0,true,true,false],[107,64,0,true,false,false],[107,66,0,true,true,false],[107,72,0,true,false,false],[108,24,0,true,true,false],[108,63,0,true,false,false],[108,65,0,true,true,false],[108,70,0,true,false,false],[109,6,0,false,false,false],[113,35,0,true,true,false],[117,23,0,true,true,false],[117,51,0,true,false,false],[118,6,0,false,false,false],[120,36,0,true,true,false],[124,23,0,true,true,false],[124,52,0,true,false,false],[125,6,0,false,false,false],[127,40,0,true,true,false],[131,24,0,true,true,false],[131,36,0,true,false,false],[131,38,0,true,true,false],[131,39,0,true,false,false],[132,58,0,true,true,false],[133,28,0,true,true,false],[133,31,0,true,false,false],[133,33,0,true,true,false],[133,42,0,true,false,false],[134,16,0,true,true,false],[136,10,0,true,false,false],[137,6,0,false,false,false],[139,41,0,true,true,false],[143,24,0,true,true,false],[143,36,0,true,false,false],[143,38,0,true,true,false],[143,39,0,true,false,false],[144,59,0,true,true,false],[145,28,0,true,true,false],[145,31,0,true,false,false],[145,33,0,true,true,false],[145,42,0,true,false,false],[146,16,0,true,true,false],[148,10,0,true,false,false],[149,6,0,false,false,false],[151,36,0,true,true,false],[155,23,0,true,true,false],[155,52,0,true,false,false],[156,6,0,false,false,false],[158,45,0,true,true,false],[163,23,0,true,true,false],[163,52,0,true,false,false],[164,6,0,false,false,false],[166,34,0,true,true,false],[170,23,0,true,true,false],[170,37,0,true,false,false],[171,6,0,false,false,false],[173,48,0,true,true,false],[177,23,0,true,true,false],[177,37,0,true,false,false],[178,6,0,false,false,false],[180,54,0,true,true,false],[184,24,0,true,true,false],[184,36,0,true,false,false],[184,38,0,true,true,false],[184,39,0,true,false,false],[185,59,0,true,true,false],[186,28,0,true,true,false],[186,31,0,true,false,false],[186,33,0,true,true,false],[186,42,0,true,false,false],[187,16,0,true,true,false],[189,10,0,true,false,false],[190,6,0,false,false,false],[194,34,0,true,true,false],[202,25,0,true,true,false],[202,33,0,true,false,false],[203,50,0,true,true,false],[204,28,0,true,true,false],[204,31,0,true,false,false],[204,33,0,true,true,false],[204,39,0,true,false,false],[205,16,0,true,true,false],[207,10,0,true,false,false],[208,6,0,false,false,false],[210,43,0,true,true,false],[219,25,0,true,true,false],[219,33,0,true,false,false],[220,6,0,false,false,false],[222,43,0,true,true,false],[230,22,0,true,true,false],[230,30,0,true,false,false],[231,6,0,false,false,false],[233,37,0,true,true,false],[243,22,0,true,true,false],[243,30,0,true,false,false],[244,6,0,false,false,false],[246,44,0,true,true,false],[254,22,0,true,true,false],[254,30,0,true,false,false],[255,6,0,false,false,false],[257,58,0,true,true,false],[265,23,0,true,true,false],[265,39,0,true,true,false],[266,39,0,true,true,false],[266,54,0,true,true,false],[267,25,0,true,false,false],[269,6,0,false,false,false],[273,41,0,true,true,false],[277,23,0,true,true,false],[277,51,0,true,false,false],[278,23,0,true,true,false],[278,50,0,true,false,false],[279,23,0,true,true,false],[279,50,0,true,false,false],[280,6,0,false,false,false],[282,37,0,true,true,false],[285,23,0,true,true,false],[285,51,0,true,false,false],[286,6,0,false,false,false],[288,42,0,true,true,false],[291,23,0,true,true,false],[291,49,0,true,false,false],[292,23,0,true,true,false],[292,50,0,true,false,false],[293,23,0,true,true,false],[293,50,0,true,false,false],[294,23,0,true,true,false],[294,50,0,true,false,false],[295,23,0,true,true,false],[295,50,0,true,false,false],[296,6,0,false,false,false],[298,48,0,true,true,false],[304,9,0,true,true,false],[306,29,0,true,true,false],[306,38,0,true,false,false],[307,29,0,true,true,false],[307,38,0,true,false,false],[309,6,0,false,false,false],[313,42,0,true,true,false],[317,24,0,true,true,false],[317,34,0,true,false,false],[317,36,0,true,true,false],[317,42,0,true,false,false],[318,6,0,false,false,false],[320,49,0,true,true,false],[323,24,0,true,true,false],[323,34,0,true,false,false],[323,36,0,true,true,false],[323,42,0,true,false,false],[324,6,0,false,false,false],[326,44,0,true,true,false],[329,22,0,true,true,false],[329,32,0,true,false,false],[330,6,0,false,false,false],[334,34,0,true,true,false],[337,24,0,true,true,false],[337,30,0,true,false,false],[337,32,0,true,true,false],[337,40,0,true,false,false],[338,6,0,false,false,false],[340,37,0,true,true,false],[343,24,0,true,true,false],[343,30,0,true,false,false],[343,32,0,true,true,false],[343,53,0,true,false,false],[344,6,0,false,false,false],[346,47,0,true,true,false],[349,24,0,true,true,false],[349,30,0,true,false,false],[349,32,0,true,true,false],[349,53,0,true,false,false],[350,6,0,false,false,false],[352,36,0,true,true,false],[355,23,0,true,true,false],[355,37,0,true,false,false],[356,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":157,"covered":0,"percent":0},"instantiations":{"count":157,"covered":0,"percent":0},"lines":{"count":435,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":168,"covered":0,"notcovered":168,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift","mcdc_records":[],"segments":[[9,43,0,true,true,false],[12,102,0,true,true,false],[14,6,0,false,false,false],[16,46,0,true,true,false],[17,30,0,true,true,false],[19,10,0,true,false,false],[22,6,0,false,false,false],[24,54,0,true,true,false],[26,23,0,true,true,false],[26,37,0,true,false,false],[27,6,0,false,false,false],[29,50,0,true,true,false],[41,41,0,true,true,false],[43,24,0,true,true,false],[43,30,0,true,false,false],[43,32,0,true,true,false],[43,37,0,true,false,false],[44,6,0,false,false,false],[46,62,0,true,true,false],[48,73,0,true,true,false],[51,23,0,true,true,false],[51,37,0,true,false,false],[52,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":44,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift","mcdc_records":[],"segments":[[6,55,0,true,true,false],[7,24,0,true,true,false],[7,60,0,true,false,false],[7,62,0,true,true,false],[7,73,0,true,false,false],[8,24,0,true,true,false],[8,60,0,true,false,false],[8,62,0,true,true,false],[8,73,0,true,false,false],[9,6,0,false,false,false],[11,54,0,true,true,false],[12,23,0,true,true,false],[12,65,0,true,false,false],[13,23,0,true,true,false],[13,90,0,true,false,false],[14,6,0,false,false,false],[16,41,0,true,true,false],[17,24,0,true,true,false],[17,59,0,true,false,false],[18,6,0,false,false,false],[20,54,0,true,true,false],[21,23,0,true,true,false],[21,82,0,true,false,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":0,"percent":0},"instantiations":{"count":12,"covered":0,"percent":0},"lines":{"count":22,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":0,"notcovered":12,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift","mcdc_records":[],"segments":[[8,51,0,true,true,false],[18,83,0,true,true,false],[23,6,0,false,false,false],[26,48,0,true,true,false],[36,83,0,true,true,false],[41,6,0,false,false,false],[44,48,0,true,true,false],[53,49,0,true,true,false],[61,6,0,false,false,false],[64,43,0,true,true,false],[72,48,0,true,true,false],[75,78,0,true,true,false],[80,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":67,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":9,"covered":0,"notcovered":9,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift","mcdc_records":[],"segments":[[9,36,0,true,true,false],[11,24,0,true,true,false],[11,43,0,true,false,false],[11,45,0,true,true,false],[11,50,0,true,false,false],[12,6,0,false,false,false],[14,37,0,true,true,false],[16,24,0,true,true,false],[16,43,0,true,false,false],[16,45,0,true,true,false],[16,51,0,true,false,false],[17,6,0,false,false,false],[19,47,0,true,true,false],[23,24,0,true,true,false],[23,43,0,true,false,false],[23,45,0,true,true,false],[23,61,0,true,false,false],[24,6,0,false,false,false],[26,43,0,true,true,false],[28,24,0,true,true,false],[28,43,0,true,false,false],[28,45,0,true,true,false],[28,57,0,true,false,false],[29,6,0,false,false,false],[31,45,0,true,true,false],[35,24,0,true,true,false],[35,43,0,true,false,false],[35,45,0,true,true,false],[35,59,0,true,false,false],[36,6,0,false,false,false],[38,49,0,true,true,false],[42,24,0,true,true,false],[42,43,0,true,false,false],[42,45,0,true,true,false],[42,63,0,true,false,false],[43,6,0,false,false,false],[47,46,0,true,true,false],[51,25,0,true,true,false],[51,53,0,true,false,false],[52,24,0,true,true,false],[52,62,0,true,false,false],[52,64,0,true,true,false],[52,70,0,true,false,false],[53,24,0,true,true,false],[53,68,0,true,false,false],[53,70,0,true,true,false],[53,75,0,true,false,false],[56,22,0,true,true,false],[56,76,0,true,false,false],[57,22,0,true,true,false],[57,77,0,true,false,false],[58,6,0,false,false,false],[60,44,0,true,true,false],[70,25,0,true,true,false],[70,51,0,true,false,false],[71,24,0,true,true,false],[71,60,0,true,false,false],[71,62,0,true,true,false],[71,68,0,true,false,false],[72,24,0,true,true,false],[72,69,0,true,false,false],[72,71,0,true,true,false],[72,76,0,true,false,false],[73,24,0,true,true,false],[73,70,0,true,false,false],[73,72,0,true,true,false],[73,79,0,true,false,false],[76,22,0,true,true,false],[76,74,0,true,false,false],[77,6,0,false,false,false],[79,42,0,true,true,false],[83,25,0,true,true,false],[83,49,0,true,false,false],[86,22,0,true,true,false],[86,72,0,true,false,false],[87,6,0,false,false,false],[89,48,0,true,true,false],[94,25,0,true,true,false],[94,55,0,true,false,false],[95,24,0,true,true,false],[95,69,0,true,false,false],[95,71,0,true,true,false],[95,72,0,true,false,false],[96,24,0,true,true,false],[96,72,0,true,false,false],[96,74,0,true,true,false],[96,80,0,true,false,false],[99,22,0,true,true,false],[99,78,0,true,false,false],[100,6,0,false,false,false],[104,37,0,true,true,false],[110,24,0,true,true,false],[110,68,0,true,false,false],[110,70,0,true,true,false],[110,75,0,true,false,false],[113,24,0,true,true,false],[113,68,0,true,false,false],[113,70,0,true,true,false],[113,76,0,true,false,false],[118,24,0,true,true,false],[118,47,0,true,false,false],[118,49,0,true,true,false],[118,54,0,true,false,false],[119,6,0,false,false,false],[121,40,0,true,true,false],[127,24,0,true,true,false],[127,69,0,true,false,false],[127,71,0,true,true,false],[127,76,0,true,false,false],[132,24,0,true,true,false],[132,47,0,true,false,false],[132,49,0,true,true,false],[132,54,0,true,false,false],[133,6,0,false,false,false],[135,41,0,true,true,false],[141,24,0,true,true,false],[141,70,0,true,false,false],[141,72,0,true,true,false],[141,79,0,true,false,false],[146,24,0,true,true,false],[146,47,0,true,false,false],[146,49,0,true,true,false],[146,54,0,true,false,false],[147,6,0,false,false,false],[149,40,0,true,true,false],[156,24,0,true,true,false],[156,61,0,true,false,false],[156,63,0,true,true,false],[156,83,0,true,false,false],[161,24,0,true,true,false],[161,47,0,true,false,false],[161,49,0,true,true,false],[161,54,0,true,false,false],[162,6,0,false,false,false],[164,37,0,true,true,false],[172,24,0,true,true,false],[172,72,0,true,false,false],[172,74,0,true,true,false],[172,83,0,true,false,false],[177,24,0,true,true,false],[177,47,0,true,false,false],[177,49,0,true,true,false],[177,54,0,true,false,false],[178,6,0,false,false,false],[182,47,0,true,true,false],[184,54,0,true,true,false],[185,93,0,true,true,false],[187,24,0,true,true,false],[187,32,0,true,false,false],[187,34,0,true,true,false],[187,41,0,true,false,false],[188,6,0,false,false,false],[190,48,0,true,true,false],[192,54,0,true,true,false],[193,93,0,true,true,false],[195,24,0,true,true,false],[195,32,0,true,false,false],[195,34,0,true,true,false],[195,41,0,true,false,false],[196,6,0,false,false,false],[198,58,0,true,true,false],[203,54,0,true,true,false],[204,93,0,true,true,false],[206,24,0,true,true,false],[206,32,0,true,false,false],[206,34,0,true,true,false],[206,41,0,true,false,false],[207,24,0,true,true,false],[207,63,0,true,false,false],[207,65,0,true,true,false],[207,71,0,true,false,false],[208,24,0,true,true,false],[208,69,0,true,false,false],[208,71,0,true,true,false],[208,76,0,true,false,false],[209,6,0,false,false,false],[211,56,0,true,true,false],[223,54,0,true,true,false],[224,93,0,true,true,false],[226,24,0,true,true,false],[226,32,0,true,false,false],[226,34,0,true,true,false],[226,41,0,true,false,false],[227,24,0,true,true,false],[227,70,0,true,false,false],[227,72,0,true,true,false],[227,77,0,true,false,false],[228,24,0,true,true,false],[228,71,0,true,false,false],[228,73,0,true,true,false],[228,80,0,true,false,false],[229,6,0,false,false,false],[231,60,0,true,true,false],[237,54,0,true,true,false],[238,93,0,true,true,false],[240,24,0,true,true,false],[240,32,0,true,false,false],[240,34,0,true,true,false],[240,41,0,true,false,false],[241,24,0,true,true,false],[241,73,0,true,false,false],[241,75,0,true,true,false],[241,85,0,true,false,false],[242,6,0,false,false,false],[246,47,0,true,true,false],[251,25,0,true,true,false],[251,46,0,true,false,false],[252,24,0,true,true,false],[252,49,0,true,false,false],[252,51,0,true,true,false],[252,60,0,true,false,false],[253,24,0,true,true,false],[253,52,0,true,false,false],[253,54,0,true,true,false],[253,64,0,true,false,false],[254,6,0,false,false,false],[256,52,0,true,true,false],[260,22,0,true,true,false],[260,43,0,true,false,false],[261,6,0,false,false,false],[263,55,0,true,true,false],[269,24,0,true,true,false],[269,53,0,true,false,false],[269,55,0,true,true,false],[269,56,0,true,false,false],[270,24,0,true,true,false],[270,56,0,true,false,false],[270,58,0,true,true,false],[270,61,0,true,false,false],[271,24,0,true,true,false],[271,57,0,true,false,false],[271,59,0,true,true,false],[271,62,0,true,false,false],[272,6,0,false,false,false],[274,65,0,true,true,false],[279,23,0,true,true,false],[279,54,0,true,false,false],[280,6,0,false,false,false],[284,45,0,true,true,false],[286,24,0,true,true,false],[286,42,0,true,false,false],[286,44,0,true,true,false],[286,52,0,true,false,false],[287,23,0,true,true,false],[287,35,0,true,false,false],[288,24,0,true,true,false],[288,36,0,true,false,false],[289,24,0,true,true,false],[289,39,0,true,false,false],[290,24,0,true,true,false],[290,39,0,true,false,false],[291,6,0,false,false,false],[293,45,0,true,true,false],[295,24,0,true,true,false],[295,42,0,true,false,false],[295,44,0,true,true,false],[295,56,0,true,false,false],[296,24,0,true,true,false],[296,36,0,true,false,false],[297,23,0,true,true,false],[297,35,0,true,false,false],[298,24,0,true,true,false],[298,39,0,true,false,false],[299,24,0,true,true,false],[299,39,0,true,false,false],[300,6,0,false,false,false],[302,57,0,true,true,false],[304,24,0,true,true,false],[304,42,0,true,false,false],[304,44,0,true,true,false],[304,56,0,true,false,false],[305,6,0,false,false,false],[307,48,0,true,true,false],[310,24,0,true,true,false],[310,50,0,true,false,false],[310,52,0,true,true,false],[310,63,0,true,false,false],[311,24,0,true,true,false],[311,44,0,true,false,false],[312,24,0,true,true,false],[312,44,0,true,false,false],[313,23,0,true,true,false],[313,46,0,true,false,false],[314,24,0,true,true,false],[314,47,0,true,false,false],[318,24,0,true,true,false],[318,48,0,true,false,false],[318,50,0,true,true,false],[318,61,0,true,false,false],[319,6,0,false,false,false],[321,48,0,true,true,false],[324,24,0,true,true,false],[324,50,0,true,false,false],[324,52,0,true,true,false],[324,60,0,true,false,false],[325,24,0,true,true,false],[325,44,0,true,false,false],[326,24,0,true,true,false],[326,44,0,true,false,false],[327,24,0,true,true,false],[327,47,0,true,false,false],[328,23,0,true,true,false],[328,46,0,true,false,false],[332,24,0,true,true,false],[332,48,0,true,false,false],[332,50,0,true,true,false],[332,58,0,true,false,false],[333,6,0,false,false,false],[335,49,0,true,true,false],[337,24,0,true,true,false],[337,43,0,true,false,false],[337,45,0,true,true,false],[337,85,0,true,false,false],[338,6,0,false,false,false],[340,49,0,true,true,false],[342,24,0,true,true,false],[342,43,0,true,false,false],[342,45,0,true,true,false],[342,77,0,true,false,false],[343,6,0,false,false,false],[345,52,0,true,true,false],[347,24,0,true,true,false],[347,43,0,true,false,false],[347,45,0,true,true,false],[347,80,0,true,false,false],[348,6,0,false,false,false],[350,52,0,true,true,false],[352,24,0,true,true,false],[352,43,0,true,false,false],[352,45,0,true,true,false],[352,88,0,true,false,false],[353,6,0,false,false,false],[355,63,0,true,true,false],[357,54,0,true,true,false],[358,80,0,true,true,false],[360,24,0,true,true,false],[360,32,0,true,false,false],[360,34,0,true,true,false],[360,41,0,true,false,false],[361,51,0,true,true,false],[362,28,0,true,true,false],[362,32,0,true,false,false],[362,34,0,true,true,false],[362,47,0,true,false,false],[363,28,0,true,true,false],[363,32,0,true,false,false],[363,34,0,true,true,false],[363,43,0,true,false,false],[364,16,0,true,true,false],[366,10,0,true,false,false],[367,6,0,false,false,false],[369,63,0,true,true,false],[371,54,0,true,true,false],[372,80,0,true,true,false],[374,24,0,true,true,false],[374,32,0,true,false,false],[374,34,0,true,true,false],[374,41,0,true,false,false],[375,51,0,true,true,false],[376,28,0,true,true,false],[376,32,0,true,false,false],[376,34,0,true,true,false],[376,53,0,true,false,false],[377,28,0,true,true,false],[377,32,0,true,false,false],[377,34,0,true,true,false],[377,47,0,true,false,false],[378,16,0,true,true,false],[380,10,0,true,false,false],[381,6,0,false,false,false],[383,48,0,true,true,false],[390,24,0,true,true,false],[390,35,0,true,false,false],[390,37,0,true,true,false],[390,41,0,true,false,false],[391,23,0,true,true,false],[391,46,0,true,false,false],[392,23,0,true,true,false],[392,40,0,true,false,false],[393,6,0,false,false,false],[395,48,0,true,true,false],[402,24,0,true,true,false],[402,35,0,true,false,false],[402,37,0,true,true,false],[402,41,0,true,false,false],[403,23,0,true,true,false],[403,46,0,true,false,false],[404,23,0,true,true,false],[404,40,0,true,false,false],[405,6,0,false,false,false],[407,68,0,true,true,false],[409,50,0,true,true,false],[409,64,0,true,false,false],[410,50,0,true,true,false],[410,64,0,true,false,false],[411,53,0,true,true,false],[411,70,0,true,false,false],[413,24,0,true,true,false],[413,43,0,true,false,false],[413,45,0,true,true,false],[413,89,0,true,false,false],[414,24,0,true,true,false],[414,43,0,true,false,false],[414,45,0,true,true,false],[414,89,0,true,false,false],[415,23,0,true,true,false],[415,45,0,true,false,false],[415,47,0,true,true,false],[415,98,0,true,false,false],[418,47,0,true,true,false],[418,64,0,true,false,false],[419,25,0,true,true,false],[419,38,0,true,false,false],[420,66,0,true,true,false],[421,28,0,true,true,false],[421,32,0,true,false,false],[421,34,0,true,true,false],[421,42,0,true,false,false],[422,28,0,true,true,false],[422,36,0,true,false,false],[422,38,0,true,true,false],[422,56,0,true,false,false],[424,6,0,false,false,false],[428,71,0,true,true,false],[437,52,0,true,true,false],[438,84,0,true,true,false],[440,24,0,true,true,false],[440,46,0,true,false,false],[440,48,0,true,true,false],[440,49,0,true,false,false],[441,23,0,true,true,false],[441,58,0,true,false,false],[442,23,0,true,true,false],[442,58,0,true,false,false],[443,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":206,"covered":0,"percent":0},"instantiations":{"count":206,"covered":0,"percent":0},"lines":{"count":552,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":227,"covered":0,"notcovered":227,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift","mcdc_records":[],"segments":[[8,60,0,true,true,false],[27,24,0,true,true,false],[27,39,0,true,false,false],[27,41,0,true,true,false],[27,42,0,true,false,false],[28,24,0,true,true,false],[28,49,0,true,false,false],[28,51,0,true,true,false],[28,54,0,true,false,false],[29,24,0,true,true,false],[29,63,0,true,false,false],[29,65,0,true,true,false],[29,90,0,true,false,false],[30,6,0,false,false,false],[32,53,0,true,true,false],[51,23,0,true,true,false],[51,40,0,true,false,false],[52,6,0,false,false,false],[54,48,0,true,true,false],[73,23,0,true,true,false],[73,40,0,true,false,false],[74,6,0,false,false,false],[76,62,0,true,true,false],[98,23,0,true,true,false],[98,40,0,true,false,false],[99,6,0,false,false,false],[101,41,0,true,true,false],[126,24,0,true,true,false],[126,39,0,true,false,false],[126,41,0,true,true,false],[126,42,0,true,false,false],[127,42,0,true,true,false],[127,52,0,true,false,false],[128,24,0,true,true,false],[128,36,0,true,false,false],[128,38,0,true,true,false],[128,48,0,true,false,false],[129,6,0,false,false,false],[133,59,0,true,true,false],[159,24,0,true,true,false],[159,49,0,true,false,false],[159,51,0,true,true,false],[159,52,0,true,false,false],[161,24,0,true,true,false],[161,49,0,true,false,false],[161,51,0,true,true,false],[161,52,0,true,false,false],[162,24,0,true,true,false],[162,57,0,true,false,false],[162,59,0,true,true,false],[162,65,0,true,false,false],[163,6,0,false,false,false],[165,45,0,true,true,false],[188,25,0,true,true,false],[188,54,0,true,false,false],[189,22,0,true,true,false],[189,51,0,true,false,false],[190,6,0,false,false,false],[192,57,0,true,true,false],[204,24,0,true,true,false],[204,53,0,true,false,false],[204,55,0,true,true,false],[204,56,0,true,false,false],[205,6,0,false,false,false],[207,51,0,true,true,false],[221,24,0,true,true,false],[221,53,0,true,false,false],[221,55,0,true,true,false],[221,56,0,true,false,false],[222,24,0,true,true,false],[222,61,0,true,false,false],[222,63,0,true,true,false],[222,68,0,true,false,false],[223,6,0,false,false,false],[225,59,0,true,true,false],[249,24,0,true,true,false],[249,49,0,true,false,false],[249,51,0,true,true,false],[249,52,0,true,false,false],[250,24,0,true,true,false],[250,52,0,true,false,false],[250,54,0,true,true,false],[250,58,0,true,false,false],[251,23,0,true,true,false],[251,71,0,true,false,false],[254,24,0,true,true,false],[254,49,0,true,false,false],[254,51,0,true,true,false],[254,52,0,true,false,false],[255,24,0,true,true,false],[255,53,0,true,true,false],[255,73,0,true,false,false],[256,23,0,true,true,false],[256,52,0,true,true,false],[256,72,0,true,false,false],[257,23,0,true,true,false],[257,52,0,true,true,false],[257,72,0,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":0,"percent":0},"instantiations":{"count":51,"covered":0,"percent":0},"lines":{"count":281,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":51,"covered":0,"notcovered":51,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift","mcdc_records":[],"segments":[[6,68,0,true,true,false],[13,24,0,true,true,false],[13,43,0,true,false,false],[13,45,0,true,true,false],[13,99,0,true,false,false],[14,24,0,true,true,false],[14,47,0,true,false,false],[14,49,0,true,true,false],[14,70,0,true,false,false],[15,6,0,false,false,false],[17,50,0,true,true,false],[20,96,0,true,true,false],[40,48,0,true,true,false],[43,40,0,true,true,false],[43,44,0,true,false,false],[44,40,0,true,true,false],[44,44,0,true,false,false],[45,79,0,true,true,false],[45,83,0,true,false,false],[48,13,0,true,true,false],[48,48,0,true,false,false],[49,13,0,true,true,false],[49,69,0,true,false,false],[52,13,0,true,true,false],[52,49,0,true,false,false],[53,13,0,true,true,false],[53,70,0,true,false,false],[55,6,0,false,false,false],[57,78,0,true,true,false],[60,96,0,true,true,false],[76,77,0,true,true,false],[77,36,0,true,true,false],[82,32,0,true,true,false],[82,83,0,true,false,false],[83,25,0,true,true,false],[83,28,0,true,false,false],[84,24,0,true,true,false],[84,40,0,true,false,false],[84,42,0,true,true,false],[84,53,0,true,false,false],[85,24,0,true,true,false],[85,54,0,true,false,false],[85,56,0,true,true,false],[85,63,0,true,false,false],[86,24,0,true,true,false],[86,60,0,true,false,false],[86,62,0,true,true,false],[86,73,0,true,false,false],[87,24,0,true,true,false],[87,43,0,true,false,false],[87,45,0,true,true,false],[87,88,0,true,false,false],[88,6,0,false,false,false],[90,77,0,true,true,false],[93,96,0,true,true,false],[98,20,0,true,true,false],[98,73,0,true,false,false],[99,16,0,true,true,false],[102,10,0,true,true,false],[106,49,0,true,true,false],[107,36,0,true,true,false],[112,40,0,true,true,false],[112,44,0,true,false,false],[113,63,0,true,true,false],[113,67,0,true,false,false],[116,13,0,true,true,false],[116,23,0,true,false,false],[116,25,0,true,true,false],[116,34,0,true,false,false],[117,13,0,true,true,false],[117,99,0,true,false,false],[119,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":138,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":41,"covered":0,"notcovered":41,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift","mcdc_records":[],"segments":[[9,84,0,true,true,false],[14,96,0,true,true,false],[28,34,0,true,false,false],[29,6,0,false,false,false],[34,70,0,true,true,false],[40,96,0,true,true,false],[56,58,0,true,true,false],[58,10,0,true,false,false],[60,24,0,true,true,false],[60,57,0,true,true,false],[60,108,0,true,false,false],[65,23,0,true,true,false],[65,56,0,true,true,false],[65,109,0,true,true,false],[65,121,0,true,false,false],[69,23,0,true,true,false],[69,42,0,true,true,false],[69,95,0,true,true,false],[69,107,0,true,false,false],[70,6,0,false,false,false],[72,62,0,true,true,false],[74,54,0,true,true,false],[74,105,0,true,false,false],[80,13,0,true,true,false],[80,54,0,true,false,false],[81,13,0,true,true,false],[81,85,0,true,false,false],[83,23,0,true,true,false],[83,55,0,true,false,false],[83,57,0,true,true,false],[83,99,0,true,false,false],[84,6,0,false,false,false],[88,45,0,true,true,false],[91,24,0,true,true,false],[91,38,0,true,false,false],[91,40,0,true,true,false],[91,42,0,true,false,false],[91,44,0,true,true,false],[91,82,0,true,false,false],[94,23,0,true,true,false],[94,41,0,true,true,false],[94,63,0,true,true,false],[94,82,0,true,false,false],[94,86,0,true,true,false],[94,120,0,true,false,false],[95,23,0,true,true,false],[95,41,0,true,true,false],[95,63,0,true,true,false],[95,82,0,true,false,false],[95,86,0,true,true,false],[95,118,0,true,false,false],[96,23,0,true,true,false],[96,41,0,true,true,false],[96,63,0,true,true,false],[96,82,0,true,false,false],[96,86,0,true,true,false],[96,119,0,true,false,false],[97,23,0,true,true,false],[97,41,0,true,true,false],[97,63,0,true,true,false],[97,80,0,true,false,false],[97,84,0,true,true,false],[97,113,0,true,false,false],[98,23,0,true,true,false],[98,41,0,true,true,false],[98,64,0,true,true,false],[98,83,0,true,false,false],[98,87,0,true,true,false],[98,111,0,true,false,false],[99,23,0,true,true,false],[99,41,0,true,true,false],[99,64,0,true,true,false],[99,83,0,true,false,false],[99,87,0,true,true,false],[99,116,0,true,false,false],[100,6,0,false,false,false],[102,48,0,true,true,false],[105,24,0,true,true,false],[105,38,0,true,false,false],[105,40,0,true,true,false],[105,42,0,true,false,false],[105,44,0,true,true,false],[105,82,0,true,false,false],[108,27,0,true,true,false],[111,17,0,true,true,false],[111,35,0,true,true,false],[111,56,0,true,true,false],[111,72,0,true,false,false],[112,17,0,true,true,false],[112,68,0,true,false,false],[114,10,0,true,true,false],[115,6,0,false,false,false],[117,42,0,true,true,false],[119,24,0,true,true,false],[119,62,0,true,false,false],[119,64,0,true,true,false],[119,70,0,true,false,false],[120,24,0,true,true,false],[120,63,0,true,false,false],[120,65,0,true,true,false],[120,74,0,true,false,false],[123,23,0,true,true,false],[123,60,0,true,false,false],[124,24,0,true,true,false],[124,64,0,true,false,false],[125,6,0,false,false,false],[130,77,0,true,true,false],[131,57,0,true,true,false],[135,40,0,true,true,false],[138,10,0,true,false,false],[143,23,0,true,true,false],[143,29,0,true,false,false],[143,31,0,true,true,false],[143,68,0,true,false,false],[150,23,0,true,true,false],[150,29,0,true,false,false],[150,31,0,true,true,false],[150,82,0,true,false,false],[151,25,0,true,true,false],[151,40,0,true,false,false],[151,42,0,true,true,false],[151,83,0,true,false,false],[153,13,0,true,true,false],[153,66,0,true,true,false],[153,71,0,true,false,false],[154,13,0,true,true,false],[154,58,0,true,false,false],[158,24,0,true,true,false],[158,49,0,true,false,false],[158,51,0,true,true,false],[158,52,0,true,false,false],[158,54,0,true,true,false],[158,82,0,true,false,false],[160,13,0,true,true,false],[160,42,0,true,true,false],[160,66,0,true,true,false],[160,84,0,true,false,false],[160,88,0,true,true,false],[160,100,0,true,false,false],[161,13,0,true,true,false],[161,59,0,true,false,false],[163,6,0,false,false,false],[166,77,0,true,true,false],[167,57,0,true,true,false],[171,40,0,true,true,false],[174,10,0,true,false,false],[178,23,0,true,true,false],[178,56,0,true,true,false],[178,109,0,true,true,false],[178,121,0,true,false,false],[185,23,0,true,true,false],[185,28,0,true,false,false],[185,30,0,true,true,false],[185,74,0,true,false,false],[186,25,0,true,true,false],[186,40,0,true,false,false],[186,42,0,true,true,false],[186,83,0,true,false,false],[188,13,0,true,true,false],[188,66,0,true,true,false],[188,71,0,true,false,false],[189,13,0,true,true,false],[189,58,0,true,false,false],[192,13,0,true,true,false],[192,46,0,true,true,false],[192,99,0,true,true,false],[192,111,0,true,false,false],[193,13,0,true,true,false],[193,56,0,true,false,false],[195,6,0,false,false,false],[198,90,0,true,true,false],[199,57,0,true,true,false],[203,40,0,true,true,false],[206,10,0,true,false,false],[228,23,0,true,true,false],[228,28,0,true,false,false],[228,30,0,true,true,false],[228,90,0,true,false,false],[229,25,0,true,true,false],[229,40,0,true,false,false],[229,42,0,true,true,false],[229,83,0,true,false,false],[231,13,0,true,true,false],[231,63,0,true,true,false],[231,68,0,true,false,false],[232,13,0,true,true,false],[232,58,0,true,false,false],[235,13,0,true,true,false],[235,46,0,true,true,false],[235,82,0,true,true,false],[235,94,0,true,false,false],[236,13,0,true,true,false],[236,56,0,true,false,false],[238,6,0,false,false,false],[241,70,0,true,true,false],[242,57,0,true,true,false],[246,40,0,true,true,false],[249,10,0,true,false,false],[258,43,0,true,true,false],[258,65,0,true,false,false],[259,43,0,true,true,false],[259,65,0,true,false,false],[263,22,0,true,true,false],[263,37,0,true,false,false],[263,39,0,true,true,false],[263,69,0,true,false,false],[267,25,0,true,true,false],[267,40,0,true,false,false],[267,42,0,true,true,false],[267,83,0,true,false,false],[270,55,0,true,true,false],[270,66,0,true,false,false],[271,24,0,true,true,false],[271,42,0,true,false,false],[271,44,0,true,true,false],[271,45,0,true,false,false],[271,47,0,true,true,false],[271,84,0,true,false,false],[272,23,0,true,true,false],[272,45,0,true,true,false],[272,66,0,true,false,false],[272,68,0,true,true,false],[272,96,0,true,false,false],[273,6,0,false,false,false],[276,61,0,true,true,false],[277,57,0,true,true,false],[281,29,0,true,true,false],[281,53,0,true,false,false],[291,22,0,true,true,false],[291,37,0,true,false,false],[291,39,0,true,true,false],[291,90,0,true,false,false],[292,24,0,true,true,false],[292,49,0,true,false,false],[292,51,0,true,true,false],[292,52,0,true,false,false],[293,6,0,false,false,false],[296,57,0,true,true,false],[297,57,0,true,true,false],[301,29,0,true,true,false],[301,53,0,true,false,false],[311,22,0,true,true,false],[311,37,0,true,false,false],[311,39,0,true,true,false],[311,92,0,true,false,false],[312,6,0,false,false,false],[315,62,0,true,true,false],[316,57,0,true,true,false],[320,40,0,true,true,false],[323,10,0,true,false,false],[333,25,0,true,true,false],[333,40,0,true,false,false],[334,23,0,true,true,false],[334,76,0,true,true,false],[334,81,0,true,false,false],[334,83,0,true,true,false],[334,116,0,true,false,false],[335,6,0,false,false,false],[338,67,0,true,true,false],[339,57,0,true,true,false],[343,29,0,true,true,false],[343,53,0,true,false,false],[368,22,0,true,true,false],[368,37,0,true,false,false],[368,39,0,true,true,false],[368,99,0,true,false,false],[370,25,0,true,true,false],[370,46,0,true,true,false],[370,67,0,true,false,false],[371,22,0,true,true,false],[371,43,0,true,true,false],[371,65,0,true,false,false],[372,6,0,false,false,false],[377,68,0,true,true,false],[378,57,0,true,true,false],[424,24,0,true,true,false],[424,53,0,true,false,false],[424,55,0,true,true,false],[424,56,0,true,false,false],[425,24,0,true,true,false],[425,49,0,true,false,false],[425,51,0,true,true,false],[425,52,0,true,false,false],[431,24,0,true,true,false],[431,53,0,true,false,false],[431,55,0,true,true,false],[431,56,0,true,false,false],[432,24,0,true,true,false],[432,57,0,true,true,false],[432,98,0,true,false,false],[433,23,0,true,true,false],[433,56,0,true,true,false],[433,80,0,true,false,false],[434,23,0,true,true,false],[434,56,0,true,true,false],[434,81,0,true,false,false],[437,24,0,true,true,false],[437,49,0,true,false,false],[437,51,0,true,true,false],[437,52,0,true,false,false],[438,24,0,true,true,false],[438,53,0,true,true,false],[438,94,0,true,false,false],[439,23,0,true,true,false],[439,52,0,true,true,false],[439,73,0,true,true,false],[439,89,0,true,false,false],[440,6,0,false,false,false],[443,63,0,true,true,false],[444,63,0,true,true,false],[451,24,0,true,true,false],[451,49,0,true,false,false],[451,51,0,true,true,false],[451,52,0,true,false,false],[456,24,0,true,true,false],[456,49,0,true,false,false],[456,51,0,true,true,false],[456,52,0,true,false,false],[462,24,0,true,true,false],[462,41,0,true,false,false],[462,43,0,true,true,false],[462,44,0,true,false,false],[462,46,0,true,true,false],[462,101,0,true,false,false],[463,6,0,false,false,false],[466,57,0,true,true,false],[467,57,0,true,true,false],[482,24,0,true,true,false],[482,53,0,true,false,false],[482,55,0,true,true,false],[482,56,0,true,false,false],[487,24,0,true,true,false],[487,53,0,true,false,false],[487,55,0,true,true,false],[487,56,0,true,false,false],[487,58,0,true,true,false],[487,100,0,true,false,false],[488,6,0,false,false,false],[491,66,0,true,true,false],[492,57,0,true,true,false],[522,24,0,true,true,false],[522,53,0,true,false,false],[522,55,0,true,true,false],[522,56,0,true,false,false],[523,23,0,true,true,false],[523,56,0,true,true,false],[523,76,0,true,false,false],[524,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":186,"covered":0,"percent":0},"instantiations":{"count":186,"covered":0,"percent":0},"lines":{"count":663,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":202,"covered":0,"notcovered":202,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift","mcdc_records":[],"segments":[[7,54,0,true,true,false],[12,49,0,true,true,false],[16,72,0,true,true,false],[19,24,0,true,true,false],[19,39,0,true,false,false],[19,41,0,true,true,false],[19,74,0,true,false,false],[21,13,0,true,true,false],[21,56,0,true,false,false],[22,13,0,true,true,false],[22,48,0,true,false,false],[25,13,0,true,true,false],[25,39,0,true,false,false],[26,13,0,true,true,false],[26,49,0,true,false,false],[29,13,0,true,true,false],[29,39,0,true,false,false],[30,13,0,true,true,false],[30,49,0,true,false,false],[33,13,0,true,true,false],[33,41,0,true,false,false],[34,13,0,true,true,false],[34,51,0,true,false,false],[40,13,0,true,true,false],[40,41,0,true,true,false],[40,65,0,true,false,false],[40,69,0,true,true,false],[40,93,0,true,false,false],[41,13,0,true,true,false],[41,64,0,true,false,false],[43,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":51,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift","mcdc_records":[],"segments":[[7,44,0,true,true,false],[7,51,0,false,false,false],[9,35,0,true,true,false],[12,42,0,true,true,false],[14,17,0,true,true,false],[14,55,0,true,false,false],[15,17,0,true,true,false],[15,53,0,true,false,false],[18,23,0,true,true,false],[18,50,0,true,false,false],[18,52,0,true,true,false],[18,85,0,true,false,false],[19,23,0,true,true,false],[19,50,0,true,false,false],[19,52,0,true,true,false],[19,88,0,true,false,false],[20,22,0,true,true,false],[20,49,0,true,false,false],[20,51,0,true,true,false],[20,85,0,true,false,false],[21,6,0,false,false,false],[23,43,0,true,true,false],[37,24,0,true,true,false],[37,49,0,true,false,false],[37,51,0,true,true,false],[37,52,0,true,false,false],[37,54,0,true,true,false],[37,82,0,true,false,false],[38,24,0,true,true,false],[38,56,0,true,false,false],[38,58,0,true,true,false],[38,70,0,true,false,false],[42,23,0,true,true,false],[42,50,0,true,false,false],[42,52,0,true,true,false],[42,92,0,true,false,false],[43,6,0,false,false,false],[45,39,0,true,true,false],[50,25,0,true,true,false],[50,43,0,true,false,false],[51,25,0,true,true,false],[51,42,0,true,false,false],[52,6,0,false,false,false],[54,40,0,true,true,false],[59,25,0,true,true,false],[59,42,0,true,false,false],[60,6,0,false,false,false],[62,40,0,true,true,false],[69,24,0,true,true,false],[69,49,0,true,false,false],[69,51,0,true,true,false],[69,52,0,true,false,false],[69,54,0,true,true,false],[69,79,0,true,false,false],[70,24,0,true,true,false],[70,56,0,true,false,false],[70,58,0,true,true,false],[70,64,0,true,false,false],[71,24,0,true,true,false],[71,57,0,true,false,false],[71,59,0,true,true,false],[71,67,0,true,false,false],[72,6,0,false,false,false],[74,41,0,true,true,false],[77,24,0,true,true,false],[77,42,0,true,false,false],[77,44,0,true,true,false],[77,77,0,true,false,false],[78,23,0,true,true,false],[78,57,0,true,false,false],[78,59,0,true,true,false],[78,99,0,true,false,false],[79,6,0,false,false,false],[81,41,0,true,true,false],[86,25,0,true,true,false],[86,36,0,true,false,false],[87,6,0,false,false,false],[89,50,0,true,true,false],[96,27,0,true,true,false],[96,35,0,true,false,false],[96,37,0,true,true,false],[96,41,0,true,false,false],[96,43,0,true,true,false],[96,96,0,true,false,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":42,"covered":0,"percent":0},"instantiations":{"count":42,"covered":0,"percent":0},"lines":{"count":116,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43,"covered":0,"notcovered":43,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift","mcdc_records":[],"segments":[[10,34,0,true,true,false],[18,6,0,false,false,false],[21,41,0,true,true,false],[28,6,0,false,false,false],[31,34,0,true,true,false],[40,6,0,false,false,false],[43,36,0,true,true,false],[50,6,0,false,false,false],[53,28,0,true,true,false],[60,6,0,false,false,false],[63,36,0,true,true,false],[66,6,0,false,false,false],[69,29,0,true,true,false],[72,6,0,false,false,false],[75,30,0,true,true,false],[78,6,0,false,false,false],[81,40,0,true,true,false],[86,6,0,false,false,false],[89,32,0,true,true,false],[95,6,0,false,false,false],[100,34,0,true,true,false],[108,6,0,false,false,false],[111,41,0,true,true,false],[119,6,0,false,false,false],[122,37,0,true,true,false],[131,6,0,false,false,false],[134,35,0,true,true,false],[142,6,0,false,false,false],[145,32,0,true,true,false],[152,6,0,false,false,false],[155,32,0,true,true,false],[161,6,0,false,false,false],[164,38,0,true,true,false],[169,6,0,false,false,false],[172,32,0,true,true,false],[176,6,0,false,false,false],[179,40,0,true,true,false],[182,6,0,false,false,false],[185,27,0,true,true,false],[188,6,0,false,false,false],[191,31,0,true,true,false],[198,6,0,false,false,false],[207,35,0,true,true,false],[213,6,0,false,false,false],[217,47,0,true,true,false],[221,53,0,true,true,false],[223,10,0,true,false,false],[223,16,0,true,true,false],[225,10,0,true,false,false],[226,6,0,false,false,false],[230,52,0,true,true,false],[236,53,0,true,true,false],[238,10,0,true,false,false],[238,16,0,true,true,false],[240,10,0,true,false,false],[241,6,0,false,false,false],[245,34,0,true,true,false],[247,49,0,true,true,false],[249,10,0,true,false,false],[259,6,0,false,false,false],[263,41,0,true,true,false],[266,48,0,true,true,false],[269,10,0,true,false,false],[280,6,0,false,false,false],[284,35,0,true,true,false],[289,6,0,false,false,false],[293,33,0,true,true,false],[298,6,0,false,false,false],[302,36,0,true,true,false],[312,6,0,false,false,false],[316,54,0,true,true,false],[324,53,0,true,true,false],[326,10,0,true,false,false],[326,16,0,true,true,false],[328,10,0,true,false,false],[329,6,0,false,false,false],[333,41,0,true,true,false],[335,43,0,true,true,false],[337,10,0,true,false,false],[346,6,0,false,false,false],[354,28,0,true,true,false],[360,6,0,false,false,false],[363,34,0,true,true,false],[369,6,0,false,false,false],[373,53,0,true,true,false],[377,53,0,true,true,false],[379,10,0,true,false,false],[379,16,0,true,true,false],[381,10,0,true,false,false],[382,6,0,false,false,false],[386,46,0,true,true,false],[390,49,0,true,true,false],[392,10,0,true,false,false],[392,16,0,true,true,false],[394,10,0,true,false,false],[395,6,0,false,false,false],[399,32,0,true,true,false],[407,6,0,false,false,false],[413,28,0,true,true,false],[419,6,0,false,false,false],[422,34,0,true,true,false],[428,6,0,false,false,false],[432,53,0,true,true,false],[436,53,0,true,true,false],[438,10,0,true,false,false],[438,16,0,true,true,false],[440,10,0,true,false,false],[441,6,0,false,false,false],[445,44,0,true,true,false],[452,49,0,true,true,false],[454,10,0,true,false,false],[454,16,0,true,true,false],[456,10,0,true,false,false],[457,6,0,false,false,false],[461,52,0,true,true,false],[473,49,0,true,true,false],[475,10,0,true,false,false],[475,16,0,true,true,false],[477,10,0,true,false,false],[478,6,0,false,false,false],[482,44,0,true,true,false],[494,62,0,true,true,false],[497,10,0,true,false,false],[505,6,0,false,false,false],[509,40,0,true,true,false],[517,61,0,true,true,false],[519,10,0,true,false,false],[525,6,0,false,false,false],[531,90,0,true,true,false],[532,16,0,true,true,false],[532,26,0,true,false,false],[533,9,0,true,true,false],[534,17,0,true,false,false],[535,9,0,true,true,false],[536,19,0,true,false,false],[537,9,0,true,true,false],[538,19,0,true,false,false],[539,9,0,true,true,false],[540,31,0,true,false,false],[541,9,0,true,true,false],[542,18,0,true,false,false],[543,10,0,true,true,false],[544,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":49,"covered":0,"percent":0},"instantiations":{"count":49,"covered":0,"percent":0},"lines":{"count":430,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":0,"notcovered":72,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift","mcdc_records":[],"segments":[[7,63,0,true,true,false],[9,96,0,true,true,false],[16,47,0,true,true,false],[19,10,0,true,false,false],[21,77,0,true,true,false],[22,77,0,true,true,false],[23,79,0,true,true,false],[26,24,0,true,true,false],[26,37,0,true,false,false],[26,39,0,true,true,false],[26,40,0,true,false,false],[28,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":28,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":8,"covered":0,"notcovered":8,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift","mcdc_records":[],"segments":[[21,40,0,true,true,false],[22,32,0,true,true,false],[32,28,0,true,true,false],[34,53,0,true,true,false],[34,58,0,true,false,false],[36,27,0,true,true,false],[39,14,0,true,false,false],[41,6,0,false,false,false],[43,43,0,true,true,false],[50,35,0,true,true,false],[51,6,0,false,false,false],[55,42,0,true,true,false],[56,25,0,true,true,false],[56,32,0,true,false,false],[56,34,0,true,true,false],[56,65,0,true,false,false],[57,6,0,false,false,false],[61,59,0,true,true,false],[66,25,0,true,true,false],[66,42,0,true,false,false],[66,44,0,true,true,false],[66,70,0,true,false,false],[67,23,0,true,true,false],[67,64,0,true,true,false],[67,69,0,true,false,false],[67,71,0,true,true,false],[67,102,0,true,false,false],[68,6,0,false,false,false],[70,63,0,true,true,false],[73,24,0,true,true,false],[73,38,0,true,false,false],[73,40,0,true,true,false],[73,77,0,true,false,false],[74,23,0,true,true,false],[74,61,0,true,true,false],[74,97,0,true,false,false],[74,99,0,true,true,false],[74,140,0,true,false,false],[75,22,0,true,true,false],[75,39,0,true,false,false],[75,41,0,true,true,false],[75,84,0,true,false,false],[76,6,0,false,false,false],[80,65,0,true,true,false],[92,23,0,true,true,false],[92,41,0,true,true,false],[92,56,0,true,false,false],[92,58,0,true,true,false],[92,91,0,true,false,false],[93,6,0,false,false,false],[95,70,0,true,true,false],[102,25,0,true,true,false],[102,31,0,true,false,false],[102,33,0,true,true,false],[102,57,0,true,false,false],[103,6,0,false,false,false],[107,68,0,true,true,false],[119,12,0,true,true,false],[119,26,0,true,false,false],[119,27,0,true,true,false],[120,27,0,true,true,false],[120,46,0,true,false,false],[120,48,0,true,true,false],[120,87,0,true,false,false],[122,6,0,false,false,false],[124,101,0,true,true,false],[140,12,0,true,true,false],[140,31,0,true,false,false],[140,32,0,true,true,false],[141,27,0,true,true,false],[141,41,0,true,false,false],[141,43,0,true,true,false],[141,109,0,true,false,false],[142,28,0,true,true,false],[142,42,0,true,false,false],[142,44,0,true,true,false],[142,77,0,true,false,false],[144,6,0,false,false,false],[148,55,0,true,true,false],[162,40,0,true,true,false],[162,65,0,true,false,false],[163,42,0,true,true,false],[163,69,0,true,false,false],[164,39,0,true,true,false],[164,68,0,true,false,false],[165,37,0,true,true,false],[165,59,0,true,false,false],[172,23,0,true,true,false],[172,37,0,true,false,false],[172,39,0,true,true,false],[172,68,0,true,false,false],[173,23,0,true,true,false],[173,39,0,true,false,false],[173,41,0,true,true,false],[173,72,0,true,false,false],[174,23,0,true,true,false],[174,36,0,true,false,false],[174,38,0,true,true,false],[174,66,0,true,false,false],[175,23,0,true,true,false],[175,34,0,true,false,false],[175,36,0,true,true,false],[175,74,0,true,false,false],[176,6,0,false,false,false],[178,66,0,true,true,false],[192,40,0,true,true,false],[192,65,0,true,false,false],[193,37,0,true,true,false],[193,59,0,true,false,false],[200,23,0,true,true,false],[200,37,0,true,false,false],[200,39,0,true,true,false],[200,68,0,true,false,false],[203,23,0,true,true,false],[203,37,0,true,false,false],[203,39,0,true,true,false],[203,80,0,true,false,false],[204,23,0,true,true,false],[204,34,0,true,false,false],[204,36,0,true,true,false],[204,86,0,true,false,false],[205,6,0,false,false,false],[209,48,0,true,true,false],[212,28,0,true,true,false],[212,36,0,true,false,false],[213,27,0,true,true,false],[215,14,0,true,false,false],[219,24,0,true,true,false],[219,39,0,true,false,false],[219,41,0,true,true,false],[219,42,0,true,false,false],[219,44,0,true,true,false],[219,71,0,true,false,false],[220,24,0,true,true,false],[220,46,0,true,false,false],[220,48,0,true,true,false],[220,54,0,true,false,false],[220,56,0,true,true,false],[220,84,0,true,false,false],[221,6,0,false,false,false],[223,59,0,true,true,false],[227,28,0,true,true,false],[227,36,0,true,false,false],[228,27,0,true,true,false],[230,14,0,true,false,false],[234,22,0,true,true,false],[234,30,0,true,false,false],[234,32,0,true,true,false],[234,70,0,true,false,false],[235,6,0,false,false,false],[237,52,0,true,true,false],[240,28,0,true,true,false],[240,36,0,true,false,false],[241,27,0,true,true,false],[243,14,0,true,false,false],[247,22,0,true,true,false],[247,30,0,true,false,false],[247,32,0,true,true,false],[247,70,0,true,false,false],[248,6,0,false,false,false],[252,63,0,true,true,false],[256,76,0,true,true,false],[258,24,0,true,false,false],[259,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":79,"covered":0,"percent":0},"instantiations":{"count":79,"covered":0,"percent":0},"lines":{"count":287,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":0,"notcovered":86,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift","mcdc_records":[],"segments":[[9,35,0,true,true,false],[14,6,0,true,false,false],[14,8,0,false,false,false],[16,52,0,true,true,false],[16,94,0,false,false,false],[20,51,0,true,true,false],[24,23,0,true,true,false],[24,49,0,true,false,false],[24,51,0,true,true,false],[24,89,0,true,false,false],[26,13,0,true,true,false],[26,57,0,true,false,false],[26,59,0,true,true,false],[26,101,0,true,false,false],[28,23,0,true,true,false],[28,49,0,true,false,false],[28,51,0,true,true,false],[28,89,0,true,false,false],[29,23,0,true,true,false],[29,56,0,true,false,false],[29,58,0,true,true,false],[29,98,0,true,false,false],[31,13,0,true,true,false],[31,80,0,true,false,false],[32,13,0,true,true,false],[32,67,0,true,false,false],[35,13,0,true,true,false],[35,84,0,true,false,false],[36,13,0,true,true,false],[36,77,0,true,false,false],[39,13,0,true,true,false],[39,43,0,true,false,false],[40,13,0,true,true,false],[40,53,0,true,false,false],[42,23,0,true,true,false],[42,46,0,true,false,false],[42,48,0,true,true,false],[42,80,0,true,false,false],[43,23,0,true,true,false],[43,45,0,true,false,false],[43,47,0,true,true,false],[43,78,0,true,false,false],[44,23,0,true,true,false],[44,44,0,true,false,false],[44,46,0,true,true,false],[44,84,0,true,false,false],[45,23,0,true,true,false],[45,46,0,true,false,false],[45,48,0,true,true,false],[45,89,0,true,false,false],[46,6,0,false,false,false],[48,54,0,true,true,false],[57,13,0,true,true,false],[57,80,0,true,false,false],[58,13,0,true,true,false],[58,82,0,true,false,false],[61,13,0,true,true,false],[61,43,0,true,false,false],[62,13,0,true,true,false],[62,53,0,true,false,false],[64,23,0,true,true,false],[64,46,0,true,false,false],[64,48,0,true,true,false],[64,87,0,true,false,false],[65,23,0,true,true,false],[65,45,0,true,false,false],[65,47,0,true,true,false],[65,85,0,true,false,false],[66,23,0,true,true,false],[66,43,0,true,false,false],[66,45,0,true,true,false],[66,76,0,true,false,false],[67,23,0,true,true,false],[67,43,0,true,false,false],[67,45,0,true,true,false],[67,76,0,true,false,false],[68,6,0,false,false,false],[70,51,0,true,true,false],[73,23,0,true,true,false],[73,49,0,true,false,false],[73,51,0,true,true,false],[73,87,0,true,false,false],[75,13,0,true,true,false],[75,84,0,true,false,false],[76,13,0,true,true,false],[76,71,0,true,false,false],[79,13,0,true,true,false],[79,47,0,true,false,false],[80,13,0,true,true,false],[80,75,0,true,false,false],[82,23,0,true,true,false],[82,44,0,true,false,false],[82,46,0,true,true,false],[82,78,0,true,false,false],[83,6,0,false,false,false],[85,65,0,true,true,false],[95,25,0,true,true,false],[95,53,0,true,true,false],[95,109,0,true,false,false],[100,25,0,true,true,false],[101,54,0,true,true,false],[101,110,0,true,false,false],[105,24,0,true,true,false],[105,35,0,true,false,false],[105,37,0,true,true,false],[105,38,0,true,false,false],[105,40,0,true,true,false],[105,81,0,true,false,false],[106,24,0,true,true,false],[106,37,0,true,false,false],[106,39,0,true,true,false],[106,40,0,true,false,false],[106,42,0,true,true,false],[106,85,0,true,false,false],[107,6,0,false,false,false],[109,63,0,true,true,false],[135,13,0,true,true,false],[135,39,0,true,false,false],[135,41,0,true,true,false],[135,102,0,true,false,false],[139,13,0,true,true,false],[139,51,0,true,false,false],[140,13,0,true,true,false],[140,70,0,true,false,false],[142,23,0,true,true,false],[142,49,0,true,false,false],[143,23,0,true,true,false],[143,56,0,true,false,false],[145,13,0,true,true,false],[145,46,0,true,false,false],[146,13,0,true,true,false],[146,78,0,true,false,false],[148,6,0,false,false,false],[150,66,0,true,true,false],[168,23,0,true,true,false],[168,51,0,true,false,false],[168,53,0,true,true,false],[168,91,0,true,false,false],[170,13,0,true,true,false],[170,45,0,true,false,false],[170,47,0,true,true,false],[170,99,0,true,false,false],[174,13,0,true,true,false],[174,54,0,true,false,false],[175,13,0,true,true,false],[175,66,0,true,false,false],[179,23,0,true,true,false],[179,46,0,true,false,false],[179,48,0,true,true,false],[179,85,0,true,false,false],[182,60,0,true,true,false],[182,82,0,true,true,false],[182,100,0,true,false,false],[183,25,0,true,true,false],[183,30,0,true,false,false],[183,32,0,true,true,false],[183,70,0,true,false,false],[184,24,0,true,true,false],[184,51,0,true,true,false],[184,55,0,true,false,false],[184,57,0,true,true,false],[184,100,0,true,false,false],[187,23,0,true,true,false],[187,48,0,true,false,false],[187,50,0,true,true,false],[187,94,0,true,false,false],[189,13,0,true,true,false],[189,36,0,true,false,false],[189,38,0,true,true,false],[189,103,0,true,false,false],[191,6,0,false,false,false],[195,64,0,true,true,false],[210,83,0,true,true,false],[212,24,0,true,true,false],[212,48,0,true,false,false],[212,50,0,true,true,false],[212,51,0,true,false,false],[212,53,0,true,true,false],[212,78,0,true,false,false],[213,24,0,true,true,false],[213,51,0,true,false,false],[213,53,0,true,true,false],[213,59,0,true,false,false],[214,24,0,true,true,false],[214,52,0,true,false,false],[214,54,0,true,true,false],[214,59,0,true,false,false],[215,24,0,true,true,false],[215,51,0,true,false,false],[215,53,0,true,true,false],[215,56,0,true,false,false],[216,24,0,true,true,false],[216,52,0,true,false,false],[216,54,0,true,true,false],[216,57,0,true,false,false],[217,6,0,false,false,false],[219,65,0,true,true,false],[237,83,0,true,true,false],[239,24,0,true,true,false],[239,48,0,true,false,false],[239,50,0,true,true,false],[239,51,0,true,false,false],[239,53,0,true,true,false],[239,96,0,true,false,false],[240,24,0,true,true,false],[240,51,0,true,false,false],[240,53,0,true,true,false],[240,59,0,true,false,false],[241,24,0,true,true,false],[241,52,0,true,false,false],[241,54,0,true,true,false],[241,59,0,true,false,false],[242,6,0,false,false,false],[244,66,0,true,true,false],[259,83,0,true,true,false],[262,24,0,true,true,false],[262,48,0,true,false,false],[262,50,0,true,true,false],[262,51,0,true,false,false],[262,53,0,true,true,false],[262,88,0,true,false,false],[263,52,0,true,true,false],[263,74,0,true,false,false],[264,24,0,true,true,false],[264,43,0,true,false,false],[264,45,0,true,true,false],[264,51,0,true,false,false],[264,53,0,true,true,false],[264,88,0,true,false,false],[265,6,0,false,false,false],[267,69,0,true,true,false],[287,83,0,true,true,false],[289,24,0,true,true,false],[289,48,0,true,false,false],[289,50,0,true,true,false],[289,51,0,true,false,false],[289,53,0,true,true,false],[289,78,0,true,false,false],[290,24,0,true,true,false],[290,52,0,true,false,false],[290,54,0,true,true,false],[290,70,0,true,false,false],[291,24,0,true,true,false],[291,52,0,true,false,false],[291,54,0,true,true,false],[291,70,0,true,false,false],[293,24,0,true,true,false],[293,48,0,true,false,false],[293,50,0,true,true,false],[293,51,0,true,false,false],[293,53,0,true,true,false],[293,83,0,true,false,false],[295,24,0,true,true,false],[295,35,0,true,false,false],[295,37,0,true,true,false],[295,43,0,true,false,false],[296,24,0,true,true,false],[296,43,0,true,false,false],[296,45,0,true,true,false],[296,50,0,true,false,false],[297,24,0,true,true,false],[297,43,0,true,false,false],[297,45,0,true,true,false],[297,46,0,true,false,false],[298,6,0,false,false,false],[302,63,0,true,true,false],[305,73,0,true,true,false],[310,13,0,true,true,false],[310,68,0,true,false,false],[310,70,0,true,true,false],[310,101,0,true,false,false],[314,88,0,true,true,false],[315,23,0,true,true,false],[315,52,0,true,false,false],[315,54,0,true,true,false],[315,91,0,true,false,false],[316,23,0,true,true,false],[316,51,0,true,false,false],[316,53,0,true,true,false],[316,90,0,true,false,false],[317,6,0,false,false,false],[319,63,0,true,true,false],[320,75,0,true,true,false],[325,13,0,true,true,false],[325,68,0,true,false,false],[325,70,0,true,true,false],[325,101,0,true,false,false],[329,88,0,true,true,false],[330,23,0,true,true,false],[330,49,0,true,false,false],[330,51,0,true,true,false],[330,86,0,true,false,false],[331,23,0,true,true,false],[331,49,0,true,false,false],[331,51,0,true,true,false],[331,87,0,true,false,false],[332,6,0,false,false,false],[334,67,0,true,true,false],[352,88,0,true,true,false],[355,88,0,true,true,false],[356,23,0,true,true,false],[356,52,0,true,false,false],[357,23,0,true,true,false],[357,51,0,true,false,false],[359,13,0,true,true,false],[359,90,0,true,false,false],[360,13,0,true,true,false],[360,85,0,true,false,false],[364,13,0,true,true,false],[364,46,0,true,false,false],[365,13,0,true,true,false],[365,70,0,true,false,false],[368,82,0,true,true,false],[369,54,0,true,true,false],[369,76,0,true,false,false],[370,24,0,true,true,false],[370,42,0,true,false,false],[370,44,0,true,true,false],[370,45,0,true,false,false],[371,24,0,true,true,false],[371,50,0,true,false,false],[371,52,0,true,true,false],[371,57,0,true,false,false],[373,13,0,true,true,false],[373,43,0,true,true,false],[373,62,0,true,false,false],[374,13,0,true,true,false],[374,62,0,true,false,false],[376,6,0,false,false,false],[378,63,0,true,true,false],[395,103,0,true,true,false],[398,79,0,true,true,false],[400,13,0,true,true,false],[400,49,0,true,false,false],[400,51,0,true,true,false],[400,101,0,true,false,false],[402,23,0,true,true,false],[402,52,0,true,false,false],[402,54,0,true,true,false],[402,99,0,true,false,false],[403,23,0,true,true,false],[403,51,0,true,false,false],[403,53,0,true,true,false],[403,99,0,true,false,false],[406,13,0,true,true,false],[406,49,0,true,false,false],[407,13,0,true,true,false],[407,71,0,true,false,false],[409,6,0,false,false,false],[413,48,0,true,true,false],[422,24,0,true,true,false],[422,36,0,true,false,false],[422,38,0,true,true,false],[422,39,0,true,false,false],[422,41,0,true,true,false],[422,64,0,true,false,false],[423,23,0,true,true,false],[423,51,0,true,false,false],[423,53,0,true,true,false],[423,83,0,true,false,false],[424,23,0,true,true,false],[424,52,0,true,false,false],[424,54,0,true,true,false],[424,84,0,true,false,false],[425,6,0,false,false,false],[427,46,0,true,true,false],[433,24,0,true,true,false],[433,36,0,true,false,false],[433,38,0,true,true,false],[433,39,0,true,false,false],[433,41,0,true,true,false],[433,77,0,true,false,false],[434,24,0,true,true,false],[434,33,0,true,false,false],[434,35,0,true,true,false],[434,89,0,true,false,false],[435,6,0,false,false,false],[437,46,0,true,true,false],[440,24,0,true,true,false],[440,36,0,true,false,false],[440,38,0,true,true,false],[440,39,0,true,false,false],[440,41,0,true,true,false],[440,85,0,true,false,false],[441,6,0,false,false,false],[445,60,0,true,true,false],[464,23,0,true,true,false],[464,37,0,true,false,false],[465,23,0,true,true,false],[465,44,0,true,false,false],[466,6,0,false,false,false],[468,73,0,true,true,false],[473,24,0,true,true,false],[473,38,0,true,false,false],[474,24,0,true,true,false],[474,43,0,true,false,false],[474,45,0,true,true,false],[474,77,0,true,false,false],[475,6,0,false,false,false],[477,65,0,true,true,false],[482,23,0,true,true,false],[482,30,0,true,false,false],[483,23,0,true,true,false],[483,37,0,true,false,false],[484,6,0,false,false,false],[486,66,0,true,true,false],[490,62,0,true,true,false],[492,23,0,true,true,false],[492,78,0,true,false,false],[493,75,0,true,true,false],[494,23,0,true,true,false],[494,69,0,true,false,false],[495,6,0,false,false,false],[497,67,0,true,true,false],[507,10,0,true,true,false],[508,23,0,true,true,false],[508,73,0,true,false,false],[512,10,0,true,true,false],[513,23,0,true,true,false],[513,73,0,true,false,false],[514,23,0,true,true,false],[514,51,0,true,false,false],[515,6,0,false,false,false],[519,48,0,true,true,false],[520,24,0,true,true,false],[520,69,0,true,false,false],[520,71,0,true,true,false],[520,77,0,true,false,false],[521,24,0,true,true,false],[521,70,0,true,false,false],[521,72,0,true,true,false],[521,77,0,true,false,false],[522,24,0,true,true,false],[522,71,0,true,false,false],[522,73,0,true,true,false],[522,78,0,true,false,false],[523,24,0,true,true,false],[523,68,0,true,false,false],[523,70,0,true,true,false],[523,75,0,true,false,false],[524,6,0,false,false,false],[526,51,0,true,true,false],[527,24,0,true,true,false],[527,69,0,true,false,false],[527,71,0,true,true,false],[527,77,0,true,false,false],[528,24,0,true,true,false],[528,73,0,true,false,false],[528,75,0,true,true,false],[528,81,0,true,false,false],[529,24,0,true,true,false],[529,74,0,true,false,false],[529,76,0,true,true,false],[529,82,0,true,false,false],[530,6,0,false,false,false],[532,48,0,true,true,false],[533,24,0,true,true,false],[533,68,0,true,false,false],[533,70,0,true,true,false],[533,76,0,true,false,false],[534,24,0,true,true,false],[534,72,0,true,false,false],[534,74,0,true,true,false],[534,80,0,true,false,false],[535,24,0,true,true,false],[535,77,0,true,false,false],[535,79,0,true,true,false],[535,85,0,true,false,false],[536,24,0,true,true,false],[536,75,0,true,false,false],[536,77,0,true,true,false],[536,83,0,true,false,false],[537,6,0,false,false,false],[539,50,0,true,true,false],[541,24,0,true,true,false],[541,30,0,true,false,false],[541,32,0,true,true,false],[541,37,0,true,false,false],[541,39,0,true,true,false],[541,79,0,true,false,false],[542,24,0,true,true,false],[542,45,0,true,false,false],[542,47,0,true,true,false],[542,93,0,true,false,false],[543,24,0,true,true,false],[543,45,0,true,false,false],[543,47,0,true,true,false],[543,91,0,true,false,false],[544,6,0,false,false,false],[546,54,0,true,true,false],[549,24,0,true,true,false],[549,30,0,true,false,false],[549,32,0,true,true,false],[549,37,0,true,false,false],[549,39,0,true,true,false],[549,99,0,true,false,false],[550,24,0,true,true,false],[550,45,0,true,false,false],[550,47,0,true,true,false],[550,96,0,true,false,false],[551,24,0,true,true,false],[551,45,0,true,false,false],[551,47,0,true,true,false],[551,96,0,true,false,false],[552,6,0,false,false,false],[554,58,0,true,true,false],[564,48,0,true,true,false],[566,28,0,true,true,false],[566,49,0,true,false,false],[566,51,0,true,true,false],[566,98,0,true,false,false],[567,28,0,true,true,false],[567,49,0,true,false,false],[567,51,0,true,true,false],[567,98,0,true,false,false],[569,17,0,true,true,false],[569,46,0,true,false,false],[569,48,0,true,true,false],[569,100,0,true,false,false],[571,10,0,true,true,false],[572,6,0,false,false,false],[574,53,0,true,true,false],[576,23,0,true,true,false],[576,44,0,true,false,false],[576,46,0,true,true,false],[576,99,0,true,false,false],[577,23,0,true,true,false],[577,44,0,true,false,false],[577,46,0,true,true,false],[577,99,0,true,false,false],[578,23,0,true,true,false],[578,46,0,true,false,false],[578,48,0,true,true,false],[578,76,0,true,false,false],[579,23,0,true,true,false],[579,45,0,true,false,false],[579,47,0,true,true,false],[579,76,0,true,false,false],[580,6,0,false,false,false],[582,58,0,true,true,false],[585,23,0,true,true,false],[585,50,0,true,false,false],[585,52,0,true,true,false],[585,96,0,true,false,false],[586,23,0,true,true,false],[586,43,0,true,false,false],[586,45,0,true,true,false],[586,63,0,true,false,false],[587,23,0,true,true,false],[587,43,0,true,false,false],[587,45,0,true,true,false],[587,63,0,true,false,false],[588,23,0,true,true,false],[588,43,0,true,false,false],[588,45,0,true,true,false],[588,63,0,true,false,false],[589,24,0,true,true,false],[589,30,0,true,false,false],[589,32,0,true,true,false],[589,47,0,true,false,false],[589,49,0,true,true,false],[589,87,0,true,false,false],[590,6,0,false,false,false],[592,58,0,true,true,false],[595,23,0,true,true,false],[595,50,0,true,false,false],[595,52,0,true,true,false],[595,96,0,true,false,false],[596,24,0,true,true,false],[596,30,0,true,false,false],[596,32,0,true,true,false],[596,51,0,true,false,false],[596,53,0,true,true,false],[596,91,0,true,false,false],[597,6,0,false,false,false],[599,56,0,true,true,false],[602,24,0,true,true,false],[602,36,0,true,false,false],[602,38,0,true,true,false],[602,43,0,true,false,false],[602,45,0,true,true,false],[602,86,0,true,false,false],[603,24,0,true,true,false],[603,54,0,true,false,false],[603,56,0,true,true,false],[603,91,0,true,false,false],[606,24,0,true,true,false],[606,33,0,true,false,false],[606,35,0,true,true,false],[606,40,0,true,false,false],[606,42,0,true,true,false],[606,66,0,true,false,false],[609,24,0,true,true,false],[609,35,0,true,false,false],[609,37,0,true,true,false],[609,42,0,true,false,false],[609,44,0,true,true,false],[609,73,0,true,false,false],[610,6,0,false,false,false],[612,45,0,true,true,false],[621,23,0,true,true,false],[621,55,0,true,false,false],[621,57,0,true,true,false],[621,104,0,true,false,false],[622,23,0,true,true,false],[622,49,0,true,false,false],[622,51,0,true,true,false],[622,78,0,true,false,false],[623,23,0,true,true,false],[623,56,0,true,false,false],[623,58,0,true,true,false],[623,87,0,true,false,false],[624,6,0,false,false,false],[626,55,0,true,true,false],[638,13,0,true,true,false],[638,37,0,true,false,false],[638,39,0,true,true,false],[638,106,0,true,false,false],[641,13,0,true,true,false],[641,38,0,true,false,false],[642,13,0,true,true,false],[642,81,0,true,false,false],[645,13,0,true,true,false],[645,37,0,true,false,false],[645,39,0,true,true,false],[645,106,0,true,false,false],[650,23,0,true,true,false],[650,54,0,true,false,false],[650,56,0,true,true,false],[650,96,0,true,false,false],[651,23,0,true,true,false],[651,55,0,true,false,false],[651,57,0,true,true,false],[651,98,0,true,false,false],[652,23,0,true,true,false],[652,54,0,true,false,false],[652,56,0,true,true,false],[652,96,0,true,false,false],[653,6,0,false,false,false],[657,60,0,true,true,false],[668,10,0,true,true,false],[672,13,0,true,true,false],[672,63,0,true,false,false],[672,65,0,true,true,false],[672,96,0,true,false,false],[676,84,0,true,true,false],[677,23,0,true,true,false],[677,59,0,true,false,false],[677,61,0,true,true,false],[677,100,0,true,false,false],[681,87,0,true,true,false],[682,23,0,true,true,false],[682,51,0,true,false,false],[682,53,0,true,true,false],[682,84,0,true,false,false],[683,23,0,true,true,false],[683,50,0,true,false,false],[683,52,0,true,true,false],[683,87,0,true,false,false],[684,6,0,false,false,false],[686,63,0,true,true,false],[698,10,0,true,true,false],[700,23,0,true,true,false],[700,57,0,true,false,false],[700,59,0,true,true,false],[700,95,0,true,false,false],[702,13,0,true,true,false],[702,65,0,true,false,false],[703,13,0,true,true,false],[703,56,0,true,false,false],[706,13,0,true,true,false],[706,61,0,true,false,false],[707,13,0,true,true,false],[707,71,0,true,false,false],[709,6,0,false,false,false],[711,67,0,true,true,false],[729,10,0,true,true,false],[732,23,0,true,true,false],[732,54,0,true,false,false],[732,56,0,true,true,false],[732,85,0,true,false,false],[733,23,0,true,true,false],[733,51,0,true,false,false],[733,53,0,true,true,false],[733,82,0,true,false,false],[734,23,0,true,true,false],[734,53,0,true,false,false],[734,55,0,true,true,false],[734,86,0,true,false,false],[735,23,0,true,true,false],[735,51,0,true,false,false],[735,53,0,true,true,false],[735,84,0,true,false,false],[736,6,0,false,false,false],[740,50,0,true,true,false],[759,23,0,true,true,false],[759,51,0,true,false,false],[759,53,0,true,true,false],[759,91,0,true,false,false],[760,23,0,true,true,false],[760,52,0,true,false,false],[760,54,0,true,true,false],[760,91,0,true,false,false],[761,23,0,true,true,false],[761,47,0,true,false,false],[761,49,0,true,true,false],[761,84,0,true,false,false],[763,23,0,true,true,false],[763,57,0,true,false,false],[763,59,0,true,true,false],[763,102,0,true,false,false],[764,23,0,true,true,false],[764,59,0,true,false,false],[764,61,0,true,true,false],[764,106,0,true,false,false],[765,23,0,true,true,false],[765,53,0,true,false,false],[765,55,0,true,true,false],[765,90,0,true,false,false],[766,6,0,false,false,false],[768,47,0,true,true,false],[786,23,0,true,true,false],[786,51,0,true,false,false],[786,53,0,true,true,false],[786,91,0,true,false,false],[787,23,0,true,true,false],[787,52,0,true,false,false],[787,54,0,true,true,false],[787,91,0,true,false,false],[788,23,0,true,true,false],[788,47,0,true,false,false],[788,49,0,true,true,false],[788,84,0,true,false,false],[789,23,0,true,true,false],[789,59,0,true,false,false],[789,61,0,true,true,false],[789,106,0,true,false,false],[790,23,0,true,true,false],[790,46,0,true,false,false],[790,48,0,true,true,false],[790,76,0,true,false,false],[791,23,0,true,true,false],[791,53,0,true,false,false],[791,55,0,true,true,false],[791,89,0,true,false,false],[792,6,0,false,false,false],[794,64,0,true,true,false],[812,23,0,true,true,false],[812,51,0,true,false,false],[812,53,0,true,true,false],[812,82,0,true,false,false],[813,23,0,true,true,false],[813,52,0,true,false,false],[813,54,0,true,true,false],[813,91,0,true,false,false],[815,23,0,true,true,false],[815,61,0,true,false,false],[815,63,0,true,true,false],[815,108,0,true,false,false],[817,13,0,true,true,false],[817,54,0,true,false,false],[817,56,0,true,true,false],[817,101,0,true,false,false],[820,24,0,true,true,false],[820,50,0,true,false,false],[820,52,0,true,true,false],[820,94,0,true,false,false],[821,6,0,false,false,false],[823,56,0,true,true,false],[843,23,0,true,true,false],[843,55,0,true,false,false],[843,57,0,true,true,false],[843,89,0,true,false,false],[844,23,0,true,true,false],[844,44,0,true,false,false],[844,46,0,true,true,false],[844,98,0,true,false,false],[846,23,0,true,true,false],[846,46,0,true,false,false],[846,48,0,true,true,false],[846,85,0,true,false,false],[847,6,0,false,false,false],[849,71,0,true,true,false],[852,13,0,true,true,false],[852,69,0,true,false,false],[853,13,0,true,true,false],[853,22,0,true,false,false],[854,13,0,true,true,false],[854,43,0,true,false,false],[857,13,0,true,true,false],[857,69,0,true,false,false],[858,13,0,true,true,false],[858,22,0,true,false,false],[859,13,0,true,true,false],[859,60,0,true,false,false],[862,13,0,true,true,false],[862,67,0,true,false,false],[863,13,0,true,true,false],[863,20,0,true,false,false],[864,13,0,true,true,false],[864,45,0,true,false,false],[867,13,0,true,true,false],[867,67,0,true,false,false],[868,13,0,true,true,false],[868,20,0,true,false,false],[869,13,0,true,true,false],[869,64,0,true,false,false],[872,13,0,true,true,false],[872,68,0,true,false,false],[873,13,0,true,true,false],[873,21,0,true,false,false],[874,13,0,true,true,false],[874,43,0,true,false,false],[877,13,0,true,true,false],[877,65,0,true,false,false],[878,13,0,true,true,false],[878,18,0,true,false,false],[879,13,0,true,true,false],[879,63,0,true,false,false],[882,13,0,true,true,false],[882,64,0,true,false,false],[883,13,0,true,true,false],[883,17,0,true,false,false],[884,13,0,true,true,false],[884,45,0,true,false,false],[886,6,0,false,false,false],[888,71,0,true,true,false],[906,23,0,true,true,false],[906,60,0,true,false,false],[906,62,0,true,true,false],[906,101,0,true,false,false],[907,24,0,true,true,false],[907,50,0,true,false,false],[907,52,0,true,true,false],[907,94,0,true,false,false],[908,6,0,false,false,false],[913,49,0,true,true,false],[931,13,0,true,true,false],[931,44,0,true,false,false],[932,13,0,true,true,false],[932,88,0,true,false,false],[935,13,0,true,true,false],[935,48,0,true,false,false],[936,13,0,true,true,false],[936,90,0,true,false,false],[939,13,0,true,true,false],[939,59,0,true,false,false],[940,13,0,true,true,false],[940,61,0,true,false,false],[946,13,0,true,true,false],[946,48,0,true,false,false],[947,13,0,true,true,false],[947,96,0,true,false,false],[949,6,0,false,false,false],[951,50,0,true,true,false],[973,23,0,true,true,false],[973,61,0,true,false,false],[973,63,0,true,true,false],[973,102,0,true,false,false],[974,23,0,true,true,false],[974,49,0,true,false,false],[974,51,0,true,true,false],[974,88,0,true,false,false],[975,6,0,false,false,false],[978,66,0,true,true,false],[995,13,0,true,true,false],[995,44,0,true,false,false],[996,13,0,true,true,false],[996,78,0,true,false,false],[1001,13,0,true,true,false],[1001,48,0,true,false,false],[1002,13,0,true,true,false],[1002,70,0,true,false,false],[1004,6,0,false,false,false],[1007,45,0,true,true,false],[1028,23,0,true,true,false],[1028,49,0,true,false,false],[1028,51,0,true,true,false],[1028,92,0,true,false,false],[1029,23,0,true,true,false],[1029,56,0,true,false,false],[1029,58,0,true,true,false],[1029,101,0,true,false,false],[1030,23,0,true,true,false],[1030,46,0,true,false,false],[1030,48,0,true,true,false],[1030,85,0,true,false,false],[1031,23,0,true,true,false],[1031,45,0,true,false,false],[1031,47,0,true,true,false],[1031,93,0,true,false,false],[1034,23,0,true,true,false],[1034,54,0,true,false,false],[1034,56,0,true,true,false],[1034,99,0,true,false,false],[1035,23,0,true,true,false],[1035,58,0,true,false,false],[1035,60,0,true,true,false],[1035,92,0,true,false,false],[1036,6,0,false,false,false],[1038,55,0,true,true,false],[1053,54,0,true,true,false],[1053,65,0,true,false,false],[1055,48,0,true,true,false],[1055,70,0,true,true,false],[1055,86,0,true,false,false],[1055,95,0,true,true,false],[1058,10,0,true,true,false],[1061,27,0,true,true,false],[1061,31,0,true,false,false],[1061,33,0,true,true,false],[1061,37,0,true,false,false],[1061,39,0,true,true,false],[1061,91,0,true,false,false],[1063,35,0,true,true,false],[1063,57,0,true,false,false],[1064,25,0,true,true,false],[1064,33,0,true,false,false],[1064,35,0,true,true,false],[1064,68,0,true,false,false],[1065,31,0,true,true,false],[1066,27,0,true,true,false],[1066,46,0,true,false,false],[1066,48,0,true,true,false],[1066,92,0,true,false,false],[1068,6,0,false,false,false],[1071,63,0,true,true,false],[1072,60,0,true,true,false],[1072,73,0,true,true,false],[1074,54,0,true,true,false],[1074,79,0,true,true,false],[1075,49,0,true,false,false],[1076,6,0,false,false,false],[1079,62,0,true,true,false],[1086,54,0,true,true,false],[1086,106,0,true,false,false],[1086,108,0,true,true,false],[1088,10,0,true,false,false],[1093,50,0,true,true,false],[1093,102,0,true,false,false],[1094,25,0,true,true,false],[1094,41,0,true,false,false],[1094,43,0,true,true,false],[1094,85,0,true,false,false],[1095,23,0,true,true,false],[1095,54,0,true,true,false],[1095,59,0,true,false,false],[1095,61,0,true,true,false],[1095,97,0,true,false,false],[1096,24,0,true,true,false],[1096,63,0,true,false,false],[1096,65,0,true,true,false],[1096,76,0,true,false,false],[1096,78,0,true,true,false],[1096,105,0,true,false,false],[1100,13,0,true,true,false],[1100,44,0,true,false,false],[1101,13,0,true,true,false],[1101,98,0,true,false,false],[1104,13,0,true,true,false],[1104,48,0,true,false,false],[1105,13,0,true,true,false],[1105,43,0,true,false,false],[1107,6,0,false,false,false],[1110,56,0,true,true,false],[1126,23,0,true,true,false],[1126,41,0,true,false,false],[1126,43,0,true,true,false],[1126,110,0,true,false,false],[1128,24,0,true,true,false],[1128,54,0,true,false,false],[1128,56,0,true,true,false],[1128,67,0,true,false,false],[1128,69,0,true,true,false],[1128,104,0,true,false,false],[1129,6,0,false,false,false],[1136,70,0,true,true,false],[1138,50,0,true,true,false],[1139,66,0,true,true,false],[1140,6,0,false,false,false],[1143,54,0,true,true,false],[1164,37,0,true,true,false],[1165,16,0,true,true,false],[1165,71,0,true,false,false],[1165,72,0,true,true,false],[1167,14,0,true,true,false],[1168,10,0,true,true,false],[1173,13,0,true,false,false],[1174,6,0,false,false,false],[1176,86,0,true,true,false],[1184,81,0,true,true,false],[1196,26,0,true,true,false],[1201,67,0,true,true,false],[1201,69,0,true,false,false],[1202,71,0,true,true,false],[1202,73,0,true,false,false],[1208,12,0,true,true,false],[1208,42,0,true,false,false],[1208,43,0,true,true,false],[1226,10,0,true,false,false],[1230,13,0,true,true,false],[1230,56,0,true,true,false],[1230,100,0,true,false,false],[1231,13,0,true,true,false],[1231,52,0,true,false,false],[1233,6,0,false,false,false],[1235,55,0,true,true,false],[1245,85,0,true,true,false],[1248,42,0,true,true,false],[1249,50,0,true,true,false],[1249,80,0,true,false,false],[1250,29,0,true,true,false],[1250,34,0,true,false,false],[1250,36,0,true,true,false],[1250,79,0,true,false,false],[1251,28,0,true,true,false],[1251,41,0,true,false,false],[1251,43,0,true,true,false],[1251,58,0,true,false,false],[1251,60,0,true,true,false],[1251,103,0,true,false,false],[1252,10,0,true,true,false],[1254,13,0,true,true,false],[1254,37,0,true,false,false],[1254,39,0,true,true,false],[1254,61,0,true,false,false],[1255,13,0,true,true,false],[1255,86,0,true,false,false],[1257,6,0,false,false,false],[1262,62,0,true,true,false],[1266,24,0,true,true,false],[1266,86,0,true,false,false],[1267,24,0,true,true,false],[1267,64,0,true,false,false],[1268,23,0,true,true,false],[1268,48,0,true,false,false],[1268,50,0,true,true,false],[1268,87,0,true,false,false],[1269,23,0,true,true,false],[1269,50,0,true,false,false],[1269,52,0,true,true,false],[1269,91,0,true,false,false],[1270,6,0,false,false,false],[1273,65,0,true,true,false],[1285,24,0,true,true,false],[1285,86,0,true,false,false],[1286,24,0,true,true,false],[1286,64,0,true,false,false],[1287,23,0,true,true,false],[1287,48,0,true,false,false],[1287,50,0,true,true,false],[1287,87,0,true,false,false],[1288,23,0,true,true,false],[1288,50,0,true,false,false],[1288,52,0,true,true,false],[1288,91,0,true,false,false],[1289,6,0,false,false,false],[1292,68,0,true,true,false],[1296,73,0,true,true,false],[1300,74,0,true,true,false],[1301,23,0,true,true,false],[1301,49,0,true,false,false],[1301,51,0,true,true,false],[1301,84,0,true,false,false],[1302,23,0,true,true,false],[1302,51,0,true,false,false],[1302,53,0,true,true,false],[1302,88,0,true,false,false],[1303,24,0,true,true,false],[1303,87,0,true,false,false],[1304,24,0,true,true,false],[1304,58,0,true,false,false],[1305,6,0,false,false,false],[1308,75,0,true,true,false],[1310,12,0,true,true,false],[1311,66,0,true,true,false],[1313,10,0,true,false,false],[1313,43,0,true,true,false],[1316,13,0,true,true,false],[1317,31,0,true,true,false],[1317,55,0,true,false,false],[1317,57,0,true,true,false],[1317,93,0,true,false,false],[1318,20,0,true,true,false],[1320,14,0,true,false,false],[1321,10,0,true,true,false],[1322,6,0,false,false,false],[1325,79,0,true,true,false],[1336,12,0,true,true,false],[1337,78,0,true,true,false],[1339,10,0,true,false,false],[1339,43,0,true,true,false],[1342,13,0,true,true,false],[1343,31,0,true,true,false],[1343,60,0,true,true,false],[1343,87,0,true,false,false],[1344,31,0,true,true,false],[1344,77,0,true,false,false],[1345,20,0,true,true,false],[1347,14,0,true,false,false],[1348,10,0,true,true,false],[1349,6,0,false,false,false],[1352,75,0,true,true,false],[1362,72,0,true,true,false],[1366,74,0,true,true,false],[1367,24,0,true,true,false],[1367,31,0,true,false,false],[1367,33,0,true,true,false],[1367,45,0,true,false,false],[1367,47,0,true,true,false],[1367,83,0,true,false,false],[1368,6,0,false,false,false],[1372,61,0,true,true,false],[1375,25,0,true,true,false],[1375,30,0,true,false,false],[1376,28,0,true,true,false],[1376,44,0,true,false,false],[1377,32,0,true,true,false],[1377,41,0,true,false,false],[1381,35,0,true,true,false],[1382,18,0,true,true,false],[1385,14,0,true,false,false],[1388,80,0,true,true,false],[1392,23,0,true,true,false],[1392,28,0,true,false,false],[1392,30,0,true,true,false],[1392,80,0,true,false,false],[1393,6,0,false,false,false],[1395,63,0,true,true,false],[1406,77,0,true,true,false],[1410,25,0,true,true,false],[1410,30,0,true,false,false],[1411,28,0,true,true,false],[1411,44,0,true,false,false],[1412,32,0,true,true,false],[1412,41,0,true,false,false],[1416,35,0,true,true,false],[1417,18,0,true,true,false],[1420,14,0,true,false,false],[1423,45,0,true,true,false],[1427,23,0,true,true,false],[1427,28,0,true,false,false],[1427,30,0,true,true,false],[1427,80,0,true,false,false],[1428,6,0,false,false,false],[1430,67,0,true,true,false],[1433,24,0,true,true,false],[1433,79,0,true,false,false],[1435,54,0,true,true,false],[1438,13,0,true,true,false],[1438,68,0,true,false,false],[1439,13,0,true,true,false],[1439,63,0,true,false,false],[1441,24,0,true,true,false],[1441,46,0,true,false,false],[1441,48,0,true,true,false],[1441,92,0,true,false,false],[1442,6,0,false,false,false],[1446,74,0,true,true,false],[1448,57,0,true,true,false],[1448,70,0,true,true,false],[1450,48,0,true,true,false],[1452,10,0,true,false,false],[1452,60,0,true,true,false],[1454,10,0,true,false,false],[1454,16,0,true,true,false],[1456,10,0,true,false,false],[1457,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":547,"covered":0,"percent":0},"instantiations":{"count":548,"covered":0,"percent":0},"lines":{"count":1839,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":618,"covered":0,"notcovered":618,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift","mcdc_records":[],"segments":[[12,40,0,true,true,false],[13,32,0,true,true,false],[16,6,0,false,false,false],[19,43,0,true,true,false],[22,35,0,true,true,false],[23,6,0,false,false,false],[27,40,0,true,true,false],[33,24,0,true,true,false],[33,41,0,true,false,false],[33,43,0,true,true,false],[33,44,0,true,false,false],[34,24,0,true,true,false],[34,44,0,true,false,false],[34,46,0,true,true,false],[34,65,0,true,false,false],[35,24,0,true,true,false],[35,47,0,true,false,false],[35,49,0,true,true,false],[35,55,0,true,false,false],[36,24,0,true,true,false],[36,47,0,true,false,false],[36,49,0,true,true,false],[36,61,0,true,false,false],[37,24,0,true,true,false],[37,49,0,true,false,false],[38,6,0,false,false,false],[40,43,0,true,true,false],[46,24,0,true,true,false],[46,41,0,true,false,false],[46,43,0,true,true,false],[46,44,0,true,false,false],[47,24,0,true,true,false],[47,44,0,true,false,false],[47,46,0,true,true,false],[47,69,0,true,false,false],[48,24,0,true,true,false],[48,47,0,true,false,false],[48,49,0,true,true,false],[48,55,0,true,false,false],[49,24,0,true,true,false],[49,47,0,true,false,false],[49,49,0,true,true,false],[49,63,0,true,false,false],[50,23,0,true,true,false],[50,48,0,true,false,false],[51,6,0,false,false,false],[53,39,0,true,true,false],[59,24,0,true,true,false],[59,41,0,true,false,false],[59,43,0,true,true,false],[59,44,0,true,false,false],[60,24,0,true,true,false],[60,44,0,true,false,false],[60,46,0,true,true,false],[60,63,0,true,false,false],[61,24,0,true,true,false],[61,47,0,true,false,false],[61,49,0,true,true,false],[61,55,0,true,false,false],[62,24,0,true,true,false],[62,47,0,true,false,false],[62,49,0,true,true,false],[62,58,0,true,false,false],[63,24,0,true,true,false],[63,49,0,true,false,false],[64,6,0,false,false,false],[66,32,0,true,true,false],[72,24,0,true,true,false],[72,41,0,true,false,false],[72,43,0,true,true,false],[72,44,0,true,false,false],[73,24,0,true,true,false],[73,44,0,true,false,false],[73,46,0,true,true,false],[73,66,0,true,false,false],[74,24,0,true,true,false],[74,47,0,true,false,false],[74,49,0,true,true,false],[74,57,0,true,false,false],[75,24,0,true,true,false],[75,47,0,true,false,false],[75,49,0,true,true,false],[75,57,0,true,false,false],[76,23,0,true,true,false],[76,48,0,true,false,false],[77,6,0,false,false,false],[79,32,0,true,true,false],[85,24,0,true,true,false],[85,41,0,true,false,false],[85,43,0,true,true,false],[85,44,0,true,false,false],[86,24,0,true,true,false],[86,44,0,true,false,false],[86,46,0,true,true,false],[86,63,0,true,false,false],[87,24,0,true,true,false],[87,47,0,true,false,false],[87,49,0,true,true,false],[87,54,0,true,false,false],[88,24,0,true,true,false],[88,47,0,true,false,false],[88,49,0,true,true,false],[88,57,0,true,false,false],[89,24,0,true,true,false],[89,49,0,true,false,false],[90,6,0,false,false,false],[92,52,0,true,true,false],[98,24,0,true,true,false],[98,41,0,true,false,false],[98,43,0,true,true,false],[98,44,0,true,false,false],[99,24,0,true,true,false],[99,44,0,true,false,false],[99,46,0,true,true,false],[99,76,0,true,false,false],[100,24,0,true,true,false],[100,47,0,true,false,false],[100,49,0,true,true,false],[100,55,0,true,false,false],[101,24,0,true,true,false],[101,47,0,true,false,false],[101,49,0,true,true,false],[101,58,0,true,false,false],[102,23,0,true,true,false],[102,48,0,true,false,false],[103,6,0,false,false,false],[105,41,0,true,true,false],[111,24,0,true,true,false],[111,41,0,true,false,false],[111,43,0,true,true,false],[111,44,0,true,false,false],[112,24,0,true,true,false],[112,44,0,true,false,false],[112,46,0,true,true,false],[112,61,0,true,false,false],[113,24,0,true,true,false],[113,47,0,true,false,false],[113,49,0,true,true,false],[113,55,0,true,false,false],[114,24,0,true,true,false],[114,47,0,true,false,false],[114,49,0,true,true,false],[114,61,0,true,false,false],[115,24,0,true,true,false],[115,49,0,true,false,false],[116,6,0,false,false,false],[118,57,0,true,true,false],[124,24,0,true,true,false],[124,41,0,true,false,false],[124,43,0,true,true,false],[124,44,0,true,false,false],[125,24,0,true,true,false],[125,44,0,true,false,false],[125,46,0,true,true,false],[125,73,0,true,false,false],[126,24,0,true,true,false],[126,47,0,true,false,false],[126,49,0,true,true,false],[126,55,0,true,false,false],[127,24,0,true,true,false],[127,47,0,true,false,false],[127,49,0,true,true,false],[127,61,0,true,false,false],[128,24,0,true,true,false],[128,49,0,true,false,false],[129,6,0,false,false,false],[131,40,0,true,true,false],[137,24,0,true,true,false],[137,41,0,true,false,false],[137,43,0,true,true,false],[137,44,0,true,false,false],[138,24,0,true,true,false],[138,44,0,true,false,false],[138,46,0,true,true,false],[138,63,0,true,false,false],[139,24,0,true,true,false],[139,47,0,true,false,false],[139,49,0,true,true,false],[139,55,0,true,false,false],[140,24,0,true,true,false],[140,47,0,true,false,false],[140,49,0,true,true,false],[140,57,0,true,false,false],[141,24,0,true,true,false],[141,49,0,true,false,false],[142,6,0,false,false,false],[146,63,0,true,true,false],[152,25,0,true,true,false],[152,36,0,true,false,false],[153,6,0,false,false,false],[157,45,0,true,true,false],[160,24,0,true,true,false],[160,41,0,true,false,false],[160,43,0,true,true,false],[160,44,0,true,false,false],[161,24,0,true,true,false],[161,44,0,true,false,false],[161,46,0,true,true,false],[161,66,0,true,false,false],[162,24,0,true,true,false],[162,47,0,true,false,false],[162,49,0,true,true,false],[162,57,0,true,false,false],[163,24,0,true,true,false],[163,47,0,true,false,false],[163,49,0,true,true,false],[163,56,0,true,false,false],[164,6,0,false,false,false],[166,56,0,true,true,false],[179,37,0,true,true,false],[179,54,0,true,false,false],[179,56,0,true,true,false],[179,57,0,true,false,false],[180,49,0,true,true,false],[180,91,0,true,false,false],[181,25,0,true,true,false],[181,40,0,true,false,false],[182,24,0,true,true,false],[182,49,0,true,false,false],[182,51,0,true,true,false],[182,57,0,true,false,false],[183,24,0,true,true,false],[183,49,0,true,false,false],[183,51,0,true,true,false],[183,63,0,true,false,false],[184,6,0,false,false,false],[186,56,0,true,true,false],[199,37,0,true,true,false],[199,54,0,true,false,false],[199,56,0,true,true,false],[199,57,0,true,false,false],[200,49,0,true,true,false],[200,102,0,true,false,false],[201,25,0,true,true,false],[201,40,0,true,false,false],[202,24,0,true,true,false],[202,49,0,true,false,false],[202,51,0,true,true,false],[202,57,0,true,false,false],[203,24,0,true,true,false],[203,49,0,true,false,false],[203,51,0,true,true,false],[203,60,0,true,false,false],[204,23,0,true,true,false],[204,54,0,true,true,false],[204,59,0,true,false,false],[205,6,0,false,false,false],[207,53,0,true,true,false],[220,37,0,true,true,false],[220,54,0,true,false,false],[220,56,0,true,true,false],[220,57,0,true,false,false],[221,46,0,true,true,false],[221,83,0,true,false,false],[222,25,0,true,true,false],[222,37,0,true,false,false],[223,24,0,true,true,false],[223,46,0,true,false,false],[223,48,0,true,true,false],[223,54,0,true,false,false],[224,24,0,true,true,false],[224,46,0,true,false,false],[224,48,0,true,true,false],[224,56,0,true,false,false],[225,6,0,false,false,false],[227,50,0,true,true,false],[240,24,0,true,true,false],[240,41,0,true,false,false],[240,43,0,true,true,false],[240,44,0,true,false,false],[241,6,0,false,false,false],[245,41,0,true,true,false],[246,24,0,true,true,false],[246,53,0,true,false,false],[246,55,0,true,true,false],[246,63,0,true,false,false],[247,24,0,true,true,false],[247,56,0,true,false,false],[247,58,0,true,true,false],[247,66,0,true,false,false],[248,24,0,true,true,false],[248,54,0,true,false,false],[248,56,0,true,true,false],[248,61,0,true,false,false],[249,24,0,true,true,false],[249,57,0,true,false,false],[249,59,0,true,true,false],[249,65,0,true,false,false],[250,6,0,false,false,false],[252,44,0,true,true,false],[253,24,0,true,true,false],[253,65,0,true,false,false],[253,67,0,true,true,false],[253,82,0,true,false,false],[254,24,0,true,true,false],[254,63,0,true,false,false],[254,65,0,true,true,false],[254,78,0,true,false,false],[255,24,0,true,true,false],[255,59,0,true,false,false],[255,61,0,true,true,false],[255,70,0,true,false,false],[256,24,0,true,true,false],[256,58,0,true,false,false],[256,60,0,true,true,false],[256,68,0,true,false,false],[257,24,0,true,true,false],[257,60,0,true,false,false],[257,62,0,true,true,false],[257,72,0,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":155,"covered":0,"percent":0},"instantiations":{"count":155,"covered":0,"percent":0},"lines":{"count":356,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":157,"covered":0,"notcovered":157,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift","mcdc_records":[],"segments":[[6,43,0,true,true,false],[10,35,0,true,true,false],[11,6,0,false,false,false],[13,49,0,true,true,false],[17,47,0,true,true,false],[20,10,0,true,false,false],[25,24,0,true,true,false],[25,25,0,true,false,false],[26,24,0,true,true,false],[26,25,0,true,false,false],[27,24,0,true,true,false],[27,34,0,true,false,false],[27,36,0,true,true,false],[27,37,0,true,false,false],[27,39,0,true,true,false],[27,80,0,true,false,false],[28,6,0,false,false,false],[30,37,0,true,true,false],[35,47,0,true,true,false],[38,10,0,true,false,false],[40,24,0,true,true,false],[40,72,0,true,false,false],[41,24,0,true,true,false],[41,34,0,true,false,false],[41,36,0,true,true,false],[41,37,0,true,false,false],[44,23,0,true,true,false],[44,61,0,true,false,false],[45,24,0,true,true,false],[45,34,0,true,false,false],[45,36,0,true,true,false],[45,37,0,true,false,false],[45,39,0,true,true,false],[45,75,0,true,false,false],[48,23,0,true,true,false],[48,71,0,true,false,false],[49,24,0,true,true,false],[49,34,0,true,false,false],[49,36,0,true,true,false],[49,37,0,true,false,false],[50,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":20,"covered":0,"percent":0},"instantiations":{"count":20,"covered":0,"percent":0},"lines":{"count":66,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":21,"covered":0,"notcovered":21,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift","mcdc_records":[],"segments":[[9,45,0,true,true,false],[11,24,0,true,true,false],[11,30,0,true,false,false],[11,32,0,true,true,false],[11,49,0,true,false,false],[12,6,0,false,false,false],[14,50,0,true,true,false],[16,24,0,true,true,false],[16,30,0,true,false,false],[16,32,0,true,true,false],[16,51,0,true,false,false],[17,6,0,false,false,false],[19,45,0,true,true,false],[21,24,0,true,true,false],[21,30,0,true,false,false],[21,32,0,true,true,false],[21,49,0,true,false,false],[22,6,0,false,false,false],[24,39,0,true,true,false],[26,24,0,true,true,false],[26,30,0,true,false,false],[26,32,0,true,true,false],[26,38,0,true,false,false],[27,6,0,false,false,false],[29,54,0,true,true,false],[31,24,0,true,true,false],[31,30,0,true,false,false],[31,32,0,true,true,false],[31,38,0,true,false,false],[32,6,0,false,false,false],[36,48,0,true,true,false],[38,24,0,true,true,false],[38,30,0,true,false,false],[38,32,0,true,true,false],[38,41,0,true,false,false],[39,6,0,false,false,false],[41,50,0,true,true,false],[43,24,0,true,true,false],[43,30,0,true,false,false],[43,32,0,true,true,false],[43,41,0,true,false,false],[44,6,0,false,false,false],[46,44,0,true,true,false],[48,24,0,true,true,false],[48,30,0,true,false,false],[48,32,0,true,true,false],[48,48,0,true,false,false],[49,6,0,false,false,false],[51,46,0,true,true,false],[53,24,0,true,true,false],[53,30,0,true,false,false],[53,32,0,true,true,false],[53,48,0,true,false,false],[54,6,0,false,false,false],[56,40,0,true,true,false],[58,24,0,true,true,false],[58,30,0,true,false,false],[58,32,0,true,true,false],[58,47,0,true,false,false],[59,6,0,false,false,false],[61,45,0,true,true,false],[63,24,0,true,true,false],[63,30,0,true,false,false],[63,32,0,true,true,false],[63,43,0,true,false,false],[64,6,0,false,false,false],[66,45,0,true,true,false],[68,24,0,true,true,false],[68,30,0,true,false,false],[68,32,0,true,true,false],[68,41,0,true,false,false],[69,6,0,false,false,false],[71,45,0,true,true,false],[73,24,0,true,true,false],[73,30,0,true,false,false],[73,32,0,true,true,false],[73,42,0,true,false,false],[74,6,0,false,false,false],[78,53,0,true,true,false],[80,22,0,true,true,false],[80,28,0,true,false,false],[81,6,0,false,false,false],[83,51,0,true,true,false],[85,22,0,true,true,false],[85,28,0,true,false,false],[86,6,0,false,false,false],[90,59,0,true,true,false],[92,51,0,true,true,false],[94,28,0,true,true,false],[94,34,0,true,false,false],[94,36,0,true,true,false],[94,51,0,true,false,false],[94,53,0,true,true,false],[94,88,0,true,false,false],[95,10,0,true,true,false],[96,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":47,"covered":0,"percent":0},"instantiations":{"count":47,"covered":0,"percent":0},"lines":{"count":98,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":49,"covered":0,"notcovered":49,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift","mcdc_records":[],"segments":[[17,40,0,true,true,false],[18,32,0,true,true,false],[20,6,0,false,false,false],[22,43,0,true,true,false],[24,35,0,true,true,false],[25,6,0,false,false,false],[29,41,0,true,true,false],[32,23,0,true,true,false],[32,44,0,true,true,false],[32,62,0,true,false,false],[32,64,0,true,true,false],[32,94,0,true,false,false],[33,6,0,false,false,false],[35,36,0,true,true,false],[39,24,0,true,true,false],[39,36,0,true,false,false],[39,38,0,true,true,false],[39,60,0,true,false,false],[41,13,0,true,true,false],[41,40,0,true,true,false],[41,64,0,true,false,false],[42,13,0,true,true,false],[42,56,0,true,false,false],[44,6,0,false,false,false],[48,60,0,true,true,false],[50,22,0,true,true,false],[50,29,0,true,false,false],[50,31,0,true,true,false],[50,67,0,true,false,false],[51,6,0,false,false,false],[53,42,0,true,true,false],[56,23,0,true,true,false],[56,48,0,true,true,false],[56,70,0,true,false,false],[56,72,0,true,true,false],[56,95,0,true,false,false],[57,6,0,false,false,false],[61,53,0,true,true,false],[66,23,0,true,true,false],[66,41,0,true,true,false],[66,56,0,true,false,false],[66,58,0,true,true,false],[66,88,0,true,false,false],[67,6,0,false,false,false],[71,37,0,true,true,false],[75,23,0,true,true,false],[75,42,0,true,false,false],[75,44,0,true,true,false],[75,69,0,true,false,false],[76,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":26,"covered":0,"percent":0},"instantiations":{"count":26,"covered":0,"percent":0},"lines":{"count":63,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":28,"covered":0,"notcovered":28,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift","mcdc_records":[],"segments":[[11,27,0,true,true,false],[21,6,0,false,false,false],[23,30,0,true,true,false],[27,6,0,false,false,false],[29,44,0,true,true,false],[45,37,0,true,true,false],[45,51,0,true,false,false],[45,53,0,true,true,false],[45,54,0,true,false,false],[45,56,0,true,true,false],[45,88,0,true,false,false],[46,6,0,false,false,false],[48,41,0,true,true,false],[51,98,0,true,true,false],[54,83,0,true,true,false],[61,10,0,true,true,false],[65,23,0,true,true,false],[65,71,0,true,false,false],[65,73,0,true,true,false],[65,98,0,true,false,false],[68,80,0,true,true,false],[69,23,0,true,true,false],[69,73,0,true,false,false],[69,75,0,true,true,false],[69,104,0,true,false,false],[70,23,0,true,true,false],[70,60,0,true,false,false],[70,62,0,true,true,false],[70,96,0,true,false,false],[73,12,0,true,true,false],[73,29,0,true,false,false],[73,30,0,true,true,false],[74,27,0,true,true,false],[74,78,0,true,false,false],[74,80,0,true,true,false],[74,101,0,true,false,false],[76,6,0,false,false,false],[78,44,0,true,true,false],[81,98,0,true,true,false],[84,83,0,true,true,false],[91,10,0,true,true,false],[95,84,0,true,true,false],[96,25,0,true,true,false],[96,80,0,true,false,false],[97,79,0,true,true,false],[98,28,0,true,true,false],[98,32,0,true,false,false],[98,34,0,true,true,false],[98,51,0,true,false,false],[98,53,0,true,true,false],[98,74,0,true,false,false],[100,6,0,false,false,false],[102,38,0,true,true,false],[106,88,0,true,true,false],[108,23,0,true,true,false],[108,83,0,true,false,false],[113,92,0,true,true,false],[115,24,0,true,true,false],[115,85,0,true,false,false],[116,6,0,false,false,false],[118,51,0,true,true,false],[122,85,0,true,true,false],[125,95,0,true,true,false],[128,86,0,true,true,false],[129,23,0,true,true,false],[129,73,0,true,false,false],[129,75,0,true,true,false],[129,99,0,true,false,false],[130,23,0,true,true,false],[130,59,0,true,false,false],[130,61,0,true,true,false],[130,95,0,true,false,false],[133,25,0,true,true,false],[133,35,0,true,false,false],[134,36,0,true,true,false],[135,27,0,true,true,false],[135,73,0,true,false,false],[135,75,0,true,true,false],[135,96,0,true,false,false],[137,6,0,false,false,false],[139,56,0,true,true,false],[143,88,0,true,true,false],[146,30,0,true,true,false],[146,99,0,true,false,false],[146,101,0,true,true,false],[149,18,0,true,true,false],[152,14,0,true,true,false],[153,10,0,true,false,false],[154,6,0,false,false,false],[156,45,0,true,true,false],[158,13,0,true,true,false],[162,14,0,true,false,false],[163,11,0,true,true,false],[164,91,0,true,true,false],[165,58,0,true,true,false],[167,18,0,true,false,false],[167,24,0,true,true,false],[169,18,0,true,false,false],[170,20,0,true,true,false],[172,14,0,true,false,false],[174,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":37,"covered":0,"percent":0},"instantiations":{"count":37,"covered":0,"percent":0},"lines":{"count":205,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":61,"covered":0,"notcovered":61,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift","mcdc_records":[],"segments":[[9,47,0,true,true,false],[11,24,0,true,true,false],[11,30,0,true,false,false],[11,32,0,true,true,false],[11,38,0,true,false,false],[12,6,0,false,false,false],[14,49,0,true,true,false],[16,24,0,true,true,false],[16,30,0,true,false,false],[16,32,0,true,true,false],[16,40,0,true,false,false],[17,6,0,false,false,false],[19,48,0,true,true,false],[21,24,0,true,true,false],[21,30,0,true,false,false],[21,32,0,true,true,false],[21,39,0,true,false,false],[22,6,0,false,false,false],[24,60,0,true,true,false],[27,22,0,true,true,false],[27,28,0,true,false,false],[27,30,0,true,true,false],[27,82,0,true,false,false],[28,6,0,false,false,false],[30,62,0,true,true,false],[32,22,0,true,true,false],[32,28,0,true,false,false],[32,30,0,true,true,false],[32,84,0,true,false,false],[33,6,0,false,false,false],[35,67,0,true,true,false],[38,24,0,true,true,false],[38,30,0,true,false,false],[38,32,0,true,true,false],[38,38,0,true,false,false],[38,40,0,true,true,false],[38,80,0,true,false,false],[39,6,0,false,false,false],[41,69,0,true,true,false],[43,24,0,true,true,false],[43,30,0,true,false,false],[43,32,0,true,true,false],[43,40,0,true,false,false],[43,42,0,true,true,false],[43,86,0,true,false,false],[44,6,0,false,false,false],[46,68,0,true,true,false],[48,24,0,true,true,false],[48,30,0,true,false,false],[48,32,0,true,true,false],[48,39,0,true,false,false],[48,41,0,true,true,false],[48,83,0,true,false,false],[49,6,0,false,false,false],[51,45,0,true,true,false],[53,22,0,true,true,false],[53,28,0,true,false,false],[54,6,0,false,false,false],[56,44,0,true,true,false],[58,22,0,true,true,false],[58,28,0,true,false,false],[59,6,0,false,false,false],[63,50,0,true,true,false],[64,24,0,true,true,false],[64,54,0,true,false,false],[64,56,0,true,true,false],[64,63,0,true,false,false],[65,24,0,true,true,false],[65,56,0,true,false,false],[65,58,0,true,true,false],[65,67,0,true,false,false],[66,24,0,true,true,false],[66,55,0,true,false,false],[66,57,0,true,true,false],[66,65,0,true,false,false],[67,6,0,false,false,false],[73,65,0,true,true,false],[83,13,0,true,true,false],[83,50,0,true,false,false],[84,13,0,true,true,false],[84,52,0,true,false,false],[86,6,0,false,false,false],[88,67,0,true,true,false],[95,23,0,true,true,false],[95,60,0,true,false,false],[102,13,0,true,true,false],[102,50,0,true,false,false],[103,13,0,true,true,false],[103,41,0,true,false,false],[105,6,0,false,false,false],[107,67,0,true,true,false],[115,13,0,true,true,false],[115,51,0,true,false,false],[116,13,0,true,true,false],[116,54,0,true,false,false],[124,13,0,true,true,false],[124,51,0,true,false,false],[125,13,0,true,true,false],[125,42,0,true,false,false],[127,6,0,false,false,false],[129,55,0,true,true,false],[146,53,0,true,true,false],[151,17,0,true,true,false],[151,68,0,true,false,false],[152,17,0,true,true,false],[152,72,0,true,false,false],[159,17,0,true,true,false],[159,68,0,true,false,false],[160,17,0,true,true,false],[160,44,0,true,false,false],[162,10,0,true,true,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":55,"covered":0,"percent":0},"instantiations":{"count":55,"covered":0,"percent":0},"lines":{"count":175,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":57,"covered":0,"notcovered":57,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift","mcdc_records":[],"segments":[[9,26,0,true,true,false],[9,31,0,false,false,false],[10,28,0,true,true,false],[10,33,0,false,false,false],[12,56,0,true,true,false],[14,6,0,false,false,false],[16,28,0,true,true,false],[19,12,0,true,true,false],[19,40,0,true,true,false],[19,59,0,true,false,false],[19,60,0,true,true,false],[21,10,0,true,false,false],[22,6,0,false,false,false],[24,36,0,true,true,false],[27,6,0,false,false,false],[37,40,0,true,true,false],[38,32,0,true,true,false],[42,42,0,true,true,false],[44,10,0,true,false,false],[48,6,0,false,false,false],[50,43,0,true,true,false],[53,35,0,true,true,false],[54,6,0,false,false,false],[56,83,0,true,true,false],[60,34,0,true,true,false],[76,16,0,true,true,false],[76,21,0,true,false,false],[77,9,0,true,true,false],[78,27,0,true,true,false],[78,31,0,true,false,false],[79,9,0,true,true,false],[80,27,0,true,true,false],[80,65,0,true,false,false],[80,67,0,true,true,false],[80,123,0,true,false,false],[81,9,0,true,true,false],[82,62,0,true,false,false],[83,10,0,true,true,false],[84,6,0,false,false,false],[86,58,0,true,true,false],[88,42,0,true,true,false],[90,10,0,true,false,false],[95,33,0,true,true,false],[99,24,0,true,true,false],[99,29,0,true,false,false],[99,31,0,true,true,false],[99,39,0,true,false,false],[100,6,0,false,false,false],[102,56,0,true,true,false],[109,27,0,true,true,false],[109,33,0,true,false,false],[109,35,0,true,true,false],[109,43,0,true,false,false],[110,24,0,true,true,false],[110,37,0,true,false,false],[110,39,0,true,true,false],[110,45,0,true,false,false],[111,6,0,false,false,false],[113,87,0,true,true,false],[116,47,0,true,true,false],[116,61,0,true,false,false],[117,36,0,true,true,false],[117,96,0,true,false,false],[118,44,0,true,true,false],[118,46,0,true,false,false],[120,42,0,true,true,false],[120,67,0,true,false,false],[124,12,0,true,true,false],[125,38,0,true,true,false],[127,10,0,true,false,false],[127,49,0,true,true,false],[128,54,0,true,true,false],[129,31,0,true,true,false],[129,60,0,true,false,false],[130,20,0,true,true,false],[132,14,0,true,false,false],[133,17,0,true,true,false],[135,10,0,true,true,false],[136,6,0,false,false,false],[138,94,0,true,true,false],[142,47,0,true,true,false],[142,55,0,true,false,false],[143,36,0,true,true,false],[143,41,0,true,false,false],[144,34,0,true,true,false],[144,39,0,true,false,false],[146,36,0,true,true,false],[149,14,0,true,false,false],[151,44,0,true,true,false],[154,14,0,true,false,false],[158,42,0,true,true,false],[158,60,0,true,false,false],[165,34,0,true,true,false],[168,23,0,true,true,false],[168,49,0,true,false,false],[168,51,0,true,true,false],[168,89,0,true,false,false],[169,23,0,true,true,false],[169,47,0,true,false,false],[169,49,0,true,true,false],[169,96,0,true,false,false],[170,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":39,"covered":0,"percent":0},"instantiations":{"count":39,"covered":0,"percent":0},"lines":{"count":181,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":58,"covered":0,"notcovered":58,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift","mcdc_records":[],"segments":[[5,69,0,true,true,false],[8,74,0,true,true,false],[11,13,0,true,true,false],[11,61,0,true,false,false],[12,13,0,true,true,false],[12,81,0,true,false,false],[14,6,0,false,false,false],[16,65,0,true,true,false],[24,23,0,true,true,false],[24,50,0,true,false,false],[24,52,0,true,true,false],[24,94,0,true,false,false],[25,23,0,true,true,false],[25,52,0,true,false,false],[25,54,0,true,true,false],[25,102,0,true,false,false],[27,13,0,true,true,false],[27,78,0,true,false,false],[28,13,0,true,true,false],[28,68,0,true,false,false],[30,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":33,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift","mcdc_records":[],"segments":[[9,35,4,true,true,false],[9,92,0,false,false,false],[10,38,4,true,true,false],[10,95,0,false,false,false],[11,38,4,true,true,false],[11,44,0,false,false,false],[13,56,0,true,true,false],[31,6,0,false,false,false],[33,59,0,true,true,false],[54,6,0,false,false,false],[56,59,0,true,true,false],[71,6,0,false,false,false],[75,70,0,true,true,false],[77,64,0,true,true,false],[79,10,0,true,false,false],[79,12,0,true,true,false],[128,91,0,true,true,false],[144,10,0,true,true,false],[148,25,0,true,true,false],[148,29,0,true,false,false],[148,31,0,true,true,false],[148,71,0,true,false,false],[149,24,0,true,true,false],[149,42,0,true,false,false],[149,44,0,true,true,false],[149,59,0,true,false,false],[149,61,0,true,true,false],[149,100,0,true,false,false],[150,24,0,true,true,false],[150,39,0,true,false,false],[150,41,0,true,true,false],[150,47,0,true,false,false],[150,49,0,true,true,false],[150,77,0,true,false,false],[154,25,0,true,true,false],[154,29,0,true,false,false],[154,31,0,true,true,false],[154,71,0,true,false,false],[155,24,0,true,true,false],[155,42,0,true,false,false],[155,44,0,true,true,false],[155,62,0,true,false,false],[155,64,0,true,true,false],[155,115,0,true,false,false],[156,23,0,true,true,false],[156,46,0,true,true,false],[156,51,0,true,false,false],[156,53,0,true,true,false],[156,95,0,true,false,false],[164,10,0,true,true,false],[168,25,0,true,true,false],[168,35,0,true,false,false],[168,37,0,true,true,false],[168,80,0,true,false,false],[169,24,0,true,true,false],[169,48,0,true,false,false],[169,50,0,true,true,false],[169,68,0,true,false,false],[169,70,0,true,true,false],[169,126,0,true,false,false],[170,6,0,false,false,false],[172,51,0,true,true,false],[173,64,0,true,true,false],[175,10,0,true,false,false],[175,12,0,true,true,false],[183,90,0,true,true,false],[195,10,0,true,true,false],[199,25,0,true,true,false],[199,29,0,true,false,false],[199,31,0,true,true,false],[199,58,0,true,false,false],[200,22,0,true,true,false],[200,40,0,true,false,false],[200,42,0,true,true,false],[200,108,0,true,false,false],[201,6,0,false,false,false],[203,56,0,true,true,false],[204,64,0,true,true,false],[206,10,0,true,false,false],[206,12,0,true,true,false],[214,92,0,true,true,false],[229,10,0,true,true,false],[233,25,0,true,true,false],[233,29,0,true,false,false],[233,31,0,true,true,false],[233,58,0,true,false,false],[234,22,0,true,true,false],[234,40,0,true,false,false],[234,42,0,true,true,false],[234,99,0,true,false,false],[235,6,0,false,false,false],[237,58,0,true,true,false],[238,64,0,true,true,false],[240,10,0,true,false,false],[240,12,0,true,true,false],[248,89,0,true,true,false],[262,10,0,true,true,false],[266,24,0,true,true,false],[266,42,0,true,false,false],[266,44,0,true,true,false],[266,59,0,true,false,false],[266,61,0,true,true,false],[266,89,0,true,false,false],[270,24,0,true,true,false],[270,42,0,true,false,false],[270,44,0,true,true,false],[270,62,0,true,false,false],[270,64,0,true,true,false],[270,106,0,true,false,false],[271,6,0,false,false,false],[275,85,0,true,true,false],[278,81,0,true,true,false],[279,26,0,true,false,false],[280,6,0,false,false,false],[282,59,0,true,true,false],[285,12,0,true,true,false],[285,65,0,true,false,false],[285,66,0,true,true,false],[287,10,0,true,true,false],[299,12,0,true,true,false],[299,61,0,true,false,false],[299,62,0,true,true,false],[301,10,0,true,true,false],[303,19,0,true,false,false],[304,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":51,"covered":3,"percent":5.8823529411764701},"instantiations":{"count":55,"covered":3,"percent":5.4545454545454541},"lines":{"count":330,"covered":3,"percent":0.90909090909090906},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":3,"notcovered":68,"percent":4.225352112676056}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift","mcdc_records":[],"segments":[[5,51,0,true,true,false],[7,64,0,true,true,false],[7,78,0,true,false,false],[8,24,0,true,true,false],[8,29,0,true,false,false],[8,31,0,true,true,false],[8,36,0,true,false,false],[9,6,0,false,false,false],[11,53,0,true,true,false],[13,64,0,true,true,false],[13,78,0,true,false,false],[14,24,0,true,true,false],[14,29,0,true,false,false],[14,31,0,true,true,false],[14,36,0,true,false,false],[15,6,0,false,false,false],[17,45,0,true,true,false],[19,64,0,true,true,false],[19,78,0,true,false,false],[20,24,0,true,true,false],[20,29,0,true,false,false],[20,31,0,true,true,false],[20,36,0,true,false,false],[21,6,0,false,false,false],[23,34,0,true,true,false],[25,64,0,true,true,false],[25,78,0,true,false,false],[26,24,0,true,true,false],[26,29,0,true,false,false],[26,31,0,true,true,false],[26,36,0,true,false,false],[27,6,0,false,false,false],[29,41,0,true,true,false],[31,64,0,true,true,false],[32,20,0,true,true,false],[32,23,0,true,false,false],[33,13,0,true,true,false],[33,31,0,true,false,false],[34,13,0,true,true,false],[34,31,0,true,false,false],[35,13,0,true,true,false],[35,25,0,true,false,false],[36,14,0,true,true,false],[37,10,0,true,false,false],[38,24,0,true,true,false],[38,37,0,true,true,false],[38,39,0,true,false,false],[38,42,0,true,true,false],[38,61,0,true,false,false],[38,63,0,true,true,false],[38,91,0,true,false,false],[39,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":54,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":27,"covered":0,"notcovered":27,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift","mcdc_records":[],"segments":[[5,55,0,true,true,false],[15,31,0,true,true,false],[17,17,0,true,true,false],[17,64,0,true,false,false],[18,17,0,true,true,false],[18,34,0,true,false,false],[19,17,0,true,true,false],[19,86,0,true,false,false],[21,10,0,true,true,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":4,"covered":0,"percent":0},"instantiations":{"count":4,"covered":0,"percent":0},"lines":{"count":21,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift","mcdc_records":[],"segments":[[7,47,0,true,true,false],[7,74,0,false,false,false],[11,42,0,true,true,false],[13,6,0,false,false,false],[15,27,0,true,true,false],[19,6,0,false,false,false],[21,30,0,true,true,false],[22,38,0,true,true,false],[24,10,0,true,false,false],[26,6,0,false,false,false],[30,41,0,true,true,false],[31,55,0,true,true,false],[40,82,0,true,true,false],[45,107,0,true,true,false],[49,25,0,true,true,false],[49,36,0,true,false,false],[49,38,0,true,true,false],[49,69,0,true,false,false],[50,24,0,true,true,false],[50,49,0,true,false,false],[50,51,0,true,true,false],[50,54,0,true,false,false],[50,56,0,true,true,false],[50,83,0,true,false,false],[51,24,0,true,true,false],[51,46,0,true,false,false],[51,48,0,true,true,false],[51,51,0,true,false,false],[51,53,0,true,true,false],[51,77,0,true,false,false],[52,6,0,false,false,false],[54,42,0,true,true,false],[55,55,0,true,true,false],[67,82,0,true,true,false],[72,107,0,true,true,false],[78,25,0,true,true,false],[78,36,0,true,false,false],[78,38,0,true,true,false],[78,73,0,true,false,false],[81,6,0,false,false,false],[83,44,0,true,true,false],[84,55,0,true,true,false],[92,84,0,true,true,false],[97,107,0,true,true,false],[101,25,0,true,true,false],[101,36,0,true,false,false],[101,38,0,true,true,false],[101,69,0,true,false,false],[102,24,0,true,true,false],[102,49,0,true,false,false],[102,51,0,true,true,false],[102,54,0,true,false,false],[102,56,0,true,true,false],[102,83,0,true,false,false],[106,25,0,true,true,false],[106,36,0,true,false,false],[106,38,0,true,true,false],[106,69,0,true,false,false],[107,24,0,true,true,false],[107,49,0,true,false,false],[107,51,0,true,true,false],[107,54,0,true,false,false],[107,56,0,true,true,false],[107,83,0,true,false,false],[108,6,0,false,false,false],[110,53,0,true,true,false],[111,55,0,true,true,false],[120,77,0,true,true,false],[125,107,0,true,true,false],[129,28,0,true,true,false],[131,28,0,true,true,false],[131,63,0,true,false,false],[131,65,0,true,true,false],[131,68,0,true,false,false],[131,70,0,true,true,false],[131,92,0,true,false,false],[136,25,0,true,true,false],[136,36,0,true,false,false],[136,38,0,true,true,false],[136,69,0,true,false,false],[137,24,0,true,true,false],[137,49,0,true,false,false],[137,51,0,true,true,false],[137,54,0,true,false,false],[137,56,0,true,true,false],[137,83,0,true,false,false],[138,6,0,false,false,false],[142,46,0,true,true,false],[146,13,0,true,true,false],[146,64,0,true,false,false],[147,13,0,true,true,false],[147,25,0,true,false,false],[150,13,0,true,true,false],[150,93,0,true,false,false],[151,13,0,true,true,false],[151,39,0,true,false,false],[153,22,0,true,true,false],[153,71,0,true,false,false],[154,6,0,false,false,false],[156,52,0,true,true,false],[160,13,0,true,true,false],[160,93,0,true,false,false],[161,13,0,true,true,false],[161,31,0,true,false,false],[164,13,0,true,true,false],[164,70,0,true,false,false],[165,13,0,true,true,false],[165,23,0,true,false,false],[168,13,0,true,true,false],[168,109,0,true,false,false],[169,13,0,true,true,false],[169,33,0,true,false,false],[171,22,0,true,true,false],[171,79,0,true,false,false],[172,6,0,false,false,false],[174,55,0,true,true,false],[178,13,0,true,true,false],[178,89,0,true,false,false],[179,13,0,true,true,false],[179,24,0,true,false,false],[182,13,0,true,true,false],[182,68,0,true,false,false],[183,13,0,true,true,false],[183,18,0,true,false,false],[186,13,0,true,true,false],[186,109,0,true,false,false],[187,13,0,true,true,false],[187,34,0,true,false,false],[189,22,0,true,true,false],[189,80,0,true,false,false],[190,6,0,false,false,false],[194,85,0,true,true,false],[197,81,0,true,true,false],[198,26,0,true,false,false],[199,6,0,false,false,false],[201,58,0,true,true,false],[202,30,0,true,true,false],[204,10,0,true,true,false],[207,149,0,true,false,false],[208,6,0,false,false,false],[210,58,0,true,true,false],[217,6,0,false,false,false],[219,59,0,true,true,false],[224,9,0,true,true,false],[226,10,0,true,true,false],[228,46,0,true,true,false],[228,84,0,true,false,false],[229,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":63,"covered":0,"percent":0},"instantiations":{"count":63,"covered":0,"percent":0},"lines":{"count":249,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":82,"covered":0,"notcovered":82,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift","mcdc_records":[],"segments":[[7,64,0,true,true,false],[28,23,0,true,true,false],[28,50,0,true,false,false],[29,23,0,true,true,false],[29,50,0,true,false,false],[30,24,0,true,true,false],[30,46,0,true,false,false],[30,48,0,true,true,false],[30,82,0,true,false,false],[31,6,0,false,false,false],[33,49,0,true,true,false],[54,23,0,true,true,false],[54,50,0,true,false,false],[55,24,0,true,true,false],[55,43,0,true,false,false],[55,45,0,true,true,false],[55,79,0,true,false,false],[56,23,0,true,true,false],[56,53,0,true,false,false],[57,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":58,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift","mcdc_records":[],"segments":[[12,52,0,true,true,false],[34,43,0,true,true,false],[34,45,0,true,false,false],[39,6,0,false,false,false],[42,54,0,true,true,false],[64,43,0,true,true,false],[64,45,0,true,false,false],[69,6,0,false,false,false],[74,43,0,true,true,false],[96,43,0,true,true,false],[96,45,0,true,false,false],[101,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":87,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift","mcdc_records":[],"segments":[[13,26,1,true,true,false],[18,6,0,false,false,false],[21,29,1,true,true,false],[26,6,0,false,false,false],[29,30,1,true,true,false],[34,6,0,false,false,false],[39,32,1,true,true,false],[75,6,0,false,false,false],[80,32,1,true,true,false],[129,6,0,false,false,false],[132,34,1,true,true,false],[194,6,0,false,false,false],[197,42,1,true,true,false],[224,6,0,false,false,false],[227,38,1,true,true,false],[251,6,0,false,false,false],[256,34,1,true,true,false],[259,6,0,false,false,false],[264,31,1,true,true,false],[276,6,0,false,false,false],[279,36,1,true,true,false],[302,6,0,false,false,false],[305,31,1,true,true,false],[318,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":12,"covered":12,"percent":100},"instantiations":{"count":12,"covered":12,"percent":100},"lines":{"count":276,"covered":276,"percent":100},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":12,"covered":12,"notcovered":0,"percent":100}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift","mcdc_records":[],"segments":[[16,35,0,true,true,false],[17,24,0,true,true,false],[17,54,0,true,false,false],[17,56,0,true,true,false],[17,76,0,true,false,false],[18,24,0,true,true,false],[18,58,0,true,false,false],[18,60,0,true,true,false],[18,94,0,true,false,false],[19,24,0,true,true,false],[19,59,0,true,false,false],[19,61,0,true,true,false],[19,96,0,true,false,false],[20,24,0,true,true,false],[20,59,0,true,false,false],[20,61,0,true,true,false],[20,84,0,true,false,false],[21,6,0,false,false,false],[23,32,0,true,true,false],[24,23,0,true,true,false],[24,98,0,true,false,false],[25,23,0,true,true,false],[25,100,0,true,false,false],[26,6,0,false,false,false],[30,47,0,true,true,false],[38,24,0,true,true,false],[38,31,0,true,false,false],[38,33,0,true,true,false],[38,56,0,true,false,false],[39,24,0,true,true,false],[39,31,0,true,false,false],[39,33,0,true,true,false],[39,40,0,true,false,false],[40,24,0,true,true,false],[40,31,0,true,false,false],[40,33,0,true,true,false],[40,48,0,true,false,false],[41,24,0,true,true,false],[41,31,0,true,false,false],[41,33,0,true,true,false],[41,41,0,true,false,false],[42,24,0,true,true,false],[42,31,0,true,false,false],[42,33,0,true,true,false],[42,40,0,true,false,false],[43,24,0,true,true,false],[43,31,0,true,false,false],[43,33,0,true,true,false],[43,42,0,true,false,false],[44,24,0,true,true,false],[44,31,0,true,false,false],[44,33,0,true,true,false],[44,54,0,true,false,false],[45,6,0,false,false,false],[47,49,0,true,true,false],[55,23,0,true,true,false],[55,47,0,true,false,false],[56,24,0,true,true,false],[56,48,0,true,false,false],[57,23,0,true,true,false],[57,46,0,true,false,false],[58,23,0,true,true,false],[58,44,0,true,false,false],[59,6,0,false,false,false],[61,52,0,true,true,false],[69,25,0,true,true,false],[69,34,0,true,false,false],[70,58,0,true,true,false],[71,28,0,true,true,false],[71,43,0,true,false,false],[71,45,0,true,true,false],[71,52,0,true,false,false],[73,6,0,false,false,false],[77,56,0,true,true,false],[85,23,0,true,true,false],[85,57,0,true,false,false],[86,23,0,true,true,false],[86,68,0,true,false,false],[87,23,0,true,true,false],[87,61,0,true,false,false],[88,23,0,true,true,false],[88,67,0,true,false,false],[89,23,0,true,true,false],[89,69,0,true,false,false],[90,6,0,false,false,false],[92,53,0,true,true,false],[98,23,0,true,true,false],[98,59,0,true,false,false],[99,6,0,false,false,false],[101,54,0,true,true,false],[108,23,0,true,true,false],[108,49,0,true,false,false],[109,6,0,false,false,false],[111,54,0,true,true,false],[118,23,0,true,true,false],[118,49,0,true,false,false],[119,6,0,false,false,false],[121,51,0,true,true,false],[128,23,0,true,true,false],[128,45,0,true,false,false],[129,23,0,true,true,false],[129,47,0,true,false,false],[130,6,0,false,false,false],[132,50,0,true,true,false],[147,23,0,true,true,false],[147,55,0,true,false,false],[148,23,0,true,true,false],[148,54,0,true,false,false],[149,24,0,true,true,false],[149,56,0,true,false,false],[150,24,0,true,true,false],[150,55,0,true,false,false],[151,6,0,false,false,false],[153,44,0,true,true,false],[161,104,0,true,true,false],[161,122,0,true,false,false],[162,14,0,true,true,false],[165,10,0,true,true,false],[166,6,0,false,false,false],[170,60,0,true,true,false],[173,23,0,true,true,false],[173,57,0,true,false,false],[174,23,0,true,true,false],[174,68,0,true,false,false],[175,23,0,true,true,false],[175,61,0,true,false,false],[176,6,0,false,false,false],[178,57,0,true,true,false],[181,23,0,true,true,false],[181,73,0,true,false,false],[182,6,0,false,false,false],[184,62,0,true,true,false],[187,23,0,true,true,false],[187,68,0,true,false,false],[188,6,0,false,false,false],[190,48,0,true,true,false],[194,104,0,true,true,false],[194,122,0,true,false,false],[195,14,0,true,true,false],[198,10,0,true,true,false],[199,6,0,false,false,false],[203,61,0,true,true,false],[206,23,0,true,true,false],[206,57,0,true,false,false],[207,23,0,true,true,false],[207,68,0,true,false,false],[208,23,0,true,true,false],[208,61,0,true,false,false],[209,6,0,false,false,false],[211,58,0,true,true,false],[214,23,0,true,true,false],[214,74,0,true,false,false],[215,6,0,false,false,false],[217,63,0,true,true,false],[220,23,0,true,true,false],[220,69,0,true,false,false],[221,6,0,false,false,false],[223,49,0,true,true,false],[227,104,0,true,true,false],[227,122,0,true,false,false],[228,14,0,true,true,false],[231,10,0,true,true,false],[232,6,0,false,false,false],[236,61,0,true,true,false],[240,23,0,true,true,false],[240,57,0,true,false,false],[241,23,0,true,true,false],[241,68,0,true,false,false],[242,23,0,true,true,false],[242,73,0,true,false,false],[243,6,0,false,false,false],[245,58,0,true,true,false],[248,23,0,true,true,false],[248,62,0,true,false,false],[249,6,0,false,false,false],[251,59,0,true,true,false],[255,23,0,true,true,false],[255,49,0,true,false,false],[256,6,0,false,false,false],[258,49,0,true,true,false],[262,104,0,true,true,false],[262,122,0,true,false,false],[263,14,0,true,true,false],[266,10,0,true,true,false],[267,6,0,false,false,false],[271,47,0,true,true,false],[284,24,0,true,true,false],[284,30,0,true,false,false],[284,32,0,true,true,false],[284,38,0,true,false,false],[284,40,0,true,true,false],[284,82,0,true,false,false],[285,6,0,false,false,false],[287,55,0,true,true,false],[300,27,0,true,true,false],[300,33,0,true,false,false],[300,35,0,true,true,false],[300,41,0,true,false,false],[300,43,0,true,true,false],[300,99,0,true,false,false],[301,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":92,"covered":0,"percent":0},"instantiations":{"count":92,"covered":0,"percent":0},"lines":{"count":315,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":105,"covered":0,"notcovered":105,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift","mcdc_records":[],"segments":[[17,40,0,true,true,false],[18,32,0,true,true,false],[20,6,0,false,false,false],[22,43,0,true,true,false],[24,35,0,true,true,false],[25,6,0,false,false,false],[29,50,0,true,true,false],[35,27,0,true,true,false],[35,34,0,true,false,false],[35,36,0,true,true,false],[35,59,0,true,false,false],[35,61,0,true,true,false],[35,90,0,true,false,false],[36,23,0,true,true,false],[36,47,0,true,false,false],[36,49,0,true,true,false],[36,87,0,true,false,false],[37,6,0,false,false,false],[39,61,0,true,true,false],[44,23,0,true,true,false],[44,45,0,true,false,false],[44,47,0,true,true,false],[44,81,0,true,false,false],[45,6,0,false,false,false],[47,56,0,true,true,false],[52,24,0,true,true,false],[52,39,0,true,false,false],[52,41,0,true,true,false],[52,73,0,true,false,false],[53,6,0,false,false,false],[57,48,0,true,true,false],[68,24,0,true,true,false],[68,45,0,true,false,false],[68,47,0,true,true,false],[68,96,0,true,false,false],[69,6,0,false,false,false],[71,42,0,true,true,false],[76,25,0,true,true,false],[76,31,0,true,false,false],[76,33,0,true,true,false],[76,57,0,true,false,false],[77,23,0,true,true,false],[77,49,0,true,true,false],[77,72,0,true,false,false],[77,74,0,true,true,false],[77,105,0,true,false,false],[78,6,0,false,false,false],[80,47,0,true,true,false],[88,25,0,true,true,false],[88,31,0,true,false,false],[88,33,0,true,true,false],[88,57,0,true,false,false],[89,23,0,true,true,false],[89,49,0,true,true,false],[89,72,0,true,false,false],[89,74,0,true,true,false],[89,105,0,true,false,false],[90,6,0,false,false,false],[94,32,0,true,true,false],[97,23,0,true,true,false],[97,41,0,true,true,false],[97,56,0,true,false,false],[97,58,0,true,true,false],[97,81,0,true,false,false],[98,6,0,false,false,false],[102,42,0,true,true,false],[109,25,0,true,true,false],[109,31,0,true,false,false],[109,33,0,true,true,false],[109,82,0,true,false,false],[110,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":36,"covered":0,"percent":0},"instantiations":{"count":36,"covered":0,"percent":0},"lines":{"count":103,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":38,"covered":0,"notcovered":38,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift","mcdc_records":[],"segments":[[11,27,0,true,true,false],[16,6,0,false,false,false],[18,30,0,true,true,false],[22,6,0,false,false,false],[27,37,0,true,true,false],[54,6,0,false,false,false],[57,35,0,true,true,false],[59,6,0,false,false,false],[62,37,0,true,true,false],[70,6,0,false,false,false],[74,47,0,true,true,false],[78,46,0,true,true,false],[85,10,0,true,true,false],[87,24,0,true,true,false],[87,35,0,true,false,false],[87,37,0,true,true,false],[87,52,0,true,false,false],[88,24,0,true,true,false],[88,43,0,true,false,false],[89,6,0,false,false,false],[91,46,0,true,true,false],[95,44,0,true,true,false],[98,12,0,true,true,false],[103,14,0,true,true,false],[105,10,0,true,false,false],[105,45,0,true,true,false],[106,42,0,true,true,false],[108,14,0,true,false,false],[108,20,0,true,true,false],[110,14,0,true,false,false],[111,17,0,true,true,false],[113,10,0,true,true,false],[114,6,0,false,false,false],[116,44,0,true,true,false],[120,46,0,true,true,false],[123,12,0,true,true,false],[128,14,0,true,true,false],[130,10,0,true,false,false],[130,45,0,true,true,false],[132,44,0,true,true,false],[134,14,0,true,false,false],[134,20,0,true,true,false],[137,14,0,true,false,false],[138,17,0,true,true,false],[140,10,0,true,true,false],[141,6,0,false,false,false],[143,50,0,true,true,false],[144,77,0,true,true,false],[145,24,0,true,true,false],[145,41,0,true,false,false],[145,43,0,true,true,false],[145,72,0,true,false,false],[146,6,0,false,false,false],[150,53,0,true,true,false],[154,46,0,true,true,false],[161,10,0,true,true,false],[174,24,0,true,true,false],[174,43,0,true,false,false],[174,45,0,true,true,false],[174,46,0,true,false,false],[175,24,0,true,true,false],[175,49,0,true,false,false],[175,51,0,true,true,false],[175,66,0,true,false,false],[176,6,0,false,false,false],[178,48,0,true,true,false],[182,46,0,true,true,false],[189,10,0,true,true,false],[202,24,0,true,true,false],[202,43,0,true,false,false],[202,45,0,true,true,false],[202,46,0,true,false,false],[205,65,0,true,true,false],[208,10,0,true,true,false],[211,62,0,true,true,false],[211,97,0,true,false,false],[211,100,0,true,true,false],[211,114,0,true,false,false],[216,24,0,true,true,false],[216,43,0,true,false,false],[216,45,0,true,true,false],[216,46,0,true,false,false],[217,6,0,false,false,false],[221,41,0,true,true,false],[225,46,0,true,true,false],[232,10,0,true,true,false],[235,24,0,true,true,false],[235,43,0,true,false,false],[237,45,0,true,true,false],[239,31,0,true,true,false],[239,47,0,true,false,false],[239,49,0,true,true,false],[239,50,0,true,false,false],[241,6,0,false,false,false],[243,40,0,true,true,false],[247,46,0,true,true,false],[254,10,0,true,true,false],[257,24,0,true,true,false],[257,43,0,true,false,false],[258,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":30,"covered":0,"percent":0},"instantiations":{"count":30,"covered":0,"percent":0},"lines":{"count":242,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":62,"covered":0,"notcovered":62,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift","mcdc_records":[],"segments":[[11,40,0,true,true,false],[12,32,0,true,true,false],[18,6,0,false,false,false],[20,43,0,true,true,false],[23,35,0,true,true,false],[24,6,0,false,false,false],[26,57,0,true,true,false],[32,6,0,false,false,false],[34,49,0,true,true,false],[40,6,0,false,false,false],[44,74,0,true,true,false],[49,54,0,true,true,false],[52,24,0,true,true,false],[52,40,0,true,false,false],[52,42,0,true,true,false],[52,43,0,true,false,false],[52,45,0,true,true,false],[52,74,0,true,false,false],[58,54,0,true,true,false],[62,13,0,true,true,false],[62,33,0,true,false,false],[62,35,0,true,true,false],[62,36,0,true,false,false],[63,13,0,true,true,false],[63,61,0,true,false,false],[65,6,0,false,false,false],[67,78,0,true,true,false],[71,54,0,true,true,false],[76,54,0,true,true,false],[79,13,0,true,true,false],[79,33,0,true,false,false],[79,35,0,true,true,false],[79,36,0,true,false,false],[80,13,0,true,true,false],[80,60,0,true,false,false],[82,6,0,false,false,false],[84,81,0,true,true,false],[88,54,0,true,true,false],[93,54,0,true,true,false],[96,13,0,true,true,false],[96,33,0,true,false,false],[96,35,0,true,true,false],[96,36,0,true,false,false],[97,13,0,true,true,false],[97,63,0,true,false,false],[99,6,0,false,false,false],[101,72,0,true,true,false],[106,55,0,true,true,false],[111,54,0,true,true,false],[114,13,0,true,true,false],[114,33,0,true,false,false],[114,35,0,true,true,false],[114,36,0,true,false,false],[115,13,0,true,true,false],[115,81,0,true,false,false],[117,6,0,false,false,false],[119,73,0,true,true,false],[125,54,0,true,true,false],[128,54,0,true,true,false],[132,54,0,true,true,false],[135,54,0,true,true,false],[139,13,0,true,true,false],[139,33,0,true,false,false],[139,35,0,true,true,false],[139,36,0,true,false,false],[140,13,0,true,true,false],[140,82,0,true,false,false],[144,50,0,true,true,false],[144,69,0,true,true,false],[144,89,0,true,false,false],[146,13,0,true,true,false],[146,31,0,true,false,false],[146,33,0,true,true,false],[146,34,0,true,false,false],[147,13,0,true,true,false],[147,55,0,true,false,false],[151,52,0,true,true,false],[151,71,0,true,true,false],[151,93,0,true,false,false],[153,13,0,true,true,false],[153,33,0,true,false,false],[153,35,0,true,true,false],[153,36,0,true,false,false],[154,13,0,true,true,false],[154,57,0,true,false,false],[156,6,0,false,false,false],[158,75,0,true,true,false],[161,54,0,true,true,false],[164,54,0,true,true,false],[168,54,0,true,true,false],[172,54,0,true,true,false],[175,13,0,true,true,false],[175,33,0,true,false,false],[175,35,0,true,true,false],[175,36,0,true,false,false],[176,13,0,true,true,false],[176,81,0,true,false,false],[178,6,0,false,false,false],[180,72,0,true,true,false],[187,53,0,true,true,false],[191,54,0,true,true,false],[194,13,0,true,true,false],[194,33,0,true,false,false],[194,35,0,true,true,false],[194,36,0,true,false,false],[195,13,0,true,true,false],[195,58,0,true,false,false],[197,6,0,false,false,false],[199,74,0,true,true,false],[204,54,0,true,true,false],[208,54,0,true,true,false],[211,13,0,true,true,false],[211,33,0,true,false,false],[211,35,0,true,true,false],[211,36,0,true,false,false],[212,13,0,true,true,false],[212,56,0,true,false,false],[216,24,0,true,true,false],[216,48,0,true,false,false],[216,50,0,true,true,false],[216,59,0,true,false,false],[217,24,0,true,true,false],[217,48,0,true,false,false],[217,50,0,true,true,false],[217,57,0,true,false,false],[218,6,0,false,false,false],[222,73,0,true,true,false],[227,54,0,true,true,false],[230,13,0,true,true,false],[230,33,0,true,false,false],[230,35,0,true,true,false],[230,36,0,true,false,false],[231,13,0,true,true,false],[231,68,0,true,false,false],[233,6,0,false,false,false],[235,71,0,true,true,false],[239,23,0,true,true,false],[239,42,0,true,false,false],[239,44,0,true,true,false],[239,76,0,true,false,false],[243,54,0,true,true,false],[246,13,0,true,true,false],[246,33,0,true,false,false],[246,35,0,true,true,false],[246,36,0,true,false,false],[247,13,0,true,true,false],[247,66,0,true,false,false],[249,6,0,false,false,false],[253,62,0,true,true,false],[255,27,0,true,true,false],[257,57,0,true,true,false],[258,10,0,true,true,false],[260,54,0,true,true,false],[266,54,0,true,true,false],[270,13,0,true,true,false],[270,33,0,true,false,false],[270,35,0,true,true,false],[270,37,0,true,false,false],[271,13,0,true,true,false],[271,77,0,true,false,false],[273,6,0,false,false,false],[275,58,0,true,true,false],[279,54,0,true,true,false],[281,30,0,true,true,false],[281,50,0,true,false,false],[281,52,0,true,true,false],[281,53,0,true,false,false],[285,24,0,true,true,false],[285,44,0,true,false,false],[285,46,0,true,true,false],[285,47,0,true,false,false],[285,49,0,true,true,false],[285,81,0,true,false,false],[286,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":73,"covered":0,"percent":0},"instantiations":{"count":73,"covered":0,"percent":0},"lines":{"count":312,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":103,"covered":0,"notcovered":103,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift","mcdc_records":[],"segments":[[9,50,0,true,true,false],[10,24,0,true,true,false],[10,48,0,true,false,false],[10,50,0,true,true,false],[10,74,0,true,false,false],[11,27,0,true,true,false],[11,51,0,true,false,false],[11,53,0,true,true,false],[11,83,0,true,false,false],[12,6,0,false,false,false],[14,52,0,true,true,false],[15,24,0,true,true,false],[15,58,0,true,false,false],[15,60,0,true,true,false],[15,94,0,true,false,false],[16,27,0,true,true,false],[16,61,0,true,false,false],[16,63,0,true,true,false],[16,98,0,true,false,false],[17,6,0,false,false,false],[19,65,0,true,true,false],[26,27,0,true,true,false],[26,33,0,true,false,false],[26,35,0,true,true,false],[26,41,0,true,false,false],[29,24,0,true,true,false],[29,41,0,true,false,false],[29,43,0,true,true,false],[29,60,0,true,false,false],[30,6,0,false,false,false],[34,47,0,true,true,false],[45,24,0,true,true,false],[45,57,0,true,false,false],[45,59,0,true,true,false],[45,67,0,true,false,false],[46,6,0,false,false,false],[48,41,0,true,true,false],[59,24,0,true,true,false],[59,57,0,true,false,false],[59,59,0,true,true,false],[59,65,0,true,false,false],[60,6,0,false,false,false],[62,47,0,true,true,false],[73,24,0,true,true,false],[73,57,0,true,false,false],[73,59,0,true,true,false],[73,64,0,true,false,false],[74,6,0,false,false,false],[78,49,0,true,true,false],[87,24,0,true,true,false],[87,51,0,true,false,false],[87,53,0,true,true,false],[87,61,0,true,false,false],[88,6,0,false,false,false],[90,46,0,true,true,false],[98,24,0,true,true,false],[98,40,0,true,false,false],[98,42,0,true,true,false],[98,47,0,true,false,false],[99,6,0,false,false,false],[103,46,0,true,true,false],[119,23,0,true,true,false],[119,30,0,true,false,false],[120,6,0,false,false,false],[122,52,0,true,true,false],[137,24,0,true,true,false],[137,31,0,true,false,false],[138,6,0,false,false,false],[142,55,0,true,true,false],[151,31,0,true,true,false],[153,10,0,true,false,false],[155,24,0,true,true,false],[155,41,0,true,false,false],[155,43,0,true,true,false],[155,44,0,true,false,false],[156,24,0,true,true,false],[156,43,0,true,false,false],[156,45,0,true,true,false],[156,48,0,true,false,false],[157,24,0,true,true,false],[157,43,0,true,false,false],[157,45,0,true,true,false],[157,48,0,true,false,false],[158,6,0,false,false,false],[160,49,0,true,true,false],[169,25,0,true,true,false],[171,10,0,true,false,false],[173,24,0,true,true,false],[173,35,0,true,false,false],[173,37,0,true,true,false],[173,38,0,true,false,false],[174,24,0,true,true,false],[174,38,0,true,false,false],[174,40,0,true,true,false],[174,43,0,true,false,false],[175,24,0,true,true,false],[175,38,0,true,false,false],[175,40,0,true,true,false],[175,43,0,true,false,false],[176,6,0,false,false,false],[178,55,0,true,true,false],[187,31,0,true,true,false],[189,10,0,true,false,false],[191,24,0,true,true,false],[191,41,0,true,false,false],[191,43,0,true,true,false],[191,44,0,true,false,false],[192,24,0,true,true,false],[192,50,0,true,false,false],[192,52,0,true,true,false],[192,57,0,true,false,false],[193,24,0,true,true,false],[193,50,0,true,false,false],[193,52,0,true,true,false],[193,63,0,true,false,false],[194,6,0,false,false,false],[198,39,0,true,true,false],[206,31,0,true,true,false],[206,54,0,true,false,false],[208,24,0,true,true,false],[208,41,0,true,false,false],[208,43,0,true,true,false],[208,44,0,true,false,false],[209,24,0,true,true,false],[209,45,0,true,true,false],[209,68,0,true,false,false],[210,23,0,true,true,false],[210,44,0,true,true,false],[210,62,0,true,false,false],[211,23,0,true,true,false],[211,44,0,true,true,false],[211,62,0,true,false,false],[212,6,0,false,false,false],[216,48,0,true,true,false],[225,66,0,true,true,false],[227,10,0,true,true,false],[229,24,0,true,true,false],[229,36,0,true,false,false],[229,38,0,true,true,false],[229,39,0,true,false,false],[230,23,0,true,true,false],[230,46,0,true,false,false],[231,23,0,true,true,false],[231,45,0,true,false,false],[232,23,0,true,true,false],[232,48,0,true,false,false],[233,24,0,true,true,false],[233,51,0,true,false,false],[234,6,0,false,false,false],[236,48,0,true,true,false],[244,48,0,true,true,false],[246,10,0,true,true,false],[248,24,0,true,true,false],[248,36,0,true,false,false],[248,38,0,true,true,false],[248,39,0,true,false,false],[249,23,0,true,true,false],[249,46,0,true,false,false],[250,23,0,true,true,false],[250,45,0,true,false,false],[251,23,0,true,true,false],[251,45,0,true,false,false],[252,24,0,true,true,false],[252,51,0,true,false,false],[253,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":82,"covered":0,"percent":0},"instantiations":{"count":82,"covered":0,"percent":0},"lines":{"count":290,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":86,"covered":0,"notcovered":86,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift","mcdc_records":[],"segments":[[7,60,0,true,true,false],[13,25,0,true,true,false],[13,33,0,true,false,false],[14,24,0,true,true,false],[16,14,0,true,false,false],[20,6,0,false,false,false],[22,67,0,true,true,false],[29,25,0,true,true,false],[29,34,0,true,false,false],[30,24,0,true,true,false],[32,14,0,true,false,false],[36,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":37,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift","mcdc_records":[],"segments":[[10,40,0,true,true,false],[15,6,0,false,false,false],[17,43,0,true,true,false],[21,6,0,false,false,false],[25,43,0,true,true,false],[30,36,0,true,true,false],[32,10,0,true,false,false],[32,16,0,true,true,false],[34,10,0,true,false,false],[35,6,0,false,false,false],[37,43,0,true,true,false],[43,50,0,true,true,false],[44,28,0,true,true,false],[44,32,0,true,false,false],[44,34,0,true,true,false],[44,66,0,true,false,false],[45,16,0,true,true,false],[47,10,0,true,false,false],[48,6,0,false,false,false],[50,63,0,true,true,false],[57,55,0,true,true,false],[58,28,0,true,true,false],[58,32,0,true,false,false],[58,34,0,true,true,false],[58,45,0,true,false,false],[59,16,0,true,true,false],[61,10,0,true,false,false],[62,6,0,false,false,false],[64,50,0,true,true,false],[71,35,0,true,true,false],[73,10,0,true,false,false],[73,16,0,true,true,false],[75,10,0,true,false,false],[76,6,0,false,false,false],[78,37,0,true,true,false],[86,50,0,true,true,false],[87,27,0,true,true,false],[87,56,0,true,true,false],[87,79,0,true,false,false],[87,81,0,true,true,false],[87,115,0,true,false,false],[88,28,0,true,true,false],[88,47,0,true,false,false],[88,49,0,true,true,false],[88,75,0,true,false,false],[89,16,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[96,30,0,true,true,false],[97,23,0,true,true,false],[97,75,0,true,false,false],[98,23,0,true,true,false],[98,68,0,true,false,false],[99,23,0,true,true,false],[99,75,0,true,false,false],[100,23,0,true,true,false],[100,68,0,true,false,false],[102,24,0,true,true,false],[102,67,0,true,false,false],[103,24,0,true,true,false],[103,69,0,true,false,false],[104,24,0,true,true,false],[104,64,0,true,false,false],[105,6,0,false,false,false],[107,30,0,true,true,false],[108,23,0,true,true,false],[108,66,0,true,false,false],[109,23,0,true,true,false],[109,68,0,true,false,false],[110,23,0,true,true,false],[110,67,0,true,false,false],[111,23,0,true,true,false],[111,66,0,true,false,false],[113,24,0,true,true,false],[113,76,0,true,false,false],[114,24,0,true,true,false],[114,67,0,true,false,false],[115,24,0,true,true,false],[115,64,0,true,false,false],[116,6,0,false,false,false],[120,36,0,true,true,false],[126,23,0,true,true,false],[126,55,0,true,false,false],[127,23,0,true,true,false],[127,51,0,true,false,false],[133,24,0,true,true,false],[133,56,0,true,false,false],[134,24,0,true,true,false],[134,52,0,true,false,false],[135,6,0,false,false,false],[139,36,0,true,true,false],[146,24,0,true,true,false],[146,33,0,true,false,false],[146,35,0,true,true,false],[146,36,0,true,false,false],[149,24,0,true,true,false],[149,48,0,true,false,false],[149,50,0,true,true,false],[149,67,0,true,false,false],[150,24,0,true,true,false],[150,49,0,true,false,false],[150,51,0,true,true,false],[150,55,0,true,false,false],[151,24,0,true,true,false],[151,49,0,true,false,false],[151,51,0,true,true,false],[151,53,0,true,false,false],[152,6,0,false,false,false],[154,36,0,true,true,false],[161,24,0,true,true,false],[161,33,0,true,false,false],[161,35,0,true,true,false],[161,36,0,true,false,false],[164,24,0,true,true,false],[164,48,0,true,false,false],[164,50,0,true,true,false],[164,67,0,true,false,false],[165,24,0,true,true,false],[165,49,0,true,false,false],[165,51,0,true,true,false],[165,56,0,true,false,false],[166,24,0,true,true,false],[166,49,0,true,false,false],[166,51,0,true,true,false],[166,70,0,true,false,false],[167,6,0,false,false,false],[169,39,0,true,true,false],[174,28,0,true,true,false],[176,10,0,true,true,false],[179,24,0,true,true,false],[179,33,0,true,false,false],[179,35,0,true,true,false],[179,38,0,true,false,false],[179,40,0,true,true,false],[179,78,0,true,false,false],[183,24,0,true,true,false],[183,53,0,true,false,false],[183,55,0,true,true,false],[183,74,0,true,false,false],[187,24,0,true,true,false],[187,52,0,true,false,false],[187,54,0,true,true,false],[187,74,0,true,false,false],[188,6,0,false,false,false],[192,33,0,true,true,false],[199,24,0,true,true,false],[199,56,0,true,false,false],[200,24,0,true,true,false],[200,52,0,true,false,false],[201,23,0,true,true,false],[201,51,0,true,false,false],[202,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":67,"covered":0,"percent":0},"instantiations":{"count":67,"covered":0,"percent":0},"lines":{"count":223,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":79,"covered":0,"notcovered":79,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift","mcdc_records":[],"segments":[[17,35,0,true,true,false],[18,24,0,true,true,false],[18,59,0,true,false,false],[18,61,0,true,true,false],[18,81,0,true,false,false],[19,24,0,true,true,false],[19,63,0,true,false,false],[19,65,0,true,true,false],[19,99,0,true,false,false],[20,24,0,true,true,false],[20,64,0,true,false,false],[20,66,0,true,true,false],[20,101,0,true,false,false],[21,24,0,true,true,false],[21,64,0,true,false,false],[21,66,0,true,true,false],[21,89,0,true,false,false],[22,6,0,false,false,false],[26,48,0,true,true,false],[40,24,0,true,true,false],[40,30,0,true,false,false],[40,32,0,true,true,false],[40,89,0,true,false,false],[41,23,0,true,true,false],[41,28,0,true,false,false],[41,30,0,true,true,false],[41,82,0,true,false,false],[42,6,0,false,false,false],[44,66,0,true,true,false],[46,24,0,true,true,false],[46,30,0,true,false,false],[46,32,0,true,true,false],[46,82,0,true,false,false],[47,6,0,false,false,false],[49,67,0,true,true,false],[58,23,0,true,true,false],[58,34,0,true,false,false],[58,36,0,true,true,false],[58,86,0,true,false,false],[65,24,0,true,true,false],[65,34,0,true,false,false],[65,36,0,true,true,false],[65,99,0,true,false,false],[66,6,0,false,false,false],[68,53,0,true,true,false],[76,23,0,true,true,false],[76,36,0,true,false,false],[76,38,0,true,true,false],[76,79,0,true,false,false],[80,23,0,true,true,false],[80,34,0,true,false,false],[80,36,0,true,true,false],[80,96,0,true,false,false],[84,23,0,true,true,false],[84,33,0,true,false,false],[84,35,0,true,true,false],[84,68,0,true,false,false],[85,6,0,false,false,false],[87,51,0,true,true,false],[97,37,0,true,true,false],[99,27,0,true,true,false],[99,35,0,true,false,false],[99,37,0,true,true,false],[99,88,0,true,false,false],[100,10,0,true,true,false],[101,6,0,false,false,false],[103,67,0,true,true,false],[110,23,0,true,true,false],[110,32,0,true,false,false],[110,34,0,true,true,false],[110,94,0,true,false,false],[111,6,0,false,false,false],[113,68,0,true,true,false],[116,24,0,true,true,false],[116,33,0,true,false,false],[116,35,0,true,true,false],[116,97,0,true,false,false],[117,6,0,false,false,false],[119,55,0,true,true,false],[127,23,0,true,true,false],[127,34,0,true,false,false],[127,36,0,true,true,false],[127,78,0,true,false,false],[134,24,0,true,true,false],[134,34,0,true,false,false],[134,36,0,true,true,false],[134,82,0,true,false,false],[135,6,0,false,false,false],[139,50,0,true,true,false],[141,41,0,true,true,false],[141,72,0,true,false,false],[144,44,0,true,true,false],[145,41,0,true,true,false],[146,31,0,true,true,false],[148,18,0,true,false,false],[149,14,0,true,true,false],[150,10,0,true,false,false],[153,37,0,true,true,false],[155,27,0,true,true,false],[155,35,0,true,false,false],[155,37,0,true,true,false],[155,113,0,true,false,false],[156,10,0,true,true,false],[157,6,0,false,false,false],[161,55,0,true,true,false],[172,37,0,true,true,false],[174,27,0,true,true,false],[174,35,0,true,false,false],[174,37,0,true,true,false],[174,85,0,true,false,false],[175,10,0,true,true,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":193,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":0,"notcovered":60,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift","mcdc_records":[],"segments":[[17,40,0,true,true,false],[18,32,0,true,true,false],[20,6,0,false,false,false],[22,43,0,true,true,false],[24,35,0,true,true,false],[25,6,0,false,false,false],[29,35,0,true,true,false],[30,24,0,true,true,false],[30,60,0,true,false,false],[30,62,0,true,true,false],[30,82,0,true,false,false],[31,24,0,true,true,false],[31,64,0,true,false,false],[31,66,0,true,true,false],[31,100,0,true,false,false],[32,24,0,true,true,false],[32,65,0,true,false,false],[32,67,0,true,true,false],[32,102,0,true,false,false],[33,6,0,false,false,false],[37,52,0,true,true,false],[41,23,0,true,true,false],[41,41,0,true,true,false],[41,56,0,true,false,false],[41,58,0,true,true,false],[41,81,0,true,false,false],[42,6,0,false,false,false],[44,58,0,true,true,false],[48,24,0,true,true,false],[48,30,0,true,false,false],[48,32,0,true,true,false],[48,76,0,true,false,false],[49,6,0,false,false,false],[51,53,0,true,true,false],[56,23,0,true,true,false],[56,51,0,true,true,false],[56,76,0,true,false,false],[56,78,0,true,true,false],[56,117,0,true,false,false],[57,23,0,true,true,false],[57,52,0,true,true,false],[57,78,0,true,false,false],[57,80,0,true,true,false],[57,120,0,true,false,false],[58,6,0,false,false,false],[62,53,0,true,true,false],[66,23,0,true,true,false],[66,42,0,true,true,false],[66,58,0,true,false,false],[66,60,0,true,true,false],[66,83,0,true,false,false],[67,6,0,false,false,false],[69,59,0,true,true,false],[73,24,0,true,true,false],[73,31,0,true,false,false],[73,33,0,true,true,false],[73,77,0,true,false,false],[74,6,0,false,false,false],[78,52,0,true,true,false],[82,25,0,true,true,false],[82,31,0,true,false,false],[82,33,0,true,true,false],[82,55,0,true,false,false],[84,13,0,true,true,false],[84,51,0,true,true,false],[84,86,0,true,false,false],[85,13,0,true,true,false],[85,47,0,true,false,false],[88,13,0,true,true,false],[88,55,0,true,true,false],[88,94,0,true,false,false],[89,13,0,true,true,false],[89,52,0,true,false,false],[92,13,0,true,true,false],[92,56,0,true,true,false],[92,96,0,true,false,false],[93,13,0,true,true,false],[93,53,0,true,false,false],[95,6,0,false,false,false],[97,57,0,true,true,false],[106,23,0,true,true,false],[106,27,0,true,false,false],[106,29,0,true,true,false],[106,62,0,true,false,false],[107,6,0,false,false,false],[109,51,0,true,true,false],[115,13,0,true,true,false],[115,40,0,true,false,false],[115,42,0,true,true,false],[115,69,0,true,false,false],[116,13,0,true,true,false],[116,56,0,true,false,false],[119,13,0,true,true,false],[119,44,0,true,false,false],[119,46,0,true,true,false],[119,77,0,true,false,false],[120,13,0,true,true,false],[120,61,0,true,false,false],[122,6,0,false,false,false],[126,60,0,true,true,false],[130,25,0,true,true,false],[130,31,0,true,false,false],[130,33,0,true,true,false],[130,64,0,true,false,false],[132,13,0,true,true,false],[132,41,0,true,true,false],[132,66,0,true,false,false],[133,13,0,true,true,false],[133,44,0,true,false,false],[136,13,0,true,true,false],[136,44,0,true,true,false],[136,72,0,true,false,false],[137,13,0,true,true,false],[137,47,0,true,false,false],[139,6,0,false,false,false],[141,61,0,true,true,false],[145,25,0,true,true,false],[145,31,0,true,false,false],[145,33,0,true,true,false],[145,64,0,true,false,false],[146,6,0,false,false,false],[150,39,0,true,true,false],[154,23,0,true,true,false],[154,44,0,true,true,false],[154,62,0,true,false,false],[154,64,0,true,true,false],[154,87,0,true,false,false],[155,6,0,false,false,false],[157,48,0,true,true,false],[161,23,0,true,true,false],[161,45,0,true,true,false],[161,64,0,true,false,false],[161,66,0,true,true,false],[161,89,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":72,"covered":0,"percent":0},"instantiations":{"count":72,"covered":0,"percent":0},"lines":{"count":177,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":74,"covered":0,"notcovered":74,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift","mcdc_records":[],"segments":[[9,31,0,true,true,false],[9,35,0,false,false,false],[10,26,0,true,true,false],[10,27,0,false,false,false],[12,44,0,true,true,false],[15,6,0,false,false,false],[17,27,0,true,true,false],[19,6,0,false,false,false],[28,40,0,true,true,false],[29,32,0,true,true,false],[34,6,0,false,false,false],[36,43,0,true,true,false],[37,32,0,true,true,false],[39,10,0,true,false,false],[39,16,0,true,true,false],[41,10,0,true,false,false],[44,35,0,true,true,false],[45,6,0,false,false,false],[49,59,0,true,true,false],[53,24,0,true,true,false],[53,46,0,true,false,false],[53,48,0,true,true,false],[53,94,0,true,false,false],[54,23,0,true,true,false],[54,49,0,true,false,false],[54,51,0,true,true,false],[54,77,0,true,false,false],[55,24,0,true,true,false],[55,43,0,true,false,false],[55,45,0,true,true,false],[55,66,0,true,false,false],[56,6,0,false,false,false],[58,68,0,true,true,false],[67,39,0,true,true,false],[67,89,0,true,true,false],[67,94,0,true,false,false],[69,13,0,true,true,false],[69,37,0,true,false,false],[70,13,0,true,true,false],[70,123,0,true,false,false],[73,6,0,false,false,false],[75,59,0,true,true,false],[82,23,0,true,true,false],[82,45,0,true,false,false],[82,47,0,true,true,false],[82,86,0,true,false,false],[83,6,0,false,false,false],[87,58,0,true,true,false],[90,23,0,true,true,false],[90,47,0,true,false,false],[90,49,0,true,true,false],[90,96,0,true,false,false],[91,24,0,true,true,false],[91,55,0,true,false,false],[91,57,0,true,true,false],[91,58,0,true,false,false],[91,60,0,true,true,false],[91,87,0,true,false,false],[92,24,0,true,true,false],[92,62,0,true,false,false],[92,64,0,true,true,false],[92,65,0,true,false,false],[92,67,0,true,true,false],[92,94,0,true,false,false],[93,6,0,false,false,false],[95,55,0,true,true,false],[101,24,0,true,true,false],[101,48,0,true,false,false],[101,50,0,true,true,false],[101,92,0,true,false,false],[102,30,0,true,true,false],[102,61,0,true,false,false],[102,63,0,true,true,false],[102,64,0,true,false,false],[102,66,0,true,true,false],[102,98,0,true,false,false],[103,6,0,false,false,false],[105,54,0,true,true,false],[112,23,0,true,true,false],[112,47,0,true,false,false],[112,49,0,true,true,false],[112,94,0,true,false,false],[113,24,0,true,true,false],[113,55,0,true,false,false],[113,57,0,true,true,false],[113,58,0,true,false,false],[113,60,0,true,true,false],[113,87,0,true,false,false],[114,6,0,false,false,false],[116,61,0,true,true,false],[122,23,0,true,true,false],[122,52,0,true,false,false],[122,54,0,true,true,false],[122,82,0,true,false,false],[123,6,0,false,false,false],[127,58,0,true,true,false],[131,24,0,true,true,false],[131,62,0,true,false,false],[131,64,0,true,true,false],[131,65,0,true,false,false],[131,67,0,true,true,false],[131,95,0,true,false,false],[136,24,0,true,true,false],[136,62,0,true,false,false],[136,64,0,true,true,false],[136,65,0,true,false,false],[136,67,0,true,true,false],[136,96,0,true,false,false],[137,6,0,false,false,false],[139,55,0,true,true,false],[147,24,0,true,true,false],[147,62,0,true,false,false],[147,64,0,true,true,false],[147,65,0,true,false,false],[147,67,0,true,true,false],[147,98,0,true,false,false],[153,24,0,true,true,false],[153,62,0,true,false,false],[153,64,0,true,true,false],[153,65,0,true,false,false],[153,67,0,true,true,false],[153,97,0,true,false,false],[154,6,0,false,false,false],[158,61,0,true,true,false],[159,26,0,true,true,false],[161,28,0,true,true,false],[161,41,0,true,false,false],[161,43,0,true,true,false],[161,89,0,true,false,false],[162,10,0,true,true,false],[163,6,0,false,false,false],[165,68,0,true,true,false],[167,26,0,true,true,false],[169,10,0,true,true,false],[173,23,0,true,true,false],[173,36,0,true,false,false],[173,38,0,true,true,false],[173,84,0,true,false,false],[174,6,0,false,false,false],[176,59,0,true,true,false],[187,24,0,true,true,false],[187,37,0,true,false,false],[187,39,0,true,true,false],[187,71,0,true,false,false],[188,6,0,false,false,false],[192,61,0,true,true,false],[196,32,0,true,true,false],[198,10,0,true,false,false],[198,16,0,true,true,false],[200,10,0,true,false,false],[201,6,0,false,false,false],[203,60,0,true,true,false],[207,41,0,true,true,false],[209,10,0,true,false,false],[209,16,0,true,true,false],[211,10,0,true,false,false],[212,6,0,false,false,false],[214,65,0,true,true,false],[216,26,0,true,true,false],[219,10,0,true,true,false],[224,46,0,true,true,false],[225,27,0,true,true,false],[225,54,0,true,false,false],[225,56,0,true,true,false],[225,91,0,true,false,false],[226,16,0,true,true,false],[228,10,0,true,false,false],[229,6,0,false,false,false],[231,65,0,true,true,false],[233,27,0,true,true,false],[235,10,0,true,true,false],[242,40,0,true,true,false],[244,10,0,true,false,false],[244,16,0,true,true,false],[246,10,0,true,false,false],[247,6,0,false,false,false],[251,68,0,true,true,false],[263,42,0,true,true,false],[265,10,0,true,false,false],[265,16,0,true,true,false],[267,10,0,true,false,false],[268,6,0,false,false,false],[272,43,0,true,true,false],[280,13,0,true,true,false],[280,51,0,true,false,false],[280,53,0,true,true,false],[280,54,0,true,false,false],[280,56,0,true,true,false],[280,91,0,true,false,false],[287,24,0,true,true,false],[287,62,0,true,false,false],[287,64,0,true,true,false],[287,65,0,true,false,false],[287,67,0,true,true,false],[287,104,0,true,false,false],[288,23,0,true,true,false],[288,47,0,true,false,false],[288,49,0,true,true,false],[288,83,0,true,false,false],[289,6,0,false,false,false],[293,61,0,true,true,false],[305,13,0,true,true,false],[305,35,0,true,false,false],[305,37,0,true,true,false],[305,101,0,true,false,false],[307,6,0,false,false,false],[309,58,0,true,true,false],[318,41,0,true,true,false],[320,10,0,true,false,false],[320,16,0,true,true,false],[322,10,0,true,false,false],[328,24,0,true,true,false],[328,62,0,true,false,false],[328,64,0,true,true,false],[328,65,0,true,false,false],[328,67,0,true,true,false],[328,95,0,true,false,false],[329,6,0,false,false,false],[333,65,0,true,true,false],[336,24,0,true,true,false],[336,36,0,true,false,false],[336,38,0,true,true,false],[336,75,0,true,false,false],[339,24,0,true,true,false],[339,36,0,true,false,false],[339,38,0,true,true,false],[339,82,0,true,false,false],[342,24,0,true,true,false],[342,36,0,true,false,false],[342,38,0,true,true,false],[342,82,0,true,false,false],[344,24,0,true,true,false],[344,45,0,true,false,false],[344,47,0,true,true,false],[344,92,0,true,false,false],[345,6,0,false,false,false],[347,63,0,true,true,false],[350,24,0,true,true,false],[350,36,0,true,false,false],[350,38,0,true,true,false],[350,74,0,true,false,false],[353,24,0,true,true,false],[353,36,0,true,false,false],[353,38,0,true,true,false],[353,73,0,true,false,false],[355,24,0,true,true,false],[355,45,0,true,false,false],[355,47,0,true,true,false],[355,93,0,true,false,false],[356,6,0,false,false,false],[358,71,0,true,true,false],[361,24,0,true,true,false],[361,36,0,true,false,false],[361,38,0,true,true,false],[361,74,0,true,false,false],[364,24,0,true,true,false],[364,36,0,true,false,false],[364,38,0,true,true,false],[364,75,0,true,false,false],[367,23,0,true,true,false],[367,35,0,true,false,false],[367,37,0,true,true,false],[367,84,0,true,false,false],[369,23,0,true,true,false],[369,44,0,true,false,false],[369,46,0,true,true,false],[369,93,0,true,false,false],[370,6,0,false,false,false],[372,58,0,true,true,false],[375,24,0,true,true,false],[375,36,0,true,false,false],[375,38,0,true,true,false],[375,77,0,true,false,false],[378,24,0,true,true,false],[378,36,0,true,false,false],[378,38,0,true,true,false],[378,86,0,true,false,false],[381,24,0,true,true,false],[381,36,0,true,false,false],[381,38,0,true,true,false],[381,65,0,true,false,false],[383,24,0,true,true,false],[383,45,0,true,false,false],[383,47,0,true,true,false],[383,76,0,true,false,false],[384,6,0,false,false,false],[386,58,0,true,true,false],[392,23,0,true,true,false],[392,44,0,true,false,false],[392,46,0,true,true,false],[392,84,0,true,false,false],[397,24,0,true,true,false],[397,45,0,true,false,false],[397,47,0,true,true,false],[397,88,0,true,false,false],[401,24,0,true,true,false],[401,35,0,true,false,false],[401,37,0,true,true,false],[401,80,0,true,false,false],[402,6,0,false,false,false],[404,64,0,true,true,false],[410,23,0,true,true,false],[410,44,0,true,false,false],[410,46,0,true,true,false],[410,84,0,true,false,false],[415,24,0,true,true,false],[415,45,0,true,false,false],[415,47,0,true,true,false],[415,88,0,true,false,false],[416,6,0,false,false,false],[418,59,0,true,true,false],[421,39,0,true,true,false],[423,10,0,true,false,false],[430,23,0,true,true,false],[430,38,0,true,false,false],[430,40,0,true,true,false],[430,93,0,true,false,false],[431,6,0,false,false,false],[433,65,0,true,true,false],[436,39,0,true,true,false],[438,10,0,true,false,false],[444,24,0,true,true,false],[444,39,0,true,false,false],[444,41,0,true,true,false],[444,89,0,true,false,false],[445,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":145,"covered":0,"percent":0},"instantiations":{"count":145,"covered":0,"percent":0},"lines":{"count":495,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":169,"covered":0,"notcovered":169,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift","mcdc_records":[],"segments":[[7,43,0,true,true,false],[9,35,0,true,true,false],[10,6,0,false,false,false],[12,65,0,true,true,false],[14,64,0,true,true,false],[14,80,0,true,false,false],[17,70,0,true,true,false],[20,10,0,true,false,false],[23,34,0,true,true,false],[25,23,0,true,true,false],[25,33,0,true,false,false],[26,24,0,true,true,false],[26,36,0,true,false,false],[26,38,0,true,true,false],[26,39,0,true,false,false],[27,6,0,false,false,false],[29,63,0,true,true,false],[31,64,0,true,true,false],[31,80,0,true,false,false],[34,70,0,true,true,false],[36,10,0,true,false,false],[39,34,0,true,true,false],[41,34,0,true,true,false],[43,23,0,true,true,false],[43,28,0,true,false,false],[44,24,0,true,true,false],[44,30,0,true,false,false],[44,32,0,true,true,false],[44,87,0,true,false,false],[45,24,0,true,true,false],[45,36,0,true,false,false],[45,38,0,true,true,false],[45,39,0,true,false,false],[46,6,0,false,false,false],[48,65,0,true,true,false],[50,64,0,true,true,false],[50,80,0,true,false,false],[53,70,0,true,true,false],[56,10,0,true,false,false],[59,36,0,true,true,false],[61,23,0,true,true,false],[61,33,0,true,false,false],[62,24,0,true,true,false],[62,36,0,true,false,false],[62,38,0,true,true,false],[62,39,0,true,false,false],[63,6,0,false,false,false],[65,61,0,true,true,false],[66,64,0,true,true,false],[66,88,0,true,false,false],[68,70,0,true,true,false],[70,10,0,true,false,false],[73,37,0,true,true,false],[75,24,0,true,true,false],[75,34,0,true,false,false],[76,24,0,true,true,false],[76,36,0,true,false,false],[76,38,0,true,true,false],[76,39,0,true,false,false],[77,6,0,false,false,false],[79,64,0,true,true,false],[81,64,0,true,true,false],[81,80,0,true,false,false],[84,70,0,true,true,false],[87,10,0,true,false,false],[90,38,0,true,true,false],[92,23,0,true,true,false],[92,33,0,true,false,false],[93,24,0,true,true,false],[93,36,0,true,false,false],[93,38,0,true,true,false],[93,39,0,true,false,false],[94,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":33,"covered":0,"percent":0},"instantiations":{"count":33,"covered":0,"percent":0},"lines":{"count":123,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":40,"covered":0,"notcovered":40,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift","mcdc_records":[],"segments":[[12,40,0,true,true,false],[13,32,0,true,true,false],[16,102,0,true,true,false],[18,6,0,false,false,false],[20,43,0,true,true,false],[22,35,0,true,true,false],[23,6,0,false,false,false],[28,66,0,true,true,false],[40,99,0,true,true,false],[46,12,0,true,true,false],[47,48,0,true,true,false],[50,82,0,true,true,false],[54,28,0,true,true,false],[54,91,0,true,false,false],[55,28,0,true,true,false],[55,68,0,true,false,false],[56,43,0,true,true,false],[60,13,0,true,true,false],[61,31,0,true,true,false],[61,59,0,true,true,false],[61,85,0,true,false,false],[62,31,0,true,true,false],[62,69,0,true,false,false],[64,10,0,true,true,false],[65,6,0,false,false,false],[68,81,0,true,true,false],[85,97,0,true,true,false],[90,12,0,true,true,false],[91,48,0,true,true,false],[92,10,0,true,false,false],[92,17,0,true,true,false],[94,10,0,true,true,false],[97,78,0,true,true,false],[98,23,0,true,true,false],[98,49,0,true,false,false],[98,51,0,true,true,false],[98,79,0,true,false,false],[99,23,0,true,true,false],[99,56,0,true,false,false],[99,58,0,true,true,false],[99,88,0,true,false,false],[100,24,0,true,true,false],[100,52,0,true,false,false],[100,54,0,true,true,false],[100,88,0,true,false,false],[101,6,0,false,false,false],[104,62,0,true,true,false],[114,84,0,true,true,false],[122,50,0,true,true,false],[124,78,0,true,true,false],[127,23,0,true,true,false],[127,63,0,true,false,false],[127,65,0,true,true,false],[127,93,0,true,false,false],[128,23,0,true,true,false],[128,49,0,true,false,false],[128,51,0,true,true,false],[128,77,0,true,false,false],[131,23,0,true,true,false],[131,48,0,true,false,false],[131,50,0,true,true,false],[131,84,0,true,false,false],[134,23,0,true,true,false],[134,52,0,true,true,false],[134,83,0,true,false,false],[135,23,0,true,true,false],[135,85,0,true,false,false],[136,6,0,false,false,false],[139,61,0,true,true,false],[148,84,0,true,true,false],[157,50,0,true,true,false],[159,78,0,true,true,false],[166,24,0,true,true,false],[166,33,0,true,false,false],[166,35,0,true,true,false],[166,36,0,true,false,false],[166,38,0,true,true,false],[166,77,0,true,false,false],[167,24,0,true,true,false],[167,33,0,true,false,false],[167,35,0,true,true,false],[167,36,0,true,false,false],[167,38,0,true,true,false],[167,83,0,true,false,false],[168,24,0,true,true,false],[168,33,0,true,false,false],[168,35,0,true,true,false],[168,36,0,true,false,false],[168,38,0,true,true,false],[168,83,0,true,false,false],[169,6,0,false,false,false],[172,74,0,true,true,false],[190,89,0,true,true,false],[193,67,0,true,true,false],[196,23,0,true,true,false],[196,54,0,true,false,false],[196,56,0,true,true,false],[196,105,0,true,false,false],[199,24,0,true,true,false],[199,55,0,true,false,false],[199,57,0,true,true,false],[199,107,0,true,false,false],[200,24,0,true,true,false],[200,60,0,true,false,false],[200,62,0,true,true,false],[200,110,0,true,false,false],[201,24,0,true,true,false],[201,58,0,true,false,false],[201,60,0,true,true,false],[201,106,0,true,false,false],[204,23,0,true,true,false],[204,57,0,true,false,false],[204,59,0,true,true,false],[204,96,0,true,false,false],[205,23,0,true,true,false],[205,64,0,true,false,false],[205,66,0,true,true,false],[205,105,0,true,false,false],[206,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":48,"covered":0,"percent":0},"instantiations":{"count":48,"covered":0,"percent":0},"lines":{"count":223,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":72,"covered":0,"notcovered":72,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift","mcdc_records":[],"segments":[[7,45,0,true,true,false],[21,101,0,true,true,false],[23,24,0,true,true,false],[23,43,0,true,false,false],[23,45,0,true,true,false],[23,46,0,true,false,false],[24,24,0,true,true,false],[24,41,0,true,false,false],[24,43,0,true,true,false],[24,49,0,true,false,false],[25,24,0,true,true,false],[25,41,0,true,false,false],[25,43,0,true,true,false],[25,46,0,true,false,false],[26,6,0,false,false,false],[28,39,0,true,true,false],[33,92,0,true,true,false],[35,52,0,true,true,false],[36,28,0,true,true,false],[36,29,0,true,false,false],[36,31,0,true,true,false],[36,34,0,true,false,false],[37,28,0,true,true,false],[37,34,0,true,false,false],[37,36,0,true,true,false],[37,42,0,true,false,false],[38,28,0,true,true,false],[38,31,0,true,false,false],[38,33,0,true,true,false],[38,36,0,true,false,false],[39,16,0,true,true,false],[41,10,0,true,false,false],[42,6,0,false,false,false],[44,40,0,true,true,false],[49,92,0,true,true,false],[51,53,0,true,true,false],[52,28,0,true,true,false],[52,29,0,true,false,false],[52,31,0,true,true,false],[52,33,0,true,false,false],[53,28,0,true,true,false],[53,34,0,true,false,false],[53,36,0,true,true,false],[53,44,0,true,false,false],[54,28,0,true,true,false],[54,31,0,true,false,false],[54,33,0,true,true,false],[54,39,0,true,false,false],[55,16,0,true,true,false],[57,10,0,true,false,false],[58,6,0,false,false,false],[60,39,0,true,true,false],[65,92,0,true,true,false],[67,49,0,true,true,false],[68,28,0,true,true,false],[68,29,0,true,false,false],[68,31,0,true,true,false],[68,35,0,true,false,false],[69,28,0,true,true,false],[69,32,0,true,false,false],[69,34,0,true,true,false],[69,40,0,true,false,false],[70,28,0,true,true,false],[70,30,0,true,false,false],[70,32,0,true,true,false],[70,37,0,true,false,false],[71,16,0,true,true,false],[73,10,0,true,false,false],[74,6,0,false,false,false],[76,41,0,true,true,false],[81,92,0,true,true,false],[83,47,0,true,true,false],[84,28,0,true,true,false],[84,29,0,true,false,false],[84,31,0,true,true,false],[84,34,0,true,false,false],[85,28,0,true,true,false],[85,32,0,true,false,false],[85,34,0,true,true,false],[85,40,0,true,false,false],[86,16,0,true,true,false],[88,10,0,true,false,false],[89,6,0,false,false,false],[91,39,0,true,true,false],[96,92,0,true,true,false],[98,53,0,true,true,false],[99,28,0,true,true,false],[99,29,0,true,false,false],[99,31,0,true,true,false],[99,34,0,true,false,false],[100,28,0,true,true,false],[100,34,0,true,false,false],[100,36,0,true,true,false],[100,42,0,true,false,false],[101,28,0,true,true,false],[101,32,0,true,false,false],[101,34,0,true,true,false],[101,40,0,true,false,false],[102,16,0,true,true,false],[104,10,0,true,false,false],[105,6,0,false,false,false],[107,38,0,true,true,false],[116,101,0,true,true,false],[118,22,0,true,true,false],[118,39,0,true,false,false],[119,6,0,false,false,false],[123,41,0,true,true,false],[132,24,0,true,true,false],[132,31,0,true,false,false],[132,33,0,true,true,false],[132,61,0,true,false,false],[133,6,0,false,false,false],[135,46,0,true,true,false],[139,24,0,true,true,false],[139,31,0,true,false,false],[139,33,0,true,true,false],[139,35,0,true,false,false],[140,6,0,false,false,false],[144,36,0,true,true,false],[146,24,0,true,true,false],[146,65,0,true,false,false],[146,67,0,true,true,false],[146,70,0,true,false,false],[147,24,0,true,true,false],[147,65,0,true,false,false],[147,67,0,true,true,false],[147,70,0,true,false,false],[148,24,0,true,true,false],[148,65,0,true,false,false],[148,67,0,true,true,false],[148,70,0,true,false,false],[149,24,0,true,true,false],[149,65,0,true,false,false],[149,67,0,true,true,false],[149,70,0,true,false,false],[150,24,0,true,true,false],[150,66,0,true,false,false],[150,68,0,true,true,false],[150,73,0,true,false,false],[151,24,0,true,true,false],[151,66,0,true,false,false],[151,68,0,true,true,false],[151,73,0,true,false,false],[152,24,0,true,true,false],[152,66,0,true,false,false],[152,68,0,true,true,false],[152,73,0,true,false,false],[153,24,0,true,true,false],[153,66,0,true,false,false],[153,68,0,true,true,false],[153,74,0,true,false,false],[154,24,0,true,true,false],[154,66,0,true,false,false],[154,68,0,true,true,false],[154,74,0,true,false,false],[155,6,0,false,false,false],[157,41,0,true,true,false],[158,24,0,true,true,false],[158,74,0,true,false,false],[158,76,0,true,true,false],[158,83,0,true,false,false],[159,24,0,true,true,false],[159,74,0,true,false,false],[159,76,0,true,true,false],[159,84,0,true,false,false],[160,24,0,true,true,false],[160,75,0,true,false,false],[160,77,0,true,true,false],[160,84,0,true,false,false],[161,24,0,true,true,false],[161,72,0,true,false,false],[161,74,0,true,true,false],[161,77,0,true,false,false],[162,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":76,"covered":0,"percent":0},"instantiations":{"count":76,"covered":0,"percent":0},"lines":{"count":207,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":93,"covered":0,"notcovered":93,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift","mcdc_records":[],"segments":[[17,38,0,true,true,false],[21,29,0,true,true,false],[24,10,0,true,false,false],[26,23,0,true,true,false],[26,45,0,true,false,false],[26,47,0,true,true,false],[26,97,0,true,false,false],[27,6,0,false,false,false],[29,52,0,true,true,false],[31,29,0,true,true,false],[31,45,0,true,false,false],[34,24,0,true,true,false],[34,29,0,true,false,false],[34,31,0,true,true,false],[34,43,0,true,false,false],[34,45,0,true,true,false],[34,91,0,true,false,false],[35,6,0,false,false,false],[37,59,0,true,true,false],[41,22,0,true,true,false],[41,27,0,true,false,false],[41,29,0,true,true,false],[41,84,0,true,false,false],[42,6,0,false,false,false],[44,52,0,true,true,false],[46,24,0,true,true,false],[46,48,0,true,false,false],[46,50,0,true,true,false],[46,88,0,true,false,false],[47,6,0,false,false,false],[51,52,0,true,true,false],[53,29,0,true,true,false],[53,48,0,true,false,false],[58,14,0,true,true,false],[59,55,0,true,true,false],[61,20,0,true,true,false],[61,45,0,true,false,false],[61,46,0,true,true,false],[64,18,0,true,true,false],[65,14,0,true,true,false],[66,10,0,true,false,false],[69,24,0,true,true,false],[69,38,0,true,false,false],[69,40,0,true,true,false],[69,57,0,true,false,false],[69,59,0,true,true,false],[69,98,0,true,false,false],[70,6,0,false,false,false],[72,60,0,true,true,false],[75,29,0,true,true,false],[75,40,0,true,false,false],[81,14,0,true,true,false],[82,55,0,true,true,false],[85,20,0,true,true,false],[85,45,0,true,false,false],[85,46,0,true,true,false],[87,18,0,true,true,false],[88,14,0,true,true,false],[89,10,0,true,false,false],[104,24,0,true,true,false],[104,38,0,true,false,false],[104,40,0,true,true,false],[104,49,0,true,false,false],[104,51,0,true,true,false],[104,82,0,true,false,false],[105,6,0,false,false,false],[107,61,0,true,true,false],[113,24,0,true,true,false],[113,48,0,true,false,false],[113,50,0,true,true,false],[113,97,0,true,false,false],[114,6,0,false,false,false],[116,56,0,true,true,false],[122,29,0,true,true,false],[122,56,0,true,false,false],[129,14,0,true,true,false],[131,51,0,true,true,false],[132,20,0,true,true,false],[132,36,0,true,false,false],[132,37,0,true,true,false],[135,18,0,true,true,false],[138,22,0,true,false,false],[139,14,0,true,true,false],[140,10,0,true,false,false],[151,23,0,true,true,false],[151,47,0,true,false,false],[151,49,0,true,true,false],[151,83,0,true,false,false],[152,6,0,false,false,false],[156,54,0,true,true,false],[162,29,0,true,true,false],[162,53,0,true,false,false],[167,14,0,true,true,false],[168,55,0,true,true,false],[172,14,0,true,true,false],[173,10,0,true,false,false],[176,24,0,true,true,false],[176,44,0,true,false,false],[176,46,0,true,true,false],[176,48,0,true,false,false],[176,50,0,true,true,false],[176,90,0,true,false,false],[177,6,0,false,false,false],[179,49,0,true,true,false],[183,29,0,true,true,false],[186,10,0,true,false,false],[196,30,0,true,true,false],[196,39,0,true,false,false],[196,41,0,true,true,false],[196,53,0,true,false,false],[196,55,0,true,true,false],[196,103,0,true,false,false],[197,6,0,false,false,false],[199,65,0,true,true,false],[203,29,0,true,true,false],[203,51,0,true,false,false],[208,14,0,true,true,false],[209,55,0,true,true,false],[213,14,0,true,true,false],[214,10,0,true,false,false],[217,24,0,true,true,false],[217,44,0,true,false,false],[217,46,0,true,true,false],[217,64,0,true,false,false],[217,66,0,true,true,false],[217,129,0,true,false,false],[218,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":52,"covered":0,"percent":0},"instantiations":{"count":52,"covered":0,"percent":0},"lines":{"count":274,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":71,"covered":0,"notcovered":71,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift","mcdc_records":[],"segments":[[13,36,0,true,true,false],[18,6,0,false,false,false],[21,32,0,true,true,false],[40,6,0,false,false,false],[43,34,0,true,true,false],[87,6,0,false,false,false],[90,36,0,true,true,false],[104,6,0,false,false,false],[107,45,0,true,true,false],[158,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":138,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift","mcdc_records":[],"segments":[[14,30,0,true,true,false],[19,6,0,false,false,false],[24,30,0,true,true,false],[33,6,0,false,false,false],[38,40,0,true,true,false],[58,6,0,false,false,false],[63,34,0,true,true,false],[68,6,0,false,false,false],[71,33,0,true,true,false],[76,6,0,false,false,false],[83,46,0,true,true,false],[88,6,0,false,false,false],[91,31,0,true,true,false],[97,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":62,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":7,"covered":0,"notcovered":7,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift","mcdc_records":[],"segments":[[7,30,0,true,true,false],[14,6,0,false,false,false],[18,57,0,true,true,false],[20,58,0,true,true,false],[20,69,0,true,false,false],[22,23,0,true,true,false],[22,47,0,true,false,false],[22,49,0,true,true,false],[22,101,0,true,false,false],[23,6,0,false,false,false],[25,57,0,true,true,false],[27,58,0,true,true,false],[27,69,0,true,false,false],[29,24,0,true,true,false],[29,48,0,true,false,false],[29,50,0,true,true,false],[29,106,0,true,false,false],[30,6,0,false,false,false],[32,59,0,true,true,false],[34,58,0,true,true,false],[34,69,0,true,false,false],[36,24,0,true,true,false],[36,48,0,true,false,false],[36,50,0,true,true,false],[36,121,0,true,false,false],[37,6,0,false,false,false],[39,54,0,true,true,false],[41,58,0,true,true,false],[41,65,0,true,false,false],[43,24,0,true,true,false],[43,48,0,true,false,false],[43,50,0,true,true,false],[43,121,0,true,false,false],[44,6,0,false,false,false],[46,68,0,true,true,false],[47,58,0,true,true,false],[47,69,0,true,false,false],[50,25,0,true,true,false],[50,32,0,true,false,false],[50,34,0,true,true,false],[50,86,0,true,false,false],[51,23,0,true,true,false],[51,53,0,true,true,false],[51,58,0,true,false,false],[51,60,0,true,true,false],[51,102,0,true,false,false],[52,23,0,true,true,false],[52,53,0,true,true,false],[52,58,0,true,false,false],[52,60,0,true,true,false],[52,101,0,true,false,false],[53,6,0,false,false,false],[55,67,0,true,true,false],[56,58,0,true,true,false],[56,69,0,true,false,false],[59,22,0,true,true,false],[59,29,0,true,false,false],[59,31,0,true,true,false],[59,79,0,true,false,false],[60,6,0,false,false,false],[62,60,0,true,true,false],[64,45,0,true,true,false],[64,63,0,true,false,false],[67,24,0,true,true,false],[67,31,0,true,false,false],[67,33,0,true,true,false],[67,83,0,true,false,false],[68,6,0,false,false,false],[70,58,0,true,true,false],[71,45,0,true,true,false],[71,56,0,true,false,false],[74,23,0,true,true,false],[74,30,0,true,false,false],[74,32,0,true,true,false],[74,65,0,true,false,false],[75,6,0,false,false,false],[77,47,0,true,true,false],[78,45,0,true,true,false],[78,51,0,true,false,false],[81,24,0,true,true,false],[81,31,0,true,false,false],[81,33,0,true,true,false],[81,78,0,true,false,false],[82,6,0,false,false,false],[86,62,0,true,true,false],[91,47,0,true,true,false],[92,16,0,true,true,false],[92,50,0,true,false,false],[92,51,0,true,true,false],[104,14,0,true,true,false],[105,22,0,true,false,false],[110,23,0,true,true,false],[110,30,0,true,false,false],[110,32,0,true,true,false],[110,88,0,true,false,false],[111,6,0,false,false,false],[113,65,0,true,true,false],[118,47,0,true,true,false],[119,16,0,true,true,false],[119,50,0,true,false,false],[119,51,0,true,true,false],[121,14,0,true,true,false],[122,22,0,true,false,false],[128,13,0,true,true,false],[128,20,0,true,false,false],[128,22,0,true,true,false],[128,86,0,true,false,false],[130,6,0,false,false,false],[132,70,0,true,true,false],[137,47,0,true,true,false],[138,16,0,true,true,false],[138,50,0,true,false,false],[138,51,0,true,true,false],[145,14,0,true,true,false],[146,22,0,true,false,false],[152,23,0,true,true,false],[152,38,0,true,false,false],[152,40,0,true,true,false],[152,97,0,true,false,false],[153,6,0,false,false,false],[155,65,0,true,true,false],[160,45,0,true,true,false],[160,58,0,true,false,false],[163,47,0,true,true,false],[166,10,0,true,false,false],[171,24,0,true,true,false],[171,42,0,true,false,false],[171,44,0,true,true,false],[171,104,0,true,false,false],[172,6,0,false,false,false],[174,61,0,true,true,false],[179,45,0,true,true,false],[179,82,0,true,false,false],[184,23,0,true,true,false],[184,35,0,true,false,false],[184,37,0,true,true,false],[184,101,0,true,false,false],[185,6,0,false,false,false],[187,58,0,true,true,false],[192,47,0,true,true,false],[193,16,0,true,true,false],[193,50,0,true,false,false],[193,51,0,true,true,false],[199,14,0,true,true,false],[200,22,0,true,false,false],[207,27,0,true,true,false],[209,10,0,true,true,false],[213,13,0,true,true,false],[213,32,0,true,true,false],[213,46,0,true,false,false],[213,48,0,true,true,false],[213,102,0,true,false,false],[215,6,0,false,false,false],[219,51,0,true,true,false],[222,24,0,true,true,false],[222,40,0,true,false,false],[222,42,0,true,true,false],[222,43,0,true,false,false],[222,45,0,true,true,false],[222,86,0,true,false,false],[223,23,0,true,true,false],[223,45,0,true,true,false],[223,63,0,true,false,false],[223,65,0,true,true,false],[223,107,0,true,false,false],[224,6,0,false,false,false],[226,61,0,true,true,false],[229,76,0,true,true,false],[229,79,0,true,false,false],[229,84,0,true,true,false],[229,85,0,true,false,false],[230,24,0,true,true,false],[230,36,0,true,false,false],[230,38,0,true,true,false],[230,51,0,true,false,false],[230,53,0,true,true,false],[230,113,0,true,false,false],[231,6,0,false,false,false],[233,57,0,true,true,false],[236,13,0,true,true,false],[236,58,0,true,false,false],[237,13,0,true,true,false],[237,55,0,true,false,false],[238,13,0,true,true,false],[238,85,0,true,false,false],[240,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":86,"covered":0,"percent":0},"instantiations":{"count":86,"covered":0,"percent":0},"lines":{"count":319,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":100,"covered":0,"notcovered":100,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift","mcdc_records":[],"segments":[[8,41,0,true,true,false],[14,128,0,true,true,false],[15,86,0,true,true,false],[19,6,0,false,false,false],[22,26,0,true,true,false],[31,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":2,"covered":0,"percent":0},"instantiations":{"count":2,"covered":0,"percent":0},"lines":{"count":22,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":4,"covered":0,"notcovered":4,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift","mcdc_records":[],"segments":[[10,56,0,true,true,false],[11,41,0,true,true,false],[13,10,0,true,true,false],[18,13,0,true,true,false],[18,18,0,true,false,false],[18,20,0,true,true,false],[18,103,0,true,false,false],[19,10,0,true,true,false],[32,62,0,true,true,false],[32,89,0,true,true,false],[32,106,0,true,false,false],[33,9,0,true,true,false],[37,10,0,true,true,false],[38,23,0,true,true,false],[38,28,0,true,false,false],[38,30,0,true,true,false],[38,73,0,true,false,false],[45,16,0,true,true,false],[45,22,0,true,false,false],[46,9,0,true,true,false],[47,18,0,true,false,false],[48,9,0,true,true,false],[49,57,0,true,false,false],[50,10,0,true,true,false],[53,50,0,true,true,false],[55,13,0,true,true,false],[55,51,0,true,false,false],[56,13,0,true,true,false],[56,74,0,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":57,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":19,"covered":0,"notcovered":19,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SwiftTestingWorkaround.swift","mcdc_records":[],"segments":[[9,42,0,true,true,false],[13,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":1,"covered":0,"percent":0},"instantiations":{"count":1,"covered":0,"percent":0},"lines":{"count":5,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":1,"covered":0,"notcovered":1,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift","mcdc_records":[],"segments":[[8,27,0,true,true,false],[11,6,0,false,false,false],[13,30,0,true,true,false],[16,6,0,false,false,false],[20,55,0,true,true,false],[24,24,0,true,true,false],[24,53,0,true,false,false],[24,55,0,true,true,false],[24,91,0,true,false,false],[29,13,0,true,true,false],[29,29,0,true,false,false],[29,31,0,true,true,false],[29,32,0,true,false,false],[29,34,0,true,true,false],[29,87,0,true,false,false],[33,16,0,true,true,false],[33,23,0,true,false,false],[34,9,0,true,true,false],[35,18,0,true,false,false],[36,10,0,true,true,false],[37,6,0,false,false,false],[39,53,0,true,true,false],[42,23,0,true,true,false],[42,39,0,true,false,false],[43,24,0,true,true,false],[43,40,0,true,false,false],[44,24,0,true,true,false],[44,45,0,true,false,false],[44,47,0,true,true,false],[44,55,0,true,false,false],[45,6,0,false,false,false],[47,53,0,true,true,false],[50,24,0,true,true,false],[50,40,0,true,false,false],[51,23,0,true,true,false],[51,39,0,true,false,false],[52,24,0,true,true,false],[52,45,0,true,false,false],[52,47,0,true,true,false],[52,56,0,true,false,false],[53,6,0,false,false,false],[55,54,0,true,true,false],[58,24,0,true,true,false],[58,40,0,true,false,false],[59,24,0,true,true,false],[59,40,0,true,false,false],[60,24,0,true,true,false],[60,45,0,true,false,false],[60,47,0,true,true,false],[60,54,0,true,false,false],[61,6,0,false,false,false],[65,61,0,true,true,false],[69,16,0,true,true,false],[69,26,0,true,false,false],[70,9,0,true,true,false],[71,18,0,true,false,false],[72,10,0,true,true,false],[75,24,0,true,true,false],[75,54,0,true,false,false],[76,24,0,true,true,false],[76,54,0,true,false,false],[77,6,0,false,false,false],[79,72,0,true,true,false],[83,24,0,true,true,false],[83,34,0,true,false,false],[83,36,0,true,true,false],[83,46,0,true,false,false],[84,6,0,false,false,false],[86,78,0,true,true,false],[90,24,0,true,true,false],[90,34,0,true,false,false],[90,36,0,true,true,false],[90,52,0,true,false,false],[91,6,0,false,false,false],[93,71,0,true,true,false],[97,24,0,true,true,false],[97,34,0,true,false,false],[97,36,0,true,true,false],[97,44,0,true,false,false],[98,6,0,false,false,false],[100,40,0,true,true,false],[102,13,0,true,true,false],[102,64,0,true,false,false],[102,66,0,true,true,false],[102,94,0,true,false,false],[105,13,0,true,true,false],[105,70,0,true,false,false],[105,72,0,true,true,false],[105,107,0,true,false,false],[107,24,0,true,true,false],[107,73,0,true,false,false],[107,75,0,true,true,false],[107,96,0,true,false,false],[108,6,0,false,false,false],[110,40,0,true,true,false],[115,23,0,true,true,false],[115,66,0,true,false,false],[116,23,0,true,true,false],[116,65,0,true,false,false],[118,23,0,true,true,false],[118,79,0,true,false,false],[119,23,0,true,true,false],[119,71,0,true,false,false],[121,23,0,true,true,false],[121,74,0,true,false,false],[122,6,0,false,false,false],[126,63,0,true,true,false],[130,23,0,true,true,false],[130,54,0,true,true,false],[130,82,0,true,false,false],[131,24,0,true,true,false],[131,65,0,true,false,false],[134,16,0,true,true,false],[134,35,0,true,false,false],[135,9,0,true,true,false],[136,28,0,true,true,false],[136,53,0,true,false,false],[136,55,0,true,true,false],[136,65,0,true,false,false],[137,9,0,true,true,false],[138,28,0,true,true,false],[138,53,0,true,false,false],[138,55,0,true,true,false],[138,71,0,true,false,false],[139,9,0,true,true,false],[140,28,0,true,true,false],[140,53,0,true,false,false],[140,55,0,true,true,false],[140,63,0,true,false,false],[141,10,0,true,true,false],[144,24,0,true,true,false],[144,50,0,true,false,false],[145,23,0,true,true,false],[145,80,0,true,false,false],[146,6,0,false,false,false],[148,45,0,true,true,false],[158,23,0,true,true,false],[158,73,0,true,false,false],[159,23,0,true,true,false],[159,53,0,true,false,false],[160,23,0,true,true,false],[160,53,0,true,false,false],[161,23,0,true,true,false],[161,56,0,true,false,false],[162,23,0,true,true,false],[162,63,0,true,false,false],[163,6,0,false,false,false],[165,62,0,true,true,false],[175,23,0,true,true,false],[175,54,0,true,false,false],[176,23,0,true,true,false],[176,59,0,true,false,false],[177,23,0,true,true,false],[177,59,0,true,false,false],[178,23,0,true,true,false],[178,63,0,true,false,false],[179,23,0,true,true,false],[179,68,0,true,false,false],[180,23,0,true,true,false],[180,68,0,true,false,false],[181,6,0,false,false,false],[185,49,0,true,true,false],[187,23,0,true,true,false],[187,41,0,true,true,false],[187,56,0,true,false,false],[188,6,0,false,false,false],[190,55,0,true,true,false],[192,23,0,true,true,false],[192,41,0,true,true,false],[192,56,0,true,false,false],[193,6,0,false,false,false],[195,75,0,true,true,false],[199,24,0,true,true,false],[199,50,0,true,false,false],[200,24,0,true,true,false],[200,57,0,true,false,false],[201,24,0,true,true,false],[201,56,0,true,false,false],[205,23,0,true,true,false],[205,72,0,true,false,false],[206,23,0,true,true,false],[206,53,0,true,false,false],[207,23,0,true,true,false],[207,60,0,true,false,false],[208,6,0,false,false,false],[210,47,0,true,true,false],[214,24,0,true,true,false],[214,63,0,true,false,false],[215,23,0,true,true,false],[215,57,0,true,true,false],[215,88,0,true,false,false],[216,23,0,true,true,false],[216,63,0,true,true,false],[216,100,0,true,false,false],[219,24,0,true,true,false],[219,48,0,true,false,false],[220,23,0,true,true,false],[220,70,0,true,false,false],[221,6,0,false,false,false],[242,7,0,true,true,false],[248,6,0,false,false,false],[250,56,0,true,true,false],[252,6,0,false,false,false],[254,69,0,true,true,false],[262,6,0,false,false,false],[268,51,0,true,true,false],[275,24,0,true,true,false],[275,31,0,true,false,false],[275,33,0,true,true,false],[275,59,0,true,false,false],[276,23,0,true,true,false],[276,39,0,true,false,false],[279,24,0,true,true,false],[279,34,0,true,false,false],[279,36,0,true,true,false],[279,46,0,true,false,false],[282,23,0,true,true,false],[282,46,0,true,false,false],[283,24,0,true,true,false],[283,53,0,true,false,false],[283,55,0,true,true,false],[283,65,0,true,false,false],[284,6,0,false,false,false],[286,51,0,true,true,false],[293,24,0,true,true,false],[293,31,0,true,false,false],[293,33,0,true,true,false],[293,60,0,true,false,false],[294,23,0,true,true,false],[294,39,0,true,false,false],[297,24,0,true,true,false],[297,34,0,true,false,false],[297,36,0,true,true,false],[297,52,0,true,false,false],[300,23,0,true,true,false],[300,46,0,true,false,false],[301,24,0,true,true,false],[301,53,0,true,false,false],[301,55,0,true,true,false],[301,71,0,true,false,false],[302,6,0,false,false,false],[304,58,0,true,true,false],[313,24,0,true,true,false],[313,47,0,true,false,false],[314,24,0,true,true,false],[314,41,0,true,false,false],[314,43,0,true,true,false],[314,72,0,true,false,false],[315,24,0,true,true,false],[315,50,0,true,false,false],[315,52,0,true,true,false],[315,86,0,true,false,false],[316,6,0,false,false,false],[318,57,0,true,true,false],[322,24,0,true,true,false],[322,47,0,true,false,false],[322,49,0,true,true,false],[322,59,0,true,false,false],[323,23,0,true,true,false],[323,51,0,true,false,false],[324,23,0,true,true,false],[324,58,0,true,true,false],[324,85,0,true,false,false],[325,23,0,true,true,false],[325,69,0,true,false,false],[326,6,0,false,false,false],[328,63,0,true,true,false],[332,24,0,true,true,false],[332,47,0,true,false,false],[332,49,0,true,true,false],[332,65,0,true,false,false],[333,23,0,true,true,false],[333,51,0,true,false,false],[334,23,0,true,true,false],[334,58,0,true,true,false],[334,85,0,true,false,false],[335,23,0,true,true,false],[335,76,0,true,false,false],[336,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":135,"covered":0,"percent":0},"instantiations":{"count":135,"covered":0,"percent":0},"lines":{"count":380,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":146,"covered":0,"notcovered":146,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift","mcdc_records":[],"segments":[[9,29,9,true,true,false],[9,34,0,false,false,false],[11,77,0,true,true,false],[12,41,0,true,true,false],[12,57,0,true,true,false],[14,48,0,true,false,false],[15,6,0,false,false,false],[17,58,0,true,true,false],[18,44,0,true,true,false],[18,87,0,true,true,false],[20,45,0,true,true,false],[21,37,0,true,true,false],[21,58,0,true,false,false],[21,60,0,true,true,false],[21,61,0,true,false,false],[22,23,0,true,true,false],[22,60,0,true,false,false],[23,23,0,true,true,false],[23,60,0,true,false,false],[24,6,0,false,false,false],[26,53,0,true,true,false],[27,44,0,true,true,false],[27,87,0,true,true,false],[30,16,0,true,true,false],[30,22,0,true,false,false],[31,9,0,true,true,false],[32,27,0,true,true,false],[32,31,0,true,false,false],[33,9,0,true,true,false],[34,63,0,true,false,false],[35,10,0,true,true,false],[36,6,0,false,false,false],[38,62,0,true,true,false],[39,44,0,true,true,false],[39,87,0,true,true,false],[41,50,0,true,true,false],[43,42,0,true,true,false],[45,51,0,true,true,false],[45,68,0,true,false,false],[46,27,0,true,true,false],[46,40,0,true,false,false],[46,42,0,true,true,false],[46,79,0,true,false,false],[48,6,0,false,false,false],[52,59,0,true,true,false],[53,44,0,true,true,false],[53,87,0,true,true,false],[60,16,0,true,true,false],[60,22,0,true,false,false],[61,9,0,true,true,false],[63,27,0,true,true,false],[63,31,0,true,false,false],[64,9,0,true,true,false],[65,58,0,true,false,false],[66,9,0,true,true,false],[67,64,0,true,false,false],[68,10,0,true,true,false],[69,6,0,false,false,false],[72,65,0,true,true,false],[73,44,0,true,true,false],[73,87,0,true,true,false],[76,16,0,true,true,false],[76,22,0,true,false,false],[77,9,0,true,true,false],[78,54,0,true,true,false],[79,54,0,true,true,false],[81,14,0,true,true,false],[82,27,0,true,true,false],[82,34,0,true,false,false],[82,36,0,true,true,false],[82,91,0,true,false,false],[85,51,0,true,true,false],[85,74,0,true,false,false],[85,78,0,true,true,false],[85,95,0,true,false,false],[86,27,0,true,true,false],[86,40,0,true,false,false],[86,42,0,true,true,false],[86,107,0,true,false,false],[87,9,0,true,true,false],[88,62,0,true,false,false],[89,9,0,true,true,false],[90,58,0,true,false,false],[91,10,0,true,true,false],[92,6,0,false,false,false],[95,73,0,true,true,false],[96,44,0,true,true,false],[96,87,0,true,true,false],[104,16,0,true,true,false],[104,22,0,true,false,false],[105,9,0,true,true,false],[106,27,0,true,true,false],[106,31,0,true,false,false],[106,33,0,true,true,false],[106,73,0,true,false,false],[107,9,0,true,true,false],[108,27,0,true,true,false],[108,31,0,true,false,false],[108,33,0,true,true,false],[108,78,0,true,false,false],[109,9,0,true,true,false],[110,27,0,true,true,false],[110,31,0,true,false,false],[110,33,0,true,true,false],[110,81,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[118,60,0,true,true,false],[119,44,0,true,true,false],[119,87,0,true,true,false],[125,16,0,true,true,false],[125,22,0,true,false,false],[126,9,0,true,true,false],[128,27,0,true,true,false],[128,31,0,true,false,false],[129,9,0,true,true,false],[131,27,0,true,true,false],[131,73,0,true,true,false],[131,113,0,true,false,false],[132,9,0,true,true,false],[133,60,0,true,false,false],[134,10,0,true,true,false],[135,6,0,false,false,false],[138,56,0,true,true,false],[139,44,0,true,true,false],[139,87,0,true,true,false],[143,86,0,true,true,false],[145,20,0,true,true,false],[145,26,0,true,false,false],[146,13,0,true,true,false],[147,83,0,true,false,false],[148,13,0,true,true,false],[150,22,0,true,false,false],[151,14,0,true,true,false],[152,10,0,true,true,false],[153,6,0,false,false,false],[156,39,0,true,true,false],[157,24,0,true,true,false],[157,68,0,true,false,false],[157,70,0,true,true,false],[157,77,0,true,false,false],[158,24,0,true,true,false],[158,70,0,true,false,false],[158,72,0,true,true,false],[158,81,0,true,false,false],[159,24,0,true,true,false],[159,66,0,true,false,false],[159,68,0,true,true,false],[159,73,0,true,false,false],[160,24,0,true,true,false],[160,69,0,true,false,false],[160,71,0,true,true,false],[160,79,0,true,false,false],[161,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":43,"covered":1,"percent":2.3255813953488373},"instantiations":{"count":43,"covered":1,"percent":2.3255813953488373},"lines":{"count":165,"covered":1,"percent":0.60606060606060608},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":97,"covered":1,"notcovered":96,"percent":1.0309278350515463}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift","mcdc_records":[],"segments":[[12,29,9,true,true,false],[12,34,0,false,false,false],[14,77,0,true,true,false],[15,41,0,true,true,false],[15,57,0,true,true,false],[17,48,0,true,false,false],[18,6,0,false,false,false],[24,51,0,true,true,false],[25,44,0,true,true,false],[25,87,0,true,true,false],[32,26,0,true,true,false],[33,49,0,true,true,false],[34,49,0,true,true,false],[36,14,0,true,false,false],[37,10,0,true,true,false],[40,37,0,true,true,false],[40,53,0,true,false,false],[40,55,0,true,true,false],[40,56,0,true,false,false],[40,58,0,true,true,false],[40,89,0,true,false,false],[43,41,0,true,true,false],[45,17,0,true,true,false],[45,30,0,true,false,false],[45,32,0,true,true,false],[45,49,0,true,false,false],[46,17,0,true,true,false],[46,84,0,true,false,false],[48,10,0,true,true,false],[49,6,0,false,false,false],[53,59,0,true,true,false],[54,44,0,true,true,false],[54,87,0,true,true,false],[59,46,0,true,true,false],[60,51,0,true,true,false],[61,46,0,true,true,false],[63,89,0,true,true,false],[63,95,0,true,false,false],[67,24,0,true,true,false],[67,33,0,true,false,false],[67,35,0,true,true,false],[67,50,0,true,false,false],[67,52,0,true,true,false],[67,94,0,true,false,false],[68,6,0,false,false,false],[74,51,0,true,true,false],[75,44,0,true,true,false],[75,87,0,true,true,false],[80,45,0,true,true,false],[81,25,0,true,true,false],[81,41,0,true,false,false],[81,43,0,true,true,false],[81,85,0,true,false,false],[83,50,0,true,true,false],[84,25,0,true,true,false],[84,42,0,true,false,false],[84,44,0,true,true,false],[84,89,0,true,false,false],[85,6,0,false,false,false],[89,53,0,true,true,false],[90,44,0,true,true,false],[90,87,0,true,true,false],[96,16,0,true,true,false],[96,22,0,true,false,false],[97,9,0,true,true,false],[100,17,0,true,true,false],[100,48,0,true,false,false],[101,17,0,true,true,false],[101,73,0,true,false,false],[103,9,0,true,true,false],[106,17,0,true,true,false],[106,48,0,true,false,false],[107,17,0,true,true,false],[107,70,0,true,false,false],[109,9,0,true,true,false],[110,57,0,true,false,false],[111,10,0,true,true,false],[112,6,0,false,false,false],[118,40,0,true,true,false],[126,69,0,true,true,false],[128,85,0,true,true,false],[130,97,0,true,true,false],[131,24,0,true,true,false],[131,40,0,true,false,false],[131,42,0,true,true,false],[131,44,0,true,false,false],[131,46,0,true,true,false],[131,84,0,true,false,false],[138,79,0,true,true,false],[140,90,0,true,true,false],[144,10,0,true,true,false],[145,24,0,true,true,false],[145,41,0,true,false,false],[145,43,0,true,true,false],[145,45,0,true,false,false],[145,47,0,true,true,false],[145,88,0,true,false,false],[146,6,0,false,false,false],[150,52,0,true,true,false],[156,69,0,true,true,false],[158,85,0,true,true,false],[160,97,0,true,true,false],[161,22,0,true,true,false],[161,38,0,true,false,false],[161,40,0,true,true,false],[161,94,0,true,false,false],[162,24,0,true,true,false],[162,37,0,true,false,false],[162,39,0,true,true,false],[162,47,0,true,false,false],[162,49,0,true,true,false],[162,82,0,true,false,false],[169,79,0,true,true,false],[171,90,0,true,true,false],[175,10,0,true,true,false],[176,22,0,true,true,false],[176,39,0,true,false,false],[176,41,0,true,true,false],[176,98,0,true,false,false],[177,23,0,true,true,false],[177,35,0,true,false,false],[177,37,0,true,true,false],[177,70,0,true,false,false],[178,6,0,false,false,false],[181,42,0,true,true,false],[185,24,0,true,true,false],[185,33,0,true,false,false],[185,35,0,true,true,false],[185,38,0,true,false,false],[186,6,0,false,false,false],[192,53,0,true,true,false],[193,44,0,true,true,false],[193,87,0,true,true,false],[199,27,0,true,true,false],[200,16,0,true,true,false],[201,45,0,true,true,false],[203,14,0,true,false,false],[203,21,0,true,true,false],[205,14,0,true,true,false],[206,10,0,true,true,false],[211,13,0,true,true,false],[211,22,0,true,false,false],[211,24,0,true,true,false],[211,25,0,true,false,false],[212,13,0,true,true,false],[212,90,0,true,false,false],[214,6,0,false,false,false],[218,53,0,true,true,false],[219,44,0,true,true,false],[219,87,0,true,true,false],[224,28,0,true,true,false],[224,42,0,true,true,false],[225,29,0,true,true,false],[225,47,0,true,true,false],[226,28,0,true,true,false],[226,42,0,true,true,false],[227,29,0,true,true,false],[227,47,0,true,true,false],[232,25,0,true,true,false],[232,42,0,true,false,false],[232,44,0,true,true,false],[232,72,0,true,false,false],[233,23,0,true,true,false],[233,38,0,true,false,false],[233,40,0,true,true,false],[233,69,0,true,false,false],[234,25,0,true,true,false],[234,42,0,true,false,false],[234,44,0,true,true,false],[234,73,0,true,false,false],[235,23,0,true,true,false],[235,38,0,true,false,false],[235,40,0,true,true,false],[235,70,0,true,false,false],[236,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":61,"covered":1,"percent":1.639344262295082},"instantiations":{"count":61,"covered":1,"percent":1.639344262295082},"lines":{"count":240,"covered":1,"percent":0.41666666666666669},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":113,"covered":1,"notcovered":112,"percent":0.88495575221238942}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift","mcdc_records":[],"segments":[[11,29,5,true,true,false],[11,34,0,false,false,false],[13,77,0,true,true,false],[14,41,0,true,true,false],[14,57,0,true,true,false],[16,48,0,true,false,false],[17,6,0,false,false,false],[23,65,0,true,true,false],[24,44,0,true,true,false],[24,87,0,true,true,false],[29,40,0,true,true,false],[38,16,0,true,true,false],[38,27,0,true,false,false],[38,28,0,true,true,false],[41,14,0,true,false,false],[42,10,0,true,true,false],[47,50,0,true,true,false],[48,25,0,true,true,false],[48,38,0,true,false,false],[48,40,0,true,true,false],[48,97,0,true,false,false],[49,6,0,false,false,false],[53,50,0,true,true,false],[54,44,0,true,true,false],[54,87,0,true,true,false],[60,40,0,true,true,false],[62,16,0,true,true,false],[62,50,0,true,false,false],[62,51,0,true,true,false],[64,14,0,true,false,false],[66,10,0,true,true,false],[70,13,0,true,true,false],[70,22,0,true,false,false],[70,24,0,true,true,false],[70,43,0,true,false,false],[71,13,0,true,true,false],[71,85,0,true,false,false],[76,42,0,true,true,false],[77,6,0,false,false,false],[81,51,0,true,true,false],[82,44,0,true,true,false],[82,87,0,true,true,false],[86,60,0,true,true,false],[87,31,0,true,true,false],[88,31,0,true,true,false],[90,24,0,true,true,false],[91,53,0,true,true,false],[92,36,0,true,false,false],[93,29,0,true,true,false],[95,22,0,true,false,false],[97,14,0,true,true,false],[100,39,0,true,true,false],[101,20,0,true,true,false],[101,26,0,true,false,false],[101,27,0,true,true,false],[103,18,0,true,false,false],[104,14,0,true,true,false],[105,25,0,true,false,false],[109,13,0,true,true,false],[109,22,0,true,false,false],[109,24,0,true,true,false],[109,26,0,true,false,false],[110,13,0,true,true,false],[110,74,0,true,false,false],[115,42,0,true,true,false],[116,6,0,false,false,false],[120,57,0,true,true,false],[121,44,0,true,true,false],[121,87,0,true,true,false],[126,37,0,true,true,false],[131,48,0,true,true,false],[132,25,0,true,true,false],[132,38,0,true,false,false],[132,40,0,true,true,false],[132,100,0,true,false,false],[133,6,0,false,false,false],[139,59,0,true,true,false],[140,44,0,true,true,false],[140,87,0,true,true,false],[149,39,0,true,true,false],[151,16,0,true,true,false],[152,45,0,true,true,false],[153,14,0,true,false,false],[153,21,0,true,true,false],[157,20,0,true,true,false],[157,50,0,true,false,false],[157,51,0,true,true,false],[160,18,0,true,true,false],[161,14,0,true,true,false],[163,16,0,true,true,false],[163,27,0,true,false,false],[163,28,0,true,true,false],[165,14,0,true,false,false],[166,10,0,true,true,false],[169,27,0,true,true,false],[169,35,0,true,false,false],[169,37,0,true,true,false],[169,39,0,true,false,false],[169,41,0,true,true,false],[169,102,0,true,false,false],[173,50,0,true,true,false],[175,13,0,true,true,false],[175,26,0,true,false,false],[175,28,0,true,true,false],[175,99,0,true,false,false],[177,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":24,"covered":1,"percent":4.1666666666666661},"instantiations":{"count":24,"covered":1,"percent":4.1666666666666661},"lines":{"count":192,"covered":1,"percent":0.52083333333333326},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":70,"covered":1,"notcovered":69,"percent":1.4285714285714286}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift","mcdc_records":[],"segments":[[11,50,0,true,true,false],[17,25,0,true,true,false],[17,31,0,true,false,false],[18,24,0,true,true,false],[18,67,0,true,false,false],[18,69,0,true,true,false],[18,92,0,true,false,false],[19,23,0,true,true,false],[19,48,0,true,false,false],[20,6,0,false,false,false],[22,48,0,true,true,false],[29,25,0,true,true,false],[29,31,0,true,false,false],[30,24,0,true,true,false],[30,67,0,true,false,false],[30,69,0,true,true,false],[30,92,0,true,false,false],[32,13,0,true,true,false],[32,61,0,true,false,false],[33,13,0,true,true,false],[33,71,0,true,false,false],[38,25,0,true,true,false],[38,32,0,true,false,false],[40,13,0,true,true,false],[40,57,0,true,false,false],[41,13,0,true,true,false],[41,71,0,true,false,false],[43,23,0,true,true,false],[43,49,0,true,false,false],[44,6,0,false,false,false],[46,49,0,true,true,false],[52,22,0,true,true,false],[52,28,0,true,false,false],[52,30,0,true,true,false],[52,78,0,true,false,false],[53,6,0,false,false,false],[55,49,0,true,true,false],[61,22,0,true,true,false],[61,28,0,true,false,false],[61,30,0,true,true,false],[61,64,0,true,false,false],[62,6,0,false,false,false],[64,50,0,true,true,false],[71,24,0,true,true,false],[71,63,0,true,false,false],[71,65,0,true,true,false],[71,89,0,true,false,false],[75,24,0,true,true,false],[75,63,0,true,false,false],[75,65,0,true,true,false],[75,88,0,true,false,false],[79,24,0,true,true,false],[79,63,0,true,false,false],[79,65,0,true,true,false],[79,104,0,true,false,false],[80,23,0,true,true,false],[80,44,0,true,false,false],[81,6,0,false,false,false],[83,57,0,true,true,false],[90,25,0,true,true,false],[90,31,0,true,false,false],[91,24,0,true,true,false],[91,67,0,true,false,false],[91,69,0,true,true,false],[91,92,0,true,false,false],[92,24,0,true,true,false],[92,72,0,true,false,false],[92,74,0,true,true,false],[92,89,0,true,false,false],[93,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":35,"covered":0,"percent":0},"instantiations":{"count":35,"covered":0,"percent":0},"lines":{"count":107,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":35,"covered":0,"notcovered":35,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift","mcdc_records":[],"segments":[[6,32,0,true,true,false],[9,80,0,true,true,false],[10,23,0,true,true,false],[10,32,0,true,false,false],[11,24,0,true,true,false],[11,36,0,true,false,false],[12,22,0,true,true,false],[12,30,0,true,false,false],[13,6,0,false,false,false],[15,46,0,true,true,false],[18,80,0,true,true,false],[19,23,0,true,true,false],[19,35,0,true,false,false],[20,24,0,true,true,false],[20,33,0,true,false,false],[21,24,0,true,true,false],[21,32,0,true,false,false],[21,34,0,true,true,false],[21,56,0,true,false,false],[22,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":9,"covered":0,"percent":0},"instantiations":{"count":9,"covered":0,"percent":0},"lines":{"count":23,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":11,"covered":0,"notcovered":11,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift","mcdc_records":[],"segments":[[14,7,0,true,true,false],[17,6,0,false,false,false],[19,75,0,true,true,false],[19,77,0,false,false,false],[20,65,0,true,true,false],[20,67,0,false,false,false],[22,95,0,true,true,false],[24,42,0,true,true,false],[26,10,0,true,true,false],[27,29,0,true,false,false],[28,6,0,false,false,false],[30,95,0,true,true,false],[32,42,0,true,true,false],[34,10,0,true,true,false],[35,29,0,true,false,false],[36,6,0,false,false,false],[43,48,0,true,true,false],[43,50,0,false,false,false],[47,13,0,true,true,false],[48,12,0,true,true,false],[49,39,0,true,true,false],[51,10,0,true,false,false],[51,17,0,true,true,false],[53,10,0,true,true,false],[54,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":7,"covered":0,"percent":0},"instantiations":{"count":7,"covered":0,"percent":0},"lines":{"count":29,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":15,"covered":0,"notcovered":15,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift","mcdc_records":[],"segments":[[17,28,0,true,true,false],[22,6,0,false,false,false],[28,39,0,true,true,false],[28,41,0,false,false,false],[34,34,0,true,true,false],[39,6,0,false,false,false],[42,25,0,true,true,false],[42,30,0,false,false,false],[45,28,0,true,true,false],[45,33,0,false,false,false],[48,81,0,true,true,false],[48,83,0,false,false,false],[52,20,0,true,true,false],[52,22,0,false,false,false],[56,18,0,true,true,false],[66,6,0,false,false,false],[70,88,0,true,true,false],[72,6,0,false,false,false],[74,74,0,true,true,false],[76,6,0,false,false,false],[78,94,0,true,true,false],[80,6,0,false,false,false],[82,42,0,true,true,false],[84,6,0,false,false,false],[86,45,0,true,true,false],[88,6,0,false,false,false],[96,37,0,true,true,false],[99,12,0,true,true,false],[99,28,0,true,false,false],[99,29,0,true,true,false],[104,10,0,true,true,false],[106,12,0,true,true,false],[106,25,0,true,false,false],[106,26,0,true,true,false],[107,87,0,true,true,false],[107,89,0,true,false,false],[108,10,0,true,true,false],[110,45,0,true,true,false],[112,10,0,true,true,false],[114,32,0,true,false,false],[115,6,0,false,false,false],[117,52,0,true,true,false],[120,47,0,true,true,false],[122,10,0,true,true,false],[124,34,0,true,false,false],[125,6,0,false,false,false],[127,90,0,true,true,false],[132,12,0,true,true,false],[132,28,0,true,false,false],[132,29,0,true,true,false],[137,10,0,true,true,false],[139,51,0,true,true,false],[141,10,0,true,true,false],[143,38,0,true,false,false],[144,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":91,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":32,"covered":0,"notcovered":32,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift","mcdc_records":[],"segments":[[5,27,0,true,true,false],[5,29,0,false,false,false],[8,48,0,true,true,false],[9,12,0,true,true,false],[9,30,0,true,false,false],[9,31,0,true,true,false],[11,10,0,true,true,false],[13,6,0,false,false,false],[15,85,0,true,true,false],[16,42,0,true,true,false],[17,6,0,false,false,false],[19,49,0,true,true,false],[20,46,0,true,true,false],[21,6,0,false,false,false],[23,126,0,true,true,false],[24,53,0,true,true,false],[25,6,0,false,false,false],[27,56,0,true,true,false],[28,53,0,true,true,false],[29,6,0,false,false,false],[31,50,0,true,true,false],[32,47,0,true,true,false],[33,6,0,false,false,false],[35,79,0,true,true,false],[36,51,0,true,true,false],[37,21,0,true,false,false],[38,6,0,false,false,false],[40,67,0,true,true,false],[41,64,0,true,true,false],[42,6,0,false,false,false],[44,44,0,true,true,false],[45,41,0,true,true,false],[46,6,0,false,false,false],[48,56,0,true,true,false],[49,53,0,true,true,false],[50,6,0,false,false,false],[52,50,0,true,true,false],[53,47,0,true,true,false],[54,6,0,false,false,false],[56,61,0,true,true,false],[57,58,0,true,true,false],[58,6,0,false,false,false],[60,46,0,true,true,false],[61,43,0,true,true,false],[62,6,0,false,false,false],[64,51,0,true,true,false],[65,48,0,true,true,false],[66,6,0,false,false,false],[68,54,0,true,true,false],[69,39,0,true,true,false],[70,6,0,false,false,false],[72,48,0,true,true,false],[73,45,0,true,true,false],[74,6,0,false,false,false],[76,43,0,true,true,false],[77,40,0,true,true,false],[78,6,0,false,false,false],[80,64,0,true,true,false],[81,53,0,true,true,false],[82,20,0,true,false,false],[83,6,0,false,false,false],[85,52,0,true,true,false],[86,49,0,true,true,false],[87,6,0,false,false,false],[89,49,0,true,true,false],[90,46,0,true,true,false],[91,6,0,false,false,false],[93,84,0,true,true,false],[94,52,0,true,true,false],[95,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":22,"covered":0,"percent":0},"instantiations":{"count":22,"covered":0,"percent":0},"lines":{"count":69,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":45,"covered":0,"notcovered":45,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift","mcdc_records":[],"segments":[[8,54,0,true,true,false],[8,62,0,false,false,false],[9,29,0,true,true,false],[9,33,0,false,false,false],[10,33,0,true,true,false],[10,38,0,false,false,false],[11,37,0,true,true,false],[11,42,0,false,false,false],[12,39,0,true,true,false],[12,41,0,false,false,false],[14,35,0,true,true,false],[30,46,0,true,true,false],[30,65,0,true,false,false],[30,66,0,true,true,false],[41,10,0,true,false,false],[41,16,0,true,true,false],[43,10,0,true,false,false],[46,15,0,true,true,false],[46,97,0,true,false,false],[47,15,0,true,true,false],[47,33,0,true,false,false],[60,6,0,false,false,false],[62,49,0,true,true,false],[69,6,0,false,false,false],[71,51,0,true,true,false],[78,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":8,"covered":0,"percent":0},"instantiations":{"count":8,"covered":0,"percent":0},"lines":{"count":68,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":13,"covered":0,"notcovered":13,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift","mcdc_records":[],"segments":[[8,50,0,true,true,false],[14,24,0,true,true,false],[14,41,0,true,false,false],[14,43,0,true,true,false],[14,83,0,true,false,false],[15,6,0,false,false,false],[17,53,0,true,true,false],[23,24,0,true,true,false],[23,41,0,true,false,false],[23,43,0,true,true,false],[23,72,0,true,false,false],[24,6,0,false,false,false],[26,61,0,true,true,false],[33,23,0,true,true,false],[33,71,0,true,false,false],[34,24,0,true,true,false],[34,73,0,true,false,false],[35,6,0,false,false,false],[39,37,0,true,true,false],[43,24,0,true,true,false],[43,29,0,true,false,false],[43,31,0,true,true,false],[43,36,0,true,false,false],[44,6,0,false,false,false],[46,41,0,true,true,false],[50,27,0,true,true,false],[50,32,0,true,false,false],[50,34,0,true,true,false],[50,39,0,true,false,false],[51,6,0,false,false,false],[53,45,0,true,true,false],[57,27,0,true,true,false],[57,32,0,true,false,false],[57,34,0,true,true,false],[57,39,0,true,false,false],[58,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":18,"covered":0,"percent":0},"instantiations":{"count":18,"covered":0,"percent":0},"lines":{"count":56,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":18,"covered":0,"notcovered":18,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift","mcdc_records":[],"segments":[[7,57,0,true,true,false],[15,24,0,true,true,false],[15,34,0,true,false,false],[15,36,0,true,true,false],[15,39,0,true,false,false],[16,24,0,true,true,false],[16,35,0,true,false,false],[16,37,0,true,true,false],[16,40,0,true,false,false],[17,24,0,true,true,false],[17,34,0,true,false,false],[17,36,0,true,true,false],[17,45,0,true,false,false],[18,22,0,true,true,false],[18,32,0,true,false,false],[19,6,0,false,false,false],[21,47,0,true,true,false],[30,23,0,true,true,false],[30,37,0,true,false,false],[30,39,0,true,true,false],[30,90,0,true,false,false],[31,6,0,false,false,false],[33,47,0,true,true,false],[42,23,0,true,true,false],[42,39,0,true,true,false],[43,46,0,true,true,false],[43,61,0,true,true,false],[44,25,0,true,false,false],[45,12,0,true,true,false],[45,65,0,true,false,false],[46,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":15,"covered":0,"percent":0},"instantiations":{"count":15,"covered":0,"percent":0},"lines":{"count":56,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift","mcdc_records":[],"segments":[[16,34,0,true,true,false],[22,25,0,true,true,false],[22,52,0,true,false,false],[25,24,0,true,true,false],[25,52,0,true,false,false],[26,6,0,false,false,false],[28,36,0,true,true,false],[36,25,0,true,true,false],[36,45,0,true,false,false],[37,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":5,"covered":0,"percent":0},"instantiations":{"count":5,"covered":0,"percent":0},"lines":{"count":24,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":5,"covered":0,"notcovered":5,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift","mcdc_records":[],"segments":[[7,50,0,true,true,false],[9,46,0,true,true,false],[10,28,0,true,true,false],[10,32,0,true,false,false],[10,34,0,true,true,false],[10,46,0,true,false,false],[11,16,0,true,true,false],[13,10,0,true,false,false],[14,6,0,false,false,false],[16,51,0,true,true,false],[18,46,0,true,true,false],[19,28,0,true,true,false],[19,32,0,true,false,false],[19,34,0,true,true,false],[19,47,0,true,false,false],[20,16,0,true,true,false],[22,10,0,true,false,false],[23,6,0,false,false,false],[25,45,0,true,true,false],[27,46,0,true,true,false],[28,28,0,true,true,false],[28,32,0,true,false,false],[28,34,0,true,true,false],[28,41,0,true,false,false],[29,16,0,true,true,false],[31,10,0,true,false,false],[32,6,0,false,false,false],[36,47,0,true,true,false],[38,46,0,true,true,false],[39,28,0,true,true,false],[39,32,0,true,false,false],[39,34,0,true,true,false],[39,47,0,true,false,false],[40,16,0,true,true,false],[42,10,0,true,false,false],[43,6,0,false,false,false],[45,45,0,true,true,false],[47,46,0,true,true,false],[48,28,0,true,true,false],[48,32,0,true,false,false],[48,34,0,true,true,false],[48,46,0,true,false,false],[49,16,0,true,true,false],[51,10,0,true,false,false],[52,6,0,false,false,false],[54,45,0,true,true,false],[56,46,0,true,true,false],[57,28,0,true,true,false],[57,32,0,true,false,false],[57,34,0,true,true,false],[57,56,0,true,false,false],[58,16,0,true,true,false],[60,10,0,true,false,false],[61,6,0,false,false,false],[65,45,0,true,true,false],[67,46,0,true,true,false],[68,28,0,true,true,false],[68,32,0,true,false,false],[68,34,0,true,true,false],[68,45,0,true,false,false],[69,16,0,true,true,false],[71,10,0,true,false,false],[72,6,0,false,false,false],[74,45,0,true,true,false],[76,46,0,true,true,false],[77,28,0,true,true,false],[77,32,0,true,false,false],[77,34,0,true,true,false],[77,54,0,true,false,false],[78,16,0,true,true,false],[80,10,0,true,false,false],[81,6,0,false,false,false],[85,46,0,true,true,false],[87,45,0,true,true,false],[88,28,0,true,true,false],[88,32,0,true,false,false],[88,34,0,true,true,false],[88,42,0,true,false,false],[89,16,0,true,true,false],[91,10,0,true,false,false],[92,6,0,false,false,false],[94,48,0,true,true,false],[96,45,0,true,true,false],[97,28,0,true,true,false],[97,32,0,true,false,false],[97,34,0,true,true,false],[97,44,0,true,false,false],[98,16,0,true,true,false],[100,10,0,true,false,false],[101,6,0,false,false,false],[103,45,0,true,true,false],[105,45,0,true,true,false],[106,28,0,true,true,false],[106,32,0,true,false,false],[106,34,0,true,true,false],[106,41,0,true,false,false],[107,16,0,true,true,false],[109,10,0,true,false,false],[110,6,0,false,false,false],[112,46,0,true,true,false],[114,45,0,true,true,false],[115,28,0,true,true,false],[115,32,0,true,false,false],[115,34,0,true,true,false],[115,54,0,true,false,false],[116,16,0,true,true,false],[118,10,0,true,false,false],[119,6,0,false,false,false],[123,56,0,true,true,false],[125,42,0,true,true,false],[126,28,0,true,true,false],[126,32,0,true,false,false],[126,34,0,true,true,false],[126,52,0,true,false,false],[127,16,0,true,true,false],[129,10,0,true,false,false],[130,6,0,false,false,false],[132,56,0,true,true,false],[134,42,0,true,true,false],[135,28,0,true,true,false],[135,32,0,true,false,false],[135,34,0,true,true,false],[135,36,0,true,false,false],[136,16,0,true,true,false],[138,10,0,true,false,false],[139,6,0,false,false,false],[143,57,0,true,true,false],[145,37,0,true,true,false],[146,29,0,true,true,false],[146,59,0,true,false,false],[146,61,0,true,true,false],[146,95,0,true,false,false],[147,10,0,true,true,false],[148,6,0,false,false,false],[150,54,0,true,true,false],[152,34,0,true,true,false],[153,29,0,true,true,false],[153,59,0,true,false,false],[153,61,0,true,true,false],[153,92,0,true,false,false],[154,10,0,true,true,false],[155,6,0,false,false,false],[157,52,0,true,true,false],[159,32,0,true,true,false],[160,29,0,true,true,false],[160,59,0,true,false,false],[160,61,0,true,true,false],[160,90,0,true,false,false],[161,10,0,true,true,false],[162,6,0,false,false,false],[164,53,0,true,true,false],[166,33,0,true,true,false],[167,29,0,true,true,false],[167,59,0,true,false,false],[167,61,0,true,true,false],[167,91,0,true,false,false],[168,10,0,true,true,false],[169,6,0,false,false,false],[171,50,0,true,true,false],[173,30,0,true,true,false],[174,29,0,true,true,false],[174,59,0,true,false,false],[174,61,0,true,true,false],[174,88,0,true,false,false],[175,10,0,true,true,false],[176,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":57,"covered":0,"percent":0},"lines":{"count":180,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":95,"covered":0,"notcovered":95,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift","mcdc_records":[],"segments":[[9,47,0,true,true,false],[16,23,0,true,true,false],[16,61,0,true,false,false],[17,6,0,false,false,false],[19,54,0,true,true,false],[24,23,0,true,true,false],[24,61,0,true,false,false],[28,24,0,true,true,false],[28,62,0,true,false,false],[29,6,0,false,false,false],[31,52,0,true,true,false],[43,23,0,true,true,false],[43,61,0,true,false,false],[44,23,0,true,true,false],[44,61,0,true,false,false],[45,6,0,false,false,false],[47,51,0,true,true,false],[61,23,0,true,true,false],[61,61,0,true,false,false],[62,24,0,true,true,false],[62,62,0,true,false,false],[63,6,0,false,false,false],[65,63,0,true,true,false],[73,24,0,true,true,false],[73,48,0,true,false,false],[73,50,0,true,true,false],[73,55,0,true,false,false],[79,22,0,true,true,false],[79,46,0,true,false,false],[80,6,0,false,false,false],[82,60,0,true,true,false],[86,24,0,true,true,false],[86,51,0,true,false,false],[92,23,0,true,true,false],[92,50,0,true,false,false],[93,6,0,false,false,false],[95,63,0,true,true,false],[99,24,0,true,true,false],[99,51,0,true,false,false],[105,23,0,true,true,false],[105,50,0,true,false,false],[106,6,0,false,false,false],[108,45,0,true,true,false],[116,13,0,true,true,false],[116,51,0,true,false,false],[117,13,0,true,true,false],[117,44,0,true,false,false],[120,13,0,true,true,false],[120,51,0,true,false,false],[121,13,0,true,true,false],[121,62,0,true,false,false],[123,6,0,false,false,false],[125,51,0,true,true,false],[133,13,0,true,true,false],[133,51,0,true,false,false],[134,13,0,true,true,false],[134,48,0,true,false,false],[136,6,0,false,false,false],[140,41,0,true,true,false],[144,25,0,true,true,false],[144,31,0,true,false,false],[145,24,0,true,true,false],[145,51,0,true,false,false],[145,53,0,true,true,false],[145,61,0,true,false,false],[146,6,0,false,false,false],[148,41,0,true,true,false],[152,25,0,true,true,false],[152,31,0,true,false,false],[153,24,0,true,true,false],[153,54,0,true,false,false],[153,56,0,true,true,false],[153,67,0,true,false,false],[154,24,0,true,true,false],[154,44,0,true,false,false],[154,46,0,true,true,false],[154,57,0,true,false,false],[155,6,0,false,false,false],[157,59,0,true,true,false],[160,22,0,true,true,false],[160,28,0,true,false,false],[161,6,0,false,false,false],[163,43,0,true,true,false],[166,24,0,true,true,false],[166,30,0,true,false,false],[166,32,0,true,true,false],[166,42,0,true,false,false],[167,6,0,false,false,false],[169,55,0,true,true,false],[172,24,0,true,true,false],[172,30,0,true,false,false],[172,32,0,true,true,false],[172,50,0,true,false,false],[173,6,0,false,false,false],[175,65,0,true,true,false],[178,22,0,true,true,false],[178,28,0,true,false,false],[179,6,0,false,false,false],[181,37,0,true,true,false],[184,24,0,true,true,false],[184,30,0,true,false,false],[184,32,0,true,true,false],[184,44,0,true,false,false],[185,6,0,false,false,false],[187,46,0,true,true,false],[190,24,0,true,true,false],[190,30,0,true,false,false],[190,32,0,true,true,false],[190,58,0,true,false,false],[191,6,0,false,false,false],[193,57,0,true,true,false],[196,22,0,true,true,false],[196,28,0,true,false,false],[197,6,0,false,false,false],[201,51,0,true,true,false],[214,23,0,true,true,false],[214,45,0,true,false,false],[214,47,0,true,true,false],[214,83,0,true,false,false],[215,23,0,true,true,false],[215,46,0,true,false,false],[215,48,0,true,true,false],[215,85,0,true,false,false],[216,23,0,true,true,false],[216,46,0,true,false,false],[216,48,0,true,true,false],[216,85,0,true,false,false],[217,23,0,true,true,false],[217,46,0,true,false,false],[217,48,0,true,true,false],[217,85,0,true,false,false],[218,6,0,false,false,false],[220,52,0,true,true,false],[227,24,0,true,true,false],[227,46,0,true,false,false],[228,24,0,true,true,false],[228,47,0,true,false,false],[229,24,0,true,true,false],[229,47,0,true,false,false],[230,24,0,true,true,false],[230,47,0,true,false,false],[231,6,0,false,false,false],[233,49,0,true,true,false],[235,24,0,true,true,false],[235,79,0,true,false,false],[235,81,0,true,true,false],[235,82,0,true,false,false],[236,24,0,true,true,false],[236,79,0,true,false,false],[236,81,0,true,true,false],[236,83,0,true,false,false],[237,24,0,true,true,false],[237,79,0,true,false,false],[237,81,0,true,true,false],[237,83,0,true,false,false],[238,24,0,true,true,false],[238,79,0,true,false,false],[238,81,0,true,true,false],[238,83,0,true,false,false],[239,24,0,true,true,false],[239,83,0,true,false,false],[239,85,0,true,true,false],[239,87,0,true,false,false],[240,24,0,true,true,false],[240,82,0,true,false,false],[240,84,0,true,true,false],[240,86,0,true,false,false],[241,24,0,true,true,false],[241,86,0,true,false,false],[241,88,0,true,true,false],[241,90,0,true,false,false],[242,22,0,true,true,false],[242,87,0,true,false,false],[243,6,0,false,false,false],[245,51,0,true,true,false],[246,24,0,true,true,false],[246,82,0,true,false,false],[246,84,0,true,true,false],[246,87,0,true,false,false],[247,24,0,true,true,false],[247,84,0,true,false,false],[247,86,0,true,true,false],[247,89,0,true,false,false],[248,24,0,true,true,false],[248,82,0,true,false,false],[248,84,0,true,true,false],[248,87,0,true,false,false],[249,24,0,true,true,false],[249,81,0,true,false,false],[249,83,0,true,true,false],[249,86,0,true,false,false],[250,24,0,true,true,false],[250,86,0,true,false,false],[250,88,0,true,true,false],[250,91,0,true,false,false],[251,24,0,true,true,false],[251,82,0,true,false,false],[251,84,0,true,true,false],[251,87,0,true,false,false],[252,24,0,true,true,false],[252,82,0,true,false,false],[252,84,0,true,true,false],[252,87,0,true,false,false],[253,24,0,true,true,false],[253,84,0,true,false,false],[253,86,0,true,true,false],[253,89,0,true,false,false],[254,6,0,false,false,false],[256,57,0,true,true,false],[257,24,0,true,true,false],[257,81,0,true,false,false],[257,83,0,true,true,false],[257,86,0,true,false,false],[258,24,0,true,true,false],[258,81,0,true,false,false],[258,83,0,true,true,false],[258,86,0,true,false,false],[259,24,0,true,true,false],[259,81,0,true,false,false],[259,83,0,true,true,false],[259,86,0,true,false,false],[260,24,0,true,true,false],[260,81,0,true,false,false],[260,83,0,true,true,false],[260,86,0,true,false,false],[261,24,0,true,true,false],[261,81,0,true,false,false],[261,83,0,true,true,false],[261,85,0,true,false,false],[262,24,0,true,true,false],[262,81,0,true,false,false],[262,83,0,true,true,false],[262,85,0,true,false,false],[263,24,0,true,true,false],[263,81,0,true,false,false],[263,83,0,true,true,false],[263,85,0,true,false,false],[264,6,0,false,false,false],[266,49,0,true,true,false],[267,24,0,true,true,false],[267,87,0,true,false,false],[267,89,0,true,true,false],[267,92,0,true,false,false],[268,24,0,true,true,false],[268,82,0,true,false,false],[268,84,0,true,true,false],[268,87,0,true,false,false],[269,6,0,false,false,false],[273,58,0,true,true,false],[282,13,0,true,true,false],[282,51,0,true,false,false],[283,13,0,true,true,false],[283,46,0,true,false,false],[292,13,0,true,true,false],[292,51,0,true,false,false],[293,13,0,true,true,false],[293,70,0,true,false,false],[298,13,0,true,true,false],[298,51,0,true,false,false],[299,13,0,true,true,false],[299,47,0,true,false,false],[301,6,0,false,false,false],[303,61,0,true,true,false],[312,13,0,true,true,false],[312,51,0,true,false,false],[313,13,0,true,true,false],[313,61,0,true,false,false],[315,6,0,false,false,false],[317,52,0,true,true,false],[332,13,0,true,true,false],[332,51,0,true,false,false],[333,13,0,true,true,false],[333,66,0,true,false,false],[335,6,0,false,false,false],[337,66,0,true,true,false],[350,23,0,true,true,false],[350,45,0,true,false,false],[350,47,0,true,true,false],[350,95,0,true,false,false],[351,24,0,true,true,false],[351,46,0,true,false,false],[351,48,0,true,true,false],[351,95,0,true,false,false],[352,6,0,false,false,false],[356,54,0,true,true,false],[372,13,0,true,true,false],[372,51,0,true,false,false],[373,13,0,true,true,false],[373,46,0,true,false,false],[376,13,0,true,true,false],[376,51,0,true,false,false],[377,13,0,true,true,false],[377,60,0,true,false,false],[379,6,0,false,false,false],[381,51,0,true,true,false],[397,13,0,true,true,false],[397,51,0,true,false,false],[398,13,0,true,true,false],[398,43,0,true,false,false],[401,13,0,true,true,false],[401,51,0,true,false,false],[402,13,0,true,true,false],[402,62,0,true,false,false],[404,6,0,false,false,false],[406,62,0,true,true,false],[417,23,0,true,true,false],[417,60,0,true,false,false],[417,62,0,true,true,false],[417,89,0,true,false,false],[418,6,0,false,false,false],[420,61,0,true,true,false],[431,23,0,true,true,false],[431,61,0,true,false,false],[431,63,0,true,true,false],[431,90,0,true,false,false],[432,6,0,false,false,false],[436,56,0,true,true,false],[440,23,0,true,true,false],[440,53,0,true,false,false],[440,55,0,true,true,false],[440,112,0,true,false,false],[441,6,0,false,false,false],[443,54,0,true,true,false],[447,23,0,true,true,false],[447,53,0,true,false,false],[447,55,0,true,true,false],[447,107,0,true,false,false],[448,6,0,false,false,false],[450,51,0,true,true,false],[454,24,0,true,true,false],[454,54,0,true,false,false],[454,56,0,true,true,false],[454,107,0,true,false,false],[455,6,0,false,false,false],[457,50,0,true,true,false],[461,24,0,true,true,false],[461,54,0,true,false,false],[461,56,0,true,true,false],[461,106,0,true,false,false],[462,6,0,false,false,false],[464,47,0,true,true,false],[467,23,0,true,true,false],[467,57,0,true,false,false],[467,59,0,true,true,false],[467,105,0,true,false,false],[468,6,0,false,false,false],[470,69,0,true,true,false],[480,23,0,true,true,false],[480,57,0,true,false,false],[480,59,0,true,true,false],[480,123,0,true,false,false],[481,6,0,false,false,false],[485,49,0,true,true,false],[487,22,0,true,true,false],[487,50,0,true,false,false],[487,52,0,true,true,false],[487,97,0,true,false,false],[488,6,0,false,false,false],[490,43,0,true,true,false],[494,24,0,true,true,false],[494,52,0,true,false,false],[494,54,0,true,true,false],[494,56,0,true,false,false],[497,22,0,true,true,false],[497,50,0,true,false,false],[498,6,0,false,false,false],[502,50,0,true,true,false],[504,24,0,true,true,false],[504,66,0,true,false,false],[504,68,0,true,true,false],[504,69,0,true,false,false],[505,24,0,true,true,false],[505,66,0,true,false,false],[505,68,0,true,true,false],[505,69,0,true,false,false],[506,24,0,true,true,false],[506,66,0,true,false,false],[506,68,0,true,true,false],[506,69,0,true,false,false],[507,24,0,true,true,false],[507,66,0,true,false,false],[507,68,0,true,true,false],[507,69,0,true,false,false],[508,24,0,true,true,false],[508,66,0,true,false,false],[508,68,0,true,true,false],[508,69,0,true,false,false],[509,24,0,true,true,false],[509,66,0,true,false,false],[509,68,0,true,true,false],[509,69,0,true,false,false],[510,24,0,true,true,false],[510,66,0,true,false,false],[510,68,0,true,true,false],[510,70,0,true,false,false],[511,24,0,true,true,false],[511,66,0,true,false,false],[511,68,0,true,true,false],[511,70,0,true,false,false],[512,24,0,true,true,false],[512,66,0,true,false,false],[512,68,0,true,true,false],[512,70,0,true,false,false],[513,24,0,true,true,false],[513,66,0,true,false,false],[513,68,0,true,true,false],[513,70,0,true,false,false],[514,6,0,false,false,false],[516,49,0,true,true,false],[518,24,0,true,true,false],[518,66,0,true,false,false],[518,68,0,true,true,false],[518,70,0,true,false,false],[519,24,0,true,true,false],[519,66,0,true,false,false],[519,68,0,true,true,false],[519,70,0,true,false,false],[520,24,0,true,true,false],[520,66,0,true,false,false],[520,68,0,true,true,false],[520,70,0,true,false,false],[521,24,0,true,true,false],[521,66,0,true,false,false],[521,68,0,true,true,false],[521,70,0,true,false,false],[522,24,0,true,true,false],[522,66,0,true,false,false],[522,68,0,true,true,false],[522,70,0,true,false,false],[523,24,0,true,true,false],[523,66,0,true,false,false],[523,68,0,true,true,false],[523,70,0,true,false,false],[524,24,0,true,true,false],[524,66,0,true,false,false],[524,68,0,true,true,false],[524,70,0,true,false,false],[525,24,0,true,true,false],[525,66,0,true,false,false],[525,68,0,true,true,false],[525,70,0,true,false,false],[526,24,0,true,true,false],[526,66,0,true,false,false],[526,68,0,true,true,false],[526,70,0,true,false,false],[527,24,0,true,true,false],[527,66,0,true,false,false],[527,68,0,true,true,false],[527,70,0,true,false,false],[528,6,0,false,false,false],[530,52,0,true,true,false],[532,24,0,true,true,false],[532,66,0,true,false,false],[532,68,0,true,true,false],[532,69,0,true,false,false],[533,24,0,true,true,false],[533,66,0,true,false,false],[533,68,0,true,true,false],[533,69,0,true,false,false],[534,24,0,true,true,false],[534,66,0,true,false,false],[534,68,0,true,true,false],[534,69,0,true,false,false],[535,24,0,true,true,false],[535,66,0,true,false,false],[535,68,0,true,true,false],[535,69,0,true,false,false],[536,24,0,true,true,false],[536,66,0,true,false,false],[536,68,0,true,true,false],[536,70,0,true,false,false],[537,24,0,true,true,false],[537,66,0,true,false,false],[537,68,0,true,true,false],[537,70,0,true,false,false],[538,24,0,true,true,false],[538,66,0,true,false,false],[538,68,0,true,true,false],[538,70,0,true,false,false],[539,24,0,true,true,false],[539,66,0,true,false,false],[539,68,0,true,true,false],[539,70,0,true,false,false],[540,24,0,true,true,false],[540,66,0,true,false,false],[540,68,0,true,true,false],[540,70,0,true,false,false],[541,24,0,true,true,false],[541,66,0,true,false,false],[541,68,0,true,true,false],[541,70,0,true,false,false],[542,6,0,false,false,false],[544,54,0,true,true,false],[546,24,0,true,true,false],[546,66,0,true,false,false],[546,68,0,true,true,false],[546,69,0,true,false,false],[547,24,0,true,true,false],[547,66,0,true,false,false],[547,68,0,true,true,false],[547,70,0,true,false,false],[548,24,0,true,true,false],[548,66,0,true,false,false],[548,68,0,true,true,false],[548,69,0,true,false,false],[549,6,0,false,false,false],[551,59,0,true,true,false],[552,22,0,true,true,false],[552,70,0,true,false,false],[553,22,0,true,true,false],[553,63,0,true,false,false],[554,22,0,true,true,false],[554,68,0,true,false,false],[555,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":257,"covered":0,"percent":0},"instantiations":{"count":257,"covered":0,"percent":0},"lines":{"count":701,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":257,"covered":0,"notcovered":257,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift","mcdc_records":[],"segments":[[6,59,0,true,true,false],[9,24,0,true,true,false],[9,65,0,true,false,false],[9,67,0,true,true,false],[9,71,0,true,false,false],[10,24,0,true,true,false],[10,58,0,true,false,false],[10,60,0,true,true,false],[10,71,0,true,false,false],[11,6,0,false,false,false],[13,66,0,true,true,false],[16,24,0,true,true,false],[16,65,0,true,false,false],[16,67,0,true,true,false],[16,70,0,true,false,false],[17,24,0,true,true,false],[17,57,0,true,false,false],[17,59,0,true,true,false],[17,70,0,true,false,false],[18,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":10,"covered":0,"percent":0},"instantiations":{"count":10,"covered":0,"percent":0},"lines":{"count":20,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":10,"covered":0,"notcovered":10,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift","mcdc_records":[],"segments":[[10,56,0,true,true,false],[15,23,0,true,true,false],[15,46,0,true,false,false],[16,23,0,true,true,false],[16,45,0,true,false,false],[17,24,0,true,true,false],[17,36,0,true,false,false],[17,38,0,true,true,false],[17,39,0,true,false,false],[18,6,0,false,false,false],[20,58,0,true,true,false],[27,9,0,true,true,false],[29,31,0,true,true,false],[29,40,0,true,false,false],[29,42,0,true,true,false],[29,43,0,true,false,false],[30,31,0,true,true,false],[30,39,0,true,false,false],[30,41,0,true,true,false],[30,42,0,true,false,false],[32,6,0,false,false,false],[36,35,0,true,true,false],[38,23,0,true,true,false],[38,54,0,true,false,false],[39,23,0,true,true,false],[39,54,0,true,false,false],[40,23,0,true,true,false],[40,54,0,true,false,false],[41,6,0,false,false,false],[43,34,0,true,true,false],[45,23,0,true,true,false],[45,53,0,true,false,false],[46,23,0,true,true,false],[46,53,0,true,false,false],[47,23,0,true,true,false],[47,53,0,true,false,false],[48,6,0,false,false,false],[50,41,0,true,true,false],[52,23,0,true,true,false],[52,60,0,true,false,false],[53,23,0,true,true,false],[53,60,0,true,false,false],[54,6,0,false,false,false],[56,54,0,true,true,false],[58,24,0,true,true,false],[58,57,0,true,false,false],[59,24,0,true,true,false],[59,54,0,true,false,false],[60,24,0,true,true,false],[60,57,0,true,false,false],[61,24,0,true,true,false],[61,55,0,true,false,false],[62,6,0,false,false,false],[64,63,0,true,true,false],[72,24,0,true,true,false],[72,54,0,true,false,false],[72,56,0,true,true,false],[72,86,0,true,false,false],[73,6,0,false,false,false],[77,47,0,true,true,false],[78,24,0,true,true,false],[78,59,0,true,false,false],[78,61,0,true,true,false],[78,67,0,true,false,false],[79,24,0,true,true,false],[79,65,0,true,false,false],[79,67,0,true,true,false],[79,72,0,true,false,false],[80,24,0,true,true,false],[80,71,0,true,false,false],[80,73,0,true,true,false],[80,81,0,true,false,false],[81,24,0,true,true,false],[81,68,0,true,false,false],[81,70,0,true,true,false],[81,75,0,true,false,false],[82,6,0,false,false,false],[84,48,0,true,true,false],[85,24,0,true,true,false],[85,60,0,true,false,false],[85,62,0,true,true,false],[85,68,0,true,false,false],[86,24,0,true,true,false],[86,66,0,true,false,false],[86,68,0,true,true,false],[86,80,0,true,false,false],[87,24,0,true,true,false],[87,72,0,true,false,false],[87,74,0,true,true,false],[87,82,0,true,false,false],[88,6,0,false,false,false],[92,54,0,true,true,false],[98,24,0,true,true,false],[98,39,0,true,false,false],[98,41,0,true,true,false],[98,44,0,true,false,false],[99,24,0,true,true,false],[99,45,0,true,false,false],[99,47,0,true,true,false],[99,64,0,true,false,false],[100,24,0,true,true,false],[100,45,0,true,false,false],[100,47,0,true,true,false],[100,52,0,true,false,false],[101,6,0,false,false,false],[103,53,0,true,true,false],[110,24,0,true,true,false],[110,39,0,true,false,false],[110,41,0,true,true,false],[110,44,0,true,false,false],[111,24,0,true,true,false],[111,45,0,true,false,false],[111,47,0,true,true,false],[111,64,0,true,false,false],[112,24,0,true,true,false],[112,45,0,true,false,false],[112,47,0,true,true,false],[112,58,0,true,false,false],[113,6,0,false,false,false],[117,52,0,true,true,false],[138,24,0,true,true,false],[138,39,0,true,false,false],[138,41,0,true,true,false],[138,47,0,true,false,false],[139,24,0,true,true,false],[139,43,0,true,false,false],[139,45,0,true,true,false],[139,52,0,true,false,false],[140,24,0,true,true,false],[140,57,0,true,false,false],[140,59,0,true,true,false],[140,65,0,true,false,false],[141,25,0,true,true,false],[141,54,0,true,false,false],[142,24,0,true,true,false],[142,60,0,true,false,false],[142,62,0,true,true,false],[142,65,0,true,false,false],[143,24,0,true,true,false],[143,66,0,true,false,false],[143,68,0,true,true,false],[143,79,0,true,false,false],[144,24,0,true,true,false],[144,49,0,true,false,false],[144,51,0,true,true,false],[144,65,0,true,false,false],[145,6,0,false,false,false],[147,56,0,true,true,false],[152,24,0,true,true,false],[152,36,0,true,false,false],[152,38,0,true,true,false],[152,41,0,true,false,false],[157,24,0,true,true,false],[157,37,0,true,false,false],[157,39,0,true,true,false],[157,42,0,true,false,false],[158,6,0,false,false,false],[162,49,0,true,true,false],[166,21,0,true,true,false],[166,38,0,true,true,false],[166,49,0,true,false,false],[166,53,0,true,true,false],[166,62,0,true,false,false],[168,24,0,true,true,false],[168,33,0,true,false,false],[168,35,0,true,true,false],[168,43,0,true,false,false],[169,6,0,false,false,false],[171,58,0,true,true,false],[175,21,0,true,true,false],[175,38,0,true,true,false],[175,49,0,true,false,false],[175,53,0,true,true,false],[175,62,0,true,false,false],[177,24,0,true,true,false],[177,33,0,true,false,false],[177,35,0,true,true,false],[177,45,0,true,false,false],[178,6,0,false,false,false],[180,58,0,true,true,false],[184,21,0,true,true,false],[184,38,0,true,true,false],[184,49,0,true,false,false],[184,53,0,true,true,false],[184,62,0,true,false,false],[186,24,0,true,true,false],[186,33,0,true,false,false],[186,35,0,true,true,false],[186,42,0,true,false,false],[187,6,0,false,false,false],[189,55,0,true,true,false],[193,21,0,true,true,false],[193,38,0,true,true,false],[193,49,0,true,false,false],[193,53,0,true,true,false],[193,62,0,true,false,false],[195,24,0,true,true,false],[195,33,0,true,false,false],[195,35,0,true,true,false],[195,43,0,true,false,false],[196,6,0,false,false,false],[202,46,0,true,true,false],[204,35,0,true,true,false],[206,10,0,true,false,false],[206,16,0,true,true,false],[208,10,0,true,false,false],[209,6,0,false,false,false],[211,44,0,true,true,false],[213,42,0,true,true,false],[214,28,0,true,true,false],[214,31,0,true,false,false],[214,33,0,true,true,false],[214,50,0,true,false,false],[215,16,0,true,true,false],[217,10,0,true,false,false],[218,6,0,false,false,false],[220,51,0,true,true,false],[222,49,0,true,true,false],[223,28,0,true,true,false],[223,31,0,true,false,false],[223,33,0,true,true,false],[223,53,0,true,false,false],[224,16,0,true,true,false],[226,10,0,true,false,false],[227,6,0,false,false,false],[229,58,0,true,true,false],[234,23,0,true,true,false],[234,30,0,true,false,false],[235,6,0,false,false,false],[237,58,0,true,true,false],[242,24,0,true,true,false],[242,31,0,true,false,false],[243,6,0,false,false,false],[247,36,0,true,true,false],[247,38,0,false,false,false],[248,39,0,true,true,false],[248,44,0,false,false,false],[250,65,0,true,true,false],[252,6,0,false,false,false],[254,56,0,true,true,false],[256,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":117,"covered":0,"percent":0},"instantiations":{"count":117,"covered":0,"percent":0},"lines":{"count":298,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":124,"covered":0,"notcovered":124,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift","mcdc_records":[],"segments":[[13,47,0,true,true,false],[16,25,0,true,true,false],[16,31,0,true,false,false],[16,33,0,true,true,false],[16,80,0,true,false,false],[17,24,0,true,true,false],[17,34,0,true,false,false],[17,36,0,true,true,false],[17,51,0,true,false,false],[18,24,0,true,true,false],[18,40,0,true,false,false],[18,42,0,true,true,false],[18,51,0,true,false,false],[19,6,0,false,false,false],[21,49,0,true,true,false],[23,25,0,true,true,false],[23,31,0,true,false,false],[24,24,0,true,true,false],[24,34,0,true,false,false],[24,36,0,true,true,false],[24,53,0,true,false,false],[25,24,0,true,true,false],[25,40,0,true,false,false],[25,42,0,true,true,false],[25,51,0,true,false,false],[26,6,0,false,false,false],[28,43,0,true,true,false],[30,25,0,true,true,false],[30,31,0,true,false,false],[31,24,0,true,true,false],[31,34,0,true,false,false],[31,36,0,true,true,false],[31,47,0,true,false,false],[32,24,0,true,true,false],[32,40,0,true,false,false],[32,42,0,true,true,false],[32,58,0,true,false,false],[33,6,0,false,false,false],[35,45,0,true,true,false],[37,25,0,true,true,false],[37,31,0,true,false,false],[38,24,0,true,true,false],[38,34,0,true,false,false],[38,36,0,true,true,false],[38,49,0,true,false,false],[39,24,0,true,true,false],[39,40,0,true,false,false],[39,42,0,true,true,false],[39,58,0,true,false,false],[40,6,0,false,false,false],[42,44,0,true,true,false],[44,25,0,true,true,false],[44,31,0,true,false,false],[45,24,0,true,true,false],[45,34,0,true,false,false],[45,36,0,true,true,false],[45,48,0,true,false,false],[46,24,0,true,true,false],[46,40,0,true,false,false],[46,42,0,true,true,false],[46,53,0,true,false,false],[47,6,0,false,false,false],[49,39,0,true,true,false],[51,25,0,true,true,false],[51,31,0,true,false,false],[52,24,0,true,true,false],[52,34,0,true,false,false],[52,36,0,true,true,false],[52,48,0,true,false,false],[53,6,0,false,false,false],[55,39,0,true,true,false],[57,25,0,true,true,false],[57,31,0,true,false,false],[58,24,0,true,true,false],[58,34,0,true,false,false],[58,36,0,true,true,false],[58,48,0,true,false,false],[59,6,0,false,false,false],[61,39,0,true,true,false],[63,25,0,true,true,false],[63,31,0,true,false,false],[64,24,0,true,true,false],[64,34,0,true,false,false],[64,36,0,true,true,false],[64,42,0,true,false,false],[65,6,0,false,false,false],[69,35,0,true,true,false],[71,22,0,true,true,false],[71,28,0,true,false,false],[71,30,0,true,true,false],[71,84,0,true,false,false],[72,6,0,false,false,false],[74,35,0,true,true,false],[76,22,0,true,true,false],[76,28,0,true,false,false],[77,6,0,false,false,false],[79,34,0,true,true,false],[81,22,0,true,true,false],[81,28,0,true,false,false],[81,30,0,true,true,false],[81,73,0,true,false,false],[82,6,0,false,false,false],[84,33,0,true,true,false],[86,22,0,true,true,false],[86,28,0,true,false,false],[87,6,0,false,false,false],[91,68,0,true,true,false],[93,24,0,true,true,false],[93,51,0,true,false,false],[93,53,0,true,true,false],[93,68,0,true,false,false],[94,24,0,true,true,false],[94,41,0,true,false,false],[94,43,0,true,true,false],[94,58,0,true,false,false],[95,24,0,true,true,false],[95,42,0,true,false,false],[96,24,0,true,true,false],[96,42,0,true,false,false],[97,6,0,false,false,false],[99,61,0,true,true,false],[101,22,0,true,true,false],[101,49,0,true,false,false],[102,24,0,true,true,false],[102,41,0,true,false,false],[102,43,0,true,true,false],[102,46,0,true,false,false],[103,24,0,true,true,false],[103,38,0,true,false,false],[103,40,0,true,true,false],[103,43,0,true,false,false],[104,6,0,false,false,false],[109,49,0,true,true,false],[111,73,0,true,true,false],[114,10,0,true,true,false],[117,24,0,true,true,false],[117,30,0,true,false,false],[117,32,0,true,true,false],[117,41,0,true,false,false],[117,43,0,true,true,false],[117,94,0,true,false,false],[118,6,0,false,false,false],[121,55,0,true,true,false],[122,60,0,true,true,false],[122,72,0,true,false,false],[124,30,0,true,true,false],[126,29,0,true,true,false],[126,35,0,true,false,false],[126,37,0,true,true,false],[126,83,0,true,false,false],[127,28,0,true,true,false],[127,34,0,true,false,false],[127,36,0,true,true,false],[127,48,0,true,false,false],[127,50,0,true,true,false],[127,81,0,true,false,false],[128,10,0,true,true,false],[129,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":77,"covered":0,"percent":0},"instantiations":{"count":77,"covered":0,"percent":0},"lines":{"count":155,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":81,"covered":0,"notcovered":81,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift","mcdc_records":[],"segments":[[9,44,0,true,true,false],[10,24,0,true,true,false],[10,66,0,true,false,false],[10,68,0,true,true,false],[10,71,0,true,false,false],[11,6,0,false,false,false],[13,44,0,true,true,false],[14,24,0,true,true,false],[14,66,0,true,false,false],[14,68,0,true,true,false],[14,71,0,true,false,false],[15,6,0,false,false,false],[17,44,0,true,true,false],[18,24,0,true,true,false],[18,66,0,true,false,false],[18,68,0,true,true,false],[18,71,0,true,false,false],[19,6,0,false,false,false],[21,44,0,true,true,false],[22,24,0,true,true,false],[22,66,0,true,false,false],[22,68,0,true,true,false],[22,71,0,true,false,false],[23,6,0,false,false,false],[25,44,0,true,true,false],[27,24,0,true,true,false],[27,66,0,true,false,false],[27,68,0,true,true,false],[27,71,0,true,false,false],[28,24,0,true,true,false],[28,66,0,true,false,false],[28,68,0,true,true,false],[28,71,0,true,false,false],[29,24,0,true,true,false],[29,66,0,true,false,false],[29,68,0,true,true,false],[29,71,0,true,false,false],[30,24,0,true,true,false],[30,66,0,true,false,false],[30,68,0,true,true,false],[30,71,0,true,false,false],[31,24,0,true,true,false],[31,66,0,true,false,false],[31,68,0,true,true,false],[31,71,0,true,false,false],[32,24,0,true,true,false],[32,66,0,true,false,false],[32,68,0,true,true,false],[32,71,0,true,false,false],[33,24,0,true,true,false],[33,67,0,true,false,false],[33,69,0,true,true,false],[33,72,0,true,false,false],[34,24,0,true,true,false],[34,67,0,true,false,false],[34,69,0,true,true,false],[34,72,0,true,false,false],[35,24,0,true,true,false],[35,67,0,true,false,false],[35,69,0,true,true,false],[35,72,0,true,false,false],[36,6,0,false,false,false],[38,44,0,true,true,false],[39,24,0,true,true,false],[39,67,0,true,false,false],[39,69,0,true,true,false],[39,72,0,true,false,false],[40,24,0,true,true,false],[40,67,0,true,false,false],[40,69,0,true,true,false],[40,72,0,true,false,false],[41,24,0,true,true,false],[41,67,0,true,false,false],[41,69,0,true,true,false],[41,72,0,true,false,false],[42,24,0,true,true,false],[42,67,0,true,false,false],[42,69,0,true,true,false],[42,72,0,true,false,false],[43,24,0,true,true,false],[43,67,0,true,false,false],[43,69,0,true,true,false],[43,72,0,true,false,false],[44,24,0,true,true,false],[44,67,0,true,false,false],[44,69,0,true,true,false],[44,72,0,true,false,false],[45,24,0,true,true,false],[45,67,0,true,false,false],[45,69,0,true,true,false],[45,72,0,true,false,false],[46,24,0,true,true,false],[46,67,0,true,false,false],[46,69,0,true,true,false],[46,72,0,true,false,false],[47,24,0,true,true,false],[47,67,0,true,false,false],[47,69,0,true,true,false],[47,72,0,true,false,false],[48,24,0,true,true,false],[48,67,0,true,false,false],[48,69,0,true,true,false],[48,72,0,true,false,false],[49,6,0,false,false,false],[51,46,0,true,true,false],[52,24,0,true,true,false],[52,67,0,true,false,false],[52,69,0,true,true,false],[52,79,0,true,false,false],[53,24,0,true,true,false],[53,67,0,true,false,false],[53,69,0,true,true,false],[53,80,0,true,false,false],[54,24,0,true,true,false],[54,67,0,true,false,false],[54,69,0,true,true,false],[54,80,0,true,false,false],[55,24,0,true,true,false],[55,67,0,true,false,false],[55,69,0,true,true,false],[55,81,0,true,false,false],[56,24,0,true,true,false],[56,67,0,true,false,false],[56,69,0,true,true,false],[56,78,0,true,false,false],[57,24,0,true,true,false],[57,67,0,true,false,false],[57,69,0,true,true,false],[57,79,0,true,false,false],[58,24,0,true,true,false],[58,67,0,true,false,false],[58,69,0,true,true,false],[58,79,0,true,false,false],[59,24,0,true,true,false],[59,67,0,true,false,false],[59,69,0,true,true,false],[59,79,0,true,false,false],[60,24,0,true,true,false],[60,67,0,true,false,false],[60,69,0,true,true,false],[60,73,0,true,false,false],[61,6,0,false,false,false],[63,48,0,true,true,false],[64,24,0,true,true,false],[64,67,0,true,false,false],[64,69,0,true,true,false],[64,76,0,true,false,false],[65,24,0,true,true,false],[65,67,0,true,false,false],[65,69,0,true,true,false],[65,74,0,true,false,false],[66,24,0,true,true,false],[66,67,0,true,false,false],[66,69,0,true,true,false],[66,76,0,true,false,false],[67,24,0,true,true,false],[67,67,0,true,false,false],[67,69,0,true,true,false],[67,80,0,true,false,false],[68,24,0,true,true,false],[68,67,0,true,false,false],[68,69,0,true,true,false],[68,74,0,true,false,false],[69,6,0,false,false,false],[71,46,0,true,true,false],[72,24,0,true,true,false],[72,68,0,true,false,false],[72,70,0,true,true,false],[72,76,0,true,false,false],[73,24,0,true,true,false],[73,68,0,true,false,false],[73,70,0,true,true,false],[73,77,0,true,false,false],[74,24,0,true,true,false],[74,68,0,true,false,false],[74,70,0,true,true,false],[74,76,0,true,false,false],[75,24,0,true,true,false],[75,68,0,true,false,false],[75,70,0,true,true,false],[75,74,0,true,false,false],[76,6,0,false,false,false],[78,49,0,true,true,false],[79,24,0,true,true,false],[79,68,0,true,false,false],[79,70,0,true,true,false],[79,74,0,true,false,false],[80,24,0,true,true,false],[80,68,0,true,false,false],[80,70,0,true,true,false],[80,74,0,true,false,false],[81,24,0,true,true,false],[81,67,0,true,false,false],[81,69,0,true,true,false],[81,73,0,true,false,false],[82,24,0,true,true,false],[82,68,0,true,false,false],[82,70,0,true,true,false],[82,74,0,true,false,false],[83,24,0,true,true,false],[83,67,0,true,false,false],[83,69,0,true,true,false],[83,73,0,true,false,false],[84,24,0,true,true,false],[84,67,0,true,false,false],[84,69,0,true,true,false],[84,73,0,true,false,false],[85,24,0,true,true,false],[85,67,0,true,false,false],[85,69,0,true,true,false],[85,73,0,true,false,false],[86,24,0,true,true,false],[86,68,0,true,false,false],[86,70,0,true,true,false],[86,74,0,true,false,false],[87,24,0,true,true,false],[87,68,0,true,false,false],[87,70,0,true,true,false],[87,74,0,true,false,false],[88,24,0,true,true,false],[88,68,0,true,false,false],[88,70,0,true,true,false],[88,75,0,true,false,false],[89,24,0,true,true,false],[89,68,0,true,false,false],[89,70,0,true,true,false],[89,75,0,true,false,false],[90,24,0,true,true,false],[90,68,0,true,false,false],[90,70,0,true,true,false],[90,75,0,true,false,false],[91,6,0,false,false,false],[93,48,0,true,true,false],[94,24,0,true,true,false],[94,67,0,true,false,false],[94,69,0,true,true,false],[94,80,0,true,false,false],[95,24,0,true,true,false],[95,67,0,true,false,false],[95,69,0,true,true,false],[95,81,0,true,false,false],[96,24,0,true,true,false],[96,67,0,true,false,false],[96,69,0,true,true,false],[96,76,0,true,false,false],[97,24,0,true,true,false],[97,67,0,true,false,false],[97,69,0,true,true,false],[97,74,0,true,false,false],[98,24,0,true,true,false],[98,67,0,true,false,false],[98,69,0,true,true,false],[98,76,0,true,false,false],[99,24,0,true,true,false],[99,67,0,true,false,false],[99,69,0,true,true,false],[99,80,0,true,false,false],[100,24,0,true,true,false],[100,67,0,true,false,false],[100,69,0,true,true,false],[100,81,0,true,false,false],[101,24,0,true,true,false],[101,67,0,true,false,false],[101,69,0,true,true,false],[101,80,0,true,false,false],[102,24,0,true,true,false],[102,67,0,true,false,false],[102,69,0,true,true,false],[102,76,0,true,false,false],[103,24,0,true,true,false],[103,67,0,true,false,false],[103,69,0,true,true,false],[103,76,0,true,false,false],[104,24,0,true,true,false],[104,67,0,true,false,false],[104,69,0,true,true,false],[104,76,0,true,false,false],[105,6,0,false,false,false],[107,51,0,true,true,false],[108,24,0,true,true,false],[108,68,0,true,false,false],[108,70,0,true,true,false],[108,76,0,true,false,false],[109,24,0,true,true,false],[109,68,0,true,false,false],[109,70,0,true,true,false],[109,78,0,true,false,false],[110,24,0,true,true,false],[110,68,0,true,false,false],[110,70,0,true,true,false],[110,75,0,true,false,false],[111,24,0,true,true,false],[111,68,0,true,false,false],[111,70,0,true,true,false],[111,80,0,true,false,false],[112,24,0,true,true,false],[112,68,0,true,false,false],[112,70,0,true,true,false],[112,76,0,true,false,false],[113,6,0,false,false,false],[115,57,0,true,true,false],[116,24,0,true,true,false],[116,67,0,true,false,false],[116,69,0,true,true,false],[116,74,0,true,false,false],[117,24,0,true,true,false],[117,67,0,true,false,false],[117,69,0,true,true,false],[117,74,0,true,false,false],[118,24,0,true,true,false],[118,67,0,true,false,false],[118,69,0,true,true,false],[118,74,0,true,false,false],[119,24,0,true,true,false],[119,68,0,true,false,false],[119,70,0,true,true,false],[119,75,0,true,false,false],[120,24,0,true,true,false],[120,68,0,true,false,false],[120,70,0,true,true,false],[120,75,0,true,false,false],[121,24,0,true,true,false],[121,68,0,true,false,false],[121,70,0,true,true,false],[121,75,0,true,false,false],[122,24,0,true,true,false],[122,68,0,true,false,false],[122,70,0,true,true,false],[122,75,0,true,false,false],[123,6,0,false,false,false],[125,49,0,true,true,false],[126,24,0,true,true,false],[126,68,0,true,false,false],[126,70,0,true,true,false],[126,81,0,true,false,false],[127,6,0,false,false,false],[129,51,0,true,true,false],[130,24,0,true,true,false],[130,68,0,true,false,false],[130,70,0,true,true,false],[130,83,0,true,false,false],[131,24,0,true,true,false],[131,68,0,true,false,false],[131,70,0,true,true,false],[131,83,0,true,false,false],[132,6,0,false,false,false],[136,43,0,true,true,false],[142,37,0,true,true,false],[142,42,0,true,false,false],[142,44,0,true,true,false],[142,45,0,true,false,false],[143,6,0,false,false,false],[145,49,0,true,true,false],[151,24,0,true,true,false],[151,30,0,true,false,false],[151,32,0,true,true,false],[151,42,0,true,false,false],[152,6,0,false,false,false],[154,47,0,true,true,false],[161,37,0,true,true,false],[161,43,0,true,false,false],[161,45,0,true,true,false],[161,46,0,true,false,false],[162,37,0,true,true,false],[162,43,0,true,false,false],[162,45,0,true,true,false],[162,46,0,true,false,false],[163,6,0,false,false,false],[165,42,0,true,true,false],[171,30,0,true,true,false],[171,36,0,true,false,false],[171,38,0,true,true,false],[171,44,0,true,false,false],[172,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":187,"covered":0,"percent":0},"instantiations":{"count":187,"covered":0,"percent":0},"lines":{"count":312,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":187,"covered":0,"notcovered":187,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift","mcdc_records":[],"segments":[[11,35,11,true,true,false],[11,73,0,false,false,false],[12,38,11,true,true,false],[12,77,0,false,false,false],[13,38,11,true,true,false],[13,74,0,false,false,false],[14,40,11,true,true,false],[14,73,0,false,false,false],[15,39,11,true,true,false],[15,45,0,false,false,false],[17,56,0,true,true,false],[31,6,0,false,false,false],[35,56,0,true,true,false],[41,25,0,true,true,false],[41,30,0,true,false,false],[41,32,0,true,true,false],[41,73,0,true,false,false],[42,6,0,false,false,false],[44,49,0,true,true,false],[49,25,0,true,true,false],[49,30,0,true,false,false],[49,32,0,true,true,false],[49,70,0,true,false,false],[50,6,0,false,false,false],[52,60,0,true,true,false],[57,25,0,true,true,false],[57,30,0,true,false,false],[57,32,0,true,true,false],[57,82,0,true,false,false],[61,24,0,true,true,false],[61,29,0,true,false,false],[61,31,0,true,true,false],[61,37,0,true,false,false],[61,39,0,true,true,false],[61,77,0,true,false,false],[62,6,0,false,false,false],[64,55,0,true,true,false],[69,25,0,true,true,false],[69,30,0,true,false,false],[69,32,0,true,true,false],[69,79,0,true,false,false],[72,24,0,true,true,false],[72,29,0,true,false,false],[72,31,0,true,true,false],[72,35,0,true,false,false],[72,37,0,true,true,false],[72,70,0,true,false,false],[73,6,0,false,false,false],[75,52,0,true,true,false],[80,25,0,true,true,false],[80,30,0,true,false,false],[80,32,0,true,true,false],[80,75,0,true,false,false],[83,24,0,true,true,false],[83,29,0,true,false,false],[83,31,0,true,true,false],[83,35,0,true,false,false],[83,37,0,true,true,false],[83,66,0,true,false,false],[84,6,0,false,false,false],[86,70,0,true,true,false],[91,25,0,true,true,false],[91,30,0,true,false,false],[91,32,0,true,true,false],[91,74,0,true,false,false],[92,6,0,false,false,false],[94,68,0,true,true,false],[103,27,0,true,true,false],[103,38,0,true,false,false],[103,40,0,true,true,false],[103,51,0,true,false,false],[103,53,0,true,true,false],[103,101,0,true,false,false],[104,27,0,true,true,false],[104,38,0,true,false,false],[104,40,0,true,true,false],[104,53,0,true,false,false],[104,55,0,true,true,false],[104,105,0,true,false,false],[105,27,0,true,true,false],[105,38,0,true,false,false],[105,40,0,true,true,false],[105,53,0,true,false,false],[105,55,0,true,true,false],[105,105,0,true,false,false],[108,6,0,false,false,false],[112,50,0,true,true,false],[122,25,0,true,true,false],[122,31,0,true,false,false],[123,25,0,true,true,false],[123,31,0,true,false,false],[124,6,0,false,false,false],[126,52,0,true,true,false],[134,24,0,true,true,false],[134,35,0,true,false,false],[134,37,0,true,true,false],[134,49,0,true,false,false],[135,24,0,true,true,false],[135,35,0,true,false,false],[135,37,0,true,true,false],[135,47,0,true,false,false],[136,24,0,true,true,false],[136,37,0,true,false,false],[136,39,0,true,true,false],[136,49,0,true,false,false],[137,6,0,false,false,false],[141,62,0,true,true,false],[147,24,0,true,true,false],[147,28,0,true,false,false],[147,30,0,true,true,false],[147,34,0,true,false,false],[147,36,0,true,true,false],[147,68,0,true,false,false],[151,24,0,true,true,false],[151,31,0,true,false,false],[151,33,0,true,true,false],[151,40,0,true,false,false],[151,42,0,true,true,false],[151,77,0,true,false,false],[152,6,0,false,false,false],[154,63,0,true,true,false],[162,24,0,true,true,false],[162,30,0,true,false,false],[162,32,0,true,true,false],[162,38,0,true,false,false],[162,40,0,true,true,false],[162,111,0,true,false,false],[163,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":64,"covered":5,"percent":7.8125},"instantiations":{"count":64,"covered":5,"percent":7.8125},"lines":{"count":182,"covered":5,"percent":2.7472527472527473},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":64,"covered":5,"notcovered":59,"percent":7.8125}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift","mcdc_records":[],"segments":[[6,45,4,true,true,false],[17,6,0,false,false,false],[19,53,0,true,true,false],[23,24,0,true,true,false],[23,42,0,true,false,false],[23,44,0,true,true,false],[23,49,0,true,false,false],[26,22,0,true,true,false],[26,40,0,true,false,false],[27,6,0,false,false,false],[29,57,0,true,true,false],[35,22,0,true,true,false],[35,29,0,true,false,false],[36,24,0,true,true,false],[36,42,0,true,false,false],[36,44,0,true,true,false],[36,49,0,true,false,false],[39,6,0,false,false,false],[41,64,0,true,true,false],[47,24,0,true,true,false],[47,31,0,true,false,false],[47,33,0,true,true,false],[47,38,0,true,false,false],[48,22,0,true,true,false],[48,40,0,true,false,false],[49,6,0,false,false,false],[51,50,0,true,true,false],[52,77,0,true,true,false],[52,85,0,true,false,false],[57,22,0,true,true,false],[57,40,0,true,false,false],[58,6,0,false,false,false],[60,81,0,true,true,false],[61,15,0,true,true,false],[61,32,0,true,false,false],[61,33,0,true,true,false],[63,10,0,true,true,false],[64,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":1,"percent":5.8823529411764701},"instantiations":{"count":17,"covered":1,"percent":5.8823529411764701},"lines":{"count":65,"covered":12,"percent":18.461538461538463},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":20,"covered":1,"notcovered":19,"percent":5}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift","mcdc_records":[],"segments":[[8,35,0,true,true,false],[10,25,0,true,true,false],[10,31,0,true,false,false],[11,24,0,true,true,false],[11,34,0,true,false,false],[11,36,0,true,true,false],[11,47,0,true,false,false],[12,24,0,true,true,false],[12,36,0,true,false,false],[12,38,0,true,true,false],[12,49,0,true,false,false],[13,6,0,false,false,false],[15,35,0,true,true,false],[17,25,0,true,true,false],[17,31,0,true,false,false],[18,24,0,true,true,false],[18,34,0,true,false,false],[18,36,0,true,true,false],[18,48,0,true,false,false],[19,23,0,true,true,false],[19,45,0,true,true,false],[19,50,0,true,false,false],[20,6,0,false,false,false],[24,42,0,true,true,false],[26,25,0,true,true,false],[26,31,0,true,false,false],[27,24,0,true,true,false],[27,34,0,true,false,false],[27,36,0,true,true,false],[27,53,0,true,false,false],[28,6,0,false,false,false],[30,40,0,true,true,false],[32,25,0,true,true,false],[32,31,0,true,false,false],[33,24,0,true,true,false],[33,34,0,true,false,false],[33,36,0,true,true,false],[33,41,0,true,false,false],[34,6,0,false,false,false],[38,33,0,true,true,false],[40,25,0,true,true,false],[40,31,0,true,false,false],[41,24,0,true,true,false],[41,34,0,true,false,false],[41,36,0,true,true,false],[41,48,0,true,false,false],[42,24,0,true,true,false],[42,45,0,true,false,false],[42,47,0,true,true,false],[42,51,0,true,false,false],[43,6,0,false,false,false],[45,35,0,true,true,false],[47,25,0,true,true,false],[47,31,0,true,false,false],[48,24,0,true,true,false],[48,34,0,true,false,false],[48,36,0,true,true,false],[48,48,0,true,false,false],[49,6,0,false,false,false],[51,35,0,true,true,false],[53,25,0,true,true,false],[53,31,0,true,false,false],[54,24,0,true,true,false],[54,34,0,true,false,false],[54,36,0,true,true,false],[54,48,0,true,false,false],[55,6,0,false,false,false],[57,35,0,true,true,false],[59,25,0,true,true,false],[59,31,0,true,false,false],[60,24,0,true,true,false],[60,34,0,true,false,false],[60,36,0,true,true,false],[60,42,0,true,false,false],[61,6,0,false,false,false],[63,39,0,true,true,false],[65,25,0,true,true,false],[65,31,0,true,false,false],[66,24,0,true,true,false],[66,34,0,true,false,false],[66,36,0,true,true,false],[66,47,0,true,false,false],[67,6,0,false,false,false],[69,41,0,true,true,false],[71,25,0,true,true,false],[71,31,0,true,false,false],[72,24,0,true,true,false],[72,34,0,true,false,false],[72,36,0,true,true,false],[72,49,0,true,false,false],[73,6,0,false,false,false],[75,43,0,true,true,false],[77,25,0,true,true,false],[77,31,0,true,false,false],[78,24,0,true,true,false],[78,34,0,true,false,false],[78,36,0,true,true,false],[78,51,0,true,false,false],[79,6,0,false,false,false],[81,45,0,true,true,false],[83,25,0,true,true,false],[83,31,0,true,false,false],[84,24,0,true,true,false],[84,34,0,true,false,false],[84,36,0,true,true,false],[84,53,0,true,false,false],[85,6,0,false,false,false],[89,51,0,true,true,false],[91,25,0,true,true,false],[91,31,0,true,false,false],[92,24,0,true,true,false],[92,34,0,true,false,false],[92,36,0,true,true,false],[92,48,0,true,false,false],[93,6,0,false,false,false],[95,50,0,true,true,false],[97,25,0,true,true,false],[97,31,0,true,false,false],[98,24,0,true,true,false],[98,34,0,true,false,false],[98,36,0,true,true,false],[98,48,0,true,false,false],[99,6,0,false,false,false],[101,54,0,true,true,false],[103,25,0,true,true,false],[103,31,0,true,false,false],[104,24,0,true,true,false],[104,34,0,true,false,false],[104,36,0,true,true,false],[104,48,0,true,false,false],[105,6,0,false,false,false],[107,42,0,true,true,false],[109,25,0,true,true,false],[109,31,0,true,false,false],[110,24,0,true,true,false],[110,34,0,true,false,false],[110,36,0,true,true,false],[110,47,0,true,false,false],[111,6,0,false,false,false],[113,44,0,true,true,false],[115,25,0,true,true,false],[115,31,0,true,false,false],[116,24,0,true,true,false],[116,34,0,true,false,false],[116,36,0,true,true,false],[116,49,0,true,false,false],[117,6,0,false,false,false],[119,49,0,true,true,false],[121,25,0,true,true,false],[121,31,0,true,false,false],[122,24,0,true,true,false],[122,34,0,true,false,false],[122,36,0,true,true,false],[122,51,0,true,false,false],[123,6,0,false,false,false],[125,51,0,true,true,false],[127,25,0,true,true,false],[127,31,0,true,false,false],[128,24,0,true,true,false],[128,34,0,true,false,false],[128,36,0,true,true,false],[128,53,0,true,false,false],[129,6,0,false,false,false],[133,47,0,true,true,false],[135,22,0,true,true,false],[135,28,0,true,false,false],[136,6,0,false,false,false],[138,51,0,true,true,false],[140,22,0,true,true,false],[140,28,0,true,false,false],[141,6,0,false,false,false],[145,43,0,true,true,false],[147,24,0,true,true,false],[147,43,0,true,false,false],[147,45,0,true,true,false],[147,78,0,true,false,false],[148,6,0,false,false,false],[150,43,0,true,true,false],[152,24,0,true,true,false],[152,43,0,true,false,false],[152,45,0,true,true,false],[152,49,0,true,false,false],[153,6,0,false,false,false],[157,39,0,true,true,false],[159,23,0,true,true,false],[159,50,0,true,true,false],[159,55,0,true,false,false],[160,6,0,false,false,false],[162,42,0,true,true,false],[164,24,0,true,true,false],[164,52,0,true,true,false],[164,56,0,true,false,false],[165,6,0,false,false,false],[169,49,0,true,true,false],[171,24,0,true,true,false],[171,57,0,true,false,false],[171,59,0,true,true,false],[171,61,0,true,false,false],[172,6,0,false,false,false],[174,42,0,true,true,false],[175,65,0,true,true,false],[175,83,0,true,false,false],[176,24,0,true,true,false],[176,44,0,true,false,false],[176,46,0,true,true,false],[176,47,0,true,false,false],[178,42,0,true,true,false],[178,46,0,true,false,false],[179,23,0,true,true,false],[179,48,0,true,false,false],[180,23,0,true,true,false],[180,54,0,true,false,false],[181,23,0,true,true,false],[181,48,0,true,false,false],[182,23,0,true,true,false],[182,42,0,true,false,false],[183,23,0,true,true,false],[183,58,0,true,false,false],[184,23,0,true,true,false],[184,48,0,true,false,false],[185,23,0,true,true,false],[185,43,0,true,false,false],[186,6,0,false,false,false],[188,37,0,true,true,false],[189,60,0,true,true,false],[189,72,0,true,false,false],[190,24,0,true,true,false],[190,39,0,true,false,false],[190,41,0,true,true,false],[190,42,0,true,false,false],[192,37,0,true,true,false],[192,41,0,true,false,false],[193,23,0,true,true,false],[193,49,0,true,false,false],[194,23,0,true,true,false],[194,49,0,true,false,false],[195,23,0,true,true,false],[195,49,0,true,false,false],[196,23,0,true,true,false],[196,43,0,true,false,false],[197,23,0,true,true,false],[197,48,0,true,false,false],[198,23,0,true,true,false],[198,50,0,true,false,false],[199,23,0,true,true,false],[199,52,0,true,false,false],[200,23,0,true,true,false],[200,54,0,true,false,false],[201,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":126,"covered":0,"percent":0},"instantiations":{"count":126,"covered":0,"percent":0},"lines":{"count":251,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":126,"covered":0,"notcovered":126,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift","mcdc_records":[],"segments":[[14,48,0,true,true,false],[16,24,0,true,true,false],[16,53,0,true,false,false],[16,55,0,true,true,false],[16,60,0,true,false,false],[16,62,0,true,true,false],[16,97,0,true,false,false],[17,24,0,true,true,false],[17,53,0,true,false,false],[17,55,0,true,true,false],[17,60,0,true,false,false],[17,62,0,true,true,false],[17,96,0,true,false,false],[18,24,0,true,true,false],[18,53,0,true,false,false],[18,55,0,true,true,false],[18,60,0,true,false,false],[18,62,0,true,true,false],[18,97,0,true,false,false],[19,24,0,true,true,false],[19,53,0,true,false,false],[19,55,0,true,true,false],[19,60,0,true,false,false],[19,62,0,true,true,false],[19,95,0,true,false,false],[22,24,0,true,true,false],[22,53,0,true,false,false],[22,55,0,true,true,false],[22,60,0,true,false,false],[22,62,0,true,true,false],[22,98,0,true,false,false],[23,24,0,true,true,false],[23,53,0,true,false,false],[23,55,0,true,true,false],[23,60,0,true,false,false],[23,62,0,true,true,false],[23,97,0,true,false,false],[24,24,0,true,true,false],[24,53,0,true,false,false],[24,55,0,true,true,false],[24,60,0,true,false,false],[24,62,0,true,true,false],[24,98,0,true,false,false],[25,24,0,true,true,false],[25,53,0,true,false,false],[25,55,0,true,true,false],[25,60,0,true,false,false],[25,62,0,true,true,false],[25,96,0,true,false,false],[28,24,0,true,true,false],[28,52,0,true,false,false],[28,54,0,true,true,false],[28,59,0,true,false,false],[28,61,0,true,true,false],[28,91,0,true,false,false],[29,24,0,true,true,false],[29,52,0,true,false,false],[29,54,0,true,true,false],[29,59,0,true,false,false],[29,61,0,true,true,false],[29,90,0,true,false,false],[30,24,0,true,true,false],[30,52,0,true,false,false],[30,54,0,true,true,false],[30,59,0,true,false,false],[30,61,0,true,true,false],[30,91,0,true,false,false],[31,24,0,true,true,false],[31,52,0,true,false,false],[31,54,0,true,true,false],[31,59,0,true,false,false],[31,61,0,true,true,false],[31,89,0,true,false,false],[32,6,0,false,false,false],[34,50,0,true,true,false],[35,24,0,true,true,false],[35,54,0,true,false,false],[35,56,0,true,true,false],[35,61,0,true,false,false],[35,63,0,true,true,false],[35,91,0,true,false,false],[36,24,0,true,true,false],[36,52,0,true,false,false],[36,54,0,true,true,false],[36,59,0,true,false,false],[36,61,0,true,true,false],[36,87,0,true,false,false],[37,24,0,true,true,false],[37,52,0,true,false,false],[37,54,0,true,true,false],[37,59,0,true,false,false],[37,61,0,true,true,false],[37,90,0,true,false,false],[38,24,0,true,true,false],[38,55,0,true,false,false],[38,57,0,true,true,false],[38,62,0,true,false,false],[38,64,0,true,true,false],[38,93,0,true,false,false],[39,24,0,true,true,false],[39,54,0,true,false,false],[39,56,0,true,true,false],[39,61,0,true,false,false],[39,63,0,true,true,false],[39,91,0,true,false,false],[40,24,0,true,true,false],[40,53,0,true,false,false],[40,55,0,true,true,false],[40,60,0,true,false,false],[40,62,0,true,true,false],[40,94,0,true,false,false],[41,24,0,true,true,false],[41,58,0,true,false,false],[41,60,0,true,true,false],[41,65,0,true,false,false],[41,67,0,true,true,false],[41,99,0,true,false,false],[42,24,0,true,true,false],[42,52,0,true,false,false],[42,54,0,true,true,false],[42,59,0,true,false,false],[42,61,0,true,true,false],[42,87,0,true,false,false],[43,24,0,true,true,false],[43,52,0,true,false,false],[43,54,0,true,true,false],[43,59,0,true,false,false],[43,61,0,true,true,false],[43,90,0,true,false,false],[44,24,0,true,true,false],[44,55,0,true,false,false],[44,57,0,true,true,false],[44,62,0,true,false,false],[44,64,0,true,true,false],[44,93,0,true,false,false],[45,6,0,false,false,false],[47,50,0,true,true,false],[48,24,0,true,true,false],[48,50,0,true,false,false],[48,52,0,true,true,false],[48,55,0,true,false,false],[48,57,0,true,true,false],[48,92,0,true,false,false],[49,24,0,true,true,false],[49,50,0,true,false,false],[49,52,0,true,true,false],[49,55,0,true,false,false],[49,57,0,true,true,false],[49,97,0,true,false,false],[50,24,0,true,true,false],[50,50,0,true,false,false],[50,52,0,true,true,false],[50,55,0,true,false,false],[50,57,0,true,true,false],[50,87,0,true,false,false],[51,24,0,true,true,false],[51,50,0,true,false,false],[51,52,0,true,true,false],[51,55,0,true,false,false],[51,57,0,true,true,false],[51,83,0,true,false,false],[52,6,0,false,false,false],[54,54,0,true,true,false],[55,24,0,true,true,false],[55,53,0,true,false,false],[55,55,0,true,true,false],[55,60,0,true,false,false],[55,62,0,true,true,false],[55,99,0,true,false,false],[56,24,0,true,true,false],[56,53,0,true,false,false],[56,55,0,true,true,false],[56,60,0,true,false,false],[56,62,0,true,true,false],[56,100,0,true,false,false],[57,24,0,true,true,false],[57,54,0,true,false,false],[57,56,0,true,true,false],[57,61,0,true,false,false],[57,63,0,true,true,false],[57,101,0,true,false,false],[58,6,0,false,false,false],[62,37,0,true,true,false],[64,24,0,true,true,false],[64,36,0,true,false,false],[64,38,0,true,true,false],[64,39,0,true,false,false],[64,41,0,true,true,false],[64,91,0,true,false,false],[65,6,0,false,false,false],[67,37,0,true,true,false],[69,24,0,true,true,false],[69,33,0,true,false,false],[69,35,0,true,true,false],[69,47,0,true,false,false],[69,49,0,true,true,false],[69,83,0,true,false,false],[70,24,0,true,true,false],[70,33,0,true,false,false],[70,35,0,true,true,false],[70,45,0,true,false,false],[70,47,0,true,true,false],[70,80,0,true,false,false],[71,24,0,true,true,false],[71,33,0,true,false,false],[71,35,0,true,true,false],[71,46,0,true,false,false],[71,48,0,true,true,false],[71,81,0,true,false,false],[72,6,0,false,false,false],[76,36,0,true,true,false],[80,24,0,true,true,false],[80,41,0,true,false,false],[80,43,0,true,true,false],[80,46,0,true,false,false],[80,48,0,true,true,false],[80,85,0,true,false,false],[81,24,0,true,true,false],[81,42,0,true,false,false],[81,44,0,true,true,false],[81,47,0,true,false,false],[81,49,0,true,true,false],[81,87,0,true,false,false],[82,6,0,false,false,false],[84,28,0,true,true,false],[89,37,0,true,true,false],[89,40,0,true,false,false],[89,42,0,true,true,false],[89,51,0,true,false,false],[89,53,0,true,true,false],[89,90,0,true,false,false],[90,34,0,true,true,false],[90,37,0,true,false,false],[90,39,0,true,true,false],[90,48,0,true,false,false],[90,50,0,true,true,false],[90,87,0,true,false,false],[91,6,0,false,false,false],[96,65,0,true,true,false],[97,16,0,true,true,false],[97,32,0,true,false,false],[98,9,0,true,true,false],[98,42,0,true,false,false],[99,9,0,true,true,false],[99,42,0,true,false,false],[100,9,0,true,true,false],[100,42,0,true,false,false],[101,9,0,true,true,false],[101,42,0,true,false,false],[102,9,0,true,true,false],[102,35,0,true,false,false],[103,9,0,true,true,false],[103,45,0,true,false,false],[104,9,0,true,true,false],[104,40,0,true,false,false],[105,9,0,true,true,false],[105,26,0,true,false,false],[106,9,0,true,true,false],[106,36,0,true,false,false],[107,9,0,true,true,false],[107,34,0,true,false,false],[108,10,0,true,true,false],[109,6,0,false,false,false],[115,27,0,true,true,false],[117,24,0,true,true,false],[117,36,0,true,false,false],[117,38,0,true,true,false],[117,40,0,true,false,false],[117,42,0,true,true,false],[117,78,0,true,false,false],[118,6,0,false,false,false],[120,35,0,true,true,false],[122,24,0,true,true,false],[122,44,0,true,false,false],[122,46,0,true,true,false],[122,47,0,true,false,false],[122,49,0,true,true,false],[122,92,0,true,false,false],[123,6,0,false,false,false],[125,31,0,true,true,false],[127,24,0,true,true,false],[127,40,0,true,false,false],[127,42,0,true,true,false],[127,44,0,true,false,false],[127,46,0,true,true,false],[127,80,0,true,false,false],[128,6,0,false,false,false],[130,32,0,true,true,false],[135,22,0,true,true,false],[135,36,0,true,false,false],[135,38,0,true,true,false],[135,78,0,true,false,false],[139,24,0,true,true,false],[139,38,0,true,false,false],[139,40,0,true,true,false],[139,46,0,true,false,false],[139,48,0,true,true,false],[139,77,0,true,false,false],[143,22,0,true,true,false],[143,36,0,true,false,false],[143,38,0,true,true,false],[143,74,0,true,false,false],[147,24,0,true,true,false],[147,38,0,true,false,false],[147,40,0,true,true,false],[147,51,0,true,false,false],[147,53,0,true,true,false],[147,87,0,true,false,false],[151,24,0,true,true,false],[151,38,0,true,false,false],[151,40,0,true,true,false],[151,52,0,true,false,false],[151,54,0,true,true,false],[151,92,0,true,false,false],[152,6,0,false,false,false],[158,32,0,true,true,false],[165,24,0,true,true,false],[165,35,0,true,false,false],[165,37,0,true,true,false],[165,38,0,true,false,false],[165,40,0,true,true,false],[165,73,0,true,false,false],[166,24,0,true,true,false],[166,38,0,true,false,false],[166,40,0,true,true,false],[166,52,0,true,false,false],[166,54,0,true,true,false],[166,87,0,true,false,false],[167,23,0,true,true,false],[167,46,0,true,false,false],[167,48,0,true,true,false],[167,82,0,true,false,false],[172,24,0,true,true,false],[172,35,0,true,false,false],[172,37,0,true,true,false],[172,38,0,true,false,false],[172,40,0,true,true,false],[172,74,0,true,false,false],[173,24,0,true,true,false],[173,38,0,true,false,false],[173,40,0,true,true,false],[173,50,0,true,false,false],[173,52,0,true,true,false],[173,84,0,true,false,false],[178,24,0,true,true,false],[178,35,0,true,false,false],[178,37,0,true,true,false],[178,38,0,true,false,false],[178,40,0,true,true,false],[178,74,0,true,false,false],[179,24,0,true,true,false],[179,38,0,true,false,false],[179,40,0,true,true,false],[179,51,0,true,false,false],[179,53,0,true,true,false],[179,85,0,true,false,false],[182,24,0,true,true,false],[182,35,0,true,false,false],[182,37,0,true,true,false],[182,49,0,true,false,false],[182,51,0,true,true,false],[182,90,0,true,false,false],[183,6,0,false,false,false],[185,35,0,true,true,false],[193,24,0,true,true,false],[193,35,0,true,false,false],[193,37,0,true,true,false],[193,38,0,true,false,false],[193,40,0,true,true,false],[193,74,0,true,false,false],[194,24,0,true,true,false],[194,38,0,true,false,false],[194,40,0,true,true,false],[194,50,0,true,false,false],[194,52,0,true,true,false],[194,87,0,true,false,false],[195,6,0,false,false,false],[197,40,0,true,true,false],[204,23,0,true,true,false],[204,46,0,true,false,false],[204,48,0,true,true,false],[204,74,0,true,false,false],[205,24,0,true,true,false],[205,38,0,true,false,false],[205,40,0,true,true,false],[205,52,0,true,false,false],[205,54,0,true,true,false],[205,75,0,true,false,false],[206,6,0,false,false,false],[208,38,0,true,true,false],[215,24,0,true,true,false],[215,39,0,true,false,false],[215,41,0,true,true,false],[215,47,0,true,false,false],[215,49,0,true,true,false],[215,79,0,true,false,false],[216,6,0,false,false,false],[222,47,0,true,true,false],[238,23,0,true,true,false],[238,57,0,true,false,false],[238,59,0,true,true,false],[238,104,0,true,false,false],[239,23,0,true,true,false],[239,56,0,true,false,false],[239,58,0,true,true,false],[239,102,0,true,false,false],[240,23,0,true,true,false],[240,62,0,true,false,false],[240,64,0,true,true,false],[240,115,0,true,false,false],[241,23,0,true,true,false],[241,57,0,true,false,false],[241,59,0,true,true,false],[241,103,0,true,false,false],[242,23,0,true,true,false],[242,58,0,true,false,false],[242,60,0,true,true,false],[242,98,0,true,false,false],[243,23,0,true,true,false],[243,57,0,true,false,false],[243,59,0,true,true,false],[243,103,0,true,false,false],[244,23,0,true,true,false],[244,56,0,true,false,false],[244,58,0,true,true,false],[244,101,0,true,false,false],[245,23,0,true,true,false],[245,53,0,true,false,false],[245,55,0,true,true,false],[245,90,0,true,false,false],[246,23,0,true,true,false],[246,50,0,true,false,false],[246,52,0,true,true,false],[246,86,0,true,false,false],[247,23,0,true,true,false],[247,48,0,true,false,false],[247,50,0,true,true,false],[247,83,0,true,false,false],[248,23,0,true,true,false],[248,57,0,true,false,false],[248,59,0,true,true,false],[248,102,0,true,false,false],[249,23,0,true,true,false],[249,59,0,true,false,false],[249,61,0,true,true,false],[249,106,0,true,false,false],[250,23,0,true,true,false],[250,58,0,true,false,false],[250,60,0,true,true,false],[250,104,0,true,false,false],[251,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":214,"covered":0,"percent":0},"instantiations":{"count":214,"covered":0,"percent":0},"lines":{"count":398,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":226,"covered":0,"notcovered":226,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift","mcdc_records":[],"segments":[[15,51,0,true,true,false],[15,53,0,false,false,false],[19,38,0,true,true,false],[19,42,0,false,false,false],[20,40,0,true,true,false],[20,44,0,false,false,false],[21,49,0,true,true,false],[21,63,0,false,false,false],[25,97,0,true,true,false],[27,51,0,true,true,false],[27,72,0,true,false,false],[28,6,0,false,false,false],[33,85,0,true,true,false],[42,12,0,true,true,false],[44,53,0,true,true,false],[48,44,0,true,true,false],[50,14,0,true,true,false],[54,45,0,true,true,false],[56,14,0,true,true,false],[60,43,0,true,true,false],[62,14,0,true,true,false],[65,16,0,true,true,false],[65,39,0,true,false,false],[65,40,0,true,true,false],[67,20,0,true,true,false],[67,45,0,true,false,false],[67,73,0,true,true,false],[69,18,0,true,true,false],[70,14,0,true,true,false],[79,14,0,true,false,false],[81,17,0,true,true,false],[90,10,0,true,false,false],[91,6,0,false,false,false],[94,96,0,true,true,false],[97,33,0,true,true,false],[102,16,0,true,true,false],[102,31,0,true,false,false],[102,59,0,true,true,false],[104,14,0,true,true,false],[105,10,0,true,true,false],[107,23,0,true,false,false],[108,6,0,false,false,false],[111,70,0,true,true,false],[168,6,0,false,false,false],[172,67,0,true,true,false],[183,6,0,false,false,false],[187,5,0,true,true,false],[191,38,0,true,true,false],[193,10,0,true,false,false],[202,6,0,false,false,false],[206,5,0,true,true,false],[210,48,0,true,true,false],[212,10,0,true,false,false],[216,31,0,true,true,false],[218,10,0,true,true,false],[223,65,0,true,false,false],[224,6,0,false,false,false],[226,101,0,true,true,false],[229,12,0,true,true,false],[230,100,0,true,true,false],[232,45,0,true,false,false],[233,17,0,true,true,false],[236,10,0,true,false,false],[237,6,0,false,false,false],[239,83,0,true,true,false],[247,12,0,true,true,false],[247,25,0,true,false,false],[247,26,0,true,true,false],[249,10,0,true,false,false],[255,12,0,true,true,false],[255,30,0,true,false,false],[255,31,0,true,true,false],[257,10,0,true,false,false],[257,16,0,true,true,false],[261,10,0,true,false,false],[264,6,0,false,false,false],[266,65,0,true,true,false],[267,12,0,true,true,false],[267,25,0,true,false,false],[267,26,0,true,true,false],[269,10,0,true,false,false],[271,6,0,false,false,false],[280,29,0,true,true,false],[282,6,0,false,false,false],[291,76,0,true,true,false],[295,6,0,false,false,false],[316,7,0,true,true,false],[322,6,0,false,false,false],[366,81,0,true,true,false],[370,6,0,false,false,false],[378,53,0,true,true,false],[381,6,0,false,false,false],[386,32,0,true,true,false],[386,36,0,false,false,false],[387,35,0,true,true,false],[387,37,0,false,false,false],[406,49,0,true,true,false],[406,52,0,false,false,false],[408,77,0,true,true,false],[411,6,0,false,false,false],[413,87,0,true,true,false],[416,6,0,false,false,false],[418,40,0,true,true,false],[422,6,0,false,false,false],[424,53,0,true,true,false],[426,75,0,true,true,false],[430,10,0,true,false,false],[431,6,0,false,false,false],[433,59,0,true,true,false],[435,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":31,"covered":0,"percent":0},"instantiations":{"count":31,"covered":0,"percent":0},"lines":{"count":294,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":63,"covered":0,"notcovered":63,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift","mcdc_records":[],"segments":[[14,48,0,true,true,false],[17,24,0,true,true,false],[17,37,0,true,false,false],[17,39,0,true,true,false],[17,45,0,true,false,false],[18,24,0,true,true,false],[18,38,0,true,false,false],[18,40,0,true,true,false],[18,48,0,true,false,false],[19,6,0,false,false,false],[21,44,0,true,true,false],[24,23,0,true,true,false],[24,43,0,true,false,false],[28,24,0,true,true,false],[28,46,0,true,false,false],[29,6,0,false,false,false],[33,45,0,true,true,false],[42,23,0,true,true,false],[42,49,0,true,false,false],[43,23,0,true,true,false],[43,49,0,true,false,false],[44,23,0,true,true,false],[44,51,0,true,false,false],[47,23,0,true,true,false],[47,46,0,true,false,false],[48,23,0,true,true,false],[48,45,0,true,false,false],[49,23,0,true,true,false],[49,45,0,true,false,false],[50,6,0,false,false,false],[52,51,0,true,true,false],[59,13,0,true,true,false],[59,39,0,true,true,false],[59,61,0,true,false,false],[59,65,0,true,true,false],[59,89,0,true,false,false],[60,20,0,true,true,false],[60,43,0,true,false,false],[61,6,0,false,false,false],[65,44,0,true,true,false],[67,24,0,true,true,false],[67,80,0,true,false,false],[67,82,0,true,true,false],[67,97,0,true,false,false],[68,24,0,true,true,false],[68,75,0,true,false,false],[68,77,0,true,true,false],[68,87,0,true,false,false],[69,24,0,true,true,false],[69,74,0,true,false,false],[69,76,0,true,true,false],[69,85,0,true,false,false],[70,24,0,true,true,false],[70,74,0,true,false,false],[70,76,0,true,true,false],[70,85,0,true,false,false],[71,6,0,false,false,false],[75,58,0,true,true,false],[76,24,0,true,true,false],[76,66,0,true,false,false],[76,68,0,true,true,false],[76,78,0,true,false,false],[77,24,0,true,true,false],[77,68,0,true,false,false],[77,70,0,true,true,false],[77,81,0,true,false,false],[78,24,0,true,true,false],[78,74,0,true,false,false],[78,76,0,true,true,false],[78,94,0,true,false,false],[79,6,0,false,false,false],[83,43,0,true,true,false],[88,23,0,true,true,false],[88,51,0,true,false,false],[89,23,0,true,true,false],[89,65,0,true,false,false],[90,23,0,true,true,false],[90,53,0,true,false,false],[91,6,0,false,false,false],[95,47,0,true,true,false],[98,49,0,true,true,false],[99,72,0,true,true,false],[101,24,0,true,true,false],[101,31,0,true,false,false],[101,33,0,true,true,false],[101,45,0,true,false,false],[102,6,0,false,false,false],[107,42,0,true,true,false],[111,24,0,true,true,false],[111,53,0,true,false,false],[111,55,0,true,true,false],[111,59,0,true,false,false],[112,23,0,true,true,false],[112,65,0,true,false,false],[113,6,0,false,false,false],[117,50,0,true,true,false],[120,25,0,true,true,false],[120,37,0,true,false,false],[124,6,0,false,false,false],[128,43,0,true,true,false],[131,25,0,true,true,false],[131,31,0,true,false,false],[134,26,0,true,true,false],[134,52,0,true,false,false],[135,6,0,false,false,false],[141,23,0,true,true,false],[142,27,0,true,true,false],[142,42,0,true,false,false],[143,6,0,false,false,false],[153,60,0,true,true,false],[155,6,0,false,false,false],[157,37,0,true,true,false],[160,6,0,false,false,false],[162,67,0,true,true,false],[163,64,0,true,true,false],[164,74,0,true,false,false],[165,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":57,"covered":0,"percent":0},"instantiations":{"count":57,"covered":0,"percent":0},"lines":{"count":152,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":60,"covered":0,"notcovered":60,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift","mcdc_records":[],"segments":[[11,43,0,true,true,false],[17,6,0,false,false,false],[19,46,0,true,true,false],[25,6,0,false,false,false],[29,51,0,true,true,false],[41,24,0,true,true,false],[41,33,0,true,false,false],[41,35,0,true,true,false],[41,43,0,true,false,false],[41,45,0,true,true,false],[41,70,0,true,false,false],[42,30,0,true,true,false],[42,39,0,true,false,false],[42,41,0,true,true,false],[42,51,0,true,false,false],[42,53,0,true,true,false],[42,83,0,true,false,false],[43,27,0,true,true,false],[43,36,0,true,false,false],[43,38,0,true,true,false],[43,70,0,true,false,false],[43,72,0,true,true,false],[43,103,0,true,false,false],[44,6,0,false,false,false],[46,51,0,true,true,false],[50,27,0,true,true,false],[54,28,0,true,true,false],[54,37,0,true,false,false],[54,39,0,true,true,false],[54,43,0,true,false,false],[54,45,0,true,true,false],[54,78,0,true,false,false],[55,10,0,true,true,false],[60,24,0,true,true,false],[60,33,0,true,false,false],[60,35,0,true,true,false],[60,37,0,true,false,false],[60,39,0,true,true,false],[60,65,0,true,false,false],[61,6,0,false,false,false],[63,53,0,true,true,false],[74,34,0,true,true,false],[78,28,0,true,true,false],[78,37,0,true,false,false],[78,39,0,true,true,false],[78,43,0,true,false,false],[78,45,0,true,true,false],[78,101,0,true,false,false],[79,10,0,true,true,false],[80,6,0,false,false,false],[82,53,0,true,true,false],[90,13,0,true,true,false],[90,22,0,true,false,false],[90,24,0,true,true,false],[90,34,0,true,false,false],[90,36,0,true,true,false],[90,87,0,true,false,false],[93,13,0,true,true,false],[93,22,0,true,false,false],[93,24,0,true,true,false],[93,33,0,true,false,false],[93,35,0,true,true,false],[93,86,0,true,false,false],[95,6,0,false,false,false],[97,63,0,true,true,false],[105,24,0,true,true,false],[105,33,0,true,false,false],[105,35,0,true,true,false],[105,45,0,true,false,false],[105,47,0,true,true,false],[105,85,0,true,false,false],[106,6,0,false,false,false],[108,54,0,true,true,false],[111,24,0,true,true,false],[111,42,0,true,false,false],[111,44,0,true,true,false],[111,77,0,true,false,false],[113,12,0,true,true,false],[113,39,0,true,false,false],[113,40,0,true,true,false],[114,27,0,true,true,false],[114,31,0,true,false,false],[114,33,0,true,true,false],[114,98,0,true,false,false],[115,19,0,true,true,false],[115,49,0,true,false,false],[115,50,0,true,true,false],[116,27,0,true,true,false],[116,31,0,true,false,false],[116,33,0,true,true,false],[116,88,0,true,false,false],[117,16,0,true,true,false],[118,27,0,true,true,false],[118,58,0,true,false,false],[118,60,0,true,true,false],[118,99,0,true,false,false],[120,6,0,false,false,false],[124,39,0,true,true,false],[128,23,0,true,true,false],[128,42,0,true,false,false],[128,44,0,true,true,false],[128,74,0,true,false,false],[129,6,0,false,false,false],[131,42,0,true,true,false],[139,23,0,true,true,false],[139,27,0,true,false,false],[139,29,0,true,true,false],[139,61,0,true,false,false],[140,6,0,false,false,false],[142,42,0,true,true,false],[153,23,0,true,true,false],[153,27,0,true,false,false],[153,29,0,true,true,false],[153,73,0,true,false,false],[154,6,0,false,false,false],[156,43,0,true,true,false],[165,23,0,true,true,false],[165,27,0,true,false,false],[165,29,0,true,true,false],[165,76,0,true,false,false],[166,6,0,false,false,false],[168,41,0,true,true,false],[172,27,0,true,true,false],[174,10,0,true,true,false],[179,23,0,true,true,false],[179,27,0,true,false,false],[179,29,0,true,true,false],[179,73,0,true,false,false],[180,6,0,false,false,false],[182,42,0,true,true,false],[195,23,0,true,true,false],[195,27,0,true,false,false],[195,29,0,true,true,false],[195,71,0,true,false,false],[196,6,0,false,false,false],[198,37,0,true,true,false],[205,37,0,true,true,false],[205,48,0,true,false,false],[205,50,0,true,true,false],[205,51,0,true,false,false],[205,53,0,true,true,false],[205,94,0,true,false,false],[206,37,0,true,true,false],[206,46,0,true,false,false],[206,48,0,true,true,false],[206,59,0,true,false,false],[206,61,0,true,true,false],[206,99,0,true,false,false],[207,6,0,false,false,false],[209,47,0,true,true,false],[214,25,0,true,true,false],[214,31,0,true,false,false],[214,33,0,true,true,false],[214,86,0,true,false,false],[215,6,0,false,false,false],[217,45,0,true,true,false],[223,23,0,true,true,false],[223,27,0,true,false,false],[223,29,0,true,true,false],[223,72,0,true,false,false],[224,6,0,false,false,false],[226,46,0,true,true,false],[232,27,0,true,true,false],[233,58,0,true,true,false],[236,14,0,true,false,false],[237,10,0,true,true,false],[240,23,0,true,true,false],[240,27,0,true,false,false],[240,29,0,true,true,false],[240,71,0,true,false,false],[241,6,0,false,false,false],[243,46,0,true,true,false],[251,28,0,true,true,false],[253,10,0,true,true,false],[257,13,0,true,true,false],[257,22,0,true,false,false],[257,24,0,true,true,false],[257,34,0,true,false,false],[257,36,0,true,true,false],[257,89,0,true,false,false],[259,6,0,false,false,false],[263,43,0,true,true,false],[267,12,0,true,true,false],[271,10,0,true,false,false],[271,17,0,true,true,false],[273,10,0,true,true,false],[275,23,0,true,true,false],[275,27,0,true,false,false],[275,29,0,true,true,false],[275,66,0,true,false,false],[276,6,0,false,false,false],[278,51,0,true,true,false],[286,38,0,true,true,false],[291,28,0,true,true,false],[291,33,0,true,false,false],[291,35,0,true,true,false],[291,43,0,true,false,false],[291,45,0,true,true,false],[291,100,0,true,false,false],[292,10,0,true,true,false],[293,6,0,false,false,false],[295,44,0,true,true,false],[300,27,0,true,true,false],[303,10,0,true,true,false],[308,23,0,true,true,false],[308,27,0,true,false,false],[308,29,0,true,true,false],[308,78,0,true,false,false],[309,6,0,false,false,false],[311,42,0,true,true,false],[323,13,0,true,true,false],[323,24,0,true,false,false],[323,26,0,true,true,false],[323,27,0,true,false,false],[323,29,0,true,true,false],[323,84,0,true,false,false],[325,6,0,false,false,false],[329,46,0,true,true,false],[341,24,0,true,true,false],[341,33,0,true,false,false],[341,35,0,true,true,false],[341,52,0,true,false,false],[341,54,0,true,true,false],[341,89,0,true,false,false],[342,6,0,false,false,false],[344,49,0,true,true,false],[349,40,0,true,true,false],[352,16,0,true,true,false],[352,27,0,true,false,false],[352,28,0,true,true,false],[354,14,0,true,false,false],[356,16,0,true,true,false],[356,27,0,true,false,false],[356,28,0,true,true,false],[358,14,0,true,false,false],[359,10,0,true,true,false],[363,23,0,true,true,false],[363,65,0,true,false,false],[363,67,0,true,true,false],[363,103,0,true,false,false],[366,23,0,true,true,false],[366,27,0,true,false,false],[366,29,0,true,true,false],[366,71,0,true,false,false],[367,6,0,false,false,false],[371,41,0,true,true,false],[374,17,0,true,true,false],[375,33,0,true,true,false],[377,14,0,true,true,false],[378,10,0,true,false,false],[379,6,0,false,false,false],[381,47,0,true,true,false],[382,17,0,true,true,false],[383,32,0,true,true,false],[385,14,0,true,true,false],[386,10,0,true,false,false],[387,6,0,false,false,false],[389,46,0,true,true,false],[393,27,0,true,true,false],[395,10,0,true,true,false],[397,17,0,true,true,false],[399,10,0,true,false,false],[400,6,0,false,false,false],[404,45,0,true,true,false],[417,25,0,true,true,false],[417,35,0,true,false,false],[417,37,0,true,true,false],[417,72,0,true,false,false],[418,6,0,false,false,false],[420,43,0,true,true,false],[424,25,0,true,true,false],[424,82,0,true,false,false],[431,22,0,true,true,false],[431,88,0,true,false,false],[432,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":117,"covered":0,"percent":0},"instantiations":{"count":117,"covered":0,"percent":0},"lines":{"count":481,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":151,"covered":0,"notcovered":151,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift","mcdc_records":[],"segments":[[11,42,0,true,true,false],[12,53,0,true,true,false],[12,63,0,true,false,false],[15,6,0,false,false,false],[18,33,0,true,true,false],[32,6,0,false,false,false],[35,38,0,true,true,false],[39,6,0,false,false,false],[42,42,0,true,true,false],[44,49,0,true,true,false],[46,10,0,true,true,false],[47,6,0,false,false,false],[50,26,0,true,true,false],[58,6,0,false,false,false],[66,24,0,true,true,false],[66,69,0,false,false,false],[69,32,0,true,true,false],[73,6,0,false,false,false],[76,33,0,true,true,false],[80,6,0,false,false,false],[83,38,0,true,true,false],[87,6,0,false,false,false],[90,39,0,true,true,false],[94,6,0,false,false,false],[97,41,0,true,true,false],[101,6,0,false,false,false],[104,42,0,true,true,false],[108,6,0,false,false,false],[111,32,0,true,true,false],[114,6,0,false,false,false],[117,30,0,true,true,false],[131,6,0,false,false,false],[134,98,0,true,true,false],[136,6,0,false,false,false],[142,17,0,true,true,false],[150,16,0,true,true,false],[150,24,0,true,false,false],[151,9,0,true,true,false],[152,72,0,true,false,false],[153,9,0,true,true,false],[154,84,0,true,false,false],[155,9,0,true,true,false],[156,32,0,true,false,false],[157,9,0,true,true,false],[160,106,0,true,false,false],[161,9,0,true,true,false],[162,89,0,true,false,false],[163,9,0,true,true,false],[164,101,0,true,false,false],[165,9,0,true,true,false],[166,76,0,true,false,false],[167,9,0,true,true,false],[168,88,0,true,false,false],[169,9,0,true,true,false],[170,32,0,true,false,false],[172,6,0,false,false,false],[180,29,0,true,true,false],[183,6,0,false,false,false],[186,24,0,true,true,false],[189,6,0,false,false,false],[197,34,0,true,true,false],[202,6,0,false,false,false],[205,49,0,true,true,false],[208,12,0,true,true,false],[208,21,0,true,false,false],[208,22,0,true,true,false],[210,10,0,true,false,false],[212,12,0,true,true,false],[212,22,0,true,false,false],[212,23,0,true,true,false],[214,10,0,true,false,false],[215,6,0,false,false,false],[218,34,0,true,true,false],[221,6,0,false,false,false],[225,44,0,true,true,false],[229,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":23,"covered":0,"percent":0},"instantiations":{"count":23,"covered":0,"percent":0},"lines":{"count":159,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":39,"covered":0,"notcovered":39,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift","mcdc_records":[],"segments":[[10,37,0,true,true,false],[10,49,0,false,false,false],[11,28,0,true,true,false],[11,30,0,false,false,false],[12,36,0,true,true,false],[12,38,0,false,false,false],[17,37,0,true,true,false],[17,58,0,false,false,false],[18,28,0,true,true,false],[18,30,0,false,false,false],[19,36,0,true,true,false],[19,38,0,false,false,false],[24,37,0,true,true,false],[24,55,0,false,false,false],[25,28,0,true,true,false],[25,30,0,false,false,false],[26,36,0,true,true,false],[26,38,0,false,false,false],[34,40,0,true,true,false],[35,32,0,true,true,false],[38,29,0,true,true,false],[40,10,0,true,false,false],[45,42,0,true,true,false],[45,76,0,true,false,false],[48,49,0,true,true,false],[48,80,0,true,false,false],[50,6,0,false,false,false],[52,43,0,true,true,false],[59,35,0,true,true,false],[60,6,0,false,false,false],[64,55,0,true,true,false],[74,24,0,true,true,false],[74,28,0,true,false,false],[74,30,0,true,true,false],[74,40,0,true,false,false],[74,42,0,true,true,false],[74,82,0,true,false,false],[75,6,0,false,false,false],[77,53,0,true,true,false],[80,42,0,true,true,false],[80,85,0,true,false,false],[94,24,0,true,true,false],[94,28,0,true,false,false],[94,30,0,true,true,false],[94,37,0,true,false,false],[94,39,0,true,true,false],[94,104,0,true,false,false],[97,42,0,true,true,false],[97,76,0,true,false,false],[98,6,0,false,false,false],[100,64,0,true,true,false],[114,24,0,true,true,false],[114,28,0,true,false,false],[114,30,0,true,true,false],[114,47,0,true,false,false],[114,49,0,true,true,false],[114,104,0,true,false,false],[115,6,0,false,false,false],[117,61,0,true,true,false],[135,24,0,true,true,false],[135,28,0,true,false,false],[135,30,0,true,true,false],[135,46,0,true,false,false],[135,48,0,true,true,false],[135,99,0,true,false,false],[136,6,0,false,false,false],[138,60,0,true,true,false],[152,13,0,true,true,false],[152,17,0,true,false,false],[152,19,0,true,true,false],[152,33,0,true,false,false],[152,35,0,true,true,false],[152,101,0,true,false,false],[154,6,0,false,false,false],[156,72,0,true,true,false],[172,24,0,true,true,false],[172,28,0,true,false,false],[172,30,0,true,true,false],[172,38,0,true,false,false],[173,6,0,false,false,false],[175,72,0,true,true,false],[191,24,0,true,true,false],[191,28,0,true,false,false],[191,30,0,true,true,false],[191,38,0,true,false,false],[192,6,0,false,false,false],[194,50,0,true,true,false],[202,24,0,true,true,false],[202,28,0,true,false,false],[202,30,0,true,true,false],[202,38,0,true,false,false],[202,40,0,true,true,false],[202,98,0,true,false,false],[203,6,0,false,false,false],[205,43,0,true,true,false],[213,24,0,true,true,false],[213,28,0,true,false,false],[213,30,0,true,true,false],[213,38,0,true,false,false],[213,40,0,true,true,false],[213,101,0,true,false,false],[214,6,0,false,false,false],[216,41,0,true,true,false],[224,24,0,true,true,false],[224,28,0,true,false,false],[224,30,0,true,true,false],[224,38,0,true,false,false],[224,40,0,true,true,false],[224,83,0,true,false,false],[225,6,0,false,false,false],[229,32,0,true,true,false],[250,24,0,true,true,false],[250,35,0,true,false,false],[250,37,0,true,true,false],[250,50,0,true,false,false],[250,52,0,true,true,false],[250,92,0,true,false,false],[251,6,0,false,false,false],[253,32,0,true,true,false],[262,24,0,true,true,false],[262,36,0,true,false,false],[262,38,0,true,true,false],[262,39,0,true,false,false],[262,41,0,true,true,false],[262,76,0,true,false,false],[263,24,0,true,true,false],[263,38,0,true,false,false],[263,40,0,true,true,false],[263,41,0,true,false,false],[263,43,0,true,true,false],[263,75,0,true,false,false],[264,24,0,true,true,false],[264,36,0,true,false,false],[264,38,0,true,true,false],[264,40,0,true,false,false],[264,42,0,true,true,false],[264,91,0,true,false,false],[265,6,0,false,false,false],[269,36,0,true,true,false],[282,23,0,true,true,false],[282,40,0,true,false,false],[282,42,0,true,true,false],[282,72,0,true,false,false],[283,23,0,true,true,false],[283,43,0,true,false,false],[283,45,0,true,true,false],[283,78,0,true,false,false],[284,24,0,true,true,false],[284,49,0,true,false,false],[284,51,0,true,true,false],[284,95,0,true,false,false],[285,24,0,true,true,false],[285,43,0,true,false,false],[285,45,0,true,true,false],[285,81,0,true,false,false],[286,24,0,true,true,false],[286,50,0,true,false,false],[286,52,0,true,true,false],[286,96,0,true,false,false],[287,24,0,true,true,false],[287,39,0,true,false,false],[287,41,0,true,true,false],[287,73,0,true,false,false],[288,24,0,true,true,false],[288,39,0,true,false,false],[288,41,0,true,true,false],[288,73,0,true,false,false],[289,6,0,false,false,false],[291,55,0,true,true,false],[293,42,0,true,true,false],[293,85,0,true,false,false],[299,23,0,true,true,false],[299,37,0,true,false,false],[299,39,0,true,true,false],[299,101,0,true,false,false],[302,42,0,true,true,false],[302,76,0,true,false,false],[303,6,0,false,false,false],[305,53,0,true,true,false],[307,42,0,true,true,false],[307,82,0,true,false,false],[308,68,0,true,true,false],[315,10,0,true,false,false],[321,23,0,true,true,false],[321,37,0,true,false,false],[321,39,0,true,true,false],[321,85,0,true,false,false],[324,42,0,true,true,false],[324,76,0,true,false,false],[326,49,0,true,true,false],[326,80,0,true,false,false],[327,6,0,false,false,false],[331,42,0,true,true,false],[339,24,0,true,true,false],[339,44,0,true,false,false],[339,46,0,true,true,false],[339,49,0,true,false,false],[339,51,0,true,true,false],[339,87,0,true,false,false],[340,24,0,true,true,false],[340,41,0,true,false,false],[340,43,0,true,true,false],[340,46,0,true,false,false],[340,48,0,true,true,false],[340,91,0,true,false,false],[341,24,0,true,true,false],[341,37,0,true,false,false],[341,39,0,true,true,false],[341,42,0,true,false,false],[341,44,0,true,true,false],[341,74,0,true,false,false],[342,24,0,true,true,false],[342,38,0,true,false,false],[342,40,0,true,true,false],[342,43,0,true,false,false],[342,45,0,true,true,false],[342,77,0,true,false,false],[345,27,0,true,true,false],[345,47,0,true,false,false],[345,49,0,true,true,false],[345,66,0,true,false,false],[346,27,0,true,true,false],[346,44,0,true,false,false],[346,46,0,true,true,false],[346,59,0,true,false,false],[347,27,0,true,true,false],[347,40,0,true,false,false],[347,42,0,true,true,false],[347,56,0,true,false,false],[348,6,0,false,false,false],[350,42,0,true,true,false],[360,58,0,true,true,false],[363,17,0,true,true,false],[363,34,0,true,false,false],[363,36,0,true,true,false],[363,55,0,true,false,false],[363,57,0,true,true,false],[363,96,0,true,false,false],[365,10,0,true,true,false],[366,6,0,false,false,false],[370,40,0,true,true,false],[382,49,0,true,true,false],[384,28,0,true,true,false],[384,38,0,true,false,false],[384,40,0,true,true,false],[384,52,0,true,false,false],[384,54,0,true,true,false],[384,92,0,true,false,false],[385,10,0,true,true,false],[386,6,0,false,false,false],[388,49,0,true,true,false],[397,24,0,true,true,false],[397,40,0,true,false,false],[397,42,0,true,true,false],[397,55,0,true,false,false],[397,57,0,true,true,false],[397,97,0,true,false,false],[399,13,0,true,true,false],[399,40,0,true,false,false],[399,42,0,true,true,false],[399,64,0,true,false,false],[400,13,0,true,true,false],[400,69,0,true,false,false],[403,13,0,true,true,false],[403,28,0,true,false,false],[403,30,0,true,true,false],[403,52,0,true,false,false],[403,54,0,true,true,false],[403,102,0,true,false,false],[405,6,0,false,false,false],[409,46,0,true,true,false],[423,24,0,true,true,false],[423,44,0,true,false,false],[423,46,0,true,true,false],[423,57,0,true,false,false],[424,24,0,true,true,false],[424,47,0,true,false,false],[424,49,0,true,true,false],[424,68,0,true,false,false],[425,23,0,true,true,false],[425,51,0,true,false,false],[425,53,0,true,true,false],[425,85,0,true,false,false],[426,6,0,false,false,false],[430,36,0,true,true,false],[446,24,0,true,true,false],[446,32,0,true,false,false],[446,34,0,true,true,false],[446,51,0,true,false,false],[446,53,0,true,true,false],[446,103,0,true,false,false],[447,6,0,false,false,false],[449,50,0,true,true,false],[465,24,0,true,true,false],[465,32,0,true,false,false],[465,34,0,true,true,false],[465,42,0,true,false,false],[465,44,0,true,true,false],[465,86,0,true,false,false],[466,6,0,false,false,false],[468,60,0,true,true,false],[478,24,0,true,true,false],[478,32,0,true,false,false],[478,34,0,true,true,false],[478,54,0,true,false,false],[478,56,0,true,true,false],[478,101,0,true,false,false],[479,6,0,false,false,false],[487,22,0,true,true,false],[497,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":152,"covered":0,"percent":0},"instantiations":{"count":152,"covered":0,"percent":0},"lines":{"count":554,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":158,"covered":0,"notcovered":158,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift","mcdc_records":[],"segments":[[16,36,0,true,true,false],[33,6,0,false,false,false],[44,25,0,true,true,false],[58,6,0,false,false,false],[60,55,0,true,true,false],[71,6,0,false,false,false],[73,53,0,true,true,false],[84,6,0,false,false,false],[86,42,0,true,true,false],[104,24,0,true,true,false],[104,43,0,true,false,false],[104,45,0,true,true,false],[104,52,0,true,false,false],[119,24,0,true,true,false],[119,43,0,true,false,false],[119,45,0,true,true,false],[119,55,0,true,false,false],[134,24,0,true,true,false],[134,43,0,true,false,false],[134,45,0,true,true,false],[134,61,0,true,false,false],[149,24,0,true,true,false],[149,43,0,true,false,false],[149,45,0,true,true,false],[149,61,0,true,false,false],[164,24,0,true,true,false],[164,43,0,true,false,false],[164,45,0,true,true,false],[164,65,0,true,false,false],[179,24,0,true,true,false],[179,43,0,true,false,false],[179,45,0,true,true,false],[179,53,0,true,false,false],[180,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":17,"covered":0,"percent":0},"instantiations":{"count":17,"covered":0,"percent":0},"lines":{"count":164,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":17,"covered":0,"notcovered":17,"percent":0}}},{"branches":[],"expansions":[],"filename":"/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift","mcdc_records":[],"segments":[[6,56,0,true,true,false],[8,83,0,true,true,false],[8,92,0,true,false,false],[9,23,0,true,true,false],[9,27,0,true,false,false],[10,6,0,false,false,false],[12,57,0,true,true,false],[14,83,0,true,true,false],[14,91,0,true,false,false],[15,24,0,true,true,false],[15,28,0,true,false,false],[16,6,0,false,false,false]],"summary":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":6,"covered":0,"percent":0},"instantiations":{"count":6,"covered":0,"percent":0},"lines":{"count":14,"covered":0,"percent":0},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":6,"covered":0,"notcovered":6,"percent":0}}}],"functions":[{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ClaudeAPIPricingO12estimateCost11inputTokens06outputJ0SdSi_SitFZ","regions":[[16,84,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerCACyc33_9FFD45553D3BADF3D9EE3B0CDBEAF904Llfc","regions":[[41,20,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC12estimateCost11inputTokens06outputJ0SdSi_SitF","regions":[[46,77,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC14storeCostEntry11inputTokens06outputK009estimatedH06sourceySi_SiSdAC0H6SourceOtF","regions":[[69,7,92,6,0,0,0,0],[84,12,84,50,0,0,0,0],[84,51,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC14storeCostEntry11inputTokens06outputK009estimatedH06sourceySi_SiSdAC0H6SourceOtFSaySDySSypGGyKXEfu_","regions":[[70,103,70,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC10trackUsage11inputTokens06outputJ06source9logPrefixySi_SiAC10CostSourceOSStF","regions":[[100,7,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11costHistorySaySDySSypGGvg","regions":[[116,45,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11costHistorySaySDySSypGGvgAFyKXEfu_","regions":[[117,89,117,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvg","regions":[[121,43,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvgS2d_SDySSypGtXEfU_","regions":[[122,31,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC18totalEstimatedCostSdvgS2d_SDySSypGtXEfU_SdyKXEfu_","regions":[[123,57,123,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvg","regions":[[128,55,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_","regions":[[129,36,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_SiyKXEfu_","regions":[[131,58,131,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC11totalTokensSi5input_Si6outputtvgSi_SitSi_Sit_SDySSypGtXEfU_SiyKXEfu0_","regions":[[132,59,132,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AICostTracker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13AICostTrackerC12clearHistoryyyF","regions":[[138,32,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV04_apiA5Input33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySSGvpfi","regions":[[18,46,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13_isValidating33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySbGvpfi","regions":[[19,45,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14_dontShowAgain33_DE80078E179EB6081298D3A15AB69B03LL7SwiftUI5StateVySbGvpfi","regions":[[21,46,21,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg","regions":[[26,25,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvpQOy_Qo__AE7DividerVAE06ScrollL0VyAC07contentN0AILLQrvpQOy_Qo_GAlC06footerN0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[27,28,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvpQOy_Qo__AE7DividerVAE06ScrollL0VyAC07contentN0AILLQrvpQOy_Qo_GAlC06footerN0AILLQrvpQOy_Qo_tGyXEfU_APyXEfU_","regions":[[34,24,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_","regions":[[45,43,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyYbScMYccACYbcfu_","regions":[[46,28,46,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[46,28,46,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_A1_yXEfU_","regions":[[46,43,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[60,42,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13headerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAXtGyXEfU_","regions":[[61,29,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14contentSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[86,43,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV14contentSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAC18featureExplanationAELLQrvpQOy_Qo__AC15costInformationAELLQrvpQOy_Qo_AC03apia5InputI0AELLQrvpQOy_Qo_AC12securityNoteAELLQrvpQOy_Qo_tGyXEfU_","regions":[[87,50,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[103,47,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__ArjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAC11bulletPointAELLyQrSSFQOy_Qo__A7_A7_A7_tGG_Qo_AjFEAWyQrA__A3_tFQOyAR_Qo_tGyXEfU_","regions":[[104,49,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV18featureExplanation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__ArjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAC11bulletPointAELLyQrSSFQOy_Qo__A7_A7_A7_tGG_Qo_AjFEAWyQrA__A3_tFQOyAR_Qo_tGyXEfU_A8_yXEfU_","regions":[[112,53,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV11bulletPoint33_DE80078E179EB6081298D3A15AB69B03LLyQrSSF","regions":[[128,59,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV11bulletPoint33_DE80078E179EB6081298D3A15AB69B03LLyQrSSF7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[129,45,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[138,44,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__Qo__AjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFEAOyQrARFQOyAF6VStackVyAHyAV_A3VtGG_Qo__Qo__Qo_AF15ModifiedContentVyAjFEA0_yQrA4__A8_tFQOyAjFEAOyQrARFQOyAF4LinkVyAVG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[139,49,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV15costInformation33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__Qo__AjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFEAOyQrARFQOyAF6VStackVyAHyAV_A3VtGG_Qo__Qo__Qo_AF15ModifiedContentVyAjFEA0_yQrA4__A8_tFQOyAjFEAOyQrARFQOyAF4LinkVyAVG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A11_yXEfU_","regions":[[144,53,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[165,47,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_","regions":[[166,49,198,10,0,0,0,0],[182,44,187,14,0,0,0,0],[187,14,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_A22_yXEfU_","regions":[[170,20,180,14,0,0,0,0],[176,20,176,32,0,0,0,0],[176,33,179,18,0,0,0,0],[179,18,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV03apiA12InputSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE4fontyQrAF4FontVSgFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AF6HStackVyAHyAF15ModifiedContentVyAjFE8disabledyQrSbFQOyAjFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF11SecureFieldVyARG_AF013RoundedBorderY10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AjFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressU0VyAF05EmptyU0VA18_G_Qo_SgtGGAZyARA10_GSgAXyAHyAR_AZyAjFEAKyQrANFQOyAF4LinkVyARG_Qo_A10_GtGGtGyXEfU_A31_yXEfU0_","regions":[[189,20,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[202,41,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AUtGGtGyXEfU_","regions":[[203,28,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV12securityNote33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF0T0PAFE15foregroundColoryQrAF0V0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AUtGGtGyXEfU_AVyXEfU_","regions":[[207,53,213,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg","regions":[[223,42,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_","regions":[[224,29,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A7_yXEfU_","regions":[[225,20,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_","regions":[[234,33,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU_","regions":[[235,44,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU0_","regions":[[243,34,245,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU1_","regions":[[249,43,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_yyScMYccfU1_yyYacfU_","regions":[[250,26,252,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13footerSection33_DE80078E179EB6081298D3A15AB69B03LLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF15ModifiedContentVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAnFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVtGG_AJyAHyALyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAXG_AF19BorderedButtonStyleVQo_A3_G_A6_A17_ALyAnFE8disabledyQrSbFQOyAnFEA9_yQrqd__AFA10_Rd__lFQOyA13__AF28BorderedProminentButtonStyleVQo__Qo_A3_GtGGtGyXEfU_A24_yXEfU0_SbyKXEfu_","regions":[[255,50,255,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaF","regions":[[264,37,296,6,0,0,0,0],[276,12,276,26,0,0,0,0],[276,27,292,10,0,0,0,0],[278,16,288,14,0,0,0,0],[279,74,288,14,0,0,0,0],[281,20,281,33,0,0,0,0],[281,34,283,18,0,0,0,0],[288,21,291,14,0,0,0,0],[291,14,292,10,0,0,0,0],[292,16,295,10,0,0,0,0],[295,10,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSbyXEfu_","regions":[[265,16,265,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyXEfu0_","regions":[[265,38,265,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyKXEfu1_","regions":[[293,54,293,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10saveAPIKey33_DE80078E179EB6081298D3A15AB69B03LLyyYaFSSyKXEfu2_","regions":[[294,105,294,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV13handleDismiss33_DE80078E179EB6081298D3A15AB69B03LLyyF","regions":[[298,34,304,6,0,0,0,0],[299,12,299,25,0,0,0,0],[299,26,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10handleSkip33_DE80078E179EB6081298D3A15AB69B03LLyyF","regions":[[306,31,312,6,0,0,0,0],[307,12,307,25,0,0,0,0],[307,26,309,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV16hasBeenDismissedSbvgZ","regions":[[317,39,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV19resetDismissedStateyyFZ","regions":[[322,39,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10shouldShowSbyFZ","regions":[[330,38,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AIKeyRequiredDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19AIKeyRequiredDialogV10shouldShowSbyFZSbyKXEfu_","regions":[[331,52,331,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[15,85,121,6,0,0,0,0],[16,16,16,26,0,0,0,0],[19,9,19,31,0,0,0,0],[20,9,20,31,0,0,0,0],[21,9,21,31,0,0,0,0],[22,9,22,31,0,0,0,0],[23,9,23,31,0,0,0,0],[24,9,24,31,0,0,0,0],[25,9,25,31,0,0,0,0],[26,9,26,31,0,0,0,0],[27,9,27,31,0,0,0,0],[28,9,28,31,0,0,0,0],[29,9,29,32,0,0,0,0],[30,9,30,32,0,0,0,0],[31,9,31,34,0,0,0,0],[34,9,34,33,0,0,0,0],[35,9,35,31,0,0,0,0],[36,9,36,31,0,0,0,0],[37,9,37,31,0,0,0,0],[38,9,38,31,0,0,0,0],[39,9,39,31,0,0,0,0],[40,9,40,31,0,0,0,0],[41,9,41,31,0,0,0,0],[42,9,42,31,0,0,0,0],[43,9,43,31,0,0,0,0],[44,9,44,32,0,0,0,0],[45,9,45,32,0,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,33,0,0,0,0],[50,9,50,33,0,0,0,0],[51,9,51,30,0,0,0,0],[52,9,52,30,0,0,0,0],[53,9,53,30,0,0,0,0],[54,9,54,30,0,0,0,0],[55,9,55,30,0,0,0,0],[56,9,56,30,0,0,0,0],[57,9,57,31,0,0,0,0],[58,9,58,31,0,0,0,0],[59,9,59,31,0,0,0,0],[60,9,60,32,0,0,0,0],[61,9,61,32,0,0,0,0],[62,9,62,34,0,0,0,0],[65,9,65,33,0,0,0,0],[66,9,66,30,0,0,0,0],[67,9,67,30,0,0,0,0],[68,9,68,30,0,0,0,0],[69,9,69,30,0,0,0,0],[70,9,70,31,0,0,0,0],[71,9,71,31,0,0,0,0],[72,9,72,31,0,0,0,0],[73,9,73,31,0,0,0,0],[74,9,74,31,0,0,0,0],[75,9,75,32,0,0,0,0],[76,9,76,34,0,0,0,0],[80,9,80,33,0,0,0,0],[81,9,81,33,0,0,0,0],[82,9,82,33,0,0,0,0],[83,9,83,33,0,0,0,0],[84,9,84,33,0,0,0,0],[85,9,85,33,0,0,0,0],[86,9,86,34,0,0,0,0],[90,9,90,42,0,0,0,0],[91,9,91,42,0,0,0,0],[92,9,92,41,0,0,0,0],[93,9,93,42,0,0,0,0],[94,9,94,41,0,0,0,0],[95,9,95,41,0,0,0,0],[96,9,96,41,0,0,0,0],[97,9,97,42,0,0,0,0],[98,9,98,42,0,0,0,0],[99,9,99,43,0,0,0,0],[100,9,100,45,0,0,0,0],[101,9,101,45,0,0,0,0],[106,9,106,35,0,0,0,0],[107,9,107,35,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[112,9,112,36,0,0,0,0],[113,9,113,36,0,0,0,0],[114,9,114,35,0,0,0,0],[115,9,115,36,0,0,0,0],[117,9,117,44,0,0,0,0],[118,9,119,16,0,0,0,0],[120,10,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZ","regions":[[126,140,133,6,0,0,0,0],[128,77,130,10,0,0,0,0],[130,10,132,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ANSIPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ANSIPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZSbSi_Sit_AI_SStt_tXEfU_","regions":[[128,53,128,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8endpoint33_99FA4964825DABA5A28BDEB72B1BDA98LL10Foundation3URLVvpfi","regions":[[10,28,10,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC10apiVersion33_99FA4964825DABA5A28BDEB72B1BDA98LLSSvpfi","regions":[[11,30,11,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC5model33_99FA4964825DABA5A28BDEB72B1BDA98LLSSvpfi","regions":[[12,25,12,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC16ValidationResultV5validAEyFZ","regions":[[20,56,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC16ValidationResultV7invalid7message10statusCodeAESS_SiSgtFZ","regions":[[24,97,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15ValidationErrorO16errorDescriptionSSSgvg","regions":[[36,46,47,10,0,0,0,0],[37,20,37,24,0,0,0,0],[38,13,39,72,0,0,0,0],[40,13,41,44,0,0,0,0],[42,13,43,56,0,0,0,0],[44,13,45,44,0,0,0,0],[46,14,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaF","regions":[[53,67,130,6,0,0,0,0],[57,45,60,10,0,0,0,0],[60,10,130,6,0,0,0,0],[62,35,65,10,0,0,0,0],[65,10,130,6,0,0,0,0],[69,12,123,10,0,0,0,0],[89,87,123,10,0,0,0,0],[91,82,123,10,0,0,0,0],[93,72,96,14,0,0,0,0],[96,14,123,10,0,0,0,0],[99,20,99,43,0,0,0,0],[100,13,102,32,0,0,0,0],[104,13,106,115,0,0,0,0],[108,13,110,104,0,0,0,0],[112,13,115,32,0,0,0,0],[117,13,120,108,0,0,0,0],[123,39,126,10,0,0,0,0],[126,17,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSbyXEfu_","regions":[[54,16,54,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSSyXEfu0_","regions":[[54,30,54,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC8validateyAC16ValidationResultVSSYaFSSyKXEfu1_","regions":[[118,75,118,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15validateOrThrowyySSYaKF","regions":[[135,61,147,6,0,0,0,0],[138,35,146,10,0,0,0,0],[139,70,141,14,0,0,0,0],[141,57,143,14,0,0,0,0],[143,20,145,14,0,0,0,0],[146,10,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/APIKeyValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15APIKeyValidatorC15validateOrThrowyySSYaKFSiyKXEfu_","regions":[[142,81,142,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV14_updateService33_E8C96BDBF43A036E186141B52A5BD32ALL7SwiftUI14ObservedObjectVyAA06UpdateH0CGvpfi","regions":[[6,49,6,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV9buildInfo33_E8C96BDBF43A036E186141B52A5BD32ALLAA05BuildH0Vvpfi","regions":[[9,29,9,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg","regions":[[11,25,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_","regions":[[12,28,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A19_yXEfU_","regions":[[14,33,41,14,0,0,0,0],[16,58,22,18,0,0,0,0],[22,18,41,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A19_yXEfU_A17_yXEfU_","regions":[[30,36,40,18,0,0,0,0],[35,68,39,22,0,0,0,0],[39,22,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A50_yXEfU0_","regions":[[49,33,60,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A50_yXEfU0_yyScMYccfU_","regions":[[50,24,52,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A50_yXEfU0_A44_yXEfU0_","regions":[[52,26,56,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A60_yXEfU1_","regions":[[68,33,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A60_yXEfU1_A58_yXEfU_","regions":[[74,36,92,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A68_yXEfU2_","regions":[[102,33,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A68_yXEfU2_A66_yXEfU_","regions":[[108,36,115,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9AboutViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE5ImageV_Qo__Qo__Qo_Sg_AE4TextVATyAGyA15__A15_SgtGGtGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEA2_A3_A4_A5_QrAR_ARA7_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrAR_A5RA7_tFQOyAE5LabelVyA15_A9_G_Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__Qo_G_Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEEA2_A34_A35_A36_A37_A38_A39_A5_QrAR_A5RA7_tFQOyA15__Qo__ATyAGyAA10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV_A57_A57_tGGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyATyAGyA54__ATyAA14AttributionRowA56_LLVGtGG_Qo__Qo__Qo_A25_AiEEAJyQrAN_ARtFQOyATyAGyA15__A15_tGG_Qo_tGyXEfU_A73_yXEfU3_","regions":[[125,32,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg","regions":[[153,25,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgyyScMYccfU_","regions":[[154,16,158,10,0,0,0,0],[155,43,157,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAhFE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A_A_A_A_A_AF9AlignmentVtFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_","regions":[[158,18,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAhFE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A_A_A_A_A_AF9AlignmentVtFQOyAF5LabelVyAF4TextVAF5ImageVG_Qo__AhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A20_yXEfU_","regions":[[159,20,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10LinkButton33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgySbcfU1_","regions":[[180,18,186,10,0,0,0,0],[181,16,181,24,0,0,0,0],[181,25,183,14,0,0,0,0],[183,20,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg","regions":[[198,25,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgyyScMYccfU_","regions":[[199,16,203,10,0,0,0,0],[200,43,202,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_","regions":[[203,18,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_","regions":[[204,33,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_A25_yXEfU_","regions":[[205,57,226,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0T0Rd__lFQOyAF6HStackVyAF05TupleR0VyAF6VStackVyAOyAMyAOyAF4TextV_AhFE10background_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAXyQrA0__A4_tFQOyAS_Qo__Qo__AF01_tR0VyAF7CapsuleVAF5ColorVGQo_tGG_AhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA4__A4_A4_A4_A4_A4_AWtFQOyAS_Qo_tGG_AhFE15foregroundColoryQrA12_SgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_tGG_AF9RectangleVQo_yXEfU0_A37_yXEfU_A25_yXEfU_A15_yXEfU_","regions":[[206,40,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AttributionRow33_E8C96BDBF43A036E186141B52A5BD32ALLV4bodyQrvgySbcfU1_","regions":[[244,18,250,10,0,0,0,0],[245,16,245,24,0,0,0,0],[245,25,247,14,0,0,0,0],[247,20,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerCACyc33_E8C96BDBF43A036E186141B52A5BD32ALlfc","regions":[[261,20,261,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyF","regions":[[263,17,307,6,0,0,0,0],[265,40,269,10,0,0,0,0],[269,10,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyFy10Foundation12NotificationVYbcfU_","regions":[[298,11,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/AboutView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21AboutWindowControllerC4showyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[299,18,301,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO16determineActions3for7contextSay0aB10WizardCore07AutoFixE0OGAA13InstallIntentO_AA13SystemContextVtFZ","regions":[[17,26,28,6,0,0,0,0],[18,16,18,22,0,0,0,0],[19,9,20,54,0,0,0,0],[21,9,22,53,0,0,0,0],[23,9,24,56,0,0,0,0],[25,9,26,15,0,0,0,0],[27,10,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO22determineRepairActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[32,83,85,6,0,0,0,0],[36,12,36,42,0,0,0,0],[36,77,38,10,0,0,0,0],[41,12,41,50,0,0,0,0],[41,51,43,10,0,0,0,0],[46,12,46,46,0,0,0,0],[46,47,57,10,0,0,0,0],[47,16,47,57,0,0,0,0],[47,58,49,14,0,0,0,0],[54,16,54,60,0,0,0,0],[54,61,56,14,0,0,0,0],[60,12,60,94,0,0,0,0],[60,95,62,10,0,0,0,0],[65,12,65,52,0,0,0,0],[65,53,71,10,0,0,0,0],[67,16,67,60,0,0,0,0],[67,108,69,14,0,0,0,0],[74,12,74,35,0,0,0,0],[74,36,77,10,0,0,0,0],[76,46,76,72,0,0,0,0],[76,75,76,99,0,0,0,0],[80,12,80,55,0,0,0,0],[80,56,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO22determineRepairActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZSbyKXEfu_","regions":[[60,63,60,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO23determineInstallActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[88,84,134,6,0,0,0,0],[92,12,92,42,0,0,0,0],[92,77,94,10,0,0,0,0],[97,12,97,50,0,0,0,0],[97,51,99,10,0,0,0,0],[102,12,102,46,0,0,0,0],[102,47,113,10,0,0,0,0],[103,16,103,57,0,0,0,0],[103,58,105,14,0,0,0,0],[110,16,110,60,0,0,0,0],[110,61,112,14,0,0,0,0],[116,12,116,52,0,0,0,0],[116,53,122,10,0,0,0,0],[118,16,118,60,0,0,0,0],[118,108,120,14,0,0,0,0],[125,12,125,35,0,0,0,0],[125,36,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ActionDeterminer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDeterminerO25determineUninstallActions7contextSay0aB10WizardCore07AutoFixE0OGAA13SystemContextV_tFZ","regions":[[137,88,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherCACyc33_C68D983EC91EB6F0D799E636B67842ABLlfc","regions":[[57,20,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC8dispatchyAA0E14DispatchResultOAA0abE3URIVF","regions":[[63,75,93,6,0,0,0,0],[66,16,66,26,0,0,0,0],[67,9,68,37,0,0,0,0],[69,9,70,36,0,0,0,0],[71,9,72,35,0,0,0,0],[73,9,74,37,0,0,0,0],[75,9,76,35,0,0,0,0],[77,9,78,38,0,0,0,0],[79,9,80,37,0,0,0,0],[81,9,82,37,0,0,0,0],[83,9,84,37,0,0,0,0],[85,9,86,37,0,0,0,0],[87,9,91,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC8dispatch7messageAA0E14DispatchResultOSS_tF","regions":[[97,67,106,6,0,0,0,0],[98,56,100,10,0,0,0,0],[100,16,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[112,80,174,6,0,0,0,0],[113,51,118,10,0,0,0,0],[118,10,173,12,0,0,0,0],[123,57,123,70,0,0,0,0],[123,73,123,95,0,0,0,0],[129,90,131,10,0,0,0,0],[140,33,145,10,0,0,0,0],[142,16,142,60,0,0,0,0],[142,87,144,14,0,0,0,0],[145,10,173,12,0,0,0,0],[148,33,166,10,0,0,0,0],[166,10,173,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[152,74,161,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleLaunch33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_yyYaYbScMYccfU_","regions":[[153,22,160,18,0,0,0,0],[154,34,157,22,0,0,0,0],[157,31,157,41,0,0,0,0],[157,42,159,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC11handleLayer33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[178,79,191,6,0,0,0,0],[179,47,184,10,0,0,0,0],[184,10,190,24,0,0,0,0],[186,56,186,77,0,0,0,0],[186,80,186,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleRule33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[195,78,208,6,0,0,0,0],[196,44,201,10,0,0,0,0],[201,10,207,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[212,80,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[213,48,213,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu0_","regions":[[214,46,214,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleNotify33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_","regions":[[220,14,222,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleOpen33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[229,78,259,6,0,0,0,0],[233,39,238,10,0,0,0,0],[238,10,258,24,0,0,0,0],[242,12,242,43,0,0,0,0],[242,44,244,10,0,0,0,0],[246,58,253,10,0,0,0,0],[253,10,258,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC10handleOpen33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[241,67,241,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[264,81,344,6,0,0,0,0],[265,64,272,10,0,0,0,0],[272,10,343,24,0,0,0,0],[273,45,278,10,0,0,0,0],[278,10,343,24,0,0,0,0],[281,59,281,93,0,0,0,0],[281,96,281,101,0,0,0,0],[283,16,283,28,0,0,0,0],[284,9,285,28,0,0,0,0],[286,9,287,30,0,0,0,0],[288,9,289,29,0,0,0,0],[290,9,291,26,0,0,0,0],[292,9,295,26,0,0,0,0],[296,10,343,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_","regions":[[304,14,341,10,0,0,0,0],[309,33,317,14,0,0,0,0],[317,14,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU_","regions":[[310,37,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU0_","regions":[[322,33,340,14,0,0,0,0],[323,24,323,30,0,0,0,0],[324,17,325,115,0,0,0,0],[326,17,334,47,0,0,0,0],[328,42,328,124,0,0,0,0],[328,125,330,22,0,0,0,0],[330,28,332,22,0,0,0,0],[335,17,338,47,0,0,0,0],[339,18,340,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC010handleFakeA033_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_","regions":[[328,86,328,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[349,80,482,6,0,0,0,0],[350,44,355,10,0,0,0,0],[355,10,482,6,0,0,0,0],[359,16,359,35,0,0,0,0],[360,9,384,83,0,0,0,0],[363,107,371,14,0,0,0,0],[371,14,384,83,0,0,0,0],[377,45,382,14,0,0,0,0],[378,20,378,64,0,0,0,0],[378,65,381,18,0,0,0,0],[381,18,382,14,0,0,0,0],[382,14,384,83,0,0,0,0],[386,9,389,28,0,0,0,0],[391,9,399,28,0,0,0,0],[401,9,412,28,0,0,0,0],[414,9,422,83,0,0,0,0],[417,111,420,14,0,0,0,0],[420,14,422,83,0,0,0,0],[424,9,463,83,0,0,0,0],[427,47,461,14,0,0,0,0],[438,142,440,18,0,0,0,0],[461,14,463,83,0,0,0,0],[465,9,474,28,0,0,0,0],[468,106,471,14,0,0,0,0],[471,14,474,28,0,0,0,0],[476,9,480,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU1_","regions":[[396,67,398,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU2_","regions":[[418,103,418,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU4_","regions":[[469,103,469,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[365,103,369,18,0,0,0,0],[366,34,368,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU0_","regions":[[379,127,379,138,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU3_","regions":[[443,72,459,18,0,0,0,0],[447,21,458,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleSystem33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyyYbScMYccfU3_yyYbScMYccfU_","regions":[[452,79,456,26,0,0,0,0],[453,164,455,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleWindow33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[487,80,525,6,0,0,0,0],[488,44,493,10,0,0,0,0],[493,10,525,6,0,0,0,0],[497,81,502,10,0,0,0,0],[502,10,525,6,0,0,0,0],[505,68,512,10,0,0,0,0],[512,10,525,6,0,0,0,0],[516,12,516,19,0,0,0,0],[516,20,518,10,0,0,0,0],[518,16,524,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleFolder33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[529,80,574,6,0,0,0,0],[533,40,538,10,0,0,0,0],[538,10,573,24,0,0,0,0],[548,100,555,10,0,0,0,0],[555,10,573,24,0,0,0,0],[558,42,565,10,0,0,0,0],[565,10,573,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleFolder33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[541,65,541,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVF","regions":[[578,80,653,6,0,0,0,0],[582,40,587,10,0,0,0,0],[587,10,653,6,0,0,0,0],[599,16,599,27,0,0,0,0],[600,9,612,16,0,0,0,0],[602,56,607,14,0,0,0,0],[607,20,609,14,0,0,0,0],[614,9,620,16,0,0,0,0],[622,9,628,16,0,0,0,0],[630,9,645,28,0,0,0,0],[632,57,641,14,0,0,0,0],[641,20,644,14,0,0,0,0],[647,9,651,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFSSyKXEfu_","regions":[[590,65,590,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU_","regions":[[603,25,606,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU0_","regions":[[633,31,637,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC12handleScript33_C68D983EC91EB6F0D799E636B67842ABLLyAA0E14DispatchResultOAA0abE3URIVFyycfU1_","regions":[[637,20,640,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC13executeScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tF","regions":[[656,49,683,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC13executeScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tFyyYacfU_","regions":[[662,14,682,10,0,0,0,0],[663,16,677,14,0,0,0,0],[664,20,664,37,0,0,0,0],[664,38,667,18,0,0,0,0],[666,65,667,18,0,0,0,0],[667,27,667,46,0,0,0,0],[667,47,670,18,0,0,0,0],[669,71,670,18,0,0,0,0],[670,24,673,18,0,0,0,0],[672,65,673,18,0,0,0,0],[673,18,677,14,0,0,0,0],[677,21,681,14,0,0,0,0],[681,14,682,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[686,67,724,6,0,0,0,0],[690,12,690,35,0,0,0,0],[690,36,707,10,0,0,0,0],[692,79,701,14,0,0,0,0],[695,45,699,18,0,0,0,0],[699,18,700,23,0,0,0,0],[701,14,707,10,0,0,0,0],[702,38,706,14,0,0,0,0],[706,14,707,10,0,0,0,0],[707,10,724,6,0,0,0,0],[710,77,724,6,0,0,0,0],[712,61,719,10,0,0,0,0],[714,38,718,14,0,0,0,0],[718,14,719,10,0,0,0,0],[719,16,723,10,0,0,0,0],[723,10,724,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[697,101,697,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu0_","regions":[[704,97,704,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeAppleScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu1_","regions":[[716,97,716,127,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeShellScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[727,67,760,6,0,0,0,0],[733,16,733,19,0,0,0,0],[734,9,736,39,0,0,0,0],[737,9,739,39,0,0,0,0],[740,9,742,63,0,0,0,0],[743,10,760,6,0,0,0,0],[750,26,760,6,0,0,0,0],[753,12,753,42,0,0,0,0],[753,43,759,10,0,0,0,0],[759,10,760,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC18executeShellScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[755,75,755,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24executeInterpretedScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKF","regions":[[763,73,822,6,0,0,0,0],[768,16,768,19,0,0,0,0],[769,9,778,39,0,0,0,0],[771,16,771,74,0,0,0,0],[771,75,773,14,0,0,0,0],[773,23,773,87,0,0,0,0],[773,88,775,14,0,0,0,0],[775,20,777,14,0,0,0,0],[780,9,782,39,0,0,0,0],[784,9,786,39,0,0,0,0],[788,9,799,39,0,0,0,0],[790,16,790,76,0,0,0,0],[790,77,792,14,0,0,0,0],[792,23,792,86,0,0,0,0],[792,87,794,14,0,0,0,0],[794,20,798,14,0,0,0,0],[798,14,799,39,0,0,0,0],[801,9,804,15,0,0,0,0],[805,10,822,6,0,0,0,0],[812,26,822,6,0,0,0,0],[815,12,815,42,0,0,0,0],[815,43,821,10,0,0,0,0],[821,10,822,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24executeInterpretedScript33_C68D983EC91EB6F0D799E636B67842ABLL2atySS_tYaKFSSyKXEfu_","regions":[[817,75,817,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC24simulateKeyboardShortcut33_C68D983EC91EB6F0D799E636B67842ABLL7keyCode9modifiersys6UInt16V_So12CGEventFlagsVtF","regions":[[825,88,839,6,0,0,0,0],[826,73,826,83,0,0,0,0],[826,83,839,6,0,0,0,0],[829,99,832,10,0,0,0,0],[835,98,838,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSF","regions":[[842,51,854,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSFyyYacfU_","regions":[[843,23,853,10,0,0,0,0],[845,65,852,14,0,0,0,0],[847,30,851,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC14runAppleScript33_C68D983EC91EB6F0D799E636B67842ABLLyySSFyyYacfU_yyYbScMYcXEfU_","regions":[[848,41,850,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ActionDispatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ActionDispatcherC16showNotification33_C68D983EC91EB6F0D799E636B67842ABLL5title4body5soundySS_S2SSgtYaF","regions":[[858,86,869,6,0,0,0,0],[864,34,868,10,0,0,0,0],[865,70,867,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV21_isHoveringEmptyState33_217B3F11FBA53451CBA6AC37BCD15F1DLL7SwiftUI0K0VySbGvpfi","regions":[[7,47,7,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg","regions":[[9,25,70,6,0,0,0,0],[10,12,10,49,0,0,0,0],[10,50,33,10,0,0,0,0],[33,16,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[11,33,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_","regions":[[18,32,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[18,32,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A5_yXEfU_","regions":[[18,52,23,18,0,0,0,0],[22,57,22,60,0,0,0,0],[22,63,22,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE15ModifiedContentVyAiEE7onHover7performQrySbc_tFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE7opacityyQrSdFQOyAW_Qo_G_AE05PlainzX0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ySbcfU0_","regions":[[25,26,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_","regions":[[34,24,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_","regions":[[35,41,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_","regions":[[36,60,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_ySbcfU_","regions":[[39,39,41,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_ySbcfU_yyYacfU_","regions":[[40,38,40,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA18LauncherGridConfigVcfU0_","regions":[[42,54,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA18LauncherGridConfigVcfU0_yyYacfU_","regions":[[43,38,43,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA06WindowA10ConventionOcfU1_","regions":[[45,56,47,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0uV3Row33_217B3F11FBA53451CBA6AC37BCD15F1DLLV_Qo_GG_Qo_yXEfU0_A3_yXEfU_A2_AVcfU_yAA06WindowA10ConventionOcfU1_yyYacfU_","regions":[[46,38,46,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_","regions":[[55,72,68,14,0,0,0,0],[56,68,67,18,0,0,0,0],[67,18,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_yAA0nO6ChoiceOcfU_","regions":[[59,35,61,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU1_yycfU0_","regions":[[62,35,64,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActiveRulesViewV18openConfigInEditor33_217B3F11FBA53451CBA6AC37BCD15F1DLLyyF","regions":[[72,39,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV11_isExpanded7SwiftUI5StateVySbGvpfi","regions":[[83,37,83,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg","regions":[[85,25,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_","regions":[[86,49,136,10,0,0,0,0],[132,16,132,26,0,0,0,0],[132,27,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_","regions":[[87,50,130,14,0,0,0,0],[88,47,90,18,0,0,0,0],[90,18,130,14,0,0,0,0],[129,50,129,79,0,0,0,0],[129,82,129,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_A9_yXEfU_","regions":[[92,57,103,18,0,0,0,0],[98,50,102,22,0,0,0,0],[102,22,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_SbyYbcfU0_","regions":[[110,30,110,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_ySbYbcfU1_","regions":[[111,30,114,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_yyScMYccfU2_","regions":[[123,32,123,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAD04iconS03forQrSS_tFQOy_Qo_Sg_AF6VStackVyAHyAF4TextV_ArF0S0PAFE15foregroundColoryQrAF0Z0VSgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5LabelVyArF5ImageVG_Qo__Qo_SgtGGAF6SpacerVAF15ModifiedContentVyAtFE4tintyQrAXFQOyAtFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAtFE12labelsHiddenQryFQOyAF6ToggleVyARG_Qo__AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGA14_yAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAtFEAUyQrAXFQOyA4__Qo_G_AF16PlainButtonStyleVQo_A28_GtGG_AtFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAD15expandedContentQrvpQOy_Qo__Qo_SgtGyXEfU_A40_yXEfU_A34_yXEfU3_","regions":[[123,57,126,18,0,0,0,0],[124,52,124,64,0,0,0,0],[124,67,124,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV8iconView3forQrSS_tF","regions":[[147,50,159,6,0,0,0,0],[148,12,148,35,0,0,0,0],[148,36,154,10,0,0,0,0],[154,16,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV21activationDescriptionSSSgvg","regions":[[161,40,167,6,0,0,0,0],[162,49,162,64,0,0,0,0],[162,64,166,19,0,0,0,0],[163,58,165,10,0,0,0,0],[165,10,166,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvg","regions":[[170,36,201,6,0,0,0,0],[171,12,171,68,0,0,0,0],[171,69,179,10,0,0,0,0],[179,16,200,10,0,0,0,0],[180,20,180,43,0,0,0,0],[181,13,182,87,0,0,0,0],[183,13,196,18,0,0,0,0],[184,77,196,18,0,0,0,0],[197,13,198,36,0,0,0,0],[199,14,200,10,0,0,0,0],[200,10,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgAA06WindowA10ConventionOyKXEfu_","regions":[[174,63,174,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA06WindowA10ConventionOcfU_","regions":[[175,37,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgS2SYbScMYccADYbcfu0_","regions":[[182,73,182,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgS2SYbScMYccADYbcfu0_S2SYbScMYccfu1_","regions":[[182,73,182,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgAA18LauncherGridConfigVyYbcfU0_","regions":[[187,34,187,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA18LauncherGridConfigVYbcfU1_","regions":[[188,34,190,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15expandedContentQrvgyAA18LauncherGridConfigVcfU2_","regions":[[192,42,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg","regions":[[204,48,239,6,0,0,0,0],[238,53,238,54,0,0,0,0],[238,57,238,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_","regions":[[205,49,237,10,0,0,0,0],[231,16,231,45,0,0,0,0],[231,46,236,14,0,0,0,0],[236,14,237,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_A29_ANcfU_","regions":[[206,52,229,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV19defaultMappingsListQrvg7SwiftUI9TupleViewVyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAtFE12cornerRadius_11antialiasedQrA0__SbtFQOyAtFE10background_20ignoresSafeAreaEdgesQrqd___AYtAF10ShapeStyleRd__lFQOyAtFEAUyQrAY_A1_tFQOyAtFEAUyQrAY_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo__AtFE15foregroundColoryQrA14_SgFQOyAtFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A16_tGG_Qo_G_A11_SgtGyXEfU_A29_ANcfU_A27_yXEfU_","regions":[[207,36,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV18mappingDescription3forSSAA0A7MappingV_tF","regions":[[241,64,246,6,0,0,0,0],[242,66,244,10,0,0,0,0],[244,10,245,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RuleCollectionRow33_217B3F11FBA53451CBA6AC37BCD15F1DLLV06prettyA4NameyS2SF","regions":[[248,49,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV16hasShiftVariantsSbvg","regions":[[262,40,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV16hasShiftVariantsSbvgSbAA0aE0VXEfU_","regions":[[263,38,263,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15hasCtrlVariantsSbvg","regions":[[266,39,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV15hasCtrlVariantsSbvgSbAA0aE0VXEfU_","regions":[[267,38,267,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg","regions":[[270,25,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_","regions":[[271,49,308,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A9_yXEfU_","regions":[[273,32,283,14,0,0,0,0],[276,20,276,36,0,0,0,0],[276,37,278,18,0,0,0,0],[278,18,283,14,0,0,0,0],[279,20,279,35,0,0,0,0],[279,36,281,18,0,0,0,0],[281,18,283,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_","regions":[[290,42,307,14,0,0,0,0],[304,20,304,62,0,0,0,0],[304,63,306,18,0,0,0,0],[306,18,307,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_","regions":[[291,36,301,18,0,0,0,0],[294,24,294,40,0,0,0,0],[294,41,296,22,0,0,0,0],[296,22,301,18,0,0,0,0],[297,24,297,39,0,0,0,0],[297,40,299,22,0,0,0,0],[299,22,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_S2SXEfU_","regions":[[295,64,295,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAjFE7paddingyQrAP_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAD10headerCell_5width9alignment5colorQrSS_AuF9AlignmentVAF5ColorVtFQOy_Qo__A5_A5_SgA6_AF6SpacerVtGG_Qo__A4_Qo__AF7DividerVAF7ForEachVySayAA0aE0VG10Foundation4UUIDVAHyAjFEARyQrAP_AVtFQOyAXyAHyAD7keyCell_AZQrSS_AUtFQOy_Qo__AD10actionCell_AZQrSS_AUtFQOy_Qo_AD12modifierCell_AZA0_QrSSSg_AUA4_tFQOy_Qo_SgA30_A8_tGG_Qo__AjFE7opacityyQrSdFQOyA14__Qo_SgtGGtGyXEfU_A37_A18_cfU0_A31_yXEfU_S2SXEfU0_","regions":[[298,61,298,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV10headerCell_5width9alignment5colorQrSS_12CoreGraphics7CGFloatV7SwiftUI9AlignmentVAL5ColorVtF","regions":[[318,133,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV7keyCell_5widthQrSS_12CoreGraphics7CGFloatVtF","regions":[[326,71,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV10actionCell_5widthQrSS_12CoreGraphics7CGFloatVtF","regions":[[334,74,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV12modifierCell_5width5colorQrSSSg_12CoreGraphics7CGFloatV7SwiftUI5ColorVtF","regions":[[342,91,354,6,0,0,0,0],[343,21,348,10,0,0,0,0],[348,16,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ActiveRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MappingTableView33_217B3F11FBA53451CBA6AC37BCD15F1DLLV12formatOutputyS2SF","regions":[[357,59,373,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActivityEventV2id9timestamp4type7payloadAC10Foundation4UUIDV_AH4DateVAA0eF4TypeOAA0E7PayloadOtcfC","regions":[[23,7,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActivityPayloadO6encode2toys7Encoder_p_tKF","regions":[[45,52,58,6,0,0,0,0],[47,16,47,20,0,0,0,0],[48,9,50,54,0,0,0,0],[49,65,50,54,0,0,0,0],[51,9,53,54,0,0,0,0],[52,70,53,54,0,0,0,0],[54,9,56,54,0,0,0,0],[55,68,56,54,0,0,0,0],[57,10,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActivityPayloadO4fromACs7Decoder_p_tKcfC","regions":[[60,47,71,6,0,0,0,0],[61,72,71,6,0,0,0,0],[62,73,71,6,0,0,0,0],[63,16,63,20,0,0,0,0],[64,9,65,80,0,0,0,0],[65,79,65,80,0,0,0,0],[66,9,67,90,0,0,0,0],[67,89,67,90,0,0,0,0],[68,9,69,86,0,0,0,0],[69,85,69,86,0,0,0,0],[70,10,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9EventDataV16bundleIdentifier7appName8isLaunchACSS_SSSbtcfC","regions":[[80,76,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutEventDataV9modifiers3key0I4CodeAcA0E9ModifiersV_SSs5Int64VtcfC","regions":[[93,76,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutEventDataV13displayStringSSvg","regions":[[100,38,108,6,0,0,0,0],[102,12,102,40,0,0,0,0],[102,41,102,60,0,0,0,0],[103,12,103,39,0,0,0,0],[103,40,103,59,0,0,0,0],[104,12,104,38,0,0,0,0],[104,39,104,58,0,0,0,0],[105,12,105,40,0,0,0,0],[105,41,105,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV8rawValueACs5UInt8V_tcfC","regions":[[115,34,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV03hasF0Sbvg","regions":[[125,35,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ShortcutModifiersV4fromAcA11ModifierSetV_tcfC","regions":[[130,48,137,6,0,0,0,0],[132,12,132,42,0,0,0,0],[132,43,132,68,0,0,0,0],[133,12,133,41,0,0,0,0],[133,42,133,66,0,0,0,0],[134,12,134,40,0,0,0,0],[134,41,134,64,0,0,0,0],[135,12,135,42,0,0,0,0],[135,43,135,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityEvent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionEventDataV6action6target3uriACSS_SSSgSStcfC","regions":[[146,63,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC0G5ErrorO16errorDescriptionSSSgvg","regions":[[25,46,42,10,0,0,0,0],[26,20,26,24,0,0,0,0],[27,13,28,52,0,0,0,0],[29,13,30,70,0,0,0,0],[31,13,32,71,0,0,0,0],[33,13,34,73,0,0,0,0],[35,13,36,67,0,0,0,0],[37,13,38,67,0,0,0,0],[39,13,40,48,0,0,0,0],[41,14,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionCACyc33_20872AB91E37DB021D8F28A4192F3043Llfc","regions":[[49,20,49,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC011getOrCreateA006CryptoD009SymmetricA0VyKF","regions":[[55,57,66,6,0,0,0,0],[57,57,59,10,0,0,0,0],[59,10,65,22,0,0,0,0],[63,39,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC9keyExistsSbyF","regions":[[69,37,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC06deleteA0yyKF","regions":[[74,36,86,6,0,0,0,0],[82,12,82,35,0,0,0,0],[82,66,84,10,0,0,0,0],[84,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC7encrypty10Foundation4DataVAGKF","regions":[[91,54,105,6,0,0,0,0],[92,39,105,6,0,0,0,0],[94,12,100,10,0,0,0,0],[95,63,99,28,0,0,0,0],[96,58,98,14,0,0,0,0],[98,14,99,28,0,0,0,0],[100,46,102,10,0,0,0,0],[102,17,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC7decrypty10Foundation4DataVAGKF","regions":[[108,54,119,6,0,0,0,0],[109,39,119,6,0,0,0,0],[111,12,114,10,0,0,0,0],[112,66,113,59,0,0,0,0],[114,46,116,10,0,0,0,0],[116,17,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC05storeA10InKeychain33_20872AB91E37DB021D8F28A4192F3043LLyy06CryptoD009SymmetricA0VKF","regions":[[123,65,143,6,0,0,0,0],[140,12,140,35,0,0,0,0],[140,36,142,10,0,0,0,0],[142,10,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC05storeA10InKeychain33_20872AB91E37DB021D8F28A4192F3043LLyy06CryptoD009SymmetricA0VKF10Foundation4DataVSWXEfU_","regions":[[125,43,125,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogEncryption.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ActivityLogEncryptionC04readA12FromKeychain33_20872AB91E37DB021D8F28A4192F3043LL06CryptoD009SymmetricA0VyKF","regions":[[145,63,162,6,0,0,0,0],[157,75,159,10,0,0,0,0],[159,10,161,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC0G5ErrorO16errorDescriptionSSSgvg","regions":[[28,46,39,10,0,0,0,0],[29,20,29,24,0,0,0,0],[30,13,31,84,0,0,0,0],[32,13,33,78,0,0,0,0],[34,13,35,77,0,0,0,0],[36,13,37,51,0,0,0,0],[38,14,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageCACyc33_ED8BF84A9147E0DBE08721A3F68F0412Llfc","regions":[[46,20,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC6appendyySayAA0E5EventVGYaKF","regions":[[68,64,85,6,0,0,0,0],[69,36,69,46,0,0,0,0],[69,46,85,6,0,0,0,0],[71,36,85,6,0,0,0,0],[80,63,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC6appendyySayAA0E5EventVGYaKFAGyKXEfu_","regions":[[76,70,76,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKF","regions":[[88,100,112,6,0,0,0,0],[89,36,111,64,0,0,0,0],[98,10,111,64,0,0,0,0],[101,27,108,10,0,0,0,0],[102,65,107,14,0,0,0,0],[108,10,111,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAJ3URLVXEfU_","regions":[[98,18,98,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAHXEfU0_","regions":[[103,46,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAHXEfU0_SbyKXEfu_","regions":[[104,53,104,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC10readEvents4from2toSayAA0E5EventVG10Foundation4DateV_ALtYaKFSbAH_AHtXEfU1_","regions":[[111,33,111,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKF","regions":[[115,65,133,6,0,0,0,0],[116,36,132,64,0,0,0,0],[124,10,132,64,0,0,0,0],[126,27,130,10,0,0,0,0],[127,65,129,14,0,0,0,0],[130,10,132,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKFSb10Foundation3URLVXEfU_","regions":[[124,18,124,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC13readAllEventsSayAA0E5EventVGyYaKFSbAF_AFtXEfU0_","regions":[[132,33,132,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaF","regions":[[136,44,149,6,0,0,0,0],[141,16,143,10,0,0,0,0],[143,10,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaFA2F_10Foundation3URLVtXEfU_","regions":[[145,32,148,10,0,0,0,0],[146,73,146,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC9totalSizes5Int64VyYaFA2F_10Foundation3URLVtXEfU_SiyKXEfu_","regions":[[146,87,146,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC15totalEventCountSiyYaF","regions":[[152,48,157,6,0,0,0,0],[153,60,155,10,0,0,0,0],[155,10,156,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC8clearAllyyYaKF","regions":[[160,41,179,6,0,0,0,0],[161,79,163,10,0,0,0,0],[163,10,179,6,0,0,0,0],[169,10,179,6,0,0,0,0],[171,27,173,10,0,0,0,0],[172,57,173,10,0,0,0,0],[173,10,179,6,0,0,0,0],[176,41,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC8clearAllyyYaKFSb10Foundation3URLVXEfU_","regions":[[169,18,169,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaF","regions":[[182,41,194,6,0,0,0,0],[183,79,185,10,0,0,0,0],[185,10,193,30,0,0,0,0],[191,10,191,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaFSb10Foundation3URLVXEfU_","regions":[[191,18,191,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC7hasLogsSbyYaFSay10Foundation3URLVGyKXEfu_","regions":[[191,52,191,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC21ensureDirectoryExists33_ED8BF84A9147E0DBE08721A3F68F0412LLyyKF","regions":[[198,49,212,6,0,0,0,0],[199,80,201,10,0,0,0,0],[201,10,212,6,0,0,0,0],[203,12,209,10,0,0,0,0],[207,14,209,10,0,0,0,0],[209,17,211,10,0,0,0,0],[211,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC016currentMonthFileB033_ED8BF84A9147E0DBE08721A3F68F0412LL10Foundation3URLVyF","regions":[[214,48,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKF","regions":[[221,82,241,6,0,0,0,0],[222,70,224,10,0,0,0,0],[224,10,241,6,0,0,0,0],[226,12,238,10,0,0,0,0],[227,59,237,14,0,0,0,0],[228,76,237,14,0,0,0,0],[238,17,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFSSyKXEfu_","regions":[[231,78,231,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFSbSSXEfU_","regions":[[232,78,232,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC18readEventsFromFile33_ED8BF84A9147E0DBE08721A3F68F0412LLySayAA0E5EventVG10Foundation3URLVYaKFAGSgSSXEfU0_","regions":[[234,37,237,14,0,0,0,0],[235,67,235,81,0,0,0,0],[235,81,236,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKF","regions":[[243,87,263,6,0,0,0,0],[244,12,258,10,0,0,0,0],[249,14,258,10,0,0,0,0],[252,69,254,14,0,0,0,0],[254,14,258,10,0,0,0,0],[256,72,258,10,0,0,0,0],[257,64,258,10,0,0,0,0],[258,43,260,10,0,0,0,0],[260,17,262,10,0,0,0,0],[262,10,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKFSSAHKXEfU_","regions":[[246,40,249,14,0,0,0,0],[247,53,248,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogStorage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityLogStorageC17writeEventsToFile33_ED8BF84A9147E0DBE08721A3F68F0412LL_4pathySayAA0E5EventVG_10Foundation3URLVtYaKFSSAHKXEfU_SSyKXEfu_","regions":[[248,63,248,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC10_isEnabled33_C4A3F0832122EA2B977D43E59B4DE20DLL7Combine9PublishedVySbGvpfi","regions":[[16,58,16,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11_eventCount33_C4A3F0832122EA2B977D43E59B4DE20DLL7Combine9PublishedVySiGvpfi","regions":[[17,58,17,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC7storage33_C4A3F0832122EA2B977D43E59B4DE20DLLAA0E10LogStorageCvpfi","regions":[[26,27,26,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC6buffer33_C4A3F0832122EA2B977D43E59B4DE20DLLSayAA0E5EventVGvpfi","regions":[[27,43,27,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13maxBufferSize33_C4A3F0832122EA2B977D43E59B4DE20DLLSivpfi","regions":[[28,33,28,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13flushInterval33_C4A3F0832122EA2B977D43E59B4DE20DLLSdvpfi","regions":[[29,47,29,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC18workspaceObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLAA27NotificationObserverManagerCvpfi","regions":[[32,38,32,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerCACyc33_C4A3F0832122EA2B977D43E59B4DE20DLlfc","regions":[[36,20,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerCACyc33_C4A3F0832122EA2B977D43E59B4DE20DLlfcyyYacfU_","regions":[[38,14,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC6enableyyYaF","regions":[[46,32,56,6,0,0,0,0],[47,31,47,41,0,0,0,0],[47,41,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC7disableyyYaF","regions":[[59,33,71,6,0,0,0,0],[60,30,60,40,0,0,0,0],[60,40,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC9resetDatayyYaKF","regions":[[74,42,82,6,0,0,0,0],[76,37,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC5flushyyYaF","regions":[[85,31,99,6,0,0,0,0],[86,36,86,46,0,0,0,0],[86,46,99,6,0,0,0,0],[91,12,94,10,0,0,0,0],[92,52,94,10,0,0,0,0],[94,17,98,10,0,0,0,0],[98,10,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordC6Switch16bundleIdentifier7appNameySS_SStF","regions":[[104,76,116,6,0,0,0,0],[105,30,105,40,0,0,0,0],[105,40,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordC6Launch16bundleIdentifier7appNameySS_SStF","regions":[[119,76,131,6,0,0,0,0],[120,30,120,40,0,0,0,0],[120,40,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC06recordaB6Action6action6target3uriySS_SSSgSStF","regions":[[134,83,146,6,0,0,0,0],[135,30,135,40,0,0,0,0],[135,40,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC010didReceiveA5EventyyAA0A5PressVF","regions":[[151,70,168,6,0,0,0,0],[153,52,153,62,0,0,0,0],[153,62,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC010didReceiveA5EventyyAA0A5PressVFyyYaYbScMYccfU_","regions":[[155,14,167,10,0,0,0,0],[156,34,156,44,0,0,0,0],[156,44,167,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11appendEvent33_C4A3F0832122EA2B977D43E59B4DE20DLLyyAA0eH0VF","regions":[[172,54,183,6,0,0,0,0],[178,12,178,41,0,0,0,0],[178,42,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC11appendEvent33_C4A3F0832122EA2B977D43E59B4DE20DLLyyAA0eH0VFyyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[185,35,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_","regions":[[190,11,199,10,0,0,0,0],[191,118,193,14,0,0,0,0],[193,14,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_SSyKXEfu_","regions":[[194,52,194,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_SSyKXEfu0_","regions":[[195,48,195,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[196,18,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[205,11,214,10,0,0,0,0],[206,118,208,14,0,0,0,0],[208,14,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_SSyKXEfu_","regions":[[209,52,209,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_SSyKXEfu0_","regions":[[210,48,210,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14startObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[211,18,213,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC13stopObservers33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[219,34,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[224,36,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFySo7NSTimerCYbcfU_","regions":[[225,91,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC15startFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyFySo7NSTimerCYbcfU_ytSgyYacfU_","regions":[[226,18,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC14stopFlushTimer33_C4A3F0832122EA2B977D43E59B4DE20DLLyyF","regions":[[232,35,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityLoggerC21prepareForTerminationyyYaF","regions":[[242,40,246,6,0,0,0,0],[243,12,243,21,0,0,0,0],[243,22,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV15_showOptInSheet33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[6,41,6,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV22_showResetConfirmation33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[7,48,7,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV16_showReportSheet33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[8,42,8,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV11_eventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySiGvpfi","regions":[[9,42,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV12_isResetting33_2CE9AF359A490AFCC1EF5EBF55E83FC3LL7SwiftUI5StateVySbGvpfi","regions":[[10,38,10,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9isEnabled33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLSbvg","regions":[[13,33,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg","regions":[[17,25,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_","regions":[[18,50,86,10,0,0,0,0],[59,16,59,25,0,0,0,0],[59,26,85,14,0,0,0,0],[85,14,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_AZyXEfU_","regions":[[20,32,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_","regions":[[30,20,55,14,0,0,0,0],[40,20,40,29,0,0,0,0],[40,30,47,18,0,0,0,0],[47,24,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_A4_yXEfU_","regions":[[31,57,38,18,0,0,0,0],[35,38,35,67,0,0,0,0],[35,70,35,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_yyScMYccfU0_","regions":[[41,39,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A31_yXEfU0_yyScMYccfU1_","regions":[[48,38,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_","regions":[[60,37,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_yyScMYccfU_","regions":[[61,43,63,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_yyScMYccfU0_","regions":[[68,28,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAE012_ConditionalV0VyA1_yAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAkEEA10_yQrA12_FQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE28BorderedProminentButtonStyleVQo__Qo_A23_GGtGGA23_GAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyA1_yAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA17__AE15LinkButtonStyleVQo__Qo_A23_G_A1_yAkEE8disabledyQrSbFQOyAkEEAPyQrASFQOyAkEEALyQrAOFQOyAkEEA13_yQrqd__AEA14_Rd__lFQOyA16_yA9_yAkEEA10_yQrA12_FQOyAE08ProgressM0VyAE05EmptyM0VA52_G_Qo_AYGG_A44_Qo__Qo__Qo__Qo_A23_GtGG_Qo_SgtGyXEfU_A62_yXEfU1_A55_yXEfU1_","regions":[[70,30,77,22,0,0,0,0],[71,28,71,39,0,0,0,0],[71,40,74,26,0,0,0,0],[74,32,76,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgyycfU0_","regions":[[87,19,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[90,88,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgAA0E9OptInFlowVycfU2_","regions":[[93,46,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvgAA0E10ReportViewVycfU3_","regions":[[96,47,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_","regions":[[99,77,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU_","regions":[[100,45,100,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_","regions":[[101,49,103,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[104,20,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV17refreshEventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[109,38,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV17refreshEventCount33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[110,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV07disableF033_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[115,35,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV07disableF033_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[116,14,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9resetData33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyF","regions":[[122,30,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityLoggingSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ActivityLoggingSettingsSectionV9resetData33_2CE9AF359A490AFCC1EF5EBF55E83FC3LLyyFyyYacfU_","regions":[[124,14,134,10,0,0,0,0],[125,16,130,14,0,0,0,0],[126,60,130,14,0,0,0,0],[130,21,132,14,0,0,0,0],[132,14,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV19_confirmedLocalOnly33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[7,45,7,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV19_confirmedEncrypted33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[8,45,8,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV11_isEnabling33_03979C602761AC1EBE4783624F083B2ELL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg","regions":[[11,25,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_","regions":[[12,50,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_AZyXEfU_","regions":[[14,20,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A14_yXEfU0_","regions":[[27,53,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_","regions":[[37,54,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU_","regions":[[38,51,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU_A25_yXEfU_","regions":[[39,61,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU0_","regions":[[50,51,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A34_yXEfU1_A26_yXEfU0_A25_yXEfU_","regions":[[51,61,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_","regions":[[66,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_yyScMYccfU_","regions":[[67,34,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_yyScMYccfU0_","regions":[[75,24,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_A61_yXEfU1_","regions":[[77,26,84,18,0,0,0,0],[78,24,78,34,0,0,0,0],[78,35,81,22,0,0,0,0],[81,28,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AykEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAA11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV_A13_A13_tGG_Qo_AE7DividerVA10_yAGyAE15ModifiedContentVyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA10_yAGyAY_AYtGGG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVG_A33_tGGAE6SpacerVAIyAGyA20_yAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAYG_Qo_A32_G_A37_A20_yAkEEA38_yQrA40_FQOyAkEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA42_yAE19_ConditionalContentVyAkEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA58_G_Qo_AYGG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_A32_GtGGtGyXEfU_A69_yXEfU2_SbyKXEfu_","regions":[[86,41,86,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV9canEnable33_03979C602761AC1EBE4783624F083B2ELLSbvg","regions":[[95,33,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV9canEnable33_03979C602761AC1EBE4783624F083B2ELLSbvgSbyKXEfu_","regions":[[96,31,96,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV13enableLogging33_03979C602761AC1EBE4783624F083B2ELLyyF","regions":[[99,34,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ActivityOptInFlowV13enableLogging33_03979C602761AC1EBE4783624F083B2ELLyyFyyYacfU_","regions":[[102,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLVyADSScfC","regions":[[120,26,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV4bodyQrvg","regions":[[124,25,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityOptInFlow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11BulletPoint33_03979C602761AC1EBE4783624F083B2ELLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[125,45,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0Vvg","regions":[[10,43,33,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,17,56,0,0,0,0],[19,9,24,56,0,0,0,0],[26,9,31,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0VvgAE0J0VyKXEfu_","regions":[[23,19,23,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReportPeriodO12dateInterval10Foundation04DateH0VvgAE0J0VyKXEfu0_","regions":[[30,19,30,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityReportV6period11generatedAt11totalEvents8appUsage12topShortcuts03keyB7ActionsAcA0F6PeriodO_10Foundation4DateVSiSayAA0cM7SummaryVGSayAA08ShortcutU0VGSayAA06ActionU0VGtcfC","regions":[[52,7,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActivityReportV5empty3forAcA0F6PeriodO_tFZ","regions":[[62,74,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV2idSSvg","regions":[[75,27,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV16bundleIdentifier7appName11launchCount06switchL0ACSS_SSS2itcfC","regions":[[87,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12UsageSummaryV17totalInteractionsSivg","regions":[[95,39,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ShortcutSummaryV2idSSvg","regions":[[102,27,102,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ShortcutSummaryV8shortcut5countACSS_SitcfC","regions":[[107,47,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV2idSSvg","regions":[[115,27,115,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV2idSSvgSSyKXEfu_","regions":[[115,52,115,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV6action6target5countACSS_SSSgSitcfC","regions":[[121,62,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Models/ActivityReport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ActionSummaryV13displayStringSSvg","regions":[[128,38,133,6,0,0,0,0],[129,23,131,10,0,0,0,0],[131,10,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC7storage33_1FE72E52B47370006D984C3F51525570LLAA0E10LogStorageCvpfi","regions":[[10,27,10,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorCACyc33_1FE72E52B47370006D984C3F51525570Llfc","regions":[[12,20,12,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC08generateF03forAA0eF0VAA0F6PeriodO_tYaF","regions":[[17,82,31,6,0,0,0,0],[20,12,27,10,0,0,0,0],[24,14,26,61,0,0,0,0],[27,17,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtF","regions":[[35,100,106,6,0,0,0,0],[46,29,75,10,0,0,0,0],[47,20,47,33,0,0,0,0],[48,13,61,18,0,0,0,0],[49,20,49,33,0,0,0,0],[49,34,55,18,0,0,0,0],[55,24,61,18,0,0,0,0],[63,13,65,59,0,0,0,0],[67,13,73,18,0,0,0,0],[74,14,75,10,0,0,0,0],[75,10,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu_","regions":[[53,52,53,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu0_","regions":[[59,52,59,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu1_","regions":[[65,53,65,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSSyKXEfu2_","regions":[[68,60,68,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSiyKXEfu3_","regions":[[72,48,72,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA15ShortcutSummaryVSS3key_Si5valuet_tXEfU_","regions":[[85,18,85,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSbAA15ShortcutSummaryV_APtXEfU0_","regions":[[86,21,86,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA13ActionSummaryVSS_SSSg6target_Si5countttXEfU1_","regions":[[91,18,96,14,0,0,0,0],[94,48,94,64,0,0,0,0],[94,67,94,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFAA13ActionSummaryVSS_SSSg6target_Si5countttXEfU1_SsyKXEfu_","regions":[[93,52,93,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildF033_1FE72E52B47370006D984C3F51525570LL4from6periodAA0eF0VSayAA0E5EventVG_AA0F6PeriodOtFSbAA13ActionSummaryV_APtXEfU2_","regions":[[97,21,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtF","regions":[[111,28,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_","regions":[[116,42,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SSyKXEfu_","regions":[[122,46,122,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SSyKXEfu_SSyKXEfu0_","regions":[[122,66,122,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SiyKXEfu1_","regions":[[123,51,123,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFAISSXEfU_SiyKXEfu2_","regions":[[124,51,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFSbAI_AItXEfU0_","regions":[[130,21,130,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/Services/ActivityReportGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ActivityReportGeneratorC05buildC14UsageSummaries33_1FE72E52B47370006D984C3F51525570LL8launches8switchesSayAA0cI7SummaryVGSDyS2S4name_Si5counttG_AMtFA2IXEfU1_","regions":[[132,18,132,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV15_selectedPeriod33_E77C68022780D782FABE4FADBD989510LL7SwiftUI5StateVyAA0fI0OGvpfi","regions":[[6,55,6,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV10_isLoading33_E77C68022780D782FABE4FADBD989510LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg","regions":[[10,25,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_","regions":[[11,28,56,10,0,0,0,0],[44,16,44,25,0,0,0,0],[44,26,48,14,0,0,0,0],[48,34,50,14,0,0,0,0],[50,20,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_","regions":[[13,20,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_yyScMYccfU_","regions":[[19,24,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A17_yXEfU_A9_yXEfU0_","regions":[[21,26,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A34_yXEfU0_","regions":[[33,58,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAZyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE06pickerX0yQrqd__AE06PickerX0Rd__lFQOyAE6PickerVyAvA0F6PeriodOAE7ForEachVySayA27_GA27_AiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A27_Qo_GG_AE015SegmentedPickerX0VQo__Qo__Qo_A15_GAE012_ConditionalV0VyA43_yAGyAX_AE08ProgressG0VyAvE05EmptyG0VGAXtGAC06reportV033_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VFQOy_Qo_GAGyAX_AvXtGGtGyXEfU_A34_yXEfU0_A33_A27_cfU_","regions":[[34,60,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvgyycfU0_","regions":[[58,19,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV4bodyQrvgyAA0F6PeriodO_AFtcfU1_","regions":[[61,39,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF","regions":[[67,71,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_","regions":[[68,20,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_","regions":[[69,54,143,14,0,0,0,0],[91,20,91,44,0,0,0,0],[91,45,106,18,0,0,0,0],[106,18,143,14,0,0,0,0],[109,20,109,48,0,0,0,0],[109,49,124,18,0,0,0,0],[124,18,143,14,0,0,0,0],[127,20,127,50,0,0,0,0],[127,51,142,18,0,0,0,0],[142,18,143,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A2_yXEfU_","regions":[[71,24,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_","regions":[[92,73,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_A25_A14_cfU_","regions":[[93,61,103,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A26_ycfU0_A25_A14_cfU_A23_yXEfU_","regions":[[94,36,101,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_","regions":[[110,77,122,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_A35_A31_cfU_","regions":[[111,65,121,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A36_ycfU1_A35_A31_cfU_A33_yXEfU_","regions":[[112,36,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_","regions":[[128,75,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_A25_A41_cfU_","regions":[[129,67,139,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV13reportContent33_E77C68022780D782FABE4FADBD989510LLyQrAA0eF0VF7SwiftUI0G0PAHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAH6VStackVyAH05TupleG0VyAH08ModifiedI0VyAH6HStackVyAWyAA8StatCardAELLV_A1_A1_tGGAH31AccessibilityAttachmentModifierVG_AYyAA0F7SectionAELLVyAH7ForEachVys10ArraySliceVyAA0C12UsageSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyAjHE9lineLimityQrSiSgFQOyAH4TextV_Qo__AH6SpacerVA19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA15ShortcutSummaryVGSSAjHEAKyQrAO_AStFQOyA_yAWyA19__A22_A19_tGG_Qo_GGA5_GSgAYyA8_yA10_yA12_yAA13ActionSummaryVGSSA25_GGA5_GSgtGG_Qo_yXEfU_A47_yXEfU_A43_ycfU2_A25_A41_cfU_A23_yXEfU_","regions":[[130,36,137,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV04loadF033_E77C68022780D782FABE4FADBD989510LLyyF","regions":[[148,31,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ActivityReportViewV04loadF033_E77C68022780D782FABE4FADBD989510LLyyFyyYacfU_","regions":[[150,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8StatCard33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg","regions":[[164,25,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8StatCard33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF0P0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[165,28,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg","regions":[[188,25,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_","regions":[[189,49,204,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_AVyXEfU_","regions":[[190,20,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/ActivityLogging/UI/ActivityReportView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ReportSection33_E77C68022780D782FABE4FADBD989510LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0P0PAFE15foregroundColoryQrAF0S0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA6__A0_SgtFQOyAF6VStackVyxG_Qo__AOQo__Qo_tGyXEfU_xyXEfU0_","regions":[[198,53,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorCACycfc","regions":[[15,19,15,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorC7execute7command11descriptionAA0G15ExecutionResultVSS_SStYaKF","regions":[[17,102,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AdminCommandExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27DefaultAdminCommandExecutorC7execute5batchAA0G15ExecutionResultV0aB4Core010PrivilegedG6RunnerO5BatchV_tYaKF","regions":[[26,102,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC04HoldF4TypeO11descriptionSSvg","regions":[[24,40,35,10,0,0,0,0],[25,20,25,24,0,0,0,0],[26,13,27,47,0,0,0,0],[28,13,29,77,0,0,0,0],[30,13,31,51,0,0,0,0],[32,13,33,55,0,0,0,0],[34,14,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC05_holdF033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVyAC04HoldF4TypeOGvpfi","regions":[[39,60,39,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11_holdAction33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[42,48,42,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18_customTapKeysText33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[45,55,45,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC05_showE033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[48,42,48,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16_doubleTapAction33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[53,53,53,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14_tapDanceSteps33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySaySS5label_SS6actionSb11isRecordingtGGvpfi","regions":[[57,97,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17_isRecordingMacro33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[68,46,68,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011_showTimingE033_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[73,48,73,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11_tapTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[76,45,76,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC12_holdTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[79,46,79,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11tappingTermSivg","regions":[[83,13,83,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC11tappingTermSivs","regions":[[84,13,84,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC10_comboKeys33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySaySSGGvpfi","regions":[[91,49,91,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC12_comboOutput33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[94,49,94,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13_comboTimeout33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySiGvpfi","regions":[[97,47,97,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16_isRecordingHold33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[102,45,102,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21_isRecordingDoubleTap33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[105,50,105,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC23_isRecordingComboOutput33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[108,52,108,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC19_showConflictDialog33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySbGvpfi","regions":[[118,48,118,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21_pendingConflictField33_B1EB2579DAAA0B2485F63D08AAFF0E91LL7Combine9PublishedVySSGvpfi","regions":[[124,58,124,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerCACycfc","regions":[[128,19,128,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC15addTapDanceStepyyF","regions":[[133,35,138,6,0,0,0,0],[135,54,135,64,0,0,0,0],[135,64,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18removeTapDanceStep2atySi_tF","regions":[[141,51,144,6,0,0,0,0],[142,60,142,70,0,0,0,0],[142,70,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17clearTapDanceStep2atySi_tF","regions":[[147,50,150,6,0,0,0,0],[148,60,148,70,0,0,0,0],[148,70,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyF","regions":[[155,45,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu_","regions":[[157,13,157,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[157,36,157,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC17checkHoldConflictSbyFSbyKXEfu0_","regions":[[158,13,158,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21checkTapDanceConflictSbyF","regions":[[162,49,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC21checkTapDanceConflictSbyFSbyKXEfu_","regions":[[163,32,163,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyF","regions":[[167,46,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu_","regions":[[168,32,168,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu0_","regions":[[168,60,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC18checkMacroConflictSbyFSbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[168,83,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC23resolveConflictKeepHoldyyF","regions":[[174,43,183,6,0,0,0,0],[176,40,178,10,0,0,0,0],[178,10,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC27resolveConflictKeepTapDanceyyF","regions":[[186,47,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC16stopAllRecordingyyF","regions":[[199,36,207,6,0,0,0,0],[204,40,206,10,0,0,0,0],[206,10,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvg","regions":[[210,37,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu_","regions":[[211,28,211,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu0_","regions":[[211,52,211,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu1_","regions":[[211,78,211,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14isAnyRecordingSbvgSbyKXEfu1_SbSS5label_SS6actionSb0hJ0t_tXEfU_","regions":[[211,101,211,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC5resetyyF","regions":[[217,25,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvg","regions":[[240,40,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu_","regions":[[242,13,242,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu0_","regions":[[243,13,243,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu1_","regions":[[244,13,244,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu2_","regions":[[245,13,245,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu2_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[245,36,245,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC03hasE6ConfigSbvgSbyKXEfu3_","regions":[[246,13,246,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC08addComboA0yySSF","regions":[[252,44,255,6,0,0,0,0],[253,59,253,69,0,0,0,0],[253,69,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011removeComboA0yySSF","regions":[[258,47,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC011removeComboA0yySSFSbSSXEfU_","regions":[[259,29,259,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC14clearComboKeysyyF","regions":[[263,34,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13hasValidComboSbvg","regions":[[268,36,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AdvancedBehaviorManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorManagerC13hasValidComboSbvgSbyKXEfu_","regions":[[269,31,269,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC8endpoint5model7versionAC10Foundation3URLV_S2Stcfc","regions":[[14,7,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[20,111,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSSAJXEfU_","regions":[[33,24,33,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC13callClaudeAPI33_F46FAB832CE83D1EEF2FAA48519C2C30LL6promptS2S_tYaKF","regions":[[48,71,140,6,0,0,0,0],[50,73,58,10,0,0,0,0],[58,10,139,68,0,0,0,0],[65,16,65,26,0,0,0,0],[66,9,70,14,0,0,0,0],[71,9,72,106,0,0,0,0],[73,9,74,18,0,0,0,0],[75,10,139,68,0,0,0,0],[94,83,139,68,0,0,0,0],[96,78,139,68,0,0,0,0],[98,68,102,10,0,0,0,0],[102,10,139,68,0,0,0,0],[104,59,113,10,0,0,0,0],[113,10,139,68,0,0,0,0],[115,78,139,68,0,0,0,0],[119,14,124,10,0,0,0,0],[124,10,139,68,0,0,0,0],[130,9,137,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/AnthropicConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28AnthropicConfigRepairServiceC13callClaudeAPI33_F46FAB832CE83D1EEF2FAA48519C2C30LL6promptS2S_tYaKFSSyKXEfu_","regions":[[105,71,105,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfC","regions":[[16,19,96,6,0,0,0,0],[57,12,57,26,0,0,0,0],[57,27,61,10,0,0,0,0],[61,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcSbyKXEfu_","regions":[[20,44,20,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcAA15KanataViewModelCycfu0_","regions":[[43,48,43,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0VACycfcyyYacfU_","regions":[[73,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg","regions":[[98,33,305,6,0,0,0,0],[288,13,288,22,0,0,0,2],[303,13,303,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI4ViewPAEE11environmentyQrs08WritableaB0CyAE17EnvironmentValuesVqd__G_qd__tlFQOyAgEEAHyQrAM_qd__tlFQOyAgEE0I6ObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAA017SettingsContainerH0V_AA06KanataH5ModelCQo__AA18PreferencesServiceCQo__AA27PermissionSnapshotProviding_pQo_yXEfU_","regions":[[101,18,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_","regions":[[107,19,304,10,0,0,0,0],[288,13,288,22,0,0,0,2],[303,13,303,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_AWyXEfU_","regions":[[109,47,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_AWyXEfU_yyScMYccfU_","regions":[[110,41,128,18,0,0,0,0],[113,63,115,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_","regions":[[136,47,286,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU_","regions":[[138,29,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU0_","regions":[[141,28,143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU1_","regions":[[148,29,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU2_","regions":[[151,28,153,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU3_","regions":[[158,29,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU4_","regions":[[161,28,163,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU5_","regions":[[167,29,169,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU6_","regions":[[170,28,172,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU7_","regions":[[177,29,179,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU8_","regions":[[180,28,182,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU9_","regions":[[188,45,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU10_","regions":[[196,29,198,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU11_","regions":[[199,28,201,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU12_","regions":[[208,29,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU13_","regions":[[211,28,213,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU14_","regions":[[218,29,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU15_","regions":[[221,28,223,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU16_","regions":[[227,52,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU17_","regions":[[232,34,234,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU18_","regions":[[239,49,244,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU19_","regions":[[251,29,253,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_A9_yXEfU20_","regions":[[254,28,256,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_","regions":[[262,29,279,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_yyYacfU_","regions":[[263,30,278,26,0,0,0,0],[267,32,267,39,0,0,0,0],[267,40,270,30,0,0,0,0],[270,36,277,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_yyScMYccfU21_yyYacfU_SSyKXEfu_","regions":[[274,82,274,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A15_yXEfU0_AQyXEfU22_","regions":[[280,28,282,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_","regions":[[289,59,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU_","regions":[[290,64,292,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU0_","regions":[[294,65,296,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0abC0V4bodyQrvg7SwiftUI15CommandsBuilderV10buildBlockyQrx_q_q0_tAE0H0RzAeIR_AeIR0_r1_lFZQOy_AE12CommandGroupVyAE9TupleViewVyAE6ButtonVyAE4TextVG_AE7DividerVAA015CheckForUpdatesO0VtGGAKyAMyAE0O0PAEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAOyAE5LabelVyAqE5ImageVGG_Qo__A11_A10_A11_A11_AtzEEA__A0_QrA2__A4_tFQOyAR_Qo_ATA11_ATA11_A11_A12_A12_ATA12_ATA10_AzEE6hiddenQryFQOyA12__Qo_tGGAE0L4MenuVyAMyAR_A2RtGGQo_yXEfU0_A19_yXEfU1_yyScMYccfU1_","regions":[[298,67,300,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openConfigInEditor9viewModelyAA010KanataViewJ0C_tF","regions":[[311,53,314,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25openFileInPreferredEditoryy10Foundation3URLVF","regions":[[318,44,337,2,0,0,0,0],[322,93,332,6,0,0,0,0],[332,12,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25openFileInPreferredEditoryy10Foundation3URLVFySo20NSRunningApplicationCSg_s5Error_pSgtYbcfU_","regions":[[324,90,331,10,0,0,0,0],[325,26,328,14,0,0,0,0],[328,20,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openPreferencesTab33_F672E98E92E7534733F6E54A4D16436DLLyySo18NSNotificationNameaF","regions":[[340,68,371,2,0,0,0,0],[348,59,360,6,0,0,0,0],[349,35,359,10,0,0,0,0],[351,16,351,85,0,0,0,0],[353,13,358,14,0,0,0,0],[358,14,359,10,0,0,0,0],[359,10,360,6,0,0,0,0],[360,6,371,2,0,0,0,0],[366,32,368,6,0,0,0,0],[368,12,370,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18openPreferencesTab33_F672E98E92E7534733F6E54A4D16436DLLyySo18NSNotificationNameaFSbyKXEfu_","regions":[[351,51,351,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC14isHeadlessModeSbvpfi","regions":[[377,26,377,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22initialMainWindowShown33_F672E98E92E7534733F6E54A4D16436DLLSbvpfi","regions":[[380,42,380,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC17pendingReopenShow33_F672E98E92E7534733F6E54A4D16436DLLSbvpfi","regions":[[381,37,381,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC26applicationShouldTerminateySo013NSApplicationH5ReplyVSo0I0CF","regions":[[383,87,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC47applicationShouldTerminateAfterLastWindowClosedySbSo13NSApplicationCF","regions":[[388,84,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19applicationWillHideyy10Foundation12NotificationVF","regions":[[395,47,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC26applicationDidBecomeActiveyy10Foundation12NotificationVF","regions":[[399,54,445,6,0,0,0,0],[404,12,404,35,0,0,0,0],[404,36,432,10,0,0,0,0],[413,16,413,30,0,0,0,0],[413,31,416,14,0,0,0,0],[425,16,425,33,0,0,0,0],[425,34,431,14,0,0,0,0],[432,16,444,10,0,0,0,0],[434,16,434,63,0,0,0,0],[436,13,439,14,0,0,0,0],[439,23,439,70,0,0,0,0],[439,71,441,14,0,0,0,0],[441,20,443,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVF","regions":[[447,57,649,6,0,0,0,0],[462,12,462,27,0,0,0,0],[462,28,464,10,0,0,0,0],[499,12,499,26,0,0,0,0],[499,27,517,10,0,0,0,0],[521,12,521,27,0,0,0,0],[521,28,592,10,0,0,0,0],[524,43,527,14,0,0,0,0],[527,14,592,10,0,0,0,0],[592,16,594,10,0,0,0,0],[594,10,649,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU_","regions":[[470,14,497,10,0,0,0,0],[473,16,473,30,0,0,0,0],[473,31,477,14,0,0,0,0],[477,14,497,10,0,0,0,0],[481,16,481,28,0,0,0,0],[481,29,496,14,0,0,0,0],[482,34,485,18,0,0,0,0],[485,24,487,18,0,0,0,0],[490,20,490,33,0,0,0,0],[490,34,493,18,0,0,0,0],[493,24,495,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU0_","regions":[[503,18,516,14,0,0,0,0],[508,53,513,18,0,0,0,0],[510,24,510,32,0,0,0,0],[510,33,512,22,0,0,0,0],[513,24,515,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyyYacfU1_","regions":[[547,18,591,14,0,0,0,0],[548,20,551,18,0,0,0,0],[549,71,551,18,0,0,0,0],[551,25,555,18,0,0,0,0],[555,18,591,14,0,0,0,0],[559,20,559,41,0,0,0,0],[559,42,573,18,0,0,0,0],[561,57,568,22,0,0,0,0],[563,28,563,35,0,0,0,0],[563,36,565,26,0,0,0,0],[565,32,567,26,0,0,0,0],[568,28,572,22,0,0,0,0],[573,24,576,18,0,0,0,0],[585,20,585,37,0,0,0,0],[585,38,590,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU2_","regions":[[597,104,609,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU2_yyYacfU_","regions":[[598,18,608,14,0,0,0,0],[600,62,603,18,0,0,0,0],[603,18,608,14,0,0,0,0],[605,20,605,28,0,0,0,0],[605,29,607,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU3_","regions":[[613,11,617,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU3_ytSgyYaYbScMYccfU_","regions":[[614,18,616,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU4_","regions":[[621,11,625,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFyAGYbcfU4_ytSgyYaYbScMYccfU_","regions":[[622,18,624,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU5_","regions":[[628,43,630,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU6_","regions":[[634,49,648,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationDidFinishLaunchingyy10Foundation12NotificationVFySScfU6_yyYaYbScMYccfU_","regions":[[635,18,647,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19checkIsFreshInstall33_F672E98E92E7534733F6E54A4D16436DLLSbyFZ","regions":[[653,55,663,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC19checkIsFreshInstall33_F672E98E92E7534733F6E54A4D16436DLLSbyFZSbyKXEfu_","regions":[[658,57,658,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[665,43,702,6,0,0,0,0],[666,45,666,55,0,0,0,0],[666,55,702,6,0,0,0,0],[694,59,699,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU_","regions":[[668,34,670,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFy0aB10WizardCore0R4PageOSgcfU0_","regions":[[671,32,677,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFy0aB10WizardCore0R4PageOSgcfU0_SDys11AnyHashableVypGAHXEfU_","regions":[[675,46,675,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU1_","regions":[[678,34,680,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU2_","regions":[[681,39,683,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC22setupMenuBarController33_F672E98E92E7534733F6E54A4D16436DLLyyFyycfU3_","regions":[[684,26,690,14,0,0,0,0],[686,60,688,18,0,0,0,0],[688,18,690,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC04showaB14FromStatusItem33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[704,46,725,6,0,0,0,0],[707,12,707,39,0,0,0,0],[707,40,715,10,0,0,0,0],[708,35,711,14,0,0,0,0],[711,20,714,14,0,0,0,0],[714,14,715,10,0,0,0,0],[715,10,725,6,0,0,0,0],[717,12,717,26,0,0,0,0],[717,27,719,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC27applicationWillResignActiveyy10Foundation12NotificationVF","regions":[[727,55,729,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC24applicationWillTerminateyy10Foundation12NotificationVF","regions":[[731,52,741,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC11application_4openySo13NSApplicationC_Say10Foundation3URLVGtF","regions":[[745,58,766,6,0,0,0,0],[748,25,765,10,0,0,0,0],[752,62,755,14,0,0,0,0],[755,14,765,10,0,0,0,0],[758,77,761,14,0,0,0,0],[761,20,764,14,0,0,0,0],[765,10,766,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC11application_4openySo13NSApplicationC_Say10Foundation3URLVGtFSSyKXEfu_","regions":[[753,102,753,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29setSmartKeyboardLayoutDefault33_F672E98E92E7534733F6E54A4D16436DLLyyF","regions":[[770,50,785,6,0,0,0,0],[774,12,774,60,0,0,0,0],[774,61,777,10,0,0,0,0],[777,10,785,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8DelegateC29applicationShouldHandleReopen_17hasVisibleWindowsSbSo13NSApplicationC_SbtF","regions":[[787,96,820,6,0,0,0,0],[793,12,793,39,0,0,0,0],[793,40,807,10,0,0,0,0],[794,16,794,67,0,0,0,0],[794,68,798,14,0,0,0,0],[800,35,803,14,0,0,0,0],[803,20,806,14,0,0,0,0],[810,12,810,35,0,0,0,0],[810,36,814,10,0,0,0,0],[814,16,817,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22showSMAppServiceStatus33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[828,60,834,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20registerSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[837,58,846,6,0,0,0,0],[839,12,842,10,0,0,0,0],[840,31,842,10,0,0,0,0],[842,17,844,10,0,0,0,0],[844,10,846,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22unregisterSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tF","regions":[[848,60,863,6,0,0,0,0],[850,36,860,10,0,0,0,0],[860,16,862,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22unregisterSMAppService33_F672E98E92E7534733F6E54A4D16436DLL9plistNameySS_tFyyYacfU_","regions":[[851,18,859,14,0,0,0,0],[852,20,855,18,0,0,0,0],[853,47,855,18,0,0,0,0],[855,25,857,18,0,0,0,0],[857,18,859,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV14_updateService33_F672E98E92E7534733F6E54A4D16436DLL7SwiftUI14ObservedObjectVyAA06UpdateJ0CGvpfi","regions":[[870,49,870,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV7updaterACSo10SPUUpdaterCSg_tcfC","regions":[[873,34,873,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV4bodyQrvg","regions":[[875,25,880,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/App.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CheckForUpdatesViewV4bodyQrvgyyScMYccfU_","regions":[[876,40,878,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerCACycfc","regions":[[22,19,22,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyF","regions":[[27,56,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFAFSgSo20NSRunningApplicationCXEfU_","regions":[[31,39,54,10,0,0,0,0],[36,18,38,14,0,0,0,0],[38,14,53,14,0,0,0,0],[41,70,43,14,0,0,0,0],[43,20,45,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFAFSgSo20NSRunningApplicationCXEfU_So7NSImageCyKXEfu_","regions":[[46,36,46,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC14getRunningAppsSayAA0cE4InfoVGyFSbAF_AFtXEfU0_","regions":[[55,17,55,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyF","regions":[[61,36,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyFySo15NSModalResponseacfU_","regions":[[71,21,77,10,0,0,0,0],[72,61,72,71,0,0,0,0],[72,71,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC04pickcE0yyFySo15NSModalResponseacfU_ytSgyYaYbScMYccfU_","regions":[[74,18,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC014handleSelectedcE02aty10Foundation3URLV_tF","regions":[[81,57,100,6,0,0,0,0],[84,60,87,10,0,0,0,0],[87,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC03setE0yyAA0cE4InfoVF","regions":[[103,61,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC05clearcE0yyF","regions":[[111,37,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC5resetyyF","regions":[[119,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/AppConditionManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16ConditionManagerC03hasE0Sbvg","regions":[[126,35,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO16errorDescriptionSSSgvg","regions":[[15,42,24,6,0,0,0,0],[16,16,16,20,0,0,0,0],[17,9,18,78,0,0,0,0],[19,9,20,67,0,0,0,0],[21,9,22,52,0,0,0,0],[23,10,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO17userFacingMessageSSvg","regions":[[27,42,39,6,0,0,0,0],[28,16,28,20,0,0,0,0],[29,9,33,62,0,0,0,0],[30,16,30,30,0,0,0,0],[30,31,32,14,0,0,0,0],[32,14,33,62,0,0,0,0],[34,9,35,54,0,0,0,0],[36,9,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ConfigErrorO17userFacingMessageSSvgSSyKXEfu_","regions":[[33,36,33,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO03appeB0SSvgZ","regions":[[88,45,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO8generate4fromSSSayAA0C6KeymapVG_tFZ","regions":[[99,70,121,6,0,0,0,0],[102,44,104,10,0,0,0,0],[104,10,120,48,0,0,0,0],[116,12,116,31,0,0,0,0],[116,32,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO8generate4fromSSSayAA0C6KeymapVG_tFZSbAGcfu_","regions":[[100,45,100,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO15generateAndSave4from13configServiceySayAA0C6KeymapVG_AA013ConfigurationL0CSgtYaKFZ","regions":[[131,20,178,6,0,0,0,0],[141,10,178,6,0,0,0,0],[149,77,151,10,0,0,0,0],[151,16,153,10,0,0,0,0],[160,12,160,31,0,0,0,0],[160,32,165,10,0,0,0,0],[165,10,178,6,0,0,0,0],[170,12,172,10,0,0,0,0],[171,79,172,10,0,0,0,0],[172,17,174,10,0,0,0,0],[174,10,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO19regenerateFromStoreyyYaKFZ","regions":[[182,59,185,6,0,0,0,0],[184,49,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO17wrapForValidation33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[194,72,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO013generateEmptyE033_95E9496C4B898E692ADEAE5E7ECA5BA8LLSSyFZ","regions":[[211,57,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO14generateHeader33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[224,72,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO14generateHeader33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZSSAHcfu_","regions":[[225,36,225,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO24generateVirtualKeysBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[244,82,260,6,0,0,0,0],[249,31,254,10,0,0,0,0],[254,10,259,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18generateAliasBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZ","regions":[[262,76,299,6,0,0,0,0],[266,31,271,10,0,0,0,0],[267,46,270,14,0,0,0,0],[270,14,271,10,0,0,0,0],[271,10,298,45,0,0,0,0],[273,44,275,10,0,0,0,0],[275,10,298,45,0,0,0,0],[283,54,293,10,0,0,0,0],[284,65,284,77,0,0,0,0],[284,77,293,10,0,0,0,0],[293,10,298,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18generateAliasBlock33_95E9496C4B898E692ADEAE5E7ECA5BA8LL7keymapsSSSayAA0C6KeymapVG_tFZSayAH6keymap_AA0cA8OverrideV8overridetGyXEfu_","regions":[[269,46,269,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO24generateSwitchExpression33_95E9496C4B898E692ADEAE5E7ECA5BA8LL05inputA09overridesS2S_SayAA0C6KeymapV6keymap_AA0cA8OverrideV8overridetGtFZ","regions":[[314,17,343,6,0,0,0,0],[318,45,322,10,0,0,0,0],[322,10,343,6,0,0,0,0],[329,12,329,32,0,0,0,0],[329,33,332,10,0,0,0,0],[332,16,342,10,0,0,0,0],[335,49,339,14,0,0,0,0],[339,14,341,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[347,66,365,6,0,0,0,0],[353,39,357,10,0,0,0,0],[357,10,364,25,0,0,0,0],[360,57,362,10,0,0,0,0],[362,10,364,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_","regions":[[350,21,350,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_SbyKXEfu_","regions":[[350,38,350,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO08sanitizeA4Name33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZSbSJXEfU_SbyKXEfu0_","regions":[[350,53,350,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06stableA4Hash33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZ","regions":[[368,66,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06stableA4Hash33_95E9496C4B898E692ADEAE5E7ECA5BA8LLyS2SFZS2i_s7UnicodeO6ScalarVtXEfU_","regions":[[370,50,370,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO18escapeOutputActionyS2SFZ","regions":[[377,64,398,6,0,0,0,0],[381,12,381,34,0,0,0,0],[381,59,383,10,0,0,0,0],[383,10,397,23,0,0,0,0],[386,12,386,34,0,0,0,0],[386,35,388,10,0,0,0,0],[388,10,397,23,0,0,0,0],[392,12,392,27,0,0,0,0],[392,28,395,10,0,0,0,0],[395,10,397,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO16configFileExistsSbvgZ","regions":[[405,39,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO011readCurrentE0SSSgyFZ","regions":[[410,48,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO06deleteE0yyKFZ","regions":[[415,39,421,6,0,0,0,0],[417,12,417,56,0,0,0,0],[417,57,420,10,0,0,0,0],[418,61,420,10,0,0,0,0],[420,10,421,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15ConfigGeneratorO014regenerateMainE0yyYaKFZ","regions":[[426,53,446,6,0,0,0,0],[443,10,446,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC13_isMonitoring33_228BA75B88DC11ED8B4DF12FF61367C4LL7Combine9PublishedVySbGvpfi","regions":[[38,61,38,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC12cancellables33_228BA75B88DC11ED8B4DF12FF61367C4LLShy7Combine14AnyCancellableCGvpfi","regions":[[43,32,43,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC18workspaceObservers33_228BA75B88DC11ED8B4DF12FF61367C4LLAA27NotificationObserverManagerCvpfi","regions":[[44,38,44,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC17bundleToVKMapping33_228BA75B88DC11ED8B4DF12FF61367C4LLSDyS2SGvpfi","regions":[[47,55,47,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceCACyc33_228BA75B88DC11ED8B4DF12FF61367C4Llfc","regions":[[51,20,51,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC5start7tcpPortySiSg_tYaF","regions":[[59,50,84,6,0,0,0,0],[60,34,63,10,0,0,0,0],[63,10,84,6,0,0,0,0],[78,67,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC5start7tcpPortySiSg_tYaFSiyKXEfu_","regions":[[68,31,68,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC4stopyyYaF","regions":[[90,30,108,6,0,0,0,0],[91,33,91,43,0,0,0,0],[91,43,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC14reloadMappingsyyYaF","regions":[[112,40,120,6,0,0,0,0],[117,51,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyF","regions":[[124,43,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyFy10Foundation12NotificationVYbcfU_","regions":[[128,11,137,10,0,0,0,0],[129,33,129,43,0,0,0,0],[129,43,137,10,0,0,0,0],[130,118,132,14,0,0,0,0],[132,14,137,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC22setupWorkspaceObserver33_228BA75B88DC11ED8B4DF12FF61367C4LLyyFy10Foundation12NotificationVYbcfU_yyYacfU_","regions":[[134,18,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaF","regions":[[142,71,181,6,0,0,0,0],[149,65,151,10,0,0,0,0],[151,16,153,10,0,0,0,0],[156,12,156,31,0,0,0,0],[156,32,161,10,0,0,0,0],[161,10,181,6,0,0,0,0],[171,36,173,10,0,0,0,0],[176,27,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu_","regions":[[158,80,158,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu0_","regions":[[158,116,158,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu1_","regions":[[164,71,164,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu2_","regions":[[164,104,164,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu3_","regions":[[167,66,167,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC06handleC10Activation33_228BA75B88DC11ED8B4DF12FF61367C4LL16bundleIdentifierySSSg_tYaFSSyKXEfu4_","regions":[[167,89,167,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC021releaseCurrentVirtualA033_228BA75B88DC11ED8B4DF12FF61367C4LLyyYaF","regions":[[183,51,187,6,0,0,0,0],[184,47,184,57,0,0,0,0],[184,57,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC08sendFakeA6Action33_228BA75B88DC11ED8B4DF12FF61367C4LL4name6actionySS_AA15KanataTCPClientC0haI0OtYaF","regions":[[189,95,205,6,0,0,0,0],[190,43,193,10,0,0,0,0],[193,10,205,6,0,0,0,0],[197,16,197,22,0,0,0,0],[198,9,199,87,0,0,0,0],[200,9,201,106,0,0,0,0],[202,9,203,113,0,0,0,0],[204,10,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC11setMappingsyySDyS2SGF","regions":[[213,56,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC08simulateC10Activation16bundleIdentifierySSSg_tYaF","regions":[[218,69,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppContextService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14ContextServiceC10setTCPPortyySiF","regions":[[223,38,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV12cornerRadius12CoreGraphics7CGFloatVvpfi","regions":[[18,33,18,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV4bodyQrvg","regions":[[20,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAA25VisualEffectRepresentableV_AC0K8Gradient33_55BA72252D5AD09203CA182BCBD2B355LLQrvpQOy_Qo_Qo_yXEfU_","regions":[[21,16,24,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV8material33_55BA72252D5AD09203CA182BCBD2B355LLSo22NSVisualEffectMaterialVvg","regions":[[30,55,41,6,0,0,0,0],[31,16,31,21,0,0,0,0],[32,9,33,18,0,0,0,0],[34,9,35,18,0,0,0,0],[36,9,37,21,0,0,0,0],[38,9,39,23,0,0,0,0],[40,10,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV15overlayGradient33_55BA72252D5AD09203CA182BCBD2B355LLQrvg","regions":[[43,44,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C15GlassBackgroundV13borderOverlay33_55BA72252D5AD09203CA182BCBD2B355LLQrvg","regions":[[55,42,59,6,0,0,0,0],[57,90,57,93,0,0,0,0],[57,96,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25VisualEffectRepresentableV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0iG7ContextVyACG_tF","regions":[[68,63,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25VisualEffectRepresentableV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0iG7ContextVyACGtF","regions":[[77,71,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11GlassHeaderV6radius12CoreGraphics7CGFloatVvpfi","regions":[[86,27,86,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11GlassHeaderV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[87,46,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9GlassCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[95,46,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appGlassHeaderQryF","regions":[[103,40,103,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE12appGlassCardQryF","regions":[[104,38,104,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE15appGlassPopover12cornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[105,67,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13appGlassSheet12cornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[110,65,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11SurfaceCardV6radius12CoreGraphics7CGFloatVvpfi","regions":[[119,27,119,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11SurfaceCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[120,46,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appSurfaceCard6radiusQr12CoreGraphics7CGFloatV_tF","regions":[[134,60,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV6radius12CoreGraphics7CGFloatVvpfi","regions":[[142,27,142,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV7opacitySdvpfi","regions":[[143,27,143,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[144,46,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10FieldGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleK0VyAA25VisualEffectRepresentableV_AF06_ShapeK0VyAF16RoundedRectangleVAF5ColorVGtGyXEfU_","regions":[[147,24,151,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtF","regions":[[162,82,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4tint7SwiftUI5ColorVvpfi","regions":[[170,23,170,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV6radius12CoreGraphics7CGFloatVvpfi","regions":[[171,27,171,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV6activeSbvpfi","regions":[[172,24,172,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[174,46,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11ButtonGlassV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleK0VyAA25VisualEffectRepresentableV_AF06_ShapeK0VyAF16RoundedRectangleVAF5ColorVGAF0K0PAFE9blendModeyQrAF05BlendW0OFQOyAF06StrokerK0VyAqsF05EmptyK0VG_Qo_tGyXEfU_","regions":[[178,24,187,18,0,0,0,0],[182,53,182,57,0,0,0,0],[182,60,182,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE14appButtonGlass4tint6radius6activeQrAA5ColorV_12CoreGraphics7CGFloatVSbtF","regions":[[196,5,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV4tint7SwiftUI5ColorVvpfi","regions":[[204,23,204,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV6radius12CoreGraphics7CGFloatVvpfi","regions":[[205,27,205,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C16SolidGlassButtonV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[207,46,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Style/AppGlass.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE19appSolidGlassButton4tint6radiusQrAA5ColorV_12CoreGraphics7CGFloatVtF","regions":[[218,92,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon3forSo7NSImageCSgAA14LauncherTargetO_tFZ","regions":[[10,62,21,6,0,0,0,0],[11,16,11,22,0,0,0,0],[12,9,13,52,0,0,0,0],[14,9,15,22,0,0,0,0],[16,9,17,34,0,0,0,0],[18,9,19,34,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO03appE033_13064420B373312A2260FF90D5F46122LL4name8bundleIdSo7NSImageCSgSS_SSSgtFZ","regions":[[26,78,63,6,0,0,0,0],[30,9,32,10,0,0,0,0],[32,10,62,19,0,0,0,0],[42,33,46,10,0,0,0,0],[43,16,43,60,0,0,0,0],[43,61,45,14,0,0,0,0],[45,14,46,10,0,0,0,0],[46,10,62,19,0,0,0,0],[50,41,60,10,0,0,0,0],[55,31,59,14,0,0,0,0],[56,20,56,64,0,0,0,0],[56,65,58,18,0,0,0,0],[58,18,59,14,0,0,0,0],[59,14,60,10,0,0,0,0],[60,10,62,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon19forBundleIdentifierSo7NSImageCSgSS_tFZ","regions":[[66,72,71,6,0,0,0,0],[67,102,69,10,0,0,0,0],[69,10,70,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO4icon03forC4NameSo7NSImageCSgSS_tFZ","regions":[[74,59,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO03urlE033_13064420B373312A2260FF90D5F46122LLSo7NSImageCSgyFZ","regions":[[81,47,88,6,0,0,0,0],[83,107,85,10,0,0,0,0],[85,10,87,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06folderE03forSo7NSImageCSgSS_tFZ","regions":[[93,58,103,6,0,0,0,0],[97,12,97,64,0,0,0,0],[97,65,99,10,0,0,0,0],[99,10,102,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO013genericFolderE0So7NSImageCyFZ","regions":[[106,48,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06scriptE03forSo7NSImageCSgSS_tFZ","regions":[[114,58,125,6,0,0,0,0],[119,12,119,64,0,0,0,0],[119,65,121,10,0,0,0,0],[121,10,124,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO06scriptE6ByType33_13064420B373312A2260FF90D5F46122LL9extensionSo7NSImageCSgSS_tFZ","regions":[[128,77,149,6,0,0,0,0],[129,16,129,19,0,0,0,0],[130,9,139,23,0,0,0,0],[132,124,134,14,0,0,0,0],[134,14,139,23,0,0,0,0],[136,72,138,14,0,0,0,0],[138,14,139,23,0,0,0,0],[141,9,143,62,0,0,0,0],[145,9,147,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO013genericScriptE0So7NSImageCyFZ","regions":[[152,48,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppIconResolver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C12IconResolverO14nameVariations33_13064420B373312A2260FF90D5F46122LL3forSaySSGSS_tFZ","regions":[[159,70,188,6,0,0,0,0],[160,16,160,33,0,0,0,0],[161,9,162,35,0,0,0,0],[163,9,164,30,0,0,0,0],[165,9,166,31,0,0,0,0],[167,9,168,31,0,0,0,0],[169,9,170,32,0,0,0,0],[171,9,172,37,0,0,0,0],[173,9,174,32,0,0,0,0],[175,9,176,34,0,0,0,0],[177,9,178,22,0,0,0,0],[179,9,180,41,0,0,0,0],[181,9,182,20,0,0,0,0],[183,9,184,20,0,0,0,0],[185,9,186,15,0,0,0,0],[187,10,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV2id16bundleIdentifier11displayName07virtualaJ09createdAt08modifiedM09isEnabledAC10Foundation4UUIDV_S3SSgAK4DateVAPSbtcfC","regions":[[37,7,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV2id16bundleIdentifier11displayName07virtualaJ09createdAt08modifiedM09isEnabledAC10Foundation4UUIDV_S3SSgAK4DateVAPSbtcfcSSyKXEfu_","regions":[[41,49,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZ","regions":[[58,104,81,6,0,0,0,0],[61,15,61,88,0,0,0,0],[62,15,62,26,0,0,0,0],[71,39,75,10,0,0,0,0],[75,10,80,32,0,0,0,0],[78,60,78,69,0,0,0,0],[78,72,78,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSSSshYbcfu_","regions":[[61,63,61,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSSyKXEfu0_","regions":[[61,79,61,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_","regions":[[68,21,68,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_","regions":[[68,37,68,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_SbyKXEfu0_","regions":[[68,53,68,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV015generateVirtualA4Name07displayH016bundleIdentifierS2S_SStFZSbSJXEfU_SbyKXEfu_SbyKXEfu1_","regions":[[68,68,68,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV021generateUniqueVirtualA4Name07displayI016bundleIdentifierS2S_SStFZ","regions":[[87,110,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV10stableHash33_0BDAA952C82BA3FC6D475DD90C98A77ALLyS2SFZ","regions":[[95,63,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA7MappingV10stableHash33_0BDAA952C82BA3FC6D475DD90C98A77ALLyS2SFZSSs5UInt8VXEfU_","regions":[[99,35,99,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0cA8OverrideV2id05inputA012outputAction11descriptionAC10Foundation4UUIDV_S3SSgtcfC","regions":[[124,7,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C6KeymapV2id7mapping9overridesAC10Foundation4UUIDV_AA0cA7MappingVSayAA0cA8OverrideVGtcfC","regions":[[148,7,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/AppKeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C6KeymapV16bundleIdentifier11displayName9overridesACSS_SSSayAA0cA8OverrideVGtcfC","regions":[[159,7,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC7fileURL0G7ManagerAC10Foundation0H0VSg_So06NSFileI0Ctcfc","regions":[[41,68,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC7fileURL0G7ManagerAC10Foundation0H0VSg_So06NSFileI0CtcfcAHyKXEfu_","regions":[[46,35,46,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC11loadKeymapsSayAA0cE0VGyF","regions":[[61,39,90,6,0,0,0,0],[62,39,64,10,0,0,0,0],[64,10,90,6,0,0,0,0],[67,65,71,10,0,0,0,0],[71,10,90,6,0,0,0,0],[73,12,85,10,0,0,0,0],[74,53,84,27,0,0,0,0],[76,75,84,27,0,0,0,0],[78,35,82,14,0,0,0,0],[82,14,84,27,0,0,0,0],[85,17,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC11saveKeymapsyySayAA0cE0VGKF","regions":[[93,53,104,6,0,0,0,0],[97,90,104,6,0,0,0,0],[99,47,104,6,0,0,0,0],[100,54,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKF","regions":[[107,51,145,6,0,0,0,0],[110,118,113,10,0,0,0,0],[113,16,141,10,0,0,0,0],[117,16,117,69,0,0,0,0],[117,70,138,14,0,0,0,0],[143,33,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKFSbAFXEfU_","regions":[[110,50,110,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06upsertE0yyAA0cE0VKFSSAFcfu_","regions":[[115,49,115,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06removeE016bundleIdentifierySS_tKF","regions":[[148,56,158,6,0,0,0,0],[153,12,153,39,0,0,0,0],[153,40,157,10,0,0,0,0],[154,37,157,10,0,0,0,0],[157,10,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC06removeE016bundleIdentifierySS_tKFSbAA0cE0VXEfU_","regions":[[151,27,151,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC22postChangeNotification33_BEA949BDD94C8D2CAB901B7C171513B6LLyyF","regions":[[161,43,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC22postChangeNotification33_BEA949BDD94C8D2CAB901B7C171513B6LLyyFyyYaYbScMYccfU_","regions":[[162,14,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC03getE016bundleIdentifierAA0cE0VSgSS_tF","regions":[[168,60,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC03getE016bundleIdentifierAA0cE0VSgSS_tFSbAGXEfU_","regions":[[169,29,169,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC17getEnabledKeymapsSayAA0cE0VGyF","regions":[[173,45,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC17getEnabledKeymapsSayAA0cE0VGyFSbAFcfu_","regions":[[174,30,174,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC20getBundleToVKMappingSDyS2SGyF","regions":[[178,53,184,6,0,0,0,0],[180,43,182,10,0,0,0,0],[182,10,183,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tF","regions":[[187,74,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tFSbAGXEfU_","regions":[[189,37,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC18getAppsWithMapping08forInputA0SayAA0cE0VGSS_tFSbAGXEfU_SbAA0cA8OverrideVXEfU_","regions":[[190,39,190,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC15invalidateCacheyyF","regions":[[195,28,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AppKeymapStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C11KeymapStoreC04testF02atAC10Foundation3URLV_tFZ","regions":[[204,74,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO15setUserDefaultsyySo06NSUserH0CFZ","regions":[[10,63,12,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO7restart10afterDelayySd_tFZ","regions":[[18,63,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO7restart10afterDelayySd_tFZyyYacfU_","regions":[[30,14,44,10,0,0,0,0],[32,16,38,14,0,0,0,0],[33,31,38,14,0,0,0,0],[38,21,43,14,0,0,0,0],[43,14,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZ","regions":[[49,57,69,6,0,0,0,0],[59,12,61,58,0,0,0,0],[62,9,65,10,0,0,0,0],[65,10,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZSbyKXEfu_","regions":[[60,16,60,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/AppRestarter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C9RestarterO16restartForWizard2atySS_tFZSbyKXEfu0_","regions":[[61,16,61,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV03_isF7Hovered33_B2018103C8BD6EA4ADC2B9223E9E5D99LL7SwiftUI5StateVySbGvpfi","regions":[[16,40,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg","regions":[[18,25,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_","regions":[[19,49,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A30_yXEfU_","regions":[[21,32,45,14,0,0,0,0],[22,125,26,18,0,0,0,0],[26,18,45,14,0,0,0,0],[42,42,42,45,0,0,0,0],[42,48,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A30_yXEfU_A21_yXEfU_","regions":[[36,43,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A46_yXEfU0_","regions":[[48,32,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_Sg_AkEE9lineLimityQrSiSgFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAkEE7opacityyQrSdFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAE7ForEachVySayAA0cA8OverrideVG10Foundation4UUIDVAC7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrA37__tFQOy_Qo_GGtGyXEfU_A46_yXEfU0_A45_A37_cfU_","regions":[[49,43,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV4bodyQrvgySbcfU0_","regions":[[57,18,57,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF","regions":[[66,65,129,6,0,0,0,0],[110,33,110,64,0,0,0,0],[110,67,110,78,0,0,0,0],[114,63,114,66,0,0,0,0],[114,69,114,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_","regions":[[69,28,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_","regions":[[84,32,106,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_yyScMYccfU_","regions":[[85,24,85,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_A30_yXEfU0_","regions":[[85,52,91,18,0,0,0,0],[88,73,88,74,0,0,0,0],[88,77,88,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_yyScMYccfU1_","regions":[[96,24,96,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tF7SwiftUI9TupleViewVyAA0A4ChipAELLV_AI0W0PAIE15foregroundStyleyQrqd__AI05ShapeZ0Rd__lFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI017HierarchicalShapeZ0VQo_AmI6SpacerVAI6HStackVyAKyAI15ModifiedContentVyAoIE06buttonZ0yQrqd__AI015PrimitiveButtonZ0Rd__lFQOyAI6ButtonVyAoIE12contentShape_6eoFillQrqd___SbtAI5ShapeRd__lFQOyAoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A20_AI9AlignmentVtFQOyAoIEAPyQrqd__AiQRd__lFQOyAX_AiQPAIE7opacityyQrSdFQOyAZ_Qo_Qo__Qo__AI9RectangleVQo_G_AI011PlainButtonZ0VQo_AI31AccessibilityAttachmentModifierVG_A37_tGGtGyXEfU_A38_yXEfU_A30_yXEfU2_","regions":[[96,54,102,18,0,0,0,0],[99,73,99,74,0,0,0,0],[99,77,99,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFySbcfU0_","regions":[[117,18,123,10,0,0,0,0],[122,37,122,54,0,0,0,0],[122,57,122,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFySbcfU0_yyXEfU_","regions":[[118,55,120,14,0,0,0,0],[119,48,119,59,0,0,0,0],[119,62,119,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV7ruleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL8overrideQrAA0cA8OverrideV_tFyycfU1_","regions":[[124,23,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C8RuleCardV14cardBackground33_B2018103C8BD6EA4ADC2B9223E9E5D99LLQrvg","regions":[[133,49,135,6,0,0,0,0],[134,71,134,74,0,0,0,0],[134,77,134,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A4Chip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[149,25,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV03_isG7Hovered33_B2018103C8BD6EA4ADC2B9223E9E5D99LL7SwiftUI5StateVySbGvpfi","regions":[[180,40,180,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg","regions":[[182,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg7SwiftUI7ForEachVySayAA10CustomRuleVG10Foundation4UUIDVAC06globalN3Row33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAI_tFQOy_Qo_GyXEfU_","regions":[[184,28,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvg7SwiftUI7ForEachVySayAA10CustomRuleVG10Foundation4UUIDVAC06globalN3Row33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAI_tFQOy_Qo_GyXEfU_AqIcfU_","regions":[[185,28,187,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV4bodyQrvgySbcfU0_","regions":[[192,18,192,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF","regions":[[201,63,281,6,0,0,0,0],[262,33,262,64,0,0,0,0],[262,67,262,78,0,0,0,0],[266,63,266,66,0,0,0,0],[266,69,266,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_","regions":[[204,38,259,10,0,0,0,0],[226,16,226,25,0,0,0,0],[226,26,258,14,0,0,0,0],[258,14,259,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A9_yXEfU_","regions":[[206,32,223,14,0,0,0,0],[216,82,218,18,0,0,0,0],[218,24,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_","regions":[[227,36,255,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_yyScMYccfU_","regions":[[228,28,228,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_A45_yXEfU0_","regions":[[228,52,237,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_yyScMYccfU1_","regions":[[242,28,242,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tF7SwiftUI9TupleViewVyAI6HStackVyAKyAA0eA4ChipAELLV_AI0Y0PAIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAqIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI22HierarchicalShapeStyleVQo_AI19_ConditionalContentVyAA15DrawerLayerChipAELLVAOGAI6SpacerVtGG_AqIE10transitionyQrAI13AnyTransitionVFQOyAqIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAMyAKyAI15ModifiedContentVyAqIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyAqIE10background_9alignmentQrqd___AI9AlignmentVtAiPRd__lFQOyAqIE5frame5width6heightA30_QrA22__A22_A32_tFQOyAqIEARyQrqd__AiSRd__lFQOyAZ_AI5ColorVQo__Qo__AI06_ShapeY0VyAI6CircleVA37_GQo_G_AI16PlainButtonStyleVQo_AI31AccessibilityAttachmentModifierVG_A52_tGG_Qo__Qo_SgtGyXEfU_A53_yXEfU0_A45_yXEfU2_","regions":[[242,54,251,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFySbcfU0_","regions":[[269,18,275,10,0,0,0,0],[274,37,274,47,0,0,0,0],[274,50,274,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFySbcfU0_yyXEfU_","regions":[[270,55,272,14,0,0,0,0],[271,44,271,51,0,0,0,0],[271,54,271,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV13globalRuleRow33_B2018103C8BD6EA4ADC2B9223E9E5D99LL4ruleQrAA06CustomI0V_tFyycfU1_","regions":[[276,23,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15GlobalRulesCardV14cardBackground33_B2018103C8BD6EA4ADC2B9223E9E5D99LLQrvg","regions":[[285,49,287,6,0,0,0,0],[286,71,286,74,0,0,0,0],[286,77,286,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06GlobalA4Chip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[299,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV9layerIconSSvg","regions":[[321,35,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV11displayNameSSvg","regions":[[326,37,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg","regions":[[330,25,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/AppRuleCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15DrawerLayerChip33_B2018103C8BD6EA4ADC2B9223E9E5D99LLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[331,28,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25AutoFixActionDescriptionsO8describeySS0aB10WizardCore0efG0OFZ","regions":[[9,61,60,6,0,0,0,0],[10,16,10,22,0,0,0,0],[11,9,12,62,0,0,0,0],[13,9,14,67,0,0,0,0],[15,9,16,46,0,0,0,0],[17,9,18,37,0,0,0,0],[19,9,20,47,0,0,0,0],[21,9,22,41,0,0,0,0],[23,9,24,47,0,0,0,0],[25,9,26,49,0,0,0,0],[27,9,28,44,0,0,0,0],[29,9,30,60,0,0,0,0],[31,9,32,60,0,0,0,0],[33,9,34,36,0,0,0,0],[35,9,36,48,0,0,0,0],[37,9,38,66,0,0,0,0],[39,9,40,46,0,0,0,0],[41,9,42,59,0,0,0,0],[43,9,44,62,0,0,0,0],[45,9,46,32,0,0,0,0],[47,9,48,64,0,0,0,0],[49,9,50,47,0,0,0,0],[51,9,52,47,0,0,0,0],[53,9,54,50,0,0,0,0],[55,9,56,55,0,0,0,0],[57,9,58,50,0,0,0,0],[59,10,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/AutoFixActionDescriptions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25AutoFixActionDescriptionsO12errorMessage3forSS0aB10WizardCore0efG0O_tFZ","regions":[[63,67,84,6,0,0,0,0],[64,16,64,22,0,0,0,0],[65,9,66,103,0,0,0,0],[67,9,68,133,0,0,0,0],[69,9,70,86,0,0,0,0],[71,9,72,45,0,0,0,0],[73,9,74,89,0,0,0,0],[75,9,76,52,0,0,0,0],[77,9,80,87,0,0,0,0],[81,9,82,96,0,0,0,0],[83,10,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV7catalog33_EA04A8F4D2129B10B8C2285A2A94AD00LLAA21RuleCollectionCatalogVvpfi","regions":[[7,27,7,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvg","regions":[[9,56,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvg10Foundation4UUIDVAGcfu_","regions":[[10,62,10,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV20availableCollections33_EA04A8F4D2129B10B8C2285A2A94AD00LLSayAA14RuleCollectionVGvgSbAGXEfU_","regions":[[11,52,11,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg","regions":[[14,25,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_","regions":[[15,20,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_","regions":[[16,37,29,14,0,0,0,0],[23,20,23,48,0,0,0,0],[23,49,28,18,0,0,0,0],[28,18,29,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_A3_AXcfU_","regions":[[17,47,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV4bodyQrvg7SwiftUI0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE10LazyVStackVyAE05TupleG0VyAE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAA0evW4Card33_EA04A8F4D2129B10B8C2285A2A94AD00LLVG_AgEEAHyQrAL_APtFQOyAE4TextV_Qo_SgtGG_Qo__Qo_yXEfU_A9_yXEfU_A3_AXcfU_yycfU_","regions":[[18,73,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV18activateCollection33_EA04A8F4D2129B10B8C2285A2A94AD00LLyyAA04RuleI0VF","regions":[[35,67,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailableRulesViewV18activateCollection33_EA04A8F4D2129B10B8C2285A2A94AD00LLyyAA04RuleI0VFyyYacfU_","regions":[[37,14,37,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV012formatLeaderA0yS2SF","regions":[[46,59,55,6,0,0,0,0],[47,16,47,32,0,0,0,0],[48,9,49,24,0,0,0,0],[50,9,51,21,0,0,0,0],[52,9,53,28,0,0,0,0],[54,10,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg","regions":[[57,25,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_","regions":[[58,49,116,10,0,0,0,0],[85,16,85,44,0,0,0,0],[85,45,115,14,0,0,0,0],[115,14,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_","regions":[[59,53,83,14,0,0,0,0],[60,47,64,18,0,0,0,0],[64,18,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_A2_yXEfU_","regions":[[66,57,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A26_yXEfU_A17_yXEfU0_","regions":[[76,44,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_","regions":[[86,65,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_","regions":[[87,40,113,22,0,0,0,0],[108,28,108,57,0,0,0,0],[108,58,112,26,0,0,0,0],[112,26,113,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_A62_A35_cfU_","regions":[[88,64,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/AvailableRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27AvailableRuleCollectionCard33_EA04A8F4D2129B10B8C2285A2A94AD00LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_Sg_AF6VStackVyAHyAF4TextV_A1_tGGAF6SpacerVAF15ModifiedContentVyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA1_AVGG_AF28BorderedProminentButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AF06ScrollW0VyAJyAHyAF7ForEachVys10ArraySliceVyAA0A7MappingVG10Foundation4UUIDVAlFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA50__A44_SgtFQOyAlFEA52_yQrA50__A53_tFQOyAJyAHyAF19_ConditionalContentVyA1_A1_G_AWA1_tGG_Qo__Qo__AOQo__Qo_G_A1_SgtGGGSgtGyXEfU_A66_yXEfU0_A65_yXEfU_A62_A35_cfU_A57_yXEfU_","regions":[[89,48,102,30,0,0,0,0],[91,82,94,34,0,0,0,0],[94,40,97,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO2idSSvg","regions":[[11,20,11,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO5labelSSvg","regions":[[13,23,19,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,15,25,0,0,0,0],[16,9,16,27,0,0,0,0],[17,9,17,29,0,0,0,0],[18,10,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO10shortLabelSSvg","regions":[[21,28,27,6,0,0,0,0],[22,16,22,20,0,0,0,0],[23,9,23,25,0,0,0,0],[24,9,24,27,0,0,0,0],[25,9,25,29,0,0,0,0],[26,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO10verbPhraseSSvg","regions":[[29,28,35,6,0,0,0,0],[30,16,30,20,0,0,0,0],[31,9,31,25,0,0,0,0],[32,9,32,27,0,0,0,0],[33,9,33,43,0,0,0,0],[34,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO4iconSSvg","regions":[[37,22,43,6,0,0,0,0],[38,16,38,20,0,0,0,0],[39,9,39,30,0,0,0,0],[40,9,40,43,0,0,0,0],[41,9,41,46,0,0,0,0],[42,10,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16configuredStatesShyAA0E4SlotOGvpfi","regions":[[58,47,58,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16tapIsNonIdentitySbvpfi","regions":[[62,34,62,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg","regions":[[64,25,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_","regions":[[65,29,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_","regions":[[66,44,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_yycfU_","regions":[[71,31,75,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV4bodyQrvg7SwiftUI7ForEachVySayAA0E4SlotOGSSAA0eF4Cell026_E3FCFFA3A461DAE15D1D2F2A9u3AE4O0LLVGyXEfU_AmIcfU_yycfU_yyXEfU_","regions":[[72,67,74,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19BehaviorStatePickerV16isSlotConfigured026_E3FCFFA3A461DAE15D1D2F2A9q3AE4K0LLySbAA0eI0OF","regions":[[82,65,91,6,0,0,0,0],[83,16,83,20,0,0,0,0],[84,9,86,29,0,0,0,0],[87,9,89,44,0,0,0,0],[90,10,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV10_isPressed7SwiftUI0F0VySbGvpfi","regions":[[101,36,101,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg","regions":[[103,25,128,6,0,0,0,0],[127,60,127,74,0,0,0,0],[127,77,127,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_","regions":[[104,34,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_A21_yXEfU_","regions":[[105,32,122,14,0,0,0,0],[112,65,112,72,0,0,0,0],[112,75,112,83,0,0,0,0],[113,51,113,68,0,0,0,0],[113,71,113,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAF6VStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwF9AlignmentVtFQOyAD13behaviorImageQrvpQOy_Qo__Qo__AhFE7overlayAS0U0QrAY_qd__yXEtAfGRd__lFQOyAhFE9lineLimityQrSiSgFQOyAF4TextV_Qo__AhFE6offset1x1yQrAV_AVtFQOyAhFEApqrSQrAW_AwYtFQOyAF01_vT0VyAF6CircleVAF5ColorVG_Qo__Qo_Qo_tGG_AF9RectangleVQo_yXEfU_A21_yXEfU_A19_yXEfU_","regions":[[115,51,121,22,0,0,0,0],[118,50,118,67,0,0,0,0],[118,70,118,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV13behaviorImageQrvg","regions":[[131,42,143,6,0,0,0,0],[132,38,132,60,0,0,0,0],[132,63,132,77,0,0,0,0],[135,58,139,10,0,0,0,0],[139,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BehaviorStateCell026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV15loadBundleImage5namedSo7NSImageCSgSS_tF","regions":[[145,66,154,6,0,0,0,0],[150,16,152,10,0,0,0,0],[152,10,153,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV11strokeColor7SwiftUI0R0Vvg","regions":[[164,36,166,6,0,0,0,0],[165,22,165,39,0,0,0,0],[165,42,165,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV9fillColor7SwiftUI0R0Vvg","regions":[[168,34,170,6,0,0,0,0],[169,22,169,53,0,0,0,0],[169,56,169,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg","regions":[[172,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV4bodyQrvg7SwiftUI19_ConditionalContentVyAHyAD03tapG0QrvpQOy_Qo_AD04holdG0QrvpQOy_Qo_GAD05comboG0QrvpQOy_Qo_GyXEfU_","regions":[[173,15,182,10,0,0,0,0],[174,20,174,24,0,0,0,0],[175,13,176,24,0,0,0,0],[177,13,178,25,0,0,0,0],[179,13,180,26,0,0,0,0],[181,14,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV03tapG0Qrvg","regions":[[187,36,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV03tapG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__AjFE6offset1x1yQrAQ_AQtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__A_Qo__Qo_tGyXEfU_","regions":[[188,16,203,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV04holdG0Qrvg","regions":[[207,37,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV04holdG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__AjFEAklmNQrAR_ArTtFQOyA0__Qo_tGyXEfU_","regions":[[208,28,222,10,0,0,0,0],[211,36,211,66,0,0,0,0],[211,69,211,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV05comboG0Qrvg","regions":[[226,38,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorKeycapIcon026_E3FCFFA3A461DAE15D1D2F2A9n3AE4H0LLV05comboG0Qrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE7overlay_ANQrqd___ATtAfIRd__lFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeU0VyAYA_AF05EmptyU0VGQo__Qo__A7_tGyXEfU_","regions":[[227,29,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23BehaviorCellButtonStyle026_E3FCFFA3A461DAE15D1D2F2A9o3AE4I0LLV8makeBody13configurationQr7SwiftUI0gH13ConfigurationV_tF","regions":[[253,62,261,6,0,0,0,0],[255,52,255,56,0,0,0,0],[255,59,255,62,0,0,0,0],[256,48,256,51,0,0,0,0],[256,54,256,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23BehaviorCellButtonStyle026_E3FCFFA3A461DAE15D1D2F2A9o3AE4I0LLV8makeBody13configurationQr7SwiftUI0gH13ConfigurationV_tFySb_SbtcfU_","regions":[[258,52,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO9imageNameSSvg","regions":[[267,27,273,6,0,0,0,0],[268,16,268,20,0,0,0,0],[269,9,269,34,0,0,0,0],[270,9,270,36,0,0,0,0],[271,9,271,38,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO17selectedImageNameSSvg","regions":[[275,35,281,6,0,0,0,0],[276,16,276,20,0,0,0,0],[277,9,277,43,0,0,0,0],[278,9,278,45,0,0,0,0],[279,9,279,47,0,0,0,0],[280,10,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/BehaviorStatePicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12BehaviorSlotO12fallbackIconSSvg","regions":[[283,30,289,6,0,0,0,0],[284,16,284,20,0,0,0,0],[285,9,285,63,0,0,0,0],[286,9,286,59,0,0,0,0],[287,9,287,64,0,0,0,0],[288,10,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC27hasAuthenticatedThisSession33_1DCD4100F447AC1ED66664E807A7AC8DLLSbvpfi","regions":[[16,53,16,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceCACyc33_1DCD4100F447AC1ED66664E807A7AC8DLlfc","regions":[[18,20,18,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC02isE9AvailableSbyF","regions":[[29,48,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC13biometricTypeSo010LABiometryI0VyF","regions":[[36,51,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC17biometricTypeNameSSvg","regions":[[44,42,57,6,0,0,0,0],[45,16,45,31,0,0,0,0],[46,9,47,30,0,0,0,0],[48,9,49,29,0,0,0,0],[50,9,51,30,0,0,0,0],[52,9,53,30,0,0,0,0],[54,9,55,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC9isEnabledSbvg","regions":[[61,13,61,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC9isEnabledSbvs","regions":[[62,13,62,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC12authenticate6reasonAC0F6ResultOSS_tYaF","regions":[[70,27,127,6,0,0,0,0],[72,30,75,10,0,0,0,0],[75,10,127,6,0,0,0,0],[78,12,78,39,0,0,0,0],[78,40,81,10,0,0,0,0],[81,10,127,6,0,0,0,0],[91,15,91,55,0,0,0,0],[92,15,92,41,0,0,0,0],[94,12,105,10,0,0,0,0],[95,92,105,10,0,0,0,0],[97,16,97,23,0,0,0,0],[97,24,101,14,0,0,0,0],[101,20,104,14,0,0,0,0],[105,42,123,10,0,0,0,0],[106,20,106,34,0,0,0,0],[107,13,109,34,0,0,0,0],[110,13,112,70,0,0,0,0],[113,13,115,70,0,0,0,0],[116,13,118,70,0,0,0,0],[119,13,121,63,0,0,0,0],[123,17,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC24authenticateWithPassword33_1DCD4100F447AC1ED66664E807A7AC8DLL6reasonAC0F6ResultOSS_tYaF","regions":[[130,79,157,6,0,0,0,0],[134,89,138,10,0,0,0,0],[138,10,157,6,0,0,0,0],[140,12,153,10,0,0,0,0],[144,14,153,10,0,0,0,0],[146,16,146,23,0,0,0,0],[146,24,150,14,0,0,0,0],[150,20,152,14,0,0,0,0],[153,17,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC05clearF5CacheyyF","regions":[[160,34,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/BiometricAuthService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20BiometricAuthServiceC012wouldRequireF0Sbvg","regions":[[166,39,169,6,0,0,0,0],[167,30,167,46,0,0,0,0],[167,46,168,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV5notesSaySSGvpfi","regions":[[11,27,11,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV14summarizedTextSSyF","regions":[[18,37,42,6,0,0,0,0],[20,55,20,60,0,0,0,0],[20,63,20,67,0,0,0,0],[21,59,21,64,0,0,0,0],[21,67,21,71,0,0,0,0],[25,12,25,26,0,0,0,0],[25,27,28,10,0,0,0,0],[29,39,31,10,0,0,0,0],[32,35,34,10,0,0,0,0],[35,40,37,10,0,0,0,0],[38,41,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22BlessDiagnosticsReportV14summarizedTextSSyFS2SXEfU_","regions":[[27,48,27,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZ","regions":[[46,49,111,6,0,0,0,0],[55,12,55,24,0,0,0,0],[55,25,61,10,0,0,0,0],[61,16,63,10,0,0,0,0],[68,36,71,10,0,0,0,0],[71,16,73,10,0,0,0,0],[81,12,81,26,0,0,0,0],[81,27,94,10,0,0,0,0],[94,16,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSSyKXEfu_","regions":[[60,73,60,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU_","regions":[[84,77,84,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU0_","regions":[[86,75,86,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU1_","regions":[[88,79,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU1_SbyKXEfu_","regions":[[89,45,89,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO3runAA0eF6ReportVyFZSbSSXEfU2_","regions":[[91,80,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZ","regions":[[115,7,133,6,0,0,0,0],[124,12,124,27,0,0,0,0],[124,25,124,27,0,0,0,0],[124,34,126,10,0,0,0,0],[126,10,132,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZSSyKXEfu_","regions":[[130,61,130,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/BlessDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16BlessDiagnosticsO6runCmd07_42D1C4I24E0223939FB36F7DFDBECF92ELLys5Int32V6status_SS3outSS3errtSS_SaySSGtFZSSyKXEfu0_","regions":[[131,61,131,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O11displayNameSSvg","regions":[[20,33,30,10,0,0,0,0],[21,20,21,24,0,0,0,0],[22,13,22,35,0,0,0,0],[23,13,23,42,0,0,0,0],[24,13,24,37,0,0,0,0],[25,13,25,29,0,0,0,0],[26,13,26,33,0,0,0,0],[27,13,27,41,0,0,0,0],[28,13,28,29,0,0,0,0],[29,14,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O07historyB0SSvg","regions":[[32,33,51,10,0,0,0,0],[34,20,34,24,0,0,0,0],[35,13,36,59,0,0,0,0],[37,13,38,91,0,0,0,0],[39,13,41,78,0,0,0,0],[42,13,43,91,0,0,0,0],[44,13,45,105,0,0,0,0],[46,13,47,92,0,0,0,0],[48,13,49,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O012chromiumBaseB0SSSgvg","regions":[[53,39,69,10,0,0,0,0],[55,20,55,24,0,0,0,0],[56,13,57,75,0,0,0,0],[58,13,59,75,0,0,0,0],[60,13,61,89,0,0,0,0],[62,13,63,76,0,0,0,0],[64,13,65,75,0,0,0,0],[66,13,67,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O11isInstalledSbvg","regions":[[71,31,80,10,0,0,0,0],[72,16,72,32,0,0,0,0],[72,33,75,14,0,0,0,0],[75,14,79,71,0,0,0,0],[76,16,76,31,0,0,0,0],[76,65,78,14,0,0,0,0],[78,14,79,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC0E0O15isChromiumBasedSbvg","regions":[[82,35,89,10,0,0,0,0],[83,20,83,24,0,0,0,0],[84,13,85,21,0,0,0,0],[86,13,87,22,0,0,0,0],[88,14,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11VisitedSiteV2id10Foundation4UUIDVvpfi","regions":[[94,18,94,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerCACyc33_DAB64B22DDC9FFBCB089C9C3434198A0Llfc","regions":[[103,20,103,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17hasFullDiskAccessSbyYaF","regions":[[106,44,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17hasFullDiskAccessSbyYaFSbSSXEfU_","regions":[[114,35,114,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17installedBrowsersSayAC0E0OGyF","regions":[[118,43,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC17installedBrowsersSayAC0E0OGyFSbAFcfu_","regions":[[119,33,119,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKF","regions":[[128,97,167,6,0,0,0,0],[135,39,154,10,0,0,0,0],[136,44,136,56,0,0,0,0],[136,56,154,10,0,0,0,0],[138,16,147,14,0,0,0,0],[139,59,147,14,0,0,0,0],[141,35,146,18,0,0,0,0],[146,18,147,14,0,0,0,0],[147,21,153,14,0,0,0,0],[149,20,149,43,0,0,0,0],[149,44,151,18,0,0,0,0],[153,14,154,10,0,0,0,0],[154,10,166,20,0,0,0,0],[156,12,156,20,0,0,0,0],[156,43,158,10,0,0,0,0],[158,10,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFALyKXEfu_","regions":[[129,42,129,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFSiyKXEfu0_","regions":[[143,56,143,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFAHSS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[161,31,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFSbAH_AHtXEfU0_","regions":[[164,17,164,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanF08browsers5limitSayAC11VisitedSiteVGSayAC0E0OGSg_SitYaKFA2HXEfU1_","regions":[[166,14,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC04scanE033_DAB64B22DDC9FFBCB089C9C3434198A0LLySayAC11VisitedSiteVGAC0E0OYaKF","regions":[[170,80,183,6,0,0,0,0],[171,16,171,23,0,0,0,0],[172,9,173,36,0,0,0,0],[174,9,175,37,0,0,0,0],[176,9,181,106,0,0,0,0],[178,64,180,14,0,0,0,0],[180,14,181,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC10scanSafari33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKF","regions":[[187,55,243,6,0,0,0,0],[192,75,242,23,0,0,0,0],[196,91,198,10,0,0,0,0],[198,10,242,23,0,0,0,0],[225,84,227,10,0,0,0,0],[227,10,242,23,0,0,0,0],[231,15,231,52,0,0,0,0],[231,53,240,10,0,0,0,0],[232,78,232,90,0,0,0,0],[232,90,240,10,0,0,0,0],[237,16,237,31,0,0,0,0],[237,32,239,14,0,0,0,0],[240,10,242,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKF","regions":[[247,110,268,6,0,0,0,0],[249,42,251,10,0,0,0,0],[251,10,267,50,0,0,0,0],[254,34,262,10,0,0,0,0],[255,53,262,10,0,0,0,0],[256,31,261,14,0,0,0,0],[261,14,262,10,0,0,0,0],[262,10,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFSiyKXEfu_","regions":[[258,52,258,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFAISS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[264,31,266,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC20scanChromiumProfiles33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SayAC11VisitedSiteVGSS_SStKFSbAI_AItXEfU0_","regions":[[267,17,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC12scanChromium33_DAB64B22DDC9FFBCB089C9C3434198A0LL4pathSayAC11VisitedSiteVGSS_tKF","regions":[[270,69,324,6,0,0,0,0],[273,73,323,23,0,0,0,0],[277,91,279,10,0,0,0,0],[279,10,323,23,0,0,0,0],[306,84,308,10,0,0,0,0],[308,10,323,23,0,0,0,0],[312,15,312,52,0,0,0,0],[312,53,321,10,0,0,0,0],[313,78,313,90,0,0,0,0],[313,90,321,10,0,0,0,0],[318,16,318,31,0,0,0,0],[318,32,320,14,0,0,0,0],[321,10,323,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKF","regions":[[328,56,350,6,0,0,0,0],[331,41,333,10,0,0,0,0],[333,10,349,50,0,0,0,0],[336,39,344,10,0,0,0,0],[337,63,344,10,0,0,0,0],[338,31,343,14,0,0,0,0],[343,14,344,10,0,0,0,0],[344,10,349,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFSiyKXEfu_","regions":[[340,52,340,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFAGSS_Si5count_10Foundation4DateVSg9lastVisitttXEfU_","regions":[[346,31,348,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC11scanFirefox33_DAB64B22DDC9FFBCB089C9C3434198A0LLSayAC11VisitedSiteVGyKFSbAG_AGtXEfU0_","regions":[[349,17,349,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC18scanFirefoxProfile33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSayAC11VisitedSiteVGSS_tKF","regions":[[352,84,398,6,0,0,0,0],[355,75,397,23,0,0,0,0],[359,91,361,10,0,0,0,0],[361,10,397,23,0,0,0,0],[379,84,381,10,0,0,0,0],[381,10,397,23,0,0,0,0],[385,15,385,52,0,0,0,0],[385,53,395,10,0,0,0,0],[386,79,386,91,0,0,0,0],[386,91,395,10,0,0,0,0],[392,16,392,31,0,0,0,0],[392,32,394,14,0,0,0,0],[395,10,397,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF","regions":[[401,75,444,6,0,0,0,0],[403,81,441,10,0,0,0,0],[417,31,434,14,0,0,0,0],[418,20,418,46,0,0,0,0],[418,47,423,18,0,0,0,0],[423,18,434,14,0,0,0,0],[425,20,425,43,0,0,0,0],[425,44,428,18,0,0,0,0],[428,18,434,14,0,0,0,0],[430,20,430,49,0,0,0,0],[430,50,433,18,0,0,0,0],[434,14,441,10,0,0,0,0],[438,16,438,33,0,0,0,0],[438,34,440,14,0,0,0,0],[440,14,441,10,0,0,0,0],[441,10,443,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tFSbSJcfu_","regions":[[404,56,404,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC19firefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF06commitI0L_yyF","regions":[[409,34,415,14,0,0,0,0],[410,44,410,54,0,0,0,0],[410,54,415,14,0,0,0,0],[411,45,411,77,0,0,0,0],[411,80,411,91,0,0,0,0],[412,20,412,87,0,0,0,0],[412,88,414,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC27fallbackFirefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tF","regions":[[447,83,465,6,0,0,0,0],[449,85,451,10,0,0,0,0],[451,10,464,23,0,0,0,0],[455,29,462,10,0,0,0,0],[456,16,456,78,0,0,0,0],[456,79,461,14,0,0,0,0],[458,20,458,70,0,0,0,0],[458,71,460,18,0,0,0,0],[462,10,464,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC27fallbackFirefoxProfilePaths33_DAB64B22DDC9FFBCB089C9C3434198A0LL2atSaySSGSS_tFSbyKXEfu_","regions":[[456,53,456,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStF","regions":[[467,98,501,6,0,0,0,0],[472,68,472,86,0,0,0,0],[475,9,482,10,0,0,0,0],[476,55,481,14,0,0,0,0],[478,20,478,64,0,0,0,0],[478,65,480,18,0,0,0,0],[481,14,482,10,0,0,0,0],[484,12,484,32,0,0,0,0],[484,33,494,10,0,0,0,0],[485,94,493,14,0,0,0,0],[487,42,492,18,0,0,0,0],[489,24,489,68,0,0,0,0],[489,69,491,22,0,0,0,0],[492,18,493,14,0,0,0,0],[496,12,496,32,0,0,0,0],[496,94,498,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStFSbSSXEfU_","regions":[[486,53,486,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC08chromiumF5Paths33_DAB64B22DDC9FFBCB089C9C3434198A0LL04baseB008fallbackfB0SaySSGSS_SStFSbSSXEfU_SbyKXEfu_","regions":[[486,74,486,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC18reverseFirefoxHost33_DAB64B22DDC9FFBCB089C9C3434198A0LLyS2SF","regions":[[504,66,511,6,0,0,0,0],[507,12,507,31,0,0,0,0],[507,32,509,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC15normalizeDomain33_DAB64B22DDC9FFBCB089C9C3434198A0LLyS2SF","regions":[[516,62,530,6,0,0,0,0],[518,12,518,40,0,0,0,0],[518,41,520,10,0,0,0,0],[522,57,524,10,0,0,0,0],[526,60,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC21safariTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgSdF","regions":[[533,70,537,6,0,0,0,0],[534,34,534,48,0,0,0,0],[534,48,536,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC23chromiumTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgs5Int64VF","regions":[[540,71,546,6,0,0,0,0],[541,34,541,48,0,0,0,0],[541,48,545,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC22firefoxTimestampToDate33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation0K0VSgs5Int64VF","regions":[[549,70,552,6,0,0,0,0],[550,34,550,48,0,0,0,0],[550,48,551,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC3max33_DAB64B22DDC9FFBCB089C9C3434198A0LLy10Foundation4DateVSgAI_AItF","regions":[[555,55,559,6,0,0,0,0],[556,26,556,38,0,0,0,0],[556,38,558,29,0,0,0,0],[557,26,557,38,0,0,0,0],[557,38,558,29,0,0,0,0],[558,24,558,25,0,0,0,0],[558,28,558,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/BrowserHistoryScanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21BrowserHistoryScannerC9ScanErrorO16errorDescriptionSSSgvg","regions":[[569,39,580,10,0,0,0,0],[570,20,570,24,0,0,0,0],[571,13,572,58,0,0,0,0],[573,13,574,50,0,0,0,0],[575,13,576,49,0,0,0,0],[577,13,578,82,0,0,0,0],[579,14,580,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12_currentStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyAC0J0OGvpfi","regions":[[13,44,13,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17_selectedBrowsers33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyShyAA0eF7ScannerC0E0OGGvpfi","regions":[[14,79,14,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV18_installedBrowsers33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySayAA0eF7ScannerC0E0OGGvpfi","regions":[[15,77,15,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV18_hasFullDiskAccess33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySbGvpfi","regions":[[16,44,16,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11_isScanning33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySbGvpfi","regions":[[17,37,17,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13_scannedSites33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVySayAA0eF7ScannerC11VisitedSiteVGGvpfi","regions":[[18,76,18,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14_selectedSites33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL7SwiftUI5StateVyShy10Foundation4UUIDVGGvpfi","regions":[[19,51,19,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15existingDomains10onCompleteACShySSG_ySayAA0eF7ScannerC11VisitedSiteVGctcfC","regions":[[32,7,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15existingDomains10onCompleteACShySSG_ySayAA0eF7ScannerC11VisitedSiteVGctcfcS2SXEfU_","regions":[[33,56,33,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg","regions":[[37,25,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5zE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA4_yAC15explanationStepAILLQrvpQOy_Qo_AC20browserSelectionStepAILLQrvpQOy_Qo_GA4_yAC12scanningStepAILLQrvpQOy_Qo_AC11resultsStepAILLQrvpQOy_Qo_GGG_Qo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_","regions":[[38,28,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5zE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA4_yAC15explanationStepAILLQrvpQOy_Qo_AC20browserSelectionStepAILLQrvpQOy_Qo_GA4_yAC12scanningStepAILLQrvpQOy_Qo_AC11resultsStepAILLQrvpQOy_Qo_GGG_Qo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_A15_yXEfU_","regions":[[45,19,56,14,0,0,0,0],[46,24,46,35,0,0,0,0],[47,17,48,36,0,0,0,0],[49,17,50,41,0,0,0,0],[51,17,52,33,0,0,0,0],[53,17,54,32,0,0,0,0],[55,18,56,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_","regions":[[65,15,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_SayAA0eF7ScannerC0E0OGyYacfu_","regions":[[66,34,66,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV4bodyQrvgyyYaYbcfU0_SbyYacfu0_","regions":[[67,35,67,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[76,35,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0X0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVtGyXEfU_","regions":[[77,16,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6header33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0X0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVtGyXEfU_A_yXEfU_","regions":[[82,41,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[97,44,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_","regions":[[98,29,174,10,0,0,0,0],[136,16,136,34,0,0,0,0],[136,35,173,14,0,0,0,0],[173,14,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A19_yXEfU_","regions":[[105,32,119,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A26_yXEfU0_","regions":[[125,54,130,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_","regions":[[137,37,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A36_yXEfU_","regions":[[138,40,144,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_","regions":[[152,41,165,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU_","regions":[[153,56,155,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU0_","regions":[[159,43,163,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15explanationStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFEAMyQrAPFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_A18_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyA7_yAHyAC13privacyBulletAELL4icon4textQrSS_SStFQOy_Qo__A25_A25_A25_tGG_Qo_AjlFEAYyQrA1__A5_tFQOyAlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFEAYyQrA1__A5_tFQOyA7_yAHyAF6HStackVyAHyAlFEAMyQrAPFQOyAV_Qo__A9_tGG_A18_A34_yAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A39_yA44_A49_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAOGQo__Qo_SgtGyXEfU_A54_yXEfU1_A52_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[160,34,162,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13privacyBullet33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL4icon4textQrSS_SStF","regions":[[178,73,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV13privacyBullet33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL4icon4textQrSS_SStF7SwiftUI05TupleH0VyAH0H0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__AH4TextVtGyXEfU_","regions":[[179,29,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[189,49,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_","regions":[[190,29,262,10,0,0,0,0],[191,16,191,34,0,0,0,0],[191,35,222,14,0,0,0,0],[222,14,262,10,0,0,0,0],[224,16,224,41,0,0,0,0],[224,42,232,14,0,0,0,0],[232,20,259,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_","regions":[[193,37,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_","regions":[[206,41,219,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU_","regions":[[207,56,209,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU0_","regions":[[213,43,217,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A32_yXEfU_A30_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[214,34,216,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A38_yXEfU0_","regions":[[225,37,231,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_","regions":[[233,57,257,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_","regions":[[237,60,256,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_SbyYbcfU_","regions":[[239,34,239,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_ySbYbcfU0_","regions":[[240,34,246,30,0,0,0,0],[241,36,241,40,0,0,0,0],[241,41,243,34,0,0,0,0],[243,40,245,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_A62_yXEfU1_","regions":[[247,28,253,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV20browserSelectionStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFEAVyQrAYFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA7__Qo__Qo__Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A17_yA22_A27_GtGGtGG_Qo_Sg_AF19_ConditionalContentVyAUyAHyA5__A7_tGGAjFEAKyQrAO_AStFQOyAUyAHyA7__AF7ForEachVySayAA0eF7ScannerC0E0OGA45_A17_yAjFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyA15_yAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAC0I4IconAELL3forQrA45__tFQOy_Qo__Qo__A7_tGGG_AF19CheckboxToggleStyleVQo_A27_GGtGG_Qo_GAF6SpacerVtGyXEfU_A69_yXEfU1_A67_A45_cfU_A62_yXEfU1_A61_yXEfU_","regions":[[248,36,252,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11browserIcon33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LL3forQrAA0eF7ScannerC0E0O_tF","regions":[[266,87,278,6,0,0,0,0],[267,31,267,38,0,0,0,0],[268,9,268,31,0,0,0,0],[269,9,269,30,0,0,0,0],[270,9,270,31,0,0,0,0],[271,9,271,40,0,0,0,0],[272,9,272,30,0,0,0,0],[273,9,273,28,0,0,0,0],[274,9,274,39,0,0,0,0],[275,10,277,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12scanningStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[280,41,297,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV12scanningStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF6SpacerV_AF0H0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VAWG_Qo_AF4TextVA_AJtGyXEfU_","regions":[[281,29,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[299,40,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_","regions":[[300,29,398,10,0,0,0,0],[301,41,347,14,0,0,0,0],[347,23,347,43,0,0,0,0],[347,44,359,14,0,0,0,0],[359,20,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_","regions":[[302,37,345,18,0,0,0,0],[314,24,314,140,0,0,0,0],[314,141,344,22,0,0,0,0],[344,22,345,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_SbyKXEfu_","regions":[[314,46,314,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_SbyKXEfu0_","regions":[[314,97,314,140,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_","regions":[[315,45,337,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_","regions":[[320,49,336,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU_","regions":[[321,64,323,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU0_","regions":[[327,53,334,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A48_yXEfU_A37_yXEfU_A35_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[328,42,333,38,0,0,0,0],[330,44,330,61,0,0,0,0],[330,62,332,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A51_yXEfU0_","regions":[[348,37,357,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_","regions":[[360,57,395,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A62_yXEfU_","regions":[[361,28,373,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A62_yXEfU_A58_yXEfU_","regions":[[365,44,370,26,0,0,0,0],[367,32,367,53,0,0,0,0],[367,54,369,30,0,0,0,0],[369,30,370,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_","regions":[[375,32,394,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_","regions":[[376,48,393,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_A79_A73_cfU_","regions":[[377,51,392,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV11resultsStep33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleH0VyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAUyAWyA9__AF6HStackVyAWyAF08ModifiedX0VyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA9_G_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A22_yA27_A32_GtGGtGG_Qo__AF06_ShapeH0VyAF16RoundedRectangleVAZGQo__Qo_SgtGG_Qo_AjFEAKyQrAO_AStFQOyAUyAWyA7__A9_A13_tGG_Qo_GAjFEAKyQrAO_AStFQOyAUyAWyA20_yAWyA9__AF6SpacerVAjFEAXyQrA_FQOyAjFEA0_yQrA3_FQOyA20_yAWyA9__A9_SgtGG_Qo__Qo_tGG_AF06ScrollH0VyAF10LazyVStackVyAF7ForEachVySayAA0eF7ScannerC11VisitedSiteVG10Foundation4UUIDVAA7SiteRowAELLVGGGtGG_Qo_GyXEfU_A83_yXEfU1_A81_yXEfU0_A80_yXEfU_A79_A73_cfU_yycfU_","regions":[[383,47,390,38,0,0,0,0],[384,68,384,78,0,0,0,0],[384,78,390,38,0,0,0,0],[385,44,385,75,0,0,0,0],[385,76,387,42,0,0,0,0],[387,48,389,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg","regions":[[403,35,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_","regions":[[404,16,420,10,0,0,0,0],[405,16,405,43,0,0,0,0],[405,44,410,14,0,0,0,0],[410,14,420,10,0,0,0,0],[414,46,414,60,0,0,0,0],[414,63,414,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_yyScMYccfU_","regions":[[406,32,408,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6footer33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLQrvg7SwiftUI05TupleH0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_AF6SpacerVAJyAF0H0PAFE8disabledyQrSbFQOyAwFE11buttonStyleyQrqd__AF09PrimitiveY5StyleRd__lFQOyAO_AF017BorderedProminentY5StyleVQo__Qo_AQGtGyXEfU_yyScMYccfU0_","regions":[[414,75,416,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14isNextDisabled33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSbvg","regions":[[424,38,435,6,0,0,0,0],[425,16,425,27,0,0,0,0],[426,9,427,18,0,0,0,0],[428,9,429,59,0,0,0,0],[430,9,431,17,0,0,0,0],[432,9,433,34,0,0,0,0],[434,10,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV14isNextDisabled33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSbvgSbyKXEfu_","regions":[[429,41,429,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goBack33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[439,27,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goBack33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyXEfU_","regions":[[440,23,449,10,0,0,0,0],[441,20,441,31,0,0,0,0],[442,13,443,43,0,0,0,0],[444,13,445,48,0,0,0,0],[446,13,447,22,0,0,0,0],[448,14,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goNext33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[452,27,465,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV6goNext33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyXEfU_","regions":[[453,23,464,10,0,0,0,0],[454,20,454,31,0,0,0,0],[455,13,456,48,0,0,0,0],[457,13,458,28,0,0,0,0],[459,13,460,27,0,0,0,0],[461,13,462,22,0,0,0,0],[463,14,464,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[467,30,505,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_","regions":[[472,14,504,10,0,0,0,0],[473,16,497,14,0,0,0,0],[480,39,482,18,0,0,0,0],[482,18,497,14,0,0,0,0],[487,18,497,14,0,0,0,0],[497,21,503,14,0,0,0,0],[503,14,504,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[476,37,478,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[489,37,496,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_SbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[492,56,492,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU0_10Foundation4UUIDVAA0eF7ScannerC11VisitedSiteVcfu_","regions":[[493,71,493,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV9startScan33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[498,37,502,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[507,29,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFSbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[508,44,510,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV8complete33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyFSbAA0eF7ScannerC11VisitedSiteVXEfU_SbyKXEfu_","regions":[[509,46,509,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV26openFullDiskAccessSettings33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyyF","regions":[[515,47,519,6,0,0,0,0],[516,110,518,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17alreadyAddedCount33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSivg","regions":[[521,40,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV17alreadyAddedCount33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLSivgSbAA0eF7ScannerC11VisitedSiteVXEfU_","regions":[[522,29,522,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV16isExistingDomain33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLySbSSF","regions":[[525,61,527,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29BrowserHistorySuggestionsViewV15normalizeDomain33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLyS2SFZ","regions":[[529,69,535,6,0,0,0,0],[531,12,531,35,0,0,0,0],[531,36,533,10,0,0,0,0],[533,10,534,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg","regions":[[548,25,612,6,0,0,0,0],[601,36,601,66,0,0,0,0],[601,69,601,106,0,0,0,0],[608,35,608,39,0,0,0,0],[608,42,608,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_","regions":[[549,29,596,10,0,0,0,0],[585,16,585,30,0,0,0,0],[585,31,595,14,0,0,0,0],[595,14,596,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_SbyYbcfU_","regions":[[552,22,552,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_ySbYbcfU0_","regions":[[553,22,553,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0U0PAFE8disabledyQrSbFQOyAlFE12labelsHiddenQryFQOyAlFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AF5GroupVyAF012_ConditionalW0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A13_AF9AlignmentVtFQOyAlFE11aspectRatio_11contentModeQrA13__AF0W4ModeOtFQOyAF5ImageV_Qo__Qo_AlFE15foregroundColoryQrAF5ColorVSgFQOyAlFEA6_A7_A8_A9_QrA13__A13_A15_tFQOyA21__Qo__Qo_GGAtF6SpacerVAtlFE10background_A9_Qrqd___A15_tAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_A13_tFQOyAlFEA35_yQrA39__A13_tFQOyAT_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVA26_GQo_SgtGyXEfU_A30_yXEfU1_","regions":[[561,19,572,14,0,0,0,0],[562,32,567,18,0,0,0,0],[567,24,571,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvgyycfU0_","regions":[[604,23,607,10,0,0,0,0],[605,40,605,50,0,0,0,0],[605,50,607,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/BrowserHistorySuggestionsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7SiteRow33_FD3972C31B8ACA3F4C6E9B1EFA91BB16LLV4bodyQrvgyyYaYbcfU1_","regions":[[609,15,611,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZ","regions":[[15,40,50,6,0,0,0,0],[19,104,20,29,0,0,0,0],[21,9,37,10,0,0,0,0],[37,10,49,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu_","regions":[[24,24,24,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu_SSyKXEfu0_","regions":[[24,98,24,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu1_","regions":[[27,24,27,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu1_SSyKXEfu2_","regions":[[27,87,27,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu3_","regions":[[28,57,28,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu4_","regions":[[29,58,29,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu5_","regions":[[40,97,40,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV7currentACyFZSSyKXEfu6_","regions":[[41,84,41,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV18fetchKanataVersionyyYaFZ","regions":[[54,44,90,6,0,0,0,0],[55,42,55,52,0,0,0,0],[55,52,90,6,0,0,0,0],[64,27,87,10,0,0,0,0],[65,69,65,81,0,0,0,0],[65,81,87,10,0,0,0,0],[67,16,84,14,0,0,0,0],[72,18,84,14,0,0,0,0],[75,20,75,35,0,0,0,0],[75,36,83,18,0,0,0,0],[83,18,84,14,0,0,0,0],[84,21,86,14,0,0,0,0],[86,14,87,10,0,0,0,0],[87,10,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/BuildInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9BuildInfoV19kanataVersionCachedSSSgvgZ","regions":[[93,45,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO11isAvailableSbvgZ","regions":[[97,41,105,6,0,0,0,0],[98,38,100,10,0,0,0,0],[100,10,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO10resetCacheyyFZ","regions":[[109,37,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO24checkAvailabilityDetailsSb9available_SaySSG7missingtyFZ","regions":[[114,91,124,6,0,0,0,0],[117,39,121,10,0,0,0,0],[118,16,118,77,0,0,0,0],[118,78,120,14,0,0,0,0],[121,10,123,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO17checkAvailability33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSbyFZ","regions":[[126,53,137,6,0,0,0,0],[129,12,129,22,0,0,0,0],[129,23,132,10,0,0,0,0],[132,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CGSPrivateAPIO13statusMessageSSvgZ","regions":[[140,45,147,6,0,0,0,0],[141,12,141,23,0,0,0,0],[141,24,143,10,0,0,0,0],[143,16,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC11isAvailableSbvg","regions":[[177,34,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13statusMessageSSvg","regions":[[182,38,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC8spaceIDs33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSays6UInt64VGvpfi","regions":[[189,42,189,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC07currentE2ID33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLs6UInt64Vvpfi","regions":[[192,46,192,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC12connectionID33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLs6UInt32Vvpfi","regions":[[195,49,195,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC22initializationDeferred33_572A27ADFFB4B3EC21CF7D2840FC2AC4LLSbvpfi","regions":[[198,42,198,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerCACyc33_572A27ADFFB4B3EC21CF7D2840FC2AC4Llfc","regions":[[202,20,211,6,0,0,0,0],[204,12,204,37,0,0,0,0],[204,38,207,10,0,0,0,0],[207,16,210,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC19retryInitializationSbyF","regions":[[218,47,238,6,0,0,0,0],[219,43,222,10,0,0,0,0],[222,10,238,6,0,0,0,0],[228,12,228,24,0,0,0,0],[228,25,234,10,0,0,0,0],[234,16,237,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyF","regions":[[243,33,274,6,0,0,0,0],[244,32,244,42,0,0,0,0],[244,42,274,6,0,0,0,0],[245,101,248,10,0,0,0,0],[248,10,274,6,0,0,0,0],[254,14,257,10,0,0,0,0],[257,10,274,6,0,0,0,0],[269,75,271,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyFs6UInt64VSgSDySSypGXEfU_","regions":[[260,38,266,10,0,0,0,0],[262,68,264,14,0,0,0,0],[264,14,265,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC13refreshSpacesyyFs6UInt64VSgSDySSypGXEfU_AGyKXEfu_","regions":[[265,62,265,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC07currentE5IndexSiSgvg","regions":[[277,40,282,6,0,0,0,0],[278,72,280,10,0,0,0,0],[280,10,281,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC04nextE2IDs6UInt64VSgyF","regions":[[285,46,297,6,0,0,0,0],[286,32,289,10,0,0,0,0],[289,10,296,35,0,0,0,0],[291,38,291,52,0,0,0,0],[291,52,296,35,0,0,0,0],[292,79,294,10,0,0,0,0],[294,10,296,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC08previousE2IDs6UInt64VSgyF","regions":[[300,50,312,6,0,0,0,0],[301,32,304,10,0,0,0,0],[304,10,311,35,0,0,0,0],[306,38,306,52,0,0,0,0],[306,52,311,35,0,0,0,0],[307,79,309,10,0,0,0,0],[309,10,311,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC10moveWindow_2toSbs6UInt32V_s6UInt64VtF","regions":[[320,84,343,6,0,0,0,0],[321,32,324,10,0,0,0,0],[324,10,342,20,0,0,0,0],[330,14,333,10,0,0,0,0],[333,10,342,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CGSPrivate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SpaceManagerC20getFrontmostWindowIDs6UInt32VSgyF","regions":[[346,55,373,6,0,0,0,0],[347,75,349,10,0,0,0,0],[349,10,372,19,0,0,0,0],[355,110,357,10,0,0,0,0],[357,10,372,19,0,0,0,0],[360,34,370,10,0,0,0,0],[366,18,368,14,0,0,0,0],[368,14,369,28,0,0,0,0],[370,10,372,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV0E10DefinitionV4keys6actionAESaySSG_SStcfC","regions":[[8,53,11,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV4name12timeoutToken6chordsACSS_SSSayAC0E10DefinitionVGtcfC","regions":[[18,80,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV6keySetShySSGvg","regions":[[24,36,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ChordGroupConfigV6keySetShySSGvgSaySSGAC0E10DefinitionVcfu_","regions":[[25,28,25,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV12_showDetails33_6B81499720613C9F2CA24AB67FBE23F8LL7SwiftUI5StateVySbGvpfi","regions":[[9,38,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV23_showPresetConfirmation33_6B81499720613C9F2CA24AB67FBE23F8LL7SwiftUI5StateVySbGvpfi","regions":[[11,49,11,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV6config15onConfigChanged0J9OpenModalAC7SwiftUI7BindingVyAA0efK0VG_yAKcyyctcfC","regions":[[17,7,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV6config15onConfigChanged0J9OpenModalAC7SwiftUI7BindingVyAA0efK0VG_yAKcyyctcfc10Foundation4UUIDVSgyKXEfu_","regions":[[21,85,21,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV13selectedGroup33_6B81499720613C9F2CA24AB67FBE23F8LLAA0eJ0VSgvg","regions":[[24,44,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV13selectedGroup33_6B81499720613C9F2CA24AB67FBE23F8LLAA0eJ0VSgvgSbAGXEfU_","regions":[[25,29,25,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11totalChords33_6B81499720613C9F2CA24AB67FBE23F8LLSivg","regions":[[28,34,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11totalChords33_6B81499720613C9F2CA24AB67FBE23F8LLSivgS2i_AA0E5GroupVtXEfU_","regions":[[29,33,29,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg","regions":[[32,25,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_","regions":[[33,28,81,10,0,0,0,0],[35,16,35,37,0,0,0,0],[35,38,37,14,0,0,0,0],[37,20,40,14,0,0,0,0],[43,16,43,27,0,0,0,0],[43,28,46,14,0,0,0,0],[46,23,46,45,0,0,0,0],[46,46,63,14,0,0,0,0],[63,14,81,10,0,0,0,0],[66,16,66,38,0,0,0,0],[66,39,80,14,0,0,0,0],[80,14,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_yyScMYccfU_","regions":[[47,24,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_yyScMYccfU_yyXEfU_","regions":[[48,63,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A31_yXEfU0_","regions":[[51,26,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A31_yXEfU0_A29_yXEfU_","regions":[[52,28,56,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A46_yXEfU1_","regions":[[67,45,75,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE19_ConditionalContentVyAC10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvpQOy_Qo_AE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC14summarySectionAKLLQrvpQOy_Qo__Qo_G_AIyAnEE10transitionyQrqd__AE10TransitionRd__lFQOyAC14detailsSectionAKLLQrvpQOy_Qo__AEA1_PAEE8combined4withQrqd___tAEA1_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_AE08ModifiedN0VyAnEE15foregroundColoryQrAE5ColorVSgFQOyAnEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAnEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGSgA14_yAnEEA15_yQrA18_FQOyAnEEA19_yQrqd__AEA20_Rd__lFQOyA22_yAnEEAOyQrAS_AWtFQOyA24_yAGyA26__A28_AE5ImageVtGG_Qo_G_A34_Qo__Qo_A38_GSgtGyXEfU_A46_yXEfU1_A44_yXEfU_","regions":[[68,28,73,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_","regions":[[83,82,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU_","regions":[[84,45,84,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_","regions":[[85,35,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV4bodyQrvg7SwiftUI4TextVyXEfU1_","regions":[[88,20,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[103,43,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[104,29,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_","regions":[[109,53,119,14,0,0,0,0],[110,80,110,82,0,0,0,0],[110,85,110,88,0,0,0,0],[110,135,110,137,0,0,0,0],[110,140,110,143,0,0,0,0],[114,46,118,18,0,0,0,0],[118,18,119,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_","regions":[[124,18,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu_","regions":[[125,32,125,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[125,32,125,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU_","regions":[[125,54,127,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu1_","regions":[[129,32,129,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_yyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[129,32,129,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU0_","regions":[[129,45,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A16_yXEfU0_A14_yXEfU1_","regions":[[133,45,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14summarySection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZSgtGGAF6SpacerVAF15ModifiedContentVyAjFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAuHyAF6ButtonVyAF5LabelVyAzTGG_A15_A15_tGG_AF25BorderlessButtonMenuStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AUyXEfU1_","regions":[[136,22,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[147,39,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_","regions":[[148,29,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_","regions":[[161,33,173,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_yyYbScMYccACYbcfu_","regions":[[162,32,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[162,32,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_A11_yXEfU_","regions":[[162,54,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV10emptyState33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0V0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineZ9AlignmentyQrAF0Z9AlignmentOFQOyAX_Qo_AF6HStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A18_tGGtGyXEfU_A19_yXEfU_A11_yXEfU0_","regions":[[168,45,170,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg","regions":[[182,43,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_","regions":[[183,50,236,10,0,0,0,0],[185,16,185,39,0,0,0,0],[185,40,212,14,0,0,0,0],[212,14,236,10,0,0,0,0],[215,42,217,14,0,0,0,0],[217,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_","regions":[[186,57,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_","regions":[[192,30,192,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_AWyKXEfu_","regions":[[192,51,192,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_AWyYbcfU_AWyKXEfu_AWyKXEfu0_","regions":[[192,78,192,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_yAWYbcfU0_","regions":[[193,30,197,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_","regions":[[198,24,208,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_A9_A_cfU_","regions":[[199,48,207,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A18_yXEfU_A10_yXEfU1_A9_A_cfU_A7_yXEfU_","regions":[[200,36,205,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_yyScMYccfU0_","regions":[[220,20,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[221,59,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A46_yXEfU1_","regions":[[224,22,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV14detailsSection33_6B81499720613C9F2CA24AB67FBE23F8LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0H0PAFE11pickerStyleyQrqd__AF06PickerZ0Rd__lFQOyAF6PickerVyAL10Foundation4UUIDVAF7ForEachVySayAA0E5GroupVGAwpFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF6HStackVyAHyAF5ImageV_A2LtGG_AWQo_GG_AF015SegmentedPickerZ0VQo_AF31AccessibilityAttachmentModifierVGtGGSg_AC012groupDetailsH0AELL5groupQrA__tFQOy_Qo_SgANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE06buttonZ0yQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA4_yAHyAL_AF6SpacerVtGG_Qo_G_AF011PlainButtonZ0VQo__Qo_A16_GtGyXEfU_A46_yXEfU1_A44_yXEfU_","regions":[[225,24,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF","regions":[[240,67,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_","regions":[[241,50,305,10,0,0,0,0],[260,16,260,37,0,0,0,0],[260,38,277,14,0,0,0,0],[277,20,283,14,0,0,0,0],[286,16,286,30,0,0,0,0],[286,31,304,14,0,0,0,0],[304,14,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A16_yXEfU_","regions":[[243,20,254,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A16_yXEfU_A12_yXEfU_","regions":[[246,57,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A39_yXEfU0_","regions":[[261,57,276,18,0,0,0,0],[270,24,270,46,0,0,0,0],[270,47,275,22,0,0,0,0],[275,22,276,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A39_yXEfU0_A34_A28_cfU_","regions":[[266,53,268,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_","regions":[[288,57,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_A57_A44_cfU_","regions":[[289,40,302,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV012groupDetailsH033_6B81499720613C9F2CA24AB67FBE23F8LL0I0QrAA0E5GroupV_tF7SwiftUI05TupleH0VyAI0H0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAmIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAmIE7paddingyQrARFQOyAI6HStackVyAKyAmIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI6VStackVyAKyAI4TextV_A11_tGGAI6SpacerVtGG_Qo__A3_Qo__Qo__AI19_ConditionalContentVyA9_yAKyA11__AI7ForEachVys10ArraySliceVyAA0E10DefinitionVG10Foundation4UUIDVAA06Inlinee3RowH0AELLVGAmIEAZyQrAX_ARSgtFQOyA11__Qo_SgtGGAmIEAZyQrARFQOyA11__Qo_GA9_yA24_ySayAA0E8ConflictVGA32_AmIEAN_AOQrAR_SbtFQOyAmIEAS_ATQrqd___AXtAiYRd__lFQOyAmIEAZyQrAX_A36_tFQOyAmIEAZyQrAX_A36_tFQOyA0_yAKyAmIEA1_yQrA4_FQOyAmIE4fontyQrAI4FontVSgFQOyA6__Qo__Qo__A11_tGG_Qo__Qo__A3_Qo__Qo_GGSgtGyXEfU_A58_yXEfU1_A57_A44_cfU_A52_yXEfU_","regions":[[290,44,297,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV12updateConfig33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[310,33,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV20loadBenVallackPreset33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[314,41,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV17confirmLoadPreset33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[318,38,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ChordGroupsCollectionViewV11addNewGroup33_6B81499720613C9F2CA24AB67FBE23F8LLyyF","regions":[[325,32,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg","regions":[[347,25,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_","regions":[[348,28,385,10,0,0,0,0],[369,74,377,14,0,0,0,0],[377,14,385,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_A10_yXEfU_","regions":[[350,32,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV4bodyQrvg7SwiftUI05TupleH0VyAF6HStackVyAF7ForEachVySaySSGSSAF0H0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__AoFE9lineLimityQrSiSgFQOyA3__Qo_tGSgAF6SpacerVA21_tGyXEfU_A10_yXEfU_A9_SScfU_","regions":[[351,49,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InlineChordRowView33_6B81499720613C9F2CA24AB67FBE23F8LLV14ergonomicColory7SwiftUI0Q0VAA14ErgonomicScoreOF","regions":[[392,67,400,6,0,0,0,0],[393,16,393,21,0,0,0,0],[394,9,394,32,0,0,0,0],[395,9,395,26,0,0,0,0],[396,9,396,32,0,0,0,0],[397,9,397,28,0,0,0,0],[398,9,398,25,0,0,0,0],[399,10,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV6groups13activeGroupID12showAdvancedACSayAA0eJ0VG_10Foundation4UUIDVSgSbtcfC","regions":[[14,7,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV25detectCrossGroupConflictsSayAA0iJ8ConflictVGyF","regions":[[35,69,55,6,0,0,0,0],[40,29,44,10,0,0,0,0],[41,48,43,14,0,0,0,0],[43,14,44,10,0,0,0,0],[44,10,54,25,0,0,0,0],[47,81,52,10,0,0,0,0],[52,10,54,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV25detectCrossGroupConflictsSayAA0iJ8ConflictVGyFSayAA0eJ0VGyXEfu_","regions":[[42,43,42,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV22hasCrossGroupConflictsSbvg","regions":[[60,45,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tF","regions":[[66,70,73,6,0,0,0,0],[67,80,67,93,0,0,0,0],[67,93,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU_","regions":[[67,53,67,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU0_","regions":[[70,30,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV011conflictingF03forSayAA0E5GroupVG10Foundation4UUIDV_tFSbAGXEfU0_SbyKXEfu_","regions":[[71,36,71,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tF","regions":[[77,67,87,6,0,0,0,0],[78,65,78,78,0,0,0,0],[78,78,86,11,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSbAA0E5GroupVXEfU_","regions":[[78,38,78,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSSSgAA18CrossGroupConflictVXEfU0_","regions":[[81,41,86,10,0,0,0,0],[82,16,82,69,0,0,0,0],[82,70,84,14,0,0,0,0],[84,14,85,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV15conflictingKeys3forShySSG10Foundation4UUIDV_tFSSSgAA18CrossGroupConflictVXEfU0_SbAA0eN0VXEfU_","regions":[[82,48,82,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV19wouldCreateConflict5chord2inSbAA0E10DefinitionV_10Foundation4UUIDVtF","regions":[[91,87,101,6,0,0,0,0],[94,55,98,10,0,0,0,0],[95,16,95,68,0,0,0,0],[95,69,97,14,0,0,0,0],[97,14,98,10,0,0,0,0],[98,10,100,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordGroupsConfigV16benVallackPresetACvgZ","regions":[[106,59,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfC","regions":[[162,7,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu_","regions":[[164,22,164,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu0_","regions":[[164,37,164,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu1_","regions":[[165,22,165,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu2_","regions":[[165,43,165,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_","regions":[[167,13,167,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_","regions":[[167,29,167,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu_","regions":[[167,46,167,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu0_","regions":[[167,62,167,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu1_","regions":[[167,77,167,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu3_SbSJXEfU_SbyKXEfu2_","regions":[[167,90,167,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu4_","regions":[[168,13,168,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu5_","regions":[[173,22,173,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSbyXEfu5_SbyKXEfu6_","regions":[[173,39,173,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV2id4name7timeout6chords11description8categoryAC10Foundation4UUIDV_SSSiSayAA0E10DefinitionVGSSSgAA0E8CategoryOtcfcSSyXEfu7_","regions":[[173,56,173,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV17participatingKeysShySSGvg","regions":[[184,47,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV17participatingKeysShySSGvgSaySSGAA0E10DefinitionVcfu_","regions":[[185,28,185,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV7isValidSbvg","regions":[[189,30,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV15detectConflictsSayAA0E8ConflictVGyF","regions":[[196,54,230,6,0,0,0,0],[199,37,227,10,0,0,0,0],[200,47,226,14,0,0,0,0],[208,20,208,40,0,0,0,0],[208,41,214,18,0,0,0,0],[217,25,217,91,0,0,0,0],[217,92,225,18,0,0,0,0],[218,24,218,49,0,0,0,0],[218,77,224,22,0,0,0,0],[226,14,227,10,0,0,0,0],[227,10,229,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordGroupV15detectConflictsSayAA0E8ConflictVGyFSbyKXEfu_","regions":[[217,60,217,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfC","regions":[[245,7,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu_","regions":[[247,22,247,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu0_","regions":[[247,37,247,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu1_","regions":[[248,22,248,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu1_SbSSXEfU_","regions":[[248,38,248,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu2_","regions":[[248,55,248,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu3_","regions":[[249,22,249,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu4_","regions":[[249,53,249,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSbyXEfu5_","regions":[[252,22,252,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV2id4keys6output11descriptionAC10Foundation4UUIDV_SaySSGS2SSgtcfcSSyXEfu6_","regions":[[252,39,252,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV18isRecommendedComboSbvg","regions":[[263,41,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV18isRecommendedComboSbvgSbyKXEfu_","regions":[[264,28,264,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV20hasValidOutputSyntaxSbvg","regions":[[284,43,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV22hasBalancedParentheses33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSSF","regions":[[288,67,301,6,0,0,0,0],[290,28,299,10,0,0,0,0],[291,16,291,27,0,0,0,0],[291,28,293,14,0,0,0,0],[293,23,293,34,0,0,0,0],[293,35,298,14,0,0,0,0],[295,20,295,29,0,0,0,0],[295,30,297,18,0,0,0,0],[297,18,298,14,0,0,0,0],[298,14,299,10,0,0,0,0],[299,10,300,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV14ergonomicScoreAA09ErgonomicH0Ovg","regions":[[305,47,333,6,0,0,0,0],[306,36,306,52,0,0,0,0],[306,52,332,21,0,0,0,0],[317,12,317,22,0,0,0,0],[317,42,319,10,0,0,0,0],[319,10,332,21,0,0,0,0],[322,12,322,22,0,0,0,0],[322,33,324,10,0,0,0,0],[324,10,332,21,0,0,0,0],[327,12,327,20,0,0,0,0],[327,21,329,10,0,0,0,0],[329,10,332,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV14ergonomicScoreAA09ErgonomicH0OvgSbyKXEfu_","regions":[[314,57,314,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV11areAdjacent33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSaySSGF","regions":[[335,56,349,6,0,0,0,0],[337,34,337,50,0,0,0,0],[337,50,348,20,0,0,0,0],[338,36,338,52,0,0,0,0],[338,52,348,20,0,0,0,0],[342,50,342,66,0,0,0,0],[342,66,348,20,0,0,0,0],[345,79,347,10,0,0,0,0],[347,10,348,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ChordDefinitionV11areAdjacent33_E8B8D71590D248E61DF3CCA45E6DF363LLySbSaySSGFSiSgSSXEfU_","regions":[[341,41,341,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ErgonomicScoreO5colorSSvg","regions":[[360,30,368,6,0,0,0,0],[361,16,361,20,0,0,0,0],[362,9,362,33,0,0,0,0],[363,9,363,27,0,0,0,0],[364,9,364,33,0,0,0,0],[365,9,365,29,0,0,0,0],[366,9,366,26,0,0,0,0],[367,10,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ErgonomicScoreO4iconSSvg","regions":[[370,29,378,6,0,0,0,0],[371,16,371,20,0,0,0,0],[372,9,372,46,0,0,0,0],[373,9,373,36,0,0,0,0],[374,9,374,38,0,0,0,0],[375,9,375,47,0,0,0,0],[376,9,376,35,0,0,0,0],[377,10,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO11displayNameSSvg","regions":[[389,36,397,6,0,0,0,0],[390,16,390,20,0,0,0,0],[391,9,391,39,0,0,0,0],[392,9,392,33,0,0,0,0],[393,9,393,33,0,0,0,0],[394,9,394,37,0,0,0,0],[395,9,395,31,0,0,0,0],[396,10,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO4iconSSvg","regions":[[399,29,407,6,0,0,0,0],[400,16,400,20,0,0,0,0],[401,9,401,48,0,0,0,0],[402,9,402,34,0,0,0,0],[403,9,403,40,0,0,0,0],[404,9,404,35,0,0,0,0],[405,9,405,29,0,0,0,0],[406,10,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordCategoryO16suggestedTimeoutSivg","regions":[[411,38,419,6,0,0,0,0],[412,16,412,20,0,0,0,0],[413,9,413,30,0,0,0,0],[414,9,414,27,0,0,0,0],[415,9,415,27,0,0,0,0],[416,9,416,29,0,0,0,0],[417,9,417,26,0,0,0,0],[418,10,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO12millisecondsSivg","regions":[[429,34,436,6,0,0,0,0],[430,16,430,20,0,0,0,0],[431,9,431,29,0,0,0,0],[432,9,432,24,0,0,0,0],[433,9,433,28,0,0,0,0],[434,9,434,30,0,0,0,0],[435,10,436,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO11descriptionSSvg","regions":[[438,36,449,6,0,0,0,0],[439,16,439,20,0,0,0,0],[440,9,441,60,0,0,0,0],[442,9,443,76,0,0,0,0],[444,9,445,51,0,0,0,0],[446,9,447,60,0,0,0,0],[448,10,449,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZ","regions":[[454,63,456,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZSbAC_ACtXEfU_","regions":[[455,37,455,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ChordSpeedO7nearest2toACSi_tFZACyKXEfu_","regions":[[455,109,455,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV2id10Foundation4UUIDVvpfi","regions":[[461,21,461,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV6chord16chord24typeAcA0E10DefinitionV_AhC0F4TypeOtcfC","regions":[[466,87,470,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordConflictV11descriptionSSvg","regions":[[478,36,490,6,0,0,0,0],[482,16,482,20,0,0,0,0],[483,9,484,85,0,0,0,0],[485,9,486,53,0,0,0,0],[487,9,488,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV2id10Foundation4UUIDVvpfi","regions":[[495,21,495,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV3key6groupsACSS_SayAA05ChordF0VGtcfC","regions":[[499,52,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV11descriptionSSvg","regions":[[504,36,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV11descriptionSSvgSSAA05ChordF0Vcfu_","regions":[[505,37,505,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ChordGroupsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CrossGroupConflictV10suggestionSSvg","regions":[[510,35,512,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV05_showE6Editor33_828A91663A78B73A0668A7B6040D1A51LL7SwiftUI5StateVySbGvpfi","regions":[[11,42,11,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV23_showDeleteConfirmation33_828A91663A78B73A0668A7B6040D1A51LL7SwiftUI5StateVySbGvpfi","regions":[[13,49,13,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV6config6onSave0J6CancelAC7SwiftUI7BindingVyAA0eF6ConfigVG_yAKcyyctcfC","regions":[[20,7,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV6config6onSave0J6CancelAC7SwiftUI7BindingVyAA0eF6ConfigVG_yAKcyyctcfc10Foundation4UUIDVSgyKXEfu_","regions":[[25,85,25,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV13selectedGroup33_828A91663A78B73A0668A7B6040D1A51LLAA0eJ0VSgvg","regions":[[28,44,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV13selectedGroup33_828A91663A78B73A0668A7B6040D1A51LLAA0eJ0VSgvgSbAGXEfU_","regions":[[29,34,29,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV18selectedGroupIndex33_828A91663A78B73A0668A7B6040D1A51LLSiSgvg","regions":[[32,42,35,6,0,0,0,0],[33,45,33,59,0,0,0,0],[33,59,34,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV18selectedGroupIndex33_828A91663A78B73A0668A7B6040D1A51LLSiSgvgSbAA0eJ0VXEfU_","regions":[[34,46,34,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg","regions":[[37,25,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_","regions":[[38,28,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A22_yXEfU_","regions":[[40,20,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[45,42,49,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonY0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAC16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvpQOy_Qo__Qo__A26_AE012_ConditionalW0VyAC16chordEditorPanelA34_LL5group5indexQrAA0E5GroupV_SitFQOy_Qo_AC10emptyStateA34_LLQrvpQOy_Qo_GtGGtGyXEfU_A48_yXEfU0_","regions":[[59,32,72,14,0,0,0,0],[67,78,69,18,0,0,0,0],[69,24,71,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_","regions":[[75,47,95,10,0,0,0,0],[76,33,94,14,0,0,0,0],[94,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yAA0E10DefinitionVcfU_","regions":[[79,29,88,22,0,0,0,0],[83,25,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yAA0E10DefinitionVcfU_SbAJXEfU_","regions":[[82,47,82,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV4bodyQrvgAA0E12EditorDialog33_828A91663A78B73A0668A7B6040D1A51LLVSgycfU0_yycfU0_","regions":[[89,31,92,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg","regions":[[102,45,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[103,49,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_","regions":[[113,24,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_","regions":[[114,36,126,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_","regions":[[115,49,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_yycfU_","regions":[[119,39,123,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU_A11_yXEfU_A10_A4_cfU_yycfU_yyXEfU_","regions":[[120,75,122,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_","regions":[[134,28,134,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[134,28,134,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16groupListSidebar33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF4TextV_Qo__Qo__Qo__AF06ScrollH0VyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAF7ForEachVySayAA0E5GroupVG10Foundation4UUIDVAA08GroupRowH0AELLVGG_Qo__Qo_GAF7DividerVAF15ModifiedContentVyAjFEAKyQrARFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAuF5ImageVG_Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A39_yXEfU0_","regions":[[134,41,137,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF","regions":[[149,79,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_","regions":[[150,20,333,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_","regions":[[151,54,331,14,0,0,0,0],[301,20,301,34,0,0,0,0],[301,35,317,18,0,0,0,0],[317,18,331,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_","regions":[[153,57,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_","regions":[[154,28,177,22,0,0,0,0],[166,28,166,56,0,0,0,0],[166,57,176,26,0,0,0,0],[176,26,177,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_SSyYbcfU_","regions":[[156,34,156,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_ySSYbcfU0_","regions":[[157,34,157,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_yyScMYccfU1_","regions":[[167,36,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_A38_yXEfU_A29_yXEfU2_","regions":[[169,38,172,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_SSyYbcfU0_","regions":[[180,30,180,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_SSyYbcfU0_SSyKXEfu_","regions":[[180,53,180,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A41_yXEfU_ySSYbcfU1_","regions":[[181,30,181,95,0,0,0,0],[181,85,181,88,0,0,0,0],[181,91,181,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_","regions":[[191,57,213,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A50_yYbcfU_","regions":[[196,30,196,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_yA50_YbcfU0_","regions":[[197,30,201,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_","regions":[[202,24,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_A58_A50_cfU_","regions":[[203,69,209,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A65_yXEfU0_A59_yXEfU1_A58_A50_cfU_A56_yXEfU_","regions":[[204,36,207,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_","regions":[[216,57,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A67_yXEfU_","regions":[[217,28,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_SdyYbcfU0_","regions":[[231,34,231,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_ySdYbcfU1_","regions":[[232,34,232,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_","regions":[[239,40,248,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_A85_A75_cfU_","regions":[[240,66,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A88_yXEfU1_A86_yXEfU2_A85_A75_cfU_yyScMYccfU_","regions":[[241,52,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_","regions":[[258,58,298,18,0,0,0,0],[268,24,268,45,0,0,0,0],[268,46,284,22,0,0,0,0],[284,28,292,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A90_yXEfU_","regions":[[259,28,266,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_","regions":[[269,44,283,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_","regions":[[270,51,282,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_yycfU_","regions":[[273,45,276,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A102_yXEfU0_A101_A95_cfU_yycfU0_","regions":[[277,47,280,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_yyYbScMYccACYbcfu_","regions":[[294,36,294,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[294,36,294,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A134_yXEfU2_A131_yXEfU1_","regions":[[294,49,296,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_","regions":[[303,61,316,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_A144_A137_cfU_","regions":[[304,44,315,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A145_yXEfU3_A144_A137_cfU_A139_yXEfU_","regions":[[305,48,310,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI0H0PAJE7paddingyQr12CoreGraphics7CGFloatVFQOyAJ6VStackVyAJ05TupleH0VyARyATyAJ6HStackVyATyAlJE10fontWeightyQrAJ4FontV6WeightVSgFQOyAlJE4fontyQrAYSgFQOyAlJE14textFieldStyleyQrqd__AJ14TextFieldStyleRd__lFQOyAJ9TextFieldVyAJ4TextVG_AJ19PlainTextFieldStyleVQo__Qo__Qo__AJ6SpacerVAJ15ModifiedContentVyAlJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyAJ6ButtonVyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAJ5ImageV_Qo_G_AJ16PlainButtonStyleVQo_AJ31AccessibilityAttachmentModifierVGSgtGG_AlJEA23_yQrA26_FQOyA13__Qo_tGG_AJ7DividerVARyATyA8__A18_yAlJE11pickerStyleyQrqd__AJ11PickerStyleRd__lFQOyAJ6PickerVyA8_AA0E8CategoryOAJ7ForEachVySayA50_GA50_AlJE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAVyATyA28__A8_tGG_A50_Qo_GG_AJ20SegmentedPickerStyleVQo_A35_GtGGARyATyAVyATyA8__A16_A8_A8_tGG_AJ6SliderVyAJ05EmptyH0VA72_GAVyA52_ySayAA0E5SpeedOGA75_A18_yAlJE11controlSizeyQrAJ11ControlSizeOFQOyAlJEA19_yQrqd__AJA20_Rd__lFQOyA22_yA8_G_AJ19BorderedButtonStyleVQo__Qo_A35_GGGA8_tGGA44_ARyATyAVyATyA8__A16_A8_tGG_AJ19_ConditionalContentVyARyA52_ySayAA0E10DefinitionVG10Foundation4UUIDVAA0e3RowH0AELLVGGAlJE12cornerRadius_11antialiasedQrAP_SbtFQOyAlJE10background_20ignoresSafeAreaEdgesQrqd___AJ4EdgeO3SetVtAJ10ShapeStyleRd__lFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAPSg_A121_A121_A121_A121_A121_AJ9AlignmentVtFQOyAlJEAMyQrA111__A121_tFQOyA8__Qo__Qo__A25_Qo__Qo_GA18_yA22_yAJ5LabelVyA8_A28_GGA35_GtGGARyA52_ySayAA0E8ConflictVGA99_AlJEA104__A105_QrAP_SbtFQOyAlJEA106__A107_Qrqd___A111_tAJA112_Rd__lFQOyAlJEA113_A114_A115_A116_A117_A118_A119_A120_QrA121__A121_A121_A121_A121_A121_A123_tFQOyAlJEAMyQrAPFQOyAVyATyA29__A8_tGG_Qo__Qo__A25_Qo__Qo_GGSgA144_tGG_Qo_yXEfU_A148_yXEfU_A139_yXEfU4_","regions":[[320,36,326,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI05TupleH0VyAJ15ModifiedContentVyAJ0H0PAJE16keyboardShortcut_9modifiersQrAJ0A10EquivalentV_AJ14EventModifiersVtFQOyAJ6ButtonVyAJ4TextVG_Qo_AJ31AccessibilityAttachmentModifierVG_AJ6SpacerVANyApJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyA0__AJ28BorderedProminentButtonStyleVQo_A2_GtGyXEfU0_","regions":[[338,16,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV16chordEditorPanel33_828A91663A78B73A0668A7B6040D1A51LL5group5indexQrAA0E5GroupV_SitF7SwiftUI05TupleH0VyAJ15ModifiedContentVyAJ0H0PAJE16keyboardShortcut_9modifiersQrAJ0A10EquivalentV_AJ14EventModifiersVtFQOyAJ6ButtonVyAJ4TextVG_Qo_AJ31AccessibilityAttachmentModifierVG_AJ6SpacerVANyApJE11buttonStyleyQrqd__AJ20PrimitiveButtonStyleRd__lFQOyA0__AJ28BorderedProminentButtonStyleVQo_A2_GtGyXEfU0_yyScMYccfU_","regions":[[345,36,347,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV10emptyState33_828A91663A78B73A0668A7B6040D1A51LLQrvg","regions":[[356,39,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV10emptyState33_828A91663A78B73A0668A7B6040D1A51LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[357,29,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11addNewGroup33_828A91663A78B73A0668A7B6040D1A51LLyyF","regions":[[373,32,384,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11deleteGroup33_828A91663A78B73A0668A7B6040D1A51LLyyAA0eJ0VF","regions":[[386,51,397,6,0,0,0,0],[387,49,387,59,0,0,0,0],[387,59,397,6,0,0,0,0],[389,84,396,10,0,0,0,0],[393,57,395,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV11deleteGroup33_828A91663A78B73A0668A7B6040D1A51LLyyAA0eJ0VFSbAGXEfU_","regions":[[389,61,389,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsModalViewV06addNewE033_828A91663A78B73A0668A7B6040D1A51LLyyF","regions":[[399,32,412,6,0,0,0,0],[400,51,400,61,0,0,0,0],[400,61,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[422,25,454,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_","regions":[[423,34,451,10,0,0,0,0],[449,38,449,55,0,0,0,0],[449,58,449,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_A19_yXEfU_","regions":[[424,32,447,14,0,0,0,0],[427,51,427,57,0,0,0,0],[427,60,427,70,0,0,0,0],[442,20,442,34,0,0,0,0],[442,35,446,18,0,0,0,0],[445,55,445,61,0,0,0,0],[445,64,445,71,0,0,0,0],[446,18,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12GroupRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAMFQOyAF6HStackVyAF05TupleG0VyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAYyAF4TextV_A13_tGGAF6SpacerVA9_SgtGG_Qo__A0_Qo__Qo_yXEfU_A19_yXEfU_A14_yXEfU_","regions":[[429,57,438,18,0,0,0,0],[432,50,432,59,0,0,0,0],[432,62,432,70,0,0,0,0],[433,55,433,61,0,0,0,0],[433,64,433,72,0,0,0,0],[437,55,437,74,0,0,0,0],[437,77,437,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[464,25,520,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_","regions":[[465,29,516,10,0,0,0,0],[487,74,493,14,0,0,0,0],[493,14,516,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A10_yXEfU_","regions":[[467,32,477,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A10_yXEfU_A9_SScfU_","regions":[[468,49,476,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A20_yXEfU0_","regions":[[502,36,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI05TupleG0VyAF6HStackVyAF7ForEachVySaySSGSSAF0G0PAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAoFE7paddingyQrAZ_ATSgtFQOyAoFEA0_yQrAZ_A1_tFQOyAF4TextV_Qo__Qo__AF5ColorVQo__Qo_GG_AoFE15foregroundColoryQrA7_SgFQOyAoFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_A3_AHyA3__A3_tGSgAF6SpacerVA21_AF15ModifiedContentVyAoFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA20_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA27_yAoFEA28_yQrqd__AFA29_Rd__lFQOyA31_yA21_G_A34_Qo_A37_GtGyXEfU_A21_yXEfU1_","regions":[[509,38,513,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ChordRowView33_828A91663A78B73A0668A7B6040D1A51LLV14ergonomicColory7SwiftUI0Q0VAA14ErgonomicScoreOF","regions":[[522,67,530,6,0,0,0,0],[523,16,523,21,0,0,0,0],[524,9,524,32,0,0,0,0],[525,9,525,26,0,0,0,0],[526,9,526,32,0,0,0,0],[527,9,527,28,0,0,0,0],[528,9,528,25,0,0,0,0],[529,10,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV5chord6onSave0Q6CancelAdA0E10DefinitionV_yAIcyyctcfC","regions":[[544,111,551,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV5chord6onSave0Q6CancelAdA0E10DefinitionV_yAIcyyctcfcSSyKXEfu_","regions":[[550,65,550,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV13commonOutputsSaySS_SStGvpfi","regions":[[553,33,567,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg","regions":[[569,25,709,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_","regions":[[570,28,707,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_","regions":[[572,20,584,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_A10_yXEfU_","regions":[[577,42,580,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_","regions":[[589,24,678,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_","regions":[[590,58,676,18,0,0,0,0],[646,24,646,37,0,0,0,0],[646,55,675,22,0,0,0,0],[675,22,676,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_","regions":[[592,61,605,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_SSyYbcfU_","regions":[[597,34,597,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_ySSYbcfU0_","regions":[[598,34,598,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A35_yXEfU_ySSYbcfU0_SSSshYbcfu_","regions":[[598,72,598,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_","regions":[[608,61,634,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_","regions":[[619,93,633,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_","regions":[[620,61,632,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_yyScMYccfU_","regions":[[621,40,623,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A64_yXEfU0_A62_yXEfU_A61_SS_SStcfU_A55_yXEfU0_","regions":[[623,42,627,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A66_yXEfU1_","regions":[[637,61,643,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_","regions":[[647,65,674,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_","regions":[[651,49,669,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_A78_yXEfU_","regions":[[652,52,662,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A91_yXEfU0_A89_yXEfU_A86_yXEfU2_A80_yXEfU_A78_yXEfU_A77_SScfU_","regions":[[653,63,661,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_","regions":[[683,20,705,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_yyScMYccfU_","regions":[[691,32,699,18,0,0,0,0],[696,60,696,63,0,0,0,0],[696,66,696,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ChordGroupsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ChordEditorDialog33_828A91663A78B73A0668A7B6040D1A51LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollT0VyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyA26_yAHyAW_AjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAWG_AF27RoundedBorderTextFieldStyleVQo_AWtGG_A26_yAHyAW_A34_AwF9LazyVGridVyAF7ForEachVySaySS_SStGSSA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAW_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_GGGtGGA26_yAHyAW_A34_tGGA26_yAHyAW_AjFE12cornerRadius_11antialiasedQrAR_SbtFQOyAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEA45_A46_A47_A48_A49_A50_A51_A52_QrAS_A5SA54_tFQOyAjFEAKyQrARFQOyAUyAHyAUyA40_ySaySSGSSAjFEA68__A69_QrAR_SbtFQOyAjFEA70__A71_Qrqd___AOtAFA72_Rd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAW_Qo__Qo__A6_Qo__Qo_GG_A10_AWtGG_Qo__Qo__A6_Qo__Qo_tGGSgtGG_Qo_GA22_AjFEAKyQrAO_AStFQOyAUyAHyA_yAjFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF14EventModifiersVtFQOyA3_yAWG_Qo_A16_G_AYA_yAjFE8disabledyQrSbFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA100__AF28BorderedProminentButtonStyleVQo__Qo_A16_GtGG_Qo_tGyXEfU_A108_yXEfU1_SbyKXEfu_","regions":[[702,45,702,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ApplyResultV7success10rolledBack5error11diagnosticsACSb_SbAA11ConfigErrorOSgAA0L11DiagnosticsVSgtcfC","regions":[[24,7,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ConfigApplyTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigDiagnosticsV06configB6Before0gB5After012mappingCountH00jkI016validationOutput9timestampACSSSg_AJSiSgAkJ10Foundation4DateVtcfC","regions":[[58,7,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC10maxBackups33_CE98ABE0A5196D36C2686B62D6E78DC3LLSivpfi","regions":[[16,30,16,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC06configB0ACSS_tcfc","regions":[[20,37,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC013createPreEditF0SbyF","regions":[[33,47,72,6,0,0,0,0],[34,71,37,10,0,0,0,0],[37,10,72,6,0,0,0,0],[39,12,68,10,0,0,0,0],[41,82,66,24,0,0,0,0],[44,56,47,14,0,0,0,0],[47,14,66,24,0,0,0,0],[59,85,66,24,0,0,0,0],[68,17,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyF","regions":[[75,55,110,6,0,0,0,0],[76,76,78,10,0,0,0,0],[78,10,110,6,0,0,0,0],[80,12,106,10,0,0,0,0],[81,93,104,66,0,0,0,0],[86,37,101,14,0,0,0,0],[92,17,100,18,0,0,0,0],[101,14,104,66,0,0,0,0],[106,17,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyFSbSSXEfU_","regions":[[82,44,82,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC19getAvailableBackupsSayAA0F4InfoVGyFSbAF_AFtXEfU0_","regions":[[104,35,104,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC011restoreFromF0yyAA0F4InfoVKF","regions":[[113,64,138,6,0,0,0,0],[114,76,116,10,0,0,0,0],[116,10,138,6,0,0,0,0],[119,83,138,6,0,0,0,0],[122,52,125,10,0,0,0,0],[125,10,138,6,0,0,0,0],[128,12,128,62,0,0,0,0],[128,63,132,10,0,0,0,0],[135,81,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC018restoreLatestValidF0SbyF","regions":[[141,52,162,6,0,0,0,0],[144,31,158,10,0,0,0,0],[145,16,153,14,0,0,0,0],[146,91,153,14,0,0,0,0],[147,20,147,51,0,0,0,0],[147,52,152,18,0,0,0,0],[148,50,151,32,0,0,0,0],[152,18,153,14,0,0,0,0],[153,21,157,14,0,0,0,0],[157,14,158,10,0,0,0,0],[158,10,161,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC06createF17DirectoryIfNeeded33_CE98ABE0A5196D36C2686B62D6E78DC3LLyyF","regions":[[166,50,179,6,0,0,0,0],[167,77,167,87,0,0,0,0],[167,87,179,6,0,0,0,0],[169,12,176,10,0,0,0,0],[174,14,176,10,0,0,0,0],[176,17,178,10,0,0,0,0],[178,10,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC17cleanupOldBackups33_CE98ABE0A5196D36C2686B62D6E78DC3LLyyF","regions":[[181,38,198,6,0,0,0,0],[185,12,185,38,0,0,0,0],[185,39,197,10,0,0,0,0],[188,43,196,14,0,0,0,0],[189,20,192,18,0,0,0,0],[190,80,192,18,0,0,0,0],[192,25,195,18,0,0,0,0],[195,18,196,14,0,0,0,0],[196,14,197,10,0,0,0,0],[197,10,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tF","regions":[[201,57,226,6,0,0,0,0],[205,37,205,53,0,0,0,0],[205,53,225,23,0,0,0,0],[219,12,219,20,0,0,0,0],[219,21,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu_","regions":[[209,44,209,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu0_","regions":[[210,46,210,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbSJXEfU_","regions":[[213,41,213,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbSJXEfU0_","regions":[[214,42,214,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ConfigBackupManagerC07isValidE033_CE98ABE0A5196D36C2686B62D6E78DC3LL7contentSbSS_tFSbyKXEfu1_","regions":[[217,36,217,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BackupInfoV13formattedSizeSSvg","regions":[[237,38,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigBackupManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BackupInfoV13formattedDateSSvg","regions":[[243,38,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10isWatching33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[21,30,21,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC19isWatchingDirectory33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[22,39,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13debounceDelay33_390A11A1EA61D067D9D8BF16846995E2LLSdvpfi","regions":[[24,47,24,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10maxRetries33_390A11A1EA61D067D9D8BF16846995E2LLSivpfi","regions":[[25,30,25,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC10retryCount33_390A11A1EA61D067D9D8BF16846995E2LLSivpfi","regions":[[26,30,26,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC23pendingAtomicWriteEvent33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[27,43,27,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC18inFlightProcessing33_390A11A1EA61D067D9D8BF16846995E2LLSbvpfi","regions":[[31,38,31,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC5queue33_390A11A1EA61D067D9D8BF16846995E2LLSo012OS_dispatch_H0Cvpfi","regions":[[34,25,34,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherCACycfc","regions":[[39,12,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherCfd","regions":[[43,12,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC14suppressEvents3for6reasonySd_SSSgtF","regions":[[51,76,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC14suppressEvents3for6reasonySd_SSSgtFSSyKXEfu_","regions":[[53,36,53,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC15isSuppressedNow33_390A11A1EA61D067D9D8BF16846995E2LLSbyF","regions":[[57,44,62,6,0,0,0,0],[58,54,60,10,0,0,0,0],[60,10,61,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactF","regions":[[68,76,93,6,0,0,0,0],[69,12,69,45,0,0,0,0],[69,46,73,10,0,0,0,0],[84,12,84,56,0,0,0,0],[84,57,87,10,0,0,0,0],[87,16,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactFSbyKXEfu_","regions":[[69,26,69,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC13startWatching4path8onChangeySS_yyYactFSSyKXEfu0_","regions":[[81,94,81,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[98,40,147,6,0,0,0,0],[99,47,102,10,0,0,0,0],[102,10,147,6,0,0,0,0],[108,70,112,10,0,0,0,0],[112,10,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_","regions":[[126,44,133,10,0,0,0,0],[127,65,127,75,0,0,0,0],[127,75,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_ytSgyYacfU_","regions":[[130,18,132,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC05setupF10Monitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU0_","regions":[[136,45,139,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[150,45,204,6,0,0,0,0],[151,61,154,10,0,0,0,0],[154,10,204,6,0,0,0,0],[157,74,161,10,0,0,0,0],[161,10,204,6,0,0,0,0],[164,78,169,10,0,0,0,0],[169,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_","regions":[[183,49,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU_ytSgyYacfU_","regions":[[186,18,188,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC24setupDirectoryMonitoring33_390A11A1EA61D067D9D8BF16846995E2LLyyFyycfU0_","regions":[[192,50,195,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC12stopWatchingyyF","regions":[[207,25,238,6,0,0,0,0],[215,12,215,22,0,0,0,0],[215,23,220,10,0,0,0,0],[223,12,223,31,0,0,0,0],[223,32,228,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC8isActiveSbvg","regions":[[241,24,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC8isActiveSbvgSbyKXEfu_","regions":[[242,23,242,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF5Event33_390A11A1EA61D067D9D8BF16846995E2LL5flagsySo18OS_dispatch_sourceC8DispatchE0f6SystemI0V_tYaF","regions":[[248,79,278,6,0,0,0,0],[249,47,252,10,0,0,0,0],[252,10,278,6,0,0,0,0],[255,12,255,29,0,0,0,0],[255,30,258,10,0,0,0,0],[258,10,278,6,0,0,0,0],[260,12,260,30,0,0,0,0],[260,31,263,10,0,0,0,0],[263,10,278,6,0,0,0,0],[269,12,269,62,0,0,0,0],[269,63,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF5Event33_390A11A1EA61D067D9D8BF16846995E2LL5flagsySo18OS_dispatch_sourceC8DispatchE0f6SystemI0V_tYaFSbyKXEfu_","regions":[[269,39,269,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06rebindF7Monitor33_390A11A1EA61D067D9D8BF16846995E2LL2toySS_tF","regions":[[281,53,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06rebindF7Monitor33_390A11A1EA61D067D9D8BF16846995E2LL2toySS_tFyyYbcfU_","regions":[[290,51,292,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[296,53,322,6,0,0,0,0],[297,51,297,61,0,0,0,0],[297,61,322,6,0,0,0,0],[302,12,302,60,0,0,0,0],[302,61,319,10,0,0,0,0],[319,16,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_","regions":[[315,33,318,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26handleDirectoryChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_ytSgyYacfU_","regions":[[316,22,316,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF11ChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[325,48,367,6,0,0,0,0],[326,47,329,10,0,0,0,0],[329,10,367,6,0,0,0,0],[334,12,334,57,0,0,0,0],[334,58,356,10,0,0,0,0],[342,16,342,60,0,0,0,0],[342,61,344,14,0,0,0,0],[344,20,355,14,0,0,0,0],[355,14,356,10,0,0,0,0],[356,10,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF11ChangeEvent33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYacfU_","regions":[[362,29,366,10,0,0,0,0],[363,33,363,43,0,0,0,0],[363,43,366,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF17MonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[371,48,389,6,0,0,0,0],[374,12,374,35,0,0,0,0],[374,36,383,10,0,0,0,0],[383,16,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC06handleF17MonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyFyyYbcfU_","regions":[[380,54,382,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC32handleDirectoryMonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[391,53,407,6,0,0,0,0],[394,12,394,35,0,0,0,0],[394,36,403,10,0,0,0,0],[403,16,406,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC32handleDirectoryMonitoringFailure33_390A11A1EA61D067D9D8BF16846995E2LLyyFyyYbcfU_","regions":[[400,54,402,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC04openF10Descriptor33_390A11A1EA61D067D9D8BF16846995E2LL2ats5Int32VSgSS_tF","regions":[[411,64,422,6,0,0,0,0],[413,12,413,19,0,0,0,0],[413,20,416,10,0,0,0,0],[416,16,421,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26updateLastModificationDate33_390A11A1EA61D067D9D8BF16846995E2LLyyF","regions":[[424,47,440,6,0,0,0,0],[425,47,428,10,0,0,0,0],[428,10,440,6,0,0,0,0],[430,12,436,10,0,0,0,0],[431,84,436,10,0,0,0,0],[436,17,439,10,0,0,0,0],[439,10,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC26updateLastModificationDate33_390A11A1EA61D067D9D8BF16846995E2LLyyFSSyKXEfu_","regions":[[435,95,435,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyF","regions":[[442,51,481,6,0,0,0,0],[443,47,446,10,0,0,0,0],[446,10,481,6,0,0,0,0],[448,12,477,10,0,0,0,0],[449,84,476,30,0,0,0,0],[457,60,462,14,0,0,0,0],[462,14,476,30,0,0,0,0],[467,16,467,26,0,0,0,0],[467,27,472,14,0,0,0,0],[472,20,474,14,0,0,0,0],[477,17,480,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu_","regions":[[453,106,453,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu0_","regions":[[453,158,453,163,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC03hasF15ActuallyChanged33_390A11A1EA61D067D9D8BF16846995E2LLSbyFSSyKXEfu1_","regions":[[470,104,470,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaF","regions":[[483,44,530,6,0,0,0,0],[484,47,487,10,0,0,0,0],[487,10,530,6,0,0,0,0],[492,65,501,10,0,0,0,0],[501,10,530,6,0,0,0,0],[503,12,503,35,0,0,0,0],[503,36,506,10,0,0,0,0],[506,16,512,10,0,0,0,0],[508,49,511,14,0,0,0,0],[511,14,512,10,0,0,0,0],[512,10,530,6,0,0,0,0],[515,12,520,10,0,0,0,0],[516,84,520,10,0,0,0,0],[520,17,522,10,0,0,0,0],[522,10,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFs5Int64VyKXEfu_","regions":[[517,59,517,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_","regions":[[525,29,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigFileWatcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ConfigFileWatcherC07processF6Change33_390A11A1EA61D067D9D8BF16846995E2LLyyYaFyyYbScMYcXEfU_ytSgyYacfU_","regions":[[526,18,526,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC0G6ResultV7success7contentAESS_tFZ","regions":[[23,62,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC0G6ResultV7failureyAESSFZ","regions":[[27,64,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC9callbacksAC9CallbacksVvpfi","regions":[[48,21,48,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC16statusResetDelaySdvpfi","regions":[[51,42,51,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceCACyc33_749940E559E64A96B01DBF92B624F46BLlfc","regions":[[57,20,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC9configure013configurationH013reloadHandler12configParseryAA013ConfigurationH0C_SbyYacSayAA0A7MappingVGSSKctF","regions":[[71,7,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaF","regions":[[89,73,184,6,0,0,0,0],[97,71,103,10,0,0,0,0],[103,10,184,6,0,0,0,0],[107,12,111,10,0,0,0,0],[108,84,111,10,0,0,0,0],[111,17,117,10,0,0,0,0],[117,10,184,6,0,0,0,0],[120,61,126,10,0,0,0,0],[126,10,184,6,0,0,0,0],[129,12,129,37,0,0,0,0],[129,38,138,10,0,0,0,0],[138,10,184,6,0,0,0,0],[141,48,147,10,0,0,0,0],[147,10,184,6,0,0,0,0],[151,12,151,25,0,0,0,0],[151,26,156,10,0,0,0,0],[156,16,183,10,0,0,0,0],[168,16,168,97,0,0,0,0],[168,98,176,14,0,0,0,0],[169,50,169,71,0,0,0,0],[170,21,170,98,0,0,0,0],[170,56,170,74,0,0,0,0],[170,77,170,97,0,0,0,0],[176,14,182,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSSyKXEfu_","regions":[[130,61,130,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyYacfU_","regions":[[164,56,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyKXEfu0_","regions":[[168,51,168,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC20handleExternalChange06configB0AC0G6ResultVSS_tYaFSbyKXEfu1_","regions":[[168,80,168,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC05parseA8Mappings4fromSayAA0A7MappingVGSgSS_tF","regions":[[190,72,202,6,0,0,0,0],[191,46,194,10,0,0,0,0],[194,10,202,6,0,0,0,0],[196,12,198,10,0,0,0,0],[198,17,201,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyF","regions":[[206,40,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyFyyYacfU_","regions":[[207,14,210,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ConfigHotReloadService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigHotReloadServiceC19scheduleStatusReset33_749940E559E64A96B01DBF92B624F46BLLyyFyyYacfU_SdyKXEfu_","regions":[[208,75,208,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23MockConfigRepairServiceVACycfC","regions":[[15,19,15,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/AI/ConfigRepairService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23MockConfigRepairServiceV06repairF06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[17,115,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20configurationService012configBackupF00I11FileWatcherAcA0eH0C_AA06ConfigjF0CAA0mkL0CSgtcfc","regions":[[68,7,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20buildKanataArguments9checkOnlySaySSGSb_tF","regions":[[77,68,103,6,0,0,0,0],[85,12,85,21,0,0,0,0],[85,22,87,10,0,0,0,0],[87,16,99,10,0,0,0,0],[90,16,90,30,0,0,0,0],[90,31,94,14,0,0,0,0],[94,20,97,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[105,74,113,6,0,0,0,0],[106,71,108,10,0,0,0,0],[108,10,112,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC08validateE0ySb7isValid_SaySSG6errorstSSYaF","regions":[[115,94,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeGeneratedConfigySayAA0A7MappingVGSSYaKF","regions":[[119,79,155,6,0,0,0,0],[129,12,129,31,0,0,0,0],[129,32,134,10,0,0,0,0],[134,10,154,36,0,0,0,0],[145,10,154,36,0,0,0,0],[149,76,154,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKF","regions":[[157,63,221,6,0,0,0,0],[161,98,221,6,0,0,0,0],[171,76,221,6,0,0,0,0],[175,91,221,6,0,0,0,0],[186,12,212,10,0,0,0,0],[187,87,212,10,0,0,0,0],[198,16,198,42,0,0,0,0],[198,43,201,14,0,0,0,0],[201,20,211,14,0,0,0,0],[205,78,207,18,0,0,0,0],[207,18,210,103,0,0,0,0],[211,14,212,10,0,0,0,0],[212,17,218,10,0,0,0,0],[218,10,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKFSiyKXEfu_","regions":[[177,58,177,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20writeValidatedConfigyySSYaKFSSyKXEfu0_","regions":[[179,97,179,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC20loadExistingMappingsSayAA0A7MappingVGyYaF","regions":[[223,55,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC24ensureValidStartupConfigSayAA0A7MappingVG8mappings_AA0J15ValidationErrorOSg010validationN0tyYaF","regions":[[230,112,269,6,0,0,0,0],[233,71,237,10,0,0,0,0],[237,10,269,6,0,0,0,0],[239,12,264,10,0,0,0,0],[241,88,264,10,0,0,0,0],[247,16,247,27,0,0,0,0],[247,28,253,14,0,0,0,0],[249,69,252,49,0,0,0,0],[253,20,263,14,0,0,0,0],[264,17,268,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC26handleInvalidStartupConfig33_EF9E4BF6C436DB3FB0717C1232B2C18FLL13configContent6errorsS2S_SaySSGtYaF","regions":[[272,104,305,6,0,0,0,0],[282,12,285,10,0,0,0,0],[283,91,285,10,0,0,0,0],[285,17,287,10,0,0,0,0],[287,10,304,26,0,0,0,0],[295,12,299,10,0,0,0,0],[297,91,299,10,0,0,0,0],[299,17,301,10,0,0,0,0],[301,10,304,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC04saveE08mappingsySayAA0A7MappingVG_tYaKF","regions":[[307,65,320,6,0,0,0,0],[317,80,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC19backupCurrentConfigyyYaF","regions":[[322,38,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[327,110,333,6,0,0,0,0],[332,10,333,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC22createDefaultIfMissingSbyYaF","regions":[[335,49,353,6,0,0,0,0],[338,12,340,10,0,0,0,0],[339,73,340,10,0,0,0,0],[340,17,344,10,0,0,0,0],[344,10,352,22,0,0,0,0],[347,12,347,18,0,0,0,0],[347,19,349,10,0,0,0,0],[349,16,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC12openInEditoryySSYaF","regions":[[355,45,386,6,0,0,0,0],[359,12,359,43,0,0,0,0],[359,44,385,10,0,0,0,0],[361,16,369,14,0,0,0,0],[366,18,368,23,0,0,0,0],[369,21,384,14,0,0,0,0],[371,20,378,18,0,0,0,0],[376,22,378,18,0,0,0,0],[378,25,383,18,0,0,0,0],[383,18,384,14,0,0,0,0],[384,14,385,10,0,0,0,0],[385,10,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC11parseConfigySayAA0A7MappingVGSSF","regions":[[388,57,397,6,0,0,0,0],[390,12,393,10,0,0,0,0],[391,88,392,38,0,0,0,0],[393,17,396,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC14generateConfig8mappingsSSSayAA0A7MappingVG_tF","regions":[[399,59,407,6,0,0,0,0],[400,38,404,10,0,0,0,0],[404,10,406,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Configuration/ConfigurationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationManagerC14generateConfig15ruleCollectionsSSSayAA14RuleCollectionVG_tF","regions":[[409,70,415,6,0,0,0,0],[411,12,411,28,0,0,0,0],[411,29,413,10,0,0,0,0],[413,10,414,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29ConfigurationObservationTokenV19cancellationHandlerACyyc_tcfC","regions":[[8,53,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29ConfigurationObservationTokenV6cancelyyF","regions":[[13,26,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcF","regions":[[97,96,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_","regions":[[98,14,105,10,0,0,0,0],[99,16,102,14,0,0,0,0],[100,48,102,14,0,0,0,0],[102,21,104,14,0,0,0,0],[104,14,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_yyYbScMYcXEfU_","regions":[[101,37,101,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE18reloadWithCallbackyyys6ResultOy6ConfigQzs5Error_pGYbcFyyYacfU_yyYbScMYcXEfU0_","regions":[[103,37,103,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ConfigurationProvidingPAAE11ensureFresh6maxAge6ConfigQzSd_tYaKF","regions":[[114,74,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/ConfigurationProviding.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FileConfigurationProvidingPAAE6reload6ConfigQzyYaKF","regions":[[140,42,153,6,0,0,0,0],[141,78,143,10,0,0,0,0],[143,10,153,6,0,0,0,0],[145,12,148,10,0,0,0,0],[146,89,147,50,0,0,0,0],[148,43,150,10,0,0,0,0],[150,17,152,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC05parseE10FromStringyAA06KanataE0VSSKF","regions":[[6,95,9,6,0,0,0,0],[8,39,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC07extractA19MappingsFromContentySayAA0A7MappingVGSSF","regions":[[12,81,66,6,0,0,0,0],[21,27,44,10,0,0,0,0],[25,16,25,44,0,0,0,0],[25,45,29,14,0,0,0,0],[29,23,29,53,0,0,0,0],[29,54,33,14,0,0,0,0],[33,23,33,37,0,0,0,0],[33,38,37,14,0,0,0,0],[37,14,44,10,0,0,0,0],[39,16,39,24,0,0,0,0],[39,68,41,14,0,0,0,0],[41,23,41,33,0,0,0,0],[41,77,43,14,0,0,0,0],[44,10,65,24,0,0,0,0],[48,83,53,10,0,0,0,0],[50,16,50,35,0,0,0,0],[50,53,52,14,0,0,0,0],[53,10,65,24,0,0,0,0],[57,90,60,10,0,0,0,0],[60,10,65,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaF","regions":[[8,84,58,6,0,0,0,0],[9,12,9,38,0,0,0,0],[9,39,12,10,0,0,0,0],[12,10,58,6,0,0,0,0],[15,77,19,10,0,0,0,0],[19,10,58,6,0,0,0,0],[23,12,50,10,0,0,0,0],[28,14,50,10,0,0,0,0],[31,16,31,36,0,0,0,0],[31,37,34,14,0,0,0,0],[34,20,48,14,0,0,0,0],[37,109,39,18,0,0,0,0],[39,18,47,39,0,0,0,0],[41,20,41,34,0,0,0,0],[41,35,43,18,0,0,0,0],[50,17,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaFSbyKXEfu_","regions":[[37,58,37,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigViaFileSb7isValid_SaySSG6errorstyYaFSbyKXEfu_SbyKXEfu0_","regions":[[37,85,37,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC08validateE0ySb7isValid_SaySSG6errorstSSYaF","regions":[[64,100,79,6,0,0,0,0],[68,12,68,38,0,0,0,0],[68,39,73,10,0,0,0,0],[73,10,78,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17parseKanataErrorsySaySSGSSF","regions":[[86,65,122,6,0,0,0,0],[91,58,97,10,0,0,0,0],[92,59,96,14,0,0,0,0],[97,10,121,22,0,0,0,0],[101,27,109,10,0,0,0,0],[103,16,103,42,0,0,0,0],[103,43,108,14,0,0,0,0],[105,20,105,40,0,0,0,0],[105,41,107,18,0,0,0,0],[109,10,121,22,0,0,0,0],[113,12,113,26,0,0,0,0],[113,27,119,10,0,0,0,0],[115,16,115,38,0,0,0,0],[115,39,118,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC21validateConfigWithCLI33_17E0C7BCDF158AD7594691D1E9E52271LLySb7isValid_SaySSG6errorstSSYaF","regions":[[125,101,219,6,0,0,0,0],[135,12,202,10,0,0,0,0],[138,102,202,10,0,0,0,0],[139,75,202,10,0,0,0,0],[147,83,157,14,0,0,0,0],[150,20,150,46,0,0,0,0],[150,47,154,18,0,0,0,0],[154,18,156,42,0,0,0,0],[157,14,202,10,0,0,0,0],[168,14,202,10,0,0,0,0],[177,16,177,31,0,0,0,0],[177,32,179,14,0,0,0,0],[181,16,181,36,0,0,0,0],[181,37,185,14,0,0,0,0],[185,20,201,14,0,0,0,0],[188,20,188,36,0,0,0,0],[188,37,192,18,0,0,0,0],[192,24,194,18,0,0,0,0],[197,59,199,18,0,0,0,0],[199,18,200,39,0,0,0,0],[202,17,218,10,0,0,0,0],[204,16,204,32,0,0,0,0],[204,33,208,14,0,0,0,0],[208,20,210,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC08validateE10InTestMode33_17E0C7BCDF158AD7594691D1E9E52271LLySb7isValid_SaySSG6errorstSSF","regions":[[223,7,234,6,0,0,0,0],[224,84,226,10,0,0,0,0],[226,10,234,6,0,0,0,0],[228,12,231,10,0,0,0,0],[229,57,230,30,0,0,0,0],[231,17,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC23notifyValidationFailure33_17E0C7BCDF158AD7594691D1E9E52271LL_7contextySaySSG_SStF","regions":[[236,79,246,6,0,0,0,0],[237,69,237,79,0,0,0,0],[237,79,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService+Validation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20buildKanataArguments33_17E0C7BCDF158AD7594691D1E9E52271LL9checkOnlySaySSGSb_tF","regions":[[248,76,262,6,0,0,0,0],[250,12,250,21,0,0,0,0],[250,22,252,10,0,0,0,0],[255,12,255,22,0,0,0,0],[255,23,259,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14configFileNameSSvpfi","regions":[[24,33,24,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC9observers33_8FE7E54C73E714F45C95D7B03BC8C536LLSDy10Foundation4UUIDVyAA06KanataE0VYaYbcGvpfi","regions":[[28,71,28,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7ioQueue33_8FE7E54C73E714F45C95D7B03BC8C536LLSo17OS_dispatch_queueCvpfi","regions":[[31,27,31,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC9stateLock33_8FE7E54C73E714F45C95D7B03BC8C536LLSo6NSLockCvpfi","regions":[[33,29,33,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15configDirectoryACSSSg_tcfc","regions":[[37,49,44,6,0,0,0,0],[38,50,40,10,0,0,0,0],[40,16,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7currentAA06KanataE0VyYaF","regions":[[48,56,67,6,0,0,0,0],[50,51,50,68,0,0,0,0],[50,68,67,6,0,0,0,0],[53,12,56,10,0,0,0,0],[54,44,55,26,0,0,0,0],[56,17,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKF","regions":[[69,62,108,6,0,0,0,0],[72,12,72,19,0,0,0,0],[72,20,82,10,0,0,0,0],[75,16,78,14,0,0,0,0],[76,56,78,14,0,0,0,0],[78,21,81,14,0,0,0,0],[81,14,82,10,0,0,0,0],[82,10,108,6,0,0,0,0],[84,27,86,10,0,0,0,0],[86,10,108,6,0,0,0,0],[88,12,103,10,0,0,0,0],[89,75,102,26,0,0,0,0],[90,56,102,26,0,0,0,0],[98,28,100,14,0,0,0,0],[100,14,102,26,0,0,0,0],[103,43,105,10,0,0,0,0],[105,17,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKFScTyyts5NeverOGyAFYaYbcXEfU_","regions":[[95,38,97,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC6reloadAA06KanataE0VyYaKFScTyyts5NeverOGyAFYaYbcXEfU_yyYacfU_","regions":[[96,22,96,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7observeyAA0E16ObservationTokenVyAA06KanataE0VYaYbcF","regions":[[112,5,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC7observeyAA0E16ObservationTokenVyAA06KanataE0VYaYbcFyycfU_","regions":[[118,46,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKF","regions":[[127,73,163,6,0,0,0,0],[129,85,131,10,0,0,0,0],[131,10,162,10,0,0,0,0],[141,12,141,32,0,0,0,0],[141,33,150,10,0,0,0,0],[145,16,145,32,0,0,0,0],[145,33,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKF10Foundation4DateVyKXEfu_","regions":[[135,73,135,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC8validate7contentAA06KanataE0VSS_tKFSSAA16ChordGroupConfigVcfu0_","regions":[[142,51,142,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyF","regions":[[165,72,180,6,0,0,0,0],[166,39,169,10,0,0,0,0],[169,10,179,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU_","regions":[[168,50,168,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU0_","regions":[[171,60,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU0_ytSgyYacfU_","regions":[[172,18,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC19startFileMonitoringAA0E16ObservationTokenVyFyycfU1_","regions":[[177,46,179,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC27createInitialConfigIfNeededyyYaKF","regions":[[185,60,216,6,0,0,0,0],[187,62,216,6,0,0,0,0],[192,12,192,19,0,0,0,0],[192,20,213,10,0,0,0,0],[199,19,199,63,0,0,0,0],[200,19,200,36,0,0,0,0],[209,14,213,10,0,0,0,0],[213,16,215,10,0,0,0,0],[215,10,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKF","regions":[[223,20,296,6,0,0,0,0],[227,61,230,10,0,0,0,0],[230,10,296,6,0,0,0,0],[236,12,236,30,0,0,0,0],[236,31,241,10,0,0,0,0],[241,10,296,6,0,0,0,0],[265,12,265,31,0,0,0,0],[265,32,269,10,0,0,0,0],[269,10,296,6,0,0,0,0],[273,79,296,6,0,0,0,0],[291,24,293,10,0,0,0,0],[293,10,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFSSAA0A7MappingVXEfU_","regions":[[228,49,228,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFSS0aB4Core0aB5ErrorO19MappingConflictInfoVcfu_","regions":[[238,85,238,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFAA06LeaderA10PreferenceVyYbScMYcXEfU0_","regions":[[250,49,252,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFScTyyts5NeverOGyAA06KanataE0VYaYbcXEfU1_","regions":[[288,34,290,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE015ruleCollections11customRulesySayAA14RuleCollectionVG_SayAA06CustomL0VGtYaKFScTyyts5NeverOGyAA06KanataE0VYaYbcXEfU1_yyYacfU_","regions":[[289,18,289,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE011keyMappingsySayAA0A7MappingVG_tYaKF","regions":[[299,75,306,6,0,0,0,0],[305,66,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC04saveE05input6outputySS_SStYaKF","regions":[[309,79,312,6,0,0,0,0],[311,63,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC05writeE7ContentyySSYaKF","regions":[[315,75,320,6,0,0,0,0],[316,73,320,6,0,0,0,0],[318,55,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[328,5,374,6,0,0,0,0],[334,101,373,26,0,0,0,0],[352,74,373,26,0,0,0,0],[360,71,373,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKF","regions":[[380,5,418,6,0,0,0,0],[386,29,415,10,0,0,0,0],[390,16,390,46,0,0,0,0],[390,78,402,14,0,0,0,0],[392,20,392,55,0,0,0,0],[392,56,401,18,0,0,0,0],[405,16,405,73,0,0,0,0],[405,74,408,14,0,0,0,0],[411,16,411,80,0,0,0,0],[411,81,414,14,0,0,0,0],[414,14,415,10,0,0,0,0],[415,10,417,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSbyKXEfu_","regions":[[405,45,405,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC06repairE06config6errors8mappingsS2S_SaySSGSayAA0A7MappingVGtYaKFSbyKXEfu0_","regions":[[411,51,411,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17readCurrentConfigSSyYaKF","regions":[[421,60,423,6,0,0,0,0],[422,57,423,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC26backupConfigBeforeAIRepairSSyYaKF","regions":[[427,69,457,6,0,0,0,0],[433,101,456,26,0,0,0,0],[444,78,456,26,0,0,0,0],[453,74,456,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC18saveRepairedConfigyySSYaKF","regions":[[460,76,476,6,0,0,0,0],[464,76,476,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC16handleFileChange33_8FE7E54C73E714F45C95D7B03BC8C536LLyyYaF","regions":[[480,43,488,6,0,0,0,0],[482,12,485,10,0,0,0,0],[483,35,485,10,0,0,0,0],[485,17,487,10,0,0,0,0],[487,10,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC18stopFileMonitoring33_8FE7E54C73E714F45C95D7B03BC8C536LLyyF","regions":[[490,39,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC23withLockedCurrentConfigAA06KanataE0VSgyF","regions":[[500,60,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC24loadPreservedChordGroupsSayAA0I11GroupConfigVGyF","regions":[[506,59,518,6,0,0,0,0],[507,82,509,10,0,0,0,0],[509,10,517,64,0,0,0,0],[513,14,515,10,0,0,0,0],[515,10,517,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC22loadPreservedSequencesSay0aB4Core18KanataDefseqParserO14ParsedSequenceVGyF","regions":[[520,74,533,6,0,0,0,0],[522,80,524,10,0,0,0,0],[524,19,524,76,0,0,0,0],[526,9,528,10,0,0,0,0],[528,16,530,10,0,0,0,0],[530,10,532,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC010setCurrentE0yyAA06KanataE0VF","regions":[[535,65,539,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17observersSnapshotSayyAA06KanataE0VYaYbcGyF","regions":[[541,68,545,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKF","regions":[[547,61,558,6,0,0,0,0],[557,10,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKFyScCySSs5Error_pGXEfU_","regions":[[548,51,557,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC13readFileAsync4pathS2S_tYaKFyScCySSs5Error_pGXEfU_yyYbcfU_","regions":[[549,27,556,14,0,0,0,0],[550,20,553,18,0,0,0,0],[551,84,553,18,0,0,0,0],[553,25,555,18,0,0,0,0],[555,18,556,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKF","regions":[[560,71,587,6,0,0,0,0],[564,37,567,10,0,0,0,0],[567,10,587,6,0,0,0,0],[570,12,570,34,0,0,0,0],[570,35,575,10,0,0,0,0],[571,83,574,14,0,0,0,0],[574,14,575,10,0,0,0,0],[575,10,587,6,0,0,0,0],[586,10,587,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFSbyKXEfu_","regions":[[571,49,571,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFyScCyyts5Error_pGXEfU_","regions":[[577,51,586,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC14writeFileAsync6string2toySS_SStYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[578,27,585,14,0,0,0,0],[579,20,582,18,0,0,0,0],[580,86,582,18,0,0,0,0],[582,25,584,18,0,0,0,0],[584,18,585,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKF","regions":[[589,70,600,6,0,0,0,0],[599,10,600,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKFyScCyyts5Error_pGXEfU_","regions":[[590,51,599,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC17writeFileURLAsync6string2toySS_10Foundation3URLVtYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[591,27,598,14,0,0,0,0],[592,20,595,18,0,0,0,0],[593,81,595,18,0,0,0,0],[595,25,597,18,0,0,0,0],[597,18,598,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKF","regions":[[602,58,617,6,0,0,0,0],[616,10,617,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKFyScCyyts5Error_pGXEfU_","regions":[[603,51,616,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC20createDirectoryAsync4pathySS_tYaKFyScCyyts5Error_pGXEfU_yyYbcfU_","regions":[[604,27,615,14,0,0,0,0],[605,20,612,18,0,0,0,0],[610,22,612,18,0,0,0,0],[612,25,614,18,0,0,0,0],[614,18,615,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaF","regions":[[619,54,625,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaFyScCySbs5NeverOGXEfU_","regions":[[620,39,624,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ConfigurationServiceC15fileExistsAsync4pathSbSS_tYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[621,27,623,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToeA8ForMacroyS2SFZ","regions":[[635,78,652,6,0,0,0,0],[641,40,648,10,0,0,0,0],[642,16,642,49,0,0,0,0],[642,50,647,14,0,0,0,0],[647,14,648,10,0,0,0,0],[648,10,651,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToeA0yS2SFZ","regions":[[655,70,739,6,0,0,0,0],[724,44,726,10,0,0,0,0],[726,10,738,26,0,0,0,0],[729,12,729,33,0,0,0,0],[729,34,731,10,0,0,0,0],[731,10,738,26,0,0,0,0],[734,12,734,36,0,0,0,0],[734,37,734,54,0,0,0,0],[734,54,738,26,0,0,0,0],[735,12,735,36,0,0,0,0],[735,37,735,54,0,0,0,0],[735,54,738,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZ","regions":[[742,76,775,6,0,0,0,0],[749,12,749,26,0,0,0,0],[749,27,751,10,0,0,0,0],[751,10,774,55,0,0,0,0],[754,12,754,28,0,0,0,0],[754,29,758,10,0,0,0,0],[758,10,774,55,0,0,0,0],[765,12,765,33,0,0,0,0],[765,69,770,10,0,0,0,0],[770,10,774,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZSbSSXEfU_","regions":[[746,86,746,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZS2SXEfU0_","regions":[[756,41,756,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO09convertToE8SequenceyS2SFZSSSJXEfU1_","regions":[[768,39,768,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06KanataA9ConverterO20shouldConvertToMacro33_8FE7E54C73E714F45C95D7B03BC8C536LLySbSSFZ","regions":[[779,71,818,6,0,0,0,0],[783,102,788,10,0,0,0,0],[785,16,785,77,0,0,0,0],[785,78,787,14,0,0,0,0],[787,14,788,10,0,0,0,0],[788,10,817,31,0,0,0,0],[812,12,812,49,0,0,0,0],[812,50,814,10,0,0,0,0],[814,10,817,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC4path8callbackADSS_yyctcfc","regions":[[829,56,833,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLCfd","regions":[[835,12,837,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyF","regions":[[839,34,861,6,0,0,0,0],[841,40,844,10,0,0,0,0],[844,10,861,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyFyycfU_","regions":[[852,33,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC13startWatchingyyFyycfU0_","regions":[[856,34,858,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/ConfigurationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FileWatcher33_8FE7E54C73E714F45C95D7B03BC8C536LLC12stopWatchingyyF","regions":[[863,33,866,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg","regions":[[31,25,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_","regions":[[32,28,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_","regions":[[34,33,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_","regions":[[36,36,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_A15_yXEfU_","regions":[[38,40,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyATyAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__AC16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvpQOy_Qo_A17_tGG_Qo__A14_AiEEAJyQrAN_ARtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE013multilineTextY0yQrAE04TextY0OFQOyA14__Qo__Qo__Qo_tGG_Qo__AE7DividerVAC20currentValuesSectionA19_LLQrvpQOy_Qo_A37_AC13actionButtonsA19_LLQrvpQOy_Qo_tGyXEfU_A33_yXEfU_A21_yXEfU_A15_yXEfU0_","regions":[[52,40,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[92,45,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_","regions":[[93,16,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU_","regions":[[95,18,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU0_","regions":[[106,18,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV16forkIllustration33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF011StrokeShapeQ0VyAF0B0VAF5ColorVAF05EmptyQ0VG_A2qF0Q0PAFE6offset1x1yQr12CoreGraphics7CGFloatV_AYtFQOyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE5frame5width6heightA_QrAYSg_A5_A1_tFQOyAF01_sQ0VyAF6CircleVANG_Qo__AJyA9_AnPGQo__Qo_tGyXEfU_yALzXEfU1_","regions":[[117,18,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[139,49,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_","regions":[[140,50,201,10,0,0,0,0],[142,85,163,14,0,0,0,0],[163,14,201,10,0,0,0,0],[166,90,200,14,0,0,0,0],[200,14,201,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A13_yXEfU_","regions":[[143,37,157,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A13_yXEfU_A9_yXEfU_","regions":[[148,61,154,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_","regions":[[167,37,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_","regions":[[172,61,191,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_","regions":[[176,44,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_A30_Si_SStcfU_","regions":[[177,105,189,30,0,0,0,0],[185,36,185,86,0,0,0,0],[185,87,188,34,0,0,0,0],[188,34,189,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV20currentValuesSection33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6HStackVyAHyAjFE5frame5width6heightALQrARSg_AxNtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_A8_tGGAF6SpacerVtGG_Qo__AF06_ShapeR0VyAF16RoundedRectangleVA_GQo_Sg_AjFEAK_ALQrqd___ANtAfIRd__lFQOyAjFEAOyQrARFQOyATyAHyA4__A6_yAHyA8__ATyAF7ForEachVySaySi6offset_SS7elementtGSiAHyATyA9_G_A8_SgtGGGtGGA12_tGG_Qo__A20_Qo_SgtGyXEfU_A35_yXEfU0_A33_yXEfU_A31_yXEfU_A30_Si_SStcfU_A9_yXEfU_","regions":[[178,52,184,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg","regions":[[208,42,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_","regions":[[209,29,282,10,0,0,0,0],[219,47,281,14,0,0,0,0],[223,20,223,60,0,0,0,0],[223,61,237,18,0,0,0,0],[237,24,250,18,0,0,0,0],[253,20,253,55,0,0,0,0],[253,56,267,18,0,0,0,0],[267,24,280,18,0,0,0,0],[281,14,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU_","regions":[[210,30,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU0_","regions":[[225,28,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU1_","regions":[[227,30,232,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU1_A11_yXEfU_","regions":[[228,44,231,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU2_","regions":[[239,28,241,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU3_","regions":[[241,30,246,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU3_A11_yXEfU_","regions":[[242,44,245,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU4_","regions":[[255,28,257,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU5_","regions":[[257,30,262,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU5_A11_yXEfU_","regions":[[258,44,261,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_yyScMYccfU6_","regions":[[269,28,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU7_","regions":[[271,30,276,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24ConflictResolutionDialogV13actionButtons33_90378124EE644482A8CEEEC373923C08LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE16keyboardShortcutyQrAF08KeyboardU0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAHyAF012_ConditionalS0VyAJyAlFE4tintyQrAF5ColorVSgFQOyAlFE11buttonStyleyQrqd__AF09PrimitiveW5StyleRd__lFQOyAQyAF6HStackVyAHyAF5ImageV_AStGGG_AF017BorderedProminentW5StyleVQo__Qo_AWGAJyAlFEA5_yQrqd__AFA6_Rd__lFQOyA13__AF08BorderedW5StyleVQo_AWGG_A23_tGSgtGyXEfU_A12_yXEfU7_A11_yXEfU_","regions":[[272,44,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A11DisplayNameO7display3forS2S_tFZ","regions":[[291,58,357,6,0,0,0,0],[333,12,333,34,0,0,0,0],[333,35,336,10,0,0,0,0],[337,12,337,34,0,0,0,0],[337,35,340,10,0,0,0,0],[341,12,341,34,0,0,0,0],[341,35,344,10,0,0,0,0],[345,12,345,34,0,0,0,0],[345,35,348,10,0,0,0,0],[352,12,352,29,0,0,0,0],[352,30,354,10,0,0,0,0],[354,16,356,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A11DisplayNameO7display3forS2S_tFZSSyKXEfu_","regions":[[350,48,350,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGF","regions":[[10,66,32,6,0,0,0,0],[19,12,19,28,0,0,0,0],[19,29,23,10,0,0,0,0],[20,80,22,14,0,0,0,0],[25,12,25,27,0,0,0,0],[25,89,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGFSbAGXEfU_","regions":[[11,41,16,10,0,0,0,0],[12,67,14,14,0,0,0,0],[14,14,15,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30handleKanataServiceIssueChangeyySay0aB10WizardCore0lJ0VGFSSyKXEfu_","regions":[[26,55,26,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tF","regions":[[34,55,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tFyyYacfU_","regions":[[35,14,59,10,0,0,0,0],[41,45,41,51,0,0,0,0],[41,54,41,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28logKanataServiceStopSnapshot6reasonySS_tFyyYacfU_SSs5Int32VYbcfu_","regions":[[41,63,41,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaF","regions":[[68,7,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSs5Int32VYbcfu_","regions":[[70,62,70,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSyKXEfu0_","regions":[[70,78,70,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32fetchKanataServiceSnapshotUIDataAA0hI0C0I5StateO07serviceL0_SS8exitCodeSS9lastErrorSS06configB0tyYaFSSyKXEfu1_","regions":[[71,52,71,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyF","regions":[[80,47,99,6,0,0,0,0],[82,12,82,56,0,0,0,0],[82,57,95,10,0,0,0,0],[95,10,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_","regions":[[83,18,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_yyYacfU_","regions":[[86,32,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU_yycfU0_","regions":[[89,31,91,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV34startEmergencyMonitoringIfPossibleyyFyyYacfU0_","regions":[[96,14,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaF","regions":[[102,51,123,6,0,0,0,0],[103,12,103,34,0,0,0,0],[103,35,106,10,0,0,0,0],[108,50,108,60,0,0,0,0],[108,60,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaFyycfU_","regions":[[110,42,122,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV32startEmergencyMonitoringInternalyyYaFyycfU_yyYacfU_","regions":[[110,49,122,10,0,0,0,0],[112,16,112,23,0,0,0,0],[112,24,114,14,0,0,0,0],[114,20,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyF","regions":[[127,34,183,6,0,0,0,0],[128,47,128,57,0,0,0,0],[128,57,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU_","regions":[[131,101,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU0_","regions":[[139,11,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU0_yyYacfU_","regions":[[141,18,154,14,0,0,0,0],[144,20,144,41,0,0,0,0],[144,42,153,18,0,0,0,0],[147,24,147,31,0,0,0,0],[147,32,149,22,0,0,0,0],[149,28,151,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU1_","regions":[[159,11,162,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU2_","regions":[[167,11,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU2_yyYacfU_","regions":[[169,18,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU3_","regions":[[176,99,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21setupStartupObserversyyFy10Foundation12NotificationVYbcfU3_yyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyF","regions":[[190,51,214,6,0,0,0,0],[193,12,193,32,0,0,0,0],[193,77,211,10,0,0,0,0],[211,10,213,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyFySbcfU_","regions":[[201,15,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30checkForPendingPermissionGrantSbyFySbcfU_yyYacfU_","regions":[[203,22,207,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyF","regions":[[217,40,246,6,0,0,0,0],[218,47,218,57,0,0,0,0],[218,57,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU_","regions":[[224,11,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[225,18,225,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU0_","regions":[[229,104,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU0_yyYacfU_","regions":[[231,18,235,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU1_","regions":[[241,11,245,10,0,0,0,0],[242,75,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27setupRecoveryActionHandlersyyFy10Foundation12NotificationVYbcfU1_yyYaYbScMYccfU_","regions":[[243,22,243,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyF","regions":[[249,34,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_","regions":[[254,14,302,10,0,0,0,0],[255,16,296,14,0,0,0,0],[257,125,296,14,0,0,0,0],[264,118,296,14,0,0,0,0],[270,18,296,14,0,0,0,0],[275,20,275,38,0,0,0,0],[275,39,288,18,0,0,0,0],[277,118,288,18,0,0,0,0],[288,24,295,18,0,0,0,0],[295,18,296,14,0,0,0,0],[296,21,301,14,0,0,0,0],[301,14,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU_","regions":[[258,37,260,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[283,41,287,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[290,41,294,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Orchestration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21attemptAIConfigRepairyyFyyYacfU_yyYbScMYcXEfU2_","regions":[[297,37,300,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyF","regions":[[8,26,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyFySo7NSTimerCYbcfU_","regions":[[10,103,13,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13debouncedSaveyyFySo7NSTimerCYbcfU_yyYacfU_","regions":[[12,18,12,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaF","regions":[[16,30,51,6,0,0,0,0],[24,12,24,35,0,0,0,0],[26,9,35,10,0,0,0,0],[38,43,44,10,0,0,0,0],[44,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFSbyKXEfu_","regions":[[25,55,25,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFyyYbScMYcXEfU_","regions":[[28,33,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFyyYbScMYcXEfU0_","regions":[[40,33,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFySScfU1_","regions":[[48,24,48,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV11performSaveyyYaFys5Error_pcfU2_","regions":[[49,22,49,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17handleSaveSuccessyySSF","regions":[[53,47,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pF","regions":[[57,42,132,6,0,0,0,0],[59,66,62,10,0,0,0,0],[62,10,132,6,0,0,0,0],[65,81,68,10,0,0,0,0],[68,10,132,6,0,0,0,0],[71,77,85,10,0,0,0,0],[73,16,73,43,0,0,0,0],[76,13,84,14,0,0,0,0],[84,14,85,10,0,0,0,0],[85,10,132,6,0,0,0,0],[88,83,92,10,0,0,0,0],[92,10,132,6,0,0,0,0],[95,83,107,10,0,0,0,0],[107,10,132,6,0,0,0,0],[110,79,122,10,0,0,0,0],[122,10,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu_","regions":[[74,52,74,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu0_","regions":[[75,19,75,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFSbyKXEfu1_","regions":[[75,53,75,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFyyYaKcfU_","regions":[[79,22,82,18,0,0,0,0],[80,66,82,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV15handleSaveErroryys0I0_pFyyYaKcfU0_","regions":[[128,14,131,10,0,0,0,0],[129,51,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29presentValidationFailureModalyySaySSGF","regions":[[134,60,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV31copyValidationErrorsToClipboardyyF","regions":[[140,44,146,6,0,0,0,0],[141,53,141,63,0,0,0,0],[141,63,146,6,0,0,0,0],[144,60,144,107,0,0,0,0],[144,110,144,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25openCurrentConfigInEditoryyF","regions":[[148,38,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20handleInputRecordTapyyF","regions":[[152,33,169,6,0,0,0,0],[153,12,153,51,0,0,0,0],[153,52,156,10,0,0,0,0],[156,10,169,6,0,0,0,0],[158,58,161,10,0,0,0,0],[161,10,169,6,0,0,0,0],[164,12,164,52,0,0,0,0],[164,53,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21handleOutputRecordTapyyF","regions":[[171,34,188,6,0,0,0,0],[172,12,172,52,0,0,0,0],[172,53,175,10,0,0,0,0],[175,10,188,6,0,0,0,0],[177,58,180,10,0,0,0,0],[180,10,188,6,0,0,0,0],[183,12,183,51,0,0,0,0],[183,52,185,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV19inputDisabledReasonSSyF","regions":[[190,42,202,6,0,0,0,0],[192,12,192,50,0,0,0,0],[192,93,194,10,0,0,0,0],[195,12,195,36,0,0,0,0],[195,37,197,10,0,0,0,0],[198,12,198,35,0,0,0,0],[198,36,200,10,0,0,0,0],[201,34,201,43,0,0,0,0],[201,46,201,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20outputDisabledReasonSSyF","regions":[[204,43,216,6,0,0,0,0],[206,12,206,50,0,0,0,0],[206,94,208,10,0,0,0,0],[209,12,209,36,0,0,0,0],[209,37,211,10,0,0,0,0],[212,12,212,35,0,0,0,0],[212,36,214,10,0,0,0,0],[215,34,215,43,0,0,0,0],[215,46,215,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV22logInputDisabledReasonyyF","regions":[[218,35,224,6,0,0,0,0],[220,12,220,45,0,0,0,0],[220,46,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Recording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23logOutputDisabledReasonyyF","regions":[[226,36,232,6,0,0,0,0],[228,12,228,46,0,0,0,0],[228,47,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg","regions":[[19,25,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_","regions":[[20,50,72,10,0,0,0,0],[21,16,21,48,0,0,0,0],[21,66,26,14,0,0,0,0],[26,14,72,10,0,0,0,0],[52,16,52,52,0,0,0,0],[52,53,67,14,0,0,0,0],[67,14,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU_","regions":[[22,29,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_SbAA14RuleCollectionVXEfU0_","regions":[[28,80,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_SbAA14RuleCollectionVXEfU0_SbyKXEfu_","regions":[[29,33,29,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU1_","regions":[[34,34,34,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU2_","regions":[[54,32,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA11SetupBannerV_Qo_Sg_AA0eF6HeaderVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA16RecordingSectionV_Qo__Qo_AC010saveButtonW033_9F18B463604CD01991FBB6ED51959453LLQrvpQOy_Qo_AA22EmergencyStopPauseCardVSgAC017diagnosticSummaryW0A2_LLQrvpQOy_Qo_AE6SpacerVtGyXEfU_yycfU2_yyYacfU_","regions":[[55,30,64,26,0,0,0,0],[60,32,60,42,0,0,0,0],[60,43,62,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg","regions":[[76,46,112,6,0,0,0,0],[78,12,79,68,0,0,0,0],[80,9,111,10,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbyKXEfu_","regions":[[79,16,79,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[81,20,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A29_yXEfU_","regions":[[85,28,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A29_yXEfU_A27_yXEfU_","regions":[[86,32,96,26,0,0,0,0],[87,32,87,65,0,0,0,0],[87,66,93,30,0,0,0,0],[93,36,95,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyKXEfu_","regions":[[104,28,104,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV17saveButtonSection33_9F18B463604CD01991FBB6ED51959453LLQrvg7SwiftUI05TupleF0VyAF6SpacerV_AF08ModifiedE0VyAF0F0PAFE8disabledyQrSbFQOyAnFE9focusableyQrSbFQOyAnFE11buttonStyleyQrqd__AF09PrimitivejY0Rd__lFQOyAF0J0VyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A4_A4_A4_A4_A4_AF9AlignmentVtFQOyAF6HStackVyAF012_ConditionalE0VyAHyAnFEAU5width6heightA0_QrA4__A4_A6_tFQOyAnFE11scaleEffect_6anchorQrA3__AF9UnitPointVtFQOyAF08ProgressF0VyAF05EmptyF0VA20_G_Qo__Qo__AF4TextVtGA25_GG_Qo_G_AF017BorderedProminentjY0VQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyKXEfu0_","regions":[[105,28,105,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvg","regions":[[115,53,127,6,0,0,0,0],[117,12,117,46,0,0,0,0],[117,47,126,10,0,0,0,0],[121,16,121,39,0,0,0,0],[121,40,125,14,0,0,0,0],[125,14,126,10,0,0,0,0],[126,10,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbAA16KanataDiagnosticVXEfU_","regions":[[118,67,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgSbAA16KanataDiagnosticVXEfU_SbyKXEfu_","regions":[[119,45,119,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ContentViewMainTabV24diagnosticSummarySection33_9F18B463604CD01991FBB6ED51959453LLQrvgyycfU0_","regions":[[122,71,124,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV16normalizedErrors33_9F18B463604CD01991FBB6ED51959453LLSaySSGvg","regions":[[143,44,147,6,0,0,0,0],[145,15,145,63,0,0,0,0],[146,15,146,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg","regions":[[149,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_","regions":[[150,50,310,10,0,0,0,0],[197,32,221,14,0,0,0,0],[221,14,310,10,0,0,0,0],[223,31,249,14,0,0,0,0],[249,14,310,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_","regions":[[151,37,168,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_ANyXEfU_","regions":[[152,57,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_yyScMYccfU0_","regions":[[160,24,162,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A12_yXEfU_A7_yXEfU1_","regions":[[162,26,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_","regions":[[172,24,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_","regions":[[173,58,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_A54_Si_SStcfU_","regions":[[174,81,190,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A57_yXEfU0_A55_yXEfU_A54_Si_SStcfU_A43_yXEfU_","regions":[[175,61,183,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A62_yXEfU1_","regions":[[198,37,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A62_yXEfU1_ANyXEfU_","regions":[[202,61,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A83_yXEfU2_","regions":[[224,37,239,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A83_yXEfU2_A81_yXEfU_","regions":[[228,61,237,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A88_yXEfU3_","regions":[[251,32,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_","regions":[[264,33,309,14,0,0,0,0],[277,39,295,18,0,0,0,0],[295,18,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU_","regions":[[265,39,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU0_","regions":[[270,46,272,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU1_","regions":[[278,28,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_A114_yXEfU2_","regions":[[280,30,290,22,0,0,0,0],[281,28,281,39,0,0,0,0],[281,40,287,26,0,0,0,0],[287,32,289,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_A114_yXEfU2_A109_yXEfU_","regions":[[282,48,286,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU3_","regions":[[298,39,300,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ValidationFailureDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AMtGG_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAsEE4fontyQrAE4FontVSgFQOyAsEE010foregroundR0yQrqd__AE05ShapeR0Rd__lFQOyAE5ImageV_AE012HierarchicalxR0VQo__Qo_G_AE05PlaintR0VQo_tGG_AE7DividerVAsEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A27_A27_A27_A27_A27_AE9AlignmentVtFQOyAE06ScrollL0VyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAKyAE7ForEachVySaySi6offset_SS7elementtGSiAsEE10background_A23_Qrqd___A29_tAeRRd__lFQOyAsEE7paddingyQrA26_FQOyAsEEA16_A17_A18_A19_A20_A21_A22_A23_QrA27__A27_A27_A27_A27_A27_A29_tFQOyAIyAGyAM_AsEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAM_Qo_tGG_Qo__Qo__AE01_xL0VyAE16RoundedRectangleVAE5ColorVGQo_GG_Qo_G_Qo_AsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyAsEEA0_yQrqd__AEA1_Rd__lFQOyAsEEAXyQrA_FQOyA3__Qo__A52_Qo__AoQtGG_Qo__AsEE7overlay_A23_Qrqd___A29_tAeRRd__lFQOyA53__AE012StrokeBorderxL0VyA50_A52_AE05EmptyL0VGQo_Qo_SgAsEEA37__A23_Qrqd___A29_tAeRRd__lFQOyAsEEA38_yQrA26_FQOyAIyAGyA61__AKyAGyAM_AsEE14truncationModeyQrAM14TruncationModeOFQOyAsEE9lineLimityQrSiSgFQOyAM_Qo__Qo_tGGAQtGG_Qo__A71_Qo_SgAIyAGyA6__A80_AQtGGA15_AIyAGyAE15ModifiedContentVyAWyAMGAE31AccessibilityAttachmentModifierVG_A95_A91_yAsEE4helpyQrAE015LocalizedStringA0VFQOyAsEE8disabledyQrSbFQOyAWyAE19_ConditionalContentVyAIyAGyAsEE11controlSizeyQrAE11ControlSizeOFQOyAE08ProgressL0VyA69_A69_G_Qo__AMtGGAE5LabelVyAMA3_GGG_Qo__Qo_A94_GSgAQA95_A91_yAsEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA92__Qo_A94_GtGGtGyXEfU_A125_yXEfU4_yyScMYccfU4_","regions":[[303,32,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_stateController33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA04MaincrH0CGvpfi","regions":[[14,40,14,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_stateController33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA04MaincrH0CGvpfiAJycfu_AJycfu0_","regions":[[14,40,14,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_recordingCoordinator33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA09RecordingH0CGvpfi","regions":[[15,45,15,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_recordingCoordinator33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI11StateObjectVyAA09RecordingH0CGvpfiAJycfu_AJycfu0_","regions":[[15,45,15,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25showingInstallationWizardSbvW","regions":[[17,16,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_showingInstallationWizard33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[16,44,16,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17_canPresentModals33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[25,35,25,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_pendingShowWizardRequest33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[26,43,26,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_hasCheckedRequirements33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[28,41,28,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV18_showStatusMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[29,36,29,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV14_statusMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[30,32,30,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV22_showingEmergencyAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[31,40,31,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingConfigCorruptionAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[33,47,33,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_configCorruptionDetails33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[34,42,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_configRepairSuccessful33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[35,41,35,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_showingRepairFailedAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[36,43,36,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_repairFailedDetails33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[37,38,37,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV019_failedConfigBackupB033_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[38,41,38,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_showingInstallAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[39,38,39,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingKanataNotRunningAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[40,47,40,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV33_showingKanataServiceStoppedAlert33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[41,51,41,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV18_showingSimpleMods33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[42,36,42,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV27_showingEmergencyStopDialog33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[43,45,43,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV23_showingUninstallDialog33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[44,41,44,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV13_toastManager33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVyAA011WizardToastH0CGvpfi","regions":[[45,31,45,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17saveDebounceDelaySdvpfi","regions":[[48,43,48,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_lastInputDisabledReason33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[52,50,52,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV25_lastOutputDisabledReason33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[53,51,53,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20_isInitialConfigLoad33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[54,38,54,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV16_showSetupBanner33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[55,34,55,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_showingConfigValidationError33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[56,47,56,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV29_configValidationErrorMessage33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[57,47,57,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30_showingValidationFailureModal33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[58,48,58,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24_validationFailureErrors33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySaySSGGvpfi","regions":[[59,52,59,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_validationFailureCopyText33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySSGvpfi","regions":[[60,52,60,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV21_isAttemptingAIRepair33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[61,39,61,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV30_lastKanataServiceIssuePresent33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[64,48,64,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV28_hasSeenHealthyKanataService33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[65,46,65,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_startupObserversInstalled33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[68,44,68,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV26_recoveryHandlersInstalled33_6107B27E4225351B6D85D703B40DF51DLL7SwiftUI5StateVySbGvpfi","regions":[[69,44,69,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvg","regions":[[71,48,107,6,0,0,0,0],[73,98,93,10,0,0,0,0],[82,16,82,38,0,0,0,0],[82,39,90,14,0,0,0,0],[86,29,89,18,0,0,0,0],[89,18,90,14,0,0,0,0],[90,20,92,14,0,0,0,0],[92,14,93,10,0,0,0,0],[93,10,106,19,0,0,0,0],[95,12,95,74,0,0,0,0],[95,75,99,10,0,0,0,0],[99,19,99,90,0,0,0,0],[99,91,102,10,0,0,0,0],[102,19,102,87,0,0,0,0],[102,88,105,10,0,0,0,0],[105,10,106,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgSbAHXEfU_","regions":[[84,54,84,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgAIyKXEfu_","regions":[[85,24,85,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17wizardInitialPage33_6107B27E4225351B6D85D703B40DF51DLL0aB10WizardCore0qI0OSgvgAIyKXEfu_SbAHXEfU0_","regions":[[85,50,85,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[111,46,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_","regions":[[118,28,118,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU0_","regions":[[119,29,119,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU1_","regions":[[120,21,120,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU2_","regions":[[121,33,121,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgySScfU3_","regions":[[122,28,122,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_","regions":[[128,23,136,14,0,0,0,0],[129,20,129,52,0,0,0,0],[129,53,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_yyYacfU_","regions":[[130,26,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuF9AlignmentVtFQOyAF5GroupVyAF012_ConditionalE0VyAhFE10transitionyQrqd__AF10TransitionRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_AUtFQOyAhFEA2_yQrA6__AUtFQOyAA013StatusMessageF0V_Qo__Qo__AF17OpacityTransitionVQo_AhFEAnopQQrAU_AuWtFQOyAF5ColorV_Qo_GG_Qo__SbQo_yXEfU5_","regions":[[137,55,155,14,0,0,0,0],[153,52,153,54,0,0,0,0],[153,57,153,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithLayout33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuF9AlignmentVtFQOyAF5GroupVyAF012_ConditionalE0VyAhFE10transitionyQrqd__AF10TransitionRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_AUtFQOyAhFEA2_yQrA6__AUtFQOyAA013StatusMessageF0V_Qo__Qo__AF17OpacityTransitionVQo_AhFEAnopQQrAU_AuWtFQOyAF5ColorV_Qo_GG_Qo__SbQo_yXEfU5_A17_yXEfU_","regions":[[139,23,152,18,0,0,0,0],[140,24,140,41,0,0,0,0],[140,42,148,22,0,0,0,0],[148,28,151,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[158,46,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_","regions":[[161,54,175,14,0,0,0,0],[162,20,162,27,0,0,0,0],[162,28,174,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_yycfU_","regions":[[166,36,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgySb_SbtcfU_yycfU_ytSgyYacfU_","regions":[[167,34,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE17environmentObjectyQrqd__7Combine010ObservableT0Rd__lFQOyAA010SimpleModsF0V_AA06KanataF5ModelCQo_ycfU0_","regions":[[176,53,179,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvgAA19EmergencyStopDialogVycfU1_","regions":[[180,62,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithSheets33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAFE17environmentObjectyQrqd__7Combine010ObservableT0Rd__lFQOyAA09UninstallaB6DialogV_AA06KanataF5ModelCQo_ycfU2_","regions":[[183,58,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[189,49,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_","regions":[[191,23,262,14,0,0,0,0],[217,106,228,18,0,0,0,0],[220,24,220,46,0,0,0,0],[220,47,227,22,0,0,0,0],[237,20,237,50,0,0,0,0],[237,51,241,18,0,0,0,0],[243,20,243,43,0,0,0,0],[243,44,246,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_ySScfU_","regions":[[203,36,203,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYaKcfU0_","regions":[[223,30,226,26,0,0,0,0],[224,74,226,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYaYbScMYccfU1_","regions":[[253,22,256,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU_yyYacfU2_","regions":[[259,22,261,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU0_","regions":[[263,91,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU1_","regions":[[267,92,271,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgySbcfU2_","regions":[[272,81,274,14,0,0,0,0],[273,84,273,94,0,0,0,0],[273,97,273,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation4DateV_AHtcfU3_","regions":[[276,59,287,14,0,0,0,0],[278,49,281,18,0,0,0,0],[281,18,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV20contentWithLifecycle33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU4_","regions":[[288,26,293,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg","regions":[[296,46,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI6ButtonVyAF4TextVGyXEfU_","regions":[[298,85,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI6ButtonVyAF4TextVGyXEfU_yyScMYccfU_","regions":[[299,30,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU0_","regions":[[302,24,306,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU1_","regions":[[307,102,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU2_","regions":[[310,106,312,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU3_","regions":[[313,109,315,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU4_","regions":[[316,105,318,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU5_","regions":[[319,95,324,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_","regions":[[326,99,348,14,0,0,0,0],[328,99,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_yyYacfU_","regions":[[330,26,341,22,0,0,0,0],[335,28,335,60,0,0,0,0],[335,61,340,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU6_yyYacfU0_","regions":[[343,26,346,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_","regions":[[351,87,356,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_yyScMYccfU_","regions":[[352,39,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU7_yyScMYccfU0_","regions":[[355,49,355,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU8_","regions":[[356,24,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_","regions":[[361,96,367,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_yyScMYccfU_","regions":[[362,30,362,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU9_yyScMYccfU0_","regions":[[363,44,366,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU10_","regions":[[367,24,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_","regions":[[370,91,380,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU_","regions":[[371,30,371,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU0_","regions":[[372,53,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU0_yyYacfU_","regions":[[374,26,374,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_A2MtGyXEfU11_yyScMYccfU1_","regions":[[376,44,379,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU12_","regions":[[380,24,382,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_","regions":[[385,86,391,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_yyScMYccfU_","regions":[[386,30,386,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU13_yyScMYccfU0_","regions":[[387,39,390,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU14_","regions":[[391,24,395,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_","regions":[[396,94,411,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU_","regions":[[397,43,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU_yyYacfU_","regions":[[399,26,408,22,0,0,0,0],[403,28,403,37,0,0,0,0],[403,38,405,26,0,0,0,0],[405,32,407,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU15_yyScMYccfU0_","regions":[[410,49,410,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU16_","regions":[[411,24,413,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_","regions":[[416,99,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_yyScMYccfU_","regions":[[417,30,417,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI05TupleF0VyAF6ButtonVyAF4TextVG_AMtGyXEfU17_yyScMYccfU0_","regions":[[418,44,421,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI4TextVyXEfU18_","regions":[[422,24,424,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgyycfU19_","regions":[[425,76,430,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_","regions":[[430,16,452,14,0,0,0,0],[446,78,446,105,0,0,0,0],[446,108,446,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU_","regions":[[434,35,434,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU0_","regions":[[435,35,438,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU1_","regions":[[439,40,442,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU2_","regions":[[443,32,445,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvg7SwiftUI0F0PAAE20customizeSheetWindowQryFQOyAA23ValidationFailureDialogV_Qo_ycfU20_yycfU3_","regions":[[446,78,446,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySSSg_AFtcfU21_","regions":[[453,52,463,14,0,0,0,0],[455,41,462,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySSSg_AFtcfU21_SbSSXEfU_","regions":[[458,81,458,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU22_","regions":[[464,92,468,14,0,0,0,0],[466,44,466,54,0,0,0,0],[466,54,468,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgy10Foundation12NotificationVcfU22_SaySSGyKXEfu_","regions":[[465,79,465,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17contentWithAlerts33_6107B27E4225351B6D85D703B40DF51DLLQrvgySay0aB10WizardCore0Q5IssueVGcfU23_","regions":[[469,49,471,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV4bodyQrvg","regions":[[474,25,477,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tF","regions":[[481,45,497,6,0,0,0,0],[491,42,491,44,0,0,0,0],[491,47,491,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tFSbyKXEfu_","regions":[[490,50,490,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17showStatusMessage7messageySS_tFyyYacfU_","regions":[[493,34,496,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV24openSystemStatusSettingsyyF","regions":[[499,37,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ContentViewV17openRulesSettingsyyF","regions":[[504,30,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg","regions":[[11,25,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_","regions":[[12,49,65,10,0,0,0,0],[61,16,61,37,0,0,0,0],[61,38,64,14,0,0,0,0],[64,14,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_","regions":[[13,52,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_yyScMYccfU_","regions":[[15,29,19,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_A15_yXEfU0_","regions":[[20,28,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/ContentViewHeader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17ContentViewHeaderV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAE08ModifiedE0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_AiEEATQryFQOyAE4TextV_Qo_AE6SpacerVAiEEAjklMQrAQ_AqStFQOyAXyAGyA25__AA21SystemStatusIndicatorVtGG_Qo_tGG_Qo__Qo__AiEE6offset1x1yQrAP_APtFQOyAiEEAtuVQrSb_SbtFQOyA25__Qo__Qo_AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAA20LayerStatusIndicatorV_Qo_SgtGyXEfU_A34_yXEfU_A31_yXEfU1_","regions":[[39,36,49,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CustomLayoutStoreV4loadACyFZ","regions":[[11,45,18,6,0,0,0,0],[14,14,16,10,0,0,0,0],[16,10,17,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CustomLayoutStoreV4saveyyF","regions":[[21,17,27,6,0,0,0,0],[22,63,25,10,0,0,0,0],[25,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomLayoutStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StoredLayoutV2id4name9sourceURL10layoutJSON10importDate0K7VariantACSS_S2SSg10Foundation4DataVAK0N0VAJtcfC","regions":[[45,5,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV2id5title5input6output9isEnabled5notes9createdAt8behavior11targetLayerAC10Foundation4UUIDV_S3SSbSSSgAM4DateVAA15MappingBehaviorOSgAA0f10CollectionR0OtcfC","regions":[[27,7,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV4fromACs7Decoder_p_tKcfC","regions":[[47,47,59,6,0,0,0,0],[48,72,59,6,0,0,0,0],[49,58,59,6,0,0,0,0],[50,66,59,6,0,0,0,0],[51,66,59,6,0,0,0,0],[52,68,59,6,0,0,0,0],[53,72,59,6,0,0,0,0],[54,75,59,6,0,0,0,0],[55,72,59,6,0,0,0,0],[56,90,59,6,0,0,0,0],[58,100,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV4fromACs7Decoder_p_tKcfcAA0F15CollectionLayerOyKXEfu_","regions":[[58,104,58,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV6encode2toys7Encoder_p_tKF","regions":[[61,52,72,6,0,0,0,0],[63,46,72,6,0,0,0,0],[64,52,72,6,0,0,0,0],[65,52,72,6,0,0,0,0],[66,54,72,6,0,0,0,0],[67,60,72,6,0,0,0,0],[68,61,72,6,0,0,0,0],[69,60,72,6,0,0,0,0],[70,67,72,6,0,0,0,0],[71,64,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV12displayTitleSSvg","regions":[[76,30,80,6,0,0,0,0],[78,15,78,39,0,0,0,0],[79,15,79,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV11summaryTextSSvg","regions":[[82,29,89,6,0,0,0,0],[85,9,87,10,0,0,0,0],[87,10,88,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV02asA7MappingAA0aH0VyF","regions":[[91,39,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10CustomRuleV02asF10CollectionAA0fH0VyF","regions":[[95,47,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyF","regions":[[111,44,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFSbACcfu_","regions":[[112,16,112,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFAhCXEfU_","regions":[[112,33,112,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE02asF11CollectionsSayAA0F10CollectionVGyF","regions":[[115,50,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRule.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA10CustomRuleV7ElementRtzrlE02asF11CollectionsSayAA0F10CollectionVGyFAhCXEfU_","regions":[[116,13,116,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO15validKanataKeysShySSGvpZfiAEyXEfU_","regions":[[8,54,47,6,0,0,0,0],[12,50,14,10,0,0,0,0],[14,10,46,20,0,0,0,0],[17,34,19,10,0,0,0,0],[19,10,46,20,0,0,0,0],[22,27,24,10,0,0,0,0],[24,10,46,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13systemActionsSayAA16SystemActionInfoVGvgZ","regions":[[158,57,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20validSystemActionIdsShySSGvgZ","regions":[[163,57,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20validSystemActionIdsShySSGvgZSSAA0iJ4InfoVcfu_","regions":[[164,45,164,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO12systemAction3forAA06SystemI4InfoVSgSS_tFZ","regions":[[168,74,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO15ValidationErrorO16errorDescriptionSSSgvg","regions":[[183,46,198,10,0,0,0,0],[184,20,184,24,0,0,0,0],[185,13,186,44,0,0,0,0],[187,13,188,45,0,0,0,0],[189,13,190,46,0,0,0,0],[191,13,192,47,0,0,0,0],[193,13,194,69,0,0,0,0],[195,13,196,59,0,0,0,0],[197,14,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8validateySayAC15ValidationErrorOGAA0eF0VFZ","regions":[[204,74,244,6,0,0,0,0],[211,12,211,32,0,0,0,0],[211,33,213,10,0,0,0,0],[214,12,214,33,0,0,0,0],[214,34,216,10,0,0,0,0],[219,12,219,27,0,0,0,0],[219,28,221,10,0,0,0,0],[221,10,243,22,0,0,0,0],[224,12,224,37,0,0,0,0],[224,38,226,10,0,0,0,0],[230,35,234,10,0,0,0,0],[231,16,231,44,0,0,0,0],[231,45,233,14,0,0,0,0],[234,10,243,22,0,0,0,0],[239,12,239,47,0,0,0,0],[239,48,241,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO07isValidA0ySbSSFZ","regions":[[247,58,271,6,0,0,0,0],[251,12,251,48,0,0,0,0],[251,49,253,10,0,0,0,0],[253,10,270,21,0,0,0,0],[256,12,256,41,0,0,0,0],[256,42,258,10,0,0,0,0],[258,10,270,21,0,0,0,0],[261,12,261,33,0,0,0,0],[261,34,263,10,0,0,0,0],[263,10,270,21,0,0,0,0],[266,12,266,37,0,0,0,0],[266,38,268,10,0,0,0,0],[268,10,270,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO20isSystemActionOutputySbSSFZ","regions":[[274,71,287,6,0,0,0,0],[277,75,277,91,0,0,0,0],[277,91,286,21,0,0,0,0],[279,67,285,10,0,0,0,0],[281,72,284,14,0,0,0,0],[284,14,285,10,0,0,0,0],[285,10,286,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21extractSystemActionId4fromSSSgSS_tFZ","regions":[[290,78,303,6,0,0,0,0],[292,75,292,89,0,0,0,0],[292,89,302,19,0,0,0,0],[296,9,301,10,0,0,0,0],[298,16,298,55,0,0,0,0],[298,56,300,14,0,0,0,0],[300,14,301,10,0,0,0,0],[301,10,302,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO07isValidA10OrModifiedySbSSFZ","regions":[[306,68,317,6,0,0,0,0],[309,40,314,10,0,0,0,0],[310,16,310,37,0,0,0,0],[310,38,313,14,0,0,0,0],[313,14,314,10,0,0,0,0],[314,10,316,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZ","regions":[[320,63,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZS2SXEfU_","regions":[[322,18,322,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8tokenizeySaySSGSSFZSbSSXEfU0_","regions":[[323,21,323,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO09normalizeA0yS2SFZ","regions":[[327,62,342,6,0,0,0,0],[331,51,333,10,0,0,0,0],[333,10,341,26,0,0,0,0],[336,12,336,48,0,0,0,0],[336,49,338,10,0,0,0,0],[338,10,341,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13checkConflict3for7againstAC15ValidationErrorOSgAA0eF0V_SayAKGtFZ","regions":[[354,27,365,6,0,0,0,0],[357,90,362,10,0,0,0,0],[359,16,359,53,0,0,0,0],[359,54,361,14,0,0,0,0],[361,14,362,10,0,0,0,0],[362,10,364,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO13checkConflict3for7againstAC15ValidationErrorOSgAA0eF0V_SayAKGtFZSbyKXEfu_","regions":[[357,67,357,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO8validate_13existingRulesSayAC15ValidationErrorOGAA0eF0V_SayAJGtFZ","regions":[[375,28,384,6,0,0,0,0],[379,12,379,26,0,0,0,0],[379,92,381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO5valueSSvg","regions":[[394,34,399,10,0,0,0,0],[395,20,395,24,0,0,0,0],[396,13,396,32,0,0,0,0],[397,13,397,54,0,0,0,0],[398,14,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO12displayLabelSSvg","regions":[[402,41,407,10,0,0,0,0],[403,20,403,24,0,0,0,0],[404,13,404,32,0,0,0,0],[405,13,405,46,0,0,0,0],[406,14,407,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO10SuggestionO8sfSymbolSSSgvg","regions":[[410,38,415,10,0,0,0,0],[411,20,411,24,0,0,0,0],[412,13,412,27,0,0,0,0],[413,13,413,50,0,0,0,0],[414,14,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZ","regions":[[421,82,469,6,0,0,0,0],[424,12,424,30,0,0,0,0],[424,31,429,10,0,0,0,0],[429,10,468,28,0,0,0,0],[434,37,440,10,0,0,0,0],[437,16,437,23,0,0,0,0],[437,24,439,14,0,0,0,0],[440,10,468,28,0,0,0,0],[443,63,445,10,0,0,0,0],[445,10,468,28,0,0,0,0],[448,97,450,10,0,0,0,0],[450,10,468,28,0,0,0,0],[453,80,460,10,0,0,0,0],[454,16,457,15,0,0,0,0],[457,16,459,14,0,0,0,0],[460,10,468,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZAgA16SystemActionInfoVXEfU_","regions":[[426,59,426,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZAGSSXEfU0_","regions":[[427,39,427,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbyKXEfu_","regions":[[436,17,436,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbyKXEfu0_","regions":[[448,71,448,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbAG10suggestion_Si8priorityt_tXEfU1_","regions":[[454,41,457,14,0,0,0,0],[455,53,455,78,0,0,0,0],[455,78,456,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZSbAG10suggestion_Si8priorityt_AgI_SiAJttXEfU2_","regions":[[463,31,468,10,0,0,0,0],[464,16,464,40,0,0,0,0],[464,41,466,14,0,0,0,0],[466,14,467,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO21structuredSuggestions3forSayAC10SuggestionOGSS_tFZA2G10suggestion_Si8priorityt_tcfu1_","regions":[[468,15,468,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZ","regions":[[474,68,507,6,0,0,0,0],[477,12,477,30,0,0,0,0],[477,31,479,10,0,0,0,0],[479,10,506,21,0,0,0,0],[484,63,486,10,0,0,0,0],[486,10,506,21,0,0,0,0],[489,97,491,10,0,0,0,0],[491,10,506,21,0,0,0,0],[494,80,498,10,0,0,0,0],[495,16,495,65,0,0,0,0],[495,66,497,14,0,0,0,0],[498,10,506,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbyKXEfu_","regions":[[489,71,489,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbSS3key_Si8priorityt_tXEfU_","regions":[[495,41,495,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZSbSS3key_Si8priorityt_SSAG_SiAHttXEfU0_","regions":[[501,31,506,10,0,0,0,0],[502,16,502,40,0,0,0,0],[502,41,504,14,0,0,0,0],[504,14,505,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO11suggestions3forSaySSGSS_tFZS2S3key_Si8priorityt_tcfu0_","regions":[[506,15,506,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/CustomRuleValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRuleValidatorO17suggestCorrection3forSSSgSS_tFZ","regions":[[512,70,523,6,0,0,0,0],[516,51,518,10,0,0,0,0],[518,10,522,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC7fileURL0H7ManagerAC10Foundation0I0VSg_So06NSFileJ0Ctcfc","regions":[[13,68,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC7fileURL0H7ManagerAC10Foundation0I0VSg_So06NSFileJ0CtcfcAHyKXEfu_","regions":[[18,35,18,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04loadF0SayAA0E4RuleVGyF","regions":[[30,38,49,6,0,0,0,0],[32,65,35,10,0,0,0,0],[35,10,49,6,0,0,0,0],[36,12,45,10,0,0,0,0],[37,53,44,25,0,0,0,0],[39,74,44,25,0,0,0,0],[41,31,43,14,0,0,0,0],[43,14,44,25,0,0,0,0],[45,17,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04saveF0yySayAA0E4RuleVGKF","regions":[[51,50,61,6,0,0,0,0],[53,27,55,10,0,0,0,0],[55,10,61,6,0,0,0,0],[57,90,61,6,0,0,0,0],[58,45,61,6,0,0,0,0],[59,54,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/CustomRulesStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CustomRulesStoreC04testG02atAC10Foundation3URLV_tFZ","regions":[[66,76,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg","regions":[[15,25,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_","regions":[[16,49,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_","regions":[[21,32,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_","regions":[[27,22,33,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_A26_SScfU_","regions":[[28,50,32,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A27_yXEfU_A26_SScfU_yyScMYccfU_","regions":[[29,37,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06InlineA5FieldV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAE15ModifiedContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AwE9AlignmentVtFQOyAoEE04textF5StyleyQrqd__AE0lfY0Rd__lFQOyAE0lF0VyAIG_AE013RoundedBorderlfY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AMyAoEE04menuY0yQrqd__AE04MenuY0Rd__lFQOyAE4MenuVyAoEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_AE7ForEachVySaySSGSSAE6ButtonVyAIGGG_AE020BorderlessButtonMenuY0VQo_A8_GtGGtGyXEfU_A33_yXEfU_A20_yXEfU0_","regions":[[33,26,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg","regions":[[53,25,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0mY0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[54,28,72,10,0,0,0,0],[56,35,61,14,0,0,0,0],[61,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0mY0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_SSyKXEfu_","regions":[[69,29,69,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV4bodyQrvgyycfU0_","regions":[[83,19,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyF","regions":[[88,32,118,6,0,0,0,0],[92,90,95,10,0,0,0,0],[95,10,118,6,0,0,0,0],[98,57,98,70,0,0,0,0],[98,73,98,95,0,0,0,0],[105,33,111,10,0,0,0,0],[107,16,107,60,0,0,0,0],[107,61,110,14,0,0,0,0],[110,14,111,10,0,0,0,0],[111,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFSSSscfu_","regions":[[116,18,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFS2SXEfU_","regions":[[117,39,117,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV04loadC4Info33_9AC223CD4BEA926349AE03750022F752LLyyFSSyKXEfu0_","regions":[[117,57,117,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchChipV11loadFromURL33_9AC223CD4BEA926349AE03750022F752LLyy10Foundation0I0VF","regions":[[120,42,135,6,0,0,0,0],[129,9,131,10,0,0,0,0],[131,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV6domain33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[146,32,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvg","regions":[[150,25,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0J0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0lX0OtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[151,28,167,10,0,0,0,0],[152,28,157,14,0,0,0,0],[157,20,162,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvgyycfU0_","regions":[[178,19,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7URLChipV4bodyQrvgyycfU0_yyYacfU_","regions":[[179,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV10actionInfo33_9AC223CD4BEA926349AE03750022F752LLSS4icon_SS4nametvg","regions":[[193,58,200,6,0,0,0,0],[195,75,197,10,0,0,0,0],[197,10,199,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV4bodyQrvg","regions":[[202,25,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionChipV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVtGyXEfU_","regions":[[203,28,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV9layerIcon33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[235,35,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV11displayName33_9AC223CD4BEA926349AE03750022F752LLSSvg","regions":[[240,37,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV4bodyQrvg","regions":[[244,25,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerSwitchChipV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVtGyXEfU_","regions":[[245,28,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV5title11systemImage8subtitleACSS_S2SSgtcfC","regions":[[278,71,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg","regions":[[284,25,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGG_AYSgtGyXEfU_","regions":[[285,49,303,10,0,0,0,0],[298,29,302,14,0,0,0,0],[302,14,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGG_AYSgtGyXEfU_A0_yXEfU_","regions":[[286,32,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg","regions":[[315,25,346,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE19_ConditionalContentVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE5ImageV_Qo_AmEEAnopQQrAU_AuWtFQOyAmEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAY_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGG_A12_tGyXEfU_","regions":[[316,49,340,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE19_ConditionalContentVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE5ImageV_Qo_AmEEAnopQQrAU_AuWtFQOyAmEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAY_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGG_A12_tGyXEfU_A15_yXEfU_","regions":[[317,32,335,14,0,0,0,0],[319,39,323,18,0,0,0,0],[323,24,328,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV4bodyQrvgyycfU0_","regions":[[343,19,345,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C18RulesSectionHeaderV04loadC4Icon33_9AC223CD4BEA926349AE03750022F752LLyyF","regions":[[348,32,354,6,0,0,0,0],[349,117,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg","regions":[[365,25,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[366,49,391,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ANyXEfU_","regions":[[368,32,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[381,40,383,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Chips.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C7RuleRowV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA0A7CapChipV_AE4TextVAKtGG_AE6SpacerVAE15ModifiedContentVyAE0K0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAuEE010foregroundT0yQrqd__AE05ShapeT0Rd__lFQOyAuEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_G_AE05PlainvT0VQo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU1_","regions":[[383,22,387,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg","regions":[[8,25,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg7SwiftUI05TupleH0VyAE6VStackVyAGyAE4TextV_AKtGG_AE6SpacerVtGyXEfU_","regions":[[9,33,18,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22CustomRulesToolbarViewV4bodyQrvg7SwiftUI05TupleH0VyAE6VStackVyAGyAE4TextV_AKtGG_AE6SpacerVtGyXEfU_ALyXEfU_","regions":[[10,53,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg","regions":[[33,25,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_","regions":[[34,49,108,10,0,0,0,0],[102,32,107,14,0,0,0,0],[107,14,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_","regions":[[38,64,71,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_yyScMYccfU_","regions":[[62,24,64,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A17_yXEfU_A8_yXEfU0_","regions":[[64,26,66,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_","regions":[[73,64,96,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_A37_yXEfU_","regions":[[74,57,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23CustomRulesInlineEditorV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6HStackVyAGyAA0gA5FieldV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI_Qo_AmoEEAPyQrAT_AXtFQOyAE15ModifiedContentVyAoEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAE5LabelVyAiE5ImageVGG_AE023BorderedProminentButtonZ0VQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGAKyAGyAE6VStackVyAGyAI_A_yAoEE5frame5width6height9alignmentQrAX_AxE9AlignmentVtFQOyAoEE04textpZ0yQrqd__AE0npZ0Rd__lFQOyAE0nP0VyAIG_AE013RoundedBordernpZ0VQo__Qo_A14_GtGG_A20_yAGyAI_A_yAoEE9lineLimityQrSNySiGFQOyA35__Qo_A14_GtGGtGGAIA_yAIA14_GSgtGyXEfU_A45_yXEfU0_A43_yXEfU0_","regions":[[85,57,95,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV06hasAnyF033_7EFC2E65835814C72A51421A9D5A5F6BLLSbvg","regions":[[122,35,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV06hasAnyF033_7EFC2E65835814C72A51421A9D5A5F6BLLSbvgSbyKXEfu_","regions":[[123,27,123,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg","regions":[[126,25,200,6,0,0,0,0],[127,12,127,24,0,0,0,0],[127,25,148,10,0,0,0,0],[148,16,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_","regions":[[128,33,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_A0_yXEfU_","regions":[[129,37,144,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI6VStackVyAE05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AGyAIyAE4TextV_AYtGGtGGyXEfU_A0_yXEfU_AZyXEfU_","regions":[[134,40,143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_","regions":[[149,24,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_","regions":[[150,41,196,18,0,0,0,0],[153,24,153,38,0,0,0,0],[153,39,176,22,0,0,0,0],[176,22,196,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_","regions":[[161,40,175,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_ySbcfU_","regions":[[164,43,166,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_yycfU0_","regions":[[167,49,169,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A6_A_cfU_yycfU1_","regions":[[170,43,172,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_","regions":[[180,41,195,22,0,0,0,0],[183,60,183,61,0,0,0,0],[183,64,183,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_A22_A18_cfU_","regions":[[185,51,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CustomRulesListViewV4bodyQrvg7SwiftUI0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE10LazyVStackVyAE05TupleH0VyATyAgEEAHyQrAL_APtFQOyAA0F13SectionHeaderV_Qo__AE7ForEachVySayAA0E4RuleVG10Foundation4UUIDVAgEEAHyQrAL_APtFQOyAA0eY3RowV_Qo_GtGSg_AYySayAA0C6KeymapVGA3_ATyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAA0cfuV0V_Qo__Qo__AYySayAA0cA8OverrideVGA3_AgEEAHyQrAL_APtFQOyAA0cY3RowV_Qo_GtGGtGG_Qo_yXEfU0_A26_yXEfU_A24_A11_cfU0_A22_A18_cfU_yycfU_","regions":[[189,43,191,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19appLaunchIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[212,46,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV22systemActionIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[217,49,227,6,0,0,0,0],[223,14,225,10,0,0,0,0],[225,10,226,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV13urlIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[230,40,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV21layerSwitchIdentifier33_7EFC2E65835814C72A51421A9D5A5F6BLLSSSgvg","regions":[[235,48,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg","regions":[[239,25,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_","regions":[[240,50,310,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_","regions":[[241,50,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A14_yXEfU_","regions":[[242,57,278,18,0,0,0,0],[273,63,277,22,0,0,0,0],[277,22,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A14_yXEfU_A11_yXEfU_","regions":[[246,40,271,22,0,0,0,0],[253,60,255,26,0,0,0,0],[255,73,257,26,0,0,0,0],[257,61,259,26,0,0,0,0],[259,73,261,26,0,0,0,0],[261,32,263,26,0,0,0,0],[266,57,268,26,0,0,0,0],[268,26,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_SbyYbcfU0_","regions":[[285,30,285,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_ySbYbcfU1_","regions":[[286,30,286,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_","regions":[[294,22,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_yyScMYccfU_","regions":[[295,46,295,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A57_yXEfU2_yyScMYccfU0_","regions":[[298,58,298,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6VStackVyAIyAE4TextV_AGyAIyAA0A7CapChipV_AmE19_ConditionalContentVyAQyAQyAA0c6LaunchQ0VAA012SystemActionQ0VGAQyAA7URLChipVAA011LayerSwitchQ0VGGAOGAC015behaviorSummaryM033_7EFC2E65835814C72A51421A9D5A5F6BLL0Z0QrAA15MappingBehaviorO_tFQOy_Qo_SgAE6SpacerVtGGAMSgtGG_A10_AE08ModifiedS0VyAE0M0PAEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyA19_AEE12labelsHiddenQryFQOyAE6ToggleVyAMG_Qo__AE0Y11ToggleStyleVQo_AE31AccessibilityAttachmentModifierVGA17_yA19_AEE9menuStyleyQrqd__AE9MenuStyleRd__lFQOyAE4MenuVyA19_AEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19_AEE10imageScaleyQrAE5ImageV5ScaleOFQOyA48__Qo__Qo_AIyA17_yAE6ButtonVyAMGA31_G_A56_tGG_AE25BorderlessButtonMenuStyleVQo_A31_GtGGyXEfU_A63_yXEfU_A52_yXEfU3_","regions":[[301,26,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF","regions":[[319,78,355,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyJ0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleJ0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_","regions":[[320,28,353,10,0,0,0,0],[321,20,321,28,0,0,0,0],[322,13,323,92,0,0,0,0],[325,13,341,18,0,0,0,0],[326,57,341,18,0,0,0,0],[329,24,329,45,0,0,0,0],[329,46,331,22,0,0,0,0],[331,28,340,22,0,0,0,0],[343,13,344,28,0,0,0,0],[346,13,351,18,0,0,0,0],[352,14,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV19behaviorSummaryView33_7EFC2E65835814C72A51421A9D5A5F6BLL0H0QrAA15MappingBehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyJ0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleJ0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_A1_Si_SS_S2SttcfU_","regions":[[332,82,339,26,0,0,0,0],[333,32,333,45,0,0,0,0],[333,46,337,30,0,0,0,0],[337,30,339,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV31extractBehaviorItemsInEditOrder33_7EFC2E65835814C72A51421A9D5A5F6BLL4fromSaySS_S2StGAA08TapDanceI0V_tF","regions":[[358,107,378,6,0,0,0,0],[366,43,375,10,0,0,0,0],[368,45,368,57,0,0,0,0],[368,57,375,10,0,0,0,0],[371,56,371,77,0,0,0,0],[371,80,371,100,0,0,0,0],[372,54,372,74,0,0,0,0],[372,77,372,87,0,0,0,0],[375,10,377,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV12behaviorItem33_7EFC2E65835814C72A51421A9D5A5F6BLL4icon5label3keyQrSS_S2StF","regions":[[381,86,389,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV12behaviorItem33_7EFC2E65835814C72A51421A9D5A5F6BLL4icon5label3keyQrSS_S2StF7SwiftUI9TupleViewVyAI0X0PAIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI4TextVAA0A7CapChipVtGyXEfU_","regions":[[382,28,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView+Subviews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CustomRuleRowV06formatA11ForBehavior33_7EFC2E65835814C72A51421A9D5A5F6BLLyS2SF","regions":[[391,64,437,6,0,0,0,0],[411,54,413,10,0,0,0,0],[413,10,436,43,0,0,0,0],[418,12,418,34,0,0,0,0],[418,35,421,10,0,0,0,0],[421,19,421,41,0,0,0,0],[421,42,424,10,0,0,0,0],[424,19,424,41,0,0,0,0],[424,42,427,10,0,0,0,0],[427,19,427,41,0,0,0,0],[427,42,430,10,0,0,0,0],[432,57,434,10,0,0,0,0],[434,10,436,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV11_appKeymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[8,50,8,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV09_newInputA033_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[10,46,10,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV010_newOutputA033_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[11,47,11,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV9_newTitle33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[12,43,12,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV9_newNotes33_2A1CE50BB70BBD7D70083C46F51F80ADLL7SwiftUI5StateVySSGvpfi","regions":[[13,43,13,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_","regions":[[16,53,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_SSSJXEfU_","regions":[[17,56,17,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06inlineA7Options33_2A1CE50BB70BBD7D70083C46F51F80ADLLSaySSGvpZfiAFyXEfU_SSSJXEfU0_","regions":[[18,40,18,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvg","regions":[[23,43,36,6,0,0,0,0],[26,27,28,10,0,0,0,0],[28,10,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvgSbAG_AGtXEfU_","regions":[[29,29,35,10,0,0,0,0],[30,16,30,46,0,0,0,0],[30,47,33,14,0,0,0,0],[33,14,34,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06sortedF033_2A1CE50BB70BBD7D70083C46F51F80ADLLSayAA0E4RuleVGvgSbAG_AGtXEfU_SbyKXEfu_","regions":[[34,37,34,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg","regions":[[38,25,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_","regions":[[39,49,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yyYbScMYccACYbcfu_","regions":[[53,28,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[53,28,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleV_SbtcfU_","regions":[[63,31,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleV_SbtcfU_yyYacfU_","regions":[[64,30,64,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVYbScMYccACYbcfu1_","regions":[[66,29,66,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVYbScMYccACYbcfu1_yA5_YbScMYccfu2_","regions":[[66,29,66,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0E4RuleVcfU0_","regions":[[67,31,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA0ef7ToolbarG0V_Qo__Qo__AE7DividerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0eF12InlineEditorV_Qo__Qo_AxA0ef4ListG0VtGyXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU1_","regions":[[70,34,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgyycfU0_","regions":[[75,19,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[78,85,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSSyKXEfu_","regions":[[82,60,82,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSbyYbcfU2_","regions":[[84,22,84,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgySbYbcfU3_","regions":[[85,22,85,60,0,0,0,0],[85,27,85,30,0,0,0,0],[85,31,85,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_","regions":[[87,11,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU_","regions":[[88,45,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU0_","regions":[[91,50,99,14,0,0,0,0],[92,49,95,18,0,0,0,0],[95,24,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU4_yyScMYccfU0_yyYacfU_","regions":[[94,26,94,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[102,20,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgSbyYbcfU6_","regions":[[108,22,108,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvgySbYbcfU7_","regions":[[109,22,109,63,0,0,0,0],[109,27,109,30,0,0,0,0],[109,31,109,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_","regions":[[111,11,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_yyScMYccfU_","regions":[[112,45,112,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_ALtGyXEfU8_yyScMYccfU0_","regions":[[113,50,118,14,0,0,0,0],[114,55,116,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV4bodyQrvg7SwiftUI4TextVSgyXEfU9_","regions":[[119,20,123,10,0,0,0,0],[120,51,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyF","regions":[[129,34,157,6,0,0,0,0],[139,37,142,10,0,0,0,0],[142,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_","regions":[[144,14,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV13addInlineRule33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[146,33,155,14,0,0,0,0],[147,20,147,25,0,0,0,0],[147,26,152,18,0,0,0,0],[152,24,154,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV14makeInlineRule5input6output5title5notesAA0eJ0VSS_S3StFZ","regions":[[164,21,177,6,0,0,0,0],[175,43,175,46,0,0,0,0],[175,49,175,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV16openRuleInDrawer33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyAA0eI0VF","regions":[[179,55,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyF","regions":[[187,35,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_","regions":[[188,14,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[190,33,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV04loadC7Keymaps33_2A1CE50BB70BBD7D70083C46F51F80ADLLyyFyyYacfU_yyYbScMYcXEfU_SbAA0C6KeymapV_AGtXEfU_","regions":[[191,45,191,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[196,77,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[197,14,215,10,0,0,0,0],[201,16,212,14,0,0,0,0],[202,20,202,51,0,0,0,0],[202,52,204,18,0,0,0,0],[203,116,204,18,0,0,0,0],[204,24,206,18,0,0,0,0],[205,80,206,18,0,0,0,0],[206,18,212,14,0,0,0,0],[208,67,212,14,0,0,0,0],[212,21,214,14,0,0,0,0],[214,14,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/CustomRulesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15CustomRulesViewV06deleteC4Rule33_2A1CE50BB70BBD7D70083C46F51F80ADLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[199,47,199,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC13ConfigurationV14suppressEvents03logJ006enableA11CodeMappingAESb_S2btcfC","regions":[[24,11,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC15keyboardCapture13configurationAcA08KeyboardI0CSg_AC13ConfigurationVtcfc","regions":[[38,7,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC7process5event8location5proxySo10CGEventRefaSgAI_So0L11TapLocationVs13OpaquePointerVtF","regions":[[49,19,72,6,0,0,0,0],[51,48,53,10,0,0,0,0],[53,10,71,58,0,0,0,0],[55,12,55,35,0,0,0,0],[55,36,57,10,0,0,0,0],[63,12,63,46,0,0,0,0],[63,47,68,10,0,0,0,0],[64,61,67,14,0,0,0,0],[67,14,68,10,0,0,0,0],[68,10,71,58,0,0,0,0],[71,47,71,50,0,0,0,0],[71,53,71,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC26processWithKeyboardCapture33_3E367DD296CE599CC59C6D1BE20AC93CLLySo10CGEventRefaSgAGF","regions":[[77,75,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC05applyA11CodeMapping33_3E367DD296CE599CC59C6D1BE20AC93CLLySo10CGEventRefaSgAGF","regions":[[84,68,105,6,0,0,0,0],[92,12,92,25,0,0,0,0],[92,49,102,10,0,0,0,0],[94,96,101,14,0,0,0,0],[101,14,102,10,0,0,0,0],[102,10,104,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC03logF033_3E367DD296CE599CC59C6D1BE20AC93CLLyySo10CGEventRefaF","regions":[[108,45,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC19updateConfigurationyyAC0I0VF","regions":[[121,55,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC15processKeyboard7keyCode9eventType5flags08originalF0So10CGEventRefaSgSi_So0pM0VSo0P5FlagsVAJtF","regions":[[135,19,157,6,0,0,0,0],[139,12,139,35,0,0,0,0],[139,36,143,10,0,0,0,0],[151,11,153,10,0,0,0,0],[153,10,156,58,0,0,0,0],[156,47,156,50,0,0,0,0],[156,53,156,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC017transformKeyboardF033_3E367DD296CE599CC59C6D1BE20AC93CLL7keyCode9eventType5flags08originalF0So10CGEventRefaSgSi_So0xU0VSo0X5FlagsVAKtF","regions":[[164,19,175,6,0,0,0,0],[169,12,169,26,0,0,0,0],[169,27,172,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC8standardACyFZ","regions":[[182,53,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC9debuggingACyFZ","regions":[[193,54,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/DefaultEventProcessor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DefaultEventProcessorC11suppressingACyFZ","regions":[[204,56,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionOracleAdapter33_669DF22304489C95AD45CBDB83C90521LLV15currentSnapshot0aB11Permissions0eF0C0N0VyYaF","regions":[[16,63,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit026PermissionSnapshotProviderA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF9Providing_pvgZ","regions":[[23,58,23,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE26permissionSnapshotProviderAD010PermissionJ9Providing_pvg","regions":[[28,13,28,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE26permissionSnapshotProviderAD010PermissionJ9Providing_pvs","regions":[[29,13,29,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit018PreferencesServiceA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF0CvgZ","regions":[[37,49,37,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE18preferencesServiceAD011PreferencesJ0Cvg","regions":[[42,13,42,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE18preferencesServiceAD011PreferencesJ0Cvs","regions":[[43,13,43,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020PrivilegedOperationsA033_669DF22304489C95AD45CBDB83C90521LLV12defaultValueAA0eF0_pvgZ","regions":[[51,51,51,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE20privilegedOperationsAD010PrivilegedJ0_pvg","regions":[[56,13,56,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/DependencyInjection.swift"],"mcdc_records":[],"name":"$s7SwiftUI17EnvironmentValuesV13KeyPathAppKitE20privilegedOperationsAD010PrivilegedJ0_pvs","regions":[[57,13,57,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg","regions":[[9,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[10,16,27,10,0,0,0,0],[16,16,16,32,0,0,0,0],[16,33,26,14,0,0,0,0],[26,14,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_","regions":[[17,31,21,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticIssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AjF6SpacerVAF15ModifiedContentVyAF0U0PAFE11controlSizeyQrAF11ControlSizeOFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_yyYacfU_","regions":[[18,26,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg","regions":[[36,25,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_","regions":[[37,49,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A19_yXEfU_","regions":[[38,20,57,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A19_yXEfU_yyScMYccfU_","regions":[[49,40,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A31_yXEfU0_","regions":[[59,53,72,14,0,0,0,0],[67,20,67,44,0,0,0,0],[67,45,71,18,0,0,0,0],[71,18,72,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummarySection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24DiagnosticSummarySectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0Q0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE15ModifiedContentVyAkEE11controlSizeyQrAE07ControlX0OFQOyAkEE9focusableyQrSbFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAYG_AE28BorderedProminentButtonStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGtGG_AE6VStackVyAGyAE7ForEachVySnySiGSiAA0E8IssueRow33_C671E2FCD420880AF0B1DE7B264E4F00LLVG_AYSgtGGtGyXEfU_A31_yXEfU0_A28_SicfU_","regions":[[60,71,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg","regions":[[8,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_","regions":[[9,50,77,10,0,0,0,0],[69,16,69,40,0,0,0,0],[69,41,76,14,0,0,0,0],[71,102,71,104,0,0,0,0],[71,107,71,110,0,0,0,0],[76,14,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_","regions":[[10,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_A0_yXEfU_","regions":[[15,57,25,18,0,0,0,0],[21,94,21,96,0,0,0,0],[21,99,21,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A17_yXEfU_A_yXEfU0_","regions":[[31,28,35,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_","regions":[[43,81,67,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_A43_yXEfU_","regions":[[44,53,66,18,0,0,0,0],[47,31,47,60,0,0,0,0],[47,63,47,82,0,0,0,0],[49,68,49,72,0,0,0,0],[49,75,49,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/DiagnosticSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21DiagnosticSummaryViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0P0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_A_tGGAE6SpacerVAE15ModifiedContentVyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyA_G_AE05PlainzX0VQo_AE31AccessibilityAttachmentModifierVGtGG_AE7ForEachVySaySi6offset_AA06KanataE0V7elementtGSiAIyAGyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAW_Qo__AYyAGyA__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA__Qo_SgtGGtGGGAkEEA26_yQrA30__A34_tFQOyA__Qo_SgtGyXEfU_A44_Si_A23_tcfU0_A43_yXEfU_A41_yXEfU_","regions":[[53,61,65,22,0,0,0,0],[59,28,59,54,0,0,0,0],[59,55,64,26,0,0,0,0],[64,26,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC11diagnostics33_2EC462252FA4673CDE0A437AF8567B10LLSayAA16KanataDiagnosticVGvpfi","regions":[[36,51,36,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18diagnosticsService06kanataH0AcA0eH8Protocol_p_AA06KanataH0Ctcfc","regions":[[45,7,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC13addDiagnosticyyAA06KanataH0VF","regions":[[50,56,60,6,0,0,0,0],[57,12,57,34,0,0,0,0],[57,35,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC03getE0SayAA16KanataDiagnosticVGyF","regions":[[62,49,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC05clearE0yyF","regions":[[66,29,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyF","regions":[[70,31,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyFyyYacfU_","regions":[[74,31,145,10,0,0,0,0],[75,33,75,43,0,0,0,0],[75,43,145,10,0,0,0,0],[78,72,81,14,0,0,0,0],[81,14,145,10,0,0,0,0],[88,16,114,14,0,0,0,0],[89,95,114,14,0,0,0,0],[95,20,95,32,0,0,0,0],[95,33,113,18,0,0,0,0],[98,85,112,22,0,0,0,0],[104,28,104,72,0,0,0,0],[104,73,111,26,0,0,0,0],[114,21,116,14,0,0,0,0],[116,14,145,10,0,0,0,0],[120,19,120,36,0,0,0,0],[120,37,142,14,0,0,0,0],[121,20,138,18,0,0,0,0],[122,99,138,18,0,0,0,0],[126,24,126,47,0,0,0,0],[126,48,134,22,0,0,0,0],[131,84,133,26,0,0,0,0],[137,69,138,18,0,0,0,0],[138,25,141,18,0,0,0,0],[141,18,142,14,0,0,0,0],[142,14,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC18startLogMonitoringyyFyyYacfU_SbAA16KanataDiagnosticVXEfU_","regions":[[108,51,110,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17stopLogMonitoringyyF","regions":[[148,30,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17stopLogMonitoringyyFytSgyYacfU_","regions":[[151,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC11checkHealth7tcpPortAA07ServiceH6StatusVSi_tYaF","regions":[[156,65,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC15diagnoseFailure8exitCode6outputSayAA16KanataDiagnosticVGs5Int32V_SStF","regions":[[160,81,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC09getSystemE012engineClientSayAA16KanataDiagnosticVGAA06EngineJ0_pSg_tYaF","regions":[[164,88,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaF","regions":[[171,61,222,6,0,0,0,0],[173,12,173,50,0,0,0,0],[173,51,186,10,0,0,0,0],[186,10,222,6,0,0,0,0],[189,12,190,64,0,0,0,0],[191,9,221,10,0,0,0,0],[199,16,199,35,0,0,0,0],[199,36,213,14,0,0,0,0],[217,16,217,29,0,0,0,0],[217,30,220,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbAA16KanataDiagnosticVXEfU_","regions":[[179,35,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbyKXEfu_","regions":[[190,16,190,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Diagnostics/DiagnosticsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsManagerC17analyzeLogContent33_2EC462252FA4673CDE0A437AF8567B10LLyySSYaFSbAA16KanataDiagnosticVXEfU0_","regions":[[195,59,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticSeverityO5emojiSSvg","regions":[[25,23,32,6,0,0,0,0],[26,16,26,20,0,0,0,0],[27,9,27,29,0,0,0,0],[28,9,28,32,0,0,0,0],[29,9,29,27,0,0,0,0],[30,9,30,31,0,0,0,0],[31,10,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC23processLifecycleManagerAC0ab6DaemonH007ProcesshI0C_tcfc","regions":[[88,60,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC22virtualHIDDaemonStatusAA07VirtualhI0VyYaF","regions":[[92,79,107,6,0,0,0,0],[104,37,104,46,0,0,0,0],[104,49,104,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSF","regions":[[109,86,121,6,0,0,0,0],[112,12,112,88,0,0,0,0],[112,89,114,10,0,0,0,0],[115,12,116,44,0,0,0,0],[117,9,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu_","regions":[[112,56,112,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu0_","regions":[[115,45,115,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21analyzeKanataLogChunkySayAA0eI5EventOGSSFSbyKXEfu1_","regions":[[116,16,116,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE012engineClientSayAA16KanataDiagnosticVGAA06EngineJ0_pSg_tYaF","regions":[[123,90,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStF","regions":[[129,99,263,6,0,0,0,0],[133,16,133,24,0,0,0,0],[134,9,172,14,0,0,0,0],[135,16,135,56,0,0,0,0],[135,57,147,14,0,0,0,0],[147,23,147,64,0,0,0,0],[147,65,159,14,0,0,0,0],[159,23,159,61,0,0,0,0],[159,62,172,14,0,0,0,0],[173,9,184,19,0,0,0,0],[185,9,196,19,0,0,0,0],[197,9,228,14,0,0,0,0],[199,16,200,67,0,0,0,0],[201,13,215,14,0,0,0,0],[215,20,228,14,0,0,0,0],[229,9,259,14,0,0,0,0],[235,16,235,35,0,0,0,0],[235,36,247,14,0,0,0,0],[247,20,259,14,0,0,0,0],[260,10,262,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu_","regions":[[200,20,200,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu0_","regions":[[232,50,232,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu1_","regions":[[232,79,232,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu2_","regions":[[233,24,233,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21diagnoseKanataFailure8exitCode6outputSayAA0H10DiagnosticVGs5Int32V_SStFSbyKXEfu3_","regions":[[233,62,233,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaF","regions":[[267,61,444,6,0,0,0,0],[269,12,269,42,0,0,0,0],[269,43,271,10,0,0,0,0],[271,10,443,27,0,0,0,0],[276,12,276,32,0,0,0,0],[276,33,288,10,0,0,0,0],[294,12,294,46,0,0,0,0],[294,47,306,10,0,0,0,0],[309,12,309,41,0,0,0,0],[309,42,321,10,0,0,0,0],[321,19,321,52,0,0,0,0],[321,53,333,10,0,0,0,0],[336,12,336,46,0,0,0,0],[336,47,348,10,0,0,0,0],[355,12,355,40,0,0,0,0],[355,85,367,10,0,0,0,0],[371,12,371,58,0,0,0,0],[371,59,384,10,0,0,0,0],[387,53,403,10,0,0,0,0],[388,47,402,14,0,0,0,0],[406,46,437,10,0,0,0,0],[422,16,422,25,0,0,0,0],[422,26,436,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSs6UInt64VYbcfu_","regions":[[389,48,389,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSyKXEfu0_","regions":[[389,64,389,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSs6UInt64VYbcfu1_","regions":[[390,41,390,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC09getSystemE0SayAA16KanataDiagnosticVGyYaFSSyKXEfu2_","regions":[[390,57,390,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaF","regions":[[448,62,491,6,0,0,0,0],[453,12,453,47,0,0,0,0],[453,48,469,10,0,0,0,0],[472,12,472,48,0,0,0,0],[472,49,488,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaFSS0aB15DaemonLifecycle0hM7ManagerC0H4InfoVXEfU_","regions":[[454,65,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC21checkProcessConflictsSayAA16KanataDiagnosticVGyYaFSS0aB15DaemonLifecycle0hM7ManagerC0H4InfoVXEfU0_","regions":[[473,67,475,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC14analyzeLogFile4pathSayAA16KanataDiagnosticVGSS_tYaF","regions":[[495,67,572,6,0,0,0,0],[498,65,511,10,0,0,0,0],[511,10,571,27,0,0,0,0],[513,12,557,10,0,0,0,0],[514,79,557,10,0,0,0,0],[518,43,556,14,0,0,0,0],[519,20,519,58,0,0,0,0],[519,59,531,18,0,0,0,0],[531,27,531,58,0,0,0,0],[531,59,543,18,0,0,0,0],[543,27,543,75,0,0,0,0],[543,76,555,18,0,0,0,0],[556,14,557,10,0,0,0,0],[557,17,569,10,0,0,0,0],[569,10,571,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC14analyzeLogFile4pathSayAA16KanataDiagnosticVGSS_tYaFSbyKXEfu_","regions":[[543,53,543,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC17isKanataInstalled33_A218C76FCE14862162C503871F1C9E17LLSbyF","regions":[[576,46,578,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC26isKarabinerElementsRunning33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[580,61,596,6,0,0,0,0],[582,12,582,42,0,0,0,0],[582,43,582,59,0,0,0,0],[582,59,596,6,0,0,0,0],[585,12,593,10,0,0,0,0],[590,14,592,40,0,0,0,0],[593,17,595,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC26isKarabinerDriverInstalled33_A218C76FCE14862162C503871F1C9E17LLSbyF","regions":[[598,55,601,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC24isKarabinerDaemonRunning33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[603,59,609,6,0,0,0,0],[605,12,605,42,0,0,0,0],[605,43,605,59,0,0,0,0],[605,59,608,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[611,68,628,6,0,0,0,0],[613,12,613,42,0,0,0,0],[613,43,613,58,0,0,0,0],[613,58,628,6,0,0,0,0],[615,12,624,10,0,0,0,0],[620,14,623,90,0,0,0,0],[624,17,627,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaFSbyKXEfu_","regions":[[623,20,623,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC33isKarabinerDriverExtensionEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaFSbyKXEfu_SbyKXEfu0_","regions":[[623,63,623,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC37areKarabinerBackgroundServicesEnabled33_A218C76FCE14862162C503871F1C9E17LLSbyYaF","regions":[[630,72,641,6,0,0,0,0],[632,12,632,42,0,0,0,0],[632,43,632,58,0,0,0,0],[632,58,641,6,0,0,0,0],[634,12,637,10,0,0,0,0],[635,81,636,64,0,0,0,0],[637,17,640,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC18fetchTcpStatusInfo33_A218C76FCE14862162C503871F1C9E17LLAA15KanataTCPClientC0hiJ0VSgyYaF","regions":[[645,79,661,6,0,0,0,0],[648,12,656,10,0,0,0,0],[649,41,655,26,0,0,0,0],[650,54,655,26,0,0,0,0],[656,17,660,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/DiagnosticsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18DiagnosticsServiceC13fetchTcpHello33_A218C76FCE14862162C503871F1C9E17LLAA15KanataTCPClientC0hI2OkVSgyYaF","regions":[[663,71,678,6,0,0,0,0],[666,12,673,10,0,0,0,0],[667,49,672,25,0,0,0,0],[673,17,677,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DraggableAreaViewV10makeNSView7contextSo0I0C7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[6,51,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/DraggableAreaView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DraggableAreaViewV12updateNSView_7contextySo0I0C_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[16,54,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg","regions":[[7,25,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[8,29,197,10,0,0,0,0],[39,16,39,27,0,0,0,0],[39,28,103,14,0,0,0,0],[103,20,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_","regions":[[10,33,35,14,0,0,0,0],[11,49,11,72,0,0,0,0],[11,75,11,106,0,0,0,0],[13,52,13,58,0,0,0,0],[13,61,13,68,0,0,0,0],[15,36,15,62,0,0,0,0],[15,65,15,81,0,0,0,0],[18,20,18,31,0,0,0,0],[18,32,26,18,0,0,0,0],[26,24,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_","regions":[[41,37,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A23_yXEfU_","regions":[[42,41,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A23_yXEfU0_","regions":[[52,41,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A29_yXEfU1_","regions":[[64,41,101,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A31_yXEfU0_A29_yXEfU1_A27_yXEfU_","regions":[[69,45,100,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_","regions":[[106,37,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A34_yXEfU_","regions":[[111,41,142,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_","regions":[[145,41,173,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU_","regions":[[146,45,154,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU0_","regions":[[156,45,163,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A46_yXEfU1_A41_yXEfU0_A23_yXEfU1_","regions":[[165,45,172,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU2_","regions":[[182,25,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19EmergencyStopDialogV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE19_ConditionalContentVyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEE09multilineS9AlignmentyQrAE0S9AlignmentOFQOyAY_Qo__Qo_A13_GtGG_AE7DividerVA_yAIyAGyAE6HStackVyAGyAW_AyE6SpacerVtGG_A24_AIyAGyAY_A20_yAGyAA0efA6ButtonV_AYA26_AYA26_tGGtGGtGGAIyAGyAY_A20_yAGyA26__AkEEA0_yQrA4__A8_tFQOyAY_Qo_A26_A33_A26_tGGAkEE12cornerRadius_11antialiasedQrA7__SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A4_tAE10ShapeStyleRd__lFQOyAkEEA0_yQrA4__A8_tFQOyAIyAGyA24__A24_A24_tGG_Qo__ANQo__Qo_tGGGAE08ModifiedU0VyAkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAkEEA0_yQrA4__A8_tFQOyAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA8__A8_A8_A8_A8_A8_AE9AlignmentVtFQOyAY_Qo__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A75_yXEfU3_","regions":[[185,24,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg","regions":[[210,25,239,6,0,0,0,0],[211,35,211,36,0,0,0,0],[211,39,211,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE5frame5width6heightAKQr12CoreGraphics7CGFloatVSg_AuMtFQOyAE6VStackVyAGyAE4TextV_AYtGG_Qo__AiEE6shadow5color6radius1x1yQrAE5ColorV_A3TtFQOyAE06_ShapeL0VyAE16RoundedRectangleVA7_G_Qo_Qo__AE011StrokeShapeL0VyA11_AE22HierarchicalShapeStyleVAE05EmptyL0VGQo__AiEE09multilinexO0yQrAE0xO0OFQOyAY_Qo_tGyXEfU_","regions":[[211,43,238,10,0,0,0,0],[213,39,213,40,0,0,0,0],[213,43,213,44,0,0,0,0],[222,37,222,40,0,0,0,0],[222,43,222,46,0,0,0,0],[222,66,222,68,0,0,0,0],[222,71,222,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit013EmergencyStopA6ButtonV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE5frame5width6heightAKQr12CoreGraphics7CGFloatVSg_AuMtFQOyAE6VStackVyAGyAE4TextV_AYtGG_Qo__AiEE6shadow5color6radius1x1yQrAE5ColorV_A3TtFQOyAE06_ShapeL0VyAE16RoundedRectangleVA7_G_Qo_Qo__AE011StrokeShapeL0VyA11_AE22HierarchicalShapeStyleVAE05EmptyL0VGQo__AiEE09multilinexO0yQrAE0xO0OFQOyAY_Qo_tGyXEfU_AZyXEfU_","regions":[[213,46,221,14,0,0,0,0],[215,51,215,53,0,0,0,0],[215,56,215,58,0,0,0,0],[219,37,219,49,0,0,0,0],[219,52,219,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV13_isRestarting33_21B867E809EB127800260DC22ED06E4CLL7SwiftUI5StateVySbGvpfi","regions":[[6,39,6,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg","regions":[[8,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_","regions":[[9,29,76,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_","regions":[[10,33,75,14,0,0,0,0],[74,52,74,72,0,0,0,0],[74,75,74,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A14_yXEfU_","regions":[[12,24,20,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A24_yXEfU0_","regions":[[23,57,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_","regions":[[40,29,51,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_","regions":[[42,30,50,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_yyYbScMYcXEfU_","regions":[[43,49,49,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_yyScMYccfU1_yyYacfU_yyYbScMYcXEfU_yyYbScMYccfU_","regions":[[46,87,48,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A64_yXEfU2_","regions":[[52,28,69,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/EmergencyStopPauseCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22EmergencyStopPauseCardV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE6ZStackVyAIyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeN0VyAE6CircleVAE5ColorVG_Qo__AmEE010foregroundZ0yQrA1_SgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAIyAE4TextV_AmEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA19__Qo_tGGAE6SpacerVAE15ModifiedContentVyAmEE8disabledyQrSbFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrAT_SbtFQOyAmEEA4_yQrA5_FQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE0X5StyleRd__lFQOyAmEE7paddingyQrA42__AUtFQOyAmEEA44_yQrA42__AUtFQOyAGyAIyAE19_ConditionalContentVyAmEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressN0VyAE05EmptyN0VA54_G_Qo_A12_G_A19_tGG_Qo__Qo__A1_Qo__Qo__Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGGyXEfU_A73_yXEfU_A64_yXEfU2_A58_yXEfU_","regions":[[53,44,63,26,0,0,0,0],[54,32,54,44,0,0,0,0],[54,45,57,30,0,0,0,0],[57,36,60,30,0,0,0,0],[61,49,61,64,0,0,0,0],[61,67,61,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO9isSuccessSbvg","regions":[[9,25,14,6,0,0,0,0],[10,16,10,20,0,0,0,0],[11,9,11,28,0,0,0,0],[12,9,12,23,0,0,0,0],[13,10,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO12errorMessageSSSgvg","regions":[[16,31,22,6,0,0,0,0],[17,16,17,20,0,0,0,0],[18,9,18,43,0,0,0,0],[19,9,19,45,0,0,0,0],[20,9,20,27,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EngineReloadResultO8responseSSSgvg","regions":[[24,27,30,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,38,0,0,0,0],[27,9,27,41,0,0,0,0],[28,9,28,32,0,0,0,0],[29,10,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE7process5eventSo10CGEventRefaSgAG_tF","regions":[[74,46,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE13shouldProcess5eventSbSo10CGEventRefa_tF","regions":[[88,48,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE13shouldProcess5eventSbSo10CGEventRefa_tFSbyKXEfu_","regions":[[90,41,90,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventProcessing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23KeyboardEventProcessingPAAE7process5event8location5proxySo10CGEventRefaSgAI_So0L11TapLocationVs13OpaquePointerVtF","regions":[[122,19,137,6,0,0,0,0],[123,48,125,10,0,0,0,0],[125,10,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventRoutingResultV09processedE011wasModified9handledBy15terminatedEarlyACSo10CGEventRefaSg_SbSSSgSbtcfC","regions":[[31,7,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC10processors33_700E0CD89C67FDE893CDEF7CD5693036LLSayAA0E10Processing_pGvpfi","regions":[[42,49,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC14processorNames33_700E0CD89C67FDE893CDEF7CD5693036LLSaySSGvpfi","regions":[[43,44,43,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5queue33_700E0CD89C67FDE893CDEF7CD5693036LLSo012OS_dispatch_G0Cvpfi","regions":[[44,25,44,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterCACycfc","regions":[[46,19,46,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC12addProcessor_4nameyAA0E10Processing_p_SStF","regions":[[49,74,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC12addProcessor_4nameyAA0E10Processing_p_SStFyyXEfU_","regions":[[50,20,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15insertProcessor_4name2atyAA0E10Processing_p_SSSitF","regions":[[58,92,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15insertProcessor_4name2atyAA0E10Processing_p_SSSitFyyXEfU_","regions":[[59,20,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15removeProcessor5namedySS_tF","regions":[[68,53,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15removeProcessor5namedySS_tFyyXEfU_","regions":[[69,20,75,10,0,0,0,0],[70,64,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15clearProcessorsyyF","regions":[[79,35,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC15clearProcessorsyyFyyXEfU_","regions":[[80,20,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC17getProcessorNamesSaySSGyF","regions":[[88,49,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC17getProcessorNamesSaySSGyFAEyXEfU_","regions":[[89,20,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event8location5proxy5scopeAA0E13RoutingResultVSo10CGEventRefa_So0N11TapLocationVs13OpaquePointerVAA0E5ScopeOtF","regions":[[100,29,162,6,0,0,0,0],[102,70,104,10,0,0,0,0],[104,10,161,10,0,0,0,0],[109,53,111,10,0,0,0,0],[111,10,161,10,0,0,0,0],[116,66,154,10,0,0,0,0],[117,58,125,14,0,0,0,0],[125,14,154,10,0,0,0,0],[129,16,153,14,0,0,0,0],[136,20,136,33,0,0,0,0],[136,34,144,18,0,0,0,0],[144,18,153,14,0,0,0,0],[147,20,147,32,0,0,0,0],[147,101,150,18,0,0,0,0],[153,14,154,10,0,0,0,0],[154,10,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event8location5proxy5scopeAA0E13RoutingResultVSo10CGEventRefa_So0N11TapLocationVs13OpaquePointerVAA0E5ScopeOtFSayAA0E10Processing_pG_SaySSGtyXEfU_","regions":[[114,60,114,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC5route5event5scopeSo10CGEventRefaSgAH_AA0E5ScopeOtF","regions":[[165,77,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtF","regions":[[178,83,192,6,0,0,0,0],[181,16,181,21,0,0,0,0],[182,9,183,94,0,0,0,0],[184,9,188,45,0,0,0,0],[189,9,190,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu_","regions":[[183,45,183,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu0_","regions":[[183,68,183,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu1_","regions":[[185,51,185,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu2_","regions":[[186,20,186,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu3_","regions":[[186,52,186,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu4_","regions":[[186,82,186,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu5_","regions":[[187,20,187,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu6_","regions":[[187,54,187,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC21shouldProcessForScope33_700E0CD89C67FDE893CDEF7CD5693036LL5event5scopeSbSo10CGEventRefa_AA0eJ0OtFSbyKXEfu7_","regions":[[188,20,188,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtF","regions":[[194,76,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtFSbyKXEfu_","regions":[[197,16,198,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11EventRouterC11eventsEqual33_700E0CD89C67FDE893CDEF7CD5693036LLySbSo10CGEventRefa_AGtFSbyKXEfu0_","regions":[[199,16,199,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE8register2asySS_tF","regions":[[210,36,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Events/EventRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15EventProcessingPAAE10unregister4nameySS_tF","regions":[[215,35,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV4bodyQrvg","regions":[[10,25,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV4bodyQrvg7SwiftUI05TupleG0VyAC17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvpQOy_Qo__AE6SpacerVAC13actionButtonsAILLQrvpQOy_Qo_tGyXEfU_","regions":[[11,29,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg","regions":[[28,46,42,6,0,0,0,0],[29,12,29,24,0,0,0,0],[29,25,33,10,0,0,0,0],[33,16,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_","regions":[[34,61,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_AUyXEfU_","regions":[[35,36,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV17eventChipsSection33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI6HStackVyAF7ForEachVySaySi6offset_AA09SimulatorA3TapV7elementtG10Foundation4UUIDVAA0E4ChipVGGyXEfU_AUyXEfU_ATSi_AMtcfU_","regions":[[36,73,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg","regions":[[44,42,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_","regions":[[45,28,73,10,0,0,0,0],[72,45,72,65,0,0,0,0],[72,68,72,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_A4_yXEfU_","regions":[[47,37,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_A43_yXEfU0_","regions":[[58,35,66,14,0,0,0,0],[59,20,59,29,0,0,0,0],[59,30,63,18,0,0,0,0],[63,24,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EventSequenceViewV13actionButtons33_4D589F9DACB5275FB248B1C899F6934FLLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE4helpyQrAF015LocalizedStringA0VFQOyAlFE8disabledyQrSbFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAlFE10labelStyleyQrqd__AF10LabelStyleRd__lFQOyAF5LabelVyAF4TextVAF5ImageVG_AF18IconOnlyLabelStyleVQo_G_AF21BorderlessButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AJyAlFEAMyQrAOFQOyAlFE16keyboardShortcut_9modifiersQrAF0A10EquivalentV_AF0E9ModifiersVtFQOyAlFEAPyQrSbFQOyAlFEAQyQrqd__AfRRd__lFQOyATyAF012_ConditionalU0VyAlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AF9AlignmentVtFQOyAlFE11scaleEffect_6anchorQrA28__AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VA39_G_Qo__Qo_A1_GG_AF28BorderedProminentButtonStyleVQo__Qo__Qo__Qo_A12_GtGyXEfU_SbyKXEfu_","regions":[[68,39,68,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4icon33_4D589F9DACB5275FB248B1C899F6934FLLSSvg","regions":[[83,30,85,6,0,0,0,0],[84,22,84,27,0,0,0,0],[84,30,84,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV15backgroundColor33_4D589F9DACB5275FB248B1C899F6934FLL7SwiftUI0H0Vvg","regions":[[87,40,89,6,0,0,0,0],[88,22,88,47,0,0,0,0],[88,50,88,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV11accentColor33_4D589F9DACB5275FB248B1C899F6934FLL7SwiftUI0H0Vvg","regions":[[91,36,93,6,0,0,0,0],[92,22,92,29,0,0,0,0],[92,32,92,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4bodyQrvg","regions":[[95,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/EventSequenceView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9EventChipV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_A2ItGyXEfU_","regions":[[96,28,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC15keyboardCaptureAcA08KeyboardI0CSg_tcfc","regions":[[13,51,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC11isInstalledSbvg","regions":[[17,27,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC7installAA0F6HandleVyKF","regions":[[22,40,54,6,0,0,0,0],[23,38,23,73,0,0,0,0],[23,73,53,22,0,0,0,0],[26,12,26,42,0,0,0,0],[26,43,28,10,0,0,0,0],[28,10,53,22,0,0,0,0],[43,14,45,10,0,0,0,0],[45,10,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC7installAA0F6HandleVyKFs9UnmanagedVySo10CGEventRefaGSgs13OpaquePointerV_So0K4TypeVAJSvSgtcfU_","regions":[[37,27,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC9uninstallyyF","regions":[[56,22,63,6,0,0,0,0],[57,44,57,54,0,0,0,0],[57,54,63,6,0,0,0,0],[58,46,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC24startEmergencyMonitoringyyyycF","regions":[[67,69,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC23stopEmergencyMonitoringyyF","regions":[[72,36,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/EventTapController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18EventTapControllerC21ensureKeyboardCapture33_3EA8DBDAE648C2415128DFB36D42CFA7LLyyF","regions":[[76,42,80,6,0,0,0,0],[77,12,77,34,0,0,0,0],[77,35,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12EventTappingPAAE9reinstallAA9TapHandleVyKF","regions":[[87,42,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/EventTapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12EventTappingPAAE11ensureState9installedAA9TapHandleVSgSb_tKF","regions":[[97,78,105,6,0,0,0,0],[98,12,98,29,0,0,0,0],[98,44,100,10,0,0,0,0],[100,19,100,37,0,0,0,0],[100,51,103,10,0,0,0,0],[103,10,104,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV25_captureListenOnlyEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[7,51,7,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV25_useSMAppServiceForDaemon33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[8,51,8,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV31_simulatorAndVirtualKeysEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[9,57,9,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV20_uninstallForTesting33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[10,46,10,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17_learningTipsMode33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVyAA08LearningiJ0OGvpfi","regions":[[11,43,11,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17_qmkSearchEnabled33_82A35B18E774AB704EE36E607EA89F1CLL7SwiftUI5StateVySbGvpfi","regions":[[12,43,12,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg","regions":[[14,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_","regions":[[15,20,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_","regions":[[16,54,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A5_yXEfU_","regions":[[18,30,26,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A5_yXEfU_A4_yXEfU_","regions":[[19,62,25,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A8_yXEfU0_","regions":[[29,30,31,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A13_yXEfU1_","regions":[[34,30,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A13_yXEfU1_A12_yXEfU_","regions":[[35,62,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A16_yXEfU2_","regions":[[43,30,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A23_yXEfU3_","regions":[[48,30,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAHyQrAL_APtFQOyAE6VStackVyAE05TupleK0VyAA0F4Card33_82A35B18E774AB704EE36E607EA89F1CLLVyARyATyAA0G6HeaderAVLLV_AC18globalHotkeyToggleAVLLQrvpQOy_Qo_AE7DividerVAC15qmkSearchToggleAVLLQrvpQOy_Qo_tGGG_AWyAA015ScriptExecutionfG0VGAWyARyATyAY_AA018AIConfigGenerationfG0VtGGGAWyAA015ActivityLoggingfG0VGAWyARyATyAY_AE4TextVAC012featureFlagsG0AVLLQrvpQOy_Qo_tGGGtGG_Qo__Qo_yXEfU_A25_yXEfU_A23_yXEfU3_A22_yXEfU_","regions":[[49,62,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[67,47,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_","regions":[[68,16,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_AMyXEfU_","regions":[[69,53,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_SbyYbcfU0_","regions":[[79,22,79,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV18globalHotkeyToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_ySbYbcfU1_","regions":[[80,22,80,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[91,44,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_","regions":[[92,16,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF0V0PAFE12labelsHiddenQryFQOyArFE11toggleStyleyQrqd__AF0J5StyleRd__lFQOyAF0J0VyALG_AF06SwitchJ5StyleVQo__Qo_tGyXEfU_AMyXEfU_","regions":[[93,53,100,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV15qmkSearchToggle33_82A35B18E774AB704EE36E607EA89F1CLLQrvgySb_SbtcfU0_","regions":[[106,41,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[115,48,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_","regions":[[116,50,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU_","regions":[[121,27,121,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU0_","regions":[[130,27,130,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU1_","regions":[[139,27,139,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV012featureFlagsG033_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAC0H10FlagToggleAELL5title11description4isOn8onChange10identifierQrSS_SSAF7BindingVySbGySbcSStFQOy_Qo_AF31AccessibilityAttachmentModifierVG_A3wJyAC22learningTipsModePickerAELLQrvpQOy_Qo_AVGtGyXEfU_ySbcfU2_","regions":[[148,27,148,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStF","regions":[[165,20,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[166,29,190,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_AUyXEfU_","regions":[[167,53,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_SbyYbcfU0_","regions":[[179,22,179,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV17featureFlagToggle33_82A35B18E774AB704EE36E607EA89F1CLL5title11description4isOn8onChange10identifierQrSS_SS7SwiftUI7BindingVySbGySbcSStFAK9TupleViewVyAK6VStackVyAPyAK4TextV_ATtGG_AK6SpacerVAK15ModifiedContentVyAK4ViewPAKE11controlSizeyQrAK11ControlSizeOFQOyA0_AKE12labelsHiddenQryFQOyA0_AKE11toggleStyleyQrqd__AK0J5StyleRd__lFQOyAK0J0VyATG_AK06SwitchJ5StyleVQo__Qo__Qo_AK31AccessibilityAttachmentModifierVGtGyXEfU_ySbYbcfU1_","regions":[[180,22,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg","regions":[[194,51,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[195,29,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AMyXEfU_","regions":[[196,53,203,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A2_yYbcfU0_","regions":[[208,22,208,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yA2_YbcfU1_","regions":[[209,22,212,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU2_","regions":[[213,16,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ExperimentalSettingsSectionV22learningTipsModePicker33_82A35B18E774AB704EE36E607EA89F1CLLQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0W0PAFE11controlSizeyQrAF11ControlSizeOFQOyAtFE12labelsHiddenQryFQOyAtFE11pickerStyleyQrqd__AF0K5StyleRd__lFQOyAF0K0VyAlA08LearningiJ0OAF7ForEachVySayA2_GA2_AtFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A2_Qo_GG_AF09SegmentedK5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A9_yXEfU2_A8_A2_cfU_","regions":[[214,64,216,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SectionHeader33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg","regions":[[235,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SectionHeader33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[236,28,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/ExperimentalSettingsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SettingsCard33_82A35B18E774AB704EE36E607EA89F1CLLV4bodyQrvg","regions":[[250,25,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO04stopeF0yAC10StopResultO0aB4Core17WizardSystemPathsO07RunningF4InfoVYaFZ","regions":[[21,108,45,6,0,0,0,0],[26,43,34,10,0,0,0,0],[27,16,30,14,0,0,0,0],[28,60,30,14,0,0,0,0],[30,21,33,14,0,0,0,0],[33,14,34,10,0,0,0,0],[34,10,45,6,0,0,0,0],[37,12,41,10,0,0,0,0],[38,49,40,28,0,0,0,0],[41,17,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO03haseF7RunningSbyFZ","regions":[[48,59,53,6,0,0,0,0],[49,78,51,10,0,0,0,0],[51,10,52,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO03geteF4Info0aB4Core17WizardSystemPathsO07RunningfI0VSgyFZ","regions":[[56,88,63,6,0,0,0,0],[59,14,61,10,0,0,0,0],[61,10,62,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO11killProcess33_B406DE5FAE3290EE7139A00F192392C1LL3pidySi_tYaKFZ","regions":[[67,60,94,6,0,0,0,0],[69,94,94,6,0,0,0,0],[71,12,71,34,0,0,0,0],[71,35,84,10,0,0,0,0],[76,96,84,10,0,0,0,0],[77,16,77,39,0,0,0,0],[77,40,80,14,0,0,0,0],[80,14,84,10,0,0,0,0],[83,82,84,10,0,0,0,0],[84,19,84,41,0,0,0,0],[84,42,87,10,0,0,0,0],[87,16,93,10,0,0,0,0],[93,10,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO18disableLaunchAgent33_B406DE5FAE3290EE7139A00F192392C1LL2atySS_tYaKFZ","regions":[[96,74,122,6,0,0,0,0],[98,64,101,10,0,0,0,0],[101,10,122,6,0,0,0,0],[107,10,122,6,0,0,0,0],[109,12,109,36,0,0,0,0],[109,86,115,10,0,0,0,0],[115,10,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO21extractLabelFromPlist33_B406DE5FAE3290EE7139A00F192392C1LL2atSSSgSS_tFZ","regions":[[124,75,132,6,0,0,0,0],[126,95,126,113,0,0,0,0],[128,14,130,10,0,0,0,0],[130,10,131,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZ","regions":[[140,109,161,6,0,0,0,0],[150,23,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZSSyKXEfu_","regions":[[158,66,158,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ExternalKanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ExternalKanataServiceO10runCommand33_B406DE5FAE3290EE7139A00F192392C1LL_9argumentsAC0I6ResultAELLVSS_SaySSGtYaKFZSSyKXEfu0_","regions":[[159,66,159,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV13timeRemaining33_D728298D336DF29A18780646EC031128LLSivg","regions":[[12,36,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV13progressValue33_D728298D336DF29A18780646EC031128LLSdvg","regions":[[16,39,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg","regions":[[20,25,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_","regions":[[21,29,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A25_yXEfU_","regions":[[34,33,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A25_yXEfU_A20_yXEfU_","regions":[[39,57,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A47_yXEfU0_","regions":[[50,32,64,14,0,0,0,0],[55,20,55,37,0,0,0,0],[55,38,59,18,0,0,0,0],[59,24,63,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A71_yXEfU1_","regions":[[67,32,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_A71_yXEfU1_A70_SicfU_","regions":[[68,34,76,18,0,0,0,0],[72,71,72,74,0,0,0,0],[72,77,72,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemSettingsWaitingViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE19symbolRenderingModeyQrAE06SymbolnO0VSgFQOyAiEE15foregroundColoryQrAE0R0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6VStackVyAGyA0__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA13__A7_SgtFQOyA2_yAGyAA14InstructionRow33_D728298D336DF29A18780646EC031128LLV_A19_A19_tGG_Qo__APQo__Qo_tGGA2_yAGyAiEE5frame5width6height9alignmentQrA16__A16_AE9AlignmentVtFQOyAiEE08progressH5StyleyQrqd__AE08ProgressH5StyleRd__lFQOyAE08ProgressH0VyAE05EmptyH0VA38_G_AE014LinearProgressH5StyleVQo__Qo__AE19_ConditionalContentVyA0_A0_GtGGAiEEA15_yQrA13__A16_tFQOyAE6HStackVyAE7ForEachVySnySiGSiAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE11scaleEffect_6anchorQrA7__AE9UnitPointVtFQOyAiEEA27_A28_A29_A30_QrA16__A16_A32_tFQOyAE06_ShapeH0VyAE6CircleVAPG_Qo__Qo__SiQo_GG_Qo_AiEEA15_yQrA13__A16_tFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA0_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__Qo_tGyXEfU_yyScMYccfU2_","regions":[[81,30,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV13_isRestarting33_D728298D336DF29A18780646EC031128LL7SwiftUI5StateVySbGvpfi","regions":[[99,39,99,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg","regions":[[101,25,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_","regions":[[102,29,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A17_yXEfU_","regions":[[104,20,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A36_yXEfU0_","regions":[[121,33,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A49_yXEfU1_","regions":[[137,53,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_","regions":[[155,33,170,14,0,0,0,0],[161,39,161,54,0,0,0,0],[161,57,161,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU_","regions":[[156,35,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU0_","regions":[[161,76,167,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RestartRequiredViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE19symbolRenderingModeyQrAE06SymbolyZ0VSgFQOyAkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_AE4TextVAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAE6VStackVyAGyA20__AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEE013multilineTextT0yQrAE04TextT0OFQOyA20__Qo__Qo_tGG_Qo_AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___A25_tAE0U5StyleRd__lFQOyAkEEA21_yQrA25__AStFQOyA27_yAGyAkEEA8_yQrA11_FQOyAkEEA6_yQrA7_FQOyAE5LabelVyA20_A13_G_Qo__Qo__A48_A48_tGG_Qo__A_Qo__Qo_AkEEA21_yQrA25__AStFQOyAE6HStackVyAGyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA20_G_AA12WizardDesignO9ComponentO15SecondaryButtonVQo__AkEE8disabledyQrSbFQOyAkEEA56_yQrqd__AEA57_Rd__lFQOyA60__A64_13PrimaryButtonVQo__Qo_tGG_Qo_AkEEA21_yQrA25__AStFQOyA20__Qo_tGyXEfU_A73_yXEfU2_yyScMYccfU0_yyYbScMYccfU_","regions":[[164,75,166,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg","regions":[[191,25,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ZStackVyAHyAF0P0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeP0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA4__Qo_AF6SpacerVtGyXEfU_","regions":[[192,46,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstructionRow33_D728298D336DF29A18780646EC031128LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ZStackVyAHyAF0P0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeP0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA4__Qo_AF6SpacerVtGyXEfU_A5_yXEfU_","regions":[[193,20,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV12_isAnimating33_D728298D336DF29A18780646EC031128LL7SwiftUI5StateVySbGvpfi","regions":[[216,38,216,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg","regions":[[218,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE0F0VSg_qd__tSQRd__lFQOyAE6ZStackVyAGyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAUSg_A0_AE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__Qo__AiEEAQ_ARQrAU_AWtFQOyAiEE15foregroundColoryQrA8_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_SbQo__AE4TextVA27_tGyXEfU_","regions":[[219,29,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE0F0VSg_qd__tSQRd__lFQOyAE6ZStackVyAGyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAUSg_A0_AE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__Qo__AiEEAQ_ARQrAU_AWtFQOyAiEE15foregroundColoryQrA8_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_tGG_SbQo__AE4TextVA27_tGyXEfU_A23_yXEfU_","regions":[[220,20,230,14,0,0,0,0],[224,48,224,51,0,0,0,0],[224,54,224,57,0,0,0,0],[229,48,229,51,0,0,0,0],[229,54,229,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/FDADetectionModals.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23FDASuccessAnimationViewV4bodyQrvgyycfU0_","regions":[[241,19,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14cacheDirectory33_A3344FC1A17294823B42AC7ED68180B1LL10Foundation3URLVvpfi","regions":[[19,39,25,8,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14cacheDirectory33_A3344FC1A17294823B42AC7ED68180B1LL10Foundation3URLVvpfiAHyXEfU_","regions":[[19,39,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12cacheVersion33_A3344FC1A17294823B42AC7ED68180B1LLSivpfi","regions":[[27,32,27,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC11memoryCache33_A3344FC1A17294823B42AC7ED68180B1LLSDySSSo7NSImageCGvpfi","regions":[[30,50,30,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14pendingFetches33_A3344FC1A17294823B42AC7ED68180B1LLSDySSScTySo7NSImageCSgs5NeverOGGvpfi","regions":[[33,67,33,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC14networkTimeout33_A3344FC1A17294823B42AC7ED68180B1LLSdvpfi","regions":[[36,48,36,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE03forSo7NSImageCSgSS_tYaF","regions":[[43,58,75,6,0,0,0,0],[47,45,50,10,0,0,0,0],[50,10,74,22,0,0,0,0],[53,63,57,10,0,0,0,0],[57,10,74,22,0,0,0,0],[60,54,63,10,0,0,0,0],[63,10,74,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE03forSo7NSImageCSgSS_tYaFAHyYacfU_","regions":[[66,47,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10clearCacheyyF","regions":[[78,23,90,6,0,0,0,0],[81,12,87,10,0,0,0,0],[82,124,87,10,0,0,0,0],[83,37,85,14,0,0,0,0],[85,14,87,10,0,0,0,0],[87,17,89,10,0,0,0,0],[89,10,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13extractDomain33_A3344FC1A17294823B42AC7ED68180B1LL4fromS2S_tF","regions":[[95,60,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13extractDomain33_A3344FC1A17294823B42AC7ED68180B1LL4fromS2S_tFSSyKXEfu_","regions":[[99,62,99,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12performFetch33_A3344FC1A17294823B42AC7ED68180B1LL3for7fullURLSo7NSImageCSgSS_SStYaF","regions":[[103,86,124,6,0,0,0,0],[108,62,110,10,0,0,0,0],[110,10,123,19,0,0,0,0],[113,69,115,10,0,0,0,0],[115,10,123,19,0,0,0,0],[117,28,119,10,0,0,0,0],[119,10,123,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE6Direct33_A3344FC1A17294823B42AC7ED68180B1LL6domainSo7NSImageCSgSS_tYaF","regions":[[127,71,133,6,0,0,0,0],[128,75,130,10,0,0,0,0],[130,10,132,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF","regions":[[136,70,192,6,0,0,0,0],[138,34,138,87,0,0,0,0],[138,88,140,10,0,0,0,0],[140,16,142,10,0,0,0,0],[144,55,146,10,0,0,0,0],[146,10,191,19,0,0,0,0],[152,12,187,10,0,0,0,0],[153,75,187,10,0,0,0,0],[154,71,156,14,0,0,0,0],[156,14,187,10,0,0,0,0],[174,45,182,14,0,0,0,0],[175,64,181,18,0,0,0,0],[177,24,177,41,0,0,0,0],[177,42,180,22,0,0,0,0],[182,14,187,10,0,0,0,0],[184,30,186,14,0,0,0,0],[186,14,187,10,0,0,0,0],[187,17,189,10,0,0,0,0],[189,10,191,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaFSbyKXEfu_","regions":[[138,62,138,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF10Foundation3URLVSgSS4href_12CoreGraphics7CGFloatVSg4sizet_tXEfU_","regions":[[159,64,168,14,0,0,0,0],[161,20,161,75,0,0,0,0],[161,76,163,18,0,0,0,0],[163,18,167,88,0,0,0,0],[164,20,164,39,0,0,0,0],[164,40,166,18,0,0,0,0],[166,18,167,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05fetchE8FromHTML33_A3344FC1A17294823B42AC7ED68180B1LL3urlSo7NSImageCSgSS_tYaF10Foundation3URLVSgSS4href_12CoreGraphics7CGFloatVSg4sizet_tXEfU_SbyKXEfu_","regions":[[161,49,161,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC012isAcceptableE033_A3344FC1A17294823B42AC7ED68180B1LLySbSo7NSImageCF","regions":[[194,64,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC12faviconScore33_A3344FC1A17294823B42AC7ED68180B1LLy12CoreGraphics7CGFloatVSo7NSImageCF","regions":[[200,60,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tF","regions":[[208,91,235,6,0,0,0,0],[210,102,212,10,0,0,0,0],[212,10,234,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFySo20NSTextCheckingResultCSg_So15NSMatchingFlagsVSpy10ObjectiveC8ObjCBoolVGtXEfU_","regions":[[217,56,231,10,0,0,0,0],[218,34,218,44,0,0,0,0],[218,44,231,10,0,0,0,0],[221,18,223,14,0,0,0,0],[223,14,231,10,0,0,0,0],[226,45,226,55,0,0,0,0],[226,55,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_","regions":[[233,22,233,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_AJyKXEfu_","regions":[[233,36,233,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC05parseE5Links33_A3344FC1A17294823B42AC7ED68180B1LL4fromSaySS4href_12CoreGraphics7CGFloatVSg4sizetGSS_tFSbSSAG_AkLt_SSAG_AkLttXEfU0_AJyKXEfu0_","regions":[[233,53,233,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStF","regions":[[237,86,252,6,0,0,0,0],[238,59,238,73,0,0,0,0],[238,73,251,25,0,0,0,0],[245,14,247,10,0,0,0,0],[247,10,251,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStFSdyKXEfu_","regions":[[249,52,249,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC13parseIconSize33_A3344FC1A17294823B42AC7ED68180B1LL4from2in12CoreGraphics7CGFloatVSgSo8_NSRangeV_SStFSdyKXEfu0_","regions":[[250,52,250,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10fetchImage33_A3344FC1A17294823B42AC7ED68180B1LL4fromSo7NSImageCSg10Foundation3URLV_tYaF","regions":[[255,62,279,6,0,0,0,0],[259,12,274,10,0,0,0,0],[260,82,274,10,0,0,0,0],[265,13,268,14,0,0,0,0],[268,14,274,10,0,0,0,0],[271,48,273,14,0,0,0,0],[273,14,274,10,0,0,0,0],[274,17,276,10,0,0,0,0],[276,10,278,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC10cacheImage33_A3344FC1A17294823B42AC7ED68180B1LL_9forDomainySo7NSImageC_SStF","regions":[[282,73,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC16finalizeAndCache33_A3344FC1A17294823B42AC7ED68180B1LL_9forDomainSo7NSImageCAH_SStF","regions":[[292,90,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC15saveToDiskCache33_A3344FC1A17294823B42AC7ED68180B1LL5image6domainySo7NSImageC_SStF","regions":[[299,66,315,6,0,0,0,0],[305,14,308,10,0,0,0,0],[308,10,315,6,0,0,0,0],[310,12,312,10,0,0,0,0],[311,43,312,10,0,0,0,0],[312,17,314,10,0,0,0,0],[314,10,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC17loadFromDiskCache33_A3344FC1A17294823B42AC7ED68180B1LL6domainSo7NSImageCSgSS_tF","regions":[[318,64,329,6,0,0,0,0],[321,73,323,10,0,0,0,0],[323,10,328,45,0,0,0,0],[325,61,327,10,0,0,0,0],[327,10,328,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC010normalizedE5Image33_A3344FC1A17294823B42AC7ED68180B1LL_4sizeSo7NSImageCAH_12CoreGraphics7CGFloatVtF","regions":[[332,90,367,6,0,0,0,0],[337,52,339,10,0,0,0,0],[343,60,345,10,0,0,0,0],[345,16,347,10,0,0,0,0],[355,20,357,10,0,0,0,0],[357,16,364,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tF","regions":[[369,79,388,6,0,0,0,0],[377,49,377,59,0,0,0,0],[377,62,377,71,0,0,0,0],[382,12,384,10,0,0,0,0],[384,10,387,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSo013NSBitmapImageR0CSgAHXEfU_","regions":[[370,59,370,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSbSo013NSBitmapImageR0CXEfU0_","regions":[[371,43,376,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC04bestE14Representation33_A3344FC1A17294823B42AC7ED68180B1LL3forSo10NSImageRepCSgSo0Q0C_tFSbSo013NSBitmapImageR0C_AMtXEfU1_","regions":[[378,51,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherC16faviconPixelSize33_A3344FC1A17294823B42AC7ED68180B1LL3forSo6CGSizeVSo7NSImageC_tF","regions":[[390,65,395,6,0,0,0,0],[391,60,393,10,0,0,0,0],[393,10,394,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FaviconFetcherCACyc33_A3344FC1A17294823B42AC7ED68180B1Llfc","regions":[[399,20,403,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKit10Foundation3URLVRszlE7uniqued33_A3344FC1A17294823B42AC7ED68180B1LLSayADGyF","regions":[[407,29,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconFetcher.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKit10Foundation3URLVRszlE7uniqued33_A3344FC1A17294823B42AC7ED68180B1LLSayADGyFSbADXEfU_","regions":[[409,23,409,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC5cache33_EB3424C68EE9AE8B2BC89D9BC590793DLLSDySSAC10CacheEntryAELLVGvpfi","regions":[[19,47,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC12maxCacheSize33_EB3424C68EE9AE8B2BC89D9BC590793DLLSivpfi","regions":[[22,32,22,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC8iconSize33_EB3424C68EE9AE8B2BC89D9BC590793DLLSivpfi","regions":[[25,28,25,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderCACyc33_EB3424C68EE9AE8B2BC89D9BC590793DLlfc","regions":[[27,20,27,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7favicon3forSo7NSImageCSgSS_tYaF","regions":[[30,56,68,6,0,0,0,0],[32,38,37,10,0,0,0,0],[37,10,67,19,0,0,0,0],[43,122,45,10,0,0,0,0],[45,10,67,19,0,0,0,0],[47,12,63,10,0,0,0,0],[48,79,63,10,0,0,0,0],[53,18,55,14,0,0,0,0],[55,14,63,10,0,0,0,0],[57,48,62,14,0,0,0,0],[62,14,63,10,0,0,0,0],[63,17,65,10,0,0,0,0],[65,10,67,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyF","regions":[[71,34,83,6,0,0,0,0],[72,48,72,58,0,0,0,0],[72,58,83,6,0,0,0,0],[80,31,82,10,0,0,0,0],[82,10,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyFSbSS3key_AC10CacheEntryAELLV5valuet_SSAF_AhIttXEfU_","regions":[[76,39,76,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC13evictIfNeeded33_EB3424C68EE9AE8B2BC89D9BC590793DLLyyFS2S3key_AC10CacheEntryAELLV5valuet_tcfu_","regions":[[78,18,78,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaF","regions":[[86,43,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaFyScGyytGzYaXEfU_","regions":[[87,44,93,10,0,0,0,0],[88,35,92,14,0,0,0,0],[92,14,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7preload7domainsySaySSG_tYaFyScGyytGzYaXEfU_yyYacfU_","regions":[[89,31,91,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC10clearCacheyyF","regions":[[97,23,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC15normalizeDomain33_EB3424C68EE9AE8B2BC89D9BC590793DLLyS2SF","regions":[[102,61,123,6,0,0,0,0],[106,12,106,40,0,0,0,0],[106,41,108,10,0,0,0,0],[108,19,108,46,0,0,0,0],[108,47,110,10,0,0,0,0],[113,56,115,10,0,0,0,0],[118,12,118,36,0,0,0,0],[118,37,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FaviconLoader.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13FaviconLoaderC7favicon3forSo7NSImageCSgAA14LauncherTargetO_tYaF","regions":[[129,64,134,6,0,0,0,0],[130,54,132,10,0,0,0,0],[132,10,133,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC10stateQueue33_E10C6EFA05A70C31DDAAA9698554BDABLLSo17OS_dispatch_queueCvpfi","regions":[[11,30,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC18_startupModeActive33_E10C6EFA05A70C31DDAAA9698554BDABLLSbvpfi","regions":[[17,44,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC17startupModeActiveSbvg","regions":[[23,33,29,6,0,0,0,0],[25,12,25,42,0,0,0,0],[25,80,27,10,0,0,0,0],[27,10,28,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC17startupModeActiveSbvgSbyXEfU_","regions":[[28,32,28,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tF","regions":[[32,60,41,6,0,0,0,0],[34,12,34,30,0,0,0,0],[34,31,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyXEfU_","regions":[[33,25,33,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyYacfU0_","regions":[[35,18,39,14,0,0,0,0],[37,56,37,66,0,0,0,0],[37,66,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC21deactivateStartupModeyyF","regions":[[44,34,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC21deactivateStartupModeyyFyyXEfU_","regions":[[45,25,45,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC24captureListenOnlyEnabledSbvgZ","regions":[[69,47,74,6,0,0,0,0],[70,12,70,77,0,0,0,0],[70,78,72,10,0,0,0,0],[72,10,73,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC27setCaptureListenOnlyEnabledyySbFZ","regions":[[76,62,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC24useSMAppServiceForDaemonSbvgZ","regions":[[82,47,87,6,0,0,0,0],[83,12,83,84,0,0,0,0],[83,85,85,10,0,0,0,0],[85,10,86,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC27setUseSMAppServiceForDaemonyySbFZ","regions":[[89,62,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC30simulatorAndVirtualKeysEnabledSbvgZ","regions":[[95,53,100,6,0,0,0,0],[96,12,96,90,0,0,0,0],[96,91,98,10,0,0,0,0],[98,10,99,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC33setSimulatorAndVirtualKeysEnabledyySbFZ","regions":[[102,68,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC31keyboardSuppressionDebugEnabledSbvgZ","regions":[[107,54,112,6,0,0,0,0],[108,12,108,91,0,0,0,0],[108,92,110,10,0,0,0,0],[110,10,111,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC34setKeyboardSuppressionDebugEnabledyySbFZ","regions":[[114,69,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19uninstallForTestingSbvgZ","regions":[[121,42,126,6,0,0,0,0],[122,12,122,79,0,0,0,0],[122,80,124,10,0,0,0,0],[124,10,125,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC22setUninstallForTestingyySbFZ","regions":[[128,57,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC16learningTipsModeAA08LearninghI0OvgZ","regions":[[136,51,143,6,0,0,0,0],[139,9,141,10,0,0,0,0],[141,10,142,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19setLearningTipsModeyyAA0hiJ0OFZ","regions":[[145,63,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC31useJustInTimePermissionRequestsSbvgZ","regions":[[153,54,158,6,0,0,0,0],[154,12,154,91,0,0,0,0],[154,92,156,10,0,0,0,0],[156,10,157,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC34setUseJustInTimePermissionRequestsyySbFZ","regions":[[160,69,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC19allowOptionalWizardSbvgZ","regions":[[166,42,171,6,0,0,0,0],[167,12,167,79,0,0,0,0],[167,80,169,10,0,0,0,0],[169,10,170,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12FeatureFlagsC22setAllowOptionalWizardyySbFZ","regions":[[173,57,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/FeatureFlags.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16LearningTipsModeO11displayNameSSvg","regions":[[189,29,195,6,0,0,0,0],[190,16,190,20,0,0,0,0],[191,9,191,44,0,0,0,0],[192,9,192,36,0,0,0,0],[193,9,193,25,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV8useCountSivpfi","regions":[[8,25,8,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV14hasEverLearnedSbvpfi","regions":[[10,32,10,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV12requiredUsesSivg","regions":[[13,27,15,6,0,0,0,0],[14,26,14,27,0,0,0,0],[14,30,14,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV9isLearnedSbvg","regions":[[18,25,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV11isForgottenSbvg","regions":[[24,27,28,6,0,0,0,0],[25,48,25,64,0,0,0,0],[25,64,27,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV9recordUseyyF","regions":[[31,31,37,6,0,0,0,0],[34,12,34,21,0,0,0,0],[34,22,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TipLearningStateV24checkAndResetIfForgottenyyF","regions":[[41,46,46,6,0,0,0,0],[42,12,42,23,0,0,0,0],[42,35,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC8defaults33_B23554ECA31176C22A6025620A40C8CBLLSo14NSUserDefaultsCvpfi","regions":[[64,28,64,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC7encoder33_B23554ECA31176C22A6025620A40C8CBLL10Foundation11JSONEncoderCvpfi","regions":[[65,27,65,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC7decoder33_B23554ECA31176C22A6025620A40C8CBLL10Foundation11JSONDecoderCvpfi","regions":[[66,27,66,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC10stateCache33_B23554ECA31176C22A6025620A40C8CBLLSDyAC0F2IDOAA0F13LearningStateVGvpfi","regions":[[69,57,69,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerCACyc33_B23554ECA31176C22A6025620A40C8CBLlfc","regions":[[71,20,71,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC16learningTipsModeAA08LearningiJ0Ovg","regions":[[76,44,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC10shouldShowySbAC0F2IDOF","regions":[[86,43,98,6,0,0,0,0],[87,16,87,32,0,0,0,0],[88,9,89,25,0,0,0,0],[90,9,91,24,0,0,0,0],[92,9,96,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9recordUseyyAC0F2IDOF","regions":[[102,34,110,6,0,0,0,0],[107,12,107,27,0,0,0,0],[107,28,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC13learningState3forAA0f8LearningI0VAC0F2IDO_tF","regions":[[113,60,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9isLearnedySbAC0F2IDOF","regions":[[118,42,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC5resetyyAC0F2IDOF","regions":[[125,30,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC8resetAllyyF","regions":[[132,21,138,6,0,0,0,0],[134,35,136,10,0,0,0,0],[136,10,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9loadState33_B23554ECA31176C22A6025620A40C8CBLL3forAA0f8LearningI0VAC0F2IDO_tF","regions":[[142,64,155,6,0,0,0,0],[143,41,145,10,0,0,0,0],[145,10,154,21,0,0,0,0],[149,14,151,10,0,0,0,0],[151,10,154,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FeatureTipManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17FeatureTipManagerC9saveState33_B23554ECA31176C22A6025620A40C8CBLL_3foryAA0f8LearningI0V_AC0F2IDOtF","regions":[[157,71,162,6,0,0,0,0],[159,50,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerCACyc33_D7DFD1CC14BF31FA9FCEC09062CF84EELlfc","regions":[[17,20,17,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC8cacheTTL33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSdvpfi","regions":[[27,42,27,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC13systemTCCPath33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSSvpfi","regions":[[31,33,31,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC03hasefG0SbyF","regions":[[33,38,41,6,0,0,0,0],[37,9,39,10,0,0,0,0],[39,10,40,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC7refreshSbyF","regions":[[45,28,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC17updateCachedValueyySbF","regions":[[53,43,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC10resetCacheyyF","regions":[[59,23,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/FullDiskAccessChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21FullDiskAccessCheckerC15performFDACheck33_D7DFD1CC14BF31FA9FCEC09062CF84EELLSbyF","regions":[[64,44,90,6,0,0,0,0],[65,46,73,10,0,0,0,0],[68,16,68,47,0,0,0,0],[68,48,70,14,0,0,0,0],[70,20,72,14,0,0,0,0],[72,14,73,10,0,0,0,0],[73,10,89,21,0,0,0,0],[78,78,80,10,0,0,0,0],[80,10,89,21,0,0,0,0],[85,9,87,10,0,0,0,0],[87,10,89,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV012_preferMediaF033_49AD693135E91ACE9D20B82854AE114ELL7SwiftUI5StateVySbGvpfi","regions":[[16,48,16,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV8mappings11currentMode02onJ6ChangeACSayAA0A7MappingVG_AA0eaJ0OSgyAKcSgtcfC","regions":[[18,121,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV8mappings11currentMode02onJ6ChangeACSayAA0A7MappingVG_AA0eaJ0OSgyAKcSgtcfcSbyKXEfu_","regions":[[23,80,23,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV9_isFnHeld33_49AD693135E91ACE9D20B82854AE114ELL7SwiftUI5StateVySbGvpfi","regions":[[27,41,27,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV09showMediaF033_49AD693135E91ACE9D20B82854AE114ELLSbvg","regions":[[33,37,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg","regions":[[39,25,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg7SwiftUI05TupleG0VyAA0eA3Row33_49AD693135E91ACE9D20B82854AE114ELLV_AA17DisplayModeToggleAILLVAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAA02FnA5BadgeAILLV_AE4TextVtGG_Qo_tGyXEfU_","regions":[[40,50,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvg7SwiftUI05TupleG0VyAA0eA3Row33_49AD693135E91ACE9D20B82854AE114ELLV_AA17DisplayModeToggleAILLVAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAA02FnA5BadgeAILLV_AE4TextVtGG_Qo_tGyXEfU_A2_yXEfU_","regions":[[48,32,53,14,0,0,0,0],[50,74,50,89,0,0,0,0],[50,92,50,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgyycfU0_","regions":[[57,19,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgyycfU1_","regions":[[60,22,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV4bodyQrvgySb_SbtcfU2_","regions":[[63,40,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyF","regions":[[70,41,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyFSo7NSEventCSgAGcfU_","regions":[[71,82,79,10,0,0,0,0],[73,16,73,37,0,0,0,0],[73,38,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV017startMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyFSo7NSEventCSgAGcfU_yyXEfU_","regions":[[74,58,76,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16FunctionKeysViewV016stopMonitoringFnA033_49AD693135E91ACE9D20B82854AE114ELLyyF","regions":[[82,40,87,6,0,0,0,0],[83,39,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit02FnA5Badge33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[93,25,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[110,25,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI7ForEachVySayAA0eA4InfoACLLVGSSAA0eA4CardACLLVGyXEfU_","regions":[[111,28,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA3Row33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI7ForEachVySayAA0eA4InfoACLLVGSSAA0eA4CardACLLVGyXEfU_AmJcfU_","regions":[[112,61,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV19_displayedShowMedia7SwiftUI5StateVySbGvpfi","regions":[[138,51,138,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV10_flipAngle7SwiftUI5StateVySdGvpfi","regions":[[139,44,139,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV12_randomDelay7SwiftUI5StateVySdGvpfi","regions":[[142,46,142,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV19_durationMultiplier7SwiftUI5StateVySdGvpfi","regions":[[143,53,143,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[147,25,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0Q0PAFE16rotation3DEffect_4axis6anchor0U1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AT1yAT1ztAF9UnitPointVA2TtFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFE5frame5width6heightA_QrATSg_A6_A1_tFQOyAF6ZStackVyAF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AF4TextVGG_Qo__AF06_ShapeQ0VyAF16RoundedRectangleVA13_GQo__AF011StrokeShapeQ0VyA31_A13_AF05EmptyQ0VGQo__Qo__AjFE9lineLimityQrSiSgFQOyA24__Qo_tGyXEfU_","regions":[[148,28,183,10,0,0,0,0],[166,48,166,79,0,0,0,0],[166,82,166,110,0,0,0,0],[170,50,170,80,0,0,0,0],[170,83,170,111,0,0,0,0],[179,39,179,57,0,0,0,0],[179,60,179,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0Q0PAFE16rotation3DEffect_4axis6anchor0U1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AT1yAT1ztAF9UnitPointVA2TtFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFE5frame5width6heightA_QrATSg_A6_A1_tFQOyAF6ZStackVyAF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_AF4TextVGG_Qo__AF06_ShapeQ0VyAF16RoundedRectangleVA13_GQo__AF011StrokeShapeQ0VyA31_A13_AF05EmptyQ0VGQo__Qo__AjFE9lineLimityQrSiSgFQOyA24__Qo_tGyXEfU_A25_yXEfU_","regions":[[150,20,162,14,0,0,0,0],[151,20,151,38,0,0,0,0],[151,39,156,18,0,0,0,0],[156,24,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgyycfU0_","regions":[[185,19,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_","regions":[[190,37,212,10,0,0,0,0],[191,45,191,55,0,0,0,0],[191,55,212,10,0,0,0,0],[193,16,193,28,0,0,0,0],[193,29,195,14,0,0,0,0],[195,20,211,14,0,0,0,0],[197,54,197,56,0,0,0,0],[197,59,197,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_","regions":[[200,79,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyXEfU_","regions":[[201,68,203,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyYbScMYccfU0_","regions":[[204,84,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4Card33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvgySb_SbtcfU1_yyYbScMYccfU_yyYbScMYccfU0_yyXEfU_","regions":[[206,73,208,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DisplayModeToggle33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg","regions":[[221,25,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DisplayModeToggle33_49AD693135E91ACE9D20B82854AE114ELLV4bodyQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA20IconSegmentedControlACLLVySbG_Qo__AjFEAKyQrAO_AStFQOyAF4TextV_Qo_tGyXEfU_","regions":[[222,50,240,10,0,0,0,0],[235,19,235,88,0,0,0,0],[236,19,236,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV10makeNSView7contextSo011NSSegmentedG0C7SwiftUI0O20RepresentableContextVyADyxGG_tF","regions":[[252,61,277,6,0,0,0,0],[260,55,269,10,0,0,0,0],[262,109,266,14,0,0,0,0],[269,10,276,23,0,0,0,0],[272,78,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV10makeNSView7contextSo011NSSegmentedG0C7SwiftUI0O20RepresentableContextVyADyxGG_tFSbx5value_SS4iconSS5labelt_tXEfU_","regions":[[272,51,272,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV12updateNSView_7contextySo011NSSegmentedG0C_7SwiftUI0O20RepresentableContextVyADyxGGtF","regions":[[279,73,285,6,0,0,0,0],[280,78,284,10,0,0,0,0],[281,16,281,47,0,0,0,0],[281,48,283,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV12updateNSView_7contextySo011NSSegmentedG0C_7SwiftUI0O20RepresentableContextVyADyxGGtFSbx5value_SS4iconSS5labelt_tXEfU_","regions":[[280,51,280,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV15makeCoordinatorAD0O0Cyx_GyF","regions":[[287,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV11CoordinatorCyAFyx_GADyxGcfc","regions":[[295,46,297,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/FunctionKeysView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20IconSegmentedControl33_49AD693135E91ACE9D20B82854AE114ELLV11CoordinatorC14segmentChangedyySo011NSSegmentedG0CF","regions":[[299,65,304,10,0,0,0,0],[301,16,301,26,0,0,0,0],[301,58,303,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LegendStyleO2idSSvg","regions":[[12,20,12,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LegendStyleO11displayNameSSvg","regions":[[14,29,21,6,0,0,0,0],[15,16,15,20,0,0,0,0],[16,9,16,35,0,0,0,0],[17,9,17,27,0,0,0,0],[18,9,18,36,0,0,0,0],[19,9,19,29,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NoveltyConfigV010noveltyForA05labelSSSgSS_tF","regions":[[39,50,45,6,0,0,0,0],[40,16,40,34,0,0,0,0],[41,9,41,48,0,0,0,0],[42,9,42,66,0,0,0,0],[43,9,43,21,0,0,0,0],[44,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DotsLegendConfigV8dotColor9forColumn12totalColumns08fallbackI07SwiftUI0I0VSi_SiAJtF","regions":[[78,92,89,6,0,0,0,0],[79,16,79,25,0,0,0,0],[80,9,81,33,0,0,0,0],[82,9,87,65,0,0,0,0],[83,41,83,65,0,0,0,0],[83,65,87,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV14alphaBaseColor7SwiftUI0H0Vvg","regions":[[118,31,118,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV16alphaLegendColor7SwiftUI0H0Vvg","regions":[[119,33,119,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV12modBaseColor7SwiftUI0H0Vvg","regions":[[120,29,120,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV14modLegendColor7SwiftUI0H0Vvg","regions":[[121,31,121,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV15accentBaseColor7SwiftUI0H0Vvg","regions":[[122,32,122,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV17accentLegendColor7SwiftUI0H0Vvg","regions":[[123,34,123,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV12swatchColorsSay7SwiftUI5ColorVGvg","regions":[[126,31,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV4find2idACSgSS_tFZ","regions":[[173,50,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11GMKColorwayV4find2idACSgSS_tFZSbACXEfU_","regions":[[174,19,174,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/GMKColorway.swift"],"mcdc_records":[],"name":"$s7SwiftUI5ColorV13KeyPathAppKitE3hexACSS_tcfC","regions":[[450,23,472,6,0,0,0,0],[455,16,455,25,0,0,0,0],[456,9,457,91,0,0,0,0],[458,9,459,73,0,0,0,0],[460,9,461,86,0,0,0,0],[462,9,463,42,0,0,0,0],[464,10,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvg","regions":[[21,13,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvgSbyKXEfu_","regions":[[22,95,22,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC9isEnabledSbvs","regions":[[24,13,32,10,0,0,0,0],[26,16,26,24,0,0,0,0],[26,25,28,14,0,0,0,0],[28,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceCACyc33_BF693B13C6DCEB1564CD69A006377748Llfc","regions":[[43,20,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyF","regions":[[48,28,81,6,0,0,0,0],[49,30,52,10,0,0,0,0],[52,10,81,6,0,0,0,0],[54,41,57,10,0,0,0,0],[57,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFySo7NSEventCcfU_","regions":[[60,79,64,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFySo7NSEventCcfU_SbSgyYaYbScMYccfU_","regions":[[61,18,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFSo7NSEventCSgAFcfU0_","regions":[[67,77,78,10,0,0,0,0],[69,66,69,82,0,0,0,0],[69,82,77,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC15startMonitoringyyFSo7NSEventCSgAFcfU0_yyYaYbScMYccfU_","regions":[[72,18,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC14stopMonitoringyyF","regions":[[84,27,94,6,0,0,0,0],[85,40,88,10,0,0,0,0],[89,39,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC06handleA5Event33_BF693B13C6DCEB1564CD69A006377748LLySbSo7NSEventCF","regions":[[100,59,107,6,0,0,0,0],[101,52,103,10,0,0,0,0],[103,10,106,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC23toggleOverlayVisibility33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[112,44,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC31restoreOverlayToDefaultCentered33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[120,52,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC12toggleDrawer33_BF693B13C6DCEB1564CD69A006377748LLyyF","regions":[[126,33,139,6,0,0,0,0],[130,12,130,30,0,0,0,0],[130,31,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC6action33_BF693B13C6DCEB1564CD69A006377748LL3forAA0eF6ActionOSgSo7NSEventC_tF","regions":[[141,68,151,6,0,0,0,0],[145,16,147,10,0,0,0,0],[147,10,150,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyServiceC7perform33_BF693B13C6DCEB1564CD69A006377748LLyyAA0eF6ActionOF","regions":[[153,56,162,6,0,0,0,0],[154,16,154,22,0,0,0,0],[155,9,156,38,0,0,0,0],[157,9,158,46,0,0,0,0],[159,9,160,27,0,0,0,0],[161,10,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyMatcherO5match7keyCode9modifiersAA0eF10DefinitionVSgs6UInt16V_So20NSEventModifierFlagsVtFZ","regions":[[187,101,195,6,0,0,0,0],[190,14,192,10,0,0,0,0],[192,10,194,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/GlobalHotkeyService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlobalHotkeyMatcherO5match7keyCode9modifiersAA0eF10DefinitionVSgs6UInt16V_So20NSEventModifierFlagsVtFZSbAHXEfU_","regions":[[194,37,194,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV011_permissionF033_A4B993CFEF8415B1B3582367A8B52547LL7SwiftUI5StateVySSGvpfi","regions":[[9,44,9,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV10_isLoading33_A4B993CFEF8415B1B3582367A8B52547LL7SwiftUI5StateVySbGvpfi","regions":[[10,36,10,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg","regions":[[12,25,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_","regions":[[13,29,64,10,0,0,0,0],[27,16,27,25,0,0,0,0],[27,26,30,14,0,0,0,0],[30,20,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_AXyXEfU_","regions":[[14,20,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[21,33,23,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_","regions":[[31,28,62,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_A56_yXEfU_","regions":[[32,62,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE19_ConditionalContentVyAoEE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A11_A11_A11_A11_A11_AE9AlignmentVtFQOyAE08ProgressL0VyAkE05EmptyL0VG_Qo_AE06ScrollL0VyAoEE7paddingyQrAE4EdgeO3SetV_A11_tFQOyAE6VStackVyAGyAK_AoEE12cornerRadius_11antialiasedQrA10__SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___A26_tAE05ShapeQ0Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE13textSelectionyQrqd__AE0N13SelectabilityRd__lFQOyAK_AE07EnabledN13SelectabilityVQo__Qo__AE5ColorVQo__Qo_AE7DividerVAoEEA29__A30_QrA10__SbtFQOyAoEEA31__A32_Qrqd___A26_tAEA33_Rd__lFQOyAoEEA22_yQrA26__A11_tFQOyAoEE4fontyQrAE4FontVSgFQOyA28_yAGyAK_A6KtGG_Qo__Qo__A41_Qo__Qo_tGG_Qo_GGtGyXEfU_A58_yXEfU0_A56_yXEfU_A50_yXEfU_","regions":[[45,65,55,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV4bodyQrvgyycfU0_","regions":[[67,19,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[72,42,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyFyyYacfU_","regions":[[73,14,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionDetailsSheetV04loadeF033_A4B993CFEF8415B1B3582367A8B52547LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[78,33,97,14,0,0,0,0],[84,62,84,75,0,0,0,0],[84,78,84,95,0,0,0,0],[85,61,85,72,0,0,0,0],[85,75,85,90,0,0,0,0],[88,70,88,83,0,0,0,0],[88,86,88,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg","regions":[[108,25,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_","regions":[[109,29,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[110,20,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[117,32,119,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_","regions":[[123,24,191,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_","regions":[[124,58,190,18,0,0,0,0],[161,24,161,73,0,0,0,0],[161,74,178,22,0,0,0,0],[178,22,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_","regions":[[125,62,156,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[129,65,154,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU_","regions":[[130,53,135,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU0_","regions":[[136,53,141,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU1_","regions":[[142,53,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU2_","regions":[[148,53,153,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_","regions":[[162,65,174,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_A44_yXEfU_","regions":[[163,48,167,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_A46_yXEfU0_yyScMYccfU0_","regions":[[168,70,172,30,0,0,0,0],[169,100,171,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_","regions":[[180,41,188,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_yyScMYccfU_","regions":[[181,59,186,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24InputMonitoringHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAIyAGyAoEE15foregroundColoryQrA36_SgFQOyAE5ImageV_Qo__AKtGG_AWtGG_Qo__A36_Qo__Qo_SgAoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A61_yXEfU0_A60_yXEfU_AWyXEfU1_yyScMYccfU_yyYacfU_","regions":[[182,34,185,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg","regions":[[204,25,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_","regions":[[205,29,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[206,20,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[213,32,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_","regions":[[219,24,274,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_","regions":[[220,58,273,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_","regions":[[221,62,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[225,65,256,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU_","regions":[[226,53,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU0_","regions":[[232,53,237,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU1_","regions":[[238,53,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU2_","regions":[[244,53,249,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_A32_yXEfU_A29_yXEfU_A27_yXEfU3_","regions":[[250,53,255,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_","regions":[[263,41,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_yyScMYccfU_","regions":[[264,59,269,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22AccessibilityHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0L0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAKG_AE08BorderedsQ0VQo_tGG_AE06ScrollL0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeQ0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAWG_Qo_tGGGtGyXEfU_A48_yXEfU0_A47_yXEfU_AWyXEfU0_yyScMYccfU_yyYacfU_","regions":[[265,34,268,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg","regions":[[287,25,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_","regions":[[288,29,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_AXyXEfU_","regions":[[289,20,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_AXyXEfU_yyScMYccfU_","regions":[[296,32,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_","regions":[[302,24,421,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_","regions":[[303,58,420,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_","regions":[[304,62,368,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_","regions":[[314,65,366,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU_","regions":[[315,53,320,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU0_","regions":[[321,53,326,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU1_","regions":[[327,53,332,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU2_","regions":[[333,53,338,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU3_","regions":[[339,53,345,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A31_yXEfU4_","regions":[[346,53,359,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A31_yXEfU4_A29_yXEfU_","regions":[[350,73,358,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A36_yXEfU_A33_yXEfU_A27_yXEfU5_","regions":[[360,53,365,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A43_yXEfU0_","regions":[[373,61,382,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_","regions":[[387,41,418,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_","regions":[[388,45,402,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_yyScMYccfU_","regions":[[389,60,395,30,0,0,0,0],[392,33,394,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A57_yXEfU_yyScMYccfU0_","regions":[[398,61,400,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_","regions":[[404,45,417,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU_","regions":[[405,55,407,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU0_","regions":[[410,60,415,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE4TextV_AE6SpacerVAE0M0PAEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAKG_AE08BorderedtR0VQo_tGG_AE06ScrollM0VyAE6VStackVyAGyAoEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAoEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeR0Rd__lFQOyAoEE7paddingyQrA12__A6_SgtFQOyA1_yAGyAK_AkoEE4fontyQrAE4FontVSgFQOyA1_yAGyAIyAGyAoEE5frame5width6height9alignmentQrA15__A15_AE9AlignmentVtFQOyAK_Qo__AKtGG_A28_A28_A28_A28_AIyAGyA26__A1_yAGyAK_A2KtGGtGGA28_tGG_Qo_tGG_Qo__AE5ColorVQo__Qo__AoEEA2__A3_QrA6__SbtFQOyAoEEA7__A8_Qrqd___A12_tAEA13_Rd__lFQOyAoEEA14_yQrA12__A15_tFQOyA1_yAGyAK_A4KtGG_Qo__A40_Qo__Qo_AoEEA20_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA23_QrA15__A15_A15_A15_A15_A15_A25_tFQOyA1_yAGyAIyAGyAoEEAPyQrqd__AeQRd__lFQOyAT_AE0u9ProminenttR0VQo__AWtGG_AIyAGyAW_AWtGGtGG_Qo_tGGGtGyXEfU_A65_yXEfU0_A64_yXEfU_A61_yXEfU1_A59_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[411,38,414,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV27openKarabinerFolderInFinder33_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[427,48,435,6,0,0,0,0],[432,11,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV27openKarabinerFolderInFinder33_A4B993CFEF8415B1B3582367A8B52547LLyyFSSyKXEfu_","regions":[[431,102,431,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27BackgroundServicesHelpSheetV29copyKarabinerPathsToClipboard33_A4B993CFEF8415B1B3582367A8B52547LLyyF","regions":[[437,50,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22VisualEffectBackgroundV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[456,63,462,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelpSheets.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22VisualEffectBackgroundV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[464,66,464,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsVACycfC","regions":[[8,19,8,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV18startKanataServiceSbyYaF","regions":[[10,52,27,6,0,0,0,0],[11,12,15,10,0,0,0,0],[13,88,14,24,0,0,0,0],[15,17,26,10,0,0,0,0],[16,16,16,52,0,0,0,0],[16,53,22,14,0,0,0,0],[22,14,25,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV20restartKanataServiceSbyYaF","regions":[[29,54,46,6,0,0,0,0],[30,12,34,10,0,0,0,0],[32,88,33,24,0,0,0,0],[34,17,45,10,0,0,0,0],[35,16,35,52,0,0,0,0],[35,53,41,14,0,0,0,0],[41,14,44,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32HelperBackedPrivilegedOperationsV17stopKanataServiceSbyYaF","regions":[[48,51,58,6,0,0,0,0],[49,12,53,10,0,0,0,0],[51,86,52,24,0,0,0,0],[53,17,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/HelperBackedPrivilegedOperations.swift"],"mcdc_records":[],"name":"$ss5ErrorP13KeyPathAppKitE30isSMAppServiceApprovalRequired33_0749D7CFC17605F0BA7FB42E7E1C0C03LLSbvg","regions":[[62,46,74,6,0,0,0,0],[63,68,70,10,0,0,0,0],[64,20,64,35,0,0,0,0],[65,13,66,93,0,0,0,0],[67,13,68,29,0,0,0,0],[70,10,73,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg","regions":[[8,25,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_","regions":[[9,49,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A5_yXEfU_","regions":[[12,24,17,14,0,0,0,0],[13,38,13,61,0,0,0,0],[13,64,13,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A14_yXEfU0_","regions":[[18,20,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/HelperLogsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HelperLogsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE06ScrollG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE13textSelectionyQrqd__AE0L13SelectabilityRd__lFQOyAI_AE07EnabledL13SelectabilityVQo__Qo_GAE6HStackVyAGyAE6SpacerV_AE6ButtonVyAIGtGGtGyXEfU_A14_yXEfU0_yyScMYccfU_","regions":[[20,33,20,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC9_logLines33_35E35559F57297284E10802D998550C0LL7Combine9PublishedVySaySSGGvpfi","regions":[[25,54,25,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC10_isRunning33_35E35559F57297284E10802D998550C0LL7Combine9PublishedVySbGvpfi","regions":[[28,51,28,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceCACyc33_35E35559F57297284E10802D998550C0Llfc","regions":[[32,20,32,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaF","regions":[[38,81,101,6,0,0,0,0],[39,31,39,47,0,0,0,0],[39,47,100,23,0,0,0,0],[51,12,51,83,0,0,0,0],[51,84,57,10,0,0,0,0],[53,29,55,14,0,0,0,0],[55,14,57,10,0,0,0,0],[57,16,59,10,0,0,0,0],[65,12,65,34,0,0,0,0],[65,35,67,10,0,0,0,0],[67,16,94,10,0,0,0,0],[76,20,76,33,0,0,0,0],[77,13,78,22,0,0,0,0],[79,13,80,86,0,0,0,0],[81,13,84,29,0,0,0,0],[85,14,94,10,0,0,0,0],[89,16,89,27,0,0,0,0],[89,28,93,14,0,0,0,0],[93,14,94,10,0,0,0,0],[94,10,100,23,0,0,0,0],[98,23,98,54,0,0,0,0],[98,57,98,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaFSbSSXEfU_","regions":[[51,26,51,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC19runCleanupAndRepair22useAppleScriptFallbackS2b_tYaFSSyKXEfu_","regions":[[58,60,58,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyF","regions":[[107,61,142,6,0,0,0,0],[115,12,115,33,0,0,0,0],[115,31,115,33,0,0,0,0],[115,40,117,10,0,0,0,0],[117,10,141,21,0,0,0,0],[118,65,120,10,0,0,0,0],[120,16,127,10,0,0,0,0],[124,16,124,29,0,0,0,0],[124,30,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSSyKXEfu_","regions":[[122,102,122,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSSSshYbcfu0_","regions":[[123,50,123,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSSXEfU_","regions":[[131,30,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSSXEfU_SbSSXEfU_","regions":[[132,40,132,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC015detectDuplicateC6CopiesSaySSGyFSbSS_SStXEfU0_","regions":[[136,20,140,10,0,0,0,0],[137,16,137,50,0,0,0,0],[137,51,137,66,0,0,0,0],[137,66,139,29,0,0,0,0],[138,16,138,50,0,0,0,0],[138,51,138,67,0,0,0,0],[138,67,139,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaF","regions":[[146,52,165,6,0,0,0,0],[147,55,150,10,0,0,0,0],[150,10,165,6,0,0,0,0],[155,12,155,101,0,0,0,0],[155,102,162,10,0,0,0,0],[156,16,159,14,0,0,0,0],[157,43,159,14,0,0,0,0],[159,21,161,14,0,0,0,0],[161,14,162,10,0,0,0,0],[162,16,164,10,0,0,0,0],[164,10,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu_","regions":[[155,38,155,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC010unregisterE9IfPresent33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu0_","regions":[[155,70,155,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaF","regions":[[167,43,198,6,0,0,0,0],[168,55,171,10,0,0,0,0],[171,10,198,6,0,0,0,0],[187,12,187,23,0,0,0,0],[187,24,189,10,0,0,0,0],[189,19,189,94,0,0,0,0],[189,95,191,10,0,0,0,0],[191,19,191,31,0,0,0,0],[191,32,193,10,0,0,0,0],[193,16,197,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFs5Int32V_SStyYacfU_","regions":[[172,42,185,10,0,0,0,0],[179,16,179,31,0,0,0,0],[179,29,179,31,0,0,0,0],[179,38,181,14,0,0,0,0],[181,14,184,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFs5Int32V_SStyYacfU_SSyKXEfu_","regions":[[183,102,183,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC07bootoutE3Job33_35E35559F57297284E10802D998550C0LLyyYaFSbyKXEfu_","regions":[[189,64,189,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaF","regions":[[208,5,261,6,0,0,0,0],[209,66,211,10,0,0,0,0],[211,10,261,6,0,0,0,0],[231,12,231,27,0,0,0,0],[231,28,234,10,0,0,0,0],[234,10,261,6,0,0,0,0],[236,43,236,62,0,0,0,0],[236,62,261,6,0,0,0,0],[244,12,257,10,0,0,0,0],[248,14,257,10,0,0,0,0],[249,16,249,36,0,0,0,0],[249,37,252,14,0,0,0,0],[252,20,256,14,0,0,0,0],[257,17,260,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_","regions":[[212,56,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_9tryRemoveL_ySbSSF","regions":[[217,52,225,14,0,0,0,0],[218,20,218,47,0,0,0,0],[218,48,223,18,0,0,0,0],[219,24,222,22,0,0,0,0],[220,56,221,36,0,0,0,0],[222,29,222,45,0,0,0,0],[223,18,224,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_SbyKXEfu_","regions":[[228,26,228,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC012removeLegacyE9Artifacts33_35E35559F57297284E10802D998550C0LL22useAppleScriptFallbackAC0H13CleanupResultOSb_tYaFSb_SbtyYacfU_SbyKXEfu0_","regions":[[228,36,228,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC08registerE033_35E35559F57297284E10802D998550C0LLSbyYaF","regions":[[263,49,281,6,0,0,0,0],[264,53,266,10,0,0,0,0],[266,10,281,6,0,0,0,0],[267,12,271,10,0,0,0,0],[268,59,270,24,0,0,0,0],[271,17,280,10,0,0,0,0],[274,16,274,73,0,0,0,0],[274,74,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC09canonicalC10Candidates33_35E35559F57297284E10802D998550C0LLSaySSGyF","regions":[[285,67,296,6,0,0,0,0],[292,75,294,10,0,0,0,0],[294,10,295,58,0,0,0,0],[295,37,295,45,0,0,0,0],[295,48,295,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC3log33_35E35559F57297284E10802D998550C0LLyySSF","regions":[[298,38,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC9TestHooksV010unregisterE007bootoutE3Job012removeLegacyE9Artifacts08registerE0AEyyYacSg_AjC0M13CleanupResultOSbYacSgSbyYacSgtcfC","regions":[[316,11,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/HelperMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HelperMaintenanceC14applyTestHooksyyAC0hI0VSgF","regions":[[324,46,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKF","regions":[[11,58,68,6,0,0,0,0],[13,48,33,10,0,0,0,0],[17,16,17,23,0,0,0,0],[17,24,29,14,0,0,0,0],[20,20,20,52,0,0,0,0],[20,53,23,18,0,0,0,0],[23,24,28,18,0,0,0,0],[28,18,29,14,0,0,0,0],[29,20,32,14,0,0,0,0],[32,14,33,10,0,0,0,0],[33,10,67,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU_","regions":[[50,45,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU_yyYacfU_","regions":[[52,18,52,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU0_","regions":[[55,45,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13getConnectionSo15NSXPCConnectionCyYaKFyycfU0_yyYacfU_","regions":[[57,18,57,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC10disconnectyyF","regions":[[71,23,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC15clearConnectionyyF","regions":[[77,28,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE14ProcessRunning33_362C4EB4DBAFBB505ED3A3C6FDC6869FLL3pidSbs5Int32V_tF","regions":[[88,61,100,6,0,0,0,0],[93,12,93,23,0,0,0,0],[93,24,95,10,0,0,0,0],[95,10,99,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+ConnectionLifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC014verifyEmbeddedE9Signature33_362C4EB4DBAFBB505ED3A3C6FDC6869FLLyyYaF","regions":[[104,68,174,6,0,0,0,0],[110,54,114,10,0,0,0,0],[114,10,174,6,0,0,0,0],[118,12,170,10,0,0,0,0],[123,14,170,10,0,0,0,0],[128,18,131,14,0,0,0,0],[131,14,170,10,0,0,0,0],[135,16,135,66,0,0,0,0],[135,67,137,14,0,0,0,0],[138,16,138,57,0,0,0,0],[138,58,140,14,0,0,0,0],[141,16,141,58,0,0,0,0],[141,59,143,14,0,0,0,0],[150,13,156,14,0,0,0,0],[152,20,152,55,0,0,0,0],[152,56,155,18,0,0,0,0],[158,16,158,32,0,0,0,0],[158,33,160,14,0,0,0,0],[160,20,169,14,0,0,0,0],[163,41,167,18,0,0,0,0],[170,17,173,10,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC07installE0yyYaKF","regions":[[9,39,109,6,0,0,0,0],[10,58,13,10,0,0,0,0],[11,33,12,19,0,0,0,0],[13,10,109,6,0,0,0,0],[18,44,20,10,0,0,0,0],[20,10,109,6,0,0,0,0],[22,65,24,10,0,0,0,0],[24,10,109,6,0,0,0,0],[27,63,37,10,0,0,0,0],[30,75,34,14,0,0,0,0],[34,20,36,14,0,0,0,0],[43,16,43,26,0,0,0,0],[44,9,59,14,0,0,0,0],[48,16,52,14,0,0,0,0],[49,35,51,23,0,0,0,0],[52,21,59,14,0,0,0,0],[53,20,53,42,0,0,0,0],[53,43,56,18,0,0,0,0],[56,18,58,98,0,0,0,0],[60,9,62,73,0,0,0,0],[63,9,81,14,0,0,0,0],[64,16,68,14,0,0,0,0],[65,35,67,23,0,0,0,0],[68,21,81,14,0,0,0,0],[70,20,70,42,0,0,0,0],[70,43,74,18,0,0,0,0],[74,18,80,83,0,0,0,0],[75,20,75,51,0,0,0,0],[75,52,78,18,0,0,0,0],[78,18,80,83,0,0,0,0],[82,9,99,14,0,0,0,0],[88,16,93,14,0,0,0,0],[89,35,92,23,0,0,0,0],[93,21,99,14,0,0,0,0],[100,9,107,14,0,0,0,0],[101,16,104,14,0,0,0,0],[102,35,103,23,0,0,0,0],[104,21,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallE0yyYaKF","regions":[[113,41,123,6,0,0,0,0],[115,44,117,10,0,0,0,0],[117,10,123,6,0,0,0,0],[119,12,119,42,0,0,0,0],[119,40,119,42,0,0,0,0],[119,49,122,10,0,0,0,0],[122,10,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC13formatSMErrorySSs5Error_pFZ","regions":[[127,57,136,6,0,0,0,0],[132,75,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Installation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23signingPreflightFailure33_42B085F34AE796CB9436EE79AC3E0339LLSSSgyYaF","regions":[[138,73,192,6,0,0,0,0],[139,12,139,42,0,0,0,0],[139,43,139,57,0,0,0,0],[139,57,191,19,0,0,0,0],[145,12,145,46,0,0,0,0],[145,47,147,10,0,0,0,0],[147,10,191,19,0,0,0,0],[151,12,163,10,0,0,0,0],[156,14,163,10,0,0,0,0],[157,16,157,39,0,0,0,0],[157,40,162,14,0,0,0,0],[162,14,163,10,0,0,0,0],[163,17,166,10,0,0,0,0],[166,10,191,19,0,0,0,0],[168,12,180,10,0,0,0,0],[173,14,180,10,0,0,0,0],[174,16,174,42,0,0,0,0],[174,43,179,14,0,0,0,0],[179,14,180,10,0,0,0,0],[180,17,183,10,0,0,0,0],[183,10,191,19,0,0,0,0],[185,12,185,51,0,0,0,0],[185,52,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKF","regions":[[8,97,43,6,0,0,0,0],[9,51,42,21,0,0,0,0],[39,14,41,10,0,0,0,0],[41,10,42,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKFysAG_pcfU_","regions":[[11,70,38,14,0,0,0,0],[16,20,16,56,0,0,0,0],[16,79,24,18,0,0,0,0],[24,27,24,49,0,0,0,0],[24,50,35,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14getRemoteProxy12errorHandlerAA0E8Protocol_pys5Error_pc_tYaKFysAG_pcfU_yyYaYbScMYccfU_","regions":[[32,26,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF","regions":[[54,20,111,6,0,0,0,0],[56,12,56,41,0,0,0,0],[56,42,61,10,0,0,0,0],[68,54,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFSSyXEfu_","regions":[[60,30,60,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFys5Error_pcfU_","regions":[[68,46,68,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_","regions":[[88,58,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_yyYacfU_","regions":[[90,18,95,14,0,0,0,0],[92,58,92,68,0,0,0,0],[92,68,95,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_ySb_AHtcfU0_","regions":[[98,25,109,14,0,0,0,0],[99,58,99,68,0,0,0,0],[99,68,109,14,0,0,0,0],[101,20,101,27,0,0,0,0],[101,28,104,18,0,0,0,0],[104,24,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKFyScCyyts5Error_pGXEfU0_ySb_AHtcfU0_SSyKXEfu_","regions":[[105,49,105,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[115,81,119,6,0,0,0,0],[118,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19installLaunchDaemon05plistB09serviceIDySS_SStYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[116,57,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24restartUnhealthyServicesyyYaKF","regions":[[121,50,125,6,0,0,0,0],[124,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24restartUnhealthyServicesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[122,62,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30regenerateServiceConfigurationyyYaKF","regions":[[127,56,131,6,0,0,0,0],[130,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30regenerateServiceConfigurationyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[128,68,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC18installLogRotationyyYaKF","regions":[[133,44,137,6,0,0,0,0],[136,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC18installLogRotationyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[134,56,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24repairVHIDDaemonServicesyyYaKF","regions":[[139,50,143,6,0,0,0,0],[142,10,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24repairVHIDDaemonServicesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[140,62,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[145,67,149,6,0,0,0,0],[148,10,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC41installLaunchDaemonServicesWithoutLoadingyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[146,79,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC25activateVirtualHIDManageryyYaKF","regions":[[153,51,157,6,0,0,0,0],[156,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC25activateVirtualHIDManageryyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[154,63,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC26uninstallVirtualHIDDriversyyYaKF","regions":[[159,52,163,6,0,0,0,0],[162,10,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC26uninstallVirtualHIDDriversyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[160,64,162,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23installVirtualHIDDriver7version11downloadURLySS_SStYaKF","regions":[[165,85,169,6,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23installVirtualHIDDriver7version11downloadURLySS_SStYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[166,61,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[171,61,179,6,0,0,0,0],[173,65,177,10,0,0,0,0],[177,10,179,6,0,0,0,0],[178,68,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24installBundledVHIDDriver03pkgB0ySS_tYaKF","regions":[[181,65,185,6,0,0,0,0],[184,10,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC24installBundledVHIDDriver03pkgB0ySS_tYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[182,62,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKF","regions":[[189,54,206,6,0,0,0,0],[192,54,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFys5Error_pcfU_","regions":[[192,46,192,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_","regions":[[194,58,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_ySb_SSSgtcfU_","regions":[[195,41,204,14,0,0,0,0],[196,20,196,27,0,0,0,0],[196,28,199,18,0,0,0,0],[199,24,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16terminateProcessyys5Int32VYaKFyScCyyts5Error_pGXEfU0_ySb_SSSgtcfU_SSyKXEfu_","regions":[[200,49,200,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22killAllKanataProcessesyyYaKF","regions":[[208,48,212,6,0,0,0,0],[211,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22killAllKanataProcessesyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[209,60,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22restartKarabinerDaemonyyYaKF","regions":[[214,48,218,6,0,0,0,0],[217,10,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC22restartKarabinerDaemonyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[215,60,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23disableKarabinerGrabberyyYaKF","regions":[[220,49,224,6,0,0,0,0],[223,10,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23disableKarabinerGrabberyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[221,61,223,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30installBundledKanataBinaryOnlyyyYaKF","regions":[[230,56,234,6,0,0,0,0],[233,10,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC30installBundledKanataBinaryOnlyyyYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[231,68,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallaB012deleteConfigySb_tYaKF","regions":[[241,60,246,6,0,0,0,0],[245,10,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC09uninstallaB012deleteConfigySb_tYaKFyAA0E8Protocol_p_ySb_SSSgtctYbcfU_","regions":[[243,69,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C10_completedSbvpfi","regions":[[73,38,73,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C4lockSo6NSLockCvpfi","regions":[[74,32,74,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+RequestHandlers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14executeXPCCall33_1A7196CE6B6F8477D7B953F72EF92294LL_7timeout_ySS_SdyAA0E8Protocol_p_ySb_SSSgtctYbctYaKF15CompletionStateL_C11tryCompleteSbyF","regions":[[77,40,83,14,0,0,0,0],[80,20,80,30,0,0,0,0],[80,31,80,47,0,0,0,0],[80,47,82,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC29helperNeedsLoginItemsApprovalSbyF","regions":[[12,62,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaF","regions":[[23,56,45,6,0,0,0,0],[25,12,25,34,0,0,0,0],[25,35,25,50,0,0,0,0],[25,50,44,21,0,0,0,0],[30,12,41,10,0,0,0,0],[31,104,41,10,0,0,0,0],[32,16,32,36,0,0,0,0],[32,37,40,14,0,0,0,0],[34,20,34,89,0,0,0,0],[34,90,39,18,0,0,0,0],[39,18,40,14,0,0,0,0],[40,14,41,10,0,0,0,0],[41,17,43,10,0,0,0,0],[43,10,44,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaFSbyKXEfu_","regions":[[34,45,34,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE9InstalledSbyYaFSbyKXEfu0_","regions":[[34,70,34,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaF","regions":[[49,46,120,6,0,0,0,0],[51,45,53,10,0,0,0,0],[53,10,120,6,0,0,0,0],[56,12,56,42,0,0,0,0],[56,43,59,10,0,0,0,0],[59,10,120,6,0,0,0,0],[62,46,65,10,0,0,0,0],[65,10,120,6,0,0,0,0],[67,12,115,10,0,0,0,0],[68,100,114,14,0,0,0,0],[115,17,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFys5Error_pcfU_","regions":[[68,50,68,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_","regions":[[69,50,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yAE_AEtcfU_","regions":[[76,34,89,18,0,0,0,0],[77,68,77,74,0,0,0,0],[77,77,77,89,0,0,0,0],[80,36,83,22,0,0,0,0],[83,28,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yAE_AEtcfU_SSyKXEfu_","regions":[[84,44,84,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_","regions":[[92,59,113,18,0,0,0,0],[94,24,94,43,0,0,0,0],[94,44,100,22,0,0,0,0],[100,28,112,22,0,0,0,0],[101,56,104,26,0,0,0,0],[104,32,111,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_yyYacfU_","regions":[[98,30,98,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE7VersionSSSgyYaFyScCyAEs5NeverOGXEfU0_yyYbcfU0_yyYacfU0_","regions":[[109,34,109,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC02isE17VersionCompatibleSbyYaF","regions":[[124,52,136,6,0,0,0,0],[125,65,127,10,0,0,0,0],[127,10,135,26,0,0,0,0],[130,12,130,23,0,0,0,0],[130,24,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04testE13FunctionalitySbyYaF","regions":[[145,50,167,6,0,0,0,0],[146,64,148,10,0,0,0,0],[148,10,166,20,0,0,0,0],[152,46,155,10,0,0,0,0],[155,10,166,20,0,0,0,0],[159,59,162,10,0,0,0,0],[162,10,166,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC05needsE7UpgradeSbyYaF","regions":[[171,45,177,6,0,0,0,0],[172,46,174,10,0,0,0,0],[174,10,176,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC03getE6HealthAC0H5StateOyYaF","regions":[[180,49,201,6,0,0,0,0],[185,12,185,41,0,0,0,0],[185,42,187,10,0,0,0,0],[187,10,200,92,0,0,0,0],[190,12,190,22,0,0,0,0],[190,23,192,10,0,0,0,0],[192,10,200,92,0,0,0,0],[195,84,197,10,0,0,0,0],[197,10,200,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC19runBlessDiagnosticsSSyF","regions":[[205,54,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF","regions":[[214,97,285,6,0,0,0,0],[218,12,229,10,0,0,0,0],[219,92,229,10,0,0,0,0],[220,16,220,36,0,0,0,0],[220,37,228,14,0,0,0,0],[222,20,222,95,0,0,0,0],[222,96,227,18,0,0,0,0],[227,18,228,14,0,0,0,0],[228,14,229,10,0,0,0,0],[229,17,231,10,0,0,0,0],[231,10,284,18,0,0,0,0],[254,26,264,10,0,0,0,0],[263,16,263,40,0,0,0,0],[263,41,263,50,0,0,0,0],[263,50,264,10,0,0,0,0],[264,10,284,18,0,0,0,0],[265,12,265,30,0,0,0,0],[265,31,267,10,0,0,0,0],[267,10,284,18,0,0,0,0],[273,87,283,10,0,0,0,0],[274,16,280,14,0,0,0,0],[275,88,280,14,0,0,0,0],[276,50,280,14,0,0,0,0],[279,20,279,34,0,0,0,0],[279,35,279,72,0,0,0,0],[279,72,280,14,0,0,0,0],[280,21,282,14,0,0,0,0],[282,14,283,10,0,0,0,0],[283,10,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSbyKXEfu_","regions":[[222,65,222,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF5fetchL_yAGSiYaF","regions":[[232,54,250,10,0,0,0,0],[233,16,247,14,0,0,0,0],[244,18,246,77,0,0,0,0],[245,51,245,64,0,0,0,0],[245,64,246,77,0,0,0,0],[247,21,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaF5fetchL_yAGSiYaFSSSshYbcfu_","regions":[[246,65,246,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSgSSXEfU_","regions":[[257,45,261,14,0,0,0,0],[258,61,258,75,0,0,0,0],[258,75,260,47,0,0,0,0],[260,38,260,41,0,0,0,0],[260,44,260,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSg10Foundation4DataVXEfU0_","regions":[[277,38,277,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSyKXEfu0_","regions":[[277,79,277,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager+Status.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC04lastE4Logs5count13windowSecondsSaySSGSi_SitYaFSSSshYbcfu1_","regions":[[278,58,278,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC16smServiceFactoryyAA05SMAppH8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[23,89,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC23subprocessRunnerFactory0aB4Core17SubprocessRunning_pycvpZfiAeF_pycfU_","regions":[[29,87,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerC14activeXPCCallsShySSGvpfi","regions":[[59,39,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerCACyc33_8A6A7E208D8F60F5EBFB5F0EF7B77E31Llfc","regions":[[63,20,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13HelperManagerCfd","regions":[[67,12,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV7wrappedACSo0fG0C_tcfC","regions":[[83,51,83,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV6statusSo0fG6StatusVvg","regions":[[84,55,84,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV8registeryyKF","regions":[[85,28,85,54,0,0,0,0],[85,52,85,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18NativeSMAppServiceV10unregisteryyYaKF","regions":[[86,36,86,101,0,0,0,0],[86,65,86,99,0,0,0,0],[86,97,86,99,0,0,0,0],[86,99,86,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18HelperManagerErrorO16errorDescriptionSSSgvg","regions":[[99,35,112,6,0,0,0,0],[100,16,100,20,0,0,0,0],[101,9,102,49,0,0,0,0],[103,9,104,53,0,0,0,0],[105,9,106,49,0,0,0,0],[107,9,108,50,0,0,0,0],[109,9,110,56,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/HelperManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18HelperManagerErrorO18recoverySuggestionSSSgvg","regions":[[114,37,125,6,0,0,0,0],[115,16,115,20,0,0,0,0],[116,9,117,92,0,0,0,0],[118,9,119,82,0,0,0,0],[120,9,121,61,0,0,0,0],[122,9,123,80,0,0,0,0],[124,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC15_commandPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[6,37,6,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC14_optionPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[7,36,7,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC9_kPressed33_19AE86E65D4C014E5CE7852582AFD603LL7Combine9PublishedVySbGvpfi","regions":[[8,31,8,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012HideShortcutA5StateC5resetyyF","regions":[[11,18,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg","regions":[[32,25,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_","regions":[[33,50,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_","regions":[[35,32,58,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_A11_yXEfU_","regions":[[39,36,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A21_yXEfU_A19_yXEfU0_","regions":[[53,36,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_AKQrqd___AMtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAOyQrAS_AWtFQOyAE6HStackVyAGyAE6SpacerV_AiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAYyAGyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGG_AE017HierarchicalShapeZ0VQo_A10_AYyAGyAA08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV_A18_A18_tGGtGG_Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA28_A30_AE05EmptyL0VGQo__AYyAGyA__AiEEAOyQrAS_AWtFQOyAiEE5frame5width6heightAKQrAW_AwMtFQOyA26_yAA14DownCaretShapeA17_LLVA30_G_Qo__Qo_tGGtGyXEfU_A47_yXEfU0_","regions":[[71,20,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvgyycfU0_","regions":[[79,19,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV4bodyQrvgyycfU1_","regions":[[82,22,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyF","regions":[[87,38,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyFyyYacfU_","regions":[[89,28,95,10,0,0,0,0],[91,42,91,52,0,0,0,0],[91,52,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HideHintBubbleV17startDismissTimer33_19AE86E65D4C014E5CE7852582AFD603LLyyFyyYacfU_yyXEfU_","regions":[[92,52,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV9isPressedSbvpfi","regions":[[102,27,102,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV9textColor7SwiftUI0O0Vvg","regions":[[114,34,116,6,0,0,0,0],[115,21,115,42,0,0,0,0],[115,45,115,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV15backgroundColor7SwiftUI0O0Vvg","regions":[[118,40,120,6,0,0,0,0],[119,21,119,48,0,0,0,0],[119,51,119,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08ModifierA4Chip33_19AE86E65D4C014E5CE7852582AFD603LLV4bodyQrvg","regions":[[122,25,139,6,0,0,0,0],[135,65,135,68,0,0,0,0],[135,71,135,74,0,0,0,0],[135,100,135,101,0,0,0,0],[135,104,135,107,0,0,0,0],[137,38,137,41,0,0,0,0],[137,44,137,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintBubble.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14DownCaretShape33_19AE86E65D4C014E5CE7852582AFD603LLV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[144,40,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC8keyState33_E899AD1D941E3BEB54A3DD9A2B2696F7LLAA0e8ShortcutaJ0Cvpfi","regions":[[13,28,13,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tF","regions":[[25,45,86,6,0,0,0,0],[27,34,27,44,0,0,0,0],[27,44,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tFSbyYbcfU_","regions":[[33,22,33,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC4show5aboveySo8NSWindowC_tFySbYbcfU0_","regions":[[34,22,39,18,0,0,0,0],[36,24,36,33,0,0,0,0],[36,34,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyF","regions":[[89,20,111,6,0,0,0,0],[97,31,97,41,0,0,0,0],[97,41,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFySo18NSAnimationContextCXEfU_","regions":[[100,46,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFyyYbcfU0_","regions":[[103,30,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC7dismissyyFyyYbcfU0_yyScMYcXEfU_","regions":[[104,38,109,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[113,27,127,6,0,0,0,0],[114,31,114,41,0,0,0,0],[114,41,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo18NSAnimationContextCXEfU_","regions":[[117,46,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYbcfU0_","regions":[[120,30,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC6fadeIn33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYbcfU0_ytSgyYaYbScMYccfU_","regions":[[123,18,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC17startDismissTimer33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[129,38,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC17startDismissTimer33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFyyYacfU_","regions":[[131,28,135,10,0,0,0,0],[133,42,133,52,0,0,0,0],[133,52,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC14updatePosition06parentG0ySo8NSWindowC_tF","regions":[[139,49,145,6,0,0,0,0],[140,31,140,41,0,0,0,0],[140,41,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC9isVisibleSbvg","regions":[[148,25,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[154,39,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU_","regions":[[156,89,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU_ytSgyYaYbScMYccfU_","regions":[[157,18,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU0_","regions":[[162,86,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU0_ytSgyYaYbScMYccfU_","regions":[[163,18,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU1_","regions":[[168,82,172,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFySo7NSEventCcfU1_ytSgyYaYbScMYccfU_","regions":[[169,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU2_","regions":[[175,87,180,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU2_ytSgyYaYbScMYccfU_","regions":[[176,18,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU3_","regions":[[182,84,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU3_ytSgyYaYbScMYccfU_","regions":[[183,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU4_","regions":[[189,80,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC05startA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyFSo7NSEventCSgAGcfU4_ytSgyYaYbScMYccfU_","regions":[[190,18,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC04stopA10Monitoring33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyyF","regions":[[197,38,222,6,0,0,0,0],[198,45,201,10,0,0,0,0],[202,47,205,10,0,0,0,0],[206,45,209,10,0,0,0,0],[210,44,213,10,0,0,0,0],[214,46,217,10,0,0,0,0],[218,44,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC18handleFlagsChanged33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[224,55,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC06handleA4Down33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[230,50,235,6,0,0,0,0],[232,12,232,31,0,0,0,0],[232,32,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/HideHintWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24HideHintWindowControllerC06handleA2Up33_E899AD1D941E3BEB54A3DD9A2B2696F7LLyySo7NSEventCF","regions":[[237,48,242,6,0,0,0,0],[239,12,239,31,0,0,0,0],[239,32,241,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV12leftHandKeys33_05775FCFAF4929274541B912E3138F9DLLSaySSGvpfi","regions":[[15,32,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV13rightHandKeys33_05775FCFAF4929274541B912E3138F9DLLSaySSGvpfi","regions":[[16,33,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg","regions":[[18,25,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_","regions":[[19,29,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_","regions":[[21,33,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_","regions":[[23,36,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_","regions":[[24,55,38,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_yycfU_","regions":[[31,36,31,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_ySbcfU0_","regions":[[32,38,36,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU_AYSScfU_ySbcfU0_yyXEfU_","regions":[[33,75,35,34,0,0,0,0],[34,61,34,64,0,0,0,0],[34,67,34,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_","regions":[[46,36,62,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_","regions":[[47,56,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_yycfU_","regions":[[54,36,54,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_ySbcfU0_","regions":[[55,38,59,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HomeRowKeyboardViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyATyAE7ForEachVySaySSGSSAA0efA4ChipVGG_AiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A_tGG_Qo__AE4TextVtGyXEfU_A9_yXEfU_AZyXEfU0_AYSScfU_ySbcfU0_yyXEfU_","regions":[[56,75,58,34,0,0,0,0],[57,61,57,64,0,0,0,0],[57,67,57,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV10_isPressed33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI5StateVySbGvpfi","regions":[[89,36,89,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV10keyDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvg","regions":[[91,36,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15modifierDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvg","regions":[[95,41,104,6,0,0,0,0],[96,33,96,46,0,0,0,0],[96,46,103,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15modifierDisplay33_05775FCFAF4929274541B912E3138F9DLLSSvgSSyKXEfu_","regions":[[103,42,103,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvg","regions":[[106,25,157,6,0,0,0,0],[133,34,133,38,0,0,0,0],[133,41,133,65,0,0,0,0],[133,54,133,58,0,0,0,0],[133,61,133,64,0,0,0,0],[149,13,149,26,0,0,0,2],[155,13,155,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE19_ConditionalContentVyA2IGSgtGyXEfU_","regions":[[107,28,123,10,0,0,0,0],[114,16,114,31,0,0,0,0],[114,43,118,14,0,0,0,0],[118,23,118,33,0,0,0,0],[118,34,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_","regions":[[136,23,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyXEfU_","regions":[[137,54,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyYbScMYccfU0_","regions":[[140,67,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgyycfU0_yyYbScMYccfU0_yyXEfU_","regions":[[141,58,143,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV4bodyQrvgySbcfU1_","regions":[[147,18,156,10,0,0,0,0],[149,13,149,26,0,0,0,2],[150,20,150,28,0,0,0,0],[150,29,152,18,0,0,0,0],[152,24,154,18,0,0,0,0],[155,13,155,19,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV15backgroundColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[159,40,169,6,0,0,0,0],[160,12,160,22,0,0,0,0],[160,23,162,10,0,0,0,0],[162,19,162,28,0,0,0,0],[162,29,164,10,0,0,0,0],[164,19,164,28,0,0,0,0],[164,29,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV9textColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[171,34,179,6,0,0,0,0],[172,12,172,22,0,0,0,0],[172,23,174,10,0,0,0,0],[174,19,174,28,0,0,0,0],[174,29,176,10,0,0,0,0],[176,16,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV11borderColor33_05775FCFAF4929274541B912E3138F9DLL7SwiftUI0I0Vvg","regions":[[181,36,189,6,0,0,0,0],[182,12,182,22,0,0,0,0],[182,23,184,10,0,0,0,0],[184,19,184,28,0,0,0,0],[184,29,186,10,0,0,0,0],[186,16,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA4ChipV11borderWidth33_05775FCFAF4929274541B912E3138F9DLL12CoreGraphics7CGFloatVvg","regions":[[191,38,193,6,0,0,0,0],[192,22,192,23,0,0,0,0],[192,26,192,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV14_showCustomize33_FD890C9F490D80CC0BDCCA5E889EDDEALL7SwiftUI5StateVySbGvpfi","regions":[[11,40,11,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV05_showG6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALL7SwiftUI5StateVySbGvpfi","regions":[[13,42,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg","regions":[[15,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_","regions":[[16,28,60,10,0,0,0,0],[32,16,32,29,0,0,0,0],[32,30,35,14,0,0,0,0],[35,20,52,14,0,0,0,0],[55,16,55,31,0,0,0,0],[55,49,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_","regions":[[22,32,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_yyXEfU_","regions":[[23,62,26,22,0,0,0,0],[24,60,24,63,0,0,0,0],[24,66,24,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[36,24,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[37,63,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_","regions":[[40,26,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardJ0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityY0V_AE04MoveY0VQo_Qo_AE08ModifiedW0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_A26_yXEfU_","regions":[[41,28,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg","regions":[[67,45,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_","regions":[[68,50,290,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_","regions":[[70,53,92,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_AWyYbcfU_","regions":[[75,26,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_yAWYbcfU0_","regions":[[76,26,79,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A8_yXEfU_A_yXEfU1_","regions":[[80,20,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_","regions":[[95,53,143,14,0,0,0,0],[138,20,138,50,0,0,0,0],[138,51,142,18,0,0,0,0],[142,18,143,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A11_yYbcfU_","regions":[[100,26,100,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_yA11_YbcfU0_","regions":[[101,26,110,22,0,0,0,0],[102,32,102,38,0,0,0,0],[103,25,105,88,0,0,0,0],[106,25,107,34,0,0,0,0],[108,26,110,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A13_yXEfU1_","regions":[[111,20,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A20_yYbcfU2_","regions":[[120,26,120,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_yA20_YbcfU3_","regions":[[121,26,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A51_yXEfU0_A22_yXEfU4_","regions":[[126,20,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_","regions":[[146,53,269,14,0,0,0,0],[232,20,232,39,0,0,0,0],[232,40,268,18,0,0,0,0],[268,18,269,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_","regions":[[150,37,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_","regions":[[151,61,169,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_","regions":[[155,32,168,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_SiyYbcfU_","regions":[[157,38,157,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU_A70_yXEfU_ySiYbcfU0_","regions":[[158,38,161,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_","regions":[[171,61,189,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_","regions":[[175,32,188,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_SiyYbcfU_","regions":[[177,38,177,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A74_yXEfU_A72_yXEfU0_A70_yXEfU_ySiYbcfU0_","regions":[[178,38,181,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_SbyYbcfU0_","regions":[[193,26,193,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_ySbYbcfU1_","regions":[[194,26,197,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_","regions":[[203,24,218,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_SdyYbcfU_","regions":[[208,30,208,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A92_yXEfU2_ySdYbcfU0_","regions":[[209,30,212,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_SbyYbcfU3_","regions":[[222,26,222,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_ySbYbcfU4_","regions":[[223,26,226,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_","regions":[[233,61,266,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_","regions":[[238,101,262,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_","regions":[[239,49,261,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_","regions":[[240,58,259,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_","regions":[[241,77,258,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_SiyYbcfU_","regions":[[246,50,246,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[246,85,246,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A111_yXEfU1_A107_yXEfU5_A105_A97_cfU_A104_yXEfU_A100_SScfU_A99_yXEfU_ySiYbcfU0_","regions":[[247,50,254,46,0,0,0,0],[248,52,248,65,0,0,0,0],[248,66,250,50,0,0,0,0],[250,56,252,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_yyScMYccfU2_","regions":[[272,20,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_yyScMYccfU2_yyXEfU_","regions":[[273,59,277,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A123_yXEfU3_","regions":[[278,22,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV16customizeSection33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0J0PAFE26horizontalRadioGroupLayoutQryFQOyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0G10ToggleModeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AWQo__AZtGG_AF21RadioGroupPickerStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGALtGG_AJyAHyAL_ANyApFEARyQrqd__AfSRd__lFQOyAUyAlC0efG6PresetAELLOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A11_Qo__A12_tGG_AF20SegmentedPickerStyleVQo_A6_GANyApFEAQQryFQOyApFEARyQrqd__AfSRd__lFQOyAUyAlA0A9SelectionOAHyApFEAX_AYQrqd___SbtSHRd__lFQOyAL_A20_Qo__A21_A21_A21_tGG_A2_Qo__Qo_A6_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA28_PAFE8combined4withQrqd___tAFA28_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGGAJyAHyAL_AF6HStackVyAHyAJyAHyAL_A54_yAHyApFE5frame5width6height9alignmentQrA37__A37_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__Qo__ALtGGtGG_A73_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A6_GApFE8disabledyQrSbFQOyA54_yAHyAL_AF6SliderVyAF05EmptyJ0VA89_GApFEA55_A56_A57_A58_QrA37__A37_A60_tFQOyAL_Qo_tGG_Qo_A84_ApFEA27_yQrqd__AFA28_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA97_A54_yAHyA96_yA97_SSAJyAHyAL_A69_tGGG_AF6SpacerVtGGGALtGG_A48_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA29_yQrA33__A37_tFQOyA54_yAHyAL_A103_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A6_GtGyXEfU_A123_yXEfU3_A121_yXEfU_","regions":[[279,24,283,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg","regions":[[300,44,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[301,49,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[306,32,334,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[307,72,333,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[308,28,315,22,0,0,0,0],[309,28,309,60,0,0,0,0],[309,61,311,26,0,0,0,0],[311,32,313,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV06customA6Picker33_FD890C9F490D80CC0BDCCA5E889EDDEALLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[315,30,329,22,0,0,0,0],[319,81,319,87,0,0,0,0],[319,90,319,98,0,0,0,0],[323,78,323,90,0,0,0,0],[323,93,323,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF","regions":[[340,67,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[341,50,373,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[342,20,358,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[346,24,351,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[347,62,350,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[351,26,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[360,33,372,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[361,50,371,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV18layerPickerSection33_FD890C9F490D80CC0BDCCA5E889EDDEALL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[366,33,369,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV12layerOptions33_FD890C9F490D80CC0BDCCA5E889EDDEALLSaySS3key_SS5labelSS4icontGvg","regions":[[381,76,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF","regions":[[390,120,413,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_","regions":[[391,32,409,10,0,0,0,0],[402,40,402,52,0,0,0,0],[402,55,402,92,0,0,0,0],[404,43,404,49,0,0,0,0],[404,52,404,60,0,0,0,0],[407,42,407,54,0,0,0,0],[407,57,407,85,0,0,0,0],[407,111,407,112,0,0,0,0],[407,115,407,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV11layerButton33_FD890C9F490D80CC0BDCCA5E889EDDEALL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_A23_yXEfU_","regions":[[392,32,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV12updateConfig33_FD890C9F490D80CC0BDCCA5E889EDDEALLyyF","regions":[[417,33,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33HomeRowLayerTogglesCollectionViewV15presetSelection33_FD890C9F490D80CC0BDCCA5E889EDDEALL4fromAC0efG6PresetAELLOSDyS2SG_tF","regions":[[426,92,429,6,0,0,0,0],[427,12,427,76,0,0,0,0],[427,77,427,96,0,0,0,0],[427,96,428,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_FD890C9F490D80CC0BDCCA5E889EDDEALL2of4sizeSaySayxGGAF_SitlF","regions":[[434,59,438,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_FD890C9F490D80CC0BDCCA5E889EDDEALL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[435,52,437,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowLayerTogglesConfigV11enabledKeys16layerAssignments6timing12keySelection10toggleMode12showAdvancedACShySSG_SDyS2SGAA06TimingI0VAA0aP0OAA0g6ToggleR0OSbtcfC","regions":[[30,7,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO11displayNameSSvg","regions":[[65,36,70,6,0,0,0,0],[66,16,66,20,0,0,0,0],[67,9,67,38,0,0,0,0],[68,9,68,31,0,0,0,0],[69,10,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO11descriptionSSvg","regions":[[73,36,78,6,0,0,0,0],[74,16,74,20,0,0,0,0],[75,9,75,65,0,0,0,0],[76,9,76,54,0,0,0,0],[77,10,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowLayerTogglesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LayerToggleModeO12kanataActionSSvg","regions":[[81,37,86,6,0,0,0,0],[82,16,82,20,0,0,0,0],[83,9,83,44,0,0,0,0],[84,9,84,37,0,0,0,0],[85,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV05_showG6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LL7SwiftUI5StateVySbGvpfi","regions":[[15,42,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV6config6onSave0L6Cancel015initialSelectedA0AC7SwiftUI7BindingVyAA0efgH6ConfigVG_yALcyycSSSgtcfC","regions":[[17,176,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg","regions":[[27,25,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_","regions":[[28,28,312,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_","regions":[[30,20,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[35,42,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_","regions":[[48,58,292,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_","regions":[[49,37,290,18,0,0,0,0],[285,24,285,39,0,0,0,0],[285,57,289,22,0,0,0,0],[289,22,290,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_ySScfU_","regions":[[55,40,60,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_ySScfU_yyXEfU_","regions":[[56,70,59,30,0,0,0,0],[57,68,57,71,0,0,0,0],[57,74,57,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_","regions":[[66,62,85,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_A41_yYbcfU_","regions":[[71,34,71,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_yA41_YbcfU0_","regions":[[72,34,72,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A52_yXEfU0_A45_yXEfU1_","regions":[[73,28,76,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_","regions":[[89,62,134,22,0,0,0,0],[129,28,129,63,0,0,0,0],[129,64,133,26,0,0,0,0],[133,26,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A57_yYbcfU_","regions":[[94,34,94,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_yA57_YbcfU0_","regions":[[95,34,102,30,0,0,0,0],[96,40,96,46,0,0,0,0],[97,33,98,117,0,0,0,0],[99,33,100,42,0,0,0,0],[101,34,102,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A59_yXEfU1_","regions":[[103,28,106,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A66_yYbcfU2_","regions":[[112,34,112,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_yA66_YbcfU3_","regions":[[113,34,116,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A88_yXEfU1_A68_yXEfU4_","regions":[[117,28,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_","regions":[[138,62,281,22,0,0,0,0],[209,28,209,52,0,0,0,0],[209,53,280,26,0,0,0,0],[280,26,281,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_","regions":[[142,45,176,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_","regions":[[143,69,158,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_","regions":[[147,40,157,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_SiyYbcfU_","regions":[[149,46,149,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU_A106_yXEfU_ySiYbcfU0_","regions":[[150,46,150,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_","regions":[[160,69,175,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_","regions":[[164,40,174,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_SiyYbcfU_","regions":[[166,46,166,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A110_yXEfU_A108_yXEfU0_A106_yXEfU_ySiYbcfU0_","regions":[[167,46,167,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_SbyYbcfU0_","regions":[[179,34,179,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_ySbYbcfU1_","regions":[[180,34,180,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_","regions":[[186,32,198,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_SdyYbcfU_","regions":[[191,38,191,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A128_yXEfU2_ySdYbcfU0_","regions":[[192,38,192,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_SbyYbcfU3_","regions":[[202,34,202,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_ySbYbcfU4_","regions":[[203,34,203,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_","regions":[[210,70,278,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_","regions":[[217,109,240,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_","regions":[[218,57,239,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_","regions":[[219,66,237,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_","regions":[[220,85,236,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_","regions":[[225,58,225,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[225,98,225,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU_A139_yXEfU_A137_SScfU_A136_yXEfU_ySiYbcfU0_","regions":[[226,58,232,54,0,0,0,0],[227,60,227,73,0,0,0,0],[227,74,229,58,0,0,0,0],[229,64,231,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_","regions":[[251,109,274,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_","regions":[[252,57,273,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_","regions":[[253,66,271,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_","regions":[[254,85,270,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_","regions":[[259,58,259,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[259,99,259,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A157_yXEfU0_A155_yXEfU_A146_yXEfU2_A142_yXEfU5_A140_A134_cfU0_A139_yXEfU_A137_SScfU_A136_yXEfU_ySiYbcfU0_","regions":[[260,58,266,54,0,0,0,0],[261,60,261,73,0,0,0,0],[261,74,263,58,0,0,0,0],[263,64,265,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A169_yXEfU1_","regions":[[297,20,310,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvg7SwiftUI05TupleJ0VyAE0J0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollJ0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardJ0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvA0G10ToggleModeOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_tGG_AE21RadioGroupPickerStyleVQo__Qo_A20_GAVtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0efG6Preset33_A219F92A70EE86D4F59FE5D7C78CCA72LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A57_Qo__A58_tGG_AE20SegmentedPickerStyleVQo_A20_GAZyAiEEA35_QryFQOyAiEEA36_yQrqd__AEA37_Rd__lFQOyA39_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A66_Qo__A67_A67_A67_tGG_A48_Qo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA56_LLQrvpQOy_Qo__Qo__AEA74_PAEE8combined4withQrqd___tAEA74_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE14textFieldStyleyQrqd__AE0V10FieldStyleRd__lFQOyAE0V5FieldVyAVG_AE013RoundedBorderV10FieldStyleVQo__Qo__AVtGGtGG_A109_tGGAZyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAVG_AE19CheckboxToggleStyleVQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyJ0VA125_GAiEEA91_A92_A93_A94_QrAR_ARA96_tFQOyAV_Qo_tGG_Qo_A120_AiEEA73_yQrqd__AEA74_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA134_ATyAGyA133_yA134_SSA30_yAGyAV_A105_tGGG_AXtGGGAVA131_AVA141_AVtGG_A85_Qo_SgtGG_Qo_AiEEA73_yQrqd__AEA74_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC18layerPickerSectionA56_LL3forQrSS_tFQOy_Qo__Qo__A85_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA163__AE28BorderedProminentButtonStyleVQo_A20_GtGG_Qo_tGyXEfU_A169_yXEfU1_yyScMYccfU_","regions":[[303,40,305,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV4bodyQrvgyycfU0_","regions":[[316,19,322,10,0,0,0,0],[318,45,321,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg","regions":[[327,44,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[328,49,361,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[333,32,360,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[334,72,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[335,28,341,22,0,0,0,0],[336,28,336,65,0,0,0,0],[336,66,338,26,0,0,0,0],[338,32,340,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV06customA6Picker33_A219F92A70EE86D4F59FE5D7C78CCA72LLQrvg7SwiftUI05TupleJ0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0J0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeJ0VyA12_A14_AF05EmptyJ0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[341,30,355,22,0,0,0,0],[345,86,345,92,0,0,0,0],[345,95,345,103,0,0,0,0],[349,83,349,95,0,0,0,0],[349,98,349,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF","regions":[[366,67,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[367,50,398,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[368,20,384,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[372,24,377,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[373,62,376,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[377,26,380,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[386,33,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[387,50,396,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV18layerPickerSection33_A219F92A70EE86D4F59FE5D7C78CCA72LL3forQrSS_tF7SwiftUI05TupleJ0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0J0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS4icontGSSAC0K6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[392,33,394,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV12layerOptions33_A219F92A70EE86D4F59FE5D7C78CCA72LLSaySS3key_SS5labelSS4icontGvg","regions":[[406,76,413,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF","regions":[[415,120,438,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_","regions":[[416,32,434,10,0,0,0,0],[427,40,427,52,0,0,0,0],[427,55,427,92,0,0,0,0],[429,43,429,49,0,0,0,0],[429,52,429,60,0,0,0,0],[432,42,432,54,0,0,0,0],[432,57,432,85,0,0,0,0],[432,111,432,112,0,0,0,0],[432,115,432,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesModalViewV11layerButton33_A219F92A70EE86D4F59FE5D7C78CCA72LL5label4icon10isSelected6actionQrSS_SSSbyyctF7SwiftUI0J0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleJ0VyAlJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGG_Qo__Qo__AJ06_ShapeJ0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeJ0VyA30_AsJ05EmptyJ0VGQo_yXEfU_A23_yXEfU_","regions":[[417,32,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_A219F92A70EE86D4F59FE5D7C78CCA72LL2of4sizeSaySayxGGAF_SitlF","regions":[[443,59,447,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_A219F92A70EE86D4F59FE5D7C78CCA72LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[444,52,446,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowLayerTogglesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15presetSelection33_A219F92A70EE86D4F59FE5D7C78CCA72LL4fromAA18HomeRowLayerPresetACLLOSDyS2SG_tF","regions":[[454,88,457,2,0,0,0,0],[455,8,455,72,0,0,0,0],[455,73,455,92,0,0,0,0],[455,92,456,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14_showCustomize33_1FAFCDC1D457E5F1FF22CD42A6870181LL7SwiftUI5StateVySbGvpfi","regions":[[11,40,11,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV19_showModifierPicker33_1FAFCDC1D457E5F1FF22CD42A6870181LL7SwiftUI5StateVySbGvpfi","regions":[[13,45,13,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg","regions":[[15,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_","regions":[[16,28,60,10,0,0,0,0],[32,16,32,29,0,0,0,0],[32,30,35,14,0,0,0,0],[35,20,52,14,0,0,0,0],[55,16,55,34,0,0,0,0],[55,52,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_","regions":[[22,32,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_ySScfU_yyXEfU_","regions":[[23,62,26,22,0,0,0,0],[24,60,24,63,0,0,0,0],[24,66,24,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[36,32,40,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_yyScMYccfU0_yyXEfU_","regions":[[37,63,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_","regions":[[40,20,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0ef8KeyboardI0V_Qo__AE19_ConditionalContentVyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAC16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvpQOy_Qo__AeYPAEE8combined4withQrqd___tAeYRd__lFQOyAE07OpacityX0V_AE04MoveX0VQo_Qo_AE08ModifiedV0VyAiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGAiEEAXyQrqd__AeYRd__lFQOyAiEEAJyQrAN_ARtFQOyAC014modifierPickerZ0A_LL3forQrSS_tFQOy_Qo__Qo__A8_Qo_SgtGyXEfU_A28_yXEfU1_A26_yXEfU_","regions":[[41,28,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg","regions":[[67,45,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_","regions":[[68,50,269,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_","regions":[[70,53,122,14,0,0,0,0],[117,20,117,50,0,0,0,0],[117,51,121,18,0,0,0,0],[121,18,122,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_AVyYbcfU_","regions":[[75,26,75,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_yAVYbcfU0_","regions":[[76,26,88,22,0,0,0,0],[77,32,77,38,0,0,0,0],[78,25,80,80,0,0,0,0],[81,25,83,80,0,0,0,0],[84,25,85,34,0,0,0,0],[86,26,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_AZyXEfU1_","regions":[[89,20,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_A8_yYbcfU2_","regions":[[99,26,99,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_yA8_YbcfU3_","regions":[[100,26,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A41_yXEfU_A10_yXEfU4_","regions":[[105,20,110,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_","regions":[[125,53,248,14,0,0,0,0],[211,20,211,39,0,0,0,0],[211,40,247,18,0,0,0,0],[247,18,248,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_","regions":[[129,37,169,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_","regions":[[130,61,148,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_","regions":[[134,32,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_SiyYbcfU_","regions":[[136,38,136,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU_A60_yXEfU_ySiYbcfU0_","regions":[[137,38,140,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_","regions":[[150,61,168,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_","regions":[[154,32,167,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_SiyYbcfU_","regions":[[156,38,156,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A64_yXEfU_A62_yXEfU0_A60_yXEfU_ySiYbcfU0_","regions":[[157,38,160,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_SbyYbcfU0_","regions":[[172,26,172,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_ySbYbcfU1_","regions":[[173,26,176,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_","regions":[[182,24,197,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_SdyYbcfU_","regions":[[187,30,187,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A82_yXEfU2_ySdYbcfU0_","regions":[[188,30,191,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_SbyYbcfU3_","regions":[[201,26,201,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_ySbYbcfU4_","regions":[[202,26,205,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_","regions":[[212,61,245,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_","regions":[[217,93,241,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_","regions":[[218,49,240,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_","regions":[[219,58,238,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_","regions":[[220,77,237,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_SiyYbcfU_","regions":[[225,50,225,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[225,85,225,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A101_yXEfU0_A97_yXEfU5_A95_A87_cfU_A94_yXEfU_A90_SScfU_A89_yXEfU_ySiYbcfU0_","regions":[[226,50,233,46,0,0,0,0],[227,52,227,65,0,0,0,0],[227,66,229,50,0,0,0,0],[229,56,231,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_yyScMYccfU1_","regions":[[251,28,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_yyScMYccfU1_yyXEfU_","regions":[[252,59,256,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A113_yXEfU2_","regions":[[257,16,264,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV16customizeSection33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF6VStackVyAHyAF4TextV_AF15ModifiedContentVyAF0I0PAFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlC0eF6PresetAELLOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_AVQo__A2YtGG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVGANyApFE26horizontalRadioGroupLayoutQryFQOyApFEAQyQrqd__AfRRd__lFQOyATyAlA0A9SelectionOAHyApFEAW_AXQrqd___SbtSHRd__lFQOyAL_A8_Qo__A9_A9_A9_tGG_AF21RadioGroupPickerStyleVQo__Qo_A4_GApFE10transitionyQrqd__AF10TransitionRd__lFQOyApFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAC06customA6PickerAELLQrvpQOy_Qo__Qo__AFA18_PAFE8combined4withQrqd___tAFA18_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGG_AJyAHyAL_AF6HStackVyAHyAJyAHyAL_A44_yAHyApFE5frame5width6height9alignmentQrA27__A27_AF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0W10FieldStyleRd__lFQOyAF0W5FieldVyALG_AF013RoundedBorderW10FieldStyleVQo__Qo__ALtGGtGG_A63_tGGANyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF19CheckboxToggleStyleVQo_A4_GApFE8disabledyQrSbFQOyA44_yAHyAL_AF6SliderVyAF05EmptyI0VA79_GApFEA45_A46_A47_A48_QrA27__A27_A50_tFQOyAL_Qo_tGG_Qo_A74_ApFEA17_yQrqd__AFA18_Rd__lFQOyAJyAHyAL_AF7ForEachVySaySaySSGGA87_A44_yAHyA86_yA87_SSAJyAHyAL_A59_tGGG_AF6SpacerVtGGGALtGG_A38_Qo_SgtGGANyApFE15foregroundColoryQrAF5ColorVSgFQOyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA19_yQrA23__A27_tFQOyA44_yAHyAL_A93_tGG_Qo_G_AF16PlainButtonStyleVQo__Qo_A4_GtGyXEfU_A113_yXEfU2_A111_yXEfU_","regions":[[258,24,262,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg","regions":[[279,44,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[280,49,314,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[285,32,313,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[286,64,312,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[287,36,294,22,0,0,0,0],[288,28,288,60,0,0,0,0],[288,61,290,26,0,0,0,0],[290,32,292,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV06customA6Picker33_1FAFCDC1D457E5F1FF22CD42A6870181LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[294,24,308,22,0,0,0,0],[298,81,298,87,0,0,0,0],[298,90,298,98,0,0,0,0],[302,78,302,90,0,0,0,0],[302,93,302,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF","regions":[[319,70,358,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[320,50,352,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[321,20,337,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[325,32,330,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[326,62,329,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[330,20,333,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[339,33,351,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[340,53,350,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV21modifierPickerSection33_1FAFCDC1D457E5F1FF22CD42A6870181LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[345,33,348,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV15modifierOptions33_1FAFCDC1D457E5F1FF22CD42A6870181LLSaySS3key_SS5labelSS6symboltGvg","regions":[[360,81,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF","regions":[[369,125,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_","regions":[[370,32,388,10,0,0,0,0],[381,40,381,52,0,0,0,0],[381,55,381,92,0,0,0,0],[383,43,383,49,0,0,0,0],[383,52,383,60,0,0,0,0],[386,42,386,54,0,0,0,0],[386,57,386,85,0,0,0,0],[386,111,386,112,0,0,0,0],[386,115,386,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV14modifierButton33_1FAFCDC1D457E5F1FF22CD42A6870181LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_A16_yXEfU_","regions":[[371,32,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV12updateConfig33_1FAFCDC1D457E5F1FF22CD42A6870181LLyyF","regions":[[396,33,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25HomeRowModsCollectionViewV15presetSelection33_1FAFCDC1D457E5F1FF22CD42A6870181LL4fromAC0eF6PresetAELLOSDyS2SG_tF","regions":[[406,87,410,6,0,0,0,0],[407,12,407,59,0,0,0,0],[407,60,407,79,0,0,0,0],[407,79,409,23,0,0,0,0],[408,12,408,56,0,0,0,0],[408,57,408,76,0,0,0,0],[408,76,409,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_1FAFCDC1D457E5F1FF22CD42A6870181LL2of4sizeSaySayxGGAF_SitlF","regions":[[415,59,419,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_1FAFCDC1D457E5F1FF22CD42A6870181LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[416,52,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17HomeRowModsConfigV11enabledKeys19modifierAssignments6timing12keySelection12showAdvancedACShySSG_SDyS2SGAA06TimingH0VAA0aO0OSbtcfC","regions":[[26,7,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A9SelectionO11enabledKeysShySSGvg","regions":[[65,41,76,6,0,0,0,0],[66,16,66,20,0,0,0,0],[67,9,68,43,0,0,0,0],[69,9,70,48,0,0,0,0],[71,9,72,49,0,0,0,0],[73,9,74,15,0,0,0,0],[75,10,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV9tapWindow9holdDelay15quickTapEnabled0kL6TermMs0G7Offsets0iP0ACSi_SiSbSiSDySSSiGAJtcfC","regions":[[98,7,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfC","regions":[[116,47,124,6,0,0,0,0],[117,72,124,6,0,0,0,0],[118,80,124,6,0,0,0,0],[119,80,124,6,0,0,0,0],[120,93,124,6,0,0,0,0],[121,90,124,6,0,0,0,0],[122,92,124,6,0,0,0,0],[123,94,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu_","regions":[[118,84,118,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu0_","regions":[[119,84,119,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSbyKXEfu1_","regions":[[120,97,120,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSiyKXEfu2_","regions":[[121,94,121,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSDySSSiGyKXEfu3_","regions":[[122,96,122,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV4fromACs7Decoder_p_tKcfcSDySSSiGyKXEfu4_","regions":[[123,98,123,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/HomeRowModsConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimingConfigV6encode2toys7Encoder_p_tKF","regions":[[126,52,134,6,0,0,0,0],[128,60,134,6,0,0,0,0],[129,60,134,6,0,0,0,0],[130,72,134,6,0,0,0,0],[131,70,134,6,0,0,0,0],[132,62,134,6,0,0,0,0],[133,64,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV19_showModifierPicker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI5StateVySbGvpfi","regions":[[15,45,15,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV6config6onSave0K6Cancel015initialSelectedA0AC7SwiftUI7BindingVyAA0efG6ConfigVG_yALcyycSSSgtcfC","regions":[[17,160,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg","regions":[[27,25,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_","regions":[[28,28,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_","regions":[[30,20,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A22_yXEfU_A14_yXEfU_","regions":[[35,42,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_","regions":[[48,58,282,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_","regions":[[49,37,280,18,0,0,0,0],[275,24,275,42,0,0,0,0],[275,60,279,22,0,0,0,0],[279,22,280,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_ySScfU_","regions":[[55,40,60,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_ySScfU_yyXEfU_","regions":[[56,70,59,30,0,0,0,0],[57,68,57,71,0,0,0,0],[57,74,57,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_","regions":[[66,62,114,22,0,0,0,0],[109,28,109,63,0,0,0,0],[109,64,113,26,0,0,0,0],[113,26,114,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A41_yYbcfU_","regions":[[71,34,71,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_yA41_YbcfU0_","regions":[[72,34,81,30,0,0,0,0],[73,40,73,46,0,0,0,0],[74,33,75,103,0,0,0,0],[76,33,77,100,0,0,0,0],[78,33,79,42,0,0,0,0],[80,34,81,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A45_yXEfU1_","regions":[[82,28,86,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A53_yYbcfU2_","regions":[[92,34,92,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_yA53_YbcfU3_","regions":[[93,34,96,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A77_yXEfU0_A55_yXEfU4_","regions":[[97,28,102,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_","regions":[[118,62,271,22,0,0,0,0],[189,28,189,52,0,0,0,0],[189,53,270,26,0,0,0,0],[270,26,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_","regions":[[122,45,156,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_","regions":[[123,69,138,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_","regions":[[127,40,137,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_SiyYbcfU_","regions":[[129,46,129,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU_A95_yXEfU_ySiYbcfU0_","regions":[[130,46,130,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_","regions":[[140,69,155,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_","regions":[[144,40,154,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_SiyYbcfU_","regions":[[146,46,146,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A99_yXEfU_A97_yXEfU0_A95_yXEfU_ySiYbcfU0_","regions":[[147,46,147,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_SbyYbcfU0_","regions":[[159,34,159,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_ySbYbcfU1_","regions":[[160,34,160,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_","regions":[[166,32,178,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_SdyYbcfU_","regions":[[171,38,171,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A117_yXEfU2_ySdYbcfU0_","regions":[[172,38,172,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_SbyYbcfU3_","regions":[[182,34,182,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_ySbYbcfU4_","regions":[[183,34,183,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_","regions":[[190,70,268,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_","regions":[[197,101,220,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_","regions":[[198,57,219,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_","regions":[[199,66,217,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_","regions":[[200,85,216,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_","regions":[[205,58,205,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[205,98,205,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU_A128_yXEfU_A126_SScfU_A125_yXEfU_ySiYbcfU0_","regions":[[206,58,212,54,0,0,0,0],[207,60,207,73,0,0,0,0],[207,74,209,58,0,0,0,0],[209,64,211,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A134_yXEfU0_","regions":[[231,85,235,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_","regions":[[241,101,264,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_","regions":[[242,57,263,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_","regions":[[243,66,261,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_","regions":[[244,85,260,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_","regions":[[249,58,249,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_SiyYbcfU_SiyKXEfu_","regions":[[249,99,249,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A154_yXEfU0_A152_yXEfU_A143_yXEfU1_A139_yXEfU5_A129_A123_cfU1_A128_yXEfU_A126_SScfU_A125_yXEfU_ySiYbcfU0_","regions":[[250,58,256,54,0,0,0,0],[251,60,251,73,0,0,0,0],[251,74,253,58,0,0,0,0],[253,64,255,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A166_yXEfU1_","regions":[[287,20,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvg7SwiftUI05TupleI0VyAE0I0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_G_AE011PlainButtonZ0VQo_AE31AccessibilityAttachmentModifierVGtGG_Qo__AE7DividerVAE06ScrollI0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAA0ef8KeyboardI0V_Qo__Qo__AiEEAJyQrAN_ARtFQOyA30_yAGyAV_AZyAiEE06pickerZ0yQrqd__AE06PickerZ0Rd__lFQOyAE6PickerVyAvA0eF6Preset33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A41_Qo__A44_A44_tGG_AE015SegmentedPickerZ0VQo_A20_GAZyAiEE26horizontalRadioGroupLayoutQryFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvA0A9SelectionOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A53_Qo__A54_A54_A54_tGG_AE016RadioGroupPickerZ0VQo__Qo_A20_GAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAC06customA6PickerA40_LLQrvpQOy_Qo__Qo__AEA63_PAEE8combined4withQrqd___tAEA63_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_Qo_AiEEAJyQrAN_ARtFQOyA30_yAGyAV_ATyAGyA30_yAGyAV_ATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE09textFieldZ0yQrqd__AE0u5FieldZ0Rd__lFQOyAE0U5FieldVyAVG_AE013RoundedBorderu5FieldZ0VQo__Qo__AVtGGtGG_A98_tGGAZyAiEE06toggleZ0yQrqd__AE06ToggleZ0Rd__lFQOyAE6ToggleVyAVG_AE014CheckboxToggleZ0VQo_A20_GAiEE8disabledyQrSbFQOyATyAGyAV_AE6SliderVyAE05EmptyI0VA114_GAiEEA80_A81_A82_A83_QrAR_ARA85_tFQOyAV_Qo_tGG_Qo_A109_AiEEA62_yQrqd__AEA63_Rd__lFQOyA30_yAGyAiEEAJyQrAN_ARtFQOyA26__Qo__AvE7ForEachVySaySaySSGGA123_ATyAGyA122_yA123_SSA30_yAGyAV_A94_tGGG_AXtGGGAVA120_AvZyAiEEAJyQrAN_ARtFQOyAiEEA35_yQrqd__AEA36_Rd__lFQOyA38_yAvC10HoldPresetA40_LLOAGyAiEEA42__A43_Qrqd___SbtSHRd__lFQOyAV_A132_Qo__A133_A133_tGG_A48_Qo__Qo_A20_GA130_AVtGG_A74_Qo_SgtGG_Qo_AiEEA62_yQrqd__AEA63_Rd__lFQOyAiEEAJyQrAN_ARtFQOyAC21modifierPickerSectionA40_LL3forQrSS_tFQOy_Qo__Qo__A74_Qo_SgtGG_Qo_GA26_AiEEAJyQrAN_ARtFQOyATyAGyAX_AZyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyA2_yAVG_Qo_A20_GAZyAiEEA_yQrqd__AEA0_Rd__lFQOyA160__AE023BorderedProminentButtonZ0VQo_A20_GtGG_Qo_tGyXEfU_A166_yXEfU1_yyScMYccfU_","regions":[[293,40,295,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV4bodyQrvgyycfU0_","regions":[[306,19,312,10,0,0,0,0],[308,45,311,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg","regions":[[317,44,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_","regions":[[318,49,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_","regions":[[323,32,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_","regions":[[324,64,349,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_yyScMYccfU_","regions":[[325,36,331,22,0,0,0,0],[326,28,326,65,0,0,0,0],[326,66,328,26,0,0,0,0],[328,32,330,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV06customA6Picker33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLQrvg7SwiftUI05TupleI0VyAF4TextV_AF6HStackVyAF7ForEachVySaySSGSSAF15ModifiedContentVyAF0I0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AYQrqd___A_tAfRRd__lFQOyAsFE5frame5width6heightAYQr12CoreGraphics7CGFloatVSg_A7_A_tFQOyAJ_Qo__AF06_ShapeI0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeI0VyA12_A14_AF05EmptyI0VGQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGGGtGyXEfU_A30_yXEfU_A29_SScfU_A22_yXEfU0_","regions":[[331,24,345,22,0,0,0,0],[335,86,335,92,0,0,0,0],[335,95,335,103,0,0,0,0],[339,83,339,95,0,0,0,0],[339,98,339,135,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF","regions":[[356,70,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_","regions":[[357,50,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_","regions":[[358,20,374,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[362,32,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_yyScMYccfU_yyXEfU_","regions":[[363,62,366,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A10_yXEfU_A2_yXEfU0_","regions":[[367,20,370,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_","regions":[[376,33,387,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_","regions":[[377,53,386,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV21modifierPickerSection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL3forQrSS_tF7SwiftUI05TupleI0VyAG6HStackVyAIyAG4TextV_AG6SpacerVAG15ModifiedContentVyAG0I0PAGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAsGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_AG31AccessibilityAttachmentModifierVGtGG_AKyAG7ForEachVySaySS3key_SS5labelSS6symboltGSSAC0J6ButtonAELLA15_A16_10isSelected6actionQrSS_SSSbyyctFQOy_Qo_GGtGyXEfU_A22_yXEfU0_A21_SSA14__SSA15_SSA16_t_tcfU_yycfU_","regions":[[382,33,384,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV15modifierOptions33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LLSaySS3key_SS5labelSS6symboltGvg","regions":[[396,81,403,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF","regions":[[405,125,428,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_","regions":[[406,32,424,10,0,0,0,0],[417,40,417,52,0,0,0,0],[417,55,417,92,0,0,0,0],[419,43,419,49,0,0,0,0],[419,52,419,60,0,0,0,0],[422,42,422,54,0,0,0,0],[422,57,422,85,0,0,0,0],[422,111,422,112,0,0,0,0],[422,115,422,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV14modifierButton33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL5label6symbol10isSelected6actionQrSS_SSSbyyctF7SwiftUI0I0PAJE7overlay_9alignmentQrqd___AJ9AlignmentVtAjKRd__lFQOyAlJE15foregroundColoryQrAJ5ColorVSgFQOyAlJE10background_ANQrqd___APtAjKRd__lFQOyAlJE7paddingyQrAJ4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlJE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightANQrA2__A2_A2_A2_A2_A2_APtFQOyAJ6VStackVyAJ05TupleI0VyAJ4TextV_A15_tGG_Qo__Qo__AJ06_ShapeI0VyAJ16RoundedRectangleVASGQo__Qo__AJ011StrokeShapeI0VyA23_AsJ05EmptyI0VGQo_yXEfU_A16_yXEfU_","regions":[[407,32,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvg","regions":[[434,56,458,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvgAJyYbcfU_","regions":[[436,18,444,14,0,0,0,0],[437,20,437,58,0,0,0,0],[437,59,439,18,0,0,0,0],[439,27,439,79,0,0,0,0],[439,80,441,18,0,0,0,0],[441,24,443,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsModalViewV17holdPresetBinding33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL7SwiftUI0L0VyAC04HoldK0AELLOGvgyAJYbcfU0_","regions":[[445,18,456,14,0,0,0,0],[446,24,446,30,0,0,0,0],[447,17,448,57,0,0,0,0],[449,17,450,72,0,0,0,0],[451,17,454,26,0,0,0,0],[455,18,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL2of4sizeSaySayxGGAF_SitlF","regions":[[463,59,467,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit6chunks33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL2of4sizeSaySayxGGAF_SitlFAFSiXEfU_","regions":[[464,52,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/HomeRowModsModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15presetSelection33_32C9CABAABE2B60BC2B3D72FBEB9DDA8LL4fromAA13HomeRowPresetACLLOSDyS2SG_tF","regions":[[475,83,479,2,0,0,0,0],[476,8,476,55,0,0,0,0],[476,56,476,75,0,0,0,0],[476,75,478,19,0,0,0,0],[477,8,477,52,0,0,0,0],[477,53,477,72,0,0,0,0],[477,72,478,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[18,85,120,6,0,0,0,0],[19,16,19,26,0,0,0,0],[21,9,21,31,0,0,0,0],[22,9,22,31,0,0,0,0],[23,9,23,31,0,0,0,0],[24,9,24,31,0,0,0,0],[25,9,25,31,0,0,0,0],[26,9,26,31,0,0,0,0],[27,9,27,31,0,0,0,0],[28,9,28,31,0,0,0,0],[29,9,29,31,0,0,0,0],[30,9,30,31,0,0,0,0],[31,9,31,32,0,0,0,0],[32,9,32,32,0,0,0,0],[33,9,33,34,0,0,0,0],[35,9,35,33,0,0,0,0],[36,9,36,31,0,0,0,0],[37,9,37,31,0,0,0,0],[38,9,38,31,0,0,0,0],[39,9,39,31,0,0,0,0],[40,9,40,31,0,0,0,0],[41,9,41,31,0,0,0,0],[42,9,42,31,0,0,0,0],[43,9,43,31,0,0,0,0],[44,9,44,31,0,0,0,0],[45,9,45,32,0,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,32,0,0,0,0],[48,9,48,33,0,0,0,0],[50,9,50,33,0,0,0,0],[51,9,51,30,0,0,0,0],[52,9,52,30,0,0,0,0],[53,9,53,30,0,0,0,0],[54,9,54,30,0,0,0,0],[55,9,55,30,0,0,0,0],[56,9,56,30,0,0,0,0],[57,9,57,31,0,0,0,0],[58,9,58,31,0,0,0,0],[59,9,59,31,0,0,0,0],[60,9,60,32,0,0,0,0],[61,9,61,32,0,0,0,0],[65,9,65,34,0,0,0,0],[66,9,66,34,0,0,0,0],[68,9,68,33,0,0,0,0],[69,9,69,32,0,0,0,0],[70,9,70,30,0,0,0,0],[71,9,71,30,0,0,0,0],[72,9,72,30,0,0,0,0],[73,9,73,30,0,0,0,0],[74,9,74,31,0,0,0,0],[75,9,75,31,0,0,0,0],[76,9,76,31,0,0,0,0],[77,9,77,31,0,0,0,0],[78,9,78,32,0,0,0,0],[79,9,79,32,0,0,0,0],[80,9,80,34,0,0,0,0],[83,9,83,34,0,0,0,0],[85,9,85,33,0,0,0,0],[86,9,86,33,0,0,0,0],[87,9,87,33,0,0,0,0],[88,9,88,33,0,0,0,0],[89,9,89,33,0,0,0,0],[90,9,90,33,0,0,0,0],[91,9,91,34,0,0,0,0],[93,9,93,42,0,0,0,0],[94,9,94,42,0,0,0,0],[95,9,95,41,0,0,0,0],[96,9,96,42,0,0,0,0],[97,9,97,41,0,0,0,0],[98,9,98,41,0,0,0,0],[99,9,99,41,0,0,0,0],[100,9,100,42,0,0,0,0],[101,9,101,42,0,0,0,0],[102,9,102,43,0,0,0,0],[103,9,103,45,0,0,0,0],[104,9,104,45,0,0,0,0],[106,9,106,35,0,0,0,0],[107,9,107,35,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[111,9,111,36,0,0,0,0],[112,9,112,36,0,0,0,0],[113,9,113,35,0,0,0,0],[114,9,114,36,0,0,0,0],[116,9,116,44,0,0,0,0],[117,9,118,16,0,0,0,0],[119,10,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZ","regions":[[123,140,130,6,0,0,0,0],[125,77,127,10,0,0,0,0],[127,10,129,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/ISOPositionTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ISOPositionTableO10keyMapping3row3col14customMappingss6UInt16V0G4Code_SS5labeltSgSi_SiSaySi_Sit_AI_SSttGtFZSbSi_Sit_AI_SStt_tXEfU_","regions":[[125,53,125,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC03appE5Cache33_CA570EF758223E2D6E8D5238E96CFD06LLSDySSSo7NSImageCGvpfi","regions":[[25,51,25,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07resolvecE03forSo7NSImageCSgSS_tF","regions":[[32,61,51,6,0,0,0,0],[34,50,36,10,0,0,0,0],[36,10,50,20,0,0,0,0],[39,61,41,10,0,0,0,0],[41,10,50,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC04findC3URL33_CA570EF758223E2D6E8D5238E96CFD06LL3for10Foundation0I0VSgSS_tF","regions":[[55,61,74,6,0,0,0,0],[57,93,59,10,0,0,0,0],[59,10,73,19,0,0,0,0],[63,12,63,62,0,0,0,0],[63,63,65,10,0,0,0,0],[65,10,73,19,0,0,0,0],[69,12,69,67,0,0,0,0],[69,68,71,10,0,0,0,0],[71,10,73,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC18systemActionSymbol3forSSSgSS_tF","regions":[[82,62,89,6,0,0,0,0],[85,67,87,10,0,0,0,0],[87,10,88,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC14resolveFavicon3forSo7NSImageCSgSS_tYaF","regions":[[97,60,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC013resolveCustomE05namedAA0aE6SourceOSS_tF","regions":[[107,65,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC013resolveCustomE5Image5namedSo7NSImageCSgSS_tYaF","regions":[[114,71,130,6,0,0,0,0],[117,16,117,22,0,0,0,0],[118,9,120,89,0,0,0,0],[122,9,124,48,0,0,0,0],[126,9,128,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaF","regions":[[136,39,154,6,0,0,0,0],[141,14,144,10,0,0,0,0],[144,10,154,6,0,0,0,0],[149,40,151,10,0,0,0,0],[151,10,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaFSbAA14RuleCollectionVXEfU_","regions":[[139,55,139,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC20preloadLauncherIconsyyYaFSbAA0I7MappingVcfu_","regions":[[146,54,146,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC17preloadLayerIcons4fromySayAA14RuleCollectionVG_tYaF","regions":[[158,70,187,6,0,0,0,0],[162,66,182,10,0,0,0,0],[163,48,181,14,0,0,0,0],[167,20,167,46,0,0,0,0],[167,47,172,18,0,0,0,0],[168,75,171,22,0,0,0,0],[175,20,175,44,0,0,0,0],[175,45,180,18,0,0,0,0],[176,67,179,22,0,0,0,0],[181,14,182,10,0,0,0,0],[182,10,187,6,0,0,0,0],[184,12,184,40,0,0,0,0],[184,41,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC17preloadLayerIcons4fromySayAA14RuleCollectionVG_tYaFSbyKXEfu_","regions":[[184,28,184,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07preloadE03foryAA14LauncherTargetO_tYaF","regions":[[190,56,204,6,0,0,0,0],[191,16,191,22,0,0,0,0],[192,9,194,48,0,0,0,0],[195,9,196,53,0,0,0,0],[197,9,199,54,0,0,0,0],[200,9,202,54,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07preloadE03foryAA14LauncherTargetO_tYaFSSyKXEfu_","regions":[[193,42,193,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC07extractC4Name33_CA570EF758223E2D6E8D5238E96CFD06LL4fromSSSgSS_tF","regions":[[210,65,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC10extractUrl33_CA570EF758223E2D6E8D5238E96CFD06LL4fromSSSgSS_tF","regions":[[216,61,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC05clearcE5CacheyyF","regions":[[223,30,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceC14clearAllCachesyyF","regions":[[229,27,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/IconResolverService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19IconResolverServiceCACyc33_CA570EF758223E2D6E8D5238E96CFD06Llfc","regions":[[236,20,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO2idSSvg","regions":[[11,20,17,6,0,0,0,0],[12,16,12,20,0,0,0,0],[13,9,13,40,0,0,0,0],[14,9,14,40,0,0,0,0],[15,9,15,40,0,0,0,0],[16,10,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V2id10Foundation4UUIDVvpfi","regions":[[20,18,20,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V11displayNameSSvg","regions":[[25,33,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0aF0V10isModifierSbvg","regions":[[29,30,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO0cF0V2id10Foundation4UUIDVvpfi","regions":[[35,18,35,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13CapturedInputO8URLInputV2id10Foundation4UUIDVvpfi","regions":[[42,18,42,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10_viewModel33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI11StateObjectVyAA0efhJ0CGvpfi","regions":[[51,42,51,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10_viewModel33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI11StateObjectVyAA0efhJ0CGvpfiAJycfu_AJycfu0_","regions":[[51,42,51,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12_isRecording33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[52,38,52,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV08_showingC6Picker33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[53,43,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV20_dropTargetHighlight33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[54,46,54,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg","regions":[[56,25,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAnEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAnEE7paddingyQrA4_FQOyAE6VStackVyAGyAC014capturedInputsZ0AILLQrvpQOy_Qo__AC13actionButtonsAILLQrvpQOy_Qo_tGG_Qo__Qo__AE5ColorVQo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_","regions":[[57,28,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvg7SwiftUI05TupleH0VyAC6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo__AE7DividerVAE0H0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAnEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5_A5_A5_A5_A5_AE9AlignmentVtFQOyAnEE7paddingyQrA4_FQOyAE6VStackVyAGyAC014capturedInputsZ0AILLQrvpQOy_Qo__AC13actionButtonsAILLQrvpQOy_Qo_tGG_Qo__Qo__AE5ColorVQo_AlC6footerAILLQrvpQOy_Qo_tGyXEfU_A15_yXEfU_","regions":[[64,33,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvgyycfU0_","regions":[[81,19,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV4bodyQrvgyycfU1_","regions":[[84,22,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[91,35,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[92,16,111,10,0,0,0,0],[107,57,107,60,0,0,0,0],[107,63,107,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_AMyXEfU_","regions":[[93,53,99,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[101,28,101,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6header33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6VStackVyAHyAF4TextV_ALtGG_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE8disabledyQrSbFQOyAtFE7opacityyQrSdFQOyAtFE15foregroundColoryQrAF5ColorVSgFQOyAtFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyALG_AF16PlainButtonStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ALyXEfU1_","regions":[[101,54,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[119,47,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAF06_ShapeH0VyAF16RoundedRectangleVAF5ColorVG_AF017StrokeBorderShapeH0VyAwyF05EmptyH0VGQo__SbQo__AF19_ConditionalContentVyAC10emptyStateAELLQrvpQOy_Qo_AC12chipsDisplayAELLQrvpQOy_Qo_GtGyXEfU_","regions":[[120,16,142,10,0,0,0,0],[124,23,124,53,0,0,0,0],[125,23,125,73,0,0,0,0],[129,51,129,68,0,0,0,0],[129,71,129,95,0,0,0,0],[130,103,130,109,0,0,0,0],[130,112,130,114,0,0,0,0],[135,16,135,48,0,0,0,0],[135,49,138,14,0,0,0,0],[138,20,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV18capturedInputsArea33_C2D50E8EF0A6905EC9434F11F0363338LLQrvgSbSaySo14NSItemProviderCGcfU0_","regions":[[145,67,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[150,39,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6ZStackVyAHyAF0H0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF011StrokeShapeH0VyAF6CircleVAF5ColorVAF05EmptyH0VG_Qo__AlFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA8_22IndefiniteSymbolEffectRd__A8_12SymbolEffectRd__lFQOyAlFE15foregroundColoryQrA0_SgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A8_17PulseSymbolEffectVQo_tGG_AF4TextVA29_SgtGyXEfU_","regions":[[151,29,173,10,0,0,0,0],[164,32,164,55,0,0,0,0],[164,58,164,89,0,0,0,0],[168,16,168,28,0,0,0,0],[168,29,172,14,0,0,0,0],[172,14,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10emptyState33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF6ZStackVyAHyAF0H0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF011StrokeShapeH0VyAF6CircleVAF5ColorVAF05EmptyH0VG_Qo__AlFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA8_22IndefiniteSymbolEffectRd__A8_12SymbolEffectRd__lFQOyAlFE15foregroundColoryQrA0_SgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A8_17PulseSymbolEffectVQo_tGG_AF4TextVA29_SgtGyXEfU_A26_yXEfU_","regions":[[152,20,162,14,0,0,0,0],[158,49,158,59,0,0,0,0],[158,62,158,72,0,0,0,0],[160,52,160,64,0,0,0,0],[160,67,160,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[176,41,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_","regions":[[177,20,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A2_A1_yXEcAQcfu_","regions":[[178,36,178,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A2_A1_yXEcAQcfu_A2_A1_yXEcfu0_","regions":[[178,36,178,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_","regions":[[178,36,190,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_","regions":[[179,51,189,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_yycfU_","regions":[[180,49,184,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV12chipsDisplay33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI0H0PAFE7paddingyQr12CoreGraphics7CGFloatVFQOyAF6LayoutPAFE14callAsFunctionyQrqd__yXEAfGRd__lFQOyAA04FlowY0V_AF7ForEachVySayAA08CapturedE0OGSSAhFE10transitionyQrAF13AnyTransitionVFQOyAA0e4ChipH0V_Qo_GQo__Qo_yXEfU_A1_yXEfU_A0_AUcfU_yycfU_yyXEfU_","regions":[[181,85,183,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[197,42,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_","regions":[[198,29,251,10,0,0,0,0],[218,33,218,37,0,0,0,0],[218,40,218,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU_","regions":[[200,20,209,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU_yyXEfU_","regions":[[201,31,208,18,0,0,0,0],[203,24,203,35,0,0,0,0],[203,36,205,22,0,0,0,0],[205,28,207,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A15_yXEfU0_","regions":[[209,22,216,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A15_yXEfU0_A13_yXEfU_","regions":[[210,36,214,18,0,0,0,0],[211,53,211,71,0,0,0,0],[211,74,211,89,0,0,0,0],[212,56,212,60,0,0,0,0],[212,63,212,71,0,0,0,0],[213,40,213,46,0,0,0,0],[213,49,213,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU1_","regions":[[221,20,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU2_","regions":[[223,22,229,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU2_A34_yXEfU_","regions":[[224,36,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_","regions":[[231,54,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_yAA08CapturedE0O0cE0VcfU_","regions":[[232,31,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A40_ycfU3_yAA08CapturedE0O0cE0VcfU_yyXEfU_","regions":[[233,81,235,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_yyScMYccfU4_","regions":[[241,20,243,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU5_","regions":[[243,22,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV13actionButtons33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4tintyQrAF5ColorVSgFQOyAjFE11buttonStyleyQrqd__AF015PrimitiveButtonY0Rd__lFQOyAF6ButtonVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A2_A2_A2_A2_A2_AF9AlignmentVtFQOyAF6HStackVyAHyAjFE010foregroundW0yQrANFQOyAF5ImageV_Qo__AF4TextVtGG_Qo_G_AF014BorderedButtonY0VQo__Qo__AjFE7popover11isPresented16attachmentAnchor9arrowEdge7contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAF4EdgeOSgqd__yctAfIRd__lFQOyAjFEAOyQrqd__AfPRd__lFQOyARyAjFEAstuvwxyZQrA2__A2_A2_A2_A2_A2_A4_tFQOyA6_yAHyA9__A12_tGG_Qo_G_A18_Qo__AA0c6PickerH0VQo_A38_tGyXEfU_A36_yXEfU5_A34_yXEfU_","regions":[[244,36,247,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[256,35,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyAJG_AF023BorderedProminentButtonZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[257,16,270,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV6footer33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI05TupleH0VyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0H0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonZ0Rd__lFQOyAF6ButtonVyAJG_AF023BorderedProminentButtonZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[264,28,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tF","regions":[[278,66,305,6,0,0,0,0],[279,35,303,10,0,0,0,0],[303,10,304,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_","regions":[[280,83,302,14,0,0,0,0],[282,85,282,95,0,0,0,0],[282,95,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_","regions":[[284,42,301,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_yyXEfU_","regions":[[285,81,300,22,0,0,0,0],[286,28,286,54,0,0,0,0],[286,55,296,26,0,0,0,0],[296,32,299,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InputCaptureExperimentViewV10handleDrop33_C2D50E8EF0A6905EC9434F11F0363338LL9providersSbSaySo14NSItemProviderCG_tFySo14NSSecureCoding_pSg_s5Error_pSgtYbcfU_yyYbScMYccfU_yyXEfU_SSyKXEfu_","regions":[[289,82,289,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV10_isHovered33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[314,36,314,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV16_appearAnimation33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySbGvpfi","regions":[[315,42,315,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg","regions":[[317,25,352,6,0,0,0,0],[326,71,326,72,0,0,0,0],[326,75,326,76,0,0,0,0],[326,99,326,100,0,0,0,0],[326,103,326,104,0,0,0,0],[327,40,327,41,0,0,0,0],[327,44,327,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgAC11chipContent33_C2D50E8EF0A6905EC9434F11F0363338LLQrvpQOy_Qo_yXEfU_","regions":[[318,28,320,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgyycfU0_","regions":[[328,19,332,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgyycfU0_yyXEfU_","regions":[[329,73,331,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgySbcfU1_","regions":[[333,18,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvgySbcfU1_yyXEfU_","regions":[[334,55,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg7SwiftUI15ModifiedContentVyAE0G0PAEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAiEE15foregroundColoryQrAE0X0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainvT0VQo__Qo__AeKPAEE8combined4withQrqd___tAeKRd__lFQOyAE05ScaleN0V_AE07OpacityN0VQo_Qo_AE31AccessibilityAttachmentModifierVGSgyXEfU2_","regions":[[338,43,351,10,0,0,0,0],[339,16,339,25,0,0,0,0],[339,26,350,14,0,0,0,0],[350,14,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV4bodyQrvg7SwiftUI15ModifiedContentVyAE0G0PAEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE0V0VyAiEE15foregroundColoryQrAE0X0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainvT0VQo__Qo__AeKPAEE8combined4withQrqd___tAeKRd__lFQOyAE05ScaleN0V_AE07OpacityN0VQo_Qo_AE31AccessibilityAttachmentModifierVGSgyXEfU2_A5_yXEfU_","regions":[[340,42,344,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV11chipContent33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[355,40,364,6,0,0,0,0],[356,16,356,21,0,0,0,0],[357,9,358,37,0,0,0,0],[359,9,360,37,0,0,0,0],[361,9,362,37,0,0,0,0],[363,10,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03keyF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0aE0VF","regions":[[366,82,387,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03keyF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0aE0VF7SwiftUI05TupleG0VyAC13modifierBadgeAELLyQrSSFQOy_Qo_Sg_A3oJ4TextVtGyXEfU_","regions":[[367,28,386,10,0,0,0,0],[369,16,369,53,0,0,0,0],[369,54,371,14,0,0,0,0],[371,14,386,10,0,0,0,0],[372,16,372,51,0,0,0,0],[372,52,374,14,0,0,0,0],[374,14,386,10,0,0,0,0],[375,16,375,52,0,0,0,0],[375,53,377,14,0,0,0,0],[377,14,386,10,0,0,0,0],[378,16,378,53,0,0,0,0],[378,54,380,14,0,0,0,0],[380,14,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV13modifierBadge33_C2D50E8EF0A6905EC9434F11F0363338LLyQrSSF","regions":[[389,63,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03appF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0cE0VF","regions":[[399,82,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03appF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O0cE0VF7SwiftUI05TupleG0VyAJ012_ConditionalI0VyAJ0G0PAJE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxJ9AlignmentVtFQOyAJ5ImageV_Qo_ApJE15foregroundColoryQrAJ5ColorVSgFQOyApJE4fontyQrAJ4FontVSgFQOyA0__Qo__Qo_G_AJ4TextVA11_tGyXEfU_","regions":[[400,28,418,10,0,0,0,0],[401,41,405,14,0,0,0,0],[405,20,409,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03urlF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O8URLInputVF","regions":[[421,82,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV03urlF7Content33_C2D50E8EF0A6905EC9434F11F0363338LLyQrAA08CapturedE0O8URLInputVF7SwiftUI05TupleG0VyAJ0G0PAJE15foregroundColoryQrAJ0X0VSgFQOyAnJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__AnJE9lineLimityQrSiSgFQOyAJ4TextV_Qo_tGyXEfU_","regions":[[422,28,431,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV14chipBackground33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[434,43,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV14chipBackground33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg7SwiftUI19_ConditionalContentVyAHyAF14LinearGradientVAF5ColorVGALGyXEfU_","regions":[[435,15,451,10,0,0,0,0],[436,20,436,25,0,0,0,0],[437,13,445,18,0,0,0,0],[446,13,447,47,0,0,0,0],[448,13,449,42,0,0,0,0],[450,14,451,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV10chipBorder33_C2D50E8EF0A6905EC9434F11F0363338LLQrvg","regions":[[454,39,457,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV11borderColor33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI0I0Vvg","regions":[[459,36,468,6,0,0,0,0],[460,16,460,21,0,0,0,0],[461,9,462,56,0,0,0,0],[462,45,462,48,0,0,0,0],[462,51,462,55,0,0,0,0],[463,9,464,61,0,0,0,0],[464,51,464,54,0,0,0,0],[464,57,464,60,0,0,0,0],[465,9,466,56,0,0,0,0],[466,46,466,49,0,0,0,0],[466,52,466,55,0,0,0,0],[467,10,468,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13InputChipViewV16chipCornerRadius33_C2D50E8EF0A6905EC9434F11F0363338LL12CoreGraphics7CGFloatVvg","regions":[[470,43,475,6,0,0,0,0],[471,16,471,21,0,0,0,0],[472,9,472,21,0,0,0,0],[473,9,473,28,0,0,0,0],[474,10,475,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV7spacing12CoreGraphics7CGFloatVvpfi","regions":[[481,28,481,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV12sizeThatFits8proposal8subviews5cacheSo6CGSizeV7SwiftUI16ProposedViewSizeV_AJ0F8SubviewsVytztF","regions":[[483,100,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV13placeSubviews2in8proposal8subviews5cacheySo6CGRectV_7SwiftUI16ProposedViewSizeVAK0fH0VytztF","regions":[[488,110,493,6,0,0,0,0],[490,64,492,10,0,0,0,0],[492,10,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV6layout33_C2D50E8EF0A6905EC9434F11F0363338LL8proposal8subviewsSo6CGSizeV4size_SaySo7CGPointVG9positionst7SwiftUI16ProposedViewSizeV_AO0F8SubviewsVtF","regions":[[495,113,517,6,0,0,0,0],[502,33,514,10,0,0,0,0],[505,16,505,48,0,0,0,0],[505,63,509,14,0,0,0,0],[514,10,516,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FlowLayoutV6layout33_C2D50E8EF0A6905EC9434F11F0363338LL8proposal8subviewsSo6CGSizeV4size_SaySo7CGPointVG9positionst7SwiftUI16ProposedViewSizeV_AO0F8SubviewsVtF12CoreGraphics7CGFloatVyKXEfu_","regions":[[496,42,496,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV11_searchText33_C2D50E8EF0A6905EC9434F11F0363338LL7SwiftUI5StateVySSGvpfi","regions":[[525,37,525,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvg","regions":[[527,48,560,6,0,0,0,0],[546,32,554,10,0,0,0,0],[548,16,548,60,0,0,0,0],[548,61,553,14,0,0,0,0],[554,10,559,86,0,0,0,0],[556,12,556,30,0,0,0,0],[556,31,558,10,0,0,0,0],[558,10,559,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvgSSyKXEfu_","regions":[[550,70,550,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4apps33_C2D50E8EF0A6905EC9434F11F0363338LLSayAA13CapturedInputO0cQ0VGvgSbAIXEfU_","regions":[[559,30,559,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg","regions":[[562,25,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_","regions":[[563,28,604,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A12_yXEfU_","regions":[[565,20,570,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_","regions":[[577,24,603,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_","regions":[[578,40,601,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_","regions":[[579,35,600,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_yyScMYccfU_","regions":[[580,32,582,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_A58_yXEfU0_","regions":[[582,34,596,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10PickerViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAiEE15foregroundColoryQrAE0Z0VSgFQOyAE5ImageV_Qo__AiEE09textFieldS0yQrqd__AE09TextFieldS0Rd__lFQOyAE9TextFieldVyAE4TextVG_AE014PlainTextFieldS0VQo_tGG_Qo__AYQo__AE7DividerVAE06ScrollF0VyAiEEAQyQrATFQOyAE10LazyVStackVyAE7ForEachVySayAA13CapturedInputO0C5InputVG10Foundation4UUIDVAiEE12cornerRadius_11antialiasedQrAT_SbtFQOyAiEEAJ_AKQrqd___AOtAePRd__lFQOyAiEE06buttonS0yQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE6ButtonVyAiEE07contentR0_6eoFillQrqd___SbtAE0R0Rd__lFQOyAiEEAQyQrAO_ATSgtFQOyAiEEAQyQrAO_A41_tFQOyAVyAGyAiEE5frame5width6height9alignmentQrA41__A41_AE9AlignmentVtFQOyA0__Qo_Sg_A7_AE6SpacerVtGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonS0VQo__AYQo__Qo_GG_Qo_GtGyXEfU_A67_yXEfU0_A65_yXEfU_A64_A27_cfU_A58_yXEfU0_A52_yXEfU_","regions":[[583,49,592,30,0,0,0,0],[584,56,588,34,0,0,0,0],[588,34,592,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC15_capturedInputs33_C2D50E8EF0A6905EC9434F11F0363338LL7Combine9PublishedVySayAA08CapturedE0OGGvpfi","regions":[[613,54,613,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12_isRecording33_C2D50E8EF0A6905EC9434F11F0363338LL7Combine9PublishedVySbGvpfi","regions":[[614,34,614,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC05setupaF0yyF","regions":[[618,28,620,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyF","regions":[[622,27,648,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_","regions":[[625,77,647,10,0,0,0,0],[626,33,626,49,0,0,0,0],[626,49,646,23,0,0,0,0],[630,16,630,60,0,0,0,0],[630,61,632,14,0,0,0,0],[632,14,646,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_SSyKXEfu_","regions":[[636,66,636,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_yyYbScMYccfU_","regions":[[640,38,644,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC14startRecordingyyFSo7NSEventCSgAFcfU_yyYbScMYccfU_yyXEfU_","regions":[[641,77,643,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC13stopRecordingyyF","regions":[[650,26,656,6,0,0,0,0],[652,39,655,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC04stopaF0yyF","regions":[[658,27,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6removeyyAA08CapturedE0OF","regions":[[662,41,664,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6removeyyAA08CapturedE0OFSbAFXEfU_","regions":[[663,34,663,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC8clearAllyyF","regions":[[666,21,670,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC8clearAllyyFyyXEfU_","regions":[[667,69,669,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC03addC0yyAA08CapturedE0O0cE0VF","regions":[[672,48,674,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC6addURLyy10Foundation0J0VF","regions":[[676,29,682,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12addSampleURLyyF","regions":[[684,25,692,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InputCaptureViewModelC12addSampleURLyyFyyXEfU_","regions":[[685,69,691,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/InputCaptureExperiment.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit38InputCaptureExperimentWindowControllerC04showH0yyF","regions":[[703,23,730,6,0,0,0,0],[704,66,707,10,0,0,0,0],[707,10,730,6,0,0,0,0],[723,12,723,59,0,0,0,0],[723,60,725,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC06_inputF2ID33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVySSGvpfi","regions":[[13,64,13,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC011_isJapaneseE6Active33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVySbGvpfi","regions":[[16,70,16,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC13_japaneseMode33_7369601BCD17FEA7B7459859AE8A35CBLL7Combine9PublishedVyAA08JapaneseeI0OGvpfi","regions":[[19,74,19,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC13modeIndicatorSSSgvg","regions":[[22,39,25,6,0,0,0,0],[23,42,23,56,0,0,0,0],[23,56,24,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15monitoringCount33_7369601BCD17FEA7B7459859AE8A35CBLLSivpfi","regions":[[28,35,28,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorCACyc33_7369601BCD17FEA7B7459859AE8A35CBLlfc","regions":[[30,20,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyF","regions":[[36,35,61,6,0,0,0,0],[38,41,38,51,0,0,0,0],[38,51,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyFySo23CFNotificationCenterRefaSg_SvSgSo0J4NameaSgSVSgSo012CFDictionaryL0aSgtcfU_","regions":[[46,13,54,14,0,0,0,0],[47,41,47,51,0,0,0,0],[47,51,54,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC15startMonitoringyyFySo23CFNotificationCenterRefaSg_SvSgSo0J4NameaSgSVSgSo012CFDictionaryL0aSgtcfU_yyYaYbScMYccfU_","regions":[[51,22,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC14stopMonitoringyyF","regions":[[65,34,75,6,0,0,0,0],[66,40,66,50,0,0,0,0],[66,50,75,6,0,0,0,0],[68,41,68,51,0,0,0,0],[68,51,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyF","regions":[[78,27,113,6,0,0,0,0],[79,90,84,10,0,0,0,0],[84,10,113,6,0,0,0,0],[87,105,89,10,0,0,0,0],[89,16,91,10,0,0,0,0],[94,43,94,53,0,0,0,0],[94,53,113,6,0,0,0,0],[106,12,106,22,0,0,0,0],[106,23,109,10,0,0,0,0],[109,16,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu_","regions":[[100,13,100,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu0_","regions":[[101,13,101,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSbyKXEfu1_","regions":[[102,13,102,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InputSourceDetectorC7refreshyyFSSyKXEfu2_","regions":[[108,135,108,138,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO6detect4fromACSS_tFZ","regions":[[124,80,141,6,0,0,0,0],[129,12,129,43,0,0,0,0],[129,44,131,10,0,0,0,0],[131,19,131,50,0,0,0,0],[131,51,133,10,0,0,0,0],[133,19,133,54,0,0,0,0],[133,55,135,10,0,0,0,0],[135,19,135,84,0,0,0,0],[135,85,138,10,0,0,0,0],[138,10,140,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO6detect4fromACSS_tFZSbyKXEfu_","regions":[[135,54,135,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO9indicatorSSSgvg","regions":[[144,35,155,6,0,0,0,0],[145,16,145,20,0,0,0,0],[146,9,147,18,0,0,0,0],[148,9,149,18,0,0,0,0],[150,9,151,16,0,0,0,0],[152,9,153,16,0,0,0,0],[154,10,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/InputSourceDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17JapaneseInputModeO11displayNameSSvg","regions":[[158,36,169,6,0,0,0,0],[159,16,159,20,0,0,0,0],[160,9,161,23,0,0,0,0],[162,9,163,23,0,0,0,0],[164,9,165,27,0,0,0,0],[166,9,167,22,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorCACycfc","regions":[[9,12,9,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC18isFirstTimeInstall06configB0SbSS_tF","regions":[[13,57,33,6,0,0,0,0],[18,12,18,24,0,0,0,0],[18,25,21,10,0,0,0,0],[21,10,32,21,0,0,0,0],[26,12,26,26,0,0,0,0],[26,27,29,10,0,0,0,0],[29,10,32,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC17checkKanataBinary10stepNumber10totalStepsAC10StepResultVSi_SitF","regions":[[46,84,60,6,0,0,0,0],[51,12,51,34,0,0,0,0],[51,35,55,10,0,0,0,0],[55,16,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC20checkKarabinerDriver10stepNumber10totalStepsAC10StepResultVSi_SitF","regions":[[63,87,75,6,0,0,0,0],[67,12,67,63,0,0,0,0],[67,64,71,10,0,0,0,0],[71,16,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC24logDaemonDirectoriesStep10stepNumber10totalStepsySi_SitF","regions":[[78,77,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC27logDaemonDirectoriesSuccess10stepNumber10totalStepsySi_SitF","regions":[[82,82,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC15checkConfigFile06configB010stepNumber10totalStepsAC10StepResultVSS_S2itF","regions":[[87,102,97,6,0,0,0,0],[90,12,90,62,0,0,0,0],[90,63,93,10,0,0,0,0],[93,16,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC22logSystemConfigSkipped10stepNumber10totalStepsySi_SitF","regions":[[100,75,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC03logE6Result14stepsCompleted0I6Failed10totalStepsSbSi_S2itF","regions":[[106,96,116,6,0,0,0,0],[109,12,109,19,0,0,0,0],[109,20,111,10,0,0,0,0],[111,16,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC24prepareDaemonDirectoriesyyYaF","regions":[[120,43,150,6,0,0,0,0],[134,12,147,10,0,0,0,0],[139,14,147,10,0,0,0,0],[141,16,141,36,0,0,0,0],[141,37,144,14,0,0,0,0],[144,20,146,14,0,0,0,0],[147,17,149,10,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/InstallationCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23InstallationCoordinatorC21prepareLogDirectories33_A8DD48A4958A9D38580759ADB081838ALLyyYaF","regions":[[152,48,172,6,0,0,0,0],[157,12,169,10,0,0,0,0],[162,14,169,10,0,0,0,0],[164,16,164,36,0,0,0,0],[164,37,166,14,0,0,0,0],[166,20,168,14,0,0,0,0],[169,17,171,10,0,0,0,0],[171,10,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyF","regions":[[10,27,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_","regions":[[13,14,69,10,0,0,0,0],[15,37,20,14,0,0,0,0],[20,14,69,10,0,0,0,0],[26,16,26,47,0,0,0,0],[26,48,34,14,0,0,0,0],[34,14,69,10,0,0,0,0],[60,57,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU_","regions":[[16,37,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[21,33,21,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU1_","regions":[[27,37,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_","regions":[[40,33,56,14,0,0,0,0],[41,20,41,34,0,0,0,0],[41,35,52,18,0,0,0,0],[44,24,44,38,0,0,0,0],[44,39,49,22,0,0,0,0],[49,28,51,22,0,0,0,0],[52,24,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_SbAA12RecipeResultVcfu_","regions":[[42,70,42,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_yyYbScMYcXEfU2_SSyKXEfu0_","regions":[[53,65,53,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaF","regions":[[73,93,239,6,0,0,0,0],[75,12,75,47,0,0,0,0],[75,48,82,10,0,0,0,0],[76,16,76,30,0,0,0,0],[76,31,80,14,0,0,0,0],[82,10,238,23,0,0,0,0],[83,12,83,23,0,0,0,0],[83,24,90,10,0,0,0,0],[84,16,84,30,0,0,0,0],[84,31,88,14,0,0,0,0],[90,10,238,23,0,0,0,0],[103,12,103,89,0,0,0,0],[105,9,115,10,0,0,0,0],[106,16,106,30,0,0,0,0],[106,31,113,14,0,0,0,0],[115,10,238,23,0,0,0,0],[117,37,117,43,0,0,0,0],[118,9,120,17,0,0,0,0],[121,9,122,17,0,0,0,0],[123,10,238,23,0,0,0,0],[136,12,140,10,0,0,0,0],[139,14,140,10,0,0,0,0],[140,17,151,10,0,0,0,0],[142,16,142,30,0,0,0,0],[142,31,148,14,0,0,0,0],[151,10,238,23,0,0,0,0],[153,38,153,40,0,0,0,0],[153,43,153,123,0,0,0,0],[155,12,155,26,0,0,0,0],[155,27,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU_","regions":[[77,37,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU0_","regions":[[85,37,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFSbyKXEfu_","regions":[[103,54,103,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU1_","regions":[[107,37,112,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFSbyYaYbcfU2_","regions":[[137,73,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU3_","regions":[[143,37,147,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU4_","regions":[[156,33,170,14,0,0,0,0],[157,20,157,27,0,0,0,0],[157,28,164,18,0,0,0,0],[158,24,158,41,0,0,0,0],[158,42,161,22,0,0,0,0],[161,28,163,22,0,0,0,0],[164,24,169,18,0,0,0,0],[166,25,166,142,0,0,0,0],[167,27,167,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYbScMYcXEfU4_SbyKXEfu_","regions":[[165,48,165,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_","regions":[[176,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_","regions":[[187,18,235,14,0,0,0,0],[200,20,201,95,0,0,0,0],[202,17,234,18,0,0,0,0],[209,24,209,68,0,0,0,0],[209,69,217,22,0,0,0,0],[210,28,210,47,0,0,0,0],[210,64,216,26,0,0,0,0],[217,31,217,45,0,0,0,0],[217,46,233,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU_","regions":[[191,37,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu_","regions":[[200,58,200,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu0_","regions":[[201,21,201,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu1_","regions":[[201,60,201,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyYacfU0_","regions":[[205,59,207,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_SbyKXEfu2_","regions":[[209,57,209,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU1_","regions":[[211,49,215,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFix_13suppressToastSb0abF4Core0iJ6ActionO_SbtYaFyyYacfU5_yyYacfU_yyYbScMYcXEfU2_","regions":[[221,45,232,26,0,0,0,0],[222,32,222,67,0,0,0,0],[222,68,227,30,0,0,0,0],[227,36,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV26describeAutoFixActionForUIySS0abF4Core0ijK0OF","regions":[[242,72,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27getAutoFixActionDescriptionySS0abF4Core0ijK0OF","regions":[[247,73,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Actions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV14performAutoFixyyFyyYacfU_6$deferL_yyFyyYaYbScMYccfU_","regions":[[22,26,22,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17getBuildTimestampSSyF","regions":[[9,40,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20describeServiceStateSSyYaF","regions":[[17,49,21,6,0,0,0,0],[20,46,20,51,0,0,0,0],[20,54,20,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17disableFocusRings2inySo6NSViewC_tF","regions":[[34,45,39,6,0,0,0,0],[36,38,38,10,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV7isFreshySb0abF4Core17SystemStateResultVF","regions":[[9,55,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+Freshness.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11snapshotAgeySd0abF4Core17SystemStateResultVF","regions":[[13,67,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22navigateToPreviousPageyyF","regions":[[10,35,23,6,0,0,0,0],[11,57,11,67,0,0,0,0],[11,67,23,6,0,0,0,0],[16,46,16,61,0,0,0,0],[16,64,16,75,0,0,0,0],[17,89,19,10,0,0,0,0],[19,10,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+KeyboardNavigation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18navigateToNextPageyyF","regions":[[26,31,39,6,0,0,0,0],[27,57,27,67,0,0,0,0],[27,67,39,6,0,0,0,0],[32,46,32,61,0,0,0,0],[32,64,32,75,0,0,0,0],[35,14,35,24,0,0,0,0],[35,24,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getCurrentOperationNameSSyF","regions":[[9,46,42,6,0,0,0,0],[11,84,13,10,0,0,0,0],[13,10,42,6,0,0,0,0],[15,12,15,74,0,0,0,0],[15,75,17,10,0,0,0,0],[17,19,17,76,0,0,0,0],[17,77,19,10,0,0,0,0],[19,19,19,77,0,0,0,0],[19,78,21,10,0,0,0,0],[21,19,21,72,0,0,0,0],[21,73,23,10,0,0,0,0],[23,19,23,72,0,0,0,0],[23,73,25,10,0,0,0,0],[25,19,25,75,0,0,0,0],[25,76,27,10,0,0,0,0],[27,19,27,79,0,0,0,0],[27,80,29,10,0,0,0,0],[29,19,29,75,0,0,0,0],[29,76,31,10,0,0,0,0],[31,19,31,58,0,0,0,0],[31,59,33,10,0,0,0,0],[33,19,33,56,0,0,0,0],[33,57,35,10,0,0,0,0],[35,19,35,59,0,0,0,0],[35,60,37,10,0,0,0,0],[37,19,37,76,0,0,0,0],[37,77,39,10,0,0,0,0],[39,16,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27getCurrentOperationProgressSdyF","regions":[[44,50,49,6,0,0,0,0],[45,84,47,10,0,0,0,0],[47,10,48,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV31isCurrentOperationIndeterminateSbyF","regions":[[51,52,58,6,0,0,0,0],[53,84,55,10,0,0,0,0],[55,10,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV31isCurrentOperationIndeterminateSbyFSbyKXEfu_","regions":[[57,60,57,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getDetailedErrorMessage3for17actionDescriptionSS0abF4Core13AutoFixActionO_SStYaF","regions":[[63,5,78,6,0,0,0,0],[69,12,69,81,0,0,0,0],[69,82,74,10,0,0,0,0],[71,16,71,31,0,0,0,0],[71,32,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+OperationProgress.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23getDetailedErrorMessage3for17actionDescriptionSS0abF4Core13AutoFixActionO_SStYaFSbyKXEfu_","regions":[[69,50,69,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaF","regions":[[9,30,68,6,0,0,0,0],[37,50,40,10,0,0,0,0],[40,35,43,10,0,0,0,0],[43,16,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFySSYbScMYccfU_","regions":[[20,29,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFySSYbScMYccfU_yyYacfU_","regions":[[22,22,30,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFyyYacfU0_","regions":[[50,14,67,10,0,0,0,0],[65,42,65,52,0,0,0,0],[65,52,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV05setupF0yyYaFyyYacfU0_yyYbScMYcXEfU_","regions":[[51,33,60,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaF","regions":[[70,68,166,6,0,0,0,0],[72,38,75,10,0,0,0,0],[75,10,166,6,0,0,0,0],[78,36,81,10,0,0,0,0],[81,10,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFySdYbcfU_","regions":[[88,31,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFySdYbcfU_yyYaYbScMYccfU_","regions":[[90,22,92,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_","regions":[[96,61,165,10,0,0,0,0],[102,16,102,32,0,0,0,0],[102,33,113,14,0,0,0,0],[106,20,106,32,0,0,0,0],[106,33,108,18,0,0,0,0],[108,24,111,18,0,0,0,0],[113,14,165,10,0,0,0,0],[161,16,161,38,0,0,0,0],[161,77,164,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[107,26,107,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU0_","regions":[[125,18,130,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU0_yyXEfU_","regions":[[127,59,129,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SSAF0F5IssueVXEfU1_","regions":[[136,68,136,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performInitialStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU2_","regions":[[138,18,156,14,0,0,0,0],[139,20,143,18,0,0,0,0],[143,19,146,18,0,0,0,0],[148,17,151,18,0,0,0,0],[151,27,151,63,0,0,0,0],[151,64,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18monitorSystemStateyyYaF","regions":[[168,37,191,6,0,0,0,0],[172,15,172,32,0,0,0,0],[172,33,188,10,0,0,0,0],[176,68,178,14,0,0,0,0],[178,14,188,10,0,0,0,0],[182,35,184,14,0,0,0,0],[184,14,188,10,0,0,0,0],[188,10,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30shouldPerformBackgroundPollingSbyF","regions":[[194,51,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaF","regions":[[200,66,270,6,0,0,0,0],[202,36,205,10,0,0,0,0],[205,10,270,6,0,0,0,0],[207,16,207,40,0,0,0,0],[208,9,260,14,0,0,0,0],[261,9,265,18,0,0,0,0],[266,9,268,18,0,0,0,0],[269,10,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFySdYbcfU_","regions":[[212,35,212,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_","regions":[[214,65,260,14,0,0,0,0],[219,20,219,36,0,0,0,0],[219,37,230,18,0,0,0,0],[223,24,223,36,0,0,0,0],[223,37,225,22,0,0,0,0],[225,28,228,22,0,0,0,0],[230,18,260,14,0,0,0,0],[255,20,255,95,0,0,0,0],[255,96,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[224,30,224,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SSAF0F5IssueVXEfU0_","regions":[[237,107,237,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_yyYaYbScMYccfU1_","regions":[[243,22,253,18,0,0,0,0],[244,24,248,22,0,0,0,0],[248,23,252,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+StateManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22performSmartStateCheck12retryAllowedySb_tYaFy0abF4Core06SystemJ6ResultVYaYbScMYccfU0_SbyKXEfu_","regions":[[255,60,255,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF","regions":[[12,37,160,6,0,0,0,0],[157,19,157,59,0,0,0,0],[158,19,158,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_","regions":[[13,16,153,10,0,0,0,0],[14,20,14,44,0,0,0,0],[15,13,28,18,0,0,0,0],[29,13,33,18,0,0,0,0],[34,13,42,18,0,0,0,0],[43,13,57,18,0,0,0,0],[58,13,71,18,0,0,0,0],[72,13,81,18,0,0,0,0],[82,13,91,18,0,0,0,0],[92,13,113,18,0,0,0,0],[114,13,129,18,0,0,0,0],[130,13,139,18,0,0,0,0],[140,13,145,18,0,0,0,0],[146,13,151,18,0,0,0,0],[152,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYbScMYccACYbcfu_","regions":[[20,37,20,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[20,37,20,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU_","regions":[[21,32,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU0_","regions":[[22,39,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU1_","regions":[[37,62,37,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU2_","regions":[[40,32,40,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU3_","regions":[[46,62,46,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYacfU4_","regions":[[49,32,49,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU5_","regions":[[50,39,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU6_","regions":[[53,32,55,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core0F5IssueVXEfU7_","regions":[[61,62,61,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yyYacfU8_","regions":[[63,32,63,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_y0abF4Core0fN0OcfU9_","regions":[[64,39,66,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU10_","regions":[[67,32,69,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu1_","regions":[[78,32,78,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu1_SbA17__SbtYaYbScMYccfu2_","regions":[[78,32,78,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU11_","regions":[[79,32,79,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu3_","regions":[[88,32,88,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu3_SbA17__SbtYaYbScMYccfu4_","regions":[[88,32,88,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU12_","regions":[[89,32,89,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_","regions":[[94,42,107,22,0,0,0,0],[96,28,96,44,0,0,0,0],[96,45,98,26,0,0,0,0],[98,32,106,26,0,0,0,0],[101,32,101,160,0,0,0,0],[101,161,103,30,0,0,0,0],[103,36,105,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_Sb0abF4Core0F5IssueVXEfU_","regions":[[101,74,101,159,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_ySbcfU13_Sb0abF4Core0F5IssueVXEfU_SbyKXEfu_","regions":[[101,108,101,157,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU14_","regions":[[108,29,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_","regions":[[116,33,124,22,0,0,0,0],[119,28,119,156,0,0,0,0],[119,157,121,26,0,0,0,0],[121,32,123,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_Sb0abF4Core0F5IssueVXEfU_","regions":[[119,70,119,155,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU15_Sb0abF4Core0F5IssueVXEfU_SbyKXEfu_","regions":[[119,104,119,153,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU16_","regions":[[125,31,128,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu5_","regions":[[136,32,136,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu5_SbA17__SbtYaYbScMYccfu6_","regions":[[136,32,136,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU17_","regions":[[137,32,137,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu7_","regions":[[144,32,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_Sb0abF4Core13AutoFixActionO_SbtYaYbScMYccACYbcfu7_SbA17__SbtYaYbScMYccfu8_","regions":[[144,32,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV11pageContentQryF7SwiftUI012_ConditionalI0VyAGyAGyAGyAA0F11SummaryPageVAA0f14FullDiskAccessN0VGAGyAA0f9ConflictsN0VAA0f15InputMonitoringN0VGGAGyAGyAA0f13AccessibilityN0VAA0f19KarabinerComponentsN0VGAGyAA0f6KanatawN0VAA0fx9MigrationN0VGGGAGyAGyAA0f4StopxN0VAA0f6HelperN0VGAGyAA0f13CommunicationN0VAA0fx7ServiceN0VGGGyXEfU_yycfU18_","regions":[[150,32,150,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24operationProgressOverlayQryF","regions":[[163,50,183,6,0,0,0,0],[167,12,167,60,0,0,0,0],[167,61,170,10,0,0,0,0],[170,16,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UIComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24operationProgressOverlayQryFAA0f9OperationI0VyXEfU_","regions":[[172,33,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtF","regions":[[13,89,67,6,0,0,0,0],[14,36,17,10,0,0,0,0],[17,10,67,6,0,0,0,0],[21,72,24,10,0,0,0,0],[24,10,67,6,0,0,0,0],[33,12,33,23,0,0,0,0],[33,24,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFSSyKXEfu_","regions":[[27,131,27,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyXEfU_","regions":[[34,54,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_","regions":[[40,28,66,10,0,0,0,0],[42,16,42,27,0,0,0,0],[42,103,49,14,0,0,0,0],[44,23,44,40,0,0,0,0],[46,17,48,18,0,0,0,0],[48,18,49,14,0,0,0,0],[51,42,51,52,0,0,0,0],[51,52,66,10,0,0,0,0],[54,16,54,46,0,0,0,0],[54,47,56,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_SbyYbScMYcXEfU_","regions":[[42,55,42,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_SbyYbScMYcXEfU0_","regions":[[45,49,45,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18refreshSystemState11showSpinner12previousPageySb_0abF4Core0fN0OSgtFyyYacfU0_yyYbScMYcXEfU1_","regions":[[59,33,65,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtF","regions":[[71,92,100,6,0,0,0,0],[72,36,72,46,0,0,0,0],[72,46,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFySdYbcfU_","regions":[[76,31,76,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_","regions":[[79,61,99,10,0,0,0,0],[81,16,81,46,0,0,0,0],[81,106,90,14,0,0,0,0],[90,14,99,10,0,0,0,0],[94,16,94,27,0,0,0,0],[94,28,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyYacfU_","regions":[[83,22,88,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[85,41,87,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21performStateDetection12previousPage7attempt11showSpinnery0abF4Core0fL0OSg_SiSbtFyAH06SystemI6ResultVYaYbScMYccfU0_yyXEfU0_","regions":[[95,58,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27shouldRetryForCommunication6resultSb0abF4Core17SystemStateResultV_tF","regions":[[103,73,126,6,0,0,0,0],[105,16,105,28,0,0,0,0],[106,9,107,24,0,0,0,0],[108,9,109,18,0,0,0,0],[110,10,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27shouldRetryForCommunication6resultSb0abF4Core17SystemStateResultV_tFSbAF0F5IssueVXEfU_","regions":[[113,39,125,10,0,0,0,0],[114,74,114,90,0,0,0,0],[114,90,125,10,0,0,0,0],[115,20,115,29,0,0,0,0],[116,13,121,28,0,0,0,0],[122,13,123,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25autoNavigateIfSingleIssue2in5stateySay0abF4Core0fL0VG_AG0F11SystemStateOtF","regions":[[129,90,152,6,0,0,0,0],[136,57,139,10,0,0,0,0],[139,10,152,6,0,0,0,0],[143,79,147,10,0,0,0,0],[147,10,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25autoNavigateIfSingleIssue2in5stateySay0abF4Core0fL0VG_AG0F11SystemStateOtFSSAG0F4PageOcfu_","regions":[[134,83,134,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaF","regions":[[156,5,165,6,0,0,0,0],[160,37,160,51,0,0,0,0],[160,51,164,64,0,0,0,0],[164,54,164,58,0,0,0,0],[164,61,164,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaFSbyKXEfu_","regions":[[163,45,163,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19preferredDetailPage3for6issues0abF4Core0fJ0OSgAG0F11SystemStateO_SayAG0F5IssueVGtYaFSbyKXEfu0_","regions":[[164,39,164,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19cachedPreferredPage0abF4Core0fJ0OSgyYaF","regions":[[167,53,173,6,0,0,0,0],[169,70,169,84,0,0,0,0],[169,84,172,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15sanitizedIssues4from3forSay0abF4Core0F5IssueVGAJ_AG0F11SystemStateOtF","regions":[[177,5,189,6,0,0,0,0],[178,66,180,10,0,0,0,0],[180,10,188,24,0,0,0,0],[183,12,183,42,0,0,0,0],[183,43,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15sanitizedIssues4from3forSay0abF4Core0F5IssueVGAJ_AG0F11SystemStateOtFSbAIXEfU_","regions":[[182,38,182,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VF","regions":[[192,79,229,6,0,0,0,0],[200,12,204,10,0,0,0,0],[204,11,207,10,0,0,0,0],[207,19,207,37,0,0,0,0],[207,38,216,10,0,0,0,0],[217,12,217,48,0,0,0,0],[217,69,222,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFyyYacfU_","regions":[[208,18,215,14,0,0,0,0],[211,17,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFyyYacfU0_","regions":[[218,18,221,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22applySystemStateResultySay0abF4Core0F5IssueVGAE0ijK0VFSSAGXEfU1_","regions":[[225,73,225,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV33shouldSuppressCommunicationIssues3forSb0abF4Core0F11SystemStateO_tF","regions":[[231,82,236,6,0,0,0,0],[232,33,234,10,0,0,0,0],[234,10,235,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20isCommunicationIssueySb0abF4Core0fJ0VF","regions":[[238,61,253,6,0,0,0,0],[239,70,241,10,0,0,0,0],[241,10,253,6,0,0,0,0],[243,16,243,25,0,0,0,0],[244,9,249,24,0,0,0,0],[250,9,251,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyF","regions":[[255,31,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_","regions":[[256,14,286,10,0,0,0,0],[260,16,260,27,0,0,0,0],[260,28,285,14,0,0,0,0],[261,20,261,55,0,0,0,0],[261,56,281,18,0,0,0,0],[281,24,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_ySbYaYbScMYccfU_","regions":[[264,73,276,22,0,0,0,0],[265,28,265,35,0,0,0,0],[265,36,269,26,0,0,0,0],[269,32,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_ySbYaYbScMYccfU_SSyKXEfu_","regions":[[273,40,273,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV18startKanataServiceyyFyyYacfU_yAA0F5ErrorVYbScMYccfU0_","regions":[[276,34,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23handleCloseButtonTappedyyF","regions":[[289,36,303,6,0,0,0,0],[296,12,296,34,0,0,0,0],[296,35,299,10,0,0,0,0],[299,16,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV23handleCloseButtonTappedyyFSb0abF4Core0F5IssueVXEfU_","regions":[[294,63,294,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV17forceInstantCloseyyF","regions":[[306,30,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27dismissAndRefreshMainScreenyyF","regions":[[311,40,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV27dismissAndRefreshMainScreenyyFyyYbScMYccfU_","regions":[[316,34,323,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performBackgroundCleanupyyF","regions":[[327,37,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV24performBackgroundCleanupyyFytSgyYaYbScMYccfU_","regions":[[329,14,331,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22openLoginItemsSettingsyyF","regions":[[334,35,343,6,0,0,0,0],[335,103,337,10,0,0,0,0],[337,16,342,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyF","regions":[[346,43,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyFyyYacfU_","regions":[[351,38,389,10,0,0,0,0],[354,46,385,14,0,0,0,0],[355,46,358,18,0,0,0,0],[358,18,385,14,0,0,0,0],[363,20,363,37,0,0,0,0],[363,38,365,18,0,0,0,0],[367,20,367,48,0,0,0,0],[367,49,381,18,0,0,0,0],[381,18,385,14,0,0,0,0],[385,14,389,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV30startLoginItemsApprovalPollingyyFyyYacfU_yyYbScMYcXEfU_","regions":[[371,41,375,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV29stopLoginItemsApprovalPollingyyF","regions":[[393,42,396,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyF","regions":[[399,32,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyFyyYaYbScMYccfU_","regions":[[408,14,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV013forciblyCloseF0yyFyyYaYbScMYccfU0_","regions":[[431,14,436,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaF","regions":[[442,48,449,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaFyScCySbs5NeverOGXEfU_","regions":[[443,39,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView+UnifiedRefresh.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV21showStartConfirmationSbyYaFyScCySbs5NeverOGXEfU_yyYbScMYccfU_","regions":[[444,38,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13kanataManagerAA18RuntimeCoordinatorCvg","regions":[[12,43,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16showStatusBanneryySSF","regions":[[17,46,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16showStatusBanneryySSFyyYbScMYccfU_","regions":[[23,63,28,10,0,0,0,0],[25,16,25,47,0,0,0,0],[25,48,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_stateMachine33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0fuI0CGvpfi","regions":[[35,37,35,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_stateMachine33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0fuI0CGvpfiAJycfu_AJycfu0_","regions":[[35,37,35,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV10_autoFixer33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0f4AutoI7ManagerCGvpfi","regions":[[36,34,36,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV10_autoFixer33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI11StateObjectVyAA0f4AutoI7ManagerCGvpfiAJycfu_AJycfu0_","regions":[[36,34,36,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV16stateInterpreterAA0f5StateI0Vvpfi","regions":[[37,28,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV22_asyncOperationManager33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyAA0f5AsynciJ0CGvpfi","regions":[[38,40,38,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_toastManager33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyAA0f5ToastI0CGvpfi","regions":[[39,31,39,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV13_isValidating33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[42,37,42,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15_preflightStart33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVy10Foundation4DateVGvpfi","regions":[[43,33,43,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19_evaluationProgress33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySdGvpfi","regions":[[44,45,44,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV20_showAllSummaryItems33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[46,44,46,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV12_navSequence33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySay0abF4Core0F4PageOGGvpfi","regions":[[47,44,47,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV19_inFlightFixActions33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVyShy0abF4Core04AutoJ6ActionOGGvpfi","regions":[[48,57,48,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV32_showingBackgroundApprovalPrompt33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[49,50,49,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV12_fixInFlight33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[51,36,51,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25_showingStartConfirmation33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[53,43,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV25_showingCloseConfirmation33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[55,43,55,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV15_isForceClosing33_0E4A2BE902BA3CFD4ADF8D0DB80BD580LL7SwiftUI5StateVySbGvpfi","regions":[[59,33,59,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV26currentFixDescriptionForUISSSgvg","regions":[[67,45,70,6,0,0,0,0],[68,41,68,55,0,0,0,0],[68,55,69,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg","regions":[[72,25,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_","regions":[[73,16,122,10,0,0,0,0],[74,49,95,14,0,0,0,0],[95,14,122,10,0,0,0,0],[115,72,115,75,0,0,0,0],[115,78,115,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A33_yXEfU_","regions":[[75,36,92,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A33_yXEfU_A14_yXEfU_","regions":[[76,40,82,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A79_yXEfU0_","regions":[[101,32,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE6zIndexyQrSdFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAE6VStackVyAGyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6HStackVyAGyAE5ImageV_AiEE013multilineTextR0yQrAE04TextR0OFQOyAE4TextV_Qo_AE6SpacerVtGG_Qo__AE8MaterialVQo__AiEE15foregroundColoryQrAE5ColorVSgFQOyAiEE5frame5width6heightAPQrA1_Sg_A27_ARtFQOyAE9RectangleV_Qo__Qo_Qo__A13_tGG_AeLPAEE8combined4withQrqd___tAeLRd__lFQOyAE04MoveN0V_AE07OpacityN0VQo_Qo__Qo_Sg_AiEE0tuV0_5edgesQrAE0uV7RegionsV_AXtFQOyA22__Qo_AiEEAS_ATQrqd___AXtAeYRd__lFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEA51__A52_QrA55__qd__tSQRd__lFQOyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEEA24_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEEA24_A25_A26_APQrA27__A27_ARtFQOyANyAiEEAoP7contentQrAR_qd__yXEtAeHRd__lFQOyAiEEA24_A59_A60_A61_A62_A63_A64_APQrA27__A27_A27_A27_A27_A27_ARtFQOyAiEE2idyQrqd__SHRd__lFQOyAC11pageContentQryFQOy_Qo__0abF4Core0F4PageOQo__Qo__AiEE16allowsHitTestingyQrSbFQOyAC24operationProgressOverlayQryFQOy_Qo__Qo_SgQo_G_Qo__Qo__Qo__SbQo__A71_Qo__A22_Qo_tGyXEfU_A79_yXEfU0_A78_yXEfU_","regions":[[106,30,112,22,0,0,0,0],[108,28,108,70,0,0,0,0],[108,86,111,26,0,0,0,0],[111,26,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU0_","regions":[[127,37,140,10,0,0,0,0],[128,16,128,24,0,0,0,0],[128,25,136,14,0,0,0,0],[136,20,139,14,0,0,0,0],[138,69,138,72,0,0,0,0],[138,75,138,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU0_yyYbScMYccfU_","regions":[[130,42,135,18,0,0,0,0],[132,91,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE17environmentObjectyQrqd__7Combine010ObservableU0Rd__lFQOyAA11CloseButtonV_AA0F12StateMachineCQo__Qo__Qo__0abfQ00F4PageOQo_SgyXEfU1_","regions":[[142,43,151,10,0,0,0,0],[143,16,143,52,0,0,0,0],[143,53,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU2_","regions":[[152,19,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU2_yyYacfU_","regions":[[154,18,154,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[156,104,160,10,0,0,0,0],[157,67,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU4_","regions":[[161,67,166,10,0,0,0,0],[163,16,163,25,0,0,0,0],[163,26,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU5_","regions":[[168,44,170,10,0,0,0,0],[169,53,169,56,0,0,0,0],[169,59,169,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy0abF4Core0F4PageO_AGtcfU6_","regions":[[171,49,180,10,0,0,0,0],[173,16,173,35,0,0,0,0],[173,51,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy0abF4Core0F4PageO_AGtcfU6_yyYbScMYccfU_","regions":[[177,68,179,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySay0abF4Core0F4PageOG_AHtcfU7_","regions":[[181,36,185,10,0,0,0,0],[182,16,182,36,0,0,0,0],[182,37,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU8_","regions":[[186,49,191,10,0,0,0,0],[188,16,188,25,0,0,0,0],[188,26,190,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU9_","regions":[[192,49,197,10,0,0,0,0],[194,16,194,25,0,0,0,0],[194,26,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu_","regions":[[201,30,201,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[201,30,201,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu1_","regions":[[202,31,202,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[202,31,202,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu3_","regions":[[203,27,203,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[203,27,203,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyycfU10_","regions":[[207,24,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgyyYaYbcfU11_","regions":[[210,15,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgy10Foundation12NotificationVcfU12_","regions":[[214,94,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_","regions":[[217,18,231,10,0,0,0,0],[218,16,218,40,0,0,0,0],[218,41,230,14,0,0,0,0],[230,14,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_yycfU_","regions":[[221,32,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgAA23StartConfirmationDialogVSgyXEfU13_yycfU0_","regions":[[225,31,228,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_","regions":[[232,79,241,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_yyScMYccfU_","regions":[[233,45,235,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_AE0G0PAEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAL_Qo_tGyXEfU14_yyScMYccfU0_","regions":[[236,56,239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU15_","regions":[[241,20,247,10,0,0,0,0],[244,47,244,51,0,0,0,0],[244,54,244,59,0,0,0,0],[244,110,244,117,0,0,0,0],[244,120,244,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU15_Sb0abF4Core0F5IssueVXEfU_","regions":[[242,66,242,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_","regions":[[248,96,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_yyScMYccfU_","regions":[[249,26,252,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE16keyboardShortcutyQrAE08KeyboardM0VFQOyAE6ButtonVyAE4TextVG_Qo__AQtGyXEfU16_yyScMYccfU0_","regions":[[254,44,257,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvg7SwiftUI4TextVyXEfU17_","regions":[[258,20,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/InstallationWizardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22InstallationWizardViewV4bodyQrvgySb_SbtcfU18_","regions":[[263,56,269,10,0,0,0,0],[264,16,264,25,0,0,0,0],[264,26,268,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16determineActions3for7contextSay0aB10WizardCore13AutoFixActionOGAA13InstallIntentO_AA13SystemContextVtF","regions":[[15,5,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15generateRecipes4from7contextSayAA13ServiceRecipeVGSay0aB10WizardCore13AutoFixActionOG_AA13SystemContextVtF","regions":[[25,5,35,6,0,0,0,0],[28,31,32,10,0,0,0,0],[29,71,31,14,0,0,0,0],[32,10,34,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15recipeForAction_7contextAA13ServiceRecipeVSg0aB10WizardCore07AutoFixI0O_AA13SystemContextVtF","regions":[[38,95,217,6,0,0,0,0],[39,16,39,22,0,0,0,0],[40,9,51,14,0,0,0,0],[53,9,58,14,0,0,0,0],[60,9,65,14,0,0,0,0],[67,9,72,14,0,0,0,0],[74,9,79,14,0,0,0,0],[81,9,86,14,0,0,0,0],[88,9,95,14,0,0,0,0],[97,9,102,14,0,0,0,0],[104,9,110,14,0,0,0,0],[112,9,117,14,0,0,0,0],[119,9,124,14,0,0,0,0],[126,9,131,14,0,0,0,0],[133,9,138,14,0,0,0,0],[140,9,145,14,0,0,0,0],[147,9,152,14,0,0,0,0],[154,9,159,14,0,0,0,0],[161,9,166,14,0,0,0,0],[168,9,173,14,0,0,0,0],[175,9,180,14,0,0,0,0],[182,9,187,14,0,0,0,0],[189,9,194,14,0,0,0,0],[196,9,201,14,0,0,0,0],[203,9,208,14,0,0,0,0],[210,9,215,14,0,0,0,0],[216,10,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGF","regions":[[240,70,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSbyXEfu_","regions":[[243,13,243,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSbyXEfu_SbAFcfu0_","regions":[[243,32,243,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC12orderRecipesySayAA13ServiceRecipeVGAGFSSyXEfu1_","regions":[[244,13,245,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine+Recipes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17recipeIDForActionySS0aB10WizardCore07AutoFixI0OF","regions":[[253,63,305,6,0,0,0,0],[254,16,254,22,0,0,0,0],[255,9,256,58,0,0,0,0],[257,9,258,51,0,0,0,0],[259,9,260,55,0,0,0,0],[261,9,262,49,0,0,0,0],[263,9,264,54,0,0,0,0],[265,9,266,56,0,0,0,0],[267,9,268,51,0,0,0,0],[269,9,270,55,0,0,0,0],[271,9,272,60,0,0,0,0],[273,9,274,55,0,0,0,0],[275,9,276,55,0,0,0,0],[277,9,279,55,0,0,0,0],[280,9,281,54,0,0,0,0],[282,9,283,50,0,0,0,0],[284,9,285,55,0,0,0,0],[286,9,287,46,0,0,0,0],[288,9,289,53,0,0,0,0],[290,9,291,58,0,0,0,0],[292,9,293,54,0,0,0,0],[294,9,295,48,0,0,0,0],[296,9,297,51,0,0,0,0],[298,9,299,53,0,0,0,0],[300,9,301,55,0,0,0,0],[302,9,303,53,0,0,0,0],[304,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23processLifecycleManager06kanataI0AC0ab6DaemonH007ProcesshI0C_AA18RuntimeCoordinatorCSgtcfc","regions":[[33,7,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineCACycfC","regions":[[46,31,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13kanataManagerAcA18RuntimeCoordinatorC_tcfC","regions":[[51,57,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13inspectSystemAA0H7ContextVyYaF","regions":[[59,56,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC8makePlan3for7contextAA07InstallH0VAA0K6IntentO_AA13SystemContextVtYaF","regions":[[94,98,134,6,0,0,0,0],[98,93,108,10,0,0,0,0],[108,10,133,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC8makePlan3for7contextAA07InstallH0VAA0K6IntentO_AA13SystemContextVtYaFSb0aB10WizardCore13AutoFixActionOXEfU_","regions":[[127,68,127,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17checkRequirements33_DAD45C67DE07FE65D044B9202AF5AA42LL3for7contextAA11RequirementVSgAA13InstallIntentO_AA13SystemContextVtYaF","regions":[[142,5,171,6,0,0,0,0],[144,12,144,34,0,0,0,0],[144,35,146,10,0,0,0,0],[146,10,170,19,0,0,0,0],[154,12,154,69,0,0,0,0],[154,70,159,10,0,0,0,0],[159,10,170,19,0,0,0,0],[162,12,162,51,0,0,0,0],[162,52,167,10,0,0,0,0],[163,16,163,39,0,0,0,0],[163,40,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17checkRequirements33_DAD45C67DE07FE65D044B9202AF5AA42LL3for7contextAA11RequirementVSgAA13InstallIntentO_AA13SystemContextVtYaFSbyKXEfu_","regions":[[162,34,162,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17actionNeedsPrompt33_DAD45C67DE07FE65D044B9202AF5AA42LLySb0aB10WizardCore13AutoFixActionOF","regions":[[188,69,195,6,0,0,0,0],[189,16,189,22,0,0,0,0],[190,9,191,17,0,0,0,0],[192,9,193,18,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaF","regions":[[200,100,305,6,0,0,0,0],[204,57,213,10,0,0,0,0],[213,10,304,22,0,0,0,0],[220,36,287,10,0,0,0,0],[231,16,264,14,0,0,0,0],[233,96,264,14,0,0,0,0],[238,57,247,18,0,0,0,0],[241,24,241,34,0,0,0,0],[241,35,245,22,0,0,0,0],[245,22,247,18,0,0,0,0],[247,18,264,14,0,0,0,0],[264,21,286,14,0,0,0,0],[286,14,287,10,0,0,0,0],[287,10,304,22,0,0,0,0],[296,42,296,44,0,0,0,0],[296,47,296,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSyKXEfu_","regions":[[268,76,268,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSyKXEfu0_","regions":[[282,89,282,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSSAA13ServiceRecipeV6recipe_s5Error_p5errort_tXEfU_","regions":[[293,45,295,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSayAA11RequirementVGANXEfU0_","regions":[[296,66,296,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC7execute4plan5usingAA0E6ReportVAA11InstallPlanV_AA15PrivilegeBrokerVtYaFSayAA11RequirementVGyKXEfu1_","regions":[[296,78,296,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC24executeRecipeWithDetails33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingAC0H15ExecutionResultAELLVAA07ServiceH0V_AA15PrivilegeBrokerVtYaKF","regions":[[316,137,356,6,0,0,0,0],[320,16,320,27,0,0,0,0],[321,9,330,59,0,0,0,0],[324,16,324,47,0,0,0,0],[324,48,326,14,0,0,0,0],[329,67,330,59,0,0,0,0],[332,9,342,53,0,0,0,0],[334,49,337,14,0,0,0,0],[337,20,340,14,0,0,0,0],[341,67,342,53,0,0,0,0],[344,9,347,61,0,0,0,0],[346,69,347,61,0,0,0,0],[349,9,352,49,0,0,0,0],[351,69,352,49,0,0,0,0],[353,10,355,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC13executeRecipe33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA07ServiceH0V_AA15PrivilegeBrokerVtYaKF","regions":[[359,101,361,6,0,0,0,0],[360,70,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC21executeInstallService33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA0I6RecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[365,109,398,6,0,0,0,0],[369,12,369,43,0,0,0,0],[369,44,383,10,0,0,0,0],[372,57,383,10,0,0,0,0],[377,16,377,47,0,0,0,0],[377,48,380,14,0,0,0,0],[380,20,382,14,0,0,0,0],[383,10,398,6,0,0,0,0],[388,12,388,70,0,0,0,0],[390,9,394,10,0,0,0,0],[393,52,394,10,0,0,0,0],[394,10,398,6,0,0,0,0],[397,58,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC21executeRestartService33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA0I6RecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[404,5,424,6,0,0,0,0],[407,12,407,43,0,0,0,0],[407,44,412,10,0,0,0,0],[410,57,412,10,0,0,0,0],[412,10,424,6,0,0,0,0],[414,92,420,10,0,0,0,0],[416,76,420,10,0,0,0,0],[417,16,417,24,0,0,0,0],[417,25,419,14,0,0,0,0],[419,14,420,10,0,0,0,0],[420,16,423,10,0,0,0,0],[422,56,423,10,0,0,0,0],[423,10,424,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23executeInstallComponent33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA13ServiceRecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[429,5,483,6,0,0,0,0],[431,16,431,25,0,0,0,0],[432,9,433,52,0,0,0,0],[435,9,436,67,0,0,0,0],[438,9,439,50,0,0,0,0],[441,9,442,67,0,0,0,0],[444,9,447,67,0,0,0,0],[446,52,447,67,0,0,0,0],[449,9,451,19,0,0,0,0],[453,9,454,57,0,0,0,0],[456,9,457,56,0,0,0,0],[459,9,463,62,0,0,0,0],[465,9,466,56,0,0,0,0],[468,9,469,73,0,0,0,0],[471,9,473,73,0,0,0,0],[472,54,473,73,0,0,0,0],[475,9,476,52,0,0,0,0],[478,9,481,89,0,0,0,0],[482,10,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23executeCheckRequirement33_DAD45C67DE07FE65D044B9202AF5AA42LL_5usingyAA13ServiceRecipeV_AA15PrivilegeBrokerVtYaKF","regions":[[488,5,503,6,0,0,0,0],[490,16,490,25,0,0,0,0],[491,9,493,54,0,0,0,0],[495,9,497,19,0,0,0,0],[499,9,501,97,0,0,0,0],[502,10,503,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC17verifyHealthCheck33_DAD45C67DE07FE65D044B9202AF5AA42LLySbAA0hI8CriteriaVYaF","regions":[[506,83,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16isServiceHealthy9serviceIDSbSS_tYaF","regions":[[514,67,516,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15isServiceLoaded9serviceIDSbSS_tYaF","regions":[[519,66,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC16getServiceStatusAA012LaunchDaemonI0VyYaF","regions":[[524,64,526,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC24checkKanataServiceHealth7tcpPortAA0hJ8SnapshotVSi_tYaF","regions":[[529,94,532,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC3run6intent5usingAA0E6ReportVAA13InstallIntentO_AA15PrivilegeBrokerVtYaF","regions":[[536,100,552,6,0,0,0,0],[539,12,539,32,0,0,0,0],[539,33,543,10,0,0,0,0],[543,10,551,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC9uninstall12deleteConfig5usingAA0E6ReportVSb_AA15PrivilegeBrokerVtYaF","regions":[[555,103,582,6,0,0,0,0],[565,39,565,62,0,0,0,0],[565,65,565,76,0,0,0,0],[569,30,569,33,0,0,0,0],[569,36,569,43,0,0,0,0],[575,38,575,41,0,0,0,0],[575,44,575,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC9uninstall12deleteConfig5usingAA0E6ReportVSb_AA15PrivilegeBrokerVtYaFSSyKXEfu_","regions":[[563,48,563,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaF","regions":[[589,5,644,6,0,0,0,0],[595,78,595,86,0,0,0,0],[595,89,595,96,0,0,0,0],[604,12,604,35,0,0,0,0],[604,36,619,10,0,0,0,0],[607,77,610,14,0,0,0,0],[610,20,618,14,0,0,0,0],[618,14,619,10,0,0,0,0],[619,16,621,10,0,0,0,0],[621,10,643,22,0,0,0,0],[629,19,629,25,0,0,0,0],[630,19,630,34,0,0,0,0],[635,75,635,78,0,0,0,0],[635,81,635,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbAA13ServiceRecipeVXEfU_","regions":[[601,55,601,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbyKXEfu_","regions":[[628,40,628,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC15runSingleAction_5usingAA0E6ReportV0aB10WizardCore07AutoFixI0O_AA15PrivilegeBrokerVtYaFSbyKXEfu0_","regions":[[635,51,635,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC26uninstallVirtualHIDDrivers5usingyAA15PrivilegeBrokerV_tYaKF","regions":[[650,88,653,6,0,0,0,0],[652,54,653,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC23disableKarabinerGrabber5usingyAA15PrivilegeBrokerV_tYaKF","regions":[[657,85,660,6,0,0,0,0],[659,51,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC22restartKarabinerDaemon5usingSbAA15PrivilegeBrokerV_tYaKF","regions":[[664,92,667,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerEngineC18sudoExecuteCommand_11description5usingySS_SSAA15PrivilegeBrokerVtYaKF","regions":[[675,20,678,6,0,0,0,0],[677,79,678,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InstallerErrorO16errorDescriptionSSSgvg","regions":[[689,35,696,6,0,0,0,0],[690,16,690,20,0,0,0,0],[691,9,692,20,0,0,0,0],[693,9,694,20,0,0,0,0],[695,10,696,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11RequirementV4name6statusACSS_AA0E6StatusOtcfC","regions":[[39,58,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV11permissions8services9conflicts10components6helper6system9timestampAC0aB11Permissions16PermissionOracleC8SnapshotV_0aB10WizardCore12HealthStatusVAP08ConflictU0VAP09ComponentU0VAP06HelperU0VAA06EngineE4InfoV10Foundation4DateVtcfC","regions":[[73,7,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16EngineSystemInfoV12macOSVersion16driverCompatibleACSS_SbtcfC","regions":[[91,63,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19HealthCheckCriteriaV9serviceID15shouldBeRunningACSS_SbtcfC","regions":[[128,59,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ServiceRecipeV2id4type9serviceID12plistContent16launchctlActions11healthCheck12dependenciesACSS_AA0F4TypeOSSSgAMSayAA15LaunchctlActionOGAA06HealthP8CriteriaVSgSaySSGtcfC","regions":[[159,7,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12PlanMetadataV11needsReboot13promptsNeededACSb_SbtcfC","regions":[[187,73,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11InstallPlanV7recipes6status6intent9blockedBy8metadataACSayAA13ServiceRecipeVG_AA0F6StatusOAA0E6IntentOAA11RequirementVSgAA0F8MetadataVtcfC","regions":[[212,7,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RecipeResultV8recipeID7success5error8duration4logs11commandsRunACSS_SbSSSgSdSaySSGAKtcfC","regions":[[245,7,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InstallerReportV9timestamp7success13failureReason17unmetRequirements15executedRecipes12finalContext4logsAC10Foundation4DateV_SbSSSgSayAA11RequirementVGSayAA12RecipeResultVGAA06SystemP0VSgSaySSGtcfC","regions":[[280,7,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataHealthSnapshotV9isRunning0H10RespondingACSb_SbtcfC","regions":[[300,54,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvg","regions":[[318,40,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvgSbyKXEfu_","regions":[[319,32,319,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV17allServicesLoadedSbvgSbyKXEfu0_","regions":[[319,59,319,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvg","regions":[[323,41,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvgSbyKXEfu_","regions":[[324,33,324,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV18allServicesHealthySbvgSbyKXEfu0_","regions":[[324,61,324,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19vhidServicesHealthySbvg","regions":[[329,42,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19vhidServicesHealthySbvgSbyKXEfu_","regions":[[330,37,330,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV11descriptionSSvg","regions":[[334,36,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/InstallerEngineTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LaunchDaemonStatusV19kanataServiceLoaded04vhidfiJ00k7ManageriJ00hI7Healthy0kfiM00kliM0ACSb_S5btcfC","regions":[[350,7,357,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC29createSystemRequirementIssues4fromSay0aB10WizardCore0lE0VGAA0H12RequirementsC16ValidationResultV_tF","regions":[[12,5,44,6,0,0,0,0],[16,12,16,32,0,0,0,0],[16,33,29,10,0,0,0,0],[17,40,28,14,0,0,0,0],[28,14,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tF","regions":[[46,86,83,6,0,0,0,0],[47,40,47,53,0,0,0,0],[47,53,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tFSSAF06SystemH0OXEfU_","regions":[[50,71,63,10,0,0,0,0],[51,20,51,28,0,0,0,0],[52,13,53,25,0,0,0,0],[54,13,55,36,0,0,0,0],[56,13,57,33,0,0,0,0],[58,13,59,35,0,0,0,0],[60,13,61,32,0,0,0,0],[62,14,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20createConflictIssues4fromSay0aB10WizardCore0kE0VGAF0H15DetectionResultV_tFAHSgSS_SayAF06SystemH0OGtXEfU0_","regions":[[66,44,82,10,0,0,0,0],[67,60,67,74,0,0,0,0],[67,74,81,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC32createGroupedConflictDescription33_AEF8D8964E883D9A41529161C5B00178LL12conflictType9conflictsS2S_Say0aB10WizardCore06SystemI0OGtF","regions":[[87,5,154,6,0,0,0,0],[89,34,89,38,0,0,0,0],[89,41,89,43,0,0,0,0],[91,16,91,28,0,0,0,0],[92,9,101,79,0,0,0,0],[94,16,94,25,0,0,0,0],[94,26,94,68,0,0,0,0],[96,39,100,14,0,0,0,0],[97,76,99,18,0,0,0,0],[100,14,101,79,0,0,0,0],[103,9,113,31,0,0,0,0],[105,16,105,25,0,0,0,0],[105,26,105,68,0,0,0,0],[107,39,111,14,0,0,0,0],[108,70,110,18,0,0,0,0],[111,14,113,31,0,0,0,0],[115,9,125,31,0,0,0,0],[117,16,117,25,0,0,0,0],[117,26,117,68,0,0,0,0],[119,39,123,14,0,0,0,0],[120,92,122,18,0,0,0,0],[123,14,125,31,0,0,0,0],[127,9,137,31,0,0,0,0],[129,16,129,25,0,0,0,0],[129,26,129,68,0,0,0,0],[131,39,135,14,0,0,0,0],[132,79,134,18,0,0,0,0],[135,14,137,31,0,0,0,0],[139,9,149,31,0,0,0,0],[141,16,141,25,0,0,0,0],[141,26,141,67,0,0,0,0],[143,39,147,14,0,0,0,0],[144,71,146,18,0,0,0,0],[147,14,149,31,0,0,0,0],[151,9,152,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC35createIndividualConflictDescription33_AEF8D8964E883D9A41529161C5B00178LLySS0aB10WizardCore06SystemI0OF","regions":[[156,92,169,6,0,0,0,0],[157,16,157,24,0,0,0,0],[158,9,159,72,0,0,0,0],[160,9,161,129,0,0,0,0],[162,9,163,144,0,0,0,0],[164,9,165,135,0,0,0,0],[166,9,167,118,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22createPermissionIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tF","regions":[[171,86,197,6,0,0,0,0],[174,42,176,10,0,0,0,0],[176,10,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22createPermissionIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_","regions":[[178,35,196,10,0,0,0,0],[181,60,181,79,0,0,0,0],[181,82,181,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tF","regions":[[199,84,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_","regions":[[200,28,219,10,0,0,0,0],[208,92,208,101,0,0,0,0],[208,104,208,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_SSAF13AutoFixActionOXEfU_","regions":[[202,55,202,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21createComponentIssues4fromSay0aB10WizardCore0kE0VGAF0H11CheckResultV_tFAhF0H11RequirementOXEfU_SSyKXEfu_","regions":[[202,85,202,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC012createDaemonE00aB10WizardCore0iE0VyF","regions":[[222,45,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC017createLogRotationE00aB10WizardCore0jE0VyF","regions":[[235,50,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC012createConfigB6Issues4fromSay0aB10WizardCore0kE0VGAF0hB14MismatchResultV_tF","regions":[[248,89,272,6,0,0,0,0],[251,43,269,10,0,0,0,0],[269,10,271,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC15permissionTitle33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore21PermissionRequirementO_tF","regions":[[276,83,285,6,0,0,0,0],[277,16,277,26,0,0,0,0],[278,9,278,82,0,0,0,0],[279,9,279,78,0,0,0,0],[280,9,280,85,0,0,0,0],[281,9,281,91,0,0,0,0],[282,9,282,65,0,0,0,0],[283,9,283,60,0,0,0,0],[284,10,285,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC21permissionDescription33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore21PermissionRequirementO_tF","regions":[[287,89,302,6,0,0,0,0],[288,16,288,26,0,0,0,0],[289,9,290,164,0,0,0,0],[291,9,292,160,0,0,0,0],[293,9,294,77,0,0,0,0],[295,9,296,135,0,0,0,0],[297,9,298,84,0,0,0,0],[299,9,300,94,0,0,0,0],[301,10,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC23userActionForPermission33_AEF8D8964E883D9A41529161C5B00178LLySS0aB10WizardCore0J11RequirementOF","regions":[[304,89,319,6,0,0,0,0],[305,16,305,26,0,0,0,0],[306,9,307,121,0,0,0,0],[308,9,309,118,0,0,0,0],[310,9,311,81,0,0,0,0],[312,9,313,108,0,0,0,0],[314,9,315,90,0,0,0,0],[316,9,317,87,0,0,0,0],[318,10,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC14componentTitle33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore20ComponentRequirementO_tF","regions":[[321,80,345,6,0,0,0,0],[322,16,322,25,0,0,0,0],[323,9,323,66,0,0,0,0],[324,9,324,73,0,0,0,0],[325,9,325,78,0,0,0,0],[326,9,326,76,0,0,0,0],[327,9,327,54,0,0,0,0],[328,9,328,77,0,0,0,0],[329,9,329,71,0,0,0,0],[330,9,330,68,0,0,0,0],[331,9,331,77,0,0,0,0],[332,9,332,59,0,0,0,0],[333,9,333,79,0,0,0,0],[334,9,334,81,0,0,0,0],[335,9,335,74,0,0,0,0],[336,9,336,77,0,0,0,0],[337,9,337,59,0,0,0,0],[338,9,338,63,0,0,0,0],[339,9,339,94,0,0,0,0],[340,9,340,86,0,0,0,0],[341,9,341,74,0,0,0,0],[342,9,342,66,0,0,0,0],[343,9,343,54,0,0,0,0],[344,10,345,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC20componentDescription33_AEF8D8964E883D9A41529161C5B00178LL3forSS0aB10WizardCore20ComponentRequirementO_tF","regions":[[347,86,418,6,0,0,0,0],[348,16,348,25,0,0,0,0],[349,9,350,161,0,0,0,0],[351,9,352,115,0,0,0,0],[353,9,354,191,0,0,0,0],[355,9,356,203,0,0,0,0],[357,9,358,55,0,0,0,0],[359,9,360,83,0,0,0,0],[361,9,362,66,0,0,0,0],[363,9,364,138,0,0,0,0],[365,9,366,102,0,0,0,0],[367,9,370,71,0,0,0,0],[371,9,372,133,0,0,0,0],[373,9,374,317,0,0,0,0],[375,9,376,144,0,0,0,0],[377,9,378,185,0,0,0,0],[379,9,380,178,0,0,0,0],[381,9,390,16,0,0,0,0],[391,9,396,16,0,0,0,0],[397,9,402,16,0,0,0,0],[403,9,408,16,0,0,0,0],[409,9,414,16,0,0,0,0],[415,9,416,158,0,0,0,0],[417,10,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC16getAutoFixAction33_AEF8D8964E883D9A41529161C5B00178LL3for0aB10WizardCore0hiJ0OSgAG20ComponentRequirementO_tF","regions":[[420,90,457,6,0,0,0,0],[421,16,421,25,0,0,0,0],[422,9,423,16,0,0,0,0],[424,9,425,39,0,0,0,0],[426,9,427,37,0,0,0,0],[428,9,429,38,0,0,0,0],[430,9,431,38,0,0,0,0],[432,9,433,41,0,0,0,0],[434,9,435,38,0,0,0,0],[436,9,437,34,0,0,0,0],[438,9,439,41,0,0,0,0],[440,9,441,38,0,0,0,0],[442,9,443,34,0,0,0,0],[444,9,445,48,0,0,0,0],[446,9,447,31,0,0,0,0],[448,9,449,29,0,0,0,0],[450,9,451,29,0,0,0,0],[452,9,453,32,0,0,0,0],[454,9,455,38,0,0,0,0],[456,10,457,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC13getUserAction33_AEF8D8964E883D9A41529161C5B00178LL3forSSSg0aB10WizardCore20ComponentRequirementO_tF","regions":[[459,80,482,6,0,0,0,0],[460,16,460,25,0,0,0,0],[461,9,462,54,0,0,0,0],[463,9,464,62,0,0,0,0],[465,9,466,74,0,0,0,0],[467,9,468,76,0,0,0,0],[469,9,470,84,0,0,0,0],[471,9,472,82,0,0,0,0],[473,9,474,47,0,0,0,0],[475,9,476,72,0,0,0,0],[477,9,478,58,0,0,0,0],[479,9,480,16,0,0,0,0],[481,10,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14IssueGeneratorC22getComponentUserAction33_AEF8D8964E883D9A41529161C5B00178LL3forSSSg0aB10WizardCore0H11RequirementO_tF","regions":[[484,89,493,6,0,0,0,0],[485,16,485,25,0,0,0,0],[486,9,487,62,0,0,0,0],[488,9,489,74,0,0,0,0],[490,9,491,16,0,0,0,0],[492,10,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZ","regions":[[7,85,15,6,0,0,0,0],[8,36,8,57,0,0,0,0],[8,57,14,24,0,0,0,0],[10,12,10,89,0,0,0,0],[10,90,12,10,0,0,0,0],[12,10,14,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZSbAJXEfU_","regions":[[10,35,10,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO012installationH03for0aB10WizardCore0gH0OSayAF0lE0VG_tFZSbAJXEfU_SbyKXEfu_","regions":[[10,65,10,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZ","regions":[[18,89,32,6,0,0,0,0],[19,12,19,64,0,0,0,0],[19,65,21,10,0,0,0,0],[21,10,31,19,0,0,0,0],[22,12,22,61,0,0,0,0],[22,62,24,10,0,0,0,0],[24,10,31,19,0,0,0,0],[25,12,25,63,0,0,0,0],[25,64,27,10,0,0,0,0],[27,10,31,19,0,0,0,0],[28,12,28,60,0,0,0,0],[28,61,30,10,0,0,0,0],[30,10,31,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU_","regions":[[19,35,19,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU0_","regions":[[22,35,22,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU1_","regions":[[25,35,25,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/IssueSeverityInstallationStatusMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37IssueSeverityInstallationStatusMapperO07highestF02in0aB10WizardCore0lE0V0eF0OSgSayAHG_tFZSbAHXEfU2_","regions":[[28,35,28,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO5parseyAA07MappingF0OSgSSFZ","regions":[[35,68,59,6,0,0,0,0],[39,43,41,10,0,0,0,0],[41,10,58,19,0,0,0,0],[44,49,46,10,0,0,0,0],[46,10,58,19,0,0,0,0],[49,50,51,10,0,0,0,0],[51,10,58,19,0,0,0,0],[54,44,56,10,0,0,0,0],[56,10,58,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO12parseTapHold33_3D001CD6BD55E2235779AECB4528C54DLLyAA08DualRoleF0VSgSSFZ","regions":[[65,77,76,6,0,0,0,0],[69,33,73,10,0,0,0,0],[70,16,70,48,0,0,0,0],[70,49,72,14,0,0,0,0],[72,14,73,10,0,0,0,0],[73,10,75,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO16parseTapHoldBody33_3D001CD6BD55E2235779AECB4528C54DLL_7variantAA08DualRoleF0VSgSS_SStFZ","regions":[[78,98,126,6,0,0,0,0],[81,49,81,63,0,0,0,0],[81,63,125,10,0,0,0,0],[85,32,85,46,0,0,0,0],[85,46,125,10,0,0,0,0],[91,38,91,52,0,0,0,0],[91,52,125,10,0,0,0,0],[95,14,97,10,0,0,0,0],[97,10,125,10,0,0,0,0],[108,12,108,46,0,0,0,0],[108,66,115,10,0,0,0,0],[111,16,111,40,0,0,0,0],[111,67,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO16parseTapHoldBody33_3D001CD6BD55E2235779AECB4528C54DLL_7variantAA08DualRoleF0VSgSS_SStFZSSSsXEfU_","regions":[[113,68,113,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO12parseTimeout33_3D001CD6BD55E2235779AECB4528C54DLL_4slotSiSgSS_AC0I4SlotAELLOtFZ","regions":[[133,82,146,6,0,0,0,0],[134,35,136,10,0,0,0,0],[136,10,146,6,0,0,0,0],[138,16,138,20,0,0,0,0],[139,9,140,37,0,0,0,0],[141,9,142,38,0,0,0,0],[143,9,144,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO13parseTapDance33_3D001CD6BD55E2235779AECB4528C54DLLyAA0ijF0VSgSSFZ","regions":[[155,78,198,6,0,0,0,0],[157,45,157,59,0,0,0,0],[157,59,197,66,0,0,0,0],[161,49,161,63,0,0,0,0],[161,63,197,66,0,0,0,0],[165,32,165,46,0,0,0,0],[165,46,197,66,0,0,0,0],[170,62,170,76,0,0,0,0],[170,76,197,66,0,0,0,0],[172,50,172,64,0,0,0,0],[172,64,197,66,0,0,0,0],[176,71,176,85,0,0,0,0],[176,85,197,66,0,0,0,0],[181,46,181,60,0,0,0,0],[181,60,197,66,0,0,0,0],[186,37,186,51,0,0,0,0],[186,51,197,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO13parseTapDance33_3D001CD6BD55E2235779AECB4528C54DLLyAA0ijF0VSgSSFZAA0iJ4StepVSi_SStXEfU_","regions":[[190,46,195,10,0,0,0,0],[192,47,192,60,0,0,0,0],[192,63,192,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO10parseMacro33_3D001CD6BD55E2235779AECB4528C54DLLyAA0iF0VSgSSFZ","regions":[[204,72,217,6,0,0,0,0],[206,68,206,82,0,0,0,0],[206,82,216,61,0,0,0,0],[210,32,210,46,0,0,0,0],[210,46,216,61,0,0,0,0],[214,36,214,50,0,0,0,0],[214,50,216,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO8tokenize33_3D001CD6BD55E2235779AECB4528C54DLLySaySSGSSFZ","regions":[[222,63,253,6,0,0,0,0],[227,27,246,10,0,0,0,0],[228,16,228,27,0,0,0,0],[228,28,231,14,0,0,0,0],[231,23,231,34,0,0,0,0],[231,35,238,14,0,0,0,0],[234,20,234,30,0,0,0,0],[234,49,237,18,0,0,0,0],[238,23,238,40,0,0,0,0],[238,53,243,14,0,0,0,0],[239,20,239,36,0,0,0,0],[239,37,242,18,0,0,0,0],[243,20,245,14,0,0,0,0],[246,10,252,45,0,0,0,0],[248,12,248,28,0,0,0,0],[248,29,250,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBehaviorParserO8tokenize33_3D001CD6BD55E2235779AECB4528C54DLLySaySSGSSFZSbSSXEfU_","regions":[[252,30,252,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HyperLinkedLayerInfoV9layerName11triggerModeACSS_AA0e7TriggerL0OtcfC","regions":[[10,75,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_17hyperLinkedLayersSSAA0A7MappingV_SaySSGtFZ","regions":[[25,98,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_17hyperLinkedLayersSSAA0A7MappingV_SaySSGtFZAA05HyperJ9LayerInfoVSSXEfU_","regions":[[27,48,27,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO6render_21hyperLinkedLayerInfosSSAA0A7MappingV_SayAA05HyperjK4InfoVGtFZ","regions":[[36,111,52,6,0,0,0,0],[37,52,40,10,0,0,0,0],[40,10,52,6,0,0,0,0],[42,16,42,24,0,0,0,0],[43,9,44,84,0,0,0,0],[45,9,46,113,0,0,0,0],[47,9,48,38,0,0,0,0],[49,9,50,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderChord33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperrS4InfoVGtFZ","regions":[[60,117,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO21renderChordDefinition_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperlM4InfoVGtFZ","regions":[[72,129,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO21renderChordDefinition_21hyperLinkedLayerInfosSSAA0iF0V_SayAA05HyperlM4InfoVGtFZS2SXEfU_","regions":[[73,32,73,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZ","regions":[[82,121,113,6,0,0,0,0],[95,49,95,63,0,0,0,0],[95,66,95,81,0,0,0,0],[96,51,96,66,0,0,0,0],[96,69,96,85,0,0,0,0],[99,12,99,37,0,0,0,0],[99,38,102,10,0,0,0,0],[102,19,102,30,0,0,0,0],[102,31,105,10,0,0,0,0],[105,19,105,44,0,0,0,0],[105,45,109,10,0,0,0,0],[109,16,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZSbAJXEfU_","regions":[[84,60,84,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderDualRole33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZS2SXEfU0_","regions":[[107,45,107,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderTapDance33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZ","regions":[[119,121,131,6,0,0,0,0],[120,38,123,10,0,0,0,0],[123,10,130,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO14renderTapDance33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosSSAA0ijF0V_SayAA05HypersT4InfoVGtFZSSAA0iJ4StepVXEfU_","regions":[[125,36,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO011renderTapOrI5Dance33_9B60B882D58B2FF38AFE61511471EF92LL_7mapping21hyperLinkedLayerInfosSSAA0ijikF0O_AA0A7MappingVSayAA05HyperuV4InfoVGtFZ","regions":[[139,17,146,6,0,0,0,0],[140,16,140,24,0,0,0,0],[141,9,142,71,0,0,0,0],[143,9,144,83,0,0,0,0],[145,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderMacro33_9B60B882D58B2FF38AFE61511471EF92LLySSAA0iF0VFZ","regions":[[150,71,165,6,0,0,0,0],[152,37,152,51,0,0,0,0],[152,51,164,56,0,0,0,0],[154,12,154,33,0,0,0,0],[154,72,161,10,0,0,0,0],[155,20,155,57,0,0,0,0],[156,13,157,64,0,0,0,0],[158,13,159,27,0,0,0,0],[161,10,164,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO11renderMacro33_9B60B882D58B2FF38AFE61511471EF92LLySSAA0iF0VFZS2SXEfU_","regions":[[163,32,163,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZ","regions":[[171,114,221,6,0,0,0,0],[176,12,176,30,0,0,0,0],[176,31,201,10,0,0,0,0],[177,16,177,45,0,0,0,0],[177,46,179,14,0,0,0,0],[179,20,200,14,0,0,0,0],[182,56,198,18,0,0,0,0],[184,28,184,49,0,0,0,0],[185,21,189,97,0,0,0,0],[190,21,196,99,0,0,0,0],[197,22,198,18,0,0,0,0],[198,18,199,70,0,0,0,0],[201,10,220,61,0,0,0,0],[204,12,204,28,0,0,0,0],[204,29,206,10,0,0,0,0],[206,10,220,61,0,0,0,0],[213,12,213,28,0,0,0,0],[213,29,217,10,0,0,0,0],[217,10,220,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZSbSSXEfU_","regions":[[211,21,211,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataBehaviorRenderer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataBehaviorRendererO13convertAction33_9B60B882D58B2FF38AFE61511471EF92LL_21hyperLinkedLayerInfosS2S_SayAA05HyperrS4InfoVGtFZS2SXEfU0_","regions":[[215,41,215,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorCACyc33_C9BC0637776C8E9BF947F1AC7AEB6A85Llfc","regions":[[14,20,14,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC15DetectionResultV13statusMessageSSvg","regions":[[26,35,39,10,0,0,0,0],[27,20,27,26,0,0,0,0],[28,13,29,44,0,0,0,0],[30,13,31,35,0,0,0,0],[32,13,33,34,0,0,0,0],[34,13,35,28,0,0,0,0],[36,13,37,49,0,0,0,0],[38,14,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC15DetectionResultV19detailedDescriptionSSvg","regions":[[42,41,55,10,0,0,0,0],[43,20,43,26,0,0,0,0],[44,13,45,97,0,0,0,0],[46,13,47,128,0,0,0,0],[48,13,49,78,0,0,0,0],[50,13,51,63,0,0,0,0],[52,13,53,165,0,0,0,0],[54,14,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC19detectCurrentStatusAC15DetectionResultVyF","regions":[[70,51,106,6,0,0,0,0],[74,57,77,10,0,0,0,0],[77,10,105,10,0,0,0,0],[80,53,83,10,0,0,0,0],[83,10,105,10,0,0,0,0],[87,12,87,64,0,0,0,0],[87,65,96,10,0,0,0,0],[96,10,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC17needsInstallationSbyF","regions":[[111,38,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC11isInstalledSbyF","regions":[[119,32,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC20getRecommendedAction0aB10WizardCore20ComponentRequirementOSgyF","regions":[[126,58,141,6,0,0,0,0],[129,16,129,29,0,0,0,0],[130,9,131,23,0,0,0,0],[132,9,133,40,0,0,0,0],[134,9,135,40,0,0,0,0],[136,9,137,40,0,0,0,0],[138,9,139,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC23checkSystemInstallation33_C9BC0637776C8E9BF947F1AC7AEB6A85LLAC15DetectionResultVSgyF","regions":[[145,64,164,6,0,0,0,0],[148,71,150,10,0,0,0,0],[150,10,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC012checkBundledF033_C9BC0637776C8E9BF947F1AC7AEB6A85LLAC15DetectionResultVSgyF","regions":[[166,59,193,6,0,0,0,0],[169,72,171,10,0,0,0,0],[171,10,193,6,0,0,0,0],[178,12,178,39,0,0,0,0],[178,40,185,10,0,0,0,0],[185,16,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC20getMissingComponentsSay0aB10WizardCore20ComponentRequirementOGyF","regions":[[199,59,210,6,0,0,0,0],[202,16,202,29,0,0,0,0],[203,9,204,22,0,0,0,0],[205,9,206,42,0,0,0,0],[207,9,208,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KanataBinaryDetectorC22getInstalledComponentsSay0aB10WizardCore20ComponentRequirementOGyF","regions":[[213,61,222,6,0,0,0,0],[216,16,216,29,0,0,0,0],[217,9,218,22,0,0,0,0],[219,9,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerCACyc33_565EB1633431B2EAB3DBE4B436DDCCC4Llfc","regions":[[13,20,13,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC014installBundledE0SbyYaF","regions":[[19,47,94,6,0,0,0,0],[29,72,36,10,0,0,0,0],[36,10,94,6,0,0,0,0],[39,78,43,10,0,0,0,0],[43,10,94,6,0,0,0,0],[49,12,49,53,0,0,0,0],[49,54,53,10,0,0,0,0],[53,16,67,10,0,0,0,0],[69,12,69,19,0,0,0,0],[69,20,90,10,0,0,0,0],[77,16,77,58,0,0,0,0],[77,59,79,14,0,0,0,0],[90,16,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC014installBundledE0SbyYaFSSyKXEfu_","regions":[[85,113,85,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaF","regions":[[98,46,136,6,0,0,0,0],[103,71,106,10,0,0,0,0],[106,10,135,29,0,0,0,0],[109,72,112,10,0,0,0,0],[112,10,135,29,0,0,0,0],[122,83,125,10,0,0,0,0],[125,10,135,29,0,0,0,0],[129,12,129,25,0,0,0,0],[129,26,131,10,0,0,0,0],[131,16,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaFSSyKXEfu_","regions":[[118,84,118,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC013shouldUpgradeE0SbyYaFSSyKXEfu0_","regions":[[118,124,118,133,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC03gete9VersionAtB0ySSSgSSYaF","regions":[[139,66,153,6,0,0,0,0],[140,12,149,10,0,0,0,0],[145,14,148,49,0,0,0,0],[148,37,148,40,0,0,0,0],[148,43,148,49,0,0,0,0],[149,17,152,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC03getefB0SSyF","regions":[[157,42,179,6,0,0,0,0],[163,12,163,62,0,0,0,0],[163,63,167,10,0,0,0,0],[167,16,178,10,0,0,0,0],[169,16,169,67,0,0,0,0],[169,68,172,14,0,0,0,0],[172,20,176,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC09isBundledE9AvailableSbyF","regions":[[182,45,191,6,0,0,0,0],[185,12,185,18,0,0,0,0],[185,19,187,10,0,0,0,0],[187,16,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC17verifyCodeSigning33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaF","regions":[[196,59,216,6,0,0,0,0],[200,12,213,10,0,0,0,0],[205,14,213,10,0,0,0,0],[207,16,207,36,0,0,0,0],[207,37,209,14,0,0,0,0],[209,23,209,99,0,0,0,0],[209,100,212,14,0,0,0,0],[213,17,215,10,0,0,0,0],[215,10,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC17verifyCodeSigning33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaFSbyKXEfu_","regions":[[209,61,209,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KanataBinaryInstaller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataBinaryInstallerC12runSmokeTest33_565EB1633431B2EAB3DBE4B436DDCCC4LL2atySS_tYaF","regions":[[219,54,244,6,0,0,0,0],[222,12,240,10,0,0,0,0],[227,14,240,10,0,0,0,0],[229,16,229,36,0,0,0,0],[229,37,234,14,0,0,0,0],[234,20,239,14,0,0,0,0],[240,17,243,10,0,0,0,0],[243,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC13kanataManagerAcA18RuntimeCoordinatorC_tcfc","regions":[[8,45,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC15generateMapping5input6outputSSAA0A8SequenceV_AHtYaKF","regions":[[13,97,31,6,0,0,0,0],[14,60,31,6,0,0,0,0],[22,12,26,10,0,0,0,0],[23,73,25,26,0,0,0,0],[26,17,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC04loadeF5Guide33_29F15AB6495BF7A1F98725B02F76C688LLSSyYaKF","regions":[[34,65,55,6,0,0,0,0],[40,9,43,10,0,0,0,0],[43,10,54,32,0,0,0,0],[46,83,49,10,0,0,0,0],[49,10,54,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC11buildPrompt33_29F15AB6495BF7A1F98725B02F76C688LL5input6output11configGuideSSAA0A8SequenceV_AJSStF","regions":[[58,102,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC20generateBasicMapping33_29F15AB6495BF7A1F98725B02F76C688LL5input6outputSSAA0A8SequenceV_AItF","regions":[[88,90,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToeA033_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VF","regions":[[113,80,135,6,0,0,0,0],[114,55,114,71,0,0,0,0],[114,71,134,22,0,0,0,0],[130,40,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToE6Output33_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VF","regions":[[138,83,165,6,0,0,0,0],[139,12,139,36,0,0,0,0],[139,37,153,10,0,0,0,0],[141,16,141,42,0,0,0,0],[141,43,143,14,0,0,0,0],[143,20,152,14,0,0,0,0],[146,20,146,57,0,0,0,0],[146,58,146,81,0,0,0,0],[147,20,147,56,0,0,0,0],[147,57,147,80,0,0,0,0],[148,20,148,55,0,0,0,0],[148,56,148,79,0,0,0,0],[149,20,149,57,0,0,0,0],[149,58,149,81,0,0,0,0],[153,16,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC017convertSequenceToE6Output33_29F15AB6495BF7A1F98725B02F76C688LLySSAA0aI0VFSSAA0A5PressVXEfU_","regions":[[155,48,162,14,0,0,0,0],[157,20,157,57,0,0,0,0],[157,58,157,84,0,0,0,0],[158,20,158,56,0,0,0,0],[158,57,158,83,0,0,0,0],[159,20,159,55,0,0,0,0],[159,56,159,82,0,0,0,0],[160,20,160,57,0,0,0,0],[160,58,160,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC14getProjectRoot33_29F15AB6495BF7A1F98725B02F76C688LLSSSgyF","regions":[[168,46,192,6,0,0,0,0],[175,27,189,10,0,0,0,0],[176,35,181,14,0,0,0,0],[178,20,178,62,0,0,0,0],[178,63,180,18,0,0,0,0],[180,18,181,14,0,0,0,0],[181,14,189,10,0,0,0,0],[185,16,185,41,0,0,0,0],[185,42,187,14,0,0,0,0],[187,14,189,10,0,0,0,0],[189,10,191,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC05basicF5Guide33_29F15AB6495BF7A1F98725B02F76C688LLSSvpfi","regions":[[195,36,230,8,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC0fG5ErrorO16errorDescriptionSSSgvg","regions":[[237,46,244,10,0,0,0,0],[238,20,238,24,0,0,0,0],[239,13,240,47,0,0,0,0],[241,13,242,107,0,0,0,0],[243,14,244,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC21callClaudeAPIDirectly33_29F15AB6495BF7A1F98725B02F76C688LL6promptS2S_tYaKF","regions":[[248,79,333,6,0,0,0,0],[250,73,252,10,0,0,0,0],[252,10,332,68,0,0,0,0],[259,16,259,26,0,0,0,0],[260,9,261,63,0,0,0,0],[262,9,263,109,0,0,0,0],[265,9,266,18,0,0,0,0],[267,10,332,68,0,0,0,0],[287,83,332,68,0,0,0,0],[289,78,332,68,0,0,0,0],[291,68,295,10,0,0,0,0],[295,10,332,68,0,0,0,0],[297,59,306,10,0,0,0,0],[306,10,332,68,0,0,0,0],[308,78,332,68,0,0,0,0],[312,14,317,10,0,0,0,0],[317,10,332,68,0,0,0,0],[323,9,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigGeneratorC21callClaudeAPIDirectly33_29F15AB6495BF7A1F98725B02F76C688LL6promptS2S_tYaKFSSyKXEfu_","regions":[[298,71,298,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC0G5ErrorO16errorDescriptionSSSgvg","regions":[[19,46,38,10,0,0,0,0],[20,20,20,24,0,0,0,0],[21,13,22,56,0,0,0,0],[23,13,24,54,0,0,0,0],[25,13,26,84,0,0,0,0],[27,13,28,87,0,0,0,0],[29,13,30,84,0,0,0,0],[31,13,32,83,0,0,0,0],[33,13,34,84,0,0,0,0],[35,13,36,57,0,0,0,0],[37,14,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC11fileManager33_0E6910811B999845E8E4494D3AFDE504LLSo06NSFileJ0Cvpfi","regions":[[48,31,48,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC03keybfB033_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[51,37,51,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC03keybF9Directory33_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[52,42,52,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC11includeLine33_0E6910811B999845E8E4494D3AFDE504LLSSvpfi","regions":[[53,31,53,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC07migrateF04from6method14prependIncludeSSSgSS_AC0G6MethodOSbtKF","regions":[[69,25,95,6,0,0,0,0],[71,63,73,10,0,0,0,0],[73,10,94,26,0,0,0,0],[76,51,94,26,0,0,0,0],[80,12,80,61,0,0,0,0],[80,62,82,10,0,0,0,0],[81,65,82,10,0,0,0,0],[82,10,94,26,0,0,0,0],[85,16,85,22,0,0,0,0],[86,9,87,100,0,0,0,0],[88,9,89,71,0,0,0,0],[92,10,94,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC14hasIncludeLine06configB0SbSS_tF","regions":[[100,60,110,6,0,0,0,0],[101,63,101,79,0,0,0,0],[101,79,110,6,0,0,0,0],[103,12,106,10,0,0,0,0],[104,82,105,49,0,0,0,0],[106,17,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC27prependIncludeLineIfMissing2toSSSgSS_tKF","regions":[[117,86,150,6,0,0,0,0],[118,63,120,10,0,0,0,0],[120,10,149,26,0,0,0,0],[123,12,123,50,0,0,0,0],[123,51,125,10,0,0,0,0],[125,10,149,26,0,0,0,0],[128,58,149,26,0,0,0,0],[132,12,134,10,0,0,0,0],[133,86,134,10,0,0,0,0],[134,17,136,10,0,0,0,0],[136,10,149,26,0,0,0,0],[142,12,145,10,0,0,0,0],[143,88,145,10,0,0,0,0],[145,17,147,10,0,0,0,0],[147,10,149,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC06createabF17DirectoryIfNeeded33_0E6910811B999845E8E4494D3AFDE504LLyyKF","regions":[[154,64,163,6,0,0,0,0],[155,76,155,86,0,0,0,0],[155,86,163,6,0,0,0,0],[161,10,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC04copyF033_0E6910811B999845E8E4494D3AFDE504LL4from2to14prependIncludeySS_SSSbtKF","regions":[[165,104,188,6,0,0,0,0],[168,12,170,10,0,0,0,0],[169,84,170,10,0,0,0,0],[170,17,172,10,0,0,0,0],[172,10,188,6,0,0,0,0],[175,39,175,53,0,0,0,0],[175,95,177,10,0,0,0,0],[177,16,179,10,0,0,0,0],[182,12,185,10,0,0,0,0],[183,88,185,10,0,0,0,0],[185,17,187,10,0,0,0,0],[187,10,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC13createSymlink33_0E6910811B999845E8E4494D3AFDE504LL4from2toySS_SStKF","regions":[[190,85,203,6,0,0,0,0],[192,12,192,96,0,0,0,0],[192,97,194,10,0,0,0,0],[197,12,200,10,0,0,0,0],[198,98,200,10,0,0,0,0],[200,17,202,10,0,0,0,0],[202,10,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC13createSymlink33_0E6910811B999845E8E4494D3AFDE504LL4from2toySS_SStKFSbyKXEfu_","regions":[[192,56,192,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataConfigMigrationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28KanataConfigMigrationServiceC12createBackup33_0E6910811B999845E8E4494D3AFDE504LL2ofS2S_tKF","regions":[[205,71,231,6,0,0,0,0],[215,12,215,54,0,0,0,0],[215,55,221,10,0,0,0,0],[220,14,221,10,0,0,0,0],[221,10,231,6,0,0,0,0],[224,12,228,10,0,0,0,0],[225,77,227,30,0,0,0,0],[228,17,230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigTokenizerO18stripInlineCommentyS2SFZ","regions":[[4,62,7,6,0,0,0,0],[5,57,5,72,0,0,0,0],[5,72,6,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigTokenizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataConfigTokenizerO8tokenizeySaySSGSSFZ","regions":[[10,54,41,6,0,0,0,0],[15,26,34,10,0,0,0,0],[16,16,16,27,0,0,0,0],[16,28,19,14,0,0,0,0],[19,23,19,34,0,0,0,0],[19,35,26,14,0,0,0,0],[22,20,22,30,0,0,0,0],[22,49,25,18,0,0,0,0],[26,23,26,40,0,0,0,0],[26,53,31,14,0,0,0,0],[27,20,27,36,0,0,0,0],[27,37,30,18,0,0,0,0],[31,20,33,14,0,0,0,0],[34,10,40,22,0,0,0,0],[36,12,36,28,0,0,0,0],[36,29,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV04loadC12SpecificKeysShySSGyFZ","regions":[[11,54,47,6,0,0,0,0],[17,65,20,10,0,0,0,0],[20,10,46,20,0,0,0,0],[22,74,25,10,0,0,0,0],[25,10,46,20,0,0,0,0],[30,84,33,10,0,0,0,0],[33,10,46,20,0,0,0,0],[39,62,43,10,0,0,0,0],[40,46,42,14,0,0,0,0],[42,14,43,10,0,0,0,0],[43,10,46,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZ","regions":[[51,65,66,6,0,0,0,0],[56,39,59,10,0,0,0,0],[59,10,65,34,0,0,0,0],[61,57,63,10,0,0,0,0],[63,10,65,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_","regions":[[54,21,54,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_SbyKXEfu_","regions":[[54,38,54,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZSbSJXEfU_SbyKXEfu0_","regions":[[54,53,54,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+AppSpecificKeys.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20appSpecificAliasName3forS2S_tFZS2i_s7UnicodeO6ScalarVtXEfU0_","regions":[[57,53,57,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZ","regions":[[41,88,324,6,0,0,0,0],[53,57,91,10,0,0,0,0],[60,16,60,41,0,0,0,0],[60,42,65,14,0,0,0,0],[61,20,61,58,0,0,0,0],[61,59,64,18,0,0,0,0],[69,33,69,64,0,0,0,0],[69,65,72,14,0,0,0,0],[72,20,75,14,0,0,0,0],[117,66,124,10,0,0,0,0],[124,10,323,93,0,0,0,0],[126,77,131,10,0,0,0,0],[127,16,127,60,0,0,0,0],[127,61,130,14,0,0,0,0],[131,10,323,93,0,0,0,0],[133,39,187,10,0,0,0,0],[134,92,134,104,0,0,0,0],[134,104,187,10,0,0,0,0],[138,16,138,55,0,0,0,0],[138,56,140,14,0,0,0,0],[140,14,187,10,0,0,0,0],[145,16,145,51,0,0,0,0],[145,52,186,14,0,0,0,0],[151,37,151,67,0,0,0,0],[151,68,161,18,0,0,0,0],[152,24,152,60,0,0,0,0],[152,61,155,22,0,0,0,0],[155,28,160,22,0,0,0,0],[161,24,166,18,0,0,0,0],[170,32,170,62,0,0,0,0],[170,63,176,18,0,0,0,0],[176,24,183,18,0,0,0,0],[187,10,323,93,0,0,0,0],[189,66,303,10,0,0,0,0],[200,47,204,14,0,0,0,0],[204,14,303,10,0,0,0,0],[206,16,206,39,0,0,0,0],[206,40,215,14,0,0,0,0],[207,20,207,47,0,0,0,0],[207,48,210,18,0,0,0,0],[210,24,212,18,0,0,0,0],[215,14,303,10,0,0,0,0],[271,16,271,71,0,0,0,0],[273,13,300,14,0,0,0,0],[303,10,323,93,0,0,0,0],[305,12,305,34,0,0,0,0],[305,35,321,10,0,0,0,0],[307,40,310,14,0,0,0,0],[310,14,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZ19wrapWithOneShotExitL__5layer06sourceA003hasQ8BasePushS2S_ANSSSbtF","regions":[[106,21,112,10,0,0,0,0],[107,70,107,87,0,0,0,0],[107,87,111,101,0,0,0,0],[108,42,108,59,0,0,0,0],[108,59,111,101,0,0,0,0],[109,16,109,78,0,0,0,0],[109,79,109,96,0,0,0,0],[109,96,111,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU_","regions":[[119,51,119,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSAA0aS0VXEfU0_","regions":[[120,46,120,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyXEfu_","regions":[[121,77,121,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU1_","regions":[[196,60,196,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSbAA0aS0VXEfU2_","regions":[[197,63,197,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSSsXEfU3_","regions":[[201,73,201,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAC0Q5EntryVAA0aS0VXEfU4_","regions":[[216,47,268,14,0,0,0,0],[225,20,225,43,0,0,0,0],[225,44,233,18,0,0,0,0],[233,27,233,47,0,0,0,0],[233,48,239,18,0,0,0,0],[239,27,239,55,0,0,0,0],[239,81,244,18,0,0,0,0],[244,24,247,18,0,0,0,0],[249,20,249,51,0,0,0,0],[249,52,256,18,0,0,0,0],[258,24,258,55,0,0,0,0],[258,56,260,22,0,0,0,0],[260,28,262,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu0_","regions":[[274,77,274,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu0_SSAC0Q5EntryVcfu1_","regions":[[274,93,274,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZShySSGyKXEfu2_","regions":[[277,88,277,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZSSyKXEfu3_","regions":[[279,111,279,144,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAA14PhysicalLayoutVyKXEfu4_","regions":[[280,75,280,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21buildCollectionBlocks4from06leaderA10PreferenceSayAC0H5BlockVG_SayAC15AliasDefinitionVGSayAA04RuleH5LayerOGSayAC12ChordMappingVGtSayAA0pH0VG_AA06LeaderaL0VSgtFZAC0Q5EntryVSSXEfU5_","regions":[[286,52,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZ","regions":[[329,30,383,6,0,0,0,0],[334,57,337,10,0,0,0,0],[339,39,343,10,0,0,0,0],[340,92,340,104,0,0,0,0],[340,104,343,10,0,0,0,0],[343,10,382,10,0,0,0,0],[364,90,366,10,0,0,0,0],[367,66,376,10,0,0,0,0],[368,70,368,82,0,0,0,0],[368,82,376,10,0,0,0,0],[369,64,369,76,0,0,0,0],[369,76,376,10,0,0,0,0],[370,16,370,52,0,0,0,0],[370,53,372,14,0,0,0,0],[373,16,373,46,0,0,0,0],[373,47,375,14,0,0,0,0],[376,10,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZShySSGyXEfu_","regions":[[336,56,336,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZShySSGyXEfu0_","regions":[[342,72,342,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZSbAJcfu1_","regions":[[350,21,350,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZAA011HyperLinkedH4InfoVSgAJXEfU_","regions":[[351,25,360,14,0,0,0,0],[354,22,356,18,0,0,0,0],[356,18,359,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23makeLayerActivationPlan11collections06leaderA10PreferenceAC0hiJ0VSayAA14RuleCollectionVG_AA06LeaderaM0VSgtFZAA011HyperLinkedH4InfoVSgAJXEfU_AA0Q11TriggerModeOyKXEfu_","regions":[[358,118,358,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17effectiveMappings3forSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[385,83,405,6,0,0,0,0],[386,16,386,40,0,0,0,0],[387,9,388,54,0,0,0,0],[389,9,390,62,0,0,0,0],[391,9,392,54,0,0,0,0],[393,9,395,32,0,0,0,0],[396,9,397,60,0,0,0,0],[398,9,399,58,0,0,0,0],[400,9,401,55,0,0,0,0],[402,9,403,32,0,0,0,0],[404,10,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17deduplicateBlocksySayAC15CollectionBlockVGAGFZ","regions":[[407,85,458,6,0,0,0,0],[415,29,438,10,0,0,0,0],[417,40,436,14,0,0,0,0],[418,66,430,18,0,0,0,0],[421,63,423,22,0,0,0,0],[423,22,430,18,0,0,0,0],[430,24,434,18,0,0,0,0],[436,14,438,10,0,0,0,0],[438,10,457,22,0,0,0,0],[444,51,455,10,0,0,0,0],[447,33,453,14,0,0,0,0],[448,79,448,91,0,0,0,0],[448,91,453,14,0,0,0,0],[449,51,452,18,0,0,0,0],[453,14,455,10,0,0,0,0],[455,10,457,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22navigationUnmappedKeys9excluding8skipping6layoutSaySSGShySSG_AiA14PhysicalLayoutVtFZ","regions":[[470,19,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22navigationUnmappedKeys9excluding8skipping6layoutSaySSGShySSG_AiA14PhysicalLayoutVtFZSSSgAA0mA0VXEfU_","regions":[[479,43,490,10,0,0,0,0],[481,46,481,60,0,0,0,0],[481,60,489,26,0,0,0,0],[484,52,484,66,0,0,0,0],[484,66,489,26,0,0,0,0],[485,45,485,59,0,0,0,0],[485,59,489,26,0,0,0,0],[488,53,488,67,0,0,0,0],[488,67,489,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV022normalizeInternationalA0yS2SFZ","regions":[[495,68,504,6,0,0,0,0],[496,16,496,19,0,0,0,0],[497,9,498,19,0,0,0,0],[499,9,500,19,0,0,0,0],[501,9,502,16,0,0,0,0],[503,10,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13aliasSafeName5layer3keySSAA19RuleCollectionLayerO_SStFZ","regions":[[506,82,512,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13forkAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[515,94,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17behaviorAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[524,98,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV15actionAliasName3for5layerSSAA0A7MappingV_AA19RuleCollectionLayerOtFZ","regions":[[533,96,539,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19buildForkDefinition3forSSAA0A7MappingV_tFZ","regions":[[544,72,561,6,0,0,0,0],[548,54,551,10,0,0,0,0],[551,10,560,29,0,0,0,0],[554,48,557,10,0,0,0,0],[557,10,560,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZ","regions":[[566,65,579,6,0,0,0,0],[569,12,569,28,0,0,0,0],[569,29,574,10,0,0,0,0],[574,45,577,10,0,0,0,0],[577,10,578,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZSSSshYbcfu_","regions":[[567,55,567,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19convertToForkActionyS2SFZS2SXEfU_","regions":[[572,40,572,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZ","regions":[[583,65,609,6,0,0,0,0],[587,12,587,59,0,0,0,0],[587,60,589,10,0,0,0,0],[589,10,608,46,0,0,0,0],[602,103,604,10,0,0,0,0],[604,10,608,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZSbyKXEfu_","regions":[[587,38,587,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19normalizeForkOutputyS2SFZSbSS6prefix_SS4keyst_tXEfU_","regions":[[602,61,602,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZ","regions":[[614,71,644,6,0,0,0,0],[631,110,634,10,0,0,0,0],[636,12,636,29,0,0,0,0],[636,30,639,10,0,0,0,0],[639,10,643,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZSbSS6prefix_SS3keyt_tXEfU_","regions":[[631,60,631,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+BlockBuilders.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV013convertSingleA12ToForkFormatyS2SFZSSSshYbcfu_","regions":[[632,75,632,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24systemDefaultCollectionsSayAA14RuleCollectionVGvgZ","regions":[[8,66,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24defaultSystemCollectionsSayAA14RuleCollectionVGvgZ","regions":[[12,59,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV011macFunctionA8MappingsSayAA0A7MappingVGvgZ","regions":[[28,53,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO5order33_FDFC11D6DB3E7ED7E29F1281C0338E02LLSDySSSiGvpZfiAHyXEfU_","regions":[[19,51,27,10,0,0,0,0],[21,60,25,14,0,0,0,0],[22,57,24,18,0,0,0,0],[24,18,25,14,0,0,0,0],[25,14,26,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO12renderDefsrcySaySSGAC15CollectionBlockVFZ","regions":[[29,72,36,10,0,0,0,0],[30,47,32,14,0,0,0,0],[32,14,35,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO12renderDefsrcySaySSGAC15CollectionBlockVFZSSAC10LayerEntryVXEfU_","regions":[[34,48,34,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11renderLayer_13valueProviderSaySSGAC15CollectionBlockV_SSAC0K5EntryVXEtFZ","regions":[[41,23,48,10,0,0,0,0],[42,47,44,14,0,0,0,0],[44,14,47,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZ","regions":[[50,82,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_","regions":[[51,28,58,14,0,0,0,0],[54,20,54,26,0,0,0,0],[54,27,56,18,0,0,0,0],[56,18,57,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_SiyKXEfu_","regions":[[52,49,52,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO11sortEntries33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySayAC10LayerEntryVGAJFZSbAI_AItXEfU_SiyKXEfu0_","regions":[[53,49,53,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZ","regions":[[65,23,88,10,0,0,0,0],[69,41,80,14,0,0,0,0],[71,38,76,18,0,0,0,0],[72,87,75,22,0,0,0,0],[76,18,80,14,0,0,0,0],[77,20,77,35,0,0,0,0],[77,36,79,18,0,0,0,0],[80,14,87,50,0,0,0,0],[83,16,83,34,0,0,0,0],[83,35,85,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSbAKXEfU_","regions":[[72,62,72,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSSAKXEfU0_","regions":[[84,43,84,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO06renderH5Lines33_FDFC11D6DB3E7ED7E29F1281C0338E02LL_13valueProviderSaySSGSayAC10LayerEntryVG_SSAKXEtFZSSAIXEfU1_","regions":[[87,29,87,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZ","regions":[[90,66,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZSiSScfu_","regions":[[91,36,91,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZSiyKXEfu0_","regions":[[91,54,91,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+GridFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21KeyboardGridFormatterO6padRow33_FDFC11D6DB3E7ED7E29F1281C0338E02LLySSSaySSGFZS2SXEfU_","regions":[[92,37,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZ","regions":[[8,93,42,6,0,0,0,0],[11,39,39,10,0,0,0,0],[12,71,12,83,0,0,0,0],[12,83,39,10,0,0,0,0],[18,56,18,84,0,0,0,0],[18,87,18,88,0,0,0,0],[39,10,41,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZSiyKXEfu_","regions":[[17,57,17,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateHomeRowModsMappings4fromSayAA0A7MappingVGAA0hiJ6ConfigV_tFZSiyKXEfu0_","regions":[[20,99,20,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZ","regions":[[45,109,82,6,0,0,0,0],[48,39,79,10,0,0,0,0],[49,69,49,81,0,0,0,0],[49,81,79,10,0,0,0,0],[55,56,55,84,0,0,0,0],[55,87,55,88,0,0,0,0],[79,10,81,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZSiyKXEfu_","regions":[[54,57,54,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV35generateHomeRowLayerTogglesMappings4fromSayAA0A7MappingVGAA0hijK6ConfigV_tFZSiyKXEfu0_","regions":[[57,99,57,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateChordGroupsMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZ","regions":[[86,93,107,6,0,0,0,0],[90,36,104,10,0,0,0,0],[95,42,103,14,0,0,0,0],[103,14,104,10,0,0,0,0],[104,10,106,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[110,96,136,6,0,0,0,0],[111,79,113,10,0,0,0,0],[113,10,135,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu_","regions":[[115,53,115,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu_SSyKXEfu0_","regions":[[115,88,115,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu1_","regions":[[116,55,116,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV29generateTapHoldPickerMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZSSyKXEfu1_SSyKXEfu2_","regions":[[116,91,116,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateLayerPresetMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZ","regions":[[139,94,149,6,0,0,0,0],[140,83,142,10,0,0,0,0],[142,10,148,114,0,0,0,0],[144,44,146,10,0,0,0,0],[146,10,148,114,0,0,0,0],[148,50,148,88,0,0,0,0],[148,91,148,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV27generateLayerPresetMappings4fromSayAA0A7MappingVGAA14RuleCollectionV_tFZAHyKXEfu_","regions":[[148,85,148,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZ","regions":[[152,95,177,6,0,0,0,0],[172,12,172,21,0,0,0,0],[172,22,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0Vcfu_","regions":[[156,21,156,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0VXEfU_","regions":[[158,21,158,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZSbAA0hL0VXEfU_SbyKXEfu_","regions":[[158,37,158,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+MappingGenerators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV28generateLauncherGridMappings4fromSayAA0A7MappingVGAA0hI6ConfigV_tFZAgA0hL0VXEfU0_","regions":[[159,18,169,14,0,0,0,0],[160,33,160,42,0,0,0,0],[160,43,162,18,0,0,0,0],[162,24,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderDefvarBlockSSyFZ","regions":[[11,47,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderAliasBlockySSSayAC0H10DefinitionVGFZ","regions":[[28,74,48,6,0,0,0,0],[29,37,29,50,0,0,0,0],[29,50,47,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderAliasBlockySSSayAC0H10DefinitionVGFZSSAFXEfU_","regions":[[39,39,43,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZ","regions":[[52,67,75,6,0,0,0,0],[54,12,54,33,0,0,0,0],[54,34,56,10,0,0,0,0],[56,10,74,22,0,0,0,0],[59,38,61,10,0,0,0,0],[61,10,74,22,0,0,0,0],[64,12,64,39,0,0,0,0],[64,60,66,10,0,0,0,0],[66,10,74,22,0,0,0,0],[69,12,69,118,0,0,0,0],[69,147,71,10,0,0,0,0],[71,10,74,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZSbyKXEfu_","regions":[[69,44,69,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV21formatMultiLineActionyS2SFZSbyKXEfu0_","regions":[[69,82,69,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17formatMultiActionyS2SFZ","regions":[[79,63,146,6,0,0,0,0],[81,71,83,10,0,0,0,0],[83,10,145,22,0,0,0,0],[92,27,107,10,0,0,0,0],[93,16,93,27,0,0,0,0],[93,28,96,14,0,0,0,0],[96,23,96,34,0,0,0,0],[96,35,99,14,0,0,0,0],[99,23,99,34,0,0,0,0],[99,52,104,14,0,0,0,0],[100,20,100,33,0,0,0,0],[100,34,102,18,0,0,0,0],[104,20,106,14,0,0,0,0],[107,10,145,22,0,0,0,0],[110,40,112,10,0,0,0,0],[112,10,145,22,0,0,0,0],[119,27,136,10,0,0,0,0],[120,16,120,27,0,0,0,0],[120,28,123,14,0,0,0,0],[123,23,123,34,0,0,0,0],[123,35,126,14,0,0,0,0],[126,23,126,34,0,0,0,0],[126,52,133,14,0,0,0,0],[129,20,129,36,0,0,0,0],[129,37,131,18,0,0,0,0],[133,20,135,14,0,0,0,0],[136,10,145,22,0,0,0,0],[140,12,140,28,0,0,0,0],[140,29,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22formatTapHoldWithMultiyS2SFZ","regions":[[149,68,197,6,0,0,0,0],[154,65,156,10,0,0,0,0],[156,10,196,22,0,0,0,0],[165,15,165,41,0,0,0,0],[165,42,177,10,0,0,0,0],[167,16,167,27,0,0,0,0],[167,28,169,14,0,0,0,0],[169,23,169,34,0,0,0,0],[169,35,175,14,0,0,0,0],[171,20,171,30,0,0,0,0],[171,31,174,18,0,0,0,0],[174,18,175,14,0,0,0,0],[175,14,177,10,0,0,0,0],[177,10,196,22,0,0,0,0],[179,33,181,10,0,0,0,0],[181,10,196,22,0,0,0,0],[190,12,190,41,0,0,0,0],[190,42,194,10,0,0,0,0],[194,10,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV19renderFakeKeysBlockySSSayAA19RuleCollectionLayerOGFZ","regions":[[202,80,222,6,0,0,0,0],[203,36,203,49,0,0,0,0],[203,49,221,52,0,0,0,0],[215,29,219,10,0,0,0,0],[219,10,221,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderChordsBlockySSSayAC12ChordMappingVGFZ","regions":[[225,78,244,6,0,0,0,0],[226,43,226,56,0,0,0,0],[226,56,243,52,0,0,0,0],[236,36,241,10,0,0,0,0],[241,10,243,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV22renderChordGroupsBlockySSSayAA0H11GroupConfigVGFZ","regions":[[246,85,269,6,0,0,0,0],[247,41,247,54,0,0,0,0],[247,54,268,52,0,0,0,0],[257,34,265,10,0,0,0,0],[259,39,262,14,0,0,0,0],[262,14,265,10,0,0,0,0],[265,10,268,52,0,0,0,0],[267,12,267,28,0,0,0,0],[267,29,267,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20renderSequencesBlockySSSay0aB4Core0E12DefseqParserO14ParsedSequenceVGFZ","regions":[[271,98,290,6,0,0,0,0],[272,39,272,52,0,0,0,0],[272,52,289,52,0,0,0,0],[283,35,286,10,0,0,0,0],[286,10,289,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV24renderUIChordGroupsBlockySSAA05ChordI6ConfigVSgFZ","regions":[[293,82,327,6,0,0,0,0],[294,55,294,68,0,0,0,0],[294,68,326,52,0,0,0,0],[305,36,323,10,0,0,0,0],[311,42,313,14,0,0,0,0],[313,14,323,10,0,0,0,0],[316,39,319,14,0,0,0,0],[319,14,323,10,0,0,0,0],[323,10,326,52,0,0,0,0],[325,12,325,28,0,0,0,0],[325,29,325,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV17renderDefsrcBlockySSSayAC010CollectionI0VGFZ","regions":[[329,74,350,6,0,0,0,0],[339,12,339,26,0,0,0,0],[339,27,341,10,0,0,0,0],[341,16,347,10,0,0,0,0],[342,33,345,14,0,0,0,0],[345,14,347,10,0,0,0,0],[346,16,346,32,0,0,0,0],[346,33,346,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV16renderLayerBlock4name6blocks13valueProviderS2S_SayAC010CollectionI0VGSSAC0H5EntryVXEtFZ","regions":[[356,17,383,6,0,0,0,0],[360,12,360,26,0,0,0,0],[360,27,369,10,0,0,0,0],[372,12,372,26,0,0,0,0],[372,27,374,10,0,0,0,0],[374,16,380,10,0,0,0,0],[375,33,378,14,0,0,0,0],[378,14,380,10,0,0,0,0],[379,16,379,32,0,0,0,0],[379,33,379,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13metadataLines3for6indent6statusSaySSGAA14RuleCollectionV_S2StFZ","regions":[[389,5,395,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfiguration+Rendering.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV13metadataLines3for6indentSaySSGAA18MomentaryActivatorV_SStFZ","regions":[[397,94,403,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV7content11keyMappings12lastModified4path11chordGroups9sequencesACSS_SayAA0A7MappingVG10Foundation4DateVSSSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtcfC","regions":[[24,7,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV20generateFromMappingsySSSayAA0A7MappingVGFZ","regions":[[34,81,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZ","regions":[[46,17,142,6,0,0,0,0],[47,57,47,81,0,0,0,0],[47,84,47,95,0,0,0,0],[48,12,48,103,0,0,0,0],[48,104,50,10,0,0,0,0],[73,46,73,52,0,0,0,0],[73,55,73,67,0,0,0,0],[116,34,116,58,0,0,0,0],[116,59,121,10,0,0,0,0],[121,16,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbAIXEfU_","regions":[[48,49,48,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbAIcfu_","regions":[[52,61,52,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZAA0rmT0VSgAIcfu0_","regions":[[57,25,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAIXEfU0_","regions":[[60,97,60,140,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAC15AliasDefinitionVcfu1_","regions":[[67,157,67,168,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAIcfu2_","regions":[[69,51,69,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAC10LayerEntryVXEfU1_","regions":[[93,106,101,10,0,0,0,0],[97,16,97,49,0,0,0,0],[97,50,99,14,0,0,0,0],[99,14,100,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_","regions":[[102,53,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_SSAC0Z5EntryVXEfU_","regions":[[103,70,105,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSSAA0oP5LayerOXEfU2_SSAC0Z5EntryVXEfU_SSyKXEfu_","regions":[[104,46,104,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataConfigurationGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataConfigurationV23generateFromCollections_06leaderA10Preference11chordGroups9sequencesSSSayAA14RuleCollectionVG_AA06LeaderaK0VSgSayAA16ChordGroupConfigVGSay0aB4Core0E12DefseqParserO14ParsedSequenceVGtFZSbSSXEfU3_","regions":[[140,17,140,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC16smServiceFactoryyAA05SMAppI8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[21,89,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC011legacyPlistB0SSvgZ","regions":[[38,52,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerCACyc33_21C0E69505395A7145D58BEA506529C5Llfc","regions":[[44,20,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerCACyc33_21C0E69505395A7145D58BEA506529C5LlfcAC22ServiceManagementStateOyYacfU_","regions":[[46,14,46,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO11descriptionSSvg","regions":[[61,33,70,10,0,0,0,0],[62,20,62,24,0,0,0,0],[63,13,63,51,0,0,0,0],[64,13,64,62,0,0,0,0],[65,13,65,73,0,0,0,0],[66,13,66,45,0,0,0,0],[67,13,67,65,0,0,0,0],[68,13,68,37,0,0,0,0],[69,14,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO07isSMAppH7ManagedSbvg","regions":[[73,41,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO07isSMAppH7ManagedSbvgSbyKXEfu_","regions":[[74,44,74,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO15isLegacyManagedSbvg","regions":[[78,35,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO17needsInstallationSbvg","regions":[[83,37,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO14needsMigrationSbyF","regions":[[88,39,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22ServiceManagementStateO14needsMigrationSbyFSbyKXEfu_","regions":[[89,38,89,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC21cachedManagementState33_21C0E69505395A7145D58BEA506529C5LLAC07ServiceiJ0Ovpfi","regions":[[93,76,93,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22currentManagementStateAC07ServiceiJ0Ovg","regions":[[96,67,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaF","regions":[[109,79,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaFAFyYaXEfU_","regions":[[119,54,164,10,0,0,0,0],[121,16,121,25,0,0,0,0],[121,48,125,14,0,0,0,0],[125,14,164,10,0,0,0,0],[128,16,128,25,0,0,0,0],[128,26,131,14,0,0,0,0],[131,14,164,10,0,0,0,0],[134,20,134,28,0,0,0,0],[135,13,137,43,0,0,0,0],[138,13,140,44,0,0,0,0],[141,13,158,36,0,0,0,0],[142,20,142,46,0,0,0,0],[142,47,146,18,0,0,0,0],[146,18,158,36,0,0,0,0],[151,20,151,36,0,0,0,0],[151,37,156,18,0,0,0,0],[156,18,158,36,0,0,0,0],[159,13,162,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC22refreshManagementStateAC07ServiceiJ0OyYaFyyYbScMYcXEfU0_","regions":[[166,29,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC05pgrepE12ProcessAsync33_21C0E69505395A7145D58BEA506529C5LLSbyYaFZ","regions":[[180,77,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaF","regions":[[193,50,213,6,0,0,0,0],[195,12,195,34,0,0,0,0],[195,35,195,50,0,0,0,0],[195,50,212,21,0,0,0,0],[198,12,209,10,0,0,0,0],[199,114,209,10,0,0,0,0],[200,16,200,36,0,0,0,0],[200,37,208,14,0,0,0,0],[202,20,202,89,0,0,0,0],[202,90,207,18,0,0,0,0],[207,18,208,14,0,0,0,0],[208,14,209,10,0,0,0,0],[209,17,211,10,0,0,0,0],[211,10,212,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaFSbyKXEfu_","regions":[[202,45,202,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC11isInstalledSbyYaFSbyKXEfu0_","regions":[[202,70,202,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC9getStatusSo012SMAppServiceI0VyF","regions":[[217,75,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC27isRegisteredViaSMAppServiceSbyFZ","regions":[[224,67,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC21hasLegacyInstallationSbyF","regions":[[231,54,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC19isUsingSMAppServiceSbvgZ","regions":[[237,54,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC014getActivePlistB0SSyFZ","regions":[[243,60,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaF","regions":[[257,63,308,6,0,0,0,0],[261,43,263,10,0,0,0,0],[263,10,307,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_","regions":[[266,36,307,10,0,0,0,0],[269,16,272,14,0,0,0,0],[270,118,272,14,0,0,0,0],[271,58,271,71,0,0,0,0],[271,74,271,76,0,0,0,0],[272,21,274,14,0,0,0,0],[274,14,306,28,0,0,0,0],[290,16,290,24,0,0,0,0],[290,25,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu_","regions":[[282,17,282,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu0_","regions":[[288,57,288,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC24isRegisteredButNotLoadedSbyYaFSbyYacfU_SbyKXEfu1_","regions":[[288,75,288,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC8registeryyYaKF","regions":[[314,34,508,6,0,0,0,0],[323,44,326,10,0,0,0,0],[326,10,508,6,0,0,0,0],[329,12,329,38,0,0,0,0],[329,39,336,10,0,0,0,0],[333,31,335,19,0,0,0,0],[336,10,508,6,0,0,0,0],[346,12,346,69,0,0,0,0],[346,70,361,10,0,0,0,0],[353,13,360,14,0,0,0,0],[360,14,361,10,0,0,0,0],[363,11,379,10,0,0,0,0],[371,13,378,14,0,0,0,0],[378,14,379,10,0,0,0,0],[379,16,385,10,0,0,0,0],[385,10,508,6,0,0,0,0],[390,71,394,10,0,0,0,0],[394,10,508,6,0,0,0,0],[408,16,408,29,0,0,0,0],[409,9,413,19,0,0,0,0],[415,9,421,73,0,0,0,0],[423,9,460,14,0,0,0,0],[426,16,435,14,0,0,0,0],[428,35,434,23,0,0,0,0],[435,21,460,14,0,0,0,0],[443,20,443,43,0,0,0,0],[443,44,448,18,0,0,0,0],[448,18,459,83,0,0,0,0],[449,20,449,52,0,0,0,0],[449,53,455,18,0,0,0,0],[455,18,459,83,0,0,0,0],[462,9,490,14,0,0,0,0],[467,16,478,14,0,0,0,0],[470,35,477,23,0,0,0,0],[478,21,490,14,0,0,0,0],[485,20,485,52,0,0,0,0],[485,53,487,18,0,0,0,0],[492,9,506,14,0,0,0,0],[496,16,501,14,0,0,0,0],[497,35,500,23,0,0,0,0],[501,21,506,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC10unregisteryyYaKF","regions":[[512,36,525,6,0,0,0,0],[514,44,516,10,0,0,0,0],[516,10,525,6,0,0,0,0],[518,12,521,10,0,0,0,0],[519,39,521,10,0,0,0,0],[521,17,524,10,0,0,0,0],[524,10,525,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC20migrateFromLaunchctlyyYaKF","regions":[[531,46,634,6,0,0,0,0],[535,44,537,10,0,0,0,0],[537,10,633,78,0,0,0,0],[555,10,633,78,0,0,0,0],[559,12,562,10,0,0,0,0],[560,33,562,10,0,0,0,0],[562,17,580,10,0,0,0,0],[567,13,575,14,0,0,0,0],[575,20,579,14,0,0,0,0],[579,14,580,10,0,0,0,0],[580,10,633,78,0,0,0,0],[584,57,633,78,0,0,0,0],[600,12,600,35,0,0,0,0],[600,36,605,10,0,0,0,0],[605,10,633,78,0,0,0,0],[607,12,607,71,0,0,0,0],[607,72,618,10,0,0,0,0],[610,94,610,103,0,0,0,0],[610,106,610,125,0,0,0,0],[612,16,612,48,0,0,0,0],[612,49,616,14,0,0,0,0],[618,10,633,78,0,0,0,0],[621,12,621,31,0,0,0,0],[621,32,629,10,0,0,0,0],[629,10,633,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC20migrateFromLaunchctlyyYaKFSbyKXEfu_","regions":[[607,39,607,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KanataDaemonErrorO16errorDescriptionSSSgvg","regions":[[647,35,660,6,0,0,0,0],[648,16,648,20,0,0,0,0],[649,9,650,45,0,0,0,0],[651,9,652,51,0,0,0,0],[653,9,654,49,0,0,0,0],[655,9,656,42,0,0,0,0],[657,9,658,41,0,0,0,0],[659,10,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/KanataDaemonManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataDaemonManagerC32notifyBackgroundApprovalRequired33_21C0E69505395A7145D58BEA506529C5LLyyF","regions":[[664,45,666,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZ","regions":[[4,73,58,6,0,0,0,0],[10,27,55,10,0,0,0,0],[13,16,13,31,0,0,0,0],[13,32,13,44,0,0,0,0],[13,44,55,10,0,0,0,0],[15,16,15,35,0,0,0,0],[15,36,30,14,0,0,0,0],[16,60,16,72,0,0,0,0],[16,72,29,25,0,0,0,0],[20,52,20,64,0,0,0,0],[20,64,29,25,0,0,0,0],[25,20,25,30,0,0,0,0],[25,57,28,18,0,0,0,0],[30,14,55,10,0,0,0,0],[34,16,34,30,0,0,0,0],[34,31,40,14,0,0,0,0],[35,20,35,30,0,0,0,0],[35,57,38,18,0,0,0,0],[40,14,55,10,0,0,0,0],[43,42,43,54,0,0,0,0],[43,54,55,10,0,0,0,0],[45,77,45,89,0,0,0,0],[45,89,55,10,0,0,0,0],[51,16,51,26,0,0,0,0],[51,53,54,14,0,0,0,0],[55,10,57,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSbSJXEfU_","regions":[[18,44,18,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSSSshYbcfu_","regions":[[19,26,19,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSbSJXEfU0_","regions":[[47,61,47,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO11parseGroups4fromSayAA16ChordGroupConfigVGSS_tFZSSSshYbcfu0_","regions":[[47,86,47,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO21referencedChordGroups2inShySSGSayAA0A7MappingVG_tFZ","regions":[[60,81,67,6,0,0,0,0],[62,33,65,10,0,0,0,0],[63,77,63,89,0,0,0,0],[63,89,65,10,0,0,0,0],[65,10,66,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZ","regions":[[69,77,76,6,0,0,0,0],[71,73,71,87,0,0,0,0],[71,87,75,24,0,0,0,0],[74,58,74,72,0,0,0,0],[74,72,75,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZSbSJXEfU_","regions":[[73,48,73,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO19parseChordGroupName33_35550B96BB91681E0E874AC5C72725CELL4fromSSSgSS_tFZSSSshYbcfu_","regions":[[73,73,73,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/KanataDefchordsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KanataDefchordsParserO10parenDelta33_35550B96BB91681E0E874AC5C72725CELL2inSiSS_tFZ","regions":[[78,60,85,6,0,0,0,0],[80,26,83,10,0,0,0,0],[81,16,81,27,0,0,0,0],[81,28,81,42,0,0,0,0],[82,16,82,27,0,0,0,0],[82,28,82,42,0,0,0,0],[83,10,84,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataErrorSeverityO5colorSSvg","regions":[[12,23,18,6,0,0,0,0],[13,16,13,20,0,0,0,0],[14,9,14,30,0,0,0,0],[15,9,15,32,0,0,0,0],[16,9,16,27,0,0,0,0],[17,10,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataErrorSeverityO4iconSSvg","regions":[[20,22,26,6,0,0,0,0],[21,16,21,20,0,0,0,0],[22,9,22,56,0,0,0,0],[23,9,23,53,0,0,0,0],[24,9,24,34,0,0,0,0],[25,10,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KanataErrorV9timestamp8severity7message7rawLine7patternAC10Foundation4DateV_AA0eF8SeverityOS3SSgtcfC","regions":[[46,7,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KanataErrorV15timestampStringSSvg","regions":[[56,33,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO8severityAA0E13ErrorSeverityOvg","regions":[[71,39,77,6,0,0,0,0],[72,16,72,20,0,0,0,0],[73,9,73,29,0,0,0,0],[74,9,74,33,0,0,0,0],[75,9,75,34,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO4iconSSvg","regions":[[79,22,85,6,0,0,0,0],[80,16,80,20,0,0,0,0],[81,9,81,47,0,0,0,0],[82,9,82,54,0,0,0,0],[83,9,83,56,0,0,0,0],[84,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataHealthStatusO5colorSSvg","regions":[[87,23,93,6,0,0,0,0],[88,16,88,20,0,0,0,0],[89,9,89,31,0,0,0,0],[90,9,90,33,0,0,0,0],[91,9,91,30,0,0,0,0],[92,10,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ErrorPatternV7pattern8severity11userMessage0G4Name14toastThresholdACSS_AA06KanataE8SeverityOS2SSitcfC","regions":[[106,125,112,6,0,0,0,0],[107,88,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ErrorPatternV7matchesySbSSF","regions":[[114,42,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13_recentErrors33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVySayAA0eF0VGGvpfi","regions":[[129,63,129,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13_healthStatus33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVyAA0e6HealthI0OGvpfi","regions":[[130,68,130,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC07_unreadF5Count33_2ADD83E972CD8298A81F45E946F9A574LL7Combine9PublishedVySiGvpfi","regions":[[131,57,131,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC9maxErrors33_2ADD83E972CD8298A81F45E946F9A574LLSivpfi","regions":[[135,29,135,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC06stderrB033_2ADD83E972CD8298A81F45E946F9A574LLSSvpfi","regions":[[136,30,136,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18monitoringInterval33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[137,52,137,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18patternCountWindow33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[138,52,138,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13errorPatterns33_2ADD83E972CD8298A81F45E946F9A574LLSayAA0F7PatternVGvg","regions":[[142,54,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC16lastFilePosition33_2ADD83E972CD8298A81F45E946F9A574LLs6UInt64Vvpfi","regions":[[200,44,200,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13patternCounts33_2ADD83E972CD8298A81F45E946F9A574LLSDySSSay10Foundation4DateV_SitGGvpfi","regions":[[202,58,202,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13lastToastTime33_2ADD83E972CD8298A81F45E946F9A574LLSDySS10Foundation4DateVGvpfi","regions":[[203,49,203,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13toastCooldown33_2ADD83E972CD8298A81F45E946F9A574LLSdvpfi","regions":[[204,47,204,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorCACyc33_2ADD83E972CD8298A81F45E946F9A574Llfc","regions":[[206,20,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15startMonitoringyyF","regions":[[212,28,234,6,0,0,0,0],[213,42,216,10,0,0,0,0],[216,10,234,6,0,0,0,0],[223,9,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15startMonitoringyyFyyYacfU_","regions":[[228,31,233,10,0,0,0,0],[229,19,229,36,0,0,0,0],[229,37,232,14,0,0,0,0],[232,14,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC14stopMonitoringyyF","regions":[[236,27,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC17checkForNewErrors33_2ADD83E972CD8298A81F45E946F9A574LLyyYaF","regions":[[244,44,276,6,0,0,0,0],[245,78,248,10,0,0,0,0],[248,10,276,6,0,0,0,0],[253,41,255,10,0,0,0,0],[255,16,257,10,0,0,0,0],[261,37,261,47,0,0,0,0],[261,47,276,6,0,0,0,0],[267,73,267,83,0,0,0,0],[267,83,276,6,0,0,0,0],[270,27,272,10,0,0,0,0],[272,10,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC17checkForNewErrors33_2ADD83E972CD8298A81F45E946F9A574LLyyYaFSbSSXEfU_","regions":[[268,71,268,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC07processF4Line33_2ADD83E972CD8298A81F45E946F9A574LLyySSF","regions":[[278,51,317,6,0,0,0,0],[280,45,280,55,0,0,0,0],[280,55,317,6,0,0,0,0],[283,38,316,10,0,0,0,0],[284,16,284,37,0,0,0,0],[284,38,315,14,0,0,0,0],[295,20,295,50,0,0,0,0],[295,51,297,18,0,0,0,0],[306,20,306,49,0,0,0,0],[306,50,309,18,0,0,0,0],[315,14,316,10,0,0,0,0],[316,10,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSF","regions":[[321,64,337,6,0,0,0,0],[325,12,325,45,0,0,0,0],[325,46,327,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSb10Foundation4DateV_Sit_tXEfU_","regions":[[330,73,332,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSay10Foundation4DateV_SitGyKXEfu_","regions":[[332,14,332,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC22trackPatternOccurrence33_2ADD83E972CD8298A81F45E946F9A574LLyySSFSiyKXEfu0_","regions":[[335,68,335,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getPatternCount33_2ADD83E972CD8298A81F45E946F9A574LLySiSSF","regions":[[339,64,343,6,0,0,0,0],[340,60,340,72,0,0,0,0],[340,72,342,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getPatternCount33_2ADD83E972CD8298A81F45E946F9A574LLySiSSFSb10Foundation4DateV_Sit_tXEfU_","regions":[[342,30,342,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15shouldShowToast33_2ADD83E972CD8298A81F45E946F9A574LL3forSbAA0F7PatternV_tF","regions":[[345,69,357,6,0,0,0,0],[348,52,348,68,0,0,0,0],[348,68,356,20,0,0,0,0],[351,63,354,10,0,0,0,0],[353,59,353,75,0,0,0,0],[353,75,354,10,0,0,0,0],[354,10,356,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyF","regions":[[361,39,380,6,0,0,0,0],[373,12,373,35,0,0,0,0],[373,36,375,10,0,0,0,0],[375,19,375,44,0,0,0,0],[375,45,377,10,0,0,0,0],[377,16,379,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU_","regions":[[365,50,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU_SbyKXEfu_","regions":[[366,41,366,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU0_","regions":[[369,50,371,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC18updateHealthStatus33_2ADD83E972CD8298A81F45E946F9A574LLyyFSbAA0eF0VXEfU0_SbyKXEfu_","regions":[[370,40,370,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC04showF5Toast33_2ADD83E972CD8298A81F45E946F9A574LLyyAA0eF0VF","regions":[[384,55,393,6,0,0,0,0],[385,58,385,66,0,0,0,0],[385,69,385,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC04showF5Toast33_2ADD83E972CD8298A81F45E946F9A574LLyyAA0eF0VFyyYaYbScMYccfU_","regions":[[388,14,392,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC13markAllAsReadyyF","regions":[[397,26,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC11clearErrorsyyF","regions":[[402,24,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getRecentErrors8severity5limitSayAA0eF0VGAA0eF8SeverityOSg_SitF","regions":[[409,98,415,6,0,0,0,0],[411,25,413,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataErrorMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataErrorMonitorC15getRecentErrors8severity5limitSayAA0eF0VGAA0eF8SeverityOSg_SitFSbAHXEfU_","regions":[[412,36,412,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6targetSSSgvg","regions":[[42,32,42,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV15targetTitleCaseSSSgvg","regions":[[46,41,49,6,0,0,0,0],[47,31,47,45,0,0,0,0],[47,45,48,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6stringACSgSS_tcfC","regions":[[53,34,68,6,0,0,0,0],[55,12,55,37,0,0,0,0],[55,38,58,10,0,0,0,0],[56,63,56,77,0,0,0,0],[56,77,58,10,0,0,0,0],[60,17,60,47,0,0,0,0],[60,48,63,10,0,0,0,0],[61,65,61,79,0,0,0,0],[61,79,63,10,0,0,0,0],[65,14,67,10,0,0,0,0],[67,10,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV6action14pathComponents10queryItems3url11isShorthandACSS_SaySSGSDyS2SG10Foundation3URLVSbtc33_A9B1B73E41481448D92C711721994D39LlfC","regions":[[77,7,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV02isabF0ySbSSFZ","regions":[[88,63,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ","regions":[[93,77,123,6,0,0,0,0],[97,14,99,10,0,0,0,0],[99,10,122,10,0,0,0,0],[110,9,114,10,0,0,0,0],[111,36,113,14,0,0,0,0],[113,14,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_","regions":[[104,56,104,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_SbyKXEfu_","regions":[[104,71,104,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV09parseFullF033_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu_","regions":[[112,50,112,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV17isShorthandSyntaxySbSSFZ","regions":[[129,68,139,6,0,0,0,0],[131,41,131,57,0,0,0,0],[131,57,138,20,0,0,0,0],[133,44,133,60,0,0,0,0],[133,60,138,20,0,0,0,0],[137,14,137,30,0,0,0,0],[137,30,138,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ","regions":[[145,79,206,6,0,0,0,0],[149,45,149,61,0,0,0,0],[149,64,149,67,0,0,0,0],[155,40,155,54,0,0,0,0],[155,54,205,10,0,0,0,0],[158,36,158,50,0,0,0,0],[158,50,205,10,0,0,0,0],[165,28,174,10,0,0,0,0],[169,50,173,14,0,0,0,0],[170,35,172,18,0,0,0,0],[172,18,173,14,0,0,0,0],[178,12,178,35,0,0,0,0],[178,36,180,10,0,0,0,0],[181,28,183,10,0,0,0,0],[187,14,197,10,0,0,0,0],[189,79,189,93,0,0,0,0],[189,93,196,14,0,0,0,0],[197,10,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSSshYbcfu_","regions":[[153,18,153,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSbSSXEfU_","regions":[[161,67,161,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu0_","regions":[[171,59,171,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZSSyKXEfu1_","regions":[[185,113,185,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB9ActionURIV14parseShorthand33_A9B1B73E41481448D92C711721994D39LLyACSgSSFZ10Foundation3URLVSgyKXEfu2_","regions":[[186,16,186,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE10titleCasedSSvg","regions":[[215,28,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE10titleCasedSSvgSSSsXEfU_","regions":[[217,18,220,14,0,0,0,0],[218,51,218,74,0,0,0,0],[218,74,219,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12capabilities33_A9B1B73E41481448D92C711721994D39LLShySSGvpfi","regions":[[320,45,320,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC13listenerQueue33_A9B1B73E41481448D92C711721994D39LLSo17OS_dispatch_queueCvpfi","regions":[[321,33,321,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC5start4port13onLayerChange0J9ActionURI0J14UnknownMessage0jA5Input0J13HoldActivated0j3TapS00j7OneShotS00J13ChordResolved0jt5DanceX0ySi_ySSYaYbcyAA0abmN0VYaYbcSgySSYaYbcSgySS_AA0eaM0OtYaYbcSgyAA0eR10ActivationVYaYbcSgyAA0etZ0VYaYbcSgyAA0euvZ0VYaYbcSgyAA0eW10ResolutionVYaYbcSgyAA0etY10ResolutionVYaYbcSgtYaF","regions":[[346,13,365,6,0,0,0,0],[347,12,347,29,0,0,0,0],[347,49,347,59,0,0,0,0],[347,59,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC5start4port13onLayerChange0J9ActionURI0J14UnknownMessage0jA5Input0J13HoldActivated0j3TapS00j7OneShotS00J13ChordResolved0jt5DanceX0ySi_ySSYaYbcyAA0abmN0VYaYbcSgySSYaYbcSgySS_AA0eaM0OtYaYbcSgyAA0eR10ActivationVYaYbcSgyAA0etZ0VYaYbcSgyAA0euvZ0VYaYbcSgyAA0eW10ResolutionVYaYbcSgyAA0etY10ResolutionVYaYbcSgtYaFyyYacfU_","regions":[[361,50,364,10,0,0,0,0],[362,33,362,43,0,0,0,0],[362,43,364,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4stopyyYaF","regions":[[367,23,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10listenLoop33_A9B1B73E41481448D92C711721994D39LLyyYaF","regions":[[385,37,395,6,0,0,0,0],[386,29,386,39,0,0,0,0],[386,39,395,6,0,0,0,0],[387,15,387,32,0,0,0,0],[387,33,394,10,0,0,0,0],[388,16,390,14,0,0,0,0],[389,55,390,14,0,0,0,0],[390,21,393,14,0,0,0,0],[393,14,394,10,0,0,0,0],[394,10,395,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC16connectAndStream33_A9B1B73E41481448D92C711721994D39LL4portySi_tYaKF","regions":[[397,59,451,6,0,0,0,0],[404,43,451,6,0,0,0,0],[408,89,451,6,0,0,0,0],[413,10,451,6,0,0,0,0],[428,15,428,32,0,0,0,0],[428,33,446,10,0,0,0,0],[429,69,446,10,0,0,0,0],[429,75,431,14,0,0,0,0],[431,14,446,10,0,0,0,0],[432,16,432,29,0,0,0,0],[432,30,432,42,0,0,0,0],[432,42,446,10,0,0,0,0],[435,66,445,14,0,0,0,0],[437,59,439,18,0,0,0,0],[441,46,441,58,0,0,0,0],[441,58,445,14,0,0,0,0],[442,71,444,18,0,0,0,0],[445,14,446,10,0,0,0,0],[446,10,451,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC16connectAndStream33_A9B1B73E41481448D92C711721994D39LL4portySi_tYaKFyyYacfU_","regions":[[416,48,424,10,0,0,0,0],[417,49,417,59,0,0,0,0],[417,59,424,10,0,0,0,0],[418,19,418,36,0,0,0,0],[418,37,423,14,0,0,0,0],[423,14,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKF","regions":[[453,72,472,6,0,0,0,0],[471,10,472,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKFyScCyyts5Error_pGXEfU_","regions":[[454,51,471,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12waitForReady33_A9B1B73E41481448D92C711721994D39LLyy7Network12NWConnectionCYaKFyScCyyts5Error_pGXEfU_yAH5StateOYbcfU_","regions":[[455,45,469,14,0,0,0,0],[456,24,456,29,0,0,0,0],[457,17,459,42,0,0,0,0],[460,17,462,57,0,0,0,0],[463,17,465,82,0,0,0,0],[466,17,467,26,0,0,0,0],[468,18,469,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKF","regions":[[474,84,490,6,0,0,0,0],[475,74,490,6,0,0,0,0],[489,10,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKFyScCyyts5Error_pGXEfU_","regions":[[478,51,489,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC4send33_A9B1B73E41481448D92C711721994D39LL10jsonObject4overyyp_7Network12NWConnectionCtYaKFyScCyyts5Error_pGXEfU_yAH7NWErrorOSgYbcfU_","regions":[[481,47,487,18,0,0,0,0],[482,34,484,22,0,0,0,0],[484,28,486,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKF","regions":[[492,82,511,6,0,0,0,0],[510,10,511,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKFyScCyAJs5Error_pGXEfU_","regions":[[493,51,510,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC12receiveChunk33_A9B1B73E41481448D92C711721994D39LL2on10Foundation4DataVSg7Network12NWConnectionC_tYaKFyScCyAJs5Error_pGXEfU_yAJ_AM14ContentContextCSgSbAK7NWErrorOSgtYbcfU_","regions":[[494,81,509,14,0,0,0,0],[496,30,499,18,0,0,0,0],[499,18,509,14,0,0,0,0],[500,32,503,18,0,0,0,0],[503,18,509,14,0,0,0,0],[504,20,504,30,0,0,0,0],[504,31,507,18,0,0,0,0],[507,18,509,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaF","regions":[[513,51,719,6,0,0,0,0],[517,55,520,10,0,0,0,0],[520,10,719,6,0,0,0,0],[522,71,522,89,0,0,0,0],[522,95,525,10,0,0,0,0],[525,10,719,6,0,0,0,0],[530,97,536,10,0,0,0,0],[532,43,534,14,0,0,0,0],[536,10,719,6,0,0,0,0],[541,9,547,10,0,0,0,0],[543,43,545,14,0,0,0,0],[547,10,719,6,0,0,0,0],[553,9,585,10,0,0,0,0],[556,34,583,14,0,0,0,0],[557,64,557,76,0,0,0,0],[557,76,583,14,0,0,0,0],[560,76,576,18,0,0,0,0],[564,55,566,22,0,0,0,0],[576,24,582,18,0,0,0,0],[579,60,581,22,0,0,0,0],[583,14,584,19,0,0,0,0],[585,10,719,6,0,0,0,0],[593,9,602,10,0,0,0,0],[595,79,600,14,0,0,0,0],[597,50,599,18,0,0,0,0],[602,10,719,6,0,0,0,0],[605,60,612,10,0,0,0,0],[612,10,719,6,0,0,0,0],[620,9,632,10,0,0,0,0],[622,16,622,79,0,0,0,0],[622,80,628,14,0,0,0,0],[625,55,627,18,0,0,0,0],[628,20,630,14,0,0,0,0],[632,10,719,6,0,0,0,0],[637,70,653,10,0,0,0,0],[643,16,643,78,0,0,0,0],[643,79,649,14,0,0,0,0],[646,54,648,18,0,0,0,0],[649,20,651,14,0,0,0,0],[653,10,719,6,0,0,0,0],[661,9,672,10,0,0,0,0],[662,16,662,82,0,0,0,0],[662,83,668,14,0,0,0,0],[665,58,667,18,0,0,0,0],[668,20,670,14,0,0,0,0],[672,10,719,6,0,0,0,0],[680,9,691,10,0,0,0,0],[681,16,681,79,0,0,0,0],[681,80,687,14,0,0,0,0],[684,55,686,18,0,0,0,0],[687,20,689,14,0,0,0,0],[691,10,719,6,0,0,0,0],[700,9,716,10,0,0,0,0],[701,16,701,83,0,0,0,0],[701,84,712,14,0,0,0,0],[709,58,711,18,0,0,0,0],[712,20,714,14,0,0,0,0],[716,10,719,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFyyYbScMYcXEfU_","regions":[[569,41,575,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSaySSGyKXEfu_","regions":[[606,66,606,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFS2SXEfU0_","regions":[[607,41,607,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFypyKXEfu0_","regions":[[609,117,609,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu1_","regions":[[622,40,622,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSSyKXEfu2_","regions":[[638,57,638,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSSyKXEfu3_","regions":[[639,63,639,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFs6UInt64VyKXEfu4_","regions":[[640,61,640,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu5_","regions":[[643,40,643,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu6_","regions":[[662,40,662,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu7_","regions":[[681,40,681,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataEventListener.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19KanataEventListenerC10handleLine33_A9B1B73E41481448D92C711721994D39LLyySSYaFSbyKXEfu8_","regions":[[701,40,701,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18KanataServiceErrorO16errorDescriptionSSSgvg","regions":[[15,42,30,6,0,0,0,0],[16,16,16,20,0,0,0,0],[17,9,18,64,0,0,0,0],[19,9,20,68,0,0,0,0],[21,9,22,56,0,0,0,0],[23,9,24,55,0,0,0,0],[25,9,26,95,0,0,0,0],[27,9,28,64,0,0,0,0],[29,10,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC02smF7FactoryyAA05SMAppF8Protocol_pSScvpZfiAaE_pSScfU_","regions":[[50,89,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC8pidCache33_6A09A74211527FEC9C9E9B77216CB466LL0aB15DaemonLifecycle06LaunchP8PIDCacheCvpfi","regions":[[57,28,57,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC0F5StateO9isRunningSbvg","regions":[[74,36,77,10,0,0,0,0],[75,37,75,52,0,0,0,0],[75,52,76,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC0F5StateO11descriptionSSvg","regions":[[79,40,88,10,0,0,0,0],[80,20,80,24,0,0,0,0],[81,13,81,59,0,0,0,0],[82,13,82,37,0,0,0,0],[83,13,83,58,0,0,0,0],[84,13,84,50,0,0,0,0],[85,13,85,56,0,0,0,0],[86,13,86,37,0,0,0,0],[87,14,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC6_state33_6A09A74211527FEC9C9E9B77216CB466LL7Combine9PublishedVyAC0F5StateOGvpfi","regions":[[91,62,91,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13healthMonitorAcA0f6HealthH0C_tcfc","regions":[[98,115,112,6,0,0,0,0],[102,52,105,10,0,0,0,0],[105,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13healthMonitorAcA0f6HealthH0C_tcfcAC0F5StateOyYacfU_","regions":[[108,14,108,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyF","regions":[[114,35,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFy10Foundation12NotificationVYbcfU_","regions":[[120,11,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[121,18,123,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14setupObservers33_6A09A74211527FEC9C9E9B77216CB466LLyyFyyYacfU0_","regions":[[127,27,136,10,0,0,0,0],[128,19,128,36,0,0,0,0],[128,37,135,14,0,0,0,0],[130,29,132,18,0,0,0,0],[132,24,134,18,0,0,0,0],[134,18,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceCfd","regions":[[139,12,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13makeSMService33_6A09A74211527FEC9C9E9B77216CB466LLAA05SMAppF8Protocol_pyF","regions":[[145,58,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC19currentDaemonStatus33_6A09A74211527FEC9C9E9B77216CB466LLSo05SMAppfI0VyF","regions":[[149,63,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13fetchSMStatus33_6A09A74211527FEC9C9E9B77216CB466LLSo05SMAppF6StatusVyFZ","regions":[[153,76,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC22ensureDaemonRegistered33_6A09A74211527FEC9C9E9B77216CB466LLyyYaKF","regions":[[157,56,195,6,0,0,0,0],[159,16,159,30,0,0,0,0],[160,9,185,19,0,0,0,0],[164,16,164,66,0,0,0,0],[164,67,184,14,0,0,0,0],[170,20,172,18,0,0,0,0],[171,51,172,18,0,0,0,0],[172,25,177,18,0,0,0,0],[177,18,184,14,0,0,0,0],[178,20,181,18,0,0,0,0],[179,43,181,18,0,0,0,0],[181,25,183,18,0,0,0,0],[183,18,184,14,0,0,0,0],[184,14,185,19,0,0,0,0],[186,9,187,54,0,0,0,0],[188,9,193,14,0,0,0,0],[189,16,191,14,0,0,0,0],[190,39,191,14,0,0,0,0],[191,21,193,14,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC16unregisterDaemon33_6A09A74211527FEC9C9E9B77216CB466LLyyYaKF","regions":[[197,50,208,6,0,0,0,0],[199,12,201,10,0,0,0,0],[200,43,201,10,0,0,0,0],[201,17,207,10,0,0,0,0],[202,16,202,46,0,0,0,0],[202,47,205,14,0,0,0,0],[205,14,206,84,0,0,0,0],[207,10,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18detectProcessState33_6A09A74211527FEC9C9E9B77216CB466LLAC0H8SnapshotAELLVyYaF","regions":[[210,64,221,6,0,0,0,0],[211,58,213,10,0,0,0,0],[213,10,220,59,0,0,0,0],[216,12,216,27,0,0,0,0],[216,53,218,10,0,0,0,0],[218,10,220,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18detectProcessState33_6A09A74211527FEC9C9E9B77216CB466LL8pidCacheAC0H8SnapshotAELLV0aB15DaemonLifecycle06LaunchT8PIDCacheC_tYaFZ","regions":[[225,32,236,6,0,0,0,0],[226,58,228,10,0,0,0,0],[228,10,235,59,0,0,0,0],[231,12,231,27,0,0,0,0],[231,53,233,10,0,0,0,0],[233,10,235,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC5startyyYaKF","regions":[[241,38,299,6,0,0,0,0],[249,34,252,10,0,0,0,0],[252,10,298,97,0,0,0,0],[256,40,258,10,0,0,0,0],[258,10,298,97,0,0,0,0],[262,43,298,97,0,0,0,0],[269,26,273,10,0,0,0,0],[272,38,272,47,0,0,0,0],[272,47,273,10,0,0,0,0],[273,10,298,97,0,0,0,0],[278,34,282,10,0,0,0,0],[282,10,298,97,0,0,0,0],[285,12,285,42,0,0,0,0],[285,43,290,10,0,0,0,0],[290,10,298,97,0,0,0,0],[294,43,296,10,0,0,0,0],[296,10,298,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC4stopyyYaKF","regions":[[302,37,330,6,0,0,0,0],[305,37,330,6,0,0,0,0],[313,34,322,10,0,0,0,0],[314,16,314,46,0,0,0,0],[314,47,317,14,0,0,0,0],[317,20,321,14,0,0,0,0],[321,14,322,10,0,0,0,0],[322,10,330,6,0,0,0,0],[324,12,324,29,0,0,0,0],[324,30,327,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC7restartyyYaKF","regions":[[333,40,338,6,0,0,0,0],[335,25,338,6,0,0,0,0],[337,26,338,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13refreshStatusAC0F5StateOyYaF","regions":[[342,55,346,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC11isInstalledSbvg","regions":[[349,34,356,6,0,0,0,0],[350,16,350,37,0,0,0,0],[351,9,352,18,0,0,0,0],[353,9,354,17,0,0,0,0],[355,10,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC11checkHealth7tcpPortAA0fH6StatusVSi_tYaF","regions":[[359,65,363,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC010canRestartF0AA0H13CooldownStateVyYaF","regions":[[366,60,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartAttempt9timestampy10Foundation4DateV_tYaF","regions":[[371,52,373,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartSuccessyyYaF","regions":[[376,37,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC18recordStartFailureyyYaF","regions":[[381,37,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23recordConnectionFailureSbyYaF","regions":[[386,50,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23recordConnectionSuccessyyYaF","regions":[[391,42,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaF","regions":[[397,57,421,6,0,0,0,0],[409,16,409,24,0,0,0,0],[410,9,411,37,0,0,0,0],[412,9,415,77,0,0,0,0],[414,19,414,55,0,0,0,0],[415,19,415,77,0,0,0,0],[416,9,417,92,0,0,0,0],[417,45,417,81,0,0,0,0],[417,84,417,92,0,0,0,0],[418,9,419,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSo05SMAppfH0VyYacfU_","regions":[[399,62,401,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFAC15ProcessSnapshotAELLVyYacfU0_","regions":[[402,61,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSiyKXEfu_","regions":[[414,53,414,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC14evaluateStatus33_6A09A74211527FEC9C9E9B77216CB466LLAC0F5StateOyYaFSiyKXEfu0_","regions":[[417,79,417,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOF","regions":[[423,59,450,6,0,0,0,0],[424,39,424,49,0,0,0,0],[424,49,450,6,0,0,0,0],[430,49,432,10,0,0,0,0],[435,47,442,10,0,0,0,0],[444,12,444,30,0,0,0,0],[444,58,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOFyyYacfU_","regions":[[436,18,441,14,0,0,0,0],[438,20,438,31,0,0,0,0],[438,32,440,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC13publishStatus33_6A09A74211527FEC9C9E9B77216CB466LLyyAC0F5StateOFyyYacfU0_","regions":[[445,18,448,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC03logF7Failure33_6A09A74211527FEC9C9E9B77216CB466LL4from6reasonyAC0F5StateO_SStF","regions":[[453,81,497,6,0,0,0,0],[459,12,461,10,0,0,0,0],[460,104,461,10,0,0,0,0],[461,17,463,10,0,0,0,0],[463,10,497,6,0,0,0,0],[479,48,492,10,0,0,0,0],[480,16,489,14,0,0,0,0],[481,20,481,77,0,0,0,0],[481,78,486,18,0,0,0,0],[482,76,486,18,0,0,0,0],[483,43,486,18,0,0,0,0],[484,55,486,18,0,0,0,0],[485,39,486,18,0,0,0,0],[486,24,488,18,0,0,0,0],[487,53,488,18,0,0,0,0],[488,18,489,14,0,0,0,0],[489,21,491,14,0,0,0,0],[491,14,492,10,0,0,0,0],[492,10,497,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13KanataServiceC23handleCrashLoopDetected33_6A09A74211527FEC9C9E9B77216CB466LLyyYaF","regions":[[500,50,518,6,0,0,0,0],[504,12,515,10,0,0,0,0],[505,41,515,10,0,0,0,0],[515,17,517,10,0,0,0,0],[517,10,518,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16ensureConnection7Network12NWConnectionCyYaKF","regions":[[10,58,24,6,0,0,0,0],[12,12,14,10,0,0,0,0],[14,17,23,10,0,0,0,0],[15,16,15,34,0,0,0,0],[15,35,21,14,0,0,0,0],[21,14,22,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKF","regions":[[26,62,116,6,0,0,0,0],[28,55,31,10,0,0,0,0],[31,10,115,10,0,0,0,0],[34,27,36,10,0,0,0,0],[36,16,38,10,0,0,0,0],[41,15,41,27,0,0,0,0],[41,28,43,10,0,0,0,0],[42,59,43,10,0,0,0,0],[43,10,115,10,0,0,0,0],[46,55,49,10,0,0,0,0],[49,10,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_","regions":[[65,71,115,10,0,0,0,0],[111,48,114,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_","regions":[[67,27,101,14,0,0,0,0],[100,18,101,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_yScCyAGsAH_pGXEfU_","regions":[[68,59,100,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_yScCyAGsAH_pGXEfU_yAG5StateOYbcfU_","regions":[[71,56,97,22,0,0,0,0],[73,32,73,37,0,0,0,0],[74,25,77,30,0,0,0,0],[75,32,75,62,0,0,0,0],[75,63,77,30,0,0,0,0],[79,25,85,51,0,0,0,0],[80,32,80,62,0,0,0,0],[80,63,84,30,0,0,0,0],[87,25,92,30,0,0,0,0],[88,32,88,62,0,0,0,0],[88,63,92,30,0,0,0,0],[94,25,95,34,0,0,0,0],[96,26,97,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC20ensureConnectionCore7Network12NWConnectionCyYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU0_","regions":[[104,27,108,14,0,0,0,0],[105,88,107,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11stateStringySS7Network12NWConnectionC5StateOSgF","regions":[[118,62,129,6,0,0,0,0],[119,30,119,46,0,0,0,0],[119,46,129,6,0,0,0,0],[120,16,120,21,0,0,0,0],[121,9,121,36,0,0,0,0],[122,9,122,40,0,0,0,0],[123,9,123,44,0,0,0,0],[124,9,124,36,0,0,0,0],[125,9,125,38,0,0,0,0],[126,9,126,44,0,0,0,0],[127,9,127,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC15closeConnectionyyF","regions":[[131,28,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC32cancelInflightAndCloseConnectionyyF","regions":[[145,45,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17withErrorRecoveryyxxyYaKXEYaKs8SendableRzlF","regions":[[152,94,163,6,0,0,0,0],[153,12,155,10,0,0,0,0],[155,17,162,10,0,0,0,0],[157,16,157,34,0,0,0,0],[157,35,160,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Connection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11shouldRetryySbs5Error_pF","regions":[[165,46,175,6,0,0,0,0],[166,45,173,10,0,0,0,0],[167,20,167,23,0,0,0,0],[168,13,169,28,0,0,0,0],[170,13,171,29,0,0,0,0],[173,10,174,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKF","regions":[[13,45,85,6,0,0,0,0],[84,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_","regions":[[15,37,84,10,0,0,0,0],[16,32,16,54,0,0,0,0],[16,54,83,63,0,0,0,0],[19,93,83,63,0,0,0,0],[23,56,83,63,0,0,0,0],[27,104,83,63,0,0,0,0],[27,105,34,14,0,0,0,0],[34,14,83,63,0,0,0,0],[37,77,37,95,0,0,0,0],[40,13,43,14,0,0,0,0],[43,14,83,63,0,0,0,0],[46,62,83,63,0,0,0,0],[51,19,51,56,0,0,0,0],[51,71,79,14,0,0,0,0],[55,18,79,14,0,0,0,0],[59,20,59,52,0,0,0,0],[59,53,61,18,0,0,0,0],[61,18,79,14,0,0,0,0],[63,107,79,14,0,0,0,0],[63,108,70,18,0,0,0,0],[70,18,79,14,0,0,0,0],[72,80,72,98,0,0,0,0],[75,17,78,18,0,0,0,0],[78,18,79,14,0,0,0,0],[79,14,83,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu_","regions":[[24,76,24,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu0_","regions":[[41,58,41,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_10Foundation4DataVyYaYbKcfU_","regions":[[53,74,55,18,0,0,0,0],[54,68,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu1_","regions":[[76,62,76,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC5helloAC10TcpHelloOkVyYaKFAFyYaKXEfU_SSyKXEfu2_","regions":[[81,66,81,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC26enforceMinimumCapabilities8requiredySaySSG_tYaKF","regions":[[88,70,98,6,0,0,0,0],[89,38,98,6,0,0,0,0],[90,80,95,10,0,0,0,0],[95,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC9getStatusAC03TcpH4InfoVyYaKF","regions":[[101,52,114,6,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC9getStatusAC03TcpH4InfoVyYaKFAFyYaKXEfU_","regions":[[103,37,113,10,0,0,0,0],[105,94,112,63,0,0,0,0],[106,59,112,63,0,0,0,0],[109,14,112,63,0,0,0,0],[109,15,111,14,0,0,0,0],[111,14,112,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17requestLayerNamesSaySSGyYaKF","regions":[[117,55,129,6,0,0,0,0],[128,10,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17requestLayerNamesSaySSGyYaKFAEyYaKXEfU_","regions":[[118,37,128,10,0,0,0,0],[120,105,127,63,0,0,0,0],[121,59,127,63,0,0,0,0],[124,14,127,63,0,0,0,0],[124,15,126,14,0,0,0,0],[126,14,127,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17checkServerStatusSbyYaF","regions":[[132,44,155,6,0,0,0,0],[135,12,146,10,0,0,0,0],[137,106,145,25,0,0,0,0],[138,56,145,25,0,0,0,0],[140,81,143,14,0,0,0,0],[143,14,145,25,0,0,0,0],[146,17,154,10,0,0,0,0],[149,16,149,34,0,0,0,0],[149,35,152,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF","regions":[[159,74,242,6,0,0,0,0],[163,12,230,10,0,0,0,0],[173,78,229,52,0,0,0,0],[191,14,229,52,0,0,0,0],[198,77,198,95,0,0,0,0],[201,13,205,14,0,0,0,0],[205,14,229,52,0,0,0,0],[209,14,229,52,0,0,0,0],[209,15,223,14,0,0,0,0],[210,20,210,32,0,0,0,0],[210,33,217,18,0,0,0,0],[217,24,222,18,0,0,0,0],[223,14,229,52,0,0,0,0],[230,17,241,10,0,0,0,0],[236,16,236,34,0,0,0,0],[236,35,239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_","regions":[[178,76,191,14,0,0,0,0],[188,52,190,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_ALyYaKcfU_","regions":[[179,31,181,18,0,0,0,0],[180,53,181,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaF10Foundation4DataVScgyALs5Error_pGzYaKXEfU_ALyYaKcfU0_","regions":[[183,31,186,18,0,0,0,0],[184,92,185,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFSSyKXEfu_","regions":[[192,76,192,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFSSyKXEfu0_","regions":[[202,58,202,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFs6UInt64VyKXEfu1_","regions":[[211,53,211,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12reloadConfig9timeoutMsAA15TCPReloadResultOs6UInt32V_tYaFs6UInt64VyKXEfu2_","regions":[[212,46,212,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaF","regions":[[265,83,305,6,0,0,0,0],[268,12,298,10,0,0,0,0],[277,78,297,28,0,0,0,0],[279,59,297,28,0,0,0,0],[284,80,284,98,0,0,0,0],[286,13,295,14,0,0,0,0],[287,20,287,47,0,0,0,0],[287,48,290,18,0,0,0,0],[290,24,294,18,0,0,0,0],[295,14,297,28,0,0,0,0],[298,17,304,10,0,0,0,0],[300,16,300,34,0,0,0,0],[300,35,302,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaFSSyKXEfu_","regions":[[280,78,280,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC09actOnFakeA04name6actionAC0iA6ResultOSS_AC0iA6ActionOtYaFSSyKXEfu0_","regions":[[291,62,291,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaF","regions":[[316,70,355,6,0,0,0,0],[319,12,348,10,0,0,0,0],[327,78,347,28,0,0,0,0],[329,59,347,28,0,0,0,0],[334,80,334,98,0,0,0,0],[336,13,345,14,0,0,0,0],[337,20,337,47,0,0,0,0],[337,48,340,18,0,0,0,0],[340,24,344,18,0,0,0,0],[345,14,347,28,0,0,0,0],[348,17,354,10,0,0,0,0],[350,16,350,34,0,0,0,0],[350,35,352,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaFSSyKXEfu_","regions":[[330,78,330,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Operations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC11changeLayeryAC06ChangeH6ResultOSSYaFSSyKXEfu0_","regions":[[341,62,341,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC22isUnsolicitedBroadcastySb10Foundation4DataVF","regions":[[8,67,16,6,0,0,0,0],[9,71,9,89,0,0,0,0],[9,95,11,10,0,0,0,0],[11,10,15,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC22isUnsolicitedBroadcastySb10Foundation4DataVFSbSSXEfU_","regions":[[15,46,15,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractRequestId4froms6UInt64VSg10Foundation4DataV_tF","regions":[[19,67,49,6,0,0,0,0],[20,71,20,89,0,0,0,0],[20,95,22,10,0,0,0,0],[22,10,48,19,0,0,0,0],[34,86,36,10,0,0,0,0],[36,10,48,19,0,0,0,0],[39,32,46,10,0,0,0,0],[43,13,45,14,0,0,0,0],[45,14,46,10,0,0,0,0],[46,10,48,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractRequestId4froms6UInt64VSg10Foundation4DataV_tF05parsehI5ValueL_yAHypF","regions":[[24,59,32,10,0,0,0,0],[25,48,27,14,0,0,0,0],[27,14,31,36,0,0,0,0],[28,85,30,14,0,0,0,0],[30,14,31,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC21_testExtractRequestId4froms6UInt64VSg10Foundation4DataV_tF","regions":[[53,76,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12extractError4fromS2S_tF","regions":[[59,56,85,6,0,0,0,0],[61,51,83,10,0,0,0,0],[66,13,72,14,0,0,0,0],[69,17,71,18,0,0,0,0],[71,18,72,14,0,0,0,0],[72,14,83,10,0,0,0,0],[75,72,75,90,0,0,0,0],[75,91,82,14,0,0,0,0],[76,57,78,18,0,0,0,0],[78,18,82,14,0,0,0,0],[79,53,81,18,0,0,0,0],[81,18,82,14,0,0,0,0],[82,14,83,10,0,0,0,0],[83,10,84,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12extractError4fromS2S_tFSSyKXEfu_","regions":[[70,50,70,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14extractMessage5named4into4fromxSgSS_xm10Foundation4DataVtKSeRzlF","regions":[[90,5,137,6,0,0,0,0],[91,64,94,10,0,0,0,0],[94,10,136,19,0,0,0,0],[100,85,133,10,0,0,0,0],[103,63,103,75,0,0,0,0],[103,75,133,10,0,0,0,0],[105,78,105,96,0,0,0,0],[105,102,108,14,0,0,0,0],[108,14,133,10,0,0,0,0],[113,48,116,14,0,0,0,0],[116,14,133,10,0,0,0,0],[119,95,122,14,0,0,0,0],[122,14,133,10,0,0,0,0],[124,16,129,14,0,0,0,0],[125,82,128,31,0,0,0,0],[129,21,132,14,0,0,0,0],[133,10,136,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Parsing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14extractMessage5named4into4fromxSgSS_xm10Foundation4DataVtKSeRzlFSSSshYbcfu_","regions":[[100,59,100,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV7version15protocolVersion12capabilities10request_idAESS_SiSaySSGs6UInt64VSgtcfC","regions":[[21,104,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfC","regions":[[28,44,48,10,0,0,0,0],[29,76,48,10,0,0,0,0],[30,89,48,10,0,0,0,0],[32,90,48,10,0,0,0,0],[33,103,48,10,0,0,0,0],[34,102,48,10,0,0,0,0],[35,13,40,14,0,0,0,0],[40,14,48,10,0,0,0,0],[43,92,48,10,0,0,0,0],[44,92,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfcSSyKXEfu_","regions":[[43,97,43,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV4fromAEs7Decoder_p_tKcfcSaySSGyKXEfu0_","regions":[[44,97,44,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV6encode2toys7Encoder_p_tKF","regions":[[50,49,55,10,0,0,0,0],[52,60,55,10,0,0,0,0],[53,76,55,10,0,0,0,0],[54,70,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV15hasCapabilitiesySbSaySSGF","regions":[[57,60,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Protocol.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10TcpHelloOkV15hasCapabilitiesySbSaySSGFSbSSXEfU_","regions":[[59,40,59,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4sendy10Foundation4DataVAGYaKF","regions":[[9,50,21,6,0,0,0,0],[10,12,12,10,0,0,0,0],[12,17,20,10,0,0,0,0],[13,16,13,34,0,0,0,0],[13,35,18,14,0,0,0,0],[18,14,19,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKF","regions":[[23,54,45,6,0,0,0,0],[25,58,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_","regions":[[28,63,44,10,0,0,0,0],[41,48,43,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU_","regions":[[30,27,32,14,0,0,0,0],[31,74,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC8sendCorey10Foundation4DataVAGYaKFAGScgyAGs5Error_pGzYaKXEfU_AGyYaKcfU0_","regions":[[35,27,38,14,0,0,0,0],[36,88,37,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKF","regions":[[51,77,130,6,0,0,0,0],[53,47,56,10,0,0,0,0],[56,10,130,6,0,0,0,0],[61,71,65,10,0,0,0,0],[65,10,130,6,0,0,0,0],[77,15,77,19,0,0,0,0],[77,20,129,10,0,0,0,0],[114,14,129,10,0,0,0,0],[117,81,122,14,0,0,0,0],[122,14,129,10,0,0,0,0],[125,16,125,51,0,0,0,0],[125,52,128,14,0,0,0,0],[128,14,129,10,0,0,0,0],[129,10,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKFyScCyyts5Error_pGXEfU_","regions":[[78,55,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKFyScCyyts5Error_pGXEfU_yAHSg_AK14ContentContextCSgSbAI7NWErrorOSgtYbcfU_","regions":[[80,90,113,18,0,0,0,0],[82,34,87,22,0,0,0,0],[87,22,113,18,0,0,0,0],[89,36,96,22,0,0,0,0],[92,28,92,59,0,0,0,0],[92,60,95,26,0,0,0,0],[95,26,96,22,0,0,0,0],[96,22,113,18,0,0,0,0],[98,24,98,34,0,0,0,0],[98,35,109,22,0,0,0,0],[100,28,100,52,0,0,0,0],[100,53,104,26,0,0,0,0],[104,32,107,26,0,0,0,0],[109,22,113,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16extractFirstLine4from10Foundation4DataV4line_AH9remainingtSgAH_tF","regions":[[135,90,143,6,0,0,0,0],[136,65,138,10,0,0,0,0],[138,10,142,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKF","regions":[[147,87,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_","regions":[[151,58,239,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_","regions":[[158,47,237,18,0,0,0,0],[159,34,166,22,0,0,0,0],[160,28,160,58,0,0,0,0],[160,59,164,26,0,0,0,0],[166,22,237,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_yyYacfU_","regions":[[169,26,236,22,0,0,0,0],[170,28,231,26,0,0,0,0],[177,36,222,30,0,0,0,0],[180,34,221,38,0,0,0,0],[184,36,184,77,0,0,0,0],[184,78,189,34,0,0,0,0],[185,97,187,38,0,0,0,0],[189,34,221,38,0,0,0,0],[192,63,218,34,0,0,0,0],[193,99,207,38,0,0,0,0],[194,44,194,64,0,0,0,0],[194,65,198,42,0,0,0,0],[198,48,206,42,0,0,0,0],[200,105,204,46,0,0,0,0],[207,44,217,38,0,0,0,0],[211,101,215,42,0,0,0,0],[218,34,221,38,0,0,0,0],[222,30,231,26,0,0,0,0],[222,37,222,64,0,0,0,0],[224,32,224,60,0,0,0,0],[224,61,226,30,0,0,0,0],[226,30,231,26,0,0,0,0],[228,32,228,62,0,0,0,0],[228,63,230,30,0,0,0,0],[231,33,235,26,0,0,0,0],[232,32,232,62,0,0,0,0],[232,63,234,30,0,0,0,0],[235,26,236,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14sendAndReceive2on4data10Foundation4DataV7Network12NWConnectionC_AItYaKFyScCyAIs5Error_pGXEfU_yAJ7NWErrorOSgYbcfU_yyYacfU_AIyYaYbKcfU_","regions":[[178,84,180,34,0,0,0,0],[179,84,180,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPTimeoutError33_60264B25E257074A57C426E0E53CE042LLV16errorDescriptionSSSgvg","regions":[[247,35,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlF","regions":[[255,21,278,2,0,0,0,0],[277,6,278,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[256,49,277,6,0,0,0,0],[269,50,276,22,0,0,0,0],[269,56,271,10,0,0,0,0],[271,10,276,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU_","regions":[[258,23,260,10,0,0,0,0],[259,34,260,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11withTimeout7seconds9operationxSd_xyYaYbKctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[263,23,266,10,0,0,0,0],[264,79,265,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient+Transport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC16readUntilNewline2on10Foundation4DataV7Network12NWConnectionC_tYaKF11AccumulatorL_C7initialAmH_tcfc","regions":[[70,33,70,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV4fromACs7Decoder_p_tKcfC","regions":[[16,40,20,6,0,0,0,0],[17,72,20,6,0,0,0,0],[18,68,20,6,0,0,0,0],[19,71,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV6encode2toys7Encoder_p_tKF","regions":[[22,45,26,6,0,0,0,0],[24,54,26,6,0,0,0,0],[25,57,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV4isOkSbvg","regions":[[28,20,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TcpServerResponseV7isErrorSbvg","regions":[[32,23,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC9completed33_B299CF67816BCCF3389A9D49592D7D12LLSbvpfi","regions":[[39,29,39,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC4lock33_B299CF67816BCCF3389A9D49592D7D12LLSo6NSLockCvpfi","regions":[[40,24,40,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CompletionFlagC13markCompletedSbyF","regions":[[42,34,48,6,0,0,0,0],[45,31,45,47,0,0,0,0],[45,47,47,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC19retryBackoffSecondsSdvpfi","regions":[[82,45,82,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC12isConnectingSbvpfi","regions":[[86,24,86,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC10readBuffer10Foundation4DataVvpfi","regions":[[107,22,107,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC13nextRequestIds6UInt64Vvpfi","regions":[[113,33,113,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC17generateRequestIds6UInt64VyF","regions":[[116,40,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC14defaultTimeout33_B299CF67816BCCF3389A9D49592D7D12LLSdvgZ","regions":[[125,53,127,6,0,0,0,0],[126,42,126,45,0,0,0,0],[126,48,126,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4host4port7timeout15reuseConnectionACSS_SiSdSgSbtcfc","regions":[[132,7,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataTCPClientC4host4port7timeout15reuseConnectionACSS_SiSdSgSbtcfcSdyKXEfu_","regions":[[135,35,135,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO9isSuccessSbvg","regions":[[146,25,153,6,0,0,0,0],[147,16,147,20,0,0,0,0],[148,9,149,17,0,0,0,0],[150,9,151,18,0,0,0,0],[152,10,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO12errorMessageSSSgvg","regions":[[155,31,164,6,0,0,0,0],[156,16,156,20,0,0,0,0],[157,9,158,18,0,0,0,0],[159,9,160,18,0,0,0,0],[161,9,162,16,0,0,0,0],[163,10,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO8responseSSSgvg","regions":[[166,27,175,6,0,0,0,0],[167,16,167,20,0,0,0,0],[168,9,169,21,0,0,0,0],[170,9,171,21,0,0,0,0],[172,9,173,16,0,0,0,0],[174,10,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO14isCancellationSbvg","regions":[[177,30,180,6,0,0,0,0],[178,47,178,63,0,0,0,0],[178,63,179,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KanataTCPClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPReloadResultO14isCancellationSbvgSbyKXEfu_","regions":[[179,57,179,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveStatusO7messageSSvg","regions":[[13,25,21,6,0,0,0,0],[14,16,14,20,0,0,0,0],[15,9,15,23,0,0,0,0],[16,9,16,34,0,0,0,0],[17,9,17,42,0,0,0,0],[18,9,18,34,0,0,0,0],[19,9,19,64,0,0,0,0],[20,10,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KanataUIState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveStatusO8isActiveSbvg","regions":[[23,24,28,6,0,0,0,0],[24,16,24,20,0,0,0,0],[25,9,25,36,0,0,0,0],[26,9,26,22,0,0,0,0],[27,10,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_keyMappings33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA0A7MappingVGGvpfi","regions":[[25,48,25,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16_ruleCollections33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA14RuleCollectionVGGvpfi","regions":[[26,56,26,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_customRules33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA10CustomRuleVGGvpfi","regions":[[27,48,27,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17_currentLayerName33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[28,47,28,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12_diagnostics33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA0E10DiagnosticVGGvpfi","regions":[[29,54,29,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17_lastConfigUpdate33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVy10Foundation4DateVGvpfi","regions":[[31,45,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_showingValidationAlert33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[37,45,37,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21_validationAlertTitle33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[38,43,38,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_validationAlertMessage33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySSGvpfi","regions":[[39,45,39,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_validationAlertActions33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySayAA010ValidationI6ActionVGGvpfi","regions":[[40,70,40,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC11_saveStatus33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVyAA04SaveI0OGvpfi","regions":[[43,45,43,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_emergencyStopActivated33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[46,51,46,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC10_toastType33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVyAC05ToastI0OGvpfi","regions":[[50,43,50,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23_showRuleConflictDialog33_CA6148F19234CC1A1AED3560A8BB1CD4LL7Combine9PublishedVySbGvpfi","regions":[[54,45,54,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17underlyingManagerAA18RuntimeCoordinatorCvg","regions":[[73,47,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC7managerAcA18RuntimeCoordinatorC_tcfc","regions":[[79,39,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelCfd","regions":[[84,12,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16setupObservation33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyF","regions":[[92,37,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16setupObservation33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyFyyYacfU_","regions":[[93,37,98,10,0,0,0,0],[94,53,97,14,0,0,0,0],[95,46,95,55,0,0,0,0],[95,55,97,14,0,0,0,0],[97,14,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tF","regions":[[103,54,193,6,0,0,0,0],[107,40,109,10,0,0,0,0],[122,68,128,10,0,0,0,0],[126,62,126,66,0,0,0,0],[126,69,126,72,0,0,0,0],[128,16,130,10,0,0,0,0],[137,46,189,10,0,0,0,0],[140,20,140,25,0,0,0,0],[141,13,162,18,0,0,0,0],[164,13,187,18,0,0,0,0],[188,14,189,10,0,0,0,0],[189,16,192,10,0,0,0,0],[192,10,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU_","regions":[[155,73,157,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU0_","regions":[[158,91,161,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU1_","regions":[[174,76,176,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU2_","regions":[[177,93,186,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC8updateUI33_CA6148F19234CC1A1AED3560A8BB1CD4LL4withyAA0E7UIStateV_tFyycfU2_yyYacfU_","regions":[[178,30,185,26,0,0,0,0],[179,32,181,30,0,0,0,0],[180,71,181,30,0,0,0,0],[181,37,183,30,0,0,0,0],[183,30,185,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20clearValidationError33_CA6148F19234CC1A1AED3560A8BB1CD4LLyyF","regions":[[195,41,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaF","regions":[[203,64,242,6,0,0,0,0],[211,12,211,58,0,0,0,0],[211,59,226,10,0,0,0,0],[212,16,212,23,0,0,0,0],[212,24,221,14,0,0,0,0],[216,20,216,26,0,0,0,0],[216,27,218,18,0,0,0,0],[218,24,220,18,0,0,0,0],[221,20,224,14,0,0,0,0],[226,10,242,6,0,0,0,0],[229,12,229,54,0,0,0,0],[229,55,235,10,0,0,0,0],[230,16,230,23,0,0,0,0],[230,24,232,14,0,0,0,0],[232,20,234,14,0,0,0,0],[235,16,241,10,0,0,0,0],[236,16,236,23,0,0,0,0],[236,24,238,14,0,0,0,0],[238,20,240,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaFSbAA0iJ0VXEfU_","regions":[[207,48,207,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20toggleRuleCollection_7enabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[208,50,208,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC016setMacOSFunctionA4Mode33_CA6148F19234CC1A1AED3560A8BB1CD4LL16useStandardFKeysS2b_tF","regions":[[247,74,279,6,0,0,0,0],[255,12,255,44,0,0,0,0],[255,45,258,10,0,0,0,0],[258,10,279,6,0,0,0,0],[263,103,263,109,0,0,0,0],[263,112,263,119,0,0,0,0],[265,12,275,10,0,0,0,0],[266,30,275,10,0,0,0,0],[268,16,268,46,0,0,0,0],[268,47,271,14,0,0,0,0],[271,20,274,14,0,0,0,0],[275,17,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC016setMacOSFunctionA4Mode33_CA6148F19234CC1A1AED3560A8BB1CD4LL16useStandardFKeysS2b_tFSbyKXEfu_","regions":[[253,23,253,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16removeCustomRuleyy10Foundation4UUIDVYaF","regions":[[281,45,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC14saveCustomRuleyyAA0iJ0VYaF","regions":[[285,51,292,6,0,0,0,0],[287,12,287,19,0,0,0,0],[287,20,289,10,0,0,0,0],[289,16,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaF","regions":[[294,60,303,6,0,0,0,0],[298,12,298,19,0,0,0,0],[298,20,300,10,0,0,0,0],[300,16,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaFSbAA0iJ0VXEfU_","regions":[[296,38,296,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC16toggleCustomRule_7enabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[297,46,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17addRuleCollectionyyAA0iJ0VYaF","regions":[[305,64,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC22updateCollectionOutput_6outputy10Foundation4UUIDV_SStYaF","regions":[[309,67,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC25updateCollectionTapOutput_03tapK0y10Foundation4UUIDV_SStYaF","regions":[[313,73,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC26updateCollectionHoldOutput_04holdK0y10Foundation4UUIDV_SStYaF","regions":[[317,75,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC27updateCollectionLayerPreset_8presetIdy10Foundation4UUIDV_SStYaF","regions":[[321,74,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC012updateWindowA10Convention_10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[325,87,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC014updateFunctionA4Mode_4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[329,73,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23updateHomeRowModsConfig12collectionId6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[333,87,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC31updateHomeRowLayerTogglesConfig12collectionId6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[337,103,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC23updateChordGroupsConfig12collectionId6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[341,87,343,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21updateSequencesConfig12collectionId6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[345,83,347,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20updateLauncherConfig_6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[349,87,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC012updateLeaderA0yySSYaF","regions":[[354,50,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC21isCompletelyInstalledSbyF","regions":[[358,42,360,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC32createDefaultUserConfigIfMissingSbyYaF","regions":[[362,59,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13openFileInZedyySSF","regions":[[366,40,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13openFileInZedyySSFyyYacfU_","regions":[[367,14,367,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC30backupFailedConfigAndApplySafe06failedJ08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[372,5,374,6,0,0,0,0],[373,105,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC17autoFixDiagnosticyyAA0eJ0VYaF","regions":[[376,66,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[380,74,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20resetToDefaultConfigyyYaKF","regions":[[384,46,386,6,0,0,0,0],[385,49,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19createPreEditBackupSbyF","regions":[[388,40,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC06configB0SSvg","regions":[[392,28,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC18regenerateServicesSbyYaF","regions":[[398,45,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC12updateStatusyyYaF","regions":[[402,31,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC20inspectSystemContextAA0iJ0VyYaF","regions":[[406,56,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9uninstall12deleteConfigAA15InstallerReportVSb_tYaF","regions":[[410,65,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC13runFullRepair6reasonAA15InstallerReportVSS_tYaF","regions":[[414,65,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC14runFullInstall6reasonAA15InstallerReportVSS_tYaF","regions":[[418,66,420,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC05startE06reasonSbSS_tYaF","regions":[[424,68,426,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC04stopE06reasonSbSS_tYaF","regions":[[428,67,430,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC11changeLayerySbSSYaF","regions":[[434,57,436,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9showToast33_CA6148F19234CC1A1AED3560A8BB1CD4LL_4type8durationySS_AC0I4TypeOSdtF","regions":[[440,94,450,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC9showToast33_CA6148F19234CC1A1AED3560A8BB1CD4LL_4type8durationySS_AC0I4TypeOSdtFyyYacfU_","regions":[[445,26,449,10,0,0,0,0],[447,42,447,52,0,0,0,0],[447,52,449,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC07restartE06reasonSbSS_tYaF","regions":[[452,70,454,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19currentServiceStateAA0eI0C0iJ0OyYaF","regions":[[456,68,458,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KanataViewModelC19resolveRuleConflict4withyAA0iJ6ChoiceOSg_tF","regions":[[463,64,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ViewModels/KanataViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ValidationAlertActionV2id10Foundation4UUIDVvpfi","regions":[[471,14,471,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO8evaluate11systemState6issues0aB10WizardCore012InstallationG0OAG0m6SystemK0O_SayAG0M5IssueVGtFZ","regions":[[26,29,56,6,0,0,0,0],[28,12,28,40,0,0,0,0],[28,41,30,10,0,0,0,0],[30,10,55,57,0,0,0,0],[55,37,55,44,0,0,0,0],[55,47,55,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO8evaluate11systemState6issues0aB10WizardCore012InstallationG0OAG0m6SystemK0O_SayAG0M5IssueVGtFZSbAMXEfU_","regions":[[33,50,53,10,0,0,0,0],[35,16,35,47,0,0,0,0],[35,48,50,14,0,0,0,0],[36,24,36,40,0,0,0,0],[37,17,46,32,0,0,0,0],[47,17,48,33,0,0,0,0],[50,14,52,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZ","regions":[[66,29,108,6,0,0,0,0],[67,16,67,25,0,0,0,0],[68,9,86,58,0,0,0,0],[86,38,86,45,0,0,0,0],[86,48,86,58,0,0,0,0],[88,9,106,69,0,0,0,0],[106,49,106,56,0,0,0,0],[106,59,106,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZSbALXEfU_","regions":[[70,51,85,14,0,0,0,0],[71,20,71,51,0,0,0,0],[71,52,83,18,0,0,0,0],[72,28,72,44,0,0,0,0],[73,21,79,36,0,0,0,0],[80,21,81,37,0,0,0,0],[83,18,84,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO022getIndividualComponentG0_2in0aB10WizardCore012InstallationG0OAA0eK0O_SayAF0M5IssueVGtFZSbALXEfU0_","regions":[[90,62,105,14,0,0,0,0],[91,20,91,51,0,0,0,0],[91,52,99,18,0,0,0,0],[92,28,92,44,0,0,0,0],[93,21,95,36,0,0,0,0],[96,21,97,37,0,0,0,0],[99,18,104,61,0,0,0,0],[101,100,103,18,0,0,0,0],[103,18,104,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO03getE13RelatedIssues4fromSay0aB10WizardCore0M5IssueVGAI_tFZ","regions":[[113,88,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO03getE13RelatedIssues4fromSay0aB10WizardCore0M5IssueVGAI_tFZSbAHXEfU_","regions":[[114,23,134,10,0,0,0,0],[116,16,116,47,0,0,0,0],[116,48,131,14,0,0,0,0],[117,24,117,40,0,0,0,0],[118,17,127,32,0,0,0,0],[128,17,129,33,0,0,0,0],[131,14,133,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO20hasAutoFixableIssues2inSbSay0aB10WizardCore0N5IssueVG_tFZ","regions":[[140,72,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/KarabinerComponentsStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34KarabinerComponentsStatusEvaluatorO20hasAutoFixableIssues2inSbSay0aB10WizardCore0N5IssueVG_tFZSbAHXEfU_","regions":[[142,41,142,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA_AaF_pycfU_","regions":[[35,81,35,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA0_AHycfU_","regions":[[36,58,36,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC13engineFactory06brokerI0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfc","regions":[[37,7,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06driverB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[45,9,45,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06daemonB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[47,9,48,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC014disabledMarkerB033_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[49,38,49,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC15vhidDaemonLabel33_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[50,35,50,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC15vhidDaemonPlist33_103A23AED49132005ABADAA40FB45155LLSSvpfi","regions":[[51,35,51,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15DriverInstalledSbyF","regions":[[55,47,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaF","regions":[[59,60,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaFyScCySbs5NeverOGXEfU_","regions":[[60,39,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE22DriverExtensionEnabledSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[61,18,90,14,0,0,0,0],[62,20,86,18,0,0,0,0],[67,22,86,18,0,0,0,0],[73,39,81,22,0,0,0,0],[74,28,74,90,0,0,0,0],[76,25,80,26,0,0,0,0],[80,26,81,22,0,0,0,0],[81,22,86,18,0,0,0,0],[86,25,89,18,0,0,0,0],[89,18,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaF","regions":[[94,64,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaFyScCySbs5NeverOGXEfU_","regions":[[95,39,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC03areE25BackgroundServicesEnabledSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[96,18,117,14,0,0,0,0],[97,20,113,18,0,0,0,0],[98,89,113,18,0,0,0,0],[104,24,104,35,0,0,0,0],[104,36,106,22,0,0,0,0],[106,28,110,22,0,0,0,0],[113,25,116,18,0,0,0,0],[116,18,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaF","regions":[[121,53,150,6,0,0,0,0],[123,12,123,70,0,0,0,0],[123,71,128,10,0,0,0,0],[128,10,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaFyScCySbs5NeverOGXEfU_","regions":[[131,46,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE15ElementsRunningSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[132,18,148,14,0,0,0,0],[136,20,136,29,0,0,0,0],[136,30,143,18,0,0,0,0],[143,24,145,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaF","regions":[[152,51,183,6,0,0,0,0],[154,12,154,49,0,0,0,0],[154,50,159,10,0,0,0,0],[159,10,182,10,0,0,0,0],[163,12,163,88,0,0,0,0],[163,89,168,10,0,0,0,0],[168,10,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaFyScCySbs5NeverOGXEfU_","regions":[[170,46,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC02isE13DaemonRunningSbyYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[171,18,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC04killE7GrabberSbyYaF","regions":[[187,47,206,6,0,0,0,0],[189,12,202,10,0,0,0,0],[192,68,201,27,0,0,0,0],[196,16,196,23,0,0,0,0],[196,24,198,14,0,0,0,0],[198,20,200,14,0,0,0,0],[202,17,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC07disableE19ElementsPermanentlySbyYaF","regions":[[208,62,228,6,0,0,0,0],[213,34,216,10,0,0,0,0],[216,10,228,6,0,0,0,0],[218,12,224,10,0,0,0,0],[221,68,223,24,0,0,0,0],[224,17,227,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC07restartE6DaemonSbyYaF","regions":[[232,49,249,6,0,0,0,0],[235,12,245,10,0,0,0,0],[238,81,244,27,0,0,0,0],[239,16,239,23,0,0,0,0],[239,24,241,14,0,0,0,0],[241,20,243,14,0,0,0,0],[245,17,248,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC05startE6DaemonSbyYaF","regions":[[251,47,268,6,0,0,0,0],[254,12,264,10,0,0,0,0],[257,76,263,22,0,0,0,0],[258,16,258,18,0,0,0,0],[258,19,260,14,0,0,0,0],[260,20,262,14,0,0,0,0],[264,17,267,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaF","regions":[[276,70,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaFyScCySbs5NeverOGXEfU_","regions":[[277,39,300,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC026requestPermissionToDisableE033_103A23AED49132005ABADAA40FB45155LLSbyYaFyScCySbs5NeverOGXEfU_yyYbScMYccfU_","regions":[[278,38,299,14,0,0,0,0],[279,20,279,50,0,0,0,0],[279,51,282,18,0,0,0,0],[282,24,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC010getDisableE14ElementsScript33_103A23AED49132005ABADAA40FB45155LLSSyF","regions":[[303,64,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaF","regions":[[332,91,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_","regions":[[333,39,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYacfU_","regions":[[334,27,381,14,0,0,0,0],[338,20,376,18,0,0,0,0],[340,92,376,18,0,0,0,0],[347,22,376,18,0,0,0,0],[359,24,359,38,0,0,0,0],[359,39,370,22,0,0,0,0],[370,28,374,22,0,0,0,0],[376,25,380,18,0,0,0,0],[380,18,381,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC21executeScriptWithSudo33_103A23AED49132005ABADAA40FB45155LL6script11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYacfU_yyYacfU_","regions":[[364,30,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC06verifyE14GrabberRemoval33_103A23AED49132005ABADAA40FB45155LLyyYaF","regions":[[385,56,415,6,0,0,0,0],[390,12,390,26,0,0,0,0],[390,27,394,10,0,0,0,0],[394,16,396,10,0,0,0,0],[399,12,412,10,0,0,0,0],[400,81,412,10,0,0,0,0],[403,16,403,75,0,0,0,0],[403,76,407,14,0,0,0,0],[407,20,411,14,0,0,0,0],[412,17,414,10,0,0,0,0],[414,10,415,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaF","regions":[[417,68,444,6,0,0,0,0],[437,12,437,22,0,0,0,0],[437,23,439,10,0,0,0,0],[439,16,441,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaFSbyKXEfu_","regions":[[435,42,435,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC33verifyConflictingProcessesStopped33_103A23AED49132005ABADAA40FB45155LLSbyYaFSbyKXEfu0_","regions":[[435,61,435,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC19checkProcessStopped33_103A23AED49132005ABADAA40FB45155LL7pattern11processNameSbSS_SStYaF","regions":[[446,90,459,6,0,0,0,0],[450,12,450,21,0,0,0,0],[450,22,452,10,0,0,0,0],[452,16,456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KarabinerConflictService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KarabinerConflictServiceC19checkProcessStopped33_103A23AED49132005ABADAA40FB45155LL7pattern11processNameSbSS_SStYaFSSs5Int32VXEfU_","regions":[[454,82,454,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO6symbol3forSSSgSS_tFZ","regions":[[124,59,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO6formatyS2SFZ","regions":[[133,56,153,6,0,0,0,0],[137,47,139,10,0,0,0,0],[139,10,152,32,0,0,0,0],[142,12,142,33,0,0,0,0],[142,78,144,10,0,0,0,0],[144,10,152,32,0,0,0,0],[147,12,147,33,0,0,0,0],[147,78,149,10,0,0,0,0],[149,10,152,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZ","regions":[[159,68,185,6,0,0,0,0],[161,37,161,51,0,0,0,0],[161,51,184,42,0,0,0,0],[170,12,170,27,0,0,0,0],[170,28,182,10,0,0,0,0],[176,16,176,48,0,0,0,0],[176,49,176,65,0,0,0,0],[176,65,181,58,0,0,0,0],[177,16,177,46,0,0,0,0],[177,47,177,63,0,0,0,0],[177,63,181,58,0,0,0,0],[181,37,181,40,0,0,0,0],[181,43,181,58,0,0,0,0],[182,10,184,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSbSJXEfU_","regions":[[167,36,167,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSbSJXEfU_SbyKXEfu_","regions":[[167,51,167,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZSSSshYbcfu_","regions":[[168,18,168,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO12tapHoldLabel3forSSSgSS_tFZAFSSXEfU0_","regions":[[180,43,180,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZ","regions":[[191,66,213,6,0,0,0,0],[193,12,193,57,0,0,0,0],[193,58,195,10,0,0,0,0],[195,10,212,39,0,0,0,0],[197,40,199,10,0,0,0,0],[199,10,212,39,0,0,0,0],[202,12,202,26,0,0,0,0],[202,64,204,10,0,0,0,0],[204,10,212,39,0,0,0,0],[207,12,207,26,0,0,0,0],[207,64,209,10,0,0,0,0],[209,10,212,39,0,0,0,0],[212,30,212,33,0,0,0,0],[212,36,212,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZSbyKXEfu_","regions":[[193,30,193,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/KeyDisplayFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16DisplayFormatterO06singleA5Label33_FBF817A4C44FFB7A9C7DF0EE7B71ED7ALLySSSgSSFZSbyKXEfu0_","regions":[[193,46,193,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A12IconRegistryO7resolveyAA0aE6SourceOSSFZ","regions":[[82,58,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyIconRegistry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A12IconRegistryO7resolveyAA0aE6SourceOSSFZAFyKXEfu_","regions":[[83,27,83,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV2id5input6output13shiftedOutput04ctrlJ011description12sectionBreak8behaviorAC10Foundation4UUIDV_S3SSgA2OSbAA0E8BehaviorOSgtcfC","regions":[[34,7,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV12requiresForkSbvg","regions":[[46,35,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV12requiresForkSbvgSbyKXEfu_","regions":[[47,33,47,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfC","regions":[[54,47,64,6,0,0,0,0],[55,72,64,6,0,0,0,0],[57,66,64,6,0,0,0,0],[58,68,64,6,0,0,0,0],[59,91,64,6,0,0,0,0],[60,85,64,6,0,0,0,0],[61,87,64,6,0,0,0,0],[63,90,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfc10Foundation4UUIDVyKXEfu_","regions":[[56,65,56,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV4fromACs7Decoder_p_tKcfcSbyKXEfu0_","regions":[[62,85,62,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV6encode2toys7Encoder_p_tKF","regions":[[66,52,78,6,0,0,0,0],[68,46,78,6,0,0,0,0],[69,52,78,6,0,0,0,0],[70,54,78,6,0,0,0,0],[71,77,78,6,0,0,0,0],[72,71,78,6,0,0,0,0],[73,73,78,6,0,0,0,0],[74,12,74,24,0,0,0,0],[74,25,76,10,0,0,0,0],[75,70,76,10,0,0,0,0],[76,10,78,6,0,0,0,0],[77,67,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO14toKanataFormatySSAA0A8SequenceVFZ","regions":[[27,74,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO14toKanataFormatySSAA0A8SequenceVFZSSAA0A5PressVXEfU_","regions":[[28,44,43,10,0,0,0,0],[32,48,34,14,0,0,0,0],[37,16,37,53,0,0,0,0],[37,54,37,80,0,0,0,0],[38,16,38,52,0,0,0,0],[38,53,38,79,0,0,0,0],[39,16,39,51,0,0,0,0],[39,52,39,78,0,0,0,0],[40,16,40,53,0,0,0,0],[40,54,40,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO15layerFromStringyAA19RuleCollectionLayerOSSFZ","regions":[[54,79,64,6,0,0,0,0],[56,16,56,26,0,0,0,0],[57,9,58,25,0,0,0,0],[59,9,60,31,0,0,0,0],[61,9,62,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO13extractDomain4fromS2S_tFZ","regions":[[72,66,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/KeyMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A16MappingFormatterO13extractDomain4fromS2S_tFZSSyKXEfu_","regions":[[76,62,76,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV15installerEngine22privilegeBrokerFactoryAcA09InstallerG8Protocol_p_AA09PrivilegeI0VycSgtcfC","regions":[[26,7,33,6,0,0,0,0],[28,39,30,10,0,0,0,0],[30,16,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV15installerEngine22privilegeBrokerFactoryAcA09InstallerG8Protocol_p_AA09PrivilegeI0VycSgtcfcAHycfU_","regions":[[31,43,31,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV3run9argumentss5Int32VSaySSG_tYaF","regions":[[36,57,64,6,0,0,0,0],[37,40,40,10,0,0,0,0],[40,10,64,6,0,0,0,0],[44,16,44,23,0,0,0,0],[45,9,46,37,0,0,0,0],[47,9,48,38,0,0,0,0],[49,9,50,37,0,0,0,0],[51,9,53,66,0,0,0,0],[54,9,55,38,0,0,0,0],[56,9,58,21,0,0,0,0],[59,9,62,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10printUsage33_80AED5650AEBE077AB516B46B4A2ECBDLLyyF","regions":[[67,31,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV9runStatus33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[96,45,160,6,0,0,0,0],[103,56,103,65,0,0,0,0],[103,68,103,76,0,0,0,0],[107,58,107,63,0,0,0,0],[107,66,107,71,0,0,0,0],[108,54,108,59,0,0,0,0],[108,62,108,67,0,0,0,0],[109,49,111,10,0,0,0,0],[116,87,116,92,0,0,0,0],[116,95,116,100,0,0,0,0],[117,92,117,97,0,0,0,0],[117,100,117,105,0,0,0,0],[119,86,119,91,0,0,0,0],[119,94,119,99,0,0,0,0],[120,91,120,96,0,0,0,0],[120,99,120,104,0,0,0,0],[125,74,125,89,0,0,0,0],[125,92,125,105,0,0,0,0],[127,80,127,95,0,0,0,0],[127,98,127,111,0,0,0,0],[129,70,129,83,0,0,0,0],[129,86,129,101,0,0,0,0],[130,12,130,50,0,0,0,0],[130,51,132,10,0,0,0,0],[136,67,136,72,0,0,0,0],[136,75,136,80,0,0,0,0],[137,78,137,83,0,0,0,0],[137,86,137,91,0,0,0,0],[138,63,138,68,0,0,0,0],[138,71,138,76,0,0,0,0],[141,12,141,42,0,0,0,0],[141,43,146,10,0,0,0,0],[143,57,145,14,0,0,0,0],[145,14,146,10,0,0,0,0],[152,12,152,33,0,0,0,0],[152,34,155,10,0,0,0,0],[155,16,159,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10runInstall33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[163,46,203,6,0,0,0,0],[170,44,170,53,0,0,0,0],[170,56,170,64,0,0,0,0],[173,53,175,10,0,0,0,0],[177,12,177,45,0,0,0,0],[177,46,182,10,0,0,0,0],[179,49,181,14,0,0,0,0],[181,14,182,10,0,0,0,0],[184,12,184,43,0,0,0,0],[184,44,194,10,0,0,0,0],[186,50,193,14,0,0,0,0],[187,47,187,52,0,0,0,0],[187,55,187,60,0,0,0,0],[190,45,192,18,0,0,0,0],[193,14,194,10,0,0,0,0],[196,12,196,26,0,0,0,0],[196,27,199,10,0,0,0,0],[199,16,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV9runRepair33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[206,45,251,6,0,0,0,0],[209,12,209,37,0,0,0,0],[209,38,212,10,0,0,0,0],[212,10,251,6,0,0,0,0],[218,44,218,53,0,0,0,0],[218,56,218,64,0,0,0,0],[221,53,223,10,0,0,0,0],[225,12,225,45,0,0,0,0],[225,46,230,10,0,0,0,0],[227,49,229,14,0,0,0,0],[229,14,230,10,0,0,0,0],[232,12,232,43,0,0,0,0],[232,44,242,10,0,0,0,0],[234,50,241,14,0,0,0,0],[235,47,235,52,0,0,0,0],[235,55,235,60,0,0,0,0],[238,45,240,18,0,0,0,0],[241,14,242,10,0,0,0,0],[244,12,244,26,0,0,0,0],[244,27,247,10,0,0,0,0],[247,16,250,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV17attemptFastRepair33_80AED5650AEBE077AB516B46B4A2ECBDLLSbyYaF","regions":[[253,52,271,6,0,0,0,0],[258,30,261,10,0,0,0,0],[261,10,271,6,0,0,0,0],[264,12,264,33,0,0,0,0],[264,34,267,10,0,0,0,0],[267,16,270,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaF","regions":[[274,66,310,6,0,0,0,0],[278,19,278,63,0,0,0,0],[278,66,278,109,0,0,0,0],[284,12,284,32,0,0,0,0],[284,33,288,10,0,0,0,0],[290,12,290,43,0,0,0,0],[290,44,301,10,0,0,0,0],[292,50,299,14,0,0,0,0],[293,47,293,52,0,0,0,0],[293,55,293,60,0,0,0,0],[296,45,298,18,0,0,0,0],[299,14,301,10,0,0,0,0],[303,12,303,26,0,0,0,0],[303,27,306,10,0,0,0,0],[306,16,309,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaFySSXEfU_","regions":[[286,33,286,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12runUninstall33_80AED5650AEBE077AB516B46B4A2ECBDLL12deleteConfigs5Int32VSb_tYaFSSyKXEfu_","regions":[[307,68,307,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10runInspect33_80AED5650AEBE077AB516B46B4A2ECBDLLs5Int32VyYaF","regions":[[313,46,345,6,0,0,0,0],[324,71,324,76,0,0,0,0],[324,79,324,84,0,0,0,0],[327,16,327,27,0,0,0,0],[328,9,336,14,0,0,0,0],[331,16,331,37,0,0,0,0],[331,38,336,14,0,0,0,0],[333,44,335,18,0,0,0,0],[335,18,336,14,0,0,0,0],[337,9,339,87,0,0,0,0],[340,10,344,17,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV10formatDate33_80AED5650AEBE077AB516B46B4A2ECBDLLySS10Foundation0G0VF","regions":[[349,53,354,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV14formatConflict33_80AED5650AEBE077AB516B46B4A2ECBDLLySS0aB10WizardCore06SystemG0OF","regions":[[356,71,369,6,0,0,0,0],[357,16,357,24,0,0,0,0],[358,9,359,72,0,0,0,0],[360,9,361,54,0,0,0,0],[362,9,363,89,0,0,0,0],[364,9,365,64,0,0,0,0],[366,9,367,49,0,0,0,0],[368,10,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV19printIssuesIfNeeded33_80AED5650AEBE077AB516B46B4A2ECBDLL3foryAA13SystemContextV_tF","regions":[[371,66,382,6,0,0,0,0],[373,36,373,46,0,0,0,0],[373,46,382,6,0,0,0,0],[376,29,381,10,0,0,0,0],[377,41,377,47,0,0,0,0],[377,50,377,58,0,0,0,0],[378,42,380,14,0,0,0,0],[381,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12deriveIssues33_80AED5650AEBE077AB516B46B4A2ECBDLL4fromSayAA12ContextIssueAELLVGAA06SystemP0V_tF","regions":[[384,78,438,6,0,0,0,0],[387,12,387,58,0,0,0,0],[387,59,394,10,0,0,0,0],[395,12,395,57,0,0,0,0],[395,58,402,10,0,0,0,0],[403,12,403,46,0,0,0,0],[403,47,410,10,0,0,0,0],[411,12,411,39,0,0,0,0],[411,40,418,10,0,0,0,0],[419,12,419,35,0,0,0,0],[419,36,426,10,0,0,0,0],[427,12,427,42,0,0,0,0],[427,43,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB3CLIV12deriveIssues33_80AED5650AEBE077AB516B46B4A2ECBDLL4fromSayAA12ContextIssueAELLVGAA06SystemP0V_tFAH0aB10WizardCore0R8ConflictOXEfU_","regions":[[429,61,434,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvg","regions":[[448,29,451,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu_","regions":[[449,38,449,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu0_","regions":[[449,56,449,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu1_","regions":[[449,85,449,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SystemContextV13isOperational33_80AED5650AEBE077AB516B46B4A2ECBDLLSbvgSbyKXEfu2_","regions":[[450,16,450,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/CLI/KeyPathCLIEntrypoint.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0aB13CLIEntrypointO11runIfNeeded9argumentss5Int32VSgSaySSG_tYaFZ","regions":[[17,73,29,6,0,0,0,0],[18,40,20,10,0,0,0,0],[20,10,28,51,0,0,0,0],[23,56,25,10,0,0,0,0],[25,10,28,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV2id10Foundation4UUIDVvpfi","regions":[[6,27,6,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV4keys11captureMode9timestampACSayAA0A5PressVG_AA07CaptureH0O10Foundation4DateVtcfC","regions":[[11,87,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvg","regions":[[18,38,27,6,0,0,0,0],[19,16,19,27,0,0,0,0],[20,9,21,44,0,0,0,0],[22,9,23,44,0,0,0,0],[24,9,25,65,0,0,0,0],[26,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSyKXEfu_","regions":[[21,42,21,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSyKXEfu0_","regions":[[23,42,23,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV13displayStringSSvgSSAA0A5PressVcfu1_","regions":[[25,22,25,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV20technicalDescriptionSSvg","regions":[[30,45,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV20technicalDescriptionSSvgSSAA0A5PressVcfu_","regions":[[31,40,31,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A8SequenceV7isEmptySbvg","regions":[[36,30,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV04baseA09modifiers9timestamp7keyCodeACSS_AA11ModifierSetV10Foundation4DateVs5Int64VtcfC","regions":[[48,100,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV13displayStringSSvg","regions":[[56,38,159,6,0,0,0,0],[59,12,59,40,0,0,0,0],[59,41,59,60,0,0,0,0],[60,12,60,39,0,0,0,0],[60,40,60,59,0,0,0,0],[61,12,61,38,0,0,0,0],[61,39,61,58,0,0,0,0],[62,12,62,40,0,0,0,0],[62,41,62,60,0,0,0,0],[65,41,65,61,0,0,0,0],[67,9,68,18,0,0,0,0],[69,9,70,18,0,0,0,0],[71,9,72,18,0,0,0,0],[73,9,74,18,0,0,0,0],[75,9,76,17,0,0,0,0],[77,9,78,18,0,0,0,0],[80,9,81,20,0,0,0,0],[82,9,83,18,0,0,0,0],[84,9,85,18,0,0,0,0],[86,9,87,18,0,0,0,0],[88,9,89,18,0,0,0,0],[90,9,91,18,0,0,0,0],[93,9,94,18,0,0,0,0],[95,9,96,18,0,0,0,0],[97,9,98,18,0,0,0,0],[99,9,100,18,0,0,0,0],[102,9,103,18,0,0,0,0],[104,9,105,18,0,0,0,0],[106,9,107,18,0,0,0,0],[108,9,109,18,0,0,0,0],[111,9,113,33,0,0,0,0],[115,9,116,19,0,0,0,0],[117,9,118,19,0,0,0,0],[119,9,120,19,0,0,0,0],[121,9,122,19,0,0,0,0],[123,9,124,19,0,0,0,0],[125,9,126,18,0,0,0,0],[127,9,128,18,0,0,0,0],[129,9,130,18,0,0,0,0],[131,9,132,18,0,0,0,0],[133,9,134,18,0,0,0,0],[135,9,136,18,0,0,0,0],[137,9,138,20,0,0,0,0],[139,9,140,20,0,0,0,0],[141,9,142,19,0,0,0,0],[144,9,145,18,0,0,0,0],[146,9,147,18,0,0,0,0],[148,9,149,35,0,0,0,0],[151,9,152,40,0,0,0,0],[153,9,155,64,0,0,0,0],[155,34,155,54,0,0,0,0],[155,57,155,64,0,0,0,0],[156,10,158,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A5PressV20technicalDescriptionSSvg","regions":[[162,45,181,6,0,0,0,0],[165,12,165,40,0,0,0,0],[165,41,165,68,0,0,0,0],[166,12,166,39,0,0,0,0],[166,40,166,66,0,0,0,0],[167,12,167,38,0,0,0,0],[167,39,167,64,0,0,0,0],[168,12,168,40,0,0,0,0],[168,41,168,68,0,0,0,0],[172,12,172,28,0,0,0,0],[172,29,174,10,0,0,0,0],[174,45,177,10,0,0,0,0],[177,16,180,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV8rawValueACs5UInt8V_tcfC","regions":[[188,34,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV12cgEventFlagsACSo07CGEventI0V_tcfC","regions":[[198,45,207,6,0,0,0,0],[201,12,201,47,0,0,0,0],[201,48,201,78,0,0,0,0],[202,12,202,49,0,0,0,0],[202,50,202,79,0,0,0,0],[203,12,203,45,0,0,0,0],[203,46,203,74,0,0,0,0],[204,12,204,47,0,0,0,0],[204,48,204,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ModifierSetV12hasModifiersSbvg","regions":[[210,35,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO11displayNameSSvg","regions":[[221,36,227,6,0,0,0,0],[222,16,222,20,0,0,0,0],[223,9,223,31,0,0,0,0],[224,9,224,30,0,0,0,0],[225,9,225,35,0,0,0,0],[226,10,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO6symbolSSvg","regions":[[229,31,235,6,0,0,0,0],[230,16,230,20,0,0,0,0],[231,9,231,28,0,0,0,0],[232,9,232,27,0,0,0,0],[233,9,233,30,0,0,0,0],[234,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeySequence.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CaptureModeO11descriptionSSvg","regions":[[237,36,243,6,0,0,0,0],[238,16,238,20,0,0,0,0],[239,9,239,45,0,0,0,0],[240,9,240,62,0,0,0,0],[241,9,241,60,0,0,0,0],[242,10,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC24startEmergencyMonitoring8callbackyyyc_tF","regions":[[9,67,43,6,0,0,0,0],[10,43,10,53,0,0,0,0],[10,53,43,6,0,0,0,0],[13,12,13,42,0,0,0,0],[13,43,17,10,0,0,0,0],[17,10,43,6,0,0,0,0],[25,12,25,36,0,0,0,0],[25,37,29,10,0,0,0,0],[36,12,36,52,0,0,0,0],[36,53,40,10,0,0,0,0],[40,10,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC23stopEmergencyMonitoringyyF","regions":[[45,36,60,6,0,0,0,0],[46,42,46,52,0,0,0,0],[46,52,60,6,0,0,0,0],[51,48,54,10,0,0,0,0],[56,40,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22setupEmergencyEventTapyyF","regions":[[62,35,86,6,0,0,0,0],[78,53,81,10,0,0,0,0],[81,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22setupEmergencyEventTapyyFs9UnmanagedVySo10CGEventRefaGSgs13OpaquePointerV_So0L4TypeVAHSvSgtcfU_","regions":[[70,23,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC20handleEmergencyEvent5event4typeySo10CGEventRefa_So0L4TypeVtF","regions":[[88,66,116,6,0,0,0,0],[96,12,96,28,0,0,0,0],[96,29,113,10,0,0,0,0],[100,16,100,52,0,0,0,0],[103,13,112,14,0,0,0,0],[113,19,113,33,0,0,0,0],[113,34,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+Emergency.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC20handleEmergencyEvent5event4typeySo10CGEventRefa_So0L4TypeVtFyyYbScMYccfU_","regions":[[106,42,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyF","regions":[[10,28,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyFy10Foundation12NotificationVYbcfU_","regions":[[17,11,30,10,0,0,0,0],[18,33,18,43,0,0,0,0],[18,43,30,10,0,0,0,0],[24,18,24,28,0,0,0,0],[24,28,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC08setupTcpF0yyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[25,18,29,14,0,0,0,0],[27,45,27,55,0,0,0,0],[27,55,29,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC09handleTcpA11InputValues7keyName6actionySS_SStF","regions":[[36,67,81,6,0,0,0,0],[37,32,37,42,0,0,0,0],[37,42,81,6,0,0,0,0],[57,67,64,10,0,0,0,0],[58,16,58,48,0,0,0,0],[60,13,63,14,0,0,0,0],[63,14,64,10,0,0,0,0],[64,10,81,6,0,0,0,0],[69,12,69,35,0,0,0,0],[69,74,77,10,0,0,0,0],[71,16,71,29,0,0,0,0],[71,30,73,14,0,0,0,0],[73,20,75,14,0,0,0,0],[77,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC03tcpa6NameToA4Codeys5Int64VSSF","regions":[[85,58,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC03tcpa6NameToA4Codeys5Int64VSSFAFyKXEfu_","regions":[[100,48,100,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11isCapturingSbvpfi","regions":[[18,23,18,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12isContinuousSbvpfi","regions":[[19,24,19,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14suppressEventsSbvpfi","regions":[[20,39,20,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13pauseDurationSdvpfi","regions":[[22,39,22,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12anyEventSeenSbvpfi","regions":[[24,24,24,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05isTcpF4ModeSbvpfi","regions":[[28,28,28,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11captureModeAA0fH0Ovpfi","regions":[[31,36,31,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC12capturedKeysSayAA0A5PressVGvpfi","regions":[[32,36,32,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11chordWindowSdvpfi","regions":[[33,37,33,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15sequenceTimeoutSdvpfi","regions":[[34,41,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11dedupWindowSdvpfi","regions":[[42,37,42,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC18currentTapLocationSo07CGEventhI0Vvpfi","regions":[[43,50,43,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC015pressedModifierA5CodesShys5Int64VGvpfi","regions":[[44,47,44,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14useEventRouterSbvpfi","regions":[[51,39,51,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22fastProbeKanataRunning7timeoutSbSd_tF","regions":[[61,71,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC14setEventRouter_13kanataManageryAA0hI0CSg_AA18RuntimeCoordinatorCSgtF","regions":[[68,91,73,6,0,0,0,0],[72,68,72,77,0,0,0,0],[72,80,72,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC17enableEventRouteryyF","regions":[[76,37,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC18disableEventRouteryyF","regions":[[84,38,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19setActivityObserveryyAA0ehI0_pSgF","regions":[[92,76,96,6,0,0,0,0],[95,75,95,84,0,0,0,0],[95,87,95,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC21isMonitoringEmergencySbvpfi","regions":[[102,33,102,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC11pressedKeysShys5Int64VGvpfi","regions":[[103,35,103,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tF","regions":[[105,61,161,6,0,0,0,0],[106,33,106,43,0,0,0,0],[106,43,161,6,0,0,0,0],[108,12,108,56,0,0,0,0],[108,57,122,10,0,0,0,0],[122,10,161,6,0,0,0,0],[130,12,130,52,0,0,0,0],[130,53,152,10,0,0,0,0],[137,16,137,47,0,0,0,0],[137,48,147,14,0,0,0,0],[147,20,150,14,0,0,0,0],[152,10,161,6,0,0,0,0],[155,12,155,36,0,0,0,0],[155,37,157,10,0,0,0,0],[157,16,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_","regions":[[109,18,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_yyYacfU_","regions":[[112,32,115,22,0,0,0,0],[113,45,113,55,0,0,0,0],[113,55,115,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF08callbackyySSc_tFyyYacfU_yycfU0_","regions":[[116,31,118,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05startF16AfterPermissions33_742F3CE2C2E75B1CC18A462D038A659ELL8callbackyySSc_tF","regions":[[163,85,175,6,0,0,0,0],[169,12,169,36,0,0,0,0],[169,37,171,10,0,0,0,0],[171,16,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC015startContinuousF08callbackyySSc_tF","regions":[[177,71,217,6,0,0,0,0],[178,33,178,43,0,0,0,0],[178,43,217,6,0,0,0,0],[186,12,186,52,0,0,0,0],[186,53,209,10,0,0,0,0],[193,16,193,47,0,0,0,0],[193,48,204,14,0,0,0,0],[204,20,207,14,0,0,0,0],[209,10,217,6,0,0,0,0],[212,12,212,36,0,0,0,0],[212,37,214,10,0,0,0,0],[214,16,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctF","regions":[[220,93,283,6,0,0,0,0],[221,33,221,43,0,0,0,0],[221,43,283,6,0,0,0,0],[236,86,236,91,0,0,0,0],[236,94,236,103,0,0,0,0],[242,12,242,31,0,0,0,0],[242,32,250,10,0,0,0,0],[254,12,254,34,0,0,0,0],[254,35,261,10,0,0,0,0],[278,12,278,25,0,0,0,0],[278,26,280,10,0,0,0,0],[280,16,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFSo7NSEventCSgALcfU_","regions":[[245,81,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSEventCcfU0_","regions":[[256,91,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSEventCcfU0_ytSgyYaYbScMYccfU_","regions":[[257,22,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSTimerCYbcfU1_","regions":[[264,92,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aH0VctFySo7NSTimerCYbcfU1_yyYaYbScMYccfU_","regions":[[266,18,274,14,0,0,0,0],[267,37,267,47,0,0,0,0],[267,47,274,14,0,0,0,0],[268,20,268,36,0,0,0,0],[268,57,273,18,0,0,0,0],[271,154,271,159,0,0,0,0],[271,162,271,171,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC04stopF0yyF","regions":[[285,24,337,6,0,0,0,0],[286,32,286,42,0,0,0,0],[286,42,337,6,0,0,0,0],[307,47,310,10,0,0,0,0],[314,25,317,10,0,0,0,0],[319,30,322,10,0,0,0,0],[325,39,328,10,0,0,0,0],[331,42,334,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tF","regions":[[339,86,423,6,0,0,0,0],[341,12,341,42,0,0,0,0],[341,43,345,10,0,0,0,0],[345,10,423,6,0,0,0,0],[347,62,347,73,0,0,0,0],[347,76,347,87,0,0,0,0],[384,33,415,10,0,0,0,0],[386,106,386,118,0,0,0,0],[386,121,386,133,0,0,0,0],[402,42,410,14,0,0,0,0],[410,48,413,14,0,0,0,0],[415,10,423,6,0,0,0,0],[420,40,420,61,0,0,0,0],[420,64,420,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFs9UnmanagedVySo0T3RefaGSgs13OpaquePointerV_So0T4TypeVALSvSgtcfU_","regions":[[354,23,380,14,0,0,0,0],[355,39,355,79,0,0,0,0],[355,79,380,14,0,0,0,0],[360,20,360,42,0,0,0,0],[360,77,374,18,0,0,0,0],[369,67,371,22,0,0,0,0],[373,53,373,56,0,0,0,0],[373,59,373,90,0,0,0,0],[374,24,379,18,0,0,0,0],[378,53,378,56,0,0,0,0],[378,59,378,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFyyYbScMYccfU0_","regions":[[407,42,407,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13setupEventTap33_742F3CE2C2E75B1CC18A462D038A659ELL2atySo07CGEventI8LocationV_tFyyYbScMYccfU1_","regions":[[411,42,411,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC06handleA5Event33_742F3CE2C2E75B1CC18A462D038A659ELL_4typeySo10CGEventRefa_So0S4TypeVtF","regions":[[425,70,490,6,0,0,0,0],[426,12,426,33,0,0,0,0],[426,34,429,10,0,0,0,0],[429,10,490,6,0,0,0,0],[431,37,431,47,0,0,0,0],[431,47,490,6,0,0,0,0],[434,12,434,69,0,0,0,0],[434,70,436,10,0,0,0,0],[436,10,490,6,0,0,0,0],[462,67,470,10,0,0,0,0],[463,16,463,48,0,0,0,0],[466,13,469,14,0,0,0,0],[469,14,470,10,0,0,0,0],[470,10,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC06handleA5Event33_742F3CE2C2E75B1CC18A462D038A659ELL_4typeySo10CGEventRefa_So0S4TypeVtFyyYbScMYccfU_","regions":[[474,34,489,10,0,0,0,0],[476,16,476,44,0,0,0,0],[476,88,485,14,0,0,0,0],[479,20,479,38,0,0,0,0],[479,39,481,18,0,0,0,0],[481,24,483,18,0,0,0,0],[485,14,489,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaF","regions":[[492,56,546,6,0,0,0,0],[494,72,494,82,0,0,0,0],[494,82,546,6,0,0,0,0],[497,12,497,53,0,0,0,0],[497,54,500,10,0,0,0,0],[500,10,546,6,0,0,0,0],[521,67,528,10,0,0,0,0],[522,16,522,48,0,0,0,0],[524,13,527,14,0,0,0,0],[527,14,528,10,0,0,0,0],[528,10,546,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaFSbyKXEfu_","regions":[[494,53,494,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC19handleModifierEvent33_742F3CE2C2E75B1CC18A462D038A659ELLyySo10CGEventRefaFyyYbScMYccfU_","regions":[[532,34,545,10,0,0,0,0],[533,16,533,44,0,0,0,0],[533,88,542,14,0,0,0,0],[536,20,536,38,0,0,0,0],[536,39,538,18,0,0,0,0],[538,24,540,18,0,0,0,0],[542,14,545,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011handleMediaA5Event33_742F3CE2C2E75B1CC18A462D038A659ELLyySo7NSEventCF","regions":[[550,56,606,6,0,0,0,0],[551,32,551,42,0,0,0,0],[551,42,606,6,0,0,0,0],[552,48,552,58,0,0,0,0],[552,58,606,6,0,0,0,0],[563,30,563,40,0,0,0,0],[563,40,606,6,0,0,0,0],[566,35,566,45,0,0,0,0],[566,45,606,6,0,0,0,0],[584,67,591,10,0,0,0,0],[585,16,585,48,0,0,0,0],[587,13,590,14,0,0,0,0],[590,14,591,10,0,0,0,0],[591,10,606,6,0,0,0,0],[595,12,595,35,0,0,0,0],[595,74,603,10,0,0,0,0],[597,16,597,29,0,0,0,0],[597,30,599,14,0,0,0,0],[599,20,601,14,0,0,0,0],[603,10,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC05mediaA12CodeToString33_742F3CE2C2E75B1CC18A462D038A659ELLySSSgSiF","regions":[[609,66,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VF","regions":[[630,48,680,6,0,0,0,0],[631,12,631,45,0,0,0,0],[631,46,633,10,0,0,0,0],[636,16,636,27,0,0,0,0],[637,9,641,26,0,0,0,0],[643,9,663,14,0,0,0,0],[645,91,648,14,0,0,0,0],[648,20,651,14,0,0,0,0],[665,9,678,14,0,0,0,0],[679,10,680,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU_","regions":[[661,94,663,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[662,22,662,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU0_","regions":[[676,101,678,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC07processA5PressyyAA0aH0VFySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[677,22,677,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC014isModifierOnlyA5Press33_742F3CE2C2E75B1CC18A462D038A659ELLySbAA0aJ0VF","regions":[[682,71,684,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC014isModifierOnlyA5Press33_742F3CE2C2E75B1CC18A462D038A659ELLySbAA0aJ0VFSbyKXEfu_","regions":[[683,39,683,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22removeModifierOnlyKeys33_742F3CE2C2E75B1CC18A462D038A659ELL8matchingyAA0H3SetV_tF","regions":[[686,74,693,6,0,0,0,0],[687,43,687,53,0,0,0,0],[687,53,693,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC22removeModifierOnlyKeys33_742F3CE2C2E75B1CC18A462D038A659ELL8matchingyAA0H3SetV_tFSbAA0A5PressVXEfU_","regions":[[688,32,692,10,0,0,0,0],[690,72,690,88,0,0,0,0],[690,88,691,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011modifierForA4Code33_742F3CE2C2E75B1CC18A462D038A659ELLyAA11ModifierSetVSgs5Int64VF","regions":[[695,71,708,6,0,0,0,0],[696,16,696,23,0,0,0,0],[697,9,698,19,0,0,0,0],[699,9,700,21,0,0,0,0],[701,9,702,20,0,0,0,0],[703,9,704,21,0,0,0,0],[705,9,706,16,0,0,0,0],[707,10,708,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC011modifierForA033_742F3CE2C2E75B1CC18A462D038A659ELLyAA11ModifierSetVSgSSF","regions":[[710,68,723,6,0,0,0,0],[711,16,711,36,0,0,0,0],[712,9,713,19,0,0,0,0],[714,9,715,21,0,0,0,0],[716,9,717,20,0,0,0,0],[718,9,719,21,0,0,0,0],[720,9,721,16,0,0,0,0],[722,10,723,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC13completeChord33_742F3CE2C2E75B1CC18A462D038A659ELLyyF","regions":[[725,34,731,6,0,0,0,0],[726,42,726,52,0,0,0,0],[726,52,731,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC16completeSequence33_742F3CE2C2E75B1CC18A462D038A659ELLyyF","regions":[[733,37,739,6,0,0,0,0],[734,42,734,52,0,0,0,0],[734,52,739,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyF","regions":[[741,28,752,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyFySo7NSTimerCYbcfU_","regions":[[746,92,751,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15resetPauseTimeryyFySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[748,18,750,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC15keyCodeToString33_742F3CE2C2E75B1CC18A462D038A659ELLySSs5Int64VF","regions":[[754,62,792,6,0,0,0,0],[787,42,789,10,0,0,0,0],[789,16,791,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC37checkAccessibilityPermissionsSilentlySbyF","regions":[[795,58,798,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardCapture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC28requestPermissionsExplicitlyyyF","regions":[[801,41,807,6,0,0,0,0],[804,9,806,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV2id4name12manufacturer3url10maintainer4tags11infoJsonURLACSS_S2SSgA2KSaySSG10Foundation0O0VtcfC","regions":[[22,7,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV2id4name12manufacturer3url10maintainer4tags11infoJsonURLACSS_S2SSgA2KSaySSG10Foundation0O0VtcfcAOSgSSXEfU_","regions":[[26,32,26,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfC","regions":[[37,7,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfcAMSgSSXEfU_","regions":[[41,32,41,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/KeyboardMetadata.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeyboardMetadataV13directoryName4info0I7JsonURLACSS_AA15QMKLayoutParserO15QMKKeyboardInfoV10Foundation0K0VtcfcSaySSGyKXEfu_","regions":[[43,39,43,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV11onLeftArrow0h5RightJ00H6EscapeACyyc_yycyycSgtcfC","regions":[[12,7,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tF","regions":[[18,46,38,6,0,0,0,0],[19,38,34,10,0,0,0,0],[34,16,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU_","regions":[[21,41,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU0_","regions":[[25,42,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/KeyboardNavigationModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26KeyboardNavigationModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFAF0A5PressV6ResultOycfU1_","regions":[[29,38,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16_showImportSheet33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[10,42,10,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV15_refreshTrigger33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVy10Foundation4UUIDVGvpfi","regions":[[11,41,11,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16qmkSearchEnabled33_6A37A03DB3D415AAA696FE13EFD041C0LLSbvpfP","regions":[[14,6,14,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV17_qmkSearchEnabled33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI0C7StorageVySbGvpfi","regions":[[14,87,14,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV021_hasScrolledToInitialF033_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[17,56,17,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV11_searchText33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySSGvpfi","regions":[[20,37,20,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16_searchKeyboards33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySayAA0E8MetadataVGGvpfi","regions":[[22,62,22,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV12_isSearching33_6A37A03DB3D415AAA696FE13EFD041C0LL7SwiftUI5StateVySbGvpfi","regions":[[23,38,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV14groupedLayouts33_6A37A03DB3D415AAA696FE13EFD041C0LLSayAA14LayoutCategoryO8category_SayAA08PhysicalS0VG7layoutstGvg","regions":[[28,89,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV7columns33_6A37A03DB3D415AAA696FE13EFD041C0LLSay7SwiftUI0G4ItemVGvpfi","regions":[[33,27,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV16selectedLayoutId6isDark16scrollToCategoryAC7SwiftUI7BindingVySSG_SbAIyAA0jP0OSgGtcfC","regions":[[38,120,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV7layouts16selectedLayoutId6isDarkACSayAA08PhysicalK0VG_7SwiftUI7BindingVySSGSbtcfC","regions":[[47,88,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvg","regions":[[56,25,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvg7SwiftUI05TupleH0VyAC9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvpQOy_Qo_Sg_AE19_ConditionalContentVyAE0H0PAEE2idyQrqd__SHRd__lFQOyAC0m7ResultsH0AILLQrvpQOy_Qo__10Foundation4UUIDVQo_AC06layoutgH0AILLQrvpQOy_Qo_GtGyXEfU_","regions":[[57,28,70,10,0,0,0,0],[59,16,59,32,0,0,0,0],[59,33,61,14,0,0,0,0],[61,14,70,10,0,0,0,0],[64,16,64,32,0,0,0,0],[64,54,67,14,0,0,0,0],[67,20,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgAA14QMKImportSheetVycfU0_","regions":[[71,47,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgAA14QMKImportSheetVycfU0_yycfU_","regions":[[74,35,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgySS_SStcfU1_","regions":[[80,35,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV4bodyQrvgySS_SStcfU1_yyYacfU_","regions":[[85,31,90,14,0,0,0,0],[87,20,87,37,0,0,0,0],[87,38,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[96,38,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_","regions":[[97,28,123,10,0,0,0,0],[111,16,111,35,0,0,0,0],[111,36,122,14,0,0,0,0],[122,14,123,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_yyScMYccfU_","regions":[[112,24,114,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV9searchBar33_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0Y0VSgFQOyAF5ImageV_Qo__Qo__AjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A6_A6_A6_A6_A6_AF9AlignmentVtFQOyAF15ModifiedContentVyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFEAKyQrANFQOyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyAF4TextVG_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_Qo_A10_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAVG_AF16PlainButtonStyleVQo_A34_GSgtGyXEfU_AVyXEfU0_","regions":[[114,26,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[130,46,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_","regions":[[131,15,178,10,0,0,0,0],[132,16,132,27,0,0,0,0],[132,28,142,14,0,0,0,0],[142,47,153,14,0,0,0,0],[153,23,153,46,0,0,0,0],[153,47,163,14,0,0,0,0],[163,20,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A19_yXEfU_","regions":[[133,24,140,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A33_yXEfU0_","regions":[[143,36,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A44_yXEfU1_","regions":[[154,36,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_","regions":[[164,28,176,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_","regions":[[165,44,174,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_A57_A54_cfU_","regions":[[166,50,173,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV013searchResultsH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI19_ConditionalContentVyAHyAF0H0PAFE5frame8minWidth05idealY003maxY00X6Height0Z6Height9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A5vF9AlignmentVtFQOyAF6VStackVyAF05TupleH0VyAjFE11scaleEffect_6anchorQrAU_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VA8_G_Qo__AjFE7paddingyQrAF4EdgeO3SetV_AVtFQOyAF4TextV_Qo_tGG_Qo_AjFEAklmnopqRQrAV_A5vXtFQOyAjFEA11_yQrA15__AVtFQOyAZyA0_yAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA17__Qo_tGG_Qo__Qo_GAHyAjFEAklmnopqRQrAV_A5vXtFQOyAZyA0_yAjFEA22_yQrA25_FQOyAjFE4fontyQrAF4FontVSgFQOyA27__Qo__Qo__A17_tGG_Qo_AF06ScrollH0VyAjFEA11_yQrA15__AVtFQOyAF10LazyVStackVyAF7ForEachVySayAA0E8MetadataVGSSAA06SearchE3RowAELLVGG_Qo_GGGyXEfU_A60_yXEfU2_A58_yXEfU_A57_A54_cfU_yycfU_","regions":[[169,43,171,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg","regions":[[183,43,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_","regions":[[184,26,224,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_","regions":[[185,24,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_","regions":[[186,58,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_SbA3_A4__A7_A8_t_tXEfU_","regions":[[187,51,187,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_SbA3_A4__A7_A8_t_tXEfU_SbyKXEfu_","regions":[[187,79,187,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_A17_yXEfU_A14_yXEfU_A13_A3_A4__A7_A8_t_tcfU0_","regions":[[187,121,197,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_","regions":[[202,45,211,14,0,0,0,0],[203,47,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_yyYacfU_","regions":[[204,26,209,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yA19__A19_tcfU0_yyYacfU_yyXEfU_","regions":[[206,66,208,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_","regions":[[212,23,223,14,0,0,0,0],[214,59,214,69,0,0,0,0],[214,69,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_yyYacfU_","regions":[[217,22,222,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06layoutgH033_6A37A03DB3D415AAA696FE13EFD041C0LLQrvg7SwiftUI0H0PAFE8onAppear7performQryycSg_tFQOyAhFE0T6Change2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF06ScrollH0VyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEAQyQrAU_AYtFQOyAF6VStackVyAF7ForEachVySayAA14LayoutCategoryO8category_SayAA14PhysicalLayoutVG7layoutstGSSAhFE2idyQrqd__SHRd__lFQOyAA21LayoutCategorySectionAELLV_SSQo_GG_Qo__Qo_G_A3_SgQo__Qo_AF0zH5ProxyVcfU_yycfU1_yyYacfU_yyXEfU_","regions":[[219,62,221,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaF","regions":[[229,53,246,6,0,0,0,0],[233,12,239,10,0,0,0,0],[234,86,239,10,0,0,0,0],[239,17,245,10,0,0,0,0],[245,10,246,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaFyyYbScMYcXEfU_","regions":[[235,33,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV13performSearch33_6A37A03DB3D415AAA696FE13EFD041C0LL5queryySS_tYaFyyYbScMYcXEfU0_","regions":[[240,33,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVF","regions":[[248,63,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_","regions":[[249,14,292,10,0,0,0,0],[250,16,287,14,0,0,0,0],[252,104,287,14,0,0,0,0],[256,22,258,18,0,0,0,0],[258,18,287,14,0,0,0,0],[265,18,287,14,0,0,0,0],[287,21,291,14,0,0,0,0],[291,14,292,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_S2SXEfU_","regions":[[268,79,268,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_SSyKXEfu_","regions":[[268,98,268,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_yyYbScMYcXEfU0_","regions":[[279,37,286,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25KeyboardSelectionGridViewV06importE033_6A37A03DB3D415AAA696FE13EFD041C0LLyyAA0E8MetadataVFyyYacfU_yyYbScMYcXEfU1_","regions":[[288,37,290,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV7columnsSay7SwiftUI8GridItemVGvpfi","regions":[[305,27,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV10showHeaderSbvg","regions":[[310,34,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[314,25,385,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_","regions":[[315,50,384,10,0,0,0,0],[317,16,317,26,0,0,0,0],[317,27,347,14,0,0,0,0],[347,14,384,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_","regions":[[318,24,343,18,0,0,0,0],[328,24,328,43,0,0,0,0],[328,44,342,22,0,0,0,0],[342,22,343,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_yyScMYccfU_","regions":[[329,32,331,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_A24_yXEfU0_","regions":[[331,34,339,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A33_yXEfU_A24_yXEfU0_A20_yXEfU_","regions":[[332,48,337,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_","regions":[[350,54,383,14,0,0,0,0],[378,20,378,39,0,0,0,0],[378,57,382,18,0,0,0,0],[382,18,383,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_","regions":[[351,34,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU_","regions":[[357,23,360,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU0_","regions":[[360,33,373,22,0,0,0,0],[361,28,361,58,0,0,0,0],[361,59,372,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_A49_A44_cfU_yycfU0_yyYacfU_","regions":[[362,34,371,30,0,0,0,0],[366,36,366,65,0,0,0,0],[366,66,368,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayoutCategorySection33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE8trackingyQrARFQOyAjFE8textCaseyQrAF4TextV4CaseOSgFQOyAY_Qo__Qo__AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAUyAHyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AYtGG_AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGSgtGG_Qo__Qo__Qo_Sg_AF9LazyVGridVyAHyAF7ForEachVySayAA08PhysicalE0VGSSAjFE2idyQrqd__SHRd__lFQOyAA24KeyboardIllustrationCardACLLV_SSQo_G_AA06ImportE4CardACLLVSgtGGtGyXEfU_A54_yXEfU0_yycfU0_","regions":[[379,54,381,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[397,37,397,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV23_showDeleteConfirmation7SwiftUI5StateVySbGvpfi","regions":[[398,49,398,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11imageHeight12CoreGraphics7CGFloatVvpfi","regions":[[401,40,401,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV6layout10isSelected0Q4Dark0Q6Custom8onSelect0U6DeleteAdA14PhysicalLayoutV_S3byycyycSgtcfC","regions":[[410,7,417,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[419,25,497,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgyyScMYccfU_","regions":[[420,24,426,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_","regions":[[426,12,461,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_A46_yXEfU_","regions":[[427,32,459,14,0,0,0,0],[453,66,453,75,0,0,0,0],[453,78,453,85,0,0,0,0],[454,51,454,59,0,0,0,0],[454,62,454,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAF05TupleS0VyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAZyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AF017StrokeBorderShapeS0VyA13_A9_AF05EmptyS0VGSgAhFE7paddingyQrASFQOyAhFEAijklmnoPQrAT_A5tVtFQOyAD13keyboardImageQrvpQOy_Qo__Qo__Qo_tGG_Qo__AhFEAijklmnoPQrAT_A5tVtFQOyAhFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAhFE9lineLimityQrSiSgFQOyAhFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__Qo_tGG_Qo_yXEfU0_A46_yXEfU_A29_yXEfU_","regions":[[429,24,448,18,0,0,0,0],[440,24,440,34,0,0,0,0],[440,35,443,22,0,0,0,0],[443,22,448,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU1_","regions":[[465,18,470,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU1_yyXEfU_","regions":[[467,55,469,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_","regions":[[473,22,482,10,0,0,0,0],[474,16,474,24,0,0,0,0],[474,42,481,14,0,0,0,0],[481,14,482,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_yyScMYccfU_","regions":[[475,44,477,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI15ModifiedContentVyAF6ButtonVyAF5LabelVyAF4TextVAF5ImageVGGAF31AccessibilityAttachmentModifierVGSgyXEfU2_AQyXEfU0_","regions":[[477,26,479,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_","regions":[[487,11,494,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_yyScMYccfU_","regions":[[488,50,490,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVG_ARtGyXEfU3_yyScMYccfU0_","regions":[[492,45,492,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4TextVyXEfU4_","regions":[[494,20,496,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11shadowColor7SwiftUI0Q0Vvg","regions":[[501,36,509,6,0,0,0,0],[502,12,502,22,0,0,0,0],[502,23,504,10,0,0,0,0],[504,19,504,29,0,0,0,0],[504,30,506,10,0,0,0,0],[506,16,508,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[511,39,519,6,0,0,0,0],[512,12,512,22,0,0,0,0],[512,23,514,10,0,0,0,0],[514,19,514,29,0,0,0,0],[514,30,516,10,0,0,0,0],[516,16,518,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV7shadowY12CoreGraphics7CGFloatVvg","regions":[[521,34,529,6,0,0,0,0],[522,12,522,22,0,0,0,0],[522,23,524,10,0,0,0,0],[524,19,524,29,0,0,0,0],[524,30,526,10,0,0,0,0],[526,16,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV13keyboardImageQrvg","regions":[[532,42,556,6,0,0,0,0],[545,9,550,10,0,0,0,0],[550,16,555,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV13keyboardImageQrvg10Foundation3URLVSgyKXEfu_","regions":[[538,14,541,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24KeyboardIllustrationCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV14cardBackgroundQrvg","regions":[[558,49,572,6,0,0,0,0],[559,12,559,22,0,0,0,0],[559,23,563,10,0,0,0,0],[561,52,561,56,0,0,0,0],[561,59,561,63,0,0,0,0],[563,19,563,29,0,0,0,0],[563,30,567,10,0,0,0,0],[565,46,565,50,0,0,0,0],[565,53,565,57,0,0,0,0],[567,16,571,10,0,0,0,0],[569,46,569,50,0,0,0,0],[569,53,569,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[580,37,580,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11imageHeight12CoreGraphics7CGFloatVvpfi","regions":[[582,40,582,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[584,25,619,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_","regions":[[585,34,610,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_","regions":[[586,32,608,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_A35_yXEfU_","regions":[[587,24,606,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQr12CoreGraphics7CGFloatVSg_A5tF9AlignmentVtFQOyAF6VStackVyAhFEAI5width6heightAPQrAT_AtVtFQOyAF6ZStackVyAF05TupleS0VyAhFE6shadow5color6radius1x1yQrAF5ColorV_A3StFQOyAF06_ShapeS0VyAF16RoundedRectangleVAD14cardBackgroundQrvpQOy_Qo_G_Qo__AhFEAiyzPQrAT_AtVtFQOyAXyA2_yAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo__AF4TextVtGG_Qo_tGG_Qo_G_Qo_yXEfU_A37_yXEfU_A35_yXEfU_A32_yXEfU_","regions":[[597,40,604,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU0_","regions":[[614,18,618,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[615,55,617,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV11shadowColor7SwiftUI0Q0Vvg","regions":[[621,36,623,6,0,0,0,0],[622,22,622,47,0,0,0,0],[622,50,622,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[625,39,627,6,0,0,0,0],[626,22,626,23,0,0,0,0],[626,26,626,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV7shadowY12CoreGraphics7CGFloatVvg","regions":[[629,34,631,6,0,0,0,0],[630,22,630,23,0,0,0,0],[630,26,630,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ImportLayoutCard33_6A37A03DB3D415AAA696FE13EFD041C0LLV14cardBackgroundQrvg","regions":[[633,49,637,6,0,0,0,0],[635,42,635,68,0,0,0,0],[635,56,635,60,0,0,0,0],[635,63,635,67,0,0,0,0],[635,71,635,97,0,0,0,0],[635,85,635,89,0,0,0,0],[635,92,635,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV18accessibilityLabelSSvg","regions":[[654,44,663,6,0,0,0,0],[656,53,658,10,0,0,0,0],[659,12,659,34,0,0,0,0],[659,35,661,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[665,25,697,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_","regions":[[666,34,693,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_","regions":[[667,50,689,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A2_yXEfU_","regions":[[668,57,679,18,0,0,0,0],[674,65,678,22,0,0,0,0],[678,22,679,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A13_yXEfU0_","regions":[[684,36,688,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SearchKeyboardRow33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0U0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAF6HStackVyAF05TupleS0VyAF6VStackVyAXyAF4TextV_A0_SgtGG_AF6SpacerVAVyAF7ForEachVys10ArraySliceVySSGSSAA0E8TagBadgeACLLVGGtGG_Qo__Qo__AF9RectangleVQo_yXEfU_A15_yXEfU_A13_yXEfU0_A12_SScfU_","regions":[[685,66,687,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SearchTagBadge33_6A37A03DB3D415AAA696FE13EFD041C0LLV4bodyQrvg","regions":[[706,25,716,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeyboardSelectionGridView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SearchTagBadge33_6A37A03DB3D415AAA696FE13EFD041C0LLV8tagColor7SwiftUI0Q0Vvg","regions":[[718,33,726,6,0,0,0,0],[719,16,719,32,0,0,0,0],[720,9,720,28,0,0,0,0],[721,9,721,42,0,0,0,0],[722,9,722,29,0,0,0,0],[723,9,723,29,0,0,0,0],[724,9,724,28,0,0,0,0],[725,10,726,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZ","regions":[[19,42,68,6,0,0,0,0],[37,88,40,10,0,0,0,0],[40,10,67,22,0,0,0,0],[47,31,63,10,0,0,0,0],[53,99,62,14,0,0,0,0],[56,20,56,27,0,0,0,0],[56,46,59,18,0,0,0,0],[59,27,59,43,0,0,0,0],[59,44,61,18,0,0,0,0],[61,18,62,14,0,0,0,0],[62,14,63,10,0,0,0,0],[63,10,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZSiyKXEfu_","regions":[[49,101,49,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZAFyKXEfu0_","regions":[[65,43,65,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO6detectAC0eF0OyFZAFyKXEfu0_AFyKXEfu1_","regions":[[65,62,65,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO08keyboardF9FromIOKit33_8C30228472FF841F83E939A72E8D1146LLyAC0eF0OSiFZ","regions":[[72,76,88,6,0,0,0,0],[77,16,77,20,0,0,0,0],[78,9,79,18,0,0,0,0],[80,9,81,17,0,0,0,0],[82,9,83,17,0,0,0,0],[84,9,86,40,0,0,0,0],[86,24,86,29,0,0,0,0],[86,32,86,40,0,0,0,0],[87,10,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeyboardTypeDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20KeyboardTypeDetectorO19recommendedLayoutIdSSyFZ","regions":[[91,49,100,6,0,0,0,0],[92,16,92,24,0,0,0,0],[93,9,94,26,0,0,0,0],[95,9,96,26,0,0,0,0],[97,9,98,46,0,0,0,0],[99,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14startCapturingyyF","regions":[[6,27,35,6,0,0,0,0],[7,33,10,10,0,0,0,0],[10,10,35,6,0,0,0,0],[13,12,13,42,0,0,0,0],[13,43,16,10,0,0,0,0],[16,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyF","regions":[[37,26,87,6,0,0,0,0],[38,32,38,42,0,0,0,0],[38,42,87,6,0,0,0,0],[53,44,56,10,0,0,0,0],[58,48,61,10,0,0,0,0],[63,49,66,10,0,0,0,0],[68,48,71,10,0,0,0,0],[73,47,76,10,0,0,0,0],[78,51,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyFyScTyyts5NeverOGXEfU_","regions":[[47,44,47,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13stopCapturingyyFyScTyyts5NeverOGXEfU0_","regions":[[50,46,50,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Capture.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC9isPressedySbAA08PhysicalA0VF","regions":[[89,48,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20isLauncherModeActiveSbvg","regions":[[12,36,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC018oneShotHighlightedA5CodesShys6UInt16VGvg","regions":[[30,49,38,6,0,0,0,0],[32,48,36,10,0,0,0,0],[33,79,35,14,0,0,0,0],[36,10,37,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC04hjklA5CodesShys6UInt16VGvpZfiAFSgSSXEfU_","regions":[[44,21,44,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC04hjklA5CodesShys6UInt16VGvpZfiyAGz_AFtXEfU0_","regions":[[45,38,45,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvg","regions":[[49,41,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_","regions":[[51,41,58,10,0,0,0,0],[52,63,52,76,0,0,0,0],[52,76,57,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_SbAFXEfU_","regions":[[53,45,56,14,0,0,0,0],[54,60,54,76,0,0,0,0],[54,76,55,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010emphasizedA5CodesShys6UInt16VGvgAGyXEfU_yAGz_AFtXEfU0_","regions":[[57,42,57,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016effectivePressedA5CodesShys6UInt16VGvg","regions":[[67,47,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16startIdleMonitoryyF","regions":[[11,29,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16startIdleMonitoryyFyyYacfU_","regions":[[15,32,49,10,0,0,0,0],[16,33,16,43,0,0,0,0],[16,43,49,10,0,0,0,0],[17,19,17,36,0,0,0,0],[17,37,48,14,0,0,0,0],[25,20,25,38,0,0,0,0],[25,39,30,18,0,0,0,0],[27,24,27,39,0,0,0,0],[27,40,27,58,0,0,0,0],[28,24,28,43,0,0,0,0],[28,44,28,66,0,0,0,0],[30,18,48,14,0,0,0,0],[39,20,39,46,0,0,0,0],[39,47,41,18,0,0,0,0],[45,20,45,50,0,0,0,0],[45,51,47,18,0,0,0,0],[48,14,49,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15noteInteractionyyF","regions":[[53,28,57,6,0,0,0,0],[55,12,55,27,0,0,0,0],[55,28,55,46,0,0,0,0],[56,12,56,31,0,0,0,0],[56,32,56,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20noteTcpEventReceivedyyF","regions":[[60,33,66,6,0,0,0,0],[62,12,62,30,0,0,0,0],[62,31,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Events.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23checkTcpConnectionStateyyF","regions":[[69,36,84,6,0,0,0,0],[70,53,77,10,0,0,0,0],[72,16,72,33,0,0,0,0],[72,34,75,14,0,0,0,0],[77,10,84,6,0,0,0,0],[80,12,80,42,0,0,0,0],[80,62,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13OverlayTimingO16holdReleaseGraceSdvgZ","regions":[[12,51,14,10,0,0,0,0],[13,46,13,47,0,0,0,0],[13,50,13,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC13OverlayTimingO22keyReleaseFadeDurationSdvgZ","regions":[[18,57,20,10,0,0,0,0],[19,46,19,47,0,0,0,0],[19,50,19,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05startA7FadeOutyys6UInt16VF","regions":[[24,45,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05startA7FadeOutyys6UInt16VFyyYacfU_","regions":[[33,25,49,10,0,0,0,0],[34,37,44,14,0,0,0,0],[35,46,38,18,0,0,0,0],[38,18,44,14,0,0,0,0],[44,14,49,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Fade.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06cancelA7FadeOutyys6UInt16VF","regions":[[55,46,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyF","regions":[[6,40,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_","regions":[[7,14,11,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_SbAA04RuleK0VXEfU_","regions":[[9,55,9,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC27loadFeatureCollectionStatesyyFyyYacfU_SbyKXEfu_","regions":[[9,120,9,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23updateTapHoldIdleLabels4fromySayAA14RuleCollectionVG_tF","regions":[[16,70,27,6,0,0,0,0],[18,66,25,10,0,0,0,0],[19,83,19,95,0,0,0,0],[19,95,25,10,0,0,0,0],[21,92,21,104,0,0,0,0],[21,104,25,10,0,0,0,0],[22,67,24,14,0,0,0,0],[25,10,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23updateTapHoldIdleLabels4fromySayAA14RuleCollectionVG_tFSSSgyKXEfu_","regions":[[20,54,20,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25tapHoldOutputDisplayLabelySSSgSSFZ","regions":[[31,72,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15preloadAllIconsyyF","regions":[[37,28,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+FeatureCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15preloadAllIconsyyFyyYacfU_","regions":[[38,14,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC9setLayoutyyAA08PhysicalJ0VF","regions":[[13,49,18,6,0,0,0,0],[14,46,14,56,0,0,0,0],[14,56,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11updateLayeryySSF","regions":[[23,43,50,6,0,0,0,0],[38,12,38,30,0,0,0,0],[38,49,40,10,0,0,0,0],[40,19,40,38,0,0,0,0],[40,56,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyF","regions":[[53,33,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_","regions":[[54,14,90,10,0,0,0,0],[60,18,63,14,0,0,0,0],[63,14,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[58,69,58,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SbAA0J7MappingVXEfU0_","regions":[[67,58,83,14,0,0,0,0],[68,46,68,62,0,0,0,0],[68,62,82,28,0,0,0,0],[71,47,71,62,0,0,0,0],[71,62,82,28,0,0,0,0],[74,67,80,18,0,0,0,0],[76,24,76,36,0,0,0,0],[76,37,78,22,0,0,0,0],[80,18,82,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20loadLauncherMappingsyyFyyYacfU_SS_AA0J7MappingVtAFXEfU1_","regions":[[86,59,86,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC02isC9Installed4name8bundleIdSbSS_SSSgtFZ","regions":[[94,73,113,6,0,0,0,0],[96,102,98,10,0,0,0,0],[98,10,112,21,0,0,0,0],[102,12,102,62,0,0,0,0],[102,63,104,10,0,0,0,0],[104,10,112,21,0,0,0,0],[108,12,108,67,0,0,0,0],[108,68,110,10,0,0,0,0],[110,10,112,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19rebuildLayerMappingyyF","regions":[[116,32,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSF","regions":[[122,65,207,6,0,0,0,0],[127,12,127,42,0,0,0,0],[127,43,134,10,0,0,0,0],[134,10,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_","regions":[[139,29,206,10,0,0,0,0],[140,33,140,43,0,0,0,0],[140,43,206,10,0,0,0,0],[142,16,200,14,0,0,0,0],[160,18,200,14,0,0,0,0],[164,59,166,18,0,0,0,0],[166,18,200,14,0,0,0,0],[197,58,199,18,0,0,0,0],[199,18,200,14,0,0,0,0],[200,21,205,14,0,0,0,0],[205,14,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_SbAA14RuleCollectionVcfu_","regions":[[149,61,149,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_SsAA14RuleCollectionVXEfU_","regions":[[152,109,152,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_yyYbScMYcXEfU0_","regions":[[184,37,192,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC022rebuildLayerMappingForJ0yySSFyyYacfU_yyYbScMYcXEfU1_","regions":[[202,37,204,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19buildRemapOutputMap4fromSDys6UInt16VAGGSDyAgA05LayerA4InfoVG_tF","regions":[[213,88,225,6,0,0,0,0],[215,45,223,10,0,0,0,0],[219,18,221,14,0,0,0,0],[221,14,223,10,0,0,0,0],[223,10,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25augmentWithPushMsgActions7mapping11customRules15ruleCollections16currentLayerNameSDys6UInt16VAA0tA4InfoVGAM_SayAA10CustomRuleVGSayAA0Y10CollectionVGSStF","regions":[[240,33,333,6,0,0,0,0],[248,70,278,10,0,0,0,0],[255,60,258,14,0,0,0,0],[258,14,278,10,0,0,0,0],[260,51,277,14,0,0,0,0],[263,117,265,18,0,0,0,0],[265,24,276,18,0,0,0,0],[268,80,275,22,0,0,0,0],[269,67,269,89,0,0,0,0],[269,92,269,113,0,0,0,0],[277,14,278,10,0,0,0,0],[278,10,332,25,0,0,0,0],[281,54,316,10,0,0,0,0],[287,54,289,14,0,0,0,0],[289,14,316,10,0,0,0,0],[293,95,295,14,0,0,0,0],[295,20,315,14,0,0,0,0],[301,82,306,18,0,0,0,0],[306,83,314,18,0,0,0,0],[308,63,308,85,0,0,0,0],[308,88,308,109,0,0,0,0],[316,10,332,25,0,0,0,0],[323,48,330,10,0,0,0,0],[325,50,329,14,0,0,0,0],[330,10,332,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18attachCollectionId33_366EB9B76DD506FD95C35D6FC2FE9D1DLL_4fromAA05LayerA4InfoVAH_AHtFZ","regions":[[339,23,354,6,0,0,0,0],[341,54,341,69,0,0,0,0],[341,69,353,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18attachCollectionId33_366EB9B76DD506FD95C35D6FC2FE9D1DLL_4fromAA05LayerA4InfoVAH_AHtFZ10Foundation4UUIDVSgyKXEfu_","regions":[[340,57,340,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZ","regions":[[381,108,405,6,0,0,0,0],[385,14,387,10,0,0,0,0],[387,10,405,6,0,0,0,0],[392,16,392,23,0,0,0,0],[393,9,394,55,0,0,0,0],[395,9,398,78,0,0,0,0],[399,9,400,85,0,0,0,0],[401,9,403,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZSSyKXEfu_","regions":[[397,47,397,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18extractPushMsgInfo4from11descriptionAA05LayeraL0VSgSS_SSSgtFZSSyKXEfu0_","regions":[[403,53,403,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24systemActionDisplayLabelyS2SFZ","regions":[[408,82,427,6,0,0,0,0],[409,16,409,35,0,0,0,0],[410,9,411,29,0,0,0,0],[412,9,413,24,0,0,0,0],[414,9,415,24,0,0,0,0],[416,9,417,30,0,0,0,0],[418,9,419,24,0,0,0,0],[420,9,421,34,0,0,0,0],[422,9,423,19,0,0,0,0],[424,9,425,31,0,0,0,0],[426,10,427,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05mediaA12DisplayLabelySSSgSSFZ","regions":[[431,82,443,6,0,0,0,0],[432,16,432,38,0,0,0,0],[433,9,433,37,0,0,0,0],[434,9,434,49,0,0,0,0],[435,9,435,33,0,0,0,0],[436,9,436,45,0,0,0,0],[437,9,437,28,0,0,0,0],[438,9,438,32,0,0,0,0],[439,9,439,34,0,0,0,0],[440,9,440,38,0,0,0,0],[441,9,441,21,0,0,0,0],[442,10,443,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC07extractC16LaunchIdentifier4fromSSSgSS_tFZ","regions":[[448,88,459,6,0,0,0,0],[454,14,456,10,0,0,0,0],[456,10,458,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20extractUrlIdentifier4fromSSSgSS_tFZ","regions":[[464,82,475,6,0,0,0,0],[470,14,472,10,0,0,0,0],[472,10,474,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyF","regions":[[478,36,487,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyFSSyKXEfu_","regions":[[480,152,480,157,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+LayoutMapping.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23invalidateLayerMappingsyyFyyYacfU_","regions":[[481,14,486,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016suppressedOutputA5CodesShys6UInt16VGvg","regions":[[15,47,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC016suppressedOutputA5CodesShys6UInt16VGvgyAGz_AFtXEfU_","regions":[[16,58,25,10,0,0,0,0],[18,62,20,14,0,0,0,0],[22,68,24,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC021suppressedRemapOutputA5CodesShys6UInt16VGvg","regions":[[32,52,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC021suppressedRemapOutputA5CodesShys6UInt16VGvgyAGz_AFtXEfU_","regions":[[33,63,37,10,0,0,0,0],[34,65,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC017activeRemapSourceA5CodesShys6UInt16VGvg","regions":[[41,48,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStF","regions":[[45,92,62,6,0,0,0,0],[51,12,51,56,0,0,0,0],[51,73,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStFSbyKXEfu_","regions":[[49,51,49,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+Suppression.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC014shouldSuppressA9Highlight_6sourceSbs6UInt16V_SStFSbyKXEfu0_","regions":[[49,70,49,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyF","regions":[[12,34,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[17,11,26,10,0,0,0,0],[18,33,18,43,0,0,0,0],[18,43,26,10,0,0,0,0],[21,18,21,28,0,0,0,0],[21,28,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupA13InputObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[23,18,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyF","regions":[[31,38,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[36,11,41,10,0,0,0,0],[37,33,37,43,0,0,0,0],[37,43,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTcpHeartbeatObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[38,18,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyF","regions":[[46,39,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[51,11,60,10,0,0,0,0],[52,33,52,43,0,0,0,0],[52,43,60,10,0,0,0,0],[55,18,55,28,0,0,0,0],[55,28,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC26setupHoldActivatedObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[57,18,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyF","regions":[[65,38,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[70,11,79,10,0,0,0,0],[71,33,71,43,0,0,0,0],[71,43,79,10,0,0,0,0],[74,18,74,28,0,0,0,0],[74,28,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC25setupTapActivatedObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[76,18,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyF","regions":[[84,37,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[89,11,96,10,0,0,0,0],[90,33,90,43,0,0,0,0],[90,43,96,10,0,0,0,0],[91,83,91,93,0,0,0,0],[91,93,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC24setupMessagePushObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[93,18,95,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyF","regions":[[101,41,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[106,11,116,10,0,0,0,0],[107,33,107,43,0,0,0,0],[107,43,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC28setupRuleCollectionsObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[108,18,115,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyF","regions":[[121,33,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyFy10Foundation12NotificationVYbcfU_","regions":[[126,11,133,10,0,0,0,0],[127,33,127,43,0,0,0,0],[127,43,133,10,0,0,0,0],[128,87,128,97,0,0,0,0],[128,97,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20setupOneShotObserveryyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[130,18,132,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyF","regions":[[138,36,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyFySSSgcfU_","regions":[[141,19,146,14,0,0,0,0],[142,37,142,47,0,0,0,0],[142,47,146,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05setupC15ContextObserveryyFySSSgcfU_yyYacfU_","regions":[[143,22,145,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06handleC13ContextChange8bundleIdySSSg_tYaF","regions":[[151,58,160,6,0,0,0,0],[153,51,153,61,0,0,0,0],[153,61,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06handleC13ContextChange8bundleIdySSSg_tYaFSSyKXEfu_","regions":[[156,86,156,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaF","regions":[[164,104,199,6,0,0,0,0],[165,54,165,72,0,0,0,0],[165,72,198,27,0,0,0,0],[173,17,175,10,0,0,0,0],[175,10,198,27,0,0,0,0],[179,45,196,10,0,0,0,0],[181,82,184,14,0,0,0,0],[184,14,196,10,0,0,0,0],[196,10,198,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaFSbAA0C6KeymapVXEfU_","regions":[[171,52,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05applyC17SpecificOverrides2toSDys6UInt16VAA05LayerA4InfoVGAJ_tYaFSbAA0C6KeymapVXEfU_SbyKXEfu_","regions":[[172,56,172,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22formatOutputForDisplayyS2SF","regions":[[202,61,221,6,0,0,0,0],[207,12,207,30,0,0,0,0],[207,31,209,10,0,0,0,0],[209,10,220,36,0,0,0,0],[212,12,212,34,0,0,0,0],[212,35,217,10,0,0,0,0],[214,16,214,41,0,0,0,0],[214,42,214,59,0,0,0,0],[214,59,216,25,0,0,0,0],[215,16,215,44,0,0,0,0],[215,45,215,61,0,0,0,0],[215,61,216,25,0,0,0,0],[217,10,220,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22handleOneShotActivated9modifiersySS_tF","regions":[[225,52,233,6,0,0,0,0],[229,25,231,10,0,0,0,0],[231,10,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22handleOneShotActivated9modifiersySS_tFSSSsXEfU_","regions":[[228,56,228,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21clearOneShotModifiersyyF","regions":[[236,34,240,6,0,0,0,0],[237,52,237,62,0,0,0,0],[237,62,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSF","regions":[[244,47,314,6,0,0,0,0],[247,12,247,38,0,0,0,0],[247,39,273,10,0,0,0,0],[251,57,254,14,0,0,0,0],[254,14,272,19,0,0,0,0],[273,10,314,6,0,0,0,0],[276,12,276,42,0,0,0,0],[276,43,301,10,0,0,0,0],[279,16,279,32,0,0,0,0],[279,33,283,14,0,0,0,0],[283,14,300,19,0,0,0,0],[290,37,296,14,0,0,0,0],[291,68,293,18,0,0,0,0],[293,24,295,18,0,0,0,0],[296,14,300,19,0,0,0,0],[301,10,314,6,0,0,0,0],[305,12,305,39,0,0,0,0],[305,40,311,10,0,0,0,0],[311,10,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFyyYacfU_","regions":[[265,44,270,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSbSJXEfU0_","regions":[[286,56,286,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSbSJXEfU0_SbyKXEfu_","regions":[[286,71,286,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17handleMessagePushyySSFSSSsXEfU1_","regions":[[287,22,287,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStF","regions":[[317,59,377,6,0,0,0,0],[319,64,322,10,0,0,0,0],[322,10,377,6,0,0,0,0],[325,12,325,27,0,0,0,0],[325,28,328,10,0,0,0,0],[333,12,333,26,0,0,0,0],[333,27,376,10,0,0,0,0],[334,68,337,14,0,0,0,0],[337,14,376,10,0,0,0,0],[339,117,343,14,0,0,0,0],[343,14,376,10,0,0,0,0],[348,16,348,53,0,0,0,0],[348,54,351,14,0,0,0,0],[351,14,376,10,0,0,0,0],[376,10,377,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFSSyKXEfu_","regions":[[330,103,330,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_","regions":[[354,27,375,14,0,0,0,0],[355,37,355,47,0,0,0,0],[355,47,375,14,0,0,0,0],[356,20,369,18,0,0,0,0],[361,22,369,18,0,0,0,0],[361,23,368,22,0,0,0,0],[369,25,374,18,0,0,0,0],[374,18,375,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_yyYbScMYcXEfU_","regions":[[362,45,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19handleHoldActivated3key6actionySS_SStFyyYacfU_yyYbScMYcXEfU0_","regions":[[370,41,373,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18handleTapActivated3key6actionySS_SStF","regions":[[381,58,417,6,0,0,0,0],[383,70,386,10,0,0,0,0],[386,10,417,6,0,0,0,0],[390,12,390,27,0,0,0,0],[390,28,414,10,0,0,0,0],[391,69,411,14,0,0,0,0],[393,20,393,65,0,0,0,0],[393,66,395,18,0,0,0,0],[411,20,413,14,0,0,0,0],[414,16,416,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18handleTapActivated3key6actionySS_SStFyyYacfU_","regions":[[404,59,408,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZ","regions":[[421,78,463,6,0,0,0,0],[428,12,428,95,0,0,0,0],[428,96,430,10,0,0,0,0],[430,10,462,47,0,0,0,0],[434,12,434,35,0,0,0,0],[434,36,436,10,0,0,0,0],[436,10,462,47,0,0,0,0],[439,12,439,80,0,0,0,0],[439,81,441,10,0,0,0,0],[441,10,462,47,0,0,0,0],[442,12,442,79,0,0,0,0],[442,80,444,10,0,0,0,0],[444,10,462,47,0,0,0,0],[445,12,445,102,0,0,0,0],[445,103,447,10,0,0,0,0],[447,10,462,47,0,0,0,0],[448,12,448,81,0,0,0,0],[448,82,450,10,0,0,0,0],[450,10,462,47,0,0,0,0],[453,12,453,94,0,0,0,0],[453,95,456,10,0,0,0,0],[454,101,454,103,0,0,0,0],[454,106,454,108,0,0,0,0],[456,10,462,47,0,0,0,0],[459,12,459,28,0,0,0,0],[459,29,461,10,0,0,0,0],[461,10,462,47,0,0,0,0],[462,33,462,38,0,0,0,0],[462,41,462,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSSSshYbcfu_","regions":[[427,68,427,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu0_","regions":[[428,41,428,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu1_","regions":[[439,36,439,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu2_","regions":[[439,60,439,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu3_","regions":[[442,36,442,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu4_","regions":[[442,60,442,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu5_","regions":[[445,36,445,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu6_","regions":[[445,60,445,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu7_","regions":[[445,83,445,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu8_","regions":[[448,36,448,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu9_","regions":[[448,60,448,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20actionToDisplayLabelyS2SFZSbyKXEfu10_","regions":[[453,57,453,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStF","regions":[[466,57,608,6,0,0,0,0],[467,64,470,10,0,0,0,0],[470,10,608,6,0,0,0,0],[477,12,477,29,0,0,0,0],[477,63,484,10,0,0,0,0],[481,16,481,29,0,0,0,0],[481,30,483,14,0,0,0,0],[494,15,494,62,0,0,0,0],[495,15,495,20,0,0,0,0],[497,12,497,56,0,0,0,0],[499,9,509,10,0,0,0,0],[511,16,511,22,0,0,0,0],[512,9,542,14,0,0,0,0],[514,16,514,31,0,0,0,0],[514,32,517,14,0,0,0,0],[519,16,519,46,0,0,0,0],[519,47,523,14,0,0,0,0],[526,16,526,30,0,0,0,0],[526,31,528,14,0,0,0,0],[528,14,542,14,0,0,0,0],[534,16,534,52,0,0,0,0],[534,53,537,14,0,0,0,0],[537,20,542,14,0,0,0,0],[539,79,541,18,0,0,0,0],[543,9,598,104,0,0,0,0],[547,16,547,31,0,0,0,0],[547,32,557,14,0,0,0,0],[549,20,549,50,0,0,0,0],[549,51,551,18,0,0,0,0],[551,24,556,18,0,0,0,0],[559,16,559,46,0,0,0,0],[559,47,568,14,0,0,0,0],[572,16,572,30,0,0,0,0],[572,31,580,14,0,0,0,0],[580,14,598,104,0,0,0,0],[599,9,600,18,0,0,0,0],[601,10,608,6,0,0,0,0],[603,12,603,25,0,0,0,0],[603,26,607,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSbyKXEfu_","regions":[[489,16,489,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSbs6UInt16VAE_AH5valuet_tXEfU_","regions":[[498,59,498,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyyYacfU0_","regions":[[552,26,555,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyyYacfU1_","regions":[[563,65,567,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFyycfU2_","regions":[[585,41,594,14,0,0,0,0],[586,37,586,47,0,0,0,0],[586,47,594,14,0,0,0,0],[588,20,588,46,0,0,0,0],[588,47,592,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TCP.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC09handleTcpA5Input3key6actionySS_SStFSSyKXEfu0_","regions":[[605,168,605,173,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21simulateHoldActivated3key6actionySS_SStF","regions":[[12,61,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20simulateTapActivated3key6actionySS_SStF","regions":[[17,60,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC011simulateTcpA5Input3key6actionySS_SStF","regions":[[22,59,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel+TestHooks.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC012kanataNameToA4Codeys6UInt16VSgSSFZ","regions":[[28,76,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC08_pressedA5Codes33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[14,51,14,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC7_layout33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyAA14PhysicalLayoutVGvpfi","regions":[[15,45,15,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11_fadeAmount33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[17,42,17,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15_deepFadeAmount33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[19,46,19,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15_keyFadeAmounts33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16V12CoreGraphics7CGFloatVGGvpfi","regions":[[21,56,21,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12fadeOutTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[23,53,23,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17_currentLayerName33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySSGvpfi","regions":[[28,47,28,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_isLoadingLayerMap33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[30,46,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC06_layerA3Map33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VAA05LayerA4InfoVGGvpfi","regions":[[37,58,37,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11_holdLabels33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[40,51,40,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_tapHoldIdleLabels33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[42,58,42,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC010holdActiveA5CodesShys6UInt16VGvpfi","regions":[[46,43,46,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12_customIcons33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDys6UInt16VSSGGvpfi","regions":[[49,52,49,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14iconClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[53,55,53,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC015_customEmphasisA5Codes33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[56,58,56,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17_launcherMappings33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySDySSAA15LauncherMappingVGGvpfi","regions":[[62,66,62,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC22_isTypingSoundsEnabled33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[67,50,67,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18_isKanataConnected33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVySbGvpfi","regions":[[73,46,73,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20tcpConnectionTimeoutSdvpfi","regions":[[79,46,79,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23_activeOneShotModifiers33_D47F9EAF7C8191BE2F705D3AF497B25BLL7Combine9PublishedVyShySSGGvpfi","regions":[[85,58,85,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19resolvingHoldLabelsShys6UInt16VGvpfi","regions":[[88,44,88,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14holdLabelCacheSDys6UInt16VSS5label_10Foundation4DateV9timestamptGvpfi","regions":[[90,70,90,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC17holdLabelCacheTTLSdvpfi","regions":[[92,43,92,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC18holdClearWorkItemsSDys6UInt16V8Dispatch0nK4ItemCGvpfi","regions":[[94,58,94,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC23dynamicTapHoldOutputMapSDys6UInt16VShyAFGGvpfi","regions":[[101,58,101,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16recentTapOutputsShys6UInt16VGvpfi","regions":[[106,41,106,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC19tapOutputClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[109,60,109,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC20activeTapHoldSourcesShys6UInt16VGvpfi","regions":[[113,45,113,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC14remapOutputMapSDys6UInt16VAFGvpfi","regions":[[120,44,120,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC017recentRemapSourceA5CodesShys6UInt16VGvpfi","regions":[[123,50,123,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC21remapSourceClearTasksSDys6UInt16VScTyyts5NeverOGGvpfi","regions":[[125,62,125,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC05layerA6MapperAA05LayeraJ0Cvpfi","regions":[[151,26,151,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11isCapturingSbvpfi","regions":[[157,23,157,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15lastInteraction10Foundation4DateVvpfi","regions":[[159,33,159,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC11idleTimeoutSdvpfi","regions":[[161,37,161,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC15deepFadeTimeoutSdvpfi","regions":[[162,41,162,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC12deepFadeRampSdvpfi","regions":[[163,38,163,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/KeyboardVisualization/KeyboardVisualizationViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30KeyboardVisualizationViewModelC16idlePollIntervalSdvpfi","regions":[[164,42,164,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV9fontScale12CoreGraphics7CGFloatVvpfi","regions":[[37,30,37,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV14verticalOffset12CoreGraphics7CGFloatVvpfi","regions":[[40,35,40,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18OpticalAdjustmentsV8forLabelyACSSFZ","regions":[[50,65,77,6,0,0,0,0],[51,16,51,21,0,0,0,0],[53,9,53,77,0,0,0,0],[54,9,54,77,0,0,0,0],[55,9,55,74,0,0,0,0],[57,9,57,59,0,0,0,0],[58,9,58,59,0,0,0,0],[60,9,60,53,0,0,0,0],[61,9,61,53,0,0,0,0],[62,9,62,84,0,0,0,0],[64,9,64,58,0,0,0,0],[65,9,65,59,0,0,0,0],[66,9,66,54,0,0,0,0],[67,9,67,53,0,0,0,0],[68,9,68,53,0,0,0,0],[69,9,69,54,0,0,0,0],[71,9,71,59,0,0,0,0],[72,9,72,55,0,0,0,0],[73,9,73,78,0,0,0,0],[74,9,74,53,0,0,0,0],[75,9,75,26,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V10layoutRoleAA012KeycapLayoutG0Ovg","regions":[[115,38,164,6,0,0,0,0],[119,12,119,51,0,0,0,0],[119,52,121,10,0,0,0,0],[121,10,163,25,0,0,0,0],[124,12,124,25,0,0,0,0],[124,26,126,10,0,0,0,0],[126,10,163,25,0,0,0,0],[130,12,130,29,0,0,0,0],[130,47,132,10,0,0,0,0],[132,10,163,25,0,0,0,0],[136,12,136,29,0,0,0,0],[136,30,138,10,0,0,0,0],[138,10,163,25,0,0,0,0],[141,12,141,57,0,0,0,0],[141,58,143,10,0,0,0,0],[143,10,163,25,0,0,0,0],[149,12,149,60,0,0,0,0],[149,61,151,10,0,0,0,0],[151,10,163,25,0,0,0,0],[154,12,154,24,0,0,0,0],[154,25,160,10,0,0,0,0],[156,16,156,25,0,0,0,0],[156,26,158,14,0,0,0,0],[158,14,159,34,0,0,0,0],[160,10,163,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V10layoutRoleAA012KeycapLayoutG0OvgSbyKXEfu_","regions":[[149,47,149,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V011isRightSideA0Sbvg","regions":[[167,30,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV03forE0yACSSFZ","regions":[[188,60,233,6,0,0,0,0],[191,48,191,95,0,0,0,0],[191,98,191,103,0,0,0,0],[193,16,193,26,0,0,0,0],[195,9,195,61,0,0,0,0],[196,9,196,62,0,0,0,0],[197,9,197,62,0,0,0,0],[198,9,198,59,0,0,0,0],[199,9,199,65,0,0,0,0],[200,9,200,59,0,0,0,0],[202,9,202,63,0,0,0,0],[203,9,203,62,0,0,0,0],[204,9,204,63,0,0,0,0],[206,9,206,61,0,0,0,0],[207,9,207,59,0,0,0,0],[209,9,209,57,0,0,0,0],[210,9,210,57,0,0,0,0],[211,9,211,57,0,0,0,0],[212,9,212,57,0,0,0,0],[213,9,213,57,0,0,0,0],[214,9,214,57,0,0,0,0],[215,9,215,57,0,0,0,0],[216,9,216,57,0,0,0,0],[217,9,217,57,0,0,0,0],[218,9,218,57,0,0,0,0],[220,9,220,57,0,0,0,0],[221,9,221,57,0,0,0,0],[222,9,222,57,0,0,0,0],[223,9,223,57,0,0,0,0],[224,9,224,58,0,0,0,0],[225,9,225,57,0,0,0,0],[226,9,226,57,0,0,0,0],[227,9,227,58,0,0,0,0],[228,9,228,57,0,0,0,0],[229,9,229,57,0,0,0,0],[230,9,230,57,0,0,0,0],[231,9,231,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV03forE0yACSSFZSsyKXEfu_","regions":[[191,92,191,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV8sfSymbol03forA4CodeSSSgs6UInt16V_tFZ","regions":[[236,65,252,6,0,0,0,0],[237,16,237,23,0,0,0,0],[238,9,238,28,0,0,0,0],[239,9,239,28,0,0,0,0],[240,9,240,37,0,0,0,0],[241,9,241,36,0,0,0,0],[242,9,242,23,0,0,0,0],[243,9,243,24,0,0,0,0],[244,9,244,28,0,0,0,0],[245,9,245,30,0,0,0,0],[246,9,246,28,0,0,0,0],[247,9,247,34,0,0,0,0],[248,9,248,35,0,0,0,0],[249,9,249,35,0,0,0,0],[250,9,250,21,0,0,0,0],[251,10,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/KeycapLayoutRole.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LabelMetadataV8sfSymbol09forOutputE0SSSgSS_tFZ","regions":[[259,67,281,6,0,0,0,0],[269,69,271,10,0,0,0,0],[271,10,281,6,0,0,0,0],[275,16,275,26,0,0,0,0],[276,9,276,52,0,0,0,0],[277,9,277,51,0,0,0,0],[278,9,278,49,0,0,0,0],[279,9,279,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC11serviceName33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[10,31,10,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceCACyc33_4D4CB9379E9DE9F9B7C19C86D7216D18Llfc","regions":[[12,20,12,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15tcpTokenAccount33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[16,35,16,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC13storeTCPTokenyySSKF","regions":[[19,60,40,6,0,0,0,0],[35,44,37,10,0,0,0,0],[37,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC13storeTCPTokenyySSKF10Foundation4DataVyKXEfu_","regions":[[20,53,20,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC16retrieveTCPTokenSSSgyKF","regions":[[43,59,68,6,0,0,0,0],[55,12,55,40,0,0,0,0],[55,41,57,10,0,0,0,0],[57,10,67,21,0,0,0,0],[62,14,64,10,0,0,0,0],[64,10,67,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC14deleteTCPTokenyyKF","regions":[[71,46,84,6,0,0,0,0],[79,76,81,10,0,0,0,0],[81,10,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC14deleteTCPTokenyyKFSbyKXEfu_","regions":[[79,42,79,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC11hasTCPTokenSbvg","regions":[[87,27,93,6,0,0,0,0],[88,12,90,10,0,0,0,0],[89,42,89,49,0,0,0,0],[90,17,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC19claudeAPIKeyAccount33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSSvpfi","regions":[[97,39,97,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKF","regions":[[102,62,125,6,0,0,0,0],[120,44,122,10,0,0,0,0],[122,10,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKFSbyXEfu_","regions":[[103,16,103,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKFSSyXEfu0_","regions":[[103,30,103,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17storeClaudeAPIKeyyySSKF10Foundation4DataVyKXEfu1_","regions":[[105,49,105,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC20retrieveClaudeAPIKeySSSgyF","regions":[[129,56,153,6,0,0,0,0],[141,12,141,40,0,0,0,0],[141,41,143,10,0,0,0,0],[143,10,152,19,0,0,0,0],[148,14,150,10,0,0,0,0],[150,10,152,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18deleteClaudeAPIKeyyyKF","regions":[[157,50,170,6,0,0,0,0],[165,76,167,10,0,0,0,0],[167,10,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18deleteClaudeAPIKeyyyKFSbyKXEfu_","regions":[[165,42,165,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15hasClaudeAPIKeySbvg","regions":[[173,31,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC30hasClaudeAPIKeyFromEnvironmentSbvg","regions":[[178,46,183,6,0,0,0,0],[179,99,181,10,0,0,0,0],[181,10,182,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC017hasClaudeAPIKeyInE0Sbvg","regions":[[186,41,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC15getClaudeAPIKeySSSgyF","regions":[[193,51,201,6,0,0,0,0],[195,99,197,10,0,0,0,0],[197,10,200,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC21getClaudeAPIKeyStaticSSSgyFZ","regions":[[205,64,238,6,0,0,0,0],[207,99,209,10,0,0,0,0],[209,10,237,19,0,0,0,0],[226,12,226,40,0,0,0,0],[226,41,228,10,0,0,0,0],[228,10,237,19,0,0,0,0],[233,14,235,10,0,0,0,0],[235,10,237,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC12sessionCache33_4D4CB9379E9DE9F9B7C19C86D7216D18LLSDySS10Foundation4DateVGvpfi","regions":[[243,48,243,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC18cacheSessionExpiry9sessionId10expiryDateySS_10Foundation0M0VtF","regions":[[245,66,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC16getSessionExpiry9sessionId10Foundation4DateVSgSS_tF","regions":[[249,55,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeychainService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeychainServiceC17clearSessionCacheyyF","regions":[[253,30,256,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO16generateMappings2to18includePunctuationSayAA0aF0VGAA07LogicalE0V_SbtFZ","regions":[[24,23,67,6,0,0,0,0],[26,63,28,10,0,0,0,0],[28,10,66,24,0,0,0,0],[34,57,45,10,0,0,0,0],[35,75,35,87,0,0,0,0],[35,87,45,10,0,0,0,0],[38,16,38,42,0,0,0,0],[38,43,44,14,0,0,0,0],[45,10,66,24,0,0,0,0],[48,12,48,30,0,0,0,0],[48,31,64,10,0,0,0,0],[50,68,63,14,0,0,0,0],[52,108,54,18,0,0,0,0],[54,18,63,14,0,0,0,0],[56,20,56,46,0,0,0,0],[56,47,62,18,0,0,0,0],[63,14,64,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO16generateMappings2to18includePunctuationSayAA0aF0VGAA07LogicalE0V_SbtFZSSSgyKXEfu_","regions":[[52,72,52,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO014punctuationForA4Code33_96862273611D1A2C4A35C52E8C435E17LLySSSgs6UInt16VFZ","regions":[[70,77,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/KeymapMappingGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeymapMappingGeneratorO18generateCollection3for18includePunctuationAA04RuleI0VSgSS_SbtFZ","regions":[[90,26,117,6,0,0,0,0],[91,66,93,10,0,0,0,0],[93,10,116,10,0,0,0,0],[96,56,98,10,0,0,0,0],[98,10,116,10,0,0,0,0],[102,38,104,10,0,0,0,0],[104,10,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/Kinesis360KeyMap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit010Kinesis360A3MapO10keyMapping3row3cols6UInt16V0G4Code_SS5labeltSgSi_SitFZ","regions":[[14,85,116,6,0,0,0,0],[15,16,15,26,0,0,0,0],[18,9,18,31,0,0,0,0],[19,9,19,31,0,0,0,0],[20,9,20,31,0,0,0,0],[21,9,21,31,0,0,0,0],[22,9,22,31,0,0,0,0],[23,9,23,31,0,0,0,0],[24,9,24,37,0,0,0,0],[26,9,26,37,0,0,0,0],[27,9,27,32,0,0,0,0],[28,9,28,32,0,0,0,0],[29,9,29,32,0,0,0,0],[30,9,30,32,0,0,0,0],[31,9,31,32,0,0,0,0],[32,9,32,32,0,0,0,0],[35,9,35,33,0,0,0,0],[36,9,36,31,0,0,0,0],[37,9,37,31,0,0,0,0],[38,9,38,31,0,0,0,0],[39,9,39,31,0,0,0,0],[40,9,40,31,0,0,0,0],[41,9,41,25,0,0,0,0],[43,9,43,32,0,0,0,0],[44,9,44,32,0,0,0,0],[45,9,45,32,0,0,0,0],[46,9,46,32,0,0,0,0],[47,9,47,32,0,0,0,0],[48,9,48,33,0,0,0,0],[49,9,49,26,0,0,0,0],[52,9,52,33,0,0,0,0],[53,9,53,30,0,0,0,0],[54,9,54,30,0,0,0,0],[55,9,55,30,0,0,0,0],[56,9,56,30,0,0,0,0],[57,9,57,30,0,0,0,0],[58,9,58,25,0,0,0,0],[60,9,60,33,0,0,0,0],[61,9,61,33,0,0,0,0],[63,9,63,34,0,0,0,0],[64,9,64,34,0,0,0,0],[66,9,66,31,0,0,0,0],[67,9,67,32,0,0,0,0],[68,9,68,32,0,0,0,0],[69,9,69,32,0,0,0,0],[70,9,70,32,0,0,0,0],[71,9,71,32,0,0,0,0],[72,9,72,26,0,0,0,0],[75,9,75,33,0,0,0,0],[76,9,76,30,0,0,0,0],[77,9,77,30,0,0,0,0],[78,9,78,30,0,0,0,0],[79,9,79,30,0,0,0,0],[80,9,80,31,0,0,0,0],[82,9,82,33,0,0,0,0],[84,9,84,34,0,0,0,0],[86,9,86,32,0,0,0,0],[87,9,87,32,0,0,0,0],[88,9,88,32,0,0,0,0],[89,9,89,32,0,0,0,0],[90,9,90,32,0,0,0,0],[91,9,91,34,0,0,0,0],[94,9,94,36,0,0,0,0],[95,9,95,31,0,0,0,0],[96,9,96,33,0,0,0,0],[97,9,97,34,0,0,0,0],[98,9,98,34,0,0,0,0],[100,9,100,35,0,0,0,0],[101,9,101,35,0,0,0,0],[102,9,102,34,0,0,0,0],[104,9,104,34,0,0,0,0],[105,9,105,35,0,0,0,0],[106,9,106,36,0,0,0,0],[108,9,108,35,0,0,0,0],[109,9,109,35,0,0,0,0],[110,9,110,32,0,0,0,0],[111,9,111,32,0,0,0,0],[112,9,112,37,0,0,0,0],[113,9,114,16,0,0,0,0],[115,10,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV19_showBrowserHistory33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVySbGvpfi","regions":[[15,45,15,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15_showAddMapping33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVySbGvpfi","regions":[[17,41,17,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV22_localHyperTriggerMode33_D437058C26138D6193755706B2F60834LL7SwiftUI5StateVyAA0ijK0OGvpfi","regions":[[21,66,21,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15existingDomains33_D437058C26138D6193755706B2F60834LLShySSGvg","regions":[[23,46,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15existingDomains33_D437058C26138D6193755706B2F60834LLShySSGvgSSSgAA0E7MappingVXEfU_","regions":[[24,40,29,10,0,0,0,0],[25,55,27,14,0,0,0,0],[27,14,28,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg","regions":[[32,25,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_","regions":[[33,49,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_","regions":[[42,49,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_","regions":[[44,36,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_ySSYbScMYccACYbcfu_","regions":[[48,39,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_A21_yXEfU_ySSYbScMYccACYbcfu_ySSYbScMYccfu0_","regions":[[48,39,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yycfU0_","regions":[[67,35,67,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yAA0E7MappingVcfU1_","regions":[[68,36,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_y10Foundation4UUIDVcfU2_","regions":[[71,38,73,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAC21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvpQOy_Qo__Qo__Qo__AE7DividerVAE6HStackVyAGyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyAiEEAJyQrAQFQOyAA0e8KeyboardG0V_Qo__AiEEAJyQrAN_ARtFQOyAE4TextV_Qo_tGG_Qo__AE5ColorVQo__AyiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEA3_5width6heightA10_QrAR_ARA12_tFQOyAA0e6DrawerG0V_Qo__AA0E10GridConfigVQo_tGGtGyXEfU_A38_yXEfU_yA36__A36_tcfU3_","regions":[[76,39,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA025BrowserHistorySuggestionsG0VycfU0_","regions":[[81,50,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA025BrowserHistorySuggestionsG0VycfU0_ySayAA0iJ7ScannerC11VisitedSiteVGcfU_","regions":[[82,77,84,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_","regions":[[86,39,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_SSAIXEfU_","regions":[[89,55,89,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_yAIcfU0_","regions":[[90,25,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVAA0eI0VcfU1_yycfU1_","regions":[[94,27,96,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_","regions":[[99,46,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_AA0eI0VSSXEfU_","regions":[[101,45,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_SSAA0eI0VXEfU0_","regions":[[104,55,104,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_yAA0eI0VcfU1_","regions":[[105,25,109,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV4bodyQrvgAA0E13MappingEditor33_D437058C26138D6193755706B2F60834LLVycfU2_yycfU2_","regions":[[110,27,113,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg","regions":[[120,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_","regions":[[121,49,176,10,0,0,0,0],[152,16,152,51,0,0,0,0],[152,52,171,14,0,0,0,0],[171,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_","regions":[[122,20,135,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_yyScMYccfU_","regions":[[128,32,128,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A16_yXEfU_A7_yXEfU0_","regions":[[128,63,131,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A24_yYbcfU0_","regions":[[138,22,138,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yA24_YbcfU1_","regions":[[139,22,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A28_yXEfU2_","regions":[[143,16,146,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A39_yYbcfU3_","regions":[[154,26,154,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yA39_YbcfU4_","regions":[[155,26,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_A41_yXEfU5_","regions":[[161,20,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationModeSection33_D437058C26138D6193755706B2F60834LLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAF0G0PAFE11controlSizeyQrAF07ControlY0OFQOyArFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyArFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_APyArFE12labelsHiddenQryFQOyArFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAlA0e10ActivationI0OAHyArFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAL_A24_Qo__A27_tGG_AF20SegmentedPickerStyleVQo__Qo_A14_GArFE8onAppear7performQryycSg_tFQOyAPyArFEA18_QryFQOyArFEA19_yQrqd__AFA20_Rd__lFQOyA22_yAlA012HyperTriggerI0OAHyArFEA25__A26_Qrqd___SbtSHRd__lFQOyAL_A39_Qo__A40_tGG_A31_Qo__Qo_A14_G_Qo_SgALtGyXEfU_yycfU6_","regions":[[168,27,170,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV21activationDescription33_D437058C26138D6193755706B2F60834LLSSvg","regions":[[179,47,186,6,0,0,0,0],[180,16,180,37,0,0,0,0],[181,9,182,78,0,0,0,0],[183,9,184,63,0,0,0,0],[185,10,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV06handleA7Clicked33_D437058C26138D6193755706B2F60834LLyySSF","regions":[[190,50,201,6,0,0,0,0],[192,108,196,10,0,0,0,0],[196,16,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV06handleA7Clicked33_D437058C26138D6193755706B2F60834LLyySSFSbAA0E7MappingVXEfU_","regions":[[192,63,192,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13updateMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VF","regions":[[203,60,207,6,0,0,0,0],[204,91,204,101,0,0,0,0],[204,101,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13updateMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VFSbAGXEfU_","regions":[[204,61,204,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV10addMapping33_D437058C26138D6193755706B2F60834LLyyAA0eI0VF","regions":[[209,57,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tF","regions":[[216,42,225,6,0,0,0,0],[222,9,224,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU_","regions":[[217,35,217,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV13deleteMapping33_D437058C26138D6193755706B2F60834LL2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU0_","regions":[[221,41,221,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGF","regions":[[227,82,244,6,0,0,0,0],[232,54,242,10,0,0,0,0],[233,16,233,63,0,0,0,0],[233,64,235,14,0,0,0,0],[235,14,242,10,0,0,0,0],[242,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFSSAA0E7MappingVXEfU_","regions":[[228,48,228,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV17addSuggestedSites33_D437058C26138D6193755706B2F60834LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFSbSSXEfU0_","regions":[[229,74,229,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherCollectionViewV15normalizeDomain33_D437058C26138D6193755706B2F60834LLyS2SF","regions":[[246,62,252,6,0,0,0,0],[248,12,248,35,0,0,0,0],[248,36,250,10,0,0,0,0],[250,10,251,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV25_isScriptExecutionEnabled7SwiftUI5StateVySbGvpfi","regions":[[273,57,273,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV16selectedKeymapIdSSvpfP","regions":[[274,6,274,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[274,87,274,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV23includePunctuationStoreSSvpfP","regions":[[275,6,275,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[275,109,275,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV10TargetTypeO23requiresScriptExecutionSbvg","regions":[[283,43,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfC","regions":[[293,7,352,6,0,0,0,0],[299,24,340,10,0,0,0,0],[302,20,302,34,0,0,0,0],[303,13,311,54,0,0,0,0],[312,13,320,54,0,0,0,0],[321,13,329,54,0,0,0,0],[330,13,338,62,0,0,0,0],[339,14,340,10,0,0,0,0],[340,16,351,10,0,0,0,0],[351,10,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu_","regions":[[306,61,306,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu0_","regions":[[327,59,327,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7mapping12existingKeys6onSave0P6CancelAdA0eF0VSg_ShySSGyAJcyyctcfcSSyKXEfu1_","regions":[[338,59,338,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg","regions":[[354,25,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_","regions":[[355,29,505,10,0,0,0,0],[356,35,356,49,0,0,0,0],[356,52,356,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_","regions":[[359,18,489,14,0,0,0,0],[386,20,386,45,0,0,0,0],[386,69,404,18,0,0,0,0],[404,18,489,14,0,0,0,0],[406,24,406,34,0,0,0,0],[407,17,420,84,0,0,0,0],[421,17,424,78,0,0,0,0],[425,17,449,86,0,0,0,0],[437,56,445,22,0,0,0,0],[445,22,449,86,0,0,0,0],[450,17,477,61,0,0,0,0],[464,56,472,22,0,0,0,0],[472,22,477,61,0,0,0,0],[478,18,489,14,0,0,0,0],[484,48,488,18,0,0,0,0],[488,18,489,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_SSyYbcfU_","regions":[[362,26,362,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_ySSYbcfU0_","regions":[[363,26,363,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A31_yXEfU1_","regions":[[370,56,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A31_yXEfU1_A30_A24_cfU_","regions":[[371,62,374,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_yA24__A24_tcfU2_","regions":[[378,43,383,18,0,0,0,0],[380,24,380,56,0,0,0,0],[380,84,382,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_","regions":[[387,40,401,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_A62_yXEfU_","regions":[[390,65,400,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A64_yXEfU3_A62_yXEfU_yyScMYccfU_","regions":[[395,58,397,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU4_","regions":[[408,28,416,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU4_yyScMYccfU_","regions":[[412,45,414,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU5_","regions":[[426,28,434,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A73_yXEfU5_yyScMYccfU_","regions":[[430,45,432,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A79_yXEfU6_","regions":[[438,44,444,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A86_yXEfU7_","regions":[[451,28,461,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A86_yXEfU7_yyScMYccfU_","regions":[[456,45,458,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A96_yXEfU_A79_yXEfU8_","regions":[[465,44,471,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_","regions":[[492,20,503,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_yyScMYccfU_","regions":[[493,34,493,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4FormVyAHyAF15ModifiedContentVyAlFE5frame5width6height9alignmentQrAU_AuF9AlignmentVtFQOyAlFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AlFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAYyAlFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjD10TargetTypeOAF7ForEachVySayA24_GA24_AlFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A24_Qo_GG_AF20SegmentedPickerStyleVQo_A14_G_A24_Qo_AYyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAJ_AlFE4fontyQrAF4FontVSgFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF15LinkButtonStyleVQo__Qo_tGGtGG_Qo_A14_GSgAF19_ConditionalContentVyA70_yAHyA39_yAHyAYyA11_A14_G_AYyA57_A14_GtGG_AYyAlFEA49_yQrA52_FQOyA11__Qo_A14_GtGA71_GA70_yAHyA74__A39_yAHyA46__AJtGGSgA71_tGAHyA39_yAHyAlFE8disabledyQrSbFQOyA71__Qo__AlFEA83_yQrSbFQOyA72__Qo_tGG_A81_A84_tGGGAYyAF6ToggleVyAJGA14_GAJSgtGG_Qo_AlFEAMyQrAQ_AUtFQOyA39_yAHyAYyAlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA57__Qo_A14_G_AF6SpacerVAYyAlFEA83_yQrSbFQOyA102__Qo_A14_GtGG_Qo_tGyXEfU_A108_yXEfU0_yyScMYccfU0_","regions":[[499,32,499,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvgyycfU0_","regions":[[508,19,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4bodyQrvgy10Foundation12NotificationVcfU1_","regions":[[512,99,522,10,0,0,0,0],[515,16,515,52,0,0,0,0],[515,53,521,14,0,0,0,0],[518,20,518,29,0,0,0,0],[518,53,520,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV7isValidSbvg","regions":[[525,31,527,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15validationErrorSSSgvg","regions":[[529,42,566,6,0,0,0,0],[530,12,530,33,0,0,0,0],[530,34,532,10,0,0,0,0],[532,10,565,19,0,0,0,0],[533,12,533,57,0,0,0,0],[533,58,535,10,0,0,0,0],[535,10,565,19,0,0,0,0],[537,87,539,10,0,0,0,0],[539,19,539,55,0,0,0,0],[539,56,541,10,0,0,0,0],[541,10,565,19,0,0,0,0],[543,16,543,26,0,0,0,0],[544,9,547,14,0,0,0,0],[545,16,545,31,0,0,0,0],[545,32,547,14,0,0,0,0],[548,9,551,14,0,0,0,0],[549,16,549,27,0,0,0,0],[549,28,551,14,0,0,0,0],[552,9,555,14,0,0,0,0],[553,16,553,34,0,0,0,0],[553,35,555,14,0,0,0,0],[556,9,562,14,0,0,0,0],[557,16,557,34,0,0,0,0],[557,35,559,14,0,0,0,0],[559,14,562,14,0,0,0,0],[560,16,560,41,0,0,0,0],[560,42,562,14,0,0,0,0],[563,10,565,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06folderB7WarningSSSgvg","regions":[[569,44,584,6,0,0,0,0],[570,40,570,54,0,0,0,0],[570,54,583,19,0,0,0,0],[575,12,575,92,0,0,0,0],[575,93,577,10,0,0,0,0],[577,10,583,19,0,0,0,0],[579,12,579,34,0,0,0,0],[579,35,581,10,0,0,0,0],[581,10,583,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06scriptB7WarningSSSgvg","regions":[[587,44,606,6,0,0,0,0],[588,40,588,54,0,0,0,0],[588,54,605,19,0,0,0,0],[592,12,592,65,0,0,0,0],[592,66,594,10,0,0,0,0],[594,10,605,19,0,0,0,0],[601,12,601,21,0,0,0,0],[601,37,603,10,0,0,0,0],[603,10,605,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4saveyyF","regions":[[608,25,627,6,0,0,0,0],[609,45,609,55,0,0,0,0],[610,9,611,77,0,0,0,0],[611,62,611,65,0,0,0,0],[611,68,611,76,0,0,0,0],[612,9,613,22,0,0,0,0],[614,9,615,83,0,0,0,0],[615,66,615,69,0,0,0,0],[615,72,615,82,0,0,0,0],[616,9,617,83,0,0,0,0],[617,66,617,69,0,0,0,0],[617,72,617,82,0,0,0,0],[618,10,627,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV4saveyyF10Foundation4UUIDVyKXEfu_","regions":[[621,32,621,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV12openSettingsyyF","regions":[[631,33,636,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15browseForFolderyyF","regions":[[640,36,661,6,0,0,0,0],[648,12,648,35,0,0,0,0],[648,57,660,10,0,0,0,0],[651,16,651,49,0,0,0,0],[651,50,653,14,0,0,0,0],[653,20,655,14,0,0,0,0],[657,16,657,34,0,0,0,0],[657,35,659,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV15browseForScriptyyF","regions":[[663,36,719,6,0,0,0,0],[678,75,680,10,0,0,0,0],[681,61,683,10,0,0,0,0],[686,61,688,10,0,0,0,0],[689,59,691,10,0,0,0,0],[692,59,694,10,0,0,0,0],[697,59,699,10,0,0,0,0],[700,61,702,10,0,0,0,0],[706,12,706,35,0,0,0,0],[706,57,718,10,0,0,0,0],[709,16,709,49,0,0,0,0],[709,50,711,14,0,0,0,0],[711,20,713,14,0,0,0,0],[715,16,715,34,0,0,0,0],[715,35,717,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV09browseForC0yyF","regions":[[721,33,738,6,0,0,0,0],[730,12,730,35,0,0,0,0],[730,57,737,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV09browseForC0yyFSSyKXEfu_","regions":[[733,64,733,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV010normalizedA0SSvg","regions":[[740,39,742,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV13keyTranslatorAA0e6KeymapN0Vvg","regions":[[744,57,746,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV07displayA0SSvg","regions":[[748,36,750,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherCollectionView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherMappingEditor33_D437058C26138D6193755706B2F60834LLV06updateA04fromySS_tF","regions":[[752,55,766,6,0,0,0,0],[755,35,758,10,0,0,0,0],[758,10,766,6,0,0,0,0],[759,67,761,10,0,0,0,0],[761,19,761,55,0,0,0,0],[761,56,763,10,0,0,0,0],[763,16,765,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[16,48,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[18,21,18,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV11appMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[19,21,19,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[23,52,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[25,21,25,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV15websiteMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[26,21,26,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[30,51,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[32,21,32,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14folderMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[33,21,33,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvg","regions":[[37,51,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[39,21,39,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV14scriptMappings33_F9366C0AF07D68629BD3790719CA7205LLSayAA0E7MappingVGvgSbAG_AGtXEfU_","regions":[[40,21,40,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg","regions":[[43,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_","regions":[[44,49,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A11_yXEfU_","regions":[[46,20,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A37_yXEfU0_","regions":[[66,24,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAV_Qo__Qo__AE06_ShapeG0VyAE7CapsuleVAE5ColorVGQo_tGG_Qo__Qo__AE7DividerVAE06ScrollG0VyAiEEAJyQrAQFQOyAE6VStackVyAGyAGyAC13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitFQOy_Qo__AC12mappingsListA22_LLyQrSayAA0E7MappingVGFQOy_Qo_tGSg_A31_A31_A31_AC10emptyStateA22_LLQrvpQOy_Qo_SgtGG_Qo_GA16_AC13actionButtonsA22_LLQrvpQOy_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_","regions":[[67,58,96,18,0,0,0,0],[69,24,69,44,0,0,0,0],[69,45,72,22,0,0,0,0],[72,22,96,18,0,0,0,0],[75,24,75,48,0,0,0,0],[75,49,78,22,0,0,0,0],[78,22,96,18,0,0,0,0],[81,24,81,47,0,0,0,0],[81,48,84,22,0,0,0,0],[84,22,96,18,0,0,0,0],[87,24,87,47,0,0,0,0],[87,48,90,22,0,0,0,0],[90,22,96,18,0,0,0,0],[93,24,93,47,0,0,0,0],[93,48,95,22,0,0,0,0],[95,22,96,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitF","regions":[[111,76,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13sectionHeader33_F9366C0AF07D68629BD3790719CA7205LL_5countQrSS_SitF7SwiftUI05TupleG0VyAG4TextV_AG6SpacerVtGyXEfU_","regions":[[112,16,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF","regions":[[123,75,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_","regions":[[124,28,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_","regions":[[125,31,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU_","regions":[[129,31,131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU0_","regions":[[132,29,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV12mappingsList33_F9366C0AF07D68629BD3790719CA7205LLyQrSayAA0E7MappingVGF7SwiftUI7ForEachVyAH10Foundation4UUIDVAA0fP3RowAELLVGyXEfU_ApGcfU_yycfU1_","regions":[[135,31,137,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV10emptyState33_F9366C0AF07D68629BD3790719CA7205LLQrvg","regions":[[146,39,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV10emptyState33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineX9AlignmentyQrAF0xZ0OFQOyAX_Qo_tGyXEfU_","regions":[[147,28,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg","regions":[[166,42,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_","regions":[[167,28,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_AWyXEfU_","regions":[[168,42,170,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_","regions":[[176,18,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_yyScMYccfU_","regions":[[177,45,179,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_A12_yXEfU0_yyScMYccfU0_","regions":[[181,57,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherDrawerViewV13actionButtons33_F9366C0AF07D68629BD3790719CA7205LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF0X0VyAF5LabelVyAF4TextVAF5ImageVGG_AF08BorderedxV0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAJyAlFE04menuV0yQrqd__AF04MenuV0Rd__lFQOyAF4MenuVyAvHyAPyATG_AF7DividerVA9_tGG_AF010Borderlessx4MenuV0VQo_A1_GtGyXEfU_AVyXEfU1_","regions":[[184,22,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[205,37,205,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV16selectedKeymapIdSSvpfP","regions":[[206,6,206,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[206,87,206,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV23includePunctuationStoreSSvpfP","regions":[[207,6,207,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[207,109,207,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV13keyTranslatorAA014LauncherKeymapO0Vvg","regions":[[209,57,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV07displayA0SSvg","regions":[[212,36,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg","regions":[[216,25,286,6,0,0,0,0],[267,38,267,55,0,0,0,0],[267,58,267,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyAF0R0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0W0Rd__lFQOyAnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAnFE11aspectRatio_11contentModeQrA__AF0U4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo_AnFE15foregroundColoryQrAF5ColorVSgFQOyAnFEAtuvWQrA__A_A1_tFQOyA7__Qo__Qo_GG_AnFE10background_AWQrqd___A1_tAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_A_tFQOyAnFEA22_yQrA26__A_tFQOyAF4TextV_Qo__Qo__AF01_wR0VyA11_A15_GQo_AnFEA13_yQrA16_FQOyAnFE9lineLimityQrSiSgFQOyA28__Qo__Qo_AF6SpacerVAnFEA13_yQrA16_FQOyAnFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_SgtGyXEfU_","regions":[[217,29,258,10,0,0,0,0],[248,54,248,62,0,0,0,0],[248,65,248,75,0,0,0,0],[253,16,253,34,0,0,0,0],[253,35,257,14,0,0,0,0],[257,14,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyAF0R0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0W0Rd__lFQOyAnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAnFE11aspectRatio_11contentModeQrA__AF0U4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo_AnFE15foregroundColoryQrAF5ColorVSgFQOyAnFEAtuvWQrA__A_A1_tFQOyA7__Qo__Qo_GG_AnFE10background_AWQrqd___A1_tAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_A_tFQOyAnFEA22_yQrA26__A_tFQOyAF4TextV_Qo__Qo__AF01_wR0VyA11_A15_GQo_AnFEA13_yQrA16_FQOyAnFE9lineLimityQrSiSgFQOyA28__Qo__Qo_AF6SpacerVAnFEA13_yQrA16_FQOyAnFE4fontyQrAF4FontVSgFQOyA7__Qo__Qo_SgtGyXEfU_A19_yXEfU_","regions":[[219,19,231,14,0,0,0,0],[220,29,226,18,0,0,0,0],[226,24,230,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgyycfU0_","regions":[[270,23,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgySbcfU1_","regions":[[273,18,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_","regions":[[276,22,280,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_yyScMYccfU_","regions":[[277,28,277,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvg7SwiftUI9TupleViewVyAF6ButtonVyAF4TextVG_AF7DividerVAMtGyXEfU2_yyScMYccfU0_","regions":[[279,50,279,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV4bodyQrvgyyYaYbcfU3_","regions":[[283,15,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV15backgroundColor7SwiftUI0O0Vvg","regions":[[288,40,296,6,0,0,0,0],[289,12,289,22,0,0,0,0],[289,23,291,10,0,0,0,0],[291,19,291,29,0,0,0,0],[291,30,293,10,0,0,0,0],[293,16,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV8loadIconyyYaF","regions":[[298,35,307,6,0,0,0,0],[299,16,299,30,0,0,0,0],[300,9,301,61,0,0,0,0],[302,9,303,76,0,0,0,0],[304,9,305,61,0,0,0,0],[306,10,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherDrawerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DrawerMappingRow33_F9366C0AF07D68629BD3790719CA7205LLV16fallbackIconNameSSvg","regions":[[310,42,317,6,0,0,0,0],[311,16,311,30,0,0,0,0],[312,9,312,30,0,0,0,0],[313,9,313,27,0,0,0,0],[314,9,314,36,0,0,0,0],[315,9,315,38,0,0,0,0],[316,10,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV16selectedLayoutId33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[14,6,14,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV17_selectedLayoutId33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[14,87,14,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6layout33_44698BE71FA3016AB887661D45B65755LLAA14PhysicalLayoutVvg","regions":[[15,40,15,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6layout33_44698BE71FA3016AB887661D45B65755LLAA14PhysicalLayoutVvgAGyKXEfu_","regions":[[15,87,15,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV16selectedKeymapId33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[18,6,18,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV17_selectedKeymapId33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[18,87,18,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV23includePunctuationStore33_44698BE71FA3016AB887661D45B65755LLSSvpfP","regions":[[19,6,19,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV24_includePunctuationStore33_44698BE71FA3016AB887661D45B65755LL7SwiftUI0C7StorageVySSGvpfi","regions":[[19,109,19,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12activeKeymap33_44698BE71FA3016AB887661D45B65755LLAA07LogicalI0Vvg","regions":[[20,45,20,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12activeKeymap33_44698BE71FA3016AB887661D45B65755LLAA07LogicalI0VvgAGyKXEfu_","regions":[[20,91,20,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV24includeKeymapPunctuation33_44698BE71FA3016AB887661D45B65755LLSbvg","regions":[[21,48,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV13keyTranslator33_44698BE71FA3016AB887661D45B65755LLAA0e6KeymapI0Vvg","regions":[[24,57,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010mappingsByA033_44698BE71FA3016AB887661D45B65755LLSDySSAA0E7MappingVGvg","regions":[[29,58,35,6,0,0,0,0],[31,64,33,10,0,0,0,0],[33,10,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV11keyUnitSize33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvpfi","regions":[[38,40,38,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV6keyGap33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvpfi","regions":[[40,35,40,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg","regions":[[42,25,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_","regions":[[43,24,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_A10_yXEfU_","regions":[[45,44,54,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrA__ARtFQOy_Qo_SgGG_Qo_AE13GeometryProxyVcfU_A10_yXEfU_A9_A_cfU_","regions":[[47,48,53,18,0,0,0,0],[50,24,50,42,0,0,0,0],[50,43,52,22,0,0,0,0],[52,22,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010shouldShowA033_44698BE71FA3016AB887661D45B65755LLySbAA08PhysicalA0VF","regions":[[63,60,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV010shouldShowA033_44698BE71FA3016AB887661D45B65755LLySbAA08PhysicalA0VFSbyKXEfu_","regions":[[70,34,70,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV11aspectRatio33_44698BE71FA3016AB887661D45B65755LL12CoreGraphics7CGFloatVvg","regions":[[74,38,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtF","regions":[[84,77,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFAA0E7MappingVSgSSXEfU_","regions":[[87,44,87,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[88,49,88,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu0_","regions":[[93,47,93,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV03keyG033_44698BE71FA3016AB887661D45B65755LL3for5scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFyycfU0_","regions":[[96,20,100,14,0,0,0,0],[97,37,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV09canonicaleA033_44698BE71FA3016AB887661D45B65755LL3forSSSgAA08PhysicalA0V_tF","regions":[[112,72,115,6,0,0,0,0],[114,62,114,74,0,0,0,0],[114,77,114,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12displayLabel33_44698BE71FA3016AB887661D45B65755LL3for09canonicalA0SSAA08PhysicalA0V_SSSgtF","regions":[[117,86,122,6,0,0,0,0],[118,29,120,10,0,0,0,0],[120,10,121,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV14calculateScale33_44698BE71FA3016AB887661D45B65755LL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[126,62,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV8keyWidth33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[136,76,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV9keyHeight33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[140,77,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12keyPositionX33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[144,80,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LauncherKeyboardViewV12keyPositionY33_44698BE71FA3016AB887661D45B65755LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[150,80,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV12cornerRadius33_88EAD84D9B06A2FAFCE8F7405AE483DBLL12CoreGraphics7CGFloatVvpfi","regions":[[19,41,19,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV16iconCornerRadius33_88EAD84D9B06A2FAFCE8F7405AE483DBLL12CoreGraphics7CGFloatVvpfi","regions":[[22,45,22,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg","regions":[[24,25,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg7SwiftUI6ZStackVyAE05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAE06_ShapeG0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokepG0VyAsuE05EmptyG0VGQo__AE19_ConditionalContentVyA2_yAC08capsLockW033_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tFQOy_Qo_AC06mappedaW0A4_LL8iconSize9labelSizeQrA8__A8_tFQOy_Qo_GAC08unmappedaW0A4_LLA12_QrA8__tFQOy_Qo_GtGGAE13GeometryProxyVcfU_","regions":[[25,24,50,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvg7SwiftUI6ZStackVyAE05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAE06_ShapeG0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokepG0VyAsuE05EmptyG0VGQo__AE19_ConditionalContentVyA2_yAC08capsLockW033_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tFQOy_Qo_AC06mappedaW0A4_LL8iconSize9labelSizeQrA8__A8_tFQOy_Qo_GAC08unmappedaW0A4_LLA12_QrA8__tFQOy_Qo_GtGGAE13GeometryProxyVcfU_A18_yXEfU_","regions":[[30,20,49,14,0,0,0,0],[36,74,36,75,0,0,0,0],[36,78,36,79,0,0,0,0],[40,20,40,33,0,0,0,0],[40,34,42,18,0,0,0,0],[42,27,42,41,0,0,0,0],[42,42,45,18,0,0,0,0],[45,24,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyycfU0_","regions":[[53,23,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyyYaYbcfU1_","regions":[[56,15,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyAA0E6TargetOSg_AGtcfU2_","regions":[[59,40,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV4bodyQrvgyAA0E6TargetOSg_AGtcfU2_yyYacfU_","regions":[[60,18,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvg","regions":[[70,37,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvgSbyKXEfu_","regions":[[71,30,71,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV010isCapsLockA033_88EAD84D9B06A2FAFCE8F7405AE483DBLLSbvgSbyKXEfu0_","regions":[[71,65,71,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15capsLockContent33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[77,62,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15capsLockContent33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF7SwiftUI05TupleG0VyAJ4TextV_ANtGyXEfU_","regions":[[79,28,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF","regions":[[90,87,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF7SwiftUI05TupleG0VyAK012_ConditionalI0VyAK6ZStackVyAMyAK0G0PAKE6shadow5color6radius1x1yQrAK5ColorV_A3JtFQOyAsKE9clipShape_5styleQrqd___AK9FillStyleVtAK5ShapeRd__lFQOyAsKE5frame5width6height9alignmentQrAJSg_A8_AK9AlignmentVtFQOyAsKE11aspectRatio_11contentModeQrA8__AK0I4ModeOtFQOyAK5ImageV_Qo__Qo__AK16RoundedRectangleVQo__Qo__AC9linkBadgeAELL4sizeQrAJ_tFQOy_Qo_SgtGGAsKE15foregroundColoryQrAZSgFQOyAsKE4fontyQrAK4FontVSgFQOyA16__Qo__Qo_G_AsKE7paddingyQrAJFQOyAK4TextV_Qo_tGyXEfU_","regions":[[91,40,119,10,0,0,0,0],[93,25,107,14,0,0,0,0],[107,20,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV06mappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL8iconSize05labelS0Qr12CoreGraphics7CGFloatV_AJtF7SwiftUI05TupleG0VyAK012_ConditionalI0VyAK6ZStackVyAMyAK0G0PAKE6shadow5color6radius1x1yQrAK5ColorV_A3JtFQOyAsKE9clipShape_5styleQrqd___AK9FillStyleVtAK5ShapeRd__lFQOyAsKE5frame5width6height9alignmentQrAJSg_A8_AK9AlignmentVtFQOyAsKE11aspectRatio_11contentModeQrA8__AK0I4ModeOtFQOyAK5ImageV_Qo__Qo__AK16RoundedRectangleVQo__Qo__AC9linkBadgeAELL4sizeQrAJ_tFQOy_Qo_SgtGGAsKE15foregroundColoryQrAZSgFQOyAsKE4fontyQrAK4FontVSgFQOyA16__Qo__Qo_G_AsKE7paddingyQrAJFQOyAK4TextV_Qo_tGyXEfU_A27_yXEfU_","regions":[[94,52,106,18,0,0,0,0],[103,24,103,53,0,0,0,0],[103,54,105,22,0,0,0,0],[105,22,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV9linkBadge33_88EAD84D9B06A2FAFCE8F7405AE483DBLL4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[125,56,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV08unmappedA7Content33_88EAD84D9B06A2FAFCE8F7405AE483DBLL9labelSizeQr12CoreGraphics7CGFloatV_tF","regions":[[139,70,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV15backgroundColor33_88EAD84D9B06A2FAFCE8F7405AE483DBLL7SwiftUI0I0Vvg","regions":[[148,40,159,6,0,0,0,0],[149,12,149,25,0,0,0,0],[149,26,152,10,0,0,0,0],[152,19,152,33,0,0,0,0],[152,34,155,10,0,0,0,0],[154,26,154,38,0,0,0,0],[154,41,154,67,0,0,0,0],[155,16,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV11strokeColor33_88EAD84D9B06A2FAFCE8F7405AE483DBLL7SwiftUI0I0Vvg","regions":[[161,36,169,6,0,0,0,0],[162,12,162,22,0,0,0,0],[162,23,164,10,0,0,0,0],[164,19,164,33,0,0,0,0],[164,34,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV18accessibilityLabel33_88EAD84D9B06A2FAFCE8F7405AE483DBLLSSvg","regions":[[171,44,179,6,0,0,0,0],[172,12,172,25,0,0,0,0],[172,26,174,10,0,0,0,0],[174,31,176,10,0,0,0,0],[176,16,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV8loadIcon33_88EAD84D9B06A2FAFCE8F7405AE483DBLLyyYaF","regions":[[183,35,195,6,0,0,0,0],[184,32,187,10,0,0,0,0],[187,10,195,6,0,0,0,0],[189,16,189,30,0,0,0,0],[190,9,191,61,0,0,0,0],[192,9,193,76,0,0,0,0],[194,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherKeycapViewV16fallbackIconName33_88EAD84D9B06A2FAFCE8F7405AE483DBLLSSvg","regions":[[198,42,206,6,0,0,0,0],[199,49,199,74,0,0,0,0],[199,74,206,6,0,0,0,0],[200,16,200,22,0,0,0,0],[201,9,201,37,0,0,0,0],[202,9,202,34,0,0,0,0],[203,9,203,43,0,0,0,0],[204,9,204,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfC","regions":[[11,59,32,6,0,0,0,0],[18,46,28,10,0,0,0,0],[25,16,25,53,0,0,0,0],[25,54,27,14,0,0,0,0],[28,10,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfcSSyKXEfu_","regions":[[21,20,22,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV6keymap18includePunctuationAcA07LogicalF0V_SbtcfcSSyKXEfu_SSyKXEfu0_","regions":[[22,20,22,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV8keymapId23includePunctuationStoreACSS_SStcfC","regions":[[34,61,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV8keymapId23includePunctuationStoreACSS_SStcfcAA07LogicalF0VyKXEfu_","regions":[[35,66,35,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV12displayLabel3forS2S_tF","regions":[[40,59,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV12displayLabel3forS2S_tFSSyKXEfu_","regions":[[41,58,41,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherKeymapTranslator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LauncherKeymapTranslatorV09canonicalA03forSSSgSS_tF","regions":[[44,58,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV10showToggleSbvpfi","regions":[[9,28,9,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV16selectedKeymapId33_CE9D6BC4E90590B27F279D4F3140B412LLSSvpfP","regions":[[15,6,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV17_selectedKeymapId33_CE9D6BC4E90590B27F279D4F3140B412LL7SwiftUI0C7StorageVySSGvpfi","regions":[[15,87,15,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV23includePunctuationStore33_CE9D6BC4E90590B27F279D4F3140B412LLSSvpfP","regions":[[16,6,16,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV24_includePunctuationStore33_CE9D6BC4E90590B27F279D4F3140B412LL7SwiftUI0C7StorageVySSGvpfi","regions":[[16,109,16,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV13keyTranslator33_CE9D6BC4E90590B27F279D4F3140B412LLAA0e6KeymapJ0Vvg","regions":[[18,57,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV07displayA033_CE9D6BC4E90590B27F279D4F3140B412LLSSvg","regions":[[21,36,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg","regions":[[25,25,95,6,0,0,0,0],[70,44,70,45,0,0,0,0],[70,48,70,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_","regions":[[26,28,69,10,0,0,0,0],[43,62,43,71,0,0,0,0],[43,74,43,79,0,0,0,0],[48,92,48,95,0,0,0,0],[48,98,48,101,0,0,0,0],[50,69,50,81,0,0,0,0],[50,84,50,94,0,0,0,0],[55,69,55,77,0,0,0,0],[55,80,55,90,0,0,0,0],[60,16,60,26,0,0,0,0],[60,41,68,14,0,0,0,0],[68,14,69,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_A10_yXEfU_","regions":[[28,19,39,14,0,0,0,0],[29,29,34,18,0,0,0,0],[34,24,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu_","regions":[[48,78,48,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu0_","regions":[[50,55,50,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyKXEfu1_","regions":[[55,55,55,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_SbyYbcfU0_","regions":[[62,26,62,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAE0H0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAU_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEEAnopQQrAU_AuWtFQOyA1__Qo__Qo_GG_AmEEA4_yQrA7_FQOyAmEE10background_AQQrqd___AWtAeLRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAmEEA13_yQrA17__AUtFQOyAE4TextV_Qo__Qo__AE06_ShapeH0VyAE16RoundedRectangleVA6_GQo__Qo_A19_AE6SpacerVAmEE11controlSizeyQrAE11ControlSizeOFQOyAmEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAmEE12labelsHiddenQryFQOyAE6ToggleVyA19_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGyXEfU_ySbYbcfU1_","regions":[[63,26,63,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvgSbyKXEfu_","regions":[[77,30,77,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_","regions":[[77,47,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_","regions":[[78,30,88,14,0,0,0,0],[79,31,81,18,0,0,0,0],[81,18,88,14,0,0,0,0],[82,20,82,33,0,0,0,0],[82,51,84,18,0,0,0,0],[84,18,88,14,0,0,0,0],[85,33,87,18,0,0,0,0],[87,18,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_yyScMYccfU_","regions":[[80,36,80,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvg7SwiftUI0H0PAEE11contextMenu9menuItemsQrqd__yXE_tAeFRd__lFQOyAgEE12contentShape_6eoFillQrqd___SbtAE0Q0Rd__lFQOyAgEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAQyQrAU_AYtFQOyAE6HStackVyAE05TupleH0VyAE5GroupVyAE19_ConditionalContentVyAgEE5frame5width6heightANQrAY_AyPtFQOyAgEE11aspectRatio_0P4ModeQrAY_AE11ContentModeOtFQOyAE5ImageV_Qo__Qo_AgEE15foregroundColoryQrAE5ColorVSgFQOyAgEEA6_A7_A8_ANQrAY_AyPtFQOyA14__Qo__Qo_GG_AgEEA17_yQrA20_FQOyAgEEAM_ANQrqd___APtAeFRd__lFQOyAgEEAQyQrAU_AYtFQOyAgEEAQyQrAU_AYtFQOyAE4TextV_Qo__Qo__AE01_qH0VyAE16RoundedRectangleVA19_GQo__Qo_A26_AE6SpacerVAgEE11controlSizeyQrAE11ControlSizeOFQOyAgEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAgEE12labelsHiddenQryFQOyAE6ToggleVyA26_G_Qo__AE17SwitchToggleStyleVQo__Qo_SgtGG_Qo__Qo__A33_Qo__AE9RectangleVQo__A1_yAE6ButtonVyA26_GSg_AE7DividerVSgA64_tGQo_A60_XEfU0_A68_yXEfU_yyScMYccfU0_","regions":[[86,58,86,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV4bodyQrvgyyYaYbcfU1_","regions":[[92,15,94,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV8loadIcon33_CE9D6BC4E90590B27F279D4F3140B412LLyyYaF","regions":[[97,35,104,6,0,0,0,0],[98,16,98,30,0,0,0,0],[99,9,100,61,0,0,0,0],[101,9,102,76,0,0,0,0],[103,10,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherMappingRowView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherMappingRowViewV16fallbackIconName33_CE9D6BC4E90590B27F279D4F3140B412LLSSvg","regions":[[107,42,114,6,0,0,0,0],[108,16,108,30,0,0,0,0],[109,9,109,25,0,0,0,0],[110,9,110,27,0,0,0,0],[111,9,111,31,0,0,0,0],[112,9,112,33,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV12_currentStep33_73A45019867C554A119E4DBC14150750LL7SwiftUI5StateVyAC0I0OGvpfi","regions":[[15,44,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg","regions":[[30,25,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAYyAC11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvpQOy_Qo_AC11previewStepA_LLQrvpQOy_Qo_GAYyAC13customizeStepA_LLQrvpQOy_Qo_AC18browserHistoryStepA_LLQrvpQOy_Qo_GGG_Qo_yXEfU_","regions":[[31,28,46,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAYyAC11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvpQOy_Qo_AC11previewStepA_LLQrvpQOy_Qo_GAYyAC13customizeStepA_LLQrvpQOy_Qo_AC18browserHistoryStepA_LLQrvpQOy_Qo_GGG_Qo_yXEfU_A9_yXEfU_","regions":[[33,19,44,14,0,0,0,0],[34,24,34,35,0,0,0,0],[35,17,36,32,0,0,0,0],[37,17,38,32,0,0,0,0],[39,17,40,34,0,0,0,0],[41,17,42,39,0,0,0,0],[43,18,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_","regions":[[48,43,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_yyScMYccfU_","regions":[[49,28,49,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAiEE11buttonStyleyQrqd__AE015PrimitiveButtonS0Rd__lFQOyAE0U0VyAiEE15foregroundColoryQrAE0W0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE05PlainuS0VQo__Qo_AE31AccessibilityAttachmentModifierVGyXEfU0_A1_yXEfU0_","regions":[[49,43,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[63,40,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_","regions":[[64,29,139,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A5_yXEfU_","regions":[[68,33,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A21_yXEfU0_","regions":[[92,54,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_","regions":[[114,33,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU_","regions":[[115,32,115,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A43_yXEfU0_","regions":[[115,60,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_","regions":[[123,37,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_yyScMYccfU_","regions":[[124,47,126,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11welcomeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF6VStackVyAHyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF14LinearGradientVQo__AF4TextVAnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA0__Qo_tGGAjnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyALyAHyAC13howItWorksRowAELL4icon5title11descriptionQrSS_S2StFQOy_Qo__A20_A20_tGG_Qo_AjnFEA7_yQrA11__A15_tFQOyAnFEA7_yQrA11__A15_tFQOyALyAHyAF15ModifiedContentVyAnFE11controlSizeyQrAF11ControlSizeOFQOyAnFE06buttonV0yQrqd__AF015PrimitiveButtonV0Rd__lFQOyAF6ButtonVyAnFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA15__A15_A15_A15_A15_A15_AF9AlignmentVtFQOyA0__Qo_G_AF023BorderedProminentButtonV0VQo__Qo_AF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyA25_yAnFEA29_yQrqd__AFA30_Rd__lFQOyA32_yA0_G_AF014BorderedButtonV0VQo_A50_G_A58_tGGtGG_Qo__Qo_tGyXEfU_A61_yXEfU1_A59_yXEfU1_yyScMYccfU0_","regions":[[130,59,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF","regions":[[142,95,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF7SwiftUI9TupleViewVyAI0W0PAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAmIE15foregroundColoryQrAI5ColorVSgFQOyAmIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo__AI6VStackVyAKyAI4TextV_A12_tGGtGyXEfU_","regions":[[143,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13howItWorksRow33_73A45019867C554A119E4DBC14150750LL4icon5title11descriptionQrSS_S2StF7SwiftUI9TupleViewVyAI0W0PAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAmIE15foregroundColoryQrAI5ColorVSgFQOyAmIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo__AI6VStackVyAKyAI4TextV_A12_tGGtGyXEfU_A13_yXEfU_","regions":[[149,53,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[161,40,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_","regions":[[162,28,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_AXyXEfU_","regions":[[164,32,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_","regions":[[178,24,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_","regions":[[179,58,205,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_","regions":[[181,61,191,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_A31_yXEfU_","regions":[[186,93,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU_A31_yXEfU_A30_A24_cfU_","regions":[[187,50,189,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_","regions":[[194,61,204,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_A31_yXEfU_","regions":[[199,93,203,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A37_yXEfU0_A35_yXEfU_A33_yXEfU0_A31_yXEfU_A30_A24_cfU_","regions":[[200,54,202,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_","regions":[[212,20,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU_","regions":[[213,32,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU0_","regions":[[220,40,222,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11previewStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAUyAHyAUyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyAwF5ImageVG_Qo__Qo__AF9LazyVGridVyAF7ForEachVySayAA0E7MappingVG10Foundation4UUIDVAA0e10MappingRowR0VGGtGG_A34_tGG_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA42_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA45__AF19BorderedButtonStyleVQo_A47_GA42_yAjFEA51_yQrqd__AFA52_Rd__lFQOyA45__AF28BorderedProminentButtonStyleVQo_A47_GtGG_Qo_tGyXEfU_A61_yXEfU1_yyScMYccfU1_","regions":[[226,46,228,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11appMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvg","regions":[[236,48,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV11appMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvgSbAGcfu_","regions":[[237,32,237,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15websiteMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvg","regions":[[240,52,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15websiteMappings33_73A45019867C554A119E4DBC14150750LLSayAA0E7MappingVGvgSbAGXEfU_","regions":[[241,32,241,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[246,42,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_","regions":[[247,28,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_AXyXEfU_","regions":[[249,32,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A6_yXEfU0_","regions":[[263,24,269,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A6_yXEfU0_yAA0E10GridConfigVcfU_","regions":[[266,38,266,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_","regions":[[274,20,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_yyScMYccfU_","regions":[[275,32,277,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV13customizeStep33_73A45019867C554A119E4DBC14150750LLQrvg7SwiftUI9TupleViewVyAF0R0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF4TextV_AWtGG_Qo__Qo__AF7DividerVAF06ScrollR0VyAjFEAKyQrARFQOyAA0e10CollectionR0V_Qo_GA1_AjFEAKyQrARFQOyAF6HStackVyAHyAF15ModifiedContentVyAF6ButtonVyAWGAF31AccessibilityAttachmentModifierVG_AF6SpacerVA11_yAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA14__AF28BorderedProminentButtonStyleVQo_A16_GtGG_Qo_tGyXEfU_A26_yXEfU1_yyScMYccfU0_","regions":[[282,32,284,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvg","regions":[[294,47,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgSSSgAA0E7MappingVXEfU_","regions":[[295,62,300,10,0,0,0,0],[296,55,298,14,0,0,0,0],[298,14,299,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_","regions":[[302,80,321,10,0,0,0,0],[308,66,318,14,0,0,0,0],[309,20,309,74,0,0,0,0],[309,75,311,18,0,0,0,0],[311,18,318,14,0,0,0,0],[318,14,321,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_SSAA0E7MappingVXEfU_","regions":[[304,52,304,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV18browserHistoryStep33_73A45019867C554A119E4DBC14150750LLQrvgySayAA07BrowserI7ScannerC11VisitedSiteVGcfU0_SbSSXEfU0_","regions":[[306,25,306,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV8complete33_73A45019867C554A119E4DBC14150750LL6actionyAC0F6ActionO_tF","regions":[[326,50,329,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LauncherWelcomeDialogV15normalizeDomain33_73A45019867C554A119E4DBC14150750LLyS2SF","regions":[[331,62,337,6,0,0,0,0],[333,12,333,35,0,0,0,0],[333,36,335,10,0,0,0,0],[335,10,336,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC4show6config10onComplete0K7Dismissy7SwiftUI7BindingVyAA0E10GridConfigVG_yAL_AA0eF6DialogV0F6ActionOtcyyctFZ","regions":[[22,7,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC7dismissyyFZ","regions":[[37,27,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC6config10onComplete0J7DismissAC7SwiftUI7BindingVyAA0E10GridConfigVG_yAK_AA0eF6DialogV0F6ActionOtcyyctc33_C52A323C3DCF479ECF56F32BA6B09B8DLlfc","regions":[[46,7,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC6config10onComplete0J7DismissAC7SwiftUI7BindingVyAA0E10GridConfigVG_yAK_AA0eF6DialogV0F6ActionOtcyyctc33_C52A323C3DCF479ECF56F32BA6B09B8DLlfcyAK_APtcfU_","regions":[[52,25,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC04showG0yyypSgF","regions":[[95,46,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31LauncherWelcomeWindowControllerC15windowWillCloseyy10Foundation12NotificationVF","regions":[[104,43,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28LauncherWelcomeDialogWrapper33_C52A323C3DCF479ECF56F32BA6B09B8DLLV4bodyQrvg","regions":[[117,25,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VisualEffectBlur33_C52A323C3DCF479ECF56F32BA6B09B8DLLV10makeNSView7contextSo08NSVisualF4ViewC7SwiftUI0R20RepresentableContextVyADG_tF","regions":[[128,63,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/LauncherWelcomeWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VisualEffectBlur33_C52A323C3DCF479ECF56F32BA6B09B8DLLV12updateNSView_7contextySo08NSVisualF4ViewC_7SwiftUI0R20RepresentableContextVyADGtF","regions":[[136,66,136,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowCACycfc","regions":[[9,12,34,6,0,0,0,0],[26,39,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tF","regions":[[36,34,55,6,0,0,0,0],[38,80,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tFySo7NSTimerCYbcfU_","regions":[[50,81,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC4show9layerNameySS_tFySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[51,18,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyF","regions":[[58,36,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFySo18NSAnimationContextCXEfU_","regions":[[59,46,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFyyYbcfU0_","regions":[[62,30,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerIndicatorWindowC15hideWithFadeOut33_AFBF11AA4DA3935E8F3F9544F8AB5780LLyyFyyYbcfU0_yyYaYbScMYccfU_","regions":[[63,18,65,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV9layerNameSSvpfi","regions":[[72,29,72,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV4bodyQrvg","regions":[[74,25,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LayerIndicatorViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AItGyXEfU_","regions":[[75,28,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC08previousE033_AFBF11AA4DA3935E8F3F9544F8AB5780LLSSvpfi","regions":[[104,41,104,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerCACyc33_AFBF11AA4DA3935E8F3F9544F8AB5780Llfc","regions":[[106,20,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC04showE0yySSF","regions":[[108,41,148,6,0,0,0,0],[115,73,118,10,0,0,0,0],[118,10,148,6,0,0,0,0],[129,31,132,10,0,0,0,0],[132,10,148,6,0,0,0,0],[134,12,134,25,0,0,0,0],[134,26,137,10,0,0,0,0],[143,12,143,18,0,0,0,0],[143,19,145,10,0,0,0,0],[145,16,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/LayerIndicatorWindow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21LayerIndicatorManagerC04showE0yySSFSbyKXEfu_","regions":[[127,37,127,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO8iconName3forS2S_tFZ","regions":[[14,59,37,6,0,0,0,0],[17,16,17,21,0,0,0,0],[18,9,19,30,0,0,0,0],[20,9,21,64,0,0,0,0],[22,9,23,31,0,0,0,0],[24,9,25,28,0,0,0,0],[26,9,27,31,0,0,0,0],[28,9,29,31,0,0,0,0],[30,9,31,31,0,0,0,0],[32,9,33,33,0,0,0,0],[34,9,35,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO11displayName3forS2S_tFZ","regions":[[42,62,78,6,0,0,0,0],[45,16,45,21,0,0,0,0],[46,9,47,26,0,0,0,0],[48,9,49,25,0,0,0,0],[50,9,51,32,0,0,0,0],[52,9,53,25,0,0,0,0],[54,9,55,28,0,0,0,0],[56,9,57,28,0,0,0,0],[58,9,59,25,0,0,0,0],[60,9,61,28,0,0,0,0],[62,9,63,30,0,0,0,0],[64,9,65,30,0,0,0,0],[66,9,67,30,0,0,0,0],[68,9,69,36,0,0,0,0],[70,9,71,30,0,0,0,0],[72,9,73,27,0,0,0,0],[74,9,76,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO07extractE4Name4fromSSSgSS_tFZ","regions":[[83,66,96,6,0,0,0,0],[92,14,94,10,0,0,0,0],[94,10,95,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerInfo.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9LayerInfoO02isE6SwitchySbSSFZ","regions":[[101,57,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC05buildA13CollectionMap3for11collectionsSDySS10Foundation4UUIDVGSS_SayAA04RuleH0VGtF","regions":[[16,25,43,6,0,0,0,0],[22,39,40,10,0,0,0,0],[23,45,23,57,0,0,0,0],[23,57,40,10,0,0,0,0],[26,16,26,53,0,0,0,0],[26,54,31,14,0,0,0,0],[27,52,30,18,0,0,0,0],[30,18,31,14,0,0,0,0],[36,13,39,14,0,0,0,0],[40,10,42,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Collections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC014buildActivatorA3Set3for11collectionsShySSGSS_SayAA14RuleCollectionVGtF","regions":[[50,22,62,6,0,0,0,0],[54,66,59,10,0,0,0,0],[56,61,56,73,0,0,0,0],[56,73,59,10,0,0,0,0],[59,10,61,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKF","regions":[[8,58,15,6,0,0,0,0],[9,68,14,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKFs5UInt8VyKXEfu_","regions":[[12,35,12,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC14configFileHashyS2SKFs5UInt8VyKXEfu0_","regions":[[13,33,13,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17extractURLMapping4fromSSSgSaySSG_tF","regions":[[19,75,42,6,0,0,0,0],[20,31,40,10,0,0,0,0],[21,62,39,14,0,0,0,0],[23,20,23,61,0,0,0,0],[23,62,27,18,0,0,0,0],[26,46,26,49,0,0,0,0],[26,52,26,59,0,0,0,0],[27,18,39,14,0,0,0,0],[35,17,38,18,0,0,0,0],[38,18,39,14,0,0,0,0],[39,14,40,10,0,0,0,0],[40,10,41,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractC13LaunchMapping4fromSSSgSaySSG_tF","regions":[[46,81,63,6,0,0,0,0],[47,31,61,10,0,0,0,0],[48,62,60,14,0,0,0,0],[52,17,54,18,0,0,0,0],[54,18,60,14,0,0,0,0],[56,20,56,63,0,0,0,0],[56,64,59,18,0,0,0,0],[58,44,58,47,0,0,0,0],[58,50,58,55,0,0,0,0],[59,18,60,14,0,0,0,0],[60,14,61,10,0,0,0,0],[61,10,62,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC26extractSystemActionMapping4fromSSSgSaySSG_tF","regions":[[67,84,84,6,0,0,0,0],[68,31,82,10,0,0,0,0],[69,62,81,14,0,0,0,0],[73,17,75,18,0,0,0,0],[75,18,81,14,0,0,0,0],[77,20,77,63,0,0,0,0],[77,64,80,18,0,0,0,0],[79,47,79,50,0,0,0,0],[79,53,79,61,0,0,0,0],[80,18,81,14,0,0,0,0],[81,14,82,10,0,0,0,0],[82,10,83,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17pushMsgCandidates4fromSaySSGSS_tF","regions":[[87,73,100,6,0,0,0,0],[95,9,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tF","regions":[[103,101,114,6,0,0,0,0],[107,14,109,10,0,0,0,0],[109,10,113,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFSbSSXEfU_","regions":[[111,59,111,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFSbSSXEfU_SbyKXEfu_","regions":[[111,74,111,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC07extractaB6Action4fromSS6action_SSSg6targettSgSS_tFAGyKXEfu_","regions":[[112,74,112,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24systemActionDisplayLabelyS2SF","regions":[[117,75,136,6,0,0,0,0],[118,16,118,35,0,0,0,0],[119,9,120,29,0,0,0,0],[121,9,122,24,0,0,0,0],[123,9,124,24,0,0,0,0],[125,9,126,30,0,0,0,0],[127,9,128,24,0,0,0,0],[129,9,130,34,0,0,0,0],[131,9,132,19,0,0,0,0],[133,9,134,31,0,0,0,0],[135,10,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC011toSimulatorA4NameyS2SF","regions":[[8,58,40,6,0,0,0,0],[9,16,9,36,0,0,0,0],[11,9,11,28,0,0,0,0],[12,9,12,28,0,0,0,0],[13,9,13,28,0,0,0,0],[14,9,14,33,0,0,0,0],[15,9,15,33,0,0,0,0],[16,9,16,34,0,0,0,0],[17,9,17,33,0,0,0,0],[18,9,18,34,0,0,0,0],[19,9,19,29,0,0,0,0],[20,9,20,24,0,0,0,0],[21,9,21,26,0,0,0,0],[23,9,23,33,0,0,0,0],[24,9,24,34,0,0,0,0],[25,9,25,32,0,0,0,0],[26,9,26,33,0,0,0,0],[27,9,27,31,0,0,0,0],[28,9,28,32,0,0,0,0],[29,9,29,32,0,0,0,0],[30,9,30,33,0,0,0,0],[31,9,31,32,0,0,0,0],[33,9,33,33,0,0,0,0],[34,9,34,28,0,0,0,0],[35,9,35,28,0,0,0,0],[36,9,36,29,0,0,0,0],[37,9,38,20,0,0,0,0],[39,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SF","regions":[[44,65,106,6,0,0,0,0],[45,16,45,38,0,0,0,0],[47,9,48,29,0,0,0,0],[50,9,51,16,0,0,0,0],[54,9,54,34,0,0,0,0],[55,9,55,35,0,0,0,0],[56,9,56,32,0,0,0,0],[57,9,57,34,0,0,0,0],[60,9,60,39,0,0,0,0],[61,9,61,39,0,0,0,0],[62,9,62,39,0,0,0,0],[63,9,63,39,0,0,0,0],[65,9,65,40,0,0,0,0],[66,9,66,41,0,0,0,0],[67,9,67,39,0,0,0,0],[68,9,68,40,0,0,0,0],[69,9,69,38,0,0,0,0],[70,9,70,39,0,0,0,0],[71,9,71,39,0,0,0,0],[72,9,72,40,0,0,0,0],[74,9,74,38,0,0,0,0],[75,9,75,35,0,0,0,0],[76,9,76,40,0,0,0,0],[77,9,77,26,0,0,0,0],[78,9,78,36,0,0,0,0],[79,9,79,39,0,0,0,0],[80,9,80,36,0,0,0,0],[81,9,81,24,0,0,0,0],[83,9,83,33,0,0,0,0],[84,9,84,33,0,0,0,0],[85,9,85,33,0,0,0,0],[86,9,86,38,0,0,0,0],[87,9,87,39,0,0,0,0],[88,9,88,39,0,0,0,0],[89,9,89,38,0,0,0,0],[90,9,90,39,0,0,0,0],[91,9,91,34,0,0,0,0],[92,9,92,29,0,0,0,0],[93,9,93,31,0,0,0,0],[95,9,96,29,0,0,0,0],[98,9,98,27,0,0,0,0],[99,9,99,26,0,0,0,0],[100,9,100,37,0,0,0,0],[101,9,101,39,0,0,0,0],[102,9,104,22,0,0,0,0],[105,10,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu_","regions":[[47,46,47,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu0_","regions":[[50,46,50,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataA14ToDisplayLabelyS2SFSbyKXEfu1_","regions":[[95,50,95,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16isModifierSymbolySbSSF","regions":[[109,50,116,6,0,0,0,0],[110,16,110,19,0,0,0,0],[111,9,112,17,0,0,0,0],[113,9,114,18,0,0,0,0],[115,10,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC09normalizeA4NameyS2SFZ","regions":[[120,71,161,6,0,0,0,0],[121,16,121,32,0,0,0,0],[123,9,123,34,0,0,0,0],[124,9,124,35,0,0,0,0],[125,9,125,32,0,0,0,0],[126,9,126,34,0,0,0,0],[128,9,128,90,0,0,0,0],[129,9,129,73,0,0,0,0],[130,9,130,85,0,0,0,0],[131,9,131,93,0,0,0,0],[133,9,133,45,0,0,0,0],[134,9,134,40,0,0,0,0],[135,9,135,48,0,0,0,0],[136,9,136,29,0,0,0,0],[137,9,137,32,0,0,0,0],[138,9,138,29,0,0,0,0],[140,9,140,42,0,0,0,0],[141,9,141,49,0,0,0,0],[142,9,142,42,0,0,0,0],[143,9,143,81,0,0,0,0],[144,9,144,84,0,0,0,0],[145,9,145,52,0,0,0,0],[146,9,146,51,0,0,0,0],[147,9,147,62,0,0,0,0],[148,9,148,43,0,0,0,0],[149,9,149,41,0,0,0,0],[150,9,150,43,0,0,0,0],[152,9,152,33,0,0,0,0],[153,9,153,28,0,0,0,0],[154,9,154,32,0,0,0,0],[155,9,155,29,0,0,0,0],[156,9,156,29,0,0,0,0],[157,9,157,31,0,0,0,0],[158,9,159,29,0,0,0,0],[160,10,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+KeyConversion.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC06kanataa2ToA4Codeys6UInt16VSgSSF","regions":[[164,61,183,6,0,0,0,0],[166,44,166,53,0,0,0,0],[167,9,167,27,0,0,0,0],[168,9,168,28,0,0,0,0],[169,9,169,25,0,0,0,0],[170,9,170,27,0,0,0,0],[171,9,171,27,0,0,0,0],[172,10,182,19,0,0,0,0],[176,33,181,10,0,0,0,0],[178,16,178,63,0,0,0,0],[178,64,180,14,0,0,0,0],[180,14,181,10,0,0,0,0],[181,10,182,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24parseRawSimulationEvents33_ED1FC2B63064F1E8AC6C846BE279FF83LL7simName6eventsAC0hI6ResultAELLVSgSS_SayAA8SimEventOGtF","regions":[[21,104,59,6,0,0,0,0],[29,29,42,10,0,0,0,0],[30,20,30,25,0,0,0,0],[31,13,38,18,0,0,0,0],[32,20,32,36,0,0,0,0],[32,37,38,18,0,0,0,0],[34,24,34,58,0,0,0,0],[34,59,36,22,0,0,0,0],[39,13,40,25,0,0,0,0],[41,14,42,10,0,0,0,0],[42,10,58,10,0,0,0,0],[44,12,44,37,0,0,0,0],[44,38,46,10,0,0,0,0],[46,10,58,10,0,0,0,0],[51,63,51,106,0,0,0,0],[51,109,51,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC24parseRawSimulationEvents33_ED1FC2B63064F1E8AC6C846BE279FF83LL7simName6eventsAC0hI6ResultAELLVSgSS_SayAA8SimEventOGtFSbyKXEfu_","regions":[[52,56,52,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKF","regions":[[75,46,298,6,0,0,0,0],[83,57,83,63,0,0,0,0],[83,66,83,84,0,0,0,0],[123,66,294,10,0,0,0,0],[129,16,129,28,0,0,0,0],[129,29,139,14,0,0,0,0],[130,31,136,18,0,0,0,0],[136,24,138,18,0,0,0,0],[141,35,156,14,0,0,0,0],[142,20,142,34,0,0,0,0],[142,35,145,18,0,0,0,0],[145,18,155,25,0,0,0,0],[156,14,294,10,0,0,0,0],[159,103,180,14,0,0,0,0],[160,20,160,34,0,0,0,0],[160,35,163,18,0,0,0,0],[163,18,179,25,0,0,0,0],[176,20,176,33,0,0,0,0],[176,34,178,18,0,0,0,0],[180,14,294,10,0,0,0,0],[182,16,182,30,0,0,0,0],[182,31,185,14,0,0,0,0],[185,14,294,10,0,0,0,0],[188,82,192,14,0,0,0,0],[192,14,294,10,0,0,0,0],[195,84,203,14,0,0,0,0],[203,14,294,10,0,0,0,0],[206,73,210,14,0,0,0,0],[210,14,294,10,0,0,0,0],[214,16,214,29,0,0,0,0],[214,30,218,14,0,0,0,0],[218,14,294,10,0,0,0,0],[220,16,220,36,0,0,0,0],[220,37,235,14,0,0,0,0],[235,23,235,77,0,0,0,0],[235,78,245,14,0,0,0,0],[245,23,245,45,0,0,0,0],[245,46,249,14,0,0,0,0],[249,20,293,14,0,0,0,0],[258,46,264,18,0,0,0,0],[259,24,259,49,0,0,0,0],[259,50,263,22,0,0,0,0],[263,22,264,18,0,0,0,0],[264,18,293,14,0,0,0,0],[270,74,270,76,0,0,0,0],[270,79,270,89,0,0,0,0],[273,34,283,18,0,0,0,0],[280,24,280,75,0,0,0,0],[280,76,282,22,0,0,0,0],[283,24,292,18,0,0,0,0],[294,10,297,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbAA0uA0VXEfU_","regions":[[80,21,80,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbAA0uA0VXEfU0_","regions":[[81,21,81,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSayAK_S2SAA16SimulationResultVSgtGScGyAK_S2SAXtGzYaXEfU1_","regions":[[89,97,120,10,0,0,0,0],[90,37,113,14,0,0,0,0],[113,14,119,29,0,0,0,0],[116,39,118,14,0,0,0,0],[118,14,119,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSayAK_S2SAA16SimulationResultVSgtGScGyAK_S2SAXtGzYaXEfU1_AK_S2SAXtyYacfU_","regions":[[96,31,112,18,0,0,0,0],[101,24,108,22,0,0,0,0],[106,26,107,65,0,0,0,0],[108,29,111,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSSgAA8SimEventOXEfU2_","regions":[[131,65,134,22,0,0,0,0],[132,87,132,101,0,0,0,0],[132,101,133,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbSSXEfU3_","regions":[[213,57,213,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu_","regions":[[216,156,216,162,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFAKSgSSYbcACYiYbcfu0_","regions":[[223,55,223,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFAKSgSSYbcACYiYbcfu0_AVSSYbcfu1_","regions":[[223,55,223,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbSSXEfU4_","regions":[[235,49,235,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SYbcACYiYbcfu2_","regions":[[252,84,252,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SYbcACYiYbcfu2_S2SYbcfu3_","regions":[[252,84,252,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu4_","regions":[[253,24,253,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSyKXEfu4_S2SXEfU5_","regions":[[253,43,253,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFS2SXEfU6_","regions":[[267,60,267,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSbyKXEfu5_","regions":[[270,53,270,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC25buildMappingWithSimulator3for06configB06layout15keyToCollection13activatorKeysSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSDySS10Foundation4UUIDVGShySSGtYaKFSSSgyKXEfu6_","regions":[[271,53,271,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKF","regions":[[311,31,385,6,0,0,0,0],[312,64,315,10,0,0,0,0],[315,10,384,87,0,0,0,0],[326,10,384,87,0,0,0,0],[333,36,362,10,0,0,0,0],[334,20,334,25,0,0,0,0],[335,13,349,18,0,0,0,0],[336,20,336,36,0,0,0,0],[336,37,342,18,0,0,0,0],[342,27,342,45,0,0,0,0],[342,46,349,18,0,0,0,0],[346,24,346,47,0,0,0,0],[346,48,348,22,0,0,0,0],[350,13,358,18,0,0,0,0],[351,20,351,36,0,0,0,0],[351,37,353,18,0,0,0,0],[353,27,353,45,0,0,0,0],[353,46,355,18,0,0,0,0],[356,20,356,43,0,0,0,0],[356,44,358,18,0,0,0,0],[359,13,360,25,0,0,0,0],[361,14,362,10,0,0,0,0],[362,10,384,87,0,0,0,0],[364,48,364,62,0,0,0,0],[364,65,364,84,0,0,0,0],[366,12,366,26,0,0,0,0],[366,27,382,10,0,0,0,0],[378,22,380,14,0,0,0,0],[380,14,381,23,0,0,0,0],[382,10,384,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFs6UInt64V_S2StSgAA8SimEventOXEfU_","regions":[[367,57,372,14,0,0,0,0],[368,61,370,18,0,0,0,0],[370,18,371,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFAhA8SimEventOXEfU0_","regions":[[375,59,378,14,0,0,0,0],[376,79,376,93,0,0,0,0],[376,93,377,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFS2SYbcACYiYbcfu_","regions":[[384,63,384,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16holdDisplayLabel3for06configB005startE0SSSgs6UInt16V_S2StYaKFS2SYbcACYiYbcfu_S2SYbcfu0_","regions":[[384,63,384,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tF","regions":[[389,81,409,6,0,0,0,0],[396,33,405,10,0,0,0,0],[405,10,408,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tFSbAA0mA0VXEfU_","regions":[[393,21,393,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC20buildFallbackMapping6layoutSDys6UInt16VAA0eA4InfoVGAA14PhysicalLayoutV_tFSbAA0mA0VXEfU0_","regions":[[394,21,394,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZ","regions":[[419,18,470,6,0,0,0,0],[420,12,420,27,0,0,0,0],[420,28,420,42,0,0,0,0],[420,42,469,53,0,0,0,0],[442,12,442,123,0,0,0,0],[442,124,444,10,0,0,0,0],[444,10,469,53,0,0,0,0],[447,12,447,48,0,0,0,0],[447,49,449,10,0,0,0,0],[449,10,469,53,0,0,0,0],[452,12,452,36,0,0,0,0],[454,9,456,10,0,0,0,0],[456,10,469,53,0,0,0,0],[458,12,458,36,0,0,0,0],[458,69,461,10,0,0,0,0],[460,36,460,38,0,0,0,0],[460,41,460,46,0,0,0,0],[461,10,469,53,0,0,0,0],[469,33,469,35,0,0,0,0],[469,38,469,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU_","regions":[[423,58,438,10,0,0,0,0],[424,20,424,23,0,0,0,0],[425,13,425,70,0,0,0,0],[426,13,426,32,0,0,0,0],[427,13,427,64,0,0,0,0],[428,13,428,53,0,0,0,0],[429,13,429,32,0,0,0,0],[430,13,430,51,0,0,0,0],[432,13,432,34,0,0,0,0],[433,13,433,34,0,0,0,0],[434,13,434,34,0,0,0,0],[435,13,435,34,0,0,0,0],[436,13,436,25,0,0,0,0],[437,14,438,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZSbyKXEfu_","regions":[[442,54,442,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU0_","regions":[[465,18,465,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZS2SXEfU1_","regions":[[466,18,466,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper+Simulation.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC18labelForOutputKeys_07displayhA0SSSgShySSG_S2SXEtFZSbSSXEfU2_","regions":[[467,21,467,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV12displayLabel06outputA00iA4Code13isTransparent0kE6Switch19appLaunchIdentifier012systemActionP003urlP012collectionIdACSS_SSSgs6UInt16VSgS2bA3M10Foundation4UUIDVSgtcfC","regions":[[38,7,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV6mapped12displayLabel06outputA00jA4Code12collectionIdACSS_SSs6UInt16VSg10Foundation4UUIDVSgtFZ","regions":[[51,132,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV11transparent13fallbackLabel12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[63,95,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV11layerSwitch12displayLabel12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[75,94,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV9appLaunch0G10Identifier12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[90,93,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV12systemAction6action11description12collectionIdACSS_SS10Foundation4UUIDVSgtFZ","regions":[[106,110,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV7pushMsg7message12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[121,85,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV6webURL3url12collectionIdACSS_10Foundation4UUIDVSgtFZ","regions":[[137,80,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV13extractDomain33_C88BD9D9026146A80A35D3DC1DD8B936LL4fromS2S_tFZ","regions":[[155,67,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA4InfoV13extractDomain33_C88BD9D9026146A80A35D3DC1DD8B936LL4fromS2S_tFZSSyKXEfu_","regions":[[159,62,159,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC5cacheSDySSSDys6UInt16VAA0eA4InfoVGGvpfi","regions":[[167,51,167,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC10configHashSSvpfi","regions":[[168,30,168,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC16simulatorServiceAcA09SimulatorH0C_tcfc","regions":[[170,67,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC10getMapping3for06configB06layout11collectionsSDys6UInt16VAA0eA4InfoVGSS_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaKF","regions":[[183,159,229,6,0,0,0,0],[188,12,188,56,0,0,0,0],[188,57,193,10,0,0,0,0],[193,10,228,23,0,0,0,0],[196,57,228,23,0,0,0,0],[197,12,197,37,0,0,0,0],[197,38,201,10,0,0,0,0],[204,48,207,10,0,0,0,0],[207,10,228,23,0,0,0,0],[224,10,228,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC15invalidateCacheyyF","regions":[[232,28,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaF","regions":[[244,138,298,6,0,0,0,0],[249,12,249,56,0,0,0,0],[249,57,256,10,0,0,0,0],[251,43,253,14,0,0,0,0],[253,14,255,19,0,0,0,0],[256,10,298,6,0,0,0,0],[259,55,264,10,0,0,0,0],[260,16,260,34,0,0,0,0],[260,35,263,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFS2SXEfU_","regions":[[246,47,246,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFyScGySS_SDys6UInt16VAA0eA4InfoVGSgtGzYaXEfU0_","regions":[[267,73,295,10,0,0,0,0],[268,43,287,14,0,0,0,0],[287,14,295,10,0,0,0,0],[289,49,294,14,0,0,0,0],[290,32,293,18,0,0,0,0],[294,14,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/LayerKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit05LayerA6MapperC17prebuildAllLayers_06configB06layout11collectionsySaySSG_SSAA14PhysicalLayoutVSayAA14RuleCollectionVGtYaFyScGySS_SDys6UInt16VAA0eA4InfoVGSgtGzYaXEfU0_SS_AStyYacfU_","regions":[[269,31,286,18,0,0,0,0],[270,24,282,22,0,0,0,0],[280,26,281,48,0,0,0,0],[282,29,285,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV06isBaseE033_94AB0DF8A6BD20C5FAACF13DF5169225LLSbvg","regions":[[6,35,8,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV4bodyQrvg","regions":[[10,25,28,6,0,0,0,0],[27,43,27,49,0,0,0,0],[27,52,27,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/LayerStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LayerStatusIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE06_ShapeL0VyAE6CircleVAE5ColorVG_Qo__AE4TextVtGyXEfU_","regions":[[11,28,18,10,0,0,0,0],[13,37,13,65,0,0,0,0],[13,68,13,85,0,0,0,0],[15,32,15,44,0,0,0,0],[15,47,15,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LeaderKeyPreference.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06LeaderA10PreferenceV3key11targetLayer7enabledACSS_AA014RuleCollectionI0OSbtcfC","regions":[[23,79,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LifecycleControllingPAAE7restartyyYaKF","regions":[[66,33,69,6,0,0,0,0],[67,25,69,6,0,0,0,0],[68,26,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/LifecycleControlling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LifecycleControllingPAAE11ensureState7runningySb_tYaKF","regions":[[75,66,81,6,0,0,0,0],[76,12,76,27,0,0,0,0],[76,40,78,10,0,0,0,0],[77,30,78,10,0,0,0,0],[78,19,78,35,0,0,0,0],[78,47,80,10,0,0,0,0],[79,29,80,10,0,0,0,0],[80,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tF","regions":[[9,40,62,6,0,0,0,0],[10,31,10,41,0,0,0,0],[10,41,62,6,0,0,0,0],[25,12,25,33,0,0,0,0],[25,34,30,10,0,0,0,0],[35,12,35,25,0,0,0,0],[35,26,50,10,0,0,0,0],[50,16,61,10,0,0,0,0],[56,16,56,37,0,0,0,0],[56,38,60,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tFSbyKXEfu_","regions":[[13,41,13,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13openInspector8animatedySb_tFyyYbScMYccfU_","regions":[[38,90,49,14,0,0,0,0],[39,71,39,81,0,0,0,0],[39,81,49,14,0,0,0,0],[44,20,44,41,0,0,0,0],[44,42,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tF","regions":[[64,41,119,6,0,0,0,0],[65,31,65,41,0,0,0,0],[65,41,119,6,0,0,0,0],[66,107,69,10,0,0,0,0],[69,10,119,6,0,0,0,0],[78,12,78,33,0,0,0,0],[78,34,83,10,0,0,0,0],[88,12,88,25,0,0,0,0],[88,26,105,10,0,0,0,0],[105,16,118,10,0,0,0,0],[113,16,113,37,0,0,0,0],[113,38,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu_","regions":[[66,42,66,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu0_","regions":[[66,73,66,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSo6CGRectVyKXEfu1_","regions":[[70,60,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFSbyKXEfu2_","regions":[[76,41,76,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14closeInspector8animatedySb_tFyyYbScMYccfU_","regions":[[91,90,104,14,0,0,0,0],[92,71,92,81,0,0,0,0],[92,81,104,14,0,0,0,0],[99,20,99,41,0,0,0,0],[99,42,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tF","regions":[[122,59,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tFySo7NSTimerCYbcfU_","regions":[[126,101,145,10,0,0,0,0],[127,33,129,14,0,0,0,0],[129,14,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC22animateInspectorReveal2toy12CoreGraphics7CGFloatV_tFySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[130,18,144,14,0,0,0,0],[140,20,140,35,0,0,0,0],[140,36,143,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26finalizeInspectorAnimationyyF","regions":[[149,39,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23handleWindowFrameChangeyyF","regions":[[155,36,178,6,0,0,0,0],[156,31,156,41,0,0,0,0],[156,41,178,6,0,0,0,0],[157,12,157,35,0,0,0,0],[157,65,159,10,0,0,0,0],[160,12,160,40,0,0,0,0],[160,41,175,10,0,0,0,0],[162,16,162,37,0,0,0,0],[162,38,173,14,0,0,0,0],[164,20,164,53,0,0,0,0],[164,54,172,18,0,0,0,0],[175,10,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC31updateInspectorRevealFromWindowyyF","regions":[[180,44,188,6,0,0,0,0],[181,31,181,41,0,0,0,0],[181,41,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC31updateInspectorRevealFromWindowyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[182,70,182,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20updateCollapsedFrame011forExpandedK0ySo6CGRectV_tF","regions":[[190,71,203,6,0,0,0,0],[192,44,197,10,0,0,0,0],[197,16,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20updateCollapsedFrame011forExpandedK0ySo6CGRectV_tFAGyKXEfu_","regions":[[191,58,191,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtF","regions":[[205,89,216,6,0,0,0,0],[206,31,206,41,0,0,0,0],[206,41,216,6,0,0,0,0],[207,12,207,20,0,0,0,0],[207,21,213,10,0,0,0,0],[213,16,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtFySo18NSAnimationContextCXEfU_","regions":[[208,50,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14setWindowFrame_8animated8durationySo6CGRectV_SbSdSgtFySo18NSAnimationContextCXEfU_SdyKXEfu_","regions":[[209,48,209,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC27observeDesiredContentHeightyyF","regions":[[218,40,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC27observeDesiredContentHeightyyFy12CoreGraphics7CGFloatVcfU_","regions":[[221,19,224,14,0,0,0,0],[222,59,222,69,0,0,0,0],[222,69,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26observeDesiredContentWidthyyF","regions":[[228,39,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26observeDesiredContentWidthyyFy12CoreGraphics7CGFloatVcfU_","regions":[[231,19,234,14,0,0,0,0],[232,59,232,69,0,0,0,0],[232,69,234,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyF","regions":[[240,47,257,6,0,0,0,0],[245,12,245,98,0,0,0,0],[245,99,248,10,0,0,0,0],[248,10,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbyKXEfu_","regions":[[245,58,245,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbAA0mN5StateOcfU_","regions":[[252,21,252,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFSbAA0mN5StateOcfU_SbyKXEfu_","regions":[[252,43,252,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC34showHintBubbleAfterHealthIndicatoryyFyAA0mN5StateOcfU0_","regions":[[254,19,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23showHintBubbleWithDelay7secondsySd_tF","regions":[[259,51,271,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23showHintBubbleWithDelay7secondsySd_tFyyYacfU_","regions":[[260,14,270,10,0,0,0,0],[262,67,262,77,0,0,0,0],[262,77,270,10,0,0,0,0],[265,16,265,43,0,0,0,0],[265,44,267,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17dismissHintBubbleyyF","regions":[[274,30,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07observeF11AspectRatioyyF","regions":[[280,39,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07observeF11AspectRatioyyFy12CoreGraphics7CGFloatVcfU_","regions":[[283,19,286,14,0,0,0,0],[284,59,284,69,0,0,0,0],[284,69,286,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29resizeWindowForNewAspectRatioyy12CoreGraphics7CGFloatVF","regions":[[290,67,325,6,0,0,0,0],[291,31,291,41,0,0,0,0],[291,41,325,6,0,0,0,0],[292,58,292,68,0,0,0,0],[292,68,325,6,0,0,0,0],[312,67,312,77,0,0,0,0],[312,77,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25applyDesiredContentHeightyy12CoreGraphics7CGFloatVF","regions":[[327,55,344,6,0,0,0,0],[328,31,328,41,0,0,0,0],[328,41,344,6,0,0,0,0],[329,31,329,41,0,0,0,0],[329,41,344,6,0,0,0,0],[330,39,330,49,0,0,0,0],[330,49,344,6,0,0,0,0],[333,12,333,51,0,0,0,0],[333,52,335,10,0,0,0,0],[335,10,344,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24applyDesiredContentWidthyy12CoreGraphics7CGFloatVF","regions":[[346,53,367,6,0,0,0,0],[347,31,347,41,0,0,0,0],[347,41,367,6,0,0,0,0],[348,30,348,40,0,0,0,0],[348,40,367,6,0,0,0,0],[349,38,349,48,0,0,0,0],[349,48,367,6,0,0,0,0],[350,44,350,54,0,0,0,0],[350,54,367,6,0,0,0,0],[353,12,353,49,0,0,0,0],[353,50,355,10,0,0,0,0],[355,10,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19resolveResizeAnchor10widthDelta06heightM0AA0gjK0O12CoreGraphics7CGFloatV_AKtF","regions":[[369,96,384,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9viewModelAA0f17VisualizationViewJ0Cvpfi","regions":[[16,21,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC7uiStateAA0efG7UIStateCvpfi","regions":[[17,19,17,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38hasAutoHiddenForCurrentSettingsSession33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[18,58,18,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24wasVisibleBeforeAutoHide33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[19,44,19,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17isAdjustingHeightSbvpfi","regions":[[22,29,22,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16isAdjustingWidthSbvpfi","regions":[[23,28,23,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14isUserResizingSbvpfi","regions":[[24,26,24,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23inspectorAnimationToken10Foundation4UUIDVvpfi","regions":[[25,35,25,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12resizeAnchorAA0g6ResizeJ0Ovpfi","regions":[[26,45,26,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resizeStartMouseSo7CGPointVvpfi","regions":[[27,37,27,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resizeStartFrameSo6CGRectVvpfi","regions":[[28,36,28,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21inspectorDebugLastLogSdvpfi","regions":[[29,49,29,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12cancellablesShy7Combine14AnyCancellableCGvpfi","regions":[[30,24,30,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10frameStore33_3F6DCF5274FAA15D1D30B899095A639FLLAA0g11WindowFrameJ0Vvpfi","regions":[[33,30,33,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20userExplicitlyHidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvg","regions":[[53,13,53,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20userExplicitlyHidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvs","regions":[[54,13,54,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19inspectorPanelWidth12CoreGraphics7CGFloatVvpfi","regions":[[57,40,57,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26inspectorAnimationDurationSdvpfi","regions":[[58,52,58,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC03minF6Height12CoreGraphics7CGFloatVvpfi","regions":[[59,38,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0Vvg","regions":[[62,46,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0VvgSSyKXEfu_","regions":[[63,95,63,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12activeLayout33_3F6DCF5274FAA15D1D30B899095A639FLLAA08PhysicalJ0VvgAGyKXEfu0_","regions":[[64,53,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07currentF11AspectRatio33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[68,53,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC012minInspectorF6Height33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvpfi","regions":[[72,55,72,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19inspectorTotalWidth12CoreGraphics7CGFloatVvg","regions":[[73,38,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21inspectorDebugEnabledSbvg","regions":[[77,37,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15minWindowHeight33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[84,42,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14minWindowWidth33_3F6DCF5274FAA15D1D30B899095A639FLL12CoreGraphics7CGFloatVvg","regions":[[88,41,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15oneShotOverride33_3F6DCF5274FAA15D1D30B899095A639FLLAA03Onej5LayerK5StateCvpfi","regions":[[105,35,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23isLauncherSessionActive33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[108,43,108,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC013shouldRestoreC6Hidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[109,42,109,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC013shouldRestoreG6Hidden33_3F6DCF5274FAA15D1D30B899095A639FLLSbvpfi","regions":[[110,46,110,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerCACyc33_3F6DCF5274FAA15D1D30B899095A639FLlfc","regions":[[112,29,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38checkBuildVersionAndClearCacheIfNeeded33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[123,59,142,6,0,0,0,0],[130,12,130,37,0,0,0,0],[130,38,139,10,0,0,0,0],[139,16,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC38checkBuildVersionAndClearCacheIfNeeded33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSSyKXEfu_","regions":[[131,91,131,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[144,55,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[149,11,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[150,18,152,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[159,11,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC09setupOpenG18WithMapperObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[165,18,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17openWithMapperTabyyF","regions":[[178,30,194,6,0,0,0,0],[180,78,182,10,0,0,0,0],[182,10,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17openWithMapperTabyyFyyYbScMYccfU_","regions":[[191,63,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26openWithMapperTabAndPreset05inputA006outputA011appBundleId0Q11DisplayNameySSSg_A3ItF","regions":[[203,7,236,6,0,0,0,0],[205,78,207,10,0,0,0,0],[207,10,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26openWithMapperTabAndPreset05inputA006outputA011appBundleId0Q11DisplayNameySSSg_A3ItFyyYbScMYccfU_","regions":[[216,63,235,10,0,0,0,0],[218,29,220,14,0,0,0,0],[221,30,223,14,0,0,0,0],[224,32,226,14,0,0,0,0],[227,35,229,14,0,0,0,0],[233,58,233,61,0,0,0,0],[233,64,233,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15updateLayerNameyySSF","regions":[[241,47,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16currentLayerNameSSvg","regions":[[246,34,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20lookupCurrentMapping03forA4CodeSS5layer_AA05LayerA4InfoV4infotSgs6UInt16V_tF","regions":[[251,99,256,6,0,0,0,0],[252,62,254,10,0,0,0,0],[254,10,255,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18setLoadingLayerMapyySbF","regions":[[259,48,261,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[263,45,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[268,11,276,10,0,0,0,0],[269,87,269,97,0,0,0,0],[269,97,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[271,18,275,14,0,0,0,0],[272,37,272,47,0,0,0,0],[272,47,275,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_SSyKXEfu_","regions":[[273,71,273,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_AC0jK6SourceAELLOyKXEfu0_","regions":[[273,78,273,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[283,11,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24setupLayerChangeObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU0_ytSgyYaYbScMYccfU_","regions":[[285,18,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[291,42,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_","regions":[[296,11,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05setupA13InputObserver33_3F6DCF5274FAA15D1D30B899095A639FLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[299,18,312,14,0,0,0,0],[300,37,300,47,0,0,0,0],[300,47,312,14,0,0,0,0],[301,55,301,65,0,0,0,0],[301,65,312,14,0,0,0,0],[307,19,311,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17handleLayerChange33_3F6DCF5274FAA15D1D30B899095A639FLL_6sourceySS_AC0jK6SourceAELLOtF","regions":[[316,84,342,6,0,0,0,0],[321,16,321,22,0,0,0,0],[322,9,328,39,0,0,0,0],[323,16,323,36,0,0,0,0],[323,37,325,14,0,0,0,0],[325,20,327,14,0,0,0,0],[329,9,338,39,0,0,0,0],[330,16,330,85,0,0,0,0],[332,13,337,14,0,0,0,0],[337,14,338,39,0,0,0,0],[339,9,340,39,0,0,0,0],[341,10,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29handleLauncherLayerTransition33_3F6DCF5274FAA15D1D30B899095A639FLL010normalizedK0ySS_tF","regions":[[359,73,375,6,0,0,0,0],[360,12,360,41,0,0,0,0],[360,42,363,10,0,0,0,0],[363,10,375,6,0,0,0,0],[365,12,365,35,0,0,0,0],[365,36,374,10,0,0,0,0],[366,16,366,68,0,0,0,0],[366,69,370,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC29handleLauncherLayerTransition33_3F6DCF5274FAA15D1D30B899095A639FLL010normalizedK0ySS_tFSbyKXEfu_","regions":[[366,42,366,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28handleLauncherLayerActivated33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[377,49,398,6,0,0,0,0],[378,45,378,55,0,0,0,0],[378,55,398,6,0,0,0,0],[386,53,386,63,0,0,0,0],[386,63,398,6,0,0,0,0],[392,12,392,24,0,0,0,0],[392,25,394,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28handleLauncherLayerActivated33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[386,31,386,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28noteLauncherActionDispatchedyyF","regions":[[400,41,418,6,0,0,0,0],[401,73,401,83,0,0,0,0],[401,83,418,6,0,0,0,0],[412,12,412,32,0,0,0,0],[412,33,414,10,0,0,0,0],[415,12,415,28,0,0,0,0],[415,29,417,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC28noteLauncherActionDispatchedyyFSbyKXEfu_","regions":[[401,41,401,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC05bringG7ToFront33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[420,40,427,6,0,0,0,0],[421,12,421,22,0,0,0,0],[421,23,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12restoreStateyyF","regions":[[431,25,444,6,0,0,0,0],[433,65,433,75,0,0,0,0],[433,75,444,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12restoreStateyyFyyYacfU_","regions":[[436,14,443,10,0,0,0,0],[438,16,438,32,0,0,0,0],[438,33,440,14,0,0,0,0],[440,20,442,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC14showForStartup17bypassHiddenCheckySb_tF","regions":[[452,58,503,6,0,0,0,0],[454,12,454,30,0,0,0,0],[454,53,457,10,0,0,0,0],[457,10,503,6,0,0,0,0],[468,12,468,25,0,0,0,0],[468,26,470,10,0,0,0,0],[480,47,484,10,0,0,0,0],[484,10,503,6,0,0,0,0],[498,12,498,69,0,0,0,0],[498,70,500,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12bringToFrontyyF","regions":[[506,25,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18showForQuickLaunch17bypassHiddenCheckySb_tF","regions":[[513,62,534,6,0,0,0,0],[516,12,516,30,0,0,0,0],[516,53,519,10,0,0,0,0],[519,10,534,6,0,0,0,0],[521,12,521,25,0,0,0,0],[521,26,523,10,0,0,0,0],[528,62,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[537,39,555,6,0,0,0,0],[538,12,538,33,0,0,0,0],[538,34,549,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyAA0j9IndicatorK0OcfU_","regions":[[540,32,542,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyycfU0_","regions":[[543,28,547,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18observeHealthState33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyycfU0_yyXEfU_","regions":[[544,60,546,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyF","regions":[[558,37,575,6,0,0,0,0],[565,120,567,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFSbSo8NSWindowCXEfU_","regions":[[565,56,565,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFSbSo8NSWindowCXEfU_SbyKXEfu_","regions":[[565,97,565,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC24handleHealthIndicatorTapyyFyyXEfU0_","regions":[[572,23,574,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9configure15kanataViewModel22ruleCollectionsManageryAA06KanatakL0C_AA04RulenO0CSgtF","regions":[[578,109,582,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvg","regions":[[586,13,586,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvgSbyKXEfu_","regions":[[586,36,586,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC9isVisibleSbvs","regions":[[587,13,594,10,0,0,0,0],[588,16,588,24,0,0,0,0],[588,25,590,14,0,0,0,0],[590,20,592,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC6toggle03viaF8ShortcutySb_tF","regions":[[600,52,636,6,0,0,0,0],[601,12,601,21,0,0,0,0],[601,22,613,10,0,0,0,0],[606,16,606,35,0,0,0,0],[606,36,610,14,0,0,0,0],[613,16,635,10,0,0,0,0],[618,16,618,35,0,0,0,0],[618,36,622,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC6toggle03viaF8ShortcutySb_tFyyYacfU_","regions":[[625,18,634,14,0,0,0,0],[627,20,627,36,0,0,0,0],[627,37,629,18,0,0,0,0],[629,24,633,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC11canAutoShowSbvg","regions":[[640,27,642,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC11canAutoShowSbvgSbyKXEfu_","regions":[[641,34,641,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21clearExplicitHideFlagyyF","regions":[[645,34,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16resetWindowFrameyyF","regions":[[650,29,660,6,0,0,0,0],[654,12,654,21,0,0,0,0],[654,22,657,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyF","regions":[[663,30,687,6,0,0,0,0],[666,12,666,25,0,0,0,0],[666,26,668,10,0,0,0,0],[673,12,673,66,0,0,0,0],[673,67,675,10,0,0,0,0],[677,31,677,41,0,0,0,0],[677,41,687,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyFSbyKXEfu_","regions":[[673,39,673,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC17showResetCenteredyyFSo8NSScreenCSgyKXEfu0_","regions":[[679,63,679,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20toggleInspectorPanelyyF","regions":[[689,33,724,6,0,0,0,0],[691,50,694,10,0,0,0,0],[694,10,724,6,0,0,0,0],[696,12,696,66,0,0,0,0],[696,67,699,10,0,0,0,0],[699,16,723,10,0,0,0,0],[700,27,719,14,0,0,0,0],[702,20,702,60,0,0,0,0],[702,61,718,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20toggleInspectorPanelyyFSbyKXEfu_","regions":[[696,39,696,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25toggleDrawerWithHighlightyyF","regions":[[727,38,736,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC25toggleDrawerWithHighlightyyFyyYbScMYccfU_","regions":[[730,64,732,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC23autoHideOnceForSettingsyyF","regions":[[740,36,747,6,0,0,0,0],[741,60,741,70,0,0,0,0],[741,70,747,6,0,0,0,0],[744,12,744,21,0,0,0,0],[744,22,746,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC26resetSettingsAutoHideGuardyyF","regions":[[751,39,760,6,0,0,0,0],[757,12,757,25,0,0,0,0],[757,38,759,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[764,31,819,6,0,0,0,0],[765,12,765,25,0,0,0,0],[765,26,767,10,0,0,0,0],[771,62,783,10,0,0,0,0],[773,16,773,70,0,0,0,0],[773,71,781,14,0,0,0,0],[786,50,806,10,0,0,0,0],[806,16,808,10,0,0,0,0],[811,12,811,69,0,0,0,0],[811,70,813,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[773,43,773,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10showWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFySo18NSAnimationContextCXEfU_","regions":[[800,50,805,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[821,31,855,6,0,0,0,0],[827,12,827,66,0,0,0,0],[827,67,829,10,0,0,0,0],[832,50,852,10,0,0,0,0],[852,16,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSbyKXEfu_","regions":[[827,39,827,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFySo18NSAnimationContextCXEfU_","regions":[[839,50,844,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyyYbcfU0_","regions":[[844,34,851,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC10hideWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFyyYbcfU0_yyScMYcXEfU_","regions":[[845,42,850,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19handleKeymapChanged33_3F6DCF5274FAA15D1D30B899095A639FLL8keymapId18includePunctuationySS_SbtF","regions":[[860,82,876,6,0,0,0,0],[861,47,864,10,0,0,0,0],[864,10,876,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC19handleKeymapChanged33_3F6DCF5274FAA15D1D30B899095A639FLL8keymapId18includePunctuationySS_SbtFyyYacfU_","regions":[[868,14,875,10,0,0,0,0],[871,16,871,34,0,0,0,0],[871,35,874,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtF","regions":[[879,77,962,6,0,0,0,0],[880,12,880,38,0,0,0,0],[880,39,883,10,0,0,0,0],[883,10,962,6,0,0,0,0],[885,43,888,10,0,0,0,0],[888,10,962,6,0,0,0,0],[894,12,894,42,0,0,0,0],[894,43,911,10,0,0,0,0],[897,16,897,38,0,0,0,0],[897,39,901,14,0,0,0,0],[901,14,911,10,0,0,0,0],[905,13,910,14,0,0,0,0],[910,14,911,10,0,0,0,0],[911,10,962,6,0,0,0,0],[916,76,918,10,0,0,0,0],[918,85,921,10,0,0,0,0],[921,16,924,10,0,0,0,0],[932,37,935,10,0,0,0,0],[935,10,962,6,0,0,0,0],[948,55,950,10,0,0,0,0],[951,61,953,10,0,0,0,0],[954,49,956,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtFSbyKXEfu_","regions":[[931,59,931,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC06handleA5Click33_3F6DCF5274FAA15D1D30B899095A639FLL3key9layerInfoyAA08PhysicalA0V_AA05LayeraT0VSgtFSbyKXEfu0_","regions":[[931,91,931,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21launcherActionMessage33_3F6DCF5274FAA15D1D30B899095A639FLL3forSSSgAA14LauncherTargetO_tFZ","regions":[[964,86,976,6,0,0,0,0],[965,16,965,22,0,0,0,0],[966,9,967,48,0,0,0,0],[968,9,970,37,0,0,0,0],[971,9,972,36,0,0,0,0],[973,9,974,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC21launcherActionMessage33_3F6DCF5274FAA15D1D30B899095A639FLL3forSSSgAA14LauncherTargetO_tFZSSyKXEfu_","regions":[[967,42,967,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15saveWindowFrameyyF","regions":[[978,28,991,6,0,0,0,0],[979,31,979,41,0,0,0,0],[979,41,991,6,0,0,0,0],[980,24,980,47,0,0,0,0],[980,48,985,10,0,0,0,0],[985,16,987,10,0,0,0,0],[988,57,988,85,0,0,0,0],[988,88,988,100,0,0,0,0],[989,48,989,58,0,0,0,0],[989,58,991,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15saveWindowFrameyyFSo6CGRectVyKXEfu_","regions":[[981,46,984,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18persistWindowFrame33_3F6DCF5274FAA15D1D30B899095A639FLLyySo6CGRectVF","regions":[[993,54,995,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC20defaultCenteredFrame33_3F6DCF5274FAA15D1D30B899095A639FLL2onSo6CGRectVSo8NSScreenCSg_tF","regions":[[997,71,1003,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC18restoreWindowFrame33_3F6DCF5274FAA15D1D30B899095A639FLLSo6CGRectVSgyF","regions":[[1005,50,1007,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13windowDidMoveyy10Foundation12NotificationVF","regions":[[1011,53,1015,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13windowDidMoveyy10Foundation12NotificationVFyyYaYbScMYccfU_","regions":[[1012,14,1014,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15windowDidResizeyy10Foundation12NotificationVF","regions":[[1017,55,1021,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC15windowDidResizeyy10Foundation12NotificationVFyyYaYbScMYccfU_","regions":[[1018,14,1020,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC015windowWillStartE6Resizeyy10Foundation12NotificationVF","regions":[[1023,53,1028,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC015windowWillStartE6Resizeyy10Foundation12NotificationVFSo6CGRectVyKXEfu_","regions":[[1027,45,1027,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC012windowDidEndE6Resizeyy10Foundation12NotificationVF","regions":[[1030,50,1034,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC16windowWillResize_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[1036,79,1060,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12createWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[1062,33,1127,6,0,0,0,0],[1110,27,1112,10,0,0,0,0],[1112,46,1121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC12createWindow33_3F6DCF5274FAA15D1D30B899095A639FLLyyFSo6CGSizeVyKXEfu_","regions":[[1077,47,1077,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyF","regions":[[1129,45,1154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyAA08PhysicalA0V_AA05LayerA4InfoVSgtcfU_","regions":[[1136,25,1138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU0_","regions":[[1139,22,1141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU1_","regions":[[1142,32,1144,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFySS_SbtcfU2_","regions":[[1145,30,1147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC13buildRootView33_3F6DCF5274FAA15D1D30B899095A639FLL7SwiftUI03AnyK0VyFyycfU3_","regions":[[1148,35,1150,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29LiveKeyboardOverlayControllerC07refreshG7Content33_3F6DCF5274FAA15D1D30B899095A639FLLyyF","regions":[[1156,42,1159,6,0,0,0,0],[1157,36,1157,46,0,0,0,0],[1157,46,1159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC16_isInspectorOpen33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[18,38,18,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC16_inspectorReveal33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[19,47,19,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_isInspectorAnimating33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[20,43,20,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC19_isInspectorClosing33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[21,41,21,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_desiredContentHeight33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[22,52,22,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC20_desiredContentWidth33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[23,51,23,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC20_keyboardAspectRatio33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVy12CoreGraphics7CGFloatVGvpfi","regions":[[24,51,24,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC21_healthIndicatorState33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVyAA06HealthjK0OGvpfi","regions":[[27,65,27,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC24_drawerButtonHighlighted33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[30,46,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LiveKeyboardOverlayUIStateC18_showingHintBubble33_EB9EF29BAEF0513321145DEC87DE20ECLL7Combine9PublishedVySbGvpfi","regions":[[33,40,33,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InspectorPanelLayoutO13expandedFrame04baseI014inspectorWidth11maxVisibleXSo6CGRectVAI_12CoreGraphics7CGFloatVALSgtFZ","regions":[[44,17,56,6,0,0,0,0],[48,28,53,10,0,0,0,0],[50,16,50,28,0,0,0,0],[50,29,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InspectorPanelLayoutO14collapsedFrame08expandedI014inspectorWidthSo6CGRectVAH_12CoreGraphics7CGFloatVtFZ","regions":[[58,90,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC10minVisible33_EB9EF29BAEF0513321145DEC87DE20ECLL12CoreGraphics7CGFloatVvpfi","regions":[[69,39,69,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC09canBecomeA0Sbvg","regions":[[72,37,72,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC13canBecomeMainSbvg","regions":[[75,38,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13OverlayWindowC18constrainFrameRect_2toSo6CGRectVAG_So8NSScreenCSgtF","regions":[[77,91,98,6,0,0,0,0],[78,31,78,51,0,0,0,0],[78,51,97,20,0,0,0,0],[84,12,84,49,0,0,0,0],[84,50,86,10,0,0,0,0],[86,19,86,56,0,0,0,0],[86,57,88,10,0,0,0,0],[91,12,91,49,0,0,0,0],[91,50,93,10,0,0,0,0],[93,19,93,56,0,0,0,0],[93,57,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC13overrideToken33_EB9EF29BAEF0513321145DEC87DE20ECLL10Foundation4UUIDVvpfi","regions":[[105,33,105,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC18timeoutNanoseconds5sleepACs6UInt64V_yAGYaYbctcfcfA0_yAGYaYbcfU_","regions":[[111,61,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC18timeoutNanoseconds5sleepACs6UInt64V_yAGYaYbctcfc","regions":[[114,7,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC8activateyySSF","regions":[[119,36,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC5clearyyF","regions":[[124,18,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC07clearOnA5Press_12modifierKeysSSSgSS_ShySSGtF","regions":[[129,79,137,6,0,0,0,0],[132,14,134,10,0,0,0,0],[134,10,136,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC24shouldIgnoreKanataUpdate010normalizedG0SbSS_tF","regions":[[139,68,142,6,0,0,0,0],[140,45,140,61,0,0,0,0],[140,61,141,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC15scheduleTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyF","regions":[[144,36,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC15scheduleTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyFyyYacfU_","regions":[[148,29,157,10,0,0,0,0],[150,47,150,57,0,0,0,0],[150,57,157,10,0,0,0,0],[151,41,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25OneShotLayerOverrideStateC13cancelTimeout33_EB9EF29BAEF0513321145DEC87DE20ECLLyyF","regions":[[160,34,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DragHandleTexture33_545A430F95C566103C719C17C5FEFAFALLV4bodyQrvg","regions":[[12,25,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17DragHandleTexture33_545A430F95C566103C719C17C5FEFAFALLV4bodyQrvgy7SwiftUI15GraphicsContextVz_So6CGSizeVtcfU_","regions":[[13,16,37,10,0,0,0,0],[18,19,18,44,0,0,0,0],[19,19,19,44,0,0,0,0],[23,19,23,34,0,0,0,0],[23,35,36,14,0,0,0,0],[25,23,25,37,0,0,0,0],[25,38,34,18,0,0,0,0],[34,18,36,14,0,0,0,0],[36,14,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tF","regions":[[47,46,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_","regions":[[50,32,70,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_","regions":[[52,34,69,26,0,0,0,0],[53,32,53,40,0,0,0,0],[53,41,66,30,0,0,0,0],[55,119,65,34,0,0,0,0],[66,36,68,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_SbSo8NSWindowCXEfU_","regions":[[55,76,55,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowTooltip33_545A430F95C566103C719C17C5FEFAFALLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tFAG0R0PAGE7onHover7performQrySbc_tFQOyAG5ColorV_Qo_AG13GeometryProxyVcfU_ySbcfU_SbSo8NSWindowCXEfU_SbyKXEfu_","regions":[[55,94,55,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE13windowTooltip33_545A430F95C566103C719C17C5FEFAFALL_2idQrSS_SStF","regions":[[76,65,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13_initialFrame33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[114,47,114,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_initialMouseLocation33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[115,56,115,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18_isLayerPickerOpen33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[116,44,116,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV16_availableLayers33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySaySSGGvpfi","regions":[[117,52,117,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20_isLayerPillExpanded33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[119,46,119,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20_isHoveringLayerPill33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[121,46,121,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14_lastLayerName33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySSGvpfi","regions":[[127,48,127,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_showingNewLayerSheet33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySbGvpfi","regions":[[129,47,129,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13_newLayerName33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVySSGvpfi","regions":[[131,39,131,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21_layerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5StateVyAF0K0OGvpfi","regions":[[135,53,135,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13isSystemLayer33_545A430F95C566103C719C17C5FEFAFALLySbSSF","regions":[[141,57,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV29layerPillInitialCollapseDelay33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[147,63,147,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27layerPillHoverCollapseDelay33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[148,61,148,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20layerPillGracePeriod33_545A430F95C566103C719C17C5FEFAFALLSdvpfi","regions":[[149,54,149,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV16layerDisplayName33_545A430F95C566103C719C17C5FEFAFALLSSvg","regions":[[151,42,154,6,0,0,0,0],[152,12,152,26,0,0,0,0],[152,27,152,48,0,0,0,0],[152,48,153,95,0,0,0,0],[153,58,153,64,0,0,0,0],[153,67,153,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14isNonBaseLayer33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[157,38,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14isNonBaseLayer33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu_","regions":[[158,27,158,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV26shouldShowStatusIndicators33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[162,50,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg","regions":[[166,25,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_","regions":[[170,28,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_","regions":[[176,32,216,14,0,0,0,0],[196,50,196,66,0,0,0,0],[196,69,196,84,0,0,0,0],[198,55,198,78,0,0,0,0],[198,81,198,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_yyScMYccfU_","regions":[[183,24,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_A37_yXEfU0_","regions":[[186,26,193,18,0,0,0,0],[187,57,187,71,0,0,0,0],[187,74,187,95,0,0,0,0],[189,68,189,85,0,0,0,0],[189,88,189,103,0,0,0,0],[191,64,191,67,0,0,0,0],[191,70,191,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_ySbcfU1_","regions":[[195,26,195,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_yyScMYccfU2_","regions":[[201,24,205,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_A35_yXEfU3_","regions":[[205,26,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE0L0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAC10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQrAX_AXtFQOy_Qo__AE15ModifiedContentVyAkAE13windowTooltipA1_LL_2idQrSS_SStFQOyAkEE7onHover7performQrySbc_tFQOyA6_yAE6ButtonVyAkEEAL_AMQrAP_qd__tSQRd__lFQOyAkEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAkEE5frame5width6height9alignmentQrAY_AyE9AlignmentVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__Qo__SbQo_GAA0E24GlassButtonStyleModifierVG_Qo__Qo_AE31AccessibilityAttachmentModifierVGA6_yAkAEA7_A1_LL_A8_QrSS_SStFQOyAkEEA9_A10_QrySbc_tFQOyA6_yA12_yA35_GA40_G_Qo__Qo_A45_GtGG_Qo__SSQo__AA20HealthIndicatorStateOQo_tGyXEfU_A52_yXEfU_ySbcfU4_","regions":[[212,26,212,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy7SwiftUI0F7GestureV5ValueVcfU0_","regions":[[230,28,242,18,0,0,0,0],[231,24,231,35,0,0,0,0],[231,36,237,22,0,0,0,0],[232,61,235,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy7SwiftUI0F7GestureV5ValueVcfU1_","regions":[[243,26,245,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgyycfU2_","regions":[[247,19,249,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[250,88,252,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV4bodyQrvgySb_SbtcfU4_","regions":[[253,40,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyF","regions":[[261,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_","regions":[[262,14,288,10,0,0,0,0],[267,70,275,14,0,0,0,0],[272,66,274,18,0,0,0,0],[275,14,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[280,33,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22refreshAvailableLayers33_545A430F95C566103C719C17C5FEFAFALLyyFyyYacfU_yyYbScMYcXEfU_SbSS_SStXEfU_","regions":[[281,49,286,18,0,0,0,0],[283,24,283,35,0,0,0,0],[283,36,283,51,0,0,0,0],[283,51,285,33,0,0,0,0],[284,24,284,35,0,0,0,0],[284,36,284,52,0,0,0,0],[284,52,285,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10headerTint33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5ColorVvg","regions":[[291,35,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10headerFill33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI5ColorVvg","regions":[[295,35,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15headerIconColor33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0J0Vvg","regions":[[300,40,302,6,0,0,0,0],[301,38,301,41,0,0,0,0],[301,44,301,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF","regions":[[305,95,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF7SwiftUI19_ConditionalContentVyAA25SystemHealthIndicatorViewVAK4ViewPAKE10transitionyQrqd__AK10TransitionRd__lFQOyAK6HStackVyAK9TupleViewVyAC22kanataDisconnectedPillAELLAFQrAJ_tFQOy_Qo_Sg_AC13inputModePillAELL0Q0AFQrSS_AJtFQOy_Qo_SgAqKE9animation_5valueQrAK9AnimationVSg_qd__tSQRd__lFQOyAqKEARyQrqd__AkSRd__lFQOyAqKE2idyQrqd__SHRd__lFQOyAC9layerPillAELL16layerDisplayNameAfGQrSS_A2JtFQOy_Qo__SSQo__AK14MoveTransitionVQo__SSQo_tGG_AK17OpacityTransitionVQo_GyXEfU_","regions":[[306,37,339,10,0,0,0,0],[307,16,307,50,0,0,0,0],[307,51,314,14,0,0,0,0],[314,20,338,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10statusSlot33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadius10buttonSizeQr12CoreGraphics7CGFloatV_AJtF7SwiftUI19_ConditionalContentVyAA25SystemHealthIndicatorViewVAK4ViewPAKE10transitionyQrqd__AK10TransitionRd__lFQOyAK6HStackVyAK9TupleViewVyAC22kanataDisconnectedPillAELLAFQrAJ_tFQOy_Qo_Sg_AC13inputModePillAELL0Q0AFQrSS_AJtFQOy_Qo_SgAqKE9animation_5valueQrAK9AnimationVSg_qd__tSQRd__lFQOyAqKEARyQrqd__AkSRd__lFQOyAqKE2idyQrqd__SHRd__lFQOyAC9layerPillAELL16layerDisplayNameAfGQrSS_A2JtFQOy_Qo__SSQo__AK14MoveTransitionVQo__SSQo_tGG_AK17OpacityTransitionVQo_GyXEfU_A17_yXEfU_","regions":[[315,36,336,18,0,0,0,0],[316,24,316,42,0,0,0,0],[316,43,318,22,0,0,0,0],[318,22,336,18,0,0,0,0],[320,47,325,22,0,0,0,0],[325,22,336,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13inputModePill33_545A430F95C566103C719C17C5FEFAFALL9indicator0R12CornerRadiusQrSS_12CoreGraphics7CGFloatVtF","regions":[[344,96,364,6,0,0,0,0],[345,31,345,40,0,0,0,0],[346,9,346,31,0,0,0,0],[347,9,347,31,0,0,0,0],[348,9,348,33,0,0,0,0],[349,9,349,28,0,0,0,0],[350,10,363,68,0,0,0,0],[359,56,359,59,0,0,0,0],[359,62,359,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvg","regions":[[367,43,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu_","regions":[[368,32,368,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV19shouldShowLayerName33_545A430F95C566103C719C17C5FEFAFALLSbvgSbyKXEfu0_","regions":[[368,55,368,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV26layerPillBackgroundOpacity33_545A430F95C566103C719C17C5FEFAFALLSdvg","regions":[[372,52,375,6,0,0,0,0],[373,36,373,39,0,0,0,0],[373,42,373,46,0,0,0,0],[374,38,374,56,0,0,0,0],[374,59,374,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15layerPillSpring33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI9AnimationVvg","regions":[[378,44,380,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF","regions":[[383,120,464,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_","regions":[[386,15,425,10,0,0,0,0],[387,16,387,35,0,0,0,0],[387,36,412,14,0,0,0,0],[412,20,424,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_yyScMYccfU_","regions":[[389,24,391,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A27_yXEfU0_","regions":[[391,26,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A27_yXEfU0_A18_yXEfU_","regions":[[392,40,400,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_yyScMYccfU1_","regions":[[414,24,416,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtF7SwiftUI19_ConditionalContentVyAL15ModifiedContentVyAL4ViewPALE0V5StyleyQrqd__AL20PrimitiveButtonStyleRd__lFQOyAL6ButtonVyAPyArLE7paddingyQrAL4EdgeO3SetV_AKSgtFQOyArLEAWyQrA__A0_tFQOyArLE15foregroundStyleyQrqd__AL10ShapeStyleRd__lFQOyAL6HStackVyAL9TupleViewVyArLE4fontyQrAL4FontVSgFQOyAL5ImageV_Qo__AL4TextVArLE7opacityyQrSdFQOyA13__Qo_tGG_AL5ColorVQo__Qo__Qo_AA0E19GlassEffectModifierVGG_AL16PlainButtonStyleVQo_AL31AccessibilityAttachmentModifierVGAPyAPyAVyArLE5frame5width6height9alignmentQrA0__A0_AL9AlignmentVtFQOyArLEA1_yQrqd__ALA2_Rd__lFQOyA13__A21_Qo__Qo_GAA0E24GlassButtonStyleModifierVGA33_GGyXEfU_A42_yXEfU2_","regions":[[416,26,421,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFySbcfU0_","regions":[[432,18,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAC0H13PickerPopoverAELLQrvpQOy_Qo_ycfU1_","regions":[[435,84,437,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_","regions":[[438,52,452,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_ySScfU_","regions":[[442,27,446,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFAA13NewLayerSheetVycfU2_yycfU0_","regions":[[447,27,450,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFySS_SStcfU3_","regions":[[453,41,455,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV9layerPill33_545A430F95C566103C719C17C5FEFAFALL0H11DisplayName21indicatorCornerRadius10buttonSizeQrSS_12CoreGraphics7CGFloatVAKtFyycfU4_","regions":[[456,19,460,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbF","regions":[[467,57,493,6,0,0,0,0],[472,12,472,20,0,0,0,0],[472,21,483,10,0,0,0,0],[478,16,478,36,0,0,0,0],[478,37,482,14,0,0,0,0],[483,16,492,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFyyXEfU_","regions":[[479,48,481,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFySo7NSTimerCYbcfU0_","regions":[[485,114,491,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV20handleLayerPillHover33_545A430F95C566103C719C17C5FEFAFALLyySbFySo7NSTimerCYbcfU0_yyYbScMYccfU_","regions":[[486,42,490,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21handleLayerNameChange33_545A430F95C566103C719C17C5FEFAFALLyySSF","regions":[[496,64,512,6,0,0,0,0],[498,50,498,60,0,0,0,0],[498,60,512,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV21handleLayerNameChange33_545A430F95C566103C719C17C5FEFAFALLyySSFyyXEfU_","regions":[[506,40,508,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tF","regions":[[515,65,529,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_","regions":[[520,92,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_yyYbScMYccfU_","regions":[[521,38,527,14,0,0,0,0],[523,69,523,79,0,0,0,0],[523,79,527,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV25scheduleLayerPillCollapse33_545A430F95C566103C719C17C5FEFAFALL5delayySd_tFySo7NSTimerCYbcfU_yyYbScMYccfU_yyXEfU_","regions":[[524,48,526,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV15toggleLayerMenu33_545A430F95C566103C719C17C5FEFAFALLyyF","regions":[[532,36,541,6,0,0,0,0],[533,12,533,29,0,0,0,0],[533,30,536,10,0,0,0,0],[536,16,540,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27computeLayerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0L0OyF","regions":[[544,56,567,6,0,0,0,0],[547,14,549,10,0,0,0,0],[549,10,566,20,0,0,0,0],[562,12,562,52,0,0,0,0],[562,53,564,10,0,0,0,0],[564,10,566,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV27computeLayerPickerArrowEdge33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0L0OyFSo8NSScreenCSgyKXEfu_","regions":[[546,45,546,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg","regions":[[570,47,618,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[571,28,608,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A7_Si_SStcfU_","regions":[[572,73,580,14,0,0,0,0],[575,20,575,53,0,0,0,0],[575,54,579,18,0,0,0,0],[579,18,580,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[587,20,590,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A51_yXEfU1_","regions":[[590,22,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV18layerPickerPopover33_545A430F95C566103C719C17C5FEFAFALLQrvg7SwiftUI9TupleViewVyAF7ForEachVySaySi6offset_SS7elementtGSSAHyAC0hI3RowAELL0H05indexQrSS_SitFQOy_Qo__AF0U0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_SgtGG_A5_AF15ModifiedContentVyAsFE9focusableyQrSbFQOyAsFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAsFE12contentShape_6eoFillQrqd___SbtAF5ShapeRd__lFQOyAsFEATyQrAX_A0_tFQOyAsFEATyQrAX_A0_tFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF6HStackVyAHyAsFEA19_yQrqd__AFA20_Rd__lFQOyAsFE5frame5width6height9alignmentQrA0__A0_AF9AlignmentVtFQOyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF22HierarchicalShapeStyleVQo__AF4TextVAF6SpacerVtGG_A38_Qo__Qo__Qo__AF9RectangleVQo_G_AC05LayerI11ButtonStyleAELLVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A51_yXEfU1_A44_yXEfU_","regions":[[591,37,599,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF","regions":[[622,75,681,6,0,0,0,0],[623,58,623,64,0,0,0,0],[623,67,623,84,0,0,0,0],[676,62,676,66,0,0,0,0],[676,69,676,91,0,0,0,0],[676,82,676,86,0,0,0,0],[676,89,676,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[629,28,673,10,0,0,0,0],[657,16,657,25,0,0,0,0],[657,26,672,14,0,0,0,0],[670,38,670,39,0,0,0,0],[670,42,670,43,0,0,0,0],[672,14,673,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU_","regions":[[630,20,633,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A38_yXEfU0_","regions":[[633,22,652,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A38_yXEfU0_A29_yXEfU_","regions":[[634,37,647,18,0,0,0,0],[638,59,638,76,0,0,0,0],[638,79,638,89,0,0,0,0],[642,24,642,38,0,0,0,0],[642,39,646,22,0,0,0,0],[646,22,647,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_yyScMYccfU1_","regions":[[658,24,661,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitF7SwiftUI9TupleViewVyAH0V0PAHE9focusableyQrSbFQOyAlHE11buttonStyleyQrqd__AH06ButtonY0Rd__lFQOyAH0Z0VyAlHE12contentShape_6eoFillQrqd___SbtAH5ShapeRd__lFQOyAlHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlHEAUyQrAY_A1_tFQOyAlHE010foregroundY0yQrqd__AH05ShapeY0Rd__lFQOyAH6HStackVyAJyAlHEA2_yQrqd__AHA3_Rd__lFQOyAlHE5frame5width6height9alignmentQrA1__A1_AH9AlignmentVtFQOyAlHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AH5ColorVQo__AH4TextVAH6SpacerVAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A21_Qo_SgtGG_AH017HierarchicalShapeY0VQo__Qo__Qo__AH9RectangleVQo_G_AC05LayerizY0AELLVQo__Qo__AH15ModifiedContentVyAlHE7opacityyQrSdFQOyAlHEAMyQrSbFQOyAlHEANyQrqd__AH09PrimitivezY0Rd__lFQOyAQyAlHEAR_ASQrqd___SbtAhTRd__lFQOyAlHEAUyQrA0_FQOyAlHEA2_yQrqd__AHA3_Rd__lFQOyA18__A32_Qo__Qo__A37_Qo_G_AH05PlainzY0VQo__Qo__Qo_AH31AccessibilityAttachmentModifierVGSgtGyXEfU_A50_yXEfU2_","regions":[[661,26,667,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV14layerPickerRow33_545A430F95C566103C719C17C5FEFAFALL0H05indexQrSS_SitFySbcfU0_","regions":[[678,18,680,10,0,0,0,0],[679,39,679,44,0,0,0,0],[679,47,679,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22LayerPickerButtonStyle33_545A430F95C566103C719C17C5FEFAFALLV8makeBody13configurationQr7SwiftUI0jK13ConfigurationV_tF","regions":[[685,66,691,10,0,0,0,0],[689,79,689,83,0,0,0,0],[689,86,689,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV13layerIconName33_545A430F95C566103C719C17C5FEFAFALL3forS2S_tF","regions":[[694,72,713,6,0,0,0,0],[697,16,697,21,0,0,0,0],[698,9,699,30,0,0,0,0],[700,9,701,64,0,0,0,0],[702,9,703,31,0,0,0,0],[704,9,705,28,0,0,0,0],[706,9,707,31,0,0,0,0],[708,9,709,31,0,0,0,0],[710,9,711,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22kanataDisconnectedPill33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadiusQr12CoreGraphics7CGFloatV_tF","regions":[[715,86,732,6,0,0,0,0],[727,53,727,57,0,0,0,0],[727,60,727,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV22kanataDisconnectedPill33_545A430F95C566103C719C17C5FEFAFALL21indicatorCornerRadiusQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ4ViewPAJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__AJ4TextVtGyXEfU_","regions":[[716,28,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV10moveWindow33_545A430F95C566103C719C17C5FEFAFALL6deltaX0Q1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[734,63,740,6,0,0,0,0],[735,53,735,63,0,0,0,0],[735,63,740,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyF","regions":[[742,51,746,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyFSbAGXEfU_","regions":[[743,44,745,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayDragHeaderV04findE6Window33_545A430F95C566103C719C17C5FEFAFALLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[744,51,744,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV15headerIconColor33_545A430F95C566103C719C17C5FEFAFALL7SwiftUI0K0Vvg","regions":[[759,40,761,6,0,0,0,0],[760,38,760,41,0,0,0,0],[760,44,760,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg","regions":[[763,25,845,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_","regions":[[764,15,843,10,0,0,0,0],[765,20,765,25,0,0,0,0],[766,13,781,18,0,0,0,0],[780,60,780,63,0,0,0,0],[780,66,780,70,0,0,0,0],[783,13,799,61,0,0,0,0],[801,13,838,19,0,0,0,0],[834,88,834,90,0,0,0,0],[834,93,834,96,0,0,0,0],[840,13,841,28,0,0,0,0],[842,14,843,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A17_yXEfU_","regions":[[768,36,774,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A42_yXEfU0_","regions":[[785,36,792,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_yyScMYccfU1_","regions":[[803,24,806,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A80_yXEfU2_","regions":[[806,26,825,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_A80_yXEfU2_A42_yXEfU_","regions":[[807,40,814,22,0,0,0,0],[811,48,811,57,0,0,0,0],[811,60,811,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Header.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemHealthIndicatorViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE0H0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEANyQrAR_AVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyAE05TupleH0VyAiEE5frame5width6heightAKQrAV_AvMtFQOyAiEE11scaleEffect_6anchorQrAU_AE9UnitPointVtFQOyAE08ProgressH0VyAE05EmptyH0VA11_G_Qo__Qo__AE4TextVtGG_AE5ColorVQo__Qo__Qo__AE01_yH0VyAE16RoundedRectangleVA20_GQo_AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJ_AKQrqd___AMtAeHRd__lFQOyAiEEANyQrAR_AVtFQOyAiEEANyQrAR_AVtFQOyAZyA0_yAiEE0W5ColoryQrA20_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A16_tGG_Qo__Qo__A28_Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE15ScaleTransitionVQo_Qo_GAGyAiEEA30_yQrAE13AnyTransitionVFQOyAE08ModifiedM0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE19highPriorityGesture_9includingQrqd___AE11GestureMaskVtAE7GestureRd__lFQOyAiEE07contentY0_6eoFillQrqd___SbtAE0Y0Rd__lFQOyAiEE06buttonX0yQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE6ButtonVyAiEE7overlay_AKQrqd___AMtAeHRd__lFQOyA46__AE06StrokeyH0VyA27_A20_A11_GQo_G_AE011PlainButtonX0VQo__AE9RectangleVQo__AE13_EndedGestureVyAE10TapGestureVGQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo_A11_GGyXEfU_yycfU3_","regions":[[828,59,831,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[27,47,27,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14hasCustomRulesSbvpfi","regions":[[29,32,29,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV11customRulesSayAA10CustomRuleVGvpfi","regions":[[31,37,31,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10appKeymapsSayAA0C6KeymapVGvpfi","regions":[[33,35,33,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16selectedKeymapIdSSvpfP","regions":[[45,6,45,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV17_selectedKeymapId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[45,79,45,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23includePunctuationStoreSSvpfP","regions":[[46,6,46,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV24_includePunctuationStore33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[46,101,46,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16selectedLayoutIdSSvpfP","regions":[[47,6,47,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV17_selectedLayoutId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[47,79,47,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18selectedColorwayIdSSvpfP","regions":[[48,6,48,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV19_selectedColorwayId33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI0C7StorageVySSGvpfi","regions":[[48,71,48,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV20_customizeHoldAction33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySSGvpfi","regions":[[59,46,59,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25_customizeDoubleTapAction33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySSGvpfi","regions":[[61,51,61,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23_customizeTapDanceSteps33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySaySS5label_SS6actiontGGvpfi","regions":[[63,76,63,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV20_customizeTapTimeout33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySiGvpfi","regions":[[65,43,65,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV21_customizeHoldTimeout33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySiGvpfi","regions":[[67,44,67,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV28_customizeShowTimingAdvanced33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySbGvpfi","regions":[[69,52,69,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV23_launcherActivationMode33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyAA08LauncheriJ0OGvpfi","regions":[[78,65,78,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25_launcherHyperTriggerMode33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyAA0ijK0OGvpfi","regions":[[80,61,80,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31_showLauncherHistorySuggestions33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVySbGvpfi","regions":[[82,49,82,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV24_launcherExistingDomains33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI5StateVyShySSGGvpfi","regions":[[84,55,84,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvg","regions":[[90,49,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvgSbyYbcfU_","regions":[[92,18,92,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV02isG9Presented33_7F734AA9422332C07AEE62744CFD1A22LL7SwiftUI7BindingVySbGvgySbYbcfU0_","regions":[[93,18,93,56,0,0,0,0],[93,23,93,26,0,0,0,0],[93,27,93,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10panelTitle33_7F734AA9422332C07AEE62744CFD1A22LLSSvg","regions":[[98,36,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV10panelTitle33_7F734AA9422332C07AEE62744CFD1A22LLSSvgSSyKXEfu_","regions":[[99,37,99,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18includePunctuation33_7F734AA9422332C07AEE62744CFD1A22LLSbvg","regions":[[102,42,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV07visibleF5Width33_7F734AA9422332C07AEE62744CFD1A22LL12CoreGraphics7CGFloatVvg","regions":[[106,48,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg","regions":[[113,25,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_","regions":[[119,26,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_","regions":[[120,36,176,18,0,0,0,0],[134,24,134,53,0,0,0,0],[134,54,139,22,0,0,0,0],[139,31,139,57,0,0,0,0],[139,58,144,22,0,0,0,0],[144,31,144,57,0,0,0,0],[144,58,147,22,0,0,0,0],[147,31,147,62,0,0,0,0],[147,63,152,22,0,0,0,0],[152,28,175,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_A32_yXEfU_","regions":[[153,36,174,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAA0fG7ToolbarV_AE19_ConditionalContentVyAMyAMyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAoEEAPyQrAT_AXtFQOyAC09launchersP0QrvpQOy_Qo__Qo__Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC06mapperP0QrvpQOy_Qo__Qo__Qo_GAMyAC014physicalLayoutP0QrvpQOy_Qo_AoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAC011customRulesP0QrvpQOy_Qo__Qo__Qo_GGAE06ScrollM0VyAoEEAPyQrAT_AXtFQOyAoEEAPyQrAT_AXtFQOyAGyAMyAMyAMyAE05EmptyM0VAC07keymapsP0QrvpQOy_Qo_GAMyA17_AC07keycapsP0QrvpQOy_Qo_GGAMyAMyAC06soundsP0QrvpQOy_Qo_A17_GA17_GGG_Qo__Qo_GGtGGycfU_A35_yXEfU_A32_yXEfU_A29_yXEfU_","regions":[[154,70,171,30,0,0,0,0],[155,40,155,55,0,0,0,0],[156,33,157,48,0,0,0,0],[158,33,159,51,0,0,0,0],[160,33,161,48,0,0,0,0],[162,33,163,51,0,0,0,0],[164,33,165,50,0,0,0,0],[166,33,167,48,0,0,0,0],[168,33,169,48,0,0,0,0],[170,34,171,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI19_ConditionalContentVyAC017launcherCustomizegL0QrvpQOy_Qo_AE9EmptyViewVGycfU0_","regions":[[178,27,185,14,0,0,0,0],[179,24,179,41,0,0,0,0],[180,17,181,50,0,0,0,0],[182,17,183,32,0,0,0,0],[184,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvgySS_SStcfU1_","regions":[[189,41,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvgySS_SStcfU2_","regions":[[192,48,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE16allowsHitTestingyQrSbFQOyAE14GeometryReaderVyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE011StrokeShapeK0VyAE9RectangleVAE5ColorVAE05EmptyK0VG_Qo_G_Qo_SgyXEfU3_","regions":[[195,39,205,10,0,0,0,0],[196,16,196,38,0,0,0,0],[196,39,204,14,0,0,0,0],[204,14,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE16allowsHitTestingyQrSbFQOyAE14GeometryReaderVyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE011StrokeShapeK0VyAE9RectangleVAE5ColorVAE05EmptyK0VG_Qo_G_Qo_SgyXEfU3_A2_AE0O5ProxyVcfU_","regions":[[197,32,202,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV6isDarkSbvg","regions":[[208,22,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18unavailableSection5title7messageQrSS_SStF","regions":[[212,74,228,6,0,0,0,0],[226,45,226,49,0,0,0,0],[226,52,226,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18unavailableSection5title7messageQrSS_SStF7SwiftUI9TupleViewVyAG4TextV_AKtGyXEfU_","regions":[[213,49,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16selectedLayoutId33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[27,6,27,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_selectedLayoutId33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[27,87,27,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16selectedKeymapId33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[28,6,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_selectedKeymapId33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[28,87,28,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29keymapIncludePunctuationStore33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[29,6,29,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV30_keymapIncludePunctuationStore33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[29,115,29,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04_escA9LeftInset33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[31,51,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV14_keyboardWidth33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[32,49,32,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20_inspectorSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySSGvpfi","regions":[[33,54,33,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18settingsSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[34,6,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19_settingsSectionRaw33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[34,86,34,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovg","regions":[[36,13,36,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0OvgAGyKXEfu_","regions":[[36,66,36,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16inspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovs","regions":[[37,25,37,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovg","regions":[[41,13,44,10,0,0,0,0],[43,46,43,53,0,0,0,0],[43,56,43,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0OvgAGyKXEfu_","regions":[[42,77,42,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15settingsSection33_15B140BD84C145F6533A80BBA93D3EC8LLAA09InspectorJ0Ovs","regions":[[45,25,45,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15_hasCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[49,41,49,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18_cachedCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySayAA0J4RuleVGGvpfi","regions":[[51,58,51,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV11_appKeymaps33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[53,50,53,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV30_showResetAllRulesConfirmation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[55,56,55,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20_inputSourceDetector33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI14ObservedObjectVyAA05InputjK0CGvpfi","regions":[[61,55,61,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22_isSettingsShelfActive33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[63,48,63,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25_keyboardDragInitialFrame33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[65,59,65,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV33_keyboardDragInitialMouseLocation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[66,68,66,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV03_isF8Dragging33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[67,45,67,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV17_isHeaderDragging33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[68,43,68,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV03_isG7Hovered33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[71,43,71,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV23_isHoveringHeaderButton33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI5StateVySbGvpfi","regions":[[73,49,73,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV27launcherWelcomeSeenForBuild33_15B140BD84C145F6533A80BBA93D3EC8LLSSvpfP","regions":[[77,6,77,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV28_launcherWelcomeSeenForBuild33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0C7StorageVySSGvpfi","regions":[[77,98,77,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV37hasSeenLauncherWelcomeForCurrentBuild33_15B140BD84C145F6533A80BBA93D3EC8LLSbvg","regions":[[81,61,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25markLauncherWelcomeAsSeen33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[87,46,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeLayout33_15B140BD84C145F6533A80BBA93D3EC8LLAA08PhysicalJ0Vvg","regions":[[92,46,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeLayout33_15B140BD84C145F6533A80BBA93D3EC8LLAA08PhysicalJ0VvgAGyKXEfu_","regions":[[93,54,93,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeKeymap33_15B140BD84C145F6533A80BBA93D3EC8LLAA07LogicalJ0Vvg","regions":[[97,45,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV12activeKeymap33_15B140BD84C145F6533A80BBA93D3EC8LLAA07LogicalJ0VvgAGyKXEfu_","regions":[[98,53,98,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV24includeKeymapPunctuation33_15B140BD84C145F6533A80BBA93D3EC8LLSbvg","regions":[[102,48,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22settingsShelfAnimation33_15B140BD84C145F6533A80BBA93D3EC8LL7SwiftUI0K0Vvg","regions":[[109,51,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV22selectInspectorSection33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0jK0OF","regions":[[113,70,126,6,0,0,0,0],[114,12,114,35,0,0,0,0],[114,36,120,10,0,0,0,0],[117,16,117,38,0,0,0,0],[117,39,119,14,0,0,0,0],[120,16,125,10,0,0,0,0],[122,16,122,37,0,0,0,0],[122,38,124,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19toggleSettingsShelf33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[128,40,139,6,0,0,0,0],[129,52,129,55,0,0,0,0],[129,58,129,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19toggleSettingsShelf33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyXEfU_","regions":[[130,34,138,10,0,0,0,0],[131,16,131,37,0,0,0,0],[131,38,134,14,0,0,0,0],[134,20,137,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg","regions":[[141,25,505,6,0,0,0,0],[157,55,157,56,0,0,0,0],[157,59,157,81,0,0,0,0],[160,54,160,81,0,0,0,0],[160,84,160,85,0,0,0,0],[161,58,161,59,0,0,0,0],[161,62,161,89,0,0,0,0],[164,50,164,69,0,0,0,0],[164,72,164,73,0,0,0,0],[169,64,169,77,0,0,0,0],[169,80,169,83,0,0,0,0],[435,28,435,31,0,0,0,0],[435,34,435,96,0,0,0,0],[435,66,435,89,0,0,0,0],[435,92,435,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu_","regions":[[151,64,151,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu0_","regions":[[153,16,153,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu1_","regions":[[154,16,154,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu2_","regions":[[156,55,156,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu3_","regions":[[168,68,168,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyKXEfu4_","regions":[[168,88,168,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg12CoreGraphics7CGFloatVAGXEfU_","regions":[[170,68,170,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_","regions":[[173,32,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_SbyKXEfu_","regions":[[185,71,185,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_SbyKXEfu_SbyKXEfu0_","regions":[[185,99,185,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU_","regions":[[189,30,189,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU0_","regions":[[190,40,190,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_yycfU1_","regions":[[191,34,191,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU2_","regions":[[192,38,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU2_yyYacfU_","regions":[[193,30,195,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU3_","regions":[[197,36,202,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU3_yyYacfU_","regions":[[198,30,201,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU4_","regions":[[203,36,211,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAA0G10DragHeaderV_Qo__AC18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible15inspectorReveal014inspectorPanelO0014inspectorTotalO019inspectorLeadingGap21inspectorDebugEnabled05fixedfO005fixedfR019headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowfX016inspectorSectionQrAT_SbA4TSbA2u3TSbAA16InspectorSectionOtFQOy_Qo_tGyXEfU0_ySScfU4_yyYacfU_","regions":[[204,30,210,26,0,0,0,0],[206,32,206,104,0,0,0,0],[206,105,208,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_","regions":[[233,95,246,10,0,0,0,0],[234,37,234,47,0,0,0,0],[234,47,246,10,0,0,0,0],[237,48,237,70,0,0,0,0],[237,73,237,86,0,0,0,0],[238,16,238,30,0,0,0,0],[238,31,240,14,0,0,0,0],[241,40,241,50,0,0,0,0],[241,50,246,10,0,0,0,0],[243,16,243,61,0,0,0,0],[243,62,245,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_SbyKXEfu_","regions":[[236,56,236,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySS_SStcfU2_","regions":[[247,66,265,10,0,0,0,0],[252,42,252,52,0,0,0,0],[252,52,265,10,0,0,0,0],[254,16,254,61,0,0,0,0],[254,62,256,14,0,0,0,0],[259,16,259,32,0,0,0,0],[259,33,264,14,0,0,0,0],[261,20,261,61,0,0,0,0],[261,62,263,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyAA16InspectorSectionO_AFtcfU3_","regions":[[266,66,288,10,0,0,0,0],[267,16,267,42,0,0,0,0],[267,43,272,14,0,0,0,0],[269,20,269,42,0,0,0,0],[269,43,271,18,0,0,0,0],[272,23,272,44,0,0,0,0],[272,45,274,14,0,0,0,0],[276,16,276,40,0,0,0,0],[276,41,279,14,0,0,0,0],[281,16,281,37,0,0,0,0],[281,38,283,14,0,0,0,0],[285,16,285,42,0,0,0,0],[285,69,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU4_","regions":[[289,73,310,10,0,0,0,0],[290,16,290,22,0,0,0,0],[290,23,305,14,0,0,0,0],[292,20,292,42,0,0,0,0],[292,43,300,18,0,0,0,0],[293,24,293,38,0,0,0,0],[293,39,296,22,0,0,0,0],[296,28,299,22,0,0,0,0],[302,20,302,50,0,0,0,0],[302,51,304,18,0,0,0,0],[305,20,309,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU5_","regions":[[311,44,327,10,0,0,0,0],[314,16,314,34,0,0,0,0],[314,64,316,14,0,0,0,0],[317,16,317,48,0,0,0,0],[317,49,320,14,0,0,0,0],[322,16,322,54,0,0,0,0],[322,55,324,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU6_","regions":[[328,47,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU7_","regions":[[331,110,333,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU8_","regions":[[335,113,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU9_","regions":[[338,110,345,10,0,0,0,0],[342,16,342,30,0,0,0,0],[342,31,344,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU10_","regions":[[346,108,377,10,0,0,0,0],[355,13,376,14,0,0,0,0],[364,17,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU10_yyYbScMYccfU_","regions":[[369,72,375,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU11_","regions":[[380,114,394,10,0,0,0,0],[381,16,381,48,0,0,0,0],[381,49,393,14,0,0,0,0],[384,57,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy10Foundation12NotificationVcfU11_yyYbScMYccfU_","regions":[[385,76,391,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbcfU12_","regions":[[408,43,412,10,0,0,0,0],[410,16,410,24,0,0,0,0],[410,25,410,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU13_","regions":[[413,68,415,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU14_","regions":[[416,66,418,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU15_","regions":[[419,72,421,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgy12CoreGraphics7CGFloatV_AGtcfU16_","regions":[[422,73,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU17_","regions":[[425,73,427,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySb_SbtcfU18_","regions":[[428,78,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgyycfU19_","regions":[[431,63,431,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyYbcfU20_","regions":[[446,22,446,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbYbcfU21_","regions":[[447,22,447,60,0,0,0,0],[447,27,447,30,0,0,0,0],[447,31,447,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_","regions":[[450,22,462,14,0,0,0,0],[451,52,461,18,0,0,0,0],[461,18,462,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_yyScMYccfU_","regions":[[452,58,455,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGSgyXEfU22_yyScMYccfU0_","regions":[[457,53,459,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVSgyXEfU23_","regions":[[463,22,467,14,0,0,0,0],[464,52,466,18,0,0,0,0],[466,18,467,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgSbyYbcfU24_","regions":[[473,22,473,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvgySbYbcfU25_","regions":[[474,22,474,61,0,0,0,0],[474,27,474,30,0,0,0,0],[474,31,474,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU26_","regions":[[476,22,480,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU26_yyScMYccfU_","regions":[[477,30,479,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVSgyXEfU27_","regions":[[481,22,485,14,0,0,0,0],[482,51,484,18,0,0,0,0],[484,18,485,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_","regions":[[492,22,499,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_yyScMYccfU_","regions":[[493,57,495,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE6ButtonVyAE4TextVGAE31AccessibilityAttachmentModifierVG_AQtGyXEfU28_yyScMYccfU0_","regions":[[497,49,497,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV4bodyQrvg7SwiftUI4TextVyXEfU29_","regions":[[500,22,502,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF","regions":[[523,20,667,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[524,40,657,10,0,0,0,0],[526,16,526,32,0,0,0,0],[526,33,564,14,0,0,0,0],[564,14,657,10,0,0,0,0],[569,16,569,32,0,0,0,0],[569,103,575,14,0,0,0,0],[571,49,571,52,0,0,0,0],[571,55,571,59,0,0,0,0],[575,14,657,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_yycfU_","regions":[[536,34,536,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_ys6UInt16VSgcfU0_","regions":[[537,36,539,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_ySSSgcfU1_","regions":[[540,34,549,22,0,0,0,0],[542,47,546,26,0,0,0,0],[546,32,548,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_","regions":[[578,49,652,14,0,0,0,0],[615,20,615,37,0,0,0,0],[615,38,647,18,0,0,0,0],[647,24,649,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_SbyKXEfu_","regions":[[600,71,600,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_SbyKXEfu_SbyKXEfu0_","regions":[[600,99,600,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yAVcfU_","regions":[[610,72,612,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yA81_A59_VcfU0_","regions":[[620,44,636,34,0,0,0,0],[621,40,621,59,0,0,0,0],[621,94,626,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI05TupleH0VyAZ0H0PAZE5frame03minZ005idealZ003maxZ09minHeight11idealHeight9maxHeight9alignmentQrAW_A5wZ9AlignmentVtFQOyA2_AZEA3_A4_A5_A6_A7_A8_A9_A10_QrAW_A5WA12_tFQOyA2_AZEA3_5width6heightA10_QrAW_AWA12_tFQOyAA19InspectorMaskedHostVyAZ03AnyH0VG_Qo__Qo__Qo_Sg_A2_AZE7paddingyQrAZ4EdgeO3SetV_AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyAZ06_ShapeH0VyAZ9RectangleVAZ5ColorVG_Qo__Qo__Qo_SgA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyA2_AZEA24_yQrA28__AWtFQOyAZ6HStackVyA0_yAZ012_ConditionalK0VyA2_AZE19highPriorityGesture_9includingQrqd___AZ11GestureMaskVtAZ7GestureRd__lFQOyA2_AZE12contentShape_6eoFillQrqd___SbtAZ5ShapeRd__lFQOyA2_AZE9animation_5valueQrAZ9AnimationVSg_qd__tSQRd__lFQOyA2_AZE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAZ010PreferenceA0Rd__SQA60_RQlFQOyA2_AZEA3_A13_A14_A10_QrAW_AWA12_tFQOyA2_AZE17environmentObjectyQrqd__7Combine16ObservableObjectRd__lFQOyAA0gfH0V_AA0f13VisualizationH5ModelCQo__Qo__AA03Esca19LeftInsetPreferenceA0VQo__AWQo__A32_Qo__AZ13_EndedGestureVyAZ15_ChangedGestureVyAZ11DragGestureVGGQo_A74_G_AZ6SpacerVtGG_Qo__Qo__Qo__Qo_tGyXEfU_A88_yXEfU2_yA81_A59_VcfU1_","regions":[[637,42,645,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV18overlayMainContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount16inspectorVisible0V6Reveal0V10PanelWidth0v5TotalZ00V10LeadingGap0V12DebugEnabled05fixedfZ005fixedF6Height19headerBottomSpacing15keyboardPadding23keyboardTrailingPadding05allowF4Drag0V7SectionQr12CoreGraphics7CGFloatV_SbA4VSbAVSgAw3VSbAA16InspectorSectionOtF7SwiftUI0H0PAZE10preference3key5valueQrqd__m_5ValueQyd__tAZ010PreferenceA0Rd__lFQOyAZ5ColorV_AA0g9Availablez10PreferenceA0VQo_AZ13GeometryProxyVcfU0_","regions":[[659,28,665,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[670,41,689,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[671,14,688,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[673,33,687,14,0,0,0,0],[684,20,684,35,0,0,0,0],[684,70,686,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_SayAA0J4RuleVGyKXEfu_","regions":[[678,85,678,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20loadCustomRulesState33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU_SbyKXEfu0_","regions":[[682,52,682,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[692,77,722,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[693,14,721,10,0,0,0,0],[698,16,715,14,0,0,0,0],[699,20,699,51,0,0,0,0],[699,52,702,18,0,0,0,0],[701,116,702,18,0,0,0,0],[702,24,705,18,0,0,0,0],[704,80,705,18,0,0,0,0],[705,18,715,14,0,0,0,0],[708,67,715,14,0,0,0,0],[712,51,714,18,0,0,0,0],[715,21,720,14,0,0,0,0],[720,14,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[696,47,696,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06deleteC4Rule33_15B140BD84C145F6533A80BBA93D3EC8LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_yyYbScMYcXEfU0_","regions":[[717,37,719,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19resetAllCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[725,40,751,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV19resetAllCustomRules33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[726,14,750,10,0,0,0,0],[727,73,727,83,0,0,0,0],[727,83,750,10,0,0,0,0],[734,43,736,14,0,0,0,0],[736,14,750,10,0,0,0,0],[739,16,743,14,0,0,0,0],[740,67,743,14,0,0,0,0],[743,21,745,14,0,0,0,0],[745,14,750,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[754,41,769,6,0,0,0,0],[755,59,755,69,0,0,0,0],[755,69,769,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_","regions":[[757,14,768,10,0,0,0,0],[762,13,767,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[760,66,760,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20checkLauncherWelcome33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[763,37,766,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyF","regions":[[772,46,789,6,0,0,0,0],[773,55,773,65,0,0,0,0],[773,65,789,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFAA0J10GridConfigVyYbcfU_","regions":[[777,22,777,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFAA0J10GridConfigVyYbcfU_AGyKXEfu_","regions":[[777,59,777,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyAA0J10GridConfigVYbcfU0_","regions":[[778,22,778,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyAA0J10GridConfigV_AA0jK6DialogV0K6ActionOtcfU1_","regions":[[780,25,782,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV25showLauncherWelcomeWindow33_15B140BD84C145F6533A80BBA93D3EC8LLyyFyycfU2_","regions":[[783,24,787,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVF","regions":[[792,83,812,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_","regions":[[798,14,809,10,0,0,0,0],[800,114,808,14,0,0,0,0],[804,113,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[800,66,800,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV29handleLauncherWelcomeComplete33_15B140BD84C145F6533A80BBA93D3EC8LLyyAA0J10GridConfigVFyyYacfU_SbAA14RuleCollectionVXEfU0_","regions":[[804,65,804,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV6isDarkSbvg","regions":[[818,22,818,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV16overlayPanelFill7SwiftUI5ColorVvg","regions":[[819,33,821,6,0,0,0,0],[820,31,820,35,0,0,0,0],[820,38,820,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15glassBackground12cornerRadius10fadeAmount9isHovered0O8DraggingQr12CoreGraphics7CGFloatV_AKS2btF","regions":[[829,20,882,6,0,0,0,0],[831,47,831,51,0,0,0,0],[831,54,831,55,0,0,0,0],[833,15,833,72,0,0,0,0],[834,15,834,72,0,0,0,0],[836,59,836,63,0,0,0,0],[836,66,836,70,0,0,0,0],[845,41,845,52,0,0,0,0],[845,55,845,66,0,0,0,0],[849,12,849,30,0,0,0,0],[849,31,861,10,0,0,0,0],[851,45,851,48,0,0,0,0],[851,51,851,55,0,0,0,0],[853,67,853,71,0,0,0,0],[853,74,853,78,0,0,0,0],[859,43,859,46,0,0,0,0],[859,49,859,73,0,0,0,0],[860,43,860,46,0,0,0,0],[860,49,860,73,0,0,0,0],[861,16,881,10,0,0,0,0],[870,58,870,61,0,0,0,0],[870,64,870,67,0,0,0,0],[878,43,878,46,0,0,0,0],[878,49,878,72,0,0,0,0],[879,43,879,46,0,0,0,0],[879,49,879,73,0,0,0,0],[880,43,880,46,0,0,0,0],[880,49,880,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV15glassBackground12cornerRadius10fadeAmount9isHovered0O8DraggingQr12CoreGraphics7CGFloatV_AKS2btFAKyXEfU_","regions":[[839,43,844,10,0,0,0,0],[840,16,840,26,0,0,0,0],[840,27,842,14,0,0,0,0],[841,33,841,37,0,0,0,0],[841,40,841,43,0,0,0,0],[842,14,843,58,0,0,0,0],[843,32,843,54,0,0,0,0],[843,42,843,46,0,0,0,0],[843,49,843,53,0,0,0,0],[843,57,843,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV06updateG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL8hovering10isDragging09allowDragJ00T10OverButtonySb_S3btF","regions":[[889,7,908,6,0,0,0,0],[890,12,890,22,0,0,0,0],[890,23,893,10,0,0,0,0],[893,10,908,6,0,0,0,0],[895,12,895,24,0,0,0,0],[895,25,898,10,0,0,0,0],[898,10,908,6,0,0,0,0],[899,36,902,10,0,0,0,0],[902,10,908,6,0,0,0,0],[903,12,903,20,0,0,0,0],[903,21,905,10,0,0,0,0],[905,16,907,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV07refreshG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL09allowDragJ0ySb_tF","regions":[[910,62,917,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV07refreshG6Cursor33_15B140BD84C145F6533A80BBA93D3EC8LL09allowDragJ0ySb_tFSbyKXEfu_","regions":[[913,47,913,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctF","regions":[[928,18,975,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA0J7SectionOcfU_","regions":[[932,34,932,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyyYbScMYccACYbcfu_","regions":[[943,40,943,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[943,40,943,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA0C6KeymapV_AA0cA8OverrideVtcfU0_","regions":[[949,34,952,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA10CustomRuleVcfU1_","regions":[[953,37,959,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyAA10CustomRuleVcfU1_yyYacfU_","regions":[[955,26,958,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU2_","regions":[[960,34,962,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU3_","regions":[[963,37,970,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV20makeInspectorContent33_15B140BD84C145F6533A80BBA93D3EC8LL10fadeAmount19inspectorTotalWidth0V6Reveal0V10LeadingGap20healthIndicatorState11onHealthTap02onA8Selected11onRuleHover7SwiftUI03AnyH0V12CoreGraphics7CGFloatV_A3sA20HealthIndicatorStateOyycys6UInt16VSgcySSSgctFyycfU3_yyYbScMYccfU_","regions":[[967,75,969,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04moveF6Window33_15B140BD84C145F6533A80BBA93D3EC8LL6deltaX0S1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[977,71,983,6,0,0,0,0],[978,53,978,63,0,0,0,0],[978,63,983,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyF","regions":[[985,51,989,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyFSbAGXEfU_","regions":[[986,44,988,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/LiveKeyboardOverlayView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LiveKeyboardOverlayViewV04findG6Window33_15B140BD84C145F6533A80BBA93D3EC8LLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[987,51,987,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC11pressedKeysShySSGvpfi","regions":[[27,49,27,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC12currentLayerSSvpfi","regions":[[30,45,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC11isConnectedSbvpfi","regions":[[33,42,33,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC06handleA5InputyyAA0eA5EventVF","regions":[[41,48,54,6,0,0,0,0],[45,16,45,28,0,0,0,0],[46,9,47,42,0,0,0,0],[48,9,49,42,0,0,0,0],[50,9,52,42,0,0,0,0],[53,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17handleLayerChangeyySSF","regions":[[57,45,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC16handleDisconnectyyF","regions":[[64,29,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC5resetyyF","regions":[[71,18,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC02isA7PressedySbSSF","regions":[[81,52,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17hasActiveModifierSbvg","regions":[[86,33,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC17hasActiveModifierSbvgSbSSXEfU_","regions":[[88,37,88,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC15activeModifiersShySSGvg","regions":[[92,38,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC15activeModifiersShySSGvgSbSSXEfU_","regions":[[94,35,94,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LiveKeyboardState.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17LiveKeyboardStateC7preview11pressedKeys5layerACShySSG_SStFZ","regions":[[102,101,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE5debug_8categoryySS_SSSgtF","regions":[[66,60,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE4info_8categoryySS_SSSgtF","regions":[[78,59,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE7warning_8categoryySS_SSSgtF","regions":[[90,62,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE5error_8categoryySS_SSSgtF","regions":[[102,60,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE8critical_8categoryySS_SSSgtF","regions":[[114,63,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7LoggingPAAE3logyySSF","regions":[[124,33,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO4nameSSvg","regions":[[138,22,146,6,0,0,0,0],[139,16,139,20,0,0,0,0],[140,9,140,29,0,0,0,0],[141,9,141,27,0,0,0,0],[142,9,142,33,0,0,0,0],[143,9,143,29,0,0,0,0],[144,9,144,35,0,0,0,0],[145,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO6prefixSSvg","regions":[[149,24,157,6,0,0,0,0],[150,16,150,20,0,0,0,0],[151,9,151,28,0,0,0,0],[152,9,152,29,0,0,0,0],[153,9,153,32,0,0,0,0],[154,9,154,27,0,0,0,0],[155,9,155,31,0,0,0,0],[156,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8LogLevelO06shouldE007minimumF0SbAC_tF","regions":[[160,52,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LogDestinationO10identifierSSvg","regions":[[216,28,223,6,0,0,0,0],[217,16,217,20,0,0,0,0],[218,9,218,45,0,0,0,0],[219,9,219,33,0,0,0,0],[220,9,220,34,0,0,0,0],[221,9,221,49,0,0,0,0],[222,10,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/Logging.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ComponentLoggingPAAE06logForE0_5levelySS_AA8LogLevelOtF","regions":[[241,62,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV5label3for16includeExtraKeysSSSgs6UInt16V_SbtF","regions":[[12,72,20,6,0,0,0,0],[13,44,15,10,0,0,0,0],[15,10,19,19,0,0,0,0],[16,12,16,28,0,0,0,0],[16,29,18,10,0,0,0,0],[18,10,19,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12displayLabel3for16includeExtraKeysSSAA08PhysicalA0V_SbtF","regions":[[22,79,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12displayLabel3for16includeExtraKeysSSAA08PhysicalA0V_SbtFSSyKXEfu_","regions":[[23,72,23,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV4find2idACSgSS_tFZ","regions":[[60,52,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV4find2idACSgSS_tFZSbACXEfU_","regions":[[61,19,61,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV7keyCode14forQwertyLabels6UInt16VSgSS_tFZ","regions":[[194,66,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV013qwertyLabelToA4Code33_9F0C8B76BC79023140CC3D28FE7DD47ALLSDySSs6UInt16VGvpZfiAHyXEfU_","regions":[[199,65,223,6,0,0,0,0],[205,67,207,10,0,0,0,0],[207,10,222,19,0,0,0,0],[213,61,215,10,0,0,0,0],[215,10,222,19,0,0,0,0],[216,63,218,10,0,0,0,0],[218,10,222,19,0,0,0,0],[219,67,221,10,0,0,0,0],[221,10,222,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LogicalKeymapV12buildCoreMap33_9F0C8B76BC79023140CC3D28FE7DD47ALL3top4home6bottomSDys6UInt16VSSGSaySSG_A2LtFZ","regions":[[229,27,241,6,0,0,0,0],[231,55,233,10,0,0,0,0],[233,10,240,19,0,0,0,0],[234,57,236,10,0,0,0,0],[236,10,240,19,0,0,0,0],[237,61,239,10,0,0,0,0],[239,10,240,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for5storeSbSS_SStFZ","regions":[[258,81,261,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for5storeSbSS_SStFZSbyKXEfu_","regions":[[260,33,260,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for12userDefaultsSbSS_So06NSUserK0CtFZ","regions":[[263,106,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO18includePunctuation3for12userDefaultsSbSS_So06NSUserK0CtFZSSyKXEfu_","regions":[[266,79,266,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO30updatedIncludePunctuationStore4from8keymapId07includeI0S2S_SSSbtFZ","regions":[[274,17,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO16decodeIncludeMap33_9F0C8B76BC79023140CC3D28FE7DD47ALL4fromSDySSSbGSS_tFZ","regions":[[280,80,289,6,0,0,0,0],[285,14,287,10,0,0,0,0],[287,10,288,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/LogicalKeymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapPreferencesO16encodeIncludeMap33_9F0C8B76BC79023140CC3D28FE7DD47ALLySSSDySSSbGFZ","regions":[[291,75,300,6,0,0,0,0],[296,14,298,10,0,0,0,0],[298,10,299,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC7_issues33_C643E113F393112067458A3BC6AE6975LL7Combine9PublishedVySay0aB10WizardCore0Q5IssueVGGvpfi","regions":[[25,44,25,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC010ValidationF0O9isSuccessSbvg","regions":[[35,29,38,10,0,0,0,0],[36,37,36,52,0,0,0,0],[36,52,37,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC010ValidationF0O17hasCriticalIssuesSbvg","regions":[[40,37,43,10,0,0,0,0],[41,77,41,92,0,0,0,0],[41,92,42,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC23hasRunInitialValidation33_C643E113F393112067458A3BC6AE6975LLSbvpfi","regions":[[50,43,50,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12isConfiguredSbvg","regions":[[54,28,54,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC18validationCooldown33_C643E113F393112067458A3BC6AE6975LLSdvpfi","regions":[[59,52,59,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12cancellables33_C643E113F393112067458A3BC6AE6975LLShy7Combine14AnyCancellableCGvpfi","regions":[[64,32,64,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerCACycfc","regions":[[70,12,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC9configure4withyAA18RuntimeCoordinatorC_tF","regions":[[79,60,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[102,46,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyFy10Foundation12NotificationVcfU_","regions":[[105,19,122,14,0,0,0,0],[106,37,106,47,0,0,0,0],[106,47,122,14,0,0,0,0],[109,68,121,18,0,0,0,0],[113,24,113,51,0,0,0,0],[113,52,120,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC25subscribeToErrorDetection33_C643E113F393112067458A3BC6AE6975LLyyFy10Foundation12NotificationVcfU_yyYacfU_","regions":[[117,30,119,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13logCrashEvent33_C643E113F393112067458A3BC6AE6975LLyyAA11KanataErrorVF","regions":[[130,54,174,6,0,0,0,0],[136,12,138,10,0,0,0,0],[137,104,138,10,0,0,0,0],[138,17,140,10,0,0,0,0],[140,10,174,6,0,0,0,0],[156,48,169,10,0,0,0,0],[157,16,166,14,0,0,0,0],[158,20,158,77,0,0,0,0],[158,78,163,18,0,0,0,0],[159,76,163,18,0,0,0,0],[160,43,163,18,0,0,0,0],[161,55,163,18,0,0,0,0],[162,39,163,18,0,0,0,0],[163,24,165,18,0,0,0,0],[164,53,165,18,0,0,0,0],[165,18,166,14,0,0,0,0],[166,21,168,14,0,0,0,0],[168,14,169,10,0,0,0,0],[169,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13logCrashEvent33_C643E113F393112067458A3BC6AE6975LLyyAA11KanataErrorVFSSyKXEfu_","regions":[[149,37,149,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21checkTCPConfiguration33_C643E113F393112067458A3BC6AE6975LLSbyYaF","regions":[[184,56,225,6,0,0,0,0],[193,32,197,10,0,0,0,0],[197,10,224,20,0,0,0,0],[200,12,216,10,0,0,0,0],[201,82,216,10,0,0,0,0],[204,14,216,10,0,0,0,0],[206,18,209,14,0,0,0,0],[209,14,216,10,0,0,0,0],[211,35,215,14,0,0,0,0],[215,14,216,10,0,0,0,0],[216,17,220,10,0,0,0,0],[220,10,224,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[231,45,257,6,0,0,0,0],[232,38,232,48,0,0,0,0],[232,48,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_","regions":[[236,19,253,14,0,0,0,0],[237,37,237,47,0,0,0,0],[237,47,253,14,0,0,0,0],[240,61,240,69,0,0,0,0],[240,75,240,84,0,0,0,0],[244,20,244,43,0,0,0,0],[244,44,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_SSSbXEfU_","regions":[[247,97,247,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_SSyKXEfu_","regions":[[247,115,247,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24subscribeToServiceHealth33_C643E113F393112067458A3BC6AE6975LLyyFyAA06KanataJ0C0jF0OcfU_yyYacfU0_","regions":[[249,26,251,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC20startPeriodicRefresh33_C643E113F393112067458A3BC6AE6975LLyyF","regions":[[261,41,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC20startPeriodicRefresh33_C643E113F393112067458A3BC6AE6975LLyyFyyYacfU_","regions":[[262,36,275,10,0,0,0,0],[263,19,263,36,0,0,0,0],[263,37,274,14,0,0,0,0],[265,56,265,65,0,0,0,0],[265,65,274,14,0,0,0,0],[270,17,273,18,0,0,0,0],[274,14,275,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC24performInitialValidationyyYaF","regions":[[285,43,376,6,0,0,0,0],[286,41,289,10,0,0,0,0],[289,10,376,6,0,0,0,0],[294,9,300,10,0,0,0,0],[300,10,376,6,0,0,0,0],[304,12,304,22,0,0,0,0],[304,23,366,10,0,0,0,0],[336,16,336,53,0,0,0,0],[336,54,345,14,0,0,0,0],[347,16,347,36,0,0,0,0],[347,37,353,14,0,0,0,0],[353,20,357,14,0,0,0,0],[366,16,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17refreshValidation5forceySb_tYaF","regions":[[380,55,388,6,0,0,0,0],[382,12,382,17,0,0,0,0],[382,18,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC28invalidateValidationCooldownyyF","regions":[[392,41,395,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC10revalidateyyYaF","regions":[[398,29,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF","regions":[[406,44,647,6,0,0,0,0],[407,34,420,10,0,0,0,0],[420,10,647,6,0,0,0,0],[431,15,431,50,0,0,0,0],[431,80,437,10,0,0,0,0],[437,10,647,6,0,0,0,0],[439,12,439,47,0,0,0,0],[439,48,454,10,0,0,0,0],[454,10,647,6,0,0,0,0],[466,12,480,10,0,0,0,0],[479,14,480,10,0,0,0,0],[480,17,493,10,0,0,0,0],[493,10,647,6,0,0,0,0],[570,59,573,10,0,0,0,0],[573,10,647,6,0,0,0,0],[576,16,576,29,0,0,0,0],[577,9,610,14,0,0,0,0],[582,16,582,38,0,0,0,0],[582,54,589,14,0,0,0,0],[589,20,610,14,0,0,0,0],[591,20,591,43,0,0,0,0],[591,44,593,18,0,0,0,0],[594,20,594,34,0,0,0,0],[594,35,596,18,0,0,0,0],[599,76,599,77,0,0,0,0],[599,80,599,81,0,0,0,0],[604,67,606,18,0,0,0,0],[606,18,610,14,0,0,0,0],[607,20,607,34,0,0,0,0],[607,35,609,18,0,0,0,0],[612,9,618,93,0,0,0,0],[620,9,633,14,0,0,0,0],[622,16,622,38,0,0,0,0],[622,39,627,14,0,0,0,0],[627,20,633,14,0,0,0,0],[635,9,645,14,0,0,0,0],[642,41,645,14,0,0,0,0],[646,10,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_","regions":[[467,81,479,14,0,0,0,0],[473,57,478,29,0,0,0,0],[473,63,475,18,0,0,0,0],[475,18,478,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_AHyYacfU_","regions":[[468,31,468,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaF0aB10WizardCore14SystemSnapshotVScgyAHs5Error_pGzYaKXEfU_AHyYaKcfU0_","regions":[[469,31,472,18,0,0,0,0],[470,70,471,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaFSb0aB10WizardCore0P5IssueVXEfU0_","regions":[[558,44,565,10,0,0,0,0],[559,20,559,34,0,0,0,0],[560,13,561,22,0,0,0,0],[562,13,563,72,0,0,0,0],[564,14,565,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17performValidation33_C643E113F393112067458A3BC6AE6975LLyyYaFSb0aB10WizardCore0P5IssueVXEfU0_SbyKXEfu_","regions":[[563,48,563,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13statusTooltipSSvg","regions":[[652,31,670,6,0,0,0,0],[653,48,655,10,0,0,0,0],[655,10,670,6,0,0,0,0],[656,16,656,21,0,0,0,0],[657,9,658,47,0,0,0,0],[659,9,660,57,0,0,0,0],[661,9,668,14,0,0,0,0],[662,16,662,34,0,0,0,0],[662,35,664,14,0,0,0,0],[664,23,664,40,0,0,0,0],[664,41,666,14,0,0,0,0],[666,20,668,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC13statusMessageSSvg","regions":[[673,31,685,6,0,0,0,0],[674,48,676,10,0,0,0,0],[676,10,685,6,0,0,0,0],[677,16,677,21,0,0,0,0],[678,9,679,33,0,0,0,0],[680,9,681,27,0,0,0,0],[682,9,683,67,0,0,0,0],[683,40,683,54,0,0,0,0],[683,57,683,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17hasBlockingIssuesSbvg","regions":[[688,33,690,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC17hasBlockingIssuesSbvgSbyKXEfu_","regions":[[689,47,689,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvg","regions":[[693,39,705,6,0,0,0,0],[696,44,698,10,0,0,0,0],[698,10,705,6,0,0,0,0],[700,12,700,37,0,0,0,0],[700,38,702,10,0,0,0,0],[702,16,704,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvgSb0aB10WizardCore0K5IssueVXEfU_","regions":[[694,44,694,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC21criticalIssuesSummarySSvgSb0aB10WizardCore0K5IssueVXEfU_SbyKXEfu_","regions":[[694,74,694,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/MainAppStateController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04MainC15StateControllerC12isValidatingSbvg","regions":[[708,28,711,6,0,0,0,0],[709,45,709,60,0,0,0,0],[709,60,710,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC9viewModelAcA010KanataViewI0C_tcfc","regions":[[11,38,85,6,0,0,0,0],[50,12,50,51,0,0,0,0],[50,52,52,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC4show5focusySb_tF","regions":[[92,37,114,6,0,0,0,0],[93,31,93,41,0,0,0,0],[93,41,114,6,0,0,0,0],[96,12,96,94,0,0,0,0],[96,95,99,10,0,0,0,0],[102,12,102,33,0,0,0,0],[102,34,105,10,0,0,0,0],[108,12,108,29,0,0,0,0],[108,30,111,10,0,0,0,0],[111,16,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC4show5focusySb_tFSbSo8NSScreenCXEfU_","regions":[[96,42,96,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC05closeF0yyF","regions":[[116,24,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC18primeForActivationyyF","regions":[[125,31,132,6,0,0,0,0],[126,31,126,41,0,0,0,0],[126,41,132,6,0,0,0,0],[127,12,127,29,0,0,0,0],[127,30,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC02isF7VisibleSbvg","regions":[[134,31,138,6,0,0,0,0],[135,31,135,47,0,0,0,0],[135,47,137,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC02isF7VisibleSbvgSbyKXEfu_","regions":[[137,38,137,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC33handlePreferredHeightNotification33_6DF42788BFCECB9653C07A6503C36F16LLyy10Foundation0K0VF","regions":[[140,88,155,6,0,0,0,0],[143,14,143,24,0,0,0,0],[143,24,155,6,0,0,0,0],[145,97,145,103,0,0,0,0],[145,106,145,127,0,0,0,0],[147,59,147,69,0,0,0,0],[147,69,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC06effectG033_6DF42788BFCECB9653C07A6503C36F16LLSo014NSVisualEffectG0Cvpfi","regions":[[163,30,163,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC7hostingACyxG7SwiftUI09NSHostingH0CyxG_tcfc","regions":[[165,49,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28GlassContainerViewControllerC04loadG0yyF","regions":[[173,30,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC17windowShouldCloseySbSo8NSWindowCF","regions":[[205,49,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC015windowDidBecomeA0yy10Foundation12NotificationVF","regions":[[210,46,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC015windowDidResignA0yy10Foundation12NotificationVF","regions":[[214,46,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC16windowWillResize_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[218,71,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/MainWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MainWindowControllerC15windowDidResizeyy10Foundation12NotificationVF","regions":[[225,56,240,6,0,0,0,0],[228,14,228,24,0,0,0,0],[228,24,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV4name16bundleIdentifier4iconACSS_SSSgSo7NSImageCtcfC","regions":[[12,73,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV12kanataOutputSSvg","regions":[[19,37,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C10LaunchInfoV12kanataOutputSSvgSSyKXEfu_","regions":[[21,41,21,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C13ConditionInfoV2idSSvg","regions":[[34,27,34,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C13ConditionInfoV16bundleIdentifier11displayName4iconACSS_SSSo7NSImageCtcfC","regions":[[36,79,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV2id4name8sfSymbol13kanataKeycode13simulatorNameACSS_S3SSgAItcfC","regions":[[59,121,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV12kanataOutputSSvg","regions":[[68,37,73,6,0,0,0,0],[69,40,71,10,0,0,0,0],[71,10,72,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV07isMediaA0Sbvg","regions":[[76,33,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZ","regions":[[104,75,122,6,0,0,0,0],[106,70,108,10,0,0,0,0],[108,10,121,19,0,0,0,0],[110,72,112,10,0,0,0,0],[112,10,121,19,0,0,0,0],[114,81,116,10,0,0,0,0],[116,10,121,19,0,0,0,0],[118,81,120,10,0,0,0,0],[120,10,121,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU_","regions":[[106,49,106,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU0_","regions":[[110,49,110,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU1_","regions":[[114,49,114,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/Mapper/MapperActionTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SystemActionInfoV4find8byOutputACSgSS_tFZSbACXEfU2_","regions":[[118,49,118,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[17,36,17,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[18,36,18,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV8baseSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[20,37,20,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[21,41,21,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvg","regions":[[23,25,52,6,0,0,0,0],[34,34,34,38,0,0,0,0],[34,41,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvg7SwiftUI19_ConditionalContentVyAC14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvpQOy_Qo_AC010configurednO0AILLQrvpQOy_Qo_GyXEfU_","regions":[[24,16,32,10,0,0,0,0],[25,16,25,29,0,0,0,0],[25,44,28,14,0,0,0,0],[28,20,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgySbcfU0_","regions":[[36,18,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[37,55,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_","regions":[[41,23,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[42,73,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[45,67,49,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[46,77,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[56,43,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14emptyStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVG_AjFE15foregroundStyleyQrqd__AF0Z5StyleRd__lFQOyAF012StrokeBorderzJ0VyArF15ForegroundStyleVAF05EmptyJ0VG_ATQo_Qo__AjFEAVyQrqd__AfWRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__ATQo_tGyXEfU_","regions":[[57,16,73,10,0,0,0,0],[66,54,66,78,0,0,0,0],[66,81,66,105,0,0,0,0],[72,46,72,70,0,0,0,0],[72,73,72,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[78,48,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_","regions":[[79,16,130,10,0,0,0,0],[83,78,83,79,0,0,0,0],[83,82,83,83,0,0,0,0],[83,100,83,101,0,0,0,0],[83,104,83,105,0,0,0,0],[86,71,86,72,0,0,0,0],[86,75,86,76,0,0,0,0],[90,16,90,27,0,0,0,0],[90,28,95,14,0,0,0,0],[95,83,105,14,0,0,0,0],[105,20,109,14,0,0,0,0],[112,16,112,28,0,0,0,0],[112,43,129,14,0,0,0,0],[129,14,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A15_yXEfU_","regions":[[97,36,104,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_","regions":[[113,24,128,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_A48_yXEfU_","regions":[[114,28,126,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV19configuredStateView33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE6shadow5color6radius1x1yQrAF5ColorV_12CoreGraphics7CGFloatVA2XtFQOyAF06_ShapeJ0VyAF16RoundedRectangleVAUG_Qo__AF011StrokeShapeJ0VyA0_AuF05EmptyJ0VGQo__AF19_ConditionalContentVyA10_yAF4TextVAF6VStackVyAHyA12__A12_tGGGA12_GA14_yAHyAF6HStackVyAHyAF6SpacerV_AF15ModifiedContentVyAjFE7paddingyQrAXFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AUQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A22_tGGSgtGyXEfU_A50_yXEfU0_A48_yXEfU_A39_yXEfU_","regions":[[116,49,122,26,0,0,0,0],[120,49,120,73,0,0,0,0],[120,76,120,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[135,40,138,6,0,0,0,0],[137,34,137,37,0,0,0,0],[137,40,137,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[140,40,148,6,0,0,0,0],[141,12,141,23,0,0,0,0],[141,24,143,10,0,0,0,0],[143,19,143,28,0,0,0,0],[143,29,145,10,0,0,0,0],[145,16,147,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[150,36,158,6,0,0,0,0],[151,12,151,23,0,0,0,0],[151,24,153,10,0,0,0,0],[153,19,153,28,0,0,0,0],[153,29,155,10,0,0,0,0],[155,16,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18BehaviorSlotKeycapV14slotIdentifier33_F022A48C6130A59DB6D9A5D6214DFE6DLLSSvg","regions":[[160,40,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV8maxWidth12CoreGraphics7CGFloatVvpfi","regions":[[176,29,176,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[182,36,182,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[183,36,183,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV10baseHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[186,39,186,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV9baseWidth33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[187,38,187,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV19maxHeightMultiplier33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[188,48,188,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV17horizontalPadding33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[189,46,189,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15verticalPadding33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[190,44,190,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12baseFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[191,41,191,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV14outputFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[192,43,192,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11minFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[193,40,193,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[194,41,194,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV9maxHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[197,36,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11keycapWidth33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[202,38,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15dynamicFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[207,42,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV21dynamicOutputFontSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[212,48,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV18dynamicFontSizeFor33_F022A48C6130A59DB6D9A5D6214DFE6DLLy12CoreGraphics7CGFloatVAHF","regions":[[217,69,241,6,0,0,0,0],[218,41,218,60,0,0,0,0],[218,60,240,45,0,0,0,0],[231,12,231,37,0,0,0,0],[231,38,233,10,0,0,0,0],[233,10,240,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[245,39,267,6,0,0,0,0],[247,12,247,74,0,0,0,0],[247,75,249,10,0,0,0,0],[249,10,266,62,0,0,0,0],[252,12,252,28,0,0,0,0],[252,29,254,10,0,0,0,0],[254,10,266,62,0,0,0,0],[256,41,256,62,0,0,0,0],[256,62,266,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvgSbyKXEfu_","regions":[[247,30,247,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12keycapHeight33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvgSbyKXEfu0_","regions":[[247,57,247,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg","regions":[[269,25,371,6,0,0,0,0],[348,63,348,66,0,0,0,0],[348,69,348,80,0,0,0,0],[348,130,348,133,0,0,0,0],[348,136,348,148,0,0,0,0],[349,34,349,38,0,0,0,0],[349,41,349,44,0,0,0,0],[369,43,369,63,0,0,0,0],[369,66,369,71,0,0,0,0],[370,54,370,60,0,0,0,0],[370,63,370,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_","regions":[[270,16,347,10,0,0,0,0],[277,71,277,72,0,0,0,0],[277,75,277,76,0,0,0,0],[282,34,298,14,0,0,0,0],[298,59,303,14,0,0,0,0],[303,48,319,14,0,0,0,0],[319,23,319,49,0,0,0,0],[319,50,328,14,0,0,0,0],[328,83,338,14,0,0,0,0],[338,20,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A35_yXEfU_","regions":[[284,36,295,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A35_yXEfU0_","regions":[[305,36,316,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A50_yXEfU1_","regions":[[321,36,326,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeG0VyAE16RoundedRectangleVATG_Qo__AE06StrokevG0VyA_AtE05EmptyG0VGQo__AE19_ConditionalContentVyA9_yA9_yAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEEA10_yQrA14__A15_tFQOyAE6VStackVyAGyAiEEAnopqRQrAT_A3WtFQOyAiEE5frame5width6heightAKQrA15__A15_AMtFQOyAiEE11aspectRatio_11contentModeQrA15__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo__AiEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo_AiEE15foregroundStyleyQrqd__AE0V5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyA26__Qo__ATQo_GA9_yA38_AiEEA39_yQrqd__AEA40_Rd__lFQOyAE6HStackVyAGyA45__A33_tGG_ATQo_GGA9_yA17_yAGyA33__A33_tGGAiEE18minimumScaleFactoryQrAWFQOyAiEE11lineSpacingyQrAWFQOyAiEE013multilineTextN0yQrAE04TextN0OFQOyA33__Qo__Qo__Qo_GGtGyXEfU_A55_yXEfU2_","regions":[[330,36,337,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgSbyKXEfu_","regions":[[348,42,348,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgSbyKXEfu0_","regions":[[348,109,348,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgySbcfU0_","regions":[[353,18,357,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgySbcfU0_yyXEfU_","regions":[[354,55,356,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_","regions":[[358,23,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyXEfU_","regions":[[359,73,361,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[362,67,366,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[363,77,365,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[375,40,378,6,0,0,0,0],[377,34,377,37,0,0,0,0],[377,40,377,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[380,40,388,6,0,0,0,0],[381,12,381,23,0,0,0,0],[381,24,383,10,0,0,0,0],[383,19,383,28,0,0,0,0],[383,29,385,10,0,0,0,0],[385,16,387,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[390,36,398,6,0,0,0,0],[391,12,391,23,0,0,0,0],[391,24,393,10,0,0,0,0],[393,19,393,28,0,0,0,0],[393,29,395,10,0,0,0,0],[395,16,397,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV11shadowColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[400,36,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12shadowRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[404,39,406,6,0,0,0,0],[405,21,405,22,0,0,0,0],[405,25,405,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapViewV12shadowOffset33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[408,39,410,6,0,0,0,0],[409,21,409,22,0,0,0,0],[409,25,409,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10_isHovered33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[423,36,423,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10_isPressed33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI5StateVySbGvpfi","regions":[[424,36,424,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV5scale33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[427,34,427,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV8baseSize33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[430,37,430,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12cornerRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvpfi","regions":[[431,41,431,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10layoutRole33_F022A48C6130A59DB6D9A5D6214DFE6DLLAA0g6LayoutI0Ovg","regions":[[434,46,479,6,0,0,0,0],[435,32,435,52,0,0,0,0],[435,52,478,25,0,0,0,0],[439,12,439,46,0,0,0,0],[439,47,441,10,0,0,0,0],[441,10,478,25,0,0,0,0],[444,12,444,25,0,0,0,0],[444,26,446,10,0,0,0,0],[446,10,478,25,0,0,0,0],[450,12,450,43,0,0,0,0],[450,44,452,10,0,0,0,0],[452,10,478,25,0,0,0,0],[455,12,455,25,0,0,0,0],[455,26,457,10,0,0,0,0],[457,10,478,25,0,0,0,0],[461,12,461,47,0,0,0,0],[461,48,463,10,0,0,0,0],[463,10,478,25,0,0,0,0],[467,12,467,43,0,0,0,0],[467,44,469,10,0,0,0,0],[469,10,478,25,0,0,0,0],[473,12,473,45,0,0,0,0],[473,46,475,10,0,0,0,0],[475,10,478,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV13labelMetadata33_F022A48C6130A59DB6D9A5D6214DFE6DLLAA05LabelI0Vvg","regions":[[481,46,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvg","regions":[[485,25,518,6,0,0,0,0],[500,34,500,38,0,0,0,0],[500,41,500,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeL0VyAE16RoundedRectangleVATG_Qo__AE06StrokewL0VyA_AtE05EmptyL0VGQo__AC10keyContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvpQOy_Qo_tGyXEfU_","regions":[[486,16,498,10,0,0,0,0],[493,71,493,72,0,0,0,0],[493,75,493,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgySbcfU0_","regions":[[502,18,506,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[503,55,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_","regions":[[507,23,517,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[508,73,510,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[511,67,515,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[512,77,514,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV10keyContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[523,39,538,6,0,0,0,0],[524,16,524,26,0,0,0,0],[525,9,526,31,0,0,0,0],[527,9,528,34,0,0,0,0],[529,9,530,26,0,0,0,0],[531,9,532,33,0,0,0,0],[533,9,534,25,0,0,0,0],[535,9,536,28,0,0,0,0],[537,10,538,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[543,47,560,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSSSgs6UInt16VXEfU_","regions":[[544,40,544,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV08functionA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo_Sg_AF6SpacerVAF4TextVtGyXEfU0_","regions":[[546,28,556,10,0,0,0,0],[547,38,551,14,0,0,0,0],[551,14,556,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV21narrowModifierContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[565,50,582,6,0,0,0,0],[566,12,566,38,0,0,0,0],[566,39,575,10,0,0,0,0],[575,16,581,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV21narrowModifierContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0W0PAFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGyXEfU_","regions":[[567,32,572,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[587,42,612,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_","regions":[[588,16,610,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_A10_yXEfU_","regions":[[590,20,595,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV03escA7Content33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF06_ShapeV0VyAF6CircleVAF5ColorVG_Qo__AF6SpacerVtGG_Qo__Qo__A9_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAUyAHyAF4TextV_A9_tGG_Qo__Qo_tGyXEfU_A16_yXEfU0_","regions":[[602,20,607,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[617,49,644,6,0,0,0,0],[623,12,623,42,0,0,0,0],[623,43,629,10,0,0,0,0],[629,16,643,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbSJXEfU_","regions":[[620,45,620,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbSJXEfU_SbyKXEfu_","regions":[[620,62,620,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbyKXEfu_","regions":[[621,50,621,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvgSbyKXEfu0_","regions":[[623,28,623,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF0W0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAF4TextV_AJtGG_Qo__Qo_tGyXEfU0_","regions":[[631,20,641,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV20bottomAlignedContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF6SpacerV_AF0W0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAHyAF4TextV_AJtGG_Qo__Qo_tGyXEfU0_AZyXEfU_","regions":[[633,24,638,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12arrowContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[649,41,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15centeredContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg","regions":[[659,44,678,6,0,0,0,0],[660,56,671,10,0,0,0,0],[671,16,677,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15centeredContent33_F022A48C6130A59DB6D9A5D6214DFE6DLLQrvg7SwiftUI9TupleViewVyAF4TextV_AJtGyXEfU_","regions":[[662,32,669,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15foregroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[682,40,685,6,0,0,0,0],[684,34,684,37,0,0,0,0],[684,40,684,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV15backgroundColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[687,40,695,6,0,0,0,0],[688,12,688,23,0,0,0,0],[688,24,690,10,0,0,0,0],[690,19,690,28,0,0,0,0],[690,29,692,10,0,0,0,0],[692,16,694,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV11borderColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[697,36,705,6,0,0,0,0],[698,12,698,23,0,0,0,0],[698,24,700,10,0,0,0,0],[700,19,700,28,0,0,0,0],[700,29,702,10,0,0,0,0],[702,16,704,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV11shadowColor33_F022A48C6130A59DB6D9A5D6214DFE6DLL7SwiftUI0I0Vvg","regions":[[707,36,709,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12shadowRadius33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[711,39,713,6,0,0,0,0],[712,21,712,22,0,0,0,0],[712,25,712,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperKeycapViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MapperInputKeycapV12shadowOffset33_F022A48C6130A59DB6D9A5D6214DFE6DLL12CoreGraphics7CGFloatVvg","regions":[[715,39,717,6,0,0,0,0],[716,21,716,22,0,0,0,0],[716,25,716,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV4bodyQrvg","regions":[[16,25,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg","regions":[[30,43,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_","regions":[[31,16,63,10,0,0,0,0],[45,44,50,14,0,0,0,0],[48,54,48,58,0,0,0,0],[48,61,48,71,0,0,0,0],[50,14,63,10,0,0,0,0],[61,48,61,65,0,0,0,0],[61,68,61,78,0,0,0,0],[62,37,62,53,0,0,0,0],[62,56,62,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_A5_yXEfU_","regions":[[33,32,40,14,0,0,0,0],[35,65,35,93,0,0,0,0],[35,96,35,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_yyScMYccfU0_","regions":[[55,20,57,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MapperToolbarV14toolbarContent33_1E735BD019519F9B574E52A181A8008FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF06_ShapeS0VyAF6CircleVAF5ColorVG_Qo__AF4TextVtGG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA4__Qo_SgA8_AlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAF08ModifiedH0VyAF6ButtonVyAF5ImageVGAA24GlassButtonStyleModifierAELLVG_A0_Qo__Qo_tGyXEfU_A23_yXEfU1_","regions":[[57,22,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19GlassEffectModifier33_1E735BD019519F9B574E52A181A8008FLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tF","regions":[[74,46,84,6,0,0,0,0],[75,12,75,21,0,0,0,0],[75,22,77,10,0,0,0,0],[77,16,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/MapperToolbar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24GlassButtonStyleModifier33_1E735BD019519F9B574E52A181A8008FLLV4body7contentQr7SwiftUI05_ViewH8_ContentVyADG_tF","regions":[[90,46,98,6,0,0,0,0],[91,12,91,30,0,0,0,0],[91,31,93,10,0,0,0,0],[93,45,95,10,0,0,0,0],[95,16,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV11_clickCount33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySiGvpfi","regions":[[12,37,12,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV16doubleClickDelay33_BABF1CEA80C80B3023A35ADA2C23761ELLSdvpfi","regions":[[14,50,14,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvg","regions":[[16,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyyScMYccfU_","regions":[[17,16,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvg7SwiftUI5ImageVyXEfU0_","regions":[[19,18,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_","regions":[[26,34,44,14,0,0,0,0],[29,20,29,35,0,0,0,0],[29,36,38,18,0,0,0,0],[38,27,38,42,0,0,0,0],[38,43,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_ySo7NSTimerCYbcfU_","regions":[[30,107,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ResetMappingButtonV4bodyQrvgyycfU1_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[31,30,36,26,0,0,0,0],[32,32,32,47,0,0,0,0],[32,48,34,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV10_isHovered33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[57,36,57,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV10_isPressed33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[58,36,58,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4size33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[60,33,60,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12cornerRadius33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[61,41,61,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV8fontSize33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[62,37,62,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvg","regions":[[64,25,110,6,0,0,0,0],[92,34,92,38,0,0,0,0],[92,41,92,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeL0VyAE16RoundedRectangleVATG_Qo__AE06StrokewL0VyA_AtE05EmptyL0VGQo__AE19_ConditionalContentVyA9_yAE4TextVAiEE15foregroundStyleyQrqd__AE0W5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__ATQo_GAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEE9lineLimityQrSiSgFQOyAiEE18minimumScaleFactoryQrAWFQOyA11__Qo__Qo__Qo_GtGyXEfU_","regions":[[65,16,90,10,0,0,0,0],[71,71,71,72,0,0,0,0],[71,75,71,76,0,0,0,0],[74,16,74,27,0,0,0,0],[74,28,78,14,0,0,0,0],[78,23,78,36,0,0,0,0],[78,37,82,14,0,0,0,0],[82,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgySbcfU0_","regions":[[94,18,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[95,55,97,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_","regions":[[99,23,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[100,73,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[103,67,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[104,77,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV15foregroundColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[112,40,115,6,0,0,0,0],[114,34,114,37,0,0,0,0],[114,40,114,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV15backgroundColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[117,40,125,6,0,0,0,0],[118,12,118,23,0,0,0,0],[118,24,120,10,0,0,0,0],[120,19,120,28,0,0,0,0],[120,29,122,10,0,0,0,0],[122,16,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV11borderColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[127,36,135,6,0,0,0,0],[128,12,128,23,0,0,0,0],[128,24,130,10,0,0,0,0],[130,19,130,28,0,0,0,0],[130,29,132,10,0,0,0,0],[132,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV11shadowColor33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI0I0Vvg","regions":[[137,36,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12shadowRadius33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvg","regions":[[141,39,143,6,0,0,0,0],[142,21,142,22,0,0,0,0],[142,25,142,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MiniActionKeycapV12shadowOffset33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvg","regions":[[145,39,147,6,0,0,0,0],[146,21,146,22,0,0,0,0],[146,25,146,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg","regions":[[156,25,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_","regions":[[157,29,360,10,0,0,0,0],[267,16,267,84,0,0,0,0],[267,85,290,14,0,0,0,0],[290,14,360,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_","regions":[[159,53,196,14,0,0,0,0],[191,20,191,49,0,0,0,0],[191,50,195,18,0,0,0,0],[195,18,196,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_","regions":[[160,37,188,18,0,0,0,0],[167,63,167,65,0,0,0,0],[167,68,167,109,0,0,0,0],[172,24,172,53,0,0,0,0],[172,54,185,22,0,0,0,0],[185,22,188,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_yycfU_","regions":[[169,32,169,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_yyScMYccfU0_","regions":[[173,32,177,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A51_yXEfU_A28_yXEfU_A16_yXEfU1_","regions":[[177,34,180,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_","regions":[[199,33,225,14,0,0,0,0],[206,64,206,66,0,0,0,0],[206,69,206,115,0,0,0,0],[211,20,211,54,0,0,0,0],[211,55,222,18,0,0,0,0],[222,18,225,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_yycfU_","regions":[[208,28,208,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_yyScMYccfU0_","regions":[[212,28,214,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A28_yXEfU0_A16_yXEfU1_","regions":[[214,30,217,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_","regions":[[228,80,264,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_","regions":[[229,37,263,18,0,0,0,0],[236,54,236,56,0,0,0,0],[236,59,236,91,0,0,0,0],[241,24,241,44,0,0,0,0],[241,45,250,22,0,0,0,0],[250,22,263,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yycfU_","regions":[[238,32,238,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yyScMYccfU0_","regions":[[242,32,244,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_A16_yXEfU1_","regions":[[244,34,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_yyScMYccfU2_","regions":[[253,28,255,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A63_Si_SSA56__SSA57_SbA58_ttcfU1_A62_yXEfU_A16_yXEfU3_","regions":[[255,30,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_","regions":[[268,37,289,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_yyScMYccfU_","regions":[[272,28,274,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_A72_yXEfU0_","regions":[[274,30,282,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A77_yXEfU2_A72_yXEfU0_A70_yXEfU_","regions":[[275,44,280,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_","regions":[[293,33,359,14,0,0,0,0],[299,20,299,48,0,0,0,0],[299,49,324,18,0,0,0,0],[324,24,335,18,0,0,0,0],[354,54,354,73,0,0,0,0],[354,76,354,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_","regions":[[301,61,323,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_","regions":[[302,44,322,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_A91_yXEfU_","regions":[[303,69,310,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A94_yXEfU_A93_yXEfU_A91_yXEfU0_","regions":[[311,69,318,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A96_yXEfU0_","regions":[[326,40,334,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_yyScMYccfU1_","regions":[[338,24,348,18,0,0,0,0],[340,24,340,52,0,0,0,0],[340,53,344,22,0,0,0,0],[344,28,347,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE6HStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__AA16MiniActionKeycapVAE08ModifiedG0VyAmEE4helpyQrAE015LocalizedStringA0VFQOyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGSgAE6SpacerVtGG_AmEE10transitionyQrqd__AE10TransitionRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAC04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvpQOy_Qo__Qo__AEA31_PAEE8combined4withQrqd___tAEA31_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgtGG_A29_AE7ForEachVySaySi6offset_SS5label_SS6actionSb11isRecordingt7elementtGSiAKyAGyAZ_A0_A21_SgA21_A27_tGGGAKyAGyAZ_A2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyAKyAGyAmEE4fontyQrAE4FontVSgFQOyA15__Qo__AYtGG_Qo_G_A19_Qo__Qo_A23_GA27_tGGSgAKyAGyAZ_AE012_ConditionalG0VyAIyAKyAGyAIyAGyAY_AmEEAnopQQrAU_AuWtFQOyAmEE14textFieldStyleyQrqd__AE0W10FieldStyleRd__lFQOyAE0W5FieldVyAYG_AE013RoundedBorderW10FieldStyleVQo__Qo_tGG_A92_AYtGGGAKyAGyA90__AYtGGGA2_yAmEEA3_yQrA5_FQOyAmEEA6_yQrqd__AEA7_Rd__lFQOyA9_yAmEEA10_yQrA13_FQOyA69__Qo_G_A19_Qo__Qo_A23_GA27_tGGtGyXEfU_A104_yXEfU3_A99_yXEfU2_","regions":[[348,26,352,18,0,0,0,0],[351,73,351,85,0,0,0,0],[351,88,351,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg","regions":[[369,47,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_","regions":[[370,50,409,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_","regions":[[371,76,408,14,0,0,0,0],[399,20,399,47,0,0,0,0],[399,87,407,18,0,0,0,0],[407,18,408,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_","regions":[[372,37,394,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_yyScMYccfU_","regions":[[373,28,375,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_A9_yXEfU0_","regions":[[375,30,379,22,0,0,0,0],[376,84,376,107,0,0,0,0],[376,110,376,118,0,0,0,0],[378,87,378,99,0,0,0,0],[378,102,378,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV04holdF6Picker33_BABF1CEA80C80B3023A35ADA2C23761ELLQrvg7SwiftUI7ForEachVySayAA0eF7ManagerC04HoldF4TypeOGAlF9TupleViewVyAF08ModifiedG0VyAF6HStackVyAOyAF0Y0PAFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAuFE15foregroundColoryQrAF5ColorVSgFQOyAuFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_G_AF16PlainButtonStyleVQo__AF6VStackVyAOyAF4TextV_AuFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA17__Qo_SgtGGtGGAF31AccessibilityAttachmentModifierVG_AQyAuFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAuFEA2_yQrA5_FQOyAuFE5frame5width6height9alignmentQrA38__A38_AF9AlignmentVtFQOyAuFE14textFieldStyleyQrqd__AF14TextFieldStyleRd__lFQOyAF9TextFieldVyA17_G_AF27RoundedBorderTextFieldStyleVQo__Qo__Qo__Qo_A28_GSgtGGyXEfU_A58_ALcfU_A25_yXEfU_A23_yXEfU1_","regions":[[382,61,393,22,0,0,0,0],[387,28,387,66,0,0,0,0],[387,67,392,26,0,0,0,0],[392,26,393,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV17nextTapDanceLabel33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[414,43,418,6,0,0,0,0],[416,65,416,87,0,0,0,0],[416,87,417,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV06formatA10ForDisplay33_BABF1CEA80C80B3023A35ADA2C23761ELLyS2SF","regions":[[420,63,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedBehaviorContentV06formatA10ForDisplay33_BABF1CEA80C80B3023A35ADA2C23761ELLyS2SFSSyKXEfu_","regions":[[434,48,434,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg","regions":[[445,25,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_","regions":[[446,29,479,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_","regions":[[460,33,478,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU_","regions":[[461,37,463,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU0_","regions":[[467,42,469,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperConflictDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAiEE09multilineR9AlignmentyQrAE0rX0OFQOyAW_Qo__Qo_AE6HStackVyAGyAE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_A7_yAiEEA8_yQrqd__AEA9_Rd__lFQOyA12__AE28BorderedProminentButtonStyleVQo_A17_GA18_tGGtGyXEfU_A23_yXEfU_yyScMYccfU1_","regions":[[473,34,475,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20LeftRoundedRectangleV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[489,40,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV20compactNoSidePaddingSbvpfi","regions":[[538,38,538,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalMargin33_BABF1CEA80C80B3023A35ADA2C23761ELL12CoreGraphics7CGFloatVvpfi","regions":[[541,45,541,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV17verticalThreshold33_BABF1CEA80C80B3023A35ADA2C23761ELLSivpfi","regions":[[544,37,544,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[547,35,553,6,0,0,0,0],[549,12,549,92,0,0,0,0],[549,93,549,109,0,0,0,0],[549,109,552,93,0,0,0,0],[551,12,551,31,0,0,0,0],[551,32,551,48,0,0,0,0],[551,48,552,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_","regions":[[549,36,549,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu0_","regions":[[549,69,549,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV11shouldStack33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu1_","regions":[[552,56,552,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV15outputTypeLabel33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[556,41,561,6,0,0,0,0],[557,12,557,32,0,0,0,0],[557,33,557,52,0,0,0,0],[557,52,560,21,0,0,0,0],[558,12,558,41,0,0,0,0],[558,42,558,61,0,0,0,0],[558,61,560,21,0,0,0,0],[559,12,559,35,0,0,0,0],[559,36,559,52,0,0,0,0],[559,52,560,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg","regions":[[563,25,582,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAC14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELLAKQrAR_tFQOy_Qo_AC16horizontalLayoutA_LLAKQrAR_tFQOy_Qo_GG_Qo_AE13GeometryProxyVcfU_","regions":[[564,24,581,10,0,0,0,0],[579,51,579,59,0,0,0,0],[579,62,579,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealN003maxN00M6Height0oQ00pQ09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyAC14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELLAKQrAR_tFQOy_Qo_AC16horizontalLayoutA_LLAKQrAR_tFQOy_Qo_GG_Qo_AE13GeometryProxyVcfU_A3_yXEfU_","regions":[[569,19,575,14,0,0,0,0],[570,20,570,31,0,0,0,0],[570,32,572,18,0,0,0,0],[572,24,574,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF","regions":[[584,67,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_","regions":[[585,29,627,10,0,0,0,0],[586,16,586,37,0,0,0,0],[586,38,588,14,0,0,0,0],[588,14,627,10,0,0,0,0],[624,16,624,37,0,0,0,0],[624,38,626,14,0,0,0,0],[626,14,627,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_AVyXEfU_","regions":[[591,32,601,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV16horizontalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6SpacerVSg_AJ6VStackVyALyAA0e5InputF0V_AJ4TextVtGGAJ0Y0PAJE15foregroundColoryQrAJ5ColorVSgFQOyAyJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo_AQyALyAA0efY0V_AUtGGAOtGyXEfU_A12_yXEfU0_","regions":[[609,32,622,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF","regions":[[630,65,669,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_","regions":[[631,28,668,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_ASyXEfU_","regions":[[633,32,644,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MapperKeycapPairV14verticalLayout33_BABF1CEA80C80B3023A35ADA2C23761ELL8maxWidthQr12CoreGraphics7CGFloatV_tF7SwiftUI9TupleViewVyAJ6VStackVyALyAJ4TextV_AA0e5InputF0VtGG_AJ0Y0PAJE7paddingyQrAJ4EdgeO3SetV_AISgtFQOyAvJE15foregroundColoryQrAJ5ColorVSgFQOyAvJE4fontyQrAJ4FontVSgFQOyAJ5ImageV_Qo__Qo__Qo_ANyALyAA0efY0V_APtGGtGyXEfU_A16_yXEfU0_","regions":[[653,32,667,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV10_isHovered33_BABF1CEA80C80B3023A35ADA2C23761ELL7SwiftUI5StateVySbGvpfi","regions":[[681,36,681,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV11displayName33_BABF1CEA80C80B3023A35ADA2C23761ELLSSvg","regions":[[683,37,685,6,0,0,0,0],[684,47,684,59,0,0,0,0],[684,62,684,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV6isDark33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[687,30,687,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg","regions":[[689,25,739,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_","regions":[[690,14,714,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_","regions":[[692,50,704,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_yyScMYccfU_","regions":[[693,24,695,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_AWyXEfU0_","regions":[[695,26,703,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_AXSScfU_AWyXEfU0_AVyXEfU_","regions":[[696,28,702,22,0,0,0,0],[697,61,697,73,0,0,0,0],[697,76,697,93,0,0,0,0],[699,28,699,75,0,0,0,0],[699,76,701,26,0,0,0,0],[701,26,702,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_yyScMYccfU0_","regions":[[709,20,711,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAE0G0VyAE6HStackVyAGyAE4TextV_AE6SpacerVAE5ImageVSgtGGGG_AE7DividerVALyAE5LabelVyApTGGtGyXEfU_A2_yXEfU1_","regions":[[711,22,713,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEALyQrAP_ATtFQOyAE6HStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalyX0VQo__AE4TextVA8_tGG_Qo__Qo__AE01_yK0VyAE16RoundedRectangleVAE5ColorVGQo_yXEfU0_","regions":[[714,18,734,10,0,0,0,0],[732,39,732,68,0,0,0,0],[732,71,732,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEALyQrAP_ATtFQOyAE6HStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE05ShapeX0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalyX0VQo__AE4TextVA8_tGG_Qo__Qo__AE01_yK0VyAE16RoundedRectangleVAE5ColorVGQo_yXEfU0_A11_yXEfU_","regions":[[715,32,727,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19LayerSwitcherButtonV4bodyQrvgySbcfU1_","regions":[[736,18,736,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvg","regions":[[753,35,759,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_","regions":[[756,21,756,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_SbyKXEfu_","regions":[[756,38,756,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbSJXEfU_SbyKXEfu0_","regions":[[756,53,756,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_","regions":[[758,38,758,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV11isValidName33_BABF1CEA80C80B3023A35ADA2C23761ELLSbvgSbyKXEfu_SbSSXEfU0_","regions":[[758,63,758,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvg","regions":[[761,44,777,6,0,0,0,0],[762,39,762,53,0,0,0,0],[762,53,776,19,0,0,0,0],[768,12,768,29,0,0,0,0],[768,30,770,10,0,0,0,0],[770,10,776,19,0,0,0,0],[772,12,772,76,0,0,0,0],[772,77,774,10,0,0,0,0],[774,10,776,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_","regions":[[766,21,766,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_SbyKXEfu_","regions":[[766,38,766,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSJXEfU_SbyKXEfu0_","regions":[[766,53,766,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV17validationMessage33_BABF1CEA80C80B3023A35ADA2C23761ELLSSSgvgSbSSXEfU0_","regions":[[772,43,772,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg","regions":[[779,25,822,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_","regions":[[780,29,816,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A12_yXEfU_","regions":[[784,53,800,14,0,0,0,0],[795,52,799,18,0,0,0,0],[799,18,800,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A12_yXEfU_yycfU_","regions":[[788,31,792,22,0,0,0,0],[789,28,789,39,0,0,0,0],[789,40,791,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_","regions":[[802,33,815,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_yyScMYccfU_","regions":[[803,34,805,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE15ModifiedContentVyAE0L0PAEE8onSubmit2of_QrAE0R8TriggersV_yyctFQOyAoEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAoEE14textFieldStyleyQrqd__AE0mZ5StyleRd__lFQOyAE0mZ0VyAIG_AE013RoundedBordermZ5StyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AISgtGGAE6HStackVyAGyAMyAoEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAIG_Qo_A9_G_AMyAoEE8disabledyQrSbFQOyA22__Qo_A9_GtGGtGyXEfU_A27_yXEfU0_yyScMYccfU0_","regions":[[809,34,811,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13NewLayerSheetV4bodyQrvgyycfU0_","regions":[[819,19,821,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg","regions":[[833,25,863,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_","regions":[[834,29,860,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_yycfU_","regions":[[841,27,841,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_","regions":[[845,33,859,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_yyScMYccfU_","regions":[[846,34,848,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14URLInputDialogV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE15ModifiedContentVyAE0K0PAEE8onSubmit2of_QrAE0P8TriggersV_yyctFQOyAmEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AyE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0L10FieldStyleRd__lFQOyAE0L5FieldVyAIG_AE013RoundedBorderL10FieldStyleVQo__Qo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A11_G_A25_tGGtGyXEfU_A26_yXEfU0_yyScMYccfU0_","regions":[[853,30,855,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV6isDark33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLSbvg","regions":[[13,30,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg","regions":[[17,25,50,6,0,0,0,0],[47,47,47,50,0,0,0,0],[47,53,47,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE05TupleK0VyAC19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvpQOy_Qo__AgEEAHyQrAE4EdgeO3SetV_AKSgtFQOyAE7DividerV_Qo_AC010outputTypeT0AQLLQrvpQOy_Qo_AzC016advancedBehaviorT0AQLLQrvpQOy_Qo_AzC013systemActionsT0AQLLQrvpQOy_Qo_tGG_Qo_yXEfU_","regions":[[18,20,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV4bodyQrvg7SwiftUI4ViewPAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE6VStackVyAE05TupleK0VyAC19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvpQOy_Qo__AgEEAHyQrAE4EdgeO3SetV_AKSgtFQOyAE7DividerV_Qo_AC010outputTypeT0AQLLQrvpQOy_Qo_AzC016advancedBehaviorT0AQLLQrvpQOy_Qo_AzC013systemActionsT0AQLLQrvpQOy_Qo_tGG_Qo_yXEfU_A5_yXEfU_","regions":[[19,54,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV08_showingC13ConditionMenu33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[54,50,54,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[56,48,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_","regions":[[57,49,168,10,0,0,0,0],[63,63,100,14,0,0,0,0],[100,20,163,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_","regions":[[65,37,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_yyScMYccfU_","regions":[[78,28,80,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A49_yXEfU_A40_yXEfU0_","regions":[[80,30,84,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_","regions":[[102,22,136,18,0,0,0,0],[114,24,114,44,0,0,0,0],[114,45,128,22,0,0,0,0],[128,22,136,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_yyScMYccfU_","regions":[[104,28,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A77_yXEfU0_","regions":[[106,30,108,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_","regions":[[115,46,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_yyScMYccfU_","regions":[[116,36,118,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_","regions":[[118,38,124,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_AJyXEfU_","regions":[[119,39,121,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A78_A84_cfU1_A77_yXEfU0_A12_yXEfU0_","regions":[[121,41,123,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_yyScMYccfU2_","regions":[[131,28,133,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A89_yXEfU0_A77_yXEfU3_","regions":[[133,30,135,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A74_yXEfU1_","regions":[[136,26,159,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV19appConditionSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF19_ConditionalContentVyAF0W0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfMRd__lFQOyAnFE10background_APQrqd___ARtAfMRd__lFQOyAnFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAnFEATyQrAX_A0_tFQOyAF6HStackVyAHyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE5frame5width6heightAPQrA0__A0_ARtFQOyAF5ImageV_Qo__AF16RoundedRectangleVQo__AnFE9lineLimityQrSiSgFQOyAJ_Qo_AF6SpacerVAF08ModifiedZ0VyAnFE4helpyQrAF015LocalizedStringA0VFQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAnFE4fontyQrAF4FontVSgFQOyA12__Qo__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AF06_ShapeW0VyA15_AF5ColorVGQo__AF011StrokeShapeW0VyA15_A56_AF05EmptyW0VGQo_A23_yAnFE9menuStyleyQrqd__AF9MenuStyleRd__lFQOyAF4MenuVyAnFEAS_APQrqd___ARtAfMRd__lFQOyAnFEATyQrAX_A0_tFQOyAnFEATyQrAX_A0_tFQOyA2_yAHyAnFEA8_A9_A10_APQrA0__A0_ARtFQOyA40__Qo__AJA21_A40_tGG_Qo__Qo__A57_Qo_AHyA30_yAF5LabelVyAJA12_GG_AF7DividerVAHyAF7ForEachVySayAA0cI4InfoVGSSA78_G_A80_tGSgA78_tGG_AF25BorderlessButtonMenuStyleVQo_A47_GGAJtGyXEfU_A74_yXEfU1_A70_yXEfU_","regions":[[137,41,152,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[173,46,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_","regions":[[174,49,208,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_SbyKXEfu_","regions":[[183,61,183,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_SbyKXEfu0_","regions":[[183,102,183,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU_","regions":[[184,15,189,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU0_","regions":[[196,15,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV17outputTypeSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AA0F6ButtonVA2LtGyXEfU_yycfU1_","regions":[[205,15,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[213,49,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_","regions":[[214,50,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_","regions":[[219,92,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_AsPcfU_","regions":[[220,54,227,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV20systemActionsSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF9LazyVGridVyAF7ForEachVySayAA16SystemActionInfoVGSSAA18SystemActionButtonVGGtGyXEfU_ATyXEfU_AsPcfU_yycfU_","regions":[[224,23,226,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[234,52,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundStyleyQrqd__AF05ShapeZ0Rd__lFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AF4TextVtGG_AF15ModifiedContentVyAlFEAMyQrqd__AfNRd__lFQOyAlFEAOyQrARFQOyAlFE06toggleZ0yQrqd__AF06ToggleZ0Rd__lFQOyAF6ToggleVyAZG_AF012SwitchToggleZ0VQo__Qo__AF017HierarchicalShapeZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[235,49,253,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV23advancedBehaviorSection33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0W0PAFE15foregroundStyleyQrqd__AF05ShapeZ0Rd__lFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AF4TextVtGG_AF15ModifiedContentVyAlFEAMyQrqd__AfNRd__lFQOyAlFEAOyQrARFQOyAlFE06toggleZ0yQrqd__AF06ToggleZ0Rd__lFQOyAF6ToggleVyAZG_AF012SwitchToggleZ0VQo__Qo__AF017HierarchicalShapeZ0VQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A_yXEfU_","regions":[[237,32,244,14,0,0,0,0],[240,63,240,80,0,0,0,0],[240,83,240,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20MapperInspectorPanelV15panelBackground33_9DB676A96E4DE6EDAF9C66AD672C5F7FLLQrvg","regions":[[258,44,270,6,0,0,0,0],[259,12,259,30,0,0,0,0],[259,31,262,10,0,0,0,0],[262,45,266,10,0,0,0,0],[266,16,269,10,0,0,0,0],[268,45,268,49,0,0,0,0],[268,52,268,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV10_isHovered33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[283,36,283,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg","regions":[[285,25,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_","regions":[[286,32,323,10,0,0,0,0],[313,51,313,52,0,0,0,0],[313,55,313,57,0,0,0,0],[317,40,317,71,0,0,0,0],[317,74,317,130,0,0,0,0],[317,87,317,115,0,0,0,0],[317,118,317,129,0,0,0,0],[321,42,321,72,0,0,0,0],[321,75,321,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_A27_yXEfU_","regions":[[287,33,312,14,0,0,0,0],[290,51,290,68,0,0,0,0],[290,71,290,81,0,0,0,0],[307,20,307,30,0,0,0,0],[307,31,311,18,0,0,0,0],[311,18,312,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6HStackVyAE05TupleJ0VyAgEE5frame5width6heightAIQrAU_AuKtFQOyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AE6VStackVyAYyAE4TextV_AgEE9lineLimityQrSiSgFQOyA17__Qo_SgtGGAE6SpacerVA12_SgtGG_Qo__Qo__AE06_ShapeJ0VyAE16RoundedRectangleVA11_GQo__AE011StrokeShapeJ0VyA34_A11_AE05EmptyJ0VGQo_yXEfU_A27_yXEfU_A22_yXEfU_","regions":[[293,57,303,18,0,0,0,0],[297,37,302,22,0,0,0,0],[302,22,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15InspectorButtonV4bodyQrvgySbcfU0_","regions":[[325,18,325,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV10_isHovered33_9DB676A96E4DE6EDAF9C66AD672C5F7FLL7SwiftUI5StateVySbGvpfi","regions":[[339,36,339,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg","regions":[[341,25,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6HeightAIQrAU_A5uKtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AgEE18minimumScaleFactoryQrATFQOyAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__Qo_tGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA15_GQo__AE011StrokeShapeK0VyA31_A15_AE05EmptyK0VGQo_yXEfU_","regions":[[342,31,364,10,0,0,0,0],[358,40,358,71,0,0,0,0],[358,74,358,130,0,0,0,0],[358,87,358,115,0,0,0,0],[358,118,358,129,0,0,0,0],[362,42,362,72,0,0,0,0],[362,75,362,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6HeightAIQrAU_A5uKtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AgEE18minimumScaleFactoryQrATFQOyAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__Qo_tGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA15_GQo__AE011StrokeShapeK0VyA31_A15_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_","regions":[[343,32,353,14,0,0,0,0],[346,51,346,68,0,0,0,0],[346,71,346,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView+Inspector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemActionButtonV4bodyQrvgySbcfU0_","regions":[[366,18,366,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV10_viewModel33_3B90C5D9A29137E331B1796363701516LL7SwiftUI11StateObjectVyAA0efH0CGvpfi","regions":[[18,42,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV10_viewModel33_3B90C5D9A29137E331B1796363701516LL7SwiftUI11StateObjectVyAA0efH0CGvpfiAJycfu_AJycfu0_","regions":[[18,42,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV18_showingErrorAlert33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[36,44,36,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV18_errorAlertMessage33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySSGvpfi","regions":[[37,44,37,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV28_showingResetAllConfirmation33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[40,54,40,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV16_isInspectorOpen33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[43,42,43,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV21_showingNewLayerSheet33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySbGvpfi","regions":[[46,47,46,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV13_newLayerName33_3B90C5D9A29137E331B1796363701516LL7SwiftUI5StateVySSGvpfi","regions":[[47,39,47,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg","regions":[[49,25,232,6,0,0,0,0],[119,44,119,47,0,0,0,0],[119,50,119,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_","regions":[[50,28,118,10,0,0,0,0],[113,16,113,31,0,0,0,0],[113,32,117,14,0,0,0,0],[117,14,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_","regions":[[52,32,89,14,0,0,0,0],[69,20,69,42,0,0,0,0],[69,43,72,18,0,0,0,0],[72,18,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_yycfU_","regions":[[63,33,63,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_yycfU0_","regions":[[64,34,64,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_","regions":[[77,24,88,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_ySScfU_","regions":[[80,40,82,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A33_yXEfU_A31_yXEfU1_yycfU0_","regions":[[83,40,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_","regions":[[93,22,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_","regions":[[94,52,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_yycfU_","regions":[[96,40,96,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A44_yXEfU_yycfU0_","regions":[[97,40,97,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_","regions":[[100,52,109,18,0,0,0,0],[106,45,106,61,0,0,0,0],[106,64,106,80,0,0,0,0],[108,59,108,75,0,0,0,0],[108,78,108,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_yyScMYccfU_","regions":[[101,28,103,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_yyScMYccfU_yyXEfU_","regions":[[102,66,102,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAiEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5xE9AlignmentVtFQOyAiEE7paddingyQrAE4EdgeO3SetV_AXtFQOyAiEEA_yQrA3__AXtFQOyAE6VStackVyAGyAiEEAM5width6heightATQrAX_AxZtFQOyAA0E10KeycapPairV_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA016AdvancedBehaviorN0V_AEA12_PAEE8combined4withQrqd___tAEA12_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgAE6SpacerVAE6HStackVyAGyAA19LayerSwitcherButtonV_A26_tGGtGG_Qo__Qo__Qo__AE0mN7BuilderV10buildBlockyQrx_q_tAeLRzAeLR_r0_lFZQOy_AE0M4ItemVyytAA18ResetMappingButtonVGA42_yytAE08ModifiedN0VyAiEE4helpyQrAE015LocalizedStringA0VFQOyAE6ButtonVyAE5ImageVG_Qo_AE31AccessibilityAttachmentModifierVGGQo_Qo__AiEEA11_yQrqd__AEA12_Rd__lFQOyAiEEAMA6_A7_ATQrAX_AxZtFQOyAA0E14InspectorPanelV_Qo__A15_AEEA16_A17_Qrqd___tAEA12_Rd__lFQOyA21__A19_Qo_Qo_SgtGyXEfU_A61_yXEfU0_A59_yXEfU0_A54_yXEfU0_","regions":[[103,30,105,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgyycfU0_","regions":[[126,19,143,10,0,0,0,0],[129,50,139,14,0,0,0,0],[139,20,142,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgyycfU1_","regions":[[144,22,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[147,84,167,10,0,0,0,0],[151,13,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[168,84,175,10,0,0,0,0],[172,13,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgySSSg_AEtcfU4_","regions":[[176,48,183,10,0,0,0,0],[177,37,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU5_","regions":[[184,72,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI6ButtonVyAE4TextVGyXEfU5_yyScMYccfU_","regions":[[185,41,185,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI4TextVyXEfU6_","regions":[[186,20,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_","regions":[[189,83,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU_","regions":[[190,45,190,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU0_","regions":[[191,54,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI05TupleF0VyAE6ButtonVyAE4TextVG_ALtGyXEfU7_yyScMYccfU0_yyYacfU_","regions":[[192,22,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvg7SwiftUI4TextVyXEfU8_","regions":[[196,20,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_","regions":[[199,58,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_yycfU_","regions":[[202,27,202,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA14URLInputDialogVycfU9_yycfU0_","regions":[[203,27,203,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_","regions":[[206,60,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU_","regions":[[208,29,208,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU0_","regions":[[209,33,209,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA0E14ConflictDialogVycfU10_yycfU1_","regions":[[210,27,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_","regions":[[217,52,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_ySScfU_","regions":[[221,27,225,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MapperViewV4bodyQrvgAA13NewLayerSheetVycfU11_yycfU0_","regions":[[226,27,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14getRunningAppsSayAA0C13ConditionInfoVGyF","regions":[[8,49,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ConditionyyF","regions":[[13,29,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppCondition.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC05clearC9ConditionyyF","regions":[[18,30,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC15SpecificMapping05inputA012outputAction12appCondition13kanataManagerSbSS_SSAA0cO4InfoVAA18RuntimeCoordinatorCtYaF","regions":[[17,21,93,6,0,0,0,0],[20,12,87,10,0,0,0,0],[25,16,25,37,0,0,0,0],[25,38,33,14,0,0,0,0],[35,52,40,14,0,0,0,0],[40,14,86,24,0,0,0,0],[54,65,86,24,0,0,0,0],[57,63,86,24,0,0,0,0],[62,64,86,24,0,0,0,0],[67,16,67,76,0,0,0,0],[67,77,77,14,0,0,0,0],[68,20,71,18,0,0,0,0],[69,89,71,18,0,0,0,0],[71,91,73,18,0,0,0,0],[73,25,76,18,0,0,0,0],[76,18,77,14,0,0,0,0],[77,14,86,24,0,0,0,0],[87,17,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC15SpecificMapping05inputA012outputAction12appCondition13kanataManagerSbSS_SSAA0cO4InfoVAA18RuntimeCoordinatorCtYaFSbAA0cA8OverrideVXEfU_","regions":[[50,40,50,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06removeC15SpecificMapping05inputA012appConditionySS_AA0cM4InfoVtYaF","regions":[[99,13,124,6,0,0,0,0],[100,12,121,10,0,0,0,0],[101,124,103,14,0,0,0,0],[103,14,121,10,0,0,0,0],[108,16,108,40,0,0,0,0],[108,41,111,14,0,0,0,0],[110,110,111,14,0,0,0,0],[111,20,114,14,0,0,0,0],[113,69,114,14,0,0,0,0],[114,14,121,10,0,0,0,0],[117,63,121,10,0,0,0,0],[121,17,123,10,0,0,0,0],[123,10,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+AppKeymapIntegration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06removeC15SpecificMapping05inputA012appConditionySS_AA0cM4InfoVtYaFSbAA0cA8OverrideVXEfU_","regions":[[106,40,106,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23resolveConflictKeepHoldyyF","regions":[[9,36,24,6,0,0,0,0],[15,12,15,27,0,0,0,0],[15,28,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23resolveConflictKeepHoldyyFySScfU_","regions":[[19,35,22,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC27resolveConflictKeepTapDanceyyF","regions":[[27,40,40,6,0,0,0,0],[35,12,35,32,0,0,0,0],[35,33,37,10,0,0,0,0],[37,19,37,47,0,0,0,0],[37,120,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17checkHoldConflictSbyF","regions":[[43,38,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tF","regions":[[48,71,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFSo7NSEventCSgAGcfU_","regions":[[52,88,63,10,0,0,0,0],[54,16,54,35,0,0,0,0],[54,36,57,14,0,0,0,0],[57,14,62,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_","regions":[[66,62,73,10,0,0,0,0],[67,33,67,43,0,0,0,0],[67,43,73,10,0,0,0,0],[68,60,68,70,0,0,0,0],[68,70,73,10,0,0,0,0],[70,16,70,30,0,0,0,0],[70,31,72,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu_","regions":[[69,53,69,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu0_","regions":[[69,77,69,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC011startSimpleA7Capture02onJ0yySSc_tFyyYbScMYccfU0_SbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[69,100,69,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctF","regions":[[80,7,115,6,0,0,0,0],[87,12,87,34,0,0,0,0],[87,35,89,10,0,0,0,0],[91,50,95,10,0,0,0,0],[95,10,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_","regions":[[97,55,114,10,0,0,0,0],[98,33,98,43,0,0,0,0],[98,43,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_","regions":[[100,18,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[108,19,112,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28startMultiTapSequenceCapture8onUpdate0M8Finalize0M4StopyySSc_ySScyyctFyAA0aK0VcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[109,26,111,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24finalizeMultiTapSequence33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[117,45,137,6,0,0,0,0],[129,59,132,10,0,0,0,0],[132,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC27stopMultiTapSequenceCapture8finalizeySb_tF","regions":[[139,54,153,6,0,0,0,0],[140,12,140,20,0,0,0,0],[140,21,143,10,0,0,0,0],[143,10,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16stopAllRecordingyyF","regions":[[156,29,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC010stopSimpleA7CaptureyyF","regions":[[162,33,168,6,0,0,0,0],[163,50,165,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16keyNameFromEvent33_92D0E1D444BBC37380F4906E673A923ALLySSSo7NSEventCFZ","regions":[[171,70,268,6,0,0,0,0],[176,12,176,40,0,0,0,0],[176,41,176,59,0,0,0,0],[177,12,177,40,0,0,0,0],[177,41,177,59,0,0,0,0],[178,12,178,39,0,0,0,0],[178,40,178,58,0,0,0,0],[179,12,179,38,0,0,0,0],[179,39,179,57,0,0,0,0],[181,30,181,37,0,0,0,0],[182,9,182,20,0,0,0,0],[183,9,183,20,0,0,0,0],[184,9,184,20,0,0,0,0],[185,9,185,20,0,0,0,0],[186,9,186,20,0,0,0,0],[187,9,187,20,0,0,0,0],[188,9,188,20,0,0,0,0],[189,9,189,20,0,0,0,0],[190,9,190,20,0,0,0,0],[191,9,191,20,0,0,0,0],[192,9,192,21,0,0,0,0],[193,9,193,21,0,0,0,0],[194,9,194,21,0,0,0,0],[195,9,195,21,0,0,0,0],[196,9,196,21,0,0,0,0],[197,9,197,21,0,0,0,0],[198,9,198,21,0,0,0,0],[199,9,199,21,0,0,0,0],[200,9,200,21,0,0,0,0],[201,9,201,21,0,0,0,0],[202,9,202,21,0,0,0,0],[203,9,203,21,0,0,0,0],[204,9,204,21,0,0,0,0],[205,9,205,21,0,0,0,0],[206,9,206,21,0,0,0,0],[207,9,207,21,0,0,0,0],[208,9,208,21,0,0,0,0],[209,9,209,21,0,0,0,0],[210,9,210,21,0,0,0,0],[211,9,211,21,0,0,0,0],[212,9,212,21,0,0,0,0],[213,9,213,21,0,0,0,0],[214,9,214,21,0,0,0,0],[215,9,215,21,0,0,0,0],[216,9,216,21,0,0,0,0],[217,9,217,23,0,0,0,0],[218,9,218,21,0,0,0,0],[219,9,219,21,0,0,0,0],[220,9,220,21,0,0,0,0],[221,9,221,21,0,0,0,0],[222,9,222,21,0,0,0,0],[223,9,223,22,0,0,0,0],[224,9,224,21,0,0,0,0],[225,9,225,21,0,0,0,0],[226,9,226,21,0,0,0,0],[227,9,227,21,0,0,0,0],[228,9,228,21,0,0,0,0],[229,9,229,23,0,0,0,0],[230,9,230,23,0,0,0,0],[231,9,231,21,0,0,0,0],[232,9,232,24,0,0,0,0],[233,9,233,23,0,0,0,0],[234,9,234,24,0,0,0,0],[235,9,235,24,0,0,0,0],[236,9,236,24,0,0,0,0],[237,9,237,24,0,0,0,0],[238,9,238,24,0,0,0,0],[239,9,239,24,0,0,0,0],[240,9,240,24,0,0,0,0],[241,9,241,24,0,0,0,0],[242,9,242,22,0,0,0,0],[243,9,243,22,0,0,0,0],[244,9,244,22,0,0,0,0],[245,9,245,22,0,0,0,0],[246,9,246,22,0,0,0,0],[247,9,247,23,0,0,0,0],[248,9,248,23,0,0,0,0],[249,9,249,24,0,0,0,0],[250,9,250,24,0,0,0,0],[251,9,251,24,0,0,0,0],[252,9,252,24,0,0,0,0],[253,9,253,24,0,0,0,0],[254,9,254,24,0,0,0,0],[255,9,255,23,0,0,0,0],[256,9,256,24,0,0,0,0],[257,9,257,23,0,0,0,0],[258,9,258,25,0,0,0,0],[259,9,259,23,0,0,0,0],[260,9,260,25,0,0,0,0],[261,9,261,26,0,0,0,0],[262,9,262,25,0,0,0,0],[263,9,263,23,0,0,0,0],[264,9,264,31,0,0,0,0],[265,10,267,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startInputRecordingyyF","regions":[[270,32,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20startOutputRecordingyyF","regions":[[280,33,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tF","regions":[[298,46,348,6,0,0,0,0],[300,12,300,34,0,0,0,0],[300,35,302,10,0,0,0,0],[304,50,308,10,0,0,0,0],[308,10,348,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_","regions":[[311,55,347,10,0,0,0,0],[312,33,312,43,0,0,0,0],[312,43,347,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_","regions":[[314,18,346,14,0,0,0,0],[316,20,316,27,0,0,0,0],[316,28,331,18,0,0,0,0],[324,21,330,22,0,0,0,0],[331,24,334,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[341,19,345,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12startCapture33_92D0E1D444BBC37380F4906E673A923ALL7isInputySb_tFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_ytSgyYaYbScMYccfU_","regions":[[342,26,344,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tF","regions":[[351,65,430,6,0,0,0,0],[360,105,420,10,0,0,0,0],[365,13,373,14,0,0,0,0],[373,52,381,14,0,0,0,0],[383,13,391,14,0,0,0,0],[391,54,400,14,0,0,0,0],[400,20,411,14,0,0,0,0],[420,16,429,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tFAA16SystemActionInfoVSgyKXEfu_","regions":[[382,87,382,137,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18lookupAndSetOutput33_92D0E1D444BBC37380F4906E673A923ALL03forA4Codeys6UInt16V_tFSSyKXEfu0_","regions":[[415,51,415,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[432,36,465,6,0,0,0,0],[445,12,445,19,0,0,0,0],[445,49,464,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFSSyKXEfu_","regions":[[442,125,442,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFSSyKXEfu0_","regions":[[442,175,442,180,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15finalizeCapture33_92D0E1D444BBC37380F4906E673A923ALLyyFyyYacfU_","regions":[[446,18,463,14,0,0,0,0],[447,20,447,38,0,0,0,0],[447,39,451,18,0,0,0,0],[451,27,451,45,0,0,0,0],[451,46,455,18,0,0,0,0],[455,27,455,54,0,0,0,0],[455,55,459,18,0,0,0,0],[459,24,462,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13stopRecordingyyF","regions":[[467,26,512,6,0,0,0,0],[479,12,479,32,0,0,0,0],[479,33,482,10,0,0,0,0],[485,12,485,30,0,0,0,0],[485,54,496,10,0,0,0,0],[487,50,492,14,0,0,0,0],[492,20,495,14,0,0,0,0],[504,12,504,29,0,0,0,0],[504,30,509,10,0,0,0,0],[505,16,505,87,0,0,0,0],[505,88,507,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13stopRecordingyyFSbyKXEfu_","regions":[[505,40,505,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04stopA7CaptureyyF","regions":[[514,27,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[519,56,670,6,0,0,0,0],[524,14,528,10,0,0,0,0],[528,10,670,6,0,0,0,0],[535,12,535,33,0,0,0,0],[540,9,544,10,0,0,0,0],[544,10,670,6,0,0,0,0],[550,52,573,10,0,0,0,0],[561,16,561,23,0,0,0,0],[561,24,566,14,0,0,0,0],[566,20,569,14,0,0,0,0],[573,10,670,6,0,0,0,0],[576,12,663,10,0,0,0,0],[582,14,663,10,0,0,0,0],[583,80,663,10,0,0,0,0],[601,57,604,14,0,0,0,0],[604,23,604,42,0,0,0,0],[604,43,616,14,0,0,0,0],[612,66,612,122,0,0,0,0],[612,125,612,127,0,0,0,0],[616,23,616,104,0,0,0,0],[616,105,629,14,0,0,0,0],[623,87,625,18,0,0,0,0],[625,18,629,14,0,0,0,0],[629,23,629,53,0,0,0,0],[629,54,640,14,0,0,0,0],[645,16,645,31,0,0,0,0],[645,32,657,14,0,0,0,0],[657,20,662,14,0,0,0,0],[663,17,667,10,0,0,0,0],[667,10,670,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSSSshYbcfu_","regions":[[612,110,612,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSbyKXEfu0_","regions":[[616,51,616,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC4save13kanataManageryAA18RuntimeCoordinatorC_tYaFSbyKXEfu0_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[616,81,616,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5reset33_92D0E1D444BBC37380F4906E673A923ALLyyF","regions":[[672,26,686,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18resetForNewMappingyyF","regions":[[690,31,701,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyF","regions":[[704,18,773,6,0,0,0,0],[711,40,727,10,0,0,0,0],[712,45,719,14,0,0,0,0],[719,68,726,14,0,0,0,0],[730,81,768,10,0,0,0,0],[740,13,744,14,0,0,0,0],[744,45,748,14,0,0,0,0],[750,13,754,14,0,0,0,0],[754,86,758,14,0,0,0,0],[758,20,764,14,0,0,0,0],[768,16,772,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyFyyYacfU_","regions":[[713,22,717,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC5clearyyFyyYacfU0_","regions":[[722,22,725,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyF","regions":[[777,30,812,6,0,0,0,0],[790,40,809,10,0,0,0,0],[791,45,799,14,0,0,0,0],[799,68,808,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyFyyYacfU_","regions":[[792,22,797,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17revertToKeystrokeyyFyyYacfU0_","regions":[[802,22,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18resetAllToDefaults13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[815,70,835,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyF","regions":[[838,29,855,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyFySo15NSModalResponseacfU_","regions":[[848,21,854,10,0,0,0,0],[849,61,849,71,0,0,0,0],[849,71,854,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04pickC9ForOutputyyFySo15NSModalResponseacfU_ytSgyYaYbScMYccfU_","regions":[[851,18,853,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13appLaunchInfo3forAA0ciJ0VSgSS_tF","regions":[[857,66,874,6,0,0,0,0],[859,84,861,10,0,0,0,0],[861,10,873,19,0,0,0,0],[869,86,871,10,0,0,0,0],[871,10,873,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC05buildC10LaunchInfo33_92D0E1D444BBC37380F4906E673A923ALL4fromAA0ciJ0V10Foundation3URLV_tF","regions":[[876,69,889,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tF","regions":[[892,49,913,6,0,0,0,0],[905,62,910,10,0,0,0,0],[910,16,912,10,0,0,0,0],[911,181,911,186,0,0,0,0],[911,189,911,194,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFSSyKXEfu_","regions":[[901,115,901,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFyyYacfU_","regions":[[907,18,909,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC014handleSelectedC033_92D0E1D444BBC37380F4906E673A923ALL2aty10Foundation3URLV_tFSSyKXEfu0_","regions":[[911,140,911,145,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15layerFromStringyAA19RuleCollectionLayerOSSF","regions":[[8,65,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC29convertSequenceToKanataFormatySSAA0aI0VF","regions":[[13,75,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+KanataFormat.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24currentInputKanataStringSSSgyF","regions":[[18,48,30,6,0,0,0,0],[19,41,21,10,0,0,0,0],[21,10,29,19,0,0,0,0],[22,45,28,10,0,0,0,0],[28,10,29,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18getAvailableLayersSaySSGyF","regions":[[12,43,17,6,0,0,0,0],[13,12,13,35,0,0,0,0],[13,36,15,10,0,0,0,0],[15,10,16,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaF","regions":[[20,41,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaFSaySSGyKXEfu_","regions":[[21,77,21,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22refreshAvailableLayersyyYaFyyYbScMYcXEfU_","regions":[[23,29,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20buildAvailableLayers33_670AF3586BA6198D193D4337F5A2781ELL10additionalSaySSGAG_tF","regions":[[28,73,54,6,0,0,0,0],[31,33,33,10,0,0,0,0],[33,10,53,10,0,0,0,0],[35,29,45,10,0,0,0,0],[37,87,39,14,0,0,0,0],[39,14,45,10,0,0,0,0],[42,71,44,14,0,0,0,0],[44,14,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20buildAvailableLayers33_670AF3586BA6198D193D4337F5A2781ELL10additionalSaySSGAG_tFSbSS_SStXEfU_","regions":[[48,30,53,10,0,0,0,0],[51,16,51,38,0,0,0,0],[51,39,51,59,0,0,0,0],[51,59,52,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13isSystemLayerySbSSF","regions":[[57,49,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSF","regions":[[62,38,115,6,0,0,0,0],[63,34,63,44,0,0,0,0],[63,44,115,6,0,0,0,0],[70,43,70,53,0,0,0,0],[70,53,115,6,0,0,0,0],[74,12,74,80,0,0,0,0],[74,81,78,10,0,0,0,0],[78,10,115,6,0,0,0,0],[105,29,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_","regions":[[68,21,68,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_SbyKXEfu_","regions":[[68,38,68,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSJXEfU_SbyKXEfu0_","regions":[[68,53,68,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFSbSSXEfU0_","regions":[[74,43,74,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11createLayeryySSFyyYacfU1_","regions":[[106,18,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11deleteLayeryySSF","regions":[[118,39,137,6,0,0,0,0],[119,42,122,10,0,0,0,0],[122,10,137,6,0,0,0,0],[125,12,125,59,0,0,0,0],[125,60,127,10,0,0,0,0],[130,29,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11deleteLayeryySSFyyYacfU_","regions":[[131,18,135,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC04saveC13LaunchMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[140,72,180,6,0,0,0,0],[143,72,148,10,0,0,0,0],[148,10,180,6,0,0,0,0],[167,12,167,19,0,0,0,0],[167,20,173,10,0,0,0,0],[173,16,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18selectSystemActionyyAA0iJ4InfoVF","regions":[[183,57,199,6,0,0,0,0],[193,62,198,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18selectSystemActionyyAA0iJ4InfoVFyyYacfU_","regions":[[195,18,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23saveSystemActionMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[202,75,239,6,0,0,0,0],[205,84,209,10,0,0,0,0],[209,10,239,6,0,0,0,0],[226,12,226,19,0,0,0,0],[226,20,232,10,0,0,0,0],[232,16,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showURLInputDialogyyF","regions":[[242,31,245,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyF","regions":[[248,22,286,6,0,0,0,0],[252,106,256,10,0,0,0,0],[256,10,286,6,0,0,0,0],[280,62,285,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU_","regions":[[269,14,277,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[271,33,276,14,0,0,0,0],[273,20,273,34,0,0,0,0],[273,35,275,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9submitURLyyFyyYacfU0_","regions":[[282,18,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14saveURLMapping13kanataManageryAA18RuntimeCoordinatorC_tYaF","regions":[[289,66,331,6,0,0,0,0],[292,72,297,10,0,0,0,0],[297,10,331,6,0,0,0,0],[316,12,316,19,0,0,0,0],[316,20,324,10,0,0,0,0],[324,16,328,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14saveURLMapping13kanataManageryAA18RuntimeCoordinatorC_tYaFyyYacfU_","regions":[[323,18,323,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+LayerManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13extractDomain4fromS2S_tF","regions":[[334,52,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20toggleMacroRecordingyyF","regions":[[7,33,19,6,0,0,0,0],[8,12,8,28,0,0,0,0],[8,29,11,10,0,0,0,0],[11,10,19,6,0,0,0,0],[14,12,14,31,0,0,0,0],[14,32,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10clearMacroyyF","regions":[[21,23,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[25,40,57,6,0,0,0,0],[30,12,30,34,0,0,0,0],[30,35,32,10,0,0,0,0],[34,50,37,10,0,0,0,0],[37,10,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_","regions":[[39,55,56,10,0,0,0,0],[40,33,40,43,0,0,0,0],[40,43,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_","regions":[[42,18,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_SSAA0A5PressVXEfU_","regions":[[43,49,43,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU0_","regions":[[50,19,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19startMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFyAA0A8SequenceVcfU_yyYaYbScMYccfU_ySo7NSTimerCYbcfU0_ytSgyYaYbScMYccfU_","regions":[[51,26,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18stopMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[59,39,69,6,0,0,0,0],[65,12,65,83,0,0,0,0],[65,84,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18stopMacroRecording33_3727D6E63012BDF1508619C12093D2F3LLyyFSbyKXEfu_","regions":[[65,36,65,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MacroRecording.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28clearHoldAndTapDanceForMacro33_3727D6E63012BDF1508619C12093D2F3LLyyF","regions":[[71,49,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14multiTapAction3forSSSgSi_tF","regions":[[7,52,17,6,0,0,0,0],[8,31,8,45,0,0,0,0],[8,45,16,45,0,0,0,0],[9,12,9,22,0,0,0,0],[9,23,11,10,0,0,0,0],[10,46,10,49,0,0,0,0],[10,52,10,67,0,0,0,0],[11,10,16,45,0,0,0,0],[14,60,14,74,0,0,0,0],[14,74,16,45,0,0,0,0],[16,33,16,36,0,0,0,0],[16,39,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitF","regions":[[19,63,31,6,0,0,0,0],[20,31,20,41,0,0,0,0],[20,41,31,6,0,0,0,0],[22,12,22,22,0,0,0,0],[22,23,25,10,0,0,0,0],[25,10,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitFSSyKXEfu_","regions":[[23,41,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17setMultiTapAction_3forySSSg_SitFSSyKXEfu0_","regions":[[29,49,29,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19isRecordingMultiTap3forSbSi_tF","regions":[[33,54,41,6,0,0,0,0],[34,31,34,47,0,0,0,0],[34,47,40,48,0,0,0,0],[35,12,35,22,0,0,0,0],[35,23,37,10,0,0,0,0],[37,10,40,48,0,0,0,0],[39,60,39,76,0,0,0,0],[39,76,40,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleMultiTapRecording3forySi_tF","regions":[[43,50,52,6,0,0,0,0],[44,31,44,41,0,0,0,0],[44,41,52,6,0,0,0,0],[45,12,45,22,0,0,0,0],[45,23,47,10,0,0,0,0],[47,16,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19clearMultiTapAction3forySi_tF","regions":[[54,46,64,6,0,0,0,0],[55,31,55,41,0,0,0,0],[55,41,64,6,0,0,0,0],[56,12,56,22,0,0,0,0],[56,23,58,10,0,0,0,0],[58,16,63,10,0,0,0,0],[60,64,60,74,0,0,0,0],[60,74,63,10,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23ensureTapDanceStepIndex33_24F3CAB81E6ECE3D5BF214F1C132D536LLyySiF","regions":[[66,56,74,6,0,0,0,0],[67,31,67,41,0,0,0,0],[67,41,74,6,0,0,0,0],[68,15,68,43,0,0,0,0],[68,44,73,10,0,0,0,0],[70,62,70,72,0,0,0,0],[70,72,73,10,0,0,0,0],[73,10,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC30trimTrailingEmptyTapDanceSteps33_24F3CAB81E6ECE3D5BF214F1C132D536LLyyF","regions":[[76,51,80,6,0,0,0,0],[77,66,79,10,0,0,0,0],[79,10,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18keyOutputFromPressySSAA0aK0VFZ","regions":[[82,65,89,6,0,0,0,0],[84,12,84,46,0,0,0,0],[84,47,84,65,0,0,0,0],[85,12,85,46,0,0,0,0],[85,47,85,65,0,0,0,0],[86,12,86,45,0,0,0,0],[86,46,86,64,0,0,0,0],[87,12,87,44,0,0,0,0],[87,45,87,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+MultiTap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17clearTapDanceStep2atySi_tF","regions":[[92,43,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15addTapDanceStepyyF","regions":[[7,28,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18removeTapDanceStep2atySi_tF","regions":[[12,44,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tF","regions":[[17,49,56,6,0,0,0,0],[18,60,18,70,0,0,0,0],[18,70,56,6,0,0,0,0],[21,12,21,42,0,0,0,0],[21,43,23,10,0,0,0,0],[26,12,26,52,0,0,0,0],[26,53,31,10,0,0,0,0],[31,10,56,6,0,0,0,0],[33,12,33,44,0,0,0,0],[33,45,36,10,0,0,0,0],[36,16,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFySScfU_","regions":[[42,27,45,18,0,0,0,0],[43,70,43,80,0,0,0,0],[43,80,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFySScfU0_","regions":[[46,29,49,18,0,0,0,0],[47,70,47,80,0,0,0,0],[47,80,49,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel+TapDance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC23toggleTapDanceRecording2atySi_tFyycfU1_","regions":[[50,25,53,18,0,0,0,0],[51,70,51,80,0,0,0,0],[51,80,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11_inputLabel33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[13,41,13,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12_outputLabel33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[14,42,14,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_isRecordingInput33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[15,39,15,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18_isRecordingOutput33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[16,40,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9_isSaving33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[17,31,17,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14_statusIsError33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[19,36,19,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13_currentLayer33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[20,43,20,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16_availableLayers33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySaySSGGvpfi","regions":[[21,48,21,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11selectedURLSSSgvW","regions":[[28,16,32,10,0,0,0,0],[29,16,29,39,0,0,0,0],[29,40,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_showingURLDialog33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySbGvpfi","regions":[[38,39,38,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13_urlInputText33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySSGvpfi","regions":[[40,35,40,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06_inputA4Code33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVys6UInt16VSgGvpfi","regions":[[43,44,43,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC016_appsWithCurrentA7Mapping33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVySayAA0C6KeymapVGGvpfi","regions":[[45,61,45,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20_appConditionManager33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVyAA0ciJ0CGvpfi","regions":[[50,42,50,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC08selectedC9ConditionAA0cI4InfoVSgvg","regions":[[54,13,54,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC08selectedC9ConditionAA0cI4InfoVSgvs","regions":[[55,13,55,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17_advancedBehavior33_1082708BCF0D3F6C63FAEEB0F675BE72LL7Combine9PublishedVyAA08AdvancedI7ManagerCGvpfi","regions":[[62,39,62,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelCACycfc","regions":[[64,12,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelCACycfcyyt_tcfU_","regions":[[65,78,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12showAdvancedSbvg","regions":[[73,13,73,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12showAdvancedSbvs","regions":[[74,13,74,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10holdActionSSvg","regions":[[78,13,78,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10holdActionSSvs","regions":[[79,13,79,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15doubleTapActionSSvg","regions":[[83,13,83,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15doubleTapActionSSvs","regions":[[84,13,84,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13macroBehaviorAA05MacroI0VSgvg","regions":[[88,13,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13macroBehaviorAA05MacroI0VSgvs","regions":[[89,13,89,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11tappingTermSivg","regions":[[93,13,93,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11tappingTermSivs","regions":[[94,13,94,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15isRecordingHoldSbvg","regions":[[98,13,98,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC15isRecordingHoldSbvs","regions":[[99,13,99,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20isRecordingDoubleTapSbvg","regions":[[103,13,103,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20isRecordingDoubleTapSbvs","regions":[[104,13,104,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22isRecordingComboOutputSbvg","regions":[[108,13,108,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC22isRecordingComboOutputSbvs","regions":[[109,13,109,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16isRecordingMacroSbvg","regions":[[113,13,113,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC16isRecordingMacroSbvs","regions":[[114,13,114,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11comboOutputSSvg","regions":[[118,13,118,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11comboOutputSSvs","regions":[[119,13,119,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9comboKeysSaySSGvg","regions":[[123,13,123,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9comboKeysSaySSGvs","regions":[[124,13,124,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12holdBehaviorAA08AdvancedI7ManagerC04HoldI4TypeOvg","regions":[[131,13,131,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12holdBehaviorAA08AdvancedI7ManagerC04HoldI4TypeOvs","regions":[[132,13,132,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17customTapKeysTextSSvg","regions":[[136,13,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC17customTapKeysTextSSvs","regions":[[137,13,137,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13tapDanceStepsSaySS5label_SS6actionSb11isRecordingtGvg","regions":[[141,13,141,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13tapDanceStepsSaySS5label_SS6actionSb11isRecordingtGvs","regions":[[142,13,142,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showTimingAdvancedSbvg","regions":[[148,13,148,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showTimingAdvancedSbvs","regions":[[149,13,149,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10tapTimeoutSivg","regions":[[153,13,153,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC10tapTimeoutSivs","regions":[[154,13,154,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11holdTimeoutSivg","regions":[[158,13,158,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC11holdTimeoutSivs","regions":[[159,13,159,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showConflictDialogSbvg","regions":[[163,13,163,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC18showConflictDialogSbvs","regions":[[164,13,164,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19pendingConflictTypeAA23AdvancedBehaviorManagerC0iJ0OSgvg","regions":[[170,13,170,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19pendingConflictTypeAA23AdvancedBehaviorManagerC0iJ0OSgvs","regions":[[171,13,171,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20pendingConflictFieldSSvg","regions":[[175,13,175,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20pendingConflictFieldSSvs","regions":[[176,13,176,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC13inputSequenceAA0aI0VSgvpfi","regions":[[184,39,184,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC14outputSequenceAA0aI0VSgvpfi","regions":[[185,40,185,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12rulesManagerAA015RuleCollectionsI0CSgvg","regions":[[196,47,196,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21sequenceFinalizeDelaySdvpfi","regions":[[217,47,217,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvg","regions":[[219,23,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_","regions":[[220,33,220,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu0_","regions":[[220,59,220,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu1_","regions":[[220,81,220,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC7canSaveSbvgSbyKXEfu_SbyKXEfu2_","regions":[[220,112,220,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9configure13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[223,55,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC9configure13kanataManageryAA18RuntimeCoordinatorC_tFyyYacfU_","regions":[[225,14,227,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC8setLayeryySSF","regions":[[231,36,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC012setInputFromA5Click7keyCode10inputLabel06outputO013appIdentifier012systemActionR003urlR0ys6UInt16V_S3SSgA2MtF","regions":[[251,7,308,6,0,0,0,0],[270,79,275,10,0,0,0,0],[275,45,280,10,0,0,0,0],[280,119,285,10,0,0,0,0],[285,16,293,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC012setInputFromA5Click7keyCode10inputLabel06outputO013appIdentifier012systemActionR003urlR0ys6UInt16V_S3SSgA2MtFyyYacfU_","regions":[[296,14,296,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[312,74,379,6,0,0,0,0],[313,47,313,57,0,0,0,0],[313,57,379,6,0,0,0,0],[319,14,322,10,0,0,0,0],[322,10,379,6,0,0,0,0],[324,16,324,24,0,0,0,0],[325,9,342,133,0,0,0,0],[331,16,331,47,0,0,0,0],[331,48,333,14,0,0,0,0],[333,23,333,40,0,0,0,0],[333,41,335,14,0,0,0,0],[335,23,335,54,0,0,0,0],[335,55,338,14,0,0,0,0],[338,20,340,14,0,0,0,0],[344,9,365,14,0,0,0,0],[345,20,345,31,0,0,0,0],[346,13,347,101,0,0,0,0],[348,13,364,168,0,0,0,0],[354,20,354,44,0,0,0,0],[354,45,356,18,0,0,0,0],[358,20,358,44,0,0,0,0],[358,45,362,18,0,0,0,0],[367,9,369,99,0,0,0,0],[371,9,377,145,0,0,0,0],[378,10,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tFSS5label_SS6actionSb11isRecordingtAA12TapDanceStepVXEfU_","regions":[[359,86,361,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC28loadBehaviorFromExistingRule13kanataManageryAA18RuntimeCoordinatorC_tFSbSSXEfU0_","regions":[[373,60,373,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21updateAppsWithMappingyyYaF","regions":[[382,40,389,6,0,0,0,0],[383,47,386,10,0,0,0,0],[386,10,389,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12applyPresets5input6output5layer0jA4Code13appIdentifier012systemActionO003urlO0ySS_S2SSgs6UInt16VSgA3LtF","regions":[[400,7,475,6,0,0,0,0],[419,22,421,10,0,0,0,0],[433,79,438,10,0,0,0,0],[438,37,443,10,0,0,0,0],[445,9,451,10,0,0,0,0],[451,78,457,10,0,0,0,0],[457,16,464,10,0,0,0,0],[467,29,469,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC12applyPresets5input6output5layer0jA4Code13appIdentifier012systemActionO003urlO0ySS_S2SSgs6UInt16VSgA3LtFANyKXEfu_","regions":[[427,44,427,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC06formatA10ForDisplayyS2SF","regions":[[479,55,484,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC20toggleInputRecordingyyF","regions":[[486,33,496,6,0,0,0,0],[487,12,487,28,0,0,0,0],[487,29,489,10,0,0,0,0],[489,16,495,10,0,0,0,0],[491,16,491,33,0,0,0,0],[491,34,493,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC21toggleOutputRecordingyyF","regions":[[498,34,508,6,0,0,0,0],[499,12,499,29,0,0,0,0],[499,30,501,10,0,0,0,0],[501,16,507,10,0,0,0,0],[503,16,503,32,0,0,0,0],[503,33,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19toggleHoldRecordingyyF","regions":[[510,32,531,6,0,0,0,0],[512,12,512,31,0,0,0,0],[512,32,517,10,0,0,0,0],[517,10,531,6,0,0,0,0],[519,12,519,27,0,0,0,0],[519,28,522,10,0,0,0,0],[522,16,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC19toggleHoldRecordingyyFySScfU_","regions":[[526,35,529,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyF","regions":[[533,37,567,6,0,0,0,0],[535,12,535,42,0,0,0,0],[535,43,537,10,0,0,0,0],[540,12,540,52,0,0,0,0],[540,53,545,10,0,0,0,0],[545,10,567,6,0,0,0,0],[547,12,547,32,0,0,0,0],[547,33,550,10,0,0,0,0],[550,16,566,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFySScfU_","regions":[[556,27,558,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFySScfU0_","regions":[[559,29,561,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC24toggleDoubleTapRecordingyyFyycfU1_","regions":[[562,25,564,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC26toggleComboOutputRecordingyyF","regions":[[569,39,582,6,0,0,0,0],[570,12,570,34,0,0,0,0],[570,35,573,10,0,0,0,0],[573,16,581,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Experimental/MapperViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MapperViewModelC26toggleComboOutputRecordingyyFySScfU_","regions":[[577,35,580,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingBehaviorO4fromACs7Decoder_p_tKcfC","regions":[[28,47,61,6,0,0,0,0],[29,72,60,10,0,0,0,0],[31,98,60,10,0,0,0,0],[31,99,34,10,0,0,0,0],[34,10,60,10,0,0,0,0],[36,113,60,10,0,0,0,0],[36,114,39,10,0,0,0,0],[39,10,60,10,0,0,0,0],[41,98,60,10,0,0,0,0],[41,99,44,10,0,0,0,0],[44,10,60,10,0,0,0,0],[46,89,60,10,0,0,0,0],[46,90,49,10,0,0,0,0],[49,10,60,10,0,0,0,0],[51,89,60,10,0,0,0,0],[51,90,54,10,0,0,0,0],[54,10,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingBehaviorO6encode2toys7Encoder_p_tKF","regions":[[63,52,75,6,0,0,0,0],[65,16,65,20,0,0,0,0],[66,9,67,62,0,0,0,0],[68,9,69,72,0,0,0,0],[70,9,71,56,0,0,0,0],[72,9,73,56,0,0,0,0],[74,10,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV9tapAction04holdI00H7Timeout0jK0019activateHoldOnOtherA08quickTap06customQ4KeysACSS_SSS2iS2bSaySSGtcfC","regions":[[132,7,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvg","regions":[[144,30,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu_","regions":[[145,31,145,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu0_","regions":[[145,54,145,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV7isValidSbvgSbyKXEfu1_","regions":[[145,72,145,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV8windowMs5stepsACSi_SayAA0eF4StepVGtcfC","regions":[[160,61,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvg","regions":[[167,30,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvgSbyKXEfu_","regions":[[168,25,168,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7isValidSbvgSbyKXEfu_SbAA0eF4StepVXEfU_","regions":[[168,40,168,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TapDanceStepV5label6actionACSS_SStcfC","regions":[[180,48,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV7outputs4text11description6sourceACSaySSG_SSSgAiC6SourceOSgtcfC","regions":[[213,7,222,6,0,0,0,0],[217,23,219,10,0,0,0,0],[219,16,221,10,0,0,0,0],[220,54,220,59,0,0,0,0],[220,62,220,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV7isValidSbvg","regions":[[225,30,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16effectiveOutputsSaySSGvg","regions":[[230,43,240,6,0,0,0,0],[231,16,231,22,0,0,0,0],[232,9,236,22,0,0,0,0],[233,40,235,14,0,0,0,0],[235,14,236,22,0,0,0,0],[237,9,238,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16effectiveOutputsSaySSGvgSSSJXEfU_","regions":[[234,33,234,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV13displayStringSSvg","regions":[[242,38,253,6,0,0,0,0],[243,16,243,22,0,0,0,0],[244,9,248,36,0,0,0,0],[245,40,247,14,0,0,0,0],[247,14,248,36,0,0,0,0],[249,9,251,95,0,0,0,0],[251,40,251,52,0,0,0,0],[251,55,251,95,0,0,0,0],[251,71,251,87,0,0,0,0],[251,90,251,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MacroBehaviorV16validationErrorsSaySSGvg","regions":[[255,43,270,6,0,0,0,0],[259,12,259,27,0,0,0,0],[259,28,261,10,0,0,0,0],[263,12,263,27,0,0,0,0],[263,53,267,10,0,0,0,0],[264,92,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DualRoleBehaviorV10homeRowMod6letter8modifierACSS_SStFZ","regions":[[278,82,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16TapDanceBehaviorV7twoStep06singleE006doubleE08windowMsACSS_SSSitFZ","regions":[[292,104,300,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfC","regions":[[329,7,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSbyXEfu_","regions":[[331,22,331,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSSyXEfu0_","regions":[[331,39,331,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSbyXEfu1_","regions":[[332,22,332,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV4keys6output7timeout11descriptionACSaySSG_SSSiSSSgtcfcSSyXEfu2_","regions":[[332,39,332,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvg","regions":[[342,30,344,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvgSbyKXEfu_","regions":[[343,28,343,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV7isValidSbvgSbyKXEfu0_","regions":[[343,47,343,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV9groupNameSSvg","regions":[[348,34,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV03twoA0__6output11descriptionACSS_S3SSgtFZ","regions":[[357,117,359,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/MappingBehavior.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ChordBehaviorV05threeA0___6output11descriptionACSS_S4SSgtFZ","regions":[[362,135,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV5_mode33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVyAA0eG4ModeOGvpfi","regions":[[18,50,18,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV20_showTimingOverrides33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[19,46,19,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10_tapAction33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySSGvpfi","regions":[[22,44,22,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV11_holdAction33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySSGvpfi","regions":[[23,45,23,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV11_tapTimeout33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[24,42,24,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12_holdTimeout33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[25,43,25,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV020_activateHoldOnOtherA033_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[26,55,26,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV9_quickTap33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySbGvpfi","regions":[[27,41,27,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV15_tapDanceWindow33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySiGvpfi","regions":[[30,46,30,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV14_tapDanceSteps33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVySayAA03TapI4StepVGGvpfi","regions":[[31,56,31,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13_behaviorType33_39D60F8B9FEA1801C6B95CB756F653B3LL7SwiftUI5StateVyAC0fI0OGvpfi","regions":[[34,53,34,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg","regions":[[41,25,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_","regions":[[42,50,74,10,0,0,0,0],[69,16,69,31,0,0,0,0],[69,32,71,14,0,0,0,0],[71,20,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_A1_yXEfU_","regions":[[44,46,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_A1_yXEfU_A0_AVcfU_","regions":[[45,65,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11pickerStyleyQrqd__AE06PickerT0Rd__lFQOyAE0U0VyAE4TextVAA0eG4ModeOAE7ForEachVySayAVGAviEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAT_AVQo_GG_AE09SegmenteduT0VQo_AE31AccessibilityAttachmentModifierVG_AVQo__AE012_ConditionalR0VyAC06simpleL033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvpQOy_Qo_AC08advancedL0A13_LLQrvpQOy_Qo_GtGyXEfU_yAV_AVtcfU0_","regions":[[52,33,67,14,0,0,0,0],[53,20,53,38,0,0,0,0],[53,39,56,18,0,0,0,0],[56,24,66,18,0,0,0,0],[58,24,58,41,0,0,0,0],[58,42,60,22,0,0,0,0],[62,24,62,45,0,0,0,0],[62,46,64,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV4bodyQrvgyycfU0_","regions":[[75,19,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10simpleView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[82,39,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV10simpleView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF4TextV_AJtGyXEfU_","regions":[[83,49,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[95,41,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_","regions":[[96,50,116,10,0,0,0,0],[110,20,110,32,0,0,0,0],[111,13,112,31,0,0,0,0],[113,13,114,31,0,0,0,0],[115,14,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_A2_yXEfU_","regions":[[98,58,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_A2_yXEfU_A1_AWcfU_","regions":[[99,60,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV12advancedView33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAF4TextVAC0F4TypeOAF7ForEachVySayAWGAwjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo_GG_AF20SegmentedPickerStyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AF19_ConditionalContentVyAC08dualRoleG0AELLQrvpQOy_Qo_AC08tapDanceG0AELLQrvpQOy_Qo_GtGyXEfU_yAW_AWtcfU0_","regions":[[106,41,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[121,43,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_","regions":[[122,50,218,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_","regions":[[124,33,144,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_","regions":[[125,57,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU_","regions":[[126,28,133,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU_ySS_SStcfU_","regions":[[132,54,132,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU0_","regions":[[134,28,141,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A28_yXEfU_A26_yXEfU_A24_yXEfU0_ySS_SStcfU_","regions":[[140,55,140,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_","regions":[[147,32,184,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_","regions":[[148,57,182,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A36_yXEfU_","regions":[[149,28,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A36_yXEfU_ySi_SitcfU_","regions":[[159,51,159,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_","regions":[[162,94,180,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_","regions":[[163,65,178,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_A49_yXEfU_","regions":[[164,36,177,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A57_yXEfU0_A55_yXEfU_A52_ycfU0_A50_yXEfU_A49_yXEfU_ySi_SitcfU_","regions":[[176,60,176,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_","regions":[[187,33,214,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_","regions":[[188,57,212,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU_","regions":[[189,59,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU_A63_yXEfU_","regions":[[190,65,195,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_ySb_SbtcfU0_","regions":[[197,59,197,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU1_","regions":[[201,45,208,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_A64_yXEfU1_A63_yXEfU_","regions":[[202,65,207,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08dualRoleG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAHyAF6HStackVyAHyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__AnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo__SSQo_tGG_A25_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAYyAHyA_yAHyAL_AF6SpacerVAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_AnFE4fontyQrAF4FontVSgFQOyAF010DisclosureW0VyAlnFEAOyQrAS_AWtFQOyAYyA_yAHyAL_A31_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAnFE11controlSizeyQrAF11ControlSizeOFQOyA34__Qo__SiQo_tGGG_Qo_G_Qo_tGG_Qo_GAJyAlnFEAOyQrAS_AWtFQOyAYyAHyAF15ModifiedContentVyAnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF6ToggleVyAYyAHyAL_ALtGGG_SbQo_AF31AccessibilityAttachmentModifierVG_AnFEA12_A13_A14__Qrqd___Sbyqd___qd__tctSQRd__lFQOyA60_yA65_A68_G_SbQo_tGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A74_yXEfU1_A72_yXEfU_ySb_SbtcfU2_","regions":[[211,45,211,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[224,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_","regions":[[225,50,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_","regions":[[226,40,240,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_A7_yXEfU_","regions":[[227,24,238,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A9_yXEfU_A7_yXEfU_ySi_SitcfU_","regions":[[237,51,237,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_","regions":[[242,31,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_","regions":[[243,57,283,18,0,0,0,0],[272,24,272,47,0,0,0,0],[272,48,282,22,0,0,0,0],[282,22,283,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_","regions":[[244,64,270,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_","regions":[[245,32,269,26,0,0,0,0],[259,32,259,55,0,0,0,0],[259,56,268,30,0,0,0,0],[268,30,269,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_SSyYbcfU_","regions":[[251,38,251,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_ySSYbcfU0_","regions":[[252,38,255,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_yyScMYccfU1_","regions":[[260,40,263,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A54_SicfU_A53_yXEfU_A47_yXEfU2_","regions":[[263,42,266,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_yyScMYccfU0_","regions":[[273,32,277,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV08tapDanceG033_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI9TupleViewVyAF8GroupBoxVyAF4TextVAF0V0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAL_AF6SpacerVAnFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF7StepperVyALG_SiQo_tGG_Qo_G_AJyAlnFEAOyQrAS_AWtFQOyAF6VStackVyAHyAF7ForEachVySnySiGSiAYyAHyAnFE4fontyQrAF4FontVSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE5frame5width6height9alignmentQrAW_AwF9AlignmentVtFQOyAL_Qo__Qo__Qo__AnFE14textFieldStyleyQrqd__AF0Y10FieldStyleRd__lFQOyAF0Y5FieldVyALG_AF013RoundedBorderY10FieldStyleVQo_AnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAnFEA20_yQrA23_FQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_SgtGGG_AnFEA41_yQrqd__AFA42_Rd__lFQOyA44_yAnFEA16_yQrA19_FQOyAF5LabelVyALA46_G_Qo_G_A50_Qo_SgtGG_Qo_GAC13kanataPreviewAELLQrvpQOy_Qo_tGyXEfU_A65_yXEfU0_A63_yXEfU_A59_yXEfU1_","regions":[[277,34,280,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg","regions":[[293,42,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAF05TupleU0VyAF4TextV_AF6SpacerVAhFE13textSelectionyQrqd__AF17TextSelectabilityRd__lFQOyAW_AF24EnabledTextSelectabilityVQo_tGG_Qo_yXEfU_","regions":[[294,18,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13kanataPreview33_39D60F8B9FEA1801C6B95CB756F653B3LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAF05TupleU0VyAF4TextV_AF6SpacerVAhFE13textSelectionyQrqd__AF17TextSelectabilityRd__lFQOyAW_AF24EnabledTextSelectabilityVQo_tGG_Qo_yXEfU_A3_yXEfU_","regions":[[295,20,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV13previewSyntax33_39D60F8B9FEA1801C6B95CB756F653B3LLSSvg","regions":[[309,39,315,6,0,0,0,0],[310,33,310,50,0,0,0,0],[310,50,314,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV014initializeFromF033_39D60F8B9FEA1801C6B95CB756F653B3LLyyF","regions":[[319,43,356,6,0,0,0,0],[320,33,323,10,0,0,0,0],[323,10,356,6,0,0,0,0],[327,16,327,24,0,0,0,0],[328,9,335,35,0,0,0,0],[337,9,345,14,0,0,0,0],[338,20,338,31,0,0,0,0],[339,13,340,31,0,0,0,0],[341,13,344,41,0,0,0,0],[347,9,349,27,0,0,0,0],[351,9,354,37,0,0,0,0],[355,10,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV04syncF9FromState33_39D60F8B9FEA1801C6B95CB756F653B3LLyyF","regions":[[358,42,390,6,0,0,0,0],[359,38,362,10,0,0,0,0],[362,10,390,6,0,0,0,0],[364,16,364,28,0,0,0,0],[365,9,377,15,0,0,0,0],[366,64,369,14,0,0,0,0],[369,14,377,15,0,0,0,0],[379,9,388,16,0,0,0,0],[381,44,384,14,0,0,0,0],[384,14,388,16,0,0,0,0],[389,10,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/MappingBehaviorEditor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MappingBehaviorEditorV04syncF9FromState33_39D60F8B9FEA1801C6B95CB756F653B3LLyyFSbAA12TapDanceStepVXEfU_","regions":[[380,51,380,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC12cancellables33_ECAB133B94C0BD3BC9558CBA6E9121A6LLShy7Combine14AnyCancellableCGvpfi","regions":[[26,32,26,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC19bringToFrontHandler010showWizardK0012openSettingsK00no5RulesK004quitK0ACyyc_y0abM4Core0M4PageOSgcyycyycyyctcfc","regions":[[47,7,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC9configure08appStateG022ruleCollectionsManageryAA04MaincjG0C_AA04RulelM0CtF","regions":[[66,7,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC9configure08appStateG022ruleCollectionsManageryAA04MaincjG0C_AA04RulelM0CtFyAH010ValidationJ0OSg_Say0aB10WizardCore0Q5IssueVGtcfU_","regions":[[76,15,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15configureButton33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[89,36,105,6,0,0,0,0],[90,51,90,61,0,0,0,0],[90,61,105,6,0,0,0,0],[96,11,99,10,0,0,0,0],[99,16,101,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC09configureE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[107,34,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[115,37,129,6,0,0,0,0],[116,51,116,61,0,0,0,0],[116,61,129,6,0,0,0,0],[122,12,122,35,0,0,0,0],[122,36,125,10,0,0,0,0],[125,16,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[118,75,118,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu0_","regions":[[119,65,119,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC16updateStatusIcon33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu1_","regions":[[122,26,122,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15menuNeedsUpdateyySo6NSMenuCF","regions":[[133,37,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[139,32,150,6,0,0,0,0],[145,12,145,21,0,0,0,0],[145,38,147,10,0,0,0,0],[147,16,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[142,75,142,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC07rebuildE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSay0aB10WizardCore0Q5IssueVGyKXEfu0_","regions":[[143,52,143,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[152,37,195,6,0,0,0,0],[177,51,189,10,0,0,0,0],[186,45,186,48,0,0,0,0],[186,51,186,55,0,0,0,0],[189,10,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbAA14RuleCollectionVXEfU_","regions":[[178,75,178,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012buildHealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSbyKXEfu_","regions":[[178,105,178,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC014buildUnhealthyE033_ECAB133B94C0BD3BC9558CBA6E9121A6LL6issuesySay0aB10WizardCore0S5IssueVG_tF","regions":[[197,60,237,6,0,0,0,0],[219,42,221,10,0,0,0,0],[225,42,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC14addFooterItems33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[242,35,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15createStatusDot33_ECAB133B94C0BD3BC9558CBA6E9121A6LL5colorSo7NSImageCSo7NSColorC_tF","regions":[[265,61,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC15createStatusDot33_ECAB133B94C0BD3BC9558CBA6E9121A6LL5colorSo7NSImageCSo7NSColorC_tFSbSo6CGRectVcfU_","regions":[[267,52,271,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03addC15SpecificSection33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[275,42,348,6,0,0,0,0],[281,14,283,10,0,0,0,0],[283,10,348,6,0,0,0,0],[287,37,290,10,0,0,0,0],[290,16,293,10,0,0,0,0],[300,50,336,10,0,0,0,0],[312,56,322,14,0,0,0,0],[322,14,336,10,0,0,0,0],[325,16,325,42,0,0,0,0],[325,43,335,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03addC15SpecificSection33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyFSo7NSImageCyKXEfu_","regions":[[292,20,292,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03getC10KeymapSync33_ECAB133B94C0BD3BC9558CBA6E9121A6LL16bundleIdentifierAA0cI0VSgSS_tF","regions":[[351,75,364,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC03getC10KeymapSync33_ECAB133B94C0BD3BC9558CBA6E9121A6LL16bundleIdentifierAA0cI0VSgSS_tFyyYacfU_","regions":[[356,14,359,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC17handleStatusClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[369,38,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC17handleShowOverlay33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[374,38,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC18handleFeatureClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[379,52,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC11handleFixIt33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[385,52,388,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC14handleSettings33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[391,35,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC10handleQuit33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyyF","regions":[[396,31,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[401,62,424,6,0,0,0,0],[403,71,403,81,0,0,0,0],[403,81,424,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFSSSg10Foundation3URLVXEfU_","regions":[[407,22,407,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFSSyKXEfu_","regions":[[408,16,408,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC06handleC12MappingClick33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFyyYbScMYccfU0_","regions":[[414,63,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012handleCreateC7Mapping33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCF","regions":[[427,63,446,6,0,0,0,0],[429,87,429,97,0,0,0,0],[429,97,446,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC012handleCreateC7Mapping33_ECAB133B94C0BD3BC9558CBA6E9121A6LLyySo10NSMenuItemCFyyYbScMYccfU_","regions":[[436,63,445,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/MenuBar/MenuBarController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17MenuBarControllerC10wizardPage33_ECAB133B94C0BD3BC9558CBA6E9121A6LL3for0aB10WizardCore0sI0OAG0S5IssueV_tF","regions":[[451,67,477,6,0,0,0,0],[452,16,452,30,0,0,0,0],[453,9,454,30,0,0,0,0],[455,9,469,36,0,0,0,0],[457,69,468,14,0,0,0,0],[458,24,458,35,0,0,0,0],[459,17,460,42,0,0,0,0],[461,17,462,44,0,0,0,0],[463,17,464,48,0,0,0,0],[465,17,466,36,0,0,0,0],[468,14,469,36,0,0,0,0],[470,9,471,28,0,0,0,0],[472,9,473,27,0,0,0,0],[474,9,475,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsVACycfC","regions":[[5,19,5,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV18startKanataServiceSbyYaF","regions":[[7,52,7,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV20restartKanataServiceSbyYaF","regions":[[8,54,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Testing/MockPrivilegedOperations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24MockPrivilegedOperationsV17stopKanataServiceSbyYaF","regions":[[9,51,9,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV9tapCounts33_49B636D36606C6E3283A13CC3F2FCB5BLLSaySiGvpfi","regions":[[8,29,8,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg","regions":[[10,25,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_","regions":[[11,50,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_","regions":[[18,44,26,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_SSyKXEfu_","regions":[[21,69,21,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_yycfU_","regions":[[23,31,23,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21MultiTapSlideOverViewV4bodyQrvg7SwiftUI05TupleI0VyAE4TextV_AE7DividerVAE7ForEachVySaySiGSiAA0eF3Row33_49B636D36606C6E3283A13CC3F2FCB5BLLVGAE6SpacerVtGyXEfU_AQSicfU_yycfU0_","regions":[[24,30,24,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg","regions":[[40,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_","regions":[[41,28,79,10,0,0,0,0],[47,16,47,27,0,0,0,0],[47,28,51,14,0,0,0,0],[51,23,51,37,0,0,0,0],[51,38,55,14,0,0,0,0],[55,20,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_yyScMYccfU_","regions":[[64,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_A23_yXEfU0_","regions":[[66,22,68,14,0,0,0,0],[67,49,67,60,0,0,0,0],[67,63,67,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_yyScMYccfU1_","regions":[[72,20,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/MultiTapSlideOverView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11MultiTapRow33_49B636D36606C6E3283A13CC3F2FCB5BLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF6SpacerVAF19_ConditionalContentVyANyA2JGAF0T0PAFE9clipShape_5styleQrqd___AF9FillStyleVtAF0Z0Rd__lFQOyAqFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0Z5StyleRd__lFQOyAqFE7paddingyQrA0__12CoreGraphics7CGFloatVSgtFQOyAqFEA2_yQrA0__A6_tFQOyAJ_Qo__Qo__AF012HierarchicalZ5StyleVQo__AF16RoundedRectangleVQo_GAF08ModifiedX0VyAqFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5ImageVG_AF21BorderlessButtonStyleVQo_AF31AccessibilityAttachmentModifierVGA30_tGyXEfU_A23_yXEfU2_","regions":[[74,22,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC9observers33_043C30CAB0A2A1758338AB3888744AEDLLSayAC06StoredF0AELLVGvpfi","regions":[[37,47,37,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC4lock33_043C30CAB0A2A1758338AB3888744AEDLLSo6NSLockCvpfi","regions":[[40,24,40,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerCACycfc","regions":[[42,19,42,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerCfd","regions":[[44,12,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC7observe_6object5queue6center7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgSo0M6CenterCy10Foundation0E0VYbctF","regions":[[64,7,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15observeUserInfo_6object5queue7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgySDys11AnyHashableVypGSgYbctF","regions":[[88,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15observeUserInfo_6object5queue7handlerySo18NSNotificationNamea_ypSgSo16NSOperationQueueCSgySDys11AnyHashableVypGSgYbctFy10Foundation0E0VYbcfU_","regions":[[89,53,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC9removeAllyyF","regions":[[100,29,109,6,0,0,0,0],[106,41,108,10,0,0,0,0],[108,10,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC15removeObservers3forySo18NSNotificationNamea_tF","regions":[[115,59,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC13observerCountSivg","regions":[[122,35,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/NotificationObserverManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27NotificationObserverManagerC5setupyyyACXEF","regions":[[135,64,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA_AaF_pycfU_","regions":[[19,81,19,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfcfA0_AHycfU_","regions":[[20,58,20,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC13engineFactory06brokerH0AcA32InstallerEnginePrivilegedRouting_pyc_AA15PrivilegeBrokerVyctcfc","regions":[[21,7,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC21detectOrphanedInstallSbyF","regions":[[36,42,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC21detectOrphanedInstallSbyFSb10Foundation3URLVXEfU_","regions":[[49,48,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC25detectOrphanedVHIDDaemons33_003281E9F8B0D88829DDEF975E8AFAB7LLSbyF","regions":[[60,54,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC25detectOrphanedVHIDDaemons33_003281E9F8B0D88829DDEF975E8AFAB7LLSbyFSbSSXEfU_","regions":[[61,40,61,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC15checkForOrphansyyF","regions":[[65,28,92,6,0,0,0,0],[67,85,69,10,0,0,0,0],[69,10,92,6,0,0,0,0],[74,59,76,10,0,0,0,0],[76,10,92,6,0,0,0,0],[80,12,80,28,0,0,0,0],[80,29,82,10,0,0,0,0],[83,12,83,30,0,0,0,0],[83,31,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC15checkForOrphansyyFSbyKXEfu_","regions":[[74,35,74,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC04showE12CleanupAlert33_003281E9F8B0D88829DDEF975E8AFAB7LL8hasFiles0Q7DaemonsySb_SbtF","regions":[[94,75,145,6,0,0,0,0],[100,12,100,20,0,0,0,0],[100,21,104,10,0,0,0,0],[105,12,105,22,0,0,0,0],[105,23,107,10,0,0,0,0],[126,16,126,24,0,0,0,0],[127,9,131,14,0,0,0,0],[133,9,134,92,0,0,0,0],[137,9,140,82,0,0,0,0],[142,9,143,18,0,0,0,0],[144,10,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC04showE12CleanupAlert33_003281E9F8B0D88829DDEF975E8AFAB7LL8hasFiles0Q7DaemonsySb_SbtFyyYacfU_","regions":[[129,18,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC14performCleanup33_003281E9F8B0D88829DDEF975E8AFAB7LL10cleanFiles0P7DaemonsySb_SbtYaF","regions":[[147,77,212,6,0,0,0,0],[156,12,156,22,0,0,0,0],[156,23,185,10,0,0,0,0],[167,62,184,14,0,0,0,0],[168,78,168,90,0,0,0,0],[168,90,184,14,0,0,0,0],[170,20,170,41,0,0,0,0],[170,42,174,18,0,0,0,0],[174,18,184,14,0,0,0,0],[176,20,180,18,0,0,0,0],[177,65,180,18,0,0,0,0],[180,25,183,18,0,0,0,0],[183,18,184,14,0,0,0,0],[184,14,185,10,0,0,0,0],[185,10,212,6,0,0,0,0],[189,12,189,24,0,0,0,0],[189,25,201,10,0,0,0,0],[190,16,197,14,0,0,0,0],[194,75,197,14,0,0,0,0],[197,21,200,14,0,0,0,0],[200,14,201,10,0,0,0,0],[201,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC14performCleanup33_003281E9F8B0D88829DDEF975E8AFAB7LL10cleanFiles0P7DaemonsySb_SbtYaFyyYbScMYcXEfU_","regions":[[204,29,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtF","regions":[[219,7,262,6,0,0,0,0],[225,32,228,10,0,0,0,0],[228,10,262,6,0,0,0,0],[234,12,234,32,0,0,0,0],[234,33,236,10,0,0,0,0],[237,12,237,36,0,0,0,0],[237,37,240,10,0,0,0,0],[241,12,241,26,0,0,0,0],[241,27,243,10,0,0,0,0],[244,37,247,10,0,0,0,0],[251,12,251,25,0,0,0,0],[251,26,254,10,0,0,0,0],[254,19,254,43,0,0,0,0],[254,44,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFSbyKXEfu_","regions":[[222,50,222,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFS2SAJ_SSAKt_tXEfU_","regions":[[239,60,239,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/OrphanDetector.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14OrphanDetectorC17showCleanupResult33_003281E9F8B0D88829DDEF975E8AFAB7LL16userFilesCleaned0qR6Failed07daemonsS00U5ErrorySi_SaySS4name_SS6reasontGSbSSSgtFSbSSAJ_SSAKt_tXEfU0_","regions":[[250,54,250,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC12currentState016_D3986FB33F7A0C5o10DDE5011777O3CB1LLAA0fgJ0Ovpfi","regions":[[17,54,17,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC11isObserving016_D3986FB33F7A0C5o10DDE5011777O3CB1LLSbvpfi","regions":[[18,31,18,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC27checkingDebounceNanoseconds016_D3986FB33F7A0C5p10DDE5011777P3CB1LLs6UInt64Vvpfi","regions":[[21,55,21,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC13onStateChange0I7Dismiss5sleepACyAA0fgJ0Oc_yycys6UInt64VYactcfcfA1_yAJYacfU_","regions":[[26,34,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC13onStateChange0I7Dismiss5sleepACyAA0fgJ0Oc_yycys6UInt64VYactcfc","regions":[[29,7,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC5start24validationStatePublisher06issuesL0y7Combine03AnyL0VyAA04MaincK10ControllerC010ValidationK0OSgs5NeverOG_AIySay0aB10WizardCore0T5IssueVGAPGtF","regions":[[38,7,54,6,0,0,0,0],[40,33,43,10,0,0,0,0],[43,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC5start24validationStatePublisher06issuesL0y7Combine03AnyL0VyAA04MaincK10ControllerC010ValidationK0OSgs5NeverOG_AIySay0aB10WizardCore0T5IssueVGAPGtFyAN_AUtcfU_","regions":[[51,15,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC7refreshyyF","regions":[[64,20,86,6,0,0,0,0],[68,63,80,10,0,0,0,0],[80,10,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC7refreshyyFSSyXEfu_","regions":[[75,17,75,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtF","regions":[[88,96,135,6,0,0,0,0],[104,16,104,21,0,0,0,0],[105,9,114,14,0,0,0,0],[108,16,108,70,0,0,0,0],[108,71,111,14,0,0,0,0],[111,20,114,14,0,0,0,0],[115,9,121,30,0,0,0,0],[122,9,133,14,0,0,0,0],[128,16,128,38,0,0,0,0],[128,39,131,14,0,0,0,0],[131,20,133,14,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbAOXEfU_","regions":[[95,44,102,10,0,0,0,0],[96,20,96,34,0,0,0,0],[97,13,98,22,0,0,0,0],[99,13,100,72,0,0,0,0],[101,14,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbAOXEfU_SbyKXEfu_","regions":[[100,48,100,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC6handle016_D3986FB33F7A0C5n10DDE5011777N3CB1LL5state6issuesyAA04MainC15StateControllerC010ValidationT0OSg_Say0aB10WizardCore0W5IssueVGtFSbyKXEfu_","regions":[[108,46,108,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyF","regions":[[139,42,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyFyyYacfU_","regions":[[143,37,149,10,0,0,0,0],[145,42,145,52,0,0,0,0],[145,52,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC21scheduleCheckingState016_D3986FB33F7A0C5p10DDE5011777P3CB1LLyyFyyYacfU_ytSgyYbScMYcXEfU_","regions":[[146,33,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC15scheduleDismiss016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyF","regions":[[152,36,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC15scheduleDismiss016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyFyyYacfU_","regions":[[153,28,160,10,0,0,0,0],[155,42,155,52,0,0,0,0],[155,52,160,10,0,0,0,0],[156,45,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayHealthIndicatorObserver.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30OverlayHealthIndicatorObserverC8setState016_D3986FB33F7A0C5o10DDE5011777O3CB1LLyyAA0fgJ0OF","regions":[[163,58,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[13,37,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg","regions":[[16,25,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_","regions":[[17,34,56,10,0,0,0,0],[54,42,54,59,0,0,0,0],[54,62,54,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_","regions":[[18,32,47,14,0,0,0,0],[20,41,26,18,0,0,0,0],[26,24,29,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_","regions":[[32,36,46,18,0,0,0,0],[35,55,35,63,0,0,0,0],[35,66,35,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_yyScMYccfU_","regions":[[38,28,40,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAE19_ConditionalContentVyAgEE10saturationyQrSdFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAgEE11aspectRatio_11contentModeQrA0__AE11ContentModeOtFQOyAE5ImageV_Qo__Qo__Qo_AgEEARA9_A10_AIQrA0__A0_AKtFQOyAC17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo_G_AE6HStackVyA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__AgEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyAgEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyA16__Qo__AE012HierarchicaloR0VQo_G_AE011PlainButtonR0VQo_tGGtGG_Qo__Qo__AC14cardBackgroundA21_LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo__AE06StrokeoJ0VyA60_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A52_yXEfU_A50_yXEfU_A45_yXEfU0_","regions":[[40,30,44,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvgySbcfU0_","regions":[[60,18,60,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV4bodyQrvgyycfU1_","regions":[[61,19,61,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV7loadSVG33_0D3B95290E04DF905D4BD3835E2E4378LLyyF","regions":[[64,28,72,6,0,0,0,0],[69,16,69,26,0,0,0,0],[69,26,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV14cardBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[74,43,79,6,0,0,0,0],[77,19,77,50,0,0,0,0],[78,19,78,87,0,0,0,0],[78,33,78,58,0,0,0,0],[78,61,78,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeymapCardV17keymapPlaceholder33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[81,46,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[99,37,99,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg","regions":[[101,25,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_","regions":[[102,34,130,10,0,0,0,0],[128,42,128,59,0,0,0,0],[128,62,128,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A22_yXEfU_","regions":[[103,32,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE5frame8minWidth05idealV003maxV00U6Height0wY00xY0AIQr12CoreGraphics7CGFloatVSg_A0_A0_A0_A0_A0_AKtFQOyAgEE7paddingyQrA_FQOyAE6VStackVyAE05TupleJ0VyAgEEAL_AMQrqd___AOtAePRd__lFQOyAgEEAR5width6heightAIQrA0__A0_AKtFQOyAC18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__Qo__AE16RoundedRectangleVQo__A3_yA5_yAgEE9lineLimityQrSiSgFQOyAE4TextV_Qo__A19_tGGtGG_Qo__Qo__AC14cardBackgroundA9_LLQrvpQOy_Qo_Qo__A13_Qo__AE06StrokeoJ0VyA13_AE5ColorVAE05EmptyJ0VGQo_yXEfU_A22_yXEfU_A20_yXEfU_","regions":[[110,36,120,18,0,0,0,0],[113,55,113,63,0,0,0,0],[113,66,113,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV4bodyQrvgySbcfU0_","regions":[[134,18,134,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[139,47,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI6HStackVyAF9TupleViewVyAF0V0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF5ColorV_Qo__A3YtGGAF13GeometryProxyVcfU_","regions":[[140,24,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV18colorSwatchPreview33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI6HStackVyAF9TupleViewVyAF0V0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAF5ColorV_Qo__A3YtGGAF13GeometryProxyVcfU_AZyXEfU_","regions":[[141,32,157,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ColorwayCardV14cardBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[161,43,166,6,0,0,0,0],[164,19,164,50,0,0,0,0],[165,19,165,87,0,0,0,0],[165,33,165,58,0,0,0,0],[165,61,165,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV11_isHovering33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[176,37,176,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg","regions":[[178,25,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEASyQrAW_A_tFQOyAE6HStackVyAE05TupleM0VyAiEE5frame5width6heightAPQrA__A_ARtFQOyAiEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicaloR0VQo__Qo__AE4TextVAE6SpacerVAiEEA7_yQrqd__AEA8_Rd__lFQOyA15__AE5ColorVQo_SgtGG_Qo__Qo__AC13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo_AE31AccessibilityAttachmentModifierVGyXEfU_","regions":[[179,34,204,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvg7SwiftUI15ModifiedContentVyAE4ViewPAEE9clipShape_5styleQrqd___AE9FillStyleVtAE0O0Rd__lFQOyAiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEASyQrAW_A_tFQOyAE6HStackVyAE05TupleM0VyAiEE5frame5width6heightAPQrA__A_ARtFQOyAiEE010foregroundR0yQrqd__AE0oR0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicaloR0VQo__Qo__AE4TextVAE6SpacerVAiEEA7_yQrqd__AEA8_Rd__lFQOyA15__AE5ColorVQo_SgtGG_Qo__Qo__AC13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo_Qo__AE16RoundedRectangleVQo_AE31AccessibilityAttachmentModifierVGyXEfU_A28_yXEfU_","regions":[[180,20,197,14,0,0,0,0],[183,51,183,59,0,0,0,0],[183,62,183,72,0,0,0,0],[188,51,188,59,0,0,0,0],[188,62,188,72,0,0,0,0],[192,20,192,30,0,0,0,0],[192,31,196,18,0,0,0,0],[196,18,197,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV4bodyQrvgySbcfU0_","regions":[[206,18,206,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV10layoutIcon33_0D3B95290E04DF905D4BD3835E2E4378LLSSvg","regions":[[209,36,215,6,0,0,0,0],[210,16,210,25,0,0,0,0],[211,9,211,44,0,0,0,0],[212,9,212,39,0,0,0,0],[213,9,213,28,0,0,0,0],[214,10,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PhysicalLayoutRowV13rowBackground33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[217,42,222,6,0,0,0,0],[220,19,220,50,0,0,0,0],[221,19,221,87,0,0,0,0],[221,33,221,58,0,0,0,0],[221,61,221,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020GearAnchorPreferenceA033_0D3B95290E04DF905D4BD3835E2E4378LLV6reduce5value9nextValueySDyAA0eF8LocationACLLO7SwiftUI0F0VySo6CGRectVGGz_APyXEtFZ","regions":[[236,7,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit020GearAnchorPreferenceA033_0D3B95290E04DF905D4BD3835E2E4378LLV6reduce5value9nextValueySDyAA0eF8LocationACLLO7SwiftUI0F0VySo6CGRectVGGz_APyXEtFZA2O_AOtXEfU_","regions":[[237,52,237,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10buttonSize33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[252,39,252,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringMapper33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[253,43,253,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22_isHoveringCustomRules33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[254,48,254,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_isHoveringKeyboard33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[255,45,255,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringLayout33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[256,43,256,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18_isHoveringKeycaps33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[257,44,257,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_isHoveringSounds33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[258,43,258,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV20_isHoveringLaunchers33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[259,46,259,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_isHoveringSettings33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[260,45,260,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13_showMainTabs33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[261,39,261,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17_showSettingsTabs33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[262,43,262,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15_animationToken33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySiGvpfi","regions":[[263,41,263,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16_gearSpinDegrees33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySdGvpfi","regions":[[264,50,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19_gearTravelDistance33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[265,54,265,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14_gearPositionX33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[266,49,266,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14_gearPositionY33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[267,49,267,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg","regions":[[269,25,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI9TupleViewVyAC11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvpQOy_Qo__AC08settingsnO0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[270,37,273,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_","regions":[[274,63,308,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_","regions":[[275,28,307,14,0,0,0,0],[278,53,306,18,0,0,0,0],[306,18,307,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_A9_A19_XEfU_","regions":[[276,52,276,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_A9_A19_XEfU0_","regions":[[277,60,277,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yycfU1_","regions":[[283,35,289,26,0,0,0,0],[285,72,285,85,0,0,0,0],[285,88,285,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yA9__A9_tcfU2_","regions":[[290,50,295,26,0,0,0,0],[292,32,292,54,0,0,0,0],[292,55,294,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_yA9__A9_tcfU3_","regions":[[296,54,301,26,0,0,0,0],[298,32,298,53,0,0,0,0],[298,54,300,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvg7SwiftUI14GeometryReaderVyAE4ViewPAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEEAjkL_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAiEE0N6Appear7performQryycSg_tFQOyAiEE6zIndexyQrSdFQOyAiEE8position1x1yQr12CoreGraphics7CGFloatV_AVtFQOyAE15ModifiedContentVyAC10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFQOy_Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo__Qo__So6CGRectVA9_SQATyHCg0_Qo__A9_A9_SQATyHCg0_Qo__SbQo_SgGSDyAA18GearAnchorLocationAZLLOAE6AnchorVyA9_GGcfU0_A13_AE0K5ProxyVcfU_ySb_SbtcfU4_","regions":[[302,62,305,26,0,0,0,0],[303,58,303,71,0,0,0,0],[303,74,303,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvgyycfU1_","regions":[[313,19,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV4bodyQrvgySb_SbtcfU2_","regions":[[316,46,318,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[321,40,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV11mainTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0V0PAFE16allowsHitTestingyQrSbFQOyAlFE7opacityyQrSdFQOyAC0hiX0AELLQrvpQOy_Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_AC10gearAnchorAELLyQrAA18GearAnchorLocationAELLOFQOy_Qo_tGyXEfU_","regions":[[322,28,328,10,0,0,0,0],[324,41,324,42,0,0,0,0],[324,45,324,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15settingsTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[332,44,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15settingsTabsRow33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAC10gearAnchorAELLyQrAA04GearX8LocationAELLOFQOy_Qo__AF15ModifiedContentVyAF0V0PAFE16allowsHitTestingyQrSbFQOyApFE7opacityyQrSdFQOyAC0hI7ContentAELLQrvpQOy_Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[333,28,339,10,0,0,0,0],[336,45,336,46,0,0,0,0],[336,49,336,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV17gearSlideDuration33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[343,43,345,6,0,0,0,0],[344,24,344,25,0,0,0,0],[344,28,344,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16gearSpinDuration33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[347,42,349,6,0,0,0,0],[348,24,348,25,0,0,0,0],[348,28,348,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV16tabFadeAnimation33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0VSgvg","regions":[[351,46,353,6,0,0,0,0],[352,24,352,27,0,0,0,0],[352,30,352,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19gearRotationDegrees33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[355,45,357,6,0,0,0,0],[356,24,356,25,0,0,0,0],[356,28,356,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtF","regions":[[359,85,374,6,0,0,0,0],[371,42,371,64,0,0,0,0],[371,67,371,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtF7SwiftUI4ViewPAHE9clipShape_5styleQrqd___AH9FillStyleVtAH0Z0Rd__lFQOyAjHE10background_9alignmentQrqd___AH9AlignmentVtAhIRd__lFQOyAjHE5frame5width6heightAQQr12CoreGraphics7CGFloatVSg_AzStFQOyAjHE0T6Effect_6anchorQrAH5AngleV_AH9UnitPointVtFQOyAjHE15foregroundStyleyQrqd__AH0Z5StyleRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__AH5ColorVQo__Qo__Qo__AC0H10BackgroundAELLAFQrSb_tFQOy_Qo_Qo__AH16RoundedRectangleVQo_yXEfU_","regions":[[360,47,368,10,0,0,0,0],[363,47,363,64,0,0,0,0],[363,67,363,111,0,0,0,0],[363,89,363,97,0,0,0,0],[363,100,363,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearButton33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelected15rotationDegreesQrSb_SdtFySbcfU0_","regions":[[373,18,373,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV14gearBackground33_0D3B95290E04DF905D4BD3835E2E4378LL10isSelectedQrSb_tF","regions":[[376,64,385,6,0,0,0,0],[377,63,377,67,0,0,0,0],[377,70,377,74,0,0,0,0],[378,35,378,46,0,0,0,0],[378,49,378,60,0,0,0,0],[378,79,378,83,0,0,0,0],[378,86,378,90,0,0,0,0],[380,32,380,44,0,0,0,0],[380,47,380,93,0,0,0,0],[380,69,380,78,0,0,0,0],[380,81,380,92,0,0,0,0],[383,42,383,87,0,0,0,0],[383,77,383,80,0,0,0,0],[383,83,383,86,0,0,0,0],[383,90,383,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13toolbarButton33_0D3B95290E04DF905D4BD3835E2E4378LL11systemImage10isSelected0T8Hovering7onHover6actionQrSS_S2bySbcyyctF","regions":[[393,20,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV13toolbarButton33_0D3B95290E04DF905D4BD3835E2E4378LL11systemImage10isSelected0T8Hovering7onHover6actionQrSS_S2bySbcyyctF7SwiftUI4ViewPAKE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuK9AlignmentVtFQOyAmKE15foregroundStyleyQrqd__AK10ShapeStyleRd__lFQOyAmKE4fontyQrAK4FontVSgFQOyAK0S0V_Qo__AK5ColorVQo__Qo_yXEfU_","regions":[[394,32,399,10,0,0,0,0],[397,47,397,64,0,0,0,0],[397,67,397,103,0,0,0,0],[397,81,397,89,0,0,0,0],[397,92,397,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18isMapperTabEnabled33_0D3B95290E04DF905D4BD3835E2E4378LLSbvg","regions":[[404,42,408,6,0,0,0,0],[405,12,405,45,0,0,0,0],[405,46,405,61,0,0,0,0],[405,61,407,33,0,0,0,0],[406,51,406,66,0,0,0,0],[406,66,407,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[410,44,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_","regions":[[411,15,451,10,0,0,0,0],[413,16,413,30,0,0,0,0],[413,31,424,14,0,0,0,0],[424,14,451,10,0,0,0,0],[435,43,435,44,0,0,0,0],[435,47,435,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU_","regions":[[418,30,418,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU0_","regions":[[419,29,419,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU1_","regions":[[431,26,431,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU2_","regions":[[432,25,432,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_ySbcfU3_","regions":[[445,26,445,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV15mainTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo_Sg_AjFEAKyQrAMFQOyAOyAjFE7opacityyQrSdFQOyAjFE8disabledyQrSbFQOyAV_Qo__Qo_AXG_Qo_AZtGyXEfU_yycfU4_","regions":[[446,25,446,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg","regions":[[454,48,501,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_","regions":[[455,15,500,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU_","regions":[[461,26,461,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU0_","regions":[[462,25,462,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU1_","regions":[[472,26,472,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU2_","regions":[[473,25,473,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU3_","regions":[[483,26,483,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU4_","regions":[[484,25,484,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_ySbcfU5_","regions":[[494,26,494,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19settingsTabsContent33_0D3B95290E04DF905D4BD3835E2E4378LLQrvg7SwiftUI9TupleViewVyAF0V0PAFE4helpyQrAF015LocalizedStringA0VFQOyAF08ModifiedJ0VyAC13toolbarButtonAELL11systemImage10isSelected10isHovering7onHover6actionQrSS_S2bySbcyyctFQOy_Qo_AF31AccessibilityAttachmentModifierVG_Qo__A3ZtGyXEfU_yycfU6_","regions":[[495,25,495,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearAnchor33_0D3B95290E04DF905D4BD3835E2E4378LLyQrAA04GearI8LocationAELLOF","regions":[[503,74,509,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV10gearAnchor33_0D3B95290E04DF905D4BD3835E2E4378LLyQrAA04GearI8LocationAELLOFSDyAG7SwiftUI0I0VySo6CGRectVGGAMcfU_","regions":[[506,82,506,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV19syncShelfVisibility33_0D3B95290E04DF905D4BD3835E2E4378LLyyF","regions":[[511,40,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tF","regions":[[516,57,555,6,0,0,0,0],[519,12,519,24,0,0,0,0],[519,25,523,10,0,0,0,0],[523,10,555,6,0,0,0,0],[528,12,528,20,0,0,0,0],[528,21,541,10,0,0,0,0],[541,16,554,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU_","regions":[[529,42,531,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU0_","regions":[[532,67,534,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU1_","regions":[[535,81,540,14,0,0,0,0],[536,59,536,69,0,0,0,0],[536,69,540,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU1_yyXEfU_","regions":[[537,46,539,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU2_","regions":[[542,42,544,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyXEfU3_","regions":[[545,67,547,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU4_","regions":[[548,81,553,14,0,0,0,0],[549,59,549,69,0,0,0,0],[549,69,553,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV22animateShelfTransition33_0D3B95290E04DF905D4BD3835E2E4378LL8isActiveySb_tFyyYbScMYccfU4_yyXEfU_","regions":[[550,46,552,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV20gearRotationPerPoint33_0D3B95290E04DF905D4BD3835E2E4378LLSdvg","regions":[[557,46,561,6,0,0,0,0],[559,38,559,50,0,0,0,0],[559,50,560,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV24updateGearTravelDistance33_0D3B95290E04DF905D4BD3835E2E4378LL9mainFrame08settingsU0ySo6CGRectV_AItF","regions":[[563,85,568,6,0,0,0,0],[565,12,565,52,0,0,0,0],[565,53,567,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18updateGearPosition33_0D3B95290E04DF905D4BD3835E2E4378LL2toySo6CGRectV_tF","regions":[[570,55,580,6,0,0,0,0],[571,12,571,24,0,0,0,0],[571,25,574,10,0,0,0,0],[574,16,579,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21InspectorPanelToolbarV18updateGearPosition33_0D3B95290E04DF905D4BD3835E2E4378LL2toySo6CGRectV_tFyyXEfU_","regions":[[575,88,578,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31OverlayGlassButtonStyleModifierV4body7contentQr7SwiftUI05_ViewI8_ContentVyACG_tF","regions":[[586,46,594,6,0,0,0,0],[587,12,587,30,0,0,0,0],[587,31,589,10,0,0,0,0],[589,45,591,10,0,0,0,0],[591,16,593,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26OverlayGlassEffectModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tF","regions":[[602,46,612,6,0,0,0,0],[603,12,603,21,0,0,0,0],[603,49,605,10,0,0,0,0],[605,16,611,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11DrawerPanelO5titleSSvg","regions":[[619,23,623,6,0,0,0,0],[620,16,620,20,0,0,0,0],[621,9,621,52,0,0,0,0],[622,10,623,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InspectorSectionO15isSettingsShelfSbvg","regions":[[637,31,644,6,0,0,0,0],[638,16,638,20,0,0,0,0],[639,9,640,17,0,0,0,0],[641,9,642,18,0,0,0,0],[643,10,644,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV10makeNSView7contextAC12TrackingViewC7SwiftUI0I20RepresentableContextVyACG_tF","regions":[[652,57,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12updateNSView_7contextyAC12TrackingViewC_7SwiftUI0I20RepresentableContextVyACGtF","regions":[[656,67,658,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC02onF0AEyyc_tcfc","regions":[[667,44,670,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC5coderAESgSo7NSCoderC_tcfc","regions":[[672,51,675,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC5coderAESgSo7NSCoderC_tcfcyycfU_","regions":[[673,22,673,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC06updateH5AreasyyF","regions":[[677,45,686,10,0,0,0,0],[679,33,681,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC07viewDidF8ToWindowyyF","regions":[[688,45,703,10,0,0,0,0],[694,16,694,36,0,0,0,0],[694,37,702,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC07viewDidF8ToWindowyyFSo7NSEventCSgAHcfU_","regions":[[695,90,701,18,0,0,0,0],[697,24,697,52,0,0,0,0],[697,53,699,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC19removeFromSuperviewyyF","regions":[[705,45,712,10,0,0,0,0],[707,44,710,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC10mouseMoved4withySo7NSEventC_tF","regions":[[714,51,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC12mouseEntered4withySo7NSEventC_tF","regions":[[718,53,720,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC11mouseExited4withySo7NSEventC_tF","regions":[[722,52,724,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16MouseMoveMonitorV12TrackingViewC7hitTestySo6NSViewCSgSo7CGPointVF","regions":[[726,54,729,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV10_isHovered33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[741,36,741,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV10_isPressed33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI5StateVySbGvpfi","regions":[[742,36,742,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4size33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[744,33,744,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12cornerRadius33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[745,41,745,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV8fontSize33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvpfi","regions":[[746,37,746,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvg","regions":[[748,25,794,6,0,0,0,0],[776,34,776,38,0,0,0,0],[776,41,776,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2WtFQOyAE06_ShapeM0VyAE16RoundedRectangleVATG_Qo__AE06StrokexM0VyA_AtE05EmptyM0VGQo__AE19_ConditionalContentVyA9_yAE4TextVAiEE15foregroundStyleyQrqd__AE0X5StyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__ATQo_GAiEE7paddingyQrAE4EdgeO3SetV_AWSgtFQOyAiEE9lineLimityQrSiSgFQOyAiEE18minimumScaleFactoryQrAWFQOyA11__Qo__Qo__Qo_GtGyXEfU_","regions":[[749,16,774,10,0,0,0,0],[755,71,755,72,0,0,0,0],[755,75,755,76,0,0,0,0],[758,16,758,27,0,0,0,0],[758,28,762,14,0,0,0,0],[762,23,762,36,0,0,0,0],[762,37,766,14,0,0,0,0],[766,20,773,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgySbcfU0_","regions":[[778,18,782,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgySbcfU0_yyXEfU_","regions":[[779,55,781,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_","regions":[[783,23,793,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyXEfU_","regions":[[784,73,786,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_","regions":[[787,67,791,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV4bodyQrvgyycfU1_yyYbScMYccfU0_yyXEfU_","regions":[[788,77,790,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV6isDark33_0D3B95290E04DF905D4BD3835E2E4378LLSbvg","regions":[[798,30,800,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV15foregroundColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[802,40,806,6,0,0,0,0],[804,15,804,87,0,0,0,0],[804,76,804,79,0,0,0,0],[804,82,804,86,0,0,0,0],[805,15,805,60,0,0,0,0],[805,49,805,52,0,0,0,0],[805,55,805,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV15backgroundColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[808,40,816,6,0,0,0,0],[809,12,809,23,0,0,0,0],[809,24,811,10,0,0,0,0],[811,19,811,28,0,0,0,0],[811,29,813,10,0,0,0,0],[812,22,812,40,0,0,0,0],[812,43,812,61,0,0,0,0],[813,16,815,10,0,0,0,0],[814,22,814,40,0,0,0,0],[814,43,814,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV11borderColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[818,36,826,6,0,0,0,0],[819,12,819,23,0,0,0,0],[819,24,821,10,0,0,0,0],[821,19,821,28,0,0,0,0],[821,29,823,10,0,0,0,0],[822,22,822,46,0,0,0,0],[822,49,822,74,0,0,0,0],[823,16,825,10,0,0,0,0],[824,22,824,47,0,0,0,0],[824,50,824,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV11shadowColor33_0D3B95290E04DF905D4BD3835E2E4378LL7SwiftUI0J0Vvg","regions":[[828,36,830,6,0,0,0,0],[829,18,829,42,0,0,0,0],[829,45,829,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12shadowRadius33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvg","regions":[[832,39,834,6,0,0,0,0],[833,21,833,22,0,0,0,0],[833,25,833,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorComponents.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17TapHoldMiniKeycapV12shadowOffset33_0D3B95290E04DF905D4BD3835E2E4378LL12CoreGraphics7CGFloatVvg","regions":[[836,39,838,6,0,0,0,0],[837,21,837,22,0,0,0,0],[837,25,837,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO13easedProgressy12CoreGraphics7CGFloatVAGFZ","regions":[[5,56,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO11revealValue5start6target7elapsed8duration12CoreGraphics7CGFloatVAK_AKS2dtFZ","regions":[[16,18,21,6,0,0,0,0],[17,33,17,50,0,0,0,0],[17,50,20,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO13clampedReveal13expandedWidth09collapsedK009inspectorK012CoreGraphics7CGFloatVAJ_A2JtFZ","regions":[[27,18,31,6,0,0,0,0],[28,39,28,51,0,0,0,0],[28,51,30,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO12cubicBezierY33_4241BA788B586CA269E9F6618D88EFFFLL1t3p1y3p2y3p1x3p2x12CoreGraphics7CGFloatVAM_A4MtFZ","regions":[[39,18,50,6,0,0,0,0],[41,26,47,10,0,0,0,0],[44,16,44,33,0,0,0,0],[44,34,44,43,0,0,0,0],[44,43,47,10,0,0,0,0],[47,10,49,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO11bezierValue33_4241BA788B586CA269E9F6618D88EFFFLL1t2p12p212CoreGraphics7CGFloatVAK_A2KtFZ","regions":[[52,86,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorMath.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayInspectorMathO16bezierDerivative33_4241BA788B586CA269E9F6618D88EFFFLL1t2p12p212CoreGraphics7CGFloatVAK_A2KtFZ","regions":[[59,91,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg","regions":[[8,39,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_","regions":[[9,28,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_","regions":[[11,24,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_","regions":[[12,41,54,18,0,0,0,0],[14,24,14,44,0,0,0,0],[14,45,36,22,0,0,0,0],[36,22,54,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yAA06CustomY0VcfU_","regions":[[17,37,19,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yAA06CustomY0VcfU0_","regions":[[20,39,22,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yycfU1_","regions":[[23,40,33,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_yycfU1_yyYbScMYccfU_","regions":[[26,87,32,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_","regions":[[39,41,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yAA0cA8OverrideVcfU_","regions":[[42,37,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yAA0cA8OverrideVcfU0_","regions":[[45,39,47,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A_yXEfU_AZyXEfU_AxRcfU2_yycfU1_","regions":[[48,40,50,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_","regions":[[60,20,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_yyScMYccfU_","regions":[[63,24,63,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_A36_yXEfU0_","regions":[[63,54,67,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_yyScMYccfU1_","regions":[[74,24,74,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18customRulesContentQrvg7SwiftUI9TupleViewVyAE06ScrollN0VyAE10LazyVStackVyAGyAA06GlobalI4CardVSg_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAA0c4RuleS0VGtGGG_AE6SpacerVAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyA2__A4_AEE4helpyQrAE015LocalizedStringA0VFQOyAE08ModifiedJ0VyA4_AEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA4_AEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA4_AEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_A4_AEEA16_yQrA18_FQOyA20_yA4_AEEA21_yQrqd__AEA22_Rd__lFQOyA24_yA4_AEEA25_yQrqd__AEA26_Rd__lFQOyA33__AE5ColorVQo_G_A39_Qo_A42_G_Qo_tGG_Qo_tGyXEfU_A52_yXEfU0_A47_yXEfU2_","regions":[[74,57,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[90,75,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYbScMYccfU_","regions":[[94,63,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV04editC4Rule33_78ECD2E8E757EDA429018500E57F3AA1LL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYbScMYccfU_s6UInt16VyKXEfu_","regions":[[96,87,96,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV010addRuleForC033_78ECD2E8E757EDA429018500E57F3AA1LL6keymapyAA0C6KeymapV_tF","regions":[[112,51,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV010addRuleForC033_78ECD2E8E757EDA429018500E57F3AA1LL6keymapyAA0C6KeymapV_tFyyYbScMYccfU_","regions":[[116,63,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tF","regions":[[129,51,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tFyyYbScMYccfU_","regions":[[132,63,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+CustomRules.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14editGlobalRule33_78ECD2E8E757EDA429018500E57F3AA1LL4ruleyAA06CustomJ0V_tFyyYbScMYccfU_s6UInt16VyKXEfu_","regions":[[134,80,134,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg","regions":[[8,35,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[9,50,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_","regions":[[11,93,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_yycfU_","regions":[[18,19,20,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_AkOcfU0_","regions":[[23,51,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_ARyXEfU_AkOcfU0_yycfU_","regions":[[29,23,31,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_","regions":[[36,54,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_A18_yXEfU_","regions":[[37,24,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_","regions":[[49,97,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_AkOcfU_","regions":[[50,65,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A24_yXEfU0_AQyXEfU0_AkOcfU_yycfU_","regions":[[56,27,58,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU1_","regions":[[64,20,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU1_yyYbScMYccfU_","regions":[[67,71,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A45_yXEfU2_","regions":[[70,22,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Keymaps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keymapsContentQrvg7SwiftUI9TupleViewVyAE9LazyVGridVyAGyAA10KeymapCardV_AE7ForEachVySayAA07LogicalP0VGSSAKGtGG_AE6VStackVyAGyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAwEEAXyQrA0__A4_tFQOyAwEEAXyQrA0__A4_tFQOyAE6HStackVyAGyAwEE8trackingyQrA3_FQOyAwEE8textCaseyQrAE4TextV4CaseOSgFQOyA10__Qo__Qo__AE6SpacerVtGG_Qo__Qo__Qo__AIyAQGtGGAE08ModifiedI0VyAwEEAXyQrA0__A4_tFQOyAwEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAwEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyA6_yAGyA10__AwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_tGG_AE22HierarchicalShapeStyleVQo_G_AE16PlainButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A45_yXEfU2_A41_yXEfU_","regions":[[71,36,76,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg","regions":[[6,50,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_","regions":[[7,50,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_","regions":[[9,54,46,14,0,0,0,0],[27,20,27,56,0,0,0,0],[27,57,40,18,0,0,0,0],[40,18,46,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_A1_yXEfU_","regions":[[13,79,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_yAY_AYtcfU0_","regions":[[22,55,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_A14_yXEfU1_","regions":[[28,82,33,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A21_yXEfU_yA12__A12_tcfU2_","regions":[[37,61,39,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_","regions":[[49,54,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_","regions":[[54,36,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU_","regions":[[55,28,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU_yyYacfU_","regions":[[56,30,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU0_","regions":[[60,30,75,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU0_A60_yXEfU_","regions":[[61,45,71,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_yyScMYccfU1_","regions":[[81,28,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU2_","regions":[[83,30,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0N0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE08ModifiedJ0VyAmEE12labelsHiddenQryFQOyAmEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAkA22LauncherActivationModeOAGyAmEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAK_AYQo__A0_tGG_AE09SegmentedzY0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AYQo_AmEEAnoP_Qrqd___Sbyqd___qd__tctSQRd__lFQOyARyAmEEASQryFQOyAmEEATyQrqd__AeURd__lFQOyAWyAkA16HyperTriggerModeOAGyAmEEAZ_A_Qrqd___SbtSHRd__lFQOyAK_A12_Qo__A13_tGG_A4_Qo__Qo_A8_G_A12_Qo_SgAKtGG_AIyAGyAK_AmEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE10background_A24_Qrqd___A26_tAeLRd__lFQOyAIyAGyARyAmEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyAmEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAmEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAmEEA35_yQrA39__A43_tFQOyAE6HStackVyAGyAmEE010foregroundY0yQrqd__AE05ShapeY0Rd__lFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE017HierarchicalShapeY0VQo__AkE6SpacerVA57_tGG_Qo__Qo__AE9RectangleVQo_G_AE011PlainButtonY0VQo_A8_G_AE7DividerVA71_tGG_AE06_ShapeN0VyAE16RoundedRectangleVAE5ColorVGQo__AE011StrokeShapeN0VyA79_A81_AE05EmptyN0VGQo_tGGA59_tGyXEfU_A90_yXEfU0_A74_yXEfU_A66_yXEfU2_A60_yXEfU_","regions":[[84,45,94,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgyycfU0_","regions":[[115,19,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgAA29BrowserHistorySuggestionsViewVycfU1_","regions":[[118,62,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV017launcherCustomizeG7ContentQrvgAA29BrowserHistorySuggestionsViewVycfU1_ySayAA0kL7ScannerC11VisitedSiteVGcfU_","regions":[[119,85,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[126,52,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[127,14,146,10,0,0,0,0],[131,13,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[129,66,129,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[132,37,144,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_AA0I10GridConfigVyYbcfU_","regions":[[136,34,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0I10GridConfigVYbcfU0_","regions":[[137,34,137,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0I10GridConfigV_AA0iJ6DialogV0J6ActionOtcfU1_","regions":[[139,37,141,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV31showLauncherWelcomeFromSettings33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_yycfU2_","regions":[[142,36,142,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VF","regions":[[149,79,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_","regions":[[153,14,163,10,0,0,0,0],[155,114,162,14,0,0,0,0],[158,113,161,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[155,66,155,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV25saveLauncherWelcomeConfig33_20B355598D84970F79352E8547512CE8LLyyAA0i4GridK0VFyyYacfU_SbAA14RuleCollectionVXEfU0_","regions":[[158,65,158,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV29launcherActivationDescription33_20B355598D84970F79352E8547512CE8LLSSvg","regions":[[167,55,174,6,0,0,0,0],[168,16,168,38,0,0,0,0],[169,9,170,81,0,0,0,0],[171,9,172,63,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[177,39,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[178,14,188,10,0,0,0,0],[182,13,187,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[180,66,180,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18loadLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[183,37,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaF","regions":[[191,57,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSbAA14RuleCollectionVXEfU_","regions":[[194,27,194,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSSSgAA0I7MappingVXEfU0_","regions":[[198,25,203,14,0,0,0,0],[199,59,201,18,0,0,0,0],[201,18,202,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFSaySSGyKXEfu_","regions":[[203,18,203,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV30refreshLauncherExistingDomains33_20B355598D84970F79352E8547512CE8LLyyYaFyyYbScMYcXEfU1_","regions":[[205,29,207,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyF","regions":[[211,39,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_","regions":[[212,14,226,10,0,0,0,0],[214,106,225,14,0,0,0,0],[216,77,224,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV18saveLauncherConfig33_20B355598D84970F79352E8547512CE8LLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[214,58,214,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGF","regions":[[230,92,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_","regions":[[231,14,269,10,0,0,0,0],[233,106,268,14,0,0,0,0],[235,77,267,18,0,0,0,0],[246,39,261,22,0,0,0,0],[247,28,247,82,0,0,0,0],[247,83,249,26,0,0,0,0],[249,26,261,22,0,0,0,0],[250,129,252,26,0,0,0,0],[252,26,261,22,0,0,0,0],[261,22,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[233,58,233,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SSAA0L7MappingVXEfU0_","regions":[[237,64,237,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SSSgAA0L7MappingVXEfU1_","regions":[[238,74,243,22,0,0,0,0],[239,67,241,26,0,0,0,0],[241,26,242,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV27addSuggestedSitesToLauncher33_20B355598D84970F79352E8547512CE8LLyySayAA21BrowserHistoryScannerC11VisitedSiteVGFyyYacfU_SbSSXEfU2_","regions":[[250,92,250,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LauncherCustomize.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV15normalizeDomain33_20B355598D84970F79352E8547512CE8LLyS2SF","regions":[[272,62,278,6,0,0,0,0],[274,12,274,35,0,0,0,0],[274,36,276,10,0,0,0,0],[276,10,277,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV21physicalLayoutContentQrvg","regions":[[8,42,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg","regions":[[22,35,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_","regions":[[24,89,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_AlIcfU_","regions":[[25,38,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV14keycapsContentQrvg7SwiftUI7ForEachVySayAA11GMKColorwayVGSSAA12ColorwayCardVGyXEfU_AlIcfU_yycfU_","regions":[[30,19,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13soundsContentQrvg","regions":[[40,34,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16launchersContentQrvg","regions":[[47,37,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+LayoutKeycapsSoundsLaunchers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV16launchersContentQrvgyycfU_","regions":[[52,26,52,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13mapperContentQrvg","regions":[[7,34,34,6,0,0,0,0],[17,12,17,22,0,0,0,0],[17,23,28,10,0,0,0,0],[28,16,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorPanel+Mapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlayInspectorPanelV13mapperContentQrvgSbyXEfU_","regions":[[11,32,16,10,0,0,0,0],[12,16,12,33,0,0,0,0],[12,34,12,49,0,0,0,0],[12,49,15,25,0,0,0,0],[13,16,13,49,0,0,0,0],[13,50,13,65,0,0,0,0],[13,65,15,25,0,0,0,0],[14,55,14,70,0,0,0,0],[14,70,15,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit031OverlayAvailableWidthPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[8,72,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RightRoundedRectangle33_03E87E8B52386F05AFE8D1F68B47DE69LLV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[16,40,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InspectorMaskedHostV10makeNSView7contextAA0eF11HostingViewCyxG7SwiftUI0I20RepresentableContextVyACyxGG_tF","regions":[[45,80,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InspectorMaskedHostV12updateNSView_7contextyAA0eF11HostingViewCyxG_7SwiftUI0I20RepresentableContextVyACyxGGtF","regions":[[49,90,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC9maskLayer33_03E87E8B52386F05AFE8D1F68B47DE69LLSo7CALayerCvpfi","regions":[[64,29,64,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6reveal33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[65,35,65,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC10totalWidth33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[66,39,66,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC10leadingGap33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[67,39,67,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC11slideOffset33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[68,40,68,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC14contentOpacity33_03E87E8B52386F05AFE8D1F68B47DE69LL12CoreGraphics7CGFloatVvpfi","regions":[[69,43,69,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC12debugEnabled33_03E87E8B52386F05AFE8D1F68B47DE69LLSbvpfi","regions":[[70,38,70,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC16lastDebugLogTime33_03E87E8B52386F05AFE8D1F68B47DE69LLSdvpfi","regions":[[71,52,71,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC7contentACyxGx_tcfc","regions":[[73,28,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6update7content6reveal10totalWidth10leadingGap11slideOffset7opacity12debugEnabledyx_12CoreGraphics7CGFloatVA4NSbtF","regions":[[99,7,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayInspectorSupport.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InspectorMaskedHostingViewC6layoutyyF","regions":[[110,28,134,6,0,0,0,0],[116,43,116,53,0,0,0,0],[116,56,116,68,0,0,0,0],[122,33,122,43,0,0,0,0],[122,43,134,6,0,0,0,0],[124,49,124,59,0,0,0,0],[124,59,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03Esca19LeftInsetPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[8,72,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10isDarkModeSbvpfi","regions":[[20,28,20,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[21,31,21,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14keyFadeAmountsSDys6UInt16V12CoreGraphics7CGFloatVGvpfi","regions":[[22,45,22,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV16currentLayerNameSSvpfi","regions":[[23,36,23,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17isLoadingLayerMapSbvpfi","regions":[[24,35,24,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[26,47,26,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV016effectivePressedA5CodesShys6UInt16VGvpfi","regions":[[28,49,28,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV010emphasizedA5CodesShys6UInt16VGvpfi","regions":[[30,43,30,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV07oneShotA5CodesShys6UInt16VGvpfi","regions":[[32,40,32,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV10holdLabelsSDys6UInt16VSSGvpfi","regions":[[34,40,34,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17tapHoldIdleLabelsSDys6UInt16VSSGvpfi","regions":[[36,47,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11customIconsSDys6UInt16VSSGvpfi","regions":[[38,41,38,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14isLauncherModeSbvpfi","regions":[[49,32,49,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV16launcherMappingsSDySSAA15LauncherMappingVGvpfi","regions":[[51,55,51,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV18isInspectorVisibleSbvpfi","regions":[[53,36,53,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11isLayerMode33_56D43DF5FFE1A1D7C938EE94E00F5328LLSbvg","regions":[[58,35,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11isLayerMode33_56D43DF5FFE1A1D7C938EE94E00F5328LLSbvgSbyKXEfu_","regions":[[59,28,59,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV13_isCapsLockOn33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[63,45,63,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV22_initialRenderComplete33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[69,54,69,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV17_previousKeymapId33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySSGvpfi","regions":[[71,51,71,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV22_isKeymapTransitioning33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySbGvpfi","regions":[[74,54,74,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV014_cachedLabelToA4Code33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI5StateVySDySSs6UInt16VGGvpfi","regions":[[77,65,77,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV18selectedColorwayId33_56D43DF5FFE1A1D7C938EE94E00F5328LLSSvpfP","regions":[[82,6,82,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV19_selectedColorwayId33_56D43DF5FFE1A1D7C938EE94E00F5328LL7SwiftUI0C7StorageVySSGvpfi","regions":[[82,79,82,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14activeColorway33_56D43DF5FFE1A1D7C938EE94E00F5328LLAA11GMKColorwayVvg","regions":[[85,45,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14activeColorway33_56D43DF5FFE1A1D7C938EE94E00F5328LLAA11GMKColorwayVvgAGyKXEfu_","regions":[[86,53,86,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV11keyUnitSize33_56D43DF5FFE1A1D7C938EE94E00F5328LL12CoreGraphics7CGFloatVvpfi","regions":[[90,40,90,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV6keyGap33_56D43DF5FFE1A1D7C938EE94E00F5328LL12CoreGraphics7CGFloatVvpfi","regions":[[92,35,92,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV07labelToA4Code33_56D43DF5FFE1A1D7C938EE94E00F5328LLSDySSs6UInt16VGvg","regions":[[104,50,112,6,0,0,0,0],[106,12,106,41,0,0,0,0],[106,42,108,10,0,0,0,0],[108,10,111,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV014rebuildLabelToA9CodeCache33_56D43DF5FFE1A1D7C938EE94E00F5328LLSDySSs6UInt16VGyF","regions":[[116,67,129,6,0,0,0,0],[118,32,127,10,0,0,0,0],[121,16,121,57,0,0,0,0],[121,58,123,14,0,0,0,0],[123,14,127,10,0,0,0,0],[127,10,128,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_","regions":[[132,46,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_SSs5UInt8VXEfU_","regions":[[134,39,134,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9allLabels33_56D43DF5FFE1A1D7C938EE94E00F5328LLSaySSGvpZfiAFyXEfU_SSSiXEfU0_","regions":[[136,37,136,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14isSpecialLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLySbSSFZ","regions":[[173,65,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV15isRemappedLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLySbSSF","regions":[[181,59,198,6,0,0,0,0],[184,12,184,33,0,0,0,0],[184,34,186,10,0,0,0,0],[186,10,197,46,0,0,0,0],[191,14,193,10,0,0,0,0],[193,10,197,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg","regions":[[200,25,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_","regions":[[201,24,255,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_","regions":[[210,44,250,14,0,0,0,0],[221,20,221,33,0,0,0,0],[221,75,249,18,0,0,0,0],[249,18,250,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A19_A11_cfU_","regions":[[212,41,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_","regions":[[222,57,248,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu_","regions":[[234,36,234,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu0_","regions":[[235,36,235,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu1_","regions":[[236,36,236,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE10preference3keyAIQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAgEE5frame8minWidth05idealT003maxT00S6Height0uW00vW09alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAC0oG033_56D43DF5FFE1A1D7C938EE94E00F5328LLAN5scaleQrA11__A0_tFQOy_Qo_G_A9_ySaySSGSSAA19FloatingKeymapLabelA17_LLVGSgtGG_Qo__AA03Esca9LeftInsetqA0VQo__SbQo_AE13GeometryProxyVcfU_A26_yXEfU_A23_SScfU0_SbyKXEfu2_","regions":[[237,36,237,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyShys6UInt16VG_AGtcfU0_","regions":[[259,49,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU1_","regions":[[263,34,276,10,0,0,0,0],[264,45,264,55,0,0,0,0],[264,55,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_","regions":[[273,67,275,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySb_SbtcfU2_","regions":[[277,49,280,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgySS_SStcfU3_","regions":[[281,34,284,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyycfU4_","regions":[[285,19,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV4bodyQrvgyycfU4_yyYbScMYccfU_","regions":[[292,38,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14targetFrameFor33_56D43DF5FFE1A1D7C938EE94E00F5328LL_5scaleSo6CGRectVSS_12CoreGraphics7CGFloatVtF","regions":[[300,76,319,6,0,0,0,0],[305,9,316,10,0,0,0,0],[316,10,318,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14targetFrameFor33_56D43DF5FFE1A1D7C938EE94E00F5328LL_5scaleSo6CGRectVSS_12CoreGraphics7CGFloatVtFSbAA08PhysicalA0VXEfU_","regions":[[304,47,304,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtF","regions":[[321,73,393,6,0,0,0,0],[327,12,327,29,0,0,0,0],[327,75,331,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[327,44,327,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu0_","regions":[[329,104,329,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSSyKXEfu1_","regions":[[329,166,329,171,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFALyKXEfu2_","regions":[[335,66,335,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV03keyG033_56D43DF5FFE1A1D7C938EE94E00F5328LL0H05scaleQrAA08PhysicalA0V_12CoreGraphics7CGFloatVtFSbyKXEfu3_","regions":[[367,49,367,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV14calculateScale33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[397,62,401,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV8keyWidth33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[403,76,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV9keyHeight33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[407,77,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12keyPositionX33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[411,80,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12keyPositionY33_56D43DF5FFE1A1D7C938EE94E00F5328LL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[418,80,423,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12escLeftInset3for5scale11keyUnitSize0M3Gap12CoreGraphics7CGFloatVAA14PhysicalLayoutV_A3KtFZ","regions":[[430,18,441,6,0,0,0,0],[431,80,433,10,0,0,0,0],[433,10,440,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV12escLeftInset3for5scale11keyUnitSize0M3Gap12CoreGraphics7CGFloatVAA14PhysicalLayoutV_A3KtFZSbAA0tA0VXEfU_","regions":[[431,53,431,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayKeyboardViewV19keyCodeToKanataNameySSs6UInt16VFZ","regions":[[447,78,562,6,0,0,0,0],[448,16,448,23,0,0,0,0],[450,9,450,20,0,0,0,0],[451,9,451,20,0,0,0,0],[452,9,452,20,0,0,0,0],[453,9,453,20,0,0,0,0],[454,9,454,20,0,0,0,0],[455,9,455,20,0,0,0,0],[457,9,457,20,0,0,0,0],[458,9,458,20,0,0,0,0],[459,9,459,20,0,0,0,0],[460,9,460,20,0,0,0,0],[461,9,461,21,0,0,0,0],[463,9,463,21,0,0,0,0],[464,9,464,21,0,0,0,0],[465,9,465,21,0,0,0,0],[466,9,466,21,0,0,0,0],[467,9,467,21,0,0,0,0],[468,9,468,21,0,0,0,0],[470,9,470,21,0,0,0,0],[471,9,471,21,0,0,0,0],[472,9,472,21,0,0,0,0],[473,9,473,21,0,0,0,0],[474,9,474,21,0,0,0,0],[475,9,475,21,0,0,0,0],[476,9,476,25,0,0,0,0],[477,9,477,21,0,0,0,0],[478,9,478,21,0,0,0,0],[479,9,479,25,0,0,0,0],[480,9,480,21,0,0,0,0],[481,9,481,21,0,0,0,0],[483,9,483,30,0,0,0,0],[484,9,484,21,0,0,0,0],[485,9,485,21,0,0,0,0],[486,9,486,29,0,0,0,0],[487,9,487,21,0,0,0,0],[488,9,488,21,0,0,0,0],[490,9,490,25,0,0,0,0],[491,9,491,21,0,0,0,0],[492,9,492,21,0,0,0,0],[493,9,493,30,0,0,0,0],[494,9,494,21,0,0,0,0],[495,9,495,29,0,0,0,0],[496,9,496,29,0,0,0,0],[498,9,498,25,0,0,0,0],[499,9,499,25,0,0,0,0],[500,9,500,21,0,0,0,0],[501,9,501,21,0,0,0,0],[502,9,502,23,0,0,0,0],[504,9,504,23,0,0,0,0],[505,9,505,25,0,0,0,0],[506,9,506,25,0,0,0,0],[507,9,507,29,0,0,0,0],[508,9,508,23,0,0,0,0],[510,9,510,29,0,0,0,0],[511,9,511,28,0,0,0,0],[512,9,512,29,0,0,0,0],[513,9,513,28,0,0,0,0],[514,9,514,27,0,0,0,0],[515,9,515,28,0,0,0,0],[516,9,516,30,0,0,0,0],[517,9,517,28,0,0,0,0],[518,9,518,22,0,0,0,0],[520,9,520,22,0,0,0,0],[521,9,521,22,0,0,0,0],[522,9,522,22,0,0,0,0],[523,9,523,22,0,0,0,0],[524,9,524,23,0,0,0,0],[525,9,525,23,0,0,0,0],[526,9,526,24,0,0,0,0],[527,9,527,24,0,0,0,0],[528,9,528,24,0,0,0,0],[529,9,529,23,0,0,0,0],[530,9,530,23,0,0,0,0],[531,9,531,23,0,0,0,0],[533,9,533,25,0,0,0,0],[534,9,534,26,0,0,0,0],[535,9,535,25,0,0,0,0],[536,9,536,23,0,0,0,0],[538,9,538,33,0,0,0,0],[540,9,540,26,0,0,0,0],[542,9,542,28,0,0,0,0],[544,9,544,25,0,0,0,0],[545,9,545,27,0,0,0,0],[546,9,546,24,0,0,0,0],[547,9,547,24,0,0,0,0],[548,9,548,29,0,0,0,0],[549,9,549,25,0,0,0,0],[551,9,551,23,0,0,0,0],[552,9,552,23,0,0,0,0],[553,9,553,23,0,0,0,0],[554,9,554,30,0,0,0,0],[555,9,555,24,0,0,0,0],[556,9,556,24,0,0,0,0],[557,9,557,24,0,0,0,0],[558,9,558,24,0,0,0,0],[559,9,560,33,0,0,0,0],[561,10,562,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15enableAnimationSbvpfi","regions":[[576,33,576,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17animateVisibilitySbvpfi","regions":[[577,35,577,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[578,31,578,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV10isDarkModeSbvpfi","regions":[[579,28,579,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14springResponseSdvg","regions":[[582,40,584,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15dampingFractionSdvg","regions":[[586,41,588,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11wobbleAngleSdvg","regions":[[590,37,592,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17positionAnimation7SwiftUI0R0VSgvg","regions":[[595,47,597,6,0,0,0,0],[596,27,596,94,0,0,0,0],[596,97,596,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11shiftSymbolSSSgvg","regions":[[600,38,602,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16shiftAdjustmentsAA07OpticalR0Vvg","regions":[[605,54,608,6,0,0,0,0],[606,44,606,63,0,0,0,0],[606,63,607,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15mainAdjustmentsAA07OpticalR0Vvg","regions":[[611,53,613,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV17dualSymbolSpacing12CoreGraphics7CGFloatVvg","regions":[[616,44,622,6,0,0,0,0],[617,16,617,21,0,0,0,0],[618,9,618,36,0,0,0,0],[619,9,619,30,0,0,0,0],[620,9,620,27,0,0,0,0],[621,10,622,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11isSmallSizeSbvg","regions":[[625,35,625,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV9_rotation7SwiftUI5StateVyAF5AngleVGvpfi","regions":[[627,42,627,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12_scaleEffect7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[628,47,628,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11_wasVisible7SwiftUI5StateVySbGvpfi","regions":[[629,43,629,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11normalizedX12CoreGraphics7CGFloatVvg","regions":[[634,38,634,82,0,0,0,0],[634,52,634,76,0,0,0,0],[634,79,634,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV11normalizedY12CoreGraphics7CGFloatVvg","regions":[[635,38,635,82,0,0,0,0],[635,52,635,76,0,0,0,0],[635,79,635,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14isLayoutChangeSbyF","regions":[[638,43,645,6,0,0,0,0],[639,85,641,10,0,0,0,0],[641,10,644,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV14isLayoutChangeSbyFSbyKXEfu_","regions":[[644,56,644,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvg","regions":[[647,25,696,6,0,0,0,0],[667,30,667,33,0,0,0,0],[667,36,667,39,0,0,0,0],[671,39,671,56,0,0,0,0],[671,59,671,62,0,0,0,0],[673,40,673,57,0,0,0,0],[673,60,673,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvg7SwiftUI9TupleViewVyAHyAF0U0PAFE7opacityyQrSdFQOyAjFE4blur6radius6opaqueQr12CoreGraphics7CGFloatV_SbtFQOyAD12labelContentQrvpQOy_Qo__Qo__Qo__AUtGSg_AStGyXEfU_","regions":[[648,16,663,10,0,0,0,0],[651,16,651,26,0,0,0,0],[651,27,659,14,0,0,0,0],[659,14,663,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgySo6CGRectV_AGtcfU0_","regions":[[674,36,683,10,0,0,0,0],[680,16,680,25,0,0,0,0],[680,58,682,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgySb_SbtcfU1_","regions":[[684,34,691,10,0,0,0,0],[687,16,687,26,0,0,0,0],[687,76,689,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV4bodyQrvgyycfU2_","regions":[[692,19,695,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg","regions":[[699,41,724,6,0,0,0,0],[700,36,718,10,0,0,0,0],[718,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_","regions":[[702,48,717,14,0,0,0,0],[708,86,708,87,0,0,0,0],[708,90,708,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_AF4FontV6WeightVyKXEfu_","regions":[[706,64,706,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV12labelContentQrvg7SwiftUI9TupleViewVyAF4TextV_AF0V0PAFE15foregroundStyleyQrqd__AF05ShapeY0Rd__lFQOyAlFE6offset1x1yQr12CoreGraphics7CGFloatV_ATtFQOyAJ_Qo__AF5ColorVQo_tGyXEfU_AF4FontV6WeightVyKXEfu0_","regions":[[713,63,713,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV13triggerWobbleyyF","regions":[[726,34,733,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV13triggerWobbleyyFyyXEfU_","regions":[[729,92,732,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15glowOuterRadius12CoreGraphics7CGFloatVvg","regions":[[738,42,742,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16glowOuterOpacity12CoreGraphics7CGFloatVvg","regions":[[745,43,749,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV15glowInnerRadius12CoreGraphics7CGFloatVvg","regions":[[752,42,756,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19FloatingKeymapLabel33_56D43DF5FFE1A1D7C938EE94E00F5328LLV16glowInnerOpacity12CoreGraphics7CGFloatVvg","regions":[[759,43,763,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+CollectionColors.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15collectionColor3for7SwiftUI0I0V10Foundation4UUIDVSg_tF","regions":[[24,60,44,6,0,0,0,0],[25,42,28,10,0,0,0,0],[28,10,44,6,0,0,0,0],[31,16,31,18,0,0,0,0],[32,9,33,35,0,0,0,0],[34,9,35,46,0,0,0,0],[36,9,37,39,0,0,0,0],[38,9,39,40,0,0,0,0],[40,9,42,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvg","regions":[[7,31,154,6,0,0,0,0],[76,34,76,38,0,0,0,0],[76,41,76,44,0,0,0,0],[77,50,77,62,0,0,0,0],[77,65,77,66,0,0,0,0],[120,77,120,81,0,0,0,0],[120,84,120,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA0_A0_tFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAPQrA0_Sg_A8_A8_A8_A8_A8_ARtFQOyAE06_ShapeG0VyAE16RoundedRectangleVAYG_Qo__Qo__AE011StrokeShapeG0VyA12_AyE05EmptyG0VGQo__SbQo__AiEEA1_A2_A3_A4_A5_A6_A7_APQrA8__A8_A8_A8_A8_A8_ARtFQOyA20__Qo_SgAiEEAstuvWQrAY_A0_A0_A0_tFQOyA23__Qo_SgA26_AGyAiEE7opacityyQrSdFQOyAiEE4blurAU6opaqueQrA0__SbtFQOyAC10keyContentQrvpQOy_Qo__Qo__Qo__A33_tGSgA31_AiEEAstuvWQrAY_A0_A0_A0_tFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AYQo__Qo_SgAC17capsLockIndicatorQrvpQOy_Qo_SgtGyXEfU_","regions":[[8,16,75,10,0,0,0,0],[24,16,24,34,0,0,0,0],[24,47,28,14,0,0,0,0],[28,14,75,10,0,0,0,0],[31,16,31,26,0,0,0,0],[31,27,36,14,0,0,0,0],[36,14,75,10,0,0,0,0],[40,16,40,31,0,0,0,0],[40,45,45,14,0,0,0,0],[45,14,75,10,0,0,0,0],[50,16,50,26,0,0,0,0],[50,46,58,14,0,0,0,0],[58,14,75,10,0,0,0,0],[64,42,69,14,0,0,0,0],[69,14,75,10,0,0,0,0],[72,16,72,34,0,0,0,0],[72,35,74,14,0,0,0,0],[74,14,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu_","regions":[[77,33,77,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySb_SbtcfU0_","regions":[[83,39,88,10,0,0,0,0],[84,45,84,46,0,0,0,0],[84,49,84,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySb_SbtcfU0_yyXEfU_","regions":[[85,53,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgyycfU1_","regions":[[90,19,93,10,0,0,0,0],[91,51,91,52,0,0,0,0],[91,55,91,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu0_","regions":[[95,49,95,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySbcfU2_","regions":[[98,18,108,10,0,0,0,0],[101,16,101,42,0,0,0,0],[101,64,107,14,0,0,0,0],[102,20,102,28,0,0,0,0],[102,29,104,18,0,0,0,0],[104,24,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgy7SwiftUI11DragGestureV5ValueVcfU3_","regions":[[115,26,118,18,0,0,0,0],[116,47,116,57,0,0,0,0],[116,57,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgSbyKXEfu1_","regions":[[120,47,120,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgyycfU4_","regions":[[122,19,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySSSg_AEtcfU5_","regions":[[126,58,132,10,0,0,0,0],[127,16,127,31,0,0,0,0],[127,32,129,14,0,0,0,0],[129,20,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgySSSg_AEtcfU6_","regions":[[133,52,139,10,0,0,0,0],[134,16,134,31,0,0,0,0],[134,32,136,14,0,0,0,0],[136,20,138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keycapBodyQrvgy10Foundation4UUIDVSg_AHtcfU7_","regions":[[140,44,149,10,0,0,0,0],[142,16,142,31,0,0,0,0],[142,32,145,14,0,0,0,0],[145,20,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21keycapAccessibilityIdSSvg","regions":[[157,39,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV24keycapAccessibilityLabelSSvg","regions":[[162,42,185,6,0,0,0,0],[163,43,163,63,0,0,0,0],[163,66,163,75,0,0,0,0],[166,12,166,26,0,0,0,0],[166,58,169,10,0,0,0,0],[167,53,167,58,0,0,0,0],[167,61,167,70,0,0,0,0],[169,10,184,23,0,0,0,0],[172,12,172,41,0,0,0,0],[172,42,179,10,0,0,0,0],[173,41,173,46,0,0,0,0],[173,49,173,54,0,0,0,0],[175,98,177,14,0,0,0,0],[177,14,178,62,0,0,0,0],[179,10,184,23,0,0,0,0],[181,94,183,10,0,0,0,0],[183,10,184,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV33dotsColorAccessibilityDescription33_C44353B4E0C47290E628BA0BDFE3EA94LLSSvg","regions":[[188,59,205,6,0,0,0,0],[189,53,189,73,0,0,0,0],[189,73,205,6,0,0,0,0],[191,16,191,32,0,0,0,0],[192,9,193,32,0,0,0,0],[194,9,203,44,0,0,0,0],[197,41,197,61,0,0,0,0],[197,61,203,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10keyContentQrvg","regions":[[210,31,224,6,0,0,0,0],[212,16,212,36,0,0,0,0],[213,9,214,30,0,0,0,0],[215,9,217,24,0,0,0,0],[218,9,220,28,0,0,0,0],[221,9,222,31,0,0,0,0],[223,10,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ContentAndStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08standardA7ContentQrvg","regions":[[228,39,282,6,0,0,0,0],[230,12,230,33,0,0,0,0],[230,34,232,10,0,0,0,0],[234,17,234,31,0,0,0,0],[234,32,236,10,0,0,0,0],[238,17,238,28,0,0,0,0],[238,29,240,10,0,0,0,0],[242,17,242,39,0,0,0,0],[242,40,244,10,0,0,0,0],[246,17,246,30,0,0,0,0],[246,31,248,10,0,0,0,0],[250,17,250,47,0,0,0,0],[250,48,252,10,0,0,0,0],[254,17,254,30,0,0,0,0],[254,31,256,10,0,0,0,0],[258,17,258,29,0,0,0,0],[258,30,260,10,0,0,0,0],[262,17,262,32,0,0,0,0],[262,33,264,10,0,0,0,0],[264,16,281,10,0,0,0,0],[265,20,265,34,0,0,0,0],[266,13,267,32,0,0,0,0],[268,13,269,37,0,0,0,0],[270,13,271,38,0,0,0,0],[272,13,273,35,0,0,0,0],[274,13,275,29,0,0,0,0],[276,13,277,31,0,0,0,0],[278,13,279,30,0,0,0,0],[280,14,281,10,0,0,0,0],[281,10,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV04loadC12IconIfNeededyyF","regions":[[8,32,22,6,0,0,0,0],[10,66,13,10,0,0,0,0],[13,10,22,6,0,0,0,0],[16,90,19,10,0,0,0,0],[19,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyF","regions":[[27,32,45,6,0,0,0,0],[29,50,34,10,0,0,0,0],[34,10,45,6,0,0,0,0],[37,85,42,10,0,0,0,0],[42,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyFyyYacfU_","regions":[[30,18,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Icons.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19loadFaviconIfNeededyyFyyYacfU0_","regions":[[38,18,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvg","regions":[[12,38,33,6,0,0,0,0],[16,12,16,42,0,0,0,0],[16,43,18,10,0,0,0,0],[18,19,18,45,0,0,0,0],[18,46,20,10,0,0,0,0],[20,19,20,43,0,0,0,0],[20,44,23,10,0,0,0,0],[23,19,23,105,0,0,0,0],[23,106,26,10,0,0,0,0],[26,19,26,44,0,0,0,0],[26,45,29,10,0,0,0,0],[29,16,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgAA04DotsI6ConfigVyKXEfu_","regions":[[13,45,13,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgSbyKXEfu0_","regions":[[23,36,23,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dotsLegendContentQrvgSbyKXEfu1_","regions":[[23,72,23,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8dotShape6config10isModifier14sizeMultiplierQrAA16DotsLegendConfigV_Sb12CoreGraphics7CGFloatVtF","regions":[[37,103,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11oblongShape6configQrAA16DotsLegendConfigV_tF","regions":[[49,61,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV018dotColorForCurrentA06config7SwiftUI0I0VAA16DotsLegendConfigV_tF","regions":[[61,67,66,6,0,0,0,0],[62,45,62,68,0,0,0,0],[62,71,62,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15iconModsContentQrvg","regions":[[72,36,80,6,0,0,0,0],[74,12,74,81,0,0,0,0],[74,82,76,10,0,0,0,0],[76,16,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15iconModsContentQrvgSbyKXEfu_","regions":[[74,48,74,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV25modifierSymbolOnlyContentQrvg","regions":[[84,46,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV017modifierSymbolForA0SSvg","regions":[[94,38,129,6,0,0,0,0],[96,16,96,21,0,0,0,0],[98,9,98,62,0,0,0,0],[99,9,99,70,0,0,0,0],[100,9,100,73,0,0,0,0],[101,9,101,93,0,0,0,0],[102,9,102,45,0,0,0,0],[103,9,103,66,0,0,0,0],[105,9,105,72,0,0,0,0],[106,9,106,69,0,0,0,0],[107,9,107,80,0,0,0,0],[108,9,108,40,0,0,0,0],[109,9,109,50,0,0,0,0],[110,9,110,54,0,0,0,0],[112,9,112,34,0,0,0,0],[113,9,113,33,0,0,0,0],[114,9,114,55,0,0,0,0],[115,9,115,70,0,0,0,0],[117,9,117,48,0,0,0,0],[118,9,118,49,0,0,0,0],[119,9,119,46,0,0,0,0],[120,9,120,48,0,0,0,0],[122,9,122,43,0,0,0,0],[123,9,123,54,0,0,0,0],[124,9,124,52,0,0,0,0],[125,9,125,52,0,0,0,0],[126,9,126,52,0,0,0,0],[127,9,127,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010hasNoveltyA0Sbvg","regions":[[134,29,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV07noveltyA7ContentQrvg","regions":[[140,38,150,6,0,0,0,0],[141,85,149,10,0,0,0,0],[143,19,143,45,0,0,0,0],[144,19,144,34,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16appLaunchContentQrvg","regions":[[155,37,169,6,0,0,0,0],[156,31,162,10,0,0,0,0],[162,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17urlMappingContentQrvg","regions":[[174,38,188,6,0,0,0,0],[175,39,181,10,0,0,0,0],[181,16,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19systemActionContentQrvg","regions":[[193,40,206,6,0,0,0,0],[194,44,199,10,0,0,0,0],[199,16,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSpecialLabelSbvg","regions":[[217,31,257,6,0,0,0,0],[251,12,251,82,0,0,0,0],[251,83,253,10,0,0,0,0],[253,10,256,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSpecialLabelSbvgSbyKXEfu_","regions":[[251,49,251,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19navigationWordLabelSSSgvg","regions":[[260,38,298,6,0,0,0,0],[261,16,261,38,0,0,0,0],[263,9,263,28,0,0,0,0],[264,9,264,26,0,0,0,0],[265,9,265,29,0,0,0,0],[266,9,266,29,0,0,0,0],[267,9,267,29,0,0,0,0],[268,9,268,26,0,0,0,0],[270,9,270,35,0,0,0,0],[271,9,271,29,0,0,0,0],[272,9,272,28,0,0,0,0],[274,9,274,28,0,0,0,0],[276,9,276,27,0,0,0,0],[277,9,277,27,0,0,0,0],[279,9,279,28,0,0,0,0],[280,9,280,24,0,0,0,0],[281,9,281,26,0,0,0,0],[282,9,282,28,0,0,0,0],[283,9,283,29,0,0,0,0],[284,9,284,29,0,0,0,0],[285,9,285,28,0,0,0,0],[286,9,286,28,0,0,0,0],[288,9,288,37,0,0,0,0],[289,9,289,46,0,0,0,0],[290,9,290,43,0,0,0,0],[291,9,291,44,0,0,0,0],[293,9,293,37,0,0,0,0],[294,9,294,37,0,0,0,0],[295,9,295,39,0,0,0,0],[296,9,296,21,0,0,0,0],[297,10,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18navigationSFSymbolSSSgvg","regions":[[301,37,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isRemappedA0Sbvg","regions":[[309,29,318,6,0,0,0,0],[312,12,312,33,0,0,0,0],[312,34,314,10,0,0,0,0],[314,10,317,102,0,0,0,0],[316,44,316,60,0,0,0,0],[316,60,317,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isRemappedA0SbvgSbyKXEfu_","regions":[[317,46,317,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15centeredContentQrvg","regions":[[321,36,376,6,0,0,0,0],[326,12,326,29,0,0,0,0],[326,64,337,10,0,0,0,0],[327,49,330,14,0,0,0,0],[330,20,336,14,0,0,0,0],[337,16,375,10,0,0,0,0],[340,50,346,14,0,0,0,0],[346,59,349,14,0,0,0,0],[349,23,349,40,0,0,0,0],[349,41,352,14,0,0,0,0],[352,56,355,14,0,0,0,0],[355,76,360,14,0,0,0,0],[360,93,366,14,0,0,0,0],[366,20,374,14,0,0,0,0],[369,60,369,69,0,0,0,0],[369,72,369,86,0,0,0,0],[370,36,370,47,0,0,0,0],[370,50,370,74,0,0,0,0],[371,55,371,65,0,0,0,0],[371,68,371,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF","regions":[[380,62,406,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_","regions":[[381,16,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_A4_yXEfU_","regions":[[383,20,400,14,0,0,0,0],[385,20,385,56,0,0,0,0],[385,57,394,18,0,0,0,0],[394,24,398,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21navigationWordContentyQrSSF7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAE012_ConditionalJ0VyAE6VStackVyAGyAE4TextV_A0_tGGA0_G_AItGG_Qo__Qo__Qo_tGyXEfU_A4_yXEfU_A1_yXEfU_","regions":[[386,61,393,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF","regions":[[409,70,430,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF7SwiftUI05TupleG0VyAG4TextV_AG0G0PAGE15foregroundStyleyQrqd__AG05ShapeR0Rd__lFQOyAmGE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAK_Qo__AG5ColorVQo_tGyXEfU_","regions":[[413,55,428,10,0,0,0,0],[419,72,419,73,0,0,0,0],[419,76,419,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolContent4main5shiftQrSS_SStF7SwiftUI05TupleG0VyAG4TextV_AG0G0PAGE15foregroundStyleyQrqd__AG05ShapeR0Rd__lFQOyAmGE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAK_Qo__AG5ColorVQo_tGyXEfU_AG4FontV6WeightVyKXEfu_","regions":[[424,51,424,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE6SymbolSSSgvg","regions":[[434,35,441,6,0,0,0,0],[435,73,435,87,0,0,0,0],[435,87,440,19,0,0,0,0],[437,12,437,51,0,0,0,0],[437,52,439,10,0,0,0,0],[439,10,440,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE7Content5arrow6letterQrSS_SStF","regions":[[444,72,456,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE7Content5arrow6letterQrSS_SStF7SwiftUI05TupleG0VyAG0G0PAGE6shadow5color6radius1x1yQrAG5ColorV_12CoreGraphics7CGFloatVA2UtFQOyAG4TextV_Qo__AWtGyXEfU_","regions":[[445,36,453,10,0,0,0,0],[448,66,448,69,0,0,0,0],[448,72,448,75,0,0,0,0],[452,66,452,69,0,0,0,0],[452,72,452,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03navE9ArrowOnly5arrowQrSS_tF","regions":[[460,58,466,6,0,0,0,0],[463,62,463,65,0,0,0,0],[463,68,463,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17dualSymbolSpacing3for12CoreGraphics7CGFloatVSS_tF","regions":[[468,58,474,6,0,0,0,0],[469,16,469,21,0,0,0,0],[470,9,470,36,0,0,0,0],[471,9,471,30,0,0,0,0],[472,9,472,27,0,0,0,0],[473,10,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg","regions":[[479,41,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_","regions":[[484,33,493,10,0,0,0,0],[485,30,487,14,0,0,0,0],[487,14,492,81,0,0,0,0],[489,16,489,54,0,0,0,0],[489,55,491,14,0,0,0,0],[491,14,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu_","regions":[[490,54,490,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu0_","regions":[[492,42,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvgSSyXEfU_SSyKXEfu0_SSyKXEfu1_","regions":[[492,72,492,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAE012_ConditionalJ0VyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGAGyAI_A_tGGG_Qo__Qo__Qo_tGyXEfU0_","regions":[[497,16,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20bottomAlignedContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAE012_ConditionalJ0VyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGAGyAI_A_tGGG_Qo__Qo__Qo_tGyXEfU0_A2_yXEfU_","regions":[[499,20,507,14,0,0,0,0],[500,20,500,28,0,0,0,0],[500,29,503,18,0,0,0,0],[503,24,506,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9labelText_11isHoldLabelQrSS_SbtF","regions":[[517,68,530,6,0,0,0,0],[519,12,519,23,0,0,0,0],[519,24,522,10,0,0,0,0],[522,19,522,30,0,0,0,0],[522,31,526,10,0,0,0,0],[526,16,529,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21narrowModifierContentQrvg","regions":[[535,42,541,6,0,0,0,0],[536,12,536,29,0,0,0,0],[536,30,538,10,0,0,0,0],[538,16,540,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg","regions":[[544,33,562,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg7SwiftUI012_ConditionalI0VyAE6HStackVyAE05TupleG0VyAE0G0PAEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGGATGyXEfU_","regions":[[547,15,559,10,0,0,0,0],[548,16,548,25,0,0,0,0],[548,26,555,14,0,0,0,0],[555,20,558,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV02fnA7ContentQrvg7SwiftUI012_ConditionalI0VyAE6HStackVyAE05TupleG0VyAE0G0PAEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE4TextVtGGATGyXEfU_AWyXEfU_","regions":[[549,44,554,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21modifierSymbolContentQrvg","regions":[[565,42,576,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA18WithMappingContentQrvg","regions":[[583,50,608,6,0,0,0,0],[587,36,587,51,0,0,0,0],[587,84,589,10,0,0,0,0],[589,16,591,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA18WithMappingContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundStyleyQrqd__AE05ShapeP0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_Sg_AE6SpacerVAE4TextVtGyXEfU_","regions":[[593,28,604,10,0,0,0,0],[594,36,598,14,0,0,0,0],[598,14,604,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvg","regions":[[612,39,653,6,0,0,0,0],[620,12,620,34,0,0,0,0],[620,35,626,10,0,0,0,0],[626,16,652,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSSSgSSXEfU_","regions":[[616,52,616,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSbyKXEfu_","regions":[[618,62,618,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSbyKXEfu0_","regions":[[618,85,618,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvgSSSgyXEfU0_","regions":[[628,37,636,14,0,0,0,0],[631,17,633,18,0,0,0,0],[633,18,635,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08functionA7ContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE15foregroundStyleyQrqd__AE05ShapeN0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo_Sg_AE6SpacerVAE4TextVtGyXEfU1_","regions":[[638,32,648,14,0,0,0,0],[639,42,643,18,0,0,0,0],[643,18,648,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12arrowContentQrvg","regions":[[658,33,663,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14touchIdContentQrvg","regions":[[668,35,684,6,0,0,0,0],[670,12,670,29,0,0,0,0],[670,30,677,10,0,0,0,0],[677,16,683,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg","regions":[[689,34,703,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGG_Qo__Qo__Qo_tGyXEfU_","regions":[[691,16,700,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03escA7ContentQrvg7SwiftUI05TupleG0VyAE6SpacerV_AE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAE6HStackVyAGyAC9labelText_11isHoldLabelQrSS_SbtFQOy_Qo__AItGG_Qo__Qo__Qo_tGyXEfU_AZyXEfU_","regions":[[693,20,696,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg","regions":[[708,38,724,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVA4_G_Qo__Qo__Qo__Qo__SbQo__AE6SpacerVtGG_Qo__Qo__A22_tGyXEfU_","regions":[[709,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+LayoutContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17capsLockIndicatorQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEEAZA_A0_A1_A2_QrA4__A3QtFQOyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVA4_G_Qo__Qo__Qo__Qo__SbQo__AE6SpacerVtGG_Qo__Qo__A22_tGyXEfU_A23_yXEfU_","regions":[[710,20,719,14,0,0,0,0],[712,42,712,53,0,0,0,0],[712,56,712,81,0,0,0,0],[714,51,714,75,0,0,0,0],[714,78,714,84,0,0,0,0],[715,51,715,75,0,0,0,0],[715,78,715,84,0,0,0,0],[716,51,716,75,0,0,0,0],[716,78,716,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg","regions":[[22,39,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_","regions":[[23,24,105,10,0,0,0,0],[28,16,28,37,0,0,0,0],[28,38,77,14,0,0,0,0],[77,20,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A3_yXEfU_","regions":[[33,24,75,18,0,0,0,0],[35,56,43,22,0,0,0,0],[43,22,75,18,0,0,0,0],[46,62,54,22,0,0,0,0],[54,22,75,18,0,0,0,0],[66,52,74,22,0,0,0,0],[74,22,75,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_","regions":[[81,24,102,18,0,0,0,0],[89,52,101,22,0,0,0,0],[101,22,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_A28_yXEfU_","regions":[[90,32,100,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18multiLegendContentQrvg7SwiftUI012_ConditionalJ0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE6ZStackVyAE05TupleG0VyAiEE8position1x1yQrAP_APtFQOyAE4TextV_Qo_Sg_A2_A1_A2_tGG_Qo_AiEEAjklMQrAQ_AqStFQOyAUyAWyAiEEAJ8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeightAMQrAQ_A5qStFQOyA0__Qo__AE6VStackVyAWyAE6SpacerV_AE6HStackVyAWyA16__AiEE7paddingyQrAE4EdgeO3SetV_AQtFQOyAiEEA19_yQrA23__AQtFQOyA0__Qo__Qo_tGGtGGSgtGG_Qo_GAE13GeometryProxyVcfU_A31_yXEfU0_A28_yXEfU_A26_yXEfU_","regions":[[92,36,99,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherA5LabelSSvg","regions":[[112,34,118,6,0,0,0,0],[114,12,114,29,0,0,0,0],[114,30,116,10,0,0,0,0],[116,10,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherA5LabelSSvgSSyKXEfu_","regions":[[117,29,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg","regions":[[123,40,183,6,0,0,0,0],[134,42,173,10,0,0,0,0],[173,16,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI05TupleG0VyAE012_ConditionalJ0VyAE0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAkEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE6ZStackVyAGyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE5frame5width6height9alignmentQrAQSg_A6_AE9AlignmentVtFQOyAkEE11aspectRatio_07contentI0QrA6__AE0jI0OtFQOyAE5ImageV_Qo__Qo__AE16RoundedRectangleVQo__AC0H9LinkBadge4sizeQrAQ_tFQOy_Qo_SgtGG_Qo__Qo__Qo_AkEEAlmNQrAQ_AQtFQOyAkEEARyQrSdFQOyAkEEAS_ATQrAQ_AVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyA14__Qo__AE5ColorVQo__Qo__Qo__Qo_GSg_AkEEAlmNQrAQ_AQtFQOyAE4TextV_Qo_tGyXEfU_","regions":[[136,20,171,14,0,0,0,0],[138,20,138,31,0,0,0,0],[138,32,164,18,0,0,0,0],[139,51,155,22,0,0,0,0],[152,52,152,55,0,0,0,0],[152,58,152,61,0,0,0,0],[153,49,153,52,0,0,0,0],[153,55,153,56,0,0,0,0],[155,28,163,22,0,0,0,0],[157,66,157,76,0,0,0,0],[157,79,157,86,0,0,0,0],[160,56,160,59,0,0,0,0],[160,62,160,65,0,0,0,0],[161,53,161,56,0,0,0,0],[161,59,161,60,0,0,0,0],[164,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI05TupleG0VyAE012_ConditionalJ0VyAE0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AQtFQOyAkEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE6ZStackVyAGyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE5frame5width6height9alignmentQrAQSg_A6_AE9AlignmentVtFQOyAkEE11aspectRatio_07contentI0QrA6__AE0jI0OtFQOyAE5ImageV_Qo__Qo__AE16RoundedRectangleVQo__AC0H9LinkBadge4sizeQrAQ_tFQOy_Qo_SgtGG_Qo__Qo__Qo_AkEEAlmNQrAQ_AQtFQOyAkEEARyQrSdFQOyAkEEAS_ATQrAQ_AVtFQOyAkEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAkEE4fontyQrAE4FontVSgFQOyA14__Qo__AE5ColorVQo__Qo__Qo__Qo_GSg_AkEEAlmNQrAQ_AQtFQOyAE4TextV_Qo_tGyXEfU_A24_yXEfU_","regions":[[140,60,151,26,0,0,0,0],[148,32,148,53,0,0,0,0],[148,54,150,30,0,0,0,0],[150,30,151,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19launcherModeContentQrvg7SwiftUI0G0PAEE6offset1x1yQr12CoreGraphics7CGFloatV_AMtFQOyAE4TextV_Qo_yXEfU0_","regions":[[175,20,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV4lerp4from2to8progress12CoreGraphics7CGFloatVAJ_A2JtF","regions":[[186,73,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17launcherLinkBadge4sizeQr12CoreGraphics7CGFloatV_tF","regions":[[193,56,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherC4IconSo7NSImageCSgvg","regions":[[202,35,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08launcherC4IconSo7NSImageCSgvgAGyKXEfu_","regions":[[203,20,203,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05layerA5LabelSSvg","regions":[[209,31,215,6,0,0,0,0],[211,12,211,29,0,0,0,0],[211,30,213,10,0,0,0,0],[213,10,214,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05layerA5LabelSSvgSSyKXEfu_","regions":[[214,29,214,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg","regions":[[219,37,307,6,0,0,0,0],[223,12,223,32,0,0,0,0],[223,33,225,10,0,0,0,0],[225,19,225,34,0,0,0,0],[225,35,268,10,0,0,0,0],[227,16,227,33,0,0,0,0],[227,34,229,14,0,0,0,0],[229,20,267,14,0,0,0,0],[232,54,232,112,0,0,0,0],[232,115,232,118,0,0,0,0],[234,46,251,18,0,0,0,0],[251,24,266,18,0,0,0,0],[268,16,306,10,0,0,0,0],[270,16,270,26,0,0,0,0],[270,27,273,14,0,0,0,0],[273,23,273,56,0,0,0,0],[273,57,276,14,0,0,0,0],[276,20,305,14,0,0,0,0],[292,59,292,71,0,0,0,0],[292,74,292,99,0,0,0,0],[296,57,296,71,0,0,0,0],[296,74,296,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyKXEfu_","regions":[[232,109,232,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AiEE7paddingyQrATFQOyAE4TextV_Qo_SgtGyXEfU_","regions":[[236,52,250,22,0,0,0,0],[244,28,244,39,0,0,0,0],[244,40,249,26,0,0,0,0],[249,26,250,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAC0h6ActionJ0QrvpQOy_Qo__Qo__AiEE7paddingyQrATFQOyAE4TextV_Qo_SgtGyXEfU0_","regions":[[253,52,265,22,0,0,0,0],[259,28,259,39,0,0,0,0],[259,40,264,26,0,0,0,0],[264,26,265,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyXEfU1_","regions":[[278,44,289,18,0,0,0,0],[279,24,279,62,0,0,0,0],[279,63,287,22,0,0,0,0],[282,28,282,67,0,0,0,0],[282,68,284,26,0,0,0,0],[284,26,286,75,0,0,0,0],[287,22,288,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvgSSyXEfU1_SSyKXEfu_","regions":[[286,62,286,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layerModeContentQrvg7SwiftUI0G0PAEE7paddingyQr12CoreGraphics7CGFloatVFQOyAE4TextV_Qo_yXEfU2_","regions":[[298,46,303,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18navIdentityContentQrvg","regions":[[311,39,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18layerActionContentQrvg","regions":[[320,39,383,6,0,0,0,0],[322,38,327,10,0,0,0,0],[329,36,335,10,0,0,0,0],[337,44,343,10,0,0,0,0],[345,49,349,10,0,0,0,0],[351,41,382,10,0,0,0,0],[353,16,353,55,0,0,0,0],[353,56,358,14,0,0,0,0],[358,23,358,49,0,0,0,0],[358,50,381,14,0,0,0,0],[364,20,364,41,0,0,0,0],[364,99,369,18,0,0,0,0],[371,25,371,46,0,0,0,0],[371,121,376,18,0,0,0,0],[376,24,380,18,0,0,0,0],[381,14,382,10,0,0,0,0],[382,10,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV019isModifierOrSpecialA0ySbSSF","regions":[[387,58,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSF","regions":[[409,57,527,6,0,0,0,0],[413,12,413,60,0,0,0,0],[413,61,415,10,0,0,0,0],[415,10,526,19,0,0,0,0],[416,12,416,61,0,0,0,0],[416,62,418,10,0,0,0,0],[418,10,526,19,0,0,0,0],[419,12,419,59,0,0,0,0],[419,60,421,10,0,0,0,0],[421,10,526,19,0,0,0,0],[422,12,422,62,0,0,0,0],[422,63,424,10,0,0,0,0],[424,10,526,19,0,0,0,0],[427,12,427,87,0,0,0,0],[427,88,429,10,0,0,0,0],[429,10,526,19,0,0,0,0],[430,12,430,88,0,0,0,0],[430,89,432,10,0,0,0,0],[432,10,526,19,0,0,0,0],[433,12,433,90,0,0,0,0],[433,91,435,10,0,0,0,0],[435,10,526,19,0,0,0,0],[436,12,436,91,0,0,0,0],[436,92,438,10,0,0,0,0],[438,10,526,19,0,0,0,0],[441,12,441,103,0,0,0,0],[441,104,443,10,0,0,0,0],[443,10,526,19,0,0,0,0],[444,12,444,37,0,0,0,0],[444,38,446,10,0,0,0,0],[446,10,526,19,0,0,0,0],[447,12,447,64,0,0,0,0],[447,65,449,10,0,0,0,0],[449,10,526,19,0,0,0,0],[452,12,452,117,0,0,0,0],[452,118,454,10,0,0,0,0],[454,10,526,19,0,0,0,0],[455,12,455,119,0,0,0,0],[455,120,457,10,0,0,0,0],[457,10,526,19,0,0,0,0],[460,12,460,73,0,0,0,0],[460,74,462,10,0,0,0,0],[462,10,526,19,0,0,0,0],[463,12,463,76,0,0,0,0],[463,77,465,10,0,0,0,0],[465,10,526,19,0,0,0,0],[468,12,468,70,0,0,0,0],[468,71,470,10,0,0,0,0],[470,10,526,19,0,0,0,0],[471,12,471,76,0,0,0,0],[471,77,473,10,0,0,0,0],[473,10,526,19,0,0,0,0],[474,12,474,72,0,0,0,0],[474,73,476,10,0,0,0,0],[476,10,526,19,0,0,0,0],[479,12,479,75,0,0,0,0],[479,76,481,10,0,0,0,0],[481,10,526,19,0,0,0,0],[482,12,482,77,0,0,0,0],[482,78,484,10,0,0,0,0],[484,10,526,19,0,0,0,0],[487,12,487,47,0,0,0,0],[487,48,489,10,0,0,0,0],[489,10,526,19,0,0,0,0],[490,12,490,51,0,0,0,0],[490,52,492,10,0,0,0,0],[492,10,526,19,0,0,0,0],[493,12,493,51,0,0,0,0],[493,52,495,10,0,0,0,0],[495,10,526,19,0,0,0,0],[496,12,496,53,0,0,0,0],[496,54,498,10,0,0,0,0],[498,10,526,19,0,0,0,0],[501,12,501,60,0,0,0,0],[501,61,503,10,0,0,0,0],[503,10,526,19,0,0,0,0],[504,12,504,35,0,0,0,0],[504,36,506,10,0,0,0,0],[506,10,526,19,0,0,0,0],[507,12,507,64,0,0,0,0],[507,65,509,10,0,0,0,0],[509,10,526,19,0,0,0,0],[510,12,510,34,0,0,0,0],[510,35,512,10,0,0,0,0],[512,10,526,19,0,0,0,0],[513,12,513,34,0,0,0,0],[513,35,515,10,0,0,0,0],[515,10,526,19,0,0,0,0],[516,12,516,34,0,0,0,0],[516,35,518,10,0,0,0,0],[518,10,526,19,0,0,0,0],[521,12,521,62,0,0,0,0],[521,63,523,10,0,0,0,0],[523,10,526,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu_","regions":[[413,38,413,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu0_","regions":[[416,39,416,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu1_","regions":[[419,37,419,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu2_","regions":[[422,40,422,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu3_","regions":[[427,37,427,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu4_","regions":[[427,63,427,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu5_","regions":[[430,37,430,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu6_","regions":[[430,64,430,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu7_","regions":[[433,40,433,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu8_","regions":[[433,66,433,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu9_","regions":[[436,40,436,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu10_","regions":[[436,67,436,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu11_","regions":[[441,42,441,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu12_","regions":[[441,74,441,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu13_","regions":[[447,40,447,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu14_","regions":[[452,46,452,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu15_","regions":[[452,81,452,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu16_","regions":[[455,50,455,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu17_","regions":[[455,84,455,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu18_","regions":[[460,44,460,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu19_","regions":[[463,48,463,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu20_","regions":[[468,44,468,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu21_","regions":[[471,46,471,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu22_","regions":[[474,45,474,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu23_","regions":[[479,49,479,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu24_","regions":[[482,50,482,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu25_","regions":[[487,29,487,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu26_","regions":[[490,31,490,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu27_","regions":[[493,31,493,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu28_","regions":[[496,32,496,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu29_","regions":[[501,38,501,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu30_","regions":[[507,40,507,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17sfSymbolForActionySSSgSSFSbyKXEfu31_","regions":[[521,40,521,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16dynamicTextLabelyQrSSF","regions":[[531,56,550,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+ModeContent.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16dynamicTextLabelyQrSSF7SwiftUI0G0PAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEEAhijklmnOQrAS_A5sUtFQOyAgEE18minimumScaleFactoryQrARFQOyAgEE09multilineiW0yQrAE0iW0OFQOyAgEE9lineLimityQrSiSgFQOyAE0I0V_Qo__Qo__Qo__Qo__Qo_AE13GeometryProxyVcfU_","regions":[[532,24,549,10,0,0,0,0],[539,63,539,76,0,0,0,0],[539,79,539,144,0,0,0,0],[539,121,539,131,0,0,0,0],[539,134,539,143,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV10_isPulsing33_91654166CBD3F35A94740BFFDB3497F8LL7SwiftUI5StateVySbGvpfi","regions":[[7,36,7,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[9,46,18,6,0,0,0,0],[11,34,11,37,0,0,0,0],[11,40,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+Pulse.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PulseAnimationV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyycfU_","regions":[[17,23,17,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV7logSizeyySo6CGSizeVF","regions":[[10,34,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtF","regions":[[18,111,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtFSo7NSColorCyKXEfu_","regions":[[20,63,20,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11interpolate4from2to8progressSd3red_Sd5greenSd4bluet7SwiftUI5ColorV_AM12CoreGraphics7CGFloatVtFSo7NSColorCyKXEfu0_","regions":[[21,59,21,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12cornerRadius12CoreGraphics7CGFloatVvg","regions":[[30,31,32,6,0,0,0,0],[31,36,31,45,0,0,0,0],[31,48,31,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV13keyBackground7SwiftUI5ColorVvg","regions":[[34,30,53,6,0,0,0,0],[36,12,36,27,0,0,0,0],[36,44,44,10,0,0,0,0],[46,17,46,31,0,0,0,0],[46,32,48,10,0,0,0,0],[50,14,52,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9keyStroke7SwiftUI5ColorVvg","regions":[[55,26,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11strokeWidth12CoreGraphics7CGFloatVvg","regions":[[61,30,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11shadowColor7SwiftUI0I0Vvg","regions":[[66,28,68,6,0,0,0,0],[67,42,67,45,0,0,0,0],[67,48,67,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12shadowRadius12CoreGraphics7CGFloatVvg","regions":[[70,31,78,6,0,0,0,0],[75,38,75,67,0,0,0,0],[75,70,75,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12shadowOffset12CoreGraphics7CGFloatVvg","regions":[[80,31,87,6,0,0,0,0],[85,38,85,67,0,0,0,0],[85,70,85,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0Sbvg","regions":[[90,29,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbSSXEfU_","regions":[[93,40,93,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu_","regions":[[94,16,94,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu0_","regions":[[95,16,95,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu1_","regions":[[96,16,96,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV010isModifierA0SbvgSbyKXEfu1_SbyKXEfu2_","regions":[[96,38,96,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isAccentA0Sbvg","regions":[[100,27,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isAccentA0SbvgSbSSXEfU_","regions":[[103,38,103,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV08isNumpadA0Sbvg","regions":[[109,27,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15foregroundColor7SwiftUI0I0Vvg","regions":[[117,32,126,6,0,0,0,0],[118,35,118,48,0,0,0,0],[118,49,120,10,0,0,0,0],[120,19,120,30,0,0,0,0],[120,31,122,10,0,0,0,0],[122,16,124,10,0,0,0,0],[125,46,125,49,0,0,0,0],[125,52,125,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15backgroundColor7SwiftUI0I0Vvg","regions":[[128,32,162,6,0,0,0,0],[129,12,129,21,0,0,0,0],[129,22,131,10,0,0,0,0],[131,19,131,28,0,0,0,0],[131,29,134,10,0,0,0,0],[134,19,134,31,0,0,0,0],[134,32,136,10,0,0,0,0],[138,17,138,31,0,0,0,0],[138,52,140,10,0,0,0,0],[142,17,142,31,0,0,0,0],[142,32,144,10,0,0,0,0],[146,17,146,28,0,0,0,0],[146,70,148,10,0,0,0,0],[150,17,150,28,0,0,0,0],[150,29,152,10,0,0,0,0],[152,19,152,32,0,0,0,0],[152,33,154,10,0,0,0,0],[154,19,154,30,0,0,0,0],[154,31,156,10,0,0,0,0],[156,19,156,37,0,0,0,0],[156,52,159,10,0,0,0,0],[159,16,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15backgroundColor7SwiftUI0I0VvgSbyKXEfu_","regions":[[146,49,146,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15glowOuterRadius12CoreGraphics7CGFloatVvg","regions":[[167,34,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16glowOuterOpacity12CoreGraphics7CGFloatVvg","regions":[[174,35,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15glowInnerRadius12CoreGraphics7CGFloatVvg","regions":[[181,34,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+VisualStyling.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16glowInnerOpacity12CoreGraphics7CGFloatVvg","regions":[[188,35,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tF","regions":[[7,58,36,6,0,0,0,0],[8,69,8,83,0,0,0,0],[8,83,35,19,0,0,0,0],[13,12,13,59,0,0,0,0],[13,60,13,78,0,0,0,0],[13,78,35,19,0,0,0,0],[14,12,14,60,0,0,0,0],[14,61,14,79,0,0,0,0],[14,79,35,19,0,0,0,0],[15,12,15,62,0,0,0,0],[15,63,15,81,0,0,0,0],[15,81,35,19,0,0,0,0],[16,12,16,63,0,0,0,0],[16,64,16,82,0,0,0,0],[16,82,35,19,0,0,0,0],[19,12,19,60,0,0,0,0],[19,61,19,77,0,0,0,0],[19,77,35,19,0,0,0,0],[20,12,20,61,0,0,0,0],[20,62,20,78,0,0,0,0],[20,78,35,19,0,0,0,0],[23,12,23,70,0,0,0,0],[23,71,23,88,0,0,0,0],[23,88,35,19,0,0,0,0],[24,12,24,36,0,0,0,0],[24,37,24,54,0,0,0,0],[24,54,35,19,0,0,0,0],[27,12,27,66,0,0,0,0],[27,67,27,85,0,0,0,0],[27,85,35,19,0,0,0,0],[30,12,30,35,0,0,0,0],[30,36,30,52,0,0,0,0],[30,52,35,19,0,0,0,0],[33,12,33,34,0,0,0,0],[33,35,33,51,0,0,0,0],[33,51,35,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu_","regions":[[13,37,13,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu0_","regions":[[14,37,14,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu1_","regions":[[15,40,15,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu2_","regions":[[16,40,16,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu3_","regions":[[19,38,19,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu4_","regions":[[20,39,20,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu5_","regions":[[23,42,23,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17windowActionColor4from7SwiftUI0J0VSgSS_tFSbyKXEfu6_","regions":[[27,41,27,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tF","regions":[[39,60,68,6,0,0,0,0],[40,69,40,83,0,0,0,0],[40,83,67,19,0,0,0,0],[45,12,45,60,0,0,0,0],[45,61,45,84,0,0,0,0],[45,84,67,19,0,0,0,0],[46,12,46,61,0,0,0,0],[46,62,46,86,0,0,0,0],[46,86,67,19,0,0,0,0],[49,12,49,59,0,0,0,0],[49,60,49,86,0,0,0,0],[49,86,67,19,0,0,0,0],[50,12,50,60,0,0,0,0],[50,61,50,88,0,0,0,0],[50,88,67,19,0,0,0,0],[51,12,51,62,0,0,0,0],[51,63,51,91,0,0,0,0],[51,91,67,19,0,0,0,0],[52,12,52,63,0,0,0,0],[52,64,52,93,0,0,0,0],[52,93,67,19,0,0,0,0],[55,12,55,70,0,0,0,0],[55,71,57,10,0,0,0,0],[57,10,67,19,0,0,0,0],[58,12,58,36,0,0,0,0],[58,37,58,67,0,0,0,0],[58,67,67,19,0,0,0,0],[61,12,61,66,0,0,0,0],[61,67,61,87,0,0,0,0],[61,87,67,19,0,0,0,0],[64,12,64,34,0,0,0,0],[64,60,64,91,0,0,0,0],[64,91,67,19,0,0,0,0],[65,12,65,38,0,0,0,0],[65,64,65,94,0,0,0,0],[65,94,67,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu_","regions":[[45,38,45,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu0_","regions":[[46,39,46,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu1_","regions":[[49,37,49,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu2_","regions":[[50,37,50,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu3_","regions":[[51,40,51,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu4_","regions":[[52,40,52,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu5_","regions":[[55,42,55,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView+WindowActions.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18windowActionSymbol4fromSSSgSS_tFSbyKXEfu6_","regions":[[61,41,61,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isDarkModeSbvpfi","regions":[[15,28,15,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12isCapsLockOnSbvpfi","regions":[[17,30,17,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[19,31,19,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15isReleaseFadingSbvpfi","regions":[[21,33,21,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16currentLayerNameSSvpfi","regions":[[23,36,23,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17isLoadingLayerMapSbvpfi","regions":[[25,35,25,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12isEmphasizedSbvpfi","regions":[[29,30,29,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV9isOneShotSbvpfi","regions":[[31,27,31,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8colorwayAA11GMKColorwayVvpfi","regions":[[39,33,39,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16layoutTotalWidth12CoreGraphics7CGFloatVvpfi","regions":[[41,37,41,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17useFloatingLabelsSbvpfi","regions":[[43,35,43,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18showScoopedHomeRowSbvpfi","regions":[[45,36,45,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isSelectedSbvpfi","regions":[[47,28,47,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15isHoveredByRuleSbvpfi","regions":[[49,33,49,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18isInspectorVisibleSbvpfi","regions":[[51,36,51,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14isLauncherModeSbvpfi","regions":[[58,32,58,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21isKeymapTransitioningSbvpfi","regions":[[62,39,62,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18hasLauncherMappingSbvg","regions":[[65,34,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvg","regions":[[72,27,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvgSbyKXEfu_","regions":[[73,28,73,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLayerModeSbvgSbyKXEfu0_","regions":[[73,71,73,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasLayerMappingSbvg","regions":[[77,31,96,6,0,0,0,0],[78,44,78,60,0,0,0,0],[78,60,95,92,0,0,0,0],[82,12,82,45,0,0,0,0],[82,46,84,10,0,0,0,0],[84,10,95,92,0,0,0,0],[86,12,86,30,0,0,0,0],[86,31,86,47,0,0,0,0],[86,47,95,92,0,0,0,0],[87,12,87,30,0,0,0,0],[87,31,87,46,0,0,0,0],[87,46,95,92,0,0,0,0],[88,12,88,43,0,0,0,0],[88,44,88,59,0,0,0,0],[88,59,95,92,0,0,0,0],[89,12,89,46,0,0,0,0],[89,47,89,62,0,0,0,0],[89,62,95,92,0,0,0,0],[90,12,90,37,0,0,0,0],[90,38,90,53,0,0,0,0],[90,53,95,92,0,0,0,0],[92,43,94,10,0,0,0,0],[94,10,95,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasLayerMappingSbvgSbyKXEfu_","regions":[[95,46,95,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isNavLayerSbvg","regions":[[99,26,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV10isNavLayerSbvgSbyKXEfu_","regions":[[101,34,101,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvg","regions":[[106,38,118,6,0,0,0,0],[107,44,107,60,0,0,0,0],[107,60,117,57,0,0,0,0],[108,45,108,61,0,0,0,0],[108,61,117,57,0,0,0,0],[109,39,109,55,0,0,0,0],[109,55,117,57,0,0,0,0],[112,46,112,62,0,0,0,0],[112,62,117,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvgSbyKXEfu_","regions":[[116,16,116,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV22isIdentityLayerMappingSbvgSbyKXEfu0_","regions":[[117,38,117,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20isNavIdentityMappingSbvg","regions":[[120,36,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV20isNavIdentityMappingSbvgSbyKXEfu_","regions":[[121,23,121,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isSmallSizeSbvg","regions":[[125,27,125,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11isLargeSizeSbvg","regions":[[126,27,126,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV09isHomeRowA0Sbvg","regions":[[132,28,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17hasVisibleContentSbvg","regions":[[138,33,162,6,0,0,0,0],[140,38,140,53,0,0,0,0],[140,53,161,21,0,0,0,0],[143,12,143,27,0,0,0,0],[143,28,143,43,0,0,0,0],[143,43,161,21,0,0,0,0],[146,12,146,35,0,0,0,0],[146,36,146,51,0,0,0,0],[146,51,161,21,0,0,0,0],[149,12,149,32,0,0,0,0],[149,33,149,48,0,0,0,0],[149,48,161,21,0,0,0,0],[156,9,158,10,0,0,0,0],[158,10,161,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV14effectiveLabelSSvg","regions":[[165,32,191,6,0,0,0,0],[167,12,167,21,0,0,0,0],[167,37,169,10,0,0,0,0],[169,10,190,33,0,0,0,0],[171,12,171,22,0,0,0,0],[171,73,173,10,0,0,0,0],[173,10,190,33,0,0,0,0],[175,44,177,10,0,0,0,0],[177,10,190,33,0,0,0,0],[181,12,181,37,0,0,0,0],[181,38,184,10,0,0,0,0],[183,40,183,49,0,0,0,0],[183,52,183,61,0,0,0,0],[184,10,190,33,0,0,0,0],[186,12,186,30,0,0,0,0],[186,55,188,10,0,0,0,0],[188,10,190,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV26shouldShowTapHoldIdleLabel33_E9D3C571446F2BDFD63DF30070DB0D22LLSbvg","regions":[[193,50,196,6,0,0,0,0],[194,36,194,52,0,0,0,0],[194,52,195,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV05inputA4NameSSvg","regions":[[199,30,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvg","regions":[[204,34,219,6,0,0,0,0],[205,44,205,59,0,0,0,0],[205,59,218,20,0,0,0,0],[206,12,206,30,0,0,0,0],[206,31,206,46,0,0,0,0],[206,46,218,20,0,0,0,0],[207,12,207,30,0,0,0,0],[207,31,207,47,0,0,0,0],[207,47,218,20,0,0,0,0],[208,12,208,110,0,0,0,0],[208,111,210,10,0,0,0,0],[210,10,218,20,0,0,0,0],[212,12,212,38,0,0,0,0],[212,87,214,10,0,0,0,0],[214,10,218,20,0,0,0,0],[215,43,217,10,0,0,0,0],[217,10,218,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvgSbyKXEfu_","regions":[[208,47,208,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV18shouldUseBaseLabelSbvgSbyKXEfu0_","regions":[[208,85,208,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11adjustmentsAA18OpticalAdjustmentsVvg","regions":[[222,41,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV8metadataAA13LabelMetadataVvg","regions":[[227,33,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV11_isHovering33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVySbGvpfi","regions":[[232,29,232,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19_launcherTransition33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[243,46,243,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV12_iconVisible33_E9D3C571446F2BDFD63DF30070DB0D22LL7SwiftUI5StateVySbGvpfi","regions":[[245,36,245,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV21keyAnimationVariation12CoreGraphics7CGFloatVvg","regions":[[249,40,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV19keyAnimationDelayMsSivg","regions":[[270,34,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV17keySpringResponse12CoreGraphics7CGFloatVvg","regions":[[275,36,277,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16keySpringDamping12CoreGraphics7CGFloatVvg","regions":[[280,35,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV03hasC6LaunchSbvg","regions":[[285,28,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV15hasSystemActionSbvg","regions":[[290,31,292,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV13hasURLMappingSbvg","regions":[[295,29,297,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV16systemActionIconSSSgvg","regions":[[300,35,303,6,0,0,0,0],[301,72,301,86,0,0,0,0],[301,86,302,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17OverlayKeycapViewV4bodyQrvg","regions":[[305,25,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[10,31,10,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV6_store33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI11StateObjectVyAA13LauncherStoreCGvpfi","regions":[[16,38,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV6_store33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI11StateObjectVyAA13LauncherStoreCGvpfiAJycfu_AJycfu0_","regions":[[16,38,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV13_showAddSheet33_8111ADFABBB80E5915CFF0F5CA92834CLL7SwiftUI5StateVySbGvpfi","regions":[[17,39,17,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg","regions":[[20,25,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_","regions":[[21,49,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_ATyXEfU_","regions":[[23,24,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_ATyXEfU_ASyXEfU_","regions":[[24,57,31,18,0,0,0,0],[26,24,26,46,0,0,0,0],[26,47,28,22,0,0,0,0],[28,28,30,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_","regions":[[37,32,76,14,0,0,0,0],[64,20,64,38,0,0,0,0],[64,39,75,18,0,0,0,0],[75,18,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_yyScMYccfU_","regions":[[39,24,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A46_yXEfU0_","regions":[[41,26,57,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A46_yXEfU0_A28_yXEfU_","regions":[[42,40,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_yyScMYccfU1_","regions":[[65,28,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvg7SwiftUI9TupleViewVyAE06ScrollL0VyAE6VStackVyAE19_ConditionalContentVyAC10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvpQOy_Qo_AC12mappingsListAOLLQrvpQOy_Qo_GGG_AE6SpacerVAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE08ModifiedP0VyAyEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAyEE7overlay_9alignmentQrqd___AE9AlignmentVtAeXRd__lFQOyAyEE10background_A16_Qrqd___A18_tAeXRd__lFQOyAyEEAZyQrA2__A6_tFQOyAyEEAZyQrA2__A6_tFQOyAyEE4fontyQrAE4FontVSgFQOyA8_yAGyAE5ImageV_AE4TextVtGG_Qo__Qo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVGQo__AE017StrokeBorderShapeL0VyA36_A38_AE05EmptyL0VGQo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_AWA10_yAyEEA11_yQrqd__AEA12_Rd__lFQOyA14_yAyEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAyEEA20_yQrA23_FQOyA25__Qo__AE22HierarchicalShapeStyleVQo_G_A49_Qo_A52_GSgtGG_Qo_tGyXEfU_A64_yXEfU0_A59_yXEfU2_","regions":[[67,30,71,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_","regions":[[79,44,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_SSAA18QuickLaunchMappingVXEfU_","regions":[[81,54,81,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_yAA18QuickLaunchMappingVcfU0_","regions":[[82,25,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVycfU0_yAA18QuickLaunchMappingVcfU0_yyXEfU_","regions":[[83,61,85,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_","regions":[[90,39,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_SbAIXEfU_","regions":[[93,57,93,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_SSAIXEfU0_","regions":[[93,85,93,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_yAIcfU1_","regions":[[94,25,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV4bodyQrvgAA17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLVAA18QuickLaunchMappingVcfU1_yycfU2_","regions":[[98,27,101,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg","regions":[[106,39,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10emptyState33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI9TupleViewVyAF0R0PAFE15foregroundStyleyQrqd__AF05ShapeT0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicaluT0VQo__AF4TextVtGyXEfU_","regions":[[107,28,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg","regions":[[119,41,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_","regions":[[120,28,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_","regions":[[121,43,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_SbyYbcfU_","regions":[[125,30,125,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySbYbcfU0_","regions":[[126,30,132,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySbYbcfU0_yyXEfU_","regions":[[129,70,131,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU1_","regions":[[135,28,135,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU2_","regions":[[136,31,140,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_yycfU2_yyXEfU_","regions":[[137,65,139,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySo7CGPointVcfU3_","regions":[[141,31,148,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg7SwiftUI7ForEachVySayAA18QuickLaunchMappingVG10Foundation4UUIDVAF4ViewPAFE10transitionyQrAF13AnyTransitionVFQOyAA08LauncherU3RowAELLV_Qo_GyXEfU_AvJcfU_ySo7CGPointVcfU3_yyXEfU_","regions":[[145,64,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV12mappingsList33_8111ADFABBB80E5915CFF0F5CA92834CLLQrvg10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[157,80,157,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV14playDeletePoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tF","regions":[[160,58,169,6,0,0,0,0],[161,38,166,10,0,0,0,0],[166,16,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV14playDeletePoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tFyyYbScMYccfU_","regions":[[163,68,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayLaunchersSectionV10legacyPoof33_8111ADFABBB80E5915CFF0F5CA92834CLL2atySo7CGPointV_tF","regions":[[172,54,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV02isC0Sbvg","regions":[[196,21,196,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV11displayNameSSvg","regions":[[198,29,203,6,0,0,0,0],[199,12,199,34,0,0,0,0],[199,35,201,10,0,0,0,0],[201,10,202,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV2id3key10targetType0J4Name8bundleId9isEnabledAC10Foundation4UUIDV_SSAC06TargetK0OS2SSgSbtcfC","regions":[[205,135,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV4fromACs7Decoder_p_tKcfC","regions":[[218,40,226,6,0,0,0,0],[219,72,226,6,0,0,0,0],[220,58,226,6,0,0,0,0],[221,62,226,6,0,0,0,0],[222,80,226,6,0,0,0,0],[223,76,226,6,0,0,0,0],[224,81,226,6,0,0,0,0],[225,81,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18QuickLaunchMappingV4fromACs7Decoder_p_tKcfcSbyKXEfu_","regions":[[225,85,225,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC9_mappings33_8111ADFABBB80E5915CFF0F5CA92834CLL7Combine9PublishedVySayAA18QuickLaunchMappingVGGvpfi","regions":[[233,53,233,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15knownMappingIds33_8111ADFABBB80E5915CFF0F5CA92834CLLShy10Foundation4UUIDVGvpfi","regions":[[234,46,234,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreCACycfc","regions":[[236,12,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyF","regions":[[241,36,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_","regions":[[242,14,288,10,0,0,0,0],[248,18,252,14,0,0,0,0],[252,14,288,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_SbAA0I10CollectionVXEfU_","regions":[[246,69,246,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_AA18QuickLaunchMappingVSgAA0eM0VXEfU0_","regions":[[255,86,283,14,0,0,0,0],[256,46,256,60,0,0,0,0],[256,60,283,14,0,0,0,0],[258,24,258,38,0,0,0,0],[259,17,269,22,0,0,0,0],[261,84,261,98,0,0,0,0],[261,98,269,22,0,0,0,0],[270,17,278,22,0,0,0,0],[279,17,281,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC23loadFromRuleCollectionsyyFyyYacfU_10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[286,57,286,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC14sortedMappingsSayAA18QuickLaunchMappingVGvg","regions":[[292,46,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC14sortedMappingsSayAA18QuickLaunchMappingVGvgSbAF_AFtXEfU_","regions":[[293,25,293,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC16homeRowProximity33_8111ADFABBB80E5915CFF0F5CA92834CLL3forSiSS_tFZ","regions":[[300,66,321,6,0,0,0,0],[305,12,305,31,0,0,0,0],[305,32,305,44,0,0,0,0],[305,44,320,17,0,0,0,0],[309,12,309,30,0,0,0,0],[309,31,309,43,0,0,0,0],[309,43,320,17,0,0,0,0],[313,12,313,33,0,0,0,0],[313,34,313,46,0,0,0,0],[313,46,320,17,0,0,0,0],[317,12,317,33,0,0,0,0],[317,34,317,46,0,0,0,0],[317,46,320,17,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC02isC9Installed33_8111ADFABBB80E5915CFF0F5CA92834CLL4name8bundleIdSbSS_SSSgtFZ","regions":[[324,81,345,6,0,0,0,0],[326,102,328,10,0,0,0,0],[328,10,344,21,0,0,0,0],[338,27,342,10,0,0,0,0],[339,16,339,60,0,0,0,0],[339,61,341,14,0,0,0,0],[341,14,342,10,0,0,0,0],[342,10,344,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC10addMappingyyAA011QuickLaunchH0VF","regions":[[347,52,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13updateMappingyyAA011QuickLaunchH0VF","regions":[[352,55,357,6,0,0,0,0],[353,76,355,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13updateMappingyyAA011QuickLaunchH0VFSbAFXEfU_","regions":[[353,51,353,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13deleteMappingyy10Foundation4UUIDVF","regions":[[359,36,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC13deleteMappingyy10Foundation4UUIDVFSbAA011QuickLaunchH0VXEfU_","regions":[[360,28,360,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15defaultMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLSayAA18QuickLaunchMappingVGvgZ","regions":[[364,62,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC7appIcon4name8bundleIdSo7NSImageCSgSS_SSSgtFZ","regions":[[374,70,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyF","regions":[[378,36,423,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyF10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[380,74,380,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_","regions":[[382,14,422,10,0,0,0,0],[384,114,386,14,0,0,0,0],[386,14,422,10,0,0,0,0],[388,81,388,91,0,0,0,0],[388,91,422,10,0,0,0,0],[393,42,413,14,0,0,0,0],[394,53,394,69,0,0,0,0],[395,17,396,75,0,0,0,0],[397,17,398,43,0,0,0,0],[399,18,413,14,0,0,0,0],[401,97,405,18,0,0,0,0],[405,24,412,18,0,0,0,0],[413,14,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA14RuleCollectionVXEfU_","regions":[[384,61,384,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA0E7MappingVXEfU0_","regions":[[391,39,391,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_SbAA0E7MappingVXEfU1_","regions":[[401,74,401,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13LauncherStoreC15persistMappings33_8111ADFABBB80E5915CFF0F5CA92834CLLyyFyyYacfU_10Foundation4UUIDVAA18QuickLaunchMappingVcfu_","regions":[[421,55,421,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[432,31,432,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_isHovering7SwiftUI5StateVySbGvpfi","regions":[[441,37,441,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV18_deleteButtonFrame7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[442,52,442,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[443,6,443,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[443,87,443,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[444,6,444,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[444,109,444,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0e6KeymapN0Vvg","regions":[[446,57,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[449,36,451,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV10rowOpacitySdvg","regions":[[453,36,456,6,0,0,0,0],[454,39,454,42,0,0,0,0],[454,45,454,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[458,25,564,6,0,0,0,0],[553,36,553,61,0,0,0,0],[553,64,553,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_","regions":[[459,28,545,10,0,0,0,0],[488,46,488,54,0,0,0,0],[488,57,488,67,0,0,0,0],[496,16,496,26,0,0,0,0],[496,63,534,14,0,0,0,0],[534,14,545,10,0,0,0,0],[543,43,543,60,0,0,0,0],[543,63,543,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A49_yXEfU_","regions":[[461,19,483,14,0,0,0,0],[462,20,462,30,0,0,0,0],[462,31,470,18,0,0,0,0],[470,36,477,18,0,0,0,0],[477,24,482,18,0,0,0,0],[478,55,478,65,0,0,0,0],[478,68,478,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_SbyKXEfu_","regions":[[496,47,496,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_yyScMYccfU0_","regions":[[497,24,515,18,0,0,0,0],[499,67,512,22,0,0,0,0],[512,28,514,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A73_yXEfU1_","regions":[[515,26,519,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_A89_AF13GeometryProxyVcfU2_","regions":[[524,36,529,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF5GroupVyAF19_ConditionalContentVyALyAF08ModifiedT0VyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE11controlSizeyQrAF11ControlSizeOFQOyApFE12labelsHiddenQryFQOyApFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyAF4TextVG_AF19CheckboxToggleStyleVQo__Qo__Qo__Qo_AF31AccessibilityAttachmentModifierVGApFE10saturationyQrSdFQOyApFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE11aspectRatio_11contentModeQrAX_AF0T4ModeOtFQOyAF5ImageV_Qo__Qo__AF16RoundedRectangleVQo__Qo_GApFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyApFEAqrsTQrAX_AxZtFQOyApFE4fontyQrAF4FontVSgFQOyA30__Qo__Qo__AF22HierarchicalShapeStyleVQo_GG_ApFE14truncationModeyQrA8_14TruncationModeOFQOyApFE9lineLimityQrSiSgFQOyA8__Qo__Qo_AF6SpacerVApFE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAF010PreferenceA0Rd__SQA63_RQlFQOyApFE10background_ATQrqd___AZtAfORd__lFQOyApFE4helpyQrAF015LocalizedStringA0VFQOyANyApFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyApFEA38_yQrqd__AFA39_Rd__lFQOyA44__A47_Qo_G_AF16PlainButtonStyleVQo_A17_G_Qo__AF14GeometryReaderVyApFE10preference3key5valueQrqd__m_A63_tAFA64_Rd__lFQOyAF5ColorV_AA015FramePreferenceA0ACLLVQo_GQo__A88_So6CGRectVSQAUyHCg1_Qo_SgApFEA65__ATQrqd___AZtAfORd__lFQOyApFEAqrsTQrAX_AxZtFQOyA8__Qo__AF06_ShapeQ0VyA34_A86_GQo_tGyXEfU_yA93_cfU3_","regions":[[531,62,533,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgySbcfU0_","regions":[[555,18,559,10,0,0,0,0],[558,39,558,50,0,0,0,0],[558,53,558,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgyycfU1_","regions":[[560,23,560,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvgyyYaYbcfU2_","regions":[[561,15,563,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherMappingRow33_8111ADFABBB80E5915CFF0F5CA92834CLLV8loadIconyyYaF","regions":[[566,35,572,6,0,0,0,0],[567,12,567,25,0,0,0,0],[567,26,569,10,0,0,0,0],[569,16,571,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4_key7SwiftUI5StateVySSGvpfi","regions":[[582,30,582,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_targetType7SwiftUI5StateVyAA18QuickLaunchMappingV06TargetN0OGvpfi","regions":[[583,68,583,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV11_targetName7SwiftUI5StateVySSGvpfi","regions":[[584,37,584,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV9_bundleId7SwiftUI5StateVySSGvpfi","regions":[[585,35,585,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[586,6,586,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[586,87,586,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[587,6,587,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[587,109,587,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0f6KeymapN0Vvg","regions":[[589,57,591,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[593,25,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_","regions":[[594,29,651,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_","regions":[[598,18,639,14,0,0,0,0],[614,20,614,38,0,0,0,0],[614,39,628,18,0,0,0,0],[628,24,632,18,0,0,0,0],[634,48,638,18,0,0,0,0],[638,18,639,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_SSyYbcfU_","regions":[[600,26,600,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_ySSYbcfU0_","regions":[[601,26,601,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A22_yXEfU1_","regions":[[607,56,610,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_","regions":[[615,28,623,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_yyScMYccfU_","regions":[[619,45,621,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_","regions":[[641,20,650,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU_","regions":[[642,34,642,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_G_AF6SpacerVANyApFE8disabledyQrSbFQOyA53__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU0_","regions":[[646,31,646,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV15validationErrorSSSgvg","regions":[[656,42,662,6,0,0,0,0],[657,12,657,33,0,0,0,0],[657,34,657,58,0,0,0,0],[657,58,661,19,0,0,0,0],[658,12,658,57,0,0,0,0],[658,58,658,100,0,0,0,0],[658,100,661,19,0,0,0,0],[659,12,659,48,0,0,0,0],[659,49,659,107,0,0,0,0],[659,107,661,19,0,0,0,0],[660,12,660,30,0,0,0,0],[660,31,660,93,0,0,0,0],[660,61,660,77,0,0,0,0],[660,80,660,91,0,0,0,0],[660,93,661,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4saveyyF","regions":[[664,25,672,6,0,0,0,0],[669,44,669,79,0,0,0,0],[669,64,669,67,0,0,0,0],[669,70,669,78,0,0,0,0],[669,82,669,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyF","regions":[[674,33,687,6,0,0,0,0],[683,12,683,35,0,0,0,0],[683,57,686,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyFSSyKXEfu_","regions":[[685,62,685,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV010normalizedA0SSvg","regions":[[689,39,691,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[693,36,695,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16AddLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV06updateA04fromySS_tF","regions":[[697,55,711,6,0,0,0,0],[700,35,703,10,0,0,0,0],[703,10,711,6,0,0,0,0],[704,67,706,10,0,0,0,0],[706,19,706,55,0,0,0,0],[706,56,708,10,0,0,0,0],[708,16,710,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV16selectedKeymapIdSSvpfP","regions":[[727,6,727,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV17_selectedKeymapId7SwiftUI0C7StorageVySSGvpfi","regions":[[727,87,727,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV23includePunctuationStoreSSvpfP","regions":[[728,6,728,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV24_includePunctuationStore7SwiftUI0C7StorageVySSGvpfi","regions":[[728,109,728,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV13keyTranslatorAA0f6KeymapN0Vvg","regions":[[730,57,732,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV7mapping12existingKeys6onSave0P6DeleteAdA18QuickLaunchMappingV_ShySSGyAJcyyctcfC","regions":[[739,7,748,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV7mapping12existingKeys6onSave0P6DeleteAdA18QuickLaunchMappingV_ShySSGyAJcyyctcfcSSyKXEfu_","regions":[[747,61,747,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg","regions":[[750,25,813,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_","regions":[[751,29,810,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_","regions":[[755,18,796,14,0,0,0,0],[771,20,771,38,0,0,0,0],[771,39,785,18,0,0,0,0],[785,24,789,18,0,0,0,0],[791,48,795,18,0,0,0,0],[795,18,796,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_SSyYbcfU_","regions":[[757,26,757,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_ySSYbcfU0_","regions":[[758,26,758,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A22_yXEfU1_","regions":[[764,56,767,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_","regions":[[772,28,780,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A48_yXEfU_A37_yXEfU2_yyScMYccfU_","regions":[[776,45,778,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_","regions":[[798,20,809,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU_","regions":[[799,54,799,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU0_","regions":[[802,34,802,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF4FormVyAHyAF15ModifiedContentVyAF0Q0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyApFE14textFieldStyleyQrqd__AF0R10FieldStyleRd__lFQOyAF0R5FieldVyAJG_AF013RoundedBorderR10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_ANyApFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyAjA18QuickLaunchMappingV10TargetTypeOAHyApFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A18_Qo__A21_tGG_AF20SegmentedPickerStyleVQo_A9_GAF012_ConditionalU0VyAHyAF6HStackVyAHyANyA6_A9_G_ANyAF6ButtonVyAJGA9_GtGG_ANyApFE4fontyQrAF4FontVSgFQOyA6__Qo_A9_GtGA32_GAJSgtGGA31_yAHyA36__AF6SpacerVANyApFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyA35__Qo_A9_GANyApFE8disabledyQrSbFQOyA55__Qo_A9_GtGGtGyXEfU_A60_yXEfU0_yyScMYccfU1_","regions":[[805,32,805,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV15validationErrorSSSgvg","regions":[[815,42,825,6,0,0,0,0],[816,12,816,33,0,0,0,0],[816,34,816,58,0,0,0,0],[816,58,824,19,0,0,0,0],[817,12,817,57,0,0,0,0],[817,58,817,100,0,0,0,0],[817,100,824,19,0,0,0,0],[818,12,818,73,0,0,0,0],[818,112,820,10,0,0,0,0],[820,10,824,19,0,0,0,0],[821,12,821,30,0,0,0,0],[821,31,823,10,0,0,0,0],[822,41,822,57,0,0,0,0],[822,60,822,71,0,0,0,0],[823,10,824,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV4saveyyF","regions":[[827,25,834,6,0,0,0,0],[832,49,832,84,0,0,0,0],[832,69,832,72,0,0,0,0],[832,75,832,83,0,0,0,0],[832,87,832,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyF","regions":[[836,33,849,6,0,0,0,0],[845,12,845,35,0,0,0,0],[845,57,848,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV09browseForC0yyFSSyKXEfu_","regions":[[847,62,847,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV010normalizedA0SSvg","regions":[[851,39,853,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV07displayA0SSvg","regions":[[855,36,857,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17EditLauncherSheet33_8111ADFABBB80E5915CFF0F5CA92834CLLV06updateA04fromySS_tF","regions":[[859,55,873,6,0,0,0,0],[862,35,865,10,0,0,0,0],[865,10,873,6,0,0,0,0],[866,67,868,10,0,0,0,0],[868,19,868,55,0,0,0,0],[868,56,870,10,0,0,0,0],[870,16,872,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLaunchersSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit015FramePreferenceA033_8111ADFABBB80E5915CFF0F5CA92834CLLV6reduce5value9nextValueySo6CGRectVz_AIyXEtFZ","regions":[[881,70,883,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayLayoutMetricsO14verticalChrome12CoreGraphics7CGFloatVvgZ","regions":[[11,40,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayLayoutMetrics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayLayoutMetricsO16horizontalChrome16inspectorVisible0J5Width12CoreGraphics7CGFloatVSb_AItFZ","regions":[[18,18,24,6,0,0,0,0],[19,50,19,85,0,0,0,0],[19,88,19,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg","regions":[[11,41,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_","regions":[[13,40,27,10,0,0,0,0],[17,16,17,60,0,0,0,0],[19,13,26,14,0,0,0,0],[26,14,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A13_A12_yXEcA_cfu_","regions":[[21,40,21,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A13_A12_yXEcA_cfu_A13_A12_yXEcfu0_","regions":[[21,40,21,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A12_yXEfU_","regions":[[21,40,25,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appMappingIndicatorsQrvg7SwiftUI9TupleViewVyAE0N0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE5ColorV_Qo__AE6LayoutPAEE14callAsFunctionyQrqd__yXEAeHRd__lFQOyAA04FlowX0V_AE7ForEachVySayAA0C6KeymapVG10Foundation4UUIDVAC0hI4Icon3for05inputA0QrA3__SStFQOy_Qo_GQo_SgtGyXEfU_A12_yXEfU_A11_A3_cfU_","regions":[[22,66,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStF","regions":[[32,82,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFSbAA0cA8OverrideVXEfU_","regions":[[35,49,35,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFSSyKXEfu_","regions":[[36,47,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStFyyScMYccfU0_","regions":[[39,23,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14appMappingIcon3for05inputA0QrAA0C6KeymapV_SStF7SwiftUI19_ConditionalContentVyAI4ViewPAIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuI9AlignmentVtFQOyAI5ImageV_Qo_AmIE15foregroundStyleyQrqd__AI10ShapeStyleRd__lFQOyAZ_AI22HierarchicalShapeStyleVQo_GyXEfU1_","regions":[[41,18,52,10,0,0,0,0],[42,79,46,14,0,0,0,0],[46,20,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVF","regions":[[59,57,81,6,0,0,0,0],[75,49,80,10,0,0,0,0],[77,119,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVFSo7NSImageCyKXEfu_","regions":[[65,16,65,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06selectC13FromIndicatoryyAA0C6KeymapVFSbAA0cA8OverrideVXEfU_","regions":[[77,64,77,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg","regions":[[84,37,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvgyyScMYccfU_","regions":[[85,16,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE7opacityyQrSdFQOyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_","regions":[[88,18,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16everywhereOptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE7opacityyQrSdFQOyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_A18_yXEfU_","regions":[[89,33,97,14,0,0,0,0],[90,75,90,86,0,0,0,0],[90,89,90,96,0,0,0,0],[93,70,93,71,0,0,0,0],[93,74,93,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV12onlyInHeaderQrvg","regions":[[108,33,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV12onlyInHeaderQrvg7SwiftUI9TupleViewVyAE4TextV_AE6SpacerVtGyXEfU_","regions":[[109,16,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvg","regions":[[120,36,135,6,0,0,0,0],[121,12,121,37,0,0,0,0],[121,38,130,10,0,0,0,0],[130,16,134,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvg7SwiftUI9TupleViewVyAE6SpacerV_AE4TextVAItGyXEfU_","regions":[[122,20,128,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15runningAppsListQrvgAC0hC6Button3forQrSo20NSRunningApplicationC_tFQOy_Qo_AHcfU0_","regions":[[131,65,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF","regions":[[138,71,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFyyScMYccfU_","regions":[[139,16,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_","regions":[[141,18,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A30_yXEfU_","regions":[[142,33,161,14,0,0,0,0],[143,40,147,18,0,0,0,0],[147,24,151,18,0,0,0,0],[156,20,156,92,0,0,0,0],[156,93,160,18,0,0,0,0],[160,18,161,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0Q0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0Q5StyleRd__lFQOyAH6HStackVyAH05TupleO0VyAH19_ConditionalContentVyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo_AjHEA3_A4_A5_A6_QrAV_AVA8_tFQOyAjHE4fontyQrAH4FontVSgFQOyA10__Qo__Qo_G_AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyA16__AH5ColorVQo_SgtGG_AH012HierarchicalQ5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A30_yXEfU_SSyKXEfu_","regions":[[152,43,152,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFSSyKXEfu_","regions":[[169,88,169,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV07runningC6Button3forQrSo20NSRunningApplicationC_tFSSyKXEfu0_","regions":[[170,50,170,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCF","regions":[[173,56,185,6,0,0,0,0],[176,9,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCFSo7NSImageCyKXEfu_","regions":[[177,36,177,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV013selectRunningC0yySo20NSRunningApplicationCFSo7NSImageCyKXEfu_SSyKXEfu0_","regions":[[177,92,177,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg","regions":[[188,36,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvgyyScMYccfU_","regions":[[189,16,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_","regions":[[192,18,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV06chooseC6OptionQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0N0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAgEE15foregroundStyleyQrqd__AE0nX0Rd__lFQOyAE6HStackVyAE05TupleL0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVtGG_AE012HierarchicalnX0VQo__Qo__Qo__AE9RectangleVQo_yXEfU0_A16_yXEfU_","regions":[[193,33,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV027clearAllBehaviorsForCurrentA0yyF","regions":[[211,43,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyF","regions":[[225,28,259,6,0,0,0,0],[226,69,226,79,0,0,0,0],[226,79,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyFyyYacfU_","regions":[[227,14,255,10,0,0,0,0],[232,16,244,14,0,0,0,0],[234,39,236,18,0,0,0,0],[235,116,236,18,0,0,0,0],[236,18,244,14,0,0,0,0],[239,20,239,36,0,0,0,0],[239,37,243,18,0,0,0,0],[240,71,243,18,0,0,0,0],[243,18,244,14,0,0,0,0],[244,21,246,14,0,0,0,0],[246,14,255,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15performResetAllyyFyyYacfU_yyYbScMYcXEfU_","regions":[[249,33,251,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC12ForConditionyyF","regions":[[262,32,277,6,0,0,0,0],[271,12,271,35,0,0,0,0],[271,57,276,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC12ForConditionyyFSSyKXEfu_","regions":[[274,66,274,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29toggleRecordingForCurrentSlotyyF","regions":[[280,42,289,6,0,0,0,0],[281,16,281,36,0,0,0,0],[282,9,283,46,0,0,0,0],[284,9,285,44,0,0,0,0],[286,9,287,51,0,0,0,0],[288,10,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16clearCurrentSlotyyF","regions":[[292,29,304,6,0,0,0,0],[293,16,293,36,0,0,0,0],[294,9,295,42,0,0,0,0],[296,9,297,55,0,0,0,0],[298,9,300,56,0,0,0,0],[301,10,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyF","regions":[[307,42,331,6,0,0,0,0],[316,12,316,24,0,0,0,0],[316,25,318,10,0,0,0,0],[321,12,321,41,0,0,0,0],[321,42,323,10,0,0,0,0],[326,12,326,52,0,0,0,0],[326,53,328,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu_","regions":[[312,13,312,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu0_","regions":[[313,13,313,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu1_","regions":[[314,13,314,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29updateConfiguredBehaviorSlotsyyFSbyKXEfu2_","regions":[[315,13,315,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tF","regions":[[335,56,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_","regions":[[343,38,408,10,0,0,0,0],[344,20,344,24,0,0,0,0],[345,13,353,18,0,0,0,0],[355,13,377,18,0,0,0,0],[379,13,406,18,0,0,0,0],[407,14,408,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU_","regions":[[347,55,349,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU0_","regions":[[351,77,353,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU1_","regions":[[357,57,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU2_","regions":[[362,78,364,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU3_","regions":[[366,78,368,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU4_","regions":[[371,56,373,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU5_","regions":[[375,78,377,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU6_","regions":[[381,57,383,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU7_","regions":[[386,78,388,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU8_","regions":[[390,78,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU9_","regions":[[396,55,398,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU10_","regions":[[400,77,402,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+AppMappingIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21playBehaviorAnimation3foryAA0I4SlotO_tFyyYacfU_yyXEfU11_","regions":[[404,78,406,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22currentSlotOutputLabelSSvg","regions":[[9,40,20,6,0,0,0,0],[10,16,10,36,0,0,0,0],[11,9,12,41,0,0,0,0],[13,9,15,76,0,0,0,0],[15,37,15,39,0,0,0,0],[15,42,15,76,0,0,0,0],[16,9,18,76,0,0,0,0],[18,37,18,39,0,0,0,0],[18,42,18,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV23currentSlotIsConfiguredSbvg","regions":[[24,39,34,6,0,0,0,0],[25,16,25,36,0,0,0,0],[26,9,28,17,0,0,0,0],[29,9,30,42,0,0,0,0],[31,9,32,53,0,0,0,0],[33,10,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25isRecordingForCurrentSlotSbvg","regions":[[37,41,46,6,0,0,0,0],[38,16,38,36,0,0,0,0],[39,9,40,40,0,0,0,0],[41,9,42,38,0,0,0,0],[43,9,44,45,0,0,0,0],[45,10,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvg","regions":[[49,36,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu_","regions":[[51,13,51,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu0_","regions":[[52,13,52,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu1_","regions":[[53,13,53,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20isAnyRecordingActiveSbvgSbyKXEfu2_","regions":[[54,13,54,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Computed.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18cancelAllRecordingyyF","regions":[[58,31,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg","regions":[[7,38,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvgyyScMYccfU_","regions":[[8,16,10,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_","regions":[[10,18,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_A12_yXEfU_","regions":[[11,32,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17holdVariantButtonQrvgAC0hI7PopoverQrvpQOy_Qo_ycfU1_","regions":[[34,78,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg","regions":[[40,39,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_","regions":[[41,49,74,10,0,0,0,0],[51,16,51,53,0,0,0,0],[51,54,73,14,0,0,0,0],[73,14,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A4_AKcfU_","regions":[[42,55,48,14,0,0,0,0],[45,20,45,56,0,0,0,0],[45,57,47,18,0,0,0,0],[47,18,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_","regions":[[54,57,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_yycfU_","regions":[[61,35,68,26,0,0,0,0],[63,112,67,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18holdVariantPopoverQrvg7SwiftUI9TupleViewVyAE7ForEachVySayAC04HoldI0OGAkGyAC0hI3RowyQrAKFQOy_Qo__AE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyApEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_SgtGG_AGyA2__ApEE10transitionyQrqd__AE10TransitionRd__lFQOyApEEAQyQrAU_AYtFQOyApEEAQyQrAU_AYtFQOyAE6VStackVyAGyAE4TextV_ApEE8onSubmit2of_QrAE14SubmitTriggersV_yyctFQOyApEE4fontyQrAE4FontVSgFQOyApEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyA11_G_AE27RoundedBorderTextFieldStyleVQo__Qo__Qo_tGG_Qo__Qo__AE17OpacityTransitionVQo_tGSgtGyXEfU_A30_yXEfU0_yycfU_yyYacfU_","regions":[[64,38,66,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF","regions":[[83,62,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_","regions":[[86,23,100,10,0,0,0,0],[91,96,95,14,0,0,0,0],[97,16,97,34,0,0,0,0],[97,35,99,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_yyXEfU_","regions":[[87,55,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OFyyScMYccfU_yyYacfU0_","regions":[[92,22,94,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_","regions":[[100,18,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A29_yXEfU_","regions":[[101,33,118,14,0,0,0,0],[102,48,102,71,0,0,0,0],[102,74,102,82,0,0,0,0],[104,51,104,68,0,0,0,0],[104,71,104,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV14holdVariantRowyQrAC04HoldI0OF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0P0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGEAMyQrAQ_AUtFQOyAG6HStackVyAG05TupleN0VyAiGE5frame5width6height9alignmentQrAU_AuG9AlignmentVtFQOyAiGE15foregroundStyleyQrqd__AG0P5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__AG5ColorVQo__Qo__AG6VStackVyAYyAG4TextV_AiGE9fixedSize10horizontal8verticalQrSb_SbtFQOyA20__Qo_tGGAG6SpacerVtGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A29_yXEfU_A25_yXEfU_","regions":[[107,57,115,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18currentHoldVariantAC0iJ0Ovg","regions":[[128,41,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO5labelSSvg","regions":[[139,27,146,10,0,0,0,0],[140,20,140,24,0,0,0,0],[141,13,141,33,0,0,0,0],[142,13,142,33,0,0,0,0],[143,13,143,40,0,0,0,0],[144,13,144,40,0,0,0,0],[145,14,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO11explanationSSvg","regions":[[148,33,159,10,0,0,0,0],[149,20,149,24,0,0,0,0],[150,13,151,47,0,0,0,0],[152,13,153,86,0,0,0,0],[154,13,155,79,0,0,0,0],[156,13,157,55,0,0,0,0],[158,14,159,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO14toBehaviorTypeAA08AdvancedK7ManagerC0hkL0Ovg","regions":[[161,62,168,10,0,0,0,0],[162,20,162,24,0,0,0,0],[163,13,163,32,0,0,0,0],[164,13,164,39,0,0,0,0],[165,13,165,37,0,0,0,0],[166,13,166,38,0,0,0,0],[167,14,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+HoldVariantPicker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV11HoldVariantO4fromyAeA23AdvancedBehaviorManagerC0hL4TypeOFZ","regions":[[170,91,177,10,0,0,0,0],[171,20,171,32,0,0,0,0],[172,13,172,32,0,0,0,0],[173,13,173,39,0,0,0,0],[174,13,174,37,0,0,0,0],[175,13,175,38,0,0,0,0],[176,14,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg","regions":[[8,46,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[9,28,57,10,0,0,0,0],[22,16,22,33,0,0,0,0],[22,34,31,14,0,0,0,0],[31,20,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU_","regions":[[11,20,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU0_","regions":[[23,24,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A11_A7_cfU1_","regions":[[32,48,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU2_","regions":[[38,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A49_yXEfU3_","regions":[[40,22,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25launchAppsExpandedContentQrvg7SwiftUI9TupleViewVyAE0O0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE012_ConditionalK0VyA0_AE7ForEachVySayAA0C10LaunchInfoVGSSAC05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrA7_FQOy_Qo_GGAE08ModifiedK0VyAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_A49_yXEfU3_A40_yXEfU_","regions":[[41,37,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF","regions":[[61,65,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFSSyKXEfu_","regions":[[63,54,63,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFyyScMYccfU_","regions":[[66,23,80,10,0,0,0,0],[75,96,79,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVFyyScMYccfU_yyYacfU_","regions":[[76,22,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0V0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0V5StyleRd__lFQOyAH6HStackVyAH05TupleT0VyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo__AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyA8__Qo__AH5ColorVQo_SgtGG_AH012HierarchicalV5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_","regions":[[80,18,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05knownC3Row33_E4092B3F3834CF1445688C4DAECC4549LLyQrAA0C10LaunchInfoVF7SwiftUI4ViewPAHE12contentShape_6eoFillQrqd___SbtAH0V0Rd__lFQOyAjHE7paddingyQrAH4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjHEANyQrAR_AVtFQOyAjHE15foregroundStyleyQrqd__AH0V5StyleRd__lFQOyAH6HStackVyAH05TupleT0VyAjHE5frame5width6height9alignmentQrAV_AvH9AlignmentVtFQOyAH5ImageV_Qo__AjHE9lineLimityQrSiSgFQOyAH4TextV_Qo_AH6SpacerVAjHEAWyQrqd__AhXRd__lFQOyAjHE4fontyQrAH4FontVSgFQOyA8__Qo__AH5ColorVQo_SgtGG_AH012HierarchicalV5StyleVQo__Qo__Qo__AH9RectangleVQo_yXEfU0_A26_yXEfU_","regions":[[81,33,94,14,0,0,0,0],[89,20,89,30,0,0,0,0],[89,31,93,18,0,0,0,0],[93,18,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyF","regions":[[106,26,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_","regions":[[107,14,148,10,0,0,0,0],[113,35,130,14,0,0,0,0],[119,99,122,18,0,0,0,0],[122,24,124,18,0,0,0,0],[126,49,126,53,0,0,0,0],[126,56,126,64,0,0,0,0],[127,20,127,55,0,0,0,0],[127,56,129,18,0,0,0,0],[130,14,148,10,0,0,0,0],[135,36,143,14,0,0,0,0],[136,52,136,64,0,0,0,0],[136,64,143,14,0,0,0,0],[137,52,137,64,0,0,0,0],[137,64,143,14,0,0,0,0],[140,20,140,55,0,0,0,0],[140,56,142,18,0,0,0,0],[143,14,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_So7NSImageCyKXEfu_","regions":[[123,101,123,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SbSo20NSRunningApplicationCXEfU_","regions":[[134,25,134,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SbSo20NSRunningApplicationCXEfU_SbyKXEfu_","regions":[[134,62,134,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_SSyKXEfu0_","regions":[[139,58,139,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[145,33,147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13loadKnownAppsyyFyyYacfU_yyYbScMYcXEfU0_SbAA0C10LaunchInfoV_AFtXEfU_","regions":[[146,41,146,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13appLaunchInfo33_E4092B3F3834CF1445688C4DAECC4549LL3forAA0ciJ0V10Foundation3URLV_tF","regions":[[151,63,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VF","regions":[[159,57,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VFSbyKXEfu_","regions":[[162,13,162,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+LaunchApps.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV012isUserFacingC3URL33_E4092B3F3834CF1445688C4DAECC4549LLySb10Foundation0K0VFSbyKXEfu0_","regions":[[163,13,163,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg","regions":[[9,42,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_","regions":[[10,28,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_AYyXEfU_","regions":[[12,20,17,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A7_SScfU0_","regions":[[23,60,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[28,20,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A42_yXEfU2_","regions":[[31,22,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21layersExpandedContentQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVtGG_Qo__Qo__Qo__AE7ForEachVySaySSGSSAC8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFQOy_Qo_GAiEE9focusableyQrSbFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAiEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyATyAGyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AvXtGG_AE22HierarchicalShapeStyleVQo__Qo__Qo__AE9RectangleVQo_G_AA26LayerPickerItemButtonStyleVQo__Qo_tGyXEfU_A42_yXEfU2_A33_yXEfU_","regions":[[32,37,39,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF","regions":[[51,57,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSFyyScMYccfU_","regions":[[58,23,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAhFE15foregroundStyleyQrqd__AF0V5StyleRd__lFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQrAT_AtF9AlignmentVtFQOyAhFEAUyQrqd__AfVRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF4TextVAF6SpacerVA14_SgtGG_AF012HierarchicalV5StyleVQo__Qo__Qo__AF9RectangleVQo_yXEfU0_","regions":[[60,18,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8layerRow33_298F137A5253E13BD5532D171E1FE7C6LLyQrSSF7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0V0Rd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEALyQrAP_ATtFQOyAhFE15foregroundStyleyQrqd__AF0V5StyleRd__lFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6height9alignmentQrAT_AtF9AlignmentVtFQOyAhFEAUyQrqd__AfVRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF4TextVAF6SpacerVA14_SgtGG_AF012HierarchicalV5StyleVQo__Qo__Qo__AF9RectangleVQo_yXEfU0_A21_yXEfU_","regions":[[61,33,74,14,0,0,0,0],[62,51,62,76,0,0,0,0],[62,79,62,99,0,0,0,0],[64,54,64,59,0,0,0,0],[64,62,64,70,0,0,0,0],[69,20,69,30,0,0,0,0],[69,31,73,18,0,0,0,0],[73,18,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17selectLayerOutputyySSF","regions":[[86,45,100,6,0,0,0,0],[95,92,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17selectLayerOutputyySSFyyYacfU_","regions":[[96,18,98,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22saveLayerSwitchMapping5layer13kanataManagerySS_AA18RuntimeCoordinatorCtYaF","regions":[[103,89,121,6,0,0,0,0],[104,58,104,68,0,0,0,0],[104,68,121,6,0,0,0,0],[113,12,113,19,0,0,0,0],[113,20,117,10,0,0,0,0],[117,16,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg","regions":[[124,42,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_","regions":[[125,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_","regions":[[134,33,155,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU_","regions":[[135,34,137,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU0_","regions":[[141,34,151,18,0,0,0,0],[142,24,142,45,0,0,0,0],[142,46,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21newLayerDialogContentQrvg7SwiftUI9TupleViewVyAE4TextV_AE08ModifiedK0VyAE0O0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAmEE14textFieldStyleyQrqd__AE0P10FieldStyleRd__lFQOyAE0P5FieldVyAIG_AE013RoundedBorderP10FieldStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyAKyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAIG_Qo_A6_G_AKyAmEE8disabledyQrSbFQOyA19__Qo_A6_GtGGtGyXEfU_A24_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[146,30,149,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC9ForOutputyyF","regions":[[162,29,179,6,0,0,0,0],[171,12,171,35,0,0,0,0],[171,57,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV04pickC9ForOutputyyFSSyKXEfu_","regions":[[175,66,175,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF","regions":[[182,73,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI05TupleK0VyAG4TextV_AG6SpacerVtGyXEfU_","regions":[[184,16,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI7ForEachVySayAA0lI4InfoVGSSAC0hI6ButtonyQrAKFQOy_Qo_GyXEfU0_","regions":[[195,111,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21systemActionGroupViewyQrAC06SystemiJ0VF7SwiftUI7ForEachVySayAA0lI4InfoVGSSAC0hI6ButtonyQrAKFQOy_Qo_GyXEfU0_AnKcfU_","regions":[[196,36,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF","regions":[[205,70,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVFyyScMYccfU_","regions":[[207,16,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_","regions":[[211,18,230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A40_yXEfU_","regions":[[212,32,226,14,0,0,0,0],[225,51,225,68,0,0,0,0],[225,71,225,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionButtonyQrAA06SystemI4InfoVF7SwiftUI4ViewPAGE12contentShape_6eoFillQrqd___SbtAG0Q0Rd__lFQOyAiGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiGE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uG9AlignmentVtFQOyAG6VStackVyAG05TupleO0VyAG6ZStackVyA7_yAiGEAV5width6heightA1_QrAU_AUA3_tFQOyAG01_qO0VyAG16RoundedRectangleVAG5ColorVG_Qo__AiGE15foregroundStyleyQrqd__AG0Q5StyleRd__lFQOyAiGE4fontyQrAG4FontVSgFQOyAG5ImageV_Qo__A17_Qo_tGG_AiGEA20_yQrqd__AGA21_Rd__lFQOyAiGE18minimumScaleFactoryQrATFQOyAiGE9lineLimityQrSiSgFQOyAG4TextV_Qo__Qo__A17_Qo_tGG_Qo__Qo__AG9RectangleVQo_yXEfU0_A40_yXEfU_A30_yXEfU_","regions":[[213,24,220,18,0,0,0,0],[215,44,215,74,0,0,0,0],[215,77,215,104,0,0,0,0],[219,55,219,72,0,0,0,0],[219,75,219,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20shouldShowHealthGateSbvg","regions":[[236,36,240,6,0,0,0,0],[237,12,237,45,0,0,0,0],[237,46,237,61,0,0,0,0],[237,61,239,21,0,0,0,0],[238,51,238,66,0,0,0,0],[238,66,239,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg","regions":[[242,38,276,6,0,0,0,0],[270,53,270,57,0,0,0,0],[270,60,270,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[243,50,265,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AZyXEfU_","regions":[[244,32,252,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateContentQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0N0PAEE15foregroundStyleyQrqd__AE05ShapeQ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AE4TextVtGG_AyE08ModifiedJ0VyAkEE11controlSizeyQrAE07ControlZ0OFQOyAkEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAYG_AE023BorderedProminentButtonQ0VQo__Qo_AE31AccessibilityAttachmentModifierVGtGyXEfU_AYyXEfU0_","regions":[[258,41,261,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV15healthGateTitle33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[278,41,287,6,0,0,0,0],[279,16,279,36,0,0,0,0],[280,9,281,31,0,0,0,0],[282,9,283,77,0,0,0,0],[283,31,283,46,0,0,0,0],[283,49,283,77,0,0,0,0],[284,9,285,27,0,0,0,0],[286,10,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17healthGateMessage33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[289,43,300,6,0,0,0,0],[290,16,290,36,0,0,0,0],[291,9,292,65,0,0,0,0],[293,9,296,76,0,0,0,0],[295,19,295,75,0,0,0,0],[296,19,296,76,0,0,0,0],[297,9,298,37,0,0,0,0],[299,10,300,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Layers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21healthGateButtonTitle33_298F137A5253E13BD5532D171E1FE7C6LLSSvg","regions":[[302,47,311,6,0,0,0,0],[303,16,303,36,0,0,0,0],[304,9,305,25,0,0,0,0],[306,9,307,25,0,0,0,0],[308,9,309,25,0,0,0,0],[310,10,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg","regions":[[6,39,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvgyyScMYccfU_","regions":[[9,23,11,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_","regions":[[11,18,32,10,0,0,0,0],[21,54,21,64,0,0,0,0],[21,67,21,75,0,0,0,0],[26,51,26,78,0,0,0,0],[26,81,26,112,0,0,0,0],[30,59,30,85,0,0,0,0],[30,88,30,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAgEE15foregroundStyleyQrqd__AE05ShapeY0Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE6HStackVyAE05TupleM0VyAgEEAXyQrA_FQOyAE5ImageV_Qo__AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_A6_tGG_Qo__AE012HierarchicalzY0VQo__Qo__Qo__AE01_zM0VyAE16RoundedRectangleVAE5ColorVGQo__AE012StrokeBorderzM0VyA23_A25_AE05EmptyM0VGQo_yXEfU0_A12_yXEfU_","regions":[[12,32,19,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18outputTypeDropdownQrvgAC19systemActionPopoverQrvpQOy_Qo_ycfU1_","regions":[[36,78,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21outputTypeDisplayInfo33_CD6E076A32D6397B7D8505EC874A9448LLSS5label_SS4iconSb9isDefaulttvg","regions":[[42,87,54,6,0,0,0,0],[43,12,43,40,0,0,0,0],[43,41,45,10,0,0,0,0],[45,19,45,56,0,0,0,0],[45,57,47,10,0,0,0,0],[47,19,47,47,0,0,0,0],[47,48,49,10,0,0,0,0],[49,19,49,45,0,0,0,0],[49,46,51,10,0,0,0,0],[51,16,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+OutputTypeDropdown.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21outputTypeDisplayInfo33_CD6E076A32D6397B7D8505EC874A9448LLSS5label_SS4iconSb9isDefaulttvgSSyKXEfu_","regions":[[46,54,46,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV11_isHovering33_ED24B1F5FC969FC1CC4BF50C256A11B6LL7SwiftUI5StateVySbGvpfi","regions":[[7,37,7,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV8makeBody13configurationQr7SwiftUI0hI13ConfigurationV_tF","regions":[[9,62,19,6,0,0,0,0],[13,62,13,65,0,0,0,0],[13,68,13,104,0,0,0,0],[13,95,13,99,0,0,0,0],[13,102,13,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+Styles.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26LayerPickerItemButtonStyleV8makeBody13configurationQr7SwiftUI0hI13ConfigurationV_tFySbcfU_","regions":[[16,22,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvg","regions":[[12,57,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU_","regions":[[15,68,17,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU0_","regions":[[18,70,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU1_","regions":[[21,68,23,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18systemActionGroups33_97CB86D15692FC0073185A545E169520LLSayAC06SystemI5GroupVGvgSbAA0pI4InfoVXEfU2_","regions":[[24,69,26,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17expandedMaxHeight33_97CB86D15692FC0073185A545E169520LL12CoreGraphics7CGFloatVvg","regions":[[31,44,43,6,0,0,0,0],[38,12,38,35,0,0,0,0],[38,36,38,69,0,0,0,0],[39,12,39,32,0,0,0,0],[39,33,39,57,0,0,0,0],[40,12,40,28,0,0,0,0],[40,29,40,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16popoverMaxHeight33_97CB86D15692FC0073185A545E169520LL12CoreGraphics7CGFloatVvg","regions":[[45,43,50,6,0,0,0,0],[46,12,46,35,0,0,0,0],[46,36,48,10,0,0,0,0],[48,10,49,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg","regions":[[53,40,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgSbyKXEfu_","regions":[[54,76,54,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgSbyKXEfu0_","regions":[[54,108,54,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_","regions":[[60,27,278,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_","regions":[[61,32,276,14,0,0,0,0],[130,20,130,43,0,0,0,0],[130,44,137,18,0,0,0,0],[137,18,276,14,0,0,0,0],[189,20,189,40,0,0,0,0],[189,41,192,18,0,0,0,0],[192,18,276,14,0,0,0,0],[272,20,272,36,0,0,0,0],[272,37,275,18,0,0,0,0],[275,18,276,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU_","regions":[[63,24,68,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A36_yXEfU0_","regions":[[68,26,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A36_yXEfU0_A27_yXEfU_","regions":[[69,41,80,22,0,0,0,0],[70,65,70,88,0,0,0,0],[70,91,70,99,0,0,0,0],[72,68,72,85,0,0,0,0],[72,88,72,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU1_","regions":[[92,24,100,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU1_yyXEfU_","regions":[[93,63,99,22,0,0,0,0],[94,28,94,52,0,0,0,0],[94,53,97,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU2_","regions":[[100,26,125,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU2_A49_yXEfU_","regions":[[101,41,120,22,0,0,0,0],[102,68,102,91,0,0,0,0],[102,94,102,102,0,0,0,0],[104,71,104,88,0,0,0,0],[104,91,104,101,0,0,0,0],[112,72,116,26,0,0,0,0],[116,26,120,22,0,0,0,0],[117,69,117,81,0,0,0,0],[117,84,117,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A67_yXEfU3_","regions":[[131,40,135,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A67_yXEfU3_A66_A63_cfU_","regions":[[132,66,134,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU4_","regions":[[142,24,153,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU4_yyXEfU_","regions":[[143,63,152,22,0,0,0,0],[144,28,144,49,0,0,0,0],[144,50,147,26,0,0,0,0],[149,28,149,48,0,0,0,0],[149,49,151,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_","regions":[[153,26,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_A83_yXEfU_","regions":[[154,41,179,22,0,0,0,0],[155,59,155,82,0,0,0,0],[155,85,155,93,0,0,0,0],[157,62,157,79,0,0,0,0],[157,82,157,92,0,0,0,0],[159,60,163,26,0,0,0,0],[163,32,167,26,0,0,0,0],[171,60,175,26,0,0,0,0],[175,26,179,22,0,0,0,0],[176,66,176,78,0,0,0,0],[176,81,176,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A88_yXEfU5_A83_yXEfU_SSyKXEfu_","regions":[[168,61,168,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU6_","regions":[[197,24,201,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A103_yXEfU7_","regions":[[201,26,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A103_yXEfU7_A98_yXEfU_","regions":[[202,41,218,22,0,0,0,0],[203,59,203,82,0,0,0,0],[203,85,203,93,0,0,0,0],[205,62,205,79,0,0,0,0],[205,82,205,92,0,0,0,0],[213,60,217,26,0,0,0,0],[217,26,218,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_","regions":[[231,24,242,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_yyXEfU_","regions":[[232,63,241,22,0,0,0,0],[233,28,233,45,0,0,0,0],[233,46,236,26,0,0,0,0],[238,28,238,44,0,0,0,0],[238,45,240,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_yyScMYccfU8_yyXEfU_yyYacfU_","regions":[[239,34,239,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU9_","regions":[[242,26,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvg7SwiftUI4ViewPAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6VStackVyAE05TupleM0VyAgEE9focusableyQrSbFQOyAgEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAgEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEE010foregroundX0yQrqd__AE05ShapeX0Rd__lFQOyAE6HStackVyATyAgEE5frame5width6height9alignmentQrAP_ApE9AlignmentVtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__Qo__AgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA17__Qo_AE4TextVAE6SpacerVtGG_AE017HierarchicalShapeX0VQo__Qo__Qo__AE9RectangleVQo_G_AA015LayerPickerItemyX0VQo__Qo__AgEEAHyQrAL_APtFQOyAgEE7opacityyQrSdFQOyAE7DividerV_Qo__Qo_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A24_SgAgEEA1_yQrqd__AEA2_Rd__lFQOyA17__A30_Qo_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyARyAE7ForEachVySayAC06SystemI5GroupVGSSAC0hi5GroupM0yQrA63_FQOy_Qo_GG_AEA59_PAEE8combined4withQrqd___tAEA59_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA46_AgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__AE19_ConditionalContentVyAgEEA5_A6_A7_A8_QrAP_APA10_tFQOyA16__Qo_A22_GA24_A26_A47_A48_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC25launchAppsExpandedContentQrvpQOy_Qo__A76_Qo_SgA46_AE15ModifiedContentVyAgEEAUyQrSbFQOyAgEEAVyQrqd__AeWRd__lFQOyAYyAgEEAZ_A_Qrqd___SbtAEA0_Rd__lFQOyAgEEAHyQrAL_APtFQOyAgEEAHyQrAL_APtFQOyAgEEA1_yQrqd__AEA2_Rd__lFQOyA4_yATyA21__A22_A24_A26_A47_tGG_A30_Qo__Qo__Qo__A35_Qo_G_A39_Qo__Qo_AE31AccessibilityAttachmentModifierVGA46_A57_AgEEA58_yQrqd__AEA59_Rd__lFQOyAC21layersExpandedContentQrvpQOy_Qo__A76_Qo_SgtGG_Qo_yXEfU_A114_yXEfU_A54_yXEfU9_A49_yXEfU_","regions":[[243,41,262,22,0,0,0,0],[244,61,244,84,0,0,0,0],[244,87,244,95,0,0,0,0],[246,64,246,81,0,0,0,0],[246,84,246,94,0,0,0,0],[254,60,258,26,0,0,0,0],[258,26,262,22,0,0,0,0],[259,62,259,74,0,0,0,0],[259,77,259,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgyycfU0_","regions":[[292,19,300,10,0,0,0,0],[297,16,297,36,0,0,0,0],[297,37,299,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19systemActionPopoverQrvgAC21newLayerDialogContentQrvpQOy_Qo_ycfU1_","regions":[[301,53,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19collapseAllSections33_97CB86D15692FC0073185A545E169520LLyyF","regions":[[307,40,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection+SystemActionGroups.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19collapseAllSections33_97CB86D15692FC0073185A545E169520LLyyFyyXEfU_","regions":[[308,50,312,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10fadeAmount12CoreGraphics7CGFloatVvpfi","regions":[[14,31,14,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV05layerA3MapSDys6UInt16VAA05LayerA4InfoVGvpfi","regions":[[18,47,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_viewModel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI11StateObjectVyAA0f4ViewI0CGvpfi","regions":[[20,34,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_viewModel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI11StateObjectVyAA0f4ViewI0CGvpfiAJycfu_AJycfu0_","regions":[[20,34,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25_isSystemActionPickerOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[21,43,21,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV03_isC19ConditionPickerOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[22,43,22,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_cachedRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySaySo20NSRunningApplicationCGGvpfi","regions":[[23,60,23,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19_showingResetDialog33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[24,37,24,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24_isSystemActionsExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[25,42,25,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21_isLaunchAppsExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[26,39,26,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17_isLayersExpanded33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[27,35,27,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV10_knownApps33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySayAA0C10LaunchInfoVGGvpfi","regions":[[28,45,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22_showingNewLayerDialog33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[29,40,29,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13_newLayerName33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySSGvpfi","regions":[[30,31,30,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV25_isHoldVariantPopoverOpen33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[31,43,31,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV22_showMultiTapSlideOver33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[32,40,32,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21_selectedBehaviorSlot33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVyAA0iJ0OGvpfi","regions":[[37,53,37,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24_configuredBehaviorSlots33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVyShyAA0I4SlotOGGvpfi","regions":[[39,61,39,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_outputKeycapScale33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[42,45,42,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18_showBehaviorLabel33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[45,36,45,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19_outputKeycapBounce33_2B4789019F4E34899DCFC4D2FB1E8365LL7SwiftUI5StateVySbGvpfi","regions":[[47,37,47,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV4bodyQrvg","regions":[[49,25,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[53,37,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI19_ConditionalContentVyAC010healthGateT0QrvpQOy_Qo_AF0I0PAFE7opacityyQrSdFQOyAlFE10saturationyQrSdFQOyAC06mapperT0AELLQrvpQOy_Qo__Qo__Qo_GyXEfU_","regions":[[54,39,62,10,0,0,0,0],[55,16,55,36,0,0,0,0],[55,37,57,14,0,0,0,0],[57,20,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU0_","regions":[[64,40,93,10,0,0,0,0],[65,67,65,77,0,0,0,0],[65,77,93,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU0_SSyKXEfu_","regions":[[73,71,73,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU1_","regions":[[95,52,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyycfU2_","regions":[[99,52,103,10,0,0,0,0],[100,16,100,36,0,0,0,0],[100,37,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgys6UInt16VSg_AHtcfU3_","regions":[[105,77,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU4_","regions":[[114,11,118,10,0,0,0,0],[115,79,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU5_","regions":[[122,11,170,10,0,0,0,0],[123,46,123,56,0,0,0,0],[123,56,170,10,0,0,0,0],[127,18,127,28,0,0,0,0],[127,28,170,10,0,0,0,0],[149,65,151,14,0,0,0,0],[154,77,169,14,0,0,0,0],[157,102,160,18,0,0,0,0],[160,24,163,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU5_So7NSImageCyKXEfu_","regions":[[162,28,162,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU6_","regions":[[174,11,182,10,0,0,0,0],[176,46,176,56,0,0,0,0],[176,56,182,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU6_yyYbScMYccfU_","regions":[[179,68,181,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU7_","regions":[[186,11,210,10,0,0,0,0],[188,46,188,56,0,0,0,0],[188,56,210,10,0,0,0,0],[191,18,191,28,0,0,0,0],[191,28,210,10,0,0,0,0],[195,98,198,14,0,0,0,0],[198,20,200,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgy10Foundation12NotificationVcfU7_So7NSImageCyKXEfu_","regions":[[199,96,199,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_","regions":[[212,90,232,10,0,0,0,0],[214,51,214,61,0,0,0,0],[214,61,232,10,0,0,0,0],[215,46,215,56,0,0,0,0],[215,56,232,10,0,0,0,0],[223,59,223,69,0,0,0,0],[223,69,232,10,0,0,0,0],[224,73,224,83,0,0,0,0],[224,83,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu_","regions":[[219,17,219,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu0_","regions":[[220,17,220,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_SbyKXEfu1_","regions":[[223,38,223,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySb_SbtcfU8_yyYacfU_","regions":[[227,18,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU9_","regions":[[234,81,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU10_","regions":[[238,82,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySS_SStcfU11_","regions":[[242,90,244,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgS2S5label_SS6actionSb11isRecordingt_tcfu_","regions":[[246,95,246,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySaySSG_AFtcfU12_","regions":[[246,106,248,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySSSg_AFtcfU13_","regions":[[250,90,252,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgySSSg_AFtcfU14_","regions":[[254,95,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyAA12BehaviorSlotO_AGtcfU15_","regions":[[258,82,260,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_","regions":[[266,11,289,10,0,0,0,0],[268,16,268,44,0,0,0,0],[268,70,273,14,0,0,0,0],[273,14,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU_","regions":[[269,68,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU0_","regions":[[276,78,278,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU1_","regions":[[282,69,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI05TupleI0VyAF15ModifiedContentVyAF6ButtonVyAF4TextVGAF31AccessibilityAttachmentModifierVGSg_A3RtGyXEfU16_yyScMYccfU2_","regions":[[287,45,287,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI19_ConditionalContentVyAF4TextVAJGyXEfU17_","regions":[[289,20,295,10,0,0,0,0],[290,16,290,44,0,0,0,0],[290,70,292,14,0,0,0,0],[292,20,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_","regions":[[297,93,303,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_yycfU_","regions":[[300,27,300,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV8bodyView33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAA14URLInputDialogVycfU18_yycfU0_","regions":[[301,27,301,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV16showDebugBorders33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvpfi","regions":[[308,36,308,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvg","regions":[[311,45,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu_","regions":[[314,13,314,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu0_","regions":[[315,13,315,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu1_","regions":[[316,13,316,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu2_","regions":[[317,13,317,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasAnyModifiedMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu3_","regions":[[322,31,322,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvg","regions":[[327,48,337,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu_","regions":[[333,13,333,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu0_","regions":[[334,13,334,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu1_","regions":[[336,35,336,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV24tapHasNonIdentityMapping33_2B4789019F4E34899DCFC4D2FB1E8365LLSbvgSbyKXEfu2_","regions":[[336,48,336,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvg","regions":[[339,37,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvgSbyKXEfu_","regions":[[340,47,340,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV21hasMultiTapConfiguredSbvgSbyKXEfu_SbSS5label_SS6actionSb11isRecordingt_tXEfU_","regions":[[340,80,340,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[343,42,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC0h4MainI0AELLQrvpQOy_Qo_ycfU_","regions":[[347,26,347,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV13mapperContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC013multiTapPanelI0AELLQrvpQOy_Qo_ycfU0_","regions":[[348,27,348,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[352,46,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_","regions":[[353,28,511,10,0,0,0,0],[478,16,478,38,0,0,0,0],[478,39,481,14,0,0,0,0],[481,14,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_","regions":[[355,28,475,14,0,0,0,0],[471,44,471,54,0,0,0,0],[471,57,471,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_","regions":[[363,59,470,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A11_yXEfU_","regions":[[365,40,374,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A11_yXEfU_yycfU_","regions":[[370,36,370,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_","regions":[[378,28,402,22,0,0,0,0],[386,28,386,49,0,0,0,0],[386,50,401,26,0,0,0,0],[401,26,402,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_","regions":[[387,36,399,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_yyScMYccfU_","regions":[[389,40,391,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A56_yXEfU0_A52_yXEfU_A43_yXEfU0_","regions":[[391,42,395,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_","regions":[[406,40,468,22,0,0,0,0],[449,28,449,57,0,0,0,0],[449,89,451,26,0,0,0,0],[451,26,468,22,0,0,0,0],[453,28,453,56,0,0,0,0],[453,57,467,26,0,0,0,0],[467,26,468,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_","regions":[[408,49,444,26,0,0,0,0],[410,32,410,60,0,0,0,0],[410,61,421,30,0,0,0,0],[421,36,433,30,0,0,0,0],[431,67,431,71,0,0,0,0],[431,74,431,77,0,0,0,0],[436,32,436,60,0,0,0,0],[436,61,443,30,0,0,0,0],[441,66,441,67,0,0,0,0],[441,70,441,71,0,0,0,0],[442,70,442,71,0,0,0,0],[442,74,442,77,0,0,0,0],[443,30,444,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU_","regions":[[418,44,418,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU0_","regions":[[428,44,428,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A79_yXEfU_yycfU1_","regions":[[429,46,429,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_yyScMYccfU0_","regions":[[454,36,456,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A88_yXEfU1_","regions":[[456,38,464,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A101_AF13GeometryProxyVcfU_A96_yXEfU_A93_yXEfU1_A88_yXEfU1_A86_yXEfU_","regions":[[457,52,462,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV17mapperMainContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF14GeometryReaderVyAjFEAklmNQrAR_ArTtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAjFEAklmNQrAR_ArTtFQOyAjFE6border_ALQrqd___AQtAF10ShapeStyleRd__lFQOyAF6HStackVyAHyAjFEAklmNQrAR_ArTtFQOyAF6VStackVyAHyAA0F11InputKeycapV_AC20appConditionDropdownAELLQrvpQOy_Qo_AC20appMappingIndicatorsQrvpQOy_Qo_tGG_Qo__AjFEAklmNQrAR_ArTtFQOyAF6ZStackVyAHyAjFEAklmNQrAR_ArTtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AjFEAklmNQrAR_ArTtFQOyA4_yAHyAF6SpacerV_AF08ModifiedJ0VyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundStyleyQrqd__AFA0_Rd__lFQOyA26__AF22HierarchicalShapeStyleVQo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo_SgtGG_Qo_AjFEAklmNQrAR_ArTtFQOyA4_yAHyA15_yAHyAF012_ConditionalJ0VyAjFEAW_AXQrAQ_AZtFQOyAA0f6KeycapU0V_Qo_AjFEAW_AXQrAQ_AZtFQOyAjFEAW_AXQrAQ_AZtFQOyAA18BehaviorSlotKeycapV_Qo__Qo_G_AjFEAW_AXQrAQ_AZtFQOyAjFE7opacityyQrSdFQOyAjFE6offset1x1yQrAQ_AQtFQOyAF4TextV_Qo__Qo__Qo_SgtGG_AC18outputTypeDropdownQrvpQOy_Qo_AC17holdVariantButtonQrvpQOy_Qo_SgA32_yAjFEA36_yQrqd__AFA37_Rd__lFQOyA39_yAjFEA40_yQrqd__AFA0_Rd__lFQOyA2_yAHyA74__A26_tGG_A42_Qo_G_A46_Qo_A50_GSgtGG_Qo_tGG_A18_Qo__Qo__Qo__Qo_G_Qo__AjFE10transitionyQrqd__AF10TransitionRd__lFQOyAA016AdvancedBehaviorJ0V_AFA105_PAFE8combined4withQrqd___tAFA105_Rd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgA30_A15_yAHyAjFE7paddingyQrAF4EdgeO3SetV_ARtFQOyAA19BehaviorStatePickerV_Qo__AjFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFEA104_yQrAF13AnyTransitionVFQOyAjFEA70_A71_A72_QrAQ_AQtFQOyAjFE10background_ANQrqd___ATtAfIRd__lFQOyAjFEA118_yQrA122__ARtFQOyAjFEA118_yQrA122__ARtFQOyA74__Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF8MaterialVGQo__Qo__Qo__SSQo_SgtGGtGyXEfU_A148_yXEfU0_","regions":[[487,37,510,14,0,0,0,0],[496,57,509,18,0,0,0,0],[499,68,499,72,0,0,0,0],[499,75,499,121,0,0,0,0],[499,101,499,107,0,0,0,0],[499,110,499,120,0,0,0,0],[509,18,510,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20multiTapPanelContent33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[515,49,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[520,49,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgSSyKXEfu_","regions":[[522,74,522,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgyyScMYccfU_","regions":[[524,23,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AJQrqd___ALtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEANyQrAR_AVtFQOyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6heightAJQrAV_AvLtFQOyAF5ImageV_Qo_Sg_AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_AhFEAYyQrA0_FQOyA9__Qo_tGG_Qo__AF22HierarchicalShapeStyleVQo__Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAF5ColorVGQo__AF017StrokeBorderShapeT0VyA29_A31_AF05EmptyT0VGQo_yXEfU0_","regions":[[528,18,552,10,0,0,0,0],[541,45,541,53,0,0,0,0],[541,56,541,66,0,0,0,0],[546,42,546,73,0,0,0,0],[546,76,546,103,0,0,0,0],[550,50,550,80,0,0,0,0],[550,83,550,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AJQrqd___ALtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAhFEANyQrAR_AVtFQOyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF6HStackVyAF05TupleT0VyAhFE5frame5width6heightAJQrAV_AvLtFQOyAF5ImageV_Qo_Sg_AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_AhFEAYyQrA0_FQOyA9__Qo_tGG_Qo__AF22HierarchicalShapeStyleVQo__Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAF5ColorVGQo__AF017StrokeBorderShapeT0VyA29_A31_AF05EmptyT0VGQo_yXEfU0_A18_yXEfU_","regions":[[529,32,539,14,0,0,0,0],[530,61,534,18,0,0,0,0],[534,18,539,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV20appConditionDropdown33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvgAC0hI7PopoverAELLQrvpQOy_Qo_ycfU1_","regions":[[555,78,557,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18preloadRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LLyyF","regions":[[561,39,563,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV18refreshRunningApps33_2B4789019F4E34899DCFC4D2FB1E8365LLyyF","regions":[[566,39,568,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyF","regions":[[571,76,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_","regions":[[573,21,577,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_SbyKXEfu_","regions":[[575,21,575,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAGXEfU_SbyKXEfu0_","regions":[[576,21,576,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_","regions":[[578,21,578,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_SSyKXEfu_","regions":[[578,44,578,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV29fetchRunningAppsSynchronously33_2B4789019F4E34899DCFC4D2FB1E8365LLSaySo20NSRunningApplicationCGyFSbAG_AGtXEfU0_SSyKXEfu0_","regions":[[578,71,578,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg","regions":[[582,48,602,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleT0VyAC16everywhereOptionQrvpQOy_Qo__AhFEAIyQrAM_AQtFQOyAhFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_AC12onlyInHeaderQrvpQOy_Qo_AC15runningAppsListQrvpQOy_Qo_A0_AC06chooseC6OptionQrvpQOy_Qo_tGG_Qo_yXEfU_","regions":[[583,20,593,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayMapperSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayMapperSectionV19appConditionPopover33_2B4789019F4E34899DCFC4D2FB1E8365LLQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6VStackVyAF05TupleT0VyAC16everywhereOptionQrvpQOy_Qo__AhFEAIyQrAM_AQtFQOyAhFE7opacityyQrSdFQOyAF7DividerV_Qo__Qo_AC12onlyInHeaderQrvpQOy_Qo_AC15runningAppsListQrvpQOy_Qo_A0_AC06chooseC6OptionQrvpQOy_Qo_tGG_Qo_yXEfU_A7_yXEfU_","regions":[[584,32,591,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlaySizingDefaultsO11startupSize11aspectRatio14inspectorWidthSo6CGSizeV12CoreGraphics7CGFloatV_AKtFZ","regions":[[10,86,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlaySizingDefaults.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21OverlaySizingDefaultsO18resetCenteredFrame07visibleJ011aspectRatio14inspectorWidthSo6CGRectVAISg_12CoreGraphics7CGFloatVAMtFZ","regions":[[24,17,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO11windowStyle24useAccessibilityTestModeSo08NSWindowI4MaskVSb_tFZ","regions":[[7,83,9,6,0,0,0,0],[8,36,8,68,0,0,0,0],[8,71,8,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO13defaultOrigin12visibleFrame10windowSize6marginSo7CGPointVSo6CGRectV_So6CGSizeV12CoreGraphics7CGFloatVtFZ","regions":[[11,101,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFactory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowFactoryO9configure6window24useAccessibilityTestModeySo8NSWindowC_SbtFZ","regions":[[19,79,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV8defaults12frameVersionACSo14NSUserDefaultsC_SitcfC","regions":[[21,7,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV4save5frameySo6CGRectV_tF","regions":[[26,30,33,6,0,0,0,0],[27,54,27,64,0,0,0,0],[27,64,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV5clearyyF","regions":[[35,18,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowFrameStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23OverlayWindowFrameStoreV7restoreSo6CGRectVSgyF","regions":[[43,31,62,6,0,0,0,0],[45,12,45,39,0,0,0,0],[45,40,48,10,0,0,0,0],[48,10,61,64,0,0,0,0],[51,30,51,44,0,0,0,0],[51,44,61,64,0,0,0,0],[56,31,59,10,0,0,0,0],[59,10,61,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ","regions":[[19,17,64,6,0,0,0,0],[34,48,34,93,0,0,0,0],[34,76,34,83,0,0,0,0],[34,86,34,92,0,0,0,0],[34,96,34,102,0,0,0,0],[39,12,39,37,0,0,0,0],[39,38,42,10,0,0,0,0],[42,16,45,10,0,0,0,0],[47,12,47,36,0,0,0,0],[47,37,50,10,0,0,0,0],[50,19,50,43,0,0,0,0],[50,44,53,10,0,0,0,0],[55,12,55,38,0,0,0,0],[55,39,58,10,0,0,0,0],[58,19,58,45,0,0,0,0],[58,46,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ14heightForWidthL_yA2QF","regions":[[22,58,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO15constrainedSize06targetI007currentI06aspect14verticalChrome010horizontalN003minI003maxI06anchorSo6CGSizeVAN_AN12CoreGraphics7CGFloatVA2q2nA0E12ResizeAnchorOtFZ14widthForHeightL_yA2QF","regions":[[27,59,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZ","regions":[[75,30,96,6,0,0,0,0],[76,12,76,29,0,0,0,0],[76,30,78,10,0,0,0,0],[78,10,95,59,0,0,0,0],[81,12,81,20,0,0,0,0],[81,21,87,10,0,0,0,0],[84,16,84,75,0,0,0,0],[84,76,86,14,0,0,0,0],[85,61,85,68,0,0,0,0],[85,71,85,77,0,0,0,0],[86,14,87,10,0,0,0,0],[87,10,95,59,0,0,0,0],[91,12,91,62,0,0,0,0],[91,63,93,10,0,0,0,0],[92,48,92,55,0,0,0,0],[92,58,92,64,0,0,0,0],[93,10,95,59,0,0,0,0],[95,43,95,50,0,0,0,0],[95,53,95,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZAVyKXEfu_","regions":[[82,82,82,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZAVyKXEfu0_","regions":[[83,85,83,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZSbyKXEfu1_","regions":[[84,47,84,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO13resolveAnchor8existing10startFrame07currentL00K5Mouse0mN010widthDelta06heightP09thresholdAA0e6ResizeI0OAN_So6CGRectVAPSgSo7CGPointVAS12CoreGraphics7CGFloatVA2VtFZSbyKXEfu2_","regions":[[91,39,91,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO14widthForAspect13currentHeight6aspect14verticalChrome010horizontalO012CoreGraphics7CGFloatVAK_A3KtFZ","regions":[[103,18,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowResizer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20OverlayWindowResizerO5clamp33_6B28C5E626DBFF3858EFC061FABA6110LL_3min3max12CoreGraphics7CGFloatVAJ_A2JtFZ","regions":[[108,106,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayWindowSizingO4size10baseHeight5scale11aspectRatio16inspectorVisible0N5WidthSo6CGSizeV12CoreGraphics7CGFloatV_A2NSbANtFZ","regions":[[10,17,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/OverlayWindowSizing.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19OverlayWindowSizingO13centeredFrame07visibleI010baseHeight5scale11aspectRatio16inspectorVisible0P5WidthSo6CGRectVALSg_12CoreGraphics7CGFloatVA2PSbAPtFZ","regions":[[30,17,47,6,0,0,0,0],[38,37,40,10,0,0,0,0],[40,10,46,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC0eF4TypeO11displayNameSSvg","regions":[[42,33,47,10,0,0,0,0],[43,20,43,24,0,0,0,0],[44,13,44,39,0,0,0,0],[45,13,45,37,0,0,0,0],[46,14,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25checkHomebrewInstallationSbyF","regions":[[74,46,88,6,0,0,0,0],[81,86,84,10,0,0,0,0],[84,10,87,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC11isInstalledSbyF","regions":[[91,32,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC011getHomebrewB0SSSgyF","regions":[[96,39,107,6,0,0,0,0],[102,86,104,10,0,0,0,0],[104,10,106,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC014getHomebrewBinB0SSSgyF","regions":[[110,42,118,6,0,0,0,0],[111,12,111,76,0,0,0,0],[111,77,113,10,0,0,0,0],[113,19,113,80,0,0,0,0],[113,81,115,10,0,0,0,0],[115,10,117,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC24detectKanataInstallationAA0hI4InfoVyYaF","regions":[[123,69,156,6,0,0,0,0],[132,86,146,10,0,0,0,0],[146,10,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25determineInstallationType33_21E0DA6DD606B51CBD0AADC13CDF3515LL4pathAA06KanatahI0OSS_tF","regions":[[158,84,170,6,0,0,0,0],[159,12,159,61,0,0,0,0],[159,62,161,10,0,0,0,0],[161,19,161,62,0,0,0,0],[161,63,163,10,0,0,0,0],[163,19,163,88,0,0,0,0],[163,89,165,10,0,0,0,0],[165,19,165,47,0,0,0,0],[165,48,167,10,0,0,0,0],[167,16,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC25determineInstallationType33_21E0DA6DD606B51CBD0AADC13CDF3515LL4pathAA06KanatahI0OSS_tFSbyKXEfu_","regions":[[163,57,163,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tF","regions":[[175,69,239,6,0,0,0,0],[180,14,183,10,0,0,0,0],[183,10,238,22,0,0,0,0],[190,23,210,10,0,0,0,0],[192,16,192,50,0,0,0,0],[192,80,202,14,0,0,0,0],[202,20,209,14,0,0,0,0],[209,14,210,10,0,0,0,0],[210,10,238,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFAC10CacheEntry33_21E0DA6DD606B51CBD0AADC13CDF3515LLVSgyYbXEfU_","regions":[[186,59,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU0_","regions":[[195,41,200,18,0,0,0,0],[196,79,198,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU1_","regions":[[205,41,208,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU1_SbSSXEfU_","regions":[[207,53,207,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU2_","regions":[[216,33,235,10,0,0,0,0],[218,16,218,64,0,0,0,0],[218,65,224,14,0,0,0,0],[219,65,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20getCodeSigningStatus2atAA0hiJ0OSS_tFyyYbXEfU2_SbSSXEfU_","regions":[[233,45,233,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tF","regions":[[241,80,298,6,0,0,0,0],[246,66,252,10,0,0,0,0],[252,10,298,6,0,0,0,0],[265,12,265,37,0,0,0,0],[265,38,278,10,0,0,0,0],[269,13,274,14,0,0,0,0],[274,20,277,14,0,0,0,0],[278,16,297,10,0,0,0,0],[281,59,283,18,0,0,0,0],[283,24,285,18,0,0,0,0],[288,16,288,95,0,0,0,0],[288,96,295,14,0,0,0,0],[290,20,291,81,0,0,0,0],[292,17,294,18,0,0,0,0],[294,18,295,14,0,0,0,0],[295,14,296,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSSyKXEfu_","regions":[[248,76,248,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSSyKXEfu0_","regions":[[272,60,272,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSbyKXEfu1_","regions":[[288,47,288,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC23detectCodeSigningStatus33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atAA0hiJ0OSS_tFSbyKXEfu2_","regions":[[291,24,291,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC16getKanataVersion33_21E0DA6DD606B51CBD0AADC13CDF3515LL2atSSSgSS_tYaF","regions":[[300,69,310,6,0,0,0,0],[301,12,306,10,0,0,0,0],[302,103,306,10,0,0,0,0],[303,16,303,36,0,0,0,0],[303,37,305,14,0,0,0,0],[305,14,306,10,0,0,0,0],[306,17,308,10,0,0,0,0],[308,10,309,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC20installKanataViaBrewAC18InstallationResultOyYaF","regions":[[315,61,391,6,0,0,0,0],[319,48,323,10,0,0,0,0],[323,10,391,6,0,0,0,0],[325,53,328,10,0,0,0,0],[328,10,391,6,0,0,0,0],[332,12,332,44,0,0,0,0],[332,45,336,10,0,0,0,0],[336,10,391,6,0,0,0,0],[340,12,340,66,0,0,0,0],[340,67,344,10,0,0,0,0],[344,10,391,6,0,0,0,0],[348,12,387,10,0,0,0,0],[354,14,387,10,0,0,0,0],[357,16,357,36,0,0,0,0],[357,37,377,14,0,0,0,0],[365,20,365,50,0,0,0,0],[365,51,369,18,0,0,0,0],[369,24,376,18,0,0,0,0],[377,20,386,14,0,0,0,0],[387,17,390,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC28checkBrewFormulaAvailability7formulaSbSS_tYaF","regions":[[394,70,413,6,0,0,0,0],[395,53,397,10,0,0,0,0],[397,10,413,6,0,0,0,0],[399,12,409,10,0,0,0,0],[404,14,408,31,0,0,0,0],[409,17,412,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC28checkBrewFormulaAvailability7formulaSbSS_tYaFSbyKXEfu_","regions":[[406,55,406,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC03geteF4InfoAA0efH0VyYaF","regions":[[418,62,450,6,0,0,0,0],[427,12,427,30,0,0,0,0],[427,31,430,10,0,0,0,0],[432,12,432,35,0,0,0,0],[432,36,437,10,0,0,0,0],[448,59,448,70,0,0,0,0],[448,73,448,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC18detectCommonIssues33_21E0DA6DD606B51CBD0AADC13CDF3515LLyyYaF","regions":[[453,45,492,6,0,0,0,0],[460,81,463,10,0,0,0,0],[463,10,492,6,0,0,0,0],[467,33,475,10,0,0,0,0],[468,16,468,59,0,0,0,0],[470,13,474,14,0,0,0,0],[475,10,492,6,0,0,0,0],[479,12,479,61,0,0,0,0],[481,9,485,10,0,0,0,0],[488,12,488,39,0,0,0,0],[488,96,491,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC18detectCommonIssues33_21E0DA6DD606B51CBD0AADC13CDF3515LLyyYaFSSyKXEfu_","regions":[[457,70,457,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtF","regions":[[495,78,537,6,0,0,0,0],[502,12,502,104,0,0,0,0],[502,105,507,10,0,0,0,0],[509,12,509,94,0,0,0,0],[509,95,512,10,0,0,0,0],[514,12,515,47,0,0,0,0],[516,9,519,10,0,0,0,0],[521,12,521,80,0,0,0,0],[521,81,524,10,0,0,0,0],[526,12,527,53,0,0,0,0],[528,9,531,10,0,0,0,0],[533,12,533,25,0,0,0,0],[533,69,536,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu_","regions":[[502,57,502,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu0_","regions":[[509,65,509,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu1_","regions":[[514,47,514,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu2_","regions":[[515,16,515,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu3_","regions":[[521,47,521,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu4_","regions":[[526,44,526,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC26analyzeInstallationFailure33_21E0DA6DD606B51CBD0AADC13CDF3515LL6output8exitCodeySS_s5Int32VtFSbyKXEfu5_","regions":[[527,16,527,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PackageManagerC30getInstallationRecommendationsSayAA0H14RecommendationVGyYaF","regions":[[540,81,579,6,0,0,0,0],[546,12,546,35,0,0,0,0],[546,36,566,10,0,0,0,0],[547,16,547,43,0,0,0,0],[547,44,556,14,0,0,0,0],[556,20,565,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationTypeO11displayNameSSvg","regions":[[591,29,599,6,0,0,0,0],[592,16,592,20,0,0,0,0],[593,9,593,33,0,0,0,0],[594,9,594,35,0,0,0,0],[595,9,595,36,0,0,0,0],[596,9,596,31,0,0,0,0],[597,9,597,44,0,0,0,0],[598,10,599,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CodeSigningStatusO13isDeveloperIDSbvg","regions":[[609,29,612,6,0,0,0,0],[610,43,610,58,0,0,0,0],[610,58,611,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17CodeSigningStatusO7isAdHocSbvg","regions":[[614,23,617,6,0,0,0,0],[615,37,615,52,0,0,0,0],[615,52,616,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV16needsReplacementSbvg","regions":[[627,32,629,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV11descriptionSSvg","regions":[[631,29,645,6,0,0,0,0],[632,12,632,23,0,0,0,0],[632,34,642,10,0,0,0,0],[635,24,635,41,0,0,0,0],[636,17,636,79,0,0,0,0],[637,17,637,52,0,0,0,0],[638,17,638,43,0,0,0,0],[639,17,639,75,0,0,0,0],[640,18,641,106,0,0,0,0],[642,16,644,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KanataInstallationInfoV11descriptionSSvgSSyKXEfu_","regions":[[633,42,633,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PackageManagerInfoV11descriptionSSvg","regions":[[655,29,672,6,0,0,0,0],[661,36,663,10,0,0,0,0],[665,42,667,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18InstallationMethodO11displayNameSSvg","regions":[[680,29,686,6,0,0,0,0],[681,16,681,20,0,0,0,0],[682,9,682,35,0,0,0,0],[683,9,683,40,0,0,0,0],[684,9,684,36,0,0,0,0],[685,10,686,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationPriorityO11displayNameSSvg","regions":[[694,29,700,6,0,0,0,0],[695,16,695,20,0,0,0,0],[696,9,696,27,0,0,0,0],[697,9,697,31,0,0,0,0],[698,9,698,25,0,0,0,0],[699,10,700,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PackageManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26InstallationRecommendationV11displayTextSSvg","regions":[[710,29,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV17trailingAreaWidth029_E8FC94CF43A5649BC0EFB17030D6J2A7LL12CoreGraphics7CGFloatVvpfi","regions":[[15,46,15,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg","regions":[[17,25,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC7appIcon029_E8FC94CF43A5649BC0EFB17030D6V2A7LLQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE14truncationModeyQrA_14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyA__Qo__Qo_tGGAE6SpacerVAiEEAjklMQrAQ_AqStFQOyAC014trailingStatusK0AULLQrvpQOy_Qo__Qo_tGyXEfU_","regions":[[18,29,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC7appIcon029_E8FC94CF43A5649BC0EFB17030D6V2A7LLQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE14truncationModeyQrA_14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyA__Qo__Qo_tGGAE6SpacerVAiEEAjklMQrAQ_AqStFQOyAC014trailingStatusK0AULLQrvpQOy_Qo__Qo_tGyXEfU_A7_yXEfU_","regions":[[22,53,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV4bodyQrvgyycfU0_","regions":[[48,23,52,10,0,0,0,0],[49,16,49,37,0,0,0,0],[49,38,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg","regions":[[56,47,96,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,62,47,0,0,0,0],[63,9,66,48,0,0,0,0],[67,9,71,47,0,0,0,0],[72,9,76,45,0,0,0,0],[77,9,89,14,0,0,0,0],[90,9,94,56,0,0,0,0],[95,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11controlSizeyQrAF07ControlY0OFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF4TextVG_AF19BorderedButtonStyleVQo__Qo__Qo__AF15ModifiedContentVyAjFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[78,32,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV18trailingStatusView029_E8FC94CF43A5649BC0EFB17030D6J2A7LLQrvg7SwiftUI05TupleI0VyAF0I0PAFE4helpyQrAF015LocalizedStringA0VFQOyAjFE11controlSizeyQrAF07ControlY0OFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF4TextVG_AF19BorderedButtonStyleVQo__Qo__Qo__AF15ModifiedContentVyAjFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[79,34,81,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV7appIcon029_E8FC94CF43A5649BC0EFB17030D6I2A7LLQrvg","regions":[[98,36,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyF","regions":[[111,42,174,6,0,0,0,0],[112,12,112,48,0,0,0,0],[112,49,144,10,0,0,0,0],[127,40,129,14,0,0,0,0],[144,19,144,52,0,0,0,0],[144,53,151,10,0,0,0,0],[148,13,150,14,0,0,0,0],[151,19,151,58,0,0,0,0],[151,59,168,10,0,0,0,0],[154,107,156,14,0,0,0,0],[168,16,173,10,0,0,0,0],[170,97,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU_","regions":[[132,67,143,14,0,0,0,0],[135,17,137,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU_yyYbScMYccfU_","regions":[[140,71,142,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU0_","regions":[[159,67,167,14,0,0,0,0],[164,19,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/PermissionCard.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionCardV21openSystemPreferences029_E8FC94CF43A5649BC0EFB17030D6J2A7LLyyFyyYbScMYccfU0_SSyKXEfu_","regions":[[163,110,163,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE17hasAllPermissions_3forSbSayAA06SystemE4TypeOG_AA0E7SubjectOtYaF","regions":[[78,5,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE13isSystemReadySbyYaF","regions":[[89,40,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PermissionCheckingPAAE23getBlockingIssueMessageSSSgyYaF","regions":[[97,53,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemPermissionTypeO11displayNameSSvg","regions":[[109,29,118,6,0,0,0,0],[110,16,110,20,0,0,0,0],[111,9,112,28,0,0,0,0],[113,9,114,31,0,0,0,0],[115,9,116,31,0,0,0,0],[117,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemPermissionTypeO014systemSettingsB0SSvg","regions":[[120,36,129,6,0,0,0,0],[121,16,121,20,0,0,0,0],[122,9,123,49,0,0,0,0],[124,9,125,52,0,0,0,0],[126,9,127,52,0,0,0,0],[128,10,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionSubjectO11displayNameSSvg","regions":[[138,29,147,6,0,0,0,0],[139,16,139,20,0,0,0,0],[140,9,141,94,0,0,0,0],[142,9,143,64,0,0,0,0],[144,9,145,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionSubjectO11displayNameSSvgSSyKXEfu_","regions":[[141,85,141,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO9isGrantedSbvg","regions":[[157,25,160,6,0,0,0,0],[158,33,158,48,0,0,0,0],[158,48,159,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO10isBlockingSbvg","regions":[[162,26,169,6,0,0,0,0],[163,16,163,20,0,0,0,0],[164,9,165,17,0,0,0,0],[166,9,167,18,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16PermissionStatusO11descriptionSSvg","regions":[[171,29,182,6,0,0,0,0],[172,16,172,20,0,0,0,0],[173,9,174,22,0,0,0,0],[175,9,176,21,0,0,0,0],[177,9,178,22,0,0,0,0],[179,9,180,32,0,0,0,0],[181,10,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20PermissionConfidenceO11descriptionSSvg","regions":[[191,29,197,6,0,0,0,0],[192,16,192,20,0,0,0,0],[193,9,193,27,0,0,0,0],[194,9,194,31,0,0,0,0],[195,9,195,25,0,0,0,0],[196,10,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV13hasAllGrantedSbvg","regions":[[209,29,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV13hasAllGrantedSbvgSbAA0E6StatusOcfu_","regions":[[210,39,210,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV17hasBlockingIssuesSbvg","regions":[[214,33,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV17hasBlockingIssuesSbvgSbAA0E6StatusOXEfU_","regions":[[215,37,215,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PermissionSetV6status3forAA0E6StatusOSgAA06SystemE4TypeO_tF","regions":[[219,70,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV02isE5ReadySbvg","regions":[[231,29,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV02isE5ReadySbvgSbyKXEfu_","regions":[[232,45,232,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV13blockingIssueSSSgvg","regions":[[236,32,258,6,0,0,0,0],[240,9,243,10,0,0,0,0],[243,10,257,19,0,0,0,0],[247,9,250,10,0,0,0,0],[250,10,257,19,0,0,0,0],[253,12,253,47,0,0,0,0],[253,48,255,10,0,0,0,0],[255,10,257,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17diagnosticSummarySSvg","regions":[[261,35,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17formatPermissions33_16A45F4367702E89204DF93325530FAELLySSAA0F3SetVF","regions":[[276,68,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/Contracts/PermissionChecking.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24SystemPermissionSnapshotV17formatPermissions33_16A45F4367702E89204DF93325530FAELLySSAA0F3SetVFSSAA0eF4TypeO_AA0F6StatusOtXEfU_","regions":[[277,29,279,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionGatedFeatureO19requiredPermissionsShyAA16PGPermissionTypeOGvg","regions":[[15,52,26,6,0,0,0,0],[16,16,16,20,0,0,0,0],[17,9,18,47,0,0,0,0],[19,9,20,29,0,0,0,0],[21,9,22,29,0,0,0,0],[23,9,24,31,0,0,0,0],[25,10,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionGatedFeatureO21contextualExplanationSSvg","regions":[[28,39,39,6,0,0,0,0],[29,16,29,20,0,0,0,0],[30,9,31,68,0,0,0,0],[32,9,33,101,0,0,0,0],[34,9,35,98,0,0,0,0],[36,9,37,84,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateCACyc33_038795756C3B4EAB1D1E5276E110EF52Llfc","regions":[[45,20,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC17permissionService33_038795756C3B4EAB1D1E5276E110EF52LLAA0e7RequestH0Cvpfi","regions":[[47,37,47,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC6oracle33_038795756C3B4EAB1D1E5276E110EF52LL0aB11Permissions0E6OracleCvpfi","regions":[[48,26,48,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC8evaluate_3forAC10EvaluationV0aB11Permissions0E6OracleC8SnapshotV_AA0E12GatedFeatureOtFZ","regions":[[60,5,96,6,0,0,0,0],[65,49,89,10,0,0,0,0],[66,20,66,24,0,0,0,0],[67,13,76,18,0,0,0,0],[68,20,68,63,0,0,0,0],[68,64,68,107,0,0,0,0],[69,24,69,55,0,0,0,0],[70,17,71,63,0,0,0,0],[72,17,73,60,0,0,0,0],[74,17,75,26,0,0,0,0],[78,13,87,18,0,0,0,0],[79,20,79,61,0,0,0,0],[79,62,79,103,0,0,0,0],[80,24,80,53,0,0,0,0],[81,17,82,61,0,0,0,0],[83,17,84,58,0,0,0,0],[85,17,86,26,0,0,0,0],[88,14,89,10,0,0,0,0],[89,10,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaF","regions":[[102,13,193,6,0,0,0,0],[108,12,108,39,0,0,0,0],[108,70,124,10,0,0,0,0],[119,16,119,24,0,0,0,0],[119,25,121,14,0,0,0,0],[124,10,193,6,0,0,0,0],[126,12,126,39,0,0,0,0],[126,73,142,10,0,0,0,0],[137,16,137,24,0,0,0,0],[137,25,139,14,0,0,0,0],[142,10,193,6,0,0,0,0],[144,12,144,39,0,0,0,0],[144,40,147,10,0,0,0,0],[147,10,193,6,0,0,0,0],[157,12,157,21,0,0,0,0],[157,22,160,10,0,0,0,0],[160,10,193,6,0,0,0,0],[163,41,171,10,0,0,0,0],[164,20,164,24,0,0,0,0],[165,13,166,73,0,0,0,0],[167,13,168,71,0,0,0,0],[169,14,171,10,0,0,0,0],[171,10,193,6,0,0,0,0],[174,27,191,10,0,0,0,0],[187,16,187,26,0,0,0,0],[187,27,190,14,0,0,0,0],[190,14,191,10,0,0,0,0],[191,10,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSSAA16PGPermissionTypeOXEfU_","regions":[[109,56,109,121,0,0,0,0],[109,83,109,101,0,0,0,0],[109,104,109,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSSAA16PGPermissionTypeOXEfU0_","regions":[[127,59,127,124,0,0,0,0],[127,86,127,104,0,0,0,0],[127,107,127,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionGate.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionGateC26checkAndRequestPermissions3for9onGranted0L6DeniedyAA0E12GatedFeatureO_yyYacyyctYaFSbAA16PGPermissionTypeOXEfU1_","regions":[[179,69,186,14,0,0,0,0],[180,24,180,25,0,0,0,0],[181,17,182,57,0,0,0,0],[183,17,184,55,0,0,0,0],[185,18,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO11displayNameSSvg","regions":[[11,29,18,6,0,0,0,0],[12,16,12,20,0,0,0,0],[13,9,14,28,0,0,0,0],[15,9,16,31,0,0,0,0],[17,10,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO012userDefaultsA0SSvg","regions":[[20,33,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25CoordinatorPermissionTypeO09timestampA0SSvg","regions":[[24,30,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC6logger33_723DA19B9EC756E7AD71DE831293FBB1LLAA12WizardLoggerCvpfi","regions":[[33,26,33,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC13maxReturnTime33_723DA19B9EC756E7AD71DE831293FBB1LLSdvpfi","regions":[[34,47,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC17didFireCompletion33_723DA19B9EC756E7AD71DE831293FBB1LLSbvpfi","regions":[[37,37,37,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorCACyc33_723DA19B9EC756E7AD71DE831293FBB1Llfc","regions":[[43,20,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC08initiateeF03for12instructions10onCompleteyAA0gE4TypeO_SSyycSgtF","regions":[[49,7,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC08initiateeF03for12instructions10onCompleteyAA0gE4TypeO_SSyycSgtFyycfU_","regions":[[73,81,83,10,0,0,0,0],[75,48,78,14,0,0,0,0],[78,14,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22showInstructionsDialog33_723DA19B9EC756E7AD71DE831293FBB1LL3for12instructions10onCompleteyAA0gE4TypeO_SSyyctF","regions":[[90,7,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC18openSystemSettings33_723DA19B9EC756E7AD71DE831293FBB1LL3foryAA0gE4TypeO_tF","regions":[[97,84,109,6,0,0,0,0],[99,20,99,34,0,0,0,0],[100,13,101,96,0,0,0,0],[102,13,103,94,0,0,0,0],[104,14,109,6,0,0,0,0],[106,48,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC15quitApplication33_723DA19B9EC756E7AD71DE831293FBB1LLyyF","regions":[[111,36,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC15quitApplication33_723DA19B9EC756E7AD71DE831293FBB1LLyyFyyYacfU_","regions":[[112,14,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC015checkForPendingeF0Sb13shouldRestart_AA0gE4TypeOSg010permissionM0tyF","regions":[[120,7,148,6,0,0,0,0],[123,66,145,10,0,0,0,0],[132,16,132,23,0,0,0,0],[132,39,144,14,0,0,0,0],[134,20,134,45,0,0,0,0],[134,46,140,18,0,0,0,0],[140,24,143,18,0,0,0,0],[143,18,144,14,0,0,0,0],[144,14,145,10,0,0,0,0],[145,10,147,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctF","regions":[[154,7,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_","regions":[[183,14,216,10,0,0,0,0],[187,16,187,23,0,0,0,0],[187,24,201,14,0,0,0,0],[201,20,215,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_yyYbScMYcXEfU_","regions":[[198,37,200,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC07performE7Restart3for13kanataManager10completionyAA0gE4TypeO_AA07RuntimeG0CySbctFyyYacfU_yyYbScMYcXEfU0_","regions":[[212,37,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20attemptKanataRestart33_723DA19B9EC756E7AD71DE831293FBB1LL13kanataManagerSbAA07RuntimeG0C_tYaF","regions":[[219,88,227,6,0,0,0,0],[223,12,223,19,0,0,0,0],[223,20,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC03logE8Snapshot33_723DA19B9EC756E7AD71DE831293FBB1LLyyF","regions":[[229,42,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC03logE8Snapshot33_723DA19B9EC756E7AD71DE831293FBB1LLyyFyyYacfU_","regions":[[230,14,251,10,0,0,0,0],[239,73,239,82,0,0,0,0],[239,85,239,93,0,0,0,0],[240,78,240,87,0,0,0,0],[240,90,240,98,0,0,0,0],[248,16,248,39,0,0,0,0],[248,76,250,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16clearPendingFlag3foryAA0gE4TypeO_tF","regions":[[254,74,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20clearAllPendingFlagsyyF","regions":[[260,33,264,6,0,0,0,0],[261,66,263,10,0,0,0,0],[263,10,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16showUserFeedback33_723DA19B9EC756E7AD71DE831293FBB1LLyySSF","regions":[[266,54,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC16showUserFeedback33_723DA19B9EC756E7AD71DE831293FBB1LLyySSFyyYbScMYccfU_","regions":[[268,34,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC12reopenWizard3foryAA0gE4TypeO_tF","regions":[[277,70,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC12reopenWizard3foryAA0gE4TypeO_tFyyYacfU_","regions":[[281,14,301,10,0,0,0,0],[284,16,284,34,0,0,0,0],[284,35,287,14,0,0,0,0],[287,20,296,14,0,0,0,0],[290,24,290,38,0,0,0,0],[291,17,292,94,0,0,0,0],[293,17,294,97,0,0,0,0],[295,18,296,14,0,0,0,0],[296,14,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaF","regions":[[307,5,323,6,0,0,0,0],[310,16,310,30,0,0,0,0],[311,9,315,51,0,0,0,0],[317,9,321,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaFSbyKXEfu_","regions":[[315,38,315,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC25checkIfPermissionsGranted33_723DA19B9EC756E7AD71DE831293FBB1LL3forSbAA0gE4TypeO_tYaFSbyKXEfu0_","regions":[[321,38,321,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22setServiceBounceNeeded6reasonySS_tF","regions":[[328,49,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC24checkServiceBounceNeededSb06shouldJ0_SdSg18timeSinceScheduledtyF","regions":[[339,96,358,6,0,0,0,0],[343,47,345,10,0,0,0,0],[345,10,357,67,0,0,0,0],[351,12,351,37,0,0,0,0],[351,38,355,10,0,0,0,0],[355,10,357,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC22clearServiceBounceFlagyyF","regions":[[361,35,366,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20performServiceBounceSbyYaF","regions":[[369,47,381,6,0,0,0,0],[373,12,373,26,0,0,0,0],[373,27,376,10,0,0,0,0],[376,10,380,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PermissionGrantCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26PermissionGrantCoordinatorC20performServiceBounceSbyYaFSSyKXEfu_","regions":[[379,75,379,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZ","regions":[[12,21,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_","regions":[[13,39,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_yyYaYbScMYccfU_","regions":[[14,18,29,14,0,0,0,0],[21,64,25,18,0,0,0,0],[25,24,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/PermissionRequestDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23PermissionRequestDialogO4show5title11explanation11permissions18approveButtonTitle06cancelmN0SbSS_SSShyAA16PGPermissionTypeOGS2StYaFZyScCySbs5NeverOGXEfU_yyYaYbScMYccfU_ySo15NSModalResponseacfU_","regions":[[22,56,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceCACyc33_355947BF10F9870FEA4640605EA2709FLlfc","regions":[[14,20,14,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15cooldownSeconds33_355947BF10F9870FEA4640605EA2709FLLSdvpfi","regions":[[18,49,18,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15lastPromptIMKey33_355947BF10F9870FEA4640605EA2709FLLSSvpfi","regions":[[19,35,19,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC15lastPromptAXKey33_355947BF10F9870FEA4640605EA2709FLLSSvpfi","regions":[[20,35,20,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC12isForeground33_355947BF10F9870FEA4640605EA2709FLLSbyF","regions":[[22,41,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC16ensureForeground33_355947BF10F9870FEA4640605EA2709FLLyyF","regions":[[26,37,31,6,0,0,0,0],[27,12,27,42,0,0,0,0],[27,43,30,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC14withinCooldown33_355947BF10F9870FEA4640605EA2709FLLySbSSF","regions":[[33,56,37,6,0,0,0,0],[35,29,35,45,0,0,0,0],[35,45,36,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC10markPrompt33_355947BF10F9870FEA4640605EA2709FLLyySSF","regions":[[39,44,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC022requestInputMonitoringE014ignoreCooldownS2b_tF","regions":[[48,81,73,6,0,0,0,0],[51,12,51,27,0,0,0,0],[51,28,55,10,0,0,0,0],[55,10,72,23,0,0,0,0],[56,12,56,27,0,0,0,0],[56,61,59,10,0,0,0,0],[59,10,72,23,0,0,0,0],[67,12,67,19,0,0,0,0],[67,20,69,10,0,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC020requestAccessibilityE014ignoreCooldownS2b_tF","regions":[[78,79,103,6,0,0,0,0],[81,12,81,27,0,0,0,0],[81,28,84,10,0,0,0,0],[84,10,102,23,0,0,0,0],[85,12,85,27,0,0,0,0],[85,61,88,10,0,0,0,0],[88,10,102,23,0,0,0,0],[97,12,97,19,0,0,0,0],[97,20,99,10,0,0,0,0],[99,16,101,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionRequestService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PermissionRequestServiceC21requestAllPermissionsSb15inputMonitoring_Sb13accessibilitytyYaF","regions":[[106,88,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceCACyc33_4A81798971004C269C65BE0F9D2A7731Llfc","regions":[[11,20,11,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC10clearCacheyyF","regions":[[25,23,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC27openInputMonitoringSettingsyyFZ","regions":[[30,47,36,6,0,0,0,0],[33,9,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC019markInputMonitoringE7GrantedyyF","regions":[[39,49,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC06SystemE6StatusV25hasAllRequiredPermissionsSbvg","regions":[[48,45,48,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC06BinaryE6StatusV25hasAllRequiredPermissionsSbvg","regions":[[55,45,55,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC22checkSystemPermissions012kanataBinaryB0AC0hE6StatusVSS_tF","regions":[[59,85,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC33verifyKanataFunctionalPermissions2atSb18hasInputMonitoring_Sb0L13AccessibilitySS10confidenceSS18verificationMethodSb0l11AllRequiredJ0SaySSG12errorDetailstSS_tF","regions":[[76,5,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC18analyzeKanataErrorySb02iseI0_SS11descriptionSSSg12suggestedFixtSSFZ","regions":[[87,7,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PermissionService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PermissionServiceC26detectPossibleStaleEntriesSb03hasiJ0_SaySSG7detailstyYaFZ","regions":[[95,98,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV9macBookUSACvpZfiACyXEfU_","regions":[[4,44,217,6,0,0,0,0],[39,46,49,10,0,0,0,0],[49,10,216,10,0,0,0,0],[73,50,79,10,0,0,0,0],[79,10,216,10,0,0,0,0],[94,47,100,10,0,0,0,0],[100,10,216,10,0,0,0,0],[116,50,122,10,0,0,0,0],[122,10,216,10,0,0,0,0],[136,50,142,10,0,0,0,0],[142,10,216,10,0,0,0,0],[174,52,180,10,0,0,0,0],[180,10,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV10macBookJISACvpZfiACyXEfU_","regions":[[223,45,499,6,0,0,0,0],[255,46,265,10,0,0,0,0],[265,10,498,10,0,0,0,0],[302,79,309,10,0,0,0,0],[309,10,498,10,0,0,0,0],[340,69,347,10,0,0,0,0],[347,10,498,10,0,0,0,0],[373,77,380,10,0,0,0,0],[380,10,498,10,0,0,0,0],[414,79,421,10,0,0,0,0],[421,10,498,10,0,0,0,0],[458,55,464,10,0,0,0,0],[464,10,498,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV10macBookISOACvpZfiACyXEfU_","regions":[[506,45,715,6,0,0,0,0],[538,46,548,10,0,0,0,0],[548,10,714,10,0,0,0,0],[571,50,577,10,0,0,0,0],[577,10,714,10,0,0,0,0],[592,47,598,10,0,0,0,0],[598,10,714,10,0,0,0,0],[614,50,620,10,0,0,0,0],[620,10,714,10,0,0,0,0],[639,53,645,10,0,0,0,0],[645,10,714,10,0,0,0,0],[675,52,681,10,0,0,0,0],[681,10,714,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV12macBookABNT2ACvpZfiACyXEfU_","regions":[[724,47,931,6,0,0,0,0],[755,46,765,10,0,0,0,0],[765,10,930,10,0,0,0,0],[788,50,794,10,0,0,0,0],[794,10,930,10,0,0,0,0],[809,47,815,10,0,0,0,0],[815,10,930,10,0,0,0,0],[831,50,837,10,0,0,0,0],[837,10,930,10,0,0,0,0],[855,55,861,10,0,0,0,0],[861,10,930,10,0,0,0,0],[891,52,897,10,0,0,0,0],[897,10,930,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13macBookKoreanACvpZfiACyXEfU_","regions":[[937,48,1156,6,0,0,0,0],[968,46,978,10,0,0,0,0],[978,10,1155,10,0,0,0,0],[1001,50,1007,10,0,0,0,0],[1007,10,1155,10,0,0,0,0],[1022,47,1028,10,0,0,0,0],[1028,10,1155,10,0,0,0,0],[1044,50,1050,10,0,0,0,0],[1050,10,1155,10,0,0,0,0],[1064,50,1070,10,0,0,0,0],[1070,10,1155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV19kinesisAdvantage360ACvpZfiACyXEfU_","regions":[[1164,54,1187,6,0,0,0,0],[1173,11,1175,10,0,0,0,0],[1175,10,1186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV19kinesisAdvantage360ACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1170,25,1170,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi40PercentACvpZfiACyXEfU_","regions":[[1193,48,1210,6,0,0,0,0],[1199,11,1201,10,0,0,0,0],[1201,10,1209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi40PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1196,25,1196,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi60PercentACvpZfiACyXEfU_","regions":[[1214,48,1231,6,0,0,0,0],[1220,11,1222,10,0,0,0,0],[1222,10,1230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi60PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1217,25,1217,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi65PercentACvpZfiACyXEfU_","regions":[[1235,48,1252,6,0,0,0,0],[1241,11,1243,10,0,0,0,0],[1243,10,1251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi65PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1238,25,1238,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi75PercentACvpZfiACyXEfU_","regions":[[1256,48,1273,6,0,0,0,0],[1262,11,1264,10,0,0,0,0],[1264,10,1272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi75PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1259,25,1259,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi80PercentACvpZfiACyXEfU_","regions":[[1277,48,1294,6,0,0,0,0],[1283,11,1285,10,0,0,0,0],[1285,10,1293,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13ansi80PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1280,25,1280,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV14ansi100PercentACvpZfiACyXEfU_","regions":[[1298,49,1315,6,0,0,0,0],[1304,11,1306,10,0,0,0,0],[1306,10,1314,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV14ansi100PercentACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1301,25,1301,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4hhkbACvpZfiACyXEfU_","regions":[[1321,39,1338,6,0,0,0,0],[1327,11,1329,10,0,0,0,0],[1329,10,1337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4hhkbACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1324,25,1324,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5corneACvpZfiACyXEfU_","regions":[[1343,40,1360,6,0,0,0,0],[1349,11,1351,10,0,0,0,0],[1351,10,1359,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5corneACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1346,25,1346,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5sofleACvpZfiACyXEfU_","regions":[[1365,40,1382,6,0,0,0,0],[1371,11,1373,10,0,0,0,0],[1373,10,1381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV5sofleACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1368,25,1368,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV11ferrisSweepACvpZfiACyXEfU_","regions":[[1387,46,1404,6,0,0,0,0],[1393,11,1395,10,0,0,0,0],[1395,10,1403,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV11ferrisSweepACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1390,25,1390,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV6cornixACvpZfiACyXEfU_","regions":[[1409,41,1426,6,0,0,0,0],[1415,11,1417,10,0,0,0,0],[1417,10,1425,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout+Builtins.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV6cornixACvpZfiACyXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[1412,25,1412,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV2id4name4keys10totalWidth0J6HeightACSS_SSSayAA0eA0VGS2dtcfC","regions":[[12,98,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV2id4name4keysACSS_SSSayAA0eA0VGtcfC","regions":[[21,57,37,6,0,0,0,0],[29,25,34,10,0,0,0,0],[34,10,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZ","regions":[[81,48,130,6,0,0,0,0],[89,9,91,10,0,0,0,0],[91,10,129,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_","regions":[[96,66,123,10,0,0,0,0],[98,133,100,14,0,0,0,0],[100,20,102,14,0,0,0,0],[105,86,105,100,0,0,0,0],[106,13,107,55,0,0,0,0],[108,13,109,54,0,0,0,0],[110,14,122,26,0,0,0,0],[118,20,120,14,0,0,0,0],[120,14,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[107,17,107,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV13customLayoutsSayACGvgZACSgAA06StoredF0VXEfU_s6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu0_","regions":[[109,17,109,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV016invalidateCustomF5CacheyyFZ","regions":[[133,47,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV3allSayACGvgZ","regions":[[142,38,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV17layoutsByCategorySayAA0fI0O8category_SayACG0G0tGyFZ","regions":[[148,96,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4find2idACSgSS_tFZ","regions":[[158,53,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayout.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PhysicalLayoutV4find2idACSgSS_tFZSbACXEfU_","regions":[[159,19,159,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LayoutCategoryO2idSSvg","regions":[[26,20,26,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LayoutCategoryO11displayNameSSvg","regions":[[28,29,28,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvg","regions":[[59,34,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvgSbyKXEfu_","regions":[[60,30,60,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V18hasMultipleLegendsSbvgSbyKXEfu0_","regions":[[60,49,60,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V2id7keyCode5label1x1y5width6height8rotation0L6PivotX0lM1Y10shiftLabel03subO008tertiaryO0AC10Foundation4UUIDV_s6UInt16VSSS6dSgAVSSSgA2WtcfC","regions":[[77,7,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V7visualXSdvg","regions":[[96,25,106,6,0,0,0,0],[97,84,99,10,0,0,0,0],[99,10,105,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/PhysicalLayoutTypes.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08PhysicalA0V7visualYSdvg","regions":[[108,25,118,6,0,0,0,0],[109,84,111,10,0,0,0,0],[111,10,117,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO011buildKanataE9Arguments06binaryB006configB07tcpPort14verboseLoggingSaySSGSS_SSSiSbtFZ","regions":[[47,19,64,6,0,0,0,0],[54,12,54,26,0,0,0,0],[54,27,57,10,0,0,0,0],[57,16,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO014generateKanataE006binaryB006configB07tcpPort14verboseLoggingS2S_SSSiSbtFZ","regions":[[86,17,141,6,0,0,0,0],[98,30,100,10,0,0,0,0],[100,10,140,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO018generateVHIDDaemonE0SSyFZ","regions":[[156,53,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO019generateVHIDManagerE0SSyFZ","regions":[[200,54,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PlistGenerator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PlistGeneratorO019generateLogRotationE006scriptB0S2S_tFZ","regions":[[241,72,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21CommunicationProtocolO11displayNameSSvg","regions":[[10,29,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21CommunicationProtocolO11descriptionSSvg","regions":[[14,29,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfc","regions":[[159,12,210,6,0,0,0,0],[192,122,194,10,0,0,0,0],[194,16,196,10,0,0,0,0],[201,9,203,10,0,0,0,0],[203,16,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSSyKXEfu_","regions":[[163,20,163,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcAA21CommunicationProtocolOyKXEfu0_","regions":[[165,64,165,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSiyKXEfu1_","regions":[[168,81,168,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu2_","regions":[[172,20,172,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu3_","regions":[[177,20,177,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu4_","regions":[[181,20,181,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu5_","regions":[[185,20,185,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceCACycfcSbyKXEfu6_","regions":[[190,20,190,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC26resetCommunicationSettingsyyF","regions":[[215,39,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC11isValidPortySbSiF","regions":[[222,43,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC11isValidPortySbSiFSbyKXEfu_","regions":[[223,25,223,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC30communicationConfigDescriptionSSvg","regions":[[227,48,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/PreferencesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PreferencesServiceC17preferredProtocolAA013CommunicationH0Ovg","regions":[[236,50,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PreviewFixturesO8noIssuesSay0aB10WizardCore0I5IssueVGvgZ","regions":[[30,40,30,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Previews/PreviewFixtures.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PreviewFixturesO15permissionIssue_5title11description0aB10WizardCore0kH0VAG21PermissionRequirementO_S2StFZ","regions":[[32,121,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerVACycfC","regions":[[12,19,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV11coordinatorAcA32PrivilegedOperationsCoordinating_p_tcfC","regions":[[17,57,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[24,88,26,6,0,0,0,0],[25,94,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30installAllLaunchDaemonServicesyyYaKF","regions":[[31,63,33,6,0,0,0,0],[32,63,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV24restartUnhealthyServicesyyYaKF","regions":[[36,57,38,6,0,0,0,0],[37,57,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV18installLogRotationyyYaKF","regions":[[41,51,43,6,0,0,0,0],[42,51,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[46,74,48,6,0,0,0,0],[47,74,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30regenerateServiceConfigurationyyYaKF","regions":[[51,63,53,6,0,0,0,0],[52,63,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV24repairVHIDDaemonServicesyyYaKF","regions":[[56,57,58,6,0,0,0,0],[57,57,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[63,68,65,6,0,0,0,0],[64,68,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV20installBundledKanatayyYaKF","regions":[[68,53,70,6,0,0,0,0],[69,53,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV25activateVirtualHIDManageryyYaKF","regions":[[73,58,75,6,0,0,0,0],[74,58,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV16terminateProcess3pidys5Int32V_tYaKF","regions":[[78,59,80,6,0,0,0,0],[79,57,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV22killAllKanataProcessesyyYaKF","regions":[[83,55,85,6,0,0,0,0],[84,55,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV17stopKanataServiceyyYaKF","regions":[[88,50,92,6,0,0,0,0],[90,90,92,6,0,0,0,0],[91,55,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[95,71,97,6,0,0,0,0],[96,63,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV26uninstallVirtualHIDDriversyyYaKF","regions":[[100,59,102,6,0,0,0,0],[101,59,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV23disableKarabinerGrabberyyYaKF","regions":[[105,56,107,6,0,0,0,0],[106,56,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegeBroker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15PrivilegeBrokerV18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[110,89,112,6,0,0,0,0],[111,84,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorCACyc33_EC4B040E91A89D62AE0AD65C3BBECAA4Llfc","regions":[[27,20,27,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC21executeWithPrivileges7command6promptSb7success_SS6outputtSS_SStF","regions":[[40,100,54,6,0,0,0,0],[42,12,42,53,0,0,0,0],[42,54,46,10,0,0,0,0],[46,10,54,6,0,0,0,0],[49,12,49,51,0,0,0,0],[49,52,51,10,0,0,0,0],[51,16,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15executeWithSudo7commandSb7success_SS6outputtSS_tF","regions":[[64,78,97,6,0,0,0,0],[77,12,93,10,0,0,0,0],[78,27,93,10,0,0,0,0],[84,16,84,43,0,0,0,0],[84,44,87,14,0,0,0,0],[87,20,92,14,0,0,0,0],[93,17,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15executeWithSudo7commandSb7success_SS6outputtSS_tFSSyKXEfu_","regions":[[82,65,82,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20executeWithOsascript7command6promptSb7success_SS6outputtSS_SStF","regions":[[112,99,164,6,0,0,0,0],[114,12,114,51,0,0,0,0],[114,52,118,10,0,0,0,0],[118,10,164,6,0,0,0,0],[121,12,121,53,0,0,0,0],[121,54,125,10,0,0,0,0],[125,10,164,6,0,0,0,0],[143,12,159,10,0,0,0,0],[144,27,158,57,0,0,0,0],[150,16,150,43,0,0,0,0],[150,44,152,14,0,0,0,0],[152,20,156,14,0,0,0,0],[159,17,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20executeWithOsascript7command6promptSb7success_SS6outputtSS_SStFSSyKXEfu_","regions":[[148,65,148,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15testAdminDialogSbyF","regions":[[177,36,200,6,0,0,0,0],[180,80,180,86,0,0,0,0],[180,89,180,101,0,0,0,0],[184,12,184,81,0,0,0,0],[184,82,188,10,0,0,0,0],[188,10,199,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC20escapeForAppleScriptyS2SF","regions":[[210,60,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC21executeWithPrivileges8commands6promptSb7success_SS6outputtSaySSG_SStF","regions":[[227,103,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC9launchctl_7service6promptSb7success_SS6outputtSS_S2StF","regions":[[241,7,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC8copyFile4from2to6promptSb7success_SS6outputtSS_S2StF","regions":[[255,7,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC10removeFile2at6promptSb7success_SS6outputtSS_SStF","regions":[[266,89,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC15createDirectory2at6promptSb7success_SS6outputtSS_SStF","regions":[[277,94,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/PrivilegedExecutor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18PrivilegedExecutorC11killProcess3pid6signal6promptSb7success_SS6outputts5Int32V_AKSStF","regions":[[291,7,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorCACyc33_4D54BDABF60C14AFCD1084193A722150Llfc","regions":[[57,20,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13operationModeAC09OperationI0OvgZ","regions":[[70,45,78,6,0,0,0,0],[71,9,71,18,0,0,0,2],[74,9,77,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[85,81,94,6,0,0,0,0],[88,16,88,34,0,0,0,0],[89,9,90,92,0,0,0,0],[91,9,92,90,0,0,0,0],[93,10,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC07cleanupE6HelperyyYaKF","regions":[[97,49,110,6,0,0,0,0],[108,84,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30installAllLaunchDaemonServices012kanataBinaryB00m6ConfigB07tcpPortySS_SSSitYaKF","regions":[[117,20,126,6,0,0,0,0],[125,10,126,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30installAllLaunchDaemonServicesyyYaKF","regions":[[129,56,146,6,0,0,0,0],[134,16,134,34,0,0,0,0],[135,9,142,14,0,0,0,0],[136,16,139,14,0,0,0,0],[137,91,139,14,0,0,0,0],[139,21,142,14,0,0,0,0],[141,66,142,14,0,0,0,0],[143,9,144,62,0,0,0,0],[145,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19currentServiceState33_4D54BDABF60C14AFCD1084193A722150LLAA19KanataDaemonManagerC0i10ManagementJ0OyYaF","regions":[[148,92,155,6,0,0,0,0],[149,9,149,18,0,0,0,2],[150,57,152,14,0,0,0,0],[152,14,154,73,0,0,0,0],[153,9,153,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17runServiceInstall33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[157,51,165,6,0,0,0,0],[158,9,158,18,0,0,0,2],[159,63,162,14,0,0,0,0],[160,37,161,23,0,0,0,0],[162,14,165,6,0,0,0,0],[163,9,163,15,0,0,0,2],[164,51,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24restartUnhealthyServicesyyYaKF","regions":[[168,50,195,6,0,0,0,0],[172,12,172,74,0,0,0,0],[172,74,195,6,0,0,0,0],[172,75,176,10,0,0,0,0],[176,10,195,6,0,0,0,0],[178,16,178,34,0,0,0,0],[179,9,186,14,0,0,0,0],[180,16,183,14,0,0,0,0],[181,74,183,14,0,0,0,0],[183,21,186,14,0,0,0,0],[185,48,186,14,0,0,0,0],[187,9,188,44,0,0,0,0],[189,10,195,6,0,0,0,0],[192,12,192,75,0,0,0,0],[192,75,195,6,0,0,0,0],[192,76,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[200,77,240,6,0,0,0,0],[204,12,204,41,0,0,0,0],[204,42,208,10,0,0,0,0],[208,10,239,20,0,0,0,0],[212,36,215,10,0,0,0,0],[215,10,239,20,0,0,0,0],[217,12,217,34,0,0,0,0],[217,35,219,10,0,0,0,0],[224,9,230,10,0,0,0,0],[230,10,239,20,0,0,0,0],[234,38,239,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKFSbyKXEfu_","regions":[[210,58,210,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30regenerateServiceConfigurationyyYaKF","regions":[[243,56,247,6,0,0,0,0],[246,41,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18installLogRotationyyYaKF","regions":[[250,44,259,6,0,0,0,0],[253,16,253,34,0,0,0,0],[254,9,255,49,0,0,0,0],[256,9,257,47,0,0,0,0],[258,10,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24repairVHIDDaemonServicesyyYaKF","regions":[[262,50,276,6,0,0,0,0],[265,16,265,34,0,0,0,0],[266,9,272,14,0,0,0,0],[267,16,267,56,0,0,0,0],[267,54,267,56,0,0,0,0],[267,63,272,14,0,0,0,0],[271,51,272,14,0,0,0,0],[273,9,274,47,0,0,0,0],[275,10,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[279,67,294,6,0,0,0,0],[283,16,283,34,0,0,0,0],[284,9,290,14,0,0,0,0],[285,16,285,67,0,0,0,0],[285,65,285,67,0,0,0,0],[285,74,290,14,0,0,0,0],[289,62,290,14,0,0,0,0],[291,9,292,58,0,0,0,0],[293,10,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC25activateVirtualHIDManageryyYaKF","regions":[[299,51,308,6,0,0,0,0],[302,16,302,34,0,0,0,0],[303,9,304,43,0,0,0,0],[305,9,306,41,0,0,0,0],[307,10,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26uninstallVirtualHIDDriversyyYaKF","regions":[[311,52,320,6,0,0,0,0],[314,16,314,34,0,0,0,0],[315,9,316,47,0,0,0,0],[317,9,318,45,0,0,0,0],[319,10,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23installVirtualHIDDriver7version11downloadURLySS_SStYaKF","regions":[[323,85,332,6,0,0,0,0],[326,16,326,34,0,0,0,0],[327,9,328,86,0,0,0,0],[329,9,330,84,0,0,0,0],[331,10,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[339,61,358,6,0,0,0,0],[343,16,343,34,0,0,0,0],[344,9,354,14,0,0,0,0],[345,16,349,14,0,0,0,0],[347,55,349,14,0,0,0,0],[349,21,354,14,0,0,0,0],[352,53,354,14,0,0,0,0],[355,9,356,49,0,0,0,0],[357,10,358,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16terminateProcess3pidys5Int32V_tYaKF","regions":[[363,52,372,6,0,0,0,0],[366,16,366,34,0,0,0,0],[367,9,368,55,0,0,0,0],[369,9,370,53,0,0,0,0],[371,10,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22killAllKanataProcessesyyYaKF","regions":[[375,48,384,6,0,0,0,0],[378,16,378,34,0,0,0,0],[379,9,380,44,0,0,0,0],[381,9,382,42,0,0,0,0],[383,10,384,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[390,64,399,6,0,0,0,0],[393,16,393,34,0,0,0,0],[394,9,395,68,0,0,0,0],[396,9,397,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20installBundledKanatayyYaKF","regions":[[404,46,417,6,0,0,0,0],[407,16,407,34,0,0,0,0],[408,9,409,51,0,0,0,0],[410,9,411,49,0,0,0,0],[412,10,417,6,0,0,0,0],[416,80,417,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC25helperInstallLaunchDaemon33_4D54BDABF60C14AFCD1084193A722150LL05plistB09serviceIDySS_SStYaKF","regions":[[425,95,427,6,0,0,0,0],[426,103,427,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperRegenerateConfig33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[429,56,433,6,0,0,0,0],[432,41,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24helperInstallLogRotation33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[435,58,444,6,0,0,0,0],[436,12,438,10,0,0,0,0],[437,64,438,10,0,0,0,0],[438,17,443,10,0,0,0,0],[442,47,443,10,0,0,0,0],[443,10,444,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24helperRepairVHIDServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[446,58,455,6,0,0,0,0],[447,12,449,10,0,0,0,0],[448,70,449,10,0,0,0,0],[449,17,454,10,0,0,0,0],[453,47,454,10,0,0,0,0],[454,10,455,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23removeLegacyKanataPlist33_4D54BDABF60C14AFCD1084193A722150LL6reasonySS_tYaF","regions":[[457,64,470,6,0,0,0,0],[459,65,459,75,0,0,0,0],[459,75,470,6,0,0,0,0],[465,12,467,10,0,0,0,0],[466,89,467,10,0,0,0,0],[467,17,469,10,0,0,0,0],[469,10,470,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC35helperInstallServicesWithoutLoading33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[472,69,474,6,0,0,0,0],[473,83,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18helperActivateVHID33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[476,52,478,6,0,0,0,0],[477,67,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperUninstallDrivers33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[480,56,482,6,0,0,0,0],[481,68,482,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19helperInstallDriver33_4D54BDABF60C14AFCD1084193A722150LL7version11downloadURLySS_SStYaKF","regions":[[484,89,488,6,0,0,0,0],[487,10,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallCorrectDriver33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[490,60,500,6,0,0,0,0],[492,65,497,10,0,0,0,0],[497,10,500,6,0,0,0,0],[499,89,500,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22helperTerminateProcess33_4D54BDABF60C14AFCD1084193A722150LL3pidys5Int32V_tYaKF","regions":[[502,66,504,6,0,0,0,0],[503,61,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16terminateProcessyys5Int32VYaKF","regions":[[507,54,517,6,0,0,0,0],[508,12,511,10,0,0,0,0],[510,55,511,10,0,0,0,0],[511,17,516,10,0,0,0,0],[515,53,516,10,0,0,0,0],[516,10,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19helperKillAllKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[519,53,521,6,0,0,0,0],[520,64,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC36helperRestartKarabinerDaemonVerified33_4D54BDABF60C14AFCD1084193A722150LLSbyYaKF","regions":[[534,78,599,6,0,0,0,0],[546,12,548,10,0,0,0,0],[547,68,548,10,0,0,0,0],[548,17,552,10,0,0,0,0],[552,10,598,21,0,0,0,0],[556,12,559,10,0,0,0,0],[557,70,559,10,0,0,0,0],[559,17,562,10,0,0,0,0],[562,10,598,21,0,0,0,0],[570,15,570,78,0,0,0,0],[570,79,581,10,0,0,0,0],[575,16,575,25,0,0,0,0],[575,26,579,14,0,0,0,0],[579,14,581,10,0,0,0,0],[580,76,581,10,0,0,0,0],[581,10,598,21,0,0,0,0],[585,69,598,21,0,0,0,0],[592,12,592,45,0,0,0,0],[592,46,595,10,0,0,0,0],[595,10,598,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[601,60,611,6,0,0,0,0],[602,12,604,10,0,0,0,0],[603,76,604,10,0,0,0,0],[604,17,610,10,0,0,0,0],[609,49,610,10,0,0,0,0],[610,10,611,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC26helperInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKFSSyKXEfu_","regions":[[605,79,605,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23disableKarabinerGrabberyyYaKF","regions":[[615,49,618,6,0,0,0,0],[617,65,618,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC23sudoInstallLaunchDaemon33_4D54BDABF60C14AFCD1084193A722150LL05plistB09serviceIDySS_SStYaKF","regions":[[623,93,638,6,0,0,0,0],[637,10,638,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoInstallAllServices33_4D54BDABF60C14AFCD1084193A722150LL012kanataBinaryB00q6ConfigB07tcpPortySS_SSSitYaKF","regions":[[646,20,653,6,0,0,0,0],[650,12,650,20,0,0,0,0],[650,21,652,10,0,0,0,0],[652,10,653,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC37sudoInstallAllServicesWithPreferences33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[657,71,663,6,0,0,0,0],[660,12,660,20,0,0,0,0],[660,21,662,10,0,0,0,0],[662,10,663,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19sudoRestartServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[667,53,673,6,0,0,0,0],[670,12,670,20,0,0,0,0],[670,21,672,10,0,0,0,0],[672,10,673,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoRegenerateConfig33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[677,54,684,6,0,0,0,0],[681,12,681,20,0,0,0,0],[681,21,683,10,0,0,0,0],[683,10,684,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoInstallLogRotation33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[688,56,694,6,0,0,0,0],[691,12,691,20,0,0,0,0],[691,21,693,10,0,0,0,0],[693,10,694,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC22sudoRepairVHIDServices33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[698,56,704,6,0,0,0,0],[701,12,701,20,0,0,0,0],[701,21,703,10,0,0,0,0],[703,10,704,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC33sudoInstallServicesWithoutLoading33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[708,67,715,6,0,0,0,0],[712,12,712,20,0,0,0,0],[712,21,714,10,0,0,0,0],[714,10,715,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16sudoActivateVHID33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[718,50,725,6,0,0,0,0],[722,12,722,20,0,0,0,0],[722,21,724,10,0,0,0,0],[724,10,725,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoUninstallDrivers33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[728,54,735,6,0,0,0,0],[732,12,732,20,0,0,0,0],[732,21,734,10,0,0,0,0],[734,10,735,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17sudoInstallDriver33_4D54BDABF60C14AFCD1084193A722150LL7version11downloadURLySS_SStYaKF","regions":[[738,91,745,6,0,0,0,0],[742,12,742,20,0,0,0,0],[742,21,744,10,0,0,0,0],[744,10,745,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24sudoInstallCorrectDriver33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[748,58,755,6,0,0,0,0],[752,12,752,20,0,0,0,0],[752,21,754,10,0,0,0,0],[754,10,755,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20sudoTerminateProcess33_4D54BDABF60C14AFCD1084193A722150LL3pidys5Int32V_tYaKF","regions":[[758,64,770,6,0,0,0,0],[762,12,764,10,0,0,0,0],[763,95,764,10,0,0,0,0],[764,17,769,10,0,0,0,0],[768,96,769,10,0,0,0,0],[769,10,770,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC17sudoKillAllKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[773,51,776,6,0,0,0,0],[775,88,776,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC34sudoRestartKarabinerDaemonVerified33_4D54BDABF60C14AFCD1084193A722150LLSbyYaKF","regions":[[782,76,872,6,0,0,0,0],[799,12,799,22,0,0,0,0],[799,23,804,10,0,0,0,0],[816,12,816,22,0,0,0,0],[816,23,822,10,0,0,0,0],[822,16,828,10,0,0,0,0],[836,12,838,10,0,0,0,0],[837,46,838,10,0,0,0,0],[838,17,841,10,0,0,0,0],[841,10,871,21,0,0,0,0],[851,15,851,82,0,0,0,0],[851,83,858,10,0,0,0,0],[852,16,852,49,0,0,0,0],[852,50,856,14,0,0,0,0],[856,14,858,10,0,0,0,0],[857,76,858,10,0,0,0,0],[858,10,871,21,0,0,0,0],[864,12,864,24,0,0,0,0],[864,25,866,10,0,0,0,0],[866,16,870,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC24sudoInstallBundledKanata33_4D54BDABF60C14AFCD1084193A722150LLyyYaKF","regions":[[875,58,881,6,0,0,0,0],[878,12,878,20,0,0,0,0],[878,21,880,10,0,0,0,0],[880,10,881,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[885,82,902,6,0,0,0,0],[889,10,902,6,0,0,0,0],[891,12,891,32,0,0,0,0],[891,33,893,10,0,0,0,0],[893,16,901,10,0,0,0,0],[901,10,902,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC16sudoExecuteBatch33_4D54BDABF60C14AFCD1084193A722150LLyy0aB4Core0E13CommandRunnerO0J0VYaKF","regions":[[905,88,920,6,0,0,0,0],[907,87,920,6,0,0,0,0],[909,12,909,32,0,0,0,0],[909,33,911,10,0,0,0,0],[911,16,919,10,0,0,0,0],[919,10,920,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC20escapeForAppleScript33_4D54BDABF60C14AFCD1084193A722150LLyS2SF","regions":[[925,67,931,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13getDaemonPIDs33_4D54BDABF60C14AFCD1084193A722150LLSaySSGyYaFZ","regions":[[934,59,937,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC13getDaemonPIDs33_4D54BDABF60C14AFCD1084193A722150LLSaySSGyYaFZSSs5Int32VXEfU_","regions":[[936,25,936,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC34notifySMAppServiceApprovalRequired33_4D54BDABF60C14AFCD1084193A722150LL7contextySS_tFZ","regions":[[939,77,950,6,0,0,0,0],[943,9,945,10,0,0,0,0],[945,10,950,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC19_testEnsureServices7contextSbSS_tYaKF","regions":[[956,72,958,10,0,0,0,0],[957,69,958,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31PrivilegedOperationsCoordinatorC29_testResetServiceInstallGuardyyFZ","regions":[[960,53,964,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Core/PrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24PrivilegedOperationErrorO16errorDescriptionSSSgvg","regions":[[978,35,989,6,0,0,0,0],[979,16,979,20,0,0,0,0],[980,9,981,46,0,0,0,0],[982,9,983,43,0,0,0,0],[984,9,985,88,0,0,0,0],[986,9,987,78,0,0,0,0],[988,10,989,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Privileged/PrivilegedOperationsProvider.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28PrivilegedOperationsProviderO6sharedAA0eF0_pvpZfiAaE_pyXEfU_","regions":[[9,54,14,6,0,0,0,0],[10,12,10,38,0,0,0,0],[10,39,12,10,0,0,0,0],[12,10,13,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC13kanataService15installerEngine15privilegeBrokerAcA06KanataH0C_AA09InstallerJ0CAA09PrivilegeL0Vtcfc","regions":[[38,7,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaF","regions":[[44,39,68,6,0,0,0,0],[46,12,51,10,0,0,0,0],[47,44,50,24,0,0,0,0],[51,17,67,10,0,0,0,0],[57,16,57,30,0,0,0,0],[57,31,61,14,0,0,0,0],[61,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaFSSyKXEfu_","regions":[[52,75,52,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC12startServiceSbyYaFSSyKXEfu0_","regions":[[63,112,63,127,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC11stopServiceSbyYaF","regions":[[70,38,92,6,0,0,0,0],[72,12,77,10,0,0,0,0],[73,43,76,24,0,0,0,0],[77,17,91,10,0,0,0,0],[82,16,87,14,0,0,0,0],[83,62,86,28,0,0,0,0],[87,21,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC11stopServiceSbyYaFSSyKXEfu_","regions":[[78,75,78,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaF","regions":[[94,41,118,6,0,0,0,0],[96,12,101,10,0,0,0,0],[97,46,100,24,0,0,0,0],[101,17,117,10,0,0,0,0],[107,16,107,30,0,0,0,0],[107,31,111,14,0,0,0,0],[111,20,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaFSSyKXEfu_","regions":[[102,75,102,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC14restartServiceSbyYaFSSyKXEfu0_","regions":[[113,114,113,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18ProcessCoordinatorC16isServiceRunningSbyYaF","regions":[[120,43,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ProcessKiller.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ProcessKillerO4kill3pidySi_tYaFZ","regions":[[5,38,22,6,0,0,0,0],[10,12,19,10,0,0,0,0],[11,27,19,10,0,0,0,0],[14,16,14,43,0,0,0,0],[14,44,16,14,0,0,0,0],[16,20,18,14,0,0,0,0],[19,17,21,10,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC016processLifecycleF024karabinerConflictServiceAC0ab6DaemonH00ehF0C_AA09KarabinerJ8Managing_ptcfc","regions":[[37,7,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC12startService06configB09argumentsSbSS_SaySSGtYaF","regions":[[42,80,81,6,0,0,0,0],[51,12,51,19,0,0,0,0],[51,20,77,10,0,0,0,0],[57,44,72,14,0,0,0,0],[72,20,76,14,0,0,0,0],[77,16,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC11stopServiceSbyYaF","regions":[[83,38,99,6,0,0,0,0],[89,12,89,19,0,0,0,0],[89,20,95,10,0,0,0,0],[95,16,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC14restartService06configB09argumentsSbSS_SaySSGtYaF","regions":[[101,80,109,6,0,0,0,0],[104,28,107,10,0,0,0,0],[107,10,108,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC6statusSb9isRunning_SiSg3pidtyYaF","regions":[[111,57,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC16resolveConflictsyyYaF","regions":[[115,35,139,6,0,0,0,0],[121,12,121,33,0,0,0,0],[121,34,136,10,0,0,0,0],[125,45,128,14,0,0,0,0],[128,14,136,10,0,0,0,0],[131,16,133,14,0,0,0,0],[132,79,133,14,0,0,0,0],[133,21,135,14,0,0,0,0],[135,14,136,10,0,0,0,0],[136,16,138,10,0,0,0,0],[138,10,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC17verifyNoConflictsyyYaF","regions":[[141,36,172,6,0,0,0,0],[154,45,157,10,0,0,0,0],[157,10,172,6,0,0,0,0],[160,46,163,10,0,0,0,0],[163,10,172,6,0,0,0,0],[165,12,165,37,0,0,0,0],[165,38,168,10,0,0,0,0],[168,16,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC7cleanupyyYaF","regions":[[174,26,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC24startLaunchDaemonService33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSbyYaF","regions":[[181,59,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23stopLaunchDaemonService33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSbyYaF","regions":[[187,58,195,6,0,0,0,0],[190,12,190,14,0,0,0,0],[190,15,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23checkLaunchDaemonStatus33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSb9isRunning_SiSg3pidtyYaF","regions":[[198,82,246,6,0,0,0,0],[202,12,202,53,0,0,0,0],[202,54,205,10,0,0,0,0],[205,10,246,6,0,0,0,0],[215,12,242,10,0,0,0,0],[216,27,241,36,0,0,0,0],[225,91,232,14,0,0,0,0],[227,20,227,41,0,0,0,0],[227,42,231,18,0,0,0,0],[231,18,232,14,0,0,0,0],[232,14,241,36,0,0,0,0],[236,16,236,25,0,0,0,0],[236,26,238,14,0,0,0,0],[238,20,240,14,0,0,0,0],[242,17,245,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/Process/ProcessManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ProcessManagerC23checkLaunchDaemonStatus33_0F49CBF124C4FCCD18BBDFC0CB1DDC1ALLSb9isRunning_SiSg3pidtyYaFSSyKXEfu_","regions":[[220,65,220,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceCACyc33_5CAAC922FCC3E22485FF7B2BDD18CA22Llfc","regions":[[8,20,8,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC13importFromURL_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation0I0V_SSSgAA0amN0OtYaKF","regions":[[17,137,40,6,0,0,0,0],[19,66,21,10,0,0,0,0],[21,10,39,131,0,0,0,0],[24,75,39,131,0,0,0,0],[26,68,28,10,0,0,0,0],[28,10,39,131,0,0,0,0],[30,68,32,10,0,0,0,0],[32,10,39,131,0,0,0,0],[35,12,35,41,0,0,0,0],[35,42,37,10,0,0,0,0],[37,10,39,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC13importFromURL_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation0I0V_SSSgAA0amN0OtYaKFSbyKXEfu_","regions":[[19,40,19,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC14importFromFile_13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation3URLV_SSSgAA0amN0OtYaKF","regions":[[49,142,73,6,0,0,0,0],[50,38,52,10,0,0,0,0],[52,10,72,116,0,0,0,0],[55,92,72,116,0,0,0,0],[56,88,58,10,0,0,0,0],[58,10,72,116,0,0,0,0],[61,12,63,10,0,0,0,0],[62,49,63,10,0,0,0,0],[63,17,65,10,0,0,0,0],[65,10,72,116,0,0,0,0],[68,12,68,41,0,0,0,0],[68,42,70,10,0,0,0,0],[70,10,72,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKF","regions":[[77,148,117,6,0,0,0,0],[80,12,82,10,0,0,0,0],[81,94,82,10,0,0,0,0],[82,17,84,10,0,0,0,0],[84,10,116,22,0,0,0,0],[86,42,88,10,0,0,0,0],[88,10,116,22,0,0,0,0],[91,82,91,96,0,0,0,0],[92,9,93,51,0,0,0,0],[94,9,95,50,0,0,0,0],[96,10,116,22,0,0,0,0],[100,38,100,54,0,0,0,0],[100,55,102,10,0,0,0,0],[102,16,104,10,0,0,0,0],[112,16,114,10,0,0,0,0],[114,10,116,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKFs6UInt16V0T4Code_SS5labeltSgSi_SitYbcfu_","regions":[[93,13,93,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC12parseQMKData33_5CAAC922FCC3E22485FF7B2BDD18CA22LL_9sourceURL13layoutVariant14keyMappingTypeAA14PhysicalLayoutV10Foundation4DataV_SSSgAnA0auV0OtKFs6UInt16V0T4Code_SS5labeltSgSi_SitYbcfu0_","regions":[[95,13,95,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC16saveCustomLayout6layout4name9sourceURL0J4JSON0J7VariantyAA08PhysicalI0V_S2SSg10Foundation4DataVALtF","regions":[[132,7,162,6,0,0,0,0],[138,12,138,46,0,0,0,0],[138,47,144,10,0,0,0,0],[140,19,140,53,0,0,0,0],[140,54,143,14,0,0,0,0],[143,14,144,10,0,0,0,0],[147,57,147,87,0,0,0,0],[147,90,147,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC16saveCustomLayout6layout4name9sourceURL0J4JSON0J7VariantyAA08PhysicalI0V_S2SSg10Foundation4DataVALtFSSAA06StoredI0Vcfu_","regions":[[136,51,136,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC17loadCustomLayoutsSayAA14PhysicalLayoutVGyF","regions":[[166,50,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC17loadCustomLayoutsSayAA14PhysicalLayoutVGyFAFSgAA06StoredK0VXEfU_","regions":[[169,41,196,10,0,0,0,0],[171,133,173,14,0,0,0,0],[173,20,175,14,0,0,0,0],[178,16,192,14,0,0,0,0],[185,18,191,18,0,0,0,0],[192,21,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC18deleteCustomLayout8layoutIdySS_tF","regions":[[201,47,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC18deleteCustomLayout8layoutIdySS_tFSbAA06StoredI0VXEfU_","regions":[[203,33,203,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKImportServiceC20getAvailableVariants4fromSaySSG10Foundation4DataV_tKF","regions":[[215,79,223,6,0,0,0,0],[217,12,219,10,0,0,0,0],[218,94,219,10,0,0,0,0],[219,17,221,10,0,0,0,0],[221,10,222,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKImportService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportErrorO16errorDescriptionSSSgvg","regions":[[240,35,253,6,0,0,0,0],[241,16,241,20,0,0,0,0],[242,9,243,38,0,0,0,0],[244,9,245,40,0,0,0,0],[246,9,247,39,0,0,0,0],[248,9,249,42,0,0,0,0],[250,9,251,38,0,0,0,0],[252,10,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV13_importMethod33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVyAC06ImportH0OGvpfi","regions":[[9,53,9,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV10_urlString33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySSGvpfi","regions":[[10,44,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV11_layoutName33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySSGvpfi","regions":[[13,45,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV15_keyMappingType33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVyAA0ahI0OGvpfi","regions":[[14,57,14,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV18_availableVariants33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySaySSGGvpfi","regions":[[16,54,16,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV10_isLoading33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySbGvpfi","regions":[[17,36,17,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV15_showFilePicker33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL7SwiftUI5StateVySbGvpfi","regions":[[20,41,20,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg","regions":[[28,25,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_","regions":[[29,29,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A5_yXEfU_","regions":[[31,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A5_yXEfU_yyScMYccfU_","regions":[[36,34,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_","regions":[[46,24,210,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_","regions":[[47,58,208,18,0,0,0,0],[56,24,56,44,0,0,0,0],[56,45,86,22,0,0,0,0],[86,22,208,18,0,0,0,0],[89,24,89,45,0,0,0,0],[89,46,116,22,0,0,0,0],[116,22,208,18,0,0,0,0],[133,24,133,50,0,0,0,0],[133,51,148,22,0,0,0,0],[148,22,208,18,0,0,0,0],[163,53,174,22,0,0,0,0],[174,22,208,18,0,0,0,0],[177,49,188,22,0,0,0,0],[188,22,208,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A24_yXEfU_","regions":[[49,71,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_","regions":[[57,65,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_ySS_SStcfU_","regions":[[64,58,81,34,0,0,0,0],[66,40,66,57,0,0,0,0],[66,91,76,38,0,0,0,0],[67,44,67,89,0,0,0,0],[67,90,73,42,0,0,0,0],[68,48,68,105,0,0,0,0],[68,106,70,46,0,0,0,0],[70,52,72,46,0,0,0,0],[73,48,75,42,0,0,0,0],[76,47,76,64,0,0,0,0],[76,65,78,38,0,0,0,0],[78,44,80,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A44_yXEfU0_ySS_SStcfU_SbyKXEfu_","regions":[[67,69,67,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_","regions":[[90,65,115,26,0,0,0,0],[93,62,105,30,0,0,0,0],[105,36,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_A54_yXEfU_","regions":[[94,40,101,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_A54_yXEfU_yyScMYccfU_","regions":[[98,54,100,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A68_yXEfU1_yyScMYccfU0_","regions":[[106,55,108,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A77_yXEfU2_","regions":[[119,61,130,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A77_yXEfU2_A74_yXEfU_","regions":[[122,77,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_","regions":[[134,65,147,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_A85_yXEfU_","regions":[[137,83,142,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A90_yXEfU3_A85_yXEfU_A80_SScfU_","regions":[[139,72,141,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A94_yXEfU4_","regions":[[151,61,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A100_yXEfU5_","regions":[[164,32,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A100_yXEfU6_","regions":[[178,32,184,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_yyScMYccfU7_","regions":[[191,28,195,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_yyScMYccfU7_yyYacfU_","regions":[[192,30,194,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A130_yXEfU8_","regions":[[195,30,204,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_A130_yXEfU8_A128_yXEfU_","regions":[[196,32,202,26,0,0,0,0],[197,32,197,41,0,0,0,0],[197,42,200,30,0,0,0,0],[200,30,202,26,0,0,0,0],[201,46,201,60,0,0,0,0],[201,63,201,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAE6ButtonVyAVGAE31AccessibilityAttachmentModifierVGtGG_Qo__Qo__AE7DividerVAE06ScrollK0VyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE11pickerStyleyQrqd__AE11PickerStyleRd__lFQOyAE6PickerVyAvC12ImportMethodOAGyAiEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAV_A20_Qo__A23_tGG_AE20SegmentedPickerStyleVQo__A14_yAGyAV_AiEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAZyAiEE22autocorrectionDisabledyQrSbFQOyAiEE14textFieldStyleyQrqd__AE0S10FieldStyleRd__lFQOyAE0S5FieldVyAVG_AE013RoundedBorderS10FieldStyleVQo__Qo_A3_G_SSQo_AVtGGSgA14_yAGyAV_AE012_ConditionalV0VyAiEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___ANtAE10ShapeStyleRd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAV_AXA1_tGG_Qo__AE5ColorVQo__Qo_AZyAiEE11buttonStyleyQrqd__AE09PrimitiveW5StyleRd__lFQOyA1__AE08BorderedW5StyleVQo_A3_GGAVtGGSgA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAvA0A11MappingTypeOAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A72_Qo__A73_tGG_A27_Qo_AVtGGA14_yAGyAV_AiEEA15_yQrqd__AEA16_Rd__lFQOyA18_yAVSSSgAGyAiEEA21__A22_Qrqd___SbtSHRd__lFQOyAV_A79_Qo__AE7ForEachVySaySSGSSA80_GtGG_AE15MenuPickerStyleVQo_AVtGGSgA14_yAGyAV_AZyA40_A3_GAVtGGAiEEA49__A50_QrAQ_SbtFQOyAiEEA51__A52_Qrqd___ANtAEA53_Rd__lFQOyAiEEAJyQrAN_ARtFQOyATyAGyAiEE15foregroundStyleyQrqd__AEA53_Rd__lFQOyAE5ImageV_A58_Qo__AVtGG_Qo__A58_Qo__Qo_SgA105_AZyAiEE8disabledyQrSbFQOyAiEEA61_yQrqd__AEA62_Rd__lFQOyA0_yAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyATyAGyAiEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA124_G_Qo_Sg_AVtGG_Qo_G_AE017BorderedProminentW5StyleVQo__Qo_A3_GtGG_Qo_GtGyXEfU_A139_yXEfU0_A137_yXEfU_SbyKXEfu_","regions":[[206,44,206,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU0_","regions":[[217,11,230,10,0,0,0,0],[218,20,218,26,0,0,0,0],[219,13,226,18,0,0,0,0],[222,45,226,18,0,0,0,0],[227,13,228,86,0,0,0,0],[229,14,230,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU0_yyYacfU_","regions":[[223,26,225,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvg","regions":[[233,33,239,6,0,0,0,0],[234,12,234,32,0,0,0,0],[234,33,236,10,0,0,0,0],[236,16,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu_","regions":[[235,35,235,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu0_","regions":[[235,68,235,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV9canImport33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLSbvgSbyKXEfu1_","regions":[[237,39,237,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV12loadVariants33_8DABF2853E0FC5A5DD34D5B065C5DB2FLL4fromy10Foundation3URLV_tYaF","regions":[[241,56,252,6,0,0,0,0],[242,12,249,10,0,0,0,0],[243,53,249,10,0,0,0,0],[245,93,249,10,0,0,0,0],[246,16,246,42,0,0,0,0],[246,67,248,14,0,0,0,0],[249,17,251,10,0,0,0,0],[251,10,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKImportSheet.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14QMKImportSheetV12importLayout33_8DABF2853E0FC5A5DD34D5B065C5DB2FLLyyYaF","regions":[[254,39,352,6,0,0,0,0],[259,12,348,10,0,0,0,0],[263,16,263,36,0,0,0,0],[263,37,300,14,0,0,0,0],[264,61,266,18,0,0,0,0],[266,18,300,14,0,0,0,0],[269,49,271,18,0,0,0,0],[271,24,282,18,0,0,0,0],[272,87,282,18,0,0,0,0],[276,26,278,22,0,0,0,0],[278,22,282,18,0,0,0,0],[282,18,300,14,0,0,0,0],[285,20,285,45,0,0,0,0],[285,46,292,18,0,0,0,0],[286,105,291,27,0,0,0,0],[287,24,287,50,0,0,0,0],[287,75,289,22,0,0,0,0],[292,18,300,14,0,0,0,0],[299,18,300,14,0,0,0,0],[300,20,328,14,0,0,0,0],[301,58,303,18,0,0,0,0],[303,18,328,14,0,0,0,0],[306,49,308,18,0,0,0,0],[308,24,311,18,0,0,0,0],[309,61,311,18,0,0,0,0],[311,18,328,14,0,0,0,0],[314,20,314,45,0,0,0,0],[314,46,321,18,0,0,0,0],[315,105,320,27,0,0,0,0],[316,24,316,50,0,0,0,0],[316,75,318,22,0,0,0,0],[321,18,328,14,0,0,0,0],[327,18,328,14,0,0,0,0],[328,14,348,10,0,0,0,0],[334,51,334,60,0,0,0,0],[334,63,334,66,0,0,0,0],[348,17,351,10,0,0,0,0],[351,10,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC8cacheTTL33_1C90D476633E439ABD53F08E40245772LLSdvpfi","regions":[[10,42,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC7baseURL33_1C90D476633E439ABD53F08E40245772LLSSvpfi","regions":[[12,27,12,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC10rawBaseURL33_1C90D476633E439ABD53F08E40245772LLSSvpfi","regions":[[13,30,13,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseCACyc33_1C90D476633E439ABD53F08E40245772Llfc","regions":[[15,20,15,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyF","regions":[[18,63,66,6,0,0,0,0],[19,105,22,10,0,0,0,0],[22,10,66,6,0,0,0,0],[24,58,27,10,0,0,0,0],[27,10,66,6,0,0,0,0],[40,12,62,10,0,0,0,0],[41,84,61,29,0,0,0,0],[62,17,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_","regions":[[42,57,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSSshYbcfu_","regions":[[44,81,44,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSyKXEfu0_","regions":[[44,97,44,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SSyKXEfu1_","regions":[[48,59,48,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC20loadBundledKeyboards33_1C90D476633E439ABD53F08E40245772LLSayAA16KeyboardMetadataVGyFAGSgAcdELLAHyF0hP0L_VXEfU_SaySSGyKXEfu2_","regions":[[56,58,56,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKF","regions":[[71,67,144,6,0,0,0,0],[74,51,76,10,0,0,0,0],[76,10,143,25,0,0,0,0],[79,75,143,25,0,0,0,0],[81,68,83,10,0,0,0,0],[83,10,143,25,0,0,0,0],[85,68,87,10,0,0,0,0],[87,10,143,25,0,0,0,0],[97,12,99,10,0,0,0,0],[98,82,99,10,0,0,0,0],[99,17,101,10,0,0,0,0],[101,10,143,25,0,0,0,0],[116,67,135,10,0,0,0,0],[135,10,143,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFSbAcdGyYaKF13GitHubContentL_VXEfU_","regions":[[104,44,104,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFyScGyAFSgGzYaXEfU0_","regions":[[119,61,131,14,0,0,0,0],[120,34,124,18,0,0,0,0],[124,18,131,14,0,0,0,0],[126,45,130,18,0,0,0,0],[127,37,129,22,0,0,0,0],[130,18,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC19refreshKeyboardListSayAA0H8MetadataVGyYaKFyScGyAFSgGzYaXEfU0_AHyYacfU_","regions":[[121,35,123,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC21fetchKeyboardMetadata33_1C90D476633E439ABD53F08E40245772LL13directoryName4pathAA0hI0VSgSS_SStYaF","regions":[[147,104,177,6,0,0,0,0],[150,12,173,10,0,0,0,0],[151,87,172,14,0,0,0,0],[155,18,157,14,0,0,0,0],[157,14,172,14,0,0,0,0],[161,16,163,14,0,0,0,0],[162,98,163,14,0,0,0,0],[163,21,166,14,0,0,0,0],[166,14,172,14,0,0,0,0],[173,17,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKF","regions":[[180,63,207,6,0,0,0,0],[189,9,195,10,0,0,0,0],[195,10,206,25,0,0,0,0],[199,63,206,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSSAFcfu_","regions":[[183,44,183,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSbAFXEfU_","regions":[[191,44,191,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15getKeyboardListSayAA0H8MetadataVGyYaKFSbAFXEfU0_","regions":[[202,57,202,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKF","regions":[[213,78,242,6,0,0,0,0],[215,55,241,24,0,0,0,0],[219,35,226,10,0,0,0,0],[226,10,241,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSSAFcfu_","regions":[[216,57,216,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU_","regions":[[221,47,221,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU0_","regions":[[222,46,222,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_","regions":[[229,44,233,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu_","regions":[[231,17,231,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu0_","regions":[[232,17,232,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU1_SbyKXEfu0_SbSSXEfU_","regions":[[232,40,232,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU2_","regions":[[236,46,236,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15searchKeyboardsySayAA16KeyboardMetadataVGSSYaKFSbAFXEfU3_","regions":[[237,44,237,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19QMKKeyboardDatabaseC15invalidateCacheyyF","regions":[[245,28,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/QMKKeyboardDatabase.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QMKDatabaseErrorO16errorDescriptionSSSgvg","regions":[[257,35,266,6,0,0,0,0],[258,16,258,20,0,0,0,0],[259,9,260,38,0,0,0,0],[261,9,262,40,0,0,0,0],[263,9,264,38,0,0,0,0],[265,10,266,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11_searchText33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySSGvpfi","regions":[[10,37,10,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV10_keyboards33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySayAA16KeyboardMetadataVGGvpfi","regions":[[12,56,12,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV10_isLoading33_44A66EA6339FDEF27D9A4F0112DC8484LL7SwiftUI5StateVySbGvpfi","regions":[[13,36,13,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg","regions":[[18,25,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI05TupleG0VyAC11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvpQOy_Qo__AE7DividerVAE19_ConditionalContentVyANyAC07loadingG0AILLQrvpQOy_Qo_AC05errorG0AILLyQrSSFQOy_Qo_GANyAC010emptyStateG0AILLQrvpQOy_Qo_AC012keyboardListG0AILLQrvpQOy_Qo_GGAC9statusBarAILLQrvpQOy_Qo_SgtGyXEfU_","regions":[[19,28,40,10,0,0,0,0],[26,16,26,25,0,0,0,0],[26,26,28,14,0,0,0,0],[28,48,30,14,0,0,0,0],[30,23,30,40,0,0,0,0],[30,41,32,14,0,0,0,0],[32,20,34,14,0,0,0,0],[37,16,37,34,0,0,0,0],[37,35,39,14,0,0,0,0],[39,14,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_","regions":[[42,19,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[45,67,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgyycfU0_yyYacfU0_","regions":[[49,18,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgySS_SStcfU1_","regions":[[54,35,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvgySS_SStcfU1_yyYacfU_","regions":[[59,31,64,14,0,0,0,0],[61,20,61,37,0,0,0,0],[61,38,63,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU2_","regions":[[66,31,72,10,0,0,0,0],[67,57,70,14,0,0,0,0],[70,14,71,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU3_","regions":[[73,33,82,10,0,0,0,0],[74,44,78,14,0,0,0,0],[75,20,75,49,0,0,0,0],[75,50,77,18,0,0,0,0],[78,23,78,41,0,0,0,0],[78,42,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU4_","regions":[[83,30,86,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV4bodyQrvg7SwiftUI0A5PressV6ResultOycfU5_","regions":[[87,30,92,10,0,0,0,0],[88,67,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[98,40,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_","regions":[[99,28,126,10,0,0,0,0],[115,16,115,35,0,0,0,0],[115,36,125,14,0,0,0,0],[125,14,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_yycfU_","regions":[[107,27,111,18,0,0,0,0],[108,75,110,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_yyScMYccfU0_","regions":[[116,24,118,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV11searchField33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0W0VSgFQOyAF5ImageV_Qo__Qo__AF15ModifiedContentVyAjFE8onSubmit2of_QrAF14SubmitTriggersV_yyctFQOyAjFE7focusedyQrAF10FocusStateV7BindingVySb_GFQOyAjFE04textI5StyleyQrqd__AF04TextI5StyleRd__lFQOyAF04TextI0VyAF4TextVG_AF017RoundedBorderTextI5StyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAXyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF16PlainButtonStyleVQo_A20_GSgtGyXEfU_AUyXEfU1_","regions":[[118,26,121,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07loadingG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[133,40,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07loadingG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF15ModifiedContentVyAF0G0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressG0VyAF05EmptyG0VAWG_Qo_AF31AccessibilityAttachmentModifierVG_AlFE7paddingyQrAF4EdgeO3SetV_AQSgtFQOyAF4TextV_Qo_tGyXEfU_","regions":[[134,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV05errorG033_44A66EA6339FDEF27D9A4F0112DC8484LLyQrSSF","regions":[[149,58,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV05errorG033_44A66EA6339FDEF27D9A4F0112DC8484LLyQrSSF7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AjFE22multilineTextAlignmentyQrAF0wX0OFQOyAF0W0V_Qo_tGyXEfU_","regions":[[150,28,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV010emptyStateG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[166,43,178,6,0,0,0,0],[177,50,177,84,0,0,0,0],[177,87,177,132,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV010emptyStateG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[167,28,174,10,0,0,0,0],[171,39,171,73,0,0,0,0],[171,76,171,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[182,45,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_","regions":[[183,20,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_","regions":[[184,36,194,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_A0_Si_AXtcfU_","regions":[[185,74,193,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV012keyboardListG033_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF10LazyVStackVyAF7ForEachVySaySi6offset_AA16KeyboardMetadataV7elementtGSSAA11KeyboardRowAELLVGG_Qo_yXEfU_A1_yXEfU_A0_Si_AXtcfU_yycfU_","regions":[[189,35,191,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg","regions":[[201,38,219,6,0,0,0,0],[218,82,218,84,0,0,0,0],[218,87,218,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF7DividerV_AF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrAR_12CoreGraphics7CGFloatVSgtFQOyAlFEATyQrAR_AXtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVA0_tGG_Qo__Qo__AF5ColorVQo_tGyXEfU_","regions":[[202,28,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV9statusBar33_44A66EA6339FDEF27D9A4F0112DC8484LLQrvg7SwiftUI05TupleG0VyAF7DividerV_AF0G0PAFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrAR_12CoreGraphics7CGFloatVSgtFQOyAlFEATyQrAR_AXtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVA0_tGG_Qo__Qo__AF5ColorVQo_tGyXEfU_A3_yXEfU_","regions":[[204,20,212,14,0,0,0,0],[205,75,205,77,0,0,0,0],[205,80,205,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaF","regions":[[223,53,251,6,0,0,0,0],[228,12,243,10,0,0,0,0],[230,86,243,10,0,0,0,0],[243,17,250,10,0,0,0,0],[250,10,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaFyyYbScMYcXEfU_","regions":[[232,33,242,14,0,0,0,0],[236,20,236,39,0,0,0,0],[236,40,238,18,0,0,0,0],[238,27,238,47,0,0,0,0],[238,81,240,18,0,0,0,0],[239,55,239,58,0,0,0,0],[239,61,239,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV07performF033_44A66EA6339FDEF27D9A4F0112DC8484LL5queryySS_tYaFyyYbScMYcXEfU0_","regions":[[245,33,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVF","regions":[[253,63,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_","regions":[[254,14,295,10,0,0,0,0],[255,16,290,14,0,0,0,0],[257,104,290,14,0,0,0,0],[261,22,263,18,0,0,0,0],[263,18,290,14,0,0,0,0],[270,18,290,14,0,0,0,0],[290,21,294,14,0,0,0,0],[294,14,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_S2SXEfU_","regions":[[273,79,273,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_SSyKXEfu_","regions":[[273,98,273,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_yyYbScMYcXEfU0_","regions":[[284,37,289,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21QMKKeyboardSearchViewV14importKeyboard33_44A66EA6339FDEF27D9A4F0112DC8484LLyyAA0I8MetadataVFyyYacfU_yyYbScMYcXEfU1_","regions":[[291,37,293,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV18accessibilityLabelSSvg","regions":[[306,44,315,6,0,0,0,0],[308,53,310,10,0,0,0,0],[311,12,311,34,0,0,0,0],[311,35,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg","regions":[[317,25,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_","regions":[[318,34,346,10,0,0,0,0],[344,38,344,69,0,0,0,0],[344,72,344,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_","regions":[[319,50,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A5_yXEfU_","regions":[[320,57,331,18,0,0,0,0],[326,65,330,22,0,0,0,0],[330,22,331,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A16_yXEfU0_","regions":[[336,36,340,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeyboardRow33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0S0Rd__lFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF0S5StyleRd__lFQOyAhFE7paddingyQrAQ_12CoreGraphics7CGFloatVSgtFQOyAhFEASyQrAQ_AWtFQOyAF6HStackVyAF05TupleQ0VyAF6VStackVyA_yAF4TextV_A3_SgtGG_AF6SpacerVAYyAF7ForEachVys10ArraySliceVySSGSSAA8TagBadgeACLLVGGtGG_Qo__Qo__AF5ColorVQo__AF9RectangleVQo_yXEfU_A18_yXEfU_A16_yXEfU0_A15_SScfU_","regions":[[337,66,339,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8TagBadge33_44A66EA6339FDEF27D9A4F0112DC8484LLV4bodyQrvg","regions":[[359,25,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/QMKKeyboardSearchView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8TagBadge33_44A66EA6339FDEF27D9A4F0112DC8484LLV8tagColor7SwiftUI0O0Vvg","regions":[[371,33,379,6,0,0,0,0],[372,16,372,32,0,0,0,0],[373,9,373,28,0,0,0,0],[374,9,374,42,0,0,0,0],[375,9,375,29,0,0,0,0],[376,9,376,29,0,0,0,0],[377,9,377,28,0,0,0,0],[378,10,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO15QMKKeyboardInfoV4fromAEs7Decoder_p_tKcfC","regions":[[32,44,57,10,0,0,0,0],[33,76,57,10,0,0,0,0],[36,78,38,14,0,0,0,0],[38,20,41,14,0,0,0,0],[44,82,46,14,0,0,0,0],[46,101,48,14,0,0,0,0],[48,20,50,14,0,0,0,0],[52,97,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO15QMKKeyboardInfoV4fromAEs7Decoder_p_tKcfcSSyKXEfu_","regions":[[40,86,40,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO11QMKFeaturesV4tagsSaySSGvg","regions":[[73,28,85,10,0,0,0,0],[75,16,75,38,0,0,0,0],[75,39,77,14,0,0,0,0],[78,16,78,54,0,0,0,0],[78,55,80,14,0,0,0,0],[81,16,81,28,0,0,0,0],[81,29,83,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO11QMKFeaturesV4tagsSaySSGvgSbyKXEfu_","regions":[[78,38,78,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZ","regions":[[130,26,182,6,0,0,0,0],[131,12,178,10,0,0,0,0],[132,82,177,14,0,0,0,0],[133,107,135,14,0,0,0,0],[135,14,177,14,0,0,0,0],[139,48,171,14,0,0,0,0],[143,83,147,18,0,0,0,0],[147,76,151,18,0,0,0,0],[151,24,154,18,0,0,0,0],[154,18,171,14,0,0,0,0],[171,14,177,14,0,0,0,0],[178,17,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZAC0E10DefinitionVSgyKXEfu_","regions":[[133,76,133,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu0_","regions":[[161,40,161,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu1_","regions":[[162,41,162,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSdyKXEfu2_","regions":[[163,43,163,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSSyKXEfu3_","regions":[[174,35,174,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO5parse4data10keyMapping10idOverride04nameL0AA14PhysicalLayoutVSg10Foundation4DataV_s6UInt16V0I4Code_SS5labeltSgSi_SitXESSSgATtFZSSyKXEfu4_","regions":[[175,39,175,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/QMKLayoutParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15QMKLayoutParserO14loadFromBundle8filename10keyMapping10idOverride04nameN0AA14PhysicalLayoutVSgSS_s6UInt16V0K4Code_SS5labeltSgSi_SitcSSSgAQtFZ","regions":[[196,26,206,6,0,0,0,0],[197,94,200,10,0,0,0,0],[200,10,205,109,0,0,0,0],[201,58,204,10,0,0,0,0],[204,10,205,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC9maxEvents33_2F622CC52BBBBB9DAB2E8B262B74400DLLSivpfi","regions":[[10,29,10,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV2id10Foundation4UUIDVvpfi","regions":[[14,18,14,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV07displayA0SSvg","regions":[[20,32,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV7isPressSbvg","regions":[[25,27,27,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV9isReleaseSbvg","regions":[[29,29,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13KeypressEventV7timeAgoSSvg","regions":[[33,29,42,10,0,0,0,0],[35,16,35,27,0,0,0,0],[35,28,37,14,0,0,0,0],[37,23,37,35,0,0,0,0],[37,36,39,14,0,0,0,0],[39,20,41,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC7_events33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySayAC13KeypressEventVGGvpfi","regions":[[46,59,46,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC13_currentLayer33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySSGvpfi","regions":[[49,56,49,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC12_isRecording33_2F622CC52BBBBB9DAB2E8B262B74400DLL7Combine9PublishedVySbGvpfi","regions":[[52,40,52,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC011consecutiveA5Count33_2F622CC52BBBBB9DAB2E8B262B74400DLLSivpfi","regions":[[55,44,55,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC26consecutivePressTimestamps33_2F622CC52BBBBB9DAB2E8B262B74400DLLSay10Foundation4DateVGvpfi","regions":[[59,54,59,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC24sawReleaseBetweenPresses33_2F622CC52BBBBB9DAB2E8B262B74400DLLSbvpfi","regions":[[61,50,61,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC9observers33_2F622CC52BBBBB9DAB2E8B262B74400DLLAA27NotificationObserverManagerCvpfi","regions":[[64,29,64,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC18notificationCenterACSo014NSNotificationI0C_tc33_2F622CC52BBBBB9DAB2E8B262B74400DLlfc","regions":[[67,69,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyF","regions":[[72,35,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU_","regions":[[74,72,83,10,0,0,0,0],[75,33,75,43,0,0,0,0],[75,43,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[79,18,82,14,0,0,0,0],[80,71,80,81,0,0,0,0],[80,81,82,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU0_","regions":[[86,76,94,10,0,0,0,0],[87,33,87,43,0,0,0,0],[87,43,94,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC14setupObservers33_2F622CC52BBBBB9DAB2E8B262B74400DLLyyFy10Foundation12NotificationVYbcfU0_yyYaYbScMYccfU_","regions":[[90,18,93,14,0,0,0,0],[91,52,91,62,0,0,0,0],[91,62,93,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC16makeTestInstance18notificationCenterACSo014NSNotificationL0C_tFZ","regions":[[98,128,100,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStF","regions":[[103,56,136,6,0,0,0,0],[121,12,125,10,0,0,0,0],[125,10,136,6,0,0,0,0],[133,12,133,36,0,0,0,0],[133,37,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_","regions":[[116,59,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu_","regions":[[118,17,118,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu0_","regions":[[119,17,119,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC8addEvent33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6actionySS_SStFSbAC08KeypressI0VXEfU_SbyKXEfu1_","regions":[[120,17,120,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStF","regions":[[140,107,209,6,0,0,0,0],[145,12,145,37,0,0,0,0],[145,59,149,10,0,0,0,0],[149,10,209,6,0,0,0,0],[152,38,155,10,0,0,0,0],[155,10,209,6,0,0,0,0],[157,12,157,37,0,0,0,0],[161,9,200,10,0,0,0,0],[166,16,166,40,0,0,0,0],[166,41,199,14,0,0,0,0],[171,65,174,18,0,0,0,0],[174,18,199,14,0,0,0,0],[180,20,180,45,0,0,0,0],[180,46,182,18,0,0,0,0],[182,27,182,43,0,0,0,0],[182,44,184,18,0,0,0,0],[184,27,184,79,0,0,0,0],[184,80,186,18,0,0,0,0],[186,24,188,18,0,0,0,0],[195,79,195,84,0,0,0,0],[195,87,195,91,0,0,0,0],[200,16,207,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStFSSSiXEfU_","regions":[[175,50,175,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC017detectConsecutiveA7Presses33_2F622CC52BBBBB9DAB2E8B262B74400DLL3key6action9timestamp5layerySS_SS10Foundation4DateVSStFSbSiXEfU0_","regions":[[184,48,184,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC11clearEventsyyF","regions":[[212,24,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RecentKeypressesService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23RecentKeypressesServiceC15toggleRecordingyyF","regions":[[217,28,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV8_service33_AA345E7815EA2DB31493333B8EFBB271LL7SwiftUI14ObservedObjectVyAA0eF7ServiceCGvpfi","regions":[[7,43,7,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg","regions":[[9,25,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_","regions":[[10,28,89,10,0,0,0,0],[61,16,61,38,0,0,0,0],[61,39,79,14,0,0,0,0],[79,20,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_","regions":[[12,20,53,14,0,0,0,0],[38,45,38,62,0,0,0,0],[38,65,38,83,0,0,0,0],[40,59,40,76,0,0,0,0],[40,79,40,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A14_yXEfU_","regions":[[19,36,26,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_yyScMYccfU0_","regions":[[31,24,33,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A29_yXEfU1_","regions":[[33,26,36,18,0,0,0,0],[34,61,34,80,0,0,0,0],[34,83,34,98,0,0,0,0],[35,64,35,68,0,0,0,0],[35,71,35,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_yyScMYccfU2_","regions":[[43,24,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A38_yXEfU_A29_yXEfU3_","regions":[[45,26,48,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A62_yXEfU0_","regions":[[62,36,77,18,0,0,0,0],[68,24,68,44,0,0,0,0],[68,45,72,22,0,0,0,0],[72,28,76,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_","regions":[[80,28,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_A83_yXEfU_","regions":[[81,44,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecentKeypressesViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAWyAGyAiEE5frame5width6height9alignmentQrAU_AuE9AlignmentVtFQOyAE01_sG0VyAE6CircleVAE5ColorVG_Qo__AYtGGA_AE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA11_SgFQOyAE5ImageV_Qo_G_AE016BorderlessButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVGA37_tGG_Qo__Qo__A11_Qo__AE7DividerVAE19_ConditionalContentVyAiEEA0_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA3_QrAU_A5UA5_tFQOyAE6VStackVyAGyAiEEA25_yQrA26_FQOyAiEE4fontyQrAE4FontVSgFQOyA28__Qo__Qo__AYA46_yA2YGtGG_Qo_AE06ScrollG0VyAE10LazyVStackVyAE7ForEachVySayAA0eF7ServiceC13KeypressEventVG10Foundation4UUIDVAGyAA16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV_A44_tGGGGGtGyXEfU_A84_yXEfU1_A83_yXEfU_A82_A74_cfU_","regions":[[82,49,85,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg","regions":[[98,25,135,6,0,0,0,0],[134,37,134,68,0,0,0,0],[134,71,134,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0R0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGG_AF6SpacerVAlFE12cornerRadius_11antialiasedQrAS_SbtFQOyAlFEAWyQrAZFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA16__ATtFQOyAlFEA18_yQrA16__ATtFQOyA4__Qo__Qo__AYQo__Qo__Qo_SgAlFEAmnoPQrAT_AtVtFQOyA4__Qo_tGyXEfU_","regions":[[99,29,131,10,0,0,0,0],[116,57,124,14,0,0,0,0],[124,14,131,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0R0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtF9AlignmentVtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGG_AF6SpacerVAlFE12cornerRadius_11antialiasedQrAS_SbtFQOyAlFEAWyQrAZFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAlFE7paddingyQrA16__ATtFQOyAlFEA18_yQrA16__ATtFQOyA4__Qo__Qo__AYQo__Qo__Qo_SgAlFEAmnoPQrAT_AtVtFQOyA4__Qo_tGyXEfU_A5_yXEfU_","regions":[[101,32,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV10actionIconSSvg","regions":[[137,36,148,6,0,0,0,0],[138,16,138,28,0,0,0,0],[139,9,140,37,0,0,0,0],[141,9,142,30,0,0,0,0],[143,9,144,28,0,0,0,0],[145,9,146,21,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16KeypressEventRow33_AA345E7815EA2DB31493333B8EFBB271LLV11actionColor7SwiftUI0O0Vvg","regions":[[150,36,161,6,0,0,0,0],[151,16,151,28,0,0,0,0],[152,9,153,19,0,0,0,0],[154,9,155,23,0,0,0,0],[156,9,157,20,0,0,0,0],[158,9,159,23,0,0,0,0],[160,10,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerCACyc33_AA345E7815EA2DB31493333B8EFBB271Llfc","regions":[[173,20,173,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerC04showG0yyF","regions":[[175,23,203,6,0,0,0,0],[176,40,180,10,0,0,0,0],[180,10,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecentKeypressesView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32RecentKeypressesWindowControllerC6toggleyyF","regions":[[205,19,211,6,0,0,0,0],[206,66,208,10,0,0,0,0],[208,16,210,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterCACycfc","regions":[[17,12,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC14setEventRouter_13kanataManageryAA0iJ0CSg_AA18RuntimeCoordinatorCSgtF","regions":[[21,85,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC013startSequenceF04mode8callbackyAA0F4ModeO_yAA0aI0VctF","regions":[[25,93,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22KeyboardCaptureAdapterC04stopF0yyF","regions":[[29,24,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV9fieldTextSSvpfi","regions":[[37,33,37,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV02isE0Sbvpfi","regions":[[38,33,38,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC12ChannelStateV10buttonIconSSvpfi","regions":[[40,34,40,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC6_input33_340EE92693F29469C82B5B18EB5741C3LL7Combine9PublishedVyAC12ChannelStateVGvpfi","regions":[[43,41,43,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC7_output33_340EE92693F29469C82B5B18EB5741C3LL7Combine9PublishedVyAC12ChannelStateVGvpfi","regions":[[44,42,44,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14isSequenceModeSbvW","regions":[[46,16,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14captureFactory33_340EE92693F29469C82B5B18EB5741C3LLAA0E7Capture_pycvpfi","regions":[[58,58,58,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC14captureFactory33_340EE92693F29469C82B5B18EB5741C3LLAA0E7Capture_pycvpfiAaF_pycfU_","regions":[[58,58,58,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC25inputPlaceholderRequested33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[64,45,64,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC26outputPlaceholderRequested33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[65,46,65,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21mappingsWereSuspended33_340EE92693F29469C82B5B18EB5741C3LLSbvpfi","regions":[[66,41,66,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorCACycfc","regions":[[68,12,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9configure13kanataManager13statusHandler18permissionProvider22keyboardCaptureFactoryyAA07RuntimeF0C_ySScAA27PermissionSnapshotProviding_pAA0eO0_pyctFfA2_AaL_pycfU_","regions":[[77,68,77,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9configure13kanataManager13statusHandler18permissionProvider22keyboardCaptureFactoryyAA07RuntimeF0C_ySScAA27PermissionSnapshotProviding_pAA0eO0_pyctF","regions":[[78,7,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC18toggleSequenceModeyyF","regions":[[88,31,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19requestPlaceholdersyyF","regions":[[92,32,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011toggleInputE0yyF","regions":[[98,33,104,6,0,0,0,0],[99,12,99,29,0,0,0,0],[99,30,101,10,0,0,0,0],[101,16,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC012toggleOutputE0yyF","regions":[[106,34,112,6,0,0,0,0],[107,12,107,30,0,0,0,0],[107,31,109,10,0,0,0,0],[109,16,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21capturedInputSequenceAA0aI0VSgyF","regions":[[114,50,114,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC22capturedOutputSequenceAA0aI0VSgyF","regions":[[115,51,115,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC22clearCapturedSequencesyyF","regions":[[117,35,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16inputDisplayTextSSyF","regions":[[125,39,125,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC17outputDisplayTextSSyF","regions":[[126,40,126,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC15inputButtonIconSSyF","regions":[[127,38,127,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16outputButtonIconSSyF","regions":[[128,39,128,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07isInputE0SbyF","regions":[[129,37,129,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC08isOutputE0SbyF","regions":[[130,38,130,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07stopAllE0yyF","regions":[[132,29,142,6,0,0,0,0],[137,12,137,33,0,0,0,0],[137,58,141,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC07stopAllE0yyFyyYacfU_","regions":[[138,18,138,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaF","regions":[[148,13,225,6,0,0,0,0],[151,14,158,10,0,0,0,0],[158,10,225,6,0,0,0,0],[169,12,169,41,0,0,0,0],[173,9,189,10,0,0,0,0],[177,16,184,14,0,0,0,0],[178,88,184,14,0,0,0,0],[184,21,187,14,0,0,0,0],[187,14,188,19,0,0,0,0],[189,10,225,6,0,0,0,0],[194,12,221,10,0,0,0,0],[197,14,221,10,0,0,0,0],[198,80,221,10,0,0,0,0],[221,17,224,10,0,0,0,0],[224,10,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU_","regions":[[153,33,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFAA11ModifierSetVyKXEfu_","regions":[[165,128,165,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFAA11ModifierSetVAA0A5PressVcfu0_","regions":[[166,115,166,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU0_","regions":[[180,37,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC11saveMapping13kanataManager9onSuccess0K5ErroryAA07RuntimeF0C_ySScys0M0_pctYaFyyYbScMYcXEfU1_","regions":[[216,33,220,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC28convertSequenceToKanataInput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VF","regions":[[230,82,262,6,0,0,0,0],[231,55,231,71,0,0,0,0],[231,71,261,22,0,0,0,0],[247,40,249,10,0,0,0,0],[252,12,252,39,0,0,0,0],[252,40,259,10,0,0,0,0],[254,16,254,53,0,0,0,0],[254,54,254,77,0,0,0,0],[255,16,255,52,0,0,0,0],[255,53,255,76,0,0,0,0],[256,16,256,51,0,0,0,0],[256,52,256,75,0,0,0,0],[257,16,257,53,0,0,0,0],[257,54,257,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC29convertSequenceToKanataOutput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VF","regions":[[265,83,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC29convertSequenceToKanataOutput33_340EE92693F29469C82B5B18EB5741C3LLySSAA0aH0VFSSAA0A5PressVXEfU_","regions":[[266,44,290,10,0,0,0,0],[279,44,281,14,0,0,0,0],[284,16,284,53,0,0,0,0],[284,54,284,80,0,0,0,0],[285,16,285,52,0,0,0,0],[285,53,285,79,0,0,0,0],[286,16,286,51,0,0,0,0],[286,52,286,78,0,0,0,0],[287,16,287,53,0,0,0,0],[287,54,287,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[297,40,382,6,0,0,0,0],[298,39,298,49,0,0,0,0],[298,49,382,6,0,0,0,0],[305,43,308,10,0,0,0,0],[308,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[310,14,381,10,0,0,0,0],[313,63,318,14,0,0,0,0],[318,14,381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[314,37,316,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[320,33,380,14,0,0,0,0],[322,63,325,18,0,0,0,0],[325,18,380,14,0,0,0,0],[328,20,328,75,0,0,0,0],[330,17,340,18,0,0,0,0],[344,63,344,72,0,0,0,0],[344,75,344,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_","regions":[[331,26,339,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[333,45,338,26,0,0,0,0],[335,32,335,41,0,0,0,0],[335,42,337,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_","regions":[[346,103,355,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[348,26,354,22,0,0,0,0],[349,45,349,55,0,0,0,0],[349,55,354,22,0,0,0,0],[350,28,350,50,0,0,0,0],[350,51,353,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_","regions":[[357,58,379,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_","regions":[[358,26,378,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[369,27,377,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010startInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[370,34,376,30,0,0,0,0],[371,53,371,63,0,0,0,0],[371,63,376,30,0,0,0,0],[372,36,372,58,0,0,0,0],[372,59,375,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC21finalizeDelayDuration33_340EE92693F29469C82B5B18EB5741C3LL3forSdAA11CaptureModeO_tF","regions":[[384,79,391,6,0,0,0,0],[385,16,385,20,0,0,0,0],[386,9,387,51,0,0,0,0],[387,42,387,45,0,0,0,0],[387,48,387,51,0,0,0,0],[388,9,389,17,0,0,0,0],[390,10,391,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tF","regions":[[393,58,414,6,0,0,0,0],[400,12,400,40,0,0,0,0],[400,41,402,10,0,0,0,0],[405,12,405,33,0,0,0,0],[405,58,413,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_","regions":[[406,18,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09failInputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[408,37,411,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[416,39,433,6,0,0,0,0],[417,38,417,48,0,0,0,0],[417,48,433,6,0,0,0,0],[424,12,424,33,0,0,0,0],[424,58,432,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[425,18,431,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC09stopInputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[427,37,430,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[435,41,520,6,0,0,0,0],[436,40,436,50,0,0,0,0],[436,50,520,6,0,0,0,0],[443,43,446,10,0,0,0,0],[446,10,520,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[448,14,519,10,0,0,0,0],[451,63,456,14,0,0,0,0],[456,14,519,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[452,37,454,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_","regions":[[458,33,518,14,0,0,0,0],[460,63,463,18,0,0,0,0],[463,18,518,14,0,0,0,0],[466,20,466,75,0,0,0,0],[468,17,478,18,0,0,0,0],[482,63,482,72,0,0,0,0],[482,75,482,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_","regions":[[469,26,477,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yyYacfU_yyYbScMYcXEfU_","regions":[[471,45,476,26,0,0,0,0],[473,32,473,41,0,0,0,0],[473,42,475,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_","regions":[[484,104,493,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_ySo7NSTimerCYbcfU0_yyYaYbScMYccfU_","regions":[[486,26,492,22,0,0,0,0],[487,45,487,55,0,0,0,0],[487,55,492,22,0,0,0,0],[488,28,488,51,0,0,0,0],[488,52,491,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_","regions":[[495,58,517,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_","regions":[[496,26,516,22,0,0,0,0],[504,81,504,84,0,0,0,0],[504,87,504,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[507,27,515,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC011startOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU0_yAA0A8SequenceVcfU1_yyYaYbScMYccfU_ySo7NSTimerCYbcfU_yyYaYbScMYccfU_","regions":[[508,34,514,30,0,0,0,0],[509,53,509,63,0,0,0,0],[509,63,514,30,0,0,0,0],[510,36,510,59,0,0,0,0],[510,60,513,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tF","regions":[[522,59,543,6,0,0,0,0],[529,12,529,40,0,0,0,0],[529,41,531,10,0,0,0,0],[534,12,534,33,0,0,0,0],[534,58,542,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_","regions":[[535,18,541,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010failOutputE033_340EE92693F29469C82B5B18EB5741C3LL4withySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[537,37,540,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[545,40,562,6,0,0,0,0],[546,39,546,49,0,0,0,0],[546,49,562,6,0,0,0,0],[553,12,553,33,0,0,0,0],[553,58,561,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_","regions":[[554,18,560,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC010stopOutputE033_340EE92693F29469C82B5B18EB5741C3LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[556,37,559,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC30prepareKeyboardCaptureIfNeeded33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[564,51,568,6,0,0,0,0],[565,12,565,34,0,0,0,0],[565,35,567,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19refreshDisplayTexts33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[570,40,573,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC23refreshInputDisplayText33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[575,44,585,6,0,0,0,0],[576,50,578,10,0,0,0,0],[578,19,578,36,0,0,0,0],[578,37,580,10,0,0,0,0],[580,16,583,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC24refreshOutputDisplayText33_340EE92693F29469C82B5B18EB5741C3LLyyF","regions":[[587,45,597,6,0,0,0,0],[588,51,590,10,0,0,0,0],[590,19,590,37,0,0,0,0],[590,38,592,10,0,0,0,0],[592,16,595,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19idlePlaceholderText33_340EE92693F29469C82B5B18EB5741C3LLSSyF","regions":[[599,50,601,6,0,0,0,0],[600,26,600,49,0,0,0,0],[600,52,600,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC19recordingPromptText33_340EE92693F29469C82B5B18EB5741C3LLSSyF","regions":[[603,50,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16updateButtonIcon33_340EE92693F29469C82B5B18EB5741C3LLyyAC12ChannelStateVzF","regions":[[608,66,616,6,0,0,0,0],[609,12,609,31,0,0,0,0],[609,32,611,10,0,0,0,0],[611,19,611,79,0,0,0,0],[611,80,613,10,0,0,0,0],[613,16,615,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC16updateButtonIcon33_340EE92693F29469C82B5B18EB5741C3LLyyAC12ChannelStateVzFSbyKXEfu_","regions":[[611,54,611,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC13logFocusState33_340EE92693F29469C82B5B18EB5741C3LL6prefixySS_tF","regions":[[618,48,629,6,0,0,0,0],[619,36,622,10,0,0,0,0],[622,10,629,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC13logFocusState33_340EE92693F29469C82B5B18EB5741C3LL6prefixySS_tFSuyKXEfu_","regions":[[626,67,626,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9normalize33_340EE92693F29469C82B5B18EB5741C3LLyAA0A8SequenceVAGF","regions":[[635,60,651,6,0,0,0,0],[636,43,636,62,0,0,0,0],[636,62,650,91,0,0,0,0],[639,77,648,10,0,0,0,0],[644,13,646,14,0,0,0,0],[646,14,648,10,0,0,0,0],[648,10,650,91,0,0,0,0],[649,55,649,62,0,0,0,0],[649,65,649,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC9normalize33_340EE92693F29469C82B5B18EB5741C3LLyAA0A8SequenceVAGFSbAA0A5PressV_AItXEfU_","regions":[[639,44,639,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RecordingCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20RecordingCoordinatorC27recordingFailureDisplayInfo33_340EE92693F29469C82B5B18EB5741C3LL3forAC0ehiJ0AELLVSS_tF","regions":[[663,97,691,6,0,0,0,0],[664,16,664,22,0,0,0,0],[665,9,671,14,0,0,0,0],[672,9,677,14,0,0,0,0],[678,9,683,14,0,0,0,0],[684,9,689,14,0,0,0,0],[690,10,691,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvg","regions":[[10,25,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvg7SwiftUI9TupleViewVyAC05inputF033_62EE939380BE4A14B455753047257781LLQrvpQOy_Qo__AC06outputF0AILLQrvpQOy_Qo_tGyXEfU_","regions":[[11,29,14,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV4bodyQrvgyycfU0_","regions":[[15,19,15,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg","regions":[[18,41,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_","regions":[[19,49,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_","regions":[[24,20,69,14,0,0,0,0],[28,89,28,93,0,0,0,0],[28,96,28,100,0,0,0,0],[31,70,31,80,0,0,0,0],[31,83,31,94,0,0,0,0],[37,31,37,48,0,0,0,0],[38,31,38,71,0,0,0,0],[61,54,61,80,0,0,0,0],[61,83,61,101,0,0,0,0],[66,27,66,57,0,0,0,0],[67,27,67,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_yyScMYccfU_","regions":[[43,29,47,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV05inputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAF0O0PAFE2idyQrqd__SHRd__lFQOyAJyAsFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A2_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA8__A8_A8_A8_A8_A8_AXtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_SSQo__AJyAsFEATyQrqd__SHRd__lFQOyAJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE19appSolidGlassButton4tintAZQrA24__A2_tFQOyAsFEA9_A10_A11_A12_A13_A14_A15_AVQrA8__A8_A8_A8_A8_A8_AXtFQOyAsFEA9_5width6heightAVQrA8__A8_AXtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A24_Qo__A22_Qo_ANG_SbQo_ANGtGGtGyXEfU_A65_yXEfU_A52_yXEfU0_","regions":[[48,28,51,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg","regions":[[77,42,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_","regions":[[78,49,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_","regions":[[83,20,126,14,0,0,0,0],[87,90,87,94,0,0,0,0],[87,97,87,101,0,0,0,0],[90,71,90,81,0,0,0,0],[90,84,90,95,0,0,0,0],[96,31,96,48,0,0,0,0],[97,31,97,72,0,0,0,0],[119,55,119,82,0,0,0,0],[119,85,119,104,0,0,0,0],[123,27,123,58,0,0,0,0],[124,27,124,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_yyScMYccfU_","regions":[[101,29,105,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/RecordingSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RecordingSectionV06outputF033_62EE939380BE4A14B455753047257781LLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF4TextVAF31AccessibilityAttachmentModifierVG_AF6HStackVyAHyAJyAF0O0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsAE13appFieldGlass6radius7opacityQr12CoreGraphics7CGFloatV_SdtFQOyAsFE7paddingyQrAF4EdgeO3SetV_A1_SgtFQOyAsFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAUQrA7__A7_A7_A7_A7_A7_AWtFQOyAL_Qo__Qo__Qo__AF011StrokeShapeO0VyAF16RoundedRectangleVAF5ColorVAF05EmptyO0VGQo_ANG_AJyAsFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAsFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAsAE0Z16SolidGlassButton4tintAYQrA23__A1_tFQOyAsFEA8_A9_A10_A11_A12_A13_A14_AUQrA7__A7_A7_A7_A7_A7_AWtFQOyAsFEA8_5width6heightAUQrA7__A7_AWtFQOyAsFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAsFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo__Qo__Qo__A23_Qo__A21_Qo_ANGtGGtGyXEfU_A61_yXEfU_A50_yXEfU0_","regions":[[106,28,109,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfc","regions":[[20,12,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcyyYaKcfU_","regions":[[22,34,22,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcSbyYacfU0_","regions":[[23,34,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorCACycfcSbSSYacfU1_","regions":[[24,26,24,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC9configure22killAllKanataProcesses22restartKarabinerDaemon0L7ServiceyyyYaKc_SbyYacSbSSYactF","regions":[[32,7,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC015attemptKeyboardE0yyYaF","regions":[[48,42,83,6,0,0,0,0],[53,12,56,10,0,0,0,0],[54,47,56,10,0,0,0,0],[56,17,58,10,0,0,0,0],[58,10,83,6,0,0,0,0],[67,12,67,26,0,0,0,0],[67,27,69,10,0,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC25startKanataWithValidation24isKarabinerDaemonRunning0gH07onErrorySbyYaXE_SbyYaXEySSXEtYaF","regions":[[97,13,110,6,0,0,0,0],[99,12,99,45,0,0,0,0],[99,46,103,10,0,0,0,0],[103,10,110,6,0,0,0,0],[107,12,107,20,0,0,0,0],[107,21,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC25triggerVirtualHIDRecovery13addDiagnostic07attemptE0yyAA06KanataK0VXE_yyYaXEtYaF","regions":[[120,13,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC33createVirtualHIDFailureDiagnosticAA06KanataJ0VyF","regions":[[127,66,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC10canAutoFixySbAA16KanataDiagnosticVF","regions":[[148,61,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC17autoFixActionTypeyAA04AutohiJ0OSgAA16KanataDiagnosticVF","regions":[[153,82,169,6,0,0,0,0],[154,42,154,56,0,0,0,0],[154,56,169,6,0,0,0,0],[156,16,156,35,0,0,0,0],[157,9,158,32,0,0,0,0],[160,9,164,23,0,0,0,0],[161,16,161,56,0,0,0,0],[161,57,163,14,0,0,0,0],[163,14,164,23,0,0,0,0],[166,9,167,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC16logAutoFixResult_7successyAA0hI10ActionTypeO_SbtF","regions":[[172,71,184,6,0,0,0,0],[173,16,173,22,0,0,0,0],[174,9,179,14,0,0,0,0],[175,16,175,23,0,0,0,0],[175,24,177,14,0,0,0,0],[177,20,179,14,0,0,0,0],[181,9,182,112,0,0,0,0],[183,10,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC13pauseMappingsSbyYaF","regions":[[189,40,202,6,0,0,0,0],[192,12,198,10,0,0,0,0],[193,47,197,24,0,0,0,0],[198,17,201,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC14resumeMappingsSbyYaF","regions":[[205,41,217,6,0,0,0,0],[209,12,209,19,0,0,0,0],[209,20,213,10,0,0,0,0],[213,16,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactF","regions":[[235,7,253,6,0,0,0,0],[237,12,237,25,0,0,0,0],[240,9,247,10,0,0,0,0],[250,39,252,10,0,0,0,0],[252,10,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactFSbyKXEfu_","regions":[[239,15,239,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RecoveryCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RecoveryCoordinatorC21diagnoseKanataFailure8exitCode6output11diagnostics13addDiagnostic07attemptE0ys5Int32V_SSSayAA0hO0VGyAMXEyyYactFyyYacfU_","regions":[[242,18,246,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC21reloadCooldownSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[20,55,20,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC21trackingWindowSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[23,55,23,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC18crashLoopThreshold33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSivpfi","regions":[[26,38,26,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC23crashLoopBackoffSeconds33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSdvpfi","regions":[[29,57,29,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC13reloadHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSayAC0E7AttemptAELLVGvpfi","regions":[[40,50,40,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC14restartHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLSay10Foundation4DateV9timestamp_Si3pidtGvpfi","regions":[[49,65,49,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC05checkeF010currentPIDAC0F5CheckOSiSg_tF","regions":[[57,63,102,6,0,0,0,0],[61,48,74,10,0,0,0,0],[63,16,63,56,0,0,0,0],[63,57,68,14,0,0,0,0],[68,20,73,14,0,0,0,0],[73,14,74,10,0,0,0,0],[74,10,101,21,0,0,0,0],[77,44,86,10,0,0,0,0],[79,16,79,59,0,0,0,0],[79,60,85,14,0,0,0,0],[85,14,86,10,0,0,0,0],[86,10,101,21,0,0,0,0],[90,12,90,48,0,0,0,0],[90,49,98,10,0,0,0,0],[98,10,101,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC06recordE7Attempt9succeeded9daemonPIDySb_SiSgtF","regions":[[108,64,120,6,0,0,0,0],[117,12,117,22,0,0,0,0],[117,23,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC20recordServiceRestart3pidySi_tF","regions":[[124,41,149,6,0,0,0,0],[132,44,148,10,0,0,0,0],[134,16,134,38,0,0,0,0],[134,39,147,14,0,0,0,0],[141,20,141,56,0,0,0,0],[141,57,146,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC9getStatusAC0fI0VyF","regions":[[152,38,183,6,0,0,0,0],[160,44,163,10,0,0,0,0],[162,67,162,100,0,0,0,0],[162,103,162,106,0,0,0,0],[163,16,165,10,0,0,0,0],[168,48,172,10,0,0,0,0],[171,53,171,88,0,0,0,0],[171,91,171,94,0,0,0,0],[172,16,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC9getStatusAC0fI0VyFSbAC0E7Attempt33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLVXEfU_","regions":[[155,50,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC19countRecentRestarts33_A148CCAF5BAF0D379A0C2F0BB4D692B6LL6withinSiSd_tF","regions":[[187,75,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC19countRecentRestarts33_A148CCAF5BAF0D379A0C2F0BB4D692B6LL6withinSiSd_tFSb10Foundation4DateV9timestamp_Si3pidt_tXEfU_","regions":[[189,38,189,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyF","regions":[[192,38,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyFSbAC0E7AttemptAELLVXEfU_","regions":[[194,33,194,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC17cleanupOldHistory33_A148CCAF5BAF0D379A0C2F0BB4D692B6LLyyFSb10Foundation4DateV9timestamp_Si3pidt_tXEfU0_","regions":[[195,34,195,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F5CheckO6isSafeSbvg","regions":[[204,26,207,10,0,0,0,0],[205,34,205,49,0,0,0,0],[205,49,206,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F5CheckO6reasonSSSgvg","regions":[[209,29,212,10,0,0,0,0],[210,48,210,65,0,0,0,0],[210,65,211,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ReloadSafetyMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ReloadSafetyMonitorC0F6StatusV11descriptionSSvg","regions":[[222,33,236,10,0,0,0,0],[224,16,224,27,0,0,0,0],[224,28,226,14,0,0,0,0],[229,49,231,14,0,0,0,0],[232,47,234,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV16_showingWhatsNew33_AE31ABE521454AEC3675EAA3AD3DC7CALL7SwiftUI5StateVySbGvpfi","regions":[[4,42,4,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg","regions":[[6,25,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15ignoresSafeArea_5edgesQrAE0lM7RegionsV_AE4EdgeO3SetVtFQOyAA0C15GlassBackgroundV_Qo__AiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAA07ContentF0V_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AA022WindowHeightPreferenceA0VQo_GQo_tGyXEfU_","regions":[[7,16,20,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15ignoresSafeArea_5edgesQrAE0lM7RegionsV_AE4EdgeO3SetVtFQOyAA0C15GlassBackgroundV_Qo__AiEE10background_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAA07ContentF0V_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AA022WindowHeightPreferenceA0VQo_GQo_tGyXEfU_A11_AE0X5ProxyVcfU_","regions":[[15,36,18,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI0F0PAEE11onDisappear7performQryycSg_tFQOyAA08WhatsNewF0V_Qo_ycfU0_","regions":[[21,47,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvg7SwiftUI0F0PAEE11onDisappear7performQryycSg_tFQOyAA08WhatsNewF0V_Qo_ycfU0_yycfU_","regions":[[23,30,25,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvgy12CoreGraphics7CGFloatVcfU1_","regions":[[27,61,34,10,0,0,0,0],[28,38,28,48,0,0,0,0],[28,48,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RootView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8RootViewV4bodyQrvgyyYaYbcfU2_","regions":[[35,15,39,10,0,0,0,0],[36,16,36,52,0,0,0,0],[36,53,38,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18defaultCollectionsSayAA0eF0VGyF","regions":[[5,51,7,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08launcherF0AA0eF0VyF","regions":[[10,49,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tF","regions":[[14,78,45,6,0,0,0,0],[15,66,15,85,0,0,0,0],[15,85,44,22,0,0,0,0],[21,12,21,85,0,0,0,0],[21,86,43,10,0,0,0,0],[26,13,40,14,0,0,0,0],[31,17,33,18,0,0,0,0],[36,17,38,18,0,0,0,0],[40,20,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tFSbAA06SingleA6PresetVXEfU_","regions":[[30,61,30,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08upgradedF04fromAA0eF0VAG_tFSbAA06SingleA6PresetVXEfU0_","regions":[[35,62,35,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11builtInList33_57D5C9F86170AEBC3E47E0CB9F60A644LLSayAA0eF0VGvg","regions":[[49,47,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18builtInCollections33_57D5C9F86170AEBC3E47E0CB9F60A644LLSDy10Foundation4UUIDVAA0eF0VGvg","regions":[[70,60,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18builtInCollections33_57D5C9F86170AEBC3E47E0CB9F60A644LLSDy10Foundation4UUIDVAA0eF0VGvgAH_AJtAJXEfU_","regions":[[71,58,71,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV17macOSFunctionKeys33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[74,51,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV06leaderA6Config33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[102,49,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV16navigationArrows33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[152,50,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14missionControl33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[204,48,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14windowSnapping33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[232,48,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14windowMappings3forSayAA0A7MappingVGAA06WindowA10ConventionO_tFZ","regions":[[256,85,305,6,0,0,0,0],[257,16,257,26,0,0,0,0],[258,9,280,14,0,0,0,0],[281,9,303,14,0,0,0,0],[304,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV08functionA8Mappings3forSayAA0A7MappingVGAA08FunctionA4ModeO_tFZ","regions":[[310,80,345,6,0,0,0,0],[311,16,311,20,0,0,0,0],[312,9,327,14,0,0,0,0],[328,9,343,14,0,0,0,0],[344,10,345,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV13capsLockRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[347,47,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV14backupCapsLock33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[435,48,468,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11escapeRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[470,45,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11deleteRemap33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[510,45,550,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11homeRowMods33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[552,45,565,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV19homeRowLayerToggles33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[567,53,580,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11chordGroups33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[582,45,595,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV9sequences33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[597,43,610,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11numpadLayer33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[614,45,653,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV11symbolLayer33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[657,45,680,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV18symbolLayerPresets33_57D5C9F86170AEBC3E47E0CB9F60A644LLSayAA0I6PresetVGvg","regions":[[683,51,807,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21RuleCollectionCatalogV8launcher33_57D5C9F86170AEBC3E47E0CB9F60A644LLAA0eF0Vvg","regions":[[811,42,831,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO12displayStyleAA0ef7DisplayI0Ovg","regions":[[55,57,68,6,0,0,0,0],[56,16,56,20,0,0,0,0],[57,9,57,26,0,0,0,0],[58,9,58,28,0,0,0,0],[59,9,59,48,0,0,0,0],[60,9,60,40,0,0,0,0],[61,9,61,56,0,0,0,0],[62,9,62,40,0,0,0,0],[63,9,63,36,0,0,0,0],[64,9,64,44,0,0,0,0],[65,9,65,52,0,0,0,0],[66,9,66,42,0,0,0,0],[67,10,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO06singleA12PickerConfigAA06SingleaiJ0VSgvg","regions":[[71,62,74,6,0,0,0,0],[72,53,72,70,0,0,0,0],[72,70,73,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO19tapHoldPickerConfigAA03TapijK0VSgvg","regions":[[77,58,80,6,0,0,0,0],[78,51,78,68,0,0,0,0],[78,68,79,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO17homeRowModsConfigAA04HomeijK0VSgvg","regions":[[83,54,86,6,0,0,0,0],[84,49,84,66,0,0,0,0],[84,66,85,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO25homeRowLayerTogglesConfigAA04HomeijkL0VSgvg","regions":[[89,70,92,6,0,0,0,0],[90,57,90,74,0,0,0,0],[90,74,91,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO17chordGroupsConfigAA05ChordiJ0VSgvg","regions":[[95,54,98,6,0,0,0,0],[96,49,96,66,0,0,0,0],[96,66,97,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO15sequencesConfigAA09SequencesI0VSgvg","regions":[[101,50,104,6,0,0,0,0],[102,47,102,64,0,0,0,0],[102,64,103,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23layerPresetPickerConfigAA05LayerijK0VSgvg","regions":[[107,66,110,6,0,0,0,0],[108,55,108,72,0,0,0,0],[108,72,109,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO18launcherGridConfigAA08LauncheriJ0VSgvg","regions":[[113,56,116,6,0,0,0,0],[114,50,114,67,0,0,0,0],[114,67,115,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO20updateSelectedOutputyySSF","regions":[[121,65,127,6,0,0,0,0],[122,53,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateSelectedTapOutputyySSF","regions":[[130,68,136,6,0,0,0,0],[131,51,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO24updateSelectedHoldOutputyySSF","regions":[[139,69,145,6,0,0,0,0],[140,51,144,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateHomeRowModsConfigyyAA0ijkL0VF","regions":[[148,82,152,6,0,0,0,0],[149,37,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO31updateHomeRowLayerTogglesConfigyyAA0ijklM0VF","regions":[[155,98,159,6,0,0,0,0],[156,45,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO23updateChordGroupsConfigyyAA0ijK0VF","regions":[[162,82,166,6,0,0,0,0],[163,37,165,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO21updateSequencesConfigyyAA0iJ0VF","regions":[[169,78,173,6,0,0,0,0],[170,35,172,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO20updateSelectedPresetyySSF","regions":[[176,67,182,6,0,0,0,0],[177,55,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO24updateLauncherGridConfigyyAA0ijK0VF","regions":[[185,84,189,6,0,0,0,0],[186,38,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO4fromACs7Decoder_p_tKcfC","regions":[[210,47,244,6,0,0,0,0],[211,72,244,6,0,0,0,0],[212,72,244,6,0,0,0,0],[214,16,214,20,0,0,0,0],[215,9,216,25,0,0,0,0],[217,9,218,26,0,0,0,0],[219,9,221,44,0,0,0,0],[220,66,221,44,0,0,0,0],[222,9,224,40,0,0,0,0],[223,62,224,40,0,0,0,0],[225,9,227,48,0,0,0,0],[226,70,227,48,0,0,0,0],[228,9,230,40,0,0,0,0],[229,62,230,40,0,0,0,0],[231,9,233,38,0,0,0,0],[232,60,233,38,0,0,0,0],[234,9,236,42,0,0,0,0],[235,64,236,42,0,0,0,0],[237,9,239,46,0,0,0,0],[238,68,239,46,0,0,0,0],[240,9,242,41,0,0,0,0],[241,63,242,41,0,0,0,0],[243,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27RuleCollectionConfigurationO6encode2toys7Encoder_p_tKF","regions":[[246,52,279,6,0,0,0,0],[249,16,249,20,0,0,0,0],[250,9,251,65,0,0,0,0],[252,9,253,66,0,0,0,0],[254,9,256,43,0,0,0,0],[255,76,256,43,0,0,0,0],[257,9,259,43,0,0,0,0],[258,72,259,43,0,0,0,0],[260,9,262,43,0,0,0,0],[261,80,262,43,0,0,0,0],[263,9,265,43,0,0,0,0],[264,72,265,43,0,0,0,0],[266,9,268,43,0,0,0,0],[267,70,268,43,0,0,0,0],[269,9,271,43,0,0,0,0],[270,74,271,43,0,0,0,0],[272,9,274,43,0,0,0,0],[273,78,274,43,0,0,0,0],[275,9,277,43,0,0,0,0],[276,73,277,43,0,0,0,0],[278,10,279,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA12PickerConfigV05inputA013presetOptions14selectedOutputACSS_SayAA0eA6PresetVGSSSgtcfC","regions":[[302,7,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TapHoldPickerConfigV05inputA010tapOptions04holdK008selectedE6Output0mfN0ACSS_SayAA06SingleA6PresetVGAKSSSgALtcfC","regions":[[337,7,343,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV7presets08selectedF2IdACSayAA0eF0VG_SSSgtcfC","regions":[[362,7,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV08selectedF0AA0eF0VSgvg","regions":[[368,45,371,6,0,0,0,0],[369,46,369,60,0,0,0,0],[369,60,370,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV08selectedF0AA0eF0VSgvgSbAFXEfU_","regions":[[370,30,370,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV16selectedMappingsSayAA0A7MappingVGvg","regions":[[374,47,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23LayerPresetPickerConfigV16selectedMappingsSayAA0A7MappingVGvgAGyKXEfu_","regions":[[375,37,375,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22LauncherActivationModeO11displayNameSSvg","regions":[[389,36,394,6,0,0,0,0],[390,16,390,20,0,0,0,0],[391,9,391,33,0,0,0,0],[392,9,392,45,0,0,0,0],[393,10,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16HyperTriggerModeO11displayNameSSvg","regions":[[405,36,410,6,0,0,0,0],[406,16,406,20,0,0,0,0],[407,9,407,25,0,0,0,0],[408,9,408,27,0,0,0,0],[409,10,410,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16HyperTriggerModeO11descriptionSSvg","regions":[[413,36,418,6,0,0,0,0],[414,16,414,20,0,0,0,0],[415,9,415,61,0,0,0,0],[416,9,416,67,0,0,0,0],[417,10,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvg","regions":[[429,36,440,6,0,0,0,0],[430,16,430,20,0,0,0,0],[431,9,432,17,0,0,0,0],[433,9,434,62,0,0,0,0],[435,9,436,65,0,0,0,0],[437,9,438,89,0,0,0,0],[439,10,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvgSSyKXEfu_","regions":[[436,21,436,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO11displayNameSSvgSSyKXEfu0_","regions":[[438,21,438,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO02isC0Sbvg","regions":[[443,28,446,6,0,0,0,0],[444,29,444,44,0,0,0,0],[444,44,445,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO5isURLSbvg","regions":[[449,28,452,6,0,0,0,0],[450,29,450,44,0,0,0,0],[450,44,451,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO8isFolderSbvg","regions":[[455,31,458,6,0,0,0,0],[456,32,456,47,0,0,0,0],[456,47,457,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO8isScriptSbvg","regions":[[461,31,464,6,0,0,0,0],[462,32,462,47,0,0,0,0],[462,47,463,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14LauncherTargetO12kanataOutputSSvg","regions":[[467,37,480,6,0,0,0,0],[468,16,468,20,0,0,0,0],[469,9,471,57,0,0,0,0],[470,59,470,68,0,0,0,0],[470,71,470,75,0,0,0,0],[472,9,474,52,0,0,0,0],[475,9,476,51,0,0,0,0],[477,9,478,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15LauncherMappingV2id3key6target9isEnabledAC10Foundation4UUIDV_SSAA0E6TargetOSbtcfC","regions":[[495,7,500,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV14activationMode012hyperTriggerI08mappings14hasSeenWelcomeAcA0e10ActivationI0O_AA05HyperkI0OSayAA0E7MappingVGSbtcfC","regions":[[517,7,522,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV07defaultG0ACvgZ","regions":[[525,57,527,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV4fromACs7Decoder_p_tKcfC","regions":[[530,47,536,6,0,0,0,0],[531,72,536,6,0,0,0,0],[532,100,536,6,0,0,0,0],[533,107,536,6,0,0,0,0],[534,83,536,6,0,0,0,0],[535,82,536,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV4fromACs7Decoder_p_tKcfcAA16HyperTriggerModeOyKXEfu_","regions":[[533,111,533,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV010suggestionA5OrderSaySSGvpZfiAEyXEfU_","regions":[[543,54,546,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV010suggestionA5OrderSaySSGvpZfiAEyXEfU_SSSJXEfU_","regions":[[544,83,544,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV09normalizeA0yS2SFZ","regions":[[582,62,592,6,0,0,0,0],[584,12,584,27,0,0,0,0],[584,28,584,41,0,0,0,0],[584,41,591,41,0,0,0,0],[585,56,587,10,0,0,0,0],[587,10,591,41,0,0,0,0],[588,12,588,43,0,0,0,0],[588,44,590,10,0,0,0,0],[590,10,591,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV07isValidA0ySbSSFZ","regions":[[595,58,601,6,0,0,0,0],[597,59,599,10,0,0,0,0],[599,10,600,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionConfiguration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18LauncherGridConfigV15defaultMappingsSayAA0E7MappingVGvgZ","regions":[[605,58,650,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZ","regions":[[10,105,34,6,0,0,0,0],[14,66,21,10,0,0,0,0],[15,48,20,14,0,0,0,0],[20,14,21,10,0,0,0,0],[21,10,33,62,0,0,0,0],[25,88,31,10,0,0,0,0],[31,10,33,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZSaySSGyXEfu_","regions":[[19,48,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO15detectConflicts2inSay0aB4Core0aB5ErrorO19MappingConflictInfoVGSayAA0eF0VG_tFZSbAJ_AJtXEfU_","regions":[[33,33,33,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO6dedupeySayAA0eF0VGAGFZ","regions":[[39,77,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO6dedupeySayAA0eF0VGAGFZA2FXEfU_","regions":[[44,32,72,10,0,0,0,0],[49,45,51,14,0,0,0,0],[51,14,71,27,0,0,0,0],[54,62,64,14,0,0,0,0],[59,20,59,48,0,0,0,0],[59,49,61,18,0,0,0,0],[61,24,63,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZ","regions":[[80,23,110,6,0,0,0,0],[84,44,107,10,0,0,0,0],[89,16,89,48,0,0,0,0],[89,49,91,14,0,0,0,0],[91,14,107,10,0,0,0,0],[102,16,102,64,0,0,0,0],[102,65,106,14,0,0,0,0],[107,10,109,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZS2SXEfU_","regions":[[98,58,98,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionDeduplicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionDeduplicatorO31dedupeMappingsAcrossCollections33_031C14DE7627B63C2626D30E9BF4E84ALL2in13seenInputKeysSayAA0A7MappingVGAA0eF0V_ShyAC0vA0AELLVGztFZS2SXEfU0_","regions":[[99,52,99,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV12displayStyleAA0ef7DisplayH0Ovg","regions":[[63,57,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV2id4name7summary8category8mappings9isEnabled0L13SystemDefault4icon4tags11targetLayer18momentaryActivator14activationHint13configuration06windowA10Convention08functionA4ModeAC10Foundation4UUIDV_S2SAA0eF8CategoryOSayAA0A7MappingVGS2bSSSgSaySSGAA0efS0OAA09MomentaryU0VSgA_AA0eF13ConfigurationOAA06WindowaZ0OSgAA08FunctionA4ModeOSgtcfC","regions":[[85,7,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfC","regions":[[115,47,191,6,0,0,0,0],[116,72,191,6,0,0,0,0],[119,58,191,6,0,0,0,0],[120,64,191,6,0,0,0,0],[121,70,191,6,0,0,0,0],[122,88,191,6,0,0,0,0],[123,78,191,6,0,0,0,0],[124,72,191,6,0,0,0,0],[125,84,191,6,0,0,0,0],[126,73,191,6,0,0,0,0],[127,75,191,6,0,0,0,0],[128,100,191,6,0,0,0,0],[129,113,191,6,0,0,0,0],[130,93,191,6,0,0,0,0],[131,116,191,6,0,0,0,0],[132,104,191,6,0,0,0,0],[135,105,137,10,0,0,0,0],[137,16,190,10,0,0,0,0],[139,123,190,10,0,0,0,0],[141,20,141,38,0,0,0,0],[142,13,143,38,0,0,0,0],[144,13,145,39,0,0,0,0],[146,13,154,19,0,0,0,0],[147,99,154,19,0,0,0,0],[148,114,154,19,0,0,0,0],[149,105,154,19,0,0,0,0],[155,13,157,53,0,0,0,0],[156,111,157,53,0,0,0,0],[158,13,160,82,0,0,0,0],[161,13,163,66,0,0,0,0],[164,13,166,62,0,0,0,0],[167,13,178,19,0,0,0,0],[168,99,178,19,0,0,0,0],[169,119,178,19,0,0,0,0],[170,111,178,19,0,0,0,0],[171,113,178,19,0,0,0,0],[179,13,185,19,0,0,0,0],[180,103,185,19,0,0,0,0],[181,112,185,19,0,0,0,0],[186,13,188,80,0,0,0,0],[189,14,190,10,0,0,0,0],[190,10,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSaySSGyKXEfu_","regions":[[127,79,127,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA0eF5LayerOyKXEfu0_","regions":[[128,104,128,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA0eF12DisplayStyleOyKXEfu1_","regions":[[139,127,139,132,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSSyKXEfu2_","regions":[[147,103,147,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu3_","regions":[[148,118,148,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcAA17HomeRowModsConfigVyKXEfu4_","regions":[[156,115,156,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSSyKXEfu5_","regions":[[168,103,168,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu6_","regions":[[174,63,174,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA06SingleA6PresetVGyKXEfu7_","regions":[[175,65,175,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV4fromACs7Decoder_p_tKcfcSayAA11LayerPresetVGyKXEfu8_","regions":[[180,107,180,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14RuleCollectionV6encode2toys7Encoder_p_tKF","regions":[[193,52,211,6,0,0,0,0],[196,46,211,6,0,0,0,0],[197,50,211,6,0,0,0,0],[198,56,211,6,0,0,0,0],[199,58,211,6,0,0,0,0],[200,58,211,6,0,0,0,0],[201,60,211,6,0,0,0,0],[202,72,211,6,0,0,0,0],[203,59,211,6,0,0,0,0],[204,50,211,6,0,0,0,0],[205,64,211,6,0,0,0,0],[206,87,211,6,0,0,0,0],[207,79,211,6,0,0,0,0],[208,68,211,6,0,0,0,0],[209,89,211,6,0,0,0,0],[210,81,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA14RuleCollectionV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyF","regions":[[218,44,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sST13KeyPathAppKitAA14RuleCollectionV7ElementRtzrlE15enabledMappingsSayAA0A7MappingVGyFAiCXEfU_","regions":[[219,17,221,10,0,0,0,0],[220,36,220,55,0,0,0,0],[220,58,220,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE06updateF0yyACF","regions":[[229,66,233,6,0,0,0,0],[230,70,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE06updateF0yyACFSbACXEfU_","regions":[[230,42,230,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$sSa13KeyPathAppKitAA14RuleCollectionVRszlE10collection5named8mappings8categorySayACGSS_SayAA0A7MappingVGAA0eF8CategoryOtFZ","regions":[[238,27,251,6,0,0,0,0],[239,38,239,51,0,0,0,0],[239,51,250,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06WindowA10ConventionO11displayNameSSvg","regions":[[261,36,266,6,0,0,0,0],[262,16,262,20,0,0,0,0],[263,9,263,35,0,0,0,0],[264,9,264,25,0,0,0,0],[265,10,266,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06WindowA10ConventionO11descriptionSSvg","regions":[[268,36,273,6,0,0,0,0],[269,16,269,20,0,0,0,0],[270,9,270,59,0,0,0,0],[271,9,271,54,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO11displayNameSSvg","regions":[[281,36,286,6,0,0,0,0],[282,16,282,20,0,0,0,0],[283,9,283,34,0,0,0,0],[284,9,284,40,0,0,0,0],[285,10,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO11descriptionSSvg","regions":[[288,36,293,6,0,0,0,0],[289,16,289,20,0,0,0,0],[290,9,290,91,0,0,0,0],[291,9,291,71,0,0,0,0],[292,10,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO15preferMediaKeysACSb_tcfC","regions":[[296,40,298,6,0,0,0,0],[297,34,297,40,0,0,0,0],[297,43,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08FunctionA4ModeO15preferMediaKeysSbvg","regions":[[301,38,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionCategoryO11displayNameSSvg","regions":[[315,36,324,6,0,0,0,0],[316,16,316,20,0,0,0,0],[317,9,317,31,0,0,0,0],[318,9,318,39,0,0,0,0],[319,9,319,43,0,0,0,0],[320,9,320,45,0,0,0,0],[321,9,321,31,0,0,0,0],[322,9,322,43,0,0,0,0],[323,10,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO10kanataNameSSvg","regions":[[354,35,360,6,0,0,0,0],[355,16,355,20,0,0,0,0],[356,9,356,27,0,0,0,0],[357,9,357,32,0,0,0,0],[358,9,358,50,0,0,0,0],[359,10,360,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO11displayNameSSvg","regions":[[362,36,368,6,0,0,0,0],[363,16,363,20,0,0,0,0],[364,9,364,27,0,0,0,0],[365,9,365,39,0,0,0,0],[366,9,366,49,0,0,0,0],[367,10,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO10kanataNameACSS_tcfC","regions":[[373,37,383,6,0,0,0,0],[375,16,375,26,0,0,0,0],[376,9,377,25,0,0,0,0],[378,9,379,31,0,0,0,0],[380,9,381,39,0,0,0,0],[382,10,383,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO4fromACs7Decoder_p_tKcfC","regions":[[386,47,394,6,0,0,0,0],[387,59,394,6,0,0,0,0],[388,57,394,6,0,0,0,0],[389,16,389,24,0,0,0,0],[390,9,390,34,0,0,0,0],[391,9,391,53,0,0,0,0],[392,9,392,42,0,0,0,0],[393,10,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionLayerO6encode2toys7Encoder_p_tKF","regions":[[396,52,399,6,0,0,0,0],[398,41,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV5input11targetLayer06sourceI0ACSS_AA014RuleCollectionI0OAHtcfC","regions":[[409,108,413,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV4fromACs7Decoder_p_tKcfC","regions":[[419,47,425,6,0,0,0,0],[420,72,425,6,0,0,0,0],[421,66,425,6,0,0,0,0],[422,91,425,6,0,0,0,0],[424,100,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV4fromACs7Decoder_p_tKcfcAA19RuleCollectionLayerOyKXEfu_","regions":[[424,104,424,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MomentaryActivatorV6encode2toys7Encoder_p_tKF","regions":[[428,52,433,6,0,0,0,0],[430,52,433,6,0,0,0,0],[431,64,433,6,0,0,0,0],[432,64,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA6PresetV2idSSvg","regions":[[468,27,468,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA6PresetV6output5label11description4iconACSS_S3SSgtcfC","regions":[[474,90,479,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPresetOptionsV03tapH004holdH0ACSayAA06SingleaG0VG_AHtcfC","regions":[[487,80,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/RuleCollectionModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPresetV2id5label11description4icon8mappingsACSS_S3SSgSayAA0A7MappingVGtcfC","regions":[[501,110,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC7fileURL0H7Manager7catalogAC10Foundation0I0VSg_So06NSFileJ0CAA0eF7CatalogVtcfc","regions":[[19,7,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC7fileURL0H7Manager7catalogAC10Foundation0I0VSg_So06NSFileJ0CAA0eF7CatalogVtcfcAIyKXEfu_","regions":[[25,35,25,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyF","regions":[[33,48,58,6,0,0,0,0],[34,65,36,10,0,0,0,0],[36,10,58,6,0,0,0,0],[38,12,53,10,0,0,0,0],[39,53,52,28,0,0,0,0],[40,84,52,28,0,0,0,0],[48,100,50,14,0,0,0,0],[50,14,52,28,0,0,0,0],[53,17,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFSbAFXEfU_","regions":[[42,25,42,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFA2FXEfU0_","regions":[[43,22,43,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15loadCollectionsSayAA0eF0VGyFSbAFXEfU1_","regions":[[48,72,48,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC15saveCollectionsyySayAA0eF0VGKF","regions":[[60,66,65,6,0,0,0,0],[62,90,65,6,0,0,0,0],[63,51,65,6,0,0,0,0],[64,54,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleCollectionStoreC04testG02atAC10Foundation3URLV_tFZ","regions":[[71,79,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfc","regions":[[26,58,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfcySayAA0A7MappingVGcfU_","regions":[[29,25,29,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF7ManagerAcA0efI0C_tcfcyycfU0_","regions":[[30,30,30,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC9configure13applyMappings18notifyStateChangedyySayAA0A7MappingVGc_yyctF","regions":[[37,7,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC06toggleE10Collection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[45,64,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC03addE10CollectionyyAA0eI0VYaF","regions":[[53,64,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC07replaceeF0yySayAA0E10CollectionVGYaF","regions":[[60,72,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[67,65,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaF","regions":[[74,71,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaF","regions":[[81,73,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaF","regions":[[88,72,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[95,85,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[102,71,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[109,77,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[116,93,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[123,77,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[130,73,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[137,75,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012updateLeaderA0yySSYaF","regions":[[144,50,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaF","regions":[[154,85,162,6,0,0,0,0],[158,12,158,18,0,0,0,0],[158,19,160,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[165,60,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC012removeCustomE06withIDy10Foundation4UUIDV_tYaF","regions":[[173,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC19clearAllCustomRulesyyYaF","regions":[[180,38,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC010makeCustomE05input6outputAA0iE0VSS_SStF","regions":[[187,70,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC09getCustomE08forInputAA0iE0VSgSS_tF","regions":[[192,63,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC15enabledMappingsSayAA0A7MappingVGyF","regions":[[199,44,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC04ruleF0SayAA0E10CollectionVGvg","regions":[[204,43,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuleCollectionsCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleCollectionsCoordinatorC11customRulesSayAA06CustomE0VGvg","regions":[[209,35,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaF","regions":[[9,24,77,2,0,0,0,0],[20,8,20,33,0,0,0,0],[24,5,50,6,0,0,0,0],[38,12,40,10,0,0,0,0],[39,68,40,10,0,0,0,0],[40,17,43,10,0,0,0,0],[43,10,50,6,0,0,0,0],[44,12,46,10,0,0,0,0],[45,77,46,10,0,0,0,0],[46,17,49,10,0,0,0,0],[49,10,50,6,0,0,0,0],[50,6,77,2,0,0,0,0],[60,8,60,49,0,0,0,0],[60,50,71,6,0,0,0,0],[64,11,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSayAA0E10CollectionVGyYacfu_","regions":[[13,39,13,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSayAA06CustomE0VGyYacfu0_","regions":[[14,39,14,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSbAA0E10CollectionVXEfU_","regions":[[21,62,23,9,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFAA06CustomE0VAA0A7MappingVXEfU0_","regions":[[26,49,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Bootstrap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC9bootstrapyyYaFSbAA0E10CollectionVXEfU1_","regions":[[66,39,66,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14normalizedKeys3forShySSGAA0E10CollectionV_tF","regions":[[8,68,10,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14normalizedKeys3forShySSGAA0E10CollectionV_tFSSAA0A7MappingVXEfU_","regions":[[9,33,9,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19normalizedActivator3forSS5input_AA0E15CollectionLayerO5layertSgAA0eL0V_tF","regions":[[12,106,15,2,0,0,0,0],[13,62,13,76,0,0,0,0],[13,76,14,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA0E10CollectionV_tF","regions":[[17,71,47,2,0,0,0,0],[21,84,40,6,0,0,0,0],[22,12,22,54,0,0,0,0],[22,55,27,10,0,0,0,0],[24,16,24,32,0,0,0,0],[24,33,26,14,0,0,0,0],[26,14,27,10,0,0,0,0],[27,10,40,6,0,0,0,0],[31,9,39,10,0,0,0,0],[32,16,32,28,0,0,0,0],[32,29,35,14,0,0,0,0],[35,14,39,10,0,0,0,0],[36,16,36,40,0,0,0,0],[36,41,38,14,0,0,0,0],[38,14,39,10,0,0,0,0],[39,10,40,6,0,0,0,0],[40,6,46,15,0,0,0,0],[42,92,44,6,0,0,0,0],[44,6,46,15,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA0E10CollectionV_tFSbyKXEfu_","regions":[[21,59,21,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tF","regions":[[49,62,65,2,0,0,0,0],[52,112,56,6,0,0,0,0],[53,12,53,67,0,0,0,0],[53,68,55,10,0,0,0,0],[55,10,56,6,0,0,0,0],[56,6,64,15,0,0,0,0],[58,75,62,6,0,0,0,0],[59,12,59,79,0,0,0,0],[59,80,61,10,0,0,0,0],[61,10,62,6,0,0,0,0],[62,6,64,15,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tFSbyKXEfu_","regions":[[52,69,52,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC12conflictInfo3forAA0e8ConflictI0VSgAA06CustomE0V_tFSbyKXEfu0_","regions":[[58,55,58,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23conflictWithCustomRules_5layerAA0E12ConflictInfoVSgShySSG_AA0E15CollectionLayerOtF","regions":[[67,100,75,2,0,0,0,0],[68,79,73,6,0,0,0,0],[70,12,70,37,0,0,0,0],[70,38,72,10,0,0,0,0],[72,10,73,6,0,0,0,0],[73,6,74,15,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictDetection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23conflictWithCustomRules_5layerAA0E12ConflictInfoVSgShySSG_AA0E15CollectionLayerOtFSbyKXEfu_","regions":[[68,53,68,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18disableConflictingyyAA0E12ConflictInfoV6SourceOYaF","regions":[[9,66,16,2,0,0,0,0],[10,12,10,18,0,0,0,0],[11,5,12,68,0,0,0,0],[13,5,14,62,0,0,0,0],[15,6,16,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tF","regions":[[9,38,107,2,0,0,0,0],[11,48,14,6,0,0,0,0],[14,6,107,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_","regions":[[16,42,106,6,0,0,0,0],[17,29,17,39,0,0,0,0],[17,39,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU_","regions":[[20,28,25,14,0,0,0,0],[21,37,21,47,0,0,0,0],[21,47,25,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU_yyYbScMYcXEfU_","regions":[[22,37,24,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA0aB9ActionURIVYaYbcfU0_","regions":[[26,26,31,14,0,0,0,0],[27,37,27,47,0,0,0,0],[27,47,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA0aB9ActionURIVYaYbcfU0_yyYbScMYcXEfU_","regions":[[28,37,30,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU1_","regions":[[32,31,37,14,0,0,0,0],[33,37,33,47,0,0,0,0],[33,47,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySSYaYbcfU1_yyYbScMYcXEfU_","regions":[[34,37,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySS_AA06KanataA6ActionOtYaYbcfU2_","regions":[[38,25,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_ySS_AA06KanataA6ActionOtYaYbcfU2_yyYbScMYcXEfU_","regions":[[41,37,47,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA20KanataHoldActivationVYaYbcfU3_","regions":[[49,30,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA20KanataHoldActivationVYaYbcfU3_yyYbScMYcXEfU_","regions":[[52,37,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA19KanataTapActivationVYaYbcfU4_","regions":[[60,29,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA19KanataTapActivationVYaYbcfU4_yyYbScMYcXEfU_","regions":[[63,37,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA23KanataOneShotActivationVYaYbcfU5_","regions":[[71,33,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA23KanataOneShotActivationVYaYbcfU5_yyYbScMYcXEfU_","regions":[[73,37,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA21KanataChordResolutionVYaYbcfU6_","regions":[[81,30,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA21KanataChordResolutionVYaYbcfU6_yyYbScMYcXEfU_","regions":[[83,37,89,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA24KanataTapDanceResolutionVYaYbcfU7_","regions":[[91,33,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startEventMonitoring4portySi_tFyyYacfU_yAA24KanataTapDanceResolutionVYaYbcfU7_yyYbScMYcXEfU_","regions":[[93,37,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15handleActionURIyyAA0abiJ0VF","regions":[[110,53,118,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20handleUnknownMessageyySSF","regions":[[122,46,142,2,0,0,0,0],[125,62,131,6,0,0,0,0],[128,72,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21extractOpenURLPayload4fromSSSgSS_tF","regions":[[144,61,149,2,0,0,0,0],[145,56,145,70,0,0,0,0],[145,70,148,43,0,0,0,0],[148,30,148,33,0,0,0,0],[148,36,148,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+EventMonitoring.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20startLayerMonitoring4portySi_tF","regions":[[153,38,155,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Helpers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC013ensureDefaultF8IfNeededyyF","regions":[[8,41,13,2,0,0,0,0],[9,8,9,31,0,0,0,0],[9,32,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaF","regions":[[18,96,71,2,0,0,0,0],[28,8,28,26,0,0,0,0],[28,27,34,6,0,0,0,0],[43,7,47,6,0,0,0,0],[47,15,47,50,0,0,0,0],[47,51,49,6,0,0,0,0],[57,8,57,16,0,0,0,0],[57,17,68,6,0,0,0,0],[65,11,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSaySSGAGcfu_","regions":[[29,46,29,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSbAA0E10CollectionVXEfU_","regions":[[37,31,37,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15setActiveKeymap_18includePunctuationSayAA0E12ConflictInfoVGSS_SbtYaFSbAA0E10CollectionVXEfU0_","regions":[[61,35,61,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21detectKeymapConflicts8keymapId18includePunctuationSayAA0E12ConflictInfoVGSS_SbtF","regions":[[76,94,100,2,0,0,0,0],[79,10,81,6,0,0,0,0],[81,6,99,21,0,0,0,0],[92,50,97,6,0,0,0,0],[94,12,94,48,0,0,0,0],[94,49,96,10,0,0,0,0],[97,6,99,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21detectKeymapConflicts8keymapId18includePunctuationSayAA0E12ConflictInfoVGSS_SbtFSSAA0A7MappingVXEfU_","regions":[[88,45,88,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18persistKeymapStateyyYaF","regions":[[103,33,107,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Keymap.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18restoreKeymapStateyyF","regions":[[110,27,116,2,0,0,0,0],[111,84,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13runMigrationsyyF","regions":[[13,22,25,2,0,0,0,0],[16,8,16,82,0,0,0,0],[16,83,24,6,0,0,0,0],[17,106,22,10,0,0,0,0],[18,16,18,49,0,0,0,0],[18,50,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13runMigrationsyyFSbAA0E10CollectionVXEfU_","regions":[[17,58,17,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC06dedupeeF7InPlaceyyF","regions":[[27,37,29,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyF","regions":[[31,35,36,2,0,0,0,0],[33,8,33,19,0,0,0,0],[33,20,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyFSbAA0E10CollectionVXEfU_","regions":[[32,47,32,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26refreshLayerIndicatorStateyyFSbAA0E10CollectionVXEfU_SbyKXEfu_","regions":[[32,65,32,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateActiveLayerNameyySSF","regions":[[38,47,55,2,0,0,0,0],[39,40,39,75,0,0,0,0],[39,78,39,85,0,0,0,0],[45,8,45,35,0,0,0,0],[45,36,47,6,0,0,0,0],[47,6,55,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaF","regions":[[60,78,134,2,0,0,0,0],[67,8,67,31,0,0,0,0],[67,32,69,6,0,0,0,0],[73,8,73,53,0,0,0,0],[73,80,75,6,0,0,0,0],[77,8,110,6,0,0,0,0],[91,10,109,20,0,0,0,0],[95,71,109,20,0,0,0,0],[96,58,109,20,0,0,0,0],[105,12,105,23,0,0,0,0],[105,24,107,10,0,0,0,0],[110,13,133,6,0,0,0,0],[118,9,120,10,0,0,0,0],[120,16,122,10,0,0,0,0],[125,117,125,122,0,0,0,0],[125,125,125,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFSbAA0E10CollectionVcfu_","regions":[[73,41,73,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFSSAA06CustomE0VXEfU_","regions":[[84,94,84,132,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFyyYbScMYcXEfU0_","regions":[[100,29,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+Migrations.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC020regenerateConfigFromF010skipReloadS2b_tYaFyyYbScMYcXEfU1_","regions":[[128,29,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC15enabledMappingsSayAA0A7MappingVGyF","regions":[[9,40,11,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC07replaceF0yySayAA0E10CollectionVGYaF","regions":[[14,64,19,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[22,56,100,2,0,0,0,0],[28,33,56,6,0,0,0,0],[30,56,55,10,0,0,0,0],[42,74,45,14,0,0,0,0],[45,14,55,10,0,0,0,0],[47,20,47,26,0,0,0,0],[48,13,50,58,0,0,0,0],[51,13,53,23,0,0,0,0],[54,14,55,10,0,0,0,0],[55,10,56,6,0,0,0,0],[56,6,100,2,0,0,0,0],[58,50,58,60,0,0,0,0],[58,60,100,2,0,0,0,0],[60,71,68,6,0,0,0,0],[63,69,65,10,0,0,0,0],[65,19,65,65,0,0,0,0],[65,66,67,10,0,0,0,0],[68,12,80,6,0,0,0,0],[72,12,72,54,0,0,0,0],[72,55,78,10,0,0,0,0],[73,64,75,14,0,0,0,0],[75,20,77,14,0,0,0,0],[87,8,87,48,0,0,0,0],[87,61,90,6,0,0,0,0],[90,6,100,2,0,0,0,0],[97,8,97,17,0,0,0,0],[97,82,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU_","regions":[[24,75,24,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSSyKXEfu_","regions":[[25,87,25,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU0_","regions":[[26,50,26,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFAA0eI0VSgyKXEfu0_","regions":[[26,70,26,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU1_","regions":[[60,54,60,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSSAA0eI0VXEfU2_","regions":[[84,100,84,143,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16toggleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0eI0VXEfU3_","regions":[[97,65,97,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13addCollectionyyAA0eI0VYaF","regions":[[103,56,143,2,0,0,0,0],[104,8,104,28,0,0,0,0],[104,75,129,6,0,0,0,0],[116,70,119,10,0,0,0,0],[119,10,129,6,0,0,0,0],[121,16,121,22,0,0,0,0],[122,9,124,54,0,0,0,0],[125,9,127,19,0,0,0,0],[128,10,129,6,0,0,0,0],[129,6,143,2,0,0,0,0],[131,82,137,6,0,0,0,0],[137,12,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC13addCollectionyyAA0eI0VYaFSbAFXEfU_","regions":[[131,54,131,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16removeCollection2idy10Foundation4UUIDV_tYaF","regions":[[146,39,151,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16removeCollection2idy10Foundation4UUIDV_tYaFSbAA0eI0VXEfU_","regions":[[147,31,147,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaF","regions":[[154,45,182,2,0,0,0,0],[172,8,174,6,0,0,0,0],[173,58,174,6,0,0,0,0],[174,13,176,6,0,0,0,0],[176,6,182,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaFSbAA0E10CollectionVXEfU_","regions":[[159,31,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11removeLayeryySSYaFSbAA06CustomE0VXEfU0_","regions":[[166,27,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaF","regions":[[185,40,228,2,0,0,0,0],[186,30,186,40,0,0,0,0],[186,40,228,2,0,0,0,0],[193,39,193,49,0,0,0,0],[193,49,228,2,0,0,0,0],[197,8,197,46,0,0,0,0],[197,47,200,6,0,0,0,0],[200,6,228,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_","regions":[[191,17,191,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_SbyKXEfu_","regions":[[191,34,191,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSbSJXEfU_SbyKXEfu0_","regions":[[191,49,191,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11createLayeryySSYaFSSAA0E10CollectionVXEfU0_","regions":[[196,50,196,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[231,61,272,2,0,0,0,0],[232,79,249,6,0,0,0,0],[235,95,247,10,0,0,0,0],[239,83,242,14,0,0,0,0],[249,6,272,2,0,0,0,0],[257,5,260,6,0,0,0,0],[265,8,265,48,0,0,0,0],[265,49,268,6,0,0,0,0],[268,6,272,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[235,78,235,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA06SingleA6PresetVXEfU1_","regions":[[240,62,240,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSSyKXEfu_","regions":[[240,96,240,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[232,57,232,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSbAA06SingleA6PresetVXEfU2_","regions":[[258,54,258,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaFSSyKXEfu0_","regions":[[258,88,258,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaF","regions":[[275,67,295,2,0,0,0,0],[276,79,288,6,0,0,0,0],[279,95,286,10,0,0,0,0],[288,6,295,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[279,78,279,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25updateCollectionTapOutput2id03tapK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[276,57,276,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaF","regions":[[298,69,318,2,0,0,0,0],[299,79,311,6,0,0,0,0],[302,95,309,10,0,0,0,0],[311,6,318,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[302,78,302,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC26updateCollectionHoldOutput2id04holdK0y10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[299,57,299,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaF","regions":[[321,68,341,2,0,0,0,0],[322,79,334,6,0,0,0,0],[325,95,332,10,0,0,0,0],[334,6,341,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU0_","regions":[[325,78,325,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC27updateCollectionLayerPreset2id8presetIdy10Foundation4UUIDV_SStYaFSbAA0eI0VXEfU_","regions":[[322,57,322,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[344,81,366,2,0,0,0,0],[345,79,358,6,0,0,0,0],[348,95,356,10,0,0,0,0],[358,6,366,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU0_","regions":[[348,78,348,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateWindowA10Convention2id10conventiony10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU_","regions":[[345,57,345,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaF","regions":[[369,67,391,2,0,0,0,0],[370,79,383,6,0,0,0,0],[373,95,381,10,0,0,0,0],[383,6,391,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU0_","regions":[[373,78,373,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC014updateFunctionA4Mode2id4modey10Foundation4UUIDV_AA0iaJ0OtYaFSbAA0E10CollectionVXEfU_","regions":[[370,57,370,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaF","regions":[[394,73,415,2,0,0,0,0],[395,79,407,6,0,0,0,0],[398,95,405,10,0,0,0,0],[407,6,415,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[398,78,398,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateHomeRowModsConfig2id6configy10Foundation4UUIDV_AA0ijkL0VtYaFSbAA0E10CollectionVXEfU_","regions":[[395,57,395,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaF","regions":[[418,89,439,2,0,0,0,0],[419,79,431,6,0,0,0,0],[422,95,429,10,0,0,0,0],[431,6,439,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[422,78,422,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC31updateHomeRowLayerTogglesConfig2id6configy10Foundation4UUIDV_AA0ijklM0VtYaFSbAA0E10CollectionVXEfU_","regions":[[419,57,419,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaF","regions":[[442,73,463,2,0,0,0,0],[443,79,455,6,0,0,0,0],[446,95,453,10,0,0,0,0],[455,6,463,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[446,78,446,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC23updateChordGroupsConfig2id6configy10Foundation4UUIDV_AA0ijK0VtYaFSbAA0E10CollectionVXEfU_","regions":[[443,57,443,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaF","regions":[[466,69,487,2,0,0,0,0],[467,79,479,6,0,0,0,0],[470,95,477,10,0,0,0,0],[479,6,487,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[470,78,470,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21updateSequencesConfig2id6configy10Foundation4UUIDV_AA0iJ0VtYaFSbAA0E10CollectionVXEfU_","regions":[[467,57,467,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaF","regions":[[490,71,516,2,0,0,0,0],[491,79,505,6,0,0,0,0],[494,95,503,10,0,0,0,0],[505,6,516,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaFSbAA0E10CollectionVXEfU0_","regions":[[494,78,494,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC20updateLauncherConfig2id6configy10Foundation4UUIDV_AA0i4GridJ0VtYaFSbAA0E10CollectionVXEfU_","regions":[[491,57,491,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21warmLauncherIconCache3foryAA0I10GridConfigV_tYaF","regions":[[519,66,526,2,0,0,0,0],[523,36,525,6,0,0,0,0],[525,6,526,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC21warmLauncherIconCache3foryAA0I10GridConfigV_tYaFSbAA0I7MappingVcfu_","regions":[[520,50,520,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC18warmLayerIconCache3foryAA0E10CollectionV_tYaF","regions":[[529,63,531,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012updateLeaderA0yySSYaF","regions":[[534,46,554,2,0,0,0,0],[538,42,549,6,0,0,0,0],[539,12,539,60,0,0,0,0],[539,61,548,10,0,0,0,0],[549,6,554,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaF","regions":[[558,81,618,2,0,0,0,0],[561,8,561,22,0,0,0,0],[563,5,588,6,0,0,0,0],[575,70,578,10,0,0,0,0],[578,10,588,6,0,0,0,0],[580,16,580,22,0,0,0,0],[581,9,583,54,0,0,0,0],[584,9,586,25,0,0,0,0],[587,10,588,6,0,0,0,0],[588,6,617,19,0,0,0,0],[594,34,597,6,0,0,0,0],[597,12,600,6,0,0,0,0],[604,8,604,15,0,0,0,0],[604,16,606,6,0,0,0,0],[606,12,615,6,0,0,0,0],[609,67,611,10,0,0,0,0],[611,16,613,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFSbAGXEfU_","regions":[[591,55,591,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFAGSiXEfU0_","regions":[[592,42,592,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010saveCustomE0_10skipReloadSbAA0iE0V_SbtYaFSbAGXEfU1_","regions":[[612,35,612,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[621,56,657,2,0,0,0,0],[622,73,622,83,0,0,0,0],[622,83,657,2,0,0,0,0],[624,8,624,17,0,0,0,0],[626,5,651,6,0,0,0,0],[638,70,641,10,0,0,0,0],[641,10,651,6,0,0,0,0],[643,16,643,22,0,0,0,0],[644,9,646,54,0,0,0,0],[647,9,649,19,0,0,0,0],[650,10,651,6,0,0,0,0],[651,6,657,2,0,0,0,0],[653,67,655,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0iE0VXEfU_","regions":[[622,51,622,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012toggleCustomE02id9isEnabledy10Foundation4UUIDV_SbtYaFSbAA0iE0VXEfU0_","regions":[[653,50,653,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012removeCustomE02idy10Foundation4UUIDV_tYaF","regions":[[660,39,667,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC012removeCustomE02idy10Foundation4UUIDV_tYaFSbAA0iE0VXEfU_","regions":[[663,27,663,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19clearAllCustomRulesyyYaF","regions":[[670,34,676,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010makeCustomE05input6outputAA0iE0VSS_SStF","regions":[[679,66,695,2,0,0,0,0],[682,8,692,6,0,0,0,0],[692,12,694,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC010makeCustomE05input6outputAA0iE0VSS_SStFSbAHXEfU_","regions":[[680,48,682,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC09getCustomE08forInputAA0iE0VSgSS_tF","regions":[[698,59,700,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager+PublicAPI.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC09getCustomE08forInputAA0iE0VSgSS_tFSbAGXEfU_","regions":[[699,23,699,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4nameSSvg","regions":[[14,26,19,10,0,0,0,0],[15,20,15,24,0,0,0,0],[16,13,16,62,0,0,0,0],[17,13,17,58,0,0,0,0],[18,14,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV11displayNameSSvg","regions":[[25,29,25,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC04ruleF0SayAA0E10CollectionVGvpfi","regions":[[42,45,42,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC11customRulesSayAA06CustomE0VGvpfi","regions":[[43,37,43,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC16currentLayerNameSSvpfi","regions":[[44,36,44,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC14activeKeymapIdSSvpfi","regions":[[48,34,48,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC25keymapIncludesPunctuationSbvpfi","regions":[[51,43,51,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerC19ruleCollectionStore011customRulesJ020configurationService13eventListenerAcA0eiJ0C_AA06CustomlJ0CAA013ConfigurationN0CAA011KanataEventP0Ctcfc","regions":[[92,7,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerCfd","regions":[[99,12,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/RuleCollectionsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22RuleCollectionsManagerCfdyyYacfU_","regions":[[101,46,103,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ConflictMappingV2idSSvg","regions":[[10,20,10,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4name4icon7summary8mappingsACSS_S2SSayAA0F7MappingVGtcfC","regions":[[21,84,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4fromAcA0eF4InfoV0G0O_tcfC","regions":[[30,48,41,6,0,0,0,0],[35,16,35,22,0,0,0,0],[36,9,37,103,0,0,0,0],[38,9,39,81,0,0,0,0],[40,10,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26RuleConflictSourceSnapshotV4fromAcA0eF4InfoV0G0O_tcfcAA0F7MappingVAA0aK0VXEfU_","regions":[[37,48,37,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleConflictContextV03newE008existingE015conflictingKeysAcA0eF14SourceSnapshotV_AHSaySSGtcfC","regions":[[51,116,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19RuleConflictContextV03newE008existingE015conflictingKeysAcA0eF4InfoV6SourceO_AJSaySSGtcfC","regions":[[59,110,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV4bodyQrvg","regions":[[80,25,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV4bodyQrvg7SwiftUI9TupleViewVyAC13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvpQOy_Qo__AE7DividerVAC015conflictingKeysO0AILLQrvpQOy_Qo_AlC09ruleCardsO0AILLQrvpQOy_Qo_AlC13actionButtonsAILLQrvpQOy_Qo_tGyXEfU_","regions":[[81,28,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[106,42,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0T0PAFE15foregroundColoryQrAF0W0VSgFQOyAC8ruleIconAELL3forQrAA0eF14SourceSnapshotV_tFQOy_Qo__Qo__AlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEA_yQrA3__A7_tFQOyAF4TextV_Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAOGQo_AVtGG_A9_AlFEA_yQrA3__A7_tFQOyAlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_tGyXEfU_","regions":[[107,29,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13headerSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0T0PAFE15foregroundColoryQrAF0W0VSgFQOyAC8ruleIconAELL3forQrAA0eF14SourceSnapshotV_tFQOy_Qo__Qo__AlFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEA_yQrA3__A7_tFQOyAF4TextV_Qo__Qo__AF06_ShapeT0VyAF16RoundedRectangleVAOGQo_AVtGG_A9_AlFEA_yQrA3__A7_tFQOyAlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyA9__Qo__Qo__Qo_tGyXEfU_A18_yXEfU_","regions":[[109,33,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleIcon33_247001663FE6150B77749D75B55ED1EDLL3forQrAA0eF14SourceSnapshotV_tF","regions":[[140,80,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[147,51,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_","regions":[[148,28,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_A24_yXEfU_","regions":[[153,32,174,14,0,0,0,0],[169,20,169,53,0,0,0,0],[169,54,173,18,0,0,0,0],[173,18,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV22conflictingKeysSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF4TextV_AF6HStackVyAHyAF7ForEachVys10ArraySliceVySSGSSAF0U0PAFE7overlay_9alignmentQrqd___AF9AlignmentVtAfRRd__lFQOyAsFE10background_AUQrqd___AWtAfRRd__lFQOyAsFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAsFEAYyQrA1__A5_tFQOyAJ_Qo__Qo__AF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeU0VyA11_A13_AF05EmptyU0VGQo_G_AJSgtGGtGyXEfU_A24_yXEfU_A21_SScfU_","regions":[[154,72,167,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[181,45,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_","regions":[[182,46,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_yycfU_","regions":[[189,15,191,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16ruleCardsSection33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAC0I4CardAELL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SSAF0Z0VSbyyctFQOy_Qo__AStGyXEfU_yycfU0_","regions":[[199,15,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctF","regions":[[212,20,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[213,50,285,10,0,0,0,0],[242,16,242,33,0,0,0,0],[242,34,267,14,0,0,0,0],[267,14,285,10,0,0,0,0],[283,63,283,75,0,0,0,0],[283,78,283,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_","regions":[[215,33,231,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A15_yXEfU_A11_yXEfU_","regions":[[220,57,228,18,0,0,0,0],[225,34,225,39,0,0,0,0],[225,42,225,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_","regions":[[243,57,261,18,0,0,0,0],[256,24,256,42,0,0,0,0],[256,43,260,22,0,0,0,0],[260,22,261,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A35_A32_cfU_","regions":[[244,56,254,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A35_A32_cfU_A34_yXEfU_","regions":[[245,44,253,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A64_yXEfU1_","regions":[[272,36,280,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV8ruleCard33_247001663FE6150B77749D75B55ED1EDLL6source5label11accentColor5isNew6actionQrAA0eF14SourceSnapshotV_SS7SwiftUI0T0VSbyyctFAM9TupleViewVyAM6HStackVyAQyAM4ViewPAME010foregroundT0yQrAOSgFQOyAuME4fontyQrAM4FontVSgFQOyAM5ImageV_Qo__Qo__AM6VStackVyAQyAuME9lineLimityQrSiSgFQOyAM4TextV_Qo__A9_tGGAM6SpacerVtGG_AuME9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_AuME10background_9alignmentQrqd___AM9AlignmentVtAmTRd__lFQOyAuME7paddingyQr12CoreGraphics7CGFloatVFQOyA5_yAQyAM7ForEachVySayAA0F7MappingVGSSASyAQyA9__A9_A9_tGGG_A9_SgtGG_Qo__AM10_ShapeViewVyAM16RoundedRectangleVAOGQo_SgA14_AM15ModifiedContentVyAuME4tintyQrqd__SgAM10ShapeStyleRd__lFQOyAuME11buttonStyleyQrqd__AM20PrimitiveButtonStyleRd__lFQOyAM6ButtonVyAuMEA25_yQrAM4EdgeO3SetV_A28_SgtFQOyASyAQyA14__A9_A14_tGG_Qo_G_AM28BorderedProminentButtonStyleVQo__AOQo_AM31AccessibilityAttachmentModifierVGtGyXEfU_A64_yXEfU1_A62_yXEfU_","regions":[[273,24,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16relevantMappings33_247001663FE6150B77749D75B55ED1EDLL4from3forSayAA0F7MappingVGAA0eF14SourceSnapshotV_SaySSGtF","regions":[[302,28,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV16relevantMappings33_247001663FE6150B77749D75B55ED1EDLL4from3forSayAA0F7MappingVGAA0eF14SourceSnapshotV_SaySSGtFSbAIXEfU_","regions":[[304,39,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg","regions":[[311,42,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0T0PAFE16keyboardShortcutyQrAF08KeyboardX0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAStGyXEfU_","regions":[[312,16,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28RuleConflictResolutionDialogV13actionButtons33_247001663FE6150B77749D75B55ED1EDLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0T0PAFE16keyboardShortcutyQrAF08KeyboardX0VFQOyAF6ButtonVyAF4TextVG_Qo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAStGyXEfU_yyScMYccfU_","regions":[[313,30,315,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4iconSSvg","regions":[[334,22,341,6,0,0,0,0],[335,16,335,20,0,0,0,0],[336,9,337,52,0,0,0,0],[338,9,339,28,0,0,0,0],[340,10,341,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO4iconSSvgSSyKXEfu_","regions":[[337,32,337,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO7summarySSvg","regions":[[344,25,351,6,0,0,0,0],[345,16,345,20,0,0,0,0],[346,9,347,31,0,0,0,0],[348,9,349,47,0,0,0,0],[350,10,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16RuleConflictInfoV6SourceO7summarySSvgSSyKXEfu_","regions":[[349,27,349,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZ","regions":[[358,40,395,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZyAA0eF6ChoiceOcfU_","regions":[[392,27,392,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/RuleConflictResolutionDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit37RuleConflictResolutionDialog_PreviewsV8previewsQrvgZyycfU0_","regions":[[393,27,393,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV10appKeymapsSayAA0C6KeymapVGvpfi","regions":[[17,35,17,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV13showZeroStateSbvpfi","regions":[[23,31,23,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV06leaderA7DisplaySSvpfi","regions":[[28,36,28,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV15defaultExpandedSbvpfi","regions":[[31,33,31,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV12displayStyleAA04Rulef7DisplayI0Ovpfi","regions":[[32,52,32,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11_isExpanded33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[73,37,73,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV10_isHovered33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[74,36,74,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV15_hasInitialized33_61A0AAAAA71F319DD212670C0634E10FLL7SwiftUI5StateVySbGvpfi","regions":[[75,41,75,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16effectiveEnabled33_61A0AAAAA71F319DD212670C0634E10FLLSbvg","regions":[[79,40,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16effectiveEnabled33_61A0AAAAA71F319DD212670C0634E10FLLSbvgSbyKXEfu_","regions":[[80,25,80,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV24formatModifierForDisplay33_61A0AAAAA71F319DD212670C0634E10FLLyS2SF","regions":[[84,73,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV24formatModifierForDisplay33_61A0AAAAA71F319DD212670C0634E10FLLyS2SFSSyKXEfu_","regions":[[91,42,91,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV4bodyQrvg","regions":[[94,25,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[99,40,139,6,0,0,0,0],[107,35,107,85,0,0,0,0],[107,88,107,124,0,0,0,0],[112,57,112,61,0,0,0,0],[112,64,112,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI9TupleViewVyAC012scrollAnchorS0AELLQrvpQOy_Qo__AC012headerButtonS0AELLQrvpQOy_Qo_AC08expandediS0AELLQrvpQOy_Qo_tGyXEfU_","regions":[[100,49,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySbcfU0_","regions":[[115,18,122,10,0,0,0,0],[117,16,117,24,0,0,0,0],[117,25,119,14,0,0,0,0],[119,20,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgyycfU1_","regions":[[123,19,128,10,0,0,0,0],[124,16,124,31,0,0,0,0],[124,32,127,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU2_","regions":[[129,40,135,10,0,0,0,0],[130,16,130,24,0,0,0,0],[130,38,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU2_yyXEfU_","regions":[[131,58,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV11mainContent33_61A0AAAAA71F319DD212670C0634E10FLLQrvgySb_SbtcfU3_","regions":[[136,34,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16scrollAnchorView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[142,45,148,6,0,0,0,0],[143,30,147,10,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[151,45,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[152,46,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_","regions":[[154,20,167,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_","regions":[[155,58,166,18,0,0,0,0],[158,24,158,34,0,0,0,0],[158,79,165,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_yyYbScMYccfU_","regions":[[160,79,164,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU_yyXEfU_yyYbScMYccfU_yyXEfU_","regions":[[161,70,163,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_","regions":[[167,22,206,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_","regions":[[168,54,204,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[172,61,203,22,0,0,0,0],[186,51,190,26,0,0,0,0],[190,26,203,22,0,0,0,0],[192,54,197,26,0,0,0,0],[197,35,197,56,0,0,0,0],[197,57,202,26,0,0,0,0],[202,26,203,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_A11_yXEfU_","regions":[[173,44,184,26,0,0,0,0],[177,32,177,41,0,0,0,0],[177,81,183,30,0,0,0,0],[183,30,184,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A38_yXEfU0_A34_yXEfU_A32_yXEfU_A11_yXEfU_SbyKXEfu_","regions":[[177,60,177,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_SbyYbcfU1_","regions":[[215,26,215,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV16headerButtonView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE11buttonStyleyQrqd__AF09PrimitiveiU0Rd__lFQOyAF0I0VyAjFE12contentShape_6eoFillQrqd___SbtAF0X0Rd__lFQOyAF6HStackVyAHyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A_AF9AlignmentVtFQOyAC04iconJ0AELL3forQrSS_tFQOy_Qo__Qo__AF6VStackVyAHyASyAHyAF4TextV_A9_SgtGG_A10_AF19_ConditionalContentVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA9_AF5ImageVG_Qo__Qo_A29_GSgtGGtGG_AF9RectangleVQo_G_AF05PlainiU0VQo__AF6SpacerVAF15ModifiedContentVyAjFE4tintyQrA18_FQOyAjFE06toggleU0yQrqd__AF06ToggleU0Rd__lFQOyAjFE12labelsHiddenQryFQOyAF6ToggleVyA9_G_Qo__AF012SwitchToggleU0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ySbYbcfU2_","regions":[[216,26,221,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg","regions":[[234,48,552,6,0,0,0,0],[235,12,235,22,0,0,0,0],[235,23,551,10,0,0,0,0],[551,10,552,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_","regions":[[237,28,550,14,0,0,0,0],[238,20,238,33,0,0,0,0],[238,106,256,18,0,0,0,0],[256,27,256,59,0,0,0,0],[256,83,267,18,0,0,0,0],[267,27,267,57,0,0,0,0],[267,81,281,18,0,0,0,0],[281,27,281,55,0,0,0,0],[281,79,361,18,0,0,0,0],[361,27,361,61,0,0,0,0],[361,85,372,18,0,0,0,0],[372,27,372,56,0,0,0,0],[372,80,390,18,0,0,0,0],[374,75,389,22,0,0,0,0],[389,22,390,18,0,0,0,0],[390,27,390,55,0,0,0,0],[390,79,408,18,0,0,0,0],[408,27,408,53,0,0,0,0],[408,77,455,18,0,0,0,0],[455,27,455,49,0,0,0,0],[455,50,505,18,0,0,0,0],[457,24,457,78,0,0,0,0],[457,79,468,22,0,0,0,0],[468,31,468,87,0,0,0,0],[468,88,474,22,0,0,0,0],[474,31,474,88,0,0,0,0],[474,89,486,22,0,0,0,0],[486,31,486,89,0,0,0,0],[486,90,498,22,0,0,0,0],[498,28,504,22,0,0,0,0],[505,24,549,18,0,0,0,0],[549,18,550,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_","regions":[[240,41,253,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_yyScMYccfU_","regions":[[245,32,247,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A30_yXEfU_A24_yXEfU0_","regions":[[247,34,250,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU0_","regions":[[260,41,262,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU1_","regions":[[271,44,273,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU2_","regions":[[274,45,276,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA04HomeG10ModsConfigVyKXEfu_","regions":[[283,74,283,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_","regions":[[284,62,357,22,0,0,0,0],[290,28,290,55,0,0,0,0],[290,56,349,26,0,0,0,0],[349,26,357,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_","regions":[[291,69,342,30,0,0,0,0],[337,84,337,98,0,0,0,0],[337,101,337,116,0,0,0,0],[338,120,338,158,0,0,0,0],[338,161,338,163,0,0,0,0],[339,109,339,131,0,0,0,0],[339,134,339,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_","regions":[[292,53,334,34,0,0,0,0],[294,40,294,123,0,0,0,0],[294,124,312,38,0,0,0,0],[312,38,334,34,0,0,0,0],[315,40,315,124,0,0,0,0],[315,125,333,38,0,0,0,0],[333,38,334,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_SbSSXEfU_","regions":[[294,75,294,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_","regions":[[295,81,311,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_","regions":[[299,64,310,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_","regions":[[300,101,309,50,0,0,0,0],[301,56,301,88,0,0,0,0],[301,89,308,54,0,0,0,0],[308,54,309,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_S2SXEfU_","regions":[[302,109,302,141,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_SSyKXEfu_","regions":[[302,145,302,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU0_A54_yXEfU_A53_SScfU_yycfU0_","regions":[[306,69,306,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_SbSSXEfU1_","regions":[[315,75,315,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_","regions":[[316,81,332,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_","regions":[[320,64,331,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_","regions":[[321,102,330,50,0,0,0,0],[322,56,322,88,0,0,0,0],[322,89,329,54,0,0,0,0],[329,54,330,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_S2SXEfU_","regions":[[323,109,323,141,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_SSyKXEfu_","regions":[[323,145,323,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_A59_yXEfU_A56_yXEfU2_A54_yXEfU_A53_SScfU_yycfU0_","regions":[[327,69,327,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_A61_yXEfU_SbyKXEfu_","regions":[[338,85,338,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A83_yXEfU3_yyScMYccfU0_","regions":[[351,48,353,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_ySScfU4_","regions":[[365,41,367,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA18LauncherGridConfigVyYbcfU5_","regions":[[377,38,377,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA18LauncherGridConfigVYbcfU6_","regions":[[378,38,380,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA18LauncherGridConfigVcfU7_","regions":[[382,46,384,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA17ChordGroupsConfigVyKXEfu0_","regions":[[392,74,392,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA17ChordGroupsConfigVyYbcfU8_","regions":[[395,34,395,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA17ChordGroupsConfigVYbcfU9_","regions":[[396,34,396,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA17ChordGroupsConfigVcfU10_","regions":[[398,42,400,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yycfU11_","regions":[[401,38,403,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA15SequencesConfigVyKXEfu1_","regions":[[410,72,410,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_","regions":[[411,62,451,22,0,0,0,0],[416,28,416,52,0,0,0,0],[416,53,420,26,0,0,0,0],[420,32,441,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_","regions":[[421,69,440,30,0,0,0,0],[435,36,435,62,0,0,0,0],[435,63,439,34,0,0,0,0],[439,34,440,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_A120_A110_cfU_","regions":[[422,69,434,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A123_yXEfU_A120_A110_cfU_A119_yXEfU_","regions":[[423,44,433,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_yyScMYccfU0_","regions":[[443,32,445,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A129_yXEfU12_A23_yXEfU1_","regions":[[445,34,447,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A139_yXEfU13_","regions":[[459,65,464,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A139_yXEfU13_SayAA0A7MappingVGyKXEfu_","regions":[[463,83,463,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu2_","regions":[[470,79,470,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu3_","regions":[[477,63,477,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_AA06WindowA10ConventionOyKXEfu4_","regions":[[478,76,478,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA06WindowA10ConventionOcfU14_","regions":[[479,49,481,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_SayAA0A7MappingVGyKXEfu5_","regions":[[489,63,489,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_yAA08FunctionA4ModeOcfU15_","regions":[[491,43,493,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_","regions":[[507,40,546,22,0,0,0,0],[509,28,509,45,0,0,0,0],[509,67,514,26,0,0,0,0],[514,26,546,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_","regions":[[516,53,525,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_S2SYbScMYccACYbcfu_","regions":[[523,48,523,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A186_SSA171__SSA172_A173_A174_A173_A175_A173_A176_SbA177_SbA178_A114_A179_A182_A183_t_tcfU_S2SYbScMYccACYbcfu_S2SYbScMYccfu0_","regions":[[523,48,523,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_","regions":[[528,45,545,26,0,0,0,0],[530,67,530,68,0,0,0,0],[530,71,530,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_","regions":[[532,55,544,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_yycfU_","regions":[[536,45,538,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_yycfU0_","regions":[[539,47,541,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_S2SYbScMYccACYbcfu_","regions":[[542,52,542,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV19expandedContentView33_61A0AAAAA71F319DD212670C0634E10FLLQrvg7SwiftUI012_ConditionalI0VyAHyAHyAHyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAF05TupleJ0VyAF4TextV_AjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE4fontyQrAF4FontVSgFQOyAF5LabelVyA7_AF5ImageVG_Qo_G_AF28BorderedProminentButtonStyleVQo__Qo_tGG_Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA06Singlea6PickerI0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA013TapHoldPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AjFE10background_A_Qrqd___A1_tAfIRd__lFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAF6HStackVyA5_yA3_yA5_yA7__A47_yAF7ForEachVySaySSGSSAA04HomegA6ButtonVSgGGtGGSg_A58_tGG_A7_tGG_Qo__Qo__AF06_ShapeJ0VyAF16RoundedRectangleVAF5ColorVGQo_SgAF08ModifiedI0VyAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA7_G_AF19BorderedButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__Qo__Qo_GGAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA017LayerPresetPickerI0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA08LauncherfJ0V_Qo__Qo__Qo_SgGAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA011ChordGroupsfJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AHyA7_A3_yA5_yA49_ys10ArraySliceVyAA18SequenceDefinitionVG10Foundation4UUIDVA47_yA5_yA7__AjFE15foregroundColoryQrA70_SgFQOyAjFEA15_yQrA18_FQOyA22__Qo__Qo_A7_tGGG_A7_SgtGGGA75_yAjFEA11_yQrqd__AFA12_Rd__lFQOyA14_yA23_G_A78_Qo_A81_GtGG_Qo__Qo__Qo_GGGAHyAHyAHyAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yA7__AA19NumpadTransformGridVtGG_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA015VimCommandCardsJ0V_Qo__Qo__Qo_GAHyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA014WindowSnappingJ0V_Qo__Qo__Qo_AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012FunctionKeysJ0V_Qo__Qo__Qo_GGAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA012MappingTableI0V_Qo__Qo__Qo_GAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA3_yA5_yAA25RulesSectionHeaderCompactVSg_A49_ySaySS5input_SS6outputSSSg13shiftedOutputA173_10ctrlOutputA173_11descriptionSb12sectionBreakSb7enabledA114_2idAA15MappingBehaviorOSg8behaviortGA114_AA07MappinggJ0VGA49_ySayAA0C6KeymapVGA114_A5_yAjFEAKyQrAO_AStFQOyAA0C25RulesSectionHeaderCompactV_Qo__A49_ySayAA0cA8OverrideVGA114_AA0c4RuleG7CompactVGtGGtGG_Qo__Qo_GGyXEfU_A202_yXEfU16_A200_A189_cfU0_A198_A195_cfU_S2SYbScMYccACYbcfu_S2SYbScMYccfu0_","regions":[[542,52,542,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV8iconView33_61A0AAAAA71F319DD212670C0634E10FLL3forQrSS_tF","regions":[[555,58,585,6,0,0,0,0],[558,12,558,35,0,0,0,0],[558,36,564,10,0,0,0,0],[564,19,564,46,0,0,0,0],[564,47,580,10,0,0,0,0],[569,76,574,14,0,0,0,0],[574,20,579,14,0,0,0,0],[580,16,584,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV8iconView33_61A0AAAAA71F319DD212670C0634E10FLL3forQrSS_tF10Foundation3URLVSgyKXEfu_","regions":[[568,20,568,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CollectionRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ExpandableCollectionRowV06prettyA4NameyS2SF","regions":[[587,49,591,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA6ButtonV4bodyQrvg","regions":[[14,25,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA6ButtonV4bodyQrvgAA0efA9ChipSmallVyXEfU_","regions":[[15,32,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV4bodyQrvg","regions":[[30,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE15foregroundColoryQrAE0L0VSgFQOyAE5ImageV_Qo__AE4TextVtGyXEfU_","regions":[[31,28,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV8iconName33_CA50CC97932B0A4078A096026B66E28CLLSSvg","regions":[[48,34,55,6,0,0,0,0],[49,16,49,20,0,0,0,0],[50,9,50,47,0,0,0,0],[51,9,51,53,0,0,0,0],[52,9,52,39,0,0,0,0],[53,9,53,55,0,0,0,0],[54,10,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9ToastViewV9iconColor33_CA50CC97932B0A4078A096026B66E28CLL7SwiftUI0H0Vvg","regions":[[57,34,64,6,0,0,0,0],[58,16,58,20,0,0,0,0],[59,9,59,30,0,0,0,0],[60,9,60,26,0,0,0,0],[61,9,61,26,0,0,0,0],[62,9,62,31,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11KeycapStyleV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[80,46,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg","regions":[[105,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_","regions":[[106,28,124,10,0,0,0,0],[108,35,113,14,0,0,0,0],[113,20,118,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE11aspectRatio_11contentModeQrAS_AE0O4ModeOtFQOyAE5ImageV_Qo__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyA__Qo__Qo__Qo_G_AE4TextVtGyXEfU_SSyKXEfu_","regions":[[121,29,121,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV4bodyQrvgyycfU0_","regions":[[136,19,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyF","regions":[[141,32,171,6,0,0,0,0],[145,90,148,10,0,0,0,0],[148,10,171,6,0,0,0,0],[151,57,151,70,0,0,0,0],[151,73,151,95,0,0,0,0],[158,33,164,10,0,0,0,0],[160,16,160,60,0,0,0,0],[160,61,163,14,0,0,0,0],[163,14,164,10,0,0,0,0],[164,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFSSSscfu_","regions":[[169,18,169,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFS2SXEfU_","regions":[[170,39,170,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV04loadC4Info33_CA50CC97932B0A4078A096026B66E28CLLyyFSSyKXEfu0_","regions":[[170,57,170,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012RulesSummaryC10LaunchChipV11loadFromURL33_CA50CC97932B0A4078A096026B66E28CLLyy10Foundation0K0VF","regions":[[173,42,188,6,0,0,0,0],[182,9,184,10,0,0,0,0],[184,16,187,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25RulesSectionHeaderCompactV4bodyQrvg","regions":[[198,25,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25RulesSectionHeaderCompactV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE15foregroundStyleyQrqd__AE05ShapeO0Rd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE012HierarchicalpO0VQo__AE4TextVAE6SpacerVtGyXEfU_","regions":[[199,28,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvg","regions":[[220,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE5ImageV_Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE15foregroundStyleyQrqd__AE05ShapeZ0Rd__lFQOyAkEE4fontyQrAE4FontVSgFQOyAW_Qo__AE017HierarchicalShapeZ0VQo__Qo_G_AE4TextVAE6SpacerVtGyXEfU_","regions":[[221,28,239,10,0,0,0,0],[223,35,227,14,0,0,0,0],[227,20,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV4bodyQrvgyycfU0_","regions":[[241,19,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C25RulesSectionHeaderCompactV04loadC4Icon33_CA50CC97932B0A4078A096026B66E28CLLyyF","regions":[[246,32,252,6,0,0,0,0],[247,117,251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV10_isHovered33_CA50CC97932B0A4078A096026B66E28CLL7SwiftUI5StateVySbGvpfi","regions":[[263,36,263,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg","regions":[[265,25,341,6,0,0,0,0],[327,35,327,62,0,0,0,0],[327,65,327,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_","regions":[[266,49,320,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_","regions":[[267,32,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A5_yXEfU_","regions":[[269,36,287,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_","regions":[[292,36,318,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_yyScMYccfU_","regions":[[293,28,295,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_A27_yXEfU0_","regions":[[295,30,301,22,0,0,0,0],[298,77,298,78,0,0,0,0],[298,81,298,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_yyScMYccfU1_","regions":[[304,28,306,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAGyAIyAE15ModifiedContentVyAE4TextVAA11KeycapStyleVG_AE0M0PAEE15foregroundColoryQrAE0T0VSgFQOyArEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ApE6SpacerVtGG_A4_AGyAIyArEE06buttonR0yQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE6ButtonVyArEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyArEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A21_AE9AlignmentVtFQOyA2__Qo__AE9RectangleVQo_G_AE011PlainButtonR0VQo__A31_ArEEA14_A15_A16_A17_QrA21__A21_A23_tFQOyA4__Qo_tGGtGGyXEfU_A35_yXEfU_A33_yXEfU0_A27_yXEfU2_","regions":[[306,30,312,22,0,0,0,0],[309,77,309,78,0,0,0,0],[309,81,309,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvgySbcfU0_","regions":[[330,18,337,10,0,0,0,0],[332,16,332,24,0,0,0,0],[332,25,334,14,0,0,0,0],[334,20,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Components.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0C14RuleRowCompactV4bodyQrvgyycfU1_","regions":[[338,23,340,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV10_isHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12_isMouseDown33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI5StateVySbGvpfi","regions":[[9,38,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12isAnyHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LLSbvg","regions":[[11,36,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12isAnyHovered33_3E1FE17F2D908FDE2E6A16DA26B144B1LLSbvgSbyKXEfu_","regions":[[12,22,12,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg","regions":[[15,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgyyScMYccfU_","regions":[[16,16,18,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEAH_AIQrAL_qd__tSQRd__lFQOyAgEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE6ZStackVyAE05TupleK0VyAgEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAgEE5frame5width6height9alignmentQrAQSg_A7_AE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVA2_G_Qo__Qo__AgEE15foregroundColoryQrA2_SgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_Qo__SbQo__SbQo_yXEfU0_","regions":[[18,18,32,10,0,0,0,0],[29,40,29,44,0,0,0,0],[29,47,29,74,0,0,0,0],[29,63,29,67,0,0,0,0],[29,70,29,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEAH_AIQrAL_qd__tSQRd__lFQOyAgEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE6ZStackVyAE05TupleK0VyAgEE6shadow5color6radius1x1yQrAE5ColorV_A3QtFQOyAgEE5frame5width6height9alignmentQrAQSg_A7_AE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVA2_G_Qo__Qo__AgEE15foregroundColoryQrA2_SgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_Qo__SbQo__SbQo_yXEfU0_A27_yXEfU_","regions":[[19,20,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgySbcfU1_","regions":[[34,18,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgy7SwiftUI11DragGestureV5ValueVcfU2_","regions":[[39,28,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV4bodyQrvgy7SwiftUI11DragGestureV5ValueVcfU3_","regions":[[42,26,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV9fillColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[48,34,56,6,0,0,0,0],[49,12,49,23,0,0,0,0],[49,24,51,10,0,0,0,0],[51,19,51,31,0,0,0,0],[51,32,53,10,0,0,0,0],[53,16,55,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV9iconColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[58,34,66,6,0,0,0,0],[59,12,59,23,0,0,0,0],[59,24,61,10,0,0,0,0],[61,19,61,31,0,0,0,0],[61,32,63,10,0,0,0,0],[63,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV11shadowColor33_3E1FE17F2D908FDE2E6A16DA26B144B1LL7SwiftUI0I0Vvg","regions":[[68,36,76,6,0,0,0,0],[69,12,69,23,0,0,0,0],[69,24,71,10,0,0,0,0],[71,19,71,31,0,0,0,0],[71,32,73,10,0,0,0,0],[73,16,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV12shadowRadius33_3E1FE17F2D908FDE2E6A16DA26B144B1LL12CoreGraphics7CGFloatVvg","regions":[[78,39,80,6,0,0,0,0],[79,24,79,25,0,0,0,0],[79,28,79,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+CreateRuleButton.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16CreateRuleButtonV7shadowY33_3E1FE17F2D908FDE2E6A16DA26B144B1LL12CoreGraphics7CGFloatVvg","regions":[[82,34,84,6,0,0,0,0],[83,24,83,25,0,0,0,0],[83,28,83,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV15enableAnimationSbvpfi","regions":[[16,33,16,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV7allKeys33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSaySSGvpZfiA2FXEfU_","regions":[[27,65,27,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[29,56,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[30,24,30,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV15symbolPositions33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSaySS0I0_Si8keyIndextGvg","regions":[[34,68,42,6,0,0,0,0],[36,55,40,10,0,0,0,0],[37,44,39,14,0,0,0,0],[40,10,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg","regions":[[44,25,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_","regions":[[45,28,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_","regions":[[46,53,62,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_SSSgSSYbScMYccACYbcfu_","regions":[[48,79,48,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29AnimatedKeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAA05InputfH0V_AE0M0PAEE15foregroundColoryQrAE0Q0VSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AA06Outputf4WithE7SymbolsVtGG_AE4TextVtGyXEfU_A0_yXEfU_SSSgSSYbScMYccACYbcfu_A5_SSYbScMYccfu0_","regions":[[48,79,48,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg","regions":[[83,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_","regions":[[84,49,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_","regions":[[90,69,104,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_A18_yXEfU_","regions":[[91,36,103,18,0,0,0,0],[93,24,93,37,0,0,0,0],[93,38,93,66,0,0,0,0],[93,75,93,88,0,0,0,0],[93,89,93,118,0,0,0,0],[93,118,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17InputKeyboardGridV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A12_GSg_AWyAYSSAA15TransformKeycapVGtGGGtGyXEfU_A19_Si_AYtcfU_A18_yXEfU_A16_SScfU_","regions":[[95,46,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV15enableAnimationSbvpfi","regions":[[117,33,117,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV13_keycapFrames33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVySDySSSo6CGRectVGGvpfi","regions":[[120,57,120,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[122,56,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[123,24,123,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV13symbolTargets33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSDyS2SGvg","regions":[[127,49,135,6,0,0,0,0],[129,33,133,10,0,0,0,0],[130,47,132,14,0,0,0,0],[133,10,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV12parkingFrame33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSo6CGRectVvg","regions":[[146,38,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV14targetFrameFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySo6CGRectVSSF","regions":[[151,61,158,6,0,0,0,0],[154,9,156,10,0,0,0,0],[156,10,157,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg","regions":[[160,25,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_","regions":[[161,49,209,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_","regions":[[168,44,204,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_","regions":[[170,57,190,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_","regions":[[171,77,189,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_","regions":[[172,44,188,26,0,0,0,0],[174,32,174,45,0,0,0,0],[174,46,174,74,0,0,0,0],[174,83,174,96,0,0,0,0],[174,97,174,126,0,0,0,0],[174,126,188,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_A40_SScfU_","regions":[[176,54,187,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A44_yXEfU_A43_Si_A8_tcfU_A42_yXEfU_A40_SScfU_A38_AE13GeometryProxyVcfU_","regions":[[180,56,185,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_A49_yXEfU_A47_SScfU0_","regions":[[195,54,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33OutputKeyboardWithAnimatedSymbolsV4bodyQrvg7SwiftUI9TupleViewVyAE0N0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AiEE18onPreferenceChange_7performQrqd__m_y5ValueQyd__ctAE0wA0Rd__SQAYRQlFQOyAiEE15coordinateSpace4nameQrqd___tSHRd__lFQOyAE6ZStackVyAGyAE6VStackVyAE7ForEachVySaySi6offset_SaySSG7elementtGSiAE6HStackVyAGyAE19_ConditionalContentVyAiEE5frame5width6height9alignmentQrAR_ArE9AlignmentVtFQOyAE6SpacerV_Qo_A23_GSg_A6_yA8_SSAiEE10background_A18_Qrqd___A20_tAeHRd__lFQOyAA10KeycapSlotV_AE14GeometryReaderVyAiEE10preference3key5valueQrqd__m_AYtAeZRd__lFQOyAE5ColorV_AA011KeycapFrameW0VQo_GQo_GtGGGG_A6_yA8_SSAA14FloatingSymbolVGtGG_SSQo__A37_SDySSSo6CGRectVGSQHPA53_SQAOyHC_HCg1_Qo_tGyXEfU_yA54_cfU0_","regions":[[206,61,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeycapSlotV4bodyQrvg","regions":[[219,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10KeycapSlotV4bodyQrvg7SwiftUI9TupleViewVyAE06_ShapeK0VyAE16RoundedRectangleVAE5ColorVG_AE06StrokelK0VyAkmE05EmptyK0VGAE4TextVSgtGyXEfU_","regions":[[220,16,232,10,0,0,0,0],[222,36,222,67,0,0,0,0],[222,70,222,107,0,0,0,0],[224,38,224,68,0,0,0,0],[224,71,224,99,0,0,0,0],[227,16,227,27,0,0,0,0],[227,28,231,14,0,0,0,0],[231,14,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV15enableAnimationSbvpfi","regions":[[247,33,247,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV14springResponse33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[250,40,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV15dampingFraction33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[254,41,256,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV11wobbleAngle33_8B337F4DC42CDC8C89E9C9E8781F6F96LLSdvg","regions":[[258,37,260,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV17positionAnimation33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI0H0VSgvg","regions":[[263,47,265,6,0,0,0,0],[264,27,264,94,0,0,0,0],[264,97,264,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV9_rotation33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVyAF5AngleVGvpfi","regions":[[267,42,267,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV6_scale33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[268,41,268,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV11_wasVisible33_8B337F4DC42CDC8C89E9C9E8781F6F96LL7SwiftUI5StateVySbGvpfi","regions":[[269,43,269,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvg","regions":[[271,25,294,6,0,0,0,0],[278,34,278,37,0,0,0,0],[278,40,278,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvgySo6CGRectV_AFtcfU_","regions":[[282,40,286,14,0,0,0,0],[283,20,283,29,0,0,0,0],[283,47,285,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV4bodyQrvgySb_SbtcfU0_","regions":[[287,38,293,14,0,0,0,0],[288,20,288,30,0,0,0,0],[288,61,291,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV13triggerWobble33_8B337F4DC42CDC8C89E9C9E8781F6F96LLyyF","regions":[[296,34,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14FloatingSymbolV13triggerWobble33_8B337F4DC42CDC8C89E9C9E8781F6F96LLyyFyyXEfU_","regions":[[299,92,302,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14InsetBackPlaneV4bodyQrvg","regions":[[313,25,340,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeycapFramePreferenceV6reduce5value9nextValueySDySSSo6CGRectVGz_AIyXEtFZ","regions":[[347,90,349,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeycapFramePreferenceV6reduce5value9nextValueySDySSSo6CGRectVGz_AIyXEtFZA2H_AHtXEfU_","regions":[[348,34,348,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[364,56,366,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[365,24,365,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg","regions":[[368,25,443,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_","regions":[[369,28,437,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_","regions":[[370,53,431,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_","regions":[[372,57,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_","regions":[[378,82,396,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_A20_yXEfU_","regions":[[379,44,395,26,0,0,0,0],[381,32,381,45,0,0,0,0],[381,46,383,30,0,0,0,0],[383,39,383,52,0,0,0,0],[383,53,385,30,0,0,0,0],[385,30,395,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_","regions":[[387,54,394,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_","regions":[[405,57,430,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_","regions":[[411,82,429,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_","regions":[[412,44,428,26,0,0,0,0],[414,32,414,45,0,0,0,0],[414,46,416,30,0,0,0,0],[416,39,416,52,0,0,0,0],[416,53,418,30,0,0,0,0],[418,30,428,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_","regions":[[420,54,427,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21KeyboardTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE4TextV_Qo__AE7ForEachVySaySi6offset_SaySSG7elementtGSiAIyAGyAE19_ConditionalContentVyAmEE5frame5width6height9alignmentQrAV_AvE9AlignmentVtFQOyAE6SpacerV_Qo_A14_GSg_A_yA1_SSAA0F6KeycapVGtGGGtGG_AmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A24_tGG_AXtGyXEfU_A37_yXEfU_A23_yXEfU0_A21_Si_A1_tcfU_A20_yXEfU_A18_SScfU_SSyKXEfu_","regions":[[423,54,423,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TransformKeycapV4bodyQrvg","regions":[[453,25,466,6,0,0,0,0],[455,61,455,70,0,0,0,0],[455,73,455,81,0,0,0,0],[457,46,457,81,0,0,0,0],[457,57,457,65,0,0,0,0],[457,68,457,80,0,0,0,0],[457,84,457,94,0,0,0,0],[460,55,460,86,0,0,0,0],[460,89,460,126,0,0,0,0],[464,45,464,116,0,0,0,0],[464,56,464,82,0,0,0,0],[464,85,464,115,0,0,0,0],[464,119,464,147,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TransformKeycapV4bodyQrvgSbyKXEfu_","regions":[[460,44,460,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSF","regions":[[484,56,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV9outputFor33_8B337F4DC42CDC8C89E9C9E8781F6F96LLySSSgSSFSbAA0A7MappingVXEfU_","regions":[[485,24,485,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg","regions":[[488,25,572,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_","regions":[[489,28,566,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_","regions":[[490,50,560,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_","regions":[[492,57,511,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_","regions":[[500,40,510,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_","regions":[[501,64,509,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_A5_yXEfU_","regions":[[502,48,508,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A9_yXEfU_A7_yXEfU_A6_SScfU_A5_yXEfU_SSyKXEfu_","regions":[[507,74,507,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_","regions":[[517,57,559,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_","regions":[[522,61,558,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_","regions":[[524,44,537,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_","regions":[[525,66,531,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_A25_yXEfU_","regions":[[526,52,530,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A26_APcfU_A25_yXEfU_ARSScfU_","regions":[[527,62,529,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A30_yXEfU_A28_yXEfU0_","regions":[[533,48,536,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_","regions":[[544,44,557,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_","regions":[[545,88,551,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_","regions":[[546,52,550,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_ARSScfU_","regions":[[547,62,549,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A26_Si_APtcfU_A25_yXEfU_ARSScfU_SSyKXEfu_","regions":[[548,82,548,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_","regions":[[553,48,556,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_SSyKXEfu_","regions":[[554,74,554,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+KeyboardTransform.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19NumpadTransformGridV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AmIyAE7ForEachVySaySSGSSAKyAGyAA0F6KeycapV_AE0L0PAEE15foregroundColoryQrAE0T0VSgFQOyAtEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_ARtGGGGtGG_AtEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A18_AE9AlignmentVtFQOyAE7DividerV_Qo_AKyAGyAM_AIyAGyAKyAGyAOySayAPGApIyAOyAPSSARGGG_AIyAGyAR_ARtGGtGG_A4_AKyAGyAOySaySi6offset_AP7elementtGSiA26_G_A29_tGGtGGtGGtGG_AMtGyXEfU_A42_yXEfU_A40_yXEfU0_A38_yXEfU_A36_yXEfU0_A28_yXEfU0_SSyKXEfu0_","regions":[[555,74,555,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV06leaderA7DisplaySSvpfi","regions":[[13,36,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV10_isHovered33_499569A88EB5A0EB8337F8C64323106FLL7SwiftUI5StateVySbGvpfi","regions":[[18,36,18,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV19appLaunchIdentifier33_499569A88EB5A0EB8337F8C64323106FLLSSSgvg","regions":[[21,46,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV10isEditable33_499569A88EB5A0EB8337F8C64323106FLLSbvg","regions":[[25,34,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg","regions":[[29,25,147,6,0,0,0,0],[129,49,129,76,0,0,0,0],[129,79,129,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_","regions":[[30,49,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_","regions":[[31,32,121,14,0,0,0,0],[88,20,88,66,0,0,0,0],[88,67,120,18,0,0,0,0],[120,18,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A23_yXEfU_","regions":[[33,36,83,18,0,0,0,0],[35,24,35,45,0,0,0,0],[35,46,49,22,0,0,0,0],[49,22,83,18,0,0,0,0],[61,56,63,22,0,0,0,0],[63,28,68,22,0,0,0,0],[71,72,75,22,0,0,0,0],[75,22,83,18,0,0,0,0],[78,56,80,22,0,0,0,0],[80,22,83,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A23_yXEfU_ANyXEfU_","regions":[[36,44,43,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_SbyKXEfu_","regions":[[88,44,88,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_","regions":[[89,40,119,22,0,0,0,0],[90,55,101,26,0,0,0,0],[101,26,119,22,0,0,0,0],[103,59,114,26,0,0,0,0],[114,26,119,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_yyScMYccfU_","regions":[[91,36,93,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_A45_yXEfU0_","regions":[[93,38,99,30,0,0,0,0],[96,85,96,86,0,0,0,0],[96,89,96,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_yyScMYccfU1_","regions":[[104,36,106,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleG0VyAGyAIyAIyAE15ModifiedContentVyAGyAIyAE4TextV_AMtGGAA11KeycapStyleVG_AMtGSg_AKyAmQGAE0G0PAEE15foregroundColoryQrAE0S0VSgFQOyAwEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_AE012_ConditionalN0VyAA012RulesSummaryC10LaunchChipVAUGAMSgAC08behavioryG033_499569A88EB5A0EB8337F8C64323106FLL8behaviorQrAA0E8BehaviorO_tFQOy_Qo_SgAE6SpacerVtGG_A22_AGyAIyAwEE06buttonQ0yQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE6ButtonVyAwEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAwEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A39_AE9AlignmentVtFQOyA7__Qo__AE9RectangleVQo_G_AE011PlainButtonQ0VQo_Sg_A50_AwEEA32_A33_A34_A35_QrA39__A39_A41_tFQOyA22__Qo_tGGSgtGGyXEfU_A55_yXEfU_A52_yXEfU0_A45_yXEfU2_","regions":[[106,38,112,30,0,0,0,0],[109,85,109,86,0,0,0,0],[109,89,109,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgSbyKXEfu_","regions":[[129,36,129,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgySbcfU0_","regions":[[132,18,141,10,0,0,0,0],[134,16,134,26,0,0,0,0],[134,27,140,14,0,0,0,0],[135,20,135,28,0,0,0,0],[135,29,137,18,0,0,0,0],[137,24,139,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV4bodyQrvgyycfU1_","regions":[[142,23,146,10,0,0,0,0],[143,43,145,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF","regions":[[150,78,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyG0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleG0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_","regions":[[151,28,184,10,0,0,0,0],[152,20,152,28,0,0,0,0],[153,13,154,92,0,0,0,0],[156,13,172,18,0,0,0,0],[157,57,172,18,0,0,0,0],[160,24,160,45,0,0,0,0],[160,46,162,22,0,0,0,0],[162,28,171,22,0,0,0,0],[174,13,175,28,0,0,0,0],[177,13,182,18,0,0,0,0],[183,14,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV015behaviorSummaryG033_499569A88EB5A0EB8337F8C64323106FLL0H0QrAA0E8BehaviorO_tF7SwiftUI19_ConditionalContentVyAKyAC0H4ItemAELL4icon5label3keyQrSS_S2StFQOy_Qo_AKyAI05EmptyG0VAI7ForEachVySaySi6offset_SS_S2St7elementtGSiAI05TupleG0VyAI4TextVSg_APtGGGSgGAKyArPGGyXEfU_A1_Si_SS_S2SttcfU_","regions":[[163,82,170,26,0,0,0,0],[164,32,164,45,0,0,0,0],[164,46,168,30,0,0,0,0],[168,30,170,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV31extractBehaviorItemsInEditOrder33_499569A88EB5A0EB8337F8C64323106FLL4fromSaySS_S2StGAA08TapDanceI0V_tF","regions":[[189,107,209,6,0,0,0,0],[197,43,206,10,0,0,0,0],[199,45,199,57,0,0,0,0],[199,57,206,10,0,0,0,0],[202,56,202,77,0,0,0,0],[202,80,202,100,0,0,0,0],[203,54,203,74,0,0,0,0],[203,77,203,87,0,0,0,0],[206,10,208,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV12behaviorItem33_499569A88EB5A0EB8337F8C64323106FLL4icon5label3keyQrSS_S2StF","regions":[[212,86,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV12behaviorItem33_499569A88EB5A0EB8337F8C64323106FLL4icon5label3keyQrSS_S2StF7SwiftUI05TupleG0VyAI0G0PAIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__AI4TextVAA0A7CapChipVtGyXEfU_","regions":[[213,28,219,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV24formatModifierForDisplay33_499569A88EB5A0EB8337F8C64323106FLLyS2SF","regions":[[223,73,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV24formatModifierForDisplay33_499569A88EB5A0EB8337F8C64323106FLLyS2SFSSyKXEfu_","regions":[[230,42,230,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingRow.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MappingRowViewV06formatA11ForBehavior33_499569A88EB5A0EB8337F8C64323106FLLyS2SF","regions":[[233,64,279,6,0,0,0,0],[253,54,255,10,0,0,0,0],[255,10,278,43,0,0,0,0],[260,12,260,34,0,0,0,0],[260,35,263,10,0,0,0,0],[263,19,263,41,0,0,0,0],[263,42,266,10,0,0,0,0],[266,19,266,41,0,0,0,0],[266,42,269,10,0,0,0,0],[269,19,269,41,0,0,0,0],[269,42,272,10,0,0,0,0],[274,57,276,10,0,0,0,0],[276,10,278,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV16hasShiftVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[13,40,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV16hasShiftVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlV0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[14,27,14,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasCtrlVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[17,39,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasCtrlVariants33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlV0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[18,27,18,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasDescriptions33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvg","regions":[[21,39,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15hasDescriptions33_70D3925BEC2DD313EEF08BB5A9BD73B8LLSbvgSbSS5input_SS6outputSSSg13shiftedOutputAH04ctrlU0AH11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[22,27,22,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvg","regions":[[26,41,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgS2S5input_SS6outputSSSg13shiftedOutputAK04ctrlY0AK11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort_tXEfU_","regions":[[27,37,27,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgSbSS_SStXEfU0_","regions":[[27,73,27,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV14keyColumnWidth33_70D3925BEC2DD313EEF08BB5A9BD73B8LL12CoreGraphics7CGFloatVvgSSyKXEfu_","regions":[[27,101,27,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg","regions":[[31,25,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_","regions":[[32,49,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A20_yXEfU_","regions":[[34,32,53,14,0,0,0,0],[39,20,39,35,0,0,0,0],[39,36,42,18,0,0,0,0],[42,18,53,14,0,0,0,0],[45,20,45,36,0,0,0,0],[45,37,48,18,0,0,0,0],[48,18,53,14,0,0,0,0],[49,20,49,35,0,0,0,0],[49,36,52,18,0,0,0,0],[52,18,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_","regions":[[59,69,88,14,0,0,0,0],[61,20,61,40,0,0,0,0],[61,41,64,18,0,0,0,0],[64,18,88,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_","regions":[[66,36,85,18,0,0,0,0],[71,24,71,39,0,0,0,0],[71,40,74,22,0,0,0,0],[74,22,85,18,0,0,0,0],[77,24,77,40,0,0,0,0],[77,41,80,22,0,0,0,0],[80,22,85,18,0,0,0,0],[81,24,81,39,0,0,0,0],[81,40,84,22,0,0,0,0],[84,22,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_S2SXEfU_","regions":[[78,64,78,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAC10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_AE5ColorVtFQOy_Qo__Qo__Qo__Qo__A12_SgAiEEAX5width6heightA3_QrAU_AUA5_tFQOyA11__Qo_A18_SgA19_tGG_Qo__Qo__A10_Qo__AiEEAQyQrAO_AUtFQOyAE7ForEachVySaySi6offset_SS5input_SS6outputSSSg13shiftedOutputA30_10ctrlOutputA30_11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA0E8BehaviorOSg8behaviort7elementtGA38_AGyAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAE6SpacerV_Qo_Sg_AiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAWyAGyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC7keyCellA7_LLyQrSSFQOy_Qo__Qo__Qo__Qo__AiEEAxyZA_A0_A1_A2_A3_QrAU_A5UA5_tFQOyAC15descriptionCellA7_LLyQrA30_FQOy_Qo__Qo_SgAiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC10actionCellA7_LLyQrSSFQOy_Qo__Qo_AiEEAXA16_A17_A3_QrAU_AUA5_tFQOyAC12modifierCellA7_LL_A8_QrA30__A10_tFQOy_Qo__Qo_SgA65_tGG_Qo__Qo_tGG_Qo_tGyXEfU_A70_Si_SSA28__SSA29_A30_A31_A30_A32_A30_A33_SbA34_SbA35_A38_A39_A42_A43_ttcfU0_A66_yXEfU_S2SXEfU0_","regions":[[82,61,82,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV10headerCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSS_7SwiftUI5ColorVtF","regions":[[100,85,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV7keyCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSF","regions":[[107,55,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15descriptionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSSgF","regions":[[113,64,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV15descriptionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSSgFSSyKXEfu_","regions":[[114,22,114,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV10actionCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyQrSSF","regions":[[121,58,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12modifierCell33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_5colorQrSSSg_7SwiftUI5ColorVtF","regions":[[130,75,143,6,0,0,0,0],[131,21,137,10,0,0,0,0],[137,16,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV06prettyA4Name33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[145,57,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV06formatA10ForDisplay33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[152,63,208,6,0,0,0,0],[202,44,204,10,0,0,0,0],[204,10,207,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV28formatModifierPrefixNotation33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_12macModifiersS2S_SDyS2SGtF","regions":[[211,104,252,6,0,0,0,0],[225,15,225,28,0,0,0,0],[225,29,235,10,0,0,0,0],[227,54,234,14,0,0,0,0],[228,20,228,47,0,0,0,0],[228,48,233,18,0,0,0,0],[233,18,234,14,0,0,0,0],[234,14,235,10,0,0,0,0],[235,10,252,6,0,0,0,0],[238,43,238,46,0,0,0,0],[238,49,238,58,0,0,0,0],[239,88,242,10,0,0,0,0],[242,16,244,10,0,0,0,0],[247,12,247,27,0,0,0,0],[247,28,249,10,0,0,0,0],[249,16,251,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV28formatModifierPrefixNotation33_70D3925BEC2DD313EEF08BB5A9BD73B8LL_12macModifiersS2S_SDyS2SGtFSSyKXEfu_","regions":[[241,59,241,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12formatOutput33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SF","regions":[[255,59,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+MappingTable.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19MappingTableContentV12formatOutput33_70D3925BEC2DD313EEF08BB5A9BD73B8LLyS2SFSSSsXEfU_","regions":[[257,42,281,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV21_showingCustomPopover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[15,47,15,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV07_customA5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[16,41,16,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaF6ConfigVSgvg","regions":[[18,48,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfC","regions":[[22,82,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfcSSyKXEfu_","regions":[[26,70,26,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV10collection14onSelectOutputAcA14RuleCollectionV_ySSctcfcSSyKXEfu_SSyKXEfu0_","regions":[[26,106,26,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV14selectedPreset33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaI0VSgvg","regions":[[29,50,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV14selectedPreset33_1585CDEA11CAFBA56FA38A5F95871886LLAA0eaI0VSgvgSbAGXEfU_","regions":[[30,37,30,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[33,41,37,6,0,0,0,0],[34,37,34,53,0,0,0,0],[34,53,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA0eA6PresetVXEfU_","regions":[[35,44,35,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV17isCustomSelection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[36,16,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg","regions":[[39,25,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_","regions":[[40,50,109,10,0,0,0,0],[85,44,92,14,0,0,0,0],[92,23,92,40,0,0,0,0],[92,41,108,14,0,0,0,0],[108,14,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_","regions":[[42,32,81,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_AYyKXEfu_","regions":[[43,50,43,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_","regions":[[43,54,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_SbyKXEfu_","regions":[[48,80,48,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A_AXcfU_yycfU_","regions":[[49,23,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_yycfU0_","regions":[[61,19,64,18,0,0,0,0],[62,58,62,72,0,0,0,0],[62,75,62,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_","regions":[[65,82,80,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_yycfU_","regions":[[68,36,75,26,0,0,0,0],[70,32,70,74,0,0,0,0],[70,75,73,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A15_yXEfU_A13_ycfU1_yycfU0_","regions":[[76,35,78,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A50_yXEfU0_","regions":[[93,24,106,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06SingleA13PickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA0eA6PresetVGSSAA0F7SegmentVG_AiEE7popover11isPresented16attachmentAnchor05arrowN07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOALSgqd__yctAeHRd__lFQOyA__AA06CustomA7PopoverVQo_tGG_Qo__AE012_ConditionalG0VyAiEE2idyQrqd__SHRd__lFQOyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__AE17OpacityTransitionVQo__SSQo_AiEEAJyQrAN_ARtFQOyATyAGyA24__AE6SpacerVAE08ModifiedG0VyAiEE4fontyQrAE4FontVSgFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA24_G_AE15LinkButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo_GSgtGyXEfU_A50_yXEfU0_yyScMYccfU_","regions":[[98,36,101,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV14_hasInteracted33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[122,40,122,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0efG6ConfigVSgvg","regions":[[125,50,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfC","regions":[[129,82,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfcSSyKXEfu_","regions":[[133,74,133,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV10collection08onSelectF0AcA14RuleCollectionV_ySSctcfcSSyKXEfu_SSyKXEfu0_","regions":[[133,100,133,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV08selectedF033_1585CDEA11CAFBA56FA38A5F95871886LLAA0eF0VSgvg","regions":[[136,46,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV08selectedF033_1585CDEA11CAFBA56FA38A5F95871886LLAA0eF0VSgvgSbAGXEfU_","regions":[[137,31,137,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg","regions":[[140,25,174,6,0,0,0,0],[173,36,173,80,0,0,0,0],[173,83,173,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_","regions":[[141,50,170,10,0,0,0,0],[157,44,169,14,0,0,0,0],[169,14,170,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_","regions":[[143,33,154,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ANyKXEfu_","regions":[[144,44,144,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ApMcfU_","regions":[[144,48,153,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AQyXEfU_ApMcfU_yycfU_","regions":[[148,23,152,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24LayerPresetPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAE7ForEachVySayAA0eF0VGSSAA04MiniF4CardVGG_AE6VStackVyAGyAE4TextV_AA29AnimatedKeyboardTransformGridVtGGSgtGyXEfU_AYyXEfU0_","regions":[[158,57,168,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[184,36,184,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg","regions":[[191,25,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_","regions":[[192,34,223,10,0,0,0,0],[217,40,217,71,0,0,0,0],[217,74,217,111,0,0,0,0],[221,42,221,59,0,0,0,0],[221,62,221,108,0,0,0,0],[221,98,221,101,0,0,0,0],[221,104,221,107,0,0,0,0],[221,134,221,135,0,0,0,0],[221,138,221,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_","regions":[[193,53,212,14,0,0,0,0],[203,47,203,55,0,0,0,0],[203,58,203,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A14_yXEfU_","regions":[[195,24,202,18,0,0,0,0],[196,47,199,22,0,0,0,0],[199,22,202,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_","regions":[[206,36,211,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_","regions":[[207,62,210,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_SbAA0A7MappingVXEfU_","regions":[[208,60,208,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvg7SwiftUI4ViewPAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE10background_AIQrqd___AKtAeFRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAMyQrAQ_AUtFQOyAE6VStackVyAE05TupleK0VyAgEE15foregroundColoryQrAE0Y0VSgFQOyAE6HStackVyAYyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AE4TextVtGG_Qo__A3_yAE7ForEachVySaySSGSSAA0E6KeycapVGGtGG_Qo__Qo__AE06_ShapeK0VyAE16RoundedRectangleVA0_GQo__AE011StrokeShapeK0VyA31_A0_AE05EmptyK0VGQo_yXEfU_A24_yXEfU_A22_yXEfU0_A21_SScfU_SSyKXEfu_","regions":[[208,109,208,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14MiniPresetCardV4bodyQrvgySbcfU0_","regions":[[227,18,227,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10MiniKeycapV4bodyQrvg","regions":[[236,25,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV014_showingCustomE7Popover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[260,50,260,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV014_showingCustomF7Popover33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[261,51,261,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV07_customE5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[262,41,262,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV07_customF5Input33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySSGvpfi","regions":[[263,42,263,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV6config33_1585CDEA11CAFBA56FA38A5F95871886LLAA0efG6ConfigVSgvg","regions":[[265,46,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfC","regions":[[269,133,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSayAA06SingleA6PresetVGyKXEfu_","regions":[[274,45,274,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSayAA06SingleA6PresetVGyKXEfu0_","regions":[[275,47,275,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu1_","regions":[[276,70,276,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu1_SSyKXEfu2_","regions":[[276,98,276,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu3_","regions":[[277,72,277,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10collection08onSelectE6Output0jkfL0AcA14RuleCollectionV_ySScySSctcfcSSyKXEfu3_SSyKXEfu4_","regions":[[277,101,277,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10tapOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvg","regions":[[280,47,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV10tapOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvgAHyKXEfu_","regions":[[281,31,281,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11holdOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvg","regions":[[284,48,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11holdOptions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA06SingleA6PresetVGvgAHyKXEfu_","regions":[[285,32,285,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedE6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvg","regions":[[288,53,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedE6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvgSbAGXEfU_","regions":[[289,26,289,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedF6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvg","regions":[[292,54,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08selectedF6Preset33_1585CDEA11CAFBA56FA38A5F95871886LLAA06SingleaJ0VSgvgSbAGXEfU_","regions":[[293,27,293,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[296,44,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA06SingleA6PresetVXEfU_","regions":[[297,30,297,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomE9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[297,62,297,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[300,45,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbAA06SingleA6PresetVXEfU_","regions":[[301,31,301,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV08isCustomF9Selection33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[301,64,301,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV06customE12DisplayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[305,47,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV06customF12DisplayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[310,48,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV15displayLabelFor33_1585CDEA11CAFBA56FA38A5F95871886LLyS2SF","regions":[[315,61,322,6,0,0,0,0],[318,9,320,10,0,0,0,0],[320,10,321,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV11sfSymbolFor33_1585CDEA11CAFBA56FA38A5F95871886LLySSSgSSF","regions":[[325,58,332,6,0,0,0,0],[328,9,330,10,0,0,0,0],[330,10,331,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV12capsLockLost33_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[335,36,337,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV12capsLockLost33_1585CDEA11CAFBA56FA38A5F95871886LLSbvgSbyKXEfu_","regions":[[336,34,336,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg","regions":[[339,25,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_","regions":[[340,50,504,10,0,0,0,0],[488,16,488,28,0,0,0,0],[488,29,503,14,0,0,0,0],[503,14,504,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_","regions":[[342,53,412,14,0,0,0,0],[406,51,411,18,0,0,0,0],[411,18,412,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_","regions":[[347,36,403,18,0,0,0,0],[361,24,361,44,0,0,0,0],[361,45,370,22,0,0,0,0],[370,22,403,18,0,0,0,0],[373,55,373,61,0,0,0,0],[373,64,373,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_","regions":[[348,41,358,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_SbyKXEfu_","regions":[[353,73,353,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A3_A0_cfU_yycfU_","regions":[[354,27,357,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_yycfU0_","regions":[[367,27,369,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_yycfU1_","regions":[[377,23,380,22,0,0,0,0],[378,65,378,76,0,0,0,0],[378,79,378,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_","regions":[[381,89,402,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_yycfU_","regions":[[384,40,397,30,0,0,0,0],[386,36,386,92,0,0,0,0],[386,93,389,34,0,0,0,0],[389,40,395,34,0,0,0,0],[391,40,391,82,0,0,0,0],[391,83,394,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU_A22_yXEfU_A20_ycfU2_yycfU0_","regions":[[398,39,400,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_","regions":[[415,53,485,14,0,0,0,0],[479,52,484,18,0,0,0,0],[484,18,485,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_","regions":[[420,36,476,18,0,0,0,0],[434,24,434,45,0,0,0,0],[434,46,443,22,0,0,0,0],[443,22,476,18,0,0,0,0],[446,56,446,62,0,0,0,0],[446,65,446,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_","regions":[[421,42,431,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_SbyKXEfu_","regions":[[426,74,426,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A3_A0_cfU_yycfU_","regions":[[427,27,430,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_yycfU0_","regions":[[440,27,442,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_yycfU1_","regions":[[450,23,453,22,0,0,0,0],[451,67,451,79,0,0,0,0],[451,82,451,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_","regions":[[454,90,475,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_yycfU_","regions":[[457,40,470,30,0,0,0,0],[459,36,459,93,0,0,0,0],[459,94,462,34,0,0,0,0],[462,40,468,34,0,0,0,0],[464,40,464,82,0,0,0,0],[464,83,467,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A27_yXEfU0_A22_yXEfU_A20_ycfU2_yycfU0_","regions":[[471,39,473,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TapHoldPickerContentV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE4TextV_AE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAGyAE7ForEachVySayAA06SingleA6PresetVGSSAA0G7SegmentVG_AA18CustomValueSegmentVSgAmEE7popover11isPresented16attachmentAnchor05arrowQ07contentQrAE7BindingVySbG_AE23PopoverAttachmentAnchorOAPSgqd__yctAeLRd__lFQOyA3__AA06CustomA7PopoverVQo_tGG_Qo_AmEEANyQrAR_AVtFQOyAK_Qo_SgtGG_A28_AmEEANyQrAR_AVtFQOyAmEE10background_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEEANyQrAUFQOyAXyAGyAmEE4fontyQrAE4FontVSgFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AKtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVA39_GQo__Qo_SgtGyXEfU_A45_yXEfU1_","regions":[[489,36,496,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV19_showingSuggestions33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[518,45,518,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV21structuredSuggestions33_1585CDEA11CAFBA56FA38A5F95871886LLSayAA0E13RuleValidatorO10SuggestionOGvg","regions":[[521,73,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV07isValidA033_1585CDEA11CAFBA56FA38A5F95871886LLSbvg","regions":[[525,34,532,6,0,0,0,0],[527,12,527,62,0,0,0,0],[527,63,529,10,0,0,0,0],[529,10,531,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV12displayLabel33_1585CDEA11CAFBA56FA38A5F95871886LLSSvg","regions":[[535,38,542,6,0,0,0,0],[538,9,540,10,0,0,0,0],[540,10,541,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg","regions":[[544,25,643,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_","regions":[[545,50,637,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_","regions":[[550,53,613,14,0,0,0,0],[564,20,564,38,0,0,0,0],[564,71,594,18,0,0,0,0],[594,18,613,14,0,0,0,0],[597,20,597,70,0,0,0,0],[597,71,606,18,0,0,0,0],[608,25,608,42,0,0,0,0],[608,56,612,18,0,0,0,0],[612,18,613,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_yycfU_","regions":[[554,31,558,22,0,0,0,0],[555,28,555,38,0,0,0,0],[555,39,557,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_ySS_SStcfU0_","regions":[[559,45,561,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_","regions":[[565,32,592,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_","regions":[[566,69,591,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_","regions":[[567,94,590,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_yyScMYccfU_","regions":[[568,40,571,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_A78_yXEfU0_","regions":[[571,42,588,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A84_yXEfU1_A83_yXEfU_A82_Si_A33_tcfU_A78_yXEfU0_A73_yXEfU_","regions":[[572,56,583,38,0,0,0,0],[573,77,578,42,0,0,0,0],[578,42,583,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A96_yXEfU_A92_yXEfU2_","regions":[[598,40,605,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_","regions":[[618,20,636,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_yyScMYccfU_","regions":[[619,34,621,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AE6VStackVyAGyAE0K0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAmEE0N6SubmitAO_QrAE0R8TriggersV_yyctFQOyAmEE7focusedyQrAE10FocusStateV7BindingVySb_GFQOyAmEE14textFieldStyleyQrqd__AE0lyZ0Rd__lFQOyAE0lY0VyAIG_AE013RoundedBorderlyZ0VQo__Qo__Qo__SSQo__AmEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A20_A20_A20_A20_A20_AE9AlignmentVtFQOyAE06ScrollK0VyAE04LazyM0VyAE7ForEachVySaySi6offset_AA0E13RuleValidatorO10SuggestionO7elementtGSiAmEE06buttonZ0yQrqd__AE015PrimitiveButtonZ0Rd__lFQOyAE6ButtonVyAmEE12cornerRadius_11antialiasedQrA19__SbtFQOyAmEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeZ0Rd__lFQOyAmEE7paddingyQrA47__A20_tFQOyAmEEA49_yQrA47__A20_tFQOyAE6HStackVyAGyAmEEA9_5width6heightA16_QrA20__A20_A22_tFQOyAmEE15foregroundColoryQrAE5ColorVSgFQOyAmEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_Sg_AmEE9lineLimityQrSiSgFQOyAI_Qo_AE6SpacerVtGG_Qo__Qo__A56_Qo__Qo_G_AE011PlainButtonZ0VQo_GGG_Qo_SgAE19_ConditionalContentVyA51_yAGyAmEEA58_yQrA61_FQOyAmEEA54_yQrA57_FQOyA63__Qo__Qo__AItGGAIGSgtGGAE7DividerVA51_yAGyAE15ModifiedContentVyAmEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyA39_yAIG_Qo_AE31AccessibilityAttachmentModifierVG_A72_A101_yAmEEA36_yQrqd__AEA37_Rd__lFQOyAmEE8disabledyQrSbFQOyA109__Qo__AE023BorderedProminentButtonZ0VQo_A111_GtGGtGyXEfU_A119_yXEfU0_yyScMYccfU0_","regions":[[628,30,630,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit06CustomA7PopoverV4bodyQrvgyycfU0_","regions":[[640,19,642,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[653,36,653,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvg","regions":[[655,25,673,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealP003maxP00O6Height0qS00rS0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAE4TextV_Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeJ0VyAE16RoundedRectangleVAE5ColorVG_AA0F5ShapeVQo_Qo_yXEfU_","regions":[[656,32,668,10,0,0,0,0],[658,56,658,65,0,0,0,0],[658,68,658,76,0,0,0,0],[659,47,659,53,0,0,0,0],[659,56,659,64,0,0,0,0],[664,62,664,63,0,0,0,0],[664,66,664,82,0,0,0,0],[664,76,664,77,0,0,0,0],[664,80,664,81,0,0,0,0],[665,44,665,61,0,0,0,0],[665,64,665,119,0,0,0,0],[665,77,665,104,0,0,0,0],[665,107,665,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13PickerSegmentV4bodyQrvgySbcfU0_","regions":[[672,18,672,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SegmentShapeV4path2in7SwiftUI0B0VSo6CGRectV_tF","regions":[[680,40,719,6,0,0,0,0],[684,12,684,19,0,0,0,0],[684,28,686,10,0,0,0,0],[686,19,686,26,0,0,0,0],[686,27,700,10,0,0,0,0],[700,19,700,25,0,0,0,0],[700,26,714,10,0,0,0,0],[714,16,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV10_isHovered33_1585CDEA11CAFBA56FA38A5F95871886LL7SwiftUI5StateVySbGvpfi","regions":[[732,36,732,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg","regions":[[734,25,759,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE6HStackVyAE05TupleK0VyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeK0VyAE16RoundedRectangleVA2_G_AA0G5ShapeVQo_Qo_yXEfU_","regions":[[735,32,754,10,0,0,0,0],[745,43,745,49,0,0,0,0],[745,52,745,60,0,0,0,0],[750,57,750,58,0,0,0,0],[750,61,750,62,0,0,0,0],[751,40,751,57,0,0,0,0],[751,60,751,115,0,0,0,0],[751,73,751,100,0,0,0,0],[751,103,751,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT0AIQr12CoreGraphics7CGFloatVSg_A5vKtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAgEEAWyQrA__AVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE6HStackVyAE05TupleK0VyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo_Sg_AgEE9lineLimityQrSiSgFQOyAE4TextV_Qo_tGG_Qo__Qo__Qo__Qo__AgEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAE06_ShapeK0VyAE16RoundedRectangleVA2_G_AA0G5ShapeVQo_Qo_yXEfU_A21_yXEfU_","regions":[[736,32,744,14,0,0,0,0],[737,42,740,18,0,0,0,0],[740,18,744,14,0,0,0,0],[742,60,742,69,0,0,0,0],[742,72,742,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+Pickers.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CustomValueSegmentV4bodyQrvgySbcfU0_","regions":[[758,18,758,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV12_hasAppeared33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[15,38,15,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV10categories33_F335D18E4AE431DDE30D556CA384F520LLSayAA0E8CategoryOGvg","regions":[[17,43,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV10categories33_F335D18E4AE431DDE30D556CA384F520LLSayAA0E8CategoryOGvgSbAGXEfU_","regions":[[18,37,18,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg","regions":[[21,25,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_","regions":[[22,50,57,10,0,0,0,0],[55,36,55,37,0,0,0,0],[55,40,55,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_","regions":[[24,50,31,14,0,0,0,0],[25,77,27,18,0,0,0,0],[27,18,31,14,0,0,0,0],[28,75,30,18,0,0,0,0],[30,18,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_SbATXEfU_","regions":[[25,54,25,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU_SbATXEfU0_","regions":[[28,55,28,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_","regions":[[35,50,42,14,0,0,0,0],[36,76,38,18,0,0,0,0],[38,18,42,14,0,0,0,0],[39,77,41,18,0,0,0,0],[41,18,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_SbATXEfU_","regions":[[36,57,36,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_AWyXEfU0_SbATXEfU0_","regions":[[39,55,39,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE6HStackVyAGyAC04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitFQOy_Qo_Sg_AVtGG_Qo__AyiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEE7opacityyQrSdFQOyAiEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyANyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_Qo__Qo__SbQo_tGyXEfU_A27_yXEfU1_","regions":[[46,32,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvgyycfU0_","regions":[[58,19,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[59,67,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV04cardH033_F335D18E4AE431DDE30D556CA384F520LL3for5indexQrAA0E8CategoryO_SitF","regions":[[66,79,78,6,0,0,0,0],[71,36,71,37,0,0,0,0],[71,40,71,43,0,0,0,0],[72,32,72,33,0,0,0,0],[72,36,72,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV11commandsFor33_F335D18E4AE431DDE30D556CA384F520LLySayAA0A7MappingVGAA0E8CategoryOF","regions":[[80,71,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimCommandCardsViewV11commandsFor33_F335D18E4AE431DDE30D556CA384F520LLySayAA0A7MappingVGAA0E8CategoryOFSbAGXEfU_","regions":[[82,32,82,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO2idSSvg","regions":[[94,20,94,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO5titleSSvg","regions":[[96,23,103,6,0,0,0,0],[97,16,97,20,0,0,0,0],[98,9,98,39,0,0,0,0],[99,9,99,33,0,0,0,0],[100,9,100,31,0,0,0,0],[101,9,101,37,0,0,0,0],[102,10,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO4iconSSvg","regions":[[105,22,112,6,0,0,0,0],[106,16,106,20,0,0,0,0],[107,9,107,48,0,0,0,0],[108,9,108,34,0,0,0,0],[109,9,109,40,0,0,0,0],[110,9,110,44,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO13commandInputsSaySSGvg","regions":[[114,33,121,6,0,0,0,0],[115,16,115,20,0,0,0,0],[116,9,116,67,0,0,0,0],[117,9,117,49,0,0,0,0],[118,9,118,33,0,0,0,0],[119,9,119,36,0,0,0,0],[120,10,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11VimCategoryO11accentColor7SwiftUI0H0Vvg","regions":[[123,28,130,6,0,0,0,0],[124,16,124,20,0,0,0,0],[125,9,125,32,0,0,0,0],[126,9,126,31,0,0,0,0],[127,9,127,30,0,0,0,0],[128,9,128,32,0,0,0,0],[129,10,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[139,36,139,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg","regions":[[141,25,193,6,0,0,0,0],[181,81,181,84,0,0,0,0],[181,87,181,90,0,0,0,0],[185,66,185,69,0,0,0,0],[185,72,185,75,0,0,0,0],[185,101,185,102,0,0,0,0],[185,105,185,106,0,0,0,0],[187,34,187,38,0,0,0,0],[187,41,187,44,0,0,0,0],[188,65,188,68,0,0,0,0],[188,71,188,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_","regions":[[142,49,176,10,0,0,0,0],[163,16,163,39,0,0,0,0],[163,40,166,14,0,0,0,0],[166,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A29_yXEfU_","regions":[[144,32,160,14,0,0,0,0],[147,50,147,56,0,0,0,0],[147,59,147,79,0,0,0,0],[152,47,152,67,0,0,0,0],[152,70,152,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A52_yXEfU0_","regions":[[169,53,173,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0L0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeJRd__lFQOyAkEE5frame5width6heightAMQr12CoreGraphics7CGFloatVSg_AvOtFQOyAkEE12symbolEffect_7options5valueQrqd___7Symbols06SymbolX7OptionsVqd_0_tAZ014DiscreteSymbolX0Rd__AZ06SymbolX0Rd__SQRd_0_r0_lFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AZ012BounceSymbolX0VSbQo__Qo__AE06_ShapeL0VyAE16RoundedRectangleVA5_GQo__AE4TextVAE6SpacerVtGG_AkEE7paddingyQrAE4EdgeO3SetV_AVtFQOyAA0E16ArrowKeysCompactV_Qo_SgAE6VStackVyAE7ForEachVySayAA0A7MappingVG10Foundation4UUIDVAA0E17CommandRowCompactVGGA28_tGyXEfU_A52_yXEfU0_A51_A45_cfU_","regions":[[170,45,172,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15VimCategoryCardV4bodyQrvgySbcfU0_","regions":[[190,18,192,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg","regions":[[199,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_","regions":[[200,28,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_","regions":[[202,33,230,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ANyXEfU_","regions":[[204,58,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ATyXEfU0_","regions":[[213,36,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ATyXEfU0_ARyXEfU_","regions":[[215,40,219,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VimArrowKeysViewV4bodyQrvg7SwiftUI6HStackVyAE05TupleH0VyAE6VStackVyAIyAE4TextV_AMtGG_AKyAIyAA0efA0V_AGyAIyAQ_A2QtGGtGGAOtGGyXEfU_AVyXEfU_ANyXEfU1_","regions":[[223,57,229,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[243,36,243,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12_pulseOffset33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySo6CGSizeVGvpfi","regions":[[244,46,244,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V13_pulseOpacity33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySdGvpfi","regions":[[245,47,245,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V0F9DirectionO5arrowSSvg","regions":[[250,27,257,10,0,0,0,0],[251,20,251,24,0,0,0,0],[252,13,252,28,0,0,0,0],[253,13,253,30,0,0,0,0],[254,13,254,30,0,0,0,0],[255,13,255,31,0,0,0,0],[256,14,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V0F9DirectionO6offsetSo6CGSizeVvg","regions":[[259,28,266,10,0,0,0,0],[260,20,260,24,0,0,0,0],[261,13,261,52,0,0,0,0],[262,13,262,53,0,0,0,0],[263,13,263,54,0,0,0,0],[264,13,264,54,0,0,0,0],[265,14,266,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvg","regions":[[269,25,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7opacityyQrSdFQOyAiEE6offsetyQrSo6CGSizeVFQOyAE4TextV_Qo__Qo__AiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE10background_ASQrqd___AUtAeHRd__lFQOyAiEE5frame5width6heightASQr12CoreGraphics7CGFloatVSg_A1_AUtFQOyAO_Qo__AE06_ShapeK0VyAE16RoundedRectangleVAE5ColorVGQo__AE06StrokezK0VyA6_A8_AE05EmptyK0VGQo_tGyXEfU_","regions":[[270,16,291,10,0,0,0,0],[281,46,281,51,0,0,0,0],[281,54,281,62,0,0,0,0],[289,45,289,68,0,0,0,0],[289,71,289,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V4bodyQrvgySbcfU0_","regions":[[292,18,297,10,0,0,0,0],[294,16,294,24,0,0,0,0],[294,25,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12triggerPulse33_F335D18E4AE431DDE30D556CA384F520LLyyF","regions":[[300,33,310,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08VimArrowA0V12triggerPulse33_F335D18E4AE431DDE30D556CA384F520LLyyFyyXEfU_","regions":[[306,48,309,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg","regions":[[319,25,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_","regions":[[320,29,350,10,0,0,0,0],[325,47,329,14,0,0,0,0],[329,14,350,10,0,0,0,0],[334,16,334,44,0,0,0,0],[334,45,340,14,0,0,0,0],[340,14,350,10,0,0,0,0],[343,16,343,41,0,0,0,0],[343,42,349,14,0,0,0,0],[349,14,350,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_AKyXEfU_","regions":[[335,36,339,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13VimCommandRowV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE4TextVSgAE6SpacerVAE6HStackVyAKGSgARtGyXEfU_AKyXEfU0_","regions":[[344,36,348,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg","regions":[[359,25,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAA0eA5BadgeVG_AE4TextVtGyXEfU_","regions":[[360,28,367,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19VimArrowKeysCompactV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySSGSSAA0eA5BadgeVG_AE4TextVtGyXEfU_ALSScfU_","regions":[[361,55,363,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV10_isHovered33_F335D18E4AE431DDE30D556CA384F520LL7SwiftUI5StateVySbGvpfi","regions":[[377,36,377,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV4bodyQrvg","regions":[[379,25,391,6,0,0,0,0],[382,42,382,48,0,0,0,0],[382,51,382,56,0,0,0,0],[386,39,386,44,0,0,0,0],[386,47,386,66,0,0,0,0],[388,38,388,41,0,0,0,0],[388,44,388,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03VimA5BadgeV4bodyQrvgySbcfU_","regions":[[390,22,390,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08StandardA5BadgeV5color7SwiftUI5ColorVvpfi","regions":[[399,24,399,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit08StandardA5BadgeV4bodyQrvg","regions":[[401,25,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VimCommandRowCompactV4bodyQrvg","regions":[[420,25,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView+VimCards.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VimCommandRowCompactV4bodyQrvg7SwiftUI9TupleViewVyAA08StandardA5BadgeV_AE0M0PAEE9lineLimityQrSiSgFQOyAE4TextV_Qo_SgAE6SpacerVAOSgATtGyXEfU_","regions":[[421,28,446,10,0,0,0,0],[426,47,431,14,0,0,0,0],[431,14,446,10,0,0,0,0],[436,16,436,44,0,0,0,0],[436,45,440,14,0,0,0,0],[440,14,446,10,0,0,0,0],[441,16,441,41,0,0,0,0],[441,42,445,14,0,0,0,0],[445,14,446,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20HomeRowModsEditStateV2id10Foundation4UUIDVvpfi","regions":[[10,14,10,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28HomeRowLayerTogglesEditStateV2id10Foundation4UUIDVvpfi","regions":[[17,14,17,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ChordGroupsEditStateV2id10Foundation4UUIDVvpfi","regions":[[24,14,24,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesEditStateV2id10Foundation4UUIDVvpfi","regions":[[30,14,30,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV25_showingResetConfirmation33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[36,51,36,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20_showingNewRuleSheet33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[37,46,37,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21_settingsToastManager33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVyAA06WizardiJ0CGvpfi","regions":[[38,47,38,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20_createButtonHovered33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySbGvpfi","regions":[[39,46,39,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16_stableSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySay10Foundation4UUIDVGGvpfi","regions":[[41,50,41,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV18_pendingSelections33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySDy10Foundation4UUIDVSSGGvpfi","regions":[[43,60,43,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV15_pendingToggles33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySDy10Foundation4UUIDVSbGGvpfi","regions":[[45,55,45,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV11_appKeymaps33_8B0132A1B084DD9C06E9957F93C2B13FLL7SwiftUI5StateVySayAA0C6KeymapVGGvpfi","regions":[[50,50,50,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV7catalog33_8B0132A1B084DD9C06E9957F93C2B13FLLAA21RuleCollectionCatalogVvpfi","regions":[[51,27,51,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV011totalCustomE5Count33_8B0132A1B084DD9C06E9957F93C2B13FLLSivg","regions":[[54,44,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV011totalCustomE5Count33_8B0132A1B084DD9C06E9957F93C2B13FLLSivgSayAA0cA8OverrideVGAA0C6KeymapVcfu_","regions":[[55,62,55,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV012hasAnyCustomE033_8B0132A1B084DD9C06E9957F93C2B13FLLSbvg","regions":[[59,41,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV012hasAnyCustomE033_8B0132A1B084DD9C06E9957F93C2B13FLLSbvgSbyKXEfu_","regions":[[60,47,60,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[64,43,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSSAA10CustomRuleVXEfU_","regions":[[66,18,66,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customeG2Id33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSSAA0C6KeymapVcfu_","regions":[[68,39,68,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvg","regions":[[73,50,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgA2GXEfU_","regions":[[75,49,82,10,0,0,0,0],[77,109,79,14,0,0,0,0],[79,14,81,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV14allCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgA2GXEfU_SbAGXEfU_","regions":[[77,74,77,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17sortedCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvg","regions":[[86,53,96,6,0,0,0,0],[87,45,87,70,0,0,0,0],[87,70,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17sortedCollections33_8B0132A1B084DD9C06E9957F93C2B13FLLSayAA14RuleCollectionVGvgSbAG_AGtXEfU_","regions":[[88,38,95,10,0,0,0,0],[91,18,93,14,0,0,0,0],[93,14,94,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyF","regions":[[99,47,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFSbAA14RuleCollectionVcfu_","regions":[[100,45,100,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFAhA14RuleCollectionVcfu0_","regions":[[100,62,100,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFSbAA14RuleCollectionVXEfU_","regions":[[101,46,101,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV16computeSortOrder33_8B0132A1B084DD9C06E9957F93C2B13FLLSay10Foundation4UUIDVGyFAhA14RuleCollectionVcfu1_","regions":[[101,68,101,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06customE5Title33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[105,42,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtF","regions":[[111,107,205,6,0,0,0,0],[127,75,127,76,0,0,0,0],[128,17,128,156,0,0,0,0],[128,48,128,127,0,0,0,0],[128,130,128,155,0,0,0,0],[149,43,149,53,0,0,0,0],[149,56,149,59,0,0,0,0],[150,57,153,14,0,0,0,0],[153,17,153,20,0,0,0,0],[154,58,156,14,0,0,0,0],[156,17,156,20,0,0,0,0],[157,59,159,14,0,0,0,0],[159,17,159,20,0,0,0,0],[160,64,162,14,0,0,0,0],[162,17,162,20,0,0,0,0],[163,61,165,14,0,0,0,0],[165,17,165,20,0,0,0,0],[166,68,168,14,0,0,0,0],[168,17,168,20,0,0,0,0],[169,80,171,14,0,0,0,0],[171,17,171,20,0,0,0,0],[172,77,174,14,0,0,0,0],[174,17,174,20,0,0,0,0],[175,84,177,14,0,0,0,0],[177,17,177,20,0,0,0,0],[178,64,180,14,0,0,0,0],[180,17,180,20,0,0,0,0],[181,61,183,14,0,0,0,0],[183,17,183,20,0,0,0,0],[184,60,186,14,0,0,0,0],[186,17,186,20,0,0,0,0],[187,57,189,14,0,0,0,0],[189,17,189,20,0,0,0,0],[190,64,192,14,0,0,0,0],[192,17,192,20,0,0,0,0],[193,98,195,14,0,0,0,0],[195,17,195,20,0,0,0,0],[196,98,198,14,0,0,0,0],[198,17,198,20,0,0,0,0],[199,91,201,14,0,0,0,0],[201,17,201,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_","regions":[[113,53,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu0_","regions":[[115,17,115,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu1_","regions":[[116,17,116,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu_SbyKXEfu2_","regions":[[117,17,117,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu3_","regions":[[119,60,119,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu4_","regions":[[119,85,119,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu5_","regions":[[119,112,119,139,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu6_","regions":[[119,143,119,165,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu7_","regions":[[119,169,119,190,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu8_","regions":[[120,13,121,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu9_","regions":[[121,27,121,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSSyKXEfu10_","regions":[[126,38,126,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu11_","regions":[[127,49,127,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSiyKXEfu12_","regions":[[128,125,128,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSbyKXEfu13_","regions":[[129,57,129,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFSS5input_SS6outputSSSg13shiftedOutputAO10ctrlOutputAO11descriptionSb12sectionBreakSb7enabled10Foundation4UUIDV2idAA15MappingBehaviorOSg8behaviortAA0A7MappingVXEfU_","regions":[[130,47,132,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySbcfU0_","regions":[[133,23,141,14,0,0,0,0],[136,20,136,25,0,0,0,0],[136,26,138,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySbcfU0_yyYacfU_","regions":[[140,22,140,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU1_","regions":[[150,57,153,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU1_yyYacfU_","regions":[[152,22,152,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU2_","regions":[[154,58,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU2_yyYacfU_","regions":[[155,22,155,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU3_","regions":[[157,59,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU3_yyYacfU_","regions":[[158,22,158,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI10ModsConfigVcfU4_","regions":[[160,64,162,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI10ModsConfigVcfU4_yyYacfU_","regions":[[161,22,161,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU5_","regions":[[163,61,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU6_","regions":[[166,68,168,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI18LayerTogglesConfigVcfU7_","regions":[[169,80,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA04HomeI18LayerTogglesConfigVcfU7_yyYacfU_","regions":[[170,22,170,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU8_","regions":[[172,77,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU9_","regions":[[175,84,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA17ChordGroupsConfigVcfU10_","regions":[[178,64,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA17ChordGroupsConfigVcfU10_yyYacfU_","regions":[[179,22,179,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU11_","regions":[[181,61,183,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA15SequencesConfigVcfU12_","regions":[[184,60,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA15SequencesConfigVcfU12_yyYacfU_","regions":[[185,22,185,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyycfU13_","regions":[[187,57,189,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU14_","regions":[[190,64,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFySScfU14_yyYacfU_","regions":[[191,22,191,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA06WindowA10ConventionOcfU15_","regions":[[193,98,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA06WindowA10ConventionOcfU15_yyYacfU_","regions":[[194,22,194,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA08FunctionA4ModeOcfU16_","regions":[[196,98,198,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA08FunctionA4ModeOcfU16_yyYacfU_","regions":[[197,22,197,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA18LauncherGridConfigVcfU17_","regions":[[199,91,201,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrAA14RuleCollectionV_7SwiftUI06ScrollgU0VtFyAA18LauncherGridConfigVcfU17_yyYacfU_","regions":[[200,22,200,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg","regions":[[207,25,464,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_","regions":[[208,28,327,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_","regions":[[210,33,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU_","regions":[[211,24,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU0_","regions":[[214,26,216,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU1_","regions":[[224,24,226,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU2_","regions":[[226,26,228,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_yyScMYccfU3_","regions":[[234,24,236,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A33_yXEfU_A11_yXEfU4_","regions":[[236,26,238,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_","regions":[[252,30,325,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_","regions":[[253,28,324,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_","regions":[[254,40,321,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SbyKXEfu_","regions":[[262,36,262,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SbyKXEfu_SbAA10CustomRuleVcfu0_","regions":[[262,73,262,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_SS5input_SS6outputSSSg13shiftedOutputA89_10ctrlOutputA89_11descriptionSb12sectionBreakSb7enabledA68_A56_AA15MappingBehaviorOSg8behaviortAA10CustomRuleVXEfU_","regions":[[263,69,263,180,0,0,0,0],[263,122,263,125,0,0,0,0],[263,128,263,136,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_ySbcfU0_","regions":[[265,39,271,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_ySbcfU0_yyYacfU_","regions":[[266,38,270,34,0,0,0,0],[267,75,269,38,0,0,0,0],[269,38,270,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU1_","regions":[[272,44,281,30,0,0,0,0],[274,103,280,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU1_SbAA10CustomRuleVXEfU_","regions":[[274,86,274,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU2_","regions":[[282,46,284,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yA68_cfU2_yyYacfU_","regions":[[283,38,283,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU3_","regions":[[285,46,287,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yAA0C6KeymapV_AA0cA8OverrideVtcfU4_","regions":[[288,44,300,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_yycfU5_","regions":[[302,48,305,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE06buttonT0yQrqd__AE015PrimitiveButtonT0Rd__lFQOyAE6ButtonVyAE5LabelVyAE4TextVAE5ImageVGG_AE023BorderedProminentButtonT0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AE6SpacerVAYyAiEEAZyQrA0_FQOyAiEEA1_yQrqd__AEA2_Rd__lFQOyA12__AE014BorderedButtonT0VQo__Qo_A18_GAYyAiEE4tintyQrAE5ColorVSgFQOyA25__Qo_A18_GtGG_Qo__Qo__A29_Qo__AE7DividerVAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAE06ScrollG6ReaderVyAE06ScrollG0VyAiEEAQyQrAO_AUtFQOyAiEEAQyQrAO_AUtFQOyAE6VStackVyAGyAiEEAQyQrAO_AUtFQOyAiEE2idyQrqd__SHRd__lFQOyAA23ExpandableCollectionRowV_SSQo__Qo__AE7ForEachVySayAA14RuleCollectionVG10Foundation4UUIDVAiEEAQyQrAO_AUtFQOyAiEEA56_yQrqd__SHRd__lFQOyAC13collectionRow33_8B0132A1B084DD9C06E9957F93C2B13FLL3for11scrollProxyQrA64__AE06ScrollG5ProxyVtFQOy_Qo__SSQo__Qo_GtGG_Qo__Qo_GG_Qo_tGyXEfU_A83_A74_cfU0_A82_yXEfU_A79_yXEfU_A77_A64_cfU6_","regions":[[316,52,320,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE6zIndexyQrSdFQOyAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAgEEAKyQrAO_AStFQOyAA05ToastG0V_Qo__Qo__AeJPAEE8combined4withQrqd___tAeJRd__lFQOyAE04MoveM0V_AE07OpacityM0VQo_Qo__Qo_SgyXEfU0_","regions":[[331,35,339,10,0,0,0,0],[332,62,338,14,0,0,0,0],[338,14,339,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgyycfU1_","regions":[[341,19,349,10,0,0,0,0],[344,16,344,39,0,0,0,0],[344,40,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[350,85,352,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_","regions":[[353,45,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_AA0ijK6ConfigVyYbcfU_","regions":[[356,26,356,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_AA0ijK6ConfigVyYbcfU_AJyKXEfu_","regions":[[356,84,356,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVYbcfU0_","regions":[[357,26,357,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVcfU1_","regions":[[359,25,364,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yAA0ijK6ConfigVcfU1_yyYacfU_","regions":[[360,26,362,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016HomeRowModsModalG0VAA0ijK9EditStateVcfU3_yycfU2_","regions":[[365,27,367,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_","regions":[[371,53,388,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_AA0ijkL6ConfigVyYbcfU_","regions":[[374,26,374,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_AA0ijkL6ConfigVyYbcfU_AJyKXEfu_","regions":[[374,92,374,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVYbcfU0_","regions":[[375,26,375,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVcfU1_","regions":[[377,25,382,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yAA0ijkL6ConfigVcfU1_yyYacfU_","regions":[[378,26,380,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA024HomeRowLayerTogglesModalG0VAA0ijkL9EditStateVcfU4_yycfU2_","regions":[[383,27,385,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_","regions":[[389,45,411,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_","regions":[[392,26,398,22,0,0,0,0],[394,133,396,26,0,0,0,0],[396,26,397,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_SbAA14RuleCollectionVXEfU_","regions":[[394,95,394,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_AJyKXEfu_","regions":[[395,89,395,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_AA0iJ6ConfigVyYbcfU_AJyKXEfu0_","regions":[[397,88,397,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVYbcfU0_","regions":[[399,26,399,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVcfU1_","regions":[[401,25,406,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yAA0iJ6ConfigVcfU1_yyYacfU_","regions":[[402,26,404,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA016ChordGroupsModalG0VAA0iJ9EditStateVcfU5_yycfU2_","regions":[[407,27,409,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_","regions":[[412,43,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_","regions":[[415,26,421,22,0,0,0,0],[417,133,419,26,0,0,0,0],[419,26,420,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_SbAA14RuleCollectionVXEfU_","regions":[[417,95,417,131,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_AJyKXEfu_","regions":[[418,87,418,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_AA0I6ConfigVyYbcfU_AJyKXEfu0_","regions":[[420,86,420,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVYbcfU0_","regions":[[422,26,422,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVcfU1_","regions":[[424,25,429,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yAA0I6ConfigVcfU1_yyYacfU_","regions":[[425,26,427,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvgAA014SequencesModalG0VAA0I9EditStateVcfU6_yycfU2_","regions":[[430,27,432,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_","regions":[[435,68,448,10,0,0,0,0],[436,64,447,14,0,0,0,0],[447,14,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_yAA0nO6ChoiceOcfU_","regions":[[439,31,441,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI0G0PAEE26interactiveDismissDisabledyQrSbFQOyAA28RuleConflictResolutionDialogV_Qo_SgycfU7_yycfU0_","regions":[[442,31,444,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_","regions":[[449,80,457,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU_","regions":[[450,45,450,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU0_","regions":[[451,43,453,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ButtonVyAE4TextVG_A2LtGyXEfU8_yyScMYccfU1_","regions":[[454,49,456,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV4bodyQrvg7SwiftUI4TextVyXEfU9_","regions":[[457,20,463,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[467,42,489,6,0,0,0,0],[469,99,471,10,0,0,0,0],[471,10,488,23,0,0,0,0],[474,80,476,10,0,0,0,0],[476,10,488,23,0,0,0,0],[479,112,485,10,0,0,0,0],[482,16,482,25,0,0,0,0],[482,117,484,14,0,0,0,0],[484,14,485,10,0,0,0,0],[485,10,488,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSbAA14RuleCollectionVXEfU_","regions":[[479,63,479,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA033_8B0132A1B084DD9C06E9957F93C2B13FLLSSvgSbyKXEfu_","regions":[[481,83,481,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV013currentLeaderA7Display33_8B0132A1B084DD9C06E9957F93C2B13FLLSSvg","regions":[[492,49,494,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicCollectionDescription33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tF","regions":[[499,89,507,6,0,0,0,0],[501,58,503,10,0,0,0,0],[503,10,506,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tF","regions":[[510,90,524,6,0,0,0,0],[511,79,513,10,0,0,0,0],[513,10,523,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu_","regions":[[516,53,516,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu_SSyKXEfu0_","regions":[[516,88,516,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu1_","regions":[[517,55,517,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu1_SSyKXEfu2_","regions":[[517,91,517,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSbAA06SingleA6PresetVXEfU_","regions":[[520,48,520,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu3_","regions":[[520,85,520,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSbAA06SingleA6PresetVXEfU0_","regions":[[521,50,521,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV28dynamicTapHoldActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tFSSyKXEfu4_","regions":[[521,88,521,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV26dynamicLauncherDescription33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tF","regions":[[527,87,543,6,0,0,0,0],[528,78,530,10,0,0,0,0],[530,10,543,6,0,0,0,0],[532,16,532,37,0,0,0,0],[533,9,539,14,0,0,0,0],[534,20,534,43,0,0,0,0],[535,13,536,97,0,0,0,0],[537,13,538,93,0,0,0,0],[540,9,541,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV29dynamicLauncherActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tF","regions":[[546,90,562,6,0,0,0,0],[547,78,549,10,0,0,0,0],[549,10,562,6,0,0,0,0],[551,16,551,37,0,0,0,0],[552,9,558,14,0,0,0,0],[553,20,553,43,0,0,0,0],[554,13,555,40,0,0,0,0],[556,13,557,39,0,0,0,0],[559,9,560,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV29dynamicLauncherActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA14RuleCollectionV_tFSSyKXEfu_","regions":[[548,49,548,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicActivationHint33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSSgAA14RuleCollectionV_tF","regions":[[565,83,576,6,0,0,0,0],[567,58,569,10,0,0,0,0],[569,10,575,41,0,0,0,0],[571,59,573,10,0,0,0,0],[573,10,575,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tF","regions":[[579,82,624,6,0,0,0,0],[581,81,583,10,0,0,0,0],[583,10,623,61,0,0,0,0],[589,91,591,10,0,0,0,0],[591,16,593,10,0,0,0,0],[600,37,606,10,0,0,0,0],[602,16,602,52,0,0,0,0],[602,53,604,14,0,0,0,0],[604,14,605,56,0,0,0,0],[606,10,623,61,0,0,0,0],[609,89,611,10,0,0,0,0],[611,16,613,10,0,0,0,0],[619,12,619,48,0,0,0,0],[619,49,621,10,0,0,0,0],[621,10,623,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu_","regions":[[597,55,597,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu_SSyKXEfu0_","regions":[[597,93,597,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSbAA06SingleA6PresetVXEfU_","regions":[[598,54,598,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu1_","regions":[[598,96,598,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSbAA06SingleA6PresetVXEfU0_","regions":[[616,63,616,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV21dynamicCollectionName33_8B0132A1B084DD9C06E9957F93C2B13FLL3forSSAA04RuleI0V_tFSSyKXEfu2_","regions":[[616,106,616,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV24formatModifierForDisplay33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SF","regions":[[627,73,635,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV24formatModifierForDisplay33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SFSSyKXEfu_","regions":[[634,42,634,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06formatA10WithSymbol33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SF","regions":[[638,63,659,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06formatA10WithSymbol33_8B0132A1B084DD9C06E9957F93C2B13FLLyS2SFSSyKXEfu_","regions":[[658,48,658,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV18openConfigInEditor33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[661,39,664,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV17openBackupsFolder33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[666,38,669,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20resetToDefaultConfig33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[671,41,685,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV20resetToDefaultConfig33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_","regions":[[672,14,684,10,0,0,0,0],[673,16,681,14,0,0,0,0],[674,63,681,14,0,0,0,0],[681,21,683,14,0,0,0,0],[683,14,684,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyF","regions":[[689,35,696,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_","regions":[[690,14,695,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[692,33,694,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV04loadC7Keymaps33_8B0132A1B084DD9C06E9957F93C2B13FLLyyFyyYacfU_yyYbScMYcXEfU_SbAA0C6KeymapV_AGtXEfU_","regions":[[693,45,693,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtF","regions":[[698,77,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_","regions":[[699,14,716,10,0,0,0,0],[703,16,713,14,0,0,0,0],[704,20,704,51,0,0,0,0],[704,52,706,18,0,0,0,0],[705,116,706,18,0,0,0,0],[706,24,708,18,0,0,0,0],[707,80,708,18,0,0,0,0],[708,18,713,14,0,0,0,0],[710,67,713,14,0,0,0,0],[713,21,715,14,0,0,0,0],[715,14,716,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/RulesSummaryView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12RulesTabViewV06deleteC4Rule33_8B0132A1B084DD9C06E9957F93C2B13FLL6keymap8overrideyAA0C6KeymapV_AA0cA8OverrideVtFyyYacfU_SbAKXEfU_","regions":[[701,47,701,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyF","regions":[[8,36,61,6,0,0,0,0],[9,56,12,10,0,0,0,0],[12,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFSbyYacfU_","regions":[[17,28,21,14,0,0,0,0],[18,37,18,53,0,0,0,0],[18,53,20,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFSayAA0A7MappingVGSSKcfU0_","regions":[[22,27,26,14,0,0,0,0],[23,37,23,50,0,0,0,0],[23,50,25,42,0,0,0,0],[24,92,25,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU1_","regions":[[31,25,33,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU2_","regions":[[34,27,36,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFySScfU3_","regions":[[37,24,44,14,0,0,0,0],[41,96,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFySScfU4_","regions":[[45,24,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyycfU5_","regions":[[49,22,51,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23startConfigFileWatchingyyFyyYacfU6_","regions":[[57,53,60,10,0,0,0,0],[58,33,58,43,0,0,0,0],[58,43,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigHotReload.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22stopConfigFileWatchingyyF","regions":[[64,35,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11ConfigErrorO16errorDescriptionSSSgvg","regions":[[12,39,23,10,0,0,0,0],[13,20,13,24,0,0,0,0],[14,13,15,65,0,0,0,0],[16,13,17,51,0,0,0,0],[18,13,19,78,0,0,0,0],[20,13,21,81,0,0,0,0],[22,14,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19backupCurrentConfigyyYaF","regions":[[27,38,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21restoreLastGoodConfigyyYaKF","regions":[[33,47,35,6,0,0,0,0],[34,58,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26saveGeneratedConfigurationyySSYaKF","regions":[[38,75,61,6,0,0,0,0],[53,12,53,26,0,0,0,0],[53,59,57,10,0,0,0,0],[57,44,60,10,0,0,0,0],[60,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26saveGeneratedConfigurationyySSYaKFSb7success_SSSg12errorMessagetyYacfU_","regions":[[43,28,47,14,0,0,0,0],[44,37,44,82,0,0,0,0],[44,82,46,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17saveConfiguration5input6outputySS_SStYaKF","regions":[[63,72,88,6,0,0,0,0],[80,12,80,26,0,0,0,0],[80,59,84,10,0,0,0,0],[84,44,87,10,0,0,0,0],[87,10,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConfigMaintenance.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17saveConfiguration5input6outputySS_SStYaKFSb7success_SSSg12errorMessagetyYacfU_","regions":[[70,28,74,14,0,0,0,0],[71,37,71,82,0,0,0,0],[71,82,73,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27createInitialConfigIfNeededyyYaF","regions":[[12,46,19,6,0,0,0,0],[13,12,15,10,0,0,0,0],[14,73,15,10,0,0,0,0],[15,17,18,10,0,0,0,0],[18,10,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC32createDefaultUserConfigIfMissingSbyYaF","regions":[[23,59,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18validateConfigFileSb7isValid_SaySSG6errorstyYaF","regions":[[29,74,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30backupFailedConfigAndApplySafe06failedI08mappingsS2S_SayAA0A7MappingVGtYaKF","regions":[[35,5,40,6,0,0,0,0],[39,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaF","regions":[[45,54,120,6,0,0,0,0],[48,12,48,43,0,0,0,0],[48,44,57,10,0,0,0,0],[57,10,120,6,0,0,0,0],[63,12,63,35,0,0,0,0],[63,36,73,10,0,0,0,0],[73,10,120,6,0,0,0,0],[76,12,76,56,0,0,0,0],[76,57,89,10,0,0,0,0],[83,16,83,24,0,0,0,0],[83,25,88,14,0,0,0,0],[88,14,89,10,0,0,0,0],[89,10,120,6,0,0,0,0],[94,12,94,31,0,0,0,0],[94,32,103,10,0,0,0,0],[103,16,119,10,0,0,0,0],[109,16,109,25,0,0,0,0],[109,26,112,14,0,0,0,0],[115,39,115,78,0,0,0,0],[115,81,115,84,0,0,0,0],[116,43,116,46,0,0,0,0],[116,49,116,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu_","regions":[[65,122,65,138,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu0_","regions":[[70,54,70,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFyyYacfU_","regions":[[80,28,80,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFyycfU0_","regions":[[81,27,81,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu1_","regions":[[99,49,99,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19triggerConfigReloadAA0I6ResultVyYaFSSyKXEfu2_","regions":[[105,79,105,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaF","regions":[[123,54,151,6,0,0,0,0],[124,12,124,42,0,0,0,0],[124,43,127,10,0,0,0,0],[127,10,150,22,0,0,0,0],[134,12,134,31,0,0,0,0],[134,32,138,10,0,0,0,0],[138,10,150,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSis5Int32VXEfU_","regions":[[132,40,132,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSSyKXEfu_","regions":[[135,48,135,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16triggerTCPReloadAA0H6ResultOyYaFSis5Int32VXEfU0_","regions":[[147,39,147,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14mapEngineToTCP33_D9FEAA667BCF36ABFD250CC41C808BB1LLyAA15TCPReloadResultOAA0h6ReloadS0OF","regions":[[153,82,159,6,0,0,0,0],[154,16,154,22,0,0,0,0],[155,9,155,68,0,0,0,0],[156,9,156,92,0,0,0,0],[157,9,157,56,0,0,0,0],[158,10,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13triggerReloadyyYaF","regions":[[162,32,170,6,0,0,0,0],[164,12,164,29,0,0,0,0],[164,30,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13triggerReloadyyYaFSSyKXEfu_","regions":[[166,103,166,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Configuration.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12ReloadResultV9isSuccessSbvg","regions":[[182,25,182,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27promptForConflictResolutionyAA04RuleI6ChoiceOSgAA0kI7ContextVYaF","regions":[[9,99,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27promptForConflictResolutionyAA04RuleI6ChoiceOSgAA0kI7ContextVYaFyScCyAGs5NeverOGXEfU_","regions":[[17,46,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ConflictResolution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15resolveConflict4withyAA04RuleH6ChoiceOSg_tF","regions":[[23,60,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13addDiagnosticyyAA06KanataH0VF","regions":[[7,56,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16clearDiagnosticsyyF","regions":[[13,29,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStF","regions":[[18,69,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStFyAA0H10DiagnosticVXEfU_","regions":[[25,28,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21diagnoseKanataFailureyys5Int32V_SStFyyYacfU0_","regions":[[28,30,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17autoFixDiagnosticySbAA06KanataI0VYaF","regions":[[36,74,59,6,0,0,0,0],[37,83,39,10,0,0,0,0],[39,10,58,23,0,0,0,0],[42,16,42,22,0,0,0,0],[43,9,49,14,0,0,0,0],[44,16,47,14,0,0,0,0],[45,49,47,14,0,0,0,0],[47,21,49,14,0,0,0,0],[51,9,54,14,0,0,0,0],[55,10,58,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Diagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20getSystemDiagnosticsSayAA16KanataDiagnosticVGyYaF","regions":[[61,61,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21performInitializationyyYaF","regions":[[15,40,58,6,0,0,0,0],[17,12,17,26,0,0,0,0],[17,27,20,10,0,0,0,0],[20,10,58,6,0,0,0,0],[30,12,30,25,0,0,0,0],[30,26,32,10,0,0,0,0],[41,12,41,42,0,0,0,0],[41,43,44,10,0,0,0,0],[44,10,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21performInitializationyyYaFyyYbScMYcXEfU_","regions":[[55,29,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23attemptKeyboardRecoveryyyYaF","regions":[[62,42,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22killAllKanataProcessesyyYaF","regions":[[66,41,75,6,0,0,0,0],[69,12,69,26,0,0,0,0],[69,27,71,10,0,0,0,0],[71,16,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+Lifecycle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22killAllKanataProcessesyyYaFSSyKXEfu_","regions":[[72,57,72,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22replaceRuleCollectionsyySayAA0H10CollectionVGYaF","regions":[[7,72,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30enabledMappingsFromCollectionsSayAA0A7MappingVGyF","regions":[[11,59,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC05applyA8Mappings_18persistCollectionsySayAA0A7MappingVG_SbtF","regions":[[16,88,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20toggleRuleCollection2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[21,64,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17addRuleCollectionyyAA0hI0VYaF","regions":[[27,64,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22updateCollectionOutput2id6outputy10Foundation4UUIDV_SStYaF","regions":[[31,65,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25updateCollectionTapOutput2id03tapJ0y10Foundation4UUIDV_SStYaF","regions":[[35,71,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26updateCollectionHoldOutput2id04holdJ0y10Foundation4UUIDV_SStYaF","regions":[[39,73,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27updateCollectionLayerPreset_8presetIdy10Foundation4UUIDV_SStYaF","regions":[[43,74,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC012updateWindowA10Convention_10conventiony10Foundation4UUIDV_AA0haI0OtYaF","regions":[[47,87,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC014updateFunctionA4Mode_4modey10Foundation4UUIDV_AA0haI0OtYaF","regions":[[51,73,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23updateHomeRowModsConfig12collectionId6configy10Foundation4UUIDV_AA0hijK0VtYaF","regions":[[55,87,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31updateHomeRowLayerTogglesConfig12collectionId6configy10Foundation4UUIDV_AA0hijkL0VtYaF","regions":[[59,103,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23updateChordGroupsConfig12collectionId6configy10Foundation4UUIDV_AA0hiJ0VtYaF","regions":[[63,87,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21updateSequencesConfig12collectionId6configy10Foundation4UUIDV_AA0hI0VtYaF","regions":[[67,83,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20updateLauncherConfig12collectionId6configy10Foundation4UUIDV_AA0h4GridI0VtYaF","regions":[[71,85,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC012updateLeaderA0yySSYaF","regions":[[75,50,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14saveCustomRule_10skipReloadSbAA0hI0V_SbtYaF","regions":[[80,85,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16toggleCustomRule2id9isEnabledy10Foundation4UUIDV_SbtYaF","regions":[[84,60,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16removeCustomRule6withIDy10Foundation4UUIDV_tYaF","regions":[[88,50,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19clearAllCustomRulesyyYaF","regions":[[93,38,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21makeCustomRuleForSave5input6outputAA0hI0VSS_SStF","regions":[[97,77,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14makeCustomRule5input6outputAA0hI0VSS_SStF","regions":[[104,70,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+RuleCollections.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13getCustomRule8forInputAA0hI0VSgSS_tF","regions":[[109,63,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaF","regions":[[7,44,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFSbyYaXEfU_","regions":[[9,39,9,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFSbyYaXEfU0_","regions":[[10,26,10,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25startKanataWithValidationyyYaFySSXEfU1_","regions":[[11,22,14,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11startKanata6reasonSbSS_tYaF","regions":[[21,69,52,6,0,0,0,0],[27,12,27,45,0,0,0,0],[27,46,32,10,0,0,0,0],[32,10,52,6,0,0,0,0],[34,12,45,10,0,0,0,0],[35,44,44,24,0,0,0,0],[45,17,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11startKanata6reasonSbSS_tYaFSSyKXEfu_","regions":[[46,75,46,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10stopKanata6reasonSbSS_tYaF","regions":[[55,67,73,6,0,0,0,0],[61,12,66,10,0,0,0,0],[62,43,65,24,0,0,0,0],[66,17,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10stopKanata6reasonSbSS_tYaFSSyKXEfu_","regions":[[67,75,67,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13restartKanata6reasonSbSS_tYaF","regions":[[76,73,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19currentServiceStateAA06KanataH0C0hI0OyYaF","regions":[[80,68,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26restartServiceWithFallback6reasonSbSS_tYaF","regions":[[85,67,105,6,0,0,0,0],[92,12,92,21,0,0,0,0],[92,33,96,10,0,0,0,0],[96,10,104,21,0,0,0,0],[98,12,98,22,0,0,0,0],[98,23,100,10,0,0,0,0],[100,16,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30shouldShowWizardForPermissionsSbyYaF","regions":[[108,57,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+ServiceManagement.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18isFirstTimeInstallSbyF","regions":[[116,39,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19saveStatusDidChangeyyAA04SaveH0OF","regions":[[7,52,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15configDidUpdate8mappingsySayAA0A7MappingVG_tF","regions":[[11,50,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyF","regions":[[18,36,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyFAA13KanataUIStateVycfU_","regions":[[19,34,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23configureStatePublisheryyFAA13KanataUIStateVycfU_AFyKXEfu_","regions":[[20,37,20,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18notifyStateChangedyyF","regions":[[26,31,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19refreshProcessStateyyF","regions":[[32,32,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17getCurrentUIStateAA06KanataI0VyF","regions":[[38,47,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator+State.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12buildUIStateAA06KanataH0VyF","regions":[[43,42,72,6,0,0,0,0],[49,34,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11keyMappingsSayAA0A7MappingVGvpfi","regions":[[117,37,117,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16currentLayerNameSSvpfi","regions":[[118,36,118,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15ruleCollectionsSayAA14RuleCollectionVGvg","regions":[[126,13,126,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15ruleCollectionsSayAA14RuleCollectionVGvs","regions":[[127,13,127,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11customRulesSayAA10CustomRuleVGvg","regions":[[131,13,131,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11customRulesSayAA10CustomRuleVGvs","regions":[[132,13,132,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11diagnosticsSayAA16KanataDiagnosticVGvpfi","regions":[[135,43,135,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16lastConfigUpdate10Foundation4DateVvpfi","regions":[[137,34,137,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10saveStatusAA04SaveH0Ovpfi","regions":[[143,34,143,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC10saveStatusAA04SaveH0OvW","regions":[[144,16,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14statePublisherAA05StateH7ServiceCyAA13KanataUIStateVGvpfi","regions":[[150,26,150,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12stateChangesScSyAA13KanataUIStateVGvg","regions":[[153,62,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15configDirectorySSvpfi","regions":[[157,27,157,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14configFileNameSSvpfi","regions":[[158,26,158,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19reloadSafetyMonitorAA06ReloadhI0Cvpfi","regions":[[180,31,180,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12rulesManagerAA015RuleCollectionsH0Cvg","regions":[[187,46,187,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC16isStartingKanataSbvpfi","regions":[[196,28,196,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14isInitializingSbvpfi","regions":[[197,26,197,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22configHotReloadServiceAA06ConfighiJ0Cvpfi","regions":[[207,34,207,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC06configB0SSvg","regions":[[209,28,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfc","regions":[[213,153,420,6,0,0,0,0],[226,56,228,10,0,0,0,0],[228,16,231,10,0,0,0,0],[316,12,316,43,0,0,0,0],[316,44,322,10,0,0,0,0],[322,16,325,10,0,0,0,0],[327,12,327,26,0,0,0,0],[327,27,329,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyKXEfu_","regions":[[219,20,219,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaG_pyKXEfu0_","regions":[[276,43,276,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaL_pyKXEfu1_","regions":[[301,59,301,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAaG_pyKXEfu2_","regions":[[304,45,304,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU_","regions":[[317,18,321,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySayAA0A7MappingVGcfU0_","regions":[[339,28,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyycfU1_","regions":[[342,33,344,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYaKcfU2_","regions":[[349,37,359,14,0,0,0,0],[350,37,352,18,0,0,0,0],[352,18,359,14,0,0,0,0],[355,20,355,35,0,0,0,0],[355,36,358,18,0,0,0,0],[358,18,359,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYaKcfU2_SSyKXEfu_","regions":[[357,83,357,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyYacfU3_","regions":[[360,37,362,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbyYacfU3_SbyKXEfu_","regions":[[361,57,361,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbSSYacfU4_","regions":[[363,29,365,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcSbSSYacfU4_SbyKXEfu_","regions":[[364,75,364,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU5_","regions":[[369,49,377,10,0,0,0,0],[370,33,370,43,0,0,0,0],[370,43,377,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU6_","regions":[[378,49,387,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU7_","regions":[[388,42,393,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU8_","regions":[[394,44,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcySScfU8_yyYacfU_","regions":[[400,18,403,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcAA18RuleConflictChoiceOSgAA0pQ7ContextVYacfU9_","regions":[[405,55,407,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyycfU10_","regions":[[410,47,413,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12engineClient28injectedConfigurationService012configRepairK0AcA06EngineH0_pSg_AA0jK0CSgAA06ConfigmK0_pSgtcfcyyYacfU11_","regions":[[417,14,417,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC12updateStatusyyYaF","regions":[[428,31,430,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25fetchLayerNamesFromKanataSaySSGyYaF","regions":[[434,56,453,6,0,0,0,0],[439,29,442,10,0,0,0,0],[442,10,453,6,0,0,0,0],[444,12,448,10,0,0,0,0],[445,61,447,49,0,0,0,0],[448,17,452,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25fetchLayerNamesFromKanataSaySSGyYaFS2SXEfU_","regions":[[447,30,447,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11changeLayerySbSSYaF","regions":[[457,57,482,6,0,0,0,0],[462,29,466,10,0,0,0,0],[466,10,482,6,0,0,0,0],[471,16,471,22,0,0,0,0],[472,9,474,24,0,0,0,0],[475,9,477,25,0,0,0,0],[478,9,480,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20inspectSystemContextAA0hI0VyYaF","regions":[[484,56,486,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC9uninstall12deleteConfigAA15InstallerReportVSb_tYaF","regions":[[488,65,490,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13runFullRepair6reasonAA15InstallerReportVSS_tYaF","regions":[[492,103,495,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14runFullInstall6reasonAA15InstallerReportVSS_tYaF","regions":[[499,105,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyF","regions":[[504,63,528,6,0,0,0,0],[507,12,509,10,0,0,0,0],[508,79,509,10,0,0,0,0],[509,17,512,10,0,0,0,0],[512,10,527,26,0,0,0,0],[521,38,526,10,0,0,0,0],[523,16,523,70,0,0,0,0],[523,71,525,14,0,0,0,0],[525,14,526,10,0,0,0,0],[526,10,527,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSSSsXEfU_","regions":[[517,22,517,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFS2SXEfU0_","regions":[[518,22,518,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSbSSXEfU1_","regions":[[519,25,519,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC31captureRecentKanataErrorMessage33_9A350F213DFC3E18F9433938C42537DFLLSSSgyFSbyKXEfu_","regions":[[523,43,523,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14stripANSICodes33_9A350F213DFC3E18F9433938C42537DFLL4fromS2S_tF","regions":[[530,62,532,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC7cleanupyyYaF","regions":[[535,26,541,6,0,0,0,0],[536,12,538,10,0,0,0,0],[537,43,538,10,0,0,0,0],[538,17,540,10,0,0,0,0],[540,10,541,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11cleanupSyncyyF","regions":[[544,24,555,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26checkExternalKanataProcess33_9A350F213DFC3E18F9433938C42537DFLLSbyYaF","regions":[[557,61,561,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC11isInstalledSbyF","regions":[[565,32,567,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyF","regions":[[569,42,571,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyFSbyYbScMYccACYbcfu_","regions":[[570,77,570,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21isCompletelyInstalledSbyFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[570,77,570,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28hasInputMonitoringPermissionSbyYaF","regions":[[573,55,575,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26hasAccessibilityPermissionSbyYaF","regions":[[577,53,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatamN0SS17permissionDetailstyYaF","regions":[[583,7,585,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25hasAllRequiredPermissionsSbyYaF","regions":[[587,52,589,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaF","regions":[[591,51,593,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaFSbyYbScMYccACYbcfu_","regions":[[592,86,592,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24hasAllSystemRequirementsSbyYaFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[592,86,592,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaF","regions":[[597,7,599,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaFSbyYbScMYccACYbcfu_","regions":[[598,89,598,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27getSystemRequirementsStatusSb9installed_Sb11permissionsSb6driverSb6daemontyYaFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[598,89,598,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC27openInputMonitoringSettingsyyF","regions":[[601,40,603,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25openAccessibilitySettingsyyF","regions":[[605,38,607,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20revealKanataInFinderyyF","regions":[[609,33,611,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26isKarabinerDriverInstalledSbyF","regions":[[613,47,615,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC33isKarabinerDriverExtensionEnabledSbyYaF","regions":[[617,60,619,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC37areKarabinerBackgroundServicesEnabledSbyYaF","regions":[[621,64,623,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC26isKarabinerElementsRunningSbyYaF","regions":[[625,53,627,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC35disableKarabinerElementsPermanentlySbyYaF","regions":[[629,62,631,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20killKarabinerGrabberSbyYaF","regions":[[633,47,635,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24isKarabinerDaemonRunningSbyYaF","regions":[[637,51,639,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20startKarabinerDaemonSbyYaF","regions":[[641,47,643,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC22restartKarabinerDaemonSbyYaF","regions":[[645,49,647,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC28getVirtualHIDBreakageSummarySSyYaF","regions":[[649,57,655,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyF","regions":[[657,44,659,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyFSbyYbScMYccACYbcfu_","regions":[[658,77,658,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC21getInstallationStatusSSyFSbyYbScMYccACYbcfu_SbyYbScMYccfu0_","regions":[[658,77,658,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC30performTransparentInstallationSbyYaF","regions":[[661,57,704,6,0,0,0,0],[670,12,670,25,0,0,0,0],[670,26,672,10,0,0,0,0],[672,16,674,10,0,0,0,0],[689,12,689,25,0,0,0,0],[689,26,691,10,0,0,0,0],[691,16,693,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC24prepareDaemonDirectories33_9A350F213DFC3E18F9433938C42537DFLLyyYaF","regions":[[706,51,708,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20clearValidationErroryyF","regions":[[714,33,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18isServiceInstalledSbyF","regions":[[721,39,735,6,0,0,0,0],[723,16,723,21,0,0,0,0],[724,9,725,25,0,0,0,0],[726,9,731,24,0,0,0,0],[732,9,733,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19createPreEditBackupSbyF","regions":[[741,40,743,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC19getAvailableBackupsSayAA10BackupInfoVGyF","regions":[[746,48,748,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17restoreFromBackupyyAA0I4InfoVKF","regions":[[751,57,758,6,0,0,0,0],[752,58,758,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17restoreFromBackupyyAA0I4InfoVKFyyYacfU_","regions":[[755,14,757,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKF","regions":[[760,46,848,6,0,0,0,0],[768,12,768,25,0,0,0,0],[768,26,770,10,0,0,0,0],[770,16,772,10,0,0,0,0],[791,98,848,6,0,0,0,0],[794,82,848,6,0,0,0,0],[799,77,848,6,0,0,0,0],[800,56,848,6,0,0,0,0],[811,52,814,10,0,0,0,0],[814,10,848,6,0,0,0,0],[818,12,818,34,0,0,0,0],[818,35,847,10,0,0,0,0],[822,16,822,38,0,0,0,0],[822,39,830,14,0,0,0,0],[830,20,840,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFAA14RuleCollectionVAFXEfU_","regions":[[777,63,782,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSbAA14RuleCollectionVcfu_","regions":[[785,56,785,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu0_","regions":[[823,57,823,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYbScMYcXEfU0_","regions":[[826,37,829,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu1_","regions":[[831,58,831,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFSSyKXEfu2_","regions":[[832,57,832,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYbScMYcXEfU1_","regions":[[835,37,837,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC20resetToDefaultConfigyyYaKFyyYacfU2_","regions":[[843,18,846,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13pauseMappingsSbyYaF","regions":[[853,40,855,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC14resumeMappingsSbyYaF","regions":[[858,41,860,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC015convertToKanataA0yS2SF","regions":[[862,54,864,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC23convertToKanataSequenceyS2SF","regions":[[866,64,868,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC17analyzeLogContentyySSYaF","regions":[[875,53,890,6,0,0,0,0],[877,29,889,10,0,0,0,0],[878,20,878,25,0,0,0,0],[879,13,885,18,0,0,0,0],[881,20,881,41,0,0,0,0],[881,42,885,18,0,0,0,0],[886,13,887,62,0,0,0,0],[888,14,889,10,0,0,0,0],[889,10,890,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18regenerateServicesSbyYaF","regions":[[896,45,911,6,0,0,0,0],[900,12,900,26,0,0,0,0],[900,27,905,10,0,0,0,0],[905,10,910,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC18regenerateServicesSbyYaFSSyKXEfu_","regions":[[907,53,907,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaF","regions":[[914,52,923,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaFyAA16KanataDiagnosticVXEfU_","regions":[[916,28,918,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC25triggerVirtualHIDRecovery33_9A350F213DFC3E18F9433938C42537DFLLyyYaFyyYaXEfU0_","regions":[[919,30,921,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC13openFileInZedyySSYaF","regions":[[930,50,932,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/RuntimeCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18RuntimeCoordinatorC15attemptAIRepair6config6errorsS2S_SaySSGtYaKF","regions":[[946,83,968,6,0,0,0,0],[950,59,952,10,0,0,0,0],[952,10,967,30,0,0,0,0],[964,10,967,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyAlertPresenter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyAlertPresenterO07presente7TimeoutF0yyFZ","regions":[[7,45,24,6,0,0,0,0],[8,12,8,42,0,0,0,0],[8,43,11,10,0,0,0,0],[11,10,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyTimeoutServiceC5start15durationSeconds10shouldStop02onF0ySd_SbyYaYbcyyYaYbctF","regions":[[17,7,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SafetyTimeoutService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SafetyTimeoutServiceC5start15durationSeconds10shouldStop02onF0ySd_SbyYaYbcyyYaYbctFyyYacfU_","regions":[[18,14,28,10,0,0,0,0],[24,16,24,34,0,0,0,0],[24,35,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveResultV7success8mappingsACSayAA0A7MappingVG_tFZ","regions":[[17,63,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SaveResultV7failureyACs5Error_pFZ","regions":[[21,55,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10saveStatusAA0eH0Ovpfi","regions":[[45,47,45,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10saveStatusAA0eH0OvW","regions":[[46,16,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC20configurationService12engineClient17configFileWatcherAcA013ConfigurationH0C_AA06EngineJ0_pAA06ConfiglM0CSgtcfc","regions":[[62,7,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorCACycfC","regions":[[69,24,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11saveMapping5input6output22ruleCollectionsManager13reloadHandlerAA0E6ResultVSS_SSAA04RulelM0CSb7success_SSSg12errorMessagetyYactYaF","regions":[[91,27,156,6,0,0,0,0],[96,12,152,10,0,0,0,0],[100,14,152,10,0,0,0,0],[112,32,116,14,0,0,0,0],[116,14,152,10,0,0,0,0],[125,16,125,36,0,0,0,0],[125,37,134,14,0,0,0,0],[134,20,150,14,0,0,0,0],[141,50,149,28,0,0,0,0],[152,17,155,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11saveMapping5input6output22ruleCollectionsManager13reloadHandlerAA0E6ResultVSS_SSAA04RulelM0CSb7success_SSSg12errorMessagetyYactYaFSSyKXEfu_","regions":[[136,65,136,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaF","regions":[[167,27,244,6,0,0,0,0],[172,12,239,10,0,0,0,0],[178,16,178,35,0,0,0,0],[178,36,186,14,0,0,0,0],[186,14,239,10,0,0,0,0],[201,14,239,10,0,0,0,0],[204,80,239,10,0,0,0,0],[218,16,218,36,0,0,0,0],[218,37,225,14,0,0,0,0],[225,20,237,14,0,0,0,0],[231,50,236,84,0,0,0,0],[239,17,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaFSSyKXEfu_","regions":[[183,67,183,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19saveGeneratedConfig7content13reloadHandlerAA0E6ResultVSS_Sb7success_SSSg12errorMessagetyYactYaFSSyKXEfu0_","regions":[[227,65,227,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19backupCurrentConfigyySSF","regions":[[248,49,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC21restoreLastGoodConfigyyYaKF","regions":[[253,47,259,6,0,0,0,0],[254,48,256,10,0,0,0,0],[256,10,259,6,0,0,0,0],[258,73,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9hasBackupSbyF","regions":[[261,30,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9setSavingyyF","regions":[[267,22,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC13setValidatingyyF","regions":[[271,26,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC10setSuccessyyF","regions":[[275,23,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC9setFailedyySSF","regions":[[280,39,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC7setIdleyyF","regions":[[284,20,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19validateInputOutput5input6outputSS09sanitizedH0_SS0lI0tSS_SStKF","regions":[[293,7,303,6,0,0,0,0],[297,70,300,10,0,0,0,0],[300,10,302,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playWriteSoundyyF","regions":[[307,27,309,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playWriteSoundyyFyyYaYbScMYccfU_","regions":[[308,14,308,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC16playSuccessSoundyyF","regions":[[311,29,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC16playSuccessSoundyyFyyYaYbScMYccfU_","regions":[[312,14,312,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playErrorSoundyyF","regions":[[315,27,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC14playErrorSoundyyFyyYaYbScMYccfU_","regions":[[316,14,316,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19scheduleStatusReset33_7B0052BF17800D6777E6F156E1E50B64LLyyF","regions":[[321,40,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC19scheduleStatusReset33_7B0052BF17800D6777E6F156E1E50B64LLyyFyyYacfU_","regions":[[322,14,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/SaveCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SaveCoordinatorC11parseConfig33_7B0052BF17800D6777E6F156E1E50B64LLySayAA0A7MappingVGSSF","regions":[[328,65,336,6,0,0,0,0],[329,12,332,10,0,0,0,0],[330,88,331,38,0,0,0,0],[332,17,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC02isE16ExecutionEnabledSbvW","regions":[[27,16,30,10,0,0,0,0],[29,103,29,112,0,0,0,0],[29,115,29,125,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC20bypassFirstRunDialogSbvW","regions":[[35,16,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceCACyc33_5A4F766B5C6EA2B33C0F5E71824292D2Llfc","regions":[[43,20,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC14checkExecution2atAC0I11CheckResultOSS_tF","regions":[[62,73,90,6,0,0,0,0],[64,45,66,10,0,0,0,0],[66,10,89,24,0,0,0,0],[72,73,74,10,0,0,0,0],[74,10,89,24,0,0,0,0],[80,49,82,10,0,0,0,0],[82,10,89,24,0,0,0,0],[85,12,85,33,0,0,0,0],[85,34,87,10,0,0,0,0],[87,10,89,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC14checkExecution2atAC0I11CheckResultOSS_tFSbyKXEfu_","regions":[[80,31,80,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtF","regions":[[93,75,116,6,0,0,0,0],[105,12,105,27,0,0,0,0],[105,28,107,10,0,0,0,0],[111,12,111,19,0,0,0,0],[111,20,113,10,0,0,0,0],[113,16,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSSyKXEfu_","regions":[[98,31,98,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSaySDySSypGGyKXEfu0_","regions":[[101,103,101,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12logExecution4path7success5errorySS_SbSSSgtFSSyKXEfu1_","regions":[[114,85,114,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12executionLogSaySDySSypGGvg","regions":[[119,46,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC12executionLogSaySDySSypGGvgAFyKXEfu_","regions":[[120,93,120,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isAppleE0ySbSSF","regions":[[126,55,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isAppleE0ySbSSFSbyKXEfu_","regions":[[128,40,128,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSF","regions":[[132,55,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSFSbyKXEfu_","regions":[[134,31,134,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC07isShellE0ySbSSFSbyKXEfu0_","regions":[[134,48,134,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSF","regions":[[138,61,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu_","regions":[[140,31,140,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu0_","regions":[[140,46,140,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC013isInterpretedE0ySbSSFSbyKXEfu1_","regions":[[140,61,140,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSF","regions":[[144,60,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSFSbyKXEfu_","regions":[[145,32,145,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC012isRecognizedE0ySbSSFSbyKXEfu0_","regions":[[145,55,145,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ScriptSecurityService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ScriptSecurityServiceC16resetAllSettingsyyF","regions":[[149,36,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV14_dontShowAgain33_8FF23BFB12832255BB9EB10E82640B68LL7SwiftUI5StateVySbGvpfi","regions":[[10,40,10,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg","regions":[[12,25,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_","regions":[[13,29,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A23_yXEfU_","regions":[[23,32,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A30_yXEfU0_","regions":[[38,54,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_AWyXEfU1_","regions":[[66,42,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_","regions":[[74,33,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_yyScMYccfU_","regions":[[75,34,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6VStackVyAGyAW_AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrA8__A2_SgtFQOyAiEEA10_yQrA8__A11_tFQOyAiEE14truncationModeyQrAW14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAW_Qo__Qo__Qo__Qo__ALQo__Qo_tGGAiEEA10_yQrA8__A11_tFQOyAYyAGyAC12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStFQOy_Qo__A29_A29_A29_tGG_Qo_AiEE09multilineR9AlignmentyQrAE0R9AlignmentOFQOyAW_Qo_AE7DividerVAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAWG_AE19CheckboxToggleStyleVQo_AE31AccessibilityAttachmentModifierVGAE6HStackVyAGyA40_yAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAWG_Qo_A50_G_A40_yAiEE4tintyQrAMFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA59__AE28BorderedProminentButtonStyleVQo__Qo_A50_GtGGtGyXEfU_A70_yXEfU2_yyScMYccfU0_","regions":[[81,52,86,18,0,0,0,0],[82,24,82,37,0,0,0,0],[82,38,84,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStF","regions":[[97,72,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25ScriptSecurityWarningViewV12warningPoint33_8FF23BFB12832255BB9EB10E82640B68LL4icon4textQrSS_SStF7SwiftUI05TupleH0VyAH0H0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__AH4TextVtGyXEfU_","regions":[[98,46,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg","regions":[[113,25,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_","regions":[[114,29,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_","regions":[[129,33,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_yyScMYccfU_","regions":[[130,34,132,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/ScriptSecurityWarningView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27ScriptExecutionDisabledViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiEE09multilineR9AlignmentyQrAE0rT0OFQOyAW_Qo_AE7DividerVAE6HStackVyAGyAE15ModifiedContentVyAiEE16keyboardShortcutyQrAE08KeyboardZ0VFQOyAE6ButtonVyAWG_Qo_AE31AccessibilityAttachmentModifierVG_A5_yAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyA11__AE28BorderedProminentButtonStyleVQo_A14_GtGGtGyXEfU_A22_yXEfU_yyScMYccfU0_","regions":[[136,41,138,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV9sequences16activeSequenceID13globalTimeoutACSayAA0I10DefinitionVG_10Foundation4UUIDVSgSitcfC","regions":[[28,7,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14isValidTimeoutSbvg","regions":[[38,37,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14isValidTimeoutSbvgSbyKXEfu_","regions":[[39,33,39,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV14defaultPresetsACvgZ","regions":[[45,55,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV15detectConflictsSayAA16SequenceConflictVGyF","regions":[[59,57,86,6,0,0,0,0],[62,40,83,10,0,0,0,0],[63,50,82,14,0,0,0,0],[68,20,68,42,0,0,0,0],[68,43,74,18,0,0,0,0],[74,27,74,97,0,0,0,0],[74,98,81,18,0,0,0,0],[82,14,83,10,0,0,0,0],[83,10,85,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV15detectConflictsSayAA16SequenceConflictVGyFSbyKXEfu_","regions":[[74,64,74,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequencesConfigV12hasConflictsSbvg","regions":[[89,35,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV2id4name4keys6action11descriptionAC10Foundation4UUIDV_SSSaySSGAA0E6ActionOSSSgtcfC","regions":[[110,7,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvg","regions":[[121,30,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvgSbyKXEfu_","regions":[[122,26,122,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV7isValidSbvgSbyKXEfu0_","regions":[[122,45,122,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV10prettyKeysSSvg","regions":[[126,35,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV10prettyKeysSSvgS2Scfu_","regions":[[127,18,127,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV22windowManagementPresetACvgZ","regions":[[133,66,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV16navigationPresetACvgZ","regions":[[144,60,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequenceDefinitionV17appLauncherPresetACvgZ","regions":[[155,61,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SequenceActionO11displayNameSSvg","regions":[[174,36,179,6,0,0,0,0],[175,16,175,20,0,0,0,0],[176,9,177,44,0,0,0,0],[178,10,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SequenceConflictV2id10Foundation4UUIDVvpfi","regions":[[186,21,186,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SequenceConflictV11descriptionSSvg","regions":[[197,36,204,6,0,0,0,0],[198,16,198,20,0,0,0,0],[199,9,200,101,0,0,0,0],[201,9,202,94,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequenceTimeoutO11displayNameSSvg","regions":[[216,36,222,6,0,0,0,0],[217,16,217,20,0,0,0,0],[218,9,218,35,0,0,0,0],[219,9,219,43,0,0,0,0],[220,9,220,42,0,0,0,0],[221,10,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SequencesConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SequenceTimeoutO11descriptionSSvg","regions":[[225,36,231,6,0,0,0,0],[226,16,226,20,0,0,0,0],[227,9,227,73,0,0,0,0],[228,9,228,66,0,0,0,0],[229,9,229,71,0,0,0,0],[230,10,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10_conflicts33_CDA6968F5E474A8E21566646BF30704FLL7SwiftUI5StateVySayAA16SequenceConflictVGGvpfi","regions":[[25,56,25,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV6config6onSave0I6CancelAC7SwiftUI7BindingVyAA0E6ConfigVG_yAKcyyctcfC","regions":[[38,7,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg","regions":[[47,25,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_","regions":[[48,28,67,10,0,0,0,0],[59,13,64,14,0,0,0,0],[64,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_SbA15_XEfU_","regions":[[58,68,58,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_A15_yYbcfU0_","regions":[[61,26,61,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAC7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvpQOy_Qo__Qo__AE5ColorVQo__AE7DividerVAE19_ConditionalContentVyAC11editorPanelA0_LL3forQrAE7BindingVyAA18SequenceDefinitionVG_tFQOy_Qo_AC10emptyStateA0_LLQrvpQOy_Qo_GtGyXEfU_yA15_YbcfU1_","regions":[[62,26,62,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV4bodyQrvgyycfU0_","regions":[[69,19,75,10,0,0,0,0],[72,16,72,41,0,0,0,0],[72,83,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[80,36,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_","regions":[[81,49,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_","regions":[[83,20,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A18_yXEfU_A10_yXEfU_","regions":[[87,42,90,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_","regions":[[100,24,107,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_A37_yXEfU_","regions":[[101,40,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A39_yXEfU0_A37_yXEfU_A36_A30_cfU_","regions":[[102,52,104,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_","regions":[[112,33,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_yyYbScMYccACYbcfu_","regions":[[114,32,114,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[114,32,114,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A59_yXEfU_","regions":[[114,45,117,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_","regions":[[124,22,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_yyScMYccfU_","regions":[[125,49,127,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A70_yXEfU0_yyScMYccfU0_","regions":[[129,42,131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV7sidebar33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAjFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF06ScrollG0VyAjFEAKyQrAO_AStFQOyAF10LazyVStackVyAF7ForEachVySayAA18SequenceDefinitionVG10Foundation4UUIDVAC11sequenceRowAELLyQrA30_FQOy_Qo_GG_Qo_GA22_AjFEAKyQrAO_AStFQOyAF6VStackVyAHyA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyA3_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF5LabelVyAWA9_G_Qo_G_AF19BorderedButtonStyleVQo__Qo_A16_G_A_yAjFEA43_yQrA45_FQOyAjFEA0_yQrqd__AFA1_Rd__lFQOyAF4MenuVyA59_AHyA_yA3_yAWGA16_G_A69_tGG_A62_Qo__Qo_A16_GtGG_Qo_tGyXEfU_A75_yXEfU1_A59_yXEfU1_","regions":[[133,26,136,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF","regions":[[146,75,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVFyyScMYccfU_","regions":[[147,16,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_","regions":[[149,18,176,10,0,0,0,0],[174,61,174,91,0,0,0,0],[174,94,174,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_","regions":[[150,20,171,14,0,0,0,0],[164,20,166,19,0,0,0,0],[166,20,170,18,0,0,0,0],[170,18,171,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_A5_yXEfU_","regions":[[151,57,159,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_SbAA0P8ConflictVXEfU0_","regions":[[164,46,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11sequenceRow33_CDA6968F5E474A8E21566646BF30704FLLyQrAA18SequenceDefinitionVF7SwiftUI0G0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAjHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAjHE7paddingyQrAU_AOSgtFQOyAjHEAWyQrAU_AXtFQOyAH6HStackVyAH05TupleG0VyAH6VStackVyA0_yAH4TextV_A4_tGG_AH6SpacerVAjHE4fontyQrAH4FontVSgFQOyAjHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo_SgtGG_Qo__Qo__A15_Qo__Qo_yXEfU0_A22_yXEfU_SbAA0P8ConflictVXEfU0_SbyKXEfu_","regions":[[165,55,165,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[185,86,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_","regions":[[186,50,256,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_","regions":[[188,20,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_yyScMYccfU_","regions":[[198,24,200,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A29_yXEfU_A23_yXEfU0_","regions":[[200,26,203,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A60_yXEfU0_","regions":[[211,24,232,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A60_yXEfU0_A58_yXEfU_","regions":[[212,58,230,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_","regions":[[237,20,254,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_yyScMYccfU_","regions":[[244,32,246,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_","regions":[[249,61,251,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_SbAA0T8ConflictVXEfU0_","regions":[[249,87,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11editorPanel33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG6HStackVyANyAG15ModifiedContentVyAG0G0PAGE4fontyQrAG4FontVSgFQOyAtGE14textFieldStyleyQrqd__AG14TextFieldStyleRd__lFQOyAG9TextFieldVyAG4TextVG_AG19PlainTextFieldStyleVQo__Qo_AG31AccessibilityAttachmentModifierVG_AG6SpacerVARyAtGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyAtGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo_G_AG16PlainButtonStyleVQo_A9_GtGG_AG7DividerVAG06ScrollG0VyAtGE7paddingyQrAG4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAG6VStackVyANyAC15sequenceBuilderAELLAFQrAL_tFQOy_Qo__AC13actionSectionAELLAFQrAL_tFQOy_Qo_AC18descriptionSectionAELLAFQrAL_tFQOy_Qo_AC14timeoutSectionAELLQrvpQOy_Qo_AC16conflictWarningsAELLAFQrAK_tFQOy_Qo_AC11tipsSectionAELLQrvpQOy_Qo_tGG_Qo_GA32_AtGEA35_yQrA39__A43_tFQOyAPyANyA12__ARyAtGE16keyboardShortcutyQrAG16KeyboardShortcutVFQOyA16_yA2_G_Qo_A9_GARyAtGE8disabledyQrSbFQOyAtGEA13_yQrqd__AGA14_Rd__lFQOyA66__AG28BorderedProminentButtonStyleVQo__Qo_A9_GtGG_Qo_tGyXEfU_A74_yXEfU1_SbyKXEfu_SbAA0T8ConflictVXEfU0_SbyKXEfu_","regions":[[250,68,250,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[261,90,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_","regions":[[262,50,324,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_","regions":[[266,32,319,14,0,0,0,0],[305,20,305,56,0,0,0,0],[305,57,318,18,0,0,0,0],[318,18,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_","regions":[[267,73,302,18,0,0,0,0],[280,24,280,68,0,0,0,0],[280,69,284,22,0,0,0,0],[284,22,302,18,0,0,0,0],[287,24,287,60,0,0,0,0],[287,61,301,22,0,0,0,0],[301,22,302,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_SSyYbcfU_","regions":[[269,30,269,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_ySSYbcfU0_","regions":[[270,30,275,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_yyScMYccfU1_","regions":[[288,32,293,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A26_SicfU_A14_yXEfU2_","regions":[[293,34,297,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_yyScMYccfU0_","regions":[[306,28,311,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15sequenceBuilder33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG6HStackVyANyAG7ForEachVySnySiGSiANyAG15ModifiedContentVyAA0A6PickerAELLVAG31AccessibilityAttachmentModifierVG_AG0G0PAGE4fontyQrAG4FontVSgFQOyA2_AGE15foregroundColoryQrAG5ColorVSgFQOyAG5ImageV_Qo__Qo_SgAWyA2_AGE11buttonStyleyQrqd__AG20PrimitiveButtonStyleRd__lFQOyAG6ButtonVyA14_G_AG16PlainButtonStyleVQo_A_GSgtGG_AWyA2_AGE11controlSizeyQrAG11ControlSizeOFQOyA2_AGEA16_yQrqd__AGA17_Rd__lFQOyA19_yAG5LabelVyAPA12_GG_AG19BorderedButtonStyleVQo__Qo_A_GSgtGGAPtGyXEfU_A41_yXEfU_A33_yXEfU1_","regions":[[311,30,313,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[329,88,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_","regions":[[330,50,350,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_","regions":[[334,53,346,14,0,0,0,0],[338,82,345,18,0,0,0,0],[345,18,346,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_AA19RuleCollectionLayerOyYbcfU_","regions":[[340,30,340,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13actionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyArGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyArGE7paddingyQrA1__AWSgtFQOyAG6VStackVyANyAP_AG15ModifiedContentVyAA11LayerPickerAELLVAG31AccessibilityAttachmentModifierVGSgtGG_Qo__AG5ColorVQo__Qo_tGyXEfU_A15_yXEfU_yAA19RuleCollectionLayerOYbcfU0_","regions":[[341,30,341,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tF","regions":[[355,93,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[356,50,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_SSyYbcfU_","regions":[[361,22,361,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_SSyYbcfU_SSyKXEfu_","regions":[[361,61,361,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV18descriptionSection33_CDA6968F5E474A8E21566646BF30704FLL3forQr7SwiftUI7BindingVyAA18SequenceDefinitionVG_tFAG05TupleG0VyAG4TextV_AG15ModifiedContentVyAG0G0PAGE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAtGE10background_20ignoresSafeAreaEdgesQrqd___AG4EdgeO3SetVtAG10ShapeStyleRd__lFQOyAtGE7paddingyQrAYFQOyAtGE5frame5width6height9alignmentQrAYSg_A10_AG9AlignmentVtFQOyAG0W6EditorV_Qo__Qo__AG5ColorVQo__Qo_AG31AccessibilityAttachmentModifierVGtGyXEfU_ySSYbcfU0_","regions":[[362,22,362,83,0,0,0,0],[362,73,362,76,0,0,0,0],[362,79,362,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[375,43,399,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_","regions":[[376,50,398,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_","regions":[[380,53,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_","regions":[[381,24,392,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_SdyYbcfU_","regions":[[383,30,383,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14timeoutSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF4TextV_AF6VStackVyAHyAF6HStackVyAHyAF15ModifiedContentVyAF6SliderVyAF05EmptyG0VATGAF31AccessibilityAttachmentModifierVG_AF0G0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAJ_Qo_tGG_AJtGGtGyXEfU_A12_yXEfU_A10_yXEfU_ySdYbcfU0_","regions":[[384,30,384,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV13timeoutPreset33_CDA6968F5E474A8E21566646BF30704FLLAA15SequenceTimeoutOvg","regions":[[401,48,407,6,0,0,0,0],[402,16,402,41,0,0,0,0],[403,9,403,27,0,0,0,0],[404,9,404,36,0,0,0,0],[405,9,405,26,0,0,0,0],[406,10,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF","regions":[[411,82,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tFSbAA0Q8ConflictVXEfU_","regions":[[412,50,414,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tFSbAA0Q8ConflictVXEfU_SbyKXEfu_","regions":[[413,47,413,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_","regions":[[416,22,434,10,0,0,0,0],[417,16,417,42,0,0,0,0],[417,43,433,14,0,0,0,0],[433,14,434,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_","regions":[[418,57,432,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_A25_AOcfU_","regions":[[419,48,431,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV16conflictWarnings33_CDA6968F5E474A8E21566646BF30704FLL3forQrAA18SequenceDefinitionV_tF7SwiftUI6VStackVyAI7ForEachVySayAA0Q8ConflictVG10Foundation4UUIDVAI0G0PAIE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAuIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyAuIE7paddingyQrA4__AZSgtFQOyAI6HStackVyAI05TupleG0VyAuIE15foregroundColoryQrAI5ColorVSgFQOyAI5ImageV_Qo__AI4TextVtGG_Qo__A14_Qo__Qo_GGSgyXEfU0_A26_yXEfU_A25_AOcfU_A21_yXEfU_","regions":[[420,62,427,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[439,40,460,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_","regions":[[440,50,456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_AVyXEfU_","regions":[[441,20,446,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11tipsSection33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF6HStackVyAHyAF0G0PAFE15foregroundColoryQrAF0U0VSgFQOyAF5ImageV_Qo__AF4TextVtGG_AlFEAMyQrAPFQOyAlFE4fontyQrAF4FontVSgFQOyAF6VStackVyAHyAU_A3UtGG_Qo__Qo_tGyXEfU_A2_yXEfU0_","regions":[[448,53,453,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10emptyState33_CDA6968F5E474A8E21566646BF30704FLLQrvg","regions":[[464,39,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV10emptyState33_CDA6968F5E474A8E21566646BF30704FLLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAXtGyXEfU_","regions":[[465,29,476,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV11addSequence33_CDA6968F5E474A8E21566646BF30704FLLyyF","regions":[[482,32,492,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV9addPreset33_CDA6968F5E474A8E21566646BF30704FLLyyAA18SequenceDefinitionVF","regions":[[494,58,498,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14deleteSequence33_CDA6968F5E474A8E21566646BF30704FLLyy10Foundation4UUIDVF","regions":[[500,45,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV14deleteSequence33_CDA6968F5E474A8E21566646BF30704FLLyy10Foundation4UUIDVFSbAA0I10DefinitionVXEfU_","regions":[[501,41,501,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SequencesModalViewV15detectConflicts33_CDA6968F5E474A8E21566646BF30704FLLyyF","regions":[[506,36,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV10commonKeysSaySSGvpfi","regions":[[517,30,521,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg","regions":[[523,25,533,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySaySSGSSAF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_SSQo_GyXEfU_","regions":[[524,43,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A6Picker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySaySSGSSAF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_SSQo_GyXEfU_APSScfU_","regions":[[525,45,527,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV15availableLayersSayAA014RuleCollectionE0OGvpfi","regions":[[542,58,548,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg","regions":[[550,25,560,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySayAA014RuleCollectionE0OGAjF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_AJQo_GyXEfU_","regions":[[551,48,555,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Rules/SequencesModalView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11LayerPicker33_CDA6968F5E474A8E21566646BF30704FLLV4bodyQrvg7SwiftUI7ForEachVySayAA014RuleCollectionE0OGAjF4ViewPAFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF4TextV_AJQo_GyXEfU_ArJcfU_","regions":[[552,50,554,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperCACyc33_ADCB2912C91ECA28CA107CE37E8756A2Llfc","regions":[[23,20,23,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC15markRestartTime3forySaySSG_tF","regions":[[51,52,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC15markRestartTime3forySaySSG_tFySDySS10Foundation4DateVGzYbXEfU_","regions":[[53,39,57,10,0,0,0,0],[54,34,56,14,0,0,0,0],[56,14,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZ","regions":[[68,15,73,6,0,0,0,0],[70,29,70,45,0,0,0,0],[70,45,72,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZ10Foundation4DateVSgSDySSAIGzYbXEfU_","regions":[[69,45,69,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC20wasRecentlyRestarted_6withinSbSS_SdSgtFZSdyKXEfu_","regions":[[71,33,71,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZ","regions":[[81,5,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZSbSDySS10Foundation4DateVGzYbXEfU_","regions":[[83,41,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC16hadRecentRestart6withinSbSd_tFZSbSDySS10Foundation4DateVGzYbXEfU_SbAHXEfU_","regions":[[84,35,84,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC04loadE09serviceIDSbSS_tYaF","regions":[[94,55,130,6,0,0,0,0],[98,12,98,53,0,0,0,0],[98,54,104,10,0,0,0,0],[104,10,130,6,0,0,0,0],[109,12,126,10,0,0,0,0],[114,14,126,10,0,0,0,0],[116,16,116,36,0,0,0,0],[116,37,121,14,0,0,0,0],[121,20,125,14,0,0,0,0],[126,17,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC12loadServicesySbSaySSGYaF","regions":[[136,61,150,6,0,0,0,0],[141,37,147,10,0,0,0,0],[143,16,143,24,0,0,0,0],[143,25,146,14,0,0,0,0],[147,10,149,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC06unloadE09serviceIDSbSS_tYaF","regions":[[158,57,185,6,0,0,0,0],[162,12,162,53,0,0,0,0],[162,54,165,10,0,0,0,0],[165,10,185,6,0,0,0,0],[169,12,181,10,0,0,0,0],[170,92,181,10,0,0,0,0],[172,16,172,36,0,0,0,0],[172,37,175,14,0,0,0,0],[175,20,180,14,0,0,0,0],[181,17,184,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartServicesWithAdminySbSaySSGYaF","regions":[[196,73,231,6,0,0,0,0],[201,12,201,53,0,0,0,0],[201,54,205,10,0,0,0,0],[205,10,230,30,0,0,0,0],[207,40,210,10,0,0,0,0],[210,10,230,30,0,0,0,0],[220,12,220,26,0,0,0,0],[220,27,225,10,0,0,0,0],[225,16,228,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartServicesWithAdminySbSaySSGYaFS2SXEfU_","regions":[[213,39,213,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC08getPlistB033_ADCB2912C91ECA28CA107CE37E8756A2LL3forS2S_tF","regions":[[239,64,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC016getLaunchDaemonsB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[247,51,253,6,0,0,0,0],[249,80,251,10,0,0,0,0],[251,10,252,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC012getLaunchctlB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[258,47,266,6,0,0,0,0],[262,9,264,10,0,0,0,0],[264,10,265,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC19preparePlistInstall33_ADCB2912C91ECA28CA107CE37E8756A2LL5specsSaySSG9tempFiles_AG8commandstSayAC0hI4SpecAELLVG_tKF","regions":[[278,59,299,6,0,0,0,0],[284,40,286,10,0,0,0,0],[286,10,298,37,0,0,0,0],[288,27,296,10,0,0,0,0],[290,88,296,10,0,0,0,0],[296,10,298,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC19preparePlistInstall33_ADCB2912C91ECA28CA107CE37E8756A2LL5specsSaySSG9tempFiles_AG8commandstSayAC0hI4SpecAELLVG_tKFSSAKXEfU_","regions":[[283,40,283,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22executePrivilegedBatch33_ADCB2912C91ECA28CA107CE37E8756A2LL5label8commands6promptSb7success_SS6outputtSS_SaySSGSStYaF","regions":[[305,48,313,6,0,0,0,0],[307,12,310,10,0,0,0,0],[308,91,309,57,0,0,0,0],[310,17,312,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC018installLogRotationE0SbyYaF","regions":[[322,52,381,6,0,0,0,0],[325,12,325,53,0,0,0,0],[325,54,328,10,0,0,0,0],[328,10,381,6,0,0,0,0],[337,12,377,10,0,0,0,0],[339,88,375,27,0,0,0,0],[340,86,375,27,0,0,0,0],[368,16,368,23,0,0,0,0],[368,24,371,14,0,0,0,0],[371,20,373,14,0,0,0,0],[377,17,380,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC017logRotationScriptB033_ADCB2912C91ECA28CA107CE37E8756A2LLSSvg","regions":[[384,47,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC25generateLogRotationScript33_ADCB2912C91ECA28CA107CE37E8756A2LLSSyF","regions":[[389,56,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC17rotateCurrentLogs33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[411,44,434,6,0,0,0,0],[425,12,431,10,0,0,0,0],[430,14,431,10,0,0,0,0],[431,17,433,10,0,0,0,0],[433,10,434,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC013isLogRotationE9InstalledSbyF","regions":[[437,50,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaF","regions":[[454,51,572,6,0,0,0,0],[458,12,458,53,0,0,0,0],[458,54,461,10,0,0,0,0],[461,10,571,20,0,0,0,0],[469,12,469,45,0,0,0,0],[469,83,471,10,0,0,0,0],[471,19,471,53,0,0,0,0],[471,54,473,10,0,0,0,0],[475,12,475,49,0,0,0,0],[475,91,477,10,0,0,0,0],[477,19,477,57,0,0,0,0],[477,58,479,10,0,0,0,0],[481,12,481,50,0,0,0,0],[481,93,483,10,0,0,0,0],[483,19,483,58,0,0,0,0],[483,59,485,10,0,0,0,0],[492,12,492,58,0,0,0,0],[492,59,494,10,0,0,0,0],[498,12,498,33,0,0,0,0],[498,34,500,10,0,0,0,0],[503,12,503,52,0,0,0,0],[503,53,514,10,0,0,0,0],[504,16,504,43,0,0,0,0],[504,44,507,14,0,0,0,0],[507,23,507,40,0,0,0,0],[507,41,513,14,0,0,0,0],[509,20,509,36,0,0,0,0],[509,37,512,18,0,0,0,0],[517,12,517,30,0,0,0,0],[517,31,532,10,0,0,0,0],[520,16,520,31,0,0,0,0],[520,32,523,14,0,0,0,0],[523,14,532,10,0,0,0,0],[526,31,531,14,0,0,0,0],[527,20,527,102,0,0,0,0],[527,103,529,18,0,0,0,0],[529,18,531,14,0,0,0,0],[531,14,532,10,0,0,0,0],[532,10,571,20,0,0,0,0],[535,12,535,29,0,0,0,0],[535,30,538,10,0,0,0,0],[538,10,571,20,0,0,0,0],[541,12,541,52,0,0,0,0],[541,82,558,10,0,0,0,0],[543,16,555,14,0,0,0,0],[544,66,555,14,0,0,0,0],[546,34,551,18,0,0,0,0],[547,24,547,107,0,0,0,0],[547,108,549,22,0,0,0,0],[549,22,551,18,0,0,0,0],[551,18,555,14,0,0,0,0],[552,64,555,14,0,0,0,0],[555,21,557,14,0,0,0,0],[557,14,558,10,0,0,0,0],[558,10,571,20,0,0,0,0],[561,12,561,30,0,0,0,0],[561,31,568,10,0,0,0,0],[564,16,564,31,0,0,0,0],[564,32,567,14,0,0,0,0],[567,14,568,10,0,0,0,0],[568,10,571,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbyKXEfu_","regions":[[492,38,492,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU_","regions":[[506,37,506,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU0_","regions":[[511,41,511,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24restartUnhealthyServicesSbyYaFSbSSXEfU1_","regions":[[553,37,553,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC21resolveLegacyConflict33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[576,48,593,6,0,0,0,0],[588,12,588,26,0,0,0,0],[588,27,590,10,0,0,0,0],[590,16,592,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC014fixBrokenSMAppE5State33_ADCB2912C91ECA28CA107CE37E8756A2LLyyYaF","regions":[[597,53,637,6,0,0,0,0],[602,41,635,10,0,0,0,0],[603,16,626,14,0,0,0,0],[606,66,626,14,0,0,0,0],[607,35,612,18,0,0,0,0],[608,24,608,107,0,0,0,0],[608,108,610,22,0,0,0,0],[610,22,612,18,0,0,0,0],[612,18,626,14,0,0,0,0],[613,64,626,14,0,0,0,0],[614,35,619,18,0,0,0,0],[615,24,615,107,0,0,0,0],[615,108,617,22,0,0,0,0],[617,22,619,18,0,0,0,0],[619,18,626,14,0,0,0,0],[622,20,622,32,0,0,0,0],[622,33,625,18,0,0,0,0],[625,18,626,14,0,0,0,0],[626,21,628,14,0,0,0,0],[628,14,635,10,0,0,0,0],[629,30,634,14,0,0,0,0],[630,20,630,103,0,0,0,0],[630,104,632,18,0,0,0,0],[632,18,634,14,0,0,0,0],[634,14,635,10,0,0,0,0],[635,10,637,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaF","regions":[[646,51,741,6,0,0,0,0],[649,12,649,53,0,0,0,0],[649,54,653,10,0,0,0,0],[653,10,740,18,0,0,0,0],[675,12,675,36,0,0,0,0],[675,37,679,10,0,0,0,0],[682,12,684,10,0,0,0,0],[683,66,684,10,0,0,0,0],[684,17,690,10,0,0,0,0],[690,10,740,18,0,0,0,0],[717,12,717,31,0,0,0,0],[717,32,719,10,0,0,0,0],[719,16,723,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu_","regions":[[729,41,729,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu0_","regions":[[729,57,729,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC24repairVHIDDaemonServicesSbyYaFSbyKXEfu1_","regions":[[729,74,729,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22formatVHIDRepairOutput33_ADCB2912C91ECA28CA107CE37E8756A2LL09bootstrapI012daemonLoaded07managerS010configured14securityIssuesSSSgSS_S3bSaySSGtF","regions":[[749,18,769,6,0,0,0,0],[752,12,752,28,0,0,0,0],[752,29,754,10,0,0,0,0],[755,12,755,25,0,0,0,0],[755,26,757,10,0,0,0,0],[758,12,758,26,0,0,0,0],[758,27,760,10,0,0,0,0],[761,12,761,23,0,0,0,0],[761,24,763,10,0,0,0,0],[764,12,764,35,0,0,0,0],[764,36,767,10,0,0,0,0],[768,34,768,37,0,0,0,0],[768,40,768,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC22formatVHIDRepairOutput33_ADCB2912C91ECA28CA107CE37E8756A2LL09bootstrapI012daemonLoaded07managerS010configured14securityIssuesSSSgSS_S3bSaySSGtFS2SXEfU_","regions":[[766,59,766,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC18installAllServicesSbyYaF","regions":[[783,45,815,6,0,0,0,0],[787,12,787,53,0,0,0,0],[787,54,790,10,0,0,0,0],[790,10,814,20,0,0,0,0],[796,12,796,27,0,0,0,0],[796,28,801,10,0,0,0,0],[801,10,814,20,0,0,0,0],[807,12,807,26,0,0,0,0],[807,27,811,10,0,0,0,0],[811,10,814,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC18installAllServicesSbyYaFSSyKXEfu_","regions":[[798,102,798,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC023registerKanataWithSMAppE033_ADCB2912C91ECA28CA107CE37E8756A2LLSbyYaF","regions":[[823,65,871,6,0,0,0,0],[826,44,829,10,0,0,0,0],[829,10,871,6,0,0,0,0],[836,12,836,32,0,0,0,0],[836,33,853,10,0,0,0,0],[848,16,848,31,0,0,0,0],[848,32,851,14,0,0,0,0],[851,14,853,10,0,0,0,0],[853,10,871,6,0,0,0,0],[856,12,856,39,0,0,0,0],[856,40,859,10,0,0,0,0],[859,10,871,6,0,0,0,0],[862,12,867,10,0,0,0,0],[864,60,866,24,0,0,0,0],[867,17,870,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceBootstrapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceBootstrapperC32installAllServicesWithoutLoading06binaryB0SbSS_tYaF","regions":[[880,77,944,6,0,0,0,0],[884,12,884,53,0,0,0,0],[884,54,887,10,0,0,0,0],[887,10,943,30,0,0,0,0],[922,12,924,10,0,0,0,0],[923,61,924,10,0,0,0,0],[924,17,927,10,0,0,0,0],[927,10,943,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerCACyc33_F143843327E85E5C2509E60A6308EF40Llfc","regions":[[24,20,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE6Loaded9serviceIDSbSS_tYaF","regions":[[46,71,112,6,0,0,0,0],[48,12,48,45,0,0,0,0],[48,46,90,10,0,0,0,0],[49,16,49,57,0,0,0,0],[49,58,55,14,0,0,0,0],[55,14,90,10,0,0,0,0],[60,20,60,25,0,0,0,0],[61,13,64,99,0,0,0,0],[66,13,70,28,0,0,0,0],[71,13,75,28,0,0,0,0],[76,13,83,29,0,0,0,0],[78,20,78,62,0,0,0,0],[78,63,82,18,0,0,0,0],[82,18,83,29,0,0,0,0],[84,13,88,29,0,0,0,0],[89,14,90,10,0,0,0,0],[90,10,112,6,0,0,0,0],[93,12,93,53,0,0,0,0],[93,54,99,10,0,0,0,0],[99,10,112,6,0,0,0,0],[101,12,107,10,0,0,0,0],[102,103,106,28,0,0,0,0],[107,17,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaF","regions":[[123,72,216,6,0,0,0,0],[129,12,129,53,0,0,0,0],[129,54,135,10,0,0,0,0],[135,10,216,6,0,0,0,0],[140,12,209,10,0,0,0,0],[141,103,208,27,0,0,0,0],[147,45,151,14,0,0,0,0],[151,14,208,27,0,0,0,0],[170,16,170,25,0,0,0,0],[170,26,186,14,0,0,0,0],[172,33,175,18,0,0,0,0],[175,27,175,62,0,0,0,0],[175,63,178,18,0,0,0,0],[178,24,185,18,0,0,0,0],[186,20,196,14,0,0,0,0],[188,20,188,43,0,0,0,0],[188,44,190,18,0,0,0,0],[190,27,190,35,0,0,0,0],[190,36,192,18,0,0,0,0],[193,22,195,18,0,0,0,0],[209,17,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSiSgyKXEfu_","regions":[[159,24,159,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSiSgyKXEfu0_","regions":[[162,24,162,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu1_","regions":[[165,56,165,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu2_","regions":[[175,44,175,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu3_","regions":[[175,54,175,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSbyKXEfu4_","regions":[[188,37,188,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu5_","regions":[[201,43,201,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu6_","regions":[[201,77,201,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC02isE7Healthy9serviceIDSbSS_tYaFSSyKXEfu7_","regions":[[201,121,201,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC03getE6StatusAA012LaunchDaemonI0VyYaF","regions":[[226,69,259,6,0,0,0,0],[232,12,232,45,0,0,0,0],[232,46,239,10,0,0,0,0],[239,16,243,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC011checkKanataeF07tcpPort9timeoutMsAA0iF8SnapshotVSi_SitYaF","regions":[[276,37,318,6,0,0,0,0],[279,12,299,10,0,0,0,0],[282,14,299,10,0,0,0,0],[283,16,283,36,0,0,0,0],[283,37,296,14,0,0,0,0],[286,102,294,18,0,0,0,0],[288,24,288,40,0,0,0,0],[290,21,293,22,0,0,0,0],[293,22,294,18,0,0,0,0],[294,18,296,14,0,0,0,0],[296,20,298,14,0,0,0,0],[299,17,302,10,0,0,0,0],[302,10,317,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC011checkKanataeF07tcpPort9timeoutMsAA0iF8SnapshotVSi_SitYaFSbyYacfU_","regions":[[305,41,312,10,0,0,0,0],[308,13,310,14,0,0,0,0],[310,14,311,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC22isKanataPlistInstalledSbyF","regions":[[325,43,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC31isVHIDDaemonConfiguredCorrectlySbyF","regions":[[333,52,354,6,0,0,0,0],[335,89,339,10,0,0,0,0],[339,10,353,21,0,0,0,0],[344,85,350,10,0,0,0,0],[350,10,353,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC08getPlistB033_F143843327E85E5C2509E60A6308EF40LL3forS2S_tF","regions":[[359,64,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC014getKanataPlistB033_F143843327E85E5C2509E60A6308EF40LLSSyF","regions":[[365,49,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC016getLaunchDaemonsB033_F143843327E85E5C2509E60A6308EF40LLSSyF","regions":[[370,51,376,6,0,0,0,0],[372,80,374,10,0,0,0,0],[374,10,375,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitF","regions":[[386,74,429,6,0,0,0,0],[389,12,389,20,0,0,0,0],[389,21,389,37,0,0,0,0],[389,37,428,21,0,0,0,0],[406,12,406,30,0,0,0,0],[406,31,409,10,0,0,0,0],[409,10,428,21,0,0,0,0],[412,12,412,32,0,0,0,0],[412,33,415,10,0,0,0,0],[415,10,428,21,0,0,0,0],[419,12,419,19,0,0,0,0],[419,57,425,10,0,0,0,0],[425,10,428,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitFs5Int32VSPySo11sockaddr_inVGXEfU_","regions":[[400,55,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthCheckerC8probeTCP33_F143843327E85E5C2509E60A6308EF40LL4port9timeoutMsSbSi_SitFs5Int32VSPySo11sockaddr_inVGXEfU_AISPySo0U0VGXEfU_","regions":[[401,66,403,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE13firstMatchInt33_F143843327E85E5C2509E60A6308EF40LL7patternSiSgSS_tF","regions":[[436,49,449,6,0,0,0,0],[437,12,446,10,0,0,0,0],[438,63,445,36,0,0,0,0],[442,18,444,14,0,0,0,0],[444,14,445,36,0,0,0,0],[446,17,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceHealthChecker.swift"],"mcdc_records":[],"name":"$sSS13KeyPathAppKitE16firstMatchString33_F143843327E85E5C2509E60A6308EF40LL7patternSSSgSS_tF","regions":[[452,55,465,6,0,0,0,0],[453,12,462,10,0,0,0,0],[454,63,461,39,0,0,0,0],[458,18,460,14,0,0,0,0],[460,14,461,39,0,0,0,0],[462,17,464,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceHealthStatusV7healthyACyFZ","regions":[[14,50,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19ServiceHealthStatusV9unhealthy6reason13shouldRestartACSS_SbtFZ","regions":[[23,94,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18minRestartInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[114,52,114,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18maxRestartInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[115,52,115,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17backoffMultiplier33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[116,45,116,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20tcpServerGracePeriod33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[117,54,117,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21maxConnectionFailures33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[118,41,118,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16maxStartAttempts33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[119,36,119,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16maxRetryAttempts33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[120,36,120,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC24maxTCPHealthCheckRetries33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[121,44,121,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13tcpRetryDelay33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[122,47,122,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC22connectionFailureCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[128,42,128,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17startAttemptCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[129,37,129,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC17retryAttemptCount33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[130,37,130,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21recentPIDObservations33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSaySi3pid_10Foundation4DateV9timestamptGvpfi","regions":[[139,72,139,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC22crashLoopWindowSeconds33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSdvpfi","regions":[[142,56,142,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18crashLoopThreshold33_E4B8DAD92713AA2AB87995FC4F8B30F2LLSivpfi","regions":[[145,38,145,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC16processLifecycleAC0ab6DaemonI007ProcessI7ManagerC_tcfc","regions":[[152,53,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC05checkeF013processStatus7tcpPortAA0efJ0VAA07ProcessfJ0V_SitYaF","regions":[[162,36,214,6,0,0,0,0],[166,44,169,10,0,0,0,0],[169,10,214,6,0,0,0,0],[175,45,183,10,0,0,0,0],[177,16,177,53,0,0,0,0],[177,54,182,14,0,0,0,0],[182,14,183,10,0,0,0,0],[183,10,214,6,0,0,0,0],[188,12,188,22,0,0,0,0],[188,23,193,10,0,0,0,0],[193,16,213,10,0,0,0,0],[195,49,205,14,0,0,0,0],[197,20,197,57,0,0,0,0],[197,58,204,18,0,0,0,0],[204,18,205,14,0,0,0,0],[205,14,212,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC05checkeF013processStatus7tcpPortAA0efJ0VAA07ProcessfJ0V_SitYaFSSyKXEfu_","regions":[[172,92,172,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC21performTCPHealthCheck33_E4B8DAD92713AA2AB87995FC4F8B30F2LL4portSbSi_tYaF","regions":[[217,65,262,6,0,0,0,0],[219,52,222,10,0,0,0,0],[222,10,261,25,0,0,0,0],[226,12,226,36,0,0,0,0],[226,37,229,10,0,0,0,0],[231,51,234,10,0,0,0,0],[234,10,261,25,0,0,0,0],[238,55,252,10,0,0,0,0],[244,16,244,25,0,0,0,0],[244,26,246,14,0,0,0,0],[246,14,252,10,0,0,0,0],[249,16,249,50,0,0,0,0],[249,51,251,14,0,0,0,0],[252,10,261,25,0,0,0,0],[254,12,254,21,0,0,0,0],[254,22,256,10,0,0,0,0],[256,16,259,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC24calculateBackoffInterval33_E4B8DAD92713AA2AB87995FC4F8B30F2LL12attemptCountSdSi_tF","regions":[[267,78,270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC010canRestartE0AA0I13CooldownStateVyYaF","regions":[[272,60,305,6,0,0,0,0],[278,47,290,10,0,0,0,0],[283,16,283,55,0,0,0,0],[283,56,289,14,0,0,0,0],[294,45,297,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartAttempt9timestampy10Foundation4DateV_tYaF","regions":[[307,52,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartSuccessyyYaF","regions":[[318,37,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC18recordStartFailureyyYaF","regions":[[328,37,333,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaF","regions":[[344,58,382,6,0,0,0,0],[351,20,361,10,0,0,0,0],[355,16,355,24,0,0,0,0],[355,25,360,14,0,0,0,0],[367,12,367,23,0,0,0,0],[367,24,379,10,0,0,0,0],[376,51,378,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbSi3pid_10Foundation4DateV9timestampt_tXEfU_","regions":[[348,41,348,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbSi3pid_10Foundation4DateV9timestampt_tXEfU0_","regions":[[353,59,353,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFSbyKXEfu_","regions":[[353,80,353,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20recordPIDObservationySbSiSgYaFS2i3pid_10Foundation4DateV9timestampt_tcfu0_","regions":[[364,56,364,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvg","regions":[[385,29,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvgSbSi3pid_10Foundation4DateV9timestampt_tXEfU_","regions":[[387,63,389,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC13isInCrashLoopSbvgS2i3pid_10Foundation4DateV9timestampt_tcfu_","regions":[[390,53,390,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC19clearCrashLoopStateyyYaF","regions":[[395,38,398,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23recordConnectionFailureSbyYaF","regions":[[402,50,414,6,0,0,0,0],[409,12,409,33,0,0,0,0],[409,34,411,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23recordConnectionSuccessyyYaF","regions":[[416,42,421,6,0,0,0,0],[417,12,417,38,0,0,0,0],[417,39,420,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23determineRecoveryAction12healthStatusAA0eiJ0OAA0efL0V_tYaF","regions":[[425,100,464,6,0,0,0,0],[427,74,429,10,0,0,0,0],[429,10,463,30,0,0,0,0],[432,12,432,49,0,0,0,0],[432,50,437,10,0,0,0,0],[437,10,463,30,0,0,0,0],[439,12,439,49,0,0,0,0],[439,50,444,10,0,0,0,0],[444,10,463,30,0,0,0,0],[447,12,447,59,0,0,0,0],[447,60,451,10,0,0,0,0],[451,10,463,30,0,0,0,0],[455,12,455,34,0,0,0,0],[455,35,459,10,0,0,0,0],[459,10,463,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC23determineRecoveryAction12healthStatusAA0eiJ0OAA0efL0V_tYaFSbyKXEfu_","regions":[[427,42,427,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/ServiceHealthMonitor.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ServiceHealthMonitorC20resetMonitoringStateyyYaF","regions":[[466,39,483,6,0,0,0,0],[476,43,480,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO8evaluate15kanataIsRunning11systemState6issuesAA0e7ProcessF0OSb_0aB10WizardCore0p6SystemM0OSayAJ0P5IssueVGtFZ","regions":[[28,31,46,6,0,0,0,0],[30,12,30,40,0,0,0,0],[30,41,32,10,0,0,0,0],[32,10,45,24,0,0,0,0],[35,36,37,10,0,0,0,0],[37,10,45,24,0,0,0,0],[40,69,42,10,0,0,0,0],[42,10,45,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO014toInstallationF0_11systemState0aB10WizardCore0iF0OAA0e7ProcessF0O_AF0l6SystemK0OtFZ","regions":[[56,29,65,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,59,23,0,0,0,0],[60,9,61,20,0,0,0,0],[62,9,63,69,0,0,0,0],[63,44,63,55,0,0,0,0],[63,58,63,69,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO20blockingIssueMessage4fromSSSgSay0aB10WizardCore0lI0VG_tFZ","regions":[[70,77,87,6,0,0,0,0],[71,29,85,10,0,0,0,0],[74,80,74,92,0,0,0,0],[74,92,85,10,0,0,0,0],[75,68,84,14,0,0,0,0],[76,24,76,34,0,0,0,0],[77,17,78,66,0,0,0,0],[79,17,80,63,0,0,0,0],[81,17,82,29,0,0,0,0],[84,14,85,10,0,0,0,0],[85,10,86,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ServiceStatusEvaluator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ServiceStatusEvaluatorO20blockingIssueMessage4fromSSSgSay0aB10WizardCore0lI0VG_tFZSbyKXEfu_","regions":[[74,50,74,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO5titleSSvg","regions":[[14,23,22,6,0,0,0,0],[15,16,15,20,0,0,0,0],[16,9,16,33,0,0,0,0],[17,9,17,31,0,0,0,0],[18,9,18,29,0,0,0,0],[19,9,19,37,0,0,0,0],[20,9,20,40,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO4iconSSvg","regions":[[24,22,32,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,35,0,0,0,0],[27,9,27,64,0,0,0,0],[28,9,28,35,0,0,0,0],[29,9,29,36,0,0,0,0],[30,9,30,49,0,0,0,0],[31,10,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO11visibleTabsSayACGvgZ","regions":[[34,43,39,6,0,0,0,0],[35,12,35,55,0,0,0,0],[35,56,37,10,0,0,0,0],[37,10,38,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO11visibleTabsSayACGvgZSbACXEfU_","regions":[[38,32,38,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV10_selection33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVyAA0E3TabOGvpfi","regions":[[44,49,44,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV15_canManageRules33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[45,47,45,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg","regions":[[47,25,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_","regions":[[48,28,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_A25_yXEfU_","regions":[[52,19,69,14,0,0,0,0],[53,24,53,33,0,0,0,0],[54,17,55,45,0,0,0,0],[56,17,57,44,0,0,0,0],[58,17,63,22,0,0,0,0],[59,24,59,38,0,0,0,0],[59,39,61,22,0,0,0,0],[61,28,63,22,0,0,0,0],[64,17,65,36,0,0,0,0],[66,17,67,46,0,0,0,0],[68,18,69,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E9TabPicker33_2204B5642753636FD7AC25CE826D0095LLV_Qo__AiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE5GroupVyAE19_ConditionalContentVyA8_yA8_yAA07GeneralerG0VAA06StatuserG0VGA8_yA8_yAA05RulesrG0VAA013RulesDisabledG0ATLLVGAA09SimulatorG0VGGAA08AdvancederG0VGG_Qo_tGyXEfU_A25_yXEfU_yycfU_","regions":[[62,57,62,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyyYaYbcfU0_","regions":[[73,15,73,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyycfU1_","regions":[[74,19,79,10,0,0,0,0],[75,16,75,60,0,0,0,0],[75,86,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgyycfU2_","regions":[[80,22,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU3_","regions":[[83,85,85,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU4_","regions":[[86,84,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU5_","regions":[[89,81,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU5_yyYbScMYccfU_","regions":[[92,67,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU6_","regions":[[96,83,98,10,0,0,0,0],[97,42,97,48,0,0,0,0],[97,51,97,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU7_","regions":[[99,87,105,10,0,0,0,0],[100,68,103,14,0,0,0,0],[103,14,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU8_","regions":[[106,78,108,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU8_yyYacfU_","regions":[[107,18,107,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV4bodyQrvgy10Foundation12NotificationVcfU9_","regions":[[109,86,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[114,48,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[116,29,121,10,0,0,0,0],[118,16,118,31,0,0,0,0],[118,53,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SettingsContainerViewV21refreshCanManageRules33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_SbyKXEfu_","regions":[[117,60,117,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[131,25,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_","regions":[[132,29,150,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_","regions":[[133,58,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_SbyKXEfu_","regions":[[134,50,134,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_","regions":[[139,29,147,22,0,0,0,0],[140,46,145,26,0,0,0,0],[145,26,147,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_yyXEfU_","regions":[[141,90,143,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabPicker33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI7ForEachVySayAA0eF0OGAjA0eF6ButtonACLLVGyXEfU_AmJcfU_yycfU_yyXEfU0_","regions":[[146,86,146,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[162,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_","regions":[[163,32,190,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_A27_yXEfU_","regions":[[164,32,187,14,0,0,0,0],[167,49,167,78,0,0,0,0],[168,27,168,77,0,0,0,0],[168,41,168,58,0,0,0,0],[168,61,168,76,0,0,0,0],[177,44,177,73,0,0,0,0],[178,39,178,103,0,0,0,0],[178,53,178,70,0,0,0,0],[178,73,178,102,0,0,0,0],[179,70,179,71,0,0,0,0],[179,74,179,75,0,0,0,0],[184,66,184,75,0,0,0,0],[184,78,184,86,0,0,0,0],[185,49,185,72,0,0,0,0],[186,27,186,63,0,0,0,0],[186,41,186,49,0,0,0,0],[186,52,186,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SettingsTabButton33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI4ViewPAFE12contentShape_6eoFillQrqd___SbtAF0R0Rd__lFQOyAhFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsF9AlignmentVtFQOyAF6VStackVyAF05TupleP0VyAhFE7overlay_AOQrqd___AUtAfGRd__lFQOyAhFE10background_AOQrqd___AUtAfGRd__lFQOyAhFEAlmnOQrAS_AsUtFQOyAhFE15foregroundColoryQrAF5ColorVSgFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF01_rP0VyAF16RoundedRectangleVA2_GQo__AF06StrokerP0VyA16_A2_AF05EmptyP0VGQo__AF4TextVtGG_Qo__AF9RectangleVQo_yXEfU_A27_yXEfU_SbyKXEfu_","regions":[[179,58,179,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SettingsTabO15accessibilityIdSSvg","regions":[[200,33,208,6,0,0,0,0],[201,16,201,20,0,0,0,0],[202,9,202,31,0,0,0,0],[203,9,203,29,0,0,0,0],[204,9,204,37,0,0,0,0],[205,9,205,33,0,0,0,0],[206,9,206,33,0,0,0,0],[207,10,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[214,25,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFE09multilineV9AlignmentyQrAF0V9AlignmentOFQOyAX_Qo__Qo__Qo_AF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[215,29,232,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17RulesDisabledView33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0R0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrANFQOyAjFE09multilineV9AlignmentyQrAF0V9AlignmentOFQOyAX_Qo__Qo__Qo_AF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAxTGG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A20_yXEfU_","regions":[[226,42,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV16_helperInstalled33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[242,48,242,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV17_helperInProgress33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[244,43,244,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV010_duplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySaySSGGvpfi","regions":[[246,55,246,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV27_removeDuplicatesInProgress33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[247,53,247,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV30_showingHelperUninstallConfirm33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[249,56,249,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV31_showingRemoveDuplicatesConfirm33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[250,57,250,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV35_showingResetEverythingConfirmation33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[251,61,251,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV23_showingUninstallDialog33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[252,49,252,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV21_settingsToastManager33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[254,47,254,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg","regions":[[256,25,415,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_","regions":[[257,49,375,10,0,0,0,0],[362,16,362,44,0,0,0,0],[362,45,372,14,0,0,0,0],[372,14,375,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_","regions":[[259,50,357,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_","regions":[[261,37,292,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_","regions":[[262,41,278,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_A27_yXEfU_","regions":[[263,32,271,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A36_yXEfU_A34_yXEfU0_","regions":[[273,44,277,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_yyScMYccfU0_","regions":[[281,48,283,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A60_yXEfU_A50_yXEfU1_","regions":[[283,30,286,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_","regions":[[296,58,354,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_","regions":[[298,61,331,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_","regions":[[303,45,317,26,0,0,0,0],[304,70,304,76,0,0,0,0],[304,79,304,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_","regions":[[305,69,315,30,0,0,0,0],[306,36,306,51,0,0,0,0],[306,52,310,34,0,0,0,0],[310,40,314,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_S2SXEfU_","regions":[[307,72,307,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A72_yXEfU_A68_yXEfU_SSyKXEfu_","regions":[[307,91,307,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_","regions":[[319,45,330,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_yyScMYccfU_","regions":[[320,56,322,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_A77_yXEfU0_","regions":[[322,38,324,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A86_yXEfU_A84_yXEfU0_SbyKXEfu_","regions":[[327,59,327,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_","regions":[[334,61,353,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_yyScMYccfU_","regions":[[343,32,345,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A96_yXEfU_A94_yXEfU0_A92_yXEfU0_A77_yXEfU0_","regions":[[345,34,347,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealV003maxV00U6Height0wY00xY09alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA4_yAGyAE6ZStackVyAGyAiEEAU5width6heightA0_QrAR_ARA2_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AiEE15foregroundColoryQrA14_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_A4_yAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo_GtGG_AE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAE6ButtonVyAiEEAuvwxyZA_A0_QrAR_A5RA2_tFQOyA33__Qo_G_Qo__AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGtGG_Qo__A4_yAGyA4_yAGyA33__ATyAGyAA15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV_A4_yAE19_ConditionalContentVyA33_A33_GGAE6SpacerVtGGATyA39_yAiEE8disabledyQrSbFQOyAiEEA40_yQrA42_FQOyAiEEA43_yQrqd__AEA44_Rd__lFQOyA49_yAE5LabelVyA33_A24_GG_AE19BorderedButtonStyleVQo__Qo__Qo_A58_GGtGG_A4_yAGyA33__A33_A39_yAiEEA40_yQrA42_FQOyAiEE4tintyQrA18_FQOyA81__Qo__Qo_A58_GtGGtGGA71_tGG_Qo__Qo__AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyA4_yAGyA33__AC20duplicateAppsSectionA64_LLQrvpQOy_Qo_tGG_Qo__Qo_SgA71_tGyXEfU_A102_yXEfU0_","regions":[[363,58,369,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI0H0PAEE17environmentObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAA09UninstallaB6DialogV_AA06KanataH5ModelCQo_ycfU0_","regions":[[379,54,382,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvgyyYaYbcfU1_","regions":[[383,15,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_","regions":[[387,93,392,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU_","regions":[[388,45,388,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU0_","regions":[[389,53,391,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU2_yyScMYccfU0_yyYacfU_","regions":[[390,22,390,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU3_","regions":[[392,20,396,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_","regions":[[397,86,402,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU_","regions":[[398,45,398,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_","regions":[[399,57,401,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU4_yyScMYccfU0_yyYacfU_","regions":[[400,22,400,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU5_","regions":[[402,20,404,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_","regions":[[405,87,410,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU_","regions":[[406,45,406,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU0_","regions":[[407,49,409,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU6_yyScMYccfU0_yyYacfU_","regions":[[408,22,408,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU7_","regions":[[410,20,414,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg","regions":[[420,49,467,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[421,50,465,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_","regions":[[422,50,451,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_","regions":[[427,57,450,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_A18_yXEfU_","regions":[[443,61,449,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A22_yXEfU_A20_yXEfU_A18_yXEfU_A0_SScfU_","regions":[[444,65,448,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[453,28,455,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV20duplicateAppsSection33_2204B5642753636FD7AC25CE826D0095LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE4fontyQrAF4FontVSgFQOyAlFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AlFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA0__Qo_AlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA0__Qo_AZyAF7ForEachVySaySSGSSA0_GGtGGtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE4tintyQrATFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyA0_AVGG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A34_yXEfU1_","regions":[[455,16,459,14,0,0,0,0],[457,50,457,63,0,0,0,0],[457,66,457,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[471,46,478,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[473,29,475,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV19refreshHelperStatus33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[477,29,477,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[480,42,507,6,0,0,0,0],[494,12,500,10,0,0,0,0],[495,61,500,10,0,0,0,0],[500,17,505,10,0,0,0,0],[505,10,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[481,29,484,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[496,33,499,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU1_","regions":[[501,33,504,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[509,51,544,6,0,0,0,0],[522,63,532,10,0,0,0,0],[524,16,524,48,0,0,0,0],[524,49,531,14,0,0,0,0],[525,20,528,18,0,0,0,0],[526,74,528,18,0,0,0,0],[528,25,530,18,0,0,0,0],[530,18,531,14,0,0,0,0],[531,14,532,10,0,0,0,0],[532,10,544,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[510,29,510,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU0_","regions":[[535,29,543,10,0,0,0,0],[537,16,537,27,0,0,0,0],[537,28,540,14,0,0,0,0],[539,68,539,70,0,0,0,0],[539,73,539,78,0,0,0,0],[540,20,542,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[546,49,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_","regions":[[550,29,557,10,0,0,0,0],[551,16,551,30,0,0,0,0],[551,31,553,14,0,0,0,0],[553,20,556,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV22performResetEverything33_2204B5642753636FD7AC25CE826D0095LLyyYaFyyYbScMYcXEfU_SSyKXEfu_","regions":[[555,45,555,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15HelperStatusDot33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[566,25,571,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg","regions":[[579,25,605,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[580,49,602,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_","regions":[[581,49,592,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A0_yXEfU_AXyXEfU_","regions":[[584,57,590,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AdvancedDuplicateCallout33_2204B5642753636FD7AC25CE826D0095LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0Q0PAFE15foregroundColoryQrAF0T0VSgFQOyAF5ImageV_Qo__AF6VStackVyAHyAF4TextV_AWtGGAF6SpacerVtGG_AF15ModifiedContentVyAlFE8disabledyQrSbFQOyAlFE11controlSizeyQrAF11ControlSizeOFQOyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAF5LabelVyAwRGG_AF19BorderedButtonStyleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A14_yXEfU0_","regions":[[594,38,596,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV08_verboseF033_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[612,41,612,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV20_showingRestartAlert33_2204B5642753636FD7AC25CE826D0095LL7SwiftUI5StateVySbGvpfi","regions":[[613,46,613,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg","regions":[[615,25,657,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_","regions":[[616,49,644,10,0,0,0,0],[628,16,628,30,0,0,0,0],[628,31,643,14,0,0,0,0],[643,14,644,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_ySb_SbtcfU_","regions":[[621,47,626,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_ySb_SbtcfU_yyYaYbScMYccfU_","regions":[[622,26,625,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAE15ModifiedContentVyAiEE11toggleStyleyQrqd__AE0gT0Rd__lFQOyAE0G0VyAE4TextVG_AE06SwitchgT0VQo_AE31AccessibilityAttachmentModifierVG_SbQo__AiEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE05ShapeT0Rd__lFQOyAiEE7paddingyQrA5_FQOyAE6HStackVyAGyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__ATtGG_Qo__A22_Qo__Qo_SgtGyXEfU_A28_yXEfU0_","regions":[[629,36,639,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_","regions":[[645,79,652,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU_","regions":[[646,44,646,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_","regions":[[647,35,651,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI9TupleViewVyAE6ButtonVyAE4TextVG_ALtGyXEfU0_yyScMYccfU0_yyYacfU_","regions":[[648,22,650,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV4bodyQrvg7SwiftUI4TextVyXEfU1_","regions":[[652,20,656,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20VerboseLoggingToggleV20restartKanataService33_2204B5642753636FD7AC25CE826D0095LLyyYaF","regions":[[659,47,665,6,0,0,0,0],[662,12,662,20,0,0,0,0],[662,21,664,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_","regions":[[486,18,491,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV15uninstallHelper33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_yyYbScMYcXEfU_","regions":[[487,37,490,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_","regions":[[512,18,516,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsContainerView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23AdvancedSettingsTabViewV015removeDuplicateC6Copies33_2204B5642753636FD7AC25CE826D0095LLyyYaF6$deferL_yyFyyYacfU_yyYbScMYcXEfU_","regions":[[513,37,515,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7FormRowV4bodyQrvg","regions":[[10,25,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7FormRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE15foregroundColoryQrAE0M0VSgFQOyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE4TextV_Qo__Qo__xAE6SpacerVtGyXEfU_","regions":[[11,49,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV6header7contentACyxGSSSg_xyctcfC","regions":[[29,80,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg","regions":[[34,25,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyxG_Qo__Qo__AE011StrokeShapeK0VyAE16RoundedRectangleVAE5ColorVAE05EmptyK0VGQo__Qo_AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_tGyXEfU_","regions":[[35,49,58,10,0,0,0,0],[36,27,43,14,0,0,0,0],[43,14,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11FormSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE4TextV_Qo__Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyxG_Qo__Qo__AE011StrokeShapeK0VyAE16RoundedRectangleVAE5ColorVAE05EmptyK0VGQo__Qo_AiEEAJyQrAN_ARtFQOyAE7DividerV_Qo_tGyXEfU_xyXEfU_","regions":[[45,32,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9StatusRowV4bodyQrvg","regions":[[68,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9StatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE06_ShapeK0VyAE6CircleVAE5ColorVG_Qo__AE4TextVAE6SpacerVtGyXEfU_","regions":[[69,29,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV0eF0V5title4icon5style6actionAESS_SSSgAE0E5StyleOyyctcfC","regions":[[102,11,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg","regions":[[110,25,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySi6offset_AC0eF0V7elementtGSiAC06buttonL033_4C35DEA687654FD810D3445B37DB3118LL3forQrAL_tFQOy_Qo_G_AE6SpacerVtGyXEfU_","regions":[[111,29,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV4bodyQrvg7SwiftUI9TupleViewVyAE7ForEachVySaySi6offset_AC0eF0V7elementtGSiAC06buttonL033_4C35DEA687654FD810D3445B37DB3118LL3forQrAL_tFQOy_Qo_G_AE6SpacerVtGyXEfU_ARSi_ALtcfU_","regions":[[112,64,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV10buttonView33_4C35DEA687654FD810D3445B37DB3118LL3forQrAC0eF0V_tF","regions":[[120,68,150,6,0,0,0,0],[129,16,129,28,0,0,0,0],[130,9,135,50,0,0,0,0],[136,9,141,50,0,0,0,0],[142,9,148,50,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ActionButtonRowV10buttonView33_4C35DEA687654FD810D3445B37DB3118LL3forQrAC0eF0V_tF7SwiftUI19_ConditionalContentVyAI5LabelVyAI4TextVAI5ImageVGAOGyXEfU_","regions":[[121,56,127,10,0,0,0,0],[122,39,124,14,0,0,0,0],[124,20,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7InfoRowV4bodyQrvg","regions":[[159,25,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7InfoRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo_AE6SpacerVtGyXEfU_","regions":[[160,46,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV5title8subtitle4icon6actionACSS_SSSgAHyycSgtcfC","regions":[[182,100,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg","regions":[[189,25,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvgyycyKXEfu_","regions":[[190,34,190,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvgyycyKXEfu_yycfU_","regions":[[190,34,190,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_","regions":[[190,38,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_A27_yXEfU_","regions":[[191,33,217,14,0,0,0,0],[192,29,196,18,0,0,0,0],[196,18,217,14,0,0,0,0],[212,20,212,33,0,0,0,0],[212,34,216,18,0,0,0,0],[216,18,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleListItemV4bodyQrvg7SwiftUI4ViewPAEE12contentShape_6eoFillQrqd___SbtAE0M0Rd__lFQOyAgEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAE6HStackVyAE05TupleK0VyAgEE5frame5width6height9alignmentQrAS_AsE9AlignmentVtFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo_Sg_AE6VStackVyAWyAE4TextV_A14_SgtGGAE6SpacerVAgEEA2_yQrA5_FQOyAgEE4fontyQrAE4FontVSgFQOyA7__Qo__Qo_SgtGG_Qo__AE9RectangleVQo_yXEfU0_A27_yXEfU_A16_yXEfU_","regions":[[198,57,208,18,0,0,0,0],[203,37,207,22,0,0,0,0],[207,22,208,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE18settingsBackgroundQryF","regions":[[231,44,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZ","regions":[[21,41,191,6,0,0,0,0],[33,15,33,26,0,0,0,0],[34,15,34,45,0,0,0,0],[35,67,35,92,0,0,0,0],[35,95,35,98,0,0,0,0],[49,15,49,26,0,0,0,0],[50,15,50,61,0,0,0,0],[50,36,50,46,0,0,0,0],[50,49,50,60,0,0,0,0],[51,61,51,91,0,0,0,0],[51,94,51,97,0,0,0,0],[66,15,66,26,0,0,0,0],[67,15,67,47,0,0,0,0],[68,71,68,98,0,0,0,0],[68,101,68,104,0,0,0,0],[90,73,90,101,0,0,0,0],[90,104,90,107,0,0,0,0],[136,12,136,41,0,0,0,0],[136,42,162,10,0,0,0,0],[151,71,151,96,0,0,0,0],[151,99,151,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU_","regions":[[26,48,31,10,0,0,0,0],[27,60,29,14,0,0,0,0],[29,14,30,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU_SbyKXEfu_","regions":[[28,52,28,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU0_","regions":[[64,50,64,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_","regions":[[85,51,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu_","regions":[[86,49,86,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu0_","regions":[[87,20,87,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu1_","regions":[[88,20,88,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU1_SbyKXEfu1_SbyKXEfu2_","regions":[[88,50,88,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQcfu_","regions":[[103,48,103,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZAM012InstallationG0OyXEfU2_","regions":[[105,49,117,10,0,0,0,0],[106,16,106,50,0,0,0,0],[106,51,106,73,0,0,0,0],[106,73,116,31,0,0,0,0],[107,16,107,37,0,0,0,0],[107,38,109,14,0,0,0,0],[109,14,116,31,0,0,0,0],[110,16,110,46,0,0,0,0],[110,47,112,14,0,0,0,0],[112,14,116,31,0,0,0,0],[113,16,113,61,0,0,0,0],[113,62,115,14,0,0,0,0],[115,14,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU3_","regions":[[118,39,123,10,0,0,0,0],[119,16,119,43,0,0,0,0],[119,44,121,14,0,0,0,0],[121,14,122,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU3_AWyKXEfu_","regions":[[120,51,120,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSbAQXEfU4_","regions":[[137,52,149,14,0,0,0,0],[138,20,138,51,0,0,0,0],[138,52,147,18,0,0,0,0],[139,28,139,44,0,0,0,0],[140,21,143,36,0,0,0,0],[144,21,145,37,0,0,0,0],[147,18,148,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZAM012InstallationG0OyXEfU5_","regions":[[165,46,170,10,0,0,0,0],[166,16,166,50,0,0,0,0],[166,51,166,73,0,0,0,0],[166,73,169,56,0,0,0,0],[167,70,167,92,0,0,0,0],[167,92,169,56,0,0,0,0],[168,42,168,64,0,0,0,0],[168,64,169,56,0,0,0,0],[169,36,169,46,0,0,0,0],[169,49,169,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO4rows06wizardF5State0K6Issues13systemContext13tcpConfigured17hasFullDiskAccessSayAA0efG8RowModelVG0aB10WizardCore0xfL0O_SayAM0X5IssueVGAA0fO0VSgSbSgSbtFZSSSgyXEfU6_","regions":[[171,36,178,10,0,0,0,0],[172,16,172,37,0,0,0,0],[172,38,174,14,0,0,0,0],[174,23,174,48,0,0,0,0],[174,49,176,14,0,0,0,0],[176,14,177,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit31SettingsSystemStatusRowsBuilderO05issueG033_B242E7018CA8465907C450B24597F59CLL3for0aB10WizardCore012InstallationG0OSayAG0R5IssueVG_tFZ","regions":[[195,78,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg","regions":[[207,25,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_","regions":[[208,49,236,10,0,0,0,0],[230,50,235,14,0,0,0,0],[235,14,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_yyScMYccfU_","regions":[[209,28,209,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_A19_yXEfU0_","regions":[[209,42,224,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0M0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonR0Rd__lFQOyAE0T0VyAE6HStackVyAGyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAkEE4fontyQrAE4FontVSgFQOyA7__Qo_tGGG_AE05PlaintR0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE7paddingyQrAE4EdgeO3SetV_AZtFQOyA10__Qo_SgtGyXEfU_A19_yXEfU0_A18_yXEfU_","regions":[[210,37,223,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV11statusColor33_B242E7018CA8465907C450B24597F59CLL7SwiftUI0J0Vvg","regions":[[239,36,250,6,0,0,0,0],[240,16,240,22,0,0,0,0],[241,9,242,19,0,0,0,0],[243,9,244,20,0,0,0,0],[245,9,246,17,0,0,0,0],[247,9,248,23,0,0,0,0],[249,10,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SettingsSystemStatusRows.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23SettingsSystemStatusRowV10statusIcon33_B242E7018CA8465907C450B24597F59CLLSSvg","regions":[[252,36,267,6,0,0,0,0],[253,16,253,22,0,0,0,0],[254,9,255,36,0,0,0,0],[256,9,257,32,0,0,0,0],[258,9,259,44,0,0,0,0],[260,9,261,20,0,0,0,0],[262,9,263,21,0,0,0,0],[264,9,265,34,0,0,0,0],[266,10,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10_hasAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[8,42,8,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV17_hasAPIKeyFromEnv33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[9,49,9,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV20_hasAPIKeyInKeychain33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[10,52,10,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV04_apiA5Input33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySSGvpfi","regions":[[11,46,11,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV13_isValidating33_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[12,45,12,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV09_isAddingA033_0473CDED80E39028AA0FA043AE5EB15FLL7SwiftUI5StateVySbGvpfi","regions":[[14,44,14,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg","regions":[[16,25,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_","regions":[[17,50,60,10,0,0,0,0],[34,16,34,27,0,0,0,0],[34,28,36,14,0,0,0,0],[36,14,60,10,0,0,0,0],[39,16,39,25,0,0,0,0],[39,26,59,14,0,0,0,0],[59,14,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_AWyXEfU_","regions":[[19,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_AWyXEfU_APyXEfU_","regions":[[20,57,27,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_","regions":[[40,24,56,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_APyXEfU_","regions":[[41,61,48,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_SbyYbcfU0_","regions":[[51,30,51,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AOtGG_AE6SpacerVAC12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvpQOy_Qo_tGGAE31AccessibilityAttachmentModifierVG_AC03apia5InputM0AULLQrvpQOy_Qo_SgAIyAKyAGyAQ_AsE0M0PAEE12labelsHiddenQryFQOyA4_AEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAOG_AE17SwitchToggleStyleVQo__Qo_tGGAZGSgtGyXEfU_A15_yXEfU0_ySbYbcfU1_","regions":[[52,30,52,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV4bodyQrvgyycfU0_","regions":[[61,19,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV17statusDescription33_0473CDED80E39028AA0FA043AE5EB15FLLSSvg","regions":[[66,43,74,6,0,0,0,0],[67,12,67,28,0,0,0,0],[67,29,69,10,0,0,0,0],[69,19,69,38,0,0,0,0],[69,39,71,10,0,0,0,0],[71,16,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg","regions":[[77,41,108,6,0,0,0,0],[78,12,78,28,0,0,0,0],[78,29,82,10,0,0,0,0],[82,19,82,38,0,0,0,0],[82,39,90,10,0,0,0,0],[90,19,90,30,0,0,0,0],[90,31,99,10,0,0,0,0],[99,16,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU_","regions":[[84,30,86,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU0_","regions":[[92,30,96,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12statusButton33_0473CDED80E39028AA0FA043AE5EB15FLLQrvgyyScMYccfU1_","regions":[[101,31,103,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg","regions":[[111,44,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_","regions":[[112,49,142,10,0,0,0,0],[133,44,137,14,0,0,0,0],[137,14,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_","regions":[[113,20,131,14,0,0,0,0],[119,20,119,32,0,0,0,0],[119,33,122,18,0,0,0,0],[122,24,130,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_yyScMYccfU_","regions":[[123,36,125,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV03apiA9InputView33_0473CDED80E39028AA0FA043AE5EB15FLLQrvg7SwiftUI05TupleK0VyAF6HStackVyAHyAF15ModifiedContentVyAF0K0PAFE8disabledyQrSbFQOyAnFE14textFieldStyleyQrqd__AF04TextZ5StyleRd__lFQOyAF06SecureZ0VyAF4TextVG_AF017RoundedBorderTextZ5StyleVQo__Qo_AF31AccessibilityAttachmentModifierVG_AF012_ConditionalW0VyAnFE11controlSizeyQrAF11ControlSizeOFQOyAF08ProgressK0VyAF05EmptyK0VA10_G_Qo_ALyAnFEAOyQrSbFQOyAnFEA4_yQrA6_FQOyAnFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAUG_AF28BorderedProminentButtonStyleVQo__Qo__Qo_A0_GGtGG_AUSgALyAnFE4fontyQrAF4FontVSgFQOyAF4LinkVyAUG_Qo_A0_GtGyXEfU_A25_yXEfU_yyScMYccfU_yyYacfU_","regions":[[124,30,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV13refreshStatus33_0473CDED80E39028AA0FA043AE5EB15FLLyyF","regions":[[146,34,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10saveAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyYaF","regions":[[152,37,174,6,0,0,0,0],[153,41,153,51,0,0,0,0],[153,51,174,6,0,0,0,0],[162,12,162,26,0,0,0,0],[162,27,171,10,0,0,0,0],[163,16,168,14,0,0,0,0],[164,74,168,14,0,0,0,0],[168,21,170,14,0,0,0,0],[170,14,171,10,0,0,0,0],[171,16,173,10,0,0,0,0],[173,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV10saveAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyYaFSSyKXEfu_","regions":[[172,54,172,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit33AIConfigGenerationSettingsSectionV12removeAPIKey33_0473CDED80E39028AA0FA043AE5EB15FLLyyF","regions":[[176,33,183,6,0,0,0,0],[177,12,179,10,0,0,0,0],[178,60,179,10,0,0,0,0],[179,17,181,10,0,0,0,0],[181,10,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV04costF0SaySDySSypGGvg","regions":[[192,46,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV18totalEstimatedCostSdvg","regions":[[196,44,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV11totalTokensSi5input_Si6outputtvg","regions":[[200,56,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg","regions":[[204,25,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_","regions":[[205,28,321,10,0,0,0,0],[222,16,222,35,0,0,0,0],[222,36,238,14,0,0,0,0],[238,20,293,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A10_yXEfU_","regions":[[207,20,217,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[211,32,213,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A45_yXEfU0_","regions":[[224,37,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_","regions":[[240,57,264,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_","regions":[[241,28,259,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_A52_yXEfU_","regions":[[242,53,248,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A56_yXEfU1_A54_yXEfU_A52_yXEfU0_","regions":[[252,54,258,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_","regions":[[270,80,291,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_","regions":[[271,28,289,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_","regions":[[272,65,282,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SSyKXEfu_","regions":[[273,67,273,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SiyKXEfu0_","regions":[[277,79,277,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_A52_yXEfU_SiyKXEfu1_","regions":[[278,81,278,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A75_Si_A70_tcfU2_A73_yXEfU_SdyKXEfu_","regions":[[286,73,286,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_","regions":[[298,53,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_A98_yXEfU_","regions":[[304,24,318,18,0,0,0,0],[310,24,310,44,0,0,0,0],[310,45,317,22,0,0,0,0],[317,22,318,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+AIConfig.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AIUsageHistoryView33_0473CDED80E39028AA0FA043AE5EB15FLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyA_yAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AwjFE09multilineY9AlignmentyQrAF0Y9AlignmentOFQOyAW_Qo_tGG_Qo_A8_GAHyA_yAjFE10background_20ignoresSafeAreaEdgesQrqd___AOtAF10ShapeStyleRd__lFQOyAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyA28_yAHyAW_AWtGG_AYA53_tGG_AWtGG_Qo__A31_Qo_A8_G_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi6offset_SDySSypG7elementtGSiAjFEAKyQrAO_AStFQOyAUyAHyA53__AyWtGG_Qo_GG_AF14PlainListStyleVQo_tGGA14_AjFEAKyQrAO_AStFQOyA28_yAHyAW_AUyAHyAjFEA33_yQrA36_FQOyAF4LinkVyAWG_Qo__AYA_yAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GSgtGGtGG_Qo_tGyXEfU_A100_yXEfU3_A98_yXEfU_yyScMYccfU_","regions":[[311,49,313,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsSection33_5851EC444EDB57EFAED8531B812B024CLLO2idSSvg","regions":[[14,20,14,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsSection33_5851EC444EDB57EFAED8531B812B024CLLO15visibleSectionsSayADGvgZ","regions":[[17,58,26,6,0,0,0,0],[19,12,19,55,0,0,0,0],[19,56,21,10,0,0,0,0],[22,9,22,18,0,0,0,2],[24,9,24,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV21_settingsToastManager33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[31,47,31,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16_selectedSection33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVyAA0efJ0AELLOGvpfi","regions":[[32,66,32,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16selectedLayoutId33_5851EC444EDB57EFAED8531B812B024CLLSSvpfP","regions":[[33,6,33,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV17_selectedLayoutId33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI0C7StorageVySSGvpfi","regions":[[33,87,33,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV16selectedKeymapId33_5851EC444EDB57EFAED8531B812B024CLLSSvpfP","regions":[[34,6,34,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV17_selectedKeymapId33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI0C7StorageVySSGvpfi","regions":[[34,87,34,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV18_showingKeymapInfo33_5851EC444EDB57EFAED8531B812B024CLL7SwiftUI5StateVySbGvpfi","regions":[[35,44,35,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg","regions":[[37,25,73,6,0,0,0,0],[63,17,63,26,0,0,0,2],[66,17,66,23,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_","regions":[[38,28,70,10,0,0,0,0],[63,17,63,26,0,0,0,2],[66,17,66,23,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A11_yXEfU_","regions":[[40,60,44,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A11_yXEfU_A10_A4_cfU_","regions":[[41,65,43,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE15ModifiedContentVyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAkEE11controlSizeyQrAE07ControlV0OFQOyAkEE11pickerStyleyQrqd__AE06PickerY0Rd__lFQOyAE0Z0VyAE4TextVAA0eF7Section33_5851EC444EDB57EFAED8531B812B024CLLOAE7ForEachVySayA4_GSSAkEE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyA1__A4_Qo_GG_AE09SegmentedzY0VQo__Qo__Qo__Qo__Qo_AE31AccessibilityAttachmentModifierVG_AkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAT_A5tE9AlignmentVtFQOyAE5GroupVyAE012_ConditionalN0VyA36_yAC07generalfN0A3_LLQrvpQOy_Qo_AkEEALyQrAP_ATtFQOyAkEEALyQrAP_ATtFQOyAA020VirtualKeysInspectorH0V_Qo__Qo_SgGAA012ExperimentalF7SectionVGG_Qo_tGyXEfU_A47_yXEfU0_","regions":[[53,19,68,14,0,0,0,0],[54,24,54,39,0,0,0,0],[55,17,56,43,0,0,0,0],[57,17,62,22,0,0,0,0],[58,24,58,67,0,0,0,0],[58,68,62,22,0,0,0,0],[63,17,63,26,0,0,0,2],[64,17,65,50,0,0,0,0],[66,17,66,23,0,0,0,2],[67,18,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg","regions":[[78,51,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_","regions":[[79,20,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_","regions":[[80,53,256,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_","regions":[[81,54,253,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_","regions":[[83,62,127,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_","regions":[[88,45,126,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU_","regions":[[90,48,106,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU_yyScMYccfU_","regions":[[99,48,101,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU0_","regions":[[109,48,125,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A41_yXEfU_A39_yXEfU_A37_yXEfU0_yyScMYccfU_","regions":[[118,48,120,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_","regions":[[131,62,250,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_","regions":[[133,65,165,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_SbyYbcfU_","regions":[[141,42,141,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_ySbYbcfU0_","regions":[[142,42,142,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_","regions":[[144,31,160,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A7_yXEfU_","regions":[[145,39,147,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A53_yXEfU0_","regions":[[147,41,150,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A7_yXEfU1_","regions":[[153,39,155,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU_A56_yXEfU1_A53_yXEfU2_","regions":[[155,41,158,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_","regions":[[168,65,200,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_SbyYbcfU_","regions":[[176,42,176,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_ySbYbcfU0_","regions":[[177,42,177,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_","regions":[[179,31,195,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A7_yXEfU_","regions":[[180,39,182,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A53_yXEfU0_","regions":[[182,41,185,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A7_yXEfU1_","regions":[[188,39,190,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A63_yXEfU0_A56_yXEfU1_A53_yXEfU2_","regions":[[190,41,193,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_","regions":[[203,65,249,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A71_yXEfU_","regions":[[208,76,212,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A71_yXEfU_A70_A68_cfU_","regions":[[209,61,211,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_","regions":[[218,48,239,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A81_yXEfU_","regions":[[219,80,223,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A81_yXEfU_A70_A79_cfU_","regions":[[220,64,222,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_yyScMYccfU0_","regions":[[229,40,231,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A17_yXEfU1_","regions":[[231,42,233,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_A108_yXEfU0_A106_ycfU2_","regions":[[236,75,238,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV07generalF7Content33_5851EC444EDB57EFAED8531B812B024CLLQrvg7SwiftUI6VStackVyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAF05TupleH0VyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAHyAWyAF4TextV_AUyAWyAHyAWyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A7_AF08ModifiedJ0VyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA7_G_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_A38_tGGtGG_Qo__AHyAWyAHyAWyA7__A21_yAjFE12labelsHiddenQryFQOyAjFE11pickerStyleyQrqd__AF11PickerStyleRd__lFQOyAF6PickerVyA7_SbAWyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAF5LabelVyA7_AjFEA8_yQrA11_FQOyA17__Qo_G_SbQo__A55_tGG_AF21RadioGroupPickerStyleVQo__Qo_A35_GtGG_A64_AHyAWyA7__A21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSAF7ForEachVySayAA14PhysicalLayoutVGSSAjFEA49__A50_Qrqd___SbtSHRd__lFQOyA7__SSQo_GG_AF15MenuPickerStyleVQo__Qo_A35_GAUyAWyA21_yAjFEAxyZA_A0_A1_A2_A3_QrAS_A5SA5_tFQOyAjFEA45_yQrqd__AFA46_Rd__lFQOyA48_yA7_SSA66_ySayAA13LogicalKeymapVGSSA70_GG_A74_Qo__Qo_A35_G_AjFE7popover11isPresented16attachmentAnchor05arrowT07contentQrAF7BindingVySbG_AF23PopoverAttachmentAnchorOAMSgqd__yctAfIRd__lFQOyAjFE4helpyQrAF015LocalizedStringA0VFQOyAjFEA25_yQrqd__AFA26_Rd__lFQOyA28_yA17_G_AF21BorderlessButtonStyleVQo__Qo__AA17KeymapInfoPopoverAELLVQo_tGGA21_yAjFEA97_yQrA99_FQOyA33__Qo_A35_GtGGtGGAF6SpacerVtGG_Qo__Qo_GyXEfU_A121_yXEfU_A118_yXEfU_A114_yXEfU0_A112_yXEfU1_yyScMYccfU1_","regions":[[241,58,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV11openLogFile33_5851EC444EDB57EFAED8531B812B024CLLyySSF","regions":[[262,50,286,6,0,0,0,0],[268,12,272,10,0,0,0,0],[269,33,271,19,0,0,0,0],[272,17,285,10,0,0,0,0],[278,16,281,14,0,0,0,0],[279,42,281,14,0,0,0,0],[281,21,284,14,0,0,0,0],[284,14,285,10,0,0,0,0],[285,10,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV14selectedKeymap33_5851EC444EDB57EFAED8531B812B024CLLAA07LogicalJ0Vvg","regions":[[288,47,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22GeneralSettingsTabViewV14selectedKeymap33_5851EC444EDB57EFAED8531B812B024CLLAA07LogicalJ0VvgAGyKXEfu_","regions":[[289,53,289,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapInfoPopover33_5851EC444EDB57EFAED8531B812B024CLLV4bodyQrvg","regions":[[296,25,308,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+General.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17KeymapInfoPopover33_5851EC444EDB57EFAED8531B812B024CLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0Q0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF4LinkVyAJGtGyXEfU_","regions":[[297,49,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV16_securityService33_D33ED0796263E17A79D0769FD631C2D1LL7SwiftUI14ObservedObjectVyAA0e8SecurityJ0CGvpfi","regions":[[8,51,8,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV08_showingF3Log33_D33ED0796263E17A79D0769FD631C2D1LL7SwiftUI5StateVySbGvpfi","regions":[[9,46,9,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg","regions":[[11,25,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_","regions":[[12,50,73,10,0,0,0,0],[39,16,39,56,0,0,0,0],[39,57,72,14,0,0,0,0],[72,14,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_AZyXEfU_","regions":[[13,32,20,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU0_","regions":[[22,20,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU0_A4_yXEfU_","regions":[[23,57,30,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU1_","regions":[[40,24,53,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A18_yXEfU1_A4_yXEfU_","regions":[[41,61,48,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_","regions":[[59,24,69,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_yyScMYccfU_","regions":[[60,36,60,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE6HStackVyAGyAE0M0PAEE4fontyQrAE4FontVSgFQOyAkEE15foregroundColoryQrAE0R0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGG_AE15ModifiedContentVyAIyAGyAE6VStackVyAGyAY_AYtGG_AE6SpacerVAkEE12labelsHiddenQryFQOyAkEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyAYG_AE17SwitchToggleStyleVQo__Qo_tGGAE31AccessibilityAttachmentModifierVGAGyA1_yAkEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyA19__Qo_A21_G_AkEEA23_yQrA27__A31_tFQOyAkEEA23_yQrA27__A31_tFQOyAIyAGyA1_yAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE5LabelVyAyUGG_AE15LinkButtonStyleVQo_A21_G_AYtGG_Qo__Qo_tGSgtGyXEfU_A46_yXEfU2_A40_yXEfU0_","regions":[[60,68,62,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30ScriptExecutionSettingsSectionV4bodyQrvgAA0eF7LogView33_D33ED0796263E17A79D0769FD631C2D1LLVycfU0_","regions":[[74,51,76,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV16_securityService7SwiftUI14ObservedObjectVyAA0e8SecurityR0CGvpfi","regions":[[84,51,84,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvg","regions":[[87,104,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_","regions":[[88,66,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu_","regions":[[91,51,91,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu0_","regions":[[92,61,92,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SbyKXEfu1_","regions":[[93,55,93,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV10logEntriesSaySi2id_SS4pathSS9timestampSb7successSS5errortGvgSiAF_SSAGSSAHSbAISSAJtSi_SDySSypGtXEfU_SSyKXEfu2_","regions":[[94,53,94,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg","regions":[[99,25,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_","regions":[[100,28,177,10,0,0,0,0],[116,16,116,34,0,0,0,0],[116,35,127,14,0,0,0,0],[127,20,157,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A10_yXEfU_","regions":[[102,20,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A10_yXEfU_yyScMYccfU_","regions":[[106,32,108,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A41_yXEfU0_","regions":[[118,37,125,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_","regions":[[129,44,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_A69_yXEfU_","regions":[[130,61,153,22,0,0,0,0],[147,28,147,48,0,0,0,0],[147,49,152,26,0,0,0,0],[152,26,153,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A71_SiA52__SSA53_SSA54_SbA55_SSA56_t_tcfU1_A69_yXEfU_A66_yXEfU_","regions":[[131,32,145,26,0,0,0,0],[132,63,132,86,0,0,0,0],[132,89,132,108,0,0,0,0],[133,66,133,72,0,0,0,0],[133,75,133,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A86_yXEfU2_","regions":[[162,20,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV4bodyQrvg7SwiftUI05TupleH0VyAF0H0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF6HStackVyAHyAF4TextV_AF6SpacerVAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAF6ButtonVyAWG_Qo_AF31AccessibilityAttachmentModifierVGtGG_Qo__AF7DividerVAF19_ConditionalContentVyAjFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAS_A5sF9AlignmentVtFQOyAF6VStackVyAHyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AWtGG_Qo_AjFE9listStyleyQrqd__AF9ListStyleRd__lFQOyAF4ListVys5NeverOAF7ForEachVySaySi2id_SS4pathSS9timestampSb7successSS5errortGSiAjFEAKyQrAO_AStFQOyA28_yAHyAUyAHyAjFEA29_yQrA32_FQOyA38__Qo__AjFE14truncationModeyQrAW14TruncationModeOFQOyAjFE9lineLimityQrSiSgFQOyAW_Qo__Qo_AyWtGG_A64_SgtGG_Qo_GG_AF14PlainListStyleVQo_GA14_AjFEAKyQrAO_AStFQOyAUyAHyAW_AYA_yAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyA5__AF19BorderedButtonStyleVQo__Qo_A8_GtGG_Qo_tGyXEfU_A86_yXEfU2_yyScMYccfU_","regions":[[169,37,171,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV15formatTimestampyS2SF","regions":[[181,63,189,6,0,0,0,0],[183,61,183,79,0,0,0,0],[183,79,188,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+ScriptExecution.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22ScriptExecutionLogView33_D33ED0796263E17A79D0769FD631C2D1LLV05clearG0yyF","regions":[[191,29,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg","regions":[[12,25,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvgyyScMYccfU_","regions":[[13,24,13,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0W0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE19_ConditionalContentVyAkEE4fontyQrAE4FontVSgFQOyA0__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE11scaleEffect_6anchorQrAR_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA20_G_Qo__Qo_GtGGyXEfU0_","regions":[[13,38,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV4bodyQrvg7SwiftUI6HStackVyAE9TupleViewVyAE0M0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0W0VSgFQOyAE5ImageV_Qo__Qo__AE4TextVAE6SpacerVAE19_ConditionalContentVyAkEE4fontyQrAE4FontVSgFQOyA0__Qo_AkEEAlmnOQrAS_AsUtFQOyAkEE11scaleEffect_6anchorQrAR_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA20_G_Qo__Qo_GtGGyXEfU0_A25_yXEfU_","regions":[[14,33,33,14,0,0,0,0],[24,20,24,33,0,0,0,0],[24,34,28,18,0,0,0,0],[28,24,32,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV11statusColor33_09EE0BA4FE7930EC8C3A780A6264535CLL7SwiftUI0I0Vvg","regions":[[41,36,53,6,0,0,0,0],[42,31,42,52,0,0,0,0],[42,52,53,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,45,26,0,0,0,0],[46,9,47,24,0,0,0,0],[48,9,51,51,0,0,0,0],[51,31,51,38,0,0,0,0],[51,41,51,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV12trailingIcon33_09EE0BA4FE7930EC8C3A780A6264535CLLSSvg","regions":[[55,38,68,6,0,0,0,0],[56,31,56,59,0,0,0,0],[56,59,68,6,0,0,0,0],[57,16,57,22,0,0,0,0],[58,9,59,43,0,0,0,0],[60,9,61,39,0,0,0,0],[62,9,66,41,0,0,0,0],[63,16,63,24,0,0,0,0],[63,45,65,14,0,0,0,0],[65,14,66,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19PermissionStatusRowV13trailingColor33_09EE0BA4FE7930EC8C3A780A6264535CLL7SwiftUI0I0Vvg","regions":[[70,38,80,6,0,0,0,0],[71,31,71,52,0,0,0,0],[71,52,80,6,0,0,0,0],[72,16,72,22,0,0,0,0],[73,9,74,26,0,0,0,0],[75,9,76,24,0,0,0,0],[77,9,78,51,0,0,0,0],[78,31,78,38,0,0,0,0],[78,41,78,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StatusDetailActionV2id10Foundation4UUIDVvpfi","regions":[[84,14,84,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV2idSSvg","regions":[[104,20,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5title7message4icon5level7actionsACSS_S2SAC5LevelOSayAA0eF6ActionVGtcfC","regions":[[114,7,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5LevelO9tintColor7SwiftUI0I0Vvg","regions":[[124,26,131,6,0,0,0,0],[125,16,125,20,0,0,0,0],[126,9,126,30,0,0,0,0],[127,9,127,31,0,0,0,0],[128,9,128,31,0,0,0,0],[129,9,129,29,0,0,0,0],[130,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12StatusDetailV5LevelO7isIssueSbvg","regions":[[133,23,138,6,0,0,0,0],[134,16,134,20,0,0,0,0],[135,9,135,39,0,0,0,0],[136,9,136,36,0,0,0,0],[137,10,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg","regions":[[144,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_","regions":[[145,46,183,10,0,0,0,0],[163,16,163,39,0,0,0,0],[163,40,182,14,0,0,0,0],[182,14,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A12_yXEfU_","regions":[[151,53,159,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_","regions":[[164,36,181,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_","regions":[[165,45,180,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_yyScMYccfU_","regions":[[166,32,168,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView+StatusSupportingViews.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15StatusDetailRowV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0V0VSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA7__Qo_tGGAE6SpacerVAE6HStackVyAE7ForEachVySayAA0eF6ActionVG10Foundation4UUIDVAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAE19_ConditionalContentVyAiEE10labelStyleyQrqd__AE10LabelStyleRd__lFQOyAE5LabelVyA7_A0_G_AE22TitleAndIconLabelStyleVQo_A7_GG_AE19BorderedButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVGGGSgtGyXEfU_A54_yXEfU0_A53_A21_cfU_A45_yXEfU0_","regions":[[168,34,175,26,0,0,0,0],[169,55,172,30,0,0,0,0],[172,36,174,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16_showSetupBanner33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[13,42,13,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18_wizardSystemState33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI0K0Vy0aB10WizardCore0tjK0OGvpfi","regions":[[16,63,16,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV13_wizardIssues33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySay0aB10WizardCore0T5IssueVGGvpfi","regions":[[17,54,17,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV010_duplicateC6Copies33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySaySSGGvpfi","regions":[[19,55,19,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV21_settingsToastManager33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVyAA06WizardjK0CGvpfi","regions":[[20,47,20,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23_showingPermissionAlert33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[21,49,21,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22_refreshRetryScheduled33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5StateVySbGvpfi","regions":[[22,48,22,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16isServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[25,40,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16isServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvgSbyKXEfu_","regions":[[26,50,26,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23effectiveServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[30,47,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23effectiveServiceRunning33_5610BA5392687163B430B98B8F7675DFLLSbvgSbyKXEfu_","regions":[[31,32,31,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV17hasFullDiskAccess33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[34,41,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15isSystemHealthy33_5610BA5392687163B430B98B8F7675DFLLSbvg","regions":[[38,39,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvg","regions":[[49,56,70,6,0,0,0,0],[50,75,50,95,0,0,0,0],[50,95,69,24,0,0,0,0],[53,12,53,29,0,0,0,0],[53,30,55,10,0,0,0,0],[55,10,69,24,0,0,0,0],[57,12,57,42,0,0,0,0],[57,67,59,10,0,0,0,0],[59,10,69,24,0,0,0,0],[61,12,61,40,0,0,0,0],[61,41,63,10,0,0,0,0],[63,10,69,24,0,0,0,0],[65,12,65,88,0,0,0,0],[65,89,67,10,0,0,0,0],[67,10,69,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSb0aB10WizardCore0S5IssueVXEfU_","regions":[[52,55,52,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSb0aB10WizardCore0S5IssueVXEfU_SbyKXEfu_","regions":[[52,85,52,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSbyKXEfu_","regions":[[65,43,65,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18overallHealthLevel33_5610BA5392687163B430B98B8F7675DFLLAC07OveralljK0AELLOvgSbyKXEfu_SbyKXEfu0_","regions":[[65,82,65,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16systemHealthIcon33_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[72,42,83,6,0,0,0,0],[73,16,73,34,0,0,0,0],[74,9,75,36,0,0,0,0],[76,9,77,44,0,0,0,0],[78,9,79,32,0,0,0,0],[80,9,81,19,0,0,0,0],[82,10,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16systemHealthTint33_5610BA5392687163B430B98B8F7675DFLL7SwiftUI5ColorVvg","regions":[[85,41,96,6,0,0,0,0],[86,16,86,34,0,0,0,0],[87,9,88,19,0,0,0,0],[89,9,90,20,0,0,0,0],[91,9,92,17,0,0,0,0],[93,9,94,23,0,0,0,0],[95,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19systemHealthMessage33_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[98,45,110,6,0,0,0,0],[99,48,99,79,0,0,0,0],[99,79,109,88,0,0,0,0],[100,12,100,43,0,0,0,0],[100,44,102,10,0,0,0,0],[102,10,109,88,0,0,0,0],[103,12,103,34,0,0,0,0],[103,35,105,10,0,0,0,0],[105,10,109,88,0,0,0,0],[106,12,106,57,0,0,0,0],[106,58,108,10,0,0,0,0],[108,10,109,88,0,0,0,0],[109,49,109,71,0,0,0,0],[109,74,109,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19systemHealthMessage33_5610BA5392687163B430B98B8F7675DFLLSSvgSbyKXEfu_","regions":[[106,51,106,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV013kanataServiceE033_5610BA5392687163B430B98B8F7675DFLLSSvg","regions":[[112,45,121,6,0,0,0,0],[113,48,113,72,0,0,0,0],[113,72,120,33,0,0,0,0],[114,12,114,42,0,0,0,0],[114,43,116,10,0,0,0,0],[116,10,120,33,0,0,0,0],[117,12,117,101,0,0,0,0],[117,102,119,10,0,0,0,0],[119,10,120,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV013kanataServiceE033_5610BA5392687163B430B98B8F7675DFLLSSvgSbyKXEfu_","regions":[[117,62,117,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[123,51,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgSbAG_AGtXEfU_","regions":[[125,21,125,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18primaryIssueDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgSbAGXEfU0_","regions":[[126,27,126,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV13statusDetails33_5610BA5392687163B430B98B8F7675DFLLSayAA0E6DetailVGvg","regions":[[129,47,157,6,0,0,0,0],[132,42,134,10,0,0,0,0],[136,35,138,10,0,0,0,0],[140,41,142,10,0,0,0,0],[144,42,146,10,0,0,0,0],[148,45,150,10,0,0,0,0],[152,54,154,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0Vvg","regions":[[159,51,201,6,0,0,0,0],[160,48,167,10,0,0,0,0],[167,10,200,10,0,0,0,0],[169,12,169,42,0,0,0,0],[169,43,176,10,0,0,0,0],[176,10,200,10,0,0,0,0],[178,12,178,101,0,0,0,0],[178,102,185,10,0,0,0,0],[185,10,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgSbyKXEfu_","regions":[[178,62,178,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgyycfU_","regions":[[193,84,195,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07serviceE6Detail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VvgyycfU0_","regions":[[196,82,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[203,49,278,6,0,0,0,0],[204,54,211,10,0,0,0,0],[211,10,277,10,0,0,0,0],[215,12,215,46,0,0,0,0],[215,75,222,10,0,0,0,0],[222,10,277,10,0,0,0,0],[225,50,227,10,0,0,0,0],[228,12,228,47,0,0,0,0],[228,48,230,10,0,0,0,0],[231,12,231,39,0,0,0,0],[231,40,239,10,0,0,0,0],[232,16,232,33,0,0,0,0],[232,34,234,14,0,0,0,0],[234,20,238,14,0,0,0,0],[247,12,247,30,0,0,0,0],[247,121,253,10,0,0,0,0],[255,12,255,97,0,0,0,0],[255,98,261,10,0,0,0,0],[263,12,263,93,0,0,0,0],[263,94,269,10,0,0,0,0],[275,43,275,52,0,0,0,0],[275,55,275,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU_","regions":[[242,70,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu_","regions":[[247,77,247,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU0_","regions":[[249,85,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu0_","regions":[[255,57,255,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU1_","regions":[[257,89,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSbyKXEfu1_","regions":[[263,55,263,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16permissionDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU2_","regions":[[265,86,267,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[280,42,314,6,0,0,0,0],[281,66,281,80,0,0,0,0],[281,80,313,10,0,0,0,0],[282,38,289,10,0,0,0,0],[289,10,313,10,0,0,0,0],[291,12,291,25,0,0,0,0],[291,26,298,10,0,0,0,0],[298,10,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU_","regions":[[306,97,308,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV9tcpDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU0_","regions":[[309,82,311,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvg","regions":[[316,48,353,6,0,0,0,0],[321,41,321,55,0,0,0,0],[321,55,352,10,0,0,0,0],[324,15,324,24,0,0,0,0],[325,15,325,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSb0aB10WizardCore0Q5IssueVXEfU_","regions":[[323,70,323,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu_","regions":[[323,100,323,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_","regions":[[327,31,337,10,0,0,0,0],[333,43,335,14,0,0,0,0],[335,14,336,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_","regions":[[328,48,332,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu_","regions":[[329,53,329,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu0_","regions":[[330,24,330,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu1_","regions":[[331,24,331,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgSSyXEfU0_Sb0aB10WizardCore0Q5IssueVXEfU_SbyKXEfu1_SbyKXEfu2_","regions":[[331,54,331,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU1_","regions":[[345,86,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15karabinerDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eJ0VSgvgyycfU2_","regions":[[348,82,350,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16kanataLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[355,49,369,6,0,0,0,0],[357,58,357,72,0,0,0,0],[357,72,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV16kanataLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[364,69,366,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19karabinerLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[371,52,384,6,0,0,0,0],[372,43,372,57,0,0,0,0],[372,57,383,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19karabinerLogsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[379,67,381,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19duplicateAppsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvg","regions":[[386,52,400,6,0,0,0,0],[387,49,387,63,0,0,0,0],[387,63,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV19duplicateAppsDetail33_5610BA5392687163B430B98B8F7675DFLLAA0eK0VSgvgyycfU_","regions":[[395,74,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV14permissionGaps33_5610BA5392687163B430B98B8F7675DFLL2inSaySSG15missingOrDenied_AG7unknownSb9hasErrorst0aB11Permissions16PermissionOracleC8SnapshotV_tF","regions":[[406,7,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV14permissionGaps33_5610BA5392687163B430B98B8F7675DFLL2inSaySSG15missingOrDenied_AG7unknownSb9hasErrorst0aB11Permissions16PermissionOracleC8SnapshotV_tF6appendL_6status5labelyAM0E0O_SStF","regions":[[411,69,424,10,0,0,0,0],[412,40,412,50,0,0,0,0],[412,50,424,10,0,0,0,0],[413,20,413,26,0,0,0,0],[414,13,415,38,0,0,0,0],[416,13,417,46,0,0,0,0],[418,13,420,33,0,0,0,0],[421,13,422,22,0,0,0,0],[423,14,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg","regions":[[434,25,640,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_","regions":[[435,49,609,10,0,0,0,0],[436,16,436,48,0,0,0,0],[436,66,442,14,0,0,0,0],[442,14,609,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_yycfU_","regions":[[437,29,439,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_","regions":[[445,50,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_","regions":[[447,37,536,18,0,0,0,0],[494,24,494,40,0,0,0,0],[494,41,504,22,0,0,0,0],[501,65,501,69,0,0,0,0],[501,72,501,79,0,0,0,0],[504,22,536,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_","regions":[[448,41,491,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_","regions":[[449,32,462,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_yyScMYccfU_","regions":[[454,44,454,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A45_yXEfU_A37_yXEfU0_","regions":[[454,78,458,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_","regions":[[464,44,490,26,0,0,0,0],[469,63,475,30,0,0,0,0],[475,30,490,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_yyScMYccfU_","regions":[[477,44,479,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_","regions":[[479,32,486,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_SbAA14RuleCollectionVcfu_","regions":[[480,95,480,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A63_yXEfU_A61_yXEfU0_A51_yXEfU0_SbAA10CustomRuleVcfu0_","regions":[[481,91,481,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_yyScMYccfU0_","regions":[[495,40,495,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A74_yXEfU1_","regions":[[495,74,498,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_","regions":[[507,41,535,22,0,0,0,0],[532,56,532,60,0,0,0,0],[532,63,532,68,0,0,0,0],[534,72,534,78,0,0,0,0],[534,81,534,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_SbyYbcfU_","regions":[[511,38,511,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_ySbYbcfU0_","regions":[[512,38,524,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A95_yXEfU_A93_yXEfU2_ySbYbcfU0_yyYacfU_","regions":[[516,42,523,38,0,0,0,0],[517,44,517,52,0,0,0,0],[517,53,519,42,0,0,0,0],[519,48,521,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_","regions":[[540,58,601,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_","regions":[[545,61,581,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU_","regions":[[552,36,552,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU0_","regions":[[561,36,561,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU1_","regions":[[570,36,570,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A100_yXEfU_yycfU2_","regions":[[579,36,579,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_","regions":[[583,61,600,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_","regions":[[589,51,599,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_yyc0ab6WizardP010WizardPageOXEfU_","regions":[[595,59,597,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE0H0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAA11SetupBannerV_Qo__Qo_Sg_AiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE6HStackVyAGyAiEE5frame8minWidth05idealX003maxX00W6Height0Y6Height0Z6Height9alignmentQrAR_A5rE9AlignmentVtFQOyAE6VStackVyAGyA9_yAGyAE6ZStackVyAGyAiEEAZ5width6heightA5_QrAR_ARA7_tFQOyAE06_ShapeH0VyAE6CircleVAE5ColorVG_Qo__AE15ModifiedContentVyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE15foregroundColoryQrA19_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_A9_yAGyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__AiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA52__Qo_SgA23_yAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yA51_G_A40_Qo_A43_GtGGtGG_A23_yAiEE4tintyQrqd__SgAE10ShapeStyleRd__lFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA24_yQrqd__AEA25_Rd__lFQOyA27_yAiEEA30_yQrA33_FQOyAE5LabelVyA51_A35_G_Qo_G_AE28BorderedProminentButtonStyleVQo__Qo__A19_Qo_A43_GSgAYyAGyA23_yAiEEA68_yQrA70_FQOyAiEE11toggleStyleyQrqd__AE11ToggleStyleRd__lFQOyAE6ToggleVyA51_G_AE17SwitchToggleStyleVQo__Qo_A43_G_A51_tGGtGG_Qo__A9_yAGyA51__A9_yAGyAA010PermissionE3RowV_A99_A99_A99_tGGA9_yAGyAiEEAJyQrAN_ARtFQOyA51__Qo__AE7ForEachVySayAA0f6SystemE8RowModelVGSSAA0f6SystemE3RowVGtGGtGGAE6SpacerVtGG_Qo__Qo_A116_tGyXEfU_A117_yXEfU0_A113_yXEfU0_A111_yXEfU0_A109_A106_cfU_yyc0ab6WizardP010WizardPageOXEfU_yycfU_","regions":[[596,37,596,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI0H0PAEE17environmentObjectyQrqd__7Combine010ObservableM0Rd__lFQOyAgAE20customizeSheetWindowQryFQOyAA018InstallationWizardH0V_Qo__AA06KanataH5ModelCQo_0abT4Core0T4PageOcfU0_","regions":[[612,42,616,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_","regions":[[617,78,622,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_yyScMYccfU_","regions":[[618,35,620,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI05TupleH0VyAE6ButtonVyAE4TextVG_ALtGyXEfU1_yyScMYccfU0_","regions":[[621,45,621,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvg7SwiftUI4TextVyXEfU2_","regions":[[622,20,626,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgyyYaYbcfU3_","regions":[[627,15,629,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgy10Foundation12NotificationVcfU4_","regions":[[631,78,635,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgy10Foundation12NotificationVcfU4_yyYacfU_","regions":[[632,18,634,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV4bodyQrvgySb_SbtcfU5_","regions":[[636,41,639,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[644,40,677,6,0,0,0,0],[665,12,665,43,0,0,0,0],[668,9,676,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaF0aB10WizardCore17SystemStateResultVyYbScMYcXEfU_","regions":[[648,43,648,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_","regions":[[652,29,662,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu_","regions":[[658,59,658,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu0_","regions":[[659,20,659,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu1_","regions":[[660,20,660,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SbyKXEfu1_SbyKXEfu2_","regions":[[660,55,660,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFSbyKXEfu_","regions":[[666,62,666,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYccfU1_","regions":[[670,67,675,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV07refreshE033_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYccfU1_yyYacfU_","regions":[[671,22,674,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[679,50,695,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_","regions":[[680,29,682,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_","regions":[[687,29,694,10,0,0,0,0],[688,16,688,23,0,0,0,0],[688,24,690,14,0,0,0,0],[690,20,693,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV23startViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU0_SSyKXEfu_","regions":[[691,57,691,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV18openConfigInEditor33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[697,39,700,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV17openBackupsFolder33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[702,38,705,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV20resetToDefaultConfig33_5610BA5392687163B430B98B8F7675DFLLyyF","regions":[[707,41,716,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV20resetToDefaultConfig33_5610BA5392687163B430B98B8F7675DFLLyyFyyYacfU_","regions":[[708,14,715,10,0,0,0,0],[709,16,712,14,0,0,0,0],[710,63,712,14,0,0,0,0],[712,21,714,14,0,0,0,0],[714,14,715,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaF","regions":[[718,49,729,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_","regions":[[721,29,728,10,0,0,0,0],[722,16,722,23,0,0,0,0],[722,24,724,14,0,0,0,0],[724,20,727,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV22stopViaInstallerEngine33_5610BA5392687163B430B98B8F7675DFLLyyYaFyyYbScMYcXEfU_SSyKXEfu_","regions":[[725,57,725,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV21checkTCPConfiguration33_5610BA5392687163B430B98B8F7675DFLLSbyYaF","regions":[[731,56,753,6,0,0,0,0],[734,70,734,86,0,0,0,0],[734,86,752,39,0,0,0,0],[737,12,747,10,0,0,0,0],[738,82,747,10,0,0,0,0],[741,14,747,10,0,0,0,0],[743,18,745,14,0,0,0,0],[745,14,747,10,0,0,0,0],[747,17,750,10,0,0,0,0],[750,10,752,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV06systemE4Rows33_5610BA5392687163B430B98B8F7675DFLLSayAA0f6SystemE8RowModelVGvg","regions":[[755,66,763,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SettingsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatusSettingsTabViewV15activeRulesText33_5610BA5392687163B430B98B8F7675DFLL5countSSSi_tF","regions":[[766,56,771,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV12_isDismissed33_DEED5B2C766DCB30758120188E3F724DLL7SwiftUI5StateVySbGvpfi","regions":[[5,38,5,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg","regions":[[7,25,49,6,0,0,0,0],[8,12,8,24,0,0,0,0],[8,25,48,10,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_","regions":[[9,33,45,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_","regions":[[10,24,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_A9_yXEfU_","regions":[[14,61,20,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_yyScMYccfU0_","regions":[[24,46,26,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_yyScMYccfU1_","regions":[[32,28,34,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SetupBanner.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SetupBannerV4bodyQrvg7SwiftUI4ViewPAEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE7paddingyQrAR_ALSgtFQOyAE6HStackVyAE05TupleJ0VyAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AE6VStackVyAYyAE4TextV_A8_tGGAE6SpacerVAE15ModifiedContentVyAgEE9focusableyQrSbFQOyAgEE06buttonY0yQrqd__AE015PrimitiveButtonY0Rd__lFQOyAE6ButtonVyA8_G_AE023BorderedProminentButtonY0VQo__Qo_AE31AccessibilityAttachmentModifierVGA14_yAgEEA16_yQrqd__AEA17_Rd__lFQOyA19_yA4_G_AE011PlainButtonY0VQo_A26_GtGG_Qo__A0_Qo__Qo_yXEfU_A33_yXEfU_A4_yXEfU2_","regions":[[34,30,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tF","regions":[[8,46,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_","regions":[[11,23,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_yyYbScMYccfU_","regions":[[14,71,51,18,0,0,0,0],[16,49,50,22,0,0,0,0],[18,28,18,71,0,0,0,0],[18,72,49,26,0,0,0,0],[30,32,30,54,0,0,0,0],[30,55,37,30,0,0,0,0],[40,69,48,30,0,0,0,0],[42,66,45,34,0,0,0,0],[50,22,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV4body7contentQr7SwiftUI05_ViewG8_ContentVyACG_tFyycfU_yyYbScMYccfU_SbyKXEfu_","regions":[[18,46,18,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SheetWindowModifierV13removeBorders027_596C1CF8C22DD960ADDA20FC59J4FE17LL4fromySo6NSViewC_tF","regions":[[56,51,64,6,0,0,0,0],[57,35,60,10,0,0,0,0],[61,38,63,10,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC10isResizing027_596C1CF8C22DD960ADDA20FC59K4FE17LLSbvpfi","regions":[[70,30,70,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC7topLeftACSo7CGPointV_tcfc","regions":[[72,28,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC010windowWillG0_2toSo6CGSizeVSo8NSWindowC_AGtF","regions":[[77,79,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SheetWindowResizeDelegateC09windowDidG0yy10Foundation12NotificationVF","regions":[[85,56,97,6,0,0,0,0],[86,78,86,88,0,0,0,0],[86,88,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/SheetWindowModifier.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20customizeSheetWindowQryF","regions":[[103,46,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO14teamIdentifier33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZ","regions":[[13,73,32,6,0,0,0,0],[18,67,20,10,0,0,0,0],[20,10,31,69,0,0,0,0],[27,14,29,10,0,0,0,0],[29,10,31,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO14isRunningAdHocSbyFZ","regions":[[35,42,39,6,0,0,0,0],[37,68,37,83,0,0,0,0],[37,83,38,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO06verifyE11ConsistencyyyFZ","regions":[[43,46,82,6,0,0,0,0],[48,49,51,10,0,0,0,0],[51,10,82,6,0,0,0,0],[54,72,57,10,0,0,0,0],[57,10,82,6,0,0,0,0],[60,76,63,10,0,0,0,0],[63,10,82,6,0,0,0,0],[66,12,66,40,0,0,0,0],[66,41,68,10,0,0,0,0],[68,16,81,10,0,0,0,0],[76,16,76,73,0,0,0,0],[76,74,80,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO06verifyE11ConsistencyyyFZyyYbScMYccfU_","regions":[[77,42,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO11getCodeHash33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZ","regions":[[85,70,105,6,0,0,0,0],[90,67,92,10,0,0,0,0],[92,10,104,68,0,0,0,0],[100,14,102,10,0,0,0,0],[102,10,104,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO11getCodeHash33_558AFF169D35624629CF2171249E19FBLL03forB0SSSgSS_tFZSSs5UInt8VXEfU_","regions":[[104,27,104,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO24showRestartAlertIfNeededyyFZ","regions":[[110,44,123,6,0,0,0,0],[115,49,115,59,0,0,0,0],[115,59,123,6,0,0,0,0],[118,12,118,28,0,0,0,0],[118,29,120,10,0,0,0,0],[120,16,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO04showE13MismatchAlert33_558AFF169D35624629CF2171249E19FBLLyyFZ","regions":[[127,54,154,6,0,0,0,0],[128,9,128,30,0,0,0,2],[142,16,142,51,0,0,0,0],[142,52,149,14,0,0,0,0],[150,9,153,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SignatureHealthCheck.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SignatureHealthCheckO22showUnsignedBuildAlert33_558AFF169D35624629CF2171249E19FBLLyyFZ","regions":[[158,50,182,6,0,0,0,0],[159,9,159,30,0,0,0,2],[172,16,172,51,0,0,0,0],[172,52,178,14,0,0,0,0],[179,9,181,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV8maxLinesSivpfi","regions":[[7,25,7,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV11_logContent33_93FFF8E2DC1DAC9124530CFB228F6F3ALL7SwiftUI5StateVySSGvpfi","regions":[[9,45,9,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV10_isLoading33_93FFF8E2DC1DAC9124530CFB228F6F3ALL7SwiftUI5StateVySbGvpfi","regions":[[10,36,10,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg","regions":[[12,25,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_","regions":[[13,28,81,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_","regions":[[15,20,50,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu_","regions":[[22,32,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[22,32,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A15_yXEfU_","regions":[[22,46,28,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu1_","regions":[[34,32,34,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[34,32,34,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A32_yXEfU0_","regions":[[34,44,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu3_","regions":[[43,32,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_yyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[43,32,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A41_yXEfU_A32_yXEfU1_","regions":[[43,46,45,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A85_yXEfU0_","regions":[[58,24,79,14,0,0,0,0],[59,20,59,29,0,0,0,0],[59,30,68,18,0,0,0,0],[68,24,78,18,0,0,0,0],[71,31,71,89,0,0,0,0],[71,92,71,102,0,0,0,0],[74,59,74,69,0,0,0,0],[74,72,74,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE7paddingyQrAO_12CoreGraphics7CGFloatVSgtFQOyAiEEAQyQrAO_AUtFQOyAE6HStackVyAGyAE4TextV_AE6SpacerVAE15ModifiedContentVyAiEE4helpyQrAE015LocalizedStringA0VFQOyAiEE06buttonU0yQrqd__AE015PrimitiveButtonU0Rd__lFQOyAE6ButtonVyAiEE14truncationModeyQrAY14TruncationModeOFQOyAiEE9lineLimityQrSiSgFQOyAY_Qo__Qo_G_AE011PlainButtonU0VQo__Qo_AE31AccessibilityAttachmentModifierVGA1_yAiEE8disabledyQrSbFQOyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEEA5_yQrqd__AEA6_Rd__lFQOyA8_yAE5LabelVyAyE5ImageVGG_AE014BorderedButtonU0VQo__Qo__Qo_A22_GA1_yA37_A22_GtGG_Qo__Qo__AE5ColorVQo__AE7DividerVAiEEAJ_AKQrqd___AOtAePRd__lFQOyAE06ScrollL0VyAE19_ConditionalContentVyAiEEAQyQrAO_AUtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAU_A5uE9AlignmentVtFQOyAWyAGyAiEE11scaleEffect_6anchorQrAT_AE9UnitPointVtFQOyAE08ProgressL0VyAE05EmptyL0VA71_G_Qo__AYtGG_Qo__Qo_AiEEAQyQrATFQOyAiEEA54_A55_A56_A57_A58_A59_A60_A61_QrAU_A5UA63_tFQOyAiEE13textSelectionyQrqd__AE17TextSelectabilityRd__lFQOyAY_AE24EnabledTextSelectabilityVQo__Qo__Qo_GG_A46_Qo_tGyXEfU_A85_yXEfU0_A74_yXEfU_","regions":[[60,28,65,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV4bodyQrvgyycfU0_","regions":[[82,19,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[87,28,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyFyyYacfU_","regions":[[89,14,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[91,33,94,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV07refreshF033_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[98,31,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF7Content33_93FFF8E2DC1DAC9124530CFB228F6F3ALLSSyYaF","regions":[[102,51,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV04loadF7Content33_93FFF8E2DC1DAC9124530CFB228F6F3ALLSSyYaFSSyYacfU_","regions":[[104,29,118,10,0,0,0,0],[105,92,107,14,0,0,0,0],[107,14,118,10,0,0,0,0],[112,16,112,38,0,0,0,0],[112,39,115,14,0,0,0,0],[115,20,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV12openInFinder33_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[121,33,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleLogViewer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleLogViewerV12openInEditor33_93FFF8E2DC1DAC9124530CFB228F6F3ALLyyF","regions":[[127,33,154,6,0,0,0,0],[142,43,150,10,0,0,0,0],[143,16,143,66,0,0,0,0],[143,67,149,14,0,0,0,0],[149,14,150,10,0,0,0,0],[150,10,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogCACyc33_5F7291B5F9E528ED2FE58B2689D38A73Llfc","regions":[[8,20,8,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC13getAllPresetsSayAA0E9ModPresetVGyF","regions":[[11,54,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC20getPresetsByCategorySDySSSayAA0E9ModPresetVGGyF","regions":[[99,71,108,6,0,0,0,0],[101,39,106,10,0,0,0,0],[102,16,102,51,0,0,0,0],[102,52,104,14,0,0,0,0],[106,10,107,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStF","regions":[[111,80,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStFSbAHXEfU_","regions":[[112,31,112,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsCatalog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsCatalogC10findPreset04fromA002toA0AA0e3ModI0VSgSS_SStFSbAHXEfU_SbyKXEfu_","regions":[[112,58,112,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimpleMappingV2id04fromA002toA07enabled04fileB09lineRange8checksumAC10Foundation4UUIDV_S2SSbSSSNySiGSgSSSgtcfC","regions":[[21,7,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SimpleModPresetV2id4name11description8category04fromA002toA0AC10Foundation4UUIDV_S5StcfC","regions":[[48,7,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15MappingConflictV04fromA015conflictingLine0H4File6reasonACSS_SiS2StcfC","regions":[[65,97,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimpleModsModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SentinelBlockV2id7version9startLine03endJ08mappingsACSS_S3iSayAA13SimpleMappingVGtcfC","regions":[[81,100,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC06configB0ACSS_tcfc","regions":[[8,37,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKF","regions":[[15,7,139,6,0,0,0,0],[16,71,19,10,0,0,0,0],[19,10,138,55,0,0,0,0],[21,78,138,55,0,0,0,0],[40,49,136,10,0,0,0,0],[45,16,46,52,0,0,0,0],[47,13,62,14,0,0,0,0],[48,20,48,27,0,0,0,0],[48,28,51,18,0,0,0,0],[51,18,61,25,0,0,0,0],[55,20,55,87,0,0,0,0],[55,88,60,18,0,0,0,0],[62,14,136,10,0,0,0,0],[65,16,66,50,0,0,0,0],[67,13,86,14,0,0,0,0],[68,20,68,27,0,0,0,0],[68,28,84,18,0,0,0,0],[70,24,70,40,0,0,0,0],[70,41,83,22,0,0,0,0],[86,14,136,10,0,0,0,0],[89,16,89,23,0,0,0,0],[89,24,120,14,0,0,0,0],[91,20,91,52,0,0,0,0],[91,81,94,18,0,0,0,0],[94,18,120,14,0,0,0,0],[97,73,113,18,0,0,0,0],[98,24,98,57,0,0,0,0],[98,58,107,22,0,0,0,0],[107,28,111,22,0,0,0,0],[116,20,116,34,0,0,0,0],[116,62,119,18,0,0,0,0],[120,20,135,14,0,0,0,0],[122,73,134,18,0,0,0,0],[124,24,124,88,0,0,0,0],[124,89,132,22,0,0,0,0],[135,14,136,10,0,0,0,0],[136,10,138,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu_","regions":[[45,51,45,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu0_","regions":[[46,20,46,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu1_","regions":[[55,56,55,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu2_","regions":[[58,51,58,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu3_","regions":[[59,65,59,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSiyKXEfu4_","regions":[[59,73,59,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu5_","regions":[[65,49,65,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbyKXEfu6_","regions":[[66,20,66,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSSyKXEfu7_","regions":[[73,44,73,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSiyKXEfu8_","regions":[[75,58,75,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC5parseAA13SentinelBlockVSg5block_SayAA0E7MappingVG11allMappingsSayAA0L8ConflictVG9conflictstyKFSbAJXEfU_","regions":[[124,54,124,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitF","regions":[[142,89,187,6,0,0,0,0],[148,12,148,34,0,0,0,0],[148,35,152,10,0,0,0,0],[154,12,154,53,0,0,0,0],[154,54,156,10,0,0,0,0],[156,10,186,10,0,0,0,0],[159,12,159,62,0,0,0,0],[159,63,161,10,0,0,0,0],[161,10,186,10,0,0,0,0],[165,37,167,10,0,0,0,0],[167,10,186,10,0,0,0,0],[176,12,176,66,0,0,0,0],[176,67,178,10,0,0,0,0],[178,10,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSJXEfU_","regions":[[151,50,151,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSJXEfU_SbyKXEfu_","regions":[[151,65,151,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu_","regions":[[154,31,154,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu0_","regions":[[159,48,159,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbSSXEfU0_","regions":[[164,74,164,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu1_","regions":[[173,38,173,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC16parseMappingLine33_AB9D775A1B3CACE5292979C2E51A717CLL_2atAA0eI0VSgSS_SitFSbyKXEfu2_","regions":[[176,42,176,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC15parseAttributes33_AB9D775A1B3CACE5292979C2E51A717CLL4fromSDyS2SGSS_tF","regions":[[190,73,212,6,0,0,0,0],[194,12,194,40,0,0,0,0],[194,41,196,10,0,0,0,0],[196,19,196,46,0,0,0,0],[196,47,198,10,0,0,0,0],[202,52,209,10,0,0,0,0],[204,16,204,35,0,0,0,0],[204,36,208,14,0,0,0,0],[209,10,211,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSF","regions":[[215,58,234,6,0,0,0,0],[217,12,217,86,0,0,0,0],[217,87,219,10,0,0,0,0],[219,10,233,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu_","regions":[[217,27,217,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu0_","regions":[[217,48,217,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsParser.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsParserC013isValidKanataA033_AB9D775A1B3CACE5292979C2E51A717CLLySbSSFSbyKXEfu1_","regions":[[217,69,217,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC18_installedMappings014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA0E7MappingVGGvpfi","regions":[[7,77,7,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC17_availablePresets014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA0E9ModPresetVGGvpfi","regions":[[8,78,8,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10_conflicts014_733D16E3745B3K17BD5CF484E7E820CC6LL7Combine9PublishedVySayAA15MappingConflictVGGvpfi","regions":[[9,71,9,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC11_isApplying014_733D16E3745B3L17BD5CF484E7E820CC6LL7Combine9PublishedVySbGvpfi","regions":[[10,53,10,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC7catalog014_733D16E3745B3K17BD5CF484E7E820CC6LLAA0eF7CatalogCvpfi","regions":[[18,27,18,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13debounceDelay014_733D16E3745B3L17BD5CF484E7E820CC6LLSdvpfi","regions":[[22,47,22,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC06configB0ACSS_tcfc","regions":[[27,37,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC15setDependencies13kanataManageryAA18RuntimeCoordinatorCSg_tF","regions":[[36,7,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKF","regions":[[41,31,67,6,0,0,0,0],[43,69,67,6,0,0,0,0],[47,12,47,38,0,0,0,0],[47,39,49,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKFSSAA0E7MappingVXEfU_","regions":[[55,49,55,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC4loadyyKFSbAA0E9ModPresetVXEfU0_","regions":[[57,46,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtF","regions":[[70,82,96,6,0,0,0,0],[73,12,73,93,0,0,0,0],[73,94,76,10,0,0,0,0],[76,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0eI0VXEfU_","regions":[[73,46,73,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0eI0VXEfU_SbyKXEfu_","regions":[[73,73,73,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0E9ModPresetVXEfU0_","regions":[[88,36,88,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFSbAA0E9ModPresetVXEfU0_SbyKXEfu_","regions":[[88,63,88,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC10addMapping04fromA002toA07enabledySS_SSSbtFyyYacfU1_","regions":[[92,34,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tF","regions":[[99,41,118,6,0,0,0,0],[100,85,102,10,0,0,0,0],[102,10,118,6,0,0,0,0],[108,92,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tFSbAA0eI0VXEfU_","regions":[[100,63,100,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13removeMapping2idy10Foundation4UUIDV_tFyyYacfU0_","regions":[[114,34,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtF","regions":[[121,56,139,6,0,0,0,0],[122,85,124,10,0,0,0,0],[124,10,139,6,0,0,0,0],[129,137,129,141,0,0,0,0],[129,144,129,149,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtFSbAA0eI0VXEfU_","regions":[[122,63,122,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC13toggleMapping2id7enabledy10Foundation4UUIDV_SbtFyyYacfU0_","regions":[[135,34,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaF","regions":[[142,39,323,6,0,0,0,0],[147,12,296,10,0,0,0,0],[149,72,296,10,0,0,0,0],[154,16,154,35,0,0,0,0],[154,36,178,14,0,0,0,0],[157,68,159,18,0,0,0,0],[159,18,177,23,0,0,0,0],[172,20,172,45,0,0,0,0],[172,46,176,18,0,0,0,0],[178,14,296,10,0,0,0,0],[190,63,296,10,0,0,0,0],[195,44,242,14,0,0,0,0],[198,20,198,48,0,0,0,0],[198,49,240,18,0,0,0,0],[202,81,204,22,0,0,0,0],[204,22,239,27,0,0,0,0],[210,55,213,22,0,0,0,0],[211,98,213,22,0,0,0,0],[213,22,239,27,0,0,0,0],[233,24,233,49,0,0,0,0],[233,50,237,22,0,0,0,0],[240,18,242,14,0,0,0,0],[242,14,296,10,0,0,0,0],[245,44,251,14,0,0,0,0],[254,44,286,14,0,0,0,0],[261,20,261,30,0,0,0,0],[261,31,284,18,0,0,0,0],[278,24,278,49,0,0,0,0],[278,50,282,22,0,0,0,0],[284,18,286,14,0,0,0,0],[286,14,296,10,0,0,0,0],[296,17,322,10,0,0,0,0],[299,48,301,14,0,0,0,0],[317,16,317,41,0,0,0,0],[317,42,321,14,0,0,0,0],[322,10,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSi6offset_SS7elementt_tXEfU_","regions":[[166,71,166,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSgyXEfU0_","regions":[[182,44,187,14,0,0,0,0],[183,20,183,70,0,0,0,0],[183,71,185,18,0,0,0,0],[185,18,186,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC12applyChanges014_733D16E3745B3L17BD5CF484E7E820CC6LLyyYaFSSSi6offset_SS7elementt_tXEfU1_","regions":[[218,84,220,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC14validateConfig014_733D16E3745B3L17BD5CF484E7E820CC6LLySb7isValid_SaySSG6errorstSSYaF","regions":[[326,95,331,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SimpleModsServiceC20getPresetsByCategorySDySSSayAA0E9ModPresetVGGyF","regions":[[334,71,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV11_searchText33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySSGvpfi","regions":[[7,37,7,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV12_selectedTab33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVyAC0I9SelectionOGvpfi","regions":[[10,52,10,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV17_showErrorMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[11,43,11,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV19_showSuccessMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[12,45,12,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV14_statusMessage33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySSGvpfi","regions":[[13,40,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV21_previousMappingCount33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySiGvpfi","regions":[[15,47,15,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV06configB0ACSS_tcfC","regions":[[22,30,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV06configB0ACSS_tcfcAA0eF7ServiceCycfu_","regions":[[23,46,23,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg","regions":[[26,25,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_","regions":[[27,25,257,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_","regions":[[28,32,151,14,0,0,0,0],[61,20,61,45,0,0,0,0],[61,46,83,18,0,0,0,0],[83,18,151,14,0,0,0,0],[88,20,88,38,0,0,0,0],[88,39,97,18,0,0,0,0],[97,18,151,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_","regions":[[30,36,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_yycfU_","regions":[[35,23,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A18_yXEfU_yycfU0_","regions":[[43,23,45,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A42_yXEfU0_","regions":[[51,24,56,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_","regions":[[62,69,81,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_","regions":[[63,45,79,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_yycfU_","regions":[[67,31,69,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_A49_SScfU0_","regions":[[71,102,78,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A56_yXEfU1_A54_yXEfU_A49_SScfU0_yycfU_","regions":[[75,35,77,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A72_yXEfU2_","regions":[[89,28,95,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_","regions":[[99,28,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_","regions":[[100,66,148,22,0,0,0,0],[101,28,101,53,0,0,0,0],[101,54,132,26,0,0,0,0],[102,32,102,65,0,0,0,0],[102,66,124,30,0,0,0,0],[124,36,131,30,0,0,0,0],[132,32,147,26,0,0,0,0],[133,32,133,64,0,0,0,0],[133,65,139,30,0,0,0,0],[139,36,146,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_","regions":[[103,53,123,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_yyScMYccfU_","regions":[[111,49,111,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_A92_yXEfU0_","regions":[[112,48,117,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A101_yXEfU_A92_yXEfU0_A91_yXEfU_","regions":[[113,64,116,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A110_A104_cfU0_","regions":[[125,68,130,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A124_yXEfU_A122_yXEfU3_A120_yXEfU_A117_A114_cfU1_","regions":[[140,67,145,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_","regions":[[152,55,168,14,0,0,0,0],[165,75,165,77,0,0,0,0],[165,80,165,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_A148_yXEfU_","regions":[[154,23,164,18,0,0,0,0],[155,24,155,62,0,0,0,0],[155,63,160,22,0,0,0,0],[160,28,163,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_A148_yXEfU_SbyKXEfu_","regions":[[155,44,155,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A152_yXEfU0_SbyKXEfu_","regions":[[165,53,165,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_","regions":[[170,22,178,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_A161_yXEfU_","regions":[[171,61,177,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_A163_yXEfU1_A161_yXEfU_yyScMYccfU_","regions":[[172,36,174,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yycfU2_","regions":[[179,23,193,14,0,0,0,0],[187,20,190,18,0,0,0,0],[188,39,190,18,0,0,0,0],[190,25,192,18,0,0,0,0],[192,18,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU3_","regions":[[195,46,211,14,0,0,0,0],[196,41,206,18,0,0,0,0],[198,72,202,22,0,0,0,0],[202,28,204,22,0,0,0,0],[206,24,210,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU3_SSyKXEfu_","regions":[[199,70,199,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySi_SitcfU4_","regions":[[212,60,240,14,0,0,0,0],[217,20,217,44,0,0,0,0],[217,80,239,18,0,0,0,0],[219,24,219,43,0,0,0,0],[219,71,235,22,0,0,0,0],[235,31,235,50,0,0,0,0],[235,51,238,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySi_SitcfU4_yyYacfU_","regions":[[222,30,234,26,0,0,0,0],[229,75,231,30,0,0,0,0],[231,36,233,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU5_","regions":[[241,55,249,14,0,0,0,0],[242,48,248,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_yA166__A166_tcfU5_SSyKXEfu_","regions":[[244,66,244,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV4bodyQrvg7SwiftUI0G0PAEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEEAhiJ_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAgEE0K6Appear7performQryycSg_tFQOyAgEE7toolbar7contentQrqd__yXE_tAE14ToolbarContentRd__lFQOyAgEE15navigationTitleyQrAE015LocalizedStringA0VFQOyAgEE13safeAreaInset4edge9alignment7spacingAOQrAE12VerticalEdgeO_AE19HorizontalAlignmentV12CoreGraphics7CGFloatVSgqd__yXEtAeFRd__lFQOyAE6VStackVyAE05TupleG0VyAgEE7paddingyQrAE4EdgeO3SetV_A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAE6HStackVyA7_yAA9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV_A17_tGG_Qo__Qo__AgEE10background_011ignoresSafeZ5EdgesQrqd___A12_tAE10ShapeStyleRd__lFQOyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__AgEE14textFieldStyleyQrqd__AE14TextFieldStyleRd__lFQOyAE9TextFieldVyAE4TextVG_AE19PlainTextFieldStyleVQo_tGG_Qo__A27_Qo_AgEEA8_yQrA12__A3_tFQOyAE06ScrollG0VyAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAA14CategoryButtonA16_LLV_AE7ForEachVySaySSGSSA49_GtGG_Qo_G_Qo_SgAE7DividerVAgEEA8_yQrA12__A3_tFQOyA14_yA7_yAgEE11scaleEffect_6anchorQrA2__AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VA69_G_Qo__A37_tGG_Qo_SgA47_yAgEEA8_yQrA12__A3_tFQOyAE10LazyVStackVyAE012_ConditionalT0VyA79_yA5_yA7_yAA010EmptyStateG0A16_LLV_AgEE11controlSizeyQrAE11ControlSizeOFQOyAE08ModifiedT0VyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA14_yA7_yA30__A37_tGGG_AE19BorderedButtonStyleVQo_AE31AccessibilityAttachmentModifierVG_Qo_tGGA51_ySayAA0E7MappingVG10Foundation4UUIDVAA19InstalledMappingRowA16_LLVGGA79_yA81_A51_ySayAA0E9ModPresetVGA108_AA18AvailablePresetRowA16_LLVGGGG_Qo_GtGG_AgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEEA126__A127_QrA130__qd__tSQRd__lFQOyAgEE5frame5width6heightAVQrA3__A3_AE9AlignmentVtFQOyAE5GroupVyA79_yAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA8_yQrA12__A3_tFQOyAgEEA8_yQrA12__A3_tFQOyAA013StatusMessageG0V_Qo__Qo__AE17OpacityTransitionVQo_AgEEA131_A132_A133_AVQrA3__A3_A135_tFQOyA27__Qo_GG_Qo__SbQo__SbQo_Qo__Qo__AE0sT7BuilderV10buildBlockyQrxAePRzlFZQOy_AE0S4ItemVyytA86_yA90_yA37_GA98_GGQo_Qo__Qo__SSSgQo__SiQo__A166_Qo__SbQo_yXEfU_ySb_SbtcfU6_","regions":[[250,47,256,14,0,0,0,0],[252,20,252,30,0,0,0,0],[252,31,255,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvg","regions":[[261,60,276,6,0,0,0,0],[265,12,265,31,0,0,0,0],[265,32,273,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_","regions":[[266,40,272,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu_","regions":[[268,24,268,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_","regions":[[269,24,271,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SayAA0E9ModPresetVGAKXEfU_","regions":[[269,70,269,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbAA0E9ModPresetVXEfU0_","regions":[[270,35,270,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbAA0E9ModPresetVXEfU0_SbyKXEfu_","regions":[[270,70,270,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV25filteredInstalledMappings33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E7MappingVGvgSbAGXEfU_SbyKXEfu0_SbyKXEfu1_","regions":[[271,75,271,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvg","regions":[[278,61,297,6,0,0,0,0],[282,12,282,31,0,0,0,0],[282,32,289,10,0,0,0,0],[292,44,294,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_","regions":[[283,38,288,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu_","regions":[[285,24,285,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu0_","regions":[[286,24,286,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU_SbyKXEfu1_","regions":[[287,24,287,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV24filteredAvailablePresets33_D2905B9E02049C368D7DDFEECC97BD7DLLSayAA0E9ModPresetVGvgSbAGXEfU0_","regions":[[293,38,293,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV04findG5Model33_D2905B9E02049C368D7DDFEECC97BD7DLLAA06KanatagI0CyF","regions":[[301,53,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV9showToast33_D2905B9E02049C368D7DDFEECC97BD7DLL_7isErrorySS_SbtF","regions":[[305,62,318,6,0,0,0,0],[317,69,317,72,0,0,0,0],[317,75,317,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimpleModsViewV9showToast33_D2905B9E02049C368D7DDFEECC97BD7DLL_7isErrorySS_SbtFyycfU_","regions":[[312,41,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[328,25,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZ_A5zF9AlignmentVtFQOyAF6HStackVyAF05TupleQ0VyAF4TextV_AhFEAI_AJQrAM_SbtFQOyAhFEAR_ASQrqd___AWtAfXRd__lFQOyAhFEAYyQrAW_AZtFQOyAhFEAYyQrAW_AZtFQOyA14__Qo__Qo__APQo__Qo_SgtGG_Qo__Qo__APQo__Qo__Qo_yXEfU_","regions":[[329,32,347,10,0,0,0,0],[344,38,344,55,0,0,0,0],[344,58,344,69,0,0,0,0],[345,43,345,49,0,0,0,0],[345,52,345,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit9TabButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAZ_A5zF9AlignmentVtFQOyAF6HStackVyAF05TupleQ0VyAF4TextV_AhFEAI_AJQrAM_SbtFQOyAhFEAR_ASQrqd___AWtAfXRd__lFQOyAhFEAYyQrAW_AZtFQOyAhFEAYyQrAW_AZtFQOyA14__Qo__Qo__APQo__Qo_SgtGG_Qo__Qo__APQo__Qo__Qo_yXEfU_A20_yXEfU_","regions":[[330,32,341,14,0,0,0,0],[333,20,333,29,0,0,0,0],[333,30,340,18,0,0,0,0],[338,50,338,74,0,0,0,0],[338,77,338,105,0,0,0,0],[340,18,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14EmptyStateView33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[360,25,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14EmptyStateView33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0T0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineX9AlignmentyQrAF0xZ0OFQOyAX_Qo_tGyXEfU_","regions":[[361,29,371,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CategoryButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[383,25,396,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14CategoryButton33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI4ViewPAFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAhFE15foregroundColoryQrAF0Y0VSgFQOyAhFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyAhFE7paddingyQrAW_AMSgtFQOyAhFEAYyQrAW_AZtFQOyAF4TextV_Qo__Qo__APQo__Qo__Qo_yXEfU_","regions":[[384,32,392,10,0,0,0,0],[389,42,389,59,0,0,0,0],[389,62,389,99,0,0,0,0],[390,47,390,53,0,0,0,0],[390,56,390,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[404,25,452,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_","regions":[[405,16,448,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ATyXEfU_","regions":[[406,53,417,14,0,0,0,0],[407,50,410,18,0,0,0,0],[410,18,417,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ATyXEfU_ARyXEfU_","regions":[[411,36,416,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_SbyYbcfU0_","regions":[[424,26,424,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_ySbYbcfU1_","regions":[[425,26,427,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_yyScMYccfU2_","regions":[[436,25,438,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11toggleStyleyQrqd__AF11ToggleStyleRd__lFQOyAF6ToggleVyALG_AF17SwitchToggleStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAYyA_AFEA0_yQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE15foregroundColoryQrAF5ColorVSgFQOyAF5ImageV_Qo_G_AF16PlainButtonStyleVQo__Qo_A11_GtGyXEfU_A23_yXEfU3_","regions":[[439,24,442,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvg","regions":[[454,45,470,6,0,0,0,0],[458,18,468,10,0,0,0,0],[462,16,463,73,0,0,0,0],[464,13,466,14,0,0,0,0],[466,14,467,24,0,0,0,0],[468,10,469,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSayAA15SimpleModPresetVGAIXEfU_","regions":[[455,69,455,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbAA15SimpleModPresetVXEfU0_","regions":[[456,44,458,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbAA15SimpleModPresetVXEfU0_SbyKXEfu_","regions":[[457,46,457,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19InstalledMappingRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18mappingDisplayNameSSSgvgSbyKXEfu_","regions":[[463,20,463,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18_showConflictSheet7SwiftUI5StateVySbGvpfi","regions":[[477,44,477,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[480,25,551,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[481,16,530,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ATyXEfU_","regions":[[482,53,498,14,0,0,0,0],[483,42,486,18,0,0,0,0],[486,18,498,14,0,0,0,0],[493,49,497,18,0,0,0,0],[497,18,498,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_ATyXEfU_ARyXEfU_","regions":[[487,36,492,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[503,25,512,18,0,0,0,0],[506,24,509,22,0,0,0,0],[509,28,511,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_","regions":[[504,78,506,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_SbyKXEfu_","regions":[[505,57,505,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_SbAA13SimpleMappingVXEfU_SbyKXEfu0_","regions":[[505,71,505,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A36_yXEfU1_","regions":[[513,24,524,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF6VStackVyAHyAF4TextVSg_AF6HStackVyAHyAA0A7CapChipV_AlQtGGAMtGG_AF6SpacerVAF15ModifiedContentVyAF0S0PAFE8disabledyQrSbFQOyA_AFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyA_AFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyA_AFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA_AFE7paddingyQrA15__A9_SgtFQOyA_AFEA17_yQrA15__A18_tFQOyA_AFE15foregroundColoryQrAF5ColorVSgFQOyA_AFE4fontyQrAF4FontVSgFQOyAOyAHyAF5ImageV_ALtGG_Qo__Qo__Qo__Qo__A21_Qo__Qo_G_AF16PlainButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A36_yXEfU1_A29_yXEfU_","regions":[[514,40,517,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_","regions":[[534,49,550,10,0,0,0,0],[535,50,549,14,0,0,0,0],[549,14,550,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_yycfU_","regions":[[540,32,544,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvgAA21ConflictMappingDialogACLLVSgycfU0_yycfU0_","regions":[[545,29,547,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV9titleTextSSSgvg","regions":[[555,36,564,6,0,0,0,0],[558,12,559,76,0,0,0,0],[560,9,562,10,0,0,0,0],[562,10,563,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV9titleTextSSSgvgSbyKXEfu_","regions":[[559,16,559,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvg","regions":[[566,45,589,6,0,0,0,0],[568,12,568,24,0,0,0,0],[568,25,568,39,0,0,0,0],[568,39,588,20,0,0,0,0],[576,12,576,95,0,0,0,0],[576,96,578,10,0,0,0,0],[578,10,588,20,0,0,0,0],[583,12,583,53,0,0,0,0],[585,9,587,10,0,0,0,0],[587,10,588,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvgSbSSXEfU_","regions":[[576,43,576,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AvailablePresetRow33_D2905B9E02049C368D7DDFEECC97BD7DLLV18helpfulDescriptionSSSgvgSbSSXEfU0_","regions":[[583,30,583,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg","regions":[[600,25,628,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_","regions":[[601,50,625,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_AWyXEfU_","regions":[[609,33,612,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_","regions":[[614,33,623,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_yyScMYccfU_","regions":[[615,64,615,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV4bodyQrvg7SwiftUI9TupleViewVyAF4TextV_AF0S0PAFE9fixedSize10horizontal8verticalQrSb_SbtFQOyAJ_Qo_AF6HStackVyAHyAD11mappingCard5title02toA0QrSS_SStFQOy_Qo__AVtGGAlFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyARyAHyAF15ModifiedContentVyAlFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAJG_AF28BorderedProminentButtonStyleVQo_AF31AccessibilityAttachmentModifierVG_A7_yAlFEA8_yQrqd__AFA9_Rd__lFQOyA12__AF19BorderedButtonStyleVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU0_yyScMYccfU0_","regions":[[619,41,619,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF","regions":[[630,73,645,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF7SwiftUI9TupleViewVyAH4TextV_AH0V0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAnHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAnHE7paddingyQrASFQOyAH6HStackVyAJyAA0A7CapChipV_ALA3_tGG_Qo__AH5ColorVQo__Qo_tGyXEfU_","regions":[[631,49,643,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21ConflictMappingDialog33_D2905B9E02049C368D7DDFEECC97BD7DLLV11mappingCard5title02toA0QrSS_SStF7SwiftUI9TupleViewVyAH4TextV_AH0V0PAHE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAnHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyAnHE7paddingyQrASFQOyAH6HStackVyAJyAA0A7CapChipV_ALA3_tGG_Qo__AH5ColorVQo__Qo_tGyXEfU_A4_yXEfU_","regions":[[635,32,639,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV10_isHovered33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[652,36,652,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV4bodyQrvg","regions":[[654,25,671,6,0,0,0,0],[657,42,657,78,0,0,0,0],[657,81,657,94,0,0,0,0],[662,39,662,52,0,0,0,0],[662,55,662,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapChipV4bodyQrvgySbcfU_","regions":[[668,22,670,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV10_isHovered33_D2905B9E02049C368D7DDFEECC97BD7DLL7SwiftUI5StateVySbGvpfi","regions":[[678,36,678,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvg","regions":[[680,25,708,6,0,0,0,0],[691,38,691,74,0,0,0,0],[691,77,691,90,0,0,0,0],[694,35,694,48,0,0,0,0],[694,51,694,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvg7SwiftUI9TupleViewVyAE4TextV_AISgtGyXEfU_","regions":[[681,28,689,10,0,0,0,0],[684,16,684,31,0,0,0,0],[684,32,688,14,0,0,0,0],[687,50,687,99,0,0,0,0],[687,102,687,117,0,0,0,0],[688,14,689,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SimpleModsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07HomeRowA9ChipSmallV4bodyQrvgySbcfU0_","regions":[[700,18,707,10,0,0,0,0],[702,16,702,24,0,0,0,0],[702,25,704,14,0,0,0,0],[704,20,706,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC06configB0ACSS_tcfc","regions":[[9,37,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKF","regions":[[14,62,120,6,0,0,0,0],[17,16,17,66,0,0,0,0],[17,67,19,14,0,0,0,0],[18,72,19,14,0,0,0,0],[19,20,21,14,0,0,0,0],[21,14,120,6,0,0,0,0],[27,55,120,6,0,0,0,0],[39,90,42,10,0,0,0,0],[42,10,120,6,0,0,0,0],[44,39,51,10,0,0,0,0],[45,16,45,31,0,0,0,0],[45,32,47,14,0,0,0,0],[47,20,50,14,0,0,0,0],[51,10,120,6,0,0,0,0],[54,12,54,34,0,0,0,0],[54,35,82,10,0,0,0,0],[56,45,78,14,0,0,0,0],[57,57,62,18,0,0,0,0],[59,24,59,88,0,0,0,0],[59,89,61,22,0,0,0,0],[62,18,77,23,0,0,0,0],[64,110,66,18,0,0,0,0],[66,18,77,23,0,0,0,0],[71,105,74,18,0,0,0,0],[74,18,77,23,0,0,0,0],[76,92,77,23,0,0,0,0],[78,20,81,14,0,0,0,0],[82,10,120,6,0,0,0,0],[96,41,107,10,0,0,0,0],[98,53,106,14,0,0,0,0],[100,20,100,84,0,0,0,0],[100,85,102,18,0,0,0,0],[102,27,102,59,0,0,0,0],[102,60,105,18,0,0,0,0],[106,14,107,10,0,0,0,0],[107,16,115,10,0,0,0,0],[110,16,110,33,0,0,0,0],[110,83,112,14,0,0,0,0],[119,84,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSSyKXEfu_","regions":[[29,44,29,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSiyKXEfu0_","regions":[[30,54,30,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu1_","regions":[[59,59,59,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu2_","regions":[[71,71,71,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC10writeBlock8mappingsySayAA0E7MappingVG_tKFSbyKXEfu3_","regions":[[100,55,100,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC23generateEffectiveConfigSSyKF","regions":[[123,60,168,6,0,0,0,0],[124,78,167,54,0,0,0,0],[128,47,167,54,0,0,0,0],[130,30,133,10,0,0,0,0],[133,10,167,54,0,0,0,0],[139,49,165,10,0,0,0,0],[143,16,143,45,0,0,0,0],[143,46,147,14,0,0,0,0],[147,14,165,10,0,0,0,0],[150,16,150,43,0,0,0,0],[150,44,154,14,0,0,0,0],[154,14,165,10,0,0,0,0],[157,16,157,23,0,0,0,0],[157,24,162,14,0,0,0,0],[158,20,158,108,0,0,0,0],[158,109,161,18,0,0,0,0],[161,18,162,14,0,0,0,0],[162,14,165,10,0,0,0,0],[165,10,167,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimpleModsWriter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimpleModsWriterC23generateEffectiveConfigSSyKFSbyKXEfu_","regions":[[158,52,158,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV2id10Foundation4UUIDVvpfi","regions":[[7,14,7,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV06kanataA012displayLabel12delayAfterMs6isHoldACSS_SSs6UInt64VSbtcfC","regions":[[13,95,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV2eeoiySbAC_ACtFZ","regions":[[20,73,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09SimulatorA3TapV4hash4intoys6HasherVz_tF","regions":[[24,42,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO4fromACs7Decoder_p_tKcfC","regions":[[59,40,100,6,0,0,0,0],[60,72,100,6,0,0,0,0],[61,68,100,6,0,0,0,0],[63,16,63,20,0,0,0,0],[64,9,68,58,0,0,0,0],[65,66,68,58,0,0,0,0],[66,82,68,58,0,0,0,0],[67,70,68,58,0,0,0,0],[70,9,74,59,0,0,0,0],[71,66,74,59,0,0,0,0],[72,82,74,59,0,0,0,0],[73,70,74,59,0,0,0,0],[76,9,80,52,0,0,0,0],[77,66,80,52,0,0,0,0],[78,72,80,52,0,0,0,0],[79,68,80,52,0,0,0,0],[82,9,85,46,0,0,0,0],[83,66,85,46,0,0,0,0],[84,72,85,46,0,0,0,0],[87,9,91,60,0,0,0,0],[88,66,91,60,0,0,0,0],[89,84,91,60,0,0,0,0],[90,72,91,60,0,0,0,0],[93,9,98,14,0,0,0,0],[99,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO6encode2toys7Encoder_p_tKF","regions":[[102,45,135,6,0,0,0,0],[105,16,105,20,0,0,0,0],[106,9,110,52,0,0,0,0],[107,57,110,52,0,0,0,0],[108,48,110,52,0,0,0,0],[109,58,110,52,0,0,0,0],[112,9,116,52,0,0,0,0],[113,58,116,52,0,0,0,0],[114,48,116,52,0,0,0,0],[115,58,116,52,0,0,0,0],[118,9,122,50,0,0,0,0],[119,57,122,50,0,0,0,0],[120,48,122,50,0,0,0,0],[121,54,122,50,0,0,0,0],[124,9,127,54,0,0,0,0],[125,59,127,54,0,0,0,0],[126,48,127,54,0,0,0,0],[129,9,133,54,0,0,0,0],[130,57,133,54,0,0,0,0],[131,48,133,54,0,0,0,0],[132,58,133,54,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO9timestamps6UInt64Vvg","regions":[[140,27,148,6,0,0,0,0],[141,16,141,20,0,0,0,0],[142,9,142,36,0,0,0,0],[143,9,143,37,0,0,0,0],[144,9,144,36,0,0,0,0],[145,9,145,35,0,0,0,0],[146,9,146,36,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO18displayDescriptionSSvg","regions":[[151,36,164,6,0,0,0,0],[152,16,152,20,0,0,0,0],[153,9,154,37,0,0,0,0],[155,9,156,37,0,0,0,0],[157,9,158,32,0,0,0,0],[159,9,160,24,0,0,0,0],[161,9,162,42,0,0,0,0],[163,10,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO7isInputSbvg","regions":[[167,23,170,6,0,0,0,0],[168,31,168,46,0,0,0,0],[168,46,169,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO8isOutputSbvg","regions":[[173,24,176,6,0,0,0,0],[174,32,174,47,0,0,0,0],[174,47,175,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SimEventO13isLayerChangeSbvg","regions":[[179,29,182,6,0,0,0,0],[180,31,180,46,0,0,0,0],[180,46,181,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit03SimA6ActionO6symbolSSvg","regions":[[192,24,198,6,0,0,0,0],[193,16,193,20,0,0,0,0],[194,9,194,27,0,0,0,0],[195,9,195,29,0,0,0,0],[196,9,196,28,0,0,0,0],[197,10,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/SimulationModels.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SimulatorErrorO16errorDescriptionSSSgvg","regions":[[235,35,248,6,0,0,0,0],[236,16,236,20,0,0,0,0],[237,9,238,52,0,0,0,0],[239,9,240,55,0,0,0,0],[241,9,242,40,0,0,0,0],[243,9,244,49,0,0,0,0],[245,9,246,42,0,0,0,0],[247,10,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV4bodyQrvg","regions":[[8,25,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAC9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pFQOy_Qo_AC06resultL0AILLyQrAA0E6ResultVFQOy_Qo_GAC10emptyStateAILLQrvpQOy_Qo_GyXEfU_","regions":[[9,20,17,10,0,0,0,0],[10,26,12,14,0,0,0,0],[12,34,14,14,0,0,0,0],[14,20,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV10emptyState33_B840D31A3841E2561B5AE6C5440C8ED5LLQrvg","regions":[[23,39,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV10emptyState33_B840D31A3841E2561B5AE6C5440C8ED5LLQrvg7SwiftUI05TupleG0VyAF0G0PAFE15foregroundColoryQrAF0W0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVtGyXEfU_","regions":[[24,29,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pF","regions":[[39,57,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV9errorCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrs5Error_pF7SwiftUI05TupleG0VyAG0G0PAGE15foregroundColoryQrAG0X0VSgFQOyAkGE4fontyQrAG4FontVSgFQOyAG5LabelVyAG4TextVAG5ImageVG_Qo__Qo__AWtGyXEfU_","regions":[[40,49,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV13resultContent33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[58,73,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV13resultContent33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAC11summaryCardAELLyQrAGFQOy_Qo__AC17outputKeysSectionAELLyQrAGFQOy_Qo_SgAC19layerChangesSectionAELLyQrAGFQOy_Qo_SgAC15timelineSectionAELLyQrAGFQOy_Qo_tGyXEfU_","regions":[[59,50,75,10,0,0,0,0],[64,16,64,51,0,0,0,0],[64,52,66,14,0,0,0,0],[66,14,75,10,0,0,0,0],[69,16,69,51,0,0,0,0],[69,52,71,14,0,0,0,0],[71,14,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[81,71,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_","regions":[[82,29,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU_","regions":[[84,53,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU0_","regions":[[96,53,102,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU0_SSyKXEfu_","regions":[[100,43,100,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11summaryCard33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH6VStackVyAJyAH4TextV_ANtGG_AH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzH9AlignmentVtFQOyAH7DividerV_Qo_APA3_ApH6SpacerVtGyXEfU_AOyXEfU1_","regions":[[108,53,114,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[125,77,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_","regions":[[126,49,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_AXyXEfU_","regions":[[130,80,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV17outputKeysSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH9LazyVGridVyAH7ForEachVySayAA8SimEventOGs6UInt64VAC0H9EventChipAELLyQrARFQOy_Qo_GGtGyXEfU_AXyXEfU_AwRcfU_","regions":[[131,70,133,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15outputEventChip33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA03SimI0OF","regions":[[138,66,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15outputEventChip33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA03SimI0OF7SwiftUI05TupleG0VyAH4TextV_ALtGSgyXEfU_","regions":[[139,28,146,10,0,0,0,0],[140,57,145,14,0,0,0,0],[145,14,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[155,79,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_","regions":[[156,49,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_A21_APcfU_","regions":[[160,66,180,14,0,0,0,0],[161,57,179,18,0,0,0,0],[179,18,180,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV19layerChangesSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySayAA8SimEventOGs6UInt64VAH6HStackVyAJyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A3_AH9AlignmentVtFQOyAL_Qo__AlwHE15foregroundColoryQrAH5ColorVSgFQOyAwHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo_ALtGGSgGtGyXEfU_A21_APcfU_A19_yXEfU_","regions":[[162,28,178,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF","regions":[[186,75,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySaySi6offset_AA8SimEventO7elementtGSiAC0H3RowAELLyQrAQFQOy_Qo_GtGyXEfU_","regions":[[187,49,194,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV15timelineSection33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA0E6ResultVF7SwiftUI05TupleG0VyAH4TextV_AH7ForEachVySaySi6offset_AA8SimEventO7elementtGSiAC0H3RowAELLyQrAQFQOy_Qo_GtGyXEfU_AUSi_AQtcfU_","regions":[[191,70,193,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11timelineRow33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF","regions":[[197,62,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV11timelineRow33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF7SwiftUI05TupleG0VyAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAH4TextV_Qo__AC14eventTypeBadgeAELLyQrAGFQOy_Qo_AxH6SpacerVtGyXEfU_","regions":[[198,29,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV14eventTypeBadge33_B840D31A3841E2561B5AE6C5440C8ED5LLyQrAA8SimEventOF","regions":[[217,65,233,6,0,0,0,0],[218,54,218,59,0,0,0,0],[219,9,219,35,0,0,0,0],[220,9,220,38,0,0,0,0],[221,9,221,38,0,0,0,0],[222,9,222,40,0,0,0,0],[223,9,223,36,0,0,0,0],[224,10,232,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12outputEvents33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tF","regions":[[237,76,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12outputEvents33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tFSbAHcfu_","regions":[[238,30,238,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12layerChanges33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tF","regions":[[241,76,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulationResultsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulationResultsViewV12layerChanges33_B840D31A3841E2561B5AE6C5440C8ED5LL4fromSayAA8SimEventOGAA0E6ResultV_tFSbAHcfu_","regions":[[242,30,242,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV11keyUnitSize33_9F021040619C62C489C58EBA82E5128FLL12CoreGraphics7CGFloatVvpfi","regions":[[13,40,13,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV6keyGap33_9F021040619C62C489C58EBA82E5128FLL12CoreGraphics7CGFloatVvpfi","regions":[[15,35,15,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg","regions":[[17,25,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_","regions":[[18,24,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_","regions":[[21,44,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_","regions":[[22,38,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_yycfU_","regions":[[26,32,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV4bodyQrvg7SwiftUI0G0PAEE5frame8minWidth05idealM003maxM00L6Height0nP00oP09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAE6ZStackVyAE7ForEachVySayAA08PhysicalA0VG10Foundation4UUIDVAgEE8position1x1yQrAR_ARtFQOyAgEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAA0e6KeycapG0V_Qo__Qo__Qo_GG_Qo_AE13GeometryProxyVcfU_A20_yXEfU_A19_A_cfU_yycfU0_","regions":[[27,33,27,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV14calculateScale33_9F021040619C62C489C58EBA82E5128FLL3for12CoreGraphics7CGFloatVSo6CGSizeV_tF","regions":[[47,62,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV8keyWidth33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[54,76,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV9keyHeight33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[58,77,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV12keyPositionX33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[62,80,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeyboardView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SimulatorKeyboardViewV12keyPositionY33_9F021040619C62C489C58EBA82E5128FLL3for5scale12CoreGraphics7CGFloatVAA08PhysicalA0V_AJtF","regions":[[69,80,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isHovered33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[14,36,14,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isPressed33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[15,36,15,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10_isHolding33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI5StateVySbGvpfi","regions":[[16,36,16,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV13showAsPressed33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvg","regions":[[19,37,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV13showAsPressed33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvgSbyKXEfu_","regions":[[20,22,20,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV8metadata33_E5FAC44A25B6F444E6EC799AB06C2886LLAA13LabelMetadataVvg","regions":[[24,41,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvg","regions":[[28,25,67,6,0,0,0,0],[43,42,43,46,0,0,0,0],[43,49,43,73,0,0,0,0],[43,62,43,66,0,0,0,0],[43,69,43,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU_","regions":[[38,22,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU_yyXEfU_","regions":[[39,58,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU0_","regions":[[45,27,47,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU1_","regions":[[48,65,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgySbcfU1_yyXEfU_","regions":[[49,58,54,18,0,0,0,0],[51,24,51,32,0,0,0,0],[51,33,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_","regions":[[55,16,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyXEfU_","regions":[[56,59,58,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyYbScMYccfU0_","regions":[[61,71,65,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV4bodyQrvgyycfU2_yyYbScMYccfU0_yyXEfU_","regions":[[62,35,64,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg","regions":[[72,39,99,6,0,0,0,0],[74,12,74,44,0,0,0,0],[74,81,93,10,0,0,0,0],[93,16,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg7SwiftUI05TupleG0VyAF6SpacerV_AF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAF012_ConditionalI0VyAHyAJ_AF4TextVtGAHyA__AJtGGG_Qo__Qo_tGyXEfU_","regions":[[75,20,92,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV10keyContent33_E5FAC44A25B6F444E6EC799AB06C2886LLQrvg7SwiftUI05TupleG0VyAF6SpacerV_AF0G0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAlFEAMyQrAQ_AUtFQOyAF6HStackVyAF012_ConditionalI0VyAHyAJ_AF4TextVtGAHyA__AJtGGG_Qo__Qo_tGyXEfU_A2_yXEfU_","regions":[[77,24,89,18,0,0,0,0],[78,24,78,42,0,0,0,0],[78,43,83,22,0,0,0,0],[83,28,88,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12displayLabel33_E5FAC44A25B6F444E6EC799AB06C2886LLSSvg","regions":[[102,38,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV6isDark33_E5FAC44A25B6F444E6EC799AB06C2886LLSbvg","regions":[[108,30,108,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV8fontSize33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[110,35,117,6,0,0,0,0],[111,12,111,27,0,0,0,0],[111,28,113,10,0,0,0,0],[113,19,113,34,0,0,0,0],[113,35,115,10,0,0,0,0],[115,10,116,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV15foregroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[119,40,124,6,0,0,0,0],[120,12,120,25,0,0,0,0],[120,26,122,10,0,0,0,0],[121,29,121,48,0,0,0,0],[121,51,121,70,0,0,0,0],[122,10,123,40,0,0,0,0],[123,25,123,31,0,0,0,0],[123,34,123,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV22currentBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[126,47,133,6,0,0,0,0],[127,12,127,21,0,0,0,0],[127,22,129,10,0,0,0,0],[129,19,129,38,0,0,0,0],[129,39,131,10,0,0,0,0],[131,10,132,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[135,43,142,6,0,0,0,0],[136,12,136,21,0,0,0,0],[136,22,138,10,0,0,0,0],[138,19,138,38,0,0,0,0],[138,39,140,10,0,0,0,0],[140,10,141,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderWidth33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[144,45,146,6,0,0,0,0],[145,46,145,47,0,0,0,0],[145,50,145,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV18currentBorderWidth33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvgSbyKXEfu_","regions":[[145,23,145,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV15backgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[148,40,164,6,0,0,0,0],[149,12,149,18,0,0,0,0],[149,19,156,10,0,0,0,0],[150,16,150,25,0,0,0,0],[150,26,152,14,0,0,0,0],[152,23,152,32,0,0,0,0],[152,33,154,14,0,0,0,0],[154,14,155,38,0,0,0,0],[156,16,163,10,0,0,0,0],[157,16,157,25,0,0,0,0],[157,26,159,14,0,0,0,0],[159,23,159,32,0,0,0,0],[159,33,161,14,0,0,0,0],[161,14,162,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV19holdBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0J0Vvg","regions":[[166,44,168,6,0,0,0,0],[167,39,167,42,0,0,0,0],[167,45,167,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV28externalPressBackgroundColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0K0Vvg","regions":[[170,53,172,6,0,0,0,0],[171,44,171,47,0,0,0,0],[171,50,171,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV11borderColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[174,36,190,6,0,0,0,0],[175,12,175,18,0,0,0,0],[175,19,182,10,0,0,0,0],[176,16,176,25,0,0,0,0],[176,26,178,14,0,0,0,0],[178,23,178,32,0,0,0,0],[178,33,180,14,0,0,0,0],[180,14,181,38,0,0,0,0],[182,16,189,10,0,0,0,0],[183,16,183,25,0,0,0,0],[183,26,185,14,0,0,0,0],[185,23,185,32,0,0,0,0],[185,33,187,14,0,0,0,0],[187,14,188,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV11shadowColor33_E5FAC44A25B6F444E6EC799AB06C2886LL7SwiftUI0I0Vvg","regions":[[192,36,194,6,0,0,0,0],[193,25,193,31,0,0,0,0],[193,34,193,69,0,0,0,0],[193,58,193,61,0,0,0,0],[193,64,193,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12shadowRadius33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[196,39,198,6,0,0,0,0],[197,25,197,26,0,0,0,0],[197,29,197,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorKeycapView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19SimulatorKeycapViewV12shadowOffset33_E5FAC44A25B6F444E6EC799AB06C2886LL12CoreGraphics7CGFloatVvg","regions":[[200,39,202,6,0,0,0,0],[201,25,201,26,0,0,0,0],[201,29,201,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC09simulatorB011fileManagerACSSSg_So06NSFileI0Ctcfc","regions":[[16,7,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC09simulatorB011fileManagerACSSSg_So06NSFileI0CtcfcSSyKXEfu_","regions":[[17,47,17,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC8simulate4taps06configB0AA16SimulationResultVSayAA0eA3TapVG_SStYaKF","regions":[[31,40,71,6,0,0,0,0],[32,64,34,10,0,0,0,0],[34,10,71,6,0,0,0,0],[35,34,37,10,0,0,0,0],[37,10,71,6,0,0,0,0],[40,66,42,10,0,0,0,0],[42,10,71,6,0,0,0,0],[45,63,47,10,0,0,0,0],[47,10,71,6,0,0,0,0],[55,77,71,6,0,0,0,0],[62,10,71,6,0,0,0,0],[65,12,67,10,0,0,0,0],[67,17,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC8simulate4taps06configB0AA16SimulationResultVSayAA0eA3TapVG_SStYaKFSSyKXEfu_","regions":[[68,73,68,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC11simulateRaw10simContent06configB010startLayerAA16SimulationResultVSS_S2SSgtYaKF","regions":[[82,40,102,6,0,0,0,0],[83,64,85,10,0,0,0,0],[85,10,101,79,0,0,0,0],[86,66,88,10,0,0,0,0],[88,10,101,79,0,0,0,0],[92,77,101,79,0,0,0,0],[99,10,101,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC08simulateA7Mapping10simContent06configB010startLayerAA0eaH6ResultVSS_S2StYaKF","regions":[[115,49,136,6,0,0,0,0],[116,64,118,10,0,0,0,0],[118,10,135,88,0,0,0,0],[119,66,121,10,0,0,0,0],[121,10,135,88,0,0,0,0],[125,77,135,88,0,0,0,0],[133,10,135,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC18generateSimContent4fromSSSayAA0eA3TapVG_tF","regions":[[142,69,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC18generateSimContent4fromSSSayAA0eA3TapVG_tFSSAGXEfU_","regions":[[143,18,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKF","regions":[[156,28,198,6,0,0,0,0],[162,12,162,26,0,0,0,0],[162,27,164,10,0,0,0,0],[164,16,166,10,0,0,0,0],[167,35,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_","regions":[[177,58,197,10,0,0,0,0],[192,16,194,14,0,0,0,0],[193,34,194,14,0,0,0,0],[194,21,196,14,0,0,0,0],[196,14,197,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_ySo6NSTaskCYbcfU_","regions":[[178,42,190,14,0,0,0,0],[180,20,180,47,0,0,0,0],[180,48,182,18,0,0,0,0],[182,24,189,18,0,0,0,0],[187,47,187,64,0,0,0,0],[187,67,187,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC03runE033_1FB7C192CC2F62E001267F40F3233DEBLL06configB007simFileB010startLayer14keyMappingMode10Foundation4DataVSS_S2SSgSbtYaKFyScCyALs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu_","regions":[[184,83,184,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SimulatorService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SimulatorServiceC10forTesting09simulatorB0ACSS_tFZ","regions":[[205,71,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV10_viewModel33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI11StateObjectVyAA0efH0CGvpfi","regions":[[6,42,6,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV10_viewModel33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI11StateObjectVyAA0efH0CGvpfiAJycfu_AJycfu0_","regions":[[6,42,6,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16selectedLayoutId33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLSSvpfP","regions":[[8,6,8,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV17_selectedLayoutId33_2AAEF660162D0EA4157FB0E0FA5EAC6ALL7SwiftUI0C7StorageVySSGvpfi","regions":[[8,87,8,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12activeLayout33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLAA08PhysicalH0Vvg","regions":[[10,46,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12activeLayout33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLAA08PhysicalH0VvgAGyKXEfu_","regions":[[11,54,11,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg","regions":[[14,25,66,6,0,0,0,0],[15,12,15,56,0,0,0,0],[15,57,17,10,0,0,0,0],[17,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_","regions":[[18,32,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU_","regions":[[27,30,27,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU0_","regions":[[28,28,32,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI05TupleF0VyAC15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvpQOy_Qo__AE7DividerVAA013EventSequenceF0VAlA017SimulationResultsF0VtGyXEfU_yycfU0_yyYacfU_","regions":[[29,30,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvg7SwiftUI0A5PressV6ResultOAGcfU0_","regions":[[48,25,54,14,0,0,0,0],[49,98,52,18,0,0,0,0],[52,18,53,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU1_","regions":[[55,23,61,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU1_yyYacfU_","regions":[[58,22,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV4bodyQrvgyycfU2_","regions":[[62,26,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[70,44,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_","regions":[[71,28,106,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_A6_yXEfU_","regions":[[73,20,89,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_A6_yXEfU_AZyXEfU_","regions":[[74,57,80,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_yAA08PhysicalA0VcfU0_","regions":[[97,27,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV15keyboardSection33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6HStackVyAHyAF6VStackVyAHyAF4TextV_AYtGG_AF6SpacerVAC16appContextPickerAELLQrvpQOy_Qo_AC12delayControlAELLQrvpQOy_Qo_tGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyAA0e8KeyboardF0V_Qo__Qo_tGyXEfU_yAA08PhysicalA0VcfU1_","regions":[[100,28,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[110,45,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[111,28,126,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A10_yXEfU_","regions":[[116,67,121,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV16appContextPicker33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE12labelsHiddenQryFQOyAF0I0VyAJSSSgAHyAnFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAJ_A0_Qo__AF7ForEachVySaySS8bundleId_SS11displayNametGSSA3_GtGG_Qo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A10_yXEfU_A3_SSA6__SSA7_t_tcfU_","regions":[[118,66,120,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12delayControl33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[129,41,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV12delayControl33_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF4TextV_AF15ModifiedContentVyAF0F0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAnFE14textFieldStyleyQrqd__AF0S10FieldStyleRd__lFQOyAF0S5FieldVyAJG_AF013RoundedBorderS10FieldStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGAJtGyXEfU_","regions":[[130,28,144,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV08disabledF033_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg","regions":[[147,41,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13SimulatorViewV08disabledF033_2AAEF660162D0EA4157FB0E0FA5EAC6ALLQrvg7SwiftUI05TupleF0VyAF0F0PAFE15foregroundColoryQrAF0S0VSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__AF4TextVAjFE09multilineW9AlignmentyQrAF0wY0OFQOyAX_Qo_tGyXEfU_","regions":[[148,29,158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC11_queuedTaps33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySayAA0eA3TapVGGvpfi","regions":[[14,52,14,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC15_defaultDelayMs33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVys6UInt64VGvpfi","regions":[[17,45,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC12_holdDelayMs33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVys6UInt64VGvpfi","regions":[[20,42,20,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC08_pressedA5Codes33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVyShys6UInt16VGGvpfi","regions":[[23,51,23,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC14_availableApps33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySaySS8bundleId_SS11displayNametGGvpfi","regions":[[31,79,31,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC10_isRunning33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLL7Combine9PublishedVySbGvpfi","regions":[[39,32,39,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC06configB0SSvg","regions":[[53,28,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC7serviceAcA0E7ServiceC_tcfc","regions":[[57,58,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaF","regions":[[64,36,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbAA0C6KeymapVXEfU_","regions":[[67,21,67,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbAA0C6KeymapVXEfU_SbyKXEfu_","regions":[[67,47,67,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSS_SStAA0C6KeymapVXEfU0_","regions":[[68,18,68,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC17loadAvailableAppsyyYaFSbSS8bundleId_SS11displayNamet_SSAE_SSAFttXEfU1_","regions":[[69,21,69,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC07virtuala11ForSelectedC0SSSgyYaF","regions":[[73,54,77,6,0,0,0,0],[74,55,74,69,0,0,0,0],[74,69,76,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC07virtuala11ForSelectedC0SSSgyYaFSbAA0C6KeymapVXEfU_","regions":[[76,30,76,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC03tapA0yyAA08PhysicalA0VF","regions":[[82,37,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC04holdA0yyAA08PhysicalA0VF","regions":[[94,38,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC13removeLastTapyyF","regions":[[106,26,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC8clearAllyyF","regions":[[111,21,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyF","regions":[[120,31,129,6,0,0,0,0],[121,40,121,50,0,0,0,0],[121,50,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyFSo7NSEventCSgAFcfU_","regions":[[123,87,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC05startA10MonitoringyyFSo7NSEventCSgAFcfU_ytSgyYaYbScMYccfU_","regions":[[124,18,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC04stopA10MonitoringyyF","regions":[[132,30,138,6,0,0,0,0],[133,39,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC06handleA5Event33_9CE07F0C2FA50D2DC4F2A3C30CDC18FFLLyySo7NSEventCF","regions":[[141,51,152,6,0,0,0,0],[144,16,144,26,0,0,0,0],[145,9,146,44,0,0,0,0],[147,9,148,44,0,0,0,0],[149,9,150,18,0,0,0,0],[151,10,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC13runSimulationyyYaF","regions":[[155,32,185,6,0,0,0,0],[156,40,156,50,0,0,0,0],[156,50,185,6,0,0,0,0],[157,64,160,10,0,0,0,0],[160,10,185,6,0,0,0,0],[165,12,180,10,0,0,0,0],[170,66,174,14,0,0,0,0],[179,14,180,10,0,0,0,0],[180,17,182,10,0,0,0,0],[182,10,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC19keyCodeToKanataNameySSs6UInt16VFZ","regions":[[191,78,284,6,0,0,0,0],[192,16,192,23,0,0,0,0],[194,9,194,20,0,0,0,0],[195,9,195,20,0,0,0,0],[196,9,196,20,0,0,0,0],[197,9,197,20,0,0,0,0],[198,9,198,20,0,0,0,0],[199,9,199,20,0,0,0,0],[201,9,201,20,0,0,0,0],[202,9,202,20,0,0,0,0],[203,9,203,20,0,0,0,0],[204,9,204,20,0,0,0,0],[205,9,205,21,0,0,0,0],[207,9,207,21,0,0,0,0],[208,9,208,21,0,0,0,0],[209,9,209,21,0,0,0,0],[210,9,210,21,0,0,0,0],[211,9,211,21,0,0,0,0],[212,9,212,21,0,0,0,0],[214,9,214,21,0,0,0,0],[215,9,215,21,0,0,0,0],[216,9,216,21,0,0,0,0],[217,9,217,21,0,0,0,0],[218,9,218,21,0,0,0,0],[219,9,219,21,0,0,0,0],[220,9,220,21,0,0,0,0],[221,9,221,21,0,0,0,0],[222,9,222,21,0,0,0,0],[223,9,223,21,0,0,0,0],[224,9,224,21,0,0,0,0],[225,9,225,21,0,0,0,0],[227,9,227,21,0,0,0,0],[228,9,228,21,0,0,0,0],[229,9,229,21,0,0,0,0],[230,9,230,21,0,0,0,0],[231,9,231,21,0,0,0,0],[232,9,232,21,0,0,0,0],[234,9,234,23,0,0,0,0],[235,9,235,21,0,0,0,0],[236,9,236,21,0,0,0,0],[237,9,237,21,0,0,0,0],[238,9,238,21,0,0,0,0],[239,9,239,21,0,0,0,0],[240,9,240,22,0,0,0,0],[242,9,242,21,0,0,0,0],[243,9,243,21,0,0,0,0],[244,9,244,21,0,0,0,0],[245,9,245,21,0,0,0,0],[246,9,246,21,0,0,0,0],[248,9,248,23,0,0,0,0],[249,9,249,23,0,0,0,0],[250,9,250,23,0,0,0,0],[251,9,251,24,0,0,0,0],[252,9,252,23,0,0,0,0],[254,9,254,24,0,0,0,0],[255,9,255,24,0,0,0,0],[256,9,256,24,0,0,0,0],[257,9,257,24,0,0,0,0],[258,9,258,24,0,0,0,0],[259,9,259,24,0,0,0,0],[260,9,260,24,0,0,0,0],[261,9,261,24,0,0,0,0],[262,9,262,22,0,0,0,0],[264,9,264,22,0,0,0,0],[265,9,265,22,0,0,0,0],[266,9,266,22,0,0,0,0],[267,9,267,22,0,0,0,0],[268,9,268,23,0,0,0,0],[269,9,269,23,0,0,0,0],[270,9,270,24,0,0,0,0],[271,9,271,24,0,0,0,0],[272,9,272,24,0,0,0,0],[273,9,273,23,0,0,0,0],[274,9,274,23,0,0,0,0],[275,9,275,23,0,0,0,0],[277,9,277,25,0,0,0,0],[278,9,278,25,0,0,0,0],[279,9,279,25,0,0,0,0],[280,9,280,23,0,0,0,0],[281,9,282,33,0,0,0,0],[283,10,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC021displayLabelForKanataA0yS2SFZ","regions":[[287,79,306,6,0,0,0,0],[288,16,288,19,0,0,0,0],[289,9,289,28,0,0,0,0],[290,9,290,29,0,0,0,0],[291,9,291,26,0,0,0,0],[292,9,292,30,0,0,0,0],[293,9,293,26,0,0,0,0],[294,9,294,28,0,0,0,0],[295,9,295,37,0,0,0,0],[296,9,296,36,0,0,0,0],[297,9,297,35,0,0,0,0],[298,9,298,35,0,0,0,0],[299,9,299,24,0,0,0,0],[300,9,300,27,0,0,0,0],[301,9,301,27,0,0,0,0],[302,9,302,25,0,0,0,0],[303,9,303,27,0,0,0,0],[304,9,304,34,0,0,0,0],[305,10,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC08physicalA13FromCharacteryAA08PhysicalA0VSgSJFZ","regions":[[309,94,342,6,0,0,0,0],[334,51,334,65,0,0,0,0],[334,65,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Simulator/SimulatorViewModel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SimulatorViewModelC10forTesting7serviceAcA0E7ServiceC_tFZ","regions":[[349,77,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6isDark33_60708B1164977CA318578E4A3BF3977FLLSbvg","regions":[[12,30,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg","regions":[[16,25,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg7SwiftUI9TupleViewVyAC6header33_60708B1164977CA318578E4A3BF3977FLLQrvpQOyx_Qo__AE0L0PAEE7opacityyQrSdFQOyAE7DividerV_Qo_AE06ScrollL0VyAlEE7paddingyQr12CoreGraphics7CGFloatVFQOyx_Qo_GtGyXEfU_","regions":[[17,28,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV4bodyQrvg7SwiftUI9TupleViewVyAC6header33_60708B1164977CA318578E4A3BF3977FLLQrvpQOyx_Qo__AE0L0PAEE7opacityyQrSdFQOyAE7DividerV_Qo_AE06ScrollL0VyAlEE7paddingyQr12CoreGraphics7CGFloatVFQOyx_Qo_GtGyXEfU_AWyXEfU_","regions":[[25,24,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg","regions":[[36,35,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_","regions":[[37,28,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_yyScMYccfU_","regions":[[38,20,40,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A6_yXEfU0_","regions":[[40,22,48,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A6_yXEfU0_A2_yXEfU_","regions":[[41,36,46,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV6header33_60708B1164977CA318578E4A3BF3977FLLQrvg7SwiftUI9TupleViewVyAF15ModifiedContentVyAF0Q0PAFE11buttonStyleyQrqd__AF015PrimitiveButtonU0Rd__lFQOyAF0W0VyAlFE010foregroundU0yQrqd__AF05ShapeU0Rd__lFQOyAF6HStackVyAHyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF4TextVtGG_AF012HierarchicalyU0VQo_G_AF05PlainwU0VQo_AF31AccessibilityAttachmentModifierVG_AF6SpacerVAlFE9lineLimityQrSiSgFQOyA1__Qo_A15_AlFE7opacityyQrSdFQOyA3__Qo_tGyXEfU_A2_yXEfU1_","regions":[[63,32,68,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14SlideOverPanelV15panelBackground33_60708B1164977CA318578E4A3BF3977FLLQrvg","regions":[[78,44,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg","regions":[[94,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_","regions":[[95,16,113,10,0,0,0,0],[101,16,101,27,0,0,0,0],[101,28,112,14,0,0,0,0],[112,14,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_yycfU_","regions":[[104,29,108,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/SlideOverPanel.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SlideOverContainerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE16allowsHitTestingyQrSbFQOyx_Qo__AiEE10transitionyQrqd__AE10TransitionRd__lFQOyAA0eF5PanelVyq_G_AeMPAEE8combined4withQrqd___tAeMRd__lFQOyAE04MoveQ0V_AE07OpacityQ0VQo_Qo_SgtGyXEfU_yycfU_yyXEfU_","regions":[[105,67,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerCACyc33_3BB37FF4AB42BFCC7F119B0772C2B28ALlfc","regions":[[10,20,10,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC08playTinkE0yyF","regions":[[13,26,20,6,0,0,0,0],[14,12,14,42,0,0,0,0],[14,43,17,10,0,0,0,0],[17,10,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC09playGlassE0yyF","regions":[[23,27,30,6,0,0,0,0],[24,12,24,42,0,0,0,0],[24,43,27,10,0,0,0,0],[27,10,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC09playErrorE0yyF","regions":[[33,27,40,6,0,0,0,0],[34,12,34,42,0,0,0,0],[34,43,37,10,0,0,0,0],[37,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC011playWarningE0yyF","regions":[[43,29,51,6,0,0,0,0],[44,12,44,42,0,0,0,0],[44,43,47,10,0,0,0,0],[47,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC013playSubmarineE0yyF","regions":[[54,31,61,6,0,0,0,0],[55,12,55,42,0,0,0,0],[55,43,58,10,0,0,0,0],[58,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC011playLayerUpE0yyF","regions":[[66,29,74,6,0,0,0,0],[67,12,67,42,0,0,0,0],[67,43,70,10,0,0,0,0],[70,10,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC013playLayerDownE0yyF","regions":[[77,31,85,6,0,0,0,0],[78,12,78,42,0,0,0,0],[78,43,81,10,0,0,0,0],[81,10,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC015playOverlayShowE0yyF","regions":[[90,33,98,6,0,0,0,0],[91,12,91,42,0,0,0,0],[91,43,94,10,0,0,0,0],[94,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC015playOverlayHideE0yyF","regions":[[101,33,109,6,0,0,0,0],[102,12,102,42,0,0,0,0],[102,43,105,10,0,0,0,0],[105,10,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12SoundManagerC010playSubtleE033_3BB37FF4AB42BFCC7F119B0772C2B28ALL5named6volumeySS_SftF","regions":[[112,69,119,6,0,0,0,0],[113,53,116,10,0,0,0,0],[116,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerCACyc33_3BE75701499EA72B996BEE0E4BA4236BLlfc","regions":[[12,20,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC11setupSounds33_3BE75701499EA72B996BEE0E4BA4236BLLyyF","regions":[[16,32,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC011playSuccessE0yyF","regions":[[26,29,36,6,0,0,0,0],[27,45,30,10,0,0,0,0],[30,10,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC011playSuccessE0yyFyyYbScMYccfU_","regions":[[32,34,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC09playErrorE0yyF","regions":[[39,27,49,6,0,0,0,0],[40,43,43,10,0,0,0,0],[43,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC09playErrorE0yyFyyYbScMYccfU_","regions":[[45,34,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC10testSoundsyyF","regions":[[52,23,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Utilities/SoundPlayer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11SoundPlayerC10testSoundsyyFyyYbScMYccfU_","regions":[[56,63,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SplashViewV4bodyQrvg","regions":[[5,25,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/SplashView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SplashViewV4bodyQrvg7SwiftUI05TupleF0VyAE6SpacerV_AE19_ConditionalContentVyAE0F0PAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5yE9AlignmentVtFQOyAmEE11aspectRatio_11contentModeQrAY_AE0M4ModeOtFQOyAE5ImageV_Qo__Qo_AGyAmEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAmEE4fontyQrAE4FontVSgFQOyA5__Qo__AEA9_PAEE7opacityyQrSdFQOyAE22HierarchicalShapeStyleV_Qo_Qo__AE4TextVA22_tGGAimEEA16_yQrSdFQOyAmEE11scaleEffect_6anchorQrAX_AE9UnitPointVtFQOyAE08ProgressF0VyAE05EmptyF0VA32_G_Qo__Qo_AmEEAN5width6heightAUQrAY_AYA_tFQOyAI_Qo_tGyXEfU_","regions":[[6,28,39,10,0,0,0,0],[10,67,15,14,0,0,0,0],[15,20,28,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg","regions":[[9,25,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_","regions":[[10,16,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_yycfU_","regions":[[14,31,16,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_","regions":[[19,32,150,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A38_yXEfU_","regions":[[21,37,41,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A38_yXEfU_A30_yXEfU_","regions":[[26,34,30,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_","regions":[[46,37,99,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_","regions":[[50,41,97,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_A47_yXEfU_","regions":[[51,44,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A57_yXEfU0_A54_yXEfU_A51_yXEfU0_","regions":[[67,45,83,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_","regions":[[103,37,147,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_","regions":[[105,33,112,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_yyXEfU_","regions":[[106,70,108,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU_yyYbScMYccfU0_","regions":[[109,83,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A80_yXEfU0_","regions":[[113,32,125,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A80_yXEfU0_A74_yXEfU_","regions":[[114,36,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_","regions":[[130,33,137,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_yyXEfU_","regions":[[131,70,133,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_yyScMYccfU1_yyYbScMYccfU0_","regions":[[134,83,136,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A93_yXEfU0_A89_yXEfU1_A86_yXEfU2_","regions":[[138,32,144,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23StartConfirmationDialogV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE12onTapGesture5count7performQrSi_yyctFQOyAiEE15ignoresSafeArea_5edgesQrAE0sT7RegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__Qo__AiEE10background9alignment7contentQrAE9AlignmentV_qd__yXEtAeHRd__lFQOyAiEE5frame5width6heightAZQr12CoreGraphics7CGFloatVSg_A8_A1_tFQOyAE6VStackVyAGyAiEE7paddingyQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE7overlayAZA_QrA1__qd__yXEtAeHRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE11AnyGradientVG_Qo__AiEE010foregroundY0yQrAVSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_Qo__AE4TextVAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA33__Qo_tGG_Qo__Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEEA11_yQrAT_A8_tFQOyAE7DividerV_Qo__AiEEA11_yQrAT_A8_tFQOyA10_yAGyAE6HStackVyAGyA30__A33_tGG_A37_A46_yAGyAA0a3CapL0V_A33_A50_A33_A50_tGGA33_AiEEA11_yQrAT_A8_tFQOyA37__Qo_tGG_Qo_tGG_Qo_AiEEA11_yQrAT_A8_tFQOyAiEEA11_yQrAT_A8_tFQOyA10_yAGyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEE12cornerRadius_11antialiasedQrA7__SbtFQOyAiEEAY_0rsT5EdgesQrqd___ATtAE10ShapeStyleRd__lFQOyAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAZQrA8__A8_A8_A8_A8_A8_A1_tFQOyAiEEA21_yQrA22_FQOyA46_yAGyA29__A33_tGG_Qo__Qo__Qo__A18_Qo__Qo_G_AE16PlainButtonStyleVQo__AiEEA60_yQrqd__AEA61_Rd__lFQOyA63_yAiEEA2_A3_A4_AZQrA8__A8_A1_tFQOyAiEEA2_A68_A69_A70_A71_A72_A73_AZQrA8__A8_A8_A8_A8_A8_A1_tFQOyA33__Qo__Qo_G_A83_Qo_tGG_Qo__Qo_tGG_Qo__AiEE6shadow5color6radius1x1yQrAV_A7_A7_A7_tFQOyA14_yA16_AE8MaterialVG_Qo_Qo_tGyXEfU_A104_yXEfU1_","regions":[[152,25,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapViewV4bodyQrvg","regions":[[173,25,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7CapViewV4bodyQrvg7SwiftUI05TupleF0VyAE0F0PAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2StFQOyAiEE7overlay_9alignmentQrqd___AE9AlignmentVtAeHRd__lFQOyAiEE5frame5width6heightAUQrASSg_A_AWtFQOyAiEEAT_AUQrqd___AWtAeHRd__lFQOyAiEE010foregroundN0yQrAPSgFQOyAE16RoundedRectangleV_Qo__AE011StrokeShapeF0VyA3_ApE05EmptyF0VGQo__Qo__AE4TextVQo__Qo__A13_tGyXEfU_","regions":[[174,28,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ","regions":[[200,36,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_","regions":[[201,15,215,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU_","regions":[[204,28,204,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU0_","regions":[[205,27,205,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU1_","regions":[[211,28,211,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/StartConfirmationDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32StartConfirmationDialog_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__ANtGyXEfU_yycfU2_","regions":[[212,27,212,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6_phase33_8AFCF109F94E1541E435D3F3BB03B49BLL7Combine9PublishedVyAC5PhaseOGvpfi","regions":[[19,48,19,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6timers33_8AFCF109F94E1541E435D3F3BB03B49BLLSaySo24OS_dispatch_source_timer_pGvpfi","regions":[[20,49,20,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorCACyc33_8AFCF109F94E1541E435D3F3BB03B49BLlfc","regions":[[22,20,22,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyF","regions":[[25,18,55,6,0,0,0,0],[26,35,26,45,0,0,0,0],[26,45,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU_","regions":[[30,31,34,10,0,0,0,0],[31,33,31,43,0,0,0,0],[31,43,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU0_","regions":[[37,31,41,10,0,0,0,0],[38,33,38,43,0,0,0,0],[38,43,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU1_","regions":[[43,31,48,10,0,0,0,0],[44,33,44,43,0,0,0,0],[44,43,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC5startyyFyycfU2_","regions":[[50,31,54,10,0,0,0,0],[51,33,51,43,0,0,0,0],[51,43,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6cancelyyF","regions":[[57,19,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC6cancelyyFySo24OS_dispatch_source_timer_pXEfU_","regions":[[58,24,58,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC8schedule33_8AFCF109F94E1541E435D3F3BB03B49BLL5after_ySd_yyctF","regions":[[62,87,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StartupCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18StartupCoordinatorC10transition33_8AFCF109F94E1541E435D3F3BB03B49BLL2toyAC5PhaseO_tF","regions":[[70,49,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvg","regions":[[44,54,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvgyScS12ContinuationVyx_GXEfU_","regions":[[45,21,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12stateChangesScSyxGvgyScS12ContinuationVyx_GXEfU_yyYaYbScMYccfU_","regions":[[46,18,52,14,0,0,0,0],[49,54,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC9configure13stateProvideryxyc_tF","regions":[[60,58,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC06notifyE7ChangedyyF","regions":[[68,31,80,6,0,0,0,0],[69,49,72,10,0,0,0,0],[72,10,80,6,0,0,0,0],[74,12,74,42,0,0,0,0],[74,43,76,10,0,0,0,0],[76,16,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC010getCurrentE0xSgyF","regions":[[85,38,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC12isConfiguredSbvg","regions":[[90,28,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/StatePublisherService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21StatePublisherServiceC14hasSubscribersSbvg","regions":[[95,30,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4icon5title6status5onTapACSS_SS0aB10WizardCore18InstallationStatusOyycSgtcfC","regions":[[13,95,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvg","regions":[[20,25,40,6,0,0,0,0],[39,30,39,54,0,0,0,0],[39,57,39,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE15foregroundColoryQrAE0U0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE4TextVAE6SpacerVAC10statusIconQrvpQOy_Qo_tGyXEfU_","regions":[[21,55,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV4bodyQrvgyycfU0_","regions":[[35,23,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV9iconColor7SwiftUI0I0Vvg","regions":[[42,26,50,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,44,53,0,0,0,0],[45,9,45,57,0,0,0,0],[46,9,46,51,0,0,0,0],[47,9,47,48,0,0,0,0],[48,9,48,73,0,0,0,0],[49,10,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SummaryItemViewV10statusIconQrvg","regions":[[53,31,79,6,0,0,0,0],[54,16,54,22,0,0,0,0],[55,9,58,63,0,0,0,0],[59,9,61,34,0,0,0,0],[62,9,65,63,0,0,0,0],[66,9,69,63,0,0,0,0],[70,9,73,63,0,0,0,0],[74,9,77,63,0,0,0,0],[78,10,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV5title11description6status13autoFixButtonACSS_SS0aB10WizardCore0E6StatusO7SwiftUI03AnyG0VycSgtcfC","regions":[[93,7,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg","regions":[[100,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC10statusIconQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AZtGGAE6SpacerVAE03AnyG0VSgtGyXEfU_","regions":[[101,55,119,10,0,0,0,0],[116,34,118,14,0,0,0,0],[118,14,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAC10statusIconQrvpQOy_Qo__Qo__AE6VStackVyAGyAE4TextV_AZtGGAE6SpacerVAE03AnyG0VSgtGyXEfU_A_yXEfU_","regions":[[105,85,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20InstallationItemViewV10statusIconQrvg","regions":[[124,31,149,6,0,0,0,0],[125,16,125,22,0,0,0,0],[126,9,129,60,0,0,0,0],[130,9,131,27,0,0,0,0],[132,9,135,60,0,0,0,0],[136,9,139,60,0,0,0,0],[140,9,143,60,0,0,0,0],[144,9,147,60,0,0,0,0],[148,10,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV30_showingBackgroundServicesHelp33_FEE2E5CFDCB1885F7361C036D2EC9606LL7SwiftUI5StateVySbGvpfi","regions":[[160,56,160,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg","regions":[[162,25,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_","regions":[[163,79,221,10,0,0,0,0],[184,16,184,42,0,0,0,0],[184,58,192,14,0,0,0,0],[192,57,220,14,0,0,0,0],[220,14,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A19_yXEfU_","regions":[[164,59,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A19_yXEfU_A15_yXEfU_","regions":[[170,89,179,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A25_yXEfU0_","regions":[[185,24,191,18,0,0,0,0],[188,45,188,56,0,0,0,0],[188,59,188,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A25_yXEfU0_yyYacfU_","regions":[[188,106,190,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_","regions":[[193,57,219,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_A50_yXEfU_","regions":[[199,28,214,22,0,0,0,0],[207,28,207,65,0,0,0,0],[207,66,213,26,0,0,0,0],[213,26,214,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAkEE15foregroundColoryQrAE0V0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE6VStackVyAGyAE4TextV_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA10__Qo_tGGAE6SpacerVtGG_AE19_ConditionalContentVyAIyAGyA18__AA12WizardButtonVtGGA8_yAGyA10__AkEE12cornerRadius_11antialiasedQrAR_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA34__AStFQOyAkEEA36_yQrA34__AStFQOyAIyAGyA10__A18_AkEE11controlSizeyQrAE11ControlSizeOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA10_G_AE19BorderedButtonStyleVQo__Qo_SgtGG_Qo__Qo__AXQo__Qo_tGGGSgtGyXEfU_A56_yXEfU1_A50_yXEfU_yyScMYccfU_","regions":[[208,44,210,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV4bodyQrvgAA27BackgroundServicesHelpSheetVSgycfU0_","regions":[[227,61,231,10,0,0,0,0],[228,34,230,14,0,0,0,0],[230,14,231,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV15backgroundColor7SwiftUI0I0Vvg","regions":[[234,32,243,6,0,0,0,0],[235,16,235,30,0,0,0,0],[236,9,237,37,0,0,0,0],[238,9,239,39,0,0,0,0],[240,9,241,36,0,0,0,0],[242,10,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13IssueCardViewV11borderColor7SwiftUI0I0Vvg","regions":[[245,28,254,6,0,0,0,0],[246,16,246,30,0,0,0,0],[247,9,248,36,0,0,0,0],[249,9,250,38,0,0,0,0],[251,9,252,35,0,0,0,0],[253,10,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg","regions":[[263,25,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE08progressG5StyleyQrqd__AE0fgU0Rd__lFQOyAE0fG0VyAE05EmptyG0VAYG_AE06LinearfgU0VQo__Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA6_tGGtGyXEfU_","regions":[[264,56,281,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardProgressViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAiEE08progressG5StyleyQrqd__AE0fgU0Rd__lFQOyAE0fG0VyAE05EmptyG0VAYG_AE06LinearfgU0VQo__Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA6_tGGtGyXEfU_A9_yXEfU_","regions":[[269,20,280,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg","regions":[[291,25,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_","regions":[[293,56,305,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_APSi_AKtcfU_","regions":[[294,57,304,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV4bodyQrvg7SwiftUI7ForEachVySaySi6offset_0aB10WizardCore0nE0O7elementtGAkA0E3Dot33_FEE2E5CFDCB1885F7361C036D2EC9606LLVGyXEfU_APSi_AKtcfU_yycfU_","regions":[[302,28,302,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV9pageIndex33_FEE2E5CFDCB1885F7361C036D2EC9606LLySi0aB10WizardCore0qE0OF","regions":[[313,55,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17PageDotsIndicatorV9pageIndex33_FEE2E5CFDCB1885F7361C036D2EC9606LLySi0aB10WizardCore0qE0OFSiyKXEfu_","regions":[[314,57,314,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV4bodyQrvg","regions":[[326,25,345,6,0,0,0,0],[329,44,329,45,0,0,0,0],[329,48,329,49,0,0,0,0],[329,76,329,77,0,0,0,0],[329,80,329,81,0,0,0,0],[333,42,333,89,0,0,0,0],[333,92,333,98,0,0,0,0],[336,38,336,41,0,0,0,0],[336,44,336,47,0,0,0,0],[342,49,342,73,0,0,0,0],[342,76,342,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV4bodyQrvgyycfU_","regions":[[338,27,338,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV7dotFill7SwiftUI5ColorVvg","regions":[[347,32,351,6,0,0,0,0],[348,12,348,21,0,0,0,0],[348,22,348,66,0,0,0,0],[348,66,350,62,0,0,0,0],[349,12,349,26,0,0,0,0],[349,27,349,85,0,0,0,0],[349,85,350,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV8helpTextSSvg","regions":[[353,34,356,6,0,0,0,0],[354,12,354,27,0,0,0,0],[354,44,354,96,0,0,0,0],[354,96,355,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Components/StatusIndicators.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit7PageDot33_FEE2E5CFDCB1885F7361C036D2EC9606LLV18accessibilityValueSSvg","regions":[[358,44,362,6,0,0,0,0],[359,33,359,47,0,0,0,0],[359,50,359,81,0,0,0,0],[360,12,360,27,0,0,0,0],[360,44,360,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg","regions":[[7,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_","regions":[[8,29,33,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_A12_yXEfU_","regions":[[10,20,18,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV4bodyQrvg7SwiftUI05TupleG0VyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AkEE010foregroundW0yQrA_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_tGG_AE6VStackVyAGyAE4TextV_A17_SgtGGAE6SpacerVtGyXEfU_A19_yXEfU0_","regions":[[20,53,30,14,0,0,0,0],[25,51,29,18,0,0,0,0],[29,18,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV12messageTitle33_CCEBF277924148B7534378CA57D03884LLSSvg","regions":[[48,38,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV12messageTitle33_CCEBF277924148B7534378CA57D03884LLSSvgSSyKXEfu_","regions":[[49,56,49,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15messageSubtitle33_CCEBF277924148B7534378CA57D03884LLSSSgvg","regions":[[52,42,55,6,0,0,0,0],[54,34,54,42,0,0,0,0],[54,45,54,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvg","regions":[[57,34,69,6,0,0,0,0],[58,12,58,94,0,0,0,0],[58,95,60,10,0,0,0,0],[60,19,60,45,0,0,0,0],[60,46,62,10,0,0,0,0],[62,19,63,45,0,0,0,0],[64,9,66,10,0,0,0,0],[66,16,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu_","regions":[[58,39,58,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu0_","regions":[[58,68,58,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu1_","regions":[[62,49,62,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV8iconName33_CCEBF277924148B7534378CA57D03884LLSSvgSbyKXEfu2_","regions":[[63,16,63,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[71,34,81,6,0,0,0,0],[72,12,72,94,0,0,0,0],[72,95,74,10,0,0,0,0],[74,19,75,75,0,0,0,0],[76,9,78,10,0,0,0,0],[78,16,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[72,39,72,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[72,68,72,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[74,49,74,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[75,16,75,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV9iconColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[75,49,75,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[83,40,93,6,0,0,0,0],[84,12,84,94,0,0,0,0],[84,95,86,10,0,0,0,0],[86,19,87,75,0,0,0,0],[88,9,90,10,0,0,0,0],[90,16,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[84,39,84,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[84,68,84,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[86,49,86,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[87,16,87,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV15backgroundColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[87,49,87,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0Vvg","regions":[[95,36,105,6,0,0,0,0],[96,12,96,94,0,0,0,0],[96,95,98,10,0,0,0,0],[98,19,99,75,0,0,0,0],[100,9,102,10,0,0,0,0],[102,16,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu_","regions":[[96,39,96,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu0_","regions":[[96,68,96,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu1_","regions":[[98,49,98,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu2_","regions":[[99,16,99,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/ContentView/StatusMessageView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17StatusMessageViewV11borderColor33_CCEBF277924148B7534378CA57D03884LL7SwiftUI0I0VvgSbyKXEfu3_","regions":[[99,49,99,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV5adapty0aB10WizardCore0E11StateResultVAA0eF0VFZ","regions":[[11,70,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV05adaptE5State33_B95A7C80D62557012FA2CEA7E5C7001CLLy0aB10WizardCore0reI0OAA0eF0VFZ","regions":[[29,89,72,6,0,0,0,0],[33,12,33,42,0,0,0,0],[33,43,36,10,0,0,0,0],[36,10,71,34,0,0,0,0],[40,12,40,38,0,0,0,0],[40,39,45,10,0,0,0,0],[45,10,71,34,0,0,0,0],[49,12,49,33,0,0,0,0],[49,34,53,10,0,0,0,0],[53,10,71,34,0,0,0,0],[56,12,56,42,0,0,0,0],[56,43,59,10,0,0,0,0],[59,10,71,34,0,0,0,0],[64,12,64,52,0,0,0,0],[64,53,67,10,0,0,0,0],[67,10,71,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV21getMissingPermissions33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore21PermissionRequirementOGAA0eF0VFZ","regions":[[74,100,101,6,0,0,0,0],[81,12,81,66,0,0,0,0],[81,67,83,10,0,0,0,0],[84,12,84,64,0,0,0,0],[84,65,86,10,0,0,0,0],[93,12,93,65,0,0,0,0],[93,66,95,10,0,0,0,0],[96,12,96,63,0,0,0,0],[96,64,98,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV20getMissingComponents33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore20ComponentRequirementOGAA0eF0VFZ","regions":[[103,98,128,6,0,0,0,0],[106,12,106,53,0,0,0,0],[106,54,108,10,0,0,0,0],[109,12,109,56,0,0,0,0],[109,57,111,10,0,0,0,0],[112,12,112,54,0,0,0,0],[112,55,114,10,0,0,0,0],[115,12,115,50,0,0,0,0],[115,51,117,10,0,0,0,0],[118,12,118,49,0,0,0,0],[118,50,120,10,0,0,0,0],[123,12,123,51,0,0,0,0],[123,52,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ","regions":[[130,80,363,6,0,0,0,0],[224,12,224,53,0,0,0,0],[224,54,235,10,0,0,0,0],[236,12,236,56,0,0,0,0],[236,57,247,10,0,0,0,0],[248,12,248,50,0,0,0,0],[248,51,259,10,0,0,0,0],[260,12,260,49,0,0,0,0],[260,50,271,10,0,0,0,0],[274,12,274,51,0,0,0,0],[274,52,285,10,0,0,0,0],[288,12,288,42,0,0,0,0],[288,43,301,10,0,0,0,0],[289,57,300,14,0,0,0,0],[297,75,297,105,0,0,0,0],[297,108,297,111,0,0,0,0],[300,14,301,10,0,0,0,0],[304,12,304,52,0,0,0,0],[304,53,315,10,0,0,0,0],[317,12,317,55,0,0,0,0],[317,56,328,10,0,0,0,0],[331,12,331,43,0,0,0,0],[331,84,344,10,0,0,0,0],[347,12,347,35,0,0,0,0],[347,36,360,10,0,0,0,0],[351,54,351,80,0,0,0,0],[351,83,351,100,0,0,0,0],[357,27,357,53,0,0,0,0],[357,56,357,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ016appendPermissionT0L__10identifier5title17deniedDescription10userAction14includeUnknowny0aB11Permissions0V6OracleC6StatusO_AF0T10IdentifierOS3SSbtF","regions":[[146,11,188,10,0,0,0,0],[147,46,147,52,0,0,0,0],[148,13,149,22,0,0,0,0],[150,13,151,21,0,0,0,0],[152,13,153,31,0,0,0,0],[154,14,188,10,0,0,0,0],[155,38,155,48,0,0,0,0],[155,48,188,10,0,0,0,0],[157,78,157,86,0,0,0,0],[157,89,157,95,0,0,0,0],[175,19,175,64,0,0,0,0],[176,19,176,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV11adaptIssues33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0R5IssueVGAA0eF0VFZ016appendPermissionT0L__10identifier5title17deniedDescription10userAction14includeUnknowny0aB11Permissions0V6OracleC6StatusO_AF0T10IdentifierOS3SSbtFSSyXEfU_","regions":[[158,39,173,14,0,0,0,0],[159,20,159,38,0,0,0,0],[159,39,171,18,0,0,0,0],[162,44,162,54,0,0,0,0],[163,21,164,196,0,0,0,0],[165,21,166,193,0,0,0,0],[167,21,168,75,0,0,0,0],[169,22,170,37,0,0,0,0],[171,18,172,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemContextAdapter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20SystemContextAdapterV23determineAutoFixActions33_B95A7C80D62557012FA2CEA7E5C7001CLLySay0aB10WizardCore0iJ6ActionOGAA0eF0VFZ","regions":[[365,94,368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO6TargetO3url33_56E0C6CE0CB3DD73A1D9C67E73285100LL10Foundation3URLVSgvg","regions":[[12,35,25,10,0,0,0,0],[13,20,13,24,0,0,0,0],[14,13,15,66,0,0,0,0],[16,13,17,71,0,0,0,0],[18,13,19,69,0,0,0,0],[20,13,21,70,0,0,0,0],[22,13,23,81,0,0,0,0],[24,14,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO4openyyAC6TargetOFZ","regions":[[28,40,31,6,0,0,0,0],[29,41,29,51,0,0,0,0],[29,51,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO22openKanataLogsInEditoryyFZ","regions":[[33,42,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO22openKanataLogsInEditoryyFZyyYaYbScMYccfU_","regions":[[35,14,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO26openKarabinerLogsDirectoryyyFZ","regions":[[40,46,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Status/SystemDiagnostics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17SystemDiagnosticsO04openE8SettingsyyFZ","regions":[[44,38,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO8isModernSbvg","regions":[[16,28,21,10,0,0,0,0],[17,20,17,24,0,0,0,0],[18,13,18,31,0,0,0,0],[19,13,19,42,0,0,0,0],[20,14,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO8isLegacySbvg","regions":[[23,28,28,10,0,0,0,0],[24,20,24,24,0,0,0,0],[25,13,25,31,0,0,0,0],[26,13,26,42,0,0,0,0],[27,14,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC12MacOSVersionO13versionStringSSvg","regions":[[30,35,35,10,0,0,0,0],[31,20,31,24,0,0,0,0],[32,13,33,24,0,0,0,0],[34,14,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC10DriverTypeO11displayNameSSvg","regions":[[44,33,50,10,0,0,0,0],[45,20,45,24,0,0,0,0],[46,13,46,58,0,0,0,0],[47,13,47,71,0,0,0,0],[48,13,48,49,0,0,0,0],[49,14,50,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC10DriverTypeO11descriptionSSvg","regions":[[52,33,61,10,0,0,0,0],[53,20,53,24,0,0,0,0],[54,13,55,90,0,0,0,0],[56,13,57,87,0,0,0,0],[58,13,59,85,0,0,0,0],[60,14,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvg","regions":[[72,33,90,10,0,0,0,0],[75,87,75,95,0,0,0,0],[75,98,75,106,0,0,0,0],[80,16,80,31,0,0,0,0],[80,32,82,14,0,0,0,0],[84,16,84,40,0,0,0,0],[84,41,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvgS2SXEfU_","regions":[[81,56,81,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC16ValidationResultV11descriptionSSvgS2SXEfU0_","regions":[[86,68,86,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC18detectMacOSVersionAC0hI0OyF","regions":[[96,47,113,6,0,0,0,0],[105,12,105,38,0,0,0,0],[105,39,107,10,0,0,0,0],[107,19,107,45,0,0,0,0],[107,46,109,10,0,0,0,0],[109,16,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC21getRequiredDriverTypeAC0iJ0OyF","regions":[[116,48,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC21getRequiredDriverType3forAC0iJ0OAC12MacOSVersionO_tF","regions":[[122,73,131,6,0,0,0,0],[123,16,123,23,0,0,0,0],[124,9,125,23,0,0,0,0],[126,9,127,29,0,0,0,0],[128,9,129,21,0,0,0,0],[130,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC08validateE13CompatibilityAC16ValidationResultVyF","regions":[[134,60,198,6,0,0,0,0],[145,16,145,28,0,0,0,0],[146,9,148,105,0,0,0,0],[150,9,154,91,0,0,0,0],[156,9,160,91,0,0,0,0],[161,10,197,22,0,0,0,0],[168,12,168,37,0,0,0,0],[168,38,173,10,0,0,0,0],[176,40,180,10,0,0,0,0],[191,87,191,103,0,0,0,0],[191,106,191,126,0,0,0,0],[193,12,193,27,0,0,0,0],[193,28,195,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC014supportsDriverD0SbyF","regions":[[203,38,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC23requiresKernelExtensionSbyF","regions":[[209,44,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC33getDriverInstallationInstructionsAA0hiJ0VyF","regions":[[215,80,277,6,0,0,0,0],[218,16,218,26,0,0,0,0],[219,9,237,14,0,0,0,0],[239,9,260,14,0,0,0,0],[262,9,275,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18SystemRequirementsC03getE4InfoAA0eH0VyF","regions":[[282,40,294,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30DriverInstallationInstructionsV11descriptionSSvg","regions":[[310,29,334,6,0,0,0,0],[317,49,319,10,0,0,0,0],[319,10,333,22,0,0,0,0],[322,41,324,10,0,0,0,0],[324,10,333,22,0,0,0,0],[326,12,326,26,0,0,0,0],[326,27,331,10,0,0,0,0],[328,31,330,14,0,0,0,0],[330,14,331,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/SystemRequirements.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SystemInfoV11descriptionSSvg","regions":[[345,29,354,6,0,0,0,0],[348,83,348,91,0,0,0,0],[348,94,348,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC24karabinerConflictServiceAcA09KarabinerI8Managing_p_tcfc","regions":[[22,63,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC11isInstalledSbyF","regions":[[29,32,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21isCompletelyInstalled0h7ServiceJ0S2byXE_tF","regions":[[36,72,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21isCompletelyInstalled0h7ServiceJ0S2byXE_tFSbyKXEfu_","regions":[[37,26,37,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC21getInstallationStatus18isServiceInstalledSSSbyXE_tF","regions":[[41,76,58,6,0,0,0,0],[46,16,46,32,0,0,0,0],[47,9,48,85,0,0,0,0],[48,38,48,59,0,0,0,0],[48,62,48,85,0,0,0,0],[49,9,50,61,0,0,0,0],[51,9,52,83,0,0,0,0],[53,9,54,39,0,0,0,0],[55,9,56,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28hasInputMonitoringPermissionSbyYaF","regions":[[63,55,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26hasAccessibilityPermissionSbyYaF","regions":[[69,53,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC25hasAllRequiredPermissionsSbyYaF","regions":[[75,52,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaF","regions":[[83,7,108,6,0,0,0,0],[99,59,99,64,0,0,0,0],[99,67,99,72,0,0,0,0],[100,54,100,59,0,0,0,0],[100,62,100,67,0,0,0,0],[103,58,103,63,0,0,0,0],[103,66,103,71,0,0,0,0],[104,53,104,58,0,0,0,0],[104,61,104,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaFSbyKXEfu_","regions":[[94,59,94,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28checkBothAppsHavePermissionsSb03keyB13HasPermission_Sb06kanatanO0SS17permissionDetailstyYaFSbyKXEfu0_","regions":[[95,57,95,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaF","regions":[[113,83,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu_","regions":[[116,33,116,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu0_","regions":[[116,51,116,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC06hasAlleF018isServiceInstalledS2byXE_tYaFSbyKXEfu1_","regions":[[116,83,116,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC03geteF6Status18isServiceInstalledSb9installed_Sb11permissionsSb6driverSb6daemontSbyXE_tYaF","regions":[[122,7,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC27openInputMonitoringSettingsyyF","regions":[[135,40,139,6,0,0,0,0],[136,80,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC25openAccessibilitySettingsyyF","regions":[[142,38,155,6,0,0,0,0],[143,38,147,10,0,0,0,0],[144,82,146,14,0,0,0,0],[147,16,154,10,0,0,0,0],[148,82,150,14,0,0,0,0],[150,20,153,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20revealKanataInFinder10onRevealedyyycSg_tF","regions":[[160,64,192,6,0,0,0,0],[178,60,189,10,0,0,0,0],[180,26,182,14,0,0,0,0],[182,20,188,14,0,0,0,0],[189,16,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20revealKanataInFinder10onRevealedyyycSg_tFyyYbScMYccfU_","regions":[[185,71,187,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26isKarabinerDriverInstalledSbyF","regions":[[196,47,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC33isKarabinerDriverExtensionEnabledSbyYaF","regions":[[200,60,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC37areKarabinerBackgroundServicesEnabledSbyYaF","regions":[[204,64,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC26isKarabinerElementsRunningSbyYaF","regions":[[208,53,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC35disableKarabinerElementsPermanentlySbyYaF","regions":[[212,62,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20killKarabinerGrabberSbyYaF","regions":[[216,47,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC24isKarabinerDaemonRunningSbyYaF","regions":[[220,51,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC20startKarabinerDaemonSbyYaF","regions":[[224,47,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC22restartKarabinerDaemonSbyYaF","regions":[[228,49,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28getVirtualHIDBreakageSummary18diagnosticsServiceSSAA011DiagnosticsM8Protocol_p_tYaF","regions":[[236,103,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC28getVirtualHIDBreakageSummary18diagnosticsServiceSSAA011DiagnosticsM8Protocol_p_tYaFSSyKXEfu_","regions":[[243,62,243,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC29makeVirtualHIDBreakageSummary6status13driverEnabled16installedVersion11hasMismatch14securityIssuesSSAA0I15HIDDaemonStatusV_SbSSSbSaySSGtFZ","regions":[[263,17,299,6,0,0,0,0],[265,12,265,33,0,0,0,0],[265,34,271,10,0,0,0,0],[268,16,268,38,0,0,0,0],[268,39,270,14,0,0,0,0],[271,19,271,38,0,0,0,0],[271,39,273,10,0,0,0,0],[273,16,287,10,0,0,0,0],[276,16,276,38,0,0,0,0],[276,39,281,14,0,0,0,0],[281,20,284,14,0,0,0,0],[286,16,286,38,0,0,0,0],[286,39,286,107,0,0,0,0],[288,53,288,64,0,0,0,0],[288,67,288,82,0,0,0,0],[289,54,289,80,0,0,0,0],[289,83,289,85,0,0,0,0],[291,59,291,68,0,0,0,0],[291,71,291,81,0,0,0,0],[292,43,292,80,0,0,0,0],[292,83,292,85,0,0,0,0],[294,12,294,35,0,0,0,0],[294,36,297,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemRequirementsChecker.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25SystemRequirementsCheckerC29makeVirtualHIDBreakageSummary6status13driverEnabled16installedVersion11hasMismatch14securityIssuesSSAA0I15HIDDaemonStatusV_SbSSSbSaySSGtFZS2SXEfU_","regions":[[296,57,296,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV12_isAnimating33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySbGvpfi","regions":[[17,44,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV10_isHovered33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySbGvpfi","regions":[[18,42,18,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV16_rotationDegrees33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[19,50,19,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV23_rotationSpeedDegPerSec33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[20,57,20,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV15_animationPhase33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVyAC09AnimationI0AELLOGvpfi","regions":[[21,57,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV18_decelInitialSpeed33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI5StateVySdGvpfi","regions":[[23,52,23,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV12displayTimer33_5F6DC1971492A1B6DE64E53B9A3F5408LL7Combine10PublishersO11AutoconnectCy_So7NSTimerC10FoundationE0I9PublisherCGvpfi","regions":[[25,32,25,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV13indicatorSize33_5F6DC1971492A1B6DE64E53B9A3F5408LL12CoreGraphics7CGFloatVvpfi","regions":[[35,42,35,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV14backgroundSize33_5F6DC1971492A1B6DE64E53B9A3F5408LL12CoreGraphics7CGFloatVvpfi","regions":[[36,43,36,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg","regions":[[38,25,73,6,0,0,0,0],[63,34,63,37,0,0,0,0],[63,40,63,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgyyYbScMYccACYbcfu_","regions":[[39,24,39,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[39,24,39,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg7SwiftUI6ZStackVyAE9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA_A_tFQOyAmEE5frame5width6heightAOQrA_Sg_A3_AQtFQOyAE06_ShapeM0VyAE6CircleVAXG_Qo__Qo__AE011StrokeShapeM0VyA7_AxE05EmptyM0VGQo_AmEEAN_AOQrqd___AQtAeLRd__lFQOyAmEEArstuVQrAX_A_A_A_tFQOyAmEEA0_A1_A2_AOQrA3__A3_AQtFQOyAA0C15GlassBackgroundV_Qo__Qo__A15_Qo_G_AmEE010foregroundV0yQrAXSgFQOyAmEE4fontyQrAE4FontVSgFQOyAC04iconM033_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFQOy_Qo__Qo__Qo_tGGyXEfU_","regions":[[39,37,59,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvg7SwiftUI6ZStackVyAE9TupleViewVyAE19_ConditionalContentVyAE0M0PAEE7overlay_9alignmentQrqd___AE9AlignmentVtAeLRd__lFQOyAmEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA_A_tFQOyAmEE5frame5width6heightAOQrA_Sg_A3_AQtFQOyAE06_ShapeM0VyAE6CircleVAXG_Qo__Qo__AE011StrokeShapeM0VyA7_AxE05EmptyM0VGQo_AmEEAN_AOQrqd___AQtAeLRd__lFQOyAmEEArstuVQrAX_A_A_A_tFQOyAmEEA0_A1_A2_AOQrA3__A3_AQtFQOyAA0C15GlassBackgroundV_Qo__Qo__A15_Qo_G_AmEE010foregroundV0yQrAXSgFQOyAmEE4fontyQrAE4FontVSgFQOyAC04iconM033_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFQOy_Qo__Qo__Qo_tGGyXEfU_A34_yXEfU_","regions":[[40,20,58,14,0,0,0,0],[42,20,42,33,0,0,0,0],[42,34,48,18,0,0,0,0],[46,73,46,74,0,0,0,0],[46,77,46,78,0,0,0,0],[48,24,53,18,0,0,0,0],[51,73,51,74,0,0,0,0],[51,77,51,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV4bodyQrvgySbcfU0_","regions":[[65,18,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF","regions":[[78,42,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_","regions":[[80,16,121,10,0,0,0,0],[81,54,109,14,0,0,0,0],[82,24,82,29,0,0,0,0],[83,17,93,46,0,0,0,0],[94,17,96,46,0,0,0,0],[97,17,107,42,0,0,0,0],[108,18,109,14,0,0,0,0],[109,20,120,14,0,0,0,0],[120,14,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_yycfU_","regions":[[86,35,91,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_A5_yXEfU0_","regions":[[98,27,106,22,0,0,0,0],[99,28,99,45,0,0,0,0],[99,46,102,26,0,0,0,0],[102,32,105,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryF7SwiftUI19_ConditionalContentVyAHyAHyAF0I0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAjFE8onAppear7performQryycSg_tFQOyAjFE14rotationEffect_6anchorQrAF5AngleV_AF9UnitPointVtFQOyAF5ImageV_Qo__Qo__AF07OpacityX0VQo_AjFEAKyQrqd__AfLRd__lFQOyAW_A_Qo_GAjFEAKyQrqd__AfLRd__lFQOyAF5GroupVyAHyA2WGG_A_Qo_GA0_GyXEfU_yycfU1_","regions":[[113,31,117,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFyAA04MainC15StateControllerC010ValidationT0OSg_AJtcfU0_","regions":[[124,50,137,10,0,0,0,0],[126,42,130,14,0,0,0,0],[130,20,136,14,0,0,0,0],[131,20,131,46,0,0,0,0],[131,47,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFy10Foundation4DateVcfU1_","regions":[[138,34,157,10,0,0,0,0],[139,20,139,34,0,0,0,0],[140,13,141,93,0,0,0,0],[142,13,153,18,0,0,0,0],[143,51,143,60,0,0,0,0],[143,60,153,18,0,0,0,0],[149,20,149,50,0,0,0,0],[149,51,153,18,0,0,0,0],[154,13,155,22,0,0,0,0],[156,14,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV8iconView33_5F6DC1971492A1B6DE64E53B9A3F5408LLQryFy10Foundation4DateVcfU1_SbyKXEfu_","regions":[[149,32,149,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV14iconIdentifier33_5F6DC1971492A1B6DE64E53B9A3F5408LLSSvg","regions":[[161,40,168,6,0,0,0,0],[162,58,162,75,0,0,0,0],[162,75,168,6,0,0,0,0],[163,16,163,21,0,0,0,0],[164,9,164,42,0,0,0,0],[165,9,165,40,0,0,0,0],[166,9,166,91,0,0,0,0],[166,72,166,79,0,0,0,0],[166,82,166,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV15backgroundColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[172,40,182,6,0,0,0,0],[173,58,173,80,0,0,0,0],[173,80,182,6,0,0,0,0],[174,16,174,21,0,0,0,0],[175,9,176,49,0,0,0,0],[177,9,178,44,0,0,0,0],[179,9,180,90,0,0,0,0],[180,40,180,62,0,0,0,0],[180,65,180,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV13usesSolidChip33_5F6DC1971492A1B6DE64E53B9A3F5408LLSbvg","regions":[[184,37,191,6,0,0,0,0],[185,58,185,74,0,0,0,0],[185,74,191,6,0,0,0,0],[186,16,186,21,0,0,0,0],[187,9,187,35,0,0,0,0],[188,9,188,59,0,0,0,0],[189,9,189,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11borderColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[193,36,203,6,0,0,0,0],[194,58,194,98,0,0,0,0],[194,98,203,6,0,0,0,0],[195,16,195,21,0,0,0,0],[196,9,197,49,0,0,0,0],[198,9,199,44,0,0,0,0],[200,9,201,90,0,0,0,0],[201,40,201,62,0,0,0,0],[201,65,201,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV9iconColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[205,34,215,6,0,0,0,0],[206,58,206,84,0,0,0,0],[206,84,215,6,0,0,0,0],[207,16,207,21,0,0,0,0],[208,9,209,35,0,0,0,0],[210,9,211,31,0,0,0,0],[212,9,213,64,0,0,0,0],[213,40,213,49,0,0,0,0],[213,52,213,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11shadowColor33_5F6DC1971492A1B6DE64E53B9A3F5408LL7SwiftUI0I0Vvg","regions":[[217,36,227,6,0,0,0,0],[218,58,218,98,0,0,0,0],[218,98,227,6,0,0,0,0],[219,16,219,21,0,0,0,0],[220,9,221,49,0,0,0,0],[222,9,223,44,0,0,0,0],[224,9,225,90,0,0,0,0],[225,40,225,62,0,0,0,0],[225,65,225,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV18accessibilityLabel33_5F6DC1971492A1B6DE64E53B9A3F5408LLSSvg","regions":[[229,44,239,6,0,0,0,0],[230,58,230,92,0,0,0,0],[230,92,239,6,0,0,0,0],[231,16,231,21,0,0,0,0],[232,9,233,44,0,0,0,0],[234,9,235,40,0,0,0,0],[236,9,237,92,0,0,0,0],[237,40,237,68,0,0,0,0],[237,71,237,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit21SystemStatusIndicatorV11handleClick33_5F6DC1971492A1B6DE64E53B9A3F5408LLyyF","regions":[[243,32,274,6,0,0,0,0],[259,50,271,10,0,0,0,0],[260,20,260,25,0,0,0,0],[261,13,263,96,0,0,0,0],[264,13,265,106,0,0,0,0],[266,13,269,18,0,0,0,0],[270,14,271,10,0,0,0,0],[271,16,273,10,0,0,0,0],[273,10,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23ContentViewSystemStatusV4bodyQrvg","regions":[[284,25,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ","regions":[[296,36,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_","regions":[[311,36,368,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_","regions":[[312,33,348,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU_","regions":[[313,24,320,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU0_","regions":[[322,24,329,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU1_","regions":[[331,24,338,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_ARyXEfU_APyXEfU2_","regions":[[340,24,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/SystemStatusIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit30SystemStatusIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE6HStackVyAGyAE6VStackVyAGyAE4TextV_AA0efG0VtGG_A3QtGG_AE0M0PAEE10background_9alignmentQrqd___AE9AlignmentVtAeTRd__lFQOyAuEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAIyAGyAM_AE6SpacerVAA07ContentmeF0VtGG_Qo__AE06_ShapeM0VyAE16RoundedRectangleVAE5ColorVGQo_tGyXEfU_A11_yXEfU0_","regions":[[351,20,362,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17vhidDeviceManager016processLifecycleI006kanataI0AcA010VHIDDeviceI0C_0ab6DaemonK007ProcesskI0CAA18RuntimeCoordinatorCSgtcfc","regions":[[47,7,58,6,0,0,0,0],[55,12,55,42,0,0,0,0],[55,70,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[70,79,70,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[72,5,100,6,0,0,0,0],[76,12,76,42,0,0,0,0],[78,9,82,10,0,0,0,0],[82,10,99,42,0,0,0,0],[85,50,89,10,0,0,0,0],[89,10,99,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC05checkE016progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAHyYacfU_","regions":[[92,58,94,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17performValidation33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[104,93,104,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC17performValidation33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[106,5,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFfA_ySdYbcfU_","regions":[[112,66,112,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaF","regions":[[113,31,314,6,0,0,0,0],[115,12,115,28,0,0,0,0],[115,29,117,10,0,0,0,0],[117,10,313,24,0,0,0,0],[122,12,122,28,0,0,0,0],[122,29,122,68,0,0,0,0],[122,68,313,24,0,0,0,0],[124,12,124,91,0,0,0,0],[124,92,126,10,0,0,0,0],[130,53,139,10,0,0,0,0],[132,16,132,30,0,0,0,0],[132,31,138,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFSbyKXEfu_","regions":[[124,47,124,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFySiYbcfU_","regions":[[154,30,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFySiYbcfU_S2izYbXEfU_","regions":[[155,51,158,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_","regions":[[190,11,285,10,0,0,0,0],[252,39,260,14,0,0,0,0],[253,24,253,30,0,0,0,0],[254,17,254,62,0,0,0,0],[255,17,255,72,0,0,0,0],[256,17,256,70,0,0,0,0],[257,17,257,68,0,0,0,0],[258,17,258,62,0,0,0,0],[259,18,260,14,0,0,0,0],[260,14,284,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU_","regions":[[199,27,208,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU0_","regions":[[209,27,218,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU1_","regions":[[219,27,228,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU2_","regions":[[229,27,238,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AXyYacfU3_","regions":[[239,27,248,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AKyKXEfu_","regions":[[264,33,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_APyKXEfu0_","regions":[[266,24,280,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_APyKXEfu0_APyXEfU4_","regions":[[266,24,280,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_ARyKXEfu1_","regions":[[281,37,281,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_ATyKXEfu2_","regions":[[282,36,282,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21performValidationBody33_290F585963B0195AD0A9E075A11400F9LL16progressCallback0aB10WizardCore0E8SnapshotVySdYbc_tYaFAG12HelperStatusV_0aB11Permissions16PermissionOracleC0U0VAG09ComponentW0VAG08ConflictW0VAG06HealthW0VtScGyAcdELLAfIySdYbc_tYaF0H6ResultL_OGzYaXEfU0_AVyKXEfu3_","regions":[[283,33,283,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaF","regions":[[318,54,346,6,0,0,0,0],[323,16,323,22,0,0,0,0],[324,9,326,84,0,0,0,0],[328,9,332,84,0,0,0,0],[334,9,338,83,0,0,0,0],[340,9,344,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu_","regions":[[330,84,330,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu0_","regions":[[336,93,336,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHelper33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaFSSyKXEfu1_","regions":[[342,78,342,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaF","regions":[[350,72,377,6,0,0,0,0],[361,12,361,43,0,0,0,0],[361,44,366,10,0,0,0,0],[366,19,366,35,0,0,0,0],[366,36,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaFSbyXEfu_","regions":[[363,17,363,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16checkPermissions33_290F585963B0195AD0A9E075A11400F9LL0abH016PermissionOracleC8SnapshotVyYaFSSyXEfu0_","regions":[[364,17,364,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaF","regions":[[385,61,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu_","regions":[[412,74,412,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu0_","regions":[[413,20,413,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC15checkComponents33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore15ComponentStatusVyYaFSbyKXEfu1_","regions":[[413,37,413,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC14checkConflicts33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore14ConflictStatusVyYaF","regions":[[437,59,471,6,0,0,0,0],[450,40,460,10,0,0,0,0],[452,16,452,32,0,0,0,0],[452,33,459,14,0,0,0,0],[456,55,458,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC14checkConflicts33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore14ConflictStatusVyYaFAF0eR0O0aB15DaemonLifecycle07ProcessU7ManagerC0V4InfoVXEfU_","regions":[[445,66,447,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC22getKarabinerGrabberPID33_290F585963B0195AD0A9E075A11400F9LLSiSgyF","regions":[[474,51,499,6,0,0,0,0],[482,12,494,10,0,0,0,0],[483,27,494,10,0,0,0,0],[490,41,493,14,0,0,0,0],[493,14,494,10,0,0,0,0],[494,17,496,10,0,0,0,0],[496,10,498,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC22getKarabinerGrabberPID33_290F585963B0195AD0A9E075A11400F9LLSiSgyFSSyKXEfu_","regions":[[487,65,487,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC11checkHealth33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0H6StatusVyYaF","regions":[[503,54,553,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC18getValidationStatsSi11activeCount_Si05totalK010Foundation4DateVSg9lastStarttyFZ","regions":[[558,95,560,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC13resetCountersyyFZ","regions":[[563,33,569,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC16makeTestSnapshot33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0eI0VyFZ","regions":[[573,62,601,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/SystemValidator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15SystemValidatorC21makeCancelledSnapshot33_290F585963B0195AD0A9E075A11400F9LL0aB10WizardCore0eI0VyFZ","regions":[[604,67,632,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC7timeoutACSd_tcfc","regions":[[7,39,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC12reloadConfigAA18EngineReloadResultOyYaF","regions":[[11,53,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC12reloadConfigAA18EngineReloadResultOyYaFSiyYbScMYcXEfU_","regions":[[12,40,12,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TCPEngineClient.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15TCPEngineClientC6mapTCP33_E85932134BF6AB2E28C145C4CDD0F4D9LLyAA18EngineReloadResultOAA09TCPReloadT0OF","regions":[[22,74,28,6,0,0,0,0],[23,16,23,22,0,0,0,0],[24,9,24,68,0,0,0,0],[25,9,25,92,0,0,0,0],[26,9,26,56,0,0,0,0],[27,10,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO12MappingErrorV9characterAESJ_tcfC","regions":[[12,43,14,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO3map4texts6ResultOySaySSGAC12MappingErrorVGSS_tFZ","regions":[[18,76,30,6,0,0,0,0],[22,31,27,10,0,0,0,0],[23,60,25,14,0,0,0,0],[25,14,27,10,0,0,0,0],[27,10,29,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO25firstUnsupportedCharacter2inSJSgSS_tFZ","regions":[[33,81,40,6,0,0,0,0],[34,31,38,10,0,0,0,0],[35,16,35,48,0,0,0,0],[35,49,37,14,0,0,0,0],[37,14,38,10,0,0,0,0],[38,10,39,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Infrastructure/Config/TextToKanataKeyMapper.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit012TextToKanataA6MapperO3map9characterSSSgSJ_tFZ","regions":[[43,61,75,6,0,0,0,0],[44,80,46,10,0,0,0,0],[46,10,74,19,0,0,0,0],[49,12,49,25,0,0,0,0],[49,26,49,42,0,0,0,0],[49,42,74,19,0,0,0,0],[50,12,50,25,0,0,0,0],[50,26,50,42,0,0,0,0],[50,42,74,19,0,0,0,0],[51,12,51,25,0,0,0,0],[51,26,51,42,0,0,0,0],[51,42,74,19,0,0,0,0],[52,12,52,25,0,0,0,0],[52,26,52,42,0,0,0,0],[52,42,74,19,0,0,0,0],[54,12,54,30,0,0,0,0],[54,31,60,10,0,0,0,0],[56,16,56,37,0,0,0,0],[56,38,58,14,0,0,0,0],[58,14,59,25,0,0,0,0],[60,10,74,19,0,0,0,0],[62,12,62,30,0,0,0,0],[62,31,64,10,0,0,0,0],[64,10,74,19,0,0,0,0],[66,49,68,10,0,0,0,0],[68,10,74,19,0,0,0,0],[70,52,72,10,0,0,0,0],[72,10,74,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TitlebarHeaderAccessoryC5widthAC12CoreGraphics7CGFloatV_tcfc","regions":[[5,34,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/TitlebarHeaderAccessory.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TitlebarHeaderAccessoryC5widthAC12CoreGraphics7CGFloatV_tcfc7SwiftUI9TupleViewVyAH6SpacerV_AH0O0PAHE4helpyQrqd__SyRd__lFQOyAnHE7paddingyQrAH4EdgeO3SetV_AGSgtFQOyAH4TextV_Qo__SSQo_tGyXEfU_","regions":[[14,20,21,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE11showSuccessyySSF","regions":[[15,41,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE9showErroryySSF","regions":[[19,39,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/ToastPresenting.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15ToastPresentingPAAE8showInfoyySSF","regions":[[23,38,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC9showDelay33_0302A1259020813618B738ED13E3770DLLSdvpfi","regions":[[15,43,15,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerCACyc33_0302A1259020813618B738ED13E3770DLlfc","regions":[[17,20,17,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC4show4text2id10anchorRectySS_SSSo6CGRectVtF","regions":[[24,61,45,6,0,0,0,0],[29,12,29,34,0,0,0,0],[29,50,31,10,0,0,0,0],[31,10,45,6,0,0,0,0],[34,12,34,34,0,0,0,0],[34,35,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC4show4text2id10anchorRectySS_SSSo6CGRectVtFyyYacfU_","regions":[[40,25,44,10,0,0,0,0],[42,66,42,76,0,0,0,0],[42,76,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC7dismiss2idySS_tF","regions":[[48,30,53,6,0,0,0,0],[49,43,49,53,0,0,0,0],[49,53,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC18dismissImmediatelyyyF","regions":[[56,31,64,6,0,0,0,0],[61,31,61,41,0,0,0,0],[61,41,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyF","regions":[[66,36,80,6,0,0,0,0],[69,31,69,41,0,0,0,0],[69,41,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFySo18NSAnimationContextCXEfU_","regions":[[71,46,74,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFyyYbcfU0_","regions":[[74,30,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC15dismissWithFade33_0302A1259020813618B738ED13E3770DLLyyFyyYbcfU0_yyScMYcXEfU_","regions":[[75,38,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC04showF033_0302A1259020813618B738ED13E3770DLL4text10anchorRectySS_So6CGRectVtF","regions":[[82,63,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23TooltipWindowControllerC04showF033_0302A1259020813618B738ED13E3770DLL4text10anchorRectySS_So6CGRectVtFySo18NSAnimationContextCXEfU_","regions":[[115,46,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TooltipWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11TooltipView33_0302A1259020813618B738ED13E3770DLLV4bodyQrvg","regions":[[126,25,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC15selectedProfileAA05SoundI0VvW","regions":[[83,16,88,10,0,0,0,0],[85,16,85,57,0,0,0,0],[85,58,87,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC16_selectedProfile33_CF0A891B14926CCDDFEEBA50F276B88ELL7Combine9PublishedVyAA05SoundI0VGvpfi","regions":[[82,52,82,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC6volumeSfvW","regions":[[93,16,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC7_volume33_CF0A891B14926CCDDFEEBA50F276B88ELL7Combine9PublishedVySfGvpfi","regions":[[92,36,92,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC9isEnabledSbvg","regions":[[99,25,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC14keydownPlayers33_CF0A891B14926CCDDFEEBA50F276B88ELLSaySo13AVAudioPlayerCGvpfi","regions":[[104,51,104,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC12keyupPlayers33_CF0A891B14926CCDDFEEBA50F276B88ELLSaySo13AVAudioPlayerCGvpfi","regions":[[106,49,106,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC12keydownIndex33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[108,32,108,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10keyupIndex33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[109,30,109,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC14playerPoolSize33_CF0A891B14926CCDDFEEBA50F276B88ELLSivpfi","regions":[[111,34,111,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfc","regions":[[116,20,128,6,0,0,0,0],[120,9,125,10,0,0,0,0],[122,16,122,49,0,0,0,0],[122,50,124,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfcSbAA12SoundProfileVXEfU_","regions":[[119,56,119,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerCACyc33_CF0A891B14926CCDDFEEBA50F276B88ELlfcSfyKXEfu_","regions":[[126,89,126,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyF","regions":[[130,42,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyFy10Foundation12NotificationVYbcfU_","regions":[[135,11,148,10,0,0,0,0],[136,81,136,91,0,0,0,0],[136,91,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC05setupA13InputObserver33_CF0A891B14926CCDDFEEBA50F276B88ELLyyFy10Foundation12NotificationVYbcfU_yyYaYbScMYccfU_","regions":[[137,18,147,14,0,0,0,0],[138,37,138,47,0,0,0,0],[138,47,147,14,0,0,0,0],[139,24,139,30,0,0,0,0],[140,17,141,34,0,0,0,0],[142,17,143,32,0,0,0,0],[144,17,145,26,0,0,0,0],[146,18,147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC11playKeydownyyF","regions":[[155,24,161,6,0,0,0,0],[156,108,156,118,0,0,0,0],[156,118,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC9playKeyupyyF","regions":[[164,22,170,6,0,0,0,0],[165,104,165,114,0,0,0,0],[165,114,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10playSample3foryAA12SoundProfileV_tF","regions":[[173,48,195,6,0,0,0,0],[174,54,174,64,0,0,0,0],[174,64,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC10playSample3foryAA12SoundProfileV_tFyyYacfU_","regions":[[177,14,194,10,0,0,0,0],[180,13,193,14,0,0,0,0],[189,17,192,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC07preloadF033_CF0A891B14926CCDDFEEBA50F276B88ELL3foryAA12SoundProfileV_tF","regions":[[199,59,226,6,0,0,0,0],[205,14,208,10,0,0,0,0],[208,10,226,6,0,0,0,0],[211,39,220,10,0,0,0,0],[212,72,215,14,0,0,0,0],[216,70,219,14,0,0,0,0],[220,10,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC19nextAvailablePlayer33_CF0A891B14926CCDDFEEBA50F276B88ELL4from5indexSo07AVAudioJ0CSgSayAIG_SiztF","regions":[[228,105,237,6,0,0,0,0],[229,37,229,51,0,0,0,0],[229,51,236,22,0,0,0,0],[230,78,233,10,0,0,0,0],[233,10,236,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC19nextAvailablePlayer33_CF0A891B14926CCDDFEEBA50F276B88ELL4from5indexSo07AVAudioJ0CSgSayAIG_SiztFSbAIXEfU_","regions":[[230,59,230,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/TypingSoundsManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsManagerC8soundURL33_CF0A891B14926CCDDFEEBA50F276B88ELL3for9isKeydown10Foundation0I0VSgAA12SoundProfileV_SbtF","regions":[[239,79,260,6,0,0,0,0],[240,34,240,40,0,0,0,0],[240,43,240,47,0,0,0,0],[246,85,248,10,0,0,0,0],[248,10,259,19,0,0,0,0],[249,85,251,10,0,0,0,0],[251,10,259,19,0,0,0,0],[252,83,254,10,0,0,0,0],[254,10,259,19,0,0,0,0],[255,83,257,10,0,0,0,0],[257,10,259,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV14_soundsManager33_2333A0FB2864662C1551EDC3E82FAEC7LL7SwiftUI14ObservedObjectVyAA0efI0CGvpfi","regions":[[7,49,7,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg","regions":[[13,25,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_","regions":[[14,50,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_","regions":[[22,93,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_","regions":[[23,43,36,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_yycfU_","regions":[[29,35,31,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_A_yXEfU_AzVcfU_ySbcfU0_","regions":[[32,34,34,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8textCaseyQrAE4TextV0N0OSgFQOyAL_Qo__AE9LazyVGridVyAE7ForEachVySayAA12SoundProfileVGSSAA0tU4Card33_2333A0FB2864662C1551EDC3E82FAEC7LLVGGAA0tU14DescriptionBarAYLLVtGyXEfU_AVyKXEfu_","regions":[[41,44,41,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV11handleHover33_2333A0FB2864662C1551EDC3E82FAEC7LL7profile10isHoveringyAA12SoundProfileV_SbtF","regions":[[48,71,66,6,0,0,0,0],[51,12,51,22,0,0,0,0],[51,23,63,10,0,0,0,0],[63,16,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19TypingSoundsSectionV11handleHover33_2333A0FB2864662C1551EDC3E82FAEC7LL7profile10isHoveringyAA12SoundProfileV_SbtFyyYacfU_","regions":[[53,38,62,14,0,0,0,0],[55,46,55,56,0,0,0,0],[55,56,62,14,0,0,0,0],[59,20,59,53,0,0,0,0],[59,54,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg","regions":[[79,25,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_","regions":[[80,34,116,10,0,0,0,0],[112,65,112,66,0,0,0,0],[112,69,112,70,0,0,0,0],[114,38,114,42,0,0,0,0],[114,45,114,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_A55_yXEfU_","regions":[[81,32,102,14,0,0,0,0],[99,66,99,71,0,0,0,0],[99,74,99,81,0,0,0,0],[100,51,100,59,0,0,0,0],[100,62,100,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI4ViewPAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAhFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAhFE7overlay_9alignmentQrqd___AF9AlignmentVtAfGRd__lFQOyAhFE10background_AVQrqd___AXtAfGRd__lFQOyAhFE7paddingyQrAF4EdgeO3SetV_ARSgtFQOyAhFEAZyQrA2__A3_tFQOyAhFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAVQrA3__A3_A3_A3_A3_A3_AXtFQOyAF6VStackVyAF05TupleQ0VyAhFEA4_5width6heightAVQrA3__A3_AXtFQOyAF6ZStackVyAF19_ConditionalContentVyAhFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAhFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF22HierarchicalShapeStyleVQo_AhFE6shadow5color6radius1x1yQrAF5ColorV_A3RtFQOyAhFEA4_A15_A16_AVQrA3__A3_AXtFQOyAF06_ShapeQ0VyAF6CircleVA39_G_Qo__Qo_GG_Qo__AhFE9lineLimityQrSiSgFQOyAF4TextV_Qo_tGG_Qo__Qo__Qo__A41_yAF16RoundedRectangleVA39_GQo__AF011StrokeShapeQ0VyA61_A39_AF05EmptyQ0VGQo__Qo__SbQo_yXEfU_A55_yXEfU_A47_yXEfU_","regions":[[83,24,94,18,0,0,0,0],[84,24,84,57,0,0,0,0],[84,58,88,22,0,0,0,0],[88,28,93,22,0,0,0,0],[92,108,92,109,0,0,0,0],[92,112,92,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvgySbcfU0_","regions":[[120,18,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV14cardBackground7SwiftUI5ColorVvg","regions":[[125,39,134,6,0,0,0,0],[126,12,126,22,0,0,0,0],[126,23,130,10,0,0,0,0],[128,19,128,44,0,0,0,0],[129,19,129,44,0,0,0,0],[130,10,133,40,0,0,0,0],[132,15,132,40,0,0,0,0],[133,15,133,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16SoundProfileCard33_2333A0FB2864662C1551EDC3E82FAEC7LLV10cardBorder7SwiftUI5ColorVvg","regions":[[136,35,143,6,0,0,0,0],[137,12,137,22,0,0,0,0],[137,23,139,10,0,0,0,0],[139,10,142,39,0,0,0,0],[141,15,141,39,0,0,0,0],[142,15,142,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg","regions":[[153,25,203,6,0,0,0,0],[200,32,200,57,0,0,0,0],[200,60,200,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_","regions":[[154,50,196,10,0,0,0,0],[182,16,182,49,0,0,0,0],[182,50,195,14,0,0,0,0],[195,14,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A26_yXEfU_","regions":[[156,32,179,14,0,0,0,0],[158,20,158,53,0,0,0,0],[158,54,162,18,0,0,0,0],[162,24,166,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A26_yXEfU_A22_yXEfU_","regions":[[168,57,176,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/TypingSoundsSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26SoundProfileDescriptionBar33_2333A0FB2864662C1551EDC3E82FAEC7LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF19_ConditionalContentVyAF0S0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalyX0VQo_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A6_AF9AlignmentVtFQOyAF01_yS0VyAF6CircleVAF5ColorVG_Qo_G_AF6VStackVyAHyAF4TextV_A21_tGGAF6SpacerVtGG_AJyAHyAZ_AnFE11controlSizeyQrAF11ControlSizeOFQOyAF6SliderVyAF05EmptyS0VA34_G_Qo_AZtGGSgtGyXEfU_A37_yXEfU0_","regions":[[183,36,194,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZ","regions":[[8,63,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZSSyKXEfu_","regions":[[9,54,9,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO20encodeForPushMessageyS2SFZSSyKXEfu0_","regions":[[10,84,10,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO21decodeFromPushMessageyS2SFZ","regions":[[14,64,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO21decodeFromPushMessageyS2SFZSSyKXEfu_","regions":[[15,40,15,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/URLMappingFormatter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19URLMappingFormatterO13displayDomain3forS2S_tFZ","regions":[[19,58,37,6,0,0,0,0],[22,37,22,55,0,0,0,0],[22,55,36,23,0,0,0,0],[24,50,26,10,0,0,0,0],[26,10,36,23,0,0,0,0],[28,63,30,10,0,0,0,0],[30,10,36,23,0,0,0,0],[32,69,34,10,0,0,0,0],[34,10,36,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC9_logLines33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySaySSGGvpfi","regions":[[8,54,8,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC10_isRunning33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySbGvpfi","regions":[[9,45,9,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC11_didSucceed33_3219D349E015FEE7E36E78793BD2953FLL7Combine9PublishedVySbGvpfi","regions":[[10,46,10,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC21resolveUninstallerURL22runWithAdminPrivilegesAC10Foundation0I0VSgyc_AA17AppleScriptResultVAH_SbtYactcfc","regions":[[19,7,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfC","regions":[[24,24,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfc10Foundation3URLVSgyYbScMYccfu_","regions":[[26,36,26,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorCACycfcAA17AppleScriptResultV10Foundation3URLV_SbtYaYbScMYccfu0_","regions":[[27,37,27,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC9uninstall12deleteConfigS2b_tYaF","regions":[[32,62,57,6,0,0,0,0],[33,31,33,47,0,0,0,0],[33,47,56,68,0,0,0,0],[47,12,47,67,0,0,0,0],[47,68,52,10,0,0,0,0],[52,10,56,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC03tryE9ViaHelper33_3219D349E015FEE7E36E78793BD2953FLL12deleteConfigS2b_tYaF","regions":[[61,74,91,6,0,0,0,0],[65,53,68,10,0,0,0,0],[68,10,91,6,0,0,0,0],[70,59,73,10,0,0,0,0],[73,10,91,6,0,0,0,0],[76,12,76,24,0,0,0,0],[76,25,78,10,0,0,0,0],[78,16,80,10,0,0,0,0],[82,12,86,10,0,0,0,0],[83,74,85,24,0,0,0,0],[86,17,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC18uninstallViaScript33_3219D349E015FEE7E36E78793BD2953FLL12deleteConfigS2b_tYaF","regions":[[94,71,131,6,0,0,0,0],[95,67,100,10,0,0,0,0],[100,10,130,30,0,0,0,0],[103,12,103,24,0,0,0,0],[103,25,105,10,0,0,0,0],[105,16,107,10,0,0,0,0],[111,12,111,26,0,0,0,0],[111,27,119,10,0,0,0,0],[114,16,114,31,0,0,0,0],[114,32,116,14,0,0,0,0],[119,16,128,10,0,0,0,0],[121,16,121,32,0,0,0,0],[121,33,124,14,0,0,0,0],[124,20,127,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC19copyTerminalCommandyyF","regions":[[133,32,140,6,0,0,0,0],[134,67,134,77,0,0,0,0],[134,77,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC25revealUninstallerInFinderyyF","regions":[[142,38,145,6,0,0,0,0],[143,67,143,77,0,0,0,0],[143,77,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC24resetForTestingIfEnabled33_3219D349E015FEE7E36E78793BD2953FLLyyYaF","regions":[[151,51,206,6,0,0,0,0],[152,53,155,10,0,0,0,0],[155,10,206,6,0,0,0,0],[170,44,186,10,0,0,0,0],[175,16,183,14,0,0,0,0],[176,34,183,14,0,0,0,0],[178,20,178,50,0,0,0,0],[178,51,180,18,0,0,0,0],[180,24,182,18,0,0,0,0],[183,21,185,14,0,0,0,0],[185,14,186,10,0,0,0,0],[186,10,206,6,0,0,0,0],[193,12,201,10,0,0,0,0],[194,38,201,10,0,0,0,0],[196,16,196,54,0,0,0,0],[196,55,198,14,0,0,0,0],[198,20,200,14,0,0,0,0],[201,17,203,10,0,0,0,0],[203,10,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC29unregisterSMAppServiceDaemons33_3219D349E015FEE7E36E78793BD2953FLLyyYaF","regions":[[213,56,234,6,0,0,0,0],[219,39,233,10,0,0,0,0],[221,51,224,14,0,0,0,0],[224,14,233,10,0,0,0,0],[226,16,229,14,0,0,0,0],[227,47,229,14,0,0,0,0],[229,21,232,14,0,0,0,0],[232,14,233,10,0,0,0,0],[233,10,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC28defaultResolveUninstallerURL33_3219D349E015FEE7E36E78793BD2953FLL10Foundation0J0VSgyFZ","regions":[[238,64,250,6,0,0,0,0],[239,89,241,10,0,0,0,0],[241,10,249,19,0,0,0,0],[245,12,245,71,0,0,0,0],[245,72,247,10,0,0,0,0],[247,10,249,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC29defaultRunWithAdminPrivileges33_3219D349E015FEE7E36E78793BD2953FLL9scriptURL12deleteConfigAA17AppleScriptResultV10Foundation0S0V_SbtYaFZ","regions":[[254,5,268,6,0,0,0,0],[256,41,256,59,0,0,0,0],[256,62,256,64,0,0,0,0],[265,37,265,39,0,0,0,0],[265,42,265,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Managers/UninstallCoordinator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20UninstallCoordinatorC20escapeForAppleScript33_3219D349E015FEE7E36E78793BD2953FLLyS2SFZ","regions":[[270,72,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV10_isRunning33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[9,36,9,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV11_didSucceed33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[11,37,11,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV17_hasScheduledQuit33_9C0F0031533061C55A52AF1B12BFD1E3LL7SwiftUI5StateVySbGvpfi","regions":[[12,43,12,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg","regions":[[15,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_","regions":[[16,29,70,10,0,0,0,0],[17,16,17,26,0,0,0,0],[17,27,25,14,0,0,0,0],[25,20,69,14,0,0,0,0],[40,20,40,29,0,0,0,0],[40,30,43,18,0,0,0,0],[43,49,47,18,0,0,0,0],[47,18,69,14,0,0,0,0],[69,14,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_","regions":[[50,37,68,18,0,0,0,0],[67,53,67,67,0,0,0,0],[67,70,67,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU_","regions":[[51,38,51,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU0_","regions":[[56,48,58,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[57,30,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvg7SwiftUI19_ConditionalContentVyAE9TupleViewVyAE0M0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGAIyAW_AykEE09multilineS9AlignmentyQrAE0sU0OFQOyAY_Qo_AGyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressM0VyAE05EmptyM0VA13_G_Qo_AkEEAPyQrASFQOyAkEEALyQrAOFQOyAE5LabelVyAyUG_Qo__Qo_GSgAE6HStackVyAIyAE08ModifiedK0VyAkEE16keyboardShortcut_9modifiersQrAE0A10EquivalentV_AE14EventModifiersVtFQOyAE6ButtonVyAYG_Qo_AE31AccessibilityAttachmentModifierVG_A26_yAkEE4tintyQrAOFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAkEE8disabledyQrSbFQOyAkEEA27_yQrAE16KeyboardShortcutVFQOyA34_yAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA7_Sg_A54_A54_A54_A54_A54_AE0U0VtFQOyAY_Qo_G_Qo__Qo__AE28BorderedProminentButtonStyleVQo__Qo_A38_GtGGtGGyXEfU_A66_yXEfU_A57_yXEfU1_","regions":[[58,30,61,22,0,0,0,0],[59,42,59,54,0,0,0,0],[59,57,59,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvgySb_SbtcfU0_","regions":[[74,35,76,10,0,0,0,0],[75,16,75,24,0,0,0,0],[75,25,75,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV4bodyQrvgyycfU1_","regions":[[77,19,79,10,0,0,0,0],[78,16,78,26,0,0,0,0],[78,27,78,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaF","regions":[[84,43,100,6,0,0,0,0],[85,31,85,41,0,0,0,0],[85,41,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaFyyYbScMYcXEfU_","regions":[[87,29,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV07performE033_9C0F0031533061C55A52AF1B12BFD1E3LLyyYaFyyYbScMYcXEfU0_","regions":[[95,29,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyF","regions":[[102,33,114,6,0,0,0,0],[103,38,103,48,0,0,0,0],[103,48,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyFyycfU_","regions":[[105,37,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/UninstallKeyPathDialog.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit09UninstallaB6DialogV12scheduleQuit33_9C0F0031533061C55A52AF1B12BFD1E3LLyyFyycfU_yyYbScMYccfU_","regions":[[108,67,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC19_canCheckForUpdates33_7EB7DAC5201FA21D086477C132DA1B3CLL7Combine9PublishedVySbGvpfi","regions":[[23,61,23,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC30_automaticallyChecksForUpdates33_7EB7DAC5201FA21D086477C132DA1B3CLL7Combine9PublishedVySbGvpfi","regions":[[25,72,25,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceCACyc33_7EB7DAC5201FA21D086477C132DA1B3CLlfc","regions":[[29,29,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC10initializeyyF","regions":[[36,30,63,6,0,0,0,0],[37,45,37,55,0,0,0,0],[37,55,63,6,0,0,0,0],[40,12,40,42,0,0,0,0],[40,43,43,10,0,0,0,0],[43,10,63,6,0,0,0,0],[54,53,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC15checkForUpdatesyyF","regions":[[66,35,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC18setAutomaticChecks7enabledySb_tF","regions":[[72,51,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updaterSo10SPUUpdaterCSgvg","regions":[[79,37,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_011willInstallE0ySo10SPUUpdaterC_So13SUAppcastItemCtF","regions":[[92,7,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_011willInstallE0ySo10SPUUpdaterC_So13SUAppcastItemCtFyyYacfU_","regions":[[95,14,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_025shouldPostponeRelaunchForE018untilInvokingBlockSbSo10SPUUpdaterC_So13SUAppcastItemCyyctF","regions":[[105,15,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptF","regions":[[110,84,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptFyyYaYbScMYccfU_","regions":[[112,14,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_17didAbortWithErrorySo10SPUUpdaterC_s0K0_ptFyyYaYbScMYccfU_SSyKXEfu_","regions":[[113,95,113,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtF","regions":[[124,7,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtFyyYaYbScMYccfU_","regions":[[126,14,137,10,0,0,0,0],[128,28,132,14,0,0,0,0],[132,20,136,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC7updater_09didFinishE8CycleFor5errorySo10SPUUpdaterC_So14SPUUpdateCheckVs5Error_pSgtFyyYaYbScMYccfU_SSyKXEfu_","regions":[[127,95,127,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC29updaterDidRelaunchApplicationyySo10SPUUpdaterCF","regions":[[146,74,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC29updaterDidRelaunchApplicationyySo10SPUUpdaterCFyyYacfU_","regions":[[147,14,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC010prepareForE033_7EB7DAC5201FA21D086477C132DA1B3CLL7versionySS_tYaF","regions":[[155,58,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UpdateService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13UpdateServiceC08finalizeE033_7EB7DAC5201FA21D086477C132DA1B3CLLyyYaF","regions":[[176,41,194,6,0,0,0,0],[186,12,186,26,0,0,0,0],[186,27,188,10,0,0,0,0],[188,16,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserFeedbackService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19UserFeedbackServiceO4show7messageySS_tFZ","regions":[[4,39,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC022authorizationRequestedA033_D4395455D76C4073121E64DB601DBE37LLSSvpfi","regions":[[14,45,14,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC08lastSentA033_D4395455D76C4073121E64DB601DBE37LLSSvpfi","regions":[[15,31,15,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC13lastSentCache33_D4395455D76C4073121E64DB601DBE37LLSDySS10Foundation4DateVGvpfi","regions":[[18,49,18,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC11preferencesAcA011PreferencesG0C_tc33_D4395455D76C4073121E64DB601DBE37Llfc","regions":[[37,61,54,6,0,0,0,0],[41,12,41,42,0,0,0,0],[41,43,47,10,0,0,0,0],[47,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyF","regions":[[57,41,68,6,0,0,0,0],[58,31,58,41,0,0,0,0],[58,41,68,6,0,0,0,0],[60,31,60,41,0,0,0,0],[60,41,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyFySb_s5Error_pSgtYbcfU_","regions":[[62,64,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC28requestAuthorizationIfNeededyyFySb_s5Error_pSgtYbcfU_yyYaYbScMYccfU_","regions":[[64,18,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC18registerCategories33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[72,39,111,6,0,0,0,0],[73,31,73,41,0,0,0,0],[73,41,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17loadLastSentCache33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[115,38,123,6,0,0,0,0],[116,104,122,10,0,0,0,0],[118,33,120,14,0,0,0,0],[120,14,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17saveLastSentCache33_D4395455D76C4073121E64DB601DBE37LLyyF","regions":[[125,38,131,6,0,0,0,0],[127,37,129,10,0,0,0,0],[129,10,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC10shouldSend33_D4395455D76C4073121E64DB601DBE37LL3key3ttlSbSS_SdtF","regions":[[133,69,140,6,0,0,0,0],[134,80,136,10,0,0,0,0],[136,10,139,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC11isFrontmost33_D4395455D76C4073121E64DB601DBE37LLSbyF","regions":[[142,40,148,6,0,0,0,0],[144,61,146,10,0,0,0,0],[146,10,147,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04sendF033_D4395455D76C4073121E64DB601DBE37LL5title4body8category3key3ttl18allowWhenFrontmostySS_SSAC8CategoryOSSSdSbtF","regions":[[154,7,169,6,0,0,0,0],[155,31,155,41,0,0,0,0],[155,41,169,6,0,0,0,0],[156,53,156,63,0,0,0,0],[156,63,169,6,0,0,0,0],[157,12,157,31,0,0,0,0],[157,47,157,57,0,0,0,0],[157,57,169,6,0,0,0,0],[158,51,158,61,0,0,0,0],[158,61,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC19notifyLaunchFailureyy0aB10WizardCore0iJ6StatusOF","regions":[[172,61,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC24notifyPermissionRequiredyySay0aB10WizardCore0I11RequirementOGF","regions":[[187,71,205,6,0,0,0,0],[188,37,188,47,0,0,0,0],[188,47,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC24notifyPermissionRequiredyySay0aB10WizardCore0I11RequirementOGFSSAGXEfU_","regions":[[189,33,196,10,0,0,0,0],[190,20,190,23,0,0,0,0],[191,13,191,92,0,0,0,0],[192,13,192,85,0,0,0,0],[193,13,193,68,0,0,0,0],[194,13,194,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC23notifyRecoverySucceededyySSF","regions":[[207,65,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17notifyConfigEvent_4body3keyySS_S2StF","regions":[[217,72,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC17notifyActionErroryySSF","regions":[[229,47,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04userF6Center_10didReceive21withCompletionHandlerySo06UNUserfI0C_So22UNNotificationResponseCyyctF","regions":[[245,7,264,6,0,0,0,0],[247,16,247,22,0,0,0,0],[248,9,249,88,0,0,0,0],[250,9,251,83,0,0,0,0],[252,9,253,93,0,0,0,0],[254,9,255,91,0,0,0,0],[256,9,259,14,0,0,0,0],[260,9,261,18,0,0,0,0],[262,10,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/UserNotificationService.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23UserNotificationServiceC04userF6Center_10didReceive21withCompletionHandlerySo06UNUserfI0C_So22UNNotificationResponseCyyctFyyYbScMYccfU_","regions":[[257,38,259,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10reportStep33_EC99E35FDEF37C1E196ACF19BA92FD83LLyySSFZ","regions":[[44,52,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10reportStep33_EC99E35FDEF37C1E196ACF19BA92FD83LLyySSFZyyYbScMYccfU_","regions":[[46,34,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26requiredDriverVersionMajor33_EC99E35FDEF37C1E196ACF19BA92FD83LLSivgZ","regions":[[54,56,54,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC27requiredDriverVersionStringSSvgZ","regions":[[55,52,55,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18detectInstallationSbyF","regions":[[65,39,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC16detectActivationSbyF","regions":[[76,37,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC23securityPreflightIssuesSaySSGyYaF","regions":[[87,54,109,6,0,0,0,0],[94,31,106,10,0,0,0,0],[95,76,95,88,0,0,0,0],[95,88,106,10,0,0,0,0],[97,16,97,52,0,0,0,0],[97,53,99,14,0,0,0,0],[102,16,102,33,0,0,0,0],[102,34,105,14,0,0,0,0],[103,56,103,86,0,0,0,0],[103,89,103,104,0,0,0,0],[106,10,108,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13detectRunningSbyYaF","regions":[[112,40,145,6,0,0,0,0],[113,67,113,68,0,0,0,0],[113,71,113,72,0,0,0,0],[116,42,143,10,0,0,0,0],[117,20,117,49,0,0,0,0],[118,13,119,28,0,0,0,0],[120,13,128,29,0,0,0,0],[121,20,121,41,0,0,0,0],[121,42,127,18,0,0,0,0],[127,18,128,29,0,0,0,0],[129,13,139,29,0,0,0,0],[131,20,131,51,0,0,0,0],[131,52,131,67,0,0,0,0],[131,67,139,29,0,0,0,0],[132,20,132,41,0,0,0,0],[132,42,138,18,0,0,0,0],[138,18,139,29,0,0,0,0],[140,13,141,29,0,0,0,0],[143,10,144,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13isQuarantined33_EC99E35FDEF37C1E196ACF19BA92FD83LL2atSbSS_tYaF","regions":[[147,63,161,6,0,0,0,0],[148,12,157,10,0,0,0,0],[153,14,157,10,0,0,0,0],[154,16,154,36,0,0,0,0],[154,37,156,14,0,0,0,0],[156,14,157,10,0,0,0,0],[157,17,159,10,0,0,0,0],[159,10,160,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19verifyCodeSignature33_EC99E35FDEF37C1E196ACF19BA92FD83LL2atSb7success_SS6detailtSS_tYaF","regions":[[163,96,179,6,0,0,0,0],[164,12,175,10,0,0,0,0],[169,14,174,70,0,0,0,0],[170,16,170,36,0,0,0,0],[170,37,172,14,0,0,0,0],[172,14,174,70,0,0,0,0],[173,73,173,86,0,0,0,0],[173,89,173,102,0,0,0,0],[175,17,178,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC22sanitizeCodesignOutput33_EC99E35FDEF37C1E196ACF19BA92FD83LLyS2SF","regions":[[181,69,187,6,0,0,0,0],[183,37,183,63,0,0,0,0],[183,63,186,51,0,0,0,0],[185,12,185,32,0,0,0,0],[185,33,185,51,0,0,0,0],[185,51,186,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaF","regions":[[191,69,312,6,0,0,0,0],[194,12,194,49,0,0,0,0],[194,50,203,10,0,0,0,0],[201,83,201,92,0,0,0,0],[201,95,201,108,0,0,0,0],[202,32,202,40,0,0,0,0],[202,43,202,54,0,0,0,0],[203,10,311,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_","regions":[[205,36,311,10,0,0,0,0],[207,16,207,46,0,0,0,0],[207,84,229,14,0,0,0,0],[211,20,211,37,0,0,0,0],[211,38,214,18,0,0,0,0],[214,18,228,32,0,0,0,0],[215,20,215,36,0,0,0,0],[215,37,225,18,0,0,0,0],[225,18,228,32,0,0,0,0],[229,14,311,10,0,0,0,0],[240,16,307,14,0,0,0,0],[242,31,306,58,0,0,0,0],[245,20,258,18,0,0,0,0],[257,22,258,18,0,0,0,0],[258,41,266,18,0,0,0,0],[265,47,265,55,0,0,0,0],[265,58,265,66,0,0,0,0],[266,18,306,58,0,0,0,0],[279,20,279,29,0,0,0,0],[279,48,300,18,0,0,0,0],[283,24,283,48,0,0,0,0],[283,49,288,22,0,0,0,0],[288,28,299,22,0,0,0,0],[299,22,300,18,0,0,0,0],[300,18,306,58,0,0,0,0],[304,81,304,90,0,0,0,0],[304,93,304,106,0,0,0,0],[306,36,306,44,0,0,0,0],[306,47,306,58,0,0,0,0],[307,21,310,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbSSXEfU_","regions":[[209,46,209,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_","regions":[[246,68,257,22,0,0,0,0],[255,47,257,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_yyYacfU_","regions":[[247,39,249,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_yScgyyts5Error_pGzYaKXEfU0_yyYaKcfU0_","regions":[[250,39,254,26,0,0,0,0],[252,68,253,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SSyKXEfu_","regions":[[269,69,269,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbSSXEfU1_","regions":[[273,29,273,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC21evaluateDaemonProcess33_EC99E35FDEF37C1E196ACF19BA92FD83LLAC0H11HealthStateAELLOyYaFAGyYacfU_SbyKXEfu0_","regions":[[275,64,275,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZ","regions":[[316,60,325,6,0,0,0,0],[317,12,321,10,0,0,0,0],[318,123,320,122,0,0,0,0],[321,17,324,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZSbyKXEfu_","regions":[[320,44,320,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18fastLaunchctlCheck33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaFZSbyKXEfu_SbyKXEfu0_","regions":[[320,80,320,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaF","regions":[[329,44,342,6,0,0,0,0],[331,12,331,49,0,0,0,0],[331,50,333,10,0,0,0,0],[333,10,341,39,0,0,0,0],[336,12,336,42,0,0,0,0],[336,80,338,10,0,0,0,0],[338,10,341,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaFSbSSXEfU_","regions":[[337,38,337,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC13getDaemonPIDsSaySSGyYaFSSs5Int32VXEfU0_","regions":[[341,25,341,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC20checkLaunchctlHealthSbSgyYaF","regions":[[348,48,367,6,0,0,0,0],[349,12,363,10,0,0,0,0],[350,123,362,27,0,0,0,0],[352,45,356,14,0,0,0,0],[356,14,362,27,0,0,0,0],[363,17,366,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC20checkLaunchctlHealthSbSgyYaFSbyKXEfu_","regions":[[359,62,359,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC22detectConnectionHealthSbyYaF","regions":[[376,49,398,6,0,0,0,0],[388,12,388,22,0,0,0,0],[388,23,390,10,0,0,0,0],[390,16,392,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19getInstalledVersionSSSgyF","regions":[[403,43,431,6,0,0,0,0],[405,65,407,10,0,0,0,0],[407,10,431,6,0,0,0,0],[409,95,413,10,0,0,0,0],[413,10,431,6,0,0,0,0],[416,14,419,10,0,0,0,0],[419,10,431,6,0,0,0,0],[421,12,427,10,0,0,0,0],[423,89,426,27,0,0,0,0],[427,17,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC19getInstalledVersionSSSgyFSSyKXEfu_","regions":[[425,93,425,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18hasVersionMismatchSbyF","regions":[[434,39,460,6,0,0,0,0],[435,65,438,10,0,0,0,0],[438,10,459,27,0,0,0,0],[442,63,445,10,0,0,0,0],[445,10,459,27,0,0,0,0],[448,12,448,23,0,0,0,0],[448,24,455,10,0,0,0,0],[455,16,457,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC18hasVersionMismatchSbyFSiSgSsXEfU_","regions":[[441,83,441,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC25getVersionMismatchMessageSSSgyF","regions":[[463,49,484,6,0,0,0,0],[464,65,466,10,0,0,0,0],[466,10,483,19,0,0,0,0],[469,63,471,10,0,0,0,0],[471,10,483,19,0,0,0,0],[473,12,473,59,0,0,0,0],[473,60,481,10,0,0,0,0],[481,10,483,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC25getVersionMismatchMessageSSSgyFSiSgSsXEfU_","regions":[[468,83,468,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC08activateF0SbyYaF","regions":[[490,42,502,6,0,0,0,0],[491,41,494,10,0,0,0,0],[494,10,501,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaF","regions":[[506,97,538,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_","regions":[[507,39,537,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[508,61,536,14,0,0,0,0],[517,20,517,34,0,0,0,0],[517,35,530,18,0,0,0,0],[530,24,535,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26executeWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL7command11descriptionSbSS_SStYaFyScCySbs5NeverOGXEfU_yyYbcfU_yyYacfU_","regions":[[521,26,529,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaF","regions":[[541,102,558,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaFyScCySbs5NeverOGXEfU_","regions":[[542,39,557,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC31executeBatchWithAdminPrivileges33_EC99E35FDEF37C1E196ACF19BA92FD83LL5batchSb0aB4Core23PrivilegedCommandRunnerO0H0V_tYaFyScCySbs5NeverOGXEfU_yyYbcfU_","regions":[[543,61,556,14,0,0,0,0],[547,20,547,34,0,0,0,0],[547,35,550,18,0,0,0,0],[550,24,555,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC26uninstallAllDriverVersionsSbyYaF","regions":[[562,53,599,6,0,0,0,0],[565,12,595,10,0,0,0,0],[566,59,595,10,0,0,0,0],[566,65,570,14,0,0,0,0],[570,14,595,10,0,0,0,0],[582,16,582,31,0,0,0,0],[582,32,590,14,0,0,0,0],[590,20,594,14,0,0,0,0],[595,17,598,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC28hasInstalledDriverExtensions33_EC99E35FDEF37C1E196ACF19BA92FD83LLSbyYaKF","regions":[[601,70,608,6,0,0,0,0],[606,10,607,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC32downloadAndInstallCorrectVersionSbyYaF","regions":[[616,59,686,6,0,0,0,0],[622,12,624,10,0,0,0,0],[623,71,624,10,0,0,0,0],[624,17,627,10,0,0,0,0],[627,10,686,6,0,0,0,0],[629,12,629,27,0,0,0,0],[629,28,632,10,0,0,0,0],[636,65,642,10,0,0,0,0],[642,10,686,6,0,0,0,0],[651,12,651,27,0,0,0,0],[651,28,656,10,0,0,0,0],[668,12,668,25,0,0,0,0],[668,26,682,10,0,0,0,0],[682,16,685,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC17getDetailedStatusAA0eI0VyYaF","regions":[[689,56,701,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17VHIDDeviceManagerC10shellAsync33_EC99E35FDEF37C1E196ACF19BA92FD83LLyS2SYaF","regions":[[706,64,722,6,0,0,0,0],[708,12,708,42,0,0,0,0],[708,82,710,10,0,0,0,0],[710,10,722,6,0,0,0,0],[712,12,719,10,0,0,0,0],[717,14,718,33,0,0,0,0],[719,17,721,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvg","regions":[[735,34,737,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu_","regions":[[736,29,736,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu0_","regions":[[736,49,736,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV18isFullyOperationalSbvgSbyKXEfu1_","regions":[[736,66,736,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/VHIDDeviceManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16VHIDDeviceStatusV11descriptionSSvg","regions":[[740,29,749,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA0V4name6action6sourceACSS_SSAC0eA6SourceOtcfC","regions":[[16,73,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO5parse6configSayAA0eA0VGSS_tFZ","regions":[[29,62,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO10parseBlock33_915F997E55A9952900B477A26624C2E3LL6config9blockType6sourceSayAA0eA0VGSS_SSAJ0eA6SourceOtFZ","regions":[[42,124,70,6,0,0,0,0],[45,74,67,10,0,0,0,0],[49,50,49,62,0,0,0,0],[49,62,67,10,0,0,0,0],[53,62,55,14,0,0,0,0],[55,14,67,10,0,0,0,0],[56,16,56,35,0,0,0,0],[56,36,58,14,0,0,0,0],[60,41,60,53,0,0,0,0],[60,53,67,10,0,0,0,0],[64,47,66,14,0,0,0,0],[66,14,67,10,0,0,0,0],[67,10,69,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZ","regions":[[74,97,119,6,0,0,0,0],[78,15,78,33,0,0,0,0],[78,34,116,10,0,0,0,0],[81,16,81,33,0,0,0,0],[81,34,81,43,0,0,0,0],[81,43,116,10,0,0,0,0],[84,100,86,14,0,0,0,0],[86,14,116,10,0,0,0,0],[90,16,90,49,0,0,0,0],[90,50,90,59,0,0,0,0],[90,59,116,10,0,0,0,0],[94,16,94,38,0,0,0,0],[94,39,102,14,0,0,0,0],[96,65,99,18,0,0,0,0],[99,24,101,18,0,0,0,0],[101,18,102,14,0,0,0,0],[102,20,111,14,0,0,0,0],[104,101,107,18,0,0,0,0],[107,24,110,18,0,0,0,0],[111,14,116,10,0,0,0,0],[113,16,113,29,0,0,0,0],[113,47,115,14,0,0,0,0],[116,10,118,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU_","regions":[[84,61,84,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU_SbyKXEfu_","regions":[[84,82,84,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbyKXEfu_","regions":[[90,37,90,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU0_","regions":[[104,64,104,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO16parseDefinitions33_915F997E55A9952900B477A26624C2E3LLySaySS4name_SS6actiontGSSFZSbSJXEfU0_SbyKXEfu_","regions":[[104,85,104,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO13extractBlocks33_915F997E55A9952900B477A26624C2E3LL6config9blockTypeSaySsGSS_SStFZ","regions":[[122,89,158,6,0,0,0,0],[127,15,127,44,0,0,0,0],[129,9,155,10,0,0,0,0],[134,19,134,42,0,0,0,0],[134,43,149,14,0,0,0,0],[136,20,136,31,0,0,0,0],[136,32,138,18,0,0,0,0],[138,27,138,38,0,0,0,0],[138,39,147,18,0,0,0,0],[140,24,140,34,0,0,0,0],[140,35,146,22,0,0,0,0],[146,22,147,18,0,0,0,0],[147,18,149,14,0,0,0,0],[149,14,155,10,0,0,0,0],[151,16,151,27,0,0,0,0],[151,28,154,14,0,0,0,0],[154,14,155,10,0,0,0,0],[155,10,157,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Models/VirtualKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit07VirtualA6ParserO17findMatchingParen33_915F997E55A9952900B477A26624C2E3LLySS5IndexVSgSSFZ","regions":[[161,75,176,6,0,0,0,0],[162,37,162,51,0,0,0,0],[162,51,175,19,0,0,0,0],[165,47,174,10,0,0,0,0],[166,16,166,27,0,0,0,0],[166,28,168,14,0,0,0,0],[168,23,168,34,0,0,0,0],[168,35,173,14,0,0,0,0],[170,20,170,30,0,0,0,0],[170,31,172,18,0,0,0,0],[172,18,173,14,0,0,0,0],[173,14,174,10,0,0,0,0],[174,10,175,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV08_virtualF033_D543D0BAF01D3DACA54A57879CF11CF2LL7SwiftUI5StateVySayAA0eA0VGGvpfi","regions":[[7,52,7,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV10_isLoading33_D543D0BAF01D3DACA54A57879CF11CF2LL7SwiftUI5StateVySbGvpfi","regions":[[8,36,8,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvg","regions":[[18,25,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvg7SwiftUI05TupleH0VyAC13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvpQOy_Qo__AE19_ConditionalContentVyALyAC07loadingH0AILLQrvpQOy_Qo_AC05errorH0AILLyQrSSFQOy_Qo_GALyAC010emptyStateH0AILLQrvpQOy_Qo_AC07keyListH0AILLQrvpQOy_Qo_GGtGyXEfU_","regions":[[19,50,31,10,0,0,0,0],[22,16,22,25,0,0,0,0],[22,26,24,14,0,0,0,0],[24,48,26,14,0,0,0,0],[26,23,26,42,0,0,0,0],[26,43,28,14,0,0,0,0],[28,20,30,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV4bodyQrvgyyYaYbcfU0_","regions":[[33,15,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[40,42,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_","regions":[[41,49,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_","regions":[[42,20,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_yyScMYccfU_","regions":[[48,32,48,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_yyScMYccfU_yyYacfU_","regions":[[48,39,48,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13headerSection33_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF6HStackVyAHyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeX0Rd__lFQOyAF5ImageV_AF012HierarchicalyX0VQo__AF4TextVAF6SpacerVAF15ModifiedContentVyAlFE4helpyQrAF015LocalizedStringA0VFQOyAlFE06buttonX0yQrqd__AF015PrimitiveButtonX0Rd__lFQOyAF6ButtonVyAPG_AF016BorderlessButtonX0VQo__Qo_AF31AccessibilityAttachmentModifierVGtGG_AUtGyXEfU_A13_yXEfU_APyXEfU0_","regions":[[48,70,50,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07loadingH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[65,40,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07loadingH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AF9UnitPointVtFQOyAF08ProgressH0VyAF05EmptyH0VAUG_Qo__AF4TextVtGyXEfU_","regions":[[66,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV05errorH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrSSF","regions":[[78,58,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV05errorH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrSSF7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeV0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__AjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_tGyXEfU_","regions":[[79,28,87,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[94,43,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeW0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalxW0VQo__AF4TextVAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAX_Qo_AF4LinkVyAjFEAMyQrAPFQOyAF5LabelVyAxRG_Qo_GtGyXEfU_","regions":[[95,29,113,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010emptyStateH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF0H0PAFE15foregroundStyleyQrqd__AF05ShapeW0Rd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF012HierarchicalxW0VQo__AF4TextVAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAX_Qo_AF4LinkVyAjFEAMyQrAPFQOyAF5LabelVyAxRG_Qo_GtGyXEfU_A6_yXEfU_","regions":[[109,117,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg","regions":[[120,40,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_","regions":[[121,49,136,10,0,0,0,0],[132,40,135,14,0,0,0,0],[135,14,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_AnLXEfU_","regions":[[123,65,123,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV07keyListH033_D543D0BAF01D3DACA54A57879CF11CF2LLQrvg7SwiftUI05TupleH0VyAF7ForEachVySayAA0eA0V0eA6SourceOGAnC13sourceSectionAELL0Y04keysQrAN_SayALGtFQOy_Qo_SgG_AF0H0PAFE10transitionyQrqd__AF10TransitionRd__lFQOyAC010testResultH0AELLyQrAC10TestResultAELLOFQOy_Qo__AfZPAFE8combined4withQrqd___tAfZRd__lFQOyAF17OpacityTransitionV_AF14MoveTransitionVQo_Qo_SgtGyXEfU_AuNcfU0_","regions":[[125,87,129,14,0,0,0,0],[126,62,128,18,0,0,0,0],[128,18,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF","regions":[[139,102,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF7SwiftUI05TupleH0VyAM0H0PAME8textCaseyQrAM4TextV0Y0OSgFQOyAT_Qo__AM7ForEachVyALSSAC6keyRowAELLyQrAIFQOy_Qo_GtGyXEfU_","regions":[[140,49,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV13sourceSection33_D543D0BAF01D3DACA54A57879CF11CF2LL0I04keysQrAA0eA0V0eA6SourceO_SayAIGtF7SwiftUI05TupleH0VyAM0H0PAME8textCaseyQrAM4TextV0Y0OSgFQOyAT_Qo__AM7ForEachVyALSSAC6keyRowAELLyQrAIFQOy_Qo_GtGyXEfU_A0_AIcfU_","regions":[[146,27,148,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF","regions":[[152,57,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_","regions":[[153,29,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_AXyXEfU_","regions":[[155,53,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU0_","regions":[[170,28,170,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_A10_yXEfU1_","regions":[[170,51,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU2_","regions":[[179,28,179,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_yyScMYccfU2_yyYacfU_","regions":[[179,35,179,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV6keyRow33_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAA0eA0VF7SwiftUI05TupleH0VyAH6VStackVyAJyAH4TextV_AH0H0PAHE14truncationModeyQrAN010TruncationY0OFQOyApHE9lineLimityQrSiSgFQOyAN_Qo__Qo_tGG_AH6SpacerVAH15ModifiedContentVyApHE4helpyQrAH015LocalizedStringA0VFQOyApHE11buttonStyleyQrqd__AH20PrimitiveButtonStyleRd__lFQOyAH6ButtonVyAH5ImageVG_AH21BorderlessButtonStyleVQo__Qo_AH31AccessibilityAttachmentModifierVGA1_yApHEA2_yQrA4_FQOyApHE8disabledyQrSbFQOyApHEA5_yQrqd__AHA6_Rd__lFQOyA8_yAH19_ConditionalContentVyApHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A29_AH9AlignmentVtFQOyApHE11scaleEffect_6anchorQrA28__AH9UnitPointVtFQOyAH08ProgressH0VyAH05EmptyH0VA39_G_Qo__Qo_A10_GG_A13_Qo__Qo__Qo_A17_GtGyXEfU_A43_yXEfU3_","regions":[[179,61,187,14,0,0,0,0],[180,20,180,42,0,0,0,0],[180,43,184,18,0,0,0,0],[184,24,186,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010testResultH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAC04TestJ0AELLOF","regions":[[200,68,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV010testResultH033_D543D0BAF01D3DACA54A57879CF11CF2LLyQrAC04TestJ0AELLOF7SwiftUI19_ConditionalContentVyAH05TupleH0VyAH0H0PAHE15foregroundStyleyQrqd__AH05ShapeZ0Rd__lFQOyAH5ImageV_AH5ColorVQo__AH4TextVtGAXGyXEfU_","regions":[[201,28,214,10,0,0,0,0],[202,20,202,26,0,0,0,0],[203,13,207,45,0,0,0,0],[208,13,212,43,0,0,0,0],[213,14,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04loadeF033_D543D0BAF01D3DACA54A57879CF11CF2LLyyYaF","regions":[[223,42,237,6,0,0,0,0],[227,12,231,10,0,0,0,0],[229,82,231,10,0,0,0,0],[231,17,234,10,0,0,0,0],[234,10,237,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VF","regions":[[239,50,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyXEfU_","regions":[[245,23,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyYbScMYccfU0_","regions":[[248,61,254,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV12copyDeepLink33_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VFyyYbScMYccfU0_yyXEfU_","regions":[[249,27,253,14,0,0,0,0],[250,47,252,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaF","regions":[[257,51,305,6,0,0,0,0],[266,29,275,10,0,0,0,0],[275,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU_","regions":[[267,33,272,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU_yyXEfU_","regions":[[269,31,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_","regions":[[280,29,304,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyXEfU_","regions":[[282,27,296,14,0,0,0,0],[283,24,283,30,0,0,0,0],[284,17,285,82,0,0,0,0],[286,17,292,22,0,0,0,0],[288,24,288,110,0,0,0,0],[288,111,290,22,0,0,0,0],[290,28,292,22,0,0,0,0],[293,17,294,73,0,0,0,0],[295,18,296,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyXEfU_SbyKXEfu_","regions":[[288,70,288,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyYbScMYccfU0_","regions":[[299,65,303,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Settings/VirtualKeysInspectorView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24VirtualKeysInspectorViewV04testA033_D543D0BAF01D3DACA54A57879CF11CF2LLyyAA0eA0VYaFyyYbScMYcXEfU0_yyYbScMYccfU0_yyXEfU_","regions":[[300,31,302,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV7FeatureV2id10Foundation4UUIDVvpfi","regions":[[14,18,14,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewVACycfC","regions":[[20,12,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewVACycfcSSyKXEfu_","regions":[[21,91,21,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg","regions":[[25,25,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_","regions":[[26,28,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A18_yXEfU_","regions":[[28,32,41,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_","regions":[[46,24,53,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_A45_yXEfU_","regions":[[47,37,51,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A47_yXEfU0_A45_yXEfU_A44_A37_cfU_","regions":[[48,39,50,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[59,28,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAiEEAJyQrAN_ARtFQOyAE6VStackVyAGyAiEE12symbolEffect_7options8isActiveQrqd___7Symbols06SymbolT7OptionsVSbtAX010IndefiniteyT0Rd__AX0yT0Rd__lFQOyAiEE15foregroundStyleyQrqd__AE10ShapeStyleRd__lFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__AE5ColorVQo__AX05PulseyT0VQo__AE4TextVA17_tGG_Qo__Qo__AiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAE06ScrollG0VyAiEEAJyQrAN_ARtFQOyATyAE7ForEachVySayAC7FeatureVG10Foundation4UUIDVAA10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLVGG_Qo_G_Qo_AE6SpacerVAiEEAJyQrAN_ARtFQOyAiEEAJyQrAN_ARtFQOyAE15ModifiedContentVyAiEE11controlSizeyQrAE11ControlSizeOFQOyAiEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAiEEAJyQrAN_ARtFQOyAiEEA22_A23_A24_A25_A26_A27_A28_A29_QrAR_A5RA31_tFQOyA17__Qo__Qo_G_AE28BorderedProminentButtonStyleVQo__Qo_AE31AccessibilityAttachmentModifierVG_Qo__Qo_tGyXEfU_A62_yXEfU2_","regions":[[59,43,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV18featuresForVersion33_28FBD4B0CB9D633AC63C3AB3C06D05DELLySayAC7FeatureVGSSFZ","regions":[[76,76,112,6,0,0,0,0],[79,12,79,65,0,0,0,0],[79,66,102,10,0,0,0,0],[102,10,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WhatsNewViewV18featuresForVersion33_28FBD4B0CB9D633AC63C3AB3C06D05DELLySayAC7FeatureVGSSFZSbyKXEfu_","regions":[[79,41,79,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg","regions":[[118,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_","regions":[[119,46,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10FeatureRow33_28FBD4B0CB9D633AC63C3AB3C06D05DELLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundStyleyQrqd__AF10ShapeStyleRd__lFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__AF5ColorVQo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_A14_yXEfU_","regions":[[125,53,133,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO010shouldShoweF0SbyFZ","regions":[[148,46,160,6,0,0,0,0],[153,51,156,10,0,0,0,0],[156,10,159,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO010shouldShoweF0SbyFZSSyKXEfu_","regions":[[149,102,149,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO10markAsSeenyyFZ","regions":[[163,30,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WhatsNewView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WhatsNewTrackerO10markAsSeenyyFZSSyKXEfu_","regions":[[164,102,164,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg","regions":[[5,25,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_","regions":[[6,28,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU_","regions":[[7,77,9,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU0_","regions":[[10,77,12,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV4bodyQrvg7SwiftUI05TupleG0VyAC13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQrAE5ColorV_yyctFQOy_Qo__A2NtGyXEfU_yycfU1_","regions":[[13,77,15,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQr7SwiftUI5ColorV_yyctF","regions":[[22,89,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Components/WindowControlsView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowControlsViewV13controlCircle33_5BCD0BC04A99B761ACD4E6CAA8884B1BLL5color6actionQr7SwiftUI5ColorV_yyctFAH0G0PAHE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AtH9AlignmentVtFQOyAH06_ShapeG0VyAH0I0VAJG_Qo_yXEfU_","regions":[[23,32,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Preferences/WindowHeightPreferenceKey.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit022WindowHeightPreferenceA0V6reduce5value9nextValuey12CoreGraphics7CGFloatVz_AIyXEtFZ","regions":[[7,72,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14WindowPositionO9allValuesSSvgZ","regions":[[25,34,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14WindowPositionO9allValuesSSvgZSSACcfu_","regions":[[26,22,26,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC23hasShownSpaceAPIWarning33_9C034DE33E69EF8D36A78366170035F7LLSbvpfi","regions":[[56,43,56,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC13retryAttempts33_9C034DE33E69EF8D36A78366170035F7LLSivpfi","regions":[[59,33,59,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16maxRetryAttempts33_9C034DE33E69EF8D36A78366170035F7LLSivpfi","regions":[[60,36,60,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC14isInitializing33_9C034DE33E69EF8D36A78366170035F7LLSbvpfi","regions":[[63,34,63,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerCACyc33_9C034DE33E69EF8D36A78366170035F7Llfc","regions":[[67,20,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC26hasAccessibilityPermissionSbvg","regions":[[73,49,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC24isSpaceMovementAvailableSbvg","regions":[[79,47,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19initializeWithRetrySbyYaF","regions":[[87,53,121,6,0,0,0,0],[88,36,91,10,0,0,0,0],[91,10,120,21,0,0,0,0],[97,12,97,43,0,0,0,0],[97,44,100,10,0,0,0,0],[100,10,120,21,0,0,0,0],[105,47,115,10,0,0,0,0],[111,16,111,57,0,0,0,0],[111,58,114,14,0,0,0,0],[114,14,115,10,0,0,0,0],[115,10,120,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC30showSpaceAPIUnavailableWarning33_9C034DE33E69EF8D36A78366170035F7LLyyF","regions":[[124,51,131,6,0,0,0,0],[125,45,125,55,0,0,0,0],[125,55,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC04moveE02toSbAA0E8PositionO_tF","regions":[[139,65,218,6,0,0,0,0],[143,47,147,10,0,0,0,0],[147,10,217,23,0,0,0,0],[150,12,150,29,0,0,0,0],[150,30,156,10,0,0,0,0],[152,16,152,24,0,0,0,0],[152,25,154,14,0,0,0,0],[156,10,217,23,0,0,0,0],[159,12,159,36,0,0,0,0],[159,37,165,10,0,0,0,0],[161,16,161,24,0,0,0,0],[161,25,163,14,0,0,0,0],[165,10,217,23,0,0,0,0],[166,12,166,40,0,0,0,0],[166,41,172,10,0,0,0,0],[168,16,168,24,0,0,0,0],[168,25,170,14,0,0,0,0],[172,10,217,23,0,0,0,0],[175,12,175,34,0,0,0,0],[175,35,181,10,0,0,0,0],[177,16,177,24,0,0,0,0],[177,51,179,14,0,0,0,0],[181,10,217,23,0,0,0,0],[182,12,182,38,0,0,0,0],[182,39,188,10,0,0,0,0],[184,16,184,24,0,0,0,0],[184,51,186,14,0,0,0,0],[188,10,217,23,0,0,0,0],[191,68,195,10,0,0,0,0],[195,10,217,23,0,0,0,0],[202,71,206,10,0,0,0,0],[206,10,217,23,0,0,0,0],[214,12,214,20,0,0,0,0],[214,21,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC37notifyAccessibilityPermissionRequired33_9C034DE33E69EF8D36A78366170035F7LLyyF","regions":[[221,58,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC21notifyOperationFailed33_9C034DE33E69EF8D36A78366170035F7LLyySSF","regions":[[228,59,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC14calculateFrame33_9C034DE33E69EF8D36A78366170035F7LL3for2in07currentH0So6CGRectVAA0E8PositionO_A2JtF","regions":[[235,120,281,6,0,0,0,0],[243,16,243,24,0,0,0,0],[244,9,245,72,0,0,0,0],[247,9,248,84,0,0,0,0],[250,9,257,32,0,0,0,0],[252,16,252,64,0,0,0,0],[252,65,256,14,0,0,0,0],[253,49,255,18,0,0,0,0],[255,18,256,14,0,0,0,0],[256,14,257,32,0,0,0,0],[259,9,263,106,0,0,0,0],[265,9,266,89,0,0,0,0],[268,9,269,101,0,0,0,0],[271,9,272,76,0,0,0,0],[274,9,275,88,0,0,0,0],[277,9,279,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC15moveToNextSpace33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[285,44,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19moveToPreviousSpace33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[289,48,291,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC11moveToSpace33_9C034DE33E69EF8D36A78366170035F7LL9directionSbAC0I9DirectionAELLO_tF","regions":[[297,65,338,6,0,0,0,0],[299,52,310,10,0,0,0,0],[303,16,303,40,0,0,0,0],[303,41,308,14,0,0,0,0],[310,10,337,23,0,0,0,0],[312,78,315,10,0,0,0,0],[315,10,337,23,0,0,0,0],[317,49,317,58,0,0,0,0],[318,9,319,46,0,0,0,0],[320,9,321,50,0,0,0,0],[322,10,337,23,0,0,0,0],[324,48,327,10,0,0,0,0],[327,10,337,23,0,0,0,0],[331,12,331,19,0,0,0,0],[331,20,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC19simulateSpaceSwitch33_9C034DE33E69EF8D36A78366170035F7LL9directionyAC0H9DirectionAELLO_tF","regions":[[340,65,355,6,0,0,0,0],[342,55,342,59,0,0,0,0],[342,62,342,66,0,0,0,0],[344,73,344,83,0,0,0,0],[344,83,355,6,0,0,0,0],[346,99,349,10,0,0,0,0],[351,98,354,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17moveToNextDisplay33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[359,46,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC21moveToPreviousDisplay33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[363,50,365,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC13moveToDisplay33_9C034DE33E69EF8D36A78366170035F7LL6offsetSbSi_tF","regions":[[367,53,415,6,0,0,0,0],[368,68,371,10,0,0,0,0],[371,10,414,58,0,0,0,0],[374,38,377,10,0,0,0,0],[377,10,414,58,0,0,0,0],[382,14,385,10,0,0,0,0],[385,10,414,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC12undoLastMove33_9C034DE33E69EF8D36A78366170035F7LLSbyF","regions":[[419,41,432,6,0,0,0,0],[420,61,423,10,0,0,0,0],[423,10,431,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC010getFocusedE033_9C034DE33E69EF8D36A78366170035F7LLSo14AXUIElementRefa_So6CGRectVtSgyF","regions":[[437,63,470,6,0,0,0,0],[439,75,441,10,0,0,0,0],[441,10,469,33,0,0,0,0],[450,69,452,10,0,0,0,0],[452,10,469,33,0,0,0,0],[459,14,461,10,0,0,0,0],[461,10,469,33,0,0,0,0],[465,68,467,10,0,0,0,0],[467,10,469,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03getE8Position33_9C034DE33E69EF8D36A78366170035F7LLySo7CGPointVSgSo14AXUIElementRefaF","regions":[[472,71,483,6,0,0,0,0],[476,72,478,10,0,0,0,0],[478,10,482,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03getE4Size33_9C034DE33E69EF8D36A78366170035F7LLySo6CGSizeVSgSo14AXUIElementRefaF","regions":[[485,66,496,6,0,0,0,0],[489,64,491,10,0,0,0,0],[491,10,495,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03setE5Frame33_9C034DE33E69EF8D36A78366170035F7LL_5frameSbSo14AXUIElementRefa_So6CGRectVtF","regions":[[498,79,531,6,0,0,0,0],[500,64,503,10,0,0,0,0],[503,10,530,23,0,0,0,0],[508,75,510,10,0,0,0,0],[510,10,530,23,0,0,0,0],[516,66,518,10,0,0,0,0],[518,10,530,23,0,0,0,0],[524,12,524,19,0,0,0,0],[524,20,526,10,0,0,0,0],[526,16,528,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC03setE5Frame33_9C034DE33E69EF8D36A78366170035F7LL_5frameSbSo14AXUIElementRefa_So6CGRectVtFSbyKXEfu_","regions":[[522,48,522,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL5frameSo8NSScreenCSgSo6CGRectV_tF","regions":[[536,63,552,6,0,0,0,0],[541,40,548,10,0,0,0,0],[543,16,544,63,0,0,0,0],[545,13,547,14,0,0,0,0],[547,14,548,10,0,0,0,0],[548,10,551,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL5frameSo8NSScreenCSgSo6CGRectV_tFSbyKXEfu_","regions":[[544,17,544,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL7axFrameSo8NSScreenCSgSo6CGRectV_tF","regions":[[555,65,567,6,0,0,0,0],[556,40,564,10,0,0,0,0],[559,16,560,69,0,0,0,0],[561,13,563,14,0,0,0,0],[563,14,564,10,0,0,0,0],[564,10,566,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC16screenContaining33_9C034DE33E69EF8D36A78366170035F7LL7axFrameSo8NSScreenCSgSo6CGRectV_tFSbyKXEfu_","regions":[[560,17,560,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17convertAXToScreen33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[571,84,573,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC17convertScreenToAX33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[576,84,578,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC25convertBetweenAXAndScreen33_9C034DE33E69EF8D36A78366170035F7LL_2inSo6CGRectVAH_So8NSScreenCtF","regions":[[581,92,585,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC02isE8OnScreen33_9C034DE33E69EF8D36A78366170035F7LL5frame6screenSbSo6CGRectV_So8NSScreenCtF","regions":[[588,76,597,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtF","regions":[[600,108,605,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu_","regions":[[602,13,602,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu0_","regions":[[603,13,603,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WindowManagerC20isApproximatelyEqual33_9C034DE33E69EF8D36A78366170035F7LL__9toleranceSbSo6CGRectV_AH12CoreGraphics7CGFloatVtFSbyKXEfu1_","regions":[[604,13,604,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$sSo8NSCursorC13KeyPathAppKitE37_windowResizeNorthWestSouthEastCursor33_340E1F154525E69E0F17F5A6B11DD994LLABSgvgZ","regions":[[10,65,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$sSo8NSCursorC13KeyPathAppKitE37_windowResizeNorthEastSouthWestCursor33_340E1F154525E69E0F17F5A6B11DD994LLABSgvgZ","regions":[[15,65,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvg","regions":[[26,26,37,6,0,0,0,0],[27,16,27,20,0,0,0,0],[28,9,28,42,0,0,0,0],[29,9,29,45,0,0,0,0],[30,9,32,73,0,0,0,0],[33,9,35,73,0,0,0,0],[36,10,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvgAFyKXEfu_","regions":[[32,63,32,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO6cursorSo8NSCursorCvgAFyKXEfu0_","regions":[[35,63,35,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ResizeEdgeO8isCornerSbvg","regions":[[39,24,44,6,0,0,0,0],[40,16,40,20,0,0,0,0],[41,9,41,66,0,0,0,0],[42,9,42,23,0,0,0,0],[43,10,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV9edgeWidth12CoreGraphics7CGFloatVvpfi","regions":[[53,30,53,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV10cornerSize12CoreGraphics7CGFloatVvpfi","regions":[[55,31,55,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV09debugShowG033_340E1F154525E69E0F17F5A6B11DD994LLSbvpfi","regions":[[61,36,61,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV11_isDragging33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[63,37,63,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV9_isMoving33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[64,35,64,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV17_isOptionResizing33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySbGvpfi","regions":[[65,43,65,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV13_initialFrame33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySo6CGRectVGvpfi","regions":[[67,47,67,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV21_initialMouseLocation33_340E1F154525E69E0F17F5A6B11DD994LL7SwiftUI5StateVySo7CGPointVGvpfi","regions":[[68,56,68,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[70,46,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyAF11DragGestureV5ValueVcfU_","regions":[[76,32,106,22,0,0,0,0],[79,28,79,37,0,0,0,0],[79,57,92,26,0,0,0,0],[80,65,84,30,0,0,0,0],[85,32,85,42,0,0,0,0],[85,43,89,30,0,0,0,0],[89,36,91,30,0,0,0,0],[98,28,98,44,0,0,0,0],[98,45,102,26,0,0,0,0],[102,32,105,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFyAF11DragGestureV5ValueVcfU0_","regions":[[107,30,114,22,0,0,0,0],[108,28,108,44,0,0,0,0],[108,45,110,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tFAF05TupleL0VyAF0L0PAFE8position1x1yQr12CoreGraphics7CGFloatV_AStFQOyAmFE5frame5width6height9alignmentQrASSg_AxF9AlignmentVtFQOyAC010edgeHandleL033_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFQOy_Qo__Qo__Qo__A5_A5_AmFEAnoPQrAS_AStFQOyAmFEAtuvWQrAX_AxZtFQOyAC06cornerzL0A0_LLyQrA2_FQOy_Qo__Qo__Qo_A9_tGAF13GeometryProxyVcfU1_","regions":[[117,32,148,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV04moveE033_340E1F154525E69E0F17F5A6B11DD994LL6deltaX0R1Yy12CoreGraphics7CGFloatV_AJtF","regions":[[152,63,159,6,0,0,0,0],[153,53,153,63,0,0,0,0],[153,63,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOF","regions":[[163,66,206,6,0,0,0,0],[164,12,164,43,0,0,0,0],[164,44,169,10,0,0,0,0],[169,16,205,10,0,0,0,0],[171,42,171,64,0,0,0,0],[171,67,171,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFSbyKXEfu_","regions":[[164,28,164,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFySbcfU_","regions":[[173,26,181,18,0,0,0,0],[174,24,174,32,0,0,0,0],[174,46,177,22,0,0,0,0],[177,31,177,42,0,0,0,0],[177,43,180,22,0,0,0,0],[179,28,179,46,0,0,0,0],[179,47,179,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU0_","regions":[[184,36,199,26,0,0,0,0],[185,32,185,43,0,0,0,0],[185,44,191,30,0,0,0,0],[186,69,189,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV14edgeHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU1_","regions":[[200,34,203,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOF","regions":[[210,70,246,6,0,0,0,0],[212,38,212,61,0,0,0,0],[212,64,212,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFySbcfU_","regions":[[214,22,222,14,0,0,0,0],[215,20,215,28,0,0,0,0],[215,42,218,18,0,0,0,0],[218,27,218,38,0,0,0,0],[218,39,221,18,0,0,0,0],[220,24,220,44,0,0,0,0],[220,45,220,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU0_","regions":[[225,32,240,22,0,0,0,0],[226,28,226,39,0,0,0,0],[226,40,232,26,0,0,0,0],[227,65,230,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV16cornerHandleView33_340E1F154525E69E0F17F5A6B11DD994LLyQrAA0F4EdgeOFy7SwiftUI11DragGestureV5ValueVcfU1_","regions":[[241,30,244,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyF","regions":[[250,51,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyFSbAGXEfU_","regions":[[251,44,253,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV011findOverlayE033_340E1F154525E69E0F17F5A6B11DD994LLSo8NSWindowCSgyFSbAGXEfU_SbyKXEfu_","regions":[[252,51,252,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF","regions":[[256,97,351,6,0,0,0,0],[257,53,257,63,0,0,0,0],[257,63,351,6,0,0,0,0],[263,15,263,33,0,0,0,0],[264,15,264,32,0,0,0,0],[266,15,266,34,0,0,0,0],[267,15,267,33,0,0,0,0],[301,16,301,20,0,0,0,0],[302,9,303,54,0,0,0,0],[304,9,305,55,0,0,0,0],[306,9,315,14,0,0,0,0],[309,16,309,92,0,0,0,0],[309,93,312,14,0,0,0,0],[312,20,315,14,0,0,0,0],[316,10,351,6,0,0,0,0],[323,16,323,20,0,0,0,0],[324,9,325,61,0,0,0,0],[326,9,328,18,0,0,0,0],[329,9,331,92,0,0,0,0],[332,10,351,6,0,0,0,0],[334,16,334,20,0,0,0,0],[335,9,337,18,0,0,0,0],[338,9,340,62,0,0,0,0],[341,9,343,94,0,0,0,0],[344,10,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu_","regions":[[262,44,262,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu0_","regions":[[262,64,262,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu1_","regions":[[265,44,265,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtFSbyKXEfu2_","regions":[[265,64,265,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF14heightForWidthL_y12CoreGraphics7CGFloatVARF","regions":[[269,58,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF14widthForHeightL_y12CoreGraphics7CGFloatVARF","regions":[[274,59,277,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF15widthBasedFrameL_12CoreGraphics7CGFloatV_ARtyF","regions":[[279,54,287,10,0,0,0,0],[282,16,282,66,0,0,0,0],[282,67,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF15widthBasedFrameL_12CoreGraphics7CGFloatV_ARtyFSbyKXEfu_","regions":[[282,43,282,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF16heightBasedFrameL_12CoreGraphics7CGFloatV_ARtyF","regions":[[289,55,297,10,0,0,0,0],[292,16,292,62,0,0,0,0],[292,63,295,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV06resizeE033_340E1F154525E69E0F17F5A6B11DD994LL4edge11translation4fromyAA0F4EdgeO_So6CGSizeVSo6CGRectVtF16heightBasedFrameL_12CoreGraphics7CGFloatV_ARtyFSbyKXEfu_","regions":[[292,41,292,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WindowResizeHandlesV5clamp33_340E1F154525E69E0F17F5A6B11DD994LL_3min3max12CoreGraphics7CGFloatVAJ_A2JtF","regions":[[353,95,355,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/Overlay/WindowResizeHandle.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE19windowResizeHandles19keyboardAspectRatio16horizontalChrome08verticalO0Qr12CoreGraphics7CGFloatV_A2KtF","regions":[[364,20,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg","regions":[[12,25,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg7SwiftUI05TupleG0VyAA16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV_AA22PermissionStatusBannerAILLVAA13MonitorCanvasAILLVAA14ActionCardsRowAILLVAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGGtGyXEfU_","regions":[[13,50,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WindowSnappingViewV4bodyQrvg7SwiftUI05TupleG0VyAA16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV_AA22PermissionStatusBannerAILLVAA13MonitorCanvasAILLVAA14ActionCardsRowAILLVAE6HStackVyAGyAE0G0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__Qo__AE4TextVtGGtGyXEfU_A7_yXEfU_","regions":[[30,32,37,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV10convention02onE6ChangeAdA06WindowaE0O_yAHctcfC","regions":[[52,104,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[58,25,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_","regions":[[59,49,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_A_yXEfU_","regions":[[61,63,64,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_yAW_AWtcfU0_","regions":[[68,44,70,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16ConventionPicker33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAjFEAklM_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAF15ModifiedContentVyAjFE11pickerStyleyQrqd__AF0F5StyleRd__lFQOyAF0F0VyAF4TextVAA06WindowaE0OAHyAjFE3tag_15includeOptionalQrqd___SbtSHRd__lFQOyAU_AWQo__AZtGG_AF09SegmentedF5StyleVQo_AF31AccessibilityAttachmentModifierVG_AWQo__AWQo__AUtGyXEfU_yAW_AWtcfU1_","regions":[[71,39,73,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MonitorCanvas33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[90,25,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13MonitorCanvas33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAA16QuarterZonesGridACLLV_AA10HalvesAxisACLLVtGyXEfU_","regions":[[91,29,97,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[116,25,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_","regions":[[118,28,130,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_AOyXEfU_","regions":[[119,32,123,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16QuarterZonesGrid33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA8ZoneCellACLLV_AA0V7DividerACLLVALtGG_AnPtGyXEfU_AOyXEfU0_","regions":[[125,32,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV9isHoveredSbvg","regions":[[151,33,151,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[153,25,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_AA04SnapA5BadgeACLLVAF6VStackVyAHyAF6SpacerV_AF0S0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4TextV_Qo_tGGSgtGyXEfU_","regions":[[154,16,176,10,0,0,0,0],[157,35,157,58,0,0,0,0],[157,61,157,72,0,0,0,0],[167,16,167,25,0,0,0,0],[167,26,175,14,0,0,0,0],[175,14,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_AA04SnapA5BadgeACLLVAF6VStackVyAHyAF6SpacerV_AF0S0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF4TextV_Qo_tGGSgtGyXEfU_A8_yXEfU_","regions":[[168,24,174,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[179,18,183,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8ZoneCell33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[180,53,182,14,0,0,0,0],[181,42,181,46,0,0,0,0],[181,49,181,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11ZoneDivider33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[193,25,204,6,0,0,0,0],[194,16,194,27,0,0,0,0],[195,9,198,34,0,0,0,0],[199,9,202,33,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[213,25,263,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_","regions":[[214,28,262,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_","regions":[[215,32,244,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_ySbcfU_","regions":[[231,26,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A10_yXEfU_ySbcfU_yyXEfU_","regions":[[232,61,234,22,0,0,0,0],[233,50,233,59,0,0,0,0],[233,62,233,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_","regions":[[247,20,261,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_ySbcfU_","regions":[[255,26,259,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10HalvesAxis33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAA14HalfZoneButtonACLLV_AF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AvF9AlignmentVtFQOyAF06_ShapeS0VyAF9RectangleVAF5ColorVG_Qo_AnFE7onHover7performQrySbc_tFQOyAA04SnapA5BadgeACLLV_Qo_A4_ALtGG_AJyAHyAF6SpacerV_A9_A13_tGGtGyXEfU_A14_yXEfU0_ySbcfU_yyXEfU_","regions":[[256,61,258,22,0,0,0,0],[257,50,257,57,0,0,0,0],[257,60,257,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV9isHoveredSbvg","regions":[[273,33,273,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[275,25,300,6,0,0,0,0],[293,35,293,59,0,0,0,0],[293,62,293,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI19_ConditionalContentVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF4TextVtGAJyAN_ALtGGyXEfU_","regions":[[276,28,288,10,0,0,0,0],[277,16,277,29,0,0,0,0],[277,30,282,14,0,0,0,0],[281,50,281,60,0,0,0,0],[281,63,281,73,0,0,0,0],[282,20,287,14,0,0,0,0],[285,50,285,60,0,0,0,0],[285,63,285,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[295,18,299,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14HalfZoneButton33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_yyXEfU_","regions":[[296,53,298,14,0,0,0,0],[297,42,297,46,0,0,0,0],[297,49,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActionCardsRow33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[308,25,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14ActionCardsRow33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAA12DisplaysCardACLLV_AA06SpacesV0ACLLVAA04UndoV0ACLLVtGyXEfU_","regions":[[309,29,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[321,36,321,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[323,25,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_","regions":[[329,11,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_A_yXEfU_","regions":[[330,32,336,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12DisplaysCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[338,18,338,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[346,36,346,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV04prevA0SSvg","regions":[[348,33,350,6,0,0,0,0],[349,35,349,38,0,0,0,0],[349,41,349,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV04nextA0SSvg","regions":[[352,33,354,6,0,0,0,0],[353,35,353,38,0,0,0,0],[353,41,353,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[356,25,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_","regions":[[362,11,370,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI6HStackVyAF9TupleViewVyAA04SnapA5BadgeACLLV_AF0T0PAFE15foregroundColoryQrAF0X0VSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo_ALtGGycfU_A_yXEfU_","regions":[[363,32,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10SpacesCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[371,18,371,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_isHovered7SwiftUI5StateVySbGvpfi","regions":[[379,36,379,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[381,25,391,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgAA04SnapA5BadgeACLLVycfU_","regions":[[387,11,389,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8UndoCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySbcfU0_","regions":[[390,18,390,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[403,25,436,6,0,0,0,0],[428,81,428,84,0,0,0,0],[428,87,428,90,0,0,0,0],[432,57,432,60,0,0,0,0],[432,63,432,67,0,0,0,0],[434,34,434,38,0,0,0,0],[434,41,434,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE5frame5width6heightANQr12CoreGraphics7CGFloatVSg_AwPtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF06_ShapeS0VyAF16RoundedRectangleVAZGQo__AF4TextVtGG_xtGyXEfU_","regions":[[404,28,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ActionCard33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF0S0PAFE10background_9alignmentQrqd___AF9AlignmentVtAfKRd__lFQOyAlFE5frame5width6heightANQr12CoreGraphics7CGFloatVSg_AwPtFQOyAlFE15foregroundColoryQrAF5ColorVSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF06_ShapeS0VyAF16RoundedRectangleVAZGQo__AF4TextVtGG_xtGyXEfU_A17_yXEfU_","regions":[[406,32,419,14,0,0,0,0],[409,50,409,56,0,0,0,0],[409,59,409,70,0,0,0,0],[413,47,413,58,0,0,0,0],[413,61,413,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV13isHighlightedSbvpfi","regions":[[444,31,444,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4sizeAD0F4SizeOvpfi","regions":[[445,27,445,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV010_displayedA07SwiftUI5StateVySSGvpfi","regions":[[449,47,449,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV10_flipAngle7SwiftUI5StateVySdGvpfi","regions":[[450,44,450,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV12_randomDelay7SwiftUI5StateVySdGvpfi","regions":[[452,46,452,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV19_durationMultiplier7SwiftUI5StateVySdGvpfi","regions":[[454,53,454,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV0F4SizeO9dimension12CoreGraphics7CGFloatVvg","regions":[[461,32,467,10,0,0,0,0],[462,20,462,24,0,0,0,0],[463,13,463,28,0,0,0,0],[464,13,464,30,0,0,0,0],[465,13,465,28,0,0,0,0],[466,14,467,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV0F4SizeO04fontO012CoreGraphics7CGFloatVvg","regions":[[469,31,475,10,0,0,0,0],[470,20,470,24,0,0,0,0],[471,13,471,28,0,0,0,0],[472,13,472,30,0,0,0,0],[473,13,473,28,0,0,0,0],[474,14,475,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[478,25,541,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE16rotation3DEffect_4axis6anchor0Z1Z11perspectiveQrAF5AngleV_12CoreGraphics7CGFloatV1x_AY1yAY1ztAF9UnitPointVA2YtFQOyAjFE11scaleEffect_ARQrAY_A2_tFQOyAjFE7overlay_9alignmentQrqd___AF9AlignmentVtAfIRd__lFQOyAjFE10background_A5_Qrqd___A7_tAfIRd__lFQOyAjFE5frame5width6heightA5_QrAYSg_A12_A7_tFQOyAF4TextV_Qo__AF06_ShapeS0VyAF16RoundedRectangleVAF5ColorVGQo__AF011StrokeShapeS0VyA19_A21_AF05EmptyS0VGQo__Qo__Qo__SbQo__A14_SgtGyXEfU_","regions":[[479,28,505,10,0,0,0,0],[482,50,482,56,0,0,0,0],[482,59,482,64,0,0,0,0],[486,47,486,52,0,0,0,0],[486,55,486,74,0,0,0,0],[492,46,492,49,0,0,0,0],[492,52,492,55,0,0,0,0],[500,26,504,14,0,0,0,0],[504,14,505,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgyycfU0_","regions":[[506,19,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_","regions":[[512,28,540,10,0,0,0,0],[513,41,513,51,0,0,0,0],[513,51,540,10,0,0,0,0],[515,16,515,28,0,0,0,0],[515,29,517,14,0,0,0,0],[517,20,539,14,0,0,0,0],[521,58,521,60,0,0,0,0],[521,63,521,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_","regions":[[526,79,538,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyXEfU_","regions":[[528,68,530,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyYbScMYccfU0_","regions":[[532,84,537,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit04SnapA5Badge33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvgySS_SStcfU1_yyYbScMYccfU_yyYbScMYccfU0_yyXEfU_","regions":[[534,73,536,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO3key3forSSAA06WindowA10ConventionO_tF","regions":[[554,61,579,6,0,0,0,0],[555,16,555,26,0,0,0,0],[556,9,566,14,0,0,0,0],[557,20,557,24,0,0,0,0],[558,13,558,31,0,0,0,0],[559,13,559,32,0,0,0,0],[560,13,560,34,0,0,0,0],[561,13,561,35,0,0,0,0],[562,13,562,28,0,0,0,0],[563,13,563,29,0,0,0,0],[564,13,564,32,0,0,0,0],[565,13,565,30,0,0,0,0],[567,9,577,14,0,0,0,0],[568,20,568,24,0,0,0,0],[569,13,569,31,0,0,0,0],[570,13,570,32,0,0,0,0],[571,13,571,34,0,0,0,0],[572,13,572,35,0,0,0,0],[573,13,573,28,0,0,0,0],[574,13,574,29,0,0,0,0],[575,13,575,32,0,0,0,0],[576,13,576,30,0,0,0,0],[578,10,579,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO5labelSSvg","regions":[[581,23,592,6,0,0,0,0],[582,16,582,20,0,0,0,0],[583,9,583,34,0,0,0,0],[584,9,584,36,0,0,0,0],[585,9,585,40,0,0,0,0],[586,9,586,42,0,0,0,0],[587,9,587,27,0,0,0,0],[588,9,588,29,0,0,0,0],[589,9,589,35,0,0,0,0],[590,9,590,31,0,0,0,0],[591,10,592,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit8SnapZone33_FFBD00EC31A4C0DB00D0668B809891BBLLO5color7SwiftUI5ColorVvg","regions":[[594,22,603,6,0,0,0,0],[595,16,595,20,0,0,0,0],[596,9,597,20,0,0,0,0],[598,9,599,18,0,0,0,0],[600,9,601,19,0,0,0,0],[602,10,603,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV04_hasE07SwiftUI5StateVySbGvpfi","regions":[[610,40,610,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg","regions":[[612,25,651,6,0,0,0,0],[613,12,613,26,0,0,0,0],[613,27,650,10,0,0,0,0],[650,10,651,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_","regions":[[614,32,640,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_A_yXEfU_","regions":[[619,57,627,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/UI/WindowSnappingView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22PermissionStatusBanner33_FFBD00EC31A4C0DB00D0668B809891BBLLV4bodyQrvg7SwiftUI9TupleViewVyAF0T0PAFE4fontyQrAF4FontVSgFQOyAjFE15foregroundColoryQrAF0X0VSgFQOyAF5ImageV_Qo__Qo__AF6VStackVyAHyAF4TextV_AZtGGAF6SpacerVAF15ModifiedContentVyAjFE11controlSizeyQrAF11ControlSizeOFQOyAjFE11buttonStyleyQrqd__AF20PrimitiveButtonStyleRd__lFQOyAF6ButtonVyAZG_AF19BorderedButtonStyleVQo__Qo_AF31AccessibilityAttachmentModifierVGtGyXEfU_yyScMYccfU0_","regions":[[631,41,635,18,0,0,0,0],[632,127,634,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV17_showSuccessBurst33_7E530F1A021C2D6AFEC1F1295D030C5FLL7SwiftUI5StateVySbGvpfi","regions":[[17,43,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV10statusIcon33_7E530F1A021C2D6AFEC1F1295D030C5FLL3forSS4name_7SwiftUI5ColorV5colort0abE4Core18InstallationStatusO_tF","regions":[[21,93,34,6,0,0,0,0],[22,16,22,22,0,0,0,0],[23,9,24,46,0,0,0,0],[25,9,26,50,0,0,0,0],[27,9,28,40,0,0,0,0],[29,9,30,48,0,0,0,0],[31,9,32,44,0,0,0,0],[33,10,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV14kanataSubtitle33_7E530F1A021C2D6AFEC1F1295D030C5FLL3forSS0abE4Core18InstallationStatusO_tF","regions":[[36,75,45,6,0,0,0,0],[37,16,37,22,0,0,0,0],[38,9,39,44,0,0,0,0],[40,9,41,41,0,0,0,0],[42,9,43,44,0,0,0,0],[44,10,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV16stateInterpreter33_7E530F1A021C2D6AFEC1F1295D030C5FLLAA0e5StateI0Vvpfi","regions":[[48,36,48,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg","regions":[[50,25,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_","regions":[[51,16,229,10,0,0,0,0],[222,16,222,32,0,0,0,0],[222,33,228,14,0,0,0,0],[228,14,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_","regions":[[52,32,216,14,0,0,0,0],[54,20,54,43,0,0,0,0],[54,44,114,18,0,0,0,0],[114,24,215,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_","regions":[[55,70,111,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yycfU_","regions":[[60,44,64,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yycfU_yyYacfU_","regions":[[61,38,63,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_","regions":[[68,32,98,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_","regions":[[70,99,96,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[71,53,82,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_A30_yXEfU_","regions":[[74,56,81,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_","regions":[[84,53,95,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_A30_yXEfU_","regions":[[87,56,94,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A62_yXEfU_yyScMYccfU1_","regions":[[105,53,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_","regions":[[116,70,212,22,0,0,0,0],[129,28,129,60,0,0,0,0],[129,61,135,26,0,0,0,0],[135,26,212,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yycfU_","regions":[[121,44,125,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yycfU_yyYacfU_","regions":[[122,38,124,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_yyScMYccfU0_","regions":[[138,58,140,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_","regions":[[145,95,206,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_","regions":[[146,49,169,30,0,0,0,0],[159,36,159,76,0,0,0,0],[159,77,168,34,0,0,0,0],[168,34,169,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_A30_yXEfU_","regions":[[150,52,157,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU_yyScMYccfU0_","regions":[[160,55,165,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_","regions":[[172,49,204,30,0,0,0,0],[185,36,185,75,0,0,0,0],[185,76,203,34,0,0,0,0],[203,34,204,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_A30_yXEfU_","regions":[[176,52,183,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAAE012wizardDetailG0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth05idealZ003maxZ00Y6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillW0Qrqd___qd_0_AE04FillW0VtAeQRd__AE010InsettableV0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonW0yQrqd__AE06ButtonW0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyA29__Qo__Qo_SgAiEEA11_yQrAP_A1_tFQOyAiEEA48_yQrqd__AE015PrimitiveButtonW0Rd__lFQOyA52__AE010LinkButtonW0VQo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A89_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0pqR0_5edgesQrAE0qR7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstL0VtGSgtGyXEfU_A101_yXEfU_A97_yXEfU0_A90_yXEfU1_A87_yXEfU0_yyScMYccfU0_","regions":[[186,51,200,38,0,0,0,0],[191,44,191,89,0,0,0,0],[191,90,197,42,0,0,0,0],[197,42,200,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_","regions":[[230,19,267,10,0,0,0,0],[232,16,232,44,0,0,0,0],[232,45,266,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_","regions":[[233,46,265,18,0,0,0,0],[237,27,237,44,0,0,0,0],[237,45,264,22,0,0,0,0],[242,28,242,93,0,0,0,0],[242,94,261,26,0,0,0,0],[250,32,250,43,0,0,0,0],[250,64,259,30,0,0,0,0],[264,22,265,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_SbyKXEfu_","regions":[[241,56,241,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_SbyKXEfu0_","regions":[[242,63,242,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU0_yyYacfU_yyXEfU_","regions":[[254,71,256,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV4bodyQrvgyycfU1_","regions":[[268,22,271,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03hasF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvg","regions":[[276,46,278,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03hasF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvgSbyKXEfu_","regions":[[277,53,277,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV19nextStepButtonTitle33_7E530F1A021C2D6AFEC1F1295D030C5FLLSSvg","regions":[[280,45,282,6,0,0,0,0],[281,29,281,48,0,0,0,0],[281,51,281,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV31isRunningFromApplicationsFolder33_7E530F1A021C2D6AFEC1F1295D030C5FLLSbvg","regions":[[284,55,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Status33_7E530F1A021C2D6AFEC1F1295D030C5FLL0abE4Core012InstallationI0Ovg","regions":[[288,64,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Status33_7E530F1A021C2D6AFEC1F1295D030C5FLL0abE4Core012InstallationI0Ovg","regions":[[292,63,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvg","regions":[[299,59,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV03keybF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[300,23,305,10,0,0,0,0],[301,72,303,14,0,0,0,0],[303,14,304,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvg","regions":[[308,58,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV06kanataF6Issues33_7E530F1A021C2D6AFEC1F1295D030C5FLLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[309,23,314,10,0,0,0,0],[310,72,312,14,0,0,0,0],[312,14,313,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[319,53,371,6,0,0,0,0],[324,12,324,26,0,0,0,0],[324,27,327,10,0,0,0,0],[327,10,371,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_","regions":[[325,18,325,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU0_","regions":[[330,38,358,10,0,0,0,0],[335,19,335,41,0,0,0,0],[335,42,357,14,0,0,0,0],[343,20,343,85,0,0,0,0],[343,86,350,18,0,0,0,0],[352,20,352,29,0,0,0,0],[352,41,355,18,0,0,0,0],[355,18,357,14,0,0,0,0],[356,20,356,36,0,0,0,0],[356,37,356,47,0,0,0,0],[356,47,357,14,0,0,0,0],[357,14,358,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU0_SbyKXEfu_","regions":[[343,55,343,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU1_","regions":[[360,14,370,10,0,0,0,0],[365,16,365,24,0,0,0,0],[365,25,369,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF15PermissionGrant33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU1_SbyKXEfu_","regions":[[364,59,364,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV04openF8Settings33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[373,46,391,6,0,0,0,0],[380,9,390,10,0,0,0,0],[382,16,382,18,0,0,0,0],[382,19,384,14,0,0,0,0],[384,20,389,14,0,0,0,0],[386,20,386,109,0,0,0,0],[386,110,388,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[393,39,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_","regions":[[396,14,421,10,0,0,0,0],[401,16,401,38,0,0,0,0],[401,39,407,14,0,0,0,0],[409,16,409,33,0,0,0,0],[409,34,412,14,0,0,0,0],[412,14,421,10,0,0,0,0],[416,13,418,14,0,0,0,0],[418,20,420,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV18navigateToNextStep33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYacfU_SbyKXEfu_","regions":[[399,20,399,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV20revealKanataInFinder33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[424,41,437,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV20revealKanataInFinder33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFyyYbScMYccfU_","regions":[[434,63,436,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV010copyKanataB11ToClipboard33_7E530F1A021C2D6AFEC1F1295D030C5FLLyyF","regions":[[439,46,445,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardAccessibilityPageV031positionSettingsAndFinderSideByL033_7E530F1A021C2D6AFEC1F1295D030C5FLLyyFZ","regions":[[448,63,509,6,0,0,0,0],[449,47,449,57,0,0,0,0],[449,57,509,6,0,0,0,0],[473,17,487,10,0,0,0,0],[476,16,476,110,0,0,0,0],[478,13,486,14,0,0,0,0],[492,17,506,10,0,0,0,0],[495,16,495,110,0,0,0,0],[497,13,505,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ","regions":[[515,36,575,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_","regions":[[520,22,570,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU_","regions":[[536,28,536,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU0_","regions":[[553,28,553,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardAccessibilityPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardAccessibilityPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0M0PAEE18previewDisplayNameyQrSSSgFQOyAA0efG0V_Qo__A2NtGyXEfU_yyYacfU1_","regions":[[564,28,564,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV4bodyQrvg","regions":[[12,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE22multilineTextAlignmentyQrAE0nO0OFQOyAE0N0V_Qo_Sg_AC12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvpQOy_Qo_tGyXEfU_","regions":[[13,56,26,10,0,0,0,0],[17,52,22,14,0,0,0,0],[22,14,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV10statusIcon33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSvg","regions":[[32,36,52,6,0,0,0,0],[34,12,34,34,0,0,0,0],[34,54,36,10,0,0,0,0],[36,10,52,6,0,0,0,0],[39,12,39,34,0,0,0,0],[39,55,41,10,0,0,0,0],[41,10,52,6,0,0,0,0],[44,16,44,27,0,0,0,0],[45,9,46,51,0,0,0,0],[47,9,48,51,0,0,0,0],[49,9,50,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV11statusColor33_A2F1DCCABC89C797F11BEA02EFCECFCFLL7SwiftUI0I0Vvg","regions":[[54,36,74,6,0,0,0,0],[56,12,56,34,0,0,0,0],[56,54,58,10,0,0,0,0],[58,10,74,6,0,0,0,0],[61,12,61,34,0,0,0,0],[61,55,63,10,0,0,0,0],[63,10,74,6,0,0,0,0],[66,16,66,27,0,0,0,0],[67,9,68,47,0,0,0,0],[69,9,70,45,0,0,0,0],[71,9,72,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV13statusMessage33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSvg","regions":[[76,39,97,6,0,0,0,0],[78,12,78,34,0,0,0,0],[78,54,81,10,0,0,0,0],[81,10,97,6,0,0,0,0],[84,12,84,34,0,0,0,0],[84,55,86,10,0,0,0,0],[86,10,97,6,0,0,0,0],[89,16,89,27,0,0,0,0],[90,9,91,41,0,0,0,0],[92,9,93,40,0,0,0,0],[94,9,95,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV17statusDescription33_A2F1DCCABC89C797F11BEA02EFCECFCFLLSSSgvg","regions":[[99,44,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvg","regions":[[105,41,128,6,0,0,0,0],[107,12,107,34,0,0,0,0],[107,54,111,10,0,0,0,0],[111,16,127,10,0,0,0,0],[113,20,113,31,0,0,0,0],[114,13,117,18,0,0,0,0],[119,13,121,28,0,0,0,0],[123,13,125,28,0,0,0,0],[126,14,127,10,0,0,0,0],[127,10,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvgyyYacfU_","regions":[[108,81,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardActionSectionV12actionButton33_A2F1DCCABC89C797F11BEA02EFCECFCFLLQrvgyyYacfU0_","regions":[[115,94,117,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ","regions":[[134,36,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_","regions":[[135,29,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU_","regions":[[139,33,139,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU0_","regions":[[140,28,140,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU1_","regions":[[146,33,146,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU2_","regions":[[147,28,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU3_","regions":[[153,33,153,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardActionSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit28WizardActionSection_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_A2ItGyXEfU_yycfU4_","regions":[[154,28,154,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC17runningOperationsShySSGvpfi","regions":[[15,42,15,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC17operationProgressSDySSSdGvpfi","regions":[[17,47,17,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC12runningTasks33_C14CF4DA0BB15D85D32C08A01C274BAELLSDySSScTyyts5NeverOGGvpfi","regions":[[21,61,21,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC14defaultTimeout33_C14CF4DA0BB15D85D32C08A01C274BAELLSdvpfi","regions":[[24,48,24,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFfA1_yxYaYbScMYccfU_","regions":[[38,61,38,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFfA2_yANYbScMYccfU_","regions":[[39,65,39,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlF","regions":[[40,7,144,6,0,0,0,0],[45,57,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFSdyKXEfu_","regions":[[42,42,42,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYaYbScMYccfU_","regions":[[49,18,52,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_","regions":[[56,25,140,10,0,0,0,0],[57,33,57,43,0,0,0,0],[57,43,140,10,0,0,0,0],[70,16,113,14,0,0,0,0],[99,18,113,14,0,0,0,0],[102,46,106,18,0,0,0,0],[106,18,113,14,0,0,0,0],[113,21,136,14,0,0,0,0],[115,20,115,36,0,0,0,0],[115,37,117,18,0,0,0,0],[117,24,135,18,0,0,0,0],[119,66,123,22,0,0,0,0],[123,28,128,22,0,0,0,0],[136,14,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_yyYbScMYcXEfU_","regions":[[60,33,63,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_","regions":[[72,58,79,18,0,0,0,0],[78,22,79,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_ySdYbcfU_","regions":[[73,49,78,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xyYaKcfU0_ySdYbcfU_yyYaYbScMYccfU_","regions":[[75,30,77,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_","regions":[[82,74,99,18,0,0,0,0],[96,56,98,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_xyYaKcfU_","regions":[[84,35,86,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_xScgyxs0O0_pGzYaKXEfU1_xyYaKcfU0_","regions":[[89,35,93,22,0,0,0,0],[91,78,92,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC7execute9operation7timeout9onSuccess0L7FailureyAA0fG0VyxG_SdSgyxYaYbScMYccyAA0E5ErrorVYbScMYccts8SendableRzlFyyYacfU0_yyYbScMYcXEfU2_","regions":[[131,41,134,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC9isRunningySbSSF","regions":[[147,62,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC11getProgressySdSSF","regions":[[152,66,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC11getProgressySdSSFSdyKXEfu_","regions":[[153,43,153,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC19cancelAllOperationsyyF","regions":[[157,32,171,6,0,0,0,0],[161,35,163,10,0,0,0,0],[163,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC19cancelAllOperationsyyFyyYaYbScMYccfU_","regions":[[165,14,168,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC019cancelAllOperationsF0yyF","regions":[[174,37,192,6,0,0,0,0],[180,35,182,10,0,0,0,0],[182,10,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC019cancelAllOperationsF0yyFyyYaYbScMYccfU_","regions":[[188,14,191,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC06cancelG0yySSF","regions":[[195,49,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC07cleanupG033_C14CF4DA0BB15D85D32C08A01C274BAELLyySSF","regions":[[205,58,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC20resetStuckOperationsyyF","regions":[[213,44,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardAsyncOperationManagerC20hasRunningOperationsSbvg","regions":[[221,47,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12TimeoutError33_C14CF4DA0BB15D85D32C08A01C274BAELLV20localizedDescriptionSSvg","regions":[[232,38,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14AsyncOperationV2id4name7executeACyxGSS_SSxySdYbcYaKctcfC","regions":[[248,7,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO7autoFix6action0G5FixerAA14AsyncOperationVySbG0abE4Core04AutoH6ActionO_AA0enJ0CtFZ","regions":[[264,31,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO7autoFix6action0G5FixerAA14AsyncOperationVySbG0abE4Core04AutoH6ActionO_AA0enJ0CtFZSbySdYbcYaKcfU_","regions":[[268,11,326,10,0,0,0,0],[273,20,273,26,0,0,0,0],[274,13,283,31,0,0,0,0],[281,63,283,31,0,0,0,0],[285,13,300,31,0,0,0,0],[291,63,300,31,0,0,0,0],[298,63,300,31,0,0,0,0],[302,13,312,31,0,0,0,0],[310,56,312,31,0,0,0,0],[314,13,324,31,0,0,0,0],[322,63,324,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO12startService13kanataManagerAA14AsyncOperationVySbGAA18RuntimeCoordinatorC_tFZ","regions":[[330,89,354,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO12startService13kanataManagerAA14AsyncOperationVySbGAA18RuntimeCoordinatorC_tFZSbySdYbcYaKcfU_","regions":[[334,11,353,10,0,0,0,0],[341,42,341,46,0,0,0,0],[341,49,341,52,0,0,0,0],[343,16,343,25,0,0,0,0],[343,26,348,14,0,0,0,0],[346,56,348,14,0,0,0,0],[348,14,352,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZ","regions":[[360,31,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_","regions":[[364,11,410,10,0,0,0,0],[368,20,368,24,0,0,0,0],[369,13,370,84,0,0,0,0],[371,13,372,82,0,0,0,0],[373,14,409,25,0,0,0,0],[381,19,381,41,0,0,0,0],[381,42,406,14,0,0,0,0],[383,56,406,14,0,0,0,0],[390,28,390,32,0,0,0,0],[391,21,392,65,0,0,0,0],[393,21,394,63,0,0,0,0],[395,22,406,14,0,0,0,0],[397,20,397,33,0,0,0,0],[397,34,405,18,0,0,0,0],[405,18,406,14,0,0,0,0],[406,14,409,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_yyYbScMYcXEfU_","regions":[[370,37,370,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO15grantPermission4type13kanataManagerAA14AsyncOperationVySbGAA0H4TypeO_AA18RuntimeCoordinatorCtFZSbySdYbcYaKcfU_yyYbScMYcXEfU0_","regions":[[372,37,372,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14PermissionTypeO11displayNameSSvg","regions":[[420,29,425,6,0,0,0,0],[421,16,421,20,0,0,0,0],[422,9,422,50,0,0,0,0],[423,9,423,45,0,0,0,0],[424,10,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV16errorDescriptionSSSgvg","regions":[[436,35,438,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV18recoverySuggestionSSSgvg","regions":[[440,37,451,6,0,0,0,0],[441,12,441,35,0,0,0,0],[441,36,443,10,0,0,0,0],[443,10,450,80,0,0,0,0],[445,12,445,38,0,0,0,0],[445,39,447,10,0,0,0,0],[447,10,450,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV18recoverySuggestionSSSgvgSSSi6offset_SS7elementt_tXEfU_","regions":[[449,64,449,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV04fromF0_9operationACs0F0_p_SStFZ","regions":[[453,77,462,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV7timeout9operationACSS_tFZ","regions":[[464,59,473,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV9cancelled9operationACSS_tFZ","regions":[[475,61,485,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV25createUserFriendlyMessage33_C14CF4DA0BB15D85D32C08A01C274BAELL3for5errorSS_SaySSGtSS_s0F0_ptFZ","regions":[[491,7,588,6,0,0,0,0],[492,16,492,25,0,0,0,0],[493,9,501,14,0,0,0,0],[503,9,511,14,0,0,0,0],[513,9,521,14,0,0,0,0],[523,9,531,14,0,0,0,0],[533,9,541,14,0,0,0,0],[543,9,551,14,0,0,0,0],[553,9,561,14,0,0,0,0],[563,9,571,14,0,0,0,0],[573,9,586,14,0,0,0,0],[578,54,578,66,0,0,0,0],[578,69,578,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardErrorV20createTimeoutMessage33_C14CF4DA0BB15D85D32C08A01C274BAELL3forSS_SaySSGtSS_tFZ","regions":[[590,91,657,6,0,0,0,0],[591,16,591,25,0,0,0,0],[592,9,600,14,0,0,0,0],[602,9,610,14,0,0,0,0],[612,9,620,14,0,0,0,0],[622,9,630,14,0,0,0,0],[632,9,640,14,0,0,0,0],[642,9,655,14,0,0,0,0],[647,54,647,65,0,0,0,0],[647,68,647,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAsyncOperationManager.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore13AutoFixActionO0aB6AppKitE11displayNameSSvg","regions":[[663,29,714,6,0,0,0,0],[664,16,664,20,0,0,0,0],[665,9,666,40,0,0,0,0],[667,9,668,42,0,0,0,0],[669,9,670,46,0,0,0,0],[671,9,672,37,0,0,0,0],[673,9,674,41,0,0,0,0],[675,9,676,41,0,0,0,0],[677,9,678,40,0,0,0,0],[679,9,680,48,0,0,0,0],[681,9,682,44,0,0,0,0],[683,9,684,37,0,0,0,0],[685,9,686,39,0,0,0,0],[687,9,688,36,0,0,0,0],[689,9,690,42,0,0,0,0],[691,9,692,39,0,0,0,0],[693,9,694,41,0,0,0,0],[695,9,696,35,0,0,0,0],[697,9,698,50,0,0,0,0],[699,9,700,32,0,0,0,0],[701,9,702,39,0,0,0,0],[703,9,704,51,0,0,0,0],[705,9,706,47,0,0,0,0],[707,9,708,33,0,0,0,0],[709,9,710,43,0,0,0,0],[711,9,712,39,0,0,0,0],[713,10,714,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC13kanataManager010vhidDeviceI007packageI015installerEngine14statusReporterAcA18RuntimeCoordinatorC_AA010VHIDDeviceI0CAA07PackageI0CAA0e9InstallerN8Protocol_pySSYbScMYcctcfcfA3_ySSYbScMYccfU_","regions":[[30,65,30,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC13kanataManager010vhidDeviceI007packageI015installerEngine14statusReporterAcA18RuntimeCoordinatorC_AA010VHIDDeviceI0CAA07PackageI0CAA0e9InstallerN8Protocol_pySSYbScMYcctcfc","regions":[[31,7,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC19analyzeStartupErrory0abE4Core0E5IssueVSg5issue_Sb03canF3FixtSSF","regions":[[42,90,85,6,0,0,0,0],[45,12,45,38,0,0,0,0],[45,39,56,10,0,0,0,0],[56,10,84,28,0,0,0,0],[58,12,58,65,0,0,0,0],[58,66,69,10,0,0,0,0],[69,10,84,28,0,0,0,0],[71,12,71,64,0,0,0,0],[71,65,82,10,0,0,0,0],[82,10,84,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC19analyzeStartupErrory0abE4Core0E5IssueVSg5issue_Sb03canF3FixtSSFSSyKXEfu_","regions":[[51,55,51,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC03canF3FixySb0abE4Core0fI6ActionOF","regions":[[89,54,98,6,0,0,0,0],[90,16,90,22,0,0,0,0],[91,9,92,51,0,0,0,0],[93,9,94,51,0,0,0,0],[95,9,96,17,0,0,0,0],[97,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC07performF3FixySb0abE4Core0fI6ActionOYaF","regions":[[101,64,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC08_performF3Fix33_1A66C404F2D4C6F8409E8E81D6FF1E4DLLySb0abE4Core0fI6ActionOYaF","regions":[[106,73,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC15resetEverythingSbyYaF","regions":[[113,42,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixer.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardAutoFixerC21runViaInstallerEngine33_1A66C404F2D4C6F8409E8E81D6FF1E4DLLySb0abE4Core0F9FixActionOYaF","regions":[[119,79,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC9configure06kanataH005toastH014statusReporteryAA18RuntimeCoordinatorC_AA0e5ToastH0CySSYbScMYcctFfA1_ySSYbScMYccfU_","regions":[[16,65,16,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC9configure06kanataH005toastH014statusReporteryAA18RuntimeCoordinatorC_AA0e5ToastH0CySSYbScMYcctF","regions":[[17,7,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC03canF3FixySb0abE4Core0fJ6ActionOF","regions":[[26,54,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC03canF3FixySb0abE4Core0fJ6ActionOFSbyKXEfu_","regions":[[27,42,27,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardAutoFixerManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardAutoFixerManagerC07performF3FixySb0abE4Core0fJ6ActionOYaF","regions":[[30,64,38,6,0,0,0,0],[32,34,35,10,0,0,0,0],[35,10,37,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV06CancelF0V5title6action9isEnabledAESS_yycSbtcfC","regions":[[12,94,16,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV09SecondaryF0V5title6action9isEnabledAESS_yycSbtcfC","regions":[[25,83,29,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV07PrimaryF0V5title6action9isEnabled0K7Loading5styleAESS_yycS2bAE0F5StyleOtcfC","regions":[[48,11,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV6cancel9secondary7primaryA2C06CancelF0VSg_AC09SecondaryF0VSgAC07PrimaryF0VtcfC","regions":[[65,7,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg","regions":[[71,25,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_","regions":[[72,55,112,10,0,0,0,0],[74,33,81,14,0,0,0,0],[81,14,112,10,0,0,0,0],[84,36,90,14,0,0,0,0],[90,14,112,10,0,0,0,0],[95,34,111,14,0,0,0,0],[96,20,96,55,0,0,0,0],[96,56,103,18,0,0,0,0],[103,24,110,18,0,0,0,0],[111,14,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU_","regions":[[75,44,77,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU0_","regions":[[85,47,87,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU1_","regions":[[97,49,99,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_SbyKXEfu_","regions":[[102,59,102,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_yyScMYccfU2_","regions":[[104,49,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE08KeyboardO0VFQOyAiEE11buttonStyleyQrqd__AE0fR0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO09SecondaryF0VQo__Qo__Qo_Sg_AiEEAJyQrSbFQOyA__Qo_SgAE6SpacerVAE19_ConditionalContentVyAiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX011DestructiveF0VQo__Qo__Qo_AiEEAJyQrSbFQOyAiEEAKyQrAMFQOyAiEEANyQrqd__AeORd__lFQOyAT_AX07PrimaryF0VQo__Qo__Qo_GSgtGyXEfU_SbyKXEfu0_","regions":[[109,59,109,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV11primaryOnly5title6action9isLoadingACSS_yycSbtFZ","regions":[[125,5,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV16primaryAndCancel0H5Title0H6Action06cancelK00mL09isLoadingACSS_yycSSyycSbtFZ","regions":[[136,26,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardButtonBar.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardButtonBarV4full12primaryTitle0I6Action09secondaryJ00lK006cancelJ00mK09isLoadingACSS_yycSSyycSSyycSbtFZ","regions":[[152,26,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV11_commStatus33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVyAA0fI0OGvpfi","regions":[[8,58,8,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV9_isFixing33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVySbGvpfi","regions":[[9,35,9,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14_lastCheckTime33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVy10Foundation4DateVGvpfi","regions":[[10,40,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13_actionStatus33_24650827CD4C0AF75BAA244C3560DE88LL7SwiftUI5StateVyAA0E6DesignO06ActionI0OGvpfi","regions":[[11,66,11,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13kanataManager33_24650827CD4C0AF75BAA244C3560DE88LLAA18RuntimeCoordinatorCvg","regions":[[17,51,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV11systemState6issues9onAutoFixAC0abE4Core0e6SystemI0O_SayAG0E5IssueVGSbAG0lM6ActionO_SbtYacSgtcfC","regions":[[27,7,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg","regions":[[33,25,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_","regions":[[34,28,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_","regions":[[36,62,126,14,0,0,0,0],[76,20,76,41,0,0,0,0],[76,78,79,18,0,0,0,0],[79,18,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_","regions":[[38,66,72,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_","regions":[[39,28,59,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_A46_yXEfU_","regions":[[46,32,57,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A62_yXEfU_A49_yXEfU_A46_yXEfU_A44_yXEfU_","regions":[[47,36,55,30,0,0,0,0],[50,80,50,82,0,0,0,0],[50,85,50,87,0,0,0,0],[54,71,54,73,0,0,0,0],[54,76,54,77,0,0,0,0],[54,105,54,107,0,0,0,0],[54,110,54,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_","regions":[[82,66,124,18,0,0,0,0],[83,24,83,44,0,0,0,0],[83,45,95,22,0,0,0,0],[95,31,95,52,0,0,0,0],[95,53,110,22,0,0,0,0],[110,31,110,71,0,0,0,0],[110,72,116,22,0,0,0,0],[116,28,123,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU_","regions":[[84,53,86,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU0_","regions":[[91,51,93,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU0_yyYacfU_","regions":[[92,34,92,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU1_","regions":[[96,58,98,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU1_yyYacfU_","regions":[[97,34,97,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU2_","regions":[[105,51,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU2_yyYacfU_","regions":[[106,34,106,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_SbyKXEfu_","regions":[[110,58,110,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU3_","regions":[[111,47,111,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU4_","regions":[[117,51,119,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvg7SwiftUI6VStackVyAE9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAGyAIyAkEE5frame5width6height9alignmentQrAT_AtE9AlignmentVtFQOyAE6ZStackVyAIyAE15ModifiedContentVyAkEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLVG_AkEEAuvwXQrAT_AtZtFQOyAGyAIyAE6HStackVyAIyAE6SpacerV_AkEE6offset1x1yQrAS_AStFQOyAkEE9clipShape_5styleQrqd___AE9FillStyleVtAE5ShapeRd__lFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___APtAE10ShapeStyleRd__lFQOyA18__A9_Qo__AE6CircleVQo__Qo_tGG_A27_tGG_Qo_tGG_Qo__AkEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo_AkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyA57__Qo_tGG_Qo__AkEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAkEEALyQrAP_ATtFQOyAGyAE19_ConditionalContentVyA73_yAIyAkEEALyQrAP_ATtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA56_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__AkEEA77_yQrqd__AEA78_Rd__lFQOyA81__A85_15SecondaryButtonVQo_tGAIyAkEEALyQrAP_ATtFQOyAkEEAU8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAXQrAT_A5tZtFQOyAkEE8disabledyQrSbFQOyA89__Qo__Qo__Qo__AkEEA101_yQrSbFQOyA93__Qo_tGGA73_yAkEEALyQrAP_ATtFQOyAkEEAUA95_A96_A97_A98_A99_A100_AXQrAT_A5tZtFQOyAkEEA101_yQrSbFQOyA88__Qo__Qo__Qo_A90_GGG_Qo_tGGyXEfU_A115_yXEfU_A112_yXEfU0_yyScMYccfU4_yyYacfU_","regions":[[118,34,118,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyycfU0_","regions":[[136,19,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyycfU0_yyYacfU_","regions":[[137,18,139,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV4bodyQrvgyAA0F6StatusO_AFtcfU1_","regions":[[141,35,152,10,0,0,0,0],[142,56,142,66,0,0,0,0],[142,66,152,10,0,0,0,0],[143,40,143,48,0,0,0,0],[144,13,145,21,0,0,0,0],[146,13,147,22,0,0,0,0],[148,14,152,10,0,0,0,0],[149,16,149,30,0,0,0,0],[149,31,151,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19nextStepButtonTitle33_24650827CD4C0AF75BAA244C3560DE88LLSSvg","regions":[[155,45,157,6,0,0,0,0],[156,26,156,45,0,0,0,0],[156,48,156,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV13isAuthTesting33_24650827CD4C0AF75BAA244C3560DE88LLSbvg","regions":[[159,37,164,6,0,0,0,0],[160,43,162,10,0,0,0,0],[162,10,163,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[168,51,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_","regions":[[170,29,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV05checkF6Status33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_yyXEfU_","regions":[[171,54,174,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[184,47,290,6,0,0,0,0],[195,12,261,10,0,0,0,0],[260,14,261,10,0,0,0,0],[261,33,271,10,0,0,0,0],[271,17,280,10,0,0,0,0],[280,10,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_","regions":[[197,60,260,14,0,0,0,0],[258,39,260,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_","regions":[[199,31,248,18,0,0,0,0],[206,34,225,22,0,0,0,0],[213,28,213,62,0,0,0,0],[213,63,224,26,0,0,0,0],[224,26,225,22,0,0,0,0],[225,28,237,22,0,0,0,0],[237,22,248,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU_","regions":[[215,49,222,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU_yyXEfU_","regions":[[216,74,221,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU0_","regions":[[228,45,235,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU0_yyXEfU_","regions":[[229,70,234,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU1_","regions":[[240,41,247,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYacfU_yyYbScMYcXEfU1_yyXEfU_","regions":[[241,66,246,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyScgyyts5Error_pGzYaKXEfU_yyYaKcfU0_","regions":[[251,31,255,18,0,0,0,0],[253,61,254,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_","regions":[[263,33,270,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_yyXEfU_","regions":[[264,58,269,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU1_","regions":[[273,33,279,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU1_yyXEfU_","regions":[[274,58,278,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV20checkUDPStatusDirect33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU2_","regions":[[282,29,286,10,0,0,0,0],[283,71,285,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV12attemptHello33_24650827CD4C0AF75BAA244C3560DE88LL6client11maxAttemptsAA15KanataTCPClientC03TcpI2OkVSgAI_SitYaF","regions":[[295,44,315,6,0,0,0,0],[298,42,309,10,0,0,0,0],[299,16,301,14,0,0,0,0],[301,21,308,14,0,0,0,0],[308,14,309,10,0,0,0,0],[309,10,314,19,0,0,0,0],[311,26,313,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV16testConfigReload33_24650827CD4C0AF75BAA244C3560DE88LL6clientSbAA15KanataTCPClientC_tYaF","regions":[[319,74,328,6,0,0,0,0],[322,16,322,22,0,0,0,0],[323,9,324,24,0,0,0,0],[325,9,326,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV02isF10Responding33_24650827CD4C0AF75BAA244C3560DE88LLSbyYaF","regions":[[331,60,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF","regions":[[340,41,398,6,0,0,0,0],[341,34,341,44,0,0,0,0],[341,44,398,6,0,0,0,0],[358,12,358,19,0,0,0,0],[358,51,376,10,0,0,0,0],[362,16,362,23,0,0,0,0],[362,24,373,14,0,0,0,0],[367,35,372,18,0,0,0,0],[369,24,369,57,0,0,0,0],[369,58,371,22,0,0,0,0],[371,22,372,18,0,0,0,0],[372,18,373,14,0,0,0,0],[373,20,375,14,0,0,0,0],[387,12,387,19,0,0,0,0],[387,20,397,10,0,0,0,0],[390,31,395,14,0,0,0,0],[392,20,392,53,0,0,0,0],[392,54,394,18,0,0,0,0],[394,18,395,14,0,0,0,0],[395,14,397,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU_","regions":[[343,29,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaFyyYbScMYcXEfU0_","regions":[[378,29,385,10,0,0,0,0],[379,16,379,23,0,0,0,0],[379,24,382,14,0,0,0,0],[382,20,384,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19scheduleStatusClear33_24650827CD4C0AF75BAA244C3560DE88LLyyF","regions":[[401,40,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV19scheduleStatusClear33_24650827CD4C0AF75BAA244C3560DE88LLyyFyyYacfU_","regions":[[402,14,407,10,0,0,0,0],[404,45,406,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV16getAutoFixAction33_24650827CD4C0AF75BAA244C3560DE88LL0abE4Core0ijK0O_S2StyF","regions":[[410,72,425,6,0,0,0,0],[411,16,411,26,0,0,0,0],[412,9,416,14,0,0,0,0],[417,9,421,14,0,0,0,0],[422,9,423,91,0,0,0,0],[424,10,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV18navigateToNextStep33_24650827CD4C0AF75BAA244C3560DE88LLyyF","regions":[[427,39,442,6,0,0,0,0],[428,12,428,26,0,0,0,0],[428,27,431,10,0,0,0,0],[431,10,442,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV18navigateToNextStep33_24650827CD4C0AF75BAA244C3560DE88LLyyFyyYacfU_","regions":[[433,14,441,10,0,0,0,0],[436,13,438,14,0,0,0,0],[438,20,440,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17BounceIfAvailable33_24650827CD4C0AF75BAA244C3560DE88LLV4body7contentQr7SwiftUI21_ViewModifier_ContentVyADG_tF","regions":[[448,46,454,6,0,0,0,0],[449,38,451,10,0,0,0,0],[451,16,453,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO9isSuccessSbvg","regions":[[467,25,474,6,0,0,0,0],[468,16,468,20,0,0,0,0],[469,9,470,17,0,0,0,0],[471,9,472,18,0,0,0,0],[473,10,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO10canAutoFixSbvg","regions":[[476,26,483,6,0,0,0,0],[477,16,477,20,0,0,0,0],[478,9,479,17,0,0,0,0],[480,9,481,18,0,0,0,0],[482,10,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO23isAuthenticationRelatedSbvg","regions":[[485,39,492,6,0,0,0,0],[486,16,486,20,0,0,0,0],[487,9,488,17,0,0,0,0],[489,9,490,18,0,0,0,0],[491,10,492,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO7messageSSvg","regions":[[494,25,502,6,0,0,0,0],[495,16,495,20,0,0,0,0],[496,9,497,54,0,0,0,0],[498,9,500,16,0,0,0,0],[501,10,502,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO10globeColor7SwiftUI0H0Vvg","regions":[[504,27,517,6,0,0,0,0],[505,16,505,20,0,0,0,0],[506,9,507,40,0,0,0,0],[508,9,509,40,0,0,0,0],[510,9,511,40,0,0,0,0],[512,9,513,38,0,0,0,0],[514,9,515,40,0,0,0,0],[516,10,517,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO11overlayIconSSvg","regions":[[519,29,534,6,0,0,0,0],[520,16,520,20,0,0,0,0],[521,9,522,36,0,0,0,0],[523,9,524,44,0,0,0,0],[525,9,526,23,0,0,0,0],[527,9,528,25,0,0,0,0],[529,9,530,32,0,0,0,0],[531,9,532,25,0,0,0,0],[533,10,534,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19CommunicationStatusO13fixButtonTextSSvg","regions":[[536,31,545,6,0,0,0,0],[537,16,537,20,0,0,0,0],[538,9,539,47,0,0,0,0],[540,9,541,35,0,0,0,0],[542,9,543,24,0,0,0,0],[544,10,545,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardCommunicationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardCommunicationPageV14performAutoFix33_24650827CD4C0AF75BAA244C3560DE88LLyyYaF6$deferL_yyFyyYaYbScMYccfU_","regions":[[348,18,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV11_isScanning33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[14,37,14,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV23_isDisablingPermanently33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[16,49,16,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV20hasKarabinerConflict33_CF54368EAEAE4559A161842AA0588526LLSbvg","regions":[[19,44,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV20hasKarabinerConflict33_CF54368EAEAE4559A161842AA0588526LLSbvgSb0abE4Core0E5IssueVXEfU_","regions":[[20,25,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg","regions":[[25,25,121,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_","regions":[[26,28,112,10,0,0,0,0],[27,16,27,30,0,0,0,0],[27,31,65,14,0,0,0,0],[65,20,108,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_","regions":[[29,66,60,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yycfU_","regions":[[38,40,51,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yycfU_yyYacfU_","regions":[[42,34,50,30,0,0,0,0],[43,50,48,34,0,0,0,0],[45,40,45,97,0,0,0,0],[45,98,47,38,0,0,0,0],[47,38,48,34,0,0,0,0],[48,34,50,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A27_yXEfU_yyScMYccfU0_","regions":[[54,49,56,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_","regions":[[67,66,107,18,0,0,0,0],[73,83,73,85,0,0,0,0],[73,88,73,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_yycfU_","regions":[[74,40,87,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_yycfU_yyYacfU_","regions":[[78,34,86,30,0,0,0,0],[79,50,84,34,0,0,0,0],[81,40,81,97,0,0,0,0],[81,98,83,38,0,0,0,0],[83,38,84,34,0,0,0,0],[84,34,86,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvg7SwiftUI9TupleViewVyAE19_ConditionalContentVyAE0L0PAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5wE9AlignmentVtFQOyAkAE20heroSectionContainerQryFQOyAE6VStackVyAGyAA0E11HeroSectionV_AkEE7paddingyQrAE4EdgeO3SetV_AWtFQOyAkEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAkEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_A0_yAGyA2__AkEEA3_yQrA7__AWtFQOyAkEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAkEEA3_yQrAVFQOyAkEEAlmnopqrSQrAW_A5wYtFQOyA0_yAGyAA05CleanF4CardV_AE6SpacerVtGG_Qo__Qo__AE8MaterialVAE16RoundedRectangleVQo__Qo_tGGG_AkEEAL5width6heightASQrAW_AwYtFQOyA41__Qo_tGyXEfU_A52_yXEfU0_A42_yXEfU0_","regions":[[91,88,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV4bodyQrvgyycfU0_","regions":[[117,19,120,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV19nextStepButtonTitle33_CF54368EAEAE4559A161842AA0588526LLSSvg","regions":[[123,45,125,6,0,0,0,0],[124,29,124,48,0,0,0,0],[124,51,124,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV18navigateToNextStep33_CF54368EAEAE4559A161842AA0588526LLyyF","regions":[[127,39,142,6,0,0,0,0],[128,12,128,29,0,0,0,0],[128,30,131,10,0,0,0,0],[131,10,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardConflictsPageV18navigateToNextStep33_CF54368EAEAE4559A161842AA0588526LLyyFyyYacfU_","regions":[[133,14,141,10,0,0,0,0],[136,13,138,14,0,0,0,0],[138,20,140,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV15_showingDetails33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[154,41,154,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV25_isPerformingPermanentFix33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[155,51,155,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV19_showSuccessMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[156,45,156,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV17_showErrorMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[157,43,157,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV14_statusMessage33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySSGvpfi","regions":[[158,40,158,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg","regions":[[160,25,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_","regions":[[161,58,306,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_","regions":[[163,82,300,14,0,0,0,0],[251,20,251,38,0,0,0,0],[251,39,261,18,0,0,0,0],[261,18,300,14,0,0,0,0],[263,20,263,36,0,0,0,0],[263,37,273,18,0,0,0,0],[273,18,300,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A31_yXEfU_","regions":[[170,64,183,18,0,0,0,0],[178,73,178,75,0,0,0,0],[178,78,178,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_","regions":[[187,29,227,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_yyYacfU_","regions":[[188,30,226,26,0,0,0,0],[194,32,194,40,0,0,0,0],[194,41,204,30,0,0,0,0],[204,36,223,30,0,0,0,0],[211,51,216,34,0,0,0,0],[213,40,213,97,0,0,0,0],[213,98,215,38,0,0,0,0],[215,38,216,34,0,0,0,0],[216,34,223,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_yyScMYccfU0_yyYacfU_yyYbScMYccfU_","regions":[[201,85,203,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_","regions":[[228,28,244,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_","regions":[[229,44,242,26,0,0,0,0],[230,32,230,68,0,0,0,0],[230,69,234,30,0,0,0,0],[234,30,242,26,0,0,0,0],[237,39,237,94,0,0,0,0],[237,81,237,83,0,0,0,0],[237,86,237,89,0,0,0,0],[238,39,238,89,0,0,0,0],[238,79,238,81,0,0,0,0],[238,84,238,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_SbyKXEfu_","regions":[[230,44,230,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A61_yXEfU1_A59_yXEfU_SbyKXEfu0_","regions":[[236,45,236,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_SbyKXEfu_","regions":[[248,39,248,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A75_yXEfU2_","regions":[[252,40,258,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A75_yXEfU3_","regions":[[264,40,270,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_","regions":[[276,63,299,18,0,0,0,0],[295,24,295,38,0,0,0,0],[295,39,298,22,0,0,0,0],[298,22,299,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_yyScMYccfU_","regions":[[278,33,282,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_yyScMYccfU_yyXEfU_","regions":[[279,70,281,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_A91_yXEfU0_","regions":[[283,32,291,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CleanConflictsCardV4bodyQrvg7SwiftUI4ViewPAEE6shadow5color6radius1x1yQrAE5ColorV_12CoreGraphics7CGFloatVA2QtFQOyAgEE12cornerRadius_11antialiasedQrAQ_SbtFQOyAgEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAgEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAQSg_A7_A7_A7_A7_A7_AE9AlignmentVtFQOyAgEE7paddingyQrAQFQOyAE6VStackVyAE05TupleK0VyAgEE010foregroundO0yQrANSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__A12_yA14_yAgEE22multilineTextAlignmentyQrAE13TextAlignmentOFQOyAE4TextV_Qo__A30_tGGAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAgEEA_A0_A1_A2_A3_A4_A5_A6_QrA7__A7_A7_A7_A7_A7_A9_tFQOyAE6HStackVyA14_yAgEE08progressK5StyleyQrqd__AE08ProgressK5StyleRd__lFQOyAgEE11scaleEffect_6anchorQrAQ_AE9UnitPointVtFQOyAE08ProgressK0VyAE05EmptyK0VA52_G_Qo__AE016CircularProgressK5StyleVQo_Sg_A29_tGG_Qo_G_AA12WizardDesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AgEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEEA10_yQrAY_A7_tFQOyA42_yA14_yAgEEA15_yQrA16_FQOyA22__Qo__A29_tGG_Qo__AEA73_PAEE8combined4withQrqd___tAEA73_Rd__lFQOyAE17OpacityTransitionV_AE14MoveTransitionVQo_Qo_SgA87_A12_yA14_yAgEEA37_yQrqd__AE20PrimitiveButtonStyleRd__lFQOyA40_yAgEEA15_yQrA16_FQOyA42_yA14_yA23__A29_tGG_Qo_G_AE15LinkButtonStyleVQo__AgEEA72_yQrAE13AnyTransitionVFQOyAA016TechnicalDetailsK0V_Qo_SgtGGtGG_Qo__Qo__ANQo__Qo__Qo_yXEfU_A104_yXEfU_A102_yXEfU4_A91_yXEfU0_A89_yXEfU_","regions":[[284,48,289,30,0,0,0,0],[285,68,285,82,0,0,0,0],[285,85,285,100,0,0,0,0],[287,55,287,79,0,0,0,0],[287,82,287,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV19_isLoadingConflicts33_CF54368EAEAE4559A161842AA0588526LL7SwiftUI5StateVySbGvpfi","regions":[[316,45,316,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV07processF033_CF54368EAEAE4559A161842AA0588526LLSaySSGvg","regions":[[318,42,349,6,0,0,0,0],[321,64,337,10,0,0,0,0],[327,31,336,14,0,0,0,0],[329,20,329,40,0,0,0,0],[329,41,335,18,0,0,0,0],[332,24,332,42,0,0,0,0],[332,43,334,22,0,0,0,0],[336,14,337,10,0,0,0,0],[337,10,348,23,0,0,0,0],[340,12,340,27,0,0,0,0],[340,28,346,10,0,0,0,0],[342,55,345,14,0,0,0,0],[345,14,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSF","regions":[[352,103,380,6,0,0,0,0],[356,83,362,10,0,0,0,0],[359,90,361,14,0,0,0,0],[365,12,365,93,0,0,0,0],[365,94,367,10,0,0,0,0],[367,19,367,99,0,0,0,0],[367,100,369,10,0,0,0,0],[369,19,369,77,0,0,0,0],[369,78,371,10,0,0,0,0],[371,10,379,64,0,0,0,0],[374,12,374,28,0,0,0,0],[374,42,376,10,0,0,0,0],[376,10,379,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu_","regions":[[365,59,365,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu0_","regions":[[367,56,367,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV16parseProcessInfo33_CF54368EAEAE4559A161842AA0588526LLySS4name_SS11descriptionSS3pidtSSFSbyKXEfu1_","regions":[[369,54,369,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg","regions":[[382,25,477,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_","regions":[[383,50,463,10,0,0,0,0],[390,16,390,34,0,0,0,0],[390,35,398,14,0,0,0,0],[398,20,462,14,0,0,0,0],[400,91,418,18,0,0,0,0],[418,18,462,14,0,0,0,0],[421,20,421,43,0,0,0,0],[421,44,453,18,0,0,0,0],[453,18,462,14,0,0,0,0],[456,20,456,78,0,0,0,0],[456,103,461,18,0,0,0,0],[461,18,462,14,0,0,0,0],[462,14,463,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A1_yXEfU_","regions":[[391,24,397,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A11_yXEfU0_","regions":[[401,61,417,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A11_yXEfU0_A9_SicfU_","regions":[[407,78,416,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A30_yXEfU1_","regions":[[422,61,452,22,0,0,0,0],[423,28,423,86,0,0,0,0],[423,87,426,26,0,0,0,0],[426,26,452,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvg7SwiftUI05TupleG0VyAE4TextV_AE19_ConditionalContentVyAE6HStackVyAGyAE0G0PAEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAE08ProgressG0VyAE05EmptyG0VAZG_Qo__AItGGAGyAE6VStackVyAGyAI_AE7ForEachVySnySiGSiAA10ProcessRowVGtGGSg_A4_yAGyAoEE7paddingyQrAE4EdgeO3SetV_ATSgtFQOyAE7DividerV_Qo_Sg_AIA6_ySaySi6offset_SS7elementtGSiA9_SgSgGtGGSgAISgtGGtGyXEfU_A30_yXEfU1_A28_Si_SStcfU_","regions":[[433,83,451,26,0,0,0,0],[434,32,434,55,0,0,0,0],[434,56,450,30,0,0,0,0],[438,36,438,65,0,0,0,0],[440,33,449,34,0,0,0,0],[449,34,450,30,0,0,0,0],[450,30,451,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV4bodyQrvgyyYaYbcfU0_","regions":[[474,15,476,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaF","regions":[[479,46,493,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaF0aB15DaemonLifecycle07ProcessO7ManagerCyYbScMYcXEfU_","regions":[[481,59,481,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20TechnicalDetailsViewV012loadConflictF033_CF54368EAEAE4559A161842AA0588526LLyyYaFyyYbScMYcXEfU0_","regions":[[484,29,492,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg","regions":[[505,25,526,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0O0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo__A0_tGGAE6SpacerVtGyXEfU_","regions":[[506,49,524,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardConflictsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10ProcessRowV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrAE0O0VSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAE4TextV_Qo__A0_tGGAE6SpacerVtGyXEfU_A2_yXEfU_","regions":[[512,53,521,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO8isActiveSbvg","regions":[[224,28,229,10,0,0,0,0],[225,20,225,24,0,0,0,0],[226,13,226,30,0,0,0,0],[227,13,227,53,0,0,0,0],[228,14,229,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO7messageSSSgvg","regions":[[231,30,238,10,0,0,0,0],[232,20,232,24,0,0,0,0],[233,13,233,28,0,0,0,0],[234,13,234,51,0,0,0,0],[235,13,235,48,0,0,0,0],[236,13,236,46,0,0,0,0],[237,14,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO12ActionStatusO5color7SwiftUI5ColorVvg","regions":[[240,26,247,10,0,0,0,0],[241,20,241,24,0,0,0,0],[242,13,242,35,0,0,0,0],[243,13,243,48,0,0,0,0],[244,13,244,42,0,0,0,0],[245,13,245,38,0,0,0,0],[246,14,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO20HeroSectionContainerV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAEG_tF","regions":[[287,50,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO4CardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[299,54,305,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO9ToastCardV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[310,54,319,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15StatusIndicatorV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAGG_tF","regions":[[326,54,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15StatusIndicatorV08colorForH033_5B79D60B0C5C3CF882236395059D8AABLLy7SwiftUI5ColorV0abE4Core012InstallationH0OF","regions":[[332,80,341,14,0,0,0,0],[333,24,333,30,0,0,0,0],[334,17,334,68,0,0,0,0],[335,17,335,65,0,0,0,0],[336,17,336,59,0,0,0,0],[337,17,337,61,0,0,0,0],[338,17,338,56,0,0,0,0],[339,17,339,68,0,0,0,0],[340,18,341,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV9isLoadingAGSb_tcfC","regions":[[348,43,350,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[352,70,372,14,0,0,0,0],[369,56,369,60,0,0,0,0],[369,63,369,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO13PrimaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[353,24,361,18,0,0,0,0],[354,24,354,33,0,0,0,0],[354,34,358,22,0,0,0,0],[358,28,360,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV9isLoadingAGSb_tcfC","regions":[[379,43,381,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[383,70,413,14,0,0,0,0],[396,27,396,63,0,0,0,0],[397,27,397,60,0,0,0,0],[404,57,404,90,0,0,0,0],[404,93,404,104,0,0,0,0],[410,56,410,60,0,0,0,0],[410,63,410,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15SecondaryButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[384,24,392,18,0,0,0,0],[385,24,385,33,0,0,0,0],[385,34,389,22,0,0,0,0],[389,28,391,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV9isLoadingAGSb_tcfC","regions":[[420,43,422,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tF","regions":[[424,70,444,14,0,0,0,0],[441,56,441,60,0,0,0,0],[441,63,441,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO17DestructiveButtonV8makeBody13configurationQr7SwiftUI0I18StyleConfigurationV_tFAJ19_ConditionalContentVyAJ4ViewPAJE08progresssO0yQrqd__AJ08ProgresssO0Rd__lFQOyApJE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AJ9UnitPointVtFQOyAJ0uS0VyAJ05EmptyS0VA1_G_Qo__AJ08CircularusO0VQo_AL5LabelVGyXEfU_","regions":[[425,24,433,18,0,0,0,0],[426,24,426,33,0,0,0,0],[426,34,430,22,0,0,0,0],[430,28,432,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV7content9alignmentAGSS_7SwiftUI13TextAlignmentOtcfC","regions":[[454,72,457,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV4bodyQrvg","regions":[[459,33,477,14,0,0,0,0],[461,55,461,62,0,0,0,0],[461,65,461,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO18CompactContentCardV4bodyQrvg7SwiftUI9TupleViewVyAI0O0PAIE5frame8minWidth05idealR003maxR00Q6Height0sU00tU09alignmentQr12CoreGraphics7CGFloatVSg_A5yI9AlignmentVtFQOyAmIE013multilineTextZ0yQrAI04TextZ0OFQOyAI4TextV_Qo__Qo__AI6SpacerVtGyXEfU_","regions":[[463,19,472,18,0,0,0,0],[468,87,468,94,0,0,0,0],[468,97,468,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV0H6StatusO5color7SwiftUI5ColorVvg","regions":[[495,34,502,18,0,0,0,0],[496,28,496,32,0,0,0,0],[497,21,497,52,0,0,0,0],[498,21,498,52,0,0,0,0],[499,21,499,50,0,0,0,0],[500,21,500,49,0,0,0,0],[501,22,502,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV0H6StatusO11overlayIconSSvg","regions":[[504,41,511,18,0,0,0,0],[505,28,505,32,0,0,0,0],[506,21,506,59,0,0,0,0],[507,21,507,67,0,0,0,0],[508,21,508,53,0,0,0,0],[509,21,509,51,0,0,0,0],[510,22,511,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4icon5title8subtitle6status11actionLinks11contentCardAGSS_S2SAG0H6StatusOSayAG10ActionLinkVGSg7SwiftUI7AnyViewVycSgtcfC","regions":[[526,15,533,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg","regions":[[535,33,593,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_","regions":[[536,36,591,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_","regions":[[540,70,587,22,0,0,0,0],[565,66,580,26,0,0,0,0],[580,26,587,22,0,0,0,0],[583,44,586,26,0,0,0,0],[586,26,587,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_","regions":[[566,75,578,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_A28_Si_A16_tcfU_","regions":[[567,88,577,34,0,0,0,0],[568,40,568,49,0,0,0,0],[568,50,571,38,0,0,0,0],[571,38,577,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO11HeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAI6SpacerV_AI0N0PAIE7paddingyQrAI4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAI6VStackVyAKyAE15IconWithOverlayV_AoIE9lineLimityQrSiSgFQOyAoIE22multilineTextAlignmentyQrAI13TextAlignmentOFQOyAI4TextV_Qo__Qo_A8_AoIEAPyQrAT_AXtFQOyAI6HStackVyAI7ForEachVySaySi6offset_AG10ActionLinkV7elementtGSiAKyA7_Sg_AoIE11buttonStyleyQrqd__AI20PrimitiveButtonStyleRd__lFQOyAI6ButtonVyA7_G_AI15LinkButtonStyleVQo_tGGG_Qo_SgAoIEAPyQrAT_AXtFQOyAI03AnyN0V_Qo_SgtGG_Qo_AMtGyXEfU_A37_yXEfU_A29_yXEfU_A28_Si_A16_tcfU_yyScMYccfU_","regions":[[573,56,575,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO04mainK012CoreGraphics7CGFloatVvg","regions":[[608,39,613,18,0,0,0,0],[609,28,609,32,0,0,0,0],[610,21,610,65,0,0,0,0],[611,21,611,71,0,0,0,0],[612,22,613,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO07overlayK012CoreGraphics7CGFloatVvg","regions":[[615,42,620,18,0,0,0,0],[616,28,616,32,0,0,0,0],[617,21,617,68,0,0,0,0],[618,21,618,74,0,0,0,0],[619,22,620,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO10frameWidth12CoreGraphics7CGFloatVvg","regions":[[622,41,627,18,0,0,0,0],[623,28,623,32,0,0,0,0],[624,21,624,71,0,0,0,0],[625,21,625,77,0,0,0,0],[626,22,627,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV0H4SizeO6offset12CoreGraphics7CGFloatV1x_AM1ytvg","regions":[[629,54,634,18,0,0,0,0],[630,28,630,32,0,0,0,0],[631,21,631,72,0,0,0,0],[632,21,632,75,0,0,0,0],[633,22,634,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV04mainH007overlayH00K5Color0lM04size011transparentJ0AGSS_SS7SwiftUI0M0VApG0H4SizeOSbtcfC","regions":[[644,15,651,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg","regions":[[653,33,682,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_","regions":[[654,24,681,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_A50_yXEfU_","regions":[[663,28,679,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO9ComponentO15IconWithOverlayV4bodyQrvg7SwiftUI9TupleViewVyAI15ModifiedContentVyAI0O0PAIE19symbolRenderingModeyQrAI06SymbolsT0VSgFQOyAoIE15foregroundColoryQrAI0W0VSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__Qo_AA012AvailabilityU6BounceVG_AoIE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A15_AI9AlignmentVtFQOyAI6VStackVyAKyAI6HStackVyAKyAI6SpacerV_AoIE10transitionyQrAI13AnyTransitionVFQOyAoIE6offset1x1yQrA14__A14_tFQOyAoIE9clipShape_5styleQrqd___AI9FillStyleVtAI5ShapeRd__lFQOyAoIE10background_20ignoresSafeAreaEdgesQrqd___AI4EdgeO3SetVtAI10ShapeStyleRd__lFQOyA3__AVQo__AI6CircleVQo__Qo__Qo_tGG_A23_tGG_Qo_tGyXEfU_A50_yXEfU_A48_yXEfU_","regions":[[664,32,677,26,0,0,0,0],[671,43,671,54,0,0,0,0],[672,43,672,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardDesignO19DisableFocusEffectsV4body7contentQr7SwiftUI21_ViewModifier_ContentVyAEG_tF","regions":[[690,50,696,10,0,0,0,0],[691,42,693,14,0,0,0,0],[693,20,695,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE10wizardCardQryF","regions":[[704,36,706,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE21wizardStatusIndicatoryQr0dE10WizardCore012InstallationI0OF","regions":[[709,75,711,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE17wizardPagePaddingQryF","regions":[[714,43,717,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20wizardContentSpacingQryF","regions":[[720,46,722,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE15wizardToastCardQryF","regions":[[725,41,727,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV15_checkmarkScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[736,50,736,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV17_checkmarkOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[737,51,737,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV10_ringScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[738,45,738,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV12_ringOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[739,46,739,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV14_particleScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[740,49,740,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV16_particleOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[741,50,741,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV17_particleRotation33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[742,51,742,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV13particleCount33_5B79D60B0C5C3CF882236395059D8AABLLSivpfi","regions":[[744,33,744,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg","regions":[[746,25,782,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeG0VyAE6CircleVAE5ColorVAE05EmptyG0VG_Qo__Qo__Qo__AE7ForEachVySnySiGSiAiEEAJyQrSdFQOyAiEE08rotationN0_ALQrAE5AngleV_AQtFQOyAiEE6offset1x1yQrAO_AOtFQOyAiEEArstUQrAV_AvXtFQOyAE06_ShapeG0VyA0_A2_G_Qo__Qo__Qo__Qo_GAiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[747,16,771,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvg7SwiftUI05TupleG0VyAE0G0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeG0VyAE6CircleVAE5ColorVAE05EmptyG0VG_Qo__Qo__Qo__AE7ForEachVySnySiGSiAiEEAJyQrSdFQOyAiEE08rotationN0_ALQrAE5AngleV_AQtFQOyAiEE6offset1x1yQrAO_AOtFQOyAiEEArstUQrAV_AvXtFQOyAE06_ShapeG0VyA0_A2_G_Qo__Qo__Qo__Qo_GAiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_A24_SicfU_","regions":[[756,54,763,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvgySb_SbtcfU0_","regions":[[772,34,776,10,0,0,0,0],[773,16,773,24,0,0,0,0],[773,25,775,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV4bodyQrvgyycfU1_","regions":[[777,19,781,10,0,0,0,0],[778,16,778,25,0,0,0,0],[778,26,780,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyF","regions":[[784,33,825,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU_","regions":[[795,69,798,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU0_","regions":[[801,48,804,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU1_","regions":[[807,48,810,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU2_","regions":[[811,59,813,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU3_","regions":[[816,59,819,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18CheckmarkBurstViewV07animateF033_5B79D60B0C5C3CF882236395059D8AABLLyyFyyYbScMYccfU4_","regions":[[822,63,824,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV6_scale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[832,41,832,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV8_opacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[833,42,833,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV10_ringScale33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[834,45,834,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV12_ringOpacity33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySdGvpfi","regions":[[835,46,835,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvg","regions":[[837,25,858,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAiEE5frame5width6height9alignmentQrAOSg_AvE9AlignmentVtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVAE05EmptyL0VG_Qo__Qo__Qo__AiEEAJyQrSdFQOyAiEEAK_ALQrAO_AQtFQOyAiEE15foregroundColoryQrA2_SgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo_tGyXEfU_","regions":[[838,16,852,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV4bodyQrvgySb_SbtcfU0_","regions":[[853,34,857,10,0,0,0,0],[854,16,854,24,0,0,0,0],[854,25,856,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyF","regions":[[860,28,875,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU_","regions":[[866,69,869,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18MiniCheckmarkBurstV7animate33_5B79D60B0C5C3CF882236395059D8AABLLyyFyyXEfU0_","regions":[[871,48,874,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AvailabilitySymbolBounceV9repeatingACSb_tcfC","regions":[[883,35,885,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24AvailabilitySymbolBounceV4body7contentQr7SwiftUI21_ViewModifier_ContentVyACG_tF","regions":[[887,46,897,6,0,0,0,0],[888,38,894,10,0,0,0,0],[889,16,889,25,0,0,0,0],[889,26,891,14,0,0,0,0],[891,20,893,14,0,0,0,0],[894,16,896,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV_5style9isLoading0H13DefaultAction6actionACSS_AC0F5StyleOS2byyYactcfC","regions":[[918,7,924,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvg","regions":[[926,25,963,6,0,0,0,0],[927,16,927,21,0,0,0,0],[928,9,938,73,0,0,0,0],[936,45,936,64,0,0,0,0],[936,67,936,72,0,0,0,0],[937,44,937,67,0,0,0,0],[937,70,937,100,0,0,0,0],[939,9,948,101,0,0,0,0],[947,45,947,64,0,0,0,0],[947,67,947,72,0,0,0,0],[948,44,948,67,0,0,0,0],[948,70,948,100,0,0,0,0],[949,9,961,88,0,0,0,0],[957,45,957,64,0,0,0,0],[957,67,957,72,0,0,0,0],[960,23,960,46,0,0,0,0],[961,23,961,87,0,0,0,0],[962,10,963,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU_","regions":[[929,27,933,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU_yyYacfU_","regions":[[930,22,932,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvg7SwiftUI4ViewPAEE16keyboardShortcutyQrAE08KeyboardL0VFQOyAE15ModifiedContentVyAgEE11buttonStyleyQrqd__AE0fQ0Rd__lFQOyAE0F0VyAE4TextVG_AA0E6DesignO9ComponentO07PrimaryF0VQo_AE31AccessibilityAttachmentModifierVG_Qo_A1_XEfU0_","regions":[[938,34,938,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU1_","regions":[[940,27,944,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU1_yyYacfU_","regions":[[941,22,943,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU2_","regions":[[950,27,954,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardButtonV4bodyQrvgyyScMYccfU2_yyYacfU_","regions":[[951,22,953,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4icon5title8subtitle6status11isNavigable6action0l5FinalF016showInitialClock7tooltipACSS_S2SSg0abE4Core012InstallationF0OSbyycSgS2bAMtcfC","regions":[[985,7,995,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg","regions":[[997,25,1035,6,0,0,0,0],[1034,42,1034,76,0,0,0,0],[1034,79,1034,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg7SwiftUI9TupleViewVyAA08AnimatedF4IconV_AE6VStackVyAGyAE4TextV_AMSgtGGAE6SpacerVAE0L0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo_SgtGyXEfU_","regions":[[998,55,1026,10,0,0,0,0],[1021,16,1021,27,0,0,0,0],[1021,28,1025,14,0,0,0,0],[1025,14,1026,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvg7SwiftUI9TupleViewVyAA08AnimatedF4IconV_AE6VStackVyAGyAE4TextV_AMSgtGGAE6SpacerVAE0L0PAEE4fontyQrAE4FontVSgFQOyAtEE15foregroundColoryQrAE0U0VSgFQOyAE5ImageV_Qo__Qo_SgtGyXEfU_AOyXEfU_","regions":[[1006,53,1016,14,0,0,0,0],[1011,33,1015,18,0,0,0,0],[1015,18,1016,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV4bodyQrvgSSyKXEfu_","regions":[[1030,26,1030,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardStatusItemV10statusText33_5B79D60B0C5C3CF882236395059D8AABLLSSvg","regions":[[1037,36,1046,6,0,0,0,0],[1038,16,1038,22,0,0,0,0],[1039,9,1039,40,0,0,0,0],[1040,9,1040,40,0,0,0,0],[1041,9,1041,33,0,0,0,0],[1042,9,1042,37,0,0,0,0],[1043,9,1043,31,0,0,0,0],[1044,9,1044,45,0,0,0,0],[1045,10,1046,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV04_hasE033_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI5StateVySbGvpfi","regions":[[1055,38,1055,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV6status07isFinalF016showInitialClockAC0aB10WizardCore012InstallationF0O_S2btcfC","regions":[[1057,99,1061,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg","regions":[[1063,25,1159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_","regions":[[1064,15,1158,10,0,0,0,0],[1065,16,1065,32,0,0,0,0],[1065,76,1095,14,0,0,0,0],[1067,20,1067,31,0,0,0,0],[1067,32,1083,18,0,0,0,0],[1083,24,1094,18,0,0,0,0],[1095,20,1157,14,0,0,0,0],[1097,24,1097,30,0,0,0,0],[1098,17,1102,49,0,0,0,0],[1104,17,1108,49,0,0,0,0],[1110,17,1120,58,0,0,0,0],[1122,17,1132,58,0,0,0,0],[1134,17,1144,58,0,0,0,0],[1146,17,1155,22,0,0,0,0],[1156,18,1157,14,0,0,0,0],[1157,14,1158,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_SbyKXEfu_","regions":[[1065,58,1065,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU_","regions":[[1069,28,1076,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_yycfU0_","regions":[[1088,35,1093,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_yycfU0_yyXEfU_","regions":[[1090,89,1092,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU1_","regions":[[1112,28,1119,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU2_","regions":[[1124,28,1131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU3_","regions":[[1136,28,1143,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAE4ViewPAEE10transitionyQrAE13AnyTransitionVFQOyAE08ModifiedL0VyAE6ZStackVyAE05TupleM0VyAiEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AzE9AlignmentVtFQOyAE06_ShapeM0VyAE6CircleVAE5ColorVG_Qo__AiEE4fontyQrAE4FontVSgFQOyAiEE15foregroundColoryQrA6_SgFQOyAE5ImageV_Qo__Qo_tGGAA24AvailabilitySymbolBounceVG_Qo_AiEE8onAppear7performQryycSg_tFQOyA18__Qo_GAGyAGyAGyA18_A18_GAGyA23_A23_GGAGyA23_A20_GGGyXEfU_A19_yXEfU4_","regions":[[1148,28,1155,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV010finalStateG033_5B79D60B0C5C3CF882236395059D8AABLLSSvg","regions":[[1161,40,1168,6,0,0,0,0],[1162,16,1162,22,0,0,0,0],[1163,9,1163,49,0,0,0,0],[1164,9,1164,42,0,0,0,0],[1165,9,1165,48,0,0,0,0],[1166,9,1166,26,0,0,0,0],[1167,10,1168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18AnimatedStatusIconV15finalStateColor33_5B79D60B0C5C3CF882236395059D8AABLL7SwiftUI0J0Vvg","regions":[[1170,40,1177,6,0,0,0,0],[1171,16,1171,22,0,0,0,0],[1172,9,1172,53,0,0,0,0],[1173,9,1173,48,0,0,0,0],[1174,9,1174,60,0,0,0,0],[1175,9,1175,51,0,0,0,0],[1176,10,1177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV0G6StatusO5color7SwiftUI5ColorVvg","regions":[[1190,26,1197,10,0,0,0,0],[1191,20,1191,24,0,0,0,0],[1192,13,1192,55,0,0,0,0],[1193,13,1193,55,0,0,0,0],[1194,13,1194,51,0,0,0,0],[1195,13,1195,49,0,0,0,0],[1196,14,1197,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV4bodyQrvg","regions":[[1200,25,1226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardPageHeaderV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE4TextVAiAE20wizardContentSpacingQryFQOyAiEE09multilineR9AlignmentyQrAE0rW0OFQOyAW_Qo__Qo_SgtGyXEfU_","regions":[[1201,58,1220,10,0,0,0,0],[1213,16,1213,33,0,0,0,0],[1213,34,1219,14,0,0,0,0],[1219,14,1220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18TapGestureModifier33_5B79D60B0C5C3CF882236395059D8AABLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tF","regions":[[1235,46,1243,6,0,0,0,0],[1236,12,1236,23,0,0,0,0],[1236,36,1240,10,0,0,0,0],[1240,16,1242,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18TapGestureModifier33_5B79D60B0C5C3CF882236395059D8AABLLV4body7contentQr7SwiftUI05_ViewG8_ContentVyADG_tFyycfU_","regions":[[1237,34,1239,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE20heroSectionContainerQryF","regions":[[1250,46,1252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardDesignSystem.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE2if_9transformQrSb_qd__xXEtAaBRd__lF","regions":[[1256,79,1262,6,0,0,0,0],[1257,12,1257,21,0,0,0,0],[1257,22,1259,10,0,0,0,0],[1259,16,1261,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV5error7onRetry0I7DismissAcA0eF0V_yycSgAItcfC","regions":[[9,92,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg","regions":[[15,25,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_","regions":[[16,55,79,10,0,0,0,0],[30,16,30,46,0,0,0,0],[30,47,63,14,0,0,0,0],[63,14,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A3_yXEfU_","regions":[[18,62,27,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_","regions":[[31,85,55,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_","regions":[[36,89,53,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_A42_Si_SStcfU_","regions":[[37,90,52,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A46_yXEfU0_A43_yXEfU_A42_Si_SStcfU_A41_yXEfU_","regions":[[38,93,51,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_","regions":[[66,62,78,14,0,0,0,0],[67,34,71,18,0,0,0,0],[71,18,78,14,0,0,0,0],[73,32,77,18,0,0,0,0],[77,18,78,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_yyYacfU_","regions":[[68,64,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardErrorDisplayV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE15foregroundColoryQrAE0O0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AkEEALyQrAOFQOyAkEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__Qo_tGG_AkEE7overlay_9alignmentQrqd___AE0U0VtAeJRd__lFQOyAkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13_FQOyAIyAGyA0__AkEEA21_yQrA19__A13_SgtFQOyAIyAE7ForEachVySaySi6offset_SS7elementtGSiAE6HStackVyAGyAkEE5frame5width6heightA6_QrA22__A22_A8_tFQOyA0__Qo__AkEEA30_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA6_QrA22__A22_A22_A22_A22_A22_A8_tFQOyA1__Qo_tGGGG_Qo_tGG_Qo__ANQo__Qo__AE011StrokeShapeL0VyAE16RoundedRectangleVAnE05EmptyL0VGQo_SgA29_yAGyAA0E6ButtonVSg_A62_tGGtGyXEfU_A63_yXEfU1_yyYacfU0_","regions":[[74,64,76,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg","regions":[[91,25,130,6,0,0,0,0],[127,30,127,33,0,0,0,0],[127,36,127,39,0,0,0,0],[128,34,128,37,0,0,0,0],[128,40,128,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_","regions":[[92,58,122,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_A3_yXEfU_","regions":[[99,53,111,14,0,0,0,0],[105,66,110,18,0,0,0,0],[110,18,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardErrorToastV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAiEE22multilineTextAlignmentyQrAE0tU0OFQOyAE0T0V_Qo__A1_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE015PrimitiveButtonX0Rd__lFQOyAE0Z0VyAUG_AE05PlainzX0VQo_tGyXEfU_AUyXEfU0_","regions":[[116,39,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg","regions":[[138,25,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_","regions":[[139,58,166,10,0,0,0,0],[160,28,165,14,0,0,0,0],[165,14,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_A2_yXEfU_","regions":[[145,53,156,14,0,0,0,0],[150,62,155,18,0,0,0,0],[155,18,156,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardErrorBannerV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE15foregroundColoryQrAE0N0VSgFQOyAiEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__AE6VStackVyAGyAE4TextV_AiEE9lineLimityQrSiSgFQOyAY_Qo_SgtGGAE6SpacerVAiEE11buttonStyleyQrqd__AE06ButtonX0Rd__lFQOyAE0Y0VyAYG_AA0E6DesignO9ComponentO09SecondaryY0VQo_SgtGyXEfU_yyScMYccfU0_","regions":[[161,33,163,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ","regions":[[180,36,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_","regions":[[181,29,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU_","regions":[[193,26,193,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU0_","regions":[[194,28,194,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU1_","regions":[[204,26,204,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardErrorDisplay.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit27WizardErrorDisplay_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AA0eF6BannerVAA0eF5ToastVtGyXEfU_yycfU2_","regions":[[215,28,215,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC4lock33_70CB4F165F11CF6A399CFF5DAC31DD27LL2os21OSAllocatedUnfairLockVySiGvpfi","regions":[[8,24,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC9incrementSiyF","regions":[[10,29,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16DetectionCounterC9incrementSiyFS2izYbXEfU_","regions":[[11,23,14,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV15_showingDetails33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[24,41,24,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21_hasCheckedPermission33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[25,47,25,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04_hasfgH033_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[26,44,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV11_isChecking33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[27,37,27,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21_showSuccessAnimation33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[28,47,28,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV26_showingSystemSettingsWait33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[32,52,32,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV23_showingRestartRequired33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[33,49,33,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV32_systemSettingsDetectionAttempts33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySiGvpfi","regions":[[34,58,34,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV20maxDetectionAttempts33_70CB4F165F11CF6A399CFF5DAC31DD27LLSivpfi","regions":[[35,40,35,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV16_cachedFDAStatus33_70CB4F165F11CF6A399CFF5DAC31DD27LL7SwiftUI5StateVySbGvpfi","regions":[[39,48,39,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21cacheValidityDuration33_70CB4F165F11CF6A399CFF5DAC31DD27LLSdvpfi","regions":[[40,55,40,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg","regions":[[44,25,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_","regions":[[45,28,116,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_","regions":[[47,62,113,14,0,0,0,0],[60,42,60,72,0,0,0,0],[60,75,60,97,0,0,0,0],[67,20,67,37,0,0,0,0],[67,38,72,18,0,0,0,0],[72,24,93,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A22_yXEfU_","regions":[[49,24,57,18,0,0,0,0],[50,59,50,82,0,0,0,0],[50,85,50,109,0,0,0,0],[53,49,53,76,0,0,0,0],[53,79,53,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A35_yXEfU0_","regions":[[73,41,83,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_yyScMYccfU1_","regions":[[87,42,89,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_","regions":[[96,37,111,18,0,0,0,0],[97,48,97,67,0,0,0,0],[97,70,97,78,0,0,0,0],[104,24,104,42,0,0,0,0],[104,43,110,22,0,0,0,0],[110,22,111,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_yyScMYccfU_","regions":[[97,80,99,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_SbyKXEfu_","regions":[[102,53,102,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealP003maxP00O6Height0qS00rS09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgAE20heroSectionContainerQryFQOyAE6VStackVyAE05TupleM0VyAE6ZStackVyAE15ModifiedContentVyAgEE19symbolRenderingModeyQrAE19SymbolRenderingModeVSgFQOyAgEE15foregroundColoryQrAE5ColorVSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGG_AgEE9lineLimityQrSiSgFQOyAgEE013multilineTextX0yQrAE04TextX0OFQOyAE4TextV_Qo__Qo_AE19_ConditionalContentVyA31_AZyAgEEAhijklmnOQrAS_A5sUtFQOyAXyAZyA31__A31_tGG_Qo__AgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEA11_yQrA14_FQOyAgEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyA30_G_AE15LinkButtonStyleVQo__Qo__Qo_tGGAgEEA38_yQrA42__AStFQOyAXyAZyAgEE8disabledyQrSbFQOyAgEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAgEEA43_yQrqd__AE11ButtonStyleRd__lFQOyA47__AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__A51_SgtGG_Qo_tGG_Qo__Qo_yXEfU_A73_yXEfU_A70_yXEfU2_yyScMYccfU0_","regions":[[105,40,107,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgyycfU0_","regions":[[121,19,125,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgyycfU1_","regions":[[126,22,128,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgy10Foundation12NotificationVcfU2_","regions":[[129,106,135,10,0,0,0,0],[131,16,131,34,0,0,0,0],[131,35,134,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA0fgH12DetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLVycfU3_","regions":[[136,46,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_","regions":[[139,57,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU_","regions":[[143,29,149,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU0_","regions":[[150,28,158,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU0_yyYbScMYccfU_","regions":[[155,75,157,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA25SystemSettingsWaitingViewVycfU4_yycfU1_","regions":[[159,27,164,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgySb_SbtcfU5_","regions":[[167,42,178,10,0,0,0,0],[168,16,168,24,0,0,0,0],[168,48,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgySb_SbtcfU6_","regions":[[179,50,183,10,0,0,0,0],[180,16,180,25,0,0,0,0],[180,26,182,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_","regions":[[184,54,195,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_yycfU_","regions":[[186,28,189,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV4bodyQrvgAA19RestartRequiredViewVycfU7_yycfU0_","regions":[[190,27,193,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV19handlePrimaryButton33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[200,40,206,6,0,0,0,0],[201,12,201,29,0,0,0,0],[201,30,203,10,0,0,0,0],[203,16,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04skipfgH6Prompt33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[208,45,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18navigateToNextStep33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[212,39,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18navigateToNextStep33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFyyYacfU_","regions":[[216,14,227,10,0,0,0,0],[221,13,223,14,0,0,0,0],[223,20,226,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV21openSystemSettingsCTA33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[230,42,234,6,0,0,0,0],[231,32,231,42,0,0,0,0],[231,42,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV05checkfgH033_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[236,40,272,6,0,0,0,0],[241,9,247,10,0,0,0,0],[247,10,272,6,0,0,0,0],[258,12,258,21,0,0,0,0],[258,22,261,10,0,0,0,0],[261,16,265,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV19nextStepButtonTitle33_70CB4F165F11CF6A399CFF5DAC31DD27LLSSvg","regions":[[274,45,276,6,0,0,0,0],[275,26,275,45,0,0,0,0],[275,48,275,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV15performFDACheck33_70CB4F165F11CF6A399CFF5DAC31DD27LLSbyF","regions":[[278,44,305,6,0,0,0,0],[290,12,290,69,0,0,0,0],[290,70,301,10,0,0,0,0],[294,15,300,14,0,0,0,0],[295,20,295,34,0,0,0,0],[295,35,299,18,0,0,0,0],[299,18,300,14,0,0,0,0],[300,14,301,10,0,0,0,0],[301,10,304,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV18startAutoDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[307,39,314,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV17stopAutoDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[316,38,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH8Settings33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[321,47,328,6,0,0,0,0],[322,76,327,10,0,0,0,0],[323,16,323,44,0,0,0,0],[323,45,325,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyF","regions":[[330,60,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFySo7NSTimerCYbcfU_","regions":[[342,85,373,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardFullDiskAccessPageV04openfgH21SettingsWithDetection33_70CB4F165F11CF6A399CFF5DAC31DD27LLyyFySo7NSTimerCYbcfU_yyScMYcXEfU_","regions":[[344,38,372,14,0,0,0,0],[349,20,349,37,0,0,0,0],[349,38,359,18,0,0,0,0],[355,24,355,49,0,0,0,0],[355,50,358,22,0,0,0,0],[359,27,359,63,0,0,0,0],[359,64,364,18,0,0,0,0],[361,24,361,49,0,0,0,0],[361,50,363,22,0,0,0,0],[364,24,366,18,0,0,0,0],[368,20,368,30,0,0,0,0],[368,31,371,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg","regions":[[386,25,406,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_","regions":[[387,46,405,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit10BenefitRow33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF0S0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE15foregroundColoryQrAF5ColorVSgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AF6VStackVyAHyAF4TextV_AjFE9fixedSize10horizontal8verticalQrSb_SbtFQOyA9__Qo_tGGAF6SpacerVtGyXEfU_A14_yXEfU_","regions":[[393,53,402,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg","regions":[[414,25,476,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_","regions":[[415,29,473,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A1_yXEfU_","regions":[[416,20,427,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A1_yXEfU_yyScMYccfU_","regions":[[423,32,425,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_","regions":[[429,54,472,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A39_yXEfU_","regions":[[430,57,437,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A50_yXEfU0_","regions":[[443,57,451,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardFullDiskAccessPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26FullDiskAccessDetailsSheet33_70CB4F165F11CF6A399CFF5DAC31DD27LLV4bodyQrvg7SwiftUI9TupleViewVyAF6HStackVyAHyAF4TextV_AF6SpacerVAF0V0PAFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyALG_AA12WizardDesignO9ComponentO15SecondaryButtonVQo_tGG_AF6VStackVyAHyApFE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyApFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyApFE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA9_Sg_A25_A25_A25_A25_A25_AF9AlignmentVtFQOyApFE7paddingyQrA15__A25_tFQOyA4_yAHyApFE4fontyQrAF4FontVSgFQOyAF5LabelVyAlF5ImageVG_Qo__ALtGG_Qo__Qo__AF5ColorVQo__Qo__ApFEA5__A6_QrA9__SbtFQOyApFEA10__A11_Qrqd___A15_tAFA16_Rd__lFQOyApFEA17_A18_A19_A20_A21_A22_A23_A24_QrA25__A25_A25_A25_A25_A25_A27_tFQOyApFEA28_yQrA15__A25_tFQOyA4_yAHyApFE15foregroundColoryQrA44_SgFQOyA38__Qo__ALtGG_Qo__Qo__A44_Qo__Qo_A55_ANtGGtGyXEfU_A56_yXEfU0_A50_yXEfU1_","regions":[[457,57,465,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV10_isWorking33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[20,36,20,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV16_duplicateCopies33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySaySSGGvpfi","regions":[[23,52,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24_needsLoginItemsApproval33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[24,50,24,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV13_actionStatus33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVyAA0E6DesignO06ActionI0OGvpfi","regions":[[25,66,25,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV21_hasLoggedDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[26,47,26,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18hasUpdateAvailable33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[31,42,34,6,0,0,0,0],[32,80,32,96,0,0,0,0],[32,96,33,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20hasNotInstalledIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[38,44,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20hasNotInstalledIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSb0abE4Core0eK0VXEfU_","regions":[[39,25,44,10,0,0,0,0],[40,60,42,14,0,0,0,0],[42,14,43,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV17hasUnhealthyIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[47,41,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV17hasUnhealthyIssue33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSb0abE4Core0eJ0VXEfU_","regions":[[48,25,53,10,0,0,0,0],[49,60,51,14,0,0,0,0],[51,14,52,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[56,39,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[57,33,57,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV03hasF6Issues33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu0_","regions":[[57,54,57,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[61,31,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[62,36,62,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV7isReady33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu0_","regions":[[62,61,62,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11isInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[66,35,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11isInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvgSbyKXEfu_","regions":[[67,36,67,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24_helperVerifiedInstalled33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[71,50,71,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV010_isLoadingF6Status33_77EFAC60EFFD6A2C65A9973E5CE2050DLL7SwiftUI5StateVySbGvpfi","regions":[[72,48,72,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV14isRunningAdHoc33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbvg","regions":[[74,38,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19nextStepButtonTitle33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[78,45,80,6,0,0,0,0],[79,26,79,45,0,0,0,0],[79,48,79,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18contextualHeadline33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[83,44,91,6,0,0,0,0],[84,12,84,35,0,0,0,0],[84,36,86,10,0,0,0,0],[86,19,86,30,0,0,0,0],[86,31,88,10,0,0,0,0],[88,16,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV21contextualDescription33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSvg","regions":[[94,47,100,6,0,0,0,0],[95,12,95,35,0,0,0,0],[95,36,97,10,0,0,0,0],[97,16,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvg","regions":[[104,25,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAGyAC11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvpQOy_Qo_AC07successN0AILLQrvpQOy_Qo_GAC05setupN0AILLQrvpQOy_Qo_GyXEfU_","regions":[[105,28,114,10,0,0,0,0],[106,16,106,37,0,0,0,0],[106,38,109,14,0,0,0,0],[109,23,109,30,0,0,0,0],[109,31,111,14,0,0,0,0],[111,20,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyyYaYbcfU0_","regions":[[119,15,131,10,0,0,0,0],[123,16,123,39,0,0,0,0],[123,40,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyycfU1_","regions":[[132,19,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV4bodyQrvgyycfU2_","regions":[[136,22,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[143,40,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11loadingView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF0I0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAjFE11scaleEffect_6anchorQrAQ_AF9UnitPointVtFQOyAF08ProgressI0VyAF05EmptyI0VA0_G_Qo__Qo__AF4TextVA5_tGyXEfU_","regions":[[144,58,156,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[162,40,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_","regions":[[163,58,246,10,0,0,0,0],[195,41,195,100,0,0,0,0],[195,103,195,158,0,0,0,0],[201,16,201,37,0,0,0,0],[201,74,204,14,0,0,0,0],[204,14,246,10,0,0,0,0],[232,16,232,34,0,0,0,0],[232,35,238,14,0,0,0,0],[238,14,246,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_","regions":[[165,20,186,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_A45_yXEfU_","regions":[[173,24,184,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A48_yXEfU_A45_yXEfU_A43_yXEfU_","regions":[[174,28,182,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_","regions":[[207,20,227,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_","regions":[[209,87,225,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_A68_yXEfU_","regions":[[210,41,216,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_A72_yXEfU0_A70_yXEfU_A68_yXEfU0_","regions":[[218,41,224,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_SSyKXEfu_","regions":[[233,56,233,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU1_","regions":[[233,62,235,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU1_yyYacfU_","regions":[[234,26,234,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV11successView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF15ModifiedContentVyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolxY0VSgFQOyAnFE15foregroundColoryQrAF5ColorVSgFQOyAnFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA012AvailabilityZ6BounceVG_AnFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A14_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AnFE6offset1x1yQrA13__A13_tFQOyAnFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAnFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA2__AUQo__AF6CircleVQo__Qo_tGG_A22_tGG_Qo_tGG_AnFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_A55_AnFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAnFE7paddingyQrA36__A14_tFQOyAnFEA31__2in9fillStyleQrqd___qd_0_A29_tAFA37_Rd__AF15InsettableShapeRd_0_r0_lFQOyAnFEA63_yQrA13_FQOyA20_yAHyA22__A18_yAHyA20_yAHyAnFEASyQrAVFQOyA0__Qo__A54_tGG_A69_tGGA22_tGG_Qo__AuF16RoundedRectangleVQo__Qo_AnFE8disabledyQrSbFQOyAnFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA54_G_AA0E6DesignO9ComponentO15SecondaryButtonVQo__Qo_SgAnFEA63_yQrA36__A14_tFQOyAnFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAnFEA80_yQrqd__AFA81_Rd__lFQOyA84__A88_13PrimaryButtonVQo__Qo__Qo_tGyXEfU_yyScMYccfU2_","regions":[[240,41,242,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg","regions":[[253,38,377,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_","regions":[[254,29,372,10,0,0,0,0],[294,16,294,37,0,0,0,0],[294,74,297,14,0,0,0,0],[297,14,372,10,0,0,0,0],[299,16,299,45,0,0,0,0],[299,46,311,14,0,0,0,0],[311,14,372,10,0,0,0,0],[314,16,314,39,0,0,0,0],[314,40,343,14,0,0,0,0],[316,58,325,18,0,0,0,0],[325,24,329,18,0,0,0,0],[343,20,351,14,0,0,0,0],[345,38,345,43,0,0,0,0],[345,46,345,62,0,0,0,0],[353,16,353,41,0,0,0,0],[353,42,361,14,0,0,0,0],[361,14,372,10,0,0,0,0],[366,13,371,14,0,0,0,0],[371,14,372,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_","regions":[[256,20,278,14,0,0,0,0],[259,52,259,79,0,0,0,0],[259,82,259,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_A40_yXEfU_","regions":[[263,24,276,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A43_yXEfU_A40_yXEfU_A38_yXEfU_","regions":[[264,28,274,22,0,0,0,0],[266,57,266,88,0,0,0,0],[266,91,266,110,0,0,0,0],[269,47,269,74,0,0,0,0],[269,77,269,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_SbyKXEfu_","regions":[[299,31,299,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_A60_yXEfU0_","regions":[[300,36,309,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU1_","regions":[[337,53,340,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU2_","regions":[[345,64,347,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU2_yyYacfU_","regions":[[346,26,346,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_SbyKXEfu0_","regions":[[350,40,350,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU3_","regions":[[354,55,359,18,0,0,0,0],[355,46,358,22,0,0,0,0],[358,22,359,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV9setupView33_77EFAC60EFFD6A2C65A9973E5CE2050DLLQrvg7SwiftUI05TupleI0VyAF6ZStackVyAHyAF0I0PAFE19symbolRenderingModeyQrAF06SymbolvW0VSgFQOyAlFE15foregroundColoryQrAF0Z0VSgFQOyAlFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo__AlFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_A9_AF9AlignmentVtFQOyAF6VStackVyAHyAF6HStackVyAHyAF6SpacerV_AlFE6offset1x1yQrA8__A8_tFQOyAlFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAlFE10background_20ignoresSafeAreaEdgesQrqd___AF4EdgeO3SetVtAF10ShapeStyleRd__lFQOyA0__ASQo__AF6CircleVQo__Qo_tGG_A17_tGG_Qo_tGG_AlFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo_AlFE7paddingyQrA31__A9_tFQOyA50__Qo_AlFE10transitionyQrAF13AnyTransitionVFQOyAA012InlineStatusI0V_Qo_SgAlFEA51_yQrA31__A9_tFQOyA13_yAHyA49__A50_tGG_Qo_SgAF19_ConditionalContentVyAHyA65_yAF15ModifiedContentVyAlFEA51_yQrA31__A9_tFQOyAlFE6shadow5color6radiusA19_A20_QrAS_A8_A8_A8_tFQOyAlFEA21__A22_Qrqd___A24_tAFA25_Rd__lFQOyAlFEA2_8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightA5_QrA9__A9_A9_A9_A9_A9_A11_tFQOyAlFE11aspectRatio_07contentW0QrA9__AF07ContentW0OtFQOyAZ_Qo__Qo__AF16RoundedRectangleVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVGAlFEA51_yQrA31__A9_tFQOyAlFEA2_A3_A4_A5_QrA9__A9_A11_tFQOyAS_Qo__Qo_G_A52_AlFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAlFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA49_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo_tGAlFE8disabledyQrSbFQOyA109__Qo_GAlFEA97_yQrqd__AFA98_Rd__lFQOyA101__A105_15SecondaryButtonVQo_SgA117_tGyXEfU_yyScMYccfU4_","regions":[[367,64,369,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[381,45,401,6,0,0,0,0],[382,42,382,52,0,0,0,0],[382,52,401,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSo7NSImageCSg10Foundation3URLVXEfU_","regions":[[387,47,387,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSo7NSImageCSg10Foundation3URLVXEfU0_","regions":[[388,51,388,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[389,61,389,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSSyKXEfu0_","regions":[[394,42,394,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV24logLoginItemsDiagnostics33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFSSyKXEfu1_","regions":[[395,46,395,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20loginItemsScreenshot33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSo7NSImageCSgvg","regions":[[403,48,416,6,0,0,0,0],[407,9,409,10,0,0,0,0],[409,10,415,19,0,0,0,0],[412,9,414,10,0,0,0,0],[414,10,415,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaF","regions":[[418,48,473,6,0,0,0,0],[453,12,453,14,0,0,0,0],[453,15,470,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU_","regions":[[419,29,422,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU0_","regions":[[429,29,450,10,0,0,0,0],[433,16,433,18,0,0,0,0],[433,19,437,14,0,0,0,0],[437,23,437,37,0,0,0,0],[437,38,444,14,0,0,0,0],[444,20,449,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU0_SSyKXEfu_","regions":[[447,24,447,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV015installOrRepairF033_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaFyyYbScMYcXEfU1_","regions":[[460,33,469,14,0,0,0,0],[464,20,464,30,0,0,0,0],[464,31,466,18,0,0,0,0],[466,24,468,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19scheduleStatusClear33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[476,40,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19scheduleStatusClear33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFyyYacfU_","regions":[[477,14,482,10,0,0,0,0],[479,45,481,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18openSystemSettings33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[485,39,491,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV22openLoginItemsSettings33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[493,43,502,6,0,0,0,0],[495,103,499,10,0,0,0,0],[496,16,496,44,0,0,0,0],[496,45,498,14,0,0,0,0],[499,16,501,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV29checkLoginItemsApprovalNeeded33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSbyF","regions":[[504,58,507,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[511,41,518,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFySo7NSTimerCYbcfU_","regions":[[513,91,517,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV20startApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFySo7NSTimerCYbcfU_yyYacfU_","regions":[[514,18,516,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19stopApprovalPolling33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[520,40,523,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV19checkApprovalStatus33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyYaF","regions":[[525,46,547,6,0,0,0,0],[529,12,529,43,0,0,0,0],[529,44,546,10,0,0,0,0],[531,16,531,23,0,0,0,0],[531,24,541,14,0,0,0,0],[541,23,541,45,0,0,0,0],[541,46,545,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18navigateToNextStep33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyF","regions":[[549,39,564,6,0,0,0,0],[550,12,550,26,0,0,0,0],[550,27,553,10,0,0,0,0],[553,10,564,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV18navigateToNextStep33_77EFAC60EFFD6A2C65A9973E5CE2050DLLyyFyyYacfU_","regions":[[555,14,563,10,0,0,0,0],[558,13,560,14,0,0,0,0],[560,20,562,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardHelperPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardHelperPageV010getBundledF7Version33_77EFAC60EFFD6A2C65A9973E5CE2050DLLSSSgyF","regions":[[567,55,579,6,0,0,0,0],[568,71,568,85,0,0,0,0],[568,85,578,23,0,0,0,0],[574,75,574,89,0,0,0,0],[574,89,578,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV13_iconHovering33_D610A6160A46A0DF96DEC9CF438E637ALL7SwiftUI5StateVySbGvpfi","regions":[[21,45,21,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4icon0H5Color11overlayIcon0jI00J4Size5title8subtitle17actionButtonTitle0oP6Action0h3TapR0ACSS_7SwiftUI0I0VSSSgAPSgAC07OverlayL0OS2SAQyycSgAUtcfC","regions":[[41,7,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg","regions":[[56,25,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAC04iconL033_D610A6160A46A0DF96DEC9CF438E637ALLQrvpQOy_Qo__AE0L0PAEE9lineLimityQrSiSgFQOyAlEE22multilineTextAlignmentyQrAE0yZ0OFQOyAE0Y0V_Qo__Qo_AtE15ModifiedContentVyAlEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyASG_AE15LinkButtonStyleVQo_AE31AccessibilityAttachmentModifierVGSgtGyXEfU_","regions":[[57,58,82,10,0,0,0,0],[75,62,81,14,0,0,0,0],[81,14,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV4bodyQrvg7SwiftUI9TupleViewVyAC04iconL033_D610A6160A46A0DF96DEC9CF438E637ALLQrvpQOy_Qo__AE0L0PAEE9lineLimityQrSiSgFQOyAlEE22multilineTextAlignmentyQrAE0yZ0OFQOyAE0Y0V_Qo__Qo_AtE15ModifiedContentVyAlEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyASG_AE15LinkButtonStyleVQo_AE31AccessibilityAttachmentModifierVGSgtGyXEfU_ASyXEfU_","regions":[[76,52,78,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvg","regions":[[93,37,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvg7SwiftUI05TupleI0VyAF0I0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAjFE16allowsHitTestingyQrSbFQOyAjFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxF9AlignmentVtFQOyAF011StrokeShapeI0VyAF6CircleVAF5ColorVAF05EmptyI0VG_Qo__Qo__SbQo_Sg_AF15ModifiedContentVyAjFE19symbolRenderingModeyQrAF19SymbolRenderingModeVSgFQOyAjFE15foregroundColoryQrA4_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__Qo_AA24AvailabilitySymbolBounceVGAC011overlayIconI0AELL0H05colorQrSS_A4_tFQOy_Qo_SgtGyXEfU_","regions":[[94,16,115,10,0,0,0,0],[96,16,96,36,0,0,0,0],[96,37,102,14,0,0,0,0],[98,66,98,70,0,0,0,0],[98,73,98,76,0,0,0,0],[102,14,115,10,0,0,0,0],[112,50,114,14,0,0,0,0],[114,14,115,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvgySbcfU0_","regions":[[117,18,121,10,0,0,0,0],[118,16,118,36,0,0,0,0],[118,37,120,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV8iconView33_D610A6160A46A0DF96DEC9CF438E637ALLQrvgyycfU1_","regions":[[122,23,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtF","regions":[[128,75,148,6,0,0,0,0],[145,44,145,47,0,0,0,0],[145,50,145,52,0,0,0,0],[146,45,146,48,0,0,0,0],[146,51,146,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtFAH05TupleJ0VyAH6HStackVyALyAH6SpacerV_AH0J0PAHE6offset1x1yQr12CoreGraphics7CGFloatV_AXtFQOyArHE9clipShape_5styleQrqd___AH9FillStyleVtAH5ShapeRd__lFQOyArHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyArHE010foregroundW0yQrAJSgFQOyArHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AJQo__AH6CircleVQo__Qo_tGG_APtGyXEfU_","regions":[[129,16,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV15overlayIconView33_D610A6160A46A0DF96DEC9CF438E637ALL4icon5colorQrSS_7SwiftUI5ColorVtFAH05TupleJ0VyAH6HStackVyALyAH6SpacerV_AH0J0PAHE6offset1x1yQr12CoreGraphics7CGFloatV_AXtFQOyArHE9clipShape_5styleQrqd___AH9FillStyleVtAH5ShapeRd__lFQOyArHE10background_20ignoresSafeAreaEdgesQrqd___AH4EdgeO3SetVtAH10ShapeStyleRd__lFQOyArHE010foregroundW0yQrAJSgFQOyArHE4fontyQrAH4FontVSgFQOyAH5ImageV_Qo__Qo__AJQo__AH6CircleVQo__Qo_tGG_APtGyXEfU_A24_yXEfU_","regions":[[130,20,141,14,0,0,0,0],[133,65,133,67,0,0,0,0],[133,70,133,72,0,0,0,0],[138,52,138,54,0,0,0,0],[138,57,138,58,0,0,0,0],[139,52,139,54,0,0,0,0],[139,57,139,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV7success4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[162,28,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV7warning4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[185,28,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardHeroSectionV5error4icon5title8subtitle17actionButtonTitle0lM6Action0i3TapO0ACSS_S3SSgyycSgALtFZ","regions":[[208,28,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg","regions":[[232,25,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_","regions":[[233,28,263,10,0,0,0,0],[260,42,262,14,0,0,0,0],[262,14,263,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_A11_yXEfU_","regions":[[234,62,258,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16InlineStatusViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE5GroupVyAE19_ConditionalContentVyAMyAE0G0PAEE15foregroundColoryQrAE0Q0VSgFQOyAoEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo_A_GAE05EmptyG0VGG_AoEE22multilineTextAlignmentyQrAE0wX0OFQOyAE0W0V_Qo_tGG_AA06WizardE11ProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLVSgtGyXEfU_A11_yXEfU_A3_yXEfU_","regions":[[236,23,251,18,0,0,0,0],[237,28,237,34,0,0,0,0],[238,21,241,74,0,0,0,0],[243,21,246,72,0,0,0,0],[248,21,249,36,0,0,0,0],[250,22,251,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV5width12CoreGraphics7CGFloatVvpfi","regions":[[275,34,275,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV6height12CoreGraphics7CGFloatVvpfi","regions":[[276,35,276,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV4bodyQrvg","regions":[[278,25,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardHeroSection.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardInlineProgressBar33_D610A6160A46A0DF96DEC9CF438E637ALLV4bodyQrvg7SwiftUI9TupleViewVyAF0U0PAFE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArF9AlignmentVtFQOyAF06_ShapeU0VyAF16RoundedRectangleVAF5ColorVG_Qo__AjFE9clipShape_5styleQrqd___AF9FillStyleVtAF5ShapeRd__lFQOyAjFEAklmNQrAR_ArTtFQOyAA013IndeterminategH0V_Qo__AXQo_tGyXEfU_","regions":[[279,37,287,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV25_showingStaleEntryCleanup026_DCD82C7C854EC54C32E1EB335N5A32F4LL7SwiftUI5StateVySbGvpfi","regions":[[18,51,18,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18_staleEntryDetails026_DCD82C7C854EC54C32E1EB335M5A32F4LL7SwiftUI5StateVySaySSGGvpfi","regions":[[19,54,19,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV17_showSuccessBurst026_DCD82C7C854EC54C32E1EB335M5A32F4LL7SwiftUI5StateVySbGvpfi","regions":[[21,43,21,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV10statusIcon026_DCD82C7C854EC54C32E1EB335L5A32F4LL3forSS4name_7SwiftUI5ColorV5colort0abE4Core18InstallationStatusO_tF","regions":[[25,93,38,6,0,0,0,0],[26,16,26,22,0,0,0,0],[27,9,28,46,0,0,0,0],[29,9,30,50,0,0,0,0],[31,9,32,40,0,0,0,0],[33,9,34,48,0,0,0,0],[35,9,36,44,0,0,0,0],[37,10,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV14kanataSubtitle026_DCD82C7C854EC54C32E1EB335L5A32F4LL3forSS0abE4Core18InstallationStatusO_tF","regions":[[40,75,49,6,0,0,0,0],[41,16,41,22,0,0,0,0],[42,9,43,60,0,0,0,0],[44,9,45,41,0,0,0,0],[46,9,47,51,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg","regions":[[51,25,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_","regions":[[52,16,213,10,0,0,0,0],[206,16,206,32,0,0,0,0],[206,33,212,14,0,0,0,0],[212,14,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_","regions":[[53,32,200,14,0,0,0,0],[55,20,55,45,0,0,0,0],[55,46,115,18,0,0,0,0],[115,24,199,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_","regions":[[56,70,112,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yycfU_","regions":[[61,44,65,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yycfU_yyYacfU_","regions":[[62,38,64,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_","regions":[[69,32,99,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_","regions":[[71,99,97,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_","regions":[[72,53,83,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU_A30_yXEfU_","regions":[[75,56,82,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_","regions":[[85,53,96,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_A36_yXEfU0_A34_yXEfU_A32_yXEfU0_A30_yXEfU_","regions":[[88,56,95,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A62_yXEfU_yyScMYccfU1_","regions":[[106,53,108,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_","regions":[[117,70,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_yycfU_","regions":[[123,44,127,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_yycfU_yyYacfU_","regions":[[124,38,126,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_","regions":[[131,95,190,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_","regions":[[132,49,152,30,0,0,0,0],[145,36,145,78,0,0,0,0],[145,79,151,34,0,0,0,0],[151,34,152,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_A30_yXEfU_","regions":[[136,52,143,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU_yyScMYccfU0_","regions":[[146,51,148,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_","regions":[[155,49,188,30,0,0,0,0],[168,36,168,77,0,0,0,0],[168,78,187,34,0,0,0,0],[187,34,188,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_A30_yXEfU_","regions":[[159,52,166,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAAE012wizardDetailH0QryFQOyAiEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAiEE5frame8minWidth10idealWidth8maxWidth0Z6Height11idealHeight9maxHeight9alignmentQr12CoreGraphics7CGFloatVSg_A1_A1_A1_A1_A1_AE9AlignmentVtFQOyAE6VStackVyAE19_ConditionalContentVyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAE20heroSectionContainerQryFQOyA5_yAGyAA0E11HeroSectionV_AiEE7paddingyQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_2in04fillX0Qrqd___qd_0_AE04FillX0VtAeQRd__AE010InsettableW0Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAE6HStackVyAGyAE6SpacerV_A5_yAGyA18_yAGyAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A18_yAGyAE4TextV_A29_tGGtGG_A33_tGGA20_tGG_Qo__Qo__A23_AE16RoundedRectangleVQo__Qo__Qo_AiEEA11_yQrAP_A1_tFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE06buttonX0yQrqd__AE06ButtonX0Rd__lFQOyAE6ButtonVyA29_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_Qo__Qo_AiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyAiAEA8_QryFQOyA5_yAGyA10__AiEEA11_yQrAP_A1_tFQOyAiEEA11_yQrAP_A1_tFQOyAiEEAK_A12_A13_Qrqd___qd_0_A15_tAeQRd__AEA16_Rd_0_r0_lFQOyAiEEA11_yQrA0_FQOyAiEEArstuvwxYQrA1__A1_A1_A1_A1_A1_A3_tFQOyA5_yAGyAiEE4helpyQrqd__SyRd__lFQOyA18_yAGyA27__A31_A20_AiEE11scaleEffect_6anchorQrA0__AE9UnitPointVtFQOyAiEEA48_yQrqd__AEA49_Rd__lFQOyA52__A56_15SecondaryButtonVQo__Qo_SgtGG_SSQo__A78_tGG_Qo__Qo__A23_A41_Qo__Qo__Qo_tGG_Qo__Qo_GG_Qo__A23_Qo__Qo__AGyAiEE10transitionyQrqd__AE10TransitionRd__lFQOyAiEE0qrS0_5edgesQrAE0rS7RegionsV_APtFQOyA23__Qo__AE17OpacityTransitionVQo__AA014CheckmarkBurstM0VtGSgtGyXEfU_A90_yXEfU_A86_yXEfU0_A79_yXEfU0_A76_yXEfU0_yyScMYccfU0_","regions":[[169,51,184,38,0,0,0,0],[174,44,174,89,0,0,0,0],[174,90,180,42,0,0,0,0],[180,42,184,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvgyycfU0_","regions":[[214,19,216,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV4bodyQrvgyycfU1_","regions":[[217,22,220,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03hasfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSbvg","regions":[[225,48,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03hasfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSbvgSbyKXEfu_","regions":[[226,55,226,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV19nextStepButtonTitle026_DCD82C7C854EC54C32E1EB335N5A32F4LLSSvg","regions":[[229,45,231,6,0,0,0,0],[230,29,230,48,0,0,0,0],[230,51,230,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Status026_DCD82C7C854EC54C32E1EB335L5A32F4LL0abE4Core012InstallationJ0Ovg","regions":[[233,66,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Status026_DCD82C7C854EC54C32E1EB335L5A32F4LL0abE4Core012InstallationJ0Ovg","regions":[[237,65,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvg","regions":[[242,61,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV03keybfG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[243,23,248,10,0,0,0,0],[244,72,246,14,0,0,0,0],[246,14,247,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvg","regions":[[251,60,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV06kanatafG6Issues026_DCD82C7C854EC54C32E1EB335L5A32F4LLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[252,23,257,10,0,0,0,0],[253,72,255,14,0,0,0,0],[255,14,256,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[262,41,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[263,14,274,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV20checkForStaleEntries026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[266,33,273,14,0,0,0,0],[267,20,267,45,0,0,0,0],[267,46,272,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18navigateToNextStep026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[277,39,296,6,0,0,0,0],[282,12,282,29,0,0,0,0],[282,30,285,10,0,0,0,0],[285,10,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV18navigateToNextStep026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[287,14,295,10,0,0,0,0],[290,13,292,14,0,0,0,0],[292,20,294,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyF","regions":[[298,45,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_","regions":[[299,14,316,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV24handleHelpWithPermission026_DCD82C7C854EC54C32E1EB335N5A32F4LLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[304,33,315,14,0,0,0,0],[305,20,305,45,0,0,0,0],[305,46,311,18,0,0,0,0],[311,24,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tF","regions":[[320,78,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_","regions":[[322,38,351,10,0,0,0,0],[325,19,325,41,0,0,0,0],[325,42,350,14,0,0,0,0],[330,28,330,32,0,0,0,0],[331,21,332,104,0,0,0,0],[333,21,334,108,0,0,0,0],[335,22,350,14,0,0,0,0],[336,20,336,33,0,0,0,0],[336,34,348,18,0,0,0,0],[348,18,350,14,0,0,0,0],[349,20,349,36,0,0,0,0],[349,37,349,47,0,0,0,0],[349,47,350,14,0,0,0,0],[350,14,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_SbyKXEfu_","regions":[[332,67,332,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_SbyKXEfu0_","regions":[[334,69,334,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV22startPermissionPolling026_DCD82C7C854EC54C32E1EB335M5A32F4LL3foryAA011CoordinatorJ4TypeO_tFyyYacfU_yyXEfU_","regions":[[340,59,342,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyF","regions":[[354,48,382,6,0,0,0,0],[361,12,361,26,0,0,0,0],[361,27,364,10,0,0,0,0],[364,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU_","regions":[[362,18,362,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU0_","regions":[[370,14,381,10,0,0,0,0],[371,30,377,14,0,0,0,0],[376,20,376,27,0,0,0,0],[376,28,376,38,0,0,0,0],[376,38,377,14,0,0,0,0],[377,14,381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardInputMonitoringPageV04openfG8Settings026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyFyyYacfU0_SbyKXEfu_","regions":[[375,65,375,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit35openInputMonitoringPreferencesPanel026_DCD82C7C854EC54C32E1EB335K5A32F4LLyyF","regions":[[386,52,400,2,0,0,0,0],[389,5,399,6,0,0,0,0],[391,12,391,14,0,0,0,0],[391,15,393,10,0,0,0,0],[393,16,398,10,0,0,0,0],[395,16,395,105,0,0,0,0],[395,106,397,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20revealKanataInFinder026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyF","regions":[[405,37,417,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20revealKanataInFinder026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyFyyYbScMYccfU_","regions":[[414,59,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit031positionSettingsAndFinderSideByI0026_DCD82C7C854EC54C32E1EB335L5A32F4LLyyF","regions":[[420,52,481,2,0,0,0,0],[421,43,421,53,0,0,0,0],[421,53,481,2,0,0,0,0],[445,13,459,6,0,0,0,0],[448,12,448,106,0,0,0,0],[450,9,458,10,0,0,0,0],[464,13,478,6,0,0,0,0],[467,12,467,106,0,0,0,0],[469,9,477,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit010copyKanataB11ToClipboard026_DCD82C7C854EC54C32E1EB335J5A32F4LLyyF","regions":[[483,42,489,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg","regions":[[497,25,571,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_","regions":[[498,79,569,10,0,0,0,0],[512,16,512,42,0,0,0,0],[512,43,531,14,0,0,0,0],[531,14,569,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A1_yXEfU_","regions":[[499,53,509,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_","regions":[[513,57,527,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_A23_SScfU_","regions":[[518,60,526,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A25_yXEfU0_A23_SScfU_A22_yXEfU_","regions":[[519,61,525,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A33_yXEfU1_","regions":[[534,54,546,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_A39_yXEfU2_","regions":[[552,20,558,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29StaleEntryCleanupInstructionsV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE15foregroundColoryQrAE0P0VSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5LabelVyAE4TextVAE5ImageVG_Qo__Qo__AWtGG_AkEE12cornerRadius_11antialiasedQr12CoreGraphics7CGFloatV_SbtFQOyAkEE10background_20ignoresSafeAreaEdgesQrqd___AE4EdgeO3SetVtAE10ShapeStyleRd__lFQOyAkEE7paddingyQrA13__A7_SgtFQOyAIyAGyAW_AE7ForEachVySaySSGSSAE6HStackVyAGyAW_AWtGGGtGG_Qo__ANQo__Qo_SgAkEEA3__A4_QrA7__SbtFQOyAkEEA8__A9_Qrqd___A13_tAEA14_Rd__lFQOyAkEEA15_yQrA13__A16_tFQOyAIyAGyAW_AA0G4StepVA32_A32_A32_A32_A32_tGG_Qo__ANQo__Qo_AkEEA15_yQrA13__A16_tFQOyA21_yAGyAkEEALyQrAOFQOyAY_Qo__AWtGG_Qo_AE6SpacerVAkEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrA16__A16_A16_A16_A16_A16_AE9AlignmentVtFQOyAkEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAWG_AE28BorderedProminentButtonStyleVQo__Qo_tGyXEfU_yyScMYccfU3_","regions":[[564,37,566,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CleanupStepV4bodyQrvg","regions":[[578,25,590,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CleanupStepV4bodyQrvg7SwiftUI9TupleViewVyAE0K0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE4TextV_Qo__AUtGyXEfU_","regions":[[579,45,589,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ","regions":[[596,36,660,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_","regions":[[602,22,655,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU_","regions":[[619,28,619,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU0_","regions":[[637,28,637,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardInputMonitoringPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit34WizardInputMonitoringPage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yyYacfU1_","regions":[[649,28,649,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13_fixingIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELL7SwiftUI5StateVyShy10Foundation4UUIDVGGvpfi","regions":[[16,50,16,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13_actionStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[17,66,17,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg","regions":[[25,25,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_","regions":[[26,28,78,10,0,0,0,0],[27,16,27,32,0,0,0,0],[27,33,49,14,0,0,0,0],[49,20,77,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_","regions":[[28,66,45,18,0,0,0,0],[37,58,37,59,0,0,0,0],[37,62,37,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_SSyKXEfu_","regions":[[36,93,36,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A36_yXEfU_yyScMYccfU_","regions":[[39,49,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_","regions":[[50,66,73,18,0,0,0,0],[63,58,63,59,0,0,0,0],[63,62,63,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yycfU_","regions":[[55,40,59,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yycfU_yyYacfU_","regions":[[56,34,58,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_SSyKXEfu_","regions":[[62,93,62,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_yyScMYccfU0_","regions":[[65,35,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A28_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA12_yQrA16__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA34__Qo__Qo__Qo_tGG_A39_Qo__Qo__Qo_GyXEfU_A47_yXEfU0_SbyKXEfu0_","regions":[[70,54,70,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgySb_SbtcfU0_","regions":[[83,33,110,10,0,0,0,0],[84,34,84,44,0,0,0,0],[84,44,110,10,0,0,0,0],[89,13,95,14,0,0,0,0],[95,14,110,10,0,0,0,0],[97,68,97,78,0,0,0,0],[97,78,110,10,0,0,0,0],[99,80,106,14,0,0,0,0],[106,14,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgySb_SbtcfU0_Sb0abE4Core0E5IssueVXEfU_","regions":[[99,51,99,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV4bodyQrvgyycfU1_","regions":[[111,22,114,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV12kanataIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSay0abE4Core0E5IssueVGvg","regions":[[119,45,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV12kanataIssues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSay0abE4Core0E5IssueVGvgSbAHXEfU_","regions":[[120,23,135,10,0,0,0,0],[122,16,122,47,0,0,0,0],[122,48,132,14,0,0,0,0],[123,24,123,40,0,0,0,0],[124,17,128,32,0,0,0,0],[129,17,130,33,0,0,0,0],[132,14,134,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tF","regions":[[138,83,168,6,0,0,0,0],[140,16,140,29,0,0,0,0],[141,9,148,51,0,0,0,0],[148,31,148,38,0,0,0,0],[148,41,148,51,0,0,0,0],[150,9,159,51,0,0,0,0],[159,31,159,38,0,0,0,0],[159,41,159,51,0,0,0,0],[161,9,166,51,0,0,0,0],[166,31,166,38,0,0,0,0],[166,41,166,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU_","regions":[[142,44,147,14,0,0,0,0],[143,70,145,18,0,0,0,0],[145,18,146,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_","regions":[[151,44,158,14,0,0,0,0],[152,70,156,18,0,0,0,0],[156,18,157,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_SbyKXEfu_","regions":[[154,28,154,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU0_SbyKXEfu0_","regions":[[155,28,155,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU1_","regions":[[163,44,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15componentStatus33_9C2C4D79E7EB966894E8883CE6CEE7CELL3for0abE4Core012InstallationJ0OSS_tFSbAG0E5IssueVXEfU1_SbyKXEfu_","regions":[[164,52,164,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV17getComponentTitle33_9C2C4D79E7EB966894E8883CE6CEE7CELL3forSS0abE4Core0E5IssueV_tF","regions":[[170,70,183,6,0,0,0,0],[172,62,181,10,0,0,0,0],[173,20,173,29,0,0,0,0],[174,13,175,39,0,0,0,0],[176,13,177,54,0,0,0,0],[178,13,179,35,0,0,0,0],[181,10,182,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV23getComponentDescription33_9C2C4D79E7EB966894E8883CE6CEE7CELL3forSS0abE4Core0E5IssueV_tF","regions":[[185,76,198,6,0,0,0,0],[187,62,196,10,0,0,0,0],[188,20,188,29,0,0,0,0],[189,13,190,84,0,0,0,0],[191,13,192,79,0,0,0,0],[193,13,194,41,0,0,0,0],[196,10,197,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV03hasF6Issues33_9C2C4D79E7EB966894E8883CE6CEE7CELLSbvg","regions":[[200,39,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvg","regions":[[204,47,221,6,0,0,0,0],[205,111,207,10,0,0,0,0],[207,10,220,34,0,0,0,0],[217,12,219,10,0,0,0,0],[219,10,220,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvgSbAHXEfU_","regions":[[205,56,205,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15primaryFixIssue33_9C2C4D79E7EB966894E8883CE6CEE7CELL0abE4Core0eK0VSgvgSbAHXEfU0_","regions":[[208,57,217,10,0,0,0,0],[209,20,209,33,0,0,0,0],[210,13,213,21,0,0,0,0],[214,13,215,22,0,0,0,0],[216,14,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19isPrimaryFixLoading33_9C2C4D79E7EB966894E8883CE6CEE7CELLSbvg","regions":[[223,43,228,6,0,0,0,0],[224,44,226,10,0,0,0,0],[226,10,227,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV16handlePrimaryFix33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[230,37,241,6,0,0,0,0],[231,48,231,58,0,0,0,0],[231,58,241,6,0,0,0,0],[233,12,233,56,0,0,0,0],[233,57,236,10,0,0,0,0],[236,10,241,6,0,0,0,0],[238,53,238,63,0,0,0,0],[238,63,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[243,41,277,6,0,0,0,0],[246,97,276,10,0,0,0,0],[247,16,247,24,0,0,0,0],[247,25,273,14,0,0,0,0],[273,14,276,10,0,0,0,0],[276,10,277,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFSb0abE4Core0E5IssueVXEfU_","regions":[[246,50,246,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFSSyKXEfu_","regions":[[251,57,251,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV014installBundledF033_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU0_","regions":[[260,45,271,18,0,0,0,0],[262,88,262,98,0,0,0,0],[262,98,271,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tF","regions":[[279,64,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_","regions":[[284,14,301,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_yyYbScMYcXEfU_","regions":[[285,33,287,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV012startBundledF7Install33_9C2C4D79E7EB966894E8883CE6CEE7CELL5issuey0abE4Core0E5IssueV_tFyyYacfU_yyYbScMYcXEfU0_","regions":[[292,33,300,14,0,0,0,0],[294,20,294,22,0,0,0,0],[294,23,297,18,0,0,0,0],[297,24,299,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStF","regions":[[304,87,335,6,0,0,0,0],[305,12,305,20,0,0,0,0],[305,21,332,10,0,0,0,0],[332,10,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFSSyKXEfu_","regions":[[311,53,311,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV15requestIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_","regions":[[317,41,330,14,0,0,0,0],[319,67,319,77,0,0,0,0],[319,77,330,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStF","regions":[[337,85,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_","regions":[[342,14,360,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_yyYbScMYcXEfU_","regions":[[343,33,347,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV13startIssueFix33_9C2C4D79E7EB966894E8883CE6CEE7CELL7issueId6action5titley10Foundation4UUIDV_0abE4Core04AutoK6ActionOSStFyyYacfU_yyYbScMYcXEfU0_","regions":[[351,33,359,14,0,0,0,0],[353,20,353,22,0,0,0,0],[353,23,356,18,0,0,0,0],[356,24,358,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19nextStepButtonTitle33_9C2C4D79E7EB966894E8883CE6CEE7CELLSSvg","regions":[[363,45,365,6,0,0,0,0],[364,26,364,45,0,0,0,0],[364,48,364,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV18navigateToNextStep33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[367,39,382,6,0,0,0,0],[368,12,368,26,0,0,0,0],[368,27,371,10,0,0,0,0],[371,10,382,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV18navigateToNextStep33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU_","regions":[[373,14,381,10,0,0,0,0],[376,13,378,14,0,0,0,0],[378,20,380,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19scheduleStatusClear33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyF","regions":[[385,40,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardKanataComponentsPageV19scheduleStatusClear33_9C2C4D79E7EB966894E8883CE6CEE7CELLyyFyyYacfU_","regions":[[386,14,391,10,0,0,0,0],[388,45,390,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12_isMigrating33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[11,38,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showFilePicker33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[13,41,13,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showConfigCard33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[16,41,16,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15_showCheckmarks33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySaySbGGvpfi","regions":[[17,41,17,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV10_heroScale33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[18,45,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12_heroOpacity33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySdGvpfi","regions":[[19,46,19,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV17_showSuccessBurst33_579E9A65705B7D342ED415D960FDCEFBLL7SwiftUI5StateVySbGvpfi","regions":[[20,43,20,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14DetectedConfigO4pathSSvg","regions":[[30,26,35,10,0,0,0,0],[31,20,31,24,0,0,0,0],[32,13,32,56,0,0,0,0],[33,13,33,43,0,0,0,0],[34,14,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14DetectedConfigO07displayB0SSvg","regions":[[37,33,39,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg","regions":[[42,25,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_","regions":[[43,16,78,10,0,0,0,0],[65,16,65,32,0,0,0,0],[65,33,77,14,0,0,0,0],[77,14,78,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_A7_yXEfU_","regions":[[44,32,62,14,0,0,0,0],[51,27,51,52,0,0,0,0],[52,27,52,63,0,0,0,0],[57,48,59,18,0,0,0,0],[59,24,61,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0M0PAEE7opacityyQrSdFQOyAkEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AE19_ConditionalContentVyAC014configDetectedM033_579E9A65705B7D342ED415D960FDCEFBLL6configQrAC14DetectedConfigO_tFQOy_Qo_AC08noConfigM0A_LLQryFQOy_Qo_GtGG_AGyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEE15ignoresSafeArea_5edgesQrAE15SafeAreaRegionsV_AE4EdgeO3SetVtFQOyAE5ColorV_Qo__AE17OpacityTransitionVQo__AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAA014CheckmarkBurstM0V_SbQo_tGSgtGyXEfU_ySb_SbtcfU0_","regions":[[71,53,76,22,0,0,0,0],[72,28,72,38,0,0,0,0],[72,75,75,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvgyycfU0_","regions":[[85,19,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV4bodyQrvgys6ResultOySay10Foundation3URLVGs5Error_pGcfU1_","regions":[[93,11,95,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyF","regions":[[100,36,118,6,0,0,0,0],[113,26,117,10,0,0,0,0],[117,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU_","regions":[[102,69,105,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU0_","regions":[[108,80,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV15animateEntrance33_579E9A65705B7D342ED415D960FDCEFBLLyyFyyXEfU1_","regions":[[114,102,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF","regions":[[123,74,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_","regions":[[124,20,196,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_","regions":[[125,62,195,14,0,0,0,0],[140,43,140,44,0,0,0,0],[140,47,140,48,0,0,0,0],[141,45,141,46,0,0,0,0],[141,49,141,52,0,0,0,0],[153,47,164,18,0,0,0,0],[164,18,195,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A26_yXEfU_","regions":[[127,24,135,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A40_yXEfU0_","regions":[[144,58,148,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A45_yXEfU1_","regions":[[154,28,160,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_","regions":[[167,66,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_","regions":[[168,70,183,22,0,0,0,0],[169,46,169,60,0,0,0,0],[169,63,169,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_yyScMYccfU_","regions":[[169,82,171,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_A79_yXEfU_yyScMYccfU0_","regions":[[177,52,179,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV18configDetectedView33_579E9A65705B7D342ED415D960FDCEFBLL0I0QrAC0J6ConfigO_tF7SwiftUI6VStackVyAI05TupleK0VyAI0K0PAIE6offset1x1yQr12CoreGraphics7CGFloatV_AUtFQOyAoIE7opacityyQrSdFQOyAoIE7paddingyQrAI4EdgeO3SetV_AUSgtFQOyAoIEAWyQrA__A0_tFQOyAoIE10background_2in9fillStyleQrqd___qd_0_AI9FillStyleVtAI10ShapeStyleRd__AI15InsettableShapeRd_0_r0_lFQOyAoIEAWyQrAUFQOyAI6HStackVyAMyAoIE15foregroundColoryQrAI5ColorVSgFQOyAoIE4fontyQrAI4FontVSgFQOyAI5ImageV_Qo__Qo__AI4TextVAI6SpacerVtGG_Qo__A12_AI16RoundedRectangleVQo__Qo__Qo__Qo__Qo__AoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyAC14reassuranceRowAELL4text5indexQrSS_SitFQOy_Qo__A39_A39_tGG_Qo__Qo_AoIEAWyQrA__A0_tFQOyAoIEA1__A2_A3_Qrqd___qd_0_A5_tAIA6_Rd__AIA7_Rd_0_r0_lFQOyAoIEAWyQrAUFQOyA9_yAMyAoIEA10_yQrA13_FQOyA19__Qo__A23_A25_tGG_Qo__A12_A30_Qo__Qo_SgAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAoIEAWyQrA__A0_tFQOyAKyAMyA9_yAMyAI15ModifiedContentVyAoIE16keyboardShortcutyQrAI16KeyboardShortcutVFQOyAoIE8disabledyQrSbFQOyAoIE11buttonStyleyQrqd__AI11ButtonStyleRd__lFQOyAI6ButtonVyA23_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AI31AccessibilityAttachmentModifierVG_A52_yAoIEA56_yQrSbFQOyAoIEA57_yQrqd__AIA58_Rd__lFQOyA61__A65_15SecondaryButtonVQo__Qo_A72_GtGG_A52_yAoIEA10_yQrA13_FQOyAoIEA57_yQrqd__AI20PrimitiveButtonStyleRd__lFQOyA61__AI16PlainButtonStyleVQo__Qo_A72_GtGG_Qo__Qo__Qo_tGGyXEfU_A92_yXEfU_A87_yXEfU2_yyScMYccfU0_","regions":[[185,44,187,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF","regions":[[202,46,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_","regions":[[203,58,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_","regions":[[211,62,223,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_yyScMYccfU_","regions":[[212,46,214,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12noConfigView33_579E9A65705B7D342ED415D960FDCEFBLLQryF7SwiftUI05TupleK0VyAF0K0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAjFE22multilineTextAlignmentyQrAF13TextAlignmentOFQOyAF4TextV_Qo__Qo__Qo__AjFEAKyQrAO_AStFQOyAF6VStackVyAHyAF15ModifiedContentVyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyAXG_AA0E6DesignO9ComponentO13PrimaryButtonVQo_AF31AccessibilityAttachmentModifierVG_A3_yAjFEA4_yQrqd__AFA5_Rd__lFQOyA8__A12_15SecondaryButtonVQo_A17_GtGG_Qo_tGyXEfU_A23_yXEfU_yyScMYccfU0_","regions":[[218,54,220,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14reassuranceRow33_579E9A65705B7D342ED415D960FDCEFBLL4text5indexQrSS_SitF","regions":[[231,72,247,6,0,0,0,0],[232,56,232,77,0,0,0,0],[232,80,232,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV14reassuranceRow33_579E9A65705B7D342ED415D960FDCEFBLL4text5indexQrSS_SitF7SwiftUI9TupleViewVyAH0W0PAHE7opacityyQrSdFQOyAlHE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AH9UnitPointVtFQOyAlHE4fontyQrAH4FontVSgFQOyAlHE15foregroundColoryQrAH5ColorVSgFQOyAH5ImageV_Qo__Qo__Qo__Qo__AlHE6offset1x1yQrAR_ARtFQOyAlHEAMyQrSdFQOyAH4TextV_Qo__Qo_AH6SpacerVtGyXEfU_","regions":[[234,29,246,10,0,0,0,0],[238,42,238,43,0,0,0,0],[238,46,238,47,0,0,0,0],[239,38,239,39,0,0,0,0],[239,42,239,43,0,0,0,0],[243,38,243,39,0,0,0,0],[243,42,243,43,0,0,0,0],[244,40,244,41,0,0,0,0],[244,44,244,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV12detectConfig33_579E9A65705B7D342ED415D960FDCEFBLLyyF","regions":[[251,33,268,6,0,0,0,0],[255,9,261,10,0,0,0,0],[257,56,260,14,0,0,0,0],[260,14,261,10,0,0,0,0],[261,10,268,6,0,0,0,0],[265,43,267,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tF","regions":[[272,55,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_","regions":[[276,14,316,10,0,0,0,0],[277,16,299,14,0,0,0,0],[285,18,299,14,0,0,0,0],[289,20,289,76,0,0,0,0],[289,77,291,18,0,0,0,0],[290,89,291,18,0,0,0,0],[291,18,299,14,0,0,0,0],[299,78,310,14,0,0,0,0],[310,21,315,14,0,0,0,0],[315,14,316,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_","regions":[[293,37,298,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_SbyKXEfu_","regions":[[296,66,296,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU_SbyKXEfu_SbyKXEfu0_","regions":[[296,107,296,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_","regions":[[300,37,309,18,0,0,0,0],[301,60,305,22,0,0,0,0],[305,28,308,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_","regions":[[303,70,303,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU0_SbyKXEfu_SbyKXEfu0_","regions":[[303,111,303,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV07performG033_579E9A65705B7D342ED415D960FDCEFBLL06configB0ySS_tFyyYacfU_yyYbScMYcXEfU1_","regions":[[311,37,314,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV19triggerSuccessBurst33_579E9A65705B7D342ED415D960FDCEFBLL010hasRunningF0ySb_tF","regions":[[319,62,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataMigrationPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit25WizardKanataMigrationPageV16handleFilePicker33_579E9A65705B7D342ED415D960FDCEFBLLyys6ResultOySay10Foundation3URLVGs5Error_pGF","regions":[[326,67,340,6,0,0,0,0],[327,16,327,22,0,0,0,0],[328,9,335,51,0,0,0,0],[329,45,329,55,0,0,0,0],[329,55,335,51,0,0,0,0],[331,67,331,77,0,0,0,0],[331,77,335,51,0,0,0,0],[337,9,338,56,0,0,0,0],[339,10,340,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13kanataManager33_6BCA1819524859AA98E9B6200AA61640LLAA18RuntimeCoordinatorCvg","regions":[[12,51,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19_isPerformingAction33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVySbGvpfi","regions":[[16,45,16,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV14_serviceStatus33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVyAC0gJ0OGvpfi","regions":[[17,55,17,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13_actionStatus33_6BCA1819524859AA98E9B6200AA61640LL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[19,66,19,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO5color7SwiftUI5ColorVvg","regions":[[33,26,41,10,0,0,0,0],[34,20,34,24,0,0,0,0],[35,13,35,34,0,0,0,0],[36,13,36,35,0,0,0,0],[37,13,37,31,0,0,0,0],[38,13,38,45,0,0,0,0],[39,13,39,33,0,0,0,0],[40,14,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO4iconSSvg","regions":[[43,26,51,10,0,0,0,0],[44,20,44,24,0,0,0,0],[45,13,45,51,0,0,0,0],[46,13,46,46,0,0,0,0],[47,13,47,58,0,0,0,0],[48,13,48,69,0,0,0,0],[49,13,49,54,0,0,0,0],[50,14,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV0G6StatusO11descriptionSSvg","regions":[[53,33,62,10,0,0,0,0],[54,20,54,24,0,0,0,0],[55,13,55,48,0,0,0,0],[56,13,56,52,0,0,0,0],[57,13,57,42,0,0,0,0],[58,13,58,53,0,0,0,0],[59,13,59,53,0,0,0,0],[60,13,60,56,0,0,0,0],[61,14,62,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg","regions":[[65,25,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_","regions":[[66,58,102,10,0,0,0,0],[80,16,80,37,0,0,0,0],[80,74,83,14,0,0,0,0],[83,14,102,10,0,0,0,0],[85,50,92,14,0,0,0,0],[92,14,102,10,0,0,0,0],[94,16,94,40,0,0,0,0],[94,41,101,14,0,0,0,0],[101,14,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_yycfU_","regions":[[75,32,75,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7paddingyQrAE4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAA0E11HeroSectionV_Qo__AiEE10transitionyQrAE13AnyTransitionVFQOyAA012InlineStatusM0V_Qo_SgAiEEAJyQrAN_ARtFQOyAiEE5frame8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeight9alignmentQrAR_A5rE9AlignmentVtFQOyAiEE8disabledyQrSbFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyAE4TextVG_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo__Qo__Qo_SgAiEEAJyQrAN_ARtFQOyA29__Qo_SgtGyXEfU_yyScMYccfU0_","regions":[[95,45,97,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvgyycfU0_","regions":[[109,19,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV4bodyQrvgyycfU1_","regions":[[113,22,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV08evaluateG10Completion33_6BCA1819524859AA98E9B6200AA61640LL6target10actionNameyAC07DesiredG5StateAELLO_SStF","regions":[[127,93,150,6,0,0,0,0],[128,16,128,22,0,0,0,0],[129,9,138,14,0,0,0,0],[130,20,130,33,0,0,0,0],[131,13,133,38,0,0,0,0],[134,13,135,83,0,0,0,0],[136,13,137,93,0,0,0,0],[139,9,148,14,0,0,0,0],[140,20,140,33,0,0,0,0],[141,13,143,38,0,0,0,0],[144,13,145,83,0,0,0,0],[146,13,147,93,0,0,0,0],[149,10,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19scheduleStatusClear33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[153,40,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19scheduleStatusClear33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[154,14,159,10,0,0,0,0],[156,45,158,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV15statusForHeader33_6BCA1819524859AA98E9B6200AA61640LLAA0ehK0V0K6StatusOvg","regions":[[164,64,171,6,0,0,0,0],[165,16,165,29,0,0,0,0],[166,9,166,32,0,0,0,0],[167,9,167,39,0,0,0,0],[168,9,168,29,0,0,0,0],[169,9,169,44,0,0,0,0],[170,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV11statusTitle33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[173,37,182,6,0,0,0,0],[174,16,174,29,0,0,0,0],[175,9,175,41,0,0,0,0],[176,9,176,45,0,0,0,0],[177,9,177,38,0,0,0,0],[178,9,178,43,0,0,0,0],[179,9,179,43,0,0,0,0],[180,9,180,41,0,0,0,0],[181,10,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13statusMessage33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[184,39,199,6,0,0,0,0],[185,16,185,29,0,0,0,0],[186,9,187,70,0,0,0,0],[188,9,189,68,0,0,0,0],[190,9,191,58,0,0,0,0],[192,9,193,41,0,0,0,0],[194,9,195,41,0,0,0,0],[196,9,197,83,0,0,0,0],[198,10,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV24shouldShowNextStepButton33_6BCA1819524859AA98E9B6200AA61640LLSbvg","regions":[[201,48,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19nextStepButtonTitle33_6BCA1819524859AA98E9B6200AA61640LLSSvg","regions":[[205,45,207,6,0,0,0,0],[206,26,206,45,0,0,0,0],[206,48,206,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV05startG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[211,33,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV05startG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[216,14,221,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV07restartG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[224,35,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV07restartG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[229,14,234,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV04stopG033_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[237,32,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV04stopG033_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[242,14,247,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13refreshStatus33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[250,34,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV13refreshStatus33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[252,28,254,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaF","regions":[[257,45,273,6,0,0,0,0],[266,38,266,48,0,0,0,0],[266,48,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU_","regions":[[268,29,272,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18refreshStatusAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU_yyXEfU_","regions":[[269,54,271,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtF","regions":[[279,7,333,6,0,0,0,0],[282,16,282,28,0,0,0,0],[283,9,284,37,0,0,0,0],[285,9,286,37,0,0,0,0],[287,9,294,14,0,0,0,0],[290,76,292,14,0,0,0,0],[292,20,294,14,0,0,0,0],[295,9,296,38,0,0,0,0],[297,9,299,52,0,0,0,0],[300,9,301,37,0,0,0,0],[302,10,333,6,0,0,0,0],[304,16,304,29,0,0,0,0],[305,9,306,18,0,0,0,0],[307,9,309,57,0,0,0,0],[310,9,314,14,0,0,0,0],[312,16,312,41,0,0,0,0],[312,42,314,14,0,0,0,0],[315,10,333,6,0,0,0,0],[317,42,324,10,0,0,0,0],[324,10,333,6,0,0,0,0],[326,42,328,10,0,0,0,0],[328,59,330,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtFSSyKXEfu_","regions":[[308,43,308,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17applyStatusUpdate33_6BCA1819524859AA98E9B6200AA61640LL12serviceState07processJ0yAA0fG0C0gR0O_AA0g7ProcessJ0OtFyyYacfU_","regions":[[320,18,322,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaF","regions":[[335,45,351,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFSSSgyYacfU_","regions":[[339,49,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18checkForCrashAsync33_6BCA1819524859AA98E9B6200AA61640LLyyYaFyyYbScMYcXEfU0_","regions":[[343,29,350,10,0,0,0,0],[344,54,344,64,0,0,0,0],[344,64,350,10,0,0,0,0],[345,33,347,14,0,0,0,0],[347,20,349,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZ","regions":[[353,103,371,6,0,0,0,0],[354,67,356,10,0,0,0,0],[356,10,370,19,0,0,0,0],[358,80,368,10,0,0,0,0],[363,48,367,14,0,0,0,0],[364,20,364,94,0,0,0,0],[364,95,366,18,0,0,0,0],[366,18,367,14,0,0,0,0],[367,14,368,10,0,0,0,0],[368,10,370,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZSbyKXEfu_","regions":[[364,46,364,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17extractCrashError33_6BCA1819524859AA98E9B6200AA61640LL06stderrB003logB0SSSgSS_SStFZSbyKXEfu0_","regions":[[364,72,364,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV17readRecentLogData33_6BCA1819524859AA98E9B6200AA61640LL4from8maxBytes10Foundation0L0VSgSS_SitFZ","regions":[[373,98,387,6,0,0,0,0],[374,68,374,82,0,0,0,0],[374,82,387,6,0,0,0,0],[379,12,384,10,0,0,0,0],[380,51,383,42,0,0,0,0],[382,59,383,42,0,0,0,0],[384,17,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18extractConfigError33_6BCA1819524859AA98E9B6200AA61640LL4fromSSSgSS_tFZ","regions":[[391,92,467,6,0,0,0,0],[397,9,399,10,0,0,0,0],[399,10,466,19,0,0,0,0],[401,91,403,10,0,0,0,0],[403,10,466,19,0,0,0,0],[414,44,449,10,0,0,0,0],[416,16,416,55,0,0,0,0],[416,56,418,14,0,0,0,0],[421,16,421,32,0,0,0,0],[423,13,431,14,0,0,0,0],[427,20,427,36,0,0,0,0],[427,37,430,18,0,0,0,0],[434,16,434,32,0,0,0,0],[434,77,438,14,0,0,0,0],[435,60,437,18,0,0,0,0],[441,16,441,53,0,0,0,0],[441,54,443,14,0,0,0,0],[446,16,446,32,0,0,0,0],[446,53,448,14,0,0,0,0],[448,14,449,10,0,0,0,0],[449,10,466,19,0,0,0,0],[452,12,452,28,0,0,0,0],[452,29,464,10,0,0,0,0],[454,37,459,14,0,0,0,0],[456,44,458,18,0,0,0,0],[460,39,462,14,0,0,0,0],[464,10,466,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18navigateToNextStep33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[469,39,484,6,0,0,0,0],[470,12,470,26,0,0,0,0],[470,27,473,10,0,0,0,0],[473,10,484,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV18navigateToNextStep33_6BCA1819524859AA98E9B6200AA61640LLyyFyyYacfU_","regions":[[475,14,483,10,0,0,0,0],[478,13,480,14,0,0,0,0],[480,20,482,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvg","regions":[[488,5,513,6,0,0,0,0],[489,16,489,29,0,0,0,0],[490,9,491,16,0,0,0,0],[492,9,493,16,0,0,0,0],[494,9,499,14,0,0,0,0],[500,9,505,14,0,0,0,0],[506,9,511,14,0,0,0,0],[512,10,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu_","regions":[[497,25,497,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu_yyYbScMYccfu0_","regions":[[497,25,497,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu1_","regions":[[503,25,503,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu1_yyYbScMYccfu2_","regions":[[503,25,503,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu3_","regions":[[509,25,509,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV23primaryCTAConfiguration33_6BCA1819524859AA98E9B6200AA61640LLSS5label_yyc6actionSb8disabledtSgvgyyYbScMYccACYbcfu3_yyYbScMYccfu4_","regions":[[509,25,509,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV19extractErrorMessage33_6BCA1819524859AA98E9B6200AA61640LL4fromS2S_tFZ","regions":[[515,89,526,6,0,0,0,0],[517,12,517,49,0,0,0,0],[517,50,519,10,0,0,0,0],[519,19,519,51,0,0,0,0],[519,52,521,10,0,0,0,0],[521,19,521,55,0,0,0,0],[521,56,523,10,0,0,0,0],[523,16,525,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV16startAutoRefresh33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[530,37,537,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardKanataServicePageV15stopAutoRefresh33_6BCA1819524859AA98E9B6200AA61640LLyyF","regions":[[539,36,542,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ","regions":[[548,36,577,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_","regions":[[553,22,574,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU_","regions":[[557,28,557,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU0_","regions":[[564,28,564,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKanataServicePage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardKanataServicePage_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAE0N0PAEE18previewDisplayNameyQrSSSgFQOyAA0efgH0V_Qo__A2NtGyXEfU_yycfU1_","regions":[[571,28,571,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV13_showAllItems33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[22,39,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21_isCombinedFixLoading33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[23,47,23,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19_pendingCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[24,45,24,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV13_actionStatus33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVyAA0E6DesignO06ActionJ0OGvpfi","regions":[[26,66,26,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV05_lastF7Healthy33_8B7A6FF0999DE8E47457D9BBA5B0A090LL7SwiftUI5StateVySbGvpfi","regions":[[27,47,27,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg","regions":[[31,25,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_","regions":[[32,28,143,10,0,0,0,0],[34,16,34,35,0,0,0,0],[34,36,110,14,0,0,0,0],[110,20,142,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_","regions":[[35,66,106,18,0,0,0,0],[51,58,51,59,0,0,0,0],[51,62,51,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yycfU_","regions":[[40,40,45,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yycfU_yyYacfU_","regions":[[42,34,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_SSyKXEfu_","regions":[[50,93,50,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_","regions":[[54,28,98,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_","regions":[[56,95,92,26,0,0,0,0],[58,32,58,44,0,0,0,0],[58,45,71,30,0,0,0,0],[71,30,92,26,0,0,0,0],[74,32,74,103,0,0,0,0],[74,104,91,30,0,0,0,0],[91,30,92,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU_","regions":[[59,53,70,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU_A37_yXEfU_","regions":[[62,56,69,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_SbyKXEfu_","regions":[[74,48,74,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU0_","regions":[[75,53,90,34,0,0,0,0],[78,47,78,70,0,0,0,0],[78,73,78,92,0,0,0,0],[81,99,81,105,0,0,0,0],[81,108,81,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_A51_yXEfU0_A42_yXEfU_A39_yXEfU0_A37_yXEfU_","regions":[[82,56,89,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A70_yXEfU_yyScMYccfU1_","regions":[[100,49,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_","regions":[[112,66,138,18,0,0,0,0],[128,58,128,59,0,0,0,0],[128,62,128,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yycfU_","regions":[[118,40,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yycfU_yyYacfU_","regions":[[119,34,121,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_SSyKXEfu_","regions":[[127,93,127,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvg7SwiftUI19_ConditionalContentVyAE4ViewPAEE5frame8minWidth05idealQ003maxQ00P6Height0rT00sT09alignmentQr12CoreGraphics7CGFloatVSg_A5uE9AlignmentVtFQOyAiAE20heroSectionContainerQryFQOyAiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAE6VStackVyAE05TupleN0VyAA0E11HeroSectionV_AiEE7opacityyQrSdFQOyAA012InlineStatusN0V_Qo_AE6HStackVyA5_yAE6SpacerV_AiEE7paddingyQrAE4EdgeO3SetV_AUtFQOyAiEEA16_yQrA20__AUtFQOyAiEE10background_2in9fillStyleQrqd___qd_0_AE9FillStyleVtAE10ShapeStyleRd__AE15InsettableShapeRd_0_r0_lFQOyAiEEA16_yQrATFQOyAiEEAjklmnopQQrAU_A5uWtFQOyA3_yA5_yA13_yA5_yAiEE15foregroundColoryQrAE5ColorVSgFQOyAE5ImageV_Qo__A13_yA5_yAE4TextV_A36_tGGtGGSg_A41_tGG_Qo__Qo__A30_AE16RoundedRectangleVQo__Qo__Qo_tGGAiEEA16_yQrA20__AUtFQOyAiEE16keyboardShortcutyQrAE16KeyboardShortcutVFQOyAiEE11buttonStyleyQrqd__AE11ButtonStyleRd__lFQOyAE6ButtonVyA36_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_tGG_A62_12ActionStatusOQo__Qo__Qo_AiEEAjklmnopQQrAU_A5uWtFQOyAiAEAXQryFQOyAiEEAY_AZQrA1__qd__tSQRd__lFQOyA3_yA5_yA7__A11_AiEEA16_yQrA20__AUtFQOyAiEEAjklmnopQQrAU_A5uWtFQOyAiEE8disabledyQrSbFQOyA68__Qo__Qo__Qo_tGG_A73_Qo__Qo__Qo_GyXEfU_A81_yXEfU0_yyScMYccfU0_","regions":[[130,35,132,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgySb_SbtcfU0_","regions":[[148,43,162,10,0,0,0,0],[150,16,150,26,0,0,0,0],[150,27,158,14,0,0,0,0],[152,20,152,40,0,0,0,0],[152,41,154,18,0,0,0,0],[158,20,161,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgyycfU1_","regions":[[163,19,176,10,0,0,0,0],[166,16,166,35,0,0,0,0],[166,36,171,14,0,0,0,0],[171,20,175,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgySb_SbtcfU2_","regions":[[177,33,180,10,0,0,0,0],[178,54,178,64,0,0,0,0],[178,64,180,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV4bodyQrvgyycfU3_","regions":[[181,22,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV03hasF6Issues33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbvg","regions":[[191,42,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19nextStepButtonTitle33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSSvg","regions":[[199,45,201,6,0,0,0,0],[200,26,200,45,0,0,0,0],[200,48,200,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22karabinerRelatedIssues33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSay0abE4Core0E5IssueVGvg","regions":[[203,55,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV15componentStatus33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3for0abE4Core012InstallationJ0OAA0F9ComponentO_tF","regions":[[208,91,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV17needsManualAction33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbvg","regions":[[216,41,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV18navigateToNextStep33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[220,39,235,6,0,0,0,0],[221,12,221,26,0,0,0,0],[221,27,224,10,0,0,0,0],[224,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV18navigateToNextStep33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[226,14,234,10,0,0,0,0],[229,13,231,14,0,0,0,0],[231,20,233,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV17getComponentTitle33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3forSS0abE4Core0E5IssueV_tF","regions":[[237,70,258,6,0,0,0,0],[238,16,238,27,0,0,0,0],[239,9,240,39,0,0,0,0],[241,9,242,38,0,0,0,0],[243,9,244,52,0,0,0,0],[245,9,246,36,0,0,0,0],[247,9,248,36,0,0,0,0],[249,9,250,31,0,0,0,0],[251,9,252,31,0,0,0,0],[253,9,254,26,0,0,0,0],[255,9,256,24,0,0,0,0],[257,10,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV23getComponentDescription33_8B7A6FF0999DE8E47457D9BBA5B0A090LL3forSS0abE4Core0E5IssueV_tF","regions":[[260,76,281,6,0,0,0,0],[261,16,261,27,0,0,0,0],[262,9,263,95,0,0,0,0],[264,9,265,82,0,0,0,0],[266,9,267,84,0,0,0,0],[268,9,269,77,0,0,0,0],[270,9,271,96,0,0,0,0],[272,9,273,74,0,0,0,0],[274,9,275,80,0,0,0,0],[276,9,277,87,0,0,0,0],[278,9,279,30,0,0,0,0],[280,10,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22openLoginItemsSettings33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[283,43,287,6,0,0,0,0],[284,103,286,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[293,42,325,6,0,0,0,0],[294,42,297,10,0,0,0,0],[297,10,325,6,0,0,0,0],[300,12,300,20,0,0,0,0],[300,21,322,10,0,0,0,0],[322,10,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFSSyKXEfu_","regions":[[304,53,304,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV21handleFixButtonTapped33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[311,41,320,14,0,0,0,0],[313,57,313,67,0,0,0,0],[313,67,320,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[327,37,393,6,0,0,0,0],[328,12,328,32,0,0,0,0],[328,33,331,10,0,0,0,0],[331,10,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFySScfU_","regions":[[343,19,345,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV16startCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU0_","regions":[[350,14,392,10,0,0,0,0],[359,16,359,27,0,0,0,0],[359,28,365,14,0,0,0,0],[365,20,379,14,0,0,0,0],[372,20,372,23,0,0,0,0],[372,24,378,18,0,0,0,0],[378,18,379,14,0,0,0,0],[379,14,392,10,0,0,0,0],[384,16,384,29,0,0,0,0],[384,30,388,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV23resumeQueuedCombinedFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[395,44,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV24attemptAutoInstallDriver33_8B7A6FF0999DE8E47457D9BBA5B0A090LL11maxAttemptsSbSi_tYaF","regions":[[408,75,430,6,0,0,0,0],[410,33,416,10,0,0,0,0],[413,16,413,18,0,0,0,0],[413,19,413,34,0,0,0,0],[413,34,416,10,0,0,0,0],[416,10,429,21,0,0,0,0],[421,12,421,43,0,0,0,0],[421,44,427,10,0,0,0,0],[427,10,429,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19toastApprovalNeeded33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[432,40,440,6,0,0,0,0],[433,53,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19toastApprovalNeeded33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYaYbScMYccfU_","regions":[[436,14,439,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaF","regions":[[446,63,531,6,0,0,0,0],[461,12,461,99,0,0,0,0],[461,100,464,10,0,0,0,0],[466,12,466,97,0,0,0,0],[466,98,469,10,0,0,0,0],[474,12,474,29,0,0,0,0],[474,30,477,10,0,0,0,0],[477,19,477,101,0,0,0,0],[477,102,480,10,0,0,0,0],[494,12,494,19,0,0,0,0],[494,20,520,10,0,0,0,0],[500,16,500,43,0,0,0,0],[500,44,504,14,0,0,0,0],[504,20,519,14,0,0,0,0],[515,27,515,95,0,0,0,0],[516,27,516,33,0,0,0,0],[520,16,530,10,0,0,0,0],[527,43,527,91,0,0,0,0],[527,94,527,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVcfu_","regions":[[453,40,453,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSS0abE4Core0E5IssueVXEfU_","regions":[[455,66,455,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU0_","regions":[[461,39,461,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU1_","regions":[[466,39,466,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu0_","regions":[[468,74,468,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU2_","regions":[[471,60,471,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu1_","regions":[[472,13,472,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu1_Sb0abE4Core0E5IssueVXEfU3_","regions":[[472,36,472,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu2_","regions":[[473,13,473,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu2_Sb0abE4Core0E5IssueVXEfU4_","regions":[[473,36,473,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu3_","regions":[[476,74,476,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVXEfU5_","regions":[[477,46,477,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu4_","regions":[[479,77,479,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSbyKXEfu5_","regions":[[485,30,485,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSay0abE4Core0E5IssueVGyKXEfu6_","regions":[[498,78,498,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSb0abE4Core0E5IssueVcfu7_","regions":[[499,62,499,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV28performAutomaticDriverRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaFSS0abE4Core0E5IssueVXEfU6_","regions":[[511,110,511,142,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19repairFailureDetail33_8B7A6FF0999DE8E47457D9BBA5B0A090LL4fromS2SSg_tF","regions":[[533,70,542,6,0,0,0,0],[534,48,534,61,0,0,0,0],[534,61,541,60,0,0,0,0],[539,37,539,50,0,0,0,0],[539,50,541,60,0,0,0,0],[541,49,541,54,0,0,0,0],[541,57,541,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SF","regions":[[544,70,579,6,0,0,0,0],[549,35,549,48,0,0,0,0],[549,48,578,48,0,0,0,0],[560,41,564,10,0,0,0,0],[561,72,563,14,0,0,0,0],[564,10,578,48,0,0,0,0],[566,94,569,10,0,0,0,0],[571,12,571,28,0,0,0,0],[571,29,576,10,0,0,0,0],[573,16,573,25,0,0,0,0],[573,26,575,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSJcfu_","regions":[[546,36,546,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSSSsXEfU_","regions":[[547,18,547,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU0_","regions":[[548,21,548,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU1_","regions":[[561,46,561,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFSbSSXEfU2_","regions":[[566,56,566,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV22compactBreakageSummary33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyS2SFS2SXEfU3_","regions":[[574,51,574,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV27composeRepairFailureMessage33_8B7A6FF0999DE8E47457D9BBA5B0A090LL8headline15bootstrapOutput17diagnosticSummaryS2S_SSSgSStF","regions":[[585,17,596,6,0,0,0,0],[588,12,588,28,0,0,0,0],[588,29,590,10,0,0,0,0],[592,12,592,36,0,0,0,0],[592,37,594,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19scheduleStatusClear33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyF","regions":[[599,40,606,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV19scheduleStatusClear33_8B7A6FF0999DE8E47457D9BBA5B0A090LLyyFyyYacfU_","regions":[[600,14,605,10,0,0,0,0],[602,45,604,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV29performAutomaticServiceRepair33_8B7A6FF0999DE8E47457D9BBA5B0A090LLSbyYaF","regions":[[609,64,624,6,0,0,0,0],[613,12,613,19,0,0,0,0],[613,20,618,10,0,0,0,0],[618,16,622,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV14performAutoFix33_8B7A6FF0999DE8E47457D9BBA5B0A090LLySb0abE4Core0jK6ActionOYaF","regions":[[627,72,629,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardKarabinerComponentsPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit29WizardKarabinerComponentsPageV14refreshAndWait33_8B7A6FF0999DE8E47457D9BBA5B0A090LL12fixSucceededySb_tYaF","regions":[[635,59,676,6,0,0,0,0],[649,15,649,57,0,0,0,0],[649,84,652,10,0,0,0,0],[652,10,676,6,0,0,0,0],[656,87,656,98,0,0,0,0],[656,101,656,112,0,0,0,0],[660,12,660,34,0,0,0,0],[660,35,664,10,0,0,0,0],[664,10,676,6,0,0,0,0],[668,33,672,10,0,0,0,0],[672,10,676,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardLoggerCACyc33_9D9060E070675027098E1DE13306F8DELlfc","regions":[[10,20,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardLogger.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardLoggerC3logyySSF","regions":[[23,33,44,6,0,0,0,0],[31,51,43,10,0,0,0,0],[32,16,32,71,0,0,0,0],[32,72,39,14,0,0,0,0],[34,79,38,18,0,0,0,0],[39,20,42,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV11_isHovering33_AE2AB4DE677394F5E5D88D39389DC274LL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg","regions":[[11,25,77,6,0,0,0,0],[13,12,13,75,0,0,0,0],[13,76,76,10,0,0,0,0],[62,31,62,81,0,0,0,0],[63,31,63,68,0,0,0,0],[68,38,68,66,0,0,0,0],[68,69,68,97,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgSbyKXEfu_","regions":[[13,44,13,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_","regions":[[14,32,55,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_yyScMYccfU_","regions":[[16,32,20,18,0,0,0,0],[17,75,19,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_A11_yXEfU0_","regions":[[20,20,27,18,0,0,0,0],[24,60,24,68,0,0,0,0],[24,71,24,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_yyScMYccfU1_","regions":[[39,32,43,18,0,0,0,0],[40,67,42,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvg7SwiftUI9TupleViewVyAE15ModifiedContentVyAE0L0PAEE8disabledyQrSbFQOyAkEE11buttonStyleyQrqd__AE015PrimitiveButtonQ0Rd__lFQOyAE0S0VyAkEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AxE9AlignmentVtFQOyAkEE15foregroundColoryQrAE5ColorVSgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo_G_AE05PlainsQ0VQo__Qo_AE31AccessibilityAttachmentModifierVG_AkEEAqrsTQrAX_AxZtFQOyAE06_ShapeL0VyAE9RectangleVA1_G_Qo_A19_tGyXEfU_A11_yXEfU2_","regions":[[43,20,50,18,0,0,0,0],[47,63,47,71,0,0,0,0],[47,74,47,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgySbcfU0_","regions":[[71,22,75,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardNavigationControlV4bodyQrvgySbcfU0_yyXEfU_","regions":[[72,59,74,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardDetailPageModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tF","regions":[[84,46,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24WizardDetailPageModifierV4body7contentQr7SwiftUI05_ViewH8_ContentVyACG_tFAF0M0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEALyQrAP_ATtFQOyAA0E17NavigationControlV_Qo__Qo_yXEfU_","regions":[[86,46,90,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE16wizardDetailPageQryF","regions":[[97,42,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV11_isHovering33_AE2AB4DE677394F5E5D88D39389DC274LL7SwiftUI5StateVySbGvpfi","regions":[[105,37,105,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvg","regions":[[107,25,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgyyScMYccfU_","regions":[[108,16,111,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvg7SwiftUI4ViewPAEE10background_9alignmentQrqd___AE9AlignmentVtAeFRd__lFQOyAgEE5frame5width6heightAIQr12CoreGraphics7CGFloatVSg_ArKtFQOyAgEE15foregroundColoryQrAE0U0VSgFQOyAgEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__AE06_ShapeJ0VyAE6CircleVAUGQo_yXEfU0_","regions":[[111,18,123,10,0,0,0,0],[120,35,120,81,0,0,0,0],[121,35,121,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgySbcfU1_","regions":[[128,18,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardNavigationControl.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11CloseButtonV4bodyQrvgySbcfU1_yyXEfU_","regions":[[129,55,131,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC26hasShownFullDiskAccessPage33_24A2EA864521011481BFED665DF41F66LLSbvpfi","regions":[[10,46,10,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC27hasShownKanataMigrationPage33_24A2EA864521011481BFED665DF41F66LLSbvpfi","regions":[[11,47,11,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC05resetF5StateyyF","regions":[[14,33,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC16markFDAPageShownyyF","regions":[[20,29,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC15hasFDABeenShownSbvg","regions":[[25,31,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaF","regions":[[34,104,85,6,0,0,0,0],[52,12,52,70,0,0,0,0],[52,71,55,10,0,0,0,0],[55,10,84,24,0,0,0,0],[58,12,58,40,0,0,0,0],[61,9,65,10,0,0,0,0],[65,10,84,24,0,0,0,0],[69,12,69,39,0,0,0,0],[69,40,73,10,0,0,0,0],[73,10,84,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbAMXEfU_","regions":[[44,47,49,10,0,0,0,0],[45,60,47,14,0,0,0,0],[47,14,48,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbAMXEfU_SbyKXEfu_","regions":[[46,52,46,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbyKXEfu_","regions":[[52,32,52,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20determineCurrentPage3for6issues0abE4Core0eJ0OAG0E11SystemStateO_SayAG0E5IssueVGtYaFSbyKXEfu0_","regions":[[52,51,52,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC11canNavigate4from2to5givenSb0abE4Core0E4PageO_AjH0E11SystemStateOtF","regions":[[87,96,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC8nextPage4from5given6issues0abE4Core0eI0OSgAJ_AH0E11SystemStateOSayAH0E5IssueVGtYaF","regions":[[95,28,127,6,0,0,0,0],[98,73,100,10,0,0,0,0],[100,10,126,19,0,0,0,0],[106,12,106,44,0,0,0,0],[106,68,108,10,0,0,0,0],[108,10,126,19,0,0,0,0],[114,9,116,10,0,0,0,0],[116,10,126,19,0,0,0,0],[121,12,121,39,0,0,0,0],[121,40,123,10,0,0,0,0],[123,10,126,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC06createF5State11currentPage06systemI06issues0abE4Core0efI0VAH0eK0O_AH0e6SystemI0OSayAH0E5IssueVGtYaF","regions":[[133,38,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC12getPageOrderSay0abE4Core0eI0OGyF","regions":[[150,41,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC9pageIndexySi0abE4Core0E4PageOF","regions":[[157,47,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC9pageIndexySi0abE4Core0E4PageOFSiyKXEfu_","regions":[[159,46,159,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC14isBlockingPageySb0abE4Core0eJ0OYaF","regions":[[163,59,190,6,0,0,0,0],[164,16,164,20,0,0,0,0],[165,9,166,24,0,0,0,0],[167,9,168,24,0,0,0,0],[169,9,174,49,0,0,0,0],[175,9,176,25,0,0,0,0],[177,9,178,25,0,0,0,0],[179,9,180,25,0,0,0,0],[181,9,182,25,0,0,0,0],[183,9,184,25,0,0,0,0],[185,9,186,25,0,0,0,0],[187,9,188,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC14isBlockingPageySb0abE4Core0eJ0OYaFSbyKXEfu_","regions":[[174,37,174,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20shouldShowNextButton3for5state6issuesSb0abE4Core0E4PageO_AH0E11SystemStateOSayAH0E5IssueVGtYaF","regions":[[197,21,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC20shouldShowNextButton3for5state6issuesSb0abE4Core0E4PageO_AH0E11SystemStateOSayAH0E5IssueVGtYaFSbyKXEfu_","regions":[[203,46,203,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC24shouldShowPreviousButton3for5stateSb0abE4Core0E4PageO_AG0E11SystemStateOtF","regions":[[207,91,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC24shouldShowPreviousButton3for5stateSb0abE4Core0E4PageO_AG0E11SystemStateOtFSbyKXEfu_","regions":[[209,31,209,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC17primaryButtonText3for5stateSS0abE4Core0E4PageO_AG0E11SystemStateOtYaF","regions":[[213,92,247,6,0,0,0,0],[214,16,214,20,0,0,0,0],[215,9,216,32,0,0,0,0],[217,9,218,35,0,0,0,0],[219,9,220,35,0,0,0,0],[221,9,222,43,0,0,0,0],[223,9,224,40,0,0,0,0],[225,9,226,96,0,0,0,0],[226,62,226,77,0,0,0,0],[226,80,226,96,0,0,0,0],[227,9,228,31,0,0,0,0],[229,9,230,37,0,0,0,0],[231,9,232,37,0,0,0,0],[233,9,234,30,0,0,0,0],[235,9,236,26,0,0,0,0],[237,9,245,14,0,0,0,0],[238,20,238,25,0,0,0,0],[239,13,240,30,0,0,0,0],[241,13,242,39,0,0,0,0],[243,13,244,33,0,0,0,0],[246,10,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC22isPrimaryButtonEnabled3for5state0H10ProcessingSb0abE4Core0E4PageO_AH0E11SystemStateOSbtF","regions":[[252,15,285,6,0,0,0,0],[253,12,253,24,0,0,0,0],[253,25,255,10,0,0,0,0],[255,10,285,6,0,0,0,0],[257,16,257,20,0,0,0,0],[258,9,262,25,0,0,0,0],[259,63,261,14,0,0,0,0],[261,14,262,25,0,0,0,0],[263,9,264,24,0,0,0,0],[265,9,269,24,0,0,0,0],[266,61,268,14,0,0,0,0],[268,14,269,24,0,0,0,0],[270,9,271,24,0,0,0,0],[272,9,273,24,0,0,0,0],[274,9,275,24,0,0,0,0],[276,9,277,24,0,0,0,0],[278,9,279,24,0,0,0,0],[280,9,281,24,0,0,0,0],[282,9,283,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC17calculateProgress3forSd0abE4Core0E11SystemStateO_tF","regions":[[290,68,307,6,0,0,0,0],[291,16,291,21,0,0,0,0],[292,9,293,16,0,0,0,0],[294,9,295,16,0,0,0,0],[296,9,297,16,0,0,0,0],[298,9,299,16,0,0,0,0],[300,9,301,16,0,0,0,0],[302,9,303,16,0,0,0,0],[304,9,305,16,0,0,0,0],[306,10,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationEngine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardNavigationEngineC19progressDescription3forSS0abE4Core0E11SystemStateO_tF","regions":[[310,70,327,6,0,0,0,0],[311,16,311,21,0,0,0,0],[312,9,313,33,0,0,0,0],[314,9,315,37,0,0,0,0],[316,9,317,39,0,0,0,0],[318,9,319,41,0,0,0,0],[320,9,321,35,0,0,0,0],[322,9,323,32,0,0,0,0],[324,9,325,30,0,0,0,0],[326,10,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtF","regions":[[10,11,12,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtFSbyKXEfu_","regions":[[11,25,11,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardNavigationHeuristics.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23shouldNavigateToSummary11currentPage5state6issuesSb0aB10WizardCore0mJ0O_AF0M11SystemStateOSayAF0M5IssueVGtFSbyKXEfu0_","regions":[[11,43,11,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZfA0_ySdYbcfU_","regions":[[13,66,13,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZ","regions":[[14,44,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_","regions":[[22,11,67,10,0,0,0,0],[24,43,62,14,0,0,0,0],[26,20,36,18,0,0,0,0],[35,22,36,18,0,0,0,0],[36,25,41,18,0,0,0,0],[41,18,61,18,0,0,0,0],[62,20,66,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_","regions":[[27,68,35,22,0,0,0,0],[33,51,35,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_yyYacfU_","regions":[[28,39,28,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_yScgyyts5Error_pGzYaKXEfU_yyYaKcfU0_","regions":[[29,39,32,26,0,0,0,0],[30,78,31,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO14stateDetection0G7Machine16progressCallbackAA14AsyncOperationVy0abE4Core17SystemStateResultVGAA0epI0CSg_ySdYbctFZAKySdYbcYacfU_AKyYbScMYcXEfU0_","regions":[[46,44,61,18,0,0,0,0],[47,62,58,22,0,0,0,0],[58,28,60,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit16WizardOperationsO13timeoutResult33_CDDF1930593A11074AE1FB30A917AE9CLL0abE4Core011SystemStateH0VyFZ","regions":[[70,62,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlF","regions":[[96,21,108,2,0,0,0,0],[107,6,108,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[97,49,107,6,0,0,0,0],[104,44,106,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYacfU_","regions":[[98,23,98,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardOperationsUIExtension.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit14runWithTimeout7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[99,23,103,10,0,0,0,0],[101,58,102,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV8progressAC7SwiftUI7BindingVySdG_tcfC","regions":[[7,54,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg","regions":[[11,25,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_","regions":[[12,29,25,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_A23_AE0S5ProxyVcfU_","regions":[[13,28,23,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardPreflightView.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardPreflightViewV4bodyQrvg7SwiftUI0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AoE9AlignmentVtFQOyAE14GeometryReaderVyAE6HStackVyAE05TupleG0VyAE6SpacerV_AgEEAhijKQrAO_AoQtFQOyAgEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE11scaleEffect1x1y6anchorQrAN_AnE9UnitPointVtFQOyAgEE08progressG5StyleyQrqd__AE08ProgressG5StyleRd__lFQOyAE08ProgressG0VyAE05EmptyG0VA14_G_AE014LinearProgressG5StyleVQo__Qo__SdQo__Qo_AYtGGG_Qo_yXEfU_A23_AE0S5ProxyVcfU_A22_yXEfU_","regions":[[14,24,22,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV5title8progress15isIndeterminateACSS_SdSbtcfC","regions":[[9,80,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg","regions":[[15,25,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_","regions":[[16,29,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A21_AE0U5ProxyVcfU_","regions":[[18,28,43,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A21_AE0U5ProxyVcfU_A20_yXEfU_","regions":[[19,45,42,18,0,0,0,0],[25,24,25,39,0,0,0,0],[25,40,29,22,0,0,0,0],[29,28,41,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardProgressIndicatorV4bodyQrvg7SwiftUI9TupleViewVyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AqE9AlignmentVtFQOyAE14GeometryReaderVyAE6ZStackVyAGyAiEEAjklMQrAQ_AqStFQOyAE06_ShapeL0VyAE16RoundedRectangleVAE5ColorVG_Qo__AE19_ConditionalContentVyAiEEAjklMQrAQ_AqStFQOyAA013IndeterminateF3BarV_Qo_AiEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAiEEAjklMQrAQ_AqStFQOyAYyA_AE14LinearGradientVG_Qo__SdQo_GtGGG_Qo__AE6HStackVyAGyAE4TextV_AE6SpacerVA27_SgtGGtGyXEfU_A31_yXEfU0_","regions":[[47,20,59,14,0,0,0,0],[54,20,54,36,0,0,0,0],[54,37,58,18,0,0,0,0],[58,18,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV7_offset33_82490D4BD1281763590D87B6C3BF22DCLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[76,42,76,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg","regions":[[78,25,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_","regions":[[79,24,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_yycfU_","regions":[[96,27,103,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit24IndeterminateProgressBarV4bodyQrvg7SwiftUI4ViewPAEE8onAppear7performQryycSg_tFQOyAgEE6offset1x1yQr12CoreGraphics7CGFloatV_APtFQOyAgEE5frame5width6height9alignmentQrAPSg_AuE9AlignmentVtFQOyAE06_ShapeK0VyAE16RoundedRectangleVAE14LinearGradientVG_Qo__Qo__Qo_AE13GeometryProxyVcfU_yycfU_yyXEfU_","regions":[[100,23,102,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV14_rotationAngle33_82490D4BD1281763590D87B6C3BF22DCLL7SwiftUI5StateVySdGvpfi","regions":[[115,48,115,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvg","regions":[[117,25,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvgyycfU_","regions":[[123,23,127,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV4bodyQrvgyycfU_yyXEfU_","regions":[[124,90,126,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit23WizardOperationProgressV03getG11Description33_82490D4BD1281763590D87B6C3BF22DCLLSSyF","regions":[[135,53,147,6,0,0,0,0],[136,12,136,27,0,0,0,0],[136,28,138,10,0,0,0,0],[138,19,138,33,0,0,0,0],[138,34,140,10,0,0,0,0],[140,19,140,33,0,0,0,0],[140,34,142,10,0,0,0,0],[142,19,142,33,0,0,0,0],[142,34,144,10,0,0,0,0],[144,16,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardProgressIndicator_PreviewsV8previewsQrvgZ","regions":[[153,36,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardProgressIndicator.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit32WizardProgressIndicator_PreviewsV8previewsQrvgZ7SwiftUI9TupleViewVyAA0efG0V_AiA0e9OperationF0VAItGyXEfU_","regions":[[154,29,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZ","regions":[[15,21,113,6,0,0,0,0],[24,12,24,65,0,0,0,0],[24,66,26,10,0,0,0,0],[26,10,112,24,0,0,0,0],[29,12,29,31,0,0,0,0],[29,32,29,50,0,0,0,0],[29,50,112,24,0,0,0,0],[30,12,30,28,0,0,0,0],[30,29,30,47,0,0,0,0],[30,47,112,24,0,0,0,0],[40,12,41,79,0,0,0,0],[42,9,44,10,0,0,0,0],[44,10,112,24,0,0,0,0],[45,12,46,77,0,0,0,0],[47,9,49,10,0,0,0,0],[49,10,112,24,0,0,0,0],[66,12,66,34,0,0,0,0],[66,35,66,60,0,0,0,0],[66,60,112,24,0,0,0,0],[87,12,87,30,0,0,0,0],[87,31,87,62,0,0,0,0],[87,62,112,24,0,0,0,0],[101,12,101,27,0,0,0,0],[101,28,101,56,0,0,0,0],[101,56,112,24,0,0,0,0],[104,16,104,21,0,0,0,0],[105,9,106,28,0,0,0,0],[107,9,108,18,0,0,0,0],[109,10,112,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_","regions":[[16,69,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_SbAOXEfU_","regions":[[17,29,20,14,0,0,0,0],[18,84,18,100,0,0,0,0],[18,100,19,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAI0R10IdentifierOcfU_SbAOXEfU_SbyKXEfu_","regions":[[18,51,18,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU0_","regions":[[24,35,24,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbyKXEfu_","regions":[[41,16,41,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbyKXEfu0_","regions":[[46,16,46,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU1_","regions":[[52,54,65,10,0,0,0,0],[53,16,53,44,0,0,0,0],[53,45,63,14,0,0,0,0],[54,24,54,37,0,0,0,0],[55,17,59,32,0,0,0,0],[60,17,61,33,0,0,0,0],[63,14,64,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU2_","regions":[[69,50,86,10,0,0,0,0],[70,16,70,44,0,0,0,0],[70,45,84,14,0,0,0,0],[71,24,71,37,0,0,0,0],[72,17,80,32,0,0,0,0],[81,17,82,33,0,0,0,0],[84,14,85,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardRouter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12WizardRouterO5route5state6issues15helperInstalled0J13NeedsApproval0abE4Core0E4PageOAI0E11SystemStateO_SayAI0E5IssueVGS2btFZSbAOXEfU3_","regions":[[90,47,100,10,0,0,0,0],[91,16,91,44,0,0,0,0],[91,45,98,14,0,0,0,0],[92,24,92,37,0,0,0,0],[93,17,94,32,0,0,0,0],[95,17,96,33,0,0,0,0],[98,14,99,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardSleepO2msySbSiYaFZ","regions":[[11,48,18,6,0,0,0,0],[12,12,15,10,0,0,0,0],[13,61,14,24,0,0,0,0],[15,17,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardSleep.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardSleepO7secondsySbSdYaFZ","regions":[[22,56,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtF","regions":[[14,5,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtFSbALXEfU_","regions":[[15,38,15,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV22hasAnyPermissionIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[20,67,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV22hasAnyPermissionIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[21,25,21,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[25,73,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19getPermissionIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[26,23,26,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19isPermissionGranted_2inSb0abE4Core0I11RequirementO_SayAF0E5IssueVGtF","regions":[[30,101,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19isPermissionGranted_2inSb0abE4Core0I11RequirementO_SayAF0E5IssueVGtFSbAJXEfU_","regions":[[31,26,31,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtF","regions":[[39,5,42,6,0,0,0,0],[41,27,41,34,0,0,0,0],[41,37,41,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentStatus_2in0abE4Core012InstallationJ0OAF0I11RequirementO_SayAF0E5IssueVGtFSbALXEfU_","regions":[[40,40,40,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21hasAnyComponentIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[45,66,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21hasAnyComponentIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[46,25,46,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[50,72,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV18getComponentIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[51,23,51,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15hasAnyConflicts2inSbSay0abE4Core0E5IssueVG_tF","regions":[[57,60,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15hasAnyConflicts2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[58,25,58,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getConflictIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[62,71,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getConflictIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[63,23,63,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV20hasKarabinerConflict2inSbSay0abE4Core0E5IssueVG_tF","regions":[[67,65,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV20hasKarabinerConflict2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[68,25,75,10,0,0,0,0],[69,64,73,14,0,0,0,0],[70,61,72,18,0,0,0,0],[72,18,73,14,0,0,0,0],[73,14,74,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15isDaemonRunning2inSbSay0abE4Core0E5IssueVG_tF","regions":[[81,60,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15isDaemonRunning2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[82,26,82,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15getDaemonIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[86,69,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV15getDaemonIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHcfu_","regions":[[87,23,87,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV28areBackgroundServicesEnabled2inSbSay0abE4Core0E5IssueVG_tF","regions":[[93,73,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV28areBackgroundServicesEnabled2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[94,26,94,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV26getBackgroundServiceIssues2inSay0abE4Core0E5IssueVGAI_tF","regions":[[98,80,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV26getBackgroundServiceIssues2inSay0abE4Core0E5IssueVGAI_tFSbAHXEfU_","regions":[[99,23,99,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV21areAllRequirementsMet2inSbSay0abE4Core0E5IssueVG_tF","regions":[[105,66,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tF","regions":[[110,62,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_","regions":[[111,25,111,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17hasBlockingIssues2inSbSay0abE4Core0E5IssueVG_tFSbAHXEfU_SbyKXEfu_","regions":[[111,55,111,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tF","regions":[[115,90,126,6,0,0,0,0],[116,12,116,64,0,0,0,0],[116,65,118,10,0,0,0,0],[118,19,118,68,0,0,0,0],[118,69,120,10,0,0,0,0],[120,19,120,70,0,0,0,0],[120,71,122,10,0,0,0,0],[122,19,122,67,0,0,0,0],[122,68,124,10,0,0,0,0],[124,10,125,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU_","regions":[[116,35,116,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU0_","regions":[[118,42,118,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU1_","regions":[[120,42,120,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV23getMostCriticalSeverity2in0abE4Core0E5IssueV0nK0OSgSayAHG_tFSbAHXEfU2_","regions":[[122,42,122,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtF","regions":[[131,93,212,6,0,0,0,0],[132,16,132,20,0,0,0,0],[133,9,134,15,0,0,0,0],[135,9,136,42,0,0,0,0],[137,9,142,14,0,0,0,0],[143,9,149,14,0,0,0,0],[150,9,171,14,0,0,0,0],[172,9,185,14,0,0,0,0],[186,9,187,15,0,0,0,0],[188,9,202,14,0,0,0,0],[203,9,204,15,0,0,0,0],[205,9,206,15,0,0,0,0],[207,9,208,19,0,0,0,0],[209,9,210,15,0,0,0,0],[211,10,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU_","regions":[[139,27,142,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU_SbyKXEfu_","regions":[[141,24,141,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_","regions":[[145,27,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_SbyKXEfu_","regions":[[147,24,147,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU0_SbyKXEfu0_","regions":[[148,24,148,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU1_","regions":[[152,27,171,14,0,0,0,0],[154,20,154,51,0,0,0,0],[154,52,168,18,0,0,0,0],[155,28,155,44,0,0,0,0],[156,21,164,36,0,0,0,0],[165,21,166,37,0,0,0,0],[168,18,170,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU1_SbyKXEfu_","regions":[[170,53,170,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU2_","regions":[[174,27,185,14,0,0,0,0],[175,20,175,51,0,0,0,0],[175,52,183,18,0,0,0,0],[176,28,176,44,0,0,0,0],[177,21,179,36,0,0,0,0],[180,21,181,37,0,0,0,0],[183,18,184,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV17getRelevantIssues3for2inSay0abE4Core0E5IssueVGAG0E4PageO_AJtFSbAIXEfU3_","regions":[[190,27,202,14,0,0,0,0],[191,70,200,18,0,0,0,0],[192,28,192,37,0,0,0,0],[193,21,196,36,0,0,0,0],[197,21,198,37,0,0,0,0],[200,18,201,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV13getPageStatus3for2in0abE4Core012InstallationJ0OAG0eI0O_SayAG0E5IssueVGtF","regions":[[215,94,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV14getStatusColory7SwiftUI0J0V0abE4Core012InstallationI0OF","regions":[[224,64,239,6,0,0,0,0],[225,16,225,22,0,0,0,0],[226,9,227,23,0,0,0,0],[228,9,229,18,0,0,0,0],[230,9,231,20,0,0,0,0],[232,9,233,19,0,0,0,0],[234,9,235,17,0,0,0,0],[236,9,237,23,0,0,0,0],[238,10,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV13getStatusIconySS0abE4Core012InstallationI0OF","regions":[[242,64,257,6,0,0,0,0],[243,16,243,22,0,0,0,0],[244,9,245,21,0,0,0,0],[246,9,247,20,0,0,0,0],[248,9,249,44,0,0,0,0],[250,9,251,36,0,0,0,0],[252,9,253,32,0,0,0,0],[254,9,255,34,0,0,0,0],[256,10,257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19shouldShowHelperCTA23helperInstalledProviderS2byYaXE_tYaFfA_SbyYacfU_","regions":[[264,53,264,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateInterpreter.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardStateInterpreterV19shouldShowHelperCTA23helperInstalledProviderS2byYaXE_tYaF","regions":[[265,21,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC07_wizardF033_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVy0abE4Core0e6SystemF0OGvpfi","regions":[[29,53,29,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_wizardIssues33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySay0abE4Core0E5IssueVGGvpfi","regions":[[32,50,32,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12_currentPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVy0abE4Core0eI0OGvpfi","regions":[[35,46,35,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20_userInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySbGvpfi","regions":[[41,42,41,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_isRefreshing33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySbGvpfi","regions":[[48,35,48,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13_stateVersion33_264F3D17264C5CDEE53E9BE5CB06EF06LL7Combine9PublishedVySiGvpfi","regions":[[55,53,55,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16navigationEngineAA0e10NavigationI0Cvpfi","regions":[[66,28,66,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18lastPageChangeTime33_264F3D17264C5CDEE53E9BE5CB06EF06LL10Foundation4DateVvpfi","regions":[[70,38,70,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC25autoNavigationGracePeriod33_264F3D17264C5CDEE53E9BE5CB06EF06LLSdvpfi","regions":[[71,59,71,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19navigationAnimation33_264F3D17264C5CDEE53E9BE5CB06EF06LL7SwiftUI0I0Vvpfi","regions":[[72,50,72,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12refreshCount33_264F3D17264C5CDEE53E9BE5CB06EF06LLSivpfi","regions":[[76,32,76,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineCACycfc","regions":[[81,12,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC9configure13kanataManageryAA18RuntimeCoordinatorC_tF","regions":[[86,55,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC7refreshyyYaF","regions":[[102,26,138,6,0,0,0,0],[103,34,106,10,0,0,0,0],[106,10,138,6,0,0,0,0],[109,40,118,10,0,0,0,0],[111,16,111,30,0,0,0,0],[111,31,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC013detectCurrentF016progressCallback0abE4Core06SystemF6ResultVySdYbc_tYaFfA_ySdYbcfU_","regions":[[142,88,142,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC013detectCurrentF016progressCallback0abE4Core06SystemF6ResultVySdYbc_tYaF","regions":[[144,5,154,6,0,0,0,0],[145,40,149,10,0,0,0,0],[149,16,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19markRefreshCompleteyyF","regions":[[157,32,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC06updateeF0_6issuesy0abE4Core0e6SystemF0O_SayAF0E5IssueVGtF","regions":[[163,79,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPageyy0abE4Core0eJ0OF","regions":[[174,45,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPageyy0abE4Core0eJ0OFyyXEfU_","regions":[[176,44,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20autoNavigateIfNeeded3for6issuesy0abE4Core0e6SystemF0O_SayAG0E5IssueVGtYaF","regions":[[186,90,200,6,0,0,0,0],[188,47,188,57,0,0,0,0],[188,57,200,6,0,0,0,0],[193,51,193,61,0,0,0,0],[193,61,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC20autoNavigateIfNeeded3for6issuesy0abE4Core0e6SystemF0O_SayAG0E5IssueVGtYaFyyXEfU_","regions":[[195,44,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC11canNavigate2to5givenSb0abE4Core0E4PageO_AG0e6SystemF0OtF","regions":[[203,83,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC11getNextPage3for6issues0abE4Core0eJ0OSgAG0e6SystemF0O_SayAG0E5IssueVGtYaF","regions":[[208,96,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15resetNavigationyyF","regions":[[213,28,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC10navigateToyy0abE4Core0E4PageOF","regions":[[220,41,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC8nextPageyyF","regions":[[226,21,236,6,0,0,0,0],[227,50,230,10,0,0,0,0],[230,10,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC12previousPageyyF","regions":[[239,25,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC17determineNextPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL4from5state0abE4Core0eJ0OAJ_AH14SystemSnapshotVtF","regions":[[248,99,271,6,0,0,0,0],[270,36,270,43,0,0,0,0],[270,46,270,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC21determinePreviousPage33_264F3D17264C5CDEE53E9BE5CB06EF06LL4from0abE4Core0eJ0OAI_tF","regions":[[273,80,301,6,0,0,0,0],[275,16,275,23,0,0,0,0],[276,9,277,21,0,0,0,0],[278,9,279,21,0,0,0,0],[280,9,281,29,0,0,0,0],[282,9,283,32,0,0,0,0],[284,9,285,20,0,0,0,0],[286,9,287,20,0,0,0,0],[288,9,289,23,0,0,0,0],[290,9,291,29,0,0,0,0],[292,9,293,27,0,0,0,0],[294,9,295,33,0,0,0,0],[296,9,297,30,0,0,0,0],[298,9,299,30,0,0,0,0],[300,10,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC23isInUserInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LLSbyF","regions":[[303,52,306,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC23isInUserInteractionMode33_264F3D17264C5CDEE53E9BE5CB06EF06LLSbyFSbyKXEfu_","regions":[[305,16,305,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isSystemReadySbvg","regions":[[311,29,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isSystemReadySbvgSbyKXEfu_","regions":[[312,36,312,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18blockingIssueCountSivg","regions":[[316,33,318,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18blockingIssueCountSivgSiyKXEfu_","regions":[[317,49,317,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15totalIssueCountSivg","regions":[[321,30,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15totalIssueCountSivgSiyKXEfu_","regions":[[322,44,322,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16isServiceRunningSbvg","regions":[[326,32,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC16isServiceRunningSbvgSbyKXEfu_","regions":[[327,49,327,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15getRefreshStatsSi5count_10Foundation4DateVSg9lastStarttyF","regions":[[333,62,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC19isNavigatingForwardSbvg","regions":[[342,35,348,6,0,0,0,0],[343,51,343,66,0,0,0,0],[343,66,347,40,0,0,0,0],[346,67,346,82,0,0,0,0],[346,82,347,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14activeSequence33_264F3D17264C5CDEE53E9BE5CB06EF06LLSay0abE4Core0E4PageOGvg","regions":[[351,46,356,6,0,0,0,0],[352,57,354,10,0,0,0,0],[354,10,355,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC010navigationF00abE4Core0e10NavigationF0Vvg","regions":[[359,48,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC13isCurrentPageySb0abE4Core0eJ0OF","regions":[[370,52,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC17getAvailablePages3forSay0abE4Core0E4PageOGAF0e6SystemF0O_tF","regions":[[375,70,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC15canNavigateBackSbvg","regions":[[382,31,387,6,0,0,0,0],[383,82,385,10,0,0,0,0],[385,10,386,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18canNavigateForwardSbvg","regions":[[390,34,395,6,0,0,0,0],[391,82,393,10,0,0,0,0],[393,10,394,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC22previousPageInSequence0abE4Core0eI0OSgvg","regions":[[398,45,405,6,0,0,0,0],[401,14,403,10,0,0,0,0],[403,10,404,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC18nextPageInSequence0abE4Core0eI0OSgvg","regions":[[408,41,415,6,0,0,0,0],[411,14,413,10,0,0,0,0],[413,10,414,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPage_9animationy0abE4Core0eJ0O_7SwiftUI9AnimationVtF","regions":[[428,67,434,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardStateMachine.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardStateMachineC14navigateToPage_9animationy0abE4Core0eJ0O_7SwiftUI9AnimationVtFyyXEfU_","regions":[[429,34,433,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11_isStopping33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySbGvpfi","regions":[[9,37,9,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV10_heroScale33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[14,45,14,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV12_heroOpacity33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySdGvpfi","regions":[[15,46,15,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV12_showContent33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVySbGvpfi","regions":[[16,38,16,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11_pulseScale33_FA3AE76671C0CA93601F4D9C8E284ACFLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[17,46,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvg","regions":[[22,25,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvg7SwiftUI9TupleViewVyAE0M0PAEE7opacityyQrSdFQOyAiEE11scaleEffect_6anchorQr12CoreGraphics7CGFloatV_AE9UnitPointVtFQOyAA0E11HeroSectionV_Qo__Qo__AiEE6offset1x1yQrAO_AOtFQOyAiEEAJyQrSdFQOyAC07contentM033_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvpQOy_Qo__Qo__Qo_tGyXEfU_","regions":[[23,28,37,10,0,0,0,0],[35,40,35,41,0,0,0,0],[35,44,35,45,0,0,0,0],[36,42,36,43,0,0,0,0],[36,46,36,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV4bodyQrvgyycfU0_","regions":[[43,19,46,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyF","regions":[[51,36,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyXEfU_","regions":[[53,69,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV15animateEntrance33_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyXEfU0_","regions":[[59,59,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg","regions":[[67,40,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_","regions":[[68,58,153,10,0,0,0,0],[121,38,132,14,0,0,0,0],[132,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_","regions":[[70,83,116,14,0,0,0,0],[71,43,103,18,0,0,0,0],[103,18,116,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_","regions":[[72,28,100,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_","regions":[[73,32,91,26,0,0,0,0],[75,32,75,42,0,0,0,0],[75,43,86,30,0,0,0,0],[86,30,91,26,0,0,0,0],[87,60,87,71,0,0,0,0],[87,74,87,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_yycfU_","regions":[[81,47,85,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A54_yXEfU_yycfU_yyXEfU_","regions":[[82,115,84,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A62_yXEfU_A58_yXEfU0_","regions":[[92,65,98,26,0,0,0,0],[93,47,93,67,0,0,0,0],[93,70,93,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A72_yXEfU_A70_yXEfU0_","regions":[[109,36,115,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A76_yXEfU0_","regions":[[122,24,128,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_","regions":[[135,62,150,14,0,0,0,0],[136,37,136,50,0,0,0,0],[136,53,136,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_yyScMYccfU_","regions":[[136,68,138,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_SbyKXEfu_","regions":[[140,41,140,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV11contentView33_FA3AE76671C0CA93601F4D9C8E284ACFLLQrvg7SwiftUI05TupleJ0VyAF0J0PAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAjFEAKyQrAO_AStFQOyAF6VStackVyAHyAjFE10background_2in9fillStyleQrqd___qd_0_AF9FillStyleVtAF10ShapeStyleRd__AF15InsettableShapeRd_0_r0_lFQOyAjFEAKyQrARFQOyAF6HStackVyAHyAF6ZStackVyAHyAjFE8onAppear7performQryycSg_tFQOyAjFE7opacityyQrSdFQOyAjFE11scaleEffect_6anchorQrAR_AF9UnitPointVtFQOyAjFE5frame5width6height9alignmentQrAS_AsF9AlignmentVtFQOyAF011StrokeShapeJ0VyAF6CircleVAF5ColorVAF05EmptyJ0VG_Qo__Qo__Qo__Qo_Sg_AjFE12symbolEffect_7options8isActiveQrqd___7Symbols19SymbolEffectOptionsVSbtA36_22IndefiniteSymbolEffectRd__A36_12SymbolEffectRd__lFQOyAjFE15foregroundColoryQrA24_SgFQOyAjFE4fontyQrAF4FontVSgFQOyAF5ImageV_Qo__Qo__A36_18RotateSymbolEffectVQo_tGG_AUyAHyAF4TextV_A57_tGGAF6SpacerVtGG_Qo__A24_AF16RoundedRectangleVQo_Sg_A57_A2_yAHyAjFEA41_yQrA42_FQOyA48__Qo__A57_tGGtGG_Qo__Qo__AjFEAKyQrAO_AStFQOyAjFEAV_AwXQrqd___qd_0_AZtAFA_Rd__AFA0_Rd_0_r0_lFQOyAjFEAKyQrARFQOyA2_yAHyA69__A57_A61_tGG_Qo__A24_A66_Qo__Qo_SgAjFEAKyQrAO_AStFQOyAjFEAKyQrAO_AStFQOyA2_yAHyAF15ModifiedContentVyAjFE16keyboardShortcutyQrAF16KeyboardShortcutVFQOyAjFE8disabledyQrSbFQOyAjFE11buttonStyleyQrqd__AF11ButtonStyleRd__lFQOyAF6ButtonVyA57_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo__Qo__Qo_AF31AccessibilityAttachmentModifierVG_A83_yAjFEA87_yQrSbFQOyAjFEA88_yQrqd__AFA89_Rd__lFQOyA92__A96_15SecondaryButtonVQo__Qo_A103_GtGG_Qo__Qo_tGyXEfU_A110_yXEfU1_yyScMYccfU0_","regions":[[144,34,146,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyF","regions":[[158,31,187,6,0,0,0,0],[159,43,159,53,0,0,0,0],[159,53,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyYacfU_","regions":[[164,14,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardStopKanataPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardStopKanataPageV04stopG033_FA3AE76671C0CA93601F4D9C8E284ACFLLyyFyyYacfU_yyYbScMYcXEfU_","regions":[[167,33,185,14,0,0,0,0],[170,24,170,30,0,0,0,0],[171,17,172,33,0,0,0,0],[174,17,175,87,0,0,0,0],[177,17,183,22,0,0,0,0],[181,24,181,73,0,0,0,0],[181,74,183,22,0,0,0,0],[184,18,185,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13kanataManager33_192D1F9BDE7665DED69EB9B4018F2CC6LLAA18RuntimeCoordinatorCvg","regions":[[20,51,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV11_headerMode33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVyAC06HeaderI0AELLOGvpfi","regions":[[32,49,32,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13_gearRotation33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySdGvpfi","regions":[[33,47,33,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13_iconHovering33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySbGvpfi","regions":[[34,45,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16_fadeMaskOpacity33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySdGvpfi","regions":[[35,50,35,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV18_visibleIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI5StateVySiGvpfi","regions":[[36,49,36,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg","regions":[[38,25,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_","regions":[[39,33,204,10,0,0,0,0],[153,91,153,103,0,0,0,0],[153,106,153,153,0,0,0,0],[153,132,153,141,0,0,0,0],[153,144,153,152,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A31_yXEfU_","regions":[[41,32,86,14,0,0,0,0],[48,20,48,33,0,0,0,0],[48,34,65,18,0,0,0,0],[62,40,62,50,0,0,0,0],[62,53,62,66,0,0,0,0],[65,24,67,18,0,0,0,0],[74,20,74,33,0,0,0,0],[74,34,83,18,0,0,0,0],[83,24,85,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A31_yXEfU_A11_yXEfU_","regions":[[50,27,61,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_","regions":[[89,20,124,14,0,0,0,0],[91,20,91,41,0,0,0,0],[91,42,99,18,0,0,0,0],[93,70,93,74,0,0,0,0],[93,77,93,80,0,0,0,0],[99,18,124,14,0,0,0,0],[101,20,101,45,0,0,0,0],[101,46,117,18,0,0,0,0],[117,24,123,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU_","regions":[[107,35,112,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU_yyXEfU_","regions":[[109,102,111,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_A93_yXEfU0_yycfU0_","regions":[[113,38,116,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySbcfU1_","regions":[[134,22,140,14,0,0,0,0],[135,20,135,41,0,0,0,0],[135,42,137,18,0,0,0,0],[137,24,139,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU2_","regions":[[141,27,151,14,0,0,0,0],[143,20,143,41,0,0,0,0],[143,42,150,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU2_yyXEfU_","regions":[[146,63,149,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_","regions":[[155,23,172,14,0,0,0,0],[157,20,157,32,0,0,0,0],[157,33,159,18,0,0,0,0],[159,24,161,18,0,0,0,0],[160,57,160,65,0,0,0,0],[160,68,160,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_yyYbScMYccfU_","regions":[[163,42,171,18,0,0,0,0],[166,53,170,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_yycfU3_yyYbScMYccfU_ySo6NSViewCXEfU_","regions":[[167,62,169,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_","regions":[[173,41,184,14,0,0,0,0],[174,20,174,29,0,0,0,0],[174,30,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_yyYbScMYccfU_","regions":[[176,46,178,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU4_yyXEfU0_","regions":[[179,62,181,22,0,0,0,0],[180,61,180,69,0,0,0,0],[180,72,180,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU5_","regions":[[185,49,192,14,0,0,0,0],[187,20,187,33,0,0,0,0],[187,34,191,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI9TupleViewVyAE6VStackVyAGyAE0L0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AsE9AlignmentVtFQOyAE6SpacerV_Qo__AE19_ConditionalContentVyAkEE10transitionyQrqd__AE10TransitionRd__lFQOyAkEEAL8minWidth10idealWidth8maxWidth9minHeight11idealHeight9maxHeightAOQrAS_A5sUtFQOyAkEE2idyQrqd__SHRd__lFQOyAE5GroupVyAA0E20SystemStatusOverviewVG_SSQo__Qo__AE07OpacityZ0VQo_AE05EmptyL0VGAwZyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE7paddingyQrAE4EdgeO3SetV_AStFQOyAA0E13ActionSectionV_Qo__A16_Qo_A19_GtGG_AkEE8onChange2of7initial_Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEEA33_A34_A35__Qrqd___Sbyqd___qd__tctSQRd__lFQOyAkEE8onAppear7performQryycSg_tFQOyAE08ModifiedX0VyAkEEA_yQrqd__AEA0_Rd__lFQOyAkEE12onTapGesture5countA37_QrSi_yyctFQOyAkEE7onHoverA37_QrySbc_tFQOyAkEE12contentShape_6eoFillQrqd___SbtAE5ShapeRd__lFQOyAkEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAkEE6zIndexyQrSdFQOyAkEE6offset1x1yQrAR_ARtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAkEEAlmnOQrAS_AsUtFQOyAE6ZStackVyAGyAkEE16allowsHitTestingyQrSbFQOyAkEEAlmnOQrAS_AsUtFQOyAE011StrokeShapeL0VyAE6CircleVAE5ColorVA19_G_Qo__Qo_Sg_AZyAkEE11onDisappearA37_QrA38__tFQOyAkEEA36_A37_QrA38__tFQOyAkEE14rotationEffect_6anchorQrAE5AngleV_AE9UnitPointVtFQOyAkEE15foregroundColoryQrA64_SgFQOyAkEE4fontyQrAE4FontVSgFQOyAE5ImageV_Qo__Qo__Qo__Qo__Qo_A40_yA85_AA24AvailabilitySymbolBounceVGGtGG_Qo__Qo__Qo__Qo__Qo__SbQo__A62_Qo__Qo__Qo__A16_Qo_AE31AccessibilityAttachmentModifierVG_Qo__SbQo__SbQo_AkEEA47__A48_QrA51__qd__tSQRd__lFQOyAkEEA52_yQrSdFQOyAkEE9fixedSize10horizontal8verticalQrSb_SbtFQOyAkEEA21_yQrA25__AStFQOyAkEEALA1_A2_A3_A4_A5_A6_AOQrAS_A5sUtFQOyAE4TextV_Qo__Qo__Qo__Qo__SbQo_tGyXEfU_ySb_SbtcfU5_yyXEfU_","regions":[[188,76,190,22,0,0,0,0],[189,49,189,57,0,0,0,0],[189,60,189,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV4bodyQrvg7SwiftUI4ViewPAEE9animation_5valueQrAE9AnimationVSg_qd__tSQRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAE5ColorV_Qo__SdQo_yXEfU0_","regions":[[209,18,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV20isEverythingComplete33_192D1F9BDE7665DED69EB9B4018F2CC6LLSbvg","regions":[[219,44,232,6,0,0,0,0],[225,43,227,10,0,0,0,0],[227,10,231,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV11headerTitle33_192D1F9BDE7665DED69EB9B4018F2CC6LLSSvg","regions":[[234,37,251,6,0,0,0,0],[235,16,235,26,0,0,0,0],[236,9,237,40,0,0,0,0],[238,9,247,53,0,0,0,0],[243,16,243,22,0,0,0,0],[243,23,245,14,0,0,0,0],[245,14,247,53,0,0,0,0],[246,35,246,42,0,0,0,0],[246,45,246,53,0,0,0,0],[248,9,249,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV14headerIconName33_192D1F9BDE7665DED69EB9B4018F2CC6LLSSvg","regions":[[253,40,262,6,0,0,0,0],[254,16,254,26,0,0,0,0],[255,9,256,19,0,0,0,0],[257,9,258,32,0,0,0,0],[259,9,260,36,0,0,0,0],[261,10,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV15headerIconColor33_192D1F9BDE7665DED69EB9B4018F2CC6LL7SwiftUI0J0Vvg","regions":[[264,40,273,6,0,0,0,0],[265,16,265,26,0,0,0,0],[266,9,267,23,0,0,0,0],[268,9,269,38,0,0,0,0],[270,9,271,40,0,0,0,0],[272,10,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV14iconTopPadding33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[276,41,283,6,0,0,0,0],[277,16,277,26,0,0,0,0],[278,9,279,30,0,0,0,0],[280,9,281,15,0,0,0,0],[282,10,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV13listMaxHeight33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[286,40,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV17iconVerticalTweak33_192D1F9BDE7665DED69EB9B4018F2CC6LL12CoreGraphics7CGFloatVvg","regions":[[291,44,291,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivg","regions":[[295,39,378,6,0,0,0,0],[308,12,308,29,0,0,0,0],[308,30,308,44,0,0,0,0],[312,12,312,24,0,0,0,0],[312,25,312,39,0,0,0,0],[328,12,328,89,0,0,0,0],[328,90,330,10,0,0,0,0],[345,12,345,85,0,0,0,0],[345,86,347,10,0,0,0,0],[354,12,354,38,0,0,0,0],[354,39,354,53,0,0,0,0],[370,12,370,27,0,0,0,0],[370,28,370,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU_","regions":[[302,49,307,10,0,0,0,0],[303,60,305,14,0,0,0,0],[305,14,306,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU_SbyKXEfu_","regions":[[304,52,304,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU0_","regions":[[311,44,311,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU1_","regions":[[315,63,320,10,0,0,0,0],[316,59,318,14,0,0,0,0],[318,14,319,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU2_","regions":[[321,62,326,10,0,0,0,0],[322,59,324,14,0,0,0,0],[324,14,325,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu_","regions":[[328,47,328,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu_SbyKXEfu0_","regions":[[328,58,328,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU3_","regions":[[333,61,338,10,0,0,0,0],[334,59,336,14,0,0,0,0],[336,14,337,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU4_","regions":[[339,60,344,10,0,0,0,0],[340,59,342,14,0,0,0,0],[342,14,343,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu1_","regions":[[345,45,345,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSbyKXEfu1_SbyKXEfu2_","regions":[[345,56,345,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV16failedIssueCount33_192D1F9BDE7665DED69EB9B4018F2CC6LLSivgSb0abE4Core0eI0VXEfU5_","regions":[[357,47,369,10,0,0,0,0],[358,16,358,47,0,0,0,0],[358,48,367,14,0,0,0,0],[359,24,359,40,0,0,0,0],[360,17,363,32,0,0,0,0],[364,17,365,33,0,0,0,0],[367,14,368,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Pages/WizardSummaryPage.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit17WizardSummaryPageV17computeIssueCount07visibleJ006failedJ0S2i_SitFZ","regions":[[382,79,385,6,0,0,0,0],[384,28,384,40,0,0,0,0],[384,43,384,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV13_scrollOffset33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[22,48,22,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV14_contentHeight33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[23,49,23,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16_containerHeight33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVy12CoreGraphics7CGFloatVGvpfi","regions":[[24,51,24,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16_duplicateCopies33_A86244F5C50E7389327DA752310B2A1BLL7SwiftUI5StateVySaySSGGvpfi","regions":[[25,52,25,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg","regions":[[29,25,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_","regions":[[30,20,92,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_","regions":[[31,85,74,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_","regions":[[32,49,73,18,0,0,0,0],[36,51,36,89,0,0,0,0],[36,92,36,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_yycfU_","regions":[[36,51,36,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_","regions":[[37,23,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_","regions":[[38,65,69,26,0,0,0,0],[52,32,52,54,0,0,0,0],[52,79,68,30,0,0,0,0],[68,30,69,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_","regions":[[53,101,66,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_A20_A7_cfU_","regions":[[54,70,65,38,0,0,0,0],[61,75,61,116,0,0,0,0],[61,119,61,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A31_yXEfU_A30_A7_cfU_A26_ycfU0_A25_yXEfU_A21_yXEfU_A20_A7_cfU_yycfU_","regions":[[61,75,61,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE5frame8minWidth05idealO003maxO00N6Height0pR00qR09alignmentQr12CoreGraphics7CGFloatVSg_A5sE9AlignmentVtFQOyAgEE7paddingyQrAE4EdgeO3SetV_AStFQOyAgEEAH5width6heightAOQrAS_AsUtFQOyAgEE10background_AOQrqd___AUtAeFRd__lFQOyAE10LazyVStackVyAE7ForEachVySayAC0G9ItemModelVGSSAgEE10transitionyQrqd__AE10TransitionRd__lFQOyAA12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLVyAE6VStackVyAE05TupleL0VyAA0eG4ItemV_AgEEAVyQrAZ_AStFQOyA15_yA5_yA8_SSAgEEAVyQrAZ_AStFQOyA19__Qo_GG_Qo_SgtGGG_AE17OpacityTransitionVQo_GG_AE14GeometryReaderVyAgEE10preference3key5valueQrqd__m_5ValueQyd__tAE010PreferenceA0Rd__lFQOyAE5ColorV_AC015ContentGeometryA0A12_LLVQo_GQo__Qo__Qo__Qo_yXEfU_A45_AE13GeometryProxyVcfU0_","regions":[[77,32,86,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU0_","regions":[[98,19,107,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU0_yyYbScMYccfU_","regions":[[100,38,106,14,0,0,0,0],[103,17,105,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_","regions":[[110,28,124,14,0,0,0,0],[111,46,117,18,0,0,0,0],[117,24,123,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yycfU_","regions":[[113,35,113,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yAV_AVtcfU0_","regions":[[114,58,116,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yycfU1_","regions":[[119,35,119,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI19_ConditionalContentVyAE7AnyViewVAE0O0PAEE8onChange2of7performQrqd___yqd__ctSQRd__lFQOyAkEE0P6AppearANQryycSg_tFQOyAE5ColorV_Qo__12CoreGraphics7CGFloatVQo_GAE13GeometryProxyVcfU1_yAVcfU2_","regions":[[120,58,122,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyAC15ContentGeometry33_A86244F5C50E7389327DA752310B2A1BLLVcfU2_","regions":[[126,54,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgyycfU3_","regions":[[130,19,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgySb_SbtcfU4_","regions":[[134,37,134,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgySi_SitcfU5_","regions":[[135,37,135,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvgy0abE4Core0eF5StateO_AGtcfU6_","regions":[[136,36,136,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE14LinearGradientV_Qo__Qo__AE07OpacityN0VQo_SgyXEfU7_","regions":[[137,35,151,10,0,0,0,0],[138,16,138,30,0,0,0,0],[138,31,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV4bodyQrvg7SwiftUI4ViewPAEE10transitionyQrqd__AE10TransitionRd__lFQOyAgEE16allowsHitTestingyQrSbFQOyAgEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_ArE9AlignmentVtFQOyAE14LinearGradientV_Qo__Qo__AE07OpacityN0VQo_SgyXEfU8_","regions":[[152,38,166,10,0,0,0,0],[153,16,153,33,0,0,0,0],[153,34,165,14,0,0,0,0],[165,14,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17disableFocusRings33_A86244F5C50E7389327DA752310B2A1BLL2inySo6NSViewC_tF","regions":[[172,53,177,6,0,0,0,0],[174,38,176,10,0,0,0,0],[176,10,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV14canShowTopFade33_A86244F5C50E7389327DA752310B2A1BLLSbvg","regions":[[179,38,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17canShowBottomFade33_A86244F5C50E7389327DA752310B2A1BLLSbvg","regions":[[184,41,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV12displayItems33_A86244F5C50E7389327DA752310B2A1BLLSayAC0G9ItemModelVGvg","regions":[[190,49,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV015ContentGeometryA033_A86244F5C50E7389327DA752310B2A1BLLV6reduce5value9nextValueyAC0iJ0AELLVz_AKyXEtFZ","regions":[[203,92,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV07isFinalabG033_A86244F5C50E7389327DA752310B2A1BLL4itemSbAC0G9ItemModelV_tF","regions":[[210,70,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV07isFinalabG033_A86244F5C50E7389327DA752310B2A1BLL4itemSbAC0G9ItemModelV_tFSbyKXEfu_","regions":[[212,46,212,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV22shouldShowInitialClock33_A86244F5C50E7389327DA752310B2A1BLL3forSbAC0G9ItemModelV_tF","regions":[[215,76,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV22shouldShowInitialClock33_A86244F5C50E7389327DA752310B2A1BLL3forSbAC0G9ItemModelV_tFSbyKXEfu_","regions":[[218,38,218,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg","regions":[[224,40,416,6,0,0,0,0],[243,67,243,97,0,0,0,0],[243,100,243,103,0,0,0,0],[266,32,266,50,0,0,0,0],[266,53,266,77,0,0,0,0],[268,36,268,39,0,0,0,0],[268,42,268,52,0,0,0,0],[303,15,303,33,0,0,0,0],[303,36,303,39,0,0,0,0],[325,15,325,33,0,0,0,0],[325,36,325,39,0,0,0,0],[366,45,366,54,0,0,0,0],[366,57,366,60,0,0,0,0],[377,12,377,49,0,0,0,0],[377,50,396,10,0,0,0,0],[399,12,399,50,0,0,0,0],[399,51,413,10,0,0,0,0],[408,27,408,49,0,0,0,0],[408,52,408,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU_","regions":[[231,42,236,10,0,0,0,0],[232,60,234,14,0,0,0,0],[234,14,235,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU_SbyKXEfu_","regions":[[233,52,233,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU0_","regions":[[237,48,242,10,0,0,0,0],[238,16,238,44,0,0,0,0],[238,45,240,14,0,0,0,0],[240,14,241,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU1_","regions":[[257,56,262,10,0,0,0,0],[258,16,258,44,0,0,0,0],[258,45,260,14,0,0,0,0],[260,14,261,53,0,0,0,0],[261,29,261,39,0,0,0,0],[261,42,261,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU2_","regions":[[275,44,275,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvg0abE4Core012InstallationG0OyXEfU3_","regions":[[276,50,281,10,0,0,0,0],[277,16,277,44,0,0,0,0],[277,45,279,14,0,0,0,0],[279,14,280,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU4_","regions":[[295,51,300,10,0,0,0,0],[296,61,298,14,0,0,0,0],[298,14,299,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU4_SbyKXEfu_","regions":[[297,58,297,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu_","regions":[[302,60,302,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU5_","regions":[[318,49,323,10,0,0,0,0],[319,61,321,14,0,0,0,0],[321,14,322,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU5_SbyKXEfu_","regions":[[320,56,320,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu0_","regions":[[324,58,324,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU6_","regions":[[340,45,343,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU6_SbyKXEfu_","regions":[[342,48,342,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU7_","regions":[[358,43,360,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSb0abE4Core0E5IssueVXEfU8_","regions":[[379,56,385,14,0,0,0,0],[381,65,383,18,0,0,0,0],[383,18,384,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV11statusItemsSayAC0G9ItemModelVGvgSbyKXEfu1_","regions":[[407,66,407,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyF","regions":[[420,38,440,6,0,0,0,0],[427,34,434,10,0,0,0,0],[430,16,430,32,0,0,0,0],[430,55,433,14,0,0,0,0],[434,10,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSbAC0G9ItemModelVXEfU_","regions":[[437,49,437,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSbAC0G9ItemModelVXEfU_SbyKXEfu_","regions":[[437,78,437,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV17updateNavSequence33_A86244F5C50E7389327DA752310B2A1BLLyyFSS0abE4Core0E4PageOcfu_","regions":[[439,91,439,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV21fullDiskAccessIfFreshSbSgyF","regions":[[458,56,461,10,0,0,0,0],[459,77,459,91,0,0,0,0],[459,91,460,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV20updateFullDiskAccessyySbF","regions":[[463,59,465,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV013communicationG7IfFresh4port13kanataRunning0abE4Core012InstallationG0OSgSi_SbtF","regions":[[470,34,477,10,0,0,0,0],[475,18,475,32,0,0,0,0],[475,32,476,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV10ProbeCache33_A86244F5C50E7389327DA752310B2A1BLLV19updateCommunication6status4port13kanataRunningy0abE4Core012InstallationG0O_SiSbtF","regions":[[483,11,485,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV24shouldShowDependentItems33_A86244F5C50E7389327DA752310B2A1BLLAC20DependencyVisibilityAELLVyF","regions":[[488,69,498,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV16itemDependencies33_A86244F5C50E7389327DA752310B2A1BLLSDySSSaySSGGvg","regions":[[504,54,513,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtF","regions":[[519,15,523,6,0,0,0,0],[520,72,520,87,0,0,0,0],[520,87,522,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtFSS_0abE4Core012InstallationG0OtAIXEfU_","regions":[[521,72,521,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV21dependenciesSatisfied33_A86244F5C50E7389327DA752310B2A1BLL3for2inSbAC0G9ItemModelV_SayAIGtFSbSSXEfU0_","regions":[[522,32,522,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZ","regions":[[529,5,534,6,0,0,0,0],[530,12,530,24,0,0,0,0],[530,25,530,41,0,0,0,0],[530,41,533,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZSbAGXEfU_","regions":[[533,29,533,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV20filteredDisplayItems_07showAllK0SayAC0G9ItemModelVGAH_SbtFZSbAGXEfU_SbyKXEfu_","regions":[[533,58,533,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV0G9ItemModelV2id4icon5title8subtitle6status11isNavigable10targetPage8subItems13relatedIssuesAESS_S3SSg0abE4Core012InstallationG0OSbAP0eS0OSayAEGSayAP0E5IssueVGtcfC","regions":[[559,11,569,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV19checkFullDiskAccess33_A86244F5C50E7389327DA752310B2A1BLLSbyF","regions":[[577,48,587,6,0,0,0,0],[584,19,584,75,0,0,0,0],[585,19,585,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tF","regions":[[589,79,632,6,0,0,0,0],[590,12,590,40,0,0,0,0],[590,41,592,10,0,0,0,0],[592,10,631,26,0,0,0,0],[617,12,617,34,0,0,0,0],[617,35,619,10,0,0,0,0],[619,10,631,26,0,0,0,0],[622,12,622,19,0,0,0,0],[622,43,624,10,0,0,0,0],[624,10,631,26,0,0,0,0],[627,12,627,42,0,0,0,0],[627,43,629,10,0,0,0,0],[629,10,631,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_","regions":[[594,51,599,10,0,0,0,0],[595,72,597,14,0,0,0,0],[597,14,598,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_SbyKXEfu_","regions":[[596,69,596,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU0_","regions":[[603,57,608,10,0,0,0,0],[604,59,606,14,0,0,0,0],[606,14,607,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV018getInputMonitoringG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU1_","regions":[[609,58,614,10,0,0,0,0],[610,59,612,14,0,0,0,0],[612,14,613,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tF","regions":[[634,77,677,6,0,0,0,0],[635,12,635,40,0,0,0,0],[635,41,637,10,0,0,0,0],[637,10,676,26,0,0,0,0],[662,12,662,34,0,0,0,0],[662,35,664,10,0,0,0,0],[664,10,676,26,0,0,0,0],[667,12,667,19,0,0,0,0],[667,43,669,10,0,0,0,0],[669,10,676,26,0,0,0,0],[672,12,672,40,0,0,0,0],[672,41,674,10,0,0,0,0],[674,10,676,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_","regions":[[639,49,644,10,0,0,0,0],[640,72,642,14,0,0,0,0],[642,14,643,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU_SbyKXEfu_","regions":[[641,67,641,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU0_","regions":[[648,55,653,10,0,0,0,0],[649,59,651,14,0,0,0,0],[651,14,652,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV016getAccessibilityG033_A86244F5C50E7389327DA752310B2A1BLL6hasFDA0abE4Core012InstallationG0OSb_tFSbAG0E5IssueVXEfU1_","regions":[[654,56,659,10,0,0,0,0],[655,59,657,14,0,0,0,0],[657,14,658,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV022getKarabinerComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[679,71,685,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV019getKanataComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[687,68,706,6,0,0,0,0],[688,12,688,40,0,0,0,0],[688,41,690,10,0,0,0,0],[690,10,705,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV019getKanataComponentsG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyFSbAF0E5IssueVXEfU_","regions":[[692,42,704,10,0,0,0,0],[693,16,693,47,0,0,0,0],[693,48,702,14,0,0,0,0],[694,24,694,40,0,0,0,0],[695,17,698,32,0,0,0,0],[699,17,700,33,0,0,0,0],[702,14,703,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV022getCommunicationServerG033_A86244F5C50E7389327DA752310B2A1BLL0abE4Core012InstallationG0OyF","regions":[[708,71,713,6,0,0,0,0],[711,12,711,40,0,0,0,0],[711,41,711,63,0,0,0,0],[711,63,712,58,0,0,0,0],[712,34,712,44,0,0,0,0],[712,47,712,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV010getServiceG00abE4Core012InstallationG0OyF","regions":[[715,51,734,6,0,0,0,0],[716,12,716,40,0,0,0,0],[716,41,718,10,0,0,0,0],[718,10,733,27,0,0,0,0],[721,12,721,33,0,0,0,0],[721,34,723,10,0,0,0,0],[723,10,733,27,0,0,0,0],[725,12,725,76,0,0,0,0],[725,77,727,10,0,0,0,0],[727,10,733,27,0,0,0,0],[729,12,729,27,0,0,0,0],[729,28,731,10,0,0,0,0],[731,10,733,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV010getServiceG00abE4Core012InstallationG0OyFSbAE0E5IssueVcfu_","regions":[[720,42,720,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyF","regions":[[736,85,763,6,0,0,0,0],[755,12,755,38,0,0,0,0],[755,39,757,10,0,0,0,0],[757,19,757,43,0,0,0,0],[757,44,759,10,0,0,0,0],[759,16,762,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU_","regions":[[738,58,744,10,0,0,0,0],[739,80,739,96,0,0,0,0],[739,96,743,25,0,0,0,0],[740,68,742,14,0,0,0,0],[742,14,743,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU_SbyKXEfu_","regions":[[739,50,739,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU0_","regions":[[746,56,752,10,0,0,0,0],[747,80,747,96,0,0,0,0],[747,96,751,25,0,0,0,0],[748,68,750,14,0,0,0,0],[750,14,751,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV26getServiceNavigationTarget33_A86244F5C50E7389327DA752310B2A1BLL0abE4Core0E4PageO4page_SS6reasontyFSbAF0E5IssueVXEfU0_SbyKXEfu_","regions":[[747,50,747,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit26WizardSystemStatusOverviewV05issueG033_A86244F5C50E7389327DA752310B2A1BLL3for0abE4Core012InstallationG0OSayAG0E5IssueVG_tF","regions":[[765,79,767,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV9_hovering7SwiftUI5StateVySbGvpfi","regions":[[773,35,773,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV11isNavigable5onTap7contentADyxGSb_yycSgxyctcfC","regions":[[782,7,786,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg","regions":[[788,25,814,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF06_ShapeQ0VyAF16RoundedRectangleVAF5ColorVG_Qo_yXEfU_","regions":[[793,42,798,14,0,0,0,0],[796,38,796,65,0,0,0,0],[796,68,796,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvg7SwiftUI4ViewPAFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAF011StrokeShapeQ0VyAF16RoundedRectangleVAF5ColorVAF05EmptyQ0VG_Qo_yXEfU0_","regions":[[799,42,803,14,0,0,0,0],[801,40,801,80,0,0,0,0],[801,83,801,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgySbcfU1_","regions":[[804,22,808,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgySbcfU1_yyXEfU_","regions":[[805,59,807,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/Components/WizardSystemStatusOverview.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit12HoverableRow33_A86244F5C50E7389327DA752310B2A1BLLV4bodyQrvgyycfU2_","regions":[[809,27,813,14,0,0,0,0],[810,20,810,31,0,0,0,0],[810,32,812,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6buffer33_63DF169A8687D83C15A9DCA47D8094E1LLSayAA0E5EventVGvpfi","regions":[[7,41,7,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC5index33_63DF169A8687D83C15A9DCA47D8094E1LLSivpfi","regions":[[9,30,9,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6isFull33_63DF169A8687D83C15A9DCA47D8094E1LLSbvpfi","regions":[[10,26,10,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC8capacityACSi_tcfc","regions":[[12,31,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC6recordyyAA0E5EventVF","regions":[[17,39,21,6,0,0,0,0],[20,12,20,22,0,0,0,0],[20,23,20,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC8snapshotSayAA0E5EventVGyF","regions":[[23,38,28,6,0,0,0,0],[24,12,24,19,0,0,0,0],[24,20,26,10,0,0,0,0],[26,10,27,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardTelemetry.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardTelemetryC5resetyyF","regions":[[30,18,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC11showSuccess_8durationySS_SdtF","regions":[[16,100,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC9showError_8durationySS_SdtF","regions":[[21,99,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC8showInfo_8durationySS_SdtF","regions":[[26,97,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC17showLaunchFailure_8durationy0abE4Core0iJ6StatusO_SdtF","regions":[[34,7,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC014makeActionableF033_41B10A284B44310404BA71C6CC2713E6LL4fromAA0eF0O0abE4Core19LaunchFailureStatusO_tF","regions":[[39,87,61,6,0,0,0,0],[43,16,43,22,0,0,0,0],[44,9,47,14,0,0,0,0],[48,9,51,14,0,0,0,0],[52,9,55,14,0,0,0,0],[56,9,59,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC07dismissF0yyF","regions":[[64,25,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC04showF033_41B10A284B44310404BA71C6CC2713E6LL_8durationyAA0eF0O_SdtF","regions":[[69,74,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit18WizardToastManagerC04showF033_41B10A284B44310404BA71C6CC2713E6LL_8durationyAA0eF0O_SdtFyyYacfU_","regions":[[77,26,84,10,0,0,0,0],[79,19,79,36,0,0,0,0],[79,37,81,14,0,0,0,0],[81,14,84,10,0,0,0,0],[82,42,82,52,0,0,0,0],[82,52,84,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO7messageSSvg","regions":[[103,25,110,6,0,0,0,0],[104,16,104,20,0,0,0,0],[105,9,106,20,0,0,0,0],[107,9,108,20,0,0,0,0],[109,10,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO4iconSSvg","regions":[[112,22,119,6,0,0,0,0],[113,16,113,20,0,0,0,0],[114,9,114,47,0,0,0,0],[115,9,115,53,0,0,0,0],[116,9,116,39,0,0,0,0],[117,9,117,50,0,0,0,0],[118,10,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO5styleAA0F5StyleOvg","regions":[[121,27,128,6,0,0,0,0],[122,16,122,20,0,0,0,0],[123,9,123,32,0,0,0,0],[124,9,124,28,0,0,0,0],[125,9,125,26,0,0,0,0],[126,9,126,52,0,0,0,0],[127,10,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO5color7SwiftUI5ColorVvg","regions":[[130,22,137,6,0,0,0,0],[131,16,131,21,0,0,0,0],[132,9,132,51,0,0,0,0],[133,9,133,47,0,0,0,0],[134,9,134,45,0,0,0,0],[135,9,135,51,0,0,0,0],[136,10,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit11WizardToastO11actionTitleSSSgvg","regions":[[139,30,144,6,0,0,0,0],[140,16,140,20,0,0,0,0],[141,9,141,42,0,0,0,0],[142,9,142,64,0,0,0,0],[143,10,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV10_isVisible33_41B10A284B44310404BA71C6CC2713E6LL7SwiftUI5StateVySbGvpfi","regions":[[153,36,153,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV5toast9onDismiss0I6ActionAcA0eF0O_yycyycSgtcfC","regions":[[155,94,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg","regions":[[161,25,220,6,0,0,0,0],[204,34,204,37,0,0,0,0],[204,40,204,44,0,0,0,0],[205,30,205,33,0,0,0,0],[205,36,205,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_","regions":[[162,49,200,10,0,0,0,0],[191,75,199,14,0,0,0,0],[199,14,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_","regions":[[163,33,188,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_A14_yXEfU_","regions":[[165,24,172,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A39_yXEfU_A31_yXEfU0_","regions":[[181,43,185,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A50_yXEfU0_","regions":[[192,24,198,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvg7SwiftUI05TupleG0VyAE6HStackVyAGyAE6ZStackVyAGyAE0G0PAEE5frame5width6height9alignmentQr12CoreGraphics7CGFloatVSg_AuE9AlignmentVtFQOyAE06_ShapeG0VyAE6CircleVAE5ColorVG_Qo__AmEE4fontyQrAE4FontVSgFQOyAmEE010foregroundX0yQrA1_SgFQOyAE5ImageV_Qo__Qo_tGG_AmEE013multilineTextU0yQrAE04TextU0OFQOyAE4TextV_Qo_AE6SpacerVAE15ModifiedContentVyAmEE11buttonStyleyQrqd__AE20PrimitiveButtonStyleRd__lFQOyAE6ButtonVyAmEEA8_yQrA9_FQOyAmEEA4_yQrA7_FQOyA11__Qo__Qo_G_AE16PlainButtonStyleVQo_AE31AccessibilityAttachmentModifierVGtGG_AIyAGyA23__AmEEA26_yQrqd__AE11ButtonStyleRd__lFQOyA29_yA20_G_AA0E6DesignO9ComponentO13PrimaryButtonVQo_tGGSgtGyXEfU_A50_yXEfU0_A20_yXEfU_","regions":[[194,44,196,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU0_","regions":[[207,19,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU0_yyXEfU_","regions":[[208,27,210,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15WizardToastViewV4bodyQrvgyycfU1_","regions":[[212,22,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV12toastManager02onE6ActionAcA06WizardeH0C_yycSgtcfC","regions":[[228,80,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tF","regions":[[233,46,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tFAF0K0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAkFE6zIndexyQrSdFQOyAkFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEARyQrAV_AZtFQOyAA06WizardeK0V_Qo__Qo__Qo__AA0wE0OSgQo_SgyXEfU_","regions":[[235,39,249,14,0,0,0,0],[236,58,248,18,0,0,0,0],[248,18,249,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13ToastModifierV4body7contentQr7SwiftUI05_ViewF8_ContentVyACG_tFAF0K0PAFE9animation_5valueQrAF9AnimationVSg_qd__tSQRd__lFQOyAkFE6zIndexyQrSdFQOyAkFE7paddingyQrAF4EdgeO3SetV_12CoreGraphics7CGFloatVSgtFQOyAkFEARyQrAV_AZtFQOyAA06WizardeK0V_Qo__Qo__Qo__AA0wE0OSgQo_SgyXEfU_yycfU_","regions":[[239,36,241,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardToastManager.swift"],"mcdc_records":[],"name":"$s7SwiftUI4ViewP13KeyPathAppKitE10withToasts_13onToastActionQrAD06WizardK7ManagerC_yycSgtF","regions":[[257,5,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerCACyc33_185D5ECA024A60A9DC5866857679FA95Llfc","regions":[[23,20,23,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtF","regions":[[30,7,116,6,0,0,0,0],[34,66,38,10,0,0,0,0],[38,10,116,6,0,0,0,0],[45,82,53,10,0,0,0,0],[53,16,60,10,0,0,0,0],[88,12,88,53,0,0,0,0],[88,54,90,10,0,0,0,0],[94,12,94,32,0,0,0,0],[94,33,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFSSyKXEfu_","regions":[[40,117,40,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFy10Foundation12NotificationVYbcfU_","regions":[[108,11,112,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC04showF011initialPage15kanataViewModel9onDismissy0abE4Core0eJ0OSg_AA06KanatalM0CSgyycSgtFy10Foundation12NotificationVYbcfU_ytSgyYaYbScMYccfU_","regions":[[109,18,111,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC05closeF0yyF","regions":[[119,24,128,6,0,0,0,0],[121,40,124,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06updateF16SizeToFitContent33_185D5ECA024A60A9DC5866857679FA95LLyyF","regions":[[131,49,143,6,0,0,0,0],[132,46,132,56,0,0,0,0],[132,56,143,6,0,0,0,0],[138,41,138,51,0,0,0,0],[138,51,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06resizeF8ToHeight33_185D5ECA024A60A9DC5866857679FA95LL_8animatedy12CoreGraphics7CGFloatV_SbtF","regions":[[146,77,170,6,0,0,0,0],[147,31,147,41,0,0,0,0],[147,41,170,6,0,0,0,0],[161,12,161,20,0,0,0,0],[161,21,167,10,0,0,0,0],[167,16,169,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06resizeF8ToHeight33_185D5ECA024A60A9DC5866857679FA95LL_8animatedy12CoreGraphics7CGFloatV_SbtFySo18NSAnimationContextCXEfU_","regions":[[162,50,166,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC06handleF6ClosedyyF","regions":[[173,31,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC9isVisibleSbvg","regions":[[185,25,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit22WizardWindowControllerC9isVisibleSbvgSbyKXEfu_","regions":[[186,30,186,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC10controllerAdA0eF10ControllerC_tcfc","regions":[[195,46,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC15windowWillCloseyy10Foundation12NotificationVF","regions":[[199,43,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/UI/WizardWindowController.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20WizardWindowDelegate33_185D5ECA024A60A9DC5866857679FA95LLC15windowWillCloseyy10Foundation12NotificationVFytSgyYaYbScMYccfU_","regions":[[200,14,202,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerCACyc33_161F1B28CE7E9E69EDC07716BCD8030FLlfc","regions":[[10,20,10,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC21didOpenSystemSettingsSbvpfi","regions":[[15,46,15,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC013didOpenFinderF0Sbvpfi","regions":[[18,44,18,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC24markSystemSettingsOpenedyyF","regions":[[25,37,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC010markFinderF6Opened03forB0ySS_tF","regions":[[30,55,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC13resetTrackingyyF","regions":[[37,26,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC31closeSystemSettingsIfWeOpenedItyyF","regions":[[47,44,78,6,0,0,0,0],[48,42,51,10,0,0,0,0],[51,10,78,6,0,0,0,0],[56,41,60,10,0,0,0,0],[60,10,78,6,0,0,0,0],[69,60,77,10,0,0,0,0],[71,26,73,14,0,0,0,0],[73,20,76,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC011closeFinderF12IfWeOpenedItyyF","regions":[[81,42,117,6,0,0,0,0],[82,71,85,10,0,0,0,0],[85,10,117,6,0,0,0,0],[106,60,113,10,0,0,0,0],[108,26,110,14,0,0,0,0],[110,20,112,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC18performFullCleanupyyF","regions":[[120,31,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC05focusaB0yyF","regions":[[127,25,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/InstallationWizard/Core/WizardWindowManager.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit19WizardWindowManagerC13bounceDocIconyyF","regions":[[133,26,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO10DescriptorV2id6source7versionAESS_AC6SourceOSSSgtcfC","regions":[[15,73,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZ","regions":[[28,19,45,6,0,0,0,0],[34,9,36,10,0,0,0,0],[36,10,44,18,0,0,0,0],[40,9,42,10,0,0,0,0],[42,10,44,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZAKyKXEfu_","regions":[[29,51,29,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04loadE02id13appSupportURL6bundleSaySSGSS_10Foundation0K0VSgSo8NSBundleCSgtFZANyKXEfu0_","regions":[[30,40,30,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO04userE3URL2id010appSupportH010Foundation0H0VSgSS_AItFZ","regions":[[47,80,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZ","regions":[[53,60,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSJcfu_","regions":[[55,36,55,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSSSsXEfU_","regions":[[56,18,56,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSSXEfU0_","regions":[[57,21,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO5parse8contentsSaySSGSS_tFZSbSSXEfU0_SbyKXEfu_","regions":[[57,38,57,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO07defaultC10SupportURL33_0BBE27C3848D62235A1111301C27044CLL10Foundation0I0VyFZ","regions":[[60,55,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathAppKit/Services/WordlistStore.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit13WordlistStoreO07defaultC10SupportURL33_0BBE27C3848D62235A1111301C27044CLL10Foundation0I0VyFZAHyKXEfu_","regions":[[62,25,62,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_","regions":[[4,33,16,6,0,0,0,0],[10,76,13,10,0,0,0,0],[13,10,15,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_SSyXEfu0_","regions":[[12,30,12,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathAppKit.build/DerivedSources/resource_bundle_accessor.swift"],"mcdc_records":[],"name":"$sSo8NSBundleC13KeyPathAppKitE6moduleABvpZfiAByXEfU_ABSgyKXEfu_","regions":[[10,47,10,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC10stateQueue33_BF24846FDFDC439E5B9349D607E45E8ALLSo17OS_dispatch_queueCvpfi","regions":[[6,30,8,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC18_startupModeActive33_BF24846FDFDC439E5B9349D607E45E8ALLSbvpfi","regions":[[12,44,12,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC17startupModeActiveSbvg","regions":[[18,40,24,6,0,0,0,0],[20,12,20,42,0,0,0,0],[20,80,22,10,0,0,0,0],[22,10,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC17startupModeActiveSbvgSbyXEfU_","regions":[[23,32,23,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tF","regions":[[27,67,37,6,0,0,0,0],[29,12,29,30,0,0,0,0],[29,31,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyXEfU_","regions":[[28,25,28,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC19activateStartupMode14timeoutSecondsySd_tFyyYbScMYccfU0_","regions":[[30,78,35,14,0,0,0,0],[31,37,31,47,0,0,0,0],[31,47,35,14,0,0,0,0],[32,20,32,37,0,0,0,0],[32,38,34,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC21deactivateStartupModeyyF","regions":[[40,41,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC21deactivateStartupModeyyFyyXEfU_","regions":[[41,25,41,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC24captureListenOnlyEnabledSbvgZ","regions":[[54,47,59,6,0,0,0,0],[55,12,55,77,0,0,0,0],[55,78,57,10,0,0,0,0],[57,10,58,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/FeatureFlags.swift"],"mcdc_records":[],"name":"$s11KeyPathCore12FeatureFlagsC27setCaptureListenOnlyEnabledyySbFZ","regions":[[61,62,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14ParsedSequenceV4name4keysAESS_SaySSGtcfC","regions":[[23,51,26,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZ","regions":[[40,81,137,6,0,0,0,0],[52,100,56,10,0,0,0,0],[56,10,136,31,0,0,0,0],[62,36,73,10,0,0,0,0],[63,50,63,62,0,0,0,0],[63,62,73,10,0,0,0,0],[69,16,69,29,0,0,0,0],[69,30,72,14,0,0,0,0],[73,10,136,31,0,0,0,0],[81,123,85,10,0,0,0,0],[85,10,136,31,0,0,0,0],[90,35,118,10,0,0,0,0],[91,50,91,62,0,0,0,0],[91,62,118,10,0,0,0,0],[97,100,101,14,0,0,0,0],[101,14,118,10,0,0,0,0],[106,42,117,14,0,0,0,0],[107,58,107,70,0,0,0,0],[107,70,117,14,0,0,0,0],[113,20,113,33,0,0,0,0],[113,34,116,18,0,0,0,0],[117,14,118,10,0,0,0,0],[118,10,136,31,0,0,0,0],[125,35,133,10,0,0,0,0],[127,16,127,35,0,0,0,0],[127,36,130,14,0,0,0,0],[130,20,132,14,0,0,0,0],[133,10,136,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu_","regions":[[41,63,41,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu0_","regions":[[46,68,46,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu1_","regions":[[53,30,53,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu2_","regions":[[60,75,60,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSSsXEfU_","regions":[[67,61,67,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu3_","regions":[[70,83,70,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu4_","regions":[[70,94,70,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu5_","regions":[[82,30,82,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu6_","regions":[[88,74,88,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSyXEfu7_","regions":[[98,34,98,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu8_","regions":[[104,55,104,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSSsXEfU0_","regions":[[111,65,111,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu9_","regions":[[114,86,114,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu10_","regions":[[114,97,114,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu11_","regions":[[121,59,121,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSSycfu12_","regions":[[131,73,131,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14parseSequences4fromSayAC14ParsedSequenceVGSS_tFZSiycfu13_","regions":[[135,54,135,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Config/KanataDefseqParser.swift"],"mcdc_records":[],"name":"$s11KeyPathCore18KanataDefseqParserO14removeComments33_A03A2B905F65053E060D4871FA493671LL4fromS2S_tFZ","regions":[[140,72,167,6,0,0,0,0],[144,86,164,10,0,0,0,0],[148,16,148,40,0,0,0,0],[148,41,150,14,0,0,0,0],[151,16,151,30,0,0,0,0],[151,31,156,14,0,0,0,0],[152,20,152,44,0,0,0,0],[152,45,154,18,0,0,0,0],[156,14,164,10,0,0,0,0],[159,65,161,14,0,0,0,0],[164,10,166,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB9ConstantsO6ConfigO9directorySSvgZ","regions":[[33,45,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathConstants.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB9ConstantsO6ConfigO04maineB0SSvgZ","regions":[[38,50,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19MappingConflictInfoV05inputA05layer22conflictingCollectionsAESS_SSSaySSGtcfC","regions":[[56,88,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19MappingConflictInfoV11descriptionSSvg","regions":[[62,40,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO16errorDescriptionSSSgvg","regions":[[154,42,171,6,0,0,0,0],[155,16,155,20,0,0,0,0],[156,9,157,49,0,0,0,0],[158,9,159,43,0,0,0,0],[160,9,161,46,0,0,0,0],[162,9,163,42,0,0,0,0],[164,9,165,49,0,0,0,0],[166,9,167,48,0,0,0,0],[168,9,169,43,0,0,0,0],[170,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO13failureReasonSSSgvg","regions":[[173,39,190,6,0,0,0,0],[174,16,174,20,0,0,0,0],[175,9,176,45,0,0,0,0],[177,9,178,49,0,0,0,0],[179,9,180,50,0,0,0,0],[181,9,182,44,0,0,0,0],[183,9,184,48,0,0,0,0],[185,9,186,54,0,0,0,0],[187,9,188,39,0,0,0,0],[189,10,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18recoverySuggestionSSSgvg","regions":[[192,44,215,6,0,0,0,0],[193,16,193,20,0,0,0,0],[194,9,195,79,0,0,0,0],[196,9,197,76,0,0,0,0],[198,9,199,85,0,0,0,0],[200,9,201,88,0,0,0,0],[202,9,203,72,0,0,0,0],[204,9,205,73,0,0,0,0],[206,9,207,80,0,0,0,0],[208,9,209,60,0,0,0,0],[210,9,211,74,0,0,0,0],[212,9,213,16,0,0,0,0],[214,10,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO13isRecoverableSbvg","regions":[[220,36,236,6,0,0,0,0],[221,16,221,20,0,0,0,0],[222,9,228,17,0,0,0,0],[229,9,232,18,0,0,0,0],[233,9,234,18,0,0,0,0],[235,10,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO19shouldDisplayToUserSbvg","regions":[[239,42,252,6,0,0,0,0],[240,16,240,20,0,0,0,0],[241,9,245,17,0,0,0,0],[246,9,248,18,0,0,0,0],[249,9,250,17,0,0,0,0],[251,10,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013configurationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013ConfigurationD0OF","regions":[[256,87,291,6,0,0,0,0],[257,16,257,21,0,0,0,0],[258,9,259,52,0,0,0,0],[260,9,261,54,0,0,0,0],[262,9,263,54,0,0,0,0],[264,9,265,81,0,0,0,0],[266,9,267,54,0,0,0,0],[268,9,269,60,0,0,0,0],[270,9,271,49,0,0,0,0],[272,9,273,55,0,0,0,0],[274,9,275,48,0,0,0,0],[276,9,281,14,0,0,0,0],[277,25,279,14,0,0,0,0],[279,20,281,14,0,0,0,0],[282,9,283,44,0,0,0,0],[284,9,285,58,0,0,0,0],[286,9,287,56,0,0,0,0],[288,9,289,98,0,0,0,0],[290,10,291,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013configurationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013ConfigurationD0OFSSAC19MappingConflictInfoVcfu_","regions":[[289,58,289,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO07processD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC07ProcessD0OF","regions":[[293,75,316,6,0,0,0,0],[294,16,294,21,0,0,0,0],[295,9,296,46,0,0,0,0],[297,9,298,54,0,0,0,0],[299,9,300,61,0,0,0,0],[301,9,302,37,0,0,0,0],[303,9,304,41,0,0,0,0],[305,9,306,53,0,0,0,0],[307,9,308,55,0,0,0,0],[309,9,310,37,0,0,0,0],[311,9,312,60,0,0,0,0],[313,9,314,35,0,0,0,0],[315,10,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO010permissionD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC010PermissionD0OF","regions":[[318,81,337,6,0,0,0,0],[319,16,319,21,0,0,0,0],[320,9,321,51,0,0,0,0],[322,9,323,54,0,0,0,0],[324,9,325,48,0,0,0,0],[326,9,327,54,0,0,0,0],[328,9,329,58,0,0,0,0],[330,9,331,58,0,0,0,0],[332,9,333,60,0,0,0,0],[334,9,335,68,0,0,0,0],[336,10,337,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO06systemD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC06SystemD0OF","regions":[[339,73,356,6,0,0,0,0],[340,16,340,21,0,0,0,0],[341,9,342,41,0,0,0,0],[343,9,344,41,0,0,0,0],[345,9,346,49,0,0,0,0],[347,9,348,49,0,0,0,0],[349,9,350,40,0,0,0,0],[351,9,352,31,0,0,0,0],[353,9,354,43,0,0,0,0],[355,10,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO013communicationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC013CommunicationD0OF","regions":[[358,87,379,6,0,0,0,0],[359,16,359,21,0,0,0,0],[360,9,361,36,0,0,0,0],[362,9,363,47,0,0,0,0],[364,9,365,34,0,0,0,0],[366,9,367,43,0,0,0,0],[368,9,369,32,0,0,0,0],[370,9,371,47,0,0,0,0],[372,9,373,43,0,0,0,0],[374,9,375,39,0,0,0,0],[376,9,377,45,0,0,0,0],[378,10,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO012coordinationD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC012CoordinationD0OF","regions":[[381,85,394,6,0,0,0,0],[382,16,382,21,0,0,0,0],[383,9,384,65,0,0,0,0],[385,9,386,34,0,0,0,0],[387,9,388,42,0,0,0,0],[389,9,390,66,0,0,0,0],[391,9,392,48,0,0,0,0],[393,10,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO07loggingD11Description33_D17DE7ED05BD0EF5BEB4A7BD1B1F9FB2LLySSAC07LoggingD0OF","regions":[[396,75,405,6,0,0,0,0],[397,16,397,21,0,0,0,0],[398,9,399,49,0,0,0,0],[400,9,401,42,0,0,0,0],[402,9,403,45,0,0,0,0],[404,10,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18configFileNotFoundyACSSFZ","regions":[[412,68,414,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO18processStartFailedyACSSFZ","regions":[[417,70,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO23accessibilityNotGrantedACvgZ","regions":[[422,54,424,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO25inputMonitoringNotGrantedACvgZ","regions":[[427,56,429,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO10udpTimeoutACvgZ","regions":[[432,41,434,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO15driverNotLoadedyACSSFZ","regions":[[437,67,439,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/KeyPathError.swift"],"mcdc_records":[],"name":"$s11KeyPathCore0aB5ErrorO2eeoiySbAC_ACtFZ","regions":[[445,74,464,6,0,0,0,0],[446,16,446,26,0,0,0,0],[447,9,448,19,0,0,0,0],[449,9,450,19,0,0,0,0],[451,9,452,19,0,0,0,0],[453,9,454,19,0,0,0,0],[455,9,456,19,0,0,0,0],[457,9,458,19,0,0,0,0],[459,9,460,19,0,0,0,0],[461,9,462,18,0,0,0,0],[463,10,464,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore11AppLogLevelO06shouldE007minimumF0SbAC_tF","regions":[[12,55,14,6,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore11AppLogLevelO014defaultMinimumF0ACvgZ","regions":[[17,49,23,6,1,0,0,0],[18,9,18,18,0,0,0,2],[20,9,22,15,0,0,0,2]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC10maxLogSize023_E57F253619A0C5579C0358K8FDE929B7LLSivpfi","regions":[[31,35,31,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11maxLogFiles023_E57F253619A0C5579C0358K8FDE929B7LLSivpfi","regions":[[32,36,32,37,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC10bufferSize023_E57F253619A0C5579C0358J8FDE929B7LLSivpfi","regions":[[33,35,33,38,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC13flushInterval023_E57F253619A0C5579C0358J8FDE929B7LLSdvpfi","regions":[[34,47,34,50,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC9levelLock023_E57F253619A0C5579C0358J8FDE929B7LLSo6NSLockCvpfi","regions":[[38,29,38,37,1,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getMinimumLevel023_E57F253619A0C5579C0358K8FDE929B7LLAA0d3LogH0OyF","regions":[[40,51,44,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC23setMinimumLevelInternal023_E57F253619A0C5579C0358L8FDE929B7LLyyAA0d3LogH0OF","regions":[[46,64,50,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11logFileName023_E57F253619A0C5579C0358K8FDE929B7LLSSvpfi","regions":[[58,31,58,50,1,0,0,0]]},{"branches":[],"count":2,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC03logB0023_E57F253619A0C5579C0358I8FDE929B7LLSSvg","regions":[[59,33,61,6,2,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC13messageBuffer023_E57F253619A0C5579C0358J8FDE929B7LLSaySSGvpfi","regions":[[64,43,64,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11bufferQueue023_E57F253619A0C5579C0358J8FDE929B7LLSo17OS_dispatch_queueCvpfi","regions":[[65,31,65,88,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfc","regions":[[71,7,127,6,1,0,0,0],[76,9,78,10,0,0,0,0],[78,16,80,10,1,0,0,0],[83,9,83,18,0,0,0,2],[85,9,87,15,0,0,0,2],[92,9,94,10,0,0,0,0],[96,9,98,10,0,0,0,0],[98,16,100,10,1,0,0,0],[106,12,112,10,1,0,0,0],[111,14,112,10,1,0,0,0],[112,17,118,10,0,0,0,0],[118,10,127,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcAGyKXEfu_","regions":[[79,49,79,80,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcSbyKXEfu0_","regions":[[84,65,84,69,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcyyYbScMYccfU_","regions":[[121,34,126,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12minimumLevel20enableConsoleLoggingAcA0d3LogG0OSg_SbSgtcfcyyYbScMYccfU_ySo7NSTimerCYbcfU_","regions":[[122,105,125,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15setMinimumLevelyyAA0d3LogH0OF","regions":[[130,55,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15setMinimumLevelyyAA0d3LogH0OFyyYbcfU_","regions":[[131,27,133,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC20overrideLogDirectoryyySSF","regions":[[137,59,152,6,0,0,0,0],[138,39,138,49,0,0,0,0],[138,49,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC20overrideLogDirectoryyySSFyyXEfU_","regions":[[139,26,151,10,0,0,0,0],[141,16,147,14,0,0,0,0],[146,18,147,14,0,0,0,0],[147,21,150,14,0,0,0,0],[150,14,151,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC19currentLogDirectorySSyF","regions":[[155,49,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC19currentLogDirectorySSyFSSyXEfU_","regions":[[156,26,156,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerCfd","regions":[[159,12,162,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC3log_5level4file8function4lineySS_AA0D8LogLevelOS2SSitF","regions":[[173,7,193,6,9,0,0,0],[175,69,177,10,0,0,0,0],[177,10,193,6,9,0,0,0],[185,12,185,32,9,0,0,0],[185,33,187,10,9,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC3log_5level4file8function4lineySS_AA0D8LogLevelOS2SSitFyyYbcfU_","regions":[[190,27,192,10,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5trace_4file8function4lineySS_S2SSitF","regions":[[198,7,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5debug_4file8function4lineySS_S2SSitF","regions":[[204,7,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC4info_4file8function4lineySS_S2SSitF","regions":[[210,7,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC4warn_4file8function4lineySS_S2SSitF","regions":[[216,7,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC5error_4file8function4lineySS_S2SSitF","regions":[[222,7,224,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11levelPrefix023_E57F253619A0C5579C0358J8FDE929B7LL3forSSAA0D8LogLevelO_tF","regions":[[228,64,236,6,9,0,0,0],[229,16,229,21,9,0,0,0],[230,9,230,29,0,0,0,0],[231,9,231,29,0,0,0,0],[232,9,232,27,9,0,0,0],[233,9,233,27,0,0,0,0],[234,9,234,29,0,0,0,0],[235,10,236,6,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11flushBufferyyF","regions":[[239,31,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC11flushBufferyyFyyYbcfU_","regions":[[240,27,242,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17flushBufferUnsafe023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[247,38,275,6,0,0,0,0],[248,43,248,53,0,0,0,0],[248,53,275,6,0,0,0,0],[257,59,257,69,0,0,0,0],[257,69,275,6,0,0,0,0],[260,12,260,59,0,0,0,0],[260,60,271,10,0,0,0,0],[262,16,267,14,0,0,0,0],[263,93,267,14,0,0,0,0],[267,21,270,14,0,0,0,0],[270,14,271,10,0,0,0,0],[271,16,274,10,0,0,0,0],[274,10,275,6,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC23writeLogMessageDirectly023_E57F253619A0C5579C0358L8FDE929B7LLyySSF","regions":[[278,61,301,6,1,0,0,0],[283,59,283,69,0,0,0,0],[283,69,301,6,1,0,0,0],[286,12,286,59,1,0,0,0],[286,60,297,10,0,0,0,0],[288,16,293,14,0,0,0,0],[289,93,293,14,0,0,0,0],[293,21,296,14,0,0,0,0],[296,14,297,10,0,0,0,0],[297,16,300,10,1,0,0,0],[300,10,301,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateIfNeeded023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[303,35,317,6,1,0,0,0],[304,68,304,78,0,0,0,0],[304,78,317,6,1,0,0,0],[306,12,313,10,1,0,0,0],[307,87,313,10,1,0,0,0],[310,16,310,38,1,0,0,0],[310,39,312,14,0,0,0,0],[313,17,316,10,0,0,0,0],[316,10,317,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateIfNeeded023_E57F253619A0C5579C0358K8FDE929B7LLyyFSiyKXEfu_","regions":[[308,57,308,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC14rotateLogFiles023_E57F253619A0C5579C0358K8FDE929B7LLyyF","regions":[[319,35,344,6,0,0,0,0],[324,12,324,56,0,0,0,0],[324,57,326,10,0,0,0,0],[329,76,336,10,0,0,0,0],[333,16,333,55,0,0,0,0],[333,56,335,14,0,0,0,0],[336,10,344,6,0,0,0,0],[339,12,339,51,0,0,0,0],[339,52,341,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17getCurrentLogSizeSiyF","regions":[[348,44,357,6,0,0,0,0],[349,68,349,80,0,0,0,0],[349,80,357,6,0,0,0,0],[351,12,354,10,0,0,0,0],[352,87,353,50,0,0,0,0],[354,17,356,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC17getCurrentLogSizeSiyFSiyKXEfu_","regions":[[353,49,353,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getTotalLogSizeSiyF","regions":[[359,42,375,6,0,0,0,0],[362,46,372,10,0,0,0,0],[364,16,364,66,0,0,0,0],[364,67,371,14,0,0,0,0],[365,20,368,18,0,0,0,0],[366,98,368,18,0,0,0,0],[368,25,370,18,0,0,0,0],[370,18,371,14,0,0,0,0],[371,14,372,10,0,0,0,0],[372,10,374,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC15getTotalLogSizeSiyFSiyKXEfu_","regions":[[367,63,367,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12clearAllLogsyyF","regions":[[377,32,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/Logger.swift"],"mcdc_records":[],"name":"$s11KeyPathCore9AppLoggerC12clearAllLogsyyFyyYbcfU_","regions":[[378,27,399,10,0,0,0,0],[386,16,386,60,0,0,0,0],[386,61,388,14,0,0,0,0],[391,52,396,14,0,0,0,0],[393,20,393,62,0,0,0,0],[393,63,395,18,0,0,0,0],[396,14,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV5label8commands6promptAESS_SaySSGSSSgtcfC","regions":[[20,79,24,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV5label8commands6promptAESS_SaySSGSSSgtcfcSSyKXEfu_","regions":[[23,37,23,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvg","regions":[[26,35,34,10,0,0,0,0],[30,16,30,31,0,0,0,0],[30,32,32,14,0,0,0,0],[32,14,33,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvgS2SXEfU_","regions":[[28,22,28,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO5BatchV6scriptSSvgSbSSXEfU0_","regions":[[29,25,29,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO6ResultV7success6output8exitCodeAESb_SSs5Int32VtcfC","regions":[[43,73,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute7command6promptAC6ResultVSS_SStFZ","regions":[[56,75,62,6,0,0,0,0],[57,12,57,51,0,0,0,0],[57,52,59,10,0,0,0,0],[59,16,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute8commands6promptAC6ResultVSaySSG_SStFZ","regions":[[71,78,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO7execute5batchAC6ResultVAC5BatchV_tFZ","regions":[[77,56,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15executeWithSudo33_EB3BE3F95BE006FA62DE1B231D9D421ALL7commandAC6ResultVSS_tFZ","regions":[[88,68,120,6,0,0,0,0],[100,12,115,10,0,0,0,0],[101,27,114,94,0,0,0,0],[108,16,108,23,0,0,0,0],[108,24,110,14,0,0,0,0],[110,20,112,14,0,0,0,0],[115,17,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15executeWithSudo33_EB3BE3F95BE006FA62DE1B231D9D421ALL7commandAC6ResultVSS_tFZSSyKXEfu_","regions":[[105,65,105,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20executeWithOsascript33_EB3BE3F95BE006FA62DE1B231D9D421ALL7command6promptAC6ResultVSS_SStFZ","regions":[[123,89,165,6,0,0,0,0],[145,12,160,10,0,0,0,0],[146,27,159,94,0,0,0,0],[153,16,153,23,0,0,0,0],[153,24,155,14,0,0,0,0],[155,20,157,14,0,0,0,0],[160,17,164,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20executeWithOsascript33_EB3BE3F95BE006FA62DE1B231D9D421ALL7command6promptAC6ResultVSS_SStFZSSyKXEfu_","regions":[[150,65,150,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO20escapeForAppleScript33_EB3BE3F95BE006FA62DE1B231D9D421ALLyS2SFZ","regions":[[168,75,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO9launchctl_7service6promptAC6ResultVSS_S2StFZ","regions":[[180,92,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO8copyFile4from2to6promptAC6ResultVSS_S2StFZ","regions":[[186,97,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO10removeFile2at6promptAC6ResultVSS_SStFZ","regions":[[192,71,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO15createDirectory2at6promptAC6ResultVSS_SStFZ","regions":[[198,76,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/PrivilegedCommandRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore23PrivilegedCommandRunnerO11killProcess3pid6signal6promptAC6ResultVs5Int32V_AKSStFZ","regions":[[204,87,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore13ProcessResultV8exitCode6stdout6stderr8durationACs5Int32V_S2SSdtcfC","regions":[[26,90,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerCACyc33_5286055E1748C51C05A95A25F8EF0B0BLlfc","regions":[[43,20,43,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKF","regions":[[57,37,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFSdyKXEfu_","regions":[[59,42,59,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKF18terminateIfRunningL_yySo6NSTaskCYbF","regions":[[74,60,77,10,0,0,0,0],[75,39,75,49,0,0,0,0],[75,49,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_","regions":[[79,65,145,10,0,0,0,0],[144,14,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_","regions":[[80,55,144,14,0,0,0,0],[135,20,137,18,0,0,0,0],[136,35,137,18,0,0,0,0],[137,25,143,18,0,0,0,0],[143,18,144,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_","regions":[[84,43,113,18,0,0,0,0],[102,24,102,38,0,0,0,0],[102,39,106,22,0,0,0,0],[106,28,110,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu_","regions":[[91,79,91,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_ySo6NSTaskCYbcfU_SSyKXEfu0_","regions":[[92,79,92,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFAHyYaKXEfU_yScCyAHs5Error_pGXEfU_yyYacfU0_","regions":[[116,47,132,18,0,0,0,0],[117,24,119,22,0,0,0,0],[118,99,119,22,0,0,0,0],[119,29,122,22,0,0,0,0],[122,22,132,18,0,0,0,0],[125,24,127,22,0,0,0,0],[127,23,131,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC3run_4args7timeoutAA13ProcessResultVSS_SaySSGSdSgtYaKFyyYbXEfU0_","regions":[[145,22,149,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaF","regions":[[156,59,177,6,0,0,0,0],[157,12,173,10,0,0,0,0],[158,92,172,24,0,0,0,0],[160,16,160,36,0,0,0,0],[160,37,162,14,0,0,0,0],[162,14,172,24,0,0,0,0],[163,16,163,36,0,0,0,0],[163,37,166,14,0,0,0,0],[166,14,172,24,0,0,0,0],[173,17,176,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaFSbSSXEfU_","regions":[[170,25,170,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC5pgrepySays5Int32VGSSYaFAFSgSSXEfU0_","regions":[[171,29,171,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore16SubprocessRunnerC9launchctlyAA13ProcessResultVSS_SaySSGtYaKF","regions":[[186,97,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC11resumeQueueSo17OS_dispatch_queueCvpfi","regions":[[196,31,196,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC10hasResumedSbvpfi","regions":[[197,30,197,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC15setContinuationyyScCyAA13ProcessResultVs5Error_pGF","regions":[[202,85,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC15setContinuationyyScCyAA13ProcessResultVs5Error_pGFyyXEfU_","regions":[[203,26,205,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC6resume4withSbs6ResultOyAA07ProcessP0Vs5Error_pG_tF","regions":[[209,68,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore10RunContext33_5286055E1748C51C05A95A25F8EF0B0BLLC6resume4withSbs6ResultOyAA07ProcessP0Vs5Error_pG_tFSbyXEfU_","regions":[[210,26,216,10,0,0,0,0],[211,36,211,52,0,0,0,0],[211,52,215,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/SubprocessRunner.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15SubprocessErrorO20localizedDescriptionSSvg","regions":[[227,38,236,6,0,0,0,0],[228,16,228,20,0,0,0,0],[229,9,230,69,0,0,0,0],[231,9,232,78,0,0,0,0],[233,9,234,61,0,0,0,0],[235,10,236,6,0,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZ","regions":[[6,44,56,6,6,0,0,0],[8,12,8,50,6,0,0,0],[8,51,10,10,6,0,0,0],[10,10,55,21,0,0,0,0],[14,12,15,73,0,0,0,0],[16,9,18,10,0,0,0,0],[18,10,55,21,0,0,0,0],[21,12,21,68,0,0,0,0],[21,69,23,10,0,0,0,0],[23,10,55,21,0,0,0,0],[27,12,27,74,0,0,0,0],[27,75,29,10,0,0,0,0],[29,10,55,21,0,0,0,0],[33,12,34,50,0,0,0,0],[35,9,37,10,0,0,0,0],[37,10,55,21,0,0,0,0],[41,12,42,100,0,0,0,0],[43,9,45,10,0,0,0,0],[45,10,55,21,0,0,0,0],[51,99,53,10,0,0,0,0],[53,10,55,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu_","regions":[[15,16,15,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu0_","regions":[[33,46,33,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu1_","regions":[[34,16,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO14isRunningTestsSbvgZSbyKXEfu2_","regions":[[42,16,42,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO27allowAdminOperationsInTestsSbvgZ","regions":[[63,13,67,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO27allowAdminOperationsInTestsSbvsZ","regions":[[68,13,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO25shouldSkipAdminOperationsSbvgZ","regions":[[76,55,88,6,0,0,0,0],[80,12,80,25,0,0,0,0],[80,26,82,10,0,0,0,0],[82,10,87,30,0,0,0,0],[84,12,84,35,0,0,0,0],[84,36,86,10,0,0,0,0],[86,10,87,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO23useSudoForPrivilegedOpsSbvgZ","regions":[[108,53,146,6,0,0,0,0],[110,83,125,10,0,0,0,0],[111,16,111,31,0,0,0,0],[111,32,121,14,0,0,0,0],[113,20,113,34,0,0,0,0],[113,35,115,18,0,0,0,0],[115,18,117,32,0,0,0,0],[116,17,116,26,0,0,0,2],[118,17,120,23,0,0,0,2],[121,20,124,14,0,0,0,0],[125,10,145,21,0,0,0,0],[128,12,128,26,0,0,0,0],[128,27,142,10,0,0,0,0],[133,16,133,32,0,0,0,0],[133,33,139,14,0,0,0,0],[136,20,136,48,0,0,0,0],[136,49,138,18,0,0,0,0],[142,10,145,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO23useSudoForPrivilegedOpsSbvgZSbyKXEfu_","regions":[[141,44,141,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO20verifySudoConfiguredSbyFZ","regions":[[150,55,182,6,0,0,0,0],[159,12,179,10,0,0,0,0],[160,27,178,24,0,0,0,0],[170,16,170,43,0,0,0,0],[170,44,175,14,0,0,0,0],[175,14,178,24,0,0,0,0],[179,17,181,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO20verifySudoConfiguredSbyFZSSyKXEfu_","regions":[[172,74,172,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO17shouldUseMockDataSbvgZ","regions":[[185,47,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO05forceD4ModeSbvgZ","regions":[[195,13,199,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO05forceD4ModeSbvsZ","regions":[[200,13,208,10,0,0,0,0],[205,16,205,24,0,0,0,0],[205,25,207,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO02isD4ModeSbvgZ","regions":[[213,40,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO02isD4ModeSbvgZSbyKXEfu_","regions":[[216,34,216,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO03logE6StatusyyFZ","regions":[[220,47,239,6,0,0,0,0],[225,12,225,26,0,0,0,0],[225,27,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore15TestEnvironmentO03logE6StatusyyFZSbSSXEfU_","regions":[[228,102,230,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/TestEnvironment.swift"],"mcdc_records":[],"name":"$s11KeyPathCore14MockSystemDataO17mockServiceStatus6loaded7runningSSSb_SbtFZ","regions":[[245,96,284,6,0,0,0,0],[246,12,246,18,0,0,0,0],[246,28,264,10,0,0,0,0],[264,19,264,25,0,0,0,0],[264,26,281,10,0,0,0,0],[281,16,283,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO15currentTestRoot33_0447454873C68C9FF7070A591DE819E7LLSSSgyFZ","regions":[[8,54,18,6,0,0,0,0],[11,14,13,10,0,0,0,0],[13,10,17,19,0,0,0,0],[14,12,14,30,0,0,0,0],[14,31,16,10,0,0,0,0],[16,10,17,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO05remapeB0yS2SFZ","regions":[[20,66,28,6,0,0,0,0],[21,70,23,10,0,0,0,0],[23,10,27,27,0,0,0,0],[24,12,24,32,0,0,0,0],[24,33,26,10,0,0,0,0],[26,10,27,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO21resolvedHomeDirectory33_0447454873C68C9FF7070A591DE819E7LLSSyFZ","regions":[[30,59,37,6,0,0,0,0],[33,9,35,10,0,0,0,0],[35,10,36,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO17userHomeDirectorySSvgZ","regions":[[39,49,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO06kanatae7InstallB0SSvgZ","regions":[[47,55,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO22kanataStandardLocationSSvgZ","regions":[[53,54,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO15kanataBinaryARMSSvgZ","regions":[[58,47,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO19kanataBinaryDefaultSSvgZ","regions":[[63,51,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO016setBundledKanataB8OverrideyySSSgFZ","regions":[[69,70,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO013bundledKanataB0SSvgZ","regions":[[74,49,84,6,0,0,0,0],[75,72,77,10,0,0,0,0],[77,10,83,75,0,0,0,0],[80,9,82,10,0,0,0,0],[82,10,83,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO016bundledSimulatorB0SSvgZ","regions":[[88,52,95,6,0,0,0,0],[91,9,93,10,0,0,0,0],[93,10,94,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO22bundledSimulatorExistsSbvgZ","regions":[[98,52,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO18kanataActiveBinarySSvgZ","regions":[[104,50,111,6,0,0,0,0],[107,12,107,75,0,0,0,0],[107,76,109,10,0,0,0,0],[109,10,110,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO014allKnownKanataF0SaySSGyFZ","regions":[[114,58,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO014allKnownKanataF0SaySSGyFZSbSSXEfU_","regions":[[115,61,117,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO10brewBinarySSvgZ","regions":[[121,42,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO010userConfigB0SSvgZ","regions":[[128,46,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO19userConfigDirectorySSvgZ","regions":[[133,51,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO21systemConfigDirectorySSvgZ","regions":[[138,53,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO012systemConfigB0SSvgZ","regions":[[143,48,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO23kanataLogFileCandidatesSaySSGvgZ","regions":[[150,57,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZ","regions":[[158,45,164,6,0,0,0,0],[160,104,162,10,0,0,0,0],[162,10,163,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZSbSSXEfU_","regions":[[160,64,160,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO13kanataLogFileSSvgZSSyKXEfu_","regions":[[163,49,163,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO18systemLogDirectorySSvgZ","regions":[[167,50,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO17launchDaemonPlistSSvgZ","regions":[[174,49,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO018detectKanataBinaryB0SSSgyFZ","regions":[[216,60,228,6,0,0,0,0],[218,12,218,75,0,0,0,0],[218,76,220,10,0,0,0,0],[220,10,227,19,0,0,0,0],[223,12,223,69,0,0,0,0],[223,70,225,10,0,0,0,0],[225,10,227,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZ","regions":[[237,58,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZSsyKXEfu_","regions":[[238,69,238,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29bundledVHIDDriverMajorVersionSivgZSiyKXEfu0_","regions":[[238,77,238,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO28bundledVHIDDriverPkgFilename33_0447454873C68C9FF7070A591DE819E7LLSSvgZ","regions":[[242,61,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO020bundledVHIDDriverPkgB0SSvgZ","regions":[[249,56,259,6,0,0,0,0],[254,11,256,10,0,0,0,0],[256,10,258,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26bundledVHIDDriverPkgExistsSbvgZ","regions":[[262,56,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO16userConfigExistsSbvgZ","regions":[[267,46,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO27systemConfigDirectoryExistsSbvgZ","regions":[[272,57,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO23commonKanataConfigNamesSaySSGvgZ","regions":[[279,57,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO29commonKanataConfigDirectoriesSaySSGvgZ","regions":[[284,63,291,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO27detectExistingKanataConfigsSaySS4path_SS11displayNametGyFZ","regions":[[295,95,325,6,0,0,0,0],[299,56,313,10,0,0,0,0],[300,66,300,78,0,0,0,0],[300,78,313,10,0,0,0,0],[302,55,312,14,0,0,0,0],[304,20,304,60,0,0,0,0],[304,61,311,18,0,0,0,0],[306,24,306,50,0,0,0,0],[306,51,308,22,0,0,0,0],[308,22,311,18,0,0,0,0],[311,18,312,14,0,0,0,0],[312,14,313,10,0,0,0,0],[313,10,324,28,0,0,0,0],[316,51,322,10,0,0,0,0],[318,16,318,62,0,0,0,0],[318,63,321,14,0,0,0,0],[322,10,324,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyB15ConfigDirectorySSvgZ","regions":[[328,54,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyb6ConfigB0SSvgZ","regions":[[333,49,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO03keyb10AppsConfigB0SSvgZ","regions":[[338,53,340,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO07displayB03forS2S_tFZ","regions":[[343,68,349,6,0,0,0,0],[345,12,345,45,0,0,0,0],[345,46,347,10,0,0,0,0],[347,10,348,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZ","regions":[[364,75,436,6,0,0,0,0],[373,12,376,10,0,0,0,0],[374,27,376,10,0,0,0,0],[376,17,378,10,0,0,0,0],[378,10,435,49,0,0,0,0],[381,69,381,83,0,0,0,0],[381,83,435,49,0,0,0,0],[392,58,432,10,0,0,0,0],[396,51,396,63,0,0,0,0],[396,63,432,10,0,0,0,0],[398,81,398,93,0,0,0,0],[398,93,432,10,0,0,0,0],[403,48,403,60,0,0,0,0],[403,60,432,10,0,0,0,0],[409,70,409,82,0,0,0,0],[409,82,432,10,0,0,0,0],[413,89,413,101,0,0,0,0],[413,101,432,10,0,0,0,0],[427,16,427,32,0,0,0,0],[427,33,429,14,0,0,0,0],[429,20,431,14,0,0,0,0],[432,10,435,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbyKXEfu_","regions":[[398,48,398,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbyKXEfu0_","regions":[[413,53,413,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZSbSSXEfU_","regions":[[418,65,418,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO26detectRunningKanataProcessAC0hI4InfoVSgyFZAGyKXEfu1_","regions":[[435,35,435,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO013extractConfigB033_0447454873C68C9FF7070A591DE819E7LL4fromSSSgSS_tFZ","regions":[[440,73,469,6,0,0,0,0],[443,33,466,10,0,0,0,0],[444,60,444,72,0,0,0,0],[444,72,466,10,0,0,0,0],[449,16,449,44,0,0,0,0],[449,45,454,14,0,0,0,0],[451,69,453,18,0,0,0,0],[453,18,454,14,0,0,0,0],[454,23,454,50,0,0,0,0],[454,51,459,14,0,0,0,0],[456,68,458,18,0,0,0,0],[458,18,459,14,0,0,0,0],[459,20,465,14,0,0,0,0],[462,29,464,18,0,0,0,0],[464,18,465,14,0,0,0,0],[465,14,466,10,0,0,0,0],[466,10,468,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZ","regions":[[472,60,485,6,0,0,0,0],[478,14,480,10,0,0,0,0],[480,10,484,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZSbSSXEfU_","regions":[[483,21,483,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZSbSSXEfU_SbyKXEfu_","regions":[[483,61,483,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathCore/WizardSystemPaths.swift"],"mcdc_records":[],"name":"$s11KeyPathCore17WizardSystemPathsO021userKanataLaunchAgentF0SaySSGvgZS2SXEfU0_","regions":[[484,18,484,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheCACycfc","regions":[[13,19,13,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12cacheTimeout33_51186E96369D99C10444D5F5B766BE82LLSdvpfi","regions":[[19,46,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC16launchctlTimeout33_51186E96369D99C10444D5F5B766BE82LLSdvpfi","regions":[[20,50,20,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC26getCachedPIDWithConfidences5Int32VSg3pid_AA05CacheJ0O10confidencetyYaF","regions":[[26,98,41,6,0,0,0,0],[29,27,38,10,0,0,0,0],[31,16,31,38,0,0,0,0],[31,39,33,14,0,0,0,0],[33,23,33,41,0,0,0,0],[33,42,35,14,0,0,0,0],[35,20,37,14,0,0,0,0],[38,10,40,54,0,0,0,0],[40,41,40,45,0,0,0,0],[40,48,40,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12getCachedPIDs5Int32VSgyYaF","regions":[[44,48,96,6,0,0,0,0],[47,12,47,42,0,0,0,0],[47,43,50,10,0,0,0,0],[50,10,96,6,0,0,0,0],[56,9,61,10,0,0,0,0],[61,10,96,6,0,0,0,0],[66,12,75,10,0,0,0,0],[67,71,74,28,0,0,0,0],[75,33,85,10,0,0,0,0],[79,43,82,14,0,0,0,0],[82,14,84,23,0,0,0,0],[85,17,95,10,0,0,0,0],[89,43,92,14,0,0,0,0],[92,14,94,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC12getCachedPIDs5Int32VSgyYaFAFyKXEfu_","regions":[[73,83,73,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC15invalidateCacheyyF","regions":[[99,35,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKF","regions":[[107,75,143,6,0,0,0,0],[120,12,138,10,0,0,0,0],[138,17,142,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHyYaKcfU_","regions":[[116,32,118,10,0,0,0,0],[117,69,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_","regions":[[121,69,137,14,0,0,0,0],[131,58,136,30,0,0,0,0],[131,64,134,18,0,0,0,0],[134,18,136,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_AHyYaKcfU_","regions":[[122,31,124,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC05fetcheC14PIDWithTimeout33_51186E96369D99C10444D5F5B766BE82LLs5Int32VSgyYaKFAHScgyAHs5Error_pGzYaKXEfU0_AHyYaKcfU0_","regions":[[126,31,129,18,0,0,0,0],[127,101,128,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKF","regions":[[145,86,164,6,0,0,0,0],[163,10,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_","regions":[[146,51,163,10,0,0,0,0],[158,16,160,14,0,0,0,0],[159,31,160,14,0,0,0,0],[160,21,162,14,0,0,0,0],[162,14,163,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_yALYbcfU_","regions":[[147,39,156,14,0,0,0,0],[148,20,148,47,0,0,0,0],[148,48,153,18,0,0,0,0],[153,24,155,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC17runLaunchctlPrint33_51186E96369D99C10444D5F5B766BE82LL4task4pipes5Int32VSgSo6NSTaskC_So6NSPipeCtYaKFyScCyAJs5Error_pGXEfU_yALYbcfU_SSyKXEfu_","regions":[[150,73,150,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC18terminateLaunchctl33_51186E96369D99C10444D5F5B766BE82LLyySo6NSTaskCF","regions":[[166,54,179,6,0,0,0,0],[167,35,167,45,0,0,0,0],[167,45,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC18terminateLaunchctl33_51186E96369D99C10444D5F5B766BE82LLyySo6NSTaskCFyyYacfU_","regions":[[172,23,178,10,0,0,0,0],[174,16,174,23,0,0,0,0],[174,43,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC29extractPIDFromLaunchctlOutput33_51186E96369D99C10444D5F5B766BE82LLys5Int32VSgSSF","regions":[[181,88,205,6,0,0,0,0],[183,54,201,10,0,0,0,0],[187,19,187,43,0,0,0,0],[187,69,189,14,0,0,0,0],[189,14,200,41,0,0,0,0],[200,32,200,35,0,0,0,0],[200,38,200,41,0,0,0,0],[201,10,204,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle06LaunchC8PIDCacheC29extractPIDFromLaunchctlOutput33_51186E96369D99C10444D5F5B766BE82LLys5Int32VSgSSFAGyKXEfu_","regions":[[197,73,197,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LaunchDaemonPIDCache.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle12TimeoutErrorV7messageSSvpfi","regions":[[210,26,210,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O11displayNameSSvg","regions":[[31,40,48,10,0,0,0,0],[32,20,32,24,0,0,0,0],[33,13,33,47,0,0,0,0],[34,13,34,50,0,0,0,0],[35,13,35,61,0,0,0,0],[36,13,36,60,0,0,0,0],[37,13,37,46,0,0,0,0],[38,13,38,60,0,0,0,0],[39,13,39,42,0,0,0,0],[40,13,40,37,0,0,0,0],[41,13,41,42,0,0,0,0],[42,13,42,37,0,0,0,0],[43,13,43,46,0,0,0,0],[44,13,44,33,0,0,0,0],[45,13,45,48,0,0,0,0],[46,13,46,60,0,0,0,0],[47,14,48,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O13isOperationalSbvg","regions":[[51,40,56,10,0,0,0,0],[52,20,52,24,0,0,0,0],[53,13,53,32,0,0,0,0],[54,13,54,27,0,0,0,0],[55,14,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O7isErrorSbvg","regions":[[59,34,66,10,0,0,0,0],[60,20,60,24,0,0,0,0],[61,13,62,21,0,0,0,0],[63,13,64,22,0,0,0,0],[65,14,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O15isTransitioningSbvg","regions":[[69,42,77,10,0,0,0,0],[70,20,70,24,0,0,0,0],[71,13,73,21,0,0,0,0],[74,13,75,22,0,0,0,0],[76,14,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC06KanataE0O17allowsUserActionsSbvg","regions":[[80,44,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC08_currentE033_CCD47AE1AC0B3364814F57B05C3C18F3LL7Combine9PublishedVyAC06KanataE0OGvpfi","regions":[[111,68,111,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC13_stateContext33_CCD47AE1AC0B3364814F57B05C3C18F3LL7Combine9PublishedVySDySSypGGvpfi","regions":[[115,70,115,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC16stateTransitions33_CCD47AE1AC0B3364814F57B05C3C18F3LLSDyAC06KanataE0OSDyAC0D5EventOAGGGvpfi","regions":[[120,82,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9sendEvent_7contextSbAC0dH0O_SDySSypGtF","regions":[[209,90,248,6,0,0,0,0],[219,14,224,10,0,0,0,0],[224,10,247,20,0,0,0,0],[236,12,236,30,0,0,0,0],[236,31,238,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9sendEvent_7contextSbAC0dH0O_SDySSypGtFypyp_yptXEfU_","regions":[[233,37,233,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC8setErroryySSF","regions":[[251,45,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC12canSendEventySbAC0dI0OF","regions":[[257,63,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC11validEventsSayAC0D5EventOGyF","regions":[[262,51,265,6,0,0,0,0],[263,69,263,82,0,0,0,0],[263,82,264,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC5resetyyF","regions":[[268,25,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC03getE4InfoSDySSypGyF","regions":[[279,49,305,6,0,0,0,0],[289,26,291,10,0,0,0,0],[293,31,295,10,0,0,0,0],[297,29,299,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC03getE4InfoSDySSypGyFSSAC0D5EventOcfu_","regions":[[301,49,301,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC9isRunningSbvg","regions":[[312,25,312,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC8hasErrorSbvg","regions":[[315,24,315,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC6isBusySbvg","regions":[[318,22,318,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC17canPerformActionsSbvg","regions":[[321,33,321,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/LifecycleStateMachine.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle0D12StateMachineC12stateDisplaySSvg","regions":[[324,30,324,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO07pidFileB0SSvgZ","regions":[[13,43,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9PIDRecordV3ageSdvg","regions":[[25,38,25,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9PIDRecordV7isStaleSbvg","regions":[[26,34,26,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO8writePID_7commandys5Int32V_SStKFZ","regions":[[32,71,48,6,0,0,0,0],[44,46,48,6,0,0,0,0],[46,62,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO8writePID_7commandys5Int32V_SStKFZSSyKXEfu_","regions":[[39,63,39,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO7readPIDAC9PIDRecordVSgyFZ","regions":[[51,48,69,6,0,0,0,0],[52,72,54,10,0,0,0,0],[54,10,69,6,0,0,0,0],[56,12,63,10,0,0,0,0],[57,79,62,26,0,0,0,0],[59,72,62,26,0,0,0,0],[63,17,68,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO9removePIDyyKFZ","regions":[[72,43,79,6,0,0,0,0],[73,72,75,10,0,0,0,0],[75,10,79,6,0,0,0,0],[77,64,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO16isProcessRunning3pidSbs5Int32V_tFZ","regions":[[82,61,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO14checkOwnershipSb5owned_s5Int32VSg3pidtyFZ","regions":[[88,71,111,6,0,0,0,0],[89,43,92,10,0,0,0,0],[92,10,110,34,0,0,0,0],[95,12,95,46,0,0,0,0],[95,47,99,10,0,0,0,0],[99,10,110,34,0,0,0,0],[102,12,102,26,0,0,0,0],[102,27,106,10,0,0,0,0],[106,10,110,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO19killOrphanedProcessyyYaFZ","regions":[[114,52,133,6,0,0,0,0],[115,43,115,53,0,0,0,0],[115,53,133,6,0,0,0,0],[117,12,117,45,0,0,0,0],[117,46,130,10,0,0,0,0],[127,16,127,49,0,0,0,0],[127,50,129,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/PIDFileManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle14PIDFileManagerO21ensureDirectoryExists33_31E119C166F0A7A1B16810F3C54AE54ELLyyFZ","regions":[[137,49,145,6,0,0,0,0],[138,12,138,65,0,0,0,0],[138,66,144,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC9setIntentyyAC0eH0OF","regions":[[21,52,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC19reconcileWithIntentyyYaKF","regions":[[25,52,40,6,0,0,0,0],[26,47,29,10,0,0,0,0],[29,10,40,6,0,0,0,0],[31,16,31,22,0,0,0,0],[32,9,34,95,0,0,0,0],[36,9,37,95,0,0,0,0],[39,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerCACycfc","regions":[[42,19,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC0E4InfoV3pid7commandAEs5Int32V_SStcfC","regions":[[54,50,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC0E4InfoV3pid7commandAEs5Int32V_SStcfcSSyKXEfu_","regions":[[57,72,57,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV17externalProcesses07managedJ014canAutoResolveAESayAC0E4InfoVG_AKSbtcfC","regions":[[68,11,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV12hasConflictsSbvg","regions":[[74,39,74,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18ConflictResolutionV14totalProcessesSivg","regions":[[75,40,75,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC8pidCache33_CB4F03DCB9DE6A67687A574C0394DAD7LLAA06LaunchC8PIDCacheCvg","regions":[[86,48,86,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC015registerStartedE03pid7commandys5Int32V_SStYaF","regions":[[91,75,101,6,0,0,0,0],[92,12,98,10,0,0,0,0],[93,63,98,10,0,0,0,0],[98,17,100,10,0,0,0,0],[100,10,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC010unregisterE0yyYaF","regions":[[104,43,114,6,0,0,0,0],[105,12,111,10,0,0,0,0],[106,43,111,10,0,0,0,0],[111,17,113,10,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC15detectConflictsAC18ConflictResolutionVyYaF","regions":[[117,63,178,6,0,0,0,0],[121,12,121,53,0,0,0,0],[121,54,129,10,0,0,0,0],[129,10,177,10,0,0,0,0],[142,37,165,10,0,0,0,0],[149,16,149,26,0,0,0,0],[149,27,154,14,0,0,0,0],[154,23,154,44,0,0,0,0],[154,45,159,14,0,0,0,0],[159,20,164,14,0,0,0,0],[165,10,177,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC15detectConflictsAC18ConflictResolutionVyYaFSbyKXEfu_","regions":[[143,54,143,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC26terminateExternalProcessesyyYaKF","regions":[[181,59,201,6,0,0,0,0],[184,52,190,10,0,0,0,0],[190,10,201,6,0,0,0,0],[197,61,200,10,0,0,0,0],[200,10,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC24cleanupOrphanedProcessesyyYaF","regions":[[204,50,222,6,0,0,0,0],[208,50,221,10,0,0,0,0],[209,16,209,64,0,0,0,0],[209,65,217,14,0,0,0,0],[217,20,220,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC18invalidatePIDCacheyyYaF","regions":[[226,44,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaF","regions":[[234,65,283,6,0,0,0,0],[248,12,277,10,0,0,0,0],[249,27,277,10,0,0,0,0],[255,16,255,43,0,0,0,0],[255,44,276,14,0,0,0,0],[258,35,275,18,0,0,0,0],[263,26,265,22,0,0,0,0],[265,22,275,18,0,0,0,0],[270,24,270,47,0,0,0,0],[270,48,274,22,0,0,0,0],[275,18,276,14,0,0,0,0],[277,17,279,10,0,0,0,0],[279,10,282,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaFSSyKXEfu_","regions":[[253,65,253,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC21detectKanataProcesses33_CB4F03DCB9DE6A67687A574C0394DAD7LLSayAC0E4InfoVGyYaFSbSSXEfU_","regions":[[256,73,256,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSF","regions":[[286,60,307,6,0,0,0,0],[288,12,288,98,0,0,0,0],[288,99,290,10,0,0,0,0],[290,10,306,102,0,0,0,0],[293,12,294,95,0,0,0,0],[295,9,297,10,0,0,0,0],[297,10,306,102,0,0,0,0],[301,61,303,10,0,0,0,0],[303,10,306,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu_","regions":[[288,41,288,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu0_","regions":[[288,71,288,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu1_","regions":[[293,40,293,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu2_","regions":[[293,67,293,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu3_","regions":[[294,16,294,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu4_","regions":[[294,44,294,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu5_","regions":[[294,71,294,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu6_","regions":[[306,51,306,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC14isKanataBinary33_CB4F03DCB9DE6A67687A574C0394DAD7LLySbSSFSbyKXEfu7_","regions":[[306,83,306,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaF","regions":[[312,87,333,6,0,0,0,0],[314,77,318,10,0,0,0,0],[318,10,332,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSbyKXEfu_","regions":[[322,56,322,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSd10Foundation4DateVXEfU_","regions":[[324,54,324,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFSdyKXEfu0_","regions":[[324,90,324,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathDaemonLifecycle/ProcessLifecycleManager.swift"],"mcdc_records":[],"name":"$s22KeyPathDaemonLifecycle07ProcessD7ManagerC02ise15ManagedByLaunchC033_CB4F03DCB9DE6A67687A574C0394DAD7LLySbAC0E4InfoVYaFs5Int32VyKXEfu1_","regions":[[328,45,328,47,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift"],"mcdc_records":[],"name":"$s19KeyPathPackageTests6RunnerV14testingLibrary33_01F8196AF9AA0F8EB52AC0D50CFDE382LLSSyFZ","regions":[[510,52,520,6,1,0,0,0],[512,46,516,10,8,0,0,0],[513,16,513,47,8,0,0,0],[513,83,515,14,1,0,0,0],[515,14,516,10,7,0,0,0],[516,10,519,24,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/.build/arm64-apple-macosx/debug/KeyPathPackageTests.derived/runner.swift"],"mcdc_records":[],"name":"$s19KeyPathPackageTests6RunnerV4mainyyYaFZ","regions":[[527,30,546,6,1,0,0,0],[529,9,529,31,0,0,0,2],[530,12,530,45,1,0,0,0],[530,46,538,10,1,0,0,0],[531,13,535,18,0,0,0,2],[537,13,537,19,0,0,0,2],[539,9,539,15,0,0,0,2],[540,9,545,15,0,0,0,2]]},{"branches":[],"count":23,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO7isReadySbvg","regions":[[23,34,26,10,23,0,0,0],[24,37,24,52,14,0,0,0],[24,52,25,25,9,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO10isBlockingSbvg","regions":[[28,37,32,10,16,0,0,0],[29,36,29,51,6,0,0,0],[29,51,31,25,10,0,0,0],[30,35,30,50,1,0,0,0],[30,50,31,25,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO9isMissingSbvg","regions":[[37,36,40,10,0,0,0,0],[38,37,38,53,0,0,0,0],[38,53,39,24,0,0,0,0]]},{"branches":[],"count":16,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV13accessibility15inputMonitoring6source10confidence9timestampAeC6StatusO_ALSSAC10ConfidenceO10Foundation4DateVtcfC","regions":[[53,11,59,10,16,0,0,0]]},{"branches":[],"count":12,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV06hasAllC0Sbvg","regions":[[61,44,63,10,12,0,0,0]]},{"branches":[],"count":7,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC0D3SetV06hasAllC0SbvgSbyKXEfu_","regions":[[62,38,62,61,7,0,0,0]]},{"branches":[],"count":13,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV03keyB06kanata9timestampAeC0D3SetV_AJ10Foundation4DateVtcfC","regions":[[71,85,75,10,13,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13isSystemReadySbvg","regions":[[78,40,80,10,5,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13isSystemReadySbvgSbyKXEfu_","regions":[[79,42,79,66,3,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13blockingIssueSSSgvg","regions":[[83,43,102,10,6,0,0,0],[85,16,85,48,6,0,0,0],[85,49,88,14,3,0,0,0],[88,14,101,23,3,0,0,0],[90,16,90,50,3,0,0,0],[90,51,93,14,1,0,0,0],[93,14,101,23,2,0,0,0],[96,16,96,84,2,0,0,0],[96,85,99,14,1,0,0,0],[99,14,101,23,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV13blockingIssueSSSgvgSbyKXEfu_","regions":[[96,51,96,84,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8SnapshotV17diagnosticSummarySSvg","regions":[[105,46,119,10,1,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC10ConfidenceO11descriptionSSvg","regions":[[126,40,131,10,4,0,0,0],[127,20,127,24,4,0,0,0],[128,13,128,31,3,0,0,0],[129,13,129,29,1,0,0,0],[130,14,131,10,4,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC8cacheTTL33_6CF8B972D0296D562DC221AFA4D79DC2LLSdvpfi","regions":[[140,42,140,45,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleCACycfc","regions":[[142,19,144,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC15invalidateCacheyyF","regions":[[149,35,153,6,1,0,0,0]]},{"branches":[],"count":6,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC15currentSnapshotAC0G0VyYaF","regions":[[159,53,230,6,6,0,0,0],[161,12,161,42,6,0,0,0],[161,43,184,10,6,0,0,0],[166,13,169,14,3,0,0,0],[169,14,183,24,3,0,0,0],[184,10,229,24,0,0,0,0],[190,9,195,10,0,0,0,0],[195,10,229,24,0,0,0,0],[216,47,218,10,0,0,0,0],[221,40,223,10,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC12forceRefreshAC8SnapshotVyYaF","regions":[[233,50,238,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC05checkabC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyF","regions":[[242,61,288,6,0,0,0,0],[247,49,247,57,0,0,0,0],[247,60,247,67,0,0,0,0],[253,12,253,49,0,0,0,0],[253,50,258,10,0,0,0,0],[258,16,272,10,0,0,0,0],[264,16,264,41,0,0,0,0],[264,42,268,14,0,0,0,0],[271,43,271,51,0,0,0,0],[271,54,271,61,0,0,0,0],[279,64,279,72,0,0,0,0],[279,78,279,87,0,0,0,0],[284,37,284,59,0,0,0,0],[284,62,284,85,0,0,0,0],[285,41,285,45,0,0,0,0],[285,48,285,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaF","regions":[[317,66,360,6,0,0,0,0],[330,16,330,29,0,0,0,0],[331,9,332,41,0,0,0,0],[333,9,334,18,0,0,0,0],[335,10,359,10,0,0,0,0],[336,16,336,31,0,0,0,0],[337,9,338,41,0,0,0,0],[339,9,340,18,0,0,0,0],[341,10,359,10,0,0,0,0],[343,12,343,31,0,0,0,0],[343,32,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaFAC6StatusOyKXEfu_","regions":[[324,46,324,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC011checkKanataC033_6CF8B972D0296D562DC221AFA4D79DC2LLAC0D3SetVyYaFAC6StatusOyKXEfu0_","regions":[[325,48,325,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC27checkKanataFunctionalStatus33_6CF8B972D0296D562DC221AFA4D79DC2LLAC0I0OyYaF","regions":[[364,64,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlF","regions":[[372,25,392,6,0,0,0,0],[391,10,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_","regions":[[373,53,391,10,0,0,0,0],[384,54,390,26,0,0,0,0],[384,60,387,14,0,0,0,0],[387,14,390,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYacfU_","regions":[[374,27,376,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC11withTimeout33_6CF8B972D0296D562DC221AFA4D79DC2LL7seconds9operationxSd_xyYaYbctYaKs8SendableRzlFxScgyxs5Error_pGzYaKXEfU_xyYaKcfU0_","regions":[[378,27,382,14,0,0,0,0],[379,83,381,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC023resolveKanataExecutableB033_6CF8B972D0296D562DC221AFA4D79DC2LLSSyF","regions":[[403,58,418,6,0,0,0,0],[406,12,406,58,0,0,0,0],[406,59,408,10,0,0,0,0],[408,10,417,52,0,0,0,0],[412,12,412,59,0,0,0,0],[412,60,414,10,0,0,0,0],[414,10,417,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC03logD11Transitions33_6CF8B972D0296D562DC221AFA4D79DC2LL4from2toyAC8SnapshotV_AItF","regions":[[421,81,460,6,0,0,0,0],[456,12,456,50,0,0,0,0],[456,51,459,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC03logD11Transitions33_6CF8B972D0296D562DC221AFA4D79DC2LL4from2toyAC8SnapshotV_AItF0F6ChangeL_7subject3old3newySS_AC6StatusOAOtF","regions":[[422,67,435,10,0,0,0,0],[423,35,423,45,0,0,0,0],[423,45,435,10,0,0,0,0],[425,20,425,23,0,0,0,0],[426,13,427,73,0,0,0,0],[428,13,429,72,0,0,0,0],[430,13,431,81,0,0,0,0],[432,13,433,75,0,0,0,0],[434,14,435,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC17checkTCCForKanata33_6CF8B972D0296D562DC221AFA4D79DC2LL010executableB0AC6StatusOSg2ax_AI2imtSS_tYaF","regions":[[475,96,481,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC09normalizeB6ForTCC33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SF","regions":[[486,64,498,6,0,0,0,0],[488,12,488,76,0,0,0,0],[488,77,496,10,0,0,0,0],[490,60,495,14,0,0,0,0],[495,14,496,10,0,0,0,0],[496,10,497,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC09normalizeB6ForTCC33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SFSbyKXEfu_","regions":[[488,52,488,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC9tccStatus33_6CF8B972D0296D562DC221AFA4D79DC2LL13forExecutable7serviceAC0G0OSgSS_AC14TCCServiceNameAELLOtYaF","regions":[[503,102,522,6,0,0,0,0],[505,76,519,10,0,0,0,0],[508,15,518,14,0,0,0,0],[512,20,512,40,0,0,0,0],[512,41,514,18,0,0,0,0],[514,27,514,35,0,0,0,0],[514,36,517,18,0,0,0,0],[517,18,518,14,0,0,0,0],[518,14,519,10,0,0,0,0],[519,10,521,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC9tccStatus33_6CF8B972D0296D562DC221AFA4D79DC2LL13forExecutable7serviceAC0G0OSgSS_AC14TCCServiceNameAELLOtYaFSbyKXEfu_","regions":[[512,32,512,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC21tccDatabaseCandidates33_6CF8B972D0296D562DC221AFA4D79DC2LLSaySSGyF","regions":[[526,54,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC16queryTCCDatabase33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB07service010executableB0SiSgSS_S2StYaF","regions":[[539,5,581,6,0,0,0,0],[553,50,578,10,0,0,0,0],[555,87,575,14,0,0,0,0],[560,20,560,35,0,0,0,0],[560,36,568,18,0,0,0,0],[564,24,564,34,0,0,0,0],[564,35,567,22,0,0,0,0],[567,22,568,18,0,0,0,0],[568,18,575,14,0,0,0,0],[570,43,574,18,0,0,0,0],[574,18,575,14,0,0,0,0],[575,20,577,14,0,0,0,0],[577,14,578,10,0,0,0,0],[578,10,580,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC19escapeSQLiteLiteral33_6CF8B972D0296D562DC221AFA4D79DC2LLyS2SF","regions":[[584,61,586,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaF","regions":[[590,96,621,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_","regions":[[591,39,620,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_yyYacfU_","regions":[[592,27,619,14,0,0,0,0],[602,20,614,18,0,0,0,0],[603,35,614,18,0,0,0,0],[614,25,617,18,0,0,0,0],[617,18,619,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC14runSQLiteQuery33_6CF8B972D0296D562DC221AFA4D79DC2LL02dbB03sql7timeoutSSSgSS_SSSdtYaFyScCyAIs5NeverOGXEfU_yyYacfU_yyYbcfU_","regions":[[606,75,610,22,0,0,0,0],[607,28,607,42,0,0,0,0],[607,43,609,26,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathPermissions/PermissionOracle.swift"],"mcdc_records":[],"name":"$s18KeyPathPermissions16PermissionOracleC6StatusO11descriptionSSvg","regions":[[627,29,634,6,4,0,0,0],[628,16,628,20,4,0,0,0],[629,9,629,33,1,0,0,0],[630,9,630,31,1,0,0,0],[631,9,631,46,1,0,0,0],[632,9,632,33,1,0,0,0],[633,10,634,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testKeychainServiceHasClaudeAPIKeyMethodsExistyyF","regions":[[9,59,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyF","regions":[[22,72,32,6,0,0,0,0],[29,20,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyFSbyKXEfu_","regions":[[30,27,30,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C59testKeychainServiceRetrieveClaudeAPIKeyReturnsNilWhenNotSetyyFSSyXEfu0_","regions":[[30,53,30,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyF","regions":[[34,54,49,6,0,0,0,0],[43,99,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSSgyKXEfu_","regions":[[44,28,44,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSSgyKXEfu0_","regions":[[44,33,44,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C41testGetClaudeAPIKeyChecksEnvironmentFirstyyFSSyXEfu1_","regions":[[44,41,44,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyF","regions":[[51,44,59,6,0,0,0,0],[56,20,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyFSbyKXEfu_","regions":[[57,28,57,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C31testGetClaudeAPIKeyStaticMethodyyFSSyXEfu0_","regions":[[57,41,57,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyF","regions":[[61,55,71,6,0,0,0,0],[68,99,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyFSbyKXEfu_","regions":[[69,27,69,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testHasClaudeAPIKeyFromEnvironmentPropertyyyFSSyXEfu0_","regions":[[69,39,69,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyF","regions":[[73,50,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSbyKXEfu_","regions":[[80,24,80,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSbyKXEfu0_","regions":[[80,39,80,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testHasClaudeAPIKeyInKeychainPropertyyyFSSyXEfu1_","regions":[[80,50,80,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyF","regions":[[83,48,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu_","regions":[[91,24,91,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu0_","regions":[[91,32,91,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSbyKXEfu0_SbyKXEfu1_","regions":[[91,46,91,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C35testHasClaudeAPIKeyChecksAllSourcesyyFSSyXEfu2_","regions":[[91,61,91,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaF","regions":[[101,63,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu_","regions":[[105,24,105,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu0_","regions":[[106,23,106,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[106,67,106,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C026testAPIKeyValidatorRejectsA15WithWrongPrefixyyYaFSSyXEfu2_","regions":[[106,74,106,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaF","regions":[[109,56,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu_","regions":[[113,24,113,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu0_","regions":[[114,23,114,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[114,70,114,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C034testAPIKeyValidatorRejectsTooShortA0yyYaFSSyXEfu2_","regions":[[114,77,114,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyF","regions":[[117,53,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSbyKXEfu_","regions":[[120,23,120,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFypSgyKXEfu0_","regions":[[121,22,121,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu1_","regions":[[122,24,122,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu2_","regions":[[122,42,122,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSbyKXEfu3_","regions":[[125,24,125,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSSSgyKXEfu4_","regions":[[126,24,126,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSSSgyKXEfu5_","regions":[[126,46,126,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu6_","regions":[[127,24,127,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C40testAPIKeyValidatorValidationResultTypesyyFSiSgyKXEfu7_","regions":[[127,44,127,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C44testBiometricAuthServiceSharedInstanceExistsyyF","regions":[[132,57,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C44testBiometricAuthServiceSharedInstanceExistsyyFypSgyKXEfu_","regions":[[134,25,134,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testBiometricAuthServiceIsEnabledDefaultsFalseyyF","regions":[[137,59,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C46testBiometricAuthServiceIsEnabledDefaultsFalseyyFSbyKXEfu_","regions":[[144,24,144,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyF","regions":[[147,58,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyFSbyKXEfu_","regions":[[155,24,155,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C45testBiometricAuthServiceIsEnabledCanBeToggledyyFSbyKXEfu0_","regions":[[155,43,155,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyF","regions":[[161,54,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyFSbyKXEfu_","regions":[[167,23,167,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceG8TypeNameyyFSSyXEfu0_","regions":[[167,50,167,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyF","regions":[[170,70,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyFSbyKXEfu_","regions":[[175,24,175,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C036testBiometricAuthServiceWouldRequireH17RespectsIsEnabledyyFSbyKXEfu0_","regions":[[180,23,180,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C024testBiometricAuthServiceH30ReturnsNotRequiredWhenDisabledyyYaF","regions":[[186,77,199,6,0,0,0,0],[192,16,192,22,0,0,0,0],[193,9,195,18,0,0,0,0],[196,9,197,64,0,0,0,0],[198,10,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C032testAIKeyRequiredDialogDismissedA6ExistsyyF","regions":[[203,54,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C032testAIKeyRequiredDialogDismissedA6ExistsyyFypSgyKXEfu_","regions":[[204,25,204,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyF","regions":[[207,55,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyFSbyKXEfu_","regions":[[210,23,210,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C42testAIKeyRequiredDialogResetDismissedStateyyFSbyKXEfu0_","regions":[[214,24,214,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C38testAIKeyRequiredDialogShouldShowLogicyyF","regions":[[217,51,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerSharedInstanceExistsyyF","regions":[[232,50,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerSharedInstanceExistsyyFypSgyKXEfu_","regions":[[234,25,234,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyF","regions":[[237,52,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyFSSyKXEfu_","regions":[[239,24,239,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C028testAICostTrackerCostHistoryA8ConstantyyFSSyKXEfu0_","regions":[[239,54,239,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyF","regions":[[242,42,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyFSdyKXEfu_","regions":[[252,24,252,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testAICostTrackerEstimateCostyyFSdyKXEfu0_","regions":[[252,30,252,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyF","regions":[[255,42,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu_","regions":[[257,24,257,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu0_","regions":[[257,63,257,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu1_","regions":[[258,24,258,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C29testClaudeAPIPricingConstantsyyFSdyKXEfu2_","regions":[[258,64,258,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyF","regions":[[261,45,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyFSdyKXEfu_","regions":[[264,24,264,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIPricingEstimateCostyyFSdyKXEfu0_","regions":[[264,30,264,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyF","regions":[[267,50,271,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu_","regions":[[269,24,269,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu0_","regions":[[269,75,269,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu1_","regions":[[270,24,270,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C37testAICostTrackerCostSourceEnumValuesyyFSSyKXEfu2_","regions":[[270,72,270,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C30testAICostTrackerHistoryAccessyyF","regions":[[273,43,279,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyF","regions":[[281,45,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFypSgyKXEfu_","regions":[[283,25,283,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSbyKXEfu0_","regions":[[284,24,284,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSbyKXEfu1_","regions":[[285,24,285,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSiyKXEfu2_","regions":[[286,30,286,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSiyKXEfu3_","regions":[[286,69,286,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSdyKXEfu4_","regions":[[287,30,287,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C32testClaudeAPIConstantsAreDefinedyyFSdyKXEfu5_","regions":[[287,65,287,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C24testAssertionsAreEnabledyyF","regions":[[292,37,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C24testAssertionsAreEnabledyyFSbyKXEfu_","regions":[[300,23,300,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyF","regions":[[307,49,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSSSgyKXEfu_","regions":[[309,24,309,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSSSgyKXEfu0_","regions":[[309,56,309,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSbyKXEfu1_","regions":[[312,23,312,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AIConfigGenerationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AIConfigGenerationC0C36testConfigGeneratorErrorDescriptionsyyFSbyKXEfu1_SbyKXEfu2_","regions":[[312,73,312,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesSimpleLaunchURIyyF","regions":[[10,34,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV014parsesMultipleB10ComponentsyyF","regions":[[21,41,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesQueryParametersyyF","regions":[[31,34,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV017parsesFakekeyWithD0yyF","regions":[[43,36,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV15parsesVkeyAliasyyF","regions":[[53,28,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV23rejectsNonKeypathSchemeyyF","regions":[[63,36,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV16rejectsEmptyHostyyF","regions":[[69,29,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV17rejectsInvalidURLyyF","regions":[[75,30,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV27handlesURLEncodedCharactersyyF","regions":[[81,40,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesOpenURLActionyyF","regions":[[89,32,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV21parsesShorthandLaunchyyF","regions":[[100,34,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV28parsesShorthandMultiplePathsyyF","regions":[[111,41,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV24parsesShorthandWithQueryyyF","regions":[[122,37,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV22parsesShorthandFakekeyyyF","regions":[[134,35,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesShorthandRuleyyF","regions":[[145,32,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19parsesShorthandOpenyyF","regions":[[155,32,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV25convertsTargetToTitleCaseyyF","regions":[[164,38,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV19fullURINotShorthandyyF","regions":[[172,32,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV012rejectsEmptyD9ShorthandyyF","regions":[[179,40,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV14rejectsNoColonyyF","regions":[[185,27,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB14ActionURITestsV18syntaxesEquivalentyyF","regions":[[191,31,198,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V016dispatchesLaunchD0yyF","regions":[[207,35,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014returnsUnknownD14ForInvalidTypeyyF","regions":[[217,47,226,6,0,0,0,0],[221,53,223,10,0,0,0,0],[223,16,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V39returnsMissingTargetForLaunchWithoutAppyyF","regions":[[230,52,241,6,0,0,0,0],[236,53,238,10,0,0,0,0],[238,16,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V015dispatchesLayerD0yyF","regions":[[245,34,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V015dispatchesLayerD0yyFySScfU_","regions":[[247,49,249,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesRuled4WithB0yyF","regions":[[263,41,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesRuled4WithB0yyFySS_SaySSGtcfU_","regions":[[266,48,269,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V016dispatchesNotifyD0yyF","regions":[[284,35,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V014dispatchesOpenD0yyF","regions":[[293,33,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V017dispatchesFakekeyD0yyF","regions":[[302,36,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V41returnsMissingTargetForFakekeyWithoutNameyyF","regions":[[316,54,329,6,0,0,0,0],[324,53,326,10,0,0,0,0],[326,16,328,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V022callsOnErrorForUnknownD0yyF","regions":[[333,41,346,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ActionDispatcherRoutingC0V022callsOnErrorForUnknownD0yyFySScfU_","regions":[[335,43,337,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V06parsesF3URIyyF","regions":[[354,28,360,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V015parsesShorthandF0yyF","regions":[[363,34,369,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V023returnsMissingTargetForf7WithoutB0yyF","regions":[[373,53,382,6,0,0,0,0],[377,53,379,10,0,0,0,0],[379,16,381,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V027returnsFailedForNonexistentF0yyF","regions":[[386,46,395,6,0,0,0,0],[390,49,392,10,0,0,0,0],[392,16,394,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherFolderC0V013opensExistingF0yyF","regions":[[399,32,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V06parsesF3URIyyF","regions":[[413,28,419,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V015parsesShorthandF0yyF","regions":[[422,34,428,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V023returnsMissingTargetForf7WithoutB0yyF","regions":[[432,53,441,6,0,0,0,0],[436,53,438,10,0,0,0,0],[438,16,440,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25returnsFailedWhenDisabledyyYaF","regions":[[445,44,457,6,0,0,0,0],[452,49,454,10,0,0,0,0],[454,16,456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V027returnsFailedForNonexistentF0yyYaF","regions":[[461,52,478,6,0,0,0,0],[473,49,475,10,0,0,0,0],[475,16,477,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25callsConfirmationCallbackyyYaF","regions":[[482,44,505,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V25callsConfirmationCallbackyyYaFySS_yycyyctcfU_","regions":[[494,62,497,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V21callsDisabledCallbackyyYaF","regions":[[509,40,525,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ActionDispatcherScriptC0V21callsDisabledCallbackyyYaFyyyccfU_","regions":[[517,61,519,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ActionDispatcherTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit20ActionDispatchResultO0aB5TestsE2eeoiySbAC_ACtFZ","regions":[[531,90,544,6,0,0,0,0],[532,16,532,26,0,0,0,0],[533,9,534,17,0,0,0,0],[535,9,536,19,0,0,0,0],[537,9,538,19,0,0,0,0],[539,9,540,31,0,0,0,0],[541,9,542,18,0,0,0,0],[543,10,544,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyF","regions":[[8,57,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyFSbyKXEfu_","regions":[[11,23,11,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C033testGenerate_EmptyKeymaps_ReturnsiE0yyFSbyKXEfu0_","regions":[[12,24,12,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_AllDisabled_ReturnsEmptyE0yyF","regions":[[15,56,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_AllDisabled_ReturnsEmptyE0yyFSbyKXEfu_","regions":[[28,23,28,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyF","regions":[[33,59,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu_","regions":[[42,23,42,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu0_","regions":[[44,23,44,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSSyXEfu1_","regions":[[44,57,44,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSbyKXEfu2_","regions":[[45,24,45,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C019testGenerate_SingleD24_CreatesVirtualKeysBlockyyFSSyXEfu3_","regions":[[45,50,45,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyF","regions":[[48,60,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu_","regions":[[65,23,65,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu0_","regions":[[65,57,65,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu1_","regions":[[66,23,66,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu2_","regions":[[66,58,66,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSbyKXEfu3_","regions":[[67,24,67,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testGenerate_MultipleApps_CreatesAllVirtualKeysyyFSSyXEfu4_","regions":[[67,50,67,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyF","regions":[[72,51,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyFSbyKXEfu_","regions":[[84,23,84,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testGenerate_UsesKanataKeywordConstantyyFSbyKXEfu0_","regions":[[85,24,85,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyF","regions":[[90,64,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu_","regions":[[99,23,99,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu0_","regions":[[100,23,100,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu1_","regions":[[101,23,101,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu2_","regions":[[102,23,102,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C51testGenerate_SingleOverride_CreatesSwitchExpressionyyFSbyKXEfu3_","regions":[[103,23,103,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyF","regions":[[106,75,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu_","regions":[[123,23,123,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu0_","regions":[[124,23,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu1_","regions":[[125,23,125,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu2_","regions":[[126,23,126,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C037testGenerate_MultipleOverridesForSameA22_CreatesCombinedSwitchyyFSbyKXEfu3_","regions":[[127,23,127,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyF","regions":[[130,50,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyFSbyKXEfu_","regions":[[140,23,140,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C025testGenerate_NoOverrides_I10AliasBlockyyFSbyKXEfu0_","regions":[[141,24,141,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A35WithSpecialChars_SanitizesAliasNameyyF","regions":[[146,64,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A35WithSpecialChars_SanitizesAliasNameyyFSbyKXEfu_","regions":[[155,23,155,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A27StartsWithNumber_AddsPrefixyyF","regions":[[158,56,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C013testGenerate_A27StartsWithNumber_AddsPrefixyyFSbyKXEfu_","regions":[[168,23,168,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyF","regions":[[173,40,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu_","regions":[[182,23,182,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu0_","regions":[[183,23,183,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C27testGenerate_IncludesHeaderyyFSbyKXEfu1_","regions":[[184,23,184,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyF","regions":[[187,51,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyFSbyKXEfu_","regions":[[195,23,195,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C030testGenerate_HeaderIncludesAllD5NamesyyFSbyKXEfu0_","regions":[[196,23,196,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyF","regions":[[201,55,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyFSSyKXEfu_","regions":[[203,24,203,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C029testEscapeOutputAction_SimpleA10_UnchangedyyFSSyKXEfu0_","regions":[[203,33,203,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyF","regions":[[206,51,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyFSSyKXEfu_","regions":[[208,24,208,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_Macro_UnchangedyyFSSyKXEfu0_","regions":[[208,33,208,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyF","regions":[[211,60,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyFSSyKXEfu_","regions":[[213,24,213,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C47testEscapeOutputAction_AliasReference_UnchangedyyFSSyKXEfu0_","regions":[[213,33,213,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyF","regions":[[216,51,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyFSSyKXEfu_","regions":[[218,24,218,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C38testEscapeOutputAction_TrimsWhitespaceyyFSSyKXEfu0_","regions":[[218,33,218,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyF","regions":[[223,41,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSbSsXEfU_","regions":[[237,61,237,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSbSsXEfU0_","regions":[[238,61,238,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSaySsGyKXEfu_","regions":[[240,24,240,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C28testGenerate_IsDeterministicyyFSaySsGyKXEfu0_","regions":[[240,32,240,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyF","regions":[[243,39,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu_","regions":[[261,25,261,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu0_","regions":[[262,25,262,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFypSgyKXEfu1_","regions":[[263,25,263,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFSbyKXEfu2_","regions":[[266,23,266,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C26testGenerate_KeysAreSortedyyFSbyKXEfu3_","regions":[[267,23,267,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyF","regions":[[272,69,277,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSSyKXEfu_","regions":[[275,24,275,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSSyKXEfu0_","regions":[[275,49,275,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSbyKXEfu1_","regions":[[276,23,276,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE43Error_ValidationFailed_HasUserFacingMessageyyFSbyKXEfu1_SbyKXEfu2_","regions":[[276,80,276,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyF","regions":[[279,79,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyFSSyKXEfu_","regions":[[282,24,282,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE53Error_ValidationFailed_EmptyErrors_HasFallbackMessageyyFSSyKXEfu0_","regions":[[282,49,282,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyF","regions":[[285,64,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu_","regions":[[288,23,288,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu0_","regions":[[289,23,289,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE38Error_WriteFailed_HasUserFacingMessageyyFSbyKXEfu0_SbyKXEfu1_","regions":[[289,80,289,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF","regions":[[292,41,299,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu_","regions":[[297,24,297,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu0_","regions":[[297,32,297,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu1_","regions":[[298,27,298,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C04testdE15Error_EquatableyyF0abD3Kit0deH0OyKXEfu2_","regions":[[298,35,298,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyF","regions":[[306,57,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSbyKXEfu_","regions":[[324,13,324,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSSyXEfu0_","regions":[[325,13,325,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSbyKXEfu1_","regions":[[329,23,329,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppConfigGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018AppConfigGeneratorC0C44testGenerate_NeverContainsNop_RegressionTestyyFSSyXEfu2_","regions":[[329,48,329,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C14setUpWithErroryyKF","regions":[[11,43,16,6,0,0,0,0],[14,102,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C17tearDownWithErroryyKF","regions":[[18,46,24,6,0,0,0,0],[19,30,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKF","regions":[[28,63,42,6,0,0,0,0],[35,45,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKFSSSgyKXEfu_","regions":[[41,24,41,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C034testBundleToVKLookup_FindsMatchingD0yyYaKFSSSgyKXEfu0_","regions":[[41,51,41,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C041testBundleToVKLookup_ReturnsNilForUnknownD0yyYaKF","regions":[[44,70,57,6,0,0,0,0],[51,45,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C041testBundleToVKLookup_ReturnsNilForUnknownD0yyYaKFypSgyKXEfu_","regions":[[56,22,56,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testdeF13_InitialStateyyYaF","regions":[[62,53,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testdeF13_InitialStateyyYaFypSgyKXEfu_","regions":[[67,25,67,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyF","regions":[[72,43,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyFSSyKXEfu_","regions":[[77,24,77,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala13Name_StandardD0yyFSSyKXEfu0_","regions":[[77,32,77,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyF","regions":[[80,45,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyFSSyKXEfu_","regions":[[85,24,85,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D10WithSpacesyyFSSyKXEfu0_","regions":[[85,32,85,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyF","regions":[[88,53,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyFSSyKXEfu_","regions":[[94,24,94,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C011testVirtuala5Name_D18StartingWithNumberyyFSSyKXEfu0_","regions":[[94,32,94,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyF","regions":[[99,40,115,6,0,0,0,0],[107,65,107,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFypSgyKXEfu_","regions":[[109,25,109,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFypSgyKXEfu0_","regions":[[110,25,110,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu1_","regions":[[113,24,113,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu2_","regions":[[113,42,113,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu3_","regions":[[114,24,114,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA5PressyyFSSSgyKXEfu4_","regions":[[114,44,114,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyF","regions":[[117,42,127,6,0,0,0,0],[123,65,123,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyFSSSgyKXEfu_","regions":[[126,24,126,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C019testTCPCommand_FakeA7ReleaseyyFSSSgyKXEfu0_","regions":[[126,44,126,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKF","regions":[[131,66,152,6,0,0,0,0],[138,49,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFypSgyKXEfu_","regions":[[146,22,146,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSyXEfu0_","regions":[[146,32,146,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSSgyKXEfu1_","regions":[[147,24,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSSgyKXEfu2_","regions":[[147,32,147,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_NoMappingToK0yyYaKFSSyXEfu3_","regions":[[147,43,147,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKF","regions":[[154,64,181,6,0,0,0,0],[166,49,181,6,0,0,0,0],[167,51,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu_","regions":[[175,24,175,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu0_","regions":[[175,32,175,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu1_","regions":[[176,24,176,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd24SwitchScenario_MappingToJ0yyYaKFSSSgyKXEfu2_","regions":[[176,34,176,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKF","regions":[[183,66,204,6,0,0,0,0],[190,49,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFSSSgyKXEfu_","regions":[[198,24,198,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFSSSgyKXEfu0_","regions":[[198,32,198,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C04testd26SwitchScenario_MappingToNoJ0yyYaKFypSgyKXEfu1_","regions":[[199,22,199,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C27testEmptyStore_NoVKMappingsyyYaF","regions":[[208,46,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C27testEmptyStore_NoVKMappingsyyYaFSbyKXEfu_","regions":[[210,23,210,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C38testDisabledKeymap_ExcludedFromMappingyyYaKF","regions":[[213,64,230,6,0,0,0,0],[224,45,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C38testDisabledKeymap_ExcludedFromMappingyyYaKFypSgyKXEfu_","regions":[[229,22,229,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKF","regions":[[232,62,245,6,0,0,0,0],[239,45,245,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKFSSSgyKXEfu_","regions":[[244,24,244,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testKeymapWithNoOverrides_StillHasVKyyYaKFSSSgyKXEfu0_","regions":[[244,51,244,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKF","regions":[[249,62,267,6,0,0,0,0],[260,45,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSbyKXEfu_","regions":[[252,23,252,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSSSgyKXEfu0_","regions":[[266,24,266,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C36testReloadMappings_PicksUpNewKeymapsyyYaKFSSSgyKXEfu1_","regions":[[266,51,266,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKF","regions":[[269,66,289,6,0,0,0,0],[276,45,289,6,0,0,0,0],[282,73,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKFypSgyKXEfu_","regions":[[279,25,279,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppContextServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017AppContextServiceC0C40testReloadMappings_PicksUpRemovedKeymapsyyYaKFypSgyKXEfu0_","regions":[[288,22,288,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyF","regions":[[8,53,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyFSSyKXEfu_","regions":[[13,24,13,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala11Name_SimpledI0yyFSSyKXEfu0_","regions":[[13,32,13,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyF","regions":[[16,57,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyFSSyKXEfu_","regions":[[21,24,21,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI10WithSpacesyyFSSyKXEfu0_","regions":[[21,32,21,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyF","regions":[[24,58,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyFSSyKXEfu_","regions":[[29,24,29,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithHyphensyyFSSyKXEfu0_","regions":[[29,32,29,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyF","regions":[[32,58,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyFSSyKXEfu_","regions":[[38,24,38,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala5Name_dI11WithNumbersyyFSSyKXEfu0_","regions":[[38,32,38,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyF","regions":[[41,76,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyFSSyKXEfu_","regions":[[46,24,46,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtuala17Name_EmptyDisplayI20_UseBundleIDFallbackyyFSSyKXEfu0_","regions":[[46,32,46,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyF","regions":[[49,65,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyFSbyKXEfu_","regions":[[55,23,55,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA30Name_SpecialCharsOnly_UsesHashyyFSbyKXEfu0_","regions":[[56,23,56,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyF","regions":[[59,57,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyFSSyKXEfu_","regions":[[65,24,65,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C019testGenerateVirtualA22Name_UnicodeCharactersyyFSSyKXEfu0_","regions":[[65,32,65,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyF","regions":[[70,60,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu_","regions":[[80,23,80,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu0_","regions":[[81,23,81,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA19Name_AddsHashSuffixyyFSbyKXEfu1_","regions":[[82,23,82,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyF","regions":[[85,61,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyFSSyKXEfu_","regions":[[96,24,96,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtualA20Name_IsDeterministicyyFSSyKXEfu0_","regions":[[96,31,96,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyF","regions":[[99,85,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyFSSyKXEfu_","regions":[[109,27,109,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C025testGenerateUniqueVirtuala30Name_DifferentBundleIDsProduceK5NamesyyFSSyKXEfu0_","regions":[[109,34,109,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyF","regions":[[114,49,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu_","regions":[[120,24,120,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu0_","regions":[[120,50,120,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu1_","regions":[[121,24,121,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu2_","regions":[[121,45,121,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu3_","regions":[[122,24,122,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSSyKXEfu4_","regions":[[122,48,122,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFSbyKXEfu5_","regions":[[123,23,123,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdaE19_DefaultsAreCorrectyyFypSgyKXEfu6_","regions":[[124,25,124,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyF","regions":[[127,51,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyFSSyKXEfu_","regions":[[134,24,134,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdae14_CustomVirtualA4NameyyFSSyKXEfu0_","regions":[[134,48,134,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyF","regions":[[139,46,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu_","regions":[[146,24,146,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu0_","regions":[[146,43,146,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu1_","regions":[[147,24,147,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSyKXEfu2_","regions":[[147,47,147,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSSgyKXEfu3_","regions":[[148,24,148,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testdA23Override_InitializationyyFSSSgyKXEfu4_","regions":[[148,46,148,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyF","regions":[[153,49,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu_","regions":[[163,24,163,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu0_","regions":[[163,57,163,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu1_","regions":[[164,24,164,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSSyKXEfu2_","regions":[[164,52,164,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSiyKXEfu3_","regions":[[165,24,165,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD29Keymap_ConvenienceInitializeryyFSiyKXEfu4_","regions":[[165,48,165,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKF","regions":[[170,50,192,6,0,0,0,0],[182,48,192,6,0,0,0,0],[186,69,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu_","regions":[[188,24,188,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu0_","regions":[[188,58,188,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu1_","regions":[[189,24,189,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu2_","regions":[[189,53,189,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu3_","regions":[[190,24,190,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSSyKXEfu4_","regions":[[190,56,190,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSiyKXEfu5_","regions":[[191,24,191,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeyMappingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests03Appa7MappingC0C04testD23Keymap_CodableRoundTripyyKFSiyKXEfu6_","regions":[[191,49,191,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C14setUpWithErroryyKF","regions":[[9,43,14,6,0,0,0,0],[12,102,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C17tearDownWithErroryyKF","regions":[[16,46,22,6,0,0,0,0],[17,30,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaF","regions":[[26,54,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaFSbyKXEfu_","regions":[[28,23,28,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKF","regions":[[31,62,41,6,0,0,0,0],[33,73,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKFSbyKXEfu_","regions":[[40,23,40,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[45,50,72,6,0,0,0,0],[64,45,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu_","regions":[[68,24,68,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu0_","regions":[[68,38,68,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu1_","regions":[[69,24,69,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu2_","regions":[[69,60,69,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu3_","regions":[[70,24,70,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSiyKXEfu4_","regions":[[70,51,70,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu5_","regions":[[71,24,71,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyKXEfu6_","regions":[[71,60,71,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKF","regions":[[76,56,88,6,0,0,0,0],[83,45,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSiyKXEfu_","regions":[[86,24,86,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSiyKXEfu0_","regions":[[86,38,86,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSSyKXEfu1_","regions":[[87,24,87,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte8_AddsNewE0yyYaKFSSyKXEfu2_","regions":[[87,60,87,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKF","regions":[[90,64,114,6,0,0,0,0],[97,46,114,6,0,0,0,0],[108,46,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu_","regions":[[112,24,112,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu0_","regions":[[112,38,112,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu1_","regions":[[113,24,113,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte16_UpdatesExistingE0yyYaKFSiyKXEfu2_","regions":[[113,51,113,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKF","regions":[[116,73,140,6,0,0,0,0],[123,46,140,6,0,0,0,0],[131,46,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu_","regions":[[135,24,135,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu0_","regions":[[135,38,135,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSS0abD3Kit0dE0Vcfu1_","regions":[[138,38,138,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu2_","regions":[[139,24,139,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSiyKXEfu3_","regions":[[139,39,139,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testUpserte15_HandlesVirtualA13NameCollisionyyYaKFSSyXEfu4_","regions":[[139,42,139,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee16_RemovesExistingE0yyYaKF","regions":[[144,64,156,6,0,0,0,0],[150,45,156,6,0,0,0,0],[152,75,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee16_RemovesExistingE0yyYaKFSbyKXEfu_","regions":[[155,23,155,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee15_NoOpForMissingE0yyYaKF","regions":[[158,63,163,6,0,0,0,0],[160,78,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C010testRemovee15_NoOpForMissingE0yyYaKFSbyKXEfu_","regions":[[162,23,162,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKF","regions":[[167,60,178,6,0,0,0,0],[173,45,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFypSgyKXEfu_","regions":[[176,25,176,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFSSSgyKXEfu0_","regions":[[177,24,177,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete15_ReturnsCorrectE0yyYaKFSSSgyKXEfu1_","regions":[[177,52,177,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete21_ReturnsNilForMissingE0yyYaF","regions":[[180,59,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C07testGete21_ReturnsNilForMissingE0yyYaFypSgyKXEfu_","regions":[[182,22,182,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKF","regions":[[185,63,208,6,0,0,0,0],[202,69,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSiyKXEfu_","regions":[[206,24,206,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSiyKXEfu0_","regions":[[206,39,206,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSSyKXEfu1_","regions":[[207,24,207,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C37testGetEnabledKeymaps_FiltersDisabledyyYaKFSSyKXEfu2_","regions":[[207,61,207,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKF","regions":[[210,72,230,6,0,0,0,0],[223,45,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSiyKXEfu_","regions":[[227,24,227,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSiyKXEfu0_","regions":[[227,39,227,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu1_","regions":[[228,24,228,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu2_","regions":[[228,53,228,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu3_","regions":[[229,24,229,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C46testGetBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu4_","regions":[[229,57,229,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKF","regions":[[234,41,252,6,0,0,0,0],[240,46,252,6,0,0,0,0],[247,104,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu_","regions":[[244,24,244,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu0_","regions":[[244,39,244,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu1_","regions":[[251,24,251,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C15testCacheIsUsedyyYaKFSiyKXEfu2_","regions":[[251,39,251,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C31testInvalidateCacheForcesReloadyyYaKF","regions":[[254,57,274,6,0,0,0,0],[260,46,274,6,0,0,0,0],[266,104,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/AppKeymapStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014AppKeymapStoreC0C31testInvalidateCacheForcesReloadyyYaKFSbyKXEfu_","regions":[[273,23,273,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyF","regions":[[8,50,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyFSSyKXEfu_","regions":[[14,24,14,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C37testKanataOutput_withBundleIdentifieryyFSSyKXEfu0_","regions":[[14,43,14,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyF","regions":[[17,53,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyFSSyKXEfu_","regions":[[23,24,23,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C40testKanataOutput_withoutBundleIdentifieryyFSSyKXEfu0_","regions":[[23,43,23,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyF","regions":[[26,61,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyFSbyKXEfu_","regions":[[33,23,33,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C48testKanataOutput_prefersBundleIdentifierOverNameyyFSbyKXEfu0_","regions":[[34,24,34,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF","regions":[[39,37,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF0abD3Kit0deF0VyKXEfu_","regions":[[43,24,43,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C24testEquatable_sameValuesyyF0abD3Kit0deF0VyKXEfu0_","regions":[[43,31,43,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF","regions":[[46,41,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF0abD3Kit0deF0VyKXEfu_","regions":[[50,27,50,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C28testEquatable_differentNamesyyF0abD3Kit0deF0VyKXEfu0_","regions":[[50,34,50,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF","regions":[[53,45,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF0abD3Kit0deF0VyKXEfu_","regions":[[57,27,57,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/AppLaunchInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013AppLaunchInfoC0C32testEquatable_differentBundleIdsyyF0abD3Kit0deF0VyKXEfu0_","regions":[[57,34,57,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyF","regions":[[7,28,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSiyKXEfu_","regions":[[9,24,9,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSiyKXEfu0_","regions":[[9,45,9,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFypSgyKXEfu1_","regions":[[10,22,10,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C15testDefaultInityyFSbyKXEfu2_","regions":[[11,24,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF","regions":[[16,33,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiyKXEfu_","regions":[[20,30,20,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiyKXEfu0_","regions":[[20,51,20,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D5GroupVXEfU_","regions":[[22,44,22,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu1_","regions":[[23,25,23,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu2_","regions":[[23,35,23,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu3_","regions":[[24,24,24,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu4_","regions":[[24,43,24,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu5_","regions":[[24,48,24,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF0aB6AppKit0D8CategoryOSgyKXEfu6_","regions":[[25,24,25,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF0aB6AppKit0D8CategoryOSgyKXEfu7_","regions":[[25,44,25,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D10DefinitionVXEfU0_","regions":[[28,46,28,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu8_","regions":[[29,25,29,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu9_","regions":[[29,34,29,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu10_","regions":[[30,24,30,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu11_","regions":[[30,41,30,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D10DefinitionVXEfU1_","regions":[[33,46,33,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu12_","regions":[[34,25,34,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu13_","regions":[[34,34,34,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu14_","regions":[[35,24,35,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSSgyKXEfu15_","regions":[[35,41,35,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSb0aB6AppKit0D5GroupVXEfU2_","regions":[[38,45,38,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFypSgyKXEfu16_","regions":[[39,25,39,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu17_","regions":[[39,36,39,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu18_","regions":[[40,24,40,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSiSgyKXEfu19_","regions":[[40,44,40,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyFSSyXEfu20_","regions":[[40,49,40,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF10Foundation4UUIDVSgyKXEfu21_","regions":[[43,24,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testBenVallackPresetyyF10Foundation4UUIDVSgyKXEfu22_","regions":[[43,46,43,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF","regions":[[46,42,65,6,0,0,0,0],[53,69,61,10,0,0,0,0],[58,71,60,14,0,0,0,0],[60,14,61,10,0,0,0,0],[61,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu_","regions":[[52,24,52,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu0_","regions":[[52,46,52,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu1_","regions":[[54,28,54,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu2_","regions":[[54,39,54,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu3_","regions":[[54,50,54,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu4_","regions":[[57,28,57,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSiyKXEfu5_","regions":[[57,49,57,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu6_","regions":[[59,32,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF10Foundation4UUIDVyKXEfu7_","regions":[[59,43,59,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu8_","regions":[[59,54,59,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF0aB6AppKit0deF0VyKXEfu9_","regions":[[64,24,64,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyF0aB6AppKit0deF0VyKXEfu10_","regions":[[64,33,64,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C29testBenVallackPresetStableIDsyyFSSyXEfu11_","regions":[[64,42,64,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyF","regions":[[69,44,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyFShySSGyKXEfu_","regions":[[82,24,82,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD22GroupParticipatingKeysyyFShySSGyKXEfu0_","regions":[[82,49,82,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyF","regions":[[85,47,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyFSbyKXEfu_","regions":[[96,23,96,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupValidWithNoConflictsyyFSSyXEfu0_","regions":[[96,38,96,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyF","regions":[[99,47,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyFSbyKXEfu_","regions":[[110,24,110,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25GroupInvalidWithConflictsyyFSSyXEfu0_","regions":[[110,39,110,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF","regions":[[115,39,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSiyKXEfu_","regions":[[127,24,127,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSiyKXEfu0_","regions":[[127,41,127,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyFSSyXEfu1_","regions":[[127,44,127,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF0aB6AppKit0dI0V0I4TypeOyKXEfu2_","regions":[[128,24,128,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C26testDetectConflictSameKeysyyF0aB6AppKit0dI0V0I4TypeOyKXEfu3_","regions":[[128,43,128,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyF","regions":[[131,48,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSiyKXEfu_","regions":[[144,24,144,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSiyKXEfu0_","regions":[[144,41,144,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C027testDetectConflictDifferentA5OrderyyFSSyXEfu1_","regions":[[144,44,144,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyF","regions":[[147,40,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSiyKXEfu_","regions":[[160,24,160,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSiyKXEfu0_","regions":[[160,41,160,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C27testNoConflictDifferentKeysyyFSSyXEfu1_","regions":[[160,44,160,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyF","regions":[[165,48,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu_","regions":[[167,23,167,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu0_","regions":[[167,51,167,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu1_","regions":[[170,23,170,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu2_","regions":[[170,53,170,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSbyKXEfu3_","regions":[[173,23,173,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD26DefinitionRecommendedComboyyFSSyXEfu4_","regions":[[173,52,173,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyF","regions":[[176,51,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSbyKXEfu_","regions":[[178,24,178,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSSyXEfu0_","regions":[[178,51,178,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSbyKXEfu1_","regions":[[181,24,181,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD29DefinitionNotRecommendedComboyyFSSyXEfu2_","regions":[[181,53,181,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF","regions":[[184,46,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu_","regions":[[187,24,187,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu0_","regions":[[187,56,187,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu1_","regions":[[191,24,191,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu2_","regions":[[191,56,191,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu3_","regions":[[195,24,195,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu4_","regions":[[195,59,195,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu5_","regions":[[199,24,199,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu6_","regions":[[199,50,199,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu7_","regions":[[203,24,203,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD24DefinitionErgonomicScoreyyF0aB6AppKit0iJ0OyKXEfu8_","regions":[[203,50,203,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyF","regions":[[208,47,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu_","regions":[[209,24,209,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu0_","regions":[[209,67,209,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu1_","regions":[[210,24,210,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu2_","regions":[[210,64,210,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu3_","regions":[[211,24,211,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu4_","regions":[[211,64,211,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu5_","regions":[[212,24,212,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu6_","regions":[[212,66,212,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu7_","regions":[[213,24,213,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD25CategorySuggestedTimeoutsyyFSiyKXEfu8_","regions":[[213,63,213,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyF","regions":[[216,42,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu_","regions":[[217,24,217,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu0_","regions":[[217,62,217,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu1_","regions":[[218,24,218,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu2_","regions":[[218,59,218,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu3_","regions":[[219,24,219,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu4_","regions":[[219,59,219,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu5_","regions":[[220,24,220,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu6_","regions":[[220,61,220,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu7_","regions":[[221,24,221,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD20CategoryDisplayNamesyyFSSyKXEfu8_","regions":[[221,58,221,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyF","regions":[[226,39,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu_","regions":[[227,24,227,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu0_","regions":[[227,59,227,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu1_","regions":[[228,24,228,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu2_","regions":[[228,54,228,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu3_","regions":[[229,24,229,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu4_","regions":[[229,58,229,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu5_","regions":[[230,24,230,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17SpeedMillisecondsyyFSiyKXEfu6_","regions":[[230,60,230,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF","regions":[[233,34,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu_","regions":[[234,24,234,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[234,53,234,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[235,24,235,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[235,53,235,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[236,24,236,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[236,53,236,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu5_","regions":[[237,24,237,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu6_","regions":[[237,53,237,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu7_","regions":[[238,24,238,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu8_","regions":[[238,53,238,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu9_","regions":[[239,24,239,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu10_","regions":[[239,53,239,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu11_","regions":[[240,24,240,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12SpeedNearestyyF0aB6AppKit0dH0OyKXEfu12_","regions":[[240,53,240,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF","regions":[[245,40,254,6,0,0,0,0],[250,48,254,6,0,0,0,0],[251,77,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF0aB6AppKit0deF0VyKXEfu_","regions":[[253,24,253,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C20testCodableRoundTripyyKF0aB6AppKit0deF0VyKXEfu0_","regions":[[253,34,253,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF","regions":[[256,41,275,6,0,0,0,0],[271,48,275,6,0,0,0,0],[272,70,275,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF0aB6AppKit0dH0VyKXEfu_","regions":[[274,24,274,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD12GroupCodableyyKF0aB6AppKit0dH0VyKXEfu0_","regions":[[274,34,274,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF","regions":[[277,46,292,6,0,0,0,0],[288,48,292,6,0,0,0,0],[289,75,292,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF0aB6AppKit0dH0VyKXEfu_","regions":[[291,24,291,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD17DefinitionCodableyyKF0aB6AppKit0dH0VyKXEfu0_","regions":[[291,34,291,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyF","regions":[[296,36,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu_","regions":[[297,24,297,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu0_","regions":[[297,56,297,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu1_","regions":[[298,24,298,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu2_","regions":[[298,51,298,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu3_","regions":[[299,24,299,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu4_","regions":[[299,55,299,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu5_","regions":[[300,24,300,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu6_","regions":[[300,51,300,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu7_","regions":[[301,24,301,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C23testErgonomicScoreColoryyFSSyKXEfu8_","regions":[[301,51,301,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyF","regions":[[304,35,310,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu_","regions":[[305,24,305,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu0_","regions":[[305,55,305,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu1_","regions":[[306,24,306,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu2_","regions":[[306,50,306,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu3_","regions":[[307,24,307,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu4_","regions":[[307,54,307,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu5_","regions":[[308,24,308,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu6_","regions":[[308,50,308,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu7_","regions":[[309,24,309,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C22testErgonomicScoreIconyyFSSyKXEfu8_","regions":[[309,50,309,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyF","regions":[[314,41,323,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu_","regions":[[320,23,320,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu0_","regions":[[321,23,321,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ChordGroupsConfigC0C04testD19ConflictDescriptionyyFSbyKXEfu1_","regions":[[322,23,322,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testEmptyConfigGeneratesNoOutputyyF","regions":[[10,45,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testEmptyConfigGeneratesNoOutputyyFSbyKXEfu_","regions":[[27,24,27,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyF","regions":[[30,55,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu_","regions":[[56,23,56,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu0_","regions":[[59,23,59,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu1_","regions":[[62,23,62,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu2_","regions":[[63,23,63,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu3_","regions":[[64,23,64,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu4_","regions":[[67,23,67,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C010testSingleD27GroupGeneratesCorrectOutputyyFSbyKXEfu5_","regions":[[68,23,68,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyF","regions":[[71,53,100,6,0,0,0,0],[97,51,99,10,0,0,0,0],[99,10,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu_","regions":[[88,23,88,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu0_","regions":[[91,23,91,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu1_","regions":[[92,23,92,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu2_","regions":[[93,23,93,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu3_","regions":[[94,23,94,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C40testBenVallackPresetGeneratesValidConfigyyFSbyKXEfu4_","regions":[[98,27,98,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyF","regions":[[104,54,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyFSbyKXEfu_","regions":[[130,23,130,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde15GenerateCorrectA8MappingsyyFSbyKXEfu0_","regions":[[131,23,131,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyF","regions":[[136,58,175,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu_","regions":[[169,23,169,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu0_","regions":[[170,23,170,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu1_","regions":[[173,23,173,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testMultipledE22GenerateDistinctBlocksyyFSbyKXEfu2_","regions":[[174,23,174,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyF","regions":[[179,47,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyFSbyKXEfu_","regions":[[204,24,204,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C012testDisableddE11NotIncludedyyFSbyKXEfu0_","regions":[[205,24,205,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyF","regions":[[210,52,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu_","regions":[[245,23,245,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu0_","regions":[[246,23,246,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu1_","regions":[[249,23,249,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu2_","regions":[[250,23,250,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu3_","regions":[[253,23,253,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C023testPreservedAndUIChordE10CanCoexistyyFSbyKXEfu4_","regions":[[254,23,254,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyF","regions":[[259,57,287,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyFSbyKXEfu_","regions":[[285,23,285,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testdE29WithSpecialCharactersInOutputyyFSbyKXEfu0_","regions":[[286,23,286,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyF","regions":[[289,46,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu_","regions":[[314,23,314,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu0_","regions":[[317,23,317,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu1_","regions":[[318,23,318,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C04testde9WithThreeA6ChordsyyFSbyKXEfu2_","regions":[[319,23,319,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C27testMinimalGroupNameHandledyyF","regions":[[324,40,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C27testMinimalGroupNameHandledyyFSbyKXEfu_","regions":[[349,23,349,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C21testGroupWithNoChordsyyF","regions":[[352,34,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C21testGroupWithNoChordsyyFSbyKXEfu_","regions":[[377,23,377,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyF","regions":[[382,51,411,6,0,0,0,0],[405,36,407,10,0,0,0,0],[407,10,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu_","regions":[[399,23,399,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu0_","regions":[[400,23,400,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu1_","regions":[[401,23,401,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbSSXEfU_","regions":[[404,74,404,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu2_","regions":[[406,27,406,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C38testGeneratedConfigIsValidKanataSyntaxyyFSbyKXEfu3_","regions":[[410,24,410,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyF","regions":[[415,45,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu_","regions":[[438,23,438,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu_SbyKXEfu0_","regions":[[438,66,438,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu1_","regions":[[439,23,439,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu1_SbyKXEfu2_","regions":[[439,66,439,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu3_","regions":[[442,23,442,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu4_","regions":[[443,23,443,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu5_","regions":[[446,23,446,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/ChordGroupsIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ChordGroupsIntegrationC0C32testCrossGroupConflictGenerationyyFSbyKXEfu6_","regions":[[447,23,447,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyF","regions":[[9,45,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyFSSyKXEfu_","regions":[[23,24,23,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testGroupNameWithSpacesIsInvalidyyFSSyKXEfu0_","regions":[[23,36,23,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyF","regions":[[26,56,44,6,0,0,0,0],[34,32,43,10,0,0,0,0],[43,10,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyKXEfu_","regions":[[42,28,42,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyKXEfu0_","regions":[[42,40,42,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C43testGroupNameWithSpecialCharactersIsInvalidyyFSSyXEfu1_","regions":[[42,46,42,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyF","regions":[[46,31,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyKXEfu_","regions":[[58,24,58,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyKXEfu0_","regions":[[58,36,58,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C18testEmptyGroupNameyyFSSyXEfu1_","regions":[[58,41,58,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyF","regions":[[63,41,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyFSiyKXEfu_","regions":[[75,24,75,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C28testNegativeTimeoutIsInvalidyyFSiyKXEfu0_","regions":[[75,39,75,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyF","regions":[[78,37,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyFSiyKXEfu_","regions":[[88,24,88,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C24testZeroTimeoutIsInvalidyyFSiyKXEfu0_","regions":[[88,39,88,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyF","regions":[[91,38,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyFSiyKXEfu_","regions":[[101,24,101,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testExtremelyLargeTimeoutyyFSiyKXEfu0_","regions":[[101,39,101,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyF","regions":[[104,39,118,6,0,0,0,0],[108,38,117,10,0,0,0,0],[117,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSiyKXEfu_","regions":[[116,28,116,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSiyKXEfu0_","regions":[[116,43,116,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testReasonableTimeoutRangeyyFSSyXEfu1_","regions":[[116,52,116,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyF","regions":[[122,50,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSiyKXEfu_","regions":[[131,24,131,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSiyKXEfu0_","regions":[[131,42,131,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSbyKXEfu1_","regions":[[132,24,132,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C032testEmptyKeysArrayCreatesInvalidD0yyFSSyXEfu2_","regions":[[132,50,132,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyF","regions":[[135,47,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu_","regions":[[144,24,144,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu0_","regions":[[144,42,144,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSbyKXEfu1_","regions":[[145,23,145,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSSyXEfu2_","regions":[[145,49,145,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu3_","regions":[[153,24,153,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSiyKXEfu4_","regions":[[153,55,153,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C019testDuplicateKeysInD10DefinitionyyFSSyXEfu5_","regions":[[153,58,153,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyF","regions":[[156,39,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSiyKXEfu_","regions":[[165,24,165,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSiyKXEfu0_","regions":[[165,42,165,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSbyKXEfu1_","regions":[[166,23,166,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testEmptyStringInKeysArrayyyFSbyKXEfu1_SbSSXEfU_","regions":[[166,45,166,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C21testEmptyOutputStringyyF","regions":[[171,34,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C21testEmptyOutputStringyyFSbyKXEfu_","regions":[[180,24,180,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyF","regions":[[183,48,196,6,0,0,0,0],[187,38,195,10,0,0,0,0],[195,10,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyFSbyKXEfu_","regions":[[194,28,194,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C35testOutputWithUnbalancedParenthesesyyFSSyXEfu0_","regions":[[194,56,194,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyF","regions":[[198,46,211,6,0,0,0,0],[202,36,210,10,0,0,0,0],[210,10,211,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyFSbyKXEfu_","regions":[[209,27,209,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C33testOutputWithBalancedParenthesesyyFSSyXEfu0_","regions":[[209,55,209,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyF","regions":[[213,39,232,6,0,0,0,0],[223,36,231,10,0,0,0,0],[231,10,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyKXEfu_","regions":[[230,28,230,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyKXEfu0_","regions":[[230,42,230,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testOutputWithComplexMacroyyFSSyXEfu1_","regions":[[230,50,230,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyF","regions":[[236,47,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu_","regions":[[258,23,258,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSSyXEfu0_","regions":[[258,54,258,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSiyKXEfu1_","regions":[[261,24,261,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSiyKXEfu2_","regions":[[261,41,261,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSSyXEfu3_","regions":[[261,44,261,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSS0aB6AppKit0hI8ConflictVcfu4_","regions":[[264,46,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFShySSGyKXEfu5_","regions":[[265,24,265,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFShySSGyKXEfu6_","regions":[[265,38,265,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSb0aB6AppKit0hI8ConflictVXEfU_","regions":[[268,41,268,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFypSgyKXEfu7_","regions":[[269,25,269,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu8_","regions":[[270,23,270,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C014testCrossGroupA17ConflictsSameKeysyyFSbyKXEfu9_","regions":[[271,23,271,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyF","regions":[[274,44,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSbyKXEfu_","regions":[[298,23,298,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSSyXEfu0_","regions":[[298,54,298,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSS0aB6AppKit0hI8ConflictVcfu1_","regions":[[301,46,301,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFShySSGyKXEfu2_","regions":[[302,24,302,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFShySSGyKXEfu3_","regions":[[302,38,302,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C021testCrossGroupPartialA7OverlapyyFSSyXEfu4_","regions":[[302,50,302,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF","regions":[[307,41,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu_","regions":[[320,24,320,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu0_","regions":[[320,39,320,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSiyKXEfu1_","regions":[[322,24,322,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSiyKXEfu2_","regions":[[322,41,322,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu3_","regions":[[322,44,322,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu4_","regions":[[323,24,323,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu5_","regions":[[323,47,323,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu6_","regions":[[328,23,328,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu7_","regions":[[328,50,328,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSbyKXEfu8_","regions":[[329,24,329,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8PrefixesyyFSSyXEfu9_","regions":[[329,40,329,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF","regions":[[332,41,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSbyKXEfu_","regions":[[345,24,345,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSSyXEfu0_","regions":[[345,39,345,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSiyKXEfu1_","regions":[[347,24,347,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSiyKXEfu2_","regions":[[347,41,347,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu3_","regions":[[348,24,348,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyF0aB6AppKit0D8ConflictV0L4TypeOSgyKXEfu4_","regions":[[348,47,348,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSbyKXEfu5_","regions":[[352,23,352,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C015testOverlappingD8SuffixesyyFSSyXEfu6_","regions":[[352,50,352,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyF","regions":[[355,43,380,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu_","regions":[[369,23,369,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu0_","regions":[[369,38,369,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSiyKXEfu1_","regions":[[372,24,372,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSiyKXEfu2_","regions":[[372,41,372,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu3_","regions":[[372,44,372,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu4_","regions":[[377,23,377,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu5_","regions":[[377,50,377,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu6_","regions":[[378,24,378,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu7_","regions":[[378,51,378,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSbyKXEfu8_","regions":[[379,23,379,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C010testSinglea7VsMultiA7OverlapyyFSSyXEfu9_","regions":[[379,50,379,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF","regions":[[384,40,389,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF0aB6AppKit0hI0OyKXEfu_","regions":[[388,24,388,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyF0aB6AppKit0hI0OyKXEfu0_","regions":[[388,46,388,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testErgonomicScoreEmptyKeysyyFSSyXEfu1_","regions":[[388,53,388,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF","regions":[[391,40,394,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF0aB6AppKit0hI0OyKXEfu_","regions":[[393,24,393,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyF0aB6AppKit0hI0OyKXEfu0_","regions":[[393,46,393,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C024testErgonomicScoreSingleA0yyFSSyXEfu1_","regions":[[393,53,393,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF","regions":[[396,49,401,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF0aB6AppKit0hI0OyKXEfu_","regions":[[400,24,400,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyF0aB6AppKit0hI0OyKXEfu0_","regions":[[400,46,400,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C36testErgonomicScoreNonHomeRowAdjacentyyFSSyXEfu1_","regions":[[400,57,400,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF","regions":[[405,39,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[408,24,408,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[408,46,408,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testAdjacentKeysThreeInRowyyFSSyXEfu1_","regions":[[408,58,408,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF","regions":[[411,39,415,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[414,24,414,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[414,46,414,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C26testNonAdjacentKeysWithGapyyFSSyXEfu1_","regions":[[414,53,414,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF","regions":[[417,40,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu_","regions":[[421,24,421,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyF0aB6AppKit14ErgonomicScoreOyKXEfu0_","regions":[[421,46,421,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C27testNonAdjacentKeysLargeGapyyFSSyXEfu1_","regions":[[421,53,421,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyF","regions":[[426,35,438,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyKXEfu_","regions":[[436,24,436,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyKXEfu0_","regions":[[436,36,436,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSSyXEfu1_","regions":[[436,50,436,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_","regions":[[437,23,437,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_","regions":[[437,45,437,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu_","regions":[[437,62,437,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu0_","regions":[[437,78,437,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu1_","regions":[[437,93,437,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C22testUnicodeInGroupNameyyFSbyKXEfu2_SbSJXEfU_SbyKXEfu2_","regions":[[437,106,437,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyF","regions":[[440,30,449,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSaySSGyKXEfu_","regions":[[448,24,448,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSaySSGyKXEfu0_","regions":[[448,36,448,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C17testUnicodeInKeysyyFSSyXEfu1_","regions":[[448,52,448,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyF","regions":[[451,32,460,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyKXEfu_","regions":[[459,24,459,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyKXEfu0_","regions":[[459,38,459,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C19testUnicodeInOutputyyFSSyXEfu1_","regions":[[459,56,459,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyF","regions":[[464,57,474,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu_","regions":[[471,23,471,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu0_","regions":[[472,23,472,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C44testConflictDescriptionWithSpecialCharactersyyFSbyKXEfu1_","regions":[[473,23,473,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF","regions":[[478,48,483,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu_","regions":[[479,24,479,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[479,53,479,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[480,24,480,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[480,53,480,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[481,24,481,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[481,53,481,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu5_","regions":[[482,24,482,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithExactMatchyyF0aB6AppKit0dH0OyKXEfu6_","regions":[[482,53,482,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF","regions":[[485,48,489,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu_","regions":[[486,24,486,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[486,51,486,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu1_","regions":[[487,24,487,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu2_","regions":[[487,54,487,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu3_","regions":[[488,24,488,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C04testD26SpeedNearestWithEdgeValuesyyF0aB6AppKit0dH0OyKXEfu4_","regions":[[488,57,488,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyF","regions":[[493,45,508,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSiyKXEfu_","regions":[[507,24,507,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSiyKXEfu0_","regions":[[507,41,507,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C32testMultipleConflictsInSameGroupyyFSSyXEfu1_","regions":[[507,44,507,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyF","regions":[[512,38,519,6,0,0,0,0],[514,48,518,10,0,0,0,0],[518,10,519,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSbyKXEfu_","regions":[[515,28,515,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu0_","regions":[[515,51,515,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSbyKXEfu1_","regions":[[516,28,516,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu2_","regions":[[516,58,516,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSiyKXEfu3_","regions":[[517,34,517,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSiyKXEfu4_","regions":[[517,61,517,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/ChordGroupsValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ChordGroupsValidationC0C25testCategoryIconsAreValidyyFSSyXEfu5_","regions":[[517,64,517,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyF","regions":[[7,39,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyFSbyKXEfu_","regions":[[12,23,12,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C26testFeatureFlagDefaultsOffyyFSSyXEfu0_","regions":[[12,29,12,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyF","regions":[[15,43,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFSbyKXEfu_","regions":[[17,23,17,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFSbyKXEfu0_","regions":[[18,24,18,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFypSgyKXEfu1_","regions":[[19,22,19,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testE21ResultInitConvenienceyyFypSgyKXEfu2_","regions":[[20,22,20,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF","regions":[[23,36,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF0aB6AppKit0dH0OyKXEfu_","regions":[[26,24,26,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD13ErrorEqualityyyF0aB6AppKit0dH0OyKXEfu0_","regions":[[26,28,26,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyF","regions":[[29,38,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSSSgyKXEfu_","regions":[[37,24,37,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSSSgyKXEfu0_","regions":[[37,44,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSiSgyKXEfu1_","regions":[[38,24,38,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD15DiagnosticsInityyFSiSgyKXEfu2_","regions":[[38,45,38,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF","regions":[[41,43,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF0aB6AppKit0dhI0OyKXEfu_","regions":[[45,24,45,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ConfigApplyTypesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016ConfigApplyTypesC0C04testD20EditCommandEquatableyyF0aB6AppKit0dhI0OyKXEfu0_","regions":[[45,28,45,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKF","regions":[[7,63,28,6,0,0,0,0],[9,96,28,6,0,0,0,0],[21,77,28,6,0,0,0,0],[22,77,28,6,0,0,0,0],[23,79,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFyyYacfU_","regions":[[16,47,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFSiyKXEfu_","regions":[[26,24,26,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigFileWatcherTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017ConfigFileWatcherC0C37testDebouncePreventsMultipleCallbacksyyYaKFSiyKXEfu0_","regions":[[26,39,26,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKF","regions":[[21,40,41,6,0,0,0,0],[22,32,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSbyYacfU_","regions":[[32,28,35,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSbyYacfU_SbyKXEfu_","regions":[[34,53,34,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C5setUpyyYaKFSay0aB6AppKit0A7MappingVGSScfU0_","regions":[[36,27,39,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C8tearDownyyYaKF","regions":[[43,43,51,6,0,0,0,0],[50,35,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyF","regions":[[55,42,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyFypSgyKXEfu_","regions":[[56,25,56,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testConfigureSetsDependenciesyyFSSyXEfu0_","regions":[[56,34,56,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKF","regions":[[61,59,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFypSgyKXEfu_","regions":[[66,25,66,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSSyXEfu0_","regions":[[66,44,66,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSbyKXEfu1_","regions":[[67,23,67,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[67,64,67,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C33testHandleExternalChangeReadsFileyyYaKFSSyXEfu3_","regions":[[67,71,67,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaF","regions":[[70,63,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu_","regions":[[73,24,73,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu0_","regions":[[73,40,73,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu1_","regions":[[74,23,74,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[74,61,74,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu3_","regions":[[74,99,74,140,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFypSgyKXEfu4_","regions":[[75,22,75,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C44testHandleExternalChangeFailsWhenFileMissingyyYaFSSyXEfu5_","regions":[[75,41,75,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKF","regions":[[80,65,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSbyKXEfu_","regions":[[92,23,92,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[92,41,92,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C033testHandleExternalChangeValidatesD0yyYaKFSSyXEfu1_","regions":[[92,58,92,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKF","regions":[[95,70,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKFypSgyKXEfu_","regions":[[102,25,102,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C038testHandleExternalChangeFailsOnInvalidD0yyYaKFSSyXEfu0_","regions":[[102,33,102,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKF","regions":[[107,68,122,6,0,0,0,0],[119,12,119,26,0,0,0,0],[119,27,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKFSbyKXEfu_","regions":[[120,27,120,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C029testHandleExternalChangeCallsF7HandleryyYaKFSSyXEfu0_","regions":[[120,48,120,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKF","regions":[[124,101,144,6,0,0,0,0],[140,12,140,31,0,0,0,0],[140,32,143,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSbyKXEfu_","regions":[[141,27,141,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyXEfu0_","regions":[[141,43,141,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyKXEfu1_","regions":[[142,28,142,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C036testHandleExternalChangeSucceedsWhenf15HandlerFailsButG11UnavailableyyYaKFSSyKXEfu2_","regions":[[142,44,142,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKF","regions":[[148,55,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU_","regions":[[162,40,162,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU0_","regions":[[163,42,163,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFySScfU1_","regions":[[164,39,164,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFyycfU2_","regions":[[165,37,165,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu_","regions":[[172,23,172,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu0_","regions":[[172,39,172,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu1_","regions":[[173,23,173,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu2_","regions":[[173,41,173,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu3_","regions":[[174,23,174,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu4_","regions":[[174,38,174,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSbyKXEfu5_","regions":[[175,23,175,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C29testCallbacksInvokedOnSuccessyyYaKFSSyXEfu6_","regions":[[175,36,175,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKF","regions":[[178,66,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFyycfU_","regions":[[192,40,192,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFyycfU0_","regions":[[193,37,193,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu_","regions":[[200,23,200,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu0_","regions":[[200,39,200,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu1_","regions":[[203,23,203,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu2_","regions":[[203,39,203,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSbyKXEfu3_","regions":[[204,23,204,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C022testCallbacksInvokedOnG11UnavailableyyYaKFSSyXEfu4_","regions":[[204,36,204,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyF","regions":[[209,48,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSbyYacfU_","regions":[[212,28,212,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSay0aB6AppKit0A7MappingVGSScfU0_","regions":[[213,27,215,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSiSgyKXEfu_","regions":[[219,24,219,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSiSgyKXEfu0_","regions":[[219,41,219,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSyXEfu1_","regions":[[219,44,219,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSSgyKXEfu2_","regions":[[220,24,220,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSSgyKXEfu3_","regions":[[220,48,220,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParsea15MappingsReturnsJ0yyFSSyXEfu4_","regions":[[220,56,220,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyF","regions":[[223,59,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSbyYacfU_","regions":[[227,28,227,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSay0aB6AppKit0A7MappingVGSSKcfU0_","regions":[[228,27,230,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFypSgyKXEfu_","regions":[[234,22,234,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA34MappingsReturnsNilWhenParserThrowsyyFSSyXEfu0_","regions":[[234,32,234,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyF","regions":[[237,52,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSbyYacfU_","regions":[[240,28,240,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSay0aB6AppKit0A7MappingVGSSKcfU0_","regions":[[241,27,243,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFypSgyKXEfu_","regions":[[247,22,247,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C09testParseA27MappingsHandlesParserErrorsyyFSSyXEfu0_","regions":[[247,32,247,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigHotReloadServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022ConfigHotReloadServiceC0C010createTempD4File33_BBAA9A479405C2E72D85C9B1378B4073LL7content10Foundation3URLVSS_tF","regions":[[252,63,259,6,0,0,0,0],[256,76,258,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13tempDirectory10Foundation3URLVvg","regions":[[9,35,14,8,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13tempDirectory10Foundation3URLVvgAGyXEfU_","regions":[[9,35,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C06configE00aB6AppKit0dE0Cvg","regions":[[16,52,16,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyF","regions":[[20,51,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu_","regions":[[24,23,24,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu0_","regions":[[24,51,24,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu1_","regions":[[26,13,26,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu2_","regions":[[26,59,26,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu3_","regions":[[28,23,28,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu4_","regions":[[28,51,28,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu5_","regions":[[29,23,29,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu6_","regions":[[29,58,29,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu7_","regions":[[31,13,31,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu8_","regions":[[32,13,32,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu9_","regions":[[35,13,35,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu10_","regions":[[36,13,36,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu11_","regions":[[39,13,39,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu12_","regions":[[40,13,40,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu13_","regions":[[42,23,42,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu14_","regions":[[42,48,42,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu15_","regions":[[43,23,43,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu16_","regions":[[43,47,43,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu17_","regions":[[44,23,44,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu18_","regions":[[44,46,44,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSbyKXEfu19_","regions":[[45,23,45,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C38testGenerateFromMappings_SingleMappingyyFSSyXEfu20_","regions":[[45,48,45,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyF","regions":[[48,54,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu_","regions":[[57,13,57,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu0_","regions":[[58,13,58,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu1_","regions":[[61,13,61,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu2_","regions":[[62,13,62,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu3_","regions":[[64,23,64,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu4_","regions":[[64,48,64,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu5_","regions":[[65,23,65,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu6_","regions":[[65,47,65,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu7_","regions":[[66,23,66,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu8_","regions":[[66,45,66,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSbyKXEfu9_","regions":[[67,23,67,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C033testGenerateFromMappings_MultipleI0yyFSSyXEfu10_","regions":[[67,45,67,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyF","regions":[[70,51,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu_","regions":[[73,23,73,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu0_","regions":[[73,51,73,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu1_","regions":[[75,13,75,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu2_","regions":[[76,13,76,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu3_","regions":[[79,13,79,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu4_","regions":[[80,13,80,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSbyKXEfu5_","regions":[[82,23,82,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C030testGenerateFromMappings_EmptyI0yyFSSyXEfu6_","regions":[[82,46,82,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyF","regions":[[85,65,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU_","regions":[[95,25,95,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU_SbyKXEfu_","regions":[[95,53,95,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU0_","regions":[[100,25,102,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSbSSXEfU0_SbyKXEfu_","regions":[[101,54,101,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu_","regions":[[105,24,105,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu0_","regions":[[105,37,105,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSSyXEfu1_","regions":[[105,40,105,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu2_","regions":[[106,24,106,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSiyKXEfu3_","regions":[[106,39,106,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromMappings_UsesSingleDefsrcAndDeflayeryyFSSyXEfu4_","regions":[[106,42,106,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyF","regions":[[109,63,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu_","regions":[[135,13,135,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu0_","regions":[[135,41,135,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu1_","regions":[[139,13,139,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu2_","regions":[[140,13,140,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu3_","regions":[[142,23,142,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu4_","regions":[[143,23,143,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSbyKXEfu5_","regions":[[145,13,145,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C50testDisablingMacFunctionKeysRemovesSpecialMappingsyyFSSyXEfu6_","regions":[[146,13,146,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyF","regions":[[150,66,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu_","regions":[[168,23,168,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu0_","regions":[[168,53,168,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu1_","regions":[[170,13,170,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu2_","regions":[[170,47,170,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu3_","regions":[[174,13,174,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu4_","regions":[[175,13,175,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu5_","regions":[[179,23,179,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu6_","regions":[[179,48,179,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbSsXEfU_","regions":[[182,60,182,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbSsXEfU_SbyKXEfu_","regions":[[182,82,182,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFypSgyKXEfu7_","regions":[[183,25,183,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu8_","regions":[[183,32,183,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu9_","regions":[[184,24,184,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu9_SbyKXEfu10_","regions":[[184,51,184,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu11_","regions":[[184,57,184,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu12_","regions":[[187,23,187,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu13_","regions":[[187,50,187,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSbyKXEfu14_","regions":[[189,13,189,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testNavigationCollectionProducesSeparateLayerAndAliasyyFSSyXEfu15_","regions":[[189,38,189,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKF","regions":[[195,64,217,6,0,0,0,0],[210,83,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSiyKXEfu_","regions":[[212,24,212,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSiyKXEfu0_","regions":[[212,50,212,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyXEfu1_","regions":[[212,53,212,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu2_","regions":[[213,24,213,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu3_","regions":[[213,53,213,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu4_","regions":[[214,24,214,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu5_","regions":[[214,54,214,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu6_","regions":[[215,24,215,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu7_","regions":[[215,53,215,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu8_","regions":[[216,24,216,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD22FromString_ValidConfigyyKFSSyKXEfu9_","regions":[[216,54,216,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKF","regions":[[219,65,242,6,0,0,0,0],[237,83,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSiyKXEfu_","regions":[[239,24,239,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSiyKXEfu0_","regions":[[239,50,239,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyXEfu1_","regions":[[239,53,239,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu2_","regions":[[240,24,240,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu3_","regions":[[240,53,240,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu4_","regions":[[241,24,241,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD23FromString_WithCommentsyyKFSSyKXEfu5_","regions":[[241,54,241,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKF","regions":[[244,66,265,6,0,0,0,0],[259,83,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSiyKXEfu_","regions":[[262,24,262,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSiyKXEfu0_","regions":[[262,50,262,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSyXEfu1_","regions":[[262,53,262,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[263,52,263,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSSgyKXEfu2_","regions":[[264,24,264,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSSgyKXEfu3_","regions":[[264,45,264,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD24FromString_DeduplicationyyKFSSyXEfu4_","regions":[[264,53,264,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKF","regions":[[267,69,298,6,0,0,0,0],[287,83,298,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu_","regions":[[289,24,289,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu0_","regions":[[289,50,289,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyXEfu1_","regions":[[289,53,289,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu2_","regions":[[290,24,290,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu3_","regions":[[290,54,290,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu4_","regions":[[291,24,291,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyKXEfu5_","regions":[[291,54,291,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu6_","regions":[[293,24,293,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiyKXEfu7_","regions":[[293,50,293,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSyXEfu8_","regions":[[293,53,293,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu9_","regions":[[295,24,295,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu10_","regions":[[295,37,295,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu11_","regions":[[296,24,296,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSSSgyKXEfu12_","regions":[[296,45,296,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiSgyKXEfu13_","regions":[[297,24,297,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testParseD27FromString_DefchordsOutputsyyKFSiSgyKXEfu14_","regions":[[297,45,297,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKF","regions":[[302,63,317,6,0,0,0,0],[305,73,317,6,0,0,0,0],[314,88,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu_","regions":[[310,13,310,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu0_","regions":[[310,70,310,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu1_","regions":[[315,23,315,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu2_","regions":[[315,54,315,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSbyKXEfu3_","regions":[[316,23,316,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaved5_WithA8MappingsyyYaKFSSyXEfu4_","regions":[[316,53,316,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKF","regions":[[319,63,332,6,0,0,0,0],[320,75,332,6,0,0,0,0],[329,88,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu_","regions":[[325,13,325,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu0_","regions":[[325,70,325,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu1_","regions":[[330,23,330,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu2_","regions":[[330,51,330,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSbyKXEfu3_","regions":[[331,23,331,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithInputOutputyyYaKFSSyXEfu4_","regions":[[331,51,331,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKF","regions":[[334,67,376,6,0,0,0,0],[352,88,376,6,0,0,0,0],[355,88,376,6,0,0,0,0],[368,82,376,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu_","regions":[[356,23,356,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu0_","regions":[[357,23,357,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu1_","regions":[[359,13,359,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu2_","regions":[[360,13,360,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu3_","regions":[[364,13,364,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu4_","regions":[[365,13,365,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[369,54,369,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSiyKXEfu5_","regions":[[370,24,370,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSiyKXEfu6_","regions":[[370,44,370,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSSgyKXEfu7_","regions":[[371,24,371,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSSgyKXEfu8_","regions":[[371,52,371,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu9_","regions":[[373,13,373,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSbyKXEfu9_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[373,43,373,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD20_WithRuleCollectionsyyYaKFSSyXEfu10_","regions":[[374,13,374,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKF","regions":[[378,63,409,6,0,0,0,0],[395,103,409,6,0,0,0,0],[398,79,409,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu_","regions":[[400,13,400,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu0_","regions":[[400,51,400,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu1_","regions":[[402,23,402,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu2_","regions":[[402,54,402,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu3_","regions":[[403,23,403,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu4_","regions":[[403,53,403,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSbyKXEfu5_","regions":[[406,13,406,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD16_WithCustomRulesyyYaKFSSyXEfu6_","regions":[[407,13,407,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyF","regions":[[413,48,425,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSiyKXEfu_","regions":[[422,24,422,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSiyKXEfu0_","regions":[[422,38,422,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu1_","regions":[[422,41,422,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSbyKXEfu2_","regions":[[423,23,423,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu3_","regions":[[423,53,423,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSbyKXEfu4_","regions":[[424,23,424,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C35testParseKanataErrors_WithErrorTagsyyFSSyXEfu5_","regions":[[424,54,424,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyF","regions":[[427,46,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSiyKXEfu_","regions":[[433,24,433,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSiyKXEfu0_","regions":[[433,38,433,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyXEfu1_","regions":[[433,41,433,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyKXEfu2_","regions":[[434,24,434,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_NoErrorTagsyyFSSyKXEfu3_","regions":[[434,35,434,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyF","regions":[[437,46,441,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSiyKXEfu_","regions":[[440,24,440,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSiyKXEfu0_","regions":[[440,38,440,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C33testParseKanataErrors_EmptyOutputyyFSSyXEfu1_","regions":[[440,41,440,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaF","regions":[[445,60,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaFSbyKXEfu_","regions":[[464,23,464,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD16InTestModePassesyyYaFSbyKXEfu0_","regions":[[465,23,465,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaF","regions":[[468,73,475,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSbyKXEfu_","regions":[[473,24,473,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSSSgyKXEfu0_","regions":[[474,24,474,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C012testValidateD29InTestModeRejectsEmptyContentyyYaFSSSgyKXEfu1_","regions":[[474,45,474,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaF","regions":[[477,65,484,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaFSbyKXEfu_","regions":[[482,23,482,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C46testValidateConfigViaFileSkipsBinaryInTestModeyyYaFSbyKXEfu0_","regions":[[483,23,483,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKF","regions":[[486,66,495,6,0,0,0,0],[490,62,495,6,0,0,0,0],[493,75,495,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKFSbyKXEfu_","regions":[[492,23,492,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testCreateInitialConfigWritesDefaultFileyyYaKFSbyKXEfu0_","regions":[[494,23,494,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKF","regions":[[497,67,515,6,0,0,0,0],[507,10,515,6,0,0,0,0],[512,10,515,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu_","regions":[[508,23,508,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu0_","regions":[[513,23,513,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testBackupFailedConfigAppliesSafeDefaultsyyYaKFSbyKXEfu1_","regions":[[514,23,514,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyF","regions":[[519,48,524,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu_","regions":[[520,24,520,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu0_","regions":[[520,71,520,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu1_","regions":[[521,24,521,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu2_","regions":[[521,72,521,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu3_","regions":[[522,24,522,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu4_","regions":[[522,73,522,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu5_","regions":[[523,24,523,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_StandardKeysyyFSSyKXEfu6_","regions":[[523,70,523,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyF","regions":[[526,51,530,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu_","regions":[[527,24,527,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu0_","regions":[[527,71,527,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu1_","regions":[[528,24,528,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu2_","regions":[[528,75,528,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu3_","regions":[[529,24,529,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA16_CaseInsensitiveyyFSSyKXEfu4_","regions":[[529,76,529,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyF","regions":[[532,48,537,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu_","regions":[[533,24,533,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu0_","regions":[[533,70,533,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu1_","regions":[[534,24,534,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu2_","regions":[[534,74,534,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu3_","regions":[[535,24,535,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu4_","regions":[[535,79,535,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu5_","regions":[[536,24,536,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA13_ModifierKeysyyFSSyKXEfu6_","regions":[[536,77,536,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyF","regions":[[539,50,544,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyKXEfu_","regions":[[541,24,541,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyKXEfu0_","regions":[[541,32,541,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu1_","regions":[[541,39,541,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSbyKXEfu2_","regions":[[542,24,542,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu3_","regions":[[542,47,542,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSbyKXEfu4_","regions":[[543,24,543,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA0yyFSSyXEfu5_","regions":[[543,47,543,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyF","regions":[[546,54,552,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyKXEfu_","regions":[[549,24,549,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyKXEfu0_","regions":[[549,32,549,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu1_","regions":[[549,39,549,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSbyKXEfu2_","regions":[[550,24,550,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu3_","regions":[[550,47,550,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSbyKXEfu4_","regions":[[551,24,551,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C038testConvertToKanataSequence_SingleLongA0yyFSSyXEfu5_","regions":[[551,47,551,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyF","regions":[[554,58,572,6,0,0,0,0],[564,48,571,10,0,0,0,0],[571,10,572,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu_","regions":[[566,28,566,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu0_","regions":[[566,51,566,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu1_","regions":[[567,28,567,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu2_","regions":[[567,51,567,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSbyKXEfu3_","regions":[[569,17,569,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C034testConvertToKanataSequence_SingleA8VariantsyyFSSyXEfu4_","regions":[[569,48,569,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyF","regions":[[574,53,580,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu_","regions":[[576,23,576,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu0_","regions":[[576,46,576,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu1_","regions":[[577,23,577,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu2_","regions":[[577,46,577,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu3_","regions":[[578,23,578,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu4_","regions":[[578,48,578,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSbyKXEfu5_","regions":[[579,23,579,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C40testConvertToKanataSequence_MultipleKeysyyFSSyXEfu6_","regions":[[579,47,579,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyF","regions":[[582,58,590,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu_","regions":[[585,23,585,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu0_","regions":[[585,52,585,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu1_","regions":[[586,23,586,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu2_","regions":[[586,45,586,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu3_","regions":[[587,23,587,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu4_","regions":[[587,45,587,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSbyKXEfu5_","regions":[[588,23,588,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu6_","regions":[[588,45,588,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyKXEfu7_","regions":[[589,24,589,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyKXEfu8_","regions":[[589,32,589,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_NumbersyyFSSyXEfu9_","regions":[[589,49,589,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyF","regions":[[592,58,597,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSbyKXEfu_","regions":[[595,23,595,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyXEfu0_","regions":[[595,52,595,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyKXEfu1_","regions":[[596,24,596,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyKXEfu2_","regions":[[596,32,596,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C45testConvertToKanataSequence_TextMacro_LettersyyFSSyXEfu3_","regions":[[596,53,596,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyF","regions":[[599,56,610,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu_","regions":[[602,24,602,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu0_","regions":[[602,38,602,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu1_","regions":[[602,45,602,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSbyKXEfu2_","regions":[[603,24,603,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu3_","regions":[[603,56,603,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu4_","regions":[[606,24,606,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu5_","regions":[[606,35,606,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu6_","regions":[[606,42,606,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu7_","regions":[[609,24,609,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyKXEfu8_","regions":[[609,37,609,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C028testConvertToKanataSequence_A12NameNotMacroyyFSSyXEfu9_","regions":[[609,44,609,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyF","regions":[[612,45,624,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu_","regions":[[621,23,621,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu0_","regions":[[621,57,621,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu1_","regions":[[622,23,622,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu2_","regions":[[622,51,622,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSbyKXEfu3_","regions":[[623,23,623,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testGeneratedConfigWithTextMacroyyFSSyXEfu4_","regions":[[623,58,623,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyF","regions":[[626,55,653,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu_","regions":[[638,13,638,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu0_","regions":[[638,39,638,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu1_","regions":[[641,13,641,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu2_","regions":[[642,13,642,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu3_","regions":[[645,13,645,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu4_","regions":[[645,39,645,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu5_","regions":[[650,23,650,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu6_","regions":[[650,56,650,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu7_","regions":[[651,23,651,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu8_","regions":[[651,57,651,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSbyKXEfu9_","regions":[[652,23,652,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testGeneratedConfigHasNoInvalidParenthesesyyFSSyXEfu10_","regions":[[652,56,652,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKF","regions":[[657,60,684,6,0,0,0,0],[668,10,684,6,0,0,0,0],[676,84,684,6,0,0,0,0],[681,87,684,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu_","regions":[[672,13,672,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu0_","regions":[[672,65,672,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu1_","regions":[[677,23,677,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu2_","regions":[[677,61,677,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu3_","regions":[[682,23,682,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu4_","regions":[[682,53,682,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSbyKXEfu5_","regions":[[683,23,683,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testBackupFailedConfigAndApplySafeyyYaKFSSyXEfu6_","regions":[[683,52,683,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKF","regions":[[686,63,709,6,0,0,0,0],[698,10,709,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu_","regions":[[700,23,700,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu0_","regions":[[700,59,700,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu1_","regions":[[702,13,702,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu2_","regions":[[703,13,703,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSbyKXEfu3_","regions":[[706,13,706,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD14_MissingDefcfgyyYaKFSSyXEfu4_","regions":[[707,13,707,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKF","regions":[[711,67,736,6,0,0,0,0],[729,10,736,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu_","regions":[[732,23,732,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu0_","regions":[[732,56,732,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu1_","regions":[[733,23,733,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu2_","regions":[[733,53,733,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu3_","regions":[[734,23,734,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu4_","regions":[[734,55,734,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSbyKXEfu5_","regions":[[735,23,735,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C010testRepairD18_MismatchedLengthsyyYaKFSSyXEfu6_","regions":[[735,53,735,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyF","regions":[[740,50,766,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu_","regions":[[759,23,759,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu0_","regions":[[759,53,759,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu1_","regions":[[760,23,760,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu2_","regions":[[760,54,760,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu3_","regions":[[761,23,761,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu4_","regions":[[761,49,761,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu5_","regions":[[763,23,763,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu6_","regions":[[763,59,763,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu7_","regions":[[764,23,764,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu8_","regions":[[764,61,764,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSbyKXEfu9_","regions":[[765,23,765,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testForkAliasGeneration_ShiftedOutputyyFSSyXEfu10_","regions":[[765,55,765,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyF","regions":[[768,47,792,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu_","regions":[[786,23,786,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu0_","regions":[[786,53,786,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu1_","regions":[[787,23,787,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu2_","regions":[[787,54,787,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu3_","regions":[[788,23,788,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu4_","regions":[[788,49,788,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu5_","regions":[[789,23,789,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu6_","regions":[[789,61,789,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu7_","regions":[[790,23,790,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu8_","regions":[[790,48,790,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSbyKXEfu9_","regions":[[791,23,791,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C34testForkAliasGeneration_CtrlOutputyyFSSyXEfu10_","regions":[[791,55,791,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyF","regions":[[794,64,821,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu_","regions":[[812,23,812,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu0_","regions":[[812,53,812,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu1_","regions":[[813,23,813,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu2_","regions":[[813,54,813,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu3_","regions":[[815,23,815,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu4_","regions":[[815,63,815,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu5_","regions":[[817,13,817,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu6_","regions":[[817,56,817,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSbyKXEfu7_","regions":[[820,24,820,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C51testForkAliasGeneration_MacroWithUppercaseModifiersyyFSSyXEfu8_","regions":[[820,52,820,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyF","regions":[[823,56,847,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu_","regions":[[843,23,843,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu0_","regions":[[843,57,843,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu1_","regions":[[844,23,844,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu2_","regions":[[844,46,844,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSbyKXEfu3_","regions":[[846,23,846,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testVimTransparentModeOffBlocksUnmappedKeysyyFSSyXEfu4_","regions":[[846,48,846,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyF","regions":[[849,71,886,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu_","regions":[[852,13,852,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu0_","regions":[[853,13,853,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu1_","regions":[[854,13,854,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu2_","regions":[[857,13,857,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu3_","regions":[[858,13,858,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu4_","regions":[[859,13,859,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu5_","regions":[[862,13,862,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu6_","regions":[[863,13,863,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu7_","regions":[[864,13,864,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu8_","regions":[[867,13,867,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu9_","regions":[[868,13,868,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu10_","regions":[[869,13,869,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu11_","regions":[[872,13,872,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu12_","regions":[[873,13,873,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu13_","regions":[[874,13,874,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu14_","regions":[[877,13,877,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu15_","regions":[[878,13,878,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu16_","regions":[[879,13,879,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu17_","regions":[[882,13,882,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyKXEfu18_","regions":[[883,13,883,17,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C019testConvertToKanataA36ForMacro_PreservesUppercaseModifiersyyFSSyXEfu19_","regions":[[884,13,884,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyF","regions":[[888,71,908,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSbyKXEfu_","regions":[[906,23,906,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSSyXEfu0_","regions":[[906,62,906,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSbyKXEfu1_","regions":[[907,24,907,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C58testForkAliasGeneration_NormalizesLowercaseModifierOutputsyyFSSyXEfu2_","regions":[[907,52,907,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyF","regions":[[913,49,949,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu_","regions":[[931,13,931,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu0_","regions":[[932,13,932,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu1_","regions":[[935,13,935,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu2_","regions":[[936,13,936,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu3_","regions":[[939,13,939,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu4_","regions":[[940,13,940,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSbyKXEfu5_","regions":[[946,13,946,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C36testChordMappingGeneratesDefchordsv2yyFSSyXEfu6_","regions":[[947,13,947,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyF","regions":[[951,50,975,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSbyKXEfu_","regions":[[973,23,973,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSSyXEfu0_","regions":[[973,63,973,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSbyKXEfu1_","regions":[[974,23,974,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C37testChordGroupsGenerateDefchordsBlockyyFSSyXEfu2_","regions":[[974,51,974,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyF","regions":[[978,66,1004,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSbyKXEfu_","regions":[[995,13,995,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSSyXEfu0_","regions":[[996,13,996,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSbyKXEfu1_","regions":[[1001,13,1001,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C53testDisabledChordCollectionDoesNotGenerateDefchordsv2yyFSSyXEfu2_","regions":[[1002,13,1002,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyF","regions":[[1007,45,1036,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu_","regions":[[1028,23,1028,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu0_","regions":[[1028,51,1028,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu1_","regions":[[1029,23,1029,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu2_","regions":[[1029,58,1029,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu3_","regions":[[1030,23,1030,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu4_","regions":[[1030,48,1030,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu5_","regions":[[1031,23,1031,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu6_","regions":[[1031,47,1031,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu7_","regions":[[1034,23,1034,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu8_","regions":[[1034,56,1034,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSbyKXEfu9_","regions":[[1035,23,1035,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C32testMixedRegularAndChordMappingsyyFSSyXEfu10_","regions":[[1035,60,1035,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyF","regions":[[1038,55,1068,6,0,0,0,0],[1055,95,1058,10,0,0,0,0],[1058,10,1068,6,0,0,0,0],[1065,31,1067,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSSshYbcfu_","regions":[[1053,54,1053,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU_","regions":[[1055,48,1055,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU_SbyKXEfu_","regions":[[1055,70,1055,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSS5IndexVyKXEfu0_","regions":[[1061,27,1061,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSS5IndexVyKXEfu1_","regions":[[1061,33,1061,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu2_","regions":[[1061,39,1061,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbSSXEfU0_","regions":[[1063,35,1063,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFypSgyKXEfu3_","regions":[[1064,25,1064,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu4_","regions":[[1064,35,1064,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSbyKXEfu5_","regions":[[1066,27,1066,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C42testKeyboardGridFormattingKeepsLayoutOrderyyFSSyXEfu6_","regions":[[1066,48,1066,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C13extractDefsrc33_8E9442AF8F270AE243C0AB9C3127A04BLL4fromS2S_tF","regions":[[1071,63,1076,6,0,0,0,0],[1072,60,1072,73,0,0,0,0],[1072,73,1075,49,0,0,0,0],[1074,54,1074,79,0,0,0,0],[1074,79,1075,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyF","regions":[[1079,62,1107,6,0,0,0,0],[1086,108,1088,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSb0aB6AppKit14RuleCollectionVXEfU_","regions":[[1086,54,1086,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSb0aB6AppKit14RuleCollectionVXEfU0_","regions":[[1093,50,1093,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFypSgyKXEfu_","regions":[[1094,25,1094,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu0_","regions":[[1094,43,1094,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu1_","regions":[[1095,23,1095,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu1_SbyKXEfu2_","regions":[[1095,54,1095,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu3_","regions":[[1095,61,1095,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSSgyKXEfu4_","regions":[[1096,24,1096,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSSgyKXEfu5_","regions":[[1096,65,1096,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu6_","regions":[[1096,78,1096,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu7_","regions":[[1100,13,1100,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu8_","regions":[[1101,13,1101,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSbyKXEfu9_","regions":[[1104,13,1104,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testBackupCapsLockFromCatalogGeneratesDefchordsv2yyFSSyXEfu10_","regions":[[1105,13,1105,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyF","regions":[[1110,56,1129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSbyKXEfu_","regions":[[1126,23,1126,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSyXEfu0_","regions":[[1126,43,1126,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSSgyKXEfu1_","regions":[[1128,24,1128,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSSgyKXEfu2_","regions":[[1128,56,1128,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C43testUpgradedCollectionPreservesEnabledStateyyFSSyXEfu3_","regions":[[1128,69,1128,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C44testDefaultCatalogGeneratesValidKanataConfigyyYaKF","regions":[[1136,70,1140,6,0,0,0,0],[1138,50,1140,6,0,0,0,0],[1139,66,1140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C16findKanataBinary33_8E9442AF8F270AE243C0AB9C3127A04BLLSSyKF","regions":[[1143,54,1174,6,0,0,0,0],[1164,37,1168,10,0,0,0,0],[1165,16,1165,71,0,0,0,0],[1165,72,1167,14,0,0,0,0],[1167,14,1168,10,0,0,0,0],[1168,10,1173,13,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKF","regions":[[1176,86,1233,6,0,0,0,0],[1184,81,1233,6,0,0,0,0],[1196,26,1233,6,0,0,0,0],[1208,12,1208,42,0,0,0,0],[1208,43,1226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyKXEfu_","regions":[[1201,67,1201,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyKXEfu0_","regions":[[1202,71,1202,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSbyKXEfu1_","regions":[[1230,13,1230,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[1230,56,1230,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C21validateCatalogConfig33_8E9442AF8F270AE243C0AB9C3127A04BLL10withBinaryySS_tYaKFSSyXEfu3_","regions":[[1231,13,1231,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKF","regions":[[1235,55,1257,6,0,0,0,0],[1245,85,1257,6,0,0,0,0],[1248,42,1252,10,0,0,0,0],[1252,10,1257,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSb0aB6AppKit0A7MappingVXEfU_","regions":[[1249,50,1249,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFypSgyKXEfu_","regions":[[1250,29,1250,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu0_","regions":[[1250,36,1250,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSSgyKXEfu1_","regions":[[1251,28,1251,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSSgyKXEfu2_","regions":[[1251,43,1251,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu3_","regions":[[1251,60,1251,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSiyKXEfu4_","regions":[[1254,13,1254,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSiyKXEfu5_","regions":[[1254,39,1254,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C027testRoundTrip_GenerateParseI0yyKFSSyXEfu6_","regions":[[1255,13,1255,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyF","regions":[[1262,62,1270,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu_","regions":[[1266,24,1266,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu0_","regions":[[1267,24,1267,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu1_","regions":[[1268,23,1268,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu2_","regions":[[1268,50,1268,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSbyKXEfu3_","regions":[[1269,23,1269,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C49testGenerateFromMappings_NeverProducesEmptyConfigyyFSSyXEfu4_","regions":[[1269,52,1269,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyF","regions":[[1273,65,1289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu_","regions":[[1285,24,1285,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu0_","regions":[[1286,24,1286,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu1_","regions":[[1287,23,1287,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu2_","regions":[[1287,50,1287,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSbyKXEfu3_","regions":[[1288,23,1288,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C52testGenerateFromCollections_NeverProducesEmptyConfigyyFSSyXEfu4_","regions":[[1288,52,1288,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKF","regions":[[1292,68,1305,6,0,0,0,0],[1296,73,1305,6,0,0,0,0],[1300,74,1305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu_","regions":[[1301,23,1301,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu0_","regions":[[1301,51,1301,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu1_","regions":[[1302,23,1302,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu2_","regions":[[1302,53,1302,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSbyKXEfu3_","regions":[[1303,24,1303,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C08testSaveD21_ValidContentSucceedsyyYaKFSSyXEfu4_","regions":[[1304,24,1304,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKF","regions":[[1308,75,1322,6,0,0,0,0],[1310,12,1313,10,0,0,0,0],[1311,66,1313,10,0,0,0,0],[1313,43,1321,10,0,0,0,0],[1316,13,1318,14,0,0,0,0],[1318,20,1320,14,0,0,0,0],[1321,10,1322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKFSbyKXEfu_","regions":[[1317,31,1317,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_RejectsEmptyH0yyYaKFSSyXEfu0_","regions":[[1317,57,1317,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKF","regions":[[1325,79,1349,6,0,0,0,0],[1336,12,1339,10,0,0,0,0],[1337,78,1339,10,0,0,0,0],[1339,43,1348,10,0,0,0,0],[1342,13,1345,14,0,0,0,0],[1345,20,1347,14,0,0,0,0],[1348,10,1349,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSbyKXEfu_","regions":[[1343,31,1343,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[1343,60,1343,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWriteD31Content_RejectsInvalidStructureyyYaKFSSyXEfu1_","regions":[[1344,31,1344,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKF","regions":[[1352,75,1368,6,0,0,0,0],[1362,72,1368,6,0,0,0,0],[1366,74,1368,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyKXEfu_","regions":[[1367,24,1367,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyKXEfu0_","regions":[[1367,33,1367,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C09testWrited20Content_AcceptsValidH0yyYaKFSSyXEfu1_","regions":[[1367,47,1367,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF","regions":[[1372,61,1393,6,0,0,0,0],[1388,80,1393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_","regions":[[1381,35,1386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_yyYacfU_","regions":[[1382,18,1385,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFSbyKXEfu_","regions":[[1392,23,1392,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKFSSyXEfu0_","regions":[[1392,30,1392,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF","regions":[[1395,63,1428,6,0,0,0,0],[1406,77,1428,6,0,0,0,0],[1423,45,1428,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_","regions":[[1416,35,1421,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFy0aB6AppKit06KanataD0VYaYbcfU_yyYacfU_","regions":[[1417,18,1420,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFSbyKXEfu_","regions":[[1427,23,1427,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKFSSyXEfu0_","regions":[[1427,30,1427,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKF","regions":[[1430,67,1442,6,0,0,0,0],[1435,54,1442,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu_","regions":[[1433,24,1433,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu0_","regions":[[1438,13,1438,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSSyXEfu1_","regions":[[1439,13,1439,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSbyKXEfu2_","regions":[[1441,24,1441,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C41testReloadCreatesDefaultConfigWhenMissingyyYaKFSSyXEfu3_","regions":[[1441,48,1441,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C12extractLayer33_8E9442AF8F270AE243C0AB9C3127A04BLL5named4fromS2S_SStF","regions":[[1446,74,1457,6,0,0,0,0],[1448,57,1448,70,0,0,0,0],[1448,70,1457,6,0,0,0,0],[1450,48,1452,10,0,0,0,0],[1452,60,1454,10,0,0,0,0],[1454,16,1456,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C5valueSbvpfi","regions":[[1375,25,1375,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C7setTrueyyF","regions":[[1376,28,1376,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I4SaveyyYaKF4FlagL_C3getSbyF","regions":[[1377,32,1377,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C5valueSbvpfi","regions":[[1410,25,1410,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C7setTrueyyF","regions":[[1411,28,1411,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ConfigurationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ConfigurationServiceC0C029testObserverFiresOnMainActor_I6ReloadyyYaKF4FlagL_C3getSbyF","regions":[[1412,32,1412,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C11testManager0aB6AppKit18RuntimeCoordinatorCvg","regions":[[11,48,11,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKF","regions":[[15,57,40,6,0,0,0,0],[23,10,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSbyKXEfu_","regions":[[32,23,32,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSSyXEfu0_","regions":[[32,52,32,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSbyKXEfu1_","regions":[[35,13,35,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C31testConfigurationSaveDebouncingyyYaKFSSyXEfu2_","regions":[[36,13,36,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C33testErrorHandlingPreservesUIStateyyYaF","regions":[[42,52,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C33testErrorHandlingPreservesUIStateyyYaFypSgyKXEfu_","regions":[[53,25,53,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKF","regions":[[59,51,83,6,0,0,0,0],[67,10,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKFSbyKXEfu_","regions":[[79,23,79,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C25testConfigurationSaveFlowyyYaKFSbyKXEfu0_","regions":[[80,23,80,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKF","regions":[[85,53,110,6,0,0,0,0],[105,31,107,10,0,0,0,0],[107,10,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_","regions":[[90,39,102,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_","regions":[[91,18,101,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C27testMultipleConcurrentSavesyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_SbyKXEfu_","regions":[[99,31,99,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ContentViewDebounceC0C26createTestRecordingSection33_7DDF8237756E412E2E7EA0DD3960BC17LL0aB6AppKit0iJ0VSgyF","regions":[[114,68,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaF","regions":[[129,54,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu_","regions":[[138,23,138,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu0_","regions":[[138,51,138,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu1_","regions":[[139,23,139,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu2_","regions":[[139,46,139,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSbyKXEfu3_","regions":[[141,13,141,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testE24CapturesActualOperationsyyYaFSSyXEfu4_","regions":[[141,37,141,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyF","regions":[[148,38,171,6,0,0,0,0],[157,37,168,10,0,0,0,0],[168,10,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu_","regions":[[162,27,162,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSSyXEfu0_","regions":[[162,50,162,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_","regions":[[164,17,165,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu2_","regions":[[164,46,164,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu3_","regions":[[164,75,164,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu4_","regions":[[165,24,165,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSbyKXEfu1_SbyKXEfu5_","regions":[[165,53,165,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ContentViewDebounceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013Phase1LoggingC0C04testdE8PatternsyyFSSyXEfu6_","regions":[[166,17,166,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyF","regions":[[8,32,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu_","regions":[[10,23,10,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu0_","regions":[[11,23,11,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu1_","regions":[[14,23,14,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu2_","regions":[[15,23,15,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu3_","regions":[[18,23,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu4_","regions":[[19,23,19,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu5_","regions":[[20,23,20,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu6_","regions":[[21,23,21,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu7_","regions":[[24,23,24,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu8_","regions":[[25,23,25,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu9_","regions":[[26,23,26,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu10_","regions":[[27,23,27,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu11_","regions":[[28,23,28,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu12_","regions":[[29,23,29,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu13_","regions":[[32,23,32,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu14_","regions":[[33,23,33,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu15_","regions":[[34,23,34,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu16_","regions":[[35,23,35,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu17_","regions":[[36,23,36,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu18_","regions":[[39,23,39,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu19_","regions":[[40,23,40,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu20_","regions":[[41,23,41,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu21_","regions":[[42,23,42,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu22_","regions":[[43,23,43,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C19testValidKanataKeysyyFSbyKXEfu23_","regions":[[44,23,44,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyF","regions":[[47,32,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu_","regions":[[49,23,49,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu0_","regions":[[50,23,50,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu1_","regions":[[51,23,51,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu2_","regions":[[52,23,52,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu3_","regions":[[53,23,53,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu4_","regions":[[54,23,54,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu5_","regions":[[55,23,55,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu6_","regions":[[56,23,56,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu7_","regions":[[57,23,57,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu8_","regions":[[58,23,58,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA7AliasesyyFSbyKXEfu9_","regions":[[59,23,59,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyF","regions":[[62,28,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu_","regions":[[63,24,63,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu0_","regions":[[64,24,64,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu1_","regions":[[65,24,65,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C15testInvalidKeysyyFSbyKXEfu2_","regions":[[66,24,66,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyF","regions":[[69,42,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu_","regions":[[70,23,70,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu0_","regions":[[71,23,71,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu1_","regions":[[72,23,72,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testCaseInsensitiveValidationyyFSbyKXEfu2_","regions":[[73,23,73,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyF","regions":[[76,37,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu_","regions":[[77,23,77,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu0_","regions":[[78,23,78,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu1_","regions":[[79,23,79,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu2_","regions":[[80,23,80,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu3_","regions":[[81,23,81,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C09testValidA12WithModifieryyFSbyKXEfu4_","regions":[[82,23,82,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyF","regions":[[85,39,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyFSbyKXEfu_","regions":[[86,24,86,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C011testInvalidA12WithModifieryyFSbyKXEfu0_","regions":[[87,24,87,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyF","regions":[[92,29,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu_","regions":[[94,24,94,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu0_","regions":[[94,70,94,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu1_","regions":[[95,24,95,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu2_","regions":[[95,67,95,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu3_","regions":[[96,24,96,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu4_","regions":[[96,67,96,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu5_","regions":[[97,24,97,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu6_","regions":[[97,68,97,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu7_","regions":[[98,24,98,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu8_","regions":[[98,69,98,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu9_","regions":[[99,24,99,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu10_","regions":[[99,71,99,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu11_","regions":[[102,24,102,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu12_","regions":[[102,66,102,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu13_","regions":[[103,24,103,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu14_","regions":[[103,65,103,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu15_","regions":[[104,24,104,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu16_","regions":[[104,64,104,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu17_","regions":[[107,24,107,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu18_","regions":[[107,66,107,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu19_","regions":[[108,24,108,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C013testNormalizeA0yyFSSyKXEfu20_","regions":[[108,65,108,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C22testValidateEmptyInputyyF","regions":[[113,35,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C22testValidateEmptyInputyyFSbyKXEfu_","regions":[[117,23,117,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateEmptyOutputyyF","regions":[[120,36,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateEmptyOutputyyFSbyKXEfu_","regions":[[124,23,124,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyF","regions":[[127,40,137,6,0,0,0,0],[132,58,134,10,0,0,0,0],[134,16,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSiyKXEfu_","regions":[[131,24,131,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSiyKXEfu0_","regions":[[131,38,131,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSSyKXEfu1_","regions":[[133,28,133,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C024testValidateInvalidInputA0yyFSSyKXEfu2_","regions":[[133,33,133,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyF","regions":[[139,41,149,6,0,0,0,0],[144,59,146,10,0,0,0,0],[146,16,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSiyKXEfu_","regions":[[143,24,143,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSiyKXEfu0_","regions":[[143,38,143,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSSyKXEfu1_","regions":[[145,28,145,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C025testValidateInvalidOutputA0yyFSSyKXEfu2_","regions":[[145,33,145,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateSelfMappingyyF","regions":[[151,36,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testValidateSelfMappingyyFSbyKXEfu_","regions":[[155,23,155,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C32testValidateSelfMappingWithAliasyyF","regions":[[158,45,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C32testValidateSelfMappingWithAliasyyFSbyKXEfu_","regions":[[163,23,163,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C017testValidateValidE0yyF","regions":[[166,34,171,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C017testValidateValidE0yyFSbyKXEfu_","regions":[[170,23,170,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE19WithMultipleOutputsyyF","regions":[[173,48,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE19WithMultipleOutputsyyFSbyKXEfu_","regions":[[177,23,177,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyF","regions":[[180,54,190,6,0,0,0,0],[185,59,187,10,0,0,0,0],[187,16,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSiyKXEfu_","regions":[[184,24,184,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSiyKXEfu0_","regions":[[184,38,184,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSSyKXEfu1_","regions":[[186,28,186,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C012testValidateE25WithInvalidOutputSequenceyyFSSyKXEfu2_","regions":[[186,33,186,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyF","regions":[[194,34,208,6,0,0,0,0],[203,50,205,10,0,0,0,0],[205,16,207,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFypSgyKXEfu_","regions":[[202,25,202,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFSSyKXEfu0_","regions":[[204,28,204,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C21testConflictDetectionyyFSSyKXEfu1_","regions":[[204,33,204,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C30testConflictDetectionWithAliasyyF","regions":[[210,43,220,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C30testConflictDetectionWithAliasyyFypSgyKXEfu_","regions":[[219,25,219,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testNoConflictWithDisabledE0yyF","regions":[[222,43,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testNoConflictWithDisabledE0yyFypSgyKXEfu_","regions":[[230,22,230,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testNoConflictWithSameIdyyF","regions":[[233,37,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testNoConflictWithSameIdyyFypSgyKXEfu_","regions":[[243,22,243,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testNoConflictWithDifferentKeysyyF","regions":[[246,44,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testNoConflictWithDifferentKeysyyFypSgyKXEfu_","regions":[[254,22,254,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyF","regions":[[257,58,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyFSbyKXEfu_","regions":[[265,23,268,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C45testValidateWithExistingRulesIncludesConflictyyFSbyKXEfu_Sb0aB6AppKit0deF0O15ValidationErrorOXEfU_","regions":[[265,39,268,10,0,0,0,0],[266,39,266,54,0,0,0,0],[266,54,267,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyF","regions":[[273,41,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu_","regions":[[277,23,277,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu0_","regions":[[278,23,278,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C28testSuggestionsForEmptyInputyyFSbyKXEfu1_","regions":[[279,23,279,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testSuggestionsForPrefixyyF","regions":[[282,37,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testSuggestionsForPrefixyyFSbyKXEfu_","regions":[[285,23,285,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyF","regions":[[288,42,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu_","regions":[[291,23,291,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu0_","regions":[[292,23,292,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu1_","regions":[[293,23,293,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu2_","regions":[[294,23,294,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C026testSuggestionsForFunctionA0yyFSbyKXEfu3_","regions":[[295,23,295,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyF","regions":[[298,48,309,6,0,0,0,0],[304,9,308,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyFypSgyKXEfu_","regions":[[306,29,306,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C35testSuggestionsPrioritizeCommonKeysyyFypSgyKXEfu0_","regions":[[307,29,307,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyF","regions":[[313,42,318,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyFSSSgyKXEfu_","regions":[[317,24,317,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C29testSuggestCorrectionForAliasyyFSSSgyKXEfu0_","regions":[[317,36,317,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyF","regions":[[320,49,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyFSSSgyKXEfu_","regions":[[323,24,323,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C36testSuggestCorrectionForPartialMatchyyFSSSgyKXEfu0_","regions":[[323,36,323,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testSuggestCorrectionForNoMatchyyF","regions":[[326,44,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C31testSuggestCorrectionForNoMatchyyFypSgyKXEfu_","regions":[[329,22,329,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyF","regions":[[334,34,338,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyFSaySSGyKXEfu_","regions":[[337,24,337,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C018testTokenizeSingleA0yyFSaySSGyKXEfu0_","regions":[[337,32,337,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyF","regions":[[340,37,344,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyFSaySSGyKXEfu_","regions":[[343,24,343,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C24testTokenizeMultipleKeysyyFSaySSGyKXEfu0_","regions":[[343,32,343,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyF","regions":[[346,47,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyFSaySSGyKXEfu_","regions":[[349,24,349,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C34testTokenizeHandlesExtraWhitespaceyyFSaySSGyKXEfu0_","regions":[[349,32,349,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testTokenizeEmptyStringyyF","regions":[[352,36,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRuleValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019CustomRuleValidatorC0C23testTokenizeEmptyStringyyFSbyKXEfu_","regions":[[355,23,355,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyF","regions":[[7,57,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu_","regions":[[15,24,15,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu0_","regions":[[15,36,15,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu1_","regions":[[16,24,16,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu2_","regions":[[16,37,16,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu3_","regions":[[17,24,17,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFSSyKXEfu4_","regions":[[17,36,17,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF34RuleTrimsFieldsAndClearsEmptyNotesyyFypSgyKXEfu5_","regions":[[18,22,18,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyF","regions":[[21,47,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyFSbyKXEfu_","regions":[[30,23,30,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleAllowsSequenceOutputyyFSSyXEfu0_","regions":[[30,39,30,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyF","regions":[[33,47,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSbyKXEfu_","regions":[[42,23,45,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSbyKXEfu_Sb0aB6AppKit0dI9ValidatorO15ValidationErrorOXEfU_","regions":[[42,39,45,10,0,0,0,0],[43,46,43,61,0,0,0,0],[43,61,44,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/CustomRulesInlineEditorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023CustomRulesInlineEditorC0C04testF24RuleRejectsSequenceInputyyFSSyXEfu0_","regions":[[45,12,45,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C14setUpWithErroryyKF","regions":[[9,43,14,6,0,0,0,0],[12,102,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C17tearDownWithErroryyKF","regions":[[16,46,22,6,0,0,0,0],[17,30,19,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaF","regions":[[24,54,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C35testLoadReturnsEmptyWhenFileMissingyyYaFSbyKXEfu_","regions":[[26,23,26,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[29,50,44,6,0,0,0,0],[41,41,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKFSay0aB6AppKit0D4RuleVGyKXEfu_","regions":[[43,24,43,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C24testSaveAndLoadRoundTripyyYaKFSay0aB6AppKit0D4RuleVGyKXEfu0_","regions":[[43,32,43,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKF","regions":[[46,62,52,6,0,0,0,0],[48,73,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/CustomRulesStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016CustomRulesStoreC0C36testLoadGracefullyHandlesCorruptDatayyYaKFSbyKXEfu_","regions":[[51,23,51,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C5setUpyyYaKF","regions":[[12,40,16,6,0,0,0,0],[13,32,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C8tearDownyyYaKF","regions":[[19,43,23,6,0,0,0,0],[22,35,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF","regions":[[27,40,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSiyKXEfu_","regions":[[33,24,33,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSiyKXEfu0_","regions":[[33,43,33,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSSyKXEfu1_","regions":[[34,24,34,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSSyKXEfu2_","regions":[[34,46,34,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[35,24,35,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[35,49,35,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[36,24,36,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[36,49,36,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnosePermissionErroryyFSbyKXEfu7_","regions":[[37,24,37,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF","regions":[[40,43,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSiyKXEfu_","regions":[[46,24,46,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSiyKXEfu0_","regions":[[46,43,46,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSSyKXEfu1_","regions":[[47,24,47,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSSyKXEfu2_","regions":[[47,46,47,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[48,24,48,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[48,49,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[49,24,49,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[49,49,49,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C30testDiagnoseConfigurationErroryyFSbyKXEfu7_","regions":[[50,23,50,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF","regions":[[53,39,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSiyKXEfu_","regions":[[59,24,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSiyKXEfu0_","regions":[[59,43,59,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSSyKXEfu1_","regions":[[60,24,60,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSSyKXEfu2_","regions":[[60,46,60,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[61,24,61,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[61,49,61,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[62,24,62,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[62,49,62,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testDiagnoseDeviceConflictyyFSbyKXEfu7_","regions":[[63,24,63,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF","regions":[[66,32,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSiyKXEfu_","regions":[[72,24,72,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSiyKXEfu0_","regions":[[72,43,72,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSSyKXEfu1_","regions":[[73,24,73,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSSyKXEfu2_","regions":[[73,46,73,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[74,24,74,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[74,49,74,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[75,24,75,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[75,49,75,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGKILLyyFSbyKXEfu7_","regions":[[76,23,76,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF","regions":[[79,32,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSiyKXEfu_","regions":[[85,24,85,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSiyKXEfu0_","regions":[[85,43,85,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSSyKXEfu1_","regions":[[86,24,86,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSSyKXEfu2_","regions":[[86,46,86,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[87,24,87,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[87,49,87,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[88,24,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[88,49,88,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C19testDiagnoseSIGTERMyyFSbyKXEfu7_","regions":[[89,24,89,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF","regions":[[92,52,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSiyKXEfu_","regions":[[98,24,98,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSiyKXEfu0_","regions":[[98,43,98,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSSyKXEfu1_","regions":[[99,24,99,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSSyKXEfu2_","regions":[[99,46,99,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[100,24,100,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[100,49,100,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[101,24,101,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[101,49,101,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C39testDiagnoseVirtualHIDConnectionFailureyyFSbyKXEfu7_","regions":[[102,23,102,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF","regions":[[105,41,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSiyKXEfu_","regions":[[111,24,111,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSiyKXEfu0_","regions":[[111,43,111,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSSyKXEfu1_","regions":[[112,24,112,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSSyKXEfu2_","regions":[[112,46,112,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[113,24,113,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[113,49,113,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[114,24,114,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[114,49,114,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnoseGenericExitCode6yyFSbyKXEfu7_","regions":[[115,24,115,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF","regions":[[118,57,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSiyKXEfu_","regions":[[124,24,124,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSiyKXEfu0_","regions":[[124,43,124,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSSyKXEfu1_","regions":[[125,24,125,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSSyKXEfu2_","regions":[[125,46,125,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[126,24,126,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[126,49,126,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[127,24,127,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[127,49,127,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testDiagnosePermissionRelatedUnknownExitCodeyyFSbyKXEfu7_","regions":[[128,24,128,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF","regions":[[131,40,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSiyKXEfu_","regions":[[137,24,137,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSiyKXEfu0_","regions":[[137,43,137,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSSyKXEfu1_","regions":[[138,24,138,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSSyKXEfu2_","regions":[[138,46,138,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[139,24,139,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[139,49,139,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[140,24,140,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[140,49,140,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C27testDiagnoseUnknownExitCodeyyFSbyKXEfu7_","regions":[[141,24,141,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testCheckProcessConflictsReturnsNonNilResultyyYaF","regions":[[146,63,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C44testCheckProcessConflictsReturnsNonNilResultyyYaFypSgyKXEfu_","regions":[[152,25,152,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF","regions":[[157,45,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSiyKXEfu_","regions":[[160,24,160,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSiyKXEfu0_","regions":[[160,43,160,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSSyKXEfu1_","regions":[[161,24,161,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaFSSyKXEfu2_","regions":[[161,46,161,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticSeverityOyKXEfu3_","regions":[[162,24,162,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticSeverityOyKXEfu4_","regions":[[162,49,162,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticCategoryOyKXEfu5_","regions":[[163,24,163,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C26testAnalyzeLogFileNotFoundyyYaF0aB6AppKit18DiagnosticCategoryOyKXEfu6_","regions":[[163,49,163,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF","regions":[[166,56,184,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSiyKXEfu_","regions":[[179,37,179,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSiyKXEfu0_","regions":[[179,56,179,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[180,49,180,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaFypSgyKXEfu1_","regions":[[181,25,181,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[182,24,182,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[182,51,182,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[183,24,183,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithPermissionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[183,51,183,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF","regions":[[186,56,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSiyKXEfu_","regions":[[199,37,199,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSiyKXEfu0_","regions":[[199,56,199,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[200,49,200,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFypSgyKXEfu1_","regions":[[201,25,201,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[202,24,202,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[202,51,202,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[203,24,203,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[203,51,203,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSbyKXEfu6_","regions":[[204,23,204,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C37testAnalyzeLogFileWithConnectionErroryyYaFSbyKXEfu6_SbyKXEfu7_","regions":[[204,54,204,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF","regions":[[207,53,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSiyKXEfu_","regions":[[220,37,220,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSiyKXEfu0_","regions":[[220,56,220,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFSb0aB6AppKit16KanataDiagnosticVXEfU_","regions":[[221,46,221,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaFypSgyKXEfu1_","regions":[[222,25,222,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu2_","regions":[[223,24,223,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticSeverityOSgyKXEfu3_","regions":[[223,48,223,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu4_","regions":[[224,24,224,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C34testAnalyzeLogFileWithGenericErroryyYaF0aB6AppKit18DiagnosticCategoryOSgyKXEfu5_","regions":[[224,48,224,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaF","regions":[[227,50,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaFSiyKXEfu_","regions":[[240,24,240,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testAnalyzeLogFileWithCleanLogsyyYaFSiyKXEfu0_","regions":[[240,43,240,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyF","regions":[[245,41,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu_","regions":[[246,24,246,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu0_","regions":[[246,55,246,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu1_","regions":[[247,24,247,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu2_","regions":[[247,58,247,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu3_","regions":[[248,24,248,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu4_","regions":[[248,56,248,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu5_","regions":[[249,24,249,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C28testDiagnosticSeverityEmojisyyFSSyKXEfu6_","regions":[[249,59,249,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyF","regions":[[252,44,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu_","regions":[[253,24,253,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu0_","regions":[[253,67,253,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu1_","regions":[[254,24,254,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu2_","regions":[[254,65,254,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu3_","regions":[[255,24,255,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu4_","regions":[[255,61,255,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu5_","regions":[[256,24,256,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu6_","regions":[[256,60,256,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu7_","regions":[[257,24,257,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/DiagnosticsServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018DiagnosticsServiceC0C31testDiagnosticCategoryRawValuesyyFSSyKXEfu8_","regions":[[257,62,257,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C7manager0aB6AppKit18RuntimeCoordinatorCvg","regions":[[8,44,8,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C7capture0aB6AppKit15KeyboardCaptureCvg","regions":[[9,41,9,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKF","regions":[[13,47,41,6,0,0,0,0],[29,43,40,10,0,0,0,0],[40,10,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFyyKXEfu_","regions":[[32,17,38,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFyyKXEfu_yyXEfU_","regions":[[32,17,38,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalida5InputE0yyKFSSyXEfu0_","regions":[[38,22,38,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKF","regions":[[43,50,66,6,0,0,0,0],[59,39,65,10,0,0,0,0],[65,10,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSbyKXEfu_","regions":[[61,28,61,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSSyXEfu0_","regions":[[61,47,61,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSbyKXEfu1_","regions":[[64,28,64,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C020testSpecialCharacterA7MappingyyKFSSyXEfu2_","regions":[[64,46,64,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKF","regions":[[68,46,88,6,0,0,0,0],[81,37,87,10,0,0,0,0],[87,10,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSbyKXEfu_","regions":[[85,28,85,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSSyXEfu0_","regions":[[85,47,85,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSbyKXEfu1_","regions":[[86,28,86,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testNilAndOptionalE0yyKFSSyXEfu2_","regions":[[86,46,86,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKF","regions":[[90,46,110,6,0,0,0,0],[101,40,109,10,0,0,0,0],[109,10,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu_","regions":[[103,28,103,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSSyXEfu0_","regions":[[103,44,103,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_","regions":[[105,17,106,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[105,44,105,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSbyKXEfu1_SbyKXEfu3_","regions":[[106,24,106,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testExtremea4CodeE0yyKFSSyXEfu4_","regions":[[107,17,107,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKF","regions":[[114,62,146,6,0,0,0,0],[127,50,145,10,0,0,0,0],[145,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu_","regions":[[132,27,132,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu0_","regions":[[132,55,132,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu1_","regions":[[133,27,133,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu2_","regions":[[133,55,133,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSbyKXEfu3_","regions":[[135,17,135,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu4_","regions":[[135,47,135,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSiyKXEfu5_","regions":[[142,17,142,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSiyKXEfu6_","regions":[[142,29,142,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C42testConfigGenerationWithInvalidInputOutputyyKFSSyXEfu7_","regions":[[143,17,143,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKF","regions":[[148,57,177,6,0,0,0,0],[162,47,176,10,0,0,0,0],[176,10,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSbyKXEfu_","regions":[[167,27,167,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSSyXEfu0_","regions":[[167,55,167,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSiyKXEfu1_","regions":[[173,17,173,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSiyKXEfu2_","regions":[[173,29,173,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConfigWithSpecialKanataCharactersyyKFSSyXEfu3_","regions":[[174,17,174,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKF","regions":[[179,52,217,6,0,0,0,0],[190,40,216,10,0,0,0,0],[216,10,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSbyKXEfu_","regions":[[198,17,198,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu0_","regions":[[198,50,198,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSbyKXEfu1_","regions":[[201,17,201,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu2_","regions":[[201,51,201,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu3_","regions":[[208,17,208,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu4_","regions":[[208,34,208,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu5_","regions":[[208,52,208,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu6_","regions":[[214,17,214,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSiyKXEfu7_","regions":[[214,35,214,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C32testConfigWithNonASCIICharactersyyKFSSyXEfu8_","regions":[[214,54,214,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKF","regions":[[221,54,236,6,0,0,0,0],[223,12,226,10,0,0,0,0],[224,71,226,10,0,0,0,0],[226,17,235,10,0,0,0,0],[235,10,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_","regions":[[230,17,232,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[230,49,230,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu1_","regions":[[231,24,231,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu2_","regions":[[231,60,231,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu3_","regions":[[232,24,232,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSbyKXEfu_SbyKXEfu4_","regions":[[232,59,232,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C28testAsyncConfigurationErrorsyyYaKFSSyXEfu5_","regions":[[233,17,233,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKF","regions":[[238,59,254,6,0,0,0,0],[240,12,243,10,0,0,0,0],[241,53,243,10,0,0,0,0],[243,17,253,10,0,0,0,0],[253,10,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu_","regions":[[246,28,246,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSSyXEfu0_","regions":[[246,47,246,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_","regions":[[248,17,250,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[248,49,248,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu3_","regions":[[249,24,249,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu4_","regions":[[249,59,249,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSbyKXEfu1_SbyKXEfu5_","regions":[[250,24,250,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C33testAsyncResetConfigurationErrorsyyYaKFSSyXEfu6_","regions":[[251,17,251,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKF","regions":[[256,63,286,6,0,0,0,0],[266,39,277,10,0,0,0,0],[277,10,286,6,0,0,0,0],[282,29,285,10,0,0,0,0],[285,10,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFyyYacfU_","regions":[[267,18,276,14,0,0,0,0],[268,20,270,18,0,0,0,0],[269,105,270,18,0,0,0,0],[270,25,274,18,0,0,0,0],[274,18,276,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFyyYacfU_yyXEfU_","regions":[[271,37,273,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFSbyKXEfu_","regions":[[284,28,284,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C37testConcurrentConfigurationOperationsyyYaKFSSyXEfu0_","regions":[[284,47,284,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKF","regions":[[290,51,305,6,0,0,0,0],[292,36,304,10,0,0,0,0],[304,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKFSbyKXEfu_","regions":[[301,17,301,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C018testMemoryPressuredE0yyKFSSyXEfu0_","regions":[[302,17,302,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKF","regions":[[307,52,326,6,0,0,0,0],[312,27,317,10,0,0,0,0],[317,10,326,6,0,0,0,0],[320,27,323,10,0,0,0,0],[323,10,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFySScfU_","regions":[[313,34,315,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFyycfU0_","regions":[[321,46,321,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFSbyKXEfu_","regions":[[325,23,325,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C019testResourceCleanupdE0yyKFSSyXEfu0_","regions":[[325,29,325,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKF","regions":[[330,43,345,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu_","regions":[[335,59,335,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu0_","regions":[[338,13,338,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu0_SbyKXEfu1_","regions":[[338,26,338,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu2_","regions":[[338,39,338,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu3_","regions":[[340,23,340,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu4_","regions":[[340,53,340,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu5_","regions":[[343,24,343,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu6_","regions":[[343,44,343,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSbyKXEfu7_","regions":[[344,24,344,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testInvalidbE0yyKFSSyXEfu8_","regions":[[344,51,344,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKF","regions":[[347,60,357,6,0,0,0,0],[349,12,352,10,0,0,0,0],[350,81,352,10,0,0,0,0],[352,17,356,10,0,0,0,0],[356,10,357,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKFSbyKXEfu_","regions":[[355,28,355,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C021testDirectoryCreationdE0yyYaKFSSyXEfu0_","regions":[[355,47,355,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKF","regions":[[361,56,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu_","regions":[[368,23,368,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu_SbyKXEfu0_","regions":[[368,46,368,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu1_","regions":[[368,68,368,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu2_","regions":[[370,13,370,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu2_SbyKXEfu3_","regions":[[370,43,370,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu4_","regions":[[371,13,371,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu5_","regions":[[374,13,374,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu5_SbyKXEfu6_","regions":[[374,46,374,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu7_","regions":[[375,13,375,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu8_","regions":[[380,24,380,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu9_","regions":[[380,40,380,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSbyKXEfu10_","regions":[[391,13,391,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C023testServiceInstallationdE0yyKFSSyXEfu11_","regions":[[391,45,391,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKF","regions":[[395,53,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu_","regions":[[399,13,399,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[399,43,399,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSSyXEfu1_","regions":[[400,13,400,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu2_","regions":[[405,13,405,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[405,51,405,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C014testPermissiondE0yyYaKFSSyXEfu4_","regions":[[406,13,406,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKF","regions":[[412,56,426,6,0,0,0,0],[423,42,425,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSbyKXEfu_","regions":[[420,23,420,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSSyXEfu0_","regions":[[420,29,420,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSbyKXEfu1_","regions":[[424,28,424,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C017testKanataProcessdE0yyYaKFSSyXEfu2_","regions":[[424,43,424,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKF","regions":[[430,55,458,6,0,0,0,0],[443,40,457,10,0,0,0,0],[448,16,448,31,0,0,0,0],[450,13,456,14,0,0,0,0],[457,10,458,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu_","regions":[[445,28,445,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSSyXEfu0_","regions":[[445,46,445,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu1_","regions":[[453,21,453,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[453,48,453,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C022testSequenceGenerationdE0yyKFSSyXEfu3_","regions":[[454,21,454,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKF","regions":[[460,54,479,6,0,0,0,0],[469,37,478,10,0,0,0,0],[478,10,479,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu_","regions":[[471,28,471,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSSyXEfu0_","regions":[[471,44,471,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu1_","regions":[[475,17,475,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSbyKXEfu1_SbyKXEfu2_","regions":[[475,43,475,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C011testCommanda7MappingdE0yyKFSSyXEfu3_","regions":[[476,17,476,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKF","regions":[[483,46,504,6,0,0,0,0],[492,42,503,10,0,0,0,0],[503,10,504,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyKXEfu_","regions":[[498,28,498,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyKXEfu0_","regions":[[498,37,498,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu1_","regions":[[498,46,498,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSbyKXEfu2_","regions":[[501,27,501,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu3_","regions":[[501,56,501,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSbyKXEfu4_","regions":[[502,27,502,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationRoundTripyyKFSSyXEfu5_","regions":[[502,56,502,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKF","regions":[[506,46,531,6,0,0,0,0],[513,35,530,10,0,0,0,0],[530,10,531,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSSiXEfU_","regions":[[508,43,511,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSSiXEfU_SJSiXEfU_","regions":[[510,64,510,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu_","regions":[[518,27,518,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu0_","regions":[[518,55,518,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu1_","regions":[[519,27,519,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu2_","regions":[[519,55,519,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu3_","regions":[[520,27,520,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu4_","regions":[[520,57,520,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSbyKXEfu5_","regions":[[522,17,522,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu6_","regions":[[523,17,523,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSiyKXEfu7_","regions":[[529,28,529,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSiyKXEfu8_","regions":[[529,40,529,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ErrorHandlingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013ErrorHandlingC0C26testConfigurationIntegrityyyKFSSyXEfu9_","regions":[[529,53,529,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyF","regions":[[8,42,33,6,0,0,0,0],[21,12,21,26,0,0,0,0],[21,27,26,10,0,0,0,0],[26,16,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFSbyKXEfu_","regions":[[19,20,19,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFyyKXEfu0_","regions":[[23,30,23,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFyyKXEfu1_","regions":[[28,34,28,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFys5Error_pXEfU_","regions":[[28,90,31,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C04testD13WithoutAccessyyFys5Error_pXEfU_ypSgyKXEfu_","regions":[[30,33,30,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaF","regions":[[35,33,59,6,0,0,0,0],[51,12,51,54,0,0,0,0],[51,69,53,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu_","regions":[[48,27,48,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu0_","regions":[[48,47,48,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSbyKXEfu1_","regions":[[52,27,52,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSSyXEfu2_","regions":[[52,41,52,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu3_","regions":[[58,30,58,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C14testFDACachingyyYaFSdyKXEfu4_","regions":[[58,53,58,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C013testProtectedB9DetectionyyF","regions":[[61,39,87,6,0,0,0,0],[69,36,86,10,0,0,0,0],[73,16,73,60,0,0,0,0],[73,61,85,14,0,0,0,0],[77,20,77,31,0,0,0,0],[77,32,79,18,0,0,0,0],[79,24,81,18,0,0,0,0],[86,10,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C013testProtectedB9DetectionyyFSbyKXEfu_","regions":[[84,31,84,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyF","regions":[[91,40,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSSgyKXEfu_","regions":[[103,24,103,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSSgyKXEfu0_","regions":[[103,38,103,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSdyKXEfu1_","regions":[[104,30,104,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSdyKXEfu2_","regions":[[104,43,104,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSbyKXEfu3_","regions":[[108,23,108,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C27testWizardStatePreservationyyFSSyXEfu4_","regions":[[108,32,108,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyF","regions":[[115,36,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSdyKXEfu_","regions":[[125,30,125,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSdyKXEfu0_","regions":[[125,48,125,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testRestartTimingWindowyyFSSyXEfu1_","regions":[[125,53,125,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyF","regions":[[134,37,148,6,0,0,0,0],[143,51,147,10,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSdyKXEfu_","regions":[[140,24,140,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSdyKXEfu0_","regions":[[140,44,140,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSSyXEfu1_","regions":[[140,49,140,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu2_","regions":[[145,41,145,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu3_","regions":[[145,56,145,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu4_","regions":[[146,38,146,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C24testDetectionModalTimingyyFSiyKXEfu5_","regions":[[146,53,146,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testFDACheckPerformanceyyF","regions":[[152,36,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/FDADetectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012FDADetectionC0C23testFDACheckPerformanceyyFyyXEfU_","regions":[[154,17,161,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests010FacadeLintC0C43testAppKitSourcesDoNotBypassInstallerEngineyyKF","regions":[[5,63,22,6,0,0,0,0],[19,12,19,31,0,0,0,0],[19,32,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests010FacadeLintC0C39testDirectAXChecksAreLimitedToAllowlistyyKF","regions":[[24,59,36,6,0,0,0,0],[33,12,33,31,0,0,0,0],[33,32,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_62B51328785D9996BA1553E2A8A1086ELL4file10Foundation3URLVs12StaticStringV_tF","regions":[[41,68,48,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/FacadeLintTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests11findPattern33_62B51328785D9996BA1553E2A8A1086ELL_2in9allowListSaySSGSS_10Foundation3URLVAFtF","regions":[[50,97,66,2,0,0,0,0],[51,112,53,6,0,0,0,0],[53,6,65,16,0,0,0,0],[56,47,64,6,0,0,0,0],[57,53,57,65,0,0,0,0],[57,65,64,6,0,0,0,0],[58,12,58,42,0,0,0,0],[58,43,58,55,0,0,0,0],[58,55,64,6,0,0,0,0],[59,85,59,97,0,0,0,0],[59,97,64,6,0,0,0,0],[61,76,63,10,0,0,0,0],[63,10,64,6,0,0,0,0],[64,6,65,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C8tearDownyyYaKF","regions":[[6,43,11,6,0,0,0,0],[10,35,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyF","regions":[[13,49,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbycfU_","regions":[[17,47,20,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbyKXEfu_","regions":[[25,24,25,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSbyKXEfu0_","regions":[[26,24,26,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSiyKXEfu1_","regions":[[27,24,27,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSiyKXEfu2_","regions":[[27,36,27,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C07testHasdeF15CachesWithinTTLyyFSSyXEfu3_","regions":[[27,39,27,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyF","regions":[[30,37,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbycfU_","regions":[[35,47,38,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu_","regions":[[40,24,40,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu0_","regions":[[41,24,41,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu1_","regions":[[41,36,41,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu2_","regions":[[44,23,44,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu3_","regions":[[45,24,45,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu4_","regions":[[45,36,45,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSSyXEfu5_","regions":[[45,39,45,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSbyKXEfu6_","regions":[[48,23,48,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu7_","regions":[[49,24,49,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/FullDiskAccessCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021FullDiskAccessCheckerC0C24testRefreshBypassesCacheyyFSiyKXEfu8_","regions":[[49,36,49,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C5setUpyyYaKF","regions":[[9,40,12,6,0,0,0,0],[10,32,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C8tearDownyyYaKF","regions":[[14,43,21,6,0,0,0,0],[15,35,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyF","regions":[[23,83,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSaySSGSgycfU_","regions":[[24,59,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSSSgyKXEfu_","regions":[[34,24,34,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFSSSgyKXEfu0_","regions":[[34,38,34,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFShySSGyKXEfu1_","regions":[[37,13,37,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C70testDetectDuplicateAppCopiesFiltersBuildPathsAndSortsApplicationsFirstyyFShySSGyKXEfu2_","regions":[[38,13,41,15,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaF","regions":[[45,62,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSaySSGSgycfU_","regions":[[46,59,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFyyYacfU0_","regions":[[54,31,54,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFyyYacfU1_","regions":[[55,31,55,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaF0aB6AppKit0dE0C06LegacyH6ResultOSbYacfU2_","regions":[[56,42,56,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyYacfU3_","regions":[[57,29,57,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyYacfU4_","regions":[[60,57,60,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu_","regions":[[63,23,63,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu0_","regions":[[65,13,67,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupLogsWarningForDuplicateCopiesyyYaFSbyKXEfu0_SbSSXEfU5_","regions":[[65,56,67,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaF","regions":[[70,59,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSaySSGSgycfU_","regions":[[71,59,71,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaF0aB6AppKit22CommandExecutionResultVSS_SStcfU0_","regions":[[73,69,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFyyYacfU1_","regions":[[80,31,80,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFyyYacfU2_","regions":[[81,31,81,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyYacfU3_","regions":[[82,29,86,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyYacfU4_","regions":[[89,57,89,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu_","regions":[[92,24,92,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu0_","regions":[[94,13,94,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSbyKXEfu0_SbSSXEfU5_","regions":[[94,56,94,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C40testAdminCleanupFallbackFailureAbortsRunyyYaFSSyXEfu1_","regions":[[95,13,95,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaF","regions":[[99,63,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSaySSGSgycfU_","regions":[[100,59,100,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFyyYacfU0_","regions":[[107,31,107,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFyyYacfU1_","regions":[[108,31,108,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyYacfU2_","regions":[[109,29,113,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyYacfU3_","regions":[[116,57,116,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu_","regions":[[119,23,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu0_","regions":[[121,13,121,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu0_SbSS7command_SS11descriptiont_tXEfU4_","regions":[[121,44,121,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu1_","regions":[[124,13,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C44testAdminCleanupFallbackSucceedsWithExecutoryyYaFSbyKXEfu1_SbSSXEfU5_","regions":[[124,56,126,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaF","regions":[[130,62,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSaySSGSgycfU_","regions":[[131,59,131,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFyyYacfU0_","regions":[[133,31,133,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFyyYacfU1_","regions":[[134,31,134,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaF0aB6AppKit0dE0C06LegacyH6ResultOSbYacfU2_","regions":[[135,42,135,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyYacfU3_","regions":[[136,29,136,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyYacfU4_","regions":[[139,57,139,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyKXEfu_","regions":[[142,23,142,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/HelperMaintenanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017HelperMaintenanceC0C43testRunCleanupIsIdempotentWithoutDuplicatesyyYaFSbyKXEfu0_","regions":[[144,23,144,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C5setUpyyF","regions":[[9,27,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C8tearDownyyF","regions":[[14,30,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaF","regions":[[19,88,42,6,0,0,0,0],[31,12,34,10,0,0,0,0],[32,59,34,10,0,0,0,0],[34,17,41,10,0,0,0,0],[41,10,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[26,42,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSbyKXEfu_","regions":[[38,17,38,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSSyXEfu0_","regions":[[38,63,38,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSbyKXEfu1_","regions":[[40,27,40,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013HelperManagerC0C011testInstallD52AttemptsRegisterWhenStatusIsNotFoundAndSurfacesErroryyYaFSSyXEfu2_","regions":[[40,62,40,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16FakeSMAppService33_26B68CD1A54B88EAC483045C42814BAALLV8registeryyKF","regions":[[50,28,50,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/HelperManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16FakeSMAppService33_26B68CD1A54B88EAC483045C42814BAALLV10unregisteryyYaKF","regions":[[51,36,51,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKF","regions":[[12,55,34,6,0,0,0,0],[17,80,34,6,0,0,0,0],[18,80,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyKXEfu_","regions":[[21,13,21,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyKXEfu0_","regions":[[22,13,22,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018HelperProtocolSyncC0C04testdE17FilesAreIdenticalyyKFSSyXEfu1_","regions":[[23,13,32,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/HelperProtocolSyncTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_67AEE7351006523FBA9A81DDB8C2DB15LL4file10Foundation3URLVs12StaticStringV_tF","regions":[[39,68,46,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyF","regions":[[9,45,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyFSSSgyKXEfu_","regions":[[11,24,11,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_spotlightyyFSSSgyKXEfu0_","regions":[[11,32,11,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyF","regions":[[14,50,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyFSSSgyKXEfu_","regions":[[16,24,16,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_missionControlyyFSSSgyKXEfu0_","regions":[[16,32,16,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyF","regions":[[19,45,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyFSSSgyKXEfu_","regions":[[21,24,21,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_launchpadyyFSSSgyKXEfu0_","regions":[[21,32,21,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyF","regions":[[24,39,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyFSSSgyKXEfu_","regions":[[26,24,26,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C26testSystemActionSymbol_dndyyFSSSgyKXEfu0_","regions":[[26,32,26,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyF","regions":[[29,54,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyFSSSgyKXEfu_","regions":[[31,24,31,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C41testSystemActionSymbol_notificationCenteryyFSSSgyKXEfu0_","regions":[[31,32,31,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyF","regions":[[36,48,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyFSSSgyKXEfu_","regions":[[38,24,38,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C35testSystemActionSymbol_brightnessUpyyFSSSgyKXEfu0_","regions":[[38,32,38,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyF","regions":[[41,50,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyFSSSgyKXEfu_","regions":[[43,24,43,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C37testSystemActionSymbol_brightnessDownyyFSSSgyKXEfu0_","regions":[[43,32,43,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyF","regions":[[46,44,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyFSSSgyKXEfu_","regions":[[48,24,48,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C31testSystemActionSymbol_volumeUpyyFSSSgyKXEfu0_","regions":[[48,32,48,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyF","regions":[[51,46,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyFSSSgyKXEfu_","regions":[[53,24,53,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C33testSystemActionSymbol_volumeDownyyFSSSgyKXEfu0_","regions":[[53,32,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyF","regions":[[56,40,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyFSSSgyKXEfu_","regions":[[58,24,58,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C27testSystemActionSymbol_muteyyFSSSgyKXEfu0_","regions":[[58,32,58,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyF","regions":[[61,45,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyFSSSgyKXEfu_","regions":[[63,24,63,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_playPauseyyFSSSgyKXEfu0_","regions":[[63,32,63,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyF","regions":[[66,45,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyFSSSgyKXEfu_","regions":[[68,24,68,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_nextTrackyyFSSSgyKXEfu0_","regions":[[68,32,68,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyF","regions":[[71,45,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyFSSSgyKXEfu_","regions":[[73,24,73,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C32testSystemActionSymbol_prevTrackyyFSSSgyKXEfu0_","regions":[[73,32,73,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C40testSystemActionSymbol_unknownReturnsNilyyF","regions":[[78,53,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C40testSystemActionSymbol_unknownReturnsNilyyFypSgyKXEfu_","regions":[[80,22,80,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C38testSystemActionSymbol_emptyReturnsNilyyF","regions":[[83,51,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C38testSystemActionSymbol_emptyReturnsNilyyFypSgyKXEfu_","regions":[[85,22,85,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyF","regions":[[90,59,96,6,0,0,0,0],[92,51,95,10,0,0,0,0],[95,10,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSSgyKXEfu_","regions":[[94,28,94,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSSgyKXEfu0_","regions":[[94,36,94,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/IconResolverServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019IconResolverServiceC0C030testSystemActionSymbol_matcheshI4InfoyyFSSyXEfu1_","regions":[[94,53,94,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C5setUpyyYaKF","regions":[[10,40,13,6,0,0,0,0],[11,32,13,6,0,0,0,0],[12,39,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKF","regions":[[15,58,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSbyKXEfu_","regions":[[19,24,19,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSSyXEfu0_","regions":[[19,61,19,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFypSgyKXEfu1_","regions":[[20,25,20,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C32testInspectSystemReturnsSnapshotyyYaKFSSyXEfu2_","regions":[[20,56,20,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF","regions":[[23,64,35,6,0,0,0,0],[29,16,29,27,0,0,0,0],[30,9,31,106,0,0,0,0],[32,9,33,97,0,0,0,0],[34,10,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF0aB6AppKit0J6IntentOyKXEfu_","regions":[[28,24,28,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKF0aB6AppKit0J6IntentOyKXEfu0_","regions":[[28,37,28,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSiyKXEfu1_","regions":[[31,34,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSiyKXEfu2_","regions":[[31,54,31,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSSyXEfu3_","regions":[[31,57,31,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSbyKXEfu4_","regions":[[33,28,33,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C38testMakePlanForInstallIsReadyOrBlockedyyYaKFSSyXEfu5_","regions":[[33,54,33,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKF","regions":[[37,54,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSbyKXEfu_","regions":[[43,23,43,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSSyXEfu0_","regions":[[43,39,43,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSiyKXEfu1_","regions":[[44,24,44,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerDeviceC0C28testExecuteInspectOnlyIsSafeyyYaKFSiyKXEfu2_","regions":[[44,54,44,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerDeviceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18requireDeviceOptIn33_47E59F35C27C2DAA9D60159B4153965CLLyyYaKF","regions":[[50,48,55,2,0,0,0,0],[52,49,54,6,0,0,0,0],[54,6,55,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKF","regions":[[7,70,15,6,0,0,0,0],[12,67,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKFSiyKXEfu_","regions":[[14,24,14,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C038testUninstallVirtualHIDDriversRoutesToF0yyYaKFSiyKXEfu0_","regions":[[14,73,14,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKF","regions":[[17,67,25,6,0,0,0,0],[22,64,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKFSiyKXEfu_","regions":[[24,24,24,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C035testDisableKarabinerGrabberRoutesToF0yyYaKFSiyKXEfu0_","regions":[[24,70,24,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKF","regions":[[27,66,36,6,0,0,0,0],[32,76,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSbyKXEfu_","regions":[[34,23,34,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSiyKXEfu0_","regions":[[35,24,35,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031InstallerEngineBrokerForwardingC0C034testRestartKarabinerDaemonRoutesToF0yyYaKFSiyKXEfu1_","regions":[[35,77,35,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18restartReturnValueADSb_tcfc","regions":[[44,43,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC35uninstallVirtualHIDDriversCallCountSivpfi","regions":[[49,60,49,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC32disableKarabinerGrabberCallCountSivpfi","regions":[[50,57,50,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC39restartKarabinerDaemonVerifiedCallCountSivpfi","regions":[[51,64,51,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[54,85,54,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC07cleanupD6HelperyyYaKF","regions":[[55,49,55,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30installAllLaunchDaemonServices012kanataBinaryB00s6ConfigB07tcpPortySS_SSSitYaKF","regions":[[56,126,56,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30installAllLaunchDaemonServicesyyYaKF","regions":[[57,56,57,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC24restartUnhealthyServicesyyYaKF","regions":[[58,50,58,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[59,79,59,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[60,67,60,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18installLogRotationyyYaKF","regions":[[61,44,61,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30regenerateServiceConfigurationyyYaKF","regions":[[62,56,62,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC24repairVHIDDaemonServicesyyYaKF","regions":[[63,50,63,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[64,61,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC20installBundledKanatayyYaKF","regions":[[65,46,65,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC25activateVirtualHIDManageryyYaKF","regions":[[66,51,66,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC16terminateProcess3pidys5Int32V_tYaKF","regions":[[67,54,67,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC22killAllKanataProcessesyyYaKF","regions":[[68,48,68,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[69,64,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC26uninstallVirtualHIDDriversyyYaKF","regions":[[74,52,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC23disableKarabinerGrabberyyYaKF","regions":[[78,49,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineBrokerForwardingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests25PrivilegedCoordinatorStub33_5059B06D3C5839032D1CB2145B47DF81LLC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[82,76,82,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaF","regions":[[8,58,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu_","regions":[[24,23,24,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu0_","regions":[[24,39,24,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu1_","regions":[[26,13,26,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu2_","regions":[[27,13,27,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSbyKXEfu3_","regions":[[30,13,30,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C39testExecutePlanInvokesBrokerAndSucceedsyyYaFSSyXEfu4_","regions":[[31,13,31,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaF","regions":[[35,54,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu_","regions":[[52,24,52,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu0_","regions":[[52,40,52,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSiyKXEfu1_","regions":[[53,24,53,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSiyKXEfu2_","regions":[[53,54,53,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu3_","regions":[[53,57,53,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu4_","regions":[[55,13,55,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[55,66,55,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineEndToEndTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020InstallerEngineEndTofC0C35testExecutePlanStopsOnBrokerFailureyyYaFSSyXEfu6_","regions":[[56,13,56,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C5setUpyyYaKF","regions":[[11,40,14,6,0,0,0,0],[12,32,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C8tearDownyyYaKF","regions":[[16,43,19,6,0,0,0,0],[18,35,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaF","regions":[[23,64,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaFypSgyKXEfu_","regions":[[27,25,27,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C039testGetServiceStatusReturnsLaunchDaemonK0yyYaFSSyXEfu0_","regions":[[27,33,27,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaF","regions":[[35,63,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu_","regions":[[41,13,41,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu0_","regions":[[41,42,41,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu1_","regions":[[42,13,42,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu2_","regions":[[45,13,45,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu3_","regions":[[45,46,45,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu4_","regions":[[46,13,46,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu5_","regions":[[49,13,49,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSbyKXEfu6_","regions":[[49,47,49,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C44testGetServiceStatusReturnsConsistentResultsyyYaFSSyXEfu7_","regions":[[50,13,50,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaF","regions":[[56,53,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaFypSgyKXEfu_","regions":[[60,25,60,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C34testIsServiceHealthyReturnsBooleanyyYaFSSyXEfu0_","regions":[[60,36,60,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaF","regions":[[63,60,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaFSbyKXEfu_","regions":[[67,24,67,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C034testIsServiceHealthyHandlesUnknownJ0yyYaFSSyXEfu0_","regions":[[67,35,67,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaF","regions":[[72,52,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaFypSgyKXEfu_","regions":[[76,25,76,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C33testIsServiceLoadedReturnsBooleanyyYaFSSyXEfu0_","regions":[[76,35,76,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaF","regions":[[79,59,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaFSbyKXEfu_","regions":[[83,24,83,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C033testIsServiceLoadedHandlesUnknownJ0yyYaFSSyXEfu0_","regions":[[83,34,83,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaF","regions":[[88,68,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaFypSgyKXEfu_","regions":[[92,25,92,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServicef7ReturnsF8SnapshotyyYaFSSyXEfu0_","regions":[[92,33,92,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaF","regions":[[99,64,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFypSgyKXEfu_","regions":[[104,25,104,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSSyXEfu0_","regions":[[104,33,104,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSbyKXEfu1_","regions":[[107,24,107,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF17AcceptsCustomPortyyYaFSSyXEfu2_","regions":[[107,45,107,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaF","regions":[[110,71,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSbyKXEfu_","regions":[[116,13,116,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSbyKXEfu0_","regions":[[116,32,116,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testg13KanataServiceF24ReturnsConsistentResultsyyYaFSSyXEfu1_","regions":[[117,13,117,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaF","regions":[[123,74,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSbyKXEfu_","regions":[[129,13,129,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSbyKXEfu0_","regions":[[129,42,129,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfG40MethodsAreConsistentWithGetServiceStatusyyYaFSSyXEfu1_","regions":[[130,13,130,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaF","regions":[[134,70,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFypSgyKXEfu_","regions":[[140,25,140,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFSSyXEfu0_","regions":[[140,33,140,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFypSgyKXEfu1_","regions":[[141,25,141,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineHealthCheckTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEngineHealthCheckC0C04testfg30MethodsAreConsistentWithKanataF0yyYaFSSyXEfu2_","regions":[[141,33,141,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaF","regions":[[8,47,30,6,0,0,0,0],[17,35,22,10,0,0,0,0],[22,10,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSdyKXEfu_","regions":[[29,27,29,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSdyKXEfu0_","regions":[[29,40,29,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C017testInspectSystemF0yyYaFSSyXEfu1_","regions":[[29,45,29,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaF","regions":[[32,42,51,6,0,0,0,0],[41,35,43,10,0,0,0,0],[43,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSdyKXEfu_","regions":[[50,27,50,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSdyKXEfu0_","regions":[[50,40,50,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePerformanceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026InstallerEnginePerformanceC0C012testMakePlanF0yyYaFSSyXEfu1_","regions":[[50,46,50,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaF","regions":[[8,70,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSS0aB6AppKit13ServiceRecipeVcfu_","regions":[[13,36,13,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu0_","regions":[[15,24,15,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu1_","regions":[[15,37,15,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu2_","regions":[[16,23,16,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu3_","regions":[[16,84,16,122,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSbyKXEfu4_","regions":[[17,23,17,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C011testInstallF36IncludesLaunchDaemonAndBundledKanatayyYaFSSyXEfu5_","regions":[[17,77,17,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaF","regions":[[20,57,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSS0aB6AppKit13ServiceRecipeVcfu_","regions":[[25,36,25,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSbyKXEfu0_","regions":[[27,23,27,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSbyKXEfu0_SbyKXEfu1_","regions":[[27,69,27,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C010testRepairF24TargetsUnhealthyServicesyyYaFSSyXEfu2_","regions":[[28,23,28,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaF","regions":[[31,54,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu_","regions":[[49,24,49,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu0_","regions":[[49,40,49,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu1_","regions":[[50,24,50,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu2_","regions":[[50,76,50,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSbyKXEfu3_","regions":[[51,24,51,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu4_","regions":[[51,80,51,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSiyKXEfu5_","regions":[[52,24,52,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSiyKXEfu6_","regions":[[52,54,52,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEnginePlanTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019InstallerEnginePlanC0C35testExecuteSkipsRecipesAfterFailureyyYaFSSyXEfu7_","regions":[[52,57,52,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaF","regions":[[7,56,23,6,0,0,0,0],[15,34,22,10,0,0,0,0],[22,10,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaFSbyKXEfu_","regions":[[19,17,19,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testTCPActionsRouteToRegenerateConfigyyYaFSSyXEfu0_","regions":[[20,17,20,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaF","regions":[[25,64,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaFSbyKXEfu_","regions":[[33,13,33,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C029testRestartCommServerRoutesToJ9UnhealthyyyYaFSSyXEfu0_","regions":[[34,13,34,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaF","regions":[[38,56,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu_","regions":[[44,23,44,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu0_","regions":[[48,23,48,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C37testVHIDActionsRouteToDriverAndRepairyyYaFSbyKXEfu1_","regions":[[52,23,52,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaF","regions":[[55,59,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu_","regions":[[61,23,61,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu0_","regions":[[65,23,65,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C40testOrphanedProcessActionsRouteCorrectlyyyYaFSbyKXEfu1_","regions":[[66,23,66,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaF","regions":[[69,53,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaFSbyKXEfu_","regions":[[75,23,75,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C025testBundledActionsRouteToD0yyYaFSbyKXEfu0_","regions":[[79,23,79,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaF","regions":[[82,66,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaFSbyKXEfu_","regions":[[90,13,90,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineSingleActionRoutingTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034InstallerEngineSingleActionRoutingC0C031testRestartVirtualHIDDaemonUsesJ9UnhealthyyyYaFSSyXEfu0_","regions":[[91,13,91,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C5setUpyyYaKF","regions":[[10,40,15,6,0,0,0,0],[11,32,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C5setUpyyYaKFSbyYacfU_","regions":[[13,57,13,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C8tearDownyyYaKF","regions":[[17,43,21,6,0,0,0,0],[20,35,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyF","regions":[[25,49,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyFypSgyKXEfu_","regions":[[27,25,27,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C04testdE17CanBeInstantiatedyyFSSyXEfu0_","regions":[[27,33,27,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaF","regions":[[32,56,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu_","regions":[[35,25,35,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu0_","regions":[[35,34,35,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu1_","regions":[[36,25,36,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu2_","regions":[[36,46,36,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu3_","regions":[[37,25,37,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu4_","regions":[[37,43,37,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu5_","regions":[[38,25,38,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu6_","regions":[[38,44,38,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu7_","regions":[[39,25,39,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu8_","regions":[[39,45,39,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu9_","regions":[[40,25,40,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu10_","regions":[[40,41,40,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu11_","regions":[[41,25,41,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu12_","regions":[[41,41,41,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu13_","regions":[[42,25,42,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu14_","regions":[[42,44,42,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSbyKXEfu15_","regions":[[45,24,45,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu16_","regions":[[45,61,45,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFypSgyKXEfu17_","regions":[[46,25,46,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C024testInspectSystemReturnsH7ContextyyYaFSSyXEfu18_","regions":[[46,56,46,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaF","regions":[[49,60,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu_","regions":[[56,25,56,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu0_","regions":[[56,47,56,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu1_","regions":[[57,25,57,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu2_","regions":[[57,44,57,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu3_","regions":[[58,25,58,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu4_","regions":[[58,46,58,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu5_","regions":[[59,25,59,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu6_","regions":[[59,47,59,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu7_","regions":[[60,25,60,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu8_","regions":[[60,44,60,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFypSgyKXEfu9_","regions":[[61,25,61,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu10_","regions":[[61,46,61,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu11_","regions":[[67,13,67,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu12_","regions":[[67,24,67,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu13_","regions":[[67,30,67,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu14_","regions":[[70,13,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSdyKXEfu15_","regions":[[70,24,70,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C41testInspectSystemReturnsConsistentContextyyYaFSSyXEfu16_","regions":[[70,30,70,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF","regions":[[76,49,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu_","regions":[[80,25,80,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu0_","regions":[[80,31,80,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF0aB6AppKit0J6IntentOyKXEfu1_","regions":[[81,24,81,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaF0aB6AppKit0J6IntentOyKXEfu2_","regions":[[81,37,81,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu3_","regions":[[81,47,81,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu4_","regions":[[82,25,82,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu5_","regions":[[82,39,82,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu6_","regions":[[83,25,83,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu7_","regions":[[83,38,83,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFypSgyKXEfu8_","regions":[[84,25,84,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C026testMakePlanReturnsInstallH0yyYaFSSyXEfu9_","regions":[[84,40,84,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF","regions":[[87,48,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu_","regions":[[91,24,91,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu0_","regions":[[91,44,91,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu1_","regions":[[94,24,94,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu2_","regions":[[94,43,94,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu3_","regions":[[97,24,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu4_","regions":[[97,46,97,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu5_","regions":[[100,24,100,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testMakePlanHandlesAllIntentsyyYaF0aB6AppKit13InstallIntentOyKXEfu6_","regions":[[100,44,100,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaF","regions":[[103,57,111,6,0,0,0,0],[108,38,110,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSiyKXEfu_","regions":[[109,34,109,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSiyKXEfu0_","regions":[[109,54,109,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInstallGeneratesRecipesyyYaFSSyXEfu1_","regions":[[109,57,109,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaF","regions":[[113,56,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaFypSgyKXEfu_","regions":[[118,25,118,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanForRepairGeneratesRecipesyyYaFSSyXEfu0_","regions":[[118,39,118,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaF","regions":[[121,57,130,6,0,0,0,0],[127,38,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSiyKXEfu_","regions":[[126,24,126,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSiyKXEfu0_","regions":[[126,44,126,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSSyXEfu1_","regions":[[126,47,126,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSbyKXEfu2_","regions":[[128,27,128,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C38testMakePlanForInspectOnlyHasNoRecipesyyYaFSSyXEfu3_","regions":[[128,33,128,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaF","regions":[[132,43,145,6,0,0,0,0],[138,16,138,27,0,0,0,0],[139,9,140,49,0,0,0,0],[141,9,143,82,0,0,0,0],[144,10,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSbyKXEfu_","regions":[[140,27,140,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu0_","regions":[[140,33,140,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFypSgyKXEfu1_","regions":[[142,29,142,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu2_","regions":[[142,42,142,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFypSgyKXEfu3_","regions":[[143,29,143,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testMakePlanCanBeBlockedyyYaFSSyXEfu4_","regions":[[143,45,143,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaF","regions":[[147,56,158,6,0,0,0,0],[151,38,157,10,0,0,0,0],[152,40,156,14,0,0,0,0],[156,14,157,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaFSbyKXEfu_","regions":[[153,32,153,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C37testMakePlanRecipesHaveValidStructureyyYaFSSyXEfu0_","regions":[[153,51,153,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaF","regions":[[162,52,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu_","regions":[[169,25,169,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu0_","regions":[[169,33,169,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu1_","regions":[[170,25,170,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu2_","regions":[[170,43,170,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu3_","regions":[[171,25,171,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu4_","regions":[[171,49,171,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFypSgyKXEfu5_","regions":[[172,25,172,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C018testExecuteReturnsD6ReportyyYaFSSyXEfu6_","regions":[[172,51,172,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaF","regions":[[175,48,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSbyKXEfu_","regions":[[187,24,187,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu0_","regions":[[187,40,187,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFypSgyKXEfu1_","regions":[[188,25,188,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu2_","regions":[[188,47,188,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSiyKXEfu3_","regions":[[190,13,190,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSiyKXEfu4_","regions":[[190,45,190,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu5_","regions":[[190,48,190,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSSgyKXEfu6_","regions":[[193,13,193,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSSgyKXEfu7_","regions":[[193,51,193,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testExecuteHandlesBlockedPlanyyYaFSSyXEfu8_","regions":[[194,13,194,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaF","regions":[[198,52,214,6,0,0,0,0],[208,38,213,10,0,0,0,0],[210,16,210,38,0,0,0,0],[210,39,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFypSgyKXEfu_","regions":[[207,25,207,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSSyXEfu0_","regions":[[207,49,207,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSiyKXEfu1_","regions":[[211,45,211,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSiyKXEfu2_","regions":[[211,75,211,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C33testExecuteExecutesRecipesInOrderyyYaFSSyXEfu3_","regions":[[211,78,211,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaF","regions":[[216,50,228,6,0,0,0,0],[224,46,227,10,0,0,0,0],[227,10,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSbyKXEfu_","regions":[[225,28,225,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSSyXEfu0_","regions":[[225,53,225,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSdyKXEfu1_","regions":[[226,41,226,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSdyKXEfu2_","regions":[[226,58,226,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C31testExecuteRecordsRecipeResultsyyYaFSSyXEfu3_","regions":[[226,61,226,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaF","regions":[[230,49,259,6,0,0,0,0],[243,12,243,27,0,0,0,0],[243,28,252,10,0,0,0,0],[247,16,247,38,0,0,0,0],[247,39,251,14,0,0,0,0],[252,16,258,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu_","regions":[[239,25,239,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu0_","regions":[[239,33,239,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu1_","regions":[[240,25,240,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu2_","regions":[[240,49,240,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFypSgyKXEfu3_","regions":[[244,29,244,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu4_","regions":[[244,51,244,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu5_","regions":[[249,21,249,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu6_","regions":[[249,51,249,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu7_","regions":[[249,54,249,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu8_","regions":[[255,17,255,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSiyKXEfu9_","regions":[[255,47,255,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C30testExecuteStopsOnFirstFailureyyYaFSSyXEfu10_","regions":[[256,17,256,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaF","regions":[[261,43,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSbyKXEfu_","regions":[[272,23,272,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSSyXEfu0_","regions":[[272,39,272,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSiyKXEfu1_","regions":[[273,24,273,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSiyKXEfu2_","regions":[[273,54,273,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testExecuteWithEmptyPlanyyYaFSSyXEfu3_","regions":[[273,57,273,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaF","regions":[[278,46,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFypSgyKXEfu_","regions":[[282,25,282,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFSSyXEfu0_","regions":[[282,33,282,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFypSgyKXEfu1_","regions":[[283,25,283,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C27testRunChainsStepsCorrectlyyyYaFSSyXEfu2_","regions":[[283,43,283,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaF","regions":[[286,43,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu_","regions":[[290,25,290,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu0_","regions":[[291,25,291,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu1_","regions":[[294,25,294,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu2_","regions":[[295,25,295,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu3_","regions":[[298,25,298,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu4_","regions":[[299,25,299,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu5_","regions":[[302,25,302,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C24testRunHandlesAllIntentsyyYaFypSgyKXEfu6_","regions":[[303,25,303,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaF","regions":[[306,40,320,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu_","regions":[[312,25,312,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu0_","regions":[[312,33,312,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu1_","regions":[[313,25,313,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu2_","regions":[[313,43,313,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu3_","regions":[[314,25,314,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu4_","regions":[[314,49,314,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu5_","regions":[[315,25,315,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu6_","regions":[[315,51,315,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFypSgyKXEfu7_","regions":[[319,25,319,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C21testRunChainsAllStepsyyYaFSSyXEfu8_","regions":[[319,41,319,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaF","regions":[[322,48,336,6,0,0,0,0],[330,12,330,27,0,0,0,0],[330,63,335,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFypSgyKXEfu_","regions":[[331,29,331,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSSyXEfu0_","regions":[[331,51,331,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSiyKXEfu1_","regions":[[333,17,333,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSiyKXEfu2_","regions":[[333,47,333,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C29testRunPropagatesBlockedPlansyyYaFSSyXEfu3_","regions":[[333,50,333,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaF","regions":[[338,47,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu_","regions":[[344,25,344,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu0_","regions":[[344,43,344,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu1_","regions":[[345,25,345,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu2_","regions":[[345,41,345,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu3_","regions":[[346,25,346,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu4_","regions":[[346,49,346,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFypSgyKXEfu5_","regions":[[347,25,347,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C28testRunReturnsCompleteReportyyYaFSSyXEfu6_","regions":[[347,51,347,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaF","regions":[[352,53,361,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSiyKXEfu_","regions":[[358,24,358,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSiyKXEfu0_","regions":[[358,54,358,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSSyXEfu1_","regions":[[358,57,358,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSbyKXEfu2_","regions":[[360,23,360,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C34testRunWithInspectOnlyHasNoRecipesyyYaFSSyXEfu3_","regions":[[360,39,360,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaF","regions":[[365,68,394,6,0,0,0,0],[375,12,375,27,0,0,0,0],[375,28,381,10,0,0,0,0],[388,12,388,26,0,0,0,0],[388,27,393,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu_","regions":[[372,25,372,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu0_","regions":[[372,33,372,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu1_","regions":[[376,29,376,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu2_","regions":[[376,51,376,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSbyKXEfu3_","regions":[[378,17,378,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[378,78,378,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu5_","regions":[[379,17,379,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu6_","regions":[[384,25,384,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu7_","regions":[[384,43,384,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFypSgyKXEfu8_","regions":[[385,25,385,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu9_","regions":[[385,49,385,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSiyKXEfu10_","regions":[[390,17,390,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSiyKXEfu11_","regions":[[390,47,390,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C49testRunSingleActionForInstallLaunchDaemonServicesyyYaFSSyXEfu12_","regions":[[391,17,391,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaF","regions":[[396,83,433,6,0,0,0,0],[416,12,416,27,0,0,0,0],[416,28,423,10,0,0,0,0],[426,12,426,28,0,0,0,0],[426,29,432,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSS0aB6AppKit07ServiceK0Vcfu_","regions":[[404,54,404,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFypSgyKXEfu0_","regions":[[414,25,414,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu1_","regions":[[414,33,414,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFypSgyKXEfu2_","regions":[[418,29,418,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu3_","regions":[[418,51,418,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu4_","regions":[[420,17,420,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[420,74,420,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu6_","regions":[[421,17,421,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSbyKXEfu7_","regions":[[429,17,429,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C64testRunSingleActionGeneratesRecipeForInstallLaunchDaemonServicesyyYaFSSyXEfu8_","regions":[[430,17,430,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaF","regions":[[435,54,454,6,0,0,0,0],[447,12,447,27,0,0,0,0],[447,28,453,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu_","regions":[[442,25,442,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu0_","regions":[[442,33,442,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu1_","regions":[[443,25,443,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu2_","regions":[[443,43,443,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu3_","regions":[[444,25,444,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu4_","regions":[[444,49,444,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFypSgyKXEfu5_","regions":[[448,29,448,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu6_","regions":[[448,51,448,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSbyKXEfu7_","regions":[[450,17,450,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSbyKXEfu7_SbyKXEfu8_","regions":[[450,78,450,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C35testRunSingleActionForRepairActionsyyYaFSSyXEfu9_","regions":[[451,17,451,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaF","regions":[[456,66,471,6,0,0,0,0],[464,12,464,27,0,0,0,0],[464,28,470,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFypSgyKXEfu_","regions":[[462,25,462,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu0_","regions":[[462,33,462,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFypSgyKXEfu1_","regions":[[465,29,465,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu2_","regions":[[465,51,465,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSbyKXEfu3_","regions":[[467,17,467,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[467,74,467,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C47testRunSingleActionMapsInstallCorrectVHIDDriveryyYaFSSyXEfu5_","regions":[[468,17,468,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaF","regions":[[473,51,510,6,0,0,0,0],[503,31,509,10,0,0,0,0],[509,10,510,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyKXEfu_","regions":[[505,31,505,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyKXEfu0_","regions":[[505,35,505,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyXEfu1_","regions":[[505,53,505,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFypSgyKXEfu2_","regions":[[508,29,508,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C32testAllAutoFixActionsHaveRecipesyyYaFSSyXEfu3_","regions":[[508,37,508,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaF","regions":[[512,78,529,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu_","regions":[[516,13,516,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu0_","regions":[[517,13,517,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu1_","regions":[[520,13,520,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSyKXEfu2_","regions":[[521,13,521,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu3_","regions":[[525,24,525,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu4_","regions":[[525,42,525,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu5_","regions":[[528,24,528,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationEngine/InstallerEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015InstallerEngineC0C59testRecipeIDsAreCentralizedForInstallLaunchDaemonsAndKanatayyYaFSSSgyKXEfu6_","regions":[[528,42,528,80,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC13testScenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLSayAC0E8ScenarioVGvpfi","regions":[[10,49,10,51,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC5setUpyyYaKF","regions":[[20,40,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC8tearDownyyYaKF","regions":[[25,43,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyF","regions":[[32,39,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU_","regions":[[38,24,38,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU0_","regions":[[40,29,58,18,0,0,0,0],[43,47,43,63,0,0,0,0],[43,63,57,80,0,0,0,0],[47,50,47,66,0,0,0,0],[47,66,57,80,0,0,0,0],[50,24,52,22,0,0,0,0],[51,93,52,22,0,0,0,0],[52,29,54,22,0,0,0,0],[54,22,57,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU0_SbyKXEfu_","regions":[[57,63,57,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU1_","regions":[[65,24,65,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU2_","regions":[[67,29,73,18,0,0,0,0],[68,54,68,70,0,0,0,0],[68,70,72,77,0,0,0,0],[69,65,69,81,0,0,0,0],[69,81,72,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU2_SbyKXEfu_","regions":[[72,46,72,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU3_","regions":[[80,24,80,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU4_","regions":[[82,29,102,18,0,0,0,0],[85,50,85,66,0,0,0,0],[85,66,101,45,0,0,0,0],[88,38,97,22,0,0,0,0],[89,28,91,26,0,0,0,0],[90,98,91,26,0,0,0,0],[91,33,93,26,0,0,0,0],[93,26,97,22,0,0,0,0],[96,54,96,70,0,0,0,0],[96,70,97,22,0,0,0,0],[97,22,101,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU5_","regions":[[109,24,109,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU6_","regions":[[111,29,123,18,0,0,0,0],[114,50,114,66,0,0,0,0],[114,66,122,45,0,0,0,0],[118,51,118,67,0,0,0,0],[118,67,122,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFyAA21MockSystemEnvironmentCcfU7_","regions":[[130,24,130,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC05setupE9Scenarios33_14378D665C74D98BB6ABFC5DC7CD7F51LLyyFSbAA28MockEnvironmentKanataManagerCYaYbScMYccfU8_","regions":[[132,29,139,18,0,0,0,0],[134,50,134,66,0,0,0,0],[134,66,138,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKF","regions":[[146,53,195,6,0,0,0,0],[150,39,178,10,0,0,0,0],[162,16,172,14,0,0,0,0],[163,69,172,14,0,0,0,0],[165,20,165,27,0,0,0,0],[165,28,168,18,0,0,0,0],[168,24,171,18,0,0,0,0],[172,21,175,14,0,0,0,0],[175,14,178,10,0,0,0,0],[178,10,195,6,0,0,0,0],[185,12,185,36,0,0,0,0],[185,37,190,10,0,0,0,0],[187,50,189,14,0,0,0,0],[189,14,190,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu_","regions":[[193,24,193,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu0_","regions":[[193,47,193,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSSyXEfu1_","regions":[[193,50,193,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu2_","regions":[[194,24,194,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSiyKXEfu3_","regions":[[194,47,194,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC07testAllD9ScenariosyyYaKFSSyXEfu4_","regions":[[194,68,194,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKF","regions":[[199,52,209,6,0,0,0,0],[206,61,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[200,44,200,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSbyKXEfu_","regions":[[208,23,208,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC26testNewUserCompleteJourneyyyYaKFSSyXEfu0_","regions":[[208,32,208,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKF","regions":[[211,65,226,6,0,0,0,0],[219,61,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[212,44,212,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbyKXEfu_","regions":[[221,24,221,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSyXEfu0_","regions":[[221,33,221,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSSgyKXEfu1_","regions":[[222,24,222,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSSgyKXEfu2_","regions":[[222,43,222,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSbyKXEfu3_","regions":[[224,13,224,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC39testNewUserJourneyReportsInstallFailureyyYaKFSSyXEfu4_","regions":[[224,36,224,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKF","regions":[[228,57,238,6,0,0,0,0],[235,61,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[229,44,229,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSbyKXEfu_","regions":[[237,23,237,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC31testPartialInstallationRecoveryyyYaKFSSyXEfu0_","regions":[[237,32,237,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKF","regions":[[240,47,250,6,0,0,0,0],[247,61,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[241,44,241,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSbyKXEfu_","regions":[[249,23,249,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC21testPowerUserWorkflowyyYaKFSSyXEfu0_","regions":[[249,32,249,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKF","regions":[[252,43,262,6,0,0,0,0],[259,61,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[253,44,253,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSbyKXEfu_","regions":[[261,23,261,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC17testErrorRecoveryyyYaKFSSyXEfu0_","regions":[[261,32,261,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKF","regions":[[264,48,274,6,0,0,0,0],[271,61,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSbAC0E8ScenarioVXEfU_","regions":[[265,44,265,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSbyKXEfu_","regions":[[273,23,273,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC22testSecurityComplianceyyYaKFSSyXEfu0_","regions":[[273,32,273,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKF","regions":[[278,49,305,6,0,0,0,0],[294,12,296,10,0,0,0,0],[295,81,296,10,0,0,0,0],[296,17,298,10,0,0,0,0],[298,10,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSbyKXEfu_","regions":[[287,23,287,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSbyKXEfu0_","regions":[[291,23,291,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSdyKXEfu1_","regions":[[304,27,304,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSdyKXEfu2_","regions":[[304,40,304,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC09testEndToH11PerformanceyyYaKFSSyXEfu3_","regions":[[304,46,304,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKF","regions":[[309,44,334,6,0,0,0,0],[318,27,322,10,0,0,0,0],[322,10,334,6,0,0,0,0],[325,27,331,10,0,0,0,0],[326,16,328,14,0,0,0,0],[327,92,328,14,0,0,0,0],[328,21,330,14,0,0,0,0],[330,14,331,10,0,0,0,0],[331,10,334,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu_","regions":[[315,23,315,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu0_","regions":[[321,27,321,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSSyXEfu1_","regions":[[321,46,321,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSbyKXEfu2_","regions":[[333,23,333,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/IntegrationTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20IntegrationTestSuiteC18testStressScenarioyyYaKFSSyXEfu3_","regions":[[333,42,333,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF","regions":[[8,36,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[11,13,11,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[12,13,12,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[16,13,16,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsHiraganaF0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[17,13,17,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF","regions":[[21,36,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[23,13,23,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[24,13,24,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[27,13,27,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C019testDetectsKatakanaF0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[28,13,28,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF","regions":[[32,40,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[34,13,34,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C023testDetectsAlphanumericF0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[35,13,35,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF","regions":[[39,47,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF0aB6AppKit0deF0OyKXEfu_","regions":[[43,13,43,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C34testRomajiTypingDefaultsToHiraganayyF0aB6AppKit0deF0OyKXEfu0_","regions":[[44,13,44,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF","regions":[[48,53,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[51,13,51,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[52,13,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[55,13,55,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C032testDefaultsToHiraganaForGenericD0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[56,13,56,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF","regions":[[60,45,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu_","regions":[[62,13,62,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu0_","regions":[[63,13,63,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu1_","regions":[[66,13,66,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C024testReturnsUnknownForNonD0yyF0aB6AppKit0deF0OyKXEfu2_","regions":[[67,13,67,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyF","regions":[[73,34,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyFSSSgyKXEfu_","regions":[[74,24,74,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testHiraganaIndicatoryyFSSSgyKXEfu0_","regions":[[74,62,74,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyF","regions":[[77,34,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyFSSSgyKXEfu_","regions":[[78,24,78,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C21testKatakanaIndicatoryyFSSSgyKXEfu0_","regions":[[78,62,78,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyF","regions":[[81,38,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyFSSSgyKXEfu_","regions":[[82,24,82,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testAlphanumericIndicatoryyFSSSgyKXEfu0_","regions":[[82,66,82,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testUnknownIndicatorIsNilyyF","regions":[[85,38,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C25testUnknownIndicatorIsNilyyFypSgyKXEfu_","regions":[[86,22,86,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyF","regions":[[91,29,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu_","regions":[[92,24,92,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu0_","regions":[[92,64,92,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu1_","regions":[[93,24,93,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu2_","regions":[[93,64,93,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu3_","regions":[[94,24,94,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu4_","regions":[[94,68,94,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu5_","regions":[[95,24,95,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C16testDisplayNamesyyFSSyKXEfu6_","regions":[[95,63,95,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF","regions":[[100,42,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu_","regions":[[107,24,107,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu0_","regions":[[107,68,107,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu1_","regions":[[108,24,108,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu2_","regions":[[108,68,108,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu3_","regions":[[109,24,109,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/JapaneseInputModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017JapaneseInputModeC0C015testRealKotoeriE9SourceIDsyyF0aB6AppKit0deF0OyKXEfu4_","regions":[[109,72,109,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V06simpleA0yyF","regions":[[10,22,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V06simpleA12WithModifieryyF","regions":[[16,34,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V12basicTapHoldyyF","regions":[[24,25,38,6,0,0,0,0],[27,52,30,10,0,0,0,0],[30,10,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V21tapHoldCustomTimeoutsyyF","regions":[[41,34,51,6,0,0,0,0],[44,52,47,10,0,0,0,0],[47,10,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V12tapHoldPressyyF","regions":[[54,25,66,6,0,0,0,0],[57,52,60,10,0,0,0,0],[60,10,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14tapHoldReleaseyyF","regions":[[69,27,81,6,0,0,0,0],[72,52,75,10,0,0,0,0],[75,10,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V18tapHoldReleaseKeysyyF","regions":[[84,31,97,6,0,0,0,0],[87,52,90,10,0,0,0,0],[90,10,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V22customTapKeysRoundTripyyF","regions":[[100,35,118,6,0,0,0,0],[110,52,113,10,0,0,0,0],[113,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V15twoStepTapDanceyyF","regions":[[123,28,139,6,0,0,0,0],[128,14,131,10,0,0,0,0],[131,10,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V20tapDanceCustomWindowyyF","regions":[[142,33,156,6,0,0,0,0],[147,14,150,10,0,0,0,0],[150,10,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V10macroParseyyF","regions":[[159,23,168,6,0,0,0,0],[162,52,165,10,0,0,0,0],[165,10,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17dualRoleRoundTripyyF","regions":[[173,30,193,6,0,0,0,0],[184,52,187,10,0,0,0,0],[187,10,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17tapDanceRoundTripyyF","regions":[[196,30,213,6,0,0,0,0],[204,14,207,10,0,0,0,0],[207,10,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14malformedInputyyF","regions":[[218,27,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V016tapHoldWithMultiH0yyF","regions":[[229,33,241,6,0,0,0,0],[232,52,235,10,0,0,0,0],[235,10,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V17tapDanceWithMultiyyF","regions":[[244,30,258,6,0,0,0,0],[249,14,252,10,0,0,0,0],[252,10,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020KanataBehaviorParserC0V14hyperRoundTripyyF","regions":[[261,27,284,6,0,0,0,0],[276,52,279,10,0,0,0,0],[279,10,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13simpleMappingyyF","regions":[[10,26,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V25simpleMappingWithModifieryyF","regions":[[17,38,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12basicTapHoldyyF","regions":[[26,25,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V21tapHoldCustomTimeoutsyyF","regions":[[40,34,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12tapHoldPressyyF","regions":[[56,25,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V14tapHoldReleaseyyF","regions":[[71,27,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V17homeRowModFactoryyyF","regions":[[86,30,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12bothFlagsSetyyF","regions":[[98,25,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13customTapKeysyyF","regions":[[115,26,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V22customTapKeysWithFlagsyyF","regions":[[130,35,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V15twoStepTapDanceyyF","regions":[[149,28,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V20tapDanceCustomWindowyyF","regions":[[163,33,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V13emptyTapDanceyyF","regions":[[181,26,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V18macroTextRenderingyyF","regions":[[194,31,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05macroA17SequenceRenderingyyF","regions":[[205,38,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V30macroTextUnsupportedCharactersyyF","regions":[[216,43,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V18tapHoldSpecialKeysyyF","regions":[[229,31,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V21customRuleIntegrationyyF","regions":[[246,34,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V29customRuleTapDanceIntegrationyyF","regions":[[261,42,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V27customRuleSimpleIntegrationyyF","regions":[[276,40,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V12hyperKeywordyyF","regions":[[291,25,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V10mehKeywordyyF","regions":[[305,23,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V20hyperCaseInsensitiveyyF","regions":[[319,33,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05multiA6ActionyyF","regions":[[335,27,346,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V05multiA8TapDanceyyF","regions":[[349,29,363,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataBehaviorRendererTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KanataBehaviorRendererC0V15hyperInTapDanceyyF","regions":[[366,28,380,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C5setUpyyYaKF","regions":[[17,40,20,6,0,0,0,0],[18,32,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C8tearDownyyYaKF","regions":[[22,43,25,6,0,0,0,0],[24,35,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyF","regions":[[29,41,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSbyKXEfu_","regions":[[32,23,32,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSbyKXEfu_SbyKXEfu0_","regions":[[32,44,32,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C013testIsBundledD9AvailableyyFSSyXEfu1_","regions":[[32,64,32,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyF","regions":[[35,36,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu_","regions":[[39,24,39,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSSyXEfu0_","regions":[[39,38,39,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu1_","regions":[[41,13,41,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSbyKXEfu1_SbyKXEfu2_","regions":[[41,40,41,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetdeB0yyFSSyXEfu3_","regions":[[42,13,42,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaF","regions":[[48,60,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaFypSgyKXEfu_","regions":[[50,22,50,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C07testGetd9VersionAtb11WithInvalidB0yyYaFSSyXEfu0_","regions":[[50,31,50,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaF","regions":[[53,42,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSbyKXEfu_","regions":[[56,23,56,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSbyKXEfu_SbyKXEfu0_","regions":[[56,48,56,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C017testShouldUpgradeD0yyYaFSSyXEfu1_","regions":[[56,72,56,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaF","regions":[[61,53,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSbyKXEfu_","regions":[[66,23,66,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[66,41,66,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C018testInstallBundledD10InTestModeyyYaFSSyXEfu1_","regions":[[66,58,66,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyF","regions":[[71,37,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyFSbyKXEfu_","regions":[[75,23,75,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataBinaryInstallerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021KanataBinaryInstallerC0C04testeB10ResolutionyyFSSyXEfu0_","regions":[[75,44,75,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C5setUpyyF","regions":[[11,27,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C8tearDownyyF","regions":[[23,30,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyF","regions":[[29,44,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSiyKXEfu_","regions":[[45,37,45,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSiyKXEfu0_","regions":[[45,53,45,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C018testDetectExistingD7ConfigsyyFSSyXEfu1_","regions":[[45,56,45,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKF","regions":[[48,41,76,6,0,0,0,0],[51,98,76,6,0,0,0,0],[54,83,76,6,0,0,0,0],[61,10,76,6,0,0,0,0],[68,80,76,6,0,0,0,0],[73,12,73,29,0,0,0,0],[73,30,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu_","regions":[[65,23,65,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu0_","regions":[[65,73,65,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu1_","regions":[[69,23,69,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu2_","regions":[[69,75,69,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu3_","regions":[[70,23,70,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu4_","regions":[[70,62,70,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSbyKXEfu5_","regions":[[74,27,74,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE4CopyyyKFSSyXEfu6_","regions":[[74,80,74,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKF","regions":[[78,44,100,6,0,0,0,0],[81,98,100,6,0,0,0,0],[84,83,100,6,0,0,0,0],[91,10,100,6,0,0,0,0],[95,84,100,6,0,0,0,0],[97,79,99,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFypSgyKXEfu_","regions":[[96,25,96,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSo19NSFileAttributeTypeayKXEfu0_","regions":[[98,28,98,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSo19NSFileAttributeTypeayKXEfu1_","regions":[[98,34,98,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C011testMigrateE7SymlinkyyKFSSyXEfu2_","regions":[[98,53,98,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKF","regions":[[102,38,116,6,0,0,0,0],[106,88,116,6,0,0,0,0],[113,92,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKFSbyKXEfu_","regions":[[108,23,108,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C18testHasIncludeLineyyKFSbyKXEfu0_","regions":[[115,24,115,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKF","regions":[[118,51,137,6,0,0,0,0],[122,85,137,6,0,0,0,0],[125,95,137,6,0,0,0,0],[128,86,137,6,0,0,0,0],[134,36,136,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu_","regions":[[129,23,129,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu0_","regions":[[129,75,129,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu1_","regions":[[130,23,130,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu2_","regions":[[130,61,130,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFypSgyKXEfu3_","regions":[[133,25,133,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSbyKXEfu4_","regions":[[135,27,135,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C31testPrependIncludeLineIfMissingyyKFSSyXEfu5_","regions":[[135,75,135,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKF","regions":[[139,56,154,6,0,0,0,0],[143,88,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKFSSSgyKXEfu_","regions":[[146,30,146,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C36testPrependIncludeLineAlreadyPresentyyKFys5Error_pXEfU_","regions":[[146,101,153,10,0,0,0,0],[149,18,152,14,0,0,0,0],[152,14,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyF","regions":[[156,45,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyFSSSgyKXEfu_","regions":[[158,13,162,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataConfigMigrationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028KanataConfigMigrationServiceC0C04testF19ErrorSourceNotFoundyyFys0I0_pXEfU_","regions":[[163,11,173,10,0,0,0,0],[164,91,170,14,0,0,0,0],[165,58,167,18,0,0,0,0],[167,24,169,18,0,0,0,0],[170,20,172,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C41testBaseConfigIncludesDefaultFunctionKeysyyF","regions":[[5,54,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C50testNavigationActivatorUsesOneShotAndWrapsMappingsyyF","regions":[[12,63,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C37testChainedWindowLayerUsesOneShotExityyF","regions":[[31,50,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C43testLauncherTapModeWrapsOutputAndAddsCancelyyF","regions":[[64,56,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14makeCollection33_A753F293A70A163584C93AB994C0AD4CLL2id4name7summary8category8mappings11targetLayer18momentaryActivator13configuration0aB6AppKit04RuleI0V10Foundation4UUIDV_S2SAN04RuleI8CategoryOSayAN0A7MappingVGAN04RuleiX0OAN09MomentaryZ0VSgAN04RuleiE0OtF","regions":[[108,25,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutF","regions":[[131,7,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutFSbyKXEfu_","regions":[[133,13,133,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/KanataConfigurationGeneratorSnapshotTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036KanataConfigurationGeneratorSnapshotC0C14assertContains33_A753F293A70A163584C93AB994C0AD4CLL__4file4lineySS_SSs12StaticStringVSutFSSyXEfu0_","regions":[[134,13,134,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C5setUpyyYaKF","regions":[[10,40,13,6,0,0,0,0],[11,32,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C8tearDownyyYaKF","regions":[[15,43,18,6,0,0,0,0],[17,35,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyF","regions":[[22,26,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_","regions":[[26,13,27,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu0_","regions":[[26,36,26,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu1_","regions":[[26,64,26,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSbyKXEfu_SbyKXEfu2_","regions":[[27,20,27,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testGetStatusyyFSSyXEfu3_","regions":[[28,13,28,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testIsRegisteredViaSMAppServiceyyF","regions":[[32,44,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testIsRegisteredViaSMAppServiceyyFypSgyKXEfu_","regions":[[35,25,35,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C25testHasLegacyInstallationyyF","regions":[[38,38,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C25testHasLegacyInstallationyyFypSgyKXEfu_","regions":[[41,25,41,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C15testIsInstalledyyYaF","regions":[[44,34,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C15testIsInstalledyyYaFypSgyKXEfu_","regions":[[47,25,47,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C23testPlistExistsInBundleyyF","regions":[[52,36,65,6,0,0,0,0],[58,12,58,18,0,0,0,0],[58,19,60,10,0,0,0,0],[60,16,63,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C04testD20BinaryExistsInBundleyyF","regions":[[67,43,79,6,0,0,0,0],[72,12,72,18,0,0,0,0],[72,19,74,10,0,0,0,0],[74,16,77,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaF","regions":[[83,50,108,6,0,0,0,0],[88,36,94,10,0,0,0,0],[94,16,107,10,0,0,0,0],[96,16,99,14,0,0,0,0],[97,45,99,14,0,0,0,0],[99,70,104,14,0,0,0,0],[104,21,106,14,0,0,0,0],[106,14,107,10,0,0,0,0],[107,10,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFypSgyKXEfu_","regions":[[93,29,93,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSSyXEfu0_","regions":[[93,37,93,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSbyKXEfu1_","regions":[[101,21,101,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C31testRegistrationRequiresMacOS13yyYaFSSyXEfu2_","regions":[[102,21,102,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyF","regions":[[112,26,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu_","regions":[[113,24,113,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu0_","regions":[[113,61,113,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu1_","regions":[[114,24,114,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testConstantsyyFSSyKXEfu2_","regions":[[114,61,114,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyF","regions":[[119,26,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFyXlSgyKXEfu_","regions":[[122,28,122,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFyXlSgyKXEfu0_","regions":[[122,38,122,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/KanataDaemonManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataDaemonManagerC0C13testSingletonyyFSSyXEfu1_","regions":[[122,48,122,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyF","regions":[[15,42,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSiyKXEfu_","regions":[[23,24,23,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSiyKXEfu0_","regions":[[23,41,23,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu1_","regions":[[23,44,23,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyKXEfu2_","regions":[[24,24,24,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyKXEfu3_","regions":[[24,43,24,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu4_","regions":[[24,60,24,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSaySSGyKXEfu5_","regions":[[25,24,25,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSaySSGyKXEfu6_","regions":[[25,43,25,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseSingleSequence_BasicyyFSSyXEfu7_","regions":[[25,59,25,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyF","regions":[[28,46,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSiyKXEfu_","regions":[[36,24,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSiyKXEfu0_","regions":[[36,41,36,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSaySSGyKXEfu1_","regions":[[37,24,37,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSaySSGyKXEfu2_","regions":[[37,43,37,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C33testParseSingleSequence_ThreeKeysyyFSSyXEfu3_","regions":[[37,63,37,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyF","regions":[[42,48,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSiyKXEfu_","regions":[[51,24,51,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSiyKXEfu0_","regions":[[51,41,51,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu1_","regions":[[51,44,51,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSb0aB4Core0deF0O06ParsedJ0VXEfU_","regions":[[53,41,53,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFypSgyKXEfu2_","regions":[[54,25,54,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu3_","regions":[[54,36,54,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu4_","regions":[[55,24,55,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu5_","regions":[[55,41,55,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSb0aB4Core0deF0O06ParsedJ0VXEfU0_","regions":[[57,38,57,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFypSgyKXEfu6_","regions":[[58,25,58,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSSyXEfu7_","regions":[[58,33,58,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu8_","regions":[[59,24,59,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C35testParseMultiSequence_TwoSequencesyyFSaySSGSgyKXEfu9_","regions":[[59,38,59,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyF","regions":[[62,50,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSiyKXEfu_","regions":[[72,24,72,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSiyKXEfu0_","regions":[[72,41,72,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyXEfu1_","regions":[[72,44,72,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu2_","regions":[[73,24,73,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu3_","regions":[[73,43,73,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu4_","regions":[[74,24,74,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu5_","regions":[[74,43,74,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu6_","regions":[[75,24,75,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu7_","regions":[[75,43,75,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu8_","regions":[[76,24,76,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu9_","regions":[[76,43,76,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu10_","regions":[[77,24,77,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSSyKXEfu11_","regions":[[77,43,77,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu12_","regions":[[78,24,78,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C37testParseMultiSequence_ThreeSequencesyyFSaySSGyKXEfu13_","regions":[[78,43,78,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyF","regions":[[83,42,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSiyKXEfu_","regions":[[95,24,95,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSiyKXEfu0_","regions":[[95,41,95,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu1_","regions":[[95,44,95,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu2_","regions":[[96,23,96,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[96,42,96,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu3_","regions":[[96,74,96,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu4_","regions":[[97,23,97,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[97,42,97,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu5_","regions":[[97,71,97,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu6_","regions":[[98,23,98,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSbyKXEfu6_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[98,42,98,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseMixed_SingleAndMultiyyFSSyXEfu7_","regions":[[98,71,98,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyF","regions":[[103,38,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSiyKXEfu_","regions":[[112,24,112,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSiyKXEfu0_","regions":[[112,41,112,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyXEfu1_","regions":[[112,44,112,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyKXEfu2_","regions":[[113,24,113,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSSyKXEfu3_","regions":[[113,43,113,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSaySSGyKXEfu4_","regions":[[114,24,114,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseWithLineCommentsyyFSaySSGyKXEfu5_","regions":[[114,43,114,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyF","regions":[[117,39,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSiyKXEfu_","regions":[[129,24,129,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSiyKXEfu0_","regions":[[129,41,129,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyXEfu1_","regions":[[129,44,129,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyKXEfu2_","regions":[[130,24,130,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C26testParseWithBlockCommentsyyFSSyKXEfu3_","regions":[[130,43,130,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyF","regions":[[135,43,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSiyKXEfu_","regions":[[143,24,143,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSiyKXEfu0_","regions":[[143,41,143,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSSyXEfu1_","regions":[[143,44,143,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSaySSGyKXEfu2_","regions":[[144,24,144,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSaySSGyKXEfu3_","regions":[[144,43,144,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParseWithVariousWhitespaceyyFSSyXEfu4_","regions":[[144,59,144,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyF","regions":[[147,31,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSiyKXEfu_","regions":[[158,24,158,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSiyKXEfu0_","regions":[[158,41,158,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C18testParseMultilineyyFSSyXEfu1_","regions":[[158,44,158,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyF","regions":[[163,33,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyFSbyKXEfu_","regions":[[166,23,166,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C20testParseEmptyConfigyyFSSyXEfu0_","regions":[[166,42,166,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyF","regions":[[169,41,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyFSbyKXEfu_","regions":[[178,23,178,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C022testParseConfigWithoutE0yyFSSyXEfu0_","regions":[[178,42,178,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyF","regions":[[181,34,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyFSbyKXEfu_","regions":[[189,23,189,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C21testParseOnlyCommentsyyFSSyXEfu0_","regions":[[189,42,189,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyF","regions":[[194,37,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSiyKXEfu_","regions":[[215,24,215,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSiyKXEfu0_","regions":[[215,41,215,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSSyXEfu1_","regions":[[215,44,215,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu2_","regions":[[216,23,216,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[216,42,216,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu3_","regions":[[217,23,217,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[217,42,217,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu4_","regions":[[218,23,218,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C24testParseRealWorldConfigyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[218,42,218,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyF","regions":[[221,38,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSiyKXEfu_","regions":[[232,24,232,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSiyKXEfu0_","regions":[[232,41,232,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[234,44,234,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu1_","regions":[[235,24,235,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu2_","regions":[[235,44,235,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSSyXEfu3_","regions":[[235,69,235,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[237,42,237,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu4_","regions":[[238,24,238,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSaySSGSgyKXEfu5_","regions":[[238,42,238,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C25testParseComplexSequencesyyFSSyXEfu6_","regions":[[238,63,238,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyF","regions":[[243,42,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSiyKXEfu_","regions":[[254,24,254,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSiyKXEfu0_","regions":[[254,41,254,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSSyXEfu1_","regions":[[254,44,254,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu2_","regions":[[255,23,255,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[255,42,255,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu3_","regions":[[256,23,256,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[256,42,256,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu4_","regions":[[257,23,257,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[257,42,257,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu5_","regions":[[258,23,258,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C29testParseDifferentNameFormatsyyFSbyKXEfu5_Sb0aB4Core0deF0O14ParsedSequenceVXEfU2_","regions":[[258,42,258,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyF","regions":[[263,43,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSiyKXEfu_","regions":[[276,24,276,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSiyKXEfu0_","regions":[[276,41,276,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSSyXEfu1_","regions":[[276,44,276,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu2_","regions":[[277,23,277,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu2_Sb0aB4Core0deF0O14ParsedSequenceVXEfU_","regions":[[277,42,277,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu3_","regions":[[278,23,278,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSbyKXEfu3_Sb0aB4Core0deF0O14ParsedSequenceVXEfU0_","regions":[[278,42,278,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu4_","regions":[[279,24,279,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu4_Sb0aB4Core0deF0O14ParsedSequenceVXEfU1_","regions":[[279,40,279,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Config/KanataDefseqParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataDefseqParserC0C30testParsePreservesAllSequencesyyFSaySSGSgyKXEfu5_","regions":[[279,80,279,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF","regions":[[9,47,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[11,24,11,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA21Action_lowercasePressyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[11,32,11,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF","regions":[[14,49,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[16,24,16,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA23Action_lowercaseReleaseyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[16,32,16,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF","regions":[[19,48,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[21,24,21,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA22Action_lowercaseRepeatyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[21,32,21,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyF","regions":[[24,60,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyFypSgyKXEfu_","regions":[[27,22,27,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA34Action_capitalizedPress_notMatchedyyFSSyXEfu0_","regions":[[27,30,27,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyF","regions":[[30,62,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyFypSgyKXEfu_","regions":[[32,22,32,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA36Action_capitalizedRelease_notMatchedyyFSSyXEfu0_","regions":[[32,30,32,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF","regions":[[35,67,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[38,24,38,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[38,32,38,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA41Action_lowercasedCapitalizedPress_matchesyyFSSyXEfu1_","regions":[[38,40,38,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF","regions":[[41,69,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[43,24,43,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[43,32,43,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA43Action_lowercasedCapitalizedRelease_matchesyyFSSyXEfu1_","regions":[[43,42,43,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF","regions":[[46,68,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF0aB6AppKit0daH0OSgyKXEfu_","regions":[[48,24,48,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyF0aB6AppKit0daH0OSgyKXEfu0_","regions":[[48,32,48,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA42Action_lowercasedCapitalizedRepeat_matchesyyFSSyXEfu1_","regions":[[48,41,48,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA19Action_unknownValueyyF","regions":[[51,45,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA19Action_unknownValueyyFypSgyKXEfu_","regions":[[53,22,53,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA18Action_emptyStringyyF","regions":[[56,44,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA18Action_emptyStringyyFypSgyKXEfu_","regions":[[58,22,58,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyF","regions":[[63,50,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu_","regions":[[64,24,64,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu0_","regions":[[64,56,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu1_","regions":[[65,24,65,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu2_","regions":[[65,58,65,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu3_","regions":[[66,24,66,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019KanataEventListenerC0C04testdA24Action_rawValueRoundTripyyFSSyKXEfu4_","regions":[[66,57,66,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaF","regions":[[73,65,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaFSbyKXEfu_","regions":[[83,13,83,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA28Input_capitalizedPress_worksyyYaFSSyXEfu0_","regions":[[84,13,84,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaF","regions":[[88,67,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSbyKXEfu_","regions":[[95,23,95,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSbyKXEfu0_","regions":[[102,13,102,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capitalizedRelease_worksyyYaFSSyXEfu1_","regions":[[103,13,103,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaF","regions":[[107,67,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSbyKXEfu_","regions":[[115,13,115,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSSyXEfu0_","regions":[[116,13,116,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSbyKXEfu1_","regions":[[124,13,124,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA30Input_capslock_pressAndReleaseyyYaFSSyXEfu2_","regions":[[125,13,125,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaF","regions":[[129,55,163,6,0,0,0,0],[146,53,162,10,0,0,0,0],[162,10,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSbyKXEfu_","regions":[[151,17,151,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSSyXEfu0_","regions":[[152,17,152,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSbyKXEfu1_","regions":[[159,17,159,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataEventListenerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests047KeyboardVisualizationViewModelTCPCapitalizationC0C015testSimulateTcpA18Input_modifierKeysyyYaFSSyXEfu2_","regions":[[160,17,160,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC14registerCalledSbvpfi","regions":[[9,26,9,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC16unregisterCalledSbvpfi","regions":[[10,28,10,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC6statusADSo0eF6StatusV_tcfc","regions":[[12,56,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC8registeryyKF","regions":[[16,28,22,6,0,0,0,0],[19,12,19,59,0,0,0,0],[19,60,21,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC8registeryyKFSbyKXEfu_","regions":[[19,40,19,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16MockSMAppService33_272FB363F87A57090BD5A361039D126ELLC10unregisteryyYaKF","regions":[[24,36,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C5setUpyyYaKF","regions":[[37,40,48,6,0,0,0,0],[38,32,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C5setUpyyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[42,42,44,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C8tearDownyyYaKF","regions":[[50,43,54,6,0,0,0,0],[53,35,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKF","regions":[[56,83,84,6,0,0,0,0],[60,34,84,6,0,0,0,0],[76,16,76,21,0,0,0,0],[77,9,78,32,0,0,0,0],[79,9,80,124,0,0,0,0],[81,9,82,62,0,0,0,0],[83,10,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSbyKXEfu_","regions":[[78,27,78,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSbyKXEfu0_","regions":[[80,27,80,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStarte36_WhenNotRegistered_ShouldRegisterAndH0yyYaKFSSyXEfu1_","regions":[[80,67,80,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF","regions":[[86,58,100,6,0,0,0,0],[95,33,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[88,42,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit0dE0C0E5StateOyKXEfu_","regions":[[99,24,99,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C08testStopE17_ShouldUnregisteryyYaKF0aB6AppKit0dE0C0E5StateOyKXEfu0_","regions":[[99,31,99,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF","regions":[[102,56,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu_","regions":[[109,27,109,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu0_","regions":[[109,35,109,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu1_","regions":[[110,24,110,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C37testStatusRefresh_ShouldDetectChangesyyYaF0aB6AppKit0dE0C0E5StateOyKXEfu2_","regions":[[110,39,110,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF","regions":[[113,87,136,6,0,0,0,0],[124,12,127,10,0,0,0,0],[125,38,127,10,0,0,0,0],[127,49,133,10,0,0,0,0],[128,54,130,14,0,0,0,0],[130,20,132,14,0,0,0,0],[133,17,135,10,0,0,0,0],[135,10,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[120,42,120,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaFSbyKXEfu_","regions":[[129,31,129,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF","regions":[[138,94,170,6,0,0,0,0],[165,34,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0aB6AppKit05SMAppE8Protocol_pSScfU_","regions":[[158,42,158,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSbyKXEfu_","regions":[[168,23,168,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSSyXEfu0_","regions":[[168,51,168,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSbyKXEfu1_","regions":[[169,23,169,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKFSSyXEfu2_","regions":[[169,49,169,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C6statusSo05SMAppE6StatusVvpfi","regions":[[116,47,116,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C8registeryyKF","regions":[[117,36,117,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C050testErrorMapping_WhenRegistrationFails_ShouldThrowdeH0yyYaF14ThrowingMockSML_C10unregisteryyYaKF","regions":[[118,44,118,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C6statusSo05SMAppE6StatusVvpfi","regions":[[142,47,142,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C16unregisterCalledSbvpfi","regions":[[143,36,143,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C14registerCalledSbvpfi","regions":[[144,34,144,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C8registeryyKF","regions":[[146,36,149,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KanataServiceIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024KanataServiceIntegrationC0C09testStartE52_WhenStaleRegistration_ShouldUnregisterAndReregisteryyYaKF0J6MockSML_C10unregisteryyYaKF","regions":[[151,44,154,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyF","regions":[[16,34,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyFypSgyKXEfu_","regions":[[22,25,22,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C04testeF8CompilesyyFSbyKXEfu0_","regions":[[25,24,25,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C23testStateSnapshotMethodyyF","regions":[[28,36,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KanataViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KanataViewModelC0C23testStateSnapshotMethodyyFypSgyKXEfu_","regions":[[36,25,36,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C9makeIssue33_3338DECC1827D82946160AA6BE048107LL8category10identifier0aB10WizardCore0pI0VAJ0I8CategoryO_AH0I10IdentifierOtF","regions":[[12,22,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF","regions":[[24,55,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu_","regions":[[43,24,43,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu0_","regions":[[43,32,43,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu1_","regions":[[43,62,43,124,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu2_","regions":[[44,24,44,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu3_","regions":[[44,34,44,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu4_","regions":[[44,64,44,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu5_","regions":[[45,24,45,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyF0aB10WizardCore012InstallationF0OyKXEfu6_","regions":[[45,33,45,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C42testDriverNotRedWhenOnlyKanataServiceIssueyyFSSyXEfu7_","regions":[[45,63,45,130,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyF","regions":[[53,67,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSb0aB10WizardCore0rM0VXEfU_","regions":[[101,59,108,10,0,0,0,0],[104,13,106,14,0,0,0,0],[106,14,107,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSbyKXEfu_","regions":[[111,13,111,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSSyXEfu0_","regions":[[112,13,113,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSb0aB10WizardCore0rM0VXEfU0_","regions":[[117,49,122,10,0,0,0,0],[118,67,120,14,0,0,0,0],[120,14,121,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSbyKXEfu1_","regions":[[125,13,125,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C54testNoLaunchDaemonServicesIssueWhenOnlyKanataUnhealthyyyFSSyXEfu2_","regions":[[126,13,126,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyF","regions":[[131,59,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSb0aB10WizardCore0oL0VXEfU_","regions":[[176,47,183,10,0,0,0,0],[179,13,181,14,0,0,0,0],[181,14,182,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSbyKXEfu_","regions":[[186,13,186,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/KarabinerComponentsStatusEvaluatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests034KarabinerComponentsStatusEvaluatorC0C46testLaunchDaemonServicesIssueWhenVHIDUnhealthyyyFSSyXEfu0_","regions":[[187,13,187,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyF","regions":[[7,50,14,6,0,0,0,0],[9,46,11,10,0,0,0,0],[11,16,13,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyFSSyKXEfu_","regions":[[10,28,10,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C37testResolve_arrowLeft_returnsSFSymbolyyFSSyKXEfu0_","regions":[[10,34,10,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyF","regions":[[16,51,23,6,0,0,0,0],[18,46,20,10,0,0,0,0],[20,16,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyFSSyKXEfu_","regions":[[19,28,19,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C38testResolve_arrowRight_returnsSFSymbolyyFSSyKXEfu0_","regions":[[19,34,19,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyF","regions":[[25,45,32,6,0,0,0,0],[27,46,29,10,0,0,0,0],[29,16,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyFSSyKXEfu_","regions":[[28,28,28,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_home_returnsSFSymbolyyFSSyKXEfu0_","regions":[[28,34,28,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyF","regions":[[36,47,43,6,0,0,0,0],[38,46,40,10,0,0,0,0],[40,16,42,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyFSSyKXEfu_","regions":[[39,28,39,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C34testResolve_delete_returnsSFSymbolyyFSSyKXEfu0_","regions":[[39,34,39,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyF","regions":[[45,45,52,6,0,0,0,0],[47,46,49,10,0,0,0,0],[49,16,51,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyFSSyKXEfu_","regions":[[48,28,48,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_copy_returnsSFSymbolyyFSSyKXEfu0_","regions":[[48,34,48,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyF","regions":[[54,45,61,6,0,0,0,0],[56,46,58,10,0,0,0,0],[58,16,60,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyFSSyKXEfu_","regions":[[57,28,57,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_undo_returnsSFSymbolyyFSSyKXEfu0_","regions":[[57,34,57,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyF","regions":[[65,45,72,6,0,0,0,0],[67,46,69,10,0,0,0,0],[69,16,71,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyFSSyKXEfu_","regions":[[68,28,68,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_play_returnsSFSymbolyyFSSyKXEfu0_","regions":[[68,34,68,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyF","regions":[[74,45,81,6,0,0,0,0],[76,46,78,10,0,0,0,0],[78,16,80,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyFSSyKXEfu_","regions":[[77,28,77,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C32testResolve_mute_returnsSFSymbolyyFSSyKXEfu0_","regions":[[77,34,77,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyF","regions":[[85,46,92,6,0,0,0,0],[87,45,89,10,0,0,0,0],[89,16,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyFSSyKXEfu_","regions":[[88,28,88,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_safari_returnsAppD0yyFSSyKXEfu0_","regions":[[88,34,88,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyF","regions":[[94,48,101,6,0,0,0,0],[96,45,98,10,0,0,0,0],[98,16,100,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyFSSyKXEfu_","regions":[[97,28,97,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C031testResolve_terminal_returnsAppD0yyFSSyKXEfu0_","regions":[[97,34,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyF","regions":[[103,45,110,6,0,0,0,0],[105,45,107,10,0,0,0,0],[107,16,109,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyFSSyKXEfu_","regions":[[106,28,106,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C028testResolve_xcode_returnsAppD0yyFSSyKXEfu0_","regions":[[106,34,106,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyF","regions":[[112,46,119,6,0,0,0,0],[114,45,116,10,0,0,0,0],[116,16,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyFSSyKXEfu_","regions":[[115,28,115,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C029testResolve_vscode_returnsAppD0yyFSSyKXEfu0_","regions":[[115,34,115,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyF","regions":[[123,56,130,6,0,0,0,0],[125,42,127,10,0,0,0,0],[127,16,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyFSSyKXEfu_","regions":[[126,28,126,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C019testResolve_unknownD20_returnsTextFallbackyyFSSyKXEfu0_","regions":[[126,34,126,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyF","regions":[[132,56,139,6,0,0,0,0],[134,42,136,10,0,0,0,0],[136,16,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyFSSyKXEfu_","regions":[[135,28,135,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C43testResolve_emptyString_returnsTextFallbackyyFSSyKXEfu0_","regions":[[135,34,135,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyF","regions":[[143,57,148,6,0,0,0,0],[145,37,147,10,0,0,0,0],[147,10,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyFypSgyKXEfu_","regions":[[146,29,146,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE32_containsExpectedNavigationIconsyyFSSyXEfu0_","regions":[[146,61,146,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyF","regions":[[150,54,155,6,0,0,0,0],[152,34,154,10,0,0,0,0],[154,10,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyFypSgyKXEfu_","regions":[[153,29,153,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE29_containsExpectedEditingIconsyyFSSyXEfu0_","regions":[[153,61,153,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyF","regions":[[157,52,162,6,0,0,0,0],[159,32,161,10,0,0,0,0],[161,10,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyFypSgyKXEfu_","regions":[[160,29,160,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE27_containsExpectedMediaIconsyyFSSyXEfu0_","regions":[[160,61,160,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyF","regions":[[164,53,169,6,0,0,0,0],[166,33,168,10,0,0,0,0],[168,10,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyFypSgyKXEfu_","regions":[[167,29,167,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE28_containsExpectedSystemIconsyyFSSyXEfu0_","regions":[[167,61,167,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyF","regions":[[171,50,176,6,0,0,0,0],[173,30,175,10,0,0,0,0],[175,10,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyFypSgyKXEfu_","regions":[[174,29,174,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyIconRegistryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0a12IconRegistryC0C04testE25_containsExpectedAppIconsyyFSSyXEfu0_","regions":[[174,61,174,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaF","regions":[[9,71,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[12,77,12,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFs5Int32VyKXEfu_","regions":[[16,24,16,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFs5Int32VyKXEfu0_","regions":[[16,34,16,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFSiyKXEfu1_","regions":[[17,24,17,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC52testStatusCommandReturnsSuccessWhenSystemOperationalyyYaFSiyKXEfu2_","regions":[[17,47,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaF","regions":[[20,69,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[24,77,24,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaFs5Int32VyKXEfu_","regions":[[28,24,28,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC50testStatusCommandReturnsFailureWhenSystemHasIssuesyyYaFs5Int32VyKXEfu0_","regions":[[28,34,28,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaF","regions":[[31,65,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[34,77,34,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFs5Int32VyKXEfu_","regions":[[38,24,38,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFs5Int32VyKXEfu0_","regions":[[38,34,38,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSiyKXEfu1_","regions":[[39,24,39,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSiyKXEfu2_","regions":[[39,49,39,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSbSgyKXEfu3_","regions":[[40,24,40,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC46testUninstallCommandDelegatesToInstallerEngineyyYaFSbSgyKXEfu4_","regions":[[40,47,40,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaF","regions":[[43,75,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaF0aB6AppKit15PrivilegeBrokerVycfU_","regions":[[46,77,46,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFs5Int32VyKXEfu_","regions":[[50,24,50,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFs5Int32VyKXEfu0_","regions":[[50,34,50,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSiyKXEfu1_","regions":[[51,24,51,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSiyKXEfu2_","regions":[[51,49,51,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSbSgyKXEfu3_","regions":[[52,24,52,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8CLITestsC56testUninstallCommandPropagatesFailureAndDeleteConfigFlagyyYaFSbSgyKXEfu4_","regions":[[52,47,52,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests17makeSystemContext33_8958E7948D36B4F9631F025A71273482LL11helperReady010componentsN015servicesHealthy011permissionsN09conflicts0aB6AppKit0eF0VSb_S3bSay0aB10WizardCore0E8ConflictOGtF","regions":[[64,20,110,2,0,0,0,0],[65,62,65,70,0,0,0,0],[65,73,65,80,0,0,0,0],[82,15,91,14,0,0,0,0],[92,15,92,36,0,0,0,0],[96,15,96,97,0,0,0,0],[97,15,97,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC16inspectCallCountSivpfi","regions":[[117,41,117,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC18uninstallCallCountSivpfi","regions":[[118,43,118,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC7contextAD0aB6AppKit13SystemContextV_tcfc","regions":[[121,34,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC13inspectSystem0aB6AppKit0N7ContextVyYaF","regions":[[127,49,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC8makePlan3for7context0aB6AppKit07InstallN0VAH0S6IntentO_AH13SystemContextVtYaF","regions":[[132,93,134,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC3run6intent5using0aB6AppKit0D6ReportVAH13InstallIntentO_AH15PrivilegeBrokerVtYaF","regions":[[136,90,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/CLI/KeyPathCLITests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19InstallerEngineStub33_8958E7948D36B4F9631F025A71273482LLC9uninstall12deleteConfig5using0aB6AppKit0D6ReportVSb_AH15PrivilegeBrokerVtYaF","regions":[[140,91,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD12DescriptionsyyF","regions":[[21,43,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD19RecoverySuggestionsyyF","regions":[[38,50,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013configurationD14RecoverabilityyyF","regions":[[49,45,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD12DescriptionsyyF","regions":[[63,37,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD19RecoverySuggestionsyyF","regions":[[79,44,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07processD14RecoverabilityyyF","regions":[[88,39,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD12DescriptionsyyF","regions":[[102,40,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD19RecoverySuggestionsyyF","regions":[[115,47,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V010permissionD14RecoverabilityyyF","regions":[[125,42,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD12DescriptionsyyF","regions":[[136,36,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD19RecoverySuggestionsyyF","regions":[[148,43,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V06systemD14RecoverabilityyyF","regions":[[154,38,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD12DescriptionsyyF","regions":[[165,43,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD19RecoverySuggestionsyyF","regions":[[177,50,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V013communicationD14RecoverabilityyyF","regions":[[186,45,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V012coordinationD12DescriptionsyyF","regions":[[197,42,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V012coordinationD18DisplayPreferencesyyF","regions":[[215,48,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07loggingD12DescriptionsyyF","regions":[[228,37,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V07loggingD18DisplayPreferencesyyF","regions":[[239,43,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V23convenienceConstructorsyyF","regions":[[249,36,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V20equatableConformanceyyF","regions":[[272,33,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V21errorDisplayFilteringyyF","regions":[[294,34,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V33errorRecoverabilityClassificationyyF","regions":[[316,46,333,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V19sendableConformanceyyYaF","regions":[[338,38,349,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/KeyPathErrorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0ab5ErrorC0V19sendableConformanceyyYaFyyYacfU_","regions":[[344,29,346,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC5setUpyyF","regions":[[41,32,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC5setUpyyFSaySSGycfU_","regions":[[46,45,46,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB8TestCaseC8tearDownyyF","regions":[[49,35,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC5setUpyyYaKF","regions":[[60,45,63,6,0,0,0,0],[61,32,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC5setUpyyYaKFSaySSGycfU_","regions":[[62,45,62,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTestCase.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0aB13AsyncTestCaseC8tearDownyyYaKF","regions":[[65,48,68,6,0,0,0,0],[67,35,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC14setUpWithErroryyKF","regions":[[7,43,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC17tearDownWithErroryyKF","regions":[[11,46,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKF","regions":[[17,51,26,6,0,0,0,0],[20,42,22,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSbyKXEfu_","regions":[[21,27,21,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyXEfu0_","regions":[[21,67,21,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyKXEfu1_","regions":[[24,13,24,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testKanataManagerInitializationyyKFSSyKXEfu2_","regions":[[24,33,24,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKF","regions":[[28,42,55,6,0,0,0,0],[51,44,54,10,0,0,0,0],[54,10,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyKXEfu_","regions":[[53,28,53,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyKXEfu0_","regions":[[53,36,53,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC019testConvertToKanataA0yyKFSSyXEfu1_","regions":[[53,46,53,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKF","regions":[[57,47,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu_","regions":[[61,24,61,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu0_","regions":[[61,62,61,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu1_","regions":[[62,24,62,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu2_","regions":[[62,62,62,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu3_","regions":[[63,24,63,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu4_","regions":[[63,62,63,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu5_","regions":[[66,24,66,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu6_","regions":[[66,67,66,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu7_","regions":[[67,24,67,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu8_","regions":[[67,66,67,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu9_","regions":[[68,24,68,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu10_","regions":[[68,67,68,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu11_","regions":[[71,24,71,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu12_","regions":[[71,64,71,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu13_","regions":[[72,24,72,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu14_","regions":[[72,68,72,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu15_","regions":[[73,24,73,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu16_","regions":[[73,65,73,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu17_","regions":[[74,24,74,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu18_","regions":[[74,65,74,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu19_","regions":[[75,24,75,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu20_","regions":[[75,68,75,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu21_","regions":[[76,24,76,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu22_","regions":[[76,69,76,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu23_","regions":[[79,24,79,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu24_","regions":[[79,66,79,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu25_","regions":[[80,24,80,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConvertToKanataSequenceyyKFSSyKXEfu26_","regions":[[80,64,80,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKF","regions":[[83,44,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu_","regions":[[89,23,89,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu0_","regions":[[90,23,90,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu1_","regions":[[91,23,91,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu2_","regions":[[92,23,92,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu3_","regions":[[93,23,93,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu4_","regions":[[93,46,93,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu5_","regions":[[94,23,94,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu6_","regions":[[94,47,94,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu7_","regions":[[95,23,95,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu8_","regions":[[96,23,96,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu9_","regions":[[97,23,97,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu10_","regions":[[97,48,97,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu11_","regions":[[98,23,98,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu12_","regions":[[98,48,98,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu13_","regions":[[99,23,99,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSSyXEfu14_","regions":[[99,62,99,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testGenerateKanataConfigyyKFSbyKXEfu15_","regions":[[102,24,102,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKF","regions":[[105,54,122,6,0,0,0,0],[113,73,121,10,0,0,0,0],[121,10,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu_","regions":[[117,27,117,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu0_","regions":[[118,27,118,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu1_","regions":[[119,27,119,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testGenerateKanataConfigVariationsyyKFSbyKXEfu2_","regions":[[120,27,120,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKF","regions":[[124,40,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSiyKXEfu_","regions":[[132,24,132,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSiyKXEfu0_","regions":[[132,36,132,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSSyXEfu1_","regions":[[132,49,132,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu2_","regions":[[135,23,135,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu3_","regions":[[136,23,136,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu4_","regions":[[137,23,137,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu5_","regions":[[140,24,140,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testConfigValidationyyKFSbyKXEfu6_","regions":[[141,24,141,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testKeyboardCaptureInitializationyyKF","regions":[[146,53,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testKeyboardCaptureInitializationyyKFypSgyKXEfu_","regions":[[150,25,150,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKF","regions":[[154,39,177,6,0,0,0,0],[173,46,176,10,0,0,0,0],[176,10,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyKXEfu_","regions":[[175,28,175,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyKXEfu0_","regions":[[175,36,175,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA12CodeToStringyyKFSSyXEfu1_","regions":[[175,46,175,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKF","regions":[[181,54,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu_","regions":[[189,23,189,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu0_","regions":[[190,23,190,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSbyKXEfu1_","regions":[[191,23,191,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu2_","regions":[[197,24,197,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu3_","regions":[[197,34,197,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu4_","regions":[[198,24,198,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC34testKanataManagerConfigIntegrationyyKFSSyKXEfu5_","regions":[[198,35,198,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testConfigGenerationPerformanceyyKF","regions":[[203,51,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testConfigGenerationPerformanceyyKFyyXEfU_","regions":[[204,17,211,10,0,0,0,0],[205,32,210,14,0,0,0,0],[206,42,206,48,0,0,0,0],[206,51,206,58,0,0,0,0],[207,43,207,51,0,0,0,0],[207,54,207,62,0,0,0,0],[210,14,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA21ConversionPerformanceyyKF","regions":[[214,48,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC04testA21ConversionPerformanceyyKFyyXEfU_","regions":[[219,17,226,10,0,0,0,0],[220,33,225,14,0,0,0,0],[221,37,224,18,0,0,0,0],[224,18,225,14,0,0,0,0],[225,14,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKF","regions":[[231,44,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu_","regions":[[235,23,235,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu0_","regions":[[236,23,236,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu1_","regions":[[241,23,241,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testInvalidInputHandlingyyKFSbyKXEfu2_","regions":[[242,23,242,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKF","regions":[[245,52,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKFSbyKXEfu_","regions":[[252,23,252,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC32testKeyboardCaptureAccessibilityyyKFSbyKXEfu_SbyKXEfu0_","regions":[[252,49,252,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoStartInitializationyyKF","regions":[[257,47,266,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoStartInitializationyyKFypSgyKXEfu_","regions":[[262,25,262,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC19testCleanupFunctionyyYaKF","regions":[[268,45,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC19testCleanupFunctionyyYaKFSbyKXEfu_","regions":[[275,23,275,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testDaemonManagementyyYaKF","regions":[[278,46,292,6,0,0,0,0],[289,12,289,36,0,0,0,0],[289,37,291,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testDaemonManagementyyYaKFSbyKXEfu_","regions":[[290,28,290,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKF","regions":[[294,52,316,6,0,0,0,0],[301,12,301,34,0,0,0,0],[301,35,315,10,0,0,0,0],[304,46,306,14,0,0,0,0],[306,20,314,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu_","regions":[[305,32,305,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu0_","regions":[[311,21,311,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[311,57,311,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testAutoStartErrorHandlingyyYaKFSSyXEfu2_","regions":[[312,21,312,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKF","regions":[[320,49,330,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu_","regions":[[329,24,329,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu0_","regions":[[329,45,329,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testCompleteInstallationCheckyyKFSbyKXEfu0_SbyKXEfu1_","regions":[[329,61,329,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKF","regions":[[332,50,350,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKFSbyKXEfu_","regions":[[348,13,348,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC30testInstallationStatusMessagesyyKFSSyXEfu0_","regions":[[348,45,348,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKF","regions":[[352,53,374,6,0,0,0,0],[359,12,363,10,0,0,0,0],[360,81,363,10,0,0,0,0],[363,17,373,10,0,0,0,0],[373,10,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu_","regions":[[362,27,362,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_","regions":[[367,17,370,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[367,56,367,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu2_","regions":[[368,24,368,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu3_","regions":[[368,67,368,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu4_","regions":[[369,24,369,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu5_","regions":[[369,65,369,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSbyKXEfu0_SbyKXEfu6_","regions":[[370,24,370,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testAutoReloadFunctionalityyyYaKFSSyXEfu7_","regions":[[371,17,371,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKF","regions":[[376,50,397,6,0,0,0,0],[390,12,392,10,0,0,0,0],[391,81,392,10,0,0,0,0],[392,17,396,10,0,0,0,0],[396,10,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu_","regions":[[384,23,384,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu0_","regions":[[384,69,384,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu1_","regions":[[385,23,385,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu2_","regions":[[385,62,385,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu3_","regions":[[386,23,386,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu4_","regions":[[386,46,386,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSbyKXEfu5_","regions":[[387,23,387,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFSSyXEfu6_","regions":[[387,48,387,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testSeamlessConfigSavingyyYaKFypSgyKXEfu7_","regions":[[395,29,395,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKF","regions":[[399,54,427,6,0,0,0,0],[403,12,403,44,0,0,0,0],[403,45,426,10,0,0,0,0],[405,16,405,38,0,0,0,0],[405,39,414,14,0,0,0,0],[408,50,413,18,0,0,0,0],[416,16,416,45,0,0,0,0],[416,46,425,14,0,0,0,0],[419,50,424,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu_","regions":[[410,25,410,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[410,79,410,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSSyXEfu1_","regions":[[411,25,411,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu2_","regions":[[421,25,421,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[421,59,421,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC28testErrorMessagesForNewUsersyyYaKFSSyXEfu4_","regions":[[422,25,422,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKF","regions":[[429,51,448,6,0,0,0,0],[436,12,436,34,0,0,0,0],[436,35,438,10,0,0,0,0],[438,19,438,41,0,0,0,0],[438,42,440,10,0,0,0,0],[443,42,447,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu_","regions":[[437,27,437,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu0_","regions":[[437,58,437,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu1_","regions":[[439,27,439,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu2_","regions":[[439,60,439,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu3_","regions":[[444,28,444,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu4_","regions":[[444,57,444,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu5_","regions":[[445,28,445,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu6_","regions":[[445,53,445,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSbyKXEfu7_","regions":[[446,28,446,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC31testTransparentKanataManagementyyKFSSyXEfu8_","regions":[[446,70,446,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKF","regions":[[452,46,473,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu_","regions":[[462,25,462,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu0_","regions":[[463,25,463,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFypSgyKXEfu1_","regions":[[464,25,464,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu2_","regions":[[468,24,468,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSSyXEfu3_","regions":[[468,40,468,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_","regions":[[470,13,470,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_SbyKXEfu5_","regions":[[470,39,470,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSbyKXEfu4_SbyKXEfu6_","regions":[[470,68,470,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC26testInstallationWizardFlowyyKFSSyXEfu7_","regions":[[471,13,471,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKF","regions":[[477,53,499,6,0,0,0,0],[483,32,485,10,0,0,0,0],[485,10,499,6,0,0,0,0],[493,12,493,40,0,0,0,0],[493,41,498,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFypSgyKXEfu_","regions":[[490,25,490,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFSbyKXEfu0_","regions":[[495,17,495,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC33testLaunchDaemonRootConfigurationyyKFSSyXEfu1_","regions":[[496,17,496,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKF","regions":[[501,55,530,6,0,0,0,0],[508,12,508,43,0,0,0,0],[508,44,521,10,0,0,0,0],[521,16,529,10,0,0,0,0],[523,46,528,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu_","regions":[[514,27,514,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSSyXEfu0_","regions":[[514,33,514,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu1_","regions":[[525,21,525,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[525,50,525,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testRootPrivilegeVerificationyyYaKFSSyXEfu3_","regions":[[526,21,526,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKF","regions":[[532,45,550,6,0,0,0,0],[542,12,542,24,0,0,0,0],[542,25,545,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSbyKXEfu_","regions":[[544,27,544,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSSyXEfu0_","regions":[[544,50,544,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSbyKXEfu1_","regions":[[549,23,549,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC25testAutomatedRootHandlingyyKFSSyXEfu2_","regions":[[549,29,549,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKF","regions":[[554,50,572,6,0,0,0,0],[557,12,563,10,0,0,0,0],[559,53,563,10,0,0,0,0],[563,17,571,10,0,0,0,0],[571,10,572,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu_","regions":[[562,27,562,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSSyXEfu0_","regions":[[562,33,562,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_","regions":[[567,17,568,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[567,49,567,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu3_","regions":[[568,24,568,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSbyKXEfu1_SbyKXEfu4_","regions":[[568,59,568,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC24testResetToDefaultConfigyyYaKFSSyXEfu5_","regions":[[569,17,569,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKF","regions":[[574,49,584,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFypSgyKXEfu_","regions":[[579,25,579,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSSyXEfu0_","regions":[[579,34,579,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSbyKXEfu1_","regions":[[583,23,583,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC29testAutoStopContinuousCaptureyyKFSSyXEfu2_","regions":[[583,29,583,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKF","regions":[[586,64,609,6,0,0,0,0],[599,12,599,26,0,0,0,0],[599,27,608,10,0,0,0,0],[601,46,607,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu_","regions":[[594,13,594,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu_SbyKXEfu0_","regions":[[594,38,594,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSSyXEfu1_","regions":[[595,13,595,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_","regions":[[603,21,604,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu3_","regions":[[603,53,603,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu4_","regions":[[604,28,604,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSbyKXEfu2_SbyKXEfu5_","regions":[[604,55,604,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC38testInputMonitoringPermissionDetectionyyYaKFSSyXEfu6_","regions":[[605,21,605,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKF","regions":[[611,47,627,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyKXEfu_","regions":[[616,13,616,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyKXEfu0_","regions":[[616,33,616,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu1_","regions":[[617,13,617,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSbyKXEfu2_","regions":[[625,23,625,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu3_","regions":[[625,50,625,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSbyKXEfu4_","regions":[[626,23,626,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC27testConfigurationManagementyyKFSSyXEfu5_","regions":[[626,50,626,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKF","regions":[[629,40,641,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu_","regions":[[634,23,634,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu0_","regions":[[634,29,634,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu1_","regions":[[637,23,637,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu2_","regions":[[637,29,637,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSbyKXEfu3_","regions":[[640,23,640,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testNativeUIElementsyyKFSSyXEfu4_","regions":[[640,29,640,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKF","regions":[[643,40,654,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSbyKXEfu_","regions":[[650,23,650,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSSyXEfu0_","regions":[[650,29,650,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSbyKXEfu1_","regions":[[653,23,653,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC20testButtonIconStatesyyKFSSyXEfu2_","regions":[[653,29,653,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKF","regions":[[656,36,664,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSbyKXEfu_","regions":[[660,23,660,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSSyXEfu0_","regions":[[660,29,660,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSbyKXEfu1_","regions":[[663,23,663,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC16testWindowSizingyyKFSSyXEfu2_","regions":[[663,29,663,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKF","regions":[[666,41,673,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSbyKXEfu_","regions":[[669,23,669,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSSyXEfu0_","regions":[[669,29,669,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSbyKXEfu1_","regions":[[672,23,672,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTestsAAC21testLeftAlignedHeaderyyKFSSyXEfu2_","regions":[[672,29,672,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC0aB5TestsE15keyCodeToStringySSs5Int64VF","regions":[[680,54,699,6,0,0,0,0],[694,42,696,10,0,0,0,0],[696,16,698,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyPathTests.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit15KeyboardCaptureC0aB5TestsE27hasAccessibilityPermissionsSbyF","regions":[[701,48,703,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C7capture0aB6AppKit0dE0Cvg","regions":[[10,41,10,48,0,0,0,0]]},{"branches":[],"count":22,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C21receivedNotificationsSay10Foundation12NotificationVGvpfi","regions":[[11,49,11,51,22,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C5setUpyyF","regions":[[13,27,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0CfD","regions":[[25,12,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C20notificationReceived33_7F15D879B266FD0212019990B9196437LLyy10Foundation12NotificationVF","regions":[[29,75,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKF","regions":[[35,53,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFypSgyKXEfu_","regions":[[36,25,36,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSbyKXEfu0_","regions":[[38,19,38,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSbyKXEfu0_SbyKXEfu1_","regions":[[38,45,38,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE14InitializationyyKFSSyXEfu2_","regions":[[38,70,38,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKF","regions":[[43,46,65,6,0,0,0,0],[61,46,64,10,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyKXEfu_","regions":[[63,28,63,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyKXEfu0_","regions":[[63,36,63,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA19CodeToStringMappingyyKFSSyXEfu1_","regions":[[63,46,63,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKF","regions":[[67,45,77,6,0,0,0,0],[71,40,76,10,0,0,0,0],[76,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyKXEfu_","regions":[[74,17,74,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyKXEfu0_","regions":[[74,25,74,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C011testUnknownA11CodeMappingyyKFSSyXEfu1_","regions":[[74,42,74,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKF","regions":[[79,40,92,6,0,0,0,0],[88,46,91,10,0,0,0,0],[91,10,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyKXEfu_","regions":[[90,28,90,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyKXEfu0_","regions":[[90,36,90,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA13CodeEdgeCasesyyKFSSyXEfu1_","regions":[[90,46,90,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKF","regions":[[96,52,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSbyKXEfu_","regions":[[99,23,99,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSbyKXEfu_SbyKXEfu0_","regions":[[99,49,99,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testAccessibilityPermissionCheckyyKFSSyXEfu1_","regions":[[99,74,99,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKF","regions":[[102,51,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKFSbyKXEfu_","regions":[[107,23,107,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C31testPermissionRequestExplicitlyyyKFSSyXEfu0_","regions":[[107,29,107,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKF","regions":[[112,49,149,6,0,0,0,0],[124,12,124,60,0,0,0,0],[124,61,136,10,0,0,0,0],[136,16,144,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFySScfU_","regions":[[118,30,121,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFyyYbScMYccfU0_","regions":[[126,67,128,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu_","regions":[[132,28,132,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu0_","regions":[[132,57,132,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu1_","regions":[[132,60,132,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyKXEfu2_","regions":[[133,28,133,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyKXEfu3_","regions":[[133,68,133,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu4_","regions":[[134,28,134,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSiyKXEfu5_","regions":[[134,48,134,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu6_","regions":[[134,51,134,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSbyKXEfu7_","regions":[[135,27,135,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu8_","regions":[[135,63,135,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFyyYbScMYccfU1_","regions":[[139,67,141,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSbyKXEfu9_","regions":[[148,23,148,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C010testSingleaE9LifecycleyyKFSSyXEfu10_","regions":[[148,29,148,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKF","regions":[[151,50,200,6,0,0,0,0],[174,12,174,27,0,0,0,0],[174,28,189,10,0,0,0,0],[183,16,183,46,0,0,0,0],[183,47,186,14,0,0,0,0],[186,20,188,14,0,0,0,0],[189,16,195,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyycfU_","regions":[[159,27,165,10,0,0,0,0],[162,36,162,46,0,0,0,0],[162,46,165,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFySScfU0_","regions":[[168,40,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyyYbScMYccfU1_","regions":[[175,67,177,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu_","regions":[[181,28,181,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu0_","regions":[[181,48,181,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu1_","regions":[[181,51,181,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSbyKXEfu2_","regions":[[182,27,182,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu3_","regions":[[182,67,182,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu4_","regions":[[185,21,185,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu5_","regions":[[185,50,185,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu6_","regions":[[185,53,185,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu7_","regions":[[187,32,187,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSiyKXEfu8_","regions":[[187,61,187,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu9_","regions":[[187,64,187,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFyyYbScMYccfU2_","regions":[[190,67,192,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSbyKXEfu10_","regions":[[199,23,199,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE9LifecycleyyKFSSyXEfu11_","regions":[[199,29,199,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKF","regions":[[202,45,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFySScfU_","regions":[[206,30,208,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFySScfU0_","regions":[[211,30,213,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFSbyKXEfu_","regions":[[220,23,220,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE14AlreadyRunningyyKFSSyXEfu0_","regions":[[220,29,220,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKF","regions":[[223,49,228,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKFSbyKXEfu_","regions":[[227,23,227,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08testStopE14WhenNotRunningyyKFSSyXEfu0_","regions":[[227,29,227,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKF","regions":[[232,52,255,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFyycfU_","regions":[[237,42,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFyyYbScMYccfU0_","regions":[[244,63,248,10,0,0,0,0],[245,16,245,35,0,0,0,0],[245,36,247,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFSbyKXEfu_","regions":[[254,23,254,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C32testEmergencyMonitoringLifecycleyyKFSSyXEfu0_","regions":[[254,29,254,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKF","regions":[[257,57,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFyycfU_","regions":[[261,42,263,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFyycfU0_","regions":[[266,42,268,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFSbyKXEfu_","regions":[[273,23,273,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C37testEmergencyMonitoringAlreadyRunningyyKFSSyXEfu0_","regions":[[273,29,273,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKF","regions":[[276,61,281,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKFSbyKXEfu_","regions":[[280,23,280,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C41testStopEmergencyMonitoringWhenNotRunningyyKFSSyXEfu0_","regions":[[280,29,280,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKF","regions":[[285,53,316,6,0,0,0,0],[304,12,304,62,0,0,0,0],[304,63,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_","regions":[[291,30,295,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SbyKXEfu_","regions":[[293,27,293,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SSyXEfu0_","regions":[[293,51,293,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SbyKXEfu1_","regions":[[294,27,294,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFySScfU_SSyXEfu2_","regions":[[294,55,294,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFyyYbScMYccfU0_","regions":[[297,63,299,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSbyKXEfu_","regions":[[304,47,304,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSiyKXEfu0_","regions":[[306,17,306,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSiyKXEfu1_","regions":[[306,46,306,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu2_","regions":[[306,49,306,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyKXEfu3_","regions":[[310,28,310,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyKXEfu4_","regions":[[310,56,310,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFypSgyKXEfu5_","regions":[[313,29,313,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu6_","regions":[[313,39,313,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSbyKXEfu7_","regions":[[314,27,314,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C33testPermissionNotificationContentyyKFSSyXEfu8_","regions":[[314,58,314,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKF","regions":[[318,63,340,6,0,0,0,0],[333,12,333,62,0,0,0,0],[333,63,339,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_","regions":[[323,40,325,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_SbyKXEfu_","regions":[[324,27,324,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFySScfU_SSyXEfu0_","regions":[[324,51,324,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFyyYbScMYccfU0_","regions":[[327,63,329,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu_","regions":[[333,47,333,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu0_","regions":[[334,28,334,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSSyXEfu1_","regions":[[334,59,334,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSbyKXEfu2_","regions":[[338,27,338,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C014testContinuousE22PermissionNotificationyyKFSSyXEfu3_","regions":[[338,58,338,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKF","regions":[[344,42,363,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFySScfU_","regions":[[349,40,351,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFyyYbScMYccfU0_","regions":[[355,63,359,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFSbyKXEfu_","regions":[[362,23,362,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C22testPauseTimerBehavioryyKFSSyXEfu0_","regions":[[362,29,362,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKF","regions":[[367,53,390,6,0,0,0,0],[371,12,382,10,0,0,0,0],[382,10,390,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFypSgyKXEfu_","regions":[[375,29,375,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFSSyXEfu0_","regions":[[375,42,375,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFySScfU_","regions":[[377,39,377,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFyycfU0_","regions":[[380,51,380,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFypSgyKXEfu1_","regions":[[389,22,389,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C026testMemoryManagementDuringE0yyKFSSyXEfu2_","regions":[[389,35,389,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKF","regions":[[394,47,405,6,0,0,0,0],[399,26,402,10,0,0,0,0],[402,10,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFySScfU_","regions":[[400,34,400,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFSbyKXEfu_","regions":[[404,23,404,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C27testEventTapCreationFailureyyKFSSyXEfu0_","regions":[[404,29,404,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKF","regions":[[407,45,439,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFyycfU_","regions":[[412,27,418,10,0,0,0,0],[415,36,415,46,0,0,0,0],[415,46,418,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFySScfU0_","regions":[[421,30,427,10,0,0,0,0],[423,16,423,36,0,0,0,0],[423,37,425,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFySScfU0_SSyXEfu_","regions":[[424,28,424,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFyyYbScMYccfU1_","regions":[[431,63,433,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFSbyKXEfu_","regions":[[438,23,438,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C25testCallbackErrorHandlingyyKFSSyXEfu0_","regions":[[438,29,438,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKF","regions":[[443,61,484,6,0,0,0,0],[479,38,483,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFyycfU_","regions":[[452,27,458,10,0,0,0,0],[455,36,455,46,0,0,0,0],[455,46,458,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_","regions":[[460,30,468,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_SbyKXEfu_","regions":[[465,28,465,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFySScfU0_SSyXEfu0_","regions":[[465,50,465,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFyyYbScMYccfU1_","regions":[[471,63,473,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFSbyKXEfu_","regions":[[482,28,482,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testdE22WithRuntimeCoordinatoryyKFSSyXEfu0_","regions":[[482,47,482,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA22CodeMappingPerformanceyyKF","regions":[[488,49,496,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA22CodeMappingPerformanceyyKFyyXEfU_","regions":[[491,17,495,10,0,0,0,0],[492,41,494,14,0,0,0,0],[494,14,495,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKF","regions":[[498,51,505,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKFyyXEfU_","regions":[[499,17,504,10,0,0,0,0],[500,32,503,14,0,0,0,0],[503,14,504,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testE20LifecyclePerformanceyyKFyyXEfU_ySScfU_","regions":[[501,38,501,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VF","regions":[[509,53,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VFSbyKXEfu_","regions":[[513,24,513,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C08simulateA5Press33_7F15D879B266FD0212019990B9196437LLyys5Int64VFSSyXEfu0_","regions":[[513,41,513,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeyboardCaptureTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeyboardCaptureC0C04testA11CodeMapping33_7F15D879B266FD0212019990B9196437LLySSs5Int64VF","regions":[[521,65,524,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA18PressAddsToPressedyyYaF","regions":[[9,47,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA18PressAddsToPressedyyYaFSbyKXEfu_","regions":[[16,23,16,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaF","regions":[[19,54,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaFSbyKXEfu_","regions":[[24,23,24,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C07testTcpA25ReleaseRemovesFromPressedyyYaFSbyKXEfu0_","regions":[[28,24,28,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaF","regions":[[31,52,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaFSbyKXEfu_","regions":[[43,23,43,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testMultipleModifiersCanBePressedyyYaFSbyKXEfu0_","regions":[[44,23,44,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaF","regions":[[47,51,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaFSbyKXEfu_","regions":[[61,23,61,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testReleaseOneModifierKeepsOtheryyYaFSbyKXEfu0_","regions":[[62,24,62,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaF","regions":[[65,63,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFSSSgyKXEfu_","regions":[[73,24,73,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFSSSgyKXEfu0_","regions":[[73,50,73,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testHoldActivatedSetsLabelAndClearsOnReleaseyyYaFypSgyKXEfu1_","regions":[[79,22,79,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaF","regions":[[82,60,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaFSbyKXEfu_","regions":[[86,24,86,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C41testKanataConnectedStateUpdatesOnTcpInputyyYaFSbyKXEfu0_","regions":[[92,23,92,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaF","regions":[[95,63,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaFSbyKXEfu_","regions":[[99,24,99,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testKanataConnectedStateUpdatesOnLayerChangeyyYaFSbyKXEfu0_","regions":[[105,23,105,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaF","regions":[[108,45,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSbyKXEfu_","regions":[[116,13,116,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSSyXEfu0_","regions":[[117,13,117,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSbyKXEfu1_","regions":[[120,13,120,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C012testCapslockA11CodeMappingyyYaFSSyXEfu2_","regions":[[121,13,121,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaF","regions":[[125,51,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaFSbyKXEfu_","regions":[[133,13,133,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C32testCapslockAlternateNameMappingyyYaFSSyXEfu0_","regions":[[134,13,134,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyF","regions":[[140,41,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFypSgyKXEfu_","regions":[[144,25,144,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFSSSgyKXEfu0_","regions":[[145,24,145,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoLaunchyyFSSSgyKXEfu1_","regions":[[145,53,145,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyF","regions":[[148,41,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFypSgyKXEfu_","regions":[[152,25,152,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu0_","regions":[[153,24,153,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu1_","regions":[[153,56,153,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu2_","regions":[[154,24,154,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C28testExtractPushMsgInfoSystemyyFSSSgyKXEfu3_","regions":[[154,46,154,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C46testExtractPushMsgInfoReturnsNilForNonMatchingyyF","regions":[[157,59,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C46testExtractPushMsgInfoReturnsNilForNonMatchingyyFypSgyKXEfu_","regions":[[160,22,160,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyF","regions":[[163,43,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyFSSSgyKXEfu_","regions":[[166,24,166,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C30testExtractAppLaunchIdentifieryyFSSSgyKXEfu0_","regions":[[166,32,166,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyF","regions":[[169,55,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyFSSSgyKXEfu_","regions":[[172,24,172,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testExtractAppLaunchIdentifierWithBundleIdyyFSSSgyKXEfu0_","regions":[[172,32,172,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C046testExtractAppLaunchIdentifierReturnsNilForNonK0yyF","regions":[[175,65,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C046testExtractAppLaunchIdentifierReturnsNilForNonK0yyFypSgyKXEfu_","regions":[[178,22,178,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyF","regions":[[181,37,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyFSSSgyKXEfu_","regions":[[184,24,184,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C24testExtractUrlIdentifieryyFSSSgyKXEfu0_","regions":[[184,32,184,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyF","regions":[[187,46,191,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyFSSSgyKXEfu_","regions":[[190,24,190,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testExtractUrlIdentifierWithHttpsyyFSSSgyKXEfu0_","regions":[[190,32,190,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testExtractUrlIdentifierReturnsNilForNonOpenyyF","regions":[[193,57,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C44testExtractUrlIdentifierReturnsNilForNonOpenyyFypSgyKXEfu_","regions":[[196,22,196,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaF","regions":[[201,51,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu_","regions":[[214,23,214,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu0_","regions":[[214,47,214,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu1_","regions":[[215,23,215,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu2_","regions":[[215,48,215,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu3_","regions":[[216,23,216,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu4_","regions":[[216,48,216,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSbyKXEfu5_","regions":[[217,23,217,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA15CodesOnNavLayeryyYaFSSyXEfu6_","regions":[[217,48,217,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaF","regions":[[220,52,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu_","regions":[[227,24,227,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu0_","regions":[[228,24,228,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu1_","regions":[[229,24,229,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C014testEmphasizedA16CodesOnBaseLayeryyYaFSbyKXEfu2_","regions":[[230,24,230,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyF","regions":[[233,49,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu_","regions":[[235,24,235,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu0_","regions":[[235,81,235,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu1_","regions":[[236,24,236,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu2_","regions":[[236,81,236,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu3_","regions":[[237,24,237,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu4_","regions":[[237,81,237,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu5_","regions":[[238,24,238,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu6_","regions":[[238,81,238,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu7_","regions":[[239,24,239,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu8_","regions":[[239,85,239,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu9_","regions":[[240,24,240,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu10_","regions":[[240,84,240,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu11_","regions":[[241,24,241,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFs6UInt16VSgyKXEfu12_","regions":[[241,88,241,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17CodeMapsCorrectlyyyFypSgyKXEfu13_","regions":[[242,22,242,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyF","regions":[[245,51,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu_","regions":[[246,24,246,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu0_","regions":[[246,84,246,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu1_","regions":[[247,24,247,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu2_","regions":[[247,86,247,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu3_","regions":[[248,24,248,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu4_","regions":[[248,84,248,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu5_","regions":[[249,24,249,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu6_","regions":[[249,83,249,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu7_","regions":[[250,24,250,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu8_","regions":[[250,88,250,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu9_","regions":[[251,24,251,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu10_","regions":[[251,84,251,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu11_","regions":[[252,24,252,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu12_","regions":[[252,84,252,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu13_","regions":[[253,24,253,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA19Code_navigationKeysyyFs6UInt16VSgyKXEfu14_","regions":[[253,86,253,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyF","regions":[[256,57,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu_","regions":[[257,24,257,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu0_","regions":[[257,83,257,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu1_","regions":[[258,24,258,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu2_","regions":[[258,83,258,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu3_","regions":[[259,24,259,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu4_","regions":[[259,83,259,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu5_","regions":[[260,24,260,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu6_","regions":[[260,83,260,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu7_","regions":[[261,24,261,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu8_","regions":[[261,83,261,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu9_","regions":[[262,24,262,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu10_","regions":[[262,83,262,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu11_","regions":[[263,24,263,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA25Code_extendedFunctionKeysyyFs6UInt16VSgyKXEfu12_","regions":[[263,83,263,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyF","regions":[[266,49,269,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu_","regions":[[267,24,267,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu0_","regions":[[267,89,267,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu1_","regions":[[268,24,268,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C016testKanataNameToA17Code_rightControlyyFs6UInt16VSgyKXEfu2_","regions":[[268,84,268,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaF","regions":[[273,58,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu_","regions":[[282,13,282,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu0_","regions":[[283,13,283,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu1_","regions":[[292,13,292,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu2_","regions":[[293,13,293,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSbyKXEfu3_","regions":[[298,13,298,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C39testCapslockSuppressesEscFromLightingUpyyYaFSSyXEfu4_","regions":[[299,13,299,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaF","regions":[[303,61,315,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaFSbyKXEfu_","regions":[[312,13,312,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C42testEscWorksNormallyWhenCapslockNotPressedyyYaFSSyXEfu0_","regions":[[313,13,313,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaF","regions":[[317,52,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaFSbyKXEfu_","regions":[[332,13,332,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C33testEscWorksAfterCapslockReleasedyyYaFSSyXEfu0_","regions":[[333,13,333,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaF","regions":[[337,66,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSbyKXEfu_","regions":[[350,23,350,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSSyXEfu0_","regions":[[350,47,350,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSbyKXEfu1_","regions":[[351,24,351,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C020testEffectivePressedA24CodesShowsCapslockNotEscyyYaFSSyXEfu2_","regions":[[351,48,351,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaF","regions":[[356,54,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSbyKXEfu_","regions":[[372,13,372,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSSyXEfu0_","regions":[[373,13,373,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSbyKXEfu1_","regions":[[376,13,376,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C35testTapActivatedPopulatesDynamicMapyyYaFSSyXEfu2_","regions":[[377,13,377,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaF","regions":[[381,51,404,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSbyKXEfu_","regions":[[397,13,397,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSSyXEfu0_","regions":[[398,13,398,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSbyKXEfu1_","regions":[[401,13,401,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C029testTapActivatedWithDifferentA0yyYaFSSyXEfu2_","regions":[[402,13,402,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaF","regions":[[406,62,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaFSbyKXEfu_","regions":[[417,23,417,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C43testTapActivatedWithEmptyActionDoesNotCrashyyYaFSSyXEfu0_","regions":[[417,62,417,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaF","regions":[[420,61,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaFSbyKXEfu_","regions":[[431,23,431,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C027testTapActivatedWithUnknownA12DoesNotCrashyyYaFSSyXEfu0_","regions":[[431,63,431,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyF","regions":[[436,56,441,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyFSbyKXEfu_","regions":[[440,23,440,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C033testIsLauncherModeActiveWhenLayeriJ0yyFSSyXEfu0_","regions":[[440,55,440,112,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyF","regions":[[443,54,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyFSbyKXEfu_","regions":[[447,23,447,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C024testIsLauncherModeActiveI15CaseInsensitiveyyFSSyXEfu0_","regions":[[447,55,447,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyF","regions":[[450,51,455,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyFSbyKXEfu_","regions":[[454,24,454,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C38testIsLauncherModeInactiveForBaseLayeryyFSSyXEfu0_","regions":[[454,56,454,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyF","regions":[[457,50,462,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyFSbyKXEfu_","regions":[[461,24,461,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C37testIsLauncherModeInactiveForNavLayeryyFSSyXEfu0_","regions":[[461,56,461,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyF","regions":[[464,47,468,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyFSbyKXEfu_","regions":[[467,23,467,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C34testLauncherMappingsEmptyByDefaultyyFSSyXEfu0_","regions":[[467,59,467,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaF","regions":[[470,69,481,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaFSbyKXEfu_","regions":[[480,23,480,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C038testLauncherMappingsClearedWhenExitingI4ModeyyYaFSSyXEfu0_","regions":[[480,59,480,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyF","regions":[[485,49,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyFypSgyKXEfu_","regions":[[487,22,487,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA18CodeIsNilByDefaultyyFSSyXEfu0_","regions":[[487,52,487,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyF","regions":[[490,43,498,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFs6UInt16VSgyKXEfu_","regions":[[494,24,494,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFs6UInt16VSgyKXEfu0_","regions":[[494,54,494,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C015testHoveredRuleA12CodeCanBeSetyyFypSgyKXEfu1_","regions":[[497,22,497,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyF","regions":[[502,50,514,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[504,24,504,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[504,68,504,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[505,24,505,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[505,68,505,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[506,24,506,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[506,68,506,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[507,24,507,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[507,68,507,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[508,24,508,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[508,68,508,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[509,24,509,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[509,68,509,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[510,24,510,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[510,68,510,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[511,24,511,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[511,68,511,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[512,24,512,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[512,68,512,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[513,24,513,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA30CodeForQwertyLabel_homeRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[513,68,513,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyF","regions":[[516,49,528,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[518,24,518,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[518,68,518,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[519,24,519,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[519,68,519,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[520,24,520,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[520,68,520,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[521,24,521,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[521,68,521,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[522,24,522,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[522,68,522,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[523,24,523,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[523,68,523,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[524,24,524,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[524,68,524,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[525,24,525,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[525,68,525,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[526,24,526,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[526,68,526,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[527,24,527,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA29CodeForQwertyLabel_topRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[527,68,527,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyF","regions":[[530,52,542,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu_","regions":[[532,24,532,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu0_","regions":[[532,68,532,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu1_","regions":[[533,24,533,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu2_","regions":[[533,68,533,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu3_","regions":[[534,24,534,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu4_","regions":[[534,68,534,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu5_","regions":[[535,24,535,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu6_","regions":[[535,68,535,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu7_","regions":[[536,24,536,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu8_","regions":[[536,68,536,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu9_","regions":[[537,24,537,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu10_","regions":[[537,68,537,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu11_","regions":[[538,24,538,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu12_","regions":[[538,68,538,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu13_","regions":[[539,24,539,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu14_","regions":[[539,68,539,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu15_","regions":[[540,24,540,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu16_","regions":[[540,68,540,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu17_","regions":[[541,24,541,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA32CodeForQwertyLabel_bottomRowKeysyyFs6UInt16VSgyKXEfu18_","regions":[[541,68,541,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyF","regions":[[544,54,549,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu_","regions":[[546,24,546,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu0_","regions":[[546,68,546,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu1_","regions":[[547,24,547,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu2_","regions":[[547,68,547,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu3_","regions":[[548,24,548,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testA34CodeForQwertyLabel_caseInsensitiveyyFs6UInt16VSgyKXEfu4_","regions":[[548,68,548,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyF","regions":[[551,59,555,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu_","regions":[[552,22,552,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu0_","regions":[[553,22,553,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/KeyboardVisualizationViewModelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030KeyboardVisualizationViewModelC0C04testa26CodeForQwertyLabel_unknownA10ReturnsNilyyFypSgyKXEfu1_","regions":[[554,22,554,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKF","regions":[[5,69,14,6,0,0,0,0],[8,74,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKFSbyKXEfu_","regions":[[11,13,11,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C04testdE30SourceHasNoUDPLegacyReferencesyyKFSSyXEfu0_","regions":[[12,13,12,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyF","regions":[[16,65,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu_","regions":[[24,23,24,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu0_","regions":[[24,52,24,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu1_","regions":[[25,23,25,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu2_","regions":[[25,54,25,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSbyKXEfu3_","regions":[[27,13,27,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/KeychainServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015KeychainServiceC0C52testCommunicationConfigDescriptionMentionsTCPAndPortyyFSSyXEfu4_","regions":[[28,13,28,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyF","regions":[[7,42,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyFSbyKXEfu_","regions":[[13,23,13,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C29testQWERTYGeneratesNoMappingsyyFSSyXEfu0_","regions":[[13,41,13,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyF","regions":[[16,62,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyFSbyKXEfu_","regions":[[22,23,22,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C49testQWERTYWithPunctuationStillGeneratesNoMappingsyyFSSyXEfu0_","regions":[[22,41,22,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyF","regions":[[27,48,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[36,24,36,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[36,42,36,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[40,35,40,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[40,56,40,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[41,25,41,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[41,31,41,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[44,35,44,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[44,56,44,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[45,25,45,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[45,31,45,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU1_","regions":[[48,35,48,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU1_SbyKXEfu_","regions":[[48,56,48,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFypSgyKXEfu5_","regions":[[49,22,49,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testColemakGeneratesCorrectMappingsyyFSSyXEfu6_","regions":[[49,28,49,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyF","regions":[[52,50,65,6,0,0,0,0],[61,34,64,10,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSb0aB6AppKit0aE0VXEfU_","regions":[[62,50,62,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[62,71,62,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFypSgyKXEfu_","regions":[[63,26,63,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakOnlyDifferentKeysAreMappedyyFSSyXEfu0_","regions":[[63,43,63,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyF","regions":[[69,50,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[75,24,75,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[75,42,75,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[79,35,79,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[79,56,79,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[80,25,80,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[80,31,80,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[83,35,83,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[83,56,83,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[84,25,84,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C37testColemakDHGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[84,31,84,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyF","regions":[[89,47,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[95,24,95,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[95,42,95,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[99,44,99,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[99,65,99,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[100,25,100,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[100,40,100,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[103,35,103,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[103,56,103,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[104,22,104,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C34testDvorakGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[104,28,104,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyF","regions":[[107,57,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSiyKXEfu_","regions":[[121,13,121,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSiyKXEfu0_","regions":[[122,13,122,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testDvorakWithPunctuationIncludesExtraLabelsyyFSSyXEfu1_","regions":[[123,13,123,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyF","regions":[[129,48,144,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSbyKXEfu_","regions":[[135,24,135,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu0_","regions":[[135,42,135,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_","regions":[[138,35,138,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU_SbyKXEfu_","regions":[[138,56,138,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFypSgyKXEfu1_","regions":[[139,25,139,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu2_","regions":[[139,31,139,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_","regions":[[142,35,142,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSb0aB6AppKit0aE0VXEfU0_SbyKXEfu_","regions":[[142,56,142,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFypSgyKXEfu3_","regions":[[143,25,143,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C35testWorkmanGeneratesCorrectMappingsyyFSSyXEfu4_","regions":[[143,31,143,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyF","regions":[[148,54,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyFypSgyKXEfu_","regions":[[154,22,154,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C41testGenerateCollectionReturnsNilForQWERTYyyFSSyXEfu0_","regions":[[154,34,154,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyF","regions":[[157,57,164,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyFypSgyKXEfu_","regions":[[163,22,163,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C44testGenerateCollectionReturnsNilForInvalidIdyyFSSyXEfu0_","regions":[[163,34,163,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF","regions":[[166,45,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFypSgyKXEfu_","regions":[[172,25,172,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSSSgyKXEfu0_","regions":[[173,24,173,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSSSgyKXEfu1_","regions":[[173,42,173,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF10Foundation4UUIDVSgyKXEfu2_","regions":[[174,24,174,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF10Foundation4UUIDVSgyKXEfu3_","regions":[[174,40,174,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu4_","regions":[[175,23,175,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu4_SbyKXEfu5_","regions":[[175,48,175,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF0aB6AppKit04RuleI5LayerOSgyKXEfu6_","regions":[[176,24,176,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyF0aB6AppKit04RuleI5LayerOSgyKXEfu7_","regions":[[176,49,176,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu8_","regions":[[177,24,177,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testGenerateCollectionForColemakyyFSbyKXEfu8_SbyKXEfu9_","regions":[[177,56,177,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyF","regions":[[180,44,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFypSgyKXEfu_","regions":[[186,25,186,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFSSSgyKXEfu0_","regions":[[187,24,187,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C31testGenerateCollectionForDvorakyyFSSSgyKXEfu1_","regions":[[187,42,187,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyF","regions":[[192,45,204,6,0,0,0,0],[200,33,203,10,0,0,0,0],[203,10,204,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu_","regions":[[198,24,198,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu0_","regions":[[198,42,198,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu1_","regions":[[201,28,201,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu2_","regions":[[201,51,201,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSbyKXEfu3_","regions":[[202,28,202,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C32testMappingsHaveInputsAndOutputsyyFSSyXEfu4_","regions":[[202,52,202,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyF","regions":[[206,47,218,6,0,0,0,0],[207,84,217,10,0,0,0,0],[213,37,216,14,0,0,0,0],[216,14,217,10,0,0,0,0],[217,10,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSbyKXEfu_","regions":[[214,32,214,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSSyXEfu0_","regions":[[214,55,214,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSbyKXEfu1_","regions":[[215,32,215,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C06testNoE21HasEmptyInputOrOutputyyFSSyXEfu2_","regions":[[215,56,215,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyF","regions":[[220,43,235,6,0,0,0,0],[221,84,234,10,0,0,0,0],[227,37,233,14,0,0,0,0],[233,14,234,10,0,0,0,0],[234,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyKXEfu_","regions":[[229,21,229,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyKXEfu0_","regions":[[230,21,230,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C30testInputAndOutputAreDifferentyyFSSyXEfu1_","regions":[[231,21,231,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF","regions":[[239,49,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF10Foundation4UUIDVyKXEfu_","regions":[[242,24,242,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/KeymapMappingGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022KeymapMappingGeneratorC0C04testD26LayoutCollectionIdIsStableyyF10Foundation4UUIDVyKXEfu0_","regions":[[242,63,242,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyF","regions":[[6,55,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu_","regions":[[7,24,7,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu0_","regions":[[7,62,7,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu1_","regions":[[8,24,8,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C013testNormalizeA26ConvertsPunctuationAliasesyyFSSyKXEfu2_","regions":[[8,62,8,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyF","regions":[[11,54,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyFSbyKXEfu_","regions":[[12,23,12,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA27AcceptsCanonicalPunctuationyyFSbyKXEfu0_","regions":[[13,23,13,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA14RejectsUnknownyyF","regions":[[16,41,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C011testIsValidA14RejectsUnknownyyFSbyKXEfu_","regions":[[17,24,17,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C014testSuggestionA24OrderIncludesPunctuationyyF","regions":[[20,54,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/LauncherGridConfigKeyValidationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018LauncherGridConfiga10ValidationC0C014testSuggestionA24OrderIncludesPunctuationyyFSbyKXEfu_","regions":[[21,23,21,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyF","regions":[[6,59,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSyKXEfu_","regions":[[9,24,9,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSyKXEfu0_","regions":[[9,67,9,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSSgyKXEfu1_","regions":[[10,24,10,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf4Usese19LabelForPunctuationA0yyFSSSgyKXEfu2_","regions":[[10,60,10,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyF","regions":[[13,66,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSyKXEfu_","regions":[[16,24,16,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSyKXEfu0_","regions":[[16,67,16,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSSgyKXEfu1_","regions":[[17,24,17,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LauncherKeymapTranslatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024LauncherKeymapTranslatorC0C04testf36FallsBackToQwertyLabelForPunctuationA0yyFSSSgyKXEfu2_","regions":[[17,59,17,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyF","regions":[[11,66,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSyKXEfu_","regions":[[23,24,23,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSyKXEfu0_","regions":[[23,43,23,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSSgyKXEfu1_","regions":[[24,24,24,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithDisplayLabel_ReturnsCorrectJ0yyFSSSgyKXEfu2_","regions":[[24,40,24,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyF","regions":[[27,71,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFSSSgyKXEfu_","regions":[[39,24,39,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFSSSgyKXEfu0_","regions":[[39,50,39,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFypSgyKXEfu1_","regions":[[40,22,40,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae32_WithAppLaunchIdentifier_ReturnsK0yyFypSgyKXEfu2_","regions":[[41,22,41,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyF","regions":[[44,74,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFSSSgyKXEfu_","regions":[[56,24,56,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFSSSgyKXEfu0_","regions":[[56,53,56,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFypSgyKXEfu1_","regions":[[57,22,57,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdae35_WithSystemActionIdentifier_ReturnsK0yyFypSgyKXEfu2_","regions":[[58,22,58,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyF","regions":[[61,65,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFSSSgyKXEfu_","regions":[[73,24,73,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFSSSgyKXEfu0_","regions":[[73,44,73,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFypSgyKXEfu1_","regions":[[74,22,74,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE36_WithURLIdentifier_ReturnsIdentifieryyFypSgyKXEfu2_","regions":[[75,22,75,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyF","regions":[[80,53,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu_","regions":[[134,25,134,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu0_","regions":[[135,24,135,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu1_","regions":[[135,45,135,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu2_","regions":[[136,22,136,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu3_","regions":[[139,25,139,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu4_","regions":[[140,24,140,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu5_","regions":[[140,55,140,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu6_","regions":[[143,25,143,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu7_","regions":[[144,24,144,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu8_","regions":[[144,52,144,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFypSgyKXEfu9_","regions":[[147,25,147,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu10_","regions":[[148,24,148,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda24MapLookup_ReturnsCorrectE0yyFSSSgyKXEfu11_","regions":[[148,46,148,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyF","regions":[[151,56,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyFypSgyKXEfu_","regions":[[156,22,156,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testda17MapLookup_MissingA11_ReturnsNilyyFSSyXEfu0_","regions":[[156,28,156,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyF","regions":[[161,51,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu_","regions":[[179,67,179,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu0_","regions":[[184,24,184,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyKXEfu1_","regions":[[184,37,184,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFSSyXEfu2_","regions":[[184,42,184,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu3_","regions":[[185,22,185,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu4_","regions":[[186,22,186,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF14_WithRemappingyyFypSgyKXEfu5_","regions":[[187,22,187,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyF","regions":[[190,54,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu_","regions":[[207,67,207,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu0_","regions":[[210,24,210,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyKXEfu1_","regions":[[210,37,210,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSSgyKXEfu2_","regions":[[211,24,211,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSSgyKXEfu3_","regions":[[211,34,211,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF17_WithSystemActionyyFSSyXEfu4_","regions":[[211,47,211,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyF","regions":[[214,49,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu_","regions":[[220,67,220,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFypSgyKXEfu0_","regions":[[222,22,222,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyXEfu1_","regions":[[222,33,222,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu2_","regions":[[223,24,223,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyKXEfu3_","regions":[[223,37,223,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C011testDefaultaF12_NoRemappingyyFSSyXEfu4_","regions":[[223,42,223,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF","regions":[[228,39,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu_","regions":[[262,24,262,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu0_","regions":[[262,31,262,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyFSSyXEfu1_","regions":[[262,38,262,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu2_","regions":[[263,27,263,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyF0aB6AppKit0daE0VyKXEfu3_","regions":[[263,34,263,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/LayerKeyInfoExtractionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera14InfoExtractionC0C04testdaE10_EquatableyyFSSyXEfu4_","regions":[[263,41,263,77,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C03vimF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[9,35,9,92,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C06windowF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[10,38,10,95,4,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C06customF2Id33_05CA10666FA0A915948AE3B4DA37B96BLL10Foundation4UUIDVvpfi","regions":[[11,38,11,44,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C07makeVimF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[13,56,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C010makeWindowF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[33,59,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C010makeCustomF033_05CA10666FA0A915948AE3B4DA37B96BLL0aB6AppKit04RuleF0VyF","regions":[[56,59,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF","regions":[[75,70,170,6,0,0,0,0],[79,12,170,6,0,0,0,0],[128,91,170,6,0,0,0,0],[144,10,170,6,0,0,0,0],[164,10,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyKXEfu_","regions":[[77,64,79,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[77,64,79,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu0_","regions":[[148,25,148,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu1_","regions":[[148,31,148,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu2_","regions":[[149,24,149,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu3_","regions":[[149,44,149,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu4_","regions":[[149,61,149,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSSgyKXEfu5_","regions":[[150,24,150,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSSgyKXEfu6_","regions":[[150,41,150,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu7_","regions":[[150,49,150,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu8_","regions":[[154,25,154,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu9_","regions":[[154,31,154,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu10_","regions":[[155,24,155,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu11_","regions":[[155,44,155,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu12_","regions":[[155,64,155,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSbyKXEfu13_","regions":[[156,23,156,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSbyKXEfu13_SbyKXEfu14_","regions":[[156,46,156,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu15_","regions":[[156,53,156,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFypSgyKXEfu16_","regions":[[168,25,168,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu17_","regions":[[168,37,168,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu18_","regions":[[169,24,169,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKF10Foundation4UUIDVSgyKXEfu19_","regions":[[169,50,169,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C04testF30IdPropagationThroughSimulationyyYaKFSSyXEfu20_","regions":[[169,70,169,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKF","regions":[[172,51,201,6,0,0,0,0],[175,12,201,6,0,0,0,0],[183,90,201,6,0,0,0,0],[195,10,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyKXEfu_","regions":[[173,64,175,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[173,64,175,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFypSgyKXEfu0_","regions":[[199,25,199,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyXEfu1_","regions":[[199,31,199,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFypSgyKXEfu2_","regions":[[200,22,200,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C25testEmptyCollectionsArrayyyYaKFSSyXEfu3_","regions":[[200,42,200,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKF","regions":[[203,56,235,6,0,0,0,0],[206,12,235,6,0,0,0,0],[214,92,235,6,0,0,0,0],[229,10,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyKXEfu_","regions":[[204,64,206,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyKXEfu_SSyKXEfU_","regions":[[204,64,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFypSgyKXEfu0_","regions":[[233,25,233,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyXEfu1_","regions":[[233,31,233,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFypSgyKXEfu2_","regions":[[234,22,234,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C30testDisabledCollectionsIgnoredyyYaKFSSyXEfu3_","regions":[[234,42,234,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF","regions":[[237,58,271,6,0,0,0,0],[240,12,271,6,0,0,0,0],[248,89,271,6,0,0,0,0],[262,10,271,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyKXEfu_","regions":[[238,64,240,12,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyKXEfu_SSyKXEfU_","regions":[[238,64,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu0_","regions":[[266,24,266,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu1_","regions":[[266,44,266,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyXEfu2_","regions":[[266,61,266,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu3_","regions":[[270,24,270,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKF10Foundation4UUIDVSgyKXEfu4_","regions":[[270,44,270,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C027testMultipleCollectionsSameD0yyYaKFSSyXEfu5_","regions":[[270,64,270,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C16createTempConfig33_05CA10666FA0A915948AE3B4DA37B96BLL_4nameS2S_SStKF","regions":[[275,85,280,6,0,0,0,0],[278,81,279,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperCollectionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera16MapperCollectionC0C016resolveSimulatorB033_05CA10666FA0A915948AE3B4DA37B96BLLSSSgyFZ","regions":[[282,59,304,6,0,0,0,0],[285,12,285,65,0,0,0,0],[285,66,287,10,0,0,0,0],[287,10,303,19,0,0,0,0],[299,12,299,61,0,0,0,0],[299,62,301,10,0,0,0,0],[301,10,303,19,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyF","regions":[[5,51,9,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFS2SXEfU_","regions":[[7,64,7,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFSSSgyKXEfu_","regions":[[8,24,8,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C38testHyperDetectionWithRightSideAliasesyyFSSSgyKXEfu0_","regions":[[8,31,8,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyF","regions":[[11,53,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFS2SXEfU_","regions":[[13,64,13,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFSSSgyKXEfu_","regions":[[14,24,14,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C40testHyperDetectionWithPlainModifierNamesyyFSSSgyKXEfu0_","regions":[[14,31,14,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyF","regions":[[17,45,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFS2SXEfU_","regions":[[19,64,19,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFSSSgyKXEfu_","regions":[[20,24,20,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C32testMehDetectionWithMixedAliasesyyFSSSgyKXEfu0_","regions":[[20,31,20,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyF","regions":[[23,34,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFS2SXEfU_","regions":[[25,64,25,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFSSSgyKXEfu_","regions":[[26,24,26,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C010testSingleA8FallbackyyFSSSgyKXEfu0_","regions":[[26,31,26,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyF","regions":[[29,41,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFS2SXEfU_","regions":[[31,64,37,10,0,0,0,0],[32,20,32,23,0,0,0,0],[33,13,33,31,0,0,0,0],[34,13,34,31,0,0,0,0],[35,13,35,25,0,0,0,0],[36,14,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu_","regions":[[38,24,38,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu_SSyKXEfu0_","regions":[[38,37,38,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFShySJGyKXEfu1_","regions":[[38,42,38,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperLabelTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera11MapperLabelC0C28testComboFallbackJoinsLabelsyyFSSyXEfu2_","regions":[[38,63,38,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyF","regions":[[5,55,22,6,0,0,0,0],[15,31,21,10,0,0,0,0],[21,10,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyKXEfu_","regions":[[17,17,17,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyKXEfu0_","regions":[[18,17,18,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperNormalizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera15MapperNormalizeC0C04testfA26NameHandlesSimulatorGlyphsyyFSSyXEfu1_","regions":[[19,17,19,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C09simulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgvg","regions":[[7,47,7,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18simulatorAvailable33_66224B7BD90071F5CAC6C39DB2F86591LLSbvg","regions":[[11,42,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C5setUpyyF","regions":[[15,27,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C8tearDownyyF","regions":[[21,30,26,6,0,0,0,0],[22,38,24,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKF","regions":[[30,41,52,6,0,0,0,0],[31,55,52,6,0,0,0,0],[40,82,52,6,0,0,0,0],[45,107,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFypSgyKXEfu_","regions":[[49,25,49,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu0_","regions":[[49,38,49,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu1_","regions":[[50,24,50,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu2_","regions":[[50,51,50,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu3_","regions":[[50,56,50,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu4_","regions":[[51,24,51,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSSgyKXEfu5_","regions":[[51,48,51,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C15testSimpleRemapyyYaKFSSyXEfu6_","regions":[[51,53,51,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKF","regions":[[54,42,81,6,0,0,0,0],[55,55,81,6,0,0,0,0],[67,82,81,6,0,0,0,0],[72,107,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKFypSgyKXEfu_","regions":[[78,25,78,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16testTapHoldAliasyyYaKFSSyXEfu0_","regions":[[78,38,78,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKF","regions":[[83,44,108,6,0,0,0,0],[84,55,108,6,0,0,0,0],[92,84,108,6,0,0,0,0],[97,107,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFypSgyKXEfu_","regions":[[101,25,101,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu0_","regions":[[101,38,101,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu1_","regions":[[102,24,102,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu2_","regions":[[102,51,102,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu3_","regions":[[102,56,102,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFypSgyKXEfu4_","regions":[[106,25,106,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu5_","regions":[[106,38,106,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu6_","regions":[[107,24,107,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSSgyKXEfu7_","regions":[[107,51,107,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C18testMultipleRemapsyyYaKFSSyXEfu8_","regions":[[107,56,107,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKF","regions":[[110,53,138,6,0,0,0,0],[111,55,138,6,0,0,0,0],[120,77,138,6,0,0,0,0],[125,107,138,6,0,0,0,0],[129,28,132,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu_","regions":[[131,28,131,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu0_","regions":[[131,65,131,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu1_","regions":[[131,70,131,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFypSgyKXEfu2_","regions":[[136,25,136,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu3_","regions":[[136,38,136,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu4_","regions":[[137,24,137,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSSgyKXEfu5_","regions":[[137,51,137,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C013testUnchangedA11NotRemappedyyYaKFSSyXEfu6_","regions":[[137,56,137,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyF","regions":[[142,46,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[146,13,146,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[147,13,147,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[150,13,150,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[151,13,151,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C33testExtractsURLMappingFromPushMsgyyFypSgyKXEfu3_","regions":[[153,22,153,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyF","regions":[[156,52,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[160,13,160,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[161,13,161,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[164,13,164,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[165,13,165,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu3_","regions":[[168,13,168,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFSSSgyKXEfu4_","regions":[[169,13,169,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C39testExtractsAppLaunchMappingFromPushMsgyyFypSgyKXEfu5_","regions":[[171,22,171,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyF","regions":[[174,55,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu_","regions":[[178,13,178,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu0_","regions":[[179,13,179,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu1_","regions":[[182,13,182,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu2_","regions":[[183,13,183,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu3_","regions":[[186,13,186,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFSSSgyKXEfu4_","regions":[[187,13,187,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C42testExtractsSystemActionMappingFromPushMsgyyFypSgyKXEfu5_","regions":[[189,22,189,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C16createTempConfig33_66224B7BD90071F5CAC6C39DB2F86591LL_4nameS2S_SStKF","regions":[[194,85,199,6,0,0,0,0],[197,81,198,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016requireSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSyKF","regions":[[201,58,208,6,0,0,0,0],[202,30,204,10,0,0,0,0],[204,10,207,149,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C23simulatorCandidatePaths33_66224B7BD90071F5CAC6C39DB2F86591LLSaySSGvgZ","regions":[[210,58,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016resolveSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgyFZ","regions":[[219,59,229,6,0,0,0,0],[224,9,226,10,0,0,0,0],[226,10,228,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/LayerKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Layera6MapperC0C016resolveSimulatorB033_66224B7BD90071F5CAC6C39DB2F86591LLSSSgyFZSbSSXEfU_","regions":[[228,46,228,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyF","regions":[[10,56,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSbyKXEfu_","regions":[[15,23,15,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSbyKXEfu0_","regions":[[16,23,16,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSiyKXEfu1_","regions":[[17,24,17,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testGetAvailableLayers_defaultsToBaseAndNavyyFSiyKXEfu2_","regions":[[17,38,17,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyF","regions":[[20,58,32,6,0,0,0,0],[27,9,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu_","regions":[[29,31,29,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu0_","regions":[[29,42,29,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu1_","regions":[[30,31,30,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C034testGetAvailableLayers_sortsSystemI5FirstyyFSiyKXEfu2_","regions":[[30,41,30,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyF","regions":[[36,35,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu_","regions":[[38,23,38,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu0_","regions":[[39,23,39,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD5_baseyyFSbyKXEfu1_","regions":[[40,23,40,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyF","regions":[[43,34,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu_","regions":[[45,23,45,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu0_","regions":[[46,23,46,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD4_navyyFSbyKXEfu1_","regions":[[47,23,47,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyF","regions":[[50,41,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyFSbyKXEfu_","regions":[[52,23,52,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemD11_navigationyyFSbyKXEfu0_","regions":[[53,23,53,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyF","regions":[[56,54,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu_","regions":[[58,24,58,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu0_","regions":[[59,24,59,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu1_","regions":[[60,24,60,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C012testIsSystemd7_customD12ReturnsFalseyyFSbyKXEfu2_","regions":[[61,24,61,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaF","regions":[[64,63,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaFSaySSGyKXEfu_","regions":[[72,24,72,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C038testRefreshAvailableLayers_includesTcpI0yyYaFSaySSGyKXEfu0_","regions":[[72,56,72,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyF","regions":[[77,47,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu_","regions":[[78,24,78,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu0_","regions":[[78,61,78,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu1_","regions":[[79,24,79,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu2_","regions":[[79,67,79,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu3_","regions":[[80,24,80,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu4_","regions":[[80,73,80,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu5_","regions":[[81,24,81,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD11_kanataNameyyFSSyKXEfu6_","regions":[[81,70,81,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyF","regions":[[84,48,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu_","regions":[[85,24,85,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu0_","regions":[[85,62,85,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu1_","regions":[[86,24,86,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu2_","regions":[[86,68,86,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu3_","regions":[[87,24,87,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C018testRuleCollectionD12_displayNameyyFSSyKXEfu4_","regions":[[87,74,87,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF","regions":[[92,54,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyFSSyKXEfu_","regions":[[98,24,98,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyFSSyKXEfu0_","regions":[[98,41,98,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu1_","regions":[[99,24,99,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu2_","regions":[[99,47,99,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu3_","regions":[[100,24,100,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C036testMomentaryActivator_defaultSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu4_","regions":[[100,47,100,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF","regions":[[103,53,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyFSSyKXEfu_","regions":[[110,24,110,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyFSSyKXEfu0_","regions":[[110,41,110,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu1_","regions":[[111,24,111,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu2_","regions":[[111,47,111,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu3_","regions":[[112,24,112,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C035testMomentaryActivator_customSourceD0yyF0aB6AppKit014RuleCollectionD0OyKXEfu4_","regions":[[112,47,112,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF","regions":[[117,52,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu_","regions":[[138,24,138,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu0_","regions":[[138,41,138,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0gH8CategoryOyKXEfu1_","regions":[[139,24,139,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0gH8CategoryOyKXEfu2_","regions":[[139,45,139,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu3_","regions":[[140,24,140,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSyKXEfu4_","regions":[[140,59,140,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFypSgyKXEfu5_","regions":[[141,25,141,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu6_","regions":[[142,24,142,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu7_","regions":[[142,62,142,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0ghD0OSgyKXEfu8_","regions":[[143,24,143,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyF0aB6AppKit0ghD0OSgyKXEfu9_","regions":[[143,68,143,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu10_","regions":[[144,24,144,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C025testRuleCollection_customD9StructureyyFSSSgyKXEfu11_","regions":[[144,51,144,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyF","regions":[[147,56,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu_","regions":[[152,24,152,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu0_","regions":[[152,38,152,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu1_","regions":[[157,24,157,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C43testRuleCollection_activatorFromFirstLetteryyFSSyKXEfu2_","regions":[[157,39,157,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyF","regions":[[162,49,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_","regions":[[166,21,166,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_SbyKXEfu_","regions":[[166,38,166,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSbSJXEfU_SbyKXEfu0_","regions":[[166,53,166,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSSyKXEfu_","regions":[[168,24,168,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD27NameSanitization_lowercasedyyFSSyKXEfu0_","regions":[[168,35,168,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyF","regions":[[171,58,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_","regions":[[175,21,175,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_SbyKXEfu_","regions":[[175,38,175,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSbSJXEfU_SbyKXEfu0_","regions":[[175,53,175,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSSyKXEfu_","regions":[[177,24,177,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_spacesToUnderscoresyyFSSyKXEfu0_","regions":[[177,35,177,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyF","regions":[[180,58,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_","regions":[[184,21,184,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_SbyKXEfu_","regions":[[184,38,184,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSbSJXEfU_SbyKXEfu0_","regions":[[184,53,184,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSSyKXEfu_","regions":[[186,24,186,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD36NameSanitization_removesSpecialCharsyyFSSyKXEfu0_","regions":[[186,35,186,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyF","regions":[[189,55,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_","regions":[[193,21,193,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_SbyKXEfu_","regions":[[193,38,193,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSbSJXEfU_SbyKXEfu0_","regions":[[193,53,193,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSSyKXEfu_","regions":[[195,24,195,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C04testD33NameSanitization_preservesNumbersyyFSSyKXEfu0_","regions":[[195,35,195,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD18Result_successCaseyyF","regions":[[202,46,209,6,0,0,0,0],[204,35,206,10,0,0,0,0],[206,16,208,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyF","regions":[[211,44,218,6,0,0,0,0],[213,42,215,10,0,0,0,0],[215,16,217,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyFSSyKXEfu_","regions":[[214,28,214,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD16Result_errorCaseyyFSSyKXEfu0_","regions":[[214,33,214,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyF","regions":[[220,51,227,6,0,0,0,0],[222,49,224,10,0,0,0,0],[224,16,226,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyFSSyKXEfu_","regions":[[223,28,223,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD23Result_networkErrorCaseyyFSSyKXEfu0_","regions":[[223,33,223,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_successyyYaF","regions":[[229,58,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_successyyYaFSbyKXEfu_","regions":[[234,23,234,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_failureyyYaF","regions":[[237,58,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013LayerSelectorC0C010testChangeD24_stubCoordinator_failureyyYaFSbyKXEfu_","regions":[[242,24,242,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC14stubLayerNamesSaySSGvpfi","regions":[[247,36,247,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC21stubChangeLayerResultSbvpfi","regions":[[248,39,248,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC25fetchLayerNamesFromKanataSaySSGyYaF","regions":[[250,65,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/LayerSelectorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubRuntimeCoordinator33_980C0B7BAD78EFFC73DBBE16EFBAF4EFLLC11changeLayerySbSSYaF","regions":[[254,56,256,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF9IsSuccessyyF","regions":[[13,37,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF17HasCriticalIssuesyyF","regions":[[25,45,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V010validationF8EqualityyyF","regions":[[40,36,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V14initializationyyF","regions":[[57,27,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V13configurationyyF","regions":[[65,26,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V20isConfiguredPropertyyyF","regions":[[74,33,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MainAppStateControllerC0V18stateObservabilityyyF","regions":[[91,31,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V010successfulD4FlowyyF","regions":[[114,37,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V06failedD4FlowyyF","regions":[[132,33,145,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MainAppStateControllerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025ValidationStateTransitionC0V21nonBlockingIssuesFlowyyF","regions":[[148,34,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C8testIcon33_F8DE4F00363AF40C808FB9931A03D56FLLSo7NSImageCvg","regions":[[14,35,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C14setUpWithErroryyKF","regions":[[18,43,23,6,0,0,0,0],[21,102,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C17tearDownWithErroryyKF","regions":[[25,46,31,6,0,0,0,0],[26,30,28,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyF","regions":[[35,54,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu_","regions":[[42,24,42,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu0_","regions":[[42,52,42,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu1_","regions":[[43,24,43,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu2_","regions":[[43,47,43,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu3_","regions":[[44,24,44,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34ConditionInfo_HasCorrectIdentifieryyFSSyKXEfu4_","regions":[[44,38,44,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyF","regions":[[47,42,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu_","regions":[[65,24,65,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu0_","regions":[[65,39,65,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu1_","regions":[[68,27,68,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG22ConditionInfo_HashableyyFSSyKXEfu2_","regions":[[68,42,68,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKF","regions":[[73,66,99,6,0,0,0,0],[90,45,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFypSgyKXEfu_","regions":[[94,25,94,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu0_","regions":[[95,24,95,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu1_","regions":[[95,53,95,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSiSgyKXEfu2_","regions":[[96,24,96,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSiSgyKXEfu3_","regions":[[96,49,96,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu4_","regions":[[97,24,97,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu5_","regions":[[97,59,97,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu6_","regions":[[98,24,98,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg15KeymapStore_Cank3PerG7MappingyyYaKFSSSgyKXEfu7_","regions":[[98,63,98,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKF","regions":[[101,67,123,6,0,0,0,0],[111,46,123,6,0,0,0,0],[117,46,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSiSgyKXEfu_","regions":[[121,24,121,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSiSgyKXEfu0_","regions":[[121,49,121,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSSSgyKXEfu1_","regions":[[122,24,122,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testG34KeymapStore_UpdateExistingOverrideyyYaKFSSSgyKXEfu2_","regions":[[122,63,122,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKF","regions":[[125,75,154,6,0,0,0,0],[142,49,154,6,0,0,0,0],[143,51,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSiyKXEfu_","regions":[[147,24,147,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSiyKXEfu0_","regions":[[147,42,147,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu1_","regions":[[152,24,152,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu2_","regions":[[152,67,152,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu3_","regions":[[153,24,153,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C04testg32KeymapStore_MultipleAppsWithSameA7MappingyyYaKFSSSgyKXEfu4_","regions":[[153,69,153,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKF","regions":[[158,77,180,6,0,0,0,0],[166,45,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu_","regions":[[173,23,173,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu0_","regions":[[173,58,173,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu1_","regions":[[174,23,174,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu2_","regions":[[174,51,174,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu3_","regions":[[175,23,175,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu4_","regions":[[175,52,175,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu5_","regions":[[176,23,176,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu6_","regions":[[176,48,176,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu7_","regions":[[177,23,177,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu8_","regions":[[177,51,177,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu9_","regions":[[178,23,178,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu10_","regions":[[178,77,178,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSbyKXEfu11_","regions":[[179,23,179,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C51testConfigGenerator_ProducesCorrectSwitchExpressionyyYaKFSSyXEfu12_","regions":[[179,55,179,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKF","regions":[[182,83,210,6,0,0,0,0],[196,49,210,6,0,0,0,0],[197,51,210,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu_","regions":[[203,23,203,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu0_","regions":[[204,23,204,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu1_","regions":[[207,23,207,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu2_","regions":[[208,23,208,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C57testConfigGenerator_MultipleApps_CombinedSwitchExpressionyyYaKFSbyKXEfu3_","regions":[[209,23,209,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKF","regions":[[214,69,225,6,0,0,0,0],[220,45,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu_","regions":[[224,24,224,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C43testBundleToVKMapping_ReturnsCorrectMappingyyYaKFSSSgyKXEfu0_","regions":[[224,51,224,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKF","regions":[[227,68,250,6,0,0,0,0],[243,69,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFSiyKXEfu_","regions":[[247,24,247,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFSiyKXEfu0_","regions":[[247,39,247,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFypSgyKXEfu1_","regions":[[248,25,248,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/AppContext/MapperViewModelAppSpecificTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026MapperViewModelAppSpecificC0C42testBundleToVKMapping_DisabledAppsExcludedyyYaKFypSgyKXEfu2_","regions":[[249,22,249,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyF","regions":[[13,38,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyFSSyKXEfu_","regions":[[17,24,17,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C25testDefaultInputLabel_IsAyyFSSyKXEfu0_","regions":[[17,46,17,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyF","regions":[[21,39,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyFSSyKXEfu_","regions":[[25,24,25,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C26testDefaultOutputLabel_IsAyyFSSyKXEfu0_","regions":[[25,47,25,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyF","regions":[[29,43,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyFs6UInt16VSgyKXEfu_","regions":[[33,24,33,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C016testDefaultInputA11Code_IsZeroyyFs6UInt16VSgyKXEfu0_","regions":[[33,48,33,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C31testCanSave_DefaultState_IsTrueyyF","regions":[[39,44,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C31testCanSave_DefaultState_IsTrueyyFSbyKXEfu_","regions":[[44,23,44,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C36testCanSave_AfterOutputChange_IsTrueyyF","regions":[[48,49,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C36testCanSave_AfterOutputChange_IsTrueyyFSbyKXEfu_","regions":[[55,23,55,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C35testInitialState_HasNoStatusMessageyyF","regions":[[61,48,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C35testInitialState_HasNoStatusMessageyyFypSgyKXEfu_","regions":[[64,22,64,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C28testInitialState_IsNotSavingyyF","regions":[[68,41,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C28testInitialState_IsNotSavingyyFSbyKXEfu_","regions":[[71,24,71,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C33testInitialState_HasNoSelectedAppyyF","regions":[[75,46,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C33testInitialState_HasNoSelectedAppyyFypSgyKXEfu_","regions":[[78,22,78,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedSystemActionyyF","regions":[[82,55,86,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedSystemActionyyFypSgyKXEfu_","regions":[[85,22,85,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedAppConditionyyF","regions":[[89,55,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelDefaultsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023MapperViewModelDefaultsC0C42testInitialState_HasNoSelectedAppConditionyyFypSgyKXEfu_","regions":[[92,22,92,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyF","regions":[[17,55,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyKXEfu_","regions":[[22,24,22,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyKXEfu0_","regions":[[22,46,22,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyXEfu1_","regions":[[22,51,22,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFs6UInt16VSgyKXEfu2_","regions":[[23,24,23,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFs6UInt16VSgyKXEfu3_","regions":[[23,48,23,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag8_UpdatesJ5LabelyyFSSyXEfu4_","regions":[[23,51,23,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyF","regions":[[27,56,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyKXEfu_","regions":[[32,24,32,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyKXEfu0_","regions":[[32,47,32,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG19_UpdatesOutputLabelyyFSSyXEfu1_","regions":[[32,52,32,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyF","regions":[[36,66,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyFSbyKXEfu_","regions":[[42,23,42,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag19_CanSave_AfterPlainA7MappingyyFSSyXEfu0_","regions":[[42,42,42,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyF","regions":[[46,64,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu_","regions":[[52,22,52,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu0_","regions":[[52,45,52,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu1_","regions":[[53,22,53,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu2_","regions":[[53,54,53,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFypSgyKXEfu3_","regions":[[54,22,54,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag6_PlainA18_NoSelectedActionsyyFSSyXEfu4_","regions":[[54,45,54,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyF","regions":[[60,79,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFypSgyKXEfu_","regions":[[71,25,71,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSyXEfu0_","regions":[[71,57,71,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSSgyKXEfu1_","regions":[[72,24,72,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSSgyKXEfu2_","regions":[[72,60,72,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag30_WithSystemAction_SetsSelectedmN0yyFSSyXEfu3_","regions":[[72,73,72,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyF","regions":[[76,67,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyFSbyKXEfu_","regions":[[86,23,86,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG30_WithSystemAction_CanStillSaveyyFSSyXEfu0_","regions":[[86,42,86,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyF","regions":[[90,70,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSSgyKXEfu_","regions":[[100,24,100,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSSgyKXEfu0_","regions":[[100,62,100,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG33_WithSystemAction_SetsOutputLabelyyFSSyXEfu1_","regions":[[100,85,100,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyF","regions":[[104,84,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFypSgyKXEfu_","regions":[[115,22,115,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyXEfu0_","regions":[[115,54,115,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyKXEfu1_","regions":[[116,24,116,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyKXEfu2_","regions":[[116,47,116,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG47_WithUnknownSystemAction_FallsBackToOutputLabelyyFSSyXEfu3_","regions":[[116,52,116,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyF","regions":[[122,61,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSSgyKXEfu_","regions":[[132,24,132,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSSgyKXEfu0_","regions":[[132,47,132,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromag21_WithURL_SetsSelectedM0yyFSSyXEfu1_","regions":[[132,69,132,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyF","regions":[[136,58,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyFSbyKXEfu_","regions":[[146,23,146,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_WithURL_CanStillSaveyyFSSyXEfu0_","regions":[[146,42,146,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyF","regions":[[150,60,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyKXEfu_","regions":[[161,24,161,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyKXEfu0_","regions":[[161,47,161,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG23_WithURL_ExtractsDomainyyFSSyXEfu1_","regions":[[161,61,161,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyF","regions":[[167,64,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFypSgyKXEfu_","regions":[[177,25,177,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFypSgyKXEfu0_","regions":[[182,22,182,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG27_ClearsPreviousSystemActionyyFSSyXEfu1_","regions":[[182,54,182,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyF","regions":[[186,55,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFypSgyKXEfu_","regions":[[196,25,196,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFypSgyKXEfu0_","regions":[[201,22,201,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousURLyyFSSyXEfu1_","regions":[[201,45,201,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyF","regions":[[205,55,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyFypSgyKXEfu_","regions":[[212,22,212,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG18_ClearsPreviousAppyyFSSyXEfu0_","regions":[[212,45,212,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyF","regions":[[218,72,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFypSgyKXEfu_","regions":[[231,25,231,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFSSyXEfu0_","regions":[[231,48,231,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFypSgyKXEfu1_","regions":[[232,22,232,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG35_URLTakesPrecedenceOverSystemActionyyFSSyXEfu2_","regions":[[232,54,232,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyF","regions":[[238,58,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSbyKXEfu_","regions":[[247,24,247,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSSyXEfu0_","regions":[[247,52,247,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSbyKXEfu1_","regions":[[248,24,248,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG21_StopsActiveRecordingyyFSSyXEfu2_","regions":[[248,53,248,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyF","regions":[[254,53,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu_","regions":[[260,24,260,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu0_","regions":[[260,46,260,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu1_","regions":[[261,24,261,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG16_WithEmptyLabelsyyFSSyKXEfu2_","regions":[[261,47,261,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyF","regions":[[265,59,271,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyKXEfu_","regions":[[270,24,270,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyKXEfu0_","regions":[[270,46,270,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MapperViewModelKeyClickTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MapperViewModela5ClickC0C016testSetInputFromaG22_WithSpecialCharactersyyFSSyXEfu1_","regions":[[270,53,270,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17dualRoleRoundTripyyKF","regions":[[10,37,29,6,0,0,0,0],[20,54,29,6,0,0,0,0],[21,82,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V16dualRoleDefaultsyyF","regions":[[32,29,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17homeRowModFactoryyyF","regions":[[42,30,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17tapDanceRoundTripyyKF","regions":[[54,37,70,6,0,0,0,0],[63,54,70,6,0,0,0,0],[64,82,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14twoStepFactoryyyF","regions":[[73,27,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V16macroTextOutputsyyF","regions":[[85,29,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V05macroA7OutputsyyF","regions":[[92,28,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V17macroInvalidEmptyyyF","regions":[[99,30,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V27macroInvalidUnsupportedTextyyF","regions":[[105,40,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE8DualRoleyyKF","regions":[[114,43,128,6,0,0,0,0],[119,54,128,6,0,0,0,0],[120,81,128,6,0,0,0,0],[122,45,125,10,0,0,0,0],[125,16,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE8TapDanceyyKF","regions":[[131,43,146,6,0,0,0,0],[136,54,146,6,0,0,0,0],[137,81,146,6,0,0,0,0],[141,9,143,10,0,0,0,0],[143,16,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE5MacroyyKF","regions":[[149,40,160,6,0,0,0,0],[152,54,160,6,0,0,0,0],[153,81,160,6,0,0,0,0],[155,45,157,10,0,0,0,0],[157,16,159,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE20LegacyTapDanceDecodeyyKF","regions":[[163,55,186,6,0,0,0,0],[177,81,186,6,0,0,0,0],[181,9,183,10,0,0,0,0],[183,16,185,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyD12LegacyDecodeyyKF","regions":[[191,42,205,6,0,0,0,0],[200,76,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyd4WithE0yyKF","regions":[[208,42,226,6,0,0,0,0],[215,53,226,6,0,0,0,0],[216,76,226,6,0,0,0,0],[221,54,223,10,0,0,0,0],[223,16,225,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V014customRuleWithE0yyKF","regions":[[231,42,251,6,0,0,0,0],[239,50,251,6,0,0,0,0],[240,76,251,6,0,0,0,0],[245,54,248,10,0,0,0,0],[248,16,250,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V012customRuleAsaD0yyF","regions":[[254,35,268,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V22customRuleLegacyDecodeyyKF","regions":[[271,42,288,6,0,0,0,0],[283,73,288,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18dualRoleValidationyyF","regions":[[293,31,296,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V24dualRoleInvalidTapActionyyF","regions":[[299,37,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18tapDanceValidationyyF","regions":[[306,31,309,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V18tapDanceEmptyStepsyyF","regions":[[312,31,317,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V20tapDanceEmptyActionsyyF","regions":[[320,33,324,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14chordRoundTripyyKF","regions":[[329,34,344,6,0,0,0,0],[337,54,344,6,0,0,0,0],[338,79,344,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V13chordDefaultsyyF","regions":[[347,26,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V08chordTwoA7FactoryyyF","regions":[[355,31,362,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V010chordThreeA7FactoryyyF","regions":[[365,33,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V15chordValidationyyF","regions":[[375,28,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V018chordInvalidSingleA0yyF","regions":[[381,34,385,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V23chordInvalidEmptyOutputyyF","regions":[[388,36,392,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V14chordGroupNameyyF","regions":[[395,27,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V19chordTimeoutClampedyyF","regions":[[405,32,408,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V07mappingE5ChordyyKF","regions":[[411,40,425,6,0,0,0,0],[416,54,425,6,0,0,0,0],[417,81,425,6,0,0,0,0],[419,42,422,10,0,0,0,0],[422,16,424,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V03keyd9WithChordE0yyKF","regions":[[428,47,447,6,0,0,0,0],[435,53,447,6,0,0,0,0],[436,76,447,6,0,0,0,0],[441,51,444,10,0,0,0,0],[444,16,446,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/MappingBehaviorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015MappingBehaviorC0V019customRuleWithChordE0yyKF","regions":[[450,47,470,6,0,0,0,0],[458,50,470,6,0,0,0,0],[459,76,470,6,0,0,0,0],[464,51,467,10,0,0,0,0],[467,16,469,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyF","regions":[[13,47,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFypSgyKXEfu_","regions":[[16,25,16,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSyXEfu0_","regions":[[16,33,16,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu1_","regions":[[17,24,17,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu2_","regions":[[17,36,17,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu3_","regions":[[18,24,18,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA22Detection_brightnessUpyyFSSSgyKXEfu4_","regions":[[18,42,18,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyF","regions":[[21,49,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFypSgyKXEfu_","regions":[[23,25,23,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu0_","regions":[[24,24,24,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu1_","regions":[[24,36,24,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu2_","regions":[[25,24,25,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA24Detection_brightnessDownyyFSSSgyKXEfu3_","regions":[[25,42,25,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyF","regions":[[28,43,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFypSgyKXEfu_","regions":[[30,25,30,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu0_","regions":[[31,24,31,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu1_","regions":[[31,36,31,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu2_","regions":[[32,24,32,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA18Detection_volumeUpyyFSSSgyKXEfu3_","regions":[[32,42,32,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyF","regions":[[35,45,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFypSgyKXEfu_","regions":[[37,25,37,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu0_","regions":[[38,24,38,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu1_","regions":[[38,36,38,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu2_","regions":[[39,24,39,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA20Detection_volumeDownyyFSSSgyKXEfu3_","regions":[[39,42,39,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyF","regions":[[42,44,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFypSgyKXEfu_","regions":[[44,25,44,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu0_","regions":[[45,24,45,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu1_","regions":[[45,36,45,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu2_","regions":[[46,24,46,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA19Detection_playPauseyyFSSSgyKXEfu3_","regions":[[46,42,46,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyF","regions":[[49,39,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFypSgyKXEfu_","regions":[[51,25,51,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFSSSgyKXEfu0_","regions":[[52,24,52,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_nextyyFSSSgyKXEfu1_","regions":[[52,36,52,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyF","regions":[[55,39,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFypSgyKXEfu_","regions":[[57,25,57,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFSSSgyKXEfu0_","regions":[[58,24,58,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_prevyyFSSSgyKXEfu1_","regions":[[58,36,58,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyF","regions":[[61,39,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFypSgyKXEfu_","regions":[[63,25,63,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFSSSgyKXEfu0_","regions":[[64,24,64,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testdA14Detection_muteyyFSSSgyKXEfu1_","regions":[[64,36,64,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyF","regions":[[69,35,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyFypSgyKXEfu_","regions":[[71,22,71,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterAyyFSSyXEfu0_","regions":[[71,30,71,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterByyF","regions":[[74,35,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA8_letterByyFypSgyKXEfu_","regions":[[76,22,76,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyF","regions":[[79,34,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyFypSgyKXEfu_","regions":[[81,22,81,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA7_escapeyyFSSyXEfu0_","regions":[[81,30,81,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA6_enteryyF","regions":[[84,33,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C011testRegularA6_enteryyFypSgyKXEfu_","regions":[[86,22,86,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyF","regions":[[91,68,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSSgyKXEfu_","regions":[[93,24,93,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSSgyKXEfu0_","regions":[[93,53,93,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSyKXEfu1_","regions":[[94,24,94,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSSyKXEfu2_","regions":[[94,43,94,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSbyKXEfu3_","regions":[[95,24,95,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaf23_systemAction_hasSystemI10IdentifieryyFSbyKXEfu4_","regions":[[96,24,96,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyF","regions":[[99,61,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFypSgyKXEfu_","regions":[[101,22,101,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSyKXEfu0_","regions":[[102,24,102,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSyKXEfu1_","regions":[[102,43,102,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSSgyKXEfu2_","regions":[[103,24,103,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C04testeaF32_mapped_noSystemActionIdentifieryyFSSSgyKXEfu3_","regions":[[103,40,103,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyF","regions":[[109,49,118,6,0,0,0,0],[111,73,114,10,0,0,0,0],[114,10,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSSgyKXEfu_","regions":[[117,24,117,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSSgyKXEfu0_","regions":[[117,32,117,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C024testIconResolution_mediaA9HasSymbolyyFSSyXEfu1_","regions":[[117,43,117,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyF","regions":[[121,55,129,6,0,0,0,0],[124,30,128,10,0,0,0,0],[128,10,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSb0aB6AppKit012SystemActionF0Vcfu_","regions":[[122,60,122,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFypSgyKXEfu0_","regions":[[126,29,126,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSyXEfu1_","regions":[[126,37,126,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSSgyKXEfu2_","regions":[[127,28,127,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSSgyKXEfu3_","regions":[[127,36,127,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/MediaKeyLayerKeyInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests05Mediaa5Layera4InfoC0C022testIconResolution_allD15KeysHaveSymbolsyyFSSyXEfu4_","regions":[[127,50,127,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC08mockFileE033_B20E1C763EABC71457DC82AA53F672F2LLSDySSAC0dH0VGvpfi","regions":[[10,54,10,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC13mockProcesses33_B20E1C763EABC71457DC82AA53F672F2LLSDySSAC0D7ProcessVGvpfi","regions":[[11,56,11,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockKanataInstalledSbvpfi","regions":[[29,31,29,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC17mockKanataRunningSbvpfi","regions":[[30,29,30,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC26installationScriptExitCode33_B20E1C763EABC71457DC82AA53F672F2LLSivpfi","regions":[[34,51,34,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24installationScriptOutput33_B20E1C763EABC71457DC82AA53F672F2LLSSvpfi","regions":[[35,52,35,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC5resetyyF","regions":[[39,18,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC22setupCleanInstallationyyF","regions":[[46,35,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24setupPartialInstallationyyF","regions":[[51,37,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC25setupCompleteInstallationyyF","regions":[[62,38,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC03addD4File4path7content11permissions5ownerySS_S3StF","regions":[[88,89,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC06removeD4File4pathySS_tF","regions":[[97,39,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC10fileExists02atB0SbSS_tF","regions":[[106,50,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC10fileExists02atB0SbSS_tFSbyKXEfu_","regions":[[107,41,107,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC11fileContent02atB0SSSgSS_tF","regions":[[110,54,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC03addD7Process3pid4user7command9isRunningySi_S2SSbtF","regions":[[116,83,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tF","regions":[[126,52,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tFSbAC0dH0VXEfU_","regions":[[127,39,129,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC16isProcessRunning7commandSbSS_tFSbAC0dH0VXEfU_SbyKXEfu_","regions":[[128,50,128,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tF","regions":[[132,53,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tFSbAC0dH0VXEfU_","regions":[[133,36,135,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC14getProcessUser7commandSSSgSS_tFSbAC0dH0VXEfU_SbyKXEfu_","regions":[[134,50,134,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockLaunchctlResult7commandSi8exitCode_SS6outputtSaySSG_tF","regions":[[140,84,166,6,0,0,0,0],[143,16,143,22,0,0,0,0],[144,9,152,14,0,0,0,0],[145,16,145,85,0,0,0,0],[147,13,150,14,0,0,0,0],[150,20,152,14,0,0,0,0],[153,9,156,42,0,0,0,0],[157,9,162,14,0,0,0,0],[158,16,158,51,0,0,0,0],[158,52,160,14,0,0,0,0],[160,20,162,14,0,0,0,0],[163,9,164,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC19mockLaunchctlResult7commandSi8exitCode_SS6outputtSaySSG_tFSSyKXEfu_","regions":[[141,39,141,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC22mockInstallationScriptSi8exitCode_SS6outputtyF","regions":[[168,70,176,6,0,0,0,0],[169,12,169,43,0,0,0,0],[169,44,173,10,0,0,0,0],[173,10,175,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC24forceInstallationFailure8exitCode6outputySi_SStF","regions":[[178,66,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC30clearForcedInstallationFailureyyF","regions":[[183,43,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21MockSystemEnvironmentC21mockLaunchDaemonPlist33_B20E1C763EABC71457DC82AA53F672F2LLSSyF","regions":[[190,52,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC10_isRunning33_B20E1C763EABC71457DC82AA53F672F2LL7Combine9PublishedVySbGvpfi","regions":[[221,38,221,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC04mockE0AcA0d6SystemE0C_tcfc","regions":[[224,50,226,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC11isInstalledSbyF","regions":[[229,32,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC18isServiceInstalledSbyF","regions":[[233,39,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC26isKarabinerDriverInstalledSbyF","regions":[[237,47,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyF","regions":[[242,42,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyFSbyKXEfu_","regions":[[243,26,243,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21isCompletelyInstalledSbyFSbyKXEfu0_","regions":[[243,50,243,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC21getInstallationStatusSSyF","regions":[[246,44,260,6,0,0,0,0],[251,12,251,27,0,0,0,0],[251,63,253,10,0,0,0,0],[253,19,253,34,0,0,0,0],[253,53,255,10,0,0,0,0],[255,19,255,34,0,0,0,0],[255,35,257,10,0,0,0,0],[257,16,259,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC05startF0yyYaF","regions":[[263,30,283,6,0,0,0,0],[264,44,270,10,0,0,0,0],[270,10,283,6,0,0,0,0],[276,12,276,32,0,0,0,0],[276,33,279,10,0,0,0,0],[279,16,282,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC05startF0yyYaFyyYbScMYcXEfU_","regions":[[265,33,268,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC04stopF0yyYaF","regions":[[285,29,294,6,0,0,0,0],[288,12,288,32,0,0,0,0],[288,33,291,10,0,0,0,0],[291,16,293,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC07restartF0yyYaF","regions":[[296,32,299,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC13emergencyStopyyYaF","regions":[[301,32,304,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC7cleanupyyYaF","regions":[[306,26,310,6,0,0,0,0],[307,12,307,21,0,0,0,0],[307,22,309,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC30performTransparentInstallationSbyYaF","regions":[[312,57,321,6,0,0,0,0],[314,12,314,32,0,0,0,0],[314,33,317,10,0,0,0,0],[317,10,320,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC17saveConfiguration5input6outputySS_SStYaKF","regions":[[323,72,346,6,0,0,0,0],[325,44,333,10,0,0,0,0],[333,10,346,6,0,0,0,0],[336,12,336,43,0,0,0,0],[336,44,340,10,0,0,0,0],[340,10,346,6,0,0,0,0],[343,12,343,21,0,0,0,0],[343,22,345,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/MockSystemEnvironment.swift"],"mcdc_records":[],"name":"$s12KeyPathTests28MockEnvironmentKanataManagerC17saveConfiguration5input6outputySS_SStYaKFSbyKXEfu_","regions":[[336,29,336,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V25decodesWithoutSourceLayeryyKF","regions":[[8,51,23,6,0,0,0,0],[18,83,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V22decodesWithSourceLayeryyKF","regions":[[26,48,41,6,0,0,0,0],[36,83,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V22encodesWithSourceLayeryyKF","regions":[[44,48,61,6,0,0,0,0],[53,49,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/MomentaryActivatorCodableTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025MomentaryActivatorCodableC0V17roundTripEncodingyyKF","regions":[[64,43,80,6,0,0,0,0],[72,48,80,6,0,0,0,0],[75,78,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyF","regions":[[9,44,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyFSSyKXEfu_","regions":[[10,24,10,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterAyyFSSyKXEfu0_","regions":[[10,68,10,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyF","regions":[[13,44,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyFSSyKXEfu_","regions":[[14,24,14,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterSyyFSSyKXEfu0_","regions":[[14,68,14,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyF","regions":[[17,44,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyFSSyKXEfu_","regions":[[18,24,18,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterDyyFSSyKXEfu0_","regions":[[18,68,18,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyF","regions":[[21,44,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyFSSyKXEfu_","regions":[[22,24,22,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_letterFyyFSSyKXEfu0_","regions":[[22,68,22,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyF","regions":[[25,44,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu_","regions":[[27,24,27,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu0_","regions":[[27,68,27,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu1_","regions":[[28,24,28,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu2_","regions":[[28,68,28,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu3_","regions":[[29,24,29,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu4_","regions":[[29,68,29,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu5_","regions":[[30,24,30,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu6_","regions":[[30,68,30,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu7_","regions":[[31,24,31,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu8_","regions":[[31,68,31,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu9_","regions":[[32,24,32,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu10_","regions":[[32,68,32,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu11_","regions":[[33,24,33,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu12_","regions":[[33,69,33,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu13_","regions":[[34,24,34,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu14_","regions":[[34,69,34,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu15_","regions":[[35,24,35,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_homeRowyyFSSyKXEfu16_","regions":[[35,69,35,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyF","regions":[[38,44,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu_","regions":[[39,24,39,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu0_","regions":[[39,69,39,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu1_","regions":[[40,24,40,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu2_","regions":[[40,69,40,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu3_","regions":[[41,24,41,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu4_","regions":[[41,69,41,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu5_","regions":[[42,24,42,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu6_","regions":[[42,69,42,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu7_","regions":[[43,24,43,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu8_","regions":[[43,69,43,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu9_","regions":[[44,24,44,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu10_","regions":[[44,69,44,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu11_","regions":[[45,24,45,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu12_","regions":[[45,69,45,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu13_","regions":[[46,24,46,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu14_","regions":[[46,69,46,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu15_","regions":[[47,24,47,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu16_","regions":[[47,69,47,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu17_","regions":[[48,24,48,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA24CodeToKanataName_numbersyyFSSyKXEfu18_","regions":[[48,69,48,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyF","regions":[[51,46,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu_","regions":[[52,24,52,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu0_","regions":[[52,69,52,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu1_","regions":[[53,24,53,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu2_","regions":[[53,69,53,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu3_","regions":[[54,24,54,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu4_","regions":[[54,69,54,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu5_","regions":[[55,24,55,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu6_","regions":[[55,69,55,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu7_","regions":[[56,24,56,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu8_","regions":[[56,69,56,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu9_","regions":[[57,24,57,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu10_","regions":[[57,69,57,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu11_","regions":[[58,24,58,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu12_","regions":[[58,69,58,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu13_","regions":[[59,24,59,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu14_","regions":[[59,69,59,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu15_","regions":[[60,24,60,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_modifiersyyFSSyKXEfu16_","regions":[[60,69,60,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyF","regions":[[63,48,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu_","regions":[[64,24,64,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu0_","regions":[[64,69,64,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu1_","regions":[[65,24,65,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu2_","regions":[[65,69,65,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu3_","regions":[[66,24,66,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu4_","regions":[[66,69,66,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu5_","regions":[[67,24,67,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu6_","regions":[[67,69,67,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu7_","regions":[[68,24,68,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_specialKeysyyFSSyKXEfu8_","regions":[[68,69,68,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyF","regions":[[71,46,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu_","regions":[[72,24,72,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu0_","regions":[[72,70,72,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu1_","regions":[[73,24,73,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu2_","regions":[[73,70,73,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu3_","regions":[[74,24,74,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu4_","regions":[[74,70,74,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu5_","regions":[[75,24,75,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA26CodeToKanataName_arrowKeysyyFSSyKXEfu6_","regions":[[75,70,75,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyF","regions":[[78,49,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu_","regions":[[79,24,79,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu0_","regions":[[79,70,79,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu1_","regions":[[80,24,80,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu2_","regions":[[80,70,80,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu3_","regions":[[81,24,81,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu4_","regions":[[81,69,81,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu5_","regions":[[82,24,82,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu6_","regions":[[82,70,82,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu7_","regions":[[83,24,83,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu8_","regions":[[83,69,83,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu9_","regions":[[84,24,84,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu10_","regions":[[84,69,84,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu11_","regions":[[85,24,85,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu12_","regions":[[85,69,85,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu13_","regions":[[86,24,86,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu14_","regions":[[86,70,86,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu15_","regions":[[87,24,87,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu16_","regions":[[87,70,87,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu17_","regions":[[88,24,88,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu18_","regions":[[88,70,88,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu19_","regions":[[89,24,89,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu20_","regions":[[89,70,89,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu21_","regions":[[90,24,90,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_functionKeysyyFSSyKXEfu22_","regions":[[90,70,90,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyF","regions":[[93,48,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu_","regions":[[94,24,94,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu0_","regions":[[94,69,94,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu1_","regions":[[95,24,95,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu2_","regions":[[95,69,95,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu3_","regions":[[96,24,96,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu4_","regions":[[96,69,96,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu5_","regions":[[97,24,97,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu6_","regions":[[97,69,97,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu7_","regions":[[98,24,98,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu8_","regions":[[98,69,98,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu9_","regions":[[99,24,99,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu10_","regions":[[99,69,99,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu11_","regions":[[100,24,100,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu12_","regions":[[100,69,100,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu13_","regions":[[101,24,101,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu14_","regions":[[101,69,101,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu15_","regions":[[102,24,102,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu16_","regions":[[102,69,102,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu17_","regions":[[103,24,103,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu18_","regions":[[103,69,103,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu19_","regions":[[104,24,104,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA28CodeToKanataName_punctuationyyFSSyKXEfu20_","regions":[[104,69,104,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyF","regions":[[107,51,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu_","regions":[[108,24,108,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu0_","regions":[[108,70,108,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu1_","regions":[[109,24,109,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu2_","regions":[[109,70,109,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu3_","regions":[[110,24,110,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu4_","regions":[[110,70,110,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu5_","regions":[[111,24,111,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu6_","regions":[[111,70,111,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu7_","regions":[[112,24,112,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA31CodeToKanataName_navigationKeysyyFSSyKXEfu8_","regions":[[112,70,112,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyF","regions":[[115,57,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu_","regions":[[116,24,116,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu0_","regions":[[116,69,116,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu1_","regions":[[117,24,117,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu2_","regions":[[117,69,117,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu3_","regions":[[118,24,118,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu4_","regions":[[118,69,118,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu5_","regions":[[119,24,119,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu6_","regions":[[119,70,119,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu7_","regions":[[120,24,120,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu8_","regions":[[120,70,120,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu9_","regions":[[121,24,121,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu10_","regions":[[121,70,121,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu11_","regions":[[122,24,122,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA37CodeToKanataName_extendedFunctionKeysyyFSSyKXEfu12_","regions":[[122,70,122,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyF","regions":[[125,49,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyFSSyKXEfu_","regions":[[126,24,126,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testA29CodeToKanataName_rightControlyyFSSyKXEfu0_","regions":[[126,70,126,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyF","regions":[[129,51,132,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu_","regions":[[130,24,130,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu0_","regions":[[130,70,130,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu1_","regions":[[131,24,131,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C04testa24CodeToKanataName_unknownaH0yyFSSyKXEfu2_","regions":[[131,70,131,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF","regions":[[136,43,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[142,37,142,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C30testEscLeftInset_macBookLayoutyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[142,44,142,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF","regions":[[145,49,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[151,24,151,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C031testEscLeftInset_scalingAffectsJ0yyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[151,32,151,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF","regions":[[154,47,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[161,37,161,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[161,45,161,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu1_","regions":[[162,37,162,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA8UnitSizeyyF12CoreGraphics7CGFloatVyKXEfu2_","regions":[[162,45,162,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF","regions":[[165,42,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[171,30,171,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeyboardViewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019OverlayKeyboardViewC0C023testEscLeftInset_customA3GapyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[171,38,171,44,0,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C15vimCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[11,35,11,73,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C18windowCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[12,38,12,77,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C18symbolCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[13,38,13,74,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C20launcherCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[14,40,14,73,11,0,0,0]]},{"branches":[],"count":11,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C19unknownCollectionId33_FFF9EA463FBB9E260B41E11A1A8BFA58LL10Foundation4UUIDVvpfi","regions":[[15,39,15,45,11,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C04makeeF033_FFF9EA463FBB9E260B41E11A1A8BFA58LL0aB6AppKit0deF0VyF","regions":[[17,56,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyF","regions":[[35,56,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyFypSgyKXEfu_","regions":[[41,25,41,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG24_NilReturnsDefaultOrangeyyFSSyXEfu0_","regions":[[41,32,41,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyF","regions":[[44,49,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyFypSgyKXEfu_","regions":[[49,25,49,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG17_VimReturnsOrangeyyFSSyXEfu0_","regions":[[49,32,49,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF","regions":[[52,60,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFypSgyKXEfu_","regions":[[57,25,57,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFSSyXEfu0_","regions":[[57,32,57,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF7SwiftUI0G0VyKXEfu1_","regions":[[61,24,61,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyF7SwiftUI0G0VyKXEfu2_","regions":[[61,31,61,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG28_WindowSnappingReturnsPurpleyyFSSyXEfu3_","regions":[[61,39,61,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF","regions":[[64,55,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFypSgyKXEfu_","regions":[[69,25,69,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFSSyXEfu0_","regions":[[69,32,69,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF7SwiftUI0G0VyKXEfu1_","regions":[[72,24,72,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyF7SwiftUI0G0VyKXEfu2_","regions":[[72,31,72,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG23_SymbolLayerReturnsBlueyyFSSyXEfu3_","regions":[[72,37,72,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF","regions":[[75,52,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFypSgyKXEfu_","regions":[[80,25,80,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFSSyXEfu0_","regions":[[80,32,80,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF7SwiftUI0G0VyKXEfu1_","regions":[[83,24,83,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyF7SwiftUI0G0VyKXEfu2_","regions":[[83,31,83,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG20_LauncherReturnsCyanyyFSSyXEfu3_","regions":[[83,37,83,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyF","regions":[[86,70,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyFypSgyKXEfu_","regions":[[91,25,91,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectiong8_UnknownI20ReturnsDefaultOrangeyyFSSyXEfu0_","regions":[[91,32,91,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF","regions":[[94,68,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu_","regions":[[103,27,103,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu0_","regions":[[103,40,103,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu1_","regions":[[103,53,103,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu2_","regions":[[104,27,104,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu3_","regions":[[104,40,104,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu4_","regions":[[104,55,104,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu5_","regions":[[105,27,105,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyF7SwiftUI0G0VyKXEfu6_","regions":[[105,40,105,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG36_AllKnownCollectionsHaveUniqueColorsyyFSSyXEfu7_","regions":[[105,55,105,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyF","regions":[[112,50,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyFypSgyKXEfu_","regions":[[122,25,122,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C023testLayerColors_DefaultI9IsDefinedyyFypSgyKXEfu0_","regions":[[123,25,123,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF","regions":[[126,52,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu_","regions":[[134,24,134,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu0_","regions":[[134,37,134,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu1_","regions":[[135,24,135,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu2_","regions":[[135,37,135,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu3_","regions":[[136,24,136,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C022testLayerColors_SystemJ11AreStandardyyF7SwiftUI0G0VyKXEfu4_","regions":[[136,39,136,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF","regions":[[141,62,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu_","regions":[[147,24,147,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu0_","regions":[[147,30,147,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyFSSyXEfu1_","regions":[[147,36,147,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu2_","regions":[[151,24,151,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyF7SwiftUI0G0VyKXEfu3_","regions":[[151,33,151,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG30_ConsistentAcrossMultipleCallsyyFSSyXEfu4_","regions":[[151,42,151,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF","regions":[[154,63,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF7SwiftUI0G0VyKXEfu_","regions":[[162,24,162,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyF7SwiftUI0G0VyKXEfu0_","regions":[[162,32,162,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayKeycapViewColorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022OverlayKeycapViewColorC0C014testCollectionG31_DifferentViewsReturnSameColorsyyFSSyXEfu1_","regions":[[162,40,162,111,0,0,0,0]]},{"branches":[],"count":4,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C12modifierKeys33_29E79CD9F1FF268113EB9A933BA2E300LLShySSGvpfi","regions":[[6,45,17,6,4,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaF","regions":[[19,53,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFSSSgyKXEfu_","regions":[[23,24,23,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFSSSgyKXEfu0_","regions":[[23,44,23,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C017testActivateKeepsG12UntilClearedyyYaFypSgyKXEfu1_","regions":[[26,22,26,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaF","regions":[[29,57,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFypSgyKXEfu_","regions":[[35,22,35,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFSSSgyKXEfu0_","regions":[[36,24,36,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOnA24PressIgnoresModifierKeysyyYaFSSSgyKXEfu1_","regions":[[36,44,36,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaF","regions":[[41,64,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFSSSgyKXEfu_","regions":[[47,24,47,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFSSSgyKXEfu0_","regions":[[47,33,47,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C011testClearOna12PressReturnsG14ForNonModifieryyYaFypSgyKXEfu1_","regions":[[48,22,48,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaF","regions":[[51,50,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaFys6UInt64VYaYbcfU_","regions":[[52,77,52,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C026testImmediateTimeoutClearsG0yyYaFypSgyKXEfu_","regions":[[57,22,57,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/OverlayOneShotLayerOverrideStateTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests032OverlayOneShotLayerOverrideStateC0C16cancelAwareSleepyys6UInt64VYaYbcvpZfiyAFYaYbcfU_","regions":[[60,81,64,6,0,0,0,0],[61,15,61,32,0,0,0,0],[61,33,63,10,0,0,0,0],[63,10,64,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C5setUpyyF","regions":[[8,27,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C8tearDownyyF","regions":[[13,30,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyF","regions":[[20,57,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyFSbyKXEfu_","regions":[[22,23,22,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C44testCheckHomebrewInstallation_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[22,41,22,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyF","regions":[[25,54,32,6,0,0,0,0],[28,21,31,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSbyKXEfu_","regions":[[29,27,29,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSSyXEfu0_","regions":[[29,50,29,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSbyKXEfu1_","regions":[[30,27,30,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C015testGetHomebrewb13_ReturnsValidB5OrNilyyFSSyXEfu2_","regions":[[30,52,30,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyF","regions":[[34,57,41,6,0,0,0,0],[37,24,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSbyKXEfu_","regions":[[38,27,38,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSSyXEfu0_","regions":[[38,52,38,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSbyKXEfu1_","regions":[[39,27,39,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C018testGetHomebrewBinb13_ReturnsValidB5OrNilyyFSSyXEfu2_","regions":[[39,54,39,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF","regions":[[45,64,68,6,0,0,0,0],[51,12,51,34,0,0,0,0],[51,35,58,10,0,0,0,0],[58,16,64,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu_","regions":[[49,23,49,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[49,57,49,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFypSgyKXEfu1_","regions":[[52,29,52,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu2_","regions":[[52,46,52,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu3_","regions":[[54,17,54,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu4_","regions":[[54,46,54,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu5_","regions":[[55,17,55,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu6_","regions":[[57,28,57,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu7_","regions":[[57,54,57,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFypSgyKXEfu8_","regions":[[59,26,59,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu9_","regions":[[59,43,59,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu10_","regions":[[61,17,61,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaF0aB6AppKit0hI4TypeOyKXEfu11_","regions":[[61,46,61,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu12_","regions":[[62,17,62,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSbyKXEfu13_","regions":[[67,24,67,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testDetectKanataInstallation_ReturnsValidInfoyyYaFSSyXEfu14_","regions":[[67,56,67,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyF","regions":[[70,52,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu_","regions":[[71,24,71,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu0_","regions":[[71,69,71,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu1_","regions":[[72,24,72,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu2_","regions":[[72,66,72,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu3_","regions":[[73,24,73,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu4_","regions":[[73,67,73,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu5_","regions":[[74,24,74,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C39testKanataInstallationType_DisplayNamesyyFSSyKXEfu6_","regions":[[74,73,74,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaF","regions":[[79,61,101,6,0,0,0,0],[94,12,94,35,0,0,0,0],[94,36,100,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu_","regions":[[83,23,83,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu_SbyKXEfu0_","regions":[[83,57,83,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu1_","regions":[[85,13,85,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[85,60,85,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu3_","regions":[[86,24,86,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu3_SbyKXEfu4_","regions":[[86,65,86,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu5_","regions":[[89,24,89,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu6_","regions":[[90,23,90,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSbyKXEfu7_","regions":[[97,17,97,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C07testGetde17Info_ReturnsValidH0yyYaFSSyXEfu8_","regions":[[98,17,98,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaF","regions":[[105,61,128,6,0,0,0,0],[113,12,113,48,0,0,0,0],[113,49,127,10,0,0,0,0],[123,37,126,14,0,0,0,0],[126,14,127,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSSyKXEfu_","regions":[[118,74,118,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSbyKXEfu0_","regions":[[119,28,119,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testDetectCommonIssues_WithRealSystemStateyyYaFSSyXEfu1_","regions":[[119,45,119,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaF","regions":[[130,60,167,6,0,0,0,0],[143,35,156,10,0,0,0,0],[145,16,145,22,0,0,0,0],[145,54,155,14,0,0,0,0],[155,14,156,10,0,0,0,0],[156,10,167,6,0,0,0,0],[159,12,159,41,0,0,0,0],[159,42,166,10,0,0,0,0],[161,58,165,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFypSgyKXEfu_","regions":[[149,33,149,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu0_","regions":[[149,57,149,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu1_","regions":[[151,21,151,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu1_SSyKXEfu2_","regions":[[151,86,151,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu3_","regions":[[152,21,152,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFypSgyKXEfu4_","regions":[[160,29,160,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu5_","regions":[[160,53,160,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSbyKXEfu6_","regions":[[163,21,163,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C41testInstallationVerification_RealBehavioryyYaFSSyXEfu7_","regions":[[163,75,163,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaF","regions":[[171,81,190,6,0,0,0,0],[178,47,183,10,0,0,0,0],[183,10,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSiyKXEfu_","regions":[[175,37,175,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSiyKXEfu0_","regions":[[175,60,175,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu1_","regions":[[179,28,179,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu2_","regions":[[180,28,180,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu3_","regions":[[181,28,181,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu4_","regions":[[182,28,182,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSb0aB6AppKit0H14RecommendationVXEfU_","regions":[[186,67,188,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSbyKXEfu5_","regions":[[189,23,189,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C047testGetInstallationRecommendations_ReturnsValidI0yyYaFSSyXEfu6_","regions":[[189,51,189,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyF","regions":[[192,55,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu_","regions":[[202,23,202,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu0_","regions":[[203,23,203,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu1_","regions":[[204,23,204,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C42testInstallationRecommendation_DisplayTextyyFSbyKXEfu2_","regions":[[205,23,205,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyF","regions":[[210,44,222,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu_","regions":[[212,24,212,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu0_","regions":[[212,64,212,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSSgyKXEfu1_","regions":[[213,24,213,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSSgyKXEfu2_","regions":[[213,75,213,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu3_","regions":[[214,23,214,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu4_","regions":[[215,24,215,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu5_","regions":[[218,24,218,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSSyKXEfu6_","regions":[[218,75,218,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFypSgyKXEfu7_","regions":[[219,22,219,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu8_","regions":[[220,23,220,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testD20Info_StaticInstancesyyFSbyKXEfu9_","regions":[[221,24,221,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyF","regions":[[224,48,227,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu_","regions":[[225,24,225,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu0_","regions":[[225,80,225,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu1_","regions":[[226,24,226,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C04testdE17Type_DisplayNamesyyFSSyKXEfu2_","regions":[[226,79,226,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyF","regions":[[229,48,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu_","regions":[[230,24,230,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu0_","regions":[[230,65,230,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu1_","regions":[[231,24,231,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu2_","regions":[[231,63,231,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu3_","regions":[[232,24,232,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C35testInstallationMethod_DisplayNamesyyFSSyKXEfu4_","regions":[[232,62,232,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyF","regions":[[235,50,239,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu_","regions":[[236,24,236,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu0_","regions":[[236,63,236,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu1_","regions":[[237,24,237,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu2_","regions":[[237,65,237,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu3_","regions":[[238,24,238,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C37testInstallationPriority_DisplayNamesyyFSSyKXEfu4_","regions":[[238,62,238,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyF","regions":[[243,37,261,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFypSgyKXEfu_","regions":[[255,25,255,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu0_","regions":[[259,24,259,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu1_","regions":[[259,47,259,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu2_","regions":[[260,24,260,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C24testCodeSigningCache_HityyFSbyKXEfu3_","regions":[[260,41,260,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testCodeSigningCache_InvalidationOnFileChangeyyF","regions":[[263,58,283,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C45testCodeSigningCache_InvalidationOnFileChangeyyFypSgyKXEfu_","regions":[[282,25,282,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C30testCodeSigningCache_SizeLimityyF","regions":[[285,43,313,6,0,0,0,0],[291,27,295,10,0,0,0,0],[295,10,313,6,0,0,0,0],[304,31,306,10,0,0,0,0],[306,10,313,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PackageManagerC0C30testCodeSigningCache_SizeLimityyFypSgyKXEfu_","regions":[[312,25,312,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC17homebrewAvailable15kanataInstalled0iB016installationTypeACSb_SbSSSg0aB6AppKit018KanataInstallationL0Otcfc","regions":[[330,7,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC25checkHomebrewInstallationSbyF","regions":[[337,55,339,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC011getHomebrewB0SSSgyF","regions":[[341,48,343,6,0,0,0,0],[342,33,342,57,0,0,0,0],[342,60,342,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC014getHomebrewBinB0SSSgyF","regions":[[345,51,347,6,0,0,0,0],[346,33,346,52,0,0,0,0],[346,55,346,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests18MockPackageManagerC24detectKanataInstallation0aB6AppKit0hI4InfoVyYaF","regions":[[349,78,357,6,0,0,0,0],[354,44,354,51,0,0,0,0],[354,54,354,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF","regions":[[364,68,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSbyKXEfu_","regions":[[369,23,369,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSbyKXEfu0_","regions":[[370,24,370,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu1_","regions":[[371,24,371,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu2_","regions":[[371,61,371,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF0aB6AppKit0eF0C0eF4TypeOSgyKXEfu3_","regions":[[372,24,372,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaF0aB6AppKit0eF0C0eF4TypeOSgyKXEfu4_","regions":[[372,61,372,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSb0aB6AppKit26InstallationRecommendationVXEfU_","regions":[[376,60,376,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu5_","regions":[[378,13,378,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu6_","regions":[[378,42,378,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSSyXEfu7_","regions":[[378,45,378,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSb0aB6AppKit26InstallationRecommendationVXEfU0_","regions":[[382,68,382,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu8_","regions":[[384,13,384,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSiyKXEfu9_","regions":[[384,44,384,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C49testEdgeCase_HomebrewAvailable_KanataNotInstalledyyYaFSSyXEfu10_","regions":[[384,47,384,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaF","regions":[[389,51,407,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSbyKXEfu_","regions":[[394,24,394,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSbyKXEfu0_","regions":[[395,24,395,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu1_","regions":[[396,24,396,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu2_","regions":[[396,61,396,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSb0aB6AppKit26InstallationRecommendationVXEfU_","regions":[[399,60,399,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu3_","regions":[[400,30,400,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu4_","regions":[[400,59,400,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSSyXEfu5_","regions":[[400,62,400,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSb0aB6AppKit26InstallationRecommendationVXEfU0_","regions":[[403,66,403,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu6_","regions":[[405,13,405,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSiyKXEfu7_","regions":[[405,42,405,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C024testEdgeCase_NoHomebrew_J6KanatayyYaFSSyXEfu8_","regions":[[405,45,405,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF","regions":[[410,49,433,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSbyKXEfu_","regions":[[420,23,420,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF0aB6AppKit06KanataK4TypeOyKXEfu0_","regions":[[421,24,421,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaF0aB6AppKit06KanataK4TypeOyKXEfu1_","regions":[[421,53,421,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyKXEfu2_","regions":[[422,24,422,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyKXEfu3_","regions":[[422,65,422,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSbyKXEfu4_","regions":[[423,23,423,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSb0aB6AppKit0K14RecommendationVXEfU_","regions":[[427,63,429,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSiyKXEfu5_","regions":[[431,13,431,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSiyKXEfu6_","regions":[[431,45,431,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PackageManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018MockPackageManagerC0C30testEdgeCase_CargoInstallationyyYaFSSyXEfu7_","regions":[[431,48,431,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyF","regions":[[7,64,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFSbyKXEfu_","regions":[[28,23,28,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFSbyKXEfu0_","regions":[[29,23,29,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu1_","regions":[[30,24,30,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C040testKanataUnknownClassifiesAsNotVerifiedL8BlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu2_","regions":[[30,48,30,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyF","regions":[[33,49,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFSbyKXEfu_","regions":[[54,23,54,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu0_","regions":[[55,24,55,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFShy0aB6AppKit16PGPermissionTypeOGyKXEfu1_","regions":[[55,45,55,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionGateEvaluationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionGateEvaluationC0C36testKanataDeniedClassifiesAsBlockingyyFSbyKXEfu2_","regions":[[56,23,56,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C5setUpyyYaKF","regions":[[9,40,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C8tearDownyyYaKF","regions":[[13,43,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF","regions":[[17,61,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSdyKXEfu_","regions":[[22,27,22,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSdyKXEfu0_","regions":[[22,37,22,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSSyXEfu1_","regions":[[22,42,22,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu2_","regions":[[23,24,23,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu3_","regions":[[23,53,23,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C018testSnapshotInTestg2IsF14AndNonBlockingyyYaFSbyKXEfu4_","regions":[[24,23,24,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaF","regions":[[27,57,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaFSdyKXEfu_","regions":[[31,24,31,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleFastModeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests024PermissionOracleFastModeC0C034testSnapshotCachingHonorsTTLInTestG0yyYaFSdyKXEfu0_","regions":[[31,63,31,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V39blockingMessageSpecificityAccessibilityyyF","regions":[[12,52,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V39blockingMessageSpecificityAccessibilityyyFSSyKXEfu_","regions":[[34,43,34,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V41blockingMessageSpecificityInputMonitoringyyF","regions":[[42,54,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V41blockingMessageSpecificityInputMonitoringyyFSSyKXEfu_","regions":[[64,43,64,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V016kanataBlocksWhenaB7UnknownyyF","regions":[[74,43,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOraclePolicyTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022PermissionOraclePolicyC0V016kanataBlocksWhenaB7UnknownyyFSSyKXEfu_","regions":[[96,43,96,45,0,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V13statusIsReadyyyF","regions":[[13,26,18,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V16statusIsBlockingyyF","regions":[[21,29,26,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V17statusDescriptionyyF","regions":[[29,30,34,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V19permissionSetHasAllyyF","regions":[[39,32,75,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V19snapshotSystemReadyyyF","regions":[[80,32,129,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V21snapshotBlockingIssueyyF","regions":[[132,34,194,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V29snapshotBlockingIssuePriorityyyF","regions":[[197,42,224,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V25snapshotDiagnosticSummaryyyF","regions":[[227,38,251,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V21confidenceDescriptionyyF","regions":[[256,34,259,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V12modeSnapshotyyYaF","regions":[[264,31,276,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V17cacheInvalidationyyYaF","regions":[[279,36,302,6,1,0,0,0]]},{"branches":[],"count":1,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PermissionOracleTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016PermissionOracleC0V12forceRefreshyyYaF","regions":[[305,31,318,6,1,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC5setUpyyYaKF","regions":[[9,40,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC8tearDownyyYaKF","regions":[[13,43,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF","regions":[[17,61,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSdyKXEfu_","regions":[[22,27,22,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSdyKXEfu0_","regions":[[22,37,22,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSSyXEfu1_","regions":[[22,42,22,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu2_","regions":[[23,24,23,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaF0aB11Permissions0dE0C10ConfidenceOyKXEfu3_","regions":[[23,53,23,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC42testSnapshotInTestModeIsFastAndNonBlockingyyYaFSbyKXEfu4_","regions":[[24,23,24,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaF","regions":[[27,57,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaFSdyKXEfu_","regions":[[31,24,31,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/PermissionOracleXCTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23PermissionOracleXCTestsC38testSnapshotCachingHonorsTTLInTestModeyyYaFSdyKXEfu0_","regions":[[31,63,31,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V23allLayoutsAreRegisteredyyF","regions":[[8,42,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findMacBookE0yyF","regions":[[12,36,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findKinesisE0yyF","regions":[[18,36,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findUnknownE10ReturnsNilyyF","regions":[[24,46,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07macBookE7HasKeysyyF","regions":[[31,39,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07macBookE13HasDimensionsyyF","regions":[[38,45,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE7HasKeysyyF","regions":[[46,39,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE11HasSplitGapyyF","regions":[[53,43,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE19HasRotatedThumbKeysyyF","regions":[[59,51,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE19HasRotatedThumbKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[61,46,61,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE16HasTallThumbKeysyyF","regions":[[65,48,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V07kinesisE16HasTallThumbKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[67,43,67,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08physicalA8DefaultsyyF","regions":[[73,38,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08physicalA16CustomDimensionsyyF","regions":[[80,46,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi60E0yyF","regions":[[89,35,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi65E0yyF","regions":[[95,35,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi75E0yyF","regions":[[101,35,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi80E0yyF","regions":[[107,35,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011findAnsi100E0yyF","regions":[[113,36,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi60E7HasKeysyyF","regions":[[119,38,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi65E12HasArrowKeysyyF","regions":[[125,43,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi65E12HasArrowKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[127,44,127,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyF","regions":[[132,46,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[134,47,134,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi75E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_SbyKXEfu_","regions":[[134,86,134,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyF","regions":[[138,46,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_","regions":[[140,47,140,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi80E15HasFunctionKeysyyFSb0aB6AppKit0dA0VXEfU_SbyKXEfu_","regions":[[140,86,140,126,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findAnsi40E0yyF","regions":[[146,35,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V08findHhkbE0yyF","regions":[[152,33,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V09findCorneE0yyF","regions":[[158,34,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V09findSofleE0yyF","regions":[[164,34,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V015findFerrisSweepE0yyF","regions":[[170,40,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V010findCornixE0yyF","regions":[[176,35,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06ansi40E7HasKeysyyF","regions":[[182,38,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V04hhkbE7HasKeysyyF","regions":[[188,36,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE7HasKeysyyF","regions":[[194,37,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyF","regions":[[201,41,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[204,43,204,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05corneE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[205,44,205,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE7HasKeysyyF","regions":[[210,37,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyF","regions":[[217,41,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[219,43,219,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V05sofleE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[220,44,220,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE7HasKeysyyF","regions":[[225,43,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyF","regions":[[232,47,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[234,43,234,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V011ferrisSweepE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[235,44,235,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE7HasKeysyyF","regions":[[240,38,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyF","regions":[[246,42,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU_","regions":[[248,43,248,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/PhysicalLayoutTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PhysicalLayoutC0V06cornixE11HasSplitGapyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[249,44,249,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyF","regions":[[16,35,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu_","regions":[[17,24,17,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu0_","regions":[[17,56,17,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu1_","regions":[[18,24,18,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu2_","regions":[[18,60,18,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu3_","regions":[[19,24,19,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu4_","regions":[[19,61,19,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu5_","regions":[[20,24,20,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C22testServiceIdentifiersyyFSSyKXEfu6_","regions":[[20,61,20,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyF","regions":[[23,32,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyFSbyKXEfu_","regions":[[24,23,24,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C19testExecutablePathsyyFSbyKXEfu0_","regions":[[25,23,25,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyF","regions":[[30,47,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu_","regions":[[38,24,38,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu0_","regions":[[38,33,38,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu1_","regions":[[39,24,39,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu2_","regions":[[39,33,39,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu3_","regions":[[40,24,40,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu4_","regions":[[40,33,40,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu5_","regions":[[41,24,41,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu6_","regions":[[41,33,41,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu7_","regions":[[42,24,42,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu8_","regions":[[42,33,42,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu9_","regions":[[43,24,43,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu10_","regions":[[43,33,43,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu11_","regions":[[44,24,44,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD14ArgumentsBasicyyFSSyKXEfu12_","regions":[[44,33,44,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyF","regions":[[47,49,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu_","regions":[[55,23,55,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu0_","regions":[[56,24,56,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu1_","regions":[[57,23,57,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD16ArgumentsVerboseyyFSbyKXEfu2_","regions":[[58,23,58,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyF","regions":[[61,52,73,6,0,0,0,0],[70,58,72,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFypSgyKXEfu_","regions":[[69,25,69,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFSSyKXEfu0_","regions":[[71,28,71,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C015testBuildKanataD19ArgumentsCustomPortyyFSSyKXEfu1_","regions":[[71,45,71,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyF","regions":[[77,56,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[85,23,85,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[86,23,86,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[87,23,87,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu2_","regions":[[88,23,88,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD20ContainsRequiredKeysyyFSbyKXEfu3_","regions":[[89,23,89,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD17ContainsServiceIDyyF","regions":[[92,53,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD17ContainsServiceIDyyFSbyKXEfu_","regions":[[98,23,98,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsBinaryB0yyF","regions":[[101,54,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsBinaryB0yyFSbyKXEfu_","regions":[[108,23,108,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsConfigB0yyF","regions":[[111,54,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanatad14ContainsConfigB0yyFSbyKXEfu_","regions":[[118,23,118,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyF","regions":[[121,51,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyFSbyKXEfu_","regions":[[128,23,128,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD15ContainsTCPPortyyFSbyKXEfu0_","regions":[[129,23,129,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyF","regions":[[132,50,151,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu_","regions":[[147,23,147,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu0_","regions":[[148,23,148,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu1_","regions":[[149,24,149,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD14VerboseLoggingyyFSbyKXEfu2_","regions":[[150,24,150,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C018testGenerateKanataD8ValidXMLyyF","regions":[[153,44,166,6,0,0,0,0],[161,104,161,122,0,0,0,0],[162,14,165,10,0,0,0,0],[165,10,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyF","regions":[[170,60,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[173,23,173,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[174,23,174,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[175,23,175,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD17ContainsServiceIDyyF","regions":[[178,57,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD17ContainsServiceIDyyFSbyKXEfu_","regions":[[181,23,181,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemond18ContainsExecutableB0yyF","regions":[[184,62,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemond18ContainsExecutableB0yyFSbyKXEfu_","regions":[[187,23,187,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C022testGenerateVHIDDaemonD8ValidXMLyyF","regions":[[190,48,199,6,0,0,0,0],[194,104,194,122,0,0,0,0],[195,14,198,10,0,0,0,0],[198,10,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyF","regions":[[203,61,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[206,23,206,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[207,23,207,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[208,23,208,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD17ContainsServiceIDyyF","regions":[[211,58,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD17ContainsServiceIDyyFSbyKXEfu_","regions":[[214,23,214,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerd18ContainsExecutableB0yyF","regions":[[217,63,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerd18ContainsExecutableB0yyFSbyKXEfu_","regions":[[220,23,220,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateVHIDManagerD8ValidXMLyyF","regions":[[223,49,232,6,0,0,0,0],[227,104,227,122,0,0,0,0],[228,14,231,10,0,0,0,0],[231,10,232,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyF","regions":[[236,61,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu_","regions":[[240,23,240,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu0_","regions":[[241,23,241,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD20ContainsRequiredKeysyyFSbyKXEfu1_","regions":[[242,23,242,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD17ContainsServiceIDyyF","regions":[[245,58,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD17ContainsServiceIDyyFSbyKXEfu_","regions":[[248,23,248,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationd14ContainsScriptB0yyF","regions":[[251,59,256,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationd14ContainsScriptB0yyFSbyKXEfu_","regions":[[255,23,255,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C023testGenerateLogRotationD8ValidXMLyyF","regions":[[258,49,267,6,0,0,0,0],[262,104,262,122,0,0,0,0],[263,14,266,10,0,0,0,0],[266,10,267,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyF","regions":[[271,47,285,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyKXEfu_","regions":[[284,24,284,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyKXEfu0_","regions":[[284,32,284,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C04testD25GenerationIsDeterministicyyFSSyXEfu1_","regions":[[284,40,284,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyF","regions":[[287,55,301,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyKXEfu_","regions":[[300,27,300,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyKXEfu0_","regions":[[300,35,300,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PlistGeneratorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014PlistGeneratorC0C027testDifferentConfigsProduceG6PlistsyyFSSyXEfu1_","regions":[[300,43,300,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C5setUpyyYaKF","regions":[[17,40,20,6,0,0,0,0],[18,32,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C8tearDownyyYaKF","regions":[[22,43,25,6,0,0,0,0],[24,35,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyF","regions":[[29,50,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyKXEfu_","regions":[[35,27,35,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyKXEfu0_","regions":[[35,36,35,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyXEfu1_","regions":[[35,61,35,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSbyKXEfu2_","regions":[[36,23,36,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C37testEscapeForAppleScriptEscapesQuotesyyFSSyXEfu3_","regions":[[36,49,36,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyF","regions":[[39,61,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyFSbyKXEfu_","regions":[[44,23,44,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C48testEscapeForAppleScriptHandlesSpecialCharactersyyFSSyXEfu0_","regions":[[44,47,44,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyF","regions":[[47,56,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyFSbyKXEfu_","regions":[[52,24,52,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C43testEscapeForAppleScriptPreservesNormalTextyyFSSyXEfu0_","regions":[[52,41,52,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyF","regions":[[57,48,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyFSbyKXEfu_","regions":[[68,24,68,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C35testExecuteWithPrivilegesInTestModeyyFSSyXEfu0_","regions":[[68,47,68,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyF","regions":[[71,42,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFypSgyKXEfu_","regions":[[76,25,76,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSSyXEfu0_","regions":[[76,33,76,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSbyKXEfu1_","regions":[[77,23,77,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSbyKXEfu1_SbyKXEfu2_","regions":[[77,49,77,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithSudoInTestModeyyFSSyXEfu3_","regions":[[77,74,77,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyF","regions":[[80,47,90,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFypSgyKXEfu_","regions":[[88,25,88,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSSyXEfu0_","regions":[[88,33,88,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSbyKXEfu1_","regions":[[89,23,89,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSbyKXEfu1_SbyKXEfu2_","regions":[[89,49,89,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C34testExecuteWithOsascriptInTestModeyyFSSyXEfu3_","regions":[[89,74,89,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyF","regions":[[94,32,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSbyKXEfu_","regions":[[97,23,97,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSbyKXEfu_SbyKXEfu0_","regions":[[97,41,97,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C19testTestAdminDialogyyFSSyXEfu1_","regions":[[97,58,97,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyF","regions":[[102,42,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyFypSgyKXEfu_","regions":[[109,25,109,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/PrivilegedExecutorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018PrivilegedExecutorC0C29testExecuteWithInvalidCommandyyFSSyXEfu0_","regions":[[109,33,109,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C5setUpyyYaKF","regions":[[13,40,18,6,0,0,0,0],[14,32,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C5setUpyyYaKFyyYbScMYcXEfU_","regions":[[15,29,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C8tearDownyyYaKF","regions":[[20,43,25,6,0,0,0,0],[24,35,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C8tearDownyyYaKFyyYbScMYcXEfU_","regions":[[21,29,23,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C42testInstallLogRotationExecutesWithoutCrashyyYaF","regions":[[27,61,42,6,0,0,0,0],[35,12,38,10,0,0,0,0],[36,55,38,10,0,0,0,0],[38,17,41,10,0,0,0,0],[41,10,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyF","regions":[[44,43,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyFypSgyKXEfu_","regions":[[46,25,46,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C04testF15SingletonExistsyyFSSyXEfu0_","regions":[[46,38,46,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF","regions":[[49,49,57,6,0,0,0,0],[50,9,50,18,0,0,0,2],[56,9,56,15,0,0,0,2]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF0aB6AppKit0deF0C0hI0OyKXEfu_","regions":[[52,17,52,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyF0aB6AppKit0deF0C0hI0OyKXEfu0_","regions":[[53,17,53,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C36testOperationModeIsDirectSudoInDebugyyFSSyXEfu1_","regions":[[54,17,54,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKF","regions":[[59,67,73,6,0,0,0,0],[69,77,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSaySSGycfU_","regions":[[62,45,62,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSbyKXEfu_","regions":[[71,23,71,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSiyKXEfu0_","regions":[[72,24,72,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/PrivilegedOperationsCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests031PrivilegedOperationsCoordinatorC0C41testRestartKarabinerDaemonUsesSingleBatchyyYaKFSiyKXEfu1_","regions":[[72,52,72,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC13defaultResult14resultProviderAC0aB6AppKit0f9ExecutionI0V_AHSS_SStcSgtcfc","regions":[[14,7,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC8commandsSaySS7command_SS11descriptiontGvpfi","regions":[[19,75,19,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7batchesSay0aB4Core010PrivilegedF6RunnerO5BatchVGvpfi","regions":[[20,65,20,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7execute7command11description0aB6AppKit0F15ExecutionResultVSS_SStYaKF","regions":[[22,95,28,6,0,0,0,0],[24,42,26,10,0,0,0,0],[26,10,27,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$s12KeyPathTests24FakeAdminCommandExecutorC7execute5batch0aB6AppKit0F15ExecutionResultV0aB4Core010PrivilegedF6RunnerO5BatchV_tYaKF","regions":[[30,95,36,6,0,0,0,0],[32,42,34,10,0,0,0,0],[34,10,35,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$sSo10XCTestCaseC12KeyPathTestsE25XCTAssertThrowsErrorAsync__4file4line_yxyYaYbKXA_SSyXKs12StaticStringVSuys0H0_pXEtYas8SendableRzlFfA0_SSycfu_","regions":[[43,48,43,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/PrivilegedTestHelpers.swift"],"mcdc_records":[],"name":"$sSo10XCTestCaseC12KeyPathTestsE25XCTAssertThrowsErrorAsync__4file4line_yxyYaYbKXA_SSyXKs12StaticStringVSuys0H0_pXEtYas8SendableRzlF","regions":[[47,13,54,6,0,0,0,0],[48,12,51,10,0,0,0,0],[49,39,51,10,0,0,0,0],[51,17,53,10,0,0,0,0],[53,10,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C5setUpyyYaKF","regions":[[14,40,17,6,0,0,0,0],[15,32,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C8tearDownyyYaKF","regions":[[19,43,22,6,0,0,0,0],[21,35,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaF","regions":[[26,61,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaFSbyKXEfu_","regions":[[41,23,41,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE22ManagerBasicOperationsyyYaFSSyXEfu0_","regions":[[41,29,41,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKF","regions":[[46,47,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFypSgyKXEfu_","regions":[[59,25,59,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFSSyXEfu0_","regions":[[59,54,59,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFypSgyKXEfu1_","regions":[[60,25,60,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C21testConflictDetectionyyYaKFSSyXEfu2_","regions":[[60,51,60,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKF","regions":[[63,48,76,6,0,0,0,0],[69,12,72,10,0,0,0,0],[70,66,72,10,0,0,0,0],[72,17,75,10,0,0,0,0],[75,10,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSbyKXEfu_","regions":[[71,27,71,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSSyXEfu0_","regions":[[71,33,71,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSbyKXEfu1_","regions":[[74,27,74,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD11TerminationyyYaKFSSyXEfu2_","regions":[[74,33,74,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaF","regions":[[78,45,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaFSbyKXEfu_","regions":[[82,23,82,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C012testOrphanedD7CleanupyyYaFSSyXEfu0_","regions":[[82,29,82,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaF","regions":[[87,50,106,6,0,0,0,0],[93,36,99,10,0,0,0,0],[99,10,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSdyKXEfu_","regions":[[105,27,105,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSdyKXEfu0_","regions":[[105,37,105,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD20DetectionPerformanceyyYaFSSyXEfu1_","regions":[[105,42,105,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaF","regions":[[110,40,130,6,0,0,0,0],[116,52,129,10,0,0,0,0],[117,20,117,32,0,0,0,0],[118,13,119,62,0,0,0,0],[120,13,121,64,0,0,0,0],[122,13,123,63,0,0,0,0],[124,13,125,68,0,0,0,0],[126,13,127,22,0,0,0,0],[128,14,129,10,0,0,0,0],[129,10,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu_","regions":[[119,31,119,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu0_","regions":[[119,37,119,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu1_","regions":[[121,31,121,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu2_","regions":[[121,37,121,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu3_","regions":[[123,31,123,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu4_","regions":[[123,37,123,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSbyKXEfu5_","regions":[[125,31,125,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testD10ErrorTypesyyYaFSSyXEfu6_","regions":[[125,37,125,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKF","regions":[[134,57,157,6,0,0,0,0],[151,37,153,10,0,0,0,0],[153,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFScTyyts5NeverOGSiXEfU_","regions":[[138,46,148,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFScTyyts5NeverOGSiXEfU_yyYacfU_","regions":[[139,18,147,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFSbyKXEfu_","regions":[[156,23,156,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C014testConcurrentD10ManagementyyYaKFSSyXEfu0_","regions":[[156,29,156,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaF","regions":[[161,60,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaFSbyKXEfu_","regions":[[172,23,172,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C04testdE21ManagerInitializationyyYaFSSyXEfu0_","regions":[[172,29,172,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaF","regions":[[175,50,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaFSbyKXEfu_","regions":[[184,23,184,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C31testConflictResolutionStructureyyYaFSSyXEfu0_","regions":[[184,29,184,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKF","regions":[[187,50,199,6,0,0,0,0],[192,12,195,10,0,0,0,0],[193,59,195,10,0,0,0,0],[195,17,198,10,0,0,0,0],[198,10,199,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSbyKXEfu_","regions":[[194,27,194,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSSyXEfu0_","regions":[[194,33,194,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSbyKXEfu1_","regions":[[197,27,197,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027ProcessLifecycleIntegrationC0C24testIntentReconciliationyyYaKFSSyXEfu2_","regions":[[197,33,197,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaF","regions":[[9,36,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaFSbyKXEfu_","regions":[[19,23,19,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C17testIntentSettingyyYaFSSyXEfu0_","regions":[[19,29,19,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaF","regions":[[22,42,44,6,0,0,0,0],[28,12,31,10,0,0,0,0],[29,52,31,10,0,0,0,0],[31,17,33,10,0,0,0,0],[33,10,44,6,0,0,0,0],[38,12,41,10,0,0,0,0],[39,52,41,10,0,0,0,0],[41,17,43,10,0,0,0,0],[43,10,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSbyKXEfu_","regions":[[30,27,30,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSSyXEfu0_","regions":[[30,33,30,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSbyKXEfu1_","regions":[[40,27,40,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C23testReconcileWithIntentyyYaFSSyXEfu2_","regions":[[40,33,40,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaF","regions":[[46,46,65,6,0,0,0,0],[52,16,52,29,0,0,0,0],[53,9,54,66,0,0,0,0],[55,9,56,48,0,0,0,0],[57,10,65,6,0,0,0,0],[59,16,59,29,0,0,0,0],[60,9,61,48,0,0,0,0],[62,9,63,58,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyKXEfu_","regions":[[54,28,54,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyKXEfu0_","regions":[[54,36,54,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyXEfu1_","regions":[[54,44,54,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSbyKXEfu2_","regions":[[63,27,63,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testD16IntentEnumValuesyyYaFSSyXEfu3_","regions":[[63,33,63,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaF","regions":[[67,45,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu_","regions":[[75,25,75,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu0_","regions":[[76,25,76,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu1_","regions":[[77,25,77,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/ProcessLifecycleManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023ProcessLifecycleManagerC0C04testdE6ErrorsyyYaFypSgyKXEfu2_","regions":[[78,25,78,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C5setUpyyF","regions":[[11,27,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C8tearDownyyF","regions":[[18,30,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C13sampleQMKJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[27,37,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C11invalidJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[57,35,59,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C13noLayoutsJSON33_AE17A564A7347631FCAC3592698C0BF8LL10Foundation4DataVvg","regions":[[62,37,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKF","regions":[[74,47,89,6,0,0,0,0],[78,46,89,6,0,0,0,0],[85,10,89,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSSyKXEfu_","regions":[[87,24,87,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSSyKXEfu0_","regions":[[87,37,87,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C21testParseValidQMKJSONyyYaKFSbyKXEfu1_","regions":[[88,24,88,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C20testParseInvalidJSONyyYaKF","regions":[[91,46,114,6,0,0,0,0],[95,44,114,6,0,0,0,0],[98,12,105,10,0,0,0,0],[103,14,105,10,0,0,0,0],[105,45,111,10,0,0,0,0],[106,42,108,14,0,0,0,0],[108,20,110,14,0,0,0,0],[111,17,113,10,0,0,0,0],[113,10,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C18testParseNoLayoutsyyYaKF","regions":[[116,44,141,6,0,0,0,0],[120,46,141,6,0,0,0,0],[123,12,130,10,0,0,0,0],[128,14,130,10,0,0,0,0],[130,45,138,10,0,0,0,0],[132,44,134,14,0,0,0,0],[134,20,137,14,0,0,0,0],[138,17,140,10,0,0,0,0],[140,10,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKF","regions":[[143,50,146,6,0,0,0,0],[144,77,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKFSaySSGyKXEfu_","regions":[[145,24,145,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C24testGetAvailableVariantsyyYaKFSaySSGyKXEfu0_","regions":[[145,43,145,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKF","regions":[[150,53,176,6,0,0,0,0],[154,46,176,6,0,0,0,0],[161,10,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSiyKXEfu_","regions":[[174,24,174,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSiyKXEfu0_","regions":[[174,45,174,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSSSgyKXEfu1_","regions":[[175,24,175,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C27testSaveAndLoadCustomLayoutyyYaKFSSSgyKXEfu2_","regions":[[175,51,175,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKF","regions":[[178,48,217,6,0,0,0,0],[182,46,217,6,0,0,0,0],[189,10,217,6,0,0,0,0],[205,65,208,10,0,0,0,0],[208,10,217,6,0,0,0,0],[211,62,211,97,0,0,0,0],[211,100,211,114,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu_","regions":[[202,24,202,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu0_","regions":[[202,45,202,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu1_","regions":[[216,24,216,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C22testDeleteCustomLayoutyyYaKFSiyKXEfu2_","regions":[[216,45,216,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKF","regions":[[221,41,241,6,0,0,0,0],[225,46,241,6,0,0,0,0],[232,10,241,6,0,0,0,0],[237,45,240,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFSbyKXEfu_","regions":[[235,24,235,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFs6UInt16VyKXEfu0_","regions":[[239,31,239,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C15testANSIMappingyyYaKFs6UInt16VyKXEfu1_","regions":[[239,49,239,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C14testISOMappingyyYaKF","regions":[[243,40,258,6,0,0,0,0],[247,46,258,6,0,0,0,0],[254,10,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/QMKImportServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016QMKImportServiceC0C14testISOMappingyyYaKFSbyKXEfu_","regions":[[257,24,257,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V06simpleA7Mapping3row3cols6UInt16V7keyCode_SS5labeltSgSi_SitFZ","regions":[[46,91,51,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V16parseMinimalJSONyyF","regions":[[55,35,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V16parseMinimalJSONyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[58,25,58,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyF","regions":[[67,36,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[70,25,70,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[74,39,74,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA9PositionsyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[80,39,80,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyF","regions":[[86,32,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[89,25,89,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[93,43,93,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[98,41,98,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V05parseA5SizesyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[103,41,103,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyF","regions":[[108,32,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[111,25,111,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[115,43,115,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[119,44,119,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V13parseRotationyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[123,44,123,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V19parseWithIdOverrideyyF","regions":[[129,38,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V19parseWithIdOverrideyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[132,25,132,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21parseWithNameOverrideyyF","regions":[[140,40,149,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21parseWithNameOverrideyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[143,25,143,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22parseWithBothOverridesyyF","regions":[[151,41,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22parseWithBothOverridesyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[154,25,154,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22unmappedKeysAreSkippedyyF","regions":[[165,41,179,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22unmappedKeysAreSkippedyyF14partialMappingL_3row3cols6UInt16V7keyCode_SS5labeltSgSi_SitF","regions":[[167,86,170,10,0,0,0,0],[168,33,168,47,0,0,0,0],[168,47,169,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V18computedDimensionsyyF","regions":[[183,37,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V18computedDimensionsyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[186,25,186,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21invalidJSONReturnsNilyyF","regions":[[200,40,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V21invalidJSONReturnsNilyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[204,25,204,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22emptyLayoutsReturnsNilyyF","regions":[[210,41,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V22emptyLayoutsReturnsNilyyFs6UInt16V7keyCode_SS5labeltSgSi_SitYbcfu_","regions":[[221,25,221,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyF","regions":[[229,43,243,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[238,51,238,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V24loadKinesis360FromBundleyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[241,48,241,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyF","regions":[[247,55,290,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyF10nilMappingL_ys6UInt16V03keyI0_SS5labeltSgSi_SitF","regions":[[266,78,268,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[279,39,279,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[283,39,283,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V021parseJSONWithEmbeddedA12CodeAndLabelyyFSb0aB6AppKit08PhysicalA0VXEfU1_","regions":[[287,42,287,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyF","regions":[[292,55,332,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyF15fallbackMappingL_3row3cols6UInt16V03keyI0_SS5labeltSgSi_SitF","regions":[[310,87,315,10,0,0,0,0],[311,16,311,24,0,0,0,0],[311,35,313,14,0,0,0,0],[313,14,314,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyFSb0aB6AppKit08PhysicalA0VXEfU_","regions":[[326,39,326,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/QMKLayoutParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015QMKLayoutParserC0V018parseJSONWithMixedA15CodeAndFallbackyyFSb0aB6AppKit08PhysicalA0VXEfU0_","regions":[[330,39,330,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C5setUpyyYaKF","regions":[[11,40,18,6,0,0,0,0],[12,32,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C8tearDownyyYaKF","regions":[[20,43,24,6,0,0,0,0],[23,35,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C04postA033_91E6AF1A4E49121B00233CD3FA7B2839LL_6actionySS_SStF","regions":[[26,57,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C9postLayer33_91E6AF1A4E49121B00233CD3FA7B2839LLyySSF","regions":[[34,49,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKF","regions":[[44,74,65,6,0,0,0,0],[49,54,65,6,0,0,0,0],[58,54,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu_","regions":[[52,24,52,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu0_","regions":[[52,42,52,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSSyXEfu1_","regions":[[52,45,52,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu2_","regions":[[62,13,62,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSiyKXEfu3_","regions":[[62,35,62,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_DuplicateWithin100ms_IsSkippedyyYaKFSSyXEfu4_","regions":[[63,13,63,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKF","regions":[[67,78,82,6,0,0,0,0],[71,54,82,6,0,0,0,0],[76,54,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[79,13,79,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[79,35,79,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C027testDeduplication_DifferentA22Within100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[80,13,80,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKF","regions":[[84,81,99,6,0,0,0,0],[88,54,99,6,0,0,0,0],[93,54,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[96,13,96,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[96,35,96,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C55testDeduplication_DifferentActionWithin100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[97,13,97,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKF","regions":[[101,72,117,6,0,0,0,0],[106,55,117,6,0,0,0,0],[111,54,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSiyKXEfu_","regions":[[114,13,114,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[114,35,114,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C022testDeduplication_SameA21After100ms_IsAcceptedyyYaKFSSyXEfu1_","regions":[[115,13,115,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKF","regions":[[119,73,156,6,0,0,0,0],[125,54,156,6,0,0,0,0],[128,54,156,6,0,0,0,0],[132,54,156,6,0,0,0,0],[135,54,156,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu_","regions":[[139,13,139,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu0_","regions":[[139,35,139,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu1_","regions":[[140,13,140,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU_","regions":[[144,50,144,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU_SbyKXEfu_","regions":[[144,69,144,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu2_","regions":[[146,13,146,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu3_","regions":[[146,33,146,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu4_","regions":[[147,13,147,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU0_","regions":[[151,52,151,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSb0aB6AppKit0deF0C13KeypressEventVXEfU0_SbyKXEfu_","regions":[[151,71,151,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu5_","regions":[[153,13,153,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSiyKXEfu6_","regions":[[153,35,153,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testDeduplication_DoubleLetterTyping_IsAcceptedyyYaKFSSyXEfu7_","regions":[[154,13,154,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKF","regions":[[158,75,178,6,0,0,0,0],[161,54,178,6,0,0,0,0],[164,54,178,6,0,0,0,0],[168,54,178,6,0,0,0,0],[172,54,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSiyKXEfu_","regions":[[175,13,175,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSiyKXEfu0_","regions":[[175,35,175,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C49testDeduplication_LayerChange_IsTreatedSeparatelyyyYaKFSSyXEfu1_","regions":[[176,13,176,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKF","regions":[[180,72,197,6,0,0,0,0],[187,53,197,6,0,0,0,0],[191,54,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSiyKXEfu_","regions":[[194,13,194,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSiyKXEfu0_","regions":[[194,35,194,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C46testDeduplication_TCPReplayScenario_IsFilteredyyYaKFSSyXEfu1_","regions":[[195,13,195,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKF","regions":[[199,74,218,6,0,0,0,0],[204,54,218,6,0,0,0,0],[208,54,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSiyKXEfu_","regions":[[211,13,211,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSiyKXEfu0_","regions":[[211,35,211,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyXEfu1_","regions":[[212,13,212,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu2_","regions":[[216,24,216,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu3_","regions":[[216,50,216,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu4_","regions":[[217,24,217,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C48testDeduplication_RapidPressRelease_BothAcceptedyyYaKFSSyKXEfu5_","regions":[[217,50,217,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKF","regions":[[222,73,233,6,0,0,0,0],[227,54,233,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSiyKXEfu_","regions":[[230,13,230,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSiyKXEfu0_","regions":[[230,35,230,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C47testRecordingToggle_WhenDisabled_EventsNotAddedyyYaKFSSyXEfu1_","regions":[[231,13,231,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKF","regions":[[235,71,249,6,0,0,0,0],[243,54,249,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSbyKXEfu_","regions":[[239,23,239,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSSyXEfu0_","regions":[[239,44,239,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSiyKXEfu1_","regions":[[246,13,246,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSiyKXEfu2_","regions":[[246,35,246,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C45testRecordingToggle_WhenReEnabled_EventsAddedyyYaKFSSyXEfu3_","regions":[[247,13,247,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKF","regions":[[253,62,273,6,0,0,0,0],[255,27,258,10,0,0,0,0],[257,57,258,10,0,0,0,0],[258,10,273,6,0,0,0,0],[260,54,273,6,0,0,0,0],[266,54,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSiyKXEfu_","regions":[[270,13,270,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSiyKXEfu0_","regions":[[270,35,270,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C36testDeduplication_ChecksLast10EventsyyYaKFSSyXEfu1_","regions":[[271,13,271,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKF","regions":[[275,58,286,6,0,0,0,0],[279,54,286,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu_","regions":[[281,30,281,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu0_","regions":[[281,52,281,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu1_","regions":[[285,24,285,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSiyKXEfu2_","regions":[[285,46,285,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RecentKeypressesServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023RecentKeypressesServiceC0C026testClearEvents_RemovesAllI0yyYaKFSSyXEfu3_","regions":[[285,49,285,81,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C14statusMessages33_0DB0A4BC9B3C410B234D9B2838420FF5LLSaySSGvpfi","regions":[[8,44,8,46,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C18permissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLAA014StubPermissionG0AELLCvg","regions":[[9,43,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11captureStub33_0DB0A4BC9B3C410B234D9B2838420FF5LLAA0gD7CaptureAELLCvg","regions":[[12,36,12,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C13kanataManager33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit07RuntimeE0Cvg","regions":[[13,38,13,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0Cvg","regions":[[14,58,23,8,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_","regions":[[14,58,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_ySScfU_","regions":[[18,28,18,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C11coordinator33_0DB0A4BC9B3C410B234D9B2838420FF5LL0aB6AppKit0dE0CvgAHyXEfU_AF0D7Capture_pycfU0_","regions":[[20,37,20,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKF","regions":[[25,72,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu_","regions":[[35,24,35,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu0_","regions":[[37,13,37,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu1_","regions":[[37,45,37,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_","regions":[[39,23,39,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_SbSSXEfU_","regions":[[39,47,39,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF","regions":[[42,77,83,6,0,0,0,0],[67,27,73,10,0,0,0,0],[68,16,68,47,0,0,0,0],[68,48,71,14,0,0,0,0],[71,14,73,10,0,0,0,0],[73,10,83,6,0,0,0,0],[79,12,79,63,0,0,0,0],[79,64,82,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu_","regions":[[53,23,53,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu0_","regions":[[54,23,54,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSiyKXEfu1_","regions":[[55,24,55,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSiyKXEfu2_","regions":[[55,48,55,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu3_","regions":[[76,13,76,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu3_SbyKXEfu4_","regions":[[76,33,76,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyXEfu5_","regions":[[77,13,77,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSbyKXEfu6_","regions":[[79,32,79,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyKXEfu7_","regions":[[80,28,80,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKFSSyKXEfu8_","regions":[[80,60,80,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF0aB6AppKit0A8SequenceVSgyKXEfu9_","regions":[[81,28,81,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C09testInputD33CompletesWhenCaptureCallbackFiresyyYaKF0aB6AppKit0A8SequenceVSgyKXEfu10_","regions":[[81,65,81,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKF","regions":[[85,73,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu_","regions":[[95,24,95,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu0_","regions":[[97,13,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSSyKXEfu1_","regions":[[97,46,97,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_","regions":[[99,23,99,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C010testOutputD28FailsWhenAccessibilityDeniedyyYaKFSbyKXEfu2_SbSSXEfU_","regions":[[99,47,99,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020RecordingCoordinatorC0C8snapshot33_0DB0A4BC9B3C410B234D9B2838420FF5LL13accessibility0aB11Permissions16PermissionOracleC8SnapshotVAI6StatusO_tFZ","regions":[[102,103,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubPermissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLC8snapshotAD0aB11Permissions0E6OracleC8SnapshotV_tcfc","regions":[[121,47,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22StubPermissionProvider33_0DB0A4BC9B3C410B234D9B2838420FF5LLC15currentSnapshot0aB11Permissions0E6OracleC0Q0VyYaF","regions":[[125,63,127,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC10startCallsSivpfi","regions":[[132,35,132,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC8autoFireSbvpfi","regions":[[134,20,134,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC14setEventRouter_13kanataManagery0aB6AppKit0qR0CSg_AG18RuntimeCoordinatorCSgtF","regions":[[136,80,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC013startSequenceF04mode8callbacky0aB6AppKit0F4ModeO_yAH0aQ0VctF","regions":[[140,93,146,6,0,0,0,0],[143,12,143,20,0,0,0,0],[143,21,145,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC04stopF0yyF","regions":[[148,24,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC07triggerF04withy0aB6AppKit0A8SequenceV_tF","regions":[[152,53,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RecordingCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20StubRecordingCapture33_0DB0A4BC9B3C410B234D9B2838420FF5LLC14sampleSequence3for0aB6AppKit0aQ0VAG0F4ModeO_tFZ","regions":[[156,78,159,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyF","regions":[[12,70,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFs6UInt16VSgyKXEfu_","regions":[[30,24,30,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFs6UInt16VSgyKXEfu0_","regions":[[30,37,30,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde10Map_SimpleD22_ReturnsCorrectMappingyyFSSyXEfu1_","regions":[[30,41,30,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyF","regions":[[33,64,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyFypSgyKXEfu_","regions":[[51,22,51,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE31Map_IdentityMapping_NotIncludedyyFSSyXEfu0_","regions":[[51,35,51,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyF","regions":[[54,63,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyFypSgyKXEfu_","regions":[[72,22,72,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde15Map_TransparentA12_NotIncludedyyFSSyXEfu0_","regions":[[72,35,72,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyF","regions":[[75,64,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyFypSgyKXEfu_","regions":[[93,22,93,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuildde6Map_NoeA16Code_NotIncludedyyFSSyXEfu0_","regions":[[93,35,93,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyF","regions":[[96,51,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSiyKXEfu_","regions":[[119,24,119,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSiyKXEfu0_","regions":[[119,40,119,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu1_","regions":[[119,43,119,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu2_","regions":[[120,24,120,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu3_","regions":[[120,37,120,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu4_","regions":[[120,41,120,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu5_","regions":[[121,24,121,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu6_","regions":[[121,37,121,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu7_","regions":[[121,40,121,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu8_","regions":[[122,24,122,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFs6UInt16VSgyKXEfu9_","regions":[[122,37,122,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C09testBuilddE18Map_MultipleRemapsyyFSSyXEfu10_","regions":[[122,40,122,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyF","regions":[[127,80,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyFSbyKXEfu_","regions":[[139,23,139,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputPressed_SuppressesE0yyFSSyXEfu0_","regions":[[139,48,139,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyF","regions":[[142,84,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyFSbyKXEfu_","regions":[[154,23,154,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea33Codes_WhenInputNotPressed_NothingH0yyFSSyXEfu0_","regions":[[154,43,154,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyF","regions":[[157,68,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSbyKXEfu_","regions":[[169,23,169,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSSyXEfu0_","regions":[[169,48,169,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSbyKXEfu1_","regions":[[170,23,170,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSSyXEfu2_","regions":[[170,47,170,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSiyKXEfu3_","regions":[[171,24,171,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddeA27Codes_MultipleInputsPressedyyFSiyKXEfu4_","regions":[[171,42,171,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyF","regions":[[174,83,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyFSbyKXEfu_","regions":[[186,23,186,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C014testSuppresseddea14Codes_Unmappeda15Pressed_NothingH0yyFSSyXEfu0_","regions":[[186,43,186,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C05builddE3Map025_CA2EBCCB8A78F34B6D6A2DA3O6BCCDC5LL4fromSDys6UInt16VAHGSDyAH0aB6AppKit05LayerA4InfoVG_tF","regions":[[191,96,203,6,0,0,0,0],[193,45,201,10,0,0,0,0],[197,18,199,14,0,0,0,0],[199,14,201,10,0,0,0,0],[201,10,202,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C019calculateSuppresseddeA5Codes025_CA2EBCCB8A78F34B6D6A2DA3P6BCCDC5LL010tcpPressedaI005remapE3MapShys6UInt16VGAJ_SDyA2IGtF","regions":[[208,22,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RemapOutputSuppressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RemapOutputSuppressionC0C019calculateSuppresseddeA5Codes025_CA2EBCCB8A78F34B6D6A2DA3P6BCCDC5LL010tcpPressedaI005remapE3MapShys6UInt16VGAJ_SDyA2IGtFyAJz_AItXEfU_","regions":[[209,56,213,10,0,0,0,0],[210,65,212,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyF","regions":[[15,41,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFypSgyKXEfu_","regions":[[21,25,21,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSyXEfu0_","regions":[[21,53,21,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSiSgyKXEfu1_","regions":[[22,24,22,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSiSgyKXEfu2_","regions":[[22,69,22,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSSgyKXEfu3_","regions":[[23,24,23,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG15Config_AccessoryyFSSSgyKXEfu4_","regions":[[23,71,23,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyF","regions":[[26,44,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyFypSgyKXEfu_","regions":[[29,22,29,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C04testG18Config_AccessorNilyyFSSyXEfu0_","regions":[[29,50,29,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyF","regions":[[34,46,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSiSgyKXEfu_","regions":[[43,24,43,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSiSgyKXEfu0_","regions":[[43,69,43,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSSSgyKXEfu1_","regions":[[44,24,44,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG14Config_SuccessyyFSSSgyKXEfu2_","regions":[[44,71,44,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyF","regions":[[47,48,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyFypSgyKXEfu_","regions":[[57,22,57,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C010testUpdateG16Config_WrongTypeyyFSSyXEfu0_","regions":[[57,50,57,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF","regions":[[62,29,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF0aB6AppKit0deiJ0OyKXEfu_","regions":[[65,24,65,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyF0aB6AppKit0deiJ0OyKXEfu0_","regions":[[65,49,65,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C16testDisplayStyleyyFSSyXEfu1_","regions":[[65,61,65,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF","regions":[[70,41,81,6,0,0,0,0],[74,48,81,6,0,0,0,0],[77,87,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu_","regions":[[79,24,79,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu0_","regions":[[79,46,79,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSSyXEfu1_","regions":[[79,58,79,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSiSgyKXEfu2_","regions":[[80,24,80,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSiSgyKXEfu3_","regions":[[80,66,80,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C21testCodable_RoundTripyyKFSSyXEfu4_","regions":[[80,69,80,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF","regions":[[83,46,96,6,0,0,0,0],[92,92,96,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu_","regions":[[94,24,94,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKF0aB6AppKit0dE12DisplayStyleOyKXEfu0_","regions":[[94,45,94,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFSSyXEfu1_","regions":[[94,53,94,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFypSgyKXEfu2_","regions":[[95,22,95,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C26testCodable_LegacyDecodingyyKFSSyXEfu3_","regions":[[95,46,95,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKF","regions":[[100,44,108,6,0,0,0,0],[104,56,108,6,0,0,0,0],[105,93,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSiSgyKXEfu_","regions":[[107,24,107,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSiSgyKXEfu0_","regions":[[107,66,107,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C09testEmptyG6ConfigyyKFSSyXEfu1_","regions":[[107,69,107,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyF","regions":[[110,29,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyF0aB6AppKit18SequenceDefinitionVSiXEfU_","regions":[[112,41,118,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSiSgyKXEfu_","regions":[[123,24,123,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSiSgyKXEfu0_","regions":[[123,69,123,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/RuleCollectionConfigurationSequencesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests036RuleCollectionConfigurationSequencesC0C07testMaxG0yyFSSyXEfu1_","regions":[[123,74,123,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF","regions":[[9,36,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[11,24,11,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C23testDisplayStyleForListyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[11,45,11,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF","regions":[[14,37,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[16,24,16,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testDisplayStyleForTableyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[16,45,16,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF","regions":[[19,47,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[23,24,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C025testDisplayStyleForSingleA6PickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[23,45,23,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF","regions":[[26,43,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF0aB6AppKit0dehI0OyKXEfu_","regions":[[28,24,28,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C30testDisplayStyleForHomeRowModsyyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[28,45,28,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF","regions":[[31,45,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[35,24,35,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testDisplayStyleForTapHoldPickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[35,45,35,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF","regions":[[38,49,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF0aB6AppKit0dehI0OyKXEfu_","regions":[[42,24,42,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testDisplayStyleForLayerPresetPickeryyF0aB6AppKit0dehI0OyKXEfu0_","regions":[[42,45,42,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyF","regions":[[47,46,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu_","regions":[[51,25,51,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu0_","regions":[[52,24,52,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu1_","regions":[[52,64,52,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[53,24,53,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[53,70,53,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu4_","regions":[[56,22,56,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C010testSingleA20PickerConfigAccessoryyFypSgyKXEfu5_","regions":[[57,22,57,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyF","regions":[[60,44,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFypSgyKXEfu_","regions":[[70,25,70,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu0_","regions":[[71,24,71,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu1_","regions":[[71,62,71,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[72,24,72,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[72,71,72,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu4_","regions":[[73,24,73,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFSSSgyKXEfu5_","regions":[[73,72,73,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C31testTapHoldPickerConfigAccessoryyFypSgyKXEfu6_","regions":[[76,22,76,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyF","regions":[[79,42,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyFypSgyKXEfu_","regions":[[83,25,83,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C29testHomeRowModsConfigAccessoryyFypSgyKXEfu0_","regions":[[86,22,86,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyF","regions":[[89,48,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFypSgyKXEfu_","regions":[[94,25,94,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSiSgyKXEfu0_","regions":[[95,24,95,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSiSgyKXEfu1_","regions":[[95,71,95,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSSSgyKXEfu2_","regions":[[96,24,96,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFSSSgyKXEfu3_","regions":[[96,74,96,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLayerPresetPickerConfigAccessoryyFypSgyKXEfu4_","regions":[[99,22,99,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF","regions":[[104,37,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu_","regions":[[110,24,110,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu0_","regions":[[110,70,110,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu1_","regions":[[113,24,113,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyFSSSgyKXEfu2_","regions":[[113,70,113,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu3_","regions":[[118,24,118,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu4_","regions":[[118,49,118,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF","regions":[[121,40,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyFSSSgyKXEfu_","regions":[[127,24,127,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyFSSSgyKXEfu0_","regions":[[127,71,127,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[132,24,132,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateSelectedTapOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[132,49,132,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF","regions":[[135,41,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyFSSSgyKXEfu_","regions":[[141,24,141,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyFSSSgyKXEfu0_","regions":[[141,72,141,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[146,24,146,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testUpdateSelectedHoldOutputyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[146,49,146,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF","regions":[[149,40,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyFShySSGSgyKXEfu_","regions":[[156,24,156,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyFShySSGSgyKXEfu0_","regions":[[156,63,156,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[161,24,161,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testUpdateHomeRowModsConfigyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[161,49,161,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF","regions":[[164,37,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyFSSSgyKXEfu_","regions":[[172,24,172,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyFSSSgyKXEfu0_","regions":[[172,74,172,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF0aB6AppKit0dE12DisplayStyleOyKXEfu1_","regions":[[177,24,177,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C24testUpdateSelectedPresetyyF0aB6AppKit0dE12DisplayStyleOyKXEfu2_","regions":[[177,49,177,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF","regions":[[182,47,188,6,0,0,0,0],[184,54,188,6,0,0,0,0],[185,93,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF0aB6AppKit0deF0OyKXEfu_","regions":[[187,24,187,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C27testEncodingAndDecodingListyyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[187,34,187,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF","regions":[[190,48,196,6,0,0,0,0],[192,54,196,6,0,0,0,0],[193,93,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF0aB6AppKit0deF0OyKXEfu_","regions":[[195,24,195,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C28testEncodingAndDecodingTableyyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[195,34,195,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF","regions":[[198,58,209,6,0,0,0,0],[203,54,209,6,0,0,0,0],[204,93,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[206,24,206,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[206,34,206,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu1_","regions":[[207,24,207,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu2_","regions":[[207,65,207,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu3_","regions":[[208,24,208,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C029testEncodingAndDecodingSingleA6PickeryyKFSSSgyKXEfu4_","regions":[[208,71,208,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF","regions":[[211,56,229,6,0,0,0,0],[223,54,229,6,0,0,0,0],[224,93,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[226,24,226,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[226,34,226,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu1_","regions":[[227,24,227,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu2_","regions":[[227,72,227,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu3_","regions":[[228,24,228,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testEncodingAndDecodingTapHoldPickeryyKFSSSgyKXEfu4_","regions":[[228,73,228,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF","regions":[[231,60,242,6,0,0,0,0],[237,54,242,6,0,0,0,0],[238,93,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF0aB6AppKit0deF0OyKXEfu_","regions":[[240,24,240,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKF0aB6AppKit0deF0OyKXEfu0_","regions":[[240,34,240,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKFSSSgyKXEfu1_","regions":[[241,24,241,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C40testEncodingAndDecodingLayerPresetPickeryyKFSSSgyKXEfu2_","regions":[[241,75,241,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyF","regions":[[246,47,254,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFypSgyKXEfu_","regions":[[251,25,251,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu0_","regions":[[252,24,252,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu1_","regions":[[252,51,252,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu2_","regions":[[253,24,253,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C34testSelectedPresetComputedPropertyyyFSSSgyKXEfu3_","regions":[[253,54,253,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testSelectedPresetReturnsNilWhenNoMatchyyF","regions":[[256,52,261,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testSelectedPresetReturnsNilWhenNoMatchyyFypSgyKXEfu_","regions":[[260,22,260,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyF","regions":[[263,55,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSiyKXEfu_","regions":[[269,24,269,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSiyKXEfu0_","regions":[[269,55,269,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu1_","regions":[[270,24,270,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu2_","regions":[[270,58,270,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu3_","regions":[[271,24,271,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C034testSelectedMappingsReturnsCorrectI0yyFSSyKXEfu4_","regions":[[271,59,271,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C044testSelectedMappingsReturnsEmptyWhenNoPresetH0yyF","regions":[[274,65,280,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C044testSelectedMappingsReturnsEmptyWhenNoPresetH0yyFSbyKXEfu_","regions":[[279,23,279,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyF","regions":[[284,45,291,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSSyKXEfu_","regions":[[286,24,286,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSSyKXEfu0_","regions":[[286,44,286,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu1_","regions":[[287,23,287,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu2_","regions":[[288,24,288,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu3_","regions":[[289,24,289,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetAppDisplayNameyyFSbyKXEfu4_","regions":[[290,24,290,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyF","regions":[[293,45,300,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSSyKXEfu_","regions":[[295,24,295,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSSyKXEfu0_","regions":[[295,44,295,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu1_","regions":[[296,24,296,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu2_","regions":[[297,23,297,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu3_","regions":[[298,24,298,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C32testLauncherTargetURLDisplayNameyyFSbyKXEfu4_","regions":[[299,24,299,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyF","regions":[[302,57,305,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyFSSyKXEfu_","regions":[[304,24,304,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C44testLauncherTargetURLDisplayNameStripsSchemeyyFSSyKXEfu0_","regions":[[304,44,304,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyF","regions":[[307,48,319,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu_","regions":[[310,24,310,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu0_","regions":[[310,52,310,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu1_","regions":[[311,24,311,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu2_","regions":[[312,24,312,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu3_","regions":[[313,23,313,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSbyKXEfu4_","regions":[[314,24,314,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu5_","regions":[[318,24,318,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetFolderDisplayNameyyFSSyKXEfu6_","regions":[[318,50,318,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyF","regions":[[321,48,333,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu_","regions":[[324,24,324,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu0_","regions":[[324,52,324,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu1_","regions":[[325,24,325,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu2_","regions":[[326,24,326,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu3_","regions":[[327,24,327,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSbyKXEfu4_","regions":[[328,23,328,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu5_","regions":[[332,24,332,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherTargetScriptDisplayNameyyFSSyKXEfu6_","regions":[[332,50,332,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyF","regions":[[335,49,338,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyFSSyKXEfu_","regions":[[337,24,337,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForAppyyFSSyKXEfu0_","regions":[[337,45,337,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyF","regions":[[340,49,343,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyFSSyKXEfu_","regions":[[342,24,342,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C36testLauncherTargetKanataOutputForURLyyFSSyKXEfu0_","regions":[[342,45,342,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyF","regions":[[345,52,348,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyFSSyKXEfu_","regions":[[347,24,347,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForFolderyyFSSyKXEfu0_","regions":[[347,45,347,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyF","regions":[[350,52,353,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyFSSyKXEfu_","regions":[[352,24,352,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C39testLauncherTargetKanataOutputForScriptyyFSSyKXEfu0_","regions":[[352,45,352,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF","regions":[[355,63,367,6,0,0,0,0],[357,54,367,6,0,0,0,0],[358,80,367,6,0,0,0,0],[361,51,364,10,0,0,0,0],[364,16,366,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF0aB6AppKit0hI0OyKXEfu_","regions":[[360,24,360,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKF0aB6AppKit0hI0OyKXEfu0_","regions":[[360,34,360,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSyKXEfu1_","regions":[[362,28,362,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSyKXEfu2_","regions":[[362,34,362,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSSgyKXEfu3_","regions":[[363,28,363,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingFolderyyKFSSSgyKXEfu4_","regions":[[363,34,363,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF","regions":[[369,63,381,6,0,0,0,0],[371,54,381,6,0,0,0,0],[372,80,381,6,0,0,0,0],[375,51,378,10,0,0,0,0],[378,16,380,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF0aB6AppKit0hI0OyKXEfu_","regions":[[374,24,374,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKF0aB6AppKit0hI0OyKXEfu0_","regions":[[374,34,374,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSyKXEfu1_","regions":[[376,28,376,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSyKXEfu2_","regions":[[376,34,376,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSSgyKXEfu3_","regions":[[377,28,377,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C43testLauncherTargetEncodingAndDecodingScriptyyKFSSSgyKXEfu4_","regions":[[377,34,377,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyF","regions":[[383,48,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSSyKXEfu_","regions":[[390,24,390,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSSyKXEfu0_","regions":[[390,37,390,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSbyKXEfu1_","regions":[[391,23,391,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithFolderTargetyyFSbyKXEfu2_","regions":[[392,23,392,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyF","regions":[[395,48,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSSyKXEfu_","regions":[[402,24,402,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSSyKXEfu0_","regions":[[402,37,402,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSbyKXEfu1_","regions":[[403,23,403,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C35testLauncherMappingWithScriptTargetyyFSbyKXEfu2_","regions":[[404,23,404,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyF","regions":[[407,68,424,6,0,0,0,0],[420,66,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu_","regions":[[409,50,409,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu0_","regions":[[410,50,410,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVcfu1_","regions":[[411,53,411,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu2_","regions":[[413,24,413,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu3_","regions":[[413,45,413,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu4_","regions":[[414,24,414,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu5_","regions":[[414,45,414,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSbyKXEfu6_","regions":[[415,23,415,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyXEfu7_","regions":[[415,47,415,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSb0aB6AppKit0H7MappingVXEfU_","regions":[[418,47,418,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFypSgyKXEfu8_","regions":[[419,25,419,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyKXEfu9_","regions":[[421,28,421,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSyKXEfu10_","regions":[[421,34,421,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSSgyKXEfu11_","regions":[[422,28,422,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C55testLauncherGridConfigDefaultMappingsIncludeAppsAndURLsyyFSSSgyKXEfu12_","regions":[[422,38,422,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKF","regions":[[428,71,443,6,0,0,0,0],[437,52,443,6,0,0,0,0],[438,84,443,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSiyKXEfu_","regions":[[440,24,440,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSiyKXEfu0_","regions":[[440,48,440,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSbyKXEfu1_","regions":[[441,23,441,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionConfigurationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionConfigurationC0C51testLauncherGridConfigEncodingWithFoldersAndScriptsyyKFSbyKXEfu2_","regions":[[442,23,442,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyF","regions":[[8,60,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSiyKXEfu_","regions":[[27,24,27,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSiyKXEfu0_","regions":[[27,41,27,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSSSgyKXEfu1_","regions":[[28,24,28,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSSSgyKXEfu2_","regions":[[28,51,28,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSaySSGSgyKXEfu3_","regions":[[29,24,29,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C044testDetectsConflictWhenTwoCollectionsMapSameA0yyFSaySSGSgyKXEfu4_","regions":[[29,65,29,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C022testNoConflictWhenSameA15DifferentLayersyyF","regions":[[32,53,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C022testNoConflictWhenSameA15DifferentLayersyyFSbyKXEfu_","regions":[[51,23,51,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C018testNoConflictWhenH15OverlappingKeysyyF","regions":[[54,48,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C018testNoConflictWhenH15OverlappingKeysyyFSbyKXEfu_","regions":[[73,23,73,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C49testDisabledCollectionsIgnoredInConflictDetectionyyF","regions":[[76,62,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C49testDisabledCollectionsIgnoredInConflictDetectionyyFSbyKXEfu_","regions":[[98,23,98,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyF","regions":[[101,41,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSiyKXEfu_","regions":[[126,24,126,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSiyKXEfu0_","regions":[[126,41,126,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSS0aB4Core0aB5ErrorO19MappingConflictInfoVcfu1_","regions":[[127,42,127,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSaySSGyKXEfu2_","regions":[[128,24,128,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C28testDetectsMultipleConflictsyyFSaySSGyKXEfu3_","regions":[[128,38,128,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyF","regions":[[133,59,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu_","regions":[[159,24,159,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu0_","regions":[[159,51,159,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu1_","regions":[[161,24,161,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSiyKXEfu2_","regions":[[161,51,161,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSSSgyKXEfu3_","regions":[[162,24,162,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C012testDisabledE24DoesNotClaimKeysInDedupeyyFSSSgyKXEfu4_","regions":[[162,59,162,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyF","regions":[[165,45,190,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyFypSgyKXEfu_","regions":[[188,25,188,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C32testKeepsFirstMomentaryActivatoryyFypSgyKXEfu0_","regions":[[189,22,189,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyF","regions":[[192,57,205,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyFSiSgyKXEfu_","regions":[[204,24,204,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C034testRemovesDuplicateMappingsWithinE0yyFSiSgyKXEfu0_","regions":[[204,55,204,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyF","regions":[[207,51,223,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSiSgyKXEfu_","regions":[[221,24,221,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSiSgyKXEfu0_","regions":[[221,55,221,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSSSgyKXEfu1_","regions":[[222,24,222,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C38testKeepsFirstMappingWhenInputRepeatedyyFSSSgyKXEfu2_","regions":[[222,63,222,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyF","regions":[[225,59,258,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu_","regions":[[249,24,249,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu0_","regions":[[249,51,249,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSSyKXEfu1_","regions":[[250,24,250,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSSyKXEfu2_","regions":[[250,54,250,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu3_","regions":[[251,23,251,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu4_","regions":[[254,24,254,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSiyKXEfu5_","regions":[[254,51,254,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu6_","regions":[[255,24,255,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[255,53,255,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu7_","regions":[[256,23,256,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu7_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[256,52,256,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu8_","regions":[[257,23,257,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionDeduplicatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026RuleCollectionDeduplicatorC0C46testRemovesDuplicateInputKeysAcrossCollectionsyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU1_","regions":[[257,52,257,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKF","regions":[[6,68,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSbyKXEfu_","regions":[[13,24,13,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSyXEfu0_","regions":[[13,45,13,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSSgyKXEfu1_","regions":[[14,24,14,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C42testLoadFallsBackToDefaultsWhenFileMissingyyYaKFSSSgyKXEfu2_","regions":[[14,49,14,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF","regions":[[17,50,55,6,0,0,0,0],[20,96,55,6,0,0,0,0],[40,48,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu_","regions":[[43,40,43,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu0_","regions":[[44,40,44,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu1_","regions":[[45,79,45,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSbyKXEfu2_","regions":[[48,13,48,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyXEfu3_","regions":[[49,13,49,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSbyKXEfu4_","regions":[[52,13,52,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C24testSaveAndLoadRoundTripyyYaKFSSyXEfu5_","regions":[[53,13,53,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF","regions":[[57,78,88,6,0,0,0,0],[60,96,88,6,0,0,0,0],[76,77,88,6,0,0,0,0],[77,36,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSb0aB6AppKit0dE0VXEfU_","regions":[[82,32,82,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFypSgyKXEfu_","regions":[[83,25,83,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu0_","regions":[[84,24,84,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu1_","regions":[[84,42,84,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu2_","regions":[[85,24,85,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu3_","regions":[[85,56,85,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu4_","regions":[[86,24,86,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKF0aB6AppKit0dE5LayerOSgyKXEfu5_","regions":[[86,62,86,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu6_","regions":[[87,24,87,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C52testLoadUpgradesBuiltInCollectionsWithLatestMetadatayyYaKFSSSgyKXEfu7_","regions":[[87,45,87,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF","regions":[[90,77,119,6,0,0,0,0],[93,96,119,6,0,0,0,0],[99,16,102,10,0,0,0,0],[102,10,119,6,0,0,0,0],[106,49,119,6,0,0,0,0],[107,36,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFSb0aB6AppKit0dE0VXEfU_","regions":[[98,20,98,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu_","regions":[[112,40,112,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKF10Foundation4UUIDV0aB6AppKit0dE0Vcfu0_","regions":[[113,63,113,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFShy10Foundation4UUIDVGyKXEfu1_","regions":[[116,13,116,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFShy10Foundation4UUIDVGyKXEfu2_","regions":[[116,25,116,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019RuleCollectionStoreC0C51testLoadAddsMissingCatalogDefaultsWhenFileHasSubsetyyYaKFSSyXEfu3_","regions":[[117,13,117,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF","regions":[[9,50,12,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu_","regions":[[10,24,10,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[10,50,10,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu1_","regions":[[11,27,11,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG14_equality_baseyyF0aB6AppKit0diG0OyKXEfu2_","regions":[[11,53,11,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF","regions":[[14,52,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu_","regions":[[15,24,15,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[15,60,15,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu1_","regions":[[16,27,16,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG16_equality_customyyF0aB6AppKit0diG0OyKXEfu2_","regions":[[16,63,16,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF","regions":[[19,65,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF0aB6AppKit0diG0OyKXEfu_","regions":[[26,27,26,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyF0aB6AppKit0diG0OyKXEfu0_","regions":[[26,35,26,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyFSSyKXEfu1_","regions":[[29,24,29,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testd10CollectionG29_equality_customCaseSensitiveyyFSSyKXEfu2_","regions":[[29,43,29,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyF","regions":[[34,47,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyFSSyKXEfu_","regions":[[45,24,45,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_fromTargetG0yyFSSyKXEfu0_","regions":[[45,59,45,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyF","regions":[[48,41,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyFSSyKXEfu_","regions":[[59,24,59,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg14Detection_baseG0yyFSSyKXEfu0_","regions":[[59,59,59,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyF","regions":[[62,47,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyFSSyKXEfu_","regions":[[73,24,73,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg20Detection_navigationG0yyFSSyKXEfu0_","regions":[[73,59,73,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyF","regions":[[78,49,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyFSSyKXEfu_","regions":[[87,24,87,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd7_targetG10KanataNameyyFSSyKXEfu0_","regions":[[87,53,87,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF","regions":[[90,46,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF0aB6AppKit0d10CollectionG0OyKXEfu_","regions":[[98,24,98,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C010testCustomd14_defaultTargetG0yyF0aB6AppKit0d10CollectionG0OyKXEfu0_","regions":[[98,42,98,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG24Matching_caseInsensitiveyyF","regions":[[103,46,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG24Matching_caseInsensitiveyyFSbyKXEfu_","regions":[[119,23,119,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg25Matching_noMatchDifferentG0yyF","regions":[[122,52,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg25Matching_noMatchDifferentG0yyFSbyKXEfu_","regions":[[137,24,137,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyF","regions":[[142,55,158,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[151,31,153,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSiyKXEfu_","regions":[[155,24,155,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSiyKXEfu0_","regions":[[155,43,155,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu1_","regions":[[156,24,156,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu2_","regions":[[156,45,156,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu3_","regions":[[157,24,157,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testg22Removal_filtersCorrectE0yyFSSyKXEfu4_","regions":[[157,45,157,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyF","regions":[[160,49,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSb0aB6AppKit06CustomD0VXEfU_","regions":[[169,25,171,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSiyKXEfu_","regions":[[173,24,173,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSiyKXEfu0_","regions":[[173,37,173,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu1_","regions":[[174,24,174,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu2_","regions":[[174,40,174,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu3_","regions":[[175,24,175,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG27Removal_filtersCorrectRulesyyFSSyKXEfu4_","regions":[[175,40,175,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF","regions":[[178,55,194,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[187,31,189,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSiyKXEfu_","regions":[[191,24,191,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyFSiyKXEfu0_","regions":[[191,43,191,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu1_","regions":[[192,24,192,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu2_","regions":[[192,52,192,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu3_","regions":[[193,24,193,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C04testG33Removal_doesNotRemoveSystemLayersyyF0aB6AppKit0d10CollectionG0OyKXEfu4_","regions":[[193,52,193,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyF","regions":[[198,39,212,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSb0aB6AppKit0dI0VXEfU_","regions":[[206,31,206,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSiyKXEfu_","regions":[[208,24,208,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSiyKXEfu0_","regions":[[208,43,208,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu1_","regions":[[209,24,209,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu1_Sb0aB6AppKit0dI0VXEfU0_","regions":[[209,45,209,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu2_","regions":[[210,23,210,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu2_Sb0aB6AppKit0dI0VXEfU1_","regions":[[210,44,210,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu3_","regions":[[211,23,211,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C26testCollectionRemoval_byIdyyFSbyKXEfu3_Sb0aB6AppKit0dI0VXEfU2_","regions":[[211,44,211,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyF","regions":[[216,48,234,6,0,0,0,0],[225,66,227,10,0,0,0,0],[227,10,234,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSiyKXEfu_","regions":[[229,24,229,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSiyKXEfu0_","regions":[[229,38,229,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu1_","regions":[[230,23,230,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu2_","regions":[[231,23,231,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu3_","regions":[[232,23,232,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C024testAvailableLayers_fromE0yyFSbyKXEfu4_","regions":[[233,24,233,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyF","regions":[[236,48,253,6,0,0,0,0],[244,48,246,10,0,0,0,0],[246,10,253,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSiyKXEfu_","regions":[[248,24,248,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSiyKXEfu0_","regions":[[248,38,248,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu1_","regions":[[249,23,249,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu2_","regions":[[250,23,250,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu3_","regions":[[251,23,251,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/RuleCollectionsManagerLayerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests027RuleCollectionsManagerLayerC0C35testAvailableLayers_fromCustomRulesyyFSbyKXEfu4_","regions":[[252,24,252,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010createTestF0023_E037ECE06C6F736C5E6497K8A4C7DB92LL0aB6AppKit0deF0C_10Foundation3URLVtyYaKF","regions":[[9,84,29,6,0,0,0,0],[14,96,28,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKF","regions":[[34,70,70,6,0,0,0,0],[40,96,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSb0aB6AppKit0dL0VXEfU_","regions":[[56,58,58,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu_","regions":[[60,24,60,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu_Sb0aB6AppKit0dL0VXEfU0_","regions":[[60,57,60,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_","regions":[[65,23,65,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_Sb0aB6AppKit0dL0VXEfU1_","regions":[[65,56,65,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu0_Sb0aB6AppKit0dL0VXEfU1_SbyKXEfu_","regions":[[65,109,65,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_","regions":[[69,23,69,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_Sb0aB6AppKit0dL0VXEfU2_","regions":[[69,42,69,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C44testToggleRehydratesMissingCatalogCollectionyyYaKFSbyKXEfu1_Sb0aB6AppKit0dL0VXEfU2_SbyKXEfu_","regions":[[69,95,69,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyF","regions":[[72,62,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSb0aB6AppKit0D10CollectionVXEfU_","regions":[[74,54,74,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSbyKXEfu_","regions":[[80,13,80,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSSyXEfu0_","regions":[[81,13,81,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSbyKXEfu1_","regions":[[83,23,83,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C49testGenerateConfigIncludesMomentaryActivatorAliasyyFSSyXEfu2_","regions":[[83,57,83,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyF","regions":[[88,45,100,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSiyKXEfu_","regions":[[91,24,91,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSiyKXEfu0_","regions":[[91,40,91,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu1_","regions":[[91,44,91,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_","regions":[[94,23,94,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[94,41,94,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_SbyKXEfu_","regions":[[94,63,94,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu3_","regions":[[94,86,94,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_","regions":[[95,23,95,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_Sb0aB6AppKit0A7MappingVXEfU0_","regions":[[95,41,95,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu4_Sb0aB6AppKit0A7MappingVXEfU0_SbyKXEfu_","regions":[[95,63,95,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu5_","regions":[[95,86,95,118,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_","regions":[[96,23,96,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU1_","regions":[[96,41,96,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu6_Sb0aB6AppKit0A7MappingVXEfU1_SbyKXEfu_","regions":[[96,63,96,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu7_","regions":[[96,86,96,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_","regions":[[97,23,97,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU2_","regions":[[97,41,97,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu8_Sb0aB6AppKit0A7MappingVXEfU2_SbyKXEfu_","regions":[[97,63,97,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu9_","regions":[[97,84,97,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_","regions":[[98,23,98,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_Sb0aB6AppKit0A7MappingVXEfU3_","regions":[[98,41,98,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu10_Sb0aB6AppKit0A7MappingVXEfU3_SbyKXEfu_","regions":[[98,64,98,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu11_","regions":[[98,87,98,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_","regions":[[99,23,99,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_Sb0aB6AppKit0A7MappingVXEfU4_","regions":[[99,41,99,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSbyKXEfu12_Sb0aB6AppKit0A7MappingVXEfU4_SbyKXEfu_","regions":[[99,64,99,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA17MappingsMediaModeyyFSSyXEfu13_","regions":[[99,87,99,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyF","regions":[[102,48,115,6,0,0,0,0],[108,27,114,10,0,0,0,0],[114,10,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSiyKXEfu_","regions":[[105,24,105,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSiyKXEfu0_","regions":[[105,40,105,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSSyXEfu1_","regions":[[105,44,105,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_","regions":[[111,17,111,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_","regions":[[111,35,111,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSbyKXEfu2_Sb0aB6AppKit0A7MappingVXEfU_SbyKXEfu_","regions":[[111,56,111,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctiona8MappingsH4ModeyyFSSyXEfu3_","regions":[[112,17,112,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF","regions":[[117,42,125,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu_","regions":[[119,24,119,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu0_","regions":[[119,64,119,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu1_","regions":[[120,24,120,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyF0aB6AppKit0haI0OyKXEfu2_","regions":[[120,65,120,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyFSbyKXEfu3_","regions":[[123,23,123,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testFunctionA14ModeConversionyyFSbyKXEfu4_","regions":[[124,24,124,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKF","regions":[[130,77,163,6,0,0,0,0],[131,57,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[135,40,138,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[143,23,143,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu0_","regions":[[143,31,143,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu1_","regions":[[150,23,150,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu2_","regions":[[150,31,150,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFypSgyKXEfu3_","regions":[[151,25,151,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu4_","regions":[[151,42,151,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu5_","regions":[[153,13,153,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu5_SbyKXEfu6_","regions":[[153,66,153,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu7_","regions":[[154,13,154,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSiyKXEfu8_","regions":[[158,24,158,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSiyKXEfu9_","regions":[[158,51,158,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu10_","regions":[[158,54,158,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_","regions":[[160,13,160,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_","regions":[[160,42,160,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_SbyKXEfu_","regions":[[160,66,160,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSbyKXEfu11_Sb0aB6AppKit0hD0VXEfU0_SbyKXEfu0_","regions":[[160,88,160,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd12ConflictWithhD15_WarnsButAllowsyyYaKFSSyXEfu12_","regions":[[161,13,161,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKF","regions":[[166,77,195,6,0,0,0,0],[167,57,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[171,40,174,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[178,23,178,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_Sb0aB6AppKit0dK0VXEfU0_","regions":[[178,56,178,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu_Sb0aB6AppKit0dK0VXEfU0_SbyKXEfu_","regions":[[178,109,178,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu0_","regions":[[185,23,185,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu1_","regions":[[185,30,185,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFypSgyKXEfu2_","regions":[[186,25,186,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu3_","regions":[[186,42,186,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu4_","regions":[[188,13,188,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu4_SbyKXEfu5_","regions":[[188,66,188,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu6_","regions":[[189,13,189,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_","regions":[[192,13,192,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_Sb0aB6AppKit0dK0VXEfU1_","regions":[[192,46,192,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSbyKXEfu7_Sb0aB6AppKit0dK0VXEfU1_SbyKXEfu_","regions":[[192,99,192,111,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomD37ConflictWithCollection_WarnsButAllowsyyYaKFSSyXEfu8_","regions":[[193,13,193,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKF","regions":[[198,90,238,6,0,0,0,0],[199,57,238,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKF0aB6AppKit0dI6ChoiceOSgAE0dI7ContextVYacfU_","regions":[[203,40,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu_","regions":[[228,23,228,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu0_","regions":[[228,30,228,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFypSgyKXEfu1_","regions":[[229,25,229,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu2_","regions":[[229,42,229,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu3_","regions":[[231,13,231,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu3_SbyKXEfu4_","regions":[[231,63,231,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu5_","regions":[[232,13,232,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_","regions":[[235,13,235,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_Sb0aB6AppKit0dK0VXEfU0_","regions":[[235,46,235,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSbyKXEfu6_Sb0aB6AppKit0dK0VXEfU0_SbyKXEfu_","regions":[[235,82,235,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C010testCustomd24ConflictWithCollectionOnH20Layer_WarnsButAllowsyyYaKFSSyXEfu7_","regions":[[236,13,236,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKF","regions":[[241,70,273,6,0,0,0,0],[242,57,273,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKF0aB6AppKit0dJ6ChoiceOSgAE0dJ7ContextVYacfU_","regions":[[246,40,249,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0VXEfU0_","regions":[[258,43,258,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0VXEfU1_","regions":[[259,43,259,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFypSgyKXEfu_","regions":[[263,22,263,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu0_","regions":[[263,39,263,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFypSgyKXEfu1_","regions":[[267,25,267,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu2_","regions":[[267,42,267,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSb0aB6AppKit0iD0Vcfu3_","regions":[[270,55,270,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSiyKXEfu4_","regions":[[271,24,271,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSiyKXEfu5_","regions":[[271,44,271,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu6_","regions":[[271,47,271,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSbyKXEfu7_","regions":[[272,23,272,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSbyKXEfu7_Sb0aB6AppKit0iD0VXEfU2_","regions":[[272,45,272,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C016testToggleCustomD24_ConflictWarnsButEnablesyyYaKFSSyXEfu8_","regions":[[272,68,272,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKF","regions":[[276,61,293,6,0,0,0,0],[277,57,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFySScfU_","regions":[[281,29,281,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFypSgyKXEfu_","regions":[[291,22,291,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSSyXEfu0_","regions":[[291,39,291,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSiyKXEfu1_","regions":[[292,24,292,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C026testNoConflictWarning_WhenH7OverlapyyYaKFSiyKXEfu2_","regions":[[292,51,292,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKF","regions":[[296,57,312,6,0,0,0,0],[297,57,312,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFySScfU_","regions":[[301,29,301,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFypSgyKXEfu_","regions":[[311,22,311,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C012testDisabledD15DoesNotConflictyyYaKFSSyXEfu0_","regions":[[311,39,311,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKF","regions":[[315,62,335,6,0,0,0,0],[316,57,335,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKF0aB6AppKit0dH6ChoiceOSgAE0dH7ContextVYacfU_","regions":[[320,40,323,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFypSgyKXEfu_","regions":[[333,25,333,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSbyKXEfu0_","regions":[[334,23,334,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[334,76,334,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C36testConflictInfo_ContainsCorrectKeysyyYaKFSSyXEfu2_","regions":[[334,83,334,116,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKF","regions":[[338,67,372,6,0,0,0,0],[339,57,372,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFySScfU_","regions":[[343,29,343,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu_","regions":[[368,22,368,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFSSyXEfu0_","regions":[[368,39,368,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu1_","regions":[[370,25,370,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu1_Sb0aB6AppKit0D10CollectionVXEfU0_","regions":[[370,46,370,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu2_","regions":[[371,22,371,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C41testIdenticalMomentaryActivatorsDoNotWarnyyYaKFypSgyKXEfu2_Sb0aB6AppKit0D10CollectionVXEfU1_","regions":[[371,43,371,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKF","regions":[[377,68,440,6,0,0,0,0],[378,57,440,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu_","regions":[[424,24,424,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu0_","regions":[[424,55,424,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu1_","regions":[[425,24,425,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu2_","regions":[[425,51,425,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu3_","regions":[[431,24,431,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu4_","regions":[[431,55,431,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu5_","regions":[[432,24,432,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu5_Sb0aB6AppKit0D10CollectionVXEfU_","regions":[[432,57,432,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu6_","regions":[[433,23,433,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu6_Sb0aB6AppKit0D10CollectionVXEfU0_","regions":[[433,56,433,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu7_","regions":[[434,23,434,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu7_Sb0aB6AppKit0D10CollectionVXEfU1_","regions":[[434,56,434,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu8_","regions":[[437,24,437,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSiyKXEfu9_","regions":[[437,51,437,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu10_","regions":[[438,24,438,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu10_Sb0aB6AppKit06CustomD0VXEfU2_","regions":[[438,53,438,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_","regions":[[439,23,439,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_Sb0aB6AppKit06CustomD0VXEfU3_","regions":[[439,52,439,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C023testRemoveLayer_deletesE8AndRulesyyYaKFSbyKXEfu11_Sb0aB6AppKit06CustomD0VXEfU3_SbyKXEfu_","regions":[[439,73,439,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKF","regions":[[443,63,463,6,0,0,0,0],[444,63,463,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu_","regions":[[451,24,451,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu0_","regions":[[451,51,451,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu1_","regions":[[456,24,456,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu2_","regions":[[456,51,456,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu3_","regions":[[462,24,462,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSiyKXEfu4_","regions":[[462,43,462,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C37testRemoveLayer_persistsChangesToDiskyyYaKFSSyXEfu5_","regions":[[462,46,462,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKF","regions":[[466,57,488,6,0,0,0,0],[467,57,488,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu_","regions":[[482,24,482,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu0_","regions":[[482,55,482,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu1_","regions":[[487,24,487,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSiyKXEfu2_","regions":[[487,55,487,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C31testRemoveLayer_caseInsensitiveyyYaKFSSyXEfu3_","regions":[[487,58,487,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKF","regions":[[491,66,524,6,0,0,0,0],[492,57,524,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSiyKXEfu_","regions":[[522,24,522,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSiyKXEfu0_","regions":[[522,55,522,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSbyKXEfu1_","regions":[[523,23,523,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuleCollections/RuleCollectionsManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022RuleCollectionsManagerC0C40testRemoveLayer_doesNotAffectOtherLayersyyYaKFSbyKXEfu1_Sb0aB6AppKit0D10CollectionVXEfU_","regions":[[523,56,523,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKF","regions":[[7,54,43,6,0,0,0,0],[12,49,43,6,0,0,0,0],[16,72,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu_","regions":[[19,24,19,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu0_","regions":[[19,41,19,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu1_","regions":[[21,13,21,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu2_","regions":[[22,13,22,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu3_","regions":[[25,13,25,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu4_","regions":[[26,13,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu5_","regions":[[29,13,29,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu6_","regions":[[30,13,30,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu7_","regions":[[33,13,33,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu8_","regions":[[34,13,34,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_","regions":[[40,13,40,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_SbyKXEfu10_","regions":[[40,41,40,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSbyKXEfu9_SbyKXEfu11_","regions":[[40,69,40,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorResetTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018KanataManagerResetC0C04testF19WritesDefaultConfigyyYaKFSSyXEfu12_","regions":[[41,13,41,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C7manager0aB6AppKit0dE0Cvg","regions":[[7,44,7,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaF","regions":[[9,35,21,6,0,0,0,0],[12,42,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu_","regions":[[14,17,14,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu0_","regions":[[15,17,15,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu1_","regions":[[18,23,18,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu2_","regions":[[18,52,18,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSbyKXEfu3_","regions":[[19,23,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu4_","regions":[[19,52,19,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFypSgyKXEfu5_","regions":[[20,22,20,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C16testInitialStateyyYaFSSyXEfu6_","regions":[[20,51,20,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaF","regions":[[23,43,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSiyKXEfu_","regions":[[37,24,37,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSiyKXEfu0_","regions":[[37,51,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSyXEfu1_","regions":[[37,54,37,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSSgyKXEfu2_","regions":[[38,24,38,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSSgyKXEfu3_","regions":[[38,58,38,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSbyKXEfu4_","regions":[[42,23,42,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C24testDiagnosticManagementyyYaFSSyXEfu5_","regions":[[42,52,42,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaF","regions":[[45,39,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaFypSgyKXEfu_","regions":[[50,25,50,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C20testConfigValidationyyYaFypSgyKXEfu0_","regions":[[51,25,51,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C21testSystemDiagnosticsyyYaF","regions":[[54,40,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C21testSystemDiagnosticsyyYaFypSgyKXEfu_","regions":[[59,25,59,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaF","regions":[[62,40,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSiyKXEfu_","regions":[[69,24,69,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSiyKXEfu0_","regions":[[69,51,69,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSyXEfu1_","regions":[[69,54,69,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu2_","regions":[[70,24,70,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu3_","regions":[[70,58,70,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu4_","regions":[[71,24,71,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C04testA14MappingStorageyyYaFSSSgyKXEfu5_","regions":[[71,59,71,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaF","regions":[[74,41,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSbyKXEfu_","regions":[[77,24,77,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSSyXEfu0_","regions":[[77,44,77,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSbyKXEfu1_","regions":[[78,23,78,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C010testConfigB8PropertyyyYaFSSyXEfu2_","regions":[[78,59,78,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C22testInstallationStatusyyYaF","regions":[[81,41,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C22testInstallationStatusyyYaFypSgyKXEfu_","regions":[[86,25,86,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaF","regions":[[89,50,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSdyKXEfu_","regions":[[96,27,96,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSdyKXEfu0_","regions":[[96,37,96,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/RuntimeCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018RuntimeCoordinatorC0C31testPerformanceConfigValidationyyYaFSSyXEfu1_","regions":[[96,43,96,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKF","regions":[[7,60,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKFSbyYaYbcfU_","regions":[[13,25,13,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE23FiresWhenShouldStopTrueyyYaKFyyYaYbcfU0_","regions":[[14,24,16,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKF","regions":[[22,67,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKFSbyYaYbcfU_","regions":[[29,25,29,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SafetyTimeoutServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020SafetyTimeoutServiceC0C04testE30DoesNotFireWhenShouldStopFalseyyYaKFyyYaYbcfU0_","regions":[[30,24,32,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C5setUpyyYaKF","regions":[[10,40,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C8tearDownyyYaKF","regions":[[17,43,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionWhenDisabledyyF","regions":[[25,43,35,6,0,0,0,0],[30,36,32,10,0,0,0,0],[32,16,34,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyF","regions":[[37,43,48,6,0,0,0,0],[43,50,45,10,0,0,0,0],[45,16,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyFSSyKXEfu_","regions":[[44,28,44,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C30testCheckExecutionFileNotFoundyyFSSyKXEfu0_","regions":[[44,34,44,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyF","regions":[[50,63,62,6,0,0,0,0],[57,55,59,10,0,0,0,0],[59,16,61,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyFSSyKXEfu_","regions":[[58,28,58,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C50testCheckExecutionNeedsConfirmationWhenNotBypassedyyFSSyKXEfu0_","regions":[[58,34,58,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C37testCheckExecutionAllowedWhenBypassedyyF","regions":[[64,50,76,6,0,0,0,0],[71,35,73,10,0,0,0,0],[73,16,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyF","regions":[[78,37,92,6,0,0,0,0],[86,50,89,10,0,0,0,0],[89,16,91,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu_","regions":[[87,27,87,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu_SbyKXEfu0_","regions":[[87,56,87,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSSyXEfu1_","regions":[[87,81,87,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSbyKXEfu2_","regions":[[88,28,88,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C020testTildeExpansionInB0yyFSSyXEfu3_","regions":[[88,49,88,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyF","regions":[[96,30,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu_","regions":[[97,23,97,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu0_","regions":[[98,23,98,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu1_","regions":[[99,23,99,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu2_","regions":[[100,23,100,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu3_","regions":[[102,24,102,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu4_","regions":[[103,24,103,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsAppleD0yyFSbyKXEfu5_","regions":[[104,24,104,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyF","regions":[[107,30,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu_","regions":[[108,23,108,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu0_","regions":[[109,23,109,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu1_","regions":[[110,23,110,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu2_","regions":[[111,23,111,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu3_","regions":[[113,24,113,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu4_","regions":[[114,24,114,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C011testIsShellD0yyFSbyKXEfu5_","regions":[[115,24,115,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyF","regions":[[120,36,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu_","regions":[[126,23,126,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu0_","regions":[[127,23,127,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu1_","regions":[[133,24,133,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testSettingsPersistenceyyFSbyKXEfu2_","regions":[[134,24,134,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyF","regions":[[139,36,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSiyKXEfu_","regions":[[146,24,146,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSiyKXEfu0_","regions":[[146,35,146,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu1_","regions":[[149,24,149,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu2_","regions":[[149,50,149,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSbSgyKXEfu3_","regions":[[150,24,150,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSbSgyKXEfu4_","regions":[[150,51,150,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu5_","regions":[[151,24,151,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionSuccessyyFSSSgyKXEfu6_","regions":[[151,51,151,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyF","regions":[[154,36,167,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSiyKXEfu_","regions":[[161,24,161,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSiyKXEfu0_","regions":[[161,35,161,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu1_","regions":[[164,24,164,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu2_","regions":[[164,50,164,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSbSgyKXEfu3_","regions":[[165,24,165,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSbSgyKXEfu4_","regions":[[165,51,165,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu5_","regions":[[166,24,166,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C23testLogExecutionFailureyyFSSSgyKXEfu6_","regions":[[166,51,166,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyF","regions":[[169,39,188,6,0,0,0,0],[174,28,176,10,0,0,0,0],[176,10,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSiyKXEfu_","regions":[[179,24,179,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSiyKXEfu0_","regions":[[179,35,179,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSyXEfu1_","regions":[[179,40,179,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu2_","regions":[[183,24,183,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu3_","regions":[[183,55,183,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu4_","regions":[[187,24,187,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C26testLogLimitedTo100EntriesyyFSSSgyKXEfu5_","regions":[[187,54,187,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyF","regions":[[192,33,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu_","regions":[[199,24,199,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu0_","regions":[[200,24,200,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ScriptSecurityServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021ScriptSecurityServiceC0C20testResetAllSettingsyyFSbyKXEfu1_","regions":[[201,23,201,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyF","regions":[[15,28,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu_","regions":[[18,24,18,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu0_","regions":[[18,48,18,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu1_","regions":[[18,51,18,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFypSgyKXEfu2_","regions":[[19,22,19,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu3_","regions":[[19,47,19,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu4_","regions":[[20,24,20,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSiyKXEfu5_","regions":[[20,46,20,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C15testDefaultInityyFSSyXEfu6_","regions":[[20,51,20,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF","regions":[[23,24,48,6,0,0,0,0],[33,63,35,10,0,0,0,0],[35,16,37,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu_","regions":[[26,24,26,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu0_","regions":[[26,48,26,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu1_","regions":[[26,51,26,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu2_","regions":[[27,24,27,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSiyKXEfu3_","regions":[[27,46,27,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu4_","regions":[[27,51,27,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU_","regions":[[30,48,30,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu5_","regions":[[31,25,31,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu6_","regions":[[31,36,31,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu7_","regions":[[32,24,32,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu8_","regions":[[32,41,32,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu9_","regions":[[32,57,32,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF0aB6AppKit19RuleCollectionLayerOyKXEfu10_","regions":[[34,28,34,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyF0aB6AppKit19RuleCollectionLayerOyKXEfu11_","regions":[[34,35,34,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu12_","regions":[[34,54,34,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU0_","regions":[[40,45,40,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu13_","regions":[[41,25,41,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu14_","regions":[[41,33,41,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu15_","regions":[[42,24,42,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu16_","regions":[[42,38,42,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu17_","regions":[[42,54,42,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSb0aB6AppKit18SequenceDefinitionVXEfU1_","regions":[[45,45,45,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFypSgyKXEfu18_","regions":[[46,25,46,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu19_","regions":[[46,33,46,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu20_","regions":[[47,24,47,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSaySSGSgyKXEfu21_","regions":[[47,38,47,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C11testPresetsyyFSSyXEfu22_","regions":[[47,54,47,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF","regions":[[52,43,76,6,0,0,0,0],[68,43,75,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSiyKXEfu_","regions":[[67,24,67,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSiyKXEfu0_","regions":[[67,41,67,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu1_","regions":[[67,44,67,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu2_","regions":[[69,28,69,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu3_","regions":[[69,43,69,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu4_","regions":[[69,54,69,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_","regions":[[71,17,72,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu6_","regions":[[71,54,71,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu7_","regions":[[72,21,72,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSbyKXEfu5_SbyKXEfu7_SbyKXEfu8_","regions":[[72,58,72,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testConflictDetection_SameKeysyyFSSyXEfu9_","regions":[[73,17,73,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF","regions":[[78,48,97,6,0,0,0,0],[94,43,96,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSiyKXEfu_","regions":[[93,24,93,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSiyKXEfu0_","regions":[[93,41,93,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSSyXEfu1_","regions":[[93,44,93,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu2_","regions":[[95,28,95,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyF0aB6AppKit08SequenceG0V0G4TypeOyKXEfu3_","regions":[[95,43,95,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C35testConflictDetection_PrefixOverlapyyFSSyXEfu4_","regions":[[95,59,95,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyF","regions":[[99,46,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSbyKXEfu_","regions":[[114,23,114,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSSyXEfu0_","regions":[[114,42,114,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSbyKXEfu1_","regions":[[115,24,115,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C33testConflictDetection_NoConflictsyyFSSyXEfu2_","regions":[[115,45,115,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyF","regions":[[118,52,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSiyKXEfu_","regions":[[127,30,127,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSiyKXEfu0_","regions":[[127,47,127,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C39testConflictDetection_MultipleConflictsyyFSSyXEfu1_","regions":[[127,50,127,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyF","regions":[[132,41,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyFSbyKXEfu_","regions":[[139,23,139,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C28testSequenceValidation_ValidyyFSSyXEfu0_","regions":[[139,38,139,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyF","regions":[[142,45,150,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyFSbyKXEfu_","regions":[[149,24,149,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyKeysyyFSSyXEfu0_","regions":[[149,43,149,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyF","regions":[[152,47,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyFSbyKXEfu_","regions":[[159,24,159,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C34testSequenceValidation_TooManyKeysyyFSSyXEfu0_","regions":[[159,41,159,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyF","regions":[[162,45,170,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyFSbyKXEfu_","regions":[[169,24,169,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C32testSequenceValidation_EmptyNameyyFSSyXEfu0_","regions":[[169,43,169,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyF","regions":[[172,43,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyFSbyKXEfu_","regions":[[179,23,179,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C30testSequenceValidation_MaxKeysyyFSSyXEfu0_","regions":[[179,40,179,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyF","regions":[[184,27,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyKXEfu_","regions":[[191,24,191,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyKXEfu0_","regions":[[191,45,191,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C14testPrettyKeysyyFSSyXEfu1_","regions":[[191,66,191,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyF","regions":[[194,34,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu_","regions":[[196,24,196,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu0_","regions":[[196,44,196,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyXEfu1_","regions":[[196,67,196,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu2_","regions":[[199,24,199,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyKXEfu3_","regions":[[199,50,199,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C21testActionDisplayNameyyFSSyXEfu4_","regions":[[199,69,199,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF","regions":[[204,40,216,6,0,0,0,0],[208,48,216,6,0,0,0,0],[211,75,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF0aB6AppKit0dE0VyKXEfu_","regions":[[213,24,213,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKF0aB6AppKit0dE0VyKXEfu0_","regions":[[213,34,213,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu1_","regions":[[213,43,213,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu2_","regions":[[214,24,214,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu3_","regions":[[214,49,214,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu4_","regions":[[214,75,214,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu5_","regions":[[215,24,215,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSiyKXEfu6_","regions":[[215,47,215,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C20testCodableRoundTripyyKFSSyXEfu7_","regions":[[215,71,215,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF","regions":[[218,49,235,6,0,0,0,0],[227,54,235,6,0,0,0,0],[228,84,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF0aB6AppKit0gH0VyKXEfu_","regions":[[230,24,230,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF0aB6AppKit0gH0VyKXEfu0_","regions":[[230,34,230,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu1_","regions":[[230,43,230,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF10Foundation4UUIDVyKXEfu2_","regions":[[231,24,231,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKF10Foundation4UUIDVyKXEfu3_","regions":[[231,36,231,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu4_","regions":[[231,49,231,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyKXEfu5_","regions":[[232,24,232,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyKXEfu6_","regions":[[232,38,232,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu7_","regions":[[232,53,232,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSaySSGyKXEfu8_","regions":[[233,24,233,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSaySSGyKXEfu9_","regions":[[233,38,233,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu10_","regions":[[233,53,233,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSSgyKXEfu11_","regions":[[234,24,234,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSSgyKXEfu12_","regions":[[234,45,234,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C29testSequenceDefinitionCodableyyKFSSyXEfu13_","regions":[[234,67,234,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyF","regions":[[239,31,247,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu_","regions":[[240,24,240,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu0_","regions":[[240,55,240,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu1_","regions":[[240,60,240,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu2_","regions":[[241,24,241,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu3_","regions":[[241,59,241,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu4_","regions":[[241,64,241,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu5_","regions":[[242,24,242,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSiyKXEfu6_","regions":[[242,58,242,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyXEfu7_","regions":[[242,64,242,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu8_","regions":[[244,24,244,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu9_","regions":[[244,58,244,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu10_","regions":[[245,24,245,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu11_","regions":[[245,62,245,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu12_","regions":[[246,24,246,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/SequencesConfigTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SequencesConfigC0C18testTimeoutPresetsyyFSSyKXEfu13_","regions":[[246,61,246,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyF","regions":[[17,35,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu_","regions":[[18,24,18,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu0_","regions":[[18,61,18,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu1_","regions":[[19,24,19,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu2_","regions":[[19,65,19,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu3_","regions":[[20,24,20,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu4_","regions":[[20,66,20,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu5_","regions":[[21,24,21,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C04testD11IdentifiersyyFSSyKXEfu6_","regions":[[21,66,21,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyF","regions":[[26,48,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSbyKXEfu_","regions":[[40,24,40,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSSyXEfu0_","regions":[[40,32,40,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSbyKXEfu1_","regions":[[41,23,41,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C35testMarkRestartTimeRecordsTimestampyyFSSyXEfu2_","regions":[[41,30,41,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyF","regions":[[44,66,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyFSbyKXEfu_","regions":[[46,24,46,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C046testWasRecentlyRestartedReturnsFalseForUnknownD0yyFSSyXEfu0_","regions":[[46,32,46,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaF","regions":[[49,67,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSbyKXEfu_","regions":[[58,23,58,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSSyXEfu0_","regions":[[58,36,58,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSbyKXEfu1_","regions":[[65,24,65,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C48testWasRecentlyRestartedExpiresAfterWarmupWindowyyYaFSSyXEfu2_","regions":[[65,36,65,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyF","regions":[[68,53,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu_","regions":[[76,23,76,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu0_","regions":[[76,38,76,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu1_","regions":[[80,23,80,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu2_","regions":[[80,36,80,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSbyKXEfu3_","regions":[[84,23,84,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C40testWasRecentlyRestartedWithCustomWindowyyFSSyXEfu4_","regions":[[84,35,84,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyF","regions":[[87,51,101,6,0,0,0,0],[97,37,100,10,0,0,0,0],[100,10,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyFSbyKXEfu_","regions":[[99,27,99,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C38testMarkRestartTimeForMultipleServicesyyFSSyXEfu0_","regions":[[99,37,99,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyF","regions":[[103,67,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyFSbyKXEfu_","regions":[[110,23,110,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C038testHadRecentRestartReturnsTrueWhenAnyD9RestartedyyFSSyXEfu0_","regions":[[110,34,110,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyF","regions":[[113,68,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyFSbyKXEfu_","regions":[[116,24,116,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C55testHadRecentRestartReturnsFalseWhenNoServicesRestartedyyFSSyXEfu0_","regions":[[116,35,116,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaF","regions":[[119,55,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSbyKXEfu_","regions":[[127,23,127,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSSyXEfu0_","regions":[[127,36,127,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSbyKXEfu1_","regions":[[134,24,134,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C36testHadRecentRestartWithCustomWindowyyYaFSSyXEfu2_","regions":[[134,36,134,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaF","regions":[[139,50,157,6,0,0,0,0],[153,37,156,10,0,0,0,0],[156,10,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSSSiXEfU_","regions":[[141,41,141,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFyScGyytGzYaXEfU0_","regions":[[144,44,150,10,0,0,0,0],[145,41,149,14,0,0,0,0],[149,14,150,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFyScGyytGzYaXEfU0_yyYaYbScMYccfU_","regions":[[146,31,148,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSbyKXEfu_","regions":[[155,27,155,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C31testRestartTrackingIsThreadSafeyyYaFSSyXEfu0_","regions":[[155,37,155,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyF","regions":[[161,55,176,6,0,0,0,0],[172,37,175,10,0,0,0,0],[175,10,176,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyFSbyKXEfu_","regions":[[174,27,174,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceBootstrapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceBootstrapperC0C032testRestartTrackingWorksWithRealD3IDsyyFSSyXEfu0_","regions":[[174,37,174,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C5setUpyyYaKF","regions":[[17,40,20,6,0,0,0,0],[18,32,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C8tearDownyyYaKF","regions":[[22,43,25,6,0,0,0,0],[24,35,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyF","regions":[[29,35,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu_","regions":[[30,24,30,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu0_","regions":[[30,62,30,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu1_","regions":[[31,24,31,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu2_","regions":[[31,66,31,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu3_","regions":[[32,24,32,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C04testD11IdentifiersyyFSSyKXEfu4_","regions":[[32,67,32,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaF","regions":[[37,52,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSbyKXEfu_","regions":[[41,23,41,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[41,41,41,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD20LoadedReturnsBooleanyyYaFSSyXEfu1_","regions":[[41,58,41,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaF","regions":[[44,58,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaFSbyKXEfu_","regions":[[48,24,48,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd17LoadedWithInvalidD2IDyyYaFSSyXEfu0_","regions":[[48,32,48,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaF","regions":[[51,53,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu_","regions":[[56,23,56,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[56,51,56,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSSyXEfu1_","regions":[[56,78,56,117,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu2_","regions":[[57,23,57,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSbyKXEfu2_SbyKXEfu3_","regions":[[57,52,57,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21LoadedForVHIDServicesyyYaFSSyXEfu4_","regions":[[57,80,57,120,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaF","regions":[[62,53,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSbyKXEfu_","regions":[[66,23,66,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[66,42,66,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsD21HealthyReturnsBooleanyyYaFSSyXEfu1_","regions":[[66,60,66,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaF","regions":[[69,59,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaFSbyKXEfu_","regions":[[73,24,73,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C06testIsd18HealthyWithInvalidD2IDyyYaFSSyXEfu0_","regions":[[73,33,73,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaF","regions":[[78,52,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFypSgyKXEfu_","regions":[[82,25,82,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu0_","regions":[[82,33,82,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu1_","regions":[[84,13,84,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[84,51,84,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu3_","regions":[[85,13,85,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu4_","regions":[[88,13,88,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[88,55,88,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu6_","regions":[[89,13,89,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu7_","regions":[[92,13,92,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSbyKXEfu7_SbyKXEfu8_","regions":[[92,56,92,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetd13StatusReturnsI0yyYaFSSyXEfu9_","regions":[[93,13,93,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaF","regions":[[97,57,107,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaFSbyKXEfu_","regions":[[106,23,106,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD24StatusComputedPropertiesyyYaFSSyXEfu0_","regions":[[106,29,106,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaF","regions":[[109,51,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu_","regions":[[115,13,115,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu0_","regions":[[115,42,115,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSSyXEfu1_","regions":[[116,13,116,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu2_","regions":[[119,13,119,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSbyKXEfu3_","regions":[[119,46,119,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C07testGetD18StatusIsConsistentyyYaFSSyXEfu4_","regions":[[120,13,120,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaF","regions":[[126,60,139,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFypSgyKXEfu_","regions":[[130,25,130,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu0_","regions":[[130,33,130,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu1_","regions":[[132,13,132,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu1_SbyKXEfu2_","regions":[[132,41,132,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu3_","regions":[[133,13,133,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu4_","regions":[[136,13,136,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSbyKXEfu4_SbyKXEfu5_","regions":[[136,44,136,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatade7ReturnsE0yyYaFSSyXEfu6_","regions":[[137,13,137,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaF","regions":[[141,61,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaFypSgyKXEfu_","regions":[[145,25,145,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C015testCheckKanatadE14WithCustomPortyyYaFSSyXEfu0_","regions":[[145,33,145,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyF","regions":[[150,39,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSbyKXEfu_","regions":[[154,23,154,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSbyKXEfu_SbyKXEfu0_","regions":[[154,44,154,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C26testIsKanataPlistInstalledyyFSSyXEfu1_","regions":[[154,64,154,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyF","regions":[[157,48,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSbyKXEfu_","regions":[[161,23,161,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSbyKXEfu_SbyKXEfu0_","regions":[[161,45,161,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthCheckerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthCheckerC0C35testIsVHIDDaemonConfiguredCorrectlyyyFSSyXEfu1_","regions":[[161,66,161,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC13shouldSucceedSbvpfi","regions":[[9,31,9,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC9callCountSivpfi","regions":[[10,26,10,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC17checkServerStatusSbyYaF","regions":[[12,44,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKanataUDPClientC14resetCallCountyyF","regions":[[17,27,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C5setUpyyYaKF","regions":[[28,40,34,6,0,0,0,0],[29,32,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C8tearDownyyYaKF","regions":[[36,43,45,6,0,0,0,0],[37,32,39,10,0,0,0,0],[39,16,41,10,0,0,0,0],[44,35,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaF","regions":[[49,59,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSbyKXEfu_","regions":[[53,24,53,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSyXEfu0_","regions":[[53,48,53,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSbyKXEfu1_","regions":[[54,23,54,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSyXEfu2_","regions":[[54,51,54,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSSgyKXEfu3_","regions":[[55,24,55,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_ProcessNotRunningyyYaFSSSgyKXEfu4_","regions":[[55,45,55,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaF","regions":[[58,68,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu_","regions":[[67,39,67,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu_SbyKXEfu0_","regions":[[67,89,67,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSbyKXEfu1_","regions":[[69,13,69,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE27_ProcessRunning_NoUDPClientyyYaFSSyXEfu2_","regions":[[70,13,70,123,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaF","regions":[[75,59,83,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaFSbyKXEfu_","regions":[[82,23,82,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C09testCheckdE18_WithinGracePeriodyyYaFSSyXEfu0_","regions":[[82,47,82,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaF","regions":[[87,58,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSbyKXEfu_","regions":[[90,23,90,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu0_","regions":[[90,49,90,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSdyKXEfu1_","regions":[[91,24,91,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSdyKXEfu2_","regions":[[91,57,91,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu3_","regions":[[91,60,91,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSiyKXEfu4_","regions":[[92,24,92,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSiyKXEfu5_","regions":[[92,64,92,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD18_NoPreviousAttemptyyYaFSSyXEfu6_","regions":[[92,67,92,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaF","regions":[[95,55,103,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSbyKXEfu_","regions":[[101,24,101,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSSyXEfu0_","regions":[[101,50,101,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSdyKXEfu1_","regions":[[102,30,102,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSdyKXEfu2_","regions":[[102,63,102,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD15_WithinCooldownyyYaFSSyXEfu3_","regions":[[102,66,102,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaF","regions":[[105,54,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSbyKXEfu_","regions":[[112,23,112,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSSyXEfu0_","regions":[[112,49,112,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSdyKXEfu1_","regions":[[113,24,113,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSdyKXEfu2_","regions":[[113,57,113,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD14_AfterCooldownyyYaFSSyXEfu3_","regions":[[113,60,113,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaF","regions":[[116,61,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaFSbyKXEfu_","regions":[[122,23,122,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C014testCanRestartD21_GracePeriodDetectionyyYaFSSyXEfu0_","regions":[[122,54,122,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaF","regions":[[127,58,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu_","regions":[[131,24,131,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu0_","regions":[[131,64,131,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSSyXEfu1_","regions":[[131,67,131,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu2_","regions":[[136,24,136,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSiyKXEfu3_","regions":[[136,64,136,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordStartAttempt_IncrementCounteryyYaFSSyXEfu4_","regions":[[136,67,136,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaF","regions":[[139,55,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu_","regions":[[147,24,147,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu0_","regions":[[147,64,147,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSSyXEfu1_","regions":[[147,67,147,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu2_","regions":[[153,24,153,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSiyKXEfu3_","regions":[[153,64,153,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C36testRecordStartSuccess_ResetCountersyyYaFSSyXEfu4_","regions":[[153,67,153,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaF","regions":[[158,61,163,6,0,0,0,0],[159,26,162,10,0,0,0,0],[162,10,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaFSbyKXEfu_","regions":[[161,28,161,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C42testRecordConnectionFailure_CountsFailuresyyYaFSSyXEfu0_","regions":[[161,43,161,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaF","regions":[[165,68,174,6,0,0,0,0],[167,26,169,10,0,0,0,0],[169,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaFSbyKXEfu_","regions":[[173,23,173,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49testRecordConnectionFailure_TriggersRecoveryAtMaxyyYaFSSyXEfu0_","regions":[[173,38,173,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaF","regions":[[176,59,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaFSbyKXEfu_","regions":[[187,24,187,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testRecordConnectionSuccess_ResetCounteryyYaFSSyXEfu0_","regions":[[187,39,187,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C035testDetermineRecoveryAction_HealthyD0yyYaF","regions":[[192,61,201,6,0,0,0,0],[196,32,198,10,0,0,0,0],[198,16,200,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C41testDetermineRecoveryAction_SimpleRestartyyYaF","regions":[[203,60,212,6,0,0,0,0],[207,41,209,10,0,0,0,0],[209,16,211,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaF","regions":[[214,65,229,6,0,0,0,0],[216,26,219,10,0,0,0,0],[219,10,229,6,0,0,0,0],[224,46,226,10,0,0,0,0],[226,16,228,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaFSbyKXEfu_","regions":[[225,27,225,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_MaxAttemptsReachedyyYaFSSyXEfu0_","regions":[[225,56,225,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testDetermineRecoveryAction_ConnectionFailuresyyYaF","regions":[[231,65,247,6,0,0,0,0],[233,27,235,10,0,0,0,0],[235,10,247,6,0,0,0,0],[242,40,244,10,0,0,0,0],[244,16,246,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C49skip_testDetermineRecoveryAction_ProcessConflictsyyYaF","regions":[[251,68,268,6,0,0,0,0],[263,42,265,10,0,0,0,0],[265,16,267,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaF","regions":[[272,43,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu_","regions":[[280,13,280,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu0_","regions":[[280,53,280,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu1_","regions":[[280,56,280,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu2_","regions":[[287,24,287,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSiyKXEfu3_","regions":[[287,64,287,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu4_","regions":[[287,67,287,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSbyKXEfu5_","regions":[[288,23,288,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C24testResetMonitoringStateyyYaFSSyXEfu6_","regions":[[288,49,288,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaF","regions":[[293,61,307,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaFSbyKXEfu_","regions":[[305,13,305,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C04testE32CheckWithRetries_EventualSuccessyyYaFSSyXEfu0_","regions":[[305,37,305,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaF","regions":[[309,58,329,6,0,0,0,0],[318,41,320,10,0,0,0,0],[320,16,322,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSiyKXEfu_","regions":[[328,24,328,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSiyKXEfu0_","regions":[[328,64,328,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testFullWorkflow_StartFailureToRecoveryyyYaFSSyXEfu1_","regions":[[328,67,328,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaF","regions":[[333,65,345,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu_","regions":[[336,24,336,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu0_","regions":[[336,38,336,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu1_","regions":[[339,24,339,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu2_","regions":[[339,38,339,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu3_","regions":[[342,24,342,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu4_","regions":[[342,38,342,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSbyKXEfu5_","regions":[[344,24,344,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testRecordPIDObservation_SinglePID_NoCrashLoopyyYaFSSyXEfu6_","regions":[[344,47,344,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaF","regions":[[347,63,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu_","regions":[[350,24,350,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu0_","regions":[[350,38,350,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu1_","regions":[[353,24,353,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu2_","regions":[[353,38,353,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSbyKXEfu3_","regions":[[355,24,355,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C44testRecordPIDObservation_TwoPIDs_NoCrashLoopyyYaFSSyXEfu4_","regions":[[355,47,355,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaF","regions":[[358,71,370,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu_","regions":[[361,24,361,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu0_","regions":[[361,38,361,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu1_","regions":[[364,24,364,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu2_","regions":[[364,38,364,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu3_","regions":[[367,23,367,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu4_","regions":[[367,37,367,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSbyKXEfu5_","regions":[[369,23,369,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C52testRecordPIDObservation_ThreePIDs_TriggersCrashLoopyyYaFSSyXEfu6_","regions":[[369,46,369,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaF","regions":[[372,58,384,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu_","regions":[[375,24,375,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu0_","regions":[[375,38,375,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu1_","regions":[[378,24,378,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu2_","regions":[[378,38,378,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu3_","regions":[[381,24,381,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu4_","regions":[[381,38,381,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSbyKXEfu5_","regions":[[383,24,383,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testRecordPIDObservation_NilPID_IgnoredyyYaFSSyXEfu6_","regions":[[383,47,383,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaF","regions":[[386,58,402,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu_","regions":[[392,23,392,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu0_","regions":[[392,46,392,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu1_","regions":[[397,24,397,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu2_","regions":[[397,47,397,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSbyKXEfu3_","regions":[[401,24,401,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C39testClearCrashLoopState_ResetsDetectionyyYaFSSyXEfu4_","regions":[[401,37,401,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaF","regions":[[404,64,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSbyKXEfu_","regions":[[410,23,410,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSSyXEfu0_","regions":[[410,46,410,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSbyKXEfu1_","regions":[[415,24,415,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C040testResetMonitoringState_ClearsCrashLoopJ0yyYaFSSyXEfu2_","regions":[[415,47,415,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaF","regions":[[418,59,431,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFyyYacfU_","regions":[[421,39,423,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFSbyKXEfu_","regions":[[430,23,430,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C40testCrashLoopCallback_InvokedOnDetectionyyYaFSSyXEfu0_","regions":[[430,40,430,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaF","regions":[[433,65,445,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFyyYacfU_","regions":[[436,39,438,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFSbyKXEfu_","regions":[[444,24,444,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceHealthMonitorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020ServiceHealthMonitorC0C46testCrashLoopCallback_NotInvokedBelowThresholdyyYaFSSyXEfu0_","regions":[[444,41,444,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C8tearDownyyYaKF","regions":[[7,43,10,6,0,0,0,0],[9,35,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKF","regions":[[12,65,27,6,0,0,0,0],[23,34,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[14,64,14,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFyyYacfU0_","regions":[[17,70,20,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSbyKXEfu_","regions":[[25,23,25,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSiyKXEfu0_","regions":[[26,24,26,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C08testAutoe8RunsWhenD9IsMissingyyYaKFSiyKXEfu1_","regions":[[26,38,26,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKF","regions":[[29,63,46,6,0,0,0,0],[39,34,46,6,0,0,0,0],[41,34,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[31,64,31,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFyyYacfU0_","regions":[[34,70,36,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSbyKXEfu_","regions":[[43,23,43,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSbyKXEfu0_","regions":[[44,24,44,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSSyXEfu1_","regions":[[44,32,44,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSiyKXEfu2_","regions":[[45,24,45,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C04testeF21ThrottlesRapidRepeatsyyYaKFSiyKXEfu3_","regions":[[45,38,45,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKF","regions":[[48,65,63,6,0,0,0,0],[59,36,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKF0aB6AppKit19KanataDaemonManagerC0d10ManagementI0OycfU_","regions":[[50,64,50,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFyyYacfU0_","regions":[[53,70,56,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSbyKXEfu_","regions":[[61,23,61,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSiyKXEfu0_","regions":[[62,24,62,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C032testLegacyStateTriggersMigrationE0yyYaKFSiyKXEfu1_","regions":[[62,38,62,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKF","regions":[[65,61,77,6,0,0,0,0],[73,37,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKF0aB6AppKit19KanataDaemonManagerC0D15ManagementStateOycfU_","regions":[[66,64,66,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFyyYacfU0_","regions":[[68,70,70,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSbyKXEfu_","regions":[[75,24,75,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSiyKXEfu0_","regions":[[76,24,76,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C028testPendingApprovalSkipsAutoE0yyYaKFSiyKXEfu1_","regions":[[76,38,76,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKF","regions":[[79,64,94,6,0,0,0,0],[90,38,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKF0aB6AppKit19KanataDaemonManagerC0d10ManagementI0OycfU_","regions":[[81,64,81,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFyyYacfU0_","regions":[[84,70,87,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSbyKXEfu_","regions":[[92,23,92,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSiyKXEfu0_","regions":[[93,24,93,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/ServiceInstallGuardTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests019ServiceInstallGuardC0C031testConflictedStateTriggersAutoE0yyYaKFSiyKXEfu1_","regions":[[93,38,93,39,0,0,0,0]]},{"branches":[],"count":3,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C010signingLibB033_A9960D7AD5306EA3447322F76F802CE5LLSSvpfi","regions":[[4,34,4,58,3,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C9runScript33_A9960D7AD5306EA3447322F76F802CE5LL_3envs5Int32V4code_SS6stdoutSS6stderrtSS_SDyS2SGtF","regions":[[7,124,36,6,0,0,0,0],[21,12,23,10,0,0,0,0],[22,30,23,10,0,0,0,0],[23,17,25,10,0,0,0,0],[25,10,35,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C9runScript33_A9960D7AD5306EA3447322F76F802CE5LL_3envs5Int32V4code_SS6stdoutSS6stderrtSS_SDyS2SGtFySS3key_SS5valuet_tXEfU_","regions":[[13,21,13,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKF","regions":[[38,53,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFs5Int32VyKXEfu_","regions":[[48,24,48,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFs5Int32VyKXEfu0_","regions":[[48,37,48,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C33testCodesignWrapperRespectsDryRunyyKFSSyXEfu1_","regions":[[48,40,48,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKF","regions":[[51,57,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFs5Int32VyKXEfu_","regions":[[62,27,62,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFs5Int32VyKXEfu0_","regions":[[62,40,62,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C37testCodesignWrapperPropagatesFailuresyyKFSSyXEfu1_","regions":[[62,43,62,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKF","regions":[[65,55,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFs5Int32VyKXEfu_","regions":[[73,27,73,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFs5Int32VyKXEfu0_","regions":[[73,40,73,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/BuildScripts/SigningPipelineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SigningPipelineC0C35testNotaryWrapperPropagatesFailuresyyKFSSyXEfu1_","regions":[[73,43,73,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKF","regions":[[10,56,58,6,0,0,0,0],[11,41,13,10,0,0,0,0],[13,10,58,6,0,0,0,0],[19,10,58,6,0,0,0,0],[33,9,37,10,0,0,0,0],[37,10,58,6,0,0,0,0],[45,16,45,22,0,0,0,0],[46,9,47,18,0,0,0,0],[48,9,49,57,0,0,0,0],[50,10,58,6,0,0,0,0],[53,50,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu_","regions":[[18,13,18,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSSgyXEfu0_","regions":[[18,20,18,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSb0aB6AppKit0D7MappingVXEfU_","regions":[[32,62,32,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSb0aB6AppKit0D7MappingVXEfU_SbyKXEfu_","regions":[[32,89,32,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu1_","regions":[[38,23,38,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSyXEfu2_","regions":[[38,30,38,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSbyKXEfu3_","regions":[[55,13,55,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SimpleModsSmokeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SimpleModsSmokeC0C30testSaveShowsDurationViaStatusyyYaKFSSyXEfu4_","regions":[[56,13,56,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C5setUpyyYaKF","regions":[[12,40,18,6,0,0,0,0],[13,32,18,6,0,0,0,0],[16,102,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C8tearDownyyYaKF","regions":[[20,43,23,6,0,0,0,0],[22,35,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKF","regions":[[28,66,65,6,0,0,0,0],[40,99,65,6,0,0,0,0],[46,12,56,10,0,0,0,0],[47,48,56,10,0,0,0,0],[50,82,56,10,0,0,0,0],[56,43,64,10,0,0,0,0],[60,13,63,14,0,0,0,0],[64,10,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu_","regions":[[54,28,54,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSSyXEfu0_","regions":[[55,28,55,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu1_","regions":[[61,31,61,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[61,59,61,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C024testWriteBlock_RefusesToH11EmptyConfigyyYaKFSSyXEfu3_","regions":[[62,31,62,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKF","regions":[[68,81,101,6,0,0,0,0],[85,97,101,6,0,0,0,0],[90,12,92,10,0,0,0,0],[91,48,92,10,0,0,0,0],[92,17,94,10,0,0,0,0],[94,10,101,6,0,0,0,0],[97,78,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu_","regions":[[98,23,98,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu0_","regions":[[98,51,98,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu1_","regions":[[99,23,99,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu2_","regions":[[99,58,99,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSbyKXEfu3_","regions":[[100,24,100,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C043testWriteBlock_SucceedsWithValidConfigAfterI7RemovalyyYaKFSSyXEfu4_","regions":[[100,54,100,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKF","regions":[[104,62,136,6,0,0,0,0],[114,84,136,6,0,0,0,0],[122,50,136,6,0,0,0,0],[124,78,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu_","regions":[[127,23,127,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu0_","regions":[[127,65,127,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu1_","regions":[[128,23,128,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu2_","regions":[[128,51,128,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu3_","regions":[[131,23,131,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu4_","regions":[[131,50,131,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu5_","regions":[[134,23,134,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSbyKXEfu5_SbyKXEfu6_","regions":[[134,52,134,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C36testWriteBlock_AddsMappingsCorrectlyyyYaKFSSyXEfu7_","regions":[[135,23,135,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKF","regions":[[139,61,169,6,0,0,0,0],[148,84,169,6,0,0,0,0],[157,50,169,6,0,0,0,0],[159,78,169,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu_","regions":[[166,24,166,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu0_","regions":[[166,35,166,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu1_","regions":[[166,38,166,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu2_","regions":[[167,24,167,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu3_","regions":[[167,35,167,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu4_","regions":[[167,38,167,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu5_","regions":[[168,24,168,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSiyKXEfu6_","regions":[[168,35,168,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C35testWriteBlock_DeduplicatesMappingsyyYaKFSSyXEfu7_","regions":[[168,38,168,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKF","regions":[[172,74,206,6,0,0,0,0],[190,89,206,6,0,0,0,0],[193,67,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu_","regions":[[196,23,196,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu0_","regions":[[196,56,196,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu1_","regions":[[199,24,199,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu2_","regions":[[199,57,199,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu3_","regions":[[200,24,200,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu4_","regions":[[200,62,200,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu5_","regions":[[201,24,201,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu6_","regions":[[201,60,201,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu7_","regions":[[204,23,204,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu8_","regions":[[204,59,204,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSbyKXEfu9_","regions":[[205,23,205,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimpleModsWriterTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimpleModsWriterC0C48testGenerateEffectiveConfig_FiltersDisabledLinesyyYaKFSSyXEfu10_","regions":[[205,66,205,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKF","regions":[[7,45,26,6,0,0,0,0],[21,101,26,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSiyKXEfu_","regions":[[23,24,23,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSiyKXEfu0_","regions":[[23,45,23,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSSSgyKXEfu1_","regions":[[24,24,24,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFSSSgyKXEfu2_","regions":[[24,43,24,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFs6UInt64VyKXEfu3_","regions":[[25,24,25,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C25testParseSimulationResultyyKFs6UInt64VyKXEfu4_","regions":[[25,43,25,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF","regions":[[28,39,42,6,0,0,0,0],[33,92,42,6,0,0,0,0],[35,52,39,10,0,0,0,0],[39,16,41,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFs6UInt64VyKXEfu_","regions":[[36,28,36,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFs6UInt64VyKXEfu0_","regions":[[36,31,36,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu1_","regions":[[37,28,37,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu2_","regions":[[37,36,37,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFSSyKXEfu3_","regions":[[38,28,38,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseInputEventyyKFSSyKXEfu4_","regions":[[38,33,38,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF","regions":[[44,40,58,6,0,0,0,0],[49,92,58,6,0,0,0,0],[51,53,55,10,0,0,0,0],[55,16,57,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFs6UInt64VyKXEfu_","regions":[[52,28,52,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFs6UInt64VyKXEfu0_","regions":[[52,31,52,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu1_","regions":[[53,28,53,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKF0aB6AppKit03SimA6ActionOyKXEfu2_","regions":[[53,36,53,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFSSyKXEfu3_","regions":[[54,28,54,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C20testParseOutputEventyyKFSSyKXEfu4_","regions":[[54,33,54,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKF","regions":[[60,39,74,6,0,0,0,0],[65,92,74,6,0,0,0,0],[67,49,71,10,0,0,0,0],[71,16,73,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFs6UInt64VyKXEfu_","regions":[[68,28,68,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFs6UInt64VyKXEfu0_","regions":[[68,31,68,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu1_","regions":[[69,28,69,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu2_","regions":[[69,34,69,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu3_","regions":[[70,28,70,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseLayerEventyyKFSSyKXEfu4_","regions":[[70,32,70,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKF","regions":[[76,41,89,6,0,0,0,0],[81,92,89,6,0,0,0,0],[83,47,86,10,0,0,0,0],[86,16,88,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFs6UInt64VyKXEfu_","regions":[[84,28,84,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFs6UInt64VyKXEfu0_","regions":[[84,31,84,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFSSyKXEfu1_","regions":[[85,28,85,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C21testParseUnicodeEventyyKFSSyKXEfu2_","regions":[[85,34,85,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF","regions":[[91,39,105,6,0,0,0,0],[96,92,105,6,0,0,0,0],[98,53,102,10,0,0,0,0],[102,16,104,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFs6UInt64VyKXEfu_","regions":[[99,28,99,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFs6UInt64VyKXEfu0_","regions":[[99,31,99,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF0aB6AppKit03SimH6ActionOyKXEfu1_","regions":[[100,28,100,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKF0aB6AppKit03SimH6ActionOyKXEfu2_","regions":[[100,36,100,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFSSyKXEfu3_","regions":[[101,28,101,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C19testParseMouseEventyyKFSSyKXEfu4_","regions":[[101,34,101,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C18testNullFinalLayeryyKF","regions":[[107,38,119,6,0,0,0,0],[116,101,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C18testNullFinalLayeryyKFypSgyKXEfu_","regions":[[118,22,118,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaF","regions":[[123,41,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaFSSyKXEfu_","regions":[[132,24,132,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C22testGenerateSimContentyyYaFSSyKXEfu0_","regions":[[132,33,132,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaF","regions":[[135,46,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaFSSyKXEfu_","regions":[[139,24,139,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C27testGenerateSimContentEmptyyyYaFSSyKXEfu0_","regions":[[139,33,139,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyF","regions":[[144,36,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu_","regions":[[146,24,146,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu0_","regions":[[146,67,146,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu1_","regions":[[147,24,147,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu2_","regions":[[147,67,147,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu3_","regions":[[148,24,148,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu4_","regions":[[148,67,148,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu5_","regions":[[149,24,149,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu6_","regions":[[149,67,149,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu7_","regions":[[150,24,150,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu8_","regions":[[150,68,150,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu9_","regions":[[151,24,151,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu10_","regions":[[151,68,151,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu11_","regions":[[152,24,152,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu12_","regions":[[152,68,152,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu13_","regions":[[153,24,153,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu14_","regions":[[153,68,153,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu15_","regions":[[154,24,154,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C04testA16CodeToKanataNameyyFSSyKXEfu16_","regions":[[154,68,154,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyF","regions":[[157,41,162,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu_","regions":[[158,24,158,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu0_","regions":[[158,76,158,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu1_","regions":[[159,24,159,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu2_","regions":[[159,76,159,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu3_","regions":[[160,24,160,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu4_","regions":[[160,77,160,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu5_","regions":[[161,24,161,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SimulatorServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SimulatorServiceC0C025testDisplayLabelForKanataA0yyFSSyKXEfu6_","regions":[[161,74,161,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyF","regions":[[17,38,27,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSSycfU_","regions":[[21,29,24,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSbyKXEfu_","regions":[[26,23,26,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C25testConfigureSetsProvideryyFSSyXEfu0_","regions":[[26,47,26,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyF","regions":[[29,52,35,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSycfU_","regions":[[31,29,31,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSSgyKXEfu_","regions":[[34,24,34,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSSgyKXEfu0_","regions":[[34,31,34,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD20ReturnsProviderValueyyFSSyXEfu1_","regions":[[34,45,34,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyF","regions":[[37,59,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyFypSgyKXEfu_","regions":[[41,22,41,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C014testGetCurrentD27ReturnsNilWhenNotConfiguredyyFSSyXEfu0_","regions":[[41,29,41,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyF","regions":[[44,52,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyFSbyKXEfu_","regions":[[46,24,46,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C39testHasSubscribersReturnsFalseInitiallyyyFSSyXEfu0_","regions":[[46,50,46,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaF","regions":[[51,52,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSSycfU_","regions":[[53,29,53,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFyyYacfU0_","regions":[[58,14,66,10,0,0,0,0],[59,55,65,14,0,0,0,0],[61,20,61,45,0,0,0,0],[61,46,64,18,0,0,0,0],[64,18,65,14,0,0,0,0],[65,14,66,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSaySSGyKXEfu_","regions":[[69,24,69,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSaySSGyKXEfu0_","regions":[[69,40,69,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd19ChangesEmitsInitialD0yyYaFSSyXEfu1_","regions":[[69,59,69,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaF","regions":[[72,60,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSiycfU_","regions":[[75,29,75,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFyyYacfU0_","regions":[[81,14,89,10,0,0,0,0],[82,55,88,14,0,0,0,0],[85,20,85,45,0,0,0,0],[85,46,87,18,0,0,0,0],[87,18,88,14,0,0,0,0],[88,14,89,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSaySiGyKXEfu_","regions":[[104,24,104,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSaySiGyKXEfu0_","regions":[[104,40,104,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testd20ChangesEmitsOnNotifyD7ChangedyyYaFSSyXEfu1_","regions":[[104,51,104,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyF","regions":[[107,61,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyFSbyKXEfu_","regions":[[113,24,113,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C010testNotifyD33ChangedWithoutProviderLogsWarningyyFSSyXEfu0_","regions":[[113,50,113,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaF","regions":[[116,56,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSSycfU_","regions":[[122,29,122,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFyyYacfU0_","regions":[[129,14,140,10,0,0,0,0],[131,51,139,14,0,0,0,0],[132,20,132,36,0,0,0,0],[132,37,135,18,0,0,0,0],[135,18,138,22,0,0,0,0],[139,14,140,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSbyKXEfu_","regions":[[151,23,151,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C37testMultipleSubscribersReceiveUpdatesyyYaFSSyXEfu0_","regions":[[151,49,151,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaF","regions":[[156,54,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFAcDyyYaF04TestD0L_VycfU_","regions":[[162,29,162,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFyyYacfU0_","regions":[[167,14,173,10,0,0,0,0],[168,55,172,14,0,0,0,0],[172,14,173,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSiSgyKXEfu_","regions":[[176,24,176,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSiSgyKXEfu0_","regions":[[176,46,176,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD26ChangesWorksWithCustomTypeyyYaFSSyXEfu1_","regions":[[176,50,176,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyF","regions":[[179,49,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiycfU_","regions":[[183,29,186,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiyKXEfu_","regions":[[196,30,196,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSiyKXEfu0_","regions":[[196,41,196,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C36testProviderCalledOnEachNotificationyyFSSyXEfu1_","regions":[[196,55,196,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaF","regions":[[199,65,218,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSycfU_","regions":[[203,29,203,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFyyYacfU0_","regions":[[208,14,214,10,0,0,0,0],[209,55,213,14,0,0,0,0],[213,14,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSSgyKXEfu_","regions":[[217,24,217,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSSgyKXEfu0_","regions":[[217,46,217,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/StatePublisherServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021StatePublisherServiceC0C04testD37ChangesSubscriptionAfterConfigurationyyYaFSSyXEfu1_","regions":[[217,66,217,129,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC5callsSaySSGvpfi","regions":[[5,27,5,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC6record08_D8A95A9K23CF284084E23977B6138485BLLyySSKF","regions":[[8,48,13,6,0,0,0,0],[9,12,9,30,0,0,0,0],[9,31,11,10,0,0,0,0],[11,10,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC19installLaunchDaemon05plistB09serviceIDySS_SStYaKF","regions":[[15,85,17,6,0,0,0,0],[16,42,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC07cleanupE6HelperyyYaKF","regions":[[19,49,21,6,0,0,0,0],[20,46,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30installAllLaunchDaemonServices012kanataBinaryB00m6ConfigB07tcpPortySS_SSSitYaKF","regions":[[23,126,25,6,0,0,0,0],[24,53,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30installAllLaunchDaemonServicesyyYaKF","regions":[[27,56,29,6,0,0,0,0],[28,53,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC24restartUnhealthyServicesyyYaKF","regions":[[31,50,33,6,0,0,0,0],[32,47,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC28installServicesIfUninstalled7contextSbSS_tYaKF","regions":[[35,79,38,6,0,0,0,0],[36,51,37,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC41installLaunchDaemonServicesWithoutLoadingyyYaKF","regions":[[40,67,42,6,0,0,0,0],[41,64,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC18installLogRotationyyYaKF","regions":[[44,44,46,6,0,0,0,0],[45,41,46,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30regenerateServiceConfigurationyyYaKF","regions":[[48,56,50,6,0,0,0,0],[49,53,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC24repairVHIDDaemonServicesyyYaKF","regions":[[52,50,54,6,0,0,0,0],[53,47,54,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC35downloadAndInstallCorrectVHIDDriveryyYaKF","regions":[[56,61,58,6,0,0,0,0],[57,58,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC20installBundledKanatayyYaKF","regions":[[60,46,62,6,0,0,0,0],[61,43,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC25activateVirtualHIDManageryyYaKF","regions":[[64,51,66,6,0,0,0,0],[65,48,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC16terminateProcess3pidys5Int32V_tYaKF","regions":[[68,54,70,6,0,0,0,0],[69,39,70,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC22killAllKanataProcessesyyYaKF","regions":[[72,48,74,6,0,0,0,0],[73,45,74,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC17stopKanataServiceyyYaKF","regions":[[76,43,78,6,0,0,0,0],[77,40,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC30restartKarabinerDaemonVerifiedSbyYaKF","regions":[[80,64,83,6,0,0,0,0],[81,53,82,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC26uninstallVirtualHIDDriversyyYaKF","regions":[[85,52,87,6,0,0,0,0],[86,49,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC23disableKarabinerGrabberyyYaKF","regions":[[89,49,91,6,0,0,0,0],[90,46,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/StubPrivilegedOperationsCoordinator.swift"],"mcdc_records":[],"name":"$s12KeyPathTests35StubPrivilegedOperationsCoordinatorC18sudoExecuteCommand_11descriptionySS_SStYaKF","regions":[[93,84,95,6,0,0,0,0],[94,52,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16defaultRunResult0aB4Core07ProcessI0Vvpfi","regions":[[17,28,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC18defaultPgrepResultSays5Int32VGvpfi","regions":[[28,39,28,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC22defaultLaunchctlResult0aB4Core07ProcessI0Vvpfi","regions":[[34,34,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC13shouldTimeoutSbvpfi","regions":[[42,25,42,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16shouldFailLaunchSbvpfi","regions":[[45,28,45,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16executedCommandsSaySS10executable_SaySSG4argstGvpfi","regions":[[48,81,48,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeCACyc33_B96DF81377C7411098600EE939AB6B69Llfc","regions":[[52,20,52,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC5resetyyF","regions":[[56,18,66,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC18configureRunResultyy0aB4Core07ProcessI0VSS_SaySSGtcF","regions":[[70,88,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC20configurePgrepResultyySays5Int32VGSScF","regions":[[74,74,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC24configureLaunchctlResultyy0aB4Core07ProcessI0VSS_SaySSGtcF","regions":[[78,94,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC16setShouldTimeoutyySbF","regions":[[82,42,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC19setShouldFailLaunchyySbF","regions":[[86,45,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC3run_4args7timeout0aB4Core13ProcessResultVSS_SaySSGSdSgtYaKF","regions":[[96,37,115,6,0,0,0,0],[99,12,99,28,0,0,0,0],[99,29,104,10,0,0,0,0],[104,10,114,32,0,0,0,0],[106,12,106,25,0,0,0,0],[106,26,108,10,0,0,0,0],[108,10,114,32,0,0,0,0],[110,45,112,10,0,0,0,0],[112,10,114,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC3run_4args7timeout0aB4Core13ProcessResultVSS_SaySSGSdSgtYaKFSdyKXEfu_","regions":[[107,87,107,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC5pgrepySays5Int32VGSSYaF","regions":[[117,52,125,6,0,0,0,0],[120,47,122,10,0,0,0,0],[122,10,124,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestHelpers/SubprocessRunnerFake.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SubprocessRunnerFakeC9launchctly0aB4Core13ProcessResultVSS_SaySSGtYaKF","regions":[[127,90,144,6,0,0,0,0],[132,12,132,28,0,0,0,0],[132,29,137,10,0,0,0,0],[137,10,143,38,0,0,0,0],[139,51,141,10,0,0,0,0],[141,10,143,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C5setUpyyYaKF","regions":[[10,40,14,6,0,0,0,0],[11,32,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C8tearDownyyYaKF","regions":[[16,43,19,6,0,0,0,0],[18,35,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKF","regions":[[23,40,43,6,0,0,0,0],[34,92,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[25,45,32,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFs5Int32VyKXEfu_","regions":[[36,24,36,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFs5Int32VyKXEfu0_","regions":[[36,41,36,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu1_","regions":[[37,24,37,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu2_","regions":[[37,39,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu3_","regions":[[38,24,38,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu4_","regions":[[38,39,38,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSiyKXEfu5_","regions":[[40,24,40,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSiyKXEfu6_","regions":[[40,40,40,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu7_","regions":[[41,24,41,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSSyKXEfu8_","regions":[[41,48,41,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSaySSGyKXEfu9_","regions":[[42,24,42,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C14testRunSuccessyyYaKFSaySSGyKXEfu10_","regions":[[42,42,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKF","regions":[[45,44,60,6,0,0,0,0],[56,92,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[47,45,54,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFs5Int32VyKXEfu_","regions":[[58,24,58,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFs5Int32VyKXEfu0_","regions":[[58,41,58,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFSSyKXEfu1_","regions":[[59,24,59,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunNonZeroExityyYaKFSSyKXEfu2_","regions":[[59,39,59,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaF","regions":[[62,35,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGSScfU_","regions":[[63,47,65,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGyKXEfu_","regions":[[69,24,69,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSays5Int32VGyKXEfu0_","regions":[[69,30,69,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSiyKXEfu1_","regions":[[71,24,71,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSiyKXEfu2_","regions":[[71,40,71,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSSyKXEfu3_","regions":[[72,24,72,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C16testPgrepSuccessyyYaFSSyKXEfu4_","regions":[[72,48,72,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKF","regions":[[75,46,92,6,0,0,0,0],[85,92,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKF0aB4Core13ProcessResultVSS_SaySSGtcfU_","regions":[[76,51,83,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFs5Int32VyKXEfu_","regions":[[87,24,87,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFs5Int32VyKXEfu0_","regions":[[87,41,87,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSbyKXEfu1_","regions":[[88,23,88,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSiyKXEfu2_","regions":[[90,24,90,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSiyKXEfu3_","regions":[[90,40,90,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSSyKXEfu4_","regions":[[91,24,91,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C20testLaunchctlSuccessyyYaKFSSyKXEfu5_","regions":[[91,48,91,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C18testRunThrowsErroryyYaF","regions":[[96,37,115,6,0,0,0,0],[99,12,102,10,0,0,0,0],[100,80,102,10,0,0,0,0],[102,17,114,10,0,0,0,0],[103,64,111,14,0,0,0,0],[104,24,104,39,0,0,0,0],[105,17,107,26,0,0,0,0],[108,17,109,73,0,0,0,0],[110,18,111,14,0,0,0,0],[111,20,113,14,0,0,0,0],[113,14,114,10,0,0,0,0],[114,10,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C24testLaunchctlThrowsErroryyYaF","regions":[[117,43,136,6,0,0,0,0],[120,12,123,10,0,0,0,0],[121,87,123,10,0,0,0,0],[123,17,135,10,0,0,0,0],[124,64,132,14,0,0,0,0],[125,24,125,39,0,0,0,0],[126,17,128,26,0,0,0,0],[129,17,130,73,0,0,0,0],[131,18,132,14,0,0,0,0],[132,20,134,14,0,0,0,0],[134,14,135,10,0,0,0,0],[135,10,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C19testTimeoutHandlingyyYaF","regions":[[140,38,160,6,0,0,0,0],[144,12,147,10,0,0,0,0],[145,81,147,10,0,0,0,0],[147,17,159,10,0,0,0,0],[148,64,156,14,0,0,0,0],[149,24,149,39,0,0,0,0],[150,17,152,26,0,0,0,0],[153,17,154,73,0,0,0,0],[155,18,156,14,0,0,0,0],[156,20,158,14,0,0,0,0],[158,14,159,10,0,0,0,0],[159,10,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKF","regions":[[164,54,174,6,0,0,0,0],[170,10,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFs5Int32VyKXEfu_","regions":[[172,24,172,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFs5Int32VyKXEfu0_","regions":[[172,41,172,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFSbyKXEfu1_","regions":[[173,23,173,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE4EchoyyYaKFSbyKXEfu1_SbyKXEfu2_","regions":[[173,57,173,128,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE18NonExistentCommandyyYaF","regions":[[176,61,189,6,0,0,0,0],[178,12,185,10,0,0,0,0],[183,14,185,10,0,0,0,0],[185,17,188,10,0,0,0,0],[188,10,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE18NonExistentCommandyyYaFSbyKXEfu_","regions":[[187,27,187,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE5PgrepyyYaF","regions":[[191,48,197,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C08testRealdE5PgrepyyYaFSbyKXEfu_","regions":[[196,23,196,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaF","regions":[[199,55,219,6,0,0,0,0],[213,12,216,10,0,0,0,0],[216,17,218,10,0,0,0,0],[218,10,219,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaF0aB4Core0J6ResultVyYaKcfU_","regions":[[200,36,206,10,0,0,0,0],[205,14,206,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaFSbyKXEfu_","regions":[[217,27,217,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Core/SubprocessRunnerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SubprocessRunnerC0C36testRunCancellationTerminatesProcessyyYaFSSyXEfu0_","regions":[[217,55,217,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SwiftTestingWorkaround.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29_swiftTesting_noop_workaroundyyF","regions":[[9,42,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyF","regions":[[8,35,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFypSgyKXEfu_","regions":[[10,25,10,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu0_","regions":[[11,24,11,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu1_","regions":[[11,36,11,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu2_","regions":[[12,24,12,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_spotlightyyFSSSgyKXEfu3_","regions":[[12,38,12,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyF","regions":[[15,35,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFypSgyKXEfu_","regions":[[17,25,17,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSSSgyKXEfu0_","regions":[[18,24,18,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSSSgyKXEfu1_","regions":[[18,36,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSbyKXEfu2_","regions":[[19,23,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByID_playPauseyyFSbyKXEfu2_SbyKXEfu3_","regions":[[19,45,19,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyF","regions":[[24,42,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFypSgyKXEfu_","regions":[[26,25,26,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFSSSgyKXEfu0_","regions":[[27,24,27,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindByName_missionControlyyFSSSgyKXEfu1_","regions":[[27,36,27,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyF","regions":[[30,40,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFypSgyKXEfu_","regions":[[32,25,32,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFSSSgyKXEfu0_","regions":[[33,24,33,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C27testFindByName_doNotDisturbyyFSSSgyKXEfu1_","regions":[[33,36,33,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyF","regions":[[38,33,43,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFypSgyKXEfu_","regions":[[40,25,40,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu0_","regions":[[41,24,41,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu1_","regions":[[41,36,41,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu2_","regions":[[42,24,42,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C20testFindByKeycode_ppyyFSSSgyKXEfu3_","regions":[[42,47,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyF","regions":[[45,35,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFypSgyKXEfu_","regions":[[47,25,47,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFSSSgyKXEfu0_","regions":[[48,24,48,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_nextyyFSSSgyKXEfu1_","regions":[[48,36,48,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyF","regions":[[51,35,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFypSgyKXEfu_","regions":[[53,25,53,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFSSSgyKXEfu0_","regions":[[54,24,54,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_prevyyFSSSgyKXEfu1_","regions":[[54,36,54,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyF","regions":[[57,35,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFypSgyKXEfu_","regions":[[59,25,59,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFSSSgyKXEfu0_","regions":[[60,24,60,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C22testFindByKeycode_muteyyFSSSgyKXEfu1_","regions":[[60,36,60,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyF","regions":[[63,39,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFypSgyKXEfu_","regions":[[65,25,65,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFSSSgyKXEfu0_","regions":[[66,24,66,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C26testFindByKeycode_volumeUpyyFSSSgyKXEfu1_","regions":[[66,36,66,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyF","regions":[[69,41,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFypSgyKXEfu_","regions":[[71,25,71,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFSSSgyKXEfu0_","regions":[[72,24,72,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C28testFindByKeycode_volumeDownyyFSSSgyKXEfu1_","regions":[[72,36,72,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyF","regions":[[75,43,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFypSgyKXEfu_","regions":[[77,25,77,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFSSSgyKXEfu0_","regions":[[78,24,78,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testFindByKeycode_brightnessUpyyFSSSgyKXEfu1_","regions":[[78,36,78,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyF","regions":[[81,45,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFypSgyKXEfu_","regions":[[83,25,83,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFSSSgyKXEfu0_","regions":[[84,24,84,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C32testFindByKeycode_brightnessDownyyFSSSgyKXEfu1_","regions":[[84,36,84,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyF","regions":[[89,51,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFypSgyKXEfu_","regions":[[91,25,91,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFSSSgyKXEfu0_","regions":[[92,24,92,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_mediaPlayPauseyyFSSSgyKXEfu1_","regions":[[92,36,92,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyF","regions":[[95,50,99,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFypSgyKXEfu_","regions":[[97,25,97,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFSSSgyKXEfu0_","regions":[[98,24,98,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C37testFindBySimulatorName_mediaNextSongyyFSSSgyKXEfu1_","regions":[[98,36,98,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyF","regions":[[101,54,105,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFypSgyKXEfu_","regions":[[103,25,103,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFSSSgyKXEfu0_","regions":[[104,24,104,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C41testFindBySimulatorName_mediaPreviousSongyyFSSSgyKXEfu1_","regions":[[104,36,104,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyF","regions":[[107,42,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFypSgyKXEfu_","regions":[[109,25,109,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFSSSgyKXEfu0_","regions":[[110,24,110,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C29testFindBySimulatorName_volUpyyFSSSgyKXEfu1_","regions":[[110,36,110,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyF","regions":[[113,44,117,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFypSgyKXEfu_","regions":[[115,25,115,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFSSSgyKXEfu0_","regions":[[116,24,116,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C31testFindBySimulatorName_volDownyyFSSSgyKXEfu1_","regions":[[116,36,116,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyF","regions":[[119,49,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFypSgyKXEfu_","regions":[[121,25,121,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFSSSgyKXEfu0_","regions":[[122,24,122,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testFindBySimulatorName_brightnessUpyyFSSSgyKXEfu1_","regions":[[122,36,122,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyF","regions":[[125,51,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFypSgyKXEfu_","regions":[[127,25,127,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFSSSgyKXEfu0_","regions":[[128,24,128,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindBySimulatorName_brightnessDownyyFSSSgyKXEfu1_","regions":[[128,36,128,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C34testFindByOutput_unknownReturnsNilyyF","regions":[[133,47,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C34testFindByOutput_unknownReturnsNilyyFypSgyKXEfu_","regions":[[135,22,135,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindByOutput_emptyStringReturnsNilyyF","regions":[[138,51,141,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C38testFindByOutput_emptyStringReturnsNilyyFypSgyKXEfu_","regions":[[140,22,140,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyF","regions":[[145,43,148,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyFSSyKXEfu_","regions":[[147,24,147,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C024testKanataOutput_pushMsgE0yyFSSyKXEfu0_","regions":[[147,45,147,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyF","regions":[[150,43,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyFSSyKXEfu_","regions":[[152,24,152,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C30testKanataOutput_directKeycodeyyFSSyKXEfu0_","regions":[[152,45,152,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyF","regions":[[157,39,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyFSbyKXEfu_","regions":[[159,23,159,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA12_withKeycodeyyFSbyKXEfu_SbyKXEfu0_","regions":[[159,50,159,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyF","regions":[[162,42,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyFSbyKXEfu_","regions":[[164,24,164,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C011testIsMediaA15_withoutKeycodeyyFSbyKXEfu_SbyKXEfu0_","regions":[[164,52,164,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyF","regions":[[169,49,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyFSiyKXEfu_","regions":[[171,24,171,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C36testAllActions_containsExpectedCountyyFSiyKXEfu0_","regions":[[171,59,171,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyF","regions":[[174,42,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSb0aB6AppKit0deF0VXEfU_","regions":[[175,65,175,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSiyKXEfu_","regions":[[176,24,176,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSiyKXEfu0_","regions":[[176,46,176,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSS0aB6AppKit0deF0Vcfu1_","regions":[[178,42,178,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu2_","regions":[[179,23,179,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu3_","regions":[[180,23,180,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu4_","regions":[[181,23,181,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu5_","regions":[[182,23,182,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu6_","regions":[[183,23,183,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu7_","regions":[[184,23,184,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C022testAllActions_pushMsgI0yyFSbyKXEfu8_","regions":[[185,23,185,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyF","regions":[[188,37,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSb0aB6AppKit0deF0Vcfu_","regions":[[189,60,189,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSiyKXEfu0_","regions":[[190,24,190,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSiyKXEfu1_","regions":[[190,41,190,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSS0aB6AppKit0deF0Vcfu2_","regions":[[192,37,192,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu3_","regions":[[193,23,193,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu4_","regions":[[194,23,194,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu5_","regions":[[195,23,195,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu6_","regions":[[196,23,196,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu7_","regions":[[197,23,197,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu8_","regions":[[198,23,198,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu9_","regions":[[199,23,199,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/SystemActionInfoTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016SystemActionInfoC0C24testAllActions_mediaKeysyyFSbyKXEfu10_","regions":[[200,23,200,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF","regions":[[11,79,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSb0aB10WizardCore0rN0VXEfU_","regions":[[54,49,54,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFypSgyKXEfu_","regions":[[55,25,55,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu0_","regions":[[55,40,55,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore0rN0V0nH0OSgyKXEfu1_","regions":[[56,24,56,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore0rN0V0nH0OSgyKXEfu2_","regions":[[56,49,56,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu3_","regions":[[56,59,56,119,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFypSgyKXEfu4_","regions":[[57,25,57,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu5_","regions":[[58,23,58,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu5_SbyKXEfu6_","regions":[[58,102,58,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu7_","regions":[[60,13,60,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu7_SbyKXEfu8_","regions":[[60,88,60,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu9_","regions":[[61,13,61,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu10_","regions":[[64,13,64,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSbyKXEfu10_SbyKXEfu11_","regions":[[64,86,64,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu12_","regions":[[65,13,65,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore012InstallationQ0OyKXEfu13_","regions":[[70,24,70,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyF0aB10WizardCore012InstallationQ0OyKXEfu14_","regions":[[70,36,70,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/SystemContextAdapterPermissionSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests038SystemContextAdapterPermissionSeverityC0C017testKanataUnknowng22BecomesWarningIssueAndM10PageStatusyyFSSyXEfu15_","regions":[[70,46,70,134,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV17permissionsStatus0aB11Permissions16PermissionOracleC0H0Ovpfi","regions":[[8,54,8,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV11helperReadySbvpfi","regions":[[9,29,9,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV15servicesHealthySbvpfi","regions":[[10,33,10,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV19componentsInstalledSbvpfi","regions":[[11,37,11,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV9conflictsSay0aB10WizardCore0D8ConflictOGvpfi","regions":[[12,39,12,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV5build0aB6AppKit0dE0VyF","regions":[[14,35,60,6,0,0,0,0],[30,46,30,65,0,0,0,0],[30,66,41,10,0,0,0,0],[41,16,43,10,0,0,0,0],[46,15,46,97,0,0,0,0],[47,15,47,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV12cleanInstall0aB6AppKit0dE0VyFZ","regions":[[62,49,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TestSupport/SystemContextBuilder.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20SystemContextBuilderV14degradedRepair0aB6AppKit0dE0VyFZ","regions":[[71,51,78,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C5setUpyyF","regions":[[8,27,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C8tearDownyyF","regions":[[13,30,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyF","regions":[[20,55,37,6,0,0,0,0],[33,16,33,23,0,0,0,0],[34,9,35,18,0,0,0,0],[36,10,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSbyKXEfu_","regions":[[24,24,24,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSSyXEfu0_","regions":[[24,55,24,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSiyKXEfu1_","regions":[[29,13,29,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSiyKXEfu2_","regions":[[29,31,29,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testDetectMacOSVersion_ReturnsValidVersionyyFSSyXEfu3_","regions":[[29,34,29,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyF","regions":[[39,53,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSbyKXEfu_","regions":[[42,23,42,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSbyKXEfu0_","regions":[[43,24,43,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSSyKXEfu1_","regions":[[44,24,44,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_ModernVersionPropertiesyyFSSyKXEfu2_","regions":[[44,47,44,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyF","regions":[[47,53,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSbyKXEfu_","regions":[[50,24,50,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSbyKXEfu0_","regions":[[51,23,51,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSSyKXEfu1_","regions":[[52,24,52,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C40testMacOSVersion_LegacyVersionPropertiesyyFSSyKXEfu2_","regions":[[52,47,52,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyF","regions":[[55,54,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSbyKXEfu_","regions":[[58,24,58,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSbyKXEfu0_","regions":[[59,24,59,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSSyKXEfu1_","regions":[[60,24,60,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C41testMacOSVersion_UnknownVersionPropertiesyyFSSyKXEfu2_","regions":[[60,47,60,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyF","regions":[[65,61,77,6,0,0,0,0],[69,16,69,26,0,0,0,0],[70,9,71,18,0,0,0,0],[72,10,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyFSbyKXEfu_","regions":[[75,24,75,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C038testGetRequiredDriverType_ReturnsValidiJ0yyFSbyKXEfu0_","regions":[[76,24,76,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF","regions":[[79,72,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF0ab3AppO00dE0C0iJ0OyKXEfu_","regions":[[83,24,83,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetRequiredDriverType_ForModernVersion_ReturnsI3KityyF0ab3AppO00dE0C0iJ0OyKXEfu0_","regions":[[83,36,83,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF","regions":[[86,78,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF0aB6AppKit0dE0C0iJ0OyKXEfu_","regions":[[90,24,90,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C65testGetRequiredDriverType_ForLegacyVersion_ReturnsKernelExtensionyyF0aB6AppKit0dE0C0iJ0OyKXEfu0_","regions":[[90,36,90,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF","regions":[[93,71,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF0aB6AppKit0dE0C0iJ0OyKXEfu_","regions":[[97,24,97,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C051testGetRequiredDriverType_ForUnknownVersion_ReturnsL0yyF0aB6AppKit0dE0C0iJ0OyKXEfu0_","regions":[[97,36,97,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyF","regions":[[100,40,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu_","regions":[[102,13,102,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu0_","regions":[[102,66,102,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu1_","regions":[[105,13,105,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu2_","regions":[[105,72,105,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu3_","regions":[[107,24,107,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DisplayNamesyyFSSyKXEfu4_","regions":[[107,75,107,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyF","regions":[[110,40,122,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu_","regions":[[115,23,115,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu0_","regions":[[116,23,116,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu1_","regions":[[118,23,118,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu2_","regions":[[119,23,119,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C27testDriverType_DescriptionsyyFSbyKXEfu3_","regions":[[121,23,121,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF","regions":[[126,63,146,6,0,0,0,0],[134,16,134,35,0,0,0,0],[135,9,136,66,0,0,0,0],[137,9,138,72,0,0,0,0],[139,9,140,64,0,0,0,0],[141,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu_","regions":[[130,23,130,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu_SbyKXEfu0_","regions":[[130,54,130,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu1_","regions":[[131,24,131,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu2_","regions":[[136,28,136,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu3_","regions":[[136,55,136,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu4_","regions":[[138,28,138,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu5_","regions":[[138,55,138,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu6_","regions":[[140,28,140,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyF0aB6AppKit0dE0C10DriverTypeOyKXEfu7_","regions":[[140,55,140,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu8_","regions":[[144,24,144,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C012testValidateD32Compatibility_ReturnsValidResultyyFSbyKXEfu9_","regions":[[145,23,145,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyF","regions":[[148,45,163,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu_","regions":[[158,23,158,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu0_","regions":[[159,23,159,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu1_","regions":[[160,23,160,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu2_","regions":[[161,23,161,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C32testValidationResult_DescriptionyyFSbyKXEfu3_","regions":[[162,23,162,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyF","regions":[[165,62,181,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu_","regions":[[175,23,175,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu0_","regions":[[176,23,176,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu1_","regions":[[177,23,177,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu2_","regions":[[178,23,178,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu3_","regions":[[179,23,179,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C49testValidationResult_WithIssuesAndRecommendationsyyFSbyKXEfu4_","regions":[[180,23,180,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyF","regions":[[185,49,188,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyFSbyKXEfu_","regions":[[187,23,187,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C36testSupportsDriverKit_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[187,41,187,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyF","regions":[[190,55,193,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyFSbyKXEfu_","regions":[[192,23,192,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C42testRequiresKernelExtension_ReturnsBooleanyyFSbyKXEfu_SbyKXEfu0_","regions":[[192,41,192,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyF","regions":[[195,75,208,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu_","regions":[[199,24,199,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu0_","regions":[[200,24,200,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu1_","regions":[[201,24,201,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu2_","regions":[[205,23,205,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu3_","regions":[[206,23,206,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C050testGetDriverInstallationInstructions_ReturnsValidJ0yyFSbyKXEfu4_","regions":[[207,23,207,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyF","regions":[[210,47,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu_","regions":[[214,24,214,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu0_","regions":[[215,23,215,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu0_SbyKXEfu1_","regions":[[215,57,215,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu2_","regions":[[216,23,216,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu2_SbyKXEfu3_","regions":[[216,63,216,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu4_","regions":[[219,24,219,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018SystemRequirementsC0C07testGetd17Info_ReturnsValidH0yyFSbyKXEfu5_","regions":[[220,23,220,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC7version12isCompatible6issues15recommendationsAC0aB6AppKit0eF0C12MacOSVersionO_SbSaySSGAMtcfc","regions":[[242,7,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC18detectMacOSVersion0aB6AppKit0eF0C0hI0OyF","regions":[[250,56,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests22MockSystemRequirementsC08validateE13Compatibility0aB6AppKit0eF0C16ValidationResultVyF","regions":[[254,69,262,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF","regions":[[268,51,284,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu_","regions":[[275,24,275,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu0_","regions":[[275,33,275,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyFSbyKXEfu1_","regions":[[276,23,276,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu2_","regions":[[279,24,279,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu3_","regions":[[279,36,279,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyFSbyKXEfu4_","regions":[[282,23,282,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu5_","regions":[[283,24,283,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_ModernMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu6_","regions":[[283,55,283,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF","regions":[[286,51,302,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu_","regions":[[293,24,293,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C0I9OSVersionOyKXEfu0_","regions":[[293,33,293,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyFSbyKXEfu1_","regions":[[294,23,294,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu2_","regions":[[297,24,297,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu3_","regions":[[297,36,297,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyFSbyKXEfu4_","regions":[[300,23,300,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu5_","regions":[[301,24,301,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdeF12_LegacyMacOSyyF0aB6AppKit0eF0C10DriverTypeOyKXEfu6_","regions":[[301,55,301,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyF","regions":[[304,58,316,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSbyKXEfu_","regions":[[313,24,313,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu0_","regions":[[314,24,314,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu1_","regions":[[314,43,314,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu2_","regions":[[315,24,315,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C04testdef13_IncompatibleE0yyFSaySSGyKXEfu3_","regions":[[315,52,315,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF","regions":[[318,57,326,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF0ab3AppK00eF0C0H4TypeOyKXEfu_","regions":[[322,24,322,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyF0ab3AppK00eF0C0H4TypeOyKXEfu0_","regions":[[322,49,322,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu1_","regions":[[323,23,323,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu2_","regions":[[324,23,324,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu2_SbSSXEfU_","regions":[[324,58,324,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C035testDriverInstallationInstructions_H3KityyFSbyKXEfu3_","regions":[[325,23,325,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF","regions":[[328,63,336,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF0aB6AppKit0eF0C0H4TypeOyKXEfu_","regions":[[332,24,332,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyF0aB6AppKit0eF0C0H4TypeOyKXEfu0_","regions":[[332,49,332,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu1_","regions":[[333,23,333,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu2_","regions":[[334,23,334,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu2_SbSSXEfU_","regions":[[334,58,334,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/SystemRequirementsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022MockSystemRequirementsC0C50testDriverInstallationInstructions_KernelExtensionyyFSbyKXEfu3_","regions":[[335,23,335,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V9setupTest33_123EE36CCD5AE5514A0A4F45B7494FACLLyyYaF","regions":[[13,36,18,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V13instantiationyyYaF","regions":[[21,32,40,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V15validationCountyyYaF","regions":[[43,34,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V17snapshotFreshnessyyYaF","regions":[[90,36,104,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/SystemValidatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015SystemValidatorC0V26snapshotStalenessDetectionyyYaF","regions":[[107,45,158,6,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C4port33_BEB71EE51ED2E42E71B29CA15C0FE3A0LLSivpfi","regions":[[9,29,9,34,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C15serverReachable33_BEB71EE51ED2E42E71B29CA15C0FE3A0LL7timeoutSbSd_tYaF","regions":[[11,77,15,6,0,0,0,0],[12,41,12,57,0,0,0,0],[12,57,14,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKF","regions":[[17,58,24,6,0,0,0,0],[18,44,18,87,0,0,0,0],[18,87,24,6,0,0,0,0],[20,45,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSiyKXEfu_","regions":[[21,37,21,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSiyKXEfu0_","regions":[[21,60,21,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSbyKXEfu1_","regions":[[22,23,22,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C32testHelloProtocolAndCapabilitiesyyYaKFSbyKXEfu2_","regions":[[23,23,23,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C27testReloadWaitReturnsResultyyYaKF","regions":[[26,53,36,6,0,0,0,0],[27,44,27,87,0,0,0,0],[27,87,36,6,0,0,0,0],[30,16,30,22,0,0,0,0],[31,9,32,32,0,0,0,0],[33,9,34,63,0,0,0,0],[35,10,36,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C27testReloadWaitReturnsResultyyYaKFSbyKXEfu_","regions":[[32,27,32,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKF","regions":[[38,62,48,6,0,0,0,0],[39,44,39,87,0,0,0,0],[39,87,48,6,0,0,0,0],[41,50,48,6,0,0,0,0],[43,42,47,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSbyKXEfu_","regions":[[45,51,45,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSbyKXEfu0_","regions":[[46,27,46,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C36testStatusIncludesLastReloadOptionalyyYaKFSSyXEfu1_","regions":[[46,42,46,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C33testFramingReloadWaitSingleObjectyyYaKF","regions":[[52,59,69,6,0,0,0,0],[53,44,53,87,0,0,0,0],[53,87,69,6,0,0,0,0],[60,16,60,22,0,0,0,0],[61,9,63,32,0,0,0,0],[64,9,65,58,0,0,0,0],[66,9,67,64,0,0,0,0],[68,10,69,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C33testFramingReloadWaitSingleObjectyyYaKFSbyKXEfu_","regions":[[63,27,63,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKF","regions":[[72,65,92,6,0,0,0,0],[73,44,73,87,0,0,0,0],[73,87,92,6,0,0,0,0],[76,16,76,22,0,0,0,0],[77,9,86,108,0,0,0,0],[78,54,86,108,0,0,0,0],[79,54,81,14,0,0,0,0],[81,14,86,108,0,0,0,0],[87,9,88,62,0,0,0,0],[89,9,90,58,0,0,0,0],[91,10,92,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu_","regions":[[82,27,82,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSSyXEfu0_","regions":[[82,36,82,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu1_","regions":[[85,51,85,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu2_","regions":[[85,78,85,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSbyKXEfu3_","regions":[[86,27,86,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C027testReloadThenStatusHasLastG6FieldsyyYaKFSSyXEfu4_","regions":[[86,42,86,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKF","regions":[[95,73,112,6,0,0,0,0],[96,44,96,87,0,0,0,0],[96,87,112,6,0,0,0,0],[104,16,104,22,0,0,0,0],[105,9,106,74,0,0,0,0],[107,9,108,79,0,0,0,0],[109,9,110,82,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu_","regions":[[106,27,106,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu0_","regions":[[106,33,106,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu1_","regions":[[108,27,108,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu2_","regions":[[108,33,108,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSbyKXEfu3_","regions":[[110,27,110,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C47testReloadWaitVerySmallTimeoutStillSingleObjectyyYaKFSSyXEfu4_","regions":[[110,33,110,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKF","regions":[[118,60,135,6,0,0,0,0],[119,44,119,87,0,0,0,0],[119,87,135,6,0,0,0,0],[125,16,125,22,0,0,0,0],[126,9,128,32,0,0,0,0],[129,9,131,114,0,0,0,0],[132,9,133,60,0,0,0,0],[134,10,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu_","regions":[[128,27,128,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu0_","regions":[[131,27,131,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C013testActOnFakea15WithNonExistentA0yyYaKFSbyKXEfu0_SbyKXEfu1_","regions":[[131,73,131,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA19ActionSerializationyyYaKF","regions":[[138,56,153,6,0,0,0,0],[139,44,139,87,0,0,0,0],[139,87,153,6,0,0,0,0],[143,86,152,10,0,0,0,0],[145,20,145,26,0,0,0,0],[146,13,147,83,0,0,0,0],[148,13,150,22,0,0,0,0],[151,14,152,10,0,0,0,0],[152,10,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyF","regions":[[156,39,161,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu_","regions":[[157,24,157,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu0_","regions":[[157,70,157,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu1_","regions":[[158,24,158,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu2_","regions":[[158,72,158,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu3_","regions":[[159,24,159,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu4_","regions":[[159,68,159,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu5_","regions":[[160,24,160,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientIntegrationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TCPClientIntegrationC0C08testFakeA15ActionRawValuesyyFSSyKXEfu6_","regions":[[160,71,160,79,0,0,0,0]]},{"branches":[],"count":9,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC4port33_DBD76E9ED9449222077CACD45FAB9738LLSivpfi","regions":[[12,29,12,34,9,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC15serverReachable33_DBD76E9ED9449222077CACD45FAB9738LL7timeoutSbSd_tYaF","regions":[[14,77,18,6,0,0,0,0],[15,41,15,57,0,0,0,0],[15,57,17,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKF","regions":[[24,51,49,6,0,0,0,0],[25,44,25,87,0,0,0,0],[25,87,49,6,0,0,0,0],[32,26,37,10,0,0,0,0],[33,49,37,10,0,0,0,0],[34,49,36,14,0,0,0,0],[37,10,49,6,0,0,0,0],[43,41,48,10,0,0,0,0],[48,10,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSiyKXEfu_","regions":[[40,37,40,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSiyKXEfu0_","regions":[[40,55,40,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSSyXEfu1_","regions":[[40,58,40,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFs6UInt64VyKXEfu2_","regions":[[45,17,45,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFs6UInt64VyKXEfu3_","regions":[[45,32,45,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE14IDMonotonicityyyYaKFSSyXEfu4_","regions":[[46,17,46,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKF","regions":[[53,59,68,6,0,0,0,0],[54,44,54,87,0,0,0,0],[54,87,68,6,0,0,0,0],[59,46,68,6,0,0,0,0],[60,51,68,6,0,0,0,0],[61,46,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFs6UInt64VSgAGXEfU_","regions":[[63,89,63,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSiyKXEfu_","regions":[[67,24,67,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSiyKXEfu0_","regions":[[67,35,67,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE22IDDifferentAcrossTypesyyYaKFSSyXEfu1_","regions":[[67,52,67,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKF","regions":[[74,51,85,6,0,0,0,0],[75,44,75,87,0,0,0,0],[75,87,85,6,0,0,0,0],[80,45,85,6,0,0,0,0],[83,50,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFypSgyKXEfu_","regions":[[81,25,81,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFSSyXEfu0_","regions":[[81,43,81,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFypSgyKXEfu1_","regions":[[84,25,84,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC016testServerEchoesE2IDyyYaKFSSyXEfu2_","regions":[[84,44,84,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKF","regions":[[89,53,112,6,0,0,0,0],[90,44,90,87,0,0,0,0],[90,87,112,6,0,0,0,0],[96,16,96,22,0,0,0,0],[97,9,102,14,0,0,0,0],[103,9,108,14,0,0,0,0],[109,9,110,57,0,0,0,0],[111,10,112,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSbyKXEfu_","regions":[[100,17,100,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSSyXEfu0_","regions":[[101,17,101,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSbyKXEfu1_","regions":[[106,17,106,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC018testReloadIncludesE2IDyyYaKFSSyXEfu2_","regions":[[107,17,107,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKF","regions":[[118,40,146,6,0,0,0,0],[126,69,146,6,0,0,0,0],[128,85,146,6,0,0,0,0],[130,97,146,6,0,0,0,0],[138,79,146,6,0,0,0,0],[140,90,146,6,0,0,0,0],[144,10,146,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu_","regions":[[131,24,131,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu0_","regions":[[131,42,131,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFSSyXEfu1_","regions":[[131,46,131,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu2_","regions":[[145,24,145,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFs6UInt64VSgyKXEfu3_","regions":[[145,43,145,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC04testE9IDParsingyyKFSSyXEfu4_","regions":[[145,47,145,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKF","regions":[[150,52,178,6,0,0,0,0],[156,69,178,6,0,0,0,0],[158,85,178,6,0,0,0,0],[160,97,178,6,0,0,0,0],[169,79,178,6,0,0,0,0],[171,90,178,6,0,0,0,0],[175,10,178,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFypSgyKXEfu_","regions":[[161,22,161,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu0_","regions":[[161,40,161,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyKXEfu1_","regions":[[162,24,162,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyKXEfu2_","regions":[[162,39,162,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu3_","regions":[[162,49,162,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFypSgyKXEfu4_","regions":[[176,22,176,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu5_","regions":[[176,41,176,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSbyKXEfu6_","regions":[[177,23,177,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC32testBackwardCompatibilityParsingyyKFSSyXEfu7_","regions":[[177,37,177,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyF","regions":[[181,42,186,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyFs6UInt64VSgyKXEfu_","regions":[[185,24,185,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC020testExtractsTopLevelE2IdyyFs6UInt64VSgyKXEfu0_","regions":[[185,35,185,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKF","regions":[[192,53,214,6,0,0,0,0],[193,44,193,87,0,0,0,0],[193,87,214,6,0,0,0,0],[199,27,206,10,0,0,0,0],[200,16,203,14,0,0,0,0],[201,45,203,14,0,0,0,0],[203,21,205,14,0,0,0,0],[205,14,206,10,0,0,0,0],[206,10,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSiyKXEfu_","regions":[[211,13,211,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSiyKXEfu0_","regions":[[211,24,211,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC27testRapidSuccessiveRequestsyyYaKFSSyXEfu1_","regions":[[212,13,212,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF","regions":[[218,53,236,6,0,0,0,0],[219,44,219,87,0,0,0,0],[219,87,236,6,0,0,0,0],[224,42,236,6,0,0,0,0],[225,47,236,6,0,0,0,0],[226,42,236,6,0,0,0,0],[227,47,236,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C10TcpHelloOkVyYaKcfu_","regions":[[224,28,224,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C13TcpStatusInfoVyYaKcfu0_","regions":[[225,29,225,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C10TcpHelloOkVyYaKcfu1_","regions":[[226,28,226,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKF0aB6AppKit06KanataD0C13TcpStatusInfoVyYaKcfu2_","regions":[[227,29,227,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFypSgyKXEfu3_","regions":[[232,25,232,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu4_","regions":[[232,44,232,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSbyKXEfu5_","regions":[[233,23,233,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu6_","regions":[[233,40,233,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFypSgyKXEfu7_","regions":[[234,25,234,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu8_","regions":[[234,44,234,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSbyKXEfu9_","regions":[[235,23,235,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPClientRequestIDTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23TCPClientRequestIDTestsC015testInterleavedE5TypesyyYaKFSSyXEfu10_","regions":[[235,40,235,70,0,0,0,0]]},{"branches":[],"count":5,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C4port33_2B19C804D03BB5B54788670370FD191CLLSivpfi","regions":[[11,29,11,34,5,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C15serverReachable33_2B19C804D03BB5B54788670370FD191CLL7timeoutSbSd_tYaF","regions":[[13,77,17,6,0,0,0,0],[14,41,14,57,0,0,0,0],[14,57,16,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKF","regions":[[23,65,49,6,0,0,0,0],[24,44,24,87,0,0,0,0],[24,87,49,6,0,0,0,0],[29,40,42,10,0,0,0,0],[38,16,38,27,0,0,0,0],[38,28,41,14,0,0,0,0],[42,10,49,6,0,0,0,0],[47,50,49,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKFypSgyKXEfu_","regions":[[48,25,48,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C39testConnectionsCleanedUpAfterDisconnectyyYaKFSSyXEfu0_","regions":[[48,40,48,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKF","regions":[[53,50,77,6,0,0,0,0],[54,44,54,87,0,0,0,0],[54,87,77,6,0,0,0,0],[60,40,66,10,0,0,0,0],[62,16,62,50,0,0,0,0],[62,51,64,14,0,0,0,0],[66,10,77,6,0,0,0,0],[76,42,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSiyKXEfu_","regions":[[70,13,70,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSiyKXEfu0_","regions":[[70,24,70,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C24testRapidConnectionChurnyyYaKFSSyXEfu1_","regions":[[71,13,71,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKF","regions":[[81,51,116,6,0,0,0,0],[82,44,82,87,0,0,0,0],[82,87,116,6,0,0,0,0],[115,42,116,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiScGySbGzYaXEfU_","regions":[[86,60,106,10,0,0,0,0],[87,31,97,14,0,0,0,0],[97,14,105,25,0,0,0,0],[100,39,104,14,0,0,0,0],[101,20,101,26,0,0,0,0],[101,27,103,18,0,0,0,0],[104,14,105,25,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiScGySbGzYaXEfU_SbyYacfU_","regions":[[88,31,96,18,0,0,0,0],[90,24,93,22,0,0,0,0],[91,53,92,36,0,0,0,0],[93,29,95,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiyKXEfu_","regions":[[109,13,109,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSiyKXEfu0_","regions":[[109,24,109,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C25testConcurrentConnectionsyyYaKFSSyXEfu1_","regions":[[110,13,110,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKF","regions":[[120,57,133,6,0,0,0,0],[121,44,121,87,0,0,0,0],[121,87,133,6,0,0,0,0],[126,37,133,6,0,0,0,0],[131,48,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKFypSgyKXEfu_","regions":[[132,25,132,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C31testConnectionCleanupAfterErroryyYaKFSSyXEfu0_","regions":[[132,40,132,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKF","regions":[[139,59,177,6,0,0,0,0],[140,44,140,87,0,0,0,0],[140,87,177,6,0,0,0,0],[149,39,166,10,0,0,0,0],[151,16,153,14,0,0,0,0],[152,45,153,14,0,0,0,0],[153,21,161,14,0,0,0,0],[157,20,157,50,0,0,0,0],[157,51,160,18,0,0,0,0],[160,18,161,14,0,0,0,0],[161,14,166,10,0,0,0,0],[163,16,163,27,0,0,0,0],[163,28,165,14,0,0,0,0],[166,10,177,6,0,0,0,0],[173,50,177,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSiyKXEfu_","regions":[[169,27,169,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSiyKXEfu0_","regions":[[169,37,169,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSSyXEfu1_","regions":[[169,41,169,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFypSgyKXEfu2_","regions":[[175,13,175,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPConnectionLeakTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TCPConnectionLeakC0C33testFileDescriptorsDontAccumulateyyYaKFSSyXEfu3_","regions":[[175,28,175,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaF","regions":[[11,50,20,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFypSgyKXEfu_","regions":[[17,25,17,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSSSgyKXEfu0_","regions":[[18,24,18,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSSSgyKXEfu1_","regions":[[18,69,18,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C027testExtractFirstLine_SingleI0yyYaFSbyKXEfu2_","regions":[[19,23,19,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaF","regions":[[22,48,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFypSgyKXEfu_","regions":[[29,25,29,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu0_","regions":[[30,24,30,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu1_","regions":[[30,69,30,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu2_","regions":[[32,13,32,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu3_","regions":[[33,13,33,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFypSgyKXEfu4_","regions":[[38,25,38,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu5_","regions":[[40,13,40,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSSSgyKXEfu6_","regions":[[41,13,41,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C29testExtractFirstLine_TwoLinesyyYaFSbyKXEfu7_","regions":[[43,23,43,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaF","regions":[[46,49,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaFypSgyKXEfu_","regions":[[52,22,52,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_NoNewlineyyYaFSSyXEfu0_","regions":[[52,30,52,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaF","regions":[[55,49,62,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaFypSgyKXEfu_","regions":[[61,22,61,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C30testExtractFirstLine_EmptyDatayyYaFSSyXEfu0_","regions":[[61,30,61,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaF","regions":[[64,50,81,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu_","regions":[[71,24,71,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu0_","regions":[[71,65,71,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu1_","regions":[[75,24,75,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu2_","regions":[[75,65,75,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu3_","regions":[[79,24,79,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSSSgyKXEfu4_","regions":[[79,65,79,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C31testExtractFirstLine_ThreeLinesyyYaFSbyKXEfu5_","regions":[[80,23,80,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaF","regions":[[83,57,93,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFypSgyKXEfu_","regions":[[90,25,90,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu0_","regions":[[91,24,91,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu1_","regions":[[91,69,91,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu2_","regions":[[92,24,92,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TCPReadBufferTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013TCPReadBufferC0C034testExtractFirstLine_PartialSecondI0yyYaFSSSgyKXEfu3_","regions":[[92,74,92,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyF","regions":[[14,48,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu_","regions":[[16,24,16,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu0_","regions":[[16,55,16,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu1_","regions":[[16,62,16,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu2_","regions":[[17,24,17,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu3_","regions":[[17,55,17,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu4_","regions":[[17,62,17,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu5_","regions":[[18,24,18,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu6_","regions":[[18,55,18,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu7_","regions":[[18,62,18,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu8_","regions":[[19,24,19,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu9_","regions":[[19,55,19,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu10_","regions":[[19,62,19,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu11_","regions":[[22,24,22,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu12_","regions":[[22,55,22,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu13_","regions":[[22,62,22,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu14_","regions":[[23,24,23,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu15_","regions":[[23,55,23,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu16_","regions":[[23,62,23,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu17_","regions":[[24,24,24,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu18_","regions":[[24,55,24,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu19_","regions":[[24,62,24,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu20_","regions":[[25,24,25,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu21_","regions":[[25,55,25,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu22_","regions":[[25,62,25,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu23_","regions":[[28,24,28,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu24_","regions":[[28,54,28,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu25_","regions":[[28,61,28,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu26_","regions":[[29,24,29,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu27_","regions":[[29,54,29,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu28_","regions":[[29,61,29,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu29_","regions":[[30,24,30,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu30_","regions":[[30,54,30,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu31_","regions":[[30,61,30,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu32_","regions":[[31,24,31,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyKXEfu33_","regions":[[31,54,31,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF10_modifiersyyFSSyXEfu34_","regions":[[31,61,31,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyF","regions":[[34,50,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu_","regions":[[35,24,35,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu0_","regions":[[35,56,35,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu1_","regions":[[35,63,35,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu2_","regions":[[36,24,36,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu3_","regions":[[36,54,36,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu4_","regions":[[36,61,36,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu5_","regions":[[37,24,37,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu6_","regions":[[37,54,37,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu7_","regions":[[37,61,37,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu8_","regions":[[38,24,38,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu9_","regions":[[38,57,38,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu10_","regions":[[38,64,38,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu11_","regions":[[39,24,39,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu12_","regions":[[39,56,39,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu13_","regions":[[39,63,39,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu14_","regions":[[40,24,40,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu15_","regions":[[40,55,40,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu16_","regions":[[40,62,40,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu17_","regions":[[41,24,41,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu18_","regions":[[41,60,41,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu19_","regions":[[41,67,41,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu20_","regions":[[42,24,42,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu21_","regions":[[42,54,42,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu22_","regions":[[42,61,42,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu23_","regions":[[43,24,43,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu24_","regions":[[43,54,43,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu25_","regions":[[43,61,43,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu26_","regions":[[44,24,44,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyKXEfu27_","regions":[[44,57,44,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_specialKeysyyFSSyXEfu28_","regions":[[44,64,44,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyF","regions":[[47,50,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu_","regions":[[48,24,48,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu0_","regions":[[48,52,48,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu1_","regions":[[48,57,48,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu2_","regions":[[49,24,49,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu3_","regions":[[49,52,49,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu4_","regions":[[49,57,49,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu5_","regions":[[50,24,50,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu6_","regions":[[50,52,50,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu7_","regions":[[50,57,50,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu8_","regions":[[51,24,51,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyKXEfu9_","regions":[[51,52,51,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF12_regularKeysyyFSSyXEfu10_","regions":[[51,57,51,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyF","regions":[[54,54,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu_","regions":[[55,24,55,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu0_","regions":[[55,55,55,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu1_","regions":[[55,62,55,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu2_","regions":[[56,24,56,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu3_","regions":[[56,55,56,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu4_","regions":[[56,62,56,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu5_","regions":[[57,24,57,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyKXEfu6_","regions":[[57,56,57,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C010testFormata3ForF16_caseInsensitiveyyFSSyXEfu7_","regions":[[57,63,57,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyF","regions":[[62,37,65,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSiyKXEfu_","regions":[[64,24,64,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSiyKXEfu0_","regions":[[64,38,64,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_countyyFSSyXEfu1_","regions":[[64,41,64,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyF","regions":[[67,37,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu_","regions":[[69,24,69,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu0_","regions":[[69,35,69,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu1_","regions":[[69,49,69,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu2_","regions":[[70,24,70,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu3_","regions":[[70,35,70,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu4_","regions":[[70,47,70,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu5_","regions":[[71,24,71,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyKXEfu6_","regions":[[71,35,71,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C04testD17DanceLabels_orderyyFSSyXEfu7_","regions":[[71,48,71,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyF","regions":[[76,36,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu_","regions":[[80,24,80,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu0_","regions":[[80,43,80,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSSyXEfu1_","regions":[[80,48,80,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu2_","regions":[[81,24,81,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSiyKXEfu3_","regions":[[81,44,81,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C23testDefaultTimingValuesyyFSSyXEfu4_","regions":[[81,49,81,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyF","regions":[[84,28,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu_","regions":[[89,37,89,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu0_","regions":[[89,42,89,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSSyXEfu1_","regions":[[89,53,89,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu2_","regions":[[90,34,90,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSiyKXEfu3_","regions":[[90,39,90,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C15testTimingRangeyyFSSyXEfu4_","regions":[[90,50,90,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests016TapHoldCustomizeC0C06formata3ForF033_5B9D6EBDA6ABDB74557422F05D9EAE05LLyS2SF","regions":[[96,65,109,6,0,0,0,0],[97,16,97,32,0,0,0,0],[98,9,98,42,0,0,0,0],[99,9,99,42,0,0,0,0],[100,9,100,42,0,0,0,0],[101,9,101,42,0,0,0,0],[102,9,102,35,0,0,0,0],[103,9,103,45,0,0,0,0],[104,9,104,40,0,0,0,0],[105,9,105,26,0,0,0,0],[106,9,106,36,0,0,0,0],[107,9,107,34,0,0,0,0],[108,10,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF","regions":[[115,27,118,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[117,24,117,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[117,38,117,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG4SizeyyFSSyXEfu1_","regions":[[117,42,117,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF","regions":[[120,35,123,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[122,24,122,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[122,46,122,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG12CornerRadiusyyFSSyXEfu1_","regions":[[122,49,122,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF","regions":[[125,31,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF12CoreGraphics7CGFloatVyKXEfu_","regions":[[127,24,127,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyF12CoreGraphics7CGFloatVyKXEfu0_","regions":[[127,42,127,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C04testG8FontSizeyyFSSyXEfu1_","regions":[[127,46,127,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyF","regions":[[130,32,152,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFypSgyKXEfu_","regions":[[135,22,135,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu0_","regions":[[135,38,135,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu1_","regions":[[139,24,139,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu2_","regions":[[139,40,139,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu3_","regions":[[139,48,139,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFypSgyKXEfu4_","regions":[[143,22,143,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu5_","regions":[[143,38,143,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu6_","regions":[[147,24,147,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu7_","regions":[[147,40,147,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu8_","regions":[[147,53,147,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu9_","regions":[[151,24,151,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSSgyKXEfu10_","regions":[[151,40,151,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapHoldMiniKeycapStateC0C19testRecordingStatesyyFSSyXEfu11_","regions":[[151,54,151,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyF","regions":[[158,32,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu_","regions":[[165,24,165,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu0_","regions":[[165,37,165,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu1_","regions":[[165,40,165,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu2_","regions":[[166,24,166,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu3_","regions":[[166,40,166,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu4_","regions":[[166,54,166,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSbyKXEfu5_","regions":[[167,23,167,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu6_","regions":[[167,48,167,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu7_","regions":[[172,24,172,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu8_","regions":[[172,37,172,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu9_","regions":[[172,40,172,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu10_","regions":[[173,24,173,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu11_","regions":[[173,40,173,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu12_","regions":[[173,52,173,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu13_","regions":[[178,24,178,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu14_","regions":[[178,37,178,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu15_","regions":[[178,40,178,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu16_","regions":[[179,24,179,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyKXEfu17_","regions":[[179,40,179,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu18_","regions":[[179,53,179,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu19_","regions":[[182,24,182,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSiyKXEfu20_","regions":[[182,37,182,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testAdddeF0yyFSSyXEfu21_","regions":[[182,51,182,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyF","regions":[[185,35,195,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSiyKXEfu_","regions":[[193,24,193,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSiyKXEfu0_","regions":[[193,37,193,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyXEfu1_","regions":[[193,40,193,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyKXEfu2_","regions":[[194,24,194,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyKXEfu3_","regions":[[194,40,194,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C010testRemovedeF0yyFSSyXEfu4_","regions":[[194,52,194,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyF","regions":[[197,40,206,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSbyKXEfu_","regions":[[204,23,204,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyXEfu0_","regions":[[204,48,204,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyKXEfu1_","regions":[[205,24,205,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyKXEfu2_","regions":[[205,40,205,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C09testCleardeF6ActionyyFSSyXEfu3_","regions":[[205,54,205,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyF","regions":[[208,38,216,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyKXEfu_","regions":[[215,24,215,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyKXEfu0_","regions":[[215,41,215,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022TapDanceStepManagementC0C07testSetdeF6ActionyyFSSyXEfu1_","regions":[[215,49,215,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyF","regions":[[222,47,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu_","regions":[[238,23,238,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu0_","regions":[[238,59,238,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu1_","regions":[[239,23,239,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu2_","regions":[[239,58,239,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu3_","regions":[[240,23,240,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu4_","regions":[[240,64,240,115,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu5_","regions":[[241,23,241,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu6_","regions":[[241,59,241,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu7_","regions":[[242,23,242,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu8_","regions":[[242,60,242,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu9_","regions":[[243,23,243,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu10_","regions":[[243,59,243,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu11_","regions":[[244,23,244,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu12_","regions":[[244,58,244,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu13_","regions":[[245,23,245,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu14_","regions":[[245,55,245,90,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu15_","regions":[[246,23,246,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu16_","regions":[[246,52,246,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu17_","regions":[[247,23,247,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu18_","regions":[[247,50,247,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu19_","regions":[[248,23,248,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu20_","regions":[[248,59,248,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu21_","regions":[[249,23,249,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu22_","regions":[[249,61,249,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSbyKXEfu23_","regions":[[250,23,250,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UI/TapHoldCustomizeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020TapHoldAccessibilityC0C04testF17IdentifierFormatsyyFSSyXEfu24_","regions":[[250,60,250,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKF","regions":[[6,32,13,6,0,0,0,0],[9,80,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFSbyKXEfu_","regions":[[10,23,10,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFSbyKXEfu0_","regions":[[11,24,11,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C12testDecodeOkyyKFypSgyKXEfu1_","regions":[[12,22,12,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKF","regions":[[15,46,22,6,0,0,0,0],[18,80,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSbyKXEfu_","regions":[[19,23,19,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSbyKXEfu0_","regions":[[20,24,20,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSSSgyKXEfu1_","regions":[[21,24,21,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/TcpServerResponseTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017TcpServerResponseC0C26testDecodeErrorWithMessageyyKFSSSgyKXEfu2_","regions":[[21,34,21,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V20mapsLettersAndDigitsyyF","regions":[[7,33,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V28mapsPunctuationAndWhitespaceyyF","regions":[[13,41,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V28detectsUnsupportedCharactersyyF","regions":[[19,41,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V04mapsD17WithTrailingSpaceyyF","regions":[[28,38,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V04mapsD18WithTrailingPeriodyyF","regions":[[34,39,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V15rejectsNonASCIIyyF","regions":[[40,28,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V21mapsCommonPunctuationyyF","regions":[[48,34,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests012TextToKanataa6MapperC0V013mapsLowercaseD9SequencesyyF","regions":[[58,39,63,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Infrastructure/TextToKanataKeyMapperTests.swift"],"mcdc_records":[],"name":"$ss6ResultO12KeyPathTestsSaySSGRsz0bC6AppKit012TextToKanataB6MapperO12MappingErrorVRs_rlE9isSuccessSbvg","regions":[[68,25,71,6,0,0,0,0],[69,33,69,48,0,0,0,0],[69,48,70,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13automationLog33_54C70BC633E53D535E0FAAD09B763FAELLSayAA14AutomationStepOGvpfi","regions":[[15,51,15,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13enableLoggingSbvpfi","regions":[[19,38,19,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC7timeoutSdvpfi","regions":[[20,40,20,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC14validationModeAA010ValidationG0Ovpfi","regions":[[21,49,21,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13kanataManager15keyboardCaptureAC0aB6AppKit18RuntimeCoordinatorC_AA012MockKeyboardI0CSgtcfc","regions":[[25,97,28,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC13kanataManager15keyboardCaptureAC0aB6AppKit18RuntimeCoordinatorC_AA012MockKeyboardI0CSgtcfcAJyKXEfu_","regions":[[27,51,27,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC08automateA7MappingyAA16AutomationResultV0aB6AppKit0aG0VYaF","regions":[[33,85,91,6,0,0,0,0],[42,12,81,10,0,0,0,0],[44,53,79,14,0,0,0,0],[48,44,50,14,0,0,0,0],[50,14,79,14,0,0,0,0],[54,45,56,14,0,0,0,0],[56,14,79,14,0,0,0,0],[60,43,62,14,0,0,0,0],[62,14,79,14,0,0,0,0],[65,16,65,39,0,0,0,0],[65,40,70,14,0,0,0,0],[67,20,67,45,0,0,0,0],[67,73,69,18,0,0,0,0],[69,18,70,14,0,0,0,0],[70,14,79,14,0,0,0,0],[81,17,90,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC24automateMultipleMappingsySayAA16AutomationResultVGSay0aB6AppKit0A7MappingVGYaF","regions":[[94,96,108,6,0,0,0,0],[97,33,105,10,0,0,0,0],[102,16,102,31,0,0,0,0],[102,59,104,14,0,0,0,0],[104,14,105,10,0,0,0,0],[105,10,107,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19createTestScenariosSayAA0A15MappingScenarioVGyFZ","regions":[[111,70,168,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC14prepareUIState33_54C70BC633E53D535E0FAAD09B763FAELLAA0G8SnapshotVyYaKF","regions":[[172,67,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19executeInputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaF","regions":[[187,5,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC19executeInputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaFySScfU_","regions":[[191,38,193,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC20executeOutputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaF","regions":[[206,5,224,6,0,0,0,0],[216,31,218,10,0,0,0,0],[218,10,223,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC20executeOutputCapture33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0H6ResultVSS_AA15UIStateSnapshotVtYaFySScfU_","regions":[[210,48,212,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC11executeSave33_54C70BC633E53D535E0FAAD09B763FAELL_7uiStateAA0G6ResultV0aB6AppKit0A7MappingV_AA15UIStateSnapshotVtYaF","regions":[[226,101,237,6,0,0,0,0],[229,12,233,10,0,0,0,0],[230,100,232,45,0,0,0,0],[233,17,236,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC15validateMapping33_54C70BC633E53D535E0FAAD09B763FAELLyAA16ValidationResultV0aB6AppKit0aG0VYaF","regions":[[239,83,264,6,0,0,0,0],[247,12,247,25,0,0,0,0],[247,26,249,10,0,0,0,0],[255,12,255,30,0,0,0,0],[255,31,257,10,0,0,0,0],[257,16,261,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21UIAutomationFrameworkC3log33_54C70BC633E53D535E0FAAD09B763FAELLyyAA14AutomationStepO_SStF","regions":[[266,65,271,6,0,0,0,0],[267,12,267,25,0,0,0,0],[267,26,269,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE11descriptionSSvg","regions":[[280,29,282,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests0A15MappingScenarioV4name11description8mappingsACSS_SSSay0aB6AppKit0aD0VGtcfC","regions":[[291,76,295,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16AutomationResultV7success7mapping5steps9timestamp5errorACSb_0aB6AppKit0A7MappingVSayAA0D4StepOG10Foundation4DateVs5Error_pSgtcfC","regions":[[316,7,322,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13CaptureResultV7success08capturedA05errorACSb_SSSgs5Error_pSgtcfC","regions":[[366,81,370,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10SaveResultV7success5errorACSb_s5Error_pSgtcfC","regions":[[378,53,381,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16ValidationResultV7isValidSbvpfi","regions":[[386,32,386,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests16ValidationResultV6errorsSaySSGvpfi","regions":[[387,35,387,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC15simulationDelay33_54C70BC633E53D535E0FAAD09B763FAELLSdvpfi","regions":[[406,49,406,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC05startF08callbackyySSc_tF","regions":[[408,77,411,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC015startContinuousF08callbackyySSc_tF","regions":[[413,87,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC04stopF0yyF","regions":[[418,40,422,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC08simulateA5PressyySSF","regions":[[424,53,431,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC08simulateA5PressyySSFyyYbScMYccfU_","regions":[[426,75,430,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UIAutomationFramework.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockKeyboardCaptureC18setSimulationDelayyySdF","regions":[[433,59,435,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C5setUpyyF","regions":[[7,27,11,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C5setUpyyFSbyYacfU_","regions":[[10,57,10,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C8tearDownyyF","regions":[[13,30,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF","regions":[[18,65,85,6,0,0,0,0],[21,93,85,6,0,0,0,0],[23,102,85,6,0,0,0,0],[29,100,85,6,0,0,0,0],[31,92,85,6,0,0,0,0],[42,69,85,6,0,0,0,0],[43,104,85,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF10Foundation3URLVSgycfU_","regions":[[46,36,46,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[47,37,72,14,0,0,0,0],[56,20,67,18,0,0,0,0],[57,38,66,22,0,0,0,0],[67,25,71,18,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_SSyKXEfu_","regions":[[60,106,60,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_SSyKXEfu0_","regions":[[62,106,62,108,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu_","regions":[[76,23,76,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu0_","regions":[[77,23,77,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFypSgyKXEfu1_","regions":[[78,22,78,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu2_","regions":[[79,24,79,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu3_","regions":[[80,24,80,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu4_","regions":[[81,24,81,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu5_","regions":[[83,13,83,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu6_","regions":[[84,23,84,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD26RemovesPathsAndLogsSuccessyyYaKFSbyKXEfu6_SbSSXEfU1_","regions":[[84,53,84,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF","regions":[[87,61,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF10Foundation3URLVSgycfU_","regions":[[89,36,89,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKF0aB6AppKit05AppleI6ResultV10Foundation3URLV_SbtYacfU0_","regions":[[90,37,92,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu_","regions":[[97,24,97,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu0_","regions":[[98,24,98,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSSSgyKXEfu1_","regions":[[99,24,99,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSSSgyKXEfu2_","regions":[[99,47,99,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu3_","regions":[[100,23,100,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD22FailsWhenScriptMissingyyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[100,53,100,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF","regions":[[103,53,119,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF10Foundation3URLVSgycfU_","regions":[[107,36,107,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[108,37,110,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu_","regions":[[115,24,115,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu0_","regions":[[116,24,116,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSSSgyKXEfu1_","regions":[[117,24,117,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSSSgyKXEfu2_","regions":[[117,47,117,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu3_","regions":[[118,23,118,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD14LogsAdminErroryyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[118,53,118,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF","regions":[[121,79,137,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF10Foundation3URLVSgycfU_","regions":[[125,36,125,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKF0aB6AppKit17AppleScriptResultV10Foundation3URLV_SbtYacfU0_","regions":[[126,37,128,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu_","regions":[[133,24,133,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu0_","regions":[[134,24,134,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSSSgyKXEfu1_","regions":[[135,24,135,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSSSgyKXEfu2_","regions":[[135,47,135,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu3_","regions":[[136,23,136,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Managers/UninstallCoordinatorTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests020UninstallCoordinatorC0C04testD40LogsExitCodeWhenAdminErrorMissingMessageyyYaKFSbyKXEfu3_SbSSXEfU1_","regions":[[136,53,136,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKF","regions":[[14,48,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu_","regions":[[17,24,17,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu0_","regions":[[17,39,17,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu1_","regions":[[18,24,18,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA21MappingInitializationyyKFSSyKXEfu2_","regions":[[18,40,18,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKF","regions":[[21,44,29,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKFSbyKXEfu_","regions":[[24,23,24,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC04testA17MappingValidationyyKFSbyKXEfu0_","regions":[[28,24,28,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKF","regions":[[33,45,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu_","regions":[[42,23,42,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu0_","regions":[[43,23,43,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu1_","regions":[[44,23,44,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu2_","regions":[[47,23,47,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu3_","regions":[[48,23,48,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC25testBasicConfigGenerationyyKFSbyKXEfu4_","regions":[[49,23,49,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKF","regions":[[52,51,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_","regions":[[59,13,60,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu0_","regions":[[59,39,59,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu1_","regions":[[59,65,59,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC011testComplexA17MappingGenerationyyKFSbyKXEfu_SbyKXEfu2_","regions":[[60,20,60,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKF","regions":[[65,44,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu_","regions":[[67,24,67,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu0_","regions":[[67,82,67,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu1_","regions":[[68,24,68,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu2_","regions":[[68,77,68,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu3_","regions":[[69,24,69,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu4_","regions":[[69,76,69,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu5_","regions":[[70,24,70,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC24testLifecycleStateValuesyyKFSSyKXEfu6_","regions":[[70,76,70,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKF","regions":[[75,58,79,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu_","regions":[[76,24,76,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu0_","regions":[[76,68,76,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu1_","regions":[[77,24,77,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu2_","regions":[[77,70,77,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu3_","regions":[[78,24,78,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC38testWizardPageAccessibilityIdentifiersyyKFSSyKXEfu4_","regions":[[78,76,78,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKF","regions":[[83,43,91,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu_","regions":[[88,23,88,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu0_","regions":[[89,23,89,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC09testBasicB10GenerationyyKFSbyKXEfu1_","regions":[[90,23,90,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKF","regions":[[95,47,102,6,0,0,0,0],[98,49,102,6,0,0,0,0],[99,72,102,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKFAA0H0VyKXEfu_","regions":[[101,24,101,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC27testTCPMessageSerializationyyKFAA0H0VyKXEfu0_","regions":[[101,33,101,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF","regions":[[107,42,113,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF0aB6AppKit21CommunicationProtocolOyKXEfu_","regions":[[111,24,111,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKF0aB6AppKit21CommunicationProtocolOyKXEfu0_","regions":[[111,55,111,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC22testPreferenceDefaultsyyKFSbyKXEfu1_","regions":[[112,23,112,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC30testSoundManagerSharedInstanceyyKF","regions":[[117,50,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC30testSoundManagerSharedInstanceyyKFypSgyKXEfu_","regions":[[120,25,120,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKF","regions":[[128,43,135,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKFypSgyKXEfu_","regions":[[131,25,131,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests13UnitTestSuiteC23testLoggerConfigurationyyKFyyKXEfu0_","regions":[[134,26,134,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE7isValidSbvg","regions":[[141,23,143,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s13KeyPathAppKit0A7MappingV0aB5TestsE7isValidSbvgSbyKXEfu_","regions":[[142,27,142,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV11layerChangeyACSSFZ","regions":[[153,60,155,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV9serialize10Foundation4DataVyKF","regions":[[157,37,160,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UnitTestSuite.swift"],"mcdc_records":[],"name":"$s12KeyPathTests10TCPMessageV11deserialize4fromAC10Foundation4DataV_tKFZ","regions":[[162,67,165,6,0,0,0,0],[163,64,164,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V17categoryRawValuesyyF","regions":[[14,30,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V17actionIdentifiersyyF","regions":[[24,30,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V27launchFailureStatusMessagesyyF","regions":[[38,40,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V21serviceInitializationyyF","regions":[[63,34,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests023UserNotificationServiceC0V20authorizationRequestyyF","regions":[[71,33,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025NotificationDeduplicationC0V33differentKeysForDifferentMessagesyyF","regions":[[83,46,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/UserNotificationServiceTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025NotificationDeduplicationC0V18consistentMessagesyyF","regions":[[91,31,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C14setUpWithErroryyKF","regions":[[11,43,17,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17tearDownWithErroryyKF","regions":[[19,46,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKF","regions":[[29,51,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSSgyKXEfu_","regions":[[41,24,41,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSSgyKXEfu0_","regions":[[41,35,41,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu1_","regions":[[41,45,41,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu2_","regions":[[42,30,42,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu3_","regions":[[42,41,42,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu4_","regions":[[42,53,42,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu5_","regions":[[43,27,43,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSdyKXEfu6_","regions":[[43,38,43,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterSaveWizardStateyyKFSSyXEfu7_","regions":[[43,72,43,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKF","regions":[[46,51,61,6,0,0,0,0],[50,27,55,10,0,0,0,0],[55,10,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu_","regions":[[54,28,54,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu0_","regions":[[54,39,54,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSyXEfu1_","regions":[[54,45,54,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu2_","regions":[[60,24,60,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSSgyKXEfu3_","regions":[[60,35,60,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterStateManagementyyKFSSyXEfu4_","regions":[[60,39,60,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKF","regions":[[63,53,80,6,0,0,0,0],[74,34,79,10,0,0,0,0],[79,10,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSSgyKXEfu_","regions":[[78,28,78,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSSgyKXEfu0_","regions":[[78,39,78,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterSpecialCharactersyyKFSSyXEfu1_","regions":[[78,45,78,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKF","regions":[[82,53,95,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu_","regions":[[90,13,90,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu0_","regions":[[90,24,90,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSSyXEfu1_","regions":[[90,36,90,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu2_","regions":[[93,13,93,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSdyKXEfu3_","regions":[[93,24,93,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C33testAppRestarterTimestampAccuracyyyKFSSyXEfu4_","regions":[[93,35,93,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKF","regions":[[97,63,106,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSSgyKXEfu_","regions":[[105,24,105,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSSgyKXEfu0_","regions":[[105,35,105,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C43testAppRestarterUserDefaultsSynchronizationyyKFSSyXEfu1_","regions":[[105,47,105,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKF","regions":[[108,54,120,6,0,0,0,0],[113,12,113,39,0,0,0,0],[113,40,115,10,0,0,0,0],[115,19,115,49,0,0,0,0],[115,50,117,10,0,0,0,0],[117,16,119,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu_","regions":[[111,24,111,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu0_","regions":[[111,44,111,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu1_","regions":[[114,27,114,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu2_","regions":[[114,33,114,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu3_","regions":[[116,27,116,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu4_","regions":[[116,33,116,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSbyKXEfu5_","regions":[[118,27,118,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C022testAppRestarterBundleB8HandlingyyKFSSyXEfu6_","regions":[[118,60,118,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKF","regions":[[124,39,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKFSbyKXEfu_","regions":[[128,23,128,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C19testLoggerSingletonyyKFSSyXEfu0_","regions":[[128,44,128,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKF","regions":[[131,42,140,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKFSbyKXEfu_","regions":[[139,23,139,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerBasicLoggingyyKFSSyXEfu0_","regions":[[139,29,139,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKF","regions":[[142,42,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKFSbyKXEfu_","regions":[[153,23,153,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerLongMessagesyyKFSSyXEfu0_","regions":[[153,29,153,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKF","regions":[[156,43,166,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKFSbyKXEfu_","regions":[[165,23,165,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerEmptyMessagesyyKFSSyXEfu0_","regions":[[165,29,165,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKF","regions":[[168,41,180,6,0,0,0,0],[172,27,174,10,0,0,0,0],[174,10,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKFSbyKXEfu_","regions":[[179,23,179,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerFlushBufferyyKFSSyXEfu0_","regions":[[179,29,179,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKF","regions":[[182,42,196,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKFSbyKXEfu_","regions":[[195,23,195,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C22testLoggerClearAllLogsyyKFSSyXEfu0_","regions":[[195,29,195,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKF","regions":[[198,37,207,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu_","regions":[[205,37,205,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu0_","regions":[[205,50,205,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSSyXEfu1_","regions":[[205,53,205,94,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu2_","regions":[[206,37,206,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSiyKXEfu3_","regions":[[206,48,206,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C17testLoggerLogSizeyyKFSSyXEfu4_","regions":[[206,61,206,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKF","regions":[[209,47,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKFypSgyKXEfu_","regions":[[214,25,214,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testLoggerDirectoryCreationyyKFSSyXEfu0_","regions":[[214,33,214,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKF","regions":[[217,45,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKFSbyKXEfu_","regions":[[223,23,223,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerFileInformationyyKFSSyXEfu0_","regions":[[223,29,223,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKF","regions":[[226,46,241,6,0,0,0,0],[232,27,237,10,0,0,0,0],[237,10,241,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFyyYbcfU_","regions":[[233,58,236,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFSbyKXEfu_","regions":[[240,23,240,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerConcurrentAccessyyKFSSyXEfu0_","regions":[[240,29,240,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKF","regions":[[243,46,259,6,0,0,0,0],[251,28,253,10,0,0,0,0],[253,10,259,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSiyKXEfu_","regions":[[257,13,257,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSiyKXEfu0_","regions":[[257,24,257,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerRotationBehavioryyKFSSyXEfu1_","regions":[[257,36,257,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKF","regions":[[263,43,276,6,0,0,0,0],[267,12,271,10,0,0,0,0],[271,17,273,10,0,0,0,0],[273,10,276,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKFSbyKXEfu_","regions":[[275,23,275,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testLoggerErrorHandlingyyKFSSyXEfu0_","regions":[[275,29,275,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKF","regions":[[278,51,293,6,0,0,0,0],[286,38,292,10,0,0,0,0],[292,10,293,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSSgyKXEfu_","regions":[[291,28,291,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSSgyKXEfu0_","regions":[[291,35,291,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C31testAppRestarterErrorConditionsyyKFSSyXEfu1_","regions":[[291,45,291,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKF","regions":[[295,44,309,6,0,0,0,0],[300,27,303,10,0,0,0,0],[303,10,309,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKFSbyKXEfu_","regions":[[308,23,308,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C24testLoggerMemoryPressureyyKFSSyXEfu0_","regions":[[308,29,308,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKF","regions":[[311,42,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSiyKXEfu_","regions":[[323,13,323,24,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSiyKXEfu0_","regions":[[323,26,323,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C010testLoggerB8HandlingyyKFSSyXEfu1_","regions":[[323,29,323,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKF","regions":[[329,46,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSSgyKXEfu_","regions":[[341,24,341,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSSgyKXEfu0_","regions":[[341,35,341,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerWithAppRestarteryyKFSSyXEfu1_","regions":[[341,54,341,89,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKF","regions":[[344,49,367,6,0,0,0,0],[349,40,359,10,0,0,0,0],[352,16,352,27,0,0,0,0],[352,28,354,14,0,0,0,0],[356,16,356,27,0,0,0,0],[356,28,358,14,0,0,0,0],[359,10,367,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSbyKXEfu_","regions":[[363,23,363,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSSyXEfu0_","regions":[[363,67,363,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSbyKXEfu1_","regions":[[366,23,366,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C04testD16WithSystemStressyyKFSSyXEfu2_","regions":[[366,29,366,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerPerformanceyyKF","regions":[[371,41,379,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C21testLoggerPerformanceyyKFyyXEfU_","regions":[[374,17,378,10,0,0,0,0],[375,33,377,14,0,0,0,0],[377,14,378,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testAppRestarterPerformanceyyKF","regions":[[381,47,387,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C27testAppRestarterPerformanceyyKFyyXEfU_","regions":[[382,17,386,10,0,0,0,0],[383,32,385,14,0,0,0,0],[385,14,386,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerFlushPerformanceyyKF","regions":[[389,46,400,6,0,0,0,0],[393,27,395,10,0,0,0,0],[395,10,400,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C26testLoggerFlushPerformanceyyKFyyXEfU_","regions":[[397,17,399,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKF","regions":[[404,45,418,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKFypSgyKXEfu_","regions":[[417,25,417,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C25testLoggerCleanupOnDeinityyKFSSyXEfu0_","regions":[[417,37,417,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKF","regions":[[420,43,432,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKFypSgyKXEfu_","regions":[[424,25,424,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/UtilitiesTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests09UtilitiesC0C23testUserDefaultsCleanupyyKFypSgyKXEfu0_","regions":[[431,22,431,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C8tearDownyyF","regions":[[7,30,14,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyF","regions":[[18,57,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSSSgycfU_","regions":[[20,58,20,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSbyKXEfu_","regions":[[22,23,22,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C44testHasVersionMismatch_V5InstalledRequiresV6yyFSSyXEfu0_","regions":[[22,49,22,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyF","regions":[[25,57,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSSSgycfU_","regions":[[27,58,27,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSbyKXEfu_","regions":[[29,24,29,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C042testHasVersionMismatch_V6InstalledRequiresJ0yyFSSyXEfu0_","regions":[[29,50,29,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyF","regions":[[32,59,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSSSgycfU_","regions":[[34,58,34,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSbyKXEfu_","regions":[[36,24,36,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C044testHasVersionMismatch_V6_1InstalledRequiresJ0yyFSSyXEfu0_","regions":[[36,50,36,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyF","regions":[[39,54,44,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSSSgycfU_","regions":[[41,58,41,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSbyKXEfu_","regions":[[43,24,43,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C025testHasVersionMismatch_NoH9InstalledyyFSSyXEfu0_","regions":[[43,50,43,121,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyF","regions":[[46,68,53,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSSgycfU_","regions":[[47,58,47,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFypSgyKXEfu_","regions":[[50,25,50,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu0_","regions":[[50,34,50,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu1_","regions":[[51,23,51,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu1_SbyKXEfu2_","regions":[[51,53,51,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu3_","regions":[[51,60,51,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu4_","regions":[[52,23,52,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSbyKXEfu4_SbyKXEfu5_","regions":[[52,53,52,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testGetVersionMismatchMessage_Returnsj3ForI0yyFSSyXEfu6_","regions":[[52,60,52,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyF","regions":[[55,67,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFSSSgycfU_","regions":[[56,58,56,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFypSgyKXEfu_","regions":[[59,22,59,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C54testGetVersionMismatchMessage_ReturnsNilWhenCompatibleyyFSSyXEfu0_","regions":[[59,31,59,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaF","regions":[[62,60,68,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSaySSGycfU_","regions":[[64,45,64,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSbyKXEfu_","regions":[[67,24,67,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C41testDetectRunning_UnhealthyWithDuplicatesyyYaFSSyXEfu0_","regions":[[67,33,67,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaF","regions":[[70,58,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSaySSGycfU_","regions":[[71,45,71,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSbyKXEfu_","regions":[[74,23,74,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testDetectRunning_HealthySingleInstanceyyYaFSSyXEfu0_","regions":[[74,32,74,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaF","regions":[[77,47,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSaySSGycfU_","regions":[[78,45,78,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSbyKXEfu_","regions":[[81,24,81,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C021testDetectRunning_NotH0yyYaFSSyXEfu0_","regions":[[81,33,81,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaF","regions":[[86,62,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFS2ScfU_","regions":[[91,47,106,10,0,0,0,0],[92,16,92,50,0,0,0,0],[92,51,104,14,0,0,0,0],[104,14,105,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFSbyKXEfu_","regions":[[110,23,110,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C036testDetectRunning_StartupMode_DaemonH0yyYaFSSyXEfu0_","regions":[[110,32,110,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaF","regions":[[113,65,130,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFS2ScfU_","regions":[[118,47,123,10,0,0,0,0],[119,16,119,50,0,0,0,0],[119,51,121,14,0,0,0,0],[121,14,122,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFSbyKXEfu_","regions":[[128,13,128,20,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C039testDetectRunning_StartupMode_DaemonNotH0yyYaFSSyXEfu0_","regions":[[128,22,128,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaF","regions":[[132,70,153,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFS2ScfU_","regions":[[137,47,147,10,0,0,0,0],[138,16,138,50,0,0,0,0],[138,51,145,14,0,0,0,0],[145,14,146,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFSbyKXEfu_","regions":[[152,23,152,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C51testEvaluateDaemonProcess_StartupMode_UsesFastCheckyyYaFSSyXEfu0_","regions":[[152,40,152,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaF","regions":[[155,65,172,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSaySSGycfU_","regions":[[160,45,160,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFS2ScfU0_","regions":[[163,47,166,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSbyKXEfu_","regions":[[171,24,171,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C46testDetectRunning_NormalMode_BypassesFastCheckyyYaFSSyXEfu0_","regions":[[171,44,171,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaF","regions":[[174,61,185,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSaySSGycfU_","regions":[[179,45,179,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSbyKXEfu_","regions":[[184,23,184,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C42testGetDaemonPIDs_StartupMode_ReturnsEmptyyyYaFSSyXEfu0_","regions":[[184,37,184,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaF","regions":[[187,58,215,6,0,0,0,0],[207,27,209,10,0,0,0,0],[209,10,215,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFS2ScfU_","regions":[[192,47,201,10,0,0,0,0],[193,16,193,50,0,0,0,0],[193,51,199,14,0,0,0,0],[199,14,200,22,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSbyKXEfu_","regions":[[213,13,213,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSbyKXEfu_S2bXEfU0_","regions":[[213,32,213,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C39testStartupMode_RaceConditionPreventionyyYaFSSyXEfu0_","regions":[[213,48,213,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyF","regions":[[219,51,224,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSiyKXEfu_","regions":[[222,24,222,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSiyKXEfu0_","regions":[[222,42,222,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSSyXEfu1_","regions":[[222,45,222,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSbyKXEfu2_","regions":[[223,23,223,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSbyKXEfu2_SbSsXEfU_","regions":[[223,45,223,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C38testBundledDriverVersion_IsValidSemveryyFSSyXEfu3_","regions":[[223,65,223,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyF","regions":[[226,61,231,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSsyKXEfu_","regions":[[229,76,229,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu0_","regions":[[229,84,229,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu1_","regions":[[230,24,230,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSiyKXEfu2_","regions":[[230,38,230,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C041testBundledDriverMajorVersion_MatchesFullJ0yyFSSyXEfu3_","regions":[[230,53,230,113,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyF","regions":[[233,57,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyKXEfu_","regions":[[236,13,236,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyKXEfu0_","regions":[[237,13,237,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/VHIDDeviceManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017VHIDDeviceManagerC0C037testRequiredDriverVersion_UsesBundledI0yyFSSyXEfu1_","regions":[[238,13,238,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V26parsesSimpleDefvirtualkeysyyF","regions":[[8,39,24,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V26parsesParenthesizedActionsyyF","regions":[[27,39,42,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V17parsesDeffakekeysyyF","regions":[[45,30,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyF","regions":[[63,33,82,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyFSb0aB6AppKit0dA0VXEfU_","regions":[[77,31,77,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V20parsesBothBlockTypesyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[78,31,78,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V18parsesNestedParensyyF","regions":[[85,31,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V18handlesEmptyBlocksyyF","regions":[[100,31,109,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V020handlesConfigWithoutD4KeysyyF","regions":[[112,44,124,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V21handlesMultipleBlocksyyF","regions":[[127,34,142,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V15handlesCommentsyyF","regions":[[145,28,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyF","regions":[[160,35,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyFSb0aB6AppKit0dA0VXEfU_","regions":[[193,39,193,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Models/VirtualKeyParserTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07Virtuala6ParserC0V22parsesRealWorldExampleyyFSb0aB6AppKit0dA0VXEfU0_","regions":[[194,36,194,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V03allE18RawValuesAreUniqueyyF","regions":[[11,42,15,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V03allE18RawValuesAreUniqueyyFSS0aB6AppKit0dE0Ocfu_","regions":[[12,53,12,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V20positionFromRawValueyyF","regions":[[18,33,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V25invalidRawValueReturnsNilyyF","regions":[[35,38,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V29allValuesContainsAllPositionsyyF","regions":[[42,42,47,6,0,0,0,0],[44,49,46,10,0,0,0,0],[46,10,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests014WindowPositionC0V13positionCountyyF","regions":[[50,26,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V07visibleE0So6CGRectVvpfi","regions":[[66,24,66,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V08leftHalfF0yyF","regions":[[69,32,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09rightHalfF0yyF","regions":[[76,33,80,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V014topLeftQuarterF0yyF","regions":[[83,38,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V015topRightQuarterF0yyF","regions":[[90,39,94,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V017bottomLeftQuarterF0yyF","regions":[[97,41,101,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V018bottomRightQuarterF0yyF","regions":[[104,42,108,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V08maximizeF0yyF","regions":[[111,32,114,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V06centerF0yyF","regions":[[117,30,131,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09calculateE033_2164687D2D337F249823CF4D76CCD139LL3for2inSo6CGRectV0aB6AppKit0D8PositionO_AItF","regions":[[134,98,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WindowFrameCalculationC0V09calculatee11WithCurrentE033_2164687D2D337F249823CF4D76CCD139LL3for2in07currentE0So6CGRectV0aB6AppKit0D8PositionO_A2JtF","regions":[[142,17,172,6,0,0,0,0],[150,16,150,24,0,0,0,0],[151,9,152,72,0,0,0,0],[153,9,154,84,0,0,0,0],[155,9,156,32,0,0,0,0],[157,9,160,106,0,0,0,0],[161,9,162,89,0,0,0,0],[163,9,164,101,0,0,0,0],[165,9,166,76,0,0,0,0],[167,9,168,88,0,0,0,0],[169,9,170,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07CGSTypeC0V16connectionIDTypeyyF","regions":[[180,29,183,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests07CGSTypeC0V11spaceIDTypeyyF","regions":[[186,24,189,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V21isAvailableConsistentyyF","regions":[[197,34,202,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V36checkAvailabilityDetailsReturnsTupleyyF","regions":[[205,49,215,6,0,0,0,0],[208,12,208,21,0,0,0,0],[208,22,210,10,0,0,0,0],[212,12,212,22,0,0,0,0],[212,23,214,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V21statusMessageNonEmptyyyF","regions":[[218,34,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WindowManagerTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018CGSAPIAvailabilityC0V31spaceManagerAvailabilityMatchesyyF","regions":[[225,44,229,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaF","regions":[[8,63,47,6,0,0,0,0],[41,31,44,10,0,0,0,0],[44,10,47,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSbyKXEfu_","regions":[[43,27,43,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSSyXEfu0_","regions":[[43,36,43,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSay0abD4Core0eJ6ActionOGyKXEfu1_","regions":[[46,24,46,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE29FixDelegatesToInstallerEngineyyYaFSay0abD4Core0eJ6ActionOGyKXEfu2_","regions":[[46,44,46,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaF","regions":[[49,54,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSbyKXEfu_","regions":[[58,24,58,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSSyXEfu0_","regions":[[58,33,58,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSay0abD4Core0eJ6ActionOGyKXEfu1_","regions":[[59,24,59,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardAutoFixerFacadeC0C011testPerformE20FixPropagatesFailureyyYaFSay0abD4Core0eJ6ActionOGyKXEfu2_","regions":[[59,47,59,70,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC7actionsSay0aB10WizardCore13AutoFixActionOGvpfi","regions":[[67,49,67,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC7successADSb_tcfc","regions":[[70,32,72,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardAutoFixerFacadeTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests19MockInstallerEngine33_1774671C11439F6BF66FFA2E808CE0C7LLC15runSingleAction_5using0aB6AppKit0E6ReportV0aB10WizardCore07AutoFixP0O_AG15PrivilegeBrokerVtYaF","regions":[[74,102,77,6,0,0,0,0],[76,73,76,76,0,0,0,0],[76,79,76,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF","regions":[[14,40,23,6,0,0,0,0],[15,32,23,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[18,42,18,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C5setUpyyYaKF0aB4Core17SubprocessRunning_pycfU0_","regions":[[21,49,21,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C8tearDownyyYaKF","regions":[[25,43,31,6,0,0,0,0],[30,35,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF","regions":[[33,60,52,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF0abD4Core0dJ0OyKXEfu_","regions":[[51,24,51,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaF0abD4Core0dJ0OyKXEfu0_","regions":[[51,31,51,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C024testSameSnapshotProducesG13PageEveryTimeyyYaFSSyXEfu1_","regions":[[51,39,51,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF","regions":[[54,61,88,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[86,24,86,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[86,38,86,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu1_","regions":[[87,27,87,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardDeterminismC0C028testDifferentSnapshotsLeadToG5PagesyyYaF0abD4Core0D4PageOyKXEfu2_","regions":[[87,41,87,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV6statusSo0fG6StatusVvg","regions":[[94,37,94,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV8registeryyKF","regions":[[95,28,95,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_50634B9ED698E4ADCC3FEE8B21848E25LLV10unregisteryyYaKF","regions":[[96,36,96,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0fG6StatusVvg","regions":[[10,37,10,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[11,28,11,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests23MockEnabledSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[12,36,12,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0gH6StatusVvg","regions":[[17,37,17,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[18,28,18,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests32MockRequiresApprovalSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[19,36,19,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV6statusSo0gH6StatusVvg","regions":[[24,37,24,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV8registeryyKF","regions":[[25,28,25,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests29MockNotRegisteredSMAppService33_4D93C087CB75B31B25151EDA3BD61DB0LLV10unregisteryyYaKF","regions":[[26,36,26,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF","regions":[[34,40,50,6,0,0,0,0],[35,32,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKFyyYbScMYcXEfU_","regions":[[38,29,40,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[45,42,45,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C5setUpyyYaKF0aB4Core17SubprocessRunning_pycfU1_","regions":[[48,49,48,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C8tearDownyyYaKF","regions":[[52,43,60,6,0,0,0,0],[59,35,60,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF","regions":[[64,55,75,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[74,24,74,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[74,30,74,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE22PriorityConflictsFirstyyYaFSSyXEfu1_","regions":[[74,42,74,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF","regions":[[77,53,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[80,42,80,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[94,24,94,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[94,30,94,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaFSSyXEfu1_","regions":[[94,39,94,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE20PriorityHelperSecondyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[97,42,97,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF","regions":[[100,64,115,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[114,24,114,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[114,30,114,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE31PriorityInstallationAfterHelperyyYaFSSyXEfu1_","regions":[[114,49,114,104,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF","regions":[[117,61,136,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[135,24,135,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[135,30,135,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE28PriorityInputMonitoringThirdyyYaFSSyXEfu1_","regions":[[135,48,135,99,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF","regions":[[138,60,154,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[152,13,152,17,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[152,19,152,33,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE27PriorityAccessibilityFourthyyYaFSSyXEfu1_","regions":[[152,35,152,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF","regions":[[156,72,173,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[172,24,172,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39DoesNotRouteToPermissionsForWarningOnlyyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[172,30,172,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF","regions":[[175,72,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[191,24,191,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE39WarningOnlyDoesNotShowFDAPageWhenActiveyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[191,30,191,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF","regions":[[194,50,203,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[202,24,202,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[202,30,202,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE17ServiceNotRunningyyYaFSSyXEfu1_","regions":[[202,40,202,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF","regions":[[205,43,214,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[213,24,213,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[213,30,213,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE10ReadyStateyyYaFSSyXEfu1_","regions":[[213,40,213,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF","regions":[[216,41,225,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[224,24,224,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[224,30,224,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE8NoIssuesyyYaFSSyXEfu1_","regions":[[224,40,224,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaF","regions":[[229,32,251,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSay0abD4Core0dH0OGyKXEfu_","regions":[[250,24,250,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSay0abD4Core0dH0OGyKXEfu0_","regions":[[250,37,250,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageOrderyyYaFSSyXEfu1_","regions":[[250,52,250,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaF","regions":[[253,32,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu_","regions":[[262,24,262,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu0_","regions":[[262,38,262,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu1_","regions":[[262,41,262,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu2_","regions":[[263,24,263,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu3_","regions":[[263,40,263,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu4_","regions":[[263,43,263,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu5_","regions":[[264,24,264,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSiyKXEfu6_","regions":[[264,38,264,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C13testPageIndexyyYaFSSyXEfu7_","regions":[[264,42,264,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaF","regions":[[269,36,289,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu_","regions":[[282,23,282,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu0_","regions":[[282,42,282,72,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu1_","regions":[[283,23,283,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu2_","regions":[[283,45,283,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu3_","regions":[[284,24,284,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu4_","regions":[[284,51,284,95,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu5_","regions":[[285,24,285,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu6_","regions":[[285,45,285,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu7_","regions":[[286,24,286,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu8_","regions":[[286,52,286,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu9_","regions":[[287,24,287,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu10_","regions":[[287,41,287,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSbyKXEfu11_","regions":[[288,24,288,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testBlockingPagesyyYaFSSyXEfu12_","regions":[[288,41,288,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF","regions":[[291,55,303,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[293,42,293,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaFSbyKXEfu_","regions":[[299,23,299,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaFSSyXEfu0_","regions":[[299,39,299,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C36testHelperBlockingWhenApprovalNeededyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU0_","regions":[[302,42,302,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF","regions":[[305,53,327,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU_","regions":[[307,42,307,82,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB4Core13ProcessResultVSS_SaySSGtcfU0_","regions":[[308,68,315,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaFSbyKXEfu_","regions":[[321,23,321,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaFSSyXEfu0_","regions":[[321,39,321,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB6AppKit20SMAppServiceProtocol_pSScfU1_","regions":[[324,42,324,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C34testHelperBlockingWhenNotInstalledyyYaF0aB4Core17SubprocessRunning_pycfU2_","regions":[[326,49,326,80,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaF","regions":[[331,42,348,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu_","regions":[[339,24,339,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu0_","regions":[[339,46,339,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu1_","regions":[[339,51,339,87,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu2_","regions":[[340,24,340,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu3_","regions":[[340,43,340,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu4_","regions":[[340,48,340,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu5_","regions":[[341,24,341,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu6_","regions":[[341,39,341,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu7_","regions":[[341,44,341,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu8_","regions":[[342,24,342,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu9_","regions":[[342,40,342,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSSyXEfu10_","regions":[[342,45,342,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu11_","regions":[[345,27,345,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu12_","regions":[[345,49,345,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu13_","regions":[[346,27,346,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu14_","regions":[[346,46,346,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu15_","regions":[[347,27,347,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressCalculationyyYaFSdyKXEfu16_","regions":[[347,42,347,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaF","regions":[[350,42,366,6,0,0,0,0],[360,58,365,10,0,0,0,0],[365,10,366,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyKXEfu_","regions":[[363,17,363,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyKXEfu0_","regions":[[363,36,363,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C23testProgressDescriptionyyYaFSSyXEfu1_","regions":[[363,57,363,96,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaF","regions":[[370,40,386,6,0,0,0,0],[382,49,385,10,0,0,0,0],[385,10,386,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyKXEfu_","regions":[[384,28,384,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyKXEfu0_","regions":[[384,40,384,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C21testPrimaryButtonTextyyYaFSSyXEfu1_","regions":[[384,54,384,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaF","regions":[[388,49,405,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu_","regions":[[397,24,397,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu0_","regions":[[397,42,397,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu1_","regions":[[397,57,397,97,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu2_","regions":[[399,13,399,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu3_","regions":[[399,42,399,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu4_","regions":[[400,13,400,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu5_","regions":[[403,13,403,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyKXEfu6_","regions":[[403,30,403,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C30testSummaryButtonTextVariationyyYaFSSyXEfu7_","regions":[[403,54,403,102,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF","regions":[[409,46,426,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[423,24,423,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[423,46,423,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSay0abD4Core0D4PageOGyKXEfu1_","regions":[[424,24,424,47,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSay0abD4Core0D4PageOGyKXEfu2_","regions":[[424,49,424,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSbyKXEfu3_","regions":[[425,23,425,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C04testE13StateCreationyyYaFSSyXEfu4_","regions":[[425,53,425,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF","regions":[[430,36,447,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[446,24,446,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[446,34,446,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C17testNextPageLogicyyYaFSSyXEfu1_","regions":[[446,53,446,103,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF","regions":[[449,50,466,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[465,24,465,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[465,34,465,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C31testNextPageWhenAlreadyOnTargetyyYaFSSyXEfu1_","regions":[[465,44,465,86,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF","regions":[[468,60,479,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF0abD4Core0dI0OSgyKXEfu_","regions":[[478,24,478,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaF0abD4Core0dI0OSgyKXEfu0_","regions":[[478,34,478,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C41testNextPageNoIssuesSequentialProgressionyyYaFSSyXEfu1_","regions":[[478,56,478,101,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardNavigationEngineTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests022WizardNavigationEngineC0C15createTestIssue33_4D93C087CB75B31B25151EDA3BD61DB0LL8category5title10identifier0abD4Core0dI0VAK0I8CategoryO_SSAI0I10IdentifierOtF","regions":[[487,22,497,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C51testNavigatesToSummaryWhenHealthyAndNotAlreadyThereyyF","regions":[[6,64,13,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C51testNavigatesToSummaryWhenHealthyAndNotAlreadyThereyyFSbyKXEfu_","regions":[[12,23,12,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C36testDoesNotNavigateWhenIssuesPresentyyF","regions":[[15,49,32,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C36testDoesNotNavigateWhenIssuesPresentyyFSbyKXEfu_","regions":[[31,24,31,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C023testDoesNotNavigateWhenI6ActiveyyF","regions":[[34,45,41,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C023testDoesNotNavigateWhenI6ActiveyyFSbyKXEfu_","regions":[[40,24,40,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C39testDoesNotNavigateWhenAlreadyOnSummaryyyF","regions":[[43,52,50,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardNavigationHeuristicsTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardNavigationHeuristicsC0C39testDoesNotNavigateWhenAlreadyOnSummaryyyFSbyKXEfu_","regions":[[49,24,49,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKF","regions":[[12,55,98,6,0,0,0,0],[17,94,98,6,0,0,0,0],[22,27,82,10,0,0,0,0],[23,72,82,10,0,0,0,0],[38,35,38,47,0,0,0,0],[38,47,82,10,0,0,0,0],[55,55,81,14,0,0,0,0],[57,20,57,74,0,0,0,0],[59,17,62,18,0,0,0,0],[64,20,64,34,0,0,0,0],[64,35,80,18,0,0,0,0],[69,52,75,22,0,0,0,0],[70,28,70,50,0,0,0,0],[70,51,74,26,0,0,0,0],[75,22,80,18,0,0,0,0],[77,24,77,39,0,0,0,0],[77,40,79,22,0,0,0,0],[81,14,82,10,0,0,0,0],[82,10,98,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSb10Foundation3URLVXEfU_","regions":[[18,21,18,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSSXEfU0_","regions":[[37,55,37,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSSXEfU1_","regions":[[57,52,57,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbyKXEfu_","regions":[[58,42,58,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSJXEfU2_","regions":[[65,47,65,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbSJXEfU3_","regions":[[66,47,66,60,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSbyKXEfu0_","regions":[[85,13,85,31,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests025WizardPollingNoNavigationC0C04testE24MethodsDoNotCallNavigateyyKFSSyXEfu1_","regions":[[86,13,96,16,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Lint/WizardPollingNoNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests14repositoryRoot33_E8BE25092129FDAA06DC6074E9C80C3ELL4file10Foundation3URLVs12StaticStringV_tF","regions":[[103,68,110,2,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaF","regions":[[10,53,37,6,0,0,0,0],[26,31,36,10,0,0,0,0],[27,86,30,14,0,0,0,0],[30,14,36,10,0,0,0,0],[36,10,37,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyKXEfu_","regions":[[32,17,32,26,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyKXEfu0_","regions":[[33,17,33,49,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C04testE24IDsMatchForCommonActionsyyYaFSSyXEfu1_","regions":[[34,17,34,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaF","regions":[[39,76,55,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSS0aB6AppKit07ServiceE0Vcfu_","regions":[[49,36,49,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSbyKXEfu0_","regions":[[52,13,52,74,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C57testInstallPlanIncludesBundledKanataWhenComponentsMissingyyYaFSSyXEfu1_","regions":[[53,13,53,85,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaF","regions":[[57,62,73,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSS0aB6AppKit07ServiceE0Vcfu_","regions":[[67,36,67,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSbyKXEfu0_","regions":[[70,13,70,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardRecipeParityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests018WizardRecipeParityC0C43testRepairPlanRestartsServicesWhenUnhealthyyyYaFSSyXEfu1_","regions":[[71,13,71,81,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF","regions":[[7,67,22,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[21,24,21,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C039testPermissionStatusIsWarningForUnknownI5IssueyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[21,32,21,40,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF","regions":[[24,65,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[38,24,38,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C037testPermissionStatusIsFailedForDeniedI5IssueyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[38,32,38,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF","regions":[[41,59,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF0abD4Core012InstallationJ0OyKXEfu_","regions":[[55,24,55,34,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateInterpreterSeverityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests030WizardStateInterpreterSeverityC0C46testPageStatusIsWarningWhenOnlyWarningsPresentyyF0abD4Core012InstallationJ0OyKXEfu0_","regions":[[55,36,55,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C15makePermissions33_6AE65CB5A720FB7B39A7F38853DA4529LL03keyB2AX0rB2IM06kanataS00uT00abI016PermissionOracleC8SnapshotVAL6StatusO_A3PtF","regions":[[16,36,33,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C12makeSnapshot33_6AE65CB5A720FB7B39A7F38853DA4529LL15helperInstalled0R7Working9conflicts03keyB2AX0vB2IM06kanataW00yX010components0abD4Core06SystemI0VSb_SbSayAN14SystemConflictOG0aB11Permissions16PermissionOracleC6StatusOA3xN15ComponentStatusVtF","regions":[[44,25,58,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C20allComponentsMissing33_6AE65CB5A720FB7B39A7F38853DA4529LL0abD4Core15ComponentStatusVvg","regions":[[60,55,71,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C18allComponentsReady33_6AE65CB5A720FB7B39A7F38853DA4529LL0abD4Core15ComponentStatusVvg","regions":[[73,53,84,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF","regions":[[86,42,180,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu_","regions":[[104,24,104,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu0_","regions":[[104,45,104,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu1_","regions":[[119,24,119,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu2_","regions":[[119,45,119,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu3_","regions":[[134,24,134,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu4_","regions":[[134,45,134,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu5_","regions":[[149,24,149,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu6_","regions":[[149,45,149,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu7_","regions":[[164,24,164,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu8_","regions":[[164,45,164,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu9_","regions":[[179,24,179,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardStateMachineDeterminismTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests029WizardStateMachineDeterminismC0C29testNextPageDeterministicFlowyyF0abD4Core0dJ0OyKXEfu10_","regions":[[179,45,179,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C5setUpyyYaKF","regions":[[13,40,16,6,0,0,0,0],[14,32,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C8tearDownyyYaKF","regions":[[18,43,21,6,0,0,0,0],[20,35,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF","regions":[[25,50,34,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu_","regions":[[27,24,27,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu0_","regions":[[27,50,27,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu1_","regions":[[33,24,33,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C033testNavigateToPage_updatesCurrentK0yyF0abD4Core0dK0OyKXEfu2_","regions":[[33,50,33,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF","regions":[[36,54,45,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyFypSgyKXEfu_","regions":[[38,22,38,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF0abD4Core0dK0OSgyKXEfu0_","regions":[[44,24,44,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C037testNavigateToPage_updatesLastVisitedK0yyF0abD4Core0dK0OSgyKXEfu1_","regions":[[44,54,44,62,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyF","regions":[[47,55,56,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyFSbyKXEfu_","regions":[[49,24,49,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C42testNavigateToPage_setsUserInteractionModeyyFSbyKXEfu0_","regions":[[55,23,55,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF","regions":[[58,69,67,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OyKXEfu_","regions":[[65,24,65,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OyKXEfu0_","regions":[[65,50,65,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OSgyKXEfu1_","regions":[[66,24,66,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C56testNavigateToPage_multipleNavigations_tracksLastVisitedyyF0abD4Core0dK0OSgyKXEfu2_","regions":[[66,54,66,68,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyF","regions":[[71,63,77,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyFypSgyKXEfu_","regions":[[73,22,73,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testIsNavigatingForward_whenNoLastPage_returnsTrueyyFSbyKXEfu0_","regions":[[76,23,76,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testIsNavigatingForward_whenMovingK12_returnsTrueyyF","regions":[[79,66,87,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testIsNavigatingForward_whenMovingK12_returnsTrueyyFSbyKXEfu_","regions":[[86,23,86,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C55testIsNavigatingForward_whenMovingBackward_returnsFalseyyF","regions":[[89,68,97,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C55testIsNavigatingForward_whenMovingBackward_returnsFalseyyFSbyKXEfu_","regions":[[96,24,96,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyF","regions":[[101,54,111,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyFSbyKXEfu_","regions":[[103,24,103,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testCustomSequence_affectsCanNavigateBackyyFSbyKXEfu0_","regions":[[110,23,110,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF","regions":[[113,51,120,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF0abD4Core0dM0OSgyKXEfu_","regions":[[119,24,119,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C38testCustomSequence_affectsPreviousPageyyF0abD4Core0dM0OSgyKXEfu0_","regions":[[119,61,119,77,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF","regions":[[122,47,129,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF0abD4Core0dM0OSgyKXEfu_","regions":[[128,24,128,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C34testCustomSequence_affectsNextPageyyF0abD4Core0dM0OSgyKXEfu0_","regions":[[128,57,128,65,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C43testCustomSequence_whenNil_usesDefaultOrderyyF","regions":[[131,56,138,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C43testCustomSequence_whenNil_usesDefaultOrderyyFSbyKXEfu_","regions":[[137,24,137,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C45testCustomSequence_whenEmpty_usesDefaultOrderyyF","regions":[[140,58,147,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C45testCustomSequence_whenEmpty_usesDefaultOrderyyFSbyKXEfu_","regions":[[146,24,146,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF","regions":[[151,61,157,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF0abD4Core0dO0OyKXEfu_","regions":[[153,24,153,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyF0abD4Core0dO0OyKXEfu0_","regions":[[153,50,153,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C48testCanNavigateBack_whenOnFirstPage_returnsFalseyyFSbyKXEfu1_","regions":[[156,24,156,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateBack_whenNotOnFirstPage_returnsTrueyyF","regions":[[159,63,165,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateBack_whenNotOnFirstPage_returnsTrueyyFSbyKXEfu_","regions":[[164,23,164,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateForward_whenOnLastPage_returnsFalseyyF","regions":[[167,63,174,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C50testCanNavigateForward_whenOnLastPage_returnsFalseyyFSbyKXEfu_","regions":[[173,24,173,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF","regions":[[176,65,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF0abD4Core0dP0OyKXEfu_","regions":[[178,24,178,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyF0abD4Core0dP0OyKXEfu0_","regions":[[178,50,178,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C52testCanNavigateForward_whenNotOnLastPage_returnsTrueyyFSbyKXEfu1_","regions":[[181,23,181,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF","regions":[[186,56,192,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF0abD4Core0dJ0OyKXEfu_","regions":[[188,24,188,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyF0abD4Core0dJ0OyKXEfu0_","regions":[[188,50,188,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C028testPreviousPage_whenOnFirstJ11_returnsNilyyFypSgyKXEfu1_","regions":[[191,22,191,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF","regions":[[194,48,200,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu_","regions":[[199,24,199,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C031testPreviousPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu0_","regions":[[199,61,199,75,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C023testNextPage_whenOnLastJ11_returnsNilyyF","regions":[[202,51,209,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C023testNextPage_whenOnLastJ11_returnsNilyyFypSgyKXEfu_","regions":[[208,22,208,53,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF","regions":[[211,44,217,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu_","regions":[[216,24,216,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C027testNextPage_returnsCorrectJ0yyF0abD4Core0dJ0OSgyKXEfu0_","regions":[[216,57,216,69,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF","regions":[[221,50,230,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF0abD4Core0dL0OyKXEfu_","regions":[[229,24,229,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG18_resetsCurrentPageyyF0abD4Core0dL0OyKXEfu0_","regions":[[229,50,229,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyF","regions":[[232,58,242,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyFSbyKXEfu_","regions":[[235,23,235,55,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C09testResetG26_resetsUserInteractionModeyyFSbyKXEfu0_","regions":[[241,24,241,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testIsCurrentPage_returnsTrue_whenMatchesyyF","regions":[[246,54,248,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C41testIsCurrentPage_returnsTrue_whenMatchesyyFSbyKXEfu_","regions":[[247,23,247,59,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C47testIsCurrentPage_returnsFalse_whenDoesNotMatchyyF","regions":[[250,60,252,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C47testIsCurrentPage_returnsFalse_whenDoesNotMatchyyFSbyKXEfu_","regions":[[251,24,251,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF","regions":[[256,81,265,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF0abD4Core0D4PageOyKXEfu_","regions":[[264,24,264,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateMachineNavigationTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests028WizardStateMachineNavigationC0C034testUserInteractionMode_blocksAutoG18_withinGracePeriodyyYaF0abD4Core0D4PageOyKXEfu0_","regions":[[264,50,264,66,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF","regions":[[10,61,61,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu_","regions":[[57,24,57,35,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu0_","regions":[[57,37,57,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu1_","regions":[[58,24,58,36,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyF0abD4Core0d6SystemE0OyKXEfu2_","regions":[[58,38,58,45,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyFSbyKXEfu3_","regions":[[59,23,59,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardStateRegressionTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests021WizardStateRegressionC0C026testDoubleAdaptKeepsActiveE17WhenKanataRunningyyFSbyKXEfu4_","regions":[[60,23,60,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaF","regions":[[6,56,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaFSbyYaXEfU_","regions":[[8,83,8,92,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC024testHelperCTAVisibleWhenH7MissingyyYaFSbyKXEfu_","regions":[[9,23,9,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaF","regions":[[12,57,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaFSbyYaXEfU_","regions":[[14,83,14,91,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/WizardSummaryCTATests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests21WizardSummaryCTATestsC023testHelperCTAHiddenWhenH9InstalledyyYaFSbyKXEfu_","regions":[[15,24,15,28,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyF","regions":[[6,46,10,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSiyKXEfu_","regions":[[9,24,9,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSiyKXEfu0_","regions":[[9,31,9,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C028testIssueCountPrefersVisibleI0yyFSSyXEfu1_","regions":[[9,34,9,93,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyF","regions":[[12,60,16,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSiyKXEfu_","regions":[[15,24,15,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSiyKXEfu0_","regions":[[15,31,15,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C47testIssueCountFallsBackToFailedWhenVisibleEmptyyyFSSyXEfu1_","regions":[[15,34,15,88,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyF","regions":[[18,43,21,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyFSiyKXEfu_","regions":[[20,24,20,29,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSummaryPageTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests017WizardSummaryPageC0C30testIssueCountZeroWhenNoIssuesyyFSiyKXEfu0_","regions":[[20,31,20,32,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyF","regions":[[7,67,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSb0aB6AppKit0defG0V0F9ItemModelVXEfU_","regions":[[32,40,32,71,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFypSgyKXEfu_","regions":[[33,25,33,30,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSSyXEfu0_","regions":[[33,32,33,73,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyF0abD4Core012InstallationF0OSgyKXEfu1_","regions":[[34,24,34,37,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyF0abD4Core012InstallationF0OSgyKXEfu2_","regions":[[34,39,34,50,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSSyXEfu3_","regions":[[34,52,34,106,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSbyKXEfu4_","regions":[[36,13,36,110,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSbyKXEfu4_Sb0abD4Core0D5IssueVXEfU0_","regions":[[36,44,36,100,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSbyKXEfu4_SbyKXEfu5_","regions":[[36,104,36,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewPermissionVisibilityTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests046WizardSystemStatusOverviewPermissionVisibilityC0C021testNotVerifiedKanatah14ShowsWarningInF3RowyyFSSyXEfu6_","regions":[[37,13,37,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyF","regions":[[7,55,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu_","regions":[[29,24,29,42,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu_SSAA05LocalF4Item33_8AE9E5F86C50F13FC3EA0611BD022572LLVcfu0_","regions":[[29,37,29,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSaySSGyKXEfu1_","regions":[[29,44,29,83,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSiyKXEfu2_","regions":[[30,24,30,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSiyKXEfu3_","regions":[[30,40,30,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C42testFilteredDisplayItemsKeepsDependentRowsyyFSSyXEfu4_","regions":[[30,43,30,98,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF","regions":[[33,61,48,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF0abD4Core012InstallationF0OyKXEfu_","regions":[[47,24,47,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF31StaysCompletedWhenKanataRunningyyF0abD4Core012InstallationF0OyKXEfu0_","regions":[[47,53,47,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF","regions":[[50,64,76,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF0abD4Core012InstallationF0OyKXEfu_","regions":[[75,24,75,51,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests026WizardSystemStatusOverviewC0C011testServiceF34IgnoresStaleDaemonIssueWhenRunningyyF0abD4Core012InstallationF0OyKXEfu0_","regions":[[75,53,75,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20filteredDisplayItems33_8AE9E5F86C50F13FC3EA0611BD022572LL_07showAllF0SayAA15LocalStatusItemACLLVGAG_SbtF","regions":[[91,1,94,2,0,0,0,0],[92,8,92,20,0,0,0,0],[92,21,92,37,0,0,0,0],[92,37,93,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardSystemStatusOverviewTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests20filteredDisplayItems33_8AE9E5F86C50F13FC3EA0611BD022572LL_07showAllF0SayAA15LocalStatusItemACLLVGAG_SbtFSbAFXEfU_","regions":[[93,25,93,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaF","regions":[[5,52,25,6,0,0,0,0],[18,25,20,10,0,0,0,0],[20,10,25,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaF0aB6AppKit0D5EventVSiXEfU_","regions":[[9,36,17,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSiyKXEfu_","regions":[[23,24,23,38,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSiyKXEfu0_","regions":[[23,40,23,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu1_","regions":[[24,24,24,44,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu1_SS0aB6AppKit0D5EventVcfu2_","regions":[[24,37,24,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/InstallationWizard/WizardTelemetryTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests015WizardTelemetryC0C33testRingBufferWrapsAndKeepsNewestyyYaFSaySSGyKXEfu3_","regions":[[24,46,24,64,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013WordlistStoreC0V04userD9PreferredyyKF","regions":[[8,41,19,6,0,0,0,0],[14,128,19,6,0,0,0,0],[15,86,19,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Tests/KeyPathTests/Services/WordlistStoreTests.swift"],"mcdc_records":[],"name":"$s12KeyPathTests013WordlistStoreC0V13parseContentsyyF","regions":[[22,26,31,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV11permissions10components9conflicts6health6helper9timestampAC0aB11Permissions16PermissionOracleC0F0V_AA15ComponentStatusVAA08ConflictQ0VAA06HealthQ0VAA06HelperQ0V10Foundation4DateVtcfC","regions":[[23,7,30,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvg","regions":[[35,30,38,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu_","regions":[[36,27,36,52,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu0_","regions":[[36,56,36,79,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu1_","regions":[[37,16,37,41,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV7isReadySbvgSbyKXEfu2_","regions":[[37,45,37,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV14blockingIssuesSayAA5IssueOGvg","regions":[[41,40,121,6,0,0,0,0],[45,12,45,31,0,0,0,0],[45,32,47,10,0,0,0,0],[47,19,47,36,0,0,0,0],[47,37,49,10,0,0,0,0],[52,12,52,50,0,0,0,0],[52,51,69,10,0,0,0,0],[53,16,53,58,0,0,0,0],[53,59,60,14,0,0,0,0],[61,16,61,60,0,0,0,0],[61,61,68,14,0,0,0,0],[71,12,71,49,0,0,0,0],[71,50,88,10,0,0,0,0],[72,16,72,57,0,0,0,0],[72,58,79,14,0,0,0,0],[80,16,80,59,0,0,0,0],[80,60,87,14,0,0,0,0],[91,45,93,10,0,0,0,0],[93,10,120,22,0,0,0,0],[96,12,96,45,0,0,0,0],[96,46,98,10,0,0,0,0],[99,12,99,48,0,0,0,0],[99,49,101,10,0,0,0,0],[103,12,103,42,0,0,0,0],[103,43,105,10,0,0,0,0],[106,12,106,41,0,0,0,0],[106,42,108,10,0,0,0,0],[111,12,111,29,0,0,0,0],[111,30,118,10,0,0,0,0],[112,16,112,37,0,0,0,0],[112,38,114,14,0,0,0,0],[115,16,115,46,0,0,0,0],[115,47,117,14,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV9allIssuesSayAA5IssueOGvg","regions":[[124,35,128,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV3ageSdvg","regions":[[131,34,133,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyF","regions":[[136,28,147,6,0,0,0,0],[143,12,143,22,0,0,0,0],[143,23,146,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyFSbyXEfu_","regions":[[139,13,139,23,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14SystemSnapshotV8validateyyFSSyXEfu0_","regions":[[140,13,140,109,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV21kanataBinaryInstalled015karabinerDriverI00J13DaemonRunning010vhidDeviceI00nO7Healthy06launchl8ServicesP00nrP00N15VersionMismatchACSb_S7btcfC","regions":[[173,7,182,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvg","regions":[[184,37,187,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu_","regions":[[185,34,185,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu0_","regions":[[185,62,185,84,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu1_","regions":[[185,88,185,105,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu2_","regions":[[186,16,186,43,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV14hasAllRequiredSbvgSbyKXEfu3_","regions":[[186,47,186,67,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15ComponentStatusV5emptyACvgZ","regions":[[190,46,201,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV9conflicts14canAutoResolveACSayAA06SystemE0OG_SbtcfC","regions":[[210,68,213,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV12hasConflictsSbvg","regions":[[215,35,215,57,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV13conflictCountSivg","regions":[[216,35,216,54,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore14ConflictStatusV5emptyACvgZ","regions":[[219,45,221,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV13kanataRunning015karabinerDaemonH011vhidHealthyACSb_S2btcfC","regions":[[231,87,235,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvg","regions":[[238,32,240,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvgSbyKXEfu_","regions":[[239,26,239,48,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV9isHealthySbvgSbyKXEfu0_","regions":[[239,52,239,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV25backgroundServicesHealthySbvg","regions":[[243,48,245,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV25backgroundServicesHealthySbvgSbyKXEfu_","regions":[[244,35,244,46,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HealthStatusV5emptyACvgZ","regions":[[248,43,250,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV11isInstalled7version0G7WorkingACSb_SSSgSbtcfC","regions":[[260,71,264,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV7isReadySbvg","regions":[[266,30,266,58,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV7isReadySbvgSbyKXEfu_","regions":[[266,47,266,56,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV14displayVersionSSvg","regions":[[267,39,267,63,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV14displayVersionSSvgSSyKXEfu_","regions":[[267,52,267,61,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore12HelperStatusV5emptyACvgZ","regions":[[270,43,272,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO5titleSSvg","regions":[[285,30,311,6,0,0,0,0],[286,16,286,20,0,0,0,0],[287,9,288,52,0,0,0,0],[289,9,290,36,0,0,0,0],[291,9,292,32,0,0,0,0],[293,9,294,43,0,0,0,0],[295,9,296,34,0,0,0,0],[297,9,309,14,0,0,0,0],[298,20,298,28,0,0,0,0],[299,13,300,58,0,0,0,0],[301,13,302,57,0,0,0,0],[303,13,304,60,0,0,0,0],[305,13,306,67,0,0,0,0],[307,13,308,42,0,0,0,0],[310,10,311,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO10canAutoFixSbvg","regions":[[313,33,325,6,0,0,0,0],[314,16,314,20,0,0,0,0],[315,9,316,18,0,0,0,0],[317,9,321,20,0,0,0,0],[322,9,323,17,0,0,0,0],[324,10,325,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/SystemSnapshot.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore5IssueO6actionSSvg","regions":[[327,31,342,6,0,0,0,0],[328,16,328,20,0,0,0,0],[329,9,330,19,0,0,0,0],[331,9,332,33,0,0,0,0],[333,9,334,32,0,0,0,0],[335,9,336,38,0,0,0,0],[337,9,338,28,0,0,0,0],[339,9,340,44,0,0,0,0],[341,10,342,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO2idSSvg","regions":[[9,27,9,39,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO11displayNameSSvg","regions":[[24,36,39,6,0,0,0,0],[25,16,25,20,0,0,0,0],[26,9,26,40,0,0,0,0],[27,9,27,55,0,0,0,0],[28,9,28,60,0,0,0,0],[29,9,29,52,0,0,0,0],[30,9,30,61,0,0,0,0],[31,9,31,56,0,0,0,0],[32,9,32,60,0,0,0,0],[33,9,33,54,0,0,0,0],[34,9,34,64,0,0,0,0],[35,9,35,57,0,0,0,0],[36,9,36,54,0,0,0,0],[37,9,37,48,0,0,0,0],[38,10,39,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C4PageO23accessibilityIdentifierSSvg","regions":[[42,48,57,6,0,0,0,0],[43,16,43,20,0,0,0,0],[44,9,44,34,0,0,0,0],[45,9,45,49,0,0,0,0],[46,9,46,37,0,0,0,0],[47,9,47,50,0,0,0,0],[48,9,48,45,0,0,0,0],[49,9,49,58,0,0,0,0],[50,9,50,52,0,0,0,0],[51,9,51,50,0,0,0,0],[52,9,52,57,0,0,0,0],[53,9,53,42,0,0,0,0],[54,9,54,45,0,0,0,0],[55,9,55,33,0,0,0,0],[56,10,57,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore19LaunchFailureStatusO12shortMessageSSvg","regions":[[98,37,110,6,0,0,0,0],[99,16,99,20,0,0,0,0],[100,9,102,65,0,0,0,0],[102,30,102,56,0,0,0,0],[102,59,102,65,0,0,0,0],[103,9,104,60,0,0,0,0],[104,30,104,51,0,0,0,0],[104,54,104,60,0,0,0,0],[105,9,106,62,0,0,0,0],[106,30,106,53,0,0,0,0],[106,56,106,62,0,0,0,0],[107,9,108,61,0,0,0,0],[108,30,108,52,0,0,0,0],[108,55,108,61,0,0,0,0],[109,10,110,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO10isConflictSbvg","regions":[[207,33,210,6,0,0,0,0],[208,34,208,49,0,0,0,0],[208,49,209,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO12isPermissionSbvg","regions":[[213,35,216,6,0,0,0,0],[214,36,214,51,0,0,0,0],[214,51,215,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO11isComponentSbvg","regions":[[219,34,222,6,0,0,0,0],[220,35,220,50,0,0,0,0],[220,50,221,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO8isDaemonSbvg","regions":[[225,31,228,6,0,0,0,0],[226,32,226,47,0,0,0,0],[226,47,227,21,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore15IssueIdentifierO13isVHIDRelatedSbvg","regions":[[231,36,244,6,0,0,0,0],[232,16,232,20,0,0,0,0],[233,9,240,14,0,0,0,0],[234,20,234,29,0,0,0,0],[235,13,237,21,0,0,0,0],[238,13,239,22,0,0,0,0],[241,9,242,18,0,0,0,0],[243,10,244,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV2id10Foundation4UUIDVvpfi","regions":[[249,21,249,27,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV10identifier8severity8category5title11description13autoFixAction04userM0AcA0E10IdentifierO_AC0E8SeverityOAC0E8CategoryOS2SAA04AutolM0OSgSSSgtcfC","regions":[[266,7,274,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV0E8SeverityO5color7SwiftUI5ColorVvg","regions":[[282,33,289,10,0,0,0,0],[283,20,283,24,0,0,0,0],[284,13,284,30,0,0,0,0],[285,13,285,35,0,0,0,0],[286,13,286,30,0,0,0,0],[287,13,287,36,0,0,0,0],[288,14,289,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C5IssueV0E8SeverityO4iconSSvg","regions":[[291,33,298,10,0,0,0,0],[292,20,292,24,0,0,0,0],[293,13,293,38,0,0,0,0],[294,13,294,54,0,0,0,0],[295,13,295,40,0,0,0,0],[296,13,296,54,0,0,0,0],[297,14,298,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore0C15NavigationStateV11currentPage14availablePages15canNavigateNext0kL8Previous010shouldAutoL0AcA0cH0O_SayAJGS3btcfC","regions":[[322,7,328,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV5state6issues14autoFixActions18detectionTimestampAcA0ceF0O_SayAA0C5IssueVGSayAA04AutoK6ActionOG10Foundation4DateVtcfC","regions":[[343,7,348,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvg","regions":[[350,40,352,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvgSbAA0C5IssueVXEfU_","regions":[[351,25,351,78,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV17hasBlockingIssuesSbvgSbAA0C5IssueVXEfU_SbyKXEfu_","regions":[[351,55,351,76,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore17SystemStateResultV10canAutoFixSbvg","regions":[[354,33,356,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore23ConflictDetectionResultV9conflicts14canAutoResolve11description16managedProcessesACSayAA06SystemE0OG_SbSSSay0aB15DaemonLifecycle07ProcessQ7ManagerC0R4InfoVGtcfC","regions":[[369,7,374,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore23ConflictDetectionResultV12hasConflictsSbvg","regions":[[376,35,378,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore21PermissionCheckResultV7missing7granted15needsUserActionACSayAA0E11RequirementOG_AISbtcfC","regions":[[389,7,393,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore21PermissionCheckResultV10allGrantedSbvg","regions":[[395,33,397,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore20ComponentCheckResultV7missing9installed14canAutoInstallACSayAA0E11RequirementOG_AISbtcfC","regions":[[408,7,412,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore20ComponentCheckResultV12allInstalledSbvg","regions":[[414,35,416,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB14MismatchResultV10mismatches14canAutoResolveACSayAA0ebF0VG_SbtcfC","regions":[[424,73,427,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB14MismatchResultV13hasMismatchesSbvg","regions":[[429,36,431,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$s17KeyPathWizardCore06ConfigB8MismatchV10processPID0G7Command06actualeB008expectedeB0ACs5Int32V_S3StcfC","regions":[[443,7,448,6,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyF","regions":[[505,36,528,6,0,0,0,0],[506,29,506,42,0,0,0,0],[506,42,528,6,0,0,0,0],[514,12,514,22,0,0,0,0],[514,23,518,10,0,0,0,0],[517,38,517,49,0,0,0,0],[517,52,517,83,0,0,0,0],[518,10,528,6,0,0,0,0],[523,12,523,25,0,0,0,0],[523,26,525,10,0,0,0,0],[525,16,527,10,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyF8truncateL__5limitS2S_SitACRszlF","regions":[[508,63,512,10,0,0,0,0],[509,16,509,32,0,0,0,0],[509,33,509,45,0,0,0,0],[509,45,511,107,0,0,0,0]]},{"branches":[],"count":0,"filenames":["/Users/malpern/local-code/KeyPath/Sources/KeyPathWizardCore/WizardTypes.swift"],"mcdc_records":[],"name":"$sSa17KeyPathWizardCoreAA0C5IssueVRszlE13asTooltipTextSSyFSSACXEfU_","regions":[[521,42,521,63,0,0,0,0]]}],"totals":{"branches":{"count":0,"covered":0,"notcovered":0,"percent":0},"functions":{"count":21696,"covered":70,"percent":0.32264011799410031},"instantiations":{"count":21758,"covered":70,"percent":0.32172074639213166},"lines":{"count":197894,"covered":575,"percent":0.29055959250912106},"mcdc":{"count":0,"covered":0,"notcovered":0,"percent":0},"regions":{"count":43854,"covered":127,"notcovered":43727,"percent":0.28959730013225704}}}],"type":"llvm.coverage.json.export","version":"2.0.1"} \ No newline at end of file diff --git a/search-index.json b/search-index.json deleted file mode 100644 index 80d117510..000000000 --- a/search-index.json +++ /dev/null @@ -1,26 +0,0 @@ -[{"title":"A Numpad Under Your Hand","description":"Right hand becomes a numpad, left hand gets operators. Two-step activation through the Leader key.","group":"Feature Guides","url":"/guides/numpad-layer/","keywords":"numpad, number pad, numbers, calculator, data entry, semicolon layer, A Numpad Under Your Right Hand,What You Get,Enabling It,How to Activate,Use Cases,Tips,Troubleshooting,Nothing happens when I press Leader \u2192 ;,I get semicolons instead of activating the layer,Numbers don't appear in my app,Next Steps,","body":" A Numpad Under Your Right Hand Entering numbers means reaching for the number row \u2014 awkward at best, or stretching to a physical numpad that most keyboards don't even have. The Numpad layer turns your right hand into a numpad and your left hand into operators. All from the home row. --- What You Get Enable the **Numpad** pack and you gain a full numpad layer: **Right hand \u2014 numbers:** | U | I | O | |---|---|---| | 7 | 8 | 9 | | J | K | L | |---|---|---| | 4 | 5 | 6 | | M | , | . | |---|---|---| | 1 | 2 | 3 | | N | / | |---|---| | 0 | . | **Left hand \u2014 operators:** | Key | Output | |-----|--------| | F | + | | D | \u2212 | | S | \u00d7 | | A | \u00f7 | | G | Enter \u23ce | --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Numpad** in the Layers section 4. Toggle it **on** Requires **Vim Navigation** (or another Leader pack) to be enabled \u2014 the numpad layer is accessed through the Leader key. --- How to Activate The numpad uses **two-step activation**: 1. **Hold your Leader key** (Space by default) \u2014 enters the navigation layer 2. **While holding Leader, press ;** (semicolon) \u2014 enters the numpad layer 3. **Press number/operator keys** \u2014 types digits and operators 4. **Release Leader** \u2014 back to normal typing The overlay shows the numpad layout highlighted when you're in the layer. --- Use Cases - **Spreadsheets** \u2014 Enter columns of numbers without leaving the home row - **CSS/code** \u2014 Type pixel values, hex codes, port numbers - **Calculators** \u2014 The operator keys (+ \u2212 \u00d7 \u00f7) are on your left hand, numbers on right - **IP addresses and phone numbers** \u2014 Rapid numeric entry - **Data entry** \u2014 Faster than hunting keys on the number row --- Tips - The layout matches a standard numpad: 7-8-9 on top, 1-2-3 on bottom, 0 on the bottom-left - **G = Enter** means you can submit calculator entries or spreadsheet cells without reaching - Practice the two-step activation: Leader \u2192 ; becomes muscle memory quickly - The semicolon ac"} -,{"title":"Works With Your Keyboard","description":"15 physical keyboard layouts from MacBook to Kinesis Advantage 360","group":"Feature Guides","url":"/guides/keyboard-layouts/","keywords":"keyboard layout, MacBook, ISO, JIS, ANSI, ergonomic, split keyboard, Kinesis, Works With Your Keyboard,Why it matters,Supported keyboards,Standard ANSI,Split & Ergonomic,How to change your layout in KeyPath,Choosing a keyboard,Split keyboards and KeyPath,Related guides,External resources,","body":" Works With Your Keyboard Whether you type on a MacBook, a full-size desktop keyboard, or a 34-key split ergonomic board, KeyPath adapts to match. Select your keyboard and the overlay shows your actual layout \u2014 the right keys in the right positions, so your rules and visual feedback always make sense. --- Why it matters Your keyboard's physical layout determines which keys exist, where they are, and how KeyPath's overlay and remapping rules map onto them. A rule configured for a full-size keyboard might reference keys that don't exist on a 40% board. KeyPath handles this by tailoring the overlay and rule display to your selected physical layout. ``` Full-size (100%): \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Esc F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 \u2502 Ins \u2502 \u2502 \u2502 Del \u2502 \u2502 ` 1 2 3 4 5 6 7 8 9 0 - = Backspace \u2502 \u2502 \u2502 Tab Q W E R T Y U I O P [ ] \\ \u2502 \u2502 \u2502 Caps A S D F G H J K L ; ' Enter \u2502 \u2502 \u2502 Shift Z X C V B N M , . / Shift \u2191 \u2502 \u2502 \u2502 Ctrl Opt Cmd Space Cmd Opt \u2190 \u2193 \u2192 \u2502 Num \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 60%: 40%: \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 ` 1 2 3 4 5 ... \u2502 \u2502 Q W E R T \u2502 \u2502 Tab Q W E R T . \u2502 \u2502 A S D F G \u2502 \u2502 Caps A S D F G . \u2502 \u2502 Z X C V B \u2502 \u2502 Shift Z X C V .. \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 Ctrl Opt Cmd Space \u2502 No number row, \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 no function keys \u2014 No function row, everything through no arrow cluster layers ``` --- Supported keyboards KeyPath includes layouts for 12 keyboards across three categories: Standard ANSI Traditional staggered-row keyboards in various sizes. These are what most people use. | Layout | Keys | Description | |--------|------|-------------| | **ANSI 100%** | ~104 | Full-size with number pad, function row, and navigation cluster | | **ANSI 80% (TKL)** | ~87 | Tenkeyless \u2014 drops the number pad, keeps everything else | | **ANSI 75%** | ~84 | Compact with function row and arrow keys, minimal gaps | | **ANSI 65%** | ~68 | No function row, keeps arrow keys and a few nav keys "} -,{"title":"Privacy & Permissions","description":"Exactly what KeyPath accesses on your Mac, why, and what it does with your data","group":"Reference","url":"/guides/privacy/","keywords":"privacy, permissions, input monitoring, accessibility, security, data, Privacy & Permissions,The short version,How keyboard remapping works,Why so many permissions?,Input Monitoring,Accessibility,Full Disk Access (optional),Administrator password (one-time),What KeyPath stores on your Mac,Network access,Update checks (Sparkle),What about the Kanata TCP connection?,Frequently asked questions,Can KeyPath see my passwords?,Does KeyPath work offline?,Is KeyPath open source?,Can I use KeyPath without Full Disk Access?,How do I remove all KeyPath data?,What about the VirtualHID driver?,What about keyboard analytics or AI features?,Compare with alternatives,Still have concerns?,External references,","body":" Privacy & Permissions KeyPath needs deep access to your Mac to do its job. We know that's a lot to ask \u2014 especially from an app you just discovered. This page explains exactly what we access, why we can't do it with fewer permissions, and what we do (and don't do) with your data. No marketing spin \u2014 just the facts. --- The short version - **No telemetry.** KeyPath collects no analytics, usage metrics, or crash reports. Zero. - **No phoning home.** The only network request KeyPath makes is checking for updates. You can disable that too. - **No logging.** KeyPath does not record, store, or transmit your keystrokes. - **Open source.** Every claim on this page is verifiable in the source code. - **Everything stays on your Mac.** Configuration and logs are local files you own and control. --- How keyboard remapping works To understand the permissions, it helps to see how keystrokes flow through the system: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Keyboard \u2502 \u2500\u2500\u2500\u2192 \u2502 Kanata (root) \u2502 \u2500\u2500\u2500\u2192 \u2502 Your \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 Apps \u2502 \u2502 You \u2502 \u2502 1. Intercept key \u2502 \u2502 \u2502 \u2502 press \u2502 \u2502 2. Apply your rules \u2502 \u2502 App \u2502 \u2502 a key \u2502 \u2502 3. Send remapped key \u2502 \u2502 sees \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 result \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 Nothing is recorded, stored, or sent anywhere. Keys pass through and continue to your apps. ``` The remapping engine sits between your keyboard and your apps. It has to \u2014 that's how remapping works. The important thing is what happens to your keystrokes: they get transformed and passed along. Nothing else. --- Why so many permissions? We get it. The first time you install KeyPath, macOS asks you to grant several permissions and enter your admin password. That feels like a lot for a keyboard app. The honest answer: **keyboard remapping is a system-level operation.** Remapping happens *before* keystrokes reach your apps, which means intercepting them at a low level. Every keyboard remapping tool \u2014 Karabiner-Elements, QMK, kmonad, Kanata standalone \u2014 requires the sa"} -,{"title":"Neovim in the Terminal","description":"Bring Neovim navigation muscle memory to every macOS app with a Leader-layer HUD reference","group":"Feature Guides","url":"/guides/neovim-terminal/","keywords":"neovim, terminal, vim motions, word movement, w b e, Neovim in the Terminal,What You Get,Enabling It,The HUD Reference Card,Leader-Layer Shortcuts,Tips,Next Steps,Resources,","body":" Neovim in the Terminal You live in the terminal. Neovim is your editor. But when you switch to other macOS apps, your muscle memory goes silent \u2014 no `hjkl`, no `w`/`b`, no `gd`. KeyPath bridges the gap: hold the Leader key and your vim instincts work everywhere, while the HUD shows a quick-reference card for the Neovim commands you use most. What You Get Enable the **Neovim Terminal** collection in the Rules tab and you get two things: 1. **Leader-layer shortcuts** \u2014 hold the Leader key and use `h j k l`, `w b e`, `0 $`, `/`, `y`, `p`, and more in any macOS app. These translate vim motions into native macOS cursor movements and editing commands. 2. **Quick-reference HUD** \u2014 the same Leader hold pops up a categorized reference card covering core vim *and* Neovim-specific features (LSP, Telescope, buffers, terminal mode). Glance at it when you forget a binding; dismiss by releasing Leader. Enabling It 1. Open **KeyPath \u2192 Rules** tab 2. Find **Neovim Terminal** in the Navigation section 3. Toggle it **on** The collection shares the navigation layer with Vim and KindaVim \u2014 only one of the three should be active at a time. KeyPath handles conflict detection automatically. The HUD Reference Card When you hold the Leader key, the HUD appears with two columns: **Left column \u2014 Core Vim:** - **Movement** \u2014 `h j k l`, `w b e`, `0 $`, `gg G`, `f t`, `{ }` - **Operators** \u2014 `d`, `c`, `y`, `> <`, `=` - **Text Objects** \u2014 `iw aw`, `ip ap`, `i\" a\"` - **Search** \u2014 `/ ?`, `n N`, `* #` **Right column \u2014 Neovim-specific:** - **Buffers & Tabs** \u2014 `:bn :bp :bd`, `gt gT`, `Ctrl-^` - **LSP** \u2014 `gd`, `gr`, `K`, `rn`, `ca` - **Telescope** \u2014 `ff fg fb fh` - **Terminal Mode** \u2014 `:terminal`, `Ctrl-\\ Ctrl-n`, `i` The reference content is static \u2014 no mode tracking or app detection needed. It shows the same card every time, designed to be scanned in under a second. Leader-Layer Shortcuts These shortcuts work in any macOS app while holding the Leader key: | Key | Action | |-"} -,{"title":"Shortcuts Without Reaching","description":"Turn your home row keys into modifiers \u2014 the most popular advanced keyboard technique","group":"Core Features","url":"/guides/home-row-mods/","keywords":"home row mods, HRM, CAGS, modifiers, dual-role, tap hold, ASDF JKL, Shortcuts Without Reaching,What are home row mods?,Getting started with defaults,Tuning your setup,Typing Feel slider,Per-finger sensitivity,Quick tap,How KeyPath makes home row mods reliable,Opposite-hand activation,Stop accidental modifiers during fast typing,Per-finger timing,Advanced techniques,Anti-cascade / nomods layer,Typing streak detection,Achordion / Chordal Hold,Eager mods,Shift exemption,Resources,KeyPath guides,External references,","body":" Shortcuts Without Reaching Every keyboard shortcut on your Mac requires a modifier \u2014 Command, Shift, Control, Option. Those keys are tucked into the bottom corners of your keyboard, forcing your fingers off the home row dozens of times an hour. Over a full workday, that's thousands of small reaches that slow you down and strain your hands. Home row mods fix this by putting modifiers right under your fingertips: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 A \u2502 \u2502 S \u2502 \u2502 D \u2502 \u2502 F \u2502 \u2502 J \u2502 \u2502 K \u2502 \u2502 L \u2502 \u2502 ; \u2502 \u2502 \u21e7 \u2502 \u2502 \u2303 \u2502 \u2502 \u2325 \u2502 \u2502 \u2318 \u2502 \u2502 \u2318 \u2502 \u2502 \u2325 \u2502 \u2502 \u2303 \u2502 \u2502 \u21e7 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2518 Tap for letters, hold for modifiers ``` Tap a key normally and you get the letter. Hold it briefly and it becomes a modifier. Your hands never move \u2014 every shortcut is one fluid motion from the home row. If you're new to keyboard customization, read Keyboard Concepts first for background on dual-role keys and layers. --- What are home row mods? Every home row key gets a second job: | Key | Tap | Hold | |---|---|---| | A | a | Shift (\u21e7) | | S | s | Control (\u2303) | | D | d | Option (\u2325) | | F | f | Command (\u2318) | | J | j | Command (\u2318) | | K | k | Option (\u2325) | | L | l | Control (\u2303) | | ; | ; | Shift (\u21e7) | This is the **CAGS** layout (Command on index, Alt/Option on middle, Control on ring, Shift on pinky) \u2014 mirrored on both hands. The result: any keyboard shortcut is one fluid motion. Hold F + press C = \u2318C (Copy). Hold A + press tab = \u21e7Tab (Shift-Tab). No reaching, no contortion. --- Getting started with defaults 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Custom Rules** tab 3. Enable the **Home Row Mods** pre-built rule 4. Start typing normally The defaults use the CAGS layout shown above. Practice for a few days \u2014 occasional misfires during fast typing are normal at first and improve as you adjust. **Tip:** Start by using home row mods only for shortcuts you already know (\u2318C, \u2318V, \u2318Z). Once those feel "} -,{"title":"Tips for Existing Kanata Users","description":"Use your existing Kanata config.kbd in KeyPath","group":"Switching Tools","url":"/migration/kanata-users/","keywords":"kanata, config.kbd, defcfg, deflayer, migration, switching, Quick Start,Understanding the Two-File Model,File Ownership,The Include Pattern,What KeyPath Handles Automatically,Common Patterns & KeyPath Compatibility,Includes,Device Filtering,Layers & Aliases,TCP Requirements,Command Execution Requirements,Script Execution Safety,Bring Your Own Config (BYOC) \u2014 what works and what doesn't,Troubleshooting,Config Not Loading?,KeyPath Overwrites My Config?,TCP Port Conflicts?,Service Not Starting?,Advanced: Using Symlinks,Create KeyPath's config directory,Create symlink to your existing config,Next Steps,Architecture details,Getting Help,","body":" If you're already using Kanata on macOS, KeyPath works with your existing configuration \u2014 no manual copying required. Quick Start **KeyPath auto-detects your config.** On first launch, it checks: - Running Kanata process (finds config from command-line args) - `~/.config/kanata/kanata.kbd` - `~/.config/kanata/config.kbd` - `~/kanata.kbd` When found, click **\"Use This Config\"** and you're done. **What happens:** - KeyPath creates a symlink to your original file (no copying) - Adds `(include keypath-apps.kbd)` to enable KeyPath features - Creates a backup before any changes - Your config stays in its original location **If your config isn't detected:** Click \"Choose Different\" to select it manually. --- Understanding the Two-File Model KeyPath uses a two-file configuration model: ```text ~/.config/keypath/ keypath-apps.kbd \u2190 KeyPath owns (regenerated automatically) keypath.kbd \u2190 You own (preserved, never overwritten) ``` File Ownership - **`keypath-apps.kbd`**: Generated by KeyPath for app-specific rules. KeyPath regenerates this file when you use the UI to configure app-specific keymaps. You should not edit this file manually. - **`keypath.kbd`**: Your user-owned configuration file. KeyPath preserves everything you write here. If you use KeyPath's UI for basic remapping, those rules are written to managed sections (marked with `;; === KEYPATH MANAGED ===`), but your custom sections are always preserved. The Include Pattern Your `keypath.kbd` should include KeyPath's generated file at the top: ```lisp (include keypath-apps.kbd) ;; Your custom configuration below (defalias my-custom-alias (layer-toggle nav) ) (deflayer base @my-custom-alias ;; ... rest of your layer ) ``` **Why this works:** Kanata processes includes before evaluating the rest of your config, so KeyPath's app-specific virtual keys are available for your custom rules to reference. What KeyPath Handles Automatically When you click \"Use This Config\": 1. **Backup** \u2014 Creates a timestamped backup before an"} -,{"title":"Launch Anything Instantly","description":"Hold one key and press a letter to launch any app, URL, or folder instantly","group":"Feature Guides","url":"/guides/quick-launcher/","keywords":"launcher, app launcher, hyper key, quick launch, open apps, Launch Anything With One Keystroke,What You Get,Enabling It,How It Works,Configuring Your Launcher,Adding a mapping,Removing or changing a mapping,Activation modes,Tips,Troubleshooting,Nothing happens when I press Hyper + a key,The overlay doesn't appear,Next Steps,","body":" Launch Anything With One Keystroke You're in the middle of typing and need to jump to Safari, or open a URL, or fire up Terminal. Normally that means reaching for the Dock, Spotlight, or a launcher app \u2014 breaking your flow. With the Quick Launcher, you hold one key and press a letter. App opens instantly. Hands never leave the keyboard. --- What You Get Enable the **Quick Launcher** pack and you get a dedicated launcher layer on your keyboard: - **Hold Hyper + press a letter** \u2192 launch the assigned app, URL, folder, or script - **Visual overlay** \u2192 the keyboard overlay shows app icons on mapped keys so you always know what's where - **Instant dismiss** \u2192 release Hyper and you're back to typing Default mappings ship ready to use: **S** = Safari, **T** = Terminal, **F** = Finder, **G** = GitHub. Customize from there. --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Quick Launcher** in the Productivity section 4. Toggle it **on** The Quick Launcher uses the **Hyper key** (all four modifiers at once). If you haven't set up a Hyper key yet, enable the **Caps Lock Remap** pack first \u2014 it turns Caps Lock hold into Hyper. --- How It Works 1. **Hold the Hyper key** (default: hold Caps Lock) 2. The overlay switches to show your launcher mappings \u2014 each key displays the icon of its assigned app or action 3. **Press a letter** to launch that app/URL/folder 4. Release Hyper \u2014 you're back to normal typing Unmapped keys appear dimmed. The overlay disappears automatically after you launch something. --- Configuring Your Launcher Adding a mapping 1. In the Quick Launcher pack detail view, click any empty key on the keyboard visualization 2. Choose what to assign: - **App** \u2014 pick from installed applications - **URL** \u2014 enter a web address (opens in default browser) - **Folder** \u2014 pick a folder to open in Finder - **Script** \u2014 select a script to execute 3. The key now shows the app icon on the overlay Removing o"} -,{"title":"Programming Symbols Instantly","description":"Brackets, pipes, and operators all under your home row. Three preset layouts for different coding styles.","group":"Feature Guides","url":"/guides/symbol-layer/","keywords":"symbol layer, brackets, braces, operators, programming, coding symbols, presets, Programming Symbols at Your Fingertips,What You Get,Enabling It,How to Activate,The Presets,Mirrored (default),Paired Brackets,Programmer,Choosing a Preset,Tips,Troubleshooting,Wrong symbols appear,Leader \u2192 S doesn't activate the layer,I want to customize individual key assignments,Next Steps,","body":" Programming Symbols at Your Fingertips Brackets, pipes, tildes, angle brackets \u2014 the symbols you type hundreds of times a day in code are scattered across the keyboard behind Shift reaches and awkward pinky stretches. The Symbol layer puts them all under your home row, organized by how you actually use them. --- What You Get Enable the **Symbol** pack and you gain a dedicated symbol layer with three preset layouts to choose from: - **Mirrored** (default) \u2014 Shifted number-row symbols in the same positions, plus operators and brackets on the home row - **Paired Brackets** \u2014 Opening brackets on the left hand, closing on the right. Visual symmetry. - **Programmer** \u2014 Common coding bigrams (\u2192, !=, <=) as comfortable rolls Each preset maps 20\u201329 keys. Pick the one that matches how you think about symbols. --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Symbol** in the Layers section 4. Toggle it **on** 5. Choose a preset from the layout picker Requires **Vim Navigation** (or another Leader pack) to be enabled. --- How to Activate Two-step activation: 1. **Hold your Leader key** (Space by default) \u2014 enters the navigation layer 2. **While holding Leader, press S** \u2014 enters the symbol layer 3. **Press symbol keys** \u2014 types brackets, operators, etc. 4. **Release Leader** \u2014 back to normal typing The **S** activator was chosen as a mnemonic for \"Symbols.\" --- The Presets Mirrored (default) Easiest to learn \u2014 shifted symbols stay in their number-row positions: **Top row:** ! @ # $ % ^ & * ( ) **Home row:** ~ ` - = + [ ] { } | **Bottom row:** \\ _ / ? ' \" : < > The mental model: \"my keyboard, but everything is shifted.\" Paired Brackets Designed for code where brackets come in matched pairs: **Left hand (opening):** { ( [ < - | + _ / \\ **Right hand (closing):** % ^ & * ` = > ] ) } The mental model: \"left hand opens, right hand closes.\" Programmer Optimized for typing common code patterns: **Home row:** { ( [ "} -,{"title":"Press Two Keys at Once","description":"Press two adjacent keys simultaneously to produce Escape, Enter, Backspace, or any other key without leaving the home row","group":"Feature Guides","url":"/guides/chords/","keywords":"chords, chord groups, simultaneous keys, combos, Ben Vallack, Press Two Keys at Once,Quick Start,How Chords Work,The Chord Editor,Speed presets,Choosing Good Chord Keys,Organizing with Groups,Conflict Detection,Tips,Troubleshooting,Chord fires when I'm just typing fast,Chord doesn't fire reliably,Individual keys feel delayed,Next Steps,External resources,","body":" Press Two Keys at Once Reaching for Escape, Backspace, or Enter means leaving the home row. Chords let you press two adjacent keys simultaneously to produce any of these \u2014 no reaching required. Press `S` and `D` together for Escape. Press `J` and `K` for Enter. Your fingers barely move. This technique was popularized by Ben Vallack for ultra-efficient home-row-centric typing on small keyboards, but it works just as well on a full-size board. --- Quick Start 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Chord Groups** and toggle it **on** 4. Choose **Load Ben Vallack Preset** for a ready-made starting point, or **Create Custom** to build your own The preset gives you: - `S + D` \u2192 Escape - `D + F` \u2192 Enter - `J + K` \u2192 Up Arrow - `K + L` \u2192 Down Arrow - `A + S` \u2192 Backspace --- How Chords Work A chord detects when you press two (or more) keys within a short time window \u2014 the **timeout**. If both keys land within that window, the chord fires. If only one key lands, it types normally. ``` Press S alone \u2192 types \"s\" Press D alone \u2192 types \"d\" Press S + D together (within 250ms) \u2192 fires Escape ``` Order doesn't matter \u2014 pressing S then D, or D then S, both trigger the same chord as long as they're within the timeout window. --- The Chord Editor Click **Open Full Editor** to configure your chords in detail: **Left sidebar** \u2014 Your chord groups (you can have multiple groups organized by purpose) **Right panel** \u2014 The selected group's settings: - **Group name** \u2014 identifier (letters, numbers, hyphens only) - **Category** \u2014 Navigation, Editing, Symbols, Modifiers, or Custom - **Timeout** \u2014 how quickly both keys must be pressed - **Chord list** \u2014 each chord showing its keys, output, and an ergonomic score Speed presets | Preset | Timeout | Best for | |--------|---------|-------"} -,{"title":"Action URI Reference","description":"Technical deep-link reference for integrating KeyPath with Raycast, Alfred, and scripts","group":"Reference","url":"/guides/action-uri-reference/","keywords":"action URI, deep link, URL scheme, keypath://, Raycast, Alfred, Shortcuts, Action URI Reference,Deep link format,Supported actions,`keypath://launch/{app}`,`keypath://window/snap/{position}`,`keypath://layer/{name}`,`keypath://notify`,`keypath://fakekey/{name}`,Integration examples,Raycast,@raycast.title Launch Safari,@raycast.mode silent,Alfred,Shortcuts.app,Shell scripts,Security,Error handling,Related guides,External resources,","body":" Action URI Reference KeyPath uses a URI scheme (`keypath://`) to trigger actions. This is the technical reference for integrating KeyPath with external tools like Raycast, Alfred, Shortcuts.app, or your own scripts. If you just want to set up app launching through KeyPath's UI, see the Launching Apps guide instead. --- Deep link format Trigger any KeyPath action from Terminal or any tool that can open URLs: ```bash open \"keypath://launch/Safari\" open \"keypath://window/snap/left\" open \"keypath://notify?title=Deployed&body=Build complete\" ``` --- Supported actions `keypath://launch/{app}` Launch an application by name or bundle identifier. KeyPath resolves app names in this order: 1. Bundle identifier lookup (e.g., `com.apple.Safari`) 2. `/Applications/` 3. `/System/Applications/` 4. `~/Applications/` ```bash open \"keypath://launch/Safari\" open \"keypath://launch/com.apple.Safari\" open \"keypath://launch/Visual Studio Code\" ``` --- `keypath://window/snap/{position}` Tile the current window to a screen position. Positions: `left`, `right`, `top`, `bottom`, `topleft`, `topright`, `bottomleft`, `bottomright`, `maximize`, `center` ```bash open \"keypath://window/snap/left\" open \"keypath://window/snap/maximize\" ``` --- `keypath://layer/{name}` Signal a layer change for UI feedback. Subpaths: `/activate`, `/deactivate`, `/toggle` ```bash open \"keypath://layer/nav/activate\" open \"keypath://layer/vim/toggle\" ``` --- `keypath://notify` Show a system notification. Query parameters: - `title` (required) \u2014 notification title - `body` (optional) \u2014 notification body text - `sound` (optional, default: `true`) \u2014 play notification sound ```bash open \"keypath://notify?title=Build%20Complete&body=Ready%20to%20deploy\" open \"keypath://notify?title=Saved&sound=false\" ``` --- `keypath://fakekey/{name}` Trigger a virtual key press. Subpaths: `/press`, `/release`, `/tap` ```bash open \"keypath://fakekey/vk1/tap\" ``` --- Integration examples Raycast Create a Raycast script command: ```bash !/bin/"} -,{"title":"KindaVim","description":"Use KindaVim for real Vim modes system-wide; KeyPath layers a live mode badge, hjkl hint overlay, and mastery insights on top","group":"Feature Guides","url":"/guides/kindavim/","keywords":"kindavim, vim modes, normal mode, visual mode, vim emulator, godbout, KindaVim,What KindaVim Adds,How KeyPath Coordinates,Setting It Up,1. Install KindaVim,2. Install the KindaVim pack in KeyPath,3. (Optional) Turn on local usage stats,Reading the Overlay,Tips,Where to Go Next,External Resources,","body":" KindaVim Most vim emulators stop at hjkl arrows. KindaVim \u2197 \u2014 a separate macOS app by godbout \u2197 \u2014 gives you the *real* thing: Normal mode, Visual mode, operators, motions, and text objects across every text field on your Mac. KeyPath complements it with a live overlay, mode badge, and progress insights. The two apps coordinate; neither replaces the other. New to keyboard customization? Read Keyboard Concepts first for background on layers and dual-role keys. --- What KindaVim Adds KindaVim is a third-party macOS app that adds genuine Vim modes to almost every text field on your Mac \u2014 Mail, Notes, Slack, your browser's address bar, code editors, and more: - **Normal mode** \u2014 navigate, delete, yank, paste with real Vim commands - **Visual mode** \u2014 select text with motions and text objects - **Operators + motions** \u2014 `d3w`, `ct.`, `yap` parse exactly like Vim - **Text objects** \u2014 `ci\"`, `da(`, `vis` for inner sentence, etc. Press `Esc` (or whatever you've configured \u2014 `fj` is a popular choice) to enter Normal mode; press `i` / `a` / `o` to return to Insert. Just like real Vim. --- How KeyPath Coordinates The KindaVim **pack** in KeyPath is \"visual-only\" \u2014 it adds **no** keyboard remappings. KindaVim itself handles every keypress. KeyPath layers on: | What | Where | |------|-------| | **Mode badge** | A small `VIM: NORMAL` / `INSERT` / `VISUAL` indicator in the live keyboard overlay header. | | **hjkl arrow hints** | When KindaVim is in Normal mode, the live keyboard overlay highlights `h` / `j` / `k` / `l` with loud arrow glyphs and dims the rest. | | **Operator-pending callout** | Press an operator (`d`, `c`, `y`) and the overlay tells you \"Press `d` again for the whole line.\" A `5\u00d7` count badge appears while you're typing a numeric prefix. | | **Strategy awareness** | KindaVim runs on one of two backends per app \u2014 Accessibility (full set) or Keyboard (degraded fallback for apps like Slack). KeyPath reads which is active for your frontmost app and only shows hints th"} -,{"title":"One Key, Multiple Actions","description":"Advanced key behaviors with tap-hold and tap-dance support","group":"Core Features","url":"/guides/tap-hold/","keywords":"tap-hold, tap-dance, dual-role, hold timeout, tap-hold-release, chordal hold, One Key, Multiple Actions,Quick Start,Creating a Tap-Hold Key,Creating a Tap-Dance Key,Hold Behavior Options,Common Use Cases,Home Row Modifiers,Caps Lock Replacement,Space Cadet Shift,Tap-Dance Examples,Escape / Caps Lock / Control,Function Key Layer Toggle,Technical Details,Kanata Variants,Timeout Configuration,Troubleshooting,Hold activates too quickly,Hold doesn't activate reliably,Tap-Dance not working,Advanced Configuration,Next Steps,External resources,","body":" One Key, Multiple Actions A standard keyboard gives you about 80 keys, and each one does exactly one thing. That's limiting \u2014 you run out of convenient shortcuts fast, especially if you want to launch apps, navigate, and use modifiers without leaving the home row. KeyPath lets a single key do different things depending on *how* you press it: - **Tap-Hold**: Tap for one action, hold for another \u2014 like Caps Lock that sends Escape on tap but activates shortcuts on hold - **Tap-Dance**: Different actions for single tap, double tap, triple tap \u2014 like a double-click but for any key These dual-role keys are the foundation of everything else in KeyPath: home row modifiers, app launching, navigation layers, and more. If you're new to these ideas, start with the Keyboard Concepts page for a beginner-friendly overview. --- Quick Start Creating a Tap-Hold Key 1. Open the **Custom Rules** tab in the inspector panel 2. Click **New Rule** (+ button) 3. Set your **Start** key and **Finish** key (tap action) 4. Enable the **Hold, Double Tap, etc.** toggle 5. Set **On Hold** \u2014 this is what happens when held 6. Choose hold behavior 7. Save Screenshot \u2014 Custom Rules tab with new rule form: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Custom Rules \u2502 \u2502 \u2502 \u2502 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 EVERYWHERE (global rules) \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 caps_lock \u2500\u2500\u2192 escape \u2502 \u2502 \u2502 \u2502 a (hold) \u2500\u2500\u2192 left_shift \u2502 \u2502 \u2502 \u2502 f (hold) \u2500\u2500\u2192 left_command \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 \u2502 \u2502 \u2502 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 \ud83e\udded SAFARI (app-specific rules) \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 h \u2500\u2500\u2192 left_arrow \u2502 \u2502 \u2502 \u2502 j \u2500\u2500\u2192 down_arrow \u2502 \u2502 \u2502 \u2502 k \u2500\u2500\u2192 up_arrow \u2502 \u2502 \u2502 \u2502 l \u2500\u2500\u2192 right_arrow \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 \u2502 \u2502 \u2502 [ \u21ba Reset ] [ + New Rule ] \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"} -,{"title":"Switching from Karabiner-Elements","description":"A practical guide for Karabiner-Elements users migrating to KeyPath","group":"Switching Tools","url":"/migration/karabiner-users/","keywords":"karabiner, karabiner-elements, migration, switching, complex modifications, Switching From Karabiner-Elements,Why consider switching?,Concept mapping,Simple remaps,Tap-hold (dual-role keys),Layers,Complex modifications,App-specific rules,What you'll gain,Home row mods comparison,What you'll lose (temporarily),Can I run both?,Migration steps,1. Document your current setup,Your Karabiner config is at:,Or copy it somewhere safe:,2. Install KeyPath,3. Quit Karabiner,Quit Karabiner,Optionally stop the daemon,4. Recreate your rules,5. Fine-tune,Common Karabiner rules \u2192 KeyPath equivalents,Karabiner feature parity,Config converter (future),Further reading,","body":" Switching From Karabiner-Elements If you're using Karabiner-Elements and curious about KeyPath, this page maps the concepts you know to how KeyPath works \u2014 and helps you decide if switching makes sense. --- Why consider switching? Karabiner-Elements is an excellent tool that pioneered keyboard remapping on macOS. KeyPath builds on that foundation with a different engine (Kanata) that offers specific advantages: | | Karabiner-Elements | KeyPath | |---|---|---| | **Config format** | JSON (verbose, complex) | Kanata S-expressions (concise) | | **Tap-hold** | `to_if_alone` + timeout | 4 tap-hold variants, per-key tuning | | **Home row mods** | Possible via complex JSON, global timeout, no misfire prevention | Built-in with opposite-hand activation, fast typing protection, per-finger timing | | **Per-finger timing** | Global timeout only | Individual finger sensitivity | | **Layers** | Separate rule sets | First-class `deflayer` with layer-switch | | **App-specific** | Per-app rules via JSON | Automatic layer switching via TCP | | **Configuration** | JSON editing or Karabiner UI | Visual UI + direct config editing | | **Engine** | Custom C++ event tap | Kanata (Rust, purpose-built for tap-hold) | **Karabiner's strengths** that KeyPath doesn't replicate: - Massive community rule library with importable JSON rules - Per-device targeting UI \u2014 apply different rules to each connected keyboard out of the box - Longer track record (10+ years, widely trusted) - Simpler mental model for basic remaps --- Concept mapping Here's how Karabiner concepts translate to KeyPath: Simple remaps **In Karabiner:** Edit JSON to map one key to another. **In KeyPath:** Open the **Custom Rules** tab, set your Start key and Finish key, click Save. KeyPath generates the configuration for you. Tap-hold (dual-role keys) **In Karabiner:** Write a complex JSON rule with `to_if_alone` and a timeout. **In KeyPath:** Create a rule, enable the **Hold, Double Tap, etc.** toggle, and choose from four hold b"} -,{"title":"Choose Your Leader Key","description":"Pick which key activates all your layers \u2014 Space, Caps Lock, Tab, or Backtick. One change updates everything.","group":"Core Features","url":"/guides/leader-key/","keywords":"leader key, space, caps lock, tab, backtick, activator, layer trigger, Choose Your Leader Key,What Is the Leader Key?,Your Options,Changing It,How It Affects Other Packs,Which Should You Pick?,Space (default) \u2014 best for most people,Caps Lock \u2014 best if you've already remapped it,Tab \u2014 best for Vim purists,Backtick \u2014 best for minimal disruption,Combining with Caps Lock Remap,Troubleshooting,Changing the Leader doesn't seem to work,Space feels laggy after enabling,I want a key that's not in the list,Next Steps,","body":" Choose Your Leader Key Every layer in KeyPath \u2014 navigation, numpad, symbols, function keys, window snapping \u2014 activates through one key: your Leader. By default it's Space. But if Space doesn't feel right, you can switch to Caps Lock, Tab, or Backtick. One change here updates every layer at once. --- What Is the Leader Key? The Leader key is the single key you hold to enter the navigation layer. From there, you either use navigation directly (H/J/K/L for arrows) or press a second key to reach a deeper layer (S for symbols, F for function keys, ; for numpad). Think of it as the front door to all your keyboard shortcuts. Every layer pack that says \"Hold Space \u2192\" is really saying \"Hold your Leader key \u2192.\" --- Your Options | Key | Why you'd pick it | |-----|-------------------| | **\u2423 Space** (default) | Easiest thumb access. Tap for space, hold for layers. Most people start here. | | **\u21ea Caps Lock** | Dedicated modifier \u2014 no conflict with typing. Great if you never use Caps Lock anyway. | | **\u21e5 Tab** | Left pinky access. Tap for Tab, hold for layers. Good for Vim users who want Space untouched. | | **` Backtick** | Upper-left corner. Rarely used in normal typing. Tap for backtick, hold for layers. | --- Changing It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Leader Key** in the list (look for the hand icon) 4. Select your preferred key from the picker The change takes effect immediately \u2014 all layers that use the Leader key update automatically. No need to individually reconfigure each pack. --- How It Affects Other Packs The Leader key setting is global. Changing it from Space to Caps Lock means: - **Vim Navigation**: Hold Caps Lock + H/J/K/L for arrows (instead of Space) - **Window Snapping**: Hold Caps Lock \u2192 W \u2192 window actions - **Numpad**: Hold Caps Lock \u2192 ; \u2192 number entry - **Symbol**: Hold Caps Lock \u2192 S \u2192 programming symbols - **Function**: Hold Caps Lock \u2192 F \u2192 F-keys and media - **Delete Enhancement**:"} -,{"title":"Alternative Layouts","description":"Colemak, Dvorak, Workman, and more \u2014 KeyPath supports 8 keymaps with a live overlay","group":"Feature Guides","url":"/guides/alternative-layouts/","keywords":"colemak, dvorak, workman, QWERTY, keyboard layout, alternative layout, Alternative Layouts,Why consider switching?,Supported layouts,Colemak,Colemak-DH,Dvorak,Workman,Graphite,AZERTY,QWERTZ,How to switch in KeyPath,Tips for learning a new layout,Related guides,External resources,","body":" Alternative Layouts Most people type on QWERTY \u2014 a layout designed in the 1870s to prevent typewriter jams, not for comfort or speed. Alternative layouts rearrange the keys to put the most-used letters on the home row, reduce finger travel, and promote comfortable typing patterns. KeyPath supports 8 keymaps out of the box, and its keyboard overlay updates instantly when you switch \u2014 so you can see the new layout right on your screen while you learn. --- Why consider switching? The case for an alternative layout comes down to ergonomics: ``` QWERTY home row: Colemak home row: \u250c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2510 \u2502 A \u2502 S \u2502 D \u2502 F \u2502 G \u2502 \u2502 A \u2502 R \u2502 S \u2502 T \u2502 D \u2502 \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518 \u2191 \u2191 32% of English on 74% of English on the home row the home row ``` On QWERTY, your fingers leave the home row for most letters. On an ergonomic layout like Colemak or Dvorak, the most frequent letters are right under your fingertips. Less reaching means less strain, especially over long typing sessions. That said, switching layouts is a commitment \u2014 expect weeks of slower typing before you regain speed. Many people find it worthwhile; others prefer to stay on QWERTY and use Shortcuts Without Reaching or a Hyper key instead. --- Supported layouts Colemak The most popular QWERTY alternative. Moves 17 keys but keeps many common shortcuts (Z, X, C, V) in their QWERTY positions. ``` \u250c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2510 \u2502 Q \u2502 W \u2502 F \u2502 P \u2502 G \u2502 J \u2502 L \u2502 U \u2502 Y \u2502 ; \u2502 \u251c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2524 \u2502 A \u2502 R \u2502 S \u2502 T \u2502 D \u2502 H \u2502 N \u2502 E \u2502 I \u2502 O \u2502 \u2190 home row \u251c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2524 \u2502 Z \u2502 X \u2502 C \u2502 V \u2502 B \u2502 K \u2502 M \u2502 , \u2502 . \u2502 / \u2502 \u2514\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2518 ``` **Best for:** People who want better ergonomics but don't want to relearn every shortcut. Cut/Copy/Paste stay in the same spot. Learn more about Colemak --- Colemak-DH A modern refinement of Colemak that moves D and H off the center column to reduce lateral finger stretches \u2014 especiall"} -,{"title":"Windows & App Shortcuts","description":"App-specific keymaps and window management with KeyPath","group":"Feature Guides","url":"/guides/window-management/","keywords":"window management, tiling, snapping, window snap, split screen, app-specific, Window Management & App-Specific Shortcuts,App-Specific Keymaps,Creating App-Specific Rules,How It Works,Example: Vim Navigation in Safari,Window Snapping,Troubleshooting,App-specific rules not working,Rules apply to wrong app,Best Practices,Next Steps,External resources,","body":" Window Management & App-Specific Shortcuts Dragging windows with a mouse breaks your flow. So does remembering which keyboard shortcuts work in which app. KeyPath solves both: **tile windows with a keystroke**, and **let your keyboard adapt automatically** when you switch apps. Different apps need different shortcuts \u2014 Vim-style navigation in your browser, custom bindings in your editor, different layers in Terminal. KeyPath detects which app is in front and switches your key mappings to match. No manual toggling. --- App-Specific Keymaps Create different keyboard layouts for different apps. For example: - Vim-style navigation in Safari - Custom shortcuts in VS Code - Different layer behavior in Terminal Creating App-Specific Rules 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Custom Rules** tab 3. Click **New Rule** (+ button) 4. Select an application from the app picker \u2014 KeyPath shows all installed apps 5. Add key mappings for that app (e.g., `H` \u2192 `Left Arrow`) 6. Click **Save** Screenshot \u2014 Custom Rules tab showing app-specific rule cards: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Custom Rules \u2502 \u2502 \u2502 \u2502 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 EVERYWHERE (global rules) \u2502 \u2502 \u2502 \u2502 caps_lock \u2500\u2500\u2192 escape \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 \u2502 \u2502 \u2502 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 \ud83e\udded SAFARI [\u270f] [\ud83d\uddd1] \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 h \u2500\u2500\u2192 left_arrow \u2502 \u2502 \u2502 \u2502 j \u2500\u2500\u2192 down_arrow \u2502 \u2502 \u2502 \u2502 k \u2500\u2500\u2192 up_arrow \u2502 \u2502 \u2502 \u2502 l \u2500\u2500\u2192 right_arrow \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 \u2502 \u2502 \u2502 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 \ud83d\udcbb TERMINAL [\u270f] [\ud83d\uddd1] \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 \u2502 (layer switch: vim-nav) \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2502 \u2502 \u2502 \u2502 [ \u21ba Reset ] [ + New Rule ] \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"} -,{"title":"F-Keys and Media Controls","description":"F1-F12 on your right hand, play/pause/volume/brightness on your left. Two-step Leader activation.","group":"Feature Guides","url":"/guides/fun-layer/","keywords":"function keys, F-keys, F1-F12, media, volume, brightness, play pause, F-Keys and Media Without Reaching,What You Get,Enabling It,How to Activate,Use Cases,Tips,Troubleshooting,F-keys don't work in my app,Media keys have no effect,Leader \u2192 F conflicts with Vim Navigation's F key,Next Steps,","body":" F-Keys and Media Without Reaching F-keys live in a row you never touch. Volume and brightness require holding Fn or hunting for Touch Bar ghosts. The Function layer puts F1\u2013F12 on your right hand in a numpad grid, and media/brightness controls on your left \u2014 all from the home row. --- What You Get Enable the **Function** pack and you gain: **Right hand \u2014 F-keys (numpad grid):** | U | I | O | |---|---|---| | F7 | F8 | F9 | | J | K | L | |---|---|---| | F4 | F5 | F6 | | M | , | . | |---|---|---| | F1 | F2 | F3 | | N | / | ; | |---|---|---| | F10 | F11 | F12 | **Left hand \u2014 media and system:** | Key | Action | |-----|--------| | F | Play / Pause \u23ef | | D | Previous Track \u23ee | | S | Next Track \u23ed | | A | Mute \ud83d\udd07 | | G | Volume Up \ud83d\udd0a | | R | Volume Down \ud83d\udd09 | | V | Brightness Up \u2600\ufe0f | | C | Brightness Down \ud83d\udd05 | --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Function** in the Layers section 4. Toggle it **on** Requires **Vim Navigation** (or another Leader pack) to be enabled. --- How to Activate Two-step activation: 1. **Hold your Leader key** (Space by default) \u2014 enters the navigation layer 2. **While holding Leader, press F** \u2014 enters the function layer 3. **Press F-key or media keys** \u2014 fires the mapped action 4. **Release Leader** \u2014 back to normal typing The **F** activator is a mnemonic for \"Function.\" --- Use Cases - **Xcode debugging** \u2014 F6 (Step Over), F7 (Step Into), F8 (Step Out) are right under J/K/L - **Browser dev tools** \u2014 F12 opens DevTools in most browsers (press ;) - **Audio/video editing** \u2014 Play/Pause and track skip without leaving the keyboard - **Presentations** \u2014 F5 starts slideshows in many apps - **Brightness control** \u2014 Adjust screen brightness without finding the Touch Bar or function row --- Tips - The F-key grid matches the Numpad layer layout \u2014 same finger positions, different outputs. Learn one and the other comes free. - **Media keys on the left hand** means you can skip trac"} -,{"title":"What You Can Build","description":"Concrete examples of what KeyPath can do \u2014 from simple remaps to full keyboard workflows","group":"Getting Started","url":"/guides/use-cases/","keywords":"examples, workflows, ideas, inspiration, use cases, What You Can Build,Launch Apps Instantly,Shortcuts Without Reaching,Tile Windows From Your Keyboard,Different Shortcuts for Different Apps,Navigate Without Arrow Keys,Memorable Shortcut Sequences,Type on Any Layout or Keyboard,Put It All Together,Where to go next,External resources,","body":" What You Can Build KeyPath keeps your hands on the home row and your focus on your work. Here's what that looks like in practice \u2014 from launching apps to tiling windows to typing on any layout. Each section links to a detailed guide. New to keyboard customization? Read Keyboard Concepts first. --- Launch Apps Instantly Stop reaching for the Dock or Spotlight. Hold one key, press a letter, and your app opens immediately \u2014 Safari, Terminal, Messages, anything. You can bind URLs, files, and folders the same way. ``` Hold Caps Lock + S \u2192 Safari opens Hold Caps Lock + T \u2192 Terminal opens Hold Caps Lock + 1 \u2192 GitHub opens ``` One key hold + one letter = instant access to anything on your Mac. No mouse, no Cmd+Space, no typing a name. **How to set it up:** Open the **Launchers** tab, click **Add Shortcut**, choose your key and target. See the Launching Apps guide for the full walkthrough. --- Shortcuts Without Reaching Every keyboard shortcut requires a modifier \u2014 Command, Shift, Control, Option. Normally those keys are in the corners, forcing your hands off the home row. Home row mods put them right under your fingertips: Hold F + press C = Copy. Hold A + press Tab = Shift+Tab. Your hands never move. **How to set it up:** Enable the \"Home Row Mods\" pre-built rule in the Custom Rules tab. See the full Shortcuts Without Reaching guide. --- Tile Windows From Your Keyboard Stop dragging windows around with your mouse. Snap any window to a half, quarter, or full screen with a keystroke: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u252c\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 \u2502 U \u2502 I \u2502 Four corners \u2502 Left \u2502 Right \u2502 \u251c\u2500\u2500\u2500\u2500\u2500\u253c\u2500\u2500\u2500\u2500\u2500\u2524 with a single \u2502 half \u2502 half \u2502 \u2502 N \u2502 M \u2502 keystroke \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 ``` **How to set it up:** Enable the \"Window Snapping\" pre-built rule, or create custom bindings. See the Window Management guide. --- Different Shortcuts for Different Apps Your browser and your code editor need different shortcuts. KeyPath detects which app is in front and switches your key mappi"} -,{"title":"Navigate Like a Keyboard Ninja","description":"Hold Space for hjkl arrows, copy/paste, undo, search, and line jumps \u2014 all without leaving the home row","group":"Core Features","url":"/guides/vim-navigation/","keywords":"vim, hjkl, arrows, navigation, space bar, cursor, movement, Navigate Text Like a Keyboard Ninja,What You Get,Enabling It,How It Works,The Full Mapping Table,Movement,Search,Editing,Page Navigation (with Ctrl held),Tips,Changing the Leader Key,What Depends on This,Troubleshooting,Space feels slow or laggy,Navigation keys do nothing,I want word-by-word movement (w/b),Next Steps,","body":" Navigate Text Like a Keyboard Ninja Every time you move your hand to the arrow keys, you lose a second. Multiply that by hundreds of times a day and you're spending real time just\u2026 reaching. Vim Navigation puts arrows, copy/paste, undo, search, and line jumps under your fingers \u2014 without leaving the home row. --- What You Get Enable **Vim Navigation** and your keyboard gains a navigation layer: - **Hold Space + H/J/K/L** \u2192 arrow keys (left, down, up, right) - **Hold Space + Y** \u2192 copy, **P** \u2192 paste, **U** \u2192 undo - **Hold Space + /** \u2192 Find (\u2318F), **N** \u2192 next match - **Hold Space + 0** \u2192 line start, **4** \u2192 line end - **Hold Space + G** \u2192 top of document (Shift+G \u2192 bottom) - **Hold Space + D** \u2192 delete word, **X** \u2192 delete character - **Hold Space + O** \u2192 open new line below (Shift+O \u2192 above) Release Space and you're back to normal typing. Space still types a space when you tap it. --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Vim Navigation** in the Navigation section 4. Toggle it **on** \u2014 it's enabled by default for new installations Vim Navigation is the foundation that every other layer pack depends on. It defines the Leader key (Space by default) that activates all layers. --- How It Works 1. **Tap Space** \u2192 types a normal space character 2. **Hold Space** \u2192 activates the navigation layer (the overlay shows your mappings) 3. **While holding Space, press a key** \u2192 fires the mapped action (arrow, copy, undo, etc.) 4. **Release Space** \u2192 back to normal typing instantly The overlay highlights active mappings in orange when you're in the navigation layer, so you always know what's available. --- The Full Mapping Table Movement | Key | Action | Vim equivalent | |-----|--------|---------------| | H | \u2190 Left | `h` | | J | \u2193 Down | `j` | | K | \u2191 Up | `k` | | L | \u2192 Right | `l` | | 0 | Line start (\u2318\u2190) | `0` | | 4 | Line end (\u2318\u2192) | `$` | | G | Top of document (\u2318\u2191) | `gg` | | Shift+G | Bottom of doc"} -,{"title":"Symbols Without Shift","description":"Hold a symbol key slightly longer to get the shifted version \u2014 no Shift key needed","group":"Feature Guides","url":"/guides/auto-shift/","keywords":"auto-shift, shifted symbols, hold for shift, symbol shortcut, Symbols Without Shift,What It Does,Enabling It,Timing,Protect Fast Typing,Best Use Cases,Interaction with Home Row Mods,Troubleshooting,I get shifted symbols when I don't want them,The shifted symbol takes too long to appear,Semicolons/commas feel laggy,Next Steps,","body":" Symbols Without Shift Every time you type `!`, `@`, `{`, or `~`, your pinky reaches for Shift. That's fine once in a while, but if you write code all day \u2014 brackets, pipes, underscores, tildes \u2014 it adds up. Auto-Shift lets you hold a symbol key slightly longer to get the shifted version. Tap `.` for a period; hold `.` for `>`. No Shift required. > **Experimental:** This feature is still being refined. It works well for most users, but timing interactions with other tap-hold features (like home row mods) may need tuning. --- What It Does Auto-Shift applies to **symbol and punctuation keys only** \u2014 not letters or numbers: | Tap | Hold | |-----|------| | `` ` `` | `~` | | `-` | `_` | | `=` | `+` | | `[` | `{` | | `]` | `}` | | `\\` | `\\|` | | `;` | `:` | | `'` | `\"` | | `,` | `<` | | `.` | `>` | | `/` | `?` | Each key can be individually enabled or disabled. By default all 11 are active. --- Enabling It 1. Open KeyPath and click the gear icon to open the inspector panel 2. Go to the **Rules** tab 3. Find **Auto-Shift Symbols** (in the Experimental section) 4. Toggle it **on** The configuration panel shows all 11 keys as toggleable chips \u2014 click any to disable it. --- Timing The **timeout** controls how long you hold before the shifted version fires: - **Default: 180ms** \u2014 fast enough that normal typing isn't affected, long enough that deliberate holds register - **Range: 100\u2013400ms** \u2014 use the slider to adjust **Finding your sweet spot:** - If you accidentally get shifted symbols while typing fast \u2192 increase the timeout - If you have to hold too long to trigger shifts \u2192 decrease the timeout --- Protect Fast Typing When enabled (default: ON), this prevents accidental shifts during fast typing. If you just pressed another key recently, the hold won't trigger \u2014 only deliberate pauses followed by a hold fire the shifted output"} -,{"title":"Launching Apps & Workflows","description":"Launch apps, URLs, and folders from your keyboard with a single keystroke","group":"Feature Guides","url":"/guides/action-uri/","keywords":"action URI, deep links, keypath://, URL scheme, automation, scripts, Launching Apps & Workflows,What you can launch,Setting up your first launcher,The launcher drawer,Choosing an activation mode,Hold to activate (default),Tap to toggle,Leader sequence,Smart suggestions,Pre-built starter sets,Tips,Troubleshooting,App not launching,Bindings not saving,Related guides,External resources,","body":" Launching Apps & Workflows Switching between apps usually means reaching for the Dock, opening Spotlight, or hunting through windows. KeyPath lets you skip all of that \u2014 press a key combination and your app, URL, or folder opens instantly. No mouse, no searching, no waiting. --- What you can launch | Target | Example | What happens | |--------|---------|--------------| | **App** | Safari, Terminal, Messages | Opens the app (or brings it to front if already running) | | **URL** | github.com, google.com | Opens in your default browser | | **Folder** | ~/Documents, ~/Desktop | Opens in Finder | | **Script** | backup.sh, deploy.py | Runs the script (with safety protections) | --- Setting up your first launcher The fastest way to start launching apps from your keyboard: 1. Open KeyPath \u2014 the keyboard overlay appears on screen 2. Click the **gear icon** on the overlay to open the inspector panel 3. Switch to the **Launchers** tab (bolt icon) 4. Click **Add Shortcut** and choose what to bind: - Pick an app from the app picker - Paste a URL - Browse to a folder 5. Click a key on the keyboard overlay to assign it 6. Done \u2014 hold Caps Lock (Hyper) + press that key to launch Screenshot \u2014 Overlay header bar with inspector controls: ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u00b7:\u00b7:\u00b7:\u00b7:\u00b7:\u00b7:\u00b7 (drag texture) \u25cf Base \u2630 \ud83d\udc41 \u2502 \u2502 \u2191 \u2191 \u2191 \u2502 \u2502 layer pill drawer hide \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 ``` Screenshot \u2014 Inspector panel toolbar (tap the gear to toggle settings tabs): ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 \u2502 \u2502 [ Custom Rules ] [ Key Mapper ] [ \u26a1Launchers ] \u2502 \u2502 ^^^^^^^^^^^ \u2502 \u2502 \u2699 \u2190 gear toggles settings \u2502 \u2502 \u2502 \u2502 [ Keymap ] ["} -,{"title":"Keyboard Concepts for Mac Users","description":"Layers, tap-hold, modifiers, and more \u2014 explained for people who've never gone beyond System Settings","group":"Getting Started","url":"/guides/concepts/","keywords":"layers, tap-hold, dual-role, modifiers, kanata, keyboard basics, Keyboard Concepts for Mac Users,Start here: fix one annoying key,What if one key could do two things?,Now imagine a whole second keyboard,Put modifiers under your fingertips,Never run out of shortcuts,Pack even more into a single key,The big picture,Where to go next,External resources,","body":" Keyboard Concepts for Mac Users If you've never customized a keyboard beyond **System Settings > Keyboard > Modifier Keys**, this page is for you. We'll start with the simplest possible change and build up to more powerful ideas. --- Start here: fix one annoying key Look at your keyboard. Caps Lock sits in prime real estate \u2014 right next to the home row, easy to reach with your pinky. But when was the last time you actually *wanted* Caps Lock? Now look at Escape. It's way up in the corner, a full stretch from the home row. But you press it constantly \u2014 dismissing dialogs, canceling searches, exiting full-screen video, leaving editing modes. The fix: **make Caps Lock send Escape instead.** ``` Before: After: \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Caps \u2502 (useless) \u2502 Esc \u2502 (useful!) \u2502 Lock \u2502 \u2502 \u2502 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Esc \u2502 (far away) \u2502 Esc \u2502 (still there) \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2518 \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2518 ``` This is a **remap** \u2014 making one key behave as another. It's the simplest thing you can do, and it takes about ten seconds in KeyPath. That's it. One key remapped. No config files, no JSON, no terminal commands. But this is just the beginning \u2014 once you see how easy it is, you'll want to do more. --- What if one key could do two things? That Caps Lock remap is nice, but now you've lost Caps Lock entirely. What if the key could be *both* \u2014 Escape when you tap it, and something more useful (like Control) when you hold it? This is called **tap-hold**: one key, two jobs depending on how you press it. - **Tap** quickly \u2192 Escape - **Hold** down \u2192 Control ``` \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510 \u2502 Caps Lock\u2502 \u2502 \u2502 \u2502 tap: Esc \u2502 Press and release quickly \u2192 Escape \u2502hold: Ctrl\u2502 Hold down + press another key \u2192 Control \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518 ``` Now you get Escape *and* a conveniently placed Control \u2014 from one key. No sacrifices. The tricky part is timing \u2014 how does KeyPath know if you meant to tap or hold? It watches for a threshold (default: 200ms) and what other keys you press during the decision window. You can tune this to match your typing s"} -,{"title":"Setting Up KeyPath","description":"In two minutes your keyboard will launch apps, tile windows, and remap any key \u2014 all from the home row","group":"Getting Started","url":"/getting-started/installation/","keywords":"install, setup, wizard, permissions, getting started, daemon, launchd, Setting Up KeyPath,What You'll Get,Before You Start,The Setup Wizard,Step 1: Privileged Helper Installation,Step 2: Enhanced Diagnostics (Optional),Step 3: Accessibility,3a: KeyPath.app,3b: The kanata binary (the tricky part),Step 4: Input Monitoring,4a: KeyPath.app,4b: The kanata binary (same + button process),Step 5: Kanata Engine Setup,Step 6: Start KeyPath Runtime,Verify It's Working,If Something Went Wrong,What's Next,Resources,","body":" Setting Up KeyPath In two minutes, your keyboard will be able to launch apps, tile windows, fire shortcuts without reaching, and remap any key \u2014 all from the home row. This guide walks you through each step of the setup wizard and explains what's happening behind the scenes. --- What You'll Get Once setup is complete, KeyPath gives you: - **System-wide remapping** \u2014 Caps Lock becomes Escape, or a Hyper key, or anything you want - **App launching** \u2014 Hold one key + press a letter to open any app instantly - **Window tiling** \u2014 Snap windows to halves, thirds, or corners with a key combo - **Home row shortcuts** \u2014 Your modifier keys live under your fingertips, not in the corner Want to see what's possible before you start? Check out What You Can Build. --- Before You Start - **macOS 15 (Sequoia) or later** is required - If you're running **Karabiner-Elements**, quit it first \u2014 it conflicts with KeyPath > \u26a0\ufe0f **Watch out:** Karabiner-Elements grabs the same low-level keyboard APIs that KeyPath needs. Quit it from the menu bar icon before continuing. You can always switch back later \u2014 see From Karabiner-Elements. --- The Setup Wizard KeyPath's wizard opens automatically on first launch. It detects what's needed, walks you through each step, and checks your progress. This guide explains **what's happening and why** so nothing feels mysterious. The wizard shows a **Setup Overview** with status indicators for each step. Green checkmarks mean done; orange or red icons mean action needed. Click **Fix** on any item to start that step. --- Step 1: Privileged Helper Installation The wizard's first action step. KeyPath needs to install a small privileged helper service that runs in the background and manages the keyboard remapping engine. This requires your admin password. **What happens:** macOS shows an authorization prompt. Enter your password and click **Install**. This is a one-time step \u2014 you won't be asked again unless you uninstall and reinstall.